From cbc0c4793d137fc379e0be4fbcd3fb9c558376a1 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Sat, 2 Apr 2011 20:13:40 -0600 Subject: [PATCH] Fix typo in package description --- debian/changelog | 7 +++++++ debian/control | 4 ++-- debian/source/format | 1 + debian/upload.sh | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 debian/source/format diff --git a/debian/changelog b/debian/changelog index ca6768f..2ac8f78 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +cl-umlisp-orf (3.3.2-3) unstable; urgency=low + + * Fix package description (closes:620524) + * Switch to dpkg-source 3.0 (quilt) format + + -- Kevin M. Rosenberg Sat, 02 Apr 2011 20:12:14 -0600 + cl-umlisp-orf (3.3.2-2) unstable; urgency=low * Build with debhelper extension dh-lisp diff --git a/debian/control b/debian/control index 6b860b9..6ac4e25 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Kevin M. Rosenberg Build-Depends-Indep: dh-lisp Build-Depends: debhelper (>= 7.0.0) -Standards-Version: 3.8.2.0 +Standards-Version: 3.9.1.0 Homepage: http://files.b9.com/umlisp-orf/ Vcs-Git: git://git.b9.com/umlisp-orf.git Vcs-Browser: http://git.b9.com/?p=umlisp-orf.git @@ -15,6 +15,6 @@ Depends: ${misc:Depends}, cl-kmrcl, cl-sql, cl-hyperobject Description: Common Lisp Unified Medical Language System Interface, ORF 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 meta-classes for efficient access + a SQL database engine and Common Lisp meta-classes for efficient access and formatting. This package supports the Original Release Format files (ORF). diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/upload.sh b/debian/upload.sh index d0931dd..d4ab20d 100755 --- a/debian/upload.sh +++ b/debian/upload.sh @@ -1,4 +1,4 @@ #!/bin/bash -e -dup umlisp-orf -Ufiles.b9.com -D/home/ftp/umlisp-orf -C"(umask 022; cd /opt/apache/htdocs/umlisp; make install)" -su $* +dup umlisp-orf -Ufiles.b9.com -D/home/ftp/umlisp-orf -C"(umask 022; cd /srv/www/html/umlisp; make install)" -su $* -- 2.34.1