pkglint -r --network --only "migrate"
As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
pdf2djvu (0.9.13) unstable; urgency=low
[ Jakub Wilk ]
* Fix build failure with Poppler ≥ 0.76.
* Improve warning message for (unhandled) hide actions.
* Windows: fix reading files with non-ASCII characters in names.
https://github.com/jwilk/pdf2djvu/issues/138
* Upgrade libraries bundled with the Windows package:
- Poppler 0.77;
- FreeType 2.10;
- OpenJPEG 2.3.1.
* Improve the test suite:
+ Don't enforce the C locale.
+ Make it easy to pass arguments to nose.
(make test noseargs=...)
* Update the Polish translation.
* Use HTTPS for exiv2.org URLs.
* Update poppler-data URL.
* Add support for heap profiling using gperftools.
[ Samy Mahmoudi ]
* Improve build-time logging.
-- Jakub Wilk <jwilk@jwilk.net> Mon, 10 Jun 2019 19:06:35 +0200
pdf2djvu (0.9.12) unstable; urgency=low
* Fix build failure with Poppler ≥ 0.72.
* Improve the test suite.
* Improve typography in the manual page.
* Upgrade libraries bundled with the Windows package:
- Poppler 0.72;
- poppler-data 0.4.9;
- GraphicsMagick 1.3.31;
- FreeType 2.9.1;
- Expat 2.2.6.
* Windows: fix GraphicsMagick configuration search path.
* Windows: install miscellaneous documentation files.
Regression introduced in 0.8.1.
* Windows build system: don't download sources without explicit user's
consent.
-- Jakub Wilk <jwilk@jwilk.net> Wed, 02 Jan 2019 16:46:27 +0100
pdf2djvu (0.9.11) unstable; urgency=low
* Fix build failure with Poppler ≥ 0.70.
* Improve error handling.
* Improve the build system:
+ Fix Poppler (≥ 0.69) headers detection with old compilers that require
the -std option to enable C++11 mode.
+ Honor the CPPFLAGS environment variable only at configure time, not when
running make. (This was already the case for other *FLAGS variables.)
* Improve the test suite:
+ Make it easy to use custom Python interpreter.
(make test PYTHON=/path/to/python)
+ Make it easy to test against installed version of pdf2djvu.
(make test-installed)
* Improve documentation:
+ Use HTTPS for leon.bottou.org URL.
-- Jakub Wilk <jwilk@jwilk.net> Thu, 25 Oct 2018 23:07:15 +0200
Updated during freeze because the previous version didn't compile with
the version of poppler that we currently have.
Changes:
- bug fixes
- build fixes
- doc improvements
note: script detailed in `man revbump` insisted on bumping pkgrevision of
print/poppler, it's probably wrong, but not committing this change is wronger.
Changelog:
pdf2djvu (0.9.7) unstable; urgency=low
* Fix build failure with Poppler ≥ 0.58.
* Improve the build system:
+ Fix non-portable sed(1) calls in the manpage translations makefile.
+ Use relative paths when building OpenJPEG for Windows (so that absolute
paths are not included in the binary).
* Upgrade libraries bundled with the Windows package:
- Poppler 0.59.
-- Jakub Wilk <jwilk@jwilk.net> Mon, 04 Sep 2017 21:15:05 +0200
pdf2djvu (0.9.6) unstable; urgency=low
* Port the code to C++11.
Incidentally, this fixes build failure with Poppler ≥ 0.57.
* Fix GCC 8 warnings about catching polymorphic type by value.
https://github.com/jwilk/pdf2djvu/issues/122
* Upgrade libraries bundled with the Windows package:
- Poppler 0.57;
- GraphicsMagick 1.3.26;
- Expat 2.2.3;
- FreeType 2.8;
- fontconfig 2.12.4.
* Windows: build Poppler against OpenJPEG 2.1.2.
* Improve the test suite.
-- Jakub Wilk <jwilk@jwilk.net> Mon, 07 Aug 2017 14:52:02 +0200
Changelog:
pdf2djvu (0.9.5) unstable; urgency=low
[ Jakub Wilk ]
* Improve error handling:
+ Fix temporary files removal order.
https://github.com/jwilk/pdf2djvu/issues/114
+ Ignore duplicate page titles (with warning).
Thanks to Juan Francisco Cantero Hurtado for the bug report.
https://github.com/jwilk/pdf2djvu/issues/113
* Fix creating bookmarks with more than 255 children.
Regression introduced in 0.7.20.
* Fix incorrect progress output in parallel mode.
* Windows: fix console output encoding.
https://github.com/jwilk/pdf2djvu/issues/64
* Upgrade libraries bundled with the Windows package:
- Poppler 0.49;
- DjvuLibre 3.5.27;
- GraphicsMagick 1.3.25;
- Expat 2.2.0;
- FreeType 2.6.5;
- fontconfig 2.12.1;
- gettext 0.19.8.1.
* Improve documentation:
+ Don't mention “--page-title-template=” as a way of disabling page
titles. This works only if “--no-page-titles” works; there's no reason
to prefer the former.
Thanks to Roland Winkler for the bug report.
+ Update nose homepage URL.
+ Update OpenMP URLs.
+ Fix typos.
* Improve the test suite:
+ Fix test failure on GNU/Hurd, which doesn't correctly propagate virtual
memory limits to subprocesses.
http://savannah.gnu.org/bugs/?43320
* Drop support for Poppler < 0.17.
* Build with “-std=gnu++98”.
* Build with “-Wempty-body”.
* Build with “-Werror=misleading-indentation”.
* Don't enable unknown warning options for clang.
* Update the Polish translation.
[ Américo Monteiro ]
* Update the Portuguese translation.
[ Chris Leick ]
* Update the German translation.
[ Kyrill Detinov ]
* Update the Russian translation.
-- Jakub Wilk <jwilk@jwilk.net> Wed, 14 Dec 2016 23:39:19 +0100
Changelog:
pdf2djvu (0.9.4) unstable; urgency=low
[ Jakub Wilk ]
* Standardize on American spelling in the manual page.
* Document that bugs can be reported to the mailing list.
* Fix build failure with GCC 6.
Thanks to Martin Michlmayr for the bug report.
https://bugs.debian.org/812007
* Improve warning message when a link with an unsupported
action type is encountered.
Thanks to Janusz S. Bień for the bug report.
https://groups.io/g/pdf2djvu/message/26
* Improve error handling in out-of-memory situations.
Thanks to Daniel Stender for the bug report.
https://bitbucket.org/jwilk/pdf2djvu/issue/107
* Use HTTPS for sourceforge.net and freedesktop.org URLs.
* Improve the test suite.
* Update the Polish translation.
[ Chris Leick ]
* Update the German translation.
[ Américo Monteiro ]
* Update the Portuguese translation.
[ Kyrill Detinov ]
* Update the Russian translation.
[ Jean-Paul Guillonneau ]
* Update the French translation of the manual page.
-- Jakub Wilk <jwilk@jwilk.net> Wed, 24 Feb 2016 18:34:05 +0100
Changelog:
pdf2djvu (0.9.3) unstable; urgency=low
* Fix rendering some vector elements that should go to the foreground layer.
Regression introduced in 0.7.1.
https://bitbucket.org/jwilk/pdf2djvu/issues/115
* Improve the test suite.
-- Jakub Wilk <jwilk@jwilk.net> Fri, 20 Nov 2015 19:26:40 +0100
pdf2djvu (0.9.2) unstable; urgency=low
[ Jakub Wilk ]
* Improve error handling.
+ Ignore document outline items with non-existent destinations.
https://bitbucket.org/jwilk/pdf2djvu/issues/112
* Improve the test suite.
* Update the Polish translation.
[ Chris Leick ]
* Update the German translation.
[ Américo Monteiro ]
* Update the Portuguese translation.
[ Kyrill Detinov ]
* Update the Russian translation.
-- Jakub Wilk <jwilk@jwilk.net> Thu, 22 Oct 2015 15:06:02 +0200
pdf2djvu (0.9.1) unstable; urgency=low
* Fix detection of libraries needed for XMP support in the configure script.
* Document that libuuid might be a part of e2fsprogs on some systems.
* Use DCE uuid_*() functions (instead of libuuid) if they are provided by
libc.
* Improve error handling.
* Improve the test suite.
+ Add work-around for tests failing on OpenBSD because of an error message
from GraphicsMagick (“Failed to close module …”).
https://bitbucket.org/jwilk/pdf2djvu/issues/108
-- Jakub Wilk <jwilk@jwilk.net> Mon, 28 Sep 2015 22:00:48 +0200
pdf2djvu (0.9) unstable; urgency=low
[ Jakub Wilk ]
* Add support for PDF page labels in page titles.
Use labels as default page titles.
https://bitbucket.org/jwilk/pdf2djvu/issue/109
* Add the “--no-page-title” option.
Also, don't set page title if “--page-title-template” is empty.
* Rename “--pageid-prefix” as “--page-id-prefix”.
* Rename “--pageid-template” as “--page-id-template”.
* Improve XMP support:
+ Use the Exiv2 library (instead of the GNOME XSLT library with
hand-crafted XSL stylesheets).
+ Update the xmpMM:InstanceID property.
+ Update the xmpMM:DocumentID property.
+ Generate globally unique identifiers in the urn:uuid namespace.
https://tools.ietf.org/html/rfc4122#section-3
+ Use correct timezone offset in xmp:MetadataDate.
* Fix a few spelling mistakes in the manual page.
* Fix support for files larger than 2GB on 32-bit systems.
* Improve error handling.
* Improve the test suite.
* Update the Polish translation.
* Disable building the Ukrainian manual page, which is not fully translated.
[ Américo Monteiro ]
* Update the Portuguese translation.
[ Chris Leick ]
* Update the German translation.
[ Jean-Paul Guillonneau ]
* Update the French translation of the manual page.
[ Kyrill Detinov ]
* Update the Russian translation.
-- Jakub Wilk <jwilk@jwilk.net> Sun, 27 Sep 2015 17:45:49 +0200