Source: osmo-ggsn Version: 1.9.0-2 Severity: serious Hello, as already seen in #1010578 this package suffers of a similar issue when systemd is in build environment.
Can you please also apply the patch on this package? I can trigger an rb build to show the failure there too if needed. Thanks! Gianfranco diff -Nru osmo-ggsn-1.9.0/debian/changelog osmo-ggsn-1.9.0/debian/changelog --- osmo-ggsn-1.9.0/debian/changelog 2022-10-10 16:07:17.000000000 +0000 +++ osmo-ggsn-1.9.0/debian/changelog 2022-10-14 07:20:20.000000000 +0000 @@ -1,3 +1,9 @@ +osmo-ggsn (1.9.0-3) unstable; urgency=medium + + * Fix build failure with installed systemd (Closes: #-1) + + -- Gianfranco Costamagna <[email protected]> Fri, 14 Oct 2022 09:20:20 +0200 + osmo-ggsn (1.9.0-2) unstable; urgency=medium* upload to unstable
diff -Nru osmo-ggsn-1.9.0/debian/rules osmo-ggsn-1.9.0/debian/rules
--- osmo-ggsn-1.9.0/debian/rules 2022-10-10 16:07:17.000000000 +0000
+++ osmo-ggsn-1.9.0/debian/rules 2022-10-14 07:20:18.000000000 +0000
@@ -13,6 +13,10 @@
%:
dh $@ --with autoreconf
+override_dh_auto_configure:
+ # Use the packaging-provided systemd unit file
+ dh_auto_configure -- --with-systemdsystemunitdir=no
+
override_dh_clean:
dh_clean
$(RM) .tarball-version
OpenPGP_signature
Description: OpenPGP digital signature

