summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control21
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..b8cbda8
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,21 @@
+Source: python-ofxclient
+Section: python
+Priority: optional
+Maintainer: Clint Adams <clint@debian.org>
+Build-Depends: debhelper (>= 9)
+ , dh-python
+ , python-all (>= 2.7~)
+ , python-setuptools
+ , python-argparse
+ , python-beautifulsoup (>= 3.0)
+ , python-keyring
+ , python-ofxparse (>= 0.8)
+Standards-Version: 3.9.5
+Homepage: https://sites.google.com/site/ofxparse/
+X-Python-Version: >= 2.6
+
+Package: python-ofxclient
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Description: OFX client for dowloading transactions from banks
+ Simple ofxclient command line utility and OFX client libraries for development.