Debian Bug report logs - #495575
php5-mysql should depend on libmysqlclient15off >= 5.0.51a

version graph

Package: php5-mysql; Maintainer for php5-mysql is (unknown);

Reported by: Vladislav Kurz <vladki@uran.webstep.net>

Date: Sun, 3 Aug 2008 10:15:02 UTC

Severity: important

Tags: moreinfo, pending

Merged with 494773

Fixed in version php5/5.2.6-3

Done: Sean Finney <seanius@debian.org>

Bug is archived. No further changes may be made.

Toggle useless messages

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to debian-bugs-dist@lists.debian.org, Debian Apache Maintainers <debian-apache@lists.debian.org>:
Bug#493573; Package apache2.2-common. (full text, mbox, link).


Acknowledgement sent to Vladislav Kurz <vladki@uran.webstep.net>:
New Bug report received and forwarded. Copy sent to Debian Apache Maintainers <debian-apache@lists.debian.org>. (full text, mbox, link).


Message #5 received at submit@bugs.debian.org (full text, mbox, reply):

From: Vladislav Kurz <vladki@uran.webstep.net>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: apache2: Restart and reload does not work
Date: Sun, 03 Aug 2008 12:13:36 +0200
Package: apache2.2-common
Version: 2.2.9-6
Severity: important


After upgrade to lenny apache started to fail after logrotate.
I found that after reload or restart it was still running, listening on
network socket but not answering reqests. The only way was to kill it
with kill -9. Log for reload says just:

[notice] Graceful restart requested, doing restart

Log for restart says this:

[error] child process 27290 still did not exit, sending a SIGKILL
[error] child process 27291 still did not exit, sending a SIGKILL
[error] child process 27292 still did not exit, sending a SIGKILL
[error] child process 27293 still did not exit, sending a SIGKILL
[error] child process 27294 still did not exit, sending a SIGKILL
(the above lines were repeated 4 times)
[notice] caught SIGTERM, shutting down

After writing the notice about restart or shutdown, the old apache
process was still running, but not processing requests. New apache
process could not be started because ports were occupied:

(98)Address already in use: make_sock: could not bind to address [::]:80
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
 failed!

I couldnt find any more info in logs. If you point me how to get more
debug info I'l provide it.

Regards
Vladislav Kurz


-- Package-specific info:
List of enabled modules from 'apache2 -M':
  actions alias auth_basic authn_file authz_default authz_groupfile
  authz_host authz_user autoindex cgi deflate dir env expires
  ext_filter imagemap include mime_magic mime negotiation php5
  proxy_connect proxy_ftp proxy_http proxy rewrite setenvif ssl
  status suexec userdir vhost_alias

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable'), (60, 'testing'), (30, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-686-bigmem
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages apache2 depends on:
ii  apache2-mpm-prefork           2.2.9-6    Apache HTTP Server - traditional n

apache2 recommends no packages.

Versions of packages apache2.2-common depends on:
ii  apache2-utils           2.2.9-5          utility programs for webservers
ii  libapr1                 1.2.7-8.2        The Apache Portable Runtime Librar
ii  libaprutil1             1.2.12+dfsg-7    The Apache Portable Runtime Utilit
ii  libc6                   2.7-10           GNU C Library: Shared libraries
ii  libmagic1               4.17-5etch3      File type determination library us
ii  libssl0.9.8             0.9.8g-10        SSL shared libraries
ii  lsb-base                3.1-23.2etch1    Linux Standard Base 3.1 init scrip
ii  mime-support            3.39-1           MIME files 'mime.types' & 'mailcap
ii  net-tools               1.60-17          The NET-3 networking toolkit
ii  perl                    5.10.0-11        Larry Wall's Practical Extraction 
ii  procps                  1:3.2.7-3        /proc file system utilities
ii  zlib1g                  1:1.2.3.3.dfsg-5 compression library - runtime

-- no debconf information




Information forwarded to debian-bugs-dist@lists.debian.org, Debian Apache Maintainers <debian-apache@lists.debian.org>:
Bug#493573; Package apache2.2-common. (full text, mbox, link).


Acknowledgement sent to Stefan Fritsch <sf@sfritsch.de>:
Extra info received and forwarded to list. Copy sent to Debian Apache Maintainers <debian-apache@lists.debian.org>. (full text, mbox, link).


Message #10 received at 493573@bugs.debian.org (full text, mbox, reply):

From: Stefan Fritsch <sf@sfritsch.de>
To: Vladislav Kurz <vladki@uran.webstep.net>
Cc: 493573@bugs.debian.org
Subject: Re: Bug#493573: apache2: Restart and reload does not work
Date: Sun, 3 Aug 2008 15:32:47 +0200
On Sunday 03 August 2008, Vladislav Kurz wrote:
> Log for restart says this:
>
> [error] child process 27290 still did not exit, sending a SIGKILL
> [error] child process 27291 still did not exit, sending a SIGKILL
> [error] child process 27292 still did not exit, sending a SIGKILL
> [error] child process 27293 still did not exit, sending a SIGKILL
> [error] child process 27294 still did not exit, sending a SIGKILL
> (the above lines were repeated 4 times)
> [notice] caught SIGTERM, shutting down
>
> After writing the notice about restart or shutdown, the old apache
> process was still running, but not processing requests. 

Which processes are still running? The one running as root or those 
running as www-data or both?

> New apache 
> process could not be started because ports were occupied:
>
> (98)Address already in use: make_sock: could not bind to address
> [::]:80 (98)Address already in use: make_sock: could not bind to
> address 0.0.0.0:80 no listening sockets available, shutting down
> Unable to open logs
>  failed!
>
> I couldnt find any more info in logs. If you point me how to get
> more debug info I'l provide it.

You can also try (as root)

lsof -i -P|egrep TCP.*:80

to determine if it is really apache that is keeping the listening 
sockets open. If not you might be running into bug #366124.





Information forwarded to debian-bugs-dist@lists.debian.org, Debian Apache Maintainers <debian-apache@lists.debian.org>:
Bug#493573; Package apache2.2-common. (full text, mbox, link).


Acknowledgement sent to Vladislav Kurz <vladislav.kurz@webstep.net>:
Extra info received and forwarded to list. Copy sent to Debian Apache Maintainers <debian-apache@lists.debian.org>. (full text, mbox, link).


Message #15 received at 493573@bugs.debian.org (full text, mbox, reply):

From: Vladislav Kurz <vladislav.kurz@webstep.net>
To: 493573@bugs.debian.org
Subject: Re: Bug#493573: apache2: Restart and reload does not work
Date: Thu, 7 Aug 2008 09:08:54 +0200
Hello,

> Which processes are still running? The one running as root or those 
> running as www-data or both?

Both of them. One as root and several itch children running as www-data.

> You can also try (as root)
> lsof -i -P|egrep TCP.*:80

Result:

apache2   11032     root    3u  IPv6 3029567       TCP *:80 (LISTEN)

So it is apache.

-- 
Regards
        Vladislav Kurz




Information forwarded to debian-bugs-dist@lists.debian.org, Debian Apache Maintainers <debian-apache@lists.debian.org>:
Bug#493573; Package apache2.2-common. (full text, mbox, link).


Acknowledgement sent to Vladislav Kurz <vladislav.kurz@webstep.net>:
Extra info received and forwarded to list. Copy sent to Debian Apache Maintainers <debian-apache@lists.debian.org>. (full text, mbox, link).


Message #20 received at 493573@bugs.debian.org (full text, mbox, reply):

From: Vladislav Kurz <vladislav.kurz@webstep.net>
To: 493573@bugs.debian.org
Subject: Re: Bug#493573: apache2: Restart and reload does not work
Date: Thu, 7 Aug 2008 09:52:23 +0200
Hi,

we did some more testing and googling and foud thet this issue is discussed on 
apache-dev mailing list. They mention that the problem is related to proxy 
setting, and yes, we use mod_proxy too. There are some patches too.

http://www.gossamer-threads.com/lists/apache/dev/355044?page=last

We did strace, the last line is:

futex(0x4447a700, FUTEX_WAIT, 2, NULL

if you want I can send the whole strace

-- 
Regards
        Vladislav Kurz




Information forwarded to debian-bugs-dist@lists.debian.org, Debian Apache Maintainers <debian-apache@lists.debian.org>:
Bug#493573; Package apache2.2-common. (full text, mbox, link).


Acknowledgement sent to 493573@bugs.debian.org, Stefan Fritsch <sf@sfritsch.de>:
Extra info received and forwarded to list. Copy sent to Debian Apache Maintainers <debian-apache@lists.debian.org>. (full text, mbox, link).


Message #25 received at 493573@bugs.debian.org (full text, mbox, reply):

From: Stefan Fritsch <sf@sfritsch.de>
To: Vladislav Kurz <vladislav.kurz@webstep.net>, 493573@bugs.debian.org
Subject: Re: Bug#493573: apache2: Restart and reload does not work
Date: Thu, 7 Aug 2008 23:58:20 +0200
Hi,

On Thursday 07 August 2008, Vladislav Kurz wrote:
> we did some more testing and googling and foud thet this issue is
> discussed on apache-dev mailing list. They mention that the problem
> is related to proxy setting, and yes, we use mod_proxy too. There
> are some patches too.
>
> http://www.gossamer-threads.com/lists/apache/dev/355044?page=last

That thread is about a bug in the worker mpm in trunk. It says that 
2.2.x is not affected. Therefore this is probably not your problem.

> We did strace, the last line is:
>
> futex(0x4447a700, FUTEX_WAIT, 2, NULL
>
> if you want I can send the whole strace

When apache is not answering to requests, start top and type

fy
uwww-data

What info is in the WCHAN column? Get the pid of a process that has 
not "semtimedo" in the WCHAN column (if any) and strace that process 
and try to do a request.

It might also be interesting to see the strace output of a child 
process while you do a graceful restart.


Cheers,
Stefan





Information forwarded to debian-bugs-dist@lists.debian.org, Debian Apache Maintainers <debian-apache@lists.debian.org>:
Bug#493573; Package apache2.2-common. (full text, mbox, link).


Acknowledgement sent to Chris Horn <chris@beefstew.net>:
Extra info received and forwarded to list. Copy sent to Debian Apache Maintainers <debian-apache@lists.debian.org>. (full text, mbox, link).


Message #30 received at 493573@bugs.debian.org (full text, mbox, reply):

From: Chris Horn <chris@beefstew.net>
To: Debian Bug Tracking System <493573@bugs.debian.org>
Subject: Backtrace on 'hung' apache2 (while trying to stop service)
Date: Thu, 14 Aug 2008 21:37:45 -0400
Package: apache2.2-common
Version: 2.2.9-6
Followup-For: Bug #493573

Stopping apache2 via /etc/init.d/apache2 stop does not work.  All of the
worker threads are stopped, but the main '/usr/sbin/apache2 -k start'
process (the one in the PID file) lingers on.  After the 60
second timeout the PID file is removed even though the main process has
not stopped; I have to use 'kill -9'.

A sample lingering process ('ps aux'):
root     21290  0.0  0.3  25464  7544 ?        Ss   21:30   0:00
/usr/sbin/apache2 -k start

To re-create normal situation:
1. /etc/init.d/apache2 start
2. /etc/init.d/apache2 stop
3. apache2 is now hung

To re-create debug situation:
1. In shell #1, start apache2 with 'apache2 -X'
2. In shell #2, execute 'apache2ctl stop' or 'source
/etc/apache2/envvars; apache2 -k stop'
3. apache2 is now hung
4. run gdb and perform backtrace

-----

(gdb) bt full
#0  0xb7e630ee in __lll_lock_wait_private () from /lib/libpthread.so.0
No symbol table info available.
#1  0xb7e606e1 in _L_lock_23 () from /lib/libpthread.so.0
No symbol table info available.
#2  0xb7e604a8 in pthread_cond_destroy@@GLIBC_2.3.2 () from
/lib/libpthread.so.0
No symbol table info available.
#3  0xb79d9383 in my_thread_global_end () from
/usr/lib/libmysqlclient_r.so.15
No symbol table info available.
#4  0xb79d477a in my_end () from /usr/lib/libmysqlclient_r.so.15
No symbol table info available.
#5  0xb79d3281 in mysql_server_end () from
/usr/lib/libmysqlclient_r.so.15
No symbol table info available.
#6  0xb6c69dd7 in zm_shutdown_mysql (type=1, module_number=42) at
/build/buildd/php5-5.2.6/ext/mysql/php_mysql.c:426
        module_number = -512
#7  0xb721a74a in module_destructor (module=0x826ac28) at
/build/buildd/php5-5.2.6/Zend/zend_API.c:1921
        module = (zend_module_entry *) 0x826ac28
#8  0xb7220d7a in zend_hash_apply_deleter (ht=0x0, p=0x826abf8) at
/build/buildd/php5-5.2.6/Zend/zend_hash.c:805
        retval = (Bucket *) 0xb7220cef
#9  0xb7221047 in zend_hash_graceful_reverse_destroy (ht=0xb7496dc0) at
/build/buildd/php5-5.2.6/Zend/zend_hash.c:840
        p = (Bucket *) 0xb7b6d4e0
        ht = (HashTable *) 0x826abf8
#10 0xb72167dc in zend_shutdown () at
/build/buildd/php5-5.2.6/Zend/zend.c:814
No locals.
#11 0xb71cbebd in php_module_shutdown () at
/build/buildd/php5-5.2.6/main/main.c:1906
No locals.
#12 0xb71cbf87 in php_module_shutdown_wrapper (sapi_globals=0xb7491240)
at /build/buildd/php5-5.2.6/main/main.c:1877
No locals.
#13 0xb728caa1 in php_apache_child_shutdown (tmp=0x0) at
/build/buildd/php5-5.2.6/sapi/apache2handler/sapi_apache2.c:362
No locals.
#14 0xb7e86691 in run_cleanups () from /usr/lib/libapr-1.so.0
No locals.
#15 0xb7e85b5d in apr_pool_destroy () from /usr/lib/libapr-1.so.0
No locals.
#16 0x0808f884 in clean_child_exit (code=0) at
/tmp/buildd/apache2-2.2.9/server/mpm/prefork/prefork.c:198
No locals.
#17 0x0808fd65 in child_main (child_num_arg=<value optimized out>) at
/tmp/buildd/apache2-2.2.9/server/mpm/prefork/prefork.c:214
        current_conn = (conn_rec *) 0x4
        csd = (void *) 0x0
        ptrans = (apr_pool_t *) 0x8363dd0
        allocator = (apr_allocator_t *) 0x8361d40
        status = 4
        i = <value optimized out>
        lr = (ap_listen_rec *) 0x4
        pollset = (apr_pollset_t *) 0x8361e58
        sbh = (ap_sb_handle_t *) 0x8361e50
        bucket_alloc = (apr_bucket_alloc_t *) 0x8367fc8
        last_poll_idx = -1219925568
#18 0x0808ff47 in make_child (s=0x80ab908, slot=0) at
/tmp/buildd/apache2-2.2.9/server/mpm/prefork/prefork.c:713
No locals.
#19 0x08090652 in ap_mpm_run (_pconf=0x80a70c8, plog=0x80d9190,
s=0x80ab908)
    at /tmp/buildd/apache2-2.2.9/server/mpm/prefork/prefork.c:989
        index = <value optimized out>
        remaining_children_to_start = <value optimized out>
        rv = <value optimized out>
#20 0x08066f10 in main (argc=Cannot access memory at address 0x0
) at /tmp/buildd/apache2-2.2.9/server/main.c:732
        c = 88 'X'
        configtestonly = 0
        confname = 0x8092886 "/etc/apache2/apache2.conf"
        def_server_root = 0x809a9b0 ""
        temp_error_log = 0x0
        error = <value optimized out>
        process = (process_rec *) 0x80a5140
        server_conf = (server_rec *) 0x80ab908
        pglobal = (apr_pool_t *) 0x80a50c0
        pconf = (apr_pool_t *) 0x80a70c8
        plog = (apr_pool_t *) 0x80d9190
        ptemp = (apr_pool_t *) 0x80e01a8
        pcommands = (apr_pool_t *) 0x80a90d0
        opt = (apr_getopt_t *) 0x80a9168
        rv = <value optimized out>
        mod = <value optimized out>
        optarg = 0x0

-------------------------

from /var/log/error.log

<some more SIGTERM lines snipped out>
[Thu Aug 14 21:31:16 2008] [warn] child process 21297 still did not
exit, sending a SIGTERM
[Thu Aug 14 21:31:16 2008] [warn] child process 21298 still did not
exit, sending a SIGTERM
[Thu Aug 14 21:31:16 2008] [warn] child process 21299 still did not
exit, sending a SIGTERM
[Thu Aug 14 21:31:18 2008] [error] child process 21295 still did not
exit, sending a SIGKILL
[Thu Aug 14 21:31:18 2008] [error] child process 21296 still did not
exit, sending a SIGKILL
[Thu Aug 14 21:31:18 2008] [error] child process 21297 still did not
exit, sending a SIGKILL
[Thu Aug 14 21:31:18 2008] [error] child process 21298 still did not
exit, sending a SIGKILL
[Thu Aug 14 21:31:18 2008] [error] child process 21299 still did not
exit, sending a SIGKILL
[Thu Aug 14 21:31:19 2008] [info] removed PID file /var/run/apache2.pid
(pid=21290)
[Thu Aug 14 21:31:19 2008] [notice] caught SIGTERM, shutting down


-- Package-specific info:
List of enabled modules from 'apache2 -M':
  alias auth_basic authn_file authz_default authz_groupfile
  authz_host authz_user autoindex cgi dir env layout mime negotiation
  php5 rewrite setenvif status

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (990, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages apache2 depends on:
ii  apache2-mpm-prefork           2.2.9-6    Apache HTTP Server - traditional n

apache2 recommends no packages.

apache2 suggests no packages.

Versions of packages apache2.2-common depends on:
ii  apache2-utils           2.2.9-6          utility programs for webservers
ii  libapr1                 1.2.12-4         The Apache Portable Runtime Librar
ii  libaprutil1             1.2.12+dfsg-7    The Apache Portable Runtime Utilit
ii  libc6                   2.7-3            GNU C Library: Shared libraries
ii  libmagic1               4.17-5etch3      File type determination library us
ii  libssl0.9.8             0.9.8g-3         SSL shared libraries
ii  lsb-base                3.1-23.2etch1    Linux Standard Base 3.1 init scrip
ii  mime-support            3.39-1           MIME files 'mime.types' & 'mailcap
ii  net-tools               1.60-17          The NET-3 networking toolkit
ii  perl                    5.10.0-11        Larry Wall's Practical Extraction 
ii  procps                  1:3.2.7-3        /proc file system utilities
ii  zlib1g                  1:1.2.3.3.dfsg-5 compression library - runtime

-- no debconf information




Severity set to `grave' from `important' Request was from Stefan Fritsch <sf@debian.org> to control@bugs.debian.org. (Sat, 16 Aug 2008 08:48:16 GMT) (full text, mbox, link).


Information forwarded to debian-bugs-dist@lists.debian.org, Debian Apache Maintainers <debian-apache@lists.debian.org>:
Bug#493573; Package apache2.2-common. (full text, mbox, link).


Acknowledgement sent to Stefan Fritsch <sf@sfritsch.de>:
Extra info received and forwarded to list. Copy sent to Debian Apache Maintainers <debian-apache@lists.debian.org>. (full text, mbox, link).


Message #37 received at 493573@bugs.debian.org (full text, mbox, reply):

From: Stefan Fritsch <sf@sfritsch.de>
To: pkg-php-maint@lists.alioth.debian.org, pkg-mysql-maint@lists.alioth.debian.org
Cc: 493573@bugs.debian.org
Subject: Re: Bug#493573: Backtrace on 'hung' apache2 (while trying to stop service)
Date: Sat, 16 Aug 2008 10:50:29 +0200
Hi,

does anybody have an idea what is going wrong here or how to debug 
this?

On Friday 15 August 2008, Chris Horn wrote:
> (gdb) bt full
> #0  0xb7e630ee in __lll_lock_wait_private () from
> /lib/libpthread.so.0 No symbol table info available.
> #1  0xb7e606e1 in _L_lock_23 () from /lib/libpthread.so.0
> No symbol table info available.
> #2  0xb7e604a8 in pthread_cond_destroy@@GLIBC_2.3.2 () from
> /lib/libpthread.so.0
> No symbol table info available.
> #3  0xb79d9383 in my_thread_global_end () from
> /usr/lib/libmysqlclient_r.so.15
> No symbol table info available.
> #4  0xb79d477a in my_end () from /usr/lib/libmysqlclient_r.so.15
> No symbol table info available.
> #5  0xb79d3281 in mysql_server_end () from
> /usr/lib/libmysqlclient_r.so.15
> No symbol table info available.
> #6  0xb6c69dd7 in zm_shutdown_mysql (type=1, module_number=42) at
> /build/buildd/php5-5.2.6/ext/mysql/php_mysql.c:426
>         module_number = -512

Since I don't have any other idea, it could be that we need to disable 
mysql support in apr-util again and revert the change from 
libmysqlclient.so libmysqlclient_r.so for php5 :-(

Cheers,
Stefan




Information forwarded to debian-bugs-dist@lists.debian.org, Debian Apache Maintainers <debian-apache@lists.debian.org>:
Bug#493573; Package apache2.2-common. (full text, mbox, link).


Acknowledgement sent to Stefan Fritsch <sf@sfritsch.de>:
Extra info received and forwarded to list. Copy sent to Debian Apache Maintainers <debian-apache@lists.debian.org>. (full text, mbox, link).


Message #42 received at 493573@bugs.debian.org (full text, mbox, reply):

From: Stefan Fritsch <sf@sfritsch.de>
To: Chris Horn <chris@beefstew.net>
Cc: 493573@bugs.debian.org
Subject: Re: Bug#493573: Backtrace on 'hung' apache2 (while trying to stop service)
Date: Sat, 16 Aug 2008 10:54:10 +0200
On Friday 15 August 2008, Chris Horn wrote:
> To re-create normal situation:
> 1. /etc/init.d/apache2 start
> 2. /etc/init.d/apache2 stop
> 3. apache2 is now hung

Does this happen for you always or only sometimes? Does it only happen 
after apache processed some requests? I cannot reproduce it.

Cheers,
Stefan




Information forwarded to debian-bugs-dist@lists.debian.org, Debian Apache Maintainers <debian-apache@lists.debian.org>:
Bug#493573; Package apache2.2-common. (full text, mbox, link).


Acknowledgement sent to The Anarcat <anarcat@anarcat.ath.cx>:
Extra info received and forwarded to list. Copy sent to Debian Apache Maintainers <debian-apache@lists.debian.org>. (full text, mbox, link).


Message #47 received at 493573@bugs.debian.org (full text, mbox, reply):

From: The Anarcat <anarcat@anarcat.ath.cx>
To: 493573@bugs.debian.org
Subject: no hang for me
Date: Sat, 16 Aug 2008 10:41:05 -0300
[Message part 1 (text/plain, inline)]
I cannot reproduce this bug here:

mumia:/home/anarcat# /etc/init.d/apache2 start
Starting web server: apache2[Sat Aug 16 10:20:04 2008] [error]
VirtualHost *:80 -- mixing * ports and non-* ports with a
NameVirtualHost address is not supported, proceeding with undefined
results
[Sat Aug 16 10:20:04 2008] [warn] NameVirtualHost *:0 has no
VirtualHosts
.
mumia:/home/anarcat# /etc/init.d/apache2 stop
Stopping web server: apache2[Sat Aug 16 10:20:08 2008] [error]
VirtualHost *:80 -- mixing * ports and non-* ports with a
NameVirtualHost address is not supported, proceeding with undefined
results
[Sat Aug 16 10:20:08 2008] [warn] NameVirtualHost *:0 has no
VirtualHosts
 ... waiting .
 mumia:/home/anarcat# ps ax | grep apache
  9614 pts/7    R+     0:00 grep apache

ii  apache2.2-common              2.2.9-2                       Apache
HTTP Server common files

I have the same behavior with 2.2.9-6: no problem here.

Maybe this is limited only to certain modules (e.g. mod_proxy mentionned
above?) In which case the description should probably be updated.

A.

-- 
Man really attains the state of complete humanity when he produces,
without being forced by physical need to sell himself as a commodity.
			- Ernesto "Che" Guevara
[signature.asc (application/pgp-signature, inline)]

Information forwarded to debian-bugs-dist@lists.debian.org, Debian Apache Maintainers <debian-apache@lists.debian.org>:
Bug#493573; Package apache2.2-common. (full text, mbox, link).


Acknowledgement sent to Chris Horn <chris@beefstew.net>:
Extra info received and forwarded to list. Copy sent to Debian Apache Maintainers <debian-apache@lists.debian.org>. (full text, mbox, link).


Message #52 received at 493573@bugs.debian.org (full text, mbox, reply):

From: Chris Horn <chris@beefstew.net>
To: Stefan Fritsch <sf@sfritsch.de>
Cc: 493573@bugs.debian.org
Subject: Re: Bug#493573: Backtrace on 'hung' apache2 (while trying to stop service)
Date: Sat, 16 Aug 2008 13:38:46 -0400
Stefan Fritsch wrote:
> On Friday 15 August 2008, Chris Horn wrote:
>> To re-create normal situation:
>> 1. /etc/init.d/apache2 start
>> 2. /etc/init.d/apache2 stop
>> 3. apache2 is now hung
> 
> Does this happen for you always or only sometimes? Does it only happen 
> after apache processed some requests? I cannot reproduce it.

This happens always for me.  Could it be my site configuration?  I recently 
migrated from 1.3.

Chris




Information forwarded to debian-bugs-dist@lists.debian.org, Debian Apache Maintainers <debian-apache@lists.debian.org>:
Bug#493573; Package apache2.2-common. (full text, mbox, link).


Acknowledgement sent to 493573@bugs.debian.org, Stefan Fritsch <sf@sfritsch.de>:
Extra info received and forwarded to list. Copy sent to Debian Apache Maintainers <debian-apache@lists.debian.org>. (full text, mbox, link).


Message #57 received at 493573@bugs.debian.org (full text, mbox, reply):

From: Stefan Fritsch <sf@sfritsch.de>
To: Chris Horn <chris@beefstew.net>
Cc: 493573@bugs.debian.org
Subject: Re: Bug#493573: Backtrace on 'hung' apache2 (while trying to stop service)
Date: Sun, 17 Aug 2008 23:03:36 +0200
On Saturday 16 August 2008, you wrote:
> Stefan Fritsch wrote:
> > On Friday 15 August 2008, Chris Horn wrote:
> >> To re-create normal situation:
> >> 1. /etc/init.d/apache2 start
> >> 2. /etc/init.d/apache2 stop
> >> 3. apache2 is now hung
> >
> > Does this happen for you always or only sometimes? Does it only
> > happen after apache processed some requests? I cannot reproduce
> > it.
>
> This happens always for me.  Could it be my site configuration?  I
> recently migrated from 1.3.

Maybe, but I have not idea what configuration could influence this 
behaviour. I used your list of loaded apache modules and still can't 
reproduce it.

Does it happen even if you start apache and stop it again without 
having processed any request?

What version of libmysqlclient15off do you have installed? Your 
apt-configuration says "stable". Do you use stable with some testing 
packages?

What php extensions do you have installed besides php5-mysql?




Information forwarded to debian-bugs-dist@lists.debian.org, Debian Apache Maintainers <debian-apache@lists.debian.org>:
Bug#493573; Package apache2.2-common. (full text, mbox, link).


Acknowledgement sent to Chris Horn <chris@beefstew.net>:
Extra info received and forwarded to list. Copy sent to Debian Apache Maintainers <debian-apache@lists.debian.org>. (full text, mbox, link).


Message #62 received at 493573@bugs.debian.org (full text, mbox, reply):

From: Chris Horn <chris@beefstew.net>
To: 493573@bugs.debian.org, Stefan Fritsch <sf@sfritsch.de>
Subject: Re: Bug#493573: Backtrace on 'hung' apache2 (while trying to stop service)
Date: Sun, 17 Aug 2008 17:32:14 -0400
[Message part 1 (text/plain, inline)]
Stefan Fritsch wrote:
>>> Does this happen for you always or only sometimes? Does it only
>>> happen after apache processed some requests? I cannot reproduce
>>> it.
>> This happens always for me.  Could it be my site configuration?  I
>> recently migrated from 1.3.
> 
> Maybe, but I have not idea what configuration could influence this 
> behaviour. I used your list of loaded apache modules and still can't 
> reproduce it.
> 
> Does it happen even if you start apache and stop it again without 
> having processed any request?

I think so, but maybe not.  When I was testing with gdb earlier I only had the 
site up for a minute or so.  Anyhow -- I ran a new backtrace (results below) 
with the network cable unplugged to ensure no requests were processed; same problem.

> What version of libmysqlclient15off do you have installed? Your 
> apt-configuration says "stable". Do you use stable with some testing 
> packages?

I run a mixed stable/testing system.  All apache and php packages are from 
testing.  Should I just upgrade everything to testing? It's almost ready for 
release now I guess, right?

# dpkg -l | grep "mysql" | awk '{print $1" "$2" "$3}'
ii libdbd-mysql-perl 4.007-1
ii libmysqlclient15off 5.0.32-7etch6
ii mysql-admin 1.2.5rc-2
ii mysql-admin-common 1.2.5rc-2
ii mysql-client 5.0.32-7etch6
ii mysql-client-5.0 5.0.32-7etch6
ii mysql-common 5.0.32-7etch6
ii mysql-navigator 1.4.2-8
ii mysql-query-browser 1.2.5beta-3
ii mysql-query-browser-common 1.2.5beta-3
ii mysql-server 5.0.32-7etch6
ii mysql-server-5.0 5.0.32-7etch6
ii php5-mysql 5.2.6-2+b1


> What php extensions do you have installed besides php5-mysql?

# dpkg -l | grep "php\|apache" | awk '{print $1" "$2" "$3}'
ii apache2 2.2.9-6
ii apache2-dbg 2.2.9-6
ii apache2-mpm-prefork 2.2.9-6
ii apache2-utils 2.2.9-6
ii apache2.2-common 2.2.9-6
ii libapache2-mod-layout 5.1-1
ii libapache2-mod-php5 5.2.6-2+b1
ii php5 5.2.6-2
ii php5-clamavlib 0.13-1.2
ii php5-common 5.2.6-2+b1
ii php5-dbg 5.2.6-2+b1
ii php5-dev 5.2.0-8+etch11
ii php5-gd 5.2.6-2+b1
ii php5-mysql 5.2.6-2+b1


A new backtrace generated with the network cable unplugged.

To re-create:
1. Ensure all apache processes not running; unplug network cable
2. '/etc/init.d/apache2 start'
3. '/etc/init.d/apache2 stop' (apache2 is now hung)
4. 'ps aux | grep apache' to get PID of last remaining process
5. 'gdb -p $PID'; 'bt full'


(gdb) bt full
#0  0xb7eae0ee in __lll_lock_wait_private () from /lib/libpthread.so.0
No symbol table info available.
#1  0xb7eab6e1 in _L_lock_23 () from /lib/libpthread.so.0
No symbol table info available.
#2  0xb7eab4a8 in pthread_cond_destroy@@GLIBC_2.3.2 () from /lib/libpthread.so.0
No symbol table info available.
#3  0xb7a24383 in my_thread_global_end () from /usr/lib/libmysqlclient_r.so.15
No symbol table info available.
#4  0xb7a1f77a in my_end () from /usr/lib/libmysqlclient_r.so.15
No symbol table info available.
#5  0xb7a1e281 in mysql_server_end () from /usr/lib/libmysqlclient_r.so.15
No symbol table info available.
#6  0xb6d09dd7 in zm_shutdown_mysql (type=1, module_number=42) at 
/build/buildd/php5-5.2.6/ext/mysql/php_mysql.c:426
        module_number = -512
#7  0xb726574a in module_destructor (module=0x826c410) at 
/build/buildd/php5-5.2.6/Zend/zend_API.c:1921
        module = (zend_module_entry *) 0x826c410
#8  0xb726bd7a in zend_hash_apply_deleter (ht=0x0, p=0x826c3e0) at 
/build/buildd/php5-5.2.6/Zend/zend_hash.c:805
        retval = (Bucket *) 0xb726bcef
#9  0xb726c047 in zend_hash_graceful_reverse_destroy (ht=0xb74e1dc0) at 
/build/buildd/php5-5.2.6/Zend/zend_hash.c:840
        p = (Bucket *) 0xb7bb84e0
        ht = (HashTable *) 0x826c3e0
#10 0xb72617dc in zend_shutdown () at /build/buildd/php5-5.2.6/Zend/zend.c:814
No locals.
#11 0xb7216ebd in php_module_shutdown () at 
/build/buildd/php5-5.2.6/main/main.c:1906
No locals.
#12 0xb7216f87 in php_module_shutdown_wrapper (sapi_globals=0xb74dc240) at 
/build/buildd/php5-5.2.6/main/main.c:1877
No locals.
#13 0xb72d8da1 in php_apache_server_shutdown (tmp=0x0) at 
/build/buildd/php5-5.2.6/sapi/apache2handler/sapi_apache2.c:352
No locals.
#14 0xb7ed1691 in run_cleanups () from /usr/lib/libapr-1.so.0
No locals.
#15 0xb7ed0b5d in apr_pool_destroy () from /usr/lib/libapr-1.so.0
No locals.
#16 0xb7ed0b45 in apr_pool_destroy () from /usr/lib/libapr-1.so.0
No locals.
#17 0x08065f93 in destroy_and_exit_process (process=<value optimized out>, 
process_exit_value=-1212447520) at /tmp/buildd/apache2-2.2.9/server/main.c:260
No locals.
#18 0x08066f22 in main (argc=0, argv=0x0) at 
/tmp/buildd/apache2-2.2.9/server/main.c:739
        c = 0 '\0'
        configtestonly = 0
        confname = 0x8092886 "/etc/apache2/apache2.conf"
        def_server_root = 0x809a9b0 ""
        temp_error_log = 0x0
        error = <value optimized out>
        process = (process_rec *) 0x80a5140
        server_conf = (server_rec *) 0x80ab908
        pglobal = (apr_pool_t *) 0x80a50c0
        pconf = (apr_pool_t *) 0x80a70c8
        plog = (apr_pool_t *) 0x80d9190
        ptemp = (apr_pool_t *) 0x80e01a8
        pcommands = (apr_pool_t *) 0x80a90d0
        opt = (apr_getopt_t *) 0x80a9168
        rv = <value optimized out>
        mod = <value optimized out>
        optarg = 0xb77ef124 "(|\023"
[bug_493573_system_package_list.txt (text/plain, inline)]
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name                                 Version                              Description
+++-====================================-====================================-================================================================
ii  a2ps                                 4.13b.dfsg.1-1                       GNU a2ps - 'Anything to PostScript' converter and pretty-printer
ii  abiword                              2.4.6-5+b3                           WYSIWYG word processor based on GTK2
ii  abiword-common                       2.4.6-1.1                            WYSIWYG word processor based on GTK2
ii  adduser                              3.102                                Add and remove users and groups
ii  alien                                8.64                                 install non-native packages with dpkg
ii  alsa-base                            1.0.15-2                             ALSA driver configuration files
ii  alsa-oss                             1.0.15-1                             ALSA wrapper for OSS applications
ii  alsa-utils                           1.0.15-1                             ALSA utilities
ii  alsamixergui                         0.9.0rc2-1-9                         graphical soundcard mixer for ALSA soundcard driver
ii  alsaplayer-alsa                      0.99.80~rc4-1                        PCM player designed for ALSA (ALSA output module)
ii  alsaplayer-common                    0.99.80~rc4-1                        PCM player designed for ALSA (common files)
ii  alsaplayer-gtk                       0.99.80~rc4-1                        PCM player designed for ALSA (GTK version)
ii  alsaplayer-text                      0.99.76-9+etch1                      PCM player designed for ALSA (text version)
ii  amarok                               1.4.4-4                              versatile and easy to use audio player for KDE
ii  amarok-engines                       1.4.4-4                              output engines for the Amarok audio player
ii  amarok-xine                          1.4.4-4                              xine engine for the Amarok audio player
ii  ant                                  1.6.5-6                              Java based build tool like make
ii  ant-optional                         1.6.5-6                              Java based build tool like make - optional libraries
ii  antlr                                2.7.6-7                              language tool for constructing recognizers, compilers etc
ii  anyevent-perl                        4.22-0.0                             dummy package to install libanyevent-perl
ii  apache2                              2.2.9-6                              Apache HTTP Server metapackage
ii  apache2-dbg                          2.2.9-6                              Apache debugging symbols
ii  apache2-mpm-prefork                  2.2.9-6                              Apache HTTP Server - traditional non-threaded model
ii  apache2-utils                        2.2.9-6                              utility programs for webservers
ii  apache2.2-common                     2.2.9-6                              Apache HTTP Server common files
ii  apt                                  0.7.14+b1                            Advanced front-end for dpkg
ii  apt-listbugs                         0.0.69                               Lists critical bugs before each apt installation
ii  apt-show-versions                    0.13                                 lists available package versions with distribution
ii  apt-utils                            0.7.14+b1                            APT utility programs
ii  aptitude                             0.4.11.4-1                           terminal-based package manager
ii  aqbanking-tools                      3.0.1-4                              basic command line homebanking utilities
ii  aqbanking16-qt-wizard                2.3.2-2                              setup tool for AqBanking
ii  arj                                  3.10.22-2                            archiver for .arj files
ii  armagetron                           0.2.7.0-1.1                          3D Tron-like high speed game
ii  armagetron-common                    0.2.7.0-1.1                          Common files for the Armagetron packages
ii  arts                                 1.5.5-1                              sound system from the official KDE release
ii  artsbuilder                          3.5.5-2                              synthesizer designer for aRts
ii  aspell                               0.60.5-1                             GNU Aspell spell-checker
ii  aspell-en                            6.0-0-5.1                            English dictionary for GNU Aspell
ii  at                                   3.1.10                               Delayed job execution and batch processing
ii  atlas3-3dnow                         3.6.0-20.6                           Automatically Tuned Linear Algebra Software,3dnow shared
ii  atlas3-base                          3.6.0-20.6                           Automatically Tuned Linear Algebra Software,generic shared
ii  audacity                             1.2.4b-2.1                           A fast, cross-platform audio editor
ii  autoconf                             2.61-4                               automatic configure script builder
ii  automake1.4                          1.4-p6-12                            A tool for generating GNU Standards-compliant Makefiles
ii  automake1.9                          1.9.6+nogfdl-3                       A tool for generating GNU Standards-compliant Makefiles
ii  autopano-sift                        2.4-0.7                              automatically create control points for panorama image
ii  autotools-dev                        20060702.1                           Update infrastructure for config.{guess,sub} files
ii  avahi-daemon                         0.6.16-3etch1                        Avahi mDNS/DNS-SD daemon
ii  avant-window-navigator               0.2.6-7                              A MacOS X like panel for GNOME
ii  avant-window-navigator-data          0.2.6-7                              Common files for avant-window-navigator
ii  awstats                              6.5+dfsg-1                           powerful and featureful web server log analyzer
rc  banshee                              0.11.2+dfsg-1                        Audio Management and Playback application
ii  baobab                               2.4.2-1.1+b1                         graphical tool to analyse disk usage
ii  base-files                           4                                    Debian base system miscellaneous files
ii  base-passwd                          3.5.11                               Debian base system master password and group files
ii  bash                                 3.1dfsg-8                            The GNU Bourne Again SHell
ii  bbkeys                               0.9.0-6                              A key-grabber for any NETWM/EMWH-compliant window manager
ii  bc                                   1.06-20                              The GNU bc arbitrary precision calculator language
ii  beryl-core                           0.2.0~0beryl1                        Compositing window manager - Beryl Project
ii  beryl-plugins                        0.2.0~0beryl1                        Collection of plugins for Beryl
ii  beryl-plugins-data                   0.2.0~0beryl1                        Plugins data - Beryl Project
ii  bibblelite                           4.9.9-3                              Program for processing images from digital cameras in raw format
ii  bin86                                0.16.14-1.4                          16-bit x86 assembler and loader
ii  bind9-host                           9.3.4-2etch3                         Version of 'host' bundled with BIND 9.X
ii  binfmt-support                       1.2.8                                Support for extra binary formats
ii  binutils                             2.18-1                               The GNU assembler, linker and binary utilities
ii  bison                                2.3.dfsg-4                           A parser generator that is compatible with YACC
ii  bittorrent                           3.4.2-10                             Scatter-gather network file transfer
ii  bittorrent-gui                       3.4.2-10                             Scatter-gather network file transfer (GUI files)
ii  blackbox                             0.70.1-1.1                           Window manager for X
ii  boo                                  0.7.6.2237-5                         a python-like language and compiler for the CLI
ii  brdcp8065dnlpr                       1.2.0-1                              Brother DCP-8065DN LPR driver
ii  brscan2                              0.2.3                                Brother Scanner Driver
ii  bsdmainutils                         6.1.6                                collection of more utilities from FreeBSD
ii  bsdutils                             2.12r-19etch1                        Basic utilities from 4.4BSD-Lite
ii  bsh                                  2.0b4-4                              Java scripting environment (BeanShell) Version 2
ii  build-essential                      11.3                                 informational list of build-essential packages
ii  bzip2                                1.0.4-2                              high-quality block-sorting file compressor - utilities
ii  ca-certificates                      20070303                             Common CA Certificates PEM files
ii  cabextract                           1.2-2                                a program to extract Microsoft Cabinet files
ii  capplets-data                        2.22.2.1-1                           configuration applets for GNOME 2 - data files
ii  cdbs                                 0.4.50                               common build system for Debian packages
ii  cdparanoia                           3.10+debian~pre0-4                   audio extraction tool for sampling CDs
ii  cdrdao                               1.2.2-5                              records CDs in Disk-At-Once (DAO) mode
ii  cdrecord                             1.1.2-1                              Dummy transition package for wodim
ii  cgoban                               1.9.14-11                            complete Go board
ii  checkpw                              1.01-1                               checks password which is stored in ~/Maildir/.password
ii  checksecurity                        2.0.7-10.1                           basic system security checks
ii  cinelerra                            2.1.0-2svn20071030                   An audio/video authoring tool
ii  clamav                               0.93.1.dfsg-1+b1                     anti-virus utility for Unix - command-line interface
ii  clamav-base                          0.93.1.dfsg-1                        anti-virus utility for Unix - base package
ii  clamav-daemon                        0.93.1.dfsg-1+b1                     anti-virus utility for Unix - scanner daemon
ii  clamav-freshclam                     0.93.1.dfsg-1+b1                     anti-virus utility for Unix - virus database update utility
ii  comerr-dev                           2.1-1.40.3-1                         common error description library - headers and static libraries
ii  compiz                               0.7.6-3                              OpenGL window and compositing manager
ii  compiz-core                          0.7.6-3                              OpenGL window and compositing manager
ii  compiz-gnome                         0.7.6-3                              OpenGL window and compositing manager - GNOME window decorator
ii  compiz-gtk                           0.7.6-3                              OpenGL window and compositing manager - Gtk window decorator
ii  compiz-kde                           0.7.6-3                              OpenGL window and compositing manager - KDE window decorator
ii  compiz-plugins                       0.7.6-3                              OpenGL window and compositing manager - plugins
ii  compizconfig-settings-manager        0.7.6-3                              Compizconfig Settings Manager
ii  conglomerate                         0.9.1-3                              user-friendly XML editor
ii  conglomerate-common                  0.9.1-3                              common files for the user-friendly XML editor
ii  console-common                       0.7.69                               Basic infrastructure for text console configuration
ii  console-data                         1.01-7                               Keymaps, fonts, charset maps, fallback tables for console-tools
ii  console-tools                        0.2.3dbs-65                          Linux console and font utilities
ii  coreutils                            5.97-5.3                             The GNU core utilities
ii  cpio                                 2.6-18.1+etch1                       GNU cpio -- a program to manage archives of files
ii  cpp                                  4.1.1-15                             The GNU C preprocessor (cpp)
ii  cpp-3.3                              3.3.6-15                             The GNU C preprocessor
ii  cpp-4.1                              4.1.1-21                             The GNU C preprocessor
ii  cpuburn                              1.4-23                               a collection of programs to put heavy load on CPU
ii  cpuid                                3.3-9                                Intel and AMD x86 CPUID display program
ii  cramfsprogs                          1.1-6                                Tools for CramFs (Compressed ROM File System)
ii  cron                                 3.0pl1-100                           management of regular background processing
ii  cups                                 1.3.7-9                              Common UNIX Printing System(tm) - server
ii  cups-bsd                             1.3.7-9                              Common UNIX Printing System(tm) - BSD commands
ii  cups-client                          1.3.7-9                              Common UNIX Printing System(tm) - client programs (SysV)
ii  cups-common                          1.3.7-9                              Common UNIX Printing System(tm) - common files
rc  cups-pdf                             2.4.2-3                              PDF printer for CUPS
ii  cupswrapperdcp8065dn                 1.0.2-6                              Brother DCP8065DN CUPS wrapper driver
ii  cupsys                               1.3.7-9                              Common UNIX Printing System (transitional package)
ii  cupsys-bsd                           1.3.7-9                              Common UNIX Printing System (transitional package)
rc  cupsys-driver-gutenprint             5.0.0-3                              printer drivers for CUPS
rc  cupsys-pt                            1.2.4-3+b1                           Tool for viewing/managing print jobs under CUPS
ii  curl                                 7.15.5-1etch1                        Get a file from an HTTP, HTTPS, FTP or GOPHER server
ii  cvs                                  1.12.13-8                            Concurrent Versions System
ii  cvsweb                               3.0.6-1                              CGI interface to your CVS repository
ii  cyrus-sasl2-doc                      2.1.22.dfsg1-8                       Documentation for Cyrus SASL library and utilities
ii  dash                                 0.5.3-7                              The Debian Almquist Shell
ii  db4.2-util                           4.2.52+dfsg-2                        Berkeley v4.2 Database Utilities
ii  dbishell                             0.8.9-7.2                            Interactive SQL shell with readline support
ii  dbus                                 1.0.2-1+etch1                        simple interprocess messaging system
ii  dc                                   1.06-20                              The GNU dc arbitrary precision reverse-polish calculator
ii  dcraw                                8.39-1                               decode raw digital camera images
ii  debconf                              1.5.11etch2                          Debian configuration management system
ii  debconf-i18n                         1.5.11etch2                          full internationalization support for debconf
ii  debconf-utils                        1.5.11etch2                          debconf utilities
ii  debhelper                            5.0.42                               helper programs for debian/rules
ii  debian-archive-keyring               2007.07.31~etch1                     GnuPG archive keys of the Debian archive
ii  debian-multimedia-keyring            2007.02.14                           GnuPG archive key of the debian-multimedia repository
ii  debianutils                          2.17                                 Miscellaneous utilities specific to Debian
ii  defoma                               0.11.10-0.1                          Debian Font Manager -- automatic font configuration framework
ii  deskbar-applet                       2.22.2.1-1                           universal search and navigation bar for GNOME
ii  desktop-base                         4.0.1etch2                           common files for the Debian Desktop
ii  desktop-file-utils                   0.11-1                               Utilities for .desktop files
ii  devscripts                           2.9.26                               Scripts to make the life of a Debian Package maintainer easier
ii  dhcp-client                          2.0pl5-19.5etch2                     DHCP Client
ii  dictionaries-common                  0.70.10                              Common utilities for spelling dictionary tools
ii  diff                                 2.8.1-11                             File comparison utilities
ii  discover                             2.1.1-2.1                            hardware identification system
ii  discover-data                        2.2007.02.02                         Data lists for Discover hardware detection system
ii  discover1-data                       2.2007.02.02                         Data lists for Discover hardware detection system (legacy format
ii  dmidecode                            2.8-4                                Dump Desktop Management Interface data
ii  dnsutils                             9.3.4-2etch3                         Clients provided with BIND
ii  doc-base                             0.7.21                               utilities to manage online documentation
ii  doc-debian                           3.1.5                                Debian Project documentation, Debian FAQ and other documents
ii  doc-linux-text                       2007.02-1                            Linux HOWTOs and FAQs in ASCII format
ii  docbook-xml                          4.4-5                                standard XML documentation system, for software and systems
ii  dosfstools                           2.11-2.1+b1                          Utilities to create and check MS-DOS FAT filesystems
ii  doxygen                              1.5.4-1                              Documentation system for C, C++, Java, Python and other language
ii  dpatch                               2.0.21                               patch maintenance system for Debian source packages
ii  dpkg                                 1.13.25                              package maintenance system for Debian
ii  dpkg-dev                             1.13.25                              package building tools for Debian
ii  dselect                              1.13.25                              user tool to manage Debian packages
ii  dvd+rw-tools                         7.0-4                                DVD+-RW/R tools
rc  dvdrip                               0.98.8-0.1                           perl front end for transcode
ii  dvgrab                               1.8-4                                grab digital video data via IEEE1394 links
ii  dvipng                               1.9-1+etch.1                         convert DVI files to PNG graphics
ii  e2fslibs                             1.39+1.40-WIP-2006.11.14+dfsg-2etch1 ext2 filesystem libraries
ii  e2fsprogs                            1.39+1.40-WIP-2006.11.14+dfsg-2etch1 ext2 file system utilities and libraries
ii  ecj-bootstrap                        3.2.1-3                              bootstrap version of the Eclipse Java compiler
ii  ecj-bootstrap-gcj                    3.2.1-3                              bootstrap version of the Eclipse Java compiler (native version)
ii  eclipse                              3.2.1-4                              Extensible Tool Platform and Java IDE
ii  eclipse-gcj                          3.2.1-4                              Native Eclipse run with GCJ
ii  eclipse-jdt                          3.2.1-4                              Java Development Tools plug-ins for Eclipse
ii  eclipse-jdt-gcj                      3.2.1-4                              Java Development Tools plug-ins for Eclipse (GCJ version)
ii  eclipse-pde                          3.2.1-4                              Plug-in Development Environment to develop Eclipse plug-ins
ii  eclipse-pde-gcj                      3.2.1-4                              Plug-in Development Environment to develop Eclipse plug-ins (GCJ
ii  eclipse-platform                     3.2.1-4                              Eclipse platform without plug-ins to develop any language
ii  eclipse-platform-gcj                 3.2.1-4                              Eclipse platform without plug-ins to develop any language (GCJ v
ii  eclipse-rcp                          3.2.1-4                              Eclipse rich client platform
ii  eclipse-rcp-gcj                      3.2.1-4                              Eclipse rich client platform (GCJ version)
ii  eclipse-source                       3.2.1-4                              Eclipse source code plug-ins
ii  ed                                   0.2-20                               The classic unix line editor
ii  efax                                 0.9a-19                              programs to send and receive fax messages
ii  eject                                2.1.4-3                              ejects CDs and operates CD-Changers under Linux
ii  emacsen-common                       1.4.17                               Common facilities for all emacsen
ii  emerald                              0.2.0~0beryl1                        Decorator for beryl
ii  enblend                              3.0-0.1                              image blending with multiresolution splines
ii  enigmail                             0.94.2-2                             GnuPG support for Icedove
ii  enscript                             1.6.4-11                             Converts ASCII text to Postscript, HTML, RTF or Pretty-Print
ii  esound-clients                       0.2.36-3                             Enlightened Sound Daemon - clients
ii  esound-common                        0.2.36-3                             Enlightened Sound Daemon - Common files
ii  esvn                                 0.6.11+1-2                           frontend for the Subversion revision system written in Qt
ii  ethereal                             0.99.4-5.etch.2                      dummy upgrade package for ethereal -> wireshark
ii  ethereal-common                      0.99.4-5.etch.2                      dummy upgrade package for ethereal -> wireshark
ii  ethtool                              5-1                                  display or change ethernet card settings
ii  evolution-data-server-common         2.22.3-1                             architecture independent files for Evolution Data Server
ii  exif                                 0.6.9-5                              command-line utility to show EXIF information in JPEG files
ii  exiftags                             0.98-1.1+etch1                       Utility to read Exif tags from a digital camera JPEG file
ii  exiftran                             2.05-2                               transform digital camera jpeg images
ii  exim4                                4.63-17                              metapackage to ease exim MTA (v4) installation
ii  exim4-base                           4.63-17                              support files for all exim MTA (v4) packages
ii  exim4-config                         4.63-17                              configuration for the exim MTA (v4)
ii  exim4-daemon-light                   4.63-17                              lightweight exim MTA (v4) daemon
ii  exiv2                                0.10-1.6                             EXIF/IPTC metadata manipulation tool
ii  fakeroot                             1.5.10                               Gives a fake root environment
ii  fam                                  2.7.0-12                             File Alteration Monitor
ii  fastjar                              4.1.1-21                             Jar creation utility
ii  fb-music-high                        0.1.2                                High quality, large music files for Frozen-Bubble
ii  fbpager                              0.1.4-5                              a pager application for the Fluxbox window manager
ii  fdutils                              5.5-20060227-1.1                     Linux floppy utilities
ii  ffmpeg                               20070329-0.0etch1                    audio/video encoder, streaming server & audio/video file convert
ii  fftw2                                2.1.3-20+b1                          library for computing Fast Fourier Transforms
ii  fftw3                                3.1.2-1                              library for computing Fast Fourier Transforms
ii  fftw3-dev                            3.1.2-1                              library for computing Fast Fourier Transforms
ii  file                                 4.17-5etch3                          Determines file type using "magic" numbers
ii  filelight                            0.99beta6-1+b1                       show where your diskspace is being used
ii  findutils                            4.2.28-1etch1                        utilities for finding files--find, xargs, and locate
ii  finger                               0.17-10                              user information lookup program
ii  flashplugin-nonfree                  9.0.115.0.1~etch1                    Adobe Flash Player plugin installer
ii  flex                                 2.5.33-11                            A fast lexical analyzer generator.
ii  fluxbox                              0.9.14-1.2                           Highly configurable and low resource X11 Window manager
ii  fluxconf                             0.9.9-1                              FluxBox configuration utility
ii  fontconfig                           2.4.2-1.2                            generic font configuration library - support binaries
ii  fontconfig-config                    2.4.2-1.2                            generic font configuration library - configuration
ii  fping                                2.4b2-to-ipv6-14                     sends ICMP ECHO_REQUEST packets to network hosts
ii  freeglut3                            2.4.0-5                              OpenGL Utility Toolkit
ii  frozen-bubble                        2.1.0-2+b1                           Pop out the bubbles!
ii  frozen-bubble-data                   2.1.0-2                              Data files for Frozen-Bubble
ii  ftp                                  0.17-16                              The FTP client
ii  ftplib3                              3.1-1-6                              Library of callable ftp routines
ii  g++                                  4.1.1-15                             The GNU C++ compiler
ii  g++-3.3                              3.3.6-15                             The GNU C++ compiler
ii  g++-4.1                              4.1.1-21                             The GNU C++ compiler
ii  g-wrap                               1.9.6-3.1                            scripting interface generator for C
rc  gaim                                 2.0.0+beta5-10                       multi-protocol instant messaging client
ii  gaim-data                            2.0.0+beta5-10etch1                  multi-protocol instant messaging client - data files
ii  gallery2                             2.2.1-3                              web-based photo album written in PHP
ii  gamix                                1.99.p14.debian1-4                   Graphical sound mixer for ALSA
ii  gappletviewer-4.1                    4.1.1-20                             Standalone application to execute Java (tm) applets
ii  gawk                                 3.1.5.dfsg-4                         GNU awk, a pattern scanning and processing language
ii  gcc                                  4.1.1-15                             The GNU C compiler
ii  gcc-3.3                              3.3.6-15                             The GNU C compiler
ii  gcc-3.3-base                         3.3.6-15                             The GNU Compiler Collection (base package)
ii  gcc-3.4-base                         3.4.6-5                              The GNU Compiler Collection (base package)
ii  gcc-4.1                              4.1.1-21                             The GNU C compiler
ii  gcc-4.1-base                         4.1.1-21                             The GNU Compiler Collection (base package)
ii  gcc-4.2-base                         4.2.1-5                              The GNU Compiler Collection (base package)
ii  gcc-4.3-base                         4.3.1-2                              The GNU Compiler Collection (base package)
ii  gcj-4.1                              4.1.1-20                             The GNU compiler for Java(TM)
ii  gcj-4.1-base                         4.1.1-20                             The GNU Compiler Collection (gcj base package)
ii  gconf2                               2.22.0-1                             GNOME configuration database system (support tools)
ii  gconf2-common                        2.22.0-1                             GNOME configuration database system (common files)
ii  gdb                                  6.8-3                                The GNU Debugger
ii  gdk-imlib1                           1.9.14-31                            compatibility package for gdk-imlib11
ii  gdk-imlib11                          1.9.15-5                             imaging library for use with gtk
ii  gdm                                  2.20.7-1                             GNOME Display Manager
ii  genisoimage                          1.1.2-1                              Creates ISO-9660 CD-ROM filesystem images
ii  geoip-bin                            1.3.17-1.1                           IP lookup command line tools that use the GeoIP library
ii  gettext                              0.16.1-1                             GNU Internationalization utilities
ii  gettext-base                         0.16.1-1                             GNU Internationalization utilities for the base system
ii  ghostscript                          8.62.dfsg.1-2.1                      The GPL Ghostscript PostScript/PDF interpreter
ii  ghostscript-x                        8.62.dfsg.1-2.1                      The GPL Ghostscript PostScript/PDF interpreter - X Display suppo
ii  gij-4.1                              4.1.1-20                             The GNU Java bytecode interpreter
ii  gimp                                 2.4.6-1                              The GNU Image Manipulation Program
ii  gimp-data                            2.4.6-1                              Data files for GIMP
ii  gimp-data-extras                     2.0.1-3                              An extra set of brushes, palettes, and gradients for The GIMP
ii  gimp-help-common                     2.4.0-2                              Data files for the GIMP documentation
ii  gimp-help-en                         2.4.0-2                              Documentation for the GIMP (English)
ii  gimp-libcurl                         2.4.6-1                              libcurl URI plugin for GIMP
rc  gimp-print                           5.0.0-3                              print plugin for the GIMP
ii  gimp-ufraw                           0.13-1                               gimp importer for raw camera images
ii  gimp2.0-quiteinsane                  0.3-8                                A Qt based SANE plugin for GIMP 2.0
ii  gjdoc                                0.7.7-7                              documentation generation framework for java source files
ii  gkrellm                              2.2.9-1                              The GNU Krell Monitors
ii  gksu                                 2.0.0-1                              graphical frontend to su
ii  gnome-about                          2.14.3-2                             The GNOME about box
rc  gnome-applets                        2.22.3-1                             Various applets for GNOME 2 panel - binary files
ii  gnome-applets-data                   2.22.3-1                             Various applets for GNOME 2 panel - data files
ii  gnome-control-center                 2.22.2.1-1                           utilities to configure the GNOME desktop
ii  gnome-desktop-data                   2.14.3-2                             Common files for GNOME 2 desktop apps
ii  gnome-doc-utils                      0.6.1-3                              a collection of documentation utilities for the Gnome project
ii  gnome-icon-theme                     2.22.0-1                             GNOME Desktop icon theme
ii  gnome-keyring                        2.20.2-1                             GNOME keyring services (daemon and tools)
ii  gnome-media                          2.14.2-4                             GNOME media utilities
ii  gnome-media-common                   2.14.2-4                             GNOME media utilities - common files
ii  gnome-menus                          2.22.2-3                             an implementation of the freedesktop menu specification for GNOM
ii  gnome-mime-data                      2.4.3-1                              base MIME and Application database for GNOME.
ii  gnome-netstatus-applet               2.12.0-5+b2                          Network status applet for GNOME 2
ii  gnome-panel-data                     2.20.3-5                             common files for the GNOME Panel
ii  gnome-session                        2.22.3-1                             The GNOME 2 Session Manager
ii  gnome-settings-daemon                2.22.2.1-1                           GNOME settings daemon
ii  gnome-system-monitor                 2.14.5-1                             Process viewer and system resource monitor for GNOME 2
ii  gnome-themes                         2.22.2-1                             official themes for the GNOME 2 desktop
ii  gnome-themes-extras                  0.9.0.deb0.4                         various themes for the GNOME 2 desktop
ii  gnome-user-guide                     2.14.2-2                             GNOME user's guide
ii  gnome-utils                          2.14.0.dfsg-5                        GNOME desktop utilities
ii  gnome-volume-manager                 1.5.15-1+b1                          GNOME daemon to auto-mount and manage media devices
ii  gnu-efi                              3.0c-1                               Library for developing EFI applications
hi  gnucash                              2.2.3-1.1                            A personal finance tracking program
ii  gnucash-common                       2.2.3-1.1                            A personal finance tracking program
ii  gnumeric                             1.6.3-5.1+etch1                      GNOME spreadsheet application
ii  gnumeric-common                      1.6.3-5.1+etch1                      common files for Gnumeric, the GNOME spreadsheet application
ii  gnumeric-doc                         1.6.3-5.1+etch1                      documentation for Gnumeric, the GNOME spreadsheet application
ii  gnupg                                1.4.9-2                              GNU privacy guard - a free PGP replacement
ii  gnupg-doc                            2003.04.06-5                         GNU Privacy Guard documentation
ii  gocr                                 0.41-1                               A command line OCR
ii  gocr-doc                             0.41-1                               gocr documentation
ii  googleearth-package                  0.0.4                                utility to automatically build a Debian package of Google Earth
ii  gpgv                                 1.4.6-2                              GNU privacy guard - signature verification tool
ii  gphoto2                              2.2.0-3                              The gphoto2 digital camera command-line client
ii  gqview                               2.0.1-1                              A simple image viewer using GTK+
ii  grep                                 2.5.1.ds2-6                          GNU grep, egrep and fgrep
ii  groff                                1.18.1.1-12                          GNU troff text-formatting system
ii  groff-base                           1.18.1.1-12                          GNU troff text-formatting system (base system components)
ii  grub                                 0.97-27etch1                         GRand Unified Bootloader
ii  gs                                   8.62.dfsg.1-2.1                      Transitional package
ii  gs-common                            8.62.dfsg.1-2.1                      Transitional package
ii  gs-esp                               8.62.dfsg.1-2.1                      Transitional package
ii  gs-gpl                               8.62.dfsg.1-2.1                      Transitional package
ii  gsfonts                              8.11+urwcyr1.0.7~pre41-1             Fonts for the Ghostscript interpreter(s)
ii  gsfonts-x11                          0.20                                 Make Ghostscript fonts available to X11
ii  gstreamer0.10-alsa                   0.10.10-4                            GStreamer plugin for ALSA
ii  gstreamer0.10-ffmpeg-full            0.10.2-0.1                           FFmpeg plugin for GStreamer
ii  gstreamer0.10-gnomevfs               0.10.10-4                            GStreamer plugin for GnomeVFS
ii  gstreamer0.10-plugins-base           0.10.10-4                            GStreamer plugins from the "base" set
ii  gstreamer0.10-plugins-good           0.10.4-4                             GStreamer plugins from the "good" set
ii  gstreamer0.10-tools                  0.10.17-2                            Tools for use with GStreamer
ii  gstreamer0.10-x                      0.10.10-4                            GStreamer plugins for X11 and Pango
ii  gtk-engines-geramik                  0.26-2.1                             Geramik GTK1.x Theme
ii  gtk-engines-geramik-data             0.26-2.1                             Geramik GTK Theme bitmaps
ii  gtk-engines-lighthouseblue           0.6.3-1+b2                           LighthouseBlue theme for GTK+ 1.2
ii  gtk-engines-metal                    0.12-8.1+b1                          Metallic theme for GTK+ 1.2
ii  gtk-engines-notif                    0.12-8.1+b1                          Motif-like theme for GTK+ 1.2
ii  gtk-engines-pixmap                   0.12-8.1+b1                          Pixmap-based theme for GTK+ 1.2
ii  gtk-engines-qtpixmap                 0.28-1.2+b1                          QtPixmap GTK1.x theming engine
ii  gtk-engines-raleigh                  0.12-8.1+b1                          GTK+ 2.0-like theme for GTK+ 1.2
ii  gtk-engines-thingeramik              0.26-2.1                             ThinGeramik GTK1.x Theme
ii  gtk-engines-thingeramik-data         0.26-2.1                             ThinGeramik GTK Theme bitmaps
rc  gtk-engines-xenophilia               0.8-3                                Customisable GTK+ engine with a plain look
ii  gtk-led-askpass                      0.10-2                               GTK+ password dialog suitable for use with ssh-add
ii  gtk-sharp-gapi                       1.0.10-5                             C source parser and C# code generator for GObject based APIs
ii  gtk-sharp2-gapi                      2.8.3-2                              C source parser and C# code generator for GObject based APIs
ii  gtk-theme-switch                     2.0.4+b1                             GTK+ theme switching utility
ii  gtk2-engines                         2.14.3-1                             theme engines for GTK+ 2.x
ii  gtk2-engines-pixbuf                  2.12.10-2                            Pixbuf-based theme for GTK+ 2.x
ii  gtk2-ex-formfactory-perl             0.65-0.0                             Makes building complex GUI's easy
ii  gtkfontsel                           1.1-10                               gtk+ font selection utility
ii  gtklp                                1.2.3-1                              printing tool for CUPS on the GNOME Desktop
ii  guile-1.6                            1.6.8-6                              The GNU extension language and Scheme interpreter
ii  guile-1.6-dev                        1.6.8-6                              Development files for Guile 1.6
ii  guile-1.6-libs                       1.6.8-6                              Main Guile libraries
ii  guile-1.6-slib                       1.6.8-6                              Guile SLIB support
ii  guile-g-wrap                         1.9.6-3.2                            scripting interface generator for C - Guile runtime
ii  guile-library                        0.1.2-1                              Library of useful Guile modules
ii  gutenprint-locales                   5.0.0-3                              locale data files for Gutenprint
ii  gv                                   3.6.2-3                              PostScript and PDF viewer for X
ii  gxine                                0.5.11-5                             the xine video player, GTK+/Gnome user interface
ii  gzip                                 1.3.5-15                             The GNU compression utility
ii  hal                                  0.5.8.1-9etch1                       Hardware Abstraction Layer
ii  hddtemp                              0.3-beta15-34                        Utility to monitor the temperature of your hard drive
ii  hicolor-icon-theme                   0.8-4                                default fallback theme for FreeDesktop.org icon themes
ii  hostname                             2.93                                 utility to set/show the host name or domain name
ii  hspell                               1.0-4                                Hebrew spell checker and morphological analyzer
ii  html2ps                              1.0b5-2                              HTML to PostScript converter
ii  html2text                            1.3.2a-3                             An advanced HTML to text converter
ii  hugin                                0.6.1-1.2                            a Panorama Tools GUI to make panoramas from multiple pictures
ii  hugin-bin                            0.6.1-1.2                            hugin binaries
ii  hugin-data                           0.6.1-1.2                            data files for hugin
ii  hugin-tools                          0.6.1-1.2                            some tools for hugin
ii  hwinfo                               13.11-3                              Hardware identification system
ii  iamerican                            3.1.20.0-4.3                         An American English dictionary for ispell
ii  ibritish                             3.1.20.0-4.3                         A British English dictionary for ispell
ii  iceape                               1.0.13~pre080323b-0etch3             The Iceape Internet Suite
ii  iceape-browser                       1.0.13~pre080323b-0etch3             Iceape Navigator (Internet browser) and Composer
ii  iceape-calendar                      1.0.13~pre080323b-0etch3             Iceape Calendar
ii  iceape-chatzilla                     1.0.13~pre080323b-0etch3             Iceape Chatzilla IRC client
ii  iceape-mailnews                      1.0.13~pre080323b-0etch3             Iceape Mail & Newsgroups and Address Book
ii  icedove                              2.0.0.4.dfsg1-2                      free/unbranded thunderbird mail/news/rss clone
ii  icedove-gnome-support                2.0.0.4.dfsg1-2                      Support for Gnome in Icedove
rc  icedove-inspector                    1.5.0.12.dfsg1-0etch1                DOM inspector extension for icedove/thunderbird
rc  icedove-typeaheadfind                1.5.0.12.dfsg1-0etch1                typeaheadfind extension for icedove/thunderbird
ii  iceweasel                            2.0.0.16-0etch1                      lightweight web browser based on Mozilla
ii  iceweasel-dom-inspector              2.0.0.16-0etch1                      tool for inspecting the DOM of pages in Iceweasel
ii  ifupdown                             0.6.8                                high level tools to configure network interfaces
ii  imagemagick                          6.2.4.5.dfsg1-0.14                   Image manipulation programs
ii  imlib-base                           1.9.14-31                            Common files needed by the Imlib/Gdk-Imlib packages
ii  indent                               2.2.9-9                              C language source code formatting program
ii  info                                 4.8.dfsg.1-4                         Standalone GNU Info documentation browser
ii  initramfs-tools                      0.91c                                tools for generating an initramfs
ii  initscripts                          2.86.ds1-38+etchnhalf.1              Scripts for initializing and shutting down the system
ii  intltool-debian                      0.35.0+20060710.1                    Help i18n of RFC822 compliant config files
ii  iproute                              20061002-3                           Professional tools to control the networking in Linux kernels
ii  iproute-doc                          20061002-3                           Professional tools to control the networking in Linux kernels
ii  iptables                             1.3.6.0debian1-5                     administration tools for packet filtering and NAT
ii  iptraf                               3.0.0-3                              Interactive Colorful IP LAN Monitor
ii  iputils-ping                         20020927-6                           Tools to test the reachability of network hosts
ii  ispell                               3.1.20.0-4.3                         International Ispell (an interactive spelling corrector)
ii  jackd                                0.109.2-3                            JACK Audio Connection Kit (server and example clients)
ii  java-common                          0.25                                 Base of all Java packages
ii  java-gcj-compat                      1.0.65-10                            Java runtime environment using GIJ
ii  java-gcj-compat-dev                  1.0.65-10                            Java runtime environment with GCJ
ii  jhead                                2.60-3                               manipulate the non-image part of Exif compliant JPEG files
ii  jpeginfo                             1.6.0-4                              Prints information and tests integrity of JPEG/JFIF files
ii  junit                                3.8.1.1-7                            Automated testing framework for Java
ii  k3b                                  0.12.17-8                            A sophisticated KDE CD burning application
ii  k3b-i18n                             0.12.17-1                            Internationalized (i18n) files for k3b
ii  kaddressbook                         3.5.5.dfsg.1-6                       KDE NG addressbook application
ii  kappfinder                           3.5.5a.dfsg.1-6etch2                 non-KDE application finder for KDE
ii  kate                                 3.5.5a.dfsg.1-6etch2                 advanced text editor for KDE
ii  kcontrol                             3.5.9.dfsg.1-2+b1                    control center for KDE
ii  kde-i18n-af                          3.5.5-1                              Afrikaans (af) internationalized (i18n) files for KDE
ii  kdebase-bin                          3.5.9.dfsg.1-2+b1                    core binaries for the KDE base module
ii  kdebase-bin-kde3                     3.5.8.dfsg.1-2                       core binaries for the KDE base module
ii  kdebase-data                         3.5.9.dfsg.1-2                       shared data files for the KDE base module
ii  kdeeject                             3.5.9.dfsg.1-2                       script used by KDE to eject removable media
ii  kdelibs                              3.5.5a.dfsg.1-8etch1                 core libraries from the official KDE release
ii  kdelibs-data                         3.5.9.dfsg.1-6                       core shared data for all KDE applications
ii  kdelibs4-dev                         3.5.9.dfsg.1-6                       development files for the KDE core libraries
ii  kdelibs4c2a                          3.5.9.dfsg.1-6                       core libraries and binaries for all KDE applications
ii  kdepasswd                            3.5.5a.dfsg.1-6etch2                 password changer for KDE
ii  kdepim-kio-plugins                   3.5.5.dfsg.1-6                       KDE pim I/O Slaves
ii  kdepim-kresources                    3.5.5.dfsg.1-6                       KDE pim resource plugins
ii  kdeprint                             3.5.5a.dfsg.1-6etch2                 print system for KDE
ii  kdesktop                             3.5.9.dfsg.1-2+b1                    miscellaneous binaries and files for the KDE desktop
ii  kdiff3                               0.9.90-4                             compares and merges 2 or 3 files or directories
ii  kdm                                  3.5.9.dfsg.1-2+b1                    X display manager for KDE
ii  kernel-image-2.6.17.11               redleader.0                          Linux kernel binary image for version 2.6.17.11.
ii  kernel-image-2.6.17.3                redleader.1                          Linux kernel binary image for version 2.6.17.3.
ii  kernel-image-2.6.9                   redleader.0                          Linux kernel binary image for version 2.6.9.
ii  kernel-package                       10.067                               A utility for building Linux kernel related Debian packages.
ii  keychain                             2.6.6-1                              key manager for OpenSSH
ii  kfind                                3.5.9.dfsg.1-2+b1                    file-find utility for KDE
ii  khelpcenter                          3.5.5a.dfsg.1-6etch2                 help center for KDE
ii  kicker                               3.5.9.dfsg.1-2+b1                    desktop panel for KDE
ii  kile                                 1.9.3-1                              KDE Integrated LaTeX Environment
ii  kino                                 0.92-3                               Non-linear editor for Digital Video data
ii  kino-brightness-contrast-plugin      0.4-0.0                              brightness and contrast Kino plugin
ii  kino-hsv-color-space-plugin          0.4-0.0                              HSV Color Space Kino plugin
ii  kinoplus                             0.3.5-3                              effect plug-ins for kino
ii  kivio                                1.6.1-2etch2                         a flowcharting program for the KDE Office Suite
ii  kivio-data                           1.6.1-2etch2                         data files for Kivio flowcharting program
ii  klibc-utils                          1.5.7-4                              small statically-linked utilities built with klibc
ii  klipper                              3.5.5a.dfsg.1-6etch2                 clipboard utility for KDE
ii  klogd                                1.4.1-18                             Kernel Logging Daemon
rc  kmail                                3.5.5.dfsg.1-6                       KDE Email client
ii  kmenuedit                            3.5.5a.dfsg.1-6etch2                 menu editor for KDE
ii  koffice-data                         1.6.1-2etch2                         common shared data for the KDE Office Suite
ii  koffice-libs                         1.6.1-2etch2                         common libraries and binaries for the KDE Office Suite
ii  kompare                              3.5.5-3                              a KDE GUI for viewing differences between files
rc  konqueror                            3.5.8.dfsg.1-2                       KDE's advanced file manager, web browser and document viewer
ii  konqueror-nsplugins                  3.5.5a.dfsg.1-6etch2                 Netscape plugin support for Konqueror
ii  konsole                              3.5.5a.dfsg.1-6etch2                 X terminal emulator for KDE
ii  kooka                                3.5.5-3etch2                         scanner program for KDE
ii  kpackage                             3.5.5-4                              KDE package management tool
ii  kpager                               3.5.5a.dfsg.1-6etch2                 desktop pager for KDE
ii  kpersonalizer                        3.5.9.dfsg.1-2+b1                    installation personalizer for KDE
ii  kphone                               4.2-6                                Voice over IP (VoIP) phone application
ii  krb5-clients                         1.6.dfsg.3~beta1-2                   Secure replacements for ftp, telnet and rsh using MIT Kerberos
ii  krb5-config                          1.16                                 Configuration files for Kerberos Version 5
ii  krb5-user                            1.6.dfsg.3~beta1-2                   Basic programs to authenticate using MIT Kerberos
ii  ksmserver                            3.5.5a.dfsg.1-6etch2                 session manager for KDE
ii  ksplash                              3.5.9.dfsg.1-2+b1                    the KDE splash screen
ii  ksysguard                            3.5.5a.dfsg.1-6etch2                 system guard for KDE
ii  ksysguardd                           3.5.5a.dfsg.1-6etch2                 system guard daemon for KDE
ii  ktip                                 3.5.5a.dfsg.1-6etch2                 useful tips for KDE
ii  kwin                                 3.5.9.dfsg.1-2+b1                    the KDE window manager
ii  lame                                 3.97-0.0                             LAME Ain't an MP3 Encoder
ii  lapack3                              3.0.20000531a-6                      library of linear algebra routines 3 - shared version
ii  laptop-detect                        0.12.1                               attempt to detect a laptop
ii  latex-xft-fonts                      0.1-5                                Xft-compatible versions of some LaTeX fonts
ii  less                                 394-4                                Pager program similar to more
ii  lesstif2                             0.94.4-2                             OSF/Motif 2.1 implementation released under LGPL
ii  liba52-0.7.4                         0.7.4-7                              Library for decoding ATSC A/52 streams
ii  liba52-0.7.4-dev                     0.7.4-7                              Library for decoding ATSC A/52 streams (development)
ii  libaa1                               1.4p5-30                             ascii art library
ii  libaa1-dev                           1.4p5-30                             ascii art library, development kit
ii  libacl1                              2.2.45-1                             Access control list shared library
ii  libacl1-dev                          2.2.45-1                             Access control list static libraries and headers
ii  libadns1                             1.4-0.1                              Asynchronous-capable DNS client library and utilities
ii  libaiksaurus-1.2-0c2a                1.2.1+dev-0.12-3                     an English-language thesaurus (development)
ii  libaiksaurus-1.2-data                1.2.1+dev-0.12-3                     an English-language thesaurus (data)
ii  libakode2                            2.0.1-2                              akode plugin for aRts
ii  libamrnb3                            7.0.0.2-0.0                          floating-point Adaptive Multi-Rate (AMR) speech codec
ii  libamrwb3                            7.0.0.3-0.0                          Adaptive Multi-Rate - Wideband (AMR-WB) speech codec
ii  libanyevent-perl                     4.22-0.0                             provide framework for multiple event loops
ii  libao2                               0.8.6-4                              Cross Platform Audio Output Library
ii  libapache2-mod-layout                5.1-1                                Apache web page content wrapper
ii  libapache2-mod-php5                  5.2.6-2+b1                           server-side, HTML-embedded scripting language (Apache 2 module)
ii  libapm1                              3.2.2-8.1                            Library for interacting with APM driver in kernel
ii  libapr1                              1.2.12-4                             The Apache Portable Runtime Library
ii  libapr1-dbg                          1.2.12-4                             The Apache Portable Runtime Library - Development Headers
ii  libaprutil1                          1.2.12+dfsg-7                        The Apache Portable Runtime Utility Library
ii  libaprutil1-dbg                      1.2.12+dfsg-7                        The Apache Portable Runtime Utility Library - Development Header
ii  libapt-pkg-perl                      0.1.22+b1                            Perl interface to libapt-pkg
ii  libaqbanking-data                    3.0.1-4                              configuration files for libaqbanking
hi  libaqbanking-ofx0                    2.3.2-2.1                            library for OFX online banking
ii  libaqbanking-plugins-libgwenhywfar47 3.0.1-4                              library for online banking applications plugins to libgwenhywfar
ii  libaqbanking16                       2.3.2-2                              library for online banking applications
ii  libaqbanking20                       3.0.1-4                              library for online banking applications
ii  libaqbanking20-plugins               3.0.1-4                              plugins needed by libaqbanking20
ii  libaqbanking20-plugins-qt            3.0.1-4                              plugins needed by libaqbanking20
ii  libaqdtaus3                          2.3.2-2                              library for DTAUS online banking
ii  libaqhbci10                          2.3.2-2                              library for HBCI online banking
ii  libaqhbci12                          3.0.1-4                              library for HBCI online banking
ii  libaqofxconnect4                     3.0.1-4                              library for OFX online banking
ii  libart-2.0-2                         2.3.19-3                             Library of functions for 2D graphics - runtime files
ii  libart-2.0-dev                       2.3.19-3                             Library of functions for 2D graphics - development files
ii  libarts1-akode                       3.5.5-2                              akode plugin for aRts
ii  libarts1-dev                         1.5.9-2                              development files for the aRts sound system core components
ii  libarts1c2a                          1.5.9-2                              aRts sound system core components
ii  libartsc0                            1.5.9-2                              aRts sound system C support library
ii  libartsc0-dev                        1.5.9-2                              development files for the aRts sound system C support library
ii  libasound2                           1.0.16-2                             ALSA library
ii  libasound2-dev                       1.0.16-2                             ALSA library development files
ii  libasound2-plugins                   1.0.14-1+b1                          ALSA library additional plugins
ii  libaspell-dev                        0.60.5-1                             Development files for applications with GNU Aspell support
ii  libaspell15                          0.60.5-1                             GNU Aspell spell-checker runtime library
ii  libasyncns0                          0.1-1                                Asyncronous name service query library
ii  libatk1.0-0                          1.20.0-1                             The ATK accessibility toolkit
ii  libatk1.0-data                       1.12.4-3                             Common files for the ATK accessibility toolkit
ii  libatk1.0-dev                        1.20.0-1                             Development files for the ATK accessibility toolkit
ii  libatm1                              2.4.1-17                             shared library for ATM (Asynchronous Transfer Mode)
ii  libattr1                             2.4.39-1                             Extended attribute shared library
ii  libattr1-dev                         2.4.39-1                             Extended attribute static libraries and headers
ii  libaudio-dev                         1.8-4                                The Network Audio System (NAS). (development files)
ii  libaudio2                            1.8-4                                The Network Audio System (NAS). (shared libraries)
ii  libaudiofile-dev                     0.2.6-6                              Open-source version of SGI's audiofile library (header files)
ii  libaudiofile0                        0.2.6-6                              Open-source version of SGI's audiofile library
ii  libavahi-client-dev                  0.6.21-4                             Development files for the Avahi client library
ii  libavahi-client3                     0.6.21-4                             Avahi client library
ii  libavahi-common-data                 0.6.16-3etch1                        Avahi common data files
ii  libavahi-common-dev                  0.6.21-4                             Development files for the Avahi common library
ii  libavahi-common3                     0.6.21-4                             Avahi common library
ii  libavahi-compat-howl0                0.6.16-3etch1                        Avahi Howl compatibility library
ii  libavahi-compat-libdnssd1            0.6.16-3etch1                        Avahi Apple Bonjour compatibility library
ii  libavahi-core4                       0.6.16-3etch1                        Avahi's embeddable mDNS/DNS-SD library
ii  libavahi-glib-dev                    0.6.21-4                             Development headers for the Avahi glib integration library
ii  libavahi-glib1                       0.6.21-4                             Avahi glib integration library
ii  libavahi-qt3-1                       0.6.21-4                             Avahi Qt 3 integration library
ii  libavahi-qt3-dev                     0.6.21-4                             Development headers for the Avahi Qt 3 integration library
ii  libavc1394-0                         0.5.3-1+b1                           control IEEE 1394 audio/video devices
ii  libavcodec-dev                       0.cvs20060823-8                      development files for libavcodec
ii  libavcodec0d                         0.cvs20060823-8                      ffmpeg codec library
ii  libavcodec1d                         0.cvs20070307-6                      ffmpeg codec library
ii  libavcodeccvs51                      20071206-0.0                         library to encode decode multimedia streams - runtime files
ii  libavformat0d                        0.cvs20060823-8                      ffmpeg file format library
ii  libavformatcvs51                     20070329-0.0etch1                    ffmpeg file format library
ii  libavutil1d                          0.cvs20070307-6                      ffmpeg utility library
ii  libavutilcvs49                       20080414-0.0                         avutil shared libraries
ii  libawn0                              0.2.6-7                              library for avant-window-navigator
ii  libbcel-java                         5.1-6                                Analyze, create, and manipulate (binary) Java class files
ii  libbeagle0                           0.2.12-1+b1                          library for accessing beagle using C
ii  libbeagle1                           0.3.5-1+b1                           library for accessing beagle using C
ii  libbeecrypt6                         4.1.2-6                              open source C library of cryptographic algorithms
ii  libberyldecoration0                  0.2.0~0beryl1                        Settings library for plugins - Beryl Project
ii  libberylsettings0                    0.2.0~0beryl1                        Settings library for plugins - Beryl Project
ii  libberylsettings0-gconf              0.2.0~0beryl1                        Settings library for plugins - Beryl Project
ii  libbind9-0                           9.3.4-2etch3                         BIND9 Shared Library used by BIND
ii  libbit-vector-perl                   6.4-7+b1                             Perl and C library for bit vectors and more
ii  libblas3gf                           1.2-1.6                              Basic Linear Algebra Subroutines 3, shared library
ii  libblkid1                            1.39+1.40-WIP-2006.11.14+dfsg-2etch1 block device id library
ii  libbluetooth2                        3.7-1                                Library to use the BlueZ Linux Bluetooth stack
ii  libbonobo2-0                         2.20.2-1                             Bonobo CORBA interfaces library
ii  libbonobo2-common                    2.20.2-1                             Bonobo CORBA interfaces library -- support files
ii  libbonobo2-dev                       2.20.2-1                             Bonobo CORBA interfaces library -- development files
ii  libbonoboui2-0                       2.20.0-1                             The Bonobo UI library
ii  libbonoboui2-common                  2.20.0-1                             The Bonobo UI library -- common files
ii  libbonoboui2-dev                     2.20.0-1                             The Bonobo UI library - development files
ii  libboost-date-time-dev               1.33.1-10                            set of date-time libraries based on generic programming concepts
ii  libboost-date-time1.33.1             1.33.1-10                            set of date-time libraries based on generic programming concepts
ii  libboost-dev                         1.33.1-10                            Boost C++ Libraries development files
ii  libboost-filesystem-dev              1.33.1-10                            filesystem operations (portable paths, iteration over directorie
ii  libboost-filesystem1.33.1            1.33.1-10                            filesystem operations (portable paths, iteration over directorie
ii  libboost-graph-dev                   1.33.1-10                            generic graph components and algorithms in C++
ii  libboost-iostreams-dev               1.33.1-10                            Boost.Iostreams Library development files
ii  libboost-iostreams1.33.1             1.33.1-10                            Boost.Iostreams Library
ii  libboost-program-options-dev         1.33.1-10                            program options library for C++
ii  libboost-program-options1.33.1       1.33.1-10                            program options library for C++
ii  libboost-python-dev                  1.33.1-10                            Boost.Python Library development files
ii  libboost-python1.33.1                1.33.1-10                            Boost.Python Library
ii  libboost-regex-dev                   1.33.1-10                            regular expression library for C++
ii  libboost-regex1.33.1                 1.33.1-10                            regular expression library for C++
ii  libboost-serialization-dev           1.33.1-10                            serialization library for C++
ii  libboost-signals-dev                 1.33.1-10                            managed signals and slots library for C++
ii  libboost-signals1.33.1               1.33.1-10                            managed signals and slots library for C++
ii  libboost-test-dev                    1.33.1-10                            components for writing and executing test suites
ii  libboost-test1.33.1                  1.33.1-10                            components for writing and executing test suites
ii  libboost-thread-dev                  1.33.1-10                            portable C++ multi-threading
ii  libboost-thread1.33.1                1.33.1-10                            portable C++ multi-threading
ii  libboost-thread1.34.1                1.34.1-2                             portable C++ multi-threading
ii  libboost-wave-dev                    1.33.1-10                            C99/C++ preprocessor library
ii  libbt                                0.70.1-1.1                           Blackbox - shared library
ii  libbz2-1.0                           1.0.4-2                              high-quality block-sorting file compressor library - runtime
ii  libbz2-dev                           1.0.4-2                              high-quality block-sorting file compressor library - development
ii  libc6                                2.7-3                                GNU C Library: Shared libraries
ii  libc6-amd64                          2.7-3                                GNU C Library: 64bit Shared libraries for AMD64
ii  libc6-dev                            2.7-3                                GNU C Library: Development Libraries and Header Files
ii  libcaca-dev                          0.99.beta11.debian-2                 development files for libcaca
ii  libcaca0                             0.99.beta13b-4                       colour ASCII art library
ii  libcairo-perl                        1.060-1                              Perl interface to the Cairo graphics library
ii  libcairo2                            1.6.4-6                              The Cairo 2D vector graphics library
ii  libcairo2-dev                        1.6.4-6                              Development files for the Cairo 2D graphics library
ii  libcamel1.2-11                       2.22.3-1                             The Evolution MIME message handling library
ii  libcamel1.2-8                        1.6.3-5etch1                         The Evolution MIME message handling library
ii  libcap1                              1.10-14                              support for getting/setting POSIX.1e capabilities
ii  libcapi20-3                          3.9.20060704-3.4                     libraries for CAPI support
ii  libcarp-clan-perl                    5.8-1                                Perl enhancement to Carp error logging facilities
ii  libcbanking16                        2.3.2-2                              console frontend library for AqBanking
ii  libcdio6                             0.76-1                               library to read and control CD-ROM
ii  libcdk5                              5.0.20050424-2                       C-based curses widget library
ii  libcdparanoia0                       3.10+debian~pre0-4                   audio extraction tool for sampling CDs (library)
ii  libchipcard-data                     4.0.0-4                              configuration files for libchipcard
ii  libchipcard-libgwenhywfar47-plugins  4.0.0-4                              crypttoken plugin to libgwenhywfar
ii  libchipcard2-0c2                     2.1.9-2                              library for accessing smartcards
ii  libchipcardc2                        4.0.0-4                              library for accessing smartcards
ii  libclamav-dev                        0.93.1.dfsg-1+b1                     anti-virus utility for Unix - development files
ii  libclamav4                           0.93.1.dfsg-1+b1                     anti-virus utility for Unix - library
ii  libcomerr2                           1.40.3-1                             common error description library
ii  libcommons-beanutils-java            1.7.0-4                              utility for manipulating JavaBeans
ii  libcommons-collections-java          2.1.1-6                              A set of abstract data type interfaces and implementations
ii  libcommons-collections3-java         3.1a-3.1                             A set of abstract data type interfaces and implementations
ii  libcommons-dbcp-java                 1.2.1-4                              Database Connection Pooling Services
ii  libcommons-digester-java             1.7-2                                Rule based XML Java object mapping tool
ii  libcommons-el-java                   1.0-3                                Implementation of the JSP2.0 Expression Language interpreter
ii  libcommons-fileupload-java           1.0-14                               File upload capability to your servlets and web applications
ii  libcommons-launcher-java             1.1-3                                cross platform java application launcher
ii  libcommons-logging-java              1.0.4-5                              commmon wrapper interface for several logging APIs
ii  libcommons-modeler-java              1.1-8                                A convenience library to use Java Management Extensions (JMX)
ii  libcommons-pool-java                 1.3-1                                pooling implementation for Java objects
ii  libcompizconfig0                     0.7.6-1                              Configuration settings library for compiz-fusion
ii  libcompress-raw-zlib-perl            2.011-2                              low-level interface to zlib compression library
ii  libcompress-zlib-perl                2.011-1                              Perl module for creation and manipulation of gzip files
ii  libconfig-inifiles-perl              2.39-2                               Read .ini-style configuration files
ii  libconsole                           0.2.3dbs-65                          Shared libraries for Linux console and font manipulation
ii  libconvert-binhex-perl               1.119-2                              Perl5 module for extracting data from macintosh BinHex files
ii  libcpufreq0                          002-7.2                              shared library to deal with the cpufreq Linux kernel feature
ii  libcroco3                            0.6.1-1                              a generic Cascading Style Sheet (CSS) parsing and manipulation t
ii  libcrypt-ssleay-perl                 0.57-1+b1                            Support for https protocol in LWP
ii  libcsiro0                            5.9.0-6                              Scientific plotting library
ii  libcucul-dev                         0.99.beta11.debian-2                 development files for libcucul
ii  libcucul0                            0.99.beta13b-4                       low-level Unicode character drawing library
ii  libcups2                             1.3.7-9                              Common UNIX Printing System(tm) - libs
ii  libcups2-dev                         1.3.7-9                              Common UNIX Printing System(tm) - development files
ii  libcupsimage2                        1.3.2-1                              Common UNIX Printing System(tm) - image libs
ii  libcupsys2                           1.3.7-9                              Common UNIX Printing System (transitional package)
ii  libcupsys2-dev                       1.3.7-9                              Common UNIX Printing System (transitional package)
ii  libcupsys2-gnutls10                  1.2.7-4etch4                         Common UNIX Printing System(tm) - dummy libs for transition
ii  libcurl3                             7.18.2-5                             Multi-protocol file transfer library (OpenSSL)
ii  libcurl3-gnutls                      7.18.2-5                             Multi-protocol file transfer library (GnuTLS)
ii  libcwidget3                          0.5.12-1                             high-level terminal interface library for C++ (runtime files)
ii  libdaemon0                           0.10-1                               lightweight C library for daemons
ii  libdate-calc-perl                    5.4-5+b1                             Perl library for accessing dates
ii  libdate-manip-perl                   5.44-5                               a perl library for manipulating dates
ii  libdatrie0                           0.1.2-2                              Double-array trie library
ii  libdb1-compat                        2.1.3-9                              The Berkeley database routines [glibc 2.0/2.1 compatibility]
ii  libdb3                               3.2.9+dfsg-0.1                       Berkeley v3 Database Libraries [runtime]
ii  libdb4.2                             4.2.52+dfsg-2                        Berkeley v4.2 Database Libraries [runtime]
ii  libdb4.3                             4.3.29-8                             Berkeley v4.3 Database Libraries [runtime]
ii  libdb4.4                             4.4.20-8                             Berkeley v4.4 Database Libraries [runtime]
ii  libdb4.5                             4.5.20-7                             Berkeley v4.5 Database Libraries [runtime]
ii  libdb4.6                             4.6.21-4                             Berkeley v4.6 Database Libraries [runtime]
ii  libdbd-mysql-perl                    4.007-1                              A Perl5 database interface to the MySQL database
ii  libdbd-sqlite-ruby                   0.1.1-1                              Ruby/DBI driver for SQLite
ii  libdbd-sqlite-ruby1.8                0.1.1-1                              Ruby/DBI SQLite driver for Ruby 1.8
ii  libdbi-perl                          1.605-1                              Perl5 database interface by Tim Bunce
ii  libdbi-ruby1.8                       0.1.1-1                              Database Independent Interface for Ruby 1.8
ii  libdbus-1-3                          1.1.2-1                              simple interprocess messaging system
ii  libdbus-1-dev                        1.1.2-1                              simple interprocess messaging system (development headers)
ii  libdbus-glib-1-2                     0.74-1                               simple interprocess messaging system (GLib-based shared library)
ii  libdbus-qt-1-1c2                     0.62.git.20060814-2                  simple interprocess messaging system (Qt-based shared library)
ii  libdc1394-13                         1.1.0-3+b1                           high level programming interface for IEEE1394 digital camera
ii  libdc1394-13-dev                     1.1.0-3+b1                           high level programming interface for IEEE1394 digital camera
ii  libdecoration0                       0.7.6-3                              Compiz window decoration library
ii  libdevel-symdump-perl                2.03-3                               Perl module for inspecting perl's symbol table
ii  libdevmapper1.02                     1.02.08-1                            The Linux Kernel Device Mapper userspace library
ii  libdigest-hmac-perl                  1.01-5                               create standard message integrity checks
ii  libdigest-sha1-perl                  2.11-2+b1                            NIST SHA-1 message digest algorithm
ii  libdirectfb-0.9-25                   0.9.25.1-5                           direct frame buffer graphics - shared libraries
ii  libdirectfb-1.0-0                    1.0.1-5                              direct frame buffer graphics - shared libraries
ii  libdirectfb-dev                      0.9.25.1-5                           direct frame buffer graphics library - development files
ii  libdirectfb-extra                    0.9.25.1-5                           direct frame buffer graphics - extra providers
ii  libdiscover2                         2.1.1-2.1                            hardware identification library
ii  libdjvulibre21                       3.5.20-6                             Runtime support for the DjVu image format
ii  libdmx1                              1.0.2-3                              X11 Distributed Multihead extension library
ii  libdns22                             9.3.4-2etch3                         DNS Shared Library used by BIND
ii  libdpkg-ruby1.8                      0.3.2                                modules/classes for dpkg on ruby 1.8
ii  libdrm2                              2.0.2-0.1                            Userspace interface to kernel DRM services -- runtime
ii  libdts-dev                           0.0.2-svn-1                          development files for libdts
ii  libdv-bin                            1.0.0-1+b1                           software library for DV format digital video (sample apps)
ii  libdv4                               1.0.0-1                              software library for DV format digital video (runtime lib)
ii  libdvbpsi3                           0.1.4-2                              library for MPEG TS and DVB PSI tables decoding and generating
ii  libdvbpsi4                           0.1.5-2                              library for MPEG TS and DVB PSI tables decoding and generating
ii  libdvdcss2                           1.2.9-0.0                            Simple foundation for reading DVDs - runtime libraries
ii  libdvdnav4                           0.1.10-0.1                           The DVD navigation library
ii  libdvdread3                          0.9.7-2                              library for reading DVDs
ii  libebook1.2-5                        1.6.3-5etch1                         Client library for evolution address books
ii  libebook1.2-9                        2.22.3-1                             Client library for evolution address books
ii  libecal1.2-6                         1.6.3-5etch1                         Client library for evolution calendars
ii  libecal1.2-7                         2.22.3-1                             Client library for evolution calendars
ii  libedata-book1.2-2                   2.22.3-1                             Backend library for evolution address books
ii  libedata-cal1.2-5                    1.6.3-5etch1                         Backend library for evolution calendars
ii  libedata-cal1.2-6                    2.22.3-1                             Backend library for evolution calendars
ii  libedataserver1.2-7                  1.6.3-5etch1                         Utility library for evolution data servers
ii  libedataserver1.2-9                  2.22.3-1                             Utility library for evolution data servers
ii  libedataserverui1.2-6                1.6.3-5etch1                         GUI utility library for evolution data servers
ii  libedataserverui1.2-8                2.22.3-1                             GUI utility library for evolution data servers
ii  libedit2                             2.9.cvs.20050518-2.2                 BSD editline and history libraries
ii  libeel2-2.14                         2.14.3-5                             Eazel Extensions Library (for GNOME2)
ii  libeel2-2.20                         2.20.0-5                             Eazel Extensions Library (for GNOME2)
ii  libeel2-data                         2.14.3-5                             Eazel Extensions Library - data files (for GNOME2)
ii  libegroupwise1.2-10                  1.6.3-5etch1                         Client library for accessing groupwise POA through SOAP interfac
ii  libegroupwise1.2-13                  2.22.3-1                             Client library for accessing groupwise POA through SOAP interfac
ii  libemail-valid-perl                  0.179-1                              Check validity of Internet email addresses
ii  libemeraldengine0                    0.2.0~0beryl1                        Decoration engines for beryl
ii  libenchant1c2a                       1.3.0-2                              a wrapper library for various spell checker engines
ii  libept0                              0.5.17                               High-level library for managing Debian package information
ii  libesd0                              0.2.36-3                             Enlightened Sound Daemon - Shared libraries
ii  libesd0-dev                          0.2.36-3                             Enlightened Sound Daemon - Development files
ii  libevent-execflow-perl               0.63-0.1                             High level API for event-based execution flow control
ii  libevent-perl                        1.11-1                               Generic Perl event loop
ii  libevent-rpc-perl                    0.90-1                               Event based transparent Client/Server RPC framework
ii  libevent1                            1.1a-1                               An asynchronous event notification library
ii  libexempi3                           2.0.1-1                              library to parse XMP metadata (Library)
ii  libexif12                            0.6.13-5etch2                        library to parse EXIF files
ii  libexiv2-0                           0.15-1                               EXIF/IPTC metadata manipulation library
ii  libexiv2-0.10                        0.10-1.6                             EXIF/IPTC metadata manipulation library
ii  libexiv2-dev                         0.10-1.6                             EXIF/IPTC metadata manipulation library - development files
ii  libexpat1                            1.95.8-3.4                           XML parsing C library - runtime library
ii  libexpat1-dev                        1.95.8-3.4                           XML parsing C library - development kit
ii  libfaac0                             1.26-0.1                             an AAC audio encoder - library files
ii  libfaad0                             2.6-1                                freeware Advanced Audio Decoder - runtime files
ii  libfaad2-0                           2.6-1                                freeware Advanced Audio Decoder - dummy package
ii  libfam-dev                           2.7.0-13                             Client library to control the FAM daemon - development files
ii  libfam0                              2.7.0-13                             Client library to control the FAM daemon
ii  libfam0c102                          2.7.0-12                             Dummy package for libfam0
ii  libfame-0.9                          0.9.1-0.2                            A video encoding library - runtime files
ii  libffi4                              4.1.1-21                             Foreign Function Interface library runtime
ii  libffi4-dev                          4.1.1-21                             Foreign Function Interface library (development files)
ii  libffi5                              3.0.5-4                              Foreign Function Interface library runtime
ii  libfinance-quote-perl                1.12-2                               Perl module for retrieving stock quotes from a variety of source
ii  libflac++5                           1.1.2-8                              Free Lossless Audio Codec - C++ runtime library
ii  libflac-dev                          1.1.2-8                              Free Lossless Audio Codec - C development library
ii  libflac7                             1.1.2-8                              Free Lossless Audio Codec - runtime C library
ii  libflac8                             1.2.1-1                              Free Lossless Audio Codec - runtime C library
ii  libflash-swfplayer                   0.4.13-8                             GPL Flash (SWF) Library - stand-alone player
ii  libflash0c2                          0.4.13-8                             GPL Flash (SWF) Library - shared library
ii  libfltk1.1                           1.1.7-3                              Fast Light Toolkit shared libraries
ii  libfltk1.1-dev                       1.1.7-3                              Fast Light Toolkit development files
ii  libfontconfig1                       2.4.2-1.2                            generic font configuration library - runtime
ii  libfontconfig1-dev                   2.4.2-1.2                            generic font configuration library - development
ii  libfontenc-dev                       1.0.2-2                              X11 font encoding library (development headers)
ii  libfontenc1                          1.0.2-2                              X11 font encoding library
ii  libfreebob0                          1.0.7-1                              FreeBoB API
ii  libfreetype6                         2.3.5-1+b1                           FreeType 2 font engine, shared library files
ii  libfreetype6-dev                     2.3.5-1+b1                           FreeType 2 font engine, development files
ii  libfribidi0                          0.10.9-1                             Free Implementation of the Unicode BiDi algorithm
ii  libfs6                               1.0.0-4                              X11 Font Services library
ii  libg2banking2                        2.3.2-2                              Gnome frontend library for AqBanking
ii  libg2c0                              3.4.6-5                              Runtime library for GNU Fortran 77 applications
ii  libgadu3                             1.8.0+r592-1                         Gadu-Gadu protocol library - runtime files
ii  libgail-common                       1.20.2-1                             GNOME Accessibility Implementation Library -- common modules
ii  libgail-dev                          1.20.2-1                             GNOME Accessibility Implementation Library -- development files
ii  libgail17                            1.8.11-4                             GNOME Accessibility Implementation Library -- shared libraries
ii  libgail18                            1.20.2-1                             GNOME Accessibility Implementation Library -- shared libraries
ii  libgc1c2                             6.8-1                                conservative garbage collector for C and C++
ii  libgcc1                              4.2.1-5                              GCC support library
ii  libgcj-bc                            4.1.1-21                             Link time only library for use with gcj
ii  libgcj-common                        4.1.1-21                             Java runtime library (common files)
ii  libgcj7-0                            4.1.1-20                             Java runtime library for use with gcj
ii  libgcj7-awt                          4.1.1-20                             AWT peer runtime libraries for use with gcj
ii  libgcj7-dev                          4.1.1-20                             Java development headers and static library for use with gcj
ii  libgcj7-jar                          4.1.1-20                             Java runtime library for use with gcj (jar files)
ii  libgcj7-src                          4.1.1-20                             libgcj java sources for use in eclipse
ii  libgconf-cil                         1.0.10-5                             CLI binding for GConf
ii  libgconf2-4                          2.22.0-1                             GNOME configuration database system (shared libraries)
ii  libgconf2-dev                        2.22.0-1                             GNOME configuration database system (development)
ii  libgconf2.0-cil                      2.8.3-2                              CLI binding for GConf 2.12
ii  libgcrypt11                          1.4.0-2                              LGPL Crypto library - runtime library
ii  libgcrypt11-dev                      1.4.0-2                              LGPL Crypto library - development files
ii  libgd-gd2-perl                       2.39-2                               Perl module wrapper for libgd - gd2 variant
ii  libgd2-xpm                           2.0.36~rc1~dfsg-1                    GD Graphics Library version 2
ii  libgd2-xpm-dev                       2.0.36~rc1~dfsg-1                    GD Graphics Library version 2 (development version)
ii  libgda2-3                            1.2.3-5                              GNOME Data Access library for GNOME2
ii  libgda2-bin                          1.2.3-5                              Binary files for GNOME Data Access library for GNOME2
ii  libgda2-common                       1.2.3-5                              Common files for GNOME Data Access library for GNOME2
ii  libgdata-google1.2-1                 2.22.3-1                             Client library for accessing Google POA through SOAP interface
ii  libgdata1.2-1                        2.22.3-1                             Client library for accessing Google POA through SOAP interface
ii  libgdbm3                             1.8.3-3                              GNU dbm database routines (runtime version)
ii  libgdiplus                           1.1.18-1                             interface library for Mono class System.Drawing
ii  libgdk-pixbuf2                       0.22.0-11                            The GdkPixBuf image library, gtk+ 1.2 version
ii  libgeo-ip-perl                       1.31-1+b1                            Perl bindings for GeoIP library
ii  libgeoip1                            1.3.17-1.1                           A non-DNS IP-to-country resolver library
ii  libgfortran1                         4.1.1-21                             Runtime library for GNU Fortran applications
ii  libgfortran3                         4.3.1-2                              Runtime library for GNU Fortran applications
ii  libggi2                              2.2.1-5                              General Graphics Interface runtime libraries
ii  libgii1                              1.0.1-3                              General Input Interface runtime libraries
ii  libgii1-target-x                     1.0.1-3                              General Input Interface X input target
ii  libgimp-perl                         2.0.dfsg+2.2pre1.dfsg-5              Perl support and plugins for The GIMP
ii  libgimp2.0                           2.4.6-1                              Libraries for the GNU Image Manipulation Program
ii  libgksu1.2-0                         1.3.8-1                              library providing su and sudo functionality
ii  libgksu2-0                           2.0.3-7                              library providing su and sudo functionality
ii  libgksuui1.0-1                       1.0.7-1                              a graphical fronted to su library
ii  libgl1-mesa-dev                      6.5.1-0.6                            A free implementation of the OpenGL API -- GLX development suppo
ii  libgl1-mesa-dri                      6.5.1-0.6                            A free implementation of the OpenGL API -- DRI modules
ii  libgl1-mesa-glx                      6.5.1-0.6                            A free implementation of the OpenGL API -- GLX runtime
ii  libglade-cil                         1.0.10-5                             CLI binding for the Glade libraries
ii  libglade2-0                          2.6.2-1                              library to load .glade files at runtime
ii  libglade2-dev                        2.6.2-1                              development files for libglade
ii  libglade2.0-cil                      2.10.2-5                             CLI binding for the Glade libraries 2.6
ii  libgle3                              3.1.0-5.3                            OpenGL tubing and extrusion library
ii  libglew1                             1.3.4-5                              The OpenGL Extension Wrangler - runtime environment
ii  libglib-cil                          1.0.10-5                             CLI binding for the GLib utility library
ii  libglib-perl                         1.190-1                              Perl interface to the GLib and GObject libraries
rc  libglib1.2                           1.2.10-17                            The GLib library of C routines
ii  libglib1.2-dev                       1.2.10-19                            The GLib library of C routines (development)
ii  libglib1.2ldbl                       1.2.10-19                            The GLib library of C routines
ii  libglib2.0-0                         2.16.3-2                             The GLib library of C routines
ii  libglib2.0-cil                       2.10.2-5                             CLI binding for the GLib utility library 2.12
ii  libglib2.0-data                      2.12.4-2                             Common files for GLib library
ii  libglib2.0-dev                       2.16.3-2                             Development files for the GLib library
ii  libglibmm-2.4-1c2a                   2.12.0-1                             C++ wrapper for the GLib toolkit (shared libraries)
ii  libglu1-mesa                         6.5.1-0.6                            The OpenGL utility library (GLU)
ii  libglu1-mesa-dev                     6.5.1-0.6                            The OpenGL utility library -- development support files
ii  libglu1-xorg-dev                     7.1.0-19                             transitional package for Debian etch
ii  libgmp3-dev                          4.2.2+dfsg-1                         Multiprecision arithmetic library developers tools
ii  libgmp3c2                            4.2.2+dfsg-1                         Multiprecision arithmetic library
ii  libgmpxx4ldbl                        4.2.2+dfsg-1                         Multiprecision arithmetic library (C++ bindings)
ii  libgnokii3                           0.6.14-1                             Gnokii library
ii  libgnome-desktop-2                   2.22.3-1                             Utility library for loading .desktop files - runtime files
ii  libgnome-keyring-dev                 2.22.3-1                             Development files for GNOME keyring service
ii  libgnome-keyring0                    2.22.3-1                             GNOME keyring services library
ii  libgnome-media0                      2.14.2-4                             runtime libraries for the GNOME media utilities
ii  libgnome-menu2                       2.16.1-3                             an implementation of the freedesktop menu specification for GNOM
ii  libgnome-window-settings1            2.22.2.1-1                           Utility library for getting window manager settings
ii  libgnome2-0                          2.20.1.1-1                           The GNOME 2 library - runtime files
ii  libgnome2-canvas-perl                1.002-1+b2                           Perl interface to the GNOME canvas library
ii  libgnome2-common                     2.20.0-1                             The GNOME 2 library - common files
ii  libgnome2-dev                        2.20.1.1-1                           The GNOME 2 library - development files
ii  libgnome2-vfs-perl                   1.080-1+b1                           Perl interface to the 2.x series of the GNOME VFS library
ii  libgnome2.0-cil                      2.8.3-2                              CLI binding for GNOME 2.12
ii  libgnomecanvas2-0                    2.20.1.1-1                           A powerful object-oriented display - runtime files
ii  libgnomecanvas2-common               2.20.1.1-1                           A powerful object-oriented display - common files
ii  libgnomecanvas2-dev                  2.20.1.1-1                           A powerful object-oriented display - development files
ii  libgnomecups1.0-1                    0.2.3-2                              GNOME library for CUPS interaction
ii  libgnomekbd-common                   2.22.0-1                             GNOME library to manage keyboard configuration - common files
ii  libgnomekbd2                         2.22.0-1                             GNOME library to manage keyboard configuration - shared library
ii  libgnomekbdui2                       2.22.0-1                             User interface library for libgnomekbd - shared library
ii  libgnomeprint2.2-0                   2.18.4-1                             The GNOME 2.2 print architecture - runtime files
ii  libgnomeprint2.2-data                2.18.4-1                             The GNOME 2.2 print architecture - data files
ii  libgnomeprint2.2-dev                 2.18.4-1                             The GNOME 2.2 print architecture - development files
ii  libgnomeprintui2.2-0                 2.18.1-1                             GNOME 2.2 print architecture User Interface - runtime files
ii  libgnomeprintui2.2-common            2.18.1-1                             GNOME 2.2 print architecture User Interface - common files
ii  libgnomeprintui2.2-dev               2.18.1-1                             GNOME 2.2 print architecture User Interface - devel files
ii  libgnomeui-0                         2.20.1.1-1                           The GNOME 2 libraries (User Interface) - runtime files
ii  libgnomeui-common                    2.20.0-1                             The GNOME 2 libraries (User Interface) - common files
ii  libgnomeui-dev                       2.20.1.1-1                           The GNOME 2 libraries (User Interface) - development files
ii  libgnomevfs2-0                       2.20.1-1                             GNOME Virtual File System (runtime libraries)
ii  libgnomevfs2-common                  2.20.0-1                             GNOME Virtual File System (common files)
ii  libgnomevfs2-dev                     2.20.1-1                             GNOME Virtual File System library (development files)
ii  libgnomevfs2-extra                   2.20.0-1                             GNOME Virtual File System (extra modules)
ii  libgnutls-dev                        2.0.4-1                              the GNU TLS library - development files
ii  libgnutls13                          2.0.4-1                              the GNU TLS library - runtime library
ii  libgnutls26                          2.4.1-1                              the GNU TLS library - runtime library
ii  libgnutlsxx13                        2.0.4-1                              the GNU TLS library - C++ runtime library
ii  libgoffice-0-4                       0.4.2-4                              Document centric objects library - runtime files
ii  libgoffice-0-common                  0.4.2-4                              Document centric objects library - common files
ii  libgoffice-0-dev                     0.4.2-4                              Document centric objects library - runtime files
ii  libgoffice-1-2                       0.2.1-4                              Document centric objects library - runtime files
ii  libgoffice-1-common                  0.2.1-4                              Document centric objects library - common files
ii  libgpg-error-dev                     1.4-2                                library for common error values and messages in GnuPG components
ii  libgpg-error0                        1.4-2                                library for common error values and messages in GnuPG components
ii  libgpgme11                           1.1.6-2                              GPGME - GnuPG Made Easy
ii  libgphoto2-2                         2.4.0-8                              gphoto2 digital camera library
ii  libgphoto2-port0                     2.4.0-8                              gphoto2 digital camera port library
ii  libgpmg1                             1.19.6-25                            General Purpose Mouse - shared library
ii  libgpod0                             0.3.2-1.1                            a library to read and write songs and artwork to an iPod
ii  libgraphviz4                         2.20.0-1                             rich set of graph drawing tools
ii  libgs8                               8.62.dfsg.1-2.1                      The Ghostscript PostScript/PDF interpreter Library
ii  libgsf-1-114                         1.14.7-2                             Structured File Library - runtime version
ii  libgsf-1-common                      1.14.7-2                             Structured File Library - common files
ii  libgsf-1-dev                         1.14.7-2                             Structured File Library - development files (basic version)
ii  libgsf-gnome-1-114                   1.14.7-2                             Structured File Library - runtime version for GNOME
ii  libgsf-gnome-1-dev                   1.14.7-2                             Structured File Library - development files for GNOME
ii  libgsl0ldbl                          1.10-2                               GNU Scientific Library (GSL) -- library package
ii  libgsm1                              1.0.12-1                             Shared libraries for GSM speech compressor
ii  libgsm1-dev                          1.0.12-1                             Development libraries for a GSM speech compressor
ii  libgssapi2                           0.10-4                               A mechanism-switch gssapi library
ii  libgstreamer-plugins-base0.10-0      0.10.14-4                            GStreamer libraries from the "base" set
ii  libgstreamer0.10-0                   0.10.17-2                            Core GStreamer libraries and elements
ii  libgtk-cil                           1.0.10-5                             CLI binding for the Gtk+ toolkit
ii  libgtk1.2                            1.2.10-18.1                          The GIMP Toolkit set of widgets for X
ii  libgtk1.2-common                     1.2.10-18.1                          Common files for the GTK+ library
ii  libgtk1.2-dev                        1.2.10-18.1                          Development files for the GIMP Toolkit
ii  libgtk2-gladexml-perl                1.006-1+b1                           Perl interface to use user interfaces created with glade-2
ii  libgtk2-perl                         1.181-1+b1                           Perl interface to the 2.x series of the Gimp Toolkit library
ii  libgtk2.0-0                          2.12.10-2                            The GTK+ graphical user interface library
ii  libgtk2.0-bin                        2.8.20-7                             The programs for the GTK+ graphical user interface library
ii  libgtk2.0-cil                        2.10.2-5                             CLI binding for the GTK+ toolkit 2.10
ii  libgtk2.0-common                     2.12.1-1                             Common files for the GTK+ graphical user interface library
ii  libgtk2.0-dev                        2.12.10-2                            Development files for the GTK+ library
ii  libgtkhtml2-0                        2.11.1-1                             HTML rendering/editing library - runtime files. (for GNOME2)
ii  libgtkhtml3.8-15                     3.12.3-2                             HTML rendering/editing library - runtime files
ii  libgtkhtml3.8-dev                    3.12.3-2                             HTML rendering/editing library - development files
ii  libgtkimageview0                     1.5.0-1                              image viewer widget for GTK+
ii  libgtkmm-2.4-1c2a                    2.8.8-1                              C++ wrappers for GTK+ 2.4 (shared libraries)
ii  libgtksourceview-common              1.8.3-1                              common files for the GTK+ syntax highlighting widget
ii  libgtksourceview1.0-0                1.8.3-1                              shared libraries for the GTK+ syntax highlighting widget
ii  libgtkspell0                         2.0.10-3+b1                          a spell-checking addon for GTK's TextView widget
ii  libgtop2-7                           2.22.3-1                             gtop system monitoring library
ii  libgtop2-common                      2.22.3-1                             common files for the gtop system monitoring library
ii  libgucharmap4                        1.6.0-1                              Unicode browser widget library (shared library)
ii  libgucharmap6                        2.22.3-1                             Unicode browser widget library (shared library)
ii  libguicast                           2.1.0-2svn20071030                   A toolkit library
ii  libguile-ltdl-1                      1.6.8-6                              Guile's patched version of libtool's libltdl
ii  libgutenprint2                       5.0.0-3                              runtime for the Gutenprint printer driver library
ii  libgutenprintui2-1                   5.0.0-3                              runtime for the Gutenprint printer driver user interface library
ii  libgweather-common                   2.22.3-1                             GWeather common files
ii  libgweather1                         2.22.3-1                             GWeather shared library
ii  libgwenhywfar-data                   2.6.1-2                              OS abstraction layer
ii  libgwenhywfar38                      2.6.1-2                              OS abstraction layer
ii  libgwenhywfar38-dev                  2.6.1-2                              OS abstraction layer (development files)
ii  libgwenhywfar47                      3.0.1-1                              OS abstraction layer
ii  libgwrap-runtime0                    1.9.6-3.1                            scripting interface generator for C - runtime
ii  libgwrap-runtime0-dev                1.9.6-3.1                            scripting interface generator for C - development files
ii  libhal-dev                           0.5.10-5                             Hardware Abstraction Layer - development files
ii  libhal-storage-dev                   0.5.10-5                             Hardware Abstraction Layer - development files
ii  libhal-storage1                      0.5.10-5                             Hardware Abstraction Layer - shared library for storage devices
ii  libhal1                              0.5.10-5                             Hardware Abstraction Layer - shared library
ii  libhd13                              13.11-3                              Hardware identification system library
ii  libhdf4g                             4.1r4-21                             The Hierarchical Data Format library -- library package
ii  libhesiod0                           3.0.2-18.1                           Libraries for hesiod, a service name resolution protocol
ii  libhsqldb-java                       1.8.0.9-3                            Java SQL database engine
ii  libhtml-lint-perl                    2.02-1                               Check for HTML errors in a string or file
ii  libhtml-parser-perl                  3.56-1+b1                            A collection of modules that parse HTML text documents
ii  libhtml-tableextract-perl            2.10-1                               module for extracting the content contained in tables within an 
ii  libhtml-tagset-perl                  3.10-2                               Data tables pertaining to HTML
ii  libhtml-tree-perl                    3.19.01-2                            represent and create HTML syntax trees
ii  libhttp-access2-ruby1.8              2.0.6-3                              HTTP accessing library for ruby
ii  libhunspell-1.1-0                    1.1.9-1                              spell checker and morphological analyzer (shared library)
ii  libhunspell-1.2-0                    1.2.6-1                              spell checker and morphological analyzer (shared library)
ii  libhyphen0                           2.4-2                                ALTLinux hyphenation library - shared library
ii  libice-dev                           1.0.1-2                              X11 Inter-Client Exchange library (development headers)
ii  libice6                              1.0.1-2                              X11 Inter-Client Exchange library
ii  libicu36                             3.6-2etch1                           International Components for Unicode (libraries)
ii  libicu36-dev                         3.6-2etch1                           International Components for Unicode (development files)
ii  libicu38                             3.8.1-3                              International Components for Unicode
ii  libid3tag0                           0.15.1b-10                           ID3 tag reading library from the MAD project
ii  libident                             0.22-3                               simple RFC1413 client library - runtime
ii  libidl-dev                           0.8.8-0.1                            development files for programs that use libIDL
ii  libidl0                              0.8.8-0.1                            library for parsing CORBA IDL files
ii  libidn11                             1.1-1                                GNU libidn library, implementation of IETF IDN specifications
ii  libidn11-dev                         1.1-1                                Development files GNU libidn, implementation of IETF IDN spec
ii  libiec61883-0                        1.1.0-2                              an partial implementation of IEC 61883
ii  libieee1284-3                        0.2.10-4                             cross-platform library for parallel port access
ii  libifp4                              1.0.0.2-3                            communicate with iRiver iFP audio devices
ii  libilmbase6                          1.0.1-2+nmu1                         several utility libraries from ILM used by OpenEXR
ii  libimlib2                            1.3.0.0debian1-4+etch1               powerful image loading and rendering library
ii  libintl-gettext-ruby1.8              0.11-8                               Gettext wrapper for Ruby 1.8
ii  libintl-perl                         1.16-4                               Uniforum message translations system compatible i18n library
ii  libintl-xs-perl                      1.16-4+b1                            Uniforum message translations system compatible i18n library
ii  libio-compress-base-perl             2.011-1                              Base Class for IO::Compress modules
ii  libio-compress-zlib-perl             2.011-1                              Perl interface to zlib
ii  libio-pty-perl                       1.07-1+b1                            Perl module for pseudo tty IO
ii  libio-stringy-perl                   2.110-2                              Perl5 modules for IO from scalars and arrays
ii  libio-zlib-perl                      1.09-1                               IO:: style interface to gzip/zlib compressed files/handles
ii  libipc-run-perl                      0.80-1                               Perl module for running processes
ii  libipoddevice0                       0.5.1-1                              library for retrieving informations from iPods
ii  libisc11                             9.3.4-2etch3                         ISC Shared Library used by BIND
ii  libisccc0                            9.3.4-2etch3                         Command Channel Library used by BIND
ii  libisccfg1                           9.3.4-2etch3                         Config File Handling Library used by BIND
ii  libiso9660-4                         0.76-1                               library to work with ISO9660 filesystems
ii  libjack-dev                          0.109.2-3                            JACK Audio Connection Kit (development files)
ii  libjack0                             0.109.2-3                            JACK Audio Connection Kit (libraries)
ii  libjack0.100.0-0                     0.103.0-6                            JACK Audio Connection Kit (libraries)
ii  libjack0.100.0-dev                   0.103.0-6                            JACK Audio Connection Kit (libraries)
ii  libjasper-1.701-1                    1.701.0-2                            The JasPer JPEG-2000 runtime library
ii  libjasper-dev                        1.900.1-3                            Development files for the JasPer JPEG-2000 library
ii  libjasper1                           1.900.1-3                            The JasPer JPEG-2000 runtime library
ii  libjaxp1.2-java                      1.2.01-1                             Java XML parser and transformer APIs (DOM, SAX, JAXP, TrAX)
ii  libjaxp1.3-java                      1.3.03-4                             Java XML parser and transformer APIs (DOM, SAX, JAXP, TrAX)
ii  libjline-java                        0.9.5-2                              Java library for handling console input
ii  libjpeg-progs                        6b-13                                Programs for manipulating JPEG files
ii  libjpeg62                            6b-13                                The Independent JPEG Group's JPEG runtime library
ii  libjpeg62-dev                        6b-13                                Development files for the IJG JPEG library
ii  libjsch-java                         0.1.28-2                             java secure channel
ii  libk3b2                              0.12.17-8                            The KDE cd burning application library - runtime files
ii  libkadm55                            1.6.dfsg.3~beta1-2                   MIT Kerberos administration runtime libraries
ii  libkbanking1                         2.3.2-2                              KDE frontend library for AqBanking
ii  libkcal2b                            3.5.9-5                              KDE calendaring library
ii  libkdepim1a                          3.5.9-5                              KDE PIM library
ii  libkexif1                            0.2.3-2                              library for KDE to read/display/edit EXIF informations (runtime)
ii  libkeyutils1                         1.2-4                                Linux Key Management Utilities (library)
ii  libkipi0                             0.1.4-1                              library for apps that want to use kipi-plugins (runtime version)
ii  libkleopatra1                        3.5.9-5                              KDE GnuPG interface libraries
ii  libklibc                             1.5.7-4                              minimal libc subset for use with initramfs
ii  libkmime2                            3.5.9-5                              KDE MIME interface library
ii  libkonq4                             3.5.9.dfsg.1-2+b1                    core libraries for Konqueror
ii  libkpathsea4                         3.0-30                               path search library for teTeX (runtime part)
ii  libkpimidentities1                   3.5.9-5                              KDE PIM user identity information library
ii  libkrb5-dev                          1.6.dfsg.3~beta1-2                   Headers and development libraries for MIT Kerberos
ii  libkrb53                             1.6.dfsg.3~beta1-2                   MIT Kerberos runtime libraries
ii  libkscan1                            3.5.5-3etch2                         scanner library for KDE
ii  libksieve0                           3.5.9-5                              KDE mail/news message filtering library
ii  libktnef1                            3.5.9-5                              Library for handling KTNEF email attachments
ii  libktoblzcheck1-dev                  1.16-1                               library for verification of account numbers and bank codes (deve
ii  libktoblzcheck1c2a                   1.16-1                               library for verification of account numbers and bank codes
ii  liblame0                             3.97-0.0                             LAME Ain't an MP3 Encoder
ii  liblapack3gf                         3.1.1-0.5                            library of linear algebra routines 3 - shared version
ii  liblcms1                             1.16-8                               Color management library
ii  liblcms1-dev                         1.16-8                               Color management library (Development headers)
rc  libldap-2.3-0                        2.3.30-5+etch1                       OpenLDAP libraries
ii  libldap-2.4-2                        2.4.10-2                             OpenLDAP libraries
rc  libldap2                             2.1.30-13.3                          OpenLDAP libraries
ii  liblircclient0                       0.8.0-9.2                            LIRC client library
ii  liblocale-gettext-perl               1.05-4                               Using libc functions for internationalization in Perl
ii  liblockfile1                         1.06.1                               NFS-safe locking library, includes dotlockfile program
ii  liblog4j1.2-java                     1.2.13-2                             Logging library for java
ii  liblogfile-rotate-perl               1.04-3                               Perl module to rotate logfiles
ii  libltdl3                             1.5.24-2                             A system independent dlopen wrapper for GNU libtool
ii  libltdl3-dev                         1.5.24-2                             A system independent dlopen wrapper for GNU libtool
ii  liblua50                             5.0.3-3                              Main interpreter library for the Lua 5.0 programming language
ii  liblua50-dev                         5.0.3-3                              Main interpreter library for Lua 5.0: static library and headers
ii  liblualib50                          5.0.3-3                              Extension library for the Lua 5.0 programming language
ii  liblualib50-dev                      5.0.3-3                              Extension library for Lua 5.0: static and headers
ii  liblucene-java                       1.4.3.dfsg-1.2                       full-text search engine library for Java(TM) and demonstration p
ii  liblucene-java-doc                   1.4.3.dfsg-1.2                       demonstration programs and example code for Lucene
ii  liblwres9                            9.3.4-2etch3                         Lightweight Resolver Library used by BIND
ii  liblzo1                              1.08-3                               data compression library (old version)
ii  liblzo2-2                            2.02-2                               data compression library
ii  liblzo2-dev                          2.02-3                               data compression library (development files)
ii  libmad0                              0.15.1b-3                            MPEG audio decoder library
ii  libmad0-dev                          0.15.1b-3                            MPEG audio decoder development library
ii  libmagic1                            4.17-5etch3                          File type determination library using "magic" numbers
ii  libmagick++9c2a                      6.2.4.5.dfsg1-0.14                   The object-oriented C++ API to the ImageMagick library
ii  libmagick10                          6.3.7.9.dfsg1-2+b2                   image manipulation library
ii  libmagick9                           6.2.4.5.dfsg1-0.14                   Image manipulation library
ii  libmail-sender-perl                  0.8.13-3                             Perl Module for sending mails with attachments
ii  libmail-sendmail-perl                0.79-4                               Send email from a perl script
ii  libmailtools-perl                    1.74-1                               Manipulate email in perl programs
ii  libmdbtools                          0.5.99.0.6pre1.0.20051109-3          mdbtools libraries
ii  libmeanwhile1                        1.0.2-3                              open implementation of the Lotus Sametime Community Client proto
ii  libmetacity0                         2.22.0-1                             library of lightweight GTK2 based Window Manager
ii  libmikmod2                           3.1.11-a-6                           A portable sound library
ii  libmikmod2-dev                       3.1.11-a-6                           A portable sound library - development files
ii  libmime-perl                         5.420-0.1                            Perl5 modules for MIME-compliant messages (MIME-tools)
ii  libmimelib1c2a                       3.5.9-5                              KDE mime library
ii  libmjpegtools0                       1.8.0-0.4                            MJPEG video capture/editting/playback MPEG encoding
ii  libmng-dev                           1.0.9-1                              M-N-G library (Development headers)
ii  libmng1                              1.0.9-1                              Multiple-image Network Graphics library
ii  libmodplug0c2                        0.7-5.2                              shared libraries for mod music based on ModPlug
ii  libmono-cairo1.0-cil                 1.2.2.1-1etch1                       Mono Cairo library
ii  libmono-cairo2.0-cil                 1.2.2.1-1etch1                       Mono Cairo library
ii  libmono-corlib1.0-cil                1.2.2.1-1etch1                       Mono core library (1.0)
ii  libmono-corlib2.0-cil                1.2.2.1-1etch1                       Mono core library (2.0)
ii  libmono-data-tds1.0-cil              1.2.2.1-1etch1                       Mono Data library
ii  libmono-data-tds2.0-cil              1.2.2.1-1etch1                       Mono Data Library
ii  libmono-security1.0-cil              1.2.2.1-1etch1                       Mono Security library
ii  libmono-security2.0-cil              1.2.2.1-1etch1                       Mono Security library
ii  libmono-sharpzip0.84-cil             1.2.2.1-1etch1                       Mono SharpZipLib library
ii  libmono-sharpzip2.84-cil             1.2.2.1-1etch1                       Mono SharpZipLib library
ii  libmono-sqlite2.0-cil                1.2.2.1-1etch1                       Mono Sqlite library
ii  libmono-system-data1.0-cil           1.2.2.1-1etch1                       Mono System.Data library
ii  libmono-system-data2.0-cil           1.2.2.1-1etch1                       Mono System.Data Library
ii  libmono-system-web1.0-cil            1.2.2.1-1etch1                       Mono System.Web library
ii  libmono-system-web2.0-cil            1.2.2.1-1etch1                       Mono System.Web Library
ii  libmono-system1.0-cil                1.2.2.1-1etch1                       Mono System libraries (1.0)
ii  libmono-system2.0-cil                1.2.2.1-1etch1                       Mono System libraries (2.0)
ii  libmono0                             1.2.2.1-1etch1                       libraries for the Mono JIT
ii  libmono1.0-cil                       1.2.2.1-1etch1                       Mono libraries (1.0)
ii  libmono2.0-cil                       1.2.2.1-1etch1                       Mono libraries (2.0)
ii  libmozjs0d                           1.8.1.14-3.1                         The Mozilla SpiderMonkey JavaScript library
ii  libmpcdec3                           1.2.2-1                              Musepack (MPC) format library
ii  libmpeg2-4                           0.4.0b-4                             MPEG1 and MPEG2 video decoder library
ii  libmpeg3-1                           1.5.4-5                              MPEG streams decoding library
ii  libmpeg3-dev                         1.5.4-5                              Headers and static libraries for libMPEG3
ii  libmpeg3hv                           2.1.0-2svn20071030                   advanced editing and manipulation of MPEG streams (cinelerra's i
ii  libmpich1.0ldbl                      1.2.7-4                              mpich runtime shared library
ii  libmudflap0                          4.1.1-21                             GCC mudflap shared support libraries
ii  libmudflap0-dev                      4.1.1-21                             GCC mudflap support libraries (development files)
ii  libmusicbrainz4c2a                   2.1.4-1                              Second generation incarnation of the CD Index - library
ii  libmx4j-java                         2.1.1-4                              An open source implementation of the JMX(TM) technology
ii  libmyodbc                            3.51.11-6.1                          the MySQL ODBC driver
ii  libmyspell3c2                        3.1-18                               MySpell spellchecking library
ii  libmysqlclient15off                  5.0.32-7etch6                        mysql database client library
ii  libnautilus-burn3                    2.14.3-8+b1                          Nautilus Burn Library - runtime version
ii  libnautilus-burn4                    2.20.0-1                             Nautilus Burn Library - runtime version
ii  libnautilus-extension1               2.20.0-4                             libraries for nautilus components - runtime version
ii  libncurses5                          5.6+20071013-1                       Shared libraries for terminal handling
ii  libncurses5-dev                      5.6+20071013-1                       Developer's libraries and docs for ncurses
ii  libncursesw5                         5.6+20080308-1                       Shared libraries for terminal handling (wide character support)
ii  libneon25                            0.25.5.dfsg-6                        An HTTP and WebDAV client library
ii  libneon26                            0.26.2-4                             An HTTP and WebDAV client library
ii  libneon27                            0.28.2-2                             An HTTP and WebDAV client library
ii  libnet-daemon-perl                   0.38-1.1                             Perl module for building portable Perl daemons easily.
ii  libnet-dbus-perl                     0.33.6-1+b1                          Extension for the DBus bindings
ii  libnet-dns-perl                      0.63-2                               Perform DNS queries from a Perl script
ii  libnet-domain-tld-perl               1.65-2                               Gives ability to retrieve currently available tld
ii  libnet-ip-perl                       1.25-2                               Perl extension for manipulating IPv4/IPv6 addresses
ii  libnet-xwhois-perl                   0.90-3                               Whois Client Interface for Perl5
ii  libnetpbm10                          10.0-11.1+etch1                      Shared libraries for netpbm
ii  libnewt0.52                          0.52.2-10                            Not Erik's Windowing Toolkit - text mode windowing with slang
ii  libnfsidmap2                         0.20-1                               An nfs idmapping library
ii  libnjb5                              2.2.5-4.1                            Creative Labs Nomad Jukebox library
ii  libnotify1                           0.4.4-3                              sends desktop notifications to a notification daemon
ii  libnspr4-0d                          1.8.0.15~pre080614d-0etch1           NetScape Portable Runtime Library
ii  libnss-db                            2.2.3pre1-2                          NSS module for using Berkeley Databases as a naming service
ii  libnss3-0d                           3.12.0~1.9b1-2                       Transition package for Network Security Service libraries
ii  libnss3-1d                           3.12.0~rc3-3                         Network Security Service libraries
ii  libofx-dev                           0.8.2-3+b3                           development package for libofx2c2a
ii  libofx3                              0.8.2-3+b3                           library to support Open Financial Exchange
ii  libogg-dev                           1.1.3-2                              Ogg Bitstream Library Development
ii  libogg0                              1.1.3-2                              Ogg Bitstream Library
ii  liboggflac3                          1.1.2-8                              Free Lossless Audio Codec - runtime C library (ogg)
ii  liboil0.3                            0.3.12-1+b1                          Library of Optimized Inner Loops
ii  liboobs-1-4                          2.22.0-1                             GObject based interface to system-tools-backends - shared librar
ii  libopenal0a                          0.0.8-4                              OpenAL is a portable library for 3D spatialized audio
ii  libopencdk10                         0.6.6-1                              Open Crypto Development Kit (OpenCDK) (runtime)
ii  libopencdk10-dev                     0.6.6-1                              Open Crypto Development Kit (OpenCDK) (development files)
ii  libopencdk8                          0.5.9-2                              Open Crypto Development Kit (OpenCDK) (runtime)
ii  libopenexr-dev                       1.2.2-4.4                            development files for the OpenEXR image library
rc  libopenexr2c2a                       1.2.2-4.3                            runtime files for the OpenEXR image library
ii  libopenexr2ldbl                      1.2.2-4.4                            runtime files for the OpenEXR image library
ii  libopenexr6                          1.6.1-3                              runtime files for the OpenEXR image library
ii  liborbit-dev                         0.5.17-11.1+b1                       Dev libraries for ORBit - a CORBA ORB
ii  liborbit0                            0.5.17-11.1+b1                       Libraries for ORBit - a CORBA ORB
ii  liborbit2                            2.14.13-0.1                          libraries for ORBit2 - a CORBA ORB
ii  liborbit2-dev                        2.14.13-0.1                          development files for ORBit2 - a CORBA ORB
ii  libosp-dev                           1.5.2-3                              OpenJade group's SP suite, developer support
ii  libosp5                              1.5.2-3                              Runtime library for OpenJade group's SP suite
ii  libpam-modules                       0.79-5                               Pluggable Authentication Modules for PAM
ii  libpam-runtime                       0.79-5                               Runtime support for the PAM library
ii  libpam0g                             0.99.7.1-4                           Pluggable Authentication Modules library
ii  libpanel-applet2-0                   2.20.3-5                             library for GNOME Panel applets
ii  libpango1.0-0                        1.20.3-2                             Layout and rendering of internationalized text
ii  libpango1.0-common                   1.20.3-2                             Modules and configuration files for the Pango
ii  libpango1.0-dev                      1.20.3-2                             Development files for the Pango
ii  libpano12-0                          2.8.3-1                              panorama tools library
ii  libpano12-bin                        2.8.3-1                              panorama tools utilities
ii  libpaper-utils                       1.1.21                               Library for handling paper characteristics (utilities)
ii  libpaper1                            1.1.21                               Library for handling paper characteristics
ii  libpcap0.7                           0.7.2-7                              System interface for user-level packet capture
ii  libpcap0.8                           0.9.5-1                              System interface for user-level packet capture
ii  libpci2                              2.1.11-3                             Obsolete shared library for accessing pci devices
ii  libpcre3                             7.4-1                                Perl 5 Compatible Regular Expression Library - runtime files
ii  libpcre3-dev                         7.4-1                                Perl 5 Compatible Regular Expression Library - development files
ii  libpcrecpp0                          7.4-1                                Perl 5 Compatible Regular Expression Library - C++ runtime files
ii  libpcsclite1                         1.4.99-1                             Middleware to access a smart card using PC/SC (library)
ii  libperl5.10                          5.10.0-11                            Shared Perl library
ii  libphysfs-1.0-0                      1.0.0-5                              filesystem abstraction library for game programmers
ii  libphysfs-dev                        1.0.0-5                              development files for filesystem abstraction library
ii  libpixman-1-0                        0.10.0-2                             pixel-manipulation library for X and cairo
ii  libpixman-1-dev                      0.10.0-2                             pixel-manipulation library for X and cairo (development files)
ii  libplot2c2                           2.4.1-15                             The GNU plotutils libraries
ii  libplplot9                           5.9.0-6                              Scientific plotting library
ii  libplrpc-perl                        0.2017-1.1                           Perl extensions for writing PlRPC servers and clients
ii  libpng12-0                           1.2.15~beta5-1                       PNG library - runtime
ii  libpng12-dev                         1.2.15~beta5-1                       PNG library - development
ii  libpoppler-glib2                     0.6.2-1                              PDF rendering library (GLib-based shared library)
ii  libpoppler-glib3                     0.8.4-1.1                            PDF rendering library (GLib-based shared library)
ii  libpoppler0c2                        0.4.5-5.1etch3                       PDF rendering library
ii  libpoppler2                          0.6.2-1                              PDF rendering library
ii  libpoppler3                          0.8.4-1.1                            PDF rendering library
ii  libpopt-dev                          1.14-4                               lib for parsing cmdline parameters - development files
ii  libpopt0                             1.14-4                               lib for parsing cmdline parameters
ii  libportaudio0                        18.1-4                               Portable audio I/O - shared library
ii  libportaudio2                        19+svn20070125-1                     Portable audio I/O - shared library
ii  libpostproc0d                        0.cvs20060823-8                      ffmpeg video postprocessing library
ii  libpostproc1d                        0.cvs20070307-6                      ffmpeg video postprocessing library
ii  libpostproccvs51                     20080414-0.0                         postproc shared libraries
ii  libpq4                               8.1.11-0etch1                        PostgreSQL C client library
ii  libpq5                               8.3.3-1                              PostgreSQL C client library
ii  libpstoedit0c2a                      3.44-1                               PostScript to editable vector graphics library (runtime files)
ii  libpth20                             2.0.7-10                             The GNU Portable Threads
ii  libpthread-stubs0                    0.1-2                                pthread stubs not provided by native libc
ii  libpthread-stubs0-dev                0.1-2                                pthread stubs not provided by native libc, development files
ii  libpulse0                            0.9.8-2                              PulseAudio client libraries
ii  libpulsecore5                        0.9.8-2                              PulseAudio sound server core
ii  libpurple-bin                        2.3.1-2                              multi-protocol instant messaging library - extra utilities
ii  libpurple0                           2.4.3-1                              multi-protocol instant messaging library
ii  libpvm3                              3.4.5-7                              Parallel Virtual Machine - shared libraries
ii  libqbanking4                         2.3.2-2                              QT frontend library for AqBanking
ii  libqbanking5                         3.0.1-4                              QT frontend library for AqBanking
ii  libqhull5                            2003.1-8                             calculate convex hulls and related structures (shared library)
ii  libqt3-headers                       3.3.8b-5                             Qt3 header files
ii  libqt3-mt                            3.3.8b-5                             Qt GUI Library (Threaded runtime version), Version 3
ii  libqt3-mt-dev                        3.3.8b-5                             Qt development files (Threaded)
ii  libqt4-core                          4.2.1-2+etch1                        Qt 4 core non-GUI functionality runtime library
ii  libqt4-gui                           4.2.1-2+etch1                        Qt 4 core GUI functionality runtime library
ii  libqt4-qt3support                    4.2.1-2+etch1                        Qt 3 compatibility library for Qt 4
ii  libqt4-sql                           4.2.1-2+etch1                        Qt 4 SQL database module
ii  libqthreads-12                       1.6.8-6                              QuickThreads library for Guile
ii  libquicktime0                        0.9.10+debian-3etch1                 library for reading and writing Quicktime files
rc  libquicktime1                        1.0.0+debian-5                       library for reading and writing Quicktime files
ii  libquicktimehv                       2.1.0-2svn20071030                   Quicktime 4 Linux Cinelerra internal library
ii  libraw1394-8                         1.2.1-2                              library for direct access to IEEE 1394 bus (aka FireWire)
ii  libraw1394-dev                       1.2.1-2                              library for direct access to IEEE 1394 bus - development files
ii  libreadline5                         5.2-2                                GNU readline and history libraries, run-time libraries
ii  libreadline5-dev                     5.2-2                                GNU readline and history libraries, development files
ii  libregexp-java                       1.4-3                                regular expression library for Java
ii  librpcsecgss3                        0.14-2etch3                          allows secure rpc communication using the rpcsec_gss protocol
ii  librpm4                              4.4.1-13                             RPM shared library
ii  librsvg2-2                           2.18.2-1                             SAX-based renderer library for SVG files (runtime)
ii  librsvg2-bin                         2.14.4-3                             command-line and graphical viewers for SVG files
ii  librsvg2-common                      2.18.2-1                             SAX-based renderer library for SVG files (extra runtime)
ii  libruby1.8                           1.8.5-4etch2                         Libraries necessary to run Ruby 1.8
ii  libsamplerate0                       0.1.2-2                              audio rate conversion library
ii  libsane                              1.0.18-5                             API library for scanners
ii  libsasl2-2                           2.1.22.dfsg1-16                      Cyrus SASL - authentication abstraction library
ii  libsasl2-dev                         2.1.22.dfsg1-16                      Cyrus SASL - development files for authentication abstraction li
ii  libsasl2-modules                     2.1.22.dfsg1-16                      Cyrus SASL - pluggable authentication modules
ii  libscrollkeeper0                     0.3.14-13                            Library to load .omf files (runtime files)
ii  libsdl-console                       1.3-4                                console that can be added to any SDL application
ii  libsdl-gfx1.2-4                      2.0.13-2+b1                          drawing and graphical effects extension for SDL
ii  libsdl-image1.2                      1.2.5-2+etch1                        image loading library for Simple DirectMedia Layer 1.2
ii  libsdl-mixer1.2                      1.2.6-1.1+b2                         mixer library for Simple DirectMedia Layer 1.2
ii  libsdl-net1.2                        1.2.5-7+b1                           network library for Simple DirectMedia Layer
ii  libsdl-net1.2-dev                    1.2.5-7+b1                           Development files for SDL network library
ii  libsdl-pango1                        0.1.2-1                              text rendering with Pango in SDL applications (shared library)
ii  libsdl-perl                          1.20.3dfsg-3+b1                      SDL bindings for the Perl language
ii  libsdl-ttf2.0-0                      2.0.8-3+b1                           ttf library for Simple DirectMedia Layer with FreeType 2 support
ii  libsdl1.2-dev                        1.2.11-8                             Simple DirectMedia Layer development files
ii  libsdl1.2debian                      1.2.11-8                             Simple DirectMedia Layer
ii  libsdl1.2debian-all                  1.2.11-8                             Simple DirectMedia Layer (with all available options)
ii  libselinux1                          2.0.59-1                             SELinux shared libraries
ii  libselinux1-dev                      2.0.59-1                             SELinux development headers
ii  libsemanage1                         2.0.25-1                             shared libraries used by SELinux policy manipulation tools
ii  libsensors3                          2.10.1-3                             library to read temperature/voltage/fan sensors
ii  libsepol1                            2.0.25-1                             Security Enhanced Linux policy library for changing policy binar
ii  libsepol1-dev                        2.0.25-1                             Security Enhanced Linux policy library and development files
ii  libservlet2.3-java                   4.0-8                                Servlet 2.3 and JSP 1.2 Java classes and documentation
ii  libservlet2.4-java                   5.0.30-3                             Servlet 2.4 and JSP 2.0 Java classes and documentation
rc  libsexy2                             0.1.10-1                             collection of additional GTK+ widgets - library
ii  libsgutils1                          1.21-2.1                             Utilities for working with generic SCSI devices (shared librarie
ii  libshout3                            2.2.2-1                              MP3/Ogg Vorbis broadcast streaming library
ii  libsigc++-2.0-0c2a                   2.0.17-2                             type-safe Signal Framework for C++ - runtime
ii  libsilc-1.1-2                        1.1.5-1                              SILC library (silc-toolkit)
ii  libslab0                             0.9.8.svn.20070430-1.1               beautification app library file
ii  libslang2                            2.1.3-2                              The S-Lang programming library - runtime version
ii  libslang2-dev                        2.1.3-2                              The S-Lang programming library, development version
ii  libslp1                              1.2.1-6.2                            OpenSLP libraries
ii  libsm-dev                            1.0.1-3                              X11 Inter-Client Exchange library (development headers)
ii  libsm6                               1.0.1-3                              X11 Session Management library
ii  libsmbclient                         3.0.31-1                             shared library that allows applications to talk to SMB/CIFS serv
ii  libsmpeg-dev                         0.4.5+cvs20030824-1.9                SDL MPEG Player Library - development files
ii  libsmpeg0                            0.4.5+cvs20030824-1.9                SDL MPEG Player Library - shared libraries
ii  libsndfile1                          1.0.16-2                             Library for reading/writing audio files
ii  libsndfile1-dev                      1.0.16-2                             Library for reading/writing audio files
ii  libsnmp-base                         5.2.3-7etch2                         NET SNMP (Simple Network Management Protocol) MIBs and Docs
ii  libsnmp-session-perl                 1.08-1                               Perl support for accessing SNMP-aware devices
ii  libsnmp9                             5.2.3-7etch2                         NET SNMP (Simple Network Management Protocol) Library
ii  libsocket6-perl                      0.20-1                               Perl extensions for IPv6
ii  libsoup2.2-8                         2.2.98-2                             an HTTP library implementation in C -- Shared library
ii  libsoup2.4-1                         2.4.1-1                              an HTTP library implementation in C -- Shared library
ii  libspeex1                            1.1.12-3etch1                        The Speex Speech Codec
ii  libsqlite0                           2.8.17-2                             SQLite shared library
ii  libsqlite3-0                         3.5.9-3                              SQLite 3 shared library
ii  libss2                               1.39+1.40-WIP-2006.11.14+dfsg-2etch1 command-line interface parsing library
ii  libssh2-1                            0.18-1                               SSH2 client-side library
ii  libssl-dev                           0.9.8g-3                             SSL development libraries, header files and documentation
ii  libssl0.9.7                          0.9.7k-3.1etch1                      SSL shared libraries
ii  libssl0.9.8                          0.9.8g-3                             SSL shared libraries
ii  libssp0                              4.1.1-21                             GCC stack smashing protection library
ii  libstartup-notification0             0.8-2                                library for program launch feedback (shared library)
ii  libstdc++5                           3.3.6-15                             The GNU Standard C++ Library v3
ii  libstdc++5-3.3-dev                   3.3.6-15                             The GNU Standard C++ Library v3 (development files)
ii  libstdc++6                           4.2.1-5                              The GNU Standard C++ Library v3
ii  libstdc++6-4.1-dev                   4.1.1-21                             The GNU Standard C++ Library v3 (development files)
rc  libstlport4.6c2                      4.6.2-3                              STLport C++ class library
ii  libstlport4.6ldbl                    4.6.2-3.2                            STLport C++ class library
ii  libsuitesparse                       3.0.0-6.1                            collection of libraries for computations for sparse matrices
ii  libsuitesparse-3.1.0                 3.1.0-3                              collection of libraries for computations for sparse matrices
ii  libsvga1                             1.4.3-24                             console SVGA display libraries
ii  libsvga1-dev                         1.4.3-24                             console SVGA display development libraries and headers
ii  libsvn1                              1.4.2dfsg1-2                         Shared libraries used by Subversion
ii  libswscalecvs0                       20070329-0.0etch1                    ffmpeg software scaler
ii  libswt3.2-gtk-gcj                    3.2.1-4                              Fast and rich GUI toolkit for Java, gtk2 (GCJ version)
ii  libswt3.2-gtk-java                   3.2.1-4                              Fast and rich GUI toolkit for Java, gtk2 version
ii  libswt3.2-gtk-jni                    3.2.1-4                              Platform dependent files for libswt3.2-gtk-java
ii  libsysfs2                            2.1.0-1                              interface library to sysfs
ii  libt1-5                              5.1.0-2etch1                         Type 1 font rasterizer library - runtime
ii  libtag1c2a                           1.4-4                                TagLib Audio Meta-Data Library
ii  libtagc0                             1.4-4                                TagLib Audio Meta-Data Library (C bindings)
ii  libtar                               1.2.11-4                             C library for manipulating tar archives
ii  libtasn1-3                           1.2-1                                Manage ASN.1 structures (runtime)
ii  libtasn1-3-bin                       0.3.6-2                              Manage ASN.1 structures (binaries)
ii  libtasn1-3-dev                       1.2-1                                Manage ASN.1 structures (development)
ii  libterm-readkey-perl                 2.30-4                               A perl module for simple terminal control
ii  libterm-readline-perl-perl           1.0302-1                             Perl implementation of Readline libraries
ii  libtext-charwidth-perl               0.04-5+b1                            get display widths of characters on the terminal
ii  libtext-iconv-perl                   1.7-1+b1                             converts between character sets in Perl
ii  libtext-wrapi18n-perl                0.06-5                               internationalized substitute of Text::Wrap
ii  libtextwrap1                         0.1-5                                text-wrapping library with i18n - runtime
ii  libthai-data                         0.1.9-1                              Data files for Thai language support library
ii  libthai0                             0.1.9-1                              Thai language support library
ii  libtheora-dev                        0.0.0.alpha7.dfsg-1.1                The Theora Video Compression Codec (development files)
ii  libtheora0                           0.0.0.alpha7.dfsg-1.1                The Theora Video Compression Codec
ii  libtidy-0.99-0                       20051018-1                           HTML syntax checker and reformatter - library
ii  libtiff-tools                        3.8.2-7                              TIFF manipulation and conversion tools
ii  libtiff4                             3.8.2-7                              Tag Image File Format (TIFF) library
ii  libtiff4-dev                         3.8.2-7                              Tag Image File Format library (TIFF), development files
ii  libtiffxx0c2                         3.8.2-7                              Tag Image File Format (TIFF) library -- C++ interface
ii  libtimedate-perl                     1.1600-5                             Time and date functions for Perl
ii  libtomcat5-java                      5.0.30-12etch1                       Java Servlet engine -- core libraries
ii  libtomcat5.5-java                    5.5.20-2etch3                        Java Servlet engine -- core libraries
ii  libtool                              1.5.22-4                             Generic library support script
ii  libtotem-plparser1                   2.16.5-3                             Totem Playlist Parser library - runtime version
ii  libtotem-plparser10                  2.22.3-1                             Totem Playlist Parser library - runtime version
ii  libtrackerclient0                    0.6.6-2                              metadata database, indexer and search tool - library
ii  libttf2                              1.4pre.20050518-0.4                  FreeType 1, The FREE TrueType Font Engine, shared library files
ii  libtunepimp3                         0.4.2-4.1                            MusicBrainz tagging library and simple tagger application
ii  libtwolame0                          0.3.8-1                              MPEG Audio Layer 2 encoding library
rc  libufsparse                          1.2-7                                collection of libraries for computations for sparse matrices
ii  libungif4-dev                        4.1.4-5                              shared library for GIF images (development)
ii  libungif4g                           4.1.4-5                              shared library for GIF images
ii  liburi-perl                          1.35-2                               Manipulates and accesses URI strings
ii  libusb-0.1-4                         0.1.12-5                             userspace USB programming library
ii  libusb-dev                           0.1.12-5                             userspace USB programming library development files
ii  libustr-1.0-1                        1.0.4-1                              Micro string library: shared library
ii  libuuid1                             1.39+1.40-WIP-2006.11.14+dfsg-2etch1 universally unique id library
ii  libvcdinfo0                          0.7.23-3                             library to extract information from VideoCD
ii  libvisual-0.4-0                      0.4.0-1.1                            Audio visualization framework
ii  libvisual-0.4-plugins                0.4.0.dfsg.1-1                       Audio visualization framework plugins
ii  libvlc0                              0.8.6-svn20061012.debian-5.1+etch2   multimedia player and streamer library
ii  libvolume-id0                        0.105-4                              libvolume_id shared library
ii  libvorbis-dev                        1.2.0.dfsg-2                         The Vorbis General Audio Compression Codec (development files)
ii  libvorbis0a                          1.2.0.dfsg-2                         The Vorbis General Audio Compression Codec
ii  libvorbisenc2                        1.2.0.dfsg-2                         The Vorbis General Audio Compression Codec
ii  libvorbisfile3                       1.2.0.dfsg-2                         The Vorbis General Audio Compression Codec
ii  libvte-cil                           1.0.10-5                             CLI binding for VTE
ii  libvte-common                        0.12.2-5                             Terminal emulator widget for GTK+ 2.0 - common files
ii  libvte2.0-cil                        2.8.3-2                              CLI binding for VTE 0.11
ii  libvte4                              0.12.2-5                             Terminal emulator widget for GTK+ 2.0 - runtime files
ii  libwavpack1                          4.41.0-1                             an audio codec (lossy and lossless) - library
ii  libwine                              1.0.0-1                              Windows API implementation - library
ii  libwine-alsa                         1.0.0-1                              Windows API implementation - ALSA sound module
ii  libwine-capi                         1.0.0-1                              Windows API implementation - ISDN module
ii  libwine-cms                          1.0.0-1                              Windows API implementation - color management module
ii  libwine-gl                           1.0.0-1                              Windows API implementation - OpenGL module
ii  libwine-gphoto2                      1.0.0-1                              Windows API implementation - camera module
ii  libwine-ldap                         1.0.0-1                              Windows API implementation - LDAP module
ii  libwine-print                        1.0.0-1                              Windows API implementation - printing module
ii  libwine-sane                         1.0.0-1                              Windows API implementation - scanner module
ii  libwmf0.2-7                          0.2.8.4-6                            Windows metafile conversion library
ii  libwnck-common                       2.16.3-1                             Window Navigator Construction Kit - common files
ii  libwnck18                            2.16.3-1                             Window Navigator Construction Kit - runtime files
ii  libwnck22                            2.22.3-1                             Window Navigator Construction Kit - runtime files
ii  libwpd8c2a                           0.8.7-6                              Library for handling WordPerfect documents (shared library)
ii  libwpg-0.1-1                         0.1.0-4                              WordPerfect graphics import/convert library (shared library)
ii  libwps-0.1-1                         0.1.0-7                              Works text file format import filter library (shared library)
ii  libwrap0                             7.6.dbs-14                           Wietse Venema's TCP wrappers library
ii  libwrap0-dev                         7.6.dbs-14                           Wietse Venema's TCP wrappers library, development files
ii  libwww-perl                          5.805-1                              WWW client/server library for Perl (aka LWP)
ii  libwxbase2.6-0                       2.6.3.2.2-1                          wxBase library (runtime) - non-GUI support classes of wxWidgets 
ii  libwxgtk2.4-1                        2.4.5.1.1+b1                         wxWindows Cross-platform C++ GUI toolkit (GTK+ runtime)
ii  libwxgtk2.6-0                        2.6.3.2.2-1                          wxWidgets Cross-platform C++ GUI toolkit (GTK+ runtime)
ii  libx11-6                             1.0.3-7                              X11 client-side library
ii  libx11-data                          1.0.3-7                              X11 client-side library
ii  libx11-dev                           1.0.3-7                              X11 client-side library (development headers)
ii  libx264-54                           0.svn20070309-4.1etch1               x264 video coding library
ii  libx264-56                           0.svn20070930-0.0                    x264 video coding library
ii  libx264-57                           0.svn20071224-0.0                    x264 video coding library
ii  libx264-58                           0.svn20080223-0.0                    x264 video coding library
ii  libx264-59                           0.svn20080408-0.0                    x264 video coding library
ii  libxalan2-java                       2.7.0-1                              XSL Transformations (XSLT) processor in Java
ii  libxapian15                          1.0.5-1                              Search engine library
ii  libxau-dev                           1.0.1-2                              X11 authorisation library (development headers)
ii  libxau6                              1.0.1-2                              X11 authorisation library
ii  libxaw7                              1.0.2-4                              X11 Athena Widget library
ii  libxcb-render-util0                  0.2+git36-1                          utility libraries for X C Binding -- render-util
ii  libxcb-render-util0-dev              0.2+git36-1                          utility libraries for X C Binding -- render-util
ii  libxcb-render0                       1.1-1.1                              X C Binding, render extension
ii  libxcb-render0-dev                   1.1-1.1                              X C Binding, render extension, development files
ii  libxcb-shape0                        1.1-1                                X C Binding, shape extension
ii  libxcb-shm0                          1.1-1                                X C Binding, shm extension
ii  libxcb-xv0                           1.1-1                                X C Binding, xv extension
ii  libxcb1                              1.1-1.1                              X C Binding
ii  libxcb1-dev                          1.1-1.1                              X C Binding, development files
ii  libxcomposite-dev                    0.4.0-1                              X11 Composite extension library (development headers)
ii  libxcomposite1                       0.4.0-1                              X11 Composite extension library
ii  libxcursor-dev                       1.1.9-1                              X cursor management library (development files)
ii  libxcursor1                          1.1.9-1                              X cursor management library
ii  libxdamage-dev                       1.1.1-3                              X11 damaged region extension library (development headers)
ii  libxdamage1                          1.1.1-3                              X11 damaged region extension library
ii  libxdmcp-dev                         1.0.1-2                              X11 authorisation library (development headers)
ii  libxdmcp6                            1.0.1-2                              X11 Display Manager Control Protocol library
ii  libxerces2-java                      2.8.1-1                              Validating XML parser for Java with DOM level 3 support
ii  libxext-dev                          1.0.1-2                              X11 miscellaneous extensions library (development headers)
ii  libxext6                             1.0.1-2                              X11 miscellaneous extension library
ii  libxfixes-dev                        4.0.3-2                              X11 miscellaneous 'fixes' extension library (development headers
ii  libxfixes3                           4.0.3-2                              X11 miscellaneous 'fixes' extension library
ii  libxfont-dev                         1.3.3-1                              X11 font rasterisation library (development headers)
ii  libxfont1                            1.3.3-1                              X11 font rasterisation library
ii  libxft-dev                           2.1.12-2                             FreeType-based font drawing library for X (development files)
ii  libxft2                              2.1.12-2                             FreeType-based font drawing library for X
ii  libxi-dev                            1.0.1-4                              X11 Input extension library (development headers)
ii  libxi6                               1.0.1-4                              X11 Input extension library
ii  libxine1                             1.1.9-1                              the xine video/media player library, meta-package
ii  libxine1-bin                         1.1.9-1                              the xine video/media player library, binary files
ii  libxine1-console                     1.1.9-1                              libaa/libcaca/framebuffer/directfb related plugins for libxine1
ii  libxine1-ffmpeg                      1.1.9-1                              MPEG-related plugins for libxine1
ii  libxine1-gnome                       1.1.9-1                              GNOME-related plugins for libxine1
ii  libxine1-misc-plugins                1.1.9-1                              Input, audio output and post plugins for libxine1
ii  libxine1-plugins                     1.1.9-1                              the xine video/media player library, meta package
ii  libxine1-x                           1.1.9-1                              X desktop video output plugins for libxine1
ii  libxinerama-dev                      1.0.2-1                              X11 Xinerama extension library (development headers)
ii  libxinerama1                         1.0.2-1                              X11 Xinerama extension library
ii  libxkbfile1                          1.0.3-2                              X11 keyboard file manipulation library
ii  libxklavier10                        2.2-5                                X Keyboard Extension high-level API
ii  libxklavier12                        3.5-1                                X Keyboard Extension high-level API
ii  libxml++1.0c2a                       1.0.4-1.2                            A C++ interface to the GNOME XML library (libxml2)
ii  libxml-libxml-common-perl            0.13-6+b1                            Perl module for common routines & constants for XML::LibXML et a
ii  libxml-libxml-perl                   1.66-1+b1                            Perl module for using the GNOME libxml2 library
ii  libxml-namespacesupport-perl         1.09-3                               Perl module for supporting simple generic namespaces
ii  libxml-parser-perl                   2.36-1.1+b1                          Perl module for parsing XML files
ii  libxml-parser-ruby1.8                0.6.8-2                              Interface of expat for the scripting language Ruby 1.8
ii  libxml-sax-perl                      0.12-5                               Perl module for using and building Perl SAX2 XML processors
ii  libxml-twig-perl                     3.32-1                               Perl module for processing huge XML documents in tree mode
ii  libxml2                              2.6.30.dfsg-3                        GNOME XML library
ii  libxml2-dev                          2.6.30.dfsg-3                        Development files for the GNOME XML library
ii  libxml2-utils                        2.6.27.dfsg-2                        XML utilities
ii  libxmmsclient-glib0                  0.2DrGonzo-4.1                       XMMS2 - glib client library
ii  libxmmsclient0                       0.2DrGonzo-4.1                       XMMS2 - client library
ii  libxmu-dev                           1.0.2-2                              X11 miscellaneous utility library (development headers)
ii  libxmu-headers                       1.0.2-2                              X11 miscellaneous utility library headers
ii  libxmu6                              1.0.2-2                              X11 miscellaneous utility library
ii  libxmuu-dev                          1.0.2-2                              X11 miscellaneous micro-utility library (development headers)
ii  libxmuu1                             1.0.2-2                              X11 miscellaneous micro-utility library
ii  libxosd2                             2.2.14-1.3                           X On-Screen Display library - runtime
ii  libxp-dev                            1.0.0.xsf1-1                         X Printing Extension (Xprint) client library (development files)
ii  libxp6                               1.0.0.xsf1-1                         X Printing Extension (Xprint) client library
ii  libxpm-dev                           3.5.5-2                              X11 pixmap library (development headers)
ii  libxpm4                              3.5.5-2                              X11 pixmap library
ii  libxrandr-dev                        1.2.2-1                              X11 RandR extension library (development headers)
ii  libxrandr2                           1.2.2-1                              X11 RandR extension library
ii  libxrender-dev                       0.9.1-3                              X Rendering Extension client library (development files)
ii  libxrender1                          0.9.1-3                              X Rendering Extension client library
ii  libxres1                             1.0.1-2                              X11 Resource extension library
ii  libxslt1-dev                         1.1.22-1                             XSLT processing library - development kit
ii  libxslt1.1                           1.1.22-1                             XSLT processing library - runtime library
ii  libxss1                              1.1.0-1                              X11 Screen Saver extension library
ii  libxt-dev                            1.0.2-2                              X11 toolkit intrinsics library (development headers)
ii  libxt-java                           0.20050823-2                         An implementation in Java of XSL Transformations
ii  libxt6                               1.0.2-2                              X11 toolkit intrinsics library
ii  libxtrap-dev                         1.0.0-4                              X11 event trapping extension library (development headers)
ii  libxtrap6                            1.0.0-4                              X11 event trapping extension library
ii  libxtst-dev                          1.0.1-5                              X11 Record extension library (development headers)
ii  libxtst6                             1.0.1-5                              X11 Testing -- Resource extension library
ii  libxul-common                        1.8.0.15~pre080614d-0etch1           Gecko engine library - common files
ii  libxul0d                             1.8.0.15~pre080614d-0etch1           Gecko engine library
ii  libxv-dev                            1.0.2-1                              X11 Video extension library (development headers)
ii  libxv1                               1.0.2-1                              X11 Video extension library
ii  libxvidcore4                         1.1.2-0.1etch2                       High quality ISO MPEG4 codec library
ii  libxvmc1                             1.0.2-2                              X11 Video extension library
ii  libxxf86dga1                         1.0.1-2                              X11 Direct Graphics Access extension library
ii  libxxf86misc1                        1.0.1-2                              X11 XFree86 miscellaneous extension library
ii  libxxf86vm1                          1.0.1-2                              X11 XFree86 video mode extension library
ii  libzephyr3                           2.1.20070719.SNAPSHOT-1              The original "Instant Message" system libraries without Kerberos
ii  libzzip-0-12                         0.12.83-8                            library providing read access on ZIP-archives - library
ii  linux-image-2.6.18-4-486             2.6.18.dfsg.1-12etch2                Linux 2.6.18 image on x86
ii  linux-image-2.6.20.3-0-686           snozberry.0                          Linux kernel binary image for version 2.6.20.3-0-686
ii  linux-image-2.6.26                   snozberry.0                          Linux kernel binary image for version 2.6.26
ii  linux-libc-dev                       2.6.22-4                             Linux Kernel Headers for development
ii  linux-sound-base                     1.0.15-2                             base package for ALSA and OSS sound systems
ii  lm-sensors                           2.10.1-3                             utilities to read temperature/voltage/fan sensors
ii  loadmeter                            1.20-5                               Attractive X11 load meter
ii  locales                              2.7-3                                GNU C Library: National Language (locale) data [support]
ii  lockfile-progs                       0.1.10                               Programs for locking and unlocking files and mailboxes
ii  login                                4.0.18.1-7                           system login tools
ii  logrotate                            3.7.1-3                              Log rotation utility
ii  lp-solve                             5.5.0.10-10                          Solve (mixed integer) linear programming problems
ii  lsb-base                             3.1-23.2etch1                        Linux Standard Base 3.1 init script functionality
ii  lsdvd                                0.16-3                               read the content info of a DVD
ii  lsof                                 4.77.dfsg.1-3                        List open files
ii  lua50                                5.0.3-3                              Small embeddable language with simple procedural syntax
ii  lynx                                 2.8.5-2sarge2.2                      Text-mode WWW Browser
ii  lyx                                  1.4.3-3                              High Level Word Processor
ii  lyx-common                           1.4.3-3                              High Level Word Processor - common files
ii  lyx-qt                               1.4.3-3                              High Level Word Processor - Qt frontend
ii  m4                                   1.4.8-2                              a macro processing language
ii  mailx                                8.1.2-0.20050715cvs-1                A simple mail user agent
ii  mairix                               0.17-2                               indexes and searches email in locally stored email
ii  make                                 3.81-2                               The GNU version of the "make" utility.
ii  makedev                              2.3.1-83                             creates device files in /dev
ii  man-db                               2.5.2-2                              on-line manual pager
ii  manpages                             2.39-1                               Manual pages about using a GNU/Linux system
ii  manpages-dev                         2.39-1                               Manual pages about using GNU/Linux for development
ii  mawk                                 1.3.3-11                             a pattern scanning and text processing language
ii  mbmon                                2.05-4                               Hardware monitoring without kernel dependencies (text client)
ii  mbr                                  1.1.9-2                              Master Boot Record for IBM-PC compatible computers.
ii  mdetect                              0.5.2.1                              mouse device autodetection tool
ii  menu                                 2.1.33                               generates programs menu for all menu-aware applications
ii  menu-xdg                             0.2.3                                freedesktop.org menu compliant window manager scripts
ii  mesa-common-dev                      6.5.1-0.6                            Developer documentation for Mesa
ii  mesa-utils                           7.0.3-5                              Miscellaneous Mesa GL utilities
ii  metacity                             2.22.0-1                             A lightweight GTK2 based Window Manager
ii  metacity-common                      2.22.0-1                             Shared files of lightweight GTK2 based Window Manager
ii  mime-support                         3.39-1                               MIME files 'mime.types' & 'mailcap', and support programs
ii  minicom                              2.2-5                                friendly menu driven serial communication program
ii  miscfiles                            1.4.2.dfsg.1-7                       Dictionaries and other interesting files
ii  mjpegtools                           1.8.0-0.4                            MJPEG video capture/editting/playback MPEG encoding
ii  mkisofs                              1.1.2-1                              Dummy transition package for genisoimage
ii  mktemp                               1.5-2                                Makes unique filenames for temporary files
ii  module-assistant                     0.10.8                               tool to make module package creation easier
ii  module-init-tools                    3.3-pre4-2                           tools for managing Linux kernel modules
ii  modutils                             2.4.27.0-6                           Linux module utilities
ii  monit                                4.8.1-2.1                            A utility for monitoring and managing daemons or similar program
ii  mono                                 1.2.2.1-1etch1                       Mono CLI (.NET) runtime
ii  mono-common                          1.2.2.1-1etch1                       common files for Mono
ii  mono-gac                             1.2.2.1-1etch1                       Mono GAC tool
ii  mono-jit                             1.2.2.1-1etch1                       fast CLI JIT/AOT compiler for Mono
ii  mono-runtime                         1.2.2.1-1etch1                       Mono runtime
ii  monodoc-gtk2.0-manual                2.8.3-2                              compiled XML documentation for Gtk# 2.8
ii  monodoc-manual                       1.1.18-1                             compiled XML documentation from the Mono project
ii  mount                                2.12r-19etch1                        Tools for mounting and manipulating filesystems
ii  movixmaker-2                         0.8.3-4                              Utility to create customized eMoviX/MoviX/MoviX² CD images
ii  mozilla-mplayer                      3.40-0.1                             MPlayer-Plugin for Mozilla
ii  mpack                                1.6-4                                tools for encoding/decoding MIME messages
ii  mplayer                              1.0-rc1svn20070225-0.3etch1          The Ultimate Movie Player For Linux
ii  mplayer-skin-blue                    1.6-1                                blue skin for mplayer
ii  mrtg                                 2.14.7-2                             multi router traffic grapher
ii  mrtgutils                            0.5                                  Utilities to generate statistics for mrtg
ii  msttcorefonts                        1.8                                  Installer for Microsoft TrueType core fonts
ii  mt-daapd                             0.2.4+r1376-1.1+etch1                iTunes-compatible DAAP server
ii  mtools                               3.9.10.ds1-3                         Tools for manipulating MSDOS files
ii  mtr                                  0.71-2etch1                          Full screen ncurses and X11 traceroute tool
ii  mutt                                 1.5.13-1.1etch1                      text-based mailreader supporting MIME, GPG, PGP and threading
ii  myspell-en-us                        2.0.4~rc1-3                          English_american dictionary for myspell
ii  mysql-admin                          1.2.5rc-2                            GUI tool for intuitive MySQL administration
ii  mysql-admin-common                   1.2.5rc-2                            Architecture independent files for MySQL Administrator
ii  mysql-client                         5.0.32-7etch6                        mysql database client (meta package depending on the latest vers
ii  mysql-client-5.0                     5.0.32-7etch6                        mysql database client binaries
ii  mysql-common                         5.0.32-7etch6                        mysql database common files (e.g. /etc/mysql/my.cnf)
ii  mysql-navigator                      1.4.2-8                              GUI client program for MySQL database server
ii  mysql-query-browser                  1.2.5beta-3                          Official GUI tool to query MySQL database
ii  mysql-query-browser-common           1.2.5beta-3                          Architecture independent files for MySQL Query Browser
ii  mysql-server                         5.0.32-7etch6                        mysql database server (meta package depending on the latest vers
ii  mysql-server-5.0                     5.0.32-7etch6                        mysql database server binaries
ii  nano                                 2.0.2-1etch1                         free Pico clone with some new features
rc  nautilus                             2.14.3-11+b1                         file manager and graphical shell for GNOME
rc  nautilus-cd-burner                   2.14.3-8+b1                          CD Burning front-end for Nautilus
ii  nautilus-data                        2.20.0-4                             data files for nautilus
ii  ncftp                                3.2.0-1                              A user-friendly and well-featured FTP client
ii  ncurses-base                         5.5-5                                Descriptions of common terminal types
ii  ncurses-bin                          5.5-5                                Terminal-related programs and man pages
ii  ncurses-term                         5.5-5                                Additional terminal type definitions
ii  net-tools                            1.60-17                              The NET-3 networking toolkit
ii  netbase                              4.29                                 Basic TCP/IP networking system
ii  netdiag                              0.7-7.1                              Net-Diagnostics (trafshow,strobe,netwatch,statnet,tcpspray,tcpbl
ii  netpbm                               10.0-11.1+etch1                      Graphics conversion tools
ii  netselect                            0.3.ds1-10                           Choose the fastest server automatically
ii  netselect-apt                        0.3.ds1-10                           Choose the fastest Debian mirror with netselect
ii  nfs-common                           1.0.10-6+etch.1                      NFS support files common to client and server
ii  nfs-kernel-server                    1.0.10-6+etch.1                      Kernel NFS server support
ii  nmap                                 4.11-1                               The Network Mapper
ii  normalize-audio                      0.7.7-1                              adjust the volume of WAV files to a standard volume level
ii  nrg2iso                              0.4-1.1                              Extracts ISO9660 data from Nero ".nrg" files
ii  ntp                                  4.2.2.p4+dfsg-2                      Network Time Protocol daemon and utility programs
ii  ntpdate                              4.2.2.p4+dfsg-2                      client for setting system time from NTP servers
ii  nttcp                                1.47-6                               New test TCP program
ii  nut                                  2.0.4-4                              The core system of the nut - Network UPS Tools
ii  nut-cgi                              2.0.4-4                              A web interface sub system for the nut - Network UPS Tools
ii  nut-snmp                             2.0.4-4                              A meta SNMP Driver subsystem for the nut - Network UPS Tools
ii  nut-usb                              2.0.4-4                              USB Drivers subsystem for the nut - Network UPS Tools
ii  nvi                                  1.79-25                              4.4BSD re-implementation of vi
ii  nvidia-glx                           173.14.09-3                          NVIDIA binary Xorg driver
ii  nvidia-kernel-2.6.18-4-486           1.0.8776+6                           NVIDIA binary kernel module for Linux 2.6.18-4-486
ii  nvidia-kernel-2.6.20.3-0-686         1.0.8776-4+snozberry.0               NVIDIA binary kernel module for Linux 2.6.20.3-0-686
ii  nvidia-kernel-2.6.26                 173.14.09-3+snozberry.0              NVIDIA binary kernel module for Linux 2.6.26
ii  nvidia-kernel-common                 20051028+1-0.1                       NVIDIA binary kernel module common files
ii  nvidia-kernel-source                 173.14.09-3                          NVIDIA binary kernel module source
ii  nvidia-settings                      173.14.09-1                          Tool of configuring the NVIDIA graphics driver
ii  nvidia-xconfig                       1.0+20080522-1                       The NVIDIA X Configuration Tool
ii  odbcinst1debian1                     2.2.11-13                            Support library and helper program for accessing odbc ini files
ii  ofx                                  0.8.2-3+b3                           Open Financial Exchange programs
ii  ogmtools                             1.5-2.1                              Tools for manipulating Ogg multimedia streams
ii  openbsd-inetd                        0.20050402-6                         The OpenBSD Internet Superserver
ii  openoffice.org                       2.4.1-6                              OpenOffice.org Office suite
ii  openoffice.org-base                  2.4.1-6                              OpenOffice.org office suite - database
ii  openoffice.org-base-core             2.4.1-6                              OpenOffice.org office suite -- libdba
ii  openoffice.org-calc                  2.4.1-6                              OpenOffice.org office suite - spreadsheet
ii  openoffice.org-common                2.4.1-6                              OpenOffice.org office suite architecture independent files
ii  openoffice.org-core                  2.4.1-6                              OpenOffice.org office suite architecture dependent files
ii  openoffice.org-draw                  2.4.1-6                              OpenOffice.org office suite - drawing
ii  openoffice.org-filter-binfilter      2.4.1-6                              Legacy filters (e.g. StarOffice 5.2) for OpenOffice.org
ii  openoffice.org-filter-mobiledev      2.2.1-9                              Mobile Devices Filters for OpenOffice.org
ii  openoffice.org-impress               2.4.1-6                              OpenOffice.org office suite - presentation
ii  openoffice.org-java-common           2.4.1-6                              OpenOffice.org office suite Java support arch. independent files
ii  openoffice.org-math                  2.4.1-6                              OpenOffice.org office suite - equation editor
ii  openoffice.org-officebean            2.4.1-6                              OpenOffice.org Office Bean
ii  openoffice.org-style-andromeda       2.4.1-6                              Default symbol style for OpenOffice.org
ii  openoffice.org-thesaurus-en-us       2.0.4~rc1-3                          English Thesaurus for OpenOffice.org
ii  openoffice.org-writer                2.4.1-6                              OpenOffice.org office suite - word processor
ii  openoffice.org-writer2latex          0.5-8                                Writer/Calc to LaTeX/XHTML converter extension for OpenOffice.or
ii  opensp                               1.5.2-3                              OpenJade group's SGML parsing tools
ii  openssh-blacklist                    0.1.1                                list of blacklisted OpenSSH RSA and DSA keys
ii  openssh-client                       4.3p2-9etch2                         Secure shell client, an rlogin/rsh/rcp replacement
ii  openssh-server                       4.3p2-9etch2                         Secure shell server, an rshd replacement
ii  openssl                              0.9.8c-4etch3                        Secure Socket Layer (SSL) binary and related cryptographic tools
ii  oss-compat                           0.0.4                                OSS compatibility package
ii  par2                                 0.4-8                                Parity Archive Volume Set, for checking and repair of files
ii  passwd                               4.0.18.1-7                           change and administer password and group data
ii  patch                                2.5.9-4                              Apply a diff file to an original
ii  pciutils                             2.2.4~pre4-1                         Linux PCI Utilities
ii  pdftk                                1.40-2                               A useful tool for manipulating PDF documents
ii  pdl                                  2.4.3-6+b1                           perl data language: Perl extensions for numerics
ii  perl                                 5.10.0-11                            Larry Wall's Practical Extraction and Report Language
ii  perl-base                            5.10.0-11                            The Pathologically Eclectic Rubbish Lister
ii  perl-doc                             5.10.0-11                            Perl documentation
ii  perl-modules                         5.10.0-11                            Core Perl modules
ii  perl-suid                            5.10.0-11                            Runs setuid Perl scripts
ii  perlmagick                           6.3.7.9.dfsg1-2+b2                   Perl interface to the libMagick graphics routines
ii  php5                                 5.2.6-2                              server-side, HTML-embedded scripting language (metapackage)
ii  php5-clamavlib                       0.13-1.2                             PHP ClamAV Lib - ClamAV Interface for PHP5 Scripts
ii  php5-common                          5.2.6-2+b1                           Common files for packages built from the php5 source
ii  php5-dbg                             5.2.6-2+b1                           Debug symbols for PHP5
ii  php5-dev                             5.2.0-8+etch11                       Files for PHP5 module development
ii  php5-gd                              5.2.6-2+b1                           GD module for php5
ii  php5-mysql                           5.2.6-2+b1                           MySQL module for php5
ii  pidentd                              3.0.19.ds1-1                         TCP/IP IDENT protocol server with DES support
ii  pidgin                               2.4.3-1                              graphical multi-protocol instant messaging client for X
ii  pidgin-data                          2.4.3-1                              multi-protocol instant messaging client - data files
ii  pkg-config                           0.21-1                               manage compile and link flags for libraries
ii  pmount                               0.9.13-1+b1                          mount removable devices as normal user
ii  po-debconf                           1.0.8                                manage translated Debconf templates files with gettext
ii  poppler-utils                        0.8.4-1.1                            PDF utilitites (based on libpoppler)
ii  popularity-contest                   1.41                                 Vote for your favourite packages automatically
ii  portmap                              5-26                                 The RPC portmapper
ii  poster                               19990428-8                           Create large posters out of PostScript pages
ii  powermgmt-base                       1.29                                 Common utils and configs for power management
ii  preview-latex-style                  11.83-6                              LaTeX style files for editor embedded preview of some environmen
ii  procmail                             3.22-16                              Versatile e-mail processor
ii  procmeter3                           3.5a-3                               graphical system status monitor
ii  procps                               3.2.7-3                              /proc file system utilities
ii  proj                                 4.6.0-1                              Cartographic projection filter and library
ii  psfontmgr                            0.11.10-0.1                          PostScript font manager -- part of Defoma, Debian Font Manager
ii  psmisc                               22.3-1                               Utilities that use the proc filesystem
ii  pstoedit                             3.44-1                               PostScript and PDF files to editable vector graphics converter
ii  pstotext                             1.9-4                                Extract text from PostScript and PDF files
ii  psutils                              1.17-24                              A collection of PostScript document handling utilities
ii  pulseaudio                           0.9.8-2                              PulseAudio sound server
ii  pvm                                  3.4.5-7                              Parallel Virtual Machine - binaries
ii  pxlib1                               0.6.1-3                              library to read/write Paradox database files
ii  python                               2.5.2-1                              An interactive high-level object-oriented language (default vers
ii  python-beagle                        0.3.5-1+b1                           Python bindings for beagle
ii  python-cairo                         1.4.12-1.1                           Python bindings for the Cairo vector graphics library
ii  python-central                       0.6.8                                register and build utility for Python packages
ii  python-compizconfig                  0.7.6-1                              Compizconfig bindings for python
ii  python-dbus                          0.82.4-1                             simple interprocess messaging system (Python interface)
ii  python-glade2                        2.12.1-6                             GTK+ bindings: Glade support
ii  python-gmenu                         2.22.2-3                             an implementation of the freedesktop menu specification for GNOM
ii  python-gnome2                        2.22.0-1                             Python bindings for the GNOME desktop environment
ii  python-gnome2-desktop                2.22.0-2                             Python bindings for the GNOME desktop environment
ii  python-gobject                       2.14.2-1                             Python bindings for the GObject library
ii  python-gtk2                          2.12.1-6                             Python bindings for the GTK+ widget set
ii  python-libxml2                       2.6.32.dfsg-2                        Python bindings for the GNOME XML library
ii  python-minimal                       2.5.2-1                              A minimal subset of the Python language (default version)
ii  python-numeric                       24.2-9                               Numerical (matrix-oriented) Mathematics for Python
ii  python-pyorbit                       2.14.3-2                             A Python language binding for the ORBit2 CORBA implementation
ii  python-selinux                       2.0.59-1                             Python bindings to SELinux shared libraries
ii  python-semanage                      2.0.25-1                             Python bindings  for SELinux policy manipulation tools
ii  python-soappy                        0.11.3-1.7                           SOAP Support for Python (SOAP.py)
ii  python-support                       0.7.6                                automated rebuilding support for python modules
ii  python-wxgtk2.6                      2.6.3.2.2-2                          wxWidgets Cross-platform C++ GUI toolkit (wxPython binding)
ii  python-wxversion                     2.6.3.2.2-2                          wxWidgets Cross-platform C++ GUI toolkit (wxPython version selec
ii  python-xml                           0.8.4-10.1                           XML tools for Python
ii  python2.4                            2.4.4-3+etch1                        An interactive high-level object-oriented language (version 2.4)
ii  python2.4-dev                        2.4.4-3+etch1                        Header files and a static library for Python (v2.4)
ii  python2.4-minimal                    2.4.4-3+etch1                        A minimal subset of the Python language (version 2.4)
ii  python2.5                            2.5.2-6                              An interactive high-level object-oriented language (version 2.5)
ii  python2.5-minimal                    2.5.2-6                              A minimal subset of the Python language (version 2.5)
ii  qcad                                 2.0.5.0-1-2                          A professional CAD System
ii  qt3-dev-tools                        3.3.8b-5                             Qt3 development tools
ii  qt4-qtconfig                         4.2.1-2+etch1                        Qt 4 configuration tool
ii  quiteinsane                          0.10-13                              A Qt based X11 frontend for SANE (Scanner Access Now Easy)
ii  r-base-core                          2.4.0.20061125-1                     GNU R core of statistical computing language and environment
ii  r-cran-abind                         1.1.0-3                              GNU R abind multi-dimensional array combination function
ii  r-cran-boot                          1.2.26-1                             GNU R package for bootstrapping functions from Davison and Hinkl
ii  r-cran-car                           1.1-2-1                              GNU R Companion to Applied Regression by John Fox
ii  r-cran-cluster                       1.11.2-1                             GNU R package for cluster analysis by Rousseeuw et al
ii  r-cran-effects                       1.0.9-1                              GNU R graphical and tabular effects display for glm models
ii  r-cran-foreign                       0.8.17-1                             GNU R package to read/write data from other stat. systems
ii  r-cran-kernsmooth                    2.22.19-1                            GNU R package for kernel smoothing and density estimation
ii  r-cran-lattice                       0.14-13-1                            GNU R package for 'Trellis' graphics
ii  r-cran-lmtest                        0.9.18-2                             GNU R package for diagnostic checking in linear models
ii  r-cran-mgcv                          1.3-20-1                             GNU R package for multiple parameter smoothing estimation
ii  r-cran-multcomp                      0.991-2-1                            GNU R package for multiple comparison procedures
ii  r-cran-mvtnorm                       0.7.5-1                              GNU R package to compute multivariate Normal and T distributions
ii  r-cran-nlme                          3.1.77-1                             GNU R package for (non-)linear mixed effects models
ii  r-cran-relimp                        0.9-7-1                              GNU R package for inference on relative importance of regressors
ii  r-cran-rgl                           0.68-1                               GNU R package for three-dimensional visualisation using OpenGL
ii  r-cran-rpart                         3.1.32-1                             GNU R package for recursive partitioning and regression trees
ii  r-cran-sandwich                      2.0-0-2                              GNU R package for model-robust standard error estimates
ii  r-cran-strucchange                   1.3-1-1                              GNU R package for structural change regression estimation
ii  r-cran-survival                      2.29-1                               GNU R package for survival analysis
ii  r-cran-vr                            7.2.29-1                             GNU R package accompanying the Venables and Ripley book on S
ii  r-cran-zoo                           1.2-1-1                              GNU R package for totally ordered indexed observations
ii  r-recommended                        2.4.0.20061125-1                     GNU R collection of recommended packages [metapackage]
ii  rar                                  3.7b1-2                              Archiver for .rar files
ii  rar-2.80                             2.80-2                               Archiver for .rar files
ii  rcs                                  5.7-18                               The GNU Revision Control System
ii  read-edid                            1.4.1-2.1                            hardware information-gathering tool for VESA PnP monitors
ii  readline-common                      5.2-2                                GNU readline and history libraries, common files
ii  realplayer                           10.0.9-0.2                           RealPlayer 10 based on the open source Helix player
ii  refblas3                             1.2-8                                Basic Linear Algebra Subroutines 3, shared library
ii  reportbug                            3.44                                 reports bugs in the Debian distribution
rc  rhythmbox                            0.9.6-8                              music player and organizer for GNOME
ii  rpm                                  4.4.1-13                             Red Hat package manager
ii  rsync                                2.6.9-2etch2                         fast remote file copy program (like rcp)
ii  ruby                                 1.8.2-1                              An interpreter of object-oriented scripting language Ruby
ii  ruby1.8                              1.8.5-4etch2                         Interpreter of object-oriented scripting language Ruby 1.8
ii  samba-common                         3.0.31-1                             Samba common files used by both the server and the client
ii  sane                                 1.0.14-2                             scanner graphical frontends
ii  sane-utils                           1.0.18-5                             API library for scanners -- utilities
ii  scrollkeeper                         0.3.14-13                            A free electronic cataloging system for documentation
ii  sed                                  4.1.5-1                              The GNU sed stream editor
ii  sgml-base                            1.26                                 SGML infrastructure and SGML catalog file support
ii  sgml-data                            2.0.3                                common SGML and XML data
ii  shared-mime-info                     0.19-2                               FreeDesktop.org shared MIME database and spec
ii  sharutils                            4.2.1-15                             shar, unshar, uuencode, uudecode
ii  shtool                               2.0.1-2                              portable shell tool from the GNU project
ii  skype                                1.3.0.53-1                           Free Internet Telephony - The whole world can talk for free
ii  slib                                 3a4-4                                Portable Scheme library
ii  slocate                              3.1-1                                Secure replacement of findutil's locate
ii  smartmontools                        5.36-8                               control and monitor storage systems using S.M.A.R.T.
ii  smbclient                            3.0.31-1                             a LanManager-like simple client for Unix
ii  snmp                                 5.2.3-7etch2                         NET SNMP (Simple Network Management Protocol) Apps
ii  snmpd                                5.2.3-7etch2                         NET SNMP (Simple Network Management Protocol) Agents
ii  snort                                2.3.3-11                             Flexible Network Intrusion Detection System
ii  snort-common                         2.3.3-11                             Flexible Network Intrusion Detection System [common files]
ii  snort-rules-default                  2.3.3-11                             Flexible Network Intrusion Detection System ruleset
ii  sox                                  12.17.9-1                            A universal sound sample translator
ii  spamassassin                         3.1.7-2                              Perl-based spam filter using text analysis
ii  spamc                                3.1.7-2                              Client for SpamAssassin spam filtering daemon
ii  sqlite3                              3.3.8-1.1                            A command line interface for SQLite 3
ii  ssh                                  4.3p2-9etch2                         Secure shell client and server (transitional package)
ii  ssh-askpass                          1.2.4.1-6.1                          under X, asks user for a passphrase for ssh-add
ii  ssl-cert                             1.0.14                               Simple debconf wrapper for openssl
ii  stopmotion                           0.5.5-1                              program for creating stop motion animations
ii  strace                               4.5.14-2                             A system call tracer
ii  subversion                           1.4.2dfsg1-2                         Advanced version control system
ii  subversion-tools                     1.4.2dfsg1-2                         Assorted tools related to Subversion
ii  sudo                                 1.6.8p12-4                           Provide limited super user privileges to specific users
ii  sun-java5-bin                        1.5.0-14-1etch1                      Sun Java(TM) Runtime Environment (JRE) 5.0 (architecture depende
ii  sun-java5-demo                       1.5.0-14-1etch1                      Sun Java(TM) Development Kit (JDK) 5.0 demos and examples
ii  sun-java5-doc                        1.5.0-14-1etch1                      Sun JDK(TM) Documention -- integration installer
ii  sun-java5-fonts                      1.5.0-14-1etch1                      Lucida TrueType fonts (from the Sun JRE)
ii  sun-java5-jdk                        1.5.0-14-1etch1                      Sun Java(TM) Development Kit (JDK) 5.0
ii  sun-java5-jre                        1.5.0-14-1etch1                      Sun Java(TM) Runtime Environment (JRE) 5.0 (architecture indepen
ii  sun-java5-plugin                     1.5.0-14-1etch1                      The Java(TM) Plug-in, Java SE 5.0
ii  svgalibg1                            1.4.3-24                             transitional dummy package which can be safely removed
ii  svgalibg1-dev                        1.4.3-24                             transitional dummy package which can be safely removed
ii  swig                                 1.3.31-1                             Generate scripting interfaces to C/C++ code
ii  sysklogd                             1.4.1-18                             System Logging Daemon
ii  syslinux                             3.31-4                               Bootloader for Linux/i386 using MS-DOS floppies
ii  sysstat                              7.0.0-4                              sar, iostat and mpstat - system performance tools for Linux
ii  system-tools-backends                2.6.0-1                              System Tools to manage computer configuration -- scripts
ii  sysv-rc                              2.86.ds1-38+etchnhalf.1              System-V-like runlevel change mechanism
ii  sysvinit                             2.86.ds1-38+etchnhalf.1              System-V-like init utilities
ii  sysvinit-utils                       2.86.ds1-38+etchnhalf.1              System-V-like utilities
ii  t1-xfree86-nonfree                   4.2.1-3                              non-free Postscript Type 1 fonts from XFree86
ii  tar                                  1.16-2etch1                          GNU tar
ii  tasksel                              2.66                                 Tool for selecting tasks for installation on Debian systems
ii  tasksel-data                         2.66                                 Official tasks used for installation of Debian systems
ii  tcl8.3                               8.3.5-5                              Tcl (the Tool Command Language) v8.3 - run-time files
ii  tcl8.4                               8.4.12-1.1                           Tcl (the Tool Command Language) v8.4 - run-time files
ii  tcpd                                 7.6.dbs-13                           Wietse Venema's TCP wrapper utilities
ii  tcpdump                              3.9.5-2etch1                         A powerful tool for network monitoring and data acquisition
ii  tcpflow                              0.21-11                              TCP flow recorder
ii  tcsh                                 6.14.00-7                            TENEX C Shell, an enhanced version of Berkeley csh
ii  ted                                  2.17-1                               graphical RTF (Rich Text Format) editor, stable lesstif version
ii  ted-common                           2.17-1                               common files used by ted and ted-gtk
ii  telnet-ssl                           0.17.24+0.1-14                       The telnet client with SSL encryption support
ii  tetex-base                           3.0.dfsg.3-5etch1                    Basic TeX input files of teTeX
ii  tetex-bin                            3.0-30                               The teTeX programs
ii  tetex-extra                          3.0.dfsg.3-5etch1                    Additional TeX input files of teTeX
ii  tex-common                           1.0.1                                Common infrastructure for using and building TeX in Debian
ii  texinfo                              4.8.dfsg.1-4                         Documentation system for on-line information and printed output
ii  tidy                                 20051018-1                           HTML syntax checker and reformatter
ii  time                                 1.7-21                               The GNU time program for measuring cpu resource usage
ii  tk8.3                                8.3.5-6etch2                         Tk toolkit for Tcl and X11, v8.3 - run-time files
ii  tk8.4                                8.4.12-1etch2                        Tk toolkit for Tcl and X11, v8.4 - run-time files
ii  toolame                              02l-3                                MPEG-1 layer 2 audio encoder
ii  traceroute                           1.4a12-21                            traces the route taken by packets over a TCP/IP network
ii  transcode-doc                        1.0.2-0.12                           Documentation for transcode
ii  transfig                             3.2.5-alpha7-5                       Utilities for converting XFig figure files
ii  ttf-arphic-bkai00mp                  2.10-6.1                             "AR PL KaitiM Big5" Chinese TrueType font by Arphic Technology
ii  ttf-arphic-bsmi00lp                  2.10-6.1                             "AR PL Mingti2L Big5" Chinese TrueType font by Arphic Technology
ii  ttf-arphic-gbsn00lp                  2.11-6.1                             "AR PL SungtiL GB" Chinese TrueType font by Arphic Technology
ii  ttf-arphic-gkai00mp                  2.11-6.1                             "AR PL KaitiM GB" Chinese TrueType font by Arphic Technology
ii  ttf-baekmuk                          2.2-2                                Baekmuk series TrueType fonts
ii  ttf-bitstream-vera                   1.10-7                               The Bitstream Vera family of free TrueType fonts
ii  ttf-dejavu                           2.15-1                               Vera font family derivate with additional characters
ii  ttf-freefont                         20060501cvs-10                       Freefont Serif, Sans and Mono Truetype fonts
ii  ttf-kochi-gothic                     1.0.20030809-4                       Kochi Subst Gothic Japanese TrueType font without naga10
ii  ttf-kochi-mincho                     1.0.20030809-4                       Kochi Subst Mincho Japanese TrueType font without naga10
ii  ttf-liberation                       1.04~beta2-2                         Free fonts with the same metrics as Times, Arial and Courier
ii  ttf-opensymbol                       2.0.4.dfsg.2-7etch5                  The OpenSymbol TrueType font
ii  ttf-thryomanes                       1.2.4                                A Unicode font covering Latin, Greek, Cyrillic and IPA
ii  type-handling                        0.2.19                               dpkg architecture generation script
ii  tzdata                               2007k-1etch1                         Time Zone and Daylight Saving Time Data
ii  ucf                                  2.0020                               Update Configuration File: preserves user changes to config file
ii  udev                                 0.105-4                              /dev/ and hotplug management daemon
ii  ufraw                                0.13-1                               standalone importer for raw camera images
ii  unifont                              1.0-3                                X11 dual-width GNU Unicode font
ii  units                                1.85-3                               converts between different systems of units
ii  unixodbc                             2.2.11-13                            ODBC tools libraries
ii  unrar                                3.7.8-1                              Unarchiver for .rar files (non-free version)
ii  unrar-free                           0.0.1+cvs20060609-1                  Unarchiver for .rar files
ii  unzip                                5.52-9etch1                          De-archiver for .zip files
ii  unzoo                                4.4-5                                zoo archive extractor
ii  update-inetd                         4.27-0.5                             inetd.conf updater
ii  usbutils                             0.72-7                               USB console utilities
ii  util-linux                           2.12r-19etch1                        Miscellaneous system utilities
ii  vcdimager                            0.7.23-3                             A VideoCD (VCD) image mastering and ripping tool
ii  vgrabbj                              0.9.6-3                              grabs a image from a camera and puts it in jpg/png format
ii  videolan-doc                         20060711-1                           documentation for the VideoLAN streaming solution
ii  vim                                  7.0-122+1etch3                       Vi IMproved - enhanced vi editor
ii  vim-common                           7.0-122+1etch3                       Vi IMproved - Common files
ii  vim-doc                              7.0-122+1etch3                       Vi IMproved - HTML documentation
ii  vim-runtime                          7.0-122+1etch3                       Vi IMproved - Runtime files
ii  vlc                                  0.8.6-svn20061012.debian-5.1+etch2   multimedia player and streamer
ii  vlc-nox                              0.8.6-svn20061012.debian-5.1+etch2   multimedia player and streamer (without X support)
ii  vlc-plugin-arts                      0.8.6-svn20061012.debian-5.1+etch2   aRts audio output plugin for VLC
ii  vnc-common                           3.3.7-14                             Virtual network computing server software
ii  vorbis-tools                         1.1.1-6                              several Ogg Vorbis tools
ii  vsftpd                               2.0.5-2                              The Very Secure FTP Daemon
ii  w32codecs                            20071007-0.1                         win32 binary codecs
ii  w3m                                  0.5.1-5.1+b1                         WWW browsable pager with excellent tables/frames support
ii  w3m-img                              0.5.1-5.1+b1                         inline image extension support utilities for w3m
ii  wamerican                            6-2                                  American English dictionary words for /usr/share/dict
ii  wavsplit                             1.1.0-3                              Splits wavfiles into tracks
ii  wdiff                                0.5-16                               Compares two files word by word
ii  weather-util                         1.2-1                                command-line tool to obtain weather conditions and forecasts
ii  weblint-perl                         2.02-1                               A syntax and minimal style checker for HTML
ii  wget                                 1.10.2-2                             retrieves files from the web
ii  whiptail                             0.52.2-10                            Displays user-friendly dialog boxes from shell scripts
ii  whois                                4.7.20                               the GNU whois client
ii  wine                                 1.0.0-1                              Windows API implementation - standard suite
ii  wine-bin                             1.0.0-1                              Windows API implementation - binary loader
ii  wine-utils                           1.0.0-1                              Windows API implementation - utilities
ii  wireshark                            0.99.4-5.etch.2                      network traffic analyzer
ii  wireshark-common                     0.99.4-5.etch.2                      network traffic analyser (common files)
ii  wodim                                1.1.2-1                              command line CD/DVD writing tool
ii  wwwconfig-common                     0.0.48                               Debian web auto configuration
ii  wxvlc                                0.8.6-svn20061012.debian-5.1+etch2   dummy transitional package
ii  x-dev                                7.0.7-2                              dummy package for transition purposes
ii  x-ttcidfont-conf                     25.1                                 Configure TrueType and CID fonts for X
ii  x11-common                           7.1.0-19                             X Window System (X.Org) infrastructure
ii  x11-xserver-utils                    7.3+3                                X server utilities
ii  x11proto-composite-dev               0.4-2                                X11 Composite extension wire protocol
ii  x11proto-core-dev                    7.0.7-2                              X11 core wire protocol and auxiliary headers
ii  x11proto-damage-dev                  1.1.0-2                              X11 Damage extension wire protocol
ii  x11proto-fixes-dev                   4.0-2                                X11 Fixes extension wire protocol
ii  x11proto-fonts-dev                   2.0.2-5                              X11 font extension wire protocol
ii  x11proto-input-dev                   1.3.2-4                              X11 Input extension wire protocol
ii  x11proto-kb-dev                      1.0.3-2                              X11 XKB extension wire protocol
ii  x11proto-print-dev                   1.0.3.xsf1-1                         X11 Printing extension (Xprint) wire protocol
ii  x11proto-randr-dev                   1.2.1-2                              X11 RandR extension wire protocol
ii  x11proto-record-dev                  1.13.2-4                             X11 Record extension wire protocol
ii  x11proto-render-dev                  0.9.2-4                              X11 Render extension wire protocol
ii  x11proto-trap-dev                    3.4.3-5                              X11 Trap extension wire protocol
ii  x11proto-video-dev                   2.2.2-4                              X11 Video extension wire protocol
ii  x11proto-xext-dev                    7.0.2-5                              X11 various extension wire protocol
ii  x11proto-xinerama-dev                1.1.2-4                              X11 Xinerama extension wire protocol
ii  xauth                                1.0.3-2                              X authentication utility
ii  xaw3dg                               1.5+E-14                             Xaw3d widget set
ii  xbase-clients                        7.1.ds1-2                            miscellaneous X clients
ii  xbitmaps                             1.0.1-2                              Base X bitmaps
ii  xcursor-themes                       1.0.1-5                              Base X cursor themes
ii  xdg-utils                            1.0-1                                Desktop integration utilities from freedesktop.org
ii  xfig                                 3.2.5-alpha5-9                       Facility for Interactive Generation of figures under X11
ii  xfig-libs                            3.2.5-alpha5-9                       XFig image libraries and examples
ii  xfonts-100dpi                        1.0.0-3                              100 dpi fonts for X
ii  xfonts-75dpi                         1.0.0-3                              75 dpi fonts for X
ii  xfonts-artwiz                        1.3-2                                x11 fonts created by Artwiz, TigerT, and Daniel Erat
ii  xfonts-base                          1.0.0-4                              standard fonts for X
ii  xfonts-encodings                     1.0.0-6                              Encodings for X.Org fonts
ii  xfonts-scalable                      1.0.0-6                              scalable fonts for X
ii  xfonts-terminus                      4.20-5.1                             Fixed-width fonts for fast reading
ii  xfonts-utils                         1.0.1-1                              X Window System font utility programs
ii  xine-ui                              0.99.5+cvs20070914-2                 the xine video player, user interface
ii  xkb-data                             0.9-4                                X Keyboard Extension (XKB) configuration data
ii  xkeycaps                             2.47-2                               manipulate X11 keymaps (for xmodmap) graphically
ii  xlibs-data                           7.1.0-19                             transitional package for X11 client data
ii  xlibs-static-dev                     7.1.0-19                             transitional metapackage
ii  xloadimage                           4.1-16                               Graphics file viewer under X11
ii  xlockmore-gl                         5.22-1                               Lock X11 display until password is entered -- GL version
ii  xml-core                             0.09-0.1                             XML infrastructure and XML catalog file support
ii  xmms                                 1.2.10+20070601-1+b1                 Versatile X audio player
ii  xmms-arts                            0.7.1-4                              aRts Output plugin for xmms
ii  xmms-mp4                             2.6-1                                an MP4/AAC audio plugin for XMMS
ii  xnest                                1.4.2-1                              Nested X server
ii  xorg                                 7.1.0-19                             X.Org X Window System
ii  xpdf-common                          3.01-9.1+etch5                       Portable Document Format (PDF) suite -- common files
ii  xpdf-reader                          3.01-9.1+etch5                       Portable Document Format (PDF) suite -- viewer for X11
ii  xsane                                0.99+0.991-2                         GTK+-based X11 frontend for SANE (Scanner Access Now Easy)
ii  xsane-common                         0.99+0.991-2                         GTK+-based X11 frontend for SANE (Scanner Access Now Easy)
ii  xscreensaver                         4.24-5                               Automatic screensaver for X
ii  xscreensaver-gl                      4.24-5                               GL(Mesa) screen hacks for xscreensaver
ii  xserver-xorg                         7.1.0-19                             the X.Org X server
ii  xserver-xorg-core                    1.1.1-21etch5                        X.Org X server -- core server
ii  xserver-xorg-dev                     1.1.1-21etch5                        X.Org X server -- development files
ii  xserver-xorg-input-kbd               1.1.0-4                              X.Org X server -- keyboard input driver
ii  xserver-xorg-input-mouse             1.1.1-3                              X.Org X server -- mouse input driver
ii  xserver-xorg-video-fbdev             0.3.1-1                              X.Org X server -- fbdev display driver
ii  xserver-xorg-video-nv                2.0.3-1                              X.Org X server -- NV display driver
ii  xserver-xorg-video-v4l               0.1.1-3                              X.Org X server -- Video 4 Linux display driver
ii  xserver-xorg-video-vesa              1.3.0-1                              X.Org X server -- VESA display driver
ii  xserver-xorg-video-vga               4.1.0-3                              X.Org X server -- VGA display driver
ii  xsltproc                             1.1.19-3                             XSLT command line processor
ii  xterm                                222-1etch2                           X terminal emulator
ii  xtightvncviewer                      1.2.9-21                             virtual network computing client software for X
ii  xtrans-dev                           1.0.1-3                              X transport library (development files)
ii  xutils                               7.1.ds.3-1                           X Window System utility programs
ii  xutils-dev                           7.1.ds-6                             X Window System utility programs for development
ii  xvid4conf                            1.12-0.1                             creates XviD configuration files
ii  yelp                                 2.14.3-2                             Help browser for GNOME 2
ii  zenity                               2.14.3-1                             Display graphical dialog boxes from shell scripts
ii  zip                                  2.32-1                               Archiver for .zip files
ii  zlib-bin                             1.2.3-13                             compression library - sample programs
ii  zlib1g                               1.2.3.3.dfsg-5                       compression library - runtime
ii  zlib1g-dev                           1.2.3.3.dfsg-5                       compression library - development

Information forwarded to debian-bugs-dist@lists.debian.org, Debian Apache Maintainers <debian-apache@lists.debian.org>:
Bug#493573; Package apache2.2-common. (full text, mbox, link).


Acknowledgement sent to Chris Horn <chris@beefstew.net>:
Extra info received and forwarded to list. Copy sent to Debian Apache Maintainers <debian-apache@lists.debian.org>. (full text, mbox, link).


Message #67 received at 493573@bugs.debian.org (full text, mbox, reply):

From: Chris Horn <chris@beefstew.net>
To: 493573@bugs.debian.org, Stefan Fritsch <sf@sfritsch.de>
Subject: Re: Bug#493573: Backtrace on 'hung' apache2 (while trying to stop service)
Date: Sun, 17 Aug 2008 22:07:35 -0400
I'm not really a programmer (so this may be obvious from the backtrace), but 
disabling the PHP5 module completely solves the problem.




Information forwarded to debian-bugs-dist@lists.debian.org, Debian Apache Maintainers <debian-apache@lists.debian.org>:
Bug#493573; Package apache2.2-common. (full text, mbox, link).


Acknowledgement sent to Chris Horn <chris@beefstew.net>:
Extra info received and forwarded to list. Copy sent to Debian Apache Maintainers <debian-apache@lists.debian.org>. (full text, mbox, link).


Message #72 received at 493573@bugs.debian.org (full text, mbox, reply):

From: Chris Horn <chris@beefstew.net>
To: 493573@bugs.debian.org, Stefan Fritsch <sf@sfritsch.de>
Subject: Re: Bug#493573: Backtrace on 'hung' apache2 (while trying to stop service)
Date: Sun, 17 Aug 2008 22:16:16 -0400
Chris Horn wrote:
> I'm not really a programmer (so this may be obvious from the backtrace), 
> but disabling the PHP5 module completely solves the problem.

Sorry for so much traffic, but I bring good news.  I just upgraded all of my 
MySQL packages to 'testing' and now everything appears to work.

# dpkg -l | grep mysql | awk '{print $1" "$2" "$3}'
ii libdbd-mysql-perl 4.007-1
ii libmysqlclient15off 5.0.51a-12
ii mysql-admin 5.0r12-1
ii mysql-client 5.0.51a-12
ii mysql-client-5.0 5.0.51a-12
ii mysql-common 5.0.51a-12
ii mysql-gui-tools-common 5.0r12-1
ii mysql-navigator 1.4.2-11
ii mysql-query-browser 5.0r12-1
ii mysql-server 5.0.51a-12
ii mysql-server-5.0 5.0.51a-12
ii php5-mysql 5.2.6-2+b1




Information forwarded to debian-bugs-dist@lists.debian.org, Debian Apache Maintainers <debian-apache@lists.debian.org>:
Bug#493573; Package apache2.2-common. (full text, mbox, link).


Acknowledgement sent to Stefan Fritsch <sf@sfritsch.de>:
Extra info received and forwarded to list. Copy sent to Debian Apache Maintainers <debian-apache@lists.debian.org>. (full text, mbox, link).


Message #77 received at 493573@bugs.debian.org (full text, mbox, reply):

From: Stefan Fritsch <sf@sfritsch.de>
To: Chris Horn <chris@beefstew.net>
Cc: 493573@bugs.debian.org
Subject: Re: Bug#493573: Backtrace on 'hung' apache2 (while trying to stop service)
Date: Mon, 18 Aug 2008 20:15:59 +0200
On Monday 18 August 2008, Chris Horn wrote:
> Chris Horn wrote:
> > I'm not really a programmer (so this may be obvious from the
> > backtrace), but disabling the PHP5 module completely solves the
> > problem.
>
> Sorry for so much traffic, but I bring good news.  I just upgraded
> all of my MySQL packages to 'testing' and now everything appears to
> work.

> ii libmysqlclient15off 5.0.51a-12

ok, thanks for the info. I forgot about that one. Then it's the same 
as #490859 but for php5-mysql and not libaprutil1. 

I think I will reassign this one to php and reopen the bug for 
libaprutil1.




Severity set to `important' from `grave' Request was from Stefan Fritsch <sf@debian.org> to control@bugs.debian.org. (Mon, 18 Aug 2008 18:24:08 GMT) (full text, mbox, link).


Bug 493573 cloned as bug 495575. Request was from Stefan Fritsch <sf@debian.org> to control@bugs.debian.org. (Mon, 18 Aug 2008 18:24:08 GMT) (full text, mbox, link).


Bug reassigned from package `apache2.2-common' to `php5-mysql'. Request was from Stefan Fritsch <sf@debian.org> to control@bugs.debian.org. (Mon, 18 Aug 2008 18:24:11 GMT) (full text, mbox, link).


Changed Bug title to `php5-mysql should depend on libmysqlclient15off >= 5.0.51a' from `apache2: Restart and reload does not work'. Request was from Stefan Fritsch <sf@debian.org> to control@bugs.debian.org. (Mon, 18 Aug 2008 18:24:11 GMT) (full text, mbox, link).


Blocking bugs of 493573 added: 495575 Request was from Stefan Fritsch <sf@debian.org> to control@bugs.debian.org. (Mon, 18 Aug 2008 18:24:13 GMT) (full text, mbox, link).


Information forwarded to debian-bugs-dist@lists.debian.org, Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>:
Bug#495575; Package php5-mysql. (full text, mbox, link).


Acknowledgement sent to sean finney <seanius@debian.org>:
Extra info received and forwarded to list. Copy sent to Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>. (full text, mbox, link).


Message #92 received at 495575@bugs.debian.org (full text, mbox, reply):

From: sean finney <seanius@debian.org>
To: pkg-php-maint@lists.alioth.debian.org
Cc: 495575@bugs.debian.org, 437796@bugs.debian.org
Subject: Re: [php-maint] preparing an upload for php5
Date: Wed, 20 Aug 2008 21:24:22 +0200
[Message part 1 (text/plain, inline)]
okay, in a response to the response to myself in response to thijs...

On Wednesday 20 August 2008 08:07:53 pm sean finney wrote:
> On Wednesday 20 August 2008 07:34:20 pm sean finney wrote:
> > On Wednesday 20 August 2008 12:29:37 am Thijs Kinkhorst wrote:
> > > We've got some pending issues in svn including a fix for a serious bug.
> > > Any thoughts about uploading that sometime soon?
> >
> > okay, i'll fire off a build/upload right now :)
>
> er, nix that, there are two more fixes we want first, as raphael pointed
> out to me on irc:
>
> - libmysqlclient_r rollback

is this really necessary?  from my reading of #495575 (added to cc), this only 
affects mixed etch/lenny systems.  furthermore it seems to me that 
libaprutil1 would need to be updated to use the non-_r libmysqlclient as 
well, which hasn't yet happened.

> - sqlite linking problem

as far as i can tell, there isn't a problem here (cc'ing the BR for this too, 
#437796).  there are three sqlite extensions in php:

- sqlite: an sqlite2-api-using extension
- sqlite3: an sqlite3-api-using extension, available via pecl
- pdo_sqlite: an sqlite3-api-using extension that exports a PDO interface

where the first and last are provided by the core php package.

from reading http://www.mail-archive.com/internals@lists.php.net/msg37751.html 
i get the impression that "this is the way it's supposed to be", or at least 
not an important severity bug that needs to be fixed just before the release.


therefore i'm relegating both of these issues to further list discussion, and 
proceeding with the previously aborted build/tag.


	sean
[signature.asc (application/pgp-signature, inline)]

Tags added: pending Request was from Sean Finney <seanius@alioth.debian.org> to control@bugs.debian.org. (Wed, 20 Aug 2008 19:54:02 GMT) (full text, mbox, link).


Reply sent to Sean Finney <seanius@debian.org>:
You have taken responsibility. (full text, mbox, link).


Notification sent to Vladislav Kurz <vladki@uran.webstep.net>:
Bug acknowledged by developer. (full text, mbox, link).


Message #99 received at 495575-close@bugs.debian.org (full text, mbox, reply):

From: Sean Finney <seanius@debian.org>
To: 495575-close@bugs.debian.org
Subject: Bug#495575: fixed in php5 5.2.6-3
Date: Thu, 21 Aug 2008 18:02:26 +0000
Source: php5
Source-Version: 5.2.6-3

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

libapache2-mod-php5_5.2.6-3_amd64.deb
  to pool/main/p/php5/libapache2-mod-php5_5.2.6-3_amd64.deb
libapache2-mod-php5filter_5.2.6-3_amd64.deb
  to pool/main/p/php5/libapache2-mod-php5filter_5.2.6-3_amd64.deb
php-pear_5.2.6-3_all.deb
  to pool/main/p/php5/php-pear_5.2.6-3_all.deb
php5-cgi_5.2.6-3_amd64.deb
  to pool/main/p/php5/php5-cgi_5.2.6-3_amd64.deb
php5-cli_5.2.6-3_amd64.deb
  to pool/main/p/php5/php5-cli_5.2.6-3_amd64.deb
php5-common_5.2.6-3_amd64.deb
  to pool/main/p/php5/php5-common_5.2.6-3_amd64.deb
php5-curl_5.2.6-3_amd64.deb
  to pool/main/p/php5/php5-curl_5.2.6-3_amd64.deb
php5-dbg_5.2.6-3_amd64.deb
  to pool/main/p/php5/php5-dbg_5.2.6-3_amd64.deb
php5-dev_5.2.6-3_amd64.deb
  to pool/main/p/php5/php5-dev_5.2.6-3_amd64.deb
php5-gd_5.2.6-3_amd64.deb
  to pool/main/p/php5/php5-gd_5.2.6-3_amd64.deb
php5-gmp_5.2.6-3_amd64.deb
  to pool/main/p/php5/php5-gmp_5.2.6-3_amd64.deb
php5-imap_5.2.6-3_amd64.deb
  to pool/main/p/php5/php5-imap_5.2.6-3_amd64.deb
php5-interbase_5.2.6-3_amd64.deb
  to pool/main/p/php5/php5-interbase_5.2.6-3_amd64.deb
php5-ldap_5.2.6-3_amd64.deb
  to pool/main/p/php5/php5-ldap_5.2.6-3_amd64.deb
php5-mcrypt_5.2.6-3_amd64.deb
  to pool/main/p/php5/php5-mcrypt_5.2.6-3_amd64.deb
php5-mhash_5.2.6-3_amd64.deb
  to pool/main/p/php5/php5-mhash_5.2.6-3_amd64.deb
php5-mysql_5.2.6-3_amd64.deb
  to pool/main/p/php5/php5-mysql_5.2.6-3_amd64.deb
php5-odbc_5.2.6-3_amd64.deb
  to pool/main/p/php5/php5-odbc_5.2.6-3_amd64.deb
php5-pgsql_5.2.6-3_amd64.deb
  to pool/main/p/php5/php5-pgsql_5.2.6-3_amd64.deb
php5-pspell_5.2.6-3_amd64.deb
  to pool/main/p/php5/php5-pspell_5.2.6-3_amd64.deb
php5-recode_5.2.6-3_amd64.deb
  to pool/main/p/php5/php5-recode_5.2.6-3_amd64.deb
php5-snmp_5.2.6-3_amd64.deb
  to pool/main/p/php5/php5-snmp_5.2.6-3_amd64.deb
php5-sqlite_5.2.6-3_amd64.deb
  to pool/main/p/php5/php5-sqlite_5.2.6-3_amd64.deb
php5-sybase_5.2.6-3_amd64.deb
  to pool/main/p/php5/php5-sybase_5.2.6-3_amd64.deb
php5-tidy_5.2.6-3_amd64.deb
  to pool/main/p/php5/php5-tidy_5.2.6-3_amd64.deb
php5-xmlrpc_5.2.6-3_amd64.deb
  to pool/main/p/php5/php5-xmlrpc_5.2.6-3_amd64.deb
php5-xsl_5.2.6-3_amd64.deb
  to pool/main/p/php5/php5-xsl_5.2.6-3_amd64.deb
php5_5.2.6-3.diff.gz
  to pool/main/p/php5/php5_5.2.6-3.diff.gz
php5_5.2.6-3.dsc
  to pool/main/p/php5/php5_5.2.6-3.dsc
php5_5.2.6-3_all.deb
  to pool/main/p/php5/php5_5.2.6-3_all.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 495575@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sean Finney <seanius@debian.org> (supplier of updated php5 package)

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


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 20 Aug 2008 19:32:02 +0200
Source: php5
Binary: php5 php5-common libapache2-mod-php5 libapache2-mod-php5filter php5-cgi php5-cli php5-dev php5-dbg php-pear php5-curl php5-gd php5-gmp php5-imap php5-interbase php5-ldap php5-mcrypt php5-mhash php5-mysql php5-odbc php5-pgsql php5-pspell php5-recode php5-snmp php5-sqlite php5-sybase php5-tidy php5-xmlrpc php5-xsl
Architecture: source amd64 all
Version: 5.2.6-3
Distribution: unstable
Urgency: high
Maintainer: Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>
Changed-By: Sean Finney <seanius@debian.org>
Description: 
 libapache2-mod-php5 - server-side, HTML-embedded scripting language (Apache 2 module)
 libapache2-mod-php5filter - server-side, HTML-embedded scripting language (apache 2 filter mo
 php-pear   - PEAR - PHP Extension and Application Repository
 php5       - server-side, HTML-embedded scripting language (metapackage)
 php5-cgi   - server-side, HTML-embedded scripting language (CGI binary)
 php5-cli   - command-line interpreter for the php5 scripting language
 php5-common - Common files for packages built from the php5 source
 php5-curl  - CURL module for php5
 php5-dbg   - Debug symbols for PHP5
 php5-dev   - Files for PHP5 module development
 php5-gd    - GD module for php5
 php5-gmp   - GMP module for php5
 php5-imap  - IMAP module for php5
 php5-interbase - interbase/firebird module for php5
 php5-ldap  - LDAP module for php5
 php5-mcrypt - MCrypt module for php5
 php5-mhash - MHASH module for php5
 php5-mysql - MySQL module for php5
 php5-odbc  - ODBC module for php5
 php5-pgsql - PostgreSQL module for php5
 php5-pspell - pspell module for php5
 php5-recode - recode module for php5
 php5-snmp  - SNMP module for php5
 php5-sqlite - SQLite module for php5
 php5-sybase - Sybase / MS SQL Server module for php5
 php5-tidy  - tidy module for php5
 php5-xmlrpc - XML-RPC module for php5
 php5-xsl   - XSL module for php5
Closes: 471548 478995 492025 494230 495575
Changes: 
 php5 (5.2.6-3) unstable; urgency=high
 .
   [ Thijs Kinkhorst ]
   * Drop unneeded php5-timezonedb Suggests and obsolete php3 Conflicts.
   * Add documentation about the timezonedb change (Closes: #492025).
 .
   [ Adam Conrad ]
   * Modify 033-we_WANT_libtool.patch to cope with newer versions of
     libtool that only copy auxilliary files when --install is used,
     while still working with older versions that DTRT without.
 .
   [ Raphael Geissert ]
   * debian/rules:
     + Avoid installing useless test suites in php-pear (Closes: #478995)
     + Remove any empty directory in php-pear
     + Also get rid of usr/share/php/data/Structures_Graph/*
       - Those were meant to be used by upstream maintainer
   * debian/php5-dev.lintian-overrides:
     - usr/lib/php5/build/run-tests.php is not meant to be used directly
   * debian/control: bumped Standards Version to 3.8.0, no changes needed
   * bad_whatis_entries.patch: fixes the whatis entries of all the manpages
   * deprecated_freetds_check.patch: fixes the freetds detection routine
     + Closes: #494230
     - Thanks to jklowden@freetds.org and the Gentoo folks for the patch
       (RC bugfix, upload urgency bumped)
   * debian/libapache2-mod-php5*-{prerm,postinst}:
     - Create a status file when removing the package (but not purging)
        while having the mod enabled so reinstallation of the package
        does not end up disabling the module (Closes: #471548)
 .
   [ Sean Finney ]
   * Bump dependency on libmysqlclient15off to require the version from
     lenny or later, in order to avoid subtle problems not previously detected
     with libmysqlclient_r on mixed etch/lenny/sid systems (closes: #495575).
Checksums-Sha1: 
 a5df83c1a51737c2c413771ffc5fa0d2cc46bc56 2407 php5_5.2.6-3.dsc
 8483c5743a94d48eccd4996fde296e10524f1416 138750 php5_5.2.6-3.diff.gz
 be8f75e9cf8b296d74abea38c62f4cddcdd15688 365590 php5-common_5.2.6-3_amd64.deb
 2263f6c04a99821a1aa1d6fb2b04651b0be686f9 2614384 libapache2-mod-php5_5.2.6-3_amd64.deb
 e8cba09bd25531631311af4140a64e2dd3e87326 2613010 libapache2-mod-php5filter_5.2.6-3_amd64.deb
 b0a8cb0b9ea30a8b845f290eb86495b2f69a5de3 5082518 php5-cgi_5.2.6-3_amd64.deb
 4cf6f956879c77af94bee98c72a61ca87a989cff 2558964 php5-cli_5.2.6-3_amd64.deb
 42e3c66a93fb59a6bad2ee4876b47e0c2df19e12 366604 php5-dev_5.2.6-3_amd64.deb
 19c53fdf5891452c5398f9a17b14ee8680c87825 8280922 php5-dbg_5.2.6-3_amd64.deb
 c9d650a8eb155e835dc96875089bc28a19de5ba2 25200 php5-curl_5.2.6-3_amd64.deb
 b8f1c9038b4c137493f67d700765dafbe881bc7f 36898 php5-gd_5.2.6-3_amd64.deb
 7ac5aa2ed518aa4278ec2f4a16deeb1db54489b4 16488 php5-gmp_5.2.6-3_amd64.deb
 a48da237976ba552e89ef70465c08c6d534c437d 38066 php5-imap_5.2.6-3_amd64.deb
 2524832dd65e68bb2709bfa72c501d158390f9a2 48402 php5-interbase_5.2.6-3_amd64.deb
 de32b7ce85fa0593a6b2fb593252dbefb4991b57 20132 php5-ldap_5.2.6-3_amd64.deb
 ceca02cf78894c33f9392a29a1eebf6ee9c583ed 14166 php5-mcrypt_5.2.6-3_amd64.deb
 39e645cc3c3ff57ac23b390a3ea1b1d9c29bc16d 5420 php5-mhash_5.2.6-3_amd64.deb
 cadb04b1dc68731b1ad96d9c89642bb052dbd159 73552 php5-mysql_5.2.6-3_amd64.deb
 278e767899d644575d8c70412da928d4123d0a0a 37828 php5-odbc_5.2.6-3_amd64.deb
 8d4715942bfd6f3a152083b2a1921e8ed0510def 57206 php5-pgsql_5.2.6-3_amd64.deb
 c5f4011b3065db5f2fd761b008be3e6e347bdd9d 9456 php5-pspell_5.2.6-3_amd64.deb
 1908b237965488bcda096bade13b08cf096cddcc 5078 php5-recode_5.2.6-3_amd64.deb
 734dd73c09218ebd2b5ee409b8c75739539694a9 12284 php5-snmp_5.2.6-3_amd64.deb
 3d6c65047e4c250af7bbbfdd66cdcb79c9a3364b 39730 php5-sqlite_5.2.6-3_amd64.deb
 e532ecaf7732bc81320bdd1a8f8c4b1f3d75243f 28050 php5-sybase_5.2.6-3_amd64.deb
 ecf181880e5e631b5244693b84eb749c674453f2 18114 php5-tidy_5.2.6-3_amd64.deb
 1c378e8e296fdcc3c57b72fa75e2dab5552c6f91 40868 php5-xmlrpc_5.2.6-3_amd64.deb
 783c7e1af5df9bea6a170ba26f9812f12c109525 13914 php5-xsl_5.2.6-3_amd64.deb
 d72337a2a3653e53e4c729ea4912e016ad6520c5 1068 php5_5.2.6-3_all.deb
 62459f5bbddbe0f5723d1e98110217781630857a 334126 php-pear_5.2.6-3_all.deb
Checksums-Sha256: 
 7e88070d3b147c3921809bf34e818404372c2000deb58f769bcf21a7f781359e 2407 php5_5.2.6-3.dsc
 cc4832429d49a50a89ca1fdd386914d7fb33dcd46a2fdf1b0590a003f22caa77 138750 php5_5.2.6-3.diff.gz
 32aa5647201ccf3147bc624dde72ed9e63db1dd00137f4d78a0482349c6d2854 365590 php5-common_5.2.6-3_amd64.deb
 11be994c7cef11d957550175ad7b8a45b1edf4770d2715d95124efde9c13fb0b 2614384 libapache2-mod-php5_5.2.6-3_amd64.deb
 7db0877d060b9e25773f67d58858bb4def55f8ff22b6781d122db55ffe884ada 2613010 libapache2-mod-php5filter_5.2.6-3_amd64.deb
 b74ee225ef5e198b26a9b7e42aad910ae66ce6538dfd0fdcb064bfb686fe361c 5082518 php5-cgi_5.2.6-3_amd64.deb
 efa45a99f6c768c469c92472c57155fb2c62e2a09414ec57e174b1061e6cb406 2558964 php5-cli_5.2.6-3_amd64.deb
 f244ead92de75c49fda68edc3661dfa5999ac57c1c0bf7ee5e633f3a78254f35 366604 php5-dev_5.2.6-3_amd64.deb
 d410ee580c532b9c7ceed19460a3c192900ee8fdb46425fb851a97c042066a78 8280922 php5-dbg_5.2.6-3_amd64.deb
 2d996716b9cf68ef024daf556b4ea893d553276731411e76bb137d1a8e5cbf34 25200 php5-curl_5.2.6-3_amd64.deb
 febeb1dcb701f17c70eaed147f3cdb724950ebd164e4733e6cc6a87b693b0690 36898 php5-gd_5.2.6-3_amd64.deb
 8b1c6ea9c45366079cc5551387b0cdc0168196b7d954943cdae3beff8bdff928 16488 php5-gmp_5.2.6-3_amd64.deb
 37441035a2fe1e47c5ee536e9642a9ca32116f8fe321c398d92d3d58b2d203dc 38066 php5-imap_5.2.6-3_amd64.deb
 b2ed2b88c593b8eb67aef913a163a954cf222e19c45584ff78f6e725814199f5 48402 php5-interbase_5.2.6-3_amd64.deb
 ebbc319ff7737e1297fbd1d8b16d9334564c1638853fadfba9ccda4558c31ee0 20132 php5-ldap_5.2.6-3_amd64.deb
 177cbf1ee5842ab97e6745a347d0232edadbc0e892a3d4934453a164bf8d47b3 14166 php5-mcrypt_5.2.6-3_amd64.deb
 e4a82c5d4aa2559f3f54dba694f5c82e2095a950eec85bf6774f9bafd6e364f5 5420 php5-mhash_5.2.6-3_amd64.deb
 779a9d5753a1a20d5bddaeb599878117423e83d110c9ae17e3d4e48a6fa63c80 73552 php5-mysql_5.2.6-3_amd64.deb
 8e4510ac3e3b447bb96d2d12b051204aea7510c526de867ab35919a0618bdd93 37828 php5-odbc_5.2.6-3_amd64.deb
 8e98ffb6c42b58e78501fddfc64c6cc53c2b0bf2c27d1c667c21d01f4de79d55 57206 php5-pgsql_5.2.6-3_amd64.deb
 7bdfbb9624c0b5ddec42f213eb749676b2a0abc004ffb3f7a954cafce6105c12 9456 php5-pspell_5.2.6-3_amd64.deb
 e5645f444002f8e371078a96980d0a159b8c675ba552b8cd29e8fd1e495fbcaa 5078 php5-recode_5.2.6-3_amd64.deb
 17defee134efda7ea9d6eff62973f46d94f58ef96a1d46cdb174c3c6aebd763f 12284 php5-snmp_5.2.6-3_amd64.deb
 69fd80806cb420a6dcdd464ff9b92a1370330c1c7fd26b96738a88566454db31 39730 php5-sqlite_5.2.6-3_amd64.deb
 a608ca889826a55cd762991d5b2daef831b4f4361542d49514faec2a756850ec 28050 php5-sybase_5.2.6-3_amd64.deb
 16733ab72e221d2bcd4553205184f25ac87a5917828e4d5f934a13c9afa1a4f4 18114 php5-tidy_5.2.6-3_amd64.deb
 88c8c2d5efca4f2d335dfb1a47e2e6e10ef95a5597d12f0ef57f3e090fca60c1 40868 php5-xmlrpc_5.2.6-3_amd64.deb
 c0403e169bc4c94834b0bda8e1c2a4c3d78024e0ca9357be373d820be8fce82c 13914 php5-xsl_5.2.6-3_amd64.deb
 778159092e0275934f7d8a6b35d9652e9633ba4de845d6463503c5d37a91b20f 1068 php5_5.2.6-3_all.deb
 be2b45e1facdd00082710206cf0e04747b55023300c80b79c3b1074f826f5cae 334126 php-pear_5.2.6-3_all.deb
Files: 
 1ae0f822dcd52a1d02e1bc80c7b5c868 2407 web optional php5_5.2.6-3.dsc
 e6a3bc2f0c3ecce670f977c8b7954089 138750 web optional php5_5.2.6-3.diff.gz
 8bfa83a155a9a9f05d9b0633d81e39f9 365590 web optional php5-common_5.2.6-3_amd64.deb
 269417c2bc330044e1fd09de3b4a74ca 2614384 web optional libapache2-mod-php5_5.2.6-3_amd64.deb
 5392b2667217eca1230c78c9d186fbab 2613010 web optional libapache2-mod-php5filter_5.2.6-3_amd64.deb
 649b3c7e0b9ea79cf7119729a672545b 5082518 web optional php5-cgi_5.2.6-3_amd64.deb
 9db863eec71b4e12684d3be0d465816c 2558964 web optional php5-cli_5.2.6-3_amd64.deb
 cb5a1091faa3eb4fb5d8e9d5d7f5a455 366604 devel optional php5-dev_5.2.6-3_amd64.deb
 9a83400e73ea1a4b4f1a0414444186d1 8280922 devel extra php5-dbg_5.2.6-3_amd64.deb
 ab37cdd3046e5d6878fc2efec00e681e 25200 web optional php5-curl_5.2.6-3_amd64.deb
 6d3f4028ef7da7a74fc246de8497ff72 36898 web optional php5-gd_5.2.6-3_amd64.deb
 5d146cc70092d5d5aed0c66b2bd02c60 16488 web optional php5-gmp_5.2.6-3_amd64.deb
 c387446de995808f0fb044e75bca2839 38066 web optional php5-imap_5.2.6-3_amd64.deb
 abba02415ce88f12bffe39ce9d16b54d 48402 web optional php5-interbase_5.2.6-3_amd64.deb
 bccf25c8219fda546631e32c8a112fff 20132 web optional php5-ldap_5.2.6-3_amd64.deb
 307cce0b755f8280dfa8df250209f0b3 14166 web optional php5-mcrypt_5.2.6-3_amd64.deb
 8e5446c79cd07bccb607bfd1dacd73fe 5420 web optional php5-mhash_5.2.6-3_amd64.deb
 9909f83d2dbfd5c1a26333a1f745c264 73552 web optional php5-mysql_5.2.6-3_amd64.deb
 d0c1aef270bf9730e100df71a307290c 37828 web optional php5-odbc_5.2.6-3_amd64.deb
 a0d544e2a5abd11298e2d19c0fed03aa 57206 web optional php5-pgsql_5.2.6-3_amd64.deb
 575eda7754f9671f90d14a7ff422034c 9456 web optional php5-pspell_5.2.6-3_amd64.deb
 07cc2267531ca33fd821bf8d90c3c591 5078 web optional php5-recode_5.2.6-3_amd64.deb
 eaaec006ab578ed5a16f90a1a43ac62c 12284 web optional php5-snmp_5.2.6-3_amd64.deb
 3b3ccafbe620eb2e3a365db2418fe96d 39730 web optional php5-sqlite_5.2.6-3_amd64.deb
 5b5092e6e47fe7fb95a689fdd3b78dbe 28050 web optional php5-sybase_5.2.6-3_amd64.deb
 73ee335d70e7bfcd1dbb1c155152c4a2 18114 web optional php5-tidy_5.2.6-3_amd64.deb
 1aa70eccfd6bbe1abc456d783fb6cfcf 40868 web optional php5-xmlrpc_5.2.6-3_amd64.deb
 1a4e55f48b8b3915fdd00b44f2368b0c 13914 web optional php5-xsl_5.2.6-3_amd64.deb
 13ac11409cdac545b42dacddb4c4c0bd 1068 web optional php5_5.2.6-3_all.deb
 b593087be86e5608bcbd9c9a5f7b5311 334126 web optional php-pear_5.2.6-3_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iD8DBQFIraNEynjLPm522B0RAm0sAJ93QmXQ/8JGpF/msm32JQxXFfQp5ACfY8/c
oVP4KTDZGGNQFBwdaqYjoWE=
=K9kY
-----END PGP SIGNATURE-----





Forcibly Merged 494773 495575. Request was from Thijs Kinkhorst <thijs@debian.org> to control@bugs.debian.org. (Mon, 25 Aug 2008 08:00:06 GMT) (full text, mbox, link).


Forcibly Merged 493045 494773 495575. Request was from Raphael Geissert <atomo64@gmail.com> to control@bugs.debian.org. (Tue, 26 Aug 2008 20:03:15 GMT) (full text, mbox, link).


Disconnected #493045 from all other report(s). Request was from Raphael Geissert <atomo64@gmail.com> to control@bugs.debian.org. (Sun, 16 Nov 2008 19:36:03 GMT) (full text, mbox, link).


Tags added: pending Request was from Sean Finney <seanius@alioth.debian.org> to control@bugs.debian.org. (Sat, 06 Dec 2008 14:03:04 GMT) (full text, mbox, link).


Bug archived. Request was from Debbugs Internal Request <owner@bugs.debian.org> to internal_control@bugs.debian.org. (Sun, 04 Jan 2009 07:29:17 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


Debian bug tracking system administrator <owner@bugs.debian.org>. Last modified: Sun Jul 2 02:58:30 2023; Machine Name: bembo

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.