diff options
author | Robert Tari <robert@tari.in> | 2020-08-11 09:51:32 +0200 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2020-08-11 09:51:32 +0200 |
commit | b1e8aa8b40075f8f90644295af77570de9a5637a (patch) | |
tree | 75491166c032b32412cf4d06c326b92fe4750478 /debian/rules | |
parent | fa891fc76c7108a4cc4bcdad5d2abb5f2a83d233 (diff) | |
parent | 707fd989f4612c1ef3a504f13c7f4582ed3b798e (diff) | |
download | ayatana-indicator-printers-b1e8aa8b40075f8f90644295af77570de9a5637a.tar.gz ayatana-indicator-printers-b1e8aa8b40075f8f90644295af77570de9a5637a.tar.bz2 ayatana-indicator-printers-b1e8aa8b40075f8f90644295af77570de9a5637a.zip |
Merge branch 'sunweaver-pr/fix-systemd'
Attributes GH PR #4: https://github.com/AyatanaIndicators/ayatana-indicator-printers/pull/4
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 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 |