* No-change rebuild to generate dependencies on python2.
* Do not recommend py2 package from the docs package.
* New upstream release.
- sphinx_1.7.patch and python_3.7.patch removed - fixed upstream
* /usr/bin/pygmentize moved to python3-pygments binary package. Closes: 857273
* Add patch to add -g parameter to pygmentize man page. Closes: 807495
(thanks to Stéphane Blondon for the patch)
* Add patch to update HTML documentation location in manpage. Closes: 801586
(thanks to Stéphane Blondon for the patch)
* Standards-Version bumped to 4.3.0 (no changes needed)
* Team upload.
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org.
* d/control: Deprecating priority extra as per policy 4.0.1.
* d/control: Remove XS-Testsuite field, not needed anymore.
* d/tests: Use AUTOPKGTEST_TMP instead of ADTTMP.
* d/control: Remove ancient X-Python-Version field.
* Convert git repository from git-dpm to gbp layout.
[ Helmut Grohne ]
* Mark all packages Multi-Arch: foreign. Closes: #892948
[ Mattia Rizzolo ]
* Suggests python-pygments-doc from the library packages. Closes: #902690
* Add patch from Dmitry Shachnev to fix FTBFS with Sphinx 1.7. Closes: 896627
* Add patch to fix compatibility with Python 3.7. Closes: #904325
* New upstream release.
* Team upload.
[ Ondřej Nový ]
* Fixed VCS URL (https)
[ Dmitry Shachnev ]
* New upstream bugfix release.
[ Dmitry Shachnev ]
* New upstream release.
* Drop CVE-2015-8557.patch, applied upstream.
* Disable two tests that need example files, again.
* Stop setting PYTHONWARNINGS=d when running the autopkgtests, that
breaks the cmdline test which checks that process stderr is empty.
[ Piotr Ożarowski ]
* Remove /etc/bash_completion.d/pygmentize conffile in maintainer scripts
(closes: #810661)
[ Salvatore Bonaccorso ]
* Add CVE-2015-8557.patch patch.
CVE-2015-8557: Shell injection in FontManager._get_nix_font_path.
(Closes: #802828)
[ Piotr Ożarowski ]
* debian/watch: use pypi.debian.net redirector
* install pygmentize's bash completion to
/usr/share/bash-completion/completions
* Non-maintainer upload.
* debian/copyright: add the missing licenses of:
- pygments/lexers/robotframework.py
- tests/dtds/HTMLspec.ent
- tests/dtds/HTMLlat1.ent
- tests/dtds/HTMLsym.ent
(Closes: #766042)
[ Dmitry Shachnev ]
* Drop disable_example_files_test.patch, no longer needed.
* Enable verbose tests output.
[ Piotr Ożarowski ]
* New upstream release
- pygmentize no longer fails when writing UTF-8 to output files
(closes: 771724)
* Drop doc/_build from the tarball (mostly due to missing JS sources; these
files are regenerated anyway)
* Remove .pyc files from upstream tarball
* make_utf8_default patch removed, no longer needed
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
[ Dmitry Shachnev ]
* Make autopkgtests depend on patch (to fix test failure on CI)
and python[3]-all (to run tests for all supported Python versions).
Closes: #740166.
[ Piotr Ożarowski ]
* New upstream release
- Bump X-Python-Version to 2.6
* Documentation moved to new binary package: python-pygments-doc
* Add dh-python and python-sphinx to Build-Depends
* Switch debhelper compat level to 9
* Standards-Version bumped to 3.9.6 (no changes needed)
* New upstream release
* fix_makefile_re.patch removed, no longer needed
* debian/watch file updated to handle rc versions correctly
[ Dmitry Shachnev ]
* Add DEP-8 tests (closes: #693028).
* Remove unneeded build-dependency on quilt.
* Bump Standards-Version to 3.9.4.
+ Add empty build-arch target to debian/rules.
* Drop Breaks: {python:Breaks}, it is obsolete.
* debian/patches/fix_makefile_re.patch: cherry-picked upstream commit
that fixes Makefile highlighting.
* New upstream release
* make_utf8_default patch: do not change the encoding guessing part in
pygments/lexer.py; updated to new upstream version
* debian/pygmentize no longer needed, upstream now ships the script in the
tarball (and it returns correct exit codes, closes: 628881)
* New upstream release
* Provide python3-pygments binary package
* Convert from python-support to dh_python2
* Source package format changed to 3.0 (quilt)
* Standards-Version bumped to 3.9.1 (no changes needed)
* New upstream release
* Add ttf-bitstream-vera package to Suggests ("img" formatter needs it)
* Homepage field updated
* New upstream release
- install Bash completion script for pygmentize
* Standards-Version bumped to 3.8.4 (no changes needed)
* New upstream release
* New upstream release
- minimum required Python version bumped to 2.4
* Add --prefix=/usr (Python >= 2.6 needs it)
* New upstream release
- upstream tarball repackaged: tests/examplefiles removed (at least one
of example files is not DFSG-free and I'm too lazy to review the rest
as most of them have different copyright holder and license),
get-orig-source target added, debian/watch file updated
* use_jinja2_to_generate_docs patch removed (incorporated upstream)
* disable_ez_setup.patch no longer needed
* make_utf8_default.patch updated
* debian/copyright file updated
* Standards-Version bumped to 3.8.3 (no changes needed)
* Add use_jinja2_to_generate_docs patch and replace python-jinja with
python-jinja2 build dependency
* Standards-Version bumped to 3.8.2 (no changes needed)
* Add description to the patches
* Remove brainf*ck from long description (LP: #302898)
* Upload to unstable
[ Sandro Tosi ]
* Switch Vcs-Browser field to viewsvn
[ Piotr Ożarowski ]
* New upstream release (upload to experimental due to Lenny freeze, to ease
testing rev. dependencies)
* Install scripts from external directory as examples (closes: #497532)
* debian/copyright: list of copyright holders updated
* New upstream release (upload to experimental due to Lenny freeze, to ease
testing rev. dependencies)
* Standards-Version bumped to 3.8.0:
+ debian/README.source file added
* New upstream release
* Add make_utf8_default patch - useful while using pygmentize with pipes
(use: pygmentize -P 'encoding=ascii' if you want old behaviour)
* Install debian/pygmentize instead of script created by setuptools
* Change Debian packaging licence to match upstream
[ Sandro Tosi ]
* debian/control
- uniforming Vcs-Browser field
[ Piotr Ożarowski ]
* Switch to python-support
* Replace python-setuptools runtime dependency with new python-pkg-resources
(closes: 468710)
* Compress binary package with bzip2
* Strip the "-1" from quilt's and setuptools' required build versions
* Install original pygmentize script (not touched by setuptools)
(closes: 455222)
* Bump Standards-Version to 3.7.3 (no changes needed)
* New upstream release
* Add patch that disables ez_setup at build time
- quilt added to Build-Depends
* Homepage field added
* Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now)
* New upstream release
* New upstream release
* Bump required Jinja version (build dependency)
* Added python-setuptools to Recommends
* Upload to unstable
* debian/copyright file updated
* Changed my address to piotr@debian.org
* New upstream release (upload to experimental due to Etch freeze)
* New upstream release (upload to experimental due to Etch freeze)
* Some debian/rules cleanups
* New upstream release (upload to experimental due to Etch freeze)
* Added XS-Vcs-Svn and XS-Vcs-Browser fields to debian/control
* Added python-chardet to Recommends: (guessing input encoding added)
* debian/copyright updated (license change to BSD)
* Removed debian/pygmentize.1 manpage (it's in upstream sources now)
* Initial release (closes: #395064)