[Pkg-ocaml-maint-commits] [coccinelle] 02/04: Pass --enable-release to configure

Eugeniy Meshcheryakov eugen at moszumanska.debian.org
Wed Dec 25 22:43:56 UTC 2013


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

eugen pushed a commit to branch master
in repository coccinelle.

commit c0d6518bec0c55e36a9f0c1329f548d93a304b95
Author: Eugeniy Meshcheryakov <eugen at debian.org>
Date:   Wed Dec 25 22:56:45 2013 +0100

    Pass --enable-release to configure
---
 debian/changelog | 3 ++-
 debian/rules     | 6 ++----
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 64efee5..d370d0d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,9 @@ coccinelle (1.0.0~rc19.deb-3) unstable; urgency=medium
   * New patch:
     - detect-itimer.diff — detect architectures without [gs]etitimer API
       support. This should fix testsuite failures on Hurd.
+  * Pass --enable-release to configure
 
- -- Євгеній Мещеряков <eugen at debian.org>  Wed, 25 Dec 2013 22:26:14 +0100
+ -- Євгеній Мещеряков <eugen at debian.org>  Wed, 25 Dec 2013 22:56:26 +0100
 
 coccinelle (1.0.0~rc19.deb-2) unstable; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index 065eb00..99f21b3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,9 +13,7 @@ VIM_RDIR = $(CURDIR)/debian/coccinelle/usr/share/vim/registry
 CONFIG_FLAGS = --prefix=/usr --sysconfdir=/etc --enable-ocaml
 
 ifeq ($(OCAML_NATDYNLINK),yes)
-MAKE_TGT = all-release
-else
-MAKE_TGT = all-dev
+CONFIG_FLAGS += --enable-release
 endif
 
 %:
@@ -30,7 +28,7 @@ override_dh_auto_build-arch:
 	$(MAKE) $(COCCI_FLAGS) -C docs all
 	# Re-create this directory here because git does not store empty directories
 	mkdir -p ocaml/coccilib
-	dh_auto_build -- $(COCCI_FLAGS) $(MAKE_TGT)
+	dh_auto_build -- $(COCCI_FLAGS)
 
 override_dh_auto_build-indep:
 	mkdir texmf-var

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



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