r9981 - packages/trunk/wesnoth/debian
Gerfried Fuchs
alfie at alioth.debian.org
Mon Jul 6 16:21:58 UTC 2009
Author: alfie
Date: 2009-07-06 16:21:57 +0000 (Mon, 06 Jul 2009)
New Revision: 9981
Modified:
packages/trunk/wesnoth/debian/changelog
packages/trunk/wesnoth/debian/rules
Log:
Use dh_prep instead of dh_clean.
Modified: packages/trunk/wesnoth/debian/changelog
===================================================================
--- packages/trunk/wesnoth/debian/changelog 2009-07-06 16:19:27 UTC (rev 9980)
+++ packages/trunk/wesnoth/debian/changelog 2009-07-06 16:21:57 UTC (rev 9981)
@@ -1,3 +1,9 @@
+wesnoth (1:1.6.4-2) UNRELEASED; urgency=low
+
+ * Use dh_prep instead of dh_clean.
+
+ -- Gerfried Fuchs <rhonda at debian.at> Mon, 06 Jul 2009 18:21:33 +0200
+
wesnoth (1:1.6.4-1) unstable; urgency=low
* New upstream release.
Modified: packages/trunk/wesnoth/debian/rules
===================================================================
--- packages/trunk/wesnoth/debian/rules 2009-07-06 16:19:27 UTC (rev 9980)
+++ packages/trunk/wesnoth/debian/rules 2009-07-06 16:21:57 UTC (rev 9981)
@@ -75,7 +75,7 @@
install-indep:
dh_testdir
dh_testroot
- dh_clean -k -i
+ dh_prep -i
dh_installdirs -i
# Add here commands to install the indep part of the package into
@@ -100,7 +100,7 @@
install-arch:
dh_testdir
dh_testroot
- dh_clean -k -s
+ dh_prep -s
dh_installdirs -s
# Add here commands to install the arch part of the package into
More information about the Pkg-games-commits
mailing list