Your message dated Fri, 01 Jan 2010 21:20:52 +0000
with message-id <[email protected]>
and subject line Bug#553240: fixed in lockdev 1.0.3-1.3
has caused the Debian Bug report #553240,
regarding liblockdev1-perl: missing-dependency-on-libc needed by 
./usr/lib/perl5/auto/LockDev/LockDev.so               but the package doesn't 
depend on the C library package. Normally               this indicates that 
${shlibs: Depends} was omitted from the               Depends line for this 
package in debian/control.
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.)


-- 
553240: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=553240
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: liblockdev1-perl
Version: 1.0.3-1.2+b1
Severity: serious
Justification: The listed file appears to be linked against the C library,
User: [email protected]
Usertags: missing-dependency-on-libc

All shared libraries and compiled binaries must be run through dpkg-shlibdeps to
find out any libraries they are linked against (often via the dh_shlibdeps
debhelper command). The package containing these files must then depend on
${shlibs:Depends} in debian/control to get the proper package dependencies for
those libraries.

Refer to Debian Policy Manual section 8.6 (Dependencies between the library and
other packages - the shlibs system) for details.

,----[ 8.6 Dependencies between the library and other packages - the shlibs 
system ]
| If a package contains a binary or library which links to a shared library, we
| must ensure that when the package is installed on the system, all of the
| libraries needed are also installed. This requirement led to the creation of 
the
| shlibs system, which is very simple in its design: any package which provides 
a
| shared library also provides information on the package dependencies required 
to
| ensure the presence of this library, and any package which uses a shared 
library
| uses this information to determine the dependencies it requires. The files 
which
| contain the mapping from shared libraries to the necessary dependency
| information are called shlibs files.
| 
| Thus, when a package is built which contains any shared libraries, it must
| provide a shlibs file for other packages to use, and when a package is built
| which contains any shared libraries or compiled binaries, it must run
| dpkg-shlibdeps on these to determine the libraries used and hence the
| dependencies needed by this package.
`----

,----[ 8.6.2 How to use dpkg-shlibdeps and the shlibs files ]
| Put a call to dpkg-shlibdeps into your debian/rules file. If your package
| contains only compiled binaries and libraries (but no scripts), you can use a
| command such as:
| 
|      dpkg-shlibdeps debian/tmp/usr/bin/* debian/tmp/usr/sbin/* \
|        debian/tmp/usr/lib/*
| 
| Otherwise, you will need to explicitly list the compiled binaries and
| libraries.[53]
| 
| This command puts the dependency information into the debian/substvars file,
| which is then used by dpkg-gencontrol. You will need to place a
| ${shlibs:Depends} variable in the Depends field in the control file for this 
to
| work.
`----

        manoj


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

Kernel: Linux 2.6.31.4-anzu-2 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages liblockdev1-perl depends on:
ii  perl                          5.10.1-5   Larry Wall's Practical Extraction 
ii  perl-base [perlapi-5.10.0]    5.10.1-5   minimal Perl system

liblockdev1-perl recommends no packages.

liblockdev1-perl suggests no packages.



--- End Message ---
--- Begin Message ---
Source: lockdev
Source-Version: 1.0.3-1.3

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

liblockdev1-dbg_1.0.3-1.3_i386.deb
  to main/l/lockdev/liblockdev1-dbg_1.0.3-1.3_i386.deb
liblockdev1-dev_1.0.3-1.3_i386.deb
  to main/l/lockdev/liblockdev1-dev_1.0.3-1.3_i386.deb
liblockdev1-perl_1.0.3-1.3_i386.deb
  to main/l/lockdev/liblockdev1-perl_1.0.3-1.3_i386.deb
liblockdev1_1.0.3-1.3_i386.deb
  to main/l/lockdev/liblockdev1_1.0.3-1.3_i386.deb
lockdev_1.0.3-1.3.diff.gz
  to main/l/lockdev/lockdev_1.0.3-1.3.diff.gz
lockdev_1.0.3-1.3.dsc
  to main/l/lockdev/lockdev_1.0.3-1.3.dsc



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.
Christoph Egger <[email protected]> (supplier of updated lockdev 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: Wed, 30 Dec 2009 20:50:40 +0100
Source: lockdev
Binary: liblockdev1 liblockdev1-dev liblockdev1-dbg liblockdev1-perl
Architecture: source i386
Version: 1.0.3-1.3
Distribution: unstable
Urgency: low
Maintainer: Paweł Więcek <[email protected]>
Changed-By: Christoph Egger <[email protected]>
Description: 
 liblockdev1 - Run-time shared library for locking devices
 liblockdev1-dbg - Debugging library for locking devices
 liblockdev1-dev - Development library for locking devices
 liblockdev1-perl - perl extension library for locking devices
Closes: 549731 553240 553242
Changes: 
 lockdev (1.0.3-1.3) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Don't remove non-existant file (Closes: #549731)
   * Add ${shlibs:Depends} to -perl and -db (Closes: #553240, #553242)
   *  -dbg package is section debug
   * add misc:Depends
Checksums-Sha1: 
 713c974b76bf399b95a9a4ec08098df49dec314c 1709 lockdev_1.0.3-1.3.dsc
 2d1955d8db3c7a7a80745b1b0462f81b57183c05 7772 lockdev_1.0.3-1.3.diff.gz
 be4b249a1389aeafb80f2604ef6a5197c72abe2f 13230 liblockdev1_1.0.3-1.3_i386.deb
 b1c1b7f186c1543212225a15e82f8b97f58f7769 8200 
liblockdev1-dev_1.0.3-1.3_i386.deb
 37ea15ef90d220a0f9b28e2cfe033beaee26a26b 23186 
liblockdev1-dbg_1.0.3-1.3_i386.deb
 1ff3b485a691d95e44b05ee91f9b07ea54cfe81f 21572 
liblockdev1-perl_1.0.3-1.3_i386.deb
Checksums-Sha256: 
 d8e4bfc50909569457e87b2d773182dde8fc1336ec1b4d621aed080da723c083 1709 
lockdev_1.0.3-1.3.dsc
 3ac8e3ecc905c596bd7c7fa0f5944abc87a68af0b69d65dde9e423c29779b3eb 7772 
lockdev_1.0.3-1.3.diff.gz
 d829b991070d2836070788cd4df4e908b17eaf22e3d018054f3082233d817b12 13230 
liblockdev1_1.0.3-1.3_i386.deb
 2750c884b96d8502e7246052a37f9ba9dd7a9bd00dfeb1e76f33ce12f4ef7c67 8200 
liblockdev1-dev_1.0.3-1.3_i386.deb
 65a2ad595388396bc6df0f8e4e1b70d4f8d4df47ad6bc577981eff8a8d591e51 23186 
liblockdev1-dbg_1.0.3-1.3_i386.deb
 2b5bcea088fe1ec66b06964c867ec0c5afd91860303f7cbf6115a9ecdf58b8ab 21572 
liblockdev1-perl_1.0.3-1.3_i386.deb
Files: 
 75d6a20b7050d8b395547dc7ae873153 1709 libs optional lockdev_1.0.3-1.3.dsc
 29017e62c4c5f688be4bc4b7812de77a 7772 libs optional lockdev_1.0.3-1.3.diff.gz
 f2ab64a93818a0bf44ea57390716c3e6 13230 libs optional 
liblockdev1_1.0.3-1.3_i386.deb
 c0942775a53e924f81e34e58035329c3 8200 libdevel optional 
liblockdev1-dev_1.0.3-1.3_i386.deb
 0144bfc5fe02280e1cf18a458afaabf0 23186 debug extra 
liblockdev1-dbg_1.0.3-1.3_i386.deb
 01e30354edc3f966dd407465ddac74cd 21572 perl optional 
liblockdev1-perl_1.0.3-1.3_i386.deb

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

iQIcBAEBCgAGBQJLO69+AAoJEKv/7bJACMb5lokP/1cBspyhbRcpqiTpDFroJUEP
OUUqMvVzXpA4RfoD7P2ZL5N40pjHPDoDgOYsQD/5jRjptZI69ng35Las1hkcEnTq
CdOtpWTSE62tuerIlSKTvBH39M+yNYpC4OktcE1kavILQnQ8/qNOJkbdcHl/LtCq
WJolTcPgJX55SPxFjsc7ZysM5lH+7642Cplkl4FXIKZe/3fn8LHB+eU6eWB2zSHT
Z2vwqkJRdmT49x3JcShcZ/sw+bl3i/C9UTen1+QDc/mESzyks7pVfbJDM3eV7DPC
44xCeuE+sQfERjM8pd69QAw6HidVrj1qZu/PL+nB9MjEL7e2ytPj8PAQqx8HQRZX
7lnSC7+T5BZgIjJllux7YVnUWGm3hUKNcIHjyl/1eA5xDdBIHVWzEUS8k8T8bjPk
TFtTj47nknFRpKt/8oLg+AgFsER3mqdYD35A71dLFIbuYXDynhldmUYR6ydkdzYg
WwXxkoxyocs3xDC66aQXiS9EymzL6b4OOrdS2560YHJm4fnSyCLC2Fmjdj4WAlyG
3J6hErqstl+Ez4rL/l8yomJcWC14i+O6moZFcQMTJiGp/9hMRDjGt5378yD9WgBt
8YeAP+bak1flKCcberAIQ9uetxM+Tzs+sU+u9QicJ5rRhr/xQHiDCVnAdnBX1OI/
0lSHBZUjuGXl5jAPxgc3
=w3fQ
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to