X-Git-Url: http://git.kpe.io/?p=cl-base64.git;a=blobdiff_plain;f=debian%2Fcontrol;h=a77573fb4b134aeb30b1859ec5d0c7551b7bf4e9;hp=0292aa37e8291895ea000dc1addd1a2a96f6b288;hb=4ff468334a2acaa85b436ef9779033a1d305d978;hpb=7943dcc78d45dbb845a1fc6d2220dd732fdc6d53 diff --git a/debian/control b/debian/control index 0292aa3..a77573f 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.9.0 +Build-Depends-Indep: dh-lisp +Build-Depends: debhelper (>= 7.0.0) +Standards-Version: 3.9.5.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) +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.