|
|
@ -347,7 +347,7 @@ for ((i=0;i<${#tab[@]};i++)); do |
|
|
|
if [ $i -ne "0" ]; then |
|
|
|
if [ $i -ne "0" ]; then |
|
|
|
echo -n ", " >> "$CONTROL_FILE" |
|
|
|
echo -n ", " >> "$CONTROL_FILE" |
|
|
|
fi |
|
|
|
fi |
|
|
|
echo -n "${tab[$i]} (>= "`dpkg -p ${tab[$i]} | grep "Version: " | awk '{ print $2 }'`") " >> "$CONTROL_FILE" |
|
|
|
echo -n "${tab[$i]} (>= "`dpkg -p ${tab[$i]} | grep "Version: " | awk '{ print $2 }' | sed -e 's/\([:. 0-9?]*\).*/\1/g' | sed -e 's/\.$//'`") " >> "$CONTROL_FILE" |
|
|
|
done |
|
|
|
done |
|
|
|
echo "" >> "$CONTROL_FILE" |
|
|
|
echo "" >> "$CONTROL_FILE" |
|
|
|
echo "Description: This a interactive white board that uses a free standard format." >> "$CONTROL_FILE" |
|
|
|
echo "Description: This a interactive white board that uses a free standard format." >> "$CONTROL_FILE" |
|
|
|