[Python-modules-commits] r30950 - in packages/pylons/trunk/debian/patches (1 file)

andrewsh at users.alioth.debian.org andrewsh at users.alioth.debian.org
Wed Oct 8 12:51:24 UTC 2014


    Date: Wednesday, October 8, 2014 @ 12:51:23
  Author: andrewsh
Revision: 30950

Refresh patch.

Modified:
  packages/pylons/trunk/debian/patches/move_data_outside_site-packages.patch

Modified: packages/pylons/trunk/debian/patches/move_data_outside_site-packages.patch
===================================================================
--- packages/pylons/trunk/debian/patches/move_data_outside_site-packages.patch	2014-10-08 12:49:37 UTC (rev 30949)
+++ packages/pylons/trunk/debian/patches/move_data_outside_site-packages.patch	2014-10-08 12:51:23 UTC (rev 30950)
@@ -3,11 +3,9 @@
 # note that paster is modified in Debian to look for templates in
 # /usr/share/paster_templates/ so this part of the code doesn't have to
 # be patched
-Index: pylons-0.9.7/setup.py
-===================================================================
---- pylons-0.9.7.orig/setup.py
-+++ pylons-0.9.7/setup.py
-@@ -74,7 +74,7 @@ the `Pylons download page <http://pylons
+--- a/setup.py
++++ b/setup.py
+@@ -110,7 +110,7 @@
      url='http://www.pylonshq.com/',
      packages=find_packages(exclude=['ez_setup', 'tests', 'tests.*']),
      zip_safe=False,
@@ -16,11 +14,9 @@
      test_suite='nose.collector',
      tests_require=tests_require,
      install_requires=[
-Index: pylons-0.9.7/pylons/middleware.py
-===================================================================
---- pylons-0.9.7.orig/pylons/middleware.py
-+++ pylons-0.9.7/pylons/middleware.py
-@@ -24,7 +24,7 @@ __all__ = ['ErrorDocuments', 'ErrorHandl
+--- a/pylons/middleware.py
++++ b/pylons/middleware.py
+@@ -18,7 +18,7 @@
  
  log = logging.getLogger(__name__)
  
@@ -29,11 +25,9 @@
  
  head_html = """\
  <link rel="stylesheet" href="{{prefix}}/media/pylons/style/itraceback.css" \
-Index: pylons-0.9.7/pylons/commands.py
-===================================================================
---- pylons-0.9.7.orig/pylons/commands.py
-+++ pylons-0.9.7/pylons/commands.py
-@@ -169,7 +169,7 @@ class ControllerCommand(Command):
+--- a/pylons/commands.py
++++ b/pylons/commands.py
+@@ -171,7 +171,7 @@
      def command(self):
          """Main command to create controller"""
          try:
@@ -42,7 +36,7 @@
              try:
                  name, directory = file_op.parse_path_name_args(self.args[0])
              except:
-@@ -276,7 +276,7 @@ class RestControllerCommand(Command):
+@@ -280,7 +280,7 @@
      def command(self):
          """Main command to create controller"""
          try:




More information about the Python-modules-commits mailing list