[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:18 UTC 2008


The following commit has been merged in the master branch:
commit dcc43cc9af52775807e0ce155a6245d88d507bf8
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Tue Nov 11 17:33:55 2008 +0100

    avoid compressing *.idex files

diff --git a/debian/rules b/debian/rules
index 0a33202..e917370 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,6 +20,7 @@ DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(DEST_DIR)
 DEB_MAKE_CLEAN_TARGET = clean
 
 DEB_COMPRESS_EXCLUDE += myocamlbuild.ml
+DEB_COMPRESS_EXCLUDE += .idex
 
 build/$(DOC_PKG_NAME)::
 	OCAMLRUNPARAM=l=16M make doc OBFLAGS=-classic-display

-- 
ocaml-batteries packaging



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