]> git.proxmox.com Git - qemu-server.git/commitdiff
d/control: fix build-depends-on-1-revision lintian warning
authorFiona Ebner <f.ebner@proxmox.com>
Fri, 19 May 2023 07:35:39 +0000 (09:35 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 19 May 2023 13:06:46 +0000 (15:06 +0200)
It's sufficient to depend on the version without the revision, because
4.1-1 is the first version of the package satisfying >= 4.1.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/control

index 5c562fcafa5f5438e896fd36ac3c2457bd1fbbb2..44ebbbe5ef892f4118cec8a460d6e6b73ff6b1f2 100644 (file)
@@ -9,7 +9,7 @@ Build-Depends: debhelper-compat (= 13),
                libpve-apiclient-perl,
                libpve-cluster-perl,
                libpve-common-perl (>= 7.2-5),
-               libpve-guest-common-perl (>= 4.1-1),
+               libpve-guest-common-perl (>= 4.1),
                libpve-storage-perl (>= 6.1-7),
                libtest-mockmodule-perl,
                libuuid-perl,