[Pkg-ocaml-maint-commits] [SCM] ocaml-sqlite3 packaging branch, master, updated. debian/1.3.0-1-1-gda95f92

Samuel Mimram smimram at debian.org
Thu Feb 19 12:15:53 UTC 2009


The following commit has been merged in the master branch:
commit da95f92114dd2d9d03cb726a293a16c66a823284
Author: Samuel Mimram <smimram at debian.org>
Date:   Thu Feb 19 13:15:44 2009 +0100

    Better cleaning of ocamlinit files.

diff --git a/debian/rules b/debian/rules
index ec79b39..f78202a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,7 +39,7 @@ build-stamp: config.status
 	if [ -e /usr/bin/ocamlopt ]; then $(MAKE) opt; fi
 	touch $@
 
-clean: unpatch
+clean: unpatch ocamlinit-clean
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp
@@ -47,7 +47,6 @@ clean: unpatch
 	rm -f META
 	rm -f config.status config.log Makefile
 	rm -rf doc
-	rm -f $(OCAML_IN_FILES)
 	dh_clean
 
 install: build

-- 
ocaml-sqlite3 packaging



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