From 8f89cdd08d9ee0a243cf84201bf42e5503759ee3 Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Wed, 28 Aug 2002 13:57:45 +0000 Subject: [PATCH] debian release -3 --- helm/DEVEL/gdome_xslt/debian/changelog | 9 +++++++++ helm/DEVEL/gdome_xslt/debian/control | 8 ++++---- helm/DEVEL/gdome_xslt/debian/rules | 6 ++---- helm/DEVEL/gdome_xslt/ocaml/gdome_xslt/Makefile.in | 3 ++- 4 files changed, 17 insertions(+), 9 deletions(-) diff --git a/helm/DEVEL/gdome_xslt/debian/changelog b/helm/DEVEL/gdome_xslt/debian/changelog index 81b9f720c..6af60f119 100644 --- a/helm/DEVEL/gdome_xslt/debian/changelog +++ b/helm/DEVEL/gdome_xslt/debian/changelog @@ -1,3 +1,12 @@ +libxslt-ocaml (0.0.1-3) unstable; urgency=low + + * Rebuilt with ocaml 3.06 (Closes: Bug#158225, Bug#158217) + * Upgraded Standards-Version to 3.5.6 + * Switched deps and build-deps to ocaml-3.06 and ocaml-base-3.06 + * Switched to debhelper 4 + + -- Stefano Zacchiroli Wed, 28 Aug 2002 11:09:04 +0200 + libxslt-ocaml (0.0.1-2) unstable; urgency=low * Added -fPIC option when compiled some .o in order to succesfully build diff --git a/helm/DEVEL/gdome_xslt/debian/control b/helm/DEVEL/gdome_xslt/debian/control index 85cb25fdd..29840c717 100644 --- a/helm/DEVEL/gdome_xslt/debian/control +++ b/helm/DEVEL/gdome_xslt/debian/control @@ -2,12 +2,12 @@ Source: libxslt-ocaml Section: devel Priority: optional Maintainer: Stefano Zacchiroli -Build-Depends: debhelper (>> 3.0.0), ocaml, ocaml-findlib, libgdome2-ocaml-dev, libgdome2-dev, libxslt1-dev -Standards-Version: 3.5.2 +Build-Depends: debhelper (>> 4.0.0), ocaml-3.06, ocaml-findlib, libgdome2-ocaml-dev, libgdome2-dev, libxslt1-dev +Standards-Version: 3.5.6 Package: libgdome2-xslt-ocaml Architecture: any -Depends: ocaml (>= 3.04), ocaml (<< 3.05), ${shlibs:Depends} +Depends: ocaml-base-3.06, ${shlibs:Depends} Description: OCaml XSLT processing library This OCaml library provides an high level API for XSLT processing. @@ -20,7 +20,7 @@ Description: OCaml XSLT processing library Package: libgdome2-xslt-ocaml-dev Architecture: any Section: devel -Depends: ocaml (>= 3.04), ocaml (<< 3.05), libgdome2-xslt-ocaml (= ${Source-Version}), libxslt1-dev, libgdome2-dev +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. diff --git a/helm/DEVEL/gdome_xslt/debian/rules b/helm/DEVEL/gdome_xslt/debian/rules index a4d8a5bc7..c10d3e9a5 100755 --- a/helm/DEVEL/gdome_xslt/debian/rules +++ b/helm/DEVEL/gdome_xslt/debian/rules @@ -6,7 +6,7 @@ #export DH_VERBOSE=1 # This is the debhelper compatibility version to use. -export DH_COMPAT=3 +export DH_COMPAT=4 TARGETDIR = debian/libgdome2-xslt-ocaml-dev @@ -47,9 +47,7 @@ install: build dh_clean -k dh_installdirs -s - # trick: redifine CAMLLIB so that findlibd doesn't try to modify the - # official /var/lib/ocaml/ld.conf - CAMLLIB=$(CURDIR) $(MAKE) -C ocaml/gdome_xslt/ install PREFIX=$(CURDIR)/$(TARGETDIR)/usr/lib/ocaml + $(MAKE) -C ocaml/gdome_xslt/ install PREFIX=$(CURDIR)/$(TARGETDIR)/usr/lib/ocaml movefiles: install dh_movefiles -p libgdome2-xslt-ocaml --sourcedir=$(TARGETDIR) diff --git a/helm/DEVEL/gdome_xslt/ocaml/gdome_xslt/Makefile.in b/helm/DEVEL/gdome_xslt/ocaml/gdome_xslt/Makefile.in index eafebde9e..3f56ae13c 100644 --- a/helm/DEVEL/gdome_xslt/ocaml/gdome_xslt/Makefile.in +++ b/helm/DEVEL/gdome_xslt/ocaml/gdome_xslt/Makefile.in @@ -79,8 +79,9 @@ install: if [ "$(PREFIX)" = "" ]; then \ ocamlfind install $(PACKAGE) $(ARCHIVE) $(ARCHIVE_SO) $(INST) $$extra; \ else \ - ocamlfind install -destdir $(PREFIX) $(PACKAGE) $(ARCHIVE) $(ARCHIVE_SO) $(INST) $$extra; \ + ocamlfind install -ldconf $(CURDIR)/foo.ld.conf -destdir $(PREFIX) $(PACKAGE) $(ARCHIVE) $(ARCHIVE_SO) $(INST) $$extra; \ fi + -rm -f $(CURDIR)/foo.ld.conf uninstall: ocamlfind remove $(PACKAGE) -- 2.39.2