add package name to function invocation
[md5.git] / debian / control
index 18464cf679931e3c44401be5b623f45faa707892..7b543b8197b8edae58e2eaaf5b1c22692d245ffa 100644 (file)
@@ -1,14 +1,19 @@
 Source: cl-md5
-Section: devel
+Section: lisp
 Priority: optional
-Maintainer: Kevin M. Rosenberg <kmr@debian.org>
-Build-Depends-Indep: debhelper (>= 4.0.0)
-Standards-Version: 3.5.7.1
+Maintainer: Debian Common Lisp Team <pkg-common-lisp-devel@lists.alioth.debian.org>
+Uploaders: Kevin M. Rosenberg <kmr@debian.org>
+Build-Depends-Indep: dh-lisp
+Build-Depends: debhelper (>= 7.0.0)
+Standards-Version: 3.8.2.0
+Homepage: http://files.b9.com/md5/
+Vcs-Git: git://git.b9.com/md5.git
+Vcs-Browser: http://git.b9.com/?p=md5.git
 
 Package: cl-md5
 Architecture: all
-Depends: ${shlibs:Depends}, common-lisp-controller (>= 3.37)
+Depends: ${misc:Depends}
 Description: Common Lisp package for MD5 Message Digests
- This package contains a Common Lisp function to calculate the MD5
- message digest of a string, stream, or file.
-
+ This package is a library of Common Lisp programs that
+ compute the MD5 message digest value. This library can
+ perform MD5 computations for strings, streams, and files.