change to new lisp section
[umlisp.git] / debian / control
index 4953f0b318163556071927f8adf2c87663acdf20..f826adb1f15ff0cf0551efa6822124cb00eaa778 100644 (file)
@@ -1,15 +1,17 @@
 Source: cl-umlisp
-Section: contrib/devel
+Section: contrib/lisp
 Priority: optional
 Maintainer: Kevin M. Rosenberg <kmr@debian.org>
-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.