Package: libvdk2-dev
Severity: normal
Tags: patch
Hi,
attached to this response is a patch with the
proposed fix to this bug.
The patch makes the following changes:
* debian/rules: On install target, dependency_libs field of .la files
is cleared (Closes: #633313)
Thanks for considering my patch.
-- System Information:
Debian Release: 6.0.2
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-5-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u vdk2-2.4.0/debian/changelog vdk2-2.4.0/debian/changelog
--- vdk2-2.4.0/debian/changelog
+++ vdk2-2.4.0/debian/changelog
@@ -1,3 +1,11 @@
+vdk2 (2.4.0-5.2) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * debian/rules: On install target, dependency_libs field of .la files
+ is cleared (Closes: #633313)
+
+ -- Sebastian Carneiro <[email protected]> Sun, 17 Jul 2011 19:01:51 -0300
+
vdk2 (2.4.0-5.1) unstable; urgency=low
* Non-maintainer upload.
diff -u vdk2-2.4.0/debian/rules vdk2-2.4.0/debian/rules
--- vdk2-2.4.0/debian/rules
+++ vdk2-2.4.0/debian/rules
@@ -52,6 +52,7 @@
dh_testdir
dh_testroot
$(MAKE) DESTDIR=`pwd`/debian/libvdk2-2c2 install
+ DESTDIR=`pwd`/debian/libvdk2-2c2 sed -i "/dependency_libs/ s/'.*'/''/" `find ${DESTDIR} -name '*.la'`
touch install-stamp
install-dbg: install-dbg-stamp