releasing package moreutils version 0.67
[moreutils.git] / debian / control
blob6232037e713659f98097e3d119d9b0948d47b708
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 Vcs-Git: git://git.joeyh.name/moreutils
8 Homepage: http://joeyh.name/code/moreutils/
10 Package: moreutils
11 Architecture: any
12 Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, libipc-run-perl
13 Suggests: libtime-duration-perl, libtimedate-perl
14 Conflicts: lckdo
15 Replaces: lckdo
16 Description: additional Unix utilities
17  This is a growing collection of the Unix tools that nobody thought
18  to write long ago, when Unix was young.
19  .
20  So far, it includes the following utilities:
21   - chronic: runs a command quietly unless it fails
22   - combine: combine the lines in two files using boolean operations
23   - errno: look up errno names and descriptions
24   - ifdata: get network interface info without parsing ifconfig output
25   - ifne: run a program if the standard input is not empty
26   - isutf8: check if a file or standard input is utf-8
27   - lckdo: execute a program with a lock held
28   - mispipe: pipe two commands, returning the exit status of the first
29   - parallel: run multiple jobs at once
30   - pee: tee standard input to pipes
31   - sponge: soak up standard input and write to a file
32   - ts: timestamp standard input
33   - vidir: edit a directory in your text editor
34   - vipe: insert a text editor into a pipe
35   - zrun: automatically uncompress arguments to command