diff -Nru python-setproctitle-1.0.1/debian/changelog python-setproctitle-1.0.1/debian/changelog --- python-setproctitle-1.0.1/debian/changelog 2016-04-06 00:50:11.000000000 +0000 +++ python-setproctitle-1.0.1/debian/changelog 2016-04-07 22:38:37.000000000 +0000 @@ -1,3 +1,9 @@ +python-setproctitle (1.0.1-1ubuntu1.14.04.2) trusty; urgency=medium + + * Fix build failure, oops. + + -- Stefano Rivera Thu, 07 Apr 2016 15:19:32 -0700 + python-setproctitle (1.0.1-1ubuntu1.14.04.1) trusty; urgency=medium * Fix segfault when the module is imported under mod_wsgi (LP: #1538736) diff -Nru python-setproctitle-1.0.1/debian/rules python-setproctitle-1.0.1/debian/rules --- python-setproctitle-1.0.1/debian/rules 2016-04-06 00:33:56.000000000 +0000 +++ python-setproctitle-1.0.1/debian/rules 2016-04-07 22:19:28.000000000 +0000 @@ -23,7 +23,7 @@ rm -rf build/test-$* mkdir build/test-$* python$* setup.py install_lib -d build/test-$* - $(CC) $$(python$*-config --includes --libs) -o tests/pyrun tests/pyrun.c + $(CC) tests/pyrun.c $$(python$*-config --includes --libs) -o tests/pyrun ifeq (,$(findstring kfreebsd,$(shell dpkg-architecture -qDEB_BUILD_ARCH_OS))) PYTHONPATH=build/test-$* python$* /usr/bin/nosetests -v tests endif