The following commit has been merged in the master branch:
commit 8200f2dec785254c54fb88000949a9b828cfa9c4
Author: Adam D. Barratt <[email protected]>
Date: Tue Feb 16 21:11:21 2010 +0000
debchange: Sanitise list of distributions
Remove {sarge,etch}-backports and sarge-volatile, none of which accept
uploads any more.
diff --git a/debian/changelog b/debian/changelog
index 15b8db6..04a7004 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -41,6 +41,10 @@ devscripts (2.10.62) UNRELEASED; urgency=low
file actually exists and otherwise print a more meaningful warning.
(Closes: #564443)
+ [ Adam D. Barratt ]
+ * debchange: Sanitise list of distributions. Remove {sarge,etch}-backports
+ and sarge-volatile, none of which accept uploads any more.
+
-- Patrick Schoenfeld <[email protected]> Mon, 11 Jan 2010 15:32:59 +0100
devscripts (2.10.61) unstable; urgency=low
diff --git a/scripts/debchange.pl b/scripts/debchange.pl
index 6dc1793..0c4f2e2 100755
--- a/scripts/debchange.pl
+++ b/scripts/debchange.pl
@@ -401,8 +401,8 @@ if (defined $opt_D) {
$distributor ||= 'Debian';
if ($distributor eq 'Debian') {
- unless ($opt_D =~
/^(unstable|((old)?stable|testing)(-security)?|experimental|UNRELEASED|(sarge|etch|lenny)(-volatile|-backports)|((oldstable|testing)-)?proposed-updates)$/)
{
- warn "$progname warning: Recognised distributions are: unstable,
testing, stable,\noldstable, experimental, UNRELEASED,
{sarge,etch,lenny}-{volatile,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|(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";
$warnings++ if not $opt_force_dist;
}
} elsif ($distributor eq 'Ubuntu') {
--
Git repository for devscripts
--
To unsubscribe, send mail to [email protected].