r10915: add lml2-tests.asd file
authorKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 12 Apr 2006 15:47:05 +0000 (15:47 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 12 Apr 2006 15:47:05 +0000 (15:47 +0000)
2/debian/changelog
2/debian/control
2/debian/rules

index 141fb8d3cc74ba59b4f4f0ac16380897453c30f3..ad7c74cf20b18f3f461d286dc541257cfa4e4ff6 100644 (file)
@@ -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 <kmr@debian.org>  Wed, 12 Apr 2006 09:46:42 -0600
+
 cl-lml2 (1.5.5-1) unstable; urgency=low
 
   * New upstream
index 754d9b0e023ae70d49e6ac12f680caf235a95da0..02a09ddbbe470b0a186152bab18288f9d8807dae 100644 (file)
@@ -3,7 +3,7 @@ Section: devel
 Priority: optional
 Maintainer: Kevin M. Rosenberg <kmr@debian.org>
 Build-Depends-Indep: debhelper (>> 4.0.0)
-Standards-Version: 3.6.2.1
+Standards-Version: 3.6.2.2
 
 Package: cl-lml2
 Architecture: all
index 335ea03cd7375f2fbec11d4510b07a731388d0e9..ff93e37763662afe73cf93b169eaf1e11daf6e6a 100755 (executable)
@@ -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