r3215: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 27 Oct 2002 22:01:43 +0000 (22:01 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 27 Oct 2002 22:01:43 +0000 (22:01 +0000)
debian/build-lw-exec.lisp [new file with mode: 0644]
debian/changelog
debian/cl-reversi.1 [new file with mode: 0644]
debian/control
debian/rules

diff --git a/debian/build-lw-exec.lisp b/debian/build-lw-exec.lisp
new file mode 100644 (file)
index 0000000..c716520
--- /dev/null
@@ -0,0 +1,4 @@
+(asdf:oos 'asdf:load-op 'reversi)
+
+#+lispworks
+(deliver 'reversi::clim-reversi "cl-reversi" 0 :multiprocessing t)
index 50d8e646eae3490428d454df95c3eef4391c0afe..092905d63fbbe6e2122d4ca2f9f831e0d60beb65 100644 (file)
@@ -1,3 +1,10 @@
+cl-reversi (1.0.1-1) unstable; urgency=low
+
+  * New upstream release
+  * Add binary package for precompiled clim-based executable
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 27 Oct 2002 14:54:00 -0700
+
 cl-reversi (1.0-1) unstable; urgency=low
 
   * Initial Release (closes: 166290)
diff --git a/debian/cl-reversi.1 b/debian/cl-reversi.1
new file mode 100644 (file)
index 0000000..a5cc6b4
--- /dev/null
@@ -0,0 +1,16 @@
+.\" -*- 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>
index 0ee34768b4db0094166f0046bc062dcf316aa489..788fc9584d3f56577cfd4599c53f2963f512856f 100644 (file)
@@ -14,5 +14,11 @@ Description: Reversi game for Common Lisp
  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 5240979b6c2b70e7544b8d79decfc318facb372c..9a244ed6f006d4dccae78906f3fc20a5c58dc2fd 100755 (executable)
@@ -4,6 +4,7 @@ export DH_COMPAT=4
 
 pkg    := reversi
 debpkg  := cl-reversi
+debpkg-bin     := cl-reversi-clim
 
 
 clc-source     := usr/share/common-lisp/source
@@ -41,9 +42,11 @@ install: build
        dh_testroot
        dh_clean -k
        # Add here commands to install the package into debian/reversi.
-       dh_installdirs $(clc-systems) $(clc-reversi)
-       dh_install reversi.asd $(shell echo *.lisp *.dat) $(clc-reversi)
-       dh_link $(clc-reversi)/reversi.asd $(clc-systems)/reversi.asd
+       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 usr/bin
 
 # Build architecture-independent files here.
 binary-indep: build install
@@ -55,6 +58,7 @@ binary-arch: build install
        dh_testroot
        dh_installdocs
        dh_installchangelogs
+       dh_installman debian/cl-reversi.1
        dh_strip
        dh_compress
        dh_fixperms