[Pkg-voip-commits] [ring] 05/05: Improve clean target

Alexandre Viau aviau at moszumanska.debian.org
Fri Mar 4 23:38:09 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 2766a258ac153d4154124bb9065d4630fe752ee0
Author: aviau <alexandre at alexandreviau.net>
Date:   Fri Mar 4 18:28:49 2016 -0500

    Improve clean target
---
 debian/rules | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 5fea502..d889731 100755
--- a/debian/rules
+++ b/debian/rules
@@ -65,9 +65,24 @@ override_dh_auto_build:
 	cd client-gnome/build && make LDFLAGS="-lpthread" -j4
 
 override_dh_auto_clean:
-	#[ -d daemon/contrib/native ] && cd daemon/contrib/native && $(MAKE) distclean
+	#################
+	## Ring Daemon ##
+	#################
+	if [ -d daemon/contrib/native ]; then cd daemon/contrib/native && make distclean; fi
 	rm -rf daemon/contrib/native
 
+	###################
+	## libringclient ##
+	###################
+	if [ -d lrc/build ]; then cd lrc/build && make distclean; fi
+	rm -rf lrc/build
+
+	##################
+	## gnome client ##
+	##################
+	if [ -d client-gnome/build ]; then cd client-gnome/build && make distclean; fi
+	rm -rf client-gnome/build
+
 override_dh_auto_install:
 	#################
 	## Ring Daemon ##

-- 
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