diff options
| author | Thomas Lamprecht <t.lamprecht@proxmox.com> | 2023-05-25 18:18:12 +0200 |
|---|---|---|
| committer | Thomas Lamprecht <t.lamprecht@proxmox.com> | 2023-05-25 18:18:57 +0200 |
| commit | 11f3cfd9a1f58e79e57ea3e988b0d2cce9454cfc (patch) | |
| tree | 6bf5121d2774cb900d934d694620fc893e3bbea9 | |
| parent | b01d4855fce580f65326bcc2d8ed0ce7ab91adbc (diff) | |
d/control: raise compat level to 13
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
| -rw-r--r-- | debian/compat | 1 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/debian/compat b/debian/compat deleted file mode 100644 index b4de394..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -11 diff --git a/debian/control b/debian/control index 9022cde..2602f88 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: libpve-network-perl Section: perl Priority: optional Maintainer: Proxmox Support Team <support@proxmox.com> -Build-Depends: debhelper (>= 11~), +Build-Depends: debhelper-compat (= 13), lintian, libfile-slurp-perl, libnet-subnet-perl, |
