[Pkg-voip-commits] [ring] 01/03: lrc: exclude cmake files

Alexandre Viau aviau at moszumanska.debian.org
Sun Apr 24 02:27:33 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 58bb61bffbc3db31ae3535fb4344304013b48f2c
Author: aviau <alexandre at alexandreviau.net>
Date:   Sat Apr 23 21:01:29 2016 -0400

    lrc: exclude cmake files
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index 26ca497..6e490d5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -135,9 +135,13 @@ override_dh_auto_install:
 	###########################
 	cd lrc/build && make DESTDIR=$(CURDIR)/debian/ring install
 	rm -rfv $(CURDIR)/debian/ring/usr/include
+
 	# This is a symlink, should be in -dev package
 	rm -v $(CURDIR)/debian/ring/usr/lib/libringclient.so
 
+	# cmake files
+	rm -rfv $(CURDIR)/debian/ring/usr/lib/cmake/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