Package: trac / 0.12.5-3~deb7u1

Metadata

Package Version Patches format
trac 0.12.5-3~deb7u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
20_add_interpreter_line.patch | (download)

trac/web/modpython_frontend.py | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 adds the python interpreter shebang line to modpython_frontend.py.


30_default_charset_utf8.patch | (download)

trac/mimeview/api.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use utf-8 as default charset.


50_sqlitetopg_script.patch | (download)

contrib/sqlitetopgscript/sqlite2pg | 336 336 + 0 - 0 !
1 file changed, 336 insertions(+)

 add script to migrate from sqlite to postgresql.


60_fix_svn_blame_against_newer_jquery.patch | (download)

trac/htdocs/js/blame.js | 2 1 + 1 - 0 !
trac/htdocs/js/suggest.js | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 fix svn blame when using newer jquery.
 Since debian links trac to a more-recent jquery, we need to adopt this change from upstream