X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fcontrol;h=ed06bcf0988b6ddd940a49fc3da1dfe9317fd776;hb=2961f4f122593e9d4875e88e6af159de28c8dd47;hp=ec328260915835fc5caac7ced4fb0bd2cd61a93a;hpb=214df89281860c871c99371a2b5582ff0b602205;p=clsql.git diff --git a/debian/control b/debian/control index ec32826..ed06bcf 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: extra Maintainer: Kevin M. Rosenberg Build-Depends: debhelper (>= 4.0.0), libmysqlclient-dev, postgresql-dev Build-Depends-Indep: debhelper (>= 4.0.0) -Standards-Version: 3.6.1.0 +Standards-Version: 3.6.1.1 Package: cl-sql Architecture: all @@ -80,6 +80,16 @@ Description: CLSQL database backend, SQLite with SQLite databases. CLSQL is a Common Lisp interface to SQL databases. +Package: cl-sql-oracle +Section: contrib/devel +Architecture: all +Depends: cl-sql (>= ${Source-Version}), cl-sql-uffi (>= ${Source-Version}) +Provides: cl-sql-backend +Description: CLSQL database backend, Oracle + This package enables you to use the CLSQL data access package + with Oracle databases. + CLSQL is a Common Lisp interface to SQL databases. + Package: cl-sql-tests Architecture: all Depends: cl-sql, cl-sql-postgresql, cl-sql-postgresql-socket, cl-sql-mysql, cl-sql-sqlite, cl-sql-odbc, cl-rt