]> matita.cs.unibo.it Git - helm.git/commitdiff
debian version "-8"
authorStefano Zacchiroli <zack@upsilon.cc>
Wed, 28 Aug 2002 13:41:26 +0000 (13:41 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Wed, 28 Aug 2002 13:41:26 +0000 (13:41 +0000)
helm/DEVEL/lablgtkmathview/debian/changelog
helm/DEVEL/lablgtkmathview/debian/control
helm/DEVEL/lablgtkmathview/debian/dirs [deleted file]
helm/DEVEL/lablgtkmathview/debian/liblablgtkmathview-ocaml-dev.dirs
helm/DEVEL/lablgtkmathview/debian/liblablgtkmathview-ocaml.files
helm/DEVEL/lablgtkmathview/debian/rules

index 36387613b2446ef60812e5f998305c43df07ab6b..f4d74ef308b08d244a925551aabbc3f5686fa9ee 100644 (file)
@@ -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 <zack@debian.org>  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
index eb2663ac1c2e3d89bb6f83745e180c63a2ccb9d1..858b2aed899a1aa13527a1616af1e91f1bb0c51b 100644 (file)
@@ -2,14 +2,13 @@ Source: lablgtkmathview
 Section: devel
 Priority: optional
 Maintainer: Stefano Zacchiroli <zack@debian.org>
-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 (file)
index 00a96ae..0000000
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/ocaml
index 0ef18cba11f126a4df2aadb9e874bdcfe0fee6e9..c72f751ceb90a1236f867e60e46a874c42585a87 100644 (file)
@@ -1 +1,2 @@
 usr/lib/ocaml/lablgtkmathview/*.so
+usr/lib/ocaml/stublibs/*
index f6e084d780098d7a5b695a9bd1665b3ffe875f7a..c73636002cbae24ef49b1da6ab826e24736cbfff 100755 (executable)
@@ -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)