rev 7241 - kde-extras/kid3/trunk/debian

Ana Beatriz Guerrero López ana at alioth.debian.org
Wed Sep 26 07:25:15 UTC 2007


Author: ana
Date: 2007-09-26 07:25:14 +0000 (Wed, 26 Sep 2007)
New Revision: 7241

Modified:
   kde-extras/kid3/trunk/debian/changelog
   kde-extras/kid3/trunk/debian/rules
Log:
Fix clean rule to allow package be built twice in a row. (Closes: #442615)



Modified: kde-extras/kid3/trunk/debian/changelog
===================================================================
--- kde-extras/kid3/trunk/debian/changelog	2007-09-23 12:31:21 UTC (rev 7240)
+++ kde-extras/kid3/trunk/debian/changelog	2007-09-26 07:25:14 UTC (rev 7241)
@@ -1,3 +1,9 @@
+kid3 (0.9-4) unstable; urgency=low
+
+  * Fix clean rule to allow package be built twice in a row. (Closes: #442615)
+
+ -- Ana Beatriz Guerrero Lopez <ana at debian.org>  Wed, 26 Sep 2007 09:22:56 +0200
+
 kid3 (0.9-3) unstable; urgency=low
 
   * Add patch to use custom import/export formats with empty fields.

Modified: kde-extras/kid3/trunk/debian/rules
===================================================================
--- kde-extras/kid3/trunk/debian/rules	2007-09-23 12:31:21 UTC (rev 7240)
+++ kde-extras/kid3/trunk/debian/rules	2007-09-26 07:25:14 UTC (rev 7241)
@@ -58,10 +58,10 @@
 clean: 
 	dh_testdir
 	dh_testroot
+	[ ! -f Makefile ] || $(MAKE) -C kid3-qt distclean
 	[ ! -f Makefile ] || $(MAKE) distclean
-	[ ! -f Makefile ] || $(MAKE) -C kid3-qt distclean
 	$(MAKE) -f /usr/share/quilt/quilt.make unpatch
-	-rm -f *-stamp
+	-rm -f *-stamp po/*.gmo kid3-qt/kid3/*.png kid3-qt/kid3/*.svgz
 	dh_clean
 
 install: build




More information about the pkg-kde-commits mailing list