[Pkg-voip-commits] [ring] 04/13: don't install libring.la and libring.a

Alexandre Viau aviau at moszumanska.debian.org
Sun Mar 27 03:10:54 UTC 2016


This is an automated email from the git hooks/post-receive script.

aviau pushed a commit to branch master
in repository ring.

commit cea2b796bc5723cf8eec6b9365854ab7724a3d93
Author: aviau <alexandre at alexandreviau.net>
Date:   Sat Mar 26 15:06:05 2016 -0400

    don't install libring.la and libring.a
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index 52e1780..2235dcf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -117,6 +117,8 @@ override_dh_auto_install:
 	#########################
 	cd daemon && make DESTDIR=$(CURDIR)/debian/ring install
 	rm -rf $(CURDIR)/debian/ring/usr/include/dring
+	rm -rf $(CURDIR)/debian/ring/usr/lib/libring.la
+	rm -rf $(CURDIR)/debian/ring/usr/lib/libring.a
 
 	###########################
 	## libringclient install ##

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/ring.git



More information about the Pkg-voip-commits mailing list