From 5f97ea57acd47c64014de2baab649628a24ed24c Mon Sep 17 00:00:00 2001 From: Andrew Shadura Date: Mon, 30 Apr 2018 17:12:19 +0200 Subject: Actually disable the Python 3 binary package. --- debian/changelog | 6 ++++++ debian/control | 14 +++++++------- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index b116e03..d4789eb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-ofxclient (2.0.3+git20180108-2) unstable; urgency=medium + + * Actually disable the Python 3 binary package. + + -- Andrej Shadura Mon, 30 Apr 2018 17:12:47 +0200 + python-ofxclient (2.0.3+git20180108-1) unstable; urgency=medium * New upstream snapshot. diff --git a/debian/control b/debian/control index b190b4b..be677ca 100644 --- a/debian/control +++ b/debian/control @@ -37,10 +37,10 @@ Description: OFX client for dowloading transactions from banks (Python 2.7) . This package is for Python 2.7. -Package: python3-ofxclient -Architecture: all -Depends: ${python3:Depends}, ${misc:Depends} -Description: OFX client for dowloading transactions from banks (Python 3) - Simple ofxclient command line utility and OFX client libraries for development. - . - This package is for Python 3. +# Package: python3-ofxclient +# Architecture: all +# Depends: ${python3:Depends}, ${misc:Depends} +# Description: OFX client for dowloading transactions from banks (Python 3) +# Simple ofxclient command line utility and OFX client libraries for development. +# . +# This package is for Python 3. -- cgit v1.2.3