[Pkg-ocaml-maint-commits] [ocp-indent] 01/04: do not delete META

Johannes Schauer josch at moszumanska.debian.org
Sun Jan 31 10:56:17 UTC 2016


This is an automated email from the git hooks/post-receive script.

josch pushed a commit to branch master
in repository ocp-indent.

commit 9162402d0c96335c3643aba705ce55c2453ce133
Author: Johannes Schauer <josch at debian.org>
Date:   Tue Jan 26 09:17:19 2016 +0100

    do not delete META
---
 META         | 20 ++++++++++++++++++++
 debian/rules |  2 +-
 2 files changed, 21 insertions(+), 1 deletion(-)

diff --git a/META b/META
new file mode 100644
index 0000000..47d06ac
--- /dev/null
+++ b/META
@@ -0,0 +1,20 @@
+package "lib" (
+  version = "1.4.1"
+  directory = "lib"
+  archive(byte) = "ocp-indent.lib.cma"
+  archive(native) = "ocp-indent.lib.cmxa"
+  requires = "ocp-indent.lexer ocp-indent.utils"
+)
+package "utils" (
+  version = "1.4.1"
+  directory = "utils"
+  archive(byte) = "ocp-indent.utils.cma"
+  archive(native) = "ocp-indent.utils.cmxa"
+  requires = "ocp-indent.lexer"
+)
+package "lexer" (
+  version = "1.4.1"
+  directory = "lexer"
+  archive(byte) = "ocp-indent.lexer.cma"
+  archive(native) = "ocp-indent.lexer.cmxa"
+)
diff --git a/debian/rules b/debian/rules
index 303c910..fee95b0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,7 @@ override_dh_auto_clean:
 	rm -f config.status config.log Makefile.config version.ocp
 	rm -f $(INDENTMAIN) ocp-indent.1 src/approx_lexer.mli src/util.mli
 	rm -f src/indentVersion.ml src/approx_common.ml src/compat.ml
-	rm -rf META _build
+	rm -rf _build
 
 override_dh_auto_build:
 	# build library

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/ocp-indent.git



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