~ubuntu-branches/ubuntu/saucy/trac-accountmanager/saucy-proposed

« back to all changes in this revision

Viewing changes to debian/patches/avoid_redirect_loop.patch

  • Committer: Bazaar Package Importer
  • Author(s): Leo Costela
  • Date: 2009-12-22 21:31:06 UTC
  • Revision ID: james.westby@ubuntu.com-20091222213106-o0ke99dpjn664na7
Tags: 0.2.1+r7163-1
* new upstream checkout
* convert to "3.0 (quilt)"
* debian/{control,rules}: migrate to python-support (closes: #555487)
* debian/{compat,control}: bump to dh 7
* debian/rules: replace dh_clean with dh_prep on build
* debian/patches: adapt to new upstream
* debian/watch: fix download mangle

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
--- old/acct_mgr/web_ui.py      (revision 4132)
2
2
+++ new/acct_mgr/web_ui.py      (working copy)
3
 
@@ -185,7 +185,7 @@
 
3
@@ -209,7 +209,7 @@
4
4
         if req.authname and req.authname != 'anonymous':
5
5
             if req.session.get('force_change_passwd', False):
6
6
                 redirect_url = req.href.prefs('account')