Updates for new debian standards
[getopt.git] / debian / control
1 Source: cl-getopt
2 Section: lisp
3 Priority: optional
4 Maintainer: Kevin M. Rosenberg <kmr@debian.org>
5 Build-Depends: debhelper (>= 7.0.0)
6 Standards-Version: 3.8.2.0
7 Homepage: http://files.b9.com/getopt/
8 Vcs-Git: git://git.b9.com/getopt.git
9
10 Package: cl-getopt
11 Architecture: all
12 Depends: common-lisp-controller, cl-ptester
13 Description: Common Lisp utility for command-line processing
14  This package provides Common Lisp programs processing of command-line
15  arguments. The command-line processing is based on GNU's getopt_long
16  module.