From 6b881584b3f5e79200f970a13c447149fbb30949 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 31 May 2020 14:41:28 +0200 Subject: Migrate to debhelper-compat 13 --- debian/changelog | 12 ++++++++---- debian/compat | 1 - debian/control | 2 +- debian/not-installed | 2 ++ 4 files changed, 11 insertions(+), 6 deletions(-) delete mode 100644 debian/compat create mode 100644 debian/not-installed (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 04540ff1..d6ee471e 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 . * 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 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 48082f72..00000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -12 diff --git a/debian/control b/debian/control index 8bddb26b..9aadfcc1 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: libunistring Priority: optional Maintainer: Jörg Frings-Fürst 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 00000000..b08b312e --- /dev/null +++ b/debian/not-installed @@ -0,0 +1,2 @@ +usr/share/info/libunistring.info +usr/lib/x86_64-linux-gnu/libunistring.la -- cgit v1.2.3