[Pkg-ocaml-maint-commits] [SCM] bibtex2html packaging branch, master, updated. debian/1.95-1-27-g50935dd

Ralf Treinen treinen at free.fr
Fri Oct 1 06:51:19 UTC 2010


The following commit has been merged in the master branch:
commit 877b9af2dd2252f9e84c11b0daefb28430128c11
Author: Ralf Treinen <treinen at free.fr>
Date:   Sat Apr 3 14:24:04 2010 +0200

    use substvars provided by dh_ocaml

diff --git a/debian/changelog b/debian/changelog
index 4afb905..eab81a9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ bibtex2html (1.95-1) unstable; urgency=low
   * New patch clean-targets: remove more generated files on "make clean"
   * New patch sanitise-makefile: specify shell, rename dist-clean to distclean
   * Add bash to build-depends since it is needed by upstream Makefile
+  * Generate dependencies from ${ocaml:Depends} and ${perl:Depends}
 
  -- Ralf Treinen <treinen at debian.org>  Sat, 03 Apr 2010 12:19:26 +0200
 
diff --git a/debian/control b/debian/control
index 88d8804..198cad0 100644
--- a/debian/control
+++ b/debian/control
@@ -10,14 +10,14 @@ Uploaders:
  Sylvain Le Gall <gildor at debian.org>
 Standards-Version: 3.8.4
 Build-Depends-Indep: ocaml-nox (>= 3.07), hevea
-Build-Depends: debhelper (>= 7.0), dh-ocaml
+Build-Depends: debhelper (>= 7.0.50~), dh-ocaml
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/bibtex2html.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/bibtex2html.git
 Homepage: http://www.lri.fr/~filliatr/bibtex2html/index.en.html
 
 Package: bibtex2html
 Architecture: all
-Depends: ocaml-base-nox-${F:OCamlABI}, perl, texlive-base, ${misc:Depends}
+Depends: ${ocaml:Depends}, ${perl:Depends}, texlive-base, ${misc:Depends}
 Suggests: hlins
 Description: filters BibTeX files and translates them to HTML
  Collection of tools for filtering BibTeX data bases and for producing

-- 
bibtex2html packaging



More information about the Pkg-ocaml-maint-commits mailing list