r5345: Auto commit for Debian build
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 20 Jul 2003 18:39:26 +0000 (18:39 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 20 Jul 2003 18:39:26 +0000 (18:39 +0000)
debian/control
debian/rules

index a4c2090fa8c5e3a2f601a204b35050fbd8e990c8..8d28dc2ff110f01c0ed496b47242e825f3c21b27 100644 (file)
@@ -9,5 +9,6 @@ Package: cl-tester
 Architecture: all
 Depends: ${shlibs:Depends}, common-lisp-controller (>= 3.47)
 Description: Test suite for Common Lisp programs
 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.
index 0c6c6c41f48fc63abd0da2d1448199e2dcc70011..5ed105f59bcdb78fd5b5b9ce91844894e8260df4 100755 (executable)
@@ -1,7 +1,5 @@
 #!/usr/bin/make -f
 
 #!/usr/bin/make -f
 
-export DH_COMPAT=4
-
 pkg    := tester
 debpkg  := cl-tester
 
 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_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_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
 
 # Build architecture-independent files here.
 binary-indep: build install