Skip to content
Snippets Groups Projects
Commit 6bdd43a1 authored by Kevin Rosenberg's avatar Kevin Rosenberg
Browse files

Automated commit for debian release 1.99-1

parent 7a0c81f5
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
-------------------------------------------------
......
......@@ -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)
;;
......
......@@ -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)
;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment