debian/0000755000000000000000000000000012165007004007161 5ustar debian/dirs0000644000000000000000000000005012062731233010044 0ustar usr/share/common-lisp/source/alexandria debian/copyright0000644000000000000000000000440512062731233011123 0ustar This package was debianized by Peter Van Eynde in Nov 2009 The upstream darcs archive is at http://common-lisp.net/project/alexandria/darcs/alexandria Upstream Authors: (see AUTHORS file) Nikodemus Siivola Attila Lendvai Marco Baringer Robert Strandh Luis Oliveira Tobias C. Rittweiler Copyright: Alexandria software and associated documentation are in the public domain: Authors dedicate this work to public domain, for the benefit of the public at large and to the detriment of the authors' heirs and successors. Authors intends this dedication to be an overt act of relinquishment in perpetuity of all present and future rights under copyright law, whether vested or contingent, in the work. Authors understands that such relinquishment of all rights includes the relinquishment of all rights to enforce (by lawsuit or otherwise) those copyrights in the work. Authors recognize that, once placed in the public domain, the work may be freely reproduced, distributed, transmitted, used, modified, built upon, or otherwise exploited by anyone for any purpose, commercial or non-commercial, and in any way, including by methods that have not yet been invented or conceived. In those legislations where public domain dedications are not recognized or possible, Alexandria is distributed under the following terms and conditions: Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/rules0000755000000000000000000000167312062731233010254 0ustar #!/usr/bin/make -f configure: configure-stamp configure-stamp: dh_testdir # Add here commands to configure the package. touch configure-stamp build: build-stamp build-stamp: configure-stamp dh_testdir # Add here commands to compile the package. touch build-stamp clean: dh_testdir dh_testroot rm -f build-stamp configure-stamp # Add here commands to clean up after the build process. dh_clean install: build dh_testdir dh_testroot dh_prep # Add here commands to install the package into debian/xmls. dh_installdirs dh_install # Build architecture-dependent files here. binary-arch: # Build architecture-independent files here. binary-indep: build install dh_testdir dh_testroot dh_installdocs dh_installchangelogs dh_lisp dh_compress dh_fixperms dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure debian/source/0000755000000000000000000000000012165007016010464 5ustar debian/source/format0000644000000000000000000000001412165007016011672 0ustar 3.0 (quilt) debian/README.Debian0000644000000000000000000000013312062731233011223 0ustar The upstream repository is at http://common-lisp.net/project/alexandria/darcs/alexandria debian/changelog0000644000000000000000000000213212165006756011046 0ustar cl-alexandria (0.0.20130703-1) unstable; urgency=low * New upstream -- Christoph Egger Wed, 03 Jul 2013 13:37:00 +0200 cl-alexandria (0.0.20121214-1) experimental; urgency=low [ Peter Van Eynde ] * open for changes [ Christoph Egger ] * New upstream * We're now using git * Couldn't both track upstream git and import debian history. The repository follows upstream, Debian changes lost in the transition * Add me to uploaders -- Christoph Egger Fri, 14 Dec 2012 15:23:22 -0800 cl-alexandria (0.0.20100217-1) unstable; urgency=low * New upstream release. * Fixed typo in description. (Closes: #563767) -- Peter Van Eynde Tue, 02 Mar 2010 08:19:13 +0100 cl-alexandria (0.0.20091125-1) unstable; urgency=low * New upstream with minor changes. -- Peter Van Eynde Thu, 31 Dec 2009 14:39:35 +0100 cl-alexandria (0.0.20091101-1) unstable; urgency=low * First packaged. * Added dummy watch file -- Peter Van Eynde Sat, 07 Nov 2009 14:03:49 +0100 debian/control0000644000000000000000000000174512062732514010602 0ustar Source: cl-alexandria Section: lisp Priority: optional Maintainer: Debian Common Lisp Team Uploaders: Peter Van Eynde , Christoph Egger Build-Depends: debhelper (>= 7) Build-Depends-Indep: dh-lisp Standards-Version: 3.8.3 Homepage: http://common-lisp.net/project/alexandria/ Vcs-Git: http://git.debian.org/git/pkg-common-lisp/cl-alexandria.git Vcs-Browser: http://git.debian.org/?p=pkg-common-lisp/cl-alexandria.git;a=summary Package: cl-alexandria Architecture: all Depends: ${misc:Depends}, ${shlibs:Depends} Description: A collection of portable Common Lisp utilities alexandria is a collection of utilities in the public domain for Common Lisp . It is a library but also a project that aims to reduce duplication of effort and improve portability of Common Lisp code according to its own idiosyncratic and rather conservative aesthetic. . It is used by other projects as a base to build on. debian/watch0000644000000000000000000000002412062731233010212 0ustar # upstream in darcs debian/install0000644000000000000000000000006612062731233010560 0ustar *.asd *.lisp usr/share/common-lisp/source/alexandria/ debian/compat0000644000000000000000000000000212062731233010363 0ustar 7 debian/docs0000644000000000000000000000001012062731233010027 0ustar AUTHORS