[minpack] 02/08: Bump to debhelper compat level 10.

Sébastien Villemot sebastien at debian.org
Fri Nov 24 21:43:09 UTC 2017


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

sebastien pushed a commit to branch master
in repository minpack.

commit 641343c6a2acedc47fda203b2840a7cfcdc57a44
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Mon Nov 20 13:55:31 2017 +0100

    Bump to debhelper compat level 10.
---
 debian/compat  | 2 +-
 debian/control | 2 +-
 debian/rules   | 9 +--------
 3 files changed, 3 insertions(+), 10 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 ff881d0..c41d91b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: devel
 Priority: optional
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Sébastien Villemot <sebastien at debian.org>
-Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1~), dh-autoreconf, gfortran,
+Build-Depends: debhelper (>= 10), dpkg-dev (>= 1.16.1~), gfortran,
                libtool
 Standards-Version: 3.9.5
 Homepage: http://www.netlib.org/minpack/
diff --git a/debian/rules b/debian/rules
index aedbc33..29cb396 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,15 +3,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-include /usr/share/dpkg/buildflags.mk
-
-ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
-	NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
-	MAKEFLAGS += -j$(NUMJOBS)
-endif
-
 %:
-	dh $@ --with=autoreconf
+	dh $@
 
 override_dh_auto_configure:
 	chmod +x configure	# was added by Debian patch, so had wrong permissions

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/minpack.git



More information about the debian-science-commits mailing list