Package: guile-db
Severity: normal
Fixed one more error (lintian) - missing separator between
${misc:Depends} and ${shlibs:Depends} and mention NMU in changelog.
O.
-- System Information:
Debian Release: 6.0.1
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff --git a/debian/changelog b/debian/changelog
index 4de0497..9984a8d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+guile-db (0.1-4.1) unstable; urgency=low
+
+ * Non-maintainer upload
+ * Build against generic libdb-dev (Closes: #548481)
+ * Add separator between items (lintian error)
+
+ -- Ondřej Surý <[email protected]> Sun, 01 May 2011 15:48:17 +0200
+
guile-db (0.1-4) unstable; urgency=high
* debian/control:
diff --git a/debian/control b/debian/control
index 21c95e6..3ded3dc 100644
--- a/debian/control
+++ b/debian/control
@@ -2,12 +2,12 @@ Source: guile-db
Section: interpreters
Priority: optional
Maintainer: Sam Hocevar (Debian packages) <[email protected]>
-Build-Depends: debhelper (>> 4.0.0), guile-1.6-dev, libdb4.6-dev
+Build-Depends: debhelper (>> 4.0.0), guile-1.6-dev, libdb-dev
Standards-Version: 3.8.0
Package: guile-db
Architecture: any
-Depends: ${shlibs:Depends} ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Berkeley DB module for Guile
This Guile module is a set of Guile Scheme functions to facilitate
database handling from within Scheme scripts, using Berkeley DB.