X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fcontrol;h=926b399b816ae5226b1d6baf6698dd9bb9672263;hb=1b2ae5b4dcefba0126ccc7becb5b7d28ebf632ed;hp=411b94eb1ede62e79448c4457b6b2ab1e0f0f56d;hpb=865598033baf78cf3ba9da36a031a85eb18849e0;p=clsql.git diff --git a/debian/control b/debian/control index 411b94e..926b399 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: debhelper (>= 4.0.0), libmysqlclient10-dev, postgresql-dev +Standards-Version: 3.5.6.0 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,8 +22,8 @@ Description: SQL Interface for Common Lisp on multiple Common Lisp implementations. Package: cl-sql-mysql -Architecture: all -Depends: cl-sql-base (>= ${Source-Version}), libmysqlclient10-dev +Architecture: any +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