The following commit has been merged in the master branch:
commit e6866eef89b8499f9c8f6cc0df0308ded0cf2db2
Author: Stephane Glondu <st...@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

_______________________________________________
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to