diff -Nru osmo-mgw-1.9.0+dfsg1/debian/changelog osmo-mgw-1.9.0+dfsg1/debian/changelog --- osmo-mgw-1.9.0+dfsg1/debian/changelog 2022-03-16 14:59:47.000000000 -0600 +++ osmo-mgw-1.9.0+dfsg1/debian/changelog 2022-05-04 13:34:49.000000000 -0600 @@ -1,3 +1,10 @@ +osmo-mgw (1.9.0+dfsg1-3ubuntu1) kinetic; urgency=medium + + * Fix build error due to dh_missing if systemd happens to be in the build + environment (LP: #1971620) + + -- Dan Bungert Wed, 04 May 2022 13:34:49 -0600 + osmo-mgw (1.9.0+dfsg1-3) unstable; urgency=medium * upload to unstable diff -Nru osmo-mgw-1.9.0+dfsg1/debian/control osmo-mgw-1.9.0+dfsg1/debian/control --- osmo-mgw-1.9.0+dfsg1/debian/control 2022-03-16 14:59:47.000000000 -0600 +++ osmo-mgw-1.9.0+dfsg1/debian/control 2022-05-04 13:34:49.000000000 -0600 @@ -1,7 +1,8 @@ Source: osmo-mgw Section: net Priority: optional -Maintainer: Debian Mobcom Maintainers +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian Mobcom Maintainers Uploaders: Thorsten Alteholz Build-Depends: debhelper-compat (=13) , pkg-config diff -Nru osmo-mgw-1.9.0+dfsg1/debian/rules osmo-mgw-1.9.0+dfsg1/debian/rules --- osmo-mgw-1.9.0+dfsg1/debian/rules 2022-03-16 14:59:47.000000000 -0600 +++ osmo-mgw-1.9.0+dfsg1/debian/rules 2022-05-04 13:34:46.000000000 -0600 @@ -15,6 +15,10 @@ %: dh $@ --with autoreconf +override_dh_auto_configure: + # Use the packaging-provided systemd unit file + dh_auto_configure -- --with-systemdsystemunitdir=no + override_dh_auto_test: dh_auto_test || (find . -name testsuite.log -exec cat {} \; ; false)