Package: filelight Version: 0.99beta6-1.1 Severity: minor Tags: patch Hi: filelight by default will output a lot of debugging output to the console. Please build the filelight package with the --disable-debug ./configure flag to supress this by default.
-- System Information: Debian Release: 4.0 APT prefers testing APT policy: (990, 'testing'), (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-3-686 Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Versions of packages filelight depends on: ii kdelibs4c2a 4:3.5.5a.dfsg.1-5 core libraries and binaries for al ii libc6 2.3.6.ds1-8 GNU C Library: Shared libraries ii libqt3-mt 3:3.3.7-2 Qt GUI Library (Threaded runtime v ii libstdc++6 4.1.1-19 The GNU Standard C++ Library v3 filelight recommends no packages. -- no debconf information
--- filelight-0.99beta6/debian/rules 2007-01-26 17:47:51.000000000 +0000 +++ filelight-0.99beta6.new/debian/rules 2007-01-25 14:26:44.000000000 +0000 @@ -17,7 +17,7 @@ build: $(checkdir) - ./configure --prefix=/usr + ./configure --prefix=/usr --disable-debug $(MAKE) touch build