[Pkg-ocaml-maint-commits] [SCM] Debian packaging for coccinelle branch, master, updated. debian/0.2.4.deb-3-8-g448256a

Eugeniy Meshcheryakov eugen at debian.org
Tue Apr 5 20:44:57 UTC 2011


The following commit has been merged in the master branch:
commit 448256a9d087baa90e02332de5351110d1178c38
Author: Eugeniy Meshcheryakov <eugen at debian.org>
Date:   Tue Apr 5 21:59:45 2011 +0200

    Do not pass "--with-python --without-trac" to configure, those options do not exist anymore

diff --git a/debian/changelog b/debian/changelog
index f818655..f756a37 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,10 @@ coccinelle (0.2.5.deb-1) experimental; urgency=low
   * New patch:
     - pycaml-build-check.diff - check for python version only if pycaml is not
       installed
+  * Do not pass "--with-python --without-trac" to configure, those options
+    do not exist anymore
 
- -- Євгеній Мещеряков <eugen at debian.org>  Tue, 05 Apr 2011 21:55:18 +0200
+ -- Євгеній Мещеряков <eugen at debian.org>  Tue, 05 Apr 2011 21:58:39 +0200
 
 coccinelle (0.2.4.deb-3) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 188d208..4506fb1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ COCCI_FLAGS = BYTECODE_STATIC="" MANDIR=/usr/share/man
 VIM_ADIR = $(CURDIR)/debian/coccinelle/usr/share/vim/addons
 VIM_RDIR = $(CURDIR)/debian/coccinelle/usr/share/vim/registry
 
-COMMON_CONFIG = --prefix=/usr --with-python --without-trac
+COMMON_CONFIG = --prefix=/usr
 
 ifeq ($(OCAML_HAVE_OCAMLOPT),yes)
 CONFIG_FLAGS = $(COMMON_CONFIG) --opt

-- 
Debian packaging for coccinelle



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