From: Ben Steffen Date: Tue, 26 Nov 2019 03:30:44 +0000 (-0500) Subject: Fix control file to not use features that are not present in older versions of debhelper X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-images.git/commitdiff_plain/5ba94e7956da66d5ab4ac7ce1ccd7a85256e7438 Fix control file to not use features that are not present in older versions of debhelper --- 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