From 2b554c9bb1419f955f2c436833a03d923566265b Mon Sep 17 00:00:00 2001
From: "Kevin M. Rosenberg" <kevin@rosenberg.net>
Date: Thu, 22 Apr 2004 14:53:44 +0000
Subject: [PATCH] r9130: Automated commit for cl-base64 debian-version-3.3.1-3

---
 debian/changelog | 6 ++++++
 debian/postinst  | 6 +-----
 debian/prerm     | 6 +-----
 3 files changed, 8 insertions(+), 10 deletions(-)

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 <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 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:
 #        * <postinst> `configure' <most-recently-configured-version>
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:
 #        * <prerm> `remove'
-- 
GitLab