File: changelog

package info (click to toggle)
pxljr 1.4%2Brepack0-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 352 kB
  • sloc: ansic: 1,968; sh: 105; perl: 54; makefile: 36; python: 8
file content (196 lines) | stat: -rw-r--r-- 7,458 bytes parent folder | download
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
pxljr (1.4+repack0-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 git-dpm

 -- Didier Raboud <odyx@debian.org>  Sat, 10 Feb 2018 16:55:27 +0100

pxljr (1.4+repack0-4) 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:31:11 +0100

pxljr (1.4+repack0-3) unstable; urgency=low

  * Add cups-filters >= 1.0.42 as first alternative dependency to
    foomatic-filters
  * Specify automake versioned (>= 1.11) build dependency
  * Drop pxljr transitional package which reached stable
  * Bump Standards-Version to 3.9.5 without changes needed

 -- Didier Raboud <odyx@debian.org>  Fri, 06 Dec 2013 22:55:38 +0100

pxljr (1.4+repack0-2) unstable; urgency=low

  [ Pascal De Vuyst ]
  * Fix typo in package long description (Closes: #712375)

  [ Didier Raboud ]
  * Rebuild against pyppd >= 1.0.1

 -- Didier Raboud <odyx@debian.org>  Thu, 12 Sep 2013 22:15:09 +0200

pxljr (1.4+repack0-1) unstable; urgency=low

  * New 1.4 upstream release
    - The libjpeg convenience copy has been dropped.

  [ Didier Raboud ]
  * Repack the original 1.4 tarball to remove the libijs convenience
    copy.
  * Bump Standards-Version to 3.9.4 without changes needed
  * Bump debhelper depends to 9 to align with compat

  [ Pascal De Vuyst ]
  * Fix typo in package description (Closes: #703758)

 -- Didier Raboud <odyx@debian.org>  Fri, 14 Jun 2013 17:41:03 +0200

pxljr (1.3+repack0-2) unstable; urgency=low

  * Refactoring, action 1:
    - rename pxljr to printer-driver-pxljr, add transitional package.

  * Bump debhelper compat to 9 for auto- buildflags.
  * Slightly rewrite descriptions.
  * Fix typo in debian/copyright.

 -- Didier Raboud <odyx@debian.org>  Mon, 24 Oct 2011 22:12:47 +0200

pxljr (1.3+repack0-1) unstable; urgency=low

  * Initial Debian release (Closes: #639898).

  * Start from the Ubuntu packaging, thanks!

  * Repack the original 1.3+wjpeg tarball to:
    - Remove the libjpeg convenience copy.
    - Remove the libijs convenience copy.
  * Add lib{ijs,jpeg}-dev Build-Depends
  * Create add_simple_buildsystem.patch to compile ijs_pxljr with libijs and
    libjpeg system libraries.
  * Put under the Debian Printing Team umbrella, add myself as Uploader.
  * Convert to tiny dh style.
  * Use dh_pyppd trough the --with stanza.
  * Add VCS-* fields.
  * Use a proper Homepage: field.
  * Convert to 3.0 (quilt) source format.
  * Rewrite debian/copyright: 
    - DEP-5-style.
    - Mention the repacking in the header section.
    - List LibJPEG-covered files.
  * Install the apport hook conditionally.
  * Lower-case short description.
  * Add debian/watch.
  * Bump Standards-Version to 3.9.2 witout changes needed.

 -- Didier Raboud <odyx@debian.org>  Wed, 31 Aug 2011 16:14:39 +0200

pxljr (1.3-0ubuntu2) oneiric; urgency=low

  * debian/control, debian/rules, debian/pxljr.postinst,
    debian/pxljr-ppd-updater: Replace the PPD-updater postinst by CUPS' trigger,
    replacing the postinst script bya ppd-updater file with the needed
    parameters and removing the dependency on the CUPS packages.
  * debian/control, debian/rules: Compress the PPD files using the dh_pyppd
    debhelper.

 -- Till Kamppeter <till.kamppeter@gmail.com>  Sun, 21 Aug 2011 23:14:58 +0200

pxljr (1.3-0ubuntu1) oneiric; urgency=low

  * New upstream release
     o Duplex printing works now
     o Fixed the bug of Some solid colors being printed in white in "Normal"
       and "Draft" quality modes (LP: #228635)
     o Included all needed files of libjpeg 6b to be independent of the system's
       libjpeg for the "Normal" and "Draft" quality modes to work correctly.
  * debian/patches/blank-color-squares.patch, debian/patches/duplex.patch,
    debian/local/jpeg-6b/: Removed, incorporated upstream.
  * debian/rules: Removed build instructions for included libjpeg.
  * debian/control: Removed unneeded build-dependencies.

 -- Till Kamppeter <till.kamppeter@gmail.com>  Mon, 08 Aug 2011 12:09:58 +0200

pxljr (1.1-0ubuntu9) oneiric; urgency=low

  * debian/rules, debian/control, debian/local/jpeg-6b: Include the full
    source code (only test images removed to have no binary files in debian/)
    of the last nonturbo libjpeg 6b and link it statically to make the low and
    normal quality modes work. This code does not work with newer libjpeg
    versions as they get linked dynamically. This is a temporary measure until
    pxljr gets fixed upstream. Thanks to upstream author Hin-Tak Leung for
    investigating this (LP: #777670).

 -- Till Kamppeter <till.kamppeter@gmail.com>  Thu, 28 Jul 2011 19:49:23 +0200

pxljr (1.1-0ubuntu8) oneiric; urgency=low

  * debian/rules: Added "-dNOINTERPOLATE" to the Ghostscript command lines in
    the PPD files to make the page rendering by Ghostscript faster.

 -- Till Kamppeter <till.kamppeter@gmail.com>  Sun, 24 Jul 2011 19:25:23 +0200

pxljr (1.1-0ubuntu7) karmic; urgency=low

  * debian/pxljr.postinst: Fixed "lpstat -r" check for the
    auto update of PPDs of existing queues. "lpstat -r" exits always with
    status 0, we must check the actual output. Call lpstat, lpadmin, and
    cupsctl with "-h /var/run/cups/cups.sock" to avoid querying remote
    servers set up in /etc/cups/client.conf, and asking for passwords. 
    Thanks to Martin-Éric Racine for tracking this down and the solution!
    See Debian bug #543468. Use signal names instead of numbers for trap.
    Quiesces a lintian bashism warning.

  * debian/control: Added dependency on cups and cups-client, to assure
    that automatic update of the PPDs of existing print queues.

 -- Till Kamppeter <till.kamppeter@gmail.com>  Fri, 18 Sep 2009 16:21:23 +0200

pxljr (1.1-0ubuntu6) jaunty; urgency=low

  * debian/pxljr.postinst: Silenced non-fatal error messages when
    post-install script updates PPDs and there are PPDs not belonging to
    a CUPS queue in /etc/cups/ppd/ (LP: #345866).

  * debian/local/apport-hook.py, debian/rules: Added apport hook (LP: #338442).

 -- Till Kamppeter <till.kamppeter@gmail.com>  Thu, 26 Mar 2009 16:37:50 +0100

pxljr (1.1-0ubuntu5) jaunty; urgency=low

  * debian/pxljr.postinst: Added automatic updating of the PPD files of the
    already existing CUPS queues which use this driver.

 -- Till Kamppeter <till.kamppeter@gmail.com>  Wed, 18 Feb 2009 10:57:50 +0100

pxljr (1.1-0ubuntu4) jaunty; urgency=low

  * debian/patches/blank-color-squares.patch: Some solid colors got printed in
    white in "Normal" and "Draft" quality modes (Easily visible on Ubuntu test
    page, LP: #228635).

 -- Till Kamppeter <till.kamppeter@gmail.com>  Tue, 11 Nov 2008 19:31:50 +0100

pxljr (1.1-0ubuntu3) intrepid; urgency=low

  * debian/rules, debian/control: Add necessary stuff to support patches.
  * debian/patches/duplex.patch: Make double-sided printing working.

 -- Till Kamppeter <till.kamppeter@gmail.com>  Tue, 23 Sep 2008 22:37:50 +0200

pxljr (1.1-0ubuntu2) intrepid; urgency=low

  * debian/rules: Add "*cupsFilter" line to accept PDF input data to the PPDs
  * debian/control: Require foomatic-filters 4.x.

 -- Till Kamppeter <till.kamppeter@gmail.com>  Wed, 13 Aug 2008 16:20:50 +0200

pxljr (1.1-0ubuntu1) feisty; urgency=low

  * Initial Release.

 -- Till Kamppeter <till.kamppeter@gmail.com>  Sat, 13 Jan 2007 23:00:00 +0000