[Foo2zjs-commits] r156 - in trunk/foo2zjs_20081007dfsg/debian: . patches

gismo at alioth.debian.org gismo at alioth.debian.org
Tue Nov 25 22:37:58 UTC 2008


Author: gismo
Date: 2008-11-25 22:37:58 +0000 (Tue, 25 Nov 2008)
New Revision: 156

Modified:
   trunk/foo2zjs_20081007dfsg/debian/changelog
   trunk/foo2zjs_20081007dfsg/debian/patches/40-path-correction.dpatch
Log:
debian/patches/40-path-correction.dpatch: refresh

Modified: trunk/foo2zjs_20081007dfsg/debian/changelog
===================================================================
--- trunk/foo2zjs_20081007dfsg/debian/changelog	2008-11-25 22:18:27 UTC (rev 155)
+++ trunk/foo2zjs_20081007dfsg/debian/changelog	2008-11-25 22:37:58 UTC (rev 156)
@@ -8,6 +8,7 @@
     + add myself to Uploaders:.
   * debian/patches/10-makefile.dpatch: refresh.
   * debian/patches/30-udevs-rules.dpatch: refresh.
+  * debian/patches/40-path-correction.dpatch: refresh.
 
  --
 

Modified: trunk/foo2zjs_20081007dfsg/debian/patches/40-path-correction.dpatch
===================================================================
--- trunk/foo2zjs_20081007dfsg/debian/patches/40-path-correction.dpatch	2008-11-25 22:18:27 UTC (rev 155)
+++ trunk/foo2zjs_20081007dfsg/debian/patches/40-path-correction.dpatch	2008-11-25 22:37:58 UTC (rev 156)
@@ -1,5 +1,6 @@
 #!/bin/sh -e
 ## 40-path-correction.dpatch, by Steffen Joeris <steffen.joeris at skolelinux.de>
+## and Luca Capello <luca at pca.it>
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
 ## DP: Correct the path for the usb_printerid program
@@ -23,14 +24,14 @@
 exit 0
 
 @DPATCH@
---- hplj1000	2006-10-06 19:27:13.000000000 +1000
-+++ foo2zjs-20070624/hplj1000	2006-10-06 19:27:29.000000000 +1000
-@@ -40,7 +40,7 @@
+--- foo2zjs-20081007dfsg/hplj1000.ORG	2008-10-17 15:52:29.000000000 +0200
++++ foo2zjs-20081007dfsg/hplj1000	2008-10-17 15:52:47.000000000 +0200
+@@ -47,7 +47,7 @@
+ #    [snip]
+ #    # Mount all other filesystems (except for NFS and /proc, which is already
  #
- # Program used to determine USB id information
- #
--USBID=/bin/usb_printerid
-+USBID=/usr/bin/usb_printerid
+-PRINTERID=/bin/usb_printerid
++PRINTERID=`which usb_printerid`
  
  #
  #	Figure out how to log our messages




More information about the Foo2zjs-commits mailing list