This is an automated email from the git hooks/post-receive script. jamessan pushed a commit to branch jessie in repository devscripts.
commit e46ea854dd5ad437980ee08b2ceeeb8d22913f6b Author: James McCoy <[email protected]> Date: Thu Apr 2 21:20:05 2015 -0400 debchange: Make jessie default backports release. Signed-off-by: James McCoy <[email protected]> --- debian/changelog | 6 ++++++ po4a/po/de.po | 4 ++-- po4a/po/devscripts.pot | 2 +- po4a/po/fr.po | 4 ++-- scripts/debchange.1 | 2 +- scripts/debchange.pl | 4 ++-- 6 files changed, 14 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8c35313..b6a7317 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +devscripts (2.15.2) UNRELEASED; urgency=medium + + * debchange: Make jessie default backports release. + + -- James McCoy <[email protected]> Thu, 02 Apr 2015 21:18:41 -0400 + devscripts (2.15.1) unstable; urgency=medium [ Julien Cristau ] diff --git a/po4a/po/de.po b/po4a/po/de.po index e5ea272..2a18004 100644 --- a/po4a/po/de.po +++ b/po4a/po/de.po @@ -7086,10 +7086,10 @@ msgstr "B<--bpo>" #. type: Plain text #: ../scripts/debchange.1:256 msgid "" -"Increment the Debian release number for an upload to wheezy-backports, and " +"Increment the Debian release number for an upload to jessie-backports, and " "add a backport upload changelog comment." msgstr "" -"erhöht die Debian-Veröffentlichungsnummer für ein Hochladen nach wheezy-" +"erhöht die Debian-Veröffentlichungsnummer für ein Hochladen nach jessie-" "backports und fügt einen Changelog-Kommentar »backport upload« hinzu." #. type: TP diff --git a/po4a/po/devscripts.pot b/po4a/po/devscripts.pot index f6add8f..ea986af 100644 --- a/po4a/po/devscripts.pot +++ b/po4a/po/devscripts.pot @@ -5354,7 +5354,7 @@ msgstr "" #. type: Plain text #: ../scripts/debchange.1:256 msgid "" -"Increment the Debian release number for an upload to wheezy-backports, and " +"Increment the Debian release number for an upload to jessie-backports, and " "add a backport upload changelog comment." msgstr "" diff --git a/po4a/po/fr.po b/po4a/po/fr.po index 60f984a..7f45735 100644 --- a/po4a/po/fr.po +++ b/po4a/po/fr.po @@ -7075,11 +7075,11 @@ msgstr "B<--bpo>" #. type: Plain text #: ../scripts/debchange.1:256 msgid "" -"Increment the Debian release number for an upload to wheezy-backports, and " +"Increment the Debian release number for an upload to jessie-backports, and " "add a backport upload changelog comment." msgstr "" "Incrémenter le numéro de publication de Debian pour un envoi d'un " -"rétroportage pour Wheezy, et ajouter un commentaire pour l'envoi du " +"rétroportage pour Jessie, et ajouter un commentaire pour l'envoi du " "rétroportage dans le changelog." #. type: TP diff --git a/scripts/debchange.1 b/scripts/debchange.1 index dc4639b..369bab0 100644 --- a/scripts/debchange.1 +++ b/scripts/debchange.1 @@ -251,7 +251,7 @@ Don't append \fBdistro-name1\fR to the version on a derived distribution. Increment the Debian version. .TP .B \-\-bpo -Increment the Debian release number for an upload to wheezy-backports, +Increment the Debian release number for an upload to jessie-backports, and add a backport upload changelog comment. .TP .BR \-\-local ", " \-l \fIsuffix\fR diff --git a/scripts/debchange.pl b/scripts/debchange.pl index 00346e3..4b97ae7 100755 --- a/scripts/debchange.pl +++ b/scripts/debchange.pl @@ -179,7 +179,7 @@ Options: distribution name --bpo Increment the Debian release number for a backports upload - to "wheezy-backports" + to "jessie-backports" -l, --local <suffix> Add a suffix to the Debian version number for a local build -b, --force-bad-version @@ -625,7 +625,7 @@ my $EMAIL = 'EMAIL'; my $DISTRIBUTION = 'UNRELEASED'; my $bpo_dist = ''; my %bpo_dists = ( 60, 'squeeze', 70, 'wheezy', 80, 'jessie' ); -my $latest_bpo_dist = '70'; +my $latest_bpo_dist = '80'; my $CHANGES = ''; # Changelog urgency, possibly propogated to NEWS files my $CL_URGENCY = ''; -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git _______________________________________________ devscripts-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel
