diff --git a/debian/changelog b/debian/changelog index 49a6260..1db1cab 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +stratum-mining-proxy (1.5.2-2) unstable; urgency=low + + * Add dependency on python-argparse + + -- Corey Ralph Wed, 29 Jan 2014 12:19:12 +1100 + stratum-mining-proxy (1.5.2-1.3) unstable; urgency=low * Clean egg-info build artifact diff --git a/debian/control b/debian/control index 5fbaa64..c14cb3d 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ XS-Python-Version: current Package: stratum-mining-proxy Architecture: all -Depends: ${misc:Depends}, ${python:Depends}, python-stratum, python-twisted-web, python-ecdsa +Depends: ${misc:Depends}, ${python:Depends}, python-stratum, python-twisted-web, python-ecdsa, python-argparse XB-Python-Version: ${python:Versions} Provides: ${python:Provides} Description: Getwork-compatible proxy for Stratum mining pools