diff --git a/debian/control b/debian/control index 9a0e2fc1158c588c54e90707146795b72c243859..c1bf354097bb26b80b77f7f349955e6bc646f407 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: cl-kmrcl Section: lisp Priority: optional Maintainer: Kevin M. Rosenberg <kmr@debian.org> -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 1f39879b2bd14d94965e174422981e973ef51513..19b569f1ebe6a439f63bb136505793a9d8db3519 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 a10eaba8011beae268a9684f487250761b6974b0..49b7e8a7c0929b6b7dc630bfdac3073145485738 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 1c05eea7ae0620076f4846e410f27e225a74f685..23861364d5118402551a84f056f70e6e63339268 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) ;;