r14030 - packages/trunk/koules/debian

Stephen Kitt skitt at alioth.debian.org
Tue May 7 13:33:08 UTC 2013


Author: skitt
Date: 2013-05-07 13:33:08 +0000 (Tue, 07 May 2013)
New Revision: 14030

Modified:
   packages/trunk/koules/debian/changelog
   packages/trunk/koules/debian/rules
Log:
Use dh_prep rather than "dh_clean -k".

Modified: packages/trunk/koules/debian/changelog
===================================================================
--- packages/trunk/koules/debian/changelog	2013-05-07 13:04:30 UTC (rev 14029)
+++ packages/trunk/koules/debian/changelog	2013-05-07 13:33:08 UTC (rev 14030)
@@ -4,6 +4,7 @@
   * Switch to my Debian address.
   * Use canonical VCS URIs.
   * Switch to debhelper compatibility level 9 and enable hardening.
+  * Use dh_prep rather than "dh_clean -k".
 
  -- Stephen Kitt <skitt at debian.org>  Tue, 07 May 2013 08:12:49 +0200
 

Modified: packages/trunk/koules/debian/rules
===================================================================
--- packages/trunk/koules/debian/rules	2013-05-07 13:04:30 UTC (rev 14029)
+++ packages/trunk/koules/debian/rules	2013-05-07 13:33:08 UTC (rev 14030)
@@ -40,7 +40,7 @@
 install-arch: build-arch
 	dh_testdir
 	dh_testroot
-	dh_clean -k 
+	dh_prep
 	dh_installdirs
 	$(MAKE) install KOULESDIR=$(CURDIR)/debian/koules/usr/games SOUNDDIR=$(CURDIR)/debian/koules/usr/lib/games/koules MANDIR=$(CURDIR)/debian/koules/usr/share/man/man6
 	dh_install




More information about the Pkg-games-commits mailing list