[Pkg-ocaml-maint-commits] r4842 - in /trunk/packages/lablgtk/trunk/debian: changelog liblablgtksourceview-ocaml-dev.files.in rules
smimram at users.alioth.debian.org
smimram at users.alioth.debian.org
Thu Nov 29 12:45:43 UTC 2007
Author: smimram
Date: Thu Nov 29 12:45:43 2007
New Revision: 4842
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=4842
Log:
Install some missing cmi files.
Modified:
trunk/packages/lablgtk/trunk/debian/changelog
trunk/packages/lablgtk/trunk/debian/liblablgtksourceview-ocaml-dev.files.in
trunk/packages/lablgtk/trunk/debian/rules
Modified: trunk/packages/lablgtk/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/lablgtk/trunk/debian/changelog?rev=4842&op=diff
==============================================================================
--- trunk/packages/lablgtk/trunk/debian/changelog (original)
+++ trunk/packages/lablgtk/trunk/debian/changelog Thu Nov 29 12:45:43 2007
@@ -2,8 +2,9 @@
* Move some forgotten files into liblablgtksourceview-ocaml-dev,
closes: #452089.
-
- -- Samuel Mimram <smimram at debian.org> Thu, 29 Nov 2007 12:07:10 +0000
+ * Install some missing cmi files, closes: #453210.
+
+ -- Samuel Mimram <smimram at debian.org> Thu, 29 Nov 2007 12:45:39 +0000
lablgtk2 (2.10.0-2) unstable; urgency=low
Modified: trunk/packages/lablgtk/trunk/debian/liblablgtksourceview-ocaml-dev.files.in
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/lablgtk/trunk/debian/liblablgtksourceview-ocaml-dev.files.in?rev=4842&op=diff
==============================================================================
--- trunk/packages/lablgtk/trunk/debian/liblablgtksourceview-ocaml-dev.files.in (original)
+++ trunk/packages/lablgtk/trunk/debian/liblablgtksourceview-ocaml-dev.files.in Thu Nov 29 12:45:43 2007
@@ -1,4 +1,5 @@
usr/lib/ocaml/@OCamlABI@/lablgtk2/sourceView*
usr/lib/ocaml/@OCamlABI@/lablgtk2/gSourceView*
+usr/lib/ocaml/@OCamlABI@/lablgtk2/gtkSourceView*
usr/lib/ocaml/@OCamlABI@/lablgtk2/lablgtksourceview*
usr/lib/ocaml/@OCamlABI@/lablgtk2/liblablgtksourceview*
Modified: trunk/packages/lablgtk/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/lablgtk/trunk/debian/rules?rev=4842&op=diff
==============================================================================
--- trunk/packages/lablgtk/trunk/debian/rules (original)
+++ trunk/packages/lablgtk/trunk/debian/rules Thu Nov 29 12:45:43 2007
@@ -30,7 +30,7 @@
dh_testdir
./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info \
- --with-gl --with-glade --with-rsvg --with-gnomecanvas --with-gtkspell --with-gnomeui --with-panel --with-gtksourceview
+ --with-gl --with-glade --with-rsvg --with-gnomecanvas --with-gtkspell --with-gnomeui --with-panel --with-gtksourceview
touch configure-stamp
@@ -42,7 +42,7 @@
$(MAKE) depend
$(MAKE)
if [ -x /usr/bin/ocamlopt ]; then \
- $(MAKE) opt; \
+ $(MAKE) opt; \
fi
touch build-stamp
@@ -64,14 +64,15 @@
$(MAKE) install DESTDIR=$(DESTDIR)
+ # These files are needed by lablgtk2-doc
+ cp src/gnomeDruid.cmi $(CURDIR)/debian/liblablgtk2-gnome-ocaml-dev/$(OCAML_LIBDIR)/lablgtk2
+ cp src/gtkSourceView_types.cmi $(CURDIR)/debian/liblablgtksourceview-ocaml-dev/$(OCAML_LIBDIR)/lablgtk2
+
# Install METAs
cp debian/META $(CURDIR)/debian/liblablgtk2-ocaml-dev/$(OCAML_LIBDIR)/lablgtk2
cp debian/META.lablgtk2-gl $(CURDIR)/debian/liblablgtk2-gl-ocaml-dev/$(OCAML_LIBDIR)/lablgtk2
cp debian/META.lablgtk2-gnome $(CURDIR)/debian/liblablgtk2-gnome-ocaml-dev/$(OCAML_LIBDIR)/METAS
cp debian/META.lablgtksourceview $(CURDIR)/debian/liblablgtksourceview-ocaml-dev/$(OCAML_LIBDIR)/METAS
-
- # This file is needed by lablgtk2-doc
- cp src/gnomeDruid.cmi $(CURDIR)/debian/liblablgtk2-gnome-ocaml-dev/$(OCAML_LIBDIR)/lablgtk2
# Examples
cp -r examples/GL/* $(CURDIR)/debian/liblablgtk2-gl-ocaml-dev/usr/share/doc/liblablgtk2-gl-ocaml-dev/examples/
More information about the Pkg-ocaml-maint-commits
mailing list