summaryrefslogtreecommitdiff
path: root/waterfox/debian/rules
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-09-11 17:03:22 -0400
committerB. Stack <bgstack15@gmail.com>2021-09-11 17:03:22 -0400
commite2b62d4c2935e76f711812def6f854a8ba4ab28b (patch)
treee24f4a6735941018afffdb29505f7ffd8e8b597e /waterfox/debian/rules
parentMerge branch 'waterfox-bump' into 'master' (diff)
downloadstackrpms-e2b62d4c2935e76f711812def6f854a8ba4ab28b.tar.gz
stackrpms-e2b62d4c2935e76f711812def6f854a8ba4ab28b.tar.bz2
stackrpms-e2b62d4c2935e76f711812def6f854a8ba4ab28b.zip
add dh without autoreconf as a test
Diffstat (limited to 'waterfox/debian/rules')
-rwxr-xr-xwaterfox/debian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/waterfox/debian/rules b/waterfox/debian/rules
index 7e4cff5..7a68fcd 100755
--- a/waterfox/debian/rules
+++ b/waterfox/debian/rules
@@ -4,7 +4,7 @@
export SHELL=/bin/bash
%:
- dh $@
+ dh $@ --without autoreconf
override_dh_auto_clean:
rm -f .mozconfig
bgstack15