[Pkg-ocaml-maint-commits] r3195 - in
/trunk/packages/advi/trunk/debian: changelog control
treinen at users.alioth.debian.org
treinen at users.alioth.debian.org
Sun Oct 1 18:38:19 UTC 2006
Author: treinen
Date: Sun Oct 1 18:38:18 2006
New Revision: 3195
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=3195
Log:
try to allow for advi to work with texlive instead of tetex
Modified:
trunk/packages/advi/trunk/debian/changelog
trunk/packages/advi/trunk/debian/control
Modified: trunk/packages/advi/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/advi/trunk/debian/changelog?rev=3195&op=diff
==============================================================================
--- trunk/packages/advi/trunk/debian/changelog (original)
+++ trunk/packages/advi/trunk/debian/changelog Sun Oct 1 18:38:18 2006
@@ -1,9 +1,14 @@
advi (1.6.0-11) UNRELEASED; urgency=low
-
+
+ [Julien Cristau]
* Remove obsolete debian/TODO and debian/doc-base.old.
* Update watch file to match advi-*.tgz in addition to advi-*.tar.gz.
-
- -- Julien Cristau <julien.cristau at ens-lyon.org> Sun, 23 Jul 2006 11:08:30 +0200
+
+ [Ralf Treinen]
+ * Weaken dependencies to allow for texlive instead of tetex
+ (closes: Bug#388435).
+
+ -- Ralf Treinen <treinen at debian.org> Sun, 1 Oct 2006 19:36:30 +0200
advi (1.6.0-10) unstable; urgency=low
Modified: trunk/packages/advi/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/advi/trunk/debian/control?rev=3195&op=diff
==============================================================================
--- trunk/packages/advi/trunk/debian/control (original)
+++ trunk/packages/advi/trunk/debian/control Sun Oct 1 18:38:18 2006
@@ -9,7 +9,7 @@
Package: advi
Architecture: any
-Depends: ${shlibs:Depends}, tetex-bin, gs
+Depends: ${shlibs:Depends}, tetex-bin | texlive-base-bin, tetex-base| texlive-base, gs
Suggests: ttf-kochi-gothic, ttf-kochi-mincho, bzip2
Replaces: mldvi, activedvi
Description: an active DVI previewer and presenter
@@ -27,7 +27,7 @@
Package: advi-examples
Architecture: all
-Depends: tetex-bin, gs, advi, imagemagick
+Depends: tetex-bin | texlive-latex-base, gs, advi, imagemagick
Conflicts: advi (<< 1.6.0-4)
Suggests: ttf-kochi-gothic, ttf-kochi-mincho, ocaml-base-nox, mpg321, tk8.4, xbase-clients, xterm
Description: example presentations for Active-DVI (advi)
More information about the Pkg-ocaml-maint-commits
mailing list