diff options
| -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 | 
