Package: bittorrent
Version: 3.4.2-11
Followup-For: Bug #482478
It's basically a one-liner plus the changelog entry
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (500, 'testing'), (500, 'stable'), (1, 'experimental'), (1,
'unstable'), (1, 'testing'), (1, 'stable')
Architecture: i386 (i686)
Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages bittorrent depends on:
ii lsb-base 3.2-11 Linux Standard Base 3.2 init scrip
ii python 2.5.2-1 An interactive high-level object-o
ii python-support 0.7.7 automated rebuilding support for P
Versions of packages bittorrent recommends:
ii mime-support 3.40-1.1 MIME files 'mime.types' & 'mailcap
diff -Naur bittorrent-3.4.2-11-pristine/btlaunchmany.py
bittorrent-3.4.2/btlaunchmany.py
--- bittorrent-3.4.2-11-pristine/btlaunchmany.py 2008-05-22
21:58:42.000000000 -0400
+++ bittorrent-3.4.2/btlaunchmany.py 2008-05-24 09:55:39.000000000 -0400
@@ -191,7 +191,7 @@
self.myinfo['status'] = '%s %.0f%%' % (self.activity, fractionDone
* 100)
else:
self.myinfo['status'] = self.activity
- if self.activity != 'checking existing file' and self.checking:
+ if self.activity != 'checking existing file' and self.activity !=
'disk check' and self.checking:
# we finished checking our files.
filecheck.release()
self.checking = 0
diff -Naur bittorrent-3.4.2-11-pristine/debian/changelog
bittorrent-3.4.2/debian/changelog
--- bittorrent-3.4.2-11-pristine/debian/changelog 2008-05-22
21:58:42.000000000 -0400
+++ bittorrent-3.4.2/debian/changelog 2008-05-24 10:06:33.000000000 -0400
@@ -1,3 +1,10 @@
+bittorrent (3.4.2-11.1~dfd4) unstable; urgency=low
+
+ * Change startup disk check to be one torrent at a time.
+ Closes: #482478
+
+ -- Daniel Dickinson <[EMAIL PROTECTED]> Sat, 24 May 2008 10:06:30 -0500
+
bittorrent (3.4.2-11) unstable; urgency=low
* Add LSB logging functionality. (thanks David!) Closes: #384724