--- cl-base64-3.3.3.orig/debian/copyright +++ cl-base64-3.3.3/debian/copyright @@ -0,0 +1,39 @@ +This package was debianized by Kevin M. Rosenberg in +Dec 2002. + +It was downloaded from http://files.b9.com/base64/ + +Upstream Author: Kevin M. Rosenberg + This code is based on code placed in the public domain by Juri Pakaste + and available for download at + http://www.helsinki.fi/~pakaste/store/dl/base64.lisp + +Copyright: + +Copyright (c) 2002-2003 by Kevin Rosenberg + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. +3. The name of the Authors may not be used to endorse or promote products + derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR +IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR +BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE +OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN +IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + --- cl-base64-3.3.3.orig/debian/compat +++ cl-base64-3.3.3/debian/compat @@ -0,0 +1 @@ +7 --- cl-base64-3.3.3.orig/debian/watch +++ cl-base64-3.3.3/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://files.b9.com/cl-base64/cl-base64-(\d+.*)\.tar\.gz --- cl-base64-3.3.3.orig/debian/changelog +++ cl-base64-3.3.3/debian/changelog @@ -0,0 +1,140 @@ +cl-base64 (3.3.3-2) unstable; urgency=low + + * Convert installation to dh-lisp + * control: Add Vcs-Browser field + + -- Kevin M. Rosenberg Mon, 03 Aug 2009 10:31:33 -0600 + +cl-base64 (3.3.3-1) unstable; urgency=low + + * New upstream + * Convert to debhelper version 7 + * debian/watch: New file + * debian/control: Change section to new lisp section. Add Vcs-Git + and Homepage fields. + * debian/rules: Change to just architecture independent rules and DH7 + * debian/{prerm,postinst}: Remove paths from binary function + + -- Kevin M. Rosenberg Sat, 01 Aug 2009 23:19:43 -0600 + +cl-base64 (3.3.2-1) unstable; urgency=low + + * Depend on kmrcl only for test package + + -- Kevin M. Rosenberg Sun, 27 Aug 2006 12:23:37 -0600 + +cl-base64 (3.3.1-5) unstable; urgency=low + + * Fix spelling mistake in package description (closes:363204) + + -- Kevin M. Rosenberg Mon, 15 May 2006 17:41:36 -0600 + +cl-base64 (3.3.1-4) unstable; urgency=low + + * New upstream URI + + -- Kevin M. Rosenberg Sat, 17 Sep 2005 15:34:55 -0600 + +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) + + -- Kevin M. Rosenberg Mon, 19 Apr 2004 08:59:58 -0600 + +cl-base64 (3.3.1-1) unstable; urgency=low + + * Rename ASDF system to cl-base64 + + -- Kevin M. Rosenberg Sun, 18 Apr 2004 10:39:51 -0600 + +cl-base64 (3.3-1) unstable; urgency=low + + * Rework test loading + + -- Kevin M. Rosenberg Sun, 24 Aug 2003 13:40:03 -0600 + +cl-base64 (3.2.1-1) unstable; urgency=low + + * New upstream + + -- Kevin M. Rosenberg Thu, 12 Jun 2003 08:04:55 -0600 + +cl-base64 (3.2-1) unstable; urgency=low + + * Improve .asd file + + -- Kevin M. Rosenberg Tue, 6 May 2003 10:19:22 -0600 + +cl-base64 (3.1-1) unstable; urgency=low + + * Implement asdf:test-op. Remove old base64-test.asd file. + + -- Kevin M. Rosenberg Tue, 15 Apr 2003 09:33:01 -0600 + +cl-base64 (3.0.2-1) unstable; urgency=low + + * Change declarations from array to simple-array where feasible + * add more fixnum declarations where helpful + + -- Kevin M. Rosenberg Tue, 14 Jan 2003 04:55:48 -0700 + +cl-base64 (3.0.1-1) unstable; urgency=low + + * Fix output of base64-string-to-usb8-array + + -- Kevin M. Rosenberg Tue, 14 Jan 2003 04:35:05 -0700 + +cl-base64 (3.0.0-1) unstable; urgency=low + + * Remove src.lisp and add package.lisp, decode.lisp, encode.lisp + * Add support for usb8-arrays + * Rewrite routines as macros to create efficient functions for + converting to and from streams, strings, and usb8-arrays. + * Fix error in integer-to-base64 when using columns + * Add base64-test.asd and test.lisp regression suite + + -- Kevin M. Rosenberg Mon, 13 Jan 2003 14:41:52 -0700 + +cl-base64 (2.1.0-1) unstable; urgency=low + + * Fix broken string-to-base64 + + -- Kevin M. Rosenberg Sat, 4 Jan 2003 06:40:32 -0700 + +cl-base64 (2.0-1) unstable; urgency=low + + * Ignore whitespace in base64 strings + * Add column breaking and stream output to base64 conversion + * Rework string-to-base64 to handle columns and streams + + -- Kevin M. Rosenberg Fri, 3 Jan 2003 23:14:13 -0700 + +cl-base64 (1.2-1) unstable; urgency=low + + * Bug fix in base64-to-integer + + -- Kevin M. Rosenberg Sun, 29 Dec 2002 00:03:11 -0700 + +cl-base64 (1.1-1) unstable; urgency=low + + * Rewritten version, significant optimizations + * BSD-style license + * Adds conversion to and from integers + * Renamed functions + + -- Kevin M. Rosenberg Sat, 28 Dec 2002 21:28:42 -0700 + +cl-base64 (1.0-1) unstable; urgency=low + + * Initial upload + * Changes compared to upstream: + - Added .asd file for use with Common Lisp Controller + - Changes for Allegro's case sensitive mode + + -- Kevin M. Rosenberg Thu, 26 Dec 2002 19:17:51 -0700 --- cl-base64-3.3.3.orig/debian/control +++ cl-base64-3.3.3/debian/control @@ -0,0 +1,19 @@ +Source: cl-base64 +Section: lisp +Priority: optional +Maintainer: Kevin M. Rosenberg +Build-Depends-Indep: dh-lisp +Build-Depends: debhelper (>= 7.0.0) +Standards-Version: 3.8.2.0 +Homepage: http://files.b9.com/cl-base64/ +Vcs-Git: git://git.b9.com/cl-base64.git +Vcs-Browser: http://git.b9.com/?p=cl-base64.git + +Package: cl-base64 +Architecture: all +Depends: ${misc:Depends}, cl-kmrcl +Description: Common Lisp package to encode and decode base64 with URI support + This package provides highly optimized base64 encoding and decoding. + Besides conversion to and from strings, integer conversions are supported. + Encoding with Uniform Resource Identifiers is supported by using + a modified encoding table that uses only URI-compatible characters. --- cl-base64-3.3.3.orig/debian/rules +++ cl-base64-3.3.3/debian/rules @@ -0,0 +1,44 @@ +#!/usr/bin/make -f + +pkg := cl-base64 +debpkg := cl-base64 + +clc-source := usr/share/common-lisp/source +clc-systems := usr/share/common-lisp/systems +clc-files := $(clc-source)/$(pkg) +doc-dir := usr/share/doc/$(debpkg) + +build: + +clean: + dh_testdir + dh_testroot + dh_clean + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + dh_install $(pkg).asd $(clc-files) + dh_install *.lisp $(clc-files) + +binary-indep: install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_lisp + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary-arch: + +binary: binary-indep + + +.PHONY: build clean binary-indep binary-arch binary install