Switch to unified view
a/debian/rules | b/debian/rules | ||
---|---|---|---|
... |
... |
||
18 | %: |
18 | %: |
19 | dh $@ --with autoreconf,autotools-dev,python2,systemd --parallel |
19 | dh $@ --with autoreconf,autotools-dev,python2,systemd --parallel |
20 | 20 | ||
21 | 21 | ||
22 | override_dh_auto_configure: |
22 | override_dh_auto_configure: |
23 | dh_auto_configure -- --enable-confgui |
23 | dh_auto_configure -- --enable-confgui --enable-spotify
|