[Pkg-ocaml-maint-commits] [alt-ergo] 01/09: dh compat level 10
Ralf Treinen
treinen at moszumanska.debian.org
Mon Dec 12 19:42:43 UTC 2016
This is an automated email from the git hooks/post-receive script.
treinen pushed a commit to branch master
in repository alt-ergo.
commit 3e9c8d43de4d618b87fad1ec68aeda4ac473cde3
Author: Ralf Treinen <treinen at free.fr>
Date: Wed Oct 26 21:10:59 2016 +0200
dh compat level 10
---
debian/changelog | 9 +++++++++
debian/compat | 2 +-
debian/control | 2 +-
debian/rules | 2 +-
4 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 4d39017..796f999 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+alt-ergo (1.01-2) unstable; urgency=medium
+
+ * debhelper compatibility level 10:
+ - bumped build-dependency on debhelper
+ - bumped value in debian/compat
+ - debian/rules: sequence before options in dh invocation
+
+ -- Ralf Treinen <treinen at debian.org> Wed, 26 Oct 2016 21:12:38 +0200
+
alt-ergo (1.01-1) unstable; urgency=medium
* new upstream version. Refreshed patches.
diff --git a/debian/compat b/debian/compat
index 7f8f011..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+10
diff --git a/debian/control b/debian/control
index 937af26..076e431 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders:
Mehdi Dogguy <mehdi at debian.org>,
Ralf Treinen <treinen at debian.org>
Build-Depends:
- debhelper (>= 7.0.50~),
+ debhelper (>= 10),
ocaml-nox (>= 3.12.1),
libocamlgraph-ocaml-dev (>= 1.8.5~),
liblablgtk2-gnome-ocaml-dev (>= 2.14.0+dfsg-2~),
diff --git a/debian/rules b/debian/rules
index 07b21ab..0286c41 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,4 +20,4 @@ override_dh_auto_clean:
fi
%:
- dh --with ocaml $@
+ dh $@ --with ocaml
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/alt-ergo.git
More information about the Pkg-ocaml-maint-commits
mailing list