debian/rules don't mandate to run cutter tests when creating .deb

This commit is contained in:
Philippe Teuwen 2012-06-01 22:19:59 +00:00
parent 9302433278
commit d1a6ac4a53

2
debian/rules vendored
View file

@ -16,6 +16,8 @@
# This has to be exported to make some magic below work.
export DH_OPTIONS
override_dh_auto_configure:
dh_auto_configure -- --without-cutter
%:
dh --with autoreconf $@