summaryrefslogtreecommitdiff
path: root/debian/control
blob: 936dbb69c9bf684b29f3b5567733816404f9a48d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Source: extrautils
Maintainer: Lars Wirzenius <liw@liw.fi>
Section: misc
Priority: optional
Standards-Version: 3.8.4
Build-Depends: debhelper (>= 7.3.15)
Homepage: http://liw.fi/extrautils/

Package: extrautils
Architecture: any
Depends: python (>= 2.5), ${shlibs:Depends}, ${misc: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
 extrautils is much less strict than for moreutils: extrautils basically
 welcomes utilities for any purpose, implemented in any language, as long
 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
  - minimify: find best tool to compress a given file
  - onerror: execute command, show its output only if it fails