From: Kevin M. Rosenberg Date: Sun, 20 Jul 2003 18:39:26 +0000 (+0000) Subject: r5345: Auto commit for Debian build X-Git-Url: http://git.kpe.io/?p=ptester.git;a=commitdiff_plain;h=3f0d836a39db1b8722f94d5e4c8f4e607ca4a7e8 r5345: Auto commit for Debian build --- diff --git a/debian/control b/debian/control index a4c2090..8d28dc2 100644 --- a/debian/control +++ b/debian/control @@ -9,5 +9,6 @@ Package: cl-tester Architecture: all Depends: ${shlibs:Depends}, common-lisp-controller (>= 3.47) Description: Test suite for Common Lisp programs - tester is Franz, Inc. opensource testing suite. It can be used to write - testing programs for Common Lisp packages. + ptester is portable version of Franz's. opensource testing suite. + It is designed for writing regresstion test suites for + Common Lisp packages. diff --git a/debian/rules b/debian/rules index 0c6c6c4..5ed105f 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,5 @@ #!/usr/bin/make -f -export DH_COMPAT=4 - pkg := tester debpkg := cl-tester @@ -42,9 +40,9 @@ install: build dh_clean -k # Add here commands to install the package into debian/tester. dh_installdirs $(clc-systems) $(clc-tester) $(doc-dir) - dh_install tester.asd $(shell echo *.lisp) $(clc-tester) + dh_install *.asd $(shell echo *.lisp) $(clc-tester) dh_install $(shell echo *.html) $(doc-dir) - dh_link $(clc-tester)/tester.asd $(clc-systems)/tester.asd + dh_link $(clc-tester)/ptester.asd $(clc-systems)/ptester.asd # Build architecture-independent files here. binary-indep: build install