[Pkg-xmpp-commits] [SCM] Jabberd2 XMPP server branch, master, updated. upstream/2.2.8-16-gdec816c

W. van den Akker wvdakker at wilsoft.nl
Wed Jan 16 08:27:16 UTC 2013


The following commit has been merged in the master branch:
commit dec816cb9737c8606cfdba5d45e8a89e624f9e37
Author: W. van den Akker <wvdakker at wilsoft.nl>
Date:   Wed Jan 16 09:22:37 2013 +0100

    Do not ship .la files, refs #621606

diff --git a/debian/changelog b/debian/changelog
index 950430c..e51e246 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+jabberd2 (2.2.8-2.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Don't ship .la files (Closes: #621606).
+
+ -- Luk Claes <luk at debian.org>  Wed, 22 Jun 2011 08:14:00 +0200
+
 jabberd2 (2.2.8-2.1) unstable; urgency=high
 
   * Non-maintainer upload by the Security Team.
diff --git a/debian/rules b/debian/rules
index 4439e9a..c401b9e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -85,6 +85,8 @@ install:
 	
 	$(MAKE) DESTDIR=$(CURDIR)/debian/jabberd2 install
 
+	# remove *.la files. Do not ship them.
+	rm `find $(CURDIR)/debian/jabberd2 -name '*.la'`
 	# remove jabberd wrapper, we use lsb init scripts
 	rm $(CURDIR)/debian/jabberd2/etc/jabberd2/jabberd.cfg
 	rm $(CURDIR)/debian/jabberd2/usr/sbin/jabberd2-jabberd

-- 
Jabberd2 XMPP server



More information about the Pkg-xmpp-commits mailing list