r20097 - /desktop/unstable/ekiga/debian/rules

kilian at users.alioth.debian.org kilian at users.alioth.debian.org
Thu May 21 20:44:13 UTC 2009


Author: kilian
Date: Thu May 21 20:44:13 2009
New Revision: 20097

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=20097
Log:
minor cleanups to enhance readability.

Modified:
    desktop/unstable/ekiga/debian/rules

Modified: desktop/unstable/ekiga/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/ekiga/debian/rules?rev=20097&op=diff
==============================================================================
--- desktop/unstable/ekiga/debian/rules (original)
+++ desktop/unstable/ekiga/debian/rules Thu May 21 20:44:13 2009
@@ -18,7 +18,7 @@
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 # how to call quilt
-#QUILT := QUILT_PATCHES=debian/patches quilt --quiltrc /dev/null
+QUILT := QUILT_PATCHES=debian/patches quilt --quiltrc /dev/null
 
 CFLAGS   += -Wall -g -O$(if $(findstring noopt,$(DEB_BUILD_OPTIONS)),0,2)
 CXXFLAGS += -Wall -g -O$(if $(findstring noopt,$(DEB_BUILD_OPTIONS)),0,2)
@@ -35,7 +35,7 @@
 patch-stamp:
 	dh_testdir
 	# apply patches
-	#$(QUILT) push -a || test $$? = 2
+	###$(QUILT) push -a || test $$? = 2
 	# backup the original files to restore them in the clean target
 	[ ! -r config.sub ]   || cp config.sub   config.sub.orig
 	[ ! -r config.guess ] || cp config.guess config.guess.orig
@@ -62,8 +62,8 @@
 	[ ! -e config.guess.orig ] || mv -f config.guess.orig config.guess
 	# unapply patches, if any
 	#$(QUILT) pop -a -R || test $$? = 2
-	-rm -rf .pc
-	rm -vf build-stamp patch-stamp
+	-$(RM) -rf .pc
+	-$(RM) -f build-stamp patch-stamp
 	dh_clean
 
 install: build




More information about the pkg-gnome-commits mailing list