[devscripts] 01/01: debchange: Add jessie to the --bpo version mapping.

Adam D. Barratt adam at adam-barratt.org.uk
Sun Nov 9 20:34:26 UTC 2014


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

adsb pushed a commit to branch master
in repository devscripts.

commit 722a3a808a0c4ce23cd29dec36363f602fb60ccc
Author: Adam D. Barratt <adam at adam-barratt.org.uk>
Date:   Sun Nov 9 20:30:09 2014 +0000

    debchange: Add jessie to the --bpo version mapping.
    
    The default behaviour of --bpo for a non-backported package continues
    to target wheezy-backports for the time being.
    
    Signed-off-by: Adam D. Barratt <adam at adam-barratt.org.uk>
---
 debian/changelog     | 6 ++++--
 scripts/debchange.pl | 2 +-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 32fc408..87f4b73 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,8 +20,10 @@ devscripts (2.14.11) UNRELEASED; urgency=medium
       completion.  (Closes: #749729)
 
   [ Adam D. Barratt ]
-  * debchange: Fix handling of changelogs where the most recent trailer line
-    does not include a maintainer name.  (Closes: #766516)
+  * debchange:
+    + Fix handling of changelogs where the most recent trailer line does not
+      include a maintainer name.  (Closes: #766516)
+    + Add jessie-backports to the version mapping for --bpo.
   * bts: Support the "stretch", "buster", "stretch-ignore" and "buster-ignore"
     tags.
 
diff --git a/scripts/debchange.pl b/scripts/debchange.pl
index 158fb09..41fec1d 100755
--- a/scripts/debchange.pl
+++ b/scripts/debchange.pl
@@ -624,7 +624,7 @@ my $MAINTAINER = 'MAINTAINER';
 my $EMAIL = 'EMAIL';
 my $DISTRIBUTION = 'UNRELEASED';
 my $bpo_dist = '';
-my %bpo_dists = ( 60, 'squeeze', 70, 'wheezy' );
+my %bpo_dists = ( 60, 'squeeze', 70, 'wheezy', 80, 'jessie' );
 my $latest_bpo_dist = '70';
 my $CHANGES = '';
 # Changelog urgency, possibly propogated to NEWS files

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