+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 <zack@debian.org> Thu, 19 Jun 2003 14:52:54 +0200
+
lablgtkmathview (0.4.1-1) unstable; urgency=low
* Bugfix in some OCaml value allocations
Section: devel
Priority: optional
Maintainer: Stefano Zacchiroli <zack@debian.org>
-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.
.
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.
.
# 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
build-stamp:
dh_testdir
- # Add here commands to compile the package.
$(MAKE)
if [ -x /usr/bin/ocamlopt ]; then $(MAKE) opt; else true; fi
dh_testroot
rm -f build-stamp configure-stamp
- # Add here commands to clean up after the build process.
-$(MAKE) distclean
dh_clean
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
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
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