[Pkg-voip-commits] r7594 - /openr2/trunk/debian/rules

paravoid at alioth.debian.org paravoid at alioth.debian.org
Sat Sep 12 22:35:42 UTC 2009


Author: paravoid
Date: Sat Sep 12 22:35:42 2009
New Revision: 7594

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=7594
Log:
Use dh_prep instead of deprecated dh_clean -k

Modified:
    openr2/trunk/debian/rules

Modified: openr2/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/openr2/trunk/debian/rules?rev=7594&op=diff
==============================================================================
--- openr2/trunk/debian/rules (original)
+++ openr2/trunk/debian/rules Sat Sep 12 22:35:42 2009
@@ -75,7 +75,7 @@
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k 
+	dh_prep
 	dh_installdirs
 
 	$(MAKE) DESTDIR=$(CURDIR)/debian/tmp install




More information about the Pkg-voip-commits mailing list