Author: adsb
Date: 2009-05-02 21:56:55 +0000 (Sat, 02 May 2009)
New Revision: 1875
Modified:
trunk/debian/changelog
trunk/scripts/debchange.pl
Log:
debchange: Add karmic (koala) to the list of recognised Ubuntu
distributions.
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2009-05-02 20:25:14 UTC (rev 1874)
+++ trunk/debian/changelog 2009-05-02 21:56:55 UTC (rev 1875)
@@ -1,5 +1,7 @@
devscripts (2.10.50) UNRELEASED; urgency=low
+ * debchange: Add karmic (koala) to the list of recognised Ubuntu
+ distributions.
* rc-alert: Use standard single quotes in the debtags section of the manpage
to avoid odd formatting and warnings from man
Modified: trunk/scripts/debchange.pl
===================================================================
--- trunk/scripts/debchange.pl 2009-05-02 20:25:14 UTC (rev 1874)
+++ trunk/scripts/debchange.pl 2009-05-02 21:56:55 UTC (rev 1875)
@@ -404,8 +404,8 @@
$warnings++ if not $opt_force_dist;
}
} elsif ($distributor eq 'Ubuntu') {
- unless ($opt_D =~
/^((dapper|gutsy|hardy|intrepid|jaunty)(-updates|-security|-proposed|-backports)?|UNRELEASED)$/)
{
- warn "$progname warning: Recognised distributions
are:\n{dapper,gutsy,hardy,intrepid,jaunty}{,-updates,-security,-proposed,-backports}
and UNRELEASED.\nUsing your request anyway.\n";
+ 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";
$warnings++ if not $opt_force_dist;
}
} else {
--
To unsubscribe, send mail to [email protected].