clsql/debian changelog,1.67,1.68 control,1.26,1.27
"Kevin M. Rosenberg" <[email protected]> Sat, 12 Apr 2003 05:05:20 -0600
| Newsgroups | gmane.lisp.clsql.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /pubcvs/clsql/debian In directory boa.b9.com:/tmp/cvs-serv18237/debian Modified Files: changelog control Log Message: Auto commit for Debian build Index: changelog =================================================================== RCS file: /pubcvs/clsql/debian/changelog,v retrieving revision 1.67 retrieving revision 1.68 diff -C2 -d -r1.67 -r1.68 *** changelog 29 Mar 2003 22:29:29 -0000 1.67 --- changelog 12 Apr 2003 11:05:18 -0000 1.68 *************** *** 1,2 **** --- 1,8 ---- + cl-sql (1.4.3-1) unstable; urgency=low + + * Rebuild against new libmysql package + + -- Kevin M. Rosenberg <[email protected]> Sat, 12 Apr 2003 05:05:03 -0600 + cl-sql (1.4.2-1) unstable; urgency=low Index: control =================================================================== RCS file: /pubcvs/clsql/debian/control,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** control 21 Mar 2003 16:01:13 -0000 1.26 --- control 12 Apr 2003 11:05:18 -0000 1.27 *************** *** 3,7 **** Priority: extra Maintainer: Kevin M. Rosenberg <[email protected]> ! Build-Depends: debhelper (>= 4.0.0), libmysqlclient10-dev, postgresql-dev Standards-Version: 3.5.9.0 --- 3,7 ---- Priority: extra Maintainer: Kevin M. Rosenberg <[email protected]> ! Build-Depends: debhelper (>= 4.0.0), libmysqlclient-dev, postgresql-dev Standards-Version: 3.5.9.0 *************** *** 33,37 **** Package: cl-sql-mysql Architecture: any ! Depends: cl-sql-base (>= ${Source-Version}), libmysqlclient10, cl-sql-uffi (>= ${Source-Version}) Provides: cl-sql-backend Description: CLSQL database backend, MySQL --- 33,37 ---- Package: cl-sql-mysql Architecture: any ! Depends: cl-sql-base (>= ${Source-Version}), libmysqlclient12, cl-sql-uffi (>= ${Source-Version}) Provides: cl-sql-backend Description: CLSQL database backend, MySQL