[Pkg-ocaml-maint-commits] r6162 - in /trunk/packages/ocamlweb/trunk/debian: changelog control
treinen at users.alioth.debian.org
treinen at users.alioth.debian.org
Sat Feb 14 13:11:52 UTC 2009
Author: treinen
Date: Sat Feb 14 13:11:52 2009
New Revision: 6162
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=6162
Log:
add dep on ${misc:Depends} so that dh_installtex can fill in tex-common.
Modified:
trunk/packages/ocamlweb/trunk/debian/changelog
trunk/packages/ocamlweb/trunk/debian/control
Modified: trunk/packages/ocamlweb/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlweb/trunk/debian/changelog?rev=6162&op=diff
==============================================================================
--- trunk/packages/ocamlweb/trunk/debian/changelog (original)
+++ trunk/packages/ocamlweb/trunk/debian/changelog Sat Feb 14 13:11:52 2009
@@ -1,3 +1,9 @@
+ocamlweb (1.37-10) UNRELEASED; urgency=low
+
+ * Depends: add ${misc:Depends} (closes: Bug#515178).
+
+ -- Ralf Treinen <treinen at debian.org> Sat, 14 Feb 2009 14:08:08 +0100
+
ocamlweb (1.37-9) unstable; urgency=low
* Inverse order of alternative dependencies texlive-latex-extra |
Modified: trunk/packages/ocamlweb/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlweb/trunk/debian/control?rev=6162&op=diff
==============================================================================
--- trunk/packages/ocamlweb/trunk/debian/control (original)
+++ trunk/packages/ocamlweb/trunk/debian/control Sat Feb 14 13:11:52 2009
@@ -12,7 +12,7 @@
Package: ocamlweb
Architecture: all
-Depends: ocaml-base-nox-${F:OCamlABI}
+Depends: ocaml-base-nox-${F:OCamlABI}, ${misc:Depends}
Recommends: texlive-latex-extra | tetex-extra
Suggests: hevea
Enhances: ocaml
More information about the Pkg-ocaml-maint-commits
mailing list