[Pkg-ocaml-maint-commits] [SCM] galax packaging branch, master, updated. debian/1.1-6-12-gd87eb43

Stephane Glondu steph at glondu.net
Tue May 18 22:02:38 UTC 2010


The following commit has been merged in the master branch:
commit 547feadefd59e6ce510640715b6f582dbb702a8a
Author: Stephane Glondu <steph at glondu.net>
Date:   Tue May 18 21:36:44 2010 +0200

    More cleaning

diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..788d6e0
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1,6 @@
+.depend
+tools/escaping/.depend
+tools/ucs2_to_utf8/.depend
+META
+config/Makefile.conf
+regress/testconfig.xml
diff --git a/debian/rules b/debian/rules
index fa15317..a0fc4ac 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,6 @@ override_dh_auto_clean:
 	if [ -d doc ]; then mv doc doc.backup; fi
 	$(MAKE) clean
 	if [ -d doc.backup ]; then mv doc.backup doc; fi
-	rm -f .depend tools/escaping/.depend tools/ucs2_to_utf8/.depend
 
 override_dh_auto_install:
 	# $(LN) override so that we only install the best binary, instead of

-- 
galax packaging



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