clsql/debian changelog,1.93,1.94 control,1.35,1.36

"Kevin M. Rosenberg" <[email protected]> Wed, 20 Aug 2003 16:59:58 +0000
Newsgroups gmane.lisp.clsql.cvs
Message-ID <[email protected]>
Update of /pubcvs/clsql/debian
In directory boa.b9.com:/tmp/cvs-serv25595/debian

Modified Files:
	changelog control 
Log Message:
Auto commit for Debian build

Index: changelog
===================================================================
RCS file: /pubcvs/clsql/debian/changelog,v
retrieving revision 1.93
retrieving revision 1.94
diff -C2 -d -r1.93 -r1.94
*** changelog	23 Jul 2003 19:33:38 -0000	1.93
--- changelog	20 Aug 2003 16:59:56 -0000	1.94
***************
*** 1,2 ****
--- 1,11 ----
+ cl-sql (1.7.3-1) unstable; urgency=low
+ 
+   * New upstream
+   * Avoid depending on acl-pro-installer for cl-sql-adobc since that
+   is preventing entire source package from moving into testing since
+   acl-pro-installer is only supported on x86 and ppc.
+   
+  -- Kevin M. Rosenberg <[email protected]>  Wed, 20 Aug 2003 10:57:50 -0600
+ 
  cl-sql (1.7.2-1) unstable; urgency=low
  

Index: control
===================================================================
RCS file: /pubcvs/clsql/debian/control,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** control	21 Jul 2003 11:43:17 -0000	1.35
--- control	20 Aug 2003 16:59:56 -0000	1.36
***************
*** 42,47 ****
  Package: cl-sql-aodbc
  Architecture: all
! Depends: cl-sql-base (>= ${Source-Version}), acl-pro-installer
  Provides: cl-sql-backend
  Description: CLSQL database backend, AODBC
   This package enables you to use the CLSQL data access package
--- 42,48 ----
  Package: cl-sql-aodbc
  Architecture: all
! Depends: cl-sql-base (>= ${Source-Version})
  Provides: cl-sql-backend
+ Suggests: acl-pro-installer
  Description: CLSQL database backend, AODBC
   This package enables you to use the CLSQL data access package