X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fcontrol;h=8016a376c1d66798c429751922b54f47a8175383;hb=86788b19fcdd1c6be7f91c0eb7bb82e81cc2dc55;hp=cc4838e07f1c813ed40c35704bb149903c3482d3;hpb=04aa8e66f6fb032bdb3b291faf78fec935d5f315;p=clsql.git diff --git a/debian/control b/debian/control index cc4838e..8016a37 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,10 @@ Source: cl-sql 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