X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fcontrol;h=8f97bcb123693c2465915929b85418061c9c9301;hb=6357081d09842a2f08efcfb22f815d008408f017;hp=b0708426b5019f0d32101edc9420e7a5a6b00721;hpb=03b7dcc2983e9e0cd2a510a449f3f4567ca9e0d5;p=clsql.git diff --git a/debian/control b/debian/control index b070842..8f97bcb 100644 --- a/debian/control +++ b/debian/control @@ -1,10 +1,10 @@ Source: cl-sql Section: devel -Priority: optional -Maintainer: Kevin Rosenberg -Uploaders: Adam Di Carlo -Build-Depends-Indep: debhelper (>> 3.0.0) -Standards-Version: 3.5.2 +Priority: extra +Maintainer: Kevin M. Rosenberg +Uploaders: Adam Di Carlo , Barak A. Pearlmutter +Build-Depends-Indep: debhelper (>= 4.0.0) +Standards-Version: 3.5.6 Package: cl-sql Architecture: all @@ -14,7 +14,7 @@ Description: SQL Interface for Common Lisp on multiple Common Lisp implementations. Package: cl-sql-base -Architecture: all +Architecture: any Depends: common-lisp-controller, cl-uffi, cmucl | lisp-compiler Recommends: cl-sql-backend Description: SQL Interface for Common Lisp @@ -22,16 +22,24 @@ Description: SQL Interface for Common Lisp on multiple Common Lisp implementations. Package: cl-sql-mysql -Architecture: all +Architecture: any Depends: cl-sql-base (>= ${Source-Version}), libmysqlclient10-dev Provides: cl-sql-backend Description: UncommonSQL database backend, MySQL This package enables you to use the CLSQL data access package with MySQL databases. +Package: cl-sql-aodbc +Architecture: all +Depends: cl-sql-base (>= ${Source-Version}), acl-installer +Provides: cl-sql-backend +Description: UncommonSQL database backend, AODBC + This package enables you to use the CLSQL data access package + with AllegroCL's AODBC databases. + Package: cl-sql-postgresql Architecture: all -Depends: cl-sql-base (>= ${Source-Version}), postgresql-client +Depends: cl-sql-base (>= ${Source-Version}), postgresql-client, postgresql-dev Provides: cl-sql-backend Description: UncommonSQL database backend, PostgreSQL This package enables you to use the CLSQL data access package