Switch to unified view
a/debian/rules-precise | b/debian/rules-precise | ||
---|---|---|---|
... |
... |
||
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 |
16 | dh $@ --with autotools-dev --parallel
|