python-docutils 0.8.1-3 source package in Ubuntu

Changelog

python-docutils (0.8.1-3) unstable; urgency=low

  * Remove needless comments from debian/rules.
  * Restore historical behavior of languages.get_language() taking only a
    single argument (languages-get_language-2nd-arg-optional.diff). Thanks to
    Sergio Talens-Oliag for the bug report.

python-docutils (0.8.1-2) unstable; urgency=low

  * Upload to unstable.
  * Improve the -doc package:
    + Install CSS files. Correct paths to them in the *.html files.
    + Don't compress *.txt files in the -doc package. Update debian/*.doc-base
      accordingly and add lintian override for changelog-file-not-compressed.
    + Don't embed images on remote servers.
  * Simplify debian/rules.

python-docutils (0.8.1-1) experimental; urgency=low

  * New upstream release.
    + Drop test-error-reporting.diff and test-functional.diff (both applied
      upstream)
  * Update copyright file.
  * Correct version number in README.txt (readme-version.diff).

python-docutils (0.8-1) experimental; urgency=low

  * New upstream release.
    + Drop the following patches:
      - 16_disable_picins.diff (newlatex2e writer dropped);
      - buildhtml-local.diff (applied upstream);
      - emacs-shell-quote.diff (applied upstream);
      - emacs-temporary-files.diff (different fix applied upstream);
      - python3.2-configparser.diff (applied upstream);
      - python3.2-elementtree.diff (applied upstream);
    + Refresh other patches.
  * Update copyright file.
  * Use wildcards in debian/*.manpages.
  * Drop the docutils.readers.python reader.
  * Drop the rst2newlatex script.
    + Remove alternatives in preinst.
  * Add reStructured Text to XeLaTeX converter: rst2xetex.
    + Add ttf-linux-libertine to python(3)-docutils Suggests.
  * Install XML/SGML catalogs (closes: #531170).
    + Add xml-core to Build-Depends-Indep.
  * Emacs major mode: use ‘sensible-browser’ to preview S5 slides
    (emacs-sensible-browser.diff).
  * Fix exceptions in the test suite (test-error-reporting.diff,
    test-functional.diff).
  * Drop 12_more_usrbinenv.diff; the patched file wasn't being used anyway.
  * Move python(3)-all from Build-Depends to Build-Depends-Indep, as they are
    not needed in the clean target.
  * Run the test suite before building documentation.
  * Use ‘set -x’ for all the for loops in debian/rules.

python-docutils (0.7-4) unstable; urgency=low

  * Upload to unstable.

python-docutils (0.7-3) experimental; urgency=low

  * Drop 14_distutils_setup.diff and build-dependency on python-setuptools, no
    longer needed.
    + Add postinst snippet do deal with a python-support bug (it cannot
      replace directory with a regular file).
  * Bump standards version to 3.9.2, no changes needed.
  * Strip debian/tmp prefix from debian/*.install files; in compat
    dh_install will fall back to looking into debian/tmp anyway.
  * Drop preinst scripts to remove python-central leftovers; not needed
    anymore.
  * Fix patch headers to be in line with DEP-3.
  * Remove files created by the test suite in the clean target.
  * Drop obsolete recommendation of python-elementtree.
  * Drop obsolete conflict with zope3.
  * Drop obsolete conflicts with docutils-writer-manpage and rst2man.
  * Drop unused virtual packages: python-odtwriter, rst2odt,
    docutils-writer-odt.
  * Move all data files to /usr/share/docutils/.
    + Add patch not to use __file__ directly.
    + In debian/rules, check if all uses of __file__ are guarded by our
      wrapper function, i.e. the patch is still up-to-date.
  * New binary package: docutils-common, containing data files, configuration
    files and manual pages.
  * New binary package: docutils-doc, containing documentation.
    + Conflict with previous versions python-docutils
    + /usr/share/doc/python-docutils/docs used to be a directory, but is now a
      symlink. Conflict with older versions of python-docutils, so that dpkg
      can replace one with the other. Add lintian override.
  * New binary package: python3-docutils (closes: #577725).
    + Build-depend on python3-all.
    + Add two patches to fix incompatibilities with Python 3.2
      (python3.2-configparser.diff, python3.2-elementtree.diff).
    + Both python-docutils and python3-docutils provides rst* scripts, managed
      by alternatives.
    + Conflict with other packages shipping /usr/bin/rst2* binaries, so that
      alternatives can be correctly installed. Add lintian override for
      conflicts-with-version.
    + This package does not include the docutils.readers.python, which is no
      longer maintained and does not work with Python 3.
  * New virtual package: docutils, provided by both python-docutils and
    python3-docutils.
  * New binary package: python3-roman.
  * Reword package descriptions of all packages. Thanks to Stefano Rivera for
    proof-reading.
  * Simplify debian/rules.
  * Merge both debian/*.copyright into a single debian/copryight (as per
    Policy 4.5). Update it.
  * Add build-arch and build-indep target to debian/rules.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 13:47:24 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-docutils_0.8.1.orig.tar.gz 1.4 MiB 5a3b776518257a59fefaf48ef1e0635bc1179f8cafb02a9cc84c9644bb25df71
python-docutils_0.8.1-3.debian.tar.gz 29.5 KiB a40908f5711f327f7c4d6d06f4a0d16ec530bb54dd1e742d82b3ec7ee5fa7dbd
python-docutils_0.8.1-3.dsc 2.3 KiB e8cebc738d550b299ee398778b5a658862882d49b5a4f8c4f938553ee80c8ab2

Available diffs

View changes file

Binary packages built by this source

docutils-common: text processing system for reStructuredText - common data

 reStructuredText is an easy-to-read, what-you-see-is-what-you-get plaintext
 markup syntax and parser system. It is useful for in-line program documentation
 (such as Python docstrings), for quickly creating simple web pages, and for
 standalone documents.
 .
 The purpose of the Docutils project is to create a set of tools for
 processing reStructuredText documentation into useful formats, such as HTML,
 LaTeX, ODT or Unix manpages.
 .
 This package includes data and configuration files.

docutils-doc: text processing system for reStructuredText - documentation

 reStructuredText is an easy-to-read, what-you-see-is-what-you-get plaintext
 markup syntax and parser system. It is useful for in-line program documentation
 (such as Python docstrings), for quickly creating simple web pages, and for
 standalone documents.
 .
 The purpose of the Docutils project is to create a set of tools for
 processing reStructuredText documentation into useful formats, such as HTML,
 LaTeX, ODT or Unix manpages.
 .
 This package includes documentation in HTML and (gzipped) reST formats.

python-docutils: text processing system for reStructuredText (implemented in Python 2)

 reStructuredText is an easy-to-read, what-you-see-is-what-you-get plaintext
 markup syntax and parser system. It is useful for in-line program documentation
 (such as Python docstrings), for quickly creating simple web pages, and for
 standalone documents.
 .
 The purpose of the Docutils project is to create a set of tools for
 processing reStructuredText documentation into useful formats, such as HTML,
 LaTeX, ODT or Unix manpages.
 .
 This package includes Python 2 modules and command line utilities.

python-roman: module for generating/analyzing Roman numerals for Python 2

 This module converts from and to Roman numerals. It can convert numbers
 from 1 to 4999 and understands the common shortcuts (IX == 9), but not
 illegal ones (MIM == 1999).
 .
 This module is part of "Dive Into Python", a free Python tutorial for
 experienced programmers. Visit http://diveintopython.org/ for the
 latest version.
 .
 This package includes Python 2 modules.

python3-docutils: text processing system for reStructuredText (implemented in Python 3)

 reStructuredText is an easy-to-read, what-you-see-is-what-you-get plaintext
 markup syntax and parser system. It is useful for in-line program documentation
 (such as Python docstrings), for quickly creating simple web pages, and for
 standalone documents.
 .
 The purpose of the Docutils project is to create a set of tools for
 processing reStructuredText documentation into useful formats, such as HTML,
 LaTeX, ODT or Unix manpages.
 .
 This package includes Python 3 modules and command line utilities.

python3-roman: module for generating/analyzing Roman numerals for Python 3

 This module converts from and to Roman numerals. It can convert numbers
 from 1 to 4999 and understands the common shortcuts (IX == 9), but not
 illegal ones (MIM == 1999).
 .
 This module is part of "Dive Into Python", a free Python tutorial for
 experienced programmers. Visit http://diveintopython.org/ for the
 latest version.
 .
 This package includes Python 3 modules.