~ubuntu-branches/ubuntu/utopic/bittornado/utopic

« back to all changes in this revision

Viewing changes to debian/patches/05_bttrack_connerr_fix.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Cameron Dale
  • Date: 2008-07-19 16:08:44 UTC
  • mfrom: (0.1.14 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080719160844-nnmp02ar9pri55v1
Tags: 0.3.18-7
* Refresh all the quilt patches (Closes: #485320)
* Update standards version to 3.8.0
  - Add a README.source file pointing to the quilt documentation
* medium urgency to get it into lenny

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
## DP: Bug#294803
8
8
 
9
9
@DPATCH@
10
 
diff -urNad trunk~/BitTornado/BT1/track.py trunk/BitTornado/BT1/track.py
11
 
--- trunk~/BitTornado/BT1/track.py      2006-03-30 14:26:45.000000000 -0800
12
 
+++ trunk/BitTornado/BT1/track.py       2006-03-30 14:33:37.000000000 -0800
13
 
@@ -183,7 +183,7 @@
 
10
--- bittornado.orig/BitTornado/BT1/track.py
 
11
+++ bittornado/BitTornado/BT1/track.py
 
12
@@ -190,7 +190,7 @@
14
13
 
15
14
 def get_forwarded_ip(headers):
16
15
     x = _get_forwarded_ip(headers)