diff options
Diffstat (limited to 'debian')
-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 d0de418..8dcf7fe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ libunistring (0.9.10-5) UNRELEASED; urgency=medium * New debian/patches/0005-fix_build_musl.patch (Closes: #987609): - Fix build on musl (Thanks to Helmut Grohne <helmut@subdivi.de>). + * Declare compliance with Debian Policy 4.5.1 (No changes needed). -- Jörg Frings-Fürst <debian@jff.email> Mon, 26 Apr 2021 18:41:51 +0200 diff --git a/debian/control b/debian/control index 367933a..f8e7e50 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Priority: optional Maintainer: Jörg Frings-Fürst <debian@jff.email> Build-Depends: debhelper-compat (= 13) -Standards-Version: 4.5.0 +Standards-Version: 4.5.1 Section: libs Rules-Requires-Root: no Homepage: https://www.gnu.org/software/libunistring/ |