The following commit has been merged in the master branch:
commit 2606dc58339dcdc185254831f4a41d42abe6f127
Author: James Vega <[email protected]>
Date: Wed Jun 1 20:32:16 2011 -0400
debchange: Remove dapper from the list of recognized distributions.
Signed-off-by: James Vega <[email protected]>
diff --git a/debian/changelog b/debian/changelog
index a010c16..0c38101 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,9 @@ devscripts (2.11.1) UNRELEASED; urgency=low
* debian/copyright: Update repository information somewhat belatedly
for the move to git.
+ [ James Vega ]
+ * debchange: Remove dapper from the list of recognized distributions.
+
-- Benjamin Drung <[email protected]> Sun, 29 May 2011 18:41:13 +0200
devscripts (2.11.0) unstable; urgency=low
diff --git a/scripts/debchange.pl b/scripts/debchange.pl
index e190b6b..306445c 100755
--- a/scripts/debchange.pl
+++ b/scripts/debchange.pl
@@ -412,8 +412,8 @@ if (defined $opt_D) {
$warnings++ if not $opt_force_dist;
}
} elsif ($distributor eq 'Ubuntu') {
- unless ($opt_D =~
/^((dapper|hardy|lucid|maverick|natty|oneiric)(-updates|-security|-proposed|-backports)?|UNRELEASED)$/)
{
- warn "$progname warning: Recognised distributions
are:\n{dapper,hardy,jaunty,karmic,lucid,maverick,natty}{,-updates,-security,-proposed,-backports}
and UNRELEASED.\nUsing your request anyway.\n";
+ unless ($opt_D =~
/^((hardy|lucid|maverick|natty|oneiric)(-updates|-security|-proposed|-backports)?|UNRELEASED)$/)
{
+ warn "$progname warning: Recognised distributions
are:\n{hardy,jaunty,karmic,lucid,maverick,natty}{,-updates,-security,-proposed,-backports}
and UNRELEASED.\nUsing your request anyway.\n";
$warnings++ if not $opt_force_dist;
}
} else {
--
Git repository for devscripts
--
To unsubscribe, send mail to [email protected].