[Pkg-octave-commit] [octave] 01/02: d/rules: drop --max-parallel workaround to dh_auto_install.

Sébastien Villemot sebastien at debian.org
Sun Aug 20 14:17:40 UTC 2017


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

sebastien pushed a commit to branch master
in repository octave.

commit 35946a3f0cda0503080f6a79f34bfb5dd11cf13e
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Fri Aug 18 17:09:58 2017 +0200

    d/rules: drop --max-parallel workaround to dh_auto_install.
    
    As a consequence, build-depend on debhelper ≥ 10.3.
    
    Gbp-Dch: Full
---
 debian/control | 2 +-
 debian/rules   | 4 +---
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index f5fd3ab..ba57874 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Section: math
 Priority: optional
 Build-Depends: automake,
                bison,
-               debhelper (>= 10),
+               debhelper (>= 10.3),
                default-jdk,
                desktop-file-utils,
                dh-exec,
diff --git a/debian/rules b/debian/rules
index 84316bf..0979395 100755
--- a/debian/rules
+++ b/debian/rules
@@ -63,9 +63,7 @@ override_dh_compress:
 	dh_compress --exclude=.pdf
 
 override_dh_auto_install:
-	# Parallel install does not work as of now, so disable it
-	# (see #861627, workaround implemented in debhelper 10.3)
-	dh_auto_install --max-parallel=1
+	dh_auto_install
 	# Delete .la files (for liboctgui)
 	find debian/tmp -name '*.la' -delete
 

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave.git



More information about the Pkg-octave-commit mailing list