Your message dated Sun, 22 Oct 2017 23:18:44 +0000
with message-id <[email protected]>
and subject line Bug#879124: fixed in dpkg 1.19.0.4
has caused the Debian Bug report #879124,
regarding dpkg-source: Use of uninitialized value (...) at 
/usr/share/perl5/Dpkg/Source/Package/V1.pm line 413.
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 [email protected]
immediately.)


-- 
879124: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=879124
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: dpkg-dev
Version: 1.19.0.2
Severity: minor
Tags: patch

Dear Maintainer,

when bundling from simple format 1.0 sources, dpkg-source -b since 1.19
emits a Perl warning about an unitialized variable:

| Use of uninitialized value $tarname in concatenation (.) or string at 
/usr/share/perl5/Dpkg/Source/Package/V1.pm line 413.

Fix is fairly simple:

--- /usr/share/perl5/Dpkg/Source/Package/V1.pm
+++ /usr/share/perl5/Dpkg/Source/Package/V1.pm
@@ -410,7 +410,7 @@
     }
 
     $self->add_file($tarname) if $tarname;
-    if (-e "$tarname.sig" and not -e "$tarname.asc") {
+    if ($tarname and -e "$tarname.sig" and not -e "$tarname.asc") {
         openpgp_sig_to_asc("$tarname.sig", "$tarname.asc");
     }
     $self->add_file($tarsign) if $tarsign and -e $tarsign;


Regards,

    Christoph


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

Kernel: Linux 4.9.52 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: unable to detect

Versions of packages dpkg-dev depends on:
ii  binutils      2.29.1-5
ii  bzip2         1.0.6-8.1
ii  libdpkg-perl  1.19.0.2
ii  make          4.1-9.1
ii  patch         2.7.5-1+b2
ii  perl          5.26.0-8
ii  tar           1.29b-2
ii  xz-utils      5.2.2-1.3

Versions of packages dpkg-dev recommends:
ii  build-essential          12.4
ii  fakeroot                 1.22-1
ii  gcc [c-compiler]         4:7.2.0-1d1
ii  gcc-7 [c-compiler]       7.2.0-11
ii  gnupg                    2.2.1-2
ii  gpgv                     2.2.1-2
pn  libalgorithm-merge-perl  <none>

Versions of packages dpkg-dev suggests:
ii  debian-keyring  2017.08.28

-- no debconf information

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: dpkg
Source-Version: 1.19.0.4

We believe that the bug you reported is fixed in the latest version of
dpkg, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Guillem Jover <[email protected]> (supplier of updated dpkg 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 [email protected])


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

Format: 1.8
Date: Sun, 22 Oct 2017 23:47:08 +0200
Source: dpkg
Binary: dpkg libdpkg-dev dpkg-dev libdpkg-perl dselect
Architecture: source
Version: 1.19.0.4
Distribution: unstable
Urgency: medium
Maintainer: Dpkg Developers <[email protected]>
Changed-By: Guillem Jover <[email protected]>
Description:
 dpkg       - Debian package management system
 dpkg-dev   - Debian package development tools
 dselect    - Debian package management front-end
 libdpkg-dev - Debian package management static library
 libdpkg-perl - Dpkg perl modules
Closes: 879124
Changes:
 dpkg (1.19.0.4) unstable; urgency=medium
 .
   * Perl modules:
     - Check that $tarname is defined before use in Dpkg::Source::Package::V1.
       Thanks to Christoph Biedl <[email protected]>.
       Closes: #879124
   * Packaging:
     - Add Breaks on debhelper << 10.10.1~ to dpkg-dev, so that debhelper users
       wanting to use R³ support do not need a versioned dependency on dpkg-dev.
     - Add Breaks dgit << 3.13~ to libdpkg-perl, as older dgit versions assumed
       that Dpkg::Compression::Process was available, via implicit import
       from Dpkg::Source::Package.
       Reported by Ian Jackson <[email protected]>.
Checksums-Sha1:
 4a268dce5ad799c73f76d4e99b5711d59029784a 1977 dpkg_1.19.0.4.dsc
 100a94f511756873f6cf056d84a28da5d62e5213 4559160 dpkg_1.19.0.4.tar.xz
 bce089df3d671c00f8f5d3e415b758f3b3c58b7c 7289 dpkg_1.19.0.4_amd64.buildinfo
Checksums-Sha256:
 192f5f044373ee10d1ca123fe3038ef3482bba84899d843e5769bbcd5e402fe7 1977 
dpkg_1.19.0.4.dsc
 98a66bb19012f9bde848e1e02903fe411dd0b9e61921108ee4323c4167e6990a 4559160 
dpkg_1.19.0.4.tar.xz
 b861f8924b5c64ca2b5154d14552e8a4a548919af9df9ec31311c9686c4368f5 7289 
dpkg_1.19.0.4_amd64.buildinfo
Files:
 7cc789e81c1e79fb5cf51a1cacbeb135 1977 admin required dpkg_1.19.0.4.dsc
 63cfe8d94bc906b6a49daf659600f783 4559160 admin required dpkg_1.19.0.4.tar.xz
 9de6219ceb5e40f0401723025136d0b4 7289 admin required 
dpkg_1.19.0.4_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEETz509DYFDBD1aWV0uXK/PqSuV6MFAlntIg8ACgkQuXK/PqSu
V6OYsBAAo2bd1AaIt0lNe1vK2doN/cGTPi13M6izZsC88W9kbsCpQsS0ZXbFG2bT
Z286GgOBTq+Wkk/rWkO0mQ1ZmLPhiRA1wAOwncMPUyGcH6vRFmyXNwEzeVM+X7dP
Gu0K0hQMAwMghcdm8o9H8IKOv5+a/w2lHGEYtqFZzjfpwjU/Nstf3LVvR5V8GzmD
dHiONqSph5fUws3kp7J5CttzD+7uNfZR2rruO89i9fW1CO+LwWWCNBMTMDCKHxhi
mPLV5IKlSrGfQAVBFc3wmi9zi49Z/wi39RboebDr83RkIN0tFe4wgFCOERUuJ2Pp
qQHsBfUlKM/PPJ4yE8oHaF3DzYfM8jLZ8yi9AANYw6KW/Ox5tFy0W1YMajZYwNF2
+JTz+zxGW71WC6yeg8WgB/6x2UN6mhSZ41VEReRQ5MlWIKT0NjIWVhKidjysrjNX
kQnZA655yUIDgwaDy9YE6qxN1tV1l84pl+/LV5t0j2AtlEmxgzQgAwaXayG641uO
pMeiwmWSCO0QwoVj6DoR+lMh9O9A2JVqgfX7wY+hQwDmjd9zyTCo4xxlswXvtZx8
Rksa9tA5j9GPBo8lbnm1vK15qYMh35csy0cl0797MKrRTg3DKHZ2qYeYL03JPLpQ
MtLqU2cEsVVqlF4qVSoq6bfXZUE83vRgQQGLvLZdH6MbWFKTpm0=
=zurh
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to