We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b55407 commit f82fc93Copy full SHA for f82fc93
scripts/prepare.debian
@@ -388,10 +388,10 @@ if [ -f tomboy-ng-master.zip ]; then
388
if [ -f whatsnew ]; then
389
echo "---------- Including whatsnew in changelog"
390
while IFS= read -r Line; do
391
- dch --append " $Line"
+ dch --append "$Line"
392
done < whatsnew
393
fi
394
- dch --append " Please see github for further change details."
+ dch --append "Please see github for further change details."
395
396
#cp debian/control.debian debian/control # thats the GTK2 version
397
#if [ "$WIDGET" = "Qt5" ]; then
0 commit comments