[Pkg-voip-commits] r831 - kiax/trunk/debian

Mark Purcell msp at costa.debian.org
Wed Oct 12 07:20:12 UTC 2005


Author: msp
Date: 2005-10-12 07:20:11 +0000 (Wed, 12 Oct 2005)
New Revision: 831

Modified:
   kiax/trunk/debian/rules
Log:
svn-buildpackage now supports make clean

Modified: kiax/trunk/debian/rules
===================================================================
--- kiax/trunk/debian/rules	2005-10-09 13:51:29 UTC (rev 830)
+++ kiax/trunk/debian/rules	2005-10-12 07:20:11 UTC (rev 831)
@@ -52,8 +52,8 @@
 	rm -f build-stamp configure-stamp
 
 	# Add here commands to clean up after the build process.
-#	./configure --prefix=/usr
-#	$(MAKE) clean
+	./configure --prefix=/usr
+	$(MAKE) clean
 	rm -fR Makefile src/Makefile
 
 	dh_clean 




More information about the Pkg-voip-commits mailing list