[Forensics-changes] [SCM] debian-forensics/tct branch, debian, updated. debian/1.18-4-7-g9894fa3
Michael Prokop
mika at debian.org
Tue Sep 29 21:50:49 UTC 2009
The following commit has been merged in the debian branch:
commit ba731eb3e7f9059746eaa00fdd11c5316d1f6cc0
Author: Michael Prokop <mika at debian.org>
Date: Tue Sep 29 23:40:30 2009 +0200
Try to get around the timeout vs. coreutils issue
diff --git a/debian/control b/debian/control
index dabe282..392d83c 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Vcs-Git: git://git.debian.org/forensics/tct.git
Package: tct
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, file, libdate-manip-perl, timeout
+Depends: ${shlibs:Depends}, ${misc:Depends}, file, libdate-manip-perl, timeout | coreutils (>= 7.5-1)
Recommends: lsof
Suggests: acct
Description: collection of forensics related utilities
@@ -31,3 +31,6 @@ Depends: ${shlibs:Depends}, ${misc:Depends}
Description: run a command with a time limit
timeout executes a command and imposes an elapsed time limit. When the time
limit is reached, timeout sends a predefined signal to the target process.
+ .
+ Please note that recent coreutils (>= 7.5-1) provide a timeout binary as well
+ so you probably won't need this package anymore nowadays.
--
debian-forensics/tct
More information about the forensics-changes
mailing list