[Pkg-ocaml-maint-commits] r1865 - trunk/packages/cduce/trunk/debian

Thomas Petazzoni tpetazzo-guest at costa.debian.org
Sun Oct 30 23:36:38 UTC 2005


Author: tpetazzo-guest
Date: 2005-10-30 23:36:37 +0000 (Sun, 30 Oct 2005)
New Revision: 1865

Modified:
   trunk/packages/cduce/trunk/debian/changelog
   trunk/packages/cduce/trunk/debian/control
   trunk/packages/cduce/trunk/debian/rules
Log:
Adaptation of Debian packaging for the new 0.4.0 version

Modified: trunk/packages/cduce/trunk/debian/changelog
===================================================================
--- trunk/packages/cduce/trunk/debian/changelog	2005-10-30 23:17:21 UTC (rev 1864)
+++ trunk/packages/cduce/trunk/debian/changelog	2005-10-30 23:36:37 UTC (rev 1865)
@@ -1,3 +1,15 @@
+cduce (0.4.0-1) unstable; urgency=low
+
+  * New upstream version 0.4.0. Changes since 0.3.92:
+   - Adapted to OCaml 3.09.
+   - To build the OCaml/CDuce interface, OCaml sources are now needed.
+
+  * Drop dependency against ocaml-compiler-libs, add dependency against
+    ocaml-source, and build the OCaml/CDuce interface using the compiler
+    sources.
+
+ -- Thomas Petazzoni <thomas.petazzoni at enix.org>  Mon, 31 Oct 2005 01:20:25 +0100
+
 cduce (0.3.92-1) unstable; urgency=low
 
   * New upstream version 0.3.92. Changes since 0.3.91:

Modified: trunk/packages/cduce/trunk/debian/control
===================================================================
--- trunk/packages/cduce/trunk/debian/control	2005-10-30 23:17:21 UTC (rev 1864)
+++ trunk/packages/cduce/trunk/debian/control	2005-10-30 23:36:37 UTC (rev 1865)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Thomas Petazzoni <thomas.petazzoni at enix.org>
 Uploaders: Stefano Zacchiroli <zack at debian.org>
-Build-Depends: debhelper (>= 4.0.0), ocaml-nox-3.08.3, ocaml-compiler-libs-3.08.3, libpcre-ocaml-dev (>= 5.10.0), libocamlnet-ocaml-dev (>= 1.1-4), libexpat-ocaml-dev, libcurl-ocaml-dev (>= 0.2.1-3), ocaml-ulex, dpatch, chrpath
+Build-Depends: debhelper (>= 4.0.0), ocaml-nox-3.08.3, ocaml-source (>= 3.08.3), libpcre-ocaml-dev (>= 5.10.0), libocamlnet-ocaml-dev (>= 1.1-4), libexpat-ocaml-dev, libcurl-ocaml-dev (>= 0.2.1-3), ocaml-ulex, dpatch, chrpath
 Standards-Version: 3.6.2
 
 Package: cduce

Modified: trunk/packages/cduce/trunk/debian/rules
===================================================================
--- trunk/packages/cduce/trunk/debian/rules	2005-10-30 23:17:21 UTC (rev 1864)
+++ trunk/packages/cduce/trunk/debian/rules	2005-10-30 23:36:37 UTC (rev 1865)
@@ -19,8 +19,9 @@
 
 configure-stamp: configure
 	dh_testdir
+	cd debian && tar xjf /usr/src/ocaml-source-3.08.3.tar.bz2 && cd ..
 	./configure --prefix=/usr					\
-                    --mliface=/usr/lib/ocaml/3.08/compiler-libs/	\
+                    --mliface=debian/ocaml-3.08.3			\
                     --with-curl						\
 		    --without-netclient					\
                     --with-expat					\
@@ -42,6 +43,7 @@
 	-$(MAKE) $(MAKE_OPTS) clean
 	-$(RM) Makefile.conf
 	-$(RM) -f configure-stamp
+	-$(RM) -rf debian/ocaml-3.08.3/
 	dh_clean 
 
 install:




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