X-Git-Url: http://git.kpe.io/?p=cl-base64.git;a=blobdiff_plain;f=debian%2Fcontrol;h=a74b04d3d2b004a424541bcbc4ba2eac7f04bbd0;hp=3ecfd1c538c0996176332db627421eeb20d7c1f8;hb=56e48798e60a85073dc6146f3266e0703908fbd0;hpb=8422befccf2a1b5f3c325494a8df8bbc052496d1 diff --git a/debian/control b/debian/control index 3ecfd1c..a74b04d 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: devel Priority: optional Maintainer: Kevin M. Rosenberg Build-Depends-Indep: debhelper (>= 4.0.0) -Standards-Version: 3.5.9.0 +Standards-Version: 3.7.2.0 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.