Author: adsb
Date: 2009-10-30 13:39:21 +0000 (Fri, 30 Oct 2009)
New Revision: 2017
Modified:
trunk/debian/changelog
trunk/scripts/debchange.pl
Log:
debchange: Update the list of known Ubuntu distributions, adding
lucid (lynx) and removing gutsy.
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2009-10-30 07:02:21 UTC (rev 2016)
+++ trunk/debian/changelog 2009-10-30 13:39:21 UTC (rev 2017)
@@ -1,7 +1,8 @@
devscripts (2.10.56) UNRELEASED; urgency=low
[ Adam D. Barratt ]
- * NOT RELEASED YET
+ * debchange: Update the list of known Ubuntu distributions, adding
+ lucid (lynx) and removing gutsy.
[ James Vega ]
* mk-build-deps:
Modified: trunk/scripts/debchange.pl
===================================================================
--- trunk/scripts/debchange.pl 2009-10-30 07:02:21 UTC (rev 2016)
+++ trunk/scripts/debchange.pl 2009-10-30 13:39:21 UTC (rev 2017)
@@ -406,8 +406,8 @@
$warnings++ if not $opt_force_dist;
}
} elsif ($distributor eq 'Ubuntu') {
- unless ($opt_D =~
/^((dapper|gutsy|hardy|intrepid|jaunty|karmic)(-updates|-security|-proposed|-backports)?|UNRELEASED)$/)
{
- warn "$progname warning: Recognised distributions
are:\n{dapper,gutsy,hardy,intrepid,jaunty,karmic}{,-updates,-security,-proposed,-backports}
and UNRELEASED.\nUsing your request anyway.\n";
+ 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";
$warnings++ if not $opt_force_dist;
}
} else {
--
To unsubscribe, send mail to [email protected].