[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Please unblock splix/1.0.1-1.2



Hi!

I've uploaded splix/1.0.1-1.2 a few days ago.  It fixes an important
usability bug (#439817, ML-2010 printers not working properly) with a
very small patch, taken from upstream's svn repo.

Users that experienced the problem with the previous package have
already sent in their confirmation that this package fixes it for them.
I think this bug is important enough to include the fix in Debian Lenny.

So, please unblock splix/1.0.1-1.2.  Thanks!

This is the debdiff:

diff -u splix-1.0.1/src/spl2.cpp splix-1.0.1/src/spl2.cpp
--- splix-1.0.1/src/spl2.cpp
+++ splix-1.0.1/src/spl2.cpp
@@ -169,7 +169,8 @@
     header[0xd] = _printer->docHeaderValues(1);     // ??? XXX
     header[0xe] = _printer->qpdlVersion();          // QPDL Version
     header[0xf] = _printer->docHeaderValues(2);     // ??? XXX
-    if (_printer->resolutionY() != _printer->resolutionX())
+    if (_printer->resolutionY() != _printer->resolutionX() || 
+        _printer->docHeaderValues(2) == 1)
         header[0x10] = _printer->resolutionX() / 100; // X Resolution
     else
         header[0x10] = 0;                           // X Resolution = Y Res.
diff -u splix-1.0.1/debian/changelog splix-1.0.1/debian/changelog
--- splix-1.0.1/debian/changelog
+++ splix-1.0.1/debian/changelog
@@ -1,3 +1,11 @@
+splix (1.0.1-1.2) unstable; urgency=low
+
+  * Non-maintainer upload to fix important usability bug.
+  * Applied patch from upstream that corrects a bug for the ML-2010 
+    printer.  Thanks to Pablo De Napoli for the patch. (Closes: #439817)  
+
+ -- Margarita Manterola <marga@debian.org>  Sun, 12 Oct 2008 15:46:27 +0000
+
 splix (1.0.1-1.1) unstable; urgency=medium
 
   * Non-maintainer upload.


-- 
Saludos,
Marga


Reply to: