diff --git a/debian/control b/debian/control index 553eec8..7c30efb 100644 --- a/debian/control +++ b/debian/control @@ -57,6 +57,7 @@ Depends: ${misc:Depends}, ${perl:Depends}, Recommends: + arch-test, bzr | brz, bzr-builddeb | brz-debian, ca-certificates, @@ -73,7 +74,6 @@ Recommends: quilt, reportbug (>= 3.39ubuntu1), ubuntu-keyring | ubuntu-archive-keyring, - arch-test Suggests: qemu-user-static, Description: useful tools for Ubuntu developers diff --git a/debian/tests/control b/debian/tests/control index cf5ef51..cbdb0be 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,7 +1,11 @@ Test-Command: flake8 -v --max-line-length=99 --extend-exclude=ubuntu-archive-assistant,ubuntu_archive_assistant -Depends: flake8 +Depends: + flake8, Restrictions: allow-stderr -Test-Command: nosetests3 -v ubuntutools --with-coverage --cover-package=ubuntutools ubuntutools -Depends: python3-nose, python3-nose-cov, python3-setuptools, @ +Test-Command: nosetests3 -v ubuntutools +Depends: + python3-nose, + python3-setuptools, + @, Restrictions: allow-stderr