Package: jhead Version: 2.70-1 Severity: normal The man page reverses the dates for an example of using -da. From jhead.1:
Year on camera was set to 2005 instead of 2004 for pictures taken in April .br jhead -da2005:03:01-2004:03:01 That command line will *add* one year to the EXIF date. However, the original error is that the camera is adding one year to all dates. To correct the camera's error, one should subtract a year, like so: jhead -da2004:03:01-2005:03:01 Here's the patch: --- jhead-2.70/jhead.1 2007-07-29 02:13:08.386466826 -0400 +++ jhead-2.70/jhead.1 2007-07-29 02:25:15.515630418 -0400 @@ -205,7 +205,7 @@ Year on camera was set to 2005 instead of 2004 for pictures taken in April .br -jhead -da2005:03:01-2004:03:01 +jhead -da2004:03:01-2005:03:01 Default camera date is 2002:01:01, and date was reset on 2005:05:29 at 11:21 am .br [I just built and installed the Debian unstable version of jhead to see if the problem persists, and it does, so I'm reporting the problem on the Debian BTS even though I run an Ubuntu system.] -- System Information: Debian Release: 4.0 APT prefers feisty-updates APT policy: (500, 'feisty-updates'), (500, 'feisty-security'), (500, 'feisty') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/dash Kernel: Linux 2.6.20-16-generic Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) Versions of packages jhead depends on: ii libc6 2.5-0ubuntu14 GNU C Library: Shared libraries ii libjpeg-progs 6b-13 Programs for manipulating JPEG fil jhead recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]