Package: libtaglib-cil-dev Version: 2.1.0.0-1 Severity: important Tags: patch experimental User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu ubuntu-patch quantal
libtaglib2.1-cil installs its DLL file to /usr/lib/cli/taglib-sharp-2.1/taglib-sharp.dll, but the pkg-config file in libtaglib-cil-dev still says: Libs: -r:${libdir}/cli/taglib-sharp-2.0/taglib-sharp.dll This is clearly wrong and would cause anything built against this package to fail to build if it were in unstable. Patch follows. * Fix Libs path in pkg-config metadata. diff -Nru taglib-sharp-2.1.0.0/debian/patches/Amend-taglib-sharp.dll-path-in-pc-file.patch taglib-sharp-2.1.0.0/debian/patches/Amend-taglib-sharp.dll-path-in-pc-file.patch --- taglib-sharp-2.1.0.0/debian/patches/Amend-taglib-sharp.dll-path-in-pc-file.patch 2012-07-29 16:52:44.000000000 +0100 +++ taglib-sharp-2.1.0.0/debian/patches/Amend-taglib-sharp.dll-path-in-pc-file.patch 2012-09-09 23:07:12.000000000 +0100 @@ -15,5 +15,5 @@ Description: A library for reading and writing tags to audio files. Version: @VERSION@ -Libs: -r:${libdir}/mono/taglib-sharp/taglib-sharp.dll -+Libs: -r:${libdir}/cli/taglib-sharp-2.0/taglib-sharp.dll ++Libs: -r:${libdir}/cli/taglib-sharp-2.1/taglib-sharp.dll -- Thanks, -- Colin Watson [cjwat...@ubuntu.com] -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org