[devscripts] 04/05: uupdate: Add an empty changelog entry
Osamu Aoki
osamu at moszumanska.debian.org
Sun Sep 10 10:23:23 UTC 2017
This is an automated email from the git hooks/post-receive script.
osamu pushed a commit to branch master
in repository devscripts.
commit a0a2cd85c3d1e29fa242857d7c192d8cc39bf46f
Author: Osamu Aoki <osamu at debian.org>
Date: Sun Sep 10 08:09:44 2017 +0900
uupdate: Add an empty changelog entry
Signed-off-by: Osamu Aoki <osamu at debian.org>
---
scripts/uupdate.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/scripts/uupdate.sh b/scripts/uupdate.sh
index f7a32da..b979954 100755
--- a/scripts/uupdate.sh
+++ b/scripts/uupdate.sh
@@ -528,7 +528,7 @@ if [ "$OPMODE" = 1 ]; then
if [ -z "$BADVERSION" ]; then
debchange -v "$NEW_VERSION-$SUFFIX" "New upstream release"
else
- debchange $BADVERSION -v "$NEW_VERSION-$SUFFIX" ""
+ debchange $BADVERSION -v "$NEW_VERSION-$SUFFIX" " "
fi
echo "$PROGNAME: Remember: Your current directory is the OLD sourcearchive!"
echo "$PROGNAME: Do a \"cd ../$PACKAGE-$SNEW_VERSION\" to see the new package"
@@ -944,7 +944,7 @@ elif [ "$OPMODE" = 2 ]; then
if [ -z "$BADVERSION" ]; then
debchange -v "$NEW_VERSION-$SUFFIX" "New upstream release"
else
- debchange $BADVERSION -v "$NEW_VERSION-$SUFFIX" ""
+ debchange $BADVERSION -v "$NEW_VERSION-$SUFFIX" " "
fi
echo "$PROGNAME: Remember: Your current directory is the OLD sourcearchive!"
echo "$PROGNAME: Do a \"cd ../$PACKAGE-$SNEW_VERSION\" to see the new package"
@@ -1126,7 +1126,7 @@ else
if [ -z "$BADVERSION" ]; then
debchange -v "$EPOCH$NEW_VERSION-$SUFFIX" "New upstream release"
else
- debchange $BADVERSION -v "$EPOCH$NEW_VERSION-$SUFFIX" ""
+ debchange $BADVERSION -v "$EPOCH$NEW_VERSION-$SUFFIX" " "
fi
echo "$PROGNAME: Remember: Your current directory is changed back to the old source tree!"
echo "$PROGNAME: Do a \"cd ../$PACKAGE-$NEW_VERSION\" to see the new source tree and
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git
More information about the devscripts-devel
mailing list