Package: flatzebra
Version: 0.1.5-2
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu natty ubuntu-patch



*** /tmp/tmpdftzHd
In Ubuntu, the attached patch was applied to achieve the following:

  * debian/rules: don't install la-file to dev-package (policy 10.2)

flatzebra 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-7-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 -Nru flatzebra-0.1.5/debian/rules flatzebra-0.1.5/debian/rules
--- flatzebra-0.1.5/debian/rules	2010-12-22 04:23:06.000000000 +0100
+++ flatzebra-0.1.5/debian/rules	2011-04-04 22:41:31.000000000 +0200
@@ -67,7 +67,6 @@
 	
 	mv $(CURDIR)/debian/tmp/usr/include/flatzebra-*/flatzebra/*.h $(CURDIR)/debian/libflatzebra-dev/usr/include/flatzebra/
 	mv $(CURDIR)/debian/tmp/usr/lib/pkgconfig/* $(CURDIR)/debian/libflatzebra-dev/usr/lib/pkgconfig/
-	mv $(CURDIR)/debian/tmp/usr/lib/*.la $(CURDIR)/debian/libflatzebra-dev/usr/lib/
 	mv $(CURDIR)/debian/tmp/usr/lib/*.so $(CURDIR)/debian/libflatzebra-dev/usr/lib/
 	mv $(CURDIR)/debian/tmp/usr/lib/libflatzebra*so.* $(CURDIR)/debian/libflatzebra-0.1-2/usr/lib/
 

Reply via email to