--- guile-lib-0.1.6.orig/debian/changelog
+++ guile-lib-0.1.6/debian/changelog
@@ -0,0 +1,38 @@
+guile-lib (0.1.6-1) unstable; urgency=low
+
+  * New upstream release.
+    - Includes fix for async-queue unit test (closes: #443020).
+    - Includes fix for (string wrap) module (closes: #437217).
+  * Bump build-dependency on dephelper to (>= 5) and move dependencies on
+    cdbs and debhelper from Build-Depends-Indep to Build-Depends, as they
+    are required for the 'clean' target (thanks, lintian).
+  * clean target: rm -f doc/guile-library.info, as this is regenerated by
+    the build.
+
+ -- Andreas Rottmann <rotty@debian.org>  Tue, 13 Nov 2007 14:06:52 +0100
+
+guile-lib (0.1.5-1) unstable; urgency=low
+
+  * New upstream release (closes: #287061, #436464).
+  * Depend on guile-1.8 instead of guile-1.6 (closes: #290944).
+  * Updated debian/copyright.
+  
+ -- Andreas Rottmann <rotty@debian.org>  Thu, 09 Aug 2007 19:06:48 +0200
+
+guile-lib (0.1.2-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Andreas Rottmann <rotty@debian.org>  Wed,  4 Aug 2004 16:47:29 +0200
+
+guile-lib (0.1.1-2) unstable; urgency=low
+
+  * Added guile-1.6 and texinfo to Build-Depends-Indep (closes: #248217).
+
+ -- Andreas Rottmann <rotty@debian.org>  Mon, 10 May 2004 09:40:58 +0200
+
+guile-lib (0.1.1-1) unstable; urgency=low
+
+  * First debianized version.
+  
+ -- Andreas Rottmann <rotty@debian.org>  Sat, 24 Apr 2004 16:18:34 +0200
--- guile-lib-0.1.6.orig/debian/control
+++ guile-lib-0.1.6/debian/control
@@ -0,0 +1,21 @@
+Source: guile-lib
+Section: devel
+Priority: optional
+Maintainer: Andreas Rottmann <rotty@debian.org>
+Standards-Version: 3.7.2
+Build-Depends: cdbs, debhelper (>= 5)
+Build-Depends-Indep: guile-1.8, guile-1.8-dev, texinfo
+ 
+Package: guile-library
+Architecture: all
+Section: interpreters
+Depends: guile-1.8
+Description:  Library of useful Guile modules
+ A set of various-purpose library modules for Guile. Covered areas include:
+ .
+  * Unit testing framework ala JUnit
+  * Logging system
+  * String routines (wrapping, completion, soundex algorithm)
+  * OS process chains (think "shell pipes in scheme")
+  * ANSI escape sequence text coloring
+  * SRFI-35 (conditions)
--- guile-lib-0.1.6.orig/debian/copyright
+++ guile-lib-0.1.6/debian/copyright
@@ -0,0 +1,12 @@
+This package was debianized by Andreas Rottmann on
+Fri,  Apr 16 2004 22:25:21 CEST.
+
+It was downloaded from http://download.gna.org/guile-lib/.
+
+Copyright: 2003-2007, The guile-lib developers
+
+  You should have received a copy of the GNU General Public License
+  with the Debian GNU/Linux distribution in file
+  /usr/share/common-licenses/GPL; if not, write to the Free Software
+  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, 
+  MA 02110-1301, USA.
--- guile-lib-0.1.6.orig/debian/guile-library.dirs
+++ guile-lib-0.1.6/debian/guile-library.dirs
@@ -0,0 +1,2 @@
+usr/share/guile
+usr/share/info
--- guile-lib-0.1.6.orig/debian/rules
+++ guile-lib-0.1.6/debian/rules
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+
+#export DH_VERBOSE=1
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+
+DEB_CONFIGURE_EXTRA_FLAGS = --prefix=/usr --with-install-guile-lib=yes 
+DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(DEB_DESTDIR)
+DEB_MAKE_CHECK_TARGET = check
+
+clean::
+	rm -f doc/guile-library.info
--- guile-lib-0.1.6.orig/debian/compat
+++ guile-lib-0.1.6/debian/compat
@@ -0,0 +1 @@
+5
