Package: pydf
Version: 0.9.8.4
Severity: normal
Tags: patch
I'm attaching a patch to make DVD owners happy.
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: powerpc (ppc)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-powerpc
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) (ignored: LC_ALL
set to fr_FR.UTF-8)
Versions of packages pydf depends on:
ii python 2.3.5-3 An interactive high-level object-o
pydf recommends no packages.
-- no debconf information
--- /usr/bin/pydf 2005-08-22 12:47:47.000000000 +0200
+++ pydf.new 2005-09-10 14:58:20.000000000 +0200
@@ -293,7 +293,7 @@
width = int(width*terminal_width)-1
out( makecolour(current_colour) )
if mp:
- if j[0] in ['perc', 'avail', 'bar'] and fstype <> "iso9660":
+ if j[0] in ['perc', 'avail', 'bar'] and fstype not in
("iso9660", "udf"):
if perc > FILL_THRESH:
out( makecolour(filled_fs_colour) )
if perc> FULL_THRESH: