r9948 - packages/trunk/chocolate-doom/debian

Jon Dowland jmtd-guest at alioth.debian.org
Thu Jul 2 17:58:31 UTC 2009


Author: jmtd-guest
Date: 2009-07-02 17:58:30 +0000 (Thu, 02 Jul 2009)
New Revision: 9948

Modified:
   packages/trunk/chocolate-doom/debian/rules
Log:
dh_clean -k -> dh_prep

Modified: packages/trunk/chocolate-doom/debian/rules
===================================================================
--- packages/trunk/chocolate-doom/debian/rules	2009-07-02 17:55:36 UTC (rev 9947)
+++ packages/trunk/chocolate-doom/debian/rules	2009-07-02 17:58:30 UTC (rev 9948)
@@ -49,7 +49,7 @@
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k 
+	dh_prep
 	dh_installdirs
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/chocolate-doom
 




More information about the Pkg-games-commits mailing list