[Pkg-octave-commit] [octave] 01/03: Bump to debhelper compat level 10.

Sébastien Villemot sebastien at debian.org
Tue Feb 28 10:34:39 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 30f88818fb7250b87251921c41a39e9d944475d6
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Tue Feb 28 10:47:50 2017 +0100

    Bump to debhelper compat level 10.
---
 debian/compat  | 2 +-
 debian/control | 3 +--
 debian/rules   | 9 +++------
 3 files changed, 5 insertions(+), 9 deletions(-)

diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 17aef54..a53de35 100644
--- a/debian/control
+++ b/debian/control
@@ -5,10 +5,9 @@ Maintainer: Debian Octave Group <pkg-octave-devel at lists.alioth.debian.org>
 Uploaders: Sébastien Villemot <sebastien at debian.org>,
   Rafael Laboissiere <rafael at debian.org>
 Build-Depends: automake,
-  debhelper (>= 9.20160114~),
+  debhelper (>= 10),
   default-jdk,
   desktop-file-utils,
-  dh-autoreconf,
   dh-exec,
   dpkg-dev (>= 1.16.1),
   epstool,
diff --git a/debian/rules b/debian/rules
index 73bf05f..fb52a94 100755
--- a/debian/rules
+++ b/debian/rules
@@ -43,10 +43,7 @@ ifneq ($(wildcard /usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/serial/libhdf5.so),)
 endif
 
 %:
-	dh $@ --with autoreconf --parallel
-
-clean:
-	dh clean --with autoreconf
+	dh $@
 
 override_dh_auto_configure:
 	# override normal dh_auto_configure call to pass OpenMP flag to it (#631831)
@@ -61,7 +58,7 @@ override_dh_auto_test:
 # override normal dh_compress call to avoid compressing .pdf files
 # also, avoid the compression of the info files (see Bug#762078)
 override_dh_compress:
-	dh_compress -O--parallel --exclude=.pdf
+	dh_compress --exclude=.pdf
 
 # override this call, so we do not pass the --parallel option to it; 
 # "make -j2 install" does not work as of now
@@ -90,7 +87,7 @@ override_dh_strip:
 # Cannot be done in dh_fixperms, as then dh_strip and dh_shlibdeps don't take the
 # .oct files into account
 override_dh_shlibdeps:
-	dh_shlibdeps -O--parallel
+	dh_shlibdeps
 	find debian/octave -name '*.oct' -print0 2>/dev/null | xargs -0r chmod 644
 
 # Avoid useless call of ldconfig in the triggers script of the octave

-- 
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