Processed: setting package to libqt4-core libqt4-debug libqt4-dev libqt4-gui libqt4-qt3support libqt4-sql qt4-designer qt4-dev-tools qt4-doc qt4-x11 ...

2005-10-26 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.9.8
> package libqt4-core libqt4-debug libqt4-dev libqt4-gui libqt4-qt3support 
> libqt4-sql qt4-designer qt4-dev-tools qt4-doc qt4-x11
Ignoring bugs not assigned to: libqt4-qt3support libqt4-sql libqt4-gui 
libqt4-core qt4-designer qt4-x11 libqt4-debug libqt4-dev qt4-dev-tools qt4-doc

> tags 335831 + pending
Bug#335831: [mips/mipsel] FTBFS due to invalid assembler code
Tags were: patch
Tags added: pending

>
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]



Bug#335839: ark: improve description string to say "graphical"

2005-10-26 Thread mervi . hursti
Package: ark
Severity: minor


Please change the 1st line description string from:

archiving tool for KDE

to

graphical archiving tool for KDE

This makes interepreting "apt-cache search" searches more obvious: does 
program has GUI or not. 

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.12-1-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)


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



Bug#335876: libqt0-ruby1.8: calls to Qt::Dialog's initialize do not return as expected

2005-10-26 Thread Moritz Bunkus
Package: libqt0-ruby1.8
Version: 4:3.4.2-2
Severity: important

Consider this simple example program:

#!/usr/bin/ruby

require 'Qt'

class ConfigDatabase < Qt::Dialog
  def initialize(*k)
puts("init in CD")
super(*k)
puts("after Qt::Dialog's init")
  end
end

$app = Qt::Application.new(ARGV)
cd = ConfigDatabase.new


With the current libqt0-ruby1.8 the second puts is not executed,
and the rest of ConfigDatabase's initialize method is not executed
either.

This works with sarge's libqt0-ruby1.8 (3.3.2-1). It also renders
everything that rbuic creates (if not every Ruby/Qt program) unusable.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.13.2
Locale: LANG=C, [EMAIL PROTECTED]

Versions of packages libqt0-ruby1.8 depends on:
ii  libaudio2 1.6d-2 The Network Audio System (NAS). (s
ii  libc6 2.3.5-3GNU C Library: Shared libraries an
ii  libfontconfig12.3.1-2generic font configuration library
ii  libfreetype6  2.1.7-2.2  FreeType 2 font engine, shared lib
ii  libgcc1   1:4.0.2-2  GCC support library
ii  libice6   4.3.0.dfsg.1-6 Inter-Client Exchange library
ii  libjpeg62 6b-9   The Independent JPEG Group's JPEG 
ii  libpng12-01.2.8rel-4 PNG library - runtime
ii  libqt3-mt 3:3.3.5-1  Qt GUI Library (Threaded runtime v
ii  libruby1.81.8.3-2Libraries necessary to run Ruby 1.
ii  libsm64.3.0.dfsg.1-6 X Window System Session Management
ii  libsmokeqt1   4:3.4.2-2  SMOKE Binding Library to Qt
ii  libstdc++64.0.2-2The GNU Standard C++ Library v3
ii  libx11-6  4.3.0.dfsg.1-6 X Window System protocol client li
ii  libxcursor1   1.1.3-1X cursor management library
ii  libxext6  4.3.0.dfsg.1-6 X Window System miscellaneous exte
ii  libxft2   2.1.2-6FreeType-based font drawing librar
ii  libxi64.3.0.dfsg.1-6 X Window System Input extension li
ii  libxinerama1  6.8.2.dfsg.1-7 X Window System multi-head display
ii  libxrandr24.3.0.dfsg.1-6 X Window System Resize, Rotate and
ii  libxrender1   1:0.9.0-2  X Rendering Extension client libra
ii  libxt64.3.0.dfsg.1-6 X Toolkit Intrinsics
ii  ruby1.8   1.8.3-2Interpreter of object-oriented scr
ii  xlibs 4.3.0.dfsg.1-6 X Window System client libraries m
ii  zlib1g1:1.2.3-1  compression library - runtime

-- no debconf information


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



Re: extragear/multimedia/kmplayer/debian

2005-10-26 Thread Koos Vriezen
On Wed, Oct 26, 2005 at 02:37:31AM +0200, Adeodato Simó wrote:
> * Koos Vriezen [Thu, 20 Oct 2005 19:23:40 +0200]:
> 
> > But anyways, you mean that the line above should be
> 
> >   Depends: ${shlib:Depends}
> 
> > Is that correct?
> 
>   Yes.
> 
> > and that magically works because of the build dependency is
> 
> >   Build-Depends: debhelper (>= 4.0.0), kdelibs4-dev, libxine-dev, \
> > xlibs-dev, libgstreamer0.8-dev, libgstreamer-plugins0.8-dev
> 
>   More because those libraries provide correct /var/lib/dpkg/info/*.shlibs
>   files.

Well, I got these in debian/rules
binary-common:
...
dh_shlibdeps -ldebian/tmp/usr/lib
dh_gencontrol

but no go whatsoever. That is, there is no dependence anymore for
kmplayer-lib if I set it to 'Depends: ${shlib:Depends}'

So much for 'magically works' :-)

Thanks anyway,

Koos


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



Re: extragear/multimedia/kmplayer/debian

2005-10-26 Thread Isaac Clerencia
On Thursday, 20 October 2005 19:23, Koos Vriezen wrote:
> Is that correct?
No, basically it uses ldd on the generated binaries, check dpkg-shlibdeps 
source (which is called by dh_shlibdeps) to see how does it exactly works.

Best regards

-- 
Isaac Clerencia at Warp Networks, http://www.warp.es
Work: <[EMAIL PROTECTED]>   | Debian: <[EMAIL PROTECTED]>


pgpDHQfJHgh40.pgp
Description: PGP signature


Bug#335658: marked as done (kdesktop: Crash on startup since upgrade from 3.4.2-3 to 3.4.2-4)

2005-10-26 Thread Debian Bug Tracking System
Your message dated Wed, 26 Oct 2005 12:00:52 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#335658: kdesktop: Crash on startup since upgrade from 
3.4.2-3 to 3.4.2-4
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--
Received: (at submit) by bugs.debian.org; 25 Oct 2005 08:14:52 +
>From [EMAIL PROTECTED] Tue Oct 25 01:14:52 2005
Return-path: <[EMAIL PROTECTED]>
Received: from master.debian.org [146.82.138.7] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EUJxM-0007zd-00; Tue, 25 Oct 2005 01:14:52 -0700
Received: from webmail.plasmo.at ([127.0.0.1]) [62.116.13.173] 
by master.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1EUJxK-000555-00; Tue, 25 Oct 2005 03:14:50 -0500
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: MrB <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: kdesktop: Crash on startup since upgrade from 3.4.2-3 to 3.4.2-4
X-Mailer: reportbug 3.17
Date: Tue, 25 Oct 2005 10:13:33 +0200
X-Debbugs-Cc: [EMAIL PROTECTED]
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-7.8 required=4.0 tests=BAYES_00,FROM_ENDS_IN_NUMS,
HAS_PACKAGE,OUR_MTA_MSGID,X_DEBBUGS_CC autolearn=no 
version=2.60-bugs.debian.org_2005_01_02

Package: kdesktop
Version: 4:3.4.2-4
Severity: important

Output of kde crash handler:
#3  0xb7de2b6e in __gnu_cxx::__pool::_M_reclaim_block ()
   from /usr/lib/libstdc++.so.6
#4  0xb669ab7f in __gnu_cxx::__mt_alloc >::deallocate () from 
/usr/lib/kde3/konq_sound.so
#5  0xb615230a in Arts::readTypeSeq ()
   from /usr/lib/libmcop.so.1
#6  0xb60ffea9 in Arts::ModuleDef::readType () from /usr/lib/libmcop.so.1
#7  0xb61027af in Arts::ModuleDef::ModuleDef () from /usr/lib/libmcop.so.1
#8  0xb6102f41 in Arts::IDLFileReg::startup () from /usr/lib/libmcop.so.1
#9  0xb6095b6d in Arts::StartupManager::startup () from /usr/lib/libmcop.so.1
#10 0xb610dacb in Arts::Dispatcher::Dispatcher () from /usr/lib/libmcop.so.1
#11 0xb642ae81 in KArtsDispatcher::KArtsDispatcher ()
   from /usr/lib/libartskde.so.1
#12 0xb669a27c in KonqSoundPlayerImpl::KonqSoundPlayerImpl ()
   from /usr/lib/kde3/konq_sound.so
#13 0xb669a580 in KonqSoundFactory::createObject ()
   from /usr/lib/kde3/konq_sound.so
#14 0xb7a74abe in KLibFactory::create () from /usr/lib/libkdecore.so.4
#15 0xb7c1bd11 in KonqIconViewWidget::startImagePreview ()
   from /usr/lib/libkonq.so.4
#16 0xb7eca0c4 in KDIconView::initConfig ()
   from /usr/lib/libkdeinit_kdesktop.so
#17 0xb7ebba37 in KDesktop::initConfig () from /usr/lib/libkdeinit_kdesktop.so
#18 0xb7ec452b in KDesktop::slotStart () from /usr/lib/libkdeinit_kdesktop.so
#19 0xb7ec56c4 in KDesktop::qt_invoke () from /usr/lib/libkdeinit_kdesktop.so
#20 0xb741ac5f in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#21 0xb77ab5a5 in QSignal::signal () from /usr/lib/libqt-mt.so.3
#22 0xb7438b30 in QSignal::activate () from /usr/lib/libqt-mt.so.3
#23 0xb7440444 in QSingleShotTimer::event () from /usr/lib/libqt-mt.so.3
#24 0xb73b0778 in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3
#25 0xb73b0996 in QApplication::notify () from /usr/lib/libqt-mt.so.3
#26 0xb7b139fc in KApplication::notify () from /usr/lib/libkdecore.so.4
#27 0xb7340665 in QApplication::sendEvent () from /usr/lib/libqt-mt.so.3
#28 0xb73a1a44 in QEventLoop::activateTimers () from /usr/lib/libqt-mt.so.3
#29 0xb73543f8 in QEventLoop::processEvents () from /usr/lib/libqt-mt.so.3
#30 0xb73c8ea2 in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3
#31 0xb73c8dcb in QEventLoop::exec () from /usr/lib/libqt-mt.so.3
#32 0xb73af305 in QApplication::exec () from /usr/lib/libqt-mt.so.3
#33 0xb7ec94d5 in kdemain () from /usr/lib/libkdeinit_kdesktop.so
#34 0xb7c4eec0 in __libc_start_main () from /lib/tls/libc.so.6
#35 0x080483d1 in ?? ()


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12.6
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages kdesktop depends on:
ii  kdebase-bin4:3.4.2-4 core binaries for the KDE base mod
ii  kdelibs4c2 4:3.4.2-4 core libr

Processing of qt4-x11_4.0.1-4_i386.changes

2005-10-26 Thread Archive Administrator
qt4-x11_4.0.1-4_i386.changes uploaded successfully to localhost
along with the files:
  qt4-x11_4.0.1-4.dsc
  qt4-x11_4.0.1-4.diff.gz
  qt4-doc_4.0.1-4_all.deb
  libqt4-dev_4.0.1-4_i386.deb
  libqt4-core_4.0.1-4_i386.deb
  libqt4-gui_4.0.1-4_i386.deb
  libqt4-sql_4.0.1-4_i386.deb
  libqt4-qt3support_4.0.1-4_i386.deb
  qt4-designer_4.0.1-4_i386.deb
  libqt4-debug_4.0.1-4_i386.deb
  qt4-dev-tools_4.0.1-4_i386.deb

Greetings,

Your Debian queue daemon


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



qt4-x11_4.0.1-4_i386.changes is NEW

2005-10-26 Thread Debian Installer
libqt4-core_4.0.1-4_i386.deb
  to pool/main/q/qt4-x11/libqt4-core_4.0.1-4_i386.deb
libqt4-debug_4.0.1-4_i386.deb
  to pool/main/q/qt4-x11/libqt4-debug_4.0.1-4_i386.deb
libqt4-dev_4.0.1-4_i386.deb
  to pool/main/q/qt4-x11/libqt4-dev_4.0.1-4_i386.deb
libqt4-gui_4.0.1-4_i386.deb
  to pool/main/q/qt4-x11/libqt4-gui_4.0.1-4_i386.deb
libqt4-qt3support_4.0.1-4_i386.deb
  to pool/main/q/qt4-x11/libqt4-qt3support_4.0.1-4_i386.deb
libqt4-sql_4.0.1-4_i386.deb
  to pool/main/q/qt4-x11/libqt4-sql_4.0.1-4_i386.deb
(new) qt4-designer_4.0.1-4_i386.deb optional devel
Qt 4 Designer
 Qt is a cross-platform C++ application framework.  Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 Qt Designer is a tool for designing and building graphical user
 interfaces (GUIs) from Qt components.
 .
  Homepage: http://www.trolltech.com
qt4-dev-tools_4.0.1-4_i386.deb
  to pool/main/q/qt4-x11/qt4-dev-tools_4.0.1-4_i386.deb
qt4-doc_4.0.1-4_all.deb
  to pool/main/q/qt4-x11/qt4-doc_4.0.1-4_all.deb
qt4-x11_4.0.1-4.diff.gz
  to pool/main/q/qt4-x11/qt4-x11_4.0.1-4.diff.gz
qt4-x11_4.0.1-4.dsc
  to pool/main/q/qt4-x11/qt4-x11_4.0.1-4.dsc
Changes: qt4-x11 (4.0.1-4) unstable; urgency=low
 .
  * debian/control: changed qt4-designer's section to "devel"
 .
  * Added a patch from Thiemo Seufer to fix the FTBFS on mips/mipsel
(Closes: #335831)
Announcing to debian-devel-changes@lists.debian.org
Closing bugs: 335831 


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.


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



Bug#335933: ksmserver hangs when restoring maximized window

2005-10-26 Thread Maciej Dems
Package: ksmserver
Version: 4:3.4.2-4
Severity: important


ksmserver hangs on restoring the session when the following conditions
are present:

- there is a sound associated with window maximize/shade action
- the window to be restored by ksmserver is maximized/shaded

My guess is that the problem is that knotify is not started when the
session is being restored and when the restored window is maximized,
kwin tries to play a sound, which is impossible as the knotify is not
running. On the other hand knotify can not be started before the 
application in question is restored by ksmserver, thus the KDE hangs.

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

Versions of packages ksmserver depends on:
ii  fvwm [x-window-manager]   1:2.5.14-3 F(?) Virtual Window Manager, 
ii  kdelibs4c24:3.4.2-4  core libraries for all KDE 
ii  kwin [x-window-manager]   4:3.4.2-4  the KDE window manager
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D 
ii  libaudio2 1.7-3  The Network Audio System
ii  libc6 2.3.5-7GNU C Library: Shared
ii  libfontconfig12.3.2-1.1  generic font configuration 
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, 
ii  libgcc1   1:4.0.2-2  GCC support library
ii  libice6   6.8.2.dfsg.1-9 Inter-Client Exchange library
ii  libidn11  0.5.18-1   GNU libidn library, 
ii  libjpeg62 6b-10  The Independent JPEG Group's 
ii  libpng12-01.2.8rel-5 PNG library - runtime
ii  libqt3-mt 3:3.3.5-1  Qt GUI Library (Threaded 
ii  libsm66.8.2.dfsg.1-9 X Window System Session 
ii  libstdc++64.0.2-2The GNU Standard C++ Library 
ii  libx11-6  6.8.2.dfsg.1-9 X Window System protocol 
ii  libxcursor1   1.1.3-1X cursor management library
ii  libxext6  6.8.2.dfsg.1-9 X Window System miscellaneous 
ii  libxft2   2.1.7-1FreeType-based font drawing 
ii  libxi66.8.2.dfsg.1-9 X Window System Input 
ii  libxinerama1  6.8.2.dfsg.1-9 X Window System multi-head 
ii  libxrandr26.8.2.dfsg.1-9 X Window System Resize, 
ii  libxrender1   1:0.9.0-2  X Rendering Extension client 
ii  libxt66.8.2.dfsg.1-9 X Toolkit Intrinsics
ii  xlibs 6.8.2.dfsg.1-9 X Window System client 
ii  zlib1g1:1.2.3-6  compression library - runtime


Versions of packages ksmserver recommends:
ii  kpersonalizer 4:3.4.2-4  installation personalizer for 

-- no debconf information


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



Bug#335933: ksmserver hangs when restoring maximized window

2005-10-26 Thread Christopher Martin
On October 26, 2005 15:49, Maciej Dems wrote:
> Package: ksmserver
> Version: 4:3.4.2-4
> Severity: important
>
> ksmserver hangs on restoring the session when the following conditions
> are present:
>
> - there is a sound associated with window maximize/shade action
> - the window to be restored by ksmserver is maximized/shaded
>
> My guess is that the problem is that knotify is not started when the
> session is being restored and when the restored window is maximized,
> kwin tries to play a sound, which is impossible as the knotify is not
> running. On the other hand knotify can not be started before the
> application in question is restored by ksmserver, thus the KDE hangs.

I can't reproduce this problem. Restoring a session with a maximized window, 
where a sound is associated with maximization works, though the maximized 
application fills the screen for a few seconds before kicker is launched.

Please ensure that you are running the latest Sid, including the latest arts 
packages. Also, is this a new problem, or one that you just noticed but 
could have been present for a while? You're not using something other than 
kwin for your window manager, or running any non-standard scripts in 
~/.kde/Autostart?

Cheers,
Christopher Martin


pgp326EZIclM3.pgp
Description: PGP signature


Bug#328913: marked as done (Should not depend on libqt4-debug)

2005-10-26 Thread Debian Bug Tracking System
Your message dated Wed, 26 Oct 2005 15:30:58 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#328913: fixed in qt4-x11 4.0.1-3
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--
Received: (at submit) by bugs.debian.org; 18 Sep 2005 07:19:38 +
>From [EMAIL PROTECTED] Sun Sep 18 00:19:38 2005
Return-path: <[EMAIL PROTECTED]>
Received: from ms-2.rz.rwth-aachen.de (ms-dienst.rz.rwth-aachen.de) 
[134.130.3.131] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EGtSc-0001tY-00; Sun, 18 Sep 2005 00:19:38 -0700
Received: from r220-1 (r220-1.rz.RWTH-Aachen.DE [134.130.3.31])
 by ms-dienst.rz.rwth-aachen.de
 (iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004))
 with ESMTP id <[EMAIL PROTECTED]> for
 [EMAIL PROTECTED]; Sun, 18 Sep 2005 09:19:35 +0200 (MEST)
Received: from relay.rwth-aachen.de ([134.130.3.1])
by r220-1 (MailMonitor for SMTP v1.2.2 ) ; Sun,
 18 Sep 2005 09:19:35 +0200 (MEST)
Received: from [134.130.118.117]
 (coyote.mmweg.RWTH-Aachen.DE [134.130.118.117])by relay.rwth-aachen.de
 (8.13.3/8.13.3/1) with ESMTP id j8I7JYOn009265; Sun,
 18 Sep 2005 09:19:34 +0200 (MEST)
Date: Sun, 18 Sep 2005 09:19:43 +0200
From: Sebastian Ley <[EMAIL PROTECTED]>
Subject: Should not depend on libqt4-debug
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Message-id: <[EMAIL PROTECTED]>
MIME-version: 1.0
X-Mailer: reportbug 3.17
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7BIT
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: libqt4-core
Version: 4.0.1-2
Severity: important

libqt4-core depends on libqt4-debug, which should not be necessary.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages libqt4-core depends on:
ii  libaudio2 1.7-3  The Network Audio System (NAS). (s
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libfontconfig12.3.2-1generic font configuration library
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libgcc1   1:4.0.1-7  GCC support library
ii  libice6   6.8.2.dfsg.1-7 Inter-Client Exchange library
ii  libjpeg62 6b-10  The Independent JPEG Group's JPEG 
ii  libpng12-01.2.8rel-1 PNG library - runtime
ii  libqt4-debug  4.0.1-2Qt 4 debugging runtime libraries
ii  libqt4-gui4.0.1-2Qt 4 core GUI functionality runtim
ii  libsm66.8.2.dfsg.1-7 X Window System Session Management
ii  libstdc++64.0.1-7The GNU Standard C++ Library v3
ii  libx11-6  6.8.2.dfsg.1-7 X Window System protocol client li
ii  libxcursor1   1.1.3-1X cursor management library
ii  libxext6  6.8.2.dfsg.1-7 X Window System miscellaneous exte
ii  libxi66.8.2.dfsg.1-7 X Window System Input extension li
ii  libxinerama1  6.8.2.dfsg.1-7 X Window System multi-head display
ii  libxrandr26.8.2.dfsg.1-7 X Window System Resize, Rotate and
ii  libxrender1   1:0.9.0-2  X Rendering Extension client libra
ii  libxt66.8.2.dfsg.1-7 X Toolkit Intrinsics
ii  xlibs 6.8.2.dfsg.1-7 X Window System client libraries m
ii  zlib1g1:1.2.3-4  compression library - runtime

libqt4-core recommends no packages.

-- no debconf information


---
Received: (at 328913-close) by bugs.debian.org; 26 Oct 2005 22:38:19 +
>From [EMAIL PROTECTED] Wed Oct 26 15:38:19 2005
Return-path: <[EMAIL PROTECTED]>
Received: from joerg by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1EUtnO-0007BH-00; Wed, 26 Oct 2005 15:30:58 -0700
From: Brian Nelson <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: lisa $Revision: 1.30 $
Subject: Bug#328913: fixed in qt4-x11 4.0.1-3
Message-Id: <[EMAIL PROTECTED]>
S

Bug#329302: marked as done (Dependency to transitional package xlibs-dev)

2005-10-26 Thread Debian Bug Tracking System
Your message dated Wed, 26 Oct 2005 15:30:58 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#329302: fixed in qt4-x11 4.0.1-3
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--
Received: (at submit) by bugs.debian.org; 21 Sep 2005 02:22:22 +
>From [EMAIL PROTECTED] Tue Sep 20 19:22:22 2005
Return-path: <[EMAIL PROTECTED]>
Received: from smtp1.rz.uni-karlsruhe.de [129.13.185.217] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EHuFa-00077W-00; Tue, 20 Sep 2005 19:22:22 -0700
Received: from teco141pc.teco.edu (teco141pc.teco.uni-karlsruhe.de 
[129.13.170.141])
by smtp1.rz.uni-karlsruhe.de with esmtp (Exim 4.43 #1)
id 1EHuFV-0001Nu-HD; Wed, 21 Sep 2005 04:22:17 +0200
Received: from dsl-084-056-214-112.arcor-ip.net ([84.56.214.112] 
helo=pluto.milchstrasse.xx)
by teco141pc.teco.edu with esmtpsa (TLSv1:AES256-SHA:256)
(Exim 4.50)
id 1EHuF9-0007Ji-3W; Wed, 21 Sep 2005 04:21:55 +0200
Received: from michael by pluto.milchstrasse.xx with local (Exim 4.52)
id 1EHuF5-Zd-FV; Wed, 21 Sep 2005 04:21:51 +0200
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Michael Biebl <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: Dependency to transitional package xlibs-dev
X-Mailer: reportbug 3.17
Date: Wed, 21 Sep 2005 04:21:50 +0200
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: libqt4-dev
Version: 4.0.1-2
Severity: normal

libqt4-dev has a dependency to the transitional package xlibs-dev which
has been moved to oldlibs.
Please correct your dependencies to use the new split up libraries.

Regards,
Michael

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

Versions of packages libqt4-dev depends on:
ii  libaudio-dev  1.7-3  The Network Audio System (NAS). (d
ii  libc6-dev 2.3.5-6GNU C Library: Development Librari
ii  libfreetype6-dev  2.1.10-1   FreeType 2 font engine, developmen
ii  libgl1-mesa-dri-dev [libg 6.3.2-2A free implementation of the OpenG
ii  libglu1-mesa-dev [libglu- 6.3.2-2The OpenGL utility library -- deve
ii  libjpeg62-dev 6b-10  Development files for the IJG JPEG
ii  libmng-dev1.0.8-1M-N-G library (Development headers
ii  libmysqlclient14-dev  4.1.14-2   mysql database development files
ii  libpng12-dev [libpng12-0- 1.2.8rel-1 PNG library - development
ii  libpq-dev 8.0.3-15   header files for libpq4 (PostgreSQ
ii  libqt4-core   4.0.1-2Qt 4 core non-GUI functionality ru
ii  libqt4-gui4.0.1-2Qt 4 core GUI functionality runtim
ii  libqt4-qt3support 4.0.1-2Qt 3 compatibility library for Qt 
ii  libqt4-sql4.0.1-2Qt 4 SQL database module
ii  libxcursor-dev1.1.3-1X cursor management library (devel
ii  libxft-dev2.1.7-1FreeType-based font drawing librar
ii  libxinerama-dev   6.8.2.dfsg.1-7 X Window System multi-head display
ii  libxrender-dev1:0.9.0-2  X Rendering Extension client libra
ii  xlibs-dev 6.8.2.dfsg.1-7 X Window System client library dev
ii  xlibs-static-pic  6.8.2.dfsg.1-7 X Window System client extension l
ii  zlib1g-dev1:1.2.3-4  compression library - development

Versions of packages libqt4-dev recommends:
ii  qt4-dev-tools 4.0.1-2Qt 4 development tools

-- no debconf information

---
Received: (at 329302-close) by bugs.debian.org; 26 Oct 2005 22:45:00 +
>From [EMAIL PROTECTED] Wed Oct 26 15:45:00 2005
Return-path: <[EMAIL PROTECTED]>
Received: from joerg by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1EUtnO-0007BJ-00; Wed, 26 Oct 2005 15:30:58 -0700
From: Brian Nelson <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED

Bug#330094: marked as done (qt4-dev-tools: should depend on libqt4-dev)

2005-10-26 Thread Debian Bug Tracking System
Your message dated Wed, 26 Oct 2005 15:30:58 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#330094: fixed in qt4-x11 4.0.1-3
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--
Received: (at submit) by bugs.debian.org; 25 Sep 2005 22:07:31 +
>From [EMAIL PROTECTED] Sun Sep 25 15:07:31 2005
Return-path: <[EMAIL PROTECTED]>
Received: from smtp114.sbc.mail.re2.yahoo.com [68.142.229.91] 
by spohr.debian.org with smtp (Exim 3.36 1 (Debian))
id 1EJeeh-0007ga-00; Sun, 25 Sep 2005 15:07:31 -0700
Received: (qmail 59062 invoked from network); 25 Sep 2005 22:06:56 -
Received: from unknown (HELO localhost) ([EMAIL PROTECTED]@68.251.50.235 with 
login)
  by smtp114.sbc.mail.re2.yahoo.com with SMTP; 25 Sep 2005 22:06:56 -
Received: by localhost (Postfix, from userid 1000)
id CD3F7E2628; Sun, 25 Sep 2005 17:06:50 -0500 (CDT)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Ken Bloom <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: qt4-dev-tools: should depend on libqt4-dev
X-Mailer: reportbug 3.17
Date: Sun, 25 Sep 2005 17:06:46 -0500
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: qt4-dev-tools
Version: 4.0.1-2
Severity: normal

qt4-dev-tools should depend on libqt4-dev rather than simply recommend
it

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages qt4-dev-tools depends on:
ii  libaudio2 1.7-3  The Network Audio System (NAS). (s
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libfontconfig12.3.2-1generic font configuration library
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
pn  libgcc1(no description available)
ii  libice6   6.8.2.dfsg.1-7 Inter-Client Exchange library
ii  libpng12-01.2.8rel-1 PNG library - runtime
ii  libqt4-core   4.0.1-2Qt 4 core non-GUI functionality ru
ii  libqt4-designer   4.0.1-2Qt 4 Designer libraries
ii  libqt4-gui4.0.1-2Qt 4 core GUI functionality runtim
ii  libsm66.8.2.dfsg.1-7 X Window System Session Management
ii  libstdc++64.0.1-8The GNU Standard C++ Library v3
ii  libx11-6  6.8.2.dfsg.1-7 X Window System protocol client li
ii  libxcursor1   1.1.3-1X cursor management library
ii  libxext6  6.8.2.dfsg.1-7 X Window System miscellaneous exte
ii  libxi66.8.2.dfsg.1-7 X Window System Input extension li
ii  libxinerama1  6.8.2.dfsg.1-7 X Window System multi-head display
ii  libxrandr26.8.2.dfsg.1-7 X Window System Resize, Rotate and
ii  libxrender1   1:0.9.0-2  X Rendering Extension client libra
ii  libxt66.8.2.dfsg.1-7 X Toolkit Intrinsics
ii  xlibs 6.8.2.dfsg.1-7 X Window System client libraries m
ii  zlib1g1:1.2.3-4  compression library - runtime

Versions of packages qt4-dev-tools recommends:
ii  libqt4-dev4.0.1-2Qt 4 development files
ii  qt4-doc   4.0.1-2Qt 4 API documentation

-- no debconf information

---
Received: (at 330094-close) by bugs.debian.org; 26 Oct 2005 22:38:18 +
>From [EMAIL PROTECTED] Wed Oct 26 15:38:18 2005
Return-path: <[EMAIL PROTECTED]>
Received: from joerg by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1EUtnO-0007BL-00; Wed, 26 Oct 2005 15:30:58 -0700
From: Brian Nelson <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: lisa $Revision: 1.30 $
Subject: Bug#330094: fixed in qt4-x11 4.0.1-3
Message-Id: <[EMAIL PROTECTED]>
Sender: Joerg Jaspert <[EMAIL PROTECTED]>
Date: Wed, 26 Oct 2005 15:30:58 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: Sp

Bug#335831: marked as done ([mips/mipsel] FTBFS due to invalid assembler code)

2005-10-26 Thread Debian Bug Tracking System
Your message dated Wed, 26 Oct 2005 15:30:55 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#335831: fixed in qt4-x11 4.0.1-4
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--
Received: (at submit) by bugs.debian.org; 26 Oct 2005 05:45:51 +
>From [EMAIL PROTECTED] Tue Oct 25 22:45:51 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mx01.qsc.de [213.148.129.14] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EUe6h-Wy-00; Tue, 25 Oct 2005 22:45:51 -0700
Received: from port-195-158-169-21.dynamic.qsc.de ([195.158.169.21] 
helo=hattusa.textio)
by mx01.qsc.de with esmtp (Exim 3.35 #1)
id 1EUe6H-0005ar-00
for [EMAIL PROTECTED]; Wed, 26 Oct 2005 07:45:25 +0200
Received: from ths by hattusa.textio with local (Exim 4.54)
id 1EUe6A-0003H7-9Q
for [EMAIL PROTECTED]; Wed, 26 Oct 2005 07:45:18 +0200
Date: Wed, 26 Oct 2005 07:45:16 +0200
To: [EMAIL PROTECTED]
Subject: [mips/mipsel] FTBFS due to invalid assembler code
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.11
From: Thiemo Seufer <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: qt4-x11
Version: 4.0.1-2
Tags: patch

qt4-x11 currently FTBFS for mips/mipsel because the assembler code for
atomic operations attempts to use MIPS II ll/sc instructions in MIPS I
assembly. The appended patch switches the atomic loops to assume MIPS II,
this works even for MIPS I CPUs because Linux emulates the ll/sc
instructions there.


Thiemo


#! /bin/sh /usr/share/dpatch/dpatch-run
## 12_mips_atomic_ops.dpatch by Thiemo Seufer <[EMAIL PROTECTED]>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Fix compilation for Linux MIPS-I code.

@DPATCH@
--- ./src/corelib/arch/mips/qatomic32.s.old 2005-10-26 02:28:44.0 
+0200
+++ ./src/corelib/arch/mips/qatomic32.s 2005-10-26 02:29:34.0 +0200
@@ -6,10 +6,12 @@
.globl  q_atomic_test_and_set_int
.entq_atomic_test_and_set_int
 q_atomic_test_and_set_int:
+   .set mips2
 1: ll   $8,0($4)
bne  $8,$5,2f
move $2,$6
sc   $2,0($4)
+   .set mips0
beqz $2,1b
nop
jr   $31
@@ -21,10 +23,12 @@ q_atomic_test_and_set_int:
.globl  q_atomic_test_and_set_ptr
.entq_atomic_test_and_set_ptr
 q_atomic_test_and_set_ptr:
+   .set mips2
 1: ll   $8,0($4)
bne  $8,$5,2f
move $2,$6
sc   $2,0($4)
+   .set mips0
beqz $2,1b
nop
jr   $31

---
Received: (at 335831-close) by bugs.debian.org; 26 Oct 2005 22:38:31 +
>From [EMAIL PROTECTED] Wed Oct 26 15:38:30 2005
Return-path: <[EMAIL PROTECTED]>
Received: from joerg by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1EUtnL-0007AX-00; Wed, 26 Oct 2005 15:30:55 -0700
From: Brian Nelson <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: lisa $Revision: 1.30 $
Subject: Bug#335831: fixed in qt4-x11 4.0.1-4
Message-Id: <[EMAIL PROTECTED]>
Sender: Joerg Jaspert <[EMAIL PROTECTED]>
Date: Wed, 26 Oct 2005 15:30:55 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: qt4-x11
Source-Version: 4.0.1-4

We believe that the bug you reported is fixed in the latest version of
qt4-x11, which is due to be installed in the Debian FTP archive:

libqt4-core_4.0.1-4_i386.deb
  to pool/main/q/qt4-x11/libqt4-core_4.0.1-4_i386.deb
libqt4-debug_4.0.1-4_i386.deb
  to pool/main/q/qt4-x11/libqt4-debug_4.0.1-4_i386.deb
libqt4-dev_4.0.1-4_i386.deb
  to pool/main/q/qt4-x11/libqt4-dev_4.0.1-4_i386.deb
libqt4-gui_4.0.1-4_i386.deb
  to pool/main/q/qt4-x11/libqt4-gui_4.0.1-4_i386.deb
libqt4-qt3support_4.0.1-4_i386.deb
  to pool/main/q/qt4-x11/libqt4-qt3support_4.0.1-4_i386.deb
libqt4-sql_4.0.1-4_i386.deb
  to pool/main/q/qt4-x11/libqt4-sql_4.0.1-4_i386.deb
qt4-designer_4.0.1-4_i386.deb
  to pool/main/q/qt

qt4-x11_4.0.1-4_i386.changes ACCEPTED

2005-10-26 Thread Debian Installer

Accepted:
libqt4-core_4.0.1-4_i386.deb
  to pool/main/q/qt4-x11/libqt4-core_4.0.1-4_i386.deb
libqt4-debug_4.0.1-4_i386.deb
  to pool/main/q/qt4-x11/libqt4-debug_4.0.1-4_i386.deb
libqt4-dev_4.0.1-4_i386.deb
  to pool/main/q/qt4-x11/libqt4-dev_4.0.1-4_i386.deb
libqt4-gui_4.0.1-4_i386.deb
  to pool/main/q/qt4-x11/libqt4-gui_4.0.1-4_i386.deb
libqt4-qt3support_4.0.1-4_i386.deb
  to pool/main/q/qt4-x11/libqt4-qt3support_4.0.1-4_i386.deb
libqt4-sql_4.0.1-4_i386.deb
  to pool/main/q/qt4-x11/libqt4-sql_4.0.1-4_i386.deb
qt4-designer_4.0.1-4_i386.deb
  to pool/main/q/qt4-x11/qt4-designer_4.0.1-4_i386.deb
qt4-dev-tools_4.0.1-4_i386.deb
  to pool/main/q/qt4-x11/qt4-dev-tools_4.0.1-4_i386.deb
qt4-doc_4.0.1-4_all.deb
  to pool/main/q/qt4-x11/qt4-doc_4.0.1-4_all.deb
qt4-x11_4.0.1-4.diff.gz
  to pool/main/q/qt4-x11/qt4-x11_4.0.1-4.diff.gz
qt4-x11_4.0.1-4.dsc
  to pool/main/q/qt4-x11/qt4-x11_4.0.1-4.dsc
Announcing to debian-devel-changes@lists.debian.org
Closing bugs: 335831 


Thank you for your contribution to Debian.


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



qt4-x11_4.0.1-3_i386.changes ACCEPTED

2005-10-26 Thread Debian Installer

Accepted:
libqt4-core_4.0.1-3_i386.deb
  to pool/main/q/qt4-x11/libqt4-core_4.0.1-3_i386.deb
libqt4-debug_4.0.1-3_i386.deb
  to pool/main/q/qt4-x11/libqt4-debug_4.0.1-3_i386.deb
libqt4-dev_4.0.1-3_i386.deb
  to pool/main/q/qt4-x11/libqt4-dev_4.0.1-3_i386.deb
libqt4-gui_4.0.1-3_i386.deb
  to pool/main/q/qt4-x11/libqt4-gui_4.0.1-3_i386.deb
libqt4-qt3support_4.0.1-3_i386.deb
  to pool/main/q/qt4-x11/libqt4-qt3support_4.0.1-3_i386.deb
libqt4-sql_4.0.1-3_i386.deb
  to pool/main/q/qt4-x11/libqt4-sql_4.0.1-3_i386.deb
qt4-designer_4.0.1-3_i386.deb
  to pool/main/q/qt4-x11/qt4-designer_4.0.1-3_i386.deb
qt4-dev-tools_4.0.1-3_i386.deb
  to pool/main/q/qt4-x11/qt4-dev-tools_4.0.1-3_i386.deb
qt4-doc_4.0.1-3_all.deb
  to pool/main/q/qt4-x11/qt4-doc_4.0.1-3_all.deb
qt4-x11_4.0.1-3.diff.gz
  to pool/main/q/qt4-x11/qt4-x11_4.0.1-3.diff.gz
qt4-x11_4.0.1-3.dsc
  to pool/main/q/qt4-x11/qt4-x11_4.0.1-3.dsc
Announcing to debian-devel-changes@lists.debian.org
Closing bugs: 328913 329302 330094 


Thank you for your contribution to Debian.


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



Processing of koffice-l10n_1.4.2-1_i386.changes

2005-10-26 Thread Archive Administrator
koffice-l10n_1.4.2-1_i386.changes uploaded successfully to localhost
along with the files:
  koffice-l10n_1.4.2-1.dsc
  koffice-l10n_1.4.2.orig.tar.gz
  koffice-l10n_1.4.2-1.diff.gz
  koffice-i18n-bg_1.4.2-1_all.deb
  koffice-i18n-ca_1.4.2-1_all.deb
  koffice-i18n-cs_1.4.2-1_all.deb
  koffice-i18n-cy_1.4.2-1_all.deb
  koffice-i18n-da_1.4.2-1_all.deb
  koffice-i18n-de_1.4.2-1_all.deb
  koffice-i18n-el_1.4.2-1_all.deb
  koffice-i18n-engb_1.4.2-1_all.deb
  koffice-i18n-es_1.4.2-1_all.deb
  koffice-i18n-et_1.4.2-1_all.deb
  koffice-i18n-eu_1.4.2-1_all.deb
  koffice-i18n-fi_1.4.2-1_all.deb
  koffice-i18n-fr_1.4.2-1_all.deb
  koffice-i18n-hu_1.4.2-1_all.deb
  koffice-i18n-it_1.4.2-1_all.deb
  koffice-i18n-nb_1.4.2-1_all.deb
  koffice-i18n-nl_1.4.2-1_all.deb
  koffice-i18n-nn_1.4.2-1_all.deb
  koffice-i18n-pl_1.4.2-1_all.deb
  koffice-i18n-pt_1.4.2-1_all.deb
  koffice-i18n-ptbr_1.4.2-1_all.deb
  koffice-i18n-ru_1.4.2-1_all.deb
  koffice-i18n-sl_1.4.2-1_all.deb
  koffice-i18n-sr_1.4.2-1_all.deb
  koffice-i18n-srlatin_1.4.2-1_all.deb
  koffice-i18n-sv_1.4.2-1_all.deb
  koffice-i18n-ta_1.4.2-1_all.deb
  koffice-i18n-tg_1.4.2-1_all.deb
  koffice-i18n-zhcn_1.4.2-1_all.deb

Greetings,

Your Debian queue daemon


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



koffice-l10n_1.4.2-1_i386.changes is NEW

2005-10-26 Thread Debian Installer
koffice-i18n-bg_1.4.2-1_all.deb
  to pool/main/k/koffice-l10n/koffice-i18n-bg_1.4.2-1_all.deb
koffice-i18n-ca_1.4.2-1_all.deb
  to pool/main/k/koffice-l10n/koffice-i18n-ca_1.4.2-1_all.deb
koffice-i18n-cs_1.4.2-1_all.deb
  to pool/main/k/koffice-l10n/koffice-i18n-cs_1.4.2-1_all.deb
koffice-i18n-cy_1.4.2-1_all.deb
  to pool/main/k/koffice-l10n/koffice-i18n-cy_1.4.2-1_all.deb
koffice-i18n-da_1.4.2-1_all.deb
  to pool/main/k/koffice-l10n/koffice-i18n-da_1.4.2-1_all.deb
koffice-i18n-de_1.4.2-1_all.deb
  to pool/main/k/koffice-l10n/koffice-i18n-de_1.4.2-1_all.deb
koffice-i18n-el_1.4.2-1_all.deb
  to pool/main/k/koffice-l10n/koffice-i18n-el_1.4.2-1_all.deb
koffice-i18n-engb_1.4.2-1_all.deb
  to pool/main/k/koffice-l10n/koffice-i18n-engb_1.4.2-1_all.deb
koffice-i18n-es_1.4.2-1_all.deb
  to pool/main/k/koffice-l10n/koffice-i18n-es_1.4.2-1_all.deb
koffice-i18n-et_1.4.2-1_all.deb
  to pool/main/k/koffice-l10n/koffice-i18n-et_1.4.2-1_all.deb
(new) koffice-i18n-eu_1.4.2-1_all.deb optional kde
Basque (eu) translations for KOffice
 This package contains the Basque translations for all applications
 in the KDE Office Suite.
koffice-i18n-fi_1.4.2-1_all.deb
  to pool/main/k/koffice-l10n/koffice-i18n-fi_1.4.2-1_all.deb
koffice-i18n-fr_1.4.2-1_all.deb
  to pool/main/k/koffice-l10n/koffice-i18n-fr_1.4.2-1_all.deb
koffice-i18n-hu_1.4.2-1_all.deb
  to pool/main/k/koffice-l10n/koffice-i18n-hu_1.4.2-1_all.deb
koffice-i18n-it_1.4.2-1_all.deb
  to pool/main/k/koffice-l10n/koffice-i18n-it_1.4.2-1_all.deb
koffice-i18n-nb_1.4.2-1_all.deb
  to pool/main/k/koffice-l10n/koffice-i18n-nb_1.4.2-1_all.deb
koffice-i18n-nl_1.4.2-1_all.deb
  to pool/main/k/koffice-l10n/koffice-i18n-nl_1.4.2-1_all.deb
koffice-i18n-nn_1.4.2-1_all.deb
  to pool/main/k/koffice-l10n/koffice-i18n-nn_1.4.2-1_all.deb
koffice-i18n-pl_1.4.2-1_all.deb
  to pool/main/k/koffice-l10n/koffice-i18n-pl_1.4.2-1_all.deb
koffice-i18n-pt_1.4.2-1_all.deb
  to pool/main/k/koffice-l10n/koffice-i18n-pt_1.4.2-1_all.deb
koffice-i18n-ptbr_1.4.2-1_all.deb
  to pool/main/k/koffice-l10n/koffice-i18n-ptbr_1.4.2-1_all.deb
koffice-i18n-ru_1.4.2-1_all.deb
  to pool/main/k/koffice-l10n/koffice-i18n-ru_1.4.2-1_all.deb
koffice-i18n-sl_1.4.2-1_all.deb
  to pool/main/k/koffice-l10n/koffice-i18n-sl_1.4.2-1_all.deb
koffice-i18n-sr_1.4.2-1_all.deb
  to pool/main/k/koffice-l10n/koffice-i18n-sr_1.4.2-1_all.deb
(new) koffice-i18n-srlatin_1.4.2-1_all.deb optional kde
Latin Serbian ([EMAIL PROTECTED]) translations for KOffice
 This package contains the Latin Serbian translations for all applications
 in the KDE Office Suite.
koffice-i18n-sv_1.4.2-1_all.deb
  to pool/main/k/koffice-l10n/koffice-i18n-sv_1.4.2-1_all.deb
(new) koffice-i18n-ta_1.4.2-1_all.deb optional kde
Tamil (ta) translations for KOffice
 This package contains the Tamil translations for all applications
 in the KDE Office Suite.
koffice-i18n-tg_1.4.2-1_all.deb
  to pool/main/k/koffice-l10n/koffice-i18n-tg_1.4.2-1_all.deb
koffice-i18n-zhcn_1.4.2-1_all.deb
  to pool/main/k/koffice-l10n/koffice-i18n-zhcn_1.4.2-1_all.deb
(new) koffice-l10n_1.4.2-1.diff.gz optional kde
(new) koffice-l10n_1.4.2-1.dsc optional kde
(new) koffice-l10n_1.4.2.orig.tar.gz optional kde
Changes: koffice-l10n (1.4.2-1) unstable; urgency=low
 .
  +++ Changes by Ana Beatriz Guerrero Lopez:
 .
  * New upstream release.
  * Now upstream source is called koffice-l10n instead koffice-i18n.
  * Repackaged from scratch based on the current kde-i18n packages.
  * Changed to group maintenance by the Debian Qt/KDE group.
  * Dummy packages are no longer necessary. (Closes: #322012)
  * Updated FSF address in copyright file.
  * Bumped standards-version to 3.6.2.
Announcing to debian-devel-changes@lists.debian.org
Closing bugs: 322012 


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.


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