diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 12 | ||||
-rw-r--r-- | debian/compat | 1 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/not-installed | 2 |
4 files changed, 11 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog index 04540ff..d6ee471 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,14 @@ -libunistring (0.9.10-4) UNRELEASED; urgency=medium +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: + - 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 -- Jörg Frings-Fürst <debian@jff.email> Sun, 31 May 2020 13:39:48 +0200 @@ -10,9 +16,7 @@ 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/compat b/debian/compat deleted file mode 100644 index 48082f7..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -12 diff --git a/debian/control b/debian/control index 8bddb26..9aadfcc 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: libunistring Priority: optional Maintainer: Jörg Frings-Fürst <debian@jff.email> Build-Depends: - debhelper (>= 12) + debhelper-compat (= 13) Standards-Version: 4.5.0 Section: libs Homepage: https://www.gnu.org/software/libunistring/ diff --git a/debian/not-installed b/debian/not-installed new file mode 100644 index 0000000..b08b312 --- /dev/null +++ b/debian/not-installed @@ -0,0 +1,2 @@ +usr/share/info/libunistring.info +usr/lib/x86_64-linux-gnu/libunistring.la |