[Pkg-ocaml-maint-commits] r6005 - in /trunk/packages/ocamlweb/trunk/debian: changelog control ocamlweb.postinst ocamlweb.postrm patches/01manpage-doc.dpatch rules

treinen at users.alioth.debian.org treinen at users.alioth.debian.org
Tue Oct 7 19:13:04 UTC 2008


Author: treinen
Date: Tue Oct  7 19:13:04 2008
New Revision: 6005

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=6005
Log:
fix tex dependency, use dh_installtex

Removed:
    trunk/packages/ocamlweb/trunk/debian/ocamlweb.postinst
    trunk/packages/ocamlweb/trunk/debian/ocamlweb.postrm
Modified:
    trunk/packages/ocamlweb/trunk/debian/changelog
    trunk/packages/ocamlweb/trunk/debian/control
    trunk/packages/ocamlweb/trunk/debian/patches/01manpage-doc.dpatch
    trunk/packages/ocamlweb/trunk/debian/rules

Modified: trunk/packages/ocamlweb/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlweb/trunk/debian/changelog?rev=6005&op=diff
==============================================================================
--- trunk/packages/ocamlweb/trunk/debian/changelog (original)
+++ trunk/packages/ocamlweb/trunk/debian/changelog Tue Oct  7 19:13:04 2008
@@ -1,3 +1,14 @@
+ocamlweb (1.37-9) unstable; urgency=low
+
+  * Inverse order of alternative dependencies texlive-latex-extra |
+    tetex-extra, downgrade to Recommends (closes: Bug#499326, Bug#500961).
+  * Standards-Version 3.8.0 (no change).
+  * Document patch 01manpage-doc.
+  * Use dh_installtex instead of hand-rolled post{inst,rm}, add
+    build-dependency tex-common for that.
+
+ -- Ralf Treinen <treinen at debian.org>  Tue, 07 Oct 2008 21:02:24 +0200
+
 ocamlweb (1.37-8) unstable; urgency=low
 
   * doc-base file:

Modified: trunk/packages/ocamlweb/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlweb/trunk/debian/control?rev=6005&op=diff
==============================================================================
--- trunk/packages/ocamlweb/trunk/debian/control (original)
+++ trunk/packages/ocamlweb/trunk/debian/control Tue Oct  7 19:13:04 2008
@@ -3,16 +3,17 @@
 Priority: optional
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders: Ralf Treinen <treinen at debian.org>, Remi Vanicat <vanicat at debian.org>, Stefano Zacchiroli <zack at debian.org>, Samuel Mimram <smimram at debian.org>, Julien Cristau <julien.cristau at ens-lyon.org>, Sylvain Le Gall <gildor at debian.org>
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 Build-Depends-Indep: ocaml-nox (>= 3.07)
-Build-Depends: debhelper (>= 4.0), dpatch
+Build-Depends: debhelper (>= 4.0), dpatch, tex-common
 Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/ocamlweb/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlweb/trunk/
 Homepage: http://www.lri.fr/~filliatr/ocamlweb/index.en.html
 
 Package: ocamlweb
 Architecture: all
-Depends: tetex-extra | texlive-latex-extra, ocaml-base-nox-${F:OCamlABI}
+Depends: ocaml-base-nox-${F:OCamlABI}	
+Recommends: texlive-latex-extra | tetex-extra 
 Suggests: hevea
 Enhances: ocaml
 Description: Literate programming tool for Objective Caml

Modified: trunk/packages/ocamlweb/trunk/debian/patches/01manpage-doc.dpatch
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlweb/trunk/debian/patches/01manpage-doc.dpatch?rev=6005&op=diff
==============================================================================
--- trunk/packages/ocamlweb/trunk/debian/patches/01manpage-doc.dpatch (original)
+++ trunk/packages/ocamlweb/trunk/debian/patches/01manpage-doc.dpatch Tue Oct  7 19:13:04 2008
@@ -2,7 +2,7 @@
 ## 01manpage-doc.dpatch by Ralf Treinen <treinen at debian.org>
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: Add to the man page pointer to the complete documentation in html.
 
 @DPATCH@
 diff -urNad trunk~/doc/ocamlweb.1 trunk/doc/ocamlweb.1

Modified: trunk/packages/ocamlweb/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlweb/trunk/debian/rules?rev=6005&op=diff
==============================================================================
--- trunk/packages/ocamlweb/trunk/debian/rules (original)
+++ trunk/packages/ocamlweb/trunk/debian/rules Tue Oct  7 19:13:04 2008
@@ -41,6 +41,7 @@
 	dh_testroot
 	dh_installdocs
 	dh_installchangelogs CHANGES
+	dh_installtex
 	dh_compress
 	dh_fixperms
 	dh_installdeb




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