[Pkg-xfce-commits] r2605 - desktop/branches/svn-snapshots/xfce4-mixer/debian

corsac at alioth.debian.org corsac at alioth.debian.org
Wed Jan 14 10:23:00 UTC 2009


Author: corsac
Date: 2009-01-14 10:23:00 +0000 (Wed, 14 Jan 2009)
New Revision: 2605

Modified:
   desktop/branches/svn-snapshots/xfce4-mixer/debian/changelog
   desktop/branches/svn-snapshots/xfce4-mixer/debian/rules
Log:
* debian/rules:
  - replace dh_clean -k by dh_prep.

Modified: desktop/branches/svn-snapshots/xfce4-mixer/debian/changelog
===================================================================
--- desktop/branches/svn-snapshots/xfce4-mixer/debian/changelog	2009-01-14 10:22:44 UTC (rev 2604)
+++ desktop/branches/svn-snapshots/xfce4-mixer/debian/changelog	2009-01-14 10:23:00 UTC (rev 2605)
@@ -28,8 +28,10 @@
   * debian/control:
     - update build-deps for “Tuco-Tuco”.
     - add build-dep on intltool. 
+  * debian/rules:
+    - replace dh_clean -k by dh_prep.
 
- -- Yves-Alexis Perez <corsac at debian.org>  Tue, 13 Jan 2009 00:09:23 +0100
+ -- Yves-Alexis Perez <corsac at debian.org>  Wed, 14 Jan 2009 10:45:52 +0100
 
 xfce4-mixer (4.4.2-3) unstable; urgency=low
 

Modified: desktop/branches/svn-snapshots/xfce4-mixer/debian/rules
===================================================================
--- desktop/branches/svn-snapshots/xfce4-mixer/debian/rules	2009-01-14 10:22:44 UTC (rev 2604)
+++ desktop/branches/svn-snapshots/xfce4-mixer/debian/rules	2009-01-14 10:23:00 UTC (rev 2605)
@@ -41,7 +41,8 @@
 	
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
+	dh_clean
 	dh_installdirs
 
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/xfce4-mixer




More information about the Pkg-xfce-commits mailing list