Switch to unified view
a/debian/rules | b/debian/rules | ||
---|---|---|---|
... |
... |
||
11 | 11 | ||
12 | # Use the following to use the needed non-default gcc-4.7 for wheezy raspbian |
12 | # Use the following to use the needed non-default gcc-4.7 for wheezy raspbian |
13 | # export CXX=g++-4.7 |
13 | # export CXX=g++-4.7 |
14 | 14 | ||
15 | %: |
15 | %: |
16 | dh $@ --with autotools-dev,systemd --parallel |
16 | dh $@ --with autotools-dev,python2,systemd --parallel
|