--- jhead-2.60.orig/debian/copyright +++ jhead-2.60/debian/copyright @@ -0,0 +1,19 @@ +This package was debianized by Dave Baker on +Sun, 30 Dec 2001 16:17:45 -0500. + +It was downloaded from http://www.sentex.net/~mwandel/jhead/ + +Upstream Author: Matthias Wandel + +Copyright: + +This text taken verbatim from the readme.txt: + + Jhead is public domain software - that is, you can do whatever you want + with it, and include it software that is licensesed under the GNU or the + BSD license, or whatever other licence you chose, including proprietary + closed source licenses. Although not part of the liscense, I do expect + common courtesy, please. + + If you do integrate the code into some software of yours, I'd appreciate + knowing about it though --- jhead-2.60.orig/debian/dirs +++ jhead-2.60/debian/dirs @@ -0,0 +1,2 @@ +usr/bin +usr/share/doc/jhead --- jhead-2.60.orig/debian/patches/05_jhead.1.dpatch +++ jhead-2.60/debian/patches/05_jhead.1.dpatch @@ -0,0 +1,71 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 05_jhead.1.dpatch by +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: No description. + +@DPATCH@ +diff -urNad jhead-2.60~/jhead.1 jhead-2.60/jhead.1 +--- jhead-2.60~/jhead.1 2006-08-01 22:29:30.000000000 +0200 ++++ jhead-2.60/jhead.1 2006-11-28 21:42:33.000000000 +0100 +@@ -57,16 +57,17 @@ + I have not encountered any adverse side effects of deleting the thumbnails, even from the + software provided with my old Olympus digicam. Use with caution. + .TP +-.B \-rt +-Replace thumbnails from the Exif header. ++.B \-rt file ++Replace thumbnails from the Exif header with the content of file ++.IR file . + This only works if the exif header already contains a thumbnail, and the thumbnail is at the + end of the header (both always the case if the photo came from a digital camera) + .TP + .B \-rgt +-Regnerate exif thumbnail. ++Regenerate exif thumbnail. + 'size' specifies maximum height or width of thumbnail. + Relies on 'mogrify' program (from ImageMagick) to regenerate the thumbnail. +-This only works if the image already contains a thumbail. ++This only works if the image already contains a thumbnail. + .TP + .B \-de + Delete the Exif header entirely. This leaves comments in the comment +@@ -179,8 +180,8 @@ + + .B jhead -model S100 *.jpg + +-I use this option to restrict my JPEG recompensing to those images that came from my +-Cannon S100 digicam, (see the -cmd option). ++I use this option to restrict my JPEG rectification to those images that came from my ++Canon S100 digicam, (see the -cmd option). + .TP + .B \-exonly + Skip all files that don't have an Exif header. This skips all files that did not +@@ -316,12 +317,12 @@ + + Having a whole directory tree of photos from my S100, I run the following commands: + +-.B jhead -cmd "mogrify -quality 80 &i" -model S100 -r *.jpg ++ jhead -cmd "mogrify -quality 80 &i" -model S100 *.jpg + .br +-.B jhead -cmd "jpegtran -progressive &i > &o" -r *.jpg ++ jhead -cmd "jpegtran -progressive &i > &o" *.jpg + + The first command mogrifies all JPEGs in the tree that indicate that they are from a +-Cannon S100 in their Exif header to 80% quality at the same resolution. This is a 'lossy' ++Canon S100 in their Exif header to 80% quality at the same resolution. This is a 'lossy' + process, so I only run it on files that are from the Canon, and only run it once. + The next command then takes a JPEGs and converts them to progressive JPEGs. The result + is the same images, with no discernible differences, stored in half the space. This only +diff -urNad jhead-2.60~/readme.txt jhead-2.60/readme.txt +--- jhead-2.60~/readme.txt 2006-06-18 19:00:01.000000000 +0200 ++++ jhead-2.60/readme.txt 2006-11-28 21:41:41.000000000 +0100 +@@ -46,7 +46,7 @@ + the RPMs under RedHat 7.2 myself. + + +-Liscence: ++Licence: + + Jhead is public domain software - that is, you can do whatever you want + with it, and include it software that is licensesed under the GNU or the --- jhead-2.60.orig/debian/patches/06_jhead_c.dpatch +++ jhead-2.60/debian/patches/06_jhead_c.dpatch @@ -0,0 +1,30 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 06_jhead_c.dpatch by +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: No description. + +@DPATCH@ +diff -urNad jhead-2.60~/jhead.c jhead-2.60/jhead.c +--- jhead-2.60~/jhead.c 2006-06-18 19:00:01.000000000 +0200 ++++ jhead-2.60/jhead.c 2006-12-26 10:22:38.000000000 +0100 +@@ -1154,8 +1154,8 @@ + " To deal with different months and years having different numbers of\n" + " days, a simple date-month-year offset would result in unexpected\n" + " results. Instead, the difference is specified as desired date\n" +- " minus original date. Date is specified as yyyy:mmm:dd or as date\n" +- " and time in the format yyyy:mmm:dd/hh:mm:ss\n" ++ " minus original date. Date is specified as yyyy:mm:dd or as date\n" ++ " and time in the format yyyy:mm:dd/hh:mm:ss\n" + " -ts