Skip to content
Snippets Groups Projects
Commit 20706f83 authored by Kevin M. Rosenberg's avatar Kevin M. Rosenberg
Browse files

r3498: *** empty log message ***

parent 5ea6c674
Branches
No related tags found
No related merge requests found
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
......
......@@ -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
......
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:
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment