[Pkg-ocaml-maint-commits] [SCM] ocaml-duppy packaging branch, master, updated. debian/0.2.0-2-9-gbd6625c

Romain Beauxis toots at rastageeks.org
Sun Jun 21 23:05:15 UTC 2009


The following commit has been merged in the master branch:
commit bd6625c99934fa4f7a1c25b71ed57c8b4ccdb1c6
Author: Romain Beauxis <toots at rastageeks.org>
Date:   Mon Jun 22 00:58:46 2009 +0200

    Enabled debugging

diff --git a/debian/changelog b/debian/changelog
index 4678d74..d353bd0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ ocaml-duppy (0.3.0-1) unstable; urgency=low
   * New Upstream Version
   * Changed section to ocaml.
   * Bumped standards version to 3.8.2.0.
+  * Enable debugging.
 
  -- Romain Beauxis <toots at rastageeks.org>  Thu, 18 Jun 2009 18:22:52 +0200
 
diff --git a/debian/rules b/debian/rules
index 6be4fa3..747bab8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,7 @@ include /usr/share/cdbs/1/rules/ocaml.mk
 DESTDIR = $(CURDIR)/debian/tmp/$(OCAML_STDLIB_DIR)
 DEB_MAKE_INSTALL_TARGET := install OCAMLFIND_DESTDIR=$(DESTDIR) OCAMLFIND_LDCONF=ignore
 DEB_DH_INSTALL_ARGS :=  --list-missing
+DEB_CONFIGURE_EXTRA_FLAGS := --enable-debugging
 
 build/libduppy-ocaml-dev::
 	mkdir -p $(DESTDIR)

-- 
ocaml-duppy packaging



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