r3498: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 27 Nov 2002 18:32:52 +0000 (18:32 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 27 Nov 2002 18:32:52 +0000 (18:32 +0000)
debian/changelog
debian/control
debian/copyright
debian/rules

index 99257076de63a69048c3f1d0ca7742cdf9be0387..d949a40b6a6dfbc3d0df1f5b980e95a8680f5dab 100644 (file)
@@ -1,3 +1,9 @@
+cl-rt (19901219.1-1) unstable; urgency=low
+
+  * Add examples file and documentation file (closes: 170890)
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Wed, 27 Nov 2002 11:08:06 -0700
+
 cl-rt (19901219-2) unstable; urgency=low
 
   * Remove 'load-compiled-op from .asd file
index 87dbe83754cb23fb80491ca632b40b2d101ed505..fe35a4883eaef1559f288e30a7830854b0b92204 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.5.7.1
+Standards-Version: 3.5.8.0
 
 Package: cl-rt
 Architecture: all
index da07b735752e0a346d77f706bc7eb9acec599c62..51e99400d8b6e0570964aa9351a4785cfd99db71 100644 (file)
@@ -1,13 +1,10 @@
 This package was debianized by Kevin M. Rosenberg <kmr@debian.org> in
 Nov 2002.
 
-It was downloaded from http://cclan.sourceforge.net
+It was downloaded from:
+http://www-2.cs.cmu.edu/afs/cs/project/ai-repository/ai/lang/lisp/code/testing/rt/
 Upstream Author: MIT
 
-Changes compared to upstream: 
-  - Added .asd file for use with Common Lisp Controller
-  - Changed defpackage to be ompatible with AllegroCL's case-sensitive mode
-
 
 Copyright:
 
index 3b45265c1058a290cbd28f1f4c281e4c62a76630..72dd5b3e933233a857f3e90a3ce2b276db5e18fc 100755 (executable)
@@ -42,7 +42,7 @@ install: build
        dh_clean -k
        # Add here commands to install the package into debian/rt.
        dh_installdirs $(clc-systems) $(clc-rt)
-       dh_install debian/rt.asd $(shell echo *.lisp) $(clc-rt)
+       dh_install debian/rt.asd rt.lisp $(clc-rt)
        dh_link $(clc-rt)/rt.asd $(clc-systems)/rt.asd
 
 # Build architecture-independent files here.
@@ -53,7 +53,8 @@ binary-indep: build install
 binary-arch: build install
        dh_testdir
        dh_testroot
-       dh_installdocs
+       dh_installdocs rt-doc.txt
+       dh_installexamples rt-test.lisp
        dh_installchangelogs
        dh_strip
        dh_compress