From: Kevin M. Rosenberg Date: Sat, 12 Apr 2003 11:05:18 +0000 (+0000) Subject: r4455: Auto commit for Debian build X-Git-Tag: v3.8.6~871 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=5711f4729f768313e21ab45415772948e15c9b58 r4455: Auto commit for Debian build --- diff --git a/debian/changelog b/debian/changelog index ef1be06..b345bf0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-sql (1.4.3-1) unstable; urgency=low + + * Rebuild against new libmysql package + + -- Kevin M. Rosenberg Sat, 12 Apr 2003 05:05:03 -0600 + cl-sql (1.4.2-1) unstable; urgency=low * Add optimization for pointer derefering diff --git a/debian/control b/debian/control index 62182ad..ddab432 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: cl-sql Section: devel Priority: extra Maintainer: Kevin M. Rosenberg -Build-Depends: debhelper (>= 4.0.0), libmysqlclient10-dev, postgresql-dev +Build-Depends: debhelper (>= 4.0.0), libmysqlclient-dev, postgresql-dev Standards-Version: 3.5.9.0 Package: cl-sql @@ -32,7 +32,7 @@ Description: Common UFFI functions for CLSQL database backends Package: cl-sql-mysql Architecture: any -Depends: cl-sql-base (>= ${Source-Version}), libmysqlclient10, cl-sql-uffi (>= ${Source-Version}) +Depends: cl-sql-base (>= ${Source-Version}), libmysqlclient12, cl-sql-uffi (>= ${Source-Version}) Provides: cl-sql-backend Description: CLSQL database backend, MySQL This package enables you to use the CLSQL data access package