r3218: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 27 Oct 2002 22:13:47 +0000 (22:13 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 27 Oct 2002 22:13:47 +0000 (22:13 +0000)
debian/build-lw-exec.lisp [deleted file]
debian/cl-reversi.1 [deleted file]
debian/clean.sh [deleted file]
debian/control
debian/rules

diff --git a/debian/build-lw-exec.lisp b/debian/build-lw-exec.lisp
deleted file mode 100644 (file)
index 41cf7e9..0000000
+++ /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 (file)
index a5cc6b4..0000000
+++ /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 <kevin@rosenberg.net>
diff --git a/debian/clean.sh b/debian/clean.sh
deleted file mode 100755 (executable)
index 0aa95b2..0000000
+++ /dev/null
@@ -1 +0,0 @@
-rm -rf debian/cl-reversi.exec
index 788fc9584d3f56577cfd4599c53f2963f512856f..0b019b601c8d0ea2a4ab9a3a5c3a8f070bf23362 100644 (file)
@@ -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.
-
-
index 20ab49c7c23386ffc5ac752f95d9f91ff130adbb..c6f129b563ac4a54f6db2f522e85e11cb8ceafe1 100755 (executable)
@@ -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