summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhsoting.net>2018-03-21 22:49:56 +0100
committerJörg Frings-Fürst <debian@jff-webhsoting.net>2018-03-21 22:49:56 +0100
commitad5e91c097bbf1b92a6f825103e06d92bb2e85e6 (patch)
treedafee1557a33ee7b724c72fa07fe153df7483a48
parentabd3d9186a6f0ee15688f91a416aaabc98f129a5 (diff)
Migrate to debhelper 11
-rw-r--r--debian/changelog4
-rw-r--r--debian/compat2
-rw-r--r--debian/control3
3 files changed, 6 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 3f207f7..9b9be89 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,10 @@ uriparser (0.8.5-1) UNRELEASED; urgency=medium
- debian/changelog
- debian/control
- debian/rules
+ * Migrate to debhelper 11:
+ - Change debian/compat to 11.
+ - Bump minimum debhelper version in debian/control to >= 11.
+ - Remove dh-autoreconf from Build-Depends.
-- Jörg Frings-Fürst <debian@jff.email> Wed, 21 Mar 2018 22:11:26 +0100
diff --git a/debian/compat b/debian/compat
index ec63514..b4de394 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+11
diff --git a/debian/control b/debian/control
index bf6fb38..2a8b993 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,7 @@ Section: libs
Priority: optional
Maintainer: Jörg Frings-Fürst <debian@jff-webhosting.net>
Build-Depends:
- debhelper (>= 9),
- dh-autoreconf,
+ debhelper (>= 11),
dh-exec (>=0.3)
Build-Depends-Indep:
doxygen,