X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fcontrol;h=7e632714b3c781ac9675eda8ac455150b6f8e1e0;hb=c5c3dad4acd5fda921517f1ccf85895968ef25ad;hp=086693872db9d8864bd9927e4e48c2f1a8cfa583;hpb=a3cc7bca5ac50360113b3a51aa45926a28f4d4d3;p=puri.git diff --git a/debian/control b/debian/control index 0866938..7e63271 100644 --- a/debian/control +++ b/debian/control @@ -1,16 +1,20 @@ Source: cl-puri -Section: devel +Section: lisp Priority: optional Maintainer: Kevin M. Rosenberg -Build-Depends-Indep: debhelper (>= 4.0.0) -Standards-Version: 3.6.0 +Build-Depends-Indep: dh-lisp +Build-Depends: debhelper (>= 7.0.0) +Standards-Version: 3.8.4.0 +Homepage: http://files.b9.com/puri/ +Vcs-Git: git://git.b9.com/puri/ +Vcs-Browser: http://git.b9.com/puri/ Package: cl-puri Architecture: all -Depends: ${shlibs:Depends}, common-lisp-controller (>= 3.47) -Recommends: cl-tester +Depends: ${misc:Depends} +Recommends: cl-ptester Description: Common Lisp Portable URI Library This is portable Universal Resource Identifier (RFC 2396) - library for Common Lisp programs. It's is based on Franz, - Inc's opensource package and ported to run on + library for Common Lisp programs. It is based on Franz, + Incorporated opensource package and ported to run on other CL implementations. A regression test package is included.