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 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
|
python-latexcodec (1.0.5-1) unstable; urgency=medium
* Source tarballs from PyPI
* Switch from git-dpm to gbp
* New upstream version 1.0.5
* Drop the patch queue, no longer required
* Use secure URI in copyright Format
* Update Source field to the PyPI URI
* Downgrade install of -doc package to Suggests
* Drop Recommends of -doc package
* Add missing Built-Using metadata
* Build the docs using the upstream Makefile
* Build the documentation with Python 3
- Use the Python 3 version of Sphinx
- New patch Fix-build-of-docs-with-Python-3.patch
* Add support for the nodoc build profile
* Add support for the nocheck build profile
* Drop superfluous installchangelogs override
* Bump debhelper version to 10, no changes required
* Bump standards version to 4.0.0, no changes required
* Improve the autopkgtest suite
- Replace individual test scripts by Test-Commands
- Run tests outside the source tree
- Run tests for all supported Python versions
* Adopt the package
- Add myself to Uploaders
- Add myself to copyright
- Remove Daniel Stender from Uploaders (Closes: #840034)
-- Ghislain Antony Vaillant <ghisvail@gmail.com> Thu, 13 Jul 2017 16:23:07 +0100
python-latexcodec (1.0.3-4) unstable; urgency=medium
* deb/rules: set discarded http_proxy for sphinx-build (Closes: #830604).
-- Daniel Stender <stender@debian.org> Sat, 06 Aug 2016 11:12:19 +0200
python-latexcodec (1.0.3-3) unstable; urgency=medium
* deb/rules: added -f- to date for reproducible builds (Closes: #824454).
-- Daniel Stender <stender@debian.org> Sun, 29 May 2016 18:23:46 +0200
python-latexcodec (1.0.3-2) unstable; urgency=medium
* deb/control: corrected X-Python3-version.
* build docs package:
+ added package description in deb/control.
+ added Recommends to module package description in deb/control,
removed sphinxdoc:Depends.
+ build HTML documentation into docs package in deb/rules.
+ contribute CHANGELOG into both packages in deb/rules.
+ renamed deb/python3-latexcodec.doc-base accordingly, updated
paths and Document field.
* build Python2 package:
+ added package description in deb/control.
+ added Python2 package counterparts to build-deps in deb/control.
+ added X-Python-Version in deb/control.
+ added dh_python2 to Debhelper addons to use in deb/rules.
+ extended DEP-8 tests.
-- Daniel Stender <stender@debian.org> Tue, 10 May 2016 16:11:44 +0200
python-latexcodec (1.0.3-1) unstable; urgency=medium
* Initial release (Closes: #801309).
-- Daniel Stender <stender@debian.org> Mon, 09 May 2016 14:25:08 +0200
|