X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fcontrol;h=026a49481ed3bf263f12027f99035a9a0b323c5f;hb=43204de77b2871b85573ec2eaf8c6df4b49e688d;hp=26807cdc8375958d96ffd6684b29e26d9a7e481d;hpb=96bbcefdceacc2faca50aad799c3420f6fa46d27;p=puri.git diff --git a/debian/control b/debian/control index 26807cd..026a494 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.1.0 +Build-Depends-Indep: dh-lisp +Build-Depends: debhelper (>= 7.0.0) +Standards-Version: 3.8.3.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) +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.