diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2019-07-11 19:01:17 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2019-07-11 19:01:17 +0200 |
commit | 6731f0fdba44fda146894a36c289463922ac9e0f (patch) | |
tree | f4f6bde94256e9aa55945495d0085f98220cb600 | |
parent | aac4d9c8db9c3f585e91ffdd54cfe997790a97d8 (diff) |
Migrate to debhelper 12
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 4 |
3 files changed, 8 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 41e0afa7..c46fe284 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,11 @@ libunistring (0.9.10-2) UNRELEASED; urgency=medium * New patch debian/patches/0705-gcc-9.patch: - - Fix gcc-9 issue. + - Fix gcc-9 issue (Closes: #925762, #920824). + * 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> Thu, 11 Jul 2019 18:05:24 +0200 diff --git a/debian/compat b/debian/compat index b4de3947..48082f72 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -11 +12 diff --git a/debian/control b/debian/control index a05b5f65..f9098666 100644 --- a/debian/control +++ b/debian/control @@ -2,9 +2,9 @@ Source: libunistring Priority: optional Maintainer: Jörg Frings-Fürst <debian@jff.email> Build-Depends: - debhelper (>= 11), + debhelper (>= 12), gcc-9 -Standards-Version: 4.1.5 +Standards-Version: 4.4.0 Section: libs Homepage: https://www.gnu.org/software/libunistring/ Vcs-Git: git://jff.email/opt/git/libunistring.git |