[blockattack] 32/88: fix a typo (bockattack instead of blockattack) the clean target correctly remove the build-stamp file now

Markus Koschany apo-guest at moszumanska.debian.org
Wed Jan 6 11:53:26 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 dc7148624d3cb9bedeac587560408ec746a38bbe
Author: Gonéri Le Bouder <goneri at rulezlan.org>
Date:   Sun May 13 22:03:21 2007 +0000

    fix a typo (bockattack instead of blockattack)
    the clean target correctly remove the build-stamp file now
---
 debian/rules | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 3f7a0b2..0de6627 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,13 +7,13 @@ build: build-stamp
 build-stamp:
 	dh_testdir
 	QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
-	scons prefix=/usr sharedir=/usr/share/games/bockattack
+	scons prefix=/usr sharedir=/usr/share/games/blockattack
 	touch build-stamp
 
 clean:
 	dh_testdir
 	scons -c
-	rm -f .sconsign.dblite
+	rm -f .sconsign.dblite build-stamp
 	- QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
 	dh_clean
 
@@ -23,7 +23,7 @@ install: build
 	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=$(CURDIR)/debian/blockattack install
+	scons prefix=/usr bindir=/usr/games mandir=/usr/share/man sharedir=/usr/share/games/blockattack destdir=$(CURDIR)/debian/blockattack install
 
 binary-indep: build install
 

-- 
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