Package: devscripts
Version: 2.10.67
Severity: normal
Tags: patch

Please add natty [1] as an allowable distribution for Ubuntu and drop intrepid 
from the list (it's not supported any more). Patch is attached.

[1] http://www.markshuttleworth.com/archives/478
diff --git a/scripts/debchange.pl b/scripts/debchange.pl
index c4cb8fe..3cd297c 100755
--- a/scripts/debchange.pl
+++ b/scripts/debchange.pl
@@ -409,8 +409,8 @@ if (defined $opt_D) {
 	    $warnings++ if not $opt_force_dist;
 	}
     } elsif ($distributor eq 'Ubuntu') {
-	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";
+	unless ($opt_D =~ /^((dapper|hardy|jaunty|karmic|lucid|maverick|natty)(-updates|-security|-proposed|-backports)?|UNRELEASED)$/) {
+	    warn "$progname warning: Recognised distributions are:\n{dapper,hardy,jaunty,karmic,lucid,maverick,natty}{,-updates,-security,-proposed,-backports} and UNRELEASED.\nUsing your request anyway.\n";
 	    $warnings++ if not $opt_force_dist;
 	}
     } else {

Reply via email to