debian/0000755000000000000000000000000011604616533007173 5ustar debian/compat0000644000000000000000000000000211233416376010372 0ustar 7 debian/source/0000755000000000000000000000000011362627571010500 5ustar debian/source/format0000644000000000000000000000001411362627653011707 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000010311603523577010222 0ustar version=3 http://files.b9.com/memstore/memstore-([\d\.]*)\.tar\.gz debian/rules0000755000000000000000000000143611603526443010256 0ustar #!/usr/bin/make -f pkg := memstore debpkg := cl-$(pkg) clc-source := usr/share/common-lisp/source clc-systems := usr/share/common-lisp/systems clc-files := $(clc-source)/$(pkg) build: build-arch build-indep build-arch: build-indep: clean: dh_testdir dh_testroot dh_clean install: build dh_testdir dh_testroot dh_prep dh_installdirs dh_install $(pkg).asd $(pkg)-tests.asd memcache.asd $(clc-systems) dh_install src/*.lisp $(clc-source)/$(pkg)/src dh_install memcache/*.lisp $(clc-source)/$(pkg)/memcache binary-indep: install dh_testdir dh_testroot dh_installdocs dh_installchangelogs 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 debian/copyright0000644000000000000000000000323511603523721011124 0ustar This package was debianized by Kevin M. Rosenberg on Fri, 01 Jul 2011 23:07:47 -0600 It was downloaded from http://files.b9.com/memstore Upstream Author: Kevin M. Rosenberg Copyright (C) 2011 by Kevin M. 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. Neither the name of the author nor the names of the contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS ``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 AUTHORS 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. debian/changelog0000644000000000000000000000042211604616403011037 0ustar cl-memstore (1.1.0-1) unstable; urgency=low * New upstream -- Kevin M. Rosenberg Tue, 05 Jul 2011 08:17:22 -0600 cl-memstore (1.0-1) unstable; urgency=low * Initial version -- Kevin M. Rosenberg Fri, 01 Jul 2011 23:11:38 -0600 debian/docs0000644000000000000000000000007211604616463010047 0ustar doc/memstore.html doc/memcache.html debian/README.Debian debian/README.Debian0000644000000000000000000000044411604616122011230 0ustar This library also requires the Common Lisp cl-store, salza2, and chipz libraries. Currently, these libraries will have to be manually downloaded and installed as Debian does not have those libraries in its repository. -- Kevin M. Rosenberg , Tue, 5 Jul 2011 08:14:42 -0600 debian/control0000644000000000000000000000121411603525421010566 0ustar Source: cl-memstore Section: lisp Priority: optional Maintainer: Kevin M. Rosenberg Build-Depends-Indep: dh-lisp Build-Depends: debhelper (>= 7.0.0) Standards-Version: 3.9.2.0 Homepage: http://files.b9.com/memstore/ Vcs-Git: git://git.b9.com/memstore.git Vcs-Browser: http://git.b9.com/?p=memstore.git Package: cl-memstore Architecture: all Depends: ${misc:Depends}, cl-rt, cl-kmrcl Description: Memstore library for Common Lisp Programs This package contains the Common Lisp memstore library. This library provides high-level object serialization, including optional compression as well as an interface to the memcached protocol.