X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fcontrol;h=926b399b816ae5226b1d6baf6698dd9bb9672263;hb=1b2ae5b4dcefba0126ccc7becb5b7d28ebf632ed;hp=8f97bcb123693c2465915929b85418061c9c9301;hpb=6357081d09842a2f08efcfb22f815d008408f017;p=clsql.git diff --git a/debian/control b/debian/control index 8f97bcb..926b399 100644 --- a/debian/control +++ b/debian/control @@ -3,8 +3,8 @@ Section: devel 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 +Build-Depends: debhelper (>= 4.0.0), libmysqlclient10-dev, postgresql-dev +Standards-Version: 3.5.6.0 Package: cl-sql Architecture: all @@ -23,7 +23,7 @@ Description: SQL Interface for Common Lisp Package: cl-sql-mysql Architecture: any -Depends: cl-sql-base (>= ${Source-Version}), libmysqlclient10-dev +Depends: cl-sql-base (>= ${Source-Version}), libmysqlclient10 Provides: cl-sql-backend Description: UncommonSQL database backend, MySQL This package enables you to use the CLSQL data access package @@ -39,7 +39,7 @@ Description: UncommonSQL database backend, AODBC Package: cl-sql-postgresql Architecture: all -Depends: cl-sql-base (>= ${Source-Version}), postgresql-client, postgresql-dev +Depends: cl-sql-base (>= ${Source-Version}), postgresql-client Provides: cl-sql-backend Description: UncommonSQL database backend, PostgreSQL This package enables you to use the CLSQL data access package