[Pkg-ocaml-maint-commits] r3023 - in /trunk/packages/bibtex2html/trunk/debian: changelog control

treinen at users.alioth.debian.org treinen at users.alioth.debian.org
Tue Aug 22 09:37:34 UTC 2006


Author: treinen
Date: Tue Aug 22 09:37:31 2006
New Revision: 3023

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=3023
Log:
started to work on accomodating texlive with bibtex2html
(still needs working on the build-dependency)

Modified:
    trunk/packages/bibtex2html/trunk/debian/changelog
    trunk/packages/bibtex2html/trunk/debian/control

Modified: trunk/packages/bibtex2html/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/bibtex2html/trunk/debian/changelog?rev=3023&op=diff
==============================================================================
--- trunk/packages/bibtex2html/trunk/debian/changelog (original)
+++ trunk/packages/bibtex2html/trunk/debian/changelog Tue Aug 22 09:37:31 2006
@@ -1,3 +1,9 @@
+bibtex2html (1.82-2) unstable; urgency=low
+
+  * Depend on "tetex-extra ¦ texlive-base" (closes: Bug#381467)
+
+ -- Ralf Treinen <treinen at debian.org>  Tue, 22 Aug 2006 11:27:04 +0200
+
 bibtex2html (1.82-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/packages/bibtex2html/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/bibtex2html/trunk/debian/control?rev=3023&op=diff
==============================================================================
--- trunk/packages/bibtex2html/trunk/debian/control (original)
+++ trunk/packages/bibtex2html/trunk/debian/control Tue Aug 22 09:37:31 2006
@@ -4,12 +4,12 @@
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders: Ralf Treinen <treinen at debian.org>, Sven Luther <luther at debian.org>, Remi Vanicat <vanicat at debian.org>, Stefano Zacchiroli <zack at debian.org>, Samuel Mimram <smimram at debian.org>, Sylvain Le Gall <gildor at debian.org>
 Standards-Version: 3.7.2
-Build-Depends-Indep: ocaml-nox (>= 3.07), tetex-extra, hevea
+Build-Depends-Indep: ocaml-nox (>= 3.07), tetex-extra | texlive-latex-base, hevea
 Build-Depends: debhelper (>= 4.0), dpatch
 
 Package: bibtex2html
 Architecture: all
-Depends: ocaml-base-nox-${F:OCamlABI}, perl, tetex-base, tetex-bin, tetex-extra
+Depends: ocaml-base-nox-${F:OCamlABI}, perl, tetex-extra | texlive-base
 Suggests: hlins
 Description: filters BibTeX files and translates them to HTML
  Collection of tools for filtering BibTeX data bases and for producing




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