[Pkg-ocaml-maint-commits] [SCM] Debian packaging for coccinelle branch, master, updated. debian/1.0.0_rc7.deb-1-5-g6caf4bb

Eugeniy Meshcheryakov eugen at debian.org
Sat Dec 3 14:56:06 UTC 2011


The following commit has been merged in the master branch:
commit 4e2954212575ffa35419c20390d71d9190689dad
Author: Eugeniy Meshcheryakov <eugen at debian.org>
Date:   Sat Dec 3 14:52:10 2011 +0100

    Put --with option of dh after the sequence name

diff --git a/debian/changelog b/debian/changelog
index 6136b2d..aa2da44 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,9 @@ coccinelle (1.0.0~rc7.deb-2) experimental; urgency=low
   * Build-depend on debhelper >= 8.1.0~ for build-arch and build-indep
     targets
   * Add build-arch and build-indep targets, fixes lintian warning
+  * Put --with option of dh after the sequence name
 
- -- Євгеній Мещеряков <eugen at debian.org>  Sat, 03 Dec 2011 14:49:50 +0100
+ -- Євгеній Мещеряков <eugen at debian.org>  Sat, 03 Dec 2011 14:51:36 +0100
 
 coccinelle (1.0.0~rc7.deb-1) experimental; urgency=low
 
diff --git a/debian/rules b/debian/rules
index fd787e3..704d204 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,7 @@ MAKE_TGT = all
 endif
 
 build build-arch build-indep clean binary binary-arch binary-indep install:
-	dh --with ocaml,python2 $@
+	dh $@ --with ocaml,python2
 
 override_dh_auto_configure:
 	./configure $(CONFIG_FLAGS)

-- 
Debian packaging for coccinelle



More information about the Pkg-ocaml-maint-commits mailing list