Fix typo in package description debian-3.3.2-3
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 3 Apr 2011 02:13:40 +0000 (20:13 -0600)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 3 Apr 2011 02:13:40 +0000 (20:13 -0600)
debian/changelog
debian/control
debian/source/format [new file with mode: 0644]
debian/upload.sh

index ca6768fbbddfae8758bcd7b005a37ab5348223f4..2ac8f78edeadd5c403af1317900525cf23618c60 100644 (file)
@@ -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 <kmr@debian.org>  Sat, 02 Apr 2011 20:12:14 -0600
+
 cl-umlisp-orf (3.3.2-2) unstable; urgency=low
 
   * Build with debhelper extension dh-lisp
index 6b860b966a137810ed6d4fe7b6973de2e893e962..6ac4e2551b85ba14e0e967ca9f57673064f1aed2 100644 (file)
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Kevin M. Rosenberg <kmr@debian.org>
 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 (file)
index 0000000..163aaf8
--- /dev/null
@@ -0,0 +1 @@
+3.0 (quilt)
index d0931dda9a51001e1ba25f88ad6cdcbc731d565f..d4ab20dcd4582cdea645d512f07c6dd0e5ee72b6 100755 (executable)
@@ -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 $*