[Pkg-ocaml-maint-commits] [SCM] lablgtk2 packaging branch, master, updated. debian/2.16.0+dfsg-1_exp2-3-g289da63
Stephane Glondu
steph at glondu.net
Fri Jul 26 07:41:36 UTC 2013
The following commit has been merged in the master branch:
commit e6866eef89b8499f9c8f6cc0df0308ded0cf2db2
Author: Stephane Glondu <steph at glondu.net>
Date: Fri Jul 26 09:20:48 2013 +0200
Fix installation of META files
diff --git a/debian/rules b/debian/rules
index 25d7677..404580a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -45,6 +45,8 @@ override_dh_auto_install:
debian/tmp/usr/lib/ocaml/lablgtk2/gSourceView.mli
# remove files related to uncompiled gnome-panel (see #638133)
rm debian/tmp/usr/lib/ocaml/lablgtk2/panel.mli
+# FIXME: we should use upstream META file
+ rm debian/tmp/usr/lib/ocaml/lablgtk2/META
.PHONY: override_dh_installexamples
override_dh_installexamples:
@@ -52,5 +54,4 @@ override_dh_installexamples:
.PHONY: override_dh_install
override_dh_install:
-# FIXME, we should use upstream META and remove -XMETA below
- dh_install --fail-missing -XMETA -Xbuild.ml
+ dh_install --fail-missing -Xbuild.ml
--
lablgtk2 packaging
More information about the Pkg-ocaml-maint-commits
mailing list