tag 383905 patch
thanks
The attached patch allows gnome-btdownload to install on my system,
and I didn't have problems running it. Would it be OK to NMU with it?
--
Matt
diff -Nru gnome-btdownload-0.0.22/debian/control
gnome-btdownload-0.0.22-new/debian/control
--- gnome-btdownload-0.0.22/debian/control 2006-09-03 19:59:42.000000000
-0700
+++ gnome-btdownload-0.0.22-new/debian/control 2006-09-03 19:51:08.000000000
-0700
@@ -8,7 +8,7 @@
Package: gnome-btdownload
Architecture: all
-Depends: bittorrent (>= 3.2), python2.3 (>= 2.3), python(<<2.4), python-gtk2,
python-gnome2, python-glade2 (>= 2.0.0), ${misc:Depends}, ${shlibs:Depends},
${python:Depends}
+Depends: bittorrent (>= 3.2), python, python-gtk2, python-gnome2,
python-glade2 (>= 2.0.0), ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}
Description: Gnome interface for 'executing' BitTorrent files
A simple Gnome interface designed as a mime-sink for BitTorrent files.
gnome-btdownload allow a user to download files using bittorrent,
diff -Nru gnome-btdownload-0.0.22/debian/patches/07_python23_depends.patch
gnome-btdownload-0.0.22-new/debian/patches/07_python23_depends.patch
--- gnome-btdownload-0.0.22/debian/patches/07_python23_depends.patch
2006-09-03 19:59:42.000000000 -0700
+++ gnome-btdownload-0.0.22-new/debian/patches/07_python23_depends.patch
1969-12-31 16:00:00.000000000 -0800
@@ -1,8 +0,0 @@
---- src/gnome-btdownload.orig 2006-05-09 01:03:44.000000000 -0400
-+++ src/gnome-btdownload 2006-05-09 01:03:57.000000000 -0400
-@@ -1,4 +1,4 @@
--#!/usr/bin/python
-+#!/usr/bin/python2.3
-
- # BitTorrent related modules.
- import BitTorrent.download, BitTorrent.bencode