From 4020414d9bc31b545e311760045d4ce8f0645916 Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Wed, 28 Aug 2002 13:41:26 +0000 Subject: [PATCH] debian version "-8" --- helm/DEVEL/lablgtkmathview/debian/changelog | 12 ++++++++++++ helm/DEVEL/lablgtkmathview/debian/control | 10 +++------- helm/DEVEL/lablgtkmathview/debian/dirs | 1 - .../debian/liblablgtkmathview-ocaml-dev.dirs | 1 + .../debian/liblablgtkmathview-ocaml.files | 1 + helm/DEVEL/lablgtkmathview/debian/rules | 4 ++-- 6 files changed, 19 insertions(+), 10 deletions(-) delete mode 100644 helm/DEVEL/lablgtkmathview/debian/dirs diff --git a/helm/DEVEL/lablgtkmathview/debian/changelog b/helm/DEVEL/lablgtkmathview/debian/changelog index 36387613b..f4d74ef30 100644 --- a/helm/DEVEL/lablgtkmathview/debian/changelog +++ b/helm/DEVEL/lablgtkmathview/debian/changelog @@ -1,3 +1,15 @@ +lablgtkmathview (0.3.0-8) unstable; urgency=low + + * Switched to debhelper 4 + * Added build dep on findlib (>= 0.7.1) + * Rebuilt against ocaml 3.06 (Closes: Bug#158256, Bug#158266) + * Changed deps and build-deps to ocaml-3.06 and ocaml-base-3.06 as + mandated by the new ocaml packaging policy + * Removed mention of lablgtkmathview from debian/control + * Added dep on ocaml-findlib + + -- Stefano Zacchiroli Sun, 7 Jul 2002 13:50:52 +0200 + lablgtkmathview (0.3.0-7) unstable; urgency=low * Added -fPIC when compiling some .o in order to build on HPPA diff --git a/helm/DEVEL/lablgtkmathview/debian/control b/helm/DEVEL/lablgtkmathview/debian/control index eb2663ac1..858b2aed8 100644 --- a/helm/DEVEL/lablgtkmathview/debian/control +++ b/helm/DEVEL/lablgtkmathview/debian/control @@ -2,14 +2,13 @@ Source: lablgtkmathview Section: devel Priority: optional Maintainer: Stefano Zacchiroli -Build-Depends: debhelper (>> 3.0.0), ocaml (>= 3.04), ocaml (<< 3.05), ocaml-findlib, liblablgtk-ocaml-dev (>= 1.2.3), libgdome2-ocaml-dev (>= 0.0.3-4), libgtkmathview-dev (>= 0.3.0-2), libxml2-dev, libgdome2-dev, libgdome2-cpp-smart-dev, t1lib-dev (>= 1.3) +Build-Depends: debhelper (>> 4.0.0), ocaml-3.06, ocaml-findlib (>= 0.7.1), liblablgtk-ocaml-dev (>= 1.2.3), libgdome2-ocaml-dev (>= 0.0.3-4), libgtkmathview-dev (>= 0.3.0-2), libxml2-dev, libgdome2-dev, libgdome2-cpp-smart-dev, t1lib-dev (>= 1.3) Standards-Version: 3.5.6 Package: liblablgtkmathview-ocaml Architecture: any Section: libs -Depends: ocaml (>= 3.04), ocaml (<< 3.05), libgdome2-ocaml, ${shlibs:Depends} -Conflicts: lablgtkmathview (<< 0.3.0) +Depends: ocaml-base-3.06, libgdome2-ocaml, ${shlibs:Depends} Description: OCaml binding for libgtkmathview This is the Ocaml binding for the GtkMathView widget, that is currently available in the libgtkmathview0 package. @@ -19,10 +18,7 @@ Description: OCaml binding for libgtkmathview Package: liblablgtkmathview-ocaml-dev Architecture: any Section: devel -Depends: ocaml (>= 3.04), ocaml (<< 3.05), libgtkmathview0 (>= 0.3.0), liblablgtkmathview-ocaml (= ${Source-Version}) -Provides: lablgtkmathview -Conflicts: lablgtkmathview -Replaces: lablgtkmathview +Depends: ocaml-3.06, libgtkmathview0 (>= 0.3.0), liblablgtkmathview-ocaml (= ${Source-Version}), ocaml-findlib Description: OCaml binding for libgtkmathview These are the Ocaml bindings for the GtkMathView widget, that is currently available in the libgtkmathview0 package. diff --git a/helm/DEVEL/lablgtkmathview/debian/dirs b/helm/DEVEL/lablgtkmathview/debian/dirs deleted file mode 100644 index 00a96aed3..000000000 --- a/helm/DEVEL/lablgtkmathview/debian/dirs +++ /dev/null @@ -1 +0,0 @@ -usr/lib/ocaml diff --git a/helm/DEVEL/lablgtkmathview/debian/liblablgtkmathview-ocaml-dev.dirs b/helm/DEVEL/lablgtkmathview/debian/liblablgtkmathview-ocaml-dev.dirs index 00a96aed3..0a4cde7df 100644 --- a/helm/DEVEL/lablgtkmathview/debian/liblablgtkmathview-ocaml-dev.dirs +++ b/helm/DEVEL/lablgtkmathview/debian/liblablgtkmathview-ocaml-dev.dirs @@ -1 +1,2 @@ usr/lib/ocaml +usr/lib/ocaml/stublibs diff --git a/helm/DEVEL/lablgtkmathview/debian/liblablgtkmathview-ocaml.files b/helm/DEVEL/lablgtkmathview/debian/liblablgtkmathview-ocaml.files index 0ef18cba1..c72f751ce 100644 --- a/helm/DEVEL/lablgtkmathview/debian/liblablgtkmathview-ocaml.files +++ b/helm/DEVEL/lablgtkmathview/debian/liblablgtkmathview-ocaml.files @@ -1 +1,2 @@ usr/lib/ocaml/lablgtkmathview/*.so +usr/lib/ocaml/stublibs/* diff --git a/helm/DEVEL/lablgtkmathview/debian/rules b/helm/DEVEL/lablgtkmathview/debian/rules index f6e084d78..c73636002 100755 --- a/helm/DEVEL/lablgtkmathview/debian/rules +++ b/helm/DEVEL/lablgtkmathview/debian/rules @@ -6,7 +6,7 @@ #export DH_VERBOSE=1 # This is the debhelper compatability version to use. -export DH_COMPAT=3 +export DH_COMPAT=4 TARGETDIR = debian/liblablgtkmathview-ocaml-dev @@ -46,7 +46,7 @@ install: build # trick: redifine CAMLLIB so that findlibd doesn't try to modify the # official /var/lib/ocaml/ld.conf - CAMLLIB=$(CURDIR) $(MAKE) install PREFIX=$(TARGETDIR)/usr/lib/ocaml + $(MAKE) install PREFIX=$(TARGETDIR)/usr/lib/ocaml movefiles: install dh_movefiles -p liblablgtkmathview-ocaml --sourcedir=$(TARGETDIR) -- 2.39.2