From 4433076e7b4208ab6926370e1be8229728a73697 Mon Sep 17 00:00:00 2001 From: Ben Steffen Date: Sat, 7 Dec 2019 16:17:05 -0500 Subject: [PATCH] Clean up debian files --- debian/control | 5 ++--- debian/rules | 3 --- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/debian/control b/debian/control index e1c6af9..b59af2a 100644 --- a/debian/control +++ b/debian/control @@ -8,9 +8,8 @@ X-Python3-Version: >= 3.6 Package: invirt-base Architecture: all -Depends: ${python3:Depends}, ${misc:Depends}, - python-pkg-resources, remctl-client, invirt-config, - python3 (>= 3.6) +Depends: ${python3:Depends}, ${misc:Depends}, python-pkg-resources, + remctl-client, invirt-config, python3 (>= 3.6) Description: Base configuration required for all Invirt servers This package includes common files for the Invirt system. * apt configuration diff --git a/debian/rules b/debian/rules index 99d253c..f62ebeb 100755 --- a/debian/rules +++ b/debian/rules @@ -4,6 +4,3 @@ export PYBUILD_NAME=invirt-base %: dh $@ --with python3 --buildsystem=pybuild - -override_dh_install: - dh_install -- 1.7.9.5