[Pkg-ocaml-maint-commits] r1229 - in trunk/packages/cduce/trunk: . debian debian/patches

Thomas Petazzoni tpetazzo-guest@costa.debian.org
Sat, 09 Apr 2005 16:05:40 +0000


Author: tpetazzo-guest
Date: 2005-04-09 16:05:37 +0000 (Sat, 09 Apr 2005)
New Revision: 1229

Added:
   trunk/packages/cduce/trunk/cduce_0.3.2.orig.tar.gz
Removed:
   trunk/packages/cduce/trunk/cduce_0.3.1.orig.tar.gz
   trunk/packages/cduce/trunk/debian/patches/configure.dpatch
Modified:
   trunk/packages/cduce/trunk/debian/cduce.dirs
   trunk/packages/cduce/trunk/debian/changelog
   trunk/packages/cduce/trunk/debian/control
   trunk/packages/cduce/trunk/debian/patches/00list
   trunk/packages/cduce/trunk/debian/rules
Log:
Update to CDuce 0.3.2, use Curl instead of Netclient.

Deleted: trunk/packages/cduce/trunk/cduce_0.3.1.orig.tar.gz
===================================================================
(Binary files differ)

Added: trunk/packages/cduce/trunk/cduce_0.3.2.orig.tar.gz
===================================================================
(Binary files differ)


Property changes on: trunk/packages/cduce/trunk/cduce_0.3.2.orig.tar.gz
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: trunk/packages/cduce/trunk/debian/cduce.dirs
===================================================================
--- trunk/packages/cduce/trunk/debian/cduce.dirs	2005-04-09 11:32:00 UTC (rev 1228)
+++ trunk/packages/cduce/trunk/debian/cduce.dirs	2005-04-09 16:05:37 UTC (rev 1229)
@@ -1,3 +1,3 @@
-usr/lib/ocaml/3.08
+usr/lib/ocaml/3.08.3
 usr/bin
 usr/share/doc/man

Modified: trunk/packages/cduce/trunk/debian/changelog
===================================================================
--- trunk/packages/cduce/trunk/debian/changelog	2005-04-09 11:32:00 UTC (rev 1228)
+++ trunk/packages/cduce/trunk/debian/changelog	2005-04-09 16:05:37 UTC (rev 1229)
@@ -1,3 +1,18 @@
+cduce (0.3.2-1) unstable; urgency=low
+
+  * New upstream version 0.3.2
+  * Use Curl instead of Netclient
+  * PXP is still used. Expat has been tested, but cduce_validate doesn't
+    compile with it. The issue has been reported upstream.
+
+ -- Thomas Petazzoni <thomas.petazzoni@enix.org>  Sat,  9 Apr 2005 16:09:33 +0200
+
+cduce (0.3.1-2) unstable; urgency=low
+
+  * Update to Ocaml 3.08.3
+
+ -- Thomas Petazzoni <thomas.petazzoni@enix.org>  Fri,  8 Apr 2005 22:15:13 +0200
+
 cduce (0.3.1-1) unstable; urgency=low
 
   * New upstream version 0.3.1

Modified: trunk/packages/cduce/trunk/debian/control
===================================================================
--- trunk/packages/cduce/trunk/debian/control	2005-04-09 11:32:00 UTC (rev 1228)
+++ trunk/packages/cduce/trunk/debian/control	2005-04-09 16:05:37 UTC (rev 1229)
@@ -2,7 +2,7 @@
 Section: interpreters
 Priority: optional
 Maintainer: Thomas Petazzoni <thomas.petazzoni@enix.org>
-Build-Depends: debhelper (>= 4.0.0), ocaml-nox-3.08, libwlexing-ocaml-dev, libpcre-ocaml-dev, libocamlnet-ocaml-dev, libpxp-ocaml-dev, libnetclient-ocaml-dev, ocaml-compiler-libs
+Build-Depends: debhelper (>= 4.0.0), ocaml-nox-3.08.3, libpcre-ocaml-dev, libocamlnet-ocaml-dev, libpxp-ocaml-dev, libcurl-ocaml-dev, ocaml-compiler-libs, dpatch (>= 1.19)
 Standards-Version: 3.6.1
 
 Package: cduce

Modified: trunk/packages/cduce/trunk/debian/patches/00list
===================================================================
--- trunk/packages/cduce/trunk/debian/patches/00list	2005-04-09 11:32:00 UTC (rev 1228)
+++ trunk/packages/cduce/trunk/debian/patches/00list	2005-04-09 16:05:37 UTC (rev 1229)
@@ -1 +0,0 @@
-configure

Deleted: trunk/packages/cduce/trunk/debian/patches/configure.dpatch
===================================================================
--- trunk/packages/cduce/trunk/debian/patches/configure.dpatch	2005-04-09 11:32:00 UTC (rev 1228)
+++ trunk/packages/cduce/trunk/debian/patches/configure.dpatch	2005-04-09 16:05:37 UTC (rev 1229)
@@ -1,19 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## configure.dpatch by  <thomas@crazy.kos.nx>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
-
-@DPATCH@
-diff -urNad cduce-0.3.1/configure.ml /tmp/dpep.Xn0XjW/cduce-0.3.1/configure.ml
---- cduce-0.3.1/configure.ml	2005-03-21 14:17:43.000000000 +0100
-+++ /tmp/dpep.Xn0XjW/cduce-0.3.1/configure.ml	2005-03-21 21:29:24.964796294 +0100
-@@ -250,7 +250,7 @@
-   List.iter need_pkg required_packages;
-   if pxp then (
-     need_pkg "pxp-engine";
--    need_pkg "pxp-iso88591";
-+    need_pkg "pxp-lex-iso88591";
-     if not pxp_wlex then need_pkg "pxp-lex-utf8";
-   );
- 

Modified: trunk/packages/cduce/trunk/debian/rules
===================================================================
--- trunk/packages/cduce/trunk/debian/rules	2005-04-09 11:32:00 UTC (rev 1228)
+++ trunk/packages/cduce/trunk/debian/rules	2005-04-09 16:05:37 UTC (rev 1229)
@@ -30,7 +30,7 @@
 
 configure-stamp: configure
 	dh_testdir
-	./configure --prefix=/usr --with-pxp_wlex --with-netclient  --mliface=/usr/lib/ocaml/3.08/compiler-libs/
+	./configure --prefix=/usr --mliface=/usr/lib/ocaml/3.08/compiler-libs/ --with-curl --with-pxp
 	touch configure-stamp
 
 build: build-stamp