Codebase list splix / debian/1.0.1-1.2
Imported Debian patch 1.0.1-1.2 Margarita Manterola authored 15 years ago Luca Niccoli committed 10 years ago
2 changed file(s) with 10 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 splix (1.0.1-1.2) unstable; urgency=low
1
2 * Non-maintainer upload to fix important usability bug.
3 * Applied patch from upstream that corrects a bug for the ML-2010
4 printer. Thanks to Pablo De Napoli for the patch. (Closes: #439817)
5
6 -- Margarita Manterola <marga@debian.org> Sun, 12 Oct 2008 15:46:27 +0000
7
08 splix (1.0.1-1.1) unstable; urgency=medium
19
210 * Non-maintainer upload.
168168 header[0xd] = _printer->docHeaderValues(1); // ??? XXX
169169 header[0xe] = _printer->qpdlVersion(); // QPDL Version
170170 header[0xf] = _printer->docHeaderValues(2); // ??? XXX
171 if (_printer->resolutionY() != _printer->resolutionX())
171 if (_printer->resolutionY() != _printer->resolutionX() ||
172 _printer->docHeaderValues(2) == 1)
172173 header[0x10] = _printer->resolutionX() / 100; // X Resolution
173174 else
174175 header[0x10] = 0; // X Resolution = Y Res.