+gdome2-xslt (0.0.3-2) unstable; urgency=low
+
+ * Source named changed to gdome2-xslt
+ * Moved .so stub in /usr/lib/ocaml/stublibs
+ * Ship also C and C++ flavours
+ * Bumped Standards-Version to 3.5.8
+ * Better test for ocamlopt existence
+
+ -- Stefano Zacchiroli <zack@debian.org> Sun, 8 Dec 2002 16:09:56 +0100
+
libxslt-ocaml (0.0.2-1) unstable; urgency=low
* Added serialization functions
-Source: libxslt-ocaml
+Source: gdome2-xslt
Section: devel
Priority: optional
Maintainer: Stefano Zacchiroli <zack@debian.org>
Build-Depends: debhelper (>> 4.0.0), ocaml-3.06, ocaml-findlib, libgdome2-ocaml-dev, libgdome2-dev, libxslt1-dev
-Standards-Version: 3.5.6
+Standards-Version: 3.5.8
+
+Package: libgdome2-xslt0
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: TODO
+ TODO
+
+Package: libgdome2-xslt-dev
+Section: devel
+Architecture: any
+Depends: libgdome2-xslt0 (= ${Source-Version}), libxslt1-dev, libgdome2-dev, libgdome2-cpp-smart-dev
+Description: TODO
+ TODO
Package: libgdome2-xslt-ocaml
Architecture: any
Depends: ocaml-base-3.06, ${shlibs:Depends}
-Description: OCaml XSLT processing library
- This OCaml library provides an high level API for XSLT
- processing.
- .
- The underlying implementation is based on libxml, libgdome2 and
- libxslt.
- .
- This package contains only the shared runtime stub libraries.
+Description: TODO
+ TODO
Package: libgdome2-xslt-ocaml-dev
Architecture: any
Section: devel
Depends: ocaml-3.06, libgdome2-xslt-ocaml (= ${Source-Version}), libxslt1-dev, libgdome2-dev
-Description: OCaml XSLT processing library
- This OCaml library provides an high level API for XSLT
- processing.
- .
- The underlying implementation is based on libxml, libgdome2 and
- libxslt.
- .
- This package contains all the development stuff.
+Description: TODO
+ TODO
+
--- /dev/null
+ocaml/test/test.ml
+test_files/*
--- /dev/null
+usr/lib/*.so
+usr/lib/*.a
+usr/lib/*.la
+usr/include/
-ocaml/test/*
+C/test/test.c
+C++/test/main.cc
test_files/*
--- /dev/null
+usr/lib/ocaml/stublibs/*.owner
+usr/lib/ocaml/stublibs/lib*.so
+usr/lib/ocaml/gdome2-xslt/
-usr/lib/ocaml/gdome2-xslt/*.so
+usr/lib/ocaml/stublibs/dll*.so
--- /dev/null
+usr/lib/*.so.*
configure: configure-stamp
configure-stamp:
dh_testdir
-
- cd ocaml/gdome_xslt/; ./configure
+ ./configure --prefix=/usr
touch configure-stamp
-
build: build-stamp
-
build-stamp: configure-stamp
dh_testdir
-
- $(MAKE) -C C/gdome_xslt/
- $(MAKE) -C ocaml/gdome_xslt/
- -if [ -x /usr/bin/ocamlopt ]; then \
- $(MAKE) -C ocaml/gdome_xslt/ opt; \
- fi
-
+ $(MAKE)
touch build-stamp
clean:
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
-
- -$(MAKE) -C ocaml/gdome_xslt/ distclean
- -$(MAKE) -C C/gdome_xslt/ clean
-
+ -$(MAKE) clean
dh_clean
install: build
dh_testroot
dh_clean -k
dh_installdirs -s
-
- $(MAKE) -C ocaml/gdome_xslt/ install PREFIX=$(CURDIR)/$(TARGETDIR)/usr/lib/ocaml
-
-movefiles: install
- dh_movefiles -p libgdome2-xslt-ocaml --sourcedir=$(TARGETDIR)
+ $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
+ dh_movefiles
# Build architecture-dependent files here.
-binary-arch: build movefiles
+binary-arch: build install
dh_testdir
dh_testroot
dh_installdocs -s
dh_link -s
dh_strip -s
dh_compress -s
- dh_ocamlld -p libgdome2-xslt-ocaml /usr/lib/ocaml/gdome2-xslt
dh_fixperms -s
dh_installdeb -s
dh_shlibdeps -s
dh_builddeb -s
binary: binary-arch
-.PHONY: build clean movefiles binary-arch binary install configure
+.PHONY: build clean binary-arch binary install configure