X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fcontrol;h=f826adb1f15ff0cf0551efa6822124cb00eaa778;hb=820bfc034605cc9d612e88772ce49acb6c3ef6c3;hp=4953f0b318163556071927f8adf2c87663acdf20;hpb=bb01b732745d1478aaef9828cb19e4c89d4f3ea6;p=umlisp.git diff --git a/debian/control b/debian/control index 4953f0b..f826adb 100644 --- a/debian/control +++ b/debian/control @@ -1,15 +1,17 @@ Source: cl-umlisp -Section: contrib/devel +Section: contrib/lisp Priority: optional Maintainer: Kevin M. Rosenberg -Build-Depends-Indep: debhelper (>= 4.0.0) -Standards-Version: 3.5.7.0 +Build-Depends: debhelper (>= 7.0.0) +Standards-Version: 3.8.2.0 +Homepage: http://files.b9.com/umlisp/ +Vcs-Git: git://git.b9.com/umlisp.git Package: cl-umlisp Architecture: all -Depends: ${shlibs:Depends}, cl-kmrcl, cl-sql, cl-sql-backend +Depends: cl-kmrcl, cl-sql, cl-sql-mysql, cl-hyperobject Description: Common Lisp interface for the Unified Medical Language System The Unified Medical Language System is a multi-gigabyte database of medical terminology. This a interface for Common Lisp programs that utilizes - the a SQL database engine and Common Lisp classes for efficient access. - + the a SQL database engine and Common Lisp meta-classes for efficient access + and formatting.