The following commit has been merged in the master branch:
commit 39b4a2d3b5ac6e86126d16b092cadfcd739b8039
Author: James Vega <[email protected]>
Date: Sat Apr 3 17:51:17 2010 -0400
debchange: Add maverick as a valid distribution. Thanks to Benjamin Drung
for the patch. (Closes: #576287)
diff --git a/debian/changelog b/debian/changelog
index 8d3ffd5..ead4f5a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -30,6 +30,8 @@ devscripts (2.10.62) UNRELEASED; urgency=low
(Closes: #569062)
* Update descriptions of debcommit to include darcs as a supported VCS.
(Closes: #570138)
+ * debchange: Add maverick as a valid distribution. Thanks to Benjamin Drung
+ for the patch. (Closes: #576287)
[ Patrick Schoenfeld ]
* nmudiff: Fix "[nmudiff] please include --tagpending option" by applying the
diff --git a/scripts/debchange.pl b/scripts/debchange.pl
index 0c4f2e2..fe461d5 100755
--- a/scripts/debchange.pl
+++ b/scripts/debchange.pl
@@ -406,8 +406,8 @@ if (defined $opt_D) {
$warnings++ if not $opt_force_dist;
}
} elsif ($distributor eq 'Ubuntu') {
- unless ($opt_D =~
/^((dapper|hardy|intrepid|jaunty|karmic|lucid)(-updates|-security|-proposed|-backports)?|UNRELEASED)$/)
{
- warn "$progname warning: Recognised distributions
are:\n{dapper,hardy,intrepid,jaunty,karmic,lucid}{,-updates,-security,-proposed,-backports}
and UNRELEASED.\nUsing your request anyway.\n";
+ unless ($opt_D =~
/^((dapper|hardy|intrepid|jaunty|karmic|lucid|maverick)(-updates|-security|-proposed|-backports)?|UNRELEASED)$/)
{
+ warn "$progname warning: Recognised distributions
are:\n{dapper,hardy,intrepid,jaunty,karmic,lucid,maverick}{,-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].