summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@reproducible-builds.org>2020-12-29 18:02:09 +0000
committerVagrant Cascadian <vagrant@debian.org>2020-12-29 20:00:40 -0800
commit9fee9b756717959c2168b4e9cd9eecfe4644fc6b (patch)
treeeed09ce1be81e64e2c1f6c1f98855bdbd77b23b6
parent7bb9b2cdde2aaeda45b062711bfeea32ad655596 (diff)
debian/rules: Pass --without autoreconf to dh.
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 154510d..ba8f5f9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@
+ dh $@ --without autoreconf
override_dh_auto_build:
dh_auto_build