[Python-modules-commits] r23423 - in packages/ipython/trunk/debian (changelog rules)

jtaylor-guest at users.alioth.debian.org jtaylor-guest at users.alioth.debian.org
Sat Feb 2 16:53:29 UTC 2013


    Date: Saturday, February 2, 2013 @ 16:53:27
  Author: jtaylor-guest
Revision: 23423

don't install tests for notebook and qtconsole

Modified:
  packages/ipython/trunk/debian/changelog
  packages/ipython/trunk/debian/rules

Modified: packages/ipython/trunk/debian/changelog
===================================================================
--- packages/ipython/trunk/debian/changelog	2013-02-02 16:53:21 UTC (rev 23422)
+++ packages/ipython/trunk/debian/changelog	2013-02-02 16:53:27 UTC (rev 23423)
@@ -8,6 +8,7 @@
   * add ipython3 and ipython3-qtconsole desktop files (Closes: #693612)
   * ma-python-cython.patch
     fix detection of cython modules for multiarch python (Closes: #697704)
+  * don't install tests for notebook and qtconsole
 
  -- Julian Taylor <jtaylor.debian at googlemail.com>  Sat, 02 Feb 2013 11:14:27 +0100
 

Modified: packages/ipython/trunk/debian/rules
===================================================================
--- packages/ipython/trunk/debian/rules	2013-02-02 16:53:21 UTC (rev 23422)
+++ packages/ipython/trunk/debian/rules	2013-02-02 16:53:27 UTC (rev 23423)
@@ -61,17 +61,17 @@
 		--exclude="IPython/quarantine/" \
 		--exclude="IPython/external/js/" \
 		--exclude=tests
-	dh_install -pipython-notebook --exclude="html/notebook/static/"
-	dh_install -pipython3-notebook --exclude="html/notebook/static/"
+	dh_install -pipython-notebook --exclude="html/notebook/static/" --exclude=tests
 	dh_install -pipython-notebook-common -XCOPYING -XLICENSE -XLICENSE.txt
-	dh_install -pipython-qtconsole
+	dh_install -pipython-qtconsole --exclude=tests
 	dh_install -pipython3 \
 		--exclude="IPython/frontend/qt/" \
 		--exclude="IPython/frontend/html/" \
 		--exclude="IPython/deathrow/" \
 		--exclude="IPython/quarantine/" \
 		--exclude=tests
-	dh_install -pipython3-qtconsole
+	dh_install -pipython3-notebook --exclude="html/notebook/static/" --exclude=tests
+	dh_install -pipython3-qtconsole --exclude=tests
 
 	mkdir -p debian/ipython3/usr/share/applications/
 	sed -e "s/ipython/ipython3/" -e "s/IPython/IPython3/" \




More information about the Python-modules-commits mailing list