diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2020-06-02 07:58:59 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2020-06-02 07:58:59 +0200 |
commit | 4a09de7f3680121e1cdfd9938b177f2858aec8d6 (patch) | |
tree | 4d9615a0286a64a126b9a40397b10f1cfe4d8992 /debian | |
parent | 28987c69e7fdba33cfeab53f10014357dcf05b78 (diff) | |
parent | 1b40f8d91827f51dd0db86e455b505831ae21017 (diff) |
Merge branch 'release/debian/0.9.10-4'debian/0.9.10-4
Diffstat (limited to 'debian')
-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 f5f1742..6129048 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +libunistring (0.9.10-4) unstable; urgency=high + + * Fix ftbfs with dh_missing (Closes: #961960). + * debian/changelog: + - Fix removed tag at 0.9.10-2. + + -- Jörg Frings-Fürst <debian@jff.email> Mon, 01 Jun 2020 17:48:44 +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 b08b312..7641c51 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 |