diff --git a/debian/changelog b/debian/changelog index 7ecc483b334f049bdafa545ebb7bf6878dd1d899..cc8e62e5c44b419ad1c73a91448031e350c1b070 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-base64 (3.3.1-3) unstable; urgency=low + + * Fix package name in postinst/prerm + + -- Kevin M. Rosenberg <kmr@debian.org> Thu, 22 Apr 2004 08:53:34 -0600 + cl-base64 (3.3.1-2) unstable; urgency=low * Rename package rules file (closes:244687) diff --git a/debian/postinst b/debian/postinst index d645276ce527c99e1d6acd11049627264c89e6ec..9cbf5edff2429aebbf61206b88a7d10002666cab 100755 --- a/debian/postinst +++ b/debian/postinst @@ -1,11 +1,7 @@ #! /bin/sh -# -# see: dh_installdeb(1) - set -e -# package name according to lisp -LISP_PKG=base64 +LISP_PKG=cl-base64 # summary of how this script can be called: # * <postinst> `configure' <most-recently-configured-version> diff --git a/debian/prerm b/debian/prerm index e70aee4386e81933aabfc6749abc8b925269a5ce..5f2f5ac3ce2476df3e66af2763cbc1e1e36b2294 100755 --- a/debian/prerm +++ b/debian/prerm @@ -1,11 +1,7 @@ #! /bin/sh -# -# see: dh_installdeb(1) - set -e -# package name according to lisp -LISP_PKG=base64 +LISP_PKG=cl-base64 # summary of how this script can be called: # * <prerm> `remove'