Package: recoverjpeg
Version: 1.1.1-1
Severity: normal
Tags: patch

sort-pictures fails with an error because the command "exif" by itself
returns an error code indicating failure.  The below patch works better.

-jim

--- /tmp/sort-pictures  2007-09-17 16:26:55.000000000 -0400
+++ sort-pictures       2007-09-17 16:27:01.000000000 -0400
@@ -33,7 +33,7 @@
 }
 
 identify > /dev/null 2>&1 || dependencies
-exif > /dev/null 2>&1 || dependencies
+exif --help > /dev/null 2>&1 || dependencies
 
 for i in image?????*.jpg; do
  d=`destdir $i`



-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.20.4 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages recoverjpeg depends on:
ii  libc6                         2.6-2      GNU C Library: Shared libraries

recoverjpeg recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to