X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=debian%2Fcontrol;h=2fa7467f931b1343e35161f60becdf0e4574830b;hb=HEAD;hp=326e2277901b3ee0daa96497b0a9bbd0ecea014e;hpb=864075d02b421e54a0e700975122ea59de393611;p=getopt.git diff --git a/debian/control b/debian/control index 326e227..2fa7467 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.2.1 +Build-Depends-Indep: dh-lisp +Build-Depends: debhelper (>= 7.0.0) +Standards-Version: 3.8.2.0 +Homepage: http://files.kpe.io/getopt/ +Vcs-Git: git://git.kpe.io/getopt.git +Vcs-Browser: http://git.kpe.io/?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