1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
guile-db (0.1-4) unstable; urgency=high
* debian/control:
+ Build-depend on libdb4.6-dev (Closes: #442652).
* debian/rules:
+ Do not ignore make clean errors.
* debian/copyright:
+ Fix the copyright file.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Sun, 27 Sep 2008 20:57:37 +0000
guile-db (0.1-3) unstable; urgency=low
* debian/control:
+ Set policy to 3.6.2.1.
+ Build against libdb4.3 instead of libdb3 (Closes: #289477).
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Tue, 12 Jul 2005 18:26:50 +0200
guile-db (0.1-2) unstable; urgency=low
* libguiledb3.c:
+ Implemented db-del-*.
+ On success, return SCM_BOOL_T instead of SCM_UNSPECIFIED.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Wed, 3 Sep 2003 18:03:19 +0200
guile-db (0.1-1) unstable; urgency=low
* Initial release (Closes: #208446).
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Wed, 3 Sep 2003 00:14:27 +0200
|