From: Stefano Zacchiroli Date: Wed, 12 Mar 2003 02:06:59 +0000 (+0000) Subject: debian release 0.4.1-1 X-Git-Tag: V_0_4_1_1~1 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=85ccebb566c36671ca753debe09e6dd5c9dd0df7;p=helm.git debian release 0.4.1-1 --- diff --git a/helm/DEVEL/lablgtkmathview/configure.in b/helm/DEVEL/lablgtkmathview/configure.in index cceab8d9d..9d87c7ad9 100644 --- a/helm/DEVEL/lablgtkmathview/configure.in +++ b/helm/DEVEL/lablgtkmathview/configure.in @@ -3,8 +3,8 @@ AC_INIT(gMathView.ml) PACKAGE=lablgtkmathview LABLGTKMATHVIEW_MAJOR_VERSION=0 -LABLGTKMATHVIEW_MINOR_VERSION=3 -LABLGTKMATHVIEW_MICRO_VERSION=99 +LABLGTKMATHVIEW_MINOR_VERSION=4 +LABLGTKMATHVIEW_MICRO_VERSION=1 LABLGTKMATHVIEW_VERSION=$LABLGTKMATHVIEW_MAJOR_VERSION.$LABLGTKMATHVIEW_MINOR_VERSION.$LABLGTKMATHVIEW_MICRO_VERSION VERSION=$LABLGTKMATHVIEW_VERSION diff --git a/helm/DEVEL/lablgtkmathview/debian/changelog b/helm/DEVEL/lablgtkmathview/debian/changelog index c884a05fe..a035d44d1 100644 --- a/helm/DEVEL/lablgtkmathview/debian/changelog +++ b/helm/DEVEL/lablgtkmathview/debian/changelog @@ -1,3 +1,14 @@ +lablgtkmathview (0.4.1-1) unstable; urgency=low + + * Bugfix in some OCaml value allocations + * Binding for gtkmathview 0.4.1 + * Bumped dependencies to gtkmathview 0.4.1 + * Dropped << dependencies for ocaml libraries + * Bumped gmetadom dependencies to >= 0.1.6 + * Bumped gdome2 dependencies to >= 0.7.4 + + -- Stefano Zacchiroli Tue, 11 Mar 2003 21:18:29 +0100 + lablgtkmathview (0.3.99-2) unstable; urgency=low * Bugfix: added dep on t1lib-dev from liblablgtkmathview-ocaml-dev diff --git a/helm/DEVEL/lablgtkmathview/debian/control b/helm/DEVEL/lablgtkmathview/debian/control index 4e0109435..3f47fc191 100644 --- a/helm/DEVEL/lablgtkmathview/debian/control +++ b/helm/DEVEL/lablgtkmathview/debian/control @@ -2,13 +2,13 @@ Source: lablgtkmathview Section: devel Priority: optional Maintainer: Stefano Zacchiroli -Build-Depends: debhelper (>> 4.0.0), ocaml-3.06-1, ocaml-findlib, liblablgtk-ocaml-dev (>= 1.2.5), liblablgtk-ocaml-dev (<< 1.2.6), libgdome2-ocaml-dev (>= 0.1.5), libgdome2-ocaml-dev (<< 0.1.6), libgtkmathview-dev (>= 0.4.0), libxml2-dev, libgdome2-dev, libgdome2-cpp-smart-dev, t1lib-dev (>= 1.3) +Build-Depends: debhelper (>> 4.0.0), ocaml-3.06-1, ocaml-findlib, liblablgtk-ocaml-dev (>= 1.2.5), libgdome2-ocaml-dev (>= 0.1.6), libgtkmathview-dev (>= 0.4.1), libxml2-dev, libgdome2-dev (>= 0.7.4), libgdome2-cpp-smart-dev (>= 0.1.6), t1lib-dev (>= 1.3) Standards-Version: 3.5.8 Package: liblablgtkmathview-ocaml Architecture: any Section: libs -Depends: ocaml-base-3.06-1, liblablgtk-ocaml, libgdome2-ocaml, ${shlibs:Depends} +Depends: ocaml-base-3.06-1, liblablgtk-ocaml (>= 1.2.5), libgdome2-ocaml (>= 0.1.6), ${shlibs:Depends} Description: OCaml binding for libgtkmathview This is the Ocaml binding for the GtkMathView widget, that is currently available in the libgtkmathview0 package. @@ -18,7 +18,7 @@ Description: OCaml binding for libgtkmathview Package: liblablgtkmathview-ocaml-dev Architecture: any Section: devel -Depends: ocaml-3.06-1, liblablgtk-ocaml-dev (>= 1.2.5), liblablgtk-ocaml-dev (<< 1.2.6), libgtkmathview0 (>= 0.4.0), liblablgtkmathview-ocaml (= ${Source-Version}), ocaml-findlib, libgdome2-ocaml-dev (>= 0.1.5), libgdome2-ocaml-dev (<< 0.1.6), t1lib-dev, libgtkmathview-dev (>= 0.4.0) +Depends: ocaml-3.06-1, liblablgtk-ocaml-dev (>= 1.2.5), libgtkmathview0 (>= 0.4.1), liblablgtkmathview-ocaml (= ${Source-Version}), ocaml-findlib, libgdome2-ocaml-dev (>= 0.1.6), t1lib-dev, libgtkmathview-dev (>= 0.4.1) Description: OCaml binding for libgtkmathview These are the Ocaml bindings for the GtkMathView widget, that is currently available in the libgtkmathview0 package.