~ubuntu-branches/ubuntu/trusty/bittornado/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/patches/14_enable_gui_commandline.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:
5
5
## DP: Enable the gui commandline parameters for btdownloadgui.
6
6
 
7
7
@DPATCH@
8
 
diff -urNad bittornado~/BitTornado/download_bt1.py bittornado/BitTornado/download_bt1.py
9
 
--- bittornado~/BitTornado/download_bt1.py      2006-10-27 16:52:10.000000000 -0700
10
 
+++ bittornado/BitTornado/download_bt1.py       2006-10-27 16:52:11.000000000 -0700
11
 
@@ -256,6 +256,16 @@
 
8
diff -urNad trunk~/BitTornado/download_bt1.py trunk/BitTornado/download_bt1.py
 
9
--- trunk~/BitTornado/download_bt1.py   2007-01-04 14:26:36.000000000 -0800
 
10
+++ trunk/BitTornado/download_bt1.py    2007-01-04 14:26:36.000000000 -0800
 
11
@@ -264,6 +264,16 @@
12
12
     return config
13
13
 
14
14
 
25
25
 def get_usage(defaults = defaults, cols = 100, presets = {}):
26
26
     return (argslistheader + formatDefinitions(defaults, cols, presets))
27
27
 
28
 
diff -urNad bittornado~/btdownloadgui.py bittornado/btdownloadgui.py
29
 
--- bittornado~/btdownloadgui.py        2006-10-27 16:51:07.000000000 -0700
30
 
+++ bittornado/btdownloadgui.py 2006-10-27 16:52:11.000000000 -0700
 
28
diff -urNad trunk~/btdownloadgui.py trunk/btdownloadgui.py
 
29
--- trunk~/btdownloadgui.py     2007-01-04 14:26:23.000000000 -0800
 
30
+++ trunk/btdownloadgui.py      2007-01-04 14:26:36.000000000 -0800
31
31
@@ -21,7 +21,7 @@
32
32
 except:
33
33
     print 'wxPython is either not installed or has not been installed properly.'