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

Kilian Krause kilian at costa.debian.org
Sat Feb 25 23:30:14 UTC 2006


Author: kilian
Date: 2006-02-25 23:30:14 +0000 (Sat, 25 Feb 2006)
New Revision: 1326

Modified:
   kiax/trunk/debian/changelog
   kiax/trunk/debian/rules
Log:
fixed clean target


Modified: kiax/trunk/debian/changelog
===================================================================
--- kiax/trunk/debian/changelog	2006-02-25 23:21:07 UTC (rev 1325)
+++ kiax/trunk/debian/changelog	2006-02-25 23:30:14 UTC (rev 1326)
@@ -1,3 +1,9 @@
+kiax (0.8.4-5) UNRELEASED; urgency=low
+
+  * debian/rules: Fix clean target.
+
+ -- Kilian Krause <kilian at debian.org>  Sun, 26 Feb 2006 00:29:57 +0100
+
 kiax (0.8.4-4) unstable; urgency=low
 
   [George Danchev]

Modified: kiax/trunk/debian/rules
===================================================================
--- kiax/trunk/debian/rules	2006-02-25 23:21:07 UTC (rev 1325)
+++ kiax/trunk/debian/rules	2006-02-25 23:30:14 UTC (rev 1326)
@@ -29,6 +29,7 @@
 configure-stamp:
 	dh_testdir
 	# Add here commands to configure the package.
+	./configure --prefix=/usr
 
 	touch configure-stamp
 
@@ -52,8 +53,7 @@
 	rm -f build-stamp configure-stamp
 
 	# Add here commands to clean up after the build process.
-	./configure --prefix=/usr
-	$(MAKE) clean
+	-$(MAKE) clean
 	rm -fR Makefile src/Makefile
 
 	dh_clean 




More information about the Pkg-voip-commits mailing list