[devscripts] 01/01: debchange: target stretch when doing --bpo

Mattia Rizzolo mattia at debian.org
Tue Jun 20 10:21:08 UTC 2017


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

mattia pushed a commit to branch master
in repository devscripts.

commit 7b445ad523ffb79b1e9a1bad700cea4d9448ba3f
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Tue Jun 20 12:20:59 2017 +0200

    debchange: target stretch when doing --bpo
    
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
 scripts/debchange.pl | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/scripts/debchange.pl b/scripts/debchange.pl
index 9a36432..c63c742 100755
--- a/scripts/debchange.pl
+++ b/scripts/debchange.pl
@@ -161,7 +161,7 @@ Options:
          distribution name
   --bpo
          Increment the Debian release number for a backports upload
-         to "jessie-backports"
+         to "stretch-backports"
   -l, --local <suffix>
          Add a suffix to the Debian version number for a local build
   -b, --force-bad-version
@@ -606,8 +606,8 @@ my $MAINTAINER = 'MAINTAINER';
 my $EMAIL = 'EMAIL';
 my $DISTRIBUTION = 'UNRELEASED';
 my $bpo_dist = '';
-my %bpo_dists = ( 60, 'squeeze', 70, 'wheezy', 8, 'jessie' );
-my $latest_bpo_dist = '8';
+my %bpo_dists = ( 60, 'squeeze', 70, 'wheezy', 8, 'jessie', 9, 'stretch' );
+my $latest_bpo_dist = '9';
 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