From 256edac683da4bf12d04897ea013ffb0c5893cec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 8 Nov 2020 12:49:04 +0100 Subject: Add remove for libonig.[la|a], d/changelog: Change distribution to unstable, Change date and time --- debian/changelog | 8 ++++++-- debian/control | 2 +- debian/rules | 2 ++ 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index cea228e..ec66e9c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,14 @@ -libonig (6.9.6-1) UNRELEASED; urgency=medium +libonig (6.9.6-1) unstable; urgency=medium * New upstream release. - Refresh symbols file. - Fix CVE-2020-26159. + * Migrate to debhelper-compat 13: + - Bump debhelper-compat version in debian/control to = 13. + * debian/rules: + - Add remove for libonig.[la|a] to fix warning about missing installs. - -- Jörg Frings-Fürst Sun, 08 Nov 2020 10:59:25 +0100 + -- Jörg Frings-Fürst Sun, 08 Nov 2020 12:47:46 +0100 libonig (6.9.5-2) unstable; urgency=medium diff --git a/debian/control b/debian/control index fc0c05f..41c5bf7 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: libs Priority: extra Maintainer: Jörg Frings-Fürst Build-Depends: - debhelper-compat (= 12) + debhelper-compat (= 13) Standards-Version: 4.5.0 Rules-Requires-Root: no Homepage: https://github.com/kkos/oniguruma diff --git a/debian/rules b/debian/rules index 0f34908..8434f6c 100755 --- a/debian/rules +++ b/debian/rules @@ -21,6 +21,8 @@ override_dh_auto_configure: override_dh_install: $(RM) debian/tmp/usr/bin/onig-config + $(RM) debian/tmp/usr/lib/${DEB_HOST_MULTIARCH}/libonig.a + $(RM) debian/tmp/usr/lib/${DEB_HOST_MULTIARCH}/libonig.la dh_install -X.la -X.a override_dh_makeshlibs: -- cgit v1.2.3