[Pkg-ocaml-maint-commits] [SCM] ocaml-batteries packaging branch, master, updated. upstream/0.20081011-229-ge5b9b45

Stefano Zacchiroli zack at upsilon.cc
Tue Nov 11 17:50:10 UTC 2008


The following commit has been merged in the master branch:
commit 7a870750b37a0b3c34bb5a961d4d72f7ca30d695
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Tue Nov 11 15:25:27 2008 +0100

    debian/rules: do not compress myocamlbuild.ml, to ease its usage

diff --git a/debian/changelog b/debian/changelog
index 4f8faef..a28697e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ ocaml-batteries (0.20081111-1) UNRELEASED; urgency=low
   * debian/rules: specify the clean target
   * symlink more doc files from /usr/share/doc/*-dev/ to *-doc/
   * ship /usr/bin/batteries-ocaml (fancier top-level wrapper)
+  * debian/rules: do not compress myocamlbuild.ml, to ease its usage
 
  -- Stefano Zacchiroli <zack at debian.org>  Mon, 13 Oct 2008 22:11:31 +0200
 
diff --git a/debian/rules b/debian/rules
index 7ceb6b5..7ea1553 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,6 @@ DEST_DIR = $(CURDIR)/debian/$(DEV_PKG_NAME)$(OCAML_STDLIB_DIR)
 
 DEB_CONFIGURE_EXTRA_FLAGS = --with-browser="x-www-browser %s"
 DEB_CONFIGURE_EXTRA_FLAGS += --with-docroot="/usr/share/doc/$(DOC_PKG_NAME)"
-
 DEB_MAKE_BUILD_TARGET = all
 ifeq ($(OCAML_HAVE_OCAMLOPT),yes)
 DEB_MAKE_BUILD_TARGET += opt
@@ -20,6 +19,8 @@ DEB_MAKE_BUILD_TARGET += OBFLAGS=-classic-display
 DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(DEST_DIR)
 DEB_MAKE_CLEAN_TARGET = clean
 
+DEB_COMPRESS_EXCLUDE += myocamlbuild.ml
+
 build/$(DOC_PKG_NAME)::
 	OCAMLRUNPARAM=l=16M make doc OBFLAGS=-classic-display
 	/usr/share/cdbs/1/class/ocamldoc-api-ref-config \

-- 
ocaml-batteries packaging



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