[Pkg-ocaml-maint-commits] r2493 - trunk/packages/ocamlweb/trunk/debian

Julien Cristau jcristau-guest at costa.debian.org
Thu Jan 12 16:11:27 UTC 2006


Author: jcristau-guest
Date: 2006-01-12 16:11:26 +0000 (Thu, 12 Jan 2006)
New Revision: 2493

Modified:
   trunk/packages/ocamlweb/trunk/debian/changelog
   trunk/packages/ocamlweb/trunk/debian/control
   trunk/packages/ocamlweb/trunk/debian/rules
Log:
Generate ocaml-base-nox dependency at build time, to make transitions and
backporting easier.


Modified: trunk/packages/ocamlweb/trunk/debian/changelog
===================================================================
--- trunk/packages/ocamlweb/trunk/debian/changelog	2006-01-12 14:33:59 UTC (rev 2492)
+++ trunk/packages/ocamlweb/trunk/debian/changelog	2006-01-12 16:11:26 UTC (rev 2493)
@@ -1,3 +1,11 @@
+ocamlweb (1.37-2) unstable; urgency=low
+
+  * Generate ocaml-base-nox dependency at build time, to make transitions and
+    backporting easier.
+  * Rebuild with ocaml 3.09.1.
+
+ -- Julien Cristau <julien.cristau at ens-lyon.org>  Thu, 12 Jan 2006 17:01:52 +0100
+
 ocamlweb (1.37-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/packages/ocamlweb/trunk/debian/control
===================================================================
--- trunk/packages/ocamlweb/trunk/debian/control	2006-01-12 14:33:59 UTC (rev 2492)
+++ trunk/packages/ocamlweb/trunk/debian/control	2006-01-12 16:11:26 UTC (rev 2493)
@@ -4,11 +4,11 @@
 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>
 Standards-Version: 3.6.2
-Build-Depends-Indep: debhelper (>= 4.0), ocaml-nox-3.09.0, dpatch
+Build-Depends-Indep: debhelper (>= 4.0), ocaml-nox, dpatch
 
 Package: ocamlweb
 Architecture: all
-Depends: tetex-base, tetex-bin, tetex-extra, ocaml-base-nox-3.09.0
+Depends: tetex-base, tetex-bin, tetex-extra, ocaml-base-nox-${OCamlABI}
 Suggests: hevea
 Enhances: ocaml
 Description: Literate programming tool for Objective Caml

Modified: trunk/packages/ocamlweb/trunk/debian/rules
===================================================================
--- trunk/packages/ocamlweb/trunk/debian/rules	2006-01-12 14:33:59 UTC (rev 2492)
+++ trunk/packages/ocamlweb/trunk/debian/rules	2006-01-12 16:11:26 UTC (rev 2493)
@@ -5,6 +5,8 @@
 
 include /usr/share/dpatch/dpatch.make
 
+OCAMLABI = $(shell ocamlc -version)
+
 configure: Makefile
 Makefile: patch
 	dh_testdir
@@ -43,7 +45,7 @@
 	dh_fixperms
 	dh_installdeb
 	dh_shlibdeps
-	dh_gencontrol
+	dh_gencontrol -- -VOCamlABI=$(OCAMLABI)
 	dh_md5sums
 	dh_builddeb
 




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