From: Kevin M. Rosenberg Date: Thu, 22 Apr 2004 14:53:44 +0000 (+0000) Subject: r9130: Automated commit for cl-base64 debian-version-3.3.1-3 X-Git-Tag: v3.3.2~9 X-Git-Url: http://git.kpe.io/?p=cl-base64.git;a=commitdiff_plain;h=2b554c9bb1419f955f2c436833a03d923566265b r9130: Automated commit for cl-base64 debian-version-3.3.1-3 --- diff --git a/debian/changelog b/debian/changelog index 7ecc483..cc8e62e 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 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 d645276..9cbf5ed 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: # * `configure' diff --git a/debian/prerm b/debian/prerm index e70aee4..5f2f5ac 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: # * `remove'