[ri-li] 36/93: s/PWD/CURDIR/ in debian/rules so that the package builds with sudo Urgency set to high due to RC-buggyness Added myself in the Uploaders field

Markus Koschany apo-guest at moszumanska.debian.org
Wed Dec 2 17:55:42 UTC 2015


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

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

commit 25d1cb064998b5cfa61ef39e59df35727ab35803
Author: Cyril Brulebois <kibi at debian.org>
Date:   Mon Nov 27 10:12:00 2006 +0000

    s/PWD/CURDIR/ in debian/rules so that the package builds with sudo
    Urgency set to high due to RC-buggyness
    Added myself in the Uploaders field
---
 debian/changelog | 15 +++++++++++----
 debian/rules     |  2 +-
 2 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index add1abc..426918a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,16 @@
-ri-li (2.0.0-2) UNRELEASED; urgency=low
+ri-li (2.0.0-2) UNRELEASED; urgency=high
 
-   [ Eddy Petrișor ]
-   * install the .desktop file (Closes: #388462)
+  [ Eddy Petrișor ]
+  * install the .desktop file (Closes: #388462)
+
+  [ Cyril Brulebois ]
+  * Changed `$(PWD)' to `$(CURDIR)' in debian/rules, which fixes the FTBFS on
+    buildds using `sudo' and not `fakeroot', since the $(PWD) is changed when
+    sudo is invoked, due to the user change (Closes: #400547).
+  * Urgency set to `high' due to RC-buggyness.
+  * Added myself in the Uploaders field.
 
- -- Gonéri Le Bouder <goneri at rulezlan.org>  Tue, 31 Oct 2006 02:04:24 +0100
+ -- Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>  Mon, 27 Nov 2006 10:51:24 +0100
 
 ri-li (2.0.0-1) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 7313478..3f48e63 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,7 +40,7 @@ install-stamp: build
 	dh_clean -k
 	dh_installdirs
 	dh_installman debian/ri-li.6
-	DESTDIR=$(PWD)/debian/tmp $(MAKE) install
+	DESTDIR=$(CURDIR)/debian/tmp $(MAKE) install
 	mkdir -p debian/tmp/usr/share/pixmaps/
 	cp debian/ri-li.xpm debian/tmp/usr/share/pixmaps/
 	mv debian/tmp/usr/games/Ri_li debian/tmp/usr/games/ri-li

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



More information about the Pkg-games-commits mailing list