summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control14
1 files changed, 7 insertions, 7 deletions
diff --git a/debian/control b/debian/control
index 1a64cb7..b65ca8a 100644
--- a/debian/control
+++ b/debian/control
@@ -3,15 +3,12 @@ Maintainer: Lars Wirzenius <liw@iki.fi>
Section: misc
Priority: optional
Standards-Version: 3.7.3
-Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.38),
- python-central (>= 0.5.6), python, python-all-dev (>= 2.3.5-11)
-XS-Python-Version: all
-Homepage: http://iki.fi/extrautils/
+Build-Depends: debhelper (>= 7.3.15)
+Homepage: http://liw.fi/extrautils/
Package: extrautils
Architecture: any
-Depends: ${python:Depends}, ${shlibs:Depends}
-XB-Python-Version: ${python:Versions}
+Depends: python (>= 2.5), ${shlibs:Depends}
Description: collection of miscellaneous Unix command line utilities
This is a collection of miscellaneous utilities for the Unix command
line, inspired by Joey Hess's moreutils. The inclusion criteria for
@@ -20,6 +17,9 @@ Description: collection of miscellaneous Unix command line utilities
as they are well made and the author is willing to help with maintenance.
.
Currently included utilities:
+ - corrupt: toggle a randomly chosen bit in a file
- do-until: execute a command until it succeeds
+ - errno: look up errno names, values, explanations
- isascii: check whether a file consists of ASCII characters only
- - total: add up all numbers in the first column
+ - minimify: find best tool to compress a given file
+ - onerror: execute command, show its output only if it fails