[Pkg-ocaml-maint-commits] [SCM] js-of-ocaml packaging branch, master, updated. debian/1.0.7-1-5-g57986e2

Stephane Glondu steph at glondu.net
Thu Nov 24 06:46:57 UTC 2011


The following commit has been merged in the master branch:
commit 50faa8cfd07632b1171e21d8292d128120f19993
Author: Stephane Glondu <steph at glondu.net>
Date:   Thu Nov 24 07:14:08 2011 +0100

    Call dh_install with --fail-missing

diff --git a/debian/rules b/debian/rules
index 3819222..ee69f78 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,7 +26,7 @@ endif
 
 .PHONY: override_dh_install
 override_dh_install:
-	dh_install -X.owner --list-missing
+	dh_install -X.so.owner --fail-missing
 
 .PHONY: override_dh_compress
 override_dh_compress:

-- 
js-of-ocaml packaging



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