From 5594d2ed8a99ee74b566a886c714be8f92d23ad0 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Mon, 19 Apr 2004 15:02:04 +0000 Subject: [PATCH] r9099: update pkg name --- debian/changelog | 4 ++-- debian/rules | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index fd3ac14..7ecc483 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ -cl-base64 (3.3.2-1) unstable; urgency=low +cl-base64 (3.3.1-2) unstable; urgency=low - * Update rules file (closes:244687) + * Rename package rules file (closes:244687) -- Kevin M. Rosenberg Mon, 19 Apr 2004 08:59:58 -0600 diff --git a/debian/rules b/debian/rules index 240379e..7c3fc59 100755 --- a/debian/rules +++ b/debian/rules @@ -38,10 +38,10 @@ install: build dh_testdir dh_testroot dh_clean -k - # Add here commands to install the package into debian/base64. + # Add here commands to install the package into debian/cl-base64. dh_installdirs $(clc-systems) $(clc-base64) dh_install *.asd $(shell echo *.lisp) $(clc-base64) - dh_link $(clc-base64)/base64.asd $(clc-systems)/base64.asd + dh_link $(clc-base64)/cl-base64.asd $(clc-systems)/cl-base64.asd # Build architecture-independent files here. binary-indep: build install -- 2.34.1