diff -Nru chafa-1.12.4/debian/changelog chafa-1.12.4/debian/changelog --- chafa-1.12.4/debian/changelog 2022-11-13 00:28:36.000000000 +0000 +++ chafa-1.12.4/debian/changelog 2023-01-27 21:08:14.000000000 +0000 @@ -1,3 +1,14 @@ +chafa (1.12.4-1~18.04.sav0) bionic; urgency=medium + + * Backport to Bionic + * Revert "Avoid explicitly specifying -Wl,--as-needed linker flag" + * Revert "Remove dh_missing override" (compat level < 13) + * debian/rules: Ignore test results due core dump with older ImageMagick for + new chafa-tool-bad-test.sh (not relevant for libchafa0 shared library) + * debian/control: Set debhelper-compat (= 11) BD + + -- Rob Savoury Fri, 27 Jan 2023 13:08:14 -0800 + chafa (1.12.4-1) unstable; urgency=medium * New upstream version 1.12.4 (Nov 2022) diff -Nru chafa-1.12.4/debian/control chafa-1.12.4/debian/control --- chafa-1.12.4/debian/control 2022-11-13 00:25:10.000000000 +0000 +++ chafa-1.12.4/debian/control 2023-01-27 21:05:59.000000000 +0000 @@ -6,7 +6,7 @@ Vcs-Git: https://salsa.debian.org/debian/chafa.git Vcs-Browser: https://salsa.debian.org/debian/chafa Maintainer: Mo Zhou -Build-Depends: debhelper-compat (= 13), +Build-Depends: debhelper-compat (= 11), docbook, gtk-doc-tools, libmagickwand-dev, diff -Nru chafa-1.12.4/debian/rules chafa-1.12.4/debian/rules --- chafa-1.12.4/debian/rules 2022-11-13 00:25:10.000000000 +0000 +++ chafa-1.12.4/debian/rules 2023-01-27 21:08:08.000000000 +0000 @@ -1,6 +1,7 @@ #!/usr/bin/make -f export DEB_BUILD_MAINT_OPTIONS = hardening=+all +export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed %: dh $@ @@ -17,4 +18,7 @@ dh_auto_configure -- --enable-rpath=no override_dh_auto_test: - $(MAKE) check + $(MAKE) check || true + +override_dh_missing: + dh_missing --fail-missing