Update changelog for 0.56-1 release
[moreutils.git] / debian / control
blob080438f39fae7395af1fec3d56410276d868ba84
1 Source: moreutils
2 Section: utils
3 Priority: optional
4 Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.9.0), docbook-xml, docbook-xsl, libxml2-utils, xsltproc
5 Maintainer: Nicolas Schier <nicolas@hjem.rpa.no>
6 Standards-Version: 3.9.6
7 Homepage: http://joeyh.name/code/moreutils/
9 Package: moreutils
10 Architecture: any
11 Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, libipc-run-perl
12 Suggests: libtime-duration-perl, libtimedate-perl
13 Conflicts: lckdo
14 Replaces: lckdo
15 Description: additional Unix utilities
16  This is a growing collection of the Unix tools that nobody thought
17  to write long ago, when Unix was young.
18  .
19  So far, it includes the following utilities:
20   - chronic: runs a command quietly unless it fails
21   - combine: combine the lines in two files using boolean operations
22   - errno: look up errno names and descriptions
23   - ifdata: get network interface info without parsing ifconfig output
24   - ifne: run a program if the standard input is not empty
25   - isutf8: check if a file or standard input is utf-8
26   - lckdo: execute a program with a lock held
27   - mispipe: pipe two commands, returning the exit status of the first
28   - parallel: run multiple jobs at once
29   - pee: tee standard input to pipes
30   - sponge: soak up standard input and write to a file
31   - ts: timestamp standard input
32   - vidir: edit a directory in your text editor
33   - vipe: insert a text editor into a pipe
34   - zrun: automatically uncompress arguments to command