The following commit has been merged in the master branch:
commit 71174634f8d8d7ac56c163aaad0ccdf91a1f14a0
Author: James Vega <[email protected]>
Date:   Mon Sep 6 13:11:09 2010 -0400

    debchange: Update backports dists, leaving default as lenny.
    
    Signed-off-by: James Vega <[email protected]>

diff --git a/debian/changelog b/debian/changelog
index e9cc399..d43e909 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,11 @@ devscripts (2.10.68) UNRELEASED; urgency=low
   [ James Vega ]
   * 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)
+  * debchange:
+    + Remove EOL Ubuntu releases Dapper and 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)
 
   [ Luk Claes ]
diff --git a/scripts/debchange.pl b/scripts/debchange.pl
index d42cca3..d8f8d26 100755
--- a/scripts/debchange.pl
+++ b/scripts/debchange.pl
@@ -506,7 +506,7 @@ my $MAINTAINER = 'MAINTAINER';
 my $EMAIL = 'EMAIL';
 my $DISTRIBUTION = 'UNRELEASED';
 my $bpo_dist = '';
-my %bpo_dists = ( '40', 'etch', '50', 'lenny' );
+my %bpo_dists = ( 50, 'lenny', 60, 'squeeze' );
 my $latest_bpo_dist = '50';
 my $CHANGES = '';
 # Changelog urgency, possibly propogated to NEWS files

-- 
Git repository for devscripts


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

Reply via email to