[blockattack] 30/88: Fix $(PWD) vs $(CURDIR) for blockattack

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 81a1b32f821bb846ef2956dec53de0c169636011
Author: Cyril Brulebois <kibi at debian.org>
Date:   Tue Apr 10 22:10:53 2007 +0000

    Fix $(PWD) vs $(CURDIR) for blockattack
---
 debian/changelog | 8 ++++++++
 debian/control   | 2 +-
 debian/rules     | 2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 107e4a8..f86bf83 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+blockattack (1.3.1-2) UNRELEASED; urgency=low
+
+  * Change $(PWD) to $(CURDIR) in debian/rules so that the build is OK with
+    either sudo or fakeroot.
+  * Add myself to the Uploaders.
+
+ -- Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>  Tue, 10 Apr 2007 23:06:10 +0200
+
 blockattack (1.3.1-1) unstable; urgency=low
 
   * Initial release Closes: #368395
diff --git a/debian/control b/debian/control
index b6dacca..3810238 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: blockattack
 Section: games
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Uploaders: Gonéri Le Bouder <goneri at rulezlan.org>
+Uploaders: Gonéri Le Bouder <goneri at rulezlan.org>, Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>
 Build-Depends: debhelper (>= 5.0.0), docbook-to-man, libsdl-mixer1.2-dev, libsdl-image1.2-dev, libsdl1.2-dev, libenet1-dev (>= 1.0-3), quilt, scons
 Standards-Version: 3.7.2
 XS-Vcs-Svn: ssh://svn.debian.org/svn/pkg-games/packages/trunk/blockattack/
diff --git a/debian/rules b/debian/rules
index c87646a..3f7a0b2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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=$(PWD)/debian/blockattack install
+	scons prefix=/usr bindir=/usr/games mandir=/usr/share/man sharedir=/usr/share/games/bockattack 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