diff options
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 2dbe19f..3797698 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,5 @@ #!/usr/bin/make -f - +export DH_VERBOSE=1 %: dh $@ @@ -8,7 +8,7 @@ override_dh_auto_build: python3 manage.py i18n override_dh_auto_test: - -python3 manage.py validate + python3 manage.py validate -N override_dh_auto_install: python3 manage.py install \ |