[Forensics-changes] [SCM] debian-forensics/tct branch, debian, updated. debian/1.19-1-6-gf50bfd7

Michael Prokop mika at debian.org
Fri Jul 30 19:00:52 UTC 2010


The following commit has been merged in the debian branch:
commit 2f492a6f43b60940ad59012a10246710f05ee78e
Author: Michael Prokop <mika at debian.org>
Date:   Fri Jul 30 11:37:40 2010 -0400

    Drop the timeout binary package. Closes: #585745
    
    timeout is available since coreutils >= 7.5-1 and therefore
    the timeout binary package of tct is no longer needed.
    Drop it therefor.

diff --git a/debian/control b/debian/control
index dcb7f58..11b2d99 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 | coreutils (>= 7.5-1)
+Depends: ${shlibs:Depends}, ${misc:Depends}, file, libdate-manip-perl, coreutils (>= 7.5-1)
 Recommends: lsof
 Suggests: acct, sleuthkit
 Conflicts: sleuthkit (<< 1.70-3)
@@ -25,13 +25,3 @@ Description: collection of forensics related utilities
  .
  Tools contained within this package: grave-robber, lazarus, inode-cat,
  ils, unrm and pcat.
-
-Package: timeout
-Architecture: any
-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.
diff --git a/debian/timeout.install b/debian/timeout.install
deleted file mode 100644
index 0c85861..0000000
--- a/debian/timeout.install
+++ /dev/null
@@ -1 +0,0 @@
-bin/timeout	/usr/bin
diff --git a/debian/timeout.manpages b/debian/timeout.manpages
deleted file mode 100644
index d5ecc54..0000000
--- a/debian/timeout.manpages
+++ /dev/null
@@ -1 +0,0 @@
-man/man1/timeout.1

-- 
debian-forensics/tct



More information about the forensics-changes mailing list