[admesh] 01/08: Switch compat level to 10.
Anton Gladky
gladk at moszumanska.debian.org
Fri May 19 10:54:00 UTC 2017
This is an automated email from the git hooks/post-receive script.
gladk pushed a commit to branch experimental
in repository admesh.
commit 0f11e9ff792a511c9669b74e397b92451f727c72
Author: Anton Gladky <gladk at debian.org>
Date: Fri May 19 11:27:16 2017 +0200
Switch compat level to 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 2ddc2c1..cbfc895 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Anton Gladky <gladk at debian.org>
Section: math
Testsuite: autopkgtest
Priority: optional
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10),
dh-autoreconf
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/admesh.git
diff --git a/debian/rules b/debian/rules
index 9f1cf77..ce4ddfd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#! /usr/bin/make -f
%:
- dh $@ --parallel --with autoreconf
+ dh $@ --with autoreconf
override_dh_auto_test:
./debian/regression_test/regression_test
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/admesh.git
More information about the debian-science-commits
mailing list