[FIX] Packaging: Debian: ignore root Makefile

Commit 388732dfa6 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.
This commit is contained in:
Simon Lejeune 2014-11-10 11:49:02 +01:00
parent fd59ae55e9
commit 1347163082
1 changed files with 1 additions and 1 deletions

2
debian/rules vendored
View File

@ -2,4 +2,4 @@
# vim:noet:
%:
dh ${@}
dh ${@} -Spython_distutils