[blockattack] 19/88: works fine now

Markus Koschany apo-guest at moszumanska.debian.org
Wed Jan 6 11:53:24 UTC 2016


This is an automated email from the git hooks/post-receive script.

apo-guest pushed a commit to branch master
in repository blockattack.

commit 4e6e9be76b4f0cde52380af6f1e3fc06b2f27acc
Author: Gonéri Le Bouder <goneri at rulezlan.org>
Date:   Sun Aug 20 21:42:45 2006 +0000

    works fine now
---
 debian/rules | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index cf95825..b347530 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,10 +4,9 @@
 
 
 build: build-stamp
-build-stamp: configure-stamp 
+build-stamp:
 	dh_testdir
 	QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
-	docbook-to-man debian/blockattack.sgml > debian/blockattack.6
 	scons prefix=/usr sharedir=/usr/share/games/bockattack
 	touch build-stamp
 
@@ -22,7 +21,12 @@ install: build
 	dh_testroot
 	dh_clean -k 
 	dh_installdirs
+	find Game -type f -exec chmod 644 {} \;
 	scons prefix=/usr bindir=/usr/games mandir=/usr/share/man sharedir=/usr/share/games/bockattack destdir=$(PWD)/debian/blockattack install
+	# E: blockattack; Manual page /usr/share/man/man6/blockattack.6.gz is not compressed with max compression.
+	# Upstream may have fix this for the next release
+	gunzip debian/blockattack/usr/share/man/man6/blockattack.6.gz
+	gzip -9 debian/blockattack/usr/share/man/man6/blockattack.6
 
 binary-indep: build install
 
@@ -30,8 +34,8 @@ binary-arch: build install
 	dh_testdir
 	dh_testroot
 	dh_installchangelogs changelog*
-	dh_installdocs README AUTHORS
-	dh_installman debian/blockattack.6
+	dh_installdocs README AUTHORS block_attack_manual.pdf
+	dh_installman
 	dh_installmenu
 	dh_link
 	dh_strip

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/blockattack.git



More information about the Pkg-games-commits mailing list