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 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116
|
img2pdf (0.4.0-1) unstable; urgency=medium
* new upstream release (closes: #966944)
- debian/control: add B-D on pikepdf, pytest, icc-profiles-free,
libgs9-common
- add debian/patches/remove_pdfrw.patch
- add debian/patches/endianess-endianness.patch
- add debian/patches/imdepth.patch
- add debian/patches/disableicc.patch
* debian/rules: use debian/pybuild.testfiles to do away with dh_auto_test
override
* rewrite autopkgtest to use pytest
* debian/control: numpy and scipy need <!nocheck>
-- Johannes 'josch' Schauer <josch@debian.org> Thu, 27 Aug 2020 09:56:16 +0200
img2pdf (0.3.6-1) unstable; urgency=medium
* new upstream release
* debian/control: drop b-d on python3-pdfrw (closes: #958362)
* debian/control: bump dh compat to 13
-- Johannes 'josch' Schauer <josch@debian.org> Sat, 09 May 2020 08:32:20 +0200
img2pdf (0.3.4-1) unstable; urgency=medium
* new upstream release
- don't use flaky imagemagick to generate testinput (closes: #955564)
* let manpage refer to img2pdf, not img2pdf.py (closes: #922180)
* add debian/salsa-ci.yml
* debian/control: move vcs to salsa
* debian/tests/default: ADTTMP -> AUTOPKGTEST_TMP
* debian/control: add Rules-Requires-Root: no
* bump dh compat to 12
* debian/control: add build-depends on python3-numpy and python3-scipy
* debian/tests/control: format with wrap-and-sort
* debian/control: bump standards-version to 4.5.0 (no changes)
* debian/tests/control: add depends of test-sh on python3-numpy and
python3-scipy
* also install the GUI
-- Johannes 'josch' Schauer <josch@debian.org> Sun, 05 Apr 2020 21:16:58 +0200
img2pdf (0.3.3-1) unstable; urgency=medium
* new upstream release
* debian/control: run wrap-and-sort
* debian/upstream/signing-key.asc: export a more minimal key with
--export-options export-minimal,export-clean
* debian/rules: run test.sh during build
* add test.sh autopkgtest
* debian/control: bump Standards-Version to 4.3.0
-- Johannes 'josch' Schauer <josch@debian.org> Mon, 07 Jan 2019 15:24:31 +0100
img2pdf (0.3.2-1) unstable; urgency=medium
* new upstream release
- fixed PNG handling (closes: #913153)
-- Johannes 'josch' Schauer <josch@debian.org> Fri, 23 Nov 2018 18:23:26 +0100
img2pdf (0.3.1-1) unstable; urgency=medium
* new upstream release
* debian/watch: check signature
* debian/control: add breaks on ocrmypdf (<< 6.2.3-1)
-- Johannes 'josch' Schauer <josch@debian.org> Sun, 05 Aug 2018 21:38:39 +0200
img2pdf (0.3.0-1) unstable; urgency=medium
* new upstream release
* debian/copyright: use secure copyright format uri
* bump debhelper compat level to 11
* debian/tests/default: test all test input
* debian/watch: use secure uri
-- Johannes 'josch' Schauer <josch@debian.org> Fri, 20 Jul 2018 07:42:42 +0200
img2pdf (0.2.3-1) unstable; urgency=medium
* New upstream release
* Add Vcs-Browser and Vcs-Git for dgit
* Let img2pdf depend on the exact same version of python3-img2pdf
* Add autopkgtests
* Move python3-pkg-resources from Build-Depends to Depends of img2pdf. This
is the actual fix for #818617 which was wrongly fixed in version 0.2.0-2
by adding python3-pkg-resources to Build-Depends.
* Do not remove src/img2pdf.egg-info in clean target as it's part of the
source package
* Enhance the long and short description
* Remove leftover debian/python3-jp2.substvars
* Bump debhelper compat level to 10
* Bump Standards-Version to 3.9.8 (no changes required)
-- Johannes Schauer <josch@debian.org> Fri, 20 Jan 2017 06:57:27 +0100
img2pdf (0.2.1-1) unstable; urgency=medium
* New upstream release (closes: #833376)
-- Johannes Schauer <josch@debian.org> Tue, 16 Aug 2016 16:35:49 +0200
img2pdf (0.2.0-2) unstable; urgency=medium
* Add missing dependency on python3-pkg-resources (Thanks, Sean Whitton for
the diff) (Closes: #818617).
-- Johannes Schauer <josch@debian.org> Sun, 03 Jul 2016 06:08:37 +0200
img2pdf (0.2.0-1) unstable; urgency=medium
* Initial release. (Closes: #742075)
-- Johannes Schauer <josch@debian.org> Tue, 09 Feb 2016 08:50:55 +0100
|