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

Stefano Zacchiroli zack@costa.debian.org
Tue, 12 Apr 2005 11:29:49 +0000


Author: zack
Date: 2005-04-12 11:29:47 +0000 (Tue, 12 Apr 2005)
New Revision: 1256

Modified:
   trunk/packages/cduce/trunk/debian/cduce.dirs
   trunk/packages/cduce/trunk/debian/cduce.docs
   trunk/packages/cduce/trunk/debian/changelog
   trunk/packages/cduce/trunk/debian/control
Log:
debian/control
- enlighted dpatch dependency
- added ocaml-nox dependency
debian/cduce.dirs
- removed useless entry usr/share/doc/man
debian/changelog
- cleaned, left only "initial release" entry
- set version to 0.3.2-1
debian/cduce.doc
- removed useless entry CHANGES (installed by dh_installchangelogs)


Modified: trunk/packages/cduce/trunk/debian/cduce.dirs
===================================================================
--- trunk/packages/cduce/trunk/debian/cduce.dirs	2005-04-12 10:26:13 UTC (rev 1255)
+++ trunk/packages/cduce/trunk/debian/cduce.dirs	2005-04-12 11:29:47 UTC (rev 1256)
@@ -1,3 +1,2 @@
 usr/lib/ocaml/3.08.3
 usr/bin
-usr/share/doc/man

Modified: trunk/packages/cduce/trunk/debian/cduce.docs
===================================================================
--- trunk/packages/cduce/trunk/debian/cduce.docs	2005-04-12 10:26:13 UTC (rev 1255)
+++ trunk/packages/cduce/trunk/debian/cduce.docs	2005-04-12 11:29:47 UTC (rev 1256)
@@ -1,3 +1,2 @@
 README
 AUTHORS
-CHANGES

Modified: trunk/packages/cduce/trunk/debian/changelog
===================================================================
--- trunk/packages/cduce/trunk/debian/changelog	2005-04-12 10:26:13 UTC (rev 1255)
+++ trunk/packages/cduce/trunk/debian/changelog	2005-04-12 11:29:47 UTC (rev 1256)
@@ -1,63 +1,6 @@
-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
-    - explicitly disable netclient with --without-netclient
-  * 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
-  * Do not compile cduce_validate anymore since it is deprecated and since
-    it doesn't compile with PXP
-  * i-i
-
- -- Stefano Zacchiroli <zack@debian.org>  Tue, 12 Apr 2005 11:19:01 +0200
-
-cduce (0.3.2-2) unstable; urgency=low
-
-  * Add libcurl-ocaml-dev to the dependencies of the generated package.
-
- -- Thomas Petazzoni <thomas.petazzoni@enix.org>  Sun, 10 Apr 2005 18:18:23 +0200
-
 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.
+  * Initial Release (Closes: Bug#302993).
 
- -- Thomas Petazzoni <thomas.petazzoni@enix.org>  Sat,  9 Apr 2005 16:09:33 +0200
+ -- Thomas Petazzoni <thomas.petazzoni@enix.org>  Tue, 12 Apr 2005 13:12:58 +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
-
- -- Thomas Petazzoni <thomas.petazzoni@enix.org>  Mon, 21 Mar 2005 21:20:00 +0100
-
-cduce (0.3.0-1) unstable; urgency=low
-
-  * New upstream version 0.3.0, released under an MIT-like license.
-
- -- Thomas Petazzoni <thomas.petazzoni@enix.org>  Wed,  9 Mar 2005 23:27:04 +0100
-
-cduce (0.2.2-1) unstable; urgency=low
-
-  * Initial Release.
-
- -- Thomas Petazzoni <thomas.petazzoni@enix.org>  Tue, 15 Feb 2005 20:25:06 +0100
-

Modified: trunk/packages/cduce/trunk/debian/control
===================================================================
--- trunk/packages/cduce/trunk/debian/control	2005-04-12 10:26:13 UTC (rev 1255)
+++ trunk/packages/cduce/trunk/debian/control	2005-04-12 11:29:47 UTC (rev 1256)
@@ -3,12 +3,12 @@
 Priority: optional
 Maintainer: Thomas Petazzoni <thomas.petazzoni@enix.org>
 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)
+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
 Standards-Version: 3.6.1.1
 
 Package: cduce
 Architecture: any
-Depends: ocaml-ulex, libocamlnet-ocaml-dev, libexpat-ocaml-dev, libcurl-ocaml-dev, ${shlibs:Depends}
+Depends: ocaml-nox-3.08.3, 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.