[Python-modules-commits] [ipywidgets] 05/08: Pybuild clean target inferes with fakewebpack
Gordon Ball
chronitis-guest at moszumanska.debian.org
Wed Nov 30 16:18:48 UTC 2016
This is an automated email from the git hooks/post-receive script.
chronitis-guest pushed a commit to branch master
in repository ipywidgets.
commit afc3e24df479f48577fab7092ee34a181e6fb5a9
Author: Gordon Ball <gordon at chronitis.net>
Date: Wed Nov 30 16:27:27 2016 +0100
Pybuild clean target inferes with fakewebpack
---
debian/rules | 3 +++
1 file changed, 3 insertions(+)
diff --git a/debian/rules b/debian/rules
index 290ad4d..c4a8756 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,9 @@ export LC_ALL=C.UTF-8
%:
dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
+override_dh_clean:
+ # pybuild auto-clean removes .orig files which are used by fakewebpack
+
override_dh_auto_configure:
dh_auto_configure
dh_auto_configure -- -d ./widgetsnbextension
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/ipywidgets.git
More information about the Python-modules-commits
mailing list