summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2020-04-18 09:51:39 +0100
committerColin Watson <cjwatson@debian.org>2020-04-18 09:51:39 +0100
commit207c36d16696536af894c3e5efcff99475bbb1c0 (patch)
tree58cb51331f44f3a9780df769fd9ce0041e9e172c
parentdf7226c4b684fd229dc046388225c69ded877721 (diff)
Pass -c4 to dpkg-gensymbols
This means that we notice if debian/libfido2-1.symbols is out of date.
-rw-r--r--debian/changelog2
-rwxr-xr-xdebian/rules3
2 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 147db09..29f27fa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
1libfido2 (1.4.0-1) UNRELEASED; urgency=medium 1libfido2 (1.4.0-1) UNRELEASED; urgency=medium
2 2
3 * New upstream release. 3 * New upstream release.
4 * Pass -c4 to dpkg-gensymbols, so that we notice if
5 debian/libfido2-1.symbols is out of date.
4 6
5 -- Colin Watson <cjwatson@debian.org> Fri, 17 Apr 2020 21:01:30 +0100 7 -- Colin Watson <cjwatson@debian.org> Fri, 17 Apr 2020 21:01:30 +0100
6 8
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:
11 11
12override_dh_missing: 12override_dh_missing:
13 dh_missing --fail-missing 13 dh_missing --fail-missing
14
15override_dh_makeshlibs:
16 dh_makeshlibs -- -c4