Automated commit for debian release 1.99-1 debian-1.99-1
authorKevin Rosenberg <kevin@rosenberg.net>
Mon, 27 Jul 2009 17:16:58 +0000 (11:16 -0600)
committerKevin Rosenberg <kevin@rosenberg.net>
Mon, 27 Jul 2009 17:16:58 +0000 (11:16 -0600)
debian/control
debian/copyright
debian/postinst
debian/prerm

index 9a0e2fc1158c588c54e90707146795b72c243859..c1bf354097bb26b80b77f7f349955e6bc646f407 100644 (file)
@@ -2,8 +2,8 @@ Source: cl-kmrcl
 Section: lisp
 Priority: optional
 Maintainer: Kevin M. Rosenberg <kmr@debian.org>
 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
 
 Package: cl-kmrcl
 Architecture: all
index 1f39879b2bd14d94965e174422981e973ef51513..19b569f1ebe6a439f63bb136505793a9d8db3519 100644 (file)
@@ -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
 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
 -------------------------------------------------
 
 Preamble to the Gnu Lesser General Public License
 -------------------------------------------------
index a10eaba8011beae268a9684f487250761b6974b0..49b7e8a7c0929b6b7dc630bfdac3073145485738 100755 (executable)
@@ -28,7 +28,7 @@ LISP_PKG=kmrcl
 
 case "$1" in
     configure)
 
 case "$1" in
     configure)
-       /usr/sbin/register-common-lisp-source ${LISP_PKG}
+       register-common-lisp-source ${LISP_PKG}
        ;;
     abort-upgrade|abort-remove|abort-deconfigure)
        ;;
        ;;
     abort-upgrade|abort-remove|abort-deconfigure)
        ;;
index 1c05eea7ae0620076f4846e410f27e225a74f685..23861364d5118402551a84f056f70e6e63339268 100755 (executable)
@@ -22,7 +22,7 @@ LISP_PKG=kmrcl
 
 case "$1" in
     remove|upgrade|deconfigure)
 
 case "$1" in
     remove|upgrade|deconfigure)
-       /usr/sbin/unregister-common-lisp-source ${LISP_PKG}
+       unregister-common-lisp-source ${LISP_PKG}
         ;;
     failed-upgrade)
         ;;
         ;;
     failed-upgrade)
         ;;