+gdome2-xslt (0.0.4-5) unstable; urgency=low
+
+ * rebuilt using gmetadom 0.1.9
+ * debian/control
+ - added build-dep on pkg-config
+ - bumped dependencies on gmetadom to 0.1.9
+ - bumped standards-version to 3.5.10
+ - changed section of -dev packages to libdevel
+ - added ${misc:Depends}
+ * debian/rules
+ - removed DH_COMPAT in favour of debian/compat
+ - removed dh_movefiles in favour of dh_install
+ - cosmetic changes
+
+ -- Stefano Zacchiroli <zack@debian.org> Thu, 19 Jun 2003 17:05:47 +0200
+
gdome2-xslt (0.0.4-4) unstable; urgency=low
* Bugfix: ships also -config script
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.6), libgdome2-dev (>= 0.7.4), libxslt1-dev, libgdome2-cpp-smart-dev (>= 0.1.6)
-Standards-Version: 3.5.9
+Build-Depends: debhelper (>> 4.0.0), ocaml-3.06-1, ocaml-findlib, libgdome2-ocaml-dev (>= 0.1.9), libgdome2-dev (>= 0.7.4), libxslt1-dev, libgdome2-cpp-smart-dev (>= 0.1.9), pkg-config
+Standards-Version: 3.5.10
Package: libgdome2-xslt0
Section: libs
Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
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
and for the C++ bindings.
Package: libgdome2-xslt-dev
-Section: devel
+Section: libdevel
Architecture: any
-Depends: libgdome2-xslt0 (= ${Source-Version}), libxslt1-dev, libgdome2-dev (>= 0.7.4), libgdome2-cpp-smart-dev (>= 0.1.6)
+Depends: libgdome2-xslt0 (= ${Source-Version}), libxslt1-dev, libgdome2-dev (>= 0.7.4), libgdome2-cpp-smart-dev (>= 0.1.9), ${misc:Depends}
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
Package: libgdome2-xslt-ocaml
Architecture: any
-Depends: ocaml-base-3.06-1, libgdome2-ocaml (>= 0.1.6), ${shlibs:Depends}
+Depends: ocaml-base-3.06-1, libgdome2-ocaml (>= 0.1.9), ${shlibs:Depends}, ${misc: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
Package: libgdome2-xslt-ocaml-dev
Architecture: any
-Section: devel
-Depends: ocaml-3.06-1, libgdome2-xslt-ocaml (= ${Source-Version}), libgdome2-ocaml-dev (>= 0.1.6), libxslt1-dev, libgdome2-dev (>= 0.7.4)
+Section: libdevel
+Depends: ocaml-3.06-1, libgdome2-xslt-ocaml (= ${Source-Version}), libgdome2-ocaml-dev (>= 0.1.9), libxslt1-dev, libgdome2-dev (>= 0.7.4), ${misc: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