The following commit has been merged in the master branch:
commit 67f9ffea496ee033982836d3b6219ed982fc8127
Author: James Vega <[email protected]>
Date: Thu Feb 3 20:34:49 2011 -0500
debchange: Update distributions for Squeeze's release.
+ Set Squeeze as the default backports target.
+ Recognize "lenny-backports-squeeze" and "squeeze-backports"
distributions.
+ Remove "etch-backports" and "etch-volatile" distributions.
Signed-off-by: James Vega <[email protected]>
diff --git a/debian/changelog b/debian/changelog
index 26f7941..b6b68fc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -35,6 +35,11 @@ devscripts (2.10.70) UNRELEASED; urgency=low
devscripts (2.10.69+squeeze1) UNRELEASED; urgency=low
* bts: Accept the "wheezy" and "wheezy-ignore" tags.
+ * debchange:
+ + Set Squeeze as the default backports target.
+ + Recognize "lenny-backports-squeeze" and "squeeze-backports"
+ distributions.
+ + Remove "etch-backports" and "etch-volatile" distributions.
-- James Vega <[email protected]> Thu, 03 Feb 2011 20:27:36 -0500
diff --git a/scripts/debchange.pl b/scripts/debchange.pl
index bf63740..b9d6d57 100755
--- a/scripts/debchange.pl
+++ b/scripts/debchange.pl
@@ -122,7 +122,7 @@ Options:
Increment the Debian release number for a team upload
--bpo
Increment the Debian release number for a Backports.org upload
- to "lenny-backports"
+ to "squeeze-backports"
-l, --local <suffix>
Add a suffix to the Debian version number for a local build
-b, --force-bad-version
@@ -403,8 +403,8 @@ if (defined $opt_D) {
$distributor ||= 'Debian';
if ($distributor eq 'Debian') {
- unless ($opt_D =~
/^(unstable|((old)?stable|testing)(-security)?|experimental|UNRELEASED|(etch|lenny)-volatile|lenny-backports|((oldstable|testing)-)?proposed-updates)$/)
{
- warn "$progname warning: Recognised distributions are: unstable,
testing, stable,\noldstable, experimental, UNRELEASED, {etch,lenny}-volatile,
lenny-backports,\n{oldstable-,testing-,}proposed-updates and
{testing,stable,oldstable}-security.\nUsing your request anyway.\n";
+ unless ($opt_D =~
/^(unstable|((old)?stable|testing)(-security)?|experimental|UNRELEASED|lenny-volatile|lenny-backports(-sloppy)?|squeeze-backports|((oldstable|testing)-)?proposed-updates)$/)
{
+ warn "$progname warning: Recognised distributions are: unstable,
testing, stable,\noldstable, experimental, UNRELEASED, lenny-volatile,
lenny-backports{-sloppy,},
squeeze-backports,\n{oldstable-,testing-,}proposed-updates and
{testing,stable,oldstable}-security.\nUsing your request anyway.\n";
$warnings++ if not $opt_force_dist;
}
} elsif ($distributor eq 'Ubuntu') {
@@ -506,7 +506,7 @@ my $EMAIL = 'EMAIL';
my $DISTRIBUTION = 'UNRELEASED';
my $bpo_dist = '';
my %bpo_dists = ( 50, 'lenny', 60, 'squeeze' );
-my $latest_bpo_dist = '50';
+my $latest_bpo_dist = '60';
my $CHANGES = '';
# Changelog urgency, possibly propogated to NEWS files
my $CL_URGENCY = '';
--
Git repository for devscripts
--
To unsubscribe, send mail to [email protected].