From aae17806ccc977d2135b6d24e8d487aa9d8760bd Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Tue, 19 Apr 2022 22:28:43 +0000 Subject: [PATCH] Remove constraints unnecessary since buster * Build-Depends: Drop versioned constraint on libglib2.0-dev, libvirt-dev and libvirt-glib-1.0-dev. Changes-By: deb-scrub-obsolete --- debian/control | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 2984938..25e1a86 100644 --- a/debian/control +++ b/debian/control @@ -9,9 +9,9 @@ Vcs-Browser: https://salsa.debian.org/libvirt-team/libvirt-dbus Build-Depends: debhelper-compat (= 13), meson, pkg-config, - libvirt-dev (>= 3.0.0), - libglib2.0-dev (>= 2.44.0), - libvirt-glib-1.0-dev (>= 0.0.7), + libvirt-dev, + libglib2.0-dev, + libvirt-glib-1.0-dev, dbus , python3:any, python3-gi , -- GitLab