Changes to conform to new debian policies
[cl-base64.git] / debian / control
index 2da249a29d40b75100db8490b254cb5f243a1748..66f541c317a24d4138f740ea9a3675fd6be22959 100644 (file)
@@ -1,18 +1,17 @@
 Source: cl-base64
-Section: devel
+Section: lisp
 Priority: optional
 Maintainer: Kevin M. Rosenberg <kmr@debian.org>
-Build-Depends-Indep: debhelper (>= 4.0.0)
-Standards-Version: 3.5.8.0
+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/
 
 Package: cl-base64
 Architecture: all
-Depends: ${shlibs:Depends}, common-lisp-controller (>= 3.47)
+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
-  a modified encoding table that uses only URI-compatible characters.
-
-
-
+ This package provides highly optimized base64 encoding and decoding.
+ Besides conversion to and from strings, integer conversions are supported.
+ Encoding with Uniform Resource Identifiers is supported by using
+ a modified encoding table that uses only URI-compatible characters.