r3244: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 30 Oct 2002 18:38:02 +0000 (18:38 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 30 Oct 2002 18:38:02 +0000 (18:38 +0000)
README
debian/changelog
debian/control
debian/copyright
debian/upload.sh [new file with mode: 0755]

diff --git a/README b/README
index 9b755144c0c32ac08dfaac0575074fcf8f3bccf7..bd2ba0bfd5fb761ab39b06c08d00bbbb7195df21 100644 (file)
--- a/README
+++ b/README
@@ -6,8 +6,8 @@ License included with the software in the file COPYING. It is
 Copyright (C) 2000-2002 by Kevin M. Rosenberg.
 
 No documentation is included with this product. Available
-documentation and support options are listed on the UMLisp support web
-site: http://umlisp.med-info.com/support/
+documentation and support options are on the UMLisp support web site:
+http://umlisp.med-info.com/support.html
 
 
 
index 60bdf154bc5067ea74393c5d4c2b82024e5beaf6..f9aca46414780e434dbe32a7af0e0d6a9c198a9b 100644 (file)
@@ -1,6 +1,6 @@
 cl-umlisp (1.0) unstable; urgency=low
 
-  * Initial Release.
+  * Initial Release (closes: 164428)
 
  -- Kevin M. Rosenberg <kmr@debian.org>  Sat,  5 Oct 2002 12:52:28 -0600
 
index 4953f0b318163556071927f8adf2c87663acdf20..d13fd4d782b46686d3994f73f4ad048e5793f12a 100644 (file)
@@ -11,5 +11,7 @@ Depends: ${shlibs:Depends}, cl-kmrcl, cl-sql, cl-sql-backend
 Description: Common Lisp interface for the Unified Medical Language System
  The Unified Medical Language System is a multi-gigabyte database of
  medical terminology. This a interface for Common Lisp programs that utilizes
- the a SQL database engine and Common Lisp classes for efficient access.
+ the a SQL database engine and Common Lisp meta-classes for efficient access
+ and formatting.
+
 
index 5f117b50e1bb20cccde10ab9bf17a8c36a3fe4a2..909adf8553c01466349ad479f28b99385493b0df 100644 (file)
@@ -5,10 +5,16 @@ It was downloaded from ftp://umlisp.b9.com
 
 Upstream Author: Kevin M. Rosenberg <kevin@rosenberg.net>
 
-Copyright:
+Changes compared to upstream: None.
 
-UMLisp is Copyright (C) 2000-2002 by Kevin M. Rosenberg
-It is open-source software govened by the GNU GPL License.
 
-The GNU GPL License is in your Debian file system as 
-/usr/share/common-licenses/GPL.
+UMLisp is Copyright (C) 2000-2002 by Kevin M. Rosenberg It is
+open-source software govened by the GNU General Public License.  This
+license is located in the file /usr/share/common-licenses/GPL of your
+Debian filesyste.
+
+This code is distributed in the hope that it will be useful, but
+without any warranty; without even the implied warranty of
+merchantability or fitness for a particular purpose.  See the GNU
+General Public License for more details.
+
diff --git a/debian/upload.sh b/debian/upload.sh
new file mode 100755 (executable)
index 0000000..67be6a2
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/bash -e
+
+dup umlisp -Uftp.med-info.com -D/home/ftp/umlisp -C"(cd /opt/apache/htdocs/umlisp; make install)" -su $*
+