From: Kevin Rosenberg Date: Mon, 27 Jul 2009 17:16:58 +0000 (-0600) Subject: Automated commit for debian release 1.99-1 X-Git-Tag: debian-1.99-1^0 X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=commitdiff_plain;h=6bdd43a1b1daa21561706ba5213e1442e4971351 Automated commit for debian release 1.99-1 --- diff --git a/debian/control b/debian/control index 9a0e2fc..c1bf354 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: cl-kmrcl Section: lisp Priority: optional Maintainer: Kevin M. Rosenberg -Build-Depends: debhelper (>= 4.0.0) -Standards-Version: 3.8.1 +Build-Depends: debhelper (>= 5.0.0) +Standards-Version: 3.8.2 Package: cl-kmrcl Architecture: all diff --git a/debian/copyright b/debian/copyright index 1f39879..19b569f 100644 --- a/debian/copyright +++ b/debian/copyright @@ -19,7 +19,7 @@ merchantability or fitness for a particular purpose. See the GNU Lesser General Public License for more details. The GNU Lessor General Public License can be found in your Debian file -system in /usr/share/common-licenses/LGPL. +system in /usr/share/common-licenses/LGPL-3. Preamble to the Gnu Lesser General Public License ------------------------------------------------- diff --git a/debian/postinst b/debian/postinst index a10eaba..49b7e8a 100755 --- a/debian/postinst +++ b/debian/postinst @@ -28,7 +28,7 @@ LISP_PKG=kmrcl case "$1" in configure) - /usr/sbin/register-common-lisp-source ${LISP_PKG} + register-common-lisp-source ${LISP_PKG} ;; abort-upgrade|abort-remove|abort-deconfigure) ;; diff --git a/debian/prerm b/debian/prerm index 1c05eea..2386136 100755 --- a/debian/prerm +++ b/debian/prerm @@ -22,7 +22,7 @@ LISP_PKG=kmrcl case "$1" in remove|upgrade|deconfigure) - /usr/sbin/unregister-common-lisp-source ${LISP_PKG} + unregister-common-lisp-source ${LISP_PKG} ;; failed-upgrade) ;;