[Pkg-ocaml-maint-commits] [SCM] ocamlbricks packaging branch, master, updated. debian/0.50.1-4-26-g57c36f5

Lucas Nussbaum lucas at debian.org
Mon Feb 18 16:18:09 UTC 2013


The following commit has been merged in the master branch:
commit 6854640fb85b9bae3dc308e49aa6dc808506bf43
Author: Lucas Nussbaum <lucas at debian.org>
Date:   Sat Dec 1 18:41:45 2012 +0100

    Continued debian/rules.

diff --git a/debian/rules b/debian/rules
index f0ad1c3..492a84c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,11 @@
 include /usr/share/ocaml/ocamlvars.mk
 
 %:
-	        dh $@ --with ocaml
+	dh $@ --with ocaml
+
+override_dh_auto_clean:
+	dh_auto_clean
+	rm -f meta_ocamlbricks.ml
 # 
 # # include standard OCaml template
 # include /usr/share/ocaml/ocamlinit.mk
@@ -109,4 +113,4 @@ get-orig-source:
 	rm -rf get-orig-source
 	echo "  "$(TARBALL)" created; move it to the right destination to build the package"
 
-.PHONY: build clean binary-indep binary-arch binary install configure get-orig-source
+.PHONY: get-orig-source

-- 
ocamlbricks packaging



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