diff options
| -rw-r--r-- | debian/changelog | 8 | ||||
| -rw-r--r-- | debian/control | 1 | 
2 files changed, 6 insertions, 3 deletions
| diff --git a/debian/changelog b/debian/changelog index d6ee471e..6090578d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,12 +3,14 @@ libunistring (0.9.10-3) UNRELEASED; urgency=medium    * Update symbols for non-glibc. (Closes: #956635)      - thanks to Helmut Grohne <helmut@subdivi.de>.    * Declare compliance with Debian Policy 4.5.0 (No changes needed). -* Migrate to debhelper-compat 13: +  * Migrate to debhelper-compat 13:      - Remove debian/compat.      - Bump minimum debhelper-compat version in debian/control to = 13.      - New debian/not_installed: -      - Add usr/share/info/libunistring.info -      - Add usr/lib/x86_64-linux-gnu/libunistring.la +      + Add usr/share/info/libunistring.info +      + Add usr/lib/x86_64-linux-gnu/libunistring.la +  * debian/control: +    - Add Rules-Requires-Root: no.   -- Jörg Frings-Fürst <debian@jff.email>  Sun, 31 May 2020 13:39:48 +0200 diff --git a/debian/control b/debian/control index 9aadfcc1..367933a2 100644 --- a/debian/control +++ b/debian/control @@ -5,6 +5,7 @@ Build-Depends:   debhelper-compat (= 13)  Standards-Version: 4.5.0  Section: libs +Rules-Requires-Root: no  Homepage: https://www.gnu.org/software/libunistring/  Vcs-Git: git://jff.email/opt/git/libunistring.git  Vcs-Browser: https://jff.email/cgit/libunistring.git | 
