[Python-apps-commits] r5963 - in packages/trac/trunk/debian/patches (60_fix_nameerror.dpatch)

debacle at users.alioth.debian.org debacle at users.alioth.debian.org
Wed Aug 4 20:50:55 UTC 2010


    Date: Wednesday, August 4, 2010 @ 20:50:53
  Author: debacle
Revision: 5963

Fix latest patch. Let's upload the package now.

Modified:
  packages/trac/trunk/debian/patches/60_fix_nameerror.dpatch

Modified: packages/trac/trunk/debian/patches/60_fix_nameerror.dpatch
===================================================================
--- packages/trac/trunk/debian/patches/60_fix_nameerror.dpatch	2010-08-04 20:41:59 UTC (rev 5962)
+++ packages/trac/trunk/debian/patches/60_fix_nameerror.dpatch	2010-08-04 20:50:53 UTC (rev 5963)
@@ -1,13 +1,14 @@
 #! /bin/sh /usr/share/dpatch/dpatch-run
-## 60_fix_nameerror.dpatch by  <debacle at debian.org>
+## 60_fix_nameerror.dpatch by <debacle at debian.org>
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
 ## DP: fix missing imports
 
 @DPATCH@
 
---- trac/web/api.py.orig	2010-08-04 22:33:12.000000000 +0200
-+++ trac/web/api.py	2010-08-04 22:33:38.000000000 +0200
+diff -ur a/trac/web/api.py b/trac/web/api.py
+--- a/trac/web/api.py	2010-08-04 22:33:12.000000000 +0200
++++ b/trac/web/api.py	2010-08-04 22:33:38.000000000 +0200
 @@ -18,9 +18,11 @@
  from Cookie import CookieError, BaseCookie, SimpleCookie
  import cgi




More information about the Python-apps-commits mailing list