diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2019-12-22 17:04:17 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2019-12-22 17:04:17 +0100 |
commit | 22d0ee7427142bba4ebd03b3daf2933749508903 (patch) | |
tree | 85311d78bbb49fa0dd0b7fbccbb2f1aa4da96732 | |
parent | 832225b62a245c0e77b32d520bcd821bc805ffcc (diff) |
Switch to debhelper-compat
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/compat | 1 | ||||
-rw-r--r-- | debian/control | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 7f62919..954f20c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,9 @@ ipmiutil (3.1.5-1) UNRELEASED; urgency=medium - Refresh debian/patches/0105-typo.patch. * debian/contol: - Add anacron to Depends. + * Switch to debhelper-compat: + - debian/control: change to debhelper-compat (=12) + - remove debian/compat -- Jörg Frings-Fürst <debian@jff.email> Sun, 22 Dec 2019 16:45:38 +0100 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index 48082f7..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -12 diff --git a/debian/control b/debian/control index 1dfbfad..d4e6c73 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: utils Priority: optional Maintainer: Jörg Frings-Fürst <debian@jff.email> Build-Depends: - debhelper (>= 12), + debhelper-compat (= 12), libfreeipmi-dev (>= 1.1.5) | libopenipmi-dev (>=2.0.18), libssl-dev, libtool-bin, |