diff options
author | 2018-04-22 01:31:57 -0400 | |
---|---|---|
committer | 2018-04-22 01:31:57 -0400 | |
commit | 8a5169b1021d021492ee4e4502f596bc71507b0f (patch) | |
tree | 8cd65a02231f518065d592568dd78d86263767b3 | |
parent | 358afd4b33125818f84c3d62bc3a3fe5d53ec67d (diff) | |
download | deluge-8a5169b1021d021492ee4e4502f596bc71507b0f.tar.bz2 deluge-8a5169b1021d021492ee4e4502f596bc71507b0f.tar.xz deluge-8a5169b1021d021492ee4e4502f596bc71507b0f.tar.zst |
d/rules: Add python-ayatana-appindicator as alternative conditional recommend.master-1.3
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index e2e3dec..6353f71 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f ifeq ($(shell dpkg-vendor --derives-from Ubuntu && echo yes),yes) - SUBSTVARS = -Vdist:Recommends="python-appindicator" + SUBSTVARS = -Vdist:Recommends="python-appindicator | python-ayatana-appindicator" endif %: |