[Pkg-ocaml-maint-commits] [SCM] ocaml-batteries packaging branch, master, updated. debian/0.20090405+beta1-5-6-g77fdfc2

Stefano Zacchiroli zack at upsilon.cc
Fri Mar 5 19:04:47 UTC 2010


The following commit has been merged in the master branch:
commit 77fdfc27e0caf1a8a351719dca79d2e202d3cf5b
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Fri Mar 5 20:02:24 2010 +0100

    avoid compressing myocamlbuild.ml
    
    port old code for doing that from CDBS to dh

diff --git a/debian/rules b/debian/rules
index 617357e..c791cc8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,8 +32,8 @@ override_dh_auto_clean:
 	omake clean
 	rm -rf man/
 
-.PHONY: override_dh_auto_build override_dh_auto_test override_dh_auto_install
-.PHONY: override_dh_auto_clean
+override_dh_compress:
+	dh_compress -Xmyocamlbuild.ml -X.idex
 
-# DEB_COMPRESS_EXCLUDE += myocamlbuild.ml
-# DEB_COMPRESS_EXCLUDE += .idex
+.PHONY: override_dh_auto_build override_dh_auto_test override_dh_auto_install
+.PHONY: override_dh_auto_clean override_dh_compress

-- 
ocaml-batteries packaging



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