diff options
| -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, | 
