[Pkg-ocaml-maint-commits] [SCM] Debian packaging for coccinelle branch, master, updated. debian/0.2.5.deb-3-10-g3a46b87

Eugeniy Meshcheryakov eugen at debian.org
Mon Oct 31 17:29:51 UTC 2011


The following commit has been merged in the master branch:
commit 9f0e11b4828c15a9ee25cefa0dbe80addebe6504
Author: Eugeniy Meshcheryakov <eugen at debian.org>
Date:   Sun Oct 30 18:51:33 2011 +0100

    Use dh_python2 instead of python-support

diff --git a/debian/changelog b/debian/changelog
index 6270f60..f2ce0a4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,9 @@ coccinelle (1.0.0~rc7.deb-1) unstable; urgency=low
   * Build-depend on libpcre-ocaml-dev
   * Removed patches:
     - python-string-regression-fix.diff — fixed upstream
+  * Use dh_python2 instead of python-support
 
- -- Євгеній Мещеряков <eugen at debian.org>  Sun, 30 Oct 2011 18:45:29 +0100
+ -- Євгеній Мещеряков <eugen at debian.org>  Sun, 30 Oct 2011 18:51:16 +0100
 
 coccinelle (0.2.5.deb-3) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 7fdd8f6..8907eb7 100644
--- a/debian/control
+++ b/debian/control
@@ -8,12 +8,11 @@ Build-Depends:
  dh-ocaml (>= 0.9.4~),
  ocaml-nox (>= 3.11.1-3~),
  libpycaml-ocaml-dev (>= 0.82-13~),
- python,
+ python (>= 2.6.6-3~),
  menhir (>= 20090204.dfsg),
  libmenhir-ocaml-dev (>= 20090204.dfsg),
  ocaml-findlib,
  ocaml-best-compilers,
- python-support (>= 0.6),
  libsexplib-camlp4-dev,
  texlive-latex-base,
  texlive-latex-recommended,
diff --git a/debian/rules b/debian/rules
index ba03b01..e488942 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,7 @@ MAKE_TGT = all
 endif
 
 build clean binary binary-arch binary-indep install:
-	dh --with ocaml $@
+	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