[Foo2zjs-commits] r57 - in trunk/foo2zjs_20070718dfsg/debian: . patches

mkoch at alioth.debian.org mkoch at alioth.debian.org
Sat Sep 22 19:59:31 UTC 2007


Author: mkoch
Date: 2007-09-22 19:59:31 +0000 (Sat, 22 Sep 2007)
New Revision: 57

Modified:
   trunk/foo2zjs_20070718dfsg/debian/changelog
   trunk/foo2zjs_20070718dfsg/debian/patches/60-getweb.dpatch
Log:
* Improved 60-getweb.dpatch to delete local files after putting them into
  firmware directory


Modified: trunk/foo2zjs_20070718dfsg/debian/changelog
===================================================================
--- trunk/foo2zjs_20070718dfsg/debian/changelog	2007-08-30 08:53:06 UTC (rev 56)
+++ trunk/foo2zjs_20070718dfsg/debian/changelog	2007-09-22 19:59:31 UTC (rev 57)
@@ -7,8 +7,12 @@
   [ Steffen Joeris ]
   * Update README.Debian and remove some useless information
 
- -- Luca Bedogni <me at lucabedogni.it>  Tue, 28 Aug 2007 08:48:11 +0200
+  [ Michael Koch ]
+  * Improved 60-getweb.dpatch to delete local files after putting them into
+    firmware directory
 
+ -- Michael Koch <konqueror at gmx.de>  Sat, 22 Sep 2007 21:58:30 +0200
+
 foo2zjs (20070718dfsg-1) experimental; urgency=low
 
   [ Luca Bedogni ]

Modified: trunk/foo2zjs_20070718dfsg/debian/patches/60-getweb.dpatch
===================================================================
--- trunk/foo2zjs_20070718dfsg/debian/patches/60-getweb.dpatch	2007-08-30 08:53:06 UTC (rev 56)
+++ trunk/foo2zjs_20070718dfsg/debian/patches/60-getweb.dpatch	2007-09-22 19:59:31 UTC (rev 57)
@@ -5,8 +5,8 @@
 ## DP: Improve getweb also for installing the firmware
 
 @DPATCH@
---- foo2zjs_20070718/getweb.in	2007-08-15 23:44:04.000000000 +0200
-+++ foo2zjs_20070718/getweb.in	2007-08-16 00:06:01.000000000 +0200
+--- foo2zjs_20070718/getweb.in.orig	2007-06-05 17:01:14.000000000 +0200
++++ foo2zjs_20070718/getweb.in	2007-09-22 21:51:59.000000000 +0200
 @@ -63,6 +63,18 @@
  fi
  
@@ -26,33 +26,37 @@
  #	Download a .EXE file from the web, unzip it, and extract the
  #	files we want
  getexe() {
-@@ -96,6 +108,7 @@
+@@ -96,6 +108,8 @@
  	gettgz \
  	    http://foo2zjs.rkkda.com sihp1000.tar.gz \
  	    ""
-+    putfw sihp1000.img sihp1000.dl
++	putfw sihp1000.img sihp1000.dl
++	rm -f sihp1000.img
  	#echo "provided"
  	#getexe \
  	    #ftp://ftp.hp.com/pub/softlib/software1/lj1488/lj-1145-2 \
-@@ -106,6 +119,7 @@
+@@ -106,6 +120,8 @@
  	gettgz \
  	    http://foo2zjs.rkkda.com sihp1005.tar.gz \
  	    ""
-+    putfw sihp1005.img sihp1005.dl
++	putfw sihp1005.img sihp1005.dl
++	rm -f sihp1005.img
  	#echo "provided"
  	#getexe \
  	    #ftp://ftp.hp.com/pub/softlib/software2/COL2222/lj-10067-2 \
-@@ -116,11 +130,13 @@
+@@ -116,11 +132,15 @@
  	gettgz \
  	    http://foo2zjs.rkkda.com sihp1018.tar.gz \
  	    ""
-+    putfw sihp1018.img sihp1018.dl
++	putfw sihp1018.img sihp1018.dl
++	rm -f sihp1018.img
  	;;
      lj1020|1020)
  	gettgz \
  	    http://foo2zjs.rkkda.com sihp1020.tar.gz \
  	    ""
-+    putfw sihp1020.img sihp1020.dl
++	putfw sihp1020.img sihp1020.dl
++	rm -f sihp1020.img
  	;;
      2200dl|2200)
  	getexe \




More information about the Foo2zjs-commits mailing list