Package: libsylph
Version: 1.1.0-4
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu natty ubuntu-patch
*** /tmp/tmpya5I2F
In Ubuntu, the attached patch was applied to achieve the following:
* debian/libsylph-dev.install: don't install libtool la-file per
policy 10.2
libsylph ships libtool la files in dev packages. They can simply be
removed since thay are not refered to from other packages.
See: http://wiki.debian.org/ReleaseGoals/LAFileRemoval
http://lists.debian.org/debian-devel/2009/08/msg00808.html
http://release.debian.org/~aba/la/current.txt
Thanks for considering the patch.
-- System Information:
Debian Release: squeeze/sid
APT prefers natty
APT policy: (500, 'natty')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.38-8-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u libsylph-1.1.0/debian/libsylph-dev.install libsylph-1.1.0/debian/libsylph-dev.install
--- libsylph-1.1.0/debian/libsylph-dev.install
+++ libsylph-1.1.0/debian/libsylph-dev.install
@@ -2,3 +2,2 @@
usr/lib/lib*.a
-usr/lib/*.la
usr/lib/lib*.so
diff -u libsylph-1.1.0/debian/changelog libsylph-1.1.0/debian/changelog