[Pkg-ceph-commits] [ceph] 01/03: Don't specify unsupported option --no-parallel

Gaudenz Steinlin gaudenz at moszumanska.debian.org
Sat May 6 11:26:42 UTC 2017


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

gaudenz pushed a commit to branch jewel-jessie-backports
in repository ceph.

commit ff97bec25bde0b452f039cf9a42e8bf85f628480
Author: Gaudenz Steinlin <gaudenz at debian.org>
Date:   Fri Jan 20 17:09:45 2017 +0100

    Don't specify unsupported option --no-parallel
    
    This is not needed on jessie as runs without the --parallel option are
    always non-parallel.
---
 debian/rules | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 557eb4b..d5ed6e4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -82,7 +82,9 @@ override_dh_auto_install:
 	# when run in parallel. As this is probably not specific to armel but just only
 	# triggered there because the architecture is too slow, run without parallelism
 	# everywhere.
-	dh_auto_install --no-parallel
+	# On jessie using dh_auto_install without the parallel option should be enough to
+	# get a non-parallel run.
+	dh_auto_install
 
 override_dh_install:
 	# remove .la files, we don't want to install these in Debian,

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



More information about the Pkg-ceph-commits mailing list