[Pkg-ocaml-maint-commits] r3739 - in
/trunk/packages/cduce/trunk/debian: changelog control
tpetazzo-guest at users.alioth.debian.org
tpetazzo-guest at users.alioth.debian.org
Mon May 7 11:15:11 UTC 2007
Author: tpetazzo-guest
Date: Mon May 7 11:15:10 2007
New Revision: 3739
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=3739
Log:
Fix bug #399797
Modified:
trunk/packages/cduce/trunk/debian/changelog
trunk/packages/cduce/trunk/debian/control
Modified: trunk/packages/cduce/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cduce/trunk/debian/changelog?rev=3739&op=diff
==============================================================================
--- trunk/packages/cduce/trunk/debian/changelog (original)
+++ trunk/packages/cduce/trunk/debian/changelog Mon May 7 11:15:10 2007
@@ -1,3 +1,9 @@
+cduce (0.4.1-2) unstable; urgency=low
+
+ * Fix typos in package description (Closes: Bug#399797)
+
+ --
+
cduce (0.4.1-1) unstable; urgency=low
* New upstream release 0.4.1
Modified: trunk/packages/cduce/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cduce/trunk/debian/control?rev=3739&op=diff
==============================================================================
--- trunk/packages/cduce/trunk/debian/control (original)
+++ trunk/packages/cduce/trunk/debian/control Mon May 7 11:15:10 2007
@@ -15,7 +15,7 @@
CDuce is a modern programming language adapted to the manipulation of
XML documents.
.
- Some of CDuce peculiar features:
+ Some of CDuce's peculiar features:
- XML objects can be manipulated as first-class citizen values:
elements, sequences, tags, characters and strings, attribute sets;
sequences of XML elements can be specified by regular expressions,
@@ -32,7 +32,7 @@
constraints, Unicode characters);
- polymorphism through a natural notion of subtyping, and overloaded
functions with dynamic dispatch; - an highly-effective type-driven
- compilation schema
+ compilation schema.
.
CDuce is fast, functional, type-safe, and conforms to basic
standards: Unicode, XML, DTD, Namespaces are fully supported, partial
More information about the Pkg-ocaml-maint-commits
mailing list