[glpk] 01/05: Bump to debhelper compat level 10.
Sébastien Villemot
sebastien at debian.org
Sun Nov 27 10:14:13 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastien pushed a commit to branch master
in repository glpk.
commit d1ef790cd503602015eb59d801aca72907f01877
Author: Sébastien Villemot <sebastien at debian.org>
Date: Sun Nov 27 10:59:12 2016 +0100
Bump to debhelper compat level 10.
---
debian/compat | 2 +-
debian/control | 4 ++--
debian/rules | 2 +-
3 files changed, 4 insertions(+), 4 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 685ea75..d3ef16b 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,8 @@ Priority: optional
Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
Uploaders: Falk Hueffner <falk at debian.org>,
Sébastien Villemot <sebastien at debian.org>
-Build-Depends: debhelper (>= 9), libgmp-dev, libltdl-dev,
- zlib1g-dev, libiodbc2-dev, libmysqlclient-dev, dh-autoreconf, dh-exec,
+Build-Depends: debhelper (>= 10), libgmp-dev, libltdl-dev,
+ zlib1g-dev, libiodbc2-dev, libmysqlclient-dev, dh-exec,
libsuitesparse-dev
Standards-Version: 3.9.8
Homepage: http://www.gnu.org/software/glpk/glpk.html
diff --git a/debian/rules b/debian/rules
index 400aa95..f0e4843 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@ --parallel --with autoreconf
+ dh $@
override_dh_auto_configure:
dh_auto_configure -- --enable-dl --enable-odbc --enable-mysql --with-gmp
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/glpk.git
More information about the debian-science-commits
mailing list