summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhsoting.net>2020-06-01 19:06:41 +0200
committerJörg Frings-Fürst <debian@jff-webhsoting.net>2020-06-01 19:06:41 +0200
commitb565445db2724f17abb1dc8f5fd69710b7709666 (patch)
treecf4a77fa618ddabcdde586285a725213edbdd682 /debian
parent9dc733cad8e585167de0e9ce193c4292ff3451a8 (diff)
Migrate to debhelper-compat 13
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
-rw-r--r--debian/control2
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index af77e84..3835b5f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,9 @@ uriparser (0.9.4-1) UNRELEASED; urgency=medium
* New upstream release.
- Refresh patch.
* Declare compliance with Debian Policy 4.5.0 (No changes needed).
+ * Migrate to debhelper-compat 13:
+ - Remove debian/compat.
+ - Bump minimum debhelper-compat version in debian/control to = 13.
-- Jörg Frings-Fürst <debian@jff.email> Mon, 01 Jun 2020 18:52:03 +0200
diff --git a/debian/control b/debian/control
index 48eeef8..51a6c70 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Jörg Frings-Fürst <debian@jff.email>
Build-Depends:
cmake,
- debhelper (>= 12),
+ debhelper-compat (= 13),
dh-exec (>=0.3),
doxygen,
graphviz,