X-Git-Url: http://git.kpe.io/?p=cl-base64.git;a=blobdiff_plain;f=debian%2Fcontrol;h=318dc71674ecefc9551dbe4cb0f0555a3a60c980;hp=39394dec087d6d06b312423543d0207b51d58623;hb=a1790b59bc547d2ee85a4b82be6e8ca822b17449;hpb=897a9893160b23f19dbb6b80632b0e838e6f4727 diff --git a/debian/control b/debian/control index 39394de..318dc71 100644 --- a/debian/control +++ b/debian/control @@ -1,13 +1,16 @@ Source: cl-base64 -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 +Vcs-Git: git://git.b9.com/cl-base64.git +Homepage: http://files.b9.com/cl-base64/ Package: cl-base64 Architecture: all -Depends: ${shlibs:Depends}, common-lisp-controller (>= 3.47), cl-kmrcl +Depends: ${misc:Depends}, cl-kmrcl Description: Common Lisp package to encode and decode base64 with URI support This package provides highly optimized base64 encoding and decoding. Besides conversion to and from strings, integer conversions are supported.