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 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213
|
pyppd (1.1.0-2) unstable; urgency=medium
* Run wrap-and-sort -baskt
* Remove myself from Uploaders
* S-V: Update to 4.6.0 without changes needed
* Add Salsa CI configuration
-- Didier Raboud <odyx@debian.org> Mon, 06 Sep 2021 11:17:25 +0200
pyppd (1.1.0-1) unstable; urgency=medium
[ Didier Raboud ]
* New 1.1.0 upstream release
- Drop all patches, all merged upstream
* Refresh packaging:
- Convert to git debrebase workflow
- Bump Standards-Version to 4.5.0 without changes needed
- Set upstream metadata fields
- Set debhelper-compat version in Build-Depends
- Bump debhelper from old 11 to 13
- Update d/copyright for 1.1.0
[ Till Kamppeter ]
* Update all links to new home on GitHub
-- Didier Raboud <odyx@debian.org> Tue, 02 Jun 2020 18:55:12 +0200
pyppd (1.0.2-6) unstable; urgency=medium
[ Didier Raboud ]
* dh_pyppd: annotate python3 Depends with :any
* Refresh d/copyright a d/watch
* Bump debhelper compat to 11
[ Helmut Grohne ]
* Mark pyppd Multi-Arch: foreign (Closes: #871530)
-- Didier Raboud <odyx@debian.org> Fri, 30 Mar 2018 10:07:24 +0200
pyppd (1.0.2-5) unstable; urgency=medium
* Bump Standards-Version to 4.1.3 without changes needed
* Update Vcs-* fields for the move to salsa.d.o
* Initialize gbp.conf and git-dpm
-- Didier Raboud <odyx@debian.org> Sat, 10 Feb 2018 16:58:56 +0100
pyppd (1.0.2-4) unstable; urgency=medium
* Upload to unstable; reproducibility and regression tests successful
* Add patch to sort the found ppd files before looping over them, for
reproducibility of pyppd-produced scripts
-- Didier Raboud <odyx@debian.org> Thu, 25 Feb 2016 09:52:19 +0100
pyppd (1.0.2-3) experimental; urgency=medium
* Rewrite the PPD files serialization to use a combination of base64 and json
dump instead of the unreproducible python pickle. This should bring most
packages of the printing stack closer to reproducibility
-- Didier Raboud <odyx@debian.org> Wed, 17 Feb 2016 08:09:31 +0100
pyppd (1.0.2-2) unstable; urgency=medium
* Move the repository from collab-maint to printing; update the VCS-* fields
accordingly
-- Didier Raboud <odyx@debian.org> Thu, 06 Mar 2014 16:44:18 +0100
pyppd (1.0.2-1) unstable; urgency=low
* New 1.0.2 upstream release
* Update Vcs-* fields to canonical forms
* Bump Standards-Version to 3.9.5 without changes needed
* Add --archive-filename option to dh_pyppd to allow the specification
of the pyppd archive name
-- Didier Raboud <odyx@debian.org> Wed, 15 Jan 2014 17:34:04 +0100
pyppd (1.0.1-2) unstable; urgency=low
[ Enrico Tassi ]
* Fallback to debian/tmp if no ppds are found in debian/$pkg
(Closes: #722890)
-- Didier Raboud <odyx@debian.org> Fri, 01 Nov 2013 13:11:51 +0100
pyppd (1.0.1-1) unstable; urgency=low
* New 1.0.1 upstream release.
- Improved the checking of "*1284DeviceID:" and "*Product:" lines in
the PPD files whether they are really for different models
Closes: #693697
* Fix dh_pyppd's POD typos.
-- Didier Raboud <odyx@debian.org> Thu, 12 Sep 2013 19:34:53 +0200
pyppd (1.0.0-3) unstable; urgency=low
* Upload to unstable
* Don't use dh_auto_* tools to avoid trying to run setup.py with
python2.x, which is not supported.
* Bump Standards-Version to 3.9.4 without changes needed
-- Didier Raboud <odyx@debian.org> Sun, 19 May 2013 10:14:16 +0200
pyppd (1.0.0-2) experimental; urgency=low
[ Dmitrijs Ledkovs ]
* Use python3 shebang (Closes: #692379)
* Clean up builds in clean target
-- Didier Raboud <odyx@debian.org> Mon, 05 Nov 2012 15:44:33 +0100
pyppd (1.0.0-1) experimental; urgency=low
* New upstream version 1.0.0.
* Drop patches merged upstream:
- 00git_improve_runtime_error_handling.patch
- 01_python3_compat.patch
* Bump Standards-Version to 3.9.3 without changes needed.
* Fix upstream FTBFS caused by the absence of ISSUES file.
* Build for all python3 versions.
* Rewrite debian/copyright with CF1.0 and reflect the license change
to Expat.
-- Didier Raboud <odyx@debian.org> Wed, 11 Jul 2012 01:38:42 +0200
pyppd (0.4.9-8) experimental; urgency=low
* 00git_improve_runtime_error_handling.patch: Also import upstream commit
efa467c0a to only exit if the IOError caught was a Broken Pipe.
* 01_python3_compat.patch: Update to current upstream merge proposal to
rework bytes vs. string handling to be more robust. Also fix setup.py to
work under non-UTF8 locales. (Closes: #677130)
-- Martin Pitt <mpitt@debian.org> Tue, 12 Jun 2012 08:39:24 +0200
pyppd (0.4.9-7) experimental; urgency=low
* Add 00git_improve_runtime_error_handling.patch: Improved runtime error
handling. Patch taken from upstream git head.
* Add 01_python3_compat.patch: Port code to also work with Python 3. It
still works with Python2 as well.
* Switch to Python 3:
- Add 02_use_python3.patch: Use python3 in the program, template, and
setup.py.
- debian/control: Move to python3-all build dependency, and drop
XS-Python-Version (as this works with all python 3 versions).
- debian/rules: Build with "python3", and override auto_build and
auto_install command (until debhelper supports autobuilding python3
modules, see Debian #597105).
- debian/dh_pyppd: Generate "python3" dependency.
-- Martin Pitt <mpitt@debian.org> Tue, 05 Jun 2012 09:52:02 +0200
pyppd (0.4.9-6) unstable; urgency=low
* Strip '^printer-driver-' from compressed PPD archive names.
-- Didier Raboud <odyx@debian.org> Mon, 24 Oct 2011 15:35:58 +0200
pyppd (0.4.9-5) unstable; urgency=low
* Bugfix in dh_pyppd: Delete non-gzipped PPDs too.
-- Didier Raboud <odyx@debian.org> Thu, 18 Aug 2011 19:49:09 +0200
pyppd (0.4.9-4) unstable; urgency=low
* dh_pyppd update:
- Make sure it handles gzipped PPDs.
- Don't try to be too smart and just check for available PPDs.
-- Didier Raboud <odyx@debian.org> Thu, 18 Aug 2011 16:52:51 +0200
pyppd (0.4.9-3) unstable; urgency=low
* Add dh_pyppd helper in the dh sequence.
* Update the long description to include some bits about dh_pyppd.
* Update the Debian copyright.
* Acknowledge NMU, thanks Piotr !
-- Didier Raboud <odyx@debian.org> Wed, 17 Aug 2011 16:48:52 +0200
pyppd (0.4.9-2.1) unstable; urgency=low
* Non-maintainer upload (just a rebuild to add Python 2.7 and
dropPython 2.5 support)
-- Piotr Ożarowski <piotr@debian.org> Sun, 17 Apr 2011 21:18:45 +0200
pyppd (0.4.9-2) unstable; urgency=low
* Merge from Ubuntu:
- Correct debian/copyright to match the upstream code: GPLv3 instead of
GPLv3+. (Closes: #607282)
* Use my @d.o address in Uploaders.
-- Didier Raboud <odyx@debian.org> Thu, 06 Jan 2011 15:32:24 +0100
pyppd (0.4.9-1ubuntu1) natty; urgency=low
* debian/copyright: Corrected to match the upstream code.
-- Till Kamppeter <till.kamppeter@gmail.com> Thu, 16 Dec 2010 17:24:03 +0100
pyppd (0.4.9-1) unstable; urgency=low
* Initial release. (Closes: #602389)
-- Didier Raboud <didier@raboud.com> Thu, 11 Nov 2010 23:27:59 +0100
|