Skip to content

Commit f82fc93

Browse files
committed
another attempt at tidy lines in Debian changelog
1 parent 8b55407 commit f82fc93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/prepare.debian

+2-2
Original file line numberDiff line numberDiff line change
@@ -388,10 +388,10 @@ if [ -f tomboy-ng-master.zip ]; then
388388
if [ -f whatsnew ]; then
389389
echo "---------- Including whatsnew in changelog"
390390
while IFS= read -r Line; do
391-
dch --append " $Line"
391+
dch --append "$Line"
392392
done < whatsnew
393393
fi
394-
dch --append " Please see github for further change details."
394+
dch --append "Please see github for further change details."
395395

396396
#cp debian/control.debian debian/control # thats the GTK2 version
397397
#if [ "$WIDGET" = "Qt5" ]; then

0 commit comments

Comments
 (0)