From 1dcdfd9de36142beff8a4fbc4f704a854cd6775f Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Wed, 30 Oct 2002 18:38:02 +0000 Subject: [PATCH 1/1] r3244: *** empty log message *** --- README | 4 ++-- debian/changelog | 2 +- debian/control | 4 +++- debian/copyright | 16 +++++++++++----- debian/upload.sh | 4 ++++ 5 files changed, 21 insertions(+), 9 deletions(-) create mode 100755 debian/upload.sh diff --git a/README b/README index 9b75514..bd2ba0b 100644 --- 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 diff --git a/debian/changelog b/debian/changelog index 60bdf15..f9aca46 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ cl-umlisp (1.0) unstable; urgency=low - * Initial Release. + * Initial Release (closes: 164428) -- Kevin M. Rosenberg Sat, 5 Oct 2002 12:52:28 -0600 diff --git a/debian/control b/debian/control index 4953f0b..d13fd4d 100644 --- a/debian/control +++ b/debian/control @@ -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. + diff --git a/debian/copyright b/debian/copyright index 5f117b5..909adf8 100644 --- a/debian/copyright +++ b/debian/copyright @@ -5,10 +5,16 @@ It was downloaded from ftp://umlisp.b9.com Upstream Author: Kevin M. Rosenberg -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 index 0000000..67be6a2 --- /dev/null +++ b/debian/upload.sh @@ -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 $* + -- 2.34.1