Package: devscripts
Version: 2.18.3
Severity: normal
File: /usr/bin/debchange
Tags: patch

dch --lts currently creates a changelog entry for wheezy and a +deb7uX
version number. wheezy is now ELTS and it's jessie that's LTS.

The attached patch should fix this.

-- Package-specific info:

--- /etc/devscripts.conf ---

--- ~/.devscripts ---
DEBEMAIL=anar...@debian.org
RMADISON_DEFAULT_URL=debian,ubuntu
DEBSIGN_KEYID=8DC901CE64146C048AD50FBB792152527B75921E
DEB_SIGN_KEYID=8DC901CE64146C048AD50FBB792152527B75921E

-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (500, 'testing'), (1, 'experimental'), (1, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.17.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_CA.UTF-8, LC_CTYPE=fr_CA.UTF-8 (charmap=UTF-8), 
LANGUAGE=fr_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages devscripts depends on:
ii  dpkg-dev              1.19.0.5
ii  libc6                 2.27-5
ii  libfile-homedir-perl  1.004-1
ii  perl                  5.26.2-7
ii  python3               3.6.5-3
ii  sensible-utils        0.0.12

Versions of packages devscripts recommends:
ii  apt                         1.6.4
ii  at                          3.1.23-1
ii  curl                        7.61.0-1
ii  dctrl-tools                 2.24-2+b1
ii  debian-keyring              2018.07.24
ii  dput                        1.0.2
pn  equivs                      <none>
ii  fakeroot                    1.23-1
ii  file                        1:5.34-2
ii  gnupg                       2.2.10-1
ii  gnupg2                      2.2.10-1
ii  libdistro-info-perl         0.18
ii  libdpkg-perl                1.19.0.5
ii  libencode-locale-perl       1.05-1
ii  libgit-wrapper-perl         0.048-1
ii  liblist-compare-perl        0.53-1
ii  liblwp-protocol-https-perl  6.07-2
ii  libsoap-lite-perl           1.27-1
ii  libstring-shellquote-perl   1.04-1
ii  libtry-tiny-perl            0.30-1
ii  liburi-perl                 1.74-1
ii  libwww-perl                 6.35-2
ii  licensecheck                3.0.31-2
ii  lintian                     2.5.99
ii  man-db                      2.8.4-2
ii  patch                       2.7.6-3
ii  patchutils                  0.3.4-2
ii  python3-apt                 1.6.2
ii  python3-debian              0.1.33
ii  python3-magic               2:0.4.15-2
ii  python3-requests            2.18.4-2
ii  python3-unidiff             0.5.4-1
ii  python3-xdg                 0.25-4
ii  strace                      4.21-1
ii  unzip                       6.0-21
ii  wdiff                       1.2.2-2+b1
ii  wget                        1.19.5-1
ii  xz-utils                    5.2.2-1.3

Versions of packages devscripts suggests:
pn  adequate                                  <none>
ii  autopkgtest                               5.5
pn  bls-standalone                            <none>
ii  bsd-mailx [mailx]                         8.1.2-0.20180807cvs-1
ii  build-essential                           12.5
pn  check-all-the-things                      <none>
pn  cvs-buildpackage                          <none>
pn  devscripts-el                             <none>
ii  diffoscope                                99
ii  disorderfs                                0.5.3-2
pn  dose-extra                                <none>
pn  duck                                      <none>
ii  faketime                                  0.9.7-2
ii  gnuplot                                   5.2.2+dfsg1-2
ii  gnuplot-x11 [gnuplot]                     5.2.2+dfsg1-2
ii  gpgv                                      2.2.10-1
ii  how-can-i-help                            16
ii  libauthen-sasl-perl                       2.1600-1
ii  libfile-desktopentry-perl                 0.22-1
pn  libnet-smtps-perl                         <none>
pn  libterm-size-perl                         <none>
ii  libtimedate-perl                          2.3000-2
pn  libyaml-syck-perl                         <none>
pn  mozilla-devscripts                        <none>
ii  mutt                                      1.10.1-2
ii  openssh-client [ssh-client]               1:7.8p1-1
pn  piuparts                                  <none>
ii  postgresql-client                         10+193
ii  postgresql-client-10 [postgresql-client]  10.5-1
ii  quilt                                     0.65-2
pn  ratt                                      <none>
ii  reprotest                                 0.7.8
pn  svn-buildpackage                          <none>
ii  w3m                                       0.5.3-36+b1

-- no debconf information
>From 863ba24427b083d4e74ce67dcd09307caff1e69d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= <anar...@debian.org>
Date: Wed, 5 Sep 2018 12:44:13 -0400
Subject: [PATCH] bump LTS version number (Closes: #-1)

Wheezy is now ELTS and jessie is the new LTS.
---
 scripts/debchange.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/debchange.pl b/scripts/debchange.pl
index b9eed2a9..374e84b8 100755
--- a/scripts/debchange.pl
+++ b/scripts/debchange.pl
@@ -617,7 +617,7 @@ ()
 my $DISTRIBUTION = 'UNRELEASED';
 # when updating the lines below also update the help text, the manpage and the 
testcases.
 my %dists = ( 60, 'squeeze', 70, 'wheezy', 7, 'wheezy', 8, 'jessie', 9, 
'stretch' );
-my $lts_dist = '7';
+my $lts_dist = '8';
 my $latest_dist = '9';
 # dist guessed from backports, SRU, security uploads...
 my $guessed_dist = '';
-- 
2.18.0

Reply via email to