diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-08-10 10:08:27 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-08-10 10:08:35 +0200 |
commit | d75eb5fd87fb752220050258a7b1f11cac7f6691 (patch) | |
tree | 5ed1c0b73ba687c49d2c2ea337a06e0ec32cd88f /debian/rules | |
parent | 8189b651e2ab4b22fb2c471e8436e93cb914a49b (diff) | |
download | ayatana-indicator-notifications-d75eb5fd87fb752220050258a7b1f11cac7f6691.tar.gz ayatana-indicator-notifications-d75eb5fd87fb752220050258a7b1f11cac7f6691.tar.bz2 ayatana-indicator-notifications-d75eb5fd87fb752220050258a7b1f11cac7f6691.zip |
debian/*: Install indicator's systemd user service file into DEB package.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 5341372..7382e4d 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk %: - dh $@ --with autoreconf + dh $@ --with autoreconf,systemd override_dh_autoreconf: if [ ! -e po/ayatana-indicator-notifications.pot.bak ]; then \ |