summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/rules4
2 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index d4789eb..83e1167 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-ofxclient (2.0.3+git20180108-3) unstable; urgency=medium
+
+ * Drop -N from dh calls, fix FTBFS.
+
+ -- Andrej Shadura <andrewsh@debian.org> Tue, 01 May 2018 09:09:52 +0200
+
python-ofxclient (2.0.3+git20180108-2) unstable; urgency=medium
* Actually disable the Python 3 binary package.
diff --git a/debian/rules b/debian/rules
index 8751a07..d393a56 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ export PYBUILD_TEST_ARGS=-v $(wildcard tests/*.py)
%:
- dh $@ --with python2 --buildsystem=pybuild -Npython3-${PYBUILD_NAME}
+ dh $@ --with python2 --buildsystem=pybuild
override_dh_auto_test:
- env -u XDG_RUNTIME_DIR -u DBUS_SESSION_BUS_ADDRESS dh_auto_test -Npython3-${PYBUILD_NAME}
+ env -u XDG_RUNTIME_DIR -u DBUS_SESSION_BUS_ADDRESS dh_auto_test