[Foo2zjs-commits] r250 - in trunk/foo2zjs_20090908dfsg/debian: . patches

Luca Capello gismo at alioth.debian.org
Sun Nov 14 18:36:08 UTC 2010


Author: gismo
Date: 2010-11-14 18:36:03 +0000 (Sun, 14 Nov 2010)
New Revision: 250

Added:
   trunk/foo2zjs_20090908dfsg/debian/patches/92-udev-firmware-script-fixes.patch
Modified:
   trunk/foo2zjs_20090908dfsg/debian/changelog
   trunk/foo2zjs_20090908dfsg/debian/patches/series
Log:
debian/patches/92-udev-firmware-script-fixes.patch: new file

Modified: trunk/foo2zjs_20090908dfsg/debian/changelog
===================================================================
--- trunk/foo2zjs_20090908dfsg/debian/changelog	2010-11-14 18:17:31 UTC (rev 249)
+++ trunk/foo2zjs_20090908dfsg/debian/changelog	2010-11-14 18:36:03 UTC (rev 250)
@@ -16,6 +16,11 @@
   * Merge from Ubuntu maverick.
   * debian/control:
     + Depends: on foomatic-filters.
+  * debian/patches/series: update.
+  * debian/patches/92-udev-firmware-script-fixes.patch:
+    + When loading firmware into the printer via UDEV script, wait 3
+      seconds, so that UDEV scripts for automatic printer setup do not
+      interfere with the firmware transfer to the printer.
 
   [ Steve Langasek ]
   * Merge from Ubuntu maverick.

Added: trunk/foo2zjs_20090908dfsg/debian/patches/92-udev-firmware-script-fixes.patch
===================================================================
--- trunk/foo2zjs_20090908dfsg/debian/patches/92-udev-firmware-script-fixes.patch	                        (rev 0)
+++ trunk/foo2zjs_20090908dfsg/debian/patches/92-udev-firmware-script-fixes.patch	2010-11-14 18:36:03 UTC (rev 250)
@@ -0,0 +1,19 @@
+Delay firmware transfer for UDEV automatic printer setup
+--- foo2zjs_20100728dfsg.orig/hplj1000
++++ foo2zjs_20100728dfsg/hplj1000
+@@ -26,6 +26,15 @@
+ PROGNAME="$0"
+ 
+ #
++# Wait some time before installing the firmware so that probing for
++# automatic printer setup which happens immediately after turning on
++# the printer does not interfere with the firmware transfer to the
++# printer
++# https://bugs.launchpad.net/ubuntu/+source/foo2zjs/+bug/543177
++#
++sleep 3
++
++#
+ # Set $DEV to, e.g. /dev/usb/lp0, to force the device you want
+ # Else, leave it null to automatically detect the device
+ #

Modified: trunk/foo2zjs_20090908dfsg/debian/patches/series
===================================================================
--- trunk/foo2zjs_20090908dfsg/debian/patches/series	2010-11-14 18:17:31 UTC (rev 249)
+++ trunk/foo2zjs_20090908dfsg/debian/patches/series	2010-11-14 18:36:03 UTC (rev 250)
@@ -9,3 +9,4 @@
 70-printer-profile.patch
 80-getweb.in.patch
 90-manpages.patch
+92-udev-firmware-script-fixes.patch




More information about the Foo2zjs-commits mailing list