Package: python-fte Version: 0.1.0-1 Severity: serious Fix:
--- debian/control.old 2018-08-13 09:57:38.922696504 +0000 +++ debian/control 2018-08-13 09:58:11.318696195 +0000 @@ -3,7 +3,7 @@ Priority: extra Maintainer: Rolf Leggewie <f...@rolf.leggewie.biz> Uploaders: Kevin P. Dyer <kpd...@gmail.com> -Build-Depends: debhelper (>= 9), python-dev, python-setuptools, libgmp-dev +Build-Depends: debhelper (>= 9), dh-python, python-dev, python-setuptools, libgmp-dev Standards-Version: 3.9.6 Homepage: https://fteproxy.org/ Vcs-Git: git://g...@github.com:kpdyer/libfte.git -b debian/unstable @@ -11,7 +11,7 @@ Package: python-fte Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends} +Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends} Description: encryption library to thwart deep packet inspection censorship fteproxy provides transport-layer protection to resist keyword filtering, censorship and discrimantory routing policies. Its job is to relay --- debian/rules.old 2018-08-13 09:57:40.410696489 +0000 +++ debian/rules 2018-08-13 09:58:24.402696070 +0000 @@ -4,4 +4,4 @@ #export DH_VERBOSE=1 %: - dh $@ + dh $@ --with python2