[Pkg-haskell-commits] r784 - in /packages/haxml/trunk/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:50 UTC 2007
Author: arjan
Date: Tue Oct 9 21:46:50 2007
New Revision: 784
URL: http://svn.debian.org/wsvn/pkg-haskell/?sc=1&rev=784
Log:
r2088 at nebula: arjan | 2007-10-09 22:08:26 +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/trunk/debian/Canonicalise.1
packages/haxml/trunk/debian/DtdToHaskell.1
packages/haxml/trunk/debian/MkOneOf.1
packages/haxml/trunk/debian/Validate.1
packages/haxml/trunk/debian/Xtract.1
packages/haxml/trunk/debian/changelog
packages/haxml/trunk/debian/control
packages/haxml/trunk/debian/copyright
Modified: packages/haxml/trunk/debian/Canonicalise.1
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haxml/trunk/debian/Canonicalise.1?rev=784&op=diff
==============================================================================
--- packages/haxml/trunk/debian/Canonicalise.1 (original)
+++ packages/haxml/trunk/debian/Canonicalise.1 Tue Oct 9 21:46:50 2007
@@ -1,4 +1,4 @@
-.TH Canonicalise "1" "July 2006" "Canonicalise, version 1.16" "User Commands"
+.TH Canonicalise "1" "October 2007" "Canonicalise, version 1.17" "User Commands"
.SH NAME
Canonicalise, CanonicaliseLazy \- \(oqcat\(cq filters for XML documents
.SH SYNOPSIS
@@ -44,5 +44,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/trunk/debian/DtdToHaskell.1
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haxml/trunk/debian/DtdToHaskell.1?rev=784&op=diff
==============================================================================
--- packages/haxml/trunk/debian/DtdToHaskell.1 (original)
+++ packages/haxml/trunk/debian/DtdToHaskell.1 Tue Oct 9 21:46:50 2007
@@ -1,4 +1,4 @@
-.TH DtdToHaskell "1" "July 2006" "DtdToHaskell, version 1.16" "User Commands"
+.TH DtdToHaskell "1" "October 2007" "DtdToHaskell, version 1.17" "User Commands"
.SH NAME
DtdToHaskell \- a XML DTD to Haskell translator
.SH SYNOPSIS
@@ -82,5 +82,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/trunk/debian/MkOneOf.1
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haxml/trunk/debian/MkOneOf.1?rev=784&op=diff
==============================================================================
--- packages/haxml/trunk/debian/MkOneOf.1 (original)
+++ packages/haxml/trunk/debian/MkOneOf.1 Tue Oct 9 21:46:50 2007
@@ -1,4 +1,4 @@
-.TH MkOneOf "1" "July 2006" "MkOneOf, version 1.16" "User Commands"
+.TH MkOneOf "1" "October 2007" "MkOneOf, version 1.17" "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/trunk/debian/Validate.1
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haxml/trunk/debian/Validate.1?rev=784&op=diff
==============================================================================
--- packages/haxml/trunk/debian/Validate.1 (original)
+++ packages/haxml/trunk/debian/Validate.1 Tue Oct 9 21:46:50 2007
@@ -1,4 +1,4 @@
-.TH Validate "1" "July 2006" "Validate, version 1.16" "User Commands"
+.TH Validate "1" "October 2007" "Validate, version 1.17" "User Commands"
.SH NAME
Validate \- simple validation tool for XML documents
.SH SYNOPSIS
@@ -33,5 +33,4 @@
.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/trunk/debian/Xtract.1
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haxml/trunk/debian/Xtract.1?rev=784&op=diff
==============================================================================
--- packages/haxml/trunk/debian/Xtract.1 (original)
+++ packages/haxml/trunk/debian/Xtract.1 Tue Oct 9 21:46:50 2007
@@ -1,6 +1,6 @@
-.TH Xtracht "1" "July 2006" "Xtract, version 1.16" "User Commands"
+.TH Xtract "1" "October 2007" "Xtract, version 1.17" "User Commands"
.SH NAME
-Xtract, XtractLazy \- stuctured \(oqgrep\(cq-like programs for XML documents
+Xtract, XtractLazy \- structured \(oqgrep\(cq-like programs for XML documents
.SH SYNOPSIS
.B Xtract
.I <pattern>
@@ -43,5 +43,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/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haxml/trunk/debian/changelog?rev=784&op=diff
==============================================================================
--- packages/haxml/trunk/debian/changelog (original)
+++ packages/haxml/trunk/debian/changelog Tue Oct 9 21:46:50 2007
@@ -1,3 +1,13 @@
+haxml (1.17-6~pre1) experimental; 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:59:04 +0200
+
haxml (1.17-5) experimental; urgency=low
* debian/control:
Modified: packages/haxml/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haxml/trunk/debian/control?rev=784&op=diff
==============================================================================
--- packages/haxml/trunk/debian/control (original)
+++ packages/haxml/trunk/debian/control Tue Oct 9 21:46:50 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
@@ -62,8 +59,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
@@ -79,5 +74,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/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haxml/trunk/debian/copyright?rev=784&op=diff
==============================================================================
--- packages/haxml/trunk/debian/copyright (original)
+++ packages/haxml/trunk/debian/copyright Tue Oct 9 21:46:50 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