tags 324937 + patch pending
tags 634619 + patch pending
thanks
Dear maintainer,
I've prepared an NMU for libdbi-drivers (versioned as 0.8.3-1+s-2.1) and
uploaded it to DELAYED/3. Please feel free to tell me if I should delay
it longer.
--
Jakub Wilk
diffstat for libdbi-drivers_0.8.3-1+s-2 libdbi-drivers_0.8.3-1+s-2.1
changelog | 10 ++++++++++
rules | 2 +-
2 files changed, 11 insertions(+), 1 deletion(-)
diff -u libdbi-drivers-0.8.3-1+s/debian/rules libdbi-drivers-0.8.3-1+s/debian/rules
--- libdbi-drivers-0.8.3-1+s/debian/rules
+++ libdbi-drivers-0.8.3-1+s/debian/rules
@@ -26,7 +26,7 @@
./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
--prefix=/usr --with-pgsql --with-mysql --with-sqlite \
--with-sqlite3 --with-freetds --with-freetds-dir=/usr \
- --enable-docs --enable-libdbi
+ --enable-docs
# This is for the moment removed until the upstream fixes the problems with
# the new API: --with-firebird
diff -u libdbi-drivers-0.8.3-1+s/debian/changelog libdbi-drivers-0.8.3-1+s/debian/changelog
--- libdbi-drivers-0.8.3-1+s/debian/changelog
+++ libdbi-drivers-0.8.3-1+s/debian/changelog
@@ -1,3 +1,13 @@
+libdbi-drivers (0.8.3-1+s-2.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * A bug in the configure script causes --enable-libdbi to actually *disable*
+ linking drivers with the library. However, since linking is now the
+ default, this option is not needed anymore. Remove it from debian/rules
+ (closes: #634619, #324937).
+
+ -- Jakub Wilk <jw...@debian.org> Wed, 27 Jul 2011 19:56:38 +0200
+
libdbi-drivers (0.8.3-1+s-2) unstable; urgency=low
* Removed explicit dependency on libdbi0 (gosh, I don't get even how it could