[Python-modules-commits] r29072 - in packages/ipython/trunk/debian/patches (3 files)

jtaylor-guest at users.alioth.debian.org jtaylor-guest at users.alioth.debian.org
Sun May 25 15:27:14 UTC 2014


    Date: Sunday, May 25, 2014 @ 15:27:13
  Author: jtaylor-guest
Revision: 29072

refresh patches

Modified:
  packages/ipython/trunk/debian/patches/debianize-error-messages.patch
  packages/ipython/trunk/debian/patches/no-submodule-check.patch
  packages/ipython/trunk/debian/patches/use-system-mathjax-if-available.patch

Modified: packages/ipython/trunk/debian/patches/debianize-error-messages.patch
===================================================================
--- packages/ipython/trunk/debian/patches/debianize-error-messages.patch	2014-05-25 15:27:10 UTC (rev 29071)
+++ packages/ipython/trunk/debian/patches/debianize-error-messages.patch	2014-05-25 15:27:13 UTC (rev 29072)
@@ -5,7 +5,7 @@
 
 --- a/IPython/config/application.py
 +++ b/IPython/config/application.py
-@@ -558,9 +558,19 @@ class Application(SingletonConfigurable)
+@@ -559,9 +559,19 @@ class Application(SingletonConfigurable)
          
          If a global instance already exists, this reinitializes and starts it
          """

Modified: packages/ipython/trunk/debian/patches/no-submodule-check.patch
===================================================================
--- packages/ipython/trunk/debian/patches/no-submodule-check.patch	2014-05-25 15:27:10 UTC (rev 29071)
+++ packages/ipython/trunk/debian/patches/no-submodule-check.patch	2014-05-25 15:27:13 UTC (rev 29072)
@@ -1,7 +1,7 @@
 Description: package does not need to check for git submodules
 --- a/IPython/html/notebookapp.py
 +++ b/IPython/html/notebookapp.py
-@@ -738,14 +738,7 @@ class NotebookApp(BaseIPythonApplication
+@@ -735,14 +735,7 @@ class NotebookApp(BaseIPythonApplication
          print(self.notebook_info())
      
      def init_components(self):

Modified: packages/ipython/trunk/debian/patches/use-system-mathjax-if-available.patch
===================================================================
--- packages/ipython/trunk/debian/patches/use-system-mathjax-if-available.patch	2014-05-25 15:27:10 UTC (rev 29071)
+++ packages/ipython/trunk/debian/patches/use-system-mathjax-if-available.patch	2014-05-25 15:27:13 UTC (rev 29072)
@@ -4,7 +4,7 @@
 
 --- a/IPython/html/notebookapp.py
 +++ b/IPython/html/notebookapp.py
-@@ -218,6 +218,11 @@ class NotebookWebApplication(web.Applica
+@@ -217,6 +217,11 @@ class NotebookWebApplication(web.Applica
              pattern = url_path_join(settings['base_url'], handler[0])
              new_handler = tuple([pattern] + list(handler[1:]))
              new_handlers.append(new_handler)
@@ -16,7 +16,7 @@
          # add 404 on the end, which will catch everything that falls through
          new_handlers.append((r'(.*)', Template404))
          return new_handlers
-@@ -490,6 +495,10 @@ class NotebookApp(BaseIPythonApplication
+@@ -487,6 +492,10 @@ class NotebookApp(BaseIPythonApplication
                  url = url_path_join(url_prefix, u"mathjax/MathJax.js")
                  self.log.info("Serving local MathJax from %s at %s", mathjax, url)
                  return url




More information about the Python-modules-commits mailing list