Package: uptimed
Version: 1:0.4.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
diff -Nru uptimed-0.4.2/debian/rules uptimed-0.4.2/debian/rules
--- uptimed-0.4.2/debian/rules
+++ uptimed-0.4.2/debian/rules
@@ -17,6 +17,9 @@
dh_auto_install -Dlibuptimed
+ # remove libtool .la files
+ find $(U) -name '*.la' -delete
+
override_dh_auto_build:
dh_auto_build
cd debian && LC_ALL=C onsgmls uptimed.conf.sgml | sgmlspl
sgmlspl-specs/docbook2man-spec.pl