Processed: Re: Bug#673537: [qt-dev-tools] Dependency on libicu?

2012-05-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 673537 qt4-dev-tools
Bug #673537 [qt-dev-tools] [qt-dev-tools] Dependency on libicu?
Warning: Unknown package 'qt-dev-tools'
Bug reassigned from package 'qt-dev-tools' to 'qt4-dev-tools'.
Ignoring request to alter found versions of bug #673537 to the same values 
previously set
Ignoring request to alter fixed versions of bug #673537 to the same values 
previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
673537: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=673537
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.133759030326757.transcr...@bugs.debian.org



Bug#673537: [qt-dev-tools] Dependency on libicu?

2012-05-21 Thread Pino Toscano
reassign 673537 libqtcore4 qt4-x11/4:4.8.1-1
retitle 673537 libqtcore4: dependency/suggestion on libicu
severity 673537 wishlist
thanks

Hi,

Alle sabato 19 maggio 2012, Eike Sauer ha scritto:
 I'm trying to change the building of my package (kdiff3) to
 qt-dev-tools. When compiling in pbuilder, I get error messages like
 this when lconvert gets called:
 Unable to load library icui18n Cannot load library icui18n:
 (libicui18n.so.48: cannot open shared object file:
 No such file or directory) 

qt4 since 4.8.x can load libicu at runtime to get better functions for 
locale-aware upper-  lower-casing of strings, and few more collation-  
locale- related (optional) stuff. In that sense, the message is not 
really an error.
I think I will disable that message while adding a libicu suggestion to 
libqtcore4.

-- 
Pino Toscano


signature.asc
Description: This is a digitally signed message part.


Processed: Re: [qt-dev-tools] Dependency on libicu?

2012-05-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 673537 libqtcore4 qt4-x11/4:4.8.1-1
Bug #673537 [qt4-dev-tools] [qt-dev-tools] Dependency on libicu?
Bug reassigned from package 'qt4-dev-tools' to 'libqtcore4'.
Ignoring request to alter found versions of bug #673537 to the same values 
previously set
Ignoring request to alter fixed versions of bug #673537 to the same values 
previously set
Bug #673537 [libqtcore4] [qt-dev-tools] Dependency on libicu?
Marked as found in versions qt4-x11/4:4.8.1-1.
 retitle 673537 libqtcore4: dependency/suggestion on libicu
Bug #673537 [libqtcore4] [qt-dev-tools] Dependency on libicu?
Changed Bug title to 'libqtcore4: dependency/suggestion on libicu' from 
'[qt-dev-tools] Dependency on libicu?'
 severity 673537 wishlist
Bug #673537 [libqtcore4] libqtcore4: dependency/suggestion on libicu
Severity set to 'wishlist' from 'normal'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
673537: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=673537
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.133759093430263.transcr...@bugs.debian.org



Bug#672553: marked as done (pykde4: Add Python 3 support)

2012-05-21 Thread Debian Bug Tracking System
Your message dated Mon, 21 May 2012 09:49:36 +
with message-id e1swpfa-0003vl...@franck.debian.org
and subject line Bug#672553: fixed in pykde4 4:4.7.4-3
has caused the Debian Bug report #672553,
regarding pykde4: Add Python 3 support
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
672553: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=672553
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: pykde4
Version: 4:4.7.4-2
Severity: wishlist
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu ubuntu-patch quantal

pykde4 already supports Python 3 in the upstream code.  Making this
available would be a simple matter of packaging.

Well ... almost.  There are a couple of things that complicate it.
Firstly, there's a patch from newer upstream releases to fix building
with = 3.2.  Secondly, a bug in kdelibs5-dev (which I've filed
separately as #672552) causes a build failure; I worked around that by
shipping a local cut-down copy of PythonMacros.cmake, which I reckoned
would be temporarily acceptable because the resulting file is so short.

I've tested this by running a Python 3 port of the Ubuntu installer's
KDE frontend with it, and everything appears to be working fine.  I
built my test packages on Ubuntu rather than Debian because I ran into
#671893 and couldn't readily fix that, but I hope it will still be OK
once that's fixed.

  * Add Python 3 support.

diff --git a/debian/control b/debian/control
index 51ac67f..d634f34 100644
--- a/debian/control
+++ b/debian/control
@@ -8,8 +8,9 @@ Build-Depends: kde-sc-dev-latest (= 4:4.7.4),
  libphonon-dev (= 4:4.6.0really4.4.4), libsoprano-dev (= 2.7.0),
  libqt4-dev (= 4:4.7.1), libqt4-opengl-dev (= 4:4.7.1), libqtwebkit-dev,
  libboost-dev, shared-desktop-ontologies (= 0.8),
- python, python-all-dev, python-sip-dev (= 4.12.0),
- python-qt4 (= 4.8.3-3~), python-qt4-dev (= 4.8.3-3~)
+ python, python-all-dev, python3-all-dev,
+ python-sip-dev (= 4.12.0), python3-sip-dev,
+ python-qt4 (= 4.8.3-3~), python3-pyqt4, python-qt4-dev (= 4.8.3-3~)
 Uploaders: Sune Vuorela s...@debian.org, Modestas Vainius 
mo...@debian.org, Michael Meskes mes...@debian.org
 Standards-Version: 3.9.2
 X-Python-Version: = 2.5
@@ -89,3 +90,50 @@ Description: debugging symbols for the PyKDE bindings
  are experiencing crashes of the PyKDE application and wish to report a problem
  to the developers.
 
+Package: python3-kde4
+Architecture: any
+Depends: ${shlibs:Depends}, ${python3:Depends}, ${misc:Depends},
+ python3-pyqt4, ${sip:Depends}, python3-sip
+Provides: ${python3:Provides}
+Description: Python 3 bindings for the KDE Development Platform
+ This package contains PyKDE, the Python 3 bindings for the KDE
+ libraries, that allow you to write KDE programs using Python 3 instead of
+ C++. It contains at least the following modules under the
+ PyKDE namespace:
+ .
+  * dnssd
+  * kdecore
+  * kdeui
+  * khtml
+  * kio
+  * knewstuff
+  * kparts
+  * kterminal
+  * ktexteditor
+  * kutils
+  * nepomuk
+  * plasma
+  * solid
+ .
+ And a few KDE related technologies like:
+ .
+  * akonadi
+  * phonon
+  * soprano
+ .
+ This package provides modules for all supported Python 3 versions.
+
+Package: python3-kde4-dbg
+Section: debug
+Architecture: any
+Priority: extra
+Depends: ${misc:Depends}, kdelibs5-dbg, python3-kde4 (= ${binary:Version})
+Recommends: python3-pyqt4-dbg
+Breaks: kdebindings-dbg
+Replaces: kdebindings-dbg
+Description: debugging symbols for the PyKDE bindings
+ This package contains debugging files used to investigate problems with
+ Python 3 bindings for the KDE Development Platform. Install this package if
+ you are experiencing crashes of the PyKDE application and wish to report a
+ problem to the developers.
+
diff --git a/debian/patches/cmake_no_bytecode.diff 
b/debian/patches/cmake_no_bytecode.diff
new file mode 100644
index 000..ab90706
--- /dev/null
+++ b/debian/patches/cmake_no_bytecode.diff
@@ -0,0 +1,31 @@
+Index: b/cmake/modules/PythonMacros.cmake
+===
+--- /dev/null
 b/cmake/modules/PythonMacros.cmake
+@@ -0,0 +1,26 @@
++# Python macros
++# ~
++# Copyright (c) 2007, Simon Edwards si...@simonzone.com
++# Cloned-and-hacked by Colin Watson cjwat...@ubuntu.com, removing bytecode
++# support.
++#
++# Redistribution and use is allowed according to the terms of the BSD license.
++# For details see the accompanying COPYING-CMAKE-SCRIPTS file.
++#
++# This file defines the following macros:
++#
++# PYTHON_INSTALL (SOURCE_FILE DESINATION_DIR)
++# 

pykde4_4.7.4-3_i386.changes ACCEPTED into unstable

2012-05-21 Thread Debian FTP Masters



Accepted:
pykde4_4.7.4-3.debian.tar.gz
  to main/p/pykde4/pykde4_4.7.4-3.debian.tar.gz
pykde4_4.7.4-3.dsc
  to main/p/pykde4/pykde4_4.7.4-3.dsc
python-kde4-dbg_4.7.4-3_i386.deb
  to main/p/pykde4/python-kde4-dbg_4.7.4-3_i386.deb
python-kde4-dev_4.7.4-3_all.deb
  to main/p/pykde4/python-kde4-dev_4.7.4-3_all.deb
python-kde4-doc_4.7.4-3_all.deb
  to main/p/pykde4/python-kde4-doc_4.7.4-3_all.deb
python-kde4_4.7.4-3_i386.deb
  to main/p/pykde4/python-kde4_4.7.4-3_i386.deb
python3-pykde4-dbg_4.7.4-3_i386.deb
  to main/p/pykde4/python3-pykde4-dbg_4.7.4-3_i386.deb
python3-pykde4_4.7.4-3_i386.deb
  to main/p/pykde4/python3-pykde4_4.7.4-3_i386.deb


Changes:
pykde4 (4:4.7.4-3) unstable; urgency=low
 .
  * Team upload.
  * Add new binary python3-pykde for Python 3 support (Closes: #672553)
- Adjust debian/rules
- Add debian/patches/python32_compile_fix.diff to support building with
  python3.2
- Bump build-dep version for kde4libs to 4:4.7.4-6 due to patch added in
  that revision to support building with Python 3
- Add Python 3 equivalent packages to build-depends
- Thanks to Colin Watson for the patch
  * Bump standards version to 3.9.3 without further change


Override entries for your package:
pykde4_4.7.4-3.dsc - source python
python-kde4-dbg_4.7.4-3_i386.deb - extra debug
python-kde4-dev_4.7.4-3_all.deb - optional python
python-kde4-doc_4.7.4-3_all.deb - optional doc
python-kde4_4.7.4-3_i386.deb - optional python
python3-pykde4-dbg_4.7.4-3_i386.deb - extra debug
python3-pykde4_4.7.4-3_i386.deb - optional python

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 672553 


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1swpfa-0003vf...@franck.debian.org



Processing of kdevelop_4.3.1-3_amd64.changes

2012-05-21 Thread Debian FTP Masters
kdevelop_4.3.1-3_amd64.changes uploaded successfully to localhost
along with the files:
  kdevelop_4.3.1-3.dsc
  kdevelop_4.3.1-3.debian.tar.gz
  kdevelop-data_4.3.1-3_all.deb
  kdevelop-l10n_4.3.1-3_all.deb
  kdevelop_4.3.1-3_amd64.deb
  kdevelop-dev_4.3.1-3_amd64.deb
  kdevelop-dbg_4.3.1-3_amd64.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1swqvz-0006ou...@franck.debian.org



kdevelop_4.3.1-3_amd64.changes ACCEPTED into unstable

2012-05-21 Thread Debian FTP Masters



Accepted:
kdevelop-data_4.3.1-3_all.deb
  to main/k/kdevelop/kdevelop-data_4.3.1-3_all.deb
kdevelop-dbg_4.3.1-3_amd64.deb
  to main/k/kdevelop/kdevelop-dbg_4.3.1-3_amd64.deb
kdevelop-dev_4.3.1-3_amd64.deb
  to main/k/kdevelop/kdevelop-dev_4.3.1-3_amd64.deb
kdevelop-l10n_4.3.1-3_all.deb
  to main/k/kdevelop/kdevelop-l10n_4.3.1-3_all.deb
kdevelop_4.3.1-3.debian.tar.gz
  to main/k/kdevelop/kdevelop_4.3.1-3.debian.tar.gz
kdevelop_4.3.1-3.dsc
  to main/k/kdevelop/kdevelop_4.3.1-3.dsc
kdevelop_4.3.1-3_amd64.deb
  to main/k/kdevelop/kdevelop_4.3.1-3_amd64.deb


Changes:
kdevelop (4:4.3.1-3) unstable; urgency=low
 .
  * Team upload.
  * Fix parallel building; patch fix-parallel.diff.


Override entries for your package:
kdevelop-data_4.3.1-3_all.deb - optional kde
kdevelop-dbg_4.3.1-3_amd64.deb - extra debug
kdevelop-dev_4.3.1-3_amd64.deb - optional kde
kdevelop-l10n_4.3.1-3_all.deb - optional localization
kdevelop_4.3.1-3.dsc - source kde
kdevelop_4.3.1-3_amd64.deb - optional kde

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1swrdf-0008jf...@franck.debian.org



kdevelop override disparity

2012-05-21 Thread Debian FTP Masters
There are disparities between your recently accepted upload and the
override file for the following file(s):

kdevelop-data_4.3.1-3_all.deb: package says section is devel, override says kde.
kdevelop-dev_4.3.1-3_amd64.deb: package says section is devel, override says 
kde.
kdevelop_4.3.1-3_amd64.deb: package says section is devel, override says kde.


Please note that a list of new sections were recently added to the
archive: cli-mono, database, debug, fonts, gnu-r, gnustep, haskell,
httpd, java, kernel, lisp, localization, ocaml, php, ruby, vcs, video,
xfce, zope.  At this time a script was used to reclassify packages into
these sections.  If this is the case, please only reply to this email if
the new section is inappropriate, otherwise please update your package
at the next upload.

Either the package or the override file is incorrect.  If you think
the override is correct and the package wrong please fix the package
so that this disparity is fixed in the next upload.  If you feel the
override is incorrect then please file a bug against ftp.debian.org and
explain why. Please INCLUDE the list of packages as seen above, or we
won't be able to deal with your request due to missing information.

Please make sure that the subject of the bug you file follows the
following format:

Subject: override: BINARY1:section/priority, [...], BINARYX:section/priority

Include the justification for the change in the body of the mail please.


[NB: this is an automatically generated mail; if you already filed a bug
and have not received a response yet, please ignore this mail.  Your bug
needs to be processed by a human and will be in due course, but until
then the installer will send these automated mails; sorry.]

--
Debian distribution maintenance software

(This message was generated automatically; if you believe that there
is a problem with it please contact the archive administrators by
mailing ftpmas...@debian.org)


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1swrdu-0008jw...@franck.debian.org



Bug#673791: [kde-window-manager] Problem with basic desktop effects after upgrade

2012-05-21 Thread Francesco Muzio

Package: kde-window-manager
Version: 4:4.7.4-2+b1
Severity: normal

I have a Debian testing which is upgraded frequently

After an upgrade done the Monday of 14 May 2012, I experienced a problem 
with the effects on my KDE environment.


For meet my paranoid needs and solve strange behaviours of video memory 
corruption (see bug #631391) I have disabled the desktop effects and I 
have added

 Option Composite 0
to my xorg.conf in the Extension section.

In this configuration KDE provides me some basic effects (like the fade 
to grey on logout, the trasparency when I drag a file on the folder 
view, ecc ecc) without uses of GPU.


This workaround has worked well up to a week ago.
Now these basic effects as been lost and:
1) if I use
Option Composite 0
systemsettings shows me this inedit message:
desktop effects are not available on this system due to the following 
technical issue: Required X Extensions (Xcomposite and Xdamage) are not 
available

2) If I use
Option Composite 1
(or comment it with an #) I'm able to enable the desktop effects but 
when this option is not checked I haven't the basic effects described 
above.


I don't able to know what package has caused the problem (maybe 
x11-common or other similar...) but I'm sure that this happens after 
Sunday 13 May.


I have attached a .txt files who contains the outout of which-pkg-broke 
kde-window-manager


Thanks at the mantainers for their work.
Francesco


--- System information. ---
Architecture: i386
Kernel: Linux 3.2.16

Debian Release: wheezy/sid
500 testing ftp.it.debian.org

--- Package information. ---
Depends (Version) | Installed
==-+-===
kde-runtime | 4:4.7.4-2+b1
kde-style-oxygen | 4:4.7.4-2+b1
libc6 (= 2.4) | 2.13-32
libgl1-mesa-glx | 7.11.2-1
OR libgl1 |
libice6 (= 1:1.0.0) | 2:1.0.8-2
libkcmutils4 (= 4:4.7) | 4:4.7.4-4
libkdecorations4 (= 4:4.7.4-2+b1) | 4:4.7.4-2+b1
libkdecore5 (= 4:4.7) | 4:4.7.4-4
libkdeui5 (= 4:4.7.0) | 4:4.7.4-4
libkephal4abi1 (= 4:4.7.4-2+b1) | 4:4.7.4-2+b1
libkio5 (= 4:4.7) | 4:4.7.4-4
libknewstuff3-4 (= 4:4.7) | 4:4.7.4-4
libkwineffects1abi2 (= 4:4.7.4-2+b1) | 4:4.7.4-2+b1
libkworkspace4 (= 4:4.7.4-2+b1) | 4:4.7.4-2+b1
libplasma3 (= 4:4.7) | 4:4.7.4-4
libqt4-dbus (= 4:4.5.3) | 4:4.8.1-1
libqt4-script (= 4:4.5.3) | 4:4.8.1-1
libqt4-xml (= 4:4.5.3) | 4:4.8.1-1
libqtcore4 (= 4:4.7.0~beta1) | 4:4.8.1-1
libqtgui4 (= 4:4.7.0~beta1) | 4:4.8.1-1
libsm6 | 2:1.2.1-2
libstdc++6 (= 4.4.0) | 4.7.0-8
libx11-6 | 2:1.4.99.901-2
libxcomposite1 (= 1:0.3-1) | 1:0.4.3-2
libxcursor1 ( 1.1.2) | 1:1.1.13-1
libxdamage1 (= 1:1.1) | 1:1.1.3-2
libxext6 | 2:1.3.1-2
libxfixes3 (= 1:4.0.1) | 1:5.0-4
libxrandr2 (= 4.3) | 2:1.3.2-2
libxrender1 | 1:0.9.7-1
perl | 5.14.2-9


Package's Recommends field is empty.

Package's Suggests field is empty.
Package ntrack-module-0 has no install time info
Package ntrack-module-libnl-0 has no install time info
Package libnl-route-3-200 has no install time info
Package perlapi-5.14.2 has no install time info
Package libnl-3-200 has no install time info
Package librcc0 has no install time info
Package librcd0 has no install time info
Package libavcodec-extra-53 has no install time info
Package libtag1-rusxmms has no install time info
Package hunspell-dictionary has no install time info
Package file-rc has no install time info
Package myspell-dictionary has no install time info
Package phonon-backend has no install time info
Package debconf-2.0 has no install time info
Package aspell-dictionary has no install time info
Package libgl1 has no install time info
Package ispell-dictionary has no install time info
libmpeg2-4 Wed Sep 10 16:21:07 2008
libclucene0ldblSun Aug 30 22:08:33 2009
docbook-xmlSat Sep 19 15:18:11 2009
xml-core   Fri Nov  6 19:40:21 2009
libtheora0 Sun Jan  3 22:31:52 2010
ttf-bitstream-vera Tue Jan 26 14:55:14 2010
gsfontsWed Jun  2 17:24:41 2010
sgml-base  Thu Jul 29 19:53:40 2010
libfam0Sat Aug 14 14:50:19 2010
hicolor-icon-theme Sun Sep 19 23:30:41 2010
sensible-utils Mon Feb  7 14:12:00 2011
xfonts-encodings   Mon Feb  7 14:18:32 2011
ttf-freefont   Sat Feb 19 15:06:02 2011
sedWed Feb 23 11:03:58 2011
shared-mime-info   Fri Feb 25 15:11:59 2011
libutempter0   Fri Mar  4 12:35:53 2011
gsfonts-x11Mon Mar 14 16:00:14 2011

Processed (with 1 errors): Re: Bug#670044: assimp: FTBFS on ppc64: Please support ppc64

2012-05-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 670044 pkg-kde-tools
Bug #670044 [src:assimp] assimp: FTBFS on ppc64: Please support ppc64
Bug reassigned from package 'src:assimp' to 'pkg-kde-tools'.
No longer marked as found in versions assimp/2.0.863+dfsg-2.
Ignoring request to alter fixed versions of bug #670044 to the same values 
previously set
 merge 670044 656380
Bug #670044 [pkg-kde-tools] assimp: FTBFS on ppc64: Please support ppc64
Unable to merge bugs because:
blocks of #656380 is '669978' not ''
Failed to merge 670044: Did not alter merged bugs
Debbugs::Control::set_merged('transcript', 'GLOB(0x12d03f0)', 
'requester', 'IOhannes m zmoelnig zmoel...@iem.at', 'request_addr', 
'cont...@bugs.debian.org', 'request_msgid', '4fba5195.1080...@iem.at', 
'request_subject', ...) called at /usr/lib/debbugs/service line 872
eval {...} called at /usr/lib/debbugs/service line 871

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
656380: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=656380
670044: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=670044
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.133761451832532.transcr...@bugs.debian.org



Processing of pkg-kde-tools_0.14.4_amd64.changes

2012-05-21 Thread Debian FTP Masters
pkg-kde-tools_0.14.4_amd64.changes uploaded successfully to localhost
along with the files:
  pkg-kde-tools_0.14.4.dsc
  pkg-kde-tools_0.14.4.tar.bz2
  pkg-kde-tools_0.14.4_all.deb
  libdlrestrictions1_0.14.4_amd64.deb
  libdlrestrictions-dev_0.14.4_amd64.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1swviu-0002lj...@franck.debian.org



pkg-kde-tools_0.14.4_amd64.changes ACCEPTED into unstable

2012-05-21 Thread Debian FTP Masters



Accepted:
libdlrestrictions-dev_0.14.4_amd64.deb
  to main/p/pkg-kde-tools/libdlrestrictions-dev_0.14.4_amd64.deb
libdlrestrictions1_0.14.4_amd64.deb
  to main/p/pkg-kde-tools/libdlrestrictions1_0.14.4_amd64.deb
pkg-kde-tools_0.14.4.dsc
  to main/p/pkg-kde-tools/pkg-kde-tools_0.14.4.dsc
pkg-kde-tools_0.14.4.tar.bz2
  to main/p/pkg-kde-tools/pkg-kde-tools_0.14.4.tar.bz2
pkg-kde-tools_0.14.4_all.deb
  to main/p/pkg-kde-tools/pkg-kde-tools_0.14.4_all.deb


Changes:
pkg-kde-tools (0.14.4) unstable; urgency=low
 .
  * Team upload.
 .
  [ Pino Toscano ]
  * pkgkde-symbolshelper: fix the size_t, ssize_t, int64_t, uint64_t,
qptrdiff, quintptr expansions on sparc64 and ppc64. (Closes: #656380)


Override entries for your package:
libdlrestrictions-dev_0.14.4_amd64.deb - extra libdevel
libdlrestrictions1_0.14.4_amd64.deb - extra libs
pkg-kde-tools_0.14.4.dsc - source devel
pkg-kde-tools_0.14.4_all.deb - extra devel

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 656380 


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1swwcg-0005pf...@franck.debian.org



Processed: tagging 673537

2012-05-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 673537 + pending
Bug #673537 [libqtcore4] libqtcore4: dependency/suggestion on libicu
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
673537: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=673537
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.1337631181588.transcr...@bugs.debian.org



Bug#618842: marked as done (python-kde4: assert error crash - conflicts with python-sip in some way?)

2012-05-21 Thread Debian Bug Tracking System
Your message dated Mon, 21 May 2012 16:38 -0400
with message-id 1908578.30QRL6IBBM@scott-latitude-e6320
and subject line Fixed in 4.4.5-5
has caused the Debian Bug report #618842,
regarding python-kde4: assert error crash - conflicts with python-sip in some 
way?
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
618842: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618842
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: python-kde4
Version: 4:4.4.5-4
Severity: normal
Tags: sid

hi,

plasma-desktop crashes with an assertion error when this package is installed, 
with the new
python-sip stuff:

from ~/.xsession-errors:

Connecting to deprecated signal 
QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
plasma-desktop: 
/build/buildd-sip4_4.12.1-1-i386-lquXBk/sip4-4.12.1/siplib/siplib.c:10831: 
sipEnumType_alloc: Assertion `(((currentType)-td_flags  0x0
007) == 0x0003)' failed.
KCrash: Application 'plasma-desktop' crashing...
kdeinit4: preparing to launch /usr/lib/kde4/libexec/drkonqi
plasma-desktop(9252): Communication problem with  plasma-desktop , it 
probably crashed. 
Error message was:  org.freedesktop.DBus.Error.ServiceUnknown :  The name 
org.kde.plasma-desktop was not provided by any .service files 

I just removed the package, and plasma-desktop starts up fine.

thanks,
simon

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (995, 'unstable'), (990, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.35.4-acahkos
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages python-kde4 depends on:
ii  kdebase-runtime 4:4.4.5-1runtime components from the offici
ii  kdepim-runtime  4:4.4.7-1Runtime components for akonadi-kde
ii  libakonadi-kde4 4:4.4.5-2library for using the Akonadi PIM 
ii  libakonadi-kmime4   4:4.4.5-2library for using the Akonadi PIM 
ii  libc6   2.11.2-11Embedded GNU C Library: Shared lib
ii  libkdecore5 4:4.4.5-3the KDE Platform Core Library
ii  libkdeui5   4:4.4.5-3the KDE Platform User Interface Li
ii  libkdnssd4  4:4.4.5-3the DNS-SD Protocol Library for th
ii  libkfile4   4:4.4.5-3the File Selection Dialog Library 
ii  libkhtml5   4:4.4.5-3the KHTML Web Content Rendering En
ii  libkio5 4:4.4.5-3the Network-enabled File Managemen
ii  libknewstuff2-4 4:4.4.5-3the Get Hot New Stuff v2 Library
ii  libknewstuff3-4 4:4.4.5-3the Get Hot New Stuff v3 Library
ii  libkparts4  4:4.4.5-3the Framework for the KDE Platform
ii  libkpty44:4.4.5-3the Pseudo Terminal Library for th
ii  libktexteditor4 4:4.4.5-3the KTextEditor interfaces for the
ii  libkutils4  4:4.4.5-3various utility classes for the KD
ii  libnepomuk4 4:4.4.5-3the Nepomuk Meta Data Library
ii  libnepomukquery4a   4:4.4.5-3the Nepomuk Query Library for the 
ii  libphonon4  4:4.6.0really4.4.4-3 the core library of the Phonon mul
ii  libplasma3  4:4.4.5-3the Plasma Library for the KDE Pla
ii  libpython2.62.6.6-8+b1   Shared Python runtime library (ver
ii  libqt4-network  4:4.7.2-1Qt 4 network module
ii  libqt4-svg  4:4.7.2-1Qt 4 SVG module
ii  libqt4-xml  4:4.7.2-1Qt 4 XML module
ii  libqtcore4  4:4.7.2-1Qt 4 core module
ii  libqtgui4   4:4.7.2-1Qt 4 GUI module
ii  libsolid4   4:4.4.5-3Solid Library for KDE Platform
ii  libsoprano4 2.6.0+dfsg.1-1   libraries for the Soprano RDF fram
ii  libstdc++6  4.5.2-6  The GNU Standard C++ Library v3
ii  phonon  4:4.6.0really4.4.4-3 metapackage for the Phonon multime
ii  python  2.6.6-3+squeeze5 interactive high-level object-orie
ii  python-qt4  4.8.3-2  Python bindings for Qt4
ii  python-sip [sip-api 4.12.1-1 Python/C++ bindings generator runt
ii  python-support  1.0.12   automated rebuilding support for P

python-kde4 recommends no packages.

Versions of packages python-kde4 suggests:
ii  python2.5 2.5.5-11   An interactive high-level object-o


---End Message---
---BeginMessage---
fixed 618842 4.4.5-5



Processed: fixed 618842 in 4.4.5-5

2012-05-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 fixed 618842 4.4.5-5
Bug #618842 {Done: Scott Kitterman deb...@kitterman.com} [python-kde4] 
python-kde4: assert error crash - conflicts with python-sip in some way?
There is no source info for the package 'python-kde4' at version '4.4.5-5' with 
architecture ''
Unable to make a source version for version '4.4.5-5'
Marked as fixed in versions 4.4.5-5.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
618842: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618842
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.133763300111945.transcr...@bugs.debian.org



Processed: fixed 618842 in 4:4.4.5-5

2012-05-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 fixed 618842 4:4.4.5-5
Bug #618842 {Done: Scott Kitterman deb...@kitterman.com} [python-kde4] 
python-kde4: assert error crash - conflicts with python-sip in some way?
Marked as fixed in versions kdebindings/4:4.4.5-5.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
618842: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618842
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.133763386717421.transcr...@bugs.debian.org



Bug#672674: add patch, planning to upload on May 24

2012-05-21 Thread Matthias Klose
tag 672674 + patch pending
thanks

planning to upload this on May 24, same for the other KDE 4.7 build failures.
diff -Nru kdegames-4.7.4/debian/changelog kdegames-4.7.4/debian/changelog
--- kdegames-4.7.4/debian/changelog 2012-03-06 20:30:43.0 +0100
+++ kdegames-4.7.4/debian/changelog 2012-05-22 01:21:07.0 +0200
@@ -1,3 +1,10 @@
+kdegames (4:4.7.4-2.1) unstable; urgency=low
+
+  * Non maintainer upload.
+  * Fix build failure with GCC 4.7. Closes: #672674.
+
+ -- Matthias Klose d...@debian.org  Mon, 21 May 2012 23:20:05 +0200
+
 kdegames (4:4.7.4-2) unstable; urgency=low
 
   * Team upload. Upload to unstable.
diff -Nru kdegames-4.7.4/debian/patches/ftbfs-gcc-4.7.diff 
kdegames-4.7.4/debian/patches/ftbfs-gcc-4.7.diff
--- kdegames-4.7.4/debian/patches/ftbfs-gcc-4.7.diff1970-01-01 
01:00:00.0 +0100
+++ kdegames-4.7.4/debian/patches/ftbfs-gcc-4.7.diff2012-05-22 
01:45:55.0 +0200
@@ -0,0 +1,24 @@
+Index: kdegames-4.7.4/kblocks/KBlocksPlayNetwork.cpp
+===
+--- kdegames-4.7.4.orig/kblocks/KBlocksPlayNetwork.cpp 2010-05-16 
10:06:07.0 +
 kdegames-4.7.4/kblocks/KBlocksPlayNetwork.cpp  2012-05-21 
23:19:56.951968277 +
+@@ -12,6 +12,7 @@
+ #ifdef Q_OS_WIN
+ #include windows.h
+ #endif
++#include unistd.h
+ 
+ KBlocksPlayNetwork::KBlocksPlayNetwork(int capacity, const string serverIP, 
int localPort)
+ {
+Index: kdegames-4.7.4/kpat/patsolve/memory.h
+===
+--- kdegames-4.7.4.orig/kpat/patsolve/memory.h 2011-05-20 20:13:20.0 
+
 kdegames-4.7.4/kpat/patsolve/memory.h  2012-05-21 23:45:44.076007099 
+
+@@ -20,6 +20,7 @@
+ #define MEMORY_H
+ 
+ #include sys/types.h
++#include stdlib.h
+ 
+ struct TREE;
+ 
diff -Nru kdegames-4.7.4/debian/patches/series 
kdegames-4.7.4/debian/patches/series
--- kdegames-4.7.4/debian/patches/series1970-01-01 01:00:00.0 
+0100
+++ kdegames-4.7.4/debian/patches/series2012-05-22 01:14:41.0 
+0200
@@ -0,0 +1 @@
+ftbfs-gcc-4.7.diff


Processed: add patch, planning to upload on May 24

2012-05-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tag 672674 + patch pending
Bug #672674 [kdegames] kdegames: FTBFS in sid: usleep' was not declared in this 
scope
Added tag(s) pending and patch.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
672674: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=672674
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.133764524713745.transcr...@bugs.debian.org



Re: Special window/application settings don't work anymore since Qt 4.8.1

2012-05-21 Thread Frank Mehnert
Hi Boris and Mirosław,

On Monday 14 May 2012 19:05:35 Mirosław Zalewski wrote:
 Hi Frank
 
 I can only say that I have encountered that, too.
 I know that we are in the middle of KDE rebuild/transaction (and newer
 python- qt4 causes plasma desktop to segfault), so it may be matter of
 waiting until all packages are rebuilt and uploaded.
 
 Although I am no Debian Developer, I can only suggest to wait some time -
 if problem won't magically disappear in next few days, then it might be
 good idea to file a bug report - against kwin, perhaps (as kwin is
 responsible for visibility of window decorations).

thank you for your confirmation and sorry for posting this question
twice -- for some reason I couldn't see my first E-mail appearing on
the list so I posted it a second time.

Thanks again,

Frank
-- 
Dr.-Ing. Frank Mehnert---http://os.inf.tu-dresden.de/~fm3


signature.asc
Description: This is a digitally signed message part.


Re: KDE Plasma Workspaces 4.8.3 available in qt-kde.debian.net

2012-05-21 Thread Martin Steigerwald
Am Sonntag, 20. Mai 2012 schrieb Michael Schuerig:
 In the settings for Desktop Search I noticed a new checkbox Enable 
 Email Indexer. Does this work separately from the File Indexer? IOW,

Yes.

 am  I supposed to exclude the folders where KMail keeps its data from
 file indexing?

Yes and no.

It does work separately, but I think it requires KDEPIM 2 (aka of KDE SC 
4.6 or higher) to be usable.

As far as I read it still doesn´t work in all cases upto KDE SC 4.8.3. 
Some fixes are done for KDE SC 4.9. That said I never tested it myself. 
That is just what I gathered from reading kdepim and kdepim-users mailing 
list.

I already excluded my mail directory anyway, cause until when I need to 
search for me I use what the KMail 1 as of KDE SC 4.4.11 currently 
included in Debian has to offer.

So I think the real question is: Do you currently use desktop search to 
find mail as files on harddisk? If not, I would exclude the mail directory. 
If you use it however for something you do not like the current search 
function in KMail 1 that has to scan the indexes and possibly mails during 
search, I recommend to keep the mail directory included until you got 
KDEPIM 2 packages and the search stuff in KMail 2 works to your 
satisfaction. Then I would keep the mail indexer disabled until you 
installed the first KDEPIM 2 version.

Thats at least from what I understood so far.

-- 
Martin 'Helios' Steigerwald - http://www.Lichtvoll.de
GPG: 03B0 0D6C 0040 0710 4AFA  B82F 991B EAAC A599 84C7


--
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201205212312.07249.mar...@lichtvoll.de



Re: KDE Plasma Workspaces 4.8.3 available in qt-kde.debian.net

2012-05-21 Thread Martin Steigerwald
Am Montag, 21. Mai 2012 schrieb Martin Steigerwald:
 So I think the real question is: Do you currently use desktop search
 to  find mail as files on harddisk? If not, I would exclude the mail
 directory. If you use it however for something you do not like the
 current search function in KMail 1 that has to scan the indexes and
 possibly mails during search, I recommend to keep the mail directory
 included until you got KDEPIM 2 packages and the search stuff in KMail
 2 works to your satisfaction. Then I would keep the mail indexer
 disabled until you installed the first KDEPIM 2 version.

Hmmm, I am not sure whether the mail indexer is actually doing anything as 
long as KMail/KDEPIM 1 is installed and in use. So it might not be 
beneficial or needed to disable it. Maybe someone here knows more.

-- 
Martin 'Helios' Steigerwald - http://www.Lichtvoll.de
GPG: 03B0 0D6C 0040 0710 4AFA  B82F 991B EAAC A599 84C7


-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201205212314.17200.mar...@lichtvoll.de



Re: KDE Plasma Workspaces 4.8.3 available in qt-kde.debian.net

2012-05-21 Thread Michael Schuerig
On Monday 21 May 2012, Martin Steigerwald wrote:
[...]
 Thats at least from what I understood so far.

A lot more than I did, at any rate. Thanks for the summary.

Michael

-- 
Michael Schuerig
mailto:mich...@schuerig.de
http://www.schuerig.de/michael/


-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201205212328.50357.michael.li...@schuerig.de