X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fcontrol;h=76577dda535b78c8488f6c9d41f8beb4d33d04cb;hb=c2ec68759c5eb76a241cf805853f074053596d36;hp=4278f160093d894c316e50b728d868ffca96e6da;hpb=6f02e1d3632a72a98c66def70d68ea2d4020e227;p=getopt.git diff --git a/debian/control b/debian/control index 4278f16..76577dd 100644 --- a/debian/control +++ b/debian/control @@ -1,13 +1,17 @@ Source: cl-getopt -Section: devel +Section: lisp Priority: optional Maintainer: Kevin M. Rosenberg -Build-Depends-Indep: debhelper (>= 4.0.0) -Standards-Version: 3.6.1.0 +Build-Depends-Indep: dh-lisp +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 +Vcs-Browser: http://git.b9.com/?p=getopt.git Package: cl-getopt Architecture: all -Depends: ${shlibs:Depends}, common-lisp-controller, cl-ptester +Depends: ${misc:Depends}, 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