--- bordeaux-threads-0.0.2.orig/debian/compat +++ bordeaux-threads-0.0.2/debian/compat @@ -0,0 +1 @@ +5 --- bordeaux-threads-0.0.2.orig/debian/dirs +++ bordeaux-threads-0.0.2/debian/dirs @@ -0,0 +1,2 @@ +usr/share/common-lisp/source/bordeaux-threads +usr/share/common-lisp/systems --- bordeaux-threads-0.0.2.orig/debian/doc-base +++ bordeaux-threads-0.0.2/debian/doc-base @@ -0,0 +1,10 @@ +Document: bordeaux-threads +Title: Bordeaux Threads API documentation +Author: Greg Pfeil +Abstract: This document describes Bordeaux Threads' API +Section: libs + +Format: HTML +Index: /usr/share/doc/cl-bordeaux-threads/index.html +Files: /usr/share/doc/cl-bordeaux-threads/index.html + /usr/share/doc/cl-bordeaux-threads/style.css --- bordeaux-threads-0.0.2.orig/debian/docs +++ bordeaux-threads-0.0.2/debian/docs @@ -0,0 +1 @@ +site/index.html --- bordeaux-threads-0.0.2.orig/debian/changelog +++ bordeaux-threads-0.0.2/debian/changelog @@ -0,0 +1,17 @@ +bordeaux-threads (0.0.2-1) unstable; urgency=low + + * New upstream release. (Closes: #444911) + + -- Pierre THIERRY Mon, 01 Oct 2007 21:23:55 +0200 + +bordeaux-threads (0.0.1-2) unstable; urgency=low + + * Corrected debhelper dependency + + -- Pierre THIERRY Sun, 11 Mar 2007 21:42:28 +0100 + +bordeaux-threads (0.0.1-1) unstable; urgency=low + + * Initial release. + + -- Pierre THIERRY Sat, 10 Mar 2007 02:56:10 +0100 --- bordeaux-threads-0.0.2.orig/debian/copyright +++ bordeaux-threads-0.0.2/debian/copyright @@ -0,0 +1,14 @@ +This package was debianized by Pierre THIERRY on +Thu, 10 Mar 2007 02:45:00 +0200. + +It was downloaded from http://common-lisp.net/project/bordeaux-threads/ + +Upstream Author: Greg Pfeil + +License: + + MIT license + +The Debian packaging is (C) 2007, Pierre THIERRY and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. + --- bordeaux-threads-0.0.2.orig/debian/install +++ bordeaux-threads-0.0.2/debian/install @@ -0,0 +1,2 @@ +src/ test/ *.asd usr/share/common-lisp/source/bordeaux-threads +site/style.css usr/share/doc/cl-bordeaux-threads --- bordeaux-threads-0.0.2.orig/debian/control +++ bordeaux-threads-0.0.2/debian/control @@ -0,0 +1,21 @@ +Source: bordeaux-threads +Section: libs +Priority: optional +Maintainer: Pierre THIERRY +Build-Depends: cdbs, debhelper (>= 5) +Build-Depends-Indep: dh-lisp +Standards-Version: 3.7.2 + +Package: cl-bordeaux-threads +Architecture: all +Depends: ${misc:Depends} +Description: Portable shared-state concurrency for Common Lisp + BORDEAUX-THREADS is a proposed standard for a minimal MP/Threading interface. + . + It essentially provides a compatibility layer for multi-threading accross + multiple CL implementations. + . + Some parts of it's implementation-specific code can also be implemented in a + Lisp that does not support multiple threads, so that thread-safe code can be + compiled on both multithread and single-thread implementations without need of + conditionals. --- bordeaux-threads-0.0.2.orig/debian/rules +++ bordeaux-threads-0.0.2/debian/rules @@ -0,0 +1,14 @@ +#!/usr/bin/make -f +# Sample debian/rules that uses cdbs. Originaly written by Robert Millan. +# This file is public domain. + +DEB_TAR_SRCDIR := bordeaux-threads-0.0.2 +DEB_AUTO_CLEANUP_RCS := yes + +# Add here any variable or target overrides you need + + +include /usr/share/cdbs/1/rules/debhelper.mk + +binary-post-install/cl-bordeaux-threads:: + dh_lisp