Control: tags -1 +patch +pending

Hi,

 Specifying dbi.so directory fixes this FTBFS bug, see attached diff.
 I'll upload it to 7-delayed queue, if you don't want it, please tell me.
 
 # git repo doesn't have "master" branch, so I'm not sure how to commit it.


-- 
Regards,

 Hideki Yamane     henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane
diff -Nru ulogd2-2.0.3/debian/changelog ulogd2-2.0.3/debian/changelog
--- ulogd2-2.0.3/debian/changelog	2013-12-04 07:51:31.000000000 +0900
+++ ulogd2-2.0.3/debian/changelog	2014-02-11 13:36:16.000000000 +0900
@@ -1,3 +1,11 @@
+ulogd2 (2.0.3-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/rules
+    - specify dbi.so location with "--with-dbi-lib" option (Closes: #738407)
+
+ -- Hideki Yamane <henr...@debian.org>  Tue, 11 Feb 2014 13:36:15 +0900
+
 ulogd2 (2.0.3-1) unstable; urgency=low
 
   * New upstream release.
diff -Nru ulogd2-2.0.3/debian/rules ulogd2-2.0.3/debian/rules
--- ulogd2-2.0.3/debian/rules	2013-12-03 22:41:24.000000000 +0900
+++ ulogd2-2.0.3/debian/rules	2014-02-11 13:35:38.000000000 +0900
@@ -10,6 +10,8 @@
 # Activate full hardening build flags
 export DEB_BUILD_MAINT_OPTIONS := hardening=+pie,+bindnow
 
+DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+
 PACKAGE	= $(firstword $(shell dh_listpackages))
 TMP	= $(CURDIR)/debian/$(PACKAGE)
 
@@ -17,7 +19,8 @@
 	dh $@ --with autotools-dev,systemd
 
 override_dh_auto_configure:
-	dh_auto_configure -- --disable-silent-rules --with-pgsql --with-mysql --with-dbi
+	dh_auto_configure -- --disable-silent-rules --with-pgsql --with-mysql \
+		             --with-dbi --with-dbi-lib=/usr/lib/$(DEB_HOST_MULTIARCH)
 
 override_dh_auto_build:
 	dh_auto_build

Reply via email to