X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fcontrol;h=8016a376c1d66798c429751922b54f47a8175383;hb=86788b19fcdd1c6be7f91c0eb7bb82e81cc2dc55;hp=63395431ea38954eccb8127c15d7300975eae604;hpb=79ac4d6ccace36a493e79547832648bd30fec56d;p=clsql.git diff --git a/debian/control b/debian/control index 6339543..8016a37 100644 --- a/debian/control +++ b/debian/control @@ -1,9 +1,11 @@ Source: cl-sql -Section: devel +Section: lisp Priority: extra Maintainer: Kevin M. Rosenberg -Build-Depends: debhelper (>= 4.0.0), libmysqlclient-dev, libpq-dev -Standards-Version: 3.8.1 +Build-Depends: debhelper (>= 7.0.0), libmysqlclient-dev, libpq-dev +Standards-Version: 3.8.2.0 +Homepage: http://clsql.b9.com/ +Vcs-Git: git://git.b9.com/clsql.git Package: cl-sql Architecture: all @@ -56,18 +58,19 @@ Package: cl-sql-postgresql Architecture: all Depends: cl-sql (= ${source:Version}), libpq-dev, cl-sql-uffi (>= ${source:Version}) Provides: cl-sql-backend -Description: CLSQL database backend, PostgreSQL +Description: CLSQL database backend, PostgreSQL via library This package enables you to use the CLSQL data access package - with PostgreSQL databases. + with PostgreSQL databases using the PostgreSQL client library. CLSQL is a Common Lisp interface to SQL databases. Package: cl-sql-postgresql-socket Architecture: all Depends: cl-sql (= ${source:Version}), cl-md5, cl-sql-uffi (>= ${source:Version}), libc6-dev Provides: cl-sql-backend -Description: CLSQL database backend, PostgreSQL +Description: CLSQL database backend, PostgreSQL via sockets This package enables you to use the CLSQL data access package - with PostgreSQL databases via a socket interface. + with PostgreSQL databases via a socket interface to the PostgreSQL + server. CLSQL is a Common Lisp interface to SQL databases. Package: cl-sql-sqlite @@ -89,7 +92,7 @@ Description: CLSQL database backend, SQLite3 CLSQL is a Common Lisp interface to SQL databases. Package: cl-sql-oracle -Section: contrib/devel +Section: contrib/lisp Architecture: all Depends: cl-sql (= ${source:Version}), cl-sql-uffi (>= ${source:Version}) Provides: cl-sql-backend