Bug#867662: devscripts: [dch]: Please bump $latest_bpo_dist to current stable release

Chris Lamb lamby at debian.org
Sat Jul 8 09:54:14 UTC 2017


Source: devscripts
Version: 2.17.6
Severity: wishlist
Tags: patch

Hi,

Due to muscle memory and assuming `dch` had been updated, I accidentlly
just uploaded a package to jessie-backports (oldstable) instead of
stretch-backports (current stable). :)

Patch attached that changes the default to 9, ie. the current stable
release.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
diff --git a/scripts/debchange.pl b/scripts/debchange.pl
index 9a36432..05cd57b 100755
--- a/scripts/debchange.pl
+++ b/scripts/debchange.pl
@@ -607,7 +607,7 @@ my $EMAIL = 'EMAIL';
 my $DISTRIBUTION = 'UNRELEASED';
 my $bpo_dist = '';
 my %bpo_dists = ( 60, 'squeeze', 70, 'wheezy', 8, 'jessie' );
-my $latest_bpo_dist = '8';
+my $latest_bpo_dist = '9';
 my $CHANGES = '';
 # Changelog urgency, possibly propogated to NEWS files
 my $CL_URGENCY = '';


More information about the devscripts-devel mailing list