[SCM] Git repository for devscripts branch, master, updated. v2.12.4-203-geee7517

James McCoy jamessan at debian.org
Sun May 5 03:54:03 UTC 2013


The following commit has been merged in the master branch:
commit d21b68b084688d1da1fbf37ab8cf4e37ed8828fb
Author: James McCoy <jamessan at debian.org>
Date:   Sat May 4 22:52:45 2013 -0400

    debchange: Set Wheezy as the default --bpo target.
    
    Closes: #703633
    Signed-off-by: James McCoy <jamessan at debian.org>

diff --git a/debian/changelog b/debian/changelog
index ab23504..c02c93d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ devscripts (2.13.2) UNRELEASED; urgency=low
     $SIG{__DIE__}/$SIG{__WARN__} to prevent breaking die/warn in other
     modules.  (Closes: #669942)
   * licensecheck: Fix invalid regular expression syntax.  (Closes: #706232)
+  * debchange: Set Wheezy as the default --bpo target.  (Closes: #703633)
 
   [ Christoph Berg ]
   * dget: "--all pkg" will download all binaries for source package pkg.
diff --git a/scripts/debchange.1 b/scripts/debchange.1
index 9271e75..94699d4 100644
--- a/scripts/debchange.1
+++ b/scripts/debchange.1
@@ -251,7 +251,7 @@ Don't append \fBdistro-name1\fR to the version on a derived
 distribution. Increment the Debian version.
 .TP
 .B \-\-bpo
-Increment the Debian release number for an upload to squeeze-backports,
+Increment the Debian release number for an upload to wheezy-backports,
 and add a backport upload changelog comment.
 .TP
 .BR \-\-local ", " \-l \fIsuffix\fR
diff --git a/scripts/debchange.pl b/scripts/debchange.pl
index 923ef99..1500301 100755
--- a/scripts/debchange.pl
+++ b/scripts/debchange.pl
@@ -172,8 +172,8 @@ Options:
          Increment the Debian release number without any appended derivative
          distribution name
   --bpo
-         Increment the Debian release number for a Backports.org upload
-         to "squeeze-backports"
+         Increment the Debian release number for a backports upload
+         to "wheezy-backports"
   -l, --local <suffix>
          Add a suffix to the Debian version number for a local build
   -b, --force-bad-version
@@ -613,8 +613,8 @@ my $MAINTAINER = 'MAINTAINER';
 my $EMAIL = 'EMAIL';
 my $DISTRIBUTION = 'UNRELEASED';
 my $bpo_dist = '';
-my %bpo_dists = ( 60, 'squeeze' );
-my $latest_bpo_dist = '60';
+my %bpo_dists = ( 60, 'squeeze', 70, 'wheezy' );
+my $latest_bpo_dist = '70';
 my $CHANGES = '';
 # Changelog urgency, possibly propogated to NEWS files
 my $CL_URGENCY = '';

-- 
Git repository for devscripts



More information about the devscripts-devel mailing list