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

Stefano Zacchiroli zack@costa.debian.org
Tue, 12 Apr 2005 10:14:01 +0000


Author: zack
Date: 2005-04-12 10:14:01 +0000 (Tue, 12 Apr 2005)
New Revision: 1253

Modified:
   trunk/packages/cduce/trunk/debian/README.Debian
   trunk/packages/cduce/trunk/debian/changelog
   trunk/packages/cduce/trunk/debian/control
   trunk/packages/cduce/trunk/debian/rules
Log:
added some dependencies and other fixes (see debian/changelog)


Modified: trunk/packages/cduce/trunk/debian/README.Debian
===================================================================
--- trunk/packages/cduce/trunk/debian/README.Debian	2005-04-12 08:44:25 UTC (rev 1252)
+++ trunk/packages/cduce/trunk/debian/README.Debian	2005-04-12 10:14:01 UTC (rev 1253)
@@ -1,12 +1,10 @@
 cduce for Debian
 ----------------
 
-CDuce for Debian is compiled with :
+CDuce for Debian is compiled with:
  - ocamlopt
- - netclient support
- - php_wlex support
- - Ocaml interface support
+ - ocurl support
+ - expat support
+ - ocaml interface support
 
-However, support for expat or curl is not included.
-
- -- Thomas Petazzoni <thomas.petazzoni@enix.org>, Tue Feb 15 20:24:45 2005
+ -- Thomas Petazzoni <thomas.petazzoni@enix.org>, Tue, 12 Apr 2005 11:17:54 +0200

Modified: trunk/packages/cduce/trunk/debian/changelog
===================================================================
--- trunk/packages/cduce/trunk/debian/changelog	2005-04-12 08:44:25 UTC (rev 1252)
+++ trunk/packages/cduce/trunk/debian/changelog	2005-04-12 10:14:01 UTC (rev 1253)
@@ -1,3 +1,17 @@
+cduce (0.3.2-4) unstable; urgency=low
+
+  * debian/control
+    - versioned ocaml-compiler-libs build-dependency
+    - bumped Standard-Version to 3.6.1.1
+    - added dependencies: expat, ulex, ocamlnet
+    - added me as an uploader
+  * debian/rules
+    - properly patch/unpatch on clean
+  * debian/README.Debian
+    - updated to reflect current compilation flags
+
+ -- Stefano Zacchiroli <zack@debian.org>  Tue, 12 Apr 2005 11:19:03 +0200
+
 cduce (0.3.2-3) unstable; urgency=low
 
   * Use Expat instead of PXP
@@ -3,6 +17,7 @@
   * Do not compile cduce_validate anymore since it is deprecated and since
     it doesn't compile with PXP
+  * i-i
 
- -- Thomas Petazzoni <thomas.petazzoni@enix.org>  Tue, 12 Apr 2005 00:16:10 +0200
+ -- Stefano Zacchiroli <zack@debian.org>  Tue, 12 Apr 2005 11:19:01 +0200
 
 cduce (0.3.2-2) unstable; urgency=low

Modified: trunk/packages/cduce/trunk/debian/control
===================================================================
--- trunk/packages/cduce/trunk/debian/control	2005-04-12 08:44:25 UTC (rev 1252)
+++ trunk/packages/cduce/trunk/debian/control	2005-04-12 10:14:01 UTC (rev 1253)
@@ -2,12 +2,13 @@
 Section: interpreters
 Priority: optional
 Maintainer: Thomas Petazzoni <thomas.petazzoni@enix.org>
-Build-Depends: debhelper (>= 4.0.0), ocaml-nox-3.08.3, libpcre-ocaml-dev, libocamlnet-ocaml-dev, libexpat-ocaml-dev, libcurl-ocaml-dev, ocaml-compiler-libs, ocaml-ulex, dpatch (>= 1.19)
-Standards-Version: 3.6.1
+Uploaders: Stefano Zacchiroli <zack@debian.org>
+Build-Depends: debhelper (>= 4.0.0), ocaml-nox-3.08.3, ocaml-compiler-libs-3.08.3, libpcre-ocaml-dev, libocamlnet-ocaml-dev, libexpat-ocaml-dev, libcurl-ocaml-dev, ocaml-ulex, dpatch (>= 1.19)
+Standards-Version: 3.6.1.1
 
 Package: cduce
 Architecture: any
-Depends: libcurl-ocaml-dev, ${shlibs:Depends}
+Depends: ocaml-ulex, libocamlnet-ocaml-dev, libexpat-ocaml-dev, libcurl-ocaml-dev, ${shlibs:Depends}
 Description: programming language adapted to the manipulation of XML data
  CDuce is a modern programming language adapted to the manipulation of
  XML documents.

Modified: trunk/packages/cduce/trunk/debian/rules
===================================================================
--- trunk/packages/cduce/trunk/debian/rules	2005-04-12 08:44:25 UTC (rev 1252)
+++ trunk/packages/cduce/trunk/debian/rules	2005-04-12 10:14:01 UTC (rev 1253)
@@ -42,7 +42,8 @@
 	$(MAKE) $(MAKE_OPTS) all doc
 	touch build-stamp
 
-clean: unpatch
+clean: patch clean1 unpatch
+clean1:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp