Update d/rules for debhelper-compat 13
Markus Koschany
2 years ago
0 | 0 |
#!/usr/bin/make -f
|
1 | 1 |
|
2 | 2 |
%:
|
3 | |
dh $@ --parallel --with autoreconf
|
|
3 |
dh $@
|
4 | 4 |
|
5 | 5 |
override_dh_auto_configure:
|
6 | 6 |
dh_auto_configure -- --prefix=/usr --bindir=/usr/games --mandir=/usr/share/man --datadir=/usr/share
|