From: Kevin M. Rosenberg Date: Wed, 27 Nov 2002 18:32:52 +0000 (+0000) Subject: r3498: *** empty log message *** X-Git-Url: http://git.kpe.io/?p=rt.git;a=commitdiff_plain;h=20706f83806f086f836f802092bb3f1c0b0db069 r3498: *** empty log message *** --- diff --git a/debian/changelog b/debian/changelog index 9925707..d949a40 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-rt (19901219.1-1) unstable; urgency=low + + * Add examples file and documentation file (closes: 170890) + + -- Kevin M. Rosenberg Wed, 27 Nov 2002 11:08:06 -0700 + cl-rt (19901219-2) unstable; urgency=low * Remove 'load-compiled-op from .asd file diff --git a/debian/control b/debian/control index 87dbe83..fe35a48 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.5.7.1 +Standards-Version: 3.5.8.0 Package: cl-rt Architecture: all diff --git a/debian/copyright b/debian/copyright index da07b73..51e9940 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,13 +1,10 @@ This package was debianized by Kevin M. Rosenberg 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: diff --git a/debian/rules b/debian/rules index 3b45265..72dd5b3 100755 --- a/debian/rules +++ b/debian/rules @@ -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