[Python-modules-commits] r19654 - in packages/ipython/trunk/debian (control rules)

jtaylor-guest at users.alioth.debian.org jtaylor-guest at users.alioth.debian.org
Mon Dec 19 20:11:20 UTC 2011


    Date: Monday, December 19, 2011 @ 20:11:18
  Author: jtaylor-guest
Revision: 19654

add -notebook package

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

Modified: packages/ipython/trunk/debian/control
===================================================================
--- packages/ipython/trunk/debian/control	2011-12-19 20:11:08 UTC (rev 19653)
+++ packages/ipython/trunk/debian/control	2011-12-19 20:11:18 UTC (rev 19654)
@@ -98,6 +98,25 @@
  .
  This package contains the parallel processing facilities.
 
+Package: ipython-notebook
+Architecture: all
+Depends: ipython (= ${binary:Version}),
+         python-zmq (>= 2.1.4),
+         python-tornado (>= 2.1.0),
+         ${misc:Depends},
+         ${python:Depends}
+Description: enhanced interactive Python shell
+ IPython can be used as a replacement for the standard Python shell,
+ or it can be used as a complete working environment for scientific
+ computing (like Matlab or Mathematica) when paired with the standard
+ Python scientific and numerical tools. It supports dynamic object
+ introspections, numbered input/output prompts, a macro system,
+ session logging, session restoring, complete system shell access,
+ verbose and colored traceback reports, auto-parentheses, auto-quoting,
+ and is embeddable in other Python programs.
+ .
+ This package contains the html notebook.
+
 Package: ipython-doc
 Section: doc
 Architecture: all

Modified: packages/ipython/trunk/debian/rules
===================================================================
--- packages/ipython/trunk/debian/rules	2011-12-19 20:11:08 UTC (rev 19653)
+++ packages/ipython/trunk/debian/rules	2011-12-19 20:11:18 UTC (rev 19654)
@@ -1,5 +1,5 @@
 #!/usr/bin/make -f
-export DH_VERBOSE=1
+#export DH_VERBOSE=1
 PYVERS = $(shell pyversions -rv)
 
 override_dh_compress:
@@ -33,9 +33,11 @@
 override_dh_install:
 	dh_install -pipython --exclude="IPython/parallel/" \
 		--exclude="IPython/frontend/qt/" \
+		--exclude="IPython/frontend/html/" \
 		--exclude="IPython/deathrow/" \
 		--exclude="IPython/quarantine/"
 	dh_install -pipython-parallel IPython/parallel/ usr/share/pyshared/IPython
+	dh_install -pipython-notebook IPython/frontend/html/ usr/share/pyshared/IPython/frontend
 	dh_install -pipython-qtconsole IPython/frontend/qt/ usr/share/pyshared/IPython/frontend
 
 	mkdir -p $(CURDIR)/debian/ipython/usr/share/icons/hicolor/scalable/apps/




More information about the Python-modules-commits mailing list