The following commit has been merged in the master branch:
commit 042623c9307fac73103a23d563f5d9381a2cb455
Author: Vincent Legout <[email protected]>
Date: Fri Aug 7 17:26:05 2009 +0200
Use dh_prep instead of dh_clean -k
diff --git a/debian/changelog b/debian/changelog
index 9005457..41e0e37 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ xboard (4.4.0~beta1-1) UNRELEASED; urgency=low
* Fix lintian warning in pxboard.man
* Install pxboard and cmail in /usr/games
* Switch to debhelper 7
+ * Use dh_prep instead of dh_clean -k
-- Vincent Legout <[email protected]> Thu, 06 Aug 2009 17:53:56 +0200
diff --git a/debian/rules b/debian/rules
index 0f08a3b..75be019 100755
--- a/debian/rules
+++ b/debian/rules
@@ -52,7 +52,7 @@ clean: unpatch
install: build
dh_testdir
dh_testroot
- dh_clean -k
+ dh_prep
dh_installdirs
$(MAKE) install prefix=$(CURDIR)/debian/xboard/usr
--
xboard PKG
_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits