~ubuntu-branches/ubuntu/wily/python-docutils/wily

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Jakub Wilk, Simon McVittie, Jakub Wilk
  • Date: 2012-02-15 19:21:26 UTC
  • Revision ID: package-import@ubuntu.com-20120215192126-fkqm9dsi1psd09w4
Tags: 0.8.1-5
[ Simon McVittie ]
* Remove myself from Uploaders

[ Jakub Wilk ]
* Backport upstream patch to follow the changes in the
  xml.dom.minidom.Document.toprettyxml method
  (fix-docutilsxmltestcase.diff).
* Drop postinst snippet to deal with a python-support bug (it cannot replace
  directory with a regular file). It was needed only for 0.7 upgrades.
* Suggest fonts-linuxlibertine as an alternative to ttf-linux-libertine.
* Update David Goodger's e-mail address in debian/copyright
  (closes: #653769). Thanks to Jari Aalto for the bug report.
* Update Subversion repository URLs in patch headers (so that they point to
  SourceForge rather than BerliOS).
* Use xargs to iterate over all Python versions.
* Convert rst2odt_prepstyles manpage source from DocBook to
  reStructuredText.
  + Remove docbook-to-man from Build-Depends-Indep.
  + Update debian/rules.
* Don't run dh_testroot in the clean target. There's a good chance that root
  privileges are not needed (e.g. because binary target was run under
  fakeroot), and even if they are actually needed, the target will fail
  quickly.
* Drop obsolete virtual package: docutils-writer-manpage (closes: #631066).
* Run tests with --verbose.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
5
5
Uploaders: Jakub Wilk <jwilk@debian.org>,
6
6
           martin f. krafft <madduck@debian.org>,
7
 
           Simon McVittie <smcv@debian.org>,
8
7
           Michael Schutte <michi@uiae.at>,
9
8
           Ben Finney <ben+debian@benfinney.id.au>
10
9
Build-Depends: debhelper (>= 7)
11
10
Build-Depends-Indep: python-all (>= 2.3),
12
11
                     python3-all (>= 3.1.2-7~),
13
12
                     python-support (>= 0.6.4),
14
 
                     docbook-to-man,
15
13
                     xml-core
16
14
Standards-Version: 3.9.2
17
15
XS-Python-Version: >= 2.3
20
18
Homepage: http://docutils.sourceforge.net/
21
19
 
22
20
Package: python-docutils
23
 
Provides: docutils,
24
 
          docutils-writer-manpage
 
21
Provides: docutils
25
22
Architecture: all
26
23
Depends: ${misc:Depends}, ${python:Depends},
27
24
         python-roman,
31
28
            libpaper-utils,
32
29
            python-lxml,            
33
30
            docutils-doc (= ${source:Version})
34
 
Suggests: texlive-latex-recommended, texlive-latex-base, texlive-lang-french, ttf-linux-libertine
 
31
Suggests: texlive-latex-recommended, texlive-latex-base, texlive-lang-french, fonts-linuxlibertine | ttf-linux-libertine
35
32
Conflicts: python-odtwriter,
36
33
           docutils-writer-odt
37
34
Replaces: python-odtwriter,
62
59
Conflicts: python-docutils (<< 0.7-3~),
63
60
           python-odtwriter,
64
61
           docutils-writer-odt
65
 
Suggests: texlive-latex-recommended, texlive-latex-base, texlive-lang-french, docutils-doc, ttf-linux-libertine
 
62
Suggests: texlive-latex-recommended, texlive-latex-base, texlive-lang-french, fonts-linuxlibertine | ttf-linux-libertine, docutils-doc
66
63
Description: text processing system for reStructuredText (implemented in Python 3)
67
64
 reStructuredText is an easy-to-read, what-you-see-is-what-you-get plaintext
68
65
 markup syntax and parser system. It is useful for in-line program documentation