[Pkg-ocaml-maint-commits] [SCM] Debian packaging for coccinelle branch, master, updated. debian/1.0.0_rc11.deb-1-14-ge1f61b4

Eugeniy Meshcheryakov eugen at debian.org
Mon Apr 9 17:33:18 UTC 2012


The following commit has been merged in the master branch:
commit f1af08ea7984b1a3c8ffc32a657387818fbe0d1e
Author: Eugeniy Meshcheryakov <eugen at debian.org>
Date:   Mon Apr 9 19:17:57 2012 +0200

    Simplify configure flags code

diff --git a/debian/rules b/debian/rules
index 3b8b0c2..653802f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,13 +10,11 @@ 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 --sysconfdir=/etc --enable-release
+CONFIG_FLAGS = --prefix=/usr --sysconfdir=/etc --enable-release
 
 ifeq ($(OCAML_NATDYNLINK),yes)
-CONFIG_FLAGS = $(COMMON_CONFIG)
 MAKE_TGT = all.opt
 else
-CONFIG_FLAGS = $(COMMON_CONFIG)
 MAKE_TGT = all
 endif
 

-- 
Debian packaging for coccinelle



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