Re: Processed: Re: HAL needed by Konqueror in kde-desktop

2006-08-26 Thread Christian Perrier
Quoting Debian Bug Tracking System ([EMAIL PROTECTED]):
 Processing commands for [EMAIL PROTECTED]:
 
  reassign 384663 konqueror
 Bug#384663: HAL needed by Konqueror in kde-desktop
 Bug reassigned from package `tasksel' to `konqueror'.


I wholeheartedly support this.

I took me ages before I understood that I needed to aptitude install
hal in order to have automatic recognition of my inserted USB keys
by my KDE environment.

Such feature is naturally expected by ordinary users. Who would
expect to be forced to do some magic incantation to access a USB key,
memory card, CD, whatever ?





signature.asc
Description: Digital signature


Bug#382162: kdm: No login possible for users with OpenAFS home directory version 2.6.16

2006-08-26 Thread Holger Mense
Hello,

this bug vanished since running Linux Kernel 2.6.17.10. However this is still 
a very strange behaviour.

Holger Mense

-- 
Holger Mense
Rechnerbetrieb Mathematik  Tel.: 0 52 51 / 60 34 94
Universität Paderborn  http://www.math.uni-paderborn.de


signature.asc
Description: Digital signature


icecream/debian

2006-08-26 Thread André Wöbbeking
SVN commit 577329 by woebbe:

Added more build dependencies (patch by Eddy Petrişor).

CCMAIL:[EMAIL PROTECTED]

 M  +8 -0  changelog  
 M  +6 -2  control  
 M  +12 -2 rules  


--- trunk/icecream/debian/changelog #577328:577329
@@ -1,3 +1,11 @@
+icecc (0.7.6-2) UNRELEASED; urgency=low
+
+  * add missing dependencies: docbook2x, sharutils
+  * added dependency on kdelibs-data because it contains kdex.dtd
+  * fixed location from which the package expects to get manpages' sources
+
+ -- Eddy Petrişor [EMAIL PROTECTED]  Wed, 19 Jul 2006 17:35:28 +0300
+
 icecc (0.7.6-1) unstable; urgency=low
 
   * New upstream version.
--- trunk/icecream/debian/control #577328:577329
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Andre Woebbeking [EMAIL PROTECTED]
 Uploaders:
-Build-Depends: automake1.9, debhelper ( 5.0.0), libtool
-Standards-Version: 3.6.1.0
+Build-Depends: automake1.9, debhelper ( 5.0.0), libtool, docbook2x, 
sharutils, kdelibs-data
+Standards-Version: 3.7.2
 
 Package: icecc
 Architecture: any
@@ -20,6 +20,8 @@
  the same libraries or header files installed.
  .
  This package is part of the KDE Software Development Kit.
+ .
+  Homepage: http://en.opensuse.org/Icecream
 
 Package: libicecc-dev
 Architecture: any
@@ -34,3 +36,5 @@
  the same libraries or header files installed.
  .
  This package provides files which are necessary to build icecc-monitor.
+ .
+  Homepage: http://en.opensuse.org/Icecream
--- trunk/icecream/debian/rules #577328:577329
@@ -54,6 +54,12 @@
cd $(objdir)  \
 ../configure $(configkde)
 
+   # add the dtd
+   cp /usr/share/apps/ksgmltools2/customization/dtd/kdex.dtd doc/
+
+   # prepare terain for documantation building
+   mkdir -p debian/man/
+
touch configure-stamp
 
 #Architecture
@@ -67,8 +73,8 @@
$(MAKE)
 
# generate manpages
-   for i in debian/man/*.docbook; do \
-   docbook2x-man $$i; \
+   for i in doc/*.docbook; do \
+   (cd debian/man  docbook2x-man ../../$$i); \
done
 
touch build-arch-stamp
@@ -106,6 +112,10 @@
# Remove build tree
rm -rf $(objdir)
 
+   # Remove documentation build place and build cruft
+   rm -fr debian/man
+   rm -fr doc/kdex.dtd
+
# if Makefile exists run distclean
if test -f Makefile; then \
$(MAKE) distclean; \


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



icecream/debian

2006-08-26 Thread André Wöbbeking
SVN commit 577332 by woebbe:

new release

 M  +7 -0  changelog  


--- trunk/icecream/debian/changelog #577331:577332
@@ -1,3 +1,10 @@
+icecc (0.7.7-1) UNRELEASED; urgency=low
+
+  * New upstream version.
+  * Added NEWS, README and TODO to the package.
+
+ -- Andre Woebbeking [EMAIL PROTECTED]  Sat, 26 Aug 2006 11:59:51 +0200
+
 icecc (0.7.6-2) UNRELEASED; urgency=low
 
   * add missing dependencies: docbook2x, sharutils


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



icecream/debian

2006-08-26 Thread André Wöbbeking
SVN commit 577333 by woebbe:

for the interested people

 A icecc.docs  



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#383893: kxkb: multi-user problem with files in /tmp

2006-08-26 Thread Bernd Schubert
The attached patch was accepted upstream. Please apply it, if etch will be 
shipped with the current kde version. 

Thanks,
Bernd
diff -ru kdebase-3.5.4/kxkb/extension.cpp kdebase-3.5.4.new/kxkb/extension.cpp
--- kdebase-3.5.4/kxkb/extension.cpp	2006-03-17 11:17:41.0 +0100
+++ kdebase-3.5.4.new/kxkb/extension.cpp	2006-08-26 14:46:07.0 +0200
@@ -40,8 +40,9 @@
 		d = qt_xdisplay();
 	m_dpy = d;
 	
-	QStringList dirs = KGlobal::dirs()-findDirs ( tmp,  );
-	m_tempDir = dirs.count() == 0 ? /tmp/ : dirs[0];
+	// QStringList dirs = KGlobal::dirs()-findDirs ( tmp,  );
+	// m_tempDir = dirs.count() == 0 ? /tmp/ : dirs[0];
+	m_tempDir = locateLocal(tmp, );
 }
 
 bool XKBExtension::init()


Bug#381232: firefox: No font anti-aliasing (anymore)

2006-08-26 Thread Christopher Martin
Hello,

On Sunday 13 August 2006 22:34, Branden Robinson wrote:
 Would it make sense for kdebase to assume anti-aliasing is on in the
 absence of an XftAntialias parameter setting in kdeglobals?

Yes, it would - thanks for the analysis. Changing that assumption 
appears to resolve the issue, as I understand it.

I've committed the fix (and some others - antialiasing being on/off 
wasn't the only issue I found with KDE's font defaults) so the next 
kdebase upload should resolve matters.

Cheers,
Christopher Martin


pgpryqkdR1g6r.pgp
Description: PGP signature


Bug#384106: crashes whole system

2006-08-26 Thread Christopher Martin
On Monday 21 August 2006 17:40, Bastian Venthur wrote:
 Package: kopete
 Version: 4:3.5.4-2
 Severity: critical

 The latest version of kopete regulary hangs the whole system.

 I don't know how to reproduce this bug, but it appears randomly every
 few days.

 If it happens, kde hangs completely, leaving the user unable to
 switch to a different terminal or even to restart X. The mouse is not
 reacting anymore and the system does not respond on any keystrokes.

 Sometimes it is possible to ssh into the box from another box and
 kill kopete which instantly resurrects the system. But if you wait
 too long, the box does not even answer to ping requests and you have
 to restart the hard way.

After running Kopete for a while, does it consume a more than reasonable 
amount of memory? When it finally goes berserk, does it eat CPU cycles, 
suddenly eat memory, etc.?

Also, are you always using a certain protocol when the problem happens, 
any fancy plugins, etc.?

Thanks,
Christopher Martin


pgp3xJXjsRQz2.pgp
Description: PGP signature


Bug#384325: libqt3-mt: Floating point exception in QPaintDevice::~QPaintDevice

2006-08-26 Thread Christopher Martin
On Wednesday 23 August 2006 10:11, Jean Parpaillon wrote:
 Package: libqt3-mt
 Version: 3:3.3.6-3
 Severity: grave
 Justification: renders package unusable

 All apps using libqt3-mt end on a flaoting point exception. After
 compiling with debug an tracing amarok, it seems to fail in
 QPaintDevice::~QPaintDevice:

 Program received signal SIGFPE, Arithmetic exception.
 [Switching to Thread -1476536640 (LWP 8061)]
 0x4129318d in QPaintDevice::~QPaintDevice () from
 /usr/lib/libqt-mt.so.3

Strange that such a problem would only be reported by one person. You 
mention amarok, but also that all apps are afflicted. When you say all 
Qt apps end on a SIGFPE, do you mean that instead of quitting 
properly they blow up? Or that they just don't run? I don't suppose 
that you could attach a full backtrace?

Does downgrading to libqt3-mt 3.3.6-2 from testing/etch make any 
difference? I'd appreciate more information; otherwise, there isn't 
much I can do.

Cheers,
Christopher Martin


pgplJcXCxmPdm.pgp
Description: PGP signature


kdeaccessibility 4:3.5.4-1 MIGRATED to testing

2006-08-26 Thread Debian testing watch
FYI: The status of the kdeaccessibility source package
in Debian's testing distribution has changed.

  Previous version: 4:3.5.3-1
  Current version:  4:3.5.4-1

-- 
This email is automatically generated; [EMAIL PROTECTED] is responsible.
See http://people.debian.org/~henning/trille/ for more information.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



kdeedu 4:3.5.4-1 MIGRATED to testing

2006-08-26 Thread Debian testing watch
FYI: The status of the kdeedu source package
in Debian's testing distribution has changed.

  Previous version: 4:3.5.2-1
  Current version:  4:3.5.4-1

-- 
This email is automatically generated; [EMAIL PROTECTED] is responsible.
See http://people.debian.org/~henning/trille/ for more information.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processing of kdepim_3.5.4-1_i386.changes

2006-08-26 Thread Archive Administrator
kdepim_3.5.4-1_i386.changes uploaded successfully to localhost
along with the files:
  kdepim_3.5.4-1.dsc
  kdepim_3.5.4.orig.tar.gz
  kdepim_3.5.4-1.diff.gz
  kdepim_3.5.4-1_all.deb
  kdepim-doc_3.5.4-1_all.deb
  kdepim-doc-html_3.5.4-1_all.deb
  kdepim-dbg_3.5.4-1_i386.deb
  kdepim-dev_3.5.4-1_i386.deb
  akregator_3.5.4-1_i386.deb
  kaddressbook_3.5.4-1_i386.deb
  kalarm_3.5.4-1_i386.deb
  kandy_3.5.4-1_i386.deb
  karm_3.5.4-1_i386.deb
  kdepim-kfile-plugins_3.5.4-1_i386.deb
  kdepim-kio-plugins_3.5.4-1_i386.deb
  kdepim-kresources_3.5.4-1_i386.deb
  kdepim-wizards_3.5.4-1_i386.deb
  kitchensync_3.5.4-1_i386.deb
  kleopatra_3.5.4-1_i386.deb
  kmail_3.5.4-1_i386.deb
  kmailcvt_3.5.4-1_i386.deb
  knode_3.5.4-1_i386.deb
  knotes_3.5.4-1_i386.deb
  kode_3.5.4-1_i386.deb
  konsolekalendar_3.5.4-1_i386.deb
  kontact_3.5.4-1_i386.deb
  korganizer_3.5.4-1_i386.deb
  korn_3.5.4-1_i386.deb
  kpilot_3.5.4-1_i386.deb
  ksync_3.5.4-1_i386.deb
  ktnef_3.5.4-1_i386.deb
  networkstatus_3.5.4-1_i386.deb
  libindex0_3.5.4-1_i386.deb
  libindex0-dev_3.5.4-1_i386.deb
  libkcal2b_3.5.4-1_i386.deb
  libkcal2-dev_3.5.4-1_i386.deb
  libkdepim1a_3.5.4-1_i386.deb
  libkdepim1-dev_3.5.4-1_i386.deb
  libkgantt0_3.5.4-1_i386.deb
  libkgantt0-dev_3.5.4-1_i386.deb
  libkleopatra1_3.5.4-1_i386.deb
  libkleopatra1-dev_3.5.4-1_i386.deb
  libkmime2_3.5.4-1_i386.deb
  libkpimexchange1_3.5.4-1_i386.deb
  libkpimexchange1-dev_3.5.4-1_i386.deb
  libkpimidentities1_3.5.4-1_i386.deb
  libksieve0_3.5.4-1_i386.deb
  libksieve0-dev_3.5.4-1_i386.deb
  libktnef1_3.5.4-1_i386.deb
  libktnef1-dev_3.5.4-1_i386.deb
  libmimelib1c2a_3.5.4-1_i386.deb
  libmimelib1-dev_3.5.4-1_i386.deb

Greetings,

Your Debian queue daemon


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



kdepim_3.5.4-1_i386.changes ACCEPTED

2006-08-26 Thread Debian Installer

Accepted:
akregator_3.5.4-1_i386.deb
  to pool/main/k/kdepim/akregator_3.5.4-1_i386.deb
kaddressbook_3.5.4-1_i386.deb
  to pool/main/k/kdepim/kaddressbook_3.5.4-1_i386.deb
kalarm_3.5.4-1_i386.deb
  to pool/main/k/kdepim/kalarm_3.5.4-1_i386.deb
kandy_3.5.4-1_i386.deb
  to pool/main/k/kdepim/kandy_3.5.4-1_i386.deb
karm_3.5.4-1_i386.deb
  to pool/main/k/kdepim/karm_3.5.4-1_i386.deb
kdepim-dbg_3.5.4-1_i386.deb
  to pool/main/k/kdepim/kdepim-dbg_3.5.4-1_i386.deb
kdepim-dev_3.5.4-1_i386.deb
  to pool/main/k/kdepim/kdepim-dev_3.5.4-1_i386.deb
kdepim-doc-html_3.5.4-1_all.deb
  to pool/main/k/kdepim/kdepim-doc-html_3.5.4-1_all.deb
kdepim-doc_3.5.4-1_all.deb
  to pool/main/k/kdepim/kdepim-doc_3.5.4-1_all.deb
kdepim-kfile-plugins_3.5.4-1_i386.deb
  to pool/main/k/kdepim/kdepim-kfile-plugins_3.5.4-1_i386.deb
kdepim-kio-plugins_3.5.4-1_i386.deb
  to pool/main/k/kdepim/kdepim-kio-plugins_3.5.4-1_i386.deb
kdepim-kresources_3.5.4-1_i386.deb
  to pool/main/k/kdepim/kdepim-kresources_3.5.4-1_i386.deb
kdepim-wizards_3.5.4-1_i386.deb
  to pool/main/k/kdepim/kdepim-wizards_3.5.4-1_i386.deb
kdepim_3.5.4-1.diff.gz
  to pool/main/k/kdepim/kdepim_3.5.4-1.diff.gz
kdepim_3.5.4-1.dsc
  to pool/main/k/kdepim/kdepim_3.5.4-1.dsc
kdepim_3.5.4-1_all.deb
  to pool/main/k/kdepim/kdepim_3.5.4-1_all.deb
kdepim_3.5.4.orig.tar.gz
  to pool/main/k/kdepim/kdepim_3.5.4.orig.tar.gz
kitchensync_3.5.4-1_i386.deb
  to pool/main/k/kdepim/kitchensync_3.5.4-1_i386.deb
kleopatra_3.5.4-1_i386.deb
  to pool/main/k/kdepim/kleopatra_3.5.4-1_i386.deb
kmail_3.5.4-1_i386.deb
  to pool/main/k/kdepim/kmail_3.5.4-1_i386.deb
kmailcvt_3.5.4-1_i386.deb
  to pool/main/k/kdepim/kmailcvt_3.5.4-1_i386.deb
knode_3.5.4-1_i386.deb
  to pool/main/k/kdepim/knode_3.5.4-1_i386.deb
knotes_3.5.4-1_i386.deb
  to pool/main/k/kdepim/knotes_3.5.4-1_i386.deb
kode_3.5.4-1_i386.deb
  to pool/main/k/kdepim/kode_3.5.4-1_i386.deb
konsolekalendar_3.5.4-1_i386.deb
  to pool/main/k/kdepim/konsolekalendar_3.5.4-1_i386.deb
kontact_3.5.4-1_i386.deb
  to pool/main/k/kdepim/kontact_3.5.4-1_i386.deb
korganizer_3.5.4-1_i386.deb
  to pool/main/k/kdepim/korganizer_3.5.4-1_i386.deb
korn_3.5.4-1_i386.deb
  to pool/main/k/kdepim/korn_3.5.4-1_i386.deb
kpilot_3.5.4-1_i386.deb
  to pool/main/k/kdepim/kpilot_3.5.4-1_i386.deb
ksync_3.5.4-1_i386.deb
  to pool/main/k/kdepim/ksync_3.5.4-1_i386.deb
ktnef_3.5.4-1_i386.deb
  to pool/main/k/kdepim/ktnef_3.5.4-1_i386.deb
libindex0-dev_3.5.4-1_i386.deb
  to pool/main/k/kdepim/libindex0-dev_3.5.4-1_i386.deb
libindex0_3.5.4-1_i386.deb
  to pool/main/k/kdepim/libindex0_3.5.4-1_i386.deb
libkcal2-dev_3.5.4-1_i386.deb
  to pool/main/k/kdepim/libkcal2-dev_3.5.4-1_i386.deb
libkcal2b_3.5.4-1_i386.deb
  to pool/main/k/kdepim/libkcal2b_3.5.4-1_i386.deb
libkdepim1-dev_3.5.4-1_i386.deb
  to pool/main/k/kdepim/libkdepim1-dev_3.5.4-1_i386.deb
libkdepim1a_3.5.4-1_i386.deb
  to pool/main/k/kdepim/libkdepim1a_3.5.4-1_i386.deb
libkgantt0-dev_3.5.4-1_i386.deb
  to pool/main/k/kdepim/libkgantt0-dev_3.5.4-1_i386.deb
libkgantt0_3.5.4-1_i386.deb
  to pool/main/k/kdepim/libkgantt0_3.5.4-1_i386.deb
libkleopatra1-dev_3.5.4-1_i386.deb
  to pool/main/k/kdepim/libkleopatra1-dev_3.5.4-1_i386.deb
libkleopatra1_3.5.4-1_i386.deb
  to pool/main/k/kdepim/libkleopatra1_3.5.4-1_i386.deb
libkmime2_3.5.4-1_i386.deb
  to pool/main/k/kdepim/libkmime2_3.5.4-1_i386.deb
libkpimexchange1-dev_3.5.4-1_i386.deb
  to pool/main/k/kdepim/libkpimexchange1-dev_3.5.4-1_i386.deb
libkpimexchange1_3.5.4-1_i386.deb
  to pool/main/k/kdepim/libkpimexchange1_3.5.4-1_i386.deb
libkpimidentities1_3.5.4-1_i386.deb
  to pool/main/k/kdepim/libkpimidentities1_3.5.4-1_i386.deb
libksieve0-dev_3.5.4-1_i386.deb
  to pool/main/k/kdepim/libksieve0-dev_3.5.4-1_i386.deb
libksieve0_3.5.4-1_i386.deb
  to pool/main/k/kdepim/libksieve0_3.5.4-1_i386.deb
libktnef1-dev_3.5.4-1_i386.deb
  to pool/main/k/kdepim/libktnef1-dev_3.5.4-1_i386.deb
libktnef1_3.5.4-1_i386.deb
  to pool/main/k/kdepim/libktnef1_3.5.4-1_i386.deb
libmimelib1-dev_3.5.4-1_i386.deb
  to pool/main/k/kdepim/libmimelib1-dev_3.5.4-1_i386.deb
libmimelib1c2a_3.5.4-1_i386.deb
  to pool/main/k/kdepim/libmimelib1c2a_3.5.4-1_i386.deb
networkstatus_3.5.4-1_i386.deb
  to pool/main/k/kdepim/networkstatus_3.5.4-1_i386.deb


Override entries for your package:
akregator_3.5.4-1_i386.deb - optional web
kaddressbook_3.5.4-1_i386.deb - optional utils
kalarm_3.5.4-1_i386.deb - optional kde
kandy_3.5.4-1_i386.deb - optional utils
karm_3.5.4-1_i386.deb - optional utils
kdepim-dbg_3.5.4-1_i386.deb - extra libdevel
kdepim-dev_3.5.4-1_i386.deb - optional devel
kdepim-doc-html_3.5.4-1_all.deb - optional doc
kdepim-doc_3.5.4-1_all.deb - optional doc
kdepim-kfile-plugins_3.5.4-1_i386.deb - optional kde
kdepim-kio-plugins_3.5.4-1_i386.deb - optional kde
kdepim-kresources_3.5.4-1_i386.deb - optional kde
kdepim-wizards_3.5.4-1_i386.deb - optional kde
kdepim_3.5.4-1.dsc - source kde
kdepim_3.5.4-1_all.deb - optional kde
kitchensync_3.5.4-1_i386.deb - optional kde
kleopatra_3.5.4-1_i386.deb - optional net

Fixed in NMU of kdepim 4:3.5.4-1

2006-08-26 Thread Christopher Martin
tag 316373 + fixed
tag 327821 + fixed
tag 337527 + fixed
tag 342452 + fixed
tag 354185 + fixed
tag 364138 + fixed
tag 383360 + fixed

quit

This message was generated automatically in response to a
non-maintainer upload.  The .changes file follows.

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 26 Aug 2006 13:08:00 -0400
Source: kdepim
Binary: kdepim-dev libindex0 libkmime2 ksync kalarm kontact knotes 
kdepim-kio-plugins libkleopatra1 libkgantt0 kdepim-doc-html kdepim-wizards 
kitchensync kdepim-kfile-plugins kdepim-kresources kleopatra libkcal2b kdepim 
libktnef1 kandy karm libkcal2-dev libkleopatra1-dev libmimelib1-dev kdepim-dbg 
kode ktnef networkstatus knode libkpimexchange1 akregator kmail libksieve0-dev 
kaddressbook libindex0-dev libkgantt0-dev libksieve0 kpilot libktnef1-dev 
kdepim-doc libkpimexchange1-dev kmailcvt libkdepim1a libkdepim1-dev korn 
libkpimidentities1 konsolekalendar libmimelib1c2a korganizer
Architecture: source all i386
Version: 4:3.5.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-kde@lists.debian.org
Changed-By: Christopher Martin [EMAIL PROTECTED]
Description: 
 akregator  - RSS feed aggregator for KDE
 kaddressbook - KDE NG addressbook application
 kalarm - KDE alarm message, command and email scheduler
 kandy  - KDE mobile phone utility
 karm   - KDE time tracker tool
 kdepim - Personal Information Management apps from the official KDE releas
 kdepim-dbg - debugging symbols for kdepim
 kdepim-dev - KDE Personal Information Management [development]
 kdepim-doc - KDE Personal Information Management library documentation
 kdepim-doc-html - KDE PIM documentation in HTML format
 kdepim-kfile-plugins - KDE File dialog plugins for palm and vcf files
 kdepim-kio-plugins - KDE pim I/O Slaves
 kdepim-kresources - KDE pim resource plugins
 kdepim-wizards - KDE server configuration wizards
 kitchensync - Synchronization framework
 kleopatra  - KDE Certificate Manager
 kmail  - KDE Email client
 kmailcvt   - KDE KMail mail folder converter
 knode  - KDE news reader
 knotes - KDE sticky notes
 kode   - Helper library for programmatic generation of C++ code
 konsolekalendar - KDE konsole personal organizer
 kontact- KDE pim application
 korganizer - KDE personal organizer
 korn   - KDE mail checker
 kpilot - KDE Palm Pilot hot-sync tool
 ksync  - KDE Sync
 ktnef  - KDE TNEF viewer
 libindex0  - KDE indexing library
 libindex0-dev - KDE indexing library [development]
 libkcal2-dev - KDE calendaring library [development]
 libkcal2b  - KDE calendaring library
 libkdepim1-dev - KDE PIM library [development]
 libkdepim1a - KDE PIM library
 libkgantt0 - KDE gantt charting library
 libkgantt0-dev - KDE gantt charting library [development]
 libkleopatra1 - KDE GnuPG interface libraries
 libkleopatra1-dev - KDE GnuPG interface libraries [development]
 libkmime2  - KDE MIME interface library
 libkpimexchange1 - KDE PIM Exchange library
 libkpimexchange1-dev - KDE PIM Exchange library [development]
 libkpimidentities1 - KDE PIM user identity information library
 libksieve0 - KDE mail/news message filtering library
 libksieve0-dev - KDE mail/news message filtering library [development]
 libktnef1  - Library for handling KTNEF email attachments
 libktnef1-dev - KTNEF handler library [development]
 libmimelib1-dev - KDE mime library [development]
 libmimelib1c2a - KDE mime library
 networkstatus - KDE network status monitor
Closes: 316373 327821 337527 342452 354185 364138 383360
Changes: 
 kdepim (4:3.5.4-1) unstable; urgency=low
 .
   * New upstream release.
 .
+++ Changes by Fathi Boudra:
 .
   * Branch pull to revision 577416, minus the akregator feeddetector
 changes which don't build.
 .
   * Added kdepim extra debug information from KDE bug #104956. Users of
 d-imap will have to put up with extra dialogs, but this is hopefully
 only until the d-imap data loss issues are worked out (some work on
 that problem is in this upload, but it hasn't been confirmed to fix
 the problem).
 .
   * Removed autotools-dev from the Build-Depends; automake1.9 depends on it.
 .
+++ Changes by Christopher Martin:
 .
   * Packaging sync with the rest of the team KDE packages. Update
 package descriptions, sync debian-qt-kde.mk and other CDBS
 stuff (should help building on slow architectures). Also fixes a
 package description typo. (Closes: #364138)
 .
   * Remove patch that disabled --enable-final for kmail, now that we disable
 it globally on m68k and arm. We'll see if the other architectures can
 truly cope.
 .
   * Change dependencies on kdepim-kio-plugins or kdebase-kio-plugins to
 dependencies on both; simple, and should prevent user error.
 (Closes: #327821)
 .
   * Make kaddressbook suggest kdebase-kio-plugins for LDAP support.
 (Closes: #337527)
 .
   * Add Spanish debconf translation. (Closes: #383360)
 .
   * Move 

next libgadu upload

2006-08-26 Thread Marcin Owsiany
Hi,

[ Gaim guys: I can see that only the experimental version depends on ]
[ libgadu, so this is only FYI.  ]

I would like to upload ekg-1.6+20060826+1.7rc2-1 soon (and 1.7-release
before etch is frozen if ekg-team can make it), so I would like to make
sure I won't break anything for libgadu's reverse-dependancies.

Although there are no significant library changes, it's
GG_LIBGADU_VERSION string (in .h file and returned by
gg_libgadu_version()) is going to change because of bug #310276 in the
following way:

-#define GG_LIBGADU_VERSION 20060616
+#define GG_LIBGADU_VERSION 1.6.20060826

when I do the RC upload, and probably to something like 1.7.MMDD
on the -release upload.

I know that kopete had a workaround for a change in opposite direction
in its library detection code, but I'd like to make sure I won't break
anything this time.

Also (this is probably a question to the release managers) do I need to
wait for anything else before I upload?

FWIW, #310276 may be fixed in etch+1, since upstream is finally going to
split libgadu out of ekg and go for a better versioning scheme (no
datestamps anymore).

Another thing: I'd like to make use of the new '~' support, but I've
read (in DWN I think) that buildds don't support it yet. Is it going to
be fully supported anytime soon?

regards,

Marcin
-- 
Marcin Owsiany [EMAIL PROTECTED] http://marcin.owsiany.pl/
GnuPG: 1024D/60F41216  FE67 DA2D 0ACA FC5E 3F75  D6F6 3A0D 8AA0 60F4 1216


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: Fixed in NMU of kdepim 4:3.5.4-1

2006-08-26 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 316373 + fixed
Bug#316373: ktnef: Please install mime file
There were no tags set.
Tags added: fixed

 tag 327821 + fixed
Bug#327821: korn should depend on kdepim-kio-plugins
There were no tags set.
Tags added: fixed

 tag 337527 + fixed
Bug#337527: kaddressbook lacks a dependency
There were no tags set.
Tags added: fixed

 tag 342452 + fixed
Bug#342452: libemailfunctions/idmapper.h should be in libkcal2-dev instead of   
   kdepim-dev
Tags were: patch
Tags added: fixed

 tag 354185 + fixed
Bug#354185: kmail: bug in /usr/bin/kmail_clamav.sh script
Tags were: patch
Tags added: fixed

 tag 364138 + fixed
Bug#364138: Spelling mistake in package description
There were no tags set.
Tags added: fixed

 tag 383360 + fixed
Bug#383360: kdepim: spanish debconf template translation
There were no tags set.
Tags added: fixed

 quit
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: severity of 384325 is important, tagging 384325

2006-08-26 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.20
 severity 384325 important
Bug#384325: libqt3-mt: Floating point exception in QPaintDevice::~QPaintDevice
Severity set to `important' from `grave'

 tags 384325 moreinfo unreproducible
Bug#384325: libqt3-mt: Floating point exception in QPaintDevice::~QPaintDevice
There were no tags set.
Tags added: moreinfo, unreproducible


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



kdegames override disparity

2006-08-26 Thread Debian Installer
There are disparities between your recently accepted upload and the
override file for the following file(s):

kdegames-dbg_3.5.4-2_i386.deb: package says section is libdevel, override says 
kde.

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 reply to this mail and explain why.

[NB: this is an automatically generated mail; if you replied to one
like it before and have not received a response yet, please ignore
this mail.  Your reply 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 [EMAIL PROTECTED])


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



kdegames_3.5.4-2_i386.changes ACCEPTED

2006-08-26 Thread Debian Installer

Accepted:
atlantik-dev_3.5.4-2_i386.deb
  to pool/main/k/kdegames/atlantik-dev_3.5.4-2_i386.deb
atlantik_3.5.4-2_i386.deb
  to pool/main/k/kdegames/atlantik_3.5.4-2_i386.deb
kasteroids_3.5.4-2_i386.deb
  to pool/main/k/kdegames/kasteroids_3.5.4-2_i386.deb
katomic_3.5.4-2_i386.deb
  to pool/main/k/kdegames/katomic_3.5.4-2_i386.deb
kbackgammon_3.5.4-2_i386.deb
  to pool/main/k/kdegames/kbackgammon_3.5.4-2_i386.deb
kbattleship_3.5.4-2_i386.deb
  to pool/main/k/kdegames/kbattleship_3.5.4-2_i386.deb
kblackbox_3.5.4-2_i386.deb
  to pool/main/k/kdegames/kblackbox_3.5.4-2_i386.deb
kbounce_3.5.4-2_i386.deb
  to pool/main/k/kdegames/kbounce_3.5.4-2_i386.deb
kdegames-card-data_3.5.4-2_all.deb
  to pool/main/k/kdegames/kdegames-card-data_3.5.4-2_all.deb
kdegames-dbg_3.5.4-2_i386.deb
  to pool/main/k/kdegames/kdegames-dbg_3.5.4-2_i386.deb
kdegames-doc-html_3.5.4-2_all.deb
  to pool/main/k/kdegames/kdegames-doc-html_3.5.4-2_all.deb
kdegames_3.5.4-2.diff.gz
  to pool/main/k/kdegames/kdegames_3.5.4-2.diff.gz
kdegames_3.5.4-2.dsc
  to pool/main/k/kdegames/kdegames_3.5.4-2.dsc
kdegames_3.5.4-2_all.deb
  to pool/main/k/kdegames/kdegames_3.5.4-2_all.deb
kenolaba_3.5.4-2_i386.deb
  to pool/main/k/kdegames/kenolaba_3.5.4-2_i386.deb
kfouleggs_3.5.4-2_i386.deb
  to pool/main/k/kdegames/kfouleggs_3.5.4-2_i386.deb
kgoldrunner_3.5.4-2_i386.deb
  to pool/main/k/kdegames/kgoldrunner_3.5.4-2_i386.deb
kjumpingcube_3.5.4-2_i386.deb
  to pool/main/k/kdegames/kjumpingcube_3.5.4-2_i386.deb
klickety_3.5.4-2_i386.deb
  to pool/main/k/kdegames/klickety_3.5.4-2_i386.deb
klines_3.5.4-2_i386.deb
  to pool/main/k/kdegames/klines_3.5.4-2_i386.deb
kmahjongg_3.5.4-2_i386.deb
  to pool/main/k/kdegames/kmahjongg_3.5.4-2_i386.deb
kmines_3.5.4-2_i386.deb
  to pool/main/k/kdegames/kmines_3.5.4-2_i386.deb
knetwalk_3.5.4-2_i386.deb
  to pool/main/k/kdegames/knetwalk_3.5.4-2_i386.deb
kolf-dev_3.5.4-2_i386.deb
  to pool/main/k/kdegames/kolf-dev_3.5.4-2_i386.deb
kolf_3.5.4-2_i386.deb
  to pool/main/k/kdegames/kolf_3.5.4-2_i386.deb
konquest_3.5.4-2_i386.deb
  to pool/main/k/kdegames/konquest_3.5.4-2_i386.deb
kpat_3.5.4-2_i386.deb
  to pool/main/k/kdegames/kpat_3.5.4-2_i386.deb
kpoker_3.5.4-2_i386.deb
  to pool/main/k/kdegames/kpoker_3.5.4-2_i386.deb
kreversi_3.5.4-2_i386.deb
  to pool/main/k/kdegames/kreversi_3.5.4-2_i386.deb
ksame_3.5.4-2_i386.deb
  to pool/main/k/kdegames/ksame_3.5.4-2_i386.deb
kshisen_3.5.4-2_i386.deb
  to pool/main/k/kdegames/kshisen_3.5.4-2_i386.deb
ksirtet_3.5.4-2_i386.deb
  to pool/main/k/kdegames/ksirtet_3.5.4-2_i386.deb
ksmiletris_3.5.4-2_i386.deb
  to pool/main/k/kdegames/ksmiletris_3.5.4-2_i386.deb
ksnake_3.5.4-2_i386.deb
  to pool/main/k/kdegames/ksnake_3.5.4-2_i386.deb
ksokoban_3.5.4-2_i386.deb
  to pool/main/k/kdegames/ksokoban_3.5.4-2_i386.deb
kspaceduel_3.5.4-2_i386.deb
  to pool/main/k/kdegames/kspaceduel_3.5.4-2_i386.deb
ktron_3.5.4-2_i386.deb
  to pool/main/k/kdegames/ktron_3.5.4-2_i386.deb
ktuberling_3.5.4-2_i386.deb
  to pool/main/k/kdegames/ktuberling_3.5.4-2_i386.deb
kwin4_3.5.4-2_i386.deb
  to pool/main/k/kdegames/kwin4_3.5.4-2_i386.deb
libkdegames-dev_3.5.4-2_i386.deb
  to pool/main/k/kdegames/libkdegames-dev_3.5.4-2_i386.deb
libkdegames-doc_3.5.4-2_all.deb
  to pool/main/k/kdegames/libkdegames-doc_3.5.4-2_all.deb
libkdegames1_3.5.4-2_i386.deb
  to pool/main/k/kdegames/libkdegames1_3.5.4-2_i386.deb
lskat_3.5.4-2_i386.deb
  to pool/main/k/kdegames/lskat_3.5.4-2_i386.deb


Override entries for your package:
atlantik-dev_3.5.4-2_i386.deb - extra devel
atlantik_3.5.4-2_i386.deb - optional games
kasteroids_3.5.4-2_i386.deb - optional games
katomic_3.5.4-2_i386.deb - optional games
kbackgammon_3.5.4-2_i386.deb - optional games
kbattleship_3.5.4-2_i386.deb - optional games
kblackbox_3.5.4-2_i386.deb - optional games
kbounce_3.5.4-2_i386.deb - optional games
kdegames-card-data_3.5.4-2_all.deb - optional games
kdegames-dbg_3.5.4-2_i386.deb - extra kde
kdegames-doc-html_3.5.4-2_all.deb - optional doc
kdegames_3.5.4-2.dsc - source games
kdegames_3.5.4-2_all.deb - optional kde
kenolaba_3.5.4-2_i386.deb - optional games
kfouleggs_3.5.4-2_i386.deb - optional games
kgoldrunner_3.5.4-2_i386.deb - optional games
kjumpingcube_3.5.4-2_i386.deb - optional games
klickety_3.5.4-2_i386.deb - optional games
klines_3.5.4-2_i386.deb - optional games
kmahjongg_3.5.4-2_i386.deb - optional games
kmines_3.5.4-2_i386.deb - optional games
knetwalk_3.5.4-2_i386.deb - optional games
kolf-dev_3.5.4-2_i386.deb - extra devel
kolf_3.5.4-2_i386.deb - optional games
konquest_3.5.4-2_i386.deb - optional games
kpat_3.5.4-2_i386.deb - optional games
kpoker_3.5.4-2_i386.deb - optional games
kreversi_3.5.4-2_i386.deb - optional games
ksame_3.5.4-2_i386.deb - optional games
kshisen_3.5.4-2_i386.deb - optional games
ksirtet_3.5.4-2_i386.deb - optional games
ksmiletris_3.5.4-2_i386.deb - optional games
ksnake_3.5.4-2_i386.deb - optional games
ksokoban_3.5.4-2_i386.deb - optional games
kspaceduel_3.5.4-2_i386.deb - optional games
ktron_3.5.4-2_i386.deb - optional 

Processing of kdegames_3.5.4-2_i386.changes

2006-08-26 Thread Archive Administrator
kdegames_3.5.4-2_i386.changes uploaded successfully to localhost
along with the files:
  kdegames_3.5.4-2.dsc
  kdegames_3.5.4-2.diff.gz
  kdegames_3.5.4-2_all.deb
  kdegames-doc-html_3.5.4-2_all.deb
  libkdegames-doc_3.5.4-2_all.deb
  kdegames-card-data_3.5.4-2_all.deb
  libkdegames1_3.5.4-2_i386.deb
  kdegames-dbg_3.5.4-2_i386.deb
  libkdegames-dev_3.5.4-2_i386.deb
  atlantik_3.5.4-2_i386.deb
  atlantik-dev_3.5.4-2_i386.deb
  kasteroids_3.5.4-2_i386.deb
  katomic_3.5.4-2_i386.deb
  kbackgammon_3.5.4-2_i386.deb
  kbattleship_3.5.4-2_i386.deb
  kblackbox_3.5.4-2_i386.deb
  kbounce_3.5.4-2_i386.deb
  kenolaba_3.5.4-2_i386.deb
  kfouleggs_3.5.4-2_i386.deb
  kgoldrunner_3.5.4-2_i386.deb
  kjumpingcube_3.5.4-2_i386.deb
  klickety_3.5.4-2_i386.deb
  klines_3.5.4-2_i386.deb
  kmahjongg_3.5.4-2_i386.deb
  kmines_3.5.4-2_i386.deb
  knetwalk_3.5.4-2_i386.deb
  kolf_3.5.4-2_i386.deb
  kolf-dev_3.5.4-2_i386.deb
  konquest_3.5.4-2_i386.deb
  kpat_3.5.4-2_i386.deb
  kpoker_3.5.4-2_i386.deb
  kreversi_3.5.4-2_i386.deb
  ksame_3.5.4-2_i386.deb
  kshisen_3.5.4-2_i386.deb
  ksirtet_3.5.4-2_i386.deb
  ksmiletris_3.5.4-2_i386.deb
  ksnake_3.5.4-2_i386.deb
  ksokoban_3.5.4-2_i386.deb
  kspaceduel_3.5.4-2_i386.deb
  ktron_3.5.4-2_i386.deb
  ktuberling_3.5.4-2_i386.deb
  kwin4_3.5.4-2_i386.deb
  lskat_3.5.4-2_i386.deb

Greetings,

Your Debian queue daemon


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: reassign 384663 to konqueror, merging 384663 384663

2006-08-26 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.20
 reassign 384663 konqueror
Bug#384663: HAL needed by Konqueror in kde-desktop
Bug reassigned from package `konqueror' to `konqueror'.

 merge 384663 384663
Bug#384663: HAL needed by Konqueror in kde-desktop
Merged 384663.


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



kdeedu_3.5.4-2_i386.changes is NEW

2006-08-26 Thread Debian Installer
blinken_3.5.4-2_i386.deb
  to pool/main/k/kdeedu/blinken_3.5.4-2_i386.deb
(new) indi_3.5.4-2_i386.deb optional science
Instrument Neutral Distributed Interface for astronomical devices
 INDI is an Instrument Neutral Distributed Interface control protocol for
 astronomical devices, which provides a framework that decouples low level
 hardware drivers from high level front end clients. Clients that use the
 device drivers are completely unaware of the device capabilities and
 communicate with the device drivers and build a completely dynamic GUI
 based on the services provided by the device.
 .
 This package is part of KDE, as a component of the KDE education module.
 See the 'kde' and 'kdeedu' packages for more information.
kalzium-data_3.5.4-2_all.deb
  to pool/main/k/kdeedu/kalzium-data_3.5.4-2_all.deb
kalzium_3.5.4-2_i386.deb
  to pool/main/k/kdeedu/kalzium_3.5.4-2_i386.deb
kanagram_3.5.4-2_i386.deb
  to pool/main/k/kdeedu/kanagram_3.5.4-2_i386.deb
kbruch_3.5.4-2_i386.deb
  to pool/main/k/kdeedu/kbruch_3.5.4-2_i386.deb
kdeedu-data_3.5.4-2_all.deb
  to pool/main/k/kdeedu/kdeedu-data_3.5.4-2_all.deb
kdeedu-dbg_3.5.4-2_i386.deb
  to pool/main/k/kdeedu/kdeedu-dbg_3.5.4-2_i386.deb
kdeedu-doc-html_3.5.4-2_all.deb
  to pool/main/k/kdeedu/kdeedu-doc-html_3.5.4-2_all.deb
kdeedu_3.5.4-2.diff.gz
  to pool/main/k/kdeedu/kdeedu_3.5.4-2.diff.gz
kdeedu_3.5.4-2.dsc
  to pool/main/k/kdeedu/kdeedu_3.5.4-2.dsc
kdeedu_3.5.4-2_all.deb
  to pool/main/k/kdeedu/kdeedu_3.5.4-2_all.deb
keduca_3.5.4-2_i386.deb
  to pool/main/k/kdeedu/keduca_3.5.4-2_i386.deb
kgeography-data_3.5.4-2_all.deb
  to pool/main/k/kdeedu/kgeography-data_3.5.4-2_all.deb
kgeography_3.5.4-2_i386.deb
  to pool/main/k/kdeedu/kgeography_3.5.4-2_i386.deb
khangman_3.5.4-2_i386.deb
  to pool/main/k/kdeedu/khangman_3.5.4-2_i386.deb
kig_3.5.4-2_i386.deb
  to pool/main/k/kdeedu/kig_3.5.4-2_i386.deb
kiten_3.5.4-2_i386.deb
  to pool/main/k/kdeedu/kiten_3.5.4-2_i386.deb
klatin_3.5.4-2_i386.deb
  to pool/main/k/kdeedu/klatin_3.5.4-2_i386.deb
klettres-data_3.5.4-2_all.deb
  to pool/main/k/kdeedu/klettres-data_3.5.4-2_all.deb
klettres_3.5.4-2_i386.deb
  to pool/main/k/kdeedu/klettres_3.5.4-2_i386.deb
kmplot_3.5.4-2_i386.deb
  to pool/main/k/kdeedu/kmplot_3.5.4-2_i386.deb
kpercentage_3.5.4-2_i386.deb
  to pool/main/k/kdeedu/kpercentage_3.5.4-2_i386.deb
kstars-data_3.5.4-2_all.deb
  to pool/main/k/kdeedu/kstars-data_3.5.4-2_all.deb
kstars_3.5.4-2_i386.deb
  to pool/main/k/kdeedu/kstars_3.5.4-2_i386.deb
ktouch_3.5.4-2_i386.deb
  to pool/main/k/kdeedu/ktouch_3.5.4-2_i386.deb
kturtle_3.5.4-2_i386.deb
  to pool/main/k/kdeedu/kturtle_3.5.4-2_i386.deb
kverbos_3.5.4-2_i386.deb
  to pool/main/k/kdeedu/kverbos_3.5.4-2_i386.deb
kvoctrain_3.5.4-2_i386.deb
  to pool/main/k/kdeedu/kvoctrain_3.5.4-2_i386.deb
kwordquiz_3.5.4-2_i386.deb
  to pool/main/k/kdeedu/kwordquiz_3.5.4-2_i386.deb
libkdeedu-dev_3.5.4-2_i386.deb
  to pool/main/k/kdeedu/libkdeedu-dev_3.5.4-2_i386.deb
libkdeedu3_3.5.4-2_i386.deb
  to pool/main/k/kdeedu/libkdeedu3_3.5.4-2_i386.deb
libkiten-dev_3.5.4-2_i386.deb
  to pool/main/k/kdeedu/libkiten-dev_3.5.4-2_i386.deb
libkiten1_3.5.4-2_i386.deb
  to pool/main/k/kdeedu/libkiten1_3.5.4-2_i386.deb
Changes: kdeedu (4:3.5.4-2) unstable; urgency=low
 .
  * KDE_3_5_BRANCH update (up to r577498).
 .
  +++ Changes by Christopher Martin:
 .
  * Packaging sync with the rest of the team KDE packages. Update
package descriptions, sync debian-qt-kde.mk and other CDBS
stuff (should help building on slow architectures).
 .
  * Rather than having packages recommend kdeedu-data, just depend
on it.
 .
  * Apply the still-relevant kstars/indi part of the kFreeBSD build
patch (libtool is now updated automatically). (Closes: #326619)
 .
  * Strengthen kiten's Recommends: ttf-kochi-gothic | ttf-kochi-mincho
to a Depends. (Closes: #372112)
 .
  * Fix kvoctrain description typo. (Closes: #364193)
 .
  * Patch the ktouch French keyboard. (Closes: #347850)
 .
  * Split INDI out of kstars, into a new 'indi' package, which kstars
depends on. (Closes: #267999, #365098)


Override entries for your package:
blinken_3.5.4-2_i386.deb - optional games
kalzium-data_3.5.4-2_all.deb - optional science
kalzium_3.5.4-2_i386.deb - optional science
kanagram_3.5.4-2_i386.deb - optional games
kbruch_3.5.4-2_i386.deb - optional math
kdeedu-data_3.5.4-2_all.deb - optional kde
kdeedu-dbg_3.5.4-2_i386.deb - extra libdevel
kdeedu-doc-html_3.5.4-2_all.deb - optional doc
kdeedu_3.5.4-2.dsc - source kde
kdeedu_3.5.4-2_all.deb - optional kde
keduca_3.5.4-2_i386.deb - optional kde
kgeography-data_3.5.4-2_all.deb - optional kde
kgeography_3.5.4-2_i386.deb - optional kde
khangman_3.5.4-2_i386.deb - optional games
kig_3.5.4-2_i386.deb - optional math
kiten_3.5.4-2_i386.deb - optional kde
klatin_3.5.4-2_i386.deb - optional kde
klettres-data_3.5.4-2_all.deb - optional kde
klettres_3.5.4-2_i386.deb - optional kde
kmplot_3.5.4-2_i386.deb - optional math
kpercentage_3.5.4-2_i386.deb - optional math

Bug#384827: konqueror: Crash when renaming

2006-08-26 Thread Atomo64

Package: konqueror
Version: 4:3.5.4-2
Severity: important

When I rename a file, using Konqueror's right click menu rename
option, from something like file.pdf to .file.pdf and clicking outside
the editable zone, konqueror crashes. To reproduce this bug I: open
konqueror, open some directory wich contains at least one file (at
least one because I need something to rename), the file to be renamed
must be 'previewable' (binary files doesn't crash konqueror), right
click the file, rename, prepend a . (dot) to the file name, click
outside the edit zone, CRASH.
Notes to get a successful crash:
  1.- file must be 'previewable', even .psd files and directories
work (of course they must be marked to be previewed in the konqueror
settings), but not binary-like files (because they can't be
previewed).
  2.- The view menu option 'Show Hidden Files' must _not_ be checked
(if checked, konqueror doesn't crash).
  3.- Use the 'Icon view' view (only tested on icon view and list
view modes) mode.
Appended file is the backtrace generated by kcrash.


-- System Information:
Debian Release: testing/unstable
 APT prefers testing
 APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-a64
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages konqueror depends on:
ii  kcontrol4:3.5.4-2control center for KDE
ii  kdebase-kio-plugins 4:3.5.4-2core I/O slaves for KDE
ii  kdelibs4c2a 4:3.5.4-3core libraries and binaries for al
ii  kdesktop4:3.5.4-2miscellaneous binaries and files f
ii  kfind   4:3.5.4-2file-find utility for KDE
ii  libacl1 2.2.41-1 Access control list shared library
ii  libart-2.0-22.3.17-1 Library of functions for 2D graphi
ii  libattr12.4.32-1 Extended attribute shared library
ii  libaudio2   1.8-2The Network Audio System (NAS). (s
ii  libc6   2.3.6-15 GNU C Library: Shared libraries
ii  libfam0 2.7.0-10 Client library to control the FAM
ii  libfontconfig1  2.3.2-7  generic font configuration library
ii  libfreetype62.2.1-2  FreeType 2 font engine, shared lib
ii  libgcc1 1:4.1.1-5GCC support library
ii  libice6 1:1.0.0-3X11 Inter-Client Exchange library
ii  libidn110.6.5-1  GNU libidn library, implementation
ii  libjpeg62   6b-13The Independent JPEG Group's JPEG
ii  libkonq44:3.5.4-2core libraries for Konqueror
ii  libpng12-0  1.2.8rel-5.2 PNG library - runtime
ii  libqt3-mt   3:3.3.6-2Qt GUI Library (Threaded runtime v
ii  libsm6  1:1.0.0-4X11 Session Management library
ii  libstdc++6  4.1.1-5  The GNU Standard C++ Library v3
ii  libx11-62:1.0.0-8X11 client-side library
ii  libxcursor1 1.1.5.2-5X cursor management library
ii  libxext61:1.0.0-4X11 miscellaneous extension librar
ii  libxft2 2.1.8.2-8FreeType-based font drawing librar
ii  libxi6  1:1.0.0-5X11 Input extension library
ii  libxinerama11:1.0.1-4.1  X11 Xinerama extension library
ii  libxrandr2  2:1.1.0.2-4  X11 RandR extension library
ii  libxrender1 1:0.9.0.2-4  X Rendering Extension client libra
ii  libxt6  1:1.0.0-5X11 toolkit intrinsics library
ii  zlib1g  1:1.2.3-13   compression library - runtime

konqueror recommends no packages.

-- no debconf information


konqueror1.log
Description: Binary data


Re: next libgadu upload

2006-08-26 Thread Adeodato Simó
* Marcin Owsiany [Sat, 26 Aug 2006 22:24:10 +0100]:

 Hi,

Hey Marcin,

 I would like to upload ekg-1.6+20060826+1.7rc2-1 soon (and 1.7-release
 before etch is frozen if ekg-team can make it), so I would like to make
 sure I won't break anything for libgadu's reverse-dependancies.

kdenetwork (which provides kopete) is the only package in the archive
build-depending on libgadu-dev, so this should be an easy transition. ;-)

 Although there are no significant library changes, it's
 GG_LIBGADU_VERSION string (in .h file and returned by
 gg_libgadu_version()) is going to change because of bug #310276 in the
 following way:

 -#define GG_LIBGADU_VERSION 20060616
 +#define GG_LIBGADU_VERSION 1.6.20060826

 when I do the RC upload, and probably to something like 1.7.MMDD
 on the -release upload.

 I know that kopete had a workaround for a change in opposite direction
 in its library detection code, but I'd like to make sure I won't break
 anything this time.

I remember the upload. The change was made as to work with both schemes
of GG_LIBGADU_VERSION, so the configure script will parse 1.7.MMDD
just fine.

(For the casual readers of #310276, and for -talk: I changed debian/rules 
to pass --with-external-libgadu to ./configure.)

 Also (this is probably a question to the release managers) do I need to
 wait for anything else before I upload?

No, everything looks fine, but thanks a lot for contacting us first. :-)

 Another thing: I'd like to make use of the new '~' support, but I've
 read (in DWN I think) that buildds don't support it yet. Is it going to
 be fully supported anytime soon?

This would be untrue, see e.g.:

  http://buildd.debian.org/pkg.cgi?pkg=python2.5ver=2.5~c1-1

ekg_1.7~rc2-1 will work just fine.

Cheers,

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org
 
Proper treatment will cure a cold in seven days, but left to itself, a
cold will hang on for a week.
-- Darrell Huff


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Remote logins with KDM

2006-08-26 Thread Dave Page
I have recently acquired a new laptop, on which I am running Debian
Sarge. It's fine for outside use and so on, but I would like also to use
it as a thin client for my desktop (also running Sarge) when at home.

I found
http://ithacafreesoftware.org/Members/mitch/notebook/debian/ltsp/ and
followed the instructions for Setting up remote X server (XDMCP)
sessions. From my laptop, I can use Xnest to bring up kdm on my desktop
and log in successfully.

However, I cannot log in directly, without launching KDE on the laptop
first. When running a local login session on the laptop, I choose Start
New Session from the K menu to bring up a new KDM window, and select
Remote Login there. I can see the desktop in the list of available
servers, but when I double-click its hostname, KDM flickers and
restarts.

Any suggestions?

Dave
-- 
Dave Page [EMAIL PROTECTED]
Jabber: [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Desktop bug

2006-08-26 Thread marc
Just noticed that when you click two mouse buttons simultaneously, then 
you get a two-line blank context menu.

Just thought someone might like to know.

-- 
Best,
Marc


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Desktop bug

2006-08-26 Thread Paul Johnson
On Saturday 26 August 2006 12:18, marc wrote:
 Just noticed that when you click two mouse buttons simultaneously, then
 you get a two-line blank context menu.

Not enough info.

http://www.catb.org/~esr/faqs/smart-questions.html

-- 
Paul Johnson
Email and IM (XMPP  Google Talk): [EMAIL PROTECTED]



pgp6ANRaCw4J7.pgp
Description: PGP signature


Re: Desktop bug

2006-08-26 Thread Hendrik Sattler
Am Samstag 26 August 2006 22:17 schrieb Paul Johnson:
 On Saturday 26 August 2006 12:18, marc wrote:
  Just noticed that when you click two mouse buttons simultaneously, then
  you get a two-line blank context menu.

 Not enough info.

 http://www.catb.org/~esr/faqs/smart-questions.html

I didn't have the impression that this was meant as question...

HS


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Desktop bug

2006-08-26 Thread Paul Johnson
On Saturday 26 August 2006 13:33, Hendrik Sattler wrote:
 Am Samstag 26 August 2006 22:17 schrieb Paul Johnson:
  On Saturday 26 August 2006 12:18, marc wrote:
   Just noticed that when you click two mouse buttons simultaneously, then
   you get a two-line blank context menu.
 
  Not enough info.
 
  http://www.catb.org/~esr/faqs/smart-questions.html

 I didn't have the impression that this was meant as question...

Either way, a lot of what applies to asking a smart question applies to 
writing a smart bug report.

-- 
Paul Johnson
Email and IM (XMPP  Google Talk): [EMAIL PROTECTED]



pgp6hlkS7NHpe.pgp
Description: PGP signature


Re: Desktop bug

2006-08-26 Thread Christian Schuerer
Hello Marc,

On Saturday 26 August 2006 21:18, marc wrote:
 Just noticed that when you click two mouse buttons simultaneously, then
 you get a two-line blank context menu.

 Just thought someone might like to know.

That's a feature - not a bug!

If you click the left and the right mouse button at once, then the third 
button is emulated. In KDE default settings, the third mouse button on the 
desktop shows the Window List Menu. You probably clicked this combination on 
an empty desktop, therefore the menu just has two lines - unclutter and 
cascade windows - which are inactive, as there are no windows.

Kind regards,

   Christian


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]