[Pkg-haskell-commits] r783 - in /packages/haxml/branches/stable/debian: Canonicalise.1 DtdToHaskell.1 MkOneOf.1 Validate.1 Xtract.1 changelog control copyright

arjan at users.alioth.debian.org arjan at users.alioth.debian.org
Tue Oct 9 21:46:47 UTC 2007


Author: arjan
Date: Tue Oct  9 21:46:47 2007
New Revision: 783

URL: http://svn.debian.org/wsvn/pkg-haskell/?sc=1&rev=783
Log:
 r2087 at nebula:  arjan | 2007-10-09 21:50:41 +0200
 * debian/control:
   - Use the new Homepage field.
 * debian/{Canonicalise.1,Xtract.1: 
   - Fix spelling error(s). (Closes: #445070) 
   - Update the dates, versions and my email address.

Modified:
    packages/haxml/branches/stable/debian/Canonicalise.1
    packages/haxml/branches/stable/debian/DtdToHaskell.1
    packages/haxml/branches/stable/debian/MkOneOf.1
    packages/haxml/branches/stable/debian/Validate.1
    packages/haxml/branches/stable/debian/Xtract.1
    packages/haxml/branches/stable/debian/changelog
    packages/haxml/branches/stable/debian/control
    packages/haxml/branches/stable/debian/copyright

Modified: packages/haxml/branches/stable/debian/Canonicalise.1
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haxml/branches/stable/debian/Canonicalise.1?rev=783&op=diff
==============================================================================
--- packages/haxml/branches/stable/debian/Canonicalise.1 (original)
+++ packages/haxml/branches/stable/debian/Canonicalise.1 Tue Oct  9 21:46:47 2007
@@ -1,4 +1,4 @@
-.TH Canonicalise "1" "July 2005" "Canonicalise, version 1.13" "User Commands"
+.TH Canonicalise "1" "October 2007" "Canonicalise, version 1.13.2" "User Commands"
 .SH NAME
 Canonicalise \- \(oqcat\(cq filter for XML documents
 .SH SYNOPSIS
@@ -32,9 +32,9 @@
 .PP
 The HaXml tools Xtract, Validate, DtdToHaskell, and MkOneOf, are licensed under the terms of the GNU General Public Licence (GPL).
 .PP
-This library and toolset is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Licences for more details.
+This library and toolset is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Licenses for more details.
 .SH "SEE ALSO"
 .BR DtdToHaskell (1)
 .SH AUTHOR
-This contents of this manual page was copied from the HTML documentation and slightly edited by Arjan Oosting <arjanoosting at home.nl> for the Debian system (but may be used by others).
+This contents of this manual page was copied from the HTML documentation and slightly edited by Arjan Oosting <arjan at debian.org> for the Debian system (but may be used by others).
 

Modified: packages/haxml/branches/stable/debian/DtdToHaskell.1
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haxml/branches/stable/debian/DtdToHaskell.1?rev=783&op=diff
==============================================================================
--- packages/haxml/branches/stable/debian/DtdToHaskell.1 (original)
+++ packages/haxml/branches/stable/debian/DtdToHaskell.1 Tue Oct  9 21:46:47 2007
@@ -1,4 +1,4 @@
-.TH DtdToHaskell "1" "July 2005" "DtdToHaskell, version 1.13" "User Commands"
+.TH DtdToHaskell "1" October 2007" "DtdToHaskell, version 1.13.2" "User Commands"
 .SH NAME
 DtdToHaskell \- a XML DTD to Haskell translator
 .SH SYNOPSIS
@@ -36,18 +36,18 @@
 You will need to study the automatically-generated type declarations to write your own transformation scripts \(em most things are pretty obvious parallels to the DTD structure.
 .
 .SH LIMITATIONS
-The generated Haskell contains references to types like OneOf3 where there is a choice between n (in this case 3) differenttags. 
+The generated Haskell contains references to types like OneOf3 where there is a choice between n (in this case 3) different tags. 
 Currently, the module Text.XML.HaXml.OneOfN defines these types up to OneOf20. If your DTD requires larger choices, then use the tool \fBMkOneOf\fP to generate the extra size or range of sizes you need.
 .PP
 We mangle tag names and attribute names to ensure that they have the correct lexical form in Haskell, but this means that (for instance) we can't distinguish Myname and myname, which are different names in XML but translate to overlapping types in Haskell (and hence probably won't compile).
 .PP
 Attribute names translate into named fields; but because Haskell doesn't allow different types to have the same named field, this means your XML document which uses the same name for similar attributes on different tags would crash and burn. 
-We have fixed this by incorporating the tagname into the named field in addition to the attribute name, e.g. tagAttr instead of just attr. 
+We have fixed this by incorporating the tag name into the named field in addition to the attribute name, e.g. tagAttr instead of just attr. 
 Uglier, but more portable.
 .PP
-XML namespaces. 
-Currently, we just mangle the namespace identifier into any tag name which uses it. 
-Probably the right way to do it is to regard the namespace as a separate imported module, and hence translate the namespace prefix into a module qualifier.
+XML name spaces. 
+Currently, we just mangle the name space identifier into any tag name which uses it. 
+Probably the right way to do it is to regard the name space as a separate imported module, and hence translate the name space prefix into a module qualifier.
 Does this sound about right? 
 (It isn't implemented yet.)
 .PP
@@ -90,5 +90,5 @@
 .BR Validate (1)
 .
 .SH AUTHOR
-This contents of this manual page was copied from the HTML documentation and slightly edited by Arjan Oosting <arjanoosting at home.nl> for the Debian system (but may be used by others).
+This contents of this manual page was copied from the HTML documentation and slightly edited by Arjan Oosting <arjan at debian.org> for the Debian system (but may be used by others).
 

Modified: packages/haxml/branches/stable/debian/MkOneOf.1
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haxml/branches/stable/debian/MkOneOf.1?rev=783&op=diff
==============================================================================
--- packages/haxml/branches/stable/debian/MkOneOf.1 (original)
+++ packages/haxml/branches/stable/debian/MkOneOf.1 Tue Oct  9 21:46:47 2007
@@ -1,4 +1,4 @@
-.TH MkOneOf "1" "July 2005" "MkOneOf, version 1.13" "User Commands"
+.TH MkOneOf "1" "October 2007" "MkOneOf, version 1.13.2" "User Commands"
 .SH NAME
 MkOneOf \- a helper program to use with DtdToHaskell 
 .SH SYNOPSIS
@@ -8,7 +8,7 @@
 \fBDtdToHaskell\fP translates XML DTD into equivalent Haskell types. 
 When there is a choice between different tags, \fBDtdToHaskell\fP uses types like OneOf2, OneOf3, OneOf4, etc. 
 The module Text.XML.HaXml.OneOfN currently defines these types up OneOf20. 
-If your DTD requires larger choises, you can use this program to generate them.
+If your DTD requires larger choices, you can use this program to generate them.
 .PP
 \fBMkOneOf\fP takes an integer \fBN\fP or an integer range \fBN M\fP and writes to the standard output a Haskell module with respectively the datatype OneOf\fBN\fP or the datatypes OneOf\fBN\fP up to and including OneOf\fBM\fP. 
 .SH EXAMPLES
@@ -72,5 +72,5 @@
 .SH "SEE ALSO"
 .BR DtdToHaskell (1)
 .SH AUTHOR
-This contents of this manual page was copied from the HTML documentation and slightly edited by Arjan Oosting <arjanoosting at home.nl> for the Debian system (but may be used by others).
+This contents of this manual page was copied from the HTML documentation and slightly edited by Arjan Oosting <arjan at debian.org> for the Debian system (but may be used by others).
 

Modified: packages/haxml/branches/stable/debian/Validate.1
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haxml/branches/stable/debian/Validate.1?rev=783&op=diff
==============================================================================
--- packages/haxml/branches/stable/debian/Validate.1 (original)
+++ packages/haxml/branches/stable/debian/Validate.1 Tue Oct  9 21:46:47 2007
@@ -1,4 +1,4 @@
-.TH Validate "1" "July 2005" "Validate, version 1.13" "User Commands"
+.TH Validate "1" "October 2007" "Validate, version 1.13.2" "User Commands"
 .SH NAME
 Validate \- simple validation tool for XML documents
 .SH SYNOPSIS
@@ -33,5 +33,5 @@
 .SH "SEE ALSO"
 .BR DtdToHaskell (1)
 .SH AUTHOR
-This contents of this manual page was copied from the HTML documentation and slightly edited by Arjan Oosting <arjanoosting at home.nl> for the Debian system (but may be used by others).
+This contents of this manual page was copied from the HTML documentation and slightly edited by Arjan Oosting <arjan at debian.org> for the Debian system (but may be used by others).
 

Modified: packages/haxml/branches/stable/debian/Xtract.1
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haxml/branches/stable/debian/Xtract.1?rev=783&op=diff
==============================================================================
--- packages/haxml/branches/stable/debian/Xtract.1 (original)
+++ packages/haxml/branches/stable/debian/Xtract.1 Tue Oct  9 21:46:47 2007
@@ -1,6 +1,6 @@
-.TH Xtracht "1" "July 2005" "Xtract, version 1.13" "User Commands"
+.TH Xtract "1" "October 2007" "Xtract, version 1.13.2" "User Commands"
 .SH NAME
-Xtract \- stuctured \(oqgrep\(cq for XML documents
+Xtract \- structured \(oqgrep\(cq for XML documents
 .SH SYNOPSIS
 .B Xtract 
 .I <pattern>
@@ -36,5 +36,5 @@
 .SH "SEE ALSO"
 .BR DtdToHaskell (1)
 .SH AUTHOR
-This contents of this manual page was copied from the HTML documentation and slightly edited by Arjan Oosting <arjanoosting at home.nl> for the Debian system (but may be used by others).
+This contents of this manual page was copied from the HTML documentation and slightly edited by Arjan Oosting <arjan at debian.org> for the Debian system (but may be used by others).
 

Modified: packages/haxml/branches/stable/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haxml/branches/stable/debian/changelog?rev=783&op=diff
==============================================================================
--- packages/haxml/branches/stable/debian/changelog (original)
+++ packages/haxml/branches/stable/debian/changelog Tue Oct  9 21:46:47 2007
@@ -1,3 +1,13 @@
+haxml (1.13.2-9~pre1) unstable; urgency=low
+
+  * debian/control:
+    - Use the new Homepage field.
+  * debian/{Canonicalise.1,Xtract.1: 
+    - Fix spelling error(s). (Closes: #445070) 
+    - Update the dates, versions and my email address.
+
+ -- Arjan Oosting <arjan at debian.org>  Tue, 09 Oct 2007 21:31:19 +0200
+
 haxml (1.13.2-8) unstable; urgency=low
 
   * debian/rules: 

Modified: packages/haxml/branches/stable/debian/control
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haxml/branches/stable/debian/control?rev=783&op=diff
==============================================================================
--- packages/haxml/branches/stable/debian/control (original)
+++ packages/haxml/branches/stable/debian/control Tue Oct  9 21:46:47 2007
@@ -7,6 +7,7 @@
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-haskell/packages/haxml
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-haskell/packages/haxml
+Homepage: http://www.cs.york.ac.uk/fp/HaXml/
 
 Package: haxml
 Architecture: any
@@ -23,8 +24,6 @@
   - pretty-printers for XML and HTML. 
  .
  This package contains the HaXml command-line tools.
- .
-  Homepage: http://www.cs.york.ac.uk/fp/HaXml/
 
 Package: libghc6-haxml-dev
 Architecture: any
@@ -42,8 +41,6 @@
  This package contains the HaXml combinator library for generic XML
  document processing, including transformation, editing, and
  generation for use with GHC6. 
- .
-  Homepage: http://www.cs.york.ac.uk/fp/HaXml/
 
 Package: libhugs-haxml
 Architecture: all
@@ -63,8 +60,6 @@
  This package contains the HaXml combinator library for generic XML
  document processing, including transformation, editing, and
  generation for use with GHC6. 
- .
-  Homepage: http://www.cs.york.ac.uk/fp/HaXml/
 
 Package: haxml-doc
 Section: doc
@@ -80,5 +75,3 @@
   - pretty-printers for XML and HTML. 
  .
  This package contains the HaXml documentation. 
- .
-  Homepage: http://www.cs.york.ac.uk/fp/HaXml/

Modified: packages/haxml/branches/stable/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haxml/branches/stable/debian/copyright?rev=783&op=diff
==============================================================================
--- packages/haxml/branches/stable/debian/copyright (original)
+++ packages/haxml/branches/stable/debian/copyright Tue Oct  9 21:46:47 2007
@@ -49,7 +49,7 @@
 
 Debian packaging copyright:
 
-  (C) 2005-2006 Arjan Oosting <arjanoosting at home.nl>
+  (C) 2005-2007 Arjan Oosting <arjan at debian.org>
 
 The Debian packaging can be redistributed and/or modified under the
 terms of the GNU Public License version 2. Patches for the HaXml




More information about the Pkg-haskell-commits mailing list