Your message dated Tue, 10 Dec 2013 13:03:25 +0000
with message-id <e1vqmyd-0001lt...@franck.debian.org>
and subject line Bug#731847: fixed in devscripts 2.13.7
has caused the Debian Bug report #731847,
regarding dch: Can't locate Devscripts/Compression.pm in @INC
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
731847: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=731847
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: devscripts
Version: 2.13.6
Severity: grave
Tags: patch
Justification: renders package unusable

$ dch
Can't locate Devscripts/Compression.pm in @INC [...] at /usr/bin/dch line 42.

because "use Devscripts::Compression;" occurs before
"use lib '/usr/share/devscripts';".

Attached patch.

-- Package-specific info:

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

--- ~/.devscripts ---
Not present

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.11-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=POSIX, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages devscripts depends on:
ii  dpkg-dev     1.17.4
ii  libc6        2.17-97
ii  perl         5.18.1-5
ii  python3      3.3.2-17
pn  python3:any  <none>

Versions of packages devscripts recommends:
ii  at                          3.1.14-1
ii  curl                        7.33.0-1
ii  dctrl-tools                 2.23
ii  debian-keyring              2013.07.31
ii  dput                        0.9.6.4
ii  equivs                      2.0.9
ii  fakeroot                    1.20-3
ii  gnupg                       1.4.15-1.1
ii  libdistro-info-perl         0.11
ii  libencode-locale-perl       1.03-1
ii  libjson-perl                2.61-1
ii  liblwp-protocol-https-perl  6.04-2
ii  libparse-debcontrol-perl    2.005-4
ii  libsoap-lite-perl           0.716-1
ii  liburi-perl                 1.60-1
ii  libwww-perl                 6.05-2
ii  lintian                     2.5.19
ii  man-db                      2.6.5-2
ii  patch                       2.7.1-4
ii  patchutils                  0.3.2-3
ii  python3-debian              0.1.21+nmu2
ii  python3-magic               1:5.14-2
ii  sensible-utils              0.0.9
ii  strace                      4.5.20-2.3
ii  unzip                       6.0-10
ii  wdiff                       1.2.1-1
ii  wget                        1.14-5
ii  xz-utils                    5.1.1alpha+20120614-2

Versions of packages devscripts suggests:
ii  bsd-mailx [mailx]            8.1.2-0.20131005cvs-1
ii  build-essential              11.6
pn  cvs-buildpackage             <none>
pn  devscripts-el                <none>
ii  gnuplot                      4.6.4-1
ii  gpgv                         1.4.15-1.1
ii  heirloom-mailx [mailx]       12.5-2
ii  libauthen-sasl-perl          2.1500-1
ii  libfile-desktopentry-perl    0.07-1
ii  libnet-smtp-ssl-perl         1.01-3
ii  libterm-size-perl            0.207-1+b1
ii  libtimedate-perl             2.3000-1
ii  libyaml-syck-perl            1.27-2+b1
ii  mutt                         1.5.21-6.4
ii  openssh-client [ssh-client]  1:6.4p1-1
ii  svn-buildpackage             0.8.5
ii  w3m                          0.5.3-12

-- no debconf information
--- /usr/bin/dch        2013-12-10 02:44:42.000000000 +0100
+++ dch 2013-12-10 13:30:51.572541868 +0100
@@ -39,9 +39,9 @@
 use File::Copy;
 use File::Basename;
 use Cwd;
+use lib '/usr/share/devscripts';
 use Devscripts::Compression;
 use Dpkg::Vendor qw(get_current_vendor);
-use lib '/usr/share/devscripts';
 use Devscripts::Debbugs;
 use POSIX qw(locale_h strftime);
 

--- End Message ---
--- Begin Message ---
Source: devscripts
Source-Version: 2.13.7

We believe that the bug you reported is fixed in the latest version of
devscripts, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 731...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
James McCoy <james...@debian.org> (supplier of updated devscripts package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 10 Dec 2013 07:49:54 -0500
Source: devscripts
Binary: devscripts
Architecture: source amd64
Version: 2.13.7
Distribution: unstable
Urgency: medium
Maintainer: Devscripts Devel Team <devscripts-de...@lists.alioth.debian.org>
Changed-By: James McCoy <james...@debian.org>
Description: 
 devscripts - scripts to make the life of a Debian Package maintainer easier
Closes: 731847
Changes: 
 devscripts (2.13.7) unstable; urgency=medium
 .
   * Fix imports of Devscripts::Compression.  (Closes: #731847)
Checksums-Sha1: 
 db8a024e37321a20afb1934278648f7f1f449d9d 2123 devscripts_2.13.7.dsc
 19efb6c3f040c639dbc5197af2fda708ef42b628 577948 devscripts_2.13.7.tar.xz
 394a28687710765b17fb5bf5a68adad976c3085a 862752 devscripts_2.13.7_amd64.deb
Checksums-Sha256: 
 6fbf44bea385cc150240ceff7ed6d5fc744a9549b8c156985311cd931a846c40 2123 
devscripts_2.13.7.dsc
 bdab0ac0c7c74150004ce01cf334ebb92782429ea3679769951abb2f6f0ddab9 577948 
devscripts_2.13.7.tar.xz
 288fff9e87e6baae14f5ffd306546d54da8581de47ee03fabc1183126f1758a2 862752 
devscripts_2.13.7_amd64.deb
Files: 
 d9f8e8238282e90d0777094123b7b8c1 2123 devel optional devscripts_2.13.7.dsc
 ff9584117203d549d8a5037aaa0fd275 577948 devel optional devscripts_2.13.7.tar.xz
 b98da266bebaedbcf5b7b7213f0e3b53 862752 devel optional 
devscripts_2.13.7_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)

iQIcBAEBCgAGBQJSpw8lAAoJEN/mka4zG6PbuMcP+wcyldMcXFzSozUzOz67d2+9
UYLkMTZGAnvK7Z34VjOF0oVlthtt7eqbsw3tuePvVVD3vc9oXZiGjmfIqm8YAhaX
t919qcfS6hqOLgThDaxoh8lTlBDud0FT/GzJXNXPWveOXfvvl4Vdx/n90aH8rrrT
w573aiWL5sKANp8z68T2TjW52Irv7BQEpDs8g+WJMqGRyNlfnsVpmPeuC3vJT2x0
XSzbzRvTqrJd93C4D7JIOwyXQ9/9T4EBcXiZAMfzCe+w7IhbpWrHSPnGP7uB35P5
/iritvowjF65iUy9Ag0WqqRGVTlg7cN/W4RBoVuRB54dloRW6F8ePJO1ObfcHrpe
4ISBKKrKge40ZpnfRW0Gr5BGNHAtj1oJaEKgw7LEaE5lnqhDOCstFCfA8sQJtjrL
7o4a3EJsyNw7iWA3b62mczW9DhU0H9KCxTqSi+7lkdtBpey4UiKoVRTxYD3FFJ7w
Qjhi7Ci9mApSpxZeebK+QTYqY0ok83ekGgfpYcSItJ+6Dm8Xh8/MJQREXszkxiMG
epWmzWfOSl9p5OcyTFKek9345MI99dwRuCcqCY9a/K0SVuD2Tp1P/y1bkHn7uB4V
8U8BI1FOZMYveMCIkazeHq6TjgGNU1UnteJDOM6LAspfjxQj78xnsMS5HI3Bln4m
AlNNILhYNVM6XljUvQxj
=Qw6M
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to