]> matita.cs.unibo.it Git - helm.git/commitdiff
debian release 0.0.4-1
authorStefano Zacchiroli <zack@upsilon.cc>
Tue, 11 Mar 2003 11:34:30 +0000 (11:34 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Tue, 11 Mar 2003 11:34:30 +0000 (11:34 +0000)
helm/DEVEL/gdome_xslt/debian/changelog
helm/DEVEL/gdome_xslt/debian/control

index 14ebbcdfe6c6effa977ebedd3661f7015385f04e..d1d2e8254f64ff72afbd721a7cec3d4f37131376 100644 (file)
@@ -1,3 +1,13 @@
+gdome2-xslt (0.0.4-1) unstable; urgency=low
+
+  * New release
+  * Added a new interface for apply method which requires no arguments
+  * Bumped gmetadom dependencies to 0.1.6
+  * Removed << dependencies on gmetadom
+  * Bumpetd gdome2 version to 0.7.4
+
+ -- Stefano Zacchiroli <zack@debian.org>  Mon, 10 Mar 2003 17:50:42 +0100
+
 gdome2-xslt (0.0.3-3) unstable; urgency=low
 
   * No longer use virtual dependencies on other ocaml libraries, reverted to
index 8d49287e79c8338961e915bcb3269f72d20e836e..58fb226f2243fa5310f838d0877f604aff0cee67 100644 (file)
@@ -2,7 +2,7 @@ Source: gdome2-xslt
 Section: devel
 Priority: optional
 Maintainer: Stefano Zacchiroli <zack@debian.org>
-Build-Depends: debhelper (>> 4.0.0), ocaml-3.06-1, ocaml-findlib, libgdome2-ocaml-dev (>= 0.1.5), libgdome2-ocaml-dev (<< 0.1.6), libgdome2-dev, libxslt1-dev, libgdome2-cpp-smart-dev (>= 0.1.5)
+Build-Depends: debhelper (>> 4.0.0), ocaml-3.06-1, ocaml-findlib, libgdome2-ocaml-dev (>= 0.1.6), libgdome2-dev (>= 0.7.4), libxslt1-dev, libgdome2-cpp-smart-dev (>= 0.1.6)
 Standards-Version: 3.5.8
 
 Package: libgdome2-xslt0
@@ -20,7 +20,7 @@ Description: Minimal XSLT processor working on GDome2 documents
 Package: libgdome2-xslt-dev
 Section: devel
 Architecture: any
-Depends: libgdome2-xslt0 (= ${Source-Version}), libxslt1-dev, libgdome2-dev, libgdome2-cpp-smart-dev
+Depends: libgdome2-xslt0 (= ${Source-Version}), libxslt1-dev, libgdome2-dev (>= 0.7.4), libgdome2-cpp-smart-dev (>= 0.1.6)
 Description: Minimal XSLT processor working on GDome2 documents
  gdome2-xslt is a very small C library that implements a minimal
  XSLT processor that can be used to apply XSLT stylesheets to
@@ -31,7 +31,7 @@ Description: Minimal XSLT processor working on GDome2 documents
 
 Package: libgdome2-xslt-ocaml
 Architecture: any
-Depends: ocaml-base-3.06-1, libgdome2-ocaml, ${shlibs:Depends}
+Depends: ocaml-base-3.06-1, libgdome2-ocaml (>= 0.1.6), ${shlibs:Depends}
 Description: OCaml bindings for a minimal GDome2 based XSLT processor
  gdome2-xslt is a very small C library that implements a minimal
  XSLT processor that can be used to apply XSLT stylesheets to
@@ -44,7 +44,7 @@ Description: OCaml bindings for a minimal GDome2 based XSLT processor
 Package: libgdome2-xslt-ocaml-dev
 Architecture: any
 Section: devel
-Depends: ocaml-3.06-1, libgdome2-xslt-ocaml (= ${Source-Version}), libgdome2-ocaml-dev (>= 0.1.5), libgdome2-ocaml-dev (<< 0.1.6), libxslt1-dev, libgdome2-dev
+Depends: ocaml-3.06-1, libgdome2-xslt-ocaml (= ${Source-Version}), libgdome2-ocaml-dev (>= 0.1.6), libxslt1-dev, libgdome2-dev (>= 0.7.4)
 Description: OCaml bindings for a minimal GDome2 based XSLT processor
  gdome2-xslt is a very small C library that implements a minimal
  XSLT processor that can be used to apply XSLT stylesheets to