Author: adsb
Date: 2009-02-11 19:34:04 +0000 (Wed, 11 Feb 2009)
New Revision: 1811
Modified:
trunk/debian/changelog
trunk/scripts/debchange.pl
Log:
* debchange:
+ Add lenny-backports and lenny-volatile to the list of recognised
distributions. (Closes: #514818)
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2009-02-06 19:12:08 UTC (rev 1810)
+++ trunk/debian/changelog 2009-02-11 19:34:04 UTC (rev 1811)
@@ -5,6 +5,9 @@
reporting spam to match recent changes to the BTS.
+ If -n / --no-action was given on the command line, print the URL that
would have been used to report spam rather than sending the report.
+ * debchange:
+ + Add lenny-backports and lenny-volatile to the list of recognised
+ distributions. (Closes: #514818)
* licensecheck:
+ Remove C /* */ comments. Based on a patch by Jörg Sommer.
+ Identify another form of GPL wording.
Modified: trunk/scripts/debchange.pl
===================================================================
--- trunk/scripts/debchange.pl 2009-02-06 19:12:08 UTC (rev 1810)
+++ trunk/scripts/debchange.pl 2009-02-11 19:34:04 UTC (rev 1811)
@@ -383,8 +383,8 @@
$distributor ||= 'Debian';
if ($distributor eq 'Debian') {
- unless ($opt_D =~
/^(unstable|((old)?stable|testing)(-security)?|experimental|UNRELEASED|(sarge|etch)(-volatile|-backports)?|((oldstable|testing)-)?proposed-updates)$/)
{
- warn "$progname warning: Recognised distributions are: unstable,
testing, stable,\noldstable, experimental, UNRELEASED,
{sarge,etch}-{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|(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";
$warnings++ if not $opt_force_dist;
}
} elsif ($distributor eq 'Ubuntu') {
--
To unsubscribe, send mail to [email protected].