debian/rules don't mandate to run cutter tests when creating .deb
This commit is contained in:
parent
9302433278
commit
d1a6ac4a53
1 changed files with 2 additions and 0 deletions
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -16,6 +16,8 @@
|
||||||
# This has to be exported to make some magic below work.
|
# This has to be exported to make some magic below work.
|
||||||
export DH_OPTIONS
|
export DH_OPTIONS
|
||||||
|
|
||||||
|
override_dh_auto_configure:
|
||||||
|
dh_auto_configure -- --without-cutter
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh --with autoreconf $@
|
dh --with autoreconf $@
|
||||||
|
|
Loading…
Reference in a new issue