[Pkg-ocaml-maint-commits] [SCM] ocaml-taglib packaging branch, master, updated. debian/0.1.2-3-5-g26f2893

Romain Beauxis toots at rastageeks.org
Sun Jun 21 23:17:33 UTC 2009


The following commit has been merged in the master branch:
commit 26f28930c483fba295be231e57716da0ae59991d
Author: Romain Beauxis <toots at rastageeks.org>
Date:   Mon Jun 22 01:15:06 2009 +0200

    Enabled debugging

diff --git a/debian/changelog b/debian/changelog
index 0730471..d5cd20d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ ocaml-taglib (0.1.3-1) unstable; urgency=low
   * New Upstream Version
   * Bumped standards version to 3.8.2 
   * Updated debian/copyright
+  * Enabled debugging.
 
  -- Romain Beauxis <toots at rastageeks.org>  Mon, 22 Jun 2009 01:04:00 +0200
 
diff --git a/debian/rules b/debian/rules
index c633dc2..b8e7493 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,6 +8,7 @@ include /usr/share/cdbs/1/rules/ocaml.mk
 #   DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean
 # Then check manually if everything's ok
 
+DEB_CONFIGURE_EXTRA_FLAGS := --enable-debugging
 DESTDIR = $(CURDIR)/debian/tmp/$(OCAML_STDLIB_DIR)
 DEB_MAKE_INSTALL_TARGET := install OCAMLFIND_DESTDIR=$(DESTDIR) OCAMLFIND_LDCONF=ignore
 

-- 
ocaml-taglib packaging



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