From 37d81d90383efeff21d6e3ad97fd1c9c40906d78 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Thu, 5 Feb 2015 16:41:56 -0500 Subject: Fake a Makefile.config so initial ‘make clean’ works MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Makefile requires a Makefile.config to run anything, so create an empty Makefile.config before starting to run make commands. --- debian/rules | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debian/rules b/debian/rules index 151b7e9..15d9ca3 100755 --- a/debian/rules +++ b/debian/rules @@ -7,6 +7,11 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed %: dh $@ --parallel +.PHONY: override_dh_auto_clean +override_dh_auto_clean: + touch Makefile.config + dh_auto_clean + .PHONY: override_dh_builddeb override_dh_builddeb: dh_builddeb -- -Zxz -z9 -- cgit v1.2.3