diff options
author | Robert Tari <robert@tari.in> | 2020-08-10 16:34:58 +0200 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2020-08-10 16:34:58 +0200 |
commit | 9e09aaa26e5cc9a5c628191411040bcb535afc55 (patch) | |
tree | 95e595fab5ec4ed65b20e0fbe55cec8c6b6411e0 /debian/rules | |
parent | 05e0a707b5b353bd8bd9645c27e5fc73eef05d23 (diff) | |
parent | ac816c04496b2ba5152cbb15d07c4ddfa75e6bf8 (diff) | |
download | ayatana-indicator-application-9e09aaa26e5cc9a5c628191411040bcb535afc55.tar.gz ayatana-indicator-application-9e09aaa26e5cc9a5c628191411040bcb535afc55.tar.bz2 ayatana-indicator-application-9e09aaa26e5cc9a5c628191411040bcb535afc55.zip |
Merge branch 'sunweaver-pr/fix-systemd'
Attributes GH PR #3: https://github.com/AyatanaIndicators/ayatana-indicator-application/pull/3
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 6310980..c7aa8a6 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ export DPKG_GENSYMBOLS_CHECK_LEVEL=4 %: - dh $@ --with autoreconf + dh $@ --with autoreconf,systemd override_dh_autoreconf: NOCONFIGURE=1 dh_autoreconf ./autogen.sh |