[dopewars] 01/02: Make dh_fixperms override arch only.

Markus Koschany apo-guest at moszumanska.debian.org
Sat Nov 7 14:02:16 UTC 2015


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

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

commit b8a71b0e6429042eece7ed17857d015b6c290988
Author: Markus Koschany <apo at debian.org>
Date:   Sat Nov 7 14:45:10 2015 +0100

    Make dh_fixperms override arch only.
    
    Fixes FTBFS when building only the arch-indep target.
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index fc39e62..fa37e3f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ override_dh_install:
 	rm -f $(CURDIR)/debian/dopewars-data/usr/share/doc/dopewars/html/LICENCE
 	rm -rf $(CURDIR)/debian/dopewars/var
 
-override_dh_fixperms:
+override_dh_fixperms-arch:
 	dh_fixperms
 	chgrp games $(CURDIR)/debian/dopewars/usr/games/dopewars
 	chmod 2755 $(CURDIR)/debian/dopewars/usr/games/dopewars
@@ -26,4 +26,4 @@ override_dh_makeshlibs:
 	dh_makeshlibs -Xusr/lib/dopewars
 
 %:
-	dh $@ --with autoreconf --parallel
\ No newline at end of file
+	dh $@ --with autoreconf --parallel

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



More information about the Pkg-games-commits mailing list