--- bordeaux-threads-0.8.5.orig/debian/changelog
+++ bordeaux-threads-0.8.5/debian/changelog
@@ -0,0 +1,48 @@
+bordeaux-threads (0.8.5-1) unstable; urgency=medium
+
+ * Quicklisp release update.
+
+ -- Dimitri Fontaine Wed, 06 Apr 2016 21:48:11 +0300
+
+bordeaux-threads (0.8.4-1) unstable; urgency=medium
+
+ * Quicklisp release update.
+
+ -- Dimitri Fontaine Sun, 17 Jan 2016 20:01:35 +0300
+
+bordeaux-threads (0.8.3-3) unstable; urgency=medium
+
+ * Remove Christoph from the maintainers.
+
+ -- Dimitri Fontaine Tue, 30 Sep 2014 13:42:20 +0400
+
+bordeaux-threads (0.8.3-2) unstable; urgency=medium
+
+ * Take over the package maintenance, as the current maintainer email
+ address bounces (Closes: #762529)
+
+ -- Dimitri Fontaine Fri, 26 Sep 2014 17:31:33 +0400
+
+bordeaux-threads (0.8.3-1) unstable; urgency=medium
+
+ * Quicklisp release update.
+
+ -- Dimitri Fontaine Mon, 04 Aug 2014 18:55:53 +0400
+
+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.8.5.orig/debian/compat
+++ bordeaux-threads-0.8.5/debian/compat
@@ -0,0 +1 @@
+5
--- bordeaux-threads-0.8.5.orig/debian/control
+++ bordeaux-threads-0.8.5/debian/control
@@ -0,0 +1,21 @@
+Source: bordeaux-threads
+Section: lisp
+Priority: optional
+Maintainer: Dimitri Fontaine
+Build-Depends: cdbs, debhelper (>= 5)
+Build-Depends-Indep: dh-lisp
+Standards-Version: 3.9.5
+
+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.8.5.orig/debian/copyright
+++ bordeaux-threads-0.8.5/debian/copyright
@@ -0,0 +1,37 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: bordeaux-threads
+Upstream-Contact: Greg Pfeil
+Source: http://common-lisp.net/project/bordeaux-threads/
+
+Files: *
+Copyright: 2006-2007, Greg Pfeil
+License: MIT
+ 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 above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ 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.
+
+Files: debian/*
+Copyright:
+ (C) 2007, Pierre THIERRY
+ (C) 2014, Dimitri Fontaine
+License: GPL
+ The Debian packaging is licensed under the GPL, see
+ `/usr/share/common-licenses/GPL'.
+
--- bordeaux-threads-0.8.5.orig/debian/dirs
+++ bordeaux-threads-0.8.5/debian/dirs
@@ -0,0 +1,2 @@
+usr/share/common-lisp/source/bordeaux-threads
+usr/share/common-lisp/systems
--- bordeaux-threads-0.8.5.orig/debian/doc-base
+++ bordeaux-threads-0.8.5/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: Programming
+
+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.8.5.orig/debian/docs
+++ bordeaux-threads-0.8.5/debian/docs
@@ -0,0 +1 @@
+site/index.html
--- bordeaux-threads-0.8.5.orig/debian/install
+++ bordeaux-threads-0.8.5/debian/install
@@ -0,0 +1,2 @@
+version.sexp src/ test/ *.asd usr/share/common-lisp/source/bordeaux-threads
+site/style.css usr/share/doc/cl-bordeaux-threads
--- bordeaux-threads-0.8.5.orig/debian/links
+++ bordeaux-threads-0.8.5/debian/links
@@ -0,0 +1 @@
+usr/share/common-lisp/source/bordeaux-threads/bordeaux-threads.asd usr/share/common-lisp/systems/bordeaux-threads.asd
--- bordeaux-threads-0.8.5.orig/debian/rules
+++ bordeaux-threads-0.8.5/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