[Pkg-voip-commits] [ring] 02/02: rules: better section descriptions

Alexandre Viau aviau at moszumanska.debian.org
Fri Mar 18 17:35:46 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 363a217c263d834a1fd6aff780e207b15cb2daaa
Author: aviau <alexandre at alexandreviau.net>
Date:   Fri Mar 18 13:35:25 2016 -0400

    rules: better section descriptions
---
 debian/rules | 72 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

diff --git a/debian/rules b/debian/rules
index ec8c834..a445975 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,9 +5,9 @@
 	dh $@
 
 override_dh_auto_configure:
-	#################
-	## Ring Daemon ##
-	#################
+	###########################
+	## Ring Daemon configure ##
+	###########################
 	mkdir -p daemon/contrib/native
 	cd daemon/contrib/native && \
         ../bootstrap \
@@ -23,9 +23,9 @@ override_dh_auto_configure:
 		./autogen.sh && \
 		./configure --prefix=/usr
 
-	###################
-	## libringclient ##
-	###################
+	#############################
+	## libringclient configure ##
+	#############################
 	cd lrc && \
 		mkdir build && \
 		cd build && \
@@ -35,9 +35,9 @@ override_dh_auto_configure:
 			-DENABLE_VIDEO=true \
 			..
 
-	##################
-	## gnome client ##
-	##################
+	############################
+	## gnome client configure ##
+	############################
 	cd client-gnome && \
 		mkdir build && \
 		cd build && \
@@ -49,55 +49,55 @@ override_dh_auto_configure:
 	dh_auto_configure
 
 override_dh_auto_build:
-	#################
-	## Ring Daemon ##
-	#################
+	#######################
+	## Ring Daemon build ##
+	#######################
 	cd daemon && make -j4
 
-	###################
-	## libringclient ##
-	###################
+	#########################
+	## libringclient build ##
+	#########################
 	cd lrc/build && make -j4
 
-	##################
-	## gnome client ##
-	##################
+	########################
+	## gnome client build ##
+	########################
 	cd client-gnome/build && make LDFLAGS="-lpthread" -j4
 
 override_dh_auto_clean:
-	#################
-	## Ring Daemon ##
-	#################
+	#######################
+	## Ring Daemon clean ##
+	#######################
 	if [ -d daemon/contrib/native ]; then cd daemon/contrib/native && make distclean; fi
 	rm -rf daemon/contrib/native
 
-	###################
-	## libringclient ##
-	###################
+	#########################
+	## libringclient clean ##
+	#########################
 	if [ -d lrc/build ]; then cd lrc/build && make distclean; fi
 	rm -rf lrc/build
 
-	##################
-	## gnome client ##
-	##################
+	########################
+	## gnome client clean ##
+	########################
 	if [ -d client-gnome/build ]; then cd client-gnome/build && make distclean; fi
 	rm -rf client-gnome/build
 
 override_dh_auto_install:
-	#################
-	## Ring Daemon ##
-	#################
+	#########################
+	## 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
 
-	###################
-	## libringclient ##
-	###################
+	###########################
+	## libringclient install ##
+	###########################
 	cd lrc/build && make DESTDIR=$(CURDIR)/debian/ring install
 
-	##################
-	## gnome client ##
-	##################
+	##########################
+	## gnome client install ##
+	##########################
 	cd client-gnome/build && make DESTDIR=$(CURDIR)/debian/ring 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