rev 7612 - kde-extras/filelight/trunk/debian
Raúl Sánchez Siles
kebianizao-guest at alioth.debian.org
Sat Oct 20 21:10:06 UTC 2007
Author: kebianizao-guest
Date: 2007-10-20 21:10:05 +0000 (Sat, 20 Oct 2007)
New Revision: 7612
Modified:
kde-extras/filelight/trunk/debian/changelog
kde-extras/filelight/trunk/debian/rules
Log:
Build with --disable-debug. Solves #408554 and looks sensible.
Modified: kde-extras/filelight/trunk/debian/changelog
===================================================================
--- kde-extras/filelight/trunk/debian/changelog 2007-10-20 21:06:40 UTC (rev 7611)
+++ kde-extras/filelight/trunk/debian/changelog 2007-10-20 21:10:05 UTC (rev 7612)
@@ -20,6 +20,8 @@
James R. Van Zandt.
* Spelling mistake in package description (Closes: #363410). Thanks to
James Westby.
+ * please build with --disable-debug to prevent spurious stdout-output
+ (Closes: #408554)
-- Raúl Sánchez Siles <rasasi78 at gmail.com> Sat, 20 Oct 2007 22:59:20 +0200
Modified: kde-extras/filelight/trunk/debian/rules
===================================================================
--- kde-extras/filelight/trunk/debian/rules 2007-10-20 21:06:40 UTC (rev 7611)
+++ kde-extras/filelight/trunk/debian/rules 2007-10-20 21:10:05 UTC (rev 7612)
@@ -17,7 +17,7 @@
build:
$(checkdir)
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --disable-debug
$(MAKE)
touch build
More information about the pkg-kde-commits
mailing list