[Pkg-voip-commits] r8904 - in /mumble/trunk/debian: changelog rules

pmatthaei at alioth.debian.org pmatthaei at alioth.debian.org
Sun May 1 13:36:21 UTC 2011


Author: pmatthaei
Date: Sun May  1 13:36:18 2011
New Revision: 8904

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=8904
Log:
- Replace dh_clean -k with dh_prep.

Modified:
    mumble/trunk/debian/changelog
    mumble/trunk/debian/rules

Modified: mumble/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/mumble/trunk/debian/changelog?rev=8904&op=diff
==============================================================================
--- mumble/trunk/debian/changelog (original)
+++ mumble/trunk/debian/changelog Sun May  1 13:36:18 2011
@@ -5,10 +5,11 @@
 
   [ Patrick Matthäi ]
   * Bump debhelper to compat version 7.
+    - Replace dh_clean -k with dh_prep.
   * Bump Standards-Version to 3.9.2 (no changes needed).
   * Build with enabled hardening-wrapper.
 
- -- Patrick Matthäi <pmatthaei at debian.org>  Sun, 01 May 2011 15:34:12 +0200
+ -- Patrick Matthäi <pmatthaei at debian.org>  Sun, 01 May 2011 15:35:43 +0200
 
 mumble (1.2.3-91-g05d91c1-1) experimental; urgency=low
 

Modified: mumble/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/mumble/trunk/debian/rules?rev=8904&op=diff
==============================================================================
--- mumble/trunk/debian/rules (original)
+++ mumble/trunk/debian/rules Sun May  1 13:36:18 2011
@@ -64,7 +64,7 @@
 install-indep:
 	dh_testdir
 	dh_testroot
-	dh_clean -k -i
+	dh_prep
 	dh_installdirs -i
 	dh_install -i
 	# Install and rename web scripts
@@ -73,7 +73,7 @@
 install-arch:
 	dh_testdir
 	dh_testroot
-	dh_clean -k -s
+	dh_prep
 	dh_installdirs -s
 	dh_install -s
 	# Add Debian files.




More information about the Pkg-voip-commits mailing list