Package: libraw1394-dev
Version: 2.1.2-1
Severity: normal
Tags: patch
User: [email protected]
Usertags: la-file-removal

Hi,

as per Policy ยง10.2, .la files should not be included in the Debian 
package.  Patch attached for this.

Thanks,
-- 
Pino
--- a/debian/libraw1394-dev.install
+++ b/debian/libraw1394-dev.install
@@ -2,4 +2,3 @@ usr/include/*
 usr/lib/*/lib*.a
 usr/lib/*/lib*.so
 usr/lib/*/pkgconfig/*
-usr/lib/*/*.la
--- a/debian/rules
+++ b/debian/rules
@@ -13,4 +13,8 @@ override_dh_clean:
        rm -rf doc/libraw1394.pdf doc/libraw1394.tmp doc/libraw1394
        dh_clean
 
+override_dh_auto_install:
+       dh_auto_install
+       find debian/tmp -name '*.la' -delete
+
 .PHONY: override_dh_strip override_dh_clean

Reply via email to