diff -Nru python-ofxhome-0.3.3/debian/changelog python-ofxhome-0.3.3/debian/changelog --- python-ofxhome-0.3.3/debian/changelog 2016-06-26 23:01:31.000000000 +0000 +++ python-ofxhome-0.3.3/debian/changelog 2018-04-30 09:11:17.000000000 +0000 @@ -1,3 +1,10 @@ +python-ofxhome (0.3.3-2) unstable; urgency=medium + + * Support Python 3. + * Point Vcs-* to dgit. + + -- Andrej Shadura Mon, 30 Apr 2018 11:11:17 +0200 + python-ofxhome (0.3.3-1) unstable; urgency=medium * New upstream version. diff -Nru python-ofxhome-0.3.3/debian/control python-ofxhome-0.3.3/debian/control --- python-ofxhome-0.3.3/debian/control 2016-06-26 23:02:03.000000000 +0000 +++ python-ofxhome-0.3.3/debian/control 2018-04-30 09:11:17.000000000 +0000 @@ -5,15 +5,19 @@ Build-Depends: debhelper (>= 9) , dh-python , python-all (>= 2.7~) + , python3-all , python-setuptools + , python3-setuptools Standards-Version: 3.9.8 Homepage: https://github.com/captin411/ofxhome -X-Python-Version: >= 2.6 +X-Python-Version: >= 2.7 +Vcs-Git: https://git.dgit.debian.org/python-ofxhome +Vcs-Browser: https://browse.dgit.debian.org/python-ofxhome.git/ Package: python-ofxhome Architecture: all Depends: ${python:Depends}, ${misc:Depends} -Description: ofxhome.com financial institution lookup REST client +Description: ofxhome.com financial institution lookup REST client (Python 2.7) ofxhome is a REST client for the web service provided by ofxhome.com. . ofxhome.com provides a way to discover the Open Financial Exchange @@ -25,3 +29,23 @@ . This client by itself is not all that useful unless you are coupling it with software that needs this lookup capability. + . + This package is for Python 2.7. + +Package: python3-ofxhome +Architecture: all +Depends: ${python3:Depends}, ${misc:Depends} +Description: ofxhome.com financial institution lookup REST client (Python 3) + ofxhome is a REST client for the web service provided by ofxhome.com. + . + ofxhome.com provides a way to discover the Open Financial Exchange + (OFX) URLs and financial institution IDs for banks and other + financial institutions. + . + ofxhome is a sort of "DNS" for financial institution OFX URLs and + IDs. + . + This client by itself is not all that useful unless you are coupling + it with software that needs this lookup capability. + . + This package is for Python 3. diff -Nru python-ofxhome-0.3.3/debian/python3-ofxhome.docs python-ofxhome-0.3.3/debian/python3-ofxhome.docs --- python-ofxhome-0.3.3/debian/python3-ofxhome.docs 1970-01-01 00:00:00.000000000 +0000 +++ python-ofxhome-0.3.3/debian/python3-ofxhome.docs 2018-04-30 09:11:17.000000000 +0000 @@ -0,0 +1 @@ +README diff -Nru python-ofxhome-0.3.3/debian/python3-ofxparse.docs python-ofxhome-0.3.3/debian/python3-ofxparse.docs --- python-ofxhome-0.3.3/debian/python3-ofxparse.docs 2014-02-25 18:42:15.000000000 +0000 +++ python-ofxhome-0.3.3/debian/python3-ofxparse.docs 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -README diff -Nru python-ofxhome-0.3.3/debian/python-ofxhome.docs python-ofxhome-0.3.3/debian/python-ofxhome.docs --- python-ofxhome-0.3.3/debian/python-ofxhome.docs 1970-01-01 00:00:00.000000000 +0000 +++ python-ofxhome-0.3.3/debian/python-ofxhome.docs 2018-04-30 09:11:17.000000000 +0000 @@ -0,0 +1 @@ +README diff -Nru python-ofxhome-0.3.3/debian/python-ofxparse.docs python-ofxhome-0.3.3/debian/python-ofxparse.docs --- python-ofxhome-0.3.3/debian/python-ofxparse.docs 2014-12-31 19:24:17.000000000 +0000 +++ python-ofxhome-0.3.3/debian/python-ofxparse.docs 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -README diff -Nru python-ofxhome-0.3.3/debian/rules python-ofxhome-0.3.3/debian/rules --- python-ofxhome-0.3.3/debian/rules 2014-02-25 20:36:20.000000000 +0000 +++ python-ofxhome-0.3.3/debian/rules 2018-04-30 09:11:17.000000000 +0000 @@ -6,4 +6,4 @@ %: - dh $@ --with python2 --buildsystem=pybuild + dh $@ --with python2,python3 --buildsystem=pybuild