From 207c36d16696536af894c3e5efcff99475bbb1c0 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Sat, 18 Apr 2020 09:51:39 +0100 Subject: Pass -c4 to dpkg-gensymbols This means that we notice if debian/libfido2-1.symbols is out of date. --- debian/changelog | 2 ++ debian/rules | 3 +++ 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index 147db09..29f27fa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ libfido2 (1.4.0-1) UNRELEASED; urgency=medium * New upstream release. + * Pass -c4 to dpkg-gensymbols, so that we notice if + debian/libfido2-1.symbols is out of date. -- Colin Watson Fri, 17 Apr 2020 21:01:30 +0100 diff --git a/debian/rules b/debian/rules index 234840d..34a5a60 100755 --- a/debian/rules +++ b/debian/rules @@ -11,3 +11,6 @@ override_dh_auto_configure: override_dh_missing: dh_missing --fail-missing + +override_dh_makeshlibs: + dh_makeshlibs -- -c4 -- cgit v1.2.3