The following commit has been merged in the master branch:
commit a52428e1441cb2c43c1e3a42cc292a0b2c80a31c
Author: James Vega <[email protected]>
Date:   Tue Sep 7 20:54:40 2010 -0400

    debchange: Re-add Dapper.  Not totally EOL yet.
    
    Signed-off-by: James Vega <[email protected]>

diff --git a/debian/changelog b/debian/changelog
index d43e909..48d6521 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,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)
+    + Remove EOL Ubuntu release Intrepid.  Add new development release Natty.
+      (Closes: #593659)
     + Remove Etch and add Squeeze as backports targets.  Lenny is still the
       default bpo target.
   * rmadison: Change Backports URL to backports.debian.org. (Closes: #595714)
diff --git a/scripts/debchange.pl b/scripts/debchange.pl
index d8f8d26..4b62eea 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 =~ 
/^((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";
+       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 {

-- 
Git repository for devscripts


-- 
To unsubscribe, send mail to [email protected].

Reply via email to