diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 2 |
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, |