[devscripts] 01/04: dch: Use new form of changelog entry for binNMUs (Closes: #746612)

James McCoy jamessan at debian.org
Sun May 4 01:43:39 UTC 2014


This is an automated email from the git hooks/post-receive script.

jamessan pushed a commit to branch master
in repository devscripts.

commit 30233cb10573c83ae7346ade6a9af40aaa56318e
Author: Thorsten Glaser <t.glaser at tarent.de>
Date:   Fri May 2 00:51:57 2014 +0200

    dch: Use new form of changelog entry for binNMUs (Closes: #746612)
    
    Signed-off-by: Thorsten Glaser <t.glaser at tarent.de>
    Signed-off-by: James McCoy <jamessan at debian.org>
---
 scripts/debchange.pl | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/scripts/debchange.pl b/scripts/debchange.pl
index 85f933a..25d305c 100755
--- a/scripts/debchange.pl
+++ b/scripts/debchange.pl
@@ -1285,7 +1285,9 @@ if (($opt_i || $opt_n || $opt_bn || $opt_qa || $opt_R || $opt_s || $opt_team ||
 
 	$merge = 1;
     } else {
-	print O "$PACKAGE ($NEW_VERSION) $distribution; urgency=$urgency\n\n";
+	print O "$PACKAGE ($NEW_VERSION) $distribution; urgency=$urgency";
+	print O ", binary-only=yes" if ($opt_bn);
+	print O "\n\n";
 	if ($opt_n && ! $opt_news) {
 	    print O "  * Non-maintainer upload.\n";
 	    $line = 1;

-- 
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