This is an automated email from the git hooks/post-receive script.

treinen pushed a commit to branch master
in repository camlzip.

commit 53b0ba1985b0f90f0a5fbe0f2169cf7ad9a45418
Author: Ralf Treinen <trei...@free.fr>
Date:   Tue Oct 25 20:52:04 2016 +0200

    dh: options after sequence
---
 debian/changelog | 3 ++-
 debian/rules     | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1b5c907..c8cd1a6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
 camlzip (1.06-2) unstable; urgency=medium
 
   * debhelper compatibility level 10
+  * dh invocation: options after sequence
 
- -- Ralf Treinen <trei...@debian.org>  Tue, 25 Oct 2016 20:50:02 +0200
+ -- Ralf Treinen <trei...@debian.org>  Tue, 25 Oct 2016 20:51:31 +0200
 
 camlzip (1.06-1) unstable; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index ba6f66f..a777a99 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ include /usr/share/ocaml/ocamlvars.mk
 #export DH_VERBOSE=1
 
 %:
-       dh --with ocaml $@
+       dh  $@ --with ocaml
 
 .PHONY: override_dh_auto_build
 override_dh_auto_build:

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-ocaml-maint/packages/camlzip.git

_______________________________________________
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to