X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fcontrol;h=7c86ec6bef7c04792da3c83c8c1475aeec1348b7;hb=3cb3b7ed1589c99a4e3d98932bd73ab35a53b669;hp=8708de9ecfafa16ad8d16452a90510e8447190d3;hpb=24aab4e686c623074115e5eb6f476d6125be21a3;p=getopt.git diff --git a/debian/control b/debian/control index 8708de9..7c86ec6 100644 --- a/debian/control +++ b/debian/control @@ -1,13 +1,15 @@ Source: cl-getopt -Section: devel +Section: lisp Priority: optional Maintainer: Kevin M. Rosenberg -Build-Depends: debhelper (>= 4.0.0) -Standards-Version: 3.7.3.0 +Build-Depends: debhelper (>= 7.0.0) +Standards-Version: 3.8.2.0 +Homepage: http://files.b9.com/getopt/ +Vcs-Git: git://git.b9.com/getopt.git Package: cl-getopt Architecture: all -Depends: ${shlibs:Depends}, common-lisp-controller, cl-ptester +Depends: common-lisp-controller, cl-ptester Description: Common Lisp utility for command-line processing This package provides Common Lisp programs processing of command-line arguments. The command-line processing is based on GNU's getopt_long