[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.
master
parent
fd59ae55e9
commit
1347163082
|
@ -2,4 +2,4 @@
|
|||
# vim:noet:
|
||||
|
||||
%:
|
||||
dh ${@}
|
||||
dh ${@} -Spython_distutils
|
Loading…
Reference in New Issue