X-Git-Url: http://git.kpe.io/?p=cl-base64.git;a=blobdiff_plain;f=debian%2Fcontrol;h=36ceff646cdac89a4a93793f9699280a43546092;hp=2da249a29d40b75100db8490b254cb5f243a1748;hb=3756071593126046435e1ae95a495cc15b8cc97a;hpb=64455dcb0317949fd476297aec2c1cf7cd046fe3 diff --git a/debian/control b/debian/control index 2da249a..36ceff6 100644 --- a/debian/control +++ b/debian/control @@ -3,16 +3,13 @@ Section: devel Priority: optional Maintainer: Kevin M. Rosenberg Build-Depends-Indep: debhelper (>= 4.0.0) -Standards-Version: 3.5.8.0 +Standards-Version: 3.5.9.0 Package: cl-base64 Architecture: all -Depends: ${shlibs:Depends}, common-lisp-controller (>= 3.47) +Depends: ${shlibs:Depends}, common-lisp-controller (>= 3.47), cl-kmrcl, cl-tester 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. - Encoding with Uniform Resource Indentifiers is supported by using - a modified encoding table that uses only URI-compatible characters. - - - + This package provides highly optimized base64 encoding and decoding. + Besides conversion to and from strings, integer conversions are supported. + Encoding with Uniform Resource Indentifiers is supported by using + a modified encoding table that uses only URI-compatible characters.