X-Git-Url: http://git.kpe.io/?p=cl-base64.git;a=blobdiff_plain;f=debian%2Fcontrol;h=664fe3c0c6257163434033fb116ec79d97f513ec;hp=e110b34749822d3c6b4f8c6589af66bca1f5f637;hb=7061e145805504275b192c0a50723090b518a16a;hpb=ec2a14f41f9e733810c111a3973796b76d4b51aa diff --git a/debian/control b/debian/control index e110b34..664fe3c 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: cl-base64 Section: devel Priority: optional Maintainer: Kevin M. Rosenberg -Build-Depends-Indep: debhelper (>= 4.0.0) -Standards-Version: 3.6.2.1 +Build-Depends: debhelper (>= 4.0.0) +Standards-Version: 3.7.2.1 Package: cl-base64 Architecture: all @@ -11,5 +11,5 @@ Depends: ${shlibs:Depends}, common-lisp-controller (>= 3.47), 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. - Encoding with Uniform Resource Indentifiers is supported by using + Encoding with Uniform Resource Identifiers is supported by using a modified encoding table that uses only URI-compatible characters.