diff --git a/debian/changelog b/debian/changelog index 3c88149..395c7ec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ * Update lintian overrides. * Bump Standards-Version to 4.6.0, no changes. * Update upstream metadata. + * Bump debhelper compat to 12, changes: + - Drop --list-missing from dh_install -- Bas Couwenberg Fri, 06 Nov 2020 19:57:27 +0100 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index f599e28..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -10 diff --git a/debian/control b/debian/control index 334f75f..ced48ae 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Bas Couwenberg Section: libs Priority: optional -Build-Depends: debhelper (>= 10~), +Build-Depends: debhelper-compat (= 12), libexpat1-dev, zlib1g-dev, doxygen, diff --git a/debian/rules b/debian/rules index b2572f0..4693931 100755 --- a/debian/rules +++ b/debian/rules @@ -29,7 +29,7 @@ # Remove .la files find debian/tmp/usr/lib/ -type f -name "*.la" -delete - dh_install --list-missing + dh_install override_dh_makeshlibs: dh_makeshlibs -- -v$(UPSTREAM_VERSION)