Package: libdts-dev
Version: 0.0.2-svn-1
Followup-For: Bug #313377
the pkg-config file is included, but just needs to be installed. find
attached the patch from ubuntu. Please apply it, I need it for xine.
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-26-amd64-k8
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
-- no debconf information
only in patch2:
unchanged:
--- libdts-0.0.2-svn.orig/debian/rules
+++ libdts-0.0.2-svn/debian/rules
@@ -38,11 +38,12 @@
dh_testdir
dh_testroot
dh_clean -k
- dh_installdirs -plibdts-dev usr/lib usr/include
+ dh_installdirs -plibdts-dev usr/lib/pkgconfig usr/include
#$(MAKE) install DESTDIR=`pwd`/debian/libdts-dev/
cp libdts/.libs/libdts.a libdts/libdts_pic.a
`pwd`/debian/libdts-dev/usr/lib
cp include/dts.h `pwd`/debian/libdts-dev/usr/include/
+ cp libdts/libdts.pc `pwd`/debian/libdts-dev/usr/lib/pkgconfig
binary-indep: build install
only in patch2:
unchanged:
--- libdts-0.0.2-svn.orig/debian/changelog
+++ libdts-0.0.2-svn/debian/changelog
@@ -1,3 +1,10 @@
+libdts (0.0.2-svn-1ubuntu1) dapper; urgency=low
+
+ * Install libdts.pc file in libdts-dev package
+ Closes Malone #18803
+
+ -- Gauvain Pocentek <[EMAIL PROTECTED]> Wed, 26 Apr 2006 21:37:21 +0200
+
libdts (0.0.2-svn-1) unstable; urgency=low
* Initial release (Closes: #232256).