From c110fa80fe00415972388d1f8fdb2cf4442d8e2a Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Sun, 27 Oct 2002 22:13:47 +0000 Subject: [PATCH] r3218: *** empty log message *** --- debian/build-lw-exec.lisp | 4 ---- debian/cl-reversi.1 | 16 ---------------- debian/clean.sh | 1 - debian/control | 9 --------- debian/rules | 8 ++------ 5 files changed, 2 insertions(+), 36 deletions(-) delete mode 100644 debian/build-lw-exec.lisp delete mode 100644 debian/cl-reversi.1 delete mode 100755 debian/clean.sh diff --git a/debian/build-lw-exec.lisp b/debian/build-lw-exec.lisp deleted file mode 100644 index 41cf7e9..0000000 --- a/debian/build-lw-exec.lisp +++ /dev/null @@ -1,4 +0,0 @@ -(asdf:oos 'asdf:load-op 'reversi) - -#+lispworks -(deliver 'reversi::clim-reversi "cl-reversi" 2 :multiprocessing t) diff --git a/debian/cl-reversi.1 b/debian/cl-reversi.1 deleted file mode 100644 index a5cc6b4..0000000 --- a/debian/cl-reversi.1 +++ /dev/null @@ -1,16 +0,0 @@ -.\" -*- Mode: Text -*- -.\" -.\" Man page for cl-reversi -.TH "CL-REVERSI" 1 "October 27, 2002" -.AT 3 -.SH "NAME" -cl-reversi \- Common Lisp Reversi Game Using CLIM -.SH "SYNOPSIS" -.B cl-reversi -.SH "DESCRIPTION" -.I cl-reversi -is a Common Lisp implementation of the classic reversi game. This -executable uses a graphical user interface utilizing CLIM. - -.SH "AUTHOR" -Kevin M. Rosenberg diff --git a/debian/clean.sh b/debian/clean.sh deleted file mode 100755 index 0aa95b2..0000000 --- a/debian/clean.sh +++ /dev/null @@ -1 +0,0 @@ -rm -rf debian/cl-reversi.exec diff --git a/debian/control b/debian/control index 788fc95..0b019b6 100644 --- a/debian/control +++ b/debian/control @@ -13,12 +13,3 @@ Description: Reversi game for Common Lisp Paradigms of Artificial Intelligence. Compared to the code in the book, this package employs significant optimizations and includes a CLIM-based graphical user interface. - -Package: cl-reversi-clim -Architecture: i386 -Depends: ${shlibs:Depends}, common-lisp-controller (>= 3.37) -Description: Graphical User Interface Executable for cl-reversi package - This package contains a graphical user interface executable for cl-reversi - that is based on CLIM. - - diff --git a/debian/rules b/debian/rules index 20ab49c..c6f129b 100755 --- a/debian/rules +++ b/debian/rules @@ -2,9 +2,8 @@ export DH_COMPAT=4 -pkg := reversi -debpkg := cl-reversi -debpkg-clim := cl-reversi-clim +pkg := reversi +debpkg := cl-reversi clc-source := usr/share/common-lisp/source @@ -45,8 +44,6 @@ install: build dh_installdirs -p $(debpkg) $(clc-systems) $(clc-reversi) dh_install -p $(debpkg) reversi.asd $(shell echo *.lisp *.dat) $(clc-reversi) dh_link -p $(debpkg) $(clc-reversi)/reversi.asd $(clc-systems)/reversi.asd - dh_installdirs -p $(debpkg-clim) usr/bin - dh_install -p $(debpkg-clim) debian/cl-reversi.exec usr/bin/cl-reversi # Build architecture-independent files here. binary-indep: build install @@ -58,7 +55,6 @@ binary-arch: build install dh_testroot dh_installdocs dh_installchangelogs - dh_installman -p $(debpkg-clim) debian/cl-reversi.1 dh_strip dh_compress dh_fixperms -- 2.34.1