[Pkg-ocaml-maint-commits] r2696 - in /trunk/packages/ocamlweb/trunk/debian: changelog control control.in rules

treinen at users.alioth.debian.org treinen at users.alioth.debian.org
Tue May 16 18:35:54 UTC 2006


Author: treinen
Date: Tue May 16 18:35:53 2006
New Revision: 2696

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=2696
Log:
ocamlweb 1.37-3

Added:
    trunk/packages/ocamlweb/trunk/debian/control.in
Modified:
    trunk/packages/ocamlweb/trunk/debian/changelog
    trunk/packages/ocamlweb/trunk/debian/control
    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=2696&op=diff
==============================================================================
--- trunk/packages/ocamlweb/trunk/debian/changelog (original)
+++ trunk/packages/ocamlweb/trunk/debian/changelog Tue May 16 18:35:53 2006
@@ -1,3 +1,12 @@
+ocamlweb (1.37-3) unstable; urgency=low
+
+  * Standards-Version 3.7.2 (no change)
+  * Automate calculation of build-dependency on ocaml
+  * Rebuild with ocaml 3.09.2
+  * Turn build-depends-indep on debhelper, dpatch into build-depends
+
+ -- Ralf Treinen <treinen at debian.org>  Tue, 16 May 2006 20:32:52 +0200
+
 ocamlweb (1.37-2) unstable; urgency=low
 
   * Generate ocaml-base-nox dependency at build time, to make transitions and

Modified: trunk/packages/ocamlweb/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlweb/trunk/debian/control?rev=2696&op=diff
==============================================================================
--- trunk/packages/ocamlweb/trunk/debian/control (original)
+++ trunk/packages/ocamlweb/trunk/debian/control Tue May 16 18:35:53 2006
@@ -3,8 +3,9 @@
 Priority: optional
 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>, Julien Cristau <julien.cristau at ens-lyon.org>
-Standards-Version: 3.6.2
-Build-Depends-Indep: debhelper (>= 4.0), ocaml-nox, dpatch
+Standards-Version: 3.7.2
+Build-Depends-Indep: ocaml-nox-3.09.2
+Build-Depends: debhelper (>= 4.0), dpatch
 
 Package: ocamlweb
 Architecture: all

Added: trunk/packages/ocamlweb/trunk/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlweb/trunk/debian/control.in?rev=2696&op=file
==============================================================================
--- trunk/packages/ocamlweb/trunk/debian/control.in (added)
+++ trunk/packages/ocamlweb/trunk/debian/control.in Tue May 16 18:35:53 2006
@@ -1,0 +1,24 @@
+Source: ocamlweb
+Section: devel
+Priority: optional
+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>, Julien Cristau <julien.cristau at ens-lyon.org>
+Standards-Version: 3.7.2
+Build-Depends-Indep: ocaml-nox-#OcamlABI#
+Build-Depends: debhelper (>= 4.0), dpatch
+
+Package: ocamlweb
+Architecture: all
+Depends: tetex-base, tetex-bin, tetex-extra, ocaml-base-nox-${OCamlABI}
+Suggests: hevea
+Enhances: ocaml
+Description: Literate programming tool for Objective Caml
+ Literate programming, as defined by Knuth, means to combine program
+ code and documentation into one source document from which program
+ code and documentation can be extracted. The approach of ocamlweb is
+ that documentation is to be included in the program code as special
+ comments. The ocamlweb tool extracts from this the documented program
+ code as LaTeX document, while no special preprocessing is required to
+ compile the source files.
+ . 
+ See also http://www.lri.fr/~filliatr/ocamlweb/index.en.html.

Modified: trunk/packages/ocamlweb/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlweb/trunk/debian/rules?rev=2696&op=diff
==============================================================================
--- trunk/packages/ocamlweb/trunk/debian/rules (original)
+++ trunk/packages/ocamlweb/trunk/debian/rules Tue May 16 18:35:53 2006
@@ -6,6 +6,11 @@
 include /usr/share/dpatch/dpatch.make
 
 OCAMLABI = $(shell ocamlc -version)
+
+# for package maintainers only - target not used in build process!
+OCAMLABI := $(shell ocamlc -version)
+debian/control:
+	sed -e 's%#OcamlABI#%$(OCAMLABI)%' $@.in >$@
 
 configure: Makefile
 Makefile: patch
@@ -50,5 +55,5 @@
 	dh_builddeb
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure patch unpatch
+.PHONY: build clean binary-indep binary-arch binary install configure patch unpatch debian/control
 




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