[Pkg-voip-commits] [ring] 01/13: Don't include header files

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 e27b5af99996db44fee7ad923920441a46665a07
Author: aviau <alexandre at alexandreviau.net>
Date:   Sat Mar 26 14:13:25 2016 -0400

    Don't include header files
---
 debian/rules | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index cb37476..52e1780 100755
--- a/debian/rules
+++ b/debian/rules
@@ -116,14 +116,13 @@ override_dh_auto_install:
 	## Ring Daemon install ##
 	#########################
 	cd daemon && make DESTDIR=$(CURDIR)/debian/ring install
-	# TODO include or not a and la file
-	#find $(CURDIR)/debian/ring/ -name libring.a -delete
-	#find $(CURDIR)/debian/ring/ -name libring.la -delete
+	rm -rf $(CURDIR)/debian/ring/usr/include/dring
 
 	###########################
 	## libringclient install ##
 	###########################
 	cd lrc/build && make DESTDIR=$(CURDIR)/debian/ring install
+	rm -rf $(CURDIR)/debian/ring/usr/include/libringclient
 
 	##########################
 	## gnome client 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