From 06d7ac063ac49f40d9e354989e7864011874d7db Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Sun, 31 Mar 2002 22:34:30 +0000 Subject: [PATCH] - added some .mli and .ml to the debian package - added depends on libgdome2-ocaml --- helm/DEVEL/lablgtkmathview/Makefile.in | 6 +++--- helm/DEVEL/lablgtkmathview/debian/changelog | 9 +++++++++ helm/DEVEL/lablgtkmathview/debian/control | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/helm/DEVEL/lablgtkmathview/Makefile.in b/helm/DEVEL/lablgtkmathview/Makefile.in index 5c3dbfdeb..9a0e52362 100644 --- a/helm/DEVEL/lablgtkmathview/Makefile.in +++ b/helm/DEVEL/lablgtkmathview/Makefile.in @@ -8,9 +8,9 @@ OBJECTS_OPT = gtkMathView.cmx gtk_mathview.cmx gMathView.cmx INST = META gMathView.mli gMathView.cmi gtkMathView.cmi gtk_mathview.cmi DIST_FILES = \ AUTHORS COPYING ChangeLog LICENSE Makefile.in NEWS README \ - configure.in gMathView.ml gtkMathView.ml gtk_mathview.ml \ - ml_gtk_mathview.c META.in .depend debian/ test/ configure \ - lablgtkmathview.spec lablgtkmathview.spec.in + configure.in gMathView.ml gMathView.mli gtkMathView.ml \ + gtk_mathview.ml ml_gtk_mathview.c META.in .depend debian/ test/ \ + configure lablgtkmathview.spec lablgtkmathview.spec.in DOC_FILES = AUTHORS COPYING ChangeLog NEWS README REQUIRES = gdome2 lablgtk PREDICATES = diff --git a/helm/DEVEL/lablgtkmathview/debian/changelog b/helm/DEVEL/lablgtkmathview/debian/changelog index 53e0b0e3b..f0ce2c449 100644 --- a/helm/DEVEL/lablgtkmathview/debian/changelog +++ b/helm/DEVEL/lablgtkmathview/debian/changelog @@ -1,3 +1,12 @@ +lablgtkmathview (0.3.0-4) unstable; urgency=low + + * Added some .mli and .ml files that document the library interface. + * Added Depends: on libgdome2-ocaml, we haven't yet estabilished how to + interact with shlibs system for ocaml shared library that are installed in + /usr/lib/ocaml + + -- Stefano Zacchiroli Mon, 1 Apr 2002 00:17:41 +0200 + lablgtkmathview (0.3.0-3) unstable; urgency=low * Rebuilt against gmetadom 0.3.0-4 and gtkmathview 0.3.0-2. diff --git a/helm/DEVEL/lablgtkmathview/debian/control b/helm/DEVEL/lablgtkmathview/debian/control index d8553c489..990635e2f 100644 --- a/helm/DEVEL/lablgtkmathview/debian/control +++ b/helm/DEVEL/lablgtkmathview/debian/control @@ -8,7 +8,7 @@ Standards-Version: 3.5.6 Package: liblablgtkmathview-ocaml Architecture: any Section: libs -Depends: ocaml (>= 3.04), ocaml (<< 3.05), ${shlibs:Depends} +Depends: ocaml (>= 3.04), ocaml (<< 3.05), libgdome2-ocaml, ${shlibs:Depends} Conflicts: lablgtkmathview (<< 0.3.0) Description: OCaml binding for libgtkmathview This is the Ocaml binding for the GtkMathView widget, that is -- 2.39.2