From: Stefano Zacchiroli Date: Thu, 19 Jun 2003 14:30:24 +0000 (+0000) Subject: debian version 0.4.3 (maybe, not tested) X-Git-Tag: V7_3_new_exportation_merged~21 X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=commitdiff_plain;h=d59d2f93956bcbe4dd7bb3407e3c53de8b66c003 debian version 0.4.3 (maybe, not tested) --- diff --git a/helm/DEVEL/lablgtkmathview/debian/changelog b/helm/DEVEL/lablgtkmathview/debian/changelog index a035d44d1..560ca40ae 100644 --- a/helm/DEVEL/lablgtkmathview/debian/changelog +++ b/helm/DEVEL/lablgtkmathview/debian/changelog @@ -1,3 +1,22 @@ +lablgtkmathview (0.4.3-1) unstable; urgency=low + + * Rebuild against gtkmathview 0.4.3 + * debian/control + - bumped standards version to 3.5.10 + - bumped dependencies on gtkmathview to 0.4.3 + - bumped dependencies on gmetadom to 0.1.9 + - added ${misc:Depends} + - changed section of -dev package to "libdevel" + - better short description + - added built-dep to pkg-config + * debian/rules + - removed DH_COMPAT in favour of debian/compat + - comsetic changes + - removed useless binary-indep target + - removed dh_movefiles in favour of dh_install + + -- Stefano Zacchiroli Thu, 19 Jun 2003 14:52:54 +0200 + lablgtkmathview (0.4.1-1) unstable; urgency=low * Bugfix in some OCaml value allocations diff --git a/helm/DEVEL/lablgtkmathview/debian/compat b/helm/DEVEL/lablgtkmathview/debian/compat new file mode 100644 index 000000000..b8626c4cf --- /dev/null +++ b/helm/DEVEL/lablgtkmathview/debian/compat @@ -0,0 +1 @@ +4 diff --git a/helm/DEVEL/lablgtkmathview/debian/control b/helm/DEVEL/lablgtkmathview/debian/control index 3f47fc191..86b18e98b 100644 --- a/helm/DEVEL/lablgtkmathview/debian/control +++ b/helm/DEVEL/lablgtkmathview/debian/control @@ -2,14 +2,14 @@ Source: lablgtkmathview Section: devel Priority: optional Maintainer: Stefano Zacchiroli -Build-Depends: debhelper (>> 4.0.0), ocaml-3.06-1, ocaml-findlib, liblablgtk-ocaml-dev (>= 1.2.5), libgdome2-ocaml-dev (>= 0.1.6), libgtkmathview-dev (>= 0.4.1), libxml2-dev, libgdome2-dev (>= 0.7.4), libgdome2-cpp-smart-dev (>= 0.1.6), t1lib-dev (>= 1.3) -Standards-Version: 3.5.8 +Build-Depends: debhelper (>> 4.0.0), ocaml-3.06-1, ocaml-findlib, liblablgtk-ocaml-dev (>= 1.2.5), libgdome2-ocaml-dev (>= 0.1.9), libgtkmathview-dev (>= 0.4.3), libxml2-dev, libgdome2-dev (>= 0.7.4), libgdome2-cpp-smart-dev (>= 0.1.9), t1lib-dev (>= 1.3), pkg-config +Standards-Version: 3.5.10 Package: liblablgtkmathview-ocaml Architecture: any Section: libs -Depends: ocaml-base-3.06-1, liblablgtk-ocaml (>= 1.2.5), libgdome2-ocaml (>= 0.1.6), ${shlibs:Depends} -Description: OCaml binding for libgtkmathview +Depends: ocaml-base-3.06-1, liblablgtk-ocaml (>= 1.2.5), libgdome2-ocaml (>= 0.1.9), ${shlibs:Depends}, ${misc:Depends} +Description: OCaml bindings for libgtkmathview, a GTK widget to render MathML This is the Ocaml binding for the GtkMathView widget, that is currently available in the libgtkmathview0 package. . @@ -17,9 +17,9 @@ Description: OCaml binding for libgtkmathview Package: liblablgtkmathview-ocaml-dev Architecture: any -Section: devel -Depends: ocaml-3.06-1, liblablgtk-ocaml-dev (>= 1.2.5), libgtkmathview0 (>= 0.4.1), liblablgtkmathview-ocaml (= ${Source-Version}), ocaml-findlib, libgdome2-ocaml-dev (>= 0.1.6), t1lib-dev, libgtkmathview-dev (>= 0.4.1) -Description: OCaml binding for libgtkmathview +Section: libdevel +Depends: ocaml-3.06-1, liblablgtk-ocaml-dev (>= 1.2.5), libgtkmathview0 (>= 0.4.3), liblablgtkmathview-ocaml (= ${Source-Version}), ocaml-findlib, libgdome2-ocaml-dev (>= 0.1.9), t1lib-dev, libgtkmathview-dev (>= 0.4.3), ${misc:Depends} +Description: OCaml bindings for libgtkmathview, a GTK widget to render MathML These are the Ocaml bindings for the GtkMathView widget, that is currently available in the libgtkmathview0 package. . diff --git a/helm/DEVEL/lablgtkmathview/debian/liblablgtkmathview-ocaml.files b/helm/DEVEL/lablgtkmathview/debian/liblablgtkmathview-ocaml.files deleted file mode 100644 index cd2f92f95..000000000 --- a/helm/DEVEL/lablgtkmathview/debian/liblablgtkmathview-ocaml.files +++ /dev/null @@ -1,2 +0,0 @@ -usr/lib/ocaml/3.06/lablgtkmathview/*.so -usr/lib/ocaml/3.06/stublibs/* diff --git a/helm/DEVEL/lablgtkmathview/debian/liblablgtkmathview-ocaml.install b/helm/DEVEL/lablgtkmathview/debian/liblablgtkmathview-ocaml.install new file mode 100644 index 000000000..cd2f92f95 --- /dev/null +++ b/helm/DEVEL/lablgtkmathview/debian/liblablgtkmathview-ocaml.install @@ -0,0 +1,2 @@ +usr/lib/ocaml/3.06/lablgtkmathview/*.so +usr/lib/ocaml/3.06/stublibs/* diff --git a/helm/DEVEL/lablgtkmathview/debian/rules b/helm/DEVEL/lablgtkmathview/debian/rules index 2578e3efd..3057fad83 100755 --- a/helm/DEVEL/lablgtkmathview/debian/rules +++ b/helm/DEVEL/lablgtkmathview/debian/rules @@ -5,15 +5,11 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -# This is the debhelper compatability version to use. -export DH_COMPAT=4 - TARGETDIR = debian/liblablgtkmathview-ocaml-dev configure: configure-stamp configure-stamp: dh_testdir - # Add here commands to configure the package. ./configure touch configure-stamp @@ -22,7 +18,6 @@ build: configure-stamp build-stamp build-stamp: dh_testdir - # Add here commands to compile the package. $(MAKE) if [ -x /usr/bin/ocamlopt ]; then $(MAKE) opt; else true; fi @@ -33,7 +28,6 @@ clean: dh_testroot rm -f build-stamp configure-stamp - # Add here commands to clean up after the build process. -$(MAKE) distclean dh_clean @@ -44,18 +38,11 @@ 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 $(MAKE) install PREFIX=$(TARGETDIR)/usr/lib/ocaml/3.06 movefiles: install - dh_movefiles -p liblablgtkmathview-ocaml --sourcedir=$(TARGETDIR) - -# Build architecture-independent files here. -binary-indep: build movefiles -# We have nothing to do by default. + dh_install -p liblablgtkmathview-ocaml --sourcedir=$(TARGETDIR) -# Build architecture-dependent files here. binary-arch: build install dh_testdir dh_testroot @@ -63,12 +50,10 @@ binary-arch: build install dh_installexamples -s dh_installmanpages -s dh_installinfo -s -# dh_undocumented dh_installchangelogs -s ChangeLog dh_link -s dh_strip -s dh_compress -s -# dh_ocamlld -p liblablgtkmathview-ocaml /usr/lib/ocaml/lablgtkmathview dh_fixperms -s dh_installdeb -s dh_shlibdeps -s @@ -76,5 +61,5 @@ binary-arch: build install dh_md5sums -s dh_builddeb -s -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install configure +binary: binary-arch +.PHONY: build clean binary-arch binary install configure