[Pkg-ocaml-maint-commits] [SCM] js-of-ocaml packaging branch, master, updated. debian/1.0+dfsg-2-9-g35ca6f6
Nicolas Dandrimont
Nicolas.Dandrimont at crans.org
Wed May 25 20:52:04 UTC 2011
The following commit has been merged in the master branch:
commit 35ca6f687a30c94dd6bcb3ebffdcff1402d7f149
Author: Nicolas Dandrimont <Nicolas.Dandrimont at crans.org>
Date: Wed May 25 20:26:35 2011 +0000
Ignore the .so.owner files in dh_install
diff --git a/debian/rules b/debian/rules
index 920d93c..3819222 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,7 +26,7 @@ endif
.PHONY: override_dh_install
override_dh_install:
- dh_install --list-missing
+ dh_install -X.owner --list-missing
.PHONY: override_dh_compress
override_dh_compress:
@@ -44,4 +44,4 @@ override_dh_auto_install:
.PHONY: override_dh_auto_clean
override_dh_auto_clean:
dh_auto_clean
- -cd $(CURDIR)/doc && make clean
\ No newline at end of file
+ -cd $(CURDIR)/doc && make clean
--
js-of-ocaml packaging
More information about the Pkg-ocaml-maint-commits
mailing list