This is an automated email from the git hooks/post-receive script. natureshadow-guest pushed a commit to branch master in repository nano-assault.
commit dd720245bed5b6e3ec88e9dc5c00f7be2a29612d Author: Dominik George <[email protected]> Date: Mon Apr 24 18:20:31 2017 +0200 Remove setup.py to disable dh's semi-intelligent distutils discovery. --- debian/clean | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/clean b/debian/clean new file mode 100644 index 0000000..659ddbf --- /dev/null +++ b/debian/clean @@ -0,0 +1 @@ +setup.py diff --git a/debian/rules b/debian/rules index be0dbec..25115de 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,4 @@ #!/usr/bin/make -f %: - dh $@ --with python3 --without python_distutils + dh $@ --with python3 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/nano-assault.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

