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
     `. `'`      [email protected] / chris-lamb.co.uk
       `-
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 = '';
_______________________________________________
devscripts-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel

Reply via email to