[coinor-symphony] 05/13: Set compat level 10.
Anton Gladky
gladk at moszumanska.debian.org
Mon Jun 5 18:54:26 UTC 2017
This is an automated email from the git hooks/post-receive script.
gladk pushed a commit to branch experimental
in repository coinor-symphony.
commit ccd1c19e6e3d36e4a4788f6b2929bf3746ac2866
Author: Anton Gladky <gladk at debian.org>
Date: Mon Jun 5 20:41:45 2017 +0200
Set compat level 10.
---
debian/compat | 2 +-
debian/control | 2 +-
debian/rules | 8 ++++----
3 files changed, 6 insertions(+), 6 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 6c4d236..bc78f34 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: chrpath,
coinor-libclp-dev (>= 1.15.10),
coinor-libcoinutils-dev (>= 2.9.15),
coinor-libosi-dev (>= 0.106.9),
- debhelper (>= 9),
+ debhelper (>= 10),
doxygen-latex,
graphviz,
latex2html,
diff --git a/debian/rules b/debian/rules
index 73d7984..a9a1af5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,10 @@
#!/usr/bin/make -f
+%:
+ dh $@ --with autotools_dev --without autoreconf
+
override_dh_auto_build:
- dh_auto_build --
+ dh_auto_build
cd Doc && ( latex man ; latex man ; dvipdfm man )
override_dh_auto_configure:
@@ -14,6 +17,3 @@ override_dh_auto_install:
override_dh_clean:
dh_clean --exclude=Makefile.orig
-
-%:
- dh $@ --with autotools_dev
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/coinor-symphony.git
More information about the debian-science-commits
mailing list