summaryrefslogtreecommitdiff
path: root/debian/control
blob: 1a64cb7f36aedad3a0fdac9721f6489192a4cfab (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@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/

Package: extrautils
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}
XB-Python-Version: ${python:Versions}
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:
  - do-until: execute a command until it succeeds
  - isascii: check whether a file consists of ASCII characters only
  - total: add up all numbers in the first column