[Pkg-octave-commit] [octave] 02/07: d/rules: add comment for dh_auto_install and parallelism.

Sébastien Villemot sebastien at debian.org
Mon Jun 19 14:42:31 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 f5774996d3387e8af16624e1a62e0ae36aac580b
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Mon Jun 19 15:17:51 2017 +0200

    d/rules: add comment for dh_auto_install and parallelism.
    
    Gbp-Dch: Ignore
---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index 737501b..5a12220 100755
--- a/debian/rules
+++ b/debian/rules
@@ -60,6 +60,7 @@ override_dh_auto_install:
 	# Smuggle our configuration file into the installed files
 	mkdir -p debian/tmp/etc && cp debian/octave.conf debian/tmp/etc/
 	# 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
 	# 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