clsql/debian changelog,1.73,1.74 control,1.28,1.29
"Kevin M. Rosenberg" <[email protected]> Thu, 1 May 2003 21:26:48 -0600
| Newsgroups | gmane.lisp.clsql.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /pubcvs/clsql/debian
In directory boa.b9.com:/tmp/cvs-serv2270/debian
Modified Files:
changelog control
Log Message:
Auto commit for Debian build
Index: changelog
===================================================================
RCS file: /pubcvs/clsql/debian/changelog,v
retrieving revision 1.73
retrieving revision 1.74
diff -C2 -d -r1.73 -r1.74
*** changelog 2 May 2003 03:15:03 -0000 1.73
--- changelog 2 May 2003 03:26:46 -0000 1.74
***************
*** 5,9 ****
* Add cl-sql-tests binary with test suite
* Use libmysqlclient10 package for LGPL license
!
-- Kevin M. Rosenberg <[email protected]> Thu, 1 May 2003 16:23:37 -0600
--- 5,10 ----
* Add cl-sql-tests binary with test suite
* Use libmysqlclient10 package for LGPL license
! * Add cl-sql-uffi depends for cl-sql-posgresql-socket package (closes:191599)
!
-- Kevin M. Rosenberg <[email protected]> Thu, 1 May 2003 16:23:37 -0600
Index: control
===================================================================
RCS file: /pubcvs/clsql/debian/control,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** control 2 May 2003 03:05:54 -0000 1.28
--- control 2 May 2003 03:26:46 -0000 1.29
***************
*** 57,61 ****
Package: cl-sql-postgresql-socket
Architecture: all
! Depends: cl-sql-base (>= ${Source-Version}), cl-md5
Provides: cl-sql-backend
Description: CLSQL database backend, PostgreSQL
--- 57,61 ----
Package: cl-sql-postgresql-socket
Architecture: all
! Depends: cl-sql-base (>= ${Source-Version}), cl-md5, cl-sql-uffi (>= ${Source-Version})
Provides: cl-sql-backend
Description: CLSQL database backend, PostgreSQL