package dependcies

2005-09-14 Thread Erich Steiger
Hi,

Why does the package libqt4-dev needs to uninstall the packages xlibmesa-glu 
and xserver-xfree86? I have installed the qt 4.0.1 from source and it works 
fine with xlibmesa-glu and xserver-xfree86. 

Greetz
erich


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



playground/base/guidance/debian

2005-09-14 Thread Jonathan Riddell
SVN commit 460744 by jriddell:

Update debian directory
Fix clean target
Use XDG menus (for systemsettings and general sanity)
Rename package to kde-guidance (pleases ftpmaster)
Simplify description (pleases ftpmaster)


 M  +16 -0 changelog  
 M  +8 -19 control  
 M  +0 -1  dirs  
 D docs  
 M  +41 -16rules  


--- trunk/playground/base/guidance/debian/changelog #460743:460744
@@ -1,3 +1,19 @@
+kde-guidance (0.4.0-0ubuntu1) breezy; urgency=low
+
+  * New upstream version
+  * Fix debian/rules for rename to kde-guidance
+
+ -- Jonathan Riddell <[EMAIL PROTECTED]>  Thu, 15 Sep 2005 01:07:38 +0100
+
+kde-guidance (0.3.0+svn20050911-0ubuntu1) breezy; urgency=low
+
+  * Initial Ubuntu upload
+  * Install .py files into /usr/lib/python2.4/site-packages/guidance
+  * Change source and package name to kde-guidance to 
+reduce namespace polution
+
+ -- Jonathan Riddell <[EMAIL PROTECTED]>  Sun, 11 Sep 2005 23:51:52 +0100
+
 guidance (0.3.0-1) unstable; urgency=low
 
   * Initial release
--- trunk/playground/base/guidance/debian/control #460743:460744
@@ -1,31 +1,20 @@
-Source: guidance
+Source: kde-guidance
 Section: kde
 Priority: optional
 Maintainer: Fathi Boudra <[EMAIL PROTECTED]>
 Build-Depends: debhelper (>= 4.1), kdelibs4-dev (>= 3.4.2), libpythonize0-dev 
(>= 0.3.0), libtool (>= 1.5.6), libxml2-utils (>= 2.6.20), libxxf86vm-dev (>= 
6.8.2), pykdeextensions (>= 0.3.0), pyqt-tools (>= 3.14.1), python-kde3 (>= 
3.11.3), python-sip4-dev (>= 4.2.1)
 Standards-Version: 3.6.2
 
-Package: guidance
+Package: kde-guidance
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
-Description: collection of system administration tools for Linux/KDE
- Guidance is a collection of system administration tools
- for Linux/KDE systems.
+Description: collection of KDE system administration tools for GNU/Linux
+ Guidance is a collection of KDE system administration tools
+ for GNU/Linux systems.
  .
- The tools that make up Guidance are in different stages of
- development and have only been tested on Mandrake.
- .
- Guidance currently consists of four programs: 
+ Guidance currently consists of three programs: 
   o  userconfig - User and Group administration
- Mostly feature complete. Only supports /etc/passwd and
- /etc/shadow right now. LDAP may be added later.
   o  serviceconfig - Service/daemon administration
- Feature complete. But probably only works on Mandrake, Debian,
- Gentoo and maybe Red Hat out of the box.
   o  mountconfig - Disk and filesystem administration
- Almost feature complete. Should work ok on most distributions
- although it may not recognise some of the more rare filesystem types.
- (Let me know which filesystems it doesn't recognise!)
-  o  displayconfig - Screen and display configuration
- Also feature complete except for multi-head support. Only works
- on Mandrake right now due to the use of ldetect and it's datafiles.
+ .
+ These programs are also KControl modules.
--- trunk/playground/base/guidance/debian/dirs #460743:460744
@@ -1,5 +1,4 @@
 usr/bin
 usr/lib
-usr/share/applnk/Settings/System
 usr/share/apps/guidance
 usr/share/doc/kde/HTML/en/guidance
--- trunk/playground/base/guidance/debian/rules #460743:460744
@@ -31,6 +31,14 @@
 
rm -rf build
 
+   #Added jriddell
+   rm -rf doc/en/*html doc/en/*bz2
+   rm -f serviceconfig/kcm_serviceconfig.cpp 
+   rm -f mountconfig/kcm_mountconfig.cpp 
+   rm -f displayconfig/kcm_displayconfig.cpp 
+   rm -f userconfig/kcm_userconfig.cpp
+   rm -f install_log.txt
+
dh_clean 
 
 install: build
@@ -39,31 +47,48 @@
dh_clean -k 
dh_installdirs
 
-   /usr/bin/python setup.py install --prefix=/usr 
--root=$(CURDIR)/debian/guidance
+   /usr/bin/python setup.py install --prefix=/usr 
--root=$(CURDIR)/debian/kde-guidance
 
-   # setup.py bug, need to be fixed in upstream
-   dh_install debian/guidance/usr/share/applications/kde/*.desktop 
usr/share/applnk/Settings/System
-   rm -rf debian/guidance/usr/share/applications
+   #Solution to bug is not to got back to old menu system but fix the 
current one - jriddell
+   ## setup.py bug, need to be fixed in upstream
+   #dh_install debian/kde-guidance/usr/share/applications/kde/*.desktop 
usr/share/applnk/Settings/System
+   #rm -rf debian/kde-guidance/usr/share/applications
+   for asdf in debian/kde-guidance/usr/share/applications/kde/*; do \
+   echo "Categories=Qt;KDE;X-KDE-settings-system;" >> $${asdf}; \
+   done
 
+   # Put Python modules in /usr/lib, Debian policy compliance
+   mkdir debian/kde-guidance/usr/lib/python2.4/site-packages/guidance
+   mv debian/kde-guidance/usr/share/apps/guidance/*py 
debian/kde-guidance/usr/lib/python2.4/site-packages/guidance
+   mv debian/kde-guidance/usr/share/apps/guidance/*pyc 
debian/kde-guidance/usr/lib/python2.4/site-packages/guidance
+
   

Bug#328157: libqt3-mt: Qt's Q_EXPORT macro does not support gcc's -fvisibility

2005-09-14 Thread Koos Vriezen
http://bugs.kde.org/show_bug.cgi?id=101542 is closed. What exact issues
still remain for the 3.4 branch? Note that this is important for KDE,
since it solves more or less the slow application start up performance.
Better to have as much testing now and have a possibility to revert than
the other way around IMHO (unless you own Intel shares of course :-)).

Other than that, it's also for users own compilings that can't use
visiblity w/o that patch. Eg. I've some debian pkgs for KMPlayer on my
site for SID as well, and those unfortunately suffers from slower startup
due to this bug in Qt and I know that there is no problem with
-fvisibility=hidden. You could also fix Qt and comment out the checks
in the KDE admin dirs (like kubuntu does IIRC), though I don't recommend
it.

Regards,

Koos Vriezen


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



Bug#328158: akregator: Present in 1.1.3.

2005-09-14 Thread Leandro Penz
Package: akregator
Version: 4:3.4.2-1
Followup-For: Bug #328158


Present in this versoin of akregator.


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (600, 'testing'), (400, 'stable'), (200, 'unstable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages akregator depends on:
ii  kdelibs4c24:3.4.2-3  core libraries for all KDE applica
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.1-2  GCC support library
ii  libkdepim1a   4:3.4.2-1  KDE PIM library
ii  libqt3-mt 3:3.3.4-8  Qt GUI Library (Threaded runtime v
ii  libstdc++64.0.1-2The GNU Standard C++ Library v3

akregator recommends no packages.

-- debconf-show failed


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



Processed: Re: Bug#328248: libarts1-xine needs to link against libmodplug0c2

2005-09-14 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> reassign 328248 libxine1 1.0.1-1.2
Bug#328248: libarts1-xine needs to link against libmodplug0c2
Bug reassigned from package `libarts1-xine' to `libxine1'.

> thanks
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#328248: libarts1-xine needs to link against libmodplug0c2

2005-09-14 Thread C.Y.M

> 
>   Well, then you should've reported the bug against libxine1, not
>   against us; we can't do nothing about it. .oO(other than NMU)
> 
>   Reassigned, thanks.
> 

Thanks, sorry for the confusion.



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



Bug#328248: libarts1-xine needs to link against libmodplug0c2

2005-09-14 Thread Adeodato Simó
reassign 328248 libxine1 1.0.1-1.2
thanks

* C.Y.M [Wed, 14 Sep 2005 05:49:21 -0700]:

> Adeodato Simó wrote:
> > * C.Y.M [Wed, 14 Sep 2005 05:04:41 -0700]:


> >>Package: libarts1-xine
> >>Version: 3.4.2-2


> >>libarts1-xine should be built against libmodplug0c2 (not libmodplug0).

> >   Er, where does libarts1-xine depend on libmodplug0? I can't find it.

> I guess libarts-xine is being built against libxine1 which in turn is linked
> against libmodplug0.  So, when I goto install libmodplug0c2, it wants to 
> remove
> all of the above.

  Well, then you should've reported the bug against libxine1, not
  against us; we can't do nothing about it. .oO(other than NMU)

  Reassigned, thanks.

-- 
Adeodato Simó
EM: asp16 [ykwim] alu.ua.es | PK: DA6AE621
 
One way to make your old car run better is to look up the price of a new model.



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



Bug#328248: libarts1-xine needs to link against libmodplug0c2

2005-09-14 Thread C.Y.M
Adeodato Simó wrote:
> * C.Y.M [Wed, 14 Sep 2005 05:04:41 -0700]:
> 
> 
>>Package: libarts1-xine
>>Version: 3.4.2-2
> 
> 
>>libarts1-xine should be built against libmodplug0c2 (not libmodplug0).
> 
> 
>   Er, where does libarts1-xine depend on libmodplug0? I can't find it.
> 
> 

I guess libarts-xine is being built against libxine1 which in turn is linked
against libmodplug0.  So, when I goto install libmodplug0c2, it wants to remove
all of the above.

-C



Bug#328248: libarts1-xine needs to link against libmodplug0c2

2005-09-14 Thread Adeodato Simó
* C.Y.M [Wed, 14 Sep 2005 05:04:41 -0700]:

> Package: libarts1-xine
> Version: 3.4.2-2

> libarts1-xine should be built against libmodplug0c2 (not libmodplug0).

  Er, where does libarts1-xine depend on libmodplug0? I can't find it.


-- 
Adeodato Simó
EM: asp16 [ykwim] alu.ua.es | PK: DA6AE621
 
America may be unique in being a country which has leapt from barbarism
to decadence without touching civilization.
-- John O'Hara



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



Processed: Re: Bug#255583: kghostview: doesn't print if kdeprint is set to print multiple pages per sheet

2005-09-14 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> found #255583 3.4.2-1
Bug#255583: kghostview: doesn't print if kdeprint is set to print multiple 
pages per sheet
Bug marked as found in version 3.4.2-1.

> thanks
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#255583: kghostview: doesn't print if kdeprint is set to print multiple pages per sheet

2005-09-14 Thread Marc Haber
found #255583 3.4.2-1
thanks

On Mon, Jun 21, 2004 at 04:20:20PM +0200, Marc Haber wrote:
> please open pdftexman.pdf from the tetex-doc package. Select
> File/Print, click on Printer Properties and choose "4 Pages per
> Sheet". Select a page range 1-2 to save paper and click print.
> 
> On my system (printing via CUPS to a HP laserJet 4050tn) nothing is
> printed.

This bug is still present in current Debian unstable KDE.

Unfortunately, this can be reproduce with most PDF files that can be
found on the internet, severely reducing kghostview's usefulness.

Greetings
Marc

-- 
-
Marc Haber | "I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things."Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835


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



Bug#328248: libarts1-xine needs to link against libmodplug0c2

2005-09-14 Thread C.Y.M
Package: libarts1-xine
Version: 3.4.2-2

libarts1-xine should be built against libmodplug0c2 (not libmodplug0).


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



kdeutils_3.4.2-3_i386.changes ACCEPTED

2005-09-14 Thread Debian Installer

Accepted:
ark_3.4.2-3_i386.deb
  to pool/main/k/kdeutils/ark_3.4.2-3_i386.deb
kcalc_3.4.2-3_i386.deb
  to pool/main/k/kdeutils/kcalc_3.4.2-3_i386.deb
kcharselect_3.4.2-3_i386.deb
  to pool/main/k/kdeutils/kcharselect_3.4.2-3_i386.deb
kdelirc_3.4.2-3_i386.deb
  to pool/main/k/kdeutils/kdelirc_3.4.2-3_i386.deb
kdessh_3.4.2-3_i386.deb
  to pool/main/k/kdeutils/kdessh_3.4.2-3_i386.deb
kdeutils-dev_3.4.2-3_i386.deb
  to pool/main/k/kdeutils/kdeutils-dev_3.4.2-3_i386.deb
kdeutils-doc-html_3.4.2-3_all.deb
  to pool/main/k/kdeutils/kdeutils-doc-html_3.4.2-3_all.deb
kdeutils_3.4.2-3.diff.gz
  to pool/main/k/kdeutils/kdeutils_3.4.2-3.diff.gz
kdeutils_3.4.2-3.dsc
  to pool/main/k/kdeutils/kdeutils_3.4.2-3.dsc
kdeutils_3.4.2-3_all.deb
  to pool/main/k/kdeutils/kdeutils_3.4.2-3_all.deb
kdf_3.4.2-3_i386.deb
  to pool/main/k/kdeutils/kdf_3.4.2-3_i386.deb
kedit_3.4.2-3_i386.deb
  to pool/main/k/kdeutils/kedit_3.4.2-3_i386.deb
kfloppy_3.4.2-3_i386.deb
  to pool/main/k/kdeutils/kfloppy_3.4.2-3_i386.deb
kgpg_3.4.2-3_i386.deb
  to pool/main/k/kdeutils/kgpg_3.4.2-3_i386.deb
khexedit_3.4.2-3_i386.deb
  to pool/main/k/kdeutils/khexedit_3.4.2-3_i386.deb
kjots_3.4.2-3_i386.deb
  to pool/main/k/kdeutils/kjots_3.4.2-3_i386.deb
klaptopdaemon_3.4.2-3_i386.deb
  to pool/main/k/kdeutils/klaptopdaemon_3.4.2-3_i386.deb
kmilo_3.4.2-3_i386.deb
  to pool/main/k/kdeutils/kmilo_3.4.2-3_i386.deb
kregexpeditor_3.4.2-3_i386.deb
  to pool/main/k/kdeutils/kregexpeditor_3.4.2-3_i386.deb
ksim_3.4.2-3_i386.deb
  to pool/main/k/kdeutils/ksim_3.4.2-3_i386.deb
ktimer_3.4.2-3_i386.deb
  to pool/main/k/kdeutils/ktimer_3.4.2-3_i386.deb
kwalletmanager_3.4.2-3_i386.deb
  to pool/main/k/kdeutils/kwalletmanager_3.4.2-3_i386.deb
Announcing to debian-devel-changes@lists.debian.org
Closing bugs: 328210 


Thank you for your contribution to Debian.


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



Bug#328210: marked as done (ksim: Needs rebuild against libsnmp9-dev)

2005-09-14 Thread Debian Bug Tracking System
Your message dated Wed, 14 Sep 2005 03:47:08 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#328210: fixed in kdeutils 4:3.4.2-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; 14 Sep 2005 06:48:01 +
>From [EMAIL PROTECTED] Tue Sep 13 23:48:01 2005
Return-path: <[EMAIL PROTECTED]>
Received: from sparcs.kaist.ac.kr [143.248.234.102] (Debian-exim)
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EFR3p-0002On-00; Tue, 13 Sep 2005 23:48:01 -0700
Received: from tinuviel by sparcs.kaist.ac.kr with local (Exim 4.50)
id 1EFR3n-0007xN-Vz
for [EMAIL PROTECTED]; Wed, 14 Sep 2005 15:47:59 +0900
Date: Wed, 14 Sep 2005 15:47:59 +0900
To: [EMAIL PROTECTED]
Subject: ksim: Needs rebuild against libsnmp9-dev
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Organization: SPARCS, KAIST
User-Agent: Mutt/1.5.9i
From: Seo Sanghyeon <[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.0 required=4.0 tests=BAYES_01,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: ksim
Version: 4:3.4.2-2
Severity: serious

ksim depends on libsnmp5 which is no more in Unstable. It needs
rebuild against libsnmp9-dev. See #322500.

Seo Sanghyeon

---
Received: (at 328210-close) by bugs.debian.org; 14 Sep 2005 10:48:31 +
>From [EMAIL PROTECTED] Wed Sep 14 03:48:31 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1EFUnE-0006kS-00; Wed, 14 Sep 2005 03:47:08 -0700
From: Debian Qt/KDE Maintainers 
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#328210: fixed in kdeutils 4:3.4.2-3
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 14 Sep 2005 03:47:08 -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: kdeutils
Source-Version: 4:3.4.2-3

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

ark_3.4.2-3_i386.deb
  to pool/main/k/kdeutils/ark_3.4.2-3_i386.deb
kcalc_3.4.2-3_i386.deb
  to pool/main/k/kdeutils/kcalc_3.4.2-3_i386.deb
kcharselect_3.4.2-3_i386.deb
  to pool/main/k/kdeutils/kcharselect_3.4.2-3_i386.deb
kdelirc_3.4.2-3_i386.deb
  to pool/main/k/kdeutils/kdelirc_3.4.2-3_i386.deb
kdessh_3.4.2-3_i386.deb
  to pool/main/k/kdeutils/kdessh_3.4.2-3_i386.deb
kdeutils-dev_3.4.2-3_i386.deb
  to pool/main/k/kdeutils/kdeutils-dev_3.4.2-3_i386.deb
kdeutils-doc-html_3.4.2-3_all.deb
  to pool/main/k/kdeutils/kdeutils-doc-html_3.4.2-3_all.deb
kdeutils_3.4.2-3.diff.gz
  to pool/main/k/kdeutils/kdeutils_3.4.2-3.diff.gz
kdeutils_3.4.2-3.dsc
  to pool/main/k/kdeutils/kdeutils_3.4.2-3.dsc
kdeutils_3.4.2-3_all.deb
  to pool/main/k/kdeutils/kdeutils_3.4.2-3_all.deb
kdf_3.4.2-3_i386.deb
  to pool/main/k/kdeutils/kdf_3.4.2-3_i386.deb
kedit_3.4.2-3_i386.deb
  to pool/main/k/kdeutils/kedit_3.4.2-3_i386.deb
kfloppy_3.4.2-3_i386.deb
  to pool/main/k/kdeutils/kfloppy_3.4.2-3_i386.deb
kgpg_3.4.2-3_i386.deb
  to pool/main/k/kdeutils/kgpg_3.4.2-3_i386.deb
khexedit_3.4.2-3_i386.deb
  to pool/main/k/kdeutils/khexedit_3.4.2-3_i386.deb
kjots_3.4.2-3_i386.deb
  to pool/main/k/kdeutils/kjots_3.4.2-3_i386.deb
klaptopdaemon_3.4.2-3_i386.deb
  to pool/main/k/kdeutils/klaptopdaemon_3.4.2-3_i386.deb
kmilo_3.4.2-3_i386.deb
  to pool/main/k/kdeutils/kmilo_3.4.2-3_i386.deb
kregexpeditor_3.4.2-3_i386.deb
  to pool/main/k/kdeutils/kregexpeditor_3.4.2-3_i386.deb
ksim_3.4.2-3_i386.deb
  to pool/main/k/kdeutils/ksim_3.4.2-3_i386.deb
ktimer_3.4.2-3_i386.deb
  to pool/main/k/kdeutils/ktimer_3.4.2-3_i386.deb
kwalletmanager_3.4.2-3_i386.deb
  to pool/main/k/kdeutils/kwalletmanager_3.4.2-3_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen th

Processing of kdeutils_3.4.2-3_i386.changes

2005-09-14 Thread Archive Administrator
kdeutils_3.4.2-3_i386.changes uploaded successfully to localhost
along with the files:
  kwalletmanager_3.4.2-3_i386.deb
  kdeutils-doc-html_3.4.2-3_all.deb
  kdelirc_3.4.2-3_i386.deb
  ktimer_3.4.2-3_i386.deb
  kmilo_3.4.2-3_i386.deb
  kcharselect_3.4.2-3_i386.deb
  kdf_3.4.2-3_i386.deb
  kdeutils-dev_3.4.2-3_i386.deb
  klaptopdaemon_3.4.2-3_i386.deb
  kedit_3.4.2-3_i386.deb
  kfloppy_3.4.2-3_i386.deb
  kcalc_3.4.2-3_i386.deb
  kdeutils_3.4.2-3.dsc
  kgpg_3.4.2-3_i386.deb
  kjots_3.4.2-3_i386.deb
  kregexpeditor_3.4.2-3_i386.deb
  kdessh_3.4.2-3_i386.deb
  kdeutils_3.4.2-3.diff.gz
  kdeutils_3.4.2-3_all.deb
  ark_3.4.2-3_i386.deb
  ksim_3.4.2-3_i386.deb
  khexedit_3.4.2-3_i386.deb

Greetings,

Your Debian queue daemon


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



Bug#328210: ksim: Needs rebuild against libsnmp9-dev

2005-09-14 Thread Seo Sanghyeon
Package: ksim
Version: 4:3.4.2-2
Severity: serious

ksim depends on libsnmp5 which is no more in Unstable. It needs
rebuild against libsnmp9-dev. See #322500.

Seo Sanghyeon


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