From 68d7b0f5fd413d825e78eba8536f42c733111dbe Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Sun, 11 May 2003 18:46:39 +0000 Subject: [PATCH 1/1] r4897: *** empty log message *** --- debian/compat | 1 + debian/rules | 4 +--- debian/rt.asd => rt.asd | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) create mode 100644 debian/compat rename debian/rt.asd => rt.asd (94%) diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..b8626c4 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +4 diff --git a/debian/rules b/debian/rules index 72dd5b3..ea99d99 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,5 @@ #!/usr/bin/make -f -export DH_COMPAT=4 - pkg := rt debpkg := cl-rt @@ -42,7 +40,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 rt.lisp $(clc-rt) + dh_install rt.asd rt.lisp $(clc-rt) dh_link $(clc-rt)/rt.asd $(clc-systems)/rt.asd # Build architecture-independent files here. diff --git a/debian/rt.asd b/rt.asd similarity index 94% rename from debian/rt.asd rename to rt.asd index b6c3e32..95daa88 100644 --- a/debian/rt.asd +++ b/rt.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Sep 2002 ;;;; -;;;; $Id: rt.asd,v 1.2 2002/11/08 16:51:40 kevin Exp $ +;;;; $Id: rt.asd,v 1.1 2003/05/11 18:43:22 kevin Exp $ ;;;; ;;;; This file, part of cl-rt, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; -- 2.34.1