summaryrefslogtreecommitdiff
path: root/newmoon/debian/rules
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-09-11 22:34:20 -0400
committerB. Stack <bgstack15@gmail.com>2021-09-11 22:34:20 -0400
commitafd2fb21b906297426418b5098a75307ade09372 (patch)
tree9b6c896b5283f9a3d26ede3dcda95adbec863db0 /newmoon/debian/rules
parentMerge branch 'waterfox-bump' into 'master' (diff)
downloadstackrpms-afd2fb21b906297426418b5098a75307ade09372.tar.gz
stackrpms-afd2fb21b906297426418b5098a75307ade09372.tar.bz2
stackrpms-afd2fb21b906297426418b5098a75307ade09372.zip
newmoon d/rules dh $@ --without autoreconf
Diffstat (limited to 'newmoon/debian/rules')
-rwxr-xr-xnewmoon/debian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/newmoon/debian/rules b/newmoon/debian/rules
index a3a6073..f47e5cc 100755
--- a/newmoon/debian/rules
+++ b/newmoon/debian/rules
@@ -16,7 +16,7 @@ export SHELL=/bin/bash
export MCFILE=debian/mozconfig
%:
- dh $@
+ dh $@ --without autoreconf
override_dh_auto_clean:
dh_auto_clean
bgstack15