debian/0000755000000000000000000000000012246442732007174 5ustar debian/source/0000755000000000000000000000000012246442732010474 5ustar debian/source/format0000644000000000000000000000001412246442732011702 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000201412246442732010251 0ustar #!/usr/bin/make -f package := cl-flexichain clc-package := flexichain clc-source := usr/share/common-lisp/source clc-systems := usr/share/common-lisp/systems clc-files := $(clc-source)/$(clc-package) build: build-stamp build-stamp: dh_testdir # Add here commands to compile the package. touch build-stamp clean: dh_testdir dh_testroot rm -f build-stamp # Add here commands to clean up after the build process. dh_clean install: build dh_testdir dh_testroot dh_prep dh_installdirs $(clc-systems) dh_install $(clc-package).asd *.lisp* $(clc-files) dh_link $(clc-files)/$(clc-package).asd $(clc-systems)/$(clc-package).asd # Build architecture-independent files here. binary-indep: build install dh_testdir dh_testroot dh_installdocs dh_installchangelogs dh_compress dh_fixperms dh_lisp dh_installdeb dh_gencontrol dh_md5sums dh_builddeb # Build architecture-dependent files here. binary-arch: build install binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install debian/compat0000644000000000000000000000000212246442732010372 0ustar 7 debian/control0000644000000000000000000000111612246442732010576 0ustar Source: cl-flexichain Section: lisp Priority: optional Maintainer: Debian QA Group Build-Depends: debhelper (>= 7.0.0) Build-Depends-Indep: dh-lisp Homepage: http://common-lisp.net/project/flexichain/ Standards-Version: 3.8.4 Package: cl-flexichain Architecture: all Depends: common-lisp-controller, cl-asdf (>= 1.86), ${misc:Depends} Description: An efficient gap buffer with a well-defined external protocol The flexichain Common Lisp protocol allows client code to dynamically add elements to, and delete elements from a sequence (or chain) of such elements. debian/copyright0000644000000000000000000000172512246442732011134 0ustar This package was debianized by Milan Zamazal . It was downloaded from http://www.common-lisp.net/project/flexichain/download/ . Copyright holders: Robert Strandh (strandh@labri.fr) Matthieu Villeneuve (matthieu.villeneuve@free.fr) Copying conditions: THIS LIBRARY IS FREE software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. On Debian systems, the full text of the GNU Lesser General Public License can be found in the file /usr/share/common-licenses/LGPL-2.1. The Debian packaging files are placed in public domain. debian/changelog0000644000000000000000000000224712246442732011053 0ustar cl-flexichain (1.5.1.dfsg.1-3) unstable; urgency=low * Orphaned. -- Milan Zamazal Sat, 30 Nov 2013 21:08:07 +0100 cl-flexichain (1.5.1.dfsg.1-2) unstable; urgency=low * Switch to dpkg-source 3.0 (quilt) format. * Update to debhelper 7. * Use dh_lisp. * Change section to lisp. * Standards 3.8.4. -- Milan Zamazal Sun, 14 Mar 2010 18:45:45 +0100 cl-flexichain (1.5.1.dfsg.1-1) unstable; urgency=low * New upstream version. * Standards 3.8.0 (no real change). * Homepage control field added. -- Milan Zamazal Sat, 28 Jun 2008 11:44:55 +0200 cl-flexichain (1.2.dfsg.1-3) unstable; urgency=low * Moved to unstable; closes: #441898. -- Milan Zamazal Tue, 11 Sep 2007 21:12:26 +0200 cl-flexichain (1.2.dfsg.1-2) experimental; urgency=low * Information about LGPL location added to copyright. -- Milan Zamazal Thu, 22 Feb 2007 10:44:26 +0100 cl-flexichain (1.2.dfsg.1-1) experimental; urgency=low * Initial packaging; closes: #410186. * Upload to experimental because unstable is in freeze. -- Milan Zamazal Thu, 8 Feb 2007 20:05:15 +0100