~ubuntu-branches/ubuntu/trusty/xml2/trusty

« back to all changes in this revision

Viewing changes to debian/xml2.1

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Schoenfeld
  • Date: 2009-12-03 11:09:31 UTC
  • Revision ID: james.westby@ubuntu.com-20091203110931-jefh5blhl6imnym7
Tags: 0.4-3
* Updated maintainer email address
* Add a file README.source to document the patch handling
* Updated Standards-Version
* 2csv: Include a patch to not segfault, if there are empty values.
  (Closes: #499610)
* Fix some minor mistakes in the manpage
* Update to debconf 7 and simplify debian/rules
* Switch to quilt as a patchsystem
* Add debian/manpages
* Stop using 'dh_clean -k'
* Update Vcs-Headers to reflect switch to git

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 
13
13
2csv \- convert flat format into csv
14
14
.SH SYNOPSIS
15
 
<xml|2xml|html2|2html|csv2|2csv> > outfile < infile
 
15
<xml2|2xml|html2|2html|csv2|2csv> > outfile < infile
 
16
 
 
17
 
16
18
.SH DESCRIPTION
17
 
There are six tools. None of them take any command-line arguments.
 
19
There are six tools. Except csv2 and and 2csv they don't take
 
20
any command-line arguments.
18
21
They are all simple filters which can be used to read files from
19
22
standard input in one format and output it to standard output in
20
23
another format.