Skip to content

Commit

Permalink
another attempt at tidy lines in Debian changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbannon committed Jun 19, 2024
1 parent 8b55407 commit f82fc93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/prepare.debian
Original file line number Diff line number Diff line change
Expand Up @@ -388,10 +388,10 @@ if [ -f tomboy-ng-master.zip ]; then
if [ -f whatsnew ]; then
echo "---------- Including whatsnew in changelog"
while IFS= read -r Line; do
dch --append " $Line"
dch --append "$Line"
done < whatsnew
fi
dch --append " Please see github for further change details."
dch --append "Please see github for further change details."

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

0 comments on commit f82fc93

Please sign in to comment.