Skip to content
Snippets Groups Projects
Commit 13471630 authored by Simon Lejeune's avatar Simon Lejeune
Browse files

[FIX] Packaging: Debian: ignore root Makefile

Commit 388732df 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.
parent fd59ae55
No related branches found
No related tags found
No related merge requests found
......@@ -2,4 +2,4 @@
# vim:noet:
%:
dh ${@}
\ No newline at end of file
dh ${@} -Spython_distutils
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment