X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fcontrol;h=e3d88089eb0715fca4cb6a532721bb6b3df04875;hb=b589218158d449166aa340ca3d01a8a5a7d9b706;hp=d851e5ce30f533920a3229801072273cfdddddde;hpb=09a3f8c9f60bb9255cee6cab110e402ee2160f8e;p=md5.git diff --git a/debian/control b/debian/control index d851e5c..e3d8808 100644 --- a/debian/control +++ b/debian/control @@ -1,14 +1,19 @@ Source: cl-md5 -Section: devel +Section: lisp Priority: optional -Maintainer: Kevin M. Rosenberg -Build-Depends-Indep: debhelper (>= 4.0.0) -Standards-Version: 3.5.9.0 +Maintainer: Debian Common Lisp Team +Uploaders: Kevin M. Rosenberg +Build-Depends-Indep: dh-lisp +Build-Depends: debhelper (>= 7.0.0) +Standards-Version: 3.8.2.0 +Homepage: http://files.kpe.io/md5/ +Vcs-Git: git://git.kpe.io/md5.git +Vcs-Browser: http://git.kpe.io/?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.