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

Luca Capello gismo at alioth.debian.org
Sat Mar 13 17:49:30 UTC 2010


Author: gismo
Date: 2010-03-13 17:49:30 +0000 (Sat, 13 Mar 2010)
New Revision: 210

Modified:
   trunk/foo2zjs_20090908dfsg/debian/changelog
   trunk/foo2zjs_20090908dfsg/debian/patches/60-getweb.in.patch
Log:
debian/patches/60-getweb.in.patch: putfw for HP P1006/1008/1505

Modified: trunk/foo2zjs_20090908dfsg/debian/changelog
===================================================================
--- trunk/foo2zjs_20090908dfsg/debian/changelog	2010-03-13 16:58:47 UTC (rev 209)
+++ trunk/foo2zjs_20090908dfsg/debian/changelog	2010-03-13 17:49:30 UTC (rev 210)
@@ -8,6 +8,7 @@
     + convert to quilt and refresh.
   * debian/patches/60-getweb.in.patch:
     + use /tmp/foo2zjs/ for firmware extraction.
+    + extract firmware for HP LaserJet P1006/1008/1505 printers as well.
     - remove wrong 'putfw' call for Minolta 2200 DL.
   * debian/README.source:
     + adapt to quilt.

Modified: trunk/foo2zjs_20090908dfsg/debian/patches/60-getweb.in.patch
===================================================================
--- trunk/foo2zjs_20090908dfsg/debian/patches/60-getweb.in.patch	2010-03-13 16:58:47 UTC (rev 209)
+++ trunk/foo2zjs_20090908dfsg/debian/patches/60-getweb.in.patch	2010-03-13 17:49:30 UTC (rev 210)
@@ -73,7 +73,7 @@
  	;;
      lj1005|1005)
  	gettgz \
-@@ -161,24 +180,28 @@
+@@ -161,36 +180,42 @@
  	    #lj1005hostbased-en.exe \
  	    #sihp1005.img
  	copyright "(c) Copyright Hewlett-Packard 2002"
@@ -102,7 +102,21 @@
  	;;
      [pP]100[68])
  	gettgz \
-@@ -413,6 +436,8 @@
+ 	    http://foo2zjs.rkkda.com/firmware sihpP1006.tar.gz \
+ 	    ""
+ 	copyright "(c) Copyright Hewlett-Packard 2008"
++	putfw sihpP1006.img sihpP1006.dl
+ 	;;
+     [pP]1505)
+ 	gettgz \
+ 	    http://foo2zjs.rkkda.com/firmware sihpP1505.tar.gz \
+ 	    ""
+ 	copyright "(c) Copyright Hewlett-Packard 2008"
++	putfw sihpP1505.img sihpP1505.dl
+ 	;;
+     2200dl|2200)
+ 	if false; then
+@@ -413,6 +438,8 @@
      usage
  fi
  




More information about the Foo2zjs-commits mailing list