Codebase list splix / debian/2.0.0-2.2
Imported Debian patch 2.0.0-2.2 Philipp Kern authored 13 years ago Luca Niccoli committed 10 years ago
3 changed file(s) with 11 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
0 splix (2.0.0-2.2) unstable; urgency=low
1
2 * Non-maintainer upload.
3 * Fix alignment to allow printing on ARM, thanks to Luca Niccoli.
4 (Closes: #574349)
5
6 -- Philipp Kern <pkern@debian.org> Sun, 03 Oct 2010 10:51:05 +0200
7
08 splix (2.0.0-2.1) unstable; urgency=low
19
210 * Non-maintainer upload.
00 $(DEPDIR)/src/qpdl.d $(BUILDDIR)/src/qpdl.o: src/qpdl.cpp include/qpdl.h \
1 include/page.h include/band.h include/errlog.h include/request.h \
2 include/printer.h include/bandplane.h
1 include/page.h include/band.h include/errlog.h include/request.h \
2 include/printer.h include/bandplane.h
33
44 include/qpdl.h:
55
3232 {
3333 unsigned long version, subVersion, size, dataSize, checkSum;
3434 bool color, headerSent=false;
35 unsigned char header[0x20];
35 unsigned char header[0x20] __attribute__((aligned(4)));
3636 const BandPlane *plane;
3737
3838 version = request.printer()->qpdlVersion();