[pcsxr] 09/18: Remove useless --parallel flags in d/rules

James Cowgill jcowgill-guest at moszumanska.debian.org
Wed Mar 30 23:48:14 UTC 2016


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

jcowgill-guest pushed a commit to branch master
in repository pcsxr.

commit 48442c5e30e046bb3d45bd6bf5d645c1ad4774d4
Author: James Cowgill <james410 at cowgill.org.uk>
Date:   Wed Mar 30 21:29:23 2016 +0100

    Remove useless --parallel flags in d/rules
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 9397468..2e6f2d7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,10 +15,10 @@ override_dh_autoreconf:
 	dh_autoreconf
 
 override_dh_auto_configure:
-	dh_auto_configure --parallel -- --bindir=/usr/games --enable-opengl
+	dh_auto_configure -- --bindir=/usr/games --enable-opengl
 
 override_dh_auto_install:
-	dh_auto_install --parallel
+	dh_auto_install
 	rm -f $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/psemu/*.la
 
 override_dh_install:

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



More information about the Pkg-games-commits mailing list