Package: exiv2 Version: 0.18.2-1+b1 Severity: wishlist Tags: patch -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi can you please provide -dbg package for exiv2? Attached patch could do it (package needs better description though). - -- Michal Čihař | http://cihar.com | http://blog.cihar.com - -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.31.5-0.1-default (SMP w/2 CPU cores) Locale: LANG=cs_CZ.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages exiv2 depends on: ii libc6 2.10.1-7 GNU C Library: Shared libraries ii libexiv2-5 0.18.2-1.1 EXIF/IPTC metadata manipulation li ii libgcc1 1:4.4.2-2 GCC support library ii libstdc++6 4.4.2-2 The GNU Standard C++ Library v3 exiv2 recommends no packages. exiv2 suggests no packages. - -- no debconf information -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iEYEARECAAYFAksFN7oACgkQ3DVS6DbnVgQnXwCgmWyeEZ/Xp6crpiZhYG1QDRUP kz4AmQFlkPOFsTnRc0AP0/ADyrTQWA4E =dBP5 -----END PGP SIGNATURE-----
diff -u exiv2-0.18.2/debian/control exiv2-0.18.2/debian/control --- exiv2-0.18.2/debian/control +++ exiv2-0.18.2/debian/control @@ -67,0 +68,6 @@ + +Package: libexiv2-dbg +Depends: ${misc:Depends} +Section: debug +Description: EXIF/IPTC metadata manipulation library - debug + debug package diff -u exiv2-0.18.2/debian/changelog exiv2-0.18.2/debian/changelog --- exiv2-0.18.2/debian/changelog +++ exiv2-0.18.2/debian/changelog @@ -1,3 +1,9 @@ +exiv2 (0.18.2-2) unstable; urgency=low + + * Add -dbg package. + + -- Michal Čihař <ni...@debian.org> Thu, 19 Nov 2009 11:49:14 +0100 + exiv2 (0.18.2-1) unstable; urgency=low * New upstream release diff -u exiv2-0.18.2/debian/rules exiv2-0.18.2/debian/rules --- exiv2-0.18.2/debian/rules +++ exiv2-0.18.2/debian/rules @@ -7,6 +7,9 @@ %: dh --with quilt $@ +override_dh_strip: + dh_strip -a --dbg-package=libexiv2-dbg + override_dh_auto_configure: dh_auto_configure -- --disable-rpath only in patch2: unchanged: