[SCM] mplayer/master.experimental: Restore the .NOTPARALLEL option.
micove-guest at users.alioth.debian.org
micove-guest at users.alioth.debian.org
Tue Jan 6 03:48:11 UTC 2015
The following commit has been merged in the master.experimental branch:
commit d00a25e20f5a2d277723a1ad600f3fb3b310e9fa
Author: Miguel A. Colón Vélez <debian.micove at gmail.com>
Date: Mon Jan 5 22:44:14 2015 -0500
Restore the .NOTPARALLEL option.
The rules file itself can't be run in parallel but the dh commands
can.
Git-Dch: Ignore
diff --git a/debian/rules b/debian/rules
index fa7d2f2..817656c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,10 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+# do not run the actual rules of this makefile in parallel. sub-makes
+# can go in parallel
+.NOTPARALLEL:
+
DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
--
mplayer packaging
More information about the pkg-multimedia-commits
mailing list