From: Kevin M. Rosenberg Date: Wed, 12 Apr 2006 15:47:05 +0000 (+0000) Subject: r10915: add lml2-tests.asd file X-Git-Tag: v1.6.2~9 X-Git-Url: http://git.kpe.io/?p=lml2.git;a=commitdiff_plain;h=5c64ed6c6024c426b9922f5d3d6f92134fe91cf5 r10915: add lml2-tests.asd file --- diff --git a/debian/changelog b/debian/changelog index 141fb8d..ad7c74c 100644 --- a/debian/changelog +++ b/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/debian/control b/debian/control index 754d9b0..02a09dd 100644 --- a/debian/control +++ b/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/debian/rules b/debian/rules index 335ea03..ff93e37 100755 --- a/debian/rules +++ b/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