Switch to unified view
a/debian/rules | b/debian/rules | ||
---|---|---|---|
... |
... |
||
8 | 8 | ||
9 | # Uncomment this to turn on verbose mode. |
9 | # Uncomment this to turn on verbose mode. |
10 | #export DH_VERBOSE=1 |
10 | #export DH_VERBOSE=1 |
11 | 11 | ||
12 | %: |
12 | %: |
13 | dh $@ --with autotools-dev |
13 | dh $@ --with autotools-dev,systemd
|