[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#675826: marked as done (lintian: bogus dev-pkg-without-shlib-symlink warning)



Your message dated Fri, 15 Jun 2012 21:15:40 +0000
with message-id <E1Sfdro-0006TW-3w@franck.debian.org>
and subject line Bug#675826: fixed in lintian 2.5.9
has caused the Debian Bug report #675826,
regarding lintian: bogus dev-pkg-without-shlib-symlink warning
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 owner@bugs.debian.org
immediately.)


-- 
675826: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675826
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: lintian
Version: 2.5.8
Severity: normal

Lintian detects the following warning on the libusb-1.0-0-dev package:
| W: libusb-1.0-0: dev-pkg-without-shlib-symlink lib/x86_64-linux-gnu/libusb-1.0.so.0.1.0 usr/lib/x86_64-linux-gnu/libusb.so

The package contains this symlink:
| lrwxrwxrwx root/root         0 2012-04-24 07:59 ./usr/lib/x86_64-linux-gnu/libusb-1.0.so -> /lib/x86_64-linux-gnu/libusb-1.0.so.0.1.0

Note that the name of the library is libusb-1.0, that's why the 1.0 is
kept in the symlink. The corresponding pkgconfig file is called
libusb-1.0.pc and passes -lusb-1.0 to the linker.

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

Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages lintian depends on:
ii  binutils                       2.22-6.1
ii  bzip2                          1.0.6-1
ii  diffstat                       1.55-2
ii  file                           5.11-1
ii  gettext                        0.18.1.1-8
ii  hardening-includes             2.1
ii  intltool-debian                0.35.0+20060710.1
ii  libapt-pkg-perl                0.1.26+b1
ii  libc-bin                       2.13-32
ii  libclass-accessor-perl         0.34-1
ii  libclone-perl                  0.31-1+b2
ii  libdpkg-perl                   1.16.3
ii  libemail-valid-perl            0.190-1
ii  libipc-run-perl                0.91-1
ii  libparse-debianchangelog-perl  1.2.0-1
ii  libtimedate-perl               1.2000-1
ii  liburi-perl                    1.60-1
ii  locales                        2.13-32
ii  locales-all [locales]          2.13-32
ii  man-db                         2.6.1-2
ii  patchutils                     0.3.2-1.1
ii  perl [libdigest-sha-perl]      5.14.2-11
ii  unzip                          6.0-6

lintian recommends no packages.

Versions of packages lintian suggests:
ii  binutils-multiarch     <none>
ii  dpkg-dev               1.16.3
ii  libhtml-parser-perl    3.69-2
ii  libtext-template-perl  1.45-2
ii  man-db                 2.6.1-2
ii  xz-utils               5.1.1alpha+20110809-3

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: lintian
Source-Version: 2.5.9

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

lintian_2.5.9.dsc
  to main/l/lintian/lintian_2.5.9.dsc
lintian_2.5.9.tar.gz
  to main/l/lintian/lintian_2.5.9.tar.gz
lintian_2.5.9_all.deb
  to main/l/lintian/lintian_2.5.9_all.deb



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 675826@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Niels Thykier <niels@thykier.net> (supplier of updated lintian 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 15 Jun 2012 21:29:03 +0200
Source: lintian
Binary: lintian
Architecture: source all
Version: 2.5.9
Distribution: unstable
Urgency: low
Maintainer: Debian Lintian Maintainers <lintian-maint@debian.org>
Changed-By: Niels Thykier <niels@thykier.net>
Description: 
 lintian    - Debian package checker
Closes: 675139 675358 675826 675832 676799 677142 677310 677649
Changes: 
 lintian (2.5.9) unstable; urgency=low
 .
   * Summary of tag changes:
     + Added:
       - run-parts-cron-filename-contains-illegal-chars
     + Removed:
       - run-parts-cron-filename-contains-full-stop
 .
   * checks/*:
     + [NT] Migrate to new Lintian::Path API.
   * checks/fields:
     + [NT] Also classify lib*-cli-dev as belonging to the section
       cli-mono (rather than libdevel).  Thanks to Chow Loong Jin
       for the report and the patch.  (Closes: #675358)
   * checks/files{,.desc}:
     + [NT] Rename run-parts-cron-filename-contains-full-stop and
       have it catch "+" in the filename as well.  Add reference
       to policy 9.5.1 in the  tag description.
   * checks/init.d:
     + [NT] Use the proper regex for matching package names rather
       than an ad-hoc regex.  Thanks to Thorsten Alteholz for the
       report and suggested patch.  (Closes: #677142)
   * checks/shared-libs:
     + [NT] Reverse order of two subst expressions to prevent
       dev-pkg-without-shlib-symlink false positives.  Thanks to
       Aurelien Jarno, Yves-Alexis Perez and Stephen M. Webb for
       the reports and the patch.
       (Closes: #675826, #677310, #675832)
     + [NT] Clarify that dev-pkg-without-shlib-symlink is emitted
       on library and not "-dev" packages.
 .
   * collection/hardening-info:
     + [NT] Process binaries with hardening-check via xargs.  This
       greatly reduces the processing time for packages with many
       binaries (like some of the linux binaries).  Thanks to
       Bastian Blank for the heads up.
     + [NT] Skip kernel modules (.ko files).
   * collection/hardening-info-helper:
     + [NT] New file.
 .
   * data/*:
     + [NT] Refresh with tools/data from sid.
   * data/scripts/interpreters:
     + [NT] Replace ngp2 with ngraph.  Thanks to Koichi Akabe for
       the report.  (Closes: #675139)
   * data/spelling/corrections:
     + [NT] Add corrections for usage, invocation(s) and ancient.
 .
   * debian/changelog:
     + [NT] raster-image-in-scalable-directory was added in 2.5.7,
       not removed.
 .
   * frontend/lintian{,-info}:
     + [NT] Remove assumption that $ENV{HOME} is set/defined.  If
       $ENV{HOME} is not sent, user specific profiles will simply
       be ignored.
   * frontend/lintian:
     + [NT] Attempt to automatically determine what to process, if
       no packages are given and debian/changelog exists.  Thanks
       to Gilles Filippini for the suggestion.  (Closes: #676799)
 .
   * lib/Lintian/Check.pm:
     + [NT] Add regex to match valid package names.
   * lib/Lintian/Collect/Package.pm:
     + [NT] sorted_index now returns a list rather than a list ref.
     + [NT] Represent files (from index) as Lintian::Path objects.
   * lib/Lintian/Collect/Source.pm:
     + [NT] Recognise "Package-Type" as an alternative of the "X-"
       field of same name.  Thanks to Christian Perrier for the
       report.  (Closes: #677649)
   * lib/Lintian/Data.pm:
     + [NT] Gracefully handle the absence of $ENV{HOME}.
   * lib/Lintian/Path.pm:
     + [NT] New file.
Checksums-Sha1: 
 5910ab721c5785b01400b3444cb9d6904ad6a876 2485 lintian_2.5.9.dsc
 0f0de9cbf56a6702509a95c2c976ca8f6bafef47 1100166 lintian_2.5.9.tar.gz
 40be3ed688b6d01c66bf9440fccefb5c32b189f3 702742 lintian_2.5.9_all.deb
Checksums-Sha256: 
 9263501f00c3e3a762803375c8febc9cd651a34d4a3710f48e0d13266d3ead8d 2485 lintian_2.5.9.dsc
 bd5c285d46ab54588819879e10e16d301542162cc886939c29ec2a4da05b7357 1100166 lintian_2.5.9.tar.gz
 6caf9ba0dd9b98713356d03818f844be36f4e58af44d14374ec1366631eb3a2a 702742 lintian_2.5.9_all.deb
Files: 
 152a018943890d860377d5438d58f6fa 2485 devel optional lintian_2.5.9.dsc
 d5abfd1dbca688d0bcaa90890052b758 1100166 devel optional lintian_2.5.9.tar.gz
 44934b36c0b11b01579cc4713772897c 702742 devel optional lintian_2.5.9_all.deb

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

iQIcBAEBCAAGBQJP25OVAAoJEAVLu599gGRCvh8P/iFkx/wk9VnXIscK+qrTGVwW
TI6Lt5Q1JiA2ZpKdbx6bx3msjy3ynQShIDnJpJvy1K8GK1Dw1LCVbq3GxHMabsWl
+OSkNS2WmlNEu0qs+GuvA1+jo9KJ5ql8G2Vu97uhM8ZSrR92uYs9l27yZfVcw6+7
/1Ky5nUTwDfk1NVIZO12lNKIFE5pswPEBh83XGt8MUFXOoK/qA1x9wtCoIXoKkHA
SiAQu0GSfXkRm2uKd2qRRo1nK3ZxjFSg3N6qOzqbpiIjK2NbGO349s84xQ9C8DPs
ROuR+f4chBPvLRHna8nyib8EZdJTsZmp4M8PxS8zFhEZ+N5nxRmIEFwreiqj4XSj
ufaF55bLiyYtOhfu2RNmPWIDTG+Y/PkQzPrCNPGP1zeFT1qLW1zs9Ug/AMk5rVl+
wPfPRONnTtlWEOoeFKd0qgp+x/rix473U6q7Tt992Z+K4K3iwGOik8brOT6dzHk7
OqYhndC8W7R/RXOqfyazBzYPQh9wHzKnVwjnETBgu2QSkfW65KcxsoEDyJa4WSr4
wLEAvjxCvvHf1gAOruzkR1P8A6FlDSQQzV1iuy/u6Ei/DlkHLqmGSKXZl4DpkNCz
gGUDHK+JdvBWB3NJn1woeYRpWEdoc6YAYy7oq7ZcmvpOTLty34a7DF1MiX+xjSe7
6Zy3RKnWklHZ2HMEZfjD
=OAjv
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: