The following commit has been merged in the master branch:
commit a4dcc93bcf17d92324aedfc615339f2b4b7f58db
Author: James Vega <james...@debian.org>
Date:   Sat Sep 4 15:21:32 2010 -0400

    debchange: Remove EOLed Ubuntu releases and add new devel release Natty.
    
    Closes: #593659
    Signed-off-by: James Vega <james...@debian.org>

diff --git a/debian/changelog b/debian/changelog
index 5774a58..09f3534 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ devscripts (2.10.68) UNRELEASED; urgency=low
 
   * dget: Fix parsing of apt-cache and sources.list when given only a package
     name.  (Closes: #594904)
+  * debchange: Remove EOL Ubuntu releases Dapper and Intrepid.  Add new
+    development release Natty.  (Closes: #593659)
 
  -- James Vega <james...@debian.org>  Sat, 04 Sep 2010 15:12:05 -0400
 
diff --git a/scripts/debchange.pl b/scripts/debchange.pl
index c4cb8fe..d42cca3 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 =~ 
/^((hardy|jaunty|karmic|lucid|maverick|natty)(-updates|-security|-proposed|-backports)?|UNRELEASED)$/)
 {
+           warn "$progname warning: Recognised distributions 
are:\n{hardy,jaunty,karmic,lucid,maverick,natty}{,-updates,-security,-proposed,-backports}
 and UNRELEASED.\nUsing your request anyway.\n";
            $warnings++ if not $opt_force_dist;
        }
     } else {

-- 
Git repository for devscripts


-- 
To unsubscribe, send mail to pkg-devscripts-unsubscr...@teams.debian.net.

Reply via email to