aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/ayatana-indicator-printers.links3
-rwxr-xr-xdebian/rules2
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/ayatana-indicator-printers.links b/debian/ayatana-indicator-printers.links
new file mode 100644
index 0000000..ff077cb
--- /dev/null
+++ b/debian/ayatana-indicator-printers.links
@@ -0,0 +1,3 @@
+# Because dh-systemd does not support user units for compat levels below 12, we manually make the WantedBy link
+# FIXME: drop this once we bump DH compat level to 12 or higher
+/usr/lib/systemd/user/ayatana-indicator-printers.service /usr/lib/systemd/user/ayatana-indicators.target.wants/ayatana-indicator-printers.service
diff --git a/debian/rules b/debian/rules
index c339196..ba2e36f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ LDFLAGS += -Wl,-z,defs -Wl,--as-needed
export DPKG_GENSYMBOLS_CHECK_LEVEL = 4
%:
- dh $@ --without autoreconf
+ dh $@ --without autoreconf,systemd
override_dh_auto_configure:
NOCONFIGURE=1 ./autogen.sh