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

« back to all changes in this revision

Viewing changes to debian/patches/08_btdownloadcurses_indent.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Cameron Dale
  • Date: 2006-10-27 15:46:48 UTC
  • Revision ID: james.westby@ubuntu.com-20061027154648-1ylnpnjdl401otda
* New upstream release (Closes: #395326)
  . Fixes BitTorrent engine error (Closes: #385721)
  . Fixes problem with super-seeding
* Fix the ipv6 in SocketHandler.py (Closes: #305388)
  (thanks to Tobias Diedrich for this fix)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh /usr/share/dpatch/dpatch-run
 
2
## 08_btdownloadcurses_indent.dpatch by Micah Anderson <micah@debian.org>
 
3
##
 
4
## All lines beginning with `## DP:' are a description of the patch.
 
5
## DP: No description.
 
6
 
 
7
@DPATCH@
 
8
diff -urNad --exclude=CVS --exclude=.svn ./btdownloadcurses.py /tmp/dpep-work.ankdxc/bittornado/btdownloadcurses.py
 
9
--- ./btdownloadcurses.py       2005-09-17 12:16:11.000000000 -0400
 
10
+++ /tmp/dpep-work.ankdxc/bittornado/btdownloadcurses.py        2005-09-17 12:17:16.482106891 -0400
 
11
@@ -402,6 +402,7 @@
 
12
     curses_wrapper(run, errlist, argv[1:])
 
13
 
 
14
     if errlist:
 
15
-       print "These errors occurred during execution:"
 
16
-       for error in errlist:
 
17
-          print error
 
18
\ No newline at end of file
 
19
+        print "These errors occurred during execution:"
 
20
+        for error in errlist:
 
21
+            print error
 
22
+