Your message dated Sat, 31 Oct 2009 23:27:27 +0000
with message-id <e1n4nlz-0003ri...@ries.debian.org>
and subject line Bug#553153: fixed in libannodex 0.7.3-4
has caused the Debian Bug report #553153,
regarding annodex-tools: missing-dependency-on-libc needed by
./usr/bin/anxcheck and 5 others 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 ow...@bugs.debian.org
immediately.)
--
553153: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=553153
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: annodex-tools
Version: 0.7.3-3.1+b1
Severity: serious
Justification: The listed file appears to be linked against the C library,
User: lintian-ma...@debian.org
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 annodex-tools depends on:
pn libannodex0 <none> (no description available)
annodex-tools recommends no packages.
annodex-tools suggests no packages.
--- End Message ---
--- Begin Message ---
Source: libannodex
Source-Version: 0.7.3-4
We believe that the bug you reported is fixed in the latest version of
libannodex, which is due to be installed in the Debian FTP archive:
annodex-tools_0.7.3-4_i386.deb
to main/liba/libannodex/annodex-tools_0.7.3-4_i386.deb
libannodex0-dbg_0.7.3-4_i386.deb
to main/liba/libannodex/libannodex0-dbg_0.7.3-4_i386.deb
libannodex0-dev_0.7.3-4_i386.deb
to main/liba/libannodex/libannodex0-dev_0.7.3-4_i386.deb
libannodex0_0.7.3-4_i386.deb
to main/liba/libannodex/libannodex0_0.7.3-4_i386.deb
libannodex_0.7.3-4.diff.gz
to main/liba/libannodex/libannodex_0.7.3-4.diff.gz
libannodex_0.7.3-4.dsc
to main/liba/libannodex/libannodex_0.7.3-4.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 553...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Barry deFreese <bdefre...@debian.org> (supplier of updated libannodex 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...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Fri, 30 Oct 2009 13:20:31 -0400
Source: libannodex
Binary: libannodex0 libannodex0-dev libannodex0-dbg annodex-tools
Architecture: source i386
Version: 0.7.3-4
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Barry deFreese <bdefre...@debian.org>
Description:
annodex-tools - tools for fiddling with annotated and indexed media streams
libannodex0 - annotated and indexed media library
libannodex0-dbg - annotated and indexed media library debugging information
libannodex0-dev - annotated and indexed media library (develoment files)
Closes: 450220 553153 553153
Changes:
libannodex (0.7.3-4) unstable; urgency=low
.
* QA upload.
+ Set maintainer to Debian QA Group <packa...@qa.debian.org>.
* Add ${shlibs:Depends} to binaries. (Closes: #553153).
* Add ${misc:Depends} for debhelper package.
* Replace liboggz1-dev with liboggz2-dev. (Closes: #553153).
* Fix up watch file. (Closes: #450220).
* Move -dbg package to Section: debug.
* Make clean not ignore errors.
* Bump debhelper build-dep and compat to 5.
* Bump Standards Version to 3.8.3.
Checksums-Sha1:
cdda7c7ddc05a689821e2b8ac3c250cb9436d80f 1123 libannodex_0.7.3-4.dsc
6b019b42bc4797b4bcb202d594ad02a2acd0df03 34936 libannodex_0.7.3-4.diff.gz
fe60078ca53a99917075cbed2e404010c4980dd6 176774 libannodex0_0.7.3-4_i386.deb
244099ed6a3bce34c02020c1f17a7740d7428979 164262
libannodex0-dev_0.7.3-4_i386.deb
7e63e51412e84fe7f0d0daff861fe9ae0067ffbc 5558 libannodex0-dbg_0.7.3-4_i386.deb
e6e788ed82affa03ecddae0cb1d0ab6270062c14 27802 annodex-tools_0.7.3-4_i386.deb
Checksums-Sha256:
8f80a3b76ea34ddccc14e414bbcb8b9f4f76af1e3a716b92d17de26d0faa4224 1123
libannodex_0.7.3-4.dsc
388996ee3ea33f9702f206fcdec7e6856ce834a81be125008241175f1d8d9d99 34936
libannodex_0.7.3-4.diff.gz
ee63d67370f19b0fff0a840dd5b61486422c2645198ef618e986d4335ed050bf 176774
libannodex0_0.7.3-4_i386.deb
a2e3122fa97299bd52bda91e559caab73d3a242feb48b377099c364d44ec6467 164262
libannodex0-dev_0.7.3-4_i386.deb
8481490d176ec1e781e962c8837f5f66f53803a6c19e2b94d420da96c24d15a9 5558
libannodex0-dbg_0.7.3-4_i386.deb
e8bd581f9f3e73603f295fb78a96634ebe8f60dfd6bbe41cc480ef27bdd37102 27802
annodex-tools_0.7.3-4_i386.deb
Files:
ce3a9dd3980037473623c5dcd1e00925 1123 net optional libannodex_0.7.3-4.dsc
c9d3f5ad1ea63e27fe9006bfd02f1a68 34936 net optional libannodex_0.7.3-4.diff.gz
da494610f44744624280136af8ebe698 176774 libs optional
libannodex0_0.7.3-4_i386.deb
aa4e3fd61b8e6cfa51b88a61bead3ac8 164262 libdevel optional
libannodex0-dev_0.7.3-4_i386.deb
09aeb6a8b4218a27aae46b4c01e0b2cd 5558 debug extra
libannodex0-dbg_0.7.3-4_i386.deb
b71f4c1a75fb960ad00fdbc4868cdd30 27802 utils optional
annodex-tools_0.7.3-4_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkrrLtYACgkQ5ItltUs5T36t0wCgtrKJHInTxHr0QrmmXZRr9Giq
RioAn2shgozIfs3YAwRCyYANY/Lj3s7J
=rajM
-----END PGP SIGNATURE-----
--- End Message ---