X-Git-Url: http://git.kpe.io/?p=cl-base64.git;a=blobdiff_plain;f=debian%2Fcontrol;h=5fdd6e31bfe23770055171e40e95f9b8bfa8200b;hp=53e69a5d1e9a8f7945f811a40bea73331f9f659b;hb=396cc3f2be7cb630bbdaac2c0d26c2d17c1b157c;hpb=ac27d187a96ba87237ecdc6d0fd90ceb74b50275 diff --git a/debian/control b/debian/control index 53e69a5..5fdd6e3 100644 --- a/debian/control +++ b/debian/control @@ -1,15 +1,19 @@ Source: cl-base64 -Section: devel +Section: lisp Priority: optional Maintainer: Kevin M. Rosenberg -Build-Depends-Indep: debhelper (>= 4.0.0) -Standards-Version: 3.5.10.0 +Build-Depends-Indep: dh-lisp +Build-Depends: debhelper (>= 7.0.0) +Standards-Version: 3.8.2.0 +Homepage: http://files.b9.com/cl-base64/ +Vcs-Git: git://git.b9.com/cl-base64.git +Vcs-Browser: http://git.b9.com/?p=cl-base64.git 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. - 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.