Codebase list pastedeploy / 8c6ef7a
Initialize git-dpm SVN-Git Migration 8 years ago
3 changed file(s) with 23 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
0 # see git-dpm(1) from git-dpm package
1 0b19d6779969b2d535d7b85182d8102c3e6c577a
2 0b19d6779969b2d535d7b85182d8102c3e6c577a
3 6c27b1683897067404f304c8540363b4ce7a3f0e
4 6c27b1683897067404f304c8540363b4ce7a3f0e
5 pastedeploy_1.5.2.orig.tar.gz
6 8f7676287c880df164d5659a7da28cf6ee9b039e
7 24006
0 # 01_change_templates_path.dpatch by Piotr Ożarowski <piotr@debian.org>
1 #
2 # paster's templates are outside site-packages in Debian
3 --- pastedeploy-1.5.0.orig/paste/deploy/paster_templates.py
4 +++ pastedeploy-1.5.0/paste/deploy/paster_templates.py
0 From 0b19d6779969b2d535d7b85182d8102c3e6c577a Mon Sep 17 00:00:00 2001
1 From: SVN-Git Migration <python-modules-team@lists.alioth.debian.org>
2 Date: Thu, 8 Oct 2015 10:08:41 -0700
3 Subject: 01_change_templates_path.dpatch
4
5 Patch-Name: 01_change_templates_path.dpatch
6 ---
7 paste/deploy/paster_templates.py | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
9
10 diff --git a/paste/deploy/paster_templates.py b/paste/deploy/paster_templates.py
11 index 9c5f942..b441571 100644
12 --- a/paste/deploy/paster_templates.py
13 +++ b/paste/deploy/paster_templates.py
514 @@ -9,7 +9,7 @@ from paste.deploy.compat import print_
615
716 class PasteDeploy(Template):
88
99 class PasteDeploy(Template):
1010
11 _template_dir = 'paster_templates/paste_deploy'
11 _template_dir = '/usr/share/paster_templates/paste_deploy'
1212 summary = "A web application deployed through paste.deploy"
1313
1414 egg_plugins = ['PasteDeploy']