[Python-modules-commits] [python-neovim-gui] 07/08: Remove override_dh_auto_clean as not needed anymore
Víctor Cuadrado Juan
viccuad-guest at moszumanska.debian.org
Thu Apr 7 20:06:30 UTC 2016
This is an automated email from the git hooks/post-receive script.
viccuad-guest pushed a commit to branch master
in repository python-neovim-gui.
commit 23c87ff64dfa9309ab2b4217c9896a25c75ccb76
Author: Víctor Cuadrado Juan <me at viccuad.me>
Date: Thu Apr 7 22:04:00 2016 +0200
Remove override_dh_auto_clean as not needed anymore
Upstream now ships the cythonized .c, I have chosen to not
remove it.
See: http://docs.cython.org/src/reference/compilation.html#distributing-cython-modules
---
debian/rules | 6 ------
1 file changed, 6 deletions(-)
diff --git a/debian/rules b/debian/rules
index 62313dc..94c5e70 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,9 +5,3 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
%:
dh $@ --with python3 --buildsystem=pybuild
-
-override_dh_auto_clean:
- dh_auto_clean
- # remove after cythonizing:
- rm -f neovim_gui/screen.c
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-neovim-gui.git
More information about the Python-modules-commits
mailing list