~ubuntu-branches/ubuntu/jaunty/python-docutils/jaunty

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Simon McVittie
  • Date: 2008-07-24 10:39:53 UTC
  • mfrom: (1.1.4 upstream) (3.1.7 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080724103953-8gh4uezg17g9ysgy
Tags: 0.5-2
* Upload docutils 0.5 to unstable
* Update rst.el to upstream Subversion r5596, which apparently fixes
  all its performance problems (17_speed_up_rst_el.dpatch, closes: #474941)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
python-docutils (0.5-2) unstable; urgency=low
 
2
 
 
3
  * Upload docutils 0.5 to unstable
 
4
  * Update rst.el to upstream Subversion r5596, which apparently fixes
 
5
    all its performance problems (17_speed_up_rst_el.dpatch, closes: #474941)
 
6
 
 
7
 -- Simon McVittie <smcv@debian.org>  Thu, 24 Jul 2008 10:39:53 +0100
 
8
 
 
9
python-docutils (0.5-1) experimental; urgency=low
 
10
 
 
11
  * New upstream release (closes: #491344, #474939)
 
12
    - rst2newlatex now emits admonition titles (closes: #484226)
 
13
    - 01_upstream_04_branch_r4646.dpatch: no longer relevant, the
 
14
      new upstream version includes these changes
 
15
    - 16_emacs_jit_lock.dpatch: no longer relevant, the new upstream
 
16
      version already uses jit-lock if available
 
17
  * 12_more_usrbinenv.dpatch: added. Replace #! /usr/bin/env python
 
18
    (with the space) with #!/usr/bin/python, too
 
19
  * 12_remove_unnecessary_hashbang.dpatch: merged into
 
20
    12_more_usrbinenv.dpatch
 
21
  * 13_nodes_namespace.dpatch: removed, I have no idea what it was doing there
 
22
    in the first place...
 
23
  * 16_disable_picins.dpatch: avoid referencing a non-free LaTeX style
 
24
    (which, as far as I can tell, served no purpose anyway)
 
25
  * All other patches updated and re-diffed
 
26
  * Mentioned s5 in README.Debian (closes: #490139)
 
27
  * Added Suggests: on the necessary texlive packages to use rst2newlatex
 
28
    output, and mentioned them in README.Debian
 
29
  * Switched to my Debian email address in Uploaders
 
30
  * Removed lintian override for false-positive GPL detection in -roman
 
31
  * Added a README.source explaining where the patches come from
 
32
 
 
33
 -- Simon McVittie <smcv@debian.org>  Sat, 19 Jul 2008 01:44:00 +0100
 
34
 
 
35
python-docutils (0.4-6) unstable; urgency=low
 
36
 
 
37
  [ Sandro Tosi ]
 
38
  * debian/control
 
39
    - added Vcs-Browser
 
40
 
 
41
  [ Simon McVittie ]
 
42
  * Apply patch from Ubuntu to fix build with current python-central
 
43
    (closes: #470697)
 
44
  * Simplify and re-indent debian/rules for better clarity
 
45
  * Stop working around #379709, because it was caused by #380360 which has
 
46
    been closed
 
47
  * Remove man page during clean
 
48
  * Keep lintian happy: relax setuptools dependency from 0.6b3-1 to 0.6b3,
 
49
    remove override for build-depends-without-arch-dep python-setuptools (bug
 
50
    fixed in lintian), Standards-Version: 3.7.3 (no changes)
 
51
  * Set XS-Dm-Upload-Allowed: yes so I can upload in future
 
52
 
 
53
 -- Simon McVittie <smcv@ianadd.pseudorandom.co.uk>  Thu, 20 Mar 2008 20:36:10 +0000
 
54
 
 
55
python-docutils (0.4-5) unstable; urgency=low
 
56
 
 
57
  [ Bernd Zeimetz ]
 
58
  * debian/watch:
 
59
    - Adding file
 
60
  * debian/control:
 
61
    - Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now)
 
62
 
 
63
  [ Simon McVittie ]
 
64
  * debian/rules, debian/rsthelp2man.xsl, debian/control:
 
65
    Generate better man pages from the tools' own --help output using rst2xml
 
66
    and (new build dependency) xsltproc (Closes: #430947)
 
67
  * debian/rst2html.1: Remove, the generated man page is better
 
68
  * debian/rules, debian/unpep263.py: Mangle languages/*.py from UTF-8 into
 
69
    equivalent ASCII with \uXXXX escapes, so we can install into
 
70
    python2.x-minimal (which lacks the encodings machinery) (Closes: #379709)
 
71
  * debian/patches/15_emacs_debian_paths.dpatch, debian/patches/00list:
 
72
    In rst.el, expect executables to not have .py suffix (Closes: #438667)
 
73
  * debian/patches/16_emacs_jit_lock.dpatch, debian/patches/00list:
 
74
    Apply patch to rst.el from Justin Mazzola Paluska <jmp@MIT.EDU> to use
 
75
    jit-lock instead of lazy-lock for Emacs 22 compatibility (Closes: #418446)
 
76
  * debian/patches/00list: Actually apply 10_doc_debian_paths.dpatch, to
 
77
    improve documentation
 
78
  * debian/control: Set Homepage
 
79
  * debian/control: Move python-central from Build-Depends to
 
80
    Build-Depends-Indep to keep lintian happy; install a source override
 
81
    to stop it complaining about python-setuptools in Build-Depends, because
 
82
    we do need that package for the "clean" target
 
83
  * debian/patches/99_old-diffs.dpatch: Remove obsolete patches entirely, we
 
84
    can always retrieve them from svn if they turn out to be useful
 
85
 
 
86
 -- Simon McVittie <smcv@ianadd.pseudorandom.co.uk>  Fri, 16 Nov 2007 13:40:44 +0000
 
87
 
 
88
python-docutils (0.4-4) unstable; urgency=low
 
89
 
 
90
  [ Piotr Ozarowski ]
 
91
  * Egg support added (closes: #382272)
 
92
    - Added python-setuptools to Build-Depends
 
93
    - Updated 14_distutils_setup patch (version fixed as well)
 
94
  * Added XS-Vcs-Svn field
 
95
  * Bumped required python-central version (dh_python call removed)
 
96
 
 
97
  [ martin f. krafft ]
 
98
  * Thanks to Piotr for his work.
 
99
 
 
100
 -- martin f. krafft <madduck@debian.org>  Sat, 10 Feb 2007 15:37:35 +0000
 
101
 
1
102
python-docutils (0.4-3) unstable; urgency=low
2
103
 
3
104
  * Added build dependency on python-central (closes: #377580).