Package: itools Version: 0.6.1-1 Severity: minor Tags: patch The script ireminder.pl seems to be unaware that ipraytime has been installed right next to it. Its default of invoking "ipraytime" without a full path would work if it got the chance, but the check for "-x ipraytime" naturally causes an error first:
ERROR - can't find ipraytime People can use "ireminder.pl -ipraytime /usr/bin/ipraytime", but it's easy to arrange for the Debian version to do this for them. --- /usr/bin/ireminder.pl 2004-12-30 10:25:25.000000000 +0000 +++ /usr/bin/ireminder.new 2005-03-09 22:30:29.514591696 +0000 @@ -62,7 +62,7 @@ %opt = %{&listify_input(\%opt, "skip")}; %opt = %{&listify_input(\%opt, "reminder")}; -$ipraytime = $opt{ipraytime} || "ipraytime"; +$ipraytime = $opt{ipraytime} || "/usr/bin/ipraytime"; @reminders = @{$opt{reminder}} ? @{$opt{reminder}} : ( 1, 5, 10, 20); if (!-x $ipraytime) Incidentally, any chance of getting rid of that ".pl" extension? It isn't against policy, quite, but see Bug#190753. -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (500, 'testing'), (50, 'unstable') Architecture: i386 (i586) Kernel: Linux 2.6.10.xan Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1) Versions of packages itools depends on: ii libc6 2.3.2.ds1-20 GNU C Library: Shared libraries an ii libitl0 0.6.3-1 The Islamic Tools & Libraries Proj ii perl 5.8.4-6 Larry Wall's Practical Extraction -- no debconf information -- JBR Ankh kak! (Ancient Egyptian blessing) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]