diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2019-11-29 12:05:42 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2019-11-29 12:05:42 +0100 |
commit | 63bdac4134d7d74b5dcb65aef0d22c32cb7079a2 (patch) | |
tree | 687f0f57a3fa3b294b187113fe3080b5d968635e /debian | |
parent | 6242ce2fd8f4e293f6acbd828d268a917a1fd10c (diff) |
Switch to debhelper-compat
Diffstat (limited to 'debian')
-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 c654cd3..0fc7fa0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,9 @@ libonig (6.9.4-1) UNRELEASED; urgency=medium - Refresh debain/copyright. * debian/watch:_Correct typo. * Declare compliance with Debian Policy 4.4.1.1 (No changes needed). + * Switch to debhelper-compat: + - debian/control: change to debhelper-compat (=12) + - remove debian/compat -- Jörg Frings-Fürst <debian@jff.email> Fri, 29 Nov 2019 11:27:09 +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 537bc40..d48d070 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: libs Priority: extra Maintainer: Jörg Frings-Fürst <debian@jff.email> Build-Depends: - debhelper (>= 12) + debhelper-compat (= 12) Standards-Version: 4.4.1 Homepage: https://github.com/kkos/oniguruma Vcs-Git: git://jff.email/opt/git/libonig.git |