[SCM] Packaging for rxtx branch, master, updated. debian/2.2pre2-7-4-gb1c1bdd
Scott Howard
showard at debian.org
Fri Oct 28 16:59:12 UTC 2011
The following commit has been merged in the master branch:
commit b1c1bdd511077aea5992bcf768e3ba8fd9b23db6
Author: Scott Howard <showard at debian.org>
Date: Tue Oct 4 18:43:21 2011 -0400
removed .la files
diff --git a/debian/changelog b/debian/changelog
index 8faa476..abf7435 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+rxtx (2.2pre2-9) unstable; urgency=low
+
+ * debian/rules: dh_install -X.la for removal of *.la from libraries
+
+ -- Scott Howard <showard at debian.org> Tue, 04 Oct 2011 18:24:09 -0400
+
rxtx (2.2pre2-8) UNRELEASED; urgency=low
* Updated kfreebsd_port.patch to follow FHS
diff --git a/debian/rules b/debian/rules
index 62dc799..8def587 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,5 +10,9 @@ override_dh_auto_build:
$(MAKE) RXTX_PATH=/usr/lib/jni
$(MAKE) docs
+override_dh_install:
+ find . -name *.la -delete
+ dh_install
+
override_dh_installchangelogs:
dh_installchangelogs ChangeLog
--
Packaging for rxtx
More information about the pkg-java-commits
mailing list