From 134716308266ff9f5304cf5b429d2df5ebd93454 Mon Sep 17 00:00:00 2001 From: Simon Lejeune Date: Mon, 10 Nov 2014 11:49:02 +0100 Subject: [PATCH] [FIX] Packaging: Debian: ignore root Makefile Commit 388732dfa6a1 introduced a makefile at the root of the project, and dh_auto_build is using this file instead of setup.py. Explicitely tell debhelper to not use the makefile. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 2538f9f61e2..ae227e8947a 100755 --- a/debian/rules +++ b/debian/rules @@ -2,4 +2,4 @@ # vim:noet: %: - dh ${@} \ No newline at end of file + dh ${@} -Spython_distutils \ No newline at end of file