diff -Nru libtorrent-rasterbar-1.1.9/debian/changelog libtorrent-rasterbar-1.1.9/debian/changelog --- libtorrent-rasterbar-1.1.9/debian/changelog 2018-09-23 01:54:52.000000000 +0100 +++ libtorrent-rasterbar-1.1.9/debian/changelog 2018-12-05 11:12:55.000000000 +0000 @@ -1,3 +1,9 @@ +libtorrent-rasterbar (1.1.9-1ubuntu1) unstable; urgency=medium + + * Fix linking to wrong boost_python with Python 3. (LP: #1800264) + + -- Calum Lind Wed, 05 Dec 2018 11:12:55 +0000 + libtorrent-rasterbar (1.1.9-1) unstable; urgency=medium [ Unit 193 ] @@ -169,7 +175,6 @@ -- Andrew Starr-Bochicchio Mon, 24 Feb 2014 14:11:14 -0500 libtorrent-rasterbar (0.16.11-2.1) unstable; urgency=medium - * Non-maintainer upload. * Explicitly pass --with-boost-system=boost_system to configure as ax_boost_system.m4 doesn't want to find it now that it diff -Nru libtorrent-rasterbar-1.1.9/debian/rules libtorrent-rasterbar-1.1.9/debian/rules --- libtorrent-rasterbar-1.1.9/debian/rules 2018-09-23 00:46:43.000000000 +0100 +++ libtorrent-rasterbar-1.1.9/debian/rules 2018-12-05 11:10:08.000000000 +0000 @@ -22,7 +22,7 @@ PYTHON_LDFLAGS="$(shell python$*-config --libs)" \ dh_auto_configure --builddirectory build-py$* -- \ PYTHON=/usr/bin/python$* PYTHON_INSTALL_PARAMS="--root=$(CURDIR)/debian/tmp --install-layout=deb" \ - --enable-python-binding --with-boost-python=boost_python-py$(subst .,,$(subst -dbg,,$*)) \ + --enable-python-binding --with-boost-python=boost_python$(subst .,,$(subst -dbg,,$*)) \ $(CONFIGURE_ARGS) mv build-py$*/bindings/python build/bindings/python$* cp -r bindings/python/* build/bindings/python$*