X-Git-Url: http://git.kpe.io/?p=cl-base64.git;a=blobdiff_plain;f=debian%2Fcontrol;h=a72cbc89f9675941ed0e88ae35e17904d653b208;hp=66f541c317a24d4138f740ea9a3675fd6be22959;hb=HEAD;hpb=82dad9251bca87c5e73c1506c81f2b8b19c574a0 diff --git a/debian/control b/debian/control index 66f541c..c111842 100644 --- a/debian/control +++ b/debian/control @@ -2,14 +2,16 @@ Source: cl-base64 Section: lisp Priority: optional Maintainer: Kevin M. Rosenberg -Build-Depends: debhelper (>= 7.0.0) -Standards-Version: 3.8.2.0 -Vcs-Git: git://git.b9.com/cl-base64.git -Homepage: http://files.b9.com/cl-base64/ +Build-Depends-Indep: dh-lisp +Build-Depends: debhelper (>= 11.0.0) +Standards-Version: 3.9.5.0 +Homepage: http://files.kpe.io/cl-base64/ +Vcs-Git: git://git.kpe.io/cl-base64.git +Vcs-Browser: http://git.kpe.io/?p=cl-base64.git Package: cl-base64 Architecture: all -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.