clsql/debian cl-sql-tests.docs,NONE,1.1 changelog,1.71,1.72 control,1.27,1.28 rules,1.65,1.66

"Kevin M. Rosenberg" <[email protected]> Thu, 1 May 2003 21:05:56 -0600
Newsgroups gmane.lisp.clsql.cvs
Message-ID <[email protected]>
Update of /pubcvs/clsql/debian
In directory boa.b9.com:/tmp/cvs-serv1523/debian

Modified Files:
	changelog control rules 
Added Files:
	cl-sql-tests.docs 
Log Message:


--- NEW FILE: cl-sql-tests.docs ---
tests/README

Index: changelog
===================================================================
RCS file: /pubcvs/clsql/debian/changelog,v
retrieving revision 1.71
retrieving revision 1.72
diff -C2 -d -r1.71 -r1.72
*** changelog	29 Apr 2003 10:47:47 -0000	1.71
--- changelog	2 May 2003 03:05:54 -0000	1.72
***************
*** 1,2 ****
--- 1,10 ----
+ cl-sql (1.5.0-1) unstable; urgency=low
+ 
+   * Update SBCL support in cmucl-compat package.
+   * Use debian/compat rather than DH_COMPAT
+   * Add cl-sql-tests binary with test suite
+ 
+  -- Kevin M. Rosenberg <[email protected]>  Thu,  1 May 2003 16:23:37 -0600
+ 
  cl-sql (1.4.6-1) unstable; urgency=low
  

Index: control
===================================================================
RCS file: /pubcvs/clsql/debian/control,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** control	12 Apr 2003 11:05:18 -0000	1.27
--- control	2 May 2003 03:05:54 -0000	1.28
***************
*** 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
--- 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
***************
*** 62,63 ****
--- 62,76 ----
   This package enables you to use the CLSQL data access package
   with PostgreSQL databases via a socket interface.
+ 
+ Package: cl-sql-tests
+ Architecture: all
+ Depends: cl-sql-base, cl-sql-postgresql, cl-sql-postgresql-socket, cl-sql-mysql
+ Suggests: acl-installer, libmyodbc, unixodbc,cl-sql-aodbc 
+ Description: Testing suite for CLSQL
+  This package contains a test suite for CLSQL. It requires manual
+  configuration of MySQL and PostgreSQL databases to execute.
+  A configured, licensed version of AllegroCL with ODBC setup is
+  required to test the clsql-aodbc interface. See the
+  /usr/share/doc/cl-sql-tests/README file if you want to try
+  running these regression tests.
+ 

Index: rules
===================================================================
RCS file: /pubcvs/clsql/debian/rules,v
retrieving revision 1.65
retrieving revision 1.66
diff -C2 -d -r1.65 -r1.66
*** rules	28 Oct 2002 19:52:07 -0000	1.65
--- rules	2 May 2003 03:05:54 -0000	1.66
***************
*** 1,6 ****
  #!/usr/bin/make -f
  
- export DH_COMPAT=4
- 
  plain-pkg	:= clsql
  
--- 1,4 ----
***************
*** 12,16 ****
  pkg-pg-socket	:= cl-sql-postgresql-socket
  pkg-aodbc	:= cl-sql-aodbc
! all-pkgs	:= $(pkg) $(pkg-base) $(pkg-uffi) $(pkg-mysql) $(pkg-pg) $(pkg-pg-socket) $(pkg-aodbc)
  
  
--- 10,15 ----
  pkg-pg-socket	:= cl-sql-postgresql-socket
  pkg-aodbc	:= cl-sql-aodbc
! pkg-tests	:= cl-sql-tests
! all-pkgs	:= $(pkg) $(pkg-base) $(pkg-uffi) $(pkg-mysql) $(pkg-pg) $(pkg-pg-socket) $(pkg-aodbc) $(pkg-tests)
  
  
***************
*** 27,30 ****
--- 26,30 ----
  srcs-pg-socket	:= $(wildcard db-postgresql-socket/*.lisp)
  srcs-aodbc	:= $(wildcard db-aodbc/*.lisp)
+ srcs-tests	:= $(wildcard tests/*.lisp)
  
  clc-base	:= usr/share/common-lisp
***************
*** 51,54 ****
--- 51,56 ----
  clc-aodbc	:= $(clc-source)/clsql-aodbc
  lispdir-aodbc	:= $(clc-aodbc)/db-aodbc
+ clc-tests	:= $(clc-source)/clsql-tests
+ lispdir-tests	:= $(clc-tests)/tests
  
  configure: configure-stamp
***************
*** 101,104 ****
--- 103,107 ----
  	dh_installdirs -p $(pkg-mysql) $(lispdir-mysql) $(sodir-mysql)
  	dh_installdirs -p $(pkg-aodbc) $(lispdir-aodbc)
+ 	dh_installdirs -p $(pkg-tests) $(lispdir-tests)
  
  	# Main package
***************
*** 126,129 ****
--- 129,135 ----
  	dh_install -p $(pkg-aodbc) clsql-aodbc.asd $(clc-aodbc)
  
+ 	dh_install -p $(pkg-tests) $(srcs-tests) $(lispdir-tests)
+ 	dh_install -p $(pkg-tests) clsql-tests.asd $(clc-tests)
+ 
  	# CLC Systems
  	dh_link -p $(pkg) $(clc-clsql)/clsql.asd $(clc-systems)/clsql.asd
***************
*** 134,141 ****
  	dh_link -p $(pkg-pg-socket) $(clc-pg-socket)/clsql-postgresql-socket.asd $(clc-systems)/clsql-postgresql-socket.asd
  	dh_link -p $(pkg-aodbc) $(clc-aodbc)/clsql-aodbc.asd $(clc-systems)/clsql-aodbc.asd
! 
! 	# Test suite
! 	dh_installdirs -p $(pkg) $(doc-dir)/html $(doc-dir)/test-suite
! 	dh_install -p $(pkg) test-suite/tester-clsql.lisp test-suite/acl-compat-tester.lisp $(doc-dir)/test-suite
  
  	# Documentation
--- 140,144 ----
  	dh_link -p $(pkg-pg-socket) $(clc-pg-socket)/clsql-postgresql-socket.asd $(clc-systems)/clsql-postgresql-socket.asd
  	dh_link -p $(pkg-aodbc) $(clc-aodbc)/clsql-aodbc.asd $(clc-systems)/clsql-aodbc.asd
! 	dh_link -p $(pkg-tests) $(clc-tests)/clsql-tests.asd $(clc-systems)/clsql-tests.asd
  
  	# Documentation