[Python-modules-commits] r19666 - in packages/ipython/trunk/debian (rules)
jtaylor-guest at users.alioth.debian.org
jtaylor-guest at users.alioth.debian.org
Mon Dec 19 20:12:42 UTC 2011
Date: Monday, December 19, 2011 @ 20:12:41
Author: jtaylor-guest
Revision: 19666
do not install tests
Modified:
packages/ipython/trunk/debian/rules
Modified: packages/ipython/trunk/debian/rules
===================================================================
--- packages/ipython/trunk/debian/rules 2011-12-19 20:12:31 UTC (rev 19665)
+++ packages/ipython/trunk/debian/rules 2011-12-19 20:12:41 UTC (rev 19666)
@@ -46,7 +46,8 @@
--exclude="IPython/frontend/qt/" \
--exclude="IPython/frontend/html/" \
--exclude="IPython/deathrow/" \
- --exclude="IPython/quarantine/"
+ --exclude="IPython/quarantine/" \
+ --exclude=tests
dh_install -pipython-parallel
dh_install -pipython-notebook IPython/frontend/html/ usr/share/pyshared/IPython/frontend -XCOPYING -XLICENSE -XLICENSE.txt
dh_install -pipython-qtconsole
@@ -54,7 +55,8 @@
--exclude="IPython/frontend/qt/" \
--exclude="IPython/frontend/html/" \
--exclude="IPython/deathrow/" \
- --exclude="IPython/quarantine/"
+ --exclude="IPython/quarantine/" \
+ --exclude=tests
mkdir -p $(CURDIR)/debian/ipython/usr/share/icons/hicolor/scalable/apps/
cp IPython/frontend/qt/console/resources/icon/IPythonConsole.svg \
More information about the Python-modules-commits
mailing list