summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Shadura <andrewsh@debian.org>2018-05-01 09:09:27 +0200
committerAndrew Shadura <andrewsh@debian.org>2018-05-01 09:09:56 +0200
commit5334ba8cf7f85736f7a7878f4f9047214f3c3c9a (patch)
tree88ac99c1dbd50893630b76e2ede7b0884de438ca
parent5f97ea57acd47c64014de2baab649628a24ed24c (diff)
-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