[SCM] Packaging for Xgalaga branch, master, updated. debian/2.1.1.0-3-11-g515c63f

Stephen M. Webb stephen.webb at bregmasoft.ca
Sat Dec 10 04:35:00 UTC 2011


The following commit has been merged in the master branch:
commit c862f7176f5099bfe1d964c9b310a4561d6305e0
Author: Stephen M. Webb <stephen.webb at bregmasoft.ca>
Date:   Fri Dec 9 22:01:43 2011 -0500

    debian/rules: replaced dh_clean -k with dh_prep

diff --git a/debian/rules b/debian/rules
index 9554f82..b2b134e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,12 +34,12 @@ clean:
 	if [ -e Makefile ]; then $(MAKE) -i distclean; fi
 	dh_clean xgal.sndsrv.oss xgal.sndsrv.freebsd xgal.sndsrv.linux config.k.bak config.sub config.guess
 
-binary-indep: build
+binary-indep: build-indep
 
-binary-arch: build
+binary-arch: build-arch
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs usr/lib/games/xgalaga usr/games usr/share/man/man6
 	$(MAKE) DESTDIR=`pwd`/debian/xgalaga install
 	dh_link usr/share/games/xgalaga/CREDITS usr/share/doc/xgalaga/CREDITS

-- 
Packaging for Xgalaga



More information about the Pkg-games-commits mailing list