r9099: update pkg name
authorKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 19 Apr 2004 15:02:04 +0000 (15:02 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 19 Apr 2004 15:02:04 +0000 (15:02 +0000)
debian/changelog
debian/rules

index fd3ac1416e2a7261d65ae751dd7eafd17b25cec4..7ecc483b334f049bdafa545ebb7bf6878dd1d899 100644 (file)
@@ -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 <kmr@debian.org>  Mon, 19 Apr 2004 08:59:58 -0600
 
 
  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 19 Apr 2004 08:59:58 -0600
 
index 240379e72353763cf64cab65f424b07c9b327fb9..7c3fc59febffc45f4f6d4247a7131e6bbe7a5b8e 100755 (executable)
@@ -38,10 +38,10 @@ install: build
        dh_testdir
        dh_testroot
        dh_clean -k
        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_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
 
 # Build architecture-independent files here.
 binary-indep: build install