[Pkg-ocaml-maint-commits] r3606 - in /trunk/packages/hevea/trunk/debian: changelog control postinst postrm rules

treinen at users.alioth.debian.org treinen at users.alioth.debian.org
Wed Mar 14 23:26:14 CET 2007


Author: treinen
Date: Wed Mar 14 22:26:14 2007
New Revision: 3606

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=3606
Log:
use dh_installtex for hevea

Removed:
    trunk/packages/hevea/trunk/debian/postinst
    trunk/packages/hevea/trunk/debian/postrm
Modified:
    trunk/packages/hevea/trunk/debian/changelog
    trunk/packages/hevea/trunk/debian/control
    trunk/packages/hevea/trunk/debian/rules

Modified: trunk/packages/hevea/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/hevea/trunk/debian/changelog?rev=3606&op=diff
==============================================================================
--- trunk/packages/hevea/trunk/debian/changelog (original)
+++ trunk/packages/hevea/trunk/debian/changelog Wed Mar 14 22:26:14 2007
@@ -1,3 +1,10 @@
+hevea (1.09-4) UNRELEASED; urgency=low
+
+  * Use dh_installtex instead of hand-rolled post{inst,rm}. Build-depends
+    on tex-common.
+
+ -- Ralf Treinen <treinen at debian.org>  Sat,  6 Jan 2007 12:17:07 +0100
+
 hevea (1.09-3) unstable; urgency=low
 
   * Fixed typos in debian/NEWS.

Modified: trunk/packages/hevea/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/hevea/trunk/debian/control?rev=3606&op=diff
==============================================================================
--- trunk/packages/hevea/trunk/debian/control (original)
+++ trunk/packages/hevea/trunk/debian/control Wed Mar 14 22:26:14 2007
@@ -4,14 +4,14 @@
 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>
 Build-Depends-Indep:  ocaml-nox (>= 3.07), 
-Build-Depends: debhelper (>= 4.0), dpatch
+Build-Depends: debhelper (>= 4.0), dpatch, tex-common
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/hevea
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/hevea/trunk/
 
 Package: hevea
 Architecture: all
-Depends: gs, netpbm(>=2:9.10-1), tetex-bin | texlive-base, ocaml-base-nox-${F:OCamlABI}
+Depends: gs, netpbm(>=2:9.10-1), tetex-bin | texlive-base, ocaml-base-nox-${F:OCamlABI}, ${misc:Depends}
 Suggests: hevea-doc 
 Description: translates from LaTeX to HTML, info, or text
  Its remarkable features are

Modified: trunk/packages/hevea/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/hevea/trunk/debian/rules?rev=3606&op=diff
==============================================================================
--- trunk/packages/hevea/trunk/debian/rules (original)
+++ trunk/packages/hevea/trunk/debian/rules Wed Mar 14 22:26:14 2007
@@ -43,6 +43,7 @@
 	dh_installman debian/manpages/*
 	dh_installexamples debian/examples/*
 	dh_installchangelogs CHANGES
+	dh_installtex
 	dh_link
 	dh_compress
 	dh_fixperms




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