[lapack] 05/10: Bump to debhelper compat level 10.
Sébastien Villemot
sebastien at debian.org
Thu Dec 29 16:45:14 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastien pushed a commit to branch master
in repository lapack.
commit 6b6d3b2f9b387659a6e08c3f42050a5e2811bb1d
Author: Sébastien Villemot <sebastien at debian.org>
Date: Thu Dec 29 10:05:49 2016 +0100
Bump to debhelper compat level 10.
---
debian/compat | 2 +-
debian/control | 2 +-
debian/rules | 2 +-
3 files changed, 3 insertions(+), 3 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 45e34d9..04777f8 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: libs
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.20160114~), gfortran, python, dpkg-dev (>= 1.16.1~)
+Build-Depends: debhelper (>= 10), gfortran, python, dpkg-dev (>= 1.16.1~)
Build-Depends-Indep: doxygen, graphviz
Standards-Version: 3.9.8
Homepage: http://www.netlib.org/lapack/
diff --git a/debian/rules b/debian/rules
index 254916b..eb144a5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -50,7 +50,7 @@ ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
endif
%:
- dh $@ --parallel
+ dh $@
make.inc: INSTALL/make.inc.gfortran
sed -e "s,\(^CC *=\).*,\1 /usr/bin/cc,1" \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/lapack.git
More information about the debian-science-commits
mailing list