[Pkg-ocaml-maint-commits] [SCM] ocsigen packaging branch, master, updated. debian/1.3.0-2-6-gf16e9e3
Stephane Glondu
steph at glondu.net
Mon Mar 22 00:03:49 UTC 2010
The following commit has been merged in the master branch:
commit 5b523c098ab2946f64055e98cf0bcc5a8a0106e0
Author: Stephane Glondu <steph at glondu.net>
Date: Mon Mar 22 00:12:32 2010 +0100
Call dh_install with --list-missing
diff --git a/debian/rules b/debian/rules
index e0e9b59..1429b9d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -82,6 +82,11 @@ override_dh_compress:
dh_compress -X.ml
+.PHONY: override_dh_install
+override_dh_install:
+ dh_install --list-missing
+
+
.PHONY: override_dh_ocaml
override_dh_ocaml:
dh_ocaml \
--
ocsigen packaging
More information about the Pkg-ocaml-maint-commits
mailing list