From cae09055d3bb048ba4c8cfe75950d47aab6ff031 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Tue, 3 Jan 2023 09:45:12 -0700 Subject: [PATCH] don't try to autoreconf --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 2d33f6a..2f89281 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,4 @@ #!/usr/bin/make -f %: - dh $@ + dh $@ --without autoreconf -- 2.30.2