]> matita.cs.unibo.it Git - helm.git/commitdiff
debian release 0.4.1-1
authorStefano Zacchiroli <zack@upsilon.cc>
Wed, 12 Mar 2003 02:06:59 +0000 (02:06 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Wed, 12 Mar 2003 02:06:59 +0000 (02:06 +0000)
helm/DEVEL/lablgtkmathview/configure.in
helm/DEVEL/lablgtkmathview/debian/changelog
helm/DEVEL/lablgtkmathview/debian/control

index cceab8d9d4813286a2e95bf3299be84a6f7dfc89..9d87c7ad9c2c8c5439e34c9bfb8b19203b18044a 100644 (file)
@@ -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
 
index c884a05fe100983f50d6ba1cc8b9c5e24d10fc02..a035d44d18df7eb43816b18255857b6b66b8d32a 100644 (file)
@@ -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 <zack@debian.org>  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
index 4e0109435b4e4ee6804359440224a5e37a9cd16a..3f47fc191b6d3cc9bfd27e56380d7f6cd81131b7 100644 (file)
@@ -2,13 +2,13 @@ Source: lablgtkmathview
 Section: devel
 Priority: optional
 Maintainer: Stefano Zacchiroli <zack@debian.org>
-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.