Switch to unified view
a/debian/rules | b/debian/rules | ||
---|---|---|---|
... |
... |
||
15 | 15 | ||
16 | override_dh_autoreconf: |
16 | override_dh_autoreconf: |
17 | dh_autoreconf ./autogen.sh |
17 | dh_autoreconf ./autogen.sh |
18 | 18 | ||
19 | %: |
19 | %: |
20 | dh $@ --with autotools-dev |
20 | dh $@ --with autoreconf,autotools-dev
|