diff options
author | Ted Gould <ted@gould.cx> | 2015-02-04 14:43:51 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2015-02-04 14:43:51 -0600 |
commit | ed66db9f090b5f98338e1a47103b0106cc02d980 (patch) | |
tree | fee03190e402306e81084b9cb882b2ffd9f40faf /debian | |
parent | 34f0c7f82246fb16be2e3de0e1bee68dd31c83a6 (diff) | |
download | ayatana-indicator-sound-ed66db9f090b5f98338e1a47103b0106cc02d980.tar.gz ayatana-indicator-sound-ed66db9f090b5f98338e1a47103b0106cc02d980.tar.bz2 ayatana-indicator-sound-ed66db9f090b5f98338e1a47103b0106cc02d980.zip |
Stop overriding in the rules
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 8ef6c72..7e4e4ef 100755 --- a/debian/rules +++ b/debian/rules @@ -17,5 +17,6 @@ override_dh_install: install -m 644 debian/indicator-sound-crashdb.conf debian/indicator-sound/etc/apport/crashdb.conf.d/ dh_install --fail-missing -override_dh_auto_test: - ARGS=-V dh_auto_test +# For live test logs: +#override_dh_auto_test: +# ARGS=-V dh_auto_test |