X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fcontrol;h=8016a376c1d66798c429751922b54f47a8175383;hb=86788b19fcdd1c6be7f91c0eb7bb82e81cc2dc55;hp=e31b6f63df19b1744916988744979798d6d0873d;hpb=0e9e93d92d264a9c1e8a48bff72af972bcc8fb5a;p=clsql.git diff --git a/debian/control b/debian/control index e31b6f6..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.7.3.0 +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