From: Kevin Rosenberg Date: Sat, 7 Mar 2009 20:45:06 +0000 (-0700) Subject: Automated commit for debian release 4.0.4-1 X-Git-Tag: debian-4.0.4-1^0 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=75ad7c26edaeea7225c7af0f2800ebc03975858a Automated commit for debian release 4.0.4-1 --- diff --git a/debian/cl-sql.doc-base b/debian/cl-sql.doc-base index 5bfd541..6a89beb 100644 --- a/debian/cl-sql.doc-base +++ b/debian/cl-sql.doc-base @@ -2,7 +2,7 @@ Document: cl-sql Title: CLSQL Manual Author: Kevin M. Rosenberg Abstract: Describes the use of the CLSQL Common Lisp library. -Section: programming +Section: Programming Format: PDF Files: /usr/share/doc/cl-sql/cl-sql.pdf.gz diff --git a/debian/postinst.template b/debian/postinst.template index 8ab4c35..7916b34 100644 --- a/debian/postinst.template +++ b/debian/postinst.template @@ -6,7 +6,7 @@ pkg=%% case "$1" in configure) #clc-only-compatible $pkg allegro cmucl lispworks openmcl - /usr/sbin/register-common-lisp-source $pkg + register-common-lisp-source $pkg ;; abort-upgrade|abort-remove|abort-deconfigure) ;; diff --git a/debian/prerm.template b/debian/prerm.template index 319026c..4df1118 100644 --- a/debian/prerm.template +++ b/debian/prerm.template @@ -4,7 +4,7 @@ pkg=%% case "$1" in remove|upgrade|deconfigure) - /usr/sbin/unregister-common-lisp-source ${pkg} + unregister-common-lisp-source ${pkg} ;; failed-upgrade)