diff options
Diffstat (limited to 'packages/debian')
-rw-r--r-- | packages/debian/control.in | 1 | ||||
-rwxr-xr-x | packages/debian/rules.in | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/packages/debian/control.in b/packages/debian/control.in index 1c4f522c..16713577 100644 --- a/packages/debian/control.in +++ b/packages/debian/control.in @@ -7,6 +7,7 @@ Build-Depends: debhelper (>= 9), dh-python, dh-systemd, iproute2, + pep8, pyflakes, ${python}, ${test_requires}, diff --git a/packages/debian/rules.in b/packages/debian/rules.in index 5420949c..cf2dd405 100755 --- a/packages/debian/rules.in +++ b/packages/debian/rules.in @@ -14,7 +14,7 @@ override_dh_install: override_dh_auto_test: ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS))) - http_proxy= make check + http_proxy= make PYVER=${pyver} check else @echo check disabled by DEB_BUILD_OPTIONS=$(DEB_BUILD_OPTIONS) endif |