diff options
| -rw-r--r-- | debian/changelog | 12 | ||||
| -rw-r--r-- | debian/not-installed | 2 | 
2 files changed, 12 insertions, 2 deletions
| diff --git a/debian/changelog b/debian/changelog index f5f1742e..76ab7a2d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +libunistring (0.9.10-4) UNRELEASED; urgency=medium + +  * Fix ftbfs on dh_missing. +  * debian/changelog: +    - Fix removed tag at 0.9.10-2. + + -- Jörg Frings-Fürst <debian@jff.email>  Mon, 01 Jun 2020 17:30:40 +0200 +  libunistring (0.9.10-3) unstable; urgency=medium    * Update symbols for non-glibc. (Closes: #956635) @@ -20,7 +28,9 @@ libunistring (0.9.10-2) unstable; urgency=medium    * New patch debian/patches/0705-gcc-9.patch:      - 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).    * debian/copyright:      - Refresh copyright years for debian/* to 2019. diff --git a/debian/not-installed b/debian/not-installed index b08b312e..7641c51e 100644 --- a/debian/not-installed +++ b/debian/not-installed @@ -1,2 +1,2 @@  usr/share/info/libunistring.info -usr/lib/x86_64-linux-gnu/libunistring.la +usr/lib/*/libunistring.la | 
