Package: clementine Followup-For: Bug #658224 Dear Thomas,
I'm attaching here a patch to fix the issue that I reported myself. I just applied it to a local version of clementine and it greatly reduces the debugging output. There are still some messages, but those are probably not fixed in this way and should be reported upstream. BTW #1, the compressed .deb package was also smaller here by about 50KB, which is not bad. :) BTW #2, your git repository seems to have some problems (I was going to use it to send a patch): ,----[ git clone git://thomaspierson.eu/pkg-clementine.git ] | Cloning into 'pkg-clementine'... | fatal: The remote end hung up unexpectedly `---- Regards, Rogério Brito. -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable'), (350, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.3.0-trunk-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.utf-8, LC_CTYPE=pt_BR.utf-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages clementine depends on: ii gstreamer0.10-plugins-base 0.10.36-1 ii gstreamer0.10-plugins-good 0.10.31-1+b1 ii gstreamer0.10-plugins-ugly 0.10.19-1 ii libc6 2.13-27 ii libcdio10 0.81-5 ii libchromaprint0 0.6-1 ii libechonest1.2 1.2.1-1 ii libgcc1 1:4.7.0-2 ii libgdk-pixbuf2.0-0 2.26.0-2 ii libglib2.0-0 2.32.0-3 ii libgpod4 0.8.2-6 ii libgstreamer-plugins-base0.10-0 0.10.36-1 ii libgstreamer0.10-0 0.10.36-1 ii libimobiledevice2 1.1.1-4 ii libindicate-qt1 0.2.5.91-4 ii liblastfm0 0.4.0~git20090710-1 ii libmtp9 1.1.3-1 ii libplist1 1.8-1 ii libprojectm2 2.0.1+dfsg-12+b1 ii libqjson0 0.7.1-6 ii libqt4-dbus 4:4.7.4-3 ii libqt4-network 4:4.7.4-3 ii libqt4-opengl 4:4.7.4-3 ii libqt4-sql 4:4.7.4-3 ii libqt4-sql-sqlite 4:4.7.4-3 ii libqt4-xml 4:4.7.4-3 ii libqtcore4 4:4.7.4-3 ii libqtgui4 4:4.7.4-3 ii libqxt-gui0 0.6.1-5 ii libstdc++6 4.7.0-2 ii libtag1c2a 1.7-2 ii libusb-1.0-0 2:1.0.9~rc3-4 ii libusbmuxd1 1.0.7-2 ii libx11-6 2:1.4.4-4 ii libxml2 2.7.8.dfsg-7 ii projectm-data 2.0.1+dfsg-12 ii zlib1g 1:1.2.6.dfsg-2 Versions of packages clementine recommends: ii gstreamer0.10-alsa 0.10.36-1 ii gstreamer0.10-pulseaudio 0.10.31-1+b1 clementine suggests no packages. -- no debconf information -- Rogério Brito : rbrito@{ime.usp.br,gmail.com} : GPG key 4096R/BCFCAAAA http://rb.doesntexist.org/blog : Projects : https://github.com/rbrito/ DebianQA: http://qa.debian.org/developer.php?login=rbrito%40ime.usp.br
--- a/debian/rules +++ b/debian/rules @@ -14,7 +14,8 @@ -DUSE_SYSTEM_PROJECTM=ON \ -DUSE_SYSTEM_QXT=ON \ -DQXTCORE_INCLUDE_DIRS=/usr/include/qxt/QxtCore/ \ - -DQXTGUI_INCLUDE_DIRS=/usr/include/qxt/QxtGui/ + -DQXTGUI_INCLUDE_DIRS=/usr/include/qxt/QxtGui/ \ + -DCMAKE_BUILD_TYPE=Release override_dh_auto_build: docbook-to-man debian/clementine.sgml > debian/clementine.1