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

Stefano Zacchiroli zack at upsilon.cc
Sat Mar 6 14:13:17 UTC 2010


The following commit has been merged in the master branch:
commit 7796939461cc27358aa530e3989bb03560314e57
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Sat Mar 6 14:53:17 2010 +0100

    rm omake binary files upon clean (fix diff representation errors)

diff --git a/debian/rules b/debian/rules
index c791cc8..3db38a1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,7 +30,8 @@ endif
 
 override_dh_auto_clean:
 	omake clean
-	rm -rf man/
+	rm -rf man/ .omakedb .omakedb.lock
+	-find . -name '*.omc' -exec rm {} \;
 
 override_dh_compress:
 	dh_compress -Xmyocamlbuild.ml -X.idex

-- 
ocaml-batteries packaging



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