diff -u bittorrent-3.4.2/btdownloadgui.py bittorrent-3.4.2/btdownloadgui.py --- bittorrent-3.4.2/btdownloadgui.py +++ bittorrent-3.4.2/btdownloadgui.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2.2 # Written by Bram Cohen and Myers Carpenter # see LICENSE.txt for license information diff -u bittorrent-3.4.2/btreannounce.py bittorrent-3.4.2/btreannounce.py --- bittorrent-3.4.2/btreannounce.py +++ bittorrent-3.4.2/btreannounce.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2.2 # Written by Henry 'Pi' James and Bram Cohen # see LICENSE.txt for license information diff -u bittorrent-3.4.2/btrename.py bittorrent-3.4.2/btrename.py --- bittorrent-3.4.2/btrename.py +++ bittorrent-3.4.2/btrename.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2.2 # Written by Henry 'Pi' James # see LICENSE.txt for license information diff -u bittorrent-3.4.2/setup.py bittorrent-3.4.2/setup.py --- bittorrent-3.4.2/setup.py +++ bittorrent-3.4.2/setup.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2.2 # Written by Bram Cohen # see LICENSE.txt for license information diff -u bittorrent-3.4.2/debian/changelog bittorrent-3.4.2/debian/changelog --- bittorrent-3.4.2/debian/changelog +++ bittorrent-3.4.2/debian/changelog @@ -1,3 +1,11 @@ +bittorrent (3.4.2-0.backports.org.1) unstable; urgency=low + + * recompiled for http://www.backports.org/ + + used python2.2 instead of python2.3 in debian/control + + changed '/usr/bin/env python' to '/usr/bin/env python2.2' + + -- Norbert Tretkowski Wed, 12 May 2004 14:16:13 +0200 + bittorrent (3.4.2-1) unstable; urgency=low * New upstream release diff -u bittorrent-3.4.2/debian/rules bittorrent-3.4.2/debian/rules --- bittorrent-3.4.2/debian/rules +++ bittorrent-3.4.2/debian/rules @@ -93,7 +93,7 @@ for i in btdownloadgui btdownloadheadless bttrack btmakemetafile btlaunchmany btdownloadcurses btlaunchmanycurses btreannounce btrename btshowmetainfo; \ do mv $$i.py $$i; done ) cp debian/nowxmsg debian/bittorrent/usr/share/bittorrent/ - rm debian/bittorrent/usr/lib/python2.3/site-packages/BitTorrent/*.pyc + rm debian/bittorrent/usr/lib/python2.2/site-packages/BitTorrent/*.pyc # dh_installinfo # dh_undocumented dh_installchangelogs diff -u bittorrent-3.4.2/debian/control bittorrent-3.4.2/debian/control --- bittorrent-3.4.2/debian/control +++ bittorrent-3.4.2/debian/control @@ -2,7 +2,7 @@ Section: net Priority: optional Maintainer: Michael Janssen -Build-Depends-Indep: debhelper (>> 4.0.0), python, python-dev (>= 2.3), python-dev (<< 2.4), sharutils +Build-Depends-Indep: debhelper (>> 4.0.0), python, python2.2, python2.2-dev, sharutils Standards-Version: 3.6.1 Package: bittorrent only in patch2: unchanged: --- bittorrent-3.4.2.orig/btcompletedir.py +++ bittorrent-3.4.2/btcompletedir.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2.2 # Written by Bram Cohen # see LICENSE.txt for license information only in patch2: unchanged: --- bittorrent-3.4.2.orig/btcompletedirgui.py +++ bittorrent-3.4.2/btcompletedirgui.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2.2 # Written by Bram Cohen # see LICENSE.txt for license information only in patch2: unchanged: --- bittorrent-3.4.2.orig/btdownloadcurses.py +++ bittorrent-3.4.2/btdownloadcurses.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2.2 # Written by Henry 'Pi' James # see LICENSE.txt for license information only in patch2: unchanged: --- bittorrent-3.4.2.orig/btdownloadheadless.py +++ bittorrent-3.4.2/btdownloadheadless.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2.2 # Written by Bram Cohen # see LICENSE.txt for license information only in patch2: unchanged: --- bittorrent-3.4.2.orig/btlaunchmany.py +++ bittorrent-3.4.2/btlaunchmany.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2.2 # Written by Michael Janssen (jamuraa at base0 dot net) # originally heavily borrowed code from btlaunchmany.py by Bram Cohen only in patch2: unchanged: --- bittorrent-3.4.2.orig/btlaunchmanycurses.py +++ bittorrent-3.4.2/btlaunchmanycurses.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2.2 # Written by Michael Janssen (jamuraa at base0 dot net) # originally heavily borrowed code from btlaunchmany.py by Bram Cohen only in patch2: unchanged: --- bittorrent-3.4.2.orig/btmakemetafile.py +++ bittorrent-3.4.2/btmakemetafile.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2.2 # Written by Bram Cohen # see LICENSE.txt for license information only in patch2: unchanged: --- bittorrent-3.4.2.orig/btshowmetainfo.py +++ bittorrent-3.4.2/btshowmetainfo.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2.2 # Written by Henry 'Pi' James and Loring Holden # see LICENSE.txt for license information only in patch2: unchanged: --- bittorrent-3.4.2.orig/bttest.py +++ bittorrent-3.4.2/bttest.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2.2 # Written by Bram Cohen # see LICENSE.txt for license information only in patch2: unchanged: --- bittorrent-3.4.2.orig/bttrack.py +++ bittorrent-3.4.2/bttrack.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2.2 # Written by Bram Cohen # see LICENSE.txt for license information only in patch2: unchanged: --- bittorrent-3.4.2.orig/wincompletedirsetup.py +++ bittorrent-3.4.2/wincompletedirsetup.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2.2 # Written by Bram Cohen # see LICENSE.txt for license information only in patch2: unchanged: --- bittorrent-3.4.2.orig/winsetup.py +++ bittorrent-3.4.2/winsetup.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2.2 # Written by Bram Cohen # see LICENSE.txt for license information