diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-08-29 00:43:07 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-08-29 00:43:07 +0200 |
commit | 8886a97ef4f744d1e7db83ff479841310c046c2e (patch) | |
tree | bd28a4211fde316078d213952441471110dd95e7 /debian | |
parent | d7bd2ed521ef50c86170dac9f7f8b523499f1839 (diff) | |
download | ayatana-indicator-display-8886a97ef4f744d1e7db83ff479841310c046c2e.tar.gz ayatana-indicator-display-8886a97ef4f744d1e7db83ff479841310c046c2e.tar.bz2 ayatana-indicator-display-8886a97ef4f744d1e7db83ff479841310c046c2e.zip |
debian/control: Omit B-D dh-systemd on Debian/Ubuntu versions that don't have it anymore. Use alternative B-D 'hello' instead.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index ff4cb03..931021f 100644 --- a/debian/control +++ b/debian/control @@ -24,7 +24,7 @@ Build-Depends: cmake, googletest | google-mock (>= 1.6.0+svn437), # for packaging debhelper (>= 9), - dh-systemd, + dh-systemd | hello, # for systemd unit systemd [linux-any], Standards-Version: 4.1.1 |