[mupen64plus] 174/262: Support directories with spaces in debian/rules

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 05:59:31 UTC 2015


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

ecsv-guest pushed a commit to branch master
in repository mupen64plus.

commit f4d87f00eb67820a6e8a59d9d7e5b0e9bcd65e38
Author: Sven Eckelmann <sven.eckelmann at gmx.de>
Date:   Sun Apr 11 12:22:02 2010 +0200

    Support directories with spaces in debian/rules
---
 debian/rules | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index 2c7dd9e..9ba5dc0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,14 +18,14 @@ override_dh_auto_clean:
 	rm -rf "$(CURDIR)/plugins"
 
 override_dh_auto_build:
-	mkdir -p $(CURDIR)/plugins
+	mkdir -p "$(CURDIR)/plugins"
 	LDFLAGS='-Wl,--as-needed' dh_auto_build -- all $(MAKEOPTIONS)
 
 override_dh_auto_install:
 	dh_auto_install -- $(MAKEOPTIONS)
-	mkdir -p $(CURDIR)/debian/tmp/usr/share/man/man1/
-	zcat $(CURDIR)/doc/mupen64plus.1.gz|gzip -9 -n > \
-	     $(CURDIR)/debian/tmp/usr/share/man/man1/mupen64plus.1.gz
+	mkdir -p "$(CURDIR)/debian/tmp/usr/share/man/man1/"
+	zcat "$(CURDIR)/doc/mupen64plus.1.gz"|gzip -9 -n > \
+	     "$(CURDIR)/debian/tmp/usr/share/man/man1/mupen64plus.1.gz"
 
 override_dh_strip:
 	dh_strip -a --dbg-package=mupen64plus-dbg

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



More information about the Pkg-games-commits mailing list