From 5ba94e7956da66d5ab4ac7ce1ccd7a85256e7438 Mon Sep 17 00:00:00 2001 From: Ben Steffen Date: Mon, 25 Nov 2019 22:30:44 -0500 Subject: [PATCH] Fix control file to not use features that are not present in older versions of debhelper --- debian/changelog | 6 ++++++ debian/control | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0febe00..7bff0d4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +invirt-images (0.0.10) precise; urgency=medium + + * Fix Depends: so that it works with an older version of debhelper + + -- me Mon, 25 Nov 2019 22:29:27 -0500 + invirt-images (0.0.9) precise; urgency=medium * Rename load_image to update_image diff --git a/debian/control b/debian/control index 5f7dea1..152c4f0 100644 --- a/debian/control +++ b/debian/control @@ -4,11 +4,10 @@ Priority: extra Maintainer: Invirt project Build-Depends: debhelper (>= 7) Standards-Version: 3.9.3 -X-Python3-Version: >= 3.6 Package: invirt-images Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, invirt-database +Depends: ${shlibs:Depends}, ${misc:Depends}, python3 >= 3.6.5-2, invirt-database Description: Invirt's tools for managing disk images for VMs These install the tools for managing disk images for Invirt VMs. Images can share common mirrors. The tools include mechanisms -- 1.7.9.5