[SCM] xboard PKG branch, master, updated. debian/4.4.0.alpha6-1-12-ga810e86

Vincent Legout vincent at legout.info
Sun Aug 9 11:30:22 UTC 2009


The following commit has been merged in the master branch:
commit 042623c9307fac73103a23d563f5d9381a2cb455
Author: Vincent Legout <vincent at legout.info>
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 <vincent at legout.info>  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



More information about the Pkg-games-commits mailing list