1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
pythondialog (3.2.0-2) unstable; urgency=low
* Add missing file/license for doc/intro/example.py to debian/copyright
(closes: #766041).
-- Tristan Seligmann <mithrandi@debian.org> Mon, 20 Oct 2014 16:36:40 +0200
pythondialog (3.2.0-1) unstable; urgency=low
[ Florent Rougon ]
* New upstream release.
* Add Build-Depends on python3-docutils,
python3-sphinx (>= 1.0.7+dfsg-1~) and python3-pygments because this
release brings a new Sphinx-based documentation.
* add-glossary-label: new patch to add a "glossary" label right before
the Glossary (maybe upstream bug, but upstream-installed Sphinx didn't
complain about the missing label!).
* Build-Depend on python3-doc so that intersphinx can use
/usr/share/doc/python3/html/objects.inv (since downloading is
prohibited during package build).
* use-local-python3-doc-for-cross-references: new patch that:
- uses /usr/share/doc/python3/html/objects.inv as the inventory file
for Python cross-references;
- resolves these references locally (with a
file:///usr/share/doc/python3/html prefix)
* Add a Suggests: python3-doc for these references to the local Python
documentation.
* Add python3-dialog.doc-base.
[ Tristan Seligmann ]
* Import packaging work by Florent Rougon.
- python-dialog package removed, python3-dialog package added, since only
Python 3 is supported upstream.
- Reworked packaging fixes old bugs (closes: #608408, #615432, #646257)
* Adopt package on behalf of DPMT (closes: #673962).
* Add VCS control fields.
* Check PGP signature in debian/watch.
-- Tristan Seligmann <mithrandi@debian.org> Sun, 19 Oct 2014 12:46:15 +0200
pythondialog (2.7-1) unstable; urgency=low
* Initial release (Closes: #402453).
-- Adam Cécile (Le_Vert) <gandalf@le-vert.net> Sun, 10 Dec 2006 16:30:10 +0100
|