Bug#1043424: plasma-desktop: Missing dependency on pipewire breaks screen sharing under Wayland

2023-08-10 Thread Lisandro Damian Nicanor Perez Meyer
severity 1043424 normal
thanks

Hi!

On jueves, 10 de agosto de 2023 15:19:04 -03 Nazar Zhuk wrote:
> Package: plasma-desktop
> Version: 4:5.27.5-2
> Severity: important
> X-Debbugs-Cc: nazar@zhuk.online
> 
> Dear Maintainer,
> 
>* What led up to the situation?
>I attempted screen sharing in Zoom on a fresh install of Debian 12
>with KDE Plasma under Wayland.
> 
>* What was the outcome of this action?
>KDE window allowed me to pick a screen or a window to share. It did
>not show previews. Upon selection the error was shown:
>KDE Portal Integration
>Failed to start screencasting
>Failed to create PipeWire context
> 
>* What outcome did you expect instead?
>I expected the screen/window to be shared.
> 
> I tested screen capture in
> https://mozilla.github.io/webrtc-landing/gum_test.html to make sure this
> isn't a Zoom issue. Same outcome.
> 
> After some searching and digging the issue appears to be that pipewire
> was not installed.
> 
> This fixed the problem:
> 
> sudo apt install pipewire
> systemctl --user start pipewire
> 
> pipewire should be a dependency of plasma-desktop or one of it's
> dependencies so this works out of the box.
> 
> Marking this as important since screen sharing is a must for a desktop OS
> in business.

I can agree that something in Plasma should depend/recommend xdg-desktop-
portal-kde.  But neither KDE+Wayland nor pipewire are defaults for Debian, so 
users wanting to use them are expected to do some work. Granted, it would be 
just awesome if no action would be required, but that is sadly not the case 
here. I am so downgrading this bug to normal.

I would argue that this bug should be retitled to only care about the xdg-
desktop-portal-kde package.

Kinds regards, Lisandro.





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


Bug#1040496: qt6-virtualkeyboard FTBFS with parallel=1: qmlcachegen segfaults

2023-07-25 Thread Lisandro Damian Nicanor Perez Meyer
severity 1040496 important
thanks

As discussed on IRC I am hacking around this in qt6-virtualkeyboard 
6.4.2+dfsg-3 so parallel is at least 2. I personally do not think this is an 
RC bug, but at least we have a way to avoid the FTBFS for the time being.

My tests with Qt 6.5 showed no issue, so hopefully we are going to get this 
cleaned up soon.

Regards, Lisandro.

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


Bug#1038699: closed by Patrick Franz ()

2023-07-12 Thread Lisandro Damian Nicanor Perez Meyer
On miércoles, 12 de julio de 2023 19:15:20 -03 Lisandro Damian Nicanor Perez 
Meyer wrote:
> On miércoles, 21 de junio de 2023 05:51:37 -03 Oswald Buddenhagen wrote:
> > huh?
> > 
> > if the declaration of the private dependency is just missing in that qtc
> > plugin , then fair enough.
> 
> You need the QML private headers for that part since ages.
> 
> > but that doesn't explain the total garbage
> > error message which suggests some kind of internal error (it sort of
> > suggests that an incomplete package is installed like in the other bug i
> > reported, except that it's just not there).
> 
> Exactly, it suggests you are missing the private headers. Whoever coded that
> made them a dependency. The fact that we split them and do not install them
> by default makes the code show that error message.

Or maybe you where suggesting that the error message is not as helpful as a 
more direct one. If that's the case... I don't think any of us will put time 
on that. If you want I can reopen the bug and mark it as wishlist. But you 
know the upstream procedure better than I, and maybe you can sen a patch to 
upstream!


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


Bug#1038699: closed by Patrick Franz ()

2023-07-12 Thread Lisandro Damian Nicanor Perez Meyer
On miércoles, 21 de junio de 2023 05:51:37 -03 Oswald Buddenhagen wrote:
> huh?
> 
> if the declaration of the private dependency is just missing in that qtc
> plugin , then fair enough.

You need the QML private headers for that part since ages.

> but that doesn't explain the total garbage
> error message which suggests some kind of internal error (it sort of
> suggests that an incomplete package is installed like in the other bug i
> reported, except that it's just not there).

Exactly, it suggests you are missing the private headers. Whoever coded that 
made them a dependency. The fact that we split them and do not install them by 
default makes the code show that error message.

> please investigate whether this is a result of splitting, and forward
> the bug to upstream with your findings.

No need to, the answer will be "install the private headers".


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


Bug#1040700: kleopatra: Depends upon pinentry-qt instead of pinentry

2023-07-09 Thread Lisandro Damian Nicanor Perez Meyer
tag 1040700 + patch
thanks

On domingo, 9 de julio de 2023 12:00:30 -03 Lisandro Damián Nicanor Pérez 
Meyer wrote:
> Package: kleopatra
> Version: 4:22.12.3-1
> Severity: normal
> X-Debbugs-Cc: lisan...@debian.org
> 
> Hi! kleopatra has a direct dependency on pinentry-qt instead of
> pinentry. The problem with this is that people wanting to use any other
> pinentry fronted are forced to install the Qt version.
> 
> The correct solution for this would be to replace the dependency with
> pinentry and move pinentry-qt as Recommends, thus giving the Qt version
> a chance but allowing users to use any other variant, like the curses or
> gtk one.

MR in https://salsa.debian.org/qt-kde-team/kde/kleopatra/-/merge_requests/2

Thanks Pino for noticing that this requires a graphical pinentry manager, so 
now the dependency is pinentry-x11 | pinentry-qt.


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


Re: Bug#1038988: qt6-multimedia: Patch to build with system egein3

2023-07-09 Thread Lisandro Damian Nicanor Perez Meyer
Hi!

On sábado, 24 de junio de 2023 03:42:33 -03 Christian Marillat wrote:
> Source: qt6-multimedia
> Version: 6.4.2-5
> Severity: normal
> 
> Dear Maintainer,
> 
> Please find bellow a debdiff to build qt6-multimedia with system
> eigen3
> 
> Changes are:
>   Add libeigen3-dev to Build-Depends
>   Add a pacth to changes the cinclude path ../3rdparty/eigen to
> /usr/include/eigen3 in src/spatialaudio/CMakeLists.txt and
> src/resonance-audio/CMakeLists.txt

Thanks for your patch! to be totally honest I missed it yesterday while doing 
a Multimedia upload, my bad.

The patch looks really good, but I also just noticed that eigen3 provides both 
cmake and pkg-config files, so ideally we should try to use that. No, I'm not 
asking you to do it, I'll tyr to give it a go.

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


Bug#1040496: qt6-virtualkeyboard FTBFS with parallel=1: qmlcachegen segfaults

2023-07-08 Thread Lisandro Damian Nicanor Perez Meyer
On sábado, 8 de julio de 2023 12:27:34 -03 Lisandro Damián Nicanor Pérez Meyer 
wrote:
> Hi,
> 
> On Thu, 6 Jul 2023 at 14:30, Helmut Grohne  wrote:
> > Source: qt6-virtualkeyboard
> > Version: 6.4.2+dfsg-2
> > Severity: serious
> > Tags: ftbfs
> > 
> > qt6-virtualkeyboard fails to build from source in unstable when passing
> 
> > DEB_BUILD_OPTIONS=parallel=1. A build ends as follows:
> Interestingly enough I could only reproduce the issue by using sbuild.
> If I hand compile it using dpkg-buildpackage directly on a clean
> machine things just work.

More info: I did a build of qt6-virtualkeyboard on 6.5.1 with parallel=1 with 
no issues... but at the same time not the fully proper environment, because it 
was an sbuild build using Ubuntu focal and some special Qt build I have at 
hand. But maybe the answer is there.

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


Bug#1035985: Built without GLESv2 support causing errors on machines only supporting GLES

2023-06-05 Thread Lisandro Damian Nicanor Perez Meyer
Hi Erik, Leonardo

On Sun, 4 Jun 2023 22:41:46 -0300 Lisandro Damián Nicanor Pérez Meyer 
 wrote:
[snip]
> > please consider bumping the severity level of #1035985, as it makes
> > Debian unable to use qt on the many embedded platforms, and the next
> > stable will be affected by this for a long time. Is it possible to
> > include the `QT_FEATURE_opengles2` flag before the release? I'm
> > willingly to send a patch if needed.
> 
> I am afraid it was discovered too late in the release process. My plan
> is to test it as soon as Bookworm is released and hopefully get a
> stable pu update. But I can't promise anything.
> 
> Bumping the severity for a feature not discovered in time is a non-go.
> 
> 

I reviewed this bug report. libgles-dev is present in the build, as you can see 
in [0].

[0] 


Moreover, if you grep for "gles" in the build log [1] you will see that both 
libgles1 and libgles2 are present.

[1] 


Or even:

```
-- Performing Test HAVE_GLESv2
-- Performing Test HAVE_GLESv2 - Success
-- Found GLESv2: /usr/include 
```

If I force FEATURE_opengles2=ON I get:

```
CMake Error at cmake/QtBuildInformation.cmake:490 (message):
  Feature "opengles2": Forcing to "ON" breaks its condition:

  NOT WIN32 AND NOT WATCHOS AND NOT QT_FEATURE_opengl_desktop AND 
GLESv2_FOUND

  Condition values dump:

  WIN32 = ""
  WATCHOS = "0"
  QT_FEATURE_opengl_desktop = "ON"
  GLESv2_FOUND = "TRUE"

Call Stack (most recent call first):
  cmake/QtFeature.cmake:281 (qt_configure_add_report_error)
  cmake/QtFeature.cmake:403 (qt_feature_check_and_save_internal_value)
  cmake/QtFeature.cmake:606 (qt_evaluate_feature)
  cmake/QtFeature.cmake:575 (qt_feature_module_end)
  src/CMakeLists.txt:12 (qt_feature_evaluate_features)
```

So, unless I am missing something, it is Qt itself the one not producing OpenGL 
ES 2 support.

Am I missing something here?

Kinds regards, Lisandro.

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


Bug#1034457: libqt5quick5: Qt segfault on amd64

2023-05-22 Thread Lisandro Damian Nicanor Perez Meyer
tag 1034457 unreproducible moreinfo
thanks

Hi!

On sábado, 15 de abril de 2023 18:51:18 -03 Julian Groß wrote:
> Package: libqt5quick5
> Version: 5.15.8+dfsg-3
> Severity: normal
> 
> Dear Maintainer,
> 
> we ran into what appears to be a segmentation fault in Qt.
> One of the last places it runs into is QQuickOpenGLShaderEffectCommon which
> is why I am reporting it towards this package.

Well, when you have a crash you are supposed to file a bug against the 
application that triggers the segfault. If this is the case, then please close 
this bug (or just reply asking us to do it) and then file a new bug to the 
application itself, so all the relevant metadata is there.

If the application that triggers the bug is not in Debian then you must add a 
complete small example code to trigger the bug.

Thanks, Lisandro.

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


Bug#717528: kdm and gwenview cannot display complex svg

2023-04-19 Thread Lisandro Damian Nicanor Perez Meyer
reassign 717528 src:qtbase-opensource-src 5.7.1+dfsg-3+deb9u2
tag 717528 wontfix
thanks

On Sun, 21 Jul 2013 20:52:54 +0200 Holger Levsen  
wrote:
> package: kdm,gwenview
> tags: upstream
> 
> Hi,
> 
> thanks for maintaining KDE!
> 
> both kdm and gwenview cannot display complex svg correctly. The attached file 
> can be viewed by inkview without problem, also gimp+inkscape work well. All 
in 
> wheezy.
> 
> I guess some library is to blame but I'm not sure which. Please reassign as 
> appropriate.

Wooa, this is an old one!

The real culprit here is Qt's SVG rendering engine. It has never been up to 
task.

I am ressigning to qtbase-opensource-src, the oldest I can currently find with 
rmadison, because... it's as old as Qt 5 itself.

I am also marking it as wontfix, as clearly the situation has not improved 
along all these years. I still need to check what's the Qt 6 status on 
this

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


Bug#1031863: libqt5sql5-mysql: incompatible change in libmariadb3 breaks kontact, needs upstream fix in libqt5sql5-mysql

2023-02-26 Thread Lisandro Damian Nicanor Perez Meyer
reassign 1031863 libmariadb3 1:10.3.34-0+deb10u1
thanks

Hi!

On Fri, 24 Feb 2023 15:25:58 +0100 Paul Boddie  wrote:
> Package: libqt5sql5-mysql
> Version: 5.11.3+dfsg1-1+deb10u5
> Severity: important
> 
> Dear Maintainer,
> 
> A recent update to libmariadb3 introduced a change to MySQL version number
> reporting that ultimately breaks Kontact and Akonadi. To note this, I filed
> bug #1031770 against the kontact package:
> 
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1031770
> 
> However, this breakage probably needs fixing in the Qt 5 SQL driver for
> MySQL/MariaDB, and a fix was indeed introduced to Qt 5.15 upstream:
> 
> https://bugreports.qt.io/browse/QTBUG-95071

This is a bug in oldstable! If mariadb maintainers pushed a new version there 
then they need to undo the change you mention above. This is not a Qt issue 
for oldstable.

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


Re: Bug#1030546: qt6-base FTBFS on hppa

2023-02-06 Thread Lisandro Damian Nicanor Perez Meyer
On lunes, 6 de febrero de 2023 17:59:47 -03 Peter Pentchev wrote:
[snip]
> FWIW, I think that you're mostly on the right path, but with a small
> correction: both zstd::libzstd_shared and zstd::libzstd_static are defined
> by libzstd's newly-exposed CMake config.

Exactly.

> I added --trace-expand to
> qt6-base's dh_auto_configure arguments, and got (among much else) this
> output:
> 
> ...
> /<>/cmake/FindWrapZSTD.cmake(21):  find_package(zstd CONFIG
> QUIET ) /usr/lib/x86_64-linux-gnu/cmake/zstd/zstdConfigVersion.cmake(12): 
> set(PACKAGE_VERSION 1.5.2 ) ...
> /usr/lib/x86_64-linux-gnu/cmake/zstd/zstdTargets.cmake(69): 
> add_library(zstd::libzstd_shared SHARED IMPORTED )
> /usr/lib/x86_64-linux-gnu/cmake/zstd/zstdTargets.cmake(71): 
> set_target_properties(zstd::libzstd_shared PROPERTIES
> INTERFACE_INCLUDE_DIRECTORIES /usr/include )
> /usr/lib/x86_64-linux-gnu/cmake/zstd/zstdTargets.cmake(76): 
> add_library(zstd::libzstd_static STATIC IMPORTED )
> /usr/lib/x86_64-linux-gnu/cmake/zstd/zstdTargets.cmake(78): 
> set_target_properties(zstd::libzstd_static PROPERTIES
> INTERFACE_INCLUDE_DIRECTORIES /usr/include ) ...
> /<>/cmake/FindWrapZSTD.cmake(25):  if(TARGET
> zstd::libzstd_static OR TARGET zstd::libzstd_shared ) ...
> /<>/cmake/FindWrapZSTD.cmake(28):  if(TARGET
> zstd::libzstd_static ) /<>/cmake/FindWrapZSTD.cmake(29): 
> set(zstdtargetsuffix _static ) ...
> 
> So qt6-base's cmake/FindWrapZSTD.cmake file asks CMake about the zstd
> configuration, then correctly determines that either the shared or
> the static libraries are defined as CMake targets (they both are), and
> then, at cmake/FindWrapZSTD.cmake line 28, prefers the static one to
> the shared one. That's what caused the change in behavior.

Once again, exactly.

> > I'll open a bug upstream about this, in the meantime I'll create a
> > derivative patch that forces using the shared library, ie , being more
> > aggressive so it's understood.
> 
> Thanks for your analysis and your work!

My pleasure! I realized what you wrote above when writing the upstream bug. 
Now we will need to see what upstream does, because according to Thiago there 
is a chance that the CMake support in libzstd is non-official... which I do not 
care much for as long as it works :-)

Anyways forcing the right behavior in Qt is done and that's the kind of patch 
I don't mind keeping.





Bug#1025823: qt6-base FTBFS on Alpha; Unknown Q_PROCESSOR_xxx macro

2023-01-28 Thread Lisandro Damian Nicanor Perez Meyer
On viernes, 9 de diciembre de 2022 22:19:16 -03 Michael Cree wrote:
> Source: qt6-base
> Version: 6.3.1+dfsg-10
> Severity: important
> Tags: patch ftbfs
> Justification: fails to build from source (but built successfully in the
> past)
> 
> The build fails with:
> /<>/src/corelib/plugin/qelfparser_p.cpp:178:4: error: #error
> "Unknown Q_PROCESSOR_xxx macro, please update."
> 
> Full log at:
> https://buildd.debian.org/status/fetch.php?pkg=qt6-base=alpha=6.3.1
> %2Bdfsg-10=1664652510=0
> 
> Attached is patch to provide the Q_PROCESSOR defines for Alpha.  With
> that qt6-base builds successfully.

This really sounds like a patch that should go upstream. Normally such patchs 
would need to be sent by the creator. Would you mind doing that? Please ping 
me if you need help here.



Bug#492292: kdm: Does not works if gdm is used as default and the uninstalled

2008-07-24 Thread Lisandro Damian Nicanor Perez Meyer
Package: kdm
Version: 4:4.0.98-1
Severity: normal


If you install kde4's kdm in a system without gdm, it will wor fine.
If you install gdm, make it the default *dm and then uninstall it, kdm won't 
work 
because gdm sets debian-moreblue as the default theme and kdm can not find it.
This theme is provided by the packages gdm and desktop-base.
I re installed desktop-base in order to get kdm working.

It is possible that this bug should be reassigned, but I didn't know exactly 
whose fault it is.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (101, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.25-2-686 (SMP w/1 CPU core)
Locale: LANG=es_AR.UTF-8, LC_CTYPE=es_AR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages kdm depends on:
ii  debconf [debconf-2. 1.5.23   Debian configuration management sy
ii  kdebase-runtime 4:4.0.98-1   runtime components from the offici
ii  kdelibs54:4.0.98+svn833207-1 core libraries for all KDE 4 appli
ii  libc6   2.7-12   GNU C Library: Shared libraries
ii  libdbus-1-3 1.2.1-2  simple interprocess messaging syst
ii  libpam0g0.99.7.1-6   Pluggable Authentication Modules l
ii  libqimageblitz4 1:0.0.4-4QImageBlitz image effects library
ii  libqt4-svg  4.4.0-4  Qt 4 SVG module
ii  libqt4-xml  4.4.0-4  Qt 4 XML module
ii  libqtcore4  4.4.0-4  Qt 4 core module
ii  libqtgui4   4.4.0-4  Qt 4 GUI module
ii  libstdc++6  4.3.1-7  The GNU Standard C++ Library v3
ii  libx11-62:1.1.4-2X11 client-side library
ii  libxau6 1:1.0.3-3X11 authorisation library
ii  libxdmcp6   1:1.0.2-3X11 Display Manager Control Protoc
ii  libxtst62:1.0.3-1X11 Testing -- Resource extension 

Versions of packages kdm recommends:
ii  kde-window-manager [x-wi 4:4.0.98-1  the KDE 4 window manager (KWin)
ii  kdebase  4:4.0.98-1  base applications from the officia
ii  konsole [x-terminal-emul 4:4.0.98-1  X terminal emulator for KDE 4
ii  logrotate3.7.1-3 Log rotation utility
ii  tightvncserver [xserver] 1.3.9-4 virtual network computing server s
ii  vnc4server [xserver] 4.1.1+X4.3.0-30 Virtual network computing server s
ii  xserver-xorg-core [xserv 2:1.4.2-2   Xorg X server - core server
ii  xterm [x-terminal-emulat 235-1   X terminal emulator

Versions of packages kdm suggests:
ii  kdepasswd 4:4.0.98-1 password changer for KDE 4

-- debconf information:
  kdm/stop_running_server_with_children: false
* shared/default-x-display-manager: kdm
  kdm/daemon_name: /usr/bin/kdm



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



Bug#484855: kde4-development: Tha package does not depends on the -dev packages

2008-06-06 Thread Lisandro Damian Nicanor Perez Meyer
Package: kde4-development
Version: 1
Severity: important


The pakage does not depends of kdelibs5-dev and kdepimlibs5-dev. 


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core)
Locale: LANG=es_AR.UTF-8, LC_CTYPE=es_AR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages kde4-development depends on:
ii  kdebase-runtime   4:4.0.80-2 runtime components from the offici
ii  kdelibs5  4:4.0.80-1 core libraries for all KDE 4 appli
ii  kdepimlibs5   4:4.0.80-1 core libraries for KDE PIM 4 appli

kde4-development recommends no packages.

-- no debconf information



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



Bug#463829: kopete: Fails to connect to the MSN network after a dist-upgrade

2008-02-03 Thread Lisandro Damian Nicanor Perez Meyer
Package: kopete
Version: 4:3.5.8-1
Severity: important


I just dist-upgraded my Sid machine and Kopete started to fail connecting to 
the MSN network,
issuing a Password incorrect message. I tried with aMSN and it connects 
perfectly. Also tried
with a new kopete config in a new user session, and the problem is still there.

If I start kopete from the command line, I get:

[EMAIL PROTECTED]:~$ kopete
[EMAIL PROTECTED]:~$ QDateTime::fromString: Parameter out of range
QMetaObject::findSignal:ClientStream: Conflict with Stream::readyRead()
Transfer ACCEPTED by: LoginTask
Transfer ACCEPTED by: LoginTask
Transfer ACCEPTED by: ListTask
CLIENT: RequestPictureTask: Task::done()
CLIENT: RequestPictureTask: emitting finished
Transfer ACCEPTED by: StatusNotifierTask
CLIENT: RequestPictureTask: Task::done()
CLIENT: RequestPictureTask: emitting finished


The list of updated packages:

amsn_0.97-1_i386.deb
compiz_1%3a0.6.999+git20080124.shame-0_all.deb
compizconfig-backend-gconf_0.6.99+git20080106.shame-0_i386.deb
compizconfig-backend-kconfig_0.6.99+git20071021.shame-0_i386.deb
compizconfig-settings-manager_0.6.0-4_i386.deb
compizconfig-settings-manager_0.6.99+git20080125.shame-0_i386.deb
compiz-core_1%3a0.6.999+git20080124.shame-0_i386.deb
compiz-dev_1%3a0.6.999+git20080124.shame-0_i386.deb
compiz-fusion-all_0.6.99+git20080127.shame-0_i386.deb
compiz-fusion-bcop_0.6.99+git20071021.shame-0_i386.deb
compiz-fusion-extras_0.6.99+git20080127.shame-0_i386.deb
compiz-fusion-kde_0.6.99+git20080127.shame-0_i386.deb
compiz-fusion-plugins-extra_0.6.99+git20080127.shame-0_i386.deb
compiz-fusion-plugins-main_0.6.99+git20080127.shame-0_i386.deb
compiz-fusion-plugins-unstable_0.6.99+git20080128.shame-0_i386.deb
compiz-fusion-plugins-unsupported_0.6.99+git20080127.shame-0_i386.deb
compiz-gnome_1%3a0.6.999+git20080124.shame-0_i386.deb
compiz-kde_1%3a0.6.999+git20080124.shame-0_i386.deb
compiz-manager_0.6.99+git20080127.shame-0_i386.deb
compiz-plugins_1%3a0.6.999+git20080124.shame-0_i386.deb
cpp-4.2_4.2.3-1_i386.deb
debhelper_6.0.5_all.deb
defoma_0.11.10-0.2_all.deb
devscripts_2.10.14_i386.deb
emerald_0.6.99+git20080110.shame-0_i386.deb
emerald-themes_0.6.99+git20071021.shame-0_all.deb
emesene_0.99svn1010-1_all.deb
festival_1.96~beta-5_i386.deb
fusion-icon_0.1.1+git20070916.shame-0_i386.deb
g++-4.2_4.2.3-1_i386.deb
gcc-4.2_4.2.3-1_i386.deb
gcc-4.2-base_4.2.3-1_i386.deb
gcc-4.3-base_4.3-20080202-1_i386.deb
gcj-4.2-base_4.2.3-1_i386.deb
gimp_2.4.4-1_i386.deb
gimp-data_2.4.4-1_all.deb
gimp-gnomevfs_2.4.4-1_i386.deb
gimp-python_2.4.4-1_i386.deb
grub_0.97-30_i386.deb
initscripts_2.86.ds1-53_i386.deb
java-gcj-compat_1.0.77-4_i386.deb
java-gcj-compat-headless_1.0.77-4_i386.deb
k3b_1.0.4-6_i386.deb
k3b-data_1.0.4-6_all.deb
libapache2-mod-php5_5.2.5-2_i386.deb
libcompizconfig0_0.6.0-3_i386.deb
libcompizconfig0_0.6.99+git20080106.shame-0_i386.deb
libcompizconfig-dev_0.6.99+git20080106.shame-0_i386.deb
libdecoration0_0.6.3~git20071222.061ff159-1_i386.deb
libdecoration0_1%3a0.6.999+git20080124.shame-0_i386.deb
libdecoration0-dev_1%3a0.6.999+git20080124.shame-0_i386.deb
libemeraldengine0_0.6.99+git20080110.shame-0_i386.deb
libemeraldengine-dev_0.6.99+git20080110.shame-0_i386.deb
libffi4_4.3-20080202-1_i386.deb
libfuse2_2.7.2-1_i386.deb
libgcc1_1%3a4.3-20080202-1_i386.deb
libgcj8-1_4.2.3-1_i386.deb
libgcj8-1-awt_4.2.3-1_i386.deb
libgcj8-jar_4.2.3-1_all.deb
libgimp2.0_2.4.4-1_i386.deb
libgmp3c2_2%3a4.2.2+dfsg-2_i386.deb
libgnome-desktop-2_2.20.3-1_i386.deb
libgnome-window-settings1_1%3a2.20.3-1_i386.deb
libgomp1_4.3-20080202-1_i386.deb
libk3b3_1.0.4-6_i386.deb
libltdl3_1.5.26-1_i386.deb
libltdl3-dev_1.5.26-1_i386.deb
libmetacity0_1%3a2.20.2-1_i386.deb
libpanel-applet2-0_2.20.3-1_i386.deb
libsnack2_2.2.10-dfsg1-5_i386.deb
libstartup-notification0-dev_0.9-1_i386.deb
libstdc++6-4.2-dev_4.2.3-1_i386.deb
libstdc++6_4.3-20080202-1_i386.deb
libtasn1-3_1.3-1_i386.deb
libtasn1-3-bin_1.3-1_i386.deb
libtasn1-3-dev_1.3-1_i386.deb
libtool_1.5.26-1_i386.deb
libvpb0_4.2.24-1_i386.deb
libxcomposite-dev_1%3a0.4.0-1_i386.deb
libxdamage-dev_1%3a1.1.1-3_i386.deb
manpages_2.77-1_all.deb
metacity-common_1%3a2.20.2-1_all.deb
nvidia-kernel-source_169.09-1_i386.deb
openssh-client_1%3a4.7p1-3_i386.deb
openssh-server_1%3a4.7p1-3_i386.deb
php5_5.2.5-2_all.deb
php5-common_5.2.5-2_i386.deb
procps_1%3a3.2.7-6_i386.deb
psfontmgr_0.11.10-0.2_all.deb
python-compizconfig_0.6.0.1-2_i386.deb
python-compizconfig_0.6.99+git20071106.shame-0_i386.deb
python-glade2_2.12.1-1_i386.deb
python-pyogg_1.3-1.2_i386.deb
python-pyvorbis_1.3-1.3_i386.deb
python-sexy_0.1.9-1_i386.deb
simple-ccsm_0.6.99+git20080125.shame-0_i386.deb
sysvinit_2.86.ds1-53_i386.deb
sysvinit-utils_2.86.ds1-53_i386.deb
sysv-rc_2.86.ds1-53_all.deb
tcl8.5_8.5.0-2_i386.deb
tcltls_1.5.0.dfsg-7_i386.deb
tk8.5_8.5.0-2_i386.deb
wammu_0.25-2_all.deb
x11proto-composite-dev_1%3a0.4-2_all.deb
x11proto-damage-dev_1.1.0-2_all.deb


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable'),