summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2019-07-12 10:29:52 +0200
committerJörg Frings-Fürst <debian@jff.email>2019-07-12 10:29:52 +0200
commit967a3005f2e88394a8786ab4a20cc18dc7113c8c (patch)
treecae61f04a782431ab8bffba8b02424af86d9f8b7
parentaf1970ee2fb3dbd6852a92262ae21539bf81f70e (diff)
Migrate to debhelper 12
-rw-r--r--debian/changelog3
-rw-r--r--debian/compat2
-rw-r--r--debian/control2
3 files changed, 5 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index c407f38..12eb668 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,9 @@ libonig (6.9.2-1) UNRELEASED; urgency=medium
- Fixes CVE-2019-13225 A NULL Pointer Dereference in match_at()
in regexec.c.
* Declare compliance with Debian Policy 4.4.0 (No changes needed).
+ * Migrate to debhelper 12:
+ - Change debian/compat to 12.
+ - Bump minimum debhelper version in debian/control to >= 12.
-- Jörg Frings-Fürst <debian@jff.email> Fri, 12 Jul 2019 09:15:25 +0200
diff --git a/debian/compat b/debian/compat
index b4de394..48082f7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-11
+12
diff --git a/debian/control b/debian/control
index e70fc1c..bad90d6 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 (>= 11)
+ debhelper (>= 12)
Standards-Version: 4.4.0
Homepage: https://github.com/kkos/oniguruma
Vcs-Git: git://jff.email/opt/git/libonig.git