debian/0000755000000000000000000000000012246443076007176 5ustar debian/source/0000755000000000000000000000000012246443076010476 5ustar debian/source/format0000644000000000000000000000001412246443076011704 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000143112246443076010255 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 build: build-stamp build-stamp: dh_testdir touch build-stamp clean: dh_testdir dh_testroot rm -f build-stamp dh_clean install: build dh_testdir dh_testroot dh_prep dh_installdirs dh_install *.asd *.lisp usr/share/common-lisp/source/spatial-trees # Build architecture-independent files here. binary-indep: build install dh_testdir dh_testroot dh_installchangelogs dh_installdocs dh_compress dh_fixperms dh_lisp dh_installdeb dh_gencontrol dh_md5sums dh_builddeb # Build architecture-dependent files here. binary-arch: build install # We have nothing to do by default. binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install debian/docs0000644000000000000000000000001212246443076010042 0ustar BUGS TODO debian/compat0000644000000000000000000000000212246443076010374 0ustar 7 debian/patches/0000755000000000000000000000000012246443076010625 5ustar debian/patches/asd.patch0000644000000000000000000000056612246443076012424 0ustar --- cl-spatial-trees-0.2.orig/spatial-trees.asd +++ cl-spatial-trees-0.2/spatial-trees.asd @@ -28,5 +28,5 @@ :components ((:static-file "spatial-tree-test" :pathname #p"spatial-tree-test.lisp"))) - (:static-file "LICENCE") - (:static-file "TODO"))) + #+nil(:static-file "LICENCE") + #+nil(:static-file "TODO"))) debian/patches/series0000644000000000000000000000001212246443076012033 0ustar asd.patch debian/control0000644000000000000000000000117712246443076010607 0ustar Source: cl-spatial-trees Section: lisp Priority: optional Maintainer: Debian QA Group Build-Depends: debhelper (>= 7.0.0) Build-Depends-Indep: dh-lisp Standards-Version: 3.8.4 Homepage: http://www.cliki.net/spatial-trees Package: cl-spatial-trees Architecture: all Depends: common-lisp-controller, cl-asdf (>= 1.86), ${misc:Depends} Description: Spatial trees Common Lisp library spatial-trees provides access to dynamic index structures for spatially-extended data, all exposed through a uniform CLOS interface. Currently it supports the following data structures: R-trees, Greene-trees, R*-trees, X-trees. debian/copyright0000644000000000000000000000327012246443076011133 0ustar This package was debianized by Milan Zamazal on Sun, 2 Apr 2006 15:59:26 +0200. It was downloaded from http://www.cliki.net/spatial-trees . Copyright Holder: Copyright (c) 2004, Christophe Rhodes All rights reserved. License: Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * 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. * Neither the name of Christophe Rhodes nor the names of other contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 COPYRIGHT OWNER 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/changelog0000644000000000000000000000234412246443076011053 0ustar cl-spatial-trees (0.2-4) unstable; urgency=low * Orphaned. -- Milan Zamazal Sat, 30 Nov 2013 21:09:25 +0100 cl-spatial-trees (0.2-3) unstable; urgency=low * Switch to dpkg-source 3.0 (quilt) format. * Store upstream source changes as patches. * Update to debhelper 7. * Change section to lisp. * Homepage field added. * Standards 3.8.4. -- Milan Zamazal Sun, 14 Mar 2010 19:00:32 +0100 cl-spatial-trees (0.2-2) unstable; urgency=low * Install BUGS docfile. * Don't install the empty /usr/share/common-lisp/source/cl-spatial-trees/ directory. * Build-depend, not build-depend-indep, on debhelper. * Standards 3.7.2 (no real change). -- Milan Zamazal Thu, 22 Feb 2007 11:01:20 +0100 cl-spatial-trees (0.2-1) unstable; urgency=low * New upstream version. -- Milan Zamazal Thu, 20 Apr 2006 13:12:16 +0200 cl-spatial-trees (0.1-2) unstable; urgency=low * TODO and LICENSE entries in the ASDF file commented out. -- Milan Zamazal Tue, 18 Apr 2006 00:42:04 +0200 cl-spatial-trees (0.1-1) unstable; urgency=low * Initial release; closes: #359205. -- Milan Zamazal Sun, 2 Apr 2006 15:59:26 +0200