[devscripts] 01/01: debchange: Use bpo8 instead of bpo80 for jessie-backports

James McCoy jamessan at debian.org
Sat Apr 4 02:04:53 UTC 2015


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

jamessan pushed a commit to branch jessie
in repository devscripts.

commit 00ae57074168a113f9c77c2da3dc5706f901132c
Author: James McCoy <jamessan at debian.org>
Date:   Fri Apr 3 21:48:02 2015 -0400

    debchange: Use bpo8 instead of bpo80 for jessie-backports
    
    Signed-off-by: James McCoy <jamessan at debian.org>
---
 debian/changelog     | 7 +++++++
 scripts/debchange.pl | 4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5b0949f..c5c9d79 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+devscripts (2.15.3) unstable; urgency=medium
+
+  * debchange: Use bpo8 instead of bpo80 for jessie-backports, per
+    https://lists.debian.org/debian-backports/2014/11/msg00031.html.
+
+ -- James McCoy <jamessan at debian.org>  Fri, 03 Apr 2015 21:47:54 -0400
+
 devscripts (2.15.2) unstable; urgency=medium
 
   * debchange: Make jessie default backports release.
diff --git a/scripts/debchange.pl b/scripts/debchange.pl
index 4b97ae7..01aa675 100755
--- a/scripts/debchange.pl
+++ b/scripts/debchange.pl
@@ -624,8 +624,8 @@ my $MAINTAINER = 'MAINTAINER';
 my $EMAIL = 'EMAIL';
 my $DISTRIBUTION = 'UNRELEASED';
 my $bpo_dist = '';
-my %bpo_dists = ( 60, 'squeeze', 70, 'wheezy', 80, 'jessie' );
-my $latest_bpo_dist = '80';
+my %bpo_dists = ( 60, 'squeeze', 70, 'wheezy', 8, 'jessie' );
+my $latest_bpo_dist = '8';
 my $CHANGES = '';
 # Changelog urgency, possibly propogated to NEWS files
 my $CL_URGENCY = '';

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