mispipe: Fix closing of extra pipe FD before starting command so it is not inherited...
[moreutils.git] / debian / control
blob2dbf2b25e507ce6ed6a9b77d01521aab859ad374
1 Source: moreutils
2 Section: utils
3 Priority: optional
4 Build-Depends: debhelper (>= 7), dpkg-dev (>= 1.9.0), docbook2x, docbook-xml
5 Maintainer: Joey Hess <joeyh@debian.org>
6 Standards-Version: 3.8.1
7 Vcs-Git: git://git.kitenet.net/moreutils
8 Homepage: http://kitenet.net/~joey/code/moreutils/
10 Package: moreutils
11 Architecture: any
12 Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}
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 thirty years ago.
19  .
20  So far, it includes the following utilities:
21   - sponge: soak up standard input and write to a file
22   - ifdata: get network interface info without parsing ifconfig output
23   - ifne: run a program if the standard input is not empty
24   - vidir: edit a directory in your text editor
25   - vipe: insert a text editor into a pipe
26   - ts: timestamp standard input
27   - combine: combine the lines in two files using boolean operations
28   - pee: tee standard input to pipes
29   - zrun: automatically uncompress arguments to command
30   - mispipe: pipe two commands, returning the exit status of the first
31   - isutf8: check if a file or standard input is utf-8
32   - lckdo: execute a program with a lock held
33   - parallel: run multiple jobs at once