diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 3c33fbf..f882d79 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ uriparser (0.9.3-1) UNRELEASED; urgency=medium * Migrate to debhelper 12: - Change debian/compat to 12. - Bump minimum debhelper version in debian/control to >= 12. + * Declare compliance with Debian Policy 4.4.0 (No changes needed). -- Jörg Frings-Fürst <debian@jff.email> Fri, 26 Apr 2019 17:58:31 +0200 diff --git a/debian/control b/debian/control index 300c86b..a63555f 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Build-Depends-Indep: qtbase5-dev, libgtest-dev, libqt5sql5-sqlite -Standards-Version: 4.3.0.1 +Standards-Version: 4.4.0 Homepage: http://uriparser.sourceforge.net Vcs-Git: git://jff.email/opt/git/uriparser.git Vcs-Browser: https://jff.email/cgit/uriparser.git |