From 624c178337f78528da4a0ad44ec7892b467d0777 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 4 Feb 2023 19:09:30 +0100 Subject: debian: shut up dh_auto_build --- debian/rules | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 43896d7..a75e265 100755 --- a/debian/rules +++ b/debian/rules @@ -1,3 +1,11 @@ #!/usr/bin/make -f %: - dh $@ --buildsystem=none + dh $@ + +# Replace the recipe above with this when the cowbuilder image is upgraded. +#dh $@ --buildsystem=none +# Also, remove the overrides below. + +override_dh_auto_build: + +override_dh_auto_test: -- cgit v1.2.3