This was just a problem with your merge. You dropped part of the change.
>From your debdiff:

diff -Nru qbittorrent-3.1.3/debian/control qbittorrent-3.1.3/debian/control
--- qbittorrent-3.1.3/debian/control    2013-11-30 15:32:38.000000000 +0100
+++ qbittorrent-3.1.3/debian/control    2013-12-08 13:32:49.000000000 +0100
@@ -1,7 +1,8 @@
 Source: qbittorrent
 Section: net
 Priority: optional
-Maintainer: Cristian Greco <crist...@debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com>
+XSBC-Original-Maintainer: Cristian Greco <crist...@debian.org>
 Build-Depends: debhelper (>= 7.4.12),
                dpkg-dev (>= 1.16.1),
                libtorrent-rasterbar-dev (>= 0.15.4),
diff -Nru qbittorrent-3.1.3/debian/rules qbittorrent-3.1.3/debian/rules
--- qbittorrent-3.1.3/debian/rules      2013-11-30 15:32:38.000000000 +0100
+++ qbittorrent-3.1.3/debian/rules      2013-12-08 03:13:17.000000000 +0100
@@ -8,8 +8,10 @@
        dh $@ --parallel
 
 override_dh_auto_configure:
-       mkdir -p build-nox && cd build-nox && ../configure --prefix=/usr 
--disable-gui
-       mkdir -p build-gui && cd build-gui && ../configure --prefix=/usr
+       mkdir -p build-nox && cd build-nox && ../configure --prefix=/usr 
--disable-gui \
+               --with-libboost-lib=/usr/lib/$(DEB_HOST_MULTIARCH)
+       mkdir -p build-gui && cd build-gui && ../configure --prefix=/usr \
+       
 
 override_dh_auto_build:
        dh_auto_build --builddirectory build-nox

Notice that you're missing the '--with-libboost-
lib=/usr/lib/$(DEB_HOST_MULTIARCH)' from the build-gui configure step.

** Changed in: qbittorrent (Ubuntu)
       Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1258893

Title:
  FTBFS with boost

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qbittorrent/+bug/1258893/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to