From: Kevin M. Rosenberg Date: Wed, 12 Apr 2006 15:47:05 +0000 (+0000) Subject: r10915: add lml2-tests.asd file X-Git-Tag: v2.5.5~11 X-Git-Url: http://git.kpe.io/?p=lml.git;a=commitdiff_plain;h=d0f86c12edfde21979bde02a40d1fa18d02e4615 r10915: add lml2-tests.asd file --- diff --git a/2/debian/changelog b/2/debian/changelog index 141fb8d..ad7c74c 100644 --- a/2/debian/changelog +++ b/2/debian/changelog @@ -1,3 +1,9 @@ +cl-lml2 (1.5.5-2) unstable; urgency=low + + * Add lml2-tests.asd file (closes: 361172). Thanks to Chun Tian + + -- Kevin M. Rosenberg Wed, 12 Apr 2006 09:46:42 -0600 + cl-lml2 (1.5.5-1) unstable; urgency=low * New upstream diff --git a/2/debian/control b/2/debian/control index 754d9b0..02a09dd 100644 --- a/2/debian/control +++ b/2/debian/control @@ -3,7 +3,7 @@ Section: devel Priority: optional Maintainer: Kevin M. Rosenberg Build-Depends-Indep: debhelper (>> 4.0.0) -Standards-Version: 3.6.2.1 +Standards-Version: 3.6.2.2 Package: cl-lml2 Architecture: all diff --git a/2/debian/rules b/2/debian/rules index 335ea03..ff93e37 100755 --- a/2/debian/rules +++ b/2/debian/rules @@ -37,8 +37,9 @@ install: build dh_clean -k # Add here commands to install the package into debian/lml2. dh_installdirs $(clc-systems) $(clc-lml2) $(doc-dir) - dh_install lml2.asd $(shell echo *.lisp) $(clc-lml2) + dh_install lml2.asd lml2-tests.asd $(shell echo *.lisp) $(clc-lml2) dh_link $(clc-lml2)/lml2.asd $(clc-systems)/lml2.asd + dh_link $(clc-lml2)/lml2-tests.asd $(clc-systems)/lml2-tests.asd # Build architecture-independent files here. binary-indep: build install