Author: adam-guest
Date: 2008-04-15 16:55:06 +0000 (Tue, 15 Apr 2008)
New Revision: 1344
Modified:
trunk/debian/changelog
trunk/scripts/debchange.pl
Log:
+ Add {oldstable-,testing-,}proposed-updates to the list of supported
distributions (Closes: #476264)
+ Add oldstable to the list of supported distributions, as updates
to oldstable have been possible for some time
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2008-04-15 13:08:50 UTC (rev 1343)
+++ trunk/debian/changelog 2008-04-15 16:55:06 UTC (rev 1344)
@@ -19,6 +19,10 @@
could lead to a spurious stanza being added to the end of the changelog
+ Skip automatic NMU detection if -a was explicitly passed on the command
line
+ + Add {oldstable-,testing-,}proposed-updates to the list of supported
+ distributions (Closes: #476264)
+ + Add oldstable to the list of supported distributions, as updates
+ to oldstable have been possible for some time
* debcommit: Modify the "strip message" functionality so that:
- Changelog lines beginning with any of *, + or - are considered to
indicate a "change" for the purposes of deciding whether to strip
Modified: trunk/scripts/debchange.pl
===================================================================
--- trunk/scripts/debchange.pl 2008-04-15 13:08:50 UTC (rev 1343)
+++ trunk/scripts/debchange.pl 2008-04-15 16:55:06 UTC (rev 1344)
@@ -377,8 +377,8 @@
$distributor ||= 'Debian';
if ($distributor eq 'Debian') {
- unless ($opt_D =~
/^(unstable|(stable|testing)(-security)?|oldstable-security|experimental|UNRELEASED|(sarge|etch)(-volatile|-backports)?)$/)
{
- warn "$progname warning: Recognised distributions are: unstable,
testing, stable,\nexperimental, UNRELEASED, {sarge,etch}-{volatile,backports}
and {testing,stable,oldstable}-security.\nUsing your request anyway.\n";
+ 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";
$warnings++ if not $opt_force_dist;
}
} elsif ($distributor eq 'Ubuntu') {
--
To unsubscribe, send mail to [EMAIL PROTECTED]