Skip to content

Instantly share code, notes, and snippets.

@windhamdavid
Created April 26, 2013 15:26
Show Gist options
  • Save windhamdavid/5468112 to your computer and use it in GitHub Desktop.
Save windhamdavid/5468112 to your computer and use it in GitHub Desktop.
Linux code.davidawindham.com 2.6.18-028stab101.1 #1 SMP Sun Jun 24 19:50:48 MSD 2012 x86_64 GNU/Linux
Ubuntu 10.04.2 LTS
Welcome to Ubuntu!
* Documentation: https://help.ubuntu.com/
Last login: Mon Apr 22 13:42:56 2013 from 24.31.10.238
david@code:~$ zsh
-bash: zsh: command not found
david@code:~$ ls
bin drush local node_modules redis-2.2.4 socketracer
calipso lib node nohup.out rubygems-1.7.2 tester
ChangeLog LICENSE node-chess README.md share
david@code:~$ git status
fatal: Not a git repository (or any of the parent directories): .git
david@code:~$ cd calipso
david@code:~/calipso$ git status
# On branch master
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# nohup.out
nothing added to commit but untracked files present (use "git add" to track)
david@code:~/calipso$ vi nohup.out
david@code:~/calipso$ cd ..
david@code:~$ ls
bin drush local node_modules redis-2.2.4 socketracer
calipso lib node nohup.out rubygems-1.7.2 tester
ChangeLog LICENSE node-chess README.md share
david@code:~$ node --version
v0.5.0-pre
david@code:~$ echo $SHELL
/bin/bash
david@code:~$ cd ~
david@code:~$ ls -la
total 316
drwxr-xr-x 21 david david 4096 2013-04-12 15:23 .
drwxr-xr-x 3 root root 4096 2011-05-18 12:59 ..
-rw------- 1 david david 23144 2013-04-22 13:50 .bash_history
-rw-r--r-- 1 david david 220 2011-05-18 12:59 .bash_logout
-rw-r--r-- 1 david david 308 2011-05-18 16:02 .bash_profile
-rw-r--r-- 1 david david 3162 2011-05-18 16:33 .bashrc
drwxr-xr-x 2 david david 4096 2013-04-11 12:42 bin
drwx------ 2 david david 4096 2011-05-18 13:02 .cache
drwxr-xr-x 16 david david 4096 2013-04-26 11:02 calipso
-rw-r--r-- 1 david david 118926 2013-04-11 12:42 ChangeLog
drwxr-xr-x 6 root root 4096 2011-05-18 14:58 drush
drwxr-xr-x 3 david david 4096 2011-05-18 16:07 .gem
-rw-r--r-- 1 david david 133 2011-05-18 15:02 .gitconfig
drwxr-xr-x 4 david david 4096 2013-04-11 12:42 lib
-rw-r--r-- 1 david david 33752 2013-04-11 12:42 LICENSE
drwxr-xr-x 3 david david 4096 2011-05-18 15:55 local
-rw------- 1 david david 178 2011-05-18 18:53 .mysql_history
drwxr-xr-x 12 david david 4096 2011-05-18 14:45 node
drwxr-xr-x 8 david david 4096 2013-04-12 14:38 node-chess
drwxr-xr-x 5 david david 4096 2013-04-12 15:25 node_modules
-rw------- 1 david david 70 2012-04-19 17:07 nohup.out
drwxr-xr-x 48 david david 4096 2013-04-12 15:19 .npm
-rw-r--r-- 1 david david 675 2011-05-18 12:59 .profile
-rw-r--r-- 1 david david 1619 2013-04-11 12:42 README.md
drwxr-xr-x 9 david david 4096 2011-06-25 07:52 redis-2.2.4
drwxr-xr-x 8 david david 4096 2011-04-05 17:17 rubygems-1.7.2
drwxr-xr-x 21 david david 4096 2011-05-18 16:01 .rvm
-rw-r--r-- 1 david david 35 2011-05-18 16:01 .rvmrc
drwxr-xr-x 3 david david 4096 2013-04-11 12:42 share
drwxr-xr-x 9 david david 4096 2013-04-12 14:48 socketracer
drwx------ 2 david david 4096 2011-05-18 15:15 .ssh
drwxr-xr-x 13 david david 4096 2013-01-14 18:46 tester
-rw-r--r-- 1 david david 617 2011-05-18 13:33 .toprc
drwxr-xr-x 2 david david 4096 2012-06-21 15:56 .vim
-rw------- 1 root root 5869 2012-06-21 16:11 .viminfo
david@code:~$ rvm ls
rvm rubies
=> ruby-1.9.2-p180 [ x86_64 ]
david@code:~$ vi .vim
david@code:~$ cd local
david@code:~/local$ ls
node
david@code:~/local$ cd ..
david@code:~$ ls
bin drush local node_modules redis-2.2.4 socketracer
calipso lib node nohup.out rubygems-1.7.2 tester
ChangeLog LICENSE node-chess README.md share
david@code:~$ ls -la
total 316
drwxr-xr-x 21 david david 4096 2013-04-26 11:09 .
drwxr-xr-x 3 root root 4096 2011-05-18 12:59 ..
-rw------- 1 david david 23144 2013-04-22 13:50 .bash_history
-rw-r--r-- 1 david david 220 2011-05-18 12:59 .bash_logout
-rw-r--r-- 1 david david 308 2011-05-18 16:02 .bash_profile
-rw-r--r-- 1 david david 3162 2011-05-18 16:33 .bashrc
drwxr-xr-x 2 david david 4096 2013-04-11 12:42 bin
drwx------ 2 david david 4096 2011-05-18 13:02 .cache
drwxr-xr-x 16 david david 4096 2013-04-26 11:02 calipso
-rw-r--r-- 1 david david 118926 2013-04-11 12:42 ChangeLog
drwxr-xr-x 6 root root 4096 2011-05-18 14:58 drush
drwxr-xr-x 3 david david 4096 2011-05-18 16:07 .gem
-rw-r--r-- 1 david david 133 2011-05-18 15:02 .gitconfig
drwxr-xr-x 4 david david 4096 2013-04-11 12:42 lib
-rw-r--r-- 1 david david 33752 2013-04-11 12:42 LICENSE
drwxr-xr-x 3 david david 4096 2011-05-18 15:55 local
-rw------- 1 david david 178 2011-05-18 18:53 .mysql_history
drwxr-xr-x 12 david david 4096 2011-05-18 14:45 node
drwxr-xr-x 8 david david 4096 2013-04-12 14:38 node-chess
drwxr-xr-x 5 david david 4096 2013-04-12 15:25 node_modules
-rw------- 1 david david 70 2012-04-19 17:07 nohup.out
drwxr-xr-x 48 david david 4096 2013-04-12 15:19 .npm
-rw-r--r-- 1 david david 675 2011-05-18 12:59 .profile
-rw-r--r-- 1 david david 1619 2013-04-11 12:42 README.md
drwxr-xr-x 9 david david 4096 2011-06-25 07:52 redis-2.2.4
drwxr-xr-x 8 david david 4096 2011-04-05 17:17 rubygems-1.7.2
drwxr-xr-x 21 david david 4096 2011-05-18 16:01 .rvm
-rw-r--r-- 1 david david 35 2011-05-18 16:01 .rvmrc
drwxr-xr-x 3 david david 4096 2013-04-11 12:42 share
drwxr-xr-x 9 david david 4096 2013-04-12 14:48 socketracer
drwx------ 2 david david 4096 2011-05-18 15:15 .ssh
drwxr-xr-x 13 david david 4096 2013-01-14 18:46 tester
-rw-r--r-- 1 david david 617 2011-05-18 13:33 .toprc
drwxr-xr-x 2 david david 4096 2013-04-26 11:09 .vim
-rw------- 1 root root 5869 2012-06-21 16:11 .viminfo
david@code:~$ ruby -v
ruby 1.9.2p180 (2011-02-18 revision 30909) [x86_64-linux]
david@code:~$ rails -v
Rails 3.2.11
david@code:~$ sudo apt-get update
[sudo] password for david:
Get:1 http://downloads-distro.mongodb.org dist Release.gpg [490B]
Ign http://downloads-distro.mongodb.org/repo/ubuntu-upstart/ dist/10gen Translation-en_US
Get:2 http://downloads-distro.mongodb.org dist Release [2,032B]
Ign http://downloads-distro.mongodb.org dist/10gen Packages
Ign http://downloads-distro.mongodb.org dist/10gen Packages
Get:3 http://downloads-distro.mongodb.org dist/10gen Packages [5,709B]
Hit http://us.archive.ubuntu.com lucid Release.gpg
Ign http://us.archive.ubuntu.com/ubuntu/ lucid/main Translation-en_US
Ign http://us.archive.ubuntu.com/ubuntu/ lucid/restricted Translation-en_US
Ign http://us.archive.ubuntu.com/ubuntu/ lucid/universe Translation-en_US
Get:4 http://us.archive.ubuntu.com lucid-updates Release.gpg [198B]
Ign http://us.archive.ubuntu.com/ubuntu/ lucid-updates/main Translation-en_US
Ign http://us.archive.ubuntu.com/ubuntu/ lucid-updates/restricted Translation-en_US
Ign http://us.archive.ubuntu.com/ubuntu/ lucid-updates/universe Translation-en_US
Get:5 http://us.archive.ubuntu.com lucid-security Release.gpg [198B]
Ign http://us.archive.ubuntu.com/ubuntu/ lucid-security/main Translation-en_US
Ign http://us.archive.ubuntu.com/ubuntu/ lucid-security/restricted Translation-en_US
Ign http://us.archive.ubuntu.com/ubuntu/ lucid-security/universe Translation-en_US
Hit http://us.archive.ubuntu.com lucid Release
Get:6 http://us.archive.ubuntu.com lucid-updates Release [58.3kB]
Get:7 http://us.archive.ubuntu.com lucid-security Release [57.3kB]
Hit http://us.archive.ubuntu.com lucid/main Packages
Hit http://us.archive.ubuntu.com lucid/restricted Packages
Hit http://us.archive.ubuntu.com lucid/universe Packages
Get:8 http://ppa.launchpad.net lucid Release.gpg [316B]
Ign http://ppa.launchpad.net/chris-lea/node.js/ubuntu/ lucid/main Translation-en_US
Hit http://us.archive.ubuntu.com lucid/main Sources
Hit http://us.archive.ubuntu.com lucid/restricted Sources
Hit http://us.archive.ubuntu.com lucid/universe Sources
Get:9 http://us.archive.ubuntu.com lucid-updates/main Packages [670kB]
Get:10 http://ppa.launchpad.net lucid Release [13.9kB]
Get:11 http://us.archive.ubuntu.com lucid-updates/restricted Packages [4,624B]
Get:12 http://us.archive.ubuntu.com lucid-updates/universe Packages [324kB]
Get:13 http://us.archive.ubuntu.com lucid-updates/main Sources [329kB]
Get:14 http://us.archive.ubuntu.com lucid-updates/restricted Sources [2,196B]
Get:15 http://us.archive.ubuntu.com lucid-updates/universe Sources [108kB]
Get:16 http://us.archive.ubuntu.com lucid-security/main Packages [480kB]
Get:17 http://us.archive.ubuntu.com lucid-security/restricted Packages [2,829B]
Get:18 http://us.archive.ubuntu.com lucid-security/universe Packages [175kB]
Get:19 http://us.archive.ubuntu.com lucid-security/main Sources [235kB]
Get:20 http://us.archive.ubuntu.com lucid-security/restricted Sources [1,267B]
Get:21 http://us.archive.ubuntu.com lucid-security/universe Sources [45.1kB]
Get:22 http://ppa.launchpad.net lucid/main Packages [1,259B]
Fetched 2,516kB in 1s (1,881kB/s)
Reading package lists... Done
david@code:~$ top
top - 11:20:49 up 13 days, 20:51, 1 user, load average: 0.00, 0.01, 0.00
Tasks: 18 total, 1 running, 17 sleeping, 0 stopped, 0 zombie
Cpu(s): 0.0%us, 0.0%sy, 0.0%ni,100.0%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
Mem: 1892688k total, 474616k used, 1418072k free, 0k buffers
Swap: 0k total, 0k used, 0k free, 0k cached
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
1164 mongodb 15 0 159m 5312 4688 S 0 0.3 12:16.73 mongod
1 root 15 0 23444 1600 1276 S 0 0.1 0:01.57 init
1165 root 18 0 21084 1016 780 S 0 0.1 0:02.42 cron
1199 root 15 0 49268 2568 2016 S 0 0.1 0:00.02 sshd
1213 mysql 15 0 178m 36m 7484 S 0 2.0 0:47.32 mysqld
1219 syslog 15 0 12456 800 612 S 0 0.0 0:01.14 syslogd
1267 root 18 0 170m 11m 5940 S 0 0.6 0:11.60 apache2
1451 david 15 0 685m 17m 5448 S 0 0.9 0:03.63 node
1458 david 18 0 144m 51m 4508 S 0 2.8 6:57.99 ruby
21839 www-data 18 0 199m 37m 3704 S 0 2.0 0:04.41 apache2
21903 www-data 15 0 197m 33m 4436 S 0 1.8 0:05.14 apache2
23723 www-data 15 0 171m 6884 1108 S 0 0.4 0:00.00 apache2
23725 www-data 15 0 180m 18m 3188 S 0 1.0 0:00.06 apache2
23726 www-data 15 0 171m 6880 1108 S 0 0.4 0:00.00 apache2
26306 root 15 0 70628 3228 2500 S 0 0.2 0:00.03 sshd
26317 david 18 0 70628 1668 936 S 0 0.1 0:00.03 sshd
26318 david 16 0 21044 3852 1664 S 0 0.2 0:00.13 bash
david@code:~$ ls
bin drush local node_modules redis-2.2.4 socketracer
calipso lib node nohup.out rubygems-1.7.2 tester
ChangeLog LICENSE node-chess README.md share
david@code:~$ sudo apt-cache pkgnames
linux-image-2.6.35-22-generic
libc6-xen
osgcal-doc
mumudvb
mpg123-alsa
libuuidm-ocaml-dev
libtexttools-doc
libole-storage-lite-perl
libolap4j-java
gcc-4.1-doc
firebird2.1-dev
davical
cutmp3
libpawlib2-dev
aspell-am
libcache-cache-perl
makedumpfile
indicator-applet-sus
grub-legacy-ec2
trophy-data
t38modem
samba-ldb-tools
r-cran-multcomp
partitionmanager
libsbuild-doc
libnet-proxy-perl
libcurl-ocaml-dev-zfbl4
libalsa-ocaml
gtk2-engines-magicchicken
findimagedupes
drgenius
console-common
bfbtester
libasound-dev
language-pack-gnome-zh-hans
kubuntu-debug-installer
openais-legacy
wmpuzzle
trafshow
lx-gdb
libvtkgdcm-java
libscm-dev
jack-jconv
ceferino-data
bitbake
libtiff3-gif
nabi
language-pack-gnome-zh-hant
libpaperg
xfont-nexus
squeak-sources
libxvidcore-dev
libsnmp-ruby1.8
libghc6-openal-prof
libcwiid-dev
globus-gass-copy-progs
gir1.0-gstvideo-0.10
dsyslog-module-mysql
courier-authlib
aspell-da
x11-apps
pnmtopng
libtest-exception-perl
lib-readline-java
libgnome-keyring-dev
libdaemon-dev
sg3-utils
telepathy-inspector
sylpheed-dbg
python2.3-libhamlib2
mcpp
gpsim-lcd
edubuntu-desktop-kde
libio-compress-base-perl
linux-backports-modules-compat-wireless-2.6.35-2.6.32-43-generic
linux-backports-modules-compat-wireless-2.6.35-2.6.32-38-generic
python-repoze.tm2
mii-diag
maria-doc
libucommon2-dbg
libpulse-ocaml-126j4
libhtml-stripscripts-parser-perl
libghc6-convertible-prof
freefem3d
freecad-doc
ezmlm
aspell-ar
ara-byte
not+sparc
python2.3-pycurl
libofa0-dev
konqueror-plugin-minitools
knetwalk
libkworkspace4
k3b-i18n
doc-linux-html
whizzytex
msntp
mono-basic-dbg
memaker
meep-mpi
librsbac-dev
librose-datetime-perl
rep-doc
libqt3c102-mt-sqlite
libcpan-uploader-perl
jxplorer
ident2
gxemul
python-jswebkit
libdesktop-agnostic-dev
expect-tcl8.3
fontdata-three
bzflag-server
aspell-bn
rsyslog-mysql
python2.6-protobuf
python2.4-dnspython
python2.6-clientcookie
libfuse-dev
libfile-find-rule-perl-perl
libdbusmenu-qt2
tao-scheduling
supertux-data
supercat
divine
qimhangul-qt3
python-pykcs11
mathomatic
rubyfilter-doc
liblua-socket-dev
worldforge-server
covered-doc
aspell-de
libopenal1
vsftpd
libmysqlclient12-dev
libcucul-dev
libkrosspython0
gir1.0-gstnet-0.10
linux-backports-modules-compat-wireless-2.6.36-2.6.32-32-preempt
linux-backports-modules-compat-wireless-2.6.36-2.6.32-27-preempt
zend-framework
libwine-print
twisted
pyrophosphate-tools
libtntdb1
libsword-dbg
libmpich-dev
libhtml-htmltokenizer-ruby
libappframework-java-doc
java2-runtime-headles
hornsey
gnomint
galax-doc
efingerd
dict-freedict-fra-eng
cl-sql-tests
arandr
python-numpy-dev
python-clientcookie
lilo
t1lib-dev
kpat
xfonts-bolkhov-misc
r-cran-relimp
python-zope.exceptions
opennebula
normalize
libsdl-ruby
kpdf
jmeter-help
centerim-common
bibindex
ubuntu-serverguide
thunderbird-locale-zh-cn
python-elementtree
openoffice.org2-officebean
myspell-dictionary-en-za
bluez-gnome
libgfortran3-dev
anyevent-perl
linux-backports-modules-compat-wireless-2.6.35-2.6.32-33-server
linux-backports-modules-compat-wireless-2.6.35-2.6.32-28-server
xfce4-volstatus-icon
pnopaste
mummer-doc
libusbip0
libpuzzle1
gimp-gap
aspell-br
almanah
python2.6-smbc
plasma-widget-kimpanel-backend-ibus
nlsutils
libpango1.0-0-dbg
kdenetwork-dev
glibc-pic
ubuntu-artwork
objc-compiler
linux-backports-modules-input-lucid-server
tryton-modules-party
root-plugin-xproof
python-testrepository
prefixsuffix
mp3c
libxml-commons-external-java-doc
libghc6-quickcheck-prof
libduppy-ocaml-dev-4sp45
libdbix-class-datetime-epoch-perl
libcmph0
greed
lbreakout2
config-package-dev
bbsload
xulrunner-1.9.2-testsuite-dev
texlive-lang-greek
texlive-common
python3.1-gdbm
libstdc++6-4.4-doc
libdb4.8-java-gcj
brlcad
resapplet
png2html
util-vserver
llk-linux
libcore-ocaml-dev-hryx7
libcdaudio-dev
gtkpool
dmucs
cereal
bibus-doc-en
openoffice.org-l10n-af
libwps-doc
libmono-data-tds2.0-cil
libxapian-dev
libecpg6
libsmbclient
gdtclft
limo
libzeroc-ice-cil
libxmpi-dev
libwpeditor0
librqrcode-ruby-doc
libpoe-filter-ircd-perl
gap-prim
gcc-4.1-locales
libguichan-allegro-0.8.1-1
aspell-fa
afnix-doc
openoffice.org-report-builder
nvu-dev
sane-utils
linux-image-2.6.32-32-preempt
linux-image-2.6.32-27-preempt
postfix-policyd
phpgroupware-notes
password-gorilla
moto4lin
libsoil-dev
libheckle-ruby
libbio-scf-perl
libasis-doc
gpsim-led
gnumed-common
gmt-coast-low
caspar
alphy
libpolkit-backend-1-0
libmono-c5-1.0-cil
dovecot-dbg
libmarble4
amarok-kde4-dbg
libtse3-0.3.1
libbobcat1-dev
libproc-processtable-perl
gir1.0-gstpbutils-0.10
gcompris-sound-pt
dossizola-data
complearn-tools
bochs-sdl
xfonts-bolkhov-koi8r-75dpi
python-pyscript-doc
parsec47-data
opennebula-node
med-tools
libstfl-spl
libgraphicsmagick
libio-stty-perl
libauthen-krb5-simple-perl
katoob
gpsbabel
libogg-vorbis-header-pureperl-perl
bible-kjv-text
aspell-cs
kalzium-data
eclipse-ecj
cdparanoia-dbg
linux-image-2.6.38-13-virtual
libuim-gtk2.0
sugar-chat-activity
sphinx2-language
smuxi-engine-twitter
python2.6-asynqueue
python-apache-openid
powerman
osgal-doc
ospics
libstxxl1-dbg
libstevesoft-regex-java
libmudflap0-4.2-dev
libgtask-dev
liblocale-ruby1.8
libjsr107cache-java
libcapsinetwork-dev
ipmitool
globus-gsi-cert-utils-progs
wnn-common
ax25-apps
aspell-ar-large
acl2-infix
linux32
openoffice.org-l10n-ca
nvidia-vdpau-driver
cln-dev
f-spot
xfonts-cronyx-koi8u-100dpi
tao-utils
sound-theme-freedesktop
prism-facebook
r-cran-foreign
linux-preempt
libxbase2.0-dev
libognl-java
libjcip-annotations-java-doc
libtest-www-mechanize-perl
libapreq2-dev
libghc6-extensible-exceptions-dev
chalow
aspell-ga
nvidia-185-kernel-source
openoffice.org-hyphenation-pa-in
openoffice.org-l10n-bg
libtest-minimumversion-perl
libsane-dev
libpopt-dev
lib32bz2-1.0
file-rc
libruli4-dev
libgoogle-perftools-dev
libemail-send-io-perl
i3-wm-dbg
libghc6-ghc-prim-prof
aspell-el
rhythmbox-dbg
linux-headers-lbm-2.6.32-24-generic
systemtap-grapher
swisswatch
python2.4-kinterbasdb
python2.4-dhm
figaro
mysqltoolkit
libtao-qtresource-1.6.3
libpostgresql-ocaml
liblingua-stem-snowball-perl
libadplug-dev
knews
hexter
gonzui
libgupnp-av-1.0-2
m2crypto
libhfsp-dev
libplist1
libgnomekbdui4
language-pack-gnome-ast
xfce4-power-manager
python-mlpy-lib
mp4h
libluabind-doc
libio-socket-socks-perl
libast2-dev
gretl-data
globus-gram-job-manager-setup-fork
bubblefishymon
liblash2
aspell-fi
libpci2
gstreamer0.10-audiosink
gnuplot
aspell-en
osgal-cvs-doc
ocaml-core
notebook-gtk2
noiz2sa
mythtv-database
ml-lpt
libjifty-plugin-halo-perl
libgtask-1.0-0
jhbuild
geresh
mini-httpd
meld
aspell-eo
aspell-cy
aolserver4-nssha1
openoffice.org-l10n-da
libstax-java
language-pack-gnome-sc-base
kdepim
libpci3
dmsetup
widelands
python-extended-threading
php-radius-legacy
mythbuntu-lirc-generator
monodoc-gnome-keyring-manual
libsidplay2-dev
libroot-roofit
libpt-1.10.10-ptrace
libjna-java
libghc6-regex-posix-prof
libdoodle1
blockattack
nvidia-96-kernel-source
python2.4-twisted-mail
python2.3-ldap
python-packagekit
libxcb-aux0
libedit2
scim-array
sagasu
xfce4-settings
lifelines-doc-sv
libperl4caml-ocaml-dev
libnet-scp-ruby
liblasi0
libghc6-polyparse-dev-1.3-3afef
libfirestring-dev
libreport-ocaml-dev
viewvc
xcdroast
libsvn-ruby1.8
openoffice.org-l10n-ar
libkcddb-dev-kde4
kolf
linux-headers-lbm-2.6.32-36-server
linux-headers-lbm-2.6.32-41-server
prismstumbler
pathological-music
msort
libqt3c-mt-psql
libmath++0c2a
libmoosex-types-path-class-perl
libbdd0-dev
igstk-doc
gcompris-sound-so
openoffice.org-l10n-bn
openoffice.org-l10n-as
libotr1-dev
kwordquiz-kde4
xscreensaver-gl
xen-hypervisor-i386
wxwin2.4-headers
wine1.2-dbg
tryton-modules-currency
seccure
python2.6-rpy2
libgsm0710-dev
libcegui-mk2-0-dbg
plasma-desktopthemes-artwork
gcompris-sound-ru
festvox-hi-nsk
libfrontier-rpc-perl
awesome-extra
aspell-es
openoffice.org-l10n-de
mauve
libxfont-dev
libqwt-doc
libgtk2.0-cil-dev
lirc
ksystemlog
classpath-doc
java-compiler
linux-backports-modules-input-2.6.32-45-generic
amiwm
warzone2100-dbg
uim-pinyin
snd-dmotif-alsa
otf-ipafont
libqrencode3
libgdome2-ocaml-oi6i1
kde-icons-nuvola
syfi-dev
engauge-digitizer-doc
proftpd-mod-mysql
bitlbee-dev
aspell-he
aspell-fo
aspell-et
aolserver4-dev
unpaper
python-coherence
python-pysvn
openoffice.org2-l10n-zh-cn
openoffice.org-draw
libxine-dev
xlibs-pic
language-pack-nl-base
language-pack-lv-base
ocaml-compiler-libs
libgnumail-java
linux-backports-modules-wireless-2.6.32-40-preempt
linux-backports-modules-wireless-2.6.32-35-preempt
libwine-jack
python-libproxy
openyahtzee
mozilla-plugin-pcmanx
meme
lire
libzeroc-ice-dev
libxalan1.2-dev
libpion-common-2.2.8
libscam1
libgsf-cil-dev
librb-inotify-ruby1.8
kcachegrind-converters-kde4
hellanzb
gs-esp-x
libgfs-1.3-1
gcompris-sound-sr
cruft
libuno-cli-uretypes1.0-cil
apt-cross
ldirectord
hplip-doc
bluez-alsa
linux-security
python-symeig
proftpd-mod-odbc
pdfcube
nexuiz-server-dbg
libodbc-ruby-doc
xlhtml
gbonds
gambas2-gb-db-sqlite
ftp-proxy
freefem-doc
php-fpdf
sylpheed-claws-gtk2-html2-viewer
pymacs
openoffice.org-l10n-br
oem-config-locale
menu-xdg
masqmail
prelink
idutch
ttf-jsmath
python2.6-libsvm
piespy
monsterz
mell
libpcscada0
libpcap-ruby
libdatetime-format-mail-perl
xteddy
gifsicle
freehdl
libfbembed2
ffado-tools
php5-exactimage
coinor-libcbc-dev
bibutils
aspell-fr
libsdl-ttf2.0-0
xfntscl
openoffice.org-l10n-bs
xfonts-thai-poonlap
python-gucharmap
plasma-widget-weatherforecast
pgdbf
mono-fastcgi-server
libosptk3
libibverbs1-dbg
libgnujmi-java-doc
libdatetimex-easy-perl
khmerconverter
firebird2.1-doc
python2.4-twisted-words
nagios-nrpe-plugin
libchewing3-dev
konqueror-plugin-adblock
aspell-hi
libapt-pkg-dev
linux-image-2.6.38-10-generic
linux-headers-2.6.32-40-server
linux-headers-2.6.32-35-server
linux-image-2.6.32-32-server
linux-image-2.6.32-27-server
nethogs
ocsigen-dev
libcommandline-ruby-doc
komi
gcompris-sound-sv
libdcerpc0
mesa-utils
python-gd-dbg
openoffice.org-l10n-fa
libgcc2-dbg
libdbus-glib-dev
language-pack-kde-nl-base
language-pack-kde-lv-base
snd-dmotif
fastx-toolkit
yaz-devel
librest-extras-dev
libjlatexmath
libcrypt-openssl-x509-perl
libcgikit-ruby
libace-qtreactor-5.6.3
webkitkde-data
gcompris-sound-tr
9wm
python2.3-nevow
pulseaudio-esound-compat-dbg
python-bugbuddy
pwgen
kstars-kde4
indent-doc
linux-lts-backport-natty-source-2.6.38
linux-backports-modules-input-2.6.32-42-server
linux-backports-modules-input-2.6.32-37-server
xfonts-bolkhov-nop
python-mhash-dbg
python-4suite-rdf
libsmokeqimageblitz3
libnet-dri-perl
fetchexc
argus-server
qt-designer-doc
python2.3-epydoc
casper
tryton-modules-stock-location-sequence
python2.4-fam
libportaudio-ocaml-s5qh6
libpcl1
clanlib0-common
libyanfs-java
gpe-bluetooth
gnome-icon-theme-suede
focalinux-html
gnome-network-admin
xgamma
kcm-phonon-xine
openoffice.org-l10n-cs
libmarble-dev-kde4
libdevel-symdump-perl
tk-brief
regina-normal
python2.6-apsw
mingw-w64
libmoon
libglobus-gass-transfer-dev
libfreebob0
sqlrelay-api
libcalendar-ocaml-zs6b0
groundcontrol
gptsync
g2p-sk
fbxine
anagramarama-data
libnotify-dev-gtk2.10
libboost1.36-dbg
widelands-dbg
gksudo
pgpool
pdns-backend-mysql
mozilla-openthesaurus-de
lineak-defaultplugin
libdbd-sqlite3-ruby1.9.1
jppy-jpilot-plugins
eflite
openoffice.org-l10n-ga
linux-headers-2.6.32-21-preempt
libqscintilla2-3
ttf-japanese-mincho
libaltlinuxhyph-dev
firefox-3.0-dev
torcs-data
pandora-build
libxmlunit-java-doc
libtext-levenshtein-perl
libsword-dev
rubilicious
liblua-socket-doc
libggadget-1.0-0-api
libbobcat-dev
melt
kasumi
libatlas.so.3gf
gkrellm-mldonkey
gcompris-sound-ur
dvips-fontdata-n2bk
libextlib-ruby
aspell-gu
openoffice.org-l10n-el
libtasn1-dev
libfreebsd-dev
libboost-graph1.37-dev
libcommons-jxpath-java
libbcprov-java
emacspeak
linux-backports-modules-wireless-3.2-lucid-generic
pgfplots
python-poppler-dbg
libxfce4menu-0.1-0
libusrp0c2a
libqxcppunit-dev
libnokogiri-ruby1.9.1
libhk-classes15
httpfs2
libpils-dev
ejabberd
python-beagle
sylpheed-claws-gtk2-i18n
blinken
python-numpy-doc
zebra-pj
libqscintilla2-5
gphoto2-dev
kaffeine-dbg
libkrb5-3
linux-backports-modules-compat-wireless-2.6.37-2.6.32-44-preempt
linux-backports-modules-compat-wireless-2.6.37-2.6.32-39-preempt
linux-image-2.6.32-44-generic-pae
linux-image-2.6.32-39-generic-pae
python-pytils
octave-struct
liquidlnf
libghc6-quickcheck1-dev
libghc6-zlib-dev-0.5.2.0-d3bd7
nail
fswebcam
dhis-client
crashmail
cl-xlunit
aspell-hr
libslapi-2.4-2
openoffice.org-l10n-fi
openoffice.org-l10n-en
libotr-dev
firefox-2-dbg
augeas-dbg
intlfonts-chinese
python-zope.hookable-test
python-ufl-doc
python-necpp
python-asterisk
pari-extra
libghc6-quickcheck-prof-1.2.0.0-fecb3
libcanna1-dev
libbiblio-isis-perl
libapache2-mod-ldap-userdir
gwyddion
gnumeric-gtk
libplayer1
asymptote-doc
afbackup-client
ada-reference-manual
openoffice.org-l10n-eo
openoffice.org-l10n-cy
gnome-panel-dbg
xcowsay
libpcp-gui2
libgalago-gtk1
gnome-do
fonty-rg
convertall
9menu
vim-nox
gnome-session-canberra
linux-backports-modules-compat-wireless-3.2-2.6.32-42-preempt
linux-backports-modules-alsa-2.6.32-33-server
linux-backports-modules-alsa-2.6.32-28-server
libghc6-quickcheck-dev
libdevel-size-perl
libmmdb-dev
libfile-changenotify-perl
juke
freebsd6-buildutils
djvusmooth
coriander
cachefilesd
aspell-hu
libpcap0.8-dbg
pango-libthai
libgraphite-dev
evolution-exchange-dbg
cyrus-sasl2-doc
libsm-dev
libatk1.0-0
openoffice-ctl-he
r-other-genabel
lxsession
libtk-tablematrix-perl
libsoundtouch1
libjavascript-rpc-perl
libgoocanvas-ruby1.8-dbg
jclassinfo
dyndns-client
coinor-libcoinutils-dev
libdesktop-agnostic-fdo
aolserver4-daemon
vim-gui-common
mozilla-devscripts
libgd-text-perl
qt4-doc
powernap
dovecot-dev
yaml-mode
wamerican-huge
simhash
rxvt-beta
micromanager
libruli-bin
libofx1
liblua5.1-rings0
liblingua-en-namecase-perl
dov4l
codeblocks
ike-server
openoffice.org-l10n-es
libpulse-mainloop-glib0-dbg
libchart-perl
ibrazilian
xonix
scilab-celestlab
renattach
libofx2
loki-doc
libpnglite-dev
libmaven-dependency-tree-java
liblog-dispatch-filerotate-perl
libjgraphx-java
libgrib-api-dev
libgdal-ruby
libtie-cache-perl
libexpat-ocaml-dev
hlins
aspell-is
python2.4-apoo
not+avr32
openoffice.org-l10n-he
openoffice.org-l10n-et
linux-backports-modules-alsa-2.6.32-21-generic
jsvc
linux86
firefox-all-in-one-sidebar
xmp-common
realtimebattle
members
libstaden-read-dev
libcpandb-perl
kcheckgmail
hlint
aspell-it
aspell-hy
python-odtwriter
openoffice.org-l10n-eu
openoffice.org-l10n-dz
libsasl2-2-dev
libfindlib-ocaml-rqn85
ldap-auth-config
kubuntu-debug-installer-dbg
ksystemlog-kde4
python-gnome2
libpurple0
libgweather1
e2fsck-static
libtext-charwidth-perl
python-enthought-traits-ui
libmerb-slices-ruby
libgtask-doc
libbreakpoint-ruby1.8
jbibtex-base
libkdc2-heimdal
libofx4
gap-dev
openoffice.org-l10n-gl
libpkcs11-helper1-dev
digikamplugins
libpam0g
pystatgrab
sndfile-programs
libwww-delicious-ruby
libramaze-ruby1.9.1
libmoblin-panel-dev
libdianewcanvas2-dev
libapreq2-doc
libghc6-extensible-exceptions-doc
freedoom
echoping
clc-intercal
cameramonitor
ax25mail-utils
openoffice.org-l10n-fr
xapian-examples
libcairo-directfb
dict-gcide
menu
linux-backports-modules-compat-wireless-2.6.37-2.6.32-44-server
linux-backports-modules-compat-wireless-2.6.37-2.6.32-39-server
qbittorrent
python-pyusb
python-zodb
metche
libspread
libocamlgraph-ocaml-dev
libmath-algebra-symbols-perl
liblog-loglite-perl
libgstreamermm-0.10-2
libdatetime-format-natural-perl
gameclock
fastdnaml
diction
pulseaudio-module-hal-dbg
openoffice.org-l10n-id
libzip-dev
libts-0.0-0
heimdal-docs
linux-backports-modules-compat-wireless-2.6.35-2.6.32-41-preempt
linux-backports-modules-compat-wireless-2.6.35-2.6.32-36-preempt
unicode
tkpaint
medit
liwc
libblacs-mpi-dev
telnetd-ssl
alsdorf
libbigdecimal-ruby
libavahi-qt3-1
libk5crypto3
yacas-doc
xul-ext-firegpg
strigi-utils
qla-tools
python-zope.traversing
python2.6-gst0.10-rtsp
pgdesigner
newbiedoc
lfc-mysql
jgraph
libhaml-ruby
fossology-agents
dict-freedict-lat-deu
courier-authpostgresql
bzr-webdav
brutalchess
xclipboard
openoffice.org-l10n-ja
language-pack-gnome-csb
xpilot-extra
python2.6-lightblue
xmms2-plugin-jack
libsequel-ruby
liblasso-dev
libimlib2-ruby
libauthen-captcha-perl
pacemaker-dev
gadmin-squid-dbg
cyrus-murder-2.2
asterisk-mysql
xdg-user-dirs-gtk
python2.6-paramiko
language-pack-gnome-crh
x86info
rdmacm-utils
python-gst0.10-rtsp
nana
musetup-gtk
mergelog
libogg-vorbis-perl
xshogi
dacco-cat-users
cgroup-bin
blacsgf-lam-test
openoffice.org-gtk-gnome
mono-1.0-devel
libclucene-dev
yaskkserv
rtai-doc
rsh-redone-server
rcconf
python-netifaces-dbg
libperl4caml-ocaml-doc
libhe5-hdfeos0
freedink-engine
jamvm
ocaml-ulex
pbzip2
python-pylibacl
syslinux
libnet-daemon-perl
libc0.3-dev
libboost-mpi-python1.40-dev
libpcsclite1
apt-transport-https
wine1.2-dev
sailcut-doc
libswiss-perl
libobject-destroyer-perl
liblwp2
libgnomescan-common
libgnadesqlite-dev
libdatetime-calendar-discordian-perl
libopensc1-dev
jvim-canna
jblas
ipv6calc
cl-aspectl
axel-dbg
libtalloc2
libnumber-compare-perl
krdc
openssh-server
checkbox-cli
libvpx-dev
windows-el
weborf
ttf-rufscript
python2.6-pywt
polygen-data
octave-fpl
libpcp3
liblouis-bin
libcgicc5-dev
libghc6-rts-prof
xorg-driver-fglrx
shtool
openoffice.org-l10n-ka
openoffice.org-l10n-gu
libjmock-java-doc
libdebian-installer-dev
libbrlapi-dev
language-pack-gnome-ha-base
libpackagekit-qt-12
gnome-media-common
linux-headers-3.0.0-13-virtual
dssi-plugin-xsynth
lincity-svga
liblua50-socket2
libhugs-stm-bundled
libghc6-json-prof
libggi-target-kgi
libcsfml-graphics1.5
gtk-engines-mgicchikn
syfi-doc
aspell-ku
aolserver4-doc
w3m-ssl
ubuntu-desktop
libxine-doc
libglitz1-dev
gs-afpl
zblast-data
yorick-yeti-tiff
xserver-xorg-input-acecad
python2.5-templayer
metacafe-dl
liblwt-ocaml-dev
libgpiv2-dev
txt2html
libcgi-ajax-perl
jabberd14-dev
gambas2-gb-gtk-svg
erlang-eunit
bookmarkbridge
aspell-ml
tk-dev
openoffice.org-l10n-hr
sp-dev
libxmlrpc-ruby1.8
empathy-doc
abrowser-branding
xfonts-biznet-iso-8859-2-100dpi
winff-dbg
monodoc-gdata-manual
minisapserver
lshell
libtwolame0-dev
libpigment0.3-dev
libicap0-dev
haskell-language-c-doc
libextractor-java-dbg
getlive
coldfire
openoffice.org-l10n-in
language-pack-gnome-sa-base
libical0
tcpquota
mp3blaster
mlmmj-php-web
libldb-dev
libghc6-xml-dev
libdb4.6-tcl
httperf
gtk2-engines-gartoon
ggz-python-games
fp-units-rtl
feynmf
coinor-libcbc-doc
libmojito0
pgaccess
python3-minimal
python2.6-egenix-mxstack
libmime-types-perl
linux-backports-modules-wireless-2.6.32-22-server
r-cran-cluster
mnogosearch-pgsql
libgtksourceviewmm-2.0-dbg
libfeedtools-ruby-doc
kernel-patch-wrr
icmake
gtk2hs-doc
fp-units-base
erubis
aspell-lt
subversion-tools
openoffice.org-l10n-hu
language-pack-de-base
language-pack-bo-base
libpopt0
libapt-pkg-doc
viewmol
qmk-groundstation
netdisco-common
btk-core
linuxvnc
linuxdcpp
libsynce-dbg
ocsigen-doc
liblog4c3
gnustep-base1-dev
libghc6-tagsoup-dev
libgammu3-dbg
kwstyle
jppy-lbdb-module
gtk-clearlooks-gperfection2-theme
aspell-pa
libdb4.6++
openoffice.org-thesaurus-de-ch
multipath-tools-boot
language-pack-gnome-zu-base
libjaxp1.3-java
ttf-thai-arundina
tardy
sql-ledger
qbankmanager
python2.6-avogadro
libwebservice-cia-perl
libtango-ldc-dev
libghc6-highlighting-kate-prof
libdataobjects-mysql-ruby1.8
libcrypt-mysql-perl
koffice-l10n-engb
juman-dic
libpoconet9
camera.app
aspell-nl
aspell-lv
libc-client2007e
libadns1-bin
libwpd8c2a
gnome-power-manager
sylpheed-doc
python2.6-pycryptopp-dbg
parcellite
contralign
libminidjvu-dev
cl-sql-odbc
python-django-doc
librexml-ruby1.8
language-pack-lt-base
language-pack-ky-base
krfb
libcommons-pool-java
backuppc
aspell-mr
linux-headers-lbm-2.6.32-22-preempt
linux-headers-2.6.32-44-generic
linux-headers-2.6.32-39-generic
usb-modeswitch
pyvnc2swf
python2.5-sqlite
python-myghtyutils
python2.4-gammu
crossbow
lighttpd-mod-cml
libsuperlu3-dev
libhtml-simpleparse-perl
gprolog
arc-wine
anjal
anarchism
x11proto-xf86dri-dev
openoffice.org-l10n-it
libxml++2.6c2a
libkdepim4-kde4
libboost1.36-dev
tucan
squirrelmail-viewashtml
prism-google-docs
libtext-affixes-perl
libroot-roofit-dev
libhtmlentities-ruby1.8
libhdf5-1.8.3
libglobus-gass-transfer-doc
units
libipmidetect0
libopencascade-foundation-6.3.0
libfile-rsync-perl
axiom-graphics-data
aspell-no
libxcb-aux0-dev
language-pack-kde-de-base
language-pack-kde-bo-base
python2.6-dbus
kdebase-data-kde4
r-cran-fcalendar
python-keyring
phpwiki
pekwm
openalpp-cvs-dev
libluajit-5.1-2
libimage-science-ruby
libdbd-pg-ruby
jmagick-docs
debian-reference-zh-cn
libhdf5-1.8.4
nano
librccgtk2-0
libgnomeuimm-2.6-dev
kiriki-kde4
kdesdk-dbg
libnet-ldap-perl
sqlrelay-dev
socket
pgp-i
python-turbomail-doc
pokerth
mediawiki-semediawiki
libopenscenegraph-dev
libnuclient
libgnatvsn4.3-dev
dpm-postgres-copyd
ruby1.8-dev
openoffice.org-l10n-km
libspectre-dev
gconf2-common
libswscale0
ispell
raccess4vbox3
speechd-up
python2.6-ocempgui
hexamer
libtaoframework-ode0.9-cil
libmysql-ocaml-dev
libdbix-recordset-perl
eclipse-cvs
libapache2-mod-auth-shadow
cyrus21-nntpd
libreadline-ruby
aspell-nr
openoffice.org-l10n-kn
tslib
language-pack-kde-lt-base
language-pack-kde-ky-base
kdesdk
firefox-2-dev
dovecot-postfix
ibritish
yodl-doc
sitemap
r-cran-colorspace
python-traitsbackendqt
libpolybori-dev
liblucene2-java-doc
libghc6-quickcheck1-doc
libdisplaymigration0
libdevel-logger-ruby
elmer-common
aspell-ns
arch-buildpackage
openoffice.org-l10n-ko
libpoppler-qt-dev
libcdio10
libgtk2.0-common
python-yapgvb
monajat-screenlet
libvolpack1-dev
libxmlsec1
jnoise
libinventor0
idzebra-2.0-utils
guile-gnome2-canvas
golearn
gnome-stracciatella-session
funkload
cmatrix
libmhash-dev
geoclue
libavformat-extra-52
blt8.0
linux-backports-modules-input-2.6.32-43-preempt
linux-backports-modules-input-2.6.32-38-preempt
xlassie
ubuntustudio-icon-theme
smartdoc
ncdt
mozilla-opensc
libmono-fuse-cil
gtkrsync
gtk2-engines-smooth
frozen-bubble-lib
mozilla-beagle
openoffice.org-l10n-nb
nant
libpcap0.8-dev
libexpat-dev
libstdc++6
tecnoballz
python2.4-apsw
ncdu
libtransaction-simple-ruby1.8
libpam-shishi
libghc6-quickcheck-doc
libdevel-refcount-perl
libccscript4
karma-tools
libgmime-2.0-2
aspell-pl
nagios-nrpe-doc
ncurses-developer
libapache2-mod-speedycgi
linux-backports-modules-compat-wireless-2.6.39-2.6.32-34-server
xchat-guile
wise-doc
tcm-doc
subcommander-doc
regina-normal-mpi
plasmoid-drop2ftp
passepartout
overkill-data
xfprint4
libsox-fmt-all
liblouisxml-data
libgmime2.1-dev
libepc-dev
kguitar
hdhomerun-config-gui
tesseract-ocr
libsys-cpuload-perl
coinor-libcoinutils-doc
chise-db
aspell-or
pixmap
python2.3-pexpect
python2.6-gobject
openoffice.org2-thesaurus-be-by
libnums-ocaml-dev
nagios-plugins-basic
libmodplug0
libgcr-dev
kde-zeroconf
python2.6-gdchart2
libws-commons-util-java
smpeg-plaympeg
libopenct-dev
libvorbis-perl
libktoblzcheck1
libjifty-plugin-sitenews-perl
libi18n-acceptlanguage-perl
libframeworkd-glib0
libdb-je-java
planner
claws-mail-tools
bsdtar
bootcd-ia64
openoffice.org-l10n-ne
ja-trans
libtest-classapi-perl
libavahi-qt4-1
kdegraphics-strigi-plugins-kde4
jed-extra
hdparm
linux-backports-modules-wireless-2.6.36-lucid-preempt
linux-backports-modules-wwan-2.6.32-44-server
linux-backports-modules-wwan-2.6.32-39-server
linux-backports-modules-wireless-2.6.32-43-server
linux-backports-modules-wireless-2.6.32-38-server
viewpdf
tasks-hildon
qfits-tools
python-pastebin
libghc6-ftphs-dev
libclass-delegator-perl
harden-clients
gadmin-openvpn-server-dbg
sylpheed-claws-gtk2-plugins
wavpack
openoffice.org-l10n-mk
openoffice.org-l10n-ku
kscd
gir1.0-glib-2.0
libproxool-java
unmo3
python2.3-iplib
python-opensync
openoffice.org-presenter-screen
libpano12-bin
libnuma-dbg
libsaml6
krb5-rsh-server
isdnutils-doc
gbase
cl-ftp
blubuntu-session-splashes
openoffice.org-l10n-ml
libopencryptoki0
libjettison-java
libopenbabel3
gtk2-engines-redmond95
vblade
linux-headers-2.6.32-341-ec2
xnetload
tqsllib-dev
svgalib1-bin
coalesce
makexvpics
lynis
lxsession-lite
libshogun-dev
libinsighttoolkit-dev
jbofihe
gap-doc
libcherokee-mod-rrd
xserver-xorg-driver-sisusb
xul-ext-thunderbird-locale-zh-tw
openoffice.org-l10n-oc
libxmlrpc++-dev
libsoup2.2-doc
libmono-npgsql2.0-cil
kppp
dnsmasq-base
ispanish
linux-backports-modules-wwan-2.6.32-45-generic
sqlrelay-sqlite
pdns-backend-sqlite3
libpqxx-dev
libonig2-dbg
libicap0
libguichan-opengl-0.8.1-1
libgeronimo-javamail-1.4-provider-java
libstaden-read1
kodos
kpar2
gtkballs
eldav
dadadodo
semantic
libtwolame0
openoffice.org-l10n-mn
libasm2-java-doc
emacs23-el
uim-prime
tcpreen
sqliteman-doc
rubybook
python2.6-quixote1
octave-ftp
nbtscan
libsc-dev
libpt2.6.3-plugins-dc
libparserutils0
libghc6-magic-dev
libdballef-dev
libghc6-haskell98-dev
wm-icons
matrox-tools
libapache2-mod-bwshare
aegis-tk
openoffice.org-l10n-lt
libssl08-dev
liblancelot-dev
libqttestrunner1c2a
erlang-examples
libapache2-redirtoservername
tryton-modules-project
hdf-eos4
rdnssd
python-uncertainities
bambus
libxmmsclient++1
libntlm0-dev
libcnf-dev
libimage-imlib2-perl
latex209-src
libhugs-base
hotwire
hibernate
ekeyd
cssed
libclp-dev
aspell-pt
libxmuu-dev
libcwidget-dev
tomboy
iesperanto
xara-gtk
squirrelmail-sent-confirmation
socks4-server
hdf-eos5
redmine-mysql
php-net-portscan
pdumpfs
libxmmsclient++2
libsqlxx
libruli-dev
libglide3-dev
libdolfin
chimera2
aspell-ta
cairo-5c
partman
openoffice.org-l10n-lv
openoffice.org-l10n-nl
libfile-spec-perl
execstack
e2p-dev
ubiquity-slideshow-upgrade
libxmmsclient++3
libmopac7-1
libauthen-tacacsplus-perl
kartofel
fso-frameworkd-wireless-glue
drawmap
chaksem
xserver-xorg-driver-s3
openoffice.org-l10n-mr
libmalaga2-dev
libboost-serialization1.35-dev
libboost-serialization1.40-dev
xpdf-greek
wide-dhcpv6-client
python-omniorb
libpocosqlite9-dbg
libbusiness-tax-vat-validation-perl
syslogd
gnome-speech-swift
libxmmsclient++4
dvipost
dnotify
camorama
bcmwl-kernel-source
openoffice.org-l10n-nn
python-virtkey
libklu1.1.0
kolf-kde4
grub-legacy-doc
libxfixes3
linux-backports-modules-compat-wireless-3.1-2.6.32-46-preempt
linux-image-2.6.32-349-ec2
wmaker-data
squeak-vm
python2.5-pycryptopp
ptex-jisfonts
libpdf-writer-ruby
libonemind-commons-invoke-java
libglobus-duct-control-dev
libggadget-qt-1.0-0a
libcpprspserver-dev
krita-data
kptc
chemicalmime
python2.4-cxx
junit4
apache2-threaded-dev
linux-image-2.6.38-11-server
linux-headers-2.6.38-14-server
virtuoso-minimal
python2.5-rtfcomp
python-clearsilver
phoronix-test-suite
ovaldi
python-hippocanvas
liblingua-en-inflect-number-perl
gpe-taskmanager
libggadget-qt-1.0-0b
aspell-te
aspell-ro
tkworld
libcaca-dev
language-support-writing-af
language-pack-gnome-fil
x-display-manager
wamerican
bzip2
linux-backports-modules-compat-wireless-2.6.34-2.6.32-32-server
linux-backports-modules-compat-wireless-2.6.34-2.6.32-27-server
libvpx-doc
tatan
slang-histogram
semantik
pike7.6-image
phpgroupware-0.9.16-doc
mico
libtextcat-dev
libpowerman0-dev
libgtkdatabox
libsys-sigaction-perl
libgnustep-base1.13
fastlink
bzr-upload
aspell-sk
xlockmore-gl
python-evolution
libgl1-mesa-dri-dbg
libespeak-dev
libdb4.7++
kppp-kde4
iptables-dev
linux-image-2.6.32-24-virtual
websec
qsearch-tools
python-pyvtk
newmail
libkakasi2
lib32cr0
liblemonldap-ng-manager-perl
mpi-doc
simph323
gtranslator
gforge-plugin-scmccase
geotranz-libs
gaim-themes
firebird-utils
ekiga
aspell-sl
amphetamine
openoffice.org-l10n-nr
openoffice.org-l10n-om
espeak
libnotify1-gtk2.10
xxdiff-scripts
wordplay
libmail-mboxparser-perl
liblwt-ocaml-doc
liblingua-stem-fr-perl
libgettext-ruby1.9.1
libextractor-java-dev
libcimcclient0-dev
libapache-gallery-perl
kseg
jocaml-base
muine
fdclock
libradiusclient-ng2
tk-doc
pth-dbg
openoffice.org-l10n-ns
lsb-cxx-amd64
libnautilus-extension-dev
libboost-filesystem1.38-dev
sispmctl
mahara-apache2
shibboleth-sp2-schemas
libopenwsman-dev
liblablgtk2-gl-ocaml-04kg1
libglew1
liblist-compare-perl
libcapsinetwork0c2a
tfm-arphic-bsmi00lp
libhugs-stm
arc-wise
flobopuyo
libemail-mime-encodings-perl
dpsyco-samba
colorize
blktool
nasm
linux-image-2.6.32-21-generic-pae
gcj-4.4-jre-headless
libx11-xcb-dev
twoftpd
sig2dot
mythexport
liblog4cpp4-dev
libgtksourceviewmm-2.0-dev
libghc6-xml-doc
libaudio-scrobbler-perl
krecipes-dbg
jargoninformatique-data
gcc-4.1-multilib
libgsm0710mux0
libexo-0.3-0-dbg
not+gnueabi-linux
language-support-writing-ca
kdesudo-kde4
python-notify
udo-doc-de
remake
python2.4-btsutils
pure-ftpd-common
plplot-bin
linux-patch-openswan
python-apptools
liblauncher-dev
libepc-common
gobby-dbg
aspell-ru
xserver-xorg-video-i740
openoffice.org-l10n-pl
lua5.1-doc
language-support-writing-bg
userconfig
linux-backports-modules-compat-wireless-2.6.34-2.6.32-45-preempt
linux-backports-modules-compat-wireless-3.3-2.6.32-42-server
translate
proj-ps-doc
pngtools
libmpich1.0-noslog
libmaven-docck-plugin-java
libghc6-tagsoup-doc
libcsfml-system1.5
libnet-server-mail-perl
kicad-common
gretl
gddrescue
libfeedparser-ruby1.8
bzr-builder
bogosec
libadplug0c2a
libgnustep-base1.19
postgresql-7.4
openoffice.org-l10n-or
libmono-security2.0-cil
aspell-tl
linux-headers-lbm-2.6.32-45-generic
python-vipscc
python2.6-bsdiff
moon-buggy-pause
libsvn-hooks-perl
libphone-utils-dev
libois1
libmath++0
libgtkimageview-dev
libglewmx1.5-dev
libghc6-testpack-prof
libbluecloth-ruby1.8
glusterfs-server
alsa-tools
swig1.3-doc
libppl-pwl-dev
liblouis-dev
libavformat-dev
language-pack-gnome-gd-base
language-pack-gnome-fi-base
language-pack-gnome-en-base
tstools
python-guppy
phpphylotree
libgringotts-dev
libghc6-haskelldb-hdbc-dev
libgeo-ip-perl
libbatteries-ocaml-dev-4cnt7
libnet-ssleay-perl
flexml
exactimage
kaptain
aspell-tn
aspell-ss
kdelibs4c2a
java1-runtime
zbar-tools
xpdf-thai
tomboy-latex
opensync-plugin-gnokii
octave-gsl
lsb-build-base3
python-tunepimp
libwiki-toolkit-plugin-json-perl
libopenct1
libole-ruby1.9.1
liblua5.1-rex-posix0
gir1.0-wnck-1.0
doctorj
docbook-book
blubuntu-wallpapers
aspell-st
xlsfonts
vim-scripts
python-distribute-doc
libboost1.36-doc
language-support-writing-da
kshisen
linux-headers-2.6.35-32-generic
scribble
nast
libxmpi4c2
libshhopt1
libofapi-dev
libjna-java-doc
libfaad2-0
intercal
bzr-cvsps-import
aspell-uk
libaccess-bridge-java
kdesdk-dev
splashy-themes
qutemol
python2.6-nodebox-web
openalpp-cvs-doc
libsablot-doc
geda-gattrib
gambas2-gb-db-odbc
libjson-ruby1.8
liblcgdm1
aspell-sv
aplus-fsf-el
libxxf86misc-dev
libgsf-1-common
libgnomeuimm-2.6-doc
language-support-writing-ar
yorick-cubeview
qprof
phpgroupware-filemanager
libtest-taint-perl
libhibernate-commons-annotations-java
sqlrelay-doc
libcameleon-ocaml-dev
kdeartwork-style
junior-arcade
talk-hurd
gtkcookie
libgtk2-spell-perl
ebox-usersandgroups
autoproject
libsdl1.2debian-oss
language-pack-ar-base
tse3play
python-qt3-dbg
libjargs-java
libghc6-xml-prof
libgfcui-2.0-0c2a
aspell-ts
ubuntu-standard
not+bsd-freebsd
openoffice.org-l10n-pt
language-support-writing-de
skrooge
simplecommeubuntu
scilab-full-bin-dbg
samplerate-programs
p3nfs
libtracker-gtk-dev
libmeep-dev
ldm-edubuntu-theme
libklash0
drivel
dreamchess-data
texlive-lang-czechslovak
openoffice.org-l10n-ta
libadns1-dev
update-notifier-common
autofs
linux-image-3.0.0-24-virtual
linux-image-3.0.0-19-virtual
rtpg-www
phaseshift
mlpost
libsword4c2
librsskit-dev
libmpfi0
libio-bufferedselect-perl
libruby2ruby-ruby1.8
kmyfirewall
auditd
athena-jot
adacontrol
xserver-xorg-video-i810
thunderbird-locale-zh-tw
texlive-lang-german
libgstreamer0.10-0-dbg
language-pack-oc-base
language-pack-kw-base
snmptrapfmt
pilot-manager
libzbargtk-dev
libwebauth1-dev
libterm-visual-perl
snack-dev
libruby2ruby-ruby1.9
libroot-clarens-dev
libmaven-plugin-testing-java
libplexus-archiver-java
libghc6-ghc-paths-dev-0.1.0.6-2560e
dx-dev
libproc-background-perl
libbtparse0
libkmflcomp0
gobjc++-4.3-multilib
filezilla
libartsc0
libwxbase2.6-0
aws-status
linux-image-2.6.32-21-generic
libgnomeprintui2.2-common
yate-alsa
kernel-patch-openvz
ttf-umefont
r-cran-catools
python-traitsbackendwx
python2.5-pqueue
pidgin-privacy-please
lyskom-elisp-client
libsublib-cil
libsub-current-perl
libgopersist-1-1-dbg
flickcurl-utils
python3-tk
python2.4-dbus
python-cupshelpers
libansicolor-perl
openoffice.org-l10n-si
libkonq5-templates
libjack0.100.0-dev
libcrypt-openssl-rsa-perl
cracklib2
language-pack-kde-ar-base
xcursor-themes
xttitle
python2.6-pyode
libxprintutil-dev
libmaven-filtering-java
libgpelaunch-dev
libgmime2.1-doc
libepc-doc
openoffice.org-l10n-ro
openoffice.org-l10n-te
hunspell-dictionary-af
libxslt-dev
kmahjongg
fortunes-ubuntu-server
libqca2
udo-doc-en
preload
libfwbuilder6c2a
libauthen-sasl-cyrus-perl
knmap
kio-monodoc
heimdal-kdc
docvert
openoffice.org-l10n-sk
language-support-writing-fa
language-pack-gnome-mai-base
iputils-tracepath
gimp-print
libecryptfs0
wmcalclock
v4l2ucp
r-cran-amore
moodle-book
libterralib-dev
libnuma-dev
monodoc-moonlight-manual
libgupnp-ui-1.0-dev
libgcroots-dev
libapache2-mod-fcgid-dbg
dict-freedict-lat-eng
bandwidthcalc
aranym
xfonts-75dpi
rpm-i18n
openoffice.org-l10n-tg
openoffice.org-l10n-sl
libxcb-damage0
language-pack-kde-oc-base
language-pack-kde-kw-base
zope-quotafolder
winefish
sipwitch-plugin-forward
rubygems1.9.1
libnet-bluetooth-perl
libhook-wrapsub-perl
libghc6-cgi-prof-3001.1.7.1-9f6f6
libebook-tools-perl
libcommoncpp2-dev
jodconverter
pgp5i
denyhosts
python-bluez
bickley-daemons-dbg
asmixer
siege
openoffice.org-l10n-th
libboost-wave1.35-dev
libboost-wave1.40-dev
libboost-test1.38-dev
sawfish
wnorwegian
byobu
wxwin-i18n
scim-bridge
python-enthought-chaco2
libzbar0
libkwwidgets1.0.0908
libgengameng4c2a
clips-doc
aspell-xh
apt-src
python3.1-celementtree
libbrlapi1-dev
language-support-writing-cs
kdf-kde4
dvd+rw-tools-dbg
willowng-config-kde
qtoctave
python2.3-tcpwrap
libvi-quickfix-perl
libtokyocabinet8
libwbxml2-dev
libqof2-backend-qsf
libpqxx-doc
libnmz7
liblinbox-dev
libghc6-tagsoup-prof
libfacets-ruby1.8
radiance
libffmpegthumbnailer4
avce00
xfonts-kapl
python-egenix-mxstack
hunspell-dictionary-ca
libgnome-bluetooth7
libndesk-dbus1.0-cil
libncurses5
linux-headers-2.6.32-42-preempt
linux-headers-2.6.32-37-preempt
scponly-full
libvuurmuur-dbg
libsc-doc
libqtscript4-xmlpatterns
libpam-ocaml-dev-q9g75
libghc6-magic-doc
heimdal-kcm
libghc6-haskell98-doc
rev-plugins
python2.2-glade2
python-pyorbit
hunspell-dictionary-bg
openoffice.org-l10n-ru
libc-bin
language-support-writing-ga
kopete-message-indicator
libbcel-java
libmtp8
rpm2cpio
python2.4-pyepl
python-at-spi
loco
pari-gp2c
libmysql5.0-cil
libghc6-pandoc-dev
libghc6-hsql-postgresql-dev-1.7.3-1c1b8
libcvm-dev
ko.tex
kmplayer-plugin
extra-xdg-menus
libclp-doc
claws-mail-spamassassin
aspell-uz
python-zope
openoffice.org-l10n-ug
libdb4.8++
libcwidget-doc
language-support-writing-el
tinyhoneypot
symlinks
rfdump
rep-gtk
mtpfs
dazzle
libpgapack-mpi1
libpam-ccreds
libmicroba-java-doc
libjgoodies-binding-java
libimobiledevice-utils
libdime-dev
libexcalibur-logger-java
gsasl
libsoundgen0
gpdftext
epwutil
dancer-services
cl-md5
python-htmlgen
openoffice.org-l10n-sr
openoffice.org-l10n-rw
libxcb-reply1-dev
libxcb-composite0-dbg
libgweather-dev
troffcvt
videoporama
python2.6-xappy
python-pycryptopp-dbg
phpgroupware-infolog
libpocodata9
libscalar-number-perl
libghc6-gio-prof
headache
fortunes-bofh-excuses
emdebian-tools
postgresql-8.0
openoffice.org-l10n-tn
openoffice.org-l10n-ss
libgl1-mesa-swrast
libdirectfb-1.2-0-dbg
language-support-writing-gd
language-support-writing-fi
language-support-writing-en
gedit-common
lib32stdc++6-4.4-dbg
libmono-addins-gui0.2-cil
xsltproc
aspell-bin
python-repoze.who
poker-web
mixer.app
libpano12-dev
libode0c2
postgresql-8.1
axiom-hypertex
pidgin-libnotify
openoffice.org-l10n-ve
openoffice.org-l10n-st
lsb-desktop-noarch
language-support-writing-eo
hunspell-dictionary-da
foomatic-bin
linux-image-3.0.0-22-server
linux-image-3.0.0-17-server
linux-headers-2.6.32-316-ec2
octave3.0-common
lmms
libpoex-types-perl
libpfm3
libglfw2
libghc6-haskell-src-prof
libdaemons-ruby
postgresql-8.2
draai
djbdns
brdesktop-gnome
python-beaker
openoffice.org-l10n-uk
listadmin
libeasymock-java-doc
libgutenprint2
linux-image-3.0.0-21-generic
linux-image-3.0.0-16-generic
linux-backports-modules-wireless-2.6.32-24-generic
tasks
libwaili1
libguichan0-dev
libapache2-mod-musicindex
libharminv2
gridengine-common
gnome-js-common
libparse-debian-packages-perl
pure-ftpd-mysql
deluge-console
postgresql-8.3
ocaml-dbforge
sketch
openoffice.org-l10n-sv
openoffice.org-evolution
libsilcclient-1.1-3
libparted1.4
libgl1-mesa-dri-dev
konsolekalendar-kde4
hunspell-dictionary-ar
linux-backports-modules-compat-wireless-2.6.39-2.6.32-41-generic
linux-backports-modules-compat-wireless-2.6.39-2.6.32-36-generic
zabbix-server-mysql
ucspi-tcp-doc
python2.5-sphinxbase-dbg
python2.6-liblicense
matita-doc
libuptimed
librose-db-perl
libortp7-dev
libode0-dev
libapache2-mod-xsendfile
libghc6-utf8-string-dev
gambas2-gb-qt-opengl
chrony
archfs
fglrx-kernel-source
openoffice.org-l10n-tr
hunspell-dictionary-bn
hunspell-dictionary-as
libmaven-plugin-tools-java
tetex-extra
libtool1.4-doc
libxcb-atom1
dkimproxy
erlang-crypto
postgresql-8.4
xawtv-plugin-qt
python-django-contact-form
php-net-url
pente
libqofexpensesobjects0-dbg
libparted1.6
kmidimon
libgpepimc0
libglobus-gass-server-ez2
dfu-programmer
vim-tcl
tomcat6-docs
python-ldap
plasma-widget-weather
openoffice.org-l10n-vi
openoffice.org-l10n-ts
libradius1-dev
libc-dbg
language-support-writing-es
hunspell-dictionary-de
guile-1.6
gcalctool
kipi-plugins
linux-backports-modules-alsa-2.6.32-42-generic
linux-backports-modules-alsa-2.6.32-37-generic
winff-doc
libtioga-ruby-doc
libplplot-c++9
libnoise-dev
libgavl-ocaml-dev-phoo4
libdata-dumpxml-perl
kerberos4kth-services
gphpedit
libg15daemon-client1
fex-utils
libtime-duration-perl
texmacs
openoffice.org2-l10n-zh-tw
language-support-writing-he
language-support-writing-fo
language-support-writing-et
kcharselect
python2.5-iptcdata
prime-dict
open-cobol
libsemanage-ruby1.8
libghc6-parsec-dev
libjgrapht-java
libapache2-mod-gnutls
ifrit
guile-gnome2-glib
gforge-lists
fenix
criticalmass-data
libqjson-dev
libperl-dev
libneon25-dev
libcupsppdc1-dev
language-support-writing-eu
guile-1.8
postfix-policyd-spf-python
mueller7accent-mova
libtulip-qt4-dev
libnb-apisupport1-java
libgtksourceviewmm-2.0-doc
dmapi-dev
kabikaboo
xfontsel
python-geoip
hunspell-dictionary-br
libyaml-tiny-perl
libelementary-svn-05
language-support-writing-gl
kdepim-kde4
libavdevice-extra-52
linux-backports-modules-wwan-lucid-server
scheme48-doc
librcov-ruby
python2.6-pgsql
libwww-mechanize-gzip-perl
libdigest-crc-perl
libicessl33
turba2
libgnuradio
libfbclient2
freewnn-cserver
yafray
aegis-doc
python2.4-enchant
hunspell-dictionary-bs
libtest-pod-coverage-perl
libkcddb4-kde4
language-support-writing-fr
libido-0.1-0
bilbo
iproute
libaprutil1-dbd-pgsql
ptex-jtex
qcake
omake
pcmanfm-nohal
libtrace3
libsdl-mixer1.2-dev
libibumad-dev
libgtk-mozembed-ruby1.8-dbg
libaiksaurus0c102
gpsdrive-scripts
gir1.0-totem-plparser-1.0
enigmail-locale-es-es
dnet-common
language-support-writing-id
ant1.7
linux-backports-modules-wwan-2.6.32-43-preempt
linux-backports-modules-wwan-2.6.32-38-preempt
php4-imagick
libpreludedb0
libmono-uia-atkbridge1.0-cil
libmathlib2-gfortran
sfftw-dev
libkozo-dev
libbft1-dbg
dvgrab
xserver-xorg-driver-nv
python-numpy-ext
hunspell-dictionary-fa
linux-tools
kscd-kde4
pnm2ppa
ant1.8
speakup-tools
python-lash
purrr
mga-vid-common
mediatomb-daemon
libtowitoko-dev
libmm-dbg
libipoddevice-dev
libhdf5-openmpi-dev
libghc6-haskelldb-hdbc-doc
libopenal0a
arc-dust
gir1.0-goocanvas-0.10
gthumb
libgssdp-doc
libgirepository-dev
lib32asound2-plugins
libbfd-dev
linux-backports-modules-compat-wireless-2.6.36-2.6.32-43-server
linux-backports-modules-compat-wireless-2.6.36-2.6.32-38-server
sorune
libkamefu-dev
libhugs-haxml-bundled
jabberd2
heimdal-servers-x
anteater
sl-modem-source
openoffice.org-hyphenation-be-by
libecj-java
release-upgrader-python-apt
vlc-plugin-sdl
pioneers-meta-server
lmms-dev
libpt-1.10.10-plugins-v4l
libpfm3-dev
libpacklib1-lesstif-dev
libghc6-agda-prof
libauthen-krb5-perl
id3ren
disksearch
blacsgf-mpich-test
latex2html
openoffice.org-l10n-xh
hunspell-dictionary-cs
openprinting-ppds
linux-backports-modules-compat-wireless-3.0.0-2.6.32-45-preempt
linux-headers-2.6.38-15-generic
linux-backports-modules-compat-wireless-2.6.37-2.6.32-33-generic
linux-backports-modules-compat-wireless-2.6.37-2.6.32-28-generic
xiterm+thai
xblast
tunnelx
traverso
libnet-amazon-s3-tools-perl
libmei-dev
libmatheval1-dev
libladr-dev
libipodui-cil-dev
libplexus-containers-java
gnome-icon-theme-blankon
cl-irc
libmcs-dev
xserver-xorg-video-all
libglibmm2.3-dev
bind9
python-debian
libqt4-sql-psql
sextractor
r-cran-strucchange
python-cvxopt
php-simpletest
netsaint-statd-server
modem-cmd
libusplash0
libtwitter-glib-1.0-dbg
libpcp-logsummary-perl
libhtml-stripscripts-perl
lbzip2
gsetroot
libmimedir-gnome0.4
libgraphicsmagick3
cl-ptester
python2.6-sip-dbg
python-gnomedesktop
hunspell-dictionary-ga
llvm
knm-runtime
icedtea6-jre-cacao
compiz-core-abiversion-20090619
wkhtmltopdf
python2.5-comedilib
netscript
linda
libpgocaml-ocaml-dev-f26e5
libmime-base32-perl
libclass-dbi-abstractsearch-perl
gtk2-engines-sapwood
libsigc++-1.2-5c2
openoffice.org-l10n-za
openoffice.org-l10n-uz
hunspell-dictionary-el
linux-ec2-doc-2.6.32
libxaw7-dbg
likewise-open
libgtkhtml3.14
krb5-user
perl5
libjdepend-java
linux-headers-2.6.35-32-generic-pae
linux-headers-3.0.0-29-virtual
qtads
operondb
libmgl-glut5
kalternatives
slice2javae
heroes-sound-tracks
libkafs0-heimdal
garlic-doc
shion
automysqlbackup
aspell-zu
python2.6-boto
libldap-2.3-0
libgda-4.0-mysql
libexception-class-perl
language-support-writing-gv
language-pack-gnome-el-base
ocaml-findlib
tryton-modules-analytic-account
openoffice.org-pdfimport
matchbox
libopal3.6.6
ttf-gfs-bodoni-classic
chasen
tasksel-data
oprofile-common
hunspell-dictionary-fi
language-support-writing-hr
hunspell-dictionary-en
ckermit
python-turbokid
phpgroupware-xmlrpc
libsdl-ocaml
libroot-dev
libnet-sftp-ruby
libm4ri-dev
gravitywars
dx-doc
hunspell-dictionary-cy
hunspell-dictionary-eo
libmono-wcf3.0-cil
kwin-style-aurorae
sharutils
emacs22-nox
wzdftpd-mod-perl
prayer-templates-src
libzvbi-common
libvips10c2a
libstatistics-test-randomwalk-perl
libroot-tmva5.18
hamlib4++c2
libcorelinux
libhash-withdefaults-perl
libghc6-dph-seq-dev-0.4.0-52cfd
python2.4-crypto
gajim
language-pack-gnome-pl-base
language-pack-gnome-csb-base
wmtimer
scim-config-gconf
libscriptalicious-perl
liblua5.1-gnome-0
libiml-dev
ldapscripts
latex209-base
kinstaller
ichthux-default-settings
holotz-castle
pacemaker
libghc6-bin-package-db-dev
docbook-ebnf
python-twisted-calendarserver
libcache-apt-perl
libxml-sax-perl
libipc-run-perl
language-support-writing-hu
mlocate
emacs
selinux-policy-mls
python-insighttoolkit3
nemiver
libzltext-dev
libhk-classes-odbc
libgstrtspserver-0.10-0
cl-sql-sqlite3
aptitude-doc-cs
vim-common
dvidvi
openoffice.org2-dev
ttf-sil-abyssinica
language-pack-da-base
kgeography-kde4
hicolor-icon-theme
freespacenotifier
torcs-data-tracks
micro-httpd
libplayerc++2
libossim1
libghc6-vty-prof
libdiscid0-dev
latex-cjk-japanese
gmt-doc-ps
gdb-source
fusil
fdclone
ample
oclock
hunspell-dictionary-es
libraptor-dev
libglib1.3-dev
hplip-gui
yabause-qt
tenace
shisa
ratmenu
nexuiz-textures
openconnect
mozilla-biofox
amoscmp
libhttp-ocaml-dev
libcss-minifier-xs-perl
libcommoncpp2-doc
kcoloredit
libitalc
libforks-perl
gpsim
ohphone-basic
gap-small-groups-extra
clusterssh
bsdgames-nonfree
barnowl-irc
hunspell-dictionary-he
hunspell-dictionary-et
ttf-kochi-mincho
hunspell-dictionary-fo
libspectre1-dbg
wogerman
language-support-writing-is
uuid-runtime
linux-headers-lbm-2.6.32-43-preempt
linux-headers-lbm-2.6.32-38-preempt
linux-backports-modules-compat-wireless-2.6.35-2.6.32-30-generic
linux-backports-modules-compat-wireless-2.6.35-2.6.32-25-generic
monkeys-audio
onscripter
onetime
libtest-html-content-perl
libqd2.1.200
libparagui1.0c2a
libscalapack-mpi-dev
libfile-scan-perl
i8kutils
httrack
pdns-server
cconv
aolserver4-nscache
alpine
python-setuptools
hunspell-dictionary-dz
libglade2.0-cil-dev
language-support-writing-it
language-support-writing-hy
language-pack-mk-base
language-pack-ku-base
hunspell-dictionary-eu
libsgmls-perl
console-setup
libcgal-dev
sbcl-source
mpb-mpi
visual-basic-8.0-compiler
lnpd
libvuurmuur-dev
libteem-dev
libghc6-haskelldb-prof-0.12-6e8c7
httping
libxml-rss-libxml-perl
libsilc-dev
libfile-remove-perl
libchewing3-data
libapr0-dev
kanagram
hunspell-dictionary-gl
sysadmin-guide
tads2-interpreter
pysycache-buttons-ice
python-logilab-astng
pvpgn
photo-uploader
phamm
opensync-plugin-irmc
mipe
libmagic-ocaml-dev-ip7g2
libjgoodies-animation-java
libgoffice-0-dev
libcunit1-ncurses
libalure1-dbg
kffmpegthumbnailer
goops-doc
gnustep-devel
gnome-accessibility
dnet-progs
courier-authlib-dev
aptitude-doc-fi
xul-ext-thunderbird-locale-fy-nl
python-uniconvertor-dbg
python-aubio
language-pack-kde-da-base
libxml++2.6-2
hunspell-dictionary-fr
freeradius-krb5
libxcomposite1
aptitude-doc-en
weather
vdr-plugin-lcdproc
r-cran-hmisc
python2.6-txaws
python-slimmer
python2-pgsql
monkey-bubble
ltsp-controlaula
libxerces-c3-dev
libspandsp-dev
libpacketdump3-dev
libplayererror2
libgme-dev
libghc6-pandoc-doc
arpack2-dev
tcl8.3-dev
courier-imap-ssl
cl-xptest
apertium-pcre2
hunspell-dictionary-id
libxcb-composite0-dev
libts-0.0-0-dbg
language-pack-uz-base
ktip
libice-dev
mrxvt
libtoolkit-perl
libntrack-glib-dev
libmon-perl
libmaven-compiler-plugin-java
libgdome2-cpp-smart0
libdime-doc
libclutter-imcontext-0.1-0-dbg
libobject-event-perl
gnomeradio
gmt-tutorial
viewres
step-kde4
linux-source-2.6
libksane0
kdeprint
libcdparanoia-dev
r-cran-rodbc
python2.6-kaa-base
newpki-server
jpeginfo
grandfatherclock
proftpd-basic
hunspell-dictionary-ja
lp-solve
language-pack-kde-mk-base
language-pack-kde-ku-base
k3b-dbg
traceroute
cervisia
automake1.4
liboro-java
xplot
scanssh
maemo-af-desktop-l10n-engb
loki
libsword1
libopencascade6.2-dev
libggi-target-svgalib
libgdcm-cil
libbobcat1
libalog0.3-full
libtao-dev
gnat-4.3-doc
galan
ctioga
blocks-of-the-undead-data
apertium-eu-es
python-twisted-mail
automake1.5
linux-headers-3.0.0-31-generic
linux-headers-3.0.0-26-generic
librmagick-ruby
libmapscript-ruby1.9.1
liblua5.1-wsapi-fcgi-dev
libxml-xslt-perl
libghc6-gtksourceview2-dev
freemat
dopewars-data
libbobcat2
python2.3-twisted-core
libgail17
language-support-writing-nb
kreversi-kde4
libcanberra-gnome
iswedish
automake1.6
vdr-plugin-remote
sugar-logviewer-activity
qprint-doc
python2.5-pypcap
python-pyfribidi
python2.6-obexftp
mirage
mira
libsqlite0-tcl
libnjb-examples
libccaudio2-dev
libatlas-3gf.so
dpsyco-ssh
automake1.7
libmpfr1
libgail18
language-pack-kde-uz-base
branding-ubuntu
zerofree
libwine-gphoto2
ttf-georgewilliams
libsword4
libwagon-java
libghc6-network-prof
libcodemodel-java
libghc6-utf8-string-doc
libnet-ssh-gateway-ruby1.8
libterm-progressbar-perl
python-zope.interface-dbg
libltdl3-dev
libc-dev
libarchive1
qutecsound
libtest-most-perl
libsword5
libstfl-ruby
libqglviewer-qt4-dev
libgdata-java
libcsoundac5.1
gforge-plugin-mediawiki
einstein
blepvco
xserver-xorg-video-apm
hunspell-dictionary-ka
hunspell-dictionary-gu
libarchive2
language-support-writing-ne
automake1.9
snowdrop
python-setools
python-meliae
php-net-ldap2
openshot
freemed
limma
wx2.6-doc
libticalcs2
libsword6
libqcad0-dev
libcsoundac5.2
libcrypto++-utils
flwm-dbg
event-rpc-perl
docbook5-defguide
claws-mail-mailmbox-plugin
aptitude-doc-fr
openoffice.org-l10n-zu
libsilgraphite-2.0
language-support-writing-ku
linux-backports-modules-compat-wireless-2.6.38-2.6.32-33-server
xmms2-plugin-normalize
xfce4-cpufreq-plugin
w3c-markup-validator
python2.5-pysnmp2
sorcerer
libticalcs3
libsword7
libpoe-component-client-dns-perl
libghc6-parsec-doc
libghc6-diff-prof
libghc6-quickcheck-prof-2.1.0.2-6b9c5
libdata-format-html-perl
librsplib2
krecipes-doc
jlha-utils
neko
gnumeric1.0
freetennis-common
collatinus-doc
hunspell-dictionary-hr
libxplc0.3.13-dev
libqt4-xmlpatterns-dbg
libmono-peapi2.0-cil
language-pack-gnome-fur
libavutil49
samhain
sysrqd
phpgroupware-0.9.16-phpgwapi
mffm-fftw-dev
libticalcs4
libsfml1.deb3-dev
libopenvasnasl1-dev
junior-tasks
gnupg-pkcs11-scd-dbg
gnome-backgrounds
esniper
libsword8
libguichan-0.8.1-1
xotcl
libwxbase2.8-0
libgnome2-ruby
libmodule-load-perl
xpdf-japanese
vdr-rcu
mp3cd
libxmlezout0
libexporter-lite-perl
libcamljava-ocaml-dev
gnome-shell
globus-scheduler-event-generator-progs
xfonts-intl-asian
aptitude-doc-ja
libntfs10
language-pack-kde-hsb-base
language-pack-gnome-hne
gs-esp
bzrtools
debootstrap
java2-runtime-headless
xserver-xorg-input-evtouch
webcalendar
python2.3-ldaptor
pica-doc
octave-combinatorics
nxtvepg
libupnp4-dbg
libsefs-dev
libapache2-mod-line-edit
libapache2-mod-chroot
libaiksaurus-1.2-data
kadu-kde-modules
heimdal-lib
gkrelltopd
eclipse-jdt
blueman
language-support-writing-lt
hunspell-dictionary-hu
hunspell-en-ca
usplash-theme-sabily
unifdef
python2.6-qt3-gl
luola-levels
libserf-dbg
libreins-ocaml-dev-fx9t4
libmm-dev
libghc6-ldap-dev
libdbd-sqlite3-ruby1.8
libcdk-examples
libappframework-java
knoda
galax
openoffice.org2-thesaurus-hi-in
realpath
libpth20
libdigest-sha1-perl
python-tftpy
python2.6-milter
libmarc-lint-perl
libdap-bin
libbitstring-ocaml-dev
libinline-perl
sylpheed-claws-gtk2
libalgorithm-diff-ruby1.8
apcalc-common
seyon
oem-config-keyboard
libmodello-java
libbase-java-openoffice.org
language-support-writing-nl
language-support-writing-lv
ibus-table-cangjie
efibootmgr
laptop-detect
linux-headers-generic-lts-backport-natty
xfce4-smartpm-plugin
python2.1-medusa
xul-ext-prism
planfacile
otf-ipaexfont-gothic
mp3info-gtk
libavbin0
kdeartwork-theme-window
interchange-ui
heimdal-servers
erlang-reltool
lapack3-dev
btnx-config
xz-lzma
xserver-xorg-video-ark
go-home-applet
emacs-goodies-extra-el
xpdf-korean
libunique-1.0-0
linux-headers-3.0.0-20-server
linux-headers-3.0.0-15-server
tpclient-pywx
tenmado
pylint
peless
libparagui1.1-dev
libmaven-war-plugin-java
libkarma-cil
libglobus-authz-dev
ii-esu
plplot9-driver-xwin
glade-2
djbdns-doc
cm-super-minimal
bve-train
anjsp
libscalar-list-utils-perl
hunspell-dictionary-it
language-support-writing-nn
libflite1
libldap-2.4-2
update-notifier-kde
python-hildon-dev
plasmoid-toggle-compositing
libvirt-ocaml-dev
libcmd-ruby1.8
language-support-writing-no
hildon-desktop
libghc6-gnomevfs-dev
glade-3
libghc6-filepath-prof-1.1.0.3-3f3be
fwbuilder-linux
cl-sql-postgresql
blacs-mpi-test
arp-scan
apt-forktracer
knode
kblocks
linux-image-2.6.32-314-ec2
linux-image-2.6.32-309-ec2
linux-backports-modules-compat-wireless-2.6.38-2.6.32-45-generic
tropic-gdm-theme
simph323-titan
ruby1.9-examples
r-cran-kernsmooth
python-qt3-doc
plplot-doc
passwdqc
palbart
libtaoframework-ffmpeg0.4-cil
ocamlbricks
kpresenter-data
debian-reference-zh-tw
libxaw7-dev
linux-backports-modules-input-2.6.32-32-generic
python2.6-mmkeys
loadlin
libranlip1c2
libparagui1.0
kdesvn
gputils-doc
kmrml
ogg123
libglobus-rsl-assist2
gjdoc-native
geximon
planetpenguin-racer-data
denyhosts-common
miro
aoeui
not+sysv-solaris
python3-all
hunspell-dictionary-km
icedove
base-files
bacula-sd-mysql
fakeroot
linux-backports-modules-wireless-2.6.32-22-preempt
linux-image-2.6.32-45-virtual
typo3-dummy
python-netfilter
penguintv
libpicocontainer-java
libparagui1.1
libsfml-audio1.5
gtodo-applet
gfortran-4.3-multilib
ganglia-monitor
udpcast
fbgrab
bochsbios
hunspell-dictionary-kn
libpoppler-glib-dev
language-support-writing-nr
kde-zeroconf-kde4
katomic
libbrlapi0.5
linux-backports-modules-compat-wireless-2.6.39-2.6.32-34-preempt
linux-backports-modules-compat-wireless-3.3-2.6.32-43-generic
xchat-gnome-indicator
uim-el
python2.6-pyrad
mysqltcl
libpoe-component-client-mpd-perl
libmath-random-isaac-perl
libbdd-dev
gadmin-openvpn-client-dbg
fso-config-gta01
libfilesys-df-perl
libosip2-4
add-apt-key
hunspell-dictionary-ko
qca-dev
libmodule-pluggable-perl
libjasper-runtime
myspell-en-au
gimp-wget
zhcon
wps2sxw
virtuoso-opensource-6.0-bin
tightvnc-java
telepathy-core
seamonkey-dbg
viper
pgagent
monodoc-taglib-manual
libwx-perl
libabstract-ruby
kword-data
stegavorto
inetutils-telnetd
libgwenhywfar47-dbg
libgcj9-0-awt
gambc
fso-config-gta02
python2.6-gconf
libxpm4-dbg
linux-backports-modules-alsa-2.6.32-40-preempt
linux-backports-modules-alsa-2.6.32-35-preempt
licq-plugin-autoreply
libnmz3-dev
ipset-source
hol88
frama-c
libamrita-ruby1.8
xserver-xorg-video-ati
thunderbird-locale-fy-nl
hunspell-dictionary-nb
linux-wlan-ng-0.1.15-modules
libsyslog-ruby
libpam-opie
libindicate-gtk-dev
libcdebconf-dev
xfce4-dev-tools
tcputils
tclex
papaya
mypasswordsafe
libtime-progress-perl
libguichan-0.8.1-1-dbg
libfm-utils
libghc6-bin-package-db-doc
sensible-mda
libglobus-gsi-cert-utils0
libffcall1-dev
bugs-everywhere
shorewall-doc
unattended-upgrades
libgda-4.0-common
libappindicator0.0-cil
lib32readline-dev
language-support-writing-pl
openjade1.3
amor-kde4
libauthen-sasl-perl
wims-java-applets
soundkonverter
ratproxy
python-zope.cachedescriptors
nikwi-data
mx44
libvirt-ocaml-dev-nky89
libtie-dbi-perl
libsynthesis0
libgda4-bin
jzip
xul-ext-notify
elinks-data
libnet-ssh-perl
cdbackup
texlive-fonts-extra
science-physics
python-transmissionrpc
pythoncard-tools
libunbound-dev
swissknife
libpam-nufw
libmarc-record-perl
libgsasl1-dev
libmoosex-params-validate-perl
libextutils-autoinstall-perl
libhttp-body-perl
k3dsurf
ttf-mona
fsl-fslview
epigrass
python-moovida
dpsyco
mono-xsp1
abraca
libmotif-dev
latexmk
libglib1.3-doc
hunspell-dictionary-ne
libxrandr-dev
brltty-speechd
elks-libc
srtp-docs
xserver-xfbdev
geant4
blzpack
python2.3-twisted-web2
python2.6-pocketsphinx-dbg
python2.6-bibtex
libspiff-dev
librudiments0.30
libplucene-perl
libocamlbricks-ocaml-dev-puyz4
libnet-scp-expect-perl
gcc-4.1-source
ember
mono-xsp2
pulseaudio-module-udev
hunspell-dictionary-mk
hunspell-dictionary-ku
libstdc++6-4.1-dbg
kleopatra
gnome-media
authbind
linux-backports-modules-compat-wireless-3.2-2.6.32-41-server
pike7.6-sane
libtwolame-dev
libpolyorb-dbg
libnxml0-dbg
libmono-cecil0.4-cil
libclass-accessor-grouped-perl
nas-bin
dans-gdal-scripts
uuencode
hunspell-dictionary-ml
etckeeper
linux-backports-modules-compat-wireless-2.6.36-2.6.32-42-generic
linux-backports-modules-compat-wireless-2.6.36-2.6.32-37-generic
starplot
xorsa
python2.6-soya
python-rapi2
pyliblo-utils
php5-svn
orville-write
obm-ui
nethack-x11
lwp-dbg
libpfm3-3.2-dev
libmodem-vgetty-perl
hamlib4-tcl
librudiments0.32
kiki-the-nano-bot
italc-client
ckeditor
cipux-rpc-tools
boa-constructor
python2.3-twisted-runner
hunspell-dictionary-oc
libmono-system-data1.0-cil
libkonqsidebarplugin4
kdebase-runtime-data-common
libg++27-dev
libwirble-ruby1.8
libwhisker2-perl
libspread-dev
libhttp-access2-ruby1.8
libgnelib0-dbg
libcrypt-ciphersaber-perl
krecipes
xul-ext-greasemonkey
libexo-0.3-0
cryptcat
collatinus
hunspell-dictionary-mn
x11proto-video-dev
lib-readline-java-doc
libindicate-qt-dev
libgmime-2.4-2
libv4l-0
gnome-mahjongg
libcupsppdc1
xnec2c
search-citeseer
scim-python-englishwriter
s3270
riece-hangman
python2.4-biopython
libxerces-c3-doc
wnn-dev
libspandsp-doc
libopenct1-dbg
libneon26
libkarma-dev
libkal-dev
libpdflib804-2-gfortran
libghc6-stream-prof-0.4.1-00f9a
libcatalyst-modules-extra-perl
ksvg
gozer
dodgindiamond2
libpolkit-dbus2
asterisk-mobile
ttf-dejavu-extra
xul-ext-thunderbird-locale-nb-no
tcl8.3-doc
python-qt4-phonon
sasl2-bin
hunspell-dictionary-lt
liblcms1
linux-backports-modules-compat-wireless-2.6.37-2.6.32-31-preempt
linux-backports-modules-compat-wireless-2.6.37-2.6.32-26-preempt
linux-backports-modules-compat-wireless-3.1-2.6.32-40-generic
yahtzeesharp
smart-notifier
sa-exim
python-impacket-doc
gdm-theme
libstfl0
mythtv
libggi-target-glide
libcconv-dev
libalog-base-dbg
kadu-themes
docvert-openoffice.org
rox-filer
csmash-demosong
texlive-lang-polish
ooqstart-gnome
libxvmc1-dbg
libsane-extras-dbg
libneon27
libjoda-time-java
libboost-python1.39-dev
acl-dev
myspell-en-gb
language-support-writing-se
language-support-writing-pt
language-pack-an-base
metacity
anthy-cannadic-2ch
bitmap-font
tp-smapi-source
python-sparse-examples
python2.4-kjbuckets
opensync-module-python
libhk-classes-dev
libcairo-ocaml-wyte1
librqrcode-ruby1.8
gnustep-xgps0
arc-colors
freebsd-buildutils
sdic-edict
librevm0
shorewall-perl
hunspell-dictionary-nl
hunspell-dictionary-lv
libpolkit-backend-1-dev
language-pack-gnome-hsb
kruler
kde-l10n-ca
wesnoth-1.8-tools
python-pysnmp4-mibs
python2.5-json
nget
libtao-doc
libnb-javaparser-java
liblua50-dev
libjasperreports-java
libgloox-dbg
g3dviewer-dbg
abntex
x-common
hunspell-dictionary-mr
kde-l10n-bg
libgeronimo-jms-1.1-spec-java
telepathy-gabble
linux-image-2.6.32-42-generic
linux-image-2.6.32-37-generic
ucblogo
python-argparse-doc
projectl
phpsysinfo
libtunepimp5-mp3
libtest-reporter-perl
libnekohtml-java-doc
libghc6-gtksourceview2-doc
libfile-fu-perl
geekcode
hunspell-dictionary-nn
liblastfm-fingerprint0
libgnome2-vfs-perl
language-pack-mi-base
language-pack-ks-base
libhal-storage1
python-pyatspi2
tads2-mode
sysnews
python2.6-pyosd
php-net-checkip
munge
usrp-firmware
libsvn-look-perl
libccaudio2-doc
kronolith2
hfsprogs
gridengine-qmon
libghc6-random-dev-1.0.0.2-cf650
gambas2-gb-info
liberis-1.3-15
dwdiff
libcipux-object-perl
mozilla-dev
libxdelta3-dev
libfence4
libnet-ip-perl
python2.5-cherrypy3
phpgroupware-0.9.16-filemanager
libc-doc
libwpeditor-dev
libucl-common
libphysfs-1.0-0
libgringotts1
libfaad2-dev
libdbd-odbc-ruby
gnome-exe-thumbnailer
gnats-user
thunderbird-thunderbird-locale-es-ar
texi2html
libdb4.7-java
language-support-writing-ro
language-pack-kde-an-base
tuxpaint-plugins-default
octave-communications-common
melting-gui
libseaudit-dev
libpmount-dev
libkorundum4-ruby1.8
libgringotts2
gramadoir
bgoffice-dict-downloader
fatattr
dtc-xen-firewall
bindwood
3270-common
libeggdbus-1-dev
language-support-writing-sk
kde-l10n-da
iceweasel-firegpg
libglewmx-dev
libcoveb1
libbiojava1.6-java
cutter
crossfire-edit
convert-pgn
ttf-bangla-fonts
python3-dbg
hunspell-dictionary-om
hunspell-dictionary-nr
x11proto-resource-dev
libmono-simd2.0-cil
language-support-writing-sl
linux-backports-modules-compat-wireless-2.6.34-2.6.32-34-generic
linux-backports-modules-compat-wireless-2.6.34-2.6.32-29-generic
uncrustify
ulogd-pcap
sigit
qamix
octave-nan
mysql-query-browser-common
libpmount0.0
libeventmachine-ruby-doc
libburn-dbg
keyboardcast
fte-xwindow
hunspell-dictionary-ns
language-support-writing-th
language-pack-kde-mi-base
language-pack-kde-ks-base
ttf-thai-tlwg
kde-l10n-ar
aspell-doc
abrowser-3.5
websvn
sgrep
rubberband-ladspa
mutter-moblin-common
krusader
kde-icons-kneu
ngspice
libcurl3-openssl-dev
libcanberra-pulse-dbg
nautilus
links
abrowser-3.6
shorlfilter
pythoncad
muttprint-manual
miwm
libupnp4-dev
libredcloth-ruby1.9.1
libpigment0.3-9
libiksemel1
libexif-gtk-dev
gxineplugin
libbickley-0.4-0
kde-l10n-de
kcolorchooser-kde4
gs-gpl
mkhybrid
sugar-calculate-activity
squirrelmail-decode
python-application
popa3d
caftools
libserf-dev
libprojectm-dev
libmoosex-declare-perl
liblua5.1-lpeg1
liblablgtksourceview2-ocaml-dev
kolabconf
libcache-perl
python-pygraphviz
ophcrack
libimage-info-perl
hunspell-dictionary-pl
libtunepimp2-dev
language-support-writing-ru
libk3b6-extracodecs
libmono-system2.0-cil
xfce4-notes-plugin
apm-sleep
python2.3-libuser
mview
libsha-ocaml-lt232
libopenraw1
liblua5.1-curl-dev
liblua5.1-lpeg2
libipathverbs1
libjasper-1.701-dev
ruby-elisp
libiksemel3
hunspell-dictionary-or
libpangomm-1.4-dbg
libmono1.0-cil
libloudmouth-dev
language-support-writing-tl
aisleriot
tcptraceroute
xplot-xplot.org
sepol-utils
libsvn-web-perl
libmono-windowsbase3.0-cil
liblua5.1-soap0
libghc6-soegtk-prof
ldap-haskell-doc
libumad2sim0
gtk2-engines-wonderland
fvwm-beta
fossology-dev
flydraw
eclipse-common-nls
cl-lml
libopenid-ruby
acl2-books
libmalaga7
language-support-writing-sr
xserver-xorg-driver-dummy
nfdump
mediatomb
medcon
libggi-targets-x
eclipse-platform-data
xfonts-scalable
lapack3-doc
libboost-iostreams1.36-dev
libexpat1-dev
language-support-writing-tn
language-support-writing-ss
kubuntu-default-settings
libcdio-paranoia0
grub-efi-amd64
erlang-manpages
libqt4-qt3support
octave2.1
tdfsb
python-tp-client
phonon-backend-null
libverilog-perl
libsigc++-dev
libunshield0
libtest-longstring-perl
libglobus-authz-doc
umbrello-kde4
libcupsimage2-dev
language-support-writing-ve
language-support-writing-st
kcalc-kde4
janino
boot-floppies
zsqlrelayda
scilab-bin
scilab-ann
radsecproxy
libwiki-toolkit-plugin-diff-perl
libghc6-gnomevfs-doc
gnash-cygnal
gmlive
freemix
libssl096-dev
language-support-writing-uk
libgnome2-0
linux-backports-modules-wireless-2.6.32-45-generic
xfonts-thai-manop
slbackup
libuclmmbase1-dev
libroot-mathmore
libmesh0.6.2-pure-dev
libladspa-ocaml-dev-h7790
libghc6-x11-xft-prof
libalgorithm-c3-perl
libajax6
fonttosfnt
resource-file-generator
libreiser4-dev
language-support-writing-sv
linux-lts-backport-maverick-doc-2.6.35
python-rtfcomp
php-zeroc-ice
putty
link-monitor-applet
lighttpd-mod-trigger-b4-dl
libmad-ocaml-dev-byso6
libghc6-gtk-prof
libexpat-ocaml
libcommons-modeler-java-doc
language-support-writing-sw
jmeter-java
libcgi-formbuilder-perl
xul-ext-thunderbird-locale-en-gb
python2.2-xapian
mozilla-plugin-vlc
libreadline5-dbg
cdparanoia
xball
remctl
octave-ident
libmodule-install-xsutil-perl
gnustep-gui-runtime-dbg
mminstance
gssdp-tools
gambas2-gb-db-sqlite2
hunspell-dictionary-pt
libiw-dev
language-support-writing-vi
language-support-writing-ts
kde-l10n-cs
sysvinit-utils
hunspell-dictionary-se
gtk-im-libthai
libcompizconfig0
linux-image-virtual-lts-backport-natty
virtuoso-vad-tutorial
libnettle1
libmodule-starter-plugin-cgiapp-perl
libdap-dev
libgwenhywfar47-dev
kolab-resource-handlers
jruby
gambas2-gb-db-sqlite3
elfrc
libroken18-heimdal
verilog
blacs-mpich-test
bibclean
alsaplayer-output
hunspell-dictionary-ta
maven-debian-helper
libmono-system-ldap1.0-cil
lib32gomp1
cheese-hildon
unrar
tpm-tools-dbg
r-cran-rmetrics
ruby1.9.1-examples
python-jsonpickle
python2.4-ipy
python-gnuradio-audio-jack
libudns-dev
hildon-libs-dev
gamgi
egroupware-news-admin
boinc-app-milkyway
xcompmgr
python-twisted-bin
policykit-1-doc
kde-l10n-ga
yubikey-server-c
xotcl-dev
wotsap
python-audit
plasma-widget-playwolf
libsbml1
love
libxyssl-dev
libunistring0
libticalcs4-dev
libpdf-create-perl
libfortune-perl
iftop
libibumad1
hunspell-dictionary-sh
colrconv
transmission
libnettle3
kde-l10n-el
checkbox-gtk
auctex
xchain
python-pywbem
octave2.9
modemu
libmethod-alias-perl
libjana-ecal0
libhtml-wikiconverter-pmwiki-perl
libcommons-modeler-java
kdiff3
ircd-irc2
gniall
evolver
elida
thunderbird-locale-nb-no
python2.6-moinmoin
hunspell-dictionary-si
munin
libwebkit-1.0-common
gtk-qt-engine
planetpenguin-racer-extras
libsoundgen-dbg
sofa-doc
libqtscript4-phonon
libmahoro-ruby
liblua5.1-copas-dev
libestraier-ruby1.8
industrialtango-theme
libmerb-helpers-ruby
hunspell-dictionary-te
squashfs-tools
libgp11-dev
freetype
libatlas3gf-base
kde-l10n-fi
hunspell-dictionary-ro
uim-applet-gnome
python2.6-sugar-toolkit-0.88
python2.4-simpy
libshhopt-dev
libnet-ntp-perl
liblua5.1-rex-posix-dev
gtkgl-dev
libgpp4f-0
libghc6-magic-prof
libcherokee-server0-dev
libatlas-headers
libassa3.5-5-dbg
libahven-dev
gosa-desktop
gtali
libghc6-haskell98-prof
libstdc++6-4.1-dev
erlang-corba
debian-xcontrol
d-feet
libio-zlib-perl
hunspell-dictionary-sk
libpurple-bin
kde-l10n-eo
gnome-settings-daemon-dev
bind9-host
linux-headers-2.6.32-31-generic
linux-headers-2.6.32-26-generic
zoem-doc
xsplash-artwork
python2.4-openal
openttd-opensfx
mpeg3-utils
libwebservice-musicbrainz-perl
libpoppler-glib-ruby1.8
libnxml0-dev
libmoosex-blessed-reconstruct-perl
liblchown-perl
libjdo-api-java
libinventor0c102
libghc6-haxml-prof-1.13.3-53bf6
ibus-table-translit
caret-data
bibletime-i18n
html2ps
thunderbird-thunderbird-locale-es-es
hunspell-dictionary-tg
hunspell-dictionary-sl
linuxdoc-tools-text
libslang2-dev
lib32gfortran3
language-pack-kde-nso-base
language-pack-nan-base
libxerces2-java
wordnet-base
weka-doc
nice
ncurses-hexedit
lubuntu-default-settings
libtheora-ocaml-dev-s4pl4
libgio-fam
libaqbanking29-plugins-qt
libnet-openid-consumer-perl
gpsim-logic
geany-plugin-lua
fatsort
gtalk
emacspeak-dt
cthumb
polipo
python2.3-f2py
hunspell-dictionary-th
libgconf2.24-cil
libdb2-dev
libpolkit-qt-1-0
swi-prolog-http
pfmon
python-pyxmpp-doc
mono-fastcgi-server1
libucil-dev
gpe-filemanager
flickrfs
translate-toolkit-dev-doc
libkexiv2-7-dev
language-support-writing-xh
python-numpy
germinate
update-notifier
xmms2-plugin-avcodec
ttf-atarismall
speedometer
scim-config-socket
rosegarden-data
mono-fastcgi-server2
lsdb
libpurelibc-dev
libopenct1-dev
liboggkate-dev
libjboss-metadata-java
libcatalyst-view-tt-perl
jclic
blackbox-themes
xserver-xorg-driver-vesa
smartsuite
numlockx
libxmuu1-dbg
kubuntu-desktop
kde-l10n-es
diffstat
linux-headers-lbm-2.6.32-24-server
linux-backports-modules-wireless-2.6.35-lucid-server
linux-backports-modules-compat-wireless-2.6.35-2.6.32-42-server
linux-backports-modules-compat-wireless-2.6.35-2.6.32-37-server
turnin-ng
tropic-session-splashes
selflinux
python-packagekit-gtk
python-urwid
openoffice.org-dmaths
motion
loggerhead
libyaml-appconfig-perl
ibxml++0-dev
libswirl-java-doc
libmoosex-strictconstructor-perl
libmgl-qt5
libjs-jquery-ui-docs
libhugs-glut-bundled
libgenome-1.3-0-dev
libvomsapi0
libghc6-glib-dev
grhino-data
elfsh
hunspell-dictionary-ru
libsane-extras-dev
kde-l10n-he
kde-l10n-et
irqbalance
emacs23-bin-common
libblkid1
tipptrainer-data-de
skksearch
selinux-policy-refpolicy-dev
paje.app
muine-plugin-audioscrobbler
libzeroc-ice32-dbg
libgruff-ruby-doc
libdrizzle0
libganglia1
fuse-zip
libproc-process-perl
cl-sql-mysql
cdd-dev
zsh-dbg
hunspell-dictionary-ug
libgda4-dev
libcxsparse2.2.3
language-support-writing-uz
kde-l10n-eu
linux-backports-modules-compat-wireless-2.6.38-2.6.32-43-preempt
linux-backports-modules-compat-wireless-2.6.38-2.6.32-38-preempt
xfce4-datetime-plugin
turqstat
smplayer-themes
lsat
lout
libpt-1.10.10-plugins-alsa
libmodule-versions-report-perl
libmath-random-tt800-perl
libgloox-dev
libghc6-language-c-prof-0.3.1.1-78538
libghc6-hlist-dev
libghc6-hashed-storage-prof-0.3.9-1d648
libevtlog-dev
httest
gadmin-proftpd
dictionaryreader.app
ddccontrol
bpython
binkd
xulrunner-1.9-dev
gutsy-wallpapers
hunspell-dictionary-rw
libmono0
liblaunchpad-integration-dev
kde-l10n-gl
hunspell-dictionary-sr
foomatic-db-engine
linux-backports-modules-input-2.6.32-30-preempt
ttf-kochi-mincho-naga10
tinyscheme
splint-doc
ri-li
openoffice.org-starter-guide
lzip-dbg
ludevit
slv2-jack
libmaven-resources-plugin-java
libplexus-compiler-javac-java
liblog4cxx9-dev
libghc6-edison-api-prof
libbunny-ruby1.9.1
kdelibs4c2-dbg
gimp-refocus
ggz-gtk-games
dangen
codelite-plugins-externaltools
python-sphinx
python-evince
hunspell-dictionary-tn
hunspell-dictionary-ss
kde-l10n-fr
kbreakout-kde4
kubuntu-firefox-installer
dia-libs
vnc-java
python-pysqlite2-dbg
libpcscada-dev
libpam-ocaml-dev
libnet-dhcp-perl
liblingua-pt-stemmer-perl
libjts-java-doc
libgfccore-2.0-0c2a-dbg
libevtlog0-dbg
liballegro4.2-plugin-esd
gmpc-plugins
libggzdmod++1
debram-data
cultivation
xserver-xorg-driver-cirrus
python2.6-gst0.10
hunspell-dictionary-ve
hunspell-dictionary-st
openoffice.org-hyphenation-hi-in
libpackagekit-glib-12
libdbd-csv-perl
nas-dev
kde-l10n-id
kde-l10n-hi
libconvert-tnef-perl
linux-backports-modules-compat-wireless-3.3-2.6.32-41-preempt
linux-image-2.6.35-30-generic
linux-image-2.6.35-25-generic
v-sim-plugins
sipsak
python-optcomplete
librenaissance-dev
libnethttpd-ocaml-dev-rim87
libgv-ruby
libcache-memcached-perl
mksh
python-dulwich
hunspell-dictionary-uk
language-pack-shs-base
evolution-indicator
libcupsimage2
procps
python-zope.broken
open-font-design-toolkit
libginspx-dev
libnautilus-burn4
libxml-light-ocaml-dev-506q1
libiceutil33
libgpewidget1
gnome-illustrious-icon-theme
gir1.0-gtkchamplain-0.4
gir1.0-webkit-1.0
libpaw1-dev
awn-settings
schedutils
hunspell-dictionary-sv
language-pack-gnome-nr-base
language-pack-gnome-om-base
ktux
kde-l10n-ja
gamin
libgphoto2-port0
linux-image-2.6.32-41-generic-pae
linux-image-2.6.32-36-generic-pae
linux-headers-2.6.32-23-server
libplpc2a
migrate
libwfmath-doc
libstatistics-test-sequence-perl
libevent-perl
libpetsc3.0.0
preferences.app
fte-cfgdocs
fortunes-eo-ascii
xfonts-encodings
python3-dev
libjs-mochikit
hunspell-dictionary-tr
openoffice.org2-thesaurus-pt-br
libeggdbus-1-doc
vlc-plugin-svg
ttf-engadget
python2.6-stfl
libtemplate-provider-fromdata-perl
liboggplay-dev
libburn-dev
gbiff
geoclue-gsmloc
libgwrapguile-dev
libnumber-format-perl
libcipux-rpc-perl
audacious
fslsfonts
texlive-doc-bg
python2.3-pylibacl
python-freevo
hunspell-dictionary-ts
libxtst6-dbg
tomcat6
language-pack-bg-base
showimg
hunspell-dictionary-vi
gvfs-fuse
libnet-smtp-ssl-perl
linux-backports-modules-input-2.6.32-30-server
teleport
phpbb3
octave3.0
mppenc
mffm-fftw1
python-ldtp
libtest-www-mechanize-cgiapp-perl
inkblot
xul-ext-ubuntu-it-menu
firebird1.5-super
libgraflib1-dev
camserv-relay
banshee-extension-appindicator
nvidia-173-dev
libvdpau-dev
libqt4-phonon
baobab
linux-backports-modules-wwan-2.6.32-32-generic
linux-backports-modules-wwan-2.6.32-27-generic
linux-backports-modules-compat-wireless-2.6.35-2.6.32-46-generic
tuxguitar-jsa
python-zope.app.testing
python2.6-kaa-metadata
octave3.1
libzip-ruby1.8
librtfcomp-dbg
libpoe-component-pcap-perl
libopen4-ruby
libbio-ruby
libgd-graph3d-perl
cowbuilder
ltspfs
libxmlrpc-c3-dev
enblend
kde-l10n-fy
libidn11
libio-stringy-perl
xmms2-plugin-xspf
news
python2.3-pychart
sugar-0.84
pidgin-musictracker
nip2
libtext-kakasi-perl
libmumps-4.9.2
liblua5.1-wsapi-doc
libgrib-api-data
hostap-utils
ftp-ssl
octave3.2
dpm-mysql-srmv22
ubuntu-docs
smbldap-tools
python2.6-imaging-tk
libconfig-inifiles-perl
language-pack-nb-base
language-pack-mg-base
kwin
kde-l10n-gu
libpoe-component-client-keepalive-perl
linux-headers-virtual-lts-backport-oneiric
z8530-utils2
unetbootin-translations
espresso++
r-cran-rquantlib
python2.3-dialog
licq-plugin-kde
libdublincore-record-perl
libdbi0-dev
libdata-report-perl
libcpptest-dev
libacme-poe-knee-perl
inetutils-talkd
detachtty
python-kaa-metadata
thunderbird-locale-en-gb
libcompress-raw-bzip2-perl
lirc-modules-source
libpangomm-1.4-dev
libglibmm-2.4-dbg
refblas3-dev
klettres
linux-backports-modules-compat-wireless-2.6.36-2.6.32-40-preempt
linux-backports-modules-compat-wireless-2.6.36-2.6.32-35-preempt
linux-headers-2.6.35-22-virtual
sugar-0.86
loadwatch
libtrilinos8.0-dbg
libpocoodbc9-dbg
pam-dbus-notify
libocpf-dev
libghc6-mmap-prof
geda-symbols
libenet0debian1
nvidia-kernel-common
language-pack-gnome-mai
language-pack-kde-bg-base
kde-l10n-hr
python-mako
db4.8-util
debhelper
linux-backports-modules-compat-wireless-3.0.0-2.6.32-34-generic
xpilot-ng-common
the-doc
rekonq
python-zope.tal
libmikmod-dev
liblo-tools
libapache2-authenntlm-perl
dict-freedict-fra-nld
libept-dev
linux-headers-lbm-2.6.32-45-server
xfonts-cronyx-cp1251-75dpi
wmsysmon
tipptrainer-data-en
swac-play
sisu-postgresql
scorched3d-data
python2.6-radix
python-libhamlib2
sugar-0.88
libpt-1.11.2-ptrace
libimage-rsvg-perl
libhd15-dev
libeventmachine-ruby
libeid0-dev
libagrep-ocaml-dev-njlo6
ice33-translators
gtans
graphmonkey
libinfinity-0.4-0
libpanelappletmm-2.6-1c2
libmozjs1d-dbg
libgcj9-0
erlang-asn1
cl-acl-compat
libxplc0.3.13
libgegl-0.0-dev
aspell
xserver-xorg-video-radeonhd
syncevolution
sillypoker
r-cran-car
pyecm
libopenhpi-dev
libinotifytools-dev
libace-rmcast-5.6.3
kmysqladmin
kde-style-polyester
gamix
filerunner
texlive-doc-de
tclsh
open-iscsi
myspell-de-de-oldspell
libnss3
wirish
language-pack-kde-nb-base
language-pack-kde-mg-base
kde-l10n-hu
kde-i18n-ca
libgtkhtml-editor0
netbeans-ide
libglpk0-dbg
libghc6-cgi-prof
atlas2
xbase
python-kiwi
libsensors3
ppxp-x11
wvdial
hunspell-dictionary-xh
openoffice.org-officebean
libkleo4-kde4
libdrm-nouveau1
plasma-netbook-dbg
kde-i18n-bg
python-zope.contenttype
octave-ocs
lynkeos.app
libwx11-dev
libsidutils0
libjakarta-ecs-java
libgii0-dev
libggimisc2
libform-validator-ruby1.8
klamav
gnu-fdisk
gir1.0-gconf-2.0
lxterminal
docbook-slides-demo
linux-backports-modules-alsa-2.6.32-21-server
libsasl2
libreadline5-dev
usbmuxd
libsensors4
irb1.8
gcc-4.4-locales
libnet-dns-perl
linux-image-2.6.32-40-preempt
linux-image-2.6.32-35-preempt
scrollz
python-pywapi
python-pyclamd
libzeroc-ice3.3-cil
libpurelibc0-dev
irb1.9
gnucash
gambas2-dev
libapache2-mod-auth-sys-group
libcojets2-dev
hmmer
binclock
libattribute-handlers-perl
libmagick++-dev
kde-l10n-is
nvidia-common
gnome-session-bin
libwrap0
abrowser-flashgot
xmms2-plugin-gvfs
tryton-modules-account-product
tao-trading
njam
libxml-opml-simplegen-perl
libst-dev
liblatex-tom-perl
libintl-gettext-ruby1.8
libdbix-dbschema-perl
kvpm
libmifluz0
hobix
dbacl
das-watchdog
bluemon
edubuntu-docs
python-minimal
libkdcraw7-dev
libgnomeprintui2.2-dev
kde-l10n-it
hunspell-dictionary-uz
libxdamage-dev
elf-binutils
tellico-data
scilab-cli
qliss3d
pnscan
mtd-tools
libzipios++-dev
libplayerdrivers-dev
libopengl-ruby
libdlisp0
libdap-doc
libchise-dev
imaze-sounds
xsane
ebox-ca
ttf-gfs-olga
btanks
bird6
python-egenix-mxtexttools
libfam-dev
language-support-writing-zu
kde-l10n-kk
kde-i18n-da
linux-image-2.6.38-16-virtual
linux-headers-2.6.32-44-server
linux-headers-2.6.32-39-server
linux-image-2.6.32-36-server
linux-image-2.6.32-41-server
xfce4-timer-plugin
scsh-doc
python2.5-rabbyt
modest
libtao-xtresource-dev
libswirl-java-gcj
libsoundtouch-ocaml
libsdl-pango-dev
libsublime-dev
libconfig-simple-perl
ethstats
tracker
luatex-snapshot
libxml-sax-expat-perl
gstreamer0.10-plugins-bad
linux-image-server-lts-backport-oneiric
xotcl-doc
wmmixer
referencer
python2.4-htmltmpl
pyneighborhood
pd-csound
mozgest
moap
libghc6-edisonapi-dev-1.2.1-e21d7
icecream
gnome-u2ps
glchess
swh-plugins
libqzion0a
kde-l10n-km
kde-i18n-ar
linux-backports-modules-compat-wireless-2.6.34-2.6.32-32-preempt
linux-backports-modules-compat-wireless-2.6.34-2.6.32-27-preempt
linux-backports-modules-input-2.6.32-46-server
python2.4-pymad
picocom
phpgroupware-bookmarks
libsoundgen-dev
libploticus0-dev
libperl6-say-perl
libgdcm2.0
libclass-errorhandler-perl
jabber-aim
festival-dev
desklaunch
cfi-en
boxshade
perlsgml
libgtk-vnc-1.0-0
dbus-qt-1-dev
kde-l10n-kn
linux-headers-lbm-2.6.32-32-generic
linux-headers-lbm-2.6.32-27-generic
linux-backports-modules-compat-wireless-2.6.37-2.6.32-32-server
linux-backports-modules-compat-wireless-2.6.37-2.6.32-27-server
tclgeoip
root-ttf
python-libccc
libtext-querysql-perl
libtest-tcp-perl
libstageplugin1
libpocosqlite9
libmeschach-dev
libfinance-bank-ie-permanenttsb-perl
libemail-valid-loose-perl
libconfig-model-backend-augeas-perl
libassa3.5-5-dev
kde-l10n-ko
kde-i18n-de
fetchmailconf
gliese-viewer
php5-lasso
octave3.0-emacsen
ncview
libseed-dev
liboop3
libregexp-common-email-address-perl
ifuse
haskell-devscripts
flamethrower
dietlibc-dev
cdw-common
libstdc++6-4.1-doc
libqt4-debug
lib32ncurses5
ibus-anthy
python-avahi
yate-qt
uim-qt
ufiformat
spl-webspl
kradview
libsoqt3-dev
libxerces-c-dev
libpacketdump-dev
liboop4
kasablanca
libset-crontab-perl
gnuift-perl
gnubiff
gisomount
gforge-plugin-scmsvn
aa3d
python-pastedeploy
openoffice.org-emailmerge
libnfsidmap-dev
kde-l10n-nb
pkg-config
abrowser-webdeveloper
scribus-svn-doc
python2.6-keybinder
mock
libqxrunner-dev
libole-ruby
libhaapi-dev
libbox2d0
libamu-dev
libfile-readbackwards-perl
qof-backend-qsf
zcode-interpreter
bluefish
libxklavier10
libopal-2.2-ptrace
libavalon-framework-java
libbrasero-media0
zope-ploneformgen
figlet
python-asynqueue
libsigc++-1.2-5
libscim8
pgpool2
libdata-ical-perl
hunspell-de-at-frami
libqsearch1
cmake-gui
cl-hyperobject
python-xmmsclient
libgtkada2-bin
python-matplotlib
hunspell-de-de-frami
libxklavier11
libxcb-dri2-0
libqwt5-doc
libgsl0-dbg
wcatalan
python-4suite-xml
xfonts-cronyx-koi8u-misc
proguard
librdmacm1
libplayererror2-dev
libghc6-haskeline-dev
kwalletcli
hexalate
rsynth
ctsim
cdcd-dbg
w9wm
texlive-doc-fi
texlive-doc-en
openoffice.org2-l10n-en-gb
c-shell
lapack-dev
grub-ieee1275
wmmatrix
octave-pdb
nosql
ibxml++0-doc
libtrove-java-doc
libsearch-estraier-perl
libopensrs-perl
libghc6-glib-doc
libgarmin-dev
libdate-leapyear-perl
libfile-path-perl
gjiten
cwebx
cableswig
bzr-dbus
zsh-dev
libboost-thread1.38-dev
egroupware
kde-l10n-mk
kalzium-data-kde4
libgcj-bc
shoes
selinux-policy-refpolicy-doc
python2.3-forgethtml
octave-htmldoc
staden-io-lib-utils
mahara
faketime
dumphd
cherokee
cdd-doc
2vcard
python-configglue
libqt4-sql-sqlite2
libgda4-doc
language-support-input-am
kde-l10n-ml
texinfo-doc-nonfree
gnuserv
linux-backports-modules-wireless-2.6.32-43-preempt
linux-backports-modules-wireless-2.6.32-38-preempt
linux-backports-modules-alsa-2.6.32-42-server
linux-backports-modules-alsa-2.6.32-37-server
sendpage-client
aolserver
xfonts-jisx0213
libobexftp0-dev
libgloox-doc
libbrlapi-jni
gtkpod-aac
libgammu-i18n
gammu
debian-builder
adzapper
python-plist
libmath-bigint-perl
librcc0
libaugeas-ruby1.8
libxklavier15
gcj-4.4-base
libpurple-dev
rttool
python-testtools
python2.4-sqlrelay
slony1-bin
mlterm-im-uim
libvtk-dev
libzzip-dev
libzip-ocaml-7yqn9
klavaro
inotify-tools
gir1.0-indicate-0.2
netkit-inetd
linux
libtotem-plparser-dbg
libqca2-plugin-gnupg
kde-i18n-cs
libxklavier16
telnet
qa-assistant
postmark
pd-pdp
libtao-foxresource-dev
libmasonx-interp-withcallbacks-perl
libjana-examples
libatlas-cpp-0.6-1-dbg
libhugs-haxml
gstreamer0.10-plugins-farsight
gs-cjk-resource-6.0
libgksu-polkit0
skkserv
xen-utils
texlive-doc-es
recode-doc
openoffice.org-l10n-ast
openoffice.org-l10n-zh-cn
nas-doc
kde-l10n-lt
kalarm-kde4
xfonts-cronyx-iso
python-nwsserver
python-enable
osirismd
ocamlwc
odin
libspreadsheet-ruby
librudiments0-dev
libopenthreads2
libio-async-perl
libghc6-cpphs-prof
pvrg-jpeg
libauthen-bitcard-perl
kwnn
cl-split-sequence
libphtools2-dev
libnautilus2-dev
liblensfun-dev
kde-l10n-pa
kde-i18n-ga
linux-image-2.6.38-13-generic
librcov-ruby1.8
r-cran-dbi
python-mokoui
gmailfs
python2.3-biggles
php-xml-rss
php-event-dispatcher
octave-msh
gallery-uploader.
libsofia-sip-ua-glib3
libopenthreads3
libterm-readpassword-perl
libgtkmathview0c2
libgnustep-base1.12-dev
kannel-sqlbox
kbackgammon
crystalcursors
xbatt
libcurl4-gnutls
language-support-input-ar
libkholidays4
kgoldrunner
kde-l10n-nl
kde-l10n-lv
kde-i18n-el
hunspell
zope2.6
wallpaper
python-scrapy-doc
python2.6-elemental
pgstaging
pdf2svg
namazu2-common
miredo
libtk-ruby1.8
libmemcached-tools
liblablgtkmathview-ocaml-sreg8
libcanna1g-dev
libboo-cil-dev
libopal3.6.6-dbg
type-handling
xserver-xfree86
python3-doc
python-ubuntuone-client
libxxf86dga1
librcd0
mailtools
language-support-input-bn
hevea-doc
zope2.7
tea-data
python2.6-csoundac
libpulse-ocaml
libpango1-ruby1.8-dbg
libplexus-classworlds-java
libhyena-cil
libhamlib2++c2
libburn-doc
libiconv-hook1
gpiv-mpi
geotranz-doc
doxypy
bzr-xmloutput
xmeter
texlive-doc-fr
pbmwbmp
libnet-dbus-perl
libjavassist-java-doc
kde-l10n-nn
kde-i18n-fi
libxine1-x
lhs2tex
zope2.8
sphinx2-bin
root-glviewer
optcomplete-common
libsoap-perl
librtfcomp-dev
libproc-fork-perl
libmlt++0.2
libgconf-bridge-dev
libcothreads-ocaml-dev-9ctp4
libalsa-ocaml-dev-jhio2
tfm-arphic-gbsn00lp
libyazpp3
gs-cjk-resource-6.5
python2.4-twisted-web
hunspell-dictionary-zu
lshw
libvirt0-dbg
libvdpau-doc
language-pack-kde-tlh-base
libakonadi-dev
kde-i18n-eo
libgconf2-dev
ecj-bootstrap-gcj
libcupscgi1
zope2.9
vuurmuur
qtdmm
python-yahoo
libqimageblitz0.0-cil
libooolib-perl
libmpich1.0-dev
libgupnp-av-1.0-dbg
libconfig-model-cursesui-perl
libauthen-simple-dbm-perl
kxsldbg-kde3
gnupod-tools
gnome-mousetrap
libdeps-renderer
doc-rfc-std-proposed
adplug-utils
system-tools-backends-dev
lsb-qt4
libqyoto4.5-cil
libcupsmime1-dev
language-pack-gnome-fa-base
language-pack-gnome-az-base
libcaca0
linux-headers-2.6.32-24-preempt
xineliboutput-fbfe
sword-text-itadio
rygel-tracker
python-pyrss2gen
wikipediafs
liby2-14
libtest-cmd-perl
liblingua-en-words2nums-perl
libginspx0
semi-gnus
calibre-bin
gnome-dbg
avifile-xvid-plugin
avida-viewer
adept-common
texlive-doc-ja
libubuntuone1.0-cil-dev
libglibmm-2.4-dev
libfile-copy-recursive-perl
libapache2-webkdc
wcanadian-insane
usbip-source
samizdat
python-django-squeeze
med-bio
libtrilinos8.0-dev
libsaxonb-java
librest-0.6-0-dbg
libnsbmp0-dbg
libhttp-parser-perl
mesag-widgets-dev
libcpptest-doc
isakmpd
disktype
cgi-mapserver
apache-ssl
balsa-dbg
cdlabelgen
qjackctl
openoffice.org-help-2.0.0
libpangomm-1.4-doc
libmono-getoptions1.0-cil
refblas3-doc
language-pack-gnome-nan
linux-backports-modules-compat-wireless-3.1-2.6.32-40-server
xmms2-plugin-karaoke
xblast-tnt-models
libunistring-dev
libmultisync-plugin-irmc-bluetooth
libgmm++-dev
gnome-splashscreen-manager
cl-uffi-tests
kdevelop
startupmanager
libgbf-1-common
openoffice.org-help-2.0.1
camlidl
nut-snmp
libx11-xcb1-dbg
libmeanwhile1
kde-i18n-es
libgucharmap7
gtk2-engines
linux-headers-2.6.38-10-virtual
xdmx-tools
ttf-adf-tribun
stormbaancoureur-data
ratpoison
libtext-bibtex-perl
libset-object-perl
gnome-sharp2-examples
mpich-bin
libevent-rpc-perl
openoffice.org-help-2.0.2
libkopete-dev
libboost-signals1.39-dev
kde-i18n-he
kde-i18n-et
epydoc-doc
gphoto2
system-cleaner-gtk
libgudev-1.0-0
proftpd-abi-1.3.2a
profit
libhd15-doc
libgdchart-gd2-xpm-dev
libfcgi-dev
libcommons-math-java-doc
kio-locate
holotz-castle-data
libghc6-pretty-dev
etherboot
dict-freedict-por-deu
cl-swank
aesfix
gaupol
texlive-lang-tibetan
system-config-printer-gnome
openoffice.org-help-2.0.3
libgegl-0.0-doc
language-pack-be-base
kde-i18n-eu
gnome-applets
gftp-gtk
libgnomecanvas2-0
poppler-utils
terminatorx
pysieved
libglobus-gss-assist-dev
innfeed
iaxclient-tcl
gfortran-4.3
connman-gnome
autocutsel
apt-zip
python-distutils-extra
libmono-cscompmgd8.0-cil
libsamplerate0
kde-l10n-pl
kde-i18n-gl
elilo
proftpd-abi-1.3.2c
linux-backports-modules-compat-wireless-3.2-2.6.32-45-preempt
xfonts-biznet-100dpi
unworkable
sympa
skyeye
python-carquinyol
lslk
logitech-applet
root-plugin-unuran
libjmagick6-java
libicapapi-dev
hindent
gimp-gluas
gcompris-sound
cwiid-dbg
bluetooth
apt-watch-backend
makedepend
ssh-server
python-jppy
kde-i18n-fr
xfree86-common
gnome-user-guide-ast
gfortran-4.4
libasprintf-dev
v-sim-doc
rezound
qsource-highlight
python2.6-smbus
olive
libwrap-ruby1.8
libvldocking-java
tktable
libsprng2
libgsl-ruby-doc
libcamomile-ocaml-dev
grdc-gnome
graphdefang
librenaissance0-dev
gmt-doc
dirmngr
dict-stardic
dancer-xml
cook-doc
memcached
libmono-data1.0-cil
libgnome-menu-dev
libgdata-google1.2-dev
language-pack-ko-base
kde-i18n-id
kde-i18n-hi
selectwm
saidar
root-plugin-asimage
python2.3-tunepimp
libavahi-ui-cil-dev
gtypist
gambas2-doc
copyfs
libacl1
linux-backports-modules-alsa-2.6.32-24-generic
xtermcontrol
sigma-align
postgresql-8.4-postgis
libghc6-alut-dev-2.1.0.2-62e41
libhugs-alut
hol88-help
hodie
db4.6-util
ubuntuone-client
python-plasma
libmaven2-core-java
libgnomeprintui2.2-doc
libbluetooth-dev
language-pack-kde-be-base
kde-i18n-ja
kappfinder-kde4
witalian
libcomerr2
linux-backports-modules-wwan-2.6.32-32-server
linux-backports-modules-wwan-2.6.32-27-server
linux-backports-modules-wireless-2.6.32-31-server
linux-backports-modules-wireless-2.6.32-26-server
smilutils
dbskkd-cdb-dic
python-tp-netlib
plasmoid-kepas
libzipios++-doc
libopenhpi
libevent-loop-ruby1.8
dvi2ps-fontdata-ja
bzr-hg
auto-upgrade-tester
tomcat6-user
libk3b3
ocaml-base-nox-3.11.2
vdr-lirc
libusplash-dev
libhdf5-lam-1.8.4
ifp-line-libifp
gtk-sharp2
hamster-applet
elvis-console
acpi-support-base
dia2code
gpe-calendar
python-gobject-dbg
libsnmp15
libgtkhtml3.16-cil
yforth
r-cran-tkrplot
python-pysnmp2
moreutils
libprima-perl
liboh323-dbg
libkpathsea4
dammit
blas2-dev
libgucharmap5-dev
language-pack-kde-ko-base
ktorrent-data
fortran-compiler
genisoimage
scilab-doc
python-reportbug
python-pysnmp3
mythtv-status
mrd6
logomat-m
libsox-fmt-gsm
libmdc2-dev
libjmdns-java-doc
libcgi-application-basic-plugin-bundle-perl
jed-common
gnome-colors
xgnokii
festival-doc
libcommandline-ruby
blcr-source
xserver-xorg-video-openchrome
kde-l10n-pt
kde-i18n-fy
libk3b6
libkpathsea5
linux-backports-modules-wwan-2.6.32-30-preempt
linux-backports-modules-wwan-2.6.32-25-preempt
linux-backports-modules-compat-wireless-2.6.35-2.6.32-44-preempt
linux-backports-modules-compat-wireless-2.6.35-2.6.32-39-preempt
linux-headers-2.6.32-348-ec2
python2.6-sphinxbase
python-pysnmp4
ulogd-mysql
mped
liquidwar
libpoe-component-dbiagent-perl
libnet-finger-perl
libhdf5-dev
libemma-java
libauthen-simple-cdbi-perl
hildon-theme-mobile-basic
ext3grep
stompserver
texlive-doc-it
python2.4-egenix-mxqueue
kde-i18n-gu
libgeo-ipfree-perl
zope3.0
webxml
tla-tools
silcd
python-libsmbios
python-hachoir-parser
oss4-source
opengtl-tools
visit
splitstree
mascyma
libqthreads-12
libiso2mb-dev
hwloc-nox
paco
google-sitemapgen
geany-plugin-lipsum
dietlibc-doc
libgl1-mesa-swx11
myspell-en-us
zope-replacesupport
ttf-opendin
regina2-dev
pencam
mailfront
libxerces-c-doc
libjcode-perl
libccc-0.1-dev
krossruby
geant321-data
dicelab
centericq-common
amule
xturqstat
libqt-dev
powertop
libstdc++2.9-dev
libglib2.0-data
libbluetooth3-dev
kde-i18n-hr
hunspell-en-us
fontforge-nox
lsof
qchat
linux-patch-tomoyo
libmoosex-async-perl
liblua5.1-sql-sqlite-dev
libigstk4-dev
c-compiler-avr
erlang-toolbar
easypg
python2.6-subversion
libgsl0-dev
kde-l10n-si
libwmf0.2-7
scalapack-test-common
lmarbles
libxml++0-dev
libigraph0
libdvbpsi3-dev
libarchive-any-perl
ircd-ircu
gnome-art
flow-tools
kdenlive
rstat-client
openoffice.org-hyphenation-pt-br
kernel-patch-badram
libqt4-opengl-dev
kde-l10n-ro
erlang-xmerl
routeplanner
libwebservice-solr-perl
libtemplate-multilingual-perl
libemos0d
libghc6-haskeline-doc
gregoriotex
texlive-doc-ko
python-gdk-imlib
noweb
gnome-volume-manager
lapack-doc
kde-l10n-sk
kde-i18n-hu
intel-gpu-tools
git-daemon-run
java6-sdk
python2.6-swap
peace-look
noteedit
netwox-doc
libsvg-graph-ruby1.9.1
liblingua-en-nameparse-perl
libio-epoll-perl
lukemftpd
gnupg-pkcs11-scd
filelight-l10n
pact
zsh-doc
xorg-dev
kde-l10n-tg
kde-l10n-sl
groff
linux-headers-3.0.0-21-virtual
linux-headers-3.0.0-16-virtual
sqlrelay-mdb
realtimebattle-common
libtevent-dev
libccc-0.1-0
kwave-doc
kmhtconvert
i8kfan
deejayd-gstreamer
curlftpfs
cfget
aspectj-doc
apt-dater-host
alex4-data
uboot-mkimage
libpoppler-dev
libjsch-java-doc
libgdata1.2-dev
language-support-input-hi
language-pack-gnome-nds
byacc-j
linux-backports-modules-wireless-3.1-lucid-preempt
tracker-utils
spfmilter
policykit-gnome-doc
libtext-header-perl
root-plugin-ldap
libxine2-x
libkiten-dev
libxml-dumper-perl
libclass-dbi-fromform-perl
scripturechecks
libtotem-plparser-dev
libcluceneindex0
xbase-clients
myspell-en-za
kde-i18n-is
devhelp-common
linux-backports-modules-compat-wireless-2.6.39-2.6.32-43-server
linux-backports-modules-compat-wireless-2.6.39-2.6.32-38-server
tork-data
sjeng
sim-qt
python-pysqlite2-doc
python-lightblue
openexr-viewers
logstalgia
wordnet-sense-index
libsexplib-ocaml-dev
libpocomysql9
libckit-smlnj
python-daemon
sylpheed-claws-gtk2-multi-notifier
printconf
libhpricot-ruby
liblocale-maketext-perl
language-support-input-ja
kpackagekit
kde-i18n-it
preview-latex-style
yersinia
yakuake-kde4
warzone2100-data
untex
pads
mecab-jumandic-utf8
librubberband2
jedit
libghc6-edison-core-dev
globus-gram-job-manager-setup-fork-doc
docbook-xml-slides
libnl1-pre6
kde-l10n-ru
kde-i18n-kk
libselinux1
bacula-common-sqlite3
python-peak.rules
lucy
liece-dcc
librudiments0-doc
libopenrawgnome-dev
libgtkada2-dev
gnuradio-pager
libmono-sharpzip0.84-cil
liblensfun-doc
phluid
python2.4-reverend
nvramtool
libresid-dev
libnetclient-ocaml-dev
chasen-dev
speedy-cgi-perl
libgportugol0
libghc6-dph-base-dev-0.4.0-385a3
flowscan-cuflow
eximdoc4-info
elisa
otf-stix
xwininfo
libnl1-pre8
libraw1394-dev
kde-l10n-sr
kde-i18n-km
libunique-dev
virtual-mysql-client
bzip2-doc
zeroc-ice33
thttpd-util
slashem-common
postgresql-8.4-plsh
netsniff-ng
chasen-dic
piano
mcstrans
lisaac-common
libopenjpeg-dev
libusrp2-dev
libgettext-ocaml-ilcs6
libceguiogrerenderer-1.4.7-dbg
libfreeimage3
diffmon
gcc-avr
angband
texlive-games
libmarble4-kde4
kde-i18n-kn
virsh
tryton-client
t-coffee-doc
qtractor
python-openopt
libpt-plugins-alsa
libpt-1.10.10-plugins-oss
libjana-gtk0
libghc6-haskelldb-hdbc-prof
libgda3-3-dbg
mono-tools-devel
cyrus-doc-2.2
cdrbq
asterisk-ooh323c
texlive-doc-mn
libindicator-dev
libdb4.7-dbg
language-support-input-gu
kde-i18n-ko
libmono-sqlite2.0-cil
linux-headers-lbm-2.6.32-30-preempt
linux-headers-lbm-2.6.32-25-preempt
manpages-pt-dev
libunittest++-dev
libhugs-quickcheck-bundled
libgupnp-av-1.0-dev
gnustep-base-runtime-dbg
gui-apt-key
wordnet-goldendict
explain
emacspeak-ss
bve-train-br-class-323
awesome
atanks-data
libdl-ruby1.8
libreadonly-perl
network-manager-gnome
libaudiofile-dev
kde-l10n-wa
kde-l10n-uk
texlive
lvm2
par2
tqsllib1c2a
rt2400-source
rrootage-data
remuco-mplayer
python2.6-argparse
odot
wx2.6-headers
libcommons-csv-java-doc
gtkterm
dahdi
python2.3-imaging-sane
libmono-ldap1.0-cil
libdmraid1.0.0.rc15
kde-l10n-sv
kde-i18n-nb
guile-1.8-doc-non-dfsg
binutils-dev
ncompress
linux-headers-2.6.32-46-generic-pae
r-cran-fgarch
r-cran-eco
openstreetmap-map-icons-scalable
mona
libtinymail-gio-1.0-0
libswfdec-0.7-1
libwx-perl-dialog-perl
libnsbmp0-dev
libmapnik-dev
libdata-section-perl
libclaw-dynamic-library1
liba52-0.7.4-dev
unrtf
fiaif
biblatex-dw
texlive-doc-nl
texlive-omega
pulseaudio-module-zeroconf-dbg
librdf0
libatomic-ops
kde-l10n-tr
libglibmm-2.4-doc
libevdocument2
libdmraid1.0.0.rc16
cryptsetup-luks
simba
qtemu
qdbm-cgi
python2.6-unac
missidentify
python-libavg
libtrilinos8.0-doc
libpt-snapshot
libmath-fibonacci-perl
libextlib-ocaml
libconfigwin-ocaml-dev
libj2ssh-java
libproc-daemon-perl
freeciv-server
asclock
nbd-client
libclone-perl
libhfsp0
latex-xft-fonts
tv-fonts
python-zope.testing
python2.6-execnet
php-radius
libmaypole-plugin-authentication-usersessioncookie-perl
libhtml-highlight-perl
libgretl0
libcommons-javaflow-java
libcobra-java
libdlr0.9-cil
ipkungfu
doc-linux-html-ja
crossfire-client-sounds
python-btsutils
bochs-curses
php5-xsl
libstdc++6-4.4-pic
libpthread-stubs0
libcdparanoia0
python2.6-qt4-gl
libvomsjapi-java-doc
libopenthreads1c2
libjhdf-doc
libhamlib2-tcl
libdevel-nytprof-perl
libdb4.3-tcl
imgsizer
haskell98-tutorial
hannah
libgretl1
bitstormlite
hanterm-xf
qt3-designer
python-wxgtk2.6
libcryptsetup-dev
libclamunrar6
ttf-khmeros-core
plasma-widget-facebook
kde-i18n-mk
libnunit2.4-cil
libicu42
gnome-games-common
linux-image-2.6.38-15-server
xtables-addons-modules
xfce4-fsguard-plugin
tablet-encode
python2.4-beagle
logidee-tools
libphash-dev
libode1sp
libntrack-glib2
libkiten1
libghc6-pretty-doc
kayali
perl-5.004
libicu38
libdebconfclient0
kde-i18n-ml
lsof-2.2
linux-backports-modules-input-2.6.32-46-preempt
linux-headers-3.0.0-13-generic
linux-backports-modules-compat-wireless-2.6.34-2.6.32-41-server
linux-backports-modules-compat-wireless-2.6.34-2.6.32-36-server
scilab-scimysql
jaxml
maptool
libvirtodbc0
libpoco-dev
libplayerxdr2-dev
libluabridge-ruby1.8
libglobus-gss-assist-doc
libghc6-uniplate-dev-1.3-fd215
libcoderay-ruby1.8
libtype-conv-camlp4-dev-lvsx4
esteidutil
dict-gazetteer2k-zips
ttf-gfs-didot
binutils-avr
perl-5.005
python-wxgtk2.8
xul-ext-mozvoikko
tangerine
smb4k
python2.3-forgetsql
mbpeventd
libvdkbuilder2-dev
libpostfix-parse-mailq-perl
libmono-uia-cil-dev
python-hk-classes
libio-all-perl
python2.4-pam
python2.3-librdf
liblinc-dev
language-pack-gnome-bs-base
sgml2x
python2.4-sqlobject
navit-gui-internal
m16c-flash
libsoqt20c102
libkiten4
roundcube-sqlite
didiwiki
classpath-gtkpeer
python2.4-twisted-lore
python2.6-pexpect
python2.3-mysqldb
monodoc-viewer
libpng2
kde-i18n-lt
virtuosoconverter
rovclock
spread
python2.4-poker-network
python2.4-omniorb2
rsbac-dev
root-fitter
libpng3
libflowcanvas-dev
aalib-bin
diffpdf
python-compizconfig
bumprace
ballz-dbg
ubuntu-vm-builder
kde-i18n-pa
gutenprint-doc
unhtml
ubuntume-themes
papercut
lsb-build-cc3
libpostgresql-ocaml-dev
libspooles-dev
idzebra-2.0-common
osso-thumbnailer-libid3
gedit-latex-plugin
gearhead-data
snort-rules-default
libpam-unix2
vim-perl
texlive-lang-danish
libgnomedesktop2.0-cil-dev
libmpfr-dev
language-pack-gnome-nn-base
language-pack-gnome-ms-base
openoffice.org-impress
kde-i18n-nl
kde-i18n-lv
radius-server
abrowser-pwdhash
wmii-doc
sugar-artwork
spring-maps-deltasiege
sgf2dg
rsbac-klogd
libwww-mediawiki-client-perl
libhighline-ruby1.9.1
libetpan-dbg
libdesktop-agnostic-cfg-keyfile
libdbd-pgsql
tac-plus
docbook-xml-jrefentry
libbeid2
libaqbanking29-plugins
texlive-doc-pl
python-gobject-dev
language-support-input-kn
indicator-sus
linux-backports-modules-compat-wireless-3.3-2.6.32-46-server
syrthes
libtse3-dev
libtao-flresource-dev
libpqxx-2.6.9
libpod-simple-wiki-perl
libforest-perl
kaconnect
libghc6-svgcairo-dev
glabels
dtdinst
cyrus-dev
courier-authlib-pipe
libxxf86misc1-dbg
libwebkit-cil-dev
language-support-input-ko
kde-i18n-nn
gstreamer0.10-plugins-ugly
remuco-base
nautilus-script-manager
wings3d
libtaoframework-ode0.6-cil
liblinux-lvm-perl
libjson0-dbg
libstring-bufferstack-perl
libitpp6gf
libossomime0
libalgorithm-diff-ruby
holdingnuts-server
gnokii-common
ensymble
eclipse-pde
python2.4-gnome2
openoffice.org2-kde
libcupsdriver1-dev
libcairo-directfb2-dev
libaprutil1.0-dev
libavc1394-0
gir-repository-dev
ark-kde4
tlprender
python-simpleparse
phpgroupware-0.9.16-manual
netdiscover-dbg
mopd
libhdate-python
console-tools-libs
doclifter
cl-speech-dispatcher
not+linux-uclibceabi
libspeex-dev
libjug-java
libcommons-fileupload-java
xalan
vdr-abi-1.6.0-debian
r-cran-gdata
r-cran-rpart
pnpbios-tools
elementalclinic
libsms-send-perl
libparanamer-java
liblwipv6-1-dev
libhdf5-doc
libcommons-jci-java
haxml-doc
giplet
drgeo
mono
libauthen-radius-perl
xprop
language-pack-km-base
esound-clients
news-reader
smbclient
syncmaildir-applet
python-catwalk
hamlib3++
libghc6-haskelldb-hdbc-odbc-dev-0.13-008cf
libggi-target-fbdev
libjtidy-java
ebox-dhcp
libgsf-1-114-dbg
libjboss-j2ee-java
libbonobo2-common
libilmbase6
tetex-base
screen-resolution-extra
whiptail
mayavi
tessa-mpi
matroxset
libtexttools2-dev
libmrpt-hwdrivers0.8
python-apport-utils
pulseaudio-module-x11-dbg
raidtools2
libcairo-directfb2
libaprutil1.0
language-support-input-ne
libcupsdriver1
linux-image-server-lts-backport-natty
yofrankie
udns-utils
libnauty-dev
python-tegaki
python2.4-pyode
nessusclient
libvdkxdb2-dev
libgee-dev
libflaim-dev
libconcurrent-java-doc
scim-kmfl-imengine
icicles
bld-postfix
python2.6-egenix-mxdatetime
libopal-2.2.0
libfile-homedir-perl
libecore-con-svn-05
libgd-gd2-perl
language-pack-ur-base
cslatex
foomatic-gui
xfreecd
qterm
python-django-openid-auth
libxmmsclient++-dev
libparserutils-dev
ohai
libmime-explode-perl
liblttoolbox3-3.1-0-dev
libdbix-xml-rdb-perl
latex-cjk-chinese-arphic-gkai00mp
geany-plugin-prj
freesci
libmoblin-panel0
libapache2-mod-lisp
sendmail
texlive-doc-pt
language-support-input-ml
pkg-kde-tools
kgeography
linux-backports-modules-compat-wireless-2.6.38-2.6.32-32-generic
smartdoc-src
med-cms
lout-common
libphat-tools
libmysql-ocaml
libmoosex-types-varianttable-perl
libcsv-ocaml-dev-8nbu0
libbitmask-dev
kscreensaver-xsavers-kde4
gnome-main-menu
bzflag
bootcd-backup
avida-qt-viewer
luit
python-pygments
language-pack-kde-km-base
libindicate-qt0
kde-i18n-pl
firefox-2
java5-runtime-headless
tangerine-dbg
synce-hal-bluetooth
sndfile-tools
tree-puzzle
luma
libstroke0-dev
libspread1
libmodule-find-perl
libapache2-mod-log-sql-ssl
cedet-common
asterisk-prompt-de
xcolorsel
linux-image-ec2
libqt3-dev
libgphoto2port-dev
libgda-4.0-4
linux-image-2.6.32-32-virtual
linux-image-2.6.32-27-virtual
jbibtex
synfigstudio
sslsniff
regionset
python1.5-elisp
pike7.6-reference
pcal
muse-el
libceguiogre14-dbg
xplanet
python3.1-tk
gramps-common
not+arm
python-f2py
i2c-tools
libnunit2.2.6-cil
libgdata-dev
lib32stdc++6-dbg
libqca2-plugin-ossl
gcc-doc
compiz-dbg
ttf-ubuntu-font-family
linux-backports-modules-compat-wireless-3.0.0-2.6.32-42-server
linux-backports-modules-compat-wireless-3.0.0-2.6.32-37-server
libwxbase2.6-dbg
libogg-ocaml
libjzlib-java
gimp-dimage-color
libzipios++0c2a
dict-freedict-slo-eng
clanlib-examples
texlive-doc-si
libwnck2.20-cil
libsctp-dev
libevview-dev
ldm-server
language-support-input-pa
language-pack-kde-ur-base
language-pack-gnome-pap
cacao-source
bacula-traymonitor
wavbreaker
vala-utils
selinux-policy-src
quixote-doc
osso-af-settings
lives-data
libroot-python5.18
libprawn-ruby
libpdf-reuse-perl
libjs-dojo-dojox
libfishsound-dev
libelemental0
cmucl-source
php-mdb2-driver-mysql
python-pygame
www-browser
linux-backports-modules-alsa-2.6.32-22-preempt
zope-docfindereverywhere
tetrinet-server
opencity
libswfdec-0.8-0
libserialport-ruby
libtest-http-server-simple-perl
libghc6-hashed-storage-prof
libghc6-edison-core-doc
libfile-chmod-perl
libbenchmark-ocaml-dev
ldaptor-webui
libglacier2-33
gtablix
gcompris-data
pencil
conkeror
audacious-dumb
libkcddb-dev
vcheck
snimpy
python2.5-scipy
python-django-swordfish
putty-tools
passage
nuauth-log-pgsql
libxstr-ocaml-dev-j9722
libpoe-api-peek-perl
libplayerjpeg2-dev
libmath-basecalc-perl
liblua5.1-sql-sqlite3-dev
libgrib-api-tools
libgtkada2-doc
embassy
nmap
linux-virtual
libotf0
thunderbird-locale-en-us
xul-ext-flashblock
tryton-modules-sale-price-list
soundconverter
python-contract
network-manager-vpnc-gnome
mkgmap
libvmime0
libucl-common-dev
libpod-coverage-trustpod-perl
libdata-uuid-perl
libhtml-popuptreeselect-perl
libghc6-xmonad-contrib-prof
libnet-imap-simple-perl
kicad-doc-de
libparse-yapp-perl
libglpk0
planetpenguin-racer-extra
deluge-gtk
texlive-doc-th
tex4ht
python2.6-simplejson
libperl5.8
libunique-doc
libraw1394-doc
libdb4.7-java-dev
libatk1.0-data
plasma-netbook
libgksu0
xfce4-radio-plugin
tryton-modules-purchase
tracker-dbg
sbrshd
quicktime-utils
python2.2-elisp
plasma-widget-system-status
modest-dbg
libtext-password-pronounceable-perl
libgnuradio-omnithread0c2a
libdbix-datasource-perl
libclass-mop-perl
libceguiogrerenderer-1.6.4-dbg
deskbar-plugins-pinot
bluez-pcmcia-support
bayonne-prompts-en
balazar3-common
aolserver4-xotcl
cclive
texlive-lang-all
libnetpbm10-dev
libdb4.7-dev
kde-i18n-pt
linux-image-2.6.32-351-ec2
linux-image-2.6.32-346-ec2
xbubble-data
xblast-tnt-mini
schleuder
remind
twain
linphone-common
libxml-quote-perl
libtododb-dev
libmailutils-dev
libmail-srs-perl
libterralib1c2a
libenet-dev
libcmpiosbase-common0-dev
libarpack2
libgnustep-gui-dev
libghc6-time-dev
gespeaker
ntlmaps
texlive-publishers
libsgutils2-2
libart-2.0-dev
ksnapshot
ibus-table-erbi
wcanadian-small
tryton-modules-sale
op-panel
nautilus-pastebin
lwat
ocsigen
libcommons-openpgp-java
hildon-keyboard
telnet-server
gnokii-smsd-mysql
libghc6-time-prof-1.1.4-1ced4
gerris
dict-freedict-por-eng
cfi-sv
blocks-of-the-undead
texlive-doc-ru
python2.6-glade2
palo
linux-server
phase-themes
libxen3.1-dev
libsdp2-dev
plasma-wallpapers-addons
erlang-snmp
linux-backports-modules-compat-wireless-2.6.36-2.6.32-31-server
linux-backports-modules-compat-wireless-2.6.36-2.6.32-26-server
xbacklight
stellarium-data
slony1-doc
phnxdeco
palp
libxerces26-dev
xenomai
libtinymail-gnome-desktop-1.0-0
libsemanage1-dev
libnzb0
libkst0-dev
libghc6-xhtml-dev-3000.2.0.1-f8af1
libanerley0-dbg
glusterfs-dbg
gkrellm-mailwatch
fillets-ng
fatrat-data
mlchat
python-gnome2-extras-dbg
translate-toolkit
libxcb-xv0-dbg
libnih-dbus-dev
libgc-dev
libprotobuf5
binutils-doc
lsb-rpm
xaw95
ruptime
pipebench
python-musicapplet
paml
libvorbisidec1
libtime-fake-perl
libtext-asciitable-perl
libstk0c2
libpfqueue-dev
libpdf-report-perl
libjboss-xnio-base-java
libjboss-transaction-java
libinotifytools0-dev
libglobus-gridftp-server-control-dev
libepc-ui-dev
cwnn-dev
libapache-asp-perl
koffice-dbg-kde4
python-foolscap
libcbf-dev
kde-i18n-si
wmmemload
code-aster
gubed
cactus
libwxgtk-python
libconfig6-dev
kpackage
eep24c
cxref-doc
lswm
libsigsegv-dev
xcalc
rsyslog-gssapi
python2.4-egenix-mxtexttools
ucbmpeg
libboost-filesystem1.35-dev
libboost-filesystem1.40-dev
kde-i18n-ro
sword-text-gerlut1545
libxalan14-dev
libtext-reform-perl
libtcltk-ruby
libmlnlffi-smlnj
libiaxclient-dev
libdbix-contextualfetch-perl
freewnn-cserver-dev
libgnuradio-dev
geoclue-examples
liblockdev1
kde-i18n-sk
iproute-dev
pxljr
linux-image-3.0.0-31-server
linux-image-3.0.0-26-server
python2.6-debianbts
pidgin-guifications
mozilla-packagekit
r-ape
liblog4cpp1-dev
libgnatprj-dev
libexosip2-dev
xblast-tnt
shiki-noble-theme
python-json
cgiirc
altree-examples
texlive-doc-uk
kde-i18n-tg
kde-i18n-sl
libpg-java
linux-image-3.0.0-32-virtual
linux-image-3.0.0-27-virtual
since
python2.4-pgsql
python-decorator
webkitkde
blast
python-pybabel
libapache-mod-python2.1
gnome-mime-data
linux-image-2.6.32-24-generic
xfmedia-remote-plugin
squirrelmail-logger
pwscf
libpoco-doc
jlatex209-base
fsviewer
nvidia-173
texlive-doc-tr
libpaper-dev
libapache-mod-python2.2
libcanberra-pulse
python2.3-lasso
coherence
dcm4che
libsystemu-ruby
liborsa0-dev
libopensync0-dbg
libfile-cache-perl
libdevel-backtrace-perl
lekhonee-kde
furiusisomount
festvox-mr-nsk
libconvert-color-perl
batmon.app
aolserver4-core-4.5.1
xcursorgen
texlive-doc-vi
sqlite3-doc
libapache-mod-python2.3
gnome-common
switchsh
clearhealth
med-doc
jigsaw
kde-devel
madbomber
guake
pocketsphinx-hmm-wsj1
dell-recovery
debsecan
kooka
kde-i18n-ru
postfix
maxima
screen-profiles-extras
rsbac-doc
libfsobasics-dbg
libezv24-dev
lesstif2-dbg
jazip
gnumed-client-de
asterisk-prompt-es
libsdl1.1-dev
iso-codes
doc-base
python2.6-necpp
python2.6-keyring-kwallet
mova
minpack-dev
libwx-perl-datawalker-perl
libuninum-dev
sword-dev
libpocoutil9
libgnuradio-core0c2
libetpan-dev
kicad-doc-en
libppd0
freepwing
cyrus-admin-2.2
libnet-scp-ruby1.8
python-subvertpy
policykit-1-kde
libmpfr-doc
libcfitsio3
kde-i18n-sr
xphoon
r-cran-multicore
quark
lldpd
libsyntax-highlight-engine-kate-perl
libpam-otpw
libmoosex-multiinitarg-perl
libplexus-active-collections-java
libhighgui-dev
libghc6-monadcatchio-mtl-dev-0.2.0.0-2aeee
libhdf4g-dev
libargtable2-0
koffice-doc-html
gsasl-dbg
python-debtorrent
coinor-libcgl-dev
circuslinux-data
elementary-icon-theme
gstreamer0.10-plugins-ugly-dbg
python-gobject-doc
python-egenix-mxdatetime-dbg
liblircclient-dev
libgupnp-doc
kcontrol
gucharmap
brltty-x11
znc-dbg
pgsnap
openser-xmpp-module
r-cran-epicalc
libtachyon-0.98
libspreadsheet-ruby1.8
libnet-tftp-perl
libjson0-dev
libghc6-svgcairo-doc
libhildonwm-dev
mpqc
faumachine
elmer
boson-base
bmconf
libsad2
language-support-input-ta
widelands-data
python2.6-tcpwrap
nethack-console
libplot-dev
libi18n-ruby
libgeda-common
jigdo-file
asterisk-prompt-fr
ttf-takao-mincho
kruler-kde4
kde-i18n-wa
kde-i18n-uk
linux-headers-2.6.32-45-preempt
wildmidi
pnopaste-cli
most
metacity-themes
mbuffer
libsrs-dev
libgoocanvas-ruby
libauthen-simple-dbi-perl
directoryassistant
kde-i18n-sv
xfonts-terminus-oblique
vdk2-tutorial
tomatoes
python-zope.datetime
mpop
libnet-snpp-perl
libpmt0
libghc6-unixutils-dev-1.22-35b39
kicad-doc-es
g15stats
abcm2ps
libmodplug0c2
libkipi0
kde-i18n-tr
gstreamer0.10-fluendo-mp3
willowng-config-gnome
python2.5-pcapy
python-django-mumble
makebootfat
libzip-ruby
liblingua-stopwords-perl
libhk-classes
libgda-ruby1.8
claws-mail-acpi-notifier
classpath-common-unzipped
cl-rlc
cgns-convert
libldns1
fvwm1
python2.4-twisted-news
libxslt1-dbg
libblas-dev
language-support-input-te
fvwm2
zynaddsubfx
libgnomeprint2-ruby1.8
dotur
mp3splt-gtk
liblcgdm-dev
liborlite-statistics-perl
jppy-doc
input-utils
discover-data
cxref-emacs
chemical-mime-data
kvm-api-4
language-pack-gnome-nl-base
language-pack-gnome-lv-base
t-gnus
zenmap
xineliboutput-sxfe
liblasso0-python2.3
munin-libvirt-plugins
liblablgtk2-gl-ocaml
mod-security-common
guile-gnome2-dev
skkdic-cdb
encfs
libclamav-client-perl
bzr-buildpackage
xaw3d
xgdipc
oxygencursors
libjibx-java
libtext-wrapi18n-perl
linux-backports-modules-wireless-2.6.37-lucid-server
python2.3-pyxmpp
moblin-panel-pasteboard
llgal
libwebservice-youtube-perl
libsha-ocaml
libjfreechart-java
kicad-doc-fr
gpe-lights
gambas2-ide
gadmin-bind-dbg
python2.6-dictclient
libcfitsio-dev
language-support-input-th
language-pack-af-base
linux-image-3.0.0-24-generic
linux-image-3.0.0-19-generic
linux-backports-modules-wireless-2.6.32-32-generic
linux-backports-modules-wireless-2.6.32-27-generic
xmms2-plugin-html
mnogosearch-sqlite
libpt2.6.1-plugins-alsa
libnb-platform8-devel-java
libparse-cpan-packages-perl
libpod-strip-perl
libgdata-cil-dev
libroboradio0c2
xlibmesa-gl
dict-xdict
cherokee-doc
bisho
device-tree-compiler
linux-backports-modules-compat-wireless-2.6.39-2.6.32-44-generic
linux-backports-modules-compat-wireless-2.6.39-2.6.32-39-generic
xfonts-kappa20
python-tgext.admin
libforms0.88-bin
libemail-mime-createhtml-perl
libdecodeqr0
libclass-trait-perl
fgfs-base
kernel-image-2.4
divxcalc
debmirror
ocaml-tools
claws-mail-extra-plugins
canorus-data
asylum-data
openoffice.org2-l10n-en-za
libpwl-dev
libkipi6
libboost-test1.35-dev
libboost-test1.40-dev
libgssapi-perl
compiz-dev
usb-imagewriter
plplot-lib
libwxbase2.6-dev
libphysfs1-dbg
libmodule-scandeps-perl
libisnativec-java-doc
libdtdparser-java
libcxxtools-dev
entagged
ubuntu-edu-secondary
capisuite
xf86-video-driver-riva128
libmono-management2.0-cil
libgdata-doc
libc6.1-dev
language-pack-kk-base
language-pack-iu-base
gle-doc
git-doc
eximdoc4-html
libkipi7
zenity
linux-backports-modules-alsa-2.6.32-45-generic
vdr-plugin-skinenigmang
sugar-write-activity
jeuclid
paps
ichthux-desktop
libseed0
wminput
libgwt-dev-java
workrave
vgacardgames
trackballs-dbg
science-meteorology-dev
pacemaker-openais
nlkt
ndoutils-mysql
lxde
lockout
liblscp-dev
liblog4ada-dbg
libghc6-regex-posix-dev-0.93.2-8d640
libbuilder-ruby
db4.2-util
junior-system
ibus-table-wu
gnome-commander
games-thumbnails
cython
skkinput
libytnef-dev
libxv-dev
language-pack-kde-af-base
bluez-gstreamer
ypsilon
xtail
setpwc
python2.6-semanage
pygmy
libromkan-ruby
libhugs-hunit-bundled
libgdome2-ocaml-dev
tulip
icestorm
libguile9
libmicrohttpd5
freqtweak
freebsd5-buildutils
epiphany
eboard-extras-pack1
cvsgraph
ndiswrapper-modules-1.9
libosp5
manpages-de
tripwire
python-pycurl
xen-docs-3.0
squid3-common
python-dispatch
openverse
open-invaders
libqmmp-misc
libdiscid0
libsafe-hole-perl
geoclue-localnet
bickley-daemons
texlive-doc-zh
openoffice.org-l10n-zh-tw
libglib1.3
xfce4-notifyd
simplebackup
shrinkta
python2.6-simplesettings
python-django-treebeard-doc
ptouch-driver
msn-pecan-dbg
lush
libsoundtouch-ocaml-dev
libmlt++2
kraft
telnet-hurd
citadel-dbg
cairo-dock-plug-ins
totem-plugins
libsoap-ruby1.8
lib32stdc++6-4.1-dbg
language-pack-kde-kk-base
language-pack-kde-iu-base
fltk1.1-doc
gnome-games
linux-backports-modules-wwan-2.6.32-46-preempt
varkon-programmer-manual
squid-deb-proxy-client
pyscrabble-common
tipcutils
mozilla-virt-viewer
libpcp-pmda-perl
libmpich-mpd1.0-dev
libmenhir-ocaml-dev-uzaz7
postgis
libfreeimage3-dbg
libmlt++3
libeduwidgetclock0
pidentd-des
libglobus-ftp-control1
mbrola
gapti
libicu4j-java
computertemp
bzflag-data
libflatzebra-0.1-2
wpagui
python2.6-unit
libmeanwhile-dev
spellutils
linux-headers-2.6.32-313-ec2
linux-headers-2.6.32-308-ec2
xen-docs-3.3
pbnj
r-cran-epi
liquidwar-server
libenet-doc
libsox-fmt-mp3
hexdiff
gnome-genius
libghc6-time-doc
opendict
librplay3
openoffice.org-l10n-te-in
libshout-dev
libcholmod1.7.1
kdebase-dbg-kde4
libxml-parser-perl
xmp-alsa
syrep
sinfo
qalculate-gtk
python2.4-mechanize
r-cran-getopt
libvorbisfile-ruby
libvips-tools
libspf2-2-dbg
qdbm-doc
libalgorithm-merge-perl
wu-ftpd-academ
gutenbrowser
cdrtoaster
asterisk-prompt-it
python-gnome2-extras-dev
libxcb-xv0-dev
language-support-input-vi
erlang-tools
octaviz
python2.6-mygpoclient
nedit-dmotif
libxprintapputil1
libconfig-scoped-perl
libblitz0
kio-beagle
gir1.0-clutter-gtk-0.10
fts-fai-ldap
liblua5.1-expat0
liboggz2
elfutils
memtest86+
libcrypt-openssl-random-perl
libopenais2
language-pack-gnome-nso
linux-backports-modules-compat-wireless-2.6.37-2.6.32-41-generic
linux-backports-modules-compat-wireless-2.6.37-2.6.32-36-generic
w-scan
python-tegakitools
python-babel
mlterm
lxdm
liblua5.1-posix0
link-grammar-dictionaries-en
libgfccore-2.0-0c2-dbg
kicad-doc-hu
libfreefem0
dhis-tools-genkeys
x11vnc
libchm-bin
canna-server
aolserver4-core
not+hppa
python2.6-libvirt
libatm-dev
libopenais3
openoffice.org-presentation-minimizer
netdiscover
mysql-query-browser
libqmmp0
libpod-elemental-perl
libplot
liblua5.1-posix1
libdevel-refactor-perl
libcolor-tools-ruby1.8
rubber
cpufreqd
gambas2-gb-crypt
cgilib
cdrecord
kgpg-kde4
gnome-panel-data
obexd-client
drbd8-source
xfce4-volumed
qelectrotech
manpages-cs
lisaac-mode
libxalan14-doc
libxbase2.0-0
libtest-cukes-perl
libsqlxx-2.3
libaiksaurusgtk-1.2-dev
libjava3d-java
libghc6-integer-gmp-dev
ggz-gnome-client
fsl-atlases
xen-utils-common
valkyrie
maven-repo-helper
iproute-doc
substance
r6rs-doc
python-kaa-imlib2
plywood-elisp
libtime-format-perl
librevolution-ruby1.8
libflickr-upload-perl
libauthen-cas-client-perl
jffnms
hydrogen-drumkits
gimp1.2-cbmplugs
cduce
libqt3-emb
libgpg-error-dev
x11-utils
evolution-plugins
stgit-contrib
slurm-llnl-sview
kicad-doc-it
python-ncap
pgfouine
pcp-gui
openerp-server
liblua5.1-zip0
libitext-java-gcj
libgtk2-podviewer-perl
libassa3.4-0-dev
courier-base
libboost-system1.40.0
hplip-cups
cheese
linux-image-2.6.35-22-server
linux-headers-2.6.35-30-server
linux-headers-2.6.35-25-server
python-milter-docs
libssl-ocaml
libopensync0-dev
libcoveb-dev
libglbsp3
ubuntu-express
python-old-doctools
parley-kde4
libmalaga-dev
libgtk2-perl-doc
libgnomeuimm-2.6-1
libmagickcore2
grub2
ubuntustudio-default-settings
python-dballe
php5-xapian
minbif-common
megahal
libtemplate-plugin-javascript-perl
gpe-confd
libghc6-cabal-prof
fcoe-utils
eclipse-rcp
libapache2-mod-log-sql-mysql
liblockfile-simple-perl
wordnet
libuniconf4.0
libgmime2.4-cil-dev
libboost-system1.39-dev
gdebi
liburi-perl
xtalk
xfonts-cronyx-nop
libwine-ldap
sip-tester
ruby1.9-elisp
libtest-consistentversion-perl
libsamplerate-ocaml-odfm3
libmoonlight-desktop2.0-cil-dev
libjboss-aop-java
libfsobasics-dev
lesstif2-dev
libphp-simplepie
datafreedom-perl
ciopfs
libnet-amazon-s3-perl
x11proto-dmx-dev
linux-backports-modules-compat-wireless-2.6.38-2.6.32-42-server
linux-backports-modules-compat-wireless-2.6.38-2.6.32-37-server
xracer
wmrack
selinux-policy-refpolicy-strict
python-liblcms
mono-1.0-gac
lxmusic
libktoblzcheck1c2
libcore-extended-ocaml-dev-pjdm6
glacier2
e16menuedit2
distcc-pump
bzr-search
blcr-modules
libuniconf4.2
kblackbox
libwss4j-java
sqlrelay-test
tk-tile
libtulip-pluginsmanager-3.1
libnet-z3950-perl
libfreemarker-java
libfilesystem-ruby1.9.1
libetpan-doc
libleptonica
xblast-tnt-sounds
hyphen-show
libcvaux4
libuniconf4.3
jgroff
libio-dirent-perl
znc-dev
doc-rfc-2000-2999
quodlibet-ext
oregano
minisat2
libpoe-component-ikc-perl
libounit-ocaml-dev
liborange-dev
libmaruku-ruby
libhdf4g-doc
kism3d
hol88-contrib-source
hildon-desktop-dbg
gshutdown
python-gaphas
dvsource
libddccontrol0
coinor-libcgl-doc
bibcursed
openoffice.org-help-zh-cn
libuniconf4.4
libpolkit-gtk-1-dev
libservlet2.4-java
cupsys-client
linux-headers-lbm-2.6.32-46-preempt
linux-backports-modules-compat-wireless-2.6.35-2.6.32-33-generic
linux-backports-modules-compat-wireless-2.6.35-2.6.32-28-generic
t1-teams
python-speex
octave-vrml
licq-plugin-msn
libxray-scattering-perl
libmemcache-client-ruby1.9.1
libplayerxdr2
libbognor-regis-0.5-0-dbg
lemonpos-data
itagalog
dns-browse
xserver-xorg-video-radeon-dbg
pyqt4-dev-tools
openjdk-6-demo
lsb-qt4-amd64
libpangomm-1.4-1
cloud-init
z88-data
qalculate-kde
python-rainbow
pdns-backend-pipe
med-epi
excavator
manpages-es
libroot-mlp-dev
libcsfml1.deb3-dev
libclass-std-perl
libhttp-browserdetect-perl
twolame
krb5-kdc-ldap
dxsamples
drift
python-imaging-doc-pdf
lsb-multimedia
libuniconf4.6
libaugeas0
unionfs-fuse
syscp
screenie
libzemberek-tr-java
libxt-java
libxml-light-ocaml-dev
librrd-ruby
omins
t1utils
pbm2ppa
krfb-kde4
xgammon
php4-gpib
synce-sync-engine
lives
libprintsys-dev
pcsc-tools
gnustep-base1
libglfw-dev
libghc6-wash-dev
libplexus-velocity-java
juman
fb-music-high
libezv24-0
policyrcd-script-zg2
libgutenprint-dev
groff-x11
libxslt1-dev
linux-headers-3.0.0-24-server
linux-headers-3.0.0-19-server
yorick-z
usplash-theme-ubuntustudio
python2.4-oss
libmedimport-dev
liblatex-encode-perl
kakasi-dev
libgoffice-0-8
libaiksaurusgtk-1.2-0
kradioripper
libplasma-ruby
javahelp2-doc
heroes-utils
gadmin-dhcpd
fsviewer-icons
clojure
cadubi
re2c
python-gtk2-tutorial
libc0.3-pic
liblockfile-dev
libblas-doc
ttf-dejavu-core
evince-dbg
wbulgarian
xfce4-governor-plugin
topshelf
mmpong-gl-data
smlnj-runtime
pondus
prot4est
libsvn-ruby
libpcp3-dev
libpano-dev
kakasi-dic
jeuclid-cli
libheartbeat2
geant321
xorg-driver-fglrx-dev
manpages-fr
ttf-unfonts-extra
reiser4progs
git-cvs
libdnsjava-java
svgalib1-libggi2
firefox-gears
xmms2-client-vis
node
python-markdown
libipe1-dev
gtick
grsync
citadel-client
avahi-ui-utils
sqlite
libdb4.7-java-gcj
libasm-java-doc
language-support-input-zh
upower
linux-headers-3.0.0-29-generic
tuxguitar-oss
ttf-oldstandard
xubuntu-default-settings
python-whoosh
oss4-modules
netmask
nec2c
libjlatexmath-java-doc
libcoq-ocaml-dev-wwre2
libghc6-process-prof
xbiff
python-gdbm-dbg
libgconfmm-2.6-1
swac-scan
statgrab
squidtaild
manpages-ja
libstomp-ruby1.8
libsomaplayer0
libjifty-plugin-editinplace-perl
libircclient-dev
libgnuradio-omnithread0-dev
libauthen-dechpwd-perl
libacpi-dev
opensync-plugin-gpe
libghc6-dph-par-prof
dibbler-server
dar-static
apt-cacher
apparmor-notify
oneko
python2.6-dictdlib
oem-config-timezone
libracc-runtime-ruby
linux-image-2.6.32-22-preempt
tclcurl
scim-bridge-client-gtk
libstomp-ruby1.9
libsox-dev
liblocale-maketext-gettext-perl
scriptaculous
libgnuradio-usrp2-dev
libghc6-pandoc-prof
glpuzzle
libsox-fmt-base
cappuccino
adept-installer
libaddresses-dev
system-config-kickstart
language-pack-gnome-de-base
language-pack-gnome-bo-base
spambayes
wgerman
yudit-doc
libspread-perl
libredcloth-ruby-doc
libcmdparse2-ruby1.8
pommed
conglomerate-common
libproj0
libzephyr4-krb5
libgnome-vfsmm-2.6-dev
libdjvulibre-dev
sieve-connect
nautilus-script-debug
librep9
libplexus-active-collections-java-doc
libmagplus3
libccss-dev
libhdb9-heimdal
gobjc++
terminal.app
libdeps-perl
xenman
cenon
xserver-xorg-driver-all
python-epydoc
libident
kdepim-groupware
bison
xfce4-dbg
tweak
root-plugin-quadp
libflorist-dbg
libnet-imap-simple-ssl-perl
iodine
peercast-geekast
moovida-plugins-ugly
djbdoc2man
zaptel
bochs-term
po4a
sun-java5-jre
libotr0
language-pack-gnome-lt-base
language-pack-gnome-ky-base
gstreamer0.10-plugins-good-dbg
desktop-webmail
anthy
ttf-ubuntu-title
sailcut
psi-plus
phagefinder
libterralib1-dev
libkaya-pgsql-dev
libflorist2009-dev
libbdd0
libghemical4
clisp-fasl-loader-20060802
python2.6-ctypes
python-gnome2-dbg
libsqliteodbc
libppl6
ttf-mgopen
rss2email
python2.6-gnutls
php-net-smartirc
nodm
libtcmalloc-minimal0
liborlite-perl
libmono-cecil-flowanalysis0.1-cil
libigraph-dev
libgss-dbg
libgdchart-gd2-dev
jdresolve
grabcd-encode
tabbed
sensord
libotr2
libppl7
thunderbird-mozsymbols
python-stepic
python2.6-sendfile
python2.6-ldaptor
postfwd
ml-antlr
memstat
libxmmsclient-dev
libvorbis-ocaml-bld52
libfann1
libapq-postgresql3.0
krank
kmplayer-common
python-jinja
hexedit
fail2ban
anymeal
alsa-source
fglrx
libtie-ixhash-perl
libdb++-dev
gimp-help
bomber
apparmor-profiles
linux-backports-modules-compat-wireless-3.2-2.6.32-45-server
tiger-otheros
sugar-turtleart-activity
python-lazr.delegates
python-protocols
mythbuntu-artwork-usplash
moserial
libqmmpui0
libgtksourceviewmm-1.0-2-dbg
libforms0.88-dev
libcsv-ocaml-dev
libfile-nfslock-perl
libitpp-dev
jabber-transport
hildon-control-panel-l10n-english
libgtkada2.14.2
dict-gazetteer
fglrx-driver-dev
libchromexvmc1
xserver-xorg-video-s3virge
linux-tools-2.6.32-21
libx11-data
libqtscript4-doc
ttf-liberation
libxml2-utils
linux-tools-2.6.32-22
imagemagickb
shogun-doc-cn
r-cran-maps
pyrocket
libgda3-mysql
libcyrus-imap-perl
jeuclid-mathviewer
libmorph
fantasdic
xvnc4viewer
apertium-fr-ca
anagramarama
alqalam
libots0
pulseaudio-module-bluetooth
language-pack-is-base
drbd8-module-source
linux-tools-2.6.32-23
xfce4-netload-plugin
snd-gtk-alsa
slack
manpages-hu
magics++
libmozjs-dev
libpadre-plugin-autoformat-perl
libclass-csv-perl
libalog-dev
fp-units-multimedia
busybox-cvs-static
python-gnome2-extras-doc
ia32-libs
rrdtool
linux-tools-2.6.32-24
smuxi-frontend
python2.4-simpy-gui
libgtk2-ruby1.8-dbg
libedfmt0-dev
kawari8
ubiquity-ubuntu-doc
python2.6-fontforge
libftdi1
linux-tools-2.6.32-30
linux-tools-2.6.32-25
python-zope.location
octave-ad
nmon
xulrunner-1.9
libjakarta-poi-java-doc
libdns-zoneparse-perl
libcue-dev
libtext-format-ruby1.8
libclaw-application1
g3dviewer
collectd-utils
chm2pdf
python-bzutils
language-pack-vi-base
language-pack-ts-base
gnome-app-install
linux-tools-2.6.32-31
linux-tools-2.6.32-26
superiotool
libencode-perl
remuco-mpd
synergy
python2.4-cherrypy
postgresql-8.4-debversion
pep8
libsscm-dev
libspring-beans-2.5-java
libeditline-dev
libcf-ocaml
heroes-sound-effects
gspiceui
grub-invaders
gromacs-openmpi
odbc-postgresql
perltidy
nautilus-share
gfxboot
ubufox
desktop-file-utils
linux-backports-modules-input-2.6.32-35-generic
linux-tools-2.6.32-32
linux-tools-2.6.32-27
linux-backports-modules-input-2.6.32-40-generic
xtranslate
sqlmap
python2.5-hildon
python2.6-guppy
libtext-tabulardisplay-perl
liblua5.1-orbit-dev
libjogl-java
libghc6-integer-gmp-doc
moovida-plugins-bad
asterisk-prompt-se
not+gnu-knetbsd
python2.3-pyxattr
language-pack-kde-is-base
libgeronimo-ejb-3.0-spec-java
manpages-it
linux-backports-modules-wireless-2.6.32-30-preempt
linux-backports-modules-wireless-2.6.32-25-preempt
linux-tools-2.6.32-33
linux-tools-2.6.32-28
proftpd-mod-sqlite
octave-missing-functions
monkeystudio
libnetserver-generic-perl
liblwt-glib-ocaml-dev-nd7m6
libjana-ecal-dev
koffice
jtex-base
meshs3d
libglpng
libisajet758-dev
liblablgtk2-ocaml-h3pg1
xserver-xorg-video-v4l
libxine1-gnome
pulseaudio
python-couchdb
linux-backports-modules-compat-wireless-2.6.39-2.6.32-42-preempt
linux-backports-modules-compat-wireless-2.6.39-2.6.32-37-preempt
linux-tools-2.6.32-34
linux-tools-2.6.32-29
linux-backports-modules-compat-wireless-3.3-2.6.32-46-generic
xpilot
python-sepolgen
libmgl-wx5
libmail-milter-perl
libghc6-openal-dev-1.3.1.3-fb702
libdbix-profile-perl
isdnlog
libuconv-ruby1.8
dtach
epiphany-gecko
cl-rss
xmltoman
ucsc-smartsuite
monodoc-browser
libparted0-i18n
libdotconf-dev
language-support-zh-hans
clamav
linux-tools-2.6.32-40
linux-tools-2.6.32-35
python-openoffice
php-net-smtp
libhk-classes-mdb
lfcdaemon
gambas2-gb-db-mysql
edos-debcheck
elserv
nvidia-180-libvdpau
language-support-zh-hant
language-pack-kde-vi-base
language-pack-kde-ts-base
gedit-dev
evolution
antlr
linux-backports-modules-alsa-2.6.32-43-preempt
linux-backports-modules-alsa-2.6.32-38-preempt
linux-tools-2.6.32-41
linux-tools-2.6.32-36
stl-manual
libmysqlcppconn4
libloki-dev
liblo-dev
liblablgl-ocaml
libjmathtex-java-doc
libfile-copy-link-perl
libtype-conv-camlp4-dev
gsoap
gnustep-back-common
gadmin-rsync-dbg
cpad-kernel-dev
gir1.0-gstcheck-0.10
dnsutils
linux-tools-2.6.32-42
linux-tools-2.6.32-37
tao-naming
shogun-doc-en
libgpib-bin
libchm-dev
libasterisk-agi-perl
distccmon-gnome
python-libxml2-dbg
libgd-gd2-noxpm-perl
docbook-utils
linux-tools-2.6.32-43
linux-tools-2.6.32-38
debsplash-utils
spectools
kicad-doc-pt
libinotify-ruby
libdisasm0
libbin-prot-camlp4-dev
viewpdf.app
chkconfig
linux-tools-2.6.32-44
linux-tools-2.6.32-39
xfce4-mcs-plugins
python2.6-pocketsphinx
libmiglayout-java
libclass-loader-perl
lib3ds-dev
hildon-theme-plankton-2
hildon-desktop-dev
groundhog
gstreamer0.10-plugins-ugly-doc
gl-117
enigma
dvipsk-ja
brightside
ace-of-penguins
python-egenix-mxdatetime-doc
lib32ffi-dev
linux-tools-2.6.32-45
vlc-plugin-svgalib
openafs-dbserver
link-grammar-dictionaries-lt
libgsasl1
libmotif
hildon-theme-plankton-3
libsafe
gallery2
gadmin-proftpd-dbg
libpam-opensc
libnih-dev
libmono0-dbg
liblqr-dev
language-pack-gnome-aa
libspectre1
linux-tools-2.6.32-46
linux-image-2.6.32-311-ec2
linux-image-2.6.32-306-ec2
similarity-tester
python-pocketsphinx
brainvisa
libpostscript-file-perl
libopenscenegraph2
libhugs-hunit
gnome-theme-gilouche
libxml++1.0c2a
libfile-next-perl
okular-kde4
python-openssl
linux-backports-modules-compat-wireless-2.6.36-2.6.32-45-generic
tahoe-lafs
r-cran-mass
pppstatus
mythtv-theme-blootube-osd
libproc-reliable-perl
libopenscenegraph3
minpack1
ginac-tools
flashybrid
cl-sql
buffycli
asis-programs
xserver-xorg-driver-apm
python2.3-libxml2
jfsutils
libqtscript4-network
xfce4-goodies
vegastrike
vdradmin
telak
python2.6-gdal
phpgroupware-nntp
libpolkit-gnome0
libhildonthumbnail-dev
libcss-tiny-perl
ksimus-boolean
epiphany-browser-dbg
aqemu
libsasl2-modules-gssapi-mit
linux-image-2.6.32-33-generic-pae
linux-image-2.6.32-28-generic-pae
student-control-panel
python-simplesettings
python2.6-gammu-dbg
apache-openid
libxmlsec1-gnutls
libplayerxdr-dev
puppet
mdetect
libnss3-1d-dbg
libgutenprint-doc
x11-xkb-utils
konqueror-nsplugins
libxom-java
libcommons-beanutils-java
vcdimager
autoconf-archive
linux-backports-modules-compat-wireless-2.6.37-2.6.32-34-preempt
linux-backports-modules-compat-wireless-2.6.37-2.6.32-29-preempt
linux-backports-modules-compat-wireless-3.1-2.6.32-43-generic
linux-backports-modules-compat-wireless-3.1-2.6.32-38-generic
linux-backports-modules-compat-wireless-2.6.35-2.6.32-30-server
linux-backports-modules-compat-wireless-2.6.35-2.6.32-25-server
znc-webadmin
xfce4-screenshooter
winesetuptk
libwxgtk2.4-python
python2.6-bluez
libtabe0
libmerb-ruby-doc
libghc6-cpphs-prof-1.9-cfa8e
librtai-dev
libostyle-dev
libgpmg1-dev
language-pack-gnome-af
kdebase
docbook-dsssl
zope-plone3
gumshoe
viking
netmaze
libuninum5
libopenscenegraph7
libkwebkit-dev
libicee-java
libghc6-stream-dev
gopchop
libghc6-time-dev-1.1.4-1ced4
libgeotiff1.2
fuzzyocr
emacs-jabber
doom-wad
libgsasl7
libxml-perl
libvte0.16-cil
community-themes
libgnomeui-0
libxalan2-java
zygrib-maps
python-excelerator
netwag-doc
linklint
lincity-ng-data
libtermios-ruby
libtabe2
libsofa1-dev
libroot-mlp
libocamlnet-ocaml-bin
libgnomecanvas2-ruby1.8
libgearman-client-async-perl
libdca-utils
libbusiness-onlinepayment-tclink-perl
gtkpod
gap-trans
libdb2++-dev
libcairo-perl
kpat-kde4
linux-image-2.6.32-45-generic
swfmill
python2.6-gnuradio-trellis
plasma-widget-simplemonitor
opensaf-dbg
lutefisk-doc
libtorch3
libplayerjpeg-dev
libcvm1-dev
libbz2-ocaml-dev
ilithuanian
enfuse
mrtg
aylet-gtk
python2.6-xapian
r-cran-fcopulae
pari-doc
newlib-source
libscalapack-pvm1
kicad-doc-ru
libghc6-utf8-string-prof
aterm-ml
texlive-music
python2.6-gdbm
nfs-server
libmpcdec-dev
language-pack-gnome-be
amarok-engine-xine
wprint
trophy-dbg
toshiba-fan
licq-plugin-osd
libtest-unit-perl
libsplashy1-dev
libsequel-ruby1.9.1
scilab-full-bin
libirrlicht1.7-dbg
libhtml-copy-perl
libssh2-php
junior-games-card
makepasswd
gputils
gkrellm-radio2
id3v2
xserver-xorg-driver-ark
xul-ext-thunderbird-locale-bn-bd
python2.6-cups
language-pack-gnome-ca
firefox-downloadstatusbar
python2.4-tau
navit-data
libxml-enno-perl
libghc6-opengl-dev-2.2.3.0-47c8c
gpe-gallery
gnome-gpg
dpm-mysql-nameserver
cppcheck
fileutils
libgnome-vfsmm-2.6-doc
libgconfmm-2.6-dev
language-pack-gnome-bg
gtk-sharp2-gapi
wenglish
dh-ocaml
xmhtml-dev
tuxtype-data
libnet6-1.3-0-dbg
liblog4ada-doc
libflorist-dev
libcddb2-dev
libccss-doc
libcommons-jexl-java
gdis-data
libfluidsynth1
xserver-xorg-video-mga
openoffice.org-base-core
language-pack-gnome-am
gvfs-backends
mysql-server
linux-backports-modules-compat-wireless-2.6.34-2.6.32-42-generic
linux-backports-modules-compat-wireless-2.6.34-2.6.32-37-generic
xfonts-cronyx-koi8r-100dpi
xbill
udptunnel
ttf-sil-zaghawa-beria
pidgin-mbpurple
libsox-fmt-ogg
libolap4j-java-doc
libstring-formatter-perl
davical-doc
libxnee0
libtaglib2.0-cil
python-gnome2-dev
libgpod-common
libdebconfclient-dev
libcppunit-1.12-1
language-pack-gnome-an
krb5-doc
gstreamer0.10-alsa
xserver-xorg-video-radeonhd-dbg
sugar-jigsawpuzzle-activity
python2.6-gdcm
python2.6-clutter
libterralib1-doc
libtaoframework-physfs-cil-dev
libnuclient3
libmulticobex1
libgss-dev
libgnustep-base1.19-dbg
blacs-lam-dev
libantlr2.7-cil
isdnvboxserver
libdanga-socket-perl
etherwake
cwirc
adesklets
comerr-dev
dvipng
wicd-curses
7z
tao-lifecycle
ser-postgres-module
score-reading-trainer
r-cran-lpsolve
pdns
libsyntax-highlight-engine-simple-languages-perl
liblog4cxx10-dev
libeventdb2
gmotionlive
citadel-doc
chromium-browser
fftw2
libsvga1
apertium-fr-es
libboost-python1.36-dev
language-pack-gnome-da
obex-data-server
byobu-extras
linux-backports-modules-compat-wireless-2.6.35-2.6.32-31-preempt
linux-backports-modules-compat-wireless-2.6.35-2.6.32-26-preempt
monajat
libxmmsclient-glib-dev
libvcs-lite-perl
librsvg2-ruby
libres-ocaml-dev
libpoe-component-client-ping-perl
libofapi0
libkorundum4-ruby1.8-examples
libjboss-jms-java
libclass-trigger-perl
mpc-ace
gstreamer0.10-packagekit
gnome-photo-printer
gnobots2
gir1.0-babl-0.0
fluid-soundfont-gm
clamfs
angband-doc
fftw3
cupsddk
gkbd-capplet
uprecords-cgi
ufsutils
surfraw-extra
sphinxbase-utils
ec2-api-tools
mrtp
libtet1.4.2-dev
python2.6-libuser
octave-ga
nagios-text
licq-plugin-qt4
libzrtpcpp-1.4-0
libitpp-doc
libmysql-ruby1.9.1
libace-tkreactor-5.6.3
koules
gtk-sharp2-examples
gprename
hardinfo
giftcurs
audtty
ifrename
libracc-runtime-ruby1.8
libgtk2-perl
language-pack-gnome-ar-base
language-pack-gnome-ar
wmclock
virtualbox
unison
ubuntu-policy
supertransball2
postgresql-autodoc
pipenightdreams
libjmathtex-java-gcj
libgsnmp-dev
libgeo-metar-perl
libbusiness-onlinepayment-viaklix-perl
jaminid
fwbuilder
rxvt-unicode
libfsobasics0
coolmail
gtkam
libfltk-dev
language-pack-gnome-bn
language-pack-gnome-as
tecnoballz-data
python-adodb
python-brasero
libxdelta0-dev
libmstore0-dev
libjboss-cache1-java
libgmerlin-dev
pangographite
gpomme
erlang-edoc
bochsbios-qemu
python2.6-geoip
parted1.6
libfontforge-dev
language-pack-gnome-de
language-pack-gnome-bo
libyaml-syck-perl
manpages-pl
linux-headers-lbm-2.6.32-33-server
linux-headers-lbm-2.6.32-28-server
linux-backports-modules-compat-wireless-2.6.35-2.6.32-46-server
r-cran-fecofin
pkspxyc
velvet
mc-dbg
libosmgpsmap-dev
libnotifymm-1.0-7
libnet-github-perl
libmediastreamer0-dev
fp-units-gnome1
clamav-milter
python-apt-dbg
language-pack-gnome-oc-base
language-pack-gnome-kw-base
libhtml-parser-perl
termnetd
python2.6-pymetar
pwrkap-gui
pike7.6-mysql
libright-aws-ruby1.8
libmodule-starter-perl
libicexml33
libhildondesktop-dev
libgbf-1-2
xpostit
libparted0debian1
bind9utils
xmlstarlet
wesnoth
sexy-python
python2.6-gasp
pike7.6
libpari1
libossp-uuid-perl
libghc6-bin-package-db-prof-0.0.0.0-4cfd2
fluid-soundfont-gs
blobwars
language-pack-gnome-br
libsp1c2
zope-zwiki
ttf-oflb-euterpe
torcs-data-cars-extra
mupen64plus-dbg
minbif-webcam
libtritonus-bin
libibtk0
libglrr-glib-dev
libghc6-glade-prof
libdata-hierarchy-perl
libbfb0
pbbuttonsd
inguma
iaxclient
python-routes
peercast-handlers
frozen-bubble
libemboss-acd-perl
buildbot
aclock
libsigc++-1.9-0
libgnome2-dbg
language-pack-gnome-bs
libgnome-window-settings1
tryton-neso
pysycache-puzzle-cartoons
libvarnish-dev
polyorb-servers
liblockdev1-dbg
libjana-ecal-doc
libgtkhex0-dev
libglobus-gram-protocol-dev
libghc6-parsec-prof
libgeomview-dev
libfile-sharedir-perl
libapache2-mod-neko
libhugs-time
python-reportlab
pgrep
libsdl-dev
gimp-svg
pythoncard-doc
ltsp-cluster-accountmanager
libvanessa-socket1
libtest-useallmodules-perl
libqtgtl-dev
fbpager
ddd-smotif
claws-mail-pgpcore
kanyremote
libwvstreams4.6-extras
libgstreamer-plugins-base0.10-dev
language-pack-gnome-fa
language-pack-gnome-az
tmpwatch
ubuntume-artwork
python-pyfltk-doc
openwsman
nsd3
nethack-el
voms-clients
libmail-gnupg-perl
libghemical-data
libflorist-3.15p-1-dev
libfacets-ruby
libcddb-dev
icewm-experimental
dh-make-drupal
boostpythongenerator
xserver-xorg-video-chips
libklibc-dev
libgnomepanel2.24-cil
libgluezilla
indicator-me
libgwt-user-java
linux-headers-2.6.32-32-server
linux-headers-2.6.32-27-server
linux-image-2.6.32-24-server
libqoauth-dev
sblim-cmpi-base
phpgroupware-phonelog
metar
maxima-share
libtrilinos6.0-dbg
libramaze-ruby1.8
libmixlib-log-ruby1.8
libloki-doc
libhdate0
libpxp-ocaml-dev-qq6h4
locales-all
edgy-wallpapers
le-dico-de-rene-cougnenc
manpages-pt
texlive-full
python-pygoocanvas
okteta-kde4
linux-backports-modules-wireless-lucid-server
libtext-template-perl
libecal1.2-7
linux-headers-3.0.0-13
wine1.0
pymca
python-soya-doc
python2.4-rpm
python-albatross
virtuoso-opensource-6.0-common
muscletools
liblocale-maketext-lexicon-perl
kredentials
iisemulator
libhdate1
libghc6-containers-prof
developers-reference-fr
python-twisted-lore
nas-lib
language-pack-sv-base
language-pack-gnome-cs
gdm-guest-session
dovecot-common
linux-backports-modules-input-2.6.32-34-server
linux-headers-3.0.0-14
linux-backports-modules-input-2.6.32-29-server
python-zc.lockfile
python2.3-pyorbit-omg
opendkim
octave-tsa
mssh
belocs-locales-data
libopensc0
libmblock0-dev
liblucene-queryparser-perl
libsql-reservedwords-perl
libdeal.ii-dbg
avidemux
pdsh
firebird2.0-super
python2.4-rrd
libwvstreams4.6-dev
libmysqlclient16-dev
kiriki
gnu-standards
linux-headers-3.0.0-20
linux-headers-3.0.0-15
xenner
wine1.2
scim-m17n
rt3.8-apache2
qnapi-gnome
opensync-plugin-google-calendar
libopensc1
libauthen-simple-radius-perl
ipplan
mediawiki
gabedit
berusky-data
bcrypt
libclalsadrv1
xkbevd
python3.1-wsgiref
libssl095a-dev
language-pack-gnome-ga
kdewallpapers-kde4
libbeagle1
linux-headers-3.0.0-21
linux-headers-3.0.0-16
linux-headers-2.6.32-34-generic
linux-headers-2.6.32-29-generic
txt2regex
telepathy-devel
qbrew
python-empy-doc
paperkey
libudunits2-dev
libgnuradio-audio-alsa-dev
libghc6-unixutils-prof
libghc6-hgl-dev-3.2.0.2-861d8
libdrools-extras-java
libbusiness-onlinepayment-openecho-perl
gtk2-engines-gorilla
fso-sounds-yue-base
libopensc2
libcegui-mk2-1
dict-bouvier
devilspie
bless
libdrm-radeon1
libarchive-dev
language-pack-gnome-el
libgpgme11-dev
libmono-corlib2.0-cil
libbz2-1.0
linux-headers-3.0.0-22
linux-headers-3.0.0-17
tclassic
python2.6-zeroc-ice
pypar2
msrp
ltp-tools
libmerb-core-ruby
libjs-flot
libdballe-db-dev
libcos4-1
libboolstuff-0.1-0-dbg
gnome-humility-icon-theme
ax25-utils
python-simpletal
language-pack-gnome-shs
linux-headers-3.0.0-23
xfce4-terminal
libpt-1.11.2-dbg
libplexus-maven-plugin-java
libmilticobex-dev
libdesktop-agnostic-fdo-glib
libbusiness-onlinepayment-perl
libipoddevice0
hildon-thumbnail
peercast-servent
epiphany-browser-dev
xfingerd
brutefir
libecore-evas-svn-05
language-pack-kde-sv-base
language-pack-gnome-gd
language-pack-gnome-fi
language-pack-gnome-en
language-pack-kde-crh-base
aspell6a-dictionary
linux-headers-3.0.0-24
linux-headers-3.0.0-19
firefox-firebug
xfce4-sensors-plugin
luadoc
longomatch
libtaoframework-ffmpeg-cil-dev
libqttestrunner1c2
libgmp-ocaml-dev
libfcgi0
libcore-ocaml-hryx7
helium
thunderbird-locale-bn-bd
language-pack-gnome-eo
language-pack-gnome-cy
linux-headers-3.0.0-30
linux-headers-3.0.0-25
yorick-yeti-fftw
snd-nox-alsa
python-htmltmpl
monotone-viz
libzookeeper-java-doc
libncurses-ruby
liblwp-authen-negotiate-perl
libgpib-dev
libgizmod-dev
libggadget-qt-1.0-0
libgmp-ocaml-dev-mdp92
libcore-extended-ocaml-pjdm6
libcmpicppimpl0-dev
libtowitoko2
lastfmproxy
libipe7.0.10
kaffe
firebird2-dev
qcad
coinor-libvol0-dbg
python-pyxattr-dbg
libp11-dev
libapm-dev
language-pack-gnome-ha
gtk2-engines-highcontrast
patchutils
linux-headers-3.0.0-31
linux-headers-3.0.0-26
r-cran-plotrix
powstatd
libphtools2-gfortran
libcapsinetwork0c2
libcairo-ocaml-dev
kde-style-skulpture
kde-standard
gambas2-gb-gtk
fhist
libtest-simple-perl
language-pack-gnome-dv
kubuntu-kde4-desktop
linux-backports-modules-compat-wireless-2.6.38-2.6.32-46-preempt
linux-headers-3.0.0-32
linux-headers-3.0.0-27
wesnoth-data
sugar-tools-0.88
paraview
r-other-bio3d
python-envisageplugins
libobexftp0
libghc6-haskell-src-exts-dev-1.3.0-8164d
libghc6-stream-doc
krb5-ftpd
kdelibs4c2
python-mapnik
policykit-gnome
blobwars-data
java5-jre-headless
lzip
libdbus-1-3
linux-backports-modules-input-2.6.32-33-preempt
linux-backports-modules-input-2.6.32-28-preempt
linux-headers-3.0.0-28
linux-backports-modules-alsa-2.6.32-30-server
linux-backports-modules-alsa-2.6.32-25-server
wmtictactoe
python2.6-templayer
proofgeneral
libobexftp1
msr-tools
manpages-ru
love-dbg
libopencascade-ocaf-lite-6.3.0
libgnuift-dev
libgmime2-dev
libgfcui-2.0-0c2
libmime-base64-urlsafe-perl
josm-plugins
iftop-dbg
ifpgui
cluster-messaging-framework
php4-pgsql
vbackup
et131x-source
libecasound7
cakephp
language-pack-gnome-es
linux-headers-3.0.0-29
mozilla-firefox-adblock
wterm-ml
python2.6-aubio
tigr-assembler
libtaktuk-1-dev
libnet-telnet-cisco-perl
libbash
libapertium3-dev
libicns1
libglobus-xio-gsi-driver0
g++-4.1
gambas2-gb-gui
qalc
libaio1
language-support-input-zh-hans
language-pack-gnome-he
language-pack-gnome-fo
language-pack-gnome-et
linux-backports-modules-compat-wireless-3.3-2.6.32-44-preempt
python2.4-rpy
python-llvm
nginx-dbg
libglui2
libapreq2
g++-4.2
gambas2-gb-db-firebird
primer3
console-keymaps
esound
language-support-input-zh-hant
language-pack-gnome-ia
language-pack-gnome-eu
language-pack-gnome-dz
libboost-python1.40.0
libsane
dpsyco-base
libxfixes-dev
libtrf-tcl-dev
python2.5-gdchart2
peace-session-splashes
octave-io
libtaglib-cil-dev
libspreadsheet-parseexcel-simple-perl
libmysql-ruby1.8
g++-4.3
smbios-utils
acpitail
nvidia-glx-96-dev
ubiquity-slideshow-ubuntu
libxcb-property1-dev
libspeexdsp-dev
libopenobex-dev
ssh-krb5
language-pack-gnome-gl
kgamma-kde4
udisks
linux-image-2.6.32-45-server
stardict-tools
sabily-gdm-themes
python2.6-sigmask
mtop
libvista2-dev
libpion-net-plugins
libpgocaml-ocaml-f26e5
libnews-nntpclient-perl
jmeter-http
libsvn-core-perl
gpe-contacts
cweb-latex
chase
moinmoin-common
libgconfmm-2.6-doc
language-pack-gnome-fr
libplasma-geolocation-interface4
libimobiledevice0
libgtkmm-2.4-1c2a
g++-4.4
lzma
seamonkey-chatzilla
scsh-0.6-doc
plasma-runner-amarok
pdns-backend-sqlite
genesplicer
libpdfbox-java
libmecab-ruby1.8
libglrr-gtk0
libghc6-edisoncore-prof-1.2.1.3-26c80
libexpat-ocaml-dev-14p41
hunspell-de-ch-frami
gpscorrelate-gui
xxdiff
atomicparsley
python-subversion-dbg
libboost-signals1.40.0
language-pack-gnome-id
language-pack-gnome-hi
gstreamer0.10-plugins-good-doc
java-runtime-headless
libnet-xwhois-perl
trophy
r-cran-lme4
python-pyfits
python-ming
pydance-music
librack-ruby1.9.1
libmidi-perl
libirrlicht1.7
libdlna0
gforge-plugin-scm
fusecram
libnewmat10ldbl
fixincludes
bdfresize
qcam
ubuntu-express-frontend-gtk
python-gnome2-doc
openoffice.org2-base
junit
linux-backports-modules-wwan-2.6.32-35-generic
linux-backports-modules-wwan-2.6.32-40-generic
linux-backports-modules-compat-wireless-2.6.37-2.6.32-41-server
linux-backports-modules-compat-wireless-2.6.37-2.6.32-36-server
xskat
xfce4-places-plugin
screenlets-doc
oftc-hybrid-respond
printfilters-ppd
lxtask
yaz-doc
libyiff2
libtextcat-data
libplexus-cipher-java
pfqueue
libghc6-hsql-mysql-dev
libgenders0-dev
gsoko
coq-theories
charm
libocamlnet-ocaml-dev
alpine-dbg
nut-cgi
manpages-tr
ttf-arphic-bkai00mp
odbcinst1debian1
language-pack-gnome-ja
libstrigihtmlgui-dev
gnome-disk-utility
lynx
xbattle
tttprobe
kernel-patch-speakup
python-sqlrelay
python2.5-quixote1
python2.6-pychart
opencascade-tools
meshlab
matanza
libweed-dev
libparagui1.0c2
liblog4cxx10-doc
java-jre
libghc6-language-c-dev-0.3.1.1-78538
libgcj7-common
liblemonldap-ng-handler-perl
cimg-dev
plasma-applet-lancelot
liblua5.1-0-dbg
guile-gnutls
slapd
language-pack-gnome-ig
myspell-fr-gut
libdom4j-java
update-inetd
sleepd
mozilla-dom-inspector
libvlccore-dev
libplexus-containers-java-doc
libmorph-dev
libmeep-mpi-dev
libjgrapht0.6-java-link
blacsgf-lam-dev
jmeter-ldap
gstreamer0.10-ffmpeg-dbg
genus2reduction
libemail-find-perl
libcherokee-server0
xrestop
python2.4-gdbm
docutils-writer-odt
gnome-settings-daemon
linux-backports-modules-compat-wireless-2.6.36-2.6.32-43-preempt
linux-backports-modules-compat-wireless-2.6.36-2.6.32-38-preempt
linux-headers-2.6.35-30-virtual
linux-headers-2.6.35-25-virtual
libxen2.0
libqof1
libsamplerate-ocaml
libroot-minuit-dev
libosgal-cvs-dev
libfiredns-dev
libcalendar-ocaml-dev
libhypre-2.4.0
sreadahead
gresistor
graphicsmagick-libmagick-dev-compat
galculator
enlightenment
libcrypto++8
libstreamindexer-dev
erlang-doc-html
linux-backports-modules-compat-wireless-3.0.0-2.6.32-42-generic
linux-backports-modules-compat-wireless-3.0.0-2.6.32-37-generic
libtelepathy-dev
sniffit
secvpn
python-pydoctor
python-meminfo-total
mistelix
libqof2
simplyhtml
claws-mail-geolocation-plugin
libxt6-dbg
libdevkit-power-gobject-dev
language-pack-gnome-fy
cil-disassembler
util-linux
wgaelic
therion-doc
tao-time
serendipity
python-xdelta3
python-editobj
python2.6-desktop-agnostic
samba4-dev
libtext-query-sql-perl
libjetty6-java
libgmerlin-doc
liboglappth2
gcin-qt4-immodule
faad2-dbg
eidviewer
python-apt-dev
m4-doc
libxcb-xevie0-dbg
libxpp2-java
language-pack-gnome-ka
language-pack-gnome-gu
linux-backports-modules-compat-wireless-3.1-2.6.32-41-preempt
wmacpi
python2.3-numeric
python-zope.publisher
php5-remctl
murasaki
libwaili
libjetty-setuid-java
xdemineur
xlsclients
ubuntu-express-ubuntu-artwork
libqt4-test
m2300w
xfe-themes
libempathy-gtk-dev
rhythmbox-radio-browser
octave3.2-headers
musixtex-fonts
mapnik-utils
libgtkglarea-cil-examples
libfprint-dev
firmware-linux
plymouth-theme
libecore-config-svn-05
libappindicator-cil-dev
language-pack-gnome-hr
kdegames-kde4
libmockobjects-java
wpolish
unzip
linux-backports-modules-alsa-2.6.32-46-server
oroborus
nuauth-utils
mnemosyne
libvarnish1
koffice-l10n-zhcn
nvidia-current
safe-rm
openoffice.org-java
libgnome2-dev
bittorrent-gui
perl
linux-image-2.6.32-43-preempt
linux-image-2.6.32-38-preempt
zoomer
vdr-plugin-streamdev-client
screentest
scorched3d-dbg
pgtap
libsefs4
liblockdev1-dev
kleopatra-kde4
libmail-mbox-messageparser-perl
libemail-mime-modifier-perl
mixminion
libxres1-dbg
libgnuinet-java
language-pack-gnome-ht
libaxiom-java
uim-canna
scons-doc
pioneers
elisa-plugins-bad
mono-profiler
mnogosearch-mysql
libpod-readme-perl
liblastfm-java
libglobus-gram-protocol-doc
liberis-1.3-dev
libeb12
fte-docs
cakephp-scripts
xul-ext-bugmail
xdpyinfo
libxmlrpc-c0-dev
language-pack-gnome-la
language-pack-gnome-hu
language-pack-gnome-da-base
lmodern
ttf-sil-sophia-nubian
spl-sqlite
python-redis
note
populations
libsexp-processor-ruby1.9.1
libmatchbox1
libisnativec-5.2-java
hbf-kanji48
hyantesite
libgtk2-imageview-perl
enna-theme
libeb13
not+gnu
dhcp3-server
erlang-abi-13.a
sagemath
libqt4-script
xemacs21-mulesupport-el
resilience-theme
r-cran-jit
phpgroupware-manual
lib-xt-java
libtrilinos6.0-dev
libphp-magpierss
libopen4-ruby1.9.1
libglobus-data-conversion2
awn-applets-python-extras
libxdmcp6-dbg
libsub-name-perl
libapache2-mod-apparmor
rabbit
mountpy
mathomatic-primes
libshout-ocaml-1lrh5
libicapapi0-dbg
libghc6-xmonad-contrib-dev-0.9.1-4570c
libcrypt-des-ede3-perl
libcrypt-unixcrypt-xs-perl
firefox-webdeveloper
dvd95
crossfire-server
libqt3-headers
libboost-regex1.38-dev
language-pack-gnome-mk-base
language-pack-gnome-ku-base
language-pack-gnome-is
corosync
linux-backports-modules-compat-wireless-2.6.34-2.6.32-40-preempt
linux-backports-modules-compat-wireless-2.6.34-2.6.32-35-preempt
root-plugin-krb5
python-quickly-widgets
maria-vis
lipsia-doc
libxml-security-c-dev
libtest-log4perl-perl
libghc6-edisoncore-dev-1.2.1.3-26c80
libsylpheed-claws-gtk2-dev
gridengine-master
freepops-updater-gnome
openclipart
libdeal.ii-dev
ttf-nafees
language-pack-gnome-it
language-pack-gnome-hy
kfloppy
linux-headers-lbm-2.6.32-35-generic
linux-headers-lbm-2.6.32-40-generic
sunclock
promoe
postman
libhd12-dev
libcoat-perl
libhpricot-ruby1.9.1
libs3dw2
gthumb-data
ggz-core-client
bluewho
libwvstreams4.6-doc
libzlib-ruby1.8
language-pack-gnome-kk
language-pack-gnome-iu
libqt4-designer
git-gui
devicekit-disks-doc
libtime-hires-perl
viewvc-query
u3-tool
tryton-modules-timesheet
plymouth-theme-fade-in
lxr-cvs
lout-doc
tktable-dev
libsprng2-dev
libqttelepathyclient0
libhtml-linkextractor-perl
libregexp-assemble-perl
dynare
console-braille
php3
aprsdigi
language-pack-gnome-kl
language-pack-gnome-uz-base
language-pack-gnome-lg
gparted
zaz-data
passivetex
ssdeep
synce-hal
mp3report
libswidgets-java
libopal-snapshot-dev
libidzebra-2.0-mod-text
libdb-file-lock-perl
libconstantine-java
libboost-all-dev
blacsgf-mpich-dev
libelemental0-dbg
libnet-patricia-perl
libquicktime1
php4
albumshaper
libarchive-doc
language-pack-gnome-km
installation-guide-i386
libopts25
linux-lts-backport-oneiric-headers-2.6
linux-headers-2.6.35-22-generic
openmovieeditor
python-louie
acedb-other-belvu
libstage2
libqpdf3
libpt-1.11.2-dev
libnet-google-authsub-perl
libgnupdf-dbg
libghc6-regex-base-dev-0.93.1-812f6
libgeos-dev
libdata-walk-perl
arename
portaudio19-dev
php5
openoffice.org-help-zh-tw
language-pack-gnome-li
language-pack-gnome-kn
language-pack-ht-base
python-pyatspi
expect-dev
linux-backports-modules-compat-wireless-3.1-2.6.32-44-server
linux-backports-modules-compat-wireless-3.1-2.6.32-39-server
td2planet
libopensync0
libcdk5-dev
blacs1gf-lam
gap-core
seabios
libiec61883-dev
language-pack-gnome-ko
libmudflap0-dbg
icedtea-netx
ubumirror
transmission-cli
sdlbrt
lxde-icon-theme
liblrdf-dev
inewsinn
webhttrack
htcheck-php
geany-plugins
freewnn-common
cflow
cernlib-extras
manpages-zh
libstorable-perl
libhyphen0
dictzip
python-pefile
python2.6-empy
phppgadmin
liblv2dynparamhost1-1
liblapack-test
libgtk2-sourceview-perl
libfso-glib-dbg
geany
dvi2dvi
xchat
language-pack-ve-base
language-pack-gnome-tlh
language-pack-st-base
language-pack-gnome-nb
language-pack-gnome-mg
gtk-sharp2-unstable-gapi
libvdk1-dev
titanion-data
reinteract
pica
xtell
onak
nsca
libtonezone-dev
libmecab-ruby1.9.1
libhtml-wikiconverter-wikkawiki-perl
libgtksourceview2-ruby1.8
libanyevent-perl
libsdl-mixer1.2
python-twisted-news
lzop
linux-backports-modules-wireless-2.6.32-46-preempt
linux-image-3.0.0-14-virtual
linux-backports-modules-wireless-2.6.39-lucid-server
zeroinstall-injector
fftw-single-dev
libpfqueue0
drawxtl
dot2tex
csvtool
libcbf0
openoffice.org-l10n-en-gb
libgirepository1.0-dev
language-pack-gnome-mi
language-pack-gnome-ks
language-pack-kde-ht-base
kde-i18n-engb
grub-coreboot
check
automake1.9-doc
apache2-suexec
apache2-mpm-worker
python2.6-subunit
python2.6-rapi2
dhclient
trnascan-se
libpt2.6.3-plugins-alsa
hamlib++-dev
openswan
heartbeat-2
gnunet-common
sbuild
gnome-desktop-environment
perl-debug
libc-pic
libbeecrypt6-dev
language-pack-gnome-ne
language-pack-gnome-lo
erlang-syntax-tools
yiff-utils
tix8.1
php-net-dime
licq-plugin-rms
libchamplain-gtk-0.4-dbg
python-keybinder
zhone
cl-lexer
baycomepp
ahven-dbg
python-psycopg2-dbg
nscd
language-pack-gnome-mk
language-pack-gnome-ku
cmake-data
bsh-doc
seamonkey-webdeveloper
scanbuttond
r-cran-gregmisc
python-pyfits-doc
proxsmtp
libpngwriter
libplexus-component-api-java-doc
libnet-twitter-lite-perl
liblingua-stem-perl
liblog-tracemessages-perl
libapp-options-perl
libaiksaurus-1.2-dev
libphp-phplayersmenu
imms-audacious
fatresize
gs-fonts
valac-dbg
language-pack-kde-ve-base
language-pack-kde-st-base
language-pack-gnome-ml
libplasmaclock4
junit-doc
linux-backports-modules-wwan-2.6.32-36-server
linux-image-2.6.38-16-generic
linux-backports-modules-wwan-2.6.32-41-server
linux-backports-modules-wireless-2.6.32-40-server
linux-backports-modules-wireless-2.6.32-35-server
xmms2-plugin-vocoder
libtrf-tcl-doc
systemtap-sdt-dev
python-dumbnet
python2.6-biggles
pida
libtsk3-3-dbg
libglobus-duct-common-dev
libcatalyst-action-rest-perl
kball
rubygems
drawtiming
auth2db
language-pack-gnome-oc
language-pack-gnome-kw
diffutils
libgl1-mesa-dev
spring
python-forgethtml
phpwebcounter-extra
libsoci-core-gcc-dbg
libsdp1
scalapack1-lam
libqttest2.2-cil
libopensaf
libmesh0.6.1-dev
libcal3d10-dev
fqterm
etktab
belier
not+linux-uclibc
openoffice.org2-filter-so52
nut-dev
libasound2-dev
language-pack-gnome-mn
linux-backports-modules-wireless-2.6.39-lucid-generic
xfe-i18n
ttf-gentium
sdcc-doc
php-openid
libtaglib-ocaml-457k9
libcrypt-unixcrypt-perl
libchipcard-data
sgt-puzzles
glade-xfce
g3data
binutils-multiarch
libxen3.1
libsdp2
libavutil-dev
language-pack-gnome-lt
language-pack-gnome-ky
ipvsadm
r-cran-mgcv
med-tasks
libtemplate-plugin-calendar-simple-perl
libnet-smtpauth-perl
hamlib-dev
libgems-ruby1.8
libghc6-highlighting-kate-prof-0.2.6.2-8bd10
ko.tex-base
gretl-doc
firebird2.0-server-common
childsplay
libxen3.2
language-pack-gnome-pa
e2fsprogs-dbg
webissues
vuurmuur-conf
steam-lib
rygel-gst-renderer
ogre-doc-nonfree
llvm-cfe
libvdkbuilder2c2
libsubtitleeditor0
libopenraw1-dbg
libocamlnet-ocaml-doc
liblatex-table-perl
libipathverbs1-dbg
libghc6-hsql-mysql-doc
libaudit-dev
squeeze
python2.4-ipython
muse
libfreeze33
libdesktop-agnostic-vfs
libqt3-mt-psql
libgtk-directfb-2.0-dev
liblua5.1-0-dev
libboost-thread1.35-dev
libboost-thread1.40-dev
language-pack-gnome-nl
language-pack-gnome-lv
xserver-xorg-core
kdesvn-kio-plugins
libkleo4
gtklp
cli-common
linux-headers-2.6.32-32-preempt
linux-headers-2.6.32-27-preempt
usbip
python-gendoc
python-wxtools
linux-backports-modules-wireless-lucid-preempt
libwncksync0
hyperspec
gmemusage
gambit-doc
cimg-doc
binutils-h8300-hms
python-pil-doc
language-pack-gnome-mr
python-louis
cramfsprogs
libqt4-network
smuxi-engine-irc
python2.6-restrictedpython
phpgroupware-0.9.16-todo
perl-doc-html
libmlx4-1-dbg
lapack3-pic
libhttpclient-ruby1.8
libghc6-dataenc-prof
libfile-pushd-perl
libdcerpc-dev
inotail
clamtk
csound
samba-client
openoffice.org-style-default
libt1-5-dbg
libmono-system-web-mvc1.0-cil
language-pack-gnome-nn
language-pack-gnome-ms
klipper-kde4
openjdk-7-jre
usbmount
steghide
libtbb2
libplexus-interactivity-api-java-doc
libdolfin0-dbg
libcalendar-ocaml-doc
libghc6-convertible-dev
libglew1.4
colormake
coinor-libdylp0-dbg
ubiquity-artwork-2.2.23
thunderbird-dbg
php5-mysqli
liblogthread-dev
language-pack-gnome-mt
linux-headers-2.6.38-13-virtual
tla-buildpackage
sunflow
r-cran-spatial
python-yappy
python-reverend
python-liblas
python-elemental
ltp-misc-test
libnet6-1.2-dev
libmysql-ocaml-9dve7
libmysql++3
libgeronimo-activation-1.1-spec-java
jabber-jit
gears
gap-character-tables
drbd0.7-module-source
ipadic
libftgl2
bleachbit
libglew1.5
avant-window-navigator-data
libxcb-xevie0-dev
liblouis-data
libglib2.0-cil-dev
libfile-find-rule-perl
xserver-xorg-input-mutouch
xfce4-mpc-plugin
python-sqlite-dbg
libemail-simple-creator-perl
libdolfin0
libcompress-bzip2-perl
deliver
coinor-libdylp0
python-apt-doc
tdsodbc
pico
thunderbird
gdict
ggzcore-bin
libapache2-mod-axis2c
libqt4-dbus
linux-headers-2.6.38-11-server
switchconf
python-kinterbasdb
picp
mediatomb-common
python-nipype
matchbox-keyboard
libmcal0
libghc6-hsql-prof
cl-xmls
acidbase
xserver-xorg-video-mach64
openoffice.org-wiki-publisher
python2.6-egenix-mxtools
mono-runtime-dbg
libclutter-gtk-doc
language-pack-gnome-nr
language-pack-gnome-om
python2.6-ncrypt
ubiquity-artwork-2.2.27
tagua-data
sofia-sip-bin
qutecom-data
plasma-widget-droptoimageshack
libfcgi0c2
klinkstatus-kde3
cryptmount
jabber-irc
libreadonly-xs-perl
uim-m17nlib
xenomai-runtime
libsymmetrica-2.0
libmokoui2-0
libaqbanking-data
hildon-tests
guile-gnome2-gtk
skkdic-extra
xslideshow
python2.4-svn
openoffice.org-style-hicontrast
libgnome2-doc
belocs-locales-bin
testdisk
synce-multisync-plugin
scrotwm
libsox-fmt-oss
liboggplay1
libihelp-ruby1.8
libhubbub-dev
libgwrapguile1
libcrypt-openssl-dsa-perl
libauthen-smb-perl
hildon-control-panel-dbg
evtest
eprover
azureus
libgmime-2.0-2a
sysvconfig
plasma-applet-ktorrent
libavahi-gobject-dev
libapache2-mod-auth-pgsql
awstats
linux-backports-modules-alsa-2.6.32-32-generic
linux-backports-modules-alsa-2.6.32-27-generic
r-cran-its
mailutils-imap4d
lam2-dev
cycle
ttf-gfs-theokritos
cairo-dock
brdesktop-artwork-gnome
grub-disk
audacity
mdbtools
libcglib2.1-java
language-pack-gnome-pl
language-selector-qt
kstars
gnome-mag
synopsis-formatter-dot
python-pyme-doc
php-http
packagekit-backend-aptcc
qstat
mesa-test-tools
libsvncpp-dev
libsds0
libming-util
libghc6-mtl-prof
libdianewcanvas2
libatlas-cpp-0.6-dev
kstart
kmymoney2-common
i3-wm
compiz-gtk
cx-freeze
arbtt
not+gnu-kfreebsd
language-pack-gnome-or
rhythmbox
libasm2-java
python2.6-subnettree
publib-dev
libtrilinos6.0-doc
synfig-dbg
libobby-0.4-1-dbg
libelemental
libhildonhelp0
libburn4
c2050
not+powerpc64
libpcre1-dev
camlp5-vyeg0
upse123
swapspace
r-cran-ncdf
python-zope.i18n
treeviewx
magnus
libxfconf-0-2
libdata-random-perl
python-apt-p2p
libibus1
libxxf86vm1
stereograph
smartpm
pyrite-publisher
libclass-makemethods-perl
libccscript4-dbg
libasa-perl
libao-ocaml-dev
gosa-schema
libdbus-java
python-cjson
postfix-pcre
libpng12-0-dev
libboost-signals1.36-dev
language-pack-gnome-sa
libdvdcss2
linux-backports-modules-wwan-2.6.32-33-preempt
linux-backports-modules-wwan-2.6.32-28-preempt
php5-sasl
pgbouncer
python-museek
libplist-utils
libmagic-ocaml-dev
libsnowball-swedish-perl
libhd12-doc
libcommons-launcher-java
zh-autoconvert
dico-module-guile
libaudcore1-dbg
gstreamer0.10-plugins-bad-multiverse
gnutls0
w64codecs
ddrmat-source
octave-sp
mydms
libsprng2-doc
gpib-modules-source
gambas2-gb-v4l
libtext-vfile-asdata-perl
unixcw
libm17n-dev
language-pack-gnome-sc
ttf-dustin
libwsdl4j-java
chrpath
bsh-gcj
unmass
python2.4-scikits-openopt
python-omniorb2
python-jarabe-0.88
pslib1
libunicap-dev
libtaktuk-dev
libsvn-svnlook-perl
libsox-fmt-pulse
libgnupdf-dev
libasedrive-serial
libagrep-ocaml
libnet-pcap-perl
ddccontrol-db
clanlib0-docs
aespipe
librrd-dev
language-pack-gnome-sd
language-pack-gnome-an-base
libsmokeqt4-3
libpython2.6
qbittorrent-nox
python2.6-remctl
python2.6-audit
nethack-qt
libzend-framework-php
libxmpp4r-ruby1.8-dev
libssh2-0-dev
libpt-1.11.2-doc
libprelude-dev
libzip-ocaml-dev-7yqn9
libmlt0.2
libghc6-arrows-dev-0.4.1.2-2ae61
libgeos-doc
libmudflap0-dev
dietlibc
xmailbox
qyoto-dev
python3-setuptools
portaudio19-doc
tftpd-hpa
libsac-java-doc
gnutls3
libecore-imf-svn-05
language-pack-gnome-se
language-pack-gnome-pt
linux-backports-modules-compat-wireless-3.0.0-2.6.32-40-preempt
linux-backports-modules-compat-wireless-3.0.0-2.6.32-35-preempt
linux-headers-2.6.38-10-generic
spamprobe
tntnet-dev
libroot-unuran5.18
libogg-vorbis-decoder-perl
libghc6-xhtml-prof-3000.2.0.1-f8af1
libpacket-ruby1.8
libclass-factory-util-perl
liballegro4.2-dev
knocker
dtaus
libgraph-perl
libproxy0
language-pack-gnome-ta
libjpeg-progs
gwibber-themes
libcap2
root-system
remuco-banshee
radiance-materials
python-poker2d
pympd
prism-google-groups
python-mlt2
littlewizard-data
libqofexpensesobjects-dev
libpacket-ruby
libghc6-syb-with-class-prof
libfso-glib-dev
libuniversal-moniker-perl
timidity-patches
libace-ssl-5.6.3
libglut3
gtwitter
libghc6-syb-prof
fretsonfire-game
libmathlib2-dev
bzr-builddeb
djvulibre-desktop
libboost-program-options1.38-dev
language-pack-gnome-mi-base
language-pack-gnome-ks-base
libweather-ion4
libpst4
mutt
ghostscript-cups
libparse-debianchangelog-perl
tworld-data
thinkfan
strongswan-ikev1
r-cran-rcompgen
qtodo
mage2tab
libvitacilina-perl
libjs-yui-doc
libgnadeodbc1-dev
libdvb-dev
kover
kiconedit-kde4
libghc6-testpack-dev
gnusound
csstidy
libcrypt-ssleay-perl
libqtscript4-gui
linux-headers-3.0.0-24-virtual
linux-headers-3.0.0-19-virtual
linux-backports-modules-compat-wireless-2.6.34-2.6.32-45-server
xchat-xsys
strongswan-ikev2
qcake-data
pecomato
libtest-xml-simple-perl
libharminv-dev
libapache-authenhook-perl
gtkmorph
emacs-snapshot-dbg
python-genshi-doc
libjack0
language-pack-gnome-si
xterm
liblaunchpad-integration1.0-cil
trackballs-music
theorur
python2.5-storm
mscgen
love-doc
libpulse-ocaml-dev
libnepomuk2.2-cil
libhyena-cil-dev
libghc6-bin-package-db-prof
pymol
libaudio-cd-perl
libgtk-perl
packagekit-backend-smart
cli-uno-bridge
libzephyr4-krb
libgucharmap2-dev
libcdb1
language-pack-gnome-te
language-pack-gnome-ro
ksame
telepathy-haze
python-cheetah
vdkbuilder2
usbprog
sugar-presence-service
parser3-common
mono-xbuild
python-clips
libtk-pod-perl
libmono-uia3.0-cil
libmlt++-dev
libkml-java
libchamplain-gtk-0.4-dev
libconsole
python2.6-numpy
mixmaster
language-pack-gnome-sk
linux-headers-2.6.32-350-ec2
linux-headers-2.6.32-345-ec2
tdiary-mode
python-pyepl-common
minbif-dbg
libghc6-x11-xft-prof-0.3-54fac
libcss-packer-perl
libghc6-gio-dev
xvidcap
aria2
libvigraimpex2ldbl
libgnomecups1.0-dev
language-pack-gnome-tg
language-pack-gnome-sl
language-pack-hr-base
gtk2-engines-thinice
epiphany-browser
compiz-kde
zope-atextensions
whiff
rygel-mediathek
python2.6-urwid
pioneers-console-data
wdsetup
nslcd
libgnadecommon1-dev
krb5-pkinit
xboard
olsrd
bve-engine
python-vte-dbg
libkexiv2-dev
libdebconf-dev
language-pack-gnome-th
java-virtual-machine
pysycache-move-sports
powstatd-crypt
uim-common
libsoci-core-gcc-dev
libsdl-sound1.2-dev
libaqbanking-dbg
libapp-daemon-perl
gpe-question
gforge-mta-exim4
nut-hal-drivers
language-pack-gnome-ti
gnu-smalltalk-common
qantenna
python-matplotlib-data
python2.4-empy
libtinymail-dev
libnet-sslglue-perl
libibatis-java
libggadget-1.0-dev
festvox-itapc11k
diffuse
ampache-themes
python-virtinst
nut-doc
xkb-data-legacy
tdb-dev
libnspr4-dev
libasound2-doc
language-pack-sr-base
language-pack-gnome-so
language-pack-rw-base
postscript-viewer
sisu-sqlite
keylookup
sabre-common
rapidsvn
python-cubictemp
nted
genezilla
libtorch
libplayercore2-dev
libgdome2-ocaml-dev-oi6i1
libebml-dev
libdvbpsi0-dev
libdmalloc-dev
haskell-regex-posix-doc
gammu-smsd
ettercap-plugins
nagios2
coinor-csdp-dbg
chemeq
avifile-mad-plugin
arpalert
libxmltok1
language-pack-gnome-tk
language-pack-gnome-ru
kbruch
linux-headers-lbm-2.6.32-33-preempt
linux-headers-lbm-2.6.32-28-preempt
subnetcalc
sdcc-ucsim-snapshot
perdition-ldap
octave3.1-htmldoc
netpipes
libtmail-ruby1.8
hamlib-doc
libgtkada-gl2.14.2
libghc6-ifelse-prof-0.85-2ff8a
libencode-arabic-perl
httrack-doc
iirish
flegita
datapacker
brdesktop-config-gnome
binstats
libaldmb1
not+uclibceabi-linux
nagios3
libboost-serialization1.39-dev
libavcodec-dev
phpapi-20090626
language-pack-gnome-ug
language-pack-gnome-tl
language-pack-gnome-sq
language-pack-kde-hr-base
python2.5-zinnia
python-matplotlib-dbg
bio-mauve
lomoco
libswfdec-0.7-dev
libmath-derivative-perl
libreact-ocaml-trya9
glabels-data
libxcb-xtest0
libxcb-dri2-0-dbg
liblog4net-cil
language-pack-gnome-sr
language-pack-gnome-rw
plasma-widget-kimpanel
x-audio-mixer
kdebase-bin-kde3
alacarte
linux-headers-server-lts-backport-oneiric
ttf-inconsolata
ttf-adf
lua50-doc
libsablot0c102
netcdf-bin
libjrosetta-java
libitpp6
libghc6-network-dev
libapogee2
libmpich2-dev
libcdd0
cryptkeeper
libcrypt-passwdmd5-perl
libraptor1-dbg
language-pack-gnome-tn
language-pack-gnome-ss
kdebase-bin-kde4
ibus-gtk
default-jdk-doc
abrowser-adblock-plus
windowlab
r-cran-tseries
qconf
phpgroupware-0.9.16-core
opensync-plugin-iceowl
libghc6-stream-dev-0.4.1-00f9a
atlas2-base-dev
kernel-patch-scripts
libjabberd2
epic4-script
libdolfin0-dev
antennavis
unifont
thunderbird-dev
language-pack-gnome-ve
language-pack-gnome-st
language-pack-kde-sr-base
language-pack-kde-rw-base
wesnoth-thot
sugar-journal-activity
libxdg-basedir1-dbg
libmail-sender-perl
libghc6-convertible-doc
libcomedi-0.7.22
libb-hooks-parser-perl
python-pisock
libfacile-ocaml-dev
libxcb-render-util0-dev
language-pack-gnome-wa
language-pack-gnome-uk
gtk2-engines-mist
pike
trac-bitten
squidview
python-transaction
python-pyfltk
python2.6-demjson
python2.6-comedilib
python-4suite-server
perlprimer-doc
nighthawk
libgpgme-ruby1.9.1
ikiwiki
fsarchiver
mplayer-nogui
skkdic
libqglviewer-qt3-2
ardour
pam-doc
libexchange-storage1.2-dev
language-pack-gnome-sv
gedit
libboost-program-options1.40.0
linux-image-3.0.0-14-server
python2.3-scipy
python2.6-gnuradio-video-sdl
pigz
libtinymail-maemo-dev
libtcd0
libpod-tests-perl
libocc0c2a
libclass-gomor-perl
labplot
gtetrinet
libgnuradio-core0
libgnuift0c2a
dfu-util
cakephp-instaweb
libzvbi0
nvidia-185-libvdpau-dev
python-cxx-dev
libnm-util1
language-pack-gnome-tr
docbook2x-doc
bogofilter-bdb
linux-headers-3.0.0-21-generic
linux-headers-3.0.0-16-generic
supertransball2-data
pipenightdreams-data
libsys-statistics-linux-perl
libtext-trac-perl
libsequel-core-ruby
libuuid-tiny-perl
libgnuradio-qtgui0
xfce4-panel
gnome-sharp2
dmg2img
cl-htmlgen
libax25
abcde
abrowser-ubufox
llvm-dev
libpython3.1
libavahi-glib-dev
language-pack-gnome-vi
language-pack-gnome-ts
plymouth-theme-glow
libsary-ruby1.8
tk8.3-dev
libbft1
telepathy-gabble-dbg
libevas-engines-extras
language-pack-gnome-tt
gwenview
libtelepathy-farsight0
linux-backports-modules-compat-wireless-3.0.0-2.6.32-46-server
python-pipeline
nsis
phylographer
libmenu-cache-dev
libmath-calculus-newtonraphson-perl
libitext-rtf-java
jlatex209-bin
hildon-control-panel-dev
gtk2-engines-galaxy
gir1.0-gstrtsp-0.10
emacs22-bin-common
python2.6-mysqldb
python-gamin-dbg
libao-pulse
advancecomp
gstreamer0.10-plugins-base-apps
spring-data
qlandkartegt
python2.6-gnuradio
psiconv
netcdf-dbg
ubiquity-frontend-mythbuntu
mirmon
libchipcard-pcsc-card-perl
libmaven-repository-builder-java
libdata-flow-perl
libace-qtreactor-dev
kdelibs4
libldap-ruby1.8
libsac-java-gcj
pngcrush
mono-classlib-2.0-dbg
libuuid-perl
notification-daemon-xfce
python-tpfarsight
postnews
selinux-policy-default
libauthen-simple-perl
interchange-doc
vlock
afbackup-i
abakus
python2.3-ldap-tls
language-pack-gnome-ur
krb5-config
kde-icons-mono
python-imaging
quilt
libfreeradius2
dpsyco-patch
libaprutil1-dbd-mysql
gnome-menus
kdelibs5
zope-docfindertab
upse-audacious
python2.6-tksnack
axparafit
cdda2wav
gpe-ownerinfo-dev
gkrellm-bfm
gir1.0-gtksource-2.2
dphys-swapfile
daemonlogger
alsaplayer-alsa
libdb-java
kturtle-kde4
libmono-cairo2.0-cil
weechat
racc
phpgroupware-0.9.16-phpgwapi-doc
pdfresurrect
libxml-dt-perl
libogre14
icmptx
industrial-icon-theme
ant-contrib
xserver-common
python2.6-egenix-mxproxy
openoffice.org-l10n-gu-in
libxmu6-dbg
snort-common-libraries
shorewall6-lite
xtide
python-phoneutils
pimd
monkeysphere
libstdc++6-4.1-pic
libsaml2-dev
libperl4caml-ocaml-dev-lfeq1
libopenoffice-oodoc-perl
libmrss0-dbg
libgmime-2.0-2-dev
iogerman
libhugs-quickcheck
gtkatlantic
python-zope.component
coinor-libipopt0
banshee-extension-mirage
lsb-printing-amd64
libtagc0
libmono-relaxng1.0-cil
libgnumail-java-doc
umview-mod-viewfs
scim-modules-table
python2.6-utmp
python2.6-usrp
edfbrowser
libtao-tkresource-dev
libqt4-ruby
luasocket-dev
libiceec12
libhtp-dev
libgtk2-ex-printdialog-perl
libghc6-polyparse-prof
libdb4.0-tcl
libcaptcha-recaptcha-perl
libanerley0
lzh-archiver
dssi-plugin
arrayprobe
python2.3-pyopenssl
python-gnome2-extras
libxcb-xv0
libslang2-pic
libsepol1-dev
language-pack-kde-nds-base
unicon-imc2
oem-config-remaster
octave2.9-emacsen
miredo-server
libwww-wikipedia-perl
libmoe1.5
libmaven-dependency-analyzer-java
libfile-policy-perl
libaudio-moosic-perl
pcmcia-cs
lv2-plugin
php4-imap
libghc6-dph-prim-interface-prof-0.4.0-9c8ab
unshield
swish++
cluster-glue-dev
libtool-doc
language-pack-gnome-xh
ksquares-kde4
linux-backports-modules-compat-wireless-2.6.36-2.6.32-40-server
linux-backports-modules-compat-wireless-2.6.36-2.6.32-35-server
xf86-video-displaylink
texpower-manual
toolame
taverna
libxmpp-php
libplayerc2
libmaven-doxia-tools-java
libclass-multimethods-perl
libtse3-0.3.1c2a
libinfinity-0.3-dbg
aspell-de-alt
libboost-date-time-dev
libdbus-glib-1-2
libapparmor-perl
firefox-testsuite
wesnoth-1.8-aoi
tuxpaint-stamps
qprint
namazu-el
libsequel-core-ruby1.8
libplexus-component-api-java
libguichan0
libgsf0.0-cil
kolabadmin
jabber-jud
gkrellmitime
libdebian-package-make-perl
libakonadi-next4
libvorbis-dbg
language-pack-gnome-wo
libgl1-mesa-dri
empathy-common
bluez-cups
weechat-common
root-plugin-fftw3
python-pyke-doc
python2.6-hcluster
python2.6-getfem++
piklab
xemacs22-bin
libwww-mechanize-ruby1.8
libunac1
libtaglib-ocaml
libsox-fmt-alsa
libmoosex-daemonize-perl
libplexus-build-api-java
liblwt-glib-ocaml-nd7m6
libguichan1
holdingnuts
freewnn-jserver
pts-tetex-cm-super
autodia
xephem
python-jinja2-dbg
libxp6-dbg
libssh-3-dbg
language-pack-gnome-uz
gobjc-4.4-multilib
diveintopython-zh
tntnet-doc
mutt-patched
lxappearance
libtorture-dev
libsmokeqt1
libpdl-netcdf-perl
liblualib40-dev
libguichan2
icecast-server
ice33-slice
lampython
d-compiler
festvox-suopuhe-lj
libtime-modules-perl
libavahi1.0-cil
xscreensaver-gnome
python2.6-pyinotify
python-httplib2
monodoc-http
myspell-de-ch
linux-backports-modules-compat-wireless-2.6.38-2.6.32-40-generic
linux-backports-modules-compat-wireless-2.6.38-2.6.32-35-generic
libreins-ocaml-dev
libqofexpensesobjects-doc
libjboss-microcontainer-java
gpsk31
flumotion
jtex-bin
ruby1.8-examples
paprefs
libblas-3.so
hunspell-de-ch
gnome-system-monitor
python-newt
libbonobo2-0
yaz-icu
wmpomme
vserver-debiantools
tkx-doc
selinux-basics
midas
pangzero
libpoconet9-dbg
liblwt-ocaml-dev-fnd82
liblablgtkmathview-ocaml
libghc6-testpack-doc
libbakery-2.3-11c2a
shiki-human-theme
eclipse-plugin-cvs
libcgi-perl
libxdg-basedir1
python2.6-avahi
libtdb1
wportuguese
language-pack-gnome-yi
myspell-de-de
myspell-de-at
ping
libdbi-perl
linux-image-2.6.32-40-virtual
linux-image-2.6.32-35-virtual
python-traitsgui
libshisa0
plplot-tcl
libogre3
libgsm0710-0
libddccontrol-dev
jmeter
festvox-itapc16k
ettercap-gtk
nvidia-96
915resolution
olwm
readahead
language-pack-kde-ber
libmagickwand2
hunspell-de-de
hunspell-de-at
python-speechd
thunar-volman
phpgroupware-folders
phpgroupware-0.9.16-calendar
php-pager
rusers
libxml-filter-saxt-perl
libogre4
libplexus-i18n-java
libasync-mergepoint-perl
wxmaxima
dvbtune
apcupsd
tkseti
libvte-common
smc-music
bliss
libogre5
libio-aio-perl
libchipcard-dev
libautobox-perl
icmpush
fbiterm
dares-qt
bangarang
libboost-wave1.39-dev
language-pack-gnome-bg-base
linux-backports-modules-alsa-2.6.32-30-preempt
linux-backports-modules-alsa-2.6.32-25-preempt
zeroc-icee
wesnoth-1.8-dbg
vtkdata-installer
tennix
openoffice.org-reportdesigner
libpocofoundation9-dbg
libogre6
libmadlib-dbg
libghc6-gio-doc
sylpheed-claws-gtk2-feeds-reader
abby
python-egenix-mxtools
openoffice.org2-calc
libyaml-dev
python-vte-dev
language-pack-gnome-zh
phonon
scim-frontend-socket
python-parsedatetime
libwiki-toolkit-plugin-categoriser-perl
libmecab-perl
libaqbanking-dev
jmeter-mail
krb5-kdc
gastman
epiphany-extensions-more
x11proto-xf86dga-dev
libdevmapper1.02.1
firefox-firegpg
rockdodger
python2.6-zope.container
python-tinymce
pymetrics
libsemanage-dev
librose-object-perl
libtext-ocaml-ll594
libcconv0
itrans-fonts
libblacs-mpi1
ardour-gtk
python3.1-profiler
python-levenshtein
pulseaudio-module-hal
lsb-desktop
libeditline-java
jquery
language-pack-gnome-yo
language-pack-gnome-nb-base
language-pack-gnome-mg-base
eximon
debian-policy
xtux-client
tix-dev
varkon
riece-kakasi
pskmail
mueller7-mova
libtrash
libopenal1-dbg
libhugs-parsec
gtodo
gambas2-gb-sdl-sound
cue2toc
libpvm3
bincimap-run
aajm
quagga-doc
python2.6-plist
opie-server
libostyle1c2
liblocale-gettext-perl
xfdesktop4-dbg
pysycache-buttons-crapaud
link-grammar
libqglviewer-qt4-2
libneedle-ruby1.8
liblocale-subcountry-perl
liblinphone2-dev
libecasoundc2.2-dev
gosa-help-de
cvsnt
bookview
aumix-common
acl2
python-nevow
python-gtkhtml2-dbg
python2.4-egenix-mxdatetime
asterisk
libglitz-glx1-dev
glutg3-dev
libfltk1.1c102
libdc1394-22-dbg
potrace
libsctp1
transmission-daemon
massxpert
linux-wlan-ng-firmware
libpam-openafs-session
libconvert-pem-perl
katalog
habak
freemind-browser
firebird2.1-classic
python-visual
afbackup-common
python2.6-utidylib
openssl-blacklist-extra
libxklavier11-dev
libxcb-dri2-0-dev
libgnomeprintui2.2-0
libfile-which-perl
language-pack-zh-hant-base
language-pack-gnome-fil-base
libevview2
linux-backports-modules-compat-wireless-2.6.36-2.6.32-32-generic
linux-backports-modules-compat-wireless-2.6.36-2.6.32-27-generic
scim-bridge-client-qt
python-wxgtk2.6-dbg
libtk-png-perl
libtsk3-3
libsmpeg0c2
libgnadeodbc-dbg
libgnadecommon1
libao-ocaml-65pf6
emdebian-grip
debian-bts-applet
acl2-source
xserver-xorg-video-r128-dbg
libvirtodbc-dev
libraptor1-dev
libicu42-dbg
kubuntu-docs
libgnomevfs2-common
libeucalyptus-commons-ext-java
libpng-dev
libcheese-gtk18
xml-resume-library
wormux-servers
setroubleshoot-plugins
libmetaid-ruby1.8
libgnadecommon-dbg
libghc6-xmonad-contrib-dev
libclass-unload-perl
libanculus-sharp
icomlib-bin
libghc6-network-doc
geany-plugin-shiftcolumn
libmp4v2-0
etl-dev
qt3-apps-dev
libss2-dbg
language-pack-ka-base
language-pack-gu-base
libobjc2-dbg
r-cran-fmultivar
nrss
libvalidatable-ruby1.9.1
libhawknl-dbg
libghc6-haskell-src-prof-1.0.1.3-bde14
coinor-libipopt-dev
ascdc
libbiojava-java
wmavgload
python2.4-vte
backupninja
linux-source
open
guile
d-shlibs
bittornado
libtulip-qt-dev
libtifiles0-dev
thinkfinger-tools
g15macro
cassbeam
bomberclone-data
banshee-extension-streamrecorder
texlive-plain-extra
texlive-lang-spanish
nvidia-glx-dev
language-pack-kde-zh-hans-base
printer-applet
gnome-terminal
gnome-session
treeline
python-mode
netatalk
numactl
libsphinxbase-dev
rplay
libnumber-recordlocator-perl
icomlib1-dev
icewm-themes
python-mutagen
language-pack-tk-base
language-pack-ru-base
kdebase-kde4
libpolkit-gtk-1-0
dblatex
whowatch
sml-nj
python-mock
libjpedal-jbig2-java
libbarby-ruby1.8
hp-search-mac
gsm-utils
fso-sounds
festvox-suopuhe-mv
libnet-ssh2-ruby1.8
acm4
exim4-daemon-light
evince-gtk
linux-image-generic-lts-backport-natty
linux-image-2.6.32-32-generic
linux-image-2.6.32-27-generic
prism-gears
ttf-adf-baskervald
sextractor-doc
intel-rng-tools
openbox-themes
midge
mb2md
libumbonecommon-dev
libqt0-ruby1.8
libio-socket-multicast6-perl
libgecode-dev
libdbix-password-perl
deb-gview
console-data
llvm-doc
language-pack-kde-ka-base
language-pack-kde-gu-base
hpijs
smail
dnstracer
speakup-source
octave-mapping
plan
libx52pro0
libserial-dev
libsmpeg-dev
kthesaurus
libgromnithread0
gnucash-dbg
gambas2-gb-net
ncftp
tk8.3-doc
libdb4.4-dev
language-pack-gnome-zu
cvsps
linux-image-2.6.32-343-ec2
pyrad
micropolis-data
libjhlabs-filters-java
libdownload1
libatlas-3.so
laptop-net
guidedog
briquolo-data
linuxdoc-tools
python-mlpy
pescetti
ocamlduce
microcom
libpngwriter-dev
libpgtcl1.5
libnetfilter-queue1-dbg
libnet-sftp2-ruby
koffice-l10n-zhtw
iselect
libgnomedb3-4-dbg
geoclue-yahoo
libplot2c2
doc-linux-ja-html
gconf
python-reportlab-doc
texlive-pstricks
ttf-indic-fonts
language-pack-kde-tk-base
language-pack-kde-ru-base
rlinetd
qelectrotech-data
python-iphone
python2.4-clientform
mythbuntu-common
unrar-nonfree
libosgal1
libmono-cecil-cil-dev
libgtk2-ex-volumebutton-perl
lash-bin
libcdk5
libpacklib1-gfortran
linux-generic
linux-doc-2.6
libiodbc2-dev
libndesk-dbus-glib1.0-cil
abrowser-flashblock
wmhdplop
python-musicdns-dbg
python-debianbts
lighttpd-mod-webdav
libtcnative-1
libshout-ocaml
libobexftp-perl
lletters
ttf-gfs-artemisia
qbzr
xserver-xorg-video-trident
libvformat1
doc-linux
spring-lobby
mercurial-server
libmrss0-dev
libgtkglext1-ruby1.8
libglobus-io-dev
libfreehep-export-java
platinumarts-sandbox
gpx2shp
gosa-help-en
libghc6-dph-par-dev
fish-dbg
ffprobe
qt-doc
survex-svxedit
spampd
r-cran-fassets
monajat-data
libtinymailui-1.0-0
libsaml2-doc
libpurelibc0
libpilotobjects-dev
libgmime-2.0-2-doc
libghc6-hsql-postgresql-prof
libcpufreq-dev
blacs1-lam
gworkspace.app
gambas2
dav-text
bitpim-lib
gnustep-gui-runtime
opie
libsqlite-dev
darcs
wcanadian
tokyocabinet-bin
lineak-xosdplugin
libtelepathy-qt4-0
sofia-sip-doc
libshoulda-ruby
libpurelibc1
liboggkate1
libghc6-dph-base-prof-0.4.0-385a3
gforge
gdisk
motif-clients
libxcb-xinerama0
xjewel
tegaki-zinnia-japanese
r-cran-mnp
pymsnt
pisg
pgdocs-pdf
perl-mapscript
obconf
libxmlrpc-light-ocaml-dev
libteem1-dev
libdesktop-agnostic-fdo-gnome
libcsfml-network1.5
zynjacku
haskell-regex-base-doc
fusionforge
ddrescue
cernlib-base
liboobs-1-4-dbg
libgamin-dev
docbook-xml
ttf-adf-libris
rbbr
python-pyxine
postfix-policyd-spf-perl
nufw
nrg2iso
libqxcppunitd1
libpoe-component-jobqueue-perl
libmulticobex1-dev
liblua5.1-xmlrpc-dev
libghc6-gtksourceview2-prof
libg20-perl
libemail-folder-perl
libstring-crc32-perl
i810switch
libhugs-xhtml
fftw1-dev
supertux
madplay
blktrace
batmand-gateway-source
arno-iptables-firewall
libvorbis-dev
plasma-widget-kubuntu-feedback
ibus-table-wubi
eximon4
ubuntustudio-screensaver
ttf-ocr-a
python-gnuradio-audio-oss
librqrcode-ruby1.9.1
libmodule-manifest-perl
lapack-pic
libapp-info-perl
guilt
gnome-do-plugins
libestools1.2
enamdict
mailgraph
cyrus21-imapd
openoffice.org-l10n-en-us
libssh-3-dev
libqwt5-qt3
libpwl3
libio-pty-perl
libgupnp-1.0-3
libdevhelp-1-dev
libgstfarsight0.10-0
defoma-x
latex-cjk-all
sqlitebrowser
ruby1.7-elisp
mutextrace
opensourcepacs
lsnipes
libzeroc-ice-3.3-cil
libticalcs-dev
libsundials-ida1
libm4ri-0.0.20080521
jta-doc
ipband
ghemical
openvrml-lookat
childsplay-alphabet-sounds-en-gb
audacious-plugins-extra
libqwt5-qt4
libpwl4
multipath-tools
libgmp3-dev
libnetty-java
zipmerge
talksoup
scilab-scimax-doc
mboxcheck-applet
live-manual
libhandoff0-dbg
libescape-ruby
honeyd
autoclass
libsgutils1-dev
libglademm-2.4-1c2a
acct
linux-image-3.0.0-32-generic
linux-image-3.0.0-27-generic
linux-backports-modules-wireless-2.6.32-40-generic
linux-backports-modules-wireless-2.6.32-35-generic
xbomb
trac-authopenid
python-elixir
libsdl-ruby1.8
libqmmpui-dev
libmesh0.6.1-pure-dev
libc-client2007e-dev
libann0
pybliographer
ironpython-dbg
gbdfed
gadmin-rsync
emboss-data
boost-build
aewm++
libklibc
mozilla-psm
qsstv
purity
llvm-gcc
gwaei
libghc6-glade-dev
gosa-help-fr
gargoyle-free
cl-cclan
banshee-extensions-common
python-egenix-mxstack-dbg
libncurses5-dbg
x-window-manager
linux-image-2.6.35-31-server
python2.6-cherrypy3
libquantum-dev
libopengl-ruby1.8
libhttpunit-java
libgstreamer-interfaces-perl
libggz-gtk-dev
libdancer-xml-dev
kprof
gnustep
libghc6-containers-dev
connman-dev
ccscript-doc
scalapack-doc
asn1c
php-mdb2
libccid
linux-image-2.6.35-23-virtual
qgfe
python-simpleparse-doc
oolite-data
libsvncpp0c2a
libraul-dev
libopengl-ruby1.9
mp3splt
libidzebra-2.0-mod-dom
firestarter
dphys-config
dares
rake
xorg-build-macros
ltsp-client
smbfs
firefox-2-dom-inspector
libccs3
zimpl
intlfonts-japanese-big
vnstat
survex-aven
libtaoframework-devil1.6-cil
libmrml1
libmadlib-dev
libgrib2c0d
irssi-plugin-otr
guile1.4-doc
ubuntu-sounds
openoffice.org-l10n-en-za
libwmf0.2-7-gtk
qemu
libpango0-dev
libavfilter0
mercurial
linux-backports-modules-compat-wireless-2.6.38-2.6.32-46-server
prism-adblock-plus
vdr-plugin-weather
mysql-cluster-client
mtpaint
libexo-common
libjson-xs-perl
libaws2.7-dev
kx11grab
libgpds0
gimp-resynthesizer
pd-zexy
libcoinutils0
python-qscintilla2
libdevel-stacktrace-perl
libcairo
wxbanker
wesnoth-1.8-did
virtualbox-ose-dbg
recover
python-testresources
python2.4-pygame
mozilla-plugin-gnash
libmocked-perl
libmime-charset-perl
liblua5.1-leg0
libaqbanking-doc
libferret-ruby
nvidia-current-modaliases
librpm0-dev
libboost-date-time1.40.0
libtunepimp5
wdanish
libapache2-mod-mono
topgit
python-dialog
openchangeserver
no-ip
icegrid
gforge-mta-courier
acl2-books-certs
popcon
ocfs2-tools
x11proto-xf86misc-dev
kfilereplace
libgnomevfs2-extra
sync-ui
python-rpy-docs
libnetfilter-conntrack-dev
libhid-dev
libcherokee-config0-dev
objc++-compiler
libasn1-8-heimdal
coinor-csdp-doc
aegis-web
fragmaster
python2.6-pygresql
openoffice.org-l10n-1.9.108
libxcb-glx0
libtiff4-dev
libdc1394-22-dev
foomatic-filters
python-software-properties
xfonts-cronyx-koi8u-75dpi
videolan-doc
stardict-gnome
orca
libunicap-docs
libparse-plainconfig-perl
libjgraph-java-doc
libbenchmark-progressbar-perl
ntop
gdmap
batmand-dbg
openoffice.org-l10n-1.9.114
linux-headers-2.6.32-21-generic
libyaml-ruby
bacula-director-pgsql
rsplib-tools
python2.6-numeric-ext
python-matplotlib-doc
libpam-tmpdir
libgretl1-dev
libgnadeodbc-dev
libgalax-ocaml-dev-c7312
libasyncns-dev
lbreakout2-data
dict-freedict-hun-eng
reportbug
claws-mail-smime-plugin
python2.6-zope.interface
python-ogg-dbg
libgtkmm-2.4-dbg
pacman4console
proofgeneral-minlog
linux-image-rt
libsidplay2-1c102
mpich-mpd
libbjack-ocaml-dev
infinoted-0.4
libhaapi1
e16-data
python-egenix-mxproxy
openoffice.org-l10n-1.9.121
libraptor1-doc
language-pack-gnome-be-base
ktouch-kde4
konqueror-plugin-fsview
libavutil-extra-49
cups-client
linux-headers-3.0.0-28-server
linux-backports-modules-compat-wireless-2.6.37-2.6.32-44-generic
linux-backports-modules-compat-wireless-2.6.37-2.6.32-39-generic
python-pyglet
libxiterm-dev
libinnate-ruby1.8
libhawknl-dev
libghc6-xmonad-contrib-doc
libghc6-dataenc-dev
libamu2
libafterimage-dev
gnumed-server
gforge-common
bbkeys
python2.3-eyed3
linux-backports-modules-alsa-lucid-server
kerberos4kth-dev
nodejs-dbg
firefox-locale-ast
xcite
vim-latexsuite
usb-modeswitch-data
slptool
python2.5-sphinxbase
page-crunch
myrescue
luajit
libtest-tempdir-perl
libtao-orbsvcs-1.6.3
hamlib4-perl
libgd-ruby
gnome-randr-applet
coinor-libipopt-doc
ascii
aplus-fsf-dev
inputattach
libwoodstox-java
brltty
update-manager-hildon
python2.6-fltk
openturns-examples
flexmem
med-practice
libghc6-tagsoup-dev-0.6-a3836
libclass-inner-perl
libcgi-ssi-perl
fsprotect
contacts-hildon
libamu4
mkelfimage
libltdl7-dev
language-pack-gnome-ko-base
quassel
dosfstools-dbg
docbook-xsl-doc-text
linux-backports-modules-compat-wireless-2.6.38-2.6.32-33-preempt
linux-backports-modules-compat-wireless-3.2-2.6.32-42-generic
qtsmbstatus-client
python-pyglew
ontv
lmms-common
libpstoedit0
latex-cjk-chinese
libshp1
libxine2-dbg
freebirth
enemies-of-carlotta
centerim
libaudiofile0-dbg
voikko-fi
scim-bridge-client-qt4
mailsync
libspeex-ocaml-dev-w7ja1
libmusicbrainz-ruby1.8
libcdio-utils
remmina-gnome
g++-4.1-multilib
e3
drraw
assogiate
abiword
libgnomekbdui-dev
yabause-gtk
slicer-data
rand
python2.4-pyvtk
piwi
nstx
mldonkey-gui
r-cran-msm
librainbow0
libnb-platform-devel-java
libjasperreports-java-doc
libgecode-doc
libfusefs-ruby1.8
gcpegg
dhis-dns-engine
cyclades-serial-client
oops
bbclone
aplus-fsf
libwrap0-dev
libnm-glib-dev
logrotate
upgrade-system
libserial-doc
libqsearch-dev
rsbac-pam
libmaven-javadoc-plugin-java
libghc6-haskelldb-prof
libghc6-dataenc-dev-0.13.0.2-fff02
libbox2d-dev
libjing-java
harden
gitosis
gambas2-gb-pdf
emboss-test
libnet-socks-perl
bsdgames
libkdeedu4-kde4
libbrasero-media-dev
language-pack-kde-ast
gnome-control-center-dev
linux-image-2.6.32-30-generic-pae
linux-image-2.6.32-25-generic-pae
linux-headers-2.6.32-310-ec2
redet-doc
mythtv-theme-metallurgy
libpt-1.11.2-plugins-v4l
netcdf-doc
libidn11-java
libetrace0-dev
libcoin60-runtime
libapache2-mod-auth-cas
wap-wml-tools
libghc6-old-time-dev-1.0.0.3-9efce
finger-server
black-box
battleball
xserver-xorg-video-i810-modesetting
x-window-system
linux-headers-2.6.32-305-ec2
libparted
icon-ipl
sphinxsearch
scotch
libtrace-tools
libghc6-parsec-dev-2.1.0.1-d3e99
libgecode19
kolab-cyrus-imapd
gscan2pdf
pilot
php-mail
squid-common
python-ubuntuone-storageprotocol
ssh-nonfree
openoffice.org-help-en-gb
libdb-java-dev
pinfo
digikam-dbg
same-gnome
pidgin-nateon
mysql-testsuite
libyubikey-dev
libxtemplate-ruby1.8
libtext-format-ruby
liblauncher-0.3-dbg
libfreehdl0
python-cherrypy
libsndfile1-dev
libnl-dev
xmms2-plugin-mpg123
uphpmvault
python-gtkmvc-doc
omhacks
libparser++-dev
libobby-0.4-dev
libnet-remctl-perl
libplexus-interactivity-api-java
libhtml-rewriteattributes-perl
iptstate
netpbm-dev
libqdox-java
libgda4-sqlite
language-pack-ti-base
linux-backports-modules-compat-wireless-2.6.35-2.6.32-41-generic
linux-backports-modules-compat-wireless-2.6.35-2.6.32-36-generic
xview-dev
xhtml-relaxng
xfce4-screenshooter-plugin
ucspi-proxy
tao-ftrtevent
python-ooolib
python-iplib
libwbxml2
libqglviewer-dev-common
libmx-1.0-0-dbg
libghc6-html-dev-1.0.1.2-59e5b
libgeronimo-stax-1.0-spec-java
hobbit-plugins
libghc6-dph-par-doc
python2.3-pyorbit
libtasn1-2-bin
bsdmainutils
autofs5
qimo-games
libpilotobjects-doc
libonemind-commons-java-java
libtime-piece-mysql-perl
libclass-autouse-perl
ladr4-apps
rusersd
elvis-tiny
libnet-sftp2-ruby1.8
babiloo
slice
x11proto-xinerama-dev
libecore-txt-svn-05
ttf-breip
octave3.0-dbg
libroot-ldap-dev
libflickr-api-perl
libclass-objecttemplate-perl
gnome-mud
gtkwave
libghc6-haskell98-dev-1.0.1.1-0fdaf
ttf-sil-gentium
paw-demos
acorn-fdisk
xserver-xorg-video-ati-dbg
webservice-office-zoho
python2.3-htmlgen
gnome-themes-extras
docbook-xsl
libarchive-zip-perl
libmime-tools-perl
linux-backports-modules-compat-wireless-2.6.36-2.6.32-30-preempt
linux-image-2.6.32-318-ec2
uim-viqr
xmakemol-gl
python-zope.container
libwfut-0.2-dev
libsamizdat-ruby1.8
libnetfilter-queue-dev
libfey-orm-perl
language-env
cedilla
asc-data
python-xcbgen
ltspfsd-core
ttf-sil-padauk
libgl1-mesa-glx
xmille
varmon
ubuntu-virt-mgmt
tcpstat
python-vatnumber
pyflakes
picosat
php5-sqlrelay
perdition-postgresql
otf2bdf
libtktable2.9
libimage-math-constrain-perl
libggi-target-lcd823
horae
junior-games-text
claws-mail-i18n
imake
xfonts-misc
mobile-broadband-provider-info
language-pack-kde-ti-base
elvis
wesnoth-1.8-server
python2.6-spread
web2c-src
mrtg-contrib
libvideo-ivtv-perl
libnokogiri-ruby
libitpp6-dbg
inetutils-ping
sword-comm-mhcc
gir1.0-gstfft-0.10
fp-utils
python-jinja2-doc
libssh-3-doc
xul-ext-downloadstatusbar
utalk
trueprint
qlo10k1
python-keyring-kwallet
python-authkit
phpgroupware-fudforum
lyricue
libxmpi4
libpolkit-gnome-dev
libhdate-perl
libkwebkit1
dcfldd
load-dirs-common
python-gtk2-dbg
libpixman1-dev
libgmp3-doc
xfonts-bolkhov-koi8u-misc
pclcomp
libwfut-0.2-1-dbg
libacovea-dev
xpilot-ng
jabber
fwlogwatch
mplayer
openoffice.org-qa-ui-tests
umbrello
kcalc
bf-utf-source
xfonts-cronyx-isocyr-100dpi
ttf-century-catalogue
sslscan
octave-specfun
mrbayes
libtelepathy-qt4-dbg
libssreflect-ocaml
libnmz7-dev
libgl2ps0
libcgi-untaint-email-perl
freedink-dfarc-dbg
gnustep-gpbs
libndesk-dbus1.0-cil-dev
libid3-3.8.3c2
libgupnp-1.0-dbg
libgnome-bluetooth7-dev
libncurses5-dev
linux-image-2.6.32-30-preempt
linux-image-2.6.32-25-preempt
wesnoth-editor
qgis
swish-e
libpt2.3-beta1-plugins-v4l2
libiulib0
libghc6-glade-doc
perl-clearsilver
libhk-classes-mysql
timemon.app
filterproxy
courier-doc
heartbeat-dev
cb2bib
c++-annotations-dvi
boson-data
xserver-xorg-video-sis
rgmanager
python3-bsddb3
gcc-4.4-base
rt3.8-db-mysql
rant
ptex-builder
nxml-mode
das-proserver
libuim-data
liblablgl-ocaml-dev-1x755
lemonpos
imapproxy
libghc6-containers-doc
ganttproject
libdieharder2
dansguardian
cdfs-src
buthead
plasma-scriptengine-python
libutahglx1
libxcb-icccm1-dev
libglademm-2.4-dbg
language-pack-kde-hne-base
ibus-chewing
qgit
classpath-common
libpcap0.8
evolution-exchange
r-base-core-dbg
primaxscan
org-mode
libxmlada-dev
libtrang-java
libraul-doc
libguard-perl
gimp-texturize
gfceu
libmapi0
arpwatch
ubuntu-netbook
python-launchpadlib
linux-image-2.6.38-11-virtual
xfce4-diskperf-plugin
ucarp
radio
morse-x
libsdl-ocaml-zubj0
libgraph-writer-graphviz-perl
libdca0
gosa-help-nl
ampache
airport-utils
libx86-1
libuninameslist-dev
libgoocanvas3
libexempi-dev
autogen
swi-prolog-odbc
python2.3-htmltmpl
mrouted
openser-unixodbc-module
localization-config
libxmlrpc-light-ocaml-dev-xgjy6
libprpc-perl
libcegui-mk2-0c2a-dbg
libbytecode-java-doc
i3
gir1.0-desktopagnostic-1.0
ftdi-eeprom
fbpanel
ubiquity-slideshow-ubuntu-upgrade
celestia-common
aatv
libxext6-dbg
finch
screen
tntnet
remuco-vlc
python2.4-bluez
pysdm
phpgroupware-developer-tools
libsdl-ttf2.0-dev
libpasswdqc0
liblua5.1-logging-dev
libmodule-refresh-perl
libcore-ocaml-dev
guile-cairo-dev
ftpcopy
libstring-shellquote-perl
dhcp-relay
dbmail
cgmail
liballegro4.2
ttf-japanese-gothic
libthai-dev
linux-headers-lbm-2.6.32-22-generic
scim-unikey
network-manager-openconnect-gnome
libview2-dbg
libopencascade-ocaf-lite-dev
liblaf-widget-java
php4-domxml
libghc6-cairo-dev
qof-backend-sqlite
ack-grep
python2.4-pycurl
python-genetic
libsdl1.2-arts
mesa-dev
alsa-headers
readline-common
gnome-sudoku
ttf-komatuna
syncbbdb
mybashburn
python-nipy
libwings-dev
libgfcui-2.0-0c2a-dbg
libgetopt-declare-perl
libcolorblind0
gobby-0.5
gnome-api-docs
python2.3-lxml
libfont-afm-perl
libdc1394-22-doc
lib32ncursesw5-dev
human-cursors-theme
texlive-base-bin
libtextwrap1
xfce4-cddrive-plugin
libnetgen-dev
pgdocs
mpg123-el
libnet-nbname-perl
jabber-muc
ironruby-utils
courier-pop-ssl
libgtkmm-2.4-dev
radare-common
libqdbm3++c2
libnet-netrc-ruby1.9.1
jabber-msn
gpe-icons
libgnokii5
glaurung
ffingerd
conquest-libs
libqdbm-ruby1.8
bandwidthd
aspectc++
apertium-pt-ca
kvm-data
xlibmesa-gl-dev
libtommath-dev
jflex
gdm-snapshot
libsrf-dev
libmath-round-perl
libcqrlib2-dev
horde
gnubg-data
libxmltv-perl
abiword-common
a7xpg-data
texpower
clamav-dbg
nodejs-dev
linux-backports-modules-compat-wireless-2.6.35-2.6.32-34-server
linux-backports-modules-compat-wireless-2.6.35-2.6.32-29-server
navit-graphics-qt-qpainter
nagios-snmp-plugins
libsimage20
librubilicious-ruby1.8
libtest-inline-perl
libplayertcp-dev
libghc6-dataenc-doc
libucommon2
passenger-doc
kpresenter
libdbd-sqlrelay-perl
libdebian-dpkgcross-perl
tmispell-soikko
linux-headers-lbm-2.6.32-21-server
x11proto-render-dev
libpisock3
python-txt2tags
python2.6-pysqlite1.1
wgs-assembler
librra0-dev
libosgcal
libdtools-ocaml-dev-cf2e6
libchicken-dev
biniax2-data
aplus-fsf-doc
xclip
marble-kde4
libboost-signals-dev
libantlr-java-gcj
linux-backports-modules-input-2.6.32-43-generic
linux-backports-modules-input-2.6.32-38-generic
firefox-locale-csb
wine-utils
virtuoso-vsp-startpage
userv
s3dosm
python2.6-playerc
python2.6-logilab-constraint
polyml
mozilla-openoffice.org
tm-align
opencascade-doc
libogremain-1.4.8-dbg
libmoonlight-gtk3.0-cil
libgpib0
libfwbuilder8-dbg
kde-icons-noia
dssi-utils
doodle-dbg
python2.6-pyxattr
ndiswrapper-utils
libxine2-dev
libnspr4-0d-dbg
libspeex1
libindicate-gtk2
ubuntu-keyring
linux-backports-modules-wireless-2.6.32-33-preempt
linux-backports-modules-wireless-2.6.32-28-preempt
uim-byeoru
doc-rfc-std
teseq
r-base-dev
notmuch
via-bin
libactiveldap-ruby-doc
maemo-af-desktop-l10n-mr
gir1.0-notify-0.4
frescobaldi
icecast2
libdancer-xml0
banshee-extension-alarm
linuxdoc-sgml
libboost-date-time1.37-dev
gcj-jdk
apache
libapm1
linux-backports-modules-compat-wireless-2.6.39-2.6.32-45-preempt
python2.3-sqlrelay
lsh-server
libvtkgdcm2.0
libtrilinos6.0
libgpp4-0
krita
gtk2-ex-formfactory-perl
libggz-gtk1
liblua5.1-filesystem0
eterm-ml
libgrafx11-1-dev
wmaker
network-manager-vpnc-kde
libdate-manip-perl
game-data-packager
pnee
libgda3-freetds
mxallowd
ltsp-cluster-lbagent
xmonadcontrib
hmmer-doc
libipod-cil
libgizmod3
libghc6-cabal-prof-1.8.0.2-a7cb9
libphp-jpgraph
gpe-expenses
bb
apticron
libopie-dev
libselinux1-dev
kdeplasma-addons
oxygen-icon-theme
python-indicate
libpolkit-gobject-1-0
linux-backports-modules-alsa-2.6.32-46-preempt
linux-backports-modules-wireless-2.6.36-lucid-generic
yorick-dev
thunderbird-mozgest
ncftp2
sks-ecc
geonetwork
science-tasks
libgtksourceview1-ruby
libsds-dev
libpocoutil9-dbg
libnb-svnclientadapter-java-doc
libkmfl0
libidzebra-2.0-mod-grs-xml
holotz-castle-editor
openstreetmap-map-icons-square
ttf-gfs-porson
asc-music
transmission-gtk
nautilus-open-terminal
libcfitsio3-dbg
language-pack-gnome-ber-base
python-fontforge
libpisock9
bc
java-sdk
virtualbox-ose-source
units-filter
python-numeric-ext-dbg
python-alsaaudio
pmtools
libtaoframework-openal-cil-dev
libtext-roman-perl
libmoneta-ruby
libghc6-cairo-prof
cgsi-gsoap1
libcgi0
icomlib-doc
lightsoff
libdbi0
libjexcelapi-java-doc
language-pack-kde-csb
drbd-source
libdns64
webcamd
vdr-burnbackgrounds
openchangeserver-dev
libmodest-dbus-client-1.0-0
libjudydebian1
libjackasyn-dev
libhypre-dev
libg3d-dbg
libdrmaa1.0
gnomescan
ipython
ocfs2-tools-dev
language-pack-kde-crh
klettres-kde4
libezmorph-java
mozilla-pwdhash
simgear-dev
pop-before-smtp
libwebapp-ruby1.8
libart2-ruby1.8-dbg
bf
sysutils
texlive-lang-swedish
libts-bin
libnl-doc
libxi-dev
libchewing
language-pack-gnome-km-base
kdetoys-kde4
tapecalc
slgdbm
r-nonlinear
3c5x9utils
mypaint-data
xmms2-plugin-pulse
libquantum7
libpotrace-dev
libpam-encfs
liblodo0-dev
libipmiconsole-dev
libilf-java
libferret-ruby1.8
haskell-uulib-doc
driconf
dialign-tx
dates
clips-common
xutils
olvwm
acpi
kubuntu-notification-helper-dbg
hplip
libart2-ruby1.8
libclass-accessor-chained-perl
libghc6-dph-seq-dev
codelite-plugins-copyright
libavogadro0
python2.6-egenix-mxbeebase
libmvel-java
wide-dhcpv6-relay
synce-kpm
sawfish2
root-plugin-fumili
relational
qelectrotech-examples
python2.4-gaphas
pixelmed-java
paredit-el
libtest-block-perl
gftp-text
gwsetup
libavogadro1
an
python2.6-libxml2
libqt4-phonon-dev
libavahi-ui-dev
language-pack-gnome-ur-base
libkontactinterfaces4
root-plugin-pgsql
r-cran-fportfolio
python2.6-sphinxbase-dbg
libocsigen-ocaml-dev
mpich-shmem
libapache-mod-jk
libghc6-old-locale-dev
colorname
libx11-protocol-perl
blosxom
balder2d
php5-sqlite
libjson-glib-dev
texlive-extra-utils
therion
puppet-testsuite
libmstore0
libjavascript-packer-perl
krecipes-data
qca-tls
fwknop-client
elvis-common
libgtk2-ruby1.8
libglobus-common0
bochs-svga
xemacs21-nomule
libxen3-dev
language-pack-ig-base
emacs23-gtk
icatalan
m4
linux-backports-modules-compat-wireless-2.6.37-2.6.32-42-preempt
linux-backports-modules-compat-wireless-2.6.37-2.6.32-37-preempt
linux-headers-lbm-2.6.32-42-server
linux-headers-lbm-2.6.32-37-server
linux-backports-modules-compat-wireless-3.1-2.6.32-46-generic
yauap-dbg
socklog
opensync-plugin-palm
libpam-blue
inn2-inews
gambas2-gb-chart
libjack0.100.0-0
python-ptrace
dynare-doc
doc-debian
aptfs
aprsd
amanda-client
python-pyao-dbg
munin-node
sdcc-ucsim
libxdelta2
libticalcs2-2-dev
libpgocaml-ocaml-dev
lash-doc
ifmetric
libgps19
aggregate
acl2-infix-source
python-gtk2-dev
liblog-log4perl-perl
ibus-pinyin
firefox-2-gnome-support
dc
gconf2
python-zope.dottedname
libemail-abstract-perl
libclass-dbi-sqlite-perl
geda-doc
libcommandline-ruby1.8
courier-authlib-postgresql
libpdflib804-dev
xserver-xorg-video
python-zope.interface
mozilla
language-pack-tg-base
language-pack-sl-base
linux-backports-modules-compat-wireless-3.2-2.6.32-40-preempt
zemberek-server
virtuoso-vad-conductor
osso-gwconnect
xfmail
libtelepathy-qt4-dev
libopendrim0
libmowgli1-dbg
libmcs-backend-kconfig
libmcs-backend-gconf
libghc6-gnomevfs-prof
libgdchart-gd2-noxpm
libcsoap-dev
libaqofxconnect5
openafs-krb5
imanx
kourou
libhildonwm0
gource
dooble
rsh-server
libpoppler-qt2
libgupnp-1.0-dev
glibc-2.10-1
mt-st
at
safecopy
radiance-doc
r-cran-timeseries
python-quixote
platex-base
postgresql-8.4-preprepare
mssstest
finex
libsingular-3-0-4-3
libmercator-0.2-6-dbg
liblatex-driver-perl
zeroc-ice-services
gforth
geki2
collectd
rats
python-egenix-mxstack-doc
libpackagekit-glib-dev
liblog4net1.2-cil
libappindicator0-cil
language-pack-kde-ig-base
plasma-scriptengine-javascript
strace
tokyocabinet-doc
rbot
python-plastex-doc
libportaudio-ocaml-dev
libode-dev
libmodule-used-perl
libjboss-vfs-java
libdiscover1-dev
libclutter-gst-0.10-dbg
libassa0-dev
kbuild
tetrinetx
geki3
gcalcli
quick-reference-pt-br
xserver-xorg-video-2
libnet-ident-perl
rhino-doc
python2.6-pyvorbis
xen-utils-3.0
libglademm-2.4-dev
python-gammu-dbg
matita-standard-library
libtaoframework-opengl-cil-dev
librra0
libjboss-integration-java
libalgorithm-diff-xs-perl
gtk-smooth-themes
upx-nrv
denemo
speex-doc
libapache2-mod-auth-plain
java-common
dosfstools
libapache2-webauth
linux-headers-2.6.32-41-server
linux-headers-2.6.32-36-server
linux-image-2.6.32-33-server
linux-image-2.6.32-28-server
scim-python-common
python-bottle
artemis
apt-rpm-client
libxslt-ruby
libxmlada-doc
libwaili-dev
libmocha-ruby1.8
libhugs-openal-bundled
libhdf5-lam-dev
idl-font-lock-el
stunnel
djview
di
dhcping
xserver-xorg-video-4
twlog
gnome-osd
python-bsddb3
libxom-java-doc
language-pack-kde-tg-base
language-pack-kde-sl-base
libgdata-google1.2-1
eog-dbg
libempathy-common
ed
preview-latex
linux-backports-modules-compat-wireless-2.6.34-2.6.32-45-generic
xwelltris
xmms2-plugin-apefile
xen-utils-3.3
python-ethos
libpqxx-3.0
libhtml-fromtext-perl
libfeedtools-ruby1.8
libcamomile-ocaml-dev-frbw1
nvram-wakeup
libdbd-informix-perl
sync-accounts
xserver-xorg-video-5
python2.4-libxslt1
logcheck-database
libxmlrpc-core-c3-dev
libmono-i18n-west2.0-cil
xauth
dbconfig-common
linux-backports-modules-input-2.6.32-43-server
linux-backports-modules-input-2.6.32-38-server
python2.3-pysqlite2
maxima-emacs
libhildonmime0-dbg
libghc6-haskeline-dev-0.6.2.2-23b1e
libemail-received-perl
libbam-dev
trackballs
infon-devel
clustalw
xserver-xorg-video-6
libwpd-stream8
visual-regexp
stymulator
r-cran-nws
python2.6-poker-prizes
phpgroupware-registration
mgetty-pvftools
clustalx
libmaypole-plugin-upload-perl
libjeuclid-fop-java
libghc6-digest-dev-0.0.0.7-60eb0
libcore-ocaml-doc
xserver-xorg-driver-v4l
uboot-envtools
libthai-doc
libtiff-dev
texlive-latex-base
fcheck
linux-backports-modules-compat-wireless-2.6.35-2.6.32-34-preempt
linux-backports-modules-compat-wireless-2.6.35-2.6.32-29-preempt
ttf-adf-romande
stardict-gtk
libtie-regexphash-perl
libghc6-parallel-prof
libghc6-cairo-doc
libclone-pp-perl
koffice-i18n-ptbr
typist
flowscan
dnprogs
amule-daemon
python2.5-dbg
uniconfd
python-poker-prizes
mysql-navigator
python-ltsp
libtest-mock-lwp-perl
libmoosex-types-structured-perl
libxml-checker-perl
libghc6-uniplate-dev
libctemplate0
libluminate-dev
libfop-java-doc
ept-cache
emilda-print
libnusoap-php
pinot
libunicode-string-perl
libsilc
librpmio0
libnetpbm9-dev
libcanberra-gnome-dbg
wesnoth-1.8-data
wamerican-large
vegastrike-music
tropic-look
nasty
axpcoords
libopenh323-dbg
libmatio0-dbg
libjavatar-java
libhugs-haskell-src-bundled
libsdl-image1.2-dev
libgeoclue-dev
libgraphics-colorobject-perl
gtk-gnutella
python-twisted-conch
libupsclient1-dev
lksctp-tools
libgutenprintui2-dev
language-pack-kde-fur-base
klipper
libgtkmm-2.4-doc
telepathy-idle
libapr1
yagiuda
xfce4-xkb-plugin
snacc
r-cran-rmysql
mauvealigner
libtrilinos7.0
libpam-dbus
libgammu-dbg
libavahi-compat-howl0
ldapvi
emacs-intl-fonts
apertium-pt-gl
python-glade
openoffice.org-spellcheck-ca
libxcb-xf86dri0
libotr2-bin
libboost-test1.40.0
ext2fs-dev
cu
searchmonkey
ruby-beta-elisp
estscan
libtext-ocaml
lekhonee-common
hol88-source
libghc6-zlib-dev
mdidentd
libjson-perl
libogdi3.2
xkb-data-i18n
python2.6-gtksourceview2
nano-tiny
knotes-kde4
augeas-lenses
linux-lts-backport-oneiric-headers
znc-extra-dbg
ebox-printers
cyrus-nntpd-2.2
cw
slime
hanterm-classic
not+knetbsd-gnu
texlive-metapost-doc
xubuntu-plymouth-theme
libthreads-shared-perl
libxcb-keysyms0-dev
librpm0
python-librdf
libplist++1
libmimelib4
libxslt1.1
zanshin
vdr-plugin-epgsearch
ruby-gnome2-dev
parser3-mysql
opensync-plugin-moto
tknamazu
libphash0-dev
libhugs-xhtml-bundled
libglui2c2
libginac1.5-dbg
lib32mudflap0-dbg
gvidm
c-cpp-reference
bbmail
avarice
plasma-widget-kubuntu-qa-feedback
mono-jit-dbg
linux-backports-modules-alsa-2.6.32-34-server
linux-backports-modules-alsa-2.6.32-29-server
xtermset
libspreadsheet-read-perl
libsoundtouch1-dev
libghc6-mmap-dev-0.5.4-f7018
libdpkg-ruby
junior-writing
jhead
ezmlm-browse
libswt-gtk-3.4-jni
python-all
libxine2-doc
gbrainy
texlive-fonts-recommended
mythbuntu-gdm-theme
musiclibrarian
libgsf-bin
libconfig-model-tkui-perl
kismet
ha
gnome-rdp
libfile-pid-perl
javahelp2
cifer
pulseaudio-module-x11
parley
genromfs
guile-1.8-libs
sword-comm-scofield
shhmsg
libphp-jabber
libmrpt-core0.8
gdecrypt
gcdmaster
python-cdd
xemacs21-mule-canna-wnn
darts
cbrpager
awn-applets-c-core
python-totem-plparser
libgtkmm-2.4-1
kde-i18n-ca-valencia
seahorse
db4.7-doc
witty-dbg
tenshi
pouetchess
omega-rpg
libjpfcodegen-java
libhugs-opengl-bundled
libhtml-template-compiled-perl
libgnupdf0
ebox-services
deluge-torrent-common
boson-music
xrandr
libwps-0.1-1
libwbclient0
libflute-java-openoffice.org
libcfitsio3-dev
konqueror-kde4
libmagick++2
iitalian
defoma-gs
yorick-doc
rep-gtk2
python2.6-yenc
python2.5-chm
otf-ipaexfont
mpe-source
libspf-dev
snack
libroot-clarens
libnb-platform7-devel-java
libmlpcap-ocaml-dev-05pn3
libgnelib-dev
libwebauth1
libapache2-mod-encoding
gpppon
fenics
dx
python-libtorrent
maildrop
libqt3-i18n
kde4-style-qtcurve-kdeconfig
hwtest-cli
tuxpaint-dev
tcpxtract
stumpwm
stopwatch
r-cran-rgl
python2.4-zsi
python2.3-reverend
python-polib
ocaml-batteries-included
libunicap2
libghc6-alut-prof-2.1.0.2-62e41
libg3d-dev
libdata-javascript-perl
libpopplerkit-dev
gnome-core-devel
libmopac7-1gf
dhcpdump
deluge-web
libtest-script-perl
rpm-common
libgsf-1
digikam-doc
cupsys-dbg
dspam
openser-xmlrpc-module
nilfs-tools
libwpeditor-plus-dev
libtaktuk3
gwave
libgtkgl2.0-1
vflib3
qt3-tools
kexec-tools
ipsec-tools
linux-backports-modules-compat-wireless-2.6.37-2.6.32-45-server
xfce4-xfapplet-plugin
plasma-widget-adjustableclock
openser-radius-modules
libset-nestedgroups-perl
libmusclepkcs11
libgtksourceview2-ruby1.8-dbg
libcsfml-audio1.5
libcheck-isa-perl
flam3
librrd4
kmahjongg-kde4
imap-client
linux-headers-2.6.32-42-generic
linux-headers-2.6.32-37-generic
supertux-stable
snd-doc
scilab-scimax
qtscript-tools
python2.4-hamlib4
ocempgui-doc
libsocialtext-resting-perl
liblualib40
libgii-dev
libeb-ruby1.8
kmymoney2-plugin-aqbanking
kmfl-keyboards-mywin
courierpassd
texlive-humanities-doc
qc-usb-utils
python-h5py
opensaf-controller
gcc-4.2-doc
qof-data
libgit-ruby1.8
gbrowse
kmplayer-base
hping3
gpe-timesheet
libghc6-dph-seq-doc
firebird2.0-common
ezgo-multimedia
libeigen2-dev
language-pack-kde-fil
po-debconf
python-repoze.what
sugar-session-0.88
plum
plasma-widget-stockquote
pfstools
osdclock
octave3.0-doc
multimail
navit
libstfl-ruby1.9.1
libopencascade-visualization-6.3.0
libocamlbricks-ocaml-dev
ink-generator
freeipmi-bmc-watchdog
crystalspace
knode-kde4
kblocks-kde4
bbdb
xfonts-biznet-base
ragel
pslist
pmccabe
mirror
libpadre-plugin-vi-perl
libocsigen-ocaml-doc
libobexftp-dev
hotkeys
hanzim
gnome-ppp
libghc6-old-locale-doc
banshee-extension-lirc
xserver-xorg-driver-mga
libjson-glib-doc
language-pack-gnome-af-base
libggzmod4
perl-base
tryton-modules-stock-supply-day
selinux-policy-refpolicy-src
scim-hangul
fv
s5
redmine
libuclmmbase
libopenigtlink1
libg15-dev
libibcommon1
gq
dvi2ps-fontdesc-morisawa5
python-oauth
hal-doc
aptitude
linux-backports-modules-input-lucid-preempt
xserver-xorg-video-via
somaplayer
roundup
r-cran-rsymphony
python2.6-gtkmvc
python2.3-gadfly
ncmpcpp
python-nifti
libspatialindex-dev
libghc6-x11-dev-1.5.0.0-4019c
libclass-dbi-pager-perl
libghc6-bytestring-prof-0.9.1.5-125af
libestools1.2-dev
liblualib50
claws-mail-perl-filter
radvd
libswt-glx-gtk-3.5-jni
libsnmp-perl
libqwt5-qt3-dev
konsolekalendar
auth-client-config
vtgrab
tau-examples
plait
openchangeproxy
nvtv
ndoutils-nagios3-mysql
clustalw-mpi
libzemberek-java-doc
yiff-server
libtest-json-perl
libsx-dev
libsnmp-mib-compiler-perl
rcov
libghc6-configfile-dev
libace-foxreactor-dev
jd
libsuperlu3
ii
globus-rls-client-progs
haddock
okumura-clsfiles
cook-rsh
python-distribute
python-gtk2-doc
libthreads-perl
openoffice.org-thesaurus-ca
libts-dev
language-pack-gnome-kk-base
language-pack-gnome-iu-base
gs
linux-backports-modules-input-2.6.32-41-preempt
linux-backports-modules-input-2.6.32-36-preempt
xfdesktop4-data
xemacs21-basesupport-el
science-mathematics-dev
pysol
mythtv-theme-blueosd
libvibrant6-dev
libimage-exif-perl
libccfits-dev
latex-cjk-chinese-arphic-bsmi00lp
kspread-kde4
fwsnort
libdialog-dev
libglobus-openssl-module0
libcitadel2
opera
libgomp1
autoconf
python-zeroc-ice
python-constraint
lire-devel-doc
linux-doc-2.6.31
libtelepathy-qt4-doc
ketchup
libgettext-commons-java
smstools
libgtk-mozembed-ruby
ffmpegthumbnailer
rplay-client
as31
udev-extras
libc6.1-pic
icedtea-6-jre-cacao
science-geography
micro-proxy
blixem
libserf-0-0
libmodello-java-doc
libclutter-gst-0.10-dev
kanif
libkadm5srv8-heimdal
hylafax-client
sylpheed-claws-gtk2-doc
acl-pro-installer
asterisk-config-custom
openoffice.org2-gnome
m2300w-ppds
linux-doc-2.6.32
libflac++6
libdlmcontrol-dev
imhangul-status-applet
gv
spatialite-bin
scala-library
libjs-debugger
libblitz0ldbl
xsoldier
im
flexloader
stardict
libicapapi0
aes2501-wy
libqt4-core
libglademm-2.4-doc
gnome-applets-dbg
linux-backports-modules-wireless-2.6.32-23-server
foiltex
r-pdl
mn-fit-dev
libsystemu-ruby1.9.1
libpfs-1.2-0
libpcre++-dev
libnsbmp-dev
libgruff-ruby1.8
libfsplib-dev
libemos-dev
hybserv
haskell-pcre-light-doc
chromium-testsuite
belpic
openoffice.org-spellcheck-fi
ocaml-findlib-wizard
libxml-namespacesupport-perl
eog-dev
apt-listchanges
xmpi1-runtime
whitelister
stools
s3d-dbg
ultrastar-ng
mlview
libwaili-doc
simplepie
liblfc-perl
libstring-escape-perl
libbio-samtools-perl
koffice-l10n-zhcngb2312
liblineak-0.9-0
ht
gvncviewer
glpk-utils
edubuntu-server
libchm1
python-dbg
rdoc
openoffice.org-spellcheck-eo
kdeutils-dbg-kde4
libpcre3
space-orbit
selinux-policy-ubuntu-dev
ruby1.9.1-dev
root-plugin-odbc
renameutils
python2.6-elementtidy
php-html-template-it
nutcpc
uniprime
lsmbox
libtrilinos8.0
libpocoodbc9
libnifti0-dev
vodovod
egroupware-sitemgr
claws-mail-plugins
claws-mail-html2-viewer
libnewt-utf8-dev
ldap-client
linux-backports-modules-wwan-2.6.32-43-generic
linux-backports-modules-wwan-2.6.32-38-generic
wesnoth-core
smb-nat
rotix
python-vm-builder
python-templayer
pike7.6-core
osmo
libspatialindex1
jasmin-sable
qpcr1k
dsdp-doc
dpsyco-skel
cl-spatial-trees
childsplay-plugins-lfc
btanks-data
tmispell
language-pack-te-base
language-pack-ro-base
python2.6-zope.proxy
python2.6-sqlite
muttprofile
haploview
cytoscape
libwww-myspace-perl
libphp-cloudfusion
libnet-subnets-perl
libnet-dns-zone-parser-perl
kallery-data
infernal
gambas2-gb-sdl
emuga
battery-stats
bake
afio
python2.5-dev
openoffice.org-thesaurus-de
ttf-opensymbol
libtiff-doc
libqalculate-dev
libboost-iostreams1.40.0
ibmasm-utils
libedata-cal1.2-6
tessa
pycaml-a9hb1
nslint
libmeschach1.2
libmail-verp-perl
libjargs-java-doc
libgsf-cil
libcalendar-ocaml-dev-zs6b0
libapache2-mod-evasive
slang-wildcard
jconvolver
libphobos-4.3-dev
not+netbsd
openoffice.org-spellcheck-es
liferea-xulrunner
language-selector-common
kaddressbook
empathy
linux-backports-modules-compat-wireless-2.6.36-2.6.32-46-preempt
libpulse-ocaml-dev-126j4
libpetal-perl
libopenh323-dev
libkst-dev
libghc6-uniplate-doc
libcherokee-client0-dev
le
jabberd2-bdb
hannah-data
xmltv-gui
apwal
openoffice.org-spellcheck-fo
openoffice.org-spellcheck-et
linux-backports-modules-compat-wireless-3.0.0-2.6.32-45-generic
xsettings-kde
seesat5
python-django-registration
libmaven-assembly-plugin-java
libisajet758-2-dev
libgammu-dev
libfreehep-io-java
libsyntax-highlight-perl-improved-perl
libfox-1.6-dev
imaze
gelemental
libmudflap0-4.3-dev
pmud
not+sh3
jpilot
openoffice.org-spellcheck-eu
gnome-accessibility-themes-extras
libggzcore-utils
libgeronimo-j2ee-connector-1.5-spec-java
libxml-node-perl
libuptimed0
libmagic-ocaml-ip7g2
liblockdev0-perl
libipmidetect-dev
libasis2008-dbg
extremetuxracer-data
bioperl-run
acl2-books-source
not+sh4
libstdc++-dev
language-pack-kde-te-base
language-pack-kde-ro-base
openoffice.org-spellcheck-gl
linux-backports-modules-compat-wireless-3.1-2.6.32-44-preempt
linux-backports-modules-compat-wireless-3.1-2.6.32-39-preempt
python2.6-numeric
r-cran-psy
libsmi0
libmodule-util-perl
libmime-types-ruby
libsyntax-ruby1.8
libhildonhelp0-dbg
libdvilib2-13
libcflexplugin
libocamlcvs-ocaml-dev
libghc6-zlib-doc
fossology-web
iw
mc
libaddressview-dev
samba4
notification-daemon
python-apt
python2.6-jinja
python2.5-dhm
openwince-include
libtinymailui-gtkhtml-1.0-0
libsmi1
jargon
libslice33
libxnconfig9.0.5
libgambc4
citadel-mta
python-gnomecanvas
libbcpg-java-doc
language-pack-gnome-pap-base
gcj-4.4-jre-lib
libterm-readkey-perl
sword-text-dutsvv
squirrelmail-locales
python-sphinxbase-dbg
plucker
ne-doc
nagios-statd-client
codonw
libsmi2
libmpich-shmem1.0
remstats-servers
greasemonkey
libghc6-dph-prim-seq-prof-0.4.0-a2769
templatetoolkit-perl
libgstfarsight0.10-dbg
aspell6-dictionary
ximian-connector
linux-image-2.6.32-46-preempt
linux-image-2.6.32-22-virtual
xfce4-genmon-plugin
wbritish-insane
vim-vimoutliner
root-system-xrootd
medusa
lmms-vst
linphone-nox
libplayerc-dev
libanerley-dev
ibus-array
libiso9660-7
libdvilib2-16
bzr-email
python-chm
openoffice.org-help-en-us
ndiff
libparse-recdescent-perl
libmetacity0
libdbd-sqlite3-perl
linux-backports-modules-compat-wireless-2.6.39-2.6.32-40-server
linux-backports-modules-compat-wireless-2.6.39-2.6.32-35-server
root-plugin-netx
music-applet
mg
lltag
liblfc-dev
libjson-static-camlp4-dev
libggadget-1.0-0a
libdatetime-format-dateparse-perl
libcoin40
kq
iwidgets4
php4-gd
alsaplayer-text
advi
a56
openoffice.org-thesaurus-cs
libhsqldb-java
witty-dev
tryton-modules-ldap-connection
xbindkeys
libogremain-1.4.6
gtkmorph-example
libggadget-1.0-0b
gadmin-samba
mh
epic4
xfonts-intl-phonetic
emacs-snapshot-gtk
libdshconfig1
avr-evtd
apgdiff
aap-doc
espresso-locale
lm
libipc-sharelite-perl
pyste
linux-backports-modules-wwan-2.6.32-45-server
linux-backports-modules-wireless-2.6.32-44-server
linux-backports-modules-wireless-2.6.32-39-server
libtulip-qt4-3.1
libogremain-1.4.7
libwww-mechanize-shell-perl
libgnadesqlite3-2
libglobus-gass-copy-dev
libfwbuilder7
libclass-dbi-sweet-perl
pubfont
wireshark-common
gramofile
smarty-gettext
slirp
epic5
nd
chef-server
thunderbird-thunderbird-locale-pa-in
python2.4-twisted-runner
libotr2-dev
libcfitsio3-doc
libpixman-1-dev
ttf-alee
gcj-jre
ruby-gnome2
ne
libtheora-ocaml-dev
libspf-doc
libsensors-applet-plugin-dev
libphash0
libopensc2-dbg
libogremain-1.4.8
libgnelib-doc
libencode-detect-perl
libcegui-mk2-1-dbg
libhx509-4-heimdal
libfwbuilder8
crashme
doodle
python-twisted-words
libdrm-radeon1-dbg
gftp-common
libnspr4-0d
linux-backports-modules-compat-wireless-2.6.34-2.6.32-43-preempt
linux-backports-modules-compat-wireless-2.6.34-2.6.32-38-preempt
xcolmix
voms-mysql-plugin
python-zope.sendmail
performous-tools
libvisual-projectm
libogremain-1.4.9
libhdf5-mpich-dev
libg3d-doc
libdb4.6-java-dev
ttf-dejima-mincho
kscreensavers-xsavers
plasma-widget-kepas
gigtools
ipcalc
bochs-x
podsleuth
aptsh
xinetd
texlive-lang-portuguese
hunspell-ca
libswt-gnome-gtk-3.5-jni
ktuberling-kde4
xscreensaver-data
exim4-daemon-custom
kontact
linux-headers-lbm-2.6.32-43-generic
linux-headers-lbm-2.6.32-38-generic
yudit-common
xserver-xorg-video-dummy
xtide-data
rnc-mode
ng
mini-buildd-bld
libxine1-xvdr
libpilotobjects0
libcgic-dev
libclass-base-perl
libb-hooks-op-check-perl
leafpad
giblib-dev
libcpufreq0
xdotool
bnetd
libxalan110
speech-dispatcher-flite
python-bz2
libsqlite0
cupsys-bsd
udo-doc-ger
tortoisehg-nautilus
scsh-0.6
science-statistics
londonlaw
libgpiv3-dbg
libghc6-fgl-prof-5.4.2.2-60411
libclass-dbi-asform-perl
ldapdns
xfce4
confluence
libcddb2
openoffice.org-help-en-za
libudf0
libgnutls13-dbg
libbackport-util-concurrent-java-doc
wmbiff
tryton-modules-stock-product-location
trac-ja-resource
linux-debug-2.6
redmine-sqlite
python-djvu-doc
mpop-gnome
libtest-trap-perl
libparserutils0-dbg
krb5-clients
libhugs-unix
c3270
guile-1.6-libs
python2.6-uniconvertor
kimagemapeditor
mta-dummy
libslp1
linux-headers-2.6.35-30-generic
linux-headers-2.6.35-25-generic
yabasic
sfront
tigr-glimmer
libpcp-mmv1
libomnithread3c2-dbg
libbind4-dev
thailatex
libglobus-authz-callout-error0
libcgroup1
cedar-backup2
xserver-xorg-video-1.0
nagios-plugins
libeigen2-doc
groff-base
indicator-applet
python-central
zope-maildrophost
riece-ndcc
python-pysnmp4-doc
python-iptcdata
python2.6-clamav
python-avc
octave-general
mp
theseus
libstrutilsxx-0.7c2a
libpfm3-3.2
libmusicbrainz3-dev
libsql-statement-perl
libalure1
gimp-normalmap
exaile-plugin-moodbar
isdnutils-xtools
python-pyxmpp
ttf-dzongkha
libfftw3-3
python-uniconvertor
hunspell-da
gettext-base
r-cran-abind
python-galago-dev
afni
hawkeye
lv
libwmaker0-dev
libtie-dxhash-perl
jmagick
iprint
gimp1.2-perl
gadmin-dhcpd-dbg
libcoin60
emacs-snapshot-bin-common
apache-perl
libss7-1
pango-graphite
python3.1-cjkcodecs
libudf-dev
libslp-dev
python-gnomekeyring
tao-event
swi-prolog-semweb
python2.6-glpk
python-argvalidate
phamm-ldap-vacation
tinyerp-server
mr
lxde-common
libyahoo2-10
libportmidi0
generatorrunner-dbg
biblatex
basic256
jsmath
lib32gmp3-dev
hunspell-ar
gnome-user-guide-tet
linux-image-2.6.38-12-server
linux-headers-2.6.38-15-server
uniconf-tools
python2.6-zope.annotation
python-nltk
python2.6-minimock
python2.5-fam
python-buzhug
python-apsw-dbg
ov51x-jpeg-source
nn
tetra
libtm-perl
scalapack1-pvm
libosgcal-dev
libgpp4f-dev
pd
gap-pkg-guava
e2tools
libasm0
dwarves
ddns3-client
cryptonit
sbcl
libucl1
konqueror-plugin-khtmlsettings
linux-image-3.0.0-22-virtual
linux-image-3.0.0-17-virtual
linux-backports-modules-compat-wireless-2.6.34-2.6.32-33-server
linux-backports-modules-compat-wireless-2.6.34-2.6.32-28-server
view3ds
uuagc
nauty
rsplib-services
python2.6-pythoncard
python2.5-kinterbasdb
php5-memcached
r-cran-qtl
libripoff0
liblua5.1-logging
libcore-ocaml
libcitadel2-dbg
libnamespace-autoclean-perl
kformula
kicker
mimetex
guile-cairo
ebox-firewall
cl-kmrcl
bootcd-hppa
bitscope
libarch-perl
not+darwin
syslinux-common
libboost1.37-dbg
libboost-regex1.35-dev
libboost-regex1.40-dev
libasm1
libapache-mod-python
kdebase-workspace-bin
libgdict-1.0-6
libgomp1-dbg
pe
seamonkey-mozgest
ttf-summersby
scidavis
rt-tests
python2.3-soappy
php-net-socket
phatch-nautilus
mhwaveedit
mailto
libmoosex-method-signatures-perl
libjboss-marshalling-java
libggi-dev
libccfits-doc
libghc6-pretty-prof-1.0.1.1-34534
libdts-dev
fonttools-eexecop
ffproxy
exaile-plugin-contextinfo
mgetty-fax
libcurl-ocaml-dev
usb-creator-gtk
speech-dispatcher-doc-cs
openoffice.org-thesaurus-fr
libnetaddr-ip-lite-perl
libfli-dev
whois
upnp-inspector
parrot-doc
multex-base
mp3burn
librsplib-dev
libghc6-hscolour-dev
flake
trousers
libdirectfb-extra
libboost-graph1.38-dev
python-gtksourceview2
postgresql-8.3-debversion
synce-gnomevfs
pioneers-server-data
photon
om
libtest-file-perl
libmono-zeroconf-cil-dev
libgnatvsn4.4-dbg
libdbd-mysql
svncviewer
gorm.app
deja-dup-dbg
kakasi
libchamplain-0.4-0
libslv2-9
time-daemon
gnome-applets-dev
defoma-ps
tpmultiinc
python-gammu-doc
mazeofgalious-data
libsqlite3-ocaml-dev
libots-dev
libjboss-reflect-java
libghc6-quickcheck2-dev
blacs-pvm-dev
xserver-xorg-video-1.9
libgda-4.0-4-dbg
pi
u++-doc
tetex-brev
opencv-doc
mn-fit-doc
mlterm-tiny
linux-image-2.6.31-10-rt
shhopt
librra-dbg
libswingx-java
libnanohttp1-dbg
libcxgb3-dev
jardiff
ironruby
libredcloth-ruby1.8
freecycle
dballe-common
apt-cacher-ng
python-dev
linux-backports-modules-compat-wireless-3.3-2.6.32-43-server
xtables-addons-source
xmms2tray
xboing
op
mz
mlmmj-php-web-admin
linux-rt-headers-2.6.31-10
libthunar-vfs-1-dev
libroot
liblua5.1-filesystem-dev
libgopersist-1-1
kdocker
gpaint
egroupware-core
libgl1-mesa-glide3
bluez-compat
java-wrappers
python-qt4-sql-dbg
python2.6-qt4-phonon-dbg
libimage-magick-perl
libdotconf1.0
libbcpg-java-gcj
kwalletmanager
libcommons-cli-java
linux-rt-headers-2.6.31-11
scalable-cyrfonts
stx-btree-demo
selinux-policy-ubuntu-doc
libvips12
libprojectm1
libopenvas1
kile-doc
hdapsd
dante-server
bacula-director-sqlite
astats
xserver-xorg-video-siliconmotion
openoffice.org-spellcheck-nb
language-pack-gnome-is-base
libtimedate-perl
xfce4-cpugraph-plugin
python2.6-pykcs11
rc
ncmpc
memdump
cluster3
libpsiconv-dev
libprojectm2
libpgsql-ruby
libopenvas2
libgg0-dev
korundum4
libcvc3-2
axiom-doc
not+solaris
pytagsfs
python2.6-pyicu-dbg
libiaxclient1
libshout3-dev
libmono-microsoft7.0-cil
libdbus-qt-1-dev
kdebase-workspace-dbg
cupsys-driver-gutenprint
linux-headers-2.6.32-40-preempt
linux-headers-2.6.32-35-preempt
ttf-goudybookletter
python-mvpa-doc
opendrim-lmp-recordlog
libsoqt-dev
iprelay
indicator-applet-complete
libghc6-dph-seq-prof
libproc-pid-file-perl
fteqcc
xawtv
upstart-compat-sysv
libqalculate-doc
libgd-gd1-noxpm-perl
beecrypt-dev
xdg-user-dirs
quota
texworks
re
post-faq
makefs
libvips15
libroot-quadp5.18
librmagick-ruby-doc
libqdbm-dev
libneedle-extras-ruby
python-hildondesktop
gtkvncviewer
libprobe-perl-perl
libcompizconfig0-dev
language-pack-gnome-vi-base
language-pack-gnome-ts-base
kweather
kmplot
evolution-plugins-experimental
python2.6-ftdi
python-dhm
libzinnia0
libopenh323-doc
libflint-dev
libhildon-1-0
libaudutil1
9base
debomatic
libstdc++2.10-dev
libsgutils2
libwebrick-ruby1.8
liblcms-utils
linux-headers-2.6.38-16-virtual
wuzzah
php-cache
libopencore-amrnb0-dbg
libfox-1.6-doc
libcwnn-dev
libcapi20-2
libasis2008-dev
imgseek
libpar2-0
libcomplearn-gomp1
python-awn
argyll-bin
libwebkit1.0-cil
language-pack-fr-base
imagemagick-dbg
x-session-manager
gdebi-core
default-jre-headless
sc
qm
python-zope.app.securitypolicy
libsocialtext-resting-utils-perl
libresid2c102
libelemental-dev
globus-gatekeeper
ezgo-office
code-saturne
libwxgtk2.8-dbg
libcapi20-3
libmono-system-messaging2.0-cil
libk3bplugin
udisks-doc
sd
ri
python-zope.index
pgtune
nanoblogger-extra
mu-cade-data
synopsis-doc
libskinlf-java-demo
libsmokeokular3
libfox1.0-dev
libdevel-cover-perl
libdate-convert-perl
installation-report-generator
gtk2-engines-mythbuntu
garmin-forerunner-tools
libcherokee-mod-geoip
libbuffy-perl
mcp-plugins
python-urlgrabber
openoffice.org-thesaurus-hu
libsdl1.2
libdv-bin
libgettextpo-dev
acpi-support
linux-image-generic-lts-backport-maverick
linux-image-3.0.0-14-generic
linux-backports-modules-wireless-2.6.32-22-generic
specimen
libzn-poly-dev
libhugs-parsec-bundled
libpocketsphinx1
libghc6-dph-seq-prof-0.4.0-52cfd
nedit
pulseaudio-module-gconf
openoffice.org-hyphenation-af
hunspell-eo
libmsn0.3-dbg
libgstfarsight0.10-dev
libeina0
usb-creator-kde
python-lxml
linux-backports-modules-compat-wireless-2.6.39-2.6.32-34-generic
xpilot-ng-client-x11
watanabe-vfont
seetxt
libzltext-data
librunapp-perl
libpt-1.11.2-develop
liborc-0.4-0-dbg
gnome-chess
fortunes-debian-hints
dict-freedict-ita-deu
amavis-stats
ubuntu-express-ubuntu-doc
libqscintilla2-dev
libhtml-template-perl
libavdevice52
libnotify1
linux-backports-modules-compat-wireless-3.0.0-2.6.32-34-server
renrot
python2.6-pqueue
pv
libzorpll
libgda-ruby
fortran77-compiler
apt-dater
openoffice.org-spellcheck-lv
libmilter1.0.1
liblpint-bonobo-dev
libcairo1
language-pack-kde-fr-base
linux-backports-modules-alsa-2.6.32-35-generic
linux-backports-modules-alsa-2.6.32-40-generic
xfonts-cjk
wbemcli
vncsnapshot
template-new
rdup
python2.6-adodb
nuauth-log-mysql
elisa-plugins-ugly
libtemplate-plugin-number-format-perl
libsetools-java
libopenais-legacy-2
libgv-guile
libasync-interrupt-perl
krusader-dbg
kadu-common
gir1.0-indicate-gtk-0.2
gdb-avr
openoffice.org-thesaurus-it
nautilus-dbg
libpoppler-qt4-3
gnutls0.4-dev
base
libcairo2
aide
libnotify4
witty-doc
plasma-dataengines-yawp
libmoosex-lazyrequire-perl
libicee12
libgtkgl2.0-dev
libgetopt++-dev
libghc6-old-locale-prof
freeguide
rfkill
dnswalk
ghostview
ttf-kochi-gothic
openoffice.org-spellcheck-nn
hunspell-es
kdegames-dbg-kde4
gcc-multilib
libjaxen-java
eperl
linux-image-2.6.32-45-generic-pae
yaws-chat
python-soaplib
neverball-dbg
r-bioc-hilbertvis
lyskom-tty-client
libopensc2-dev
libglobus-gass-copy-doc
firefox-notify
docgenerator
audispd-plugins
apvlv
openoffice.org-hyphenation-ca
hunspell-fo
libmono-system-web1.0-cil
wininfo
tf
r-cran-spc
python2.4-xlib
open-invaders-data
necpp
gmediaserver
pidgin-festival
dvorak7min
aewm
vnc-viewer
plasma-applets-addons
openoffice.org-hyphenation-bg
libvte-dev
libglib1.3-data
gs-pdfencrypt
libstartup-notification0
bash
sugar-session
ssake-examples
sl
psi3
octave-odebvp
libwebkdc-perl
libsqueeze-0.2-0
librdmacm-dev
libmaven-ejb-plugin-java
lam4c2
libdballepp4
sane
rscds
fig2sxd
checkbot
bochs
popt
kdiamond
jython-doc
hunspell-gl
linux-backports-modules-wwan-2.6.32-41-preempt
linux-backports-modules-wwan-2.6.32-36-preempt
wesnoth-1.8-thot
sword-language-pack-ar
sm
r-cran-gtools
qemu-kvm-extras-static
pork
mpg123-oss-3dnow
taxinspector
libyadis-ruby
libopenwsman1
libgpiv3-dev
libdjconsole-dev
libdata-alias-perl
knetdockapp
homebank-data
filetraq
fig2sty
tuxpuck
cxref
xorg-driver-synaptics
openoffice.org-spellcheck-nr
libx11-xcb1
hunspell-fr
svn-buildpackage
xfonts-cronyx-isocyr-misc
xconq
sn
rancid-cgi
xkbsel
libparserutils0-dev
libgmime2.2-cil
libgetopt-euclid-perl
libalgorithm-annotate-perl
joy2key
hardlink
gthumb2
libhtml-table-perl
libuno-cli-types1.1-cil
circuslinux
carmetal
python2.3-glade2
openoffice.org-spellcheck-ns
libnss-ldap
ibus-qt4
ttf-radisnoir
posh
libmaven-embedder-java
liblastfm-ocaml-dev-w9vy7
libhtml-wikiconverter-mediawiki-perl
libdb4.7-tcl
libuniversal-isa-perl
sword-language-pack-de
ibus-table-stroke5
donkey
autokey
openoffice.org-hyphenation-da
libatm1
dict-wn
linux-backports-modules-wireless-2.6.38-lucid-preempt
timidity-interfaces-extra
tao-ft
scribus-cvs-doc
nexuiz-server
libtcltk-ruby1.8
liblwt-ocaml
libhtml-tidy-perl
libjackasyn0
jabberd14
dmeventd
chiark-named-conf
python-fam
libboost-wave1.40.0
tk
doc-linux-nonfree-text
sp
checkbox
linux-backports-modules-compat-wireless-3.0.0-2.6.32-43-preempt
linux-backports-modules-compat-wireless-3.0.0-2.6.32-38-preempt
linux-headers-2.6.38-13-generic
linux-backports-modules-compat-wireless-2.6.37-2.6.32-31-generic
linux-backports-modules-compat-wireless-2.6.37-2.6.32-26-generic
verbiste
system-config-audit
structure-synth
pyntor
xenomai-doc
libtcltk-ruby1.9
libgoffice-0-8-dev
libghc6-xmonad-contrib-prof-0.9.1-4570c
libgammu4-dbg
libpod-xhtml-perl
iaxmodem
libgpiv3
openoffice.org-hyphenation-ar
libpango-dev
libmysqlclient-dev
yokadi
tryton-modules-product-price-list
r-cran-fimport
mythbuntu-diskless-server-standalone
libsvm-dev
libbognor-regis-dev
libhugs-network
tm
emerald-themes
libcpanplus-perl
openoffice.org-hyphenation-bn
openoffice.org-hyphenation-as
openoffice.org-thesaurus-ne
nvidia-vdpau-driver-ia32
libparted0debian1-dbg
libgnomemm-2.6-1c2
gir1.0-dbusmenu-glib-0.2
dict-web1913
linux-image-3.0.0-23-server
xfonts-mona
xchat-indicator
snarf
python2.6-openscap
user-mode-linux
makejail
libxml-rss-simplegen-perl
libjs-excanvas
x86dis
libsvg-graph-perl
rdiff-backup
afterstep
python-musicbrainz
zlib1
smbget
cdebootstrap
openoffice.org-hyphenation-de
slang0.99.34-dev
libqimageblitz-dbg
libpam-heimdal
python-twisted-web
strong-name-tool
linux-headers-3.0.0-32-virtual
linux-headers-3.0.0-27-virtual
octave-info
libqsearch-gomp1
libjboss-connector-java
grhino
pilot-qof
libgetopt-argvfile-perl
libodbcinstq1
libboost1.37-dev
language-pack-kde-fur
docbook2x
varkon-user-manual
subtitlecomposer
scalapack-pvm-test
shogun-python-modular
otrs
madwimax
libtext-findindent-perl
libmaven-common-artifact-filters-java
libclass-c3-perl
libapq-postgresql-dbg
krb5-auth-dialog
libqt3-mt-sqlite
psad
apt-dater-dbg
gnumail.app
libmilter1.0.1-dbg
xkbset
usepackage
stk-doc
scilab-swt
r-cran-vcd
octave3.1-info
mod-security2-common
libtpm-unseal0
libsource-highlight-dev
libpt-plugins-v4l
libpmap0-dev
libpari-dbg
libhandoff-dev
libdisplaymigration0-dbg
libaften0
late-data
ilisp
galculator-hildon
embassy-domainatrix
sylpheed-claws-gtk2-acpi-notifier
boats
openoffice.org-hyphenation-br
openoffice.org-l10n-as-in
libedje-svn-05
language-pack-kde-hne
cvs-buildpackage
ruby1.9-dev
pysycache-click-sea
pyqonsole
libogremain-1.6.1
libghc6-hscolour-doc
libgnatvsn4.4-dev
kfritz
vh
libass4
gnokii-cli
freebirth-data
libdebian-packages-compare-perl
emacs-wiki
aribas
upx-ucl
python-examples
openoffice.org-hyphenation-bs
ksmserver
ibus-table-yong
radare
python2.4-poker-engine
libspread1-dev
libsnmp1.4-java
libgeier0
gimp-cbmplugs
gap-small-groups
classmate-initramfs
libjs-prototype
libmime-perl
ubuntu-system-service
libcglib-java
ecj-gcj
octave-control
librra-dev
libogremain-1.6.3
libfax-hylafax-client-perl
libast1
libapache2-mod-apreq2
libghc6-quickcheck2-doc
libtsmux0
python-flickrapi
openoffice.org-hyphenation-fa
openoffice.org-style-human
ubiquity-frontend-gtk
gvfs-bin
libgnutls26
firefox-adblock-plus
yacas
libyaz2-dev
s3d-doc
libdevel-simpletrace-perl
moon-buggy-esd
jargoninformatique
freewheeling
libast2
libogremain-1.6.4
propsel
ubuntuone-oauth-login
python-doc
libkrb5-dbg
hunspell-hu
libapache2-mod-php4
perl-modules
screenruler
python2.6-gmpy
poc-streamer
plasma-widget-fortunoid
gaim-librvp
openafs-dbg
libtinymail-gio-dev
libsnmp-info-perl
libtk-perl
libnetpacket-perl
libjboss-serialization-java
libgalago-dev
libdb4o7.4-cil
libmodule-runtime-perl
sword-language-pack-el
libhugs-cabal
gnuradio-sounder
libsphinx2g0
divxcomp
sylpheed-claws-gtk2-extra-plugins
affiche
xkbprint
libapache2-mod-php5
linux-headers-lbm-2.6.32-41-preempt
linux-headers-lbm-2.6.32-36-preempt
xfce4-time-out-plugin
xemacs21-supportel
nbibtex-doc
libisoburn-dbg
libgtkmm-utils2
libcurses-ui-perl
libaiksaurus0
get-iplayer
dict-freedict-eng-ara
acfax
virtuoso-server
qt3-assistant
openoffice.org-hyphenation-cs
gnome-pilot
libboost-thread-dev
libboost-program-options1.35-dev
libboost-program-options1.40-dev
kdebase-workspace-dev
dict-vera
vm
xd
python-webdav
project-x
pqiv
libxmms-perl
libgoffice-0.8-8-common
libgeo-helmerttransform-perl
libccs-perl
sword-language-pack-en
gtk2-engines-spherecrystal
gnome-activity-journal
freedroid
cl-flexi-streams
vinagre
okular-extra-backends-kde4
clamav-base
linux-backports-modules-compat-wireless-2.6.36-2.6.32-44-server
linux-backports-modules-compat-wireless-2.6.36-2.6.32-39-server
sdcc
phpapi-20060613
parsec47
mah-jong
brickos
libparse-mediawikidump-perl
libmp3tag-ruby1.8
libkaya-gl-dev
kimwitu-doc
gpe-mininet
fairymax
cvc3-el
archivemail
openoffice.org-hyphenation-ga
nagios-plugins-extra
kalzium
devscripts-el
xfonts-k14g
sysprof
sugar-chat-activity-0.86
r-doc-info
qlix
pop3browser
lsb-security
kwnn-dev
libalog0
ktexmaker2
ibus-table-xinhua
python-ffc
xserver-xorg-input-vmmouse
samba4-common
openoffice.org-hyphenation-el
gwget
gstreamer0.10-videosource
winbind4
librazor2-perl
mono-addins-utils
opendicom.net
libqwt4
libppd-dev
libskstream-0.3-dev
libbeid2-dbg
sword-dict-strongs-hebrew
libpano13-bin
kerberos4kth-kdc
evilvte
wl
visitors
c2hs-doc
libtotem-plparser7-dbg
linux-headers-2.6.32-342-ec2
scim-tables-ja
procinfo
camlzip
libspf0
libprelude2-dbg
libmemcache-client-ruby1.8
libgnelib0
gjs-dev
libfields-camlp4-dev
libcsoap1-dbg
hobbit-client
gworkspace-apps-wrappers
globus-gram-job-manager-setup-lsf
gamera-doc
hsetroot
libwxgtk2.8-dev
cmatrix-xfont
hunspell-dictionary-pa-in
openoffice.org-hyphenation-fi
openoffice.org-hyphenation-en
libavahi-glib1
gnome-keyring
gdb-doc
subversion
xsane-common
val-and-rick
libtododb0-dbg
libsvn-dump-perl
libwebservice-validator-css-w3c-perl
libjana0
libelemental-doc
libdb4.6-java-gcj
sword-language-pack-es
shiki-wise-theme
libiptables-chainmgr-perl
xournal
daemontools
ntp-simple
powernowd
sarg
openoffice.org-hyphenation-eo
openoffice.org-hyphenation-cy
wukrainian
ktux-kde4
ksysguard
jython-gcj
libxml-libxml-perl
libkexiv2-8
linux-headers-3.0.0-24-generic
linux-headers-3.0.0-19-generic
worldwind
sbnc
python2.6-tracer
libpt-1.11.2-plugins-oss
libiv-unidraw1
sword-language-pack-he
gnustep-base-examples
fprobe-ulog
libfcgi-ruby1.8
bibledit-data
beav
autodock
drush
python-deb822
openoffice.org-thesaurus-pl
hunspell-ko
libssl09-dev
libcommons-io-java-doc
checksecurity
libfcgi-ruby1.9
qmidiroute
obo-edit
libtaoframework-physfs1.0-cil
libspin-java-doc
libdata-faker-perl
scid
libotp0-heimdal
libghc6-process-prof-1.0.1.2-d10eb
ghc6-doc
openoffice.org-spellcheck-ru
libtag-extras0
libumfpack5.4.0
libokularcore1
libgstfarsight0.10-doc
help2man
xsplash
tiemu-skinedit
texgd
rutilt
skytools
openoffice.org-spellcheck-tl
libxml-handler-composer-perl
libview2
libvcdinfo-dev
libmpich1.0c2
libmapi++-dev
lineak-dev
libfile-read-perl
gmt-examples
libghc6-ghc-binary-dev
scratch
bdii
runit-run
x11proto-bigreqs-dev
python-dns
openoffice.org2-writer
libqscintilla2-doc
libtag-extras1
shutdown-at-night
jfreemesh
pysycache-click-dinosaurs
libruby-extras
libdb4.4-ruby1.8
libccss-1-5-dbg
libclass-dbi-perl
libamrita2-ruby1.9.1
kpart-webkit
junior-internet
sword-language-pack-fr
libghc6-ghc-prim-prof-0.2.0.0-9d35c
pidgin-extprefs
clive-utils
blobby-data
amule-gnome-support
openoffice.org-hyphenation-es
openoffice.org2-dev-doc
linux-ec2-source
libgtkspell-dev
libboost-serialization1.36-dev
language-pack-gnome-sv-base
seamonkey-adblock-plus
lsb-languages-amd64
ifuse-dbg
gnustep-examples
empire
emacs21-common
tumgreyspf
beef
libaosd-text2
openoffice.org-hyphenation-he
ubiquity-frontend-kde
openoffice.org-spellcheck-tn
openoffice.org-spellcheck-ss
openoffice.org-hyphenation-et
libpolkit-qt-1-dev
ncpfs
libipc-signal-perl
libloader-java-openoffice.org
zabbix-proxy-pgsql
smarty-validate
python2.1-templayer
python2.3-pysnmp2
python-comedilib
ofono-dbg
libtcltk-ruby1.9.1
libexpect-simple-perl
libevent-loop-ruby
libdatetime-format-http-perl
libaiksaurusgtk0c102
libgpmg1
gambas2-gb-image
fvwm-crystal
flasm
css-mode
regexplorer
sash
python-csv
openoffice.org-hyphenation-eu
openoffice.org-hyphenation-dz
hunspell-dictionary-ast
openoffice.org-spellcheck-ve
openoffice.org-spellcheck-st
libwvstreams-dev
libqt3c102-mt
libfontconfig1-dbg
language-pack-ia-base
language-pack-eu-base
language-pack-dz-base
hunspell-ne
klibc-utils
epics
python-dpm
pysycache-dblclick-butterfly
libghc6-lazysmallcheck-dev-0.5-8b558
libghc6-ghc-paths-prof-0.1.0.6-2560e
libghc6-network-dev-2.2.1.7-0252e
gxmessage
freedroidrpg-data
openvpn-blacklist
openoffice.org-hyphenation-gl
libxcb-xlib0
libtag1-dev
lib32gmpxx4
ksirk
zope-linguaplone
piklab-dbg
libticables3-dev
libstyx2
libranlip-dev
libmunge2
libglobus-gfork-dev
libgg-dev
ftplib-dev
wv
bluez-hcidump
aqsis
openoffice.org-hyphenation-fr
likewise-open5
xlibs-data
libvte-doc
libsbigudrv-dev
libdv-dev
kopete-kde4
libmaildir4
c++-compiler
jadetex
default-jdk-builddep
xfonts-ayu
r-cran-lattice
libbio-mage-utils-perl
linux-source-2.6.30
libsmbios2
nss-updatedb
libhildonhelp-dev
libdvdcss-dev
libkjdsp-java
hybrid-dev
fnorb-doc
dtc-toaster
bve-route-cross-city-south
deluge
billard-gl
not+i386
openoffice.org-spellcheck-tr
openoffice.org-hyphenation-id
libxxf86vm-dev
libibus-dev
language-pack-ta-base
policykit-1
transfig
python-lzma
python2.6-gpib
python-selinux
linux-source-2.6.31
libnet-sftp-foreign-perl
libnet-ph-perl
libgpiv3-doc
libxfcegui4-4
facturalux-dev
linux-source-2.6.26
tk40
python-gda
libboost-filesystem1.39-dev
language-pack-kde-hsb
ttf-punjabi-fonts
alsa-oss
strongswan-starter
libxalan18-dev
libsys-virt-perl
libnss-rainbow2
libgeo-postcode-perl
libcli1
gnome-swallow
dh-kpatches
agtl
netscape-base-4
openoffice.org-hyphenation-ja
openjdk-6-source
linux-source-2.6.32
scim
language-pack-kde-ia-base
language-pack-kde-eu-base
language-pack-kde-dz-base
fortune-mod
update-manager-text
sendpage-common
pidgin-sipe
oping
libtao-flresource-1.6.3
libocsigen-ocaml-heda2
libneon26-dbg
liblog4cpp5-dev
libdbm-deep-perl
l7-protocols
js2-mode
gwenrename
glpk-doc
libneon26-gnutls
djmount
choosewm
alcovebook-sgml
python-qt4-phonon-dbg
libmono-accessibility1.0-cil
liborbit2-dev
puredata
libois-perl
libobrender15
libnet-twitter-perl
libgtfb0-dev
libgcal-dev
ironpython
php-services-weather
gnustep-back-dbg
capi4hylafax
xv
libportaudio-dev
libogg-dbg
libboost-graph1.40.0
mutt-ja
blt-dev
libcommons-logging-java
scilab-overload
qtstalker
phpgroupware-ftp
libsimpledb-dev
root-plugin-minuit
libdc1394-dev
libobrender16
libobrender21
libgenders-perl
libmatthew-java-doc
kernel-source
perlpanel
ifplugd
emboss-explorer
d52
python-id3
c-repl
rails
openoffice.org-thesaurus-ro
libpango-doc
eiciel
libmono-webbrowser0.5-cil
language-pack-kde-ta-base
ksquares
evolution-common
linux-backports-modules-compat-wireless-2.6.38-2.6.32-43-generic
linux-backports-modules-compat-wireless-2.6.38-2.6.32-38-generic
workrave-data
squid-prefetch
sdcv
quotatool
python2.3-cherrypy
mit-scheme
libxml-filter-sort-perl
rdtool
libmoosex-meta-typeconstraint-forcecoercion-perl
meschach
libparsetree-ruby1.8
gsalliere
xul-ext-flashgot
slock
beep
openoffice.org-thesaurus-sk
libqimageblitz-dev
kbruch-kde4
linux-backports-modules-input-2.6.32-30-generic
openfoam
python-axiom
python-apsw-doc
pdfchain
libplplot-ada
libmatrixssl1.8-dev
libmodule-install-perl
libiksemel-dev
libgrinvin-core-java
libfile-find-object-perl
libbg1-dev
libsphinxbase1
editmoin
xtrkcad
openoffice.org-hyphenation-ka
openoffice.org-hyphenation-gu
kubuntu-netbook
klinkstatus
kdepim-runtime-dbg
gnome-www-browser
linux-image-2.6.32-43-virtual
linux-image-2.6.32-38-virtual
xmms2-plugin-airplay
ratfor
r-cran-rggobi
python2.6-pypcap
python-jabberbot
mazeofgalious
libzorpll-dev
libsemanage-common
libroot-python
libapq-postgresql-dev
gmt-doc-pdf
schroot
libboost1.37-doc
autoconf-doc
linux-headers-2.6.35-22-server
linux-backports-modules-compat-wireless-3.3-2.6.32-41-generic
videocut
scim-tables-ko
sary
python2.3-numeric-ext
libv8-2.0.3
libpari-dev
libpaps-dev
libmpeg3-dev
libghc6-hsql-odbc-prof-1.7.1-f4eac
libdisplaymigration0-dev
libboolean-perl
liballegro3.9.37-dev
kunststoff
kerberos4kth-x11
glassfish-activation
dtc-xen
openoffice.org2-java-common
openoffice.org-hyphenation-hr
tegaki-recognize
tasks-dbg
python-hachoir-subfile
picprog
libsource-highlight-doc
libghc6-terminfo-prof
libclass-dbi-plugin-type-perl
geoclue-geonames
gaim-extendedprefs
ubuntuone-storagefs
python-nose
openoffice.org-spellcheck-xh
adbbs
libsilcclient-1.1-3-dbg
libexiv2-6
linux-backports-modules-alsa-2.6.32-33-preempt
linux-backports-modules-alsa-2.6.32-28-preempt
xstow
shunit2
mancala
libuuidm-ocaml-dev-se5v5
libusbprog0
libterm-slang-perl
libqttapioca0
expectk-tk8.3
cpmtools
bcpp
openoffice.org-thesaurus-ru
software-center
linux-backports-modules-compat-wireless-2.6.38-2.6.32-34-server
libapt-inst1.4
tree-puzzle-doc
translate-docformat
opencascade-examples
libssl-ocaml-dev
sword-language-pack-it
gdeskcal
doc-linux-fr-text
redhat-cluster-suite
python-pyinotify
python-gdl
python2.3-egenix-mxstack
pngquant
openoffice.org-hyphenation-hu
libgail-dbg
python-qt4-dbg
irda-utils
scli
python-sprox
malbolge
magpierss
libflaim4.1
libdrmaa-java
libdbicx-testdatabase-perl
libauthen-pam-perl
kanadic
jaranalyzer
cstream
crack-md5
boinc-manager
plymouth-theme-kubuntu-logo
openoffice.org-spellcheck-uz
libkrb5-dev
xfce4-messenger-plugin
chpax
xfce-keyboard-shortcuts
liburi-template-perl
libpt2.6.3-plugins-v4l
libmrss0
libbotan1.6-dev
e16
dstat
comprez
ncbi-tools-bin
libmaloc1
mysql-server-core-5.0
libloudmouth1-0-dbg
libcouchdb-glib-1.0-1
xtux-levels
vnstati
twpsk
root-system-proofd
python-renpy
metapixel
libxmlenc-java
libunicap2-dev
libthread-pool-simple-perl
libtaktuk2-dev
libnews-article-perl
libmath-calc-units-perl
libisoburn-dev
liblocale-ruby1.9.1
libgalago-doc
libheap-perl
ttf-monapo
dtc-common
dict-freedict-eng-deu
libmodglue1
armagetronad-dedicated
angrydd
openoffice.org-hyphenation-is
librrd2-dev
libperl-critic-perl
libnetbook-launcher-0
libgsf-1-dev
kontact-kde4
libmono-posix2.0-cil
libcouchdb-glib-1.0-2
dupload
mysql-server-core-5.1
wmsmpmon
tightvncserver
sagcad-doc
orage
rosetta
livemedia-utils
libdbd-mysql-ruby1.8
kannel-devel
erlang-esdl
lookup
libdbd-maxdb-perl
xfonts-intl-chinese
tkdesk
openoffice.org-hyphenation-it
odbcinst
apport
linux-backports-modules-compat-wireless-2.6.36-2.6.32-40-generic
linux-backports-modules-compat-wireless-2.6.36-2.6.32-35-generic
znc-tcl
searchandrescue-data
libsndobj-dev
libmojito0-dbg
libjboss-deployers-java
libhtmlparser-java-doc
gnade-dev
libgmime2.2-doc
libfinance-streamer-perl
libconfig++8-dev
libavl1
pilot-link
libglu-dev
libmpfr1ldbl
linux-image-2.6.32-22-generic-pae
ttf-ecolier-court
tdom-dev
snd-gtk
python2.5-simpy-gui
python2.2-medusa
mrwtoppm-utils
libparse-errorstring-perl-perl
libipc-run-safehandles-perl
libglobus-ftp-control-dev
libdeal.ii-dbg6.2.1
rstartd
globus-gram-job-manager-setup-pbs
haskell-compiler
easycrypt
cowbell
bzr-fastimport
libclxclient3
xstdcmap
libokularcore1-kde4
jetty
libdatrie0-dev
linux-headers-3.0.0-21-server
linux-headers-3.0.0-16-server
vdrsync
spl-core
smokeping
slmon
python2.4-scipy-core
libspreadsheet-ruby-doc
libntrack-gobject-dev
liblasso0
libconfig8
libbeid2-dev
libavahi-cil
icegrid-gui
original-awk
dict-freedict-ita-eng
openoffice.org-hyphenation-km
libio-tty-perl
kjumpingcube-kde4
gobject-introspection-repository
fetchmail
winff
smile
libtorrent-rasterbar-dbg
libshp-dev
liblasso1
libsuper-perl
libextractor-java
libdesktop-agnostic-vfs-gio
libcimcclient0
libpoe-component-irc-perl
gambas2-gb-web
erlang-dialyzer
libtioga-ruby
python2.3-twisted-conch
openoffice.org-hyphenation-kn
libwnck1.0-cil-dev
gsl-ref-psdoc
libboost-wave1.36-dev
libboost-test1.39-dev
imagemagick-doc
python-samba
python-fiu
tsocks
libtododb0-dev
libmailutils0-dev
libdc1394-examples
ibus-table-ziranma
facturalux
banshee-extension-awn
dcmtk
openoffice.org-hyphenation-ko
libssh-dbg
psmisc
libaprutil1-ldap
ttysnoop
shapelib
python-libsvm
pitrtools
libweed0
liblasso3
libimap-admin-perl
libghc6-monadcatchio-mtl-dev
libfile-finder-perl
icon-slicer
filepp
python-dsv
xdialog
po-man
php5-tidy
truecrypt-utils
hunspell-se
yaclc
xfonts-utils
ubiquity
linux-image-2.6.32-35-generic
linux-image-2.6.32-40-generic
mscore
seed
libsword5c2a
libsubunit-dev
libqttelepathycommon0
libqhull-dev
libhk-kdeclasses-dev
libclthreads-dev
kdeartwork-style-kde4
dpt-i2o-raidutils
calf-plugins
libaudid3tag-dev
mencoder
libchromexvmcpro1
videogen
calendarserver
python2.6-louis
openoffice.org-hyphenation-nb
libnewt-dev
libapr1-dbg
g++
python2.5-wordaxe
libmath-random-oo-perl
lib3ds-1.0-0
slice2cppe
gpe-shield
debiandoc-sgml-doc-pt-br
blacs1-pvm
nvidia-185-libvdpau
texlive-lang-croatian
python-cxx
python2.6-bittorrent
openoffice.org-bin
mono-runtime
liblpint-bonobo0
vlc-dbg
mp32ogg
probcons-extra
cap3
qmmp
libewf-dbg
kitsune
kadu-external-modules
ichthux-docs
libghc6-ghc-binary-doc
fennec
djtools
libccscript3-1.1-0
anytun
appres
kterm
not+i486
not+gnulp-linux
hal-cups-utils
smbfsx
plymouth-label
hunspell-sh
libkcddb4
libvisual-0.4-0
xml-core
zlibc
r-cran-nlme
python2.6-yappy
python-pytrilinos
phpgroupware-phpsysinfo
libtree-redblack-perl
libstruct-compare-perl
libibmad-dev
libscalar-util-perl
libxsettings0
geeqie
openoffice.org-hyphenation-ne
libopenexr-dev
libbsd0
lib32ncurses5-dev
libgstreamer0.10-dev
ubuntume-gdm-themes
request-tracker3.2
python-pyscard
python2.6-csound
python-olpc-datastore
ofono-dev
libtext-patch-perl
libtagc0-ruby
libswfdec-0.7-1-dbg
libsdl-gfx1.2-dev
libpano13-dev
libmath-spline-perl
libinline-ruby
libdigest-md4-perl
fp-units-db
eleeye
openoffice.org-hyphenation-mk
openoffice.org-hyphenation-ku
libtiffxx0c2
librsvg2-2.0-cil-dev
libfontconfig1-dev
hunspell-ro
linux-headers-2.6.32-317-ec2
linux-backports-modules-compat-wireless-2.6.34-2.6.32-32-generic
linux-backports-modules-compat-wireless-2.6.34-2.6.32-27-generic
soundconvert
shiki-colors-xfwm-theme
phyml
libghc6-gtkglext-prof
libdynamite-dev
libcomplearn-mod-lzmax
libclassad0-dev
hyperlatex
fso-sounds-none
cvsweb
centericq
aeskulap
xcolors
openoffice.org-hyphenation-ml
libopal-2.2-develop
libreadline-java
telepathy-salut
apturl-common
prime-el
ocropus
freewnn-jserver-dev
libunac1-dev
libtaglib-ocaml-dev
libguichan1-dev
ksimus-floatingpoint
sword-language-pack-nl
proj
gendarme
disc-cover
csound-doc
crossfire-client-images
autolog
mp3gain
ubuntu-minimal
not+gnu-linux
openoffice.org-hyphenation-oc
ocaml-interp
nvidia-libvdpau
libtag1-doc
libsigc++-2.0-0c2a
speech-tools-bin
kpsion
origami
linamc
libqd-dev
libnet-ldap-server-perl
libghc6-stm-prof
libmx-dev
jwhois
libghc6-unix-prof-2.4.0.0-16adb
libghc6-dph-base-dev
w3-el
chasen-dictutils
ppxp
vorbisgain
quassel-dbg
openoffice.org-hyphenation-mn
libdbd-sqlite-perl
libavahi-client-dev
language-pack-gnome-ht-base
language-pack-gnome-ast-base
cron-apt
linux-backports-modules-compat-wireless-3.2-2.6.32-42-server
wesnoth-trow
libxml++1.0-dev
libquartz-java
libqofexpensesobjects1-dbg
libparse-fixedlength-perl
libnet-tftpd-perl
liblicense3
libjana-dev
libhtml-widgets-selectlayers-perl
libakonadi2.2-cil
imagej
ibus-skk
libgnutls5-dev
gkrellm-snmp
libmedc1
mailcrypt
vncviewer
affiche.app
openoffice.org-hyphenation-lt
login
libgpod0
libext2fs2
libclamav2
chastity-list
python-testscenarios
python2-numeric-ext
libtrackerclient0
libsexymm-dev
libhdf5-1.8
libgtkhotkey1
indi-sbig
dcmtk-doc
libgettext-ruby1.8
ucbmpeg-play
libjasper-1.700-2
libcln6
libclamav3
ttylog
request-tracker3.8
python2.6-omniorb
linux-headers-preempt
libxalan18-doc
libsensors-applet-plugin0
libsamizdat-ruby
libneon26-dev
libminpack1
libtest-mockrandom-perl
libecasound2.2-dev
libperl6-junction-perl
python-exactimage
python2.4-paramiko
python2.6-gpod
openoffice.org-hyphenation-nl
openoffice.org-spellcheck-zu
openoffice.org-hyphenation-lv
libstdc++2.9-glibc2.1-dev
liblcms1-dev
liblapack3gf
language-pack-gnome-ve-base
language-pack-gnome-st-base
konqueror-plugin-akregator
libparted0
python2.6-ieee1284
python2.6-cracklib
mythbuntu-control-centre
libqt3-odbc
liblua5.1-json
libghc6-glut-dev
libqpol1
xserver-xorg-video-savage
texlive-lang-indic
openoffice.org-hyphenation-mr
libparted1
libldap-dev
libogg-dev
konq-plugins
libfile-desktopentry-perl
linux-image-2.6.32-340-ec2
zblast-svgalib
sawfish-pager
pointerize
libqscintilla6
libpt-1.11.2-plugins-v4l2
libportaudio-doc
libghc6-parsec-dev-3.0.1-d9529
koffice-doc-html-kde4
kgmailnotifier
ftpmirror
freemind-doc
openoffice.org-hyphenation-nn
librasqal2
libparted2
libjunitperf-java
language-pack-es-base
hunspell-sr
doxygen-doc
libclamav6
screen-profiles
libgpod4
wesnoth-sotbe
gnome-tasksel
python2.6-poker-stats
phpgroupware-img
sfcb
mysqmail-pure-ftpd-logger
libroot-ruby
libqscintilla7
libgnustep-gui0.16-dbg
libghc6-uniplate-prof
libconfig-ini-mvp-perl
php4-mcal
hgview
dconf
libclp0
btyacc
mtools
devicekit-power
pmake
bluez
linux-backports-modules-wireless-2.6.32-43-generic
linux-backports-modules-wireless-2.6.32-38-generic
texmacs-common
tex-guy
rygel-1.0-dev
phpreports
opensync-plugin-sunbird
octave-emacsen
partigene
libsfst1-1.2-0-dev
libqdbm-perl
libokular-ruby1.8
libtemplate-provider-encoding-perl
junior-typing
itk3-dev
epix1
dynamite
aewm++-goodies
python-twisted
python2.1
libxmuu1
xlibs-static-dev
installation-guide-sparc
gtk-doc-tools
libcanberra-gtk-module
firefox-locale-mai
xinv3d
xdeview
rrdweather
qutim
msmtp-gnome
libtie-encryptedhash-perl
libstat-lsmode-perl
libpgp-sign-perl
libnet-ssh-ruby
libmatrixssl1.8-doc
liblablgtk2-gnome-ocaml-dev-4ol02
libicns-dev
libglui-dev
libghc6-hashed-storage-dev-0.3.9-1d648
libfcgi-perl
libbg1-doc
koffice-kde4
libghc6-extensible-exceptions-prof-0.1.1.1-95db3
fp-docs
libaio-dev
language-pack-sd-base
keyutils-dbg
git-svn
wzdftpd-back-pgsql
vdr-plugin-svdrpext
tropic-theme
robocode
ratbox-services-pgsql
rcalc
python2.4-gpib
pyddr-music
prayer-accountd
linuxorg-pcal
lincredits
libutempter-dev
libpam-pgsql
liblua5.1-cgi-dev
gpe-soundserver
python2.3
libnet-ping-perl
openoffice.org-hyphenation-om
openoffice.org-hyphenation-nr
atmel-firmware
libsnmp
liblua5.1-dev
konversation-dbg
apturl-kde
libcwidget3
apache2-mpm-prefork
linux-image-2.6.35-31-virtual
wmtemp
synopsis-idl
rolldice
prewikka
newt-tcl
hamlib1
libhk-classes-driver
kannasaver
gnustep-gui-common
polygen
avifile-vorbis-plugin
xulrunner-1.9.1-testsuite-dev
openoffice.org-hyphenation-ns
libxcb-atom0-dev
libdrb-ruby
language-pack-kde-es-base
kate-kde4
pidgin-data
remctl-client
python-mvpa
tacg
libtorrent-ruby1.8
hamlib2
libfilehandle-unget-perl
libcommons-compress-java
gir1.0-gssdp-1.0
python-ggz
python2.5
freepops-doc
libpam-smbpass
hunspell-vi
libnet-telnet-perl
xfonts-cronyx-koi8r
ssystem
php-auth-http
mysqltuner
libpcp-trace2
libnarray-ruby1.8-dbg
libxbean-java
irrlicht-doc
hamlib3
libdist-zilla-perl
libcob1
libbinio-dev
libbakery-2.4-1
gpe-watch
gtk2-engines-nuvola
libghc6-hpc-prof-0.5.0.4-7df34
python2.4-xmpp
python-twisted-runner-dbg
python-qt4-dev
python-psycopg
libatlas-3dnow-dev
libgail-dev
libpam-ck-connector
python2.6
python2.3-pysqlite1.1
libvanessa-logger-dev
libscim8c2a
libmyth-perl
hamlib4
libbibutils-dev
libalogg
goldendict-wordnet
avahi-discover
audacious-plugins
asterisk-prompt-fr-proformatique
springgraph
python2.6-m2crypto
openoffice.org-hyphenation-pl
ndiswrapper-common
libruby
language-pack-kde-sd-base
language-pack-kde-mai
gir1.0-clutter-1.0
libcanberra0
yabause
xpilot-ng-server
xfce4-mixer-oss
rephrase
planner-el
phpldapadmin
midish
libtinymail-camel-1.0-0
libgtkglextmm-x11-dev
libcairo-ocaml
stepbill.app
globus-gram-client-tools
xviewg-dev
openoffice.org-hyphenation-or
xemacs21-support
corosync-dbg
xprintmon
xfonts-cronyx-koi8u
tack
r-doc-html
python-git
qpdf
openafs-doc
nvidia-glx-ia32
chromium-data
postgresql-server-dev-8.4
libaprutil1-dbg
ttf-lao
linux-headers-2.6.32-24-generic
picalib
octave-informationtheory
nautilus-bzr
tkdiff
libsigc++-1.1-dev
libxmltooling-dev
libpkg-guide
libopenvas1-dev
libisoburn-doc
libprefork-perl
libcrypt-gpg-perl
libcommons-net2-java
libbluecloth-ruby
libecm0
dspam-doc
python-cherrypy3
libxcb-record0
emacs23-nox
scsh
python-lzma-dbg
libyahoo2-dev
libxfcegui4-4-dbg
libmime-encwords-perl
kluppe
plasma-widget-xbar
inventor-dev
caspar-doc
xsetpointer
libthread-queue-perl
openoffice.org-spellcheck-fr-fr
libaugeas-dev
kdepim-kresources
yacpi
sineshaper
python-mpmath
nwall
lsb-multimedia-amd64
libxml-easyobj-perl
libqfits-dev
libvirt-ruby1.8
libmimic-dev
libmasonx-request-withapachesession-perl
libgpiv3-common
libformsgl1
libclaw-net-dev
gridlock.app
egroupware-tracker
console-log
libset-scalar-perl
qyoto-dev-tools
python-van.pydeb
libxcb-damage0-dbg
libpam-mkhomedir
libgcrypt7-doc
kalgebra-kde4
radiusd-livingston
hwtest-gtk
libqtscript4-sql
vimhelp-de
trac-accountmanager
bootsplash
python-pysnmp-se
lifelines-reports
lifelines
libxmlada3.2-dbg
libjempbox-java
libglobus-ftp-control-doc
libgl2ps-dev
libdieharder-dev
libtrilinos
libdbix-class-htmlwidget-perl
dict-freedict-eng-cro
agda-mode
libdatrie0-doc
automake1.10
rubberband-cli
python2.5-scikits-openopt
python-albatross-common
libtorrent-rasterbar-dev
python-gnuplot
lookup-el
covered
libccrtp1-1.7-0
aldo
libdevmapper1.02
libxcb-image0
automoc
automake1.11
warzone2100-video
umview-mod-umlwip
r-cran-nnet
python-pocketsphinx-dbg
php5-xdebug
mined
mindi
librvm1
libparsetree-ruby
libpam-dotfile
libopenmpi-dbg
libmoosex-types-set-object-perl
libghc6-zlib-prof
gpsmanshp
gnome-phone-manager
freedink-dfarc
python-openssl-dbg
openoffice.org-hyphenation-pt
libtasn1-2
libssh-dev
libloudmouth1-dev
intltool-debian
imhangul
arora
linux-backports-modules-compat-wireless-2.6.38-2.6.32-41-preempt
linux-backports-modules-compat-wireless-2.6.38-2.6.32-36-preempt
linux-backports-modules-compat-wireless-3.2-2.6.32-45-generic
xtris
rinetd
webmin-wvdial
num-utils
mnogosearch-builtin
rasmol
mairix
libticables2-1
libticables-dev
libproc-simple-perl
libnetfilter-log1-dbg
libsoprano2.0-cil
ncbi-tools-dev
tracker-search-tool
libdata-dumper-simple-perl
libclanapp-1.0
libgetopt-long-descriptive-perl
gltron
glassfish-toplink-essentials
xdelta
sffview
balazarbrothers
libawn1
not+gnu-hurd
openoffice.org-hyphenation-ta
libdebian-installer-extra4
libapache2-mod-python-doc
libtasn1-3
docbook-to-man
vtprint
sdlbasic-dbg
ng-utils
mseide
mutter-common
libmimelib1-dev
liblinbox0
libxmlplaylist-ocaml-dev-19ay3
libghc6-monadcatchio-mtl-doc
libgda4-postgres
libcgi-application-extra-plugin-bundle-perl
libbusiness-onlinepayment-transactioncentral-perl
arc-brave
libticables2-2
python2.3-xapian
libapr1-dev
hunspell-uz
xine-console
python-zope.browser-test
python-hid
python2.6-fuse
pango-graphite-dbg
libqhull-doc
libopensc-openssl
cyrus21-clients
python2.4-gst0.10
openoffice.org-hyphenation-sh
openjdk-6-jre-lib
libsdl1.2debian-alsa
ttf-devanagari-fonts
dhcp3-server-ldap
linux-image-2.6.35-23-generic
uthash-dev
smbind
libsox0
liblttoolbox3
libsort-versions-perl
libewf-dev
gpodder
gir1.0-gudev-1.0
funnelweb-doc
editra
libaddresses0
openoffice.org-hyphenation-si
libmono-addins0.2-cil
libecj-java-gcj
tcl8.4-dev
xvier
whysynth
python2.3-omniorb2-omg
python2.4-gdchart2
python-sclapp
moblin-menus
libsox1
libproc-syncexec-perl
libcomplearn-ruby1.8
adasockets
autopano-sift-c
frameworkd
erlang-webtool
coinor-libcgl0-dbg
qt4-demos
openoffice.org-hyphenation-te
openoffice.org-hyphenation-ro
libiphone0
banshee
wysihtml-el
wmblob
scim-thai
root-proofd
libspatialite-dev
libopencascade-ocaf-dev
liblua5.1-rex-onig-dev
libeurodec1-gfortran
ice-translators
gnuradio-gpio-firmware
libgeoclue0
fp-units-fv
dradio
libmerb-haml-ruby
ccal
boxbackup-server
openoffice.org-hyphenation-sk
librdf0-dev
libicu34-dev
libatomic-ops-dev
editor
wimsd
libxfce4menu-0.1-dbg
libpcapnav0-dev
libclass-xsaccessor-array-perl
zivot
ipwatchd
sword-language-pack-ru
gnat-4.4-doc
firebird2.1-examples
cccc
php5-snmp
openoffice.org2-thesaurus-zh-cn
openoffice.org-hyphenation-tg
openoffice.org-hyphenation-sl
lsb-graphics-amd64
libgsf-gnome-1-dev
libcommons-codec-java-doc
language-pack-mai-base
libgnome2.24-cil
linux-backports-modules-wireless-3.2-lucid-server
wav2cdr
sword-language-pack-tl
singularity-music
python-sesame
plptools-dev
lock-keys-applet
libggi-target-aa
libfplll0
gfire
genpo
libgemanx-core0
fookb-wmaker
libnet-jabber-perl
debnest
libcherokee-mod-mysql
cccd
php5-gd
openoffice.org-hyphenation-th
libfreetype6
linux-backports-modules-wwan-2.6.32-30-generic
linux-backports-modules-wwan-2.6.32-25-generic
linux-backports-modules-compat-wireless-2.6.35-2.6.32-44-generic
linux-backports-modules-compat-wireless-2.6.35-2.6.32-39-generic
firefox-locale-zh-hans
sdop
kmchart
luckybackup
libvde0
libgnomevfs2-ruby1.8-dbg
libhttp-server-simple-perl
klibido
jabber-1.4
libsdl-sge
gtkhash
freevo-data
dict-freedict-swa-eng
came
calcurse
wmdate
python2.3-twisted-words
python2.6-pyorbit
firefox-locale-zh-hant
transset-df
python3.0
python2.4-quixote1
python2.5-openal
xview
ocsinventory-reports
libwps-tools
libsnacc0
libmx-doc
libghc6-dph-base-doc
goldedplus
bisonc++-doc
bibledit
amap
libxp-dev
kdesdk-dev-kde4
inorwegian
svdrpservice-dev
ec2-ami-tools
plasmoid-system-status
libxml++1.0-doc
libjana-doc
libgai-dev
libedac
dpm-mysql
login.app
python2.6-htmlgen
openoffice.org-l10n-3.2
openoffice.org-hyphenation-ru
openoffice.org-dev
libthai-data
libsdbm-ruby
python3.1
libgweather-common
libdmx-dev
libffi-dev
evolution-webcal
linux-backports-modules-compat-wireless-2.6.36-2.6.32-33-preempt
linux-backports-modules-compat-wireless-2.6.36-2.6.32-28-preempt
sanduhr
python3.2
python-event
mozart
lsb-languages-noarch
loadmeter
libxdoclet-java
libstk0-dev
php-kolab-filter
kmformat
libjaula1
invada-studio-plugins-ladspa
libghc6-gconf-dev
libssp0-dev
gapcmon
aterm
python2.6-gtk2
openoffice.org-hyphenation-ug
firefox-branding
shared-mime-info
dcraw
doc-rfc-old-std
m-tx
libglusterfs-dev
libapache2-mod-defensible
libopkele3
kompozer-data
grass64-dev
libudunits2-0
gnibbles
dict-freedict-hin-eng
python-encutils
libexosip2-4
alex
libakonadi-kcal-next4
tftpd
openoffice.org-hyphenation-rw
openoffice.org-hyphenation-sr
libnss3-dev
linux-headers-lbm-2.6.32-30-server
linux-headers-lbm-2.6.32-25-server
linux-backports-modules-compat-wireless-2.6.35-2.6.32-43-server
linux-backports-modules-compat-wireless-2.6.35-2.6.32-38-server
xfonts-bolkhov-koi8u-75dpi
sword-language-pack-sw
sobby
padevchooser
nullidentd
bioconductor
embassy-phylip
libopenvasnasl2-dev
libghc6-glut-doc
libdigest-md2-perl
libccc-0.1-0-dbg
libagg23-dev
python-scapy
ibus-table-array30
kerberos4kth-clients
guile-gnome2-vfs
google-gadgets-common
gnustep-back-doc
gcin-qt3-immodule
pspp
c++-annotations-pdf
apt-rdepends
openoffice.org-hyphenation-tn
openoffice.org-hyphenation-ss
libatlas-doc
libgadu3
iceweasel-torbutton
tiemu
sword-language-pack-vi
plasma-widget-memusage
ocamldsort
libmusic-dev
libmodule-build-cipux-perl
libfilter-eof-perl
lesstif-bin
bsd-ftpd
libmpich1.0gf
libdbm-ruby1.8
xorg-docs-core
xul-ext-thunderbird-locale-af
openoffice.org-hyphenation-ve
openoffice.org-hyphenation-st
x11proto-kb-dev
yorick-yeti-regex
obm-conf
netscript-2.4-upstart
libmatchbox-dev
libextutils-command-perl
libdbm-ruby1.9
openoffice.org-hyphenation-uk
libxft2-dbg
linux-backports-modules-wireless-3.1-lucid-generic
tethereal
spf-milter-python
root-plugin-peac
liby2-dev
libqtscript4-svg
libmodule-info-perl
libfeedtools-ruby1.9.1
speech-tools-dev
itk3-doc
semi
ccbuild
xresprobe
openoffice.org-hyphenation-sv
libtelepathy-farsight0-dbg
language-pack-gnome-hr-base
linux-image-2.6.32-33-preempt
linux-image-2.6.32-28-preempt
yorick-ml4
ttf-levien-museum
ttf-evertype-conakry
python-turbogears2
libqtscript4-opengl
liblablgtksourceview2-ocaml
libjava-gnome-java
libcgroup-dev
libcgi-application-perl
libapron-dev
libghc6-syb-dev-0.1.0.2-3787e
gnomebaker
xfractint
openoffice.org-hyphenation-tr
libxml-libxml-common-perl
libxkbfile1-dbg
javalex
unrar-free
udftools
tads-dev
softflowd
simutrans-makeobj
sawfish-data
tads3-interpreter
maint-guide
libswingworker-java
libctapimkt0
docbook5-xml
dhis-tools-dns
d4x
xul-ext-thunderbird-locale-be
openoffice.org-hyphenation-vi
openoffice.org-hyphenation-ts
hunspell-de-med
kmouth
sketch-doc
perftest
python-openturns
libmaven-clean-plugin-java
kinput2
python-awn-extras
xul-ext-thunderbird-locale-ca
language-pack-gnome-sr-base
language-pack-gnome-rw-base
indicator-renderer
linux-image-2.6.38-14-virtual
linux-headers-2.6.32-24-server
zeitgeist-datahub
scwm
spacechart
riece-lsdb
python-libpcap
pssh
phpgroupware-etemplate
mumble
libxerces-c3-samples
libsyfi0
xmltooling-schemas
libjpf-java
libgpewidget1-dbg
latex-cjk-chinese-arphic-gbsn00lp
libglobus-gridftp-server-control0
fetchyahoo
ezgo-accessories
xfs-xtt
xul-ext-thunderbird-locale-bg
mklibs-copy
linux-image-2.6.32-21-server
transcriber
python-zope.keyreference
libmetadata-extractor-java-doc
liblua5.1-sql-sqlite2
littlewizard
impressive
ppdfilt
bbpager
axiom-databases
nvidia-glx-173-dev
python-qt4-doc
luatex
libxaw8-dev
nautilus-actions
kdeplasma-addons-libs4
libgail-doc
attr-dev
language-pack-kde-nan
language-pack-dv-base
kdegraphics-strigi-plugins
python-image-store-proxy
tiger
linux-backports-modules-compat-wireless-2.6.34-2.6.32-30-preempt
linux-backports-modules-compat-wireless-2.6.34-2.6.32-25-preempt
linux-backports-modules-input-2.6.32-31-server
intlfonts-arabic
ltsp-cluster-control
librxtx-java
libplayerjpeg2
illuminator-dev
libghc6-language-c-prof
libcgi-xml-perl
gnome-wine-icon-theme
libghc6-extensible-exceptions-dev-0.1.1.1-95db3
arpon
libprocessui4
kalarm
ibus-table-extraphrase
uec-component-listener
linux-headers-lbm-2.6.32-30-generic
linux-headers-lbm-2.6.32-25-generic
wrapsrv
vdr-plugin-live
root-plugin-eve
qonk
openmsx-data
zope-zms
lmms-extras
libvxl-dev
libapp-cmd-perl
libapp-cli-perl
openbios-sparc
libversion-perl
libdb-dev
texlive-bibtex-extra
vacation
libaprutil1-dev
mongodb-10gen-unstable
ubuntu-xsplash-artwork
slurm-llnl
linux-image-preempt
libocamlgsl-ocaml
libgtkglarea-cil-dev
harden-remoteaudit
epub-utils
xul-ext-thunderbird-locale-da
libgnomecanvasmm-2.6-dev
libftdi-dev
linux-image-2.6.31-11-rt
zipcmp
xtron
seamonkey-calendar
scim-tables-zh
python2.4-dialog
pike7.6-gdbm
libxmltooling-doc
libschedule-ratelimiter-perl
libmicroba-java
libglib2-ruby1.8-dbg
libghc6-xmonad-dev
libapq-dbg
gigolo-dbg
gadmin-squid
fossology-web-single
cinepaint
cl-webactions
php4-rrdtool
xvkbd
libgmpxx4
libglide3
libbogl-dev
konqueror-plugin-babelfish
intlfonts-chinese-big
xvile
syncropated
toilet-fonts
mboxcheck
libtinymailui-dev
libtest-poe-server-tcp-perl
libtk-objscanner-perl
inventor-doc
fslint
fkiss
cyphesis-cpp-acorn
courier-mlm
bsdcpio
multiarch-binutils
xul-ext-thunderbird-locale-ar
ttf-unfonts
libxcb-damage0-dev
language-pack-kde-dv-base
charmap
postgresql-client
bacula-client
rlfe
pybackpack
libtest-apocalypse-perl
librb-inotify-ruby
libpadre-plugin-xml-perl
libmimic-doc
libjboss-remoting-java
libhk-classes-paradox
libflexdock-java-doc
libcamlimages-ocaml-dev-yn2l0
libxmlada3.2-dev
libace-xtreactor-dev
ttf-konatu
ibus-table-cantonese
hatari
python-gps
git-buildpackage
dict-freedict-eng-cze
coccinelle
app-install-data-edubuntu
xsetmode
openoffice.org-hyphenation-xh
gtk2-engines-murrine
apport-retrace
linux-headers-lbm-2.6.32-46-server
xpdf-cyrillic
libtls0
libbio-das-perl
libpocozip9-dbg
libggadget-gtk-1.0-0
libemail-foldertype-perl
hexxagon
planetpenguin-racer-gimp-dev
dwarfdump
socat
chewmail
approx
xspecs
xul-ext-thunderbird-locale-de
spamass-milter
python-libxslt1
python-gst0.10-dbg
x11proto-randr-dev
movixmaker-2
wesnoth-1.8-low
weechat-curses
pcf2bdf
mimms
libtorrent-rasterbar-doc
libplayercore2
libopenmpi-dev
libcharva1-jni
libtree-simple-visitorfactory-perl
ttf-kanjistrokeorders
php4-mysql
filters-nonfree
camping
mono-common
python-serial
libxine1-plugins
libcommons-discovery-java
e2fsprogs
discover
linux-backports-modules-input-2.6.32-46-generic
stress
snd-smotif
ohcount
lostirc
libstrutilsxx0.7c102
libright-aws-ruby
xcardii
liblwp-online-perl
libcrypto++8-dbg
zeitgeist
libghc6-template-haskell-prof-2.4.0.0-bbc7c
expect5.31-dev
dacco-common
ascii2binary
alac-decoder
python2.6-nevow
pulseaudio-module-jack
openoffice.org-hyphenation-uz
plymouth-theme-ubuntu-logo
libtut-dev
libstdc++6-4.2-dbg
libssh-doc
hello-debhelper
parted
linux-backports-modules-wireless-2.6.32-41-preempt
linux-backports-modules-wireless-2.6.32-36-preempt
linux-backports-modules-alsa-2.6.32-22-server
wx2.5-i18n
r-cran-timedate
python-galago-gtk
nulog
mail-notification-evolution
libparams-coerce-perl
libmono-cecil0.5-cil
libcameleon-ocaml-dev-opdl9
hedgewars-data
gearhead
exaile-plugin-ipod
ptex-base
avrprog
lsb-printing
libwavpack1
pyrex-mode
libsource-highlight-qt4-2
libjavatar-java-doc
libgraphicsmagick++-dev
libcoin60-dev
imagination-common
libnet-rawip-perl
doc-linux-pl-html
cdcd
tuareg-mode
libqt4-opengl
ecryptfs-utils
ptop
monodevelop-query
mcpp-doc
lyskom-server
loop-aes-testsuite
llvm-examples
libplayer1-bin
libparted1.4-i18n
libjana0-dbg
libghc6-xmonad-prof-0.9.1-0eef4
grdesktop
gnustep-icons
beneath-a-steel-sky
amap-align
python2.4-imaging-tk
libcairo0.5.1
libsoup-gnome2.4-1
libsaxon-java
bonnie
xfonts-kaname
obm-core
linux-image-ume
libsocialtext-wikitest-perl
libmyth-python
lapack3-test
libgsm-bin
jalali-calendar
libdvbpsi5
coinor-libcoinutils0
tofrodos
tcl8.4-doc
ocaml-base-3.11.2
libopenipmi-dev
grub-pc
linux-image-2.6.38-11-generic
linux-headers-2.6.32-45-server
linux-image-2.6.32-42-server
linux-image-2.6.32-37-server
r-cran-xml
python2.6-rabbyt
python-lasso
python-bsdiff
plasma-widget-translatoid
minit
libtinymail-camel-dev
hdfview
gmpc-dbg
cddb
openoffice.org-debian-menus
language-pack-csb-base
gtk2.0-binver-2.10.0
tkabber-plugins
rman
r-cran-chron
python2.4-sqlalchemy
mrtg-ping-probe
libxfce4menu-0.1-dev
liburi-todisk-perl
liblog-agent-logger-perl
kimwitu
gambas2-gb-desktop
amideco
beecrypt
konqueror-plugin-imagerotation
shogun-r
root-tail
python2.5-webut
pidgin-lastfm
maildirsync
ocamlduce-base-3.11.2.0
libinotify-ruby1.8
zlib-bin
horgand
gurlchecker
f2c
caps
xastir
acpitool
xul-ext-thunderbird-locale-cs
texlive-generic-recommended
libc3p0-java-doc
docbook-xsl-doc-pdf
linux-backports-modules-compat-wireless-2.6.37-2.6.32-33-server
linux-backports-modules-compat-wireless-2.6.37-2.6.32-28-server
pure-ftpd-postgresql
pubtal
libvtk4-dev
libpcp-pmda3
liblogback-java-doc
libio-async-loop-glib-perl
libcgicc-dev
talk
cdde
bughugger
seaview
apcalc
python-renderpm
netpbm-nonfree
libpanel-applet2-dev
blogilo
science-linguistics
python-stdeb
osso-gwconnect-dev
openmsx-catapult
mythnettv-gui
libopendrim0-dev
libogg-ocaml-nb627
jcodepl
libgdchart-gd2-noxpm-dev
libdata-objectdriver-perl
emu8051
cdck
xserver-xorg-driver-sis
xul-ext-thunderbird-locale-es-ar
python-genshi
python-gtk
openoffice.org-filter-so52
vdpau-driver
libsigc++-2.0-0
linux-headers-2.6.32-22-preempt
libwine-twain
python2.4-fuse
pysycache-buttons-wolf
openscenegraph
msegui
libvdk2
libpostscriptbarcode
libbakery-2.6-1
libapq3.0
xul-ext-thunderbird-locale-el
shar
rasqal-utils
whiptail-utf8
java1-runtime-headless
r-cran-fbasics
xul-ext-pwdhash
libwill-paginate-ruby1.8
libtreil0
libplayer1-dbg
libcore-extended-ocaml-dev
blitz++
libapache2-mod-authz-unixgroup
gbatnav
charmap.app
c++-annotations-latex
openoffice.org-math
libggz-dev
language-pack-kde-nds
libmagickcore2-extra
discover1-data
libterm-size-perl
ccache
scuttle
nfqueue-bindings-perl
moblin-cursor-theme
wncksyncdaemon
libroot-tmva-dev
libghc6-gconf-doc
libdvdnav-dbg
libdkim-dev
kde4-style-bespin
dh-make-php
claws-mail-extra-plugins-dbg
guitar
xul-ext-thunderbird-locale-fi
cdbs
linux-backports-modules-compat-wireless-2.6.37-2.6.32-45-preempt
rdeliver
g77
abrowser-prism
libxml-validator-schema-perl
libndr-standard0
libgo-perl
libghc6-quickcheck-dev-1.2.0.0-fecb3
libbitstring-ocaml-dev-p4q85
gambas2-gb-xml
liburiparser1
dynare-common
dpm-client
dbndns
cmap-adobe-korea1
animals
not+mips
python-lazr-restfulclient
postgresql-contrib-8.4
gstreamer0.10-gnonlin-dbg
python2.3-elementtidy
pysycache-sounds
paris-traceroute
manpages-fr-extra
libequeue-ocaml-dev
libmercator-0.2-4
libdoxia-sitetools-java
nopaste
ingo1
googlizer
gerbv
freefem-examples
openoffice.org-writer
john-data
uim-tcode
soundmodem
libzbarqt0
libxmlunit-java
libsys-gamin-perl
libexplain9-dbg
lam-runtime
kwavecontrol
debarchiver
datakiosk
libpsiconv6
libxml-filter-buffertext-perl
libxft2-dev
libgnomeuimm-2.6-1c2
x-terminal-emulator
wisotool
linux-backports-modules-compat-wireless-3.2-2.6.32-43-preempt
linux-backports-modules-alsa-2.6.32-43-server
linux-backports-modules-alsa-2.6.32-38-server
xblast-tnt-images
shed
decipher
libzinnia-dev
parrot
libmrml1-dev
libcomplearn-gomp-dev
libqt-perl
emacs-snapshot-nox
libmercator-0.2-6
libpawlib-lesstif3-dev
bouml-plugouts-src
armada-backlight
wmcpuload
pyzor
python2.3-adns
libtunepimp3-dev
libboost-program-options-dev
trigger-rally
python2.6-ecasound2.2
libuu-dev
libggadget-gtk-1.0-dev
speech-tools-doc
jocaml-3.11.2.a
libghc6-src-exts-dev
firebird2-super-server
plt-scheme-doc
cracklib2.6
netbook-launcher
yada-doc
wesnoth-1.8-music
vidalia
specto
python2.6-setools
pump
libvtk4c2a
libuim0
libssm0
libghc6-curl-prof
libfusefs-ruby
libhugs-openal
ganglia-webfrontend
xul-ext-thunderbird-locale-he
xul-ext-thunderbird-locale-et
hunspell-dictionary-be-by
libavc1394-dev
cgoban
dolphin
command-not-found
libglib2.0-0
linux-backports-modules-alsa-2.6.32-22-generic
ygraph
wmauda
python-geoclue
libuim1
libsp-gxmlcpp1
libmblock0
liblingua-stem-it-perl
libjdbm-java
libextlib-ocaml-dev-t5854
libhash-asobject-perl
libatlas-cpp-doc
junior-toys
hashcash
gtk2-engines-blueheart
gamera-gui
biff
atftp
xul-ext-thunderbird-locale-eu
python2.4-gtk2
lsb-core-noarch
libxcb-dpms0-dbg
libgail-gnome0
libboost-iostreams1.37-dev
devicekit-disks
libmysqlclient16
scim-bridge-el
libwill-paginate-ruby
libdmtx0
ksociograma
serpento
xul-ext-thunderbird-locale-gl
openoffice.org-hyphenation-zu
libfribidi0
libxinerama-dev
tinker
libuim3
libsynthesis-dev
lib-rxtx-java
libgctp0d
libstring-flogger-perl
libtext-table-perl
libgetargs-long-perl
jpilot-plugins
jigdo
libopenssl-ruby1.9.1
gmt-manpages
libebox
billard-gl-data
libsnack2
xul-ext-thunderbird-locale-fr
libsnmp15-dbg
kdewebdev
user-setup
transfermii-gui
thuban
thin1.8
libghc6-haskelldb-dev-0.12-6e8c7
libesd-java
lesstif-dev
latex-cjk-thai
gdesklets
liblouisxml-bin
coq-doc
chromium-bsu-data
asmix
x11proto-gl-dev
ivtools-bin
xul-ext-thunderbird-locale-id
openoffice.org-mimelnk
kmenuedit
kwrite
libisccc60
libexpat1
zoneminder
python-poker-engine
libuim5
libtorch-dev
libtie-ical-perl
libtest-checkchanges-perl
libtabe-dev
ncbi-data
jchempaint
libcap2-bin
libaldmb0-dev
illuminator-doc
fts-ltsp-ldap
freeipmi-tools
digitemp
xserver-xorg-video-tdfx
network-manager-pptp
audiooss
libxmltok1-dev
libreadline6-dbg
gnome-cards-data
giflib-dbg
linux-backports-modules-wireless-2.6.35-lucid-preempt
linux-backports-modules-compat-wireless-2.6.35-2.6.32-42-preempt
linux-backports-modules-compat-wireless-2.6.35-2.6.32-37-preempt
telepathy-devel-gtk
sunclock-maps
python2.4-speex
python-pisa
nautilus-script-collection-svn
libuim6
libdjbdns-dev
libhash-merge-perl
dctrl2xml
xul-ext-thunderbird-locale-ja
libxcb-xinerama0-dbg
libpgjava
libmono-system-runtime2.0-cil
wswiss
language-pack-gnome-ka-base
language-pack-gnome-gu-base
courier-mta
djvu-viewer
blt-common
ttf-xfree86-nonfree-syriac
python-vm-builder-ec2
python2.3-clientform
osgcal
libsqueeze-dev
itcl3.0
hdf5-tools
enigmail-locale-pt-br
libswt-gtk-3.4-java
barnowl
altree
mkcue
pptp-linux
libgnomecanvasmm-2.6-doc
libglu1-xorg-dev
kde-i18n-zhcn
gcc-4.1
ant1.8-optional
wx-doc
sshmenu-gnome
python-stats
python2.5-pocketsphinx-dbg
obexpushd
moblin-panel-applications
libtree-dagnode-perl
libplplot-dev
libnet-imap-perl
sun-java6-doc
libjs-yui2
libghc6-xmonad-doc
jailtool
gcc-4.2
bjam
libengine-pkcs11-openssl
shorewall-shell
libcman-dev
libavcodec51
linux-backports-modules-compat-wireless-3.1-2.6.32-41-server
vdr-plugin-dvd
python2.6-scrapy
multiget
libusb-ruby1.9.1
libglobus-openssl-module-dev
libglobus-gram-client-dev
libgalago1
libcgi-application-server-perl
libbarry-dev
kildclient
gcc-4.3
egroupware-addressbook
fingerd
sylpheed-claws-gtk2-vcalendar-plugin
bristol
libbarry0
audex
pootle
nagios-nrpe-server
mono-2.0-devel
libcairo0.6.0
language-pack-gnome-tk-base
language-pack-gnome-ru-base
libavcodec52
python2.6-xpyb
python-tg.devtools
opensync-plugin-barry
med-psychology
libresample-dev
libpqxx-2.6.9ldbl
libmath++0c2
libpawlib2-gfortran
libgalago2
libcrypt-x509-perl
libclass-dbi-mysql-perl
smlnj
libbio2jack0
guvcview
dictionary-el
dict-freedict-eng-fra
cacti-spine
auth2db-common
tdb-tools
python-gst0.10-dev
libgtkhtml-editor-common
lib32gfortran3-dbg
gcc-4.4
pysol-cardsets
postgresql-8.3-plruby
opensync-plugin-opie
sofa-tutorials
libmp3info-ruby1.8
libmlpcap-ocaml-dev
libgcgi-dev
keyjnote
libset-intspan-perl
libgalago3
courier-pcp
xul-ext-thunderbird-locale-ka
openoffice.org-hyphenation-zh-cn
m17n-docs
language-pack-eo-base
language-pack-cy-base
poppler-data
alsa
libxen2.0-dev
mrpt-doc
libsamplerate-ocaml-dev
mythtv-common
libghc6-glib-prof
libdeprecated-ruby1.8
itools
libtime-local-perl
libglobus-gram-client3
libglobus-gass-transfer2
ghextris
ggz-game-servers
espeakup
ebview
xul-ext-thunderbird-locale-es-es
python-openssl-doc
libcurses-ruby1.8
nparted
metacity-common
libcurl4-openssl-dev
libcurl3-dbg
wfinnish
linux-headers-3.0.0-14-virtual
transmageddon
clustlaw
plasma-widget-wifi
music123
libwulf2
libtranslate-bin
libtaoframework-freetype-cil-dev
libjson-rpc-perl
libdspam7
xul-ext-webfav
libprocesscore4
docbook2man
avahi-utils
release-upgrader-libapt-pkg-dev
science-robotics
packit
mcabber
libqcad0
plib1.8.4-dev
libnss-pgsql1
libcgi-session-expiresessions-perl
gupnp-tools
libghc6-unix-dev
libopenctl0
mysql-server-core
monodoc-gecko-manual
libdb3-dev
plasma-dataengines-addons
yaz-runtime
xcwcp
r-cran-funitroots
libstk0
libcoin60-doc
kinoplus
ppthtml
haskell-hsql-postgresql-doc
ggz-txt-client
libnss-pgsql2
me-tv
libkakasi-ruby1.8
sim4
thunderbird-locale-es-ar
openoffice.org-gcj
libkexiv2-8-dev
cupsys-common
khelpcenter4
wesnoth-1.8-core
sword-text-sparv
scim-prime
routeplanner-gnome
swatch
nunit
sofa-apps
treebuilder3d
libshhopt1-dev
gambas2-gb-pcre
blobby
squirrelmail
libahven1-dev
xul-ext-thunderbird-locale-hu
openoffice.org-style-industrial
language-pack-kde-eo-base
language-pack-kde-cy-base
gstreamer0.10-plugins-good
apache2-utils
linux-backports-modules-wwan-2.6.32-33-server
linux-backports-modules-wwan-2.6.32-28-server
linux-backports-modules-wireless-2.6.32-32-server
linux-backports-modules-wireless-2.6.32-27-server
yaz-ssl
sqwebmail-de
libudunits-dev
gmpc-dev
electric
dropbear
ddclient
aeskeyfind
libmdbtools
libido-0.1-dev
libapache2-mod-macro
eucalyptus-cloud
sofa-data
pyxplot
python2.6-moovida
pacman
libzeroc-ice33-dbg
libpoe-component-server-http-perl
libnel-dbg
dialign-t-doc
scigraphica-common
konqueror-plugin-validators
hashalot
apport-qt
wmbinclock
php5-ps
nuauth
mythtvfs
libxml-simpleobject-enhanced-perl
libgtk2-notify-perl
libdbus-ocaml-lu3g3
libcommons-jci-janino-java
libcf-ocaml-dev
kdeartwork-emoticons-kde4
glassfish-javaee
x11-session-utils
xul-ext-thunderbird-locale-is
mesag-dev
libavahi-compat-libdnssd-dev
kdegames
wpg2odg
tryton-modules-company
rcs-blame
python-zope.dublincore
phpgroupware-admin
mni-n3
libtracker-gtk0
libvecmath-java
libgfcui-2.0-0c2-dbg
libxfcegui4-dev
kugar
xul-ext-thunderbird-locale-it
m17n-db
libimlib2-dev
ksame-kde4
toshset
linux-headers-lbm-2.6.32-23-preempt
linux-headers-2.6.32-45-generic
libzipios++0
libpolyorb1-dev
libmeep1
libcgicc-doc
ircd-dalnet
markdown
dvifb
cpushare
coco-java
xcalendar-i18n
pulseaudio-module-raop-dbg
libpanel-applet2-doc
libfam0
yorick-data
iceweasel-downloadstatusbar
asterisk-app-dtmftotext
libnewmat10
libmeep2
libghc6-hlist-prof
libcoin40-dev
libchise1
libcf-ocaml-w84f5
gstreamer0.10-fluendo-mpegdemux
citadel-common
libguile-ltdl-1
libpango-perl
libgcj10
pybootchartgui
python2.6-mailutils
python-inotifyx
pokerth-server
xgridfit
libplayerdrivers2
libpcp-gui1-dev
libomnithread3-dev
libghc6-hunit-dev-1.2.2.1-2f902
libghc6-fgl-prof
mmm-mode
libcgi-applications-plugins-perl
libpam-foreground
libghc6-dph-prim-par-prof
libvarconf-1.0-6
awn-applets-python-core
x-window-system-core
python2.6-qt4-dbus
libsamplerate-dev
libfont-ttf-perl
sumika
soundstretch
socnetv
scilab-doc-fr
slicer
librestclient-ruby1.8
libdvdnav-dev
libtk-dirselect-perl
libconfig-inetd-perl
libcolor-tools-ruby-doc
libidzebra-2.0-0
libfile-mmagic-perl
zsh-static
libdime
asmon
mklibs
libxcb-reply1
libgsm-dev
libgnome-media-dev
cpu-checker
abrowser-mozgest
python-mvpa-lib
lxrandr
ssreflect
libccss-1-5
libalien-wxwidgets-perl
hoz-gui
fityk
ffado-dbus-server
festvox-ru
xul-ext-thunderbird-locale-ko
language-pack-kde-pap
xserver-xorg-driver-glint
png-definitive-guide
pioneers-data
libpt-plugins-oss
libopenscap-dev
libmeep6
shishi
libdatetime-timezone-perl
haskell-regex-compat-doc
geekast
coinor-libflopc++0
nypatchy
bobot++
batctl-dbg
artha
open-iscsi-utils
obexftp
texlive-latex-recommended
zlib-dev
virtualbox-ose-guest-dkms
python2.6-zope.security
python-ldb
python-policyd-spf
liborigin2-dev
libdatetime-format-mysql-perl
leds-alix-source
iroffer
libstring-approx-perl
libelfsh0
kde-l10n-ptbr
dvdauthor
bluez-network
linux-backports-modules-input-2.6.32-44-preempt
linux-backports-modules-input-2.6.32-39-preempt
tunapie
trac-graphviz
libnc-dap-dev
phpgroupware-messenger
octave-irsa
libswish-api-common-perl
lam-dev
jsmath-fonts
libjgraph-java
grub-splashimages
gpstrans
extremetuxracer-gimp-dev
dict-freedict-eng-hin
bygfoot
cli-virtual-machine
libsdl0.11-dev
libkrb53
libgle3-dev
glutg3
libwnck-dev
libapache2-mod-auth-mysql
libglitz-glx1
eucalyptus-walrus
anki
wmtime
varnish
ttyrec
tart
rdoc1.9.1
openafs-modules1
python-kid
libzinnia-doc
libopenusb-dev
liblinphone3
libiptcdata0-dbg
libgivaro-dev
libdevice-cdio-perl
libdelimmatch-perl
hercules
libghc6-syb-prof-0.1.0.2-3787e
fortunes-es-off
e2undel
dict-easton
ubiquity-slideshow
libboost-test-dev
bluez-serial
linux-backports-modules-compat-wireless-2.6.39-2.6.32-44-server
linux-backports-modules-compat-wireless-2.6.39-2.6.32-39-server
osmo-dbg
openthreads-doc
openafs-modules2
linux-image-xen
libswarmcache-java
libghc6-src-exts-doc
libcommons-validator-java-doc
libhugs-opengl
dacco-eng-users
sip4
python2.4-pexpect
xpdf-utils
c-sharp-3.0-compiler
povray-3.5
libaspell-dev
kubrick-kde4
apparmor-docs
user-he
sword-text-frelsg
python-wordaxe
python-reportlab-accel-dbg
pdfshuffler
namazu2-doc
voms0
libroot-mathmore5.18
libosptk3-dbg
libomhacks-dev
libnecpp-dev
libjboss-common-java
libcgi-application-plugin-config-simple-perl
libasis-3.15p-1-dev
guile-gnome2-gnome-ui
gri-ps-doc
festlex-cmu
python-dicoclient
liblttoolbox3-3.1-0
alienblaster-data
php-mail-mime
ppp-udeb
libxcb-dpms0-dev
iodbc
libgif-dev
wondershaper
python-preludedb
ocaml-source-3.11.2
ndoutils
medintux
plink
macopix-gtk2
liblua5.1-lpeg-dev
libhd16-dev
libfusd1
ipod-convenience
xmltv-util
libcflow-perl
aubio-tools
libmdbodbc
libeet1
libboost-wave-dev
kalzium-kde4
build-common
libxfontp1
libphidgets-dev
libmedimportcxx-dev
libghc6-agda-dev-2.2.6-1afb8
isomaster
egoboo
boinc
python2.6-elementtree
python-z3c.recipe.sphinxdoc
libsnmp15-dev
jigit
compizconfig-backend-gconf
amor
sfst
lsh-utils-doc
padre-plugin-api-0
libnet-oauth-perl
libio-digest-perl
libace-tkreactor-dev
kdesu
keylaunch
gnuchess-book
plotutils
blinken-kde4
gnome-nettool
linux-backports-modules-wwan-2.6.32-46-generic
tao-rtevent
texmaker
pyca
padre-plugin-api-1
python-ipy
libtao-qtresource-dev
libgii1-dev
lesstif-doc
libglobus-nexus6
dar-docs
xul-ext-thunderbird-locale-lt
sftp
libreadline6-dev
git-email
systemtap-client
openbve-data
nted-doc
mrxvt-cjk
monodevelop-database
magicmaze
libpam-cgroup
libmad-ocaml
libjhdf4-java
gpsman
gnome-human-icon-theme
fwbuilder-cisco
chuck
bicyclerepair
libfile-slurp-perl
libdesktop-agnostic0
libaudio-flac-header-perl
gambas2-runtime
thunderbird-locale-es-es
libxcb-xinerama0-dev
liblaunchpad-integration1-cil
kpartx
zfs-fuse
xfce4-power-manager-plugins
wesnoth-utbs
python-repoze.who-plugins
python-zope.security
python-dogtail
openafs-ptutil
logtools
libp2kmoto-dev
librsbac1
libhttp-daemon-ssl-perl
user-ja
freeciv-data
erlang-debugger
tasque
xul-ext-thunderbird-locale-nl
python2.6-jabber
libkdcraw8-dev
libapache2-reload-perl
libsolidcontrol4
libc6-i386
kdesudo
shogun-octave-modular
libegad
robot-player-dev
python-parallel
python-lfc
netspeed
msegui-tools
libtime-stopwatch-perl
libnanoxml2-java-doc
libmemcached-dbg
liblinphone-dev
libkhtml2.0-cil
libaws-bin
kalcul
jruby1.1
slang-expat
libghc6-regex-compat-dev
coinor-libflopc++-dev
librlog5
wmitime
python2.6-psycopg2
libtag1-rusxmms
libfuse2
xpuzzles
squidguard
sepolgen
python2-numeric-tutorial
python-mpmath-doc
magicor-data
libsoci-sqlite3-gcc
libnet-ssh2-ruby1.9.1
libkvutils-dev
baycomusb
python2.2-gtk2
libmysqlclient10-dev
kbluetooth
liblqr-1-0
bind
linux-image-2.6.32-42-generic-pae
linux-image-2.6.32-37-generic-pae
rpm2html
libgmpada1
libglobus-openssl-module-doc
libglobus-gram-client-doc
libglobus-ftp-client-dev
libdirac-dev
kdetv
gobjc-4.3-multilib
csound-gui
aqualung
dvi2tty
openclipart-openoffice.org
librrds-perl
libavfilter-extra-0
xfce4-weather-plugin
wiggle
scantv
lxdoom
perdition-odbc
libpion-net-dbg
libisajet758-3-gfortran
libhdf4-alt-dev
libcommons-jci-eclipse-java
libccfits0
libbz2-ruby1.8
bglibs-dev
lib3ds-1-3
gupnp-vala
quick-reference-de
pydb
couriergraph
texlive-font-utils
ttf-sil-scheherazade
freetds-common
cups-ppdc
c-compiler
linux-image-2.6.38-16-server
libpoe-component-client-http-perl
snappea-dev
rootstock
python2.6-rtfcomp
phpgroupware-skel
libxmpp4r-ruby-doc
libtheora-bin
librep-dbg
libnet-oping-perl
liblouisxml-dev
policykit
python-html5lib
gpe-appmgr
bing
ivtools-dev
transmission-common
libid3-3.8.3c2a
libcurl3-dev
libccolamd2.7.1
atlas2-headers
abook
language-support-fonts-am
rlpr
ebook-tools-dbg
linux-backports-modules-compat-wireless-2.6.34-2.6.32-42-server
linux-backports-modules-compat-wireless-2.6.34-2.6.32-37-server
rhinote
libxapool-java
libsegment-java
libauthen-simple-ldap-perl
ifcico
openmoko-panel-plugin
linux-image-2.4
starttls
edos-rpmcheck
cacti-cactid
apt-transport-debtorrent
libstdc++6-4.2-doc
libnautilus2-2
libcap2-dev
gnome-user-guide-be
gnome-codec-install
libgtksourceview2.0-dev
libmime-base64-perl
linux-image-2.6.32-30-virtual
linux-image-2.6.32-25-virtual
python-turbomail
libgff-perl
libsoqt4-dev
libminc-dev
libjlibeps-java-doc
libhtml-mason-perl-doc
libsamba-util-dev
filler
envstore
coq-libs
c2html
apbs
python2.5-scgi
python2.4-librdf
libusb-1.0-0-dev
libopenssl-ruby
lib32ffi5
gnome-user-guide-ca
pydf
sdcc-libraries
mythnettv
libsqlrelay-ruby
libmcpp0
libdb1-compat
libpstoedit-dev
gridlock
graphicsmagick-dbg
gir1.0-gstriff-0.10
libghc6-unix-doc
fslview-doc
python-pivy
gnome-icon-theme-gartoon
linux-image-2.6
gnome-user-guide-bg
ecosconfig-imx
wmbubble
tcng
sqlite3-pcre
cp2k
qt-sdk
museeq-locales
python-psutil
libsamba-hostconfig-dev
ushare
libres-ocaml-dev-1ife8
libaws-dbg
gnustep-base-common
daemontools-doc
cstools-vn
ntp-refclock
fsck-backend
ocfs2console
mono-csharp-shell
librpcsecgss-dev
libgssapi2
libglibmm-2.4-1c2a
doxygen-gui
dict-server
r-base-latex
pxfw
patman
lsb-pkgchk3
libmerb-core-ruby1.8
libidzebra-2.0
libfplll-dev
libfileutils-ocaml-dev-6m6f8
libdesktop-agnostic-cfg-gconf
itrans
chaosreader
xul-ext-thunderbird-locale-pl
lsb-languages
sgmls-doc
pavucontrol
icu-locales
libcanberra-gtk-module-dbg
language-support-fonts-ar
language-pack-gnome-ti-base
libgssrpc4
kollision-kde4
swac-explore
python-pysearch
mumble-server
libzeroc-ice33-dev
libnel-dev
inetutils-talk
fuseext2
fso-misc-vapi
foobillard
pppconfig
ssh-socks
libopagent1
libboost-thread1.39-dev
ttf-takao-gothic
language-support-fonts-bn
language-support-fonts-as
linux-backports-modules-compat-wireless-2.6.34-2.6.32-46-preempt
xfonts-efont-unicode-ib
xsmc-calc
python-qt3-gl
python-buffy
monodevelop-python
libsyncml2
libsylph-dev
libspreadsheet-xlsx-perl
libgtk-mozembed-ruby1.8
libcunit1-dev
gnotime
emdebian-rootfs
lastfmsubmitd
dasher
hwinfo
amsn
libxml2-headers
libp11-1
libmono-addins-gui-cil-dev
language-support-fonts-bo
ktorrent-dbg
gnome-user-guide-da
libdlm3
apt-utils
linux-headers-lbm-2.6.32-46-generic
xine-plugin
tryton-modules-calendar-scheduling
r-cran-zoo
python-milter
pennmush-common
libtolua-dev
libmpich-mpd1.0-noslog
libhugs-haskell98
libimage-size-ruby1.8
dact
autofs-ldap
python2.4-pyopenssl
libtheora-dbg
ttf-khmeros
liblzma1
kdeaccessibility
xmms2-client-medialib-updater
xfce4-taskmanager
terminator
python-pychart-doc
prism-google-mail
phpgroupware-chat
maemo-af-desktop-l10n-english
libxosd0
libtranslate-dev
liboggplay1-dbg
libnet-trac-perl
libnet-jifty-perl
libitext1-java
libcommons-math-java
libeid0
libjlha-java
harpia
cvs-mailcommit
horde3
bioperl
libytnef0-dev
libwpg-dev
libdbusmenu-gtk-dev
kdegames-mahjongg-data-kde4
gnome-user-guide-ar
datefudge
librsvg2-bin
java2-runtime
xpilot-ng-client-sdl
tpconfig
r-other-gking-zelig
pwman3
libsdl-console-dev
librubberband-dev
libopencore-amrwb0-dbg
libextutils-f77-perl
keyboards-rg
libtritonus-java
inews
imediff2
libhd16
dibbler-relay
daptup
libsqlite3-ruby1.8
apel
window-picker-applet
openoffice.org2-thesaurus-zh-tw
libcluceneindex-dev
language-pack-or-base
gnome-user-guide-bn
libdbd-msql-perl
pngcheck
pconsole
tclx
libunshield
libobparser15
libglobus-duroc-common-dev
libevocosm3c2
libapache2-mod-security2
iwidgets4-doc
libcoin40-doc
libghc6-old-time-dev
gcu-plugin
kdict
cronolog
libmath-random-perl
libxosd2
tzdata-squeeze
tcpd
libhsqldb-java-doc
kdenetwork-kde4
rocs
k3b-data
gnome-user-guide-de
libqtscript4-xml
sipwitch-plugin-subscriber
unionfs-modules
python-sugar-0.84
mueller7accent-dict
nictools-pci
rbs-finder
kempbasu
libobparser16
libobparser21
libgtkdatabox-dev
libgnujmi-java
mesag3-widgets
libclutter-gst-doc
libapogee-dev
gnuradio-radar-mono-firmware
libglobus-authz0
etrace
libhtml-clean-perl
bins
aosd-cat
mesa-common-dev
libdb4.7++-dev
xfonts-jmk
twitux
gnome-lokkit
python2.4-adodb
libmail-rfc822-address-perl
isdnvbox
python-mmkeys
tcpdump
tcldoc
gtkhtml3.14
libavalon-framework-java-doc
language-support-fonts-fa
kde-style-qtcurve
tetradraw
python-zc.buildout
python-sugar-0.86
libview-dev
libdatetime-format-w3cdtf-perl
ledcontrol
mailtextbody
adept
global-assembly-cache-tool
pango1.0-modver-1.6.0
mesag3+ggi
liblinc1
gtk2-engines-clearlooks
gstreamer0.10-gnonlin-doc
gnome-user-guide-bs
tryton-modules-stock-forecast
silc
python-kml
mono-complete
libsystemu-ruby-doc
libcamlimages-ocaml
libfox-1.6-0
kfax-kde4
ezstream
vim-ruby
python2.3-clientcookie
po-pod
libident-dev
language-pack-kde-or-base
libgamin0
c++abi2-dev
linux-image-3.0.0-30-virtual
linux-image-3.0.0-25-virtual
z8530-utils
lukemftp
python-sugar-0.88
libsigc++0c2
libplexus-utils-java-doc
libosgcal0
libmutter-dev
libhtml-wikiconverter-dialect
konqueror-plugin-gnash
xul-ext-webdeveloper
embassy-domalign
blam
mtr-tiny
gsl-doc-pdf
libcupsys2-dev
libatk1.0-dbg
language-support-writing-nso
linux-image-2.6.32-22-generic
firefox-locale-nso
python2.6-dulwich
propaganda-debian
linux-image-mckinley
libxmlrpc3-common-java
libvanessa-socket-pipe
libiptcdata0-dev
libi2c-dev
libghc6-uulib-dev
firebird2.1-common-doc
bird
xul-ext-thunderbird-locale-si
libsnmp-base
librsvg2-dbg
gnome-user-guide-fa
linux-headers-server
linux-backports-modules-compat-wireless-3.0.0-2.6.32-43-server
linux-backports-modules-compat-wireless-3.0.0-2.6.32-38-server
ukolovnik
python-zope.i18n-zcml
python2.6-kerberos
libsdl-ttf1.2-dev
libopenusb-doc
minidjvu
libthunar-vfs-1-2
libcoin20-dev
sparkline-php
glhack
pingus
dns2tcp
quick-reference-es
barrybackup-gui-dbg
aircrack-ng
xul-ext-thunderbird-locale-ro
linuxprinting.org-ppds-extra
libcommons-collections-java
ifenslave-2.4
lib32gcc1
fontforge-extras
aoetools
python-zodb-test
pyscrabble-server
libtemplate-plugin-yaml-perl
libpt2.6.3-plugins-oss
libpcscada1-dev
libosptk3-dev
pstotext
lpr-ppd
wdiff-doc
xul-ext-thunderbird-locale-sk
libsasl2-krb4-mit
libqt4-xmlpatterns
dbus-qt-1c2
language-support-fonts-el
bash-static
cryptsetup
squirrelmail-secure-login
pyaimt
www-browse
pixelmed
smpeg
libroot-tmva
libmono-profiler
libmmpong0.9-dev
libfvm-dev
libarmadillo0
cgdb
syslog-summary
libpcrecpp0
libgimp2.0-dev
libgda-4.0-bin
ifenslave-2.6
gnome-user-guide-cs
libqt4-sql-sqlite
yagtd
xfce4-cellmodem-plugin
urjtag
splint-data
python2.6-poppler-dbg
python-bibtex
network-config
libmemcache-client-ruby
liblogger-syslog-perl
libhd16-doc
libbreakpoint-ruby
fprint-demo
febootstrap
dict-devil
connect-proxy
cdpr
python-webkit-dev
python2.6-tickcount
libevas-svn-05-engine-software-generic
libchewing1-dev
spl-mysql
shotwell
octave
libxsettings-client0-dbg
libtre4
libgd-gd2-xpm-perl
libapache-authznetldap-perl
esekeyd
libapache2-mod-auth-pam
quick-reference-fr
language-selector
language-pack-kde-nso
fontforge
openjade
libnss-mdns
libfile-temp-perl
smistrip
python-pygooglechart
mga-vid-source
libvia0
libswf-perl
libpam-thinkfinger
libhtml-wikiconverter-tikiwiki-perl
libhk-classes-sqlite3
latex-cjk
kwin-style-skulpture
duplicity
libtre5
chameleon-cursor-theme
libgnomemm2.0-dev
xdriinfo
libedata-book1.2-dev
gnome-user-guide-el
linux-backports-modules-wireless-3.3-lucid-preempt
snort-common
r-xml
python2.4-tcpwrap
python-pysqlite1.1-dbg
python-mdp
openser-ldap-modules
openafs-fileserver
lxde-settings-daemon
libmysql-ruby
libexplain-dev
libsmokeakonadi3
gok-doc
fortunes-es-pic
coco-cpp
pawserv
bashdb
libmp3-info-perl
abuse-lib
xul-ext-thunderbird-locale-ru
libwnck-1
libnova-0.12-2
icu-doc
linux-headers-2.6.32-43-preempt
linux-headers-2.6.32-38-preempt
simh
mytop
libvisca0
libnet-opensrs-perl
libisorelax-java
spell-ga
gsm0710muxd
quick-reference-ja
python-epsilon
autopsy
vim-tiny
xul-ext-thunderbird-locale-sq
libapr1.0
konqueror-plugin-uachanger
gnome-user-guide-fi
gnome-user-guide-en
libelfg0
kernel-patch-lkcd
linux-backports-modules-compat-wireless-2.6.36-2.6.32-32-server
linux-backports-modules-compat-wireless-2.6.36-2.6.32-27-server
intlfonts-asian
rofs
pixelize
msn-pecan
ming-fonts-dejavu
pcmanfm
libio-async-loop-epoll-perl
libmemcached-dev
txt2pdbdoc
jifty
jacksum
maemo-af-desktop-l10n-mr0
textedit.app
libnet-netmask-perl
biococoa.app
xul-ext-thunderbird-locale-sr
libhangul-dev
ktouch
gnome-user-guide-eo
blt4.2-dev
aptitude-dbg
libmina-java
yate-dev
timeoutd
space-orbit-common
smartdoc-elisp
scim-dev-doc
robot-player-doc
r-cran-fextremes
python-zope.browser
olsrd-plugins
libidna-punycode-perl
libghc6-regex-compat-doc
libfiu-dev
libcluster-glue-dev
libbatteries-ocaml-dev
maemo-af-desktop-l10n-mr1
libghc6-ghc-prim-dev
libcrypt-rijndael-perl
coinor-libflopc++-doc
chillispot
texlive-latex-recommended-doc
libpkcs11-helper-dev
libosmesa-dev
libgdu-dev
language-support-fonts-he
language-pack-kde-nan-base
virtuoso-vad-isparql
sigscheme
quicktime-x11utils
python2.6-ethos
mnemosyne-blog
libxmlbeans-java
libvanessa-logger-sample
paragui-themes
libghc6-editline-dev-0.2.1.0-56e43
libfile-counterfile-perl
libapron-ocaml-kvwg0
htdig
gvrng
grepcidr
gebabbel
docbook2odf
proofgeneral-coq
celt
barrage
libboost-graph1.35-dev
language-support-fonts-dz
libboost-graph1.40-dev
gnome-user-guide-dv
apache2
thunar-archive-plugin
python-pycryptopp
python-impacket
psignifit
med-bio-dev
libpion-net-dev
libmxml-dev
libjgoodies-uiflite-java
libhdf5-openmpi-1.8.4
libglobus-ftp-client-doc
libdirac-doc
galaxd
freedroidrpg
courier-pop
coq-8.2.pl1+3.11.2
xul-ext-thunderbird-locale-uk
python-gmenu-dbg
libxerces2-java-doc
libglitz-dev
libclass-inspector-perl
libdirectfb-1.2-0
friendly-recovery
linux-image-3.0.0-32-server
linux-image-3.0.0-27-server
vdr-plugin-epgsync
libwiki-toolkit-perl
librep-dev
libotf-bin
libghc6-regex-compat-prof-0.92-1cd69
bglibs-doc
libxml-sablot-perl
libtext-wikiformat-perl
igstk-examples
dpsyco-sudo
tcsh
xaw3dg-dev
libatlas-sse2-dev
libevas-svn-05-engine-buffer
gnome-user-guide-es
couchdb-bin
linux-image-3.0.0-22-generic
linux-image-3.0.0-17-generic
linux-headers-2.6.32-349-ec2
linux-backports-modules-wireless-2.6.32-30-generic
linux-backports-modules-wireless-2.6.32-25-generic
vnc-server
stalin
sortmail
libzeroc-ice-java
libreplaygain-dev
libtext-pdf-perl
libterm-encoding-perl
libvorbisspi-java
ichthux-emoticons
dvilx
contacts
coco-doc
asterisk-chan-capi
xul-ext-thunderbird-locale-tr
update-manager
python2.4-simplejson
python-pyicu-dbg
language-support-fonts-hi
indicator-sound
gnome-user-guide-he
gnome-user-guide-et
cvs-doc
linux-backports-modules-compat-wireless-2.6.39-2.6.32-42-generic
linux-backports-modules-compat-wireless-2.6.39-2.6.32-37-generic
sysprofile
pyqt-tools
libsfst1
libiulib-dev
libpxp-ocaml-dev
libutahglx-dev
libghc6-array-prof-0.3.0.0-ed0c6
freealchemist
xserver-xorg-input-2
ttf-lyx
xul-ext-thunderbird-locale-vi
python-protobuf
python2.6-minimal
myspell-tools
unixodbc
libgtksourceview2.0-doc
libgoocanvas-dev
gnome-user-guide-eu
erlang-runtime-tools
tryton-modules-account-invoice-history
sword-comm-tdavid
regina3-dev
mlterm-im-scim
libgl2ps0-dbg
libdata-validate-domain-perl
libgstreamer-perl
gif2png
dico-module-python
sylpheed-claws-gtk2-fetchinfo-plugin
cheesetracker
ccze
backintime-common
libhtml-tree-perl
libhsqldb-java-gcj
language-support-fonts-ja
hunspell-tools
gnome-user-guide-gl
librsvg2-common
linux-backports-modules-alsa-2.6.32-43-generic
linux-backports-modules-alsa-2.6.32-38-generic
tilda
spl-curl
python-twitter
libtitanium-perl
libbunny-ruby
libaws-dev
iripdb
egroupware-wiki
avifile-player
xserver-xorg-input-4
scribus-doc
gnome-user-guide-fr
baekmuk-ttf
rvm-dbg
proxytrack
trace2dbest
mirbase
maven2-binary
mailutils-guile
libsvm2
libmpdclient2-dbg
libdvbpsi4-dev
egroupware-felamimail
libdata-page-perl
dnscache-run
cvschangelogbuilder
cl-sql-uffi
libcairo0.5.1-dev
procmail
gnome-user-guide-id
synce-trayicon
qucs
libjlatexmath-java
libforms-bin
libajax5-dev
gforge-dns
gij-4.3
language-support-fonts-ii
language-pack-kde-shs-base
webgen0.4-doc
tryton-modules-ldap-authentication
pyke
python-medusa-doc
potamus
mffm-timecode-dev
libtk-gbarr-perl
libpam-rsbac
libghc6-hgl-prof-3.2.0.2-861d8
gnome-icon-theme-gperfection2
gnome-brave-icon-theme
libghc6-random-prof
gambas2-gb-xml-xslt
libg15render1
enigmail-locale-pt-pt
dcbd
xserver-xorg-driver-fbdev
xserver-xorg-input-7
libmail-spamassassin-perl
libswscale-dev
libsdl1.2-all
libmsn-dev
kdeaccessibility-kde4
gnome-user-guide-ja
cogito
ghostscript-doc
gij-4.4
update-manager-core
xorriso
xmpuzzles
snmptt
r-recommended
perdition
ninvaders
lilypond-data
libnet-ldapapi-perl
libmokoui2-vala
libcunit1-doc
gwrite
gfceux
gambas2-gb-compress-bzlib2
bist
backintime-gnome
libtheora-dev
language-support-fonts-gu
libqt4-dbg
insserv
gnome-user-guide-ig
evolution-data-server-dbg
ssh-import
linux-backports-modules-wwan-2.6.32-44-preempt
linux-backports-modules-wwan-2.6.32-39-preempt
snd-nox
proofgeneral-doc
pmidi-0.9
pidgin-mpris
pdfposter
libpoppler-glib-ruby
libpoe-component-server-soap-perl
liboggplay1-dev
heimdal-libs
libxbae4
gadmin-openvpn-server
quick-reference-it
cstocs
php5-imagick
libsvn1
zookeeperd
why-examples
openvas-server-dev
libqtscript2.2-cil
libogre6-dbg
libhugs-network-bundled
libarray-diff-perl
itcl-dev
ffado-mixer-qt4
tdom
showfont
python-egenix-mxtools-dbg
phonon-dbg
hunspell-dictionary-hi-in
openoffice.org2-core
libwpg-doc
libdatrie0
libgnome-pilot2-dev
libfs-dev
language-pack-gnome-ig-base
libnepomukquery4
mkcramfs
instant
python2.6-biopython
pioneers-console
pdebuild
mumble-server-web
mesquite
libtango-headers
libfreefem
dpkg-ruby
kedit
libdatrie1
pm-utils-powersave-policy
radare-doc
python2.5-carquinyol-0.84
pysycache-buttons-beerabbit
mrpt-libs
sidplay-base
libglobus-scheduler-event-generator-dev
libggi-target
libghc6-old-time-doc
gbemol
freeciv-sound
checkmp3
libpacklib1-dev
thunderbird-thunderbird-locale-pt-br
libcglib-java-doc
libcairo0.9.0
pinentry-gtk2
gnome-user-guide-gu
openjdk-6-jre-headless
apmd
mongodb-nightly
linux-backports-modules-compat-wireless-3.0.0-2.6.32-46-preempt
linux-headers-2.6.38-16-generic
linux-backports-modules-compat-wireless-2.6.37-2.6.32-34-generic
linux-backports-modules-compat-wireless-2.6.37-2.6.32-29-generic
wildmenus.app
termnet
python2.6-kjbuckets
pkspxy
monotone-server
log2mail
libsdl-ocaml-dev
kdmflexiserver
ttf-larabie-deco
fastlink-doc
cget
libkernlib1-dev
openoffice.org-report-builder-bin
language-pack-gnome-tg-base
language-pack-gnome-sl-base
libterm-readline-gnu-perl
stealth-doc
python-zope.browserpage
mboxgrep
libslang2-modules
libmath-basecnv-perl
libcommons-javaflow-java-doc
libceguiogrerenderer-1.4.8-dbg
epiphany-webkit-data
dcap
cl-modlisp
banshee-extension-lcd
pinentry-doc
xtrans-dev
kbreakout
doc-central
xkb-data
sirc
python2.4-pyxmpp
policyd-weight
postgresql-postgis-java
libcurses-ocaml
kzenexplorer
esperanza
clang
mono-apache-server1
libsynce0
pulseaudio-module-rygel-media-server-dbg
libnautilus-extension1-dbg
librecode-dev
libplist-dbg
libdb4.8-dbg
libc0.1-dev
language-pack-ga-base
fontconfig
intltool
wine1.0-dev
usplash-theme-ubuntume
ubuntustudio-artwork
r-cran-class
pysolfc-cardsets
mpy-svn-stats
libcpptest0
libmoosex-traits-pluggable-perl
libgd-securityimage-perl
libapache-sessionx-perl
icnsutils
libghc6-dph-prim-seq-dev-0.4.0-a2769
libui-dialog-perl
dict-freedict-eng-hun
mono-apache-server2
dvips
python-magic-dbg
qmtest
libatk1.0-dev
bison-doc
typo3
ttf-tiresias
python-quickly-common
liblablgtk2-ocaml-dev
hypre-doc
libhmac-ruby
libfssm-ruby
libarpack++2c2a
tilp2
easyh10
vim-puppet
librsvg2-dev
gnome-user-guide-hu
ifrench
python-gmenu
tryton-modules-all
qutecom-dbg
opencubicplayer-doc
midori
lsb-build-desktop3
python-swiginac
libocamlgsl-ocaml-dev-1o8x1
libnet-tftp-ruby
libghc6-uulib-doc
libghc6-parsec2-prof
libalzabo-perl
libace-dev
arc-human
moovida-plugins-good
opalmod
debian-archive-keyring
libvibrant6a
aegis3
libsensors-dev
libindicate4
augeas-tools
siggen
shelldap
mercurial-git
libpotrace0
libperl6-form-perl
libopenscenegraph
sqlrelay
kwwidgets-examples
libxml-stream-perl
libcoin20-doc
python-poppler
libghc6-agda-dev
language-pack-gnome-hsb-base
kaffeine
ruby1.8
vpopmail-bin
setroubleshoot
scim-tables-additional
mumble-django
galaxy
strongswan
libconfig-inihash-perl
ruby1.9
deja-dup
libportaudio0
libgcal0
libgnatvsn4.4
system-services
dvipdfmx
libsmokekde4-3
libcrypt-des-perl
language-support-fonts-km
language-pack-kde-ga-base
gnome-user-guide-is
libwnck22
libakonadiprivate1
xserver-xorg-input-elographics
gstreamer0.10-ffmpeg-full
python2.6-nifti
php5-interbase
openoffice.org-mysql-connector
noteedit-data
muttprint
amos-assembler
libopenusb0
libgivaro0
libghc6-vty-dev
libdb4.4-tcl
xfonts-shinonome
python-poker-network
gforge-cvs
libipmiconsole2
emacs21-common-non-dfsg
dict-freedict-eng-iri
blcr-dkms
x11perf
rsyslog-relp
gxine
libxerces2-java-gcj
libgimp2.0-doc
language-support-fonts-kn
konsole
gnome-user-guide-it
upstart-job
ttf-sawarabi-gothic
quantlib-examples
polymer
libslicer3-dev
libphat0
liblua5.1-rex-pcre0
libalure-dev
ksensors
flite
dict-freedict-eng-lat
claws-mail-newmail-plugin
espresso-keyboard-setup
linux-restricted-common
libportaudio2
libecore-fb-svn-05
lib32asound2-dev
language-support-fonts-ko
python-scim-dbg
libmagic-ocaml
liblua5.1-markdown0
libgoffice-0-5-dev
libntl-5.4.2
libcamljava-ocaml-dev-g0114
gopher-client
ebox-jabber
php-xml-serializer
dict-freedict-eng-ita
python-adns
ttf-gujarati-fonts
firefox-dbg
libtool
linux-headers-lbm-2.6.32-44-preempt
linux-headers-lbm-2.6.32-39-preempt
linux-backports-modules-compat-wireless-2.6.35-2.6.32-31-generic
linux-backports-modules-compat-wireless-2.6.35-2.6.32-26-generic
sa-learn-cyrus
rplay-contrib
python-zope.annotation
pdfjam
mysql-admin-common
libtre-dev
libmodello-maven-plugin-java
libxbase-perl
knockd
gtkam-dbg
gitpkg
fwbuilder-dbg
chef
cairo-clock-hildon
libarray-compare-perl
python2.4-dictclient
libsolidcontrolifaces4
gnome-user-guide-km
xscreensaver-gl-extra
tcpflow
saydate
pdumpfs-rsync
libsundials-serial-dev
libopentoken1-dev
openc++
libpar-dist-perl
libcsnd5.1
libclalsadrv
firebird-server
dvi2ps-fontdata-three
librcs-perl
openoffice.org-kab
kbounce
ttf-femkeklaver
reseed
python2.6-gtkglext1
podracer
pam-pkcs11-dbg
moblin-panel-people
linuxinfo
libuclmmbase-dev
libopenigtlink1-dev
libgdchart-gd2-xpm
libfcgi
libcsnd5.2
gnome-games-extra-data
ecasound2.2
sylpheed-claws-gtk2-trayicon
spamc
libtspi1
libbind0
tetex-bin
gnome-user-guide-ko
libdevkit-power-gobject1
teeworlds-server
slay
tabe-tsi
libsqlite-tcl
libfile-modified-perl
kerneloops-applet
mpd-client
libsoup-gnome2.4-dev
libavahi-common-data
language-support-fonts-ne
language-support-fonts-lo
python-webkit
yate-doc
python-pyisomd5sum
libwxsvg-dev
libwx-perl-processstream-perl
libwiki-toolkit-plugin-locator-grid-perl
libsdl-net1.1-dev
libocamlnet-ssl-ocaml-dev
libmarc-perl
libbatteries-ocaml-doc
libghc6-ghc-prim-doc
libg3d-plugin-gdkpixbuf
racoon
libsexy2
libgda-4.0-dev
gnome-user-guide-nb
p7zip
xfonts-bolkhov-isocyr-misc
policykit-doc
libgnatvsn4.1-dev
libfeedtools-ruby
libclaw-application-dev
sdparm
labrea
imwheel
not+linux-gnulp
openoffice.org-gtk
libstrigiqtdbusclient0
language-support-fonts-ml
kde-i18n-zhtw
libchewing3
r-cran-fbonds
portslave
pocketpc-cab
libsaxonb-java-doc
libpion-net-doc
libmono-windowsbase-cil-dev
libmapscript-ruby1.8
libflickcurl0-dbg
libcipux-rbac-simple-perl
libbind4
krita-kde4
skim
kvm-pxe
likewise-open5-libs
gnome-utils
linux-headers-3.0.0-32-generic
linux-headers-3.0.0-27-generic
xfce4-volumed-dbg
vdr-daemon
mozilla-venkman
librep-doc
pykaraoke-bin
pcscada-dbg
libtemplate-alloy-perl
libladspa-ocaml-h7790
libkmfl-dev
cgsi-gsoap-dev
libghc6-soegtk-dev
gnustep-base-doc
wgerman-medical
crack-attack
libapertium3-3.1-0
libalut0
cscope
libnet-irc-perl
libwebkit-dev
language-support-fonts-mn
gnome-user-guide-ne
bacula-director
gfont
vlogger
starvoyager-data
python-pyproj-data
pype
pycaml
libmediawiki-api-perl
libgoocanvasmm-dev
libcmlutil-smlnj
irssi-plugin-silc
hsqldb-server
libghc6-gtk-dev
batmand-gateway-dkms
atomix
libqjson0
libgvfscommon-dev
kdetoys-dbg-kde4
kfourinline
linux-image-2.6.35-23-server
linux-headers-2.6.35-31-server
xfonts-marumoji
wordgrinder
taskjuggler
src2tex
php4-recode
python-tempita
ogre-tools
mupen64plus
libtreil-dev
libssreflect-ocaml-dev
jackeq
ceve
apoo
pmidi
vbetool
openoffice.org-hyphenation-zh-tw
latex-beamer
language-support-fonts-pa
gnome-user-guide-ml
wmakerconf-data
python-weblib
parrot-pct
libqwtplot3d-doc
libesmtp-dev
libhtml-formfu-perl
graphicsmagick-doc
smarty
firebug
libgtkdatabox-0.9.0-1
ocamlcvs
bugzilla3-doc
abe
rdate
python2.4-twisted-names
kdegames-card-data-kde4
xml-i18n-tools
gnome-user-guide-oc
libavahi-core6
zeroc-ice
smbc
pngphoon
mrwtoppm-data
lingot
libtokyocabinet-dbg
libpam-musclecard
libmenu-cache0
libghc6-quickcheck-dev-2.1.0.2-6b9c5
libclass-c3-adopt-next-perl
libbakery-2.3-11c2
libaws-doc
libghc6-edison-api-dev
guarddog
checkinstall
libcue1
addresses-goodies
language-support-fonts-mr
kdenetwork-dbg-kde4
showfoto
linux-backports-modules-compat-wireless-2.6.38-2.6.32-43-server
linux-backports-modules-compat-wireless-2.6.38-2.6.32-38-server
rpld
python2.6-pysnmp2
python-deliciousapi
netplan
libwpeditor-plus0
libshib2-doc
libsaxon-java-doc
libprojectm-data
libplasma2.0-cil
libmodule-packaged-perl
libmenu-cache1
geotranz
quick-reference-pl
sylpheed-claws-gtk2-pgpmime
blobby-server
libgoffice-0.8-8
ure-dbg
ttf-sazanami-mincho
libcairo0.5.1-doc
libjavassist-java
kudzu-vesa
zotero
quantumespresso
wx2.8-examples
quack-el
libsigx-2.0-dev
libopal-dev
libgrinvin-invariants-java
libghc6-mmap-dev
ascd
nautilus-extensions-2.0
gstreamer0.10-gnonlin
gnome-user-guide-pa
ethtool
sleepenh
sisu
pload
libpoe-component-client-ident-perl
libclass-data-accessor-perl
libmutter0
libcrypt-simple-perl
libspreadsheet-writeexcel-perl
pppdcapiplugin
libprotobuf-dev
libotf-dev
korganizer
gnome-user-guide-nl
gnome-user-guide-lv
libbabl-0.0-0
evolution-data-server-dev
debiandoc-sgml-doc
cdrkit-doc
bacula-director-mysql
libqt4-dev
javacc
nomarch
python-rpy-doc
python-cloudfiles
python2.6-hippocanvas
parrot-pge
openturns-doc
mn-fit-common
mrisim
asap
lunar-applet
libx264-85
libustr-1.0-1-dbg
libtest-checkmanifest-perl
libsyslog-ocaml
sun-java6-jdk
libgiftproto-dev
libglobus-usage0
drupal5
blueproximity
samdump2
barry-util-dbg
python-gtk-vnc
openoffice.org-crashrep
libxdamage1-dbg
libtheora-doc
monodoc-gtk2.0-manual
dpkg-multicd
xpdf-chinese-simplified
pypibrowser
postgresql-plpython-8.4
pornview
plptools-kde
plasma-widget-kbstate
rootstrap
libvte-ruby1.8-dbg
libgemplugin-ruby
imdb-tools
drupal6
conky-all
aap
gnome-user-guide-nn
gnome-user-guide-ms
xwine
uim-fep
python-plwm
pidgin-nateon-dbg
openvas-plugins-base
qtnx
libxml-bare-perl
libquantlib0-dev
libclass-accessor-named-perl
jigzo
itcl-doc
greylistd
gnumed-doc
cramfsswap
collatinus9
xul-ext-all-in-one-sidebar
python-gtk-1.2
liblapack-dev
libjline-java-doc
wzdftpd-mod-tcl
vdr-plugin-spider
vala-desktop-agnostic
sqmgrlog
nvi-doc
python-mpd
libxsettings-dev
libstomp-ruby-doc
libsoqt-dev-common
libgd2-dev
libdirac0c2a
libclass-contract-perl
libbenchmark-timer-perl
i3status
gir1.0-gsttag-0.10
libio-compress-perl
libxcb-event1
libgnomemm-2.6-1
libfindlib-ocaml-dev
libcln-dev
libbsd-dev
language-support-fonts-my
linux-headers-3.0.0-30-server
linux-headers-3.0.0-25-server
zope-externaleditor
xubuntu-docs
tthsum
monodoc-banshee-manual
monkeytail
libsvg-ruby1.8
liblog4cxx10
libjboss-management-java
libglobus-scheduler-event-generator-doc
globus-openssl-progs
libzltext0.10
bootcd-mkinitramfs
uw-mailutils
afbackup
xserver-xorg-video-intel
sshfs-dbg
libreadline-java-doc
libnet-cidr-perl
openoffice.org-kde
libck-connector0
wmail
python2.4-yappy
libunicode-japanese-perl
libxcrypt1
libopenh323-1.19.1-develop
libforms-dev
libwnn6-1
gputils-common
libpantomime1.2
slib
denef
libmcrypt4
sharutils-doc
pbuilder-uml
nut-usb
libksane0-kde4
libgcj10-dbg
evolution-couchdb
linux-backports-modules-compat-wireless-2.6.38-2.6.32-46-generic
scalable-cyrfonts-x11
ocaml-libs
mythtv-theme-iulius-osd
matchbox-window-manager
libperldoc-search-perl
liblash-dev
libdballe-msg-dev
libdataobjects-sqlite3-ruby1.8
libjs-jac
complearn-gui
blender-ogrexml
ack
libpci-dev
libplist-dev
libhesiod0
libdb4.8-dev
language-support-fonts-or
linux-backports-modules-input-2.6.32-33-generic
linux-image-2.6.32-347-ec2
linux-headers-generic-lts-backport-oneiric
linux-backports-modules-input-2.6.32-28-generic
zopeedit
showfsck
python2.3-goopy
php4-pear-log
movabletype-opensource
libjoptsimple-java-doc
libgruff-ruby
libgeda-dev
giggle-terminal-view-plugin
eresi
eclipse-platform-gcj
aacskeys
create-resources
libcipux-task-perl
cd5
python2.3-cheetah
libsoprano3
k3b
dash
acl
linux-backports-modules-wireless-2.6.32-23-preempt
linux-image-2.6.32-46-virtual
python2.6-ipcalc
python-albatross-doc
kdeartwork-theme-icon-kde4
rose
libwbxml2-utils
libuser-simple-perl
libgetfem4++
libctl3
libpstoedit0c2a
python-mpi
hmmer-pvm
libghc6-directory-prof
fvwm-icons
fizmo
epic4-script-lice
dialign-t
crossfire-client-gtk2
acm
libxen3.2-dev
libusb++-0.1-4c2
libatk1.0-doc
gconf-editor
libsoprano4
linux-backports-modules-compat-wireless-2.6.39-2.6.32-40-preempt
linux-backports-modules-compat-wireless-2.6.39-2.6.32-35-preempt
linux-backports-modules-compat-wireless-3.3-2.6.32-44-generic
wims-modules
sugar-sliderpuzzle-activity
sivp
searchandrescue-common
python2.6-imobiledevice
linux-image-386
proteus
libxerces27-dev
libwaili-test
libtest-memory-cycle-perl
liblablgtk2-ocaml-doc
libghc6-haskelldb-hdbc-sqlite3-prof
libfilesys-statvfs-perl
tgif
libkst1-dev
ko.tex-extra
k3d
gstep-xgps0
geda-xgsch2pcb
kalign
openoffice.org-l10n-or-in
notify-daemon
myspell-fo-fo
linux-firmware
libgd-dev
gnome-user-guide-pl
gnome-accessibility-themes
php5-sqlite3
rkward
libtest-dir-perl
libnet-ssh2-perl
liblz-dbg
liblablgtk2-gl-ocaml-dev-04kg1
libcherokee-mod-server-info
libace-ssl-dev
libace-doc
hexcurse
fig2ps
deejayd-xine
autodocktools
adun.app
aee
rst2man
hunspell-fo-fo
libxfont1
kdetoys
python-paramiko
linux-backports-modules-alsa-2.6.32-41-preempt
linux-backports-modules-alsa-2.6.32-36-preempt
zabbix-agent
xconq-doc
parrot-nqp
luarocks
ltp-commands-test
libpassword-ruby1.8
liblog4cpp-dev
libghc6-agda-doc
ksniffer
apt-watch-gnome
python-ogg
libboost-filesystem1.36-dev
libindicator0
wesnoth-1.8-trow
singular
ocamlduce-base
minitube
libtree-multinode-perl
libtrace3-dev
libslepc2.3.2
libqofexpensesobjects-data
mahoro-ruby
libb-perlreq-perl
ldm-xubuntu-theme
libkwwidgets1-dev
gxneur
libgmerlin0
ggz-kde-client
gdesklets-data
crypt++el
bnfc
ncbi-tools-x11
python-pam
libgadu3-dbg
language-pack-gnome-te-base
language-pack-gnome-ro-base
qorganizer
python2.6-openopt
pysycache-puzzle-photos
pyro
libghc6-vty-doc
libexif-ruby
gxmms2
glom-doc
oggconvert
duply
libdnet
xfonts-intl-european
libnewt-utf8-pic
libgegl-0.0-0
libfontforge1
samba-common
libncursesw5
xarclock
mpg123-esd
lxde-core
lutefisk
libpigment0.3-11
libxbae-dev
libgammu1-dev
autossh
ario
xvidtune
xclips
language-support-fonts-ta
language-pack-cs-base
firefox-dev
postpone
plotdrop
phpgroupware-soap
pgdocs-ps
arla
act
ogre-doc
libjifty-plugin-authentication-ldap-perl
libgai0
libdbm-ruby1.9.1
icee-translators
openvas-client
gnustep-back0.16-cairo
enemylines3
dvi2ps-fontdata-a2n
libcherokee-mod-admin
libgdal1-1.6.0
auth2db-filters
libportaudio19-dev
libmagic-dev
wgalician-minimos
smeg
linux-backports-modules-compat-wireless-3.2-2.6.32-46-server
xlog-data
doc-rfc-experimental
slim
simutrans-data
libwiki-toolkit-formatter-usemod-perl
libvrb-dev
libqtscript4-qtbindings
libocamlodbc-ocaml-dev-169f6
libncap-dev
libfreecell-solver-dev
gtamsanalyzer.app
projectmanager.app
gnumeric-python
cyrus21-dev
citadel-webcit
b5i2iso
libsdl1.2debian-arts
libdmx1
librecode0
linux-backports-modules-compat-wireless-2.6.36-2.6.32-43-generic
linux-backports-modules-compat-wireless-2.6.36-2.6.32-38-generic
vgrabbj
stardic
openoffice.org2
python-envisagecore
libzltext
libsundials-serial-doc
libbsearch-ruby
libapache2-mod-fcgid
htcheck
fwbuilder-bsd
xgdvi
python-ball
apt-file
oem-config-debconf
libxml-commons-resolver1.1-java-doc
gnome-user-guide-pt
xmms2-plugin-icymetaint
thunar-media-tags-plugin
qtpfsgui
python-zope.browserresource
python-mox
potracegui
libvdkxdb2-2
libusb-ruby1.8
libevent-execflow-perl
libdevel-repl-perl
festlex-ifd
cpuburn
libsdl1.2-dev
libatk0-dev
language-support-fonts-te
idle-python2.6
docbk-xml2x
aptitude-doc
libgconf2-4
firefox-flashgot
xfonts-x3270-misc
wordpress-mu
python2.6-zodb
python-imobiledevice
phatch
mendexk
mirth
lsbdev-base
schroot-dbg
libmodule-math-depends-perl
libimage-size-ruby1.9.1
libcrypt-ecb-perl
libconfig-model-openssh-perl
libbot-basicbot-perl
kallery
gramps-extending-doc
gnustep-common
gnuplot-doc
gnudatalanguage
enemylines7
durep
libsaxon-java-gcj
kuipc
blacs-test-common
libcurses-widgets-perl
abiword-plugin-grammar
language-pack-kde-cs-base
kdesdk-misc-kde4
linux-backports-modules-compat-wireless-2.6.37-2.6.32-32-preempt
linux-backports-modules-compat-wireless-2.6.37-2.6.32-27-preempt
gnu-smalltalk-browser
linux-backports-modules-compat-wireless-3.1-2.6.32-41-generic
mkvtoolnix-gui
llvm-source
linux-backports-modules-headers-lucid-preempt
libpocodata9-dbg
libipe-dev
kdenlive-data
cluster-agents
blop
bbe
atom4
python2.3-cxx-dev
ltsp-server-standalone
libgl1-mesa-swrast-dbg
libgda-4.0-doc
libextutils-depends-perl
granatier
libffi5
surfraw
smem
python2.4-pypoker-eval
libghc6-regex-compat-dev-0.92-1cd69
python-avogadro
larswm
galax-extra
deal
connman
cl-fftw3
beancounter
amule-common
python-dnspython
libelf0-dev
language-support-fonts-th
ktimetracker
slurm
python2.6-zope.i18nmessageid
python-polybori
python2.6-hildon
strobe
libocamlgraph-ocaml-dev-p8ps9
libaspectwerkz2-java
matchbox-window-manager-maemo
firedns
cproto
cbrowser
python-zope-interface
dbishell
libiec61883-0
gnome-user-guide-ro
akonadi-server
linux-image-2.6.32-43-generic
linux-image-2.6.32-38-generic
python2.6-gnuradio-core
libtinymailui-gtk-1.0-0
libghc6-soegtk-doc
libacexml-5.6.3
xfireworks
libhwloc0
libglobus-duct-control2
gir1.0-gupnp-1.0
pconf-detect
faumachine-data
libsdl-erlang
bam
notify-osd
libterm-readline-perl-perl
gnome-user-guide-sk
bcc
xinput
gnome-user-guide-sl
xxgdb
xfwm4-themes
ttmkfdir
isabelle
rarpd
octave-pfstools
mce-dev
libxml-filter-reindent-perl
libvpb-dbg
liblua5.1-sql-doc
libjson0
libhttp-server-simple-recorder-perl
libgoocanvasmm-doc
libghc6-gtk-doc
libconfig-apacheformat-perl
bison++
sleuthkit
xtitle
ubuntustudio-desktop
netepi-collection
libvanessa-adt0
libtap-parser-perl
shhmsg-dev
root-plugin-mlp
libniftiio1
libdnsres-dev
libflickcurl0
libnss-mysql
delta
dahdi-dkms
galeon
wmscope
python2.3-imaging
libelf0
libcanberra-gstreamer-dbg
gnome-user-guide-th
wmmount
clutch
salasaga-common
ratbox-services-common
python-rackspace-cloudfiles
sibsim4
libtokyocabinet-dev
libtest-script-run-perl
libmpfi-dev
isdnlog-data
inosync
libmagick-dev
libghc6-process-dev
apf-server
lm-batmon
lsof-2.0.35
cracklib-dev
libelf1
ttf-arabeyes
clamav-data
yamdi
starfish
ussp-push
r-cran-sm
python-ocempgui
libghc6-edison-api-doc
gmusicbrowser
falselogin
dnstop
hunspell-dictionary-pt-br
lynx-cur-wrapper
lsof-2.0.36
libgmm-dev
language-pack-kde-shs
language-pack-gnome-nso-base
setserial
libempathy-gtk-common
dict-foldoc
linux-backports-modules-compat-wireless-2.6.34-2.6.32-40-generic
linux-backports-modules-compat-wireless-2.6.34-2.6.32-35-generic
wesnoth-1.8-sof
salome
r-cran-sn
python-psycopg2-testsuite
python-pcs
pyblosxom
ndoutils-doc
blox
ifp-gui
libghc6-ghc-dev-6.12.1-3a757
python2.3-libxslt1
libparse-cpan-meta-perl
gnome-user-guide-ru
akonadi-dbg
gnome-user-guide-ug
zephyr-server
vile-common
titanion
yale-viewer
omniorb4
lxlauncher
libsigx-2.0-doc
libopal-doc
libjboss-webservices-java
libghc6-mmap-doc
libclaw-dynamic-library-dev
libconfig-any-perl
bubblemon
bkchem
aolserver-doc
lsof-2.0.38
libstreamindexer0
libpng2-dev
gnome-user-guide-sq
coreutils
gnome-user-guide-sr
ttf-sil-dai-banna
ser2net
r-cran-sp
python2.6-sparse
popfile
libosgal-cvs1
libhibernate-annotations-java
libgnuplot-ruby
libforms0.89-bin
aft
acovea
libqyotoshared1
libboost-test1.36-dev
libsvg-perl
abrowser-3.6-branding
libapache2-mod-scgi
xfce4-systemload-plugin
webcit-dbg
uim-anthy
python-migrate
post-el
omaque
libsqlrelay-tcl
liblog-handler-perl
libgsmme-dev
libdatetime-format-ical-perl
gexec
fop-doc
enigma-level-previews
cluster-glue
libvisual0.4-plugins
libenchant-dev
libantlr-dev
sipwitch-dbg
python-ropemacs
libvirt-ocaml-nky89
librsvg2-ruby1.8
mpich-mpd-bin
libhtml-entities-numbered-perl
libdap10
libclass-dbi-pg-perl
maemo-af-desktop-config
libfreehdl0-dev
libgetopt++1
python-egenix-mxtools-doc
postfix-pgsql
libcanberra-dev
kaddressbook-kde4
tunneldigger-utils
spass
rbootd
python-gdchart2
plasma-runner-kopete
oftc-hybrid-doc
smpeg-gtv
libqdaccolib0.7
libmaven-ear-plugin-java
libhamlib++-dev
libcorelinuxc2a
libbakery-2.6-common
atlas-test
jabref
initz
happy
python-gnuradio-core
geany-plugin-addons
python-gadfly
cfingerd
liblapack-doc
libgda-4.0-postgres
language-pack-gnome-zh-hant-base
gnome-user-guide-uk
xflip
sword-comm-pers
sipwitch-cgi
python-crack
prelude-correlator
ngetty
netstat-nat
kdeartwork-kde4
libforms1
gpscorrelate
gnucash-docs
libghc6-old-time-prof-1.0.0.3-9efce
libdpkg-ruby1.8
dibbler-doc
texlive-binaries
libcryptui0
valgrind
gnome-user-guide-sv
linux-backports-modules-compat-wireless-2.6.35-2.6.32-31-server
linux-backports-modules-compat-wireless-2.6.35-2.6.32-26-server
udav
plymouth-theme-script
pidgin-awayonlock
pauker
lrslib
libslicer3
libnewmat10-dev
libfreebob-dev
libcolor-library-perl
libkimono4.1-cil
ilohamail
libxsettings-client0
fai-client
aranym-jit
ldb-tools
lib32asound2
gnome-user-guide-tr
libgcj10-dev
akregator
simutrans-pak128.britain
rlplot
r-other-mott-happy
maildir-filter
libxml-treepp-perl
libforms-doc
libdbix-easy-perl
kamefu
jdelay
flexbackup
zsh30-static
libdpm1
bcp
lib32stdc++6-4.2-dbg
language-support-fonts-ur
gnome-user-guide-vi
libgcc1
linux-backports-modules-wireless-2.6.32-46-generic
vdr-plugin-svdrposd
splitvt
pkpgcounter
openoffice.org-zemberek
octave-optiminterp
libluabind-examples
libclass-insideout-perl
info2man
gpgkeys
geany-plugin-sendmail
flatnuke
erlang-observer
cowsay
conquest-server
python2.3-reportlab-accel
python-gd
lua5.1
libyaml-0-2
linux-headers-2.6.32-314-ec2
linux-headers-2.6.32-309-ec2
python-quixote1
phpgroupware-projects
libverbiste0-dev
tre-agrep
libqxrunnerd1
libclass-default-perl
libhighlight-perl
idle-python3.1
libicestorm33
checkservice
balder2d-data
virtinst
netcat-openbsd
arpd
lighttpd
libppix-regexp-perl
libcdk-java
giblib1-dbg
dvi2ps
libxml-commons-resolver1.1-java-gcj
xfsprogs
python-turbojson
python-django-treebeard
monster-masher
drjekyll
libxerces27-doc
libtomcrypt-dev
libtest-corpus-audio-mpd-perl
liblz-dev
libdevel-globaldestruction-perl
libchasen-dev
libtest-mockobject-perl
harden-servers
ddskk
python-egenix-mxproxy-dbg
spawg
scorched3d
libqsearch-gomp-dev
libdds-dev
libass-dev
libvlc2
debroster
xserver-xorg-driver-rendition
libxres1
libfacile-ocaml-dev-59ec3
libxstream-java
libgdu-gtk0
xqilla
sciplot1
python-pgm
phpgroupware-0.9.16-setup
packagekit-gnome
libnet-sip-perl
liblog4cpp-doc
lavaps
libshishi0
libhyantes0
hostapd
xiphos
gmobilemedia
globus-gass-server-ez-progs
jpegoptim
thin
cfengine2-dbg
bodr
anjuta
xserver-xorg-input-all
slpd
wmanx
kdegraphics-dbg
libmailtools-perl
yate-gtk2
ubuntu-wallpapers-extra
torcs-data-cars
scim-chinese
python2.4-pysqlite2
omake-doc
libwww-shorten-perl
libusb-ruby
libocamlodbc-ocaml-dev
liblua5.1-rex-pcre-dev
libglui2c102
libalberta2
libmpich2-1.2
gnome-breakout
fprobe-ng
bmon
strigi-dbg
network-manager-pptp-kde
libyaml-ruby1.8
libcairomm-1.0-0
xfce4-wavelan-plugin
vdr-plugin-mp3
plasma-widget-yawp
octave-odepkg
libkrb5-ruby-doc
libhtml-stream-perl
libenet0debian1-dbg
libapache-dbilogger-perl
gforge-ftp
courier-webadmin
childsplay-alphabet-sounds-ca
t-coffee
texlive-lang-dutch
pulseaudio-module-udev-dbg
libiconv-ruby
tzdata-etch
libcairomm-1.0-1
human-theme
acpid
virtuoso-vad-syncml
smc-data
python-pmw-doc
polyorb-doc
libdsdp-dev
mod-chroot-common
keynav
docbook-slides
childsplay-alphabet-sounds-bg
cenon.app
ndtpd
batctl
avogadro-data
ale
nvidia-glx-185-dev
thunderbird-thunderbird-locale-pt-pt
python-base
libgdata-common
java-gcj-compat-headless
linux-headers-2.6.32-32-generic
linux-headers-2.6.32-27-generic
vdr-plugin-mplayer
txtreader
root-plugin-mysql
python-zope.configuration
opensaml2-tools
mmake
libsdl-mixer1.0-dev
libxml-ruby
libopenraw-dev
libipathverbs-dev
fwbuilder-doc
prboom
deps-tools-cli
cgvg
libdb-ruby1.8
amule-adunanza
amb-plugins
python-gksu2
linux-ec2-source-2.6.32
linux-backports-modules-wireless-lucid-generic
libcairomm-1.0-dev
xfntbig5p-cmex24m
rtai
r-cran-vr
python-sasync
plasma-widget-tictactoe
libperl4caml-ocaml
libgrinvin-factories-java
libdbd-mock-perl
libchicken0
libcairo-ruby
libghc6-hsql-dev
ggobi
eglibc-source
cyrus21-doc
colibri
simple-scan
language-support-fonts-yi
language-pack-gnome-fr-base
gstreamer0.10-doc
ytalk
witty
tint2
qwit
python-zope.app.component
libjgoodies-forms-java-doc
libibtk-dev
libghc6-mtl-dev
libgdal-ruby1.8
libbfb-dev
gnome-audio
cgwd
povray-includes
conky-cli
cam
libgnomeprint2.2-0
kdemultimedia-dbg
libgtkspell0
libgcj10-awt
linux-lts-backport-maverick-headers-2.6
openturns-validation
mftrace
ltsp-cluster-pxeconfig
libtolua++5.1-dev
libroot-python-dev
libgtkada-glade2.14.2
libcxgb3-1-dbg
libgraphics-colornames-www-perl
libamrita2-ruby
italc-master
skktools
cvm-pgsql
libaudcore-dev
amd
tftp
samba-dbg
libsepol-dev
libndesk-dbus-glib1.0-cil-dev
cjet
linux-headers-lbm-2.6.32-34-server
linux-headers-lbm-2.6.32-29-server
r-cran-teachingdemos
ming-fonts-opensymbol
liblunar-1-dev
libimage-science-ruby-doc
libchicken3
noflushd
links2
ggz-kde-games
trayer
ktoon
libelk0
dssi-example-plugins
cyrus21-admin
libbinio1ldbl
xtoolwait
pulseaudio-module-bluetooth-dbg
libtest-unit-ruby
libgl1-mesa-swrast-dev
libggzmod-dev
xfonts-cronyx-75dpi
teem-apps
root-plugin-gl
nilfs2-tools
libtulip-ogl-dev
libnagios-plugin-perl
libplexus-ant-factory-java
libghc6-haskeline-prof
libclansdl-1.0
uw-imapd
gambit
fl-cow
courier-ssl
libchicken4
espresso-frontend-gtk
python-pil
poppler-dbg
libstring-format-perl
language-support-fonts-zh
kollision
mozilla-thunderbird
hardening-includes
linux-backports-modules-compat-wireless-2.6.38-2.6.32-44-preempt
linux-backports-modules-compat-wireless-2.6.38-2.6.32-39-preempt
loggedfs-dbg
libtie-cphash-perl
libghc6-parallel-dev-1.1.0.1-253ba
harden-nids
gnustep-make
sphinx2-hmm-6k
dsyslog
calcoo
biloba
aptlinex
playmidi
libwvstreams4.6-qt
libglitz-glx-dev
libformula-java-openoffice.org
openoffice.org-style-oxygen
libpostproc-extra-51
app-install-data-partner
linux-backports-modules-input-2.6.32-31-preempt
ttf-freefarsi
sandbox-upgrader
qelectrotech-doc
libtorch3-dev
libjava3d-java-doc
libefreet-dev
jpnevulator
xubuntu-artwork
fontdata-tbank
childsplay-alphabet-sounds-de
cbm
basket
atfs
tidy
snmpd
libbonoboui2-dev
dbus
toshiba-hotkey
singularity
libvpb-dev
libmdsp-dev
libgravatar-url-perl
libggiwmh0-target-x
libftdipp1
libaspect0-dev
jabberd2-ldap-bdb
hildon-update-category-database
gconjugue
gcompris-sound-ptbr
frown-doc
and
python-scipy
libppl-c-dev
libc5-dev
linux-backports-modules-compat-wireless-3.3-2.6.32-42-preempt
linux-image-2.6.35-31-generic
yorick-yeti-gsl
xa65
iceweasel-l10n-he
saytime
ri-li-data
python-pip
prosody
libxalan1-dev
tioga
root-plugin-roofit
libnewlib0
libgpepimc-dev
libg15daemon-client-dev
libcoat-persistent-perl
libclipper2
qhull-bin
keytouch
jpegpixi
libqdbm14
gnochm
ggz-gtk-games-data
g15daemon-audacious
emboss-doc
egroupware-polls
libexpect-perl
mldvi
libedata-cal1.2-dev
djview3
gnome-user-guide-zh
udev
wmnd-snmp
libtaoframework-ftgl2.1-cil
libsofia-sip-ua-dev
libgfshare-bin
fftw-docs
djview4
stunnel4
libio-interface-perl
openoffice.org2-thesaurus-en-gb
linux-headers-2.6.32-33-server
linux-headers-2.6.32-28-server
linux-image-2.6.32-30-server
linux-image-2.6.32-25-server
zonecheck-cgi
python2.4-zodb
maradns
loop-aes-utils
libsnmpkit1
liboggz-dev
libmakefile-dom-perl
libgfccore-2.0-0
kanjisaver
libghc6-process-doc
libghc6-base-dev-4.2.0.0-2cc27
libgtk2-ruby
eekboek-db-postgresql
dictionary
graph-includes
bhl
admesh
libopenais-dev
xmonad-rebuild
trash-cli
tkcon
runit-services
rtgui
bmpx
obexfs
libsnmpkit2
libmd3-dev
libfacets-ruby1.9.1
libconfig++-dev
libb-utils-perl
libsearch-xapian-perl
recordmydesktop
erlang-docbuilder
libsdl-image1.2
python3-tk-dbg
libupsclient1
libindi-dev
ec2-init
finger
zlib-gst
linux-backports-modules-input-2.6.32-35-server
linux-backports-modules-input-2.6.32-40-server
yample
wx-i18n
wcanadian-huge
pyke-doc
python-gnuradio-trellis
psimedia
netfilter-extensions-source
mecab-jumandic
libsamplerate-ocaml-dev-odfm3
libplexus-cli-java
arla-dev
libdballe-bufrex-dev
libstlport5.2
heimdal-clients-x
gkrellxmms2
dhcpcd-sv
python2.1-epydoc
libgnome-mag1
bluez-utils
python-aptdaemon
linux-backports-modules-wwan-2.6.32-33-generic
linux-backports-modules-wwan-2.6.32-28-generic
torrus-common
tendra-doc
python2.5-otr
ferari
pacemaker-openais-dev
mythtv-backend
libextutils-xspp-perl
jokosher
apps-wrappers
gtk-chtheme
liblink-grammar4
python-turbogears
nut-xml
libmono-i18n1.0-cil
libxklavier-dev
libxcb1
libgnome-mag2
gettext
pdf-viewer
python2.4-pychart
migemo-perl
livemix
libwraster3-dev
libvde-dev
libdata-validate-ip-perl
libbz2-ocaml
slsh
ebtables
libcvm1
installwatch
bve-train-3dcab
python2.6-celementtree
python2.4-nevow
python-doc-info
libgdl-1-common
language-pack-kde-tlh
gstreamer0.10-videosink
eucalyptus-javadeps
passwd
php-config
reputer
libproxychains-dev
liblog4ada0
libpoe-perl
libace-htbp-dev
slrn
libkst1c2
autodock-test
xpostitplus
linux-backports-modules-compat-wireless-2.6.36-2.6.32-41-preempt
linux-backports-modules-compat-wireless-2.6.36-2.6.32-36-preempt
linux-headers-2.6.35-23-virtual
mozart-stdlib
python-celementtree
minbar-data
libxine-xvdr
libtext-format-ruby-doc
libgst-ruby
libfile-localizenewlines-perl
ldm-kubuntu-theme
python-qt4-gl
deluge-common
libconcord1
gaim-dbg
openoffice.org-debian-files
libcanberra-doc
ttf-telugu-fonts
kde-icons-oxygen
ocaml
compiz-wrapper
linux-backports-modules-compat-wireless-3.0.0-2.6.32-40-generic
linux-backports-modules-compat-wireless-3.0.0-2.6.32-35-generic
tuxonice-userui
libhtree-ruby1.9.1
libgfshare-dbg
libalsa-ocaml-dev
ichthux-artwork-usplash
gnunet-server
ams
sun-java6-jre
wmclockmon
phpgroupware-eldaptir
mandos-client
libmoosex-types-datetime-perl
libicc-dev
hugin-data
gridengine-exec
childsplay-alphabet-sounds-el
cdo
bindfs
libqt4-help
libgda-doc
libgail-gnome-module
shaperd
metainit
firebird2-utils-super
python-soappy
glipper
bip
libxml-handler-yawriter-perl
libshadow-ruby1.8
libglibmm-2.4-1c2
libselinux-dev
r-cran-rcmdr
octave3.0-headers
nanoweb-contrib
libsylph1
kpresenter-kde4
libgoocanvasmm-0.1-5
libnetwork-ipv4addr-perl
sbox-dtc
democracyplayer
cpad-kernel-source
atlc
libmp3-tag-perl
apg
ncurses-runtime
linux-backports-modules-alsa-2.6.32-31-server
linux-backports-modules-alsa-2.6.32-26-server
timps
python2.3-webut
python-osd
python-lunar
ossim-core
osdsh
libyate2.1.0
libscotch-dbg
libforms0.89-dev
stonith
jscoverage
libgtk2-ex-simple-list-perl
gnat-4.1-doc
c++-annotations-txt
python-scgi
libxcb-icccm1
speex
libgd-graph-perl
libaxis2c0
aide-dynamic
linux-image-2.6.32-41-preempt
linux-image-2.6.32-36-preempt
rsplib-fgp-cfgfiles
python-rackspace-cloudservers
otags
libi18n-java
libgtkmathview0
libelmersolver-5.4.1
libdiscover-dev
libsqlite3-ruby1.9.1
libset-infinite-perl
prover9-doc
fuse-convmvfs
bld
aolserver4-nsxml
adjtimex
abi-compliance-checker
libksgrd4
xtux-common
timeout
omniorb4-nameserver
nvclock-gtk
libfsoframework-dbg
libdspam7-drv-db4
ibverbs-utils
libgpiv-mpi3
gdm-themes
debian-timeline
coco-cs
cl-lml2
myspell-dictionary-pa-in
lirc-x
libtag-extras-dev
ant
tuxpaint-data
tryton-modules-analytic-purchase
scsh-common-0.6
usplash-dev
libmoosex-clone-perl
libamazon-sqs-simple-perl
kword-kde4
hobbit
libnss-mysql-bg
cmuscheme48-el
bse-alsa
libopenh323-1.18.0
libogg-vorbis-header-perl
ara
language-pack-gnome-tlh-base
pstoedit
gnome-orca
firefox-3.6-gnome-support
linux-image
linux-image-2.6.32-46-server
vbrfix
multimix
arb
libxml-opml-perl
libpam-fprint
libmokoui2-dev
libhtml-wikiconverter-kwiki-perl
libgstreamermm-0.10-dbg
libglobus-usage-dev
gjots2
libgfcui-dev
evolution-mapi
dict-freedict-eng-nld
childsplay-alphabet-sounds-es
tkdoc
sudo-ldap
lsb-desktop-amd64
libboost-serialization-dev
ttf-kouzan-mouhitsu
python-carrot
kolab-cyrus-admin
libgcj3
cdw
arc
php5-mssql
xmlrpc-c-dev
libcommons-attributes-java
apache2.2-common
linux-backports-modules-compat-wireless-2.6.34-2.6.32-33-preempt
linux-backports-modules-compat-wireless-2.6.34-2.6.32-28-preempt
wesnoth-1.8-ttb
wesnoth-1.8-tsg
sysconftool
sakura
xfonts-efont-unicode
plplot
lib32nss-mdns
libnet-freedb-perl
thunderbird-thunderbird-locale-sv-se
python-qt3
avahi-dbg
linux-headers-lbm-2.6.32-33-generic
linux-headers-lbm-2.6.32-28-generic
linux-backports-modules-compat-wireless-2.6.37-2.6.32-42-server
linux-backports-modules-compat-wireless-2.6.37-2.6.32-37-server
python-pcapy
openhpi-plugin-oa-soap
jstreeview
libudp-tcl
libtemplate-tiny-perl
libmail-verify-perl
libboost-system-dev
libokular-ruby
kdenlive-dbg
grisbi
getstream
libf2c2-dev
python-enchant
python-qt4
stx2any
snort-doc
j2re1.3
xsabre
python-sugar
octave3.1-emacsen
libmono-microsoft-visualbasic8.0-cil
libghc6-parallel-dev
libcapsinetwork0
libbin-prot-camlp4-dev-g2df9
hugin-bin
haskell-zlib-doc
gcu-bin
emcast
ddts-script
darcs-load-dirs
childsplay-alphabet-sounds-fr
bmf
asql
phonon-backend-vlc
libgraphviz3-dev
libflac-dev
php-pear
kdepim-strigi-plugins-kde4
kamera
netsaint-statd-plugins
live-initramfs
libvuurmuur0
libgnuradio-core0-dev
libgconf2-ruby1.8-dbg
libcrypto++-dev
j2re1.4
puppetmaster
libcairomm-1.0-doc
ijsgutenprint
mlterm-im-m17nlib
mixal
libticalcs2-6-dev
libteem1
j2re1.5
libglobus-gsi-credential-dev
libghc6-hsql-doc
krita-data-kde4
libgcj8
crimson
libnetfilter-conntrack3
bugsquish
blm
dar
asc
prosper
time
libmono-oracle1.0-cil
kdemultimedia-dev
defoma-doc
phonon-backend
virtualbox-ose-dkms
tina
tkgate
python-ply
pixelpost
netdisco-mibs-installer
libhk-classes-sqlite
librb-inotify-ruby1.9.1
javamorph
inspircd
libghc6-mtl-doc
libglobus-gass-cache5
exifprobe
delo
ddd
gcj-4.1
cfs
bplay
bnd
ppp-dev
hannah-foo2zjs
apache-common
z88dk-examples
xmms2-plugin-wavpack
webhttrack-common
syslogout
sork-vacation-h3
micropolis
linkchecker-gui
libunicapgtk-dev
liblttoolbox3-dev
kobodeluxe-data
geany-plugins-common
mknbi
cldump
cernlib-core
briquolo
python-ballview
rpm-dbg
cdrtools-doc
apt
libstringtemplate-java
arj
xfmpc
tinc
stardict-plugin
radare-gtk
python2.5-daap
cmail
liblunar-1-doc
gunroar
openstreetmap-map-icons-classic
gcj-4.3
pidgin-themes
gtk-recordmydesktop
timelimit
boa
rst2odt
x11proto-record-dev
libgssapi-dev
ark
python-scim
libperl6-slurp-perl
libggzdmod-dev
libgammu1
libdbus-c++-dev
libcgi-uploader-perl
libhugs-glut
gnome-swallow-applet
glut-doc
ddtc
cfv
python-pmw
libkdcraw-dev
sweeper
lokalize
gcj-4.4
firefox
linux-backports-modules-wireless-2.6.32-44-preempt
linux-backports-modules-wireless-2.6.32-39-preempt
linux-image-2.6.32-312-ec2
linux-image-2.6.32-307-ec2
xstarfish
tuxpaint-plugins
renpy-demo
python-oss
linux-image-itanium
libpt-snapshot-plugins-v4l2
libloki0.1.7-dbg
libjboss-test-java
libdata-sorting-perl
djbdns-installer
pinentry-gtk
libg3d-plugins
libphotos202-dev
cbflib-bin
libaudclient-dev
ash
xbitmaps
gfs2-tools
tuxcmd
tilp
rt3.8-db-sqlite
libtext-bidi-perl
libtest-needsdisplay-perl
libplayerc++-dev
librest-dev
libplexus-container-default-java
libefreet-doc
libdatetime-set-perl
libtemplate-timer-perl
x2vnc
gnomecatalog
scheme48
aegis
libusb0
libpango1.0-common
libexiv2-dev
dbs
cmake
virtualbox-ose-qt
penguin-command
nuttcp
moblin-session
mnogosearch-dev
libxdb1
libwxsmithlib0-dev
libvpb-doc
liblingua-es-numeros-perl
libgtfb0
libfssm-ruby1.9.1
libbinio1c2
hotkey-setup
icewm-gnome-support
freemind
file-kanji
speedbar
addresses.framework
migemo
python2.3-twisted-mail
python-pg
libclutter-gtk-0.10-0
language-pack-gnome-ia-base
language-pack-gnome-eu-base
language-pack-gnome-dz-base
hunspell-dictionary
doxygen
blt
sitemap-perl
libnet-redmine-perl
science-astronomy
openigtlink-doc
mpeg2dec
libxml-autowriter-perl
libtime-clock-perl
libroot-quadp
lastfm
ksplice
kgraphviewer
tinymce2
hebcal
fltk1.1-games
atool
not+uclinux-uclibc
x11proto-input-dev
libexif-dev
python-desktopcouch
linux-image-2.6.38-14-generic
yorick-spydr
xfmedia-dbg
samba4-common-bin
python-otr
python-zope.pagetemplate
python2.4-biggles
mini-buildd-common
liblasso-java
libapache-htpasswd-perl
gir1.0-totemplparser-1.0
dhcp-probe
cil
aub
not+powerpc
python2.6-papyon
python2.6-iniparse
libjasper-dev
perlapi-5.10.0
libaccess-bridge-java-jni
libdrm2
wireless-tools
tack-dbg
python-zdaemon
python2.6-samba
opencascade-draw
hildon-control-panel
libticonv3
libgammu7
cracklib2-dev
language-pack-gnome-ta-base
libkpgp4
htmldoc-common
perlapi-5.10.1
command-not-found-data
thrust
n2n
libright-http-connection-ruby
libnb-platform11-java
libpcre-ocaml-dev
libwind0-heimdal
libkadm5clnt7-heimdal
libghc6-utf8-string-dev-0.3.4-75a94
xfonts-intl-japanese
libstderesi0
diploma
ciso
chef-indexer
python2.6-ldap
libid3-3.8.3-dev
tipa
pop3-server
snmp
python-glade2
vala-awn
latex-automata
t1-thai-tlwg
python-vtkgdcm
python2.6-pythonmagick
netplug
libxar1
libnetapp-perl
libghc6-hscolour-prof
libsqlrelay-0.39
libapiextractor-dbg
libany-moose-perl
libhocr0
flamerobin
xprintidle
crossfire-client-gtk
asciidoc
python2.3-sqlite
python-django-dmigrations
python-prelude
php-htmlpurifier
openigtlink-examples
xmms2-plugin-id3v2
libhtml-lint-perl
libfirstworks-sqlr-perl
libcgsi-gsoap-dev
libmoosex-types-perl
libghc6-ghc-binary-dev-0.5.0.2-bb54d
libawl-php
brag
ava
asp
xclock
python-tk-dbg
libenca-dbg
libboost-mpi1.40-dev
kjscmd
spell
libvirt0
linux-headers-2.6.32-30-preempt
linux-headers-2.6.32-25-preempt
yorick-soy
rst2pdf
python2.6-xdgapp
python-pythonmagick
pfqueue-dbg
multimon
mailcheck
solr-jetty
libjoptsimple-java
libghc6-hsql-dev-1.7.1-324d9
libgdal1-1.6.0-grass
libdbm-ruby
libarray-printcols-perl
libjmac-java
liblua5.1-socket2
libxdb-dev
breathe-icon-theme
libusb-dev
language-support-aa
libc0.1
libgnujaf-java
icedtea-6-plugin
lua40
libghc6-alut-prof
libdevice-modem-perl
libcoro-perl
gpivtools-mpi
dgen
libelmersolver-5.5.0
childsplay-alphabet-sounds-it
libccscript-dev
libmp3lame0
gaim-dev
language-pack-mt-base
gstreamer0.10-esd
ruby
drac-dev
linux-backports-modules-compat-wireless-3.1-2.6.32-45-server
ruby1.9.1-elisp
python-pysnmp4-apps
python-pp
python-django-filebrowser
libskim-dev
libgfshare-dev
libapol-dev
dict-freedict-gla-deu
dds
texlive-latex-base-doc
openoffice.org-1.9.125
konqueror-plugin-autorefresh
libc0.3
compiz-fusion-plugins-extra
linux-headers-2.6.38-11-virtual
firegpg
qlix-dbg
libnini-doc
libfauhdli-dev
kernel-patch-viewos
iwatch
fortunes-spam
libtext-textile-perl
boo
atop
addresses-goodies-for-gnustep
abuse
python-gdchart
libsdl1.2-esd
libmono-messaging2.0-cil
libilmbase-dev
libevas-engines
libpam0g-dev
kwordquiz
libgst-dev
squirrelmail-compatibility
smtm
python2.6-lash
php4-odbc
liquidwar-data
libvips
libuuidtools-ruby-doc
libstring-mkpasswd-perl
java2html
gir1.0-gstapp-0.10
libnet-ping-external-perl
epiphany-webkit-dev
atp
language-pack-yo-base
kcron
libgp11-0
erlang
yate-gtk
singularity-data
sciplot
pybridge
libopenh323-1.19.1
liblua5.1-sql-postgres-dev
libhwloc-common
libguichan-dev
libghc6-hdbc-postgresql-dev
libcapi20
kmldonkey
libpantomime1.2-dev
ecb
zsh-beta
bopm
libpar-perl
libgee2
libboost-python1.37-dev
libapache-mod-auth-kerb
language-support-af
ibulgarian
sgmlspl
linux-backports-modules-compat-wireless-3.2-2.6.32-46-preempt
transcalc
tkcvs
tint
rootstock-gtk
php5-symfony
music-bin
moonlight-plugin-core
lua50
libscotch-dev
libspiff4
gwyddion-common
dsyslog-dbg
cyrus22-nntpd
bauble
gstreamer0.10-ffmpeg
marble-data-kde4
sgmlspm
language-pack-kde-mt-base
fortune
locales
cman
default-jdk
usplash-theme-ubuntu-color
python2.3-scipy-core
madbomber-data
libusrp2-0
libghc6-terminfo-dev
libcgi-xmlform-perl
ifp-line
ladspa-host
cimg-examples
acerhk-source
wmcpu
rrdtool-dbg
libmono-rabbitmq2.0-cil
rtmpdump
xvncviewer
parrot-tge
ofono-phonesim
mmass
liblua5.1-svn-dev
libhtml-formfu-model-dbic-perl
libghc6-quickcheck2-prof
libghc6-x11-prof-1.5.0.0-4019c
libfsoframework-dev
xmobar
fossology-scheduler
dopewars
dfo
libdar64-4
childsplay-alphabet-sounds-nb
python2.6-telepathy
kdm-kde4
antlr3-gcj
kde-window-manager
linux-backports-modules-alsa-2.6.32-30-generic
linux-backports-modules-alsa-2.6.32-25-generic
xubuntu-desktop
vdr-plugin-osdserver
tryton-modules-account-de-skr03
opensync-plugin-palm-dev
libxdelta1-dev
libwww-cnic-perl
libxine2-vdr
libdspam7-drv-sqlite3
kwave
gir1.0-mutter-2.28
dsniff
libphp-diogenes
python-desktop-agnostic
aspectj
python-egenix-mxproxy-doc
libenca0
latex-xcolor
language-pack-kde-yo-base
language-support-be
kphotoalbum
telepathy-butterfly
dia
libjsch-java
linux-image-2.6.32-34-generic-pae
linux-image-2.6.32-29-generic-pae
linux-backports-modules-wwan-2.6.32-42-server
linux-backports-modules-wwan-2.6.32-37-server
linux-backports-modules-wireless-2.6.32-41-server
linux-backports-modules-wireless-2.6.32-36-server
avl
python2.6-jinja-dbg
phpunit-doc
linkchecker
libsource-highlight-qt4
openhpid
libgstreamermm-0.10-dev
libehcache-java
libcunit1
icewm-common
gnash-common
libghc6-array-prof
edb
cfortran
libbotan-1.8.2
libtext-autoformat-perl
nvidia-173-kernel-source
python-gnomecanvas-dbg
language-support-ca
kcachegrind-converters
sucrack
python-kaa-base
musescore-common
python2.4-semanage
libnet-dpap-client-perl
libmokoui2-doc
libghc6-stm-dev
libghc6-monadcatchio-mtl-prof-0.2.0.0-2aeee
libgfcui-doc
libghc6-unix-dev-2.4.0.0-16adb
clex
cfengine2-doc
bsc
avfs
libxmlrpc-ruby
xlibmesa3-gl
libgd-xpm-dev
language-support-bg
apparmor-utils
ssmping
python-networkx
libykclient3
libsvn-java
liblocale-hebrew-perl
libdesktop-agnostic-vfs-gnome
libdballe-core-dev
atlas-dev
ip2host
libfbembed2.1
tuxguitar
swfdec-mozilla
libgnome2-gconf-perl
doc-linux-de
libemail-mime-creator-perl
bandwidthd-pgsql
openoffice.org2-draw
lvm-common
cln
language-support-am
python-brlapi
docbk-xml
cups-common
zabbix-frontend-php
xfoil
python2.3-poker-network
mini-buildd-rep
libsndobj2c2
libmp3splt0
libigraph0-dev
libghc6-fgl-dev-5.4.2.2-60411
cyrus-imapd
gbsplay
flow-tools-dev
ede
clif
axe
openoffice.org-l10n-ml-in
libavdevice-dev
language-support-an
gfortran-multilib
ecj
linux-backports-modules-wwan-2.6.32-31-preempt
linux-backports-modules-wwan-2.6.32-26-preempt
linux-backports-modules-compat-wireless-2.6.35-2.6.32-45-preempt
ugene-data
telepathy-devel-qt
spew
python2.4-iplib
postgresql-8.3-orafce
pathological
libtest-portability-files-perl
libmakefile-parser-perl
libcneartree3-dev
ifstat
bve-train-br-class-323-3dcab
blogtk
libsp1-dev
libpth-dev
libgirepository1.0-0
jablicator
awk
libvirt
transset
monobristol
libghc6-parallel-doc
libbrlapi-java
libmouse-perl
emelfm2
bosh
beagle-dev
uno-libs3
libio-compress-bzip2-perl
libflac-doc
libclucene0ldbl
language-support-da
kuiviewer-kde4
abrowser-ubuntu-it-menu
lv2core
loop-aes-testsuite-v3
libdirac-decoder0
libcrypto++-doc
libapertium3
gnome-translate
ecm
dkfilter
djc
linux-headers-virtual
libserializer-java-openoffice.org
libpam-radius-auth
ldm-ubuntu-theme
bsh
vilistextum
scheme9
root-plugin-qt
python2.6-bzutils
provami
opensync-plugin-kdepim
mp3wrap
libxml-simpleobject-perl
libtest-class-perl
libroot-ruby5.18
libpcscada0.6
libkxl0-dev
libglobus-gsi-credential-doc
libgetopt-tabular-perl
libsfml-window1.5
aspectr
libapq3-common
gfpoken
bootcd-i386
away
rtkit
superkaramba
openoffice.org-hyphenation-en-gb
language-support-ar
kdeplasma-addons-dbg
python-tk
gnome-about
network-manager
linux-lts-backport-oneiric-source-3.0.0
svn-workbench
scala-doc
r-cran-gmodels
liboss-salsa2
libplexus-compiler-manager-java
libdx4-dev
fuseiso9660
darcsweb
cmap-adobe-cns1
childsplay-alphabet-sounds-nl
thunderbird-traybiff
xserver-xorg-video-vmware
samba-doc
python2.6-twisted-bin
openoffice.org-bundled
doc-html-w3
libpulse-browse0
mono-classlib-1.0
language-support-bn
language-support-as
kdepasswd-kde4
libgcr0
sparc-utils
libxau6
dhcp
rawdog
qalculate
python-gnuradio-gsm-fr-vocoder
performous-dbg
libsmdkim-dev
libocamlgsl-ocaml-1o8x1
libmixin-extrafields-perl
liblua5.1-copas0
libbusiness-onlinepayment-payconnect-perl
libadolc2
libghc6-random-prof-1.0.0.2-cf650
emacs-snapshot-lucid
apt-howto-fr
deluge-core
altermime
rssh
libxss1-dbg
libxkbfile-dev
language-support-de
language-support-bo
firefox-3.5-dbg
linux-headers-2.6.38-12-server
ziptorrent
ttf-adf-accanthis
statnews
qlandkartegt-garmin
python-qt3-gl-dbg
python2.5-openscap
python2.6-openbabel
python-enthought-traits
powermanga
onesixtyone
acedb-other-dotter
lsb-multimedia-noarch
libtioga-ruby1.8
libsyncml2-dbg
libmlpcap-ocaml
vde2
libexpat-ocaml-14p41
libdevel-profile-perl
libcairo-ocaml-dev-wyte1
kio-gopher
libxmpp4r-ruby
libhtml-scrubber-perl
amiga-fdisk
kinput2-wnn
libp11-1-dbg
launchpad-integration
policykit-kde
python-eyed3
dia-gnome
libsoap-lite-perl
linux-headers-3.0.0-22-virtual
linux-headers-3.0.0-17-virtual
linux-backports-modules-compat-wireless-2.6.34-2.6.32-30-server
linux-backports-modules-compat-wireless-2.6.34-2.6.32-25-server
vimoutliner
tircd
simple-cdd
python2.6-lockfile
python-clientform
libwww-indexparser-perl
libtao-orbsvcs-dev
libnotifymm-dev
libggiwmh0-dev
libsys-syscall-perl
ada-compiler
tcllib
tkdvi
apertium-dbus
libnewt-pic
aalib1
ttf-takao-pgothic
fortunes
debconf-i18n
b43-fwcutter
anthy-cannadic
ubuntustudio-video
saods9
rsrce
mythbuntu-diskless-client
mummer
lua5.1-policy-dev
libvalidatable-ruby
libreact-ocaml-dev
happycoders-libsocket-dev
gtk2-engines-nodoka
ktalkd
fvwm-gnome
ecs
dvi2ps-fontdata-ptexfake
doc-debian-es
bti
alsaplayer-esd
vala-doc
kde-systemsettings
oidentd
libsm6-dbg
libchewing-data
libpixman-1-0
language-support-br
libuninameslist0
ristretto
plasma-scriptengine-qedje
mseide-msegui-contrib
librest-doc
libgtkglext1-dbg
gmail-notify
r-base-core
cyrus21-pop3d
cl-clx-sbcl
bootp
axiom-tex
cmt
adabrowse
abuse-sdl
pinentry-x11
libxml-xpathengine-perl
libexiv2-doc
language-support-bs
libgnome-desktop-2-17
spim
r-cran-rcpp
openarena-server
mnogosearch-doc
libjhdf4-jni
libhz-dev
libhtml-template-expr-perl
libgcgi0
libclaw-graphic-dev
keurocalc
icmpinfo
python-tdb
axp
libjetty-java-doc
libcap-ng-dev
libapparmor-dev
bluez-audio
k14gfont
xfmedia-dev
ttf-adf-irianis
scheme2c
python2.6-sqlitecachec
maxima-test
libghc6-curl-dev
libfsotransport-dbg
libdnsres0
amrita
gromacs-mpich
gnome-gmail-notifier
fbb
libfalcon-engine1
dvdbackup-dbg
libglobus-gsi-proxy-ssl1
libcgi-dev
asunder
amule-utils
openoffice.org-ctl-he
language-support-fa
language-support-az
libsdl1.2debian
iceweasel
libexempi3
yapet
wesnoth-1.8-utbs
sugar-emulator-0.88
sqlrelay-freetds
solid
python2.3-pyrss2gen
pidgin-bot-sentry
libmecab-dev
libhtml-tagfilter-perl
libclass-methodmaker-perl
php-db
doc-debian-fr
bootcd
acpidump
xapian-tools
kdeutils-dbg
teeworlds-data
spip
python-zope.schema
python-fpconst
nautilus-clamscan
libvdk2-dbg
liburiparser-dev
libticalcs2-dev
libsox-fmt-flac
libev-libevent-dev
vala
lam1-runtime
goto-fai-progress
gforge-web-apache
python-sqlitecachec
brandy
mysql-common-4.1
python-zope.location-test
python-tau
python2.6-nipy-lib
php-codesniffer
libwfnetobjs0
libapiextractor-dev
gap-guava
focal
firehol
python2.6-openssl
logwatch
libbonobo-activation-dev
language-support-cs
konqueror-plugins
libibus-qt1
libhpmud0
linux-headers-lbm-2.6.32-31-preempt
linux-headers-lbm-2.6.32-26-preempt
python-pudb
phpgroupware-addressbook
p0f
openjdk-6-jre-shark
lordsawar-data
libykclient-dev
libruby1.9.1-dbg
solr-common
hedgewars
gadmin-tools
dma
bwa
x11proto-fixes-dev
network-manager-dev
libenca-dev
libcommons-discovery-java-doc
dhcp3-dev
libxaw7
wmxmms2
spis
python-tcm
ngila
libyiff2-dev
pilot-link-perl
irmp3-ncurses
inetutils-syslogd
egg
crossfire-client-x11
cpulimit
coq
cedet-contrib
nvidia-glx-173
atsar
language-support-ga
libxml-simple-perl
attr
yabause-common
ttf-junicode
netpipe-lam
mathgl-doc
libsexplib-camlp4-dev
libclass-date-perl
libcgi-xmlapplication-perl
courieruserinfo
chromium
fstobdf
xearth
bum
libwpd-stream8c2
language-pack-gnome-es-base
language-support-el
kbounce-kde4
fam
thunderbird-adblock-plus
python2.6-optcomplete
posterazor
minc-tools
lightspeed
libvmime-dev
libopencascade-dev
lastmp
glunarclock
libglpk-dev
fbi
etalk
bvi
nvidia-glx-180
python-tz
freetype1
xymon-plugins
tamil-gtk2im
octave-secs1d
loqui
libimage-xbm-perl
libgsmme1c2
libdmtx-utils
libatasmart-bin
koffice-libs
gtkam-gimp
libgcu0
libenchant1c2
language-support-gd
language-support-fi
language-support-en
kvkbd
ktron
gitweb
liblwres60
vbaexpress
solr-tomcat6
rdiff
prayer
mlterm-common
lagan
librestclient-ruby
libhtml-widgets-navmenu-perl
libhtml-packer-perl
libdiagnostics0
l2tpns
fabric
efp
dosage
archway
thunderbird-thunderbird-locale-nn-no
libevas-svn-05-engine-xrender-x11
language-pack-gnome-sd-base
language-support-eo
language-support-cy
gnutls-bin
cpp
wireshark-dev
python2.4-pyorbit-omg
pngnq
monodevelop-versioncontrol
libzbargtk0
libtest-eol-perl
libpod2-base-perl
liblunar-1-0
libjalali-dev
libitl-dev
libmodule-pluggable-fast-perl
libggigcp0-dev
libggadget-qt-1.0-0-api
ldap2dns
python-irclib
osm2pgsql
swell-foop
knetfilter
doc-linux-fr
camstream-doc
bayonne
python2.4-ldap
ssh2
libregexp-java-doc
libodbcinstq1c2
language-support-ha
language-support-ber
kompare-kde4
linux-headers-3.0.0-14-generic
linux-backports-modules-compat-wireless-2.6.34-2.6.32-46-server
uget
r-cran-mapproj
python2.3-quixote
p2c
linphone
libglobus-data-conversion-dev
libghc6-hdbc-postgresql-doc
libecasound-development
libconfig-ini-simple-perl
libbasicplayer-java
dhid
pinot-applet
claws-mail-pgpinline
childsplay-alphabet-sounds-pt
aspell-eu-es
buici-clock
linuxdoc-tools-info
language-support-dv
language-pack-br-base
ntp-server
trac-spamfilter
r-cran-latticeextra
python-restrictedpython
numconv
libclass-factory-perl
libchipcardc2
snort
ftpgrab
libemail-date-perl
aqbanking-tools
nvidia-glx-185
quassel-client
ia32-libs-dev
shared-desktop-ontologies
kcron-kde4
iptraf
gnome-system-tools
bovo
xmlcopyeditor
python-tegaki-gtk
python-mailutils
python2.6-event
octave-secs2d
omnievents-doc
libghc6-terminfo-doc
drapes
doc-linux-ja
mule-ucs
ttf-uralic
bacula-sd-sqlite
python-sip
python2.4-mysqldb
libcryptui-dev
language-support-es
libgmp3c2
fdupes
xkeycaps
python-zc
spooles-doc
libsnacc0c2
complearn-mpi
libforms-java-doc
libghc6-pcre-light-dev-0.3.1.1-18f3b
haml-elisp
libaqbanking29-dbg
gnome-extra-icons
libghc6-pretty-prof
libcatalyst-perl
dhis-server
cpu
backintime-kde
aranym-mmu
aolserver4-nsimap
language-pack-mr-base
language-support-he
language-support-fo
language-support-et
debconf-english
dds2tar
valknut
sbnc-mysql
openarena
libghc6-hlist-dev-0.1-3315d
libghc6-diff-dev-0.1.2-2e6a9
libchipcardd0
libgambc4-dev
schedtool
apt-mirror
ltsp-utils
language-support-ia
language-support-eu
language-support-dz
trickle
clhep2
scheme-r5rs
pyroom
libisoburn1
libhttp-request-params-perl
libgstreamermm-0.10-doc
libdirac0
gnumail.app-dbg
gnome-color-manager
filter
csh
childsplay-alphabet-sounds-ro
ttf-sjfonts
amanda
myspell-dictionary-ast
libgladeui-1-1
libevas-svn-05-engine-software-x11
language-support-gl
language-pack-kde-br-base
myspell-eu-es
doc
ifinnish-small
wmcube
ttf-okolaks
tkabber
libroot-fftw
libwww-mechanize-ruby1.9.1
libvdemgmt0-dev
libtk-filedialog-perl
libghc6-stm-doc
libghc6-process-dev-1.0.1.2-d10eb
libglobus-ftp-client1
dico
cnee
libvpb0
vco-plugins
xlbiff
not+openbsd
fckeditor
linux-headers-2.6.32-21
libxfixes3-dbg
libhnj-dev
libgladeui-1-2
language-pack-zh-base
language-support-fr
hunspell-eu-es
netcat
bogofilter-common
linux-headers-2.6.32-22
xulrunner-firebug
redet
python-rra
mi2svg
libstring-parity-perl
liblua5.1-coxpcall0
libgtkdatabox-0.9.0-1-dev
libghc6-parsec2-dev
atlas-doc
libatk1-ruby1.8-dbg
kde-style-bespin
libsysadm-install-perl
childsplay-alphabet-sounds-sl
biloba-data
mono-classlib-2.0
libgladeui-1-3
language-support-id
language-support-hi
locate
linux-headers-2.6.32-23
txt2tags
tryton-modules-calendar
tipptrainer-data
python2.6-mechanize
octave-bioinfo
java-runtime2
libmp3tag-ruby1.9.1
libtime-duration-parse-perl
libepc-ui-1.0-2
libalsaplayer-dev
libalgorithm-permute-perl
gmt-tutorial-ps
dtmfdial
anjuta-dbg
unzip-crypt
libgladeui-1-4
language-pack-kde-mr-base
libppl-c2
linux-headers-2.6.32-24
python2.6-zinnia
phpgroupware-0.9.16-email
pdns-backend-geo
paw-binary
med-physics
root-plugin-mathmore
libregexp-copy-perl
kelbt
hp48cc
doc-linux-hr
python-rpm
libgladeui-1-5
language-support-ja
linux-headers-2.6.32-30
linux-headers-2.6.32-25
wmwave
randomplay
python-ktoblzcheck
ffc
plasma-widget-nextwallpaper
opendrim-lmp-systemmemory
mmpong-caca
libghc6-hsh-dev
libenet
libcmpiosbase-common0
kolab-cyrus-pop3d
feh
fdm
embassy-domsearch
ears
cl-sql-postgresql-socket
atris
libdumbnet1
gnustep-base-runtime
xulrunner-1.9.1-dev
texlive-lang-italian
python-rrd
librdf-perl
language-support-ig
qemu-kvm
linux-headers-2.6.32-31
linux-headers-2.6.32-26
xmp-audacious
xmabacus
xmarufont
sinhala-font-lklug
spice
libxml-smart-perl
libvdkxdb2-2c2
libipod-cil-dev
libg15render-dev
jsymphonic
gobby-infinote
gkrellm-xkb
mingw32-runtime
epic5-script
childsplay-alphabet-sounds-ru
bibletime-data
python-magic
php5-curl
kdeplasma-addons-dev
libgladeui-1-7
libevas-dbg
libecore-ipc-svn-05
language-pack-kde-zh-base
gs-common
dict
libijs-0.35
libgdbm3
linux-headers-2.6.32-32
linux-headers-2.6.32-27
libxbsql0
libsparsehash-dev
libsimplelist0
libperl-metrics-simple-perl
libodin-dev
libkwnn-dev
libdvd0
kolabd
ffe
enigmail-locale-tr-tr
tclx8.4
chromium-testsuite-dbg
libmysqld-dev
libgphoto2-2-dev
libgladeui-1-8
cfitsio-dev
libboost-regex1.39-dev
language-support-ii
diff
linux-headers-2.6.32-33
linux-headers-2.6.32-28
tkremind
python2.5-pyepl
nvclock-qt
med-statistics
mandos
libxcomp-dev
libresid-builder-dev
libmysql6.0-cil
libemos-data
gclinfo
clamassassin
libfinance-yahooquote-perl
axel
attal
xserver-xorg-video-r128
dh-upx
thunderbird-thunderbird-locale-ta-lk
libqt4-gui
libgladeui-1-9
libeasymock-java
language-support-fy
firefox-3.5-dev
linux-image-3.0.0-20-server
linux-image-3.0.0-15-server
linux-headers-2.6.32-34
linux-headers-2.6.32-29
linux-backports-modules-compat-wireless-2.6.38-2.6.32-33-generic
xubuntu-wallpapers
rsibreak
peercast
libcelt0
libwill-paginate-ruby-doc
libhd13-dev
libgv-ocaml-4pqk5
libghc6-regex-base-prof
libgeotiff-dev
libmoosex-methodattributes-perl
libaunit3
libadasockets2
neverball
gocr-tk
ekg
argyll
language-support-ka
language-support-gu
linux-headers-2.6.32-40
linux-headers-2.6.32-35
wmget
python-pyx
python2.6-pypoker-eval
opencascade-wok
netams
libqd2c2a
libplexus-container-default-java-doc
libcapture-tiny-perl
ldaptor-utils
latex-cjk-japanese-wadalab
kde-full
collectd-core
binutils-source
aumix
xfishtank
openoffice.org2-thesaurus-en-us
libxaw-headers
libiconv-ruby1.8
libacl1-dev
language-support-gv
libxml-security-java
ifrench-gut
libcups2
linux-image-2.6.32-33-virtual
linux-image-2.6.32-28-virtual
linux-headers-2.6.32-41
linux-headers-2.6.32-36
root-file-server
parrot-test
libtggraphlayout-java
libtaoframework-opengl2.1-cil
libswfdec-0.8-0-dbg
libpcap-ruby1.8
libnotifymm-doc
libapache2-mod-suphp
doc-linux-it
ctn
libwww-mechanize-perl
lib32readline5-dev
language-support-hr
libkonq5
linux-headers-2.6.32-42
linux-headers-2.6.32-37
python-pypoker-eval
libmuparser-dev
libmlx4-1
libgtest-dev
libconfuse-dev
jocaml
childsplay-alphabet-sounds-sv
libgtkglext1-dev
avra
python-egenix-mxurl-dbg
libgnome-vfs2.0-cil-dev
libt1-5
winetricks
linux-headers-2.6.32-43
linux-headers-2.6.32-38
redis-server
vlc-nox
matchbox-keyboard-im
libssh2-1-dbg
libshout-ocaml-dev
libmoosex-methodattributes
libxml-handler-trees-perl
fp-units-gtk2
exiftags
cpudyn
sysstat
python-ctypes
libvformat1-dev
language-support-ht
docbook-stylesheets
linux-backports-modules-alsa-2.6.32-23-preempt
linux-headers-2.6.32-44
linux-headers-2.6.32-39
thunderbird-flashgot
xsmbrowser
xmanpages-ja
python2.2-templayer
phpgroupware-tts
pcregrep
python-gnutls
libxfconf-0-dev
libvc-dev
libtorture0
drb
libfsotransport-dev
kwwidgets-doc
kerberos4kth-user
gcb
gcompris
calife
aview
wmii2
ttf-bengali-fonts
language-support-la
language-support-hu
linux-headers-2.6.32-45
python-hachoir-wx
partimage-doc
libwulf-dev
libghc6-curl-doc
libdbi-doc
libcgi-doc
python-libmimic
edit-json
chromium-browser-l10n
funny-manpages
xnecview
libreadline-common
openoffice.org-java-common
libxcb-xvmc0-dbg
libdv4-dev
kde-l10n-csb
gcj-4.4-jdk
docbook2texi
gcc
libkdepim4
linux-headers-2.6.32-46
openturns
python-rpy
libvdk2-dev
python-pyexiv2
isatapd
jarwrapper
netbase
bacula-sd-tools
uim-hangul
simulavr
python-zope.intid
pyscrabble
openshot-doc
libzorpll3.0.6
libyadis-ruby1.8
libtest-prereq-perl
libthrowable-perl
libunixsocket-java
libbuffy-dev
libaxis2c-bin
libfiu0
fet
cm-super-x11
libwxgtk2.6-0
openoffice.org2-thesaurus-en-za
xml-rpc-api2cpp
xml-twig-tools
liblqr-1-0-dbg
language-support-is
xemacs-support
libgdu0
libxml-commons-resolver1.1-java
speakup-doc
tellico
ldaptor-common
mysql-admin
merb-core
libtest-warn-perl
libplplot-fortran9
libkmflcomp-dev
libdifflcs-ruby1.8
libbtparse-dev
gap
python-espeak
elk
dict-freedict-eng-por
libdbd-anydata-perl
lisp-compiler
amanda-common
nagios-images
linux-image-virtual
librdf-storage-mysql
libpkcs11-helper1
libmtp-dev
libgnome-bluetooth-dev
language-support-it
language-support-hy
java5-runtime
cup
libdlmcontrol3
python2.6-parted
cdna-db
libio-all-lwp-perl
libmixin-linewise-perl
libcobertura-java
libghc6-bytestring-dev-0.9.1.5-125af
python-ufc
fort77
xfonts-intl-japanese-big
cbflib-doc
ladspa-plugin
libasis2008
libosmesa6-dev
libgnome2-common
libavahi-qt3-dev
language-support-kk
language-support-iu
libedataserverui1.2-8
gdb
linux-backports-modules-compat-wireless-2.6.36-2.6.32-41-server
linux-backports-modules-compat-wireless-2.6.36-2.6.32-36-server
linux-backports-modules-compat-wireless-2.6.36-2.6.32-30-generic
zipper
unixcw-dev
redir
qtcurve
r-cran-genetics
libi18n-charset-perl
libghc6-xml-dev-1.3.5-a97d1
libclutter-perl
iperf
idzebra-2.0-examples
gforge-web-apache2
gdc
ebox
cvm
cl-photo
chromium-codecs-ffmpeg-dbg
backup-manager
libaudclient2
acetoneiso
startup-tasks
espresso-kbd-chooser
libsmokeqt4-2-dev
libsilc-1.1-2
language-support-kl
language-support-lg
bzr
yate-pgsql
unison-gtk
tetex-frogg-doc
science-chemistry
python2.6-lasso
predict
phpgroupware-todo
mummergpu
ltp-kernel-test
libtest-without-module-perl
kvirc
kleansweep
fex
dico-module-dictorg
mailman
libtommath-docs
libfakekey-dev
language-support-km
gas
xevil
vdr-plugin-examples
ttf-fifthhorseman-dkg-handwriting
ttf-bpg-georgian-fonts
sugar-tools
spring-mods-kernelpanic
pycgns
python-spf
phpgroupware-news-admin
p3scan
lisaac-doc
libmesh0.6.2-dev
libdbd-odbc-ruby1.8
libio-capture-perl
libann-dev
signing-party
ghc6-prof
doscan
claws-mail-bogofilter
chromium-codecs-ffmpeg
childsplay-plugins
id3
touchfreeze
nginx
libgtk2.0-0-dbg
libccs-dev
language-support-li
language-support-kn
gcj
tdiary
noshell
libsubunit-perl
libhdhomerun-dev
libglobus-mp-dev
libfile-fnmatch-perl
libfeed-find-perl
inform-mode
libfiredns0.9
debian-reference-de
cl-mcclim-examples
python-moinmoin
plasma-applet-folderview
librasqal2-dev
libparted2-dev
libosmesa6
language-support-ko
xscreensaver-data-extra
libhal1
libgeronimo-jacc-1.1-spec-java
pentium-builder
nadoka
milkytracker
giftd
gcl
gav
gap-table-of-marks
task-devel-common
unclutter
libparams-util-perl
xpdf-reader
linux-image-3.0.0-28-virtual
octave-integration
libghc6-texmath-prof
libecasound-ruby1.8
libdbd-sqlite3
libapache2-mod-shib
libassa3.5-5
fte-console
freedroid-data
quintuple-agent
dtc
dsh
dhcpd
epiphany-extensions
conntrack
lsb-qt4-noarch
libcurl2
libboost-thread1.36-dev
language-support-nb
language-support-mg
linux-image-2.6.32-30-generic
linux-image-2.6.32-25-generic
z88dk-data
r-cran-acepack
snappea
overkill
nvclock
mga-vid-module
libterm-shell-perl
ivtools
tfm-arphic-bkai00mp
grml-btnet
gpsd-dbg
go2
gnustep-make-doc
gforge-shell-postgresql
dirdiff
clearsilver-dev
gnuplot-x11
cvs
libcurl3
pioneers-client
php-compat
liblog-agent-perl
liblog4r-ruby1.8
openct
jpilot-backup
realplayer
gco
calamaris
avrp
libcurl4
language-support-mi
language-support-ks
zabbix-proxy-mysql
science-engineering-dev
python-kinterbasdb-dbg
postgresql-8.4-prefix
pacemaker-heartbeat-dev
libwnn-dev
libguytools1-dev
libfile-dircompare-perl
libend-perl
libdns-ruby-doc
libcgi-extratags-perl
libaqbanking29-dev
ldapdiff
iswiss
igalician-minimos
gearman-worker
python-ufl
bzflag-client
asymptote
amavisd-new-milter
listres
libwpd-dev
libgnome2.0-cil-dev
language-support-ne
language-support-lo
language-pack-gnome-dv-base
kdenetwork
yorick-yao
u++
ssed
mn-fit
libnet6-1.3-dev
libnet-dns-async-perl
python-pyfiglet
hscolour
faac
libghc6-dph-prim-interface-dev
frei0r-plugins-dev
centerim-utf8
lsb-graphics-noarch
libk3b-dev
libidn9-dev
language-support-mk
language-support-ku
eog
default-jre
r-cran-effects
transtermhp
rwho
libwfut-0.1-0-dbg
libbakery-2.6-dev
flight-of-the-amazon-queen
fim
faad
t1-xfree86-nonfree
python-van
libsigc++-2.0-dev
libatasmart-dev
ldm-ubuntu-themes
language-support-ml
gdm
yapra
rtnet
mpg123-nas
tnef
libjifty-plugin-openid-perl
libextlib-ruby-doc
festvox-kallpc16k
mh-book
gnutls-dev
libbcprov-java-doc
language-support-oc
language-support-kw
nautilus-scripts-manager
monodoc-gmime2.4-manual
libuser
libsocksd0-dev
liblo0-dev
libgearman-server-dev
libflowcanvas3
gtk2-engines-sapwood-dbg
freeipmi-ipmidetect
fio
libjs-scriptaculous
vrml-browser
xfonts-base
python2.3-imaging-tk
libgtkhtml3.14-dbg
libmono-winforms1.0-cil
language-support-mn
mswordview
sitesummary-client
python-weblib-doc
python2.4-decoratortools
lua5.1-policy
linux-headers-2.6.31-10-rt
libreact-ocaml
libghc6-parsec2-doc
libggi1
libcsnd-dev
cltl
happycoders-libsocket
freemat-data
dict-freedict-eng-scr
cgiemail
boinc-app-seti
beagle-xesam
apertium
anjuta-dev
abuse-frabs
arabtex
python3.1-elementtree
oem-config-gtk
libfli1
language-support-lt
language-support-ky
hugin
linux-headers-2.6.32-46-preempt
stardict-plugin-espeak
python2.6-galago
music-doc
sequenceconverter.app
raxml
manpages-ja-dev
libtaglib-ocaml-dev-457k9
ooo2dbk
libjs-jquery-ui
libghc6-hunit-prof
libggi2
gsutil
geda-gnetlist
libchef-ruby
python2.6-ldap-dbg
python-glade2-dbg
python-cddb
language-support-pa
libfltk1.1
yaret
xserver-xorg-video-glamo
r-cran-mnormt
mythtv-theme-mono-osd
resmedicinae
libuclmmbase1
libomnievents-dbg
libdbi-ruby
libscalar-string-perl
lam3-dev
libgtksourceview1.0-0
gem
libexchangemapi1.0-0
libxml-rss-perl
console-tools-dev
language-support-nl
language-support-lv
libmyspell-dev
ecj-bootstrap
python2.6-xdelta3
python2.5-netifaces
python-lazr.lifecycle
libnet-ldap-filterbuilder-perl
libdata-javascript-anon-perl
libpcre-ocaml-l2cx2
xul-ext-gears
bcron-run
python2.3-paramiko
libieee1284-3-dev
libevas-dev
language-pack-pa-base
language-support-mr
orbit2-nameserver
mpd-dbg
mozilla-gtk-vnc
libweather-com-perl
libmapistore0
libhildonthumbnail0-dbg
libgenrunner-dev
refblas3-test
gambas2-script
ent
debian-reference-en
agda-bin
abe-data
python-tickcount
libpcre2-dev
language-support-nn
language-support-ms
xword
webauth-tests
r-cran-rsprng
opj2dat
kplato-kde4
jabberd2-pgsql
slice2cs
libmutter-private0
doc-linux-pl
alien-hunter
libgnomeprint2.2-dev
cfitsio-doc
language-support-mt
python-xapian
apt-xapian-index
linux-lts-backport-natty-headers
skalibs-dev
python2.6-statgrab
network-manager-openvpn
libslab0
libshogunui-dev
ktimetrace
kmplayer
libxen3
libboost-signals1.37-dev
hal
linux-image-3.0.0-30-generic
linux-image-3.0.0-25-generic
linux-backports-modules-wireless-2.6.32-33-generic
linux-backports-modules-wireless-2.6.32-28-generic
smuxi
python2.3-clearsilver
pyroman
libvanessa-socket-dev
libmecab-ruby
libhd13-doc
libhamlib2-perl
libplexus-compiler-api-java
libclass-method-modifiers-perl
ghc
ggz-kde-games-data
gfm
erc
epm
douf00
libgetopt-mixed-perl
libxml-writer-perl
language-support-translations-ast
lynx-cur
libwebkit-1.0-2-dbg
linux-backports-modules-compat-wireless-2.6.39-2.6.32-45-generic
phpgroupware-polls
mediamate
ltsp-livecd
librsvg2-ruby1.8-dbg
libdata-treedumper-perl
libdata-showtable-perl
libclearsilver-perl
keynote
projectcenter.app
dime
dchroot
axiom-test
language-support-nr
language-pack-kde-pa-base
language-support-om
language-support-ast
bogl-bterm
pythoncard
libtest-yaml-valid-perl
firebird2-classic-server
debian-reference-es
cpp-4.3-doc
xserver-xorg-input-evdev
xipmsg
x11proto-print-dev
libgladeui-1-dev
freeradius-common
texlive-xetex
linux-backports-modules-alsa-2.6.32-46-generic
wide-dhcpv6-server
python-sfml
python-cap-ng
libssh2-1-dev
scalapack-mpich-dev
libqglviewer-dev
libnet-netrc-ruby1.8
libmuparser-doc
libgwrap-runtime0-dev
libgtkglext1-doc
libcommons-net-java-doc
namazu2-index-tools
gpc-doc
alsaplayer-gtk
libdbusmenu-glib0
language-support-my
mseide-msegui
libtest-signature-perl
libpod-markdown-perl
libnet-upnp-perl
libplot-perl
libfreeipmi6
fnfxd
eql
code2html
libmono-db2-1.0-cil
libcdio-dev
libgraphviz4
clvm
libdbusmenu-glib1
ant-optional
mongodb-10gen
linux-backports-modules-compat-wireless-2.6.38-2.6.32-31-server
xwota
psi-translations
nedit-smotif
libunicapgtk-docs
libtifiles-dev
libtheora-ocaml-s4pl4
libtext-balanced-perl
libsigc++0
libjboss-server-java
libghc6-curl-dev-1.3.5-735cd
libdata-miscellany-perl
ldtp-doc
libxcb-xvmc0-dev
libboost-program-options1.39-dev
language-support-pl
wmweather
stda
vbpp
qmmp-plugin-projectm
pydance
freewnn-kserver-dev
libcarp-assert-perl
apt-howto-uk
debian-reference-fr
libgnustep-gui0.16
libtomcat6-java
language-support-or
openscenegraph-doc
vdr-plugin-xineliboutput
libvdk2-doc
libsigc++0c102
libgetopt-argfile-perl
libethos-ui-dev
knmap-docs
camserv
libncbi6
myspell-dictionary-be-by
oem-config-kde
timedate
liblqr-1-0-dev
libgnome-vfsmm-2.6-1c2
bind-dev
dfontmgr
perl-suid
libqtcore4
wmfsm
telepathy-specification
octave2.9-doc
navit-graphics-gtk-drawing-area
libyazpp3-dev
libtaoframework-freetype2.3-cil
kdiff3-doc
gnuradio-apps
libvtk5.2-qt3
evolver-doc
star
ding
airstrike
xserver-xorg-driver-i128
screensaver-default-images
rhythmbox-plugin-coherence
libnunit-cil
libntfs-dev
libcupscgi1-dev
grub-linuxbios
python2.6-musicdns
python-json-py
mpqc-support
libxprintapputil-dev
libnetfilter-queue1
gnotski
fsniper
liberubis-ruby1.8
libvtk5.2-qt4
libetrace0
ssid
debian-reference-ja
bootpc
skanlite
python2.6-pyatspi
pulseaudio-esound-compat
libtest-tester-perl
libmtp-doc
libjexcelapi-java
lib32z1-dev
language-support-sa
mono-dbg
linux-headers-2.6.32-351-ec2
linux-headers-2.6.32-346-ec2
ttf-tagbanwa
tleds
python-sss
libtemplates-parser-dev
libsigc++5
libghc6-digest-prof-0.0.0.7-60eb0
liberubis-ruby1.9
libdata-hexdumper-perl
libclanlib-dev
ssft
gmerlin-dbg
efax
dwm
dvr
libgdcm-tools
tsrdev
avr-libc
quassel-qt4
plasma-widget-worldclock
libgcrypt-dev
libfontenc-dev
gimp-data-extras
python2.6-ldtp
phpgroupware-0.9.16-news-admin
libvrb0
libsnmp-multi-perl
librainbow-dev
libghc6-uulib-dev-0.9.10-c05d0
umview
globus-gram-job-manager-scripts
libfreecell-solver0
libwsdl4j-java-doc
language-support-sc
libxinerama1
linux-headers-3.0.0-13-server
linux-backports-modules-compat-wireless-2.6.37-2.6.32-42-generic
linux-backports-modules-compat-wireless-2.6.37-2.6.32-37-generic
nautilus-wallpaper
libresid-builder0
libquantum-superpositions-perl
libpng-sixlegs-java-doc
libkeynote-dev
clipf
merb-slices
libgoocanvas-common
language-support-sd
kttsd
gij
binfmt-support
apache2-suexec-custom
sshm
sqsh
python2.5-pyisomd5sum
prover9
phpgroupware-0.9.16-notes
luola-nostalgy
libsyslog-ocaml-ng6i5
libsynfig0
libsnacc-dev
pvm-dev
libopkele-dev
liblua5.1-sql-sqlite3-2
python-mpdclient
kdevplatform1-libs
gir1.0-poppler-0.8
fvwm-themes
fgetty
doc-debian-uk
codelite-plugins-wxformbuilder
libbcprov-java-gcj
language-support-se
language-support-pt
stax
p2kmoto
liblingua-romkan-perl
libdvbpsi1-dev
gt5
globus-gram-job-manager-setup-condor
doschk
mozplugger
antiword
ident-server
libjunitperf-java-doc
libfs6-dbg
language-support-ta
libsearchclient-dev
libgimp-perl
mongodb20-10gen
linux-backports-modules-compat-wireless-2.6.38-2.6.32-31-preempt
linux-backports-modules-compat-wireless-3.2-2.6.32-40-generic
python-libiphone
libxcomp3
libmercator-0.2-dev
liblinebreak1
libghc6-filepath-dev-1.1.0.3-3f3be
fpc
claws-mail-themes
boson
python2.3-apoo
software-store
python-rrdtool
python2.4-formencode
libgnomeui-dbg
libaxis2c-dev
kgeography-data-kde4
cvs2cl
amarok-utils
wcanadian-large
xmakemol
pcd2html
odccm
libswfdec-0.8-dev
librdmacm1-dbg
libpostgresql-ocaml-9qom7
libobexftp-ruby
liblwp-dev
libghc6-zip-archive-dev
libgda3-postgres
libdynamite
libdecodeqr-examples
libextractor-plugins
libclassad0
argus-client
libwv-1.2-3
gsynaptic
libtalloc-dev
libpcsclite-dev
linux-image-2.6.35-32-server
vdr-plugin-remoteosd
mythnettv-svn
python-biopython
libxml-um-perl
libcvector2
cfengine
nautilus-ubuntuone
kdeplasma-addons-data
ocaml-native-compilers
libjpeg-dbg
language-support-si
cpufrequtils
deskbar-applet
libesd0
qcad-doc
python2.6-dumbnet
ltsp-cluster-lbserver
libmcal0-dev
libghc6-http-prof-4000.0.6-76c04
libgcr410
libexml-java
libecasoundc-dev
libfreeimage-dev
libgpevtype1
gip
libghc6-dph-par-dev-0.4.0-b4f33
ggz
fraqtive-dbg
eva
python-svn-dbg
language-support-te
language-support-ro
python-launchpad-integration
python2.3-gdchart2
python-kjbuckets
plasma-widget-drop2ftp
php-apc
opensync-plugin-evolution
monodevelop-vala
libopencascade-ocaf-6.3.0
liblodo-dev
libhttrack1
liblingua-en-inflect-perl
xfonts-a12k12
libreadline-ruby1.9.1
ebox-objects
cairo-dock-plug-ins-integration
xgobi
procmeter
language-support-sk
gfxboot-theme-sles
supervisor
r-cran-design
pkcs11-data
libzrtpcpp-dev
libzlcore
libdevel-findref-perl
libcdd-dev
libparams-validate-perl
libhttrack2
hildon-navigator
libghc6-dph-prim-interface-doc
frei0r-plugins-doc
fraqtive
claws-mail-bsfilter-plugin
python-svn
language-support-tg
language-support-sl
xletters
wims-modules-es
vbuf
sendmail-cf
python-virtualenv
octave-miscellaneous
mono-1.0-service
treeplot
matchbox-panel-manager
librd-html-ext-ruby1.8
libphone-utils0
libdoxia-maven-plugin-java
libbakery-2.6-doc
libgtkimageview0
libghc6-base-dev
firebird2.0-examples
ess
virtuoso-nepomuk
libsigc++-2.0-doc
liblouis0
language-support-th
pinentry-curses
tryton-modules-stock-inventory-location
scponly
mumble-dbg
ogmtools
libsyfi0-dbg
libming-fonts-openoffice
libjboss-ejb3x-java
libisnativec-java
libace-xtreactor-5.6.3
gbiff2
ecasound-el
cyrus-pop3d-2.2
audacious2
libextutils-parsexs-perl
libcgi-pm-perl
language-support-ti
gnutls-doc
git
libgtkhtml3.14-dev
libept0
linux-backports-modules-compat-wireless-2.6.35-2.6.32-34-generic
linux-backports-modules-compat-wireless-2.6.35-2.6.32-29-generic
whichwayisup
root-plugin-sql
omegat
octave-strings
ecell
libusrp0-dev
libnet-sieve-script-perl
liblablgl-ocaml-1x755
dns323-firmware-tools
dict-freedict-eng-rom
debian-reference-it
avahi-dnsconfd
wmctrl
openoffice.org-hyphenation-en-us
libgssglue-dev
libbsd-resource-perl
language-support-so
libtaskmanager4
fop
tk8.4-dev
wmifs
libwine
renderathome
rt2570-source
r-cran-pscl
python2.3-quixote1
thunar
libstderesi0-dev
libmpich-p4shmem1.0
libmcrypt-dev
libmaypole-perl
libgtksourceviewmm-1.0-2
libgnomeada2.14.2-dbg
libapache2-mod-rpaf
gtrayicon-dbg
claws-mail-feeds-reader
libmikmod2
espresso-utils
libtiff-opengl
language-support-tk
language-support-ru
kdepim-doc-kde4
gmc
wims-modules-fr
libx11-freedesktop-desktopentry-perl
libtex-encode-perl
libomnievents-dev
libosso-dev
libapache2-authcassimple-perl
jargon-text
gambas2-gb-db-postgresql
fpm
clips
plasma-widget-indicatordisplay
libpod-spell-perl
language-support-ug
language-support-tl
language-support-sq
libavahi-ui0
netrw
libsvn-notify-perl
libmesh-dev
libscalar-defer-perl
libg2-dev
libicegrid33
gjs
libhiglayout-java
aolserver4-nspostgres
libgnome-vfs2.24-cil
language-support-sr
language-support-rw
language-pack-gnome-eo-base
language-pack-gnome-cy-base
konsole-kde4
step
libgdraw4
aspell-dictionary
linux-headers-3.0.0-29-server
wget-el
libvorbis-ocaml-dev
libomhacks0
libnora-ruby1.8
libnecpp0
libkrb5-ruby1.9.1
libghc6-highlighting-kate-dev-0.2.6.2-8bd10
libcontext-preserve-perl
libjcharts-java
libwxgtk2.8-0
libevas-doc
libblkid-dev
libaal-dev
language-support-tn
language-support-ss
libkdecorations4
dhelp
tesseract-ocr-deu
r-cran-robustbase
libxmlrpc-epi0-dbg
scalapack-lam-dev
sslh
libcgns-dev
gshare
xul-ext-enigmail
anthy-el
xmltex
trscripts
inetutils-inetd
raptor-utils
libcanberra-gtk0-dbg
lib32objc2-dbg
language-support-ve
language-support-st
libmono-system-data2.0-cil
cdrskin
tesseract-ocr-dev
molden
python-csoundac
phpgroupware-0.9.16-addressbook
mpdris
lire-doc
pgapack
haskell-hsql-mysql-doc
libcap-ng-utils
kpicosim
fossology-agents-single
xgmod
valac
libgnomeprint2.2-doc
libaopalliance-java
language-support-wa
language-support-uk
xfonts-bolkhov-isocyr-75dpi
wzdftpd-back-mysql
skalibs-doc
ratbox-services-mysql
r-cran-fnonlinear
python2.6-zope.size
libpcsc-perl
libtemplate-declare-perl
libdb4.1-tcl
libjetty-extra
php-net-imap
libglobus-callout0
etw
dvbackup
libpam-mysql
cmus
libmarkaby-ruby1.8
openoffice.org-hyphenation-en-za
ttf-tmuni
language-support-sv
libkrb5support0
libqimageblitz4
ifeffit
libgdome2-dev
libcoyotl-dev
hex
gforge-mta
mgetty-viewfax
dict-hitchcock
cone
xul-ext-adblock-plus
3dchess
python2.3-egenix-mxtools
python-uno
libwmf0
language-support-tr
language-pack-bn-base
language-pack-as-base
gtk2-engines-qtcurve
libpanel-applet2-0
libgif4
linux-image-2.6.32-23-preempt
tcptrace
sgml-spell-checker
mtkbabel
mixxx
gbioseq
libtirpc1
liblivejournal-perl
libleptonica-dev
libinfinity-0.4-dbg
libcommons-jci-rhino-java
libsub-identify-perl
libactiveldap-ruby1.8
inspircd-dbg
iat
haxml
refit
python-gtkglext1
ginspector
rdist
libgcj9-dbg
exe
dict-de-en
dasher-data
createrepo
libcipux-storage-perl
amsn-data
tipa-type1
ubuntuone-storage-protocol
language-support-vi
language-support-ts
oss-compat
libwims
virtuoso-opensource
libxmlrpc3-server-java
libmcpp-dev
libghc6-lazysmallcheck-dev
libeventdb2-dbg
gri-html-doc
fftw-double-dev
chromium-browser-dbg
ibp
python-egenix-mxurl-doc
language-support-tt
language-support-csb
gjdoc
libglu1-mesa-dev
styx-dev
memlockd
lletters-media
libglobus-gridftp-server-dev
libghc6-vty-prof-3.1.8.4-88fdc
ladspa-sdk-dev
ibus-table-cns11643
dish
libnfnetlink0
clirr
am-utils
python-vobject
knetworkmanager
language-pack-mn-base
language-support-crh
iputils-arping
wwwstat
phamm-ldap
multitee
libxmlezout-dbg
libmoonlight-windows-desktop3.0-cil
liblaf-widget-java-doc
gappletviewer-4.3
libxml-qofqsf-perl
courier-imap-authldap
btrfs-tools-dbg
atomix-data
livecd-rootfs
libcommons-beanutils-java-doc
libcompress-zlib-perl
zend-framework-bin
transcend
swi-prolog-doc
stockfish
s3d
peace-theme
mtink-doc
mpc123
libzinnia0-dbg
libossim-dev
libhildon-1-0-dbg
suck
god
festvox-rablpc16k
blcr-util
qemacs
language-support-ur
language-pack-kde-bn-base
language-pack-kde-as-base
libedata-book1.2-2
bacula-sd-sqlite3
source-highlight
python
linux-headers-server-lts-backport-maverick
squirrelmail-quicksave
sqcwa
rsh-redone-client
pdfsam
lxsession-edit
libzn-poly-0.8
libiptcdata-bin
libgmt-dev
clanlib2
libgeant321-2-dev
fte
dosbox
cyphesis-cpp-clients
edubuntu-artwork
clisp
sl-modem-daemon
ico
python-sip4
c-sharp-2.0-compiler
libsub-uplevel-perl
language-pack-yi-base
abrowser-bindwood
xdiskusage
tcptrack
python2.6-mapscript
mdns-scan
libdata-uuid-libuuid-perl
libcgi-ssi-parser-perl
insighttoolkit-examples
gpa
gnustep-netclasses
libgig6
dcap-dev
adanaxisgpl
xserver-xorg-video-vesa
gnometris
mouseemu
libgconfmm-2.6-1c2
akonadi-kde
hspell
ifupdown
openssh-client
zope-sqlrelayda
scilab-data
plasma-scriptengine-ruby
fsl
libyazpp3-doc
libpmap-dev
libpt-1.11.2
libghc6-haskelldb-hdbc-postgresql-dev
libcatalyst-model-cdbi-perl
wmgui
courier-debug
sylpheed-claws-gtk2-synce-plugin
libgenrunner0.3.3
libsac-java
language-pack-kde-mn-base
gcj-4.4-jre
expect
xserver-xorg-input-joystick-dev
vstream-client-dev
ruby-prof
libzeroc-ice-ruby1.8
liboggz2-dbg
liblua5.1-orbit0
libmapi-dev
kcemirror
gift-client
firebird1.5-classic
libgtkglext1
btpd
gpc
libfile-tail-perl
python-wsgiref
openoffice.org-headless
nagios3-core
multiboot-doc
libgnome-vfs2.0-cil
bsdutils
libcommons-net-java
xconq-common
python2.6-facebook
openmx
libxml-filter-xslt-perl
libtemplates-parser-doc
libopencore-amrnb-dev
liblua5.1-orbit1
idn
libghc6-hpc-dev
freeipmi-common
fenix-plugins-system
fake
dict-freedict-eng-spa
bchunk
clive
libreadline4
newt0.30-dev
newt0.25-dev
libgcrypt-doc
libepub-dev
libjaxme-java
libcdio-cdda-dev
language-support-xh
gnome-themes-selected
console-terminus
cpio
vdr-plugin-bitstreamout
ttf-mplus
v-sim
python2.6-poker2d
netbeans5.5
libgsl-ruby
libgii0
libghc6-stm-prof-2.1.1.2-9e448
libcyrus-imap-perl21
libgnu-regexp-java
libtext-typography-perl
gpe
gmt-tutorial-pdf
gmt
bugz
backintime-kde4
libresid-builder0c2a
cook
tinyca
libreadline5
language-pack-kde-yi-base
kget-kde4
linux-backports-modules-input-lucid-generic
scilab-sivp
python2.6-buffy
python2.3-apsw
python-usb
phpgroupware-phpgwapi
python-monajat
python-daap
libnids-dev
libjgrapht0.6-java-doc
kcollectd
php-net-sieve
hildon-theme-harry
libgii1
libtext-csv-perl
libcyrus-imap-perl22
cvsutils
libmono2.0-cil
icu
ltsp-client-core
language-support-wo
kubuntu-netbook-default-settings
gok
libreadline6
mozilla-mozgest
tinyproxy
subunit
gmv
libticonv-dev
libhash-flatten-perl
libgdome2-0
iptables-persistent
hornsey-dbg
gnumeric-plugins-extra
fair
erlang-inviso
crossfire-maps
xeyes
tar-doc
smartmontools
libldl2.0.1
libdrm-dev
libboost-regex-dev
language-support-uz
flex-old-doc
flex-doc
linux-backports-modules-input-2.6.32-36-generic
linux-backports-modules-input-2.6.32-41-generic
systraq
openguides
ohcount-doc
libschedule-cron-perl
libright-aws-ruby-doc
libdisplaymigration-dev
gom
gitstats
edbrowse
cons
ceferino
qt-designer
python2.4-pyxattr
python2.6-cheetah
pulseaudio-module-rygel-media-server
parted-doc
libfontenc1-dbg
libgnomeui-dev
sudo
linux-backports-modules-wireless-2.6.32-31-preempt
linux-backports-modules-wireless-2.6.32-26-preempt
yauap
ugene
splat
python2-numeric
mpg123-oss-i486
libsundials-cvode0
libtest-email-perl
libghc6-lazysmallcheck-prof-0.5-8b558
libg20
ids
steptalk
gnome-xcf-thumbnailer
python-sexy
dist
a2jmidid
python-pyao
perl5-base
linux-headers-2.6.32-21-generic-pae
libxklavier12-dev
librarian-dev
libaxis2c-doc
phonon-backend-xine
linux-backports-modules-compat-wireless-2.6.39-2.6.32-43-preempt
linux-backports-modules-compat-wireless-2.6.39-2.6.32-38-preempt
stressapptest
qorganizer-translations
monajat-applet
libpgplot-perl
libmodule-inspector-perl
libxmlsec1-openssl
libgv-ocaml
libghc6-zip-archive-doc
libghc6-xhtml-dev
libfm-gtk0
isdneurofile
goo
glotski
cyrus-imapd-2.2
libtotem-plparser1-dbg
libwpd-stream8c2a
libjpeg-dev
language-support-yi
python-django-djapian
stir
libzlcore-dev
libwbxml2-0-dbg
liburcu0
libupnp0
libjuman
lernid
leaktracer
lakai
freemind-plugins-svg
dv4l
docbook-stylesheets-doc
x11-xfs-utils
focaml
libksane-dev-kde4
ftp
python-xdg
linux-backports-modules-alsa-2.6.32-44-preempt
linux-backports-modules-alsa-2.6.32-39-preempt
yatex
plplot-tcl-dev
libsmokeqt-dev
librmagick-ruby1.8
libghc6-dph-prim-seq-prof
bustle
libxml-dom-xpath-perl
anyremote2html
nvidia-96-dev
python2.6-setuptools
x11proto-xf86vidmode-dev
libsmokeqt4-dev
libfindlib-ocaml-dev-rqn85
gcc-4.4-multilib
root-plugin-hbook
python2.6-jppy
libupnp2
libsmi2ldbl
libmpich-shmem1.0ldbl
libhamlib-dev
libglobus-xio-dev
libgconf2-ruby1.8
monodoc-db4o-manual
libakonadi-ruby1.8
opensc
zcode-game
jcc
indywiki
grc
ggz-grubby
dvblast
detox
desmume
debian-reference-pl
libdcap1
btnx
jam
beagle
ubuntu-netbook-remix-default-settings
gpm
language-support-fonts-mnc
krosspython
yaws-wiki
octave-symbolic
coot
libusbprog-dev
libtest-output-perl
suikyo-table
libroot-unuran-dev
libqttapioca-dev
libconfig-dev
libhk-classes15ldbl
icebreaker
fts
emboss-lib
raidutils
debaux
splay
libupnp3
xserver-xorg-driver-siliconmotion
ntp-doc
cli-runtime
libmono-system-ldap2.0-cil
language-support-zh
snd-gtk-jack
sml-mode
ri1.9.1
r-cran-fasianoptions
python-zope.sqlalchemy
hunspell-en-med
elexis
libupnp4
tntnet-runtime
libsyfi0-dev
libglade2-ruby1.8-dbg
libb-hooks-op-annotation-perl
libghc6-base-doc
python-pylirc
naist-jdic
barcode-dbg
libksieve4
libaprutil1-dbd-sqlite3
uni2ascii
sam2p
qdacco
libvirt-ruby
libproxy-tools
libmarkdown-php
libghc6-xmonad-dev-0.9.1-0eef4
kolab-freebusy
gpp
libglobus-rsl2
bouml
ubiquity-ubuntu-artwork
texlive-lang-other
deborphan
sgmltools-2
ocaml-compiler-libs-3.11.2
language-support-yo
kdegames-dbg
libxft2
docbook-xsl-ns
xfce4-notes
uanytun
torsocks
newsbeuter
makeztxt
libopencascade-visualization-dev
libgnomeada2.14.2-dev
libghc6-stm-dev-2.1.1.2-9e448
libghc6-digest-dev
libcf-ocaml-dev-w84f5
libwpd-tools
hnb
libphp-snoopy
tk8.4-doc
libxnvctrl-dev
speech-dispatcher
libnunit-doc
libmono-bytefx0.7.6.1-cil
fluid
libdbusmenu-qt-dev
libdb4.5-dev
linux-image-2.6.32-344-ec2
linux-backports-modules-compat-wireless-2.6.36-2.6.32-46-generic
vdr-plugin-svdrpservice
sendmail-base
nuapplet
musixlyr
libnb-platform11-java-doc
libclass-dbi-plugin-retrieveall-perl
libace-tmcast-dev
gpr
ftpwatch
multistrap
camera
asused
xmessage
tipa-doc
python2.4-libxml2
libtime-piece-perl
gfxboot-theme-ubuntu
pciutils
mysql-client-core-5.1
tmake
python2.5-simpy
lzma-source
libxmlrpc3-java-doc
libxmlm-ocaml-dev-ws342
libpg-perl
libnumber-range-perl
slice2rb
gri
gps
libautotrace3
not+alpha
kuser
libgtkhtml-editor-dev
digikam
weechat-dbg
virtaal
scilab-test
qimo-wallpaper
python-sponge
rumba
med-imaging-dev
libspf2-0
libogre14-dbg
libiso9660-dev
libesl0
libga-dev
libdbd-pg-ruby1.9.1
libhildondesktop0
libgsmme1c2a
gpt
edict-fpw
ditz
gnome-spell
libmono-data-tds1.0-cil
libgnome-keyring1.0-cil-dev
graphviz-dev
libenchant1c2a
linux-backports-modules-compat-wireless-2.6.37-2.6.32-40-preempt
linux-backports-modules-compat-wireless-2.6.37-2.6.32-35-preempt
linux-headers-lbm-2.6.32-22-server
linux-backports-modules-compat-wireless-3.1-2.6.32-44-generic
linux-backports-modules-compat-wireless-2.6.35-2.6.32-40-server
linux-backports-modules-compat-wireless-3.1-2.6.32-39-generic
linux-backports-modules-compat-wireless-2.6.35-2.6.32-35-server
wbar
search-ccsb-el
python-storm
libs3dw-dev
libqttelepathy-dev
liblua5.1-gnome-dev
libghc6-edison-core-prof
libapache-db-perl
kepas
telnetd-hurd
clamav-getfiles
fontconfig-config
kfind
thunar-thumbnailers
springlobby-dbg
simple-ccsm
roboop
riece-rdcc
python-anyjson
pd-aubio
netcat6
milter-greylist
linpsk
libwww-opensearch-perl
libspf2-2
paw-static
sssd
libmodglue1-dev
libipc-pubsub-perl
libghc6-hlist-prof-0.1-3315d
dict-freedict-eng-rus
cl-pipes
apt-show-versions
ifenslave
cups-driver-gutenprint
bash-doc
libbsf-java
aide-binary
torus-trooper-pure
pdns-backend
libtioga-ruby-examples
libmrpt-dev
gpw
libglusterfs0
freespeak
fenix-dev
giblib1
snort-pgsql
razor
python3.1-dbg
python-docutils
oooqs-kde
metamail
guile-1.8-dev
linux-image-2.6.32-46-generic
mediawiki-metavidwiki
libghc6-terminfo-prof-0.3.0.2-008ea
libexporter-tidy-perl
libcgic2
libcache-simple-timedexpiry-perl
giggle
libopencascade-modeling-6.3.0
python-wit
ttf-arphic-uming
libswscale-extra-0
bug-buddy
libgtkhtml3.14-19
jed
libgnomevfs2-0
devio
sntop
sim-data
python2.6-guppy-lib-dbg
linux-headers-rt
libscilab-java
libopenrawgnome1-dbg
libnet-managesieve-perl
liblockdev0g-dbg
libinfinity-0.4-dev
libgef-java
libcorelinux-examples
libarmadillo-dev
komba2
libnekohtml-java
libgcj9-dev
gausssum
w3c-dtd-xhtml
cookietool
contacts-snapshot
bcfg2-server
python-argparse
agave
6tunnel
hwtools
libqt4-multimedia
libgeronimo-interceptor-3.0-spec-java
dragonplayer
wavemon
tcd-utils
slang-tess
python2.6-pyproj
plptools
libossp-sa-dev
libmath-numbercruncher-perl
liblogback-java
libsvga1-dev
libfreemarker-java-doc
libdbix-simple-perl
libcgi-application-plugin-validaterm-perl
imapfilter
salliere
truecrypt-installer
gamine
libmldbm-sync-perl
flightgear
eclipse-platform-nls
mlmmj
gambas2-gb-settings
libvtk5.2
python2.6-imaging
libebackend1.2-dev
libclutter-0.1-doc
flite1-dev
firefox-3.6-branding
kdebase-bin
opensp
tryton-modules-account-invoice
tmux
python-zope.filerepresentation
php5-radius
libwv2-dev
libmysql-ocaml-dev-9dve7
libghc6-lazysmallcheck-doc
mlock
jabberd2-ldap-pgsql
python-silc
gtg
globus-gfork-progs
quick-reference-zh-cn
aegir-provision
xorg-common
scalable-cyrfonts-tex
gsl
language-support-zu
libglade2-dev
libtelepathy-glib0
base-passwd
uucpsend
tmw-data
tkman
kio-sword
styx-doc
python-clutter-gtk-dbg
php-http-upload
moodle-debian-edu-theme
mcl-doc
libtaoframework-ode-cil-dev
libjna-posix-java
libdata-peek-perl
libtry-tiny-perl
libqtruby4shared2
slice2freeze
cl-getopt
xtrlock
vim-gnome
linux-headers-2.6.32-21-server
dkms
lprng
linux-backports-modules-compat-wireless-2.6.34-2.6.32-43-generic
linux-backports-modules-compat-wireless-2.6.34-2.6.32-38-generic
vdr-plugin-sky
svn-load
python-pudge
libmthca-dev
libhtml-pager-perl
libhawknl
gambas2-gb-compress
php4-cgi
fortune-coookie-db
egroupware-projectmanager
doc-iana
dict-gazetteer2k-counties
libaosd2
amphetamine-data
libsgutils2-dev
x11proto-xext-dev
kgoldrunner-kde4
espeak-data
linux-lts-backport-maverick-source-2.6.35
wordpress-l10n
roxterm
php5-uuid
libtext-context-eitherside-perl
libognl-java-doc
libheckle-ruby1.8
ike
newt0.10
language-pack-gnome-or-base
language-pack-gnome-crh-base
debian-keyring
akregator-kde4
trac
sork-passwd-h3
rwall
libtktable
libgtkdatabox-0.9.0-1-glade
libghc6-hsql-mysql-dev-1.7.1-693b4
libjiu-java
libfilter-template-perl
ihu
heroes-ggi
guile-gnome2-gnome
fapg
tklib
python-pyorbit-dbg
python2.3-egenix-mxproxy
language-support-fil
linux-backports-modules-compat-wireless-2.6.35-2.6.32-32-preempt
linux-backports-modules-compat-wireless-2.6.35-2.6.32-27-preempt
yudit
xprint-utils
lprof
ll-scope
libtunepimp-bin
libredcloth-ruby
libjboss-aspects-java
last-exit
slice2py
gvb
libmono-zeroconf1.0-cil
libc6.1
busybox-cvs-initramfs
speechd-el-doc-cs
scantailor
sawfish-gnome
python2.5-gaphas
pclock
opendchub
ndoutils-common
lxinput
libvte-ruby1.8
libtntnet-dev
liboggz2-dev
libghc6-haskelldb-hdbc-postgresql-doc
libcommons-jci-java-doc
libblitz0-dev
gstreamer-dbus-media-service
drgeo-doc
python2.6-profiler
xlibmesa3
gnome-admin
dovecot-imapd
ant1.7-optional
default-mta
linux-backports-modules-wireless-3.0.0-lucid-server
libvpx0
libslurm21-dev
libndr-standard-dev
libmodule-extract-perl
libmapscript-ruby
libimage-base-bundle-perl
goldendict
gnustep-core-devel
gnujump-data
gmerlin-doc
cyrus21-murder
claws-mail-python-plugin
uisp
akonadi-kde-resource-googledata
libssl-dev
kdebase-dbg
rzip
dict-moby-thesaurus
kbd
zoidberg
ttf-symbol-replacement
python-guppy-lib-dbg
pinball-dev
octave-image
libqwtplot3d-qt3-dev
libmodule-starter-pbp-perl
libonig2
libgsnmp0-dbg
libghc6-dataenc-prof-0.13.0.2-fff02
libgdk-pixbuf2-ruby1.8-dbg
libb-hooks-op-ppaddr-perl
libaudiere-dev
jpilot-mail
libghc6-hpc-doc
fceu-doc
libconvert-binary-c-perl
libsdl1.2-nas
language-pack-ml-base
libbrlapi1
python-ncrypt
linux-headers-lbm-2.6.32-43-server
linux-headers-lbm-2.6.32-38-server
virtualbox-ose-guest-source
ttf-adf-mekanus
poedit-dbg
otf-thai-tlwg
multisync0.90
libmailutils0
libkwiki-cache-perl
libfast-md5-java
libtododb0
newt0.21
vgabios
python-dbus-dbg
librpm1-dev
libapache2-mod-python
ssss
python2.4-biopython-sql
libopenh323-1.18.0-ptrace
libmailutils1
klone-doc
pcmanx-gtk2
libradiusclient-ng-dev
liboasis3-dev
netgen
gliese
pgpdump
mopac7-bin
libmailutils2
libiptcdata-dev
libcurl-ocaml-zfbl4
kcc
gwc
freedink-engine-dbg
dict-gazetteer2k
cl-base64
libopenmpi1.3
python-pylibacl-dbg
python-problem-report
mono-gac
libcolamd2.7.1
newpg
libdebian-installer4
python-bittornado
vera
tora
ml-burg
libseaudit4
libnet-ssh-gateway-ruby1.9.1
libmultisync-plugin-backup
libghc6-zip-archive-prof
inputlirc
slice2vb
hrd
dict-freedict-eng-swa
libmusicbrainz-dev
libgnomeui-doc
libcppunit-dev
python-vte
icedtea-plugin
telepathy-gnome
pearpc
libprotobuf-java
libpod-abstract-perl
liblicense-cli
libjcip-annotations-java
kwiki
slice2docbook
glusterfs-client
fceu
ctsim-doc
claws-mail-vcalendar-plugin
python-pam-dbg
libdebconfclient0-dev
language-pack-kde-ml-base
xloadimage
gnome-pkg-tools
gimp-gnomevfs
libnm-glib2
linux-headers-2.6.32-310
xcutmp3
netenv
libgnatvsn-dev
libghc6-xhtml-doc
libgearman-dbg
libapron-ocaml
iscsitarget-source
gup
gromacs-dev
fillets-ng-data
ekeyd-egd-linux
xemacs21-mule
linux-headers-2.6.32-305
libvte2
kdebindings-dbg
linux-headers-2.6.32-311
linux-headers-2.6.32-306
xpdf-latin2
spl-opengl
netsend
libustr-dev
libtwitter-glib-dev
libtaoframework-lua5.1-cil
liblwipv6-1
formed
escputil
kdeaddons
bve-route
bitmap-mule
xserver-xorg-driver-s3virge
texlive-luatex
qt4-qmake
libbeecrypt-dev
kcolorchooser
libggz2
openipmi
bittorrent
linux-headers-2.6.32-42-server
linux-headers-2.6.32-37-server
linux-headers-2.6.32-312
linux-headers-2.6.32-307
linux-image-2.6.32-34-server
linux-image-2.6.32-29-server
vdr-plugin-vcd
taxbird
python-changesettings
librra0-tools
libpoe-loop-tk-perl
liblwipv6-2
liblicense-dev
libemail-mime-contenttype-perl
hsc
hildon-theme-plankton
gbirthday
dict-freedict-swe-eng
dict-freedict-eng-swe
libsnmp-session-perl
libtest-nowarnings-perl
libgnomedesktop2.20-cil
linux-headers-2.6.32-313
linux-headers-2.6.32-308
qmidiarp
python-pigment
libwriter2latex-java
libssreflect-ocaml-dev-igyj4
libnbio0
libhamlib-doc
libglobus-xio-doc
libkvutils2.2-dev
libcryptokit-ocaml-jjly0
ftnchek
libdvdplay0
autogrid
python2.6-jinja2
python-bsddb3-dbg
oem-config-frontend-2.2.23
kreversi
libxt-dev
linux-headers-2.6.32-314
linux-headers-2.6.32-309
linux-backports-modules-input-2.6.32-44-server
linux-backports-modules-input-2.6.32-39-server
thoggen
router-audit-tool
ml-ulex
libxsettings-client-dev
libweb-simple-perl
python-vtk
libregistry0
libnet-rendezvous-publish-perl
libjifty-plugin-chart-perl
libghc6-highlighting-kate-dev
libdpm-dev
arpack++
human-netbook-theme
cutecom
boolstuff-dev
kde
amiga-fdisk-cross
libvolpack1
ajaxterm
ltspfsd
lmodern-x11
linux-backports-modules-compat-wireless-2.6.37-2.6.32-30-server
stow
python2.6-sparqlwrapper
openmpi-checkpoint
libopencascade-modeling-dev
libjboss-managed-java
libgstrtspserver-0.10-dev
libflexdock-jni
libconfig-grammar-perl
libcmdparse-ruby
hoz
libghc6-haskell98-prof-1.0.1.1-0fdaf
libipmimonitoring1
dict-freedict-nld-deu
dglog
eterm
libpacklib-lesstif1-dev
python-qt4-sql
python2.6-qt4-phonon
python2.6-gmenu
python2.6-cairo-dbg
php4-pear
libedje-bin
libedit-dev
gnokii
kdf
mongodb-unstable
linux-headers-2.6.32-40-generic
linux-headers-2.6.32-35-generic
linux-headers-2.6.32-316
python-remctl
pennmush
libnet-write-perl
libgeography-nationalgrid-perl
libbiblio-citation-parser-perl
libyaz3
libgdamm4.0-11
tesseract-ocr-eng
libgavl1
fatrat
stellarium
kscreensaver-xsaver
python2.3-gamin
phonon-backend-mplayer
gnome-orca-common
oem-config-frontend-2.2.27
linux-headers-2.6.32-317
zinnia-utils
gwm
swat
s51dude
mtp-tools
monodoc-notify-sharp-manual
liborc-dev
libitext-rups-java
libghc6-digest-doc
libzip-ocaml-dev
gvr
edubuntu-desktop
burn
iceape
adanaxisgpl-data
texlive-latex3
librcc-dev
libdevmapper
kdepimlibs-data
plasma-widget-folderview
myspell-gl-es
libvte9
dbus-1-doc
linux-headers-2.6.32-318
linux-headers-2.6.32-311-ec2
linux-headers-2.6.32-306-ec2
wmspaceweather
tork
sawfish-merlin-ugliness
recite
tuxpaint-config
python-pyke
libxmpp4r-ruby1.8
libplexus-io-java
libmudflap0
libstonith0
harden-surveillance
efte
usplash-theme-ubuntu
libksba0
libatspi0
language-pack-fil-base
hunspell-gl-es
linux-headers-2.6.32-319
weechat-dev
tryton-modules-account-invoice-line-standalone
treb
tcl8.4-insighttoolkit3
sabre
rubygems-doc
qsampler
python-pyip
lapack-test
libgupnp-ui-1.0-0
libmoosex-aliases-perl
libghc6-safe-dev-0.2-dcdda
libghc6-opengl-dev
libssh2-1
harvestman
libglc0
xserver-xorg-driver-savage
unifont-bin
libapache2-mod-python2.2
fortune-cookie-db
diffutils-doc
culmus
xdaliclock
vmfs-tools
scim-canna
r-cran-cairodevice
netepi-analysis
libmimedir
libinotify-ocaml-dev
libgnatprj4.3-dev
libglrr-widgets-dev
liburi-fetch-perl
libfcgi-ruby1.9.1
libdbus-ocaml
libdatetime-format-datemanip-perl
ink
iestonian
geekast-binary
xfonts-terminus
agedu
zip-crypt
python2.6-mutagen
libxcb-glx0-dbg
libapache2-mod-python2.3
indicator-messages
graphviz-doc
apache2-mpm-threadpool
wine-dev
totd
python2.6-carquinyol-0.84
pathological-scores
octave2.0-info
liquidsoap
librenaissance0
libpocketsphinx-dev
libsystemu-ruby1.8
iog
libclutter-imcontext-0.1-0
libgwrap-runtime2
php-doc
geoclue-gpsd
dssi-dev
myspell-dictionary-hi-in
read-edid
libatk-dev
libapache2-mod-python2.4
xdesktopwaves
tree
slashem-gtk
lybniz
libxmlenc-java-doc
libqt3c102-mt-odbc
libhdfeos-dev
libgdchart
libedac-dev
libcpprspserver2
libao-ocaml-dev-65pf6
rxvt
libnetclasses-dev
fte-terminal
aswiki
espresso-timezone
python3.1-dev
python-pygresql-dbg
python-egenix-mxbeebase
libsys-syslog-perl
libtasn1-3-bin
kdiamond-kde4
kdm
splix
ifinnish
cups-pt
linux-backports-modules-input-2.6.32-34-preempt
linux-backports-modules-input-2.6.32-29-preempt
linux-backports-modules-alsa-2.6.32-35-server
linux-backports-modules-alsa-2.6.32-40-server
xubuntu-icon-theme
unaccent
solfege
python2.6-carquinyol-0.86
whitedune
libshoulda-ruby1.8
libnet-nis-perl
libjgrapht-java-doc
libbarry0-dbg
koffice-i18n-engb
inn
libglobus-duroc-common2
php4-cli
weblint-perl
alsaplayer-nas
libedje-dbg
libapache2-mod-python2.6
guile-1.8-doc
xmoto-data
virtuoso-vad-doc
nagcon
manpages-es-extra
libounit-ocaml-dev-1k4h2
liblockdev0g-dev
libghc6-arrows-dev
libduppy-ocaml-dev
libclirr-maven-plugin-java
libgearman-client-perl
ipe
crip
blends-common
python-django
sylpheed
emacs-goodies-el
drbd8-utils
linux-backports-modules-compat-wireless-3.3-2.6.32-45-preempt
linux-image-2.6.32-319-ec2
linux-headers-2.6.32-340
tkmib
tkgate-doc
stepbill
python-sparqlwrapper
python-ply-doc
python2.6-carquinyol-0.88
osm2navit
libverbiste-dev
libsynfig-dev
libnet-ssh-ruby1.8
libinfinity-0.4-doc
libbio-graphics-perl
libarmadillo-doc
libjorbis-java
iok
ddd-doc
paste-common
lib32gmp3
linux-headers-2.6.32-341
xfonts-thai-nectec
pdns-doc
msrtool
libtest-http-server-simple-stashwarnings-perl
librudiments0c102
kgb
kdevelop3-data
cia-clients
balazar3
amule-adunanza-daemon
libpam0g-cracklib
libconvert-asn1-perl
libksba8
liblogthread3
libopts25-dev
linux-headers-2.6.32-342
xfstt
python2.6-pygraphviz
python-clutter-gtk-dev
pgn-extract
libkaya-ncurses-dev
ia32-libs-gtk
guymager
fakeroot-ng
bzr-rebase
boxes
autorun4linuxcd
alsa-tools-gui
libxmu-dev
libmx4j-java
gnome-bluetooth
doc-linux-text
linux-backports-modules-wwan-lucid-preempt
linux-headers-2.6.32-343
xfonts-nexus
xfonts-cronyx-cp1251-100dpi
ion
unbound-host
python-pyme
libscalapack-pvm-dev
libgpac-dev
libdbix-class-timestamp-perl
gnoemoe
libwnn0
eqonomize-doc
debfoster
datafreedom-qsfxsl
xfwm4
x11proto-scrnsaver-dev
libwpd0
davfs2
libfile-basedir-perl
gnome-user-share
linux-headers-2.6.32-344
slidentd
xulrunner-1.9.1
moon-lander-data
monodevelop-nunit
mlpost-h2sl2
libsvnqt-dev
lcalc
icontool
dict-freedict-eng-wel
asp.net2-examples
ivtv-modules
libudev-dev
alsa-utils
linux-backports-modules-wwan-2.6.32-36-generic
linux-headers-2.6.32-350
linux-headers-2.6.32-345
linux-backports-modules-wwan-2.6.32-41-generic
linux-backports-modules-compat-wireless-2.6.37-2.6.32-46-server
xawtv-tools
libghc6-time-prof-1.1.2.4-c2925
libawn1-dbg
htp
gyp
moodbar
libjson-ruby
python-xml
brdesktop-common
arista
speedcrunch
python-pyorbit-dev
libwpd2
libtasn1-3-dbg
ttf-arphic-gkai00mp
libmagick9-dev
libk3btools
libcommons-pool-java-doc
xulrunner-1.9.2
linux-headers-2.6.32-351
linux-headers-2.6.32-346
dosemu
mx-dataacquisition
libxstr-ocaml-dev
libtest-strict-perl
libmed-dev
libmatroska0
libgtk-trayicon-ruby1.8
libghc6-regex-posix-prof-0.93.2-8d640
libform-validator-ruby
libcompfaceg1-dev
libclass-dbi-loader-perl
irb
ftgl-dev
hamradiomenus
dmitry
gnat-doc
libwpd3
libmono-sharpzip2.6-cil
liblensfun-data
kspaceduel
plasma-scriptengines
kfreebsd-gnu
linux-headers-2.6.32-347
samba-tools
ripoff
r-cran-runit
mkrboot
libssreflect-coq
slv2-doc
libplexus-bsh-factory-java
lam
jumpnbump-levels
gregorio
firebird2.1-common
libwpd4
libsdl0.11
libgle3
irc
autopkgtest-xenlvm
linux-backports-modules-compat-wireless-2.6.36-2.6.32-44-preempt
linux-backports-modules-compat-wireless-2.6.36-2.6.32-39-preempt
linux-headers-2.6.35-31-virtual
linux-headers-2.6.32-348
linux-backports-modules-wireless-2.6.38-lucid-generic
ripoff-mp3-plugin
podget
pktstat
omfs-source
omegamap
libtabe0-dev
libsage-dev
libjs-dojo-core
hamlib-utils
libconfig-gitlike-perl
libclassworlds-java
libapache2-mod-vhost-ldap
libghc6-base-prof
libgrafx11-1-gfortran
cvc3
libwpd5
kdebase-dev
libgtk-directfb-2.0-0
network-manager-kde
gettext-el
cyrus-sasl2-heimdal-dbg
devscripts
linux-image-2.6.32-31-generic-pae
linux-image-2.6.32-26-generic-pae
linux-headers-2.6.32-349
linux-backports-modules-compat-wireless-3.0.0-2.6.32-43-generic
linux-backports-modules-compat-wireless-3.0.0-2.6.32-38-generic
qingy
python-simpy-doc
meritous
libwnn6
libtest-synopsis-perl
libmapiproxy0
libgtkmathview-bin
libgsnmp0-dev
libdpm-perl
libhash-case-perl
ion3-doc
libxml-commons-external-java
engauge-digitizer
chasen-cannadic
python-paste
libwpd6
libibus-qt-dev
libevas-svn-05-engines-core
language-pack-gnome-ga-base
libcroco3
libwpd7
libtest-mocktime-perl
libsimage-dev
lazarus-doc
tuxpaint
ctdb
cksfv
python2.3-reportlab
python2.3-dictclient
libmyodbc
modemmanager
libgnomecups1.0-1
indicator-applet-session
branding
at-spi-doc
linux-backports-modules-compat-wireless-3.1-2.6.32-42-preempt
linux-backports-modules-compat-wireless-3.1-2.6.32-37-preempt
libwine-sane
stun
python2.4-numeric
python2.4-gadfly
orpheus
libhmac-ruby1.8
libfssm-ruby1.8
mediaproxy
python2.3-twisted
plasma-widget-spellcheck
ocaml-mode
libc0.1-pic
libwpd8
libmono-getoptions2.0-cil
libares-dev
konwert
icedax
patcher
libhugs-fgl-bundled
libdata-entropy-perl
ldc
hyperestraier
plopfolio.app
dicod
daa2iso
bastet
twisted-doc
python2.4-egenix-mxstack
munin-plugins-extra
lilo-doc
pinentry-qt4
virtuoso-vad-rdfmappers
paxctl
libpt2.6.1-dev
libiptcdata-doc
libghc6-ifelse-dev-0.85-2ff8a
ips
x3270
e2dbg
libdmraid-dev
libboost-thread1.40.0
httpd-cgi
linux-image-2.6.32-44-preempt
linux-image-2.6.32-39-preempt
linux-headers-server-lts-backport-natty
zsh-lovers
wmakerconf
vboxgtk
python2.3-albatross
moblin-panel-myzone
libslepc2.3.2-dev
libforms-java
libbunny-ruby-doc
sun-j2re1.4
newsx
lde
lat
tzwatch
libghc6-template-haskell-dev
libtunepimp-dev
libcppunit-doc
python-djvulibre
libstlport5.2-dbg
libgpgme-ruby
libgearman-dev
libmixlib-config-ruby
libmro-compat-perl
libapache2-mod-bw
libcgi-kwiki-perl
libclutter-gst-0.10-0
globus-rls-server
gkrellmapcupsd
dolfin-bin
dict-freedict-eng-tur
debian-history
libcrypt-twofish-perl
libimage-size-perl
aolserver4-nsldap
rabbitmq-server
python-pastewebkit
libsdl1.2debian-pulseaudio
libkpgp4-kde4
libkipi6-dev
kerneloops
nethack-lisp
libjts-java
gromacs-doc
xdkcal
tzdata-java
kig
gtkmm-documentation
evolution-dbg
apport-symptoms
linux-backports-modules-wwan-2.6.32-30-server
linux-backports-modules-wwan-2.6.32-25-server
linux-backports-modules-wireless-2.6.32-24-server
revu-tools
python-simpleparse-mxtexttools
python-grokcore.component
mysqmail-courier-logger
mpegdemux
libvtk4
libustr-doc
libtwitter-glib-doc
libqd2.1.142c2a
liblocale-maketext-fuzzy-perl
libgnomevfs2-ruby1.8
libdb3-tcl
libcml-smlnj
gtimelog
gamgi-data
thttpd
boom-engine
fonttools
cyrus-clients-2.2
vide
python2.3-twisted-bin
libxcb-shape0-dbg
libmono-data2.0-cil
libevent-1.4-2
language-pack-ne-base
language-pack-lo-base
gconf-defaults-service
libxext-dev
libcvsservice0
worklog
python-rope
python-liblicense
python2.3-gammu
libvtk5
kchmviewer
ipx
libibmad1
harden-doc
hama-slide-mouse-control
gresolver
libtranslate0
expectk-tcl8.3
deal.ii-doc
python2.3-simpletal
python-cairo
linux-backports-modules-compat-wireless-2.6.34-2.6.32-41-preempt
linux-backports-modules-compat-wireless-2.6.34-2.6.32-36-preempt
yajl-tools
willowng-config
webauth-utils
vdr-plugin-osdteletext
plee-the-bear-data
lighttpd-mod-magnet
libogremain-1.4.9-dbg
libnet-hotline-perl
libfam-ruby
libapp-control-perl
lbt
joe
gforge-lists-mailman
firmware-addon-dell
libaiksaurusgtk-1.2-0c2a
swig
libdb4.8-java
libdbusmenu-gtk1
nodejs
linux-headers-lbm-2.6.32-36-generic
linux-headers-lbm-2.6.32-41-generic
udo-doc
textpattern
quixote1-doc
libxsettings-client-doc
libghc6-highlighting-kate-doc
globus-gram-job-manager-setup-lsf-doc
mldonkey-server
codeblocks-dbg
libohai-ruby
texlive-metapost
slang-dev6
libgle-dev
libboost1.40-all-dev
libboost-date-time1.38-dev
language-pack-wo-base
gnome-applets-data
python-peak.util
libsnmp-ruby
libbiojava1.7-java
git-load-dirs
libicc2
python-zopeinterface-dbg
python-smbc
libkpathsea-dev
yubikey-personalization
vdr-plugin-fritzbox
python2.6-gnuradio-usrp
openacs
root-plugin-clarens
libpam-slurm
liblablgtksourceview-ocaml
libcgi-untaint-date-perl
ifupdown-extra
gomoku.app
dealer
ctcs
filters
latex-cjk-common
python2.4-utidylib
libkdegames4-kde4
libgtksourceview2-2.0-cil
ldm
language-pack-kde-ne-base
language-pack-kde-lo-base
linux-headers-2.6.35-23-generic
wmfire
whohas
tkfont
pslib-dev
xgrep
maint-guide-de
libvtk5-qt3-dev
liborlite-mirror-perl
geeqie-common
astyle
apertium-tolk
system-config-printer-udev
upslug2
libpst-dev
libopts9-dev
xlibmesa-glu-dev
libopenexr6
warzone2100-music
swi-prolog-sgml
sipwitch
pike7.6-manual
openser-cpl-module
libsoprano-ruby1.8
libmenhir-ocaml-dev
liblua5.1-sql-mysql2
libesl0-dev
haskell-hdbc-sqlite3-doc
libgjs0
gnuplot-nox
eukleides
libanthy-dev
python-smartpm
libpulse-mainloop-glib0
libegroupwise1.2-13
debget
mail-reader
linux-headers-2.6.31-11-rt
weechat-doc
uim-qt3
cassandra
python2.4-sasync
python-semanage
movabletype
libxml-treebuilder-perl
libwww-mechanize-formfiller-perl
libtest-poe-client-tcp-perl
libplexus-interpolation-java
gnat-gdb
libghc6-opengl-doc
libbuilder-ruby1.8
libchronic-ruby
gnome-schedule
cernlib-montecarlo
alevtd
python2.6-egenix-mxqueue
radiusclient1
libxcb-glx0-dev
language-pack-kde-wo-base
libupse1
libjboss-system-java
libuuidtools-ruby1.8
libastro-fits-header-item
libclaw-configuration-file1
libglade2.0-cil
wine-doc
libticables
libosso1-dbg
libmoosex-traits-perl
libgnat-4.4-dbg
libdebug-trace-perl
kvirc-data
libghc6-haxml-dev
gap-small
fakepop
desproxy
libatk-doc
apache2.2-bin
cron
linux-image-3.0.0-20-virtual
linux-image-3.0.0-15-virtual
elisa-plugins-good
libswfdec-dev
rvm-tools
musepack-tools
libgoogle-perftools0
libglobus-gram-job-manager-callout-error-dev
libnetcdf-dev
courierpasswd
blubuntu-look
python3.1-doc
plasma-widget-kimpanel-backend-scim
openoffice.org-dev-doc
libtest-pod-perl
libedje-dev
libcairo0.6.0-dev
konquest-kde4
libapache2-modxslt
slashem-x11
scilab-minimal-bin
qcad-data
planet
lxsplit
libglobus-callout-dev
libgme0
gauche-gdbm
ganeti
thunderbird-beagle
xemacs21
alure-doc
texlive-fonts-extra-doc
python-gtkmozembed
libcommons-dbcp-java
libidn11-dev
normalize-audio
icoutils
linux-backports-modules-compat-wireless-2.6.39-2.6.32-41-server
linux-backports-modules-compat-wireless-2.6.39-2.6.32-36-server
tesseract-ocr-fra
silcd-dbg
nekobee
libtest-lectrotest-perl
libtest-fixme-perl
petsc-dbg
libnss-sss
libmd3-1
libmarkaby-ruby
liblua5.1-soap-dev
libhighline-ruby-doc
libghc6-arrows-doc
libcsound64-dev
libboost-math-dev
libapp-cache-perl
libaws2.7
kstreamripper
jless
xemacs22
libtevent0
s3d-data
sfftobmp
libbytecode-java
libgl1-mesa-swx11-dbg
facter
lha
libsynfig-doc
simpleopal
python2.3-optcomplete
libqwtplot3d-qt3
libkokyu-dev
libinotify-ocaml-dev-2i363
libgnustep-gui0.10-dev
libdir-purge-perl
ninix-aya
icebox
ggz-sdl-games
lazarus
pinball
dict-gazetteer2k-places
codelite-plugins-cscope
libtext-formattable-perl
libspandsp2
php5-pspell
slang1-utf8-dev
libpulse0-dbg
libmono-npgsql1.0-cil
cpp-doc
at-spi
linux-backports-modules-wwan-2.6.32-46-server
linux-backports-modules-wireless-2.6.32-45-server
umit
python-sugar-toolkit-0.84
pychess
ploticus
libqwtplot3d-qt4
libmerb-slices-ruby1.8
libjabberd2-dev
libdpkg-ruby1.9.1
libconstantine-java-doc
lfm
liblingua-ga-gramadoir-perl
xmhtml1
python-gnuradio-usrp
focalinux-text
celestia-glut
apt-watch-interface
libxerces-c28
bsfilter
gfortran
erlang-mnesia
amarok
sadms
libjpeg-gif
libvalhalla-dev
libnagios-object-perl
libghc6-arrows-prof-0.4.1.2-2ae61
libghc6-http-dev
fgfs-atlas
dieharder
blends-dev
libaddressview0
man
libgsf-1-114
kdeadmin-dbg-kde4
vkeybd
system-config-samba
python-sugar-toolkit-0.86
mce
mpdscribble-dbg
libmecab-jni
libghc6-haskelldb-hdbc-postgresql-prof
libextractor-dbg
lsdvd
dc-qt
cmap-adobe-japan1
emboss
python3-profiler
jre
libgtop2-common
libgconf2.0-cil-dev
libbcmail-java-doc
seahorse-plugins
wbritish-small
vifm
snake4
tochnog
root-plugin-xml
qtstalker-doc
python-django-debug-toolbar
postgresql-8.3-pljava-gcj
newpki-client
libxjavadoc-java
xdelta-dev
gdpc-examples
fbtv
libewf1
python-sqlobject
easygit
cmap-adobe-japan2
bidentd
libccaudio2-1.0-0
libxml++2.6-dbg
libtasn1-3-dev
libtheora0
libpoppler5
libice6
r-cran-maptools
ripole
python2.6-libhamlib2
python-sugar-toolkit-0.88
maq
win32-loader
libskim0
libequeue-gtk2-ocaml-dev
libnbtk-1.0-0
libglobus-nexus-dev
libghc6-hdbc-sqlite3-dev
gnustep-core-doc
fauhdlc
dzen2
dico-module-mediawiki
asclock-themes
libbcel-java-doc
kdemultimedia-kio-plugins-kde4
libgoogle-collections-java
linux-headers-2.6.32-33-preempt
linux-headers-2.6.32-28-preempt
umview-mod-umfuseiso9660
simpleproxy
python-rpy2
libmed-doc
liblapack-pic
libhtml-selector-xpath-perl
libgfshare1
libcomplearn-dev
gkrellm-ibam
python2.3-jabber
librarian0
libmono-nunit2.4-cil
xfonts-wqy
yapps2-runtime
dictd
gutenprint-locales
tesseract-ocr-deu-f
nanoweb-nanoconfig
med-config
liboauth-php
libkvutils-development
libdata-validate-uri-perl
midentd
deejayd-webui-extension
coinor-libosi0
apt-show-source
libgdbm-dev
gnupg-agent
mini-dinstall
libtrace-dev
libffi-ruby1.8
libdns-ruby1.8
libsoftware-license-perl
libdbd-sqlite3-ruby
libbotan1.8
lft
freepats
lie
libb-keywords-perl
libaa1
docbook-dsssl-doc
linux-headers-2.6.38-14-virtual
yaws-yapp
copycat
libapol4
libaa-bin
jta
hex-a-hop
freedm
asr-manpages
libamdxvba1
libmono-ldap2.0-cil
wbox
sxid
styx
mcl
libpgapack-serial1
liblua5.1-expat-dev
libirrlicht-dev
libcanlock2-dev
libblitz-dev
ifgate
ladspa-sdk
python2.6-rdflib
python2.4-f2py
python-dbus-doc
language-support-fur
libxul0d
libgeronimo-jpa-3.0-spec-java
suidmanager
linux-image-2.6.38-13-server
linux-headers-2.6.38-16-server
quilt-el
model-builder
maint-guide-es
libxcompshad3
libtoolbar-java
libpgtcl
libmpich-p4mpd1.0
libgtkglext1-ruby
libcsfml-window1.5
libconfig-yaml-perl
libajaxtags-java
glosstex
gforge-ftp-proftpd
python-foomatic
attal-themes-medieval
atheme-services
tput
mbr
kdepim-dbg-kde4
linux-initramfs-tool
linux-backports-modules-compat-wireless-2.6.34-2.6.32-34-server
linux-backports-modules-compat-wireless-2.6.34-2.6.32-29-server
libghc6-missingh-dev
libapache2-mod-jk
kvpnc
netsaint
tablix2
libjgoodies-forms-java
calibre
blacs-pvm-test
runit
xfaces
python2.6-dbg
language-support-hne
clamav-docs
xfce4-linelight-plugin
python-pyfribidi-dbg
python2.6-mlpy-lib
python2.4-soappy
libsundials-serial
libpt2.6.1-doc
libparse-win32registry-perl
libmoosex-log-log4perl-perl
libgtksourceviewmm-1.0-dev
kmymoney2-dev
kagemai
samba4-clients
libmono-messaging-rabbitmq2.0-cil
dumputils
nosql3
mdk
manderlbot
lojban-common
libstlport5.2-dev
libncurses-ruby1.8
libjaula-dev
libgtkglextmm-x11-1.2
libfstrcmp0-dbg
ircii
gurgitate-mail
python-scientific
libghc6-template-haskell-doc
galrey
crossfire-maps-small
libmail-box-perl
libxcb0-dev
libgnome-mag1-dev
libgadu-dev
software-properties-gtk
linux-backports-modules-alsa-2.6.32-33-generic
linux-backports-modules-alsa-2.6.32-28-generic
xen-tools
nosql4
monsterz-data
mailplate
licq-plugin
libqrupdate-dev
libpolkit-grant2
libreact-ocaml-dev-trya9
libgts-0.7-1
missingh-doc
libgeo-coordinates-utm-perl
libgearman-doc
libdata-validate-email-perl
libace-foxreactor-5.6.3
gcc-mingw32
rumor
maint-guide-fr
dict-freedict-nld-eng
cl-contextl
nvidia-180-libvdpau-dev
redboot-tools
libmono-security1.0-cil
gnome-network
evolution-dev
tryton-modules-analytic-invoice
libhiveminder-perl
mdm
mbw
linux-backports-modules-alsa-lucid-preempt
libsoundtouch-ocaml-mcaf6
libpolybori-0.5.0-0
libpion-net-plugins-dbg
libgtkmathview-dev
lib-gnu.regexp-java
libdatetime-format-builder-perl
libphp-phpmailer
libghc6-gstreamer-dev
python-apsw
astronomical-almanac
xcb-proto
tsclient
libxcb-shape0-dev
truecrypt
libimobiledevice0-dbg
language-pack-gnome-cs-base
wzdftpd-dev
tp-smapi-dkms
python2.2-tau
mxallowd-ipq
mediawiki1.10-math
libhe5-hdfeos-dev
libbitmask1
gwakeonlan
libtext-query-perl
gambas2-gb-xml-rpc
foremost
libxcb-keysyms1-dev
libclutter-1.0-0
linux-backports-modules-compat-wireless-3.3-2.6.32-44-server
tuxguitar-fluidsynth
tortoisehg
r-cran-mapdata
pybtex
maint-guide-ja
libtest-distribution-perl
libopentoken6
libmarc-crosswalk-dublincore-perl
libhid0
libgsm-tools
libbsd-arc4random-perl
latex-cjk-xcjk
libghc6-ghc-binary-prof
audiopreview
python-bsddb3-doc
libopenobex1
libspeexdsp1
rdesktop
drkonqi
kde-l10n-mai
ivy
x11-xserver-utils
libxen-python
python2.6-xmmsclient
python-scipy-core
python2.6-matplotlib
python2.6-4suite-xml
libmp4-info-perl
libfile-sync-perl
kyamo
gkrellm-hddtemp
libgts-0.7-5
libcwnn0
codeblocks-dev
claws-mail-fetchinfo-plugin
batman-adv-modules
python2.2-gnome2
sgml-tools
libswt-gtk-3.5-jni
libxdmcp6
compiz-gnome
linux-backports-modules-wwan-2.6.32-34-preempt
linux-backports-modules-wwan-2.6.32-29-preempt
yorick-imutil
xprobe2
privbind
pantomime-dev
heroes
gpe-julia
libghc6-containers-dev-0.3.0.0-4a332
update-cluster
python2.4-pygresql
python-dictdlib
python2.6-apt
nettle-bin
libieee1284-3
libgle-doc
rarian-compat
integrit
zope2.10
vamps
slingshot
mutter-moblin
mailleds
mail-notification
libsyncml-utils
libcpan-mini-perl
libclass-returnvalue-perl
ircmarkers
zh-trans
libfile-touch-perl
wmnet
python-telepathy
myspell-dictionary-pt-br
libxcb-event0-dev
language-pack-am-base
db4.8-doc
openais
w3m
zope2.11
r-cran-survival
libglobus-gsi-proxy-core-dev
libsql-abstract-perl
icecpp
gcolor2
dolfin-dev
checkgmail
not+m32r
java2-compiler
libubuntuone1.0-cil
libgupnp-igd-1.0-dbg
libkjsembed-dev
zope2.12
doc-rfc-3000-3999
python2.6-sendfile-dbg
python2.4-json
python-jinja-dbg
python2.6-chm
python-bobo
python-amara
seamonkey-browser
lshw-gtk
libwww-google-calculator-perl
liblua40-dev
libdb4o-cil-dev
libiptcdata0
opencubicplayer
drbdlinks
libgraphicsmagick++3
debtags-edit
linux-backports-modules-compat-wireless-3.0.0-2.6.32-41-preempt
linux-backports-modules-compat-wireless-3.0.0-2.6.32-36-preempt
linux-headers-2.6.38-11-generic
python2.5-zsi
python-twisted-snmp
python-relational
makepatch
scim-gtk2-immodule
libhildondesktop0-doc
libghc6-svgcairo-prof
xjdic
buffer
plotmtv
libwpd8-dev
libdirectfb-bin-dbg
konwert-dev
ksudoku
kbugbuster
kblackbox-kde4
juk
genext2fs
libnet-server-perl
libgcrypt11
znc-perl
python-sendfile-dbg
syfi
scratchbox2
librose-db-object-perl
libpawlib2-lesstif-dev
libnokogiri-ruby1.8
libcommons-openpgp-java-doc
libclass-spiffy-perl
libbenchmark-ocaml-dev-um2t3
libapache-mod-security
glam2
earcandy
dvbsnoop
criticalmass
bitlbee
aolserver4
agenda.app
python2.6-pygoocanvas
libbcmail-java-gcj
x-www-browser
lm-sensors
cheese-common
statcvs
science-viewing
php-net-ipv4
ncc
libglobus-openssl-dev
libdb4.6-java
gnome-nds-thumbnailer
gelemental-dbg
ftphs-doc
mhc
mol-drivers-macosx
linux-headers-ec2
language-pack-kde-am-base
vile
jython
linux-headers-generic-lts-backport-maverick
linux-headers-3.0.0-30-virtual
linux-headers-3.0.0-25-virtual
python-sendfile
python2.5-pyode
libspeex-ocaml-dev
libghc6-haxml-doc
libghc6-hdbc-dev
libdose2-ocaml
libarpack++2-dev
kdevelop-data
fglrx-control-qt2
x86-64-linux-gnu
language-pack-xh-base
xiphos-data
rdtool-elisp
sonata
libxtemplate-ruby
libtest-refcount-perl
libschedule-at-perl
libnkf-perl
libmodest-dbus-client-dev
libglobus-gram-job-manager-callout-error-doc
libtree-simple-perl
kildclient-doc
kautoclick
gaia
gcc-4.3-doc
ubuntu-edu-preschool
libhdf4-0
nettle-dbg
x11proto-damage-dev
libxcb-xprint0
mesag3+ggi-dev
libedje-doc
libcairo0.6.0-doc
software-properties-kde
linux-backports-modules-compat-wireless-3.0.0-2.6.32-40-server
linux-backports-modules-compat-wireless-3.0.0-2.6.32-35-server
ttfm
trustedqsl
queuegraph
octave3.1-doc
nap
petsc-dev
libmultisync-plugin-irmc
libinsighttoolkit3.16
libglobus-callout-doc
libclass-adapter-perl
ncbi-epcr
mcrypt
daemontools-run
python2.4-reportlab-accel
libwpd8c2
libgl1-mesa-swx11-dev
tinywm
rsskit.framework
plasmoid-playwolf
ngrep
libobject-multitype-perl
libpawlib-lesstif3-gfortran
libdevel-cycle-perl
libdeskbar-tracker
libcsound64-doc
libshibsp4
libzita-convolver2
hesiod
dvi2ps-fontdata-n2a
awn-applets-c-extras
cssc
openslp-doc
libimobiledevice-dev
libgnome2-canvas-perl
debconf-doc
xvattr
netpipe-pvm
mgm
mew
libpassword-ruby
libhugs-time-bundled
libdata-optlist-perl
libcoin40-runtime
kbibtex
fusd-kor-source
glade
language-pack-gnome-nds-base
tictactoe-ng
scheme-srfi-7
r-cran-dosnow
python-xmltv
pong2
mathpiper
maint-guide-it
libsox-fmt-libsndfile
libsox-fmt-ao
libpuma-dev
libpam-ocaml
libopenthreads11
libqwt5-qt4-dev
nas
language-pack-kde-xh-base
language-pack-ber-base
ihungarian
recode
wayv
nat
sipcalc
sblim-cmpi-common
sendpage-server
python-openbabel
libvalhalla-doc
libnucleus5-dev
libgtlcore-dev
libglobus-gssapi-gsi-dev
libghc6-http-doc
libmpeg2-4-dev
libhash-merge-simple-perl
lyx-common
libextractor-dev
libgtk2-mozembed-perl
libopenthreads12
p4fftwgel-dev
libgeant1-dev
blends-doc
libjarjar-java-doc
language-support-fonts-zh-hans
python2.3-pyepl
python-django-dajaxice
libpolyorb2
debpartial-mirror
quick-reference-zh-tw
libcurses-perl
mgp
espresso
python3.1-examples
libxml++2.6-dev
libjdom1-java-doc
language-support-fonts-zh-hant
language-support-hsb
kdeartwork-dbg
joystick
libdlm-dev
wodim
linux-headers-lbm-2.6.32-34-preempt
linux-headers-lbm-2.6.32-29-preempt
xmlsec1
weex
ncl
rasmol-doc
python2.6-scipy
pkglab
overgod-data
octave3.2-htmldoc
nexuiz-music
metalink
libmultisync-plugin-all
libghc6-hunit-prof-1.2.2.1-2f902
libglobus-libtool
libhdf5-serial-1.8.4
libhighline-ruby1.8
xserver-xorg-driver-neomagic
qt3-dev-tools-embedded
python2.4-twisted-core
python-gnome
zope3
libmysqlclient14-dev
libthai0
kalgebra
makedev
ytnef
mozart-doc-html
makedic
libghc6-hdbc-sqlite3-doc
libbuffy-ruby
lekhonee-gnome
jwm
id3tool
hasciicam
ksh
dpm-rfiod
gmchess
python-libconcord
bootcd-mkinitrd
nec
xserver-xorg-driver-i740
python2.4-glade2
libxcb-keysyms0
libubuntuone-1.0-1
libglibmm-2.4-1c2a-dbg
libppl0.10-dev
libbcpg-java
wzdftpd
ttcn-el
python-pywt
maint-guide-ko
musixtex
libghc6-lazysmallcheck-prof
libghc6-curl-prof-1.3.5-735cd
libgtk2-ex-podviewer-perl
doodled
xconsole
virtuoso-drivers
plasma-applet-networkmanager
php5-suhosin
libxcb-keysyms1
libpod-escapes-perl
linux-headers-generic
dctrl-tools
xfsdump
torus-trooper-data
stardict-common
nco
mgt
ssaha
libplexus-digest-java
mahoro-ruby1.8
libhtml-template-ruby
libgdcm2-dev
console-tools-data
not+linux-gnueabi
libgraphite3-dbg
netpipe-tcp
libpoe-filter-http-parser-perl
libdaemon-generic-perl
iptotal
libxml-feed-perl
fcrackzip
docbook-website
wacom-tools
python-sip4-dbg
libmockobjects-java-doc
libexchange-storage1.2-3
ssl-cert
wmmon
usemod-wiki
pysycache-move-food
nforenum
mueller7-dict
marbles
libnifti1-dev
libming-dev
libares0
libcamomile-ocaml-data
drac
dis51
gaim
likewise-open-gui
libpango-common
firefox-3.0-gnome-support
linux-image-3.0.0-24-server
linux-image-3.0.0-19-server
python-zconfig
plasma-widget-bkodama
sodipodi
octave3.2-common
network-manager-openconnect
libygl4
libtao-xtresource-1.6.3
liblog4cpp1c102
libirrlicht-doc
libghc6-ghc-paths-dev
libdca-dev
libopen4-ruby1.8
libblitz-doc
libbio-ruby1.8
php-xml-htmlsax3
html2wml
proftpd-base
eruby
context-nonfree
boinc-client
lttoolbox
anyremote-data
python-coverage
exim-tls
linux-headers-3.0.0-22-generic
linux-headers-3.0.0-17-generic
weka
python2.6-quixote
octave2.9-headers
libpcp-trace2-dev
libpgsql-ruby1.9.1
libcob1-dev
slice2java
sound-juicer
batv-filter
python2.6-dev
tropic-wallpapers
sdlbasic
restartd
pear-horde-channel
monodoc-njb-manual
lpe
libverbiste0c2a
libplayercore-dev
libmath-calculus-differentiate-perl
libiax0
klineakconfig
heroes-data
libgnustep-base-dev
ethstatus
acpitool-dbg
python-egenix-mxtexttools-dbg
qt4-qtconfig
wapiti
sword-dict-naves
subdownloader-cli
r-cran-fexoticoptions
pygfarm
liborc-0.4-dev
libio-lockedfile-perl
libflute-java
junkfilter
jmeter-ftp
krb5-admin-server
dpm-postgres-srmv22
libgeos-c1
python-egenix-mxqueue
lib32gomp1-dbg
klines
dpkg
python2.5-pgsql
maatkit
libtinymail-1.0-0
libjaula-doc
libgeant321-2-gfortran
libdb4.2-ruby1.8
libccrtp-dev
libtest-manifest-perl
spider
gnome-mastermind
fpdns
libs3d2
coinor-libclp0-dbg
libisajet758-3-dev
cdebootstrap-static
libgsf-gnome-1-114
libgadu-doc
libart2.0-cil
libmudflap0-4.4-dev
rsync
virtualbox-ose
wnsqlbuilder
python2.5-smbpasswd
python2.2-rpy
python2.6-pykaraoke
libsaml-dev
libdate-hijri-perl
kdeartwork-misc-kde4
icewm-lite
libaudclient2-dbg
xserver-xorg-driver-i810
lzma-dev
libsoup2.4-dbg
libsilc-1.1-2-dbg
vino
drbd
antlr-doc
python2.4-lasso
python-lamson
python-feedvalidator
poedit
neverputt
ltsp-docs
libxfconf-0-2-dbg
libplayertcp2-dev
libghc6-gstreamer-doc
muddleftpd
esmtp
coinor-libosi-dev
cmake-qt-gui
python2.6-pylibacl
libxxf86vm1-dbg
libhangul0-data
python-dbus
libapache2-mod-mime-xattr
wordpress-xrds-simple
testdrive
tcltls
python2.6-dhm
opensaf-tools
vnc4server
musixtex-doc
libjavascript-minifier-xs-perl
libghc6-hdbc-odbc-dev
libdebug0
kst
kamoso
libgpelaunch0
francine
ebox-mail
gdal-bin
postgresql-common
mono-jay
libxrandr2-dbg
findutils
bacula-common
powermgmt-base
mongodb
firefox-pwdhash
wpd2sxw
wdg-html-validator
systune
squid3-dbg
python-django-djblets
python2.6-awn
mma
libxprintutil1
libprintsys
libaspect-perl
libalog1-full-dev
libalog0.3-base
libapache2-mod-ruby
jlgui
gpe-edit
libdatetime-format-strptime-perl
gcal
epos-lpc
dahdi-linux
cl-zpb-ttf
libxslt1
erlang-public-key
libpam-modules
pysycache-images
libmedimport0
libgrib2c-dev
libghc6-testpack-dev-1.0.2-7484a
libogre-dev
libsoprano-ruby
gpe-othello
freeciv-client-xaw3d
emacspeak-bs-tcl
dvdtape
libhook-lexwrap-perl
libdbd-mysql-perl
libcanberra-gstreamer
mousetweaks
compiz-fusion-bcop
ubuntustudio-audio-plugins
squid3-cgi
python-zsi
mythbuntu-log-grabber
mgetty-voice
libsvg-graph-ruby
libmoosex-nonmoose-perl
liblas-bin
libapache2-mod-shib2
lazarus-ide
ttf-kiloji
fenix-plugins
cobex
python2.3-twisted-lore
libxsloader-perl
camlp4
aptdaemon
liblockfile1
linux-backports-modules-compat-wireless-2.6.36-2.6.32-45-server
x2x
tudu
python-spread
jalview
libopenscap0-dbg
libnini-cil-dev
debgtd
d4x-common
libnotify-bin
xul-ext-thunderbird-locale-pa-in
linux-kernel-log-daemon
libgupnp-igd-1.0-dev
camlp5
python-insighttoolkit
postal
libvorbis-ocaml-dev-bld52
libnet-ssh-gateway-ruby
libglobus-gsi-proxy-core-doc
libgdamm4.0-dev
libfann1-dev
libevas-0.9.9.050a-engines-extras
kscreensaver-xsavers-webcollage
gourmet
gnome-devel
glassfish-jmac-api
dolfin-doc
cl-sql-sqlite
alsamixergui
fglrx-dev
ivritex
ppp-pam
php5-mhash
openoffice.org-filter-mobiledev
libgnomeprint2.2-data
libglobus-authz-callout-error-dev
libemail-thread-perl
libcss-perl
libcos4-1-dbg
gbib
elib
dict-freedict-nld-fra
libpod-parser-perl
gir1.0-gstreamer-0.10
libglu1
wp2x
uim-skk
osirisd
libsofia-sip-ua0
libsndobj2
libnet-amazon-perl
libmarc-charset-perl
liblouisxml1
libjifty-dbi-perl
libdose2-ocaml-dev
libcarp-datum-perl
libarchive-ar-perl
kupfer
libgalax-ocaml-dev
fileschanged
libnbtk-1.2-0
netbook-launcher-efl
libwpd8-doc
libgmp2
gimp-help-common
vlan
linux-headers-2.6-686
lsb
linux-backports-modules-compat-wireless-2.6.38-2.6.32-41-generic
linux-backports-modules-compat-wireless-2.6.38-2.6.32-36-generic
svgalib-bin
slimrat-nox
python2.6-pcapy
obm
r-cran-rocr
libticalcs
libplexus-velocity-java-doc
libfilesys-diskspace-perl
libcatalyst-engine-apache-perl
libaosd-dev
php-net-ldap
ibus-table-quick
dir2ogg
libtelepathy-glib-dev
libgmp3
kvm
lpr
chinput
typespeed
scribes
ssake
libtext-aligner-perl
libqt3c-mt-mysql
libpcl1-dev
libosso1-doc
kghostview
java-propose-classpath
ghc-cvs
python-gnomeosd
libiptables-parse-perl
eqonomize
python-mechanize
btrfs-tools
bochs-wx
libbind9-41
linux-image-2.6.32-41-virtual
linux-image-2.6.32-36-virtual
xmms2-plugin-modplug
ode
python2.4-twisted-web2
python2.6-plplot
pixelmed-dicom-toolkit
libparse-pidl-perl
libtext-ocaml-dev-ll594
libghc6-hdbc-doc
libdkim0d
oolite
gkrellm-common
libxml-grove-perl
alsaplayer-jack
nettle-dev
manpages
libidl0
libgnome-vfsmm-2.6-1
libcloog-ppl-dev
kdesdk-scripts-kde4
libdrm-intel1
resample
rabbitsign
mythtv-theme-graphite
mathopd
maint-guide-pl
libtk-ruby
libapertium3-3.1-0-dev
dcmtk-www
cweb
comixcursors
libuno-cli-oootypes1.0-cil
ballz
libaqsis1
libdaemon0-dbg
language-pack-ca-base
kgb-bot
xpmutils
wemi
libgnomescan-dev
libcss-squish-perl
jbibtex-bin
fusedav
ferm
quickly-widgets
python2.6-crypto
libgcc4-dbg
libmusicbrainz4-dev
libeina-dbg
anacron
linux-backports-modules-alsa-2.6.32-31-preempt
linux-backports-modules-alsa-2.6.32-26-preempt
tumiki-fighters-data
ccs-tools
sysprof-module-source
libunicapgtk2-dev
libportmidi-dev
libdevel-dumpvar-perl
gozerbot-plugins
gnome-specimen
jack-rack
emacs22-common
moc
chicken-bin
banshee-extension-lyrics
ann-tools
python2.4-beautifulsoup
mybulgarian
libucl-dev
libntfs5
libimobiledevice-doc
libglib2.0-dbg
wngerman
xneur-dbg
r-cran-rmpi
liblua5.1-bitop0
infinoted
libhugs-haskell-src
libkrb5-25-heimdal
bcfg2
libnetbook-launcher-dev
wordpress-openid
sylpheed-claws
tvtime
python2.6-fam
python-augeas
libzipios++0c102
libpuma-doc
libhtree-ruby1.8
libgpib0-dev
libclass-container-perl
ld10k1
libmatrixssl1.8
cwcp
cl-pubmed
libbg1
libsdl1.2-oss
libfam0c102
xmountains
pyching
lua
libglw1
libglobus-gssapi-gsi-doc
libfile-bom-perl
libbdd0c2
ldap-account-manager-lamdaemon
gnuradio-radar-mono
libgcj9-jar
ffmpegthumbnailer-dbg
tagcoll
csound-utils
libboost1.38-dbg
libboost-regex1.36-dev
language-pack-kde-ca-base
libdevhelp-1-0
db4.7-util
libxml2
mpb
libobby-0.4-0
libmapistore-dev
libglazedlists-java-doc
binfmtc
anon-proxy
liferea-webkit
libxml++2.6-doc
libhogweed1
libdevhelp-1-1
vite
synfig
qtsmbstatus-language
libnotifymm-1.0-dbg
libgfccore-dev
gpe-ownerinfo
libobby-0.4-1
gcstar
gamazons
festlex-oald
mpc
c++-annotations
texlive-doc-cs+sk
libboost-graph1.39-dev
libbind9-60
linux-backports-modules-compat-wireless-2.6.36-2.6.32-33-generic
linux-backports-modules-compat-wireless-2.6.36-2.6.32-28-generic
pcaputils
mercurial-buildpackage
maint-guide-pt
libvorbis-ocaml
libqt4-sql-tds
libnet-akismet-perl
libghc6-haskelldb-hdbc-odbc-prof
kolab-webadmin
libhildonthumbnail0
gigedit
gamt
festvox-kdlpc8k
ctorrent
mpd
libsamplerate0-dev
libntfs-3g75
libkeyutils-dev
xtables-addons-common-1.21
xfonts-bolkhov-koi8r
xfce4-battery-plugin
twinkle
ttf-oflb-asana-math
tclvfs
synfigstudio-dbg
smbnetfs
z88
r-cran-futilities
opencity-data
nunit-console
libbiococoa-dev
libucil-docs
libmysqlcppconn-dev
libglib2-ruby
libbio-primerdesigner-perl
libballoontip-java
gaim-hotkeys
dpm-mysql-srmv1
virtual-mysql-server
libneon27-gnutls
gsl-ref-html
antlr-gcj
kdesnake
kde-l10n-nds
libxapian15
wiipdf
python-qtext-dbg
python2.6-hk-classes
postgresql-8.4-ip4r
openhpi-plugin-ipmi
nkf
est-db
libsubunit-diff-perl
libpcre++0
libnsbmp0
libfsplib0
ldap-account-manager
jmdlx
xymon
griffith
liba52-0.7.4
mingw32
dpm-mysql-srmv2
clisp-dev
librest-0.6-0
libnotify0.4-cil
balsa
axel-kapt
purifyeps
python-sip4-dev
libusbmuxd-dev
installation-report
yasm-1
tryton-server
python2.6-opensync
mmv
libgavl1-dbg
ibus-table-zhuyin
reglookup
libdatetime-perl
barrybackup-gui
cm-super
libqui1-emb
kmines-kde4
xfonts-bolkhov-koi8u
libsnowpg-perl
libmojito-client-dev
libcgi-cookie-splitter-perl
libghc6-hsql-odbc-dev
haskell-agda-doc
gnunet-fuse
gnat-gps
gir1.0-gtk-2.0
ffmpeg
eog2
wesnoth-all
tkrat
taglog
python-gamera-dbg
mon
libsemweb1.0-cil
mpi
libghc6-ghc-paths-doc
gant
libmxml1
cynthiune.app
libherwig59-2-dev
atanks
nis
libglitz1
linux-image-2.6.32-33-generic
linux-image-2.6.32-28-generic
pytone
python-scitools
python2.6-gnuradio-audio-alsa
net-acct
libxbean-java-doc
libproc-invokeeditor-perl
libmoose-policy-perl
grabcd-rip
fnorb
enca
gpe-todo
crossfire-doc
xserver-xorg-video-s3
rhythmbox-ubuntuone-music-store
python2.6-doc
libjtds-java
zlib1g-dbg
libcorosync-dev
inet-superserver
bacula-director-sqlite3
linux-headers-2.6.35-23-server
zope-common
tkpng
ltp
linux-crashdump
tbb-examples
libsearch-gin-perl
libopenthreads
libdesktop-agnostic0-dbg
libxmltooling4
libpgsql-ruby1.8
gir1.0-dbus-1.0
filtergen
ez-ipupdate
egroupware-calendar
python-pylons
nbd-server
libmono-peapi1.0-cil
libdata-dump-perl
kcm-touchpad
xserver-xorg
yorick-hdf5
xfig-libs
shogun-cmdline
purity-off
pal
musetup-qt
mrb
mixxx-data
testng
libsidplay1.36-dev
libpam-devperm
liborc-0.4-doc
libomnieventsc2a
libdatetime-format-iso8601-perl
kannel
jlint
pcb
gallery-uploader
ufraw
fnord
gcdw
alleyoop
python2.6-egenix-mxtexttools
openldap-utils
libvncserver0
swi-prolog-jpl
remuco-audacious
quickml
pygopherd
opensaf-common
perlprimer
libterm-prompt-perl
cvm-dev
libccrtp-doc
glame
dssi-plugin-fluidsynth
flpsed
libzlui-gtk
libfaifa0
faad2
lsw
dots
dicomnifti
msx-emulator
libtext-aspell-perl
thunderbird-locale-pa-in
libxcb-xevie0
libwebkit1.1-cil
libsilc-1.1-2-dev
liblog-dispatch-perl
libsoup2.4-dev
language-support-mai
kde-i18n-csb
gir1.0-freedesktop
libglib2.0-cil
libcompizconfig-backend-gconf
linux-backports-modules-compat-wireless-2.6.38-2.6.32-40-server
linux-backports-modules-compat-wireless-2.6.38-2.6.32-35-server
xracer-tools
toshutils
sqlfairy
python-abiword
pan
libotp0-kerberos4kth
liblocale-po-perl
libghc6-openal-dev
libapache2-mod-spamhaus
libprogressbar-ruby1.8
libgmt4
globus-gram-job-manager-setup-condor-doc
libghc6-hpc-prof
ggz-gtk-client
frei0r-plugins
dict-freedict-scr-eng
cycfx2prog
cairo-dock-data
audacity-data
kstars-data
linux-backports-modules-compat-wireless-2.6.34-2.6.32-30-generic
linux-backports-modules-compat-wireless-2.6.34-2.6.32-25-generic
maint-guide-ru
libocc0-dev
libloader-java-doc
libgnuift0-dev
libcommons-jci-groovy-java
telnetd
gnustep-games
freebsd-sendpr
planetpenguin-racer
liboping0
coinor-libosi-doc
libtext-vimcolor-perl
asterisk-dbg
xcal
libt1-dev
libfltk1.1c102-dbg
ser-cpl-module
recoll
qc-usb-modules
poster
libprinterconf0
libghc6-hdbc-odbc-doc
libcdk-dev
libcap-bin
libabstract-ruby1.8
haskelldb-doc
gstreamer0.10-sdl
gnunet-qt-dbg
fspanel
libgpod4-nogtk
libembryo0
kteatime-kde4
libao2
amavis
amarok-common
python-tgmochikit
python2.6-kinterbasdb
libstxxl-dev
libsdl-console
libdeps-renderer-tulip-perl
libclaw-dev
libtemplate-plugin-class-perl
libabstract-ruby1.9
librmail-ruby1.8
libppi-html-perl
coolkey
config-manager
mono-2.0-gac
linux-image-generic
libjasper-1.700-2-dev
gnome-terminal-data
abrowser-3.5-branding
xserver-xorg-video-glint
vamp-plugin-sdk
python-scikits-openopt
pfsglview
par
ngircd
msc
moblin-panel-status
lxc
libqscintilla-dev
libplayerc++2-dev
libopenturns-dbg
libpils0
libghc6-regex-posix-dev
qsynth
nmh
openbox
libclamav-dev
libpostproc51
cups
wget
linux-lts-backport-oneiric-doc-3.0.0
zsh30
uptimed
ssldump
squirrelmail-spam-buttons
quassel-client-qt4
qtcreator-doc
fiat
prism-google-calendar
openvas-plugins-dfsg
likewise-open-server
libpj-java
libncp-dev
keysafe
hugs98
gnuradio-sounder-firmware
festival-hi
mp3info
cupt
python-tagpy
alsaplayer-oss
thunderbird-thunderbird-locale-ga-ie
gnome-web-photo
libdjvulibre15
python2.3-medusa
r-cran-epibasix
lsb-build-cc
libwiki-toolkit-plugin-ping-perl
libvips-dev
libfishsound1-dbg
libfileutils-ocaml-dev
libcgi-fast-perl
libakonadi-ruby
intel2gas
libgrabcd-readconfig-perl
libginac1.5
gforge-web
dirvish
crosshurd
libstatistics-descriptive-perl
libgconf2-ruby
mono-jit
libgupnp-igd-1.0-doc
libkwineffects1
gnome-themes-ubuntu
lib32mudflap0
erlang-dev
libdjvulibre21
linux-headers-3.0.0-22-server
linux-headers-3.0.0-17-server
libxmp2
wesnoth-aoi
tesseract-ocr-ita
quickly
python-jinja-doc
netams-dbg
libsmartirc4net0.4-cil
libgdamm4.0-doc
libemail-filter-perl
kaffeine-mozilla
gyrus
gcj-4.3-base
libdoodle-dev
customdeb
curl
systemtap-runtime
python-dolfin
python-gpgme
libyaz-dev
libvolpack-dev
libuser1
libtbb2-dbg
libnbio-dev
libmath-combinatorics-perl
libglobus-authz-callout-error-doc
happycoders-libdbg
mpich2
gpe-conf
gnurobots
ctwm
python-imaging-tk
libgtop2
kdesdk-kde4
libwmf-bin
python-socksipy
python2.5-pyrad
libvista2
ltp-dev
lightyears
libsofia-sip-ua-glib-dev
libopenthreads-dev
libnet6-1.0-dev
libdata-integer-perl
cnews
libnet6-1.3-0
pidgin-blinklight
sylpheed-claws-gtk2-newmail-plugin
paw
xserver-xorg-dev
lwm
python-imaging-doc-html
libpoppler-glib4
linux-image-3.0.0-28-generic
linux-backports-modules-wireless-2.6.32-41-generic
linux-backports-modules-wireless-2.6.32-36-generic
slashem
qrencode
python-libvoikko
gate
lisaac
ofx
libmpich-shmem1.0-noslog
libbakery-2.3-dev
libacr38u
libicepatch2-33
edict
asp.net-examples
libtelepathy-glib-doc
lvs
pax
xscavenger
sugar-imageviewer-activity
python2.6-dpm
planet.rb
libwxsvg0
libsubtitleeditor-dev
libghc6-json-dev
libcwiimote-dbg
libchamplain-gtk-doc
isomd5sum
galleta
dict-freedict-dan-eng
deroff
naist-jdic-utf8
bible-kjv
python-sqlalchemy
awn-applets-c-dbg
latex-sanskrit
language-pack-pap-base
xmonad
syncmaildir
roundcube-pgsql
python-simpy-gui
libtransaction-simple-ruby
libtest-dependencies-perl
libpcp-mmv-perl
pcp
libmimetic-dev
liblas-dev
libgd-svg-perl
libdjconsole-data
libdb4.8-tcl
libcwiid0-dev
libballview1.3-dev
ledger
kcheckers
flvstreamer
fcode-utils
emil
egroupware-bookmarks
cl-rsm-mod
libdb2
lskat
libglade2-0
libwine-capi
virt-goodies
lighttpd-dev
libwv2-1
libvlc0-dev
petsc3.0.0-dbg
pdl
liblwp-protocol-http-socketunix-perl
fslview
mpack
docbook-xsl-saxon-gcj
libamazon-ruby
libgtkmathview0c2a
python2.3-twisted-news
myspell-fr-fr
libnotify-dev
libeina-dev
vm-bonus-el
ttf-paktype
r-cran-slam
qarecord
python-circuits
manpages-fr-dev
libstrutilsxx
libsparkline-php
libmthca1
libgnomescan-doc
lfc-postgres
gcin
python-docky
libheartbeat2-dev
asn1-mode
pulseaudio-module-lirc
libqca2-plugin-cyrus-sasl
libglib2.0-dev
nullmailer
zookeeper-bin
xcfa
wesnoth-tools
wesnoth-dbg
ttf-umeplus
ocropus-data
librqrcode-ruby
proj-data
liblwt-glib-ocaml
libkinosearch-perl
libgtkada2.12-dev
legacyhuman-theme
imms-plugin
maemo-af-desktop
eric-api-files
docbook-xml-simple
cvsdelta
afnix
python-egenix-mxbeebase-dbg
lapack99-dev
libflickrnet-cil-dev
libsvn-dev
libkeyutils1
linux-backports-modules-wireless-2.6.36-lucid-server
mrt
libsinatra-ruby1.8
libhugs-mtl-bundled
libwv2-4
jpoker
libidzebra-2.0-modules
gnome-voice-control
dsdp
gplcver
texlive-fonts-recommended-doc
python2.6-eyed3
openoffice.org-filter-binfilter
myspell-dictionary-pt-pt
libxcb-shm0-dbg
libmono-firebirdsql1.7-cil
libg++272-dev
cloop-utils
xpilot-ng-utils
vflib3-bin
python-zope.site
octave-nnet
med-common
link-monitor-applet-common
libtinymail-gnomevfs-dev
liblinebreak-dev
libcanlock2
libmail-pop3client-perl
kicad
ipopd
graphthing
debirf
openoffice.org2-l10n-pa-in
libxml2-dbg
libboost1.38-dev
httpd
tidy-proxy
elph
linuxlogo
libxmmsclient-ruby1.8
libpolkit-dbus-dev
libinnate-ruby
libgettext-ocaml
libfile-queue-perl
libaiksaurusgtk0
libjspeex-java
gcc-4.3-source
cfgstoragemaker
memtest86
libxine-extracodecs
libcairo2-dbg
language-pack-gnome-mt-base
grub-efi-ia32
pdq
dbtoepub
linux-headers-2.6.32-22-generic
linux-backports-modules-compat-wireless-3.2-2.6.32-43-server
gsn-curses
scalapack-mpich-test
ocamlweb
nqc
lxr
libzookeeper-java
libxml-ruby1.8
libvelocity-tools-java-doc
libntrack-dev
emacs-dl-wnn
dhcpcd
blobandconquer-data
libstdc++5-dbg
librsvg2-2.18-cil
libedataserver1.2-dev
evince
zaz-dbg
spout
registry-tools
pen
pekwm-themes
olpc-xo1-hw
mono-uia-dbg
ltsp-manager
libgfccore-doc
libdc5
gtkwhiteboard
chronicle
openbve
bluemindo
libdatrie1-bin
python-fstab
xbuffy
libroot-fftw5.11
python-snpp
python2.6-ming
musescore-soundfont-gm
mirrormagic
mdf2iso
libsablot0
libdata-float-perl
gfortran-4.3-doc
gambas2-gb-net-smtp
emma
csv2latex
libbeidlibopensc2
xfonts-cmex-big5p
sweeper-kde4
lokalize-kde4
libxine1-console
language-pack-gnome-yo-base
konqueror-plugin-dirfilter
plasma-widgets-addons
knotes
yardradius
linux-backports-modules-compat-wireless-2.6.37-2.6.32-45-generic
jocaml-base-3.11.2.a
honeyd-common
libtext-dhcpleases-perl
chicken-dev
cgiwrap
libcommons-httpclient-java-doc
pgf
system-log-daemon
linux-image-2.6.32-46-generic-pae
a12k12
when
python-nwsclient
php-kolab
nfs4-acl-tools
nagiosgrapher
dicom4j
libyaz3-dev
libnsgif-dev
libjboss-naming-java
libgda4-mysql
hp2xx
glassfish-appserv
fwbuilder-common
fatrat-dev
epdfview
clisp-doc
liblauncher-0.1-0
language-pack-li-base
language-pack-kn-base
keymapper
npm
abrowser-notify
wmnut
sendip
pfm
librmail-ruby
libparrot-dev
hbf-jfs56
laptop-net-doc
ircd-ratbox
iotop
herrie
gnome-colors-common
freevo
efax-gtk
fontdata-a2n
dict-freedict-wel-eng
dcap-tunnel-gsi
conntrackd
coinor-libosi0-dbg
cmigrep
mtr
libgtkmm-2.4-1c2
language-pack-gnome-hne-base
gimp-libcurl
linux-backports-modules-compat-wireless-2.6.38-2.6.32-34-preempt
gnu-smalltalk
linux-backports-modules-compat-wireless-3.2-2.6.32-43-generic
libapt-pkg4.12
python-gamera-dev
mgetty-docs
liby-dev
libpam-apparmor
libhttpclient-ruby1.9.1
libghc6-hsql-odbc-doc
libbusiness-us-usps-webtools-perl
liblo10k1-0
ftp-upload
libubuntuone-dev
libswt-cairo-gtk-3.5-jni
libboost-program-options1.36-dev
gallery
xfig-doc
wulf2html
vala-terminal
libwfnetobjs-dev
libgnadesqlite3-dbg
libglib2.0-0-refdbg
libwant-perl
libcamlimages-ocaml-yn2l0
libapache-ssi-perl
kmflcomp
libhandoff0
geda
gambas2-gb-form-dialog
elinks-doc
eb-utils
libhpmud-dev
ttf-malayalam-fonts
zlib1g-dev
bogofilter
pia
libmad-ocaml-dev
libgpac
libghc6-xml-prof-1.3.5-a97d1
libopencv-dev
gkrellm-radio
libnet-arp-perl
gipsc
python-egenix-mxtexttools-doc
libncurses-dev
libbcmail-java
mpage
libdevmapper-event1.02.1
xapm
trac-mercurial
photoml
pax-utils
notifyme
wicd
mtd-utils
maint-guide-zh
licq-plugin-qt
libtest-nobreakpoints-perl
libnet-tftp-ruby1.8
libhugs-haskell98-bundled
liballegro4.2-plugin-jack
haskell-doc
xaos
libahven17.0
liberb-ruby
libcurl4-gnutls-dev
language-pack-kde-li-base
language-pack-kde-kn-base
libsource-highlight3
libpmt-dev
libldns-dev
haveged
lesstif2
cyphesis-cpp
cvsd
liboobs-1-dev
language-support-nan
language-pack-kde-aa
hello
dpkg-dev-el
linux-headers-2.6.32-343-ec2
python-ecasound
nsd
libtulip-dev
libjconv-bin
libghc6-xhtml-prof
libghc6-diff-dev
libghc6-opengl-prof-2.2.3.0-47c8c
latex-make
junior-sound
lyx
glark
gqview-dbg
sylpheed-claws-gtk2-cache-saver
backup-manager-doc
libsoup2.4-doc
liblzo2-2
dput
bzr-doc
mtx
tagtool
libpadre-plugin-spellcheck-perl
libntrack0
libmatrixssl-dev
libghc6-openal-doc
libauthen-simple-passwd-perl
jmeter-junit
fusefat
fookb-plainx
sat4j
hddtemp
asterisk-dev
libmono-system1.0-cil
kgamma
gawk
tcl8.4-kwwidgets
moviemate
libpt-dev
libcrypt-eksblowfish-perl
libapache2-svn
kshutdown
id-utils
libghc6-time-prof
fsgateway
pgp
speedbar-beta
dvdrip-queue
info2www
libdbd-ldap-perl
telepathy-sofiasip
libt1-doc
libneon-dev
linux-backports-modules-wireless-2.6.35-lucid-generic
linux-backports-modules-compat-wireless-2.6.35-2.6.32-42-generic
linux-backports-modules-compat-wireless-2.6.35-2.6.32-37-generic
firefox-locale-af
xserver-xorg-input-void
upsd
rawrec
pari-gp
libmems-1.5-1
libqt3-psql
libkaya-ncursesw-dev
libecm-dev
libcgi-application-plugin-tt-perl
grub-rescue-pc
file-browser-applet
egroupware-infolog
airstrike-common
python2.4-pyorbit
postfix-mysql
libaio
ibus-pinyin-db-android
gfxboot-theme-nld
xfonts-thai
phpgroupware-wiki
photopc
mono-server
openelectrophy
libtaoframework-freeglut-cil-dev
libstxxl-doc
libopenturns-dev
libcppunit-subunit-dev
libclaw-doc
jbossas4
freeze
gnuradio-examples
libglobus-gram-protocol3
gir1.0-vte-1.0
fftw2-double
pdf2djvu
colortail
libdate-calc-perl
biniax2
anjuta-common
libntfs-3g-dev
nih-dbus-tool
language-pack-kde-af
policykit-1-gnome
shishi-dbg
poppass-cgi
mvs
libqscintilla-doc
libpostgresql-ocaml-dev-9qom7
liblucene-java
libtao-1.6.3
libiksemel1-dev
libghc6-regex-posix-doc
libclipper-dev
jmeter-jms
fnfx-client
libmjollnir0
coinor-libflopc++0-dbg
mousepad
python-chardet
python2.4-htmlgen
libxml-sax-machines-perl
libftdipp-dev
libboost-serialization1.37-dev
libbctsp-java
hfsutils
cupsddk-drivers
ssh-client
linux-backports-modules-compat-wireless-2.6.36-2.6.32-31-preempt
linux-backports-modules-compat-wireless-2.6.36-2.6.32-26-preempt
transcode
python2.5-swap
python-aafigure
libtemplates-parser11.5-dbg
libfishsound1-dev
libfcgi-ruby
libbakery-2.3-common
python-gtkmvc
etw-data
libevas-svn-05-engines-x
xserver
kcachegrind
libxmu6
python-boto
libantlr-java
firefox-locale-be
ubuntu-mobile-default-settings
ltp-network-test
libxmlrpc-epi0
libvips-doc
libtinymailui-gtkhtml-dev
libghc6-glut-dev-2.1.1.2-05939
xchm
erlang-doc
dahdi-source
belocs-locale-data
libxml-regexp-perl
libxcb-screensaver0-dbg
lib32objc2
libcups2-dev
libcanberra-gtk0
firefox-locale-ca
wmibam
ttyd
swordfish
simutrans-pak64
python-zope.event
pocketsphinx-hmm-tidigits
opendrim-lmp-ethernetport
libocc0c2
libhk-classes-postgres
libgnuift0c2
libghc6-x11-xft-dev
libpacklib-lesstif1-gfortran
libhtml-widget-perl
imview
hdate-applet
libghc6-old-locale-prof-1.0.0.2-ef43d
deskbar-applet-dbg
xserver-xorg-video-nv
system-config-printer
pil
language-pack-kde-be
libgpm2
firefox-locale-bg
xfce4-mount-plugin
ubuntu-mid-default-settings
python-trml2pdf
mozilla-spellchecker
postgresql-client-7.4
fiji
libfm-dev
libeb4
libjson-any-perl
isoqlog
libinotifytools0
iagno
cwnn
boom-wad
festival-mr
emms
libswt3.2-gtk-java
bognor-regis
xhost
libmodule-build-perl
likewise-open5-eventlog
libdw-dev
language-pack-kde-ca
desktop-base
libgnomekbd4
libxineliboutput-fbfe
libeb5
libapq-postgresql1-dev
gnunet-dbg
deejayd-webui
firefox-webfav
espresso-yaboot
libcap-dev
language-pack-kde-bg
bluez-input
omt
qct
praat
linsmith
libumlib-dev
libsvg-graph-ruby1.8
liblasso3-dev
libeb6
libcwiimote-dev
php-kolab-freebusy
emacs-chess
ebox-dns
debian-faq
libopenhpi2
apertium-en-ca
xserver-xorg-driver-trident
python2.4-xapian
language-pack-kde-am
ispell-dictionary
autotrace
postgresql
bacula
debianutils
linux-image-2.6.32-31-preempt
linux-image-2.6.32-26-preempt
xfonts-cronyx-koi8r-misc
python-qwt3d-doc
python2.6-netcdf
pip
libtpm-unseal-dev
libromkan-ruby1.8
libjmagick6-jni
libghc6-json-doc
libeb7
libdtools-ocaml-dev
libdatetime-format-sqlite-perl
libclass-accessor-classy-perl
libbitstring-ocaml-p4q85
libaften-dev
ipppd
python-liblo
libgraphicsmagick1-dev
xautomation
audacious-crossfade
wmsensors
python-rsvg
gstreamer-codec-install
libgd-noxpm-dev
language-pack-kde-an
firefox-locale-da
snooper
xcin
petsc3.0.0-dev
libmimetic-doc
libmaven-antrun-plugin-java
libhttp-proxy-perl
libghc6-haxml-dev-1.13.3-53bf6
libdvdcss
glines
gcom
c++-annotations-html
not+m68k
tomcat6-examples
libqtwebkit-dev
libneon27-dbg
libdb3++-dev
xfonts-cronyx-cp1251
science-astronomy-dev
r-cran-g.data
python2.6-soaplib
mp3val
rnahybrid
lighttpd-doc
libsfml1.4-doc
libroot-quadp-dev
libphidgets0
libmedimportcxx0
liblastfm-ocaml-dev
libghc6-cgi-dev
liba52-dev
kolab-cyrus-clients
libjodconverter-java
gdis
tuxtype
libsys-cpu-perl
yapps2
xserver-xorg-driver-tseng
migrationtools
soprano-daemon
libnotify-doc
libio-string-perl
libeina-doc
libtspi-dev
kdeadmin-dbg
language-pack-kde-da
libvorbisfile3
libfile-rsyncp-perl
pm-utils
linux-image-2.6.38-12-virtual
firefox-locale-ar
webdeveloper
xmms2-plugin-cdda
libwine-alsa
vdkbuilder
python2.3-simpy
python2.3-python-poker2d
pike7.6-dev
msmtp-mta
udmsearch-pgsql
libpari1-dev
libjasper-progs
libgpeschedule-dev
hearse
fondu
cuyo
geant321-doc
libpam-p11
libenchant-voikko
ttf-kacst-one
libglib2.0-doc
ttf-freefont
mailutils
file
firefox-locale-bn
firefox-locale-as
python-xlib-doc
potool
moc-ffmpeg-plugin
libvtk32-dev
libtirpc-dev
libghc6-safe-prof-0.2-dcdda
libdrizzle-dbg
libgpattern-ocaml-dev
holotz-castle-milanb
nagios
gnat-4.4-base
ocrad
xfonts-intl-arabic
python3.1-ctypes
python-sqlite
libxcb-shm0-dev
libsvn-doc
libwmf-dev
kdesdk-dbg-kde4
language-pack-kde-ar
firefox-locale-de
wesnoth-did
sloccount
r-cran-date
python-zope.size
python2.6-imdbpy
python-django-lint
octave-outliers
neverdata
libropkg-perl
python2.6-pyroot
libcrypt-hcesha-perl
kde-icon-theme-kneu
libglademm-2.4-1c2
libcdio-paranoia-dev
language-pack-kde-bn
language-pack-kde-as
kdepim-runtime-libs4
ntp
dict-jargon
libxml2-dev
localechooser-data
linux-headers-lbm-2.6.32-23-generic
tclodbc
python2.5-unac
liblinebreak-doc
libgst-ruby1.8
libfile-flock-perl
lam-mpidoc
gromacs-lam
libspeechd0
libspeechd-dev
libffado-dev
libcairo2-dev
libboost1.38-doc
language-pack-kde-bo
language-pack-kde-de
gir1.0-pango-1.0
libgeronimo-jta-1.0.1b-spec-java
spamoracle-byte
rwhod
python2.6-openal
nvidia-180-modaliases
monodoc-hyena-manual
libwww-delicious-ruby1.8
libshogunui3
libthinkfinger0
libxmlsec1-dev
libgda3-common
keepassx
hsqldb-utils
globus-gram-job-manager
gfan
freevo-media
emacs-snapshot-el
libcommons-el-java
xpmumon
epan
wakeonlan
libspeechd1
php5-xmlrpc
libqt3-mt-mysql
language-support-nds
libebook1.2-dev
blt8.0-dev
firefox-locale-br
gimageview
pysycache
dsme
libtext-flow-perl
libnewpki-dev
libmixlib-config-ruby1.8
libgpgme-ruby1.8
libestraier-java
cvm-mysql
libstomp-ruby
xfonts-100dpi
mono-mcs
libspeechd2
libffado2
nvi
libqt4-sql
firefox-locale-bs
wine1.2-gecko
python-zope.catalog
python2.6-kaa-imlib2
octave-zenity
monodevelop-moonlight
mlton
libpococrypto9
libjaxe-java
ghc4
enna
egroupware-phpbrain
cl-url-rewrite
language-pack-kde-br
foomatic-db-gutenprint
wordnet-dev
libsword-runtime
libsvm-ruby1.8
spfquery
libpt-1.10.10-plugins-v4l2
libmoosex-poe-perl
libjboss-web-services-java
libjboss-jmx-java
libsl0-heimdal
gegl
freetds-bin
streamer
texlive-formats-extra
language-pack-kde-bs
gnome-intro
linux-headers-lbm-2.6.32-31-server
linux-headers-lbm-2.6.32-26-server
linux-backports-modules-compat-wireless-2.6.35-2.6.32-44-server
linux-backports-modules-compat-wireless-2.6.35-2.6.32-39-server
firefox-locale-fa
transfermii
therion-viewer
python-sphinxbase
phpgroupware-comic
libspin-java
libfwbase1-dev
libqwt4c2
ghc6
bomstrip
language-pack-gnome-br-base
esound-common
r-cran-amelia
python-zope.lifecycleevent
python2.6-ggz
osc
libparrot2.0.0
libpano12-0
liberis-doc
lcdf-typetools
libgraphics-magick-perl
squid3
rar
parley-data-kde4
language-pack-kde-fa
language-pack-kde-az
linux-headers
linux-backports-modules-input-2.6.32-44-generic
linux-backports-modules-input-2.6.32-39-generic
xfonts-cronyx-isocyr-75dpi
xasteroids
vflib3-dev
rdd
python-mapscript
libdumbnet-dev
libapache2-mod-antiloris
evolvotron
libkozo0
mono-1.0-runtime
libtest-cpan-meta-perl
libsasl2-modules-otp
libifp4
kommander
xpdf-chinese-traditional
linux-backports-modules-wireless-2.6.32-34-preempt
linux-backports-modules-wireless-2.6.32-29-preempt
firefox-locale-cs
rat
opt
libsdl-ocaml-dev-zubj0
libgnadesqlite3-dev
libgda3-odbc
ksshaskpass
mpichpython
gap-libs
kword
afbackup-client-i
xserver-xorg-video-voodoo
snmptraplogd
python-subversion
nut
libpam0g-util
language-pack-gnome-mr-base
qgo
libasound2
linux-backports-modules-compat-wireless-2.6.39-2.6.32-46-preempt
xpdf-i
reformat
pmk
octave-communications
moon-lander
poa
libtrilead-ssh2-java
libaqsis-dev
ksimus-dev
harden-tools
sfftw2
libghc6-bin-package-db-dev-0.0.0.0-4cfd2
libxml-parser-ruby1.8
ferret
fbbdoc
deskmenu
alsoft-conf
xserver-xorg-video-fbdev
libidl-dev
ldm-themes
language-pack-kde-cs
firefox-locale-ga
ytree
t-coffee-examples
service-discovery-applet
pure-ftpd-ldap
protobuf-c-compiler
libopencv-doc
xul-ext-mozgest
libtext-recordparser-perl
libmmap-ruby
libmesh0.6.3
liblua5.1-posix-dev
libfreefem-dev
addresses-framework
python-nodebox-web
gnuminishogi
libcal3d12
alsaplayer-xosd
module-assistant
xserver-xorg-input-wacom
language-support-mnc
firefox-locale-el
wfut
obexd-server
libsvm2-java
haskell98-report
osh
gnome-cups-manager
glabels-dev
gfax
language-pack-gnome-zh-base
language-pack-kde-ga
javahelper
linux-headers-2.6.32-30-server
linux-headers-2.6.32-25-server
linux-image-2.6.32-22-server
firefox-mozsymbols
sysvbanner
silc-server
pytris
phpgroupware-dj
libmerb-helpers-ruby1.8
libmahoro-ruby1.8
libghc6-hashed-storage-dev
libuno-cli-ure1.0-cil
bibshelf
libaqhbci17
scribus
libboost-wave1.37-dev
libkopete4
kdegames-card-data
language-pack-kde-el
firefox-locale-gd
firefox-locale-fi
firefox-locale-en
wwsympa
openmeeg
ree
python-gnuradio-cvsd-vocoder
poe
openturns-wrapper
libmmap-ruby1.8
libghc6-diff-doc
libfvm0
libenet1-dev
libbuilder-ruby1.9.1
imsniff
haskell-hsql-doc
gsl-bin
freeciv-client
festival-te
elza
reportbug-ng
postgresql-client-8.1
dailystrips
bzr-avahi
btscanner
banshee-extension-ubuntuonemusicstore
mongrel
libstrscan-ruby
language-pack-kl-base
language-pack-lg-base
kdeedu-dbg
linux-backports-modules-input-2.6.32-32-server
firefox-locale-eo
firefox-locale-cy
luxman
lighttpd-mod-mysql-vhost
libxmpi
libmoosex-classattribute-perl
libmatrixssl-doc
libspring-core-2.5-java
libsub-install-perl
eclipse
dtc-core
postgresql-client-8.2
asterisk-doc
apachetop
acl2-doc
phototk
telepathy-mission-control-5-dbg
libqt3-compat-headers
language-pack-kde-gd
language-pack-gnome-fur-base
language-pack-kde-fi
language-pack-kde-en
net-tools
linux-image-virtual-lts-backport-maverick
yocto-reader
postgresql-8.4-pllua
peace-wallpapers
nzb
netdisco-backend
openemr
libtrilinos7.0-dbg
libremctl-dev
libpt-doc
libmp3splt-plugin
libghc6-editline-prof
liberuby-dev
gift-plugin
gdpc
exfalso
postgresql-client-8.3
axiom
libxcb-xf86dri0-dbg
libledit-ocaml-dev-1x6z6
language-pack-kde-cy
language-pack-kde-eo
flac
debtags
spl-dev
sac
quantlib-ruby
octave-sockets
python-clamav
libsary10
libnewmat-dev
libsub-exporter-perl
itcl3-dev
rdoc1.8
postgresql-client-8.4
monodoc-base
libid3-dev
libgd-gd1-perl
language-pack-kde-ha
kubrick
libgsmme1c102
flashplugin-installer
virtuoso-vad-sparqldemo
tinydyndns
rdoc1.9
r-cran-rcolorbrewer
python2.5-radix
python2.4-numeric-ext
python2.5-dialog
pms
openafs-modules-source
oneisenough
libparse-syslog-perl
liblua50-socket-dev
libghc6-digest-prof
libdm0
libdevel-declare-perl
libdata-dump-streamer-perl
libokey-ocaml-dev
kamefu-data
gweled
gri-el
glbsp
flphoto
firebird2.1-super
libcgns2
libcr0
aewan
rcs
libpackagekit-glib2-dev
language-pack-kde-dv
libspiro0
java-gcj-compat
firefox-locale-es
xfce4-artwork
ssh-askpass-fullscreen
cd-hit
libright-http-connection-ruby1.8
liblua5.1-sql-postgres-2
liblua5.1-sql-mysql-dev
libkokyu-5.6.3
libjogl-jni
libcmpicppimpl0
libclipper-doc
libtemplates-parser11.5-dev
cellwriter
lib32icu-dev
language-pack-kde-kl-base
language-pack-kde-lg-base
firefox-locale-he
firefox-locale-et
xfmedia
uvccapture
xfonts-base-transcoded
python2.6-hid
planet-venus
phenny
multisync-tools
libpt-snapshot-dbg
libgportugol-dev
libgnomecanvas2-ruby
libbit-vector-minimal-perl
kobodeluxe
gnuradio-companion
xmedcon
amtterm
xview-clients
xengine
partimage
libxcb-screensaver0-dev
libtext-diff-perl
libsnmp5-dev
libmysqld-pic
language-pack-kde-es
linux-backports-modules-compat-wireless-2.6.37-2.6.32-43-preempt
linux-backports-modules-compat-wireless-2.6.37-2.6.32-38-preempt
linux-headers-2.6.32-318-ec2
firefox-locale-eu
python2.1-tk
tf5
python-pyx-doc
libtaoframework-sdl1.2-cil
libjconv-dev
libcvector2-dev
libcpuset-dev
libauthen-simple-net-perl
kwin-style-dekorator
gpe-screenshot
flim1.13
epiphany-extension-gwget
libhx22
libesd0-dev
language-pack-kde-fo
heimdal-clients
language-pack-kde-he
language-pack-kde-et
firefox-locale-gl
yorick-yutils
tclxml
gpsshogi
syrthes-3.4.2
python-silc-dbg
python2.5-pocketsphinx
python2.6-opencv
python2.6-forgetsql
mencal
lxmenu-data
libpanel-applet2-ruby1.8-dbg
libfslio-dev
libguichan2-dev
libghc6-x11-xft-doc
libfcgi-procmanager-perl
flashgot
seamonkey
dhcp-helper
jamnntpd
blazeblogger
libgwenhywfar47
apertium-en-es
xindy
libtelepathy-glib0-dbg
language-pack-kde-ia
language-pack-kde-dz
language-pack-kde-eu
foomatic-db-hpijs
libxpm4
firefox-locale-fr
uim-utils
typo3-database
tryton-modules-stock-supply
python-zope.dottedname-test
python-zbarpygtk
python2.5-pyglet
pmx
xmms2-plugin-alsa
libqttelepathycore0
libnanoxml2-java
libglu1-xorg
libghc6-parallel-prof-1.1.0.1-253ba
libglib2-ruby1.8
gnunet-dev
gigolo
fwbuilder-backend
language-pack-kde-gl
libflac8
bonnie++
libqt4-svg
linux-backports-modules-compat-wireless-3.2-2.6.32-41-preempt
linux-backports-modules-alsa-2.6.32-23-server
firefox-locale-id
firefox-locale-hi
xotcl-shells
python-tamtam-data
simulpic
regexxer
renpy
maxemumtvguide
libmaruku-ruby1.8
libjodconverter-java-doc
libdcmtk0-dev
leafnode
libarray-unique-perl
coinor-libcbc0
c-sharp-compiler
libxcb-randr0-dbg
language-pack-kde-fr
libusb-0.1-4
wmweather+
sugar-browse-activity
asiya24-vfont
mathtex
libtext-english-perl
libsplashy-dev
rep
libsfml-graphics1.5
libhtml-fillinform-perl
iukrainian
otp
docbook-html-forms
libvigraimpex-dev
libvala-dev
language-pack-kde-id
language-pack-kde-hi
ghostscript-x
libgdbm-gst
firefox-locale-ja
qiv
python2.5-pyglew
python2.6-mlt2
phpgroupware
ogamesim-www
network-manager-openvpn-gnome
treevolve
libsdl-mixer-dev
liblauncher-0.3-0
libwfut-0.2-1
qmail
cheetah-common
libneon27-dev
gnome-libs-data
apturl
libcompress-raw-zlib-perl
linux-image-2.6.32-23-generic-pae
qmc
python-tables-doc
python2.3-pymad
ppm
octave-linear-algebra
memcachedb
petsc3.0.0-doc
libglrr-glib0
libacexml-dev
elinks-lite
claws-mail-attach-remover
php5-pgsql
libpam-dev
libmad0-dev
libjdom1-java
libdrm-nouveau1-dbg
libdb4.2-dev
language-pack-kde-ja
im-switch
libgconf2.0-cil
linux-image-2.6.32-341-ec2
linux-headers-2.6.32-46-server
linux-image-2.6.32-43-server
linux-image-2.6.32-38-server
vmpk
tn5250
platex
ml-yacc
magicor
liburcu-dev
libupnp-dev
libllvm-bindings-d
libghc6-cgi-doc
fil-plugins
eog-plugins
citadel-server
libct0
language-pack-kde-ig
linux-backports-modules-compat-wireless-2.6.34-2.6.32-46-generic
sdl-ball
quantlib-python
pike7.6-doc
orbital-eunuchs-sniper
mrtg-rrd
mailliststat
tntdb-mysql0
libncbi6-dbg
libluajit-5.1-common
liblicense-icons
libdrizzle-dev
librack-ruby
gimp-dcraw
dvi2ps-j
bwbasic
banshee-extension-radiostationfetcher
python-soya
libct1
python-egenix-mxbeebase-doc
python-aptdaemon-gtk
ibus-m17n
firefox-locale-fy
scala
klipsi
tntdb-mysql1
libcxgb3-1
libcr-dev
lashd
kdelibs4-dbg
evilwm
estic
libwmf-doc
libspiro-dev
samba
libxpm-dev
libecore-input-svn-05
kcachegrind-kde4
ppp
linux-backports-modules-compat-wireless-2.6.37-2.6.32-34-server
linux-backports-modules-compat-wireless-2.6.37-2.6.32-29-server
firefox-locale-ka
firefox-locale-gu
python2.6-selinux
libxfce4util-common
libmusic1
libmail-listdetector-perl
libglrr-gtk-dev
libdbix-xmlmessage-perl
ipset
gir1.0-dbusmenu-gtk-0.2
alarm-clock-applet
libpango1.0-dbg
language-pack-kde-fy
libxml2-doc
libct3
bootchart-java
linux-backports-modules-compat-wireless-2.6.35-2.6.32-40-preempt
linux-backports-modules-compat-wireless-2.6.35-2.6.32-35-preempt
stx-btree-dev
sar
sbm
multicd
massxpert-data
libssl-ocaml-dev-1ipd1
libestraier-dev
libbitstring-ocaml
grisbi-common
rstatd
abiword-plugin-mathview
python-qt4-common
libcairo2-doc
language-pack-kde-ka
language-pack-kde-gu
libct4
libgail-common
firefox-locale-hr
yada
ttf-adf-ikarius
textedit
sdd
octave-multicore
libuptimed-dev
libload-perl
libfwbuilder-dev
libfilesystem-ruby
libapron
mcelog
libpano13-1
glcpu
spawn-fcgi
xsysinfo
system-config-cluster
python2.6-twisted-core
libxcb-atom1-dev
libstdc++5-doc
konversation
freeradius-postgresql
xubuntu-gdm-theme
weechat-plugins
muscle-doc
libnb-java3-java
liblip-dev
libghc6-monadcatchio-mtl-prof
python-gnuradio
fping
enigmail-locale-zh-cn
schroot-common
biabam
libconfig-general-perl
texlive-lang-armenian
python2.6-openid
language-support-pap
language-pack-kde-hr
libcloog-ppl0
daemon
libservlet2.5-java
todraw
sdf
pyragua
php-xajax
omniorb4-doc
netmrg
solr-tomcat5.5
libtk-histentry-perl
libsyncml-dev
libghc6-unixutils-dev
libga2
liburi-find-perl
libb-hooks-endofscope-perl
lfc-client
lesstifg
iscsitarget-module
aiccu
pidgin-dbg
libmono-addins-cil-dev
libglib-perl
python-twisted-core
libbz2
xdg-utils
libaprutil1-dbd-odbc
firefox-locale-hu
vrrpd
rig
owl
genographer
libvideo-fourcc-info-perl
libmemcache-dev
libgtksourceview-cil
libjflac-java
libwildmidi0
gkrellmoon
fish
libsdl-gfx1.2-4
texlive-lang-hebrew
libsuitesparse-metis-dev
language-pack-kde-ht
keepalived
python-desktopcouch-records
netpbm
tetrinet-client
springlobby
sec
psh
oligoarrayaux
wine
libsundials-nvecserial0
liborigin2-1
scm
islamic-menus
gnome-inm-forecast
gnome-blog
codelite-plugins-abbreviation
tex4ht-common
libattr1-dev
language-pack-kde-la
language-pack-kde-hu
xbindkeys-config
stage
python-zope.configuration-test
python-pqueue
psi
php5-gpib
ttf-sil-gentium-basic
ncaptool
uqwk
renaissance
default-jre-headlesss
libcvc3-2-java
libdata-serializer-perl
driftnet
libcherokee-mod-libssl
mono-mjs
sed
libxrender1
adduser
linux-backports-modules-alsa-2.6.32-44-server
linux-backports-modules-alsa-2.6.32-39-server
firefox-locale-is
wordpress
wing
vflib3-doc
sugar-read-activity
osm-tools
phatch-cli
pachi
libtest-sharedfork-perl
libsigc++-1.2-dev
libpion-common-dbg
libopenvas2-dev
libjifty-plugin-userpic-perl
libjakarta-poi-java
libghc6-diff-prof-0.1.2-2e6a9
libuuidtools-ruby1.9.1
libexif-ruby1.8
libcvc3-2-dev
libapache2-mod-authn-sasl
ircd-ratbox-dbg
slice2cpp
gmanedit
gitmagic
fso-sounds-yue-full
fookb
libvncserver-dev
libgtk-vnc-1.0-dev
kinfocenter-kde4
liberror-perl
cabextract
firefox-locale-it
firefox-locale-hy
scrabble
sparsehash
libsendmail-pmilter-perl
lua-iconv
libbickley-dev
libaliased-perl
ejecter
openssl-blacklist
kdebase-workspace-data
language-pack-kde-is
kcharselect-kde4
firefox-locale-kk
xdemorse
9fonts
libempathy-dev
sawfish-dbg
python-zope.security-pytz
phpgroupware-hr
libsvnqt4-dev
libgts-bin
ebhttpd
python2.4-imaging-sane
libmono-sharpzip0.6-cil
language-pack-kde-hy
language-pack-kde-it
firefox-locale-lg
ethereal-common
rotter
python2.3-poker-eval
netbeans
libjdic-java
libgnokii-dev
libfreefem-doc
libclass-prototyped-perl
gir1.0-avahi-0.6
gems
libcv4
libglobus-gsi-credential1
courier-authdaemon
xinit
telnet-client
sdm
libradius1
libffi4-dev
language-pack-kde-iu
language-pack-kde-kk
firefox-locale-km
tk2
smuxi-frontend-gnome-irc
signify
python-omniorb-omg
python-hcluster
python-getfem++
ows
noiz2sa-data
libzzip-0-12
libxml++1.0
libvte-ruby
libldap-ocaml-dev-e59f6
libeduwidgetclock0-dev
ledcontrol-gtk
jesred
gengetopt
xawtv-plugins
eeepc-acpi-scripts
stella
libzephyr-dev
wink
language-pack-kde-kl
language-pack-kde-lg
freetds-dev
uucp
firefox-locale-kn
libparallel-forkmanager-perl
libnet-inet6glue-perl
libherwig59-2-gfortran
libghc6-hashed-storage-doc
libdcmtk0
libavahi-ui0.0-cil
fai-progress
libslab0a
gkrellkam
libfprint0
libzzip-0-13
celestia
amiga-fdisk-bf
smproxy
libnih-dbus1
libgc1
language-pack-kde-km
libcommons-httpclient-java
irussian
firefox-locale-ko
yafc
sylpheed-i18n
python2.6-gps
puf
libhtml-wikiconverter-oddmuse-perl
libdballe-dev
libxml-security-c15
php-log
bzr-git
allegro-demo-data
libdcmtk1
geomview
python2.6-appindicator
language-pack-kde-li
language-pack-kde-kn
initramfs-tools
linux-backports-modules-wireless-3.3-lucid-generic
xeji
i2c-source
xdms
tk5
timemachine
libtrilinos7.0-dev
libthread-serialize-perl
libmaven-file-management-java
icomlib1
fortunes-it-off
libdjconsole0
wims
libjs-cropper
python-egenix-mxqueue-dbg
laptop-mode-tools
libxcb-xf86dri0-dev
xpaint
language-pack-kde-ko
docbook-xsl-doc
linux-headers-2.6.32-43-generic
linux-headers-2.6.32-38-generic
firefox-locale-nb
yui-compressor
wipe
rsbac-admin
sdr
r-cran-rpvm
linux-headers-lbm-2.6.32-21-preempt
libroot-unuran
libexif-ruby1.9.1
libdatetime-locale-perl
wily
nfs-kernel-server
ubuntu-mono
language-pack-gnome-pa-base
python-appindicator
xmms2-plugin-daap
vbox3
uim-xim
ucspi-tcp-ipv6
tesseract-ocr-nld
r-cran-polspline
freecell-solver
libxcompshad-dev
libminc0-dev
libghc6-syb-with-class-dev
itcl3-doc
libghc6-syb-dev
texlive-lang-lithuanian
mesa-glide2-dev
libgcj-doc
libdc1394-20-dev
libapache2-mod-perl2
language-pack-kde-mg
libplasmagenericshell4
kdeadmin-kde4
language-pack-kde-nb
geoip-database
tcl8.5-dev
pidgin-plugin-pack
shishi-doc
libmodule-extract-use-perl
libkiten4-kde4
libgts-dbg
jconv-config-files
sselp
duma
libgdbm-ruby1.8
texlive-lang-norwegian
ubiquity-frontend-debconf
libsasl2-modules-gssapi-heimdal
hotplug
python-simplejson
kmozillahelper
fetchmail-common
erlang-os-mon
linux-backports-modules-compat-wireless-3.1-2.6.32-42-server
linux-backports-modules-compat-wireless-3.1-2.6.32-37-server
intlfonts-phonetic
texmaker-data
prank
live-f1
libpt-snapshot-dev
libiterm-dev
libgdbm-ruby1.9
libextlib-ocaml-dev
hpsockd
glfer
gaffitter
dclock
accerciser
libmono-cscompmgd7.0-cil
libgd2
libfindlib-ocaml
language-pack-kde-mi
language-pack-kde-ks
kdemultimedia-dev-kde4
firefox-locale-mk
firefox-locale-ku
spring-common
libxdg-basedir-dev
libui0-dev
libtaoframework-opengl3.0-cil
libpixie-java
libgtksourceview-dev
gtklick
zipper.app
libghc6-ghc-prof-6.12.1-3a757
ebox-openvpn
webalizer
xdmx
monodoc-webkit-manual
libtdb-dev
libmagickwand-dev
rng-tools
language-pack-kde-ne
language-pack-kde-lo
automaken
lsb-base
firefox-locale-ml
python2.4-pysqlite1.1
python-pygraph
python-biopython-doc
plymouth-theme-ubuntustudio
loop-aes-source
libopenh323-1.19.1-ptrace
libmad-ocaml-byso6
libfile-sharedir-par-perl
grid-packaging-tools
libntlm0
epix
ser
compizconfig-settings-manager
librampart-dev
gsl-dev
libgphoto2-dev
language-pack-kde-ku
language-pack-it-base
language-pack-hy-base
libruby1.8-dbg
language-pack-kde-mk
gfxboot-theme-suse
exim4-localscanapi-1.0
firefox-locale-oc
gecko-mediaplayer
wmwork
uruk
tcd
python-bcrypt
mediawiki-math
libwfnetobjs0c2a
libtext-quoted-perl
libpragmatic-perl
libmaloc-dev
liblineak-dev
libidzebra-2.0-mod-grs-marc
libghc6-polyparse-dev
libauthen-krb5-admin-perl
inadyn
heirloom-mailx
libwaili1c2
liborc-0.4-0
imvirt
python2.6-gnupginterface
python-cairo-dbg
libtagcoll2-dev
language-pack-kde-ml
exim4-localscanapi-1.1
linux-backports-modules-input-2.6.32-42-preempt
linux-backports-modules-input-2.6.32-37-preempt
firefox-locale-mn
wmshutdown
python-cssutils-doc
naturaldocs
libwv-dev
libmlx4-dev
libdevil1
minicom
collectd-dbg
squid-langpack
docker
libxcb-randr0-dev
pngmeta
language-pack-kde-oc
language-pack-kde-kw
gobjc-multilib
gcj-jre-headless
libedataserverui1.2-dev
firefox-locale-lt
xiterm
python2.3-cherrypy2.1
mrename
libdbd-mysql-5.1-perl
libvtk4c2
liblua5.1-sec0
libgfcui-2.0-0-dbg
libgetopt-java
gforge-db
python-utidylib
python2.3-dictdlib
openoffice.org-hyphenation-ast
libgdbmg1-dev
language-pack-tt-base
language-pack-kde-mn
gstreamer0.10-pulseaudio
libraw1394-11
app-install-data-commercial
firefox-locale-pa
xenwatch
request-tracker
python-turbogears2-doc
python2.6-musicbrainz2
libpmt0c2a
liblua5.1-sec1
libjava-gnome-java-doc
libdatetime-event-recurrence-perl
libopenal-dev
wx2.8-doc
deskbar-plugins-strigi
atheist
libvigraimpex-doc
quagga
libnspr4
libecpg-dev
language-pack-kde-ky
language-pack-kde-lt
firefox-locale-nl
firefox-locale-lv
sic
python2.6-pyscard
opensaf-payload
mrxvt-mini
libtemplate-plugin-clickable-email-perl
libmaven-exec-plugin-java
libcdd-test
konfont
syslog-ng
ibus-table-cantonhk
festvox-suopuhe-common
classmate-tools
pvm
python2.6-newt
atlas2-dev
language-pack-kde-it-base
language-pack-kde-hy-base
language-pack-kde-pa
flex-old
flex
tar
linux-backports-modules-wwan-2.6.32-34-server
linux-backports-modules-wwan-2.6.32-29-server
linux-backports-modules-wireless-2.6.32-33-server
linux-backports-modules-wireless-2.6.32-28-server
firefox-locale-mr
transmission-qt
qps
python2.4-pyrss2gen
plasma-widget-runcommand
mousetrap
libsidutils-dev
libpmi21
pascal-compiler
eclipse-rcp-gcj
dssi-host-jack
python-musicbrainz2
libtextcat0
cciss-vol-status
gnustep-fslayout-fhs
asterisk-sounds-extra
python-twisted-web2
python2.3-formencode
libpam-doc
kgeography-data
language-pack-kde-nl
language-pack-kde-lv
gs-cjk-resource
libflickrnet2.2-cil
wfaroese
firefox-locale-nn
multex-bin
libtest-expect-perl
libomniorb4-1-dbg
libncbi6-dev
libigstk4
libmoose-autobox-perl
libconcurrent-java
ldaptor-doc
pxe
libgtkhtml3.14-cil-dev
libgsl0
language-pack-kde-mr
installation-guide
libespeak1
latex
tea
swi-prolog-clib
rssreader.app
qsf
tau
ng-latin
libqpdf-dev
libplplot9-java
libparse-method-signatures-perl
libgtk-trayicon-ruby
libdrizzle-doc
gnome-color-chooser
etpan-ng
libnet-cups-perl
celestia-common-nonfree
language-pack-kde-tt-base
language-pack-kde-ms
kdelibs4-dev
language-pack-kde-nn
linux-backports-modules-wwan-2.6.32-44-generic
linux-backports-modules-wwan-2.6.32-39-generic
python-lazr.batchnavigator
python-mmpython
parsewiki
libspnav-dev
libnethttpd-ocaml-dev
kde-service-menu-fuseiso
ircp-tray
hardware-monitor
gforge-mta-postfix
extract
dimp1
debaux-debconf
libcupt-perl
libcoinutils0-dbg
alt-ergo
tcl
uuid
libpango1.0-dev
libecore-svn-05
language-pack-kde-mt
ttf-indic-fonts-core
xlaby
pwm
tcm
subcommander
rawstudio-dbg
python-jarabe
pybridge-common
magicrescue
libxml-encoding-perl
libsys-filesystem-perl
libquantlib-0.3.9
libobby-0.2-dev
libmcs-utils
kubuntu-dev-tools
gir1.0-gstinterfaces-0.10
giftui
piuparts
dvilib2-dev
libnet-dns-sec-perl
conky-std
c++-annotations-ps
wise
x11proto-xf86bigfont-dev
sessreg
tftp-hpa
libatlas-base-dev
libasm-dev
dovecot
amarok-kde4
sugar-memorize-activity
stx-btree-doc
slashem-sdl
nyquist
libnet-libdnet-perl
liblogfile-rotate-perl
libgg0
libglobus-gfork0
gambas2-gb-sdl-opengl
dbmail-pgsql
texlive-lang-latin
python-pyinotify-doc
libsbigudrv0
libfreetype6-dev
language-pack-ast-base
libshout3
libi18n-langtags-perl
pytrainer
pretzel
openser-jabber-module
nikwi
libuim6-dbg
libtk-splashscreen-perl
libranlip1
libicecc-dev
libhocr-python
libghc6-haskelldb-dev
gpredict
gcompizthemer
darcs-monitor
gdal-contrib
ttf-gfs-neohellenic
elinks
ax25-tools
xfig
language-pack-kde-nr
language-pack-kde-om
libgnome-media0
dump
linux-backports-modules-compat-wireless-3.0.0-2.6.32-46-generic
whichman
ttf-sil-galatia
todiscgui
shogun-octave
python-django-extensions
plasma-widget-searchmoid
smartlist
libtzinfo-ruby1.8
libpetsc3.0.0-dbg
libmpc-dev
libmerb-assets-ruby1.8
ghdl
dnsproxy
dcap-tunnel-krb
concalc
cl-flexichain
br2684ctl
avrdude
libpt-1.10.10
wmnetselect
not+uclibc-linux
texlive-lang-french
pidgin-dev
wish
libgsm1
sgml-base
linux-image-2.6.32-316-ec2
vbindiff
teg
tdl
sms-pl
slurm-llnl-slurmdbd
robodoc
qrq
python-tracer
pyg
ninja
libwwwbrowser-perl
libsyncml-doc
libghc6-unixutils-doc
libfreeipmi-dev
fontmatrix
flim
ftplib3
libjs-yui
xserver-xorg-video-nouveau
xlockmore
freetype0-dev
libdbus-qt-1-1c2
linux-backports-modules-compat-wireless-3.1-2.6.32-45-preempt
firefox-locale-pl
wesnoth-httt
sim
libtaoframework-freeglut2.4-cil
libgmp-ocaml-mdp92
keyanalyze
kdm-gdmcompat
globus-proxy-utils
kdeutils
libdv4
khelpcenter
firefox-locale-or
tcs
softgun
otrs2
opensaf-samples
libtest-kwalitee-perl
libredis-perl
libgnuplot-ruby1.8
libfm0
libdc-dev
liballegro4a
ia32-libs-sdl
elkdoc
libdvdnav4
checkpolicy
buildtorrent
openoffice.org-l10n-common
openoffice.org2-hunspell
nagios3-dbg
libhtml-format-perl
language-pack-kde-pl
fancontrol
uae
ttf-takao
tct
python-webflash
pioneers-help
picard
tpm-tools
libv8-dbg
libpion-common-dev
libintl-gettext-ruby
gauche-c-wrapper
flip
postfix-cdb
libdw1
language-pack-kde-or
linux-image-2.6.32-23-virtual
xfkc
vpim
torrus-apache2
robot-player
r-cran-xtable
r-cran-gmaps
python-stfl
plasma-widget-kdeobservatory
monodoc-mono-fuse-manual
scim-dev
libpgsql-ruby-doc
tomcat5.5
libimage-librsvg-perl
libextutils-xsbuilder-perl
latex-cjk-korean
knowit
hydrogen
xlispstat
coinor-libcbc0-dbg
nagios3-cgi
kweather-kde4
kmplot-kde4
libatasmart4
linux-backports-modules-compat-wireless-2.6.39-2.6.32-45-server
z88dk
python-goopy
lckdo
libtrilinos-dbg
libole-ruby1.8
libghc6-html-prof
libggi-target-monotext
libfloat-coq
icmake-doc
libmagick6-dev
openexr
erubis-doc
dict-freedict-deu-eng
sabayon
lsscsi
wireless-crda
libapache2-mod-dnssd
build-essential
googleearth-package
qtm
php-elisp
netpanzer-data
libxineliboutput-sxfe
ocamlmakefile
libservlet2.3-java
libmodxslt0-dev
libmath-gmp-perl
libemail-messageid-perl
libautounit2
h5utils
dtrx
python-dictclient
libvoikko-dev
qt3-dev-tools
language-pack-kde-sa
kdebase-workspace-libs4+5
ski
ser-pa-module
science-mathematics
r-cran-fregression
python2.6-mock
phatch-doc
mustang
lordsawar
libzbarqt-dev
libvelocity-tools-java
libpt-plugins-v4l2
latrine
libcli1.9
libnet-ipv6addr-perl
gnome-lirc-properties
libfirestring0.9
chktex
avinfo
libmowgli1
asterisk-h323
activedvi
libmono-sqlite1.0-cil
language-support-nso
gstreamer0.10-gnomevfs
libmono-sharpzip2.84-cil
libglazedlists-java
libdata-buffer-perl
libaudio-wav-perl
mathwar
scapy
glassfish-mail
libghc6-dph-base-prof
knights
language-pack-kde-sc
xkeyboard-config
libvorbisenc2
linux-backports-modules-compat-wireless-2.6.34-2.6.32-44-preempt
linux-backports-modules-compat-wireless-2.6.34-2.6.32-39-preempt
firefox-locale-pt
wmdrawer
sma
redhat-cluster-source
prokyon3
memories
libxray-absorption-perl
libxosd
libqof2-dbg
libdbix-class-cursor-cached-perl
modxslt-tools
giver
gemanx-gtk2
euler
skk
xprint
libxau-dev
libstdc++6-4.3-dbg
language-pack-kde-sd
kdesktop
kde-l10n-engb
powerwake
linux-headers-lbm-2.6.32-44-generic
linux-headers-lbm-2.6.32-39-generic
firefox-locale-ta
uim-gtk2.0
ttf-tomsontalks
swf-player
srcinst
rpl
rnv
lipsia
libglew-dev
libfile-mmagic-xs-perl
libdballe-doc
hapm
dovecot-antispam
pkg-create-dbgsym
language-pack-kde-se
language-pack-kde-pt
liblensfun0
dpkg-dev
wmbattery
smc
yale
python2.6-mlpy
python-mecab
libtrilinos7.0-doc
snacc-doc
libmythtv-perl
libmthca1-dbg
libjama-java
libapache-request-perl
epos
libdevel-ebug-perl
libdx4
cuyo-data
avogadro
sgmltools-lite
liblapack-3.so
language-pack-kde-ta
rpm
sbnc-dbg
dillo
python3-gdbm
polybori
pcb-lesstif
libsvm-ruby
libghc6-pcre-light-prof-0.3.1.1-18f3b
globus-gram-job-manager-scripts-doc
k6fftwgel
bzr-explorer
acl2-emacs
kjumpingcube
gobject-introspection-glib-2.0
python-configobj
linux-headers-2.6.35-31-generic
firefox-locale-si
xfonts-tipa
wmcb
vdesk
the
tdiary-plugin
python-graph
openerp-client
nethack-gnome
libxmmsclient2
libmbonecommon-dev
spacenavd
libncap44
libgts-dev
libghc6-syb-with-class-doc
libghc6-texmath-dev-0.2.0.3-01d53
libghc6-haskelldb-hdbc-odbc-dev
gobjc++-4.3
libghc6-syb-doc
fossology
dtp-i2o-raidutils
courier-authlib-userdb
python-tofu
tcl8.5-doc
libijs-dev
kdepimlibs5-dev
firefox-locale-te
firefox-locale-ro
xmp-esd
wmfrog
virtuoso-vad-ods
namazu2
libxmmsclient3
liburi-query-perl
libsqlxx2.3
libsetools-jni
libgii1-target-x
libcsv-java
k3d-dev
gobjc++-4.4
gnurobbo
libdynamite0
dpkg-awk
libglobus-gsi-sysconfig1
openoffice.org2-l10n-be-by
libopal-2.2
libsyslog-ruby1.8
librpmbuild0
language-pack-kde-si
ucf
firefox-locale-sk
xfce4-power-manager-data
ttf-aoyagi-kouzan-t
supertux-data-stable
psychopy
libxmmsclient4
libpod-tree-perl
libnews-newsrc-perl
liblablgtk2-gl-ocaml-dev
libj2ssh-java-doc
jabber-yahoo
ike-scan
eric
xen-hypervisor
lilypond
canna-shion
xaw3d-dev
dbus-glib-1-dev
language-pack-kde-te
language-pack-kde-ro
cygnus-stylesheets
libfont-freetype-perl
x-ttcidfont-conf
compiz-bcop
firefox-locale-sl
wiliki-experimental
python-pypcap
python-dkim
pacpl
mysqmail-postfix-logger
libxmmsclient5
libntfs-gnomevfs
libmedc-dev
libtest-www-selenium-perl
libgtksourceview-doc
libbjack-ocaml-emzn2
mono-apache-server
libgnash0
ghex
fonty
librdf-storage-sqlite
libindicate
libclutter-1.0-dbg
language-pack-gnome-bn-base
language-pack-gnome-as-base
language-pack-kde-sk
gwibber-service
firefox-locale-th
supertuxkart-data
snd
sks
sdm-terminal
d-collide
python2.6-beagle
picasm
mythtv-theme-titivillus-osd
libxml-atom-simplefeed-perl
liblodo0
libvtk5-dev
libmx-1.0-0
sooperlooper
gnumail
tex
libxmmsclient6
texlive-humanities
python-cairo-dev
munin-common
mozvoikko
librampart-doc
libnss-ldapd
language-pack-kde-tg
language-pack-kde-sl
python-psyco
linux-backports-modules-wireless-2.6.37-lucid-preempt
linux-image-3.0.0-23-virtual
linux-backports-modules-compat-wireless-2.6.34-2.6.32-43-server
linux-backports-modules-compat-wireless-2.6.34-2.6.32-38-server
tesseract-ocr-data
smuxi-frontend-gnome
python-webob
libjboss-cache2-java
libghc6-polyparse-doc
libace-flreactor-5.6.3
kflickr
ude
csync2
collectd-dev
cl-bordeaux-threads
capiutils
python-pygresql
libtask-weaken-perl
libgnome-vfsmm-2.6-1c2a
libevent-core-1.4-2
libegroupwise1.2-dev
language-pack-kde-th
installation-guide-amd64
konqueror
uck
sqlrelay-connection-daemon
libogremain-1.4.6-dbg
libmail-field-received-perl
libdata-types-perl
vpnc
gadmin-samba-dbg
denyhosts-python2.3
chromium-bsu
python-bugz
ubiquity-casper
libaxis-java
language-pack-kde-ti
language-pack-gnome-mn-base
ktimetracker-kde4
htmldoc
mono-utils
firefox-locale-ru
tig
sng
pysycache-move-plants
libwrap-ruby
libregistry-dev
libjcommon-java-doc
libipmimonitoring-dev
libghc6-zip-archive-dev-0.1.1.6-d6e21
libcpuset1
libanculus0.3-cil
ettercap
ebnetd-common
easymp3gain-gtk
denyhosts-python2.4
python-django-tagging
autogrid-test
libboost-date-time1.40-dev
language-pack-kde-so
firefox-locale-sq
zbar-dbg
ttf-xfree86-nonfree
skim-scim-pinyin
python2.3-templayer
nessus
libmpeg-mp3info-perl
liblaf-plugin-java
libjconv2
libgksu-polkit-dev
libfilter-perl
ninpaths
ifupdown-scripts-zg2
genius-common
cfengine2
xserver-xorg-video-intel-modesetting
myspell-dictionary-af
ssleay
language-pack-kde-tk
kdegraphics
language-pack-kde-ru
dpkg-cross
firefox-locale-sr
openjump
r-cran-foptions
libqt4-dev-dbg
python2.6-storm
openhpi-plugin-ipmidirect
octave-xraylib
libvalidatable-ruby1.8
libhdf5-mpich-1.8.4
jmagick6-docs
inteltool
iaxcomm
libgtk2-gladexml-perl
egoboo-data
crack-common
heartbeat-common
cfengine3
aften
rrdtool-tcl
libnspr-dev
language-pack-gnome-yi-base
language-pack-kde-ug
language-pack-kde-tl
language-pack-kde-sq
kamera-kde4
libcamel1.2-dev
linux-headers-2.6.35-22
tgt
qwo
petris
libwordnet-querydata-perl
libwncksync-dev
libvirtuoso5.5-cil
libtbb-dev
libmysql++-dev
libmaven-jar-plugin-java
liblrdf0-dev
libdevel-partialdump-perl
libcore-extended-ocaml
python-html2text
gambas2-gb-db-form
flowscan-cugrapher
libsasl2-modules-sql
libcairo2-directfb-dev
language-pack-kde-rw
language-pack-kde-sr
debconf-utils
libgl1
linux-headers-2.6.35-23
xmms2-plugin-nulstripper
xen-hypervisor-amd64
trigger
r-cran-boot
r-mathlib
netdiag
mantis
libtorrent-ruby
liblua5.1-rex-doc
libconfig-augeas-perl
libapache2-mod-removeip
jedstate
liblinux-inotify2-perl
flog
bitmeter
podlators-perl
nautilus-data
libupower-glib-dev
libgtk+2.0-directfb-dev
libcarp-clan-perl
language-pack-kde-tn
language-pack-kde-ss
openoffice.org
linux-backports-modules-wireless-2.6.38-lucid-server
firefox-locale-uk
zsafe
seamonkey-flashgot
ume-announcer
python-carquinyol-0.84
proofgeneral-misc
openser-snmpstats-module
monodoc-taoframework-manual
macchanger
libjcommon-java
libdb4o6.0-cil
libclass-dbi-fromcgi-perl
debsigs
libev3
as10k1
xul-ext-ubufox
python2.6-gnome2
liblauncher-0.1-dev
libcairo-dev
language-pack-kde-ve
language-pack-kde-st
khangman
os-prober
bzr-gtk
libphonon4
linux-headers-2.6.35-30
linux-headers-2.6.35-25
firefox-locale-sv
wsola-dev
traceroute-nanog
mmucl
libvideo-capture-v4l-perl
libmgl-data
libglobus-gssapi-error-dev
head
libchemistry-formula-perl
mingw32-binutils
ufc
faubackup
squareness
libemdebian-tools-perl
libsbuild-perl
oxygen-cursor-theme-extra
myspell-dictionary-ca
libxcb-sync0
libelf
language-pack-kde-wa
language-pack-kde-uk
libpango1.0-doc
linux-headers-2.6.35-31
linux-headers-2.6.32-41-preempt
linux-headers-2.6.32-36-preempt
firefox-locale-tr
firefox-locale-sw
z88dk-bin
tin
python2.3-pyode
python2.6-ldb
python-ipaddr
python-carquinyol-0.86
peace-gdm-theme
libxml-tidy-perl
libeet-bin
libcpan-inject-perl
libactiveldap-ruby
kgrab
gsmartcontrol
gambas2-gb-qt-ext
phpmyadmin
wmtop
yank
myspell-dictionary-bg
lupin-casper
libservlet2.5-java-doc
libipc-sharedcache-perl
language-pack-tr-base
language-pack-kde-sv
libmail-spf-query-perl
linux-headers-2.6.35-32
firefox-locale-vi
udo
sshfp
spe
quixote1
python-django-evolution
med-pharmacy
libpocoxml9-dbg
libmlpcap-ocaml-05pn3
libmail-checkuser-perl
libglade2-ruby1.8
libghc6-glut-prof
gollem
dibbler-client
boolstuff
barcode
libossp-uuid-dev
libboost-iostreams1.38-dev
language-pack-kde-tr
virtualbox-2.0
python-carquinyol-0.88
prism-google-reader
mediawiki-extensions
libgss1
libghc6-haskelldb-doc
libdevel-ptkdb-perl
libpetsc3.0.0-dev
libabstract-ruby-doc
grfcodec
gambc-doc
courier-imap
ccrypt
botan1.8-dbg
bgoffice-computer-terms
sip-api-7.0
language-support-translations-af
libdrb-ruby1.8
libpentaho-reporting-flow-engine-java-openoffice.org
language-pack-kde-vi
language-pack-kde-ts
plasma-scriptengine-superkaramba
python-gtkspell
tla
ubuntu-private-nda-fonts
xavante-doc
wmsun
virtualbox-2.1
ttf-sil-doulos
tkvnc
tcpick
tao-idl
r-omegahat-ggobi
musescore
libghc6-hsql-sqlite3-prof
libgdome2-ocaml
libfinance-quote-perl
eee-applet
smartpm-core
nagios3-common
liblcms-dev
language-pack-kde-tt
pcmciautils
zblast-x11
virtualbox-2.2
tryton-modules-product-cost-fifo
scalapack-lam-test
root-system-rootd
r-cran-snow
python2.6-django-genshi
prelude-lml
openhpi
lsbdev-cc
libwww-bugzilla-perl
libtest-yaml-meta-perl
liblua5.1-rex-onig0
libcairo-ruby1.8
kolab-libcyrus-imap-perl
junior-programming
gnus-bonus-el
darcsum
culmus-fancy
myspell-dictionary-da
sshfs
wpasupplicant
xserver-xorg-input-aiptek
ttf-adf-gillius
statserial
python2.5-statgrab
python2.3-4suite
procmeter3
mythtv-theme-retro-osd
mono-winforms-a11y
root-system-bin
libghc6-zip-archive-prof-0.1.1.6-d6e21
libghc6-hscolour-dev-1.16-bc4c1
libcgikit-ruby1.8
libaldmb1-dev
kimwitu++
fmit
cogre
nowebm
logtail
language-pack-kde-tr-base
linux-image-3.0.0-20-generic
linux-image-3.0.0-15-generic
linux-backports-modules-wireless-2.6.32-23-generic
vsag
sputnik-storage-git
qgis-plugin-grass
libv8-dev
libspatialite2
libginac-dev
fp-units-math
gftp
siproxd
python-lazr-uri
language-support-translations-be
myspell-dictionary-ar
language-pack-kde-ur
mail-transport-agent
linux-backports-modules-compat-wireless-2.6.39-2.6.32-40-generic
linux-backports-modules-compat-wireless-2.6.39-2.6.32-35-generic
tlf
neverball-data
librmail-ruby-doc
libdar-dev
libctemplate-dev
libchasen0c2
gtk2.0-examples
funnelweb
freevo-doc
debbugs-el
deal.ii-examples
ipsvd
myspell-dictionary-bn
myspell-dictionary-as
language-support-translations-ca
ocaml-best-compilers
network-manager-pptp-gnome
libgnomemm-2.6-1c2a
polkit-kde-1
linux-backports-modules-compat-wireless-3.0.0-2.6.32-44-server
linux-backports-modules-compat-wireless-3.0.0-2.6.32-39-server
wmnetload
python2.4-scipy
python2.6-ipy
python-csound
libnewmat
libtrilinos-dev
libcsiro0
itcl3
gobjc-4.3
kprinter
easychem
dict-freedict-jpn-deu
dbus-java-bin
cyrus21-common
php5-enchant
language-support-translations-bg
myspell-dictionary-de
libeet-dbg
irssi-scripts
linux-backports-modules-alsa-2.6.32-36-generic
linux-backports-modules-alsa-2.6.32-41-generic
xserver-xorg-input-penmount
urlscan
spfqtool
socklog-run
python2.6-libpcap
elm-me+
libopenctl-dev
liblv2dynparamplugin1-0
libxmlezout1-dev
nethack-common
shiki-illustrious-theme
statd
frozen-bubble-data
kdeartwork-theme-icon
libcrypt-smbhash-perl
bpalogin
xapian-doc
libelementary-data
gobjc-4.4
wmlongrun
python2.1-elisp
python2.6-gnuradio-qtgui
nanoweb-doc
thunar-data
libpoker-eval-dev
libpam-chroot
libluabridge-ruby
libcryptokit-ocaml-dev
idzebra-2.0-doc
gnome-noble-icon-theme
libiterm1
coinor-csdp
libcoderay-ruby
checkpw
python-gnupginterface
mplayerthumbs
tix
xsdcxx
xmlroff
wy60
sputnik
python2.6-lfc
openthesaurus-de-text
objcryst-fox
libramaze-ruby
libpion-net-2.2.8
libnet-imap-client-perl
libmixlib-log-ruby
libdata-visitor-perl
python-syfi0
cuetools
myspell-dictionary-br
libfs6
aalib1-dev
language-pack-kde-xh
language-pack-ber
xicc
velvet-example
python2.4-elementtidy
mono-xsp2-base
libstlport-dev
librapi2-tools
libffmpegthumbnailer-dev
kdeartwork-misc
jack-tools
vcf
doc-linux-it-text
libstdc++6-4.3-dev
xchat-gnome
python-eggtrayicon
myspell-dictionary-bs
language-support-translations-da
libmimelib4-kde4
libecryptfs-dev
libcurl4-dbg
nautilus-sendto
libgst7
xpenguins-applet
vdr-plugin-streamdev-server
srg
riece-xface
rednotebook
phpgroupware-stocks
tvtool
inventor-clients
gnubg-bearoffs
gap-pkg-ctbllib
emdebian-grip-server
dircproxy
gnome-icon-theme-nuovo
vcg
mutt-dbg
language-pack-kde-wo
gstreamer-tools
linux-backports-modules-wwan-2.6.32-42-preempt
linux-backports-modules-wwan-2.6.32-37-preempt
stars
python-django-genshi
toga2
libstrutilsxx-dev
libopennebula1
libgnet-dev
libflute-java-doc
kio-ftps
kdc2tiff
jester
gnokii-smsd
gcin-dev
libdvdread4
xfonts-100dpi-transcoded
molphy
libmpdclient2
addressview.framework
uic
python-egenix-mxqueue-doc
language-support-translations-ar
myspell-dictionary-fa
libnss3-0d-dbg
liblapack.so.3gf
ttf-tamil-fonts
language-pack-kde-uz
language-pack-kde-mai-base
ktimer-kde4
isoquery
libguile-dev
dpkg-doc
yate-mysql
wulfstat
shogun-dbg
octave2.0-htmldoc
mmpongd
libspf2-dev
libpoe-test-loops-perl
libmp3splt
libfvm0-dbg
heroes-sdl
haxe
gift
supertuxkart
erlang-test-server
libextractor1c2a
emelfm
language-support-translations-bn
language-support-translations-as
claws-mail
libcommons-vfs-java
libassuan-dev
sox
installation-guide-powerpc
e2fslibs
libqt4-xml
linux-backports-modules-compat-wireless-2.6.36-2.6.32-33-server
linux-backports-modules-compat-wireless-2.6.36-2.6.32-28-server
vde
tau-python-common
python2.6-netifaces
octave-fixed
pure-ftpd
libmrml-dev
libhaml-ruby-doc
libgmime2.1
libecore-bin
libkarma0
slice2html
havp
fastdep
dell-dup
codeblocks-contrib
language-support-translations-de
libnums-ocaml
libmono-relaxng2.0-cil
libzip1
libcwidget3-dbg
ubuntustudio-controls
slrnpull
uif
libtagsoup-java-doc
padre
libgts-doc
libghc6-language-c-dev
libghc6-haskelldb-hdbc-odbc-doc
libnamespace-clean-perl
vtk-doc
libhtmlparser-java
dvdisaster-doc
dict-freedict-deu-fra
libglobus-gsi-proxy-core0
dballe
audiolink
allegro-demo
openoffice.org-dtd-officedocument1.0
myspell-dictionary-cs
libfreezethaw-perl
libdbus-glib0-dev
language-pack-kde-yi
install-package
linux-backports-modules-compat-wireless-3.0.0-2.6.32-44-preempt
linux-backports-modules-compat-wireless-3.0.0-2.6.32-39-preempt
linux-headers-2.6.38-14-generic
linux-backports-modules-compat-wireless-2.6.37-2.6.32-32-generic
linux-backports-modules-compat-wireless-2.6.37-2.6.32-27-generic
tob
solr-tomcat
python2.3-pgsql
octave-audio
monodoc-mysql6.0-manual
libtest-compile-perl
libsdl-image1.0-dev
libpoe-component-pubsub-perl
libformsgl-dev
fp-ide
falconpl-dbg
not+bsd-openbsd
thunderbird-thunderbird-locale-zh-cn
linux-backports-modules-headers-lucid-generic
libperl-minimumversion-perl
zlib1g
tao-ifr
scim-bridge-agent
python-webpy
libxml-parser-lite-tree-perl
libdatetime-format-pg-perl
libaudio-xmmsclient-perl
libasyncns0
otter
fnfx
awardeco
xfpt
language-support-translations-br
myspell-dictionary-ga
libjibx-java-doc
libclutter-1.0-dev
ssh
gstreamer0.10-x
ufw
linux-image-3.0.0-28-server
xenomai-docs
sympow
vbs
msort-gui
librspec-ruby
root-plugin-ruby
libjudy-dev
hypermail
haskell-testpack-doc
libwww-search-perl
aolserver4-nsmysql
adplay
openssh-blacklist-extra
language-support-translations-bs
myspell-dictionary-el
libaio1-dbg
git-arch
libgettextpo0
linux-headers-3.0.0-28-virtual
tnftp
ticgit
omniorb4-idl
libplayer-dev
libgnadeodbc2
knowledgeroot
freewnn-kserver
aspell-pt-common
libxv1-dbg
libopenipmi0
language-pack-kde-zh
r-cran-bayesm
python-quixote-doc
plasma-scriptengine-webkit
modlogan
libselinux-ruby1.8
libmatroska-dev
libgnadesqlite3-1-dev
libdshconfig1-dev
libdc1394-utils
libdatetime-event-ical-perl
wnn6
libgiftproto0
exiftran
myspell-dictionary-fi
language-support-translations-fa
myspell-dictionary-gd
myspell-dictionary-en
cupsomatic-ppd
libxpp3-java
cups-dbg
cdrdao
wmressel
wmii
tpb
steam
rxvt-ml
python-zope.proxy-test
python2.6-yapgvb
python2.5-necpp
pidgin-audacious
openload
kernel-patch-tomoyo
libpcp-gui2-dev
libdb2-util
suphp-common
guessnet
chromium-codecs-ffmpeg-nonfree
myspell-dictionary-cy
ttf-sazanami-gothic
myspell-dictionary-eo
libgnutls26-dbg
libgdata6
language-pack-kde-yo
irda-common
docbook-xsl-doc-html
xnetcardconfig
vrfy
uim
tucnak1
python-maxdb
otf-yozvox-yozfont
netsed
mailutils-pop3d
libdumb0-dev
latex-mk
waproamd
ekiga-dbg
yate
debram
libcluster-glue
cipux-rpcd
libtotem-plparser10
libtemplate-plugin-gd-perl
libecore-dbg
tucnak2
srs
sapphire
libdaemons-ruby1.8
libdbd-sqlite
dict-freedict-sco-deu
language-support-translations-cs
libbabl-0.0-0-dev
pgdocs-pdf-a4
netrik
libportaudiocpp0
libastro-fits-cfitsio-perl
foff
classpath-qtpeer
ocaml-omom
apertium-eo-ca
xzoom
postfix-dev
linux-ec2-doc-2.6
libtotem-plparser12
libblas3gf
kdebase-workspace-kgreet-plugins
kde-i18n-mai
firefox-3.0
websimba
virtualbox-3.0
science-electronics
libformat-human-bytes-perl
mapivi
stk
libtbb-doc
librudiments-dev
libmysql++-doc
liblablgtkmathview-ocaml-dev
liblablgtk2-gnome-ocaml-dev
libcurl-ocaml
libuniversal-require-perl
libphp-serialization-perl
gir1.0-gstaudio-0.10
fso-config-general
x-face-el
yasm
ubuntu-faqguide
language-support-translations-ga
myspell-dictionary-es
librdf-storage-postgresql
xfonts-thai-etl
chmlib
virtualbox-3.1
libtinymail-maemo-1.0-0
libopal3.3-beta1-dbg
irmp3
gworldclock
fretsonfire
dvtm
dotmcp
htmlgen
language-support-translations-el
myspell-dictionary-he
myspell-dictionary-fo
myspell-dictionary-et
libsoprano-dbg
kmailcvt
tasksel
virtualbox-3.2
linux-headers-lbm-2.6.32-42-preempt
linux-headers-lbm-2.6.32-37-preempt
tmw
themonospot
mod-musicindex-common
vdr
libgd-ruby1.8
python-objgraph
libmapnik0.7
gnusim8085
cyrus-admin
xserver-xorg-video-neomagic
ubuntu-netbook-remix
myspell-dictionary-eu
myspell-dictionary-dz
libsexy-dev
libgcrypt11-dbg
libchewing-dev
libbind-dev
packagekit
trashapplet
libncurses-gst
xserver-xorg-input-fpit
gstreamer0.10-lame
python2.6-kml
festival-gaim
libsigc++-1.2-5c102
libstring-truncate-perl
libglobus-gssapi-error-doc
libkde4-ruby1.8
freemind-plugins-time
dwoo
adacgi
myspell-dictionary-gl
language-support-translations-fi
language-support-translations-en
libtext-glob-perl
libschroedinger-1.0-0
language-pack-gnome-ml-base
linux-lts-backport-natty-tools
libwncksync-glib
python-swap
performous
lilypond-doc
libucil2-dev
libmerb-haml-ruby1.8
libgig-dev
libclutter-imcontext-0.1-dev
libinsighttoolkit3-dev
gap-trans-groups
courier-maildrop
language-support-translations-eo
language-support-translations-cy
myspell-dictionary-fr
libiw30
libgd2-xpm-dev
libksignalplotter4
firefox-3.5
fglrx-modaliases
libxss1
libtotem-plparser17
yatm
tangogps
science-neuroscience-cognitive
libunshield-dev
libobject-insideout-perl
libglibmm-utils2
libstring-rewriteprefix-perl
nuvola-icon-theme
jabberd2-mysql
icecc
firebird2.0-dev
yasr
texlive-context
myspell-dictionary-id
nfs-client
libecore-job-svn-05
language-pack-aa-base
firefox-3.6
firefox-locale-zu
trac-wikiprint
tqsllib1
php4-sybase
libthinkfinger-dev
libpt2.6.1-plugins-v4l2
kscreensaver
epic4-script-hienoa
xserver-xorg-driver-vmware
yorick-yeti
xfonts-biznet-iso-8859-2-base
tesseract-ocr-por
rmligs-german
python2.6-nipy
netris
libjcalendar-java-doc
libhttp-server-simple-mason-perl
libhdate-dev
libarpack2-dbg
ktsuss
netkit-rpc
fpm2
tor
xext
myspell-dictionary-ja
libxcb-dpms0
language-pack-kde-zu
wzdftpd-mod-avahi
wmcoincoin
wm2
wcd
squeak-image
rxvt-unicode-ml
opendrim-lmp-ip
mimefilter
libucil2
libpocoxml9
liblwt-ssl-ocaml-dev
libplplot-c++9c2
libepc-1.0-2
gambas2-gb-qt-kde
flegita-gimp
fbreader-gtk
fluidsynth
xftp
language-support-translations-es
libufsparse-dbg
libgnomecanvasmm-2.6-1c2a
language-pack-la-base
language-pack-hu-base
gstreamer0.10-plugins-base-dbg
a2ps
libgd2-xpm
mysql-client
linux-headers-3.0.0-30-generic
linux-headers-3.0.0-25-generic
xfrisk
xabacus
python2.3-kinterbasdb
qpxtool
libpqxx3-dev
libperl6-export-perl
libibcommon-dev
libfile-flat-perl
hol88-library-help
gray-theme
libglobus-gram-job-manager-callout-error0
gearman-server
gbackground
dvsink
shntool
cernlib-base-dev
human-icon-theme
aumix-gtk
adonthell
language-support-translations-he
language-support-translations-et
nagios3-doc
libflac++-dev
wbrazilian
bovo-kde4
tpp
sup
mrwtoppm-gimp
makejvf
libtablelayout-java
libjboss-ejb3-java
kiten-kde4
isdnvboxclient
libglobus-duct-common2
python-djvu
displaycalibrator.app
cmucl
clawsker
language-support-translations-eu
language-support-translations-dz
language-pack-kde-aa-base
kdepim-wizards-kde4
erlang-x11
svk
wmix
voms-dev
renpy-doc
randomize-lines
python-pynetsnmp
prctl
libspeex-ocaml
libshogun6
libluajit-5.1-dev
libfusd-dev
libclass-virtual-perl
libarpack++2
jspwiki
shiki-dust-theme
libghc6-random-dev
language-support-translations-gl
linux-headers-lbm
libeet-dev
language-pack-wa-base
language-pack-uk-base
libgs8
gnome-pilot-conduits
xmacro
tmw-music
smuxi-server
vic
otf-ipafont-mincho
matchbox-themes-extra
lifelines-doc
libtrilinos-doc
libjempbox-java-doc
libhtml-wikiconverter-snipsnap-perl
liblablgtksourceview2-ocaml-dev-0bhx8
python-webut
hoichess
hildon-base
libdbus-c++-1-0
thunderbird-enigmail
cvsconnect
cl-sql-aodbc
myspell-dictionary-ka
myspell-dictionary-gu
language-support-translations-fr
libavformat52
automake1.10-doc
libmlrisctools-smlnj
libghc6-json-prof-0.4.3-c18f2
libqwtplot3d-qt3-0
eclipse-source
console-setup-mini
libuno-cli-cppuhelper1.0-cil
fsresize
language-support-translations-id
language-support-translations-hi
myspell-dictionary-gv
libfakekey0
language-pack-kde-la-base
language-pack-kde-hu-base
kdeedu-kde4
swscanner
xosd-bin
python2.4-pysnmp2
php-versioncontrol-svn
mono-2.0-service
freeb
svgalibg1-dev
libkwwidgets-dev
libghc6-polyparse-prof-1.3-3afef
libkolab-perl
fossil
libapache2-mod-auth-radius
cyrus-imspd
ttf-gfs-baskerville
myspell-dictionary-hr
liblzo-dev
glade-gnome
vfu
p10cfgd
libhtml-wikiconverter-dokuwiki-perl
libckyapplet1
python-egenix-mxuid-dbg
language-support-translations-ja
cacao-oj6-jre
libmono-microsoft-build2.0-cil
libcurl4-dev
libhunspell-1.2-0
libslf4j-java
wmnd
ttb
tfdocgen
simplyhtml-doc
python-unac
libqmmp-dev
libnfnetlink0-dbg
libglut3-dev
erlang-erl-docgen
claws-mail-pgpmime
ballview
abr2gbr
python2.6-notify
lynx-ssl
libtest-deep-perl
libstdc++6-4.3-doc
libow-util-ant-tasks-java
libledit-ocaml-dev
flwm
language-pack-kde-wa-base
language-pack-kde-uk-base
language-pack-kde-csb-base
exim4-config
libini4j-java-doc
libgsl-ruby1.8
libghc6-hsql-odbc-dev-1.7.1-f4eac
libcsoundac-dev
libcolor-tools-ruby
python2.6-gnomecanvas
myspell-dictionary-hu
exim4-daemon-light-dbg
bdf2psf
python2.5-pygraphviz
nautilus-script-audio-convert
mt-daapd
libaudio-flac-perl
sux
ncoils
linux-rt-headers
libsoqt20
libjgroups-java
libihelp-ruby
libdbusmenu-tools
aconnectgui
libhangul0-dbg
libkephal4
libslepc3.0.0
hwloc
proj-bin
gpe-what
gmerlin-data
libghc6-directory-dev
python-pyvorbis
libsnmp-dev
gimp
emacs23-common-non-dfsg
compiz-plugins
tua
python-pytyrant
python-pykaraoke
ps-watcher
mailreader
libmysql-cil-dev
libgtk2-ex-entry-pango-perl
iptux
haskell-cpphs-doc
libphobos-4.1-dev
r-base
coinor-libcoinutils0-dbg
sbcl-common
kdrill
language-support-translations-ka
language-support-translations-gu
nvidia-96-modaliases
libirman-dev
r-cran-coda
omniidl-python
moblin-sound-theme
libmapiadmin0
liblo10k1-dev
libghc6-language-c-doc
libndr-dev
libxml-simpleobject-libxml-perl
globus-gram-job-manager-doc
r5rs-doc
falconpl-dev
dxpc
xnee-doc
python2.6-cairo
myspell-dictionary-it
myspell-dictionary-hy
marble
libcommons-daemon-java
xjed
wmbutton
virtuoso-opensource-6.0
python-qt-dev
tth
libgcroots0
libdata-formvalidator-perl
ggzd
freej
exaile
libcherokee-mod-ldap
xsetroot
language-support-translations-hr
wdm
kolourpaint4
update-motd
vim
linux-backports-modules-compat-wireless-2.6.38-2.6.32-44-generic
linux-backports-modules-compat-wireless-2.6.38-2.6.32-39-generic
posixtestsuite
libzorpll3.0.6-dbg
libterralib1
libnuma1
libkaya-sdl-dev
libjogl-java-doc
libflorist2009
geda-examples
libxfig-perl
smplayer
xfwp
php5-mcrypt
openjdk-6-jre-zero
libclutter-1.0-doc
gimp-help-de
ghostscript-fonts
linux-backports-modules-input-2.6.32-31-generic
x264-bin
thin-client-manager-gnome
live-installer-launcher
libxml-rss-feed-perl
libuuidtools-ruby
libpam-openafs-kaserver
libjgoodies-looks-java-doc
libio-tee-perl
xmorph
filezilla-common
festvox-te-nsk
cyrus22-imapd
audacity-dbg
akonadiconsole
fuseiso
myspell-dictionary-km
libnfsidmap1
linux-image-2.6.32-44-virtual
linux-image-2.6.32-39-virtual
abrowser-downloadstatusbar
unp
ruby1.8-elisp
python-qwt5-doc
python2.6-dmidecode
python2.3-dhm
plasma-widget-mail
openbox-dev
mguesser
linux-backports-modules-wireless-2.6.32-21-preempt
libtest-valgrind-perl
libroot-roofit5.18
libplayer-doc
xforms-dev
libdvdread-dbg
libscalar-properties-perl
libclass-accessor-lvalue-perl
koffice-l10n
simgear1.9.1
man2html
desktop-profiles
debian-cd
libherwig59-dev
isdnactivecards
myspell-dictionary-kn
language-support-translations-hu
radiusclient
libnfsidmap2
linux-headers-2.6.35-32-server
linux-backports-modules-compat-wireless-3.3-2.6.32-42-generic
yaws
whatsnewfm
vrms
python2.2-tk
plasma-scriptengine-kimono
libtwitter-ruby1.9.1
libpococrypto9-dbg
libpacketdump3
otpw-bin
libjaudiotagger-java
libnet-domain-tld-perl
libast1-dev
arpack2
atlas3-base
libghc6-base-dev-3.0.3.2-0092f
genders
enna-dbg
drpython
tcl8.3
umich-ldapd
xserver-xephyr
php5-recode
myspell-dictionary-ko
libxcb-composite0
kwalletmanager-kde4
freeradius-utils
libroman-perl
wordnet-gui
tao-imr
xmaxima
osiris
modest-l10n-engb
biosig
libsmart-comments-perl
libkakasi2-dev
libjira-client-perl
libexene-smlnj
libdata-compare-perl
ical2sqlite
gsynaptics
libzlui-qt4
vlc
xtightvncviewer
apertium-eo-es
libnm-util-dev
libecore-dev
libecal1.2-dev
language-support-shs
cups-bsd
tcl8.4
linux-backports-modules-alsa-2.6.32-34-preempt
linux-backports-modules-alsa-2.6.32-29-preempt
uns
pgadmin3-data
probcons
libsipwitch-dev
libsidplay1-dev
libsamba-util0
libntrack-gobject1
libacr38ucontrol-dev
openmpi-bin
libghc6-base-prof-4.2.0.0-2cc27
gcc-4.3-multilib
nslu2-utils
myspell-dictionary-nb
llvm-libs
libmaa-dev
ttf-farsiweb
knetwalk-kde4
tcl8.5
linux-image-2.6.32-43-generic-pae
linux-image-2.6.32-38-generic-pae
linux-backports-modules-compat-wireless-2.6.38-2.6.32-44-server
linux-backports-modules-compat-wireless-2.6.38-2.6.32-39-server
tryton-modules-party-vcarddav
linux-patch-xenomai
libmunge-dev
libglobus-duroc-control-dev
libbognor-regis-0.4-0-dbg
libastro-fits-header-cfitsio
xeukleides
cjk-latex
language-support-translations-it
linux-ec2
libtiff3
libindi0
k3b-extrathemes
javacc-doc
ldap-utils
xprobe
xca
polyxmass
xfdesktop4
python2.6-wxgtk2.6
python-enthoughtbase
maxima-doc
libchart-strip-perl
pcsc-ifd-handler
kgrab-kde4
python-pyorbit-omg
python-gtkhtml2
libemail-date-format-perl
sylpheed-claws-gtk2-mailmbox-plugin
libcherokee-config0
bdii4
python2.3-gdbm
postfix-doc
libotr0-dev
libdc1394-22
libtiff4
xfonts-cronyx-100dpi
wormux-data
vcs-tree
postgresql-8.3-pljava
libxcrypt-dev
libtsk-dev
librudiments-doc
libopal3.3-beta1-dev
libnetx-java
libjabsorb-java
libiptcdata
leave
ibam
gcfilms
xcb
myspell-dictionary-ne
libfontenc1
libck-connector-dev
language-pack-ast
ttf-wqy-microhei
libsoprano-dev
foo2zjs
rsnapshot
python2.6-wxgtk2.8
python2.6-pydolfin0
prism-google-analytics
perlconsole
paq8l
mypaint
mustang-testdata
libmediastreamer-dev
libibcm-dev
libclassworlds-java-doc
ganeti-instance-debootstrap
helpviewer.app
easytag
cpad-common
myspell-dictionary-mk
language-support-translations-km
myspell-dictionary-ku
libgcrypt11-dev
libasm3-java
python-gnuradio-qtgui
pysycache-move-animals
phpgroupware-calendar
outguess
libykpers-1-dev
libxml-sax-expatxs-perl
libnet-mac-vendor-perl
libchipcard-tools
gnat-gps-dbg
gforge-theme-starterpack
freetennis
fceu-sdl
routed
aspell-pt-br
myspell-dictionary-ml
language-support-translations-kn
libsexy-doc
libqt4-assistant
libcares2
libasm-java
ffmpeg-dbg
linux-backports-modules-compat-wireless-2.6.36-2.6.32-41-generic
linux-backports-modules-compat-wireless-2.6.36-2.6.32-36-generic
xfce4-smartbookmark-plugin
wfo
ttt
slurm-llnl-basic-plugins-dev
rtorrent
python2.6-codespeak-lib
libnet-xmpp-perl
libnet-irc-ruby
libnautilus-burn-dev
cl-rfc2388
myspell-dictionary-oc
language-support-translations-ko
ure
oem-config
libmono-dev
kinfocenter
python2.5-pyparsing
multitail
libparse-dmidecode-perl
libgps-dev
libgig-doc
libclutter-imcontext-0.1-doc
infon-viewer
libkate1
shisen.app
eclipse-jdt-gcj
libxfce4util-1
banshee-community-extensions
beaver
myspell-dictionary-mn
pinyin-database
linux-headers-3.0.0-31-server
linux-headers-3.0.0-26-server
xbl
ttv
texpower-examples
tclx-doc
netdisco-frontend
libspork-perl
xsidplay
openmpi-dbg
libghc6-alut-dev
libdlna-dev
karbon-kde4
ices2
gperiodic
fluidsynth-dssi
firebird2.0-doc
language-support-translations-nb
myspell-dictionary-lt
mutt-utf8
libumfpack4-dev
nautilus-image-converter
libchewing2-dev
libplasma1
linux-backports-modules-compat-wireless-2.6.37-2.6.32-30-preempt
xar
ttf-lg-aboriginal
python2.6-at-spi
perdition-bdb
ndisc6
libtulip-ogl-3.1
libthinkfinger-doc
librtf-document-perl
libghc6-haskell-src-exts-prof-1.3.0-8164d
libgettext-ruby
libgenders-dev
libarpack2-dev
libconfig++8
fstrcmp
cipux-object-tools
openoffice.org-help-ast
libgksu2-dev
libplasma2
gimp-helpbrowser
gimp-help-en
libgcc1-dbg
sendmail-bin
tworld
rt3.8-extension-emailcompletion
openhpi-plugin-sysfs
libsmi-dev
libmagics++-data
libgoffice-0-6-dbg
libqwtplot3d-qt4-0
libabiword-2.8-dev
ksimus
iwidgets-dev
pxlib1
libjs-simile-timeline
cl-mcclim-doc
buffy
libgdata1.4-cil
myspell-pt-br
myspell-dictionary-nl
myspell-dictionary-lv
libufsparse-dev
killbots
kapman
gdebi-kde
desktopcouch
libplasma3
uzbl
xmms2-plugin-all
libqtwebkit2.2-cil
libiml0
libhubbub0-dbg
setools
inn-dev
gtk-theme-switch
kanjidic
libwfmath-0.3-4
libcdaudio1
python2.4-eyed3
language-support-translations-ne
myspell-dictionary-mr
libxmlrpc-c-dev
libfftw3-dev
libpalm-perl
ttf-bitstream-vera
linux-image-2.6.32-36-generic
linux-image-2.6.32-41-generic
python2.5-pyentropy
python2.3-fam
plasma-widget-logout
libpqxx3-doc
libqt4-ruby1.8
libjboss-cluster-java
dwm-tools
apf-firewall
w3mmee
whiptail-provider
language-support-translations-mk
language-support-translations-ku
myspell-dictionary-nn
libxapian2
libapache-mod-perl
emacs-snapshot
mime-support
linux-backports-modules-wireless-3.0.0-lucid-preempt
whitedune-docs
r-noncran-hmisc
python2.6-wordaxe
python-rabbyt
python2.6-gnuradio-wxgui
ocsinventory-agent
librelative-perl
liblicense-rdf
libgwenhywfar-dbg
libgnomecanvas2-ruby1.8-dbg
libfile-find-rule-vcs-perl
freeradius-dialupadmin
dirac
coinor-libvol-dev
language-support-translations-ml
libboost1.35-dbg
libboost1.40-dbg
language-pack-gnome-ne-base
language-pack-gnome-lo-base
z88dk-doc
voms-doc
pm-utils-light
nowhere
gnunet-gtk
libghc6-random-doc
postr
twm
language-support-translations-oc
openoffice.org2-l10n-hi-in
libostyle1
libhal-dev
libeet-doc
kdepim-dbg
iceape-browser
gimp-help-es
firefox-3.5-branding
psfontmgr
smuxi-engine
xbs
replaceit
python-webtest
pscan
mpich
libhibernate-entitymanager-java
libreturn-value-perl
xblast-tnt-levels
libghc6-old-locale-dev-1.0.0.2-ef43d
debian-el
libdbd-sybase-perl
libgtk2-sexy-perl
upx
python2.6-imaging-sane
python-imaging-sane-dbg
language-support-translations-mn
ndiswrapper-source
libboost-graph1.36-dev
python-gobject
xfonts-bolkhov-75dpi
python2.5-pyvtk
python-codespeak-lib
midori-dbg
lubuntu-artwork
libvibrant6a-dbg
libqfits0
libpam-poldi
libocamlnet-ssl-ocaml
libfaifa-dev
xjig
libmimic0
fische
bloboats
xmodmap
python2-pyopenssl
plasma-dataengines-workspace
liblocale-codes-perl
myspell-dictionary-om
myspell-dictionary-nr
language-support-translations-lt
libgtop2-2
language-pack-gnome-wo-base
openprinting-ppds-extra
uswsusp
linux-backports-modules-compat-wireless-2.6.34-2.6.32-33-generic
linux-backports-modules-compat-wireless-2.6.34-2.6.32-28-generic
userinfo
shorewall6
samba4-testsuite
python-zope.testbrowser
octave-headers
libv4l-ruby1.8
libsinatra-ruby-doc
libmoblin-panel0-dbg
libmaven-site-plugin-java
libkaya-sqlite3-dev
libiksemel-utils
libflexmock-ruby
libclaw-net1
gitg
gir1.0-nautilus-1.0
libghc6-integer-gmp-prof
genius-dev
agrep
cream-doc
libsdl-net1.2
amule-adunanza-utils-gui
xserver-xorg-input-mouse
python-imaging-sane
python-egenix-mx-base-dbg
hunspell-dictionary-zh-cn
language-support-translations-pa
myspell-dictionary-ns
libppl-dev
sork-forwards-h3
python-awnlib
libzip-ruby1.9.1
libreplaygain1
am-utils-dev
invada-studio-plugins-lv2
dhttpd
avifile-win32-plugin
language-support-translations-lv
language-support-translations-nl
libgtop2-4
libgtksourceview2-cil-dev
gimp-help-fr
libsybdb5
ulogd-sqlite3
uif2iso
tzc
root-system-doc
python-gnuradio-audio-alsa
oss4-base
r-cran-surveillance
libwww-mechanize-treebuilder-perl
libsource-highlight
libpda-pilot-perl
libpasswdqc-dev
libpmap0
python2.6-jinja2-dbg
language-support-translations-mr
xdm
libgtop2-5
libgpod-nogtk-dev
libjasper1
erlang-inets
python-recaptcha
pysycache-i18n
pound
iptables-router
libgwyddion20-dev
libedbus-dev
librack-ruby1.8
ezgo-education
drawterm
libgraphviz-perl
xfd
python3-bsddb3-dbg
language-support-translations-nn
myspell-dictionary-pl
kernel-package
libgssdp-1.0-dbg
libgs-esp-dev
lib32z-dev
kdebase-kio-plugins
z80dasm
xfe
shogun-doc
python-phidgets
python2.5-empy
openmcu
myhungarian
mongrel-doc
libxml-sax-expat-incremental-perl
libtree-perl
libtexttools4-dbg
shishi-kdc
librack-ruby1.9
libinotify-ruby1.9.1
libghc6-texmath-dev
gmysqlcc
gearman
libapache-mod-php4
ezmlm-idx
erlang-et
dotlrn
libming1
blobandconquer
abinit
tcl-dev
myspell-dictionary-or
qt3-doc
libipc-shareable-perl
uuid-dev
language-pack-tn-base
language-pack-ss-base
kde-i18n-nds
libgtop2-7
gitk
giflib-tools
automake
stormbaancoureur
robocode-doc
phpgroupware-sitemgr
libphp-jpgraph-examples
libjifty-plugin-authentication-bitcard-perl
libdvbpsi5-dev
libao-ocaml
slang-sqlite
slang-gdbm
libghc6-directory-doc
gedit-plugins
libapache-mod-php5
fortunes-bg
claws-mail-dbg
libgnomevfs2-bin
e2fslibs-dbg
libpng12-0
libwine-arts
w3af-console
ttf-kochi-gothic-naga10
ttf2pt1
octave-nurbs
jtreeview
libxfontp1-dbg
libroot-mathmore-dev
libajax6-dev
idzebra
linux-patch-grsecurity2
xmms2-core
boinc-dbg
lp-solve-doc
liboro-java-doc
dwww
automake1.4-doc
weathermap4rrd
wavesurfer
python2.6-zope.hookable
libwfnetobjs0c2
libnet-ssh2-ruby
libgui-commands-java
libgtkhtml2-dbg
libbarby-ruby
libglobus-scheduler-event-generator0
erlang-ic
libcatalyst-modules-perl
paw++
cairo-dock-core
cadabra
libavifile-0.7c2
gerstensaft
xgc
squid
language-support-translations-nr
language-support-translations-om
default-java-headless
ntfsprogs
gob2
libpam-runtime
dhcp3-client
firefox-prism
ocsinventory-server
libvomsjapi-java
libdevel-caller-perl
gforge-dns-bind9
libplib1
python-sqllite2
mapserver-bin
aylet
xserver-xorg-input-2.1
language-support-translations-ns
xen
tkinfo
linux-backports-modules-wireless-2.6.32-44-generic
linux-backports-modules-wireless-2.6.32-39-generic
virtualbox-ose-fuse
thunar-dbg
r-cran-rglpk
python-gnuradio-video-sdl
libwxgtk2.6-dbg
libmmpong0.9
liblv2dynparam1-dev
libbash-doc
slang-curl
gnushogi
crossfire-client
cairo-dock-dev
why
afuse
xkill
pppoe
mdbtools-dev
linux-tools-common
libqt3c-mt
openoffice.org-base
language-pack-kde-tn-base
language-pack-kde-ss-base
libkadm5clnt-mit7
libgimp2.0
herb
python-xen-3.1
python2.6-cvxopt
mondo
libhugs-base-bundled
libdvdread-dev
libswing-layout-java
japitools
ipgrab
aufs-modules
xdu
python2.3-pyinotify
libmythes-dev
libvisual-0.4-plugins
libamd2.2.0
vamp-plugin-sdk-doc
t-prot
python-xen-3.2
python2.3-slides
php5-symfony1.0
libtest-hasversion-perl
libstfl-ruby1.8
libgeos-3.1.0
libmp3spi-java
gkrellshoot
g-wrap
libsdl-perl
extace
egroupware-egw-pear
xul-ext-thunderbird-locale-pt-br
openoffice.org-help-af
language-support-translations-pl
openoffice.org-writer2latex
myspell-dictionary-pt
ledit
plasma-widget-lancelot
ttf-dejavu
firefox-gnome-support-dbg
debian-installer
emacsen-common
linux-image-2.6.35-32-virtual
gsfonts-other
tuxeyes
python-xen-3.3
libaudio-musepack-perl
iceme
moovida
celestia-kde
gman
xfm
magicfilter
myspell-dictionary-ta
language-support-translations-or
nvidia-libvdpau-dev
slang1-utf8-pic
libnepomukqueryclient4
xdx
ttf-adf-verana
kolab-filter
libverbiste-0.1-0
libspiffy-perl
libcorelinux-dev
gnumeric-common
fortunes-de
fbcat
erlang-gs
courier-filter-perl
montecarlo-base
array-info
libxine1-misc-plugins
libecore-doc
libgstreamer-plugins-base0.10-0
vserver
zhone-session
mythimport
mayavi2
libzlcore-data
libwx11-0
librfilter-ruby1.8
libpoe-loop-event-perl
libperlio-via-dynamic-perl
libenv-ps1-perl
libdockapp-dev
libcoveb1-dbg
libceguiogrerenderer-1.4.9-dbg
hdup
awffull
libaudio-dev
libcrack2
libjpeg62
yap
wmf
python2.6-mpd
openser-dbg
network-manager-vpnc
libterm-query-perl
libqt3-mysql
gworkspace
gambas2-gb-compress-zlib
forg
libphp-pclzip
csmash-data
bzr-loom
ant-phone
ruby-dev
myspell-dictionary-si
atm-dev
hlatex
pct-scanner-scripts
med-typesetting
libvdemgmt0
libtntdb-dev
libopensc0-dev
frama-c-base
fortunes-br
vloopback-source
cl-trivial-gray-streams
cd-circleprint
xev
communicator-smotif-477
myspell-dictionary-te
myspell-dictionary-ro
openoffice.org-help-ca
libbogl0
language-support-tlh
dictd-dictionary
webissues-dbg
vuurmuur-conf-dbg
python-zope.hookable
python2.6-musicbrainz
lsb-appchk3
libroot-clarens5.18
libmaven-scm-java-doc
libinnate-ruby1.9.1
libghc6-http-dev-4000.0.6-76c04
libfind-lib-perl
libpoe-filter-xml-perl
ibid
geda-gsymcheck
esvn
moodle
xserver-xorg-core-dbg
openoffice.org-help-bg
myspell-dictionary-sk
libsoprano-doc
java6-jre-headless
libplrpc-perl
libc6-prof
bacula-console
linux-headers-2.6.32-30-generic
linux-headers-2.6.32-25-generic
xmms2-plugin-m3u
teatime
qnapi
python-scrapy
libnss-rsbac2
libhz0
libhugs-cabal-bundled
libghc6-opengl-prof
libao-ruby1.8
kdiff3-qt
junior-games-gl
wiliki
gaphor
gcjwebplugin
ubuntu-virt-server
xfs
python3
myspell-dictionary-tg
myspell-dictionary-sl
libgcrypt11-doc
language-pack-csb
ksysguardd
libcap-ng0
hevea
gimp-help-it
abrowser-firebug
udunits-bin
libhe4-hdfeos-dev
xdvik-ja
pidgin-facebookchat
live-magic
libwildmidi-dev
libtransaction-simple-ruby-doc
libslv2-dev
libclaw-graphic1
infernal-doc
cl-babel
wmtv
lubuntu-plymouth-theme
openoffice.org-l10n-pa-in
language-support-translations-pt
myspell-dictionary-th
ttf-arphic-bsmi00lp
xmms-modplug
libgnutls11-dev
libgdict-1.0-dev
libatm1-dev
libapparmor1
language-pack-crh
ocaml-base-nox
sugar-pippy-activity
rygel
php5-ffmpeg
monodoc-ipod-manual
mongrel-cluster
libvecmath1.2-java
libstage-dev
libsqlrelay-java
libquicktime-dev
jmeter-tcp
dict-freedict-ara-eng
exonerate
language-support-translations-ta
wml
python-toscawidgets
pioneers-server-gtk
mondo-doc
libswing-layout-java-doc
openmpi-dev
libdb4.5-tcl
libdbix-sequence-perl
libcddb-perl
wrapperfactory.app
libdumb1
openoffice.org-help-da
libusbmuxd1
libecore-file-svn-05
konqueror-plugin-kimgallery
diveintopython
linux-backports-modules-compat-wireless-2.6.35-2.6.32-32-server
linux-backports-modules-compat-wireless-2.6.35-2.6.32-27-server
zapping
xtux-server
uwm
ttcn3parser
libripoff-dev
libmimetic0-dbg
libghc6-alut-doc
libprawn-ruby1.8
ktranslator
julius-voxforge
cyrus-pop3d
fortunes-cs
elyxer
php5-imap
bximage
snort-mysql
nautilus-sendto-universe
myspell-dictionary-ru
libumfpack4-doc
libgnomecanvasmm-2.6-1c2
texlive-base
libappindicator0
modutils
xmms2-plugin-asf
wmtz
selinux-utils
python2.3-pythoncard
nepenthes
myspell-dictionary-tl
librspec-ruby1.8
libprawn-ruby1.9
libmgl-fltk5
liblocal-lib-perl
libjgroups2.6-java
libgammu2-dbg
aspell-gl-minimos
texlive-publishers-doc
python2.6-ogg
python-zopeinterface
myspell-dictionary-ug
language-support-translations-si
openoffice.org-help-ar
libvisual-0.4-dev
khangman-kde4
gimp-help-ko
yelp
dmz-cursor-theme
linux-backports-modules-compat-wireless-2.6.38-2.6.32-42-preempt
linux-backports-modules-compat-wireless-2.6.38-2.6.32-37-preempt
linux-backports-modules-compat-wireless-3.2-2.6.32-46-generic
ubuntu-it-menu
trac-customfieldadmin
scilab-include
python-prettytable
price
mylvmbackup
libzemberek-tk-java
libwiki-toolkit-plugin-rss-reader-perl
libvia-dev
libhubbub0-dev
libhtml-template-pro-perl
libgnome2-wnck-perl
libdbix-abstract-perl
jetring
iwidgets-doc
libiv1
fortunes-ga
dsbltesters
concordance
claws-mail-archiver-plugin
beast
python2.6-pam
language-support-translations-te
myspell-dictionary-sr
myspell-dictionary-rw
language-support-translations-ro
openoffice.org-help-bn
openoffice.org-help-as
libufsparse-doc
gstreamer0.10-plugins-base-doc
libm17n-0
dpkg-iasearch
libdecoration0
yaz
tesseract-ocr-spa
screenlets
qtsmbstatus-light
mace2
libopentoken2-dev
libgtkglextmm-x11-1.2-dev
libcoveb1-headers
harden-environment
gkrellmss
dpm-mysql-copyd
sg-utils
myspell-dictionary-tn
myspell-dictionary-ss
language-support-translations-sk
openoffice.org-help-de
libxcursor1-dbg
libqedje-dev
libfftw3-doc
libgeoip1
selflinux-pdf
mgdiff
big-blast
libzookeeper2
libxray-spacegroup-perl
libslab-dev
libqt3c-mt-odbc
libparanoid-perl
libnet-scp-perl
libgwenhywfar-dev
libgnome-speech3
libdata-transformer-perl
libdata-stream-bulk-perl
libmlchat-ocaml-dev
liblualib50-dev
jabberd2-ldap-mysql
hol88-library
fwbuilder-frontend
epiphany-webkit
cyrus22-clients
camstream
autofs5-ldap
plasma-widget-networkmanagement-dbg
myspell-dictionary-ve
language-support-translations-tg
myspell-dictionary-st
language-support-translations-sl
libtidy0
libboost1.35-dev
libboost1.40-dev
libpciaccess0
libregexp-java
ticker
snakefood
search-ccsb
openhpi-clients
openafs-modules-dkms
nexuiz-data
nedit-dbg
libtest-simpleunit-perl
libsvg-ruby
libghc6-haskell-src-dev-1.0.1.3-bde14
libenv-path-perl
libacme-brainfck-perl
gtk2-engines-wasp
giws
extrema
coinor-libvol-doc
libatfs1
ttf-unifont
python-lxml-dbg
phonon-backend-gstreamer
language-support-translations-th
myspell-dictionary-uk
libtemplate-perl-doc
kdepim-dev
gccxml
libperl5.10
netstd
tableau-parm
r-cran-quadprog
menhir
libswirl-java
libsdl-net1.2-dev
libvariable-magic-perl
libargtable2-dev
kanatest
nettoe
wnn
fortunes-eo
drbd0.7-utils
libdbd-excel-perl
python-unit
openoffice.org-help-br
myspell-dictionary-sv
python-pymssql
myspell-dictionary-sw
macchanger-gtk
xmms2-plugin-ao
libtaoframework-ftgl-cil-dev
libshout-ocaml-dev-1lrh5
perlmenu
libpam-ocaml-q9g75
fmtools
flvtool2
libregexp-common-perl
coinor-libcgl0
python-twisted-names
liblocale-po4a-perl
myspell-dictionary-tr
openoffice.org-help-bs
liblircclient0
libsrtp1-dev
vtk
python2.6-mox
fp-units-i386
libmbonecommon
libtagsoup-java
ogdi-bin
hotplug-utils
dvdisaster
dict-freedict-deu-ita
libgnome-speech7
codelite-plugins-snipwiz
camlidl-doc
openoffice.org-writer2xhtml
python-egenix-mx-base-dev
myspell-dictionary-vi
myspell-dictionary-ts
language-support-translations-ru
libplexus-component-metadata-java
libjpeg8-dev
libappindicator-dev
dpkg-ftp
kdepimlibs5
wmxres
tilecache
python-minimock
ocaml-source
libpt2.6.1-plugins-v4l
libcoy-perl
libavogadro-dev
glob2
gir1.0-champlain-0.4
festvox-kallpc8k
python-egenix-mxuid-doc
libautodie-perl
oprofile-gui
language-support-translations-ug
openoffice.org-help-fa
libppl-doc
language-pack-gnome-am-base
linux-backports-modules-wwan-2.6.32-31-generic
linux-backports-modules-wwan-2.6.32-26-generic
linux-backports-modules-compat-wireless-2.6.35-2.6.32-45-generic
twclock
pennmush-i18n
libedac1-dbg
libaudiere-1.9.4-dbg
hocr-gtk
xiphos-svn
fortunes-es
libfop-java
develock-el
deluge-webui
cernlib
camaelon.app
batmand
asterisk-mp3
am-utils-doc
all-in-one-sidebar
language-support-translations-sr
language-support-translations-rw
lib32ncursesw5
swish-e-dev
pokerth-data
nunit-gui
mysql-gui-tools-common
libgnupg-perl
kmobiletools
gnome-launch-box
libhighgui4
openbabel
xisp
language-support-translations-tn
language-support-translations-ss
xml-rpc-api2txt
libpcap0.7-dev
libice6-dbg
libgssdp-1.0-dev
libgd-tools
example-content
vinetto
sdate
grogui
licq-dev
libqofcashobjects-doc
libnifti-dev
libhildonmime-dev
libgwyddion20-doc
libdjbdns1
libboost-mpi-dev
kchart
childsplay-lfc-names-ca
libtonezone2.0
gnustep-back0.16
xmag
language-support-translations-ve
language-support-translations-st
openoffice.org-help-cs
make-doc
libgnomeui-common
linux-backports-modules-compat-wireless-2.6.36-2.6.32-34-preempt
linux-backports-modules-compat-wireless-2.6.36-2.6.32-29-preempt
qt-creator
prevu
netwag
lush-library
sox-dev
libneedle-extras-ruby1.8
libmuparser0
libmp3splt-dev
libgtest0
libghc6-texmath-doc
libgettext-ruby-data
libflake-dev
libdataobjects-ruby
libcomplearn1-headers
gpicview
gmt-coastline-data
gliv
gadmin-bind
libconfuse0
encadre-image
debian-faq-de
catcodec
c++-annotations-contrib
thunderbird-locale-pt-br
tcl-doc
ubuntustudio-plymouth-theme
language-support-translations-uk
fuse-module
libgdl-dev
ttf-manchufont
plasma-runners-addons
python-scriptutil
gimp-help-nl
e2fslibs-dev
python-zope.app.zcmlfiles
python-zope.authentication
python-zookeeper
phpgroupware-preferences
destar
libsexp-processor-ruby
libkate1-dbg
libobject-declare-perl
libghc6-hslogger-prof
gw6c
sh-lib
xml2
fortunes-fr
boinc-dev
conch
python-phonon-dbg
openoffice.org-help-ga
language-support-translations-sv
debian-maintainers
libudev0
linux-headers-lbm-2.6.32-35-server
linux-headers-lbm-2.6.32-40-server
visualboyadvance
openocd
libshibsp-dev
libgtkhtml2-dev
libglobus-xio-popen-driver-dev
koffice-l10n-ca
keytouch-editor
hildon-desktop-python-loader
suspend-script
gpsdrive
libpt2.6.5
feisty-wallpapers
language-support-translations-tr
openoffice.org-help-el
liferea
language-pack-gnome-xh-base
update-manager-kde
xz-utils
root-plugin-minuit2
monodoc-mysql-manual
libvorbisidec-dev
libnzb-dev
libbackgroundrb-ruby1.8
libalgorithm-checkdigits-perl
lemonldap-ng-doc
karbon
gaim-thinklight
elvis-tools
conquest-data
xli
shorewall
language-support-translations-vi
language-support-translations-ts
libnewt0.51
hfsutils-tcltk
gimp-help-no
linux-headers-2.6.32-340-ec2
libwine-dev
orocos-bfl
xcftools
obmenu
libwxgtk2.6-dev
libss7-dbg
nurpawiki
libmpich-mpd1.0c2
libio-prompt-perl
libghc6-hsql-mysql-prof-1.7.1-693b4
libflexdock-java
libmikmod2-dev
myspell-dictionary-xh
openoffice.org-help-fi
openoffice.org-help-en
libnewt0.52
libvpx0-dbg
wpp
scim-python
xdrawchem
python-jpype
openser-perl-module
opennebula-common
monit
logapp
libx52pro-dev
libwxbase2.8-dbg
libnet-sieve-perl
libgromnithread-dev
libdownload-dev
koffice-libs-kde4
kannel-docs
imaprowl
festvox-rablpc8k
excellent-bifurcation
gcc-4.3-locales
not+s390x
thunderbird-thunderbird-locale-zh-tw
libmodule-load-conditional-perl
openoffice.org-help-eo
openoffice.org-help-cy
linux-image-2.6.32-34-preempt
linux-image-2.6.32-29-preempt
xmms2-plugin-asx
gmic
libghc6-zlib-prof-0.5.2.0-d3bd7
sword-dict-strongs-greek
haskell-edison-core-doc
enigmail-locale-ca
xmcd
xman
libcamd2.2.0
libpq-dev
language-pack-kde-zh-hant-base
libmysql-java
xnc
doc-rfc-1000-1999
remuco-rhythmbox
python2.3-empy
plasma-widget-lastmoid
phpgroupware-phpbrain
ntfsdoc
lsb-appchk
libsidplay1-c102
libosso-dbus-conf
libmultisync-plugin-evolution
libmpg123-dev
libjaxe-java-doc
libgtkhotkey-dev
libskinlf-java
koffice-l10n-da
libsvnqt6
ebox-network
xmh
myspell-dictionary-uz
libgpod-dev
libcommons-attributes-java-doc
language-pack-ug-base
language-pack-tl-base
language-pack-sq-base
eucalyptus-common
python2.5-nodebox-web
libpadre-plugin-nopaste-perl
libocamlgsl-ocaml-dev
libghc6-arrows-prof
ladcca-bin
ikiwiki-plugin-table
libeclipse-jni
comgt
gnat
a2ps-ja
slugimage
libmono-cecil-private-cil
libgnomevfs2-dev
libnet-perl
apache2-mpm-event
linux-image-2.6.38-15-virtual
linux-headers-2.6.32-34-server
linux-headers-2.6.32-29-server
linux-image-2.6.32-31-server
linux-image-2.6.32-26-server
zendframework
xtrace
umview-mod-umfusefat
tailor
spf-tools-perl
sixpack
libvarconf-1.0-6-dbg
libode-sp-dev
libcorelinux-doc
libclass-dbi-plugin-abstractcount-perl
libghc6-integer-gmp-prof-0.2.0.0-9a51f
faifa
libxfce4util4
changetrack
shorewall-common
python2.6-qt4-dbus-dbg
openoffice.org-help-es
libnova-dev
libmalaga1-dev
xmail
libplymouth2
bacula-fd
synaptic
so-far
tintin++
python-webhelpers
plasmoid-kbstate
libqrencode-dev
liblasi-dev
libgdcm2.0-dbg
libecasound-ruby
libmatthew-debug-java
bareftp
openoffice.org-help-he
openoffice.org-help-et
lsb-core-amd64
libmono-corlib1.0-cil
libgtk-vnc-1.0-0-dbg
mesag3-glide2
libxxf86misc1
gimp-help-pl
linux-backports-modules-input-2.6.32-36-server
linux-backports-modules-compat-wireless-2.6.34-2.6.32-31-preempt
linux-backports-modules-compat-wireless-2.6.34-2.6.32-26-preempt
linux-image-2.6.32-348-ec2
linux-backports-modules-input-2.6.32-41-server
tclx8.4-dev
shogun-elwms
postfix-gld
lua40-doc
libsimplelist0-dev
liblua5.1-bit0
libgnomevfs2-ruby
libgdcm-java
libgavl-dev
libaunit1-dev
libadasockets0-dev
libacme-bleach-perl
koffice-l10n-de
gunroar-data
python-gnuradio-wxgui
libghc6-filepath-prof
gcrystal
gcal-common
telepathy-connection-manager
python-qt4-dbus-dbg
python-jabber
python2.2-epydoc
python2.3-cxx
openoffice.org-help-eu
openoffice.org-help-dz
m17n-contrib
dragonplayer-kde4
linux-headers-lbm-2.6.32-31-generic
linux-headers-lbm-2.6.32-26-generic
zec
webissues-server
taoframework-examples
sqlrelay-postgresql
science-imageanalysis
exalt
libquantlib-0.9.9
libjifty-plugin-authentication-cas-perl
libfile-path-expand-perl
iscsitarget
ibod
grass640-5+39438
conquest
not+bsd-netbsd
liblocale-maketext-simple-perl
language-support-translations-xh
openoffice.org-help-gl
language-pack-kde-ug-base
language-pack-kde-tl-base
language-pack-kde-sq-base
cli-common-dev
vux
stgit
libxerces28-dev
libroot5.18
libgdal-perl
libdevil-dev
gnee
libkernlib1-gfortran
bubbros
tclreadline
openoffice.org-help-fr
ltsp-server
libdbus-glib-1-2-dbg
libpam-ldap
webauth-weblogin
tetzle
riece
python-subnettree
pmacct
mpgtx
littler
libfields-camlp4-dev-ziol5
gnat-gps-doc
libftgl-dev
freeradius-iodbc
freepops
fbterm
blender
python2.3-utidylib
openoffice.org-help-id
openoffice.org-style-tango
postgresql-dev
ffmpeg-doc
zcav
blt-demo
zaz
mysql-cluster-server
muscle
mailscanner
libvdk2-2
libsys-utmp-perl
libsnmpkit2c102
libsieve2-dev
libmagics++-dev
libinklevel-dev
libconfig8-dev
libavahi-cil-dev
gkrellm-reminder
libghc6-dph-prim-par-dev-0.4.0-4eccc
enigmail-locale-de
xmp
wx-common
language-support-translations-uz
libboost-filesystem1.37-dev
plasma-widget-ktorrent
konqueror-plugin-webarchiver
kde-l10n-ca-valencia
iasl
libwine-cms
selinux-policy-dummy
libint
python-zope.copy
octave-econometrics
libxalan16-dev
libuser-perl
libquicktime-doc
kolab-cyrus-common
fusion-icon
translation-dictionary
xfonts-unifont
rpcbind
python2.4-reportlab
openoffice.org-help-ja
liblzo2-dev
science-typesetting
r-cran-vgam
proftpd-dev
openmpi-doc
monkey
libxnconfig-dev
libpetal-utils-perl
luasocket
liblog4cpp3-dev
libdwarf-dev
wu-ftpd
libaudcore1
texlive-lang-ukenglish
gnome-device-manager
libsepol1
ttf-ancient-fonts
protoize
monodoc-avahi-manual
libghc6-ghc-binary-prof-0.5.0.2-bb54d
fortunes-it
exo-utils-dbg
asterisk-1.6.2
openoffice.org2-l10n-pt-br
openoffice.org2-thesaurus-ast
libssl0.9.8-dbg
liblapack-3gf.so
libdatrie-dev
language-pack-fil
kdenetwork-filesharing-kde4
libkscreensaver5
libwebkit-1.0-2
xmlcopyeditor-dbg
wmnetmon
svnmailer
rbldnsd
python2.6-pgm
python2.6-event-dbg
manpages-pl-dev
libjifty-plugin-wikitoolbar-perl
libglom-1.12-dev
kball-data
gringotts
libvalhalla1
wwwconfig-common
python-sip-dbg
libtemplate-plugin-xml-perl
bash-completion
linux-backports-modules-wireless-2.6.32-42-preempt
linux-backports-modules-wireless-2.6.32-37-preempt
linux-backports-modules-alsa-2.6.32-32-server
linux-backports-modules-alsa-2.6.32-27-server
libwine-gl
python2.4-albatross
octave-plot
libvia-doc
liblablgtk2-gnome-ocaml
gngb
cyrus22-dev
xmount
rtf2htm
unbound
textdraw
tao-log
python-scientific-doc
python2.6-poppler
libtext-multimarkdown-perl
libxstyx
libnewpki2
libgtkglextmm-x11-1.2-doc
libghc6-pcre-light-prof
libcvc3-2-jni
libcmdparse2-ruby
xapian-omega
glom
ubiquity-slideshow-xubuntu
canorus
asylum
armagetronad-common
openoffice.org-help-ka
openoffice.org-help-gu
nvidia-libvdpau-ia32
vorbis-tools
dnsmasq
vym
somaplayer-doc
python2.4-kerberos
python2.5-decoratortools
libtmail-ruby-doc
libtest-leaktrace-perl
libmath-nocarry-perl
libgwenhywfar-doc
libconvert-units-perl
java3ds-fileloader
imms-common
highlight
glpi
fretsonfire-songs-muldjord
doxymacs
packaging-manual
comix
codelite-plugins-codeformatter
gwenhywfar-tools
anypaper
language-support-translations-zh
lsb-invalid-mta
libsigc++-1.9-dev
libboost1.35-doc
libboost1.40-doc
trac-xmlrpc
webmin-firewall
python2.6-logilab-common
libtemplate-plugin-textile2-perl
libnuclient-dev
libmrml1c2
libgtkdatabox-0.9.0-1-libglade
libfluidsynth-dev
koffice-l10n-el
libibverbs1
lusernet.app
debian-faq-fr
c-icap
not+kopensolaris-gnu
openoffice.org-help-hr
libtext-csv-xs-perl
libstax-java-doc
libgupnp-igd-1.0-2
kdepim-doc
linux-image-2.6.38-12-generic
zephyr-server-krb
xoo
ubuntu-xen-desktop
totem-plugins-dvb-daemon
python-visa
riece-google
python-dpkt
libdbix-class-encodedcolumn-perl
libomnithread3c2
gtkboard
glpk
gir1.0-soup-2.4
enigmail-locale-cs
conquest-gl
bittwist
swig-examples
python2.4-simpletal
python2.6-lxml
python-lazr.uri
language-pack-hsb-base
indicator-session
gksu
libant1.6-java
xprint-common
spinner
secpanel
qtsmbstatus-server
xqf
libxmlrpc3-client-java
librt-ruby1.8
librapi2-dbg
reprepro
unsort
libballview1.3
aspell-pt-pt
aegis3-doc
xmem
tango-icon-theme
linux-wlan-ng-modules
libx86-dbg
libsaxpath-java
libelf1-dev
libgnome-keyring0
libdaemon0
kubuntu-notification-helper
xmds
tumiki-fighters
tictactoe
python-openscap
php-xml-parser
openbox-xdgmenu
mailutils-comsatd
ohai-doc
libkamefu0
freesci-doc
libcwiid1
biosquid
ballz-data
texlive-science
openoffice.org-help-hu
libxsltc-java
sendmail-doc
libappindicator-doc
linux-backports-modules-compat-wireless-2.6.37-2.6.32-43-server
linux-backports-modules-compat-wireless-2.6.37-2.6.32-38-server
libpam-alreadyloggedin
blacs1gf-mpich
fluxconf
enigmail-locale-el
egroupware-resources
libstatgrab6
myspell-dictionary-zu
krdc-kde4
ibus-pinyin-db-open-phrase
xpn
pouetchess-data
ncpfsx
libwriter2latex-java-doc
libsocksd0
libpanelappletmm-2.6-dev
libsub-override-perl
libiptables-ipv4-ipqueue-perl
libaunit-dbg
libatk1-ruby1.8
kftpgrabber
zeitgeist-core
deluged
pdftohtml
libsocket6-perl
tmispell-voikko
libc6-dbg
linux-headers-2.6.32-23-preempt
iceowl
libtaktuk0-dev
libpoe-component-pluggable-perl
libcommons-configuration-java
libcarp-always-perl
libcache-mmap-perl
libxvidcore4
enigmail-locale-fi
libdigest-perl
visualvm
gimp-help-ru
sensible-utils
ubuntustudio-gdm-theme
parser3-cgi
libnifti-doc
libhtp1
koffice-l10n-es
ironruby-dbg
libglobus-gss-assist3
mhonarc
libcanna1g
openoffice.org-help-it
myspell-pt-pt
libsmbclient-dev
psutils
zmailer
xpp
libisccfg60
libxtst6
stealth
prelude-manager
libykpers-1-1
libutempter0
libs3d-dev
liblua5.1-cgi0
libiax-dev
libgpib-perl
libconfig++6-dev
koffice-l10n-et
glew-utils
cpufire-applet
claws-mail-doc
childsplay-lfc-names-fr
libcommons-vfs-java-doc
gtk2-engines-crux
pinentry
gtk2-engines-pixbuf
freeradius-mysql
vtun
linux-backports-modules-compat-wireless-2.6.37-2.6.32-46-preempt
xchat-common
verilog-mode
libtie-hash-regex-perl
liblocale-msgfmt-perl
kchart-kde4
libsidplay1
gnujump
gnome-desktop-sharp2
erlang-typer
libpt2.6.5-dbg
haskell-mode
liferea-dbg
texlive-bin
xfonts-cronyx-misc
ttf-staypuft
slang-cfitsio
t1-oldslavic
python-gnuradio-audio-portaudio
libshibsp-doc
libhippocanvas-dev
libestools1.2c102
kword-data-kde4
koffice-l10n-gl
php-date
arc-noble
gmorgan
geany-plugin-latex
eweouz
epic4-help
dreamchess
dict-freedict-iri-eng
darkroom
bindgraph
libsidplay2
not+bsd-darwin
openoffice.org-help-km
linux-doc
libpng3-dev
libdmx1-dbg
plasma-widget-quickaccess
xfce4-appfinder
tesseract-ocr-vie
sawfish-lisp-source
libss7-dev
libpanelappletmm-2.6-1
koffice-l10n-ptbr
koffice-l10n-fr
kicad-doc-zh-cn
exif
python-pycurl-dbg
openoffice.org-help-kn
libboost-test1.37-dev
libavfilter-dev
language-pack-gnome-ca-base
kdelibs-bin
libtext-iconv-perl
linux-backports-modules-compat-wireless-3.2-2.6.32-44-preempt
linux-backports-modules-compat-wireless-3.2-2.6.32-39-preempt
vdmfec
qtcreator
python-hachoir-urwid
libwxbase2.8-dev
libgcj9-src
icewm
gtk2-engines-aurora
gnash
fbreader-qt
bazaar
liblo7
language-support-translations-zu
openoffice.org-help-ko
libdbd-pg-perl
kde-i18n
ibmasm
gimp-help-sv
libgtk2-gst
wwl
python2.6-tagpy
perl-byacc
openser-perl-modules
libsubtitles-perl
gmetad
libsmbios-bin
libboost-serialization1.40.0
installation-guide-ia64
ocaml-nox-3.11.2
bcrelay
sysbench
python-obexftp
monodoc-mono-zeroconf-manual
libpdfrenderer-java
libocamlnet-ocaml
koffice-l10n-ja
poe.app
fceu-server
libgenders0
eprover-examples
vim-lesstif
python-kde4-dev
openoffice.org-help-nb
usbutils
linux-backports-modules-alsa-2.6.32-23-generic
swi-prolog-table
pgstaging-client
libxml-libxml-iterator-perl
libnewlib-dev
libglobus-xio-popen-driver0
libggigcp0
postgresql-8.3-postgis
gmfsk
exactimage-perl
enigmail-locale-fr
libemail-valid-perl
rtpproxy
wireshark
xrn
libgpod-doc
libgdb-dev
libschroedinger-dev
xnav
tango-icon-theme-common
slurm-llnl-doc
sauce
python2.6-gpgme
python2.6-dmidecode-dbg
prime
libtext-vcard-perl
libtaoframework-lua-cil-dev
root-plugin-tmva
libplayerdrivers2-dev
libghc6-gconf-prof
libggigcp1
libgalago-gtk-dev
jaaa
procps-nonfree
linux-backports-modules-wireless-2.6.32-21-server
libxcb-reply0-dev
smartdimmer
serverstats
scrounge-ntfs
python-forgetsql
llvm-gcc-4.2
libtrove-java
libgenome-1.3-0
xmgr
ettercap-common
erlang-odbc
epstool
deejayd-client
debian-faq-it
vtwm
openoffice.org-help-ne
libxvmc1
libsane-extras
libkadm55
lib32stdc++6-4.3-dbg
myspell-af
language-pack-zh-hans-base
linux-lts-backport-oneiric-tools
wyg
xless
qemu-launcher
omniidl4-python
zgv
libmono-cecil-flowanalysis0.1a-cil
koffice-l10n-fy
gpac
gmpc
gocr
python-gdal
enigmail-locale-ja
createdisk
python2.6-gtk-vnc
openoffice.org-help-mk
openoffice.org-help-ku
libid3tag0-dev
landscape-client
jockey-common
fastjar
exim
libuuid1
zim
tclx8.4-doc
recoverjpeg
museeq
libtao-foxresource-1.6.3
libnsgif0-dbg
libmath-vec-perl
libgavl-doc
libelmer-dev
libautounit-dev
kdelibs-dbg
libghc6-hpc-dev-0.5.0.4-7df34
xnee
mapserver-doc
xserver-xorg-input-synaptics-dev
xsm
openoffice.org-help-ml
language-pack-fy-base
gnome-screensaver
gnome-desktop-data
diff-doc
linux-backports-modules-compat-wireless-2.6.35-2.6.32-43-preempt
linux-backports-modules-compat-wireless-2.6.35-2.6.32-38-preempt
python-xklavier
python2.4-sqlite
python-pyscript
libplayerc2-dev
liblam4
goby
gnome-themes-more
python-gastables
gadmintools
egroupware-registration
dtc-dos-firewall
bbrun
python2.3-pygresql
openoffice.org-help-oc
libproxy-dev
libgnomevfs2-0-dbg
vile-filters
simutrans
pocketsphinx-utils
plywood
xlog
libxerces28-doc
libois-1.2.0
libtest-www-declare-perl
libdeal.ii6.2.1
libcsfml1.5-dbg
libjuman4
libnetpbm9
libestraier8
openoffice.org-style-andromeda
openoffice.org-help-mn
okular-dev
gnome-sudo
zope-scriptablefields
octavede
rt3.8-db-postgresql
oggvideotools-dbg
mscore-common
libmpd1-dbg
libgeier-dev
libcry-ocaml-dev-19nt0
libccc-doc
libast-dev
lazarus-src
latexdiff
libqtgtl0
krename
kmymoney2
kde-thumbnailer-openoffice
schism
fortunes-pl
ed2k-hash
courier-ldap
kxterm
openoffice.org2-thesaurus
openoffice.org-help-lt
libvisual0.2-dev
libcryptsetup1
myspell-ca
language-pack-so-base
konqueror-nsplugins-kde4
postgresql-doc
bacula-doc
zip
linux-backports-modules-compat-wireless-3.1-2.6.32-46-server
yics
tegaki-train
qdevelop
libdbi-ruby1.9.1
libipc-system-simple-perl
ladcca-dev
icom
openafs-client
gpe-tetris
fotoxx
erlang-tv
controlaula
cfengine3-dbg
cameleon
keychain
libfontconfig
myspell-bg
poxml
foomatic-filters-ppds
xmms2-plugin-cue
rpc2-dbg
luvcview
libxalan16-doc
tntdb-postgresql0
libsofa1
libunicode-map-perl
koffice-i18n-ca
hiki
ohphone
dict-freedict-cze-eng
bootparamd
t1-cyrillic
bugsx
openoffice.org-help-lv
openoffice.org-help-nl
libkonqsidebarplugin4-dev
libdb2++
language-pack-kde-fy-base
python-gdbm
ant1.8-doc
science-dataacquisition
qemulator
python2.5-rapi2
proftpd-doc
tntdb-postgresql1
libpt2.6.3-plugins-v4l2
libgavl-ocaml-dev
gcc-snapshot
fntsample
libpcre-ocaml
bumprace-data
xul-ext-thunderbird-locale-pt-pt
python-cups
openoffice.org-help-mr
libid3-3.8.3
kfloppy-kde4
idle
wesnoth-low
tkgate-data
qstardict
python-dmidecode-dbg
tntdb-sqlite0
libtest-distmanifest-perl
libmdc
speech-tools1
hildon-icons
libglobus-io3
gkrellm-mailwatch2
python-fiat
easydiff
codeville
python-sip-dev
openoffice.org-help-nn
libdatrie-doc
opencryptoki
doc-linux-nonfree-html
linux-headers-3.0.0-20-virtual
linux-headers-3.0.0-15-virtual
python-pysnmp-common
psi-plus-plugins
postgresql-8.4-hstore-new
octave-optim
monodevelop-debugger-gdb
cdmedicpacs
maildir-utils
lyricue-bible
libxmlrpc3-server-java-gcj
libxkbsel-dev
tntdb-sqlite1
libsdl-mixer1.1-dev
hexer
gpal
gosmore
libglobus-gssapi-error2
libffcall1
clamav-unofficial-sigs
amsynth
valgrind-callgrind
python3.1-minimal
parted1.6-doc
language-pack-kde-so-base
myspell-da
gnome-core
gdbserver
xfce4-panel-dbg
python2.6-qt3
python-libcloud
ltsp-cluster-nxloadbalancer
lrzip
libstrongswan
libqof-backend-qsf0
liblwt-ssl-ocaml-dev-iipa7
libgnuradio-qtqui
libbz2-ocaml-9ax35
libbt-dev
libapache2-mod-passenger
libapache2-request-perl
koffice-l10n-it
libxmlada3.2
preview.app
libgeomview-1.9.4
gnats
enigmail-locale-hu
cyrus22-doc
codelite
usb-creator-common
opie-client
man-browser
ibus-unikey
gwenview-kde4
tao-notify
qemu-arm-static
python-pycallgraph
python-gdcm
pkcs11-dump
php-net-lmtp
nanoweb
lsh-doc
libmodxslt0
koffice-l10n-kk
koffice-i18n-da
idzebra-2.0
python-mygpoclient
gnotravex
libgnomescan0
libtext-wrapper-perl
djvuserve
openmsx
e00compr
python2.6-qt4
python-gconf-dbg
openoffice.org2-l10n-af
libbigdecimal-ruby1.8
libmail-perl
reiserfsprogs
bacula-common-pgsql
zshdb
swap-cwm
quickly-template
python-stompy
netsurf
libsub-wrappackages-perl
libstatgrab-dev
libspnav0
icheck
xwd
python-lxml-doc
openoffice.org-help-nr
openoffice.org-help-om
kdebase-workspace-wallpapers
linux-backports-modules-wwan-2.6.32-43-server
linux-backports-modules-wwan-2.6.32-38-server
linux-backports-modules-wireless-2.6.32-42-server
linux-backports-modules-wireless-2.6.32-37-server
tkmixer
python-plastex
libstruts1.2-java
libpfm2-dev
libscotch-5.1
elastichosts-utils
crack
banshee-dbg
qt4-demos-dbg
openoffice.org-help-ns
rhino
expectk
heartbeat
wmdiskmon
smb2www
librapi2-dev
libagrep-ocaml-njlo6
hbf-cns40-b5
kphone
kdesvn-dbg
wwwoffle
firewall-easy
enigmail-locale-it
debian-faq-zh-cn
sylpheed-claws-gtk2-spamassassin
libcompfaceg1
adblock-plus
python3-all-dbg
libx86-dev
libgda-common
dpkg-repack
alsa-base
xtv
synaptics
python-multibuild
plasma-widget-pgame
libyajl1-dbg
libxfontp-dev
libmlt-dbg
libflint-1.06
koffice-i18n-de
gizmod
exmh
docvert-openoffice
gambas2-gb-net-curl
libtext-unaccent-perl
balance
xmix
xbanner
memtester
xlibs
echolot
libxcb-xfixes0-dbg
libkadm5srv-mit7
clamav-freshclam
znc
xview-examples
vlc-plugin-jack
xmlindent
substance-doc
quick-lounge-applet
python2.6-nipy-lib-dbg
liborange
libclaw-logger-dev
frox
docbook-jrefentry
castle-combat
openoffice.org2-l10n-ca
openoffice.org-help-pl
odbcinst1
libc-ares1
ibus
linux-headers-lbm-2.6.32-24-preempt
linux-headers-2.6.32-46-generic
vdr-enigmang-icons
ttf-beteckna
telegnome
snowballz
slimrat
parser3-dev
mu-cade
libcrimson-java-doc
libaunit-dev
koffice-l10n-nb
libneko0
conky
ansel1
python2.6-twisted-runner
openoffice.org-help-or
openoffice.org2-l10n-bg
libc-ares2
kbd-data
jade
dia-common
libc6-dev
wesnoth-1.8-httt
python-wbxml
python-nipy-lib-dbg
gpdf
libxqilla3
libicee-dev
libldb0
libktoblzcheck-bin
jack
debian-reference-pt-br
libcddb-get-perl
cricket
cakephp1.2
librapi2
paman
hunspell-dictionary-zh-tw
libao-dbg
myspell-sv-se
libqtgui4
vdetelweb
python-gasp
maildir-bulletin
libvips10-dev
shhopt-dev
liblua5.1-wsapi0
libbeidlibopensc2-dbg
libmoosex-has-sugar-perl
argtable
kformula-kde4
libipodui-cil
libmatheval1
cl-usocket
python2.6-ubuntuone-storageprotocol
python2.4-egenix-mxtools
myspell-fa
emacs21-nox
randtype
python2.6-gnuradio-audio-oss
libpam-ncp
libmumps-seq-dev
liblua5.1-wsapi1
hamlib3++c2
libglbsp-dev
jackd-firewire
gsl-ref-pdf
gmsh
gir1.0-gmenu-2.0
gfxboot-theme-zen
libpath-class-perl
libxml-libxslt-perl
libpam-ldapd
libsigsegv0
nfs-user-server
erlang-nox
genscript
wput
libkate-dev
libixp
libbakery-2.3-11
enigmail-locale-nb
elfsign
colordiff
python2.4-lxml
openoffice.org2-l10n-da
openoffice.org-calc
wmgtemp
tk707
taggrepper
python2.6-lzma
libyubikey0
libqdbm++-dev
libopencascade-foundation-dev
libhtml-wikiconverter-wakkawiki-perl
libglobus-duroc-control2
xemacs21-gnome-mule-canna-wnn
cpipe
opencryptoki-dbg
libacl1-kerberos4kth
myspell-cs
plymouth-x11
linux-image-2.6.38-10-server
linux-headers-2.6.38-13-server
xvt
python-qt4-gl-dbg
python2.6-otr
mpt-status
manpages-de-dev
libnxcl-bin
fortunes-ru
xorg-docs
openoffice.org2-l10n-ar
libstreams-dev
kdegraphics-kde4
kdebluetooth
csplain
libnl1
apparmor
linux-backports-modules-input-2.6.32-45-preempt
linux-backports-modules-compat-wireless-2.6.34-2.6.32-31-server
linux-backports-modules-compat-wireless-2.6.34-2.6.32-26-server
sqlgrey
python-logilab-constraint
pyrenamer
libalog1-base-dev
libexif-gtk5
childsplay-lfc-names-nl
openoffice.org2-l10n-bn
openoffice.org2-l10n-as
openoffice.org-help-pt
myspell-ga
g++-4.4-multilib
qt3-qtconfig
libxml-atom-service-perl
libpath-dispatcher-perl
liblog4cpp0
itk-dev
haskell-http-doc
gss-doc
task-c-devel
ratfor77
codelite-plugins
bomberclone
parley-data
openoffice.org-help-ta
openoffice.org2-l10n-de
ysm
wmcdplay
stardict-plugin-festival
oss4-dev
postgresql-pl
liblua5.1-gtk-0
libdata-password-perl
libclass-dbi-plugin-perl
libalsaplayer0
junior-games-net
hotssh
gpesyncd
gnect
fwknop-server
povray
avida-base
libqdox-java-doc
kolourpaint4-kde4
lockfile-progs
ttf-tahoma-replacement
prips
postgresql-8.4-plproxy
zserv
libzoom-ruby1.8
libtorrent10
libthread-queue-any-perl
liblua5.1-gtk-1
libkrb5-ruby
libjs-dojo-dijit
libglrr-widgets0
libfile-sharedir-install-perl
libcobertura-examples
koffice-l10n-nl
koffice-i18n-el
gksu-polkit
fvwm-common
desktopcouch-tools
ampache-themes-3.3.3.5a-1
amanda-server
python-kde4-doc
myspell-fi
openoffice.org-sdbc-postgresql
libpaperg-dev
myspell-gd
linux-lts-backport-natty-doc-2.6.38
zephyr-server-krb5
pidgin-librvp
libxnconfig
libtorrent11
libmimetic0
liblog4cpp3
libgjs-dev
libmaven-reporting-impl-java
libxerces-c2-dev
kimwitu++-doc
kxsldbg
haproxy
proftpd
libjasper-java
roundcube
w3-dtd-mathml
cacao
thunderbird-thunderbird-locale-fy-nl
python-mediaprofiles
python-email
openoffice.org-help-si
openoffice.org2-l10n-br
libschroedinger-doc
libcsparse2.2.3
myspell-eo
gcc-docs
xgridfit-doc
python-meld3
opensaml-schemas
obm-storage
nglister
libpoex-role-sessioninstantiation-perl
liblog4cpp4
liblas1
libjana-gtk-dev
libapron-ocaml-dev-kvwg0
amd64
openoffice.org-help-te
openoffice.org-help-ro
openoffice.org2-l10n-bs
tzdata
gcc-4.4-plugin-dev
apache2-dev
linux-backports-modules-compat-wireless-3.3-2.6.32-41-server
xpad
xmms2-plugin-speex
tao-load
wx2.6-examples
octave-pkg-dev
libdbix-oo-perl
liblog4cpp5
xmms
gearman-tools
feisty-session-splashes
ebox-ntp
devtodo
cmake-curses-gui
libcherokee-mod-streaming
python2.3-tk
openoffice.org-help-sk
context
libupower-glib1
language-pack-nso-base
libphonon-dev
katomic-kde4
evolution-data-server1.2
liborbit2
libapt-pkg-libc6.10-6-4.8
easyspice
libapache2-mod-fastcgi
python-wicd
python-tables
python2.5-bsdiff
moonlight-plugin-mozilla
libzvbi-dev
libxapian-ruby1.8
libtcd-dev
libnsgif0-dev
libnet-sftp-ruby1.8
libgtksourceview2-ruby
libgnuradio-core-dev
libenv-sanctify-perl
libsexplib-camlp4-dev-my4j1
libaiksaurus-1.2-0
kdelibs-dev
gnat-4.2-doc
libfuse-perl
flickcurl-doc
egroupware-timesheet
vuze
xodo
thunderbird-locale-pt-pt
openoffice.org-help-tg
openoffice.org2-l10n-fa
openoffice.org-help-sl
libqt-mt-dev
libcurl3-gnutls-dev
gtk2-engines-ubuntulooks
gstreamer0.10-plugins-bad-dbg
sabily-xsplash-artwork
qpopper
python2.6-liblo
python-logilab-common
netrek-client-cow
resmed-doc
libyajl-dev
libx500-dn-perl
libsyslog-ocaml-dev-ng6i5
goattracker
birthday
openoffice.org-help-th
libxcb-render0-dbg
myspell-es
gir1.0-gstbase-0.10
xringd
scite
octave-financial
seq-gen
libsmbios-dev
libqinfinity-dbg
hamlib3-perl
libdata-dumper-concise-perl
codelite-plugins-unittestcpp
blast2
autokey-qt
tk8.3
libpackagekit-glib2-12
myspell-he
myspell-fo
myspell-et
bacula-sd
zoo
libusrp0
libcmph-tools
koffice-i18n-es
igal
haskell-edison-api-doc
python-viper
condor
blockout2
python-formencode
openoffice.org2-l10n-cs
tinycdb
language-pack-gnome-li-base
language-pack-gnome-kn-base
libattica0
tk8.4
xmpi
tourney-manager
sword-text-viet
remotetea
libqglviewer-qt3-dev
libmpich-mpd1.0gf
libgig3c2
libextractor-java0
libdatetime-format-flexible-perl
libctl-dev
libcontactsdb0-dbg
koffice-i18n-et
jumpnbump
libinklevel5
httping-nossl
gpc-4.1
libinfgtk-0.4-0
colorcode
cntlm
bwbar
libpostscript-perl
xmon
openoffice.org-help-ru
libmono-microsoft8.0-cil
tk8.5
linux-backports-modules-wireless-3.2-lucid-preempt
zygrib
prism
netscript-2.2
nanourl
mythtv-theme-arclight
libnzb0c2a
libpango1-ruby1.8
libdspam7-dev
guile-1.6-slib
freeciv-client-gtk
yum
xul-ext-thunderbird-locale-sv-se
openoffice.org-help-ug
openoffice.org2-l10n-ga
libfaad-dev
myspell-fr
esmtp-run
erlang-mode
libnautilus-extension1
wackamole
slang-xfig
slang-gsl
php-soap
nut-nutrition
libsetools-tcl
libpod-webserver-perl
libpcmanx-core0
libgraphics-color-perl
libbulletml-dev
latex-cjk-chinese-arphic-bkai00mp
koffice-l10n-pl
koffice-i18n-gl
ifscheme
hipo
ttf-gfs-solomos
openoffice.org-help-sr
openoffice.org-help-rw
openoffice.org2-l10n-el
libvdpau1
redland-utils
libneon24-doc
lib32gcc1-dbg
eucalyptus-java-common
pptpd
logcheck
linux-backports-modules-compat-wireless-2.6.38-2.6.32-31-generic
xfce4-eyes-plugin
texify
systemtap-doc
sword-text
scsitools-gui
netscript-2.4
repeatfinder
libntl-dev
libmrpt-reactivenav0.8
libghc6-hsql-sqlite3-prof-1.7.1-5cb20
libggzdmod++-dev
libdesktop-agnostic-vfs-thunar
libconvert-ascii-armour-perl
libbz2-ocaml-dev-9ax35
atlas3-headers
koffice-i18n-fr
gnustep-dl2
gkrellweather
news-transport-system
chmsee
openoffice.org-help-tn
openoffice.org-help-ss
libglademm-2.4-1
kpartloader
python2.6-libtorrent
python-fltk-dbg
pwsafe
pr3287
nfoview
libpoe-component-server-simplehttp-perl
libkate-tools
libclass-field-perl
goobox
libg15-1
dcap-tunnel-ssl
cvssuck
context-doc-nonfree
openoffice.org-help-ve
openoffice.org-help-st
openoffice.org2-l10n-fi
liboil0.3-dbg
libgraphviz4-dev
grub-legacy
linux-image-2.6.32-31-virtual
linux-image-2.6.32-26-virtual
xfce4-panel-dev
libwine-esd
weather-util
openchangeclient
libupnp3-dbg
libpdf-reuse-barcode-perl
libmath-calculus-expression-perl
libimage-science-ruby1.8
libdbd-pg-ruby1.8
libclass-mixinfactory-perl
libax25-dev
libatk1-ruby
libarray-refelem-perl
eikazo
discus
emacs20
openoffice.org-help-uk
openoffice.org2-l10n-eo
openoffice.org2-l10n-cy
gnutls0.4
wsjt
splatd
slang-gtk
qtiplot-doc
phpgroupware-0.9.16-preferences
nmapsi4
mp3roaster
seqan-dev
libwww-freshmeat-perl
libticalcs2-7-dev
liboxford-calendar-perl
libopenscap0
libapache2-mod-log-sql
kontrolpack
koffice-i18n-ja
iec16022
google-gadgets-gtk
enigmail-locale-pl
aegis3-tk
openoffice.org-help-sv
libncp
emacs21
libmail-dkim-perl
python2.6-smbpasswd
octave-splines
libtvanytimeapi-java
libtomcrypt0
liblz0
libchasen0
libghc6-template-haskell-prof
galago-eds-feed
dict-freedict-deu-nld
cplay
at-poke
abcmidi
openoffice.org-help-tr
language-pack-th-base
konqueror-plugin-domtreeviewer
kdesdk-kio-plugins
gawk-doc
exuberant-ctags
emacs22
urlwatch
ticgitweb
python-sptest
python-ieee1284
python-cracklib
ocamlgraph-editor
linux-backports-modules-alsa-2.6.32-21-preempt
libxml-simple-ruby
sary-doc
libqt3c102-mt-mysql
libprinterconf0c2
libblas-test
libmoosex-getopt-perl
libapache2-redirtoservname
gwhere
gphotofs
gpe-login
libgearman-server0
dnssec-tools
lapack2-dev
bwidget
xul-ext-bindwood
python3-gdbm-dbg
openoffice.org-help-vi
openoffice.org-help-ts
liblua5.1-0
libconfig-tiny-perl
language-pack-fur
eucalyptus-cc
avahi-daemon
emacs23
xfce4-clipman-plugin
simplythml
plee-the-bear
pkgsync
pixbros
mono-vbnc
libxml-validate-perl
libparagui1.0-dev
libethos-1.0-0
libcurses-ocaml-f4fp1
libapache-ruby1.8
libkrb5-15-heimdal
shiki-colors
libgeotiff-epsg
libchasen2
python3-all-dev
openoffice.org2-l10n-es
liblzma-dev
kdewebdev-dbg
libanthy0
abrowser-greasemonkey
xmms2-plugin-faad
xara-gtk-byte
libgnomeprintui2-ruby1.8
libruby2ruby-ruby
libntrack-qt4-dev
libmoe-dev
libmlt-dev
libgiigic1
libgengameng-dev
blacs-mpi
koffice-l10n-pt
koffice-i18n-fy
sword-text-tr
hlbr
google-gadgets-gst
gnumed-client
gmpc-plugins-dbg
libumlib0
libskstream-0.3-4
libcodeblocks0
texlive-lang-finnish
openoffice.org2-l10n-he
openoffice.org2-l10n-et
libxcb-xfixes0-dev
myspell-gv
language-pack-hne
linux-image-2.6.32-313-ec2
linux-image-2.6.32-308-ec2
xwrits
netwox
libwfnetobjs0-dev
libavifile-0.7-dev
jags
libghc6-dph-prim-par-prof-0.4.0-4eccc
cl-closer-mop
alexandria
zsh
openoffice.org2-l10n-eu
openoffice.org2-l10n-dz
libxaw6-dev
tsconf
libcurl-dev
myspell-hr
language-pack-gnome-nan-base
kfind-kde4
exim4-dbg
cpio-mt
dvips-landscapeplus
python-pdftools
python-medusa
pyro-examples
lunar
libplayererror-dev
libogginfo-ruby1.9.1
webgen0.4
liblwt-ocaml-fnd82
libjana-test
libeb13-dev
libbusiness-onlinepayment-authorizenet-perl
libzeroc-ice33
ibsim-utils
fspy
doc-linux-fr-html
mpg123
bbdate
xpdf
plasma-widget-plasmaboard
openoffice.org2-l10n-gl
libfltk1.1-dbg
language-pack-kde-th-base
libmono-system-web2.0-cil
dmake
libxcomposite-dev
ghostscript
libtag1c2a
ttf-adf-oldania
sshmenu
python-numeric-tutorial
libcwiimote3
jemboss
ifhp
gnash-tools
fp-units-misc
falconpl
espeak-gui
fontdata-n2a
rmagic
ubuntu-wallpapers
openoffice.org2-l10n-fr
libao-dev
ssmtp
webcheck
vdradmin-am
tclxapian
rifiuti
php-wikidiff2
opensync-plugin-file
openarena-data
libvoms0
libsvg-graph-ruby-doc
libsomaplayer-dev
libsablot0-dev
libglobus-gsi-cert-utils-dev
libsfml-network1.5
libbeidlibopensc2-dev
libaubio1
flashrom
festival-czech
tmpreaper
axiom-graphics
openoffice.org2-l10n-id
plymouth-theme-ubuntu-text
myspell-hu
glibc-doc-reference
libcamel1.2-14
gpgv
radioclk
python-myghty
lincity-x
libswingx-java-doc
libmatio0
haskell-hdbc-doc
libghc6-binary-prof
liballegro-dev
clamsmtp
libcherokee-client0
libaubio2
nvidia-180-kernel-source
cvsservice
r-cran-rgtk2
python-iso8583
openpms
python-traits
ko.tex-extra-hlfont
libghc6-utf8-string-prof-0.3.4-75a94
ftpd
libfstrcmp0
ewipe
openoffice.org2-l10n-ja
libxcb-record0-dbg
libtextwrap-dev
lib32bz2-dev
libqca2-dev
librsvg2-2
webcam-server
plot-digitizer
python2.6-tdb
python-ipcalc
r-cran-epitools
libsl0-kerberos4kth
libmdc-dev
libhibernate3-java
libghc6-cpphs-dev-1.9-cfa8e
libe2dbg0
fusecompress
gcc-4.3-base
localepurge
libcutils-perl
alsaplayer-daemon
openoffice.org-help-xh
linux-kernel-headers
klines-kde4
libkleopatra1-dev
python-m2crypto
imap-server
libbonoboui2-0
linux-image-3.0.0-21-server
linux-image-3.0.0-16-server
xmms2-plugin-flv
vdr-plugin-sudoku
r-cran-rjava
python-pycha
nagvis
libmaven-invoker-plugin-java
liblog4ada1-dev
libgmime2
libgda3-bin
libconcord1-dev
libghc6-dph-prim-interface-dev-0.4.0-9c8ab
python-instant
cantlr
mctools-lite
openoffice.org-help-pa-in
openoffice.org-l10n-be-by
likewise-open5-netlogon
libwavpack-dev
tomcat6-common
myspell-it
myspell-hy
kdemultimedia-kde4
exim4-daemon-heavy-dbg
audio-mixer
linux-image-3.0.0-31-virtual
linux-image-3.0.0-26-virtual
tryton-modules-project-revenue
python2.5-kaa-imlib2
tulip-doc
libshhmsg-dev
fts-opsi
cl-sql-backend
xfree86-driver-fglrx-dev
not+kfreebsd-gnu
libxau6-dbg
libpulse-browse0-dbg
mono-classlib-1.0-dbg
icedtea-gcjwebplugin
linux-image-2.6.32-23-generic
wxformbuilder
python2.6-sqlrelay
sugar
libparams-callbackrequest-perl
libgsm0710mux-dbg
libghc6-haskelldb-hdbc-sqlite3-dev
koffice-i18n-it
quanta
expect5.24-dev
libgnupg-interface-perl
slapd-dbg
pppoeconf
openoffice.org-help-uz
assembly-linker
libstdc++6-4.0-dbg
libqt4-sql-odbc
ttf-sil-yi
language-pack-gnome-shs-base
kwin-style-qtcurve
exim4-daemon-heavy
weplab
statsvn
python2.6-tau
python-qwt3d-qt3
libygl4-dev
libdstyx
libsphinx2-dev
libmono-cecil0.3-cil
libgdbm-ruby1.9.1
eruby-dev
liblexical-persistence-perl
libcipux-dog-perl
latencytop
koffice-i18n-kk
itk-doc
glade-gnome-2
gir1.0-gst-plugins-base-0.10
erc-speak
enigmail-locale-sl
mew-bin
acheck-rules
python2.4-egenix-mxproxy
openoffice.org2-l10n-ka
openoffice.org2-l10n-gu
libopenbabel-dev
libmono-cairo1.0-cil
libmodplug-dev
libgda2-1
xfonts-mplus
tao-concurrency
python-qwt3d-qt4
pike7.6-meta
libpocozip9
libpcp-mmv1-dev
libmodule-signature-perl
hamlib3-tcl
libghc6-ifelse-dev
lcrack
openthesaurus-de-kword
glade-gnome-3
gextractwinicons
quodlibet-plugins
dissy
avifile-mjpeg-plugin
libsqlite3-dev
python-gst0.10
brasero-common
tmexpand
tedia2sql
r-noncran-design
pinball-data
openrep
libpoker-eval
libmimelib1c2a
libcryptokit-ocaml
libclaws-mail-dev
ggz-sdl-games-data
console-tools-cyrillic
ttf-aenigma
libsoundtouch1c2
vim-runtime
ps2eps
openoffice.org2-l10n-hr
libgmpxx4ldbl
ingerman
xmldiff
rt3.8-clients
libxerces-c2-doc
libfile-find-object-rule-perl
kdelibs4c2a-dbg
jcal
gpiv
gearhead2-data
exactimage-dbg
adept-manager
gromit
librdf-ruby
kdepim-runtime-data
skk-dictools
quickly-ubuntu-template
python2.6-gpgme-dbg
php-auth-sasl
libtinymailui-gtk-dev
libtclap-dev
libstk0c2a
libsox-fmt-sndfile
libshisa-dev
libportaudio-ocaml-dev-s5qh6
libportaudio-ocaml
libjana-gtk-doc
libdiscover1
libassa0
htdig-doc
enigmail-locale-ru
xemacs21-gnome-mule
cl-irc-logger
celt-doc
thunderbird-locale-sv-se
thunderbird-thunderbird-locale-nb-no
libcheese-gtk-dev
libboost-python1.38-dev
myspell-nb
ibus-hangul
libavahi-client3
apache2-doc
shell-fm
scim-python-xingma
p910nd
libpmt0-dev
libnxcl-dev
libsmlnj-smlnj
koffice-l10n-wa
koffice-l10n-uk
gap-online-help
rplay-server
openoffice.org2-l10n-hu
libwnck-common
libkipi0-dev
x11-common
ibus-table
libe2p2
libdiscover2
ocaml-base
python2.5-tcpwrap
python2.6-mvpa
devide
libzvbi-doc
libpoco5-dev
libglw1-mesa
libclxclient-dev
libbusiness-creditcard-perl
libatlas-test
libalias-perl
koffice-l10n-sv
koffice-i18n-nb
hylafax-server
bzr-pqm
beanstalkd
php5-intl
libmng
libxcb-render0-dev
groovy-doc
busybox-static
linux-headers-2.6.32-44-preempt
linux-headers-2.6.32-39-preempt
vdr-plugin-prefermenu
python-empy
php5-geoip
emboss-kaptain
ltris
libyajl-doc
libsipwitch0
libqinfinity-dev
libphotos202-1-gfortran
libconfig-ini-perl
libacr38ucontrol0
koffice-l10n-tr
kspread
junior-math
libbognor-regis-0.5-0
grap
gosa
fiu-utils
python-memcache
bugzilla
myspell-ne
ttf-unfonts-core
computer-janitor-gtk
linux-backports-modules-compat-wireless-2.6.36-2.6.32-42-server
linux-backports-modules-compat-wireless-2.6.36-2.6.32-37-server
wx2.6-common
virtuoso-vad-bpel
ice32-slice
loggedfs
libxdelta2-dev
libsmbios-doc
libperlio-eol-perl
libhdf5-serial-dev
fldiff
vim-python
myspell-cs-cz
myspell-ku
kbattleship
swig1.3-examples
python-pychm
octave-parallel
libsmi2-dbg
libhtml-tagcloud-perl
libcgi-formbuilder-source-yaml-perl
blacs1-mpich
grdc
libcollectdclient0
libyajl1
libwww-mechanize-ruby
openoffice.org2-l10n-it
libxcb-xfixes0
libmaa2
app-install-data
xpm2wico
xmms2-plugin-gme
python-hildon
postgresql-filedump-8.3
linuxdcpp0.691
libvirt-ocaml
libctl-doc
libckyapplet1-dev
enigmail-locale-sv
squidclient
ldap-server
python2.6-sip
hp-ppd
libunicode-map8-perl
xlibmesa-dev
gnus
gnu-smalltalk-el
nextawg
timidity-daemon
sputnik-storage-sqlite3
python-django-south
dotter
libnarray-ruby1.8
libparams-classify-perl
kdirstat
icepref
postgresql-filedump-8.4
libmrml1c2a
libopenft-gift
evolution-rss
ubuntu-netbook-default-settings
python-twisted-runner
libxmu-headers
libdesktopcouch-glib-dev
language-pack-hsb
libconvert-uulib-perl
ubuntuone-client-tools
x-symbol
xavante
libghc6-xmonad-prof
kpresenter-data-kde4
icepatch2
gnucash-common
libapache2-mod-auth-openid
openoffice.org2-l10n-km
pidgin
libxrender-dev
myspell-lt
cantor
linux-image-3.0.0-23-generic
linux-backports-modules-wireless-2.6.32-31-generic
linux-backports-modules-wireless-2.6.32-26-generic
tiobench
nemerle
mni-autoreg
nxproxy
libhtml-wikiconverter-moinmoin-perl
libcryptgps-ocaml-dev
libghc6-array-dev-0.3.0.0-ed0c6
fweb
extcalc
advi-examples
liboobs-1-3
openoffice.org2-l10n-kn
linux-wlan-ng-doc
liboil0.3-dev
libboost-filesystem-dev
rgrep
dialog
gorm
thunderbird-locale-ast
linux-backports-modules-compat-wireless-2.6.39-2.6.32-43-generic
linux-backports-modules-compat-wireless-2.6.39-2.6.32-38-generic
seamonkey-mailnews
python2.6-gnuradio-audio-portaudio
mseide-msegui-doc
xmms2-plugin-vorbis
libxfce4util-bin
libupnp3-dev
libroot-ldap
libceguiogre-dev
grcm
lrzsz
chrootuid
asterisk-prompt-es-co
xpaste
openoffice.org2-l10n-ko
onboard
myspell-nl
myspell-lv
liboobs-1-4
libnet-snmp-perl
wims-extra-es
r-cran-matchit
python2.6-rra
python2.6-guppy-lib
libsetup-ruby1.8
libserialport-ruby1.8
libperl-destruct-level-perl
liboss-salsa-asound2
libhighline-ruby
liblingua-en-hyphenate-perl
libalgorithm-dependency-perl
kxstitch
kiconedit
libopenrawgnome1
fsvs
cvstrac
xulrunner-1.9.2-dbg
policykit-desktop-privileges
linux-backports-modules-alsa-2.6.32-44-generic
linux-backports-modules-alsa-2.6.32-39-generic
xjadeo
trac-wikirename
tdiary-contrib
r-cran-domc
libwraster-dev
libgnuradio-usrp-dev
libghc6-json-dev-0.4.3-c18f2
libeval0-dev
velocity
koffice-i18n-nl
libgpac0.4.5
fldigi
fbdesk
libpt2.6.5-plugins
balazar3-2d
python-apt-p2p-khashmir
libxmmsclient-glib1
python2.3-crypto
openoffice.org2-l10n-nb
libblas.so.3gf
myspell-nn
language-pack-gnome-kl-base
language-pack-gnome-lg-base
eucalyptus-gl
tryton-modules-account
python2.6-rpm
python-numeric-dbg
python-django-tinymce
osptoolkit
openhpi-plugin-snmp-bc
lxshortcut
libpari2-gmp-dbg
libogre-perl
libclaw-configuration-file-dev
japa
grace6
kbattleship-kde4
libgksu2-0
libgnomeprintui2-ruby
python-sparse
openmpi-mpidoc
libsnack2-dev
libpgperl
libpar-packer-perl
libgfs-dbg
liblfc1
not+gnu-kopensolaris
libboost-iostreams1.35-dev
libboost-iostreams1.40-dev
language-pack-tlh-base
openobex-apps
firefox-3.6-dbg
libwxgtk2.4-contrib-dev
systemtap
octave-epstk
nagios-statd-server
musica
mktorrent
libmpg123-0
libghc6-syb-with-class-prof-0.6.1-bee5b
libgavl-ocaml
emdebian-archive-keyring
exo-utils
quadrapassel
python2.6-gst0.10-dev
openoffice.org-help-zu
openoffice.org2-l10n-ne
liblzma-doc
kdeaccessibility-dbg
libgraphviz-dev
sgml-data
libssl0.9.8
xulrunner-1.9.2-testsuite
vdr-plugin-freecell
python-pydds
libwww-mechanize-ruby-doc
libtidy-ruby1.8
liblingua-preferred-perl
dmapi
libdbus-ruby1.8
libclass-whitehole-perl
libclass-accessor-children-perl
libavbin-dev
gobby
burgerspace
auth2db-frontend
setxkbmap
python2.3-twisted-names
openoffice.org2-l10n-mk
openoffice.org2-l10n-ku
media-player-info
libcomerr2-dbg
myspell-nr
slocate
exim4-dev
linux-backports-modules-wwan-2.6.32-45-preempt
semi1.12
scanerrlog
octave-nlwing2
ncmpc-lyrics
libstfl-perl
liblablgtkmathview-ocaml-dev-sreg8
libggi2-dev
kiki-the-nano-bot-data
sabily
gnustep-back
libglobus-xio0
bouncy
balazar3-3d
openoffice.org2-l10n-ml
dvb-dev
libfltk1.1-dev
libbusiness-isbn-perl
myspell-ns
language-pack-ja-base
salasaga
ratbox-services
linux-igd
libjson-wheel-ocaml-dev-00v91
libghc6-texmath-prof-0.2.0.3-01d53
libxmlsec1-nss
libfactory++-dev
libconfig-std-perl
gmountiso
gir1.0-unique-1.0
openoffice.org2-l10n-oc
libmad0
kdeadmin
tegaki-zinnia-simplified-chinese
python2.6-pyx
packagesearch
libjhdf5-jni
libgtkglext1-ruby1.8-dbg
libcmd-ruby
libgnome-speech-dev
freemat-help
libhamlib2
easystroke
darcs-buildpackage
flawfinder
thunderbird-thunderbird-locale-en-gb
postgresql-client-common
libio-compress-zlib-perl
openoffice.org2-l10n-mn
gnumeric
librampart0
shogun-python
ng-common
navit-gui-gtk
libglobus-gsi-cert-utils-doc
lsh-client
gnuradio-utils
glusterfs-examples
linux-gnu
python-gamin
openoffice.org2-l10n-lt
ncurses-base
myspell-pl
language-pack-sk-base
psgml
libgnome2-perl
linux-image-2.6.32-40-generic-pae
linux-image-2.6.32-35-generic-pae
linux-backports-modules-compat-wireless-2.6.37-2.6.32-40-generic
linux-backports-modules-compat-wireless-2.6.37-2.6.32-35-generic
python2.3-ipy
hal-ups-support
libxdb1c102
libroboradio-dev
liblink-grammar4-java
libgnomeada2.14.2
libfreehep-util-java
libfm0-dbg
gtrayicon
dkim-filter
liballegro-doc
thunderbird-gnome-support
libxcb-record0-dev
nvidia-libvdpau1
libpulse-dev
jockey-gtk
virtuoso-vad-demo
svn-autoreleasedeb
revelation
nstreams
monkeystudio-common
fluctuate
libticalcs3-dev
libsword-config
libnxcl1
neko-dev
kst-plugins
koffice-i18n-pl
rubygems1.8
libxmlgraphics-commons-java
fbreader-qt4
libdb4.6
autokey-gtk
pitivi
openoffice.org2-l10n-nl
openoffice.org2-l10n-lv
libqca2-doc
language-pack-kde-ja-base
kapptemplate-kde4
wfrench
wifi-radar
rubygems1.9
python2.6-libavg
libofx1c2
libnfo-dev
libnet-dev
libgda3-3
monodoc-anculus-manual
xl2tpd
ichthux-live
erlang-megaco
squashfs-tools-dbg
python2.4-gd
openoffice.org2-l10n-mr
libnetpbm10
libmono-accessibility2.0-cil
libdb4.7
grep
pvm-examples
ocaml-ulex08
liblash
libgdal-dev
abiword-gnome
griffith-extra-artwork
libghc6-bytestring-dev
openoffice.org2-l10n-nn
ocaml-doc
kpilot
kuser-kde4
dovecot-pop3d
kdesdk-scripts
libdb4.8
uim-helper-server
sitecopy
geogebra
rsakeyfind
python2.6-rpy
liblockdev1-perl
libgsm0710mux-dev
libghc6-mmap-prof-0.5.4-f7018
mjpegtools
libmetadata-extractor-java
gom-x
git-cola
enigma-doc
openser
drobo-utils
derivations
colrdx
bastille
atm-tools
language-pack-kde-sk-base
libatspi1.0-0
python-netifaces
minimuf
liblingua-ispell-perl
libghc6-haskelldb-hdbc-sqlite3-doc
libcgicg1-dev
libbunny-ruby1.8
iverilog
mp3-encoder
dpsyco-mysql
berusky
xfsinfo
libportaudio-19-dev
php-xml-util
libpolkit-agent-1-0
libsysfs2
rexima
gnome-peercast
libvxl1-dev
libwww-facebook-api-perl
libglobus-gass-server-ez-dev
libghc6-haskelldb-hdbc-dev-0.13-69120
kommander-dev-kde3
gnome-icon-theme-yasis
firebird2-utils-classic
evolution-jescs
etherape
apt-build
nickle
libxml-xpath-perl
libdb1-dev
xfonts-bolkhov-koi8r-misc
sword-text-arasvd
rancid-core
pidgin-encryption
libgpds-dbg
libghc6-safe-dev
libghc6-ifelse-doc
libfishsound1
libdbd-freetds
libcurses-ocaml-dev-f4fp1
libclass-std-utils-perl
libasio-dev
liballegro-dev-common
lcd4linux
kfilereplace-kde3
gromacs-data
fwanalog
fbreader
cedar-backup2-doc
libgtkmm2.0-dev
xul-ext-thunderbird-locale-nn-no
openoffice.org2-l10n-om
openoffice.org2-l10n-nr
xine-ui
libstrigihtmlgui0
diff-ext
myspell-pt
linux-backports-modules-compat-wireless-2.6.38-2.6.32-32-server
selinux-policy-refpolicy-targeted
scim-pinyin
plymouth-theme-spinfinity
libtzinfo-ruby
libsvn-notify-mirror-perl
libopenct0-dev
libjboss-security-java
libbusiness-onlinepayment-backend-perl
irssi-plugin-xmpp
ice32-translators
icc-profiles
epylog
dancer-ircd
libclp0-dbg
libmerb-assets-ruby
banshee-extension-liveradio
libafterimage0
openoffice.org2-l10n-ns
libx11-6
libberkeleydb-perl
wsynth-dssi
r-other-gking-matchit
python2.6-vtkgdcm
libxiterm1
libghc6-cgi-dev-3001.1.7.1-9f6f6
libggigcp1-dev
libargtable2-docs
koffice-i18n-pt
giws-doc
extrema-doc
eterm-backgrounds
gcc-4.1-base
coinor-libclp-dev
libfile-ncopy-perl
antigravitaattori
python2.3-egenix-mxdatetime
libxcomposite1-dbg
crash
ttf-f500
tryton-modules-company-work-time
python2.6-prelude
opensync-plugin-synce
libtrackerclient-dev
libskstream-0.3-4-dbg
libgda3-dev
kscreensaver-xsavers-extra
libsane-perl
gomoku
gpsd
ttf-gfs-gazis
awesfx
atfs-dev
libboost-math1.40.0
eyed3
linux-headers-lbm-2.6.32-45-preempt
linux-backports-modules-compat-wireless-2.6.35-2.6.32-32-generic
linux-backports-modules-compat-wireless-2.6.35-2.6.32-27-generic
python-xen3.0
openwince-jtag
root-plugin-python
libgstreamer0.10-ruby
libdate-ical-perl
gstreamer0.10-plugins-bad-doc
dvdrip-utils
openoffice.org2-l10n-pl
ant-optional-gcj
sweep-dev
ser-jabber-module
libxslt-ruby1.8
libvlc-dev
libnet-mac-perl
libfilesys-smbclient-perl
libjalali0
libitl0
a52dec-dev
erlang-common-test
claws-mail-trayicon
xrdb
openoffice.org2-l10n-or
openoffice.org2-common
xorg
libgnome-settings-daemon-dev
xfonts-knickers
wmforkplop
synaesthesia
ruby1.6-elisp
python2.6-zope.index
python2.5-milter
libsqlxx-2.3c2a
libpantomime-dev
libpadre-plugin-css-perl
libapache-dbi-perl
grig
g15composer
bkhive
python2.6-urlgrabber
rsh-client
myspell-sk
ktorrent
gobjc
debiandoc-sgml
foomatic-db
w3m-el-snapshot
mon-client
libsmi2-dev
libmpich-shmem1.0-dev
libghc6-x11-prof
libghc6-irc-prof
lemonldap-ng
libgnutella-gift
freetalk
crasm
mafft
mpg321
librexml-ruby
nautilus-filename-repairer
myspell-sl
jockey-kde
hardening-wrapper
linux-headers-3.0.0-14-server
xcalib
recoverdm
prj2make-sharp
libyazpp-dev
libstxxl1
libghc6-haskeline-prof-0.6.2.2-23b1e
pidgin-hotkeys
isdnutils
php5-ldap
libxxf86dga-dev
libgucharmap-dev
libevas-0.9.9.050a-engines
myspell-th
kompare
libsasl2-2
python2.5-pycryptopp-dbg
python-kwwidgets
kernel-patch-scsi-idle
lxpanel
libnet-cidr-lite-perl
libmoosex-storage-perl
idesk
libfile-mimeinfo-perl
chatplus-server
c2hs
boswars-data
bcron
xorg-sgml-doctools
texlive-doc-base
puppet-common
intlfonts-european
nicovideo-dl
mahara-apache
libsidplay1.36
libnachocalendar-java
libghc6-parsec3-dev
libfreehep-graphics2d-java
globus-gass-cache-program
dpm-postgres
coinor-libclp0
bibtex2html
ttf-arphic-gbsn00lp
ksirk-kde4
eucalyptus-nc
linux-headers-3.0.0-28-generic
xscorch
treetool
samidare
roundcube-mysql
peg-e
morse
proda
minimus
lsb-build-base
libtheschwartz-perl
libsb2
libbarcode-code128-perl
libapache-session-perl
libalberta2-dbg
ldnsutils
libkwiki-perl
kradio
gquilt
proftpd-mysql
phylip
alarm-clock
totem-xine
lib32v4l-dev
myspell-ru
irssi
python2.5-yenc
python-fltk-doc
matchbox-panel
libtemplate-plugin-dbi-perl
libdballepp-dev
inn2-dev
cl-regex
openoffice.org2-l10n-pt
myspell-tl
liboil0.3-doc
libbeecrypt6
fortunes-min
doc-rfc-0001-0999
mosml
ratbox-services-sqlite
pysycache-dblclick-appleandpear
libpq4
mnogosearch-common
linux-image-2.6.32-21-preempt
libsynfigapp0
libdspam7-drv
libruby1.9.1
gkrelltop
gambas2-gb-report
fossology-db
congruity
xulrunner-1.9.2-dev
texlive-lang-latvian
openoffice.org2-l10n-ta
libxi6-dbg
libkdegames-dev
libcrypt-blowfish-perl
libbeecrypt7
ntpdate
python-django-shorturls
moonlight
libwerken.xpath-java
libtachyon-dev
libpt2.6.1-plugins-oss
libnetfilter-conntrack3-dbg
libhttpunit-java-doc
libhtml-formattext-withlinks-perl
libjlayer-java
gprbuild
feed2imap
libccgnu2-1.7-0
openais-dbg
myspell-tn
myspell-ss
liblancelot0
gobject-introspection-freedesktop
texlive-latex-extra
libpq5
scilab
libploticus0
libphobos-dev
libpari2-gmp-dev
libjmdns-java
festvox-czech-ph
festival
dvi2ps-fontdata-rrs
inetutils-telnet
python2.6-pysqlite2
xul-ext-thunderbird-locale-ta-lk
lupin-support
libpcre3-dbg
dbus-qt-1
myspell-ve
myspell-st
seq24
python-symeig-dbg
pycmail
openrpg
libxbsql-bin
libprojectm1-data
libpolarssl-dev
mpich-common
libmoosex-role-parameterized-perl
liblua5.1-cosmo0
libgpevtype-dev
kita2
mines.app
libgfs-dev
libmysql6.1-cil
perl-tk
openoffice.org2-l10n-si
openoffice.org2-thesaurus-af
ttf-baekmuk
libeggdbus-1-0
myspell-uk
firefox-3.6-dev
igerman
wing-data
tcl8.5-kwwidgets
python2.6-pygame
proxycheck
pachi-data
svgalibg1
libstfl-dev
libsnack2-doc
libsinatra-ruby
libmodern-perl
libhd14-dev
libgnuradio-core0c2a
libghc6-cabal-dev-1.8.0.2-a7cb9
sourceforge
dvi2ps-fontdata-rsp
cream
openoffice.org2-l10n-te
openoffice.org2-l10n-ro
libfence-dev
screader
python-gtask
libdballef4
libamrita2-ruby1.8
koffice-i18n-wa
koffice-i18n-uk
i3lock
gnat-3.1
cfourcc
libglade2-ruby
openoffice.org2-l10n-sk
myspell-sw
libtommath0
libbeagle-dbg
libgfortran3
exim4-config-2
bsd-mailx
xrdp
twoftpd-run
tipptrainer
sqlrelay-odbc
regina-rexx
php5-xcache
libpri-dev
libghc6-haxml-prof
libfeedparser-ruby-doc
libconfig-model-approx-perl
html-browser
ldiskfsck
koffice-i18n-sv
python-gammu
fso-gsm0710muxd
libdbd-odbc-perl
analog
gnat-3.2
xserver-xorg-video-mach64-dbg
squid-cgi
openoffice.org2-l10n-tg
openoffice.org2-l10n-sl
broffice.org
xfonts-mathml
libotf0-dbg
lib32readline6-dev
myspell-ts
gpg-idea
linux-backports-modules-compat-wireless-3.2-2.6.32-40-server
python2.6-goopy
libmkdoc-xml-perl
libghc6-hgl-dev
libxfce4util-dev
libcpan-distnameinfo-perl
koffice-i18n-tr
jailer
gnat-3.3
libghc6-dph-prim-interface-prof
libhtml-prototype-perl
xrgb
openoffice.org2-l10n-th
python-gnomeapplet
docbook-xsl-saxon
mknfonts.tool
libcarp-clan-share-perl
libavahi-compat-howl-dev
inventor-data
inetutils-ftpd
gnat-3.4
libsc7
libkuipx11-1-dev
libcojets1-dev
libemail-mime-perl
amora-server
openoffice.org2-thesaurus-ca
libgda4-4
language-pack-mai
rss-glx
wordlist
python-support
gis-workstation
php-getid3
magic-haskell-doc
luola
libright-http-connection-ruby-doc
libgsmme1
libcxxtools6
monopd
gtk2-engines-xfce
gobby-0.5-dbg
gnat-3.5
gff2aplot
fusesmb
courier-authlib-ldap
blubuntu-theme
batman-adv-source
openoffice.org2-thesaurus-bg
libenchant1
language-pack-gnome-it-base
language-pack-gnome-hy-base
libgpgme11
openser-mysql-module
logjam
libxml-mini-perl
libloki0.1.7
libgpeschedule0-dbg
libggiwmh0
libcommons-configuration-java-doc
libpcre-ocaml-dev-l2cx2
libhdhomerun1
gnucap
txt2man
openoffice.org2-l10n-ru
mime-construct
libart-2.0-2
xpra
viewglob
uim-applet-kde
sitesummary
rxvt-unicode-lite
python-hachoir-metadata
libnet-smtp-server-perl
libkiten-dev-kde4
libgearman1
libfeedparser-ruby
libcommons-net2-java-doc
libglobus-mp2
gkrellm-leds
axiom-hypertex-data
thunderbird-locale-nn-no
openoffice.org2-l10n-ug
exim4
select-xface
python2.3-pyvtk
libqsearch1-headers
libgmpada1-dbg
gnumeric1.0-doc
libgearman2
openoffice.org2-l10n-sr
openoffice.org2-l10n-rw
language-pack-gnome-tt-base
kdegames-mahjongg-data
linux-backports-modules-input-2.6.32-34-generic
linux-backports-modules-input-2.6.32-29-generic
vuurmuur-dbg
skytools-modules-8.4
rafkill
python2.6-mecab
mono-xsp
lsh-utils
php4-yaz
libnfo-doc
libmaven-dependency-plugin-java
libdatetime-event-sunrise-perl
gcursor
ftpd-ssl
deluge-torrent
crawl
cl-alexandria
librevolution-ruby
python2.3-twisted-web
python2.4-cheetah
openoffice.org2-l10n-tn
openoffice.org2-l10n-ss
openoffice.org2-thesaurus-da
cloud-utils
linux-backports-modules-wireless-2.6.32-24-preempt
nuauth-extra
libtaoframework-sdl-cil-dev
libpt-1.11.2-plugins-alsa
libpstreams-dev
liblingua-stem-snowball-da-perl
libjcalendar-java
libgdal-doc
stepulator.app
libghc6-bytestring-doc
emerald
edos-distcheck
courier-authmysql
openoffice.org2-l10n-ve
openoffice.org2-l10n-st
liblcms
libavahi-qt4-dev
language-pack-id-base
language-pack-hi-base
kdemultimedia-kio-plugins
linux-backports-modules-compat-wireless-2.6.39-2.6.32-41-preempt
linux-backports-modules-compat-wireless-2.6.39-2.6.32-36-preempt
linux-backports-modules-compat-wireless-3.3-2.6.32-45-generic
libmlt0.2.5
libart2-ruby
libagrep-ocaml-dev
leptonica-progs
gvr-lessons
python-multiprocessing
libemeraldengine0
libchamplain-gtk-0.4-0
bbtime
python-farsight
openoffice.org2-l10n-uk
openoffice.org2-thesaurus-ar
libstdc++6-4.0-doc
libproc-dev
libdom4j-java-doc
myspell-xh
kerneloops-daemon
libgnome-keyring1.0-cil
xjump
tcl-trf-dev
pike7.6-sdl
mew-beta-bin
libwaili1c102
libocsigen-ocaml
jaxe
callgit
cacti
libxul-dev
openoffice.org2-l10n-sv
openoffice.org2-thesaurus-bn
openoffice.org2-thesaurus-as
openjdk-6-dbg
libwibble-dev
beecrypt2-dev
linux-backports-modules-alsa-2.6.32-42-preempt
linux-backports-modules-alsa-2.6.32-37-preempt
watchdog
squid-deb-proxy
scim-anthy
python-utmp
python-sqlalchemy-doc
python-netaddr
python-usrp
python-cluster
pccts
libgpds-dev
libghc6-parsec-prof-3.0.1-d9529
libcal3d12-dev
libbeanstalkclient-ruby1.8
gnome-raw-thumbnailer
libcoinutils-dev
libacovea-5.1-5
openoffice.org2-l10n-tr
openoffice.org2-thesaurus-de
xlibmesa-dri
language-pack-si-base
kde4-style-qtcurve
curl-ssl
debconf
linux-backports-modules-wwan-lucid-generic
yc-el
ethereal
rainbow
python2.6-sss
libwww-mechanize-twiki-perl
libroot-ruby-dev
libhamlib-utils
libghc6-safe-doc
libcgi-application-plugins-perl
libasio-doc
infon-server
gambas2-gb-db
openoffice.org2-l10n-vi
openoffice.org2-l10n-ts
libkdeedu1
libungif-bin
evolution-data-server-common
git-core
debian-goodies
verbiste-gnome
plasma-widget-fancytasks
php-auth
openbmap-logger
libsvm-tools
libmono-cecil-flowanalysis-cil-dev
libcunit1-ncurses-dev
libcrypt-saltedhash-perl
libcreal-ocaml-dev
genpower
festvox-italp11k
safecat
dict-freedict-cro-eng
cl-pg
chiark-scripts
cairo-clock
language-pack-kde-id-base
language-pack-kde-hi-base
kmail-kde4
xfce4-wmdock-plugin
quaneko
nfdump-dbg
libvxl1.13
libumlib0-dev
libqtscript4-webkit
libgiigic1-dev
libf2c2
libhtml-tokeparser-simple-perl
libcarp-assert-more-perl
icecc-monitor
heroes-common
gravitation
gnubik
filelight
ezgo-tasks
dict-freedict-deu-por
debbugs
dbf2mysql
coinor-libclp-doc
libacpi0
data-dumper
openoffice.org2-thesaurus-br
libboost-thread1.37-dev
zeya
xserver-xorg-video-displaylink
ttyload
torrentflux
thewidgetfactory
tcpser
qc-usb-source
python-prioritized-methods
python-dmidecode
libsnmpkit-dev
libircclient1
libghc6-hsql-sqlite3-dev-1.7.1-5cb20
libaudio-mpd-common-perl
ksimus-datarecorder
mikmod
busybox-cvs
tidy-doc
texlive-lang-african
openoffice.org2-thesaurus-bs
linux-wlan-ng
libgda3-doc
libkdeedu4
wesnoth-1.8-sotbe
typo3-src-4.3
science-numericalcomputation
doc-rfc
python-pesto
pidgin-microblog
libopenvasnasl1
libidzebra-2.0-mod-alvis
libffi-ruby1.9.1
libkde4-ruby
postgresql-8.4-plr
libgnome-device-manager0
gcompris-dbg
libpdf-api2-perl
language-pack-kde-si-base
libxml-xql-perl
eucalyptus-sc
postgresql-contrib
linux-backports-modules-compat-wireless-2.6.36-2.6.32-44-generic
linux-backports-modules-compat-wireless-2.6.36-2.6.32-39-generic
ttf-linex
r-cran-urca
glimmerhmm
libopenvasnasl2
libopenscenegraph1c2
libhtml-wikiconverter-usemod-perl
libggi-target-terminfo
cairo-dock-plug-ins-data
php5-auth-pam
xfslibs-dev
telepathy-python
openoffice.org2-thesaurus-fa
gnome-games-data
linux-lts-backport-natty-headers-2.6
tryton-modules-account-be
pysolfc
mgm-doc
libsingular-dev
libpoconetssl9-dbg
liboping0-dev
libnet-epp-perl
libggi-target-vcsa
libfreehep-chartableconverter-plugin-java
libdspam7-drv-pgsql
irb1.9.1
inoticoming
ichthux-konqueror-shortcuts
libsamba-hostconfig0
libcipux-perl
autokey-common
distmp3
kig-kde4
firefox-flashblock
prolog-el
mumble-11x
libtinymail-gnomevfs-1.0-0
libpigment-dbg
liboop
libgst-ruby1.8-dbg
scim-qtimm
hdhomerun-config
edubuntu-menus
libphtools1-dev
dhcp-dns
protobuf-compiler
libproc-waitstat-perl
malaga-bin
linux-backports-modules-compat-wireless-2.6.37-2.6.32-33-preempt
linux-backports-modules-compat-wireless-2.6.37-2.6.32-28-preempt
linux-backports-modules-compat-wireless-3.1-2.6.32-42-generic
linux-backports-modules-compat-wireless-3.1-2.6.32-37-generic
python-pprocess
python2.6-pisa
libxsettings0-dbg
libnet-stomp-perl
libmm14
libgnustep-base1.11-dev
libkeynote0
ghc-prof
geeqie-dbg
fortunes-off
fontypython
trans-de-en
dictconv
libdbd-sqlite2-perl
thunderbird-locale-ta-lk
python2.4-cxx-dev
openoffice.org2-thesaurus-cs
libbsd0-dbg
gnome-control-center
xfonts-baekmuk
scalapack-mpi-test
python-hachoir-core
python-execnet
phamm-ldap-amavis
oxine
otf-ipaexfont-mincho
libvalhalla1-bin
libsurefire-java
mapnik-doc
libgetfem++-dbg
libzip-ocaml
blacs-mpich-dev
libaubio-dev
geoclue-manual
esvn-doc
openoffice.org2-l10n-xh
mono-2.0-runtime
amd64-libs-dev
librpcsecgss3
man-db
xfonts-cronyx-cp1251-misc
sword-dict
metastore
libtsmux-dev
libtest-mockclass-perl
libpt2.3-beta1
libmusicbrainz3-6
libmemchan-tcl
libghc6-parsec3-doc
libcharva1-java
libalberta2-dev
extremetuxracer
python-pydolfin0
libspreadsheet-parseexcel-perl
acheck-rules-fr
9mount
python2.6-svn
openoffice.org2-thesaurus-ga
liblaunchpad-integration0
amavisd-new
linux-image-2.6.32-44-generic
linux-image-2.6.32-39-generic
libwww-topica-perl
libvtkgdcm-tools
libmpich-mpd1.0
libgoffice-0.8-dev
libluminate7
gnat-4.0
doc-linux-ja-text
gazpacho
python2.1-xapian
openoffice.org2-thesaurus-el
python-apport
liblaunchpad-integration1
yydecode
xprt
sbrsh
rungetty
libjazzy-java
libauthen-simple-smb-perl
lam4-dev
grokevt
gnumeric1.0-gda
gnat-4.1
pristine-tar
wanna-build
boostpythongenerator-dbg
alsaplayer
fvwm95
python-papyon
openoffice.org2-l10n-uz
libqyoto4.4-cil
libavahi-core-dev
gstreamer0.10-plugins-really-bad
libgtksourceview2.0-0
di-packages-build
libstreams0
xmahjongg
r-cran-mcmcpack
python-twyt
python-pydot
udmsearch-mysql
libjson-ruby-doc
libhtml-display-perl
libgnome2-ruby1.8-dbg
latex209-bin
kimagemapeditor-kde3
pmount
hol88-library-source
libgwyddion2-0
libgraphicsmagick++1-dev
gnome-dvb-client
gnat-4.2
xen-linux-system-2.6.26-2-xen-686
batman-adv-dkms
python2.4-imaging
python-qt4-dbus
openoffice.org2-thesaurus-fi
libid3tag0
gstreamer0.10-tools
slang-slirp
sks-ecc-doc
python2.3-bluez
xfce4-utils
libpano12
libnfnetlink-dev
libwfmath-0.3-dev
libbio-mage-perl
gnat-4.3
xsel
dhcp3-relay
courier-faxmail
openoffice.org2-thesaurus-eo
hunspell-dictionary-en-gb
openoffice.org2-thesaurus-cy
linux-image-server
libxklavier7
libxapian15-dbg
libneon27-gnutls-dbg
totem-gstreamer
libpcre3-dev
python-pexpect
install-info
ofono
lilypond1.3
libsdl-gfx1.2
libposixlock-ruby1.8
gradm2
s3dfm
gnat-4.4
molly-guard
libxklavier8
libcommons-codec-java
libfontconfig1
linux-backports-modules-compat-wireless-2.6.34-2.6.32-41-generic
linux-backports-modules-compat-wireless-2.6.34-2.6.32-36-generic
wims-common
virt-what
tryton-modules-account-de
wmanager
s3cmd
octave3.2-info
museekd
magit
locale-config-skolelinux
libperl4caml-ocaml-lfeq1
libframeworkd-glib0-dbg
kraptor-data
hpcc
gsmc
cournol
libcompizconfig-backend-kconfig
openoffice.org-l10n-hi-in
libxcb-screensaver0
libifp-dev
libcouchdb-glib-dev
libboost-signals1.38-dev
libavahi-compat-libdnssd1
irda-tools
hdparm-dbg
ca-certificates-java
debconf-2.0
ttf-ecolier-lignes-court
spl-sdl
slides-doc
python-xdgapp
python-hyphen
libvalhalla1-dbg
libsoil1
libsub-exporter-formethods-perl
libopensc-dev
libmodule-pluggable-ordered-perl
liblingua-en-numbers-ordinate-perl
libhd14-doc
libhaml-ruby1.8
libclalsadrv-dev
grpn
gpe-go
texlive-lang-arab
libxcb-res0
libraptor0
libpod-coverage-perl
libbeagle-dev
libasprintf0c2
libqt4-webkit
pike7.6-bzip2
libmaven2-core-java-doc
libibverbs-dev
libgv-perl
libghc6-http-prof
libghc6-hdbc-missingh-dev
phalanx
zftp
batmand-gateway-modules
openoffice.org2-thesaurus-es
libraptor1
libio-multiplex-perl
python2.6-pycurl
crm114
gnupg-curl
html2text
linux-backports-modules-compat-wireless-2.6.35-2.6.32-30-preempt
linux-backports-modules-compat-wireless-2.6.35-2.6.32-25-preempt
yasnippet
screenbin
python-shapely
python-setupdocs
python2.3-openal
mono-xsp-base
libisofs-dbg
libghc6-uulib-prof-0.9.10-c05d0
libgeometry-primitive-perl
libextlib-ruby1.9.1
libclass-c3-componentised-perl
libcitadel-dev
libchamplain-0.4-dbg
jp2a
sword-text-kjv
ttf-mscorefonts-installer
mythbuntu-live-autostart
chiark-cprogs
openoffice.org2-thesaurus-he
openoffice.org2-thesaurus-et
mozilla-browser
cpp-4.4-doc
gsn-jigsaw
vdr-plugin-femon
rest2web
plasmoid-tvprogramme
pathogen
libmimedir-dev
libghc6-hgl-doc
libdbus-ocaml-dev
libscope-upper-perl
jpilot-syncmal
fvwmtabs
fp-compiler
eggcups
sendfile
sysv-rc-conf
openoffice.org2-thesaurus-eu
openoffice.org2-thesaurus-dz
libjaxme-java-doc
myspell-zu
language-pack-nan
erlang-src
python-yaml
wicd-client
t1-thai-arundina
python-lazr.enum
openswan-modules-source
libsox-fmt-ffmpeg
librlog-dev
libsmokeplasma3
libnet-jabber-loudmouth-perl
libgnokii3-dev
libaudio-wma-perl
libtext-wikicreole-perl
gracie
libstroke0
ekeyd-uds
rsyslog-pgsql
python2.6-uno
openoffice.org2-thesaurus-gl
libqt3
libgphoto2port
xsitecopy
python2.6-syfi0
pfstools-dbg
mffm-fftw1c2
libxmmsclient++-glib-dev
libvdeplug2-dev
libtk-img-dev
libpango1-ruby
libghc6-ifelse-prof
jeex
xset
openoffice.org2-thesaurus-fr
likewise-open5-lsass
libcurl-ssl-dev
readline-editor
evolution-data-server
couchdb
linux-headers-lbm-2.6.32-23-server
linux-backports-modules-compat-wireless-2.6.35-2.6.32-41-server
linux-backports-modules-compat-wireless-2.6.35-2.6.32-36-server
zope-cookiecrumbler
ttf-tuffy
python-zope.proxy
python-elisa
libxbsql-dev
wnn6-dev
libhtml-element-extended-perl
libdvd-dev
libadasockets-dev
slice2freezej
usrp-doc
libghc6-rts-dev
gsgstreamer0.10-alsa
fceu-svga
timidity
python2.4-setuptools
debdelta
openoffice.org2-thesaurus-id
gstreamer0.10-audiosource
libggzcore9
xine-dbg
libpreludedb-dev
libogginfo-ruby1.8
libspoon-perl
libgmpada1-dev
harden-development
gnunet-gtk-dbg
geany-plugin-vc
createfp
cl-rt
libpam-krb5
libtest-command-perl
lfhex
xpvm
libopencore-amrnb0
openoffice.org2-thesaurus-ja
libqalculate4
libgucharmap4-dev
libcdio-cdda0
libepub0
imagemagick
yarssr
udmsearch-dev
libjlayer-java-doc
libgempc410
gprbuild-doc
fvwm
festvox-italp16k
xload
texlive-latex-extra-doc
libmilter-dev
libmagickcore-dev
linux-headers-2.6.32-347-ec2
roundcube-core
python-sympy
python-parted-dbg
pdmenu
picon-domains
libxine1-all-plugins
libhtml-wikiconverter-perl
libhdf4-dev
libconfigfile-perl
libcommons-digester-java-doc
idle3
gnomesword
gcl-doc
libtorrent-rasterbar5
libglobus-gsi-callback0
freetds0
poxml-kde4
libwmf0-dev
libhtml-tagset-perl
libplasma-dev
libcommons-lang-java
spring-maps-kernelpanic
php-html-safe
libxml-handler-printevents-perl
libxml++1.0c2
wdg-htmlvalidator
libgv-php5
libdsocksd0
ftp-server
python-psycopg2
cowdancer
libdl-ruby
kernel-wedge
tcl-trf-doc
sucrose-0.88
python-django-formfieldset
outdoors-theme
libimage-metadata-jpeg-perl
libdata-pageset-perl
klash
fuzz
cl-launch
libstdc++2.8-dev
libstrscan-ruby1.8
lib32z1
autoconf2.13
radeontool
linux-headers-3.0.0-32-generic-pae
linux-headers-2.6.32-22-server
topal
ser-osp-module
rubrica
python2.6-pyexiv2
php-benchmark
obextool
udmsearch
libigstk3-dev
vlc-data
librsync-dbg
libpmi21-dev
libghc6-stream-prof
libace-tmcast-5.6.3
gridengine-client
gnumeric1.0-python
galago-daemon
freecell-solver-bin
erlang-ssh
libcoinutils-doc
openoffice.org2-thesaurus-ka
openoffice.org2-thesaurus-gu
liblogkit-java
grub
openssl
spacearyarya
python-galago-gtk-dev
python2.6-dballe
pwrkap
mythtv-theme-mythbuntu
live-helper
libtangram-perl
libdvbpsi2-dev
gtweakui
erlang-percept
xfonts-intl-chinese-big
libmdc2
navigator-smotif-477
python2.6-egenix-mxuid
libzephyr4
libhamcrest-java
gnome-user-guide
devicekit-power-doc
supybot
streamtuner
openjpeg-tools
libxmlrpc3-common-java-gcj
libvarconf-1.0-dev
socks4-clients
libpasswd-unix-perl
libinotify-ocaml-2i363
libfile-chdir-perl
libcgi-application-plugin-dbh-perl
libalogg1
kcometen4
xblast-tnt-musics
rwalld
easydiff.app
cwdaemon
caca-utils
xserver-xorg-video-sisusb
xaw3dg
pulseaudio-module-jack-dbg
openoffice.org2-l10n-zu
openoffice.org2-thesaurus-hr
language-pack-gnome-tr-base
insight
java5-sdk
xrootconsole
shutter
python-jaxml
plasma-widget-flickr
moblin-panel-media
libsinatra-ruby1.9.1
libpuzzle-bin
libmoosex-compiletime-traits-perl
libghc6-hdbc-sqlite3-prof
libmmdb0
libtext-simpletable-perl
gpsdrive-data
genius
gap-pkg-tomlib
libdsdp-5.8gf
dlint
debian-zh-faq-s
python-egenix-mxuid
liferea-data
liboil-dev
firefox-3.5-gnome-support
docbook-defguide
computer-janitor
linux-headers-2.6.32-33-generic
linux-headers-2.6.32-28-generic
yodl
r-cran-codetools
mmass-doc
melting
libupse-dev
libregexp-common-time-perl
libapache-session-wrapper-perl
liblucene2-java
libopengl-perl
debian-zh-faq-t
ddd-dmotif
python-yaml-dbg
linux-ec2-source-2.6
libqt3-helper
language-pack-gl-base
konq-plugins-l10n
erlang-ssl
grep-dctrl
libpango1.0-0
wmmoonclock
rep-gtk-gnome
r-gnome
parrot-devel
python-pyepl
libsqlite3-ocaml
libphone-utils0-dbg
lwresd
libghc6-haskell-src-dev
xpenguins
haskell-convertible-doc
fhist-doc
chromium-browser-inspector
blacs-pvm
bash-builtins
python2.3-dnspython
openoffice.org2-thesaurus-hu
libevdocument-dev
iputils-ping
xemacs-widget
quicksynergy
xmms2-plugin-mad
libshhmsg1-dev
libnbtk-dev
libmaven-verifier-java
libgraphics-primitive-perl
libgempc430
libev-dev
libcry-ocaml-dev
libatlas-cpp-0.6-0-dev
libgnome-pilot0-dev
dict-elements
cyrus22-murder
castle-combat-data
xserver-xorg-video-riva128
proxymngr
python2.4-tk
libgraphite3
exiv2
libgl-dev
libaprutil1-dbd-freetds
sisu-pdf
openvas-plugins
openclipart-png
log-analysis
libmath-randomorg-perl
libgnuradio-qtgui-dev
libcomplearn1-dbg
libcegui-mk2-dev
libbft-dev
gstreamer0.10-plugins-ugly-multiverse
linuxdoc-tools-latex
libsqlite3-0-dbg
libapt-pkg-perl
rsyslog
cpp-4.1
java6-runtime-headless
linux-headers-lbm-2.6.32-44-server
linux-headers-lbm-2.6.32-39-server
abrowser-gears
systemconfigurator
python-elisp
php-html-common
murmur
genetrack
libnet-google-code-perl
libcolor-scheme-perl
libcollectdclient-dev
lazygal
ilisp-doc
libboolstuff-0.1-0
apcupsd-cgi
ndisgtk
iportuguese
xtide-coastline
smoke-dev-tools
python-repoze.what-plugins
python2.3-opencv
plasma-widget-smooth-tasks
liguidsoap
libpdf-writer-ruby-doc
libgetfem++-dev
libdata-treedumper-renderer-dhtml-perl
kadu
cpp-4.3
claws-mail-synce-plugin
xtel
openoffice.org2-thesaurus-it
librrd-ruby1.8
libpathtools-perl
libcommons-jxpath-java-doc
lib32readline5
language-pack-kde-gl-base
junit4-doc
libsm6
linux-backports-modules-compat-wireless-2.6.38-2.6.32-45-preempt
pyicqt
pychecker
procinfo-ng
monodevelop-debugger-mdb
xmpi-dev
libxml-atom-perl
snmp-mibs-downloader
libraul3
libflint-1.011
libflexmock-ruby1.8
liberis-1.3-15-dbg
libceguiogrerenderer-1.4.6-dbg
libaubio-doc
globus-common-progs
libgeda20
gpointing-device-settings
python2.6-ubuntuone-client
monodoc-manual
lib32readline6
language-pack-nds
libgvfscommon0
cpp-4.4
busybox-initramfs
tk8.5-dev
wajig
linux-backports-modules-input-2.6.32-32-preempt
visualboyadvance-gtk
prism-twitter
libxar1-dev
libdb4.6-dbg
xplanet-images
icee-slice
libgtksourceviewmm-2.0-2
evarista
asis-doc
libtest-object-perl
libksieve4-kde4
libhesiod-dev
libsilgraphite-dev
zile
proftpd-mod-pgsql
libmecab1
libghc6-hscolour-prof-1.16-bc4c1
libcontactsdb-dev
libcgi-application-plugin-session-perl
komparator
grun
dante-client
claws-mail-attach-warner
fglrx-amdcccle
php5-mysql
openoffice.org2-thesaurus-km
libgnomepanel2.24-cil-dev
libmusicbrainz4c2a
linux-backports-modules-compat-wireless-3.3-2.6.32-43-preempt
linux-image-2.6.35-32-generic
spring-dbg
python2.3-xlib
libpacket-ruby1.9.1
libglobus-rsl-dev
libgenome-1.3-dev
libcgicc1-dev
xlock
libghc6-ghc-prim-dev-0.2.0.0-9d35c
gav-themes
epiphany-data
libmodule-depends-perl
cl-mcclim
bibletime
xscreensaver-nognome
remembrance-agent
openoffice.org2-thesaurus-kn
libmono-i18n-west1.0-cil
libxft-dev
grub-efi
slrnface
plasma-widget-makestatus
movabletype-plugin-core
licq-plugin-forwarder
libntrack-qt4-1
libsendmail-milter-perl
latex-hangul-ucs
imapcopy
nethack
gir1.0-gnomekeyring-2.0
libmojito-client1
php-mdb2-driver-sqlite
openoffice.org2-thesaurus-ko
openoffice.org-help-be-by
linux-backports-modules-alsa-lucid-generic
libtiff3g-dev
libneon27-gnutls-dev
gsl-doc-info
libpgtypes3
indent
python-wnck
iczech
bzr-svn
linux-headers-2.6.32-43-server
linux-headers-2.6.32-38-server
linux-image-2.6.32-35-server
linux-image-2.6.32-40-server
yorick-curses
tryton-modules-purchase-invoice-line-standalone
python2.5-sigmask
openoffice.org-ogltrans
mrtgutils
tinyheb
libterm-readline-zoid-perl
python-pythoncard
junior-games-sim
gimp-plugin-registry
libaiksaurusgtk-bin
eggdrop-data
cabber
acheck
libvoikko1
mount
xpdf-hebrew
synfig-examples
ser-mysql-module
python2.6-pyisomd5sum
python2.5-forgethtml
pmailq
planner-dev
php-cache-lite
oss4-gtk
octave-graceplot
libstdc++6-4.3-pic
libroboradio0
libggi-samples
libdbix-searchbuilder-perl
libdansguardian-perl
libktoblzcheck1-dev
gtkpod-data
ftp-proxy-doc
buildd
xprt-xprintorg
openoffice.org2-thesaurus-nb
ldap-auth-client
ttf-kannada-fonts
libpulse0
linux-backports-modules-input-2.6.32-45-server
zendframework-bin
wesnoth-sof
sbackup
python2.6-pivy
minbar
liblablgtksourceview-ocaml-dev
libgui-commands-java-doc
libglrr-gobject0
libdb4.2-tcl
libbarby-ruby-doc
festival-voice
brazilian-conjugate
texlive-pictures
python-geoip-dbg
libxvmc-dev
qt-x11-free-dbg
libx11-dev
resolvconf
linux-backports-modules-wwan-2.6.32-34-generic
linux-backports-modules-wwan-2.6.32-29-generic
linux-backports-modules-compat-wireless-2.6.37-2.6.32-31-server
linux-backports-modules-compat-wireless-2.6.37-2.6.32-26-server
python2.3-aubio
prism-google-talk
suikyo-elisp
libgeda33
gperf-ace
giftrans
libgtkhex0
ffmpeg2theora
ubiquity-slideshow-kubuntu
scons
brasero
librpc-xml-perl
sawfish-themer
python2.5-pychart
micro-inetd
liborigin-dev
libkml0
libisofs-dev
libcneartree3
libchamplain-0.4-dev
libbiblio-endnotestyle-perl
libapache2-mod-layout
klear
libgeda29
openoffice.org2-thesaurus-ne
libsp1
libnetaddr-ip-perl
language-pack-mnc
sawfish-themes
python2.6-webut
python-tcpwrap
python-fltk
libtntnet8
libosip2-dev
gtml
quarry
gamine-data
libdtdinst-java
python2.3-pam
kde-printer-applet
openoffice.org2-thesaurus-mk
openoffice.org2-thesaurus-ku
linux-headers-lbm-2.6
cdebconf-dev
kopete
console-utilities
liboil0.3
python-kerberos
linux-backports-modules-compat-wireless-2.6.36-2.6.32-42-preempt
linux-backports-modules-compat-wireless-2.6.36-2.6.32-37-preempt
wmmemmon
totem-plugins-extra
python2.6-wit
pidgin-otr
libpgtcl-dev
libmini18n0-dbg
libudns0
gufw
openoffice.org2-thesaurus-ml
malaga-mode
linux-backports-modules-compat-wireless-3.0.0-2.6.32-41-generic
linux-backports-modules-compat-wireless-3.0.0-2.6.32-36-generic
zine
python-nipy-doc
proftpd-mod-ldap
pdns-backend-pgsql
openttd
libequeue-ocaml
libdkim0d-dbg
lashwrap
gpaco
cpphs
cl-ppcre
abicheck
texlive-base-bin-doc
python-plistlib
openoffice.org2-thesaurus-oc
libmhash2
libmagick++9-dev
libdrm-intel1-dbg
kdelibs5-data
crystalspace-dev
unicon-im
scmxx
xfce4-session
plasma-widget-googlecalendar
libwncksync
libtk-img-doc
libmp3splt-mp3
libdcmtk0c2
libomniorb4-1
gnuplot-mode
libghc6-directory-prof-1.0.1.0-d465e
libgeda38
gddccontrol
festlex-poslex
liblrdf0
ubuntu-quickguide
espresso-casper
openoffice.org2-thesaurus-mn
libcairo2-directfb
libwpg-0.1-1
libgc1c2
linux-backports-modules-compat-wireless-3.1-2.6.32-40-preempt
linux-backports-modules-wireless-3.1-lucid-server
picons
vdk-doc
pdns-backend-ldap
opensyncutils
octave3.0-info
libprawn-ruby-common
libplot2
libopenalpp-cvs1
liboping-dev
libmcal
icewm-gnome
gnunet-gtk-dev
libghc6-rts-doc
dvbstream
libalgorithm-munkres-perl
atlc-examples
anjal-dbg
libaiksaurus-1.2-0c2a
openoffice.org2-thesaurus-lt
libicu-dev
ttf-wqy-zenhei
kdebase-runtime
xrsh
intlfonts-japanese
sugar-presence-service-0.84
yorick
octave3.1-headers
msatfinder
libxfce4util4-dbg
libsynce0-dev
libghemical-dev
libcurses-ocaml-dev
atlas3-test
imaptool
galternatives
emdebian-tdeb
autoconf2.64
quassel-data
euca2ools
autoconf2.59
linux-backports-modules-alsa-2.6.32-36-server
linux-backports-modules-alsa-2.6.32-41-server
xlibmesa-glu
solid-pop3d
ntfs-config
libplib-dev
libmaven-archiver-java
libcal3d-dev
l7-filter-userspace
igaelic
libheimntlm0-heimdal
xautolock
gradio
pilot-link-python
openoffice.org2-thesaurus-nl
openoffice.org2-thesaurus-lv
libopts9
linux-image-2.6.32-42-preempt
linux-image-2.6.32-37-preempt
sugar-presence-service-0.86
zhpy
pod2pdf
monodevelop-java
linux-wlan-ng-source
libjifty-plugin-authzldap-perl
libocamlnet-ocaml-dev-zp8x5
libcolorblind-dev
gtkparasite
gnuhtml2latex
freedink-data
foundry
libdigest-md5-file-perl
debtree
openssl-doc
openoffice.org2-thesaurus-mr
fdutils
libpty-ruby
grub-doc
exim4-base
python-clutter-dbg
libvc0
libsqlxx2.3c102
libnarray-ruby1.9.1-dbg
libhdf4-doc
libghc6-network-prof-2.2.1.7-0252e
libapron-ocaml-dev
idecrypt
libfsotransport0
dspam-webfrontend
openoffice.org2-thesaurus-nn
libatlas-sse-dev
libboost-dbg
konqueror-plugin-crashes
doxygen-docs
ipolish
bogofilter-db
thunderbird-bugmail
ttf-misaki
orocos-kdl
python2.5-pyrss2gen
sugar-presence-service-0.88
oinkmaster
nictools-nopci
mail-expire
libxmpi4-dev
libmail-cclient-perl
libghc6-src-exts-prof
libcgi-java
libbiojava-java-doc
guile-doc
global
dmenu
ocaml-zoggy
debtorrent
openoffice.org-thesaurus
openjdk-6-doc
libcman3
amarok-dbg
libqtscript4-uitools
sound-icons
sbcl-fasl-loader-77
pgloader
pasco
netemul
libtexttools1-dev
libsvncpp0c2
librsync-dev
libnsgif0
libmyth-0.23-0
libmed1
libnetbeans-cvsclient-java
kdelibs
kanjipad
libghc6-cpphs-dev
gtkorphan
geotiff-bin
libequinox-osgi-java
darkstat
python-flup
python-all-dbg
libgnome-pilot-dev
scim-chewing
groovy
ifaroese
libcurl3-gnutls
python-musicbrainz2-doc
liblua5.1-socket-dev
libjdic-bin
libjavascript-beautifier-perl
libhocr-dev
libplplot5
libconfigreader-simple-perl
gtk-led-askpass
gstm
fossology-common
fatrat-czshare
debsums
kwrite-kde4
linux-backports-modules-compat-wireless-2.6.34-2.6.32-34-preempt
linux-backports-modules-compat-wireless-2.6.34-2.6.32-29-preempt
python-zinnia
pterm
libpcapnav0
libmarc-xml-perl
libgsf-gnome-1
libframeworkd-glib-dev
libdigest-whirlpool-perl
libcos4-dev
eggdrop
openoffice.org2-thesaurus-om
openoffice.org2-thesaurus-nr
liblist-moreutils-perl
libc3p0-java
linux-headers-lbm-2.6.32-34-generic
linux-headers-lbm-2.6.32-29-generic
yaz-illclient
conkeror-adblock-plus
xsok
xmms2-plugin-mp4
stone
patchage
libppix-editortools-perl
libhttpclient-ruby
libhtml-wikiconverter-markdown-perl
libui0
homebank
openoffice.org2-thesaurus-ns
openoffice.org-style-crystal
libart2.24-cil
wesnoth-1.8-dm
python-wxgtk2.8-dbg
octave3.2-emacsen
nload
nfswatch
libtelepathy-qt4-farsight0
libmecab-java
xsol
gle-graphics
dtc-postfix-dovecot
qpopper-drac
libtar
ndiswrapper-utils-1.9
libsnmp9-dev
libkdb5-4
libblas-3gf.so
umich-ldap-utils
language-pack-gnome-aa-base
hal-info
cups-pdf
libdigest-md5-perl
wmii2-doc
wesnoth-1.8-ei
ubuntustudio-font-meta
tcpspy
remctl-server
r-cran-diagnosismed
pftools
libpod-sax-perl
libmpdclient-dev
libtest-base-perl
libgtkimageview0-dev
libfilehandle-fmode-perl
libcrypt-gcrypt-perl
libchef-ruby1.8
libbjack-ocaml
libapq-common-dev
lemon
kiten
junior-art
libplplot9
fso-frameworkd
binutils-static
libqt3-mt-dbg
okular-dev-kde4
libswt-gtk-3.5-java-gcj
kdepim-wizards
libobjc2
gnome2-user-guide
libss2
unoconv
r-base-html
libwbxml2-0
libruby1.8-extras
libqt3c102-mt-psql
libpoldiff1
libpam-rsa
libgrib-api-0d-0
libghc6-haskell-src-doc
gromacs
gpar2
geoclue-hostip
fp-units-fcl
fenix-plugin-mpeg
xmind
openoffice.org2-thesaurus-pl
okteta
xfonts-terminus-dos
ndoutils-nagios2-mysql
minirok
luckybackup-data
libstatistics-basic-perl
libnbtk-doc
libgii0-target-x
kali
ipython-common
sylpheed-claws-gtk2-attach-remover
libpri1.4
xlogo
openoffice.org2-thesaurus-or
python-4suite
libparted-dbg
libqt3-mt
language-pack-gnome-la-base
language-pack-gnome-hu-base
equivs
xtlf
tachyon
phpgroupware-felamimail
libtwitter-glib-1.0-0
liblog4r-ruby
libceguiogre14
libcegui-mk2-doc
libavl-dev
fyre
enigmail
libtest-differences-perl
libapache2-mod-perl2-dev
lib32stdc++6
dh-di
compiz
webcam
python2.6-cherrypy
pykaraoke
pwdhash
libtcl-chiark-1
libst1
libustr-1.0-1
liborange0
libmini18n-dev
libgui-commands-java-gcj
inventor-demo
pyftpd
gnarwl
montecarlo-data
edgy-community-wallpapers
barry-util
abcmidi-yaps
python2.6-rrdtool
python-libvirt
miscfiles
libxdamage1
wdg-html-reference
libgtksourceview1-ruby1.8
libhwloc-dev
event-execflow-perl
libtie-toobject-perl
kbib
fossology-scheduler-single
aacgain
cl-reversi
cl-lw-compat
libclass-data-inheritable-perl
language-pack-gnome-wa-base
language-pack-gnome-uk-base
iconc
linux-backports-modules-wireless-2.6.32-45-preempt
linux-image-3.0.0-13-virtual
libwine-nas
libroot-mlp5.18
libpuzzle-dev
libpostscript-simple-perl
grml-shlib
gpc-4.1-doc
codelite-plugins-subversion
asterisk-config
tk8.5-doc
libmono-bytefx0.7.6.2-cil
libdb4.6-dev
libclass-accessor-perl
linux-image-2.6.32-350-ec2
linux-image-2.6.32-345-ec2
ttf-gfs-complutum
python-aspects
libpt2.3-beta1-dbg
libpngwriter0c2
libjava3d-jni
libcsoap1
libcolor-calc-perl
libace-htbp-5.6.3
gss-man
ezgo-imaging
extremetuxracer-dbg
ditrack
dicomscope
libprelude2
allegro-examples
9mount-dbg
openoffice.org-l10n-pt-br
floppyd
x11proto-composite-dev
libtiff-tools
libgdbm1-dev
language-pack-pap
language-pack-he-base
language-pack-fo-base
language-pack-et-base
popularity-contest
gvfs
willowng
r-cran-farma
likewise-open5-gui
libscim-dev
libp2kmoto0
libopensaf-dev
libnet-rendezvous-publish-backend-avahi-perl
libfacets-ruby-doc
libdlisp-dev
libdevel-lexalias-perl
libchart-gnuplot-perl
php5-mcal
gqview
device3dfx-source
chora2
libvamp-hostsdk3
xlsatoms
texlive-lang-arabic
libxinerama1-dbg
libxen3.0-dev
qt4-dev-tools
linux-libc-dev
apport-cli
ttf-sil-andika
osmarender
libxerces25-dev
libsynopsis0.12-dev
libprotobuf-c0
libflexdock-java-demo
libmixlib-cli-ruby
hsolink
libcv-dev
gnome-do-docklets
coinor-libipopt0-dbg
cl-puri
sl-modem-modules
puppet-el
openoffice.org2-thesaurus-pt
openoffice.org-l10n-mr-in
libgnutls-dev
kappfinder
ubuntuone-client-gnome
dictionaries-common
linux-image-2.6.38-15-generic
linux-backports-modules-wwan-2.6.32-31-server
linux-backports-modules-wwan-2.6.32-26-server
linux-backports-modules-wireless-2.6.32-30-server
linux-backports-modules-wireless-2.6.32-25-server
z88-doc
survex
pike7.6-odbc
minbif
molekel
libvideo-frequencies-perl
libpdf-writer-ruby1.8
libpam-afs-session
libgnatprj4.4-dbg
libastro-fits-header-perl
gkrellm-volume2
empty-expect
python3-bsddb
openoffice.org2-thesaurus-ta
language-pack-se-base
language-pack-pt-base
liblsofui4
libdesktopcouch-glib-1.0-2
libcommons-collections3-java
dmraid
wcalc
vstream-client
rakarrack
python2.6-biopython-sql
parprouted
libxqilla-dev
libgnuradio-usrp2-0
libfile-type-perl
ssltelnet
gmerlin
erlang-esdl-dev
bochs-doc
openoffice.org-common
malaga-doc
libxrender1-dbg
libintl-perl
libc-ares-dev
xwatch
python-parted
python-event-dbg
pcb-common
libqglviewer2
libpt-1.10.10-develop
ko.tex-bin
getmail4
acl-installer
cipux-task-tools
ltrace
libpam-keyring
language-pack-kde-he-base
language-pack-kde-fo-base
language-pack-kde-et-base
yahoo2mbox
sword-comm
python-van.testing
libphysfs-dev
libitext-java
libghc6-uniplate-prof-1.3-fd215
libstring-random-perl
libcpan-checksums-perl
libclass-dbi-loader-relationship-perl
libaugeas-ruby
gtk2-engines-moblin
dtc-stats-daemon
dbmail-mysql
python-gdata
openoffice.org2-thesaurus-si
patch
r-cran-sandwich
python-gdchart2-doc
r-cran-haplo.stats
libvisca-dev
libmumps-dev
libdevel-gdb-perl
libcgi-simple-perl
python2.3-ipython
xdelta3
dalston
cernlib-core-dev
banshee-extension-magnatune
fglrx-control
python-pyicu
openoffice.org2-thesaurus-te
openoffice.org2-thesaurus-ro
libcommons-logging-java-doc
hplip-ppds
linux-headers-2.6.32-31-preempt
linux-headers-2.6.32-26-preempt
tripod
playmp3list
pgdocs-ps-a4
libmoosex-yaml-perl
libmimedir0
liblunar-1-0-dbg
libisofs-doc
libghc6-tagsoup-prof-0.6-a3836
libdbd-mysql-ruby1.9.1
libmoose-perl
libgstreamer0.10-ruby1.8
openoffice.org2-thesaurus-sk
libservlet2.4-java-doc
librelp-dev
fftw3-dev
language-pack-kde-se-base
language-pack-kde-pt-base
libsqlite3-gst
linux-image-generic-lts-backport-oneiric
sysinfo
pdns-recursor
libggadget-1.0-0
gnustep-back0.16-alt
libghc6-cabal-dev
ezgo-games
ayttm
gvim
php5-dbg
openoffice.org2-thesaurus-tg
openoffice.org2-thesaurus-sl
lsb-graphics
gnome-panel
yaws-mail
wx2.8-i18n
fftw2-single
python2.5-lightblue
nifti-bin
recombine
libsignatures-perl
ode-dev
libimdb-film-perl
libnanohttp1
kst-bin
gnomad2
gforth-common
html-helper-mode
openoffice.org2-thesaurus-th
kdebase-apps
manpages-dev
linux-headers-2.6.38-12-virtual
qpsmtpd
python2.5-sasync
python-qtext
pike7.6-svg
php5-memcache
libxnee-dbg
libpolyml1
libpar2-0-dev
libcojets2-gfortran
libaiksaurusgtk-dev
gpe-su
gnometab
crystalspace-doc
gambas2-gb-qt
chicken
libimage-size-ruby
php5-cgi
libsdl1.0-dev
libbtf1.1.0
hpoj
kdelibs-data
sopwith
orbfit
pflogsumm
phylowin
libtaoframework-openal1.1-cil
libnet-ifconfig-wrapper-perl
libmei0
libbeansbinding-java
libacme-damn-perl
kwin-style-crystal
hildon-control-panel-l10n-engb
callweaver
imp4
xvfb
python2.6-egenix-mxurl
slang-pic
libevas-svn-05-engine-gl-x11
kdebase-data
mktemp
mono-devel
xfce4-clipman
ttf-adf-berenis
python-lazr.restful
python2.6-awn-extras
python-at-spi-dbg
netams-web
mediawiki1.9-math
libzookeeper-dev
ml-nlffigen
libhttp-dav-perl
kplato
interchange-cat-standard
gkdebconf
libmcs1
pbuilder
openoffice.org2-thesaurus-ru
libwvstreams4.6-base
libgeoip-dev
capplets-data
mailx
scowl
python-biopython-sql
libsnmp-python
argtable2
conglomerate
xserver-xorg-driver-voodoo
xkbcomp
python-egenix-mxurl
openoffice.org2-thesaurus-ug
libmail-spf-perl
libgnome-window-settings-dev
kde-l10n-zhcn
samba-common-bin
linux-image-virtual-lts-backport-oneiric
yorick-gl
soap4r
python-qwt5-qt3
openuniverse-common
libplib-doc
libjtidy-java-doc
libglrr-gobject-dev
libcal3d-doc
haskell-src-exts-doc
stops
addressmanager
openoffice.org2-thesaurus-sr
openoffice.org2-thesaurus-rw
libgutenprintui2-1
ttf-arphic-ukai
icont
libgnome-menu2
swaks
linux-backports-modules-compat-wireless-2.6.39-2.6.32-42-server
linux-backports-modules-compat-wireless-2.6.39-2.6.32-37-server
spikeproxy
python2.4-templayer
python-clutter-dev
overgod
bioclipse
libuim-dev
libsx0
libssm-dev
libsp-gxmlcpp-dev
libgnome-device-manager-dev
libghc6-gstreamer-prof
libladr4
gnudoq
python-qwt5-qt4
wzip
bottlerocket
openoffice.org2-thesaurus-tn
openoffice.org2-thesaurus-ss
libts0
libgnomeui-0-dbg
libboost-dev
gimp-gutenprint
host
linux-backports-modules-alsa-2.6.32-31-generic
linux-backports-modules-alsa-2.6.32-26-generic
xmhtml1-dev
ulog-acctd
wxpython2.4-1
plasma-widget-toggle-compositing
libopenjpeg2-dbg
libqwtplot3d-qt4-dev
libcwiimote-0.4
jacal
libauthen-passphrase-perl
eclipse-platform
e16keyedit
iconv
ganyremote
libzoom-ruby
python-metacity
python2.5-gd
openoffice.org2-thesaurus-ve
openoffice.org2-thesaurus-st
libstdc++5-3.3-dbg
linux-backports-modules-wireless-2.6.32-46-server
swaml
procserv
trang
liblocale-us-perl
libgpelaunch0-dbg
kdbg
libhugs-fgl
gambas2-gb-vb
ember-media
diakonos
libcelt0-0
bogofilter-sqlite
libabiword-2.8
python-all-dev
openoffice.org2-thesaurus-uk
grub-emu
libgnome-desktop-dev
xfntil2-nonfree
scsh-install-lib
ruby1.9.1-full
rageircd
mailfilter
libxml-nodefilter-perl
libmodule-cpants-analyse-perl
libghc6-cpphs-doc
fullquottel
trousers-dbg
openoffice.org2-thesaurus-sv
libecpg3-dev
libdirectfb-extra-dbg
arping
iconx
libgcj-common
ubuntu-private-fonts
srf-doc
python-galago
publican
libzita-convolver-dev
scalapack1-mpich
libphp-phpsniff
libmixin-extrafields-param-perl
gemdropx
libcsound64-5.1
configure-debian
paw-common
cedar-backup
openvpn
openoffice.org2-thesaurus-tr
language-pack-zh-hans
wesnoth-ttb
wesnoth-tsg
unetbootin
r-cran-mvtnorm
spline
libunicapgtk2
libapp-nopaste-perl
gidentd
libdirac-encoder0
libace-5.6.3
ubuntu-edu-tertiary
djvulibre-plugin
libgtlcore0
libcsound64-5.2
not+freebsd
openoffice.org2-thesaurus-vi
openoffice.org2-thesaurus-ts
libucl
libtemplate-stash-perl
libboost-regex1.40.0
language-pack-zh-hant
kdesdk-misc
linux-backports-modules-wwan-2.6.32-32-preempt
linux-backports-modules-wwan-2.6.32-27-preempt
linux-backports-modules-compat-wireless-2.6.35-2.6.32-46-preempt
system-config-lvm
neverputt-data
libglpk-java
libgammu-common
addressview-framework
tap-plugins
lbxproxy
python2.6-wsgiref
phonon-backends-dbg
maximus
libncursesw5-dbg
palapeli
gstreamer0.10-visualization
libwww-perl
rest2web-doc
python2.6-extractor
odt2txt
libvtkgdcm2-dev
libosgal-dev
libglobus-gsi-sysconfig-dev
libapache2-mod-vhost-hash-alias
python-ldaptor
python2.4-jabber
ssh-askpass
libxmlrpc-c0
libqt3-mt-dev
libpostgresql-gst
verbiste-el
trackballs-data
wyrd
mzclient
mailagent
libtktable-dev
libmpdclient-doc
liblip2
libdata-structure-util-perl
hgsvn
fretsonfire-songs-sectoid
streamripper
dpkg-sig
texlive-lang-vietnamese
sysvutils
python2.6-indicate
myspell-dictionary-zh-cn
liberb-ruby1.8
kdepim-kresources-kde4
linux-headers-2.6.38-10
swapd
rgbpaint
r-cran-hdf5
python2.6-monajat
python2.6-galago-gtk
python-2play
libqpol-dev
libplexus-i18n-java-doc
libneedle-ruby
libcommon-sense-perl
liborigin0
inn2
gnome-office
fceux
torcs
libglobus-gssapi-gsi4
apcupsd-doc
python2.6-adns
librasqal-dev
libparted-dev
language-pack-kde-zh-hans
autopkgtest
linux-backports-modules-compat-wireless-3.0.0-2.6.32-34-preempt
linux-headers-2.6.38-11
redmine-pgsql
monodoc-mysql5.0-manual
r-cran-epir
proalign
liq-contrib
libpqxx-3.0-dbg
libobject-realize-later-perl
libball1.3-dev
libboulder-perl
cd-discid
python-pyopenssl
libpam-ssh
libxmlrpc-c3
libsdl1.2debian-all
python-nautilus
libipc-run3-perl
libalgorithm-diff-perl
language-pack-kde-zh-hant
wbritish
libqt4-sql-mysql
linux-headers-2.6.38-12
satutils
pysycache-move-sky
paros
libgopersist-1-dev
libplexus-utils-java
libcdk-perl
libhttp-request-ascgi-perl
libauthen-simple-kerberos-perl
latex.service
vtk-tcl
graphicsmagick-im-compat
libexplain9
vblade-persist
espresso-grub
alpine-pico
libxres-dev
libapache2-mod-perl2-doc
linux-image-2.6.38-14-server
linux-headers-2.6.38-13
vdr-plugin-games
strigi-client
ecasound
debview
xserver-xorg-video-tseng
vim-dbg
base-config
libsigc++-2.0-0c2
libpty-ruby1.8
libnss-db
dbus-1-utils
linux-headers-3.0.0-23-virtual
linux-headers-2.6.38-14
linux-backports-modules-compat-wireless-2.6.34-2.6.32-40-server
linux-backports-modules-compat-wireless-2.6.34-2.6.32-35-server
sendmail-wide
python-cwiid
openser-carrierroute-module
openhpi-plugin-ilo2-ribcl
libhwloc-doc
libdlisp0-dev
libcontextual-return-perl
kopete-plugin-thinklight
jconvolver-config-files
libwhy-coq
winbind
system-config-printer-common
classpath
lib32stdc++6-4.0-dbg
netcat-traditional
karm
linux-headers-2.6.38-15
slurm-llnl-basic-plugins
postgresql-server
python-numeric-ext
libpt2.3-beta1-dev
libplexus-classworlds-java-doc
libmemchan-tcl-dev
libiconv-hook-dev
latexdraw
moon-buggy
indi
dvswitch
s3dvt
chatplus
sword-frontend
openoffice.org2-thesaurus-xh
linux-headers-2.6
librcd-dev
libservlet2.4-java-gcj
openoffice.org-spellcheck-en-us
compiz-fusion-plugins-main
bacula-server
linux-headers-2.6.38-16
linux-headers-2.6.32-312-ec2
linux-headers-2.6.32-307-ec2
wmfishtime
python2.6-mapnik
python-chaco
nwrite
libvrb0-dev
libsqlite3-ocaml-657c6
libmpich1.0ldbl
liblua5.1-sec-dev
liblua40
libisofs6
libgctp-dev
icomlib1c2
python-webunit
fpc-abi-2.4.0
s3dx11gate
dicoweb
openoffice.org2-math
libnet-dns-resolver-programmable-perl
kate
fuse-utils
module-init-tools
libqoauth1
postscript-preview
tryton-modules-google-maps
scim-skk
udmsearch-common
libvarconf-dev
junior-config
firebird2.1-server-common
kbd-compat
libjcode-pm-perl
xserver-xorg-video-radeon
sun-java6-fonts
libtagc0-dev
grub-common
prayer-templates-dev
nitpic
libiec16022-dev
libgraphics-libplot-perl
libgnatprj4.4-dev
killer
librsskit0-dev
egroupware-sambaadmin
earth3d
drscheme
chromium-codecs-ffmpeg-extra-dbg
common-lisp-controller
openoffice.org2-thesaurus-uz
libjamon-java
lib32c-dev
xwax
swordfish-doc
omnievents
nmzmail
mythtv-theme-projectgrayhem-osd
plplot9-driver-wxwidgets
libjlha-java-doc-ja
libtest-mockmodule-perl
libjama-dev
libestools-dev
imview-doc
ttf-arphic-uming-mbe
python-gnome2-desktop-dbg
linux-backports-modules-compat-wireless-3.3-2.6.32-45-server
spawx11
tla-load-dirs
erlang-esdl-doc
telepathy-mission-control
libevent-extra-1.4-2
libxcb-render0
wspanish
camlp4-3.11.2
xmms2-plugin-ofa
vzquota
usplash-theme-taibah
opensync-plugin-barry-dbg
libxml-ruby1.9.1
libtabe-db
libpqxx-2.6.9ldbl-dbg
libnet-openid-server-perl
splint
libdbix-safe-perl
libqt3-mt-ibase
junior-doc
liblua50
libecasound7c102
python2.3-gnome2
php5-cli
hunspell-dictionary-en-za
language-pack-gnome-tn-base
language-pack-gnome-ss-base
kmail
libebackend1.2-0
linux-headers-lbm-2.6.32-32-preempt
linux-headers-lbm-2.6.32-27-preempt
ubuntustudio-theme
octave3.2-dbg
octave3.0-htmldoc
mensis
mkvtoolnix
libsundials-kinsol0
libsort-fields-perl
libpam-sss
libplexus-sec-dispatcher-java
liblog4cpp0-doc
liblingua-de-ascii-perl
libjgoodies-looks-java
kwave-doc-de
not+armeb
listen
xf86-input-tslib
wicd-cli
tesseract-ocr-language
stardict-xmlittre
shiki-colors-metacity-theme
python2.6-pyfits
pasmo
wx2.8-headers
libsoqt3-20
libppi-xs-perl
libmp3splt-ogg
libimage-xpm-perl
libhttrack-dev
kon-font
htag
cyrus-common
cortado
cl-cffi
cdargs
openoffice.org-thesaurus-en-au
libruby1.8
kapptemplate
xfconf
apt-doc
xmms2-plugin-mms
xmms2-client-avahi
ssvnc
quinn-diff
libstage2-dev
libsocket-multicast6-perl
libruby1.9
libjcifs-java
gnustep-back0.16-art
gnuradio-gpio
developers-reference
bspatch
php5-dev
libmono-system-messaging1.0-cil
fftw3-doc
language-pack-nso
hplip-base
libspooles2.2-dev
sqlclinic
ecg2png
libcqrlib2
ktechlab
gobjc++-multilib
libghc6-cabal-doc
courier-authlib-mysql
python-pisock-dbg
libtest-unit-ruby1.8
libgnomekbd-dev
libboost-system1.38-dev
tttview
tango-icon-theme-extras
libxnee-dev
libmulticobex-dev
libgnuradio-usrp0
libeventdb-dev
xmorph-example
funcoeszz
fftw-dev
libboo2.0.9-cil
xmkmf
libbusiness-isbn-data-perl
language-pack-sc-base
krb5-multidev
scrollkeeper
freeglut3-dbg
python2.3-gpib
parti
raster3d
meschach-dev
jftp
geoclue-plazes
gnuchess
ssh-askpass-gnome
openoffice.org-coooder
libapache2-mod-php5filter
firefox-mozgest
r-cran-fseries
python2.4-python-poker2d
libuser-identity-perl
libglobus-xio-gsi-driver-dev
libghc6-regex-base-prof-0.93.1-812f6
jvim-doc
gprolog-doc
libgift0
libphysfs1
libwebrick-ruby
libplist++-dev
libevent-dev
libdb4.8++-dev
libpam-cracklib
linux-headers-3.0.0-20-generic
linux-headers-3.0.0-15-generic
xmail-doc
scim-tegaki
randomsound
python2.4-quixote
python2.5-adodb
lyricue-cvs
libavidemux0
python-yenc
libwraster3
dbi-link
smsclient
camlp4-extra
python2.6-cjkcodecs
xlibs-dev
libldap-2.4-2-dbg
liblastfm0
python2.4-matplotlib
roche454ace2caf
libopendkim1
libconfig-model-itself-perl
ldap2zone
deutex
democracyplayer-data
libcoq-ocaml-dev
libeurodec1-dev
python2.3-xmpp
linux-backports-modules-compat-wireless-3.0.0-2.6.32-41-server
linux-backports-modules-compat-wireless-3.0.0-2.6.32-36-server
xulrunner-2.0-dev
xfswitch-plugin
ttf-adf-switzera
sugar-artwork-0.88
plasmoid-stockquote
logtool
libtorch1-dev
plplot9-driver-cairo
libocamlnet-gtk2-ocaml-dev
libnet-amazon-ec2-perl
libortp-dev
libkdtree++-dev
libgsasl7-dev
libfalcon-engine1-dbg
kde-icons-crystal
libglobus-gridftp-server0
liblua5.1-curl0
fp-units-gfx
apt-p2p
addressmanager.app
python3-pkg-resources
libvte0.16-cil-dev
libsndfile-dev
libexempi3-dbg
language-pack-kde-sc-base
info
dvd+rw-tools
wesnoth-1.8-nr
python-clutter-doc
libogg-ocaml-dev-nb627
libdevice-serialport-perl
libdbix-fulltextsearch-perl
libfltk1-dev
swarp
tex-gyre
libboost-doc
wx2.6-i18n
slbackup-php
ploticus-doc
libzbar-dev
libdebug0-dev
libaudio-file-perl
jigl
ice-slice
grafx2
stalonetray
python2.6-launchpad-integration
python-gnomeprint
libxslt0-dev
kdeedu
gwibber
gfortran-doc
swath
python2.3-oss
ptex-buildsupport
libtext-german-perl
ikvm
empire-lafe
asmail
openoffice.org-thesaurus-en-gb
kdewallpapers
libgsl0ldbl
wesnoth-1.8
vegastrike-data
usplash-theme-debian
tryton-modules-product
libworldwind-java
quantlib-refman-html
merkaartor
lua-mode
libnet-sftp2-ruby1.9.1
libmadlib
libgdk-pixbuf2-ruby1.8
gambas2-gb-gtk-ext
libpocofoundation9
chiark-really
not+uclibceabi-uclinux
multipath-tools-initramfs
libpolkit-agent-1-dev
libpango0
libboost-math1.40-dev
p7zip-rar
python-bittorrent
wally
python-simpy
python2.6-jpype
portreserve
libslurm21
libgtkglextmm-x11-1.2-0
libdjbdns1-dev
kwave-doc-en
libuu0
frotz
festvox-don
python2.6-reportlab-accel
libssl
libasm3-java-doc
quelcom
python-clutter
libnarray-ruby1.9.1
liblua5.1-leg-dev
libdnet-dev
kaya
gpe-soundbite
freetype-tools
eekboek
chiark-rwbuffer
anubis
bladeenc
language-pack-crh-base
kdelirc
libncursesw5-dev
libexif12
openser-berkeley-module
libmed-tools
libemeraldengine-dev
fontdata-ptex
libhtml-strip-perl
libsieve2-1
openoffice.org2-thesaurus-zu
libxcb1-dbg
libkipi7-dev
libgtk2.0-bin
file-roller2
linux-backports-modules-compat-wireless-2.6.36-2.6.32-30-server
stone-ssl
python-antlr
python-4suite-doc
ttf-ipafont
lzma-alone
libtext-reflow-perl
librvm-dev
libhdfeos0
libglobus-gsi-sysconfig-doc
libnetclasses0
frown
ureadahead
openoffice.org-help-hi-in
lskat-kde4
emacs23-lucid
flashblock
ttf-hanazono
python-progressbar
python-libuser
sanitizer
libocsigen-ocaml-dev-heda2
libjiu-java-doc
libhtml-tiny-perl
libaudiere-1.9.4
libcrimson-java
jmpost
open.app
farpd
libedac1
kscreensaver-xsavers
gotmail
w-bassman
lsb-printing-noarch
libvala0-dbg
libadns0
ttf-essays1743
sbnc-tcl
python-gudev
snort-rules
macutils
libnet-whois-ripe-perl
libnet-bonjour-perl
mpich-shmem-bin
libconvert-ber-perl
libc-client-dev
libapq1-dev
jsmath-fonts-sprite
glurp
garlic
a2ps-perl-ja
libhunspell-dev
libadns1
zephyr-server-krb45
wanderlust2
ttf-sinhala-lklug
tinylaf
scrot
libgnomeprint2-ruby
libsoundtouch-dev
libregexp-shellish-perl
libpilotobjects0-dbg
libperlmenu-perl
libpam-shield
libmixlib-cli-ruby1.8
libggi-target-x
libball1.3-doc
kompozer-dev
gambas2-gb-form-mdi
csmash
c-sig
squid-novm
libqt4-scripttools
lib32v4l-0
libdrools-core-java
upstart
sysv-rc
linux-image-3.0.0-30-server
linux-image-3.0.0-25-server
linux-backports-modules-compat-wireless-2.6.38-2.6.32-34-generic
zookeeper
tla-doc
rplay-perl
librrdtool-oo-perl
libossp-sa12
libmapiproxy-dev
libgopersist-1-doc
libgeronimo-javamail-1.4-spec-java
libfwbase1
koffice-dev-kde4
gpasm
egroupware-notifications
php-crypt-cbc
capistrano
libnss3-tools
libevas-svn-05
libboost-date-time1.39-dev
kdesdk-strigi-plugins
glibc-doc
sysklogd
xtux
libvstream-dev
selinux-policy
python-pymetar
seqan-apps
xmbmon
libvecmath-java-doc
libladspa-ocaml
halibut
libm17n-0-dbg
libkdegames1
jackd
libelfg0-dev
libapr1.0-dev
linux-image-2.6.32-34-virtual
linux-image-2.6.32-29-virtual
firefox-greasemonkey
seamonkey-bugmail
xsane-doc
webdruid
libnjb-cil
libarpack++2c2
kwave-doc-fr
imms
fprobe
libmowgli-dev
twisted-doc-api
xnest
python2.6-ubuntuone
libeina-svn-05
gir1.0-atk-1.0
gpart
tangerine-icon-theme
sbnc-php-dev
libxnconfig4
libvtk5-qt4-dev
libglobus-gsi-openssl-error-dev
libdeprecated-ruby
php4-snmp
cyphesis-cpp-mason
compizconfig-backend-kconfig
lcdproc
libcurses-ruby
python-xkit
libglu1-mesa
bridge-utils
aide-xen
zabbix-server-pgsql
r-base-core-ra
pfsview
orange
libxnconfig5
libnet-daap-dmap-perl
libiec16022-0
libghc6-unix-prof
avelsieve
libsasl2-modules-ldap
libkdegames4
libdjvulibre-text
cdebconf
libisc60
linux-backports-modules-alsa-2.6.32-24-preempt
linux-image-2.6.32-32-generic-pae
linux-image-2.6.32-27-generic-pae
libxnconfig6
libvdkbuilder2
libsfml-dev
libgtkmm-utils-dev
libghc6-haskelldb-hdbc-postgresql-dev-0.13-23137
libdifflcs-ruby
libcommons-validator-java
ucspi-unix
python2.4-adns
libpaper-utils
libkdegames5
sqlite3
tinyirc
python-pysqlite1.1
python2.5-btsutils
oidua
libxnconfig7
libethos-dev
libmoosex-attributehelpers-perl
libbelpic0-dev
libvdk2-2c2
gpass
libktoblzcheck1c2a
faucc
debiandoc2dbxml
python-gnome2-desktop-dev
libnice-dev
bonobo-activation
kshisen-kde4
byacc
libgssapi-krb5-2
zeroconf
ztclocalagent
sipwitch-plugin-scripting
python2.5-wxgtk2.6
libimage-seek-perl
libhubbub0
libaudio-flac-decoder-perl
librd-ruby1.8
seamonkey-enigmail
dokuwiki
checkstyle
avant-window-navigator
python2.6-qt4-sql
libavahi-gobject0
libstrigiqtdbusclient-dev
dolphin-kde4
libdbus-1-dev
xbubble
uligo
simgear0
wxpython2.6-0
python-mhash
pipewalker
pioneers-ai
mozart-doc
libsphinx-search-perl
libpstoedit0c2
liborlite-migrate-perl
libbio2jack0-dev
freeciv-client-sdl
swig1.3
mkisofs
python2.5-wxgtk2.8
plasma-widget-teacooker
libpngwriter0-dev
libghc6-binary-dev-0.5.0.2-3250c
clanlib-dev
launchtool
klogic
keep
oftpd
gopher
v4l-conf
generatorrunner
hula-mta
java6-runtime
thunderbird-locale-zh-hans
ethereal-dev
velocity-doc
qfreefax
libsox0a
libssl-ocaml-1ipd1
libhugs-hgl
xneur
ggz-utils
ggz-docs
gforge-db-postgresql
ftjam
firebird2.0-classic
libemail-send-perl
python-xlib
alex4
lapack99
thunderbird-locale-zh-hant
linux-backports-modules-compat-wireless-2.6.36-2.6.32-46-server
linux-backports-modules-compat-wireless-2.6.36-2.6.32-31-generic
linux-backports-modules-compat-wireless-2.6.36-2.6.32-26-generic
wmgrabimage
solfege-oss
scrub
python-smbpasswd
pdb2pqr
libocamlnet-ocaml-zp8x5
libnet-smpp-perl
lam1
libaqbanking-plugins-libgwenhywfar47
libace-rmcast-dev
kinput2-common
bayonne-doc
archzoom
xmms2
not+uclibc-uclinux
docutils-writer-manpage
libembryo-bin
amarok-engine-yauap
v86d
t-code
openmsx-debugger
libsequel-ruby1.8
libpam-usb
libdigest-bubblebabble-perl
interchange
libgsmsd7
freebsd7-buildutils
libswt3.2-gtk-gcj
dict-freedict-afr-deu
cmap-adobe-gb1
chntpw
xwit
libsmi2-common
konwert-filters
fast-user-switch-applet
ziproxy
torus-trooper
r-cran-iterators
libresample1-dev
libnfo1-bin
podviewer
libghc6-hdbc-prof
gwhois
gauche-dev
edubuntu-menueditor
libquota-perl
display-dhammapada
agsync-dev
python2.4-twisted-bin
korganizer-kde4
freeglut3-dev
dbus-x11
console-tools
w3-el-e21
xmms2-plugin-curl
libwxgtk2.6-0-python
phpwebcounter
strongswan-nm
libtao-tkresource-1.6.3
lam4
libktexteditor4.1-cil
libgetopt-ocaml-dev-svvd3
libhpricot-ruby1.8
indi-apogee
gdc-4.1
catfish
brdesktop-artwork-splashy
chiark-utils-bin
libswt-gtk-3.5-java
marble-data
libxi6
autotools-dev
wmmail
trac-email2trac
python-slides
python2.6-dicoclient
mit-scheme-doc
libnanohttp-dev
libmpich1.0
liblwp-authen-wsse-perl
libcommons-csv-java
libsox1a
gkermit
gdc-4.2
ptex-bin
corkscrew
boxbackup-client
kjots
system-tools-backends
libcupsmime1
linux-image-3.0.0-29-virtual
scim-uim
scalpel
octave-simp
estferret
marote
libparmetis-dev
librpc2-5
libparted-i18n
libowfat-dev
libkarma-cil-dev
libglobus-xio-gsi-driver-doc
libmath-bigint-gmp-perl
horde-sam
gdc-4.3
not+ia64
tomcat6-admin
siege-ssl
python2.3-gpod
libglib2.0-0-dbg
libcupsys2
libc-dev-bin
language-pack-gnome-ug-base
language-pack-gnome-tl-base
language-pack-gnome-sq-base
linux-image-2.6.32-31-generic
linux-image-2.6.32-26-generic
ttf-marvosym
trac-bzr
texmacs-extra-fonts
libsyntax-highlight-engine-simple-perl
libopal3.3-beta1
libmaven-scm-java
liblasso-perl
libnet-libidn-perl
libglw1-mesa-dev
libdirectory-scratch-perl
libscotchmetis-dev
libchemistry-elements-perl
libemail-sender-perl
libanydata-perl
tfm-arphic-gkai00mp
webcpp
gobjc++-4.4-multilib
glob2-data
firebrid-utils
libapache-singleton-perl
libcoyotl-3.1-4
openoffice.org-style-galaxy
libnjb-dev
libmng-dev
libvorbis0a
linux-image-2.6.32-310-ec2
firefox-bindwood
l2tpd
webboard
phpgroupware-qmailldap
opendrim-lmp-physicalasset
ng-cjk
libroot-minuit5.18
libqtuitools2.2-cil
libpreludedb-perl
libmocha-ruby
haskell-hdbc-odbc-doc
libfalcon-engine1-dev
ladcca2
gstep-xgps
dizzy
dict-freedict-tur-deu
miro-data
linux-image-2.6.32-305-ec2
orbit2
libjmock-java
libgda4-4-dbg
language-pack-ha-base
libnice0
libgtk2.0-cil
libvirt-bin
ant-doc
srtp-utils
r-cran-rserve
php-net-ftp
moonlight-tools
libtheora-ocaml
libtaoframework-devil-cil-dev
libssreflect-ocaml-igyj4
root-plugin-proof
liblockfile-ruby
libgtksourceview-common
libdbd-mysql-ruby
libdb4o-doc
libuniversal-can-perl
lfc-dli
wammu
fso-gpsd
nvidia-current-dev
libapache2-mod-wsgi
superkaramba-kde4
watershed
libxalan2-java-doc
not+linux-gnu
libembryo-dbg
cupsys
xwnc
ttf-adf-universalis
testrepository
scribus-ng-doc
libtulip-3.1
liblua5.1-bitop-dev
libbg-dev
jing
gnuift-doc
genpo-organs
freeciv-sound-standard
fatrat-opensubtitles
bld-tools
alsaplayer-interface
libstdc++5-3.3-doc
libqzion-dev
libdirectfb-bin
emacs23-common
compiz-core
ttf-mph-2b-damase
tryton-modules-product-cost-history
mysql-proxy
murrine-themes
libogre5c2a-dbg
libnoise0
libnfo1-dbg
libnet1-dbg
liblua5.1-zip-dev
libgettext-ocaml-dev
libodbc-ruby1.8
libomniorb4-dev
kst-doc
koffice-l10n-nds
kitty
gnuradio
dumpasn1
language-pack-sa-base
klettres-data
totem
python-sigmask
openclipart-svg
octave-octcdf
whereami
librtfcomp0
libroot-minuit
libplexus-cdc-java
libgconf-bridge0
libcgns2-dbg
libcalendar-ocaml
kfax
klick
fortune-zh
python-pymad
offlineimap
aleph
oprofile-modules0.2
libzephyr4-krb45
libspiro0-dbg
ttf-unikurdweb
spl-postgres
scsiadd
opendrim-lmp-baseserver
libmlt-data
libgeos-ruby1.8
libffi-ruby
libdns-ruby
libconfig-jfdi-perl
liblablgtk2-ocaml-dev-h3pg1
jblas-doc
emacspeak-dt-tcl
egroupware-emailadmin
eieio
bibtool
audacious-plugins-dbg
oprofile-modules0.3
webfav
libcanberra0-dbg
language-pack-kde-ha-base
wdutch
wemi1.12
utf8script
tcpreplay
sweep
stopmotion
orocos-ocl
rubberband-vamp
python2.6-osmgpsmap
libncurses-ruby1.9.1
libmgl5
a52dec
gnome-dvb-daemon
firefox-launchpad-plugin
gchempaint
eblook
codegroup
libhdf4-0-alt
backup2l
oprofile-modules0.4
libusb++-0.1-4
libggzcore-dev
libfontconfig-dev
language-pack-zu-base
kdeartwork-emoticons
ubuntustudio-graphics
tellico-scripts
stroq
silicon-theme
shogun-readline
python-glpk
pyro-doc
libzltext0.9
libpopplerkit0
liblink-grammar4-dev
lmemory
gimp1.2-quiteinsane
libg3d0
fusecompress-dbg
cyrus-dev-2.2
pulseaudio-module-raop
oprofile-modules0.5
libxcb1-dev
python-pyquery
python2.6-pyparsing
pengupop
pdi2iso
python-pychart
madison-lite
tomoyo-ccstools
libmusclecard-dev
liblablgl-ocaml-dev
libindicator-tools
uno-libs3-dbg
oprofile-modules0.6
libprotoc-dev
libimlib2
libavahi-common-dev
language-pack-kde-sa-base
kdeplasmoids-dbg
xfntil2
sugar-pollbuilder-activity
python2.4-optcomplete
libogginfo-ruby
libmail-sendeasy-perl
libjboss-profiler-java
libglobus-gass-cache-dev
libghc6-hsql-sqlite-dev
libghc6-agda-prof-2.2.6-1afb8
spamoracle
libghc6-bytestring-prof
fso-config
ebox-samba
espresso-ubuntu-artwork
oprofile-modules0.7
libkfontinst4
wx2.4-i18n
python2.3-tau
museekd-tools
mrpt-apps
libopentoken-dbg
liblog4c-dev
libclass-xsaccessor-perl
laby
gwyddion-plugins
libsexymm2
thunderbird-thunderbird-locale-bn-bd
pessulus
oprofile-modules0.8
zebra
libppi-perl
kdebase-dev-kde4
libical-dev
freeradius-dbg
unace
ifinnish-large
cracklib-runtime
xoscope
slang-pvm
rsyncrypto
rinse
r-cran-lmtest
python-gpgme-dbg
powercap
libxalan110-dev
libcache-fastmmap-perl
guile-g-wrap
xxkb
python-imaging-tk-dbg
libsqlite0-dev
language-pack-kde-zu-base
language-pack-kde-fil-base
libopenssl-ruby1.8
worker
wikipedia2text
systemtap-server
phpunit2
libjava-gnome-jni
klone-package
libghc6-gtkglext-dev
fortunes-eo-iso3
mpi-default-bin
hamsoft
oxygen-icon-theme-complete
libxcb-shape0
libgssglue1
libopenssl-ruby1.9
linux-image-3.0.0-31-generic
linux-image-3.0.0-26-generic
linux-backports-modules-wireless-2.6.32-34-generic
linux-backports-modules-wireless-2.6.32-29-generic
starvoyager
python-pyproj
python2.6-pyentropy
mediawiki1.5-math
libxml-filter-detectws-perl
libwebauth-perl
libtaktuk-perl
libghc6-html-prof-1.0.1.2-59e5b
libdoxia-java
igal2
gtkperf
pocketsphinx-lm-wsj
egroupware-etemplate
vim-doc
libvala0
libdecoration0-dev
lsb-core
linux-backports-modules-compat-wireless-2.6.39-2.6.32-46-generic
xwpe
wmmand
wicd-daemon
science-biology
libsplashy1
libisorelax-java-doc
libggadget-qt-1.0-dev
mpipython
gnome-format
dates-hildon
python-wxgtk
python-roman
libxcb-event1-dev
libtelepathy-farsight-dev
libboost-python1.35-dev
libboost-python1.40-dev
mountall
openoffice.org-hunspell
libjson-java
openjdk-6-jdk
xfburn
scilab-plotlib
robotfindskitten
mathgl
matchbox-desktop
m17n-lib-bin
libxdb
libjifty-plugin-authentication-facebook-perl
tinymce
verse
xserver-xorg-video-cirrus
xserver-xorg-input
w3m-img
python-pkg-resources
monodoc-gtk-manual
lsb-cxx-noarch
libvigraimpex2
gstreamer0.10-nice
libgtk2.0-dev
linux-image-2.6.35-22-virtual
unadf
phpgroupware-headlines
libperlspeak-perl
libgtkada2.14.2-dbg
libglobus-gsi-openssl-error-doc
gwtp
expect5.24
bozohttpd
ax25-xtools
libsvn-perl
k3blibs
libgmime2.2a-cil
zoem
sword-text-swahili
python2.6-zsi
python-quickly-core
python2.6-iptcdata
mokomaze
vienna-rna
libpod-index-perl
libodbc-ruby1.8-dbg
libnetfilter-log-dev
libapache2-mod-authnz-external
geeqie-gps
vfdata-morisawa5
4g8
totem-dbg
freetype1-tools
libconvert-binhex-perl
blt8.0-unoff
linux-backports-modules-compat-wireless-2.6.38-2.6.32-41-server
linux-backports-modules-compat-wireless-2.6.38-2.6.32-36-server
libsfml-doc
libprelude-perl
libnetfilter-log1
liblua5.1-doc0
libcsfml-dev
jirc
ipfm
imapsync
libnxml-abi-0.18.3
expect5.31
libxcb-xprint0-dbg
libmono-posix1.0-cil
libk3bcore
xfonts-thai-vor
vdr-plugin-extrecmenu
python-hachoir-regex
python2.3-fuse
parrot-data-dumper
monodevelop-boo
libxml-csv-perl
liblwp-protocol-socks-perl
libglobus-rls-client-dev
libopenide-util-java
libethos-doc
libcherokee-base0-dev
lbcd
langupdate
isns-client
fb-music-low
erlang-appmon
cpuid
toilet
aptoncd
python-gnome2-desktop-doc
lib-editline-java
libnice-doc
python-ftdi
kino-timfx
texlive-lang-hungarian
openoffice.org2-impress
libkdeedu-dev-kde4
libaxis-java-doc
vsdump
swac-get
smlnj-doc
nautilus-script-purrr
fasta
libwx11-0-dbg
libgpewidget-dev
libcamlimages-ocaml-dev
libbiojava-java-demos
libicebox33
edict-el
winkeydaemon
courier-mta-ssl
libusb++-dev
libjpeg62-dbg
gcc-4.4-doc
libmetacity-private0
mongodb18-10gen
treil
shorewall-lite
python-guppy-lib
octave3.2-doc
libgsnmp0
irssi-plugin-silc-dbg
freebsd-manpages
dcap-tunnel-telnet
clanlib-doc
chromium-codecs-ffmpeg-nonfree-dbg
php5-json
libqjson0-dbg
libmail-sendmail-perl
lbdb
idanish
bittornado-gui
ant-gcj
sugar-terminal-activity
pixfrogger
php-image-barcode
libqof-dev
liblockdev0-dbg
haskell-hsql-odbc-doc
gnuift
blootbot
libopenjpeg2
alltray
scribus-ng
python2.6-smartpm
libxalan2-java-gcj
libreadline-ruby1.8
info-browser
tryton-modules-account-statement
toppler
python2.6-sugar-0.88
python2.4-medusa
python-fibranet
octave-data-smoothing
nitrogen
libjuman-dev
ggi-doc
libcgi-untaint-perl
libreadline-ruby1.9
libgtk2-ex-formfactory-perl
gastables
expat
edgy-session-splashes
ebnetd
cl-asdf
ctags
linux-headers-3.0.0-23-server
linux-backports-modules-compat-wireless-2.6.37-2.6.32-43-generic
linux-backports-modules-compat-wireless-2.6.37-2.6.32-38-generic
python2.4-omniorb2-omg
mirrormagic-data
mh-e
libcryptokit-ocaml-dev-jjly0
libjhdf5-java
gtk2-engines-cleanice
gforge-shell
libaspect0
datafreedom-doc
libmetacity-dev
java-runtime
timer-applet
ripit
tuxtype-data-nonfree
python-relatorio
parser3
mythbuntu-default-settings
libsoci-postgresql-gcc
libnucleus6-dev
libconfig-json-perl
last-align
greenwich
gauche-doc
ezgo-network
nes-emulator
libglobus-gass-copy2
libstdc++3.0-dev
libbonoboui2-common
libc6
strigi-plugins
stjerm
python2.3-rpm
ooo-thumbnailer
mailping
libxosd-dev
libmath-random-mt-perl
liblua5.1-svn0
libghc6-edisonapi-prof-1.2.1-e21d7
libfsoframework0
libtext-unidecode-perl
knetstats
fp-units-gtk
big-cursor
python2.3-egenix-mxqueue
xscreensaver
choqok
libgstreamer0.10-0
linux-backports-modules-compat-wireless-2.6.38-2.6.32-32-preempt
linux-backports-modules-wireless-3.3-lucid-server
linux-backports-modules-compat-wireless-3.2-2.6.32-41-generic
xmms2-scrobbler
xfonts-cronyx-koi8r-75dpi
vdr-dbg
tmw-dbg
sdl-ball-data
postgresql-8.4-slony1
oggfwd
mhc-utils
compclust
librra-tools
liblua5.1-svn1
libcommons-digester-java
libapache-admin-config-perl
libalsa-ocaml-jhio2
dpsyco-cfengine
xviewg
xgraph
python2.3-rrd
python2.4-pyinotify
python2.6-pisock
python2.3-gtk2
industrial-cursor-theme
libmysqlclient15-dev
evolution-documentation-de
wswedish
libloudmouth1-0
r-cran-ftrading
python2.6-wbxml
bioimagesuite
njplot
libghc6-safe-prof
libganglia1-dev
dvi2ps-fontdata-tbank
hugs
openoffice.org2-l10n-ast
apache2-mpm-perchild
libattr1
sensors-applet
mu-cite
libpfs-dev
mtasc
eterm-themes
doom-wad-editor
biblememorizer
aqsis-data
editres
qt3-linguist
libssh-2
libnjb-doc
libgpgme10-dev
libgnomecanvasmm-2.6-1
gobject-introspection
bacula-sd-pgsql
scheme2c-doc
r-cran-bitops
python2.4-goopy
libprinterconf-dev
libghc6-haskelldb-hdbc-sqlite3-dev-0.13-61637
libghc6-fgl-dev
libghc6-binary-prof-0.5.0.2-3250c
libclass-dbi-plugin-pager-perl
libbsearch-ruby1.8
gnome-icon-theme-dlg-neu
libghc6-dph-prim-par-dev
libdbd-xbase-perl
asterisk-sounds-main
aolserver4-core-4.5.1-0
python-jinja2
libssh-3
python-subunit
libembryo-dev
libxp6
plasma-desktop
xtartan
ttf-arhangai
trac-mastertickets
spf-tools-python
snd-gtk-pulse
maxima-src
moosic
lcab
libproj-dev
unicode-data
libuno-cil
samtools
bluez-btsco
ldp-docbook-xsl
kdepimlibs-dbg
libssh-4
kde-l10n-zhtw
gfs-tools
perl-doc
xmms2-plugin-pls
tryton-modules-country
shanty
python-pyode-doc
plymouth-theme-sabily
super
libqinfinity1
libnet1-dev
libmini18n0
libevocosm-dev
libdockapp2
latex2rtf-doc
deskscribe
contextfree
chef-server-slice
bitfling
agda-stdlib-doc
python2.6-scgi
libmodule-corelist-perl
libhx-dev
libaudio2
language-pack-gnome-fy-base
apache2-mpm
xmlsysd
r-cran-foreach
python-biggles
libpostgis-jdbc
liborsa0
libocamlnet-ssl-ocaml-ppmv6
libeventmachine-ruby1.8
libdm0-dev
libqinfinity2
libgwenhywfar38-dev
openoffice.org-help-pt-br
gstreamer0.10-plugins
libpisock-dev
gimp-data
java-gcj-compat-dev
xmlto
science-config
pictor
libpt-1.10.10-dbg
libjboss-deployment-java
libalogg-dev
langdrill
inn2-lfs
ifupdown-scripts
libgmerlin-avdec0
gambas2-gb-qt-editor
tcpwatch-httpproxy
libbatik-java
festvox-ellpc11k
cipux-storage-tools
tdiary-theme
python-cerealizer
libgsm1-dbg
libgail-gnome-dbg
texlive-math-extra
libjs-jquery
linux-backports-modules-compat-wireless-2.6.35-2.6.32-40-generic
linux-backports-modules-compat-wireless-2.6.35-2.6.32-35-generic
iraf
tntnet-demos
python2.6-gnuradio-gsm-fr-vocoder
libxml++-dev
thin1.9.1
libcgi-validop-perl
ipip
xhtml2ps
libtrollop-ruby
fxload
conkeror-spawn-process-helper
bristol-data
libphp-adodb
totem-mozilla
python-renderpm-dbg
postgresql-doc-8.4
gnome-mount
libclucene0
language-pack-gnome-so-base
icon-naming-utils
python-egenix-mxdatetime
gcc-4.4-source
gzip
libxcursor1
linux-backports-modules-compat-wireless-3.2-2.6.32-44-server
linux-backports-modules-compat-wireless-3.2-2.6.32-39-server
jweblint
scilab-doc-pt-br
python2.6-pycryptopp
postgresql-plr
libx264-dev
libgmime1-dev
libgetopt-ocaml-dev
libe2dbg0-dev
imageindex
libcgi-session-perl
grub-firmware-qemu
libglewmx1.5
cameleon-doc
bincimap
asoundconf-gtk
python-twisted-bin-dbg
libppl-pwl
language-pack-shs
kmines
perlmagick
gtk2-engines-lighthouseblue
evolution-documentation-cs
libqtscript4-core
xemacs21-gnome-nomule
viruskiller
libxml-generator-perl
libtwitter-ruby1.8
libgdal1-dev
libfile-libmagic-perl
libcrypt-generatepassword-perl
libsql-abstract-limit-perl
impose+
gmessage
ewf-tools
fontdata-j
xwud
libvirt-dev
libapache2-mod-auth-kerb
language-pack-gd-base
language-pack-fi-base
language-pack-en-base
gettext-doc
apache-utils
utf8-migration-tool
trend
spl-xml
python-xlrd
python2.3-rpy
libvtk32
libotpw-dev
libmatthew-io-java
libgtkstylus
libgtk2-gladexml-simple-perl
libghc6-irc-dev-0.4.4.2-e8e7d
libobject-signature-perl
libbuoy-java
libasedrive-usb
kvirc-dbg
jparse
guile-gnome2-gconf
eboard
dbview
bochs-gui
python2.6-beautifulsoup
libxcb-shm0
libqedje0a
liblayout-java-openoffice.org
ldminfod
aide-common
vftool
sitebar
python-zope.app.folder
python2.6-meld3
python-cjson-dbg
lsb-security-noarch
libopentoken-dev
libmeep-mpi1
libdoxia-java-doc
libclips-dev
alias
koverartist
librainbow0c2
cvs-autoreleasedeb
python-iniparse
libxcb-property0-dev
libdirectfb-dev
python-ibus
evolution-documentation-el
linux-lts-backport-maverick-headers
xfce4-hdaps
trac-git
python-elementtidy
xmltv
libvlccore2
libuser1-dev
libmeep-mpi2
liblog4c-doc
htop
happycoders-libdbg-dev
gimp-ufraw
beagle-backend-evolution
ap-utils
mdbtools-gmdb
libgtop2-dev
gnu-efi
dh-make
cdebconf-gtk
webgen
libxalan110-doc
libopennebula-dev
libmoonlight-system-windows-controls2.0-cil
libtidy-ruby
libdbus-ruby
libdbi-ruby1.8
hildon-theme-tools
gkrellm2
dchroot-dsa
libopenh323-1.18.0-develop
apt-proxy
vinagre-dev
myspell-dictionary-zh-tw
libdigest-sha-perl
libaxis-java-gcj
evolution-documentation-en
xulrunner-1.9.2-gnome-support
privoxy
muine-plugin-inotify
xmms2-plugin-oss
libxbase2.0-0c102
libjgraphx-java-doc
libgnome2-ruby1.8
libghc6-gtkglext-doc
libcgicc1
pdftk
gnome-wise-icon-theme
gmrun
texlive-lang-mongolian
pavumeter
postfix-tls
libparent-perl
libparted0-dbg
language-pack-kde-gd-base
language-pack-kde-fi-base
language-pack-kde-en-base
iamerican
abrowser
vde2-cryptcab
pgperl
libflatzebra-dev
libpoe-component-jabber-perl
fcitx
dk-filter
gnome
cl-cluck
ircd
binutils
linux-image-2.6.32-24-preempt
secure-delete
msttcorefonts
libmpich-mpd1.0ldbl
libmeep-mpi6
liblablgtk2-ocaml
libelk0-dev
genisovh
libnet-address-ip-local-perl
libconfig-auto-perl
libsnack2-alsa
libxml-sax-writer-perl
libtelepathy-farsight-doc
kget
lame
x264
python-gmpy
plymouth-theme-solar
openser-presence-modules
mp3rename
libtest-requires-perl
libopenh323-1.19.1-dbg
libgtkada2.14.2-dev
libgee2-dbg
elmer-doc
libhtmlentities-ruby
alevt
thunderbird-thunderbird-locale-af
plasma-applets-workspace
openoffice.org-voikko
libgtk2.0-doc
xmms2-plugin-musepack
warzone2100
wamerican-small
unicode-screensaver
phpgroupware-0.9.16
pop3vscan
libpadre-plugin-html-perl
librpc-ocaml-dev
libniftiio-dev
libmoneta-ruby1.8
gnuradio-dev
libcgicc5
gnome-dust-icon-theme
dvdrip
sredird
zephyr-clients
evolution-documentation-es
linux-image-2.6.38-10-virtual
oss-preserve
timecode-dev
libusbip-dev
libmopac7-dev
gnuradio-radio-astronomy
libguichan-sdl-0.8.1-1
xlogmaster
libxcb-xprint0-dev
libmarble-dev
libextutils-pkgconfig-perl
libatspi-dbg
kspaceduel-kde4
systemsettings
thelastripper
qrfcview
python-werkzeug
podbrowser
libyaz
libtext-chasen-perl
libapache-mod-jk-doc
geda-utils
fpc-source
xserver-xorg-video-intel-dbg
ubiquity-frontend-2.2.23
python-beautifulsoup
libvncserver0-dbg
libzlib-ruby
libgpgme-dev
openldapd
kdebase-runtime-data
jlex
libc6-dev-i386
lintian
dviutils
regina-normal-dev
tuxpaint-stamps-default
libfreebob0-dev
libexception-class-trycatch-perl
mpi-default-dev
ladccad
libglobus-rls-client-doc
gl-117-data
enigma-data
anyremote
setterm
thunderbird-thunderbird-locale-be
zomg
librudiments0.30ldbl
plib1.8.4c2
libdolfin-dbg
balazar
thunderbird-thunderbird-locale-ca
linux-headers-lbm-2.6.32-21-generic
libgnomecanvas2-dbg
libjpeg62-dev
libcrack2-dev
libc6-pic
evolution-documentation-fr
libxt6
clamav-daemon
xmms2-plugin-flac
squeak-plugin
science-engineering
pacemaker-heartbeat
mednafen
teem-doc
libopensync-dev
libgpewidget-doc
libcamlimages-ocaml-doc
meterbridge
hildon-control-panel-l10n-mr1
libguytools1
libgruel0
blackbox
libaqbanking29
thunderbird-thunderbird-locale-bg
libgnome2.0-cil
kdebase-plasma
min12xxw
ubiquity-frontend-2.2.27
texlive-texinfo
libsfml1.5-dbg
liblockdev0-dev
libghc6-integer-gmp-dev-0.2.0.0-9a51f
freemind-plugins-script
pinentry-qt
tryton-modules-calendar-todo
tktreectrl
python-xmms
libvtk
libqof-doc
liblua5.1-sql-mysql-2
libevtlog0
libbakery-2.4-common
ipod
gnome-do-plugin-rhythmbox
libgfccore-2.0-0c2a
python-pysqlite2
texlive-pictures-doc
python2.6-examples
python2.6-keyring-gnome
tracetuner
libgift-dev
libbio-asn1-entrezgene-perl
libytnef0
libesd-alsa0
gnome-themes
alien
linux-headers-2.6.38-16-generic-pae
xserver-xorg-input-joystick
tryton-modules-analytic-sale
python2.3-biopython
libmni-perllib-perl
libxmmsclient-ruby
sidplay
libdancer-xml0-dev
illuminator-demo
gap-prim-groups
dict-freedict-tur-eng
bsdiff
libaudit0
thunderbird-thunderbird-locale-da
ircp
libgudev-1.0-dev
libxv1
libstrutilsxx-0.7
libserf-0-0-dbg
libruli4
libpostgis-java
liblscp2
blas-test
libtorch3c2
rutebook
speech-dispatcher-festival
openoffice.org-gnome
libltdl-dev
libgd2-noxpm-dev
libboost1.39-dbg
libboost-regex1.37-dev
linux-backports-modules-input-2.6.32-42-generic
linux-backports-modules-input-2.6.32-37-generic
znc-extra
vdr-dev
uclibc-source
synopsis
winpdb
python2.3-kjbuckets
openntpd
matchbox-common
libvcdinfo0
libtagc0-ruby1.8
libsundials-cvodes1
libinline-ruby1.8
ice33-services
mpdcon.app
euler-doc
scummvm
rlwrap
xserver-xorg-input-evdev-dev
thunderbird-thunderbird-locale-ar
packagekit-dev
kmtrace-kde4
linux-backports-modules-wireless-2.6.32-32-preempt
linux-backports-modules-wireless-2.6.32-27-preempt
voms-server
subdownloader
libplayertcp2
libnmap-parser-perl
libloader-java
libjifty-plugin-googlemap-perl
libglobus-rsl-assist-dev
libyaml-libyaml-perl
libscope-guard-perl
libidzebra-2.0-dev
html-xml-utils
giftoxic
gfortran-4.4-multilib
linux-backports-modules-compat-wireless-2.6.39-2.6.32-44-preempt
linux-backports-modules-compat-wireless-2.6.39-2.6.32-39-preempt
yate-openh323
wulflogger
simdock
acedb-other
mecab-utils
librest-application-perl
libnini1.1-cil
libhttp-recorder-perl
gpe-mixer
libglom-1.12-0
libclips
avifile-utils
libconfig-file-perl
thunderbird-thunderbird-locale-de
python2.3-egenix-mxtexttools
openoffice.org-thesaurus-en-us
libsnmp10-dev
ttf-sil-ezra
freeradius
libtrf-tcl
root-db-client
python2.3-biopython-sql
pastebinit
xzgv
libxerces-c-samples
libwpg-tools
libgloox7
dtc-postfix-courier
browser-history
libwww-curl-perl
nvidia-glx-96
portmap
libxcb-property1
xlibosmesa-dev
konqueror-plugin-rellinks
mdadm
vim-addon-manager
linux-backports-modules-alsa-2.6.32-45-preempt
linux-lts-backport-maverick-tools
xserver-xorg-input-tslib
watchupstream
libjpeg-mmx-progs
tetex-frogg
rancid-util
libmei0-dbg
liblrs0d
libgtkglarea0.0-cil
libghc6-fgl-doc
libaqbanking-plugins-libgwenhywfar
libghc6-dph-prim-par-doc
libace-perl
isag
librpm-dbg
libio-socket-ssl-perl
mesag3
libembryo-doc
kde-l10n
xfonts-bolkhov-cp1251
doc-rfc-fyi-bcp
python-gpib
picviz
moonlight-web-devel
massxpert-bin
libopenturns0
libglobus-common-dev
libcppunit-subunit0
kscreensaver-kde4
ketm
libhugs-x11
gambas2-gb-opengl
video-dvdrip
apt-proxy-v2
xezmlm
libsuitesparse-dbg
zope
trac-wysiwyg
tovid
libnet1-doc
libmsgcat-perl
sufary
libpadwalker-perl
gramophone2
libnxml0
fruit
confget
ttf-arphic-ukai-mbe
python-lazr.restfulclient
libhx-doc
language-pack-nds-base
libslang2
xzip
xmp-player
virtualbox-ose-guest-utils
r-noncran-lindsey
python-keyring-gnome
libtulip-pluginsmanager-dev
libpt-1.10.10-dev
libmblock-dev
libgv-python
libghc6-ghc-paths-prof
libjrexx-java
libjlibeps-java
hunt
libhtml-mason-perl
dpm-postgres-srmv1
libz-dbg
rhythmbox-plugin-cdrecorder
libgail-gnome-dev
libgsm1-dev
console-cyrillic
softbeep
r-doc-pdf
qt3-examples
python-sugar-toolkit
python-lockfile
libpcp-pmda3-dev
libini4j-java
libgcu-dbg
libcgi-session-serialize-yaml-perl
libcalendar-simple-perl
festvox-kdlpc16k
dpm-postgres-srmv2
mozilla-firefox
archmage
apcalc-dev
bibview
virt-viewer
python-xmpp
python2.6-gd
avahi-autoipd
zoph
libxml++-doc
libwagon-java-doc
libqdaccolib-dev
libmoosex-app-cmd-perl
ippl
copher
cdd-common
camgrab
slmodem
libgda4-common
libjson-glib-1.0-0
linux-headers-2.6-amd64
apport-gtk
zmakebas
remote-tty
mrwtoppm
shishi-common
libois-dev
libhibernate3-java-doc
libcegui-mk2-0c2a
gnome-do-plugin-amarok
gmp-ecm
diogenes
libnet-rblclient-perl
codelite-plugins-gizmos
amule-emc
xserver-xfree86-dbg
qt4-doc-html
libxxf86dga1-dbg
libxmlrpc-core-c3
irssi-dev
inkscape
libdbus-glib-1-dev
libxext6
nmapfe
t1lib1-bin
python2.6-gnuradio-usrp2
perlindex
qlandkarte
libmicrohttpd-dbg
kvirc-dev
libghc6-array-dev
gearman-job-server
libfwbuilder-abi-3.0.7
dico-module-outline
awl-doc
thunderbird-thunderbird-locale-cs
libvirt-doc
libsasl2-gssapi-mit
libosmesa4-dev
libbackport-util-concurrent-java
hurd
kgb-client
vdr-plugin-burn
python-pyode
pspresent
plasma-widget-cpuload
makeself
libpdfbox-java-doc
liblablgtk2-gnome-ocaml-4ol02
libgraphics-colornames-perl
libdate-simple-perl
libceguiogrerenderer-1.4.6
latex2rtf
wl-beta
agda-stdlib
rhythmbox-plugins
ncurses-term
gperf
linux-backports-modules-compat-wireless-2.6.37-2.6.32-41-preempt
linux-backports-modules-compat-wireless-2.6.37-2.6.32-36-preempt
linux-headers-virtual-lts-backport-natty
linux-headers-lbm-2.6.32-32-server
linux-headers-lbm-2.6.32-27-server
linux-backports-modules-compat-wireless-2.6.35-2.6.32-45-server
linux-backports-modules-compat-wireless-3.1-2.6.32-45-generic
uniutils
gopher-server
ltp-disc-test
libhugs-hgl-bundled
libglibmm-utils-dev
libggadget-gtk-1.0-0-api
libgarmin0
libceguiogrerenderer-1.4.7
libnet-dns-fingerprint-perl
dns-flood-detector
arch2darcs
python2.4-scgi
libgs-dev
language-pack-tlh
libxss-dev
ubuntu-dev-tools
zonecheck
wamerican-insane
srecord
mysql-cluster-server-5.1
mpich2-doc
mnogosearch
mkpasswd
libgpp4-dev
libceguiogrerenderer-1.4.8
psrip
libghc6-containers-prof-0.3.0.0-4a332
libwxsmithlib0
alienblaster
wget-ssl
thunderbird-thunderbird-locale-el
php5-gmp
libvformat-dev
kommander-dev
libsasl2-modules
libjetty-java
cvsservice-kde4
xpat2
python-zfec
python-nipy-lib
python-demjson
pavuk
mrxvt-common
qtlcart
libtwofish-dev
libparse-exuberantctags-perl
libhibernate-validator-java
libebml0
libceguiogrerenderer-1.4.9
ttf-mikachan
util-linux-locales
libpspell-dev
libparted0-dev
libdjvulibre1
vamp-examples
smtpfeed
python-zope.tales
php5-adodb
libtermios-ruby1.8
md5deep
gpsim-dev
iiwusynth
cyrus22-admin
cyphesis-cpp-werewolf
sylpheed-claws-gtk2-bogofilter
xfonts-bitmap-mule
xul-ext-thunderbird-locale-ga-ie
thunderbird-thunderbird-locale-fi
python-libxslt1-dbg
language-pack-gnome-th-base
discover1
vdr-plugin-solitaire
python-pytrilinos7.0
libsubunit0
php5-idn
libmaven-install-plugin-java
libdataobjects-ruby1.8
edenmath.app
openoffice.org-presenter-console
libnewt0
libaprutil1
vobcopy
libossp-uuid11
sciplot-dev
python-junitxml
libposixlock-ruby
libopenh323-1.19.1-dev
libnel0
libmaven-shared-io-java
libcapi20-dev
isync
systempreferences.app
doom-engine
nvidia-173-modaliases
libx11-6-dbg
liblpsolve55-dev
libgdu-gtk-dev
language-pack-el-base
unalz
p7zip-full
wesnoth-ei
vdr-genindex
splint-doc-html
riece-async
phpgroupware-0.9.16-admin
liborsa-doc
liblinux-usermod-perl
libgtk2-unique-perl
libghc6-regex-base-dev
libghc6-hsql-mysql-prof
libelementary-bin
libdmalloc4
monotone
iaxclient-bin
cyrus-common-2.2
libaudid3tag2
libclthreads2
python-mysqldb
libsdl1.2debian-esd
linux-headers-2.6.32-31-server
linux-headers-2.6.32-26-server
linux-image-2.6.32-23-server
yiyantang
xmms2-plugin-sid
sugarplum
searchandrescue
python-elemental-dbg
lamarc
libvtkgdcm-cil
libodbc-ruby1.8-doc
libjxp-java
libdmalloc5
libapache2-mod-log-sql-dbi
libalog-full-dbg
libstonith-dev
goplay
gnuradio-doc
gnomekiss
gimp2.0-quiteinsane
eprover-doc-html
libsearchclient0
libksba-dev
libecore-x-svn-05
mscompress
initscripts
openjdk-6-jre
libatspi-dev
linux-backports-modules-compat-wireless-2.6.34-2.6.32-44-generic
linux-backports-modules-compat-wireless-2.6.34-2.6.32-39-generic
tshark
sshpass
python-xappy
python2.3-pypoker-eval
python-clutter-gtk
pgpgpg
netpanzer-dbg
libnotify-cil-dev
libnet6-1.1-dev
libmultisync-plugin-opie
libjboss-classloader-java
libghc6-parsec3-prof
libdbus-ocaml-dev-lu3g3
latd
krb5-telnetd
kannel-dev
ifile-gnus-el
gmult
cvs2svn
achilles
ups-monitor
gnote
libpackagekit-qt-dev
language-pack-pl-base
evolution-documentation-mk
linux-backports-modules-input-2.6.32-33-server
linux-backports-modules-input-2.6.32-28-server
tau-racy
python-xlwt
libsrs2-0
libsocks4
python-tksnack
libqrupdate1
libproxychains3
libeb
libqhull5
libbakery-2.4-dev
late
junior-gnome
libspooles2.2
ifmail
gforge-plugin-scmcvs
zlib1-dev
thunderbird-thunderbird-locale-he
thunderbird-thunderbird-locale-et
ss-dev
openoffice.org-l10n-ta-in
network-manager-openvpn-kde
mysql-server-4.1
libossp-uuid15
libboost-iostreams-dev
libappconfig-perl
ttf-oriya-fonts
system-config-printer-kde
linux-headers-virtual-lts-backport-maverick
regina-normal-doc
rebuildd
python2.4-selinux
ndoutils-nagios3
lineak-kdeplugins
libsqlxx-dev
libremctl1
libmaven-shade-plugin-java
libjmathtex-java
libdolfin-dev
kraptor
libndr0
coinor-libdylp-dev
autotrust
thunderbird-thunderbird-locale-eu
libossp-uuid16
libgmime2.4-cil
language-pack-kde-el-base
language-pack-kde-ber-base
language-pack-aa
libgnomecanvas2-dev
evolution-documentation-oc
apport-kde
linux-backports-modules-compat-wireless-2.6.35-2.6.32-33-preempt
linux-backports-modules-compat-wireless-2.6.35-2.6.32-28-preempt
mimedecode
pfaat
libnet-easytcp-perl
libio-socket-multicast-perl
libunicode-maputf8-perl
libghc6-hunit-dev
libcwiid1-dev
libaqbanking-backend
libhk-kdeclasses7
junior-kde
libedbus-svn-05
biosquid-dev
libevocosm-3.1-1
thunderbird-thunderbird-locale-gl
defoma
antlr3
vlc-plugin-ggi
qtiplot
python-gpiv
libjifty-plugin-comment-perl
libi18n-ruby1.8
levee
libzlcore0.10
convirt
boswars
weblint
libbt
bitmap
thunderbird-thunderbird-locale-fr
python2.3-svn
python-otr-dbg
python-numarray
ptunnel
pdfcrack
m17n-lib-doc
libmime-lite-perl
libgit-ruby
istanbul
mnemo2
arc-illustrious
emesene
cl-postoffice
thunderbird-thunderbird-locale-id
python-rdflib
libmono-i18n2.0-cil
libk3bproject
libdrm2-dbg
language-pack-kde-pl-base
klettres-data-kde4
bootchart
wmifinfo
weechat-core
tomatoes-data
linux-rt-headers-2.6
xmms2-dev
libsfst1-1.2-0
libmusclecard1
libhttp-response-encoding-perl
libgupnp-ui-doc
lam1-dev
itk3
gzrt
gpivtools
gnustep-gui-doc
gnunet-tools
gearhead2
faust
bmagic
auto-apt
mp3-decoder
liblwp-useragent-determined-perl
libelementary-dbg
kdenetwork-filesharing
libplasma-applet-system-monitor4
kdepim-runtime
python2.6-pudb
ttf-levien-typoscript
keurocalc-data
gozerbot
egroupware-manual
thunderbird-thunderbird-locale-ja
libopenobex1-dev
language-pack-af
gir1.0-gstcontroller-0.10
dict-client
python2.6-pydds
php-mail-mimedecode
openttd-data
libxml-feedpp-perl
libserf-0-0-dev
libccss-tools
jackbeat
libsoqt4-20
mysqmail
dsyslog-module-postgresql
finger-ldap
canna
python-pyogg
libboost1.39-dev
kgpg
libavahi-common3
linux-backports-modules-wireless-2.6.37-lucid-generic
xchat-otr
weechat-scripts
rifiuti2
python2.6-pyglet
libnora-ruby
libscalapack-mpi1
libmono-cecil-cil
libsql-translator-perl
libmoosex-emulate-class-accessor-fast-perl
imgvtopgm
xfce4-mcs-manager
erlang-pman
libdico0
autodns-dhcp
python-pgsql
python-wadllib
libiodbc2
libhal-storage-dev
ocaml-nox
linux-backports-modules-alsa-2.6.32-24-server
tuxcmd-modules
sword-text-rst
med-imaging
libaudio-mpd-perl
gstreamer0.10-fluendo-mpegmux
globus-gram-job-manager-setup-pbs-doc
xmore
libstdc++6-dbg
libprotoc5
libsys-hostname-long-perl
libgpm-dev
libboost-signals1.35-dev
libboost-signals1.40-dev
lib32icu42
graphviz
ttf-larabie-uncommon
sipcrack
razzle
pike7.6-gl
r-cran-randomforest
libsynopsis0.12
libphat0-dev
liblua5.1-md5-dev
libevas-svn-05-engine-fb
last
libextutils-cbuilder-perl
adns-tools
language-pack-be
flite-dev
fbset
emacsen
mozilla-chatzilla
python2.6-pyglew
libsemanage1
libogg-ocaml-dev
libldap-ocaml-dev
libkst0
libjboss-xml-binding-java
libaspectr
asciijump
thunderbird-thunderbird-locale-ka
python2.6-gamin
libplymouth-dev
language-pack-ca
kdesdk-strigi-plugins-kde4
gfortran-4.4-doc
xfonts-bolkhov-cp1251-misc
qutecom
python2.4-webut
pybridge-server
libsdl-image-dev
libkst1
libhtml-tableparser-perl
tagua
gkrellmd
erlang-parsetools
cpp-4.1-doc
rsyslog-doc
librpm-dev
libmpcdec3
language-pack-bg
libpam-gnome-keyring
distcc
linux-image-2.6.32-44-server
linux-image-2.6.32-39-server
libzeroc-ice3.3-java
libxerces28
libvtk-java
libpoldiff-dev
ocamlduce-3.11.2.0
libgtk2-traymanager-perl
libcoin20-runtime
pgadmin3
libghc6-dph-prim-seq-dev
libxerces-c3.1
tcl-tls
mono-debugger
strigi-daemon
libsuitesparse-dev
libdevmapper-dev
language-pack-am
kdebase-runtime-bin-kde4
libgdata1.2-1
dpsyco-devel
dh-apport
remmina-xfce
python-mlpy-doc
partlibrary
nethack-spoilers
matita
libpowerman0
libjson-wheel-ocaml-dev
libglobus-common-doc
gconf-cleaner
ucspi-tcp
codelite-plugins-continuousbuild
texlive-pstricks-doc
texlive-generic-extra
libtool1.4
libaa1-dbg
language-pack-an
finch-dev
iptables
kgb-client-git
rancid
python-amqplib
pennmush-mysql
vnc4-common
lifeograph
libtorrent-dev
libticables3
libnids0
libghc6-hsql-prof-1.7.1-324d9
incron
gnulib
libcgsi-gsoap1
libmathlib1-dev
firefox-ubufox
python-gpod
libz-dev
libboost-program-options1.37-dev
kdeedu-dbg-kde4
gcj-4.4-source
libxml-dom-perl
nfs-common
linux-backports-modules-compat-wireless-2.6.37-2.6.32-40-server
linux-backports-modules-compat-wireless-2.6.37-2.6.32-35-server
xmms2-plugin-smb
wesnoth-music
v-sim-common
torrus-apache
python2.3-hamlib3
polygraph
llibxml++-dev
libpt-1.10.10-doc
libnids1
lincity-ng
wapua
python-pypdf
bzr-stats
avrdude-doc
thunderbird-thunderbird-locale-hu
sgml-base-doc
samba-doc-pdf
language-pack-da
konquest
littex
linux-headers-2.6.32-41-generic
linux-headers-2.6.32-36-generic
wterm
seakmonkey
scanlogd
netpipe-mpich
netpanzer
mumps-test
libwfmath-0.3-4-dbg
libsvg-tt-graph-perl
ivman
hitori
gpixpod
viewcvs
ipmasq
libpolkit-gobject-1-dev
liblog4j1.2-java
xmotd
pegsolitaire
namazu
libyazpp1-dev
libspeex-ocaml-w7ja1
proxychains
libhugs-alut-bundled
gamgi-doc
dialign
python-pydirector
not+uclinux-uclibceabi
thunderbird-locale-ga-ie
plasma-widget-windowlist
mysql-common
libxcb-render-util0
language-pack-ar
gnome-help
xpdf-turkish
sugar-jukebox-activity
squid3-client
rt3.8-rtfm
python2.6-ooolib
pioneers-server-console
remember-el
libtext-greeking-perl
libclass-meta-perl
liblangscan-ruby
libmicrohttpd-dev
xemacs21-basesupport
egroupware-phpsysinfo
crafty
grepmail
bash-completion-lib
thunderbird-thunderbird-locale-is
libosp-dev
libdbus-glib-1-doc
language-pack-bn
language-pack-as
icedtea6-plugin
linux-headers-2.6.32-344-ec2
youtube-dl
redis-doc
python-pytrilinos8.0
mew-beta
vpb-utils
libshhmsg1
libpoconetssl9
libnb-svnclientadapter-java
liblua5.1-csnd
libgnome-pilot0
libghc6-array-doc
libghc6-pretty-dev-1.0.1.1-34534
eancheck
docky
cl-aserve
thunderbird-thunderbird-locale-it
language-pack-de
language-pack-bo
kigo
gtk2-engines-industrial
gstreamer0.8-tools
fakechroot
sgf2tex
python2.5-simplesettings
quixote
python-weberror
mecab-ipadic
libdbus-java-doc
libchipcard-ctapi0
hitchhiker
libhildon-1-dev
dict-freedict-spa-eng
libdballe4
libatlas-cpp-0.6-1
librsync1
php5-common
exim4-doc-info
python-wsgi-intercept
ophcrack-cli
libsocket-getaddrinfo-perl
openvas-server
libopencore-amrwb0
defendguin-data
libcomedi0
fluxbox
python-feedparser
libmono-oracle2.0-cil
libgl1-mesa-glx-dbg
openbsd-inetd
libgnome-pilot2
erlang-base-hipe
libjline-java
bcmwl-modaliases
xosview
nexuiz-dbg
libxenomai1
libgpp4-doc
libawn-dev
language-pack-br
initramfs-tools-bin
redhat-cluster-modules
linux-backports-modules-input-2.6.32-40-preempt
linux-backports-modules-input-2.6.32-35-preempt
linux-backports-modules-alsa-2.6.32-45-server
yeahconsole
wicd-gtk
sugar-read-activity-0.86
sqliteman
smcroute
php-imlib
octave-statistics
nanoblogger
libtemplate-plugin-clickable-perl
libifstat-dev
ganeti2
g++-4.3-multilib
mysql-server-5.0
language-pack-bs
libakonadi-kcal4
xfonts-biznet-iso-8859-2-75dpi
qt3-dev-tools-compat
php-net-ping
openvpn-auth-ldap
librrdp-perl
libprinterconf0c2a
libdbix-class-schema-loader-perl
gpsim-doc
thunderbird-thunderbird-locale-ko
mysql-server-5.1
libgnome-mag-dev
libboost-serialization1.38-dev
libcommons-io-java
java2-sdk
cervisia-kde4
eject
linux-backports-modules-compat-wireless-3.3-2.6.32-46-preempt
usplash-theme
tz-brasil
libtest-module-used-perl
libofx-dev
libocc0
libgnuift0
libghc6-regex-compat-prof
libbox2d0-dbg
jnettop
banshee-extension-coverwallpaper
libunbound2
language-pack-fa
language-pack-az
libxrandr2
gnome-icon-theme
zsh-beta-doc
ubuntustudio-menu
r-cran-matrix
python2.6-abiword
postgrey
php5-librdf
octave-symband
mozilla-mailnews
lptools
libsoil1-dbg
libopenh323-1.19.1-doc
festival-italian
xmms2-icon
ctn-dev
thunderbird-l10n-pt-br
uuidcdef
libxcb-res0-dbg
t1lib1-dev
libqt4-webkit-dbg
libkonq5-dev
oxygen-cursor-theme
xfce4-mixer-alsa
python-txaws
libsary-dev
libpanel-applet2-ruby1.8
openmpi-common
libmrpt-aria0.8
libgpevtype1-dbg
libglew1.5-dev
libghc6-regex-base-doc
libmoosex-object-pluggable-perl
libao-ruby
php-gettext
highlight-common
dtc-cyrus
libemail-simple-perl
libmx4j-java-gcj
xmoto
python2.3-speex
pike7.6-pcre
otrs2-doc-de
mysqmail-dovecot-logger
libpng-sixlegs-java
libnarray-ruby
libhtml-mason-perl-examples
libhd-dev
libgv-lua
ia32-libs-openoffice.org
golly
geany-plugin-spellcheck
enscribe
docbook-xml-website
anyremote-doc
not+s390
python2.4-pylibacl
python-newt-dbg
libmono-system-runtime1.0-cil
libdbus-qt-1-1
language-pack-gnome-ja-base
language-pack-cs
kfourinline-kde4
tex-common
git-completion
testng-doc
tcl-trf
mathpartir
libopenmpi1
libghc6-unixutils-prof-1.22-35b39
libghc6-glut-prof-2.1.1.2-05939
libengine-tpm-openssl
lineakd
jlint-doc
liblwpx-paranoidagent-perl
hdf4-tools
dbench
cbios
libjack-dev
libcdb-dev
beecrypt2
kolourpaint
linux-backports-modules-wwan-2.6.32-42-generic
linux-backports-modules-wwan-2.6.32-37-generic
user-mode-linux-doc
umview-mod-umdevtap
scmail
libmatio-dev
libesmtp1
libbakery-2.4-doc
jclicmoodle
python-pymtp
quodlibet
libapiextractor0
apparix
apertium-es-ca
python3-examples
libdevel-leak-perl
language-pack-ga
spring-engine
rrdcollect
portsentry
phpgroupware-setup
octave-time
libvorbisfile-ruby1.8
haskell-hdbc-postgresql-doc
jmol
kadu-gtk-modules
price.app
freevo-lirc
countrycodes
coinor-libdylp-doc
xfonts-cyrillic
xkbutils
tcl74
libgnomecanvas2-doc
libusb-1.0-0
libclutk-dev
language-pack-gnome-sk-base
language-pack-el
kdemultimedia-dbg-kde4
kde-i18n-ptbr
indicator-application
z80asm
xmds-doc
predict-gsat
pdftoipe
octave2.0-emacsen
gmines
libmgl-dev
libmediawiki-perl
libconfig-model-perl
libcgi-formalware-perl
kbarcode
libghc6-hunit-doc
firmware-tools
convlit
claws-mail-multi-notifier
dnshistory
kinput2-canna
texlive-science-doc
watch
libnss3-0d
scsitools
linux-backports-modules-compat-wireless-2.6.36-2.6.32-45-preempt
linux-headers-2.6.35-32-virtual
wordnet-grind
xen-hypervisor-3.3
ubuntu-qa-tools
kiki
libgoffice-dbg
splashy
xfree86-driver-synaptics
maven-ant-helper
language-pack-gd
language-pack-fi
language-pack-en
evolution-documentation-ru
nautilus-cd-burner
linux-backports-modules-compat-wireless-3.0.0-2.6.32-44-generic
linux-backports-modules-compat-wireless-3.1-2.6.32-43-server
linux-backports-modules-compat-wireless-3.0.0-2.6.32-39-generic
linux-backports-modules-compat-wireless-3.1-2.6.32-38-server
selinux-policy-ubuntu
pingus-data
network-manager-strongswan
licq-plugin-console
libhildonmime0
libbfb0-dev
kile
kaboom
gnome-devel-docs
ruby1.9.1
libclass-singleton-perl
libesmtp5
backstep
thunderbird-thunderbird-locale-lt
sqlite-doc
libnewt-utf8
libelementary-dev
libbonobo-activation4
language-pack-eo
language-pack-cy
libstreamanalyzer-dev
upower-doc
zpspell
zemberek-java-demo
python-textile
libming
libghc6-syb-with-class-dev-0.6.1-bee5b
kkbswitch
jfbterm
polyglot
libcrypt-cbc-perl
dtc-autodeploy
libnifti1
cl-uffi
cadaver
python-fuse
libqt3-mt-odbc
language-pack-ha
linux-backports-modules-compat-wireless-3.1-2.6.32-43-preempt
linux-backports-modules-compat-wireless-3.1-2.6.32-38-preempt
webgui
ubuntu-xen-server
sabily-themes
python2.5-numeric
python2.6-gtask
libqof2-backend-sqlite
libogre5c2a
libnfo1
libggadget-gtk-1.0-0a
libaudio-mixer-perl
kmess
ipcheck
giggle-personal-details-plugin
zcode-support
freemind-plugins-help
rcs-latex
libetpan13
libnet1
thunderbird-thunderbird-locale-nl
python2.4-twisted
python-pyogg-dbg
libnettle-dev
language-pack-dv
plasma-widget-networkmanagement
ivy-doc
libcorosync4
lacheck
xmms2-plugin-rss
xfce4-mixer
virtualbox-ose-guest-x11
python2.6-gammu
pyro-gui
libpam-passwdqc
libmorfologik-stemming-java
libgmp-ocaml
libformvalidator-simple-perl
libtest-www-mechanize-catalyst-perl
libanyevent-irc-perl
ldp-docbook-dsssl
kscreensaver-xsavers-webcollage-kde4
jmeter-apidoc
imagination
python-wokkel
libggadget-gtk-1.0-0b
python-ferari
libceguiogrerenderer-1.6.4
debsig-verify
gbgoffice
thunderbird-locale-af
libboost1.39-doc
libnss3-1d
gstreamer0.10-plugins-base
xgalaga
virt-top
ser-radius-modules
sendmail-tls
python-zope.i18nmessageid
pycocuma
octave-physicalconstants
mono-tools-gui
agdbnet
plplot9-driver-gd
libpam-pkcs11
libecasound-dev
libcoyotl3c2
libccscript3-dev
python-gnuradio-usrp2
g15daemon
festival-freebsoft-utils
egroupware-filemanager
claws-mail-spam-report
chromium-codecs-ffmpeg-extra
ttf-kacst
language-pack-es
linux-boot-loader
humanity-icon-theme
bacula-common-mysql
libapache2-mod-proxy-html
linux-image-2.6.32-45-preempt
liborsa0c2a
libohai-ruby1.8
libmail-imaptalk-perl
libhtml-wikiconverter-phpwiki-perl
libgpepimc0-dbg
e2ps
beid-tools
abinit-doc
not+mipsel
python-ldap-dbg
linux-image-2.6.32-21-virtual
libslang1-pic
libopenldap-dev
libxtst-dev
language-pack-he
language-pack-fo
language-pack-et
evolution-documentation-sv
wims-extra-all
timidity-el
python-gnuradio-audio
plasma-widget-customizable-weather
python-twill
gadmin-openvpn-client
autofs-hesiod
vim-gtk
totem-common
python-dateutil
libqt3-plugins-headers
language-pack-ia
language-pack-eu
language-pack-dz
libmldbm-perl
ca-certificates
xprt-common
xmms2-plugin-avformat
rafkill-data
python-cloudservers
libpolyml-dev
libdatapager-perl
lcov
alsaplayer-common
thunderbird-locale-be
x11proto-core-dev
language-pack-gl
apache2-mpm-itk
linux-backports-modules-wwan-2.6.32-35-server
linux-backports-modules-wwan-2.6.32-40-server
linux-backports-modules-wireless-2.6.32-34-server
linux-backports-modules-wireless-2.6.32-29-server
selinux-policy-dev
otrs2-doc-en
multi-aterm
mplinuxman
mach
libladspa-ocaml-dev
libtnt-dev
libbeansbinding-java-doc
grande
ftp.app
libswt3.2-gtk-jni
asterisk-prompt-fr-armelle
armagetronad
thunderbird-locale-ca
munin-java-plugins
libsilcclient
javascript-common
language-pack-fr
uim-ipa-x-sampa
tinymux
spring-map
xemacs21-bin
maria
libpostgisjava
libfontbox-java
libauthen-simple-pam-perl
talksoup.app
gnome-subtitles
libghc6-dph-prim-seq-doc
freetable
freecad
libbotan1.8-dev
thunderbird-locale-bg
ntfs-3g
libsuitesparse-doc
libssh-2-dbg
mesag3-glide
bluez-pan
libaa1-dev
language-pack-id
language-pack-hi
ispell-ga
chkrootkit
linux-backports-modules-compat-wireless-2.6.34-2.6.32-42-preempt
linux-backports-modules-compat-wireless-2.6.34-2.6.32-37-preempt
sudoku
r-cran-misc3d
python-python-gettext
python-statgrab
libzemberek-java
libticalcs2-2
libpgocaml-ocaml
libnbtk-1.2-0-dbg
libmusclepkcs11-dev
liblwipv6-dev
libghc6-x11-xft-dev-0.3-54fac
libcelt-dev
ibus-table-jyutping
ibus-clutter
libmagick++6-dev
xen-linux-system-2.6.26-2-xen-amd64
gaiksaurus
libgraflib1-gfortran
librepository-java-openoffice.org
lsb-release
python-gtk2
linux-headers-lbm-2.6.32-42-generic
linux-headers-lbm-2.6.32-37-generic
ubuntustudio-sounds
sword-text-web
sockstat
madlib-doc
libgraphicsmagick-dev
lincity
libjeuclid-core-java
gentoo
ebug-http
bwm-ng
quassel-core
python2.4-clientcookie
libjarjar-java
language-pack-ja
dmalloc
gnupg-doc
dpatch
llibxml++-doc
libresample1
libsqlite3-ocaml-dev-657c6
libglw-dev
libgemplugin-ruby1.8
libdate-pcalc-perl
ipwatchd-gnotify
libghc6-hsql-postgresql-dev
gauche
php-geshi
agsync
abrowser-webfav
not+sh3eb
thunderbird-thunderbird-locale-pl
language-pack-ig
djvulibre-bin
freeglut3
ser-acc-radius-module
octave-benchmark
opensaml2-schemas
libocamlnet-gtk2-ocaml-dev-2t7h0
libghc6-haskelldb-hdbc-prof-0.13-69120
libcvaux-dev
libghc6-extensible-exceptions-prof
byzanz
unixodbc-bin
thunderbird-locale-da
libcairo0.9.0-dev
apache2-common
ulogd-pgsql
scamper
python-pyrad
pxlib-dev
mutt-vc-query
libyazpp1-doc
libticalcs2-6
libopenscenegraph55
libghc6-hgl-prof
libfile-searchpath-perl
lfsck
ulogd
telnet-ssl
csladspa
xulrunner-dev
light-themes
libffi5-dbg
language-pack-ii
kdemultimedia
john
xmms2-client-cli
python2.5-iplib
pike7.6-pg
cuneiform
armagetron
libprotobuf-c0-dev
libsnowball-norwegian-perl
libtest-use-ok-perl
liboptions-ocaml-dev
jmqt
jing-trang-doc
libghc6-dph-par-prof-0.4.0-b4f33
libticalcs2-7
gfc-examples
libopenscenegraph56
filezilla-locales
gambas2-gb-form
xserver-xorg-driver-tdfx
xbattbar
thunderbird-locale-ar
libcommons-lang-java-doc
libboost-wave1.38-dev
language-pack-fy
python-gconf
dictionaries-common-dev
thunderbird-locale-bn
xfonts-biznet-75dpi
xemacs21-mulesupport
worker-data
wesnoth-nr
primrose
libsage2
libpam-krb5-migrate-heimdal
libdebian-package-html-perl
libcreal-ocaml-dev-01fg7
libgnomeprint-data
geneweb
canto
blacs-lam-test
pkgbinarymangler
libpod-simple-perl
libdebian-installer4-dev
language-pack-ka
language-pack-gu
speech-tools
sepia
scilab-minimal-bin-dbg
python-plplot
python2.4-opensync
poppassd
plasma-widget-daisy
massxpert-doc
liby2
libsoundtouch-ocaml-dev-mcaf6
librpc2-dev
libmrss-abi-0.19.2
libhildon-1-doc
plt-scheme
webmagick
thunderbird-locale-de
thunderbird-gnome-support-dbg
python2.6-cddb
libemail-address-perl
language-pack-gv
gpgsm
keyutils
linux-headers-2.6.38-10-server
zatacka
xoids
nextaw
umview-mod-umfuseext2
tclcsound
qdbm-util
gnatsweb
floatbg
tuxmath
dh-make-perl
libuno-cli-basetypes1.0-cil
bear-factory
language-pack-hr
linux-image-3.0.0-21-virtual
linux-image-3.0.0-16-virtual
python2.6-ptrace
python2.6-pesto
plymouth-theme-text
mpdtoys
ttf-isabella
libimager-perl
libawn-doc
grub2-splashimages
libghc6-template-haskell-dev-2.4.0.0-bbc7c
gauche-gtk
freedink
dpkg-www
buxon
language-pack-hne-base
libexcalibur-logkit-java
python-crypto
adium-theme-ubuntu
thunderbird-locale-br
python-zope.component-zcml
python-musicdns
php5-ming
slepc3.0.0-doc
libroot-ldap5.18
libquantum-entanglement-perl
libwebservice-validator-html-w3c-perl
libmojito-dev
libkaya-gd-dev
libgoo-canvas-perl
liblog-trace-perl
libcmph-bin
kdissert
php-file
gambas2-gb-gtk-pdf
kino
wmname
debian-reference-common
chiark-backup
aolserver4-nsopenssl
nvidia-185-modaliases
libxsltc-java-gcj
libsndfile1
libelfsh0-dev
libappindicator0.1-cil-dev
language-pack-ht
djvulibre-dbg
linux-image-server-lts-backport-maverick
linux-backports-modules-compat-wireless-2.6.39-2.6.32-46-server
xfce4-quicklauncher-plugin
reniced
libtext-worddiff-perl
libtest-spelling-perl
libsmltk0
libpoe-component-sslify-perl
libinotify-ocaml
libghc6-editline-dev
kannel-cvs
grandr
fp-units-net
cdcover
aurora
catdoc
nagios-plugins-standard
libz1
libkadm5srv6
language-pack-la
language-pack-hu
konqueror-plugin-searchbar
khelpcenter-kde4
kdeutils-kde4
openoffice.org-core
vtkdata
tryton-modules-stock
quickplay
prayer-templates
pcopy
librsskit0
libnet-scp-ruby1.9.1
libsfml-system1.5
grabc
libgnatprj4.4
fuzzyocr3
firefox-ubuntu-it-menu
effectv
dancer-ircd-doc
comedi-source
libxcb-res0-dev
librdf-dev
libqscintilla2-designer
libclutter-gtk-0.10-dbg
language-pack-kde-pap-base
gnupg2
freecdb
linux-headers-2.6.32-319-ec2
thin-client-manager-backend
libtggraphlayout-java-doc
libsha-ocaml-dev-lt232
multisync
libmime-lite-html-perl
liblemonldap-ng-conf-perl
dicom3tools
ctn-doc
pidentd
xserver-xorg-input-synaptics
libxml-twig-perl
python2.6-tk
human-gtk-theme
g++-multilib
gs-aladdin
firefox-2-libthai
sshguard
python-yappy-doc
pandora
writer2latex
vtk-examples
libmcardplugin
libmblock0c2a
libmimedir-gnome-dev
libsublime1
isns
ifile
libsdl-pango1
cyrus22-pop3d
xchat-gnome-common
thunderbird-thunderbird-locale-si
python2.3-vte
libfreeradius-dev
language-pack-is
sisu-complete
sipwitch-plugin-zeroconf
gpapers
poker-engine-common
libtfbs-perl
libtext-context-perl
libqofexpensesobjects0
libnss-extrausers
libkvutils1-dev
libhd-doc
libghc6-mtl-prof-1.1.0.2-23ca4
libfso-glib0
libembperl-perl
haskell-hsql-sqlite3-doc
haskell-haskelldb-doc
geordi
x11proto-xcmisc-dev
thunderbird-thunderbird-locale-ro
liblog4j1.2-java-doc
language-pack-it
language-pack-hy
okular
kmousetool
libaspell15
linux-sound-base
qemuctl
python2.6-sfml
plplot9-driver-psttf
phpgroupware-0.9.16-core-base
line6-usb-source
libplasma-ruby1.8
libcli-dev
libqofexpensesobjects1
gnubg
gir1.0-gstsdp-0.10
libdcmtk1-dev
cdcat
aegis3-web
a7xpg
kinput2-canna-wnn
thunderbird-thunderbird-locale-sk
thunderbird-locale-cs
language-pack-kk
language-pack-iu
maris
seed-doc
libshell-posix-select-perl
libmatio-doc
libortp8
libapache-configfile-perl
inetutils-ftp
libode1
bisonc++
apertium-es-gl
amule-utils-gui
ocaml-3.11.2
libxcb-sync0-dbg
language-pack-kl
language-pack-lg
kdepim-strigi-plugins
fetchmail-ssl
dhcp3-common
thunderbird-locale-ga
linux-headers-2.6.32-34-preempt
linux-headers-2.6.32-29-preempt
xmldiff-xmlrev
rmail
oss4-dkms
libsuikyo-ruby1.8
librevm0-dev
libgraphics-gnuplotif-perl
israndom
guile-db
gpsd-clients
shiki-brave-theme
k7fftwgel
expectk5.24
python-cssutils
amule-adunanza-utils
gnunet
libdigest-hmac-perl
language-pack-km
optipng
bind9-doc
welcome2l
python-pyosd
openttd-opengfx
libtorrent9
libpcd-dev
libhugs-unix-bundled
libefreet0
libcryptgps-ocaml-dev-08wl2
gkrellm-hdplop
gir1.0-gstrtp-0.10
libgnet2.0-0
g15mpd
crossfire-common
grace
thunderbird-locale-el
policycoreutils
libqca2-plugin-pkcs11
libdb4.3-dev
libbabl-0.0-doc
language-pack-li
language-pack-kn
gtk2-engines-metal
debconf-tiny
dmidecode
linux-image-2.6.32-342-ec2
qemubuilder
procmail-lib
mitools
libtifiles0
libtie-array-sorted-perl
pgplot5
libperlio-via-symlink-perl
libpanel-applet2-ruby
libmqdb-perl
libpod-eventual-perl
libautotrace-dev
swfdec-gnome
expectk5.31
dico-dev
bugmail-extension
usb-creator
libgssdp-1.0-2
language-pack-ko
nvidia-glx
thunderbird-locale-gd
thunderbird-locale-en
linux-headers-2.6.38-15-virtual
wmaloader
tix8.1-dev
shake
omniidl4
root-system-common
libcomplearn0
libexchangemapi1.0-dev
libauthen-simple-http-perl
ktoblzcheck
julius
flac123
gambas2-gb-qt-kde-html
pdfedit
pfb2t1c2pfb
x11proto-dri2-dev
thunderbird-thunderbird-locale-ru
thunderbird-locale-fi
libxml-java-openoffice.org
gir1.0-gst-0.10
abrowser-all-in-one-sidebar
readahead-fedora
pfstmo
rpc2-tools
libghc6-html-dev
libconfig-mvp-perl
libclass-pluggable-perl
canna-dev
jwchat
libcomplearn1
claws-mail-cache-saver
libimage-exiftool-perl
thunderbird-thunderbird-locale-sq
python-imaging-dbg
language-pack-nb
language-pack-mg
language-pack-gnome-id-base
language-pack-gnome-hi-base
hfsplus
libsqlite3-0
kdelibs5-dbg
wormux
vrflash
libdevel-logger-ruby1.8
mpb-doc
liece
libregexp-optimizer-perl
liboglappth-dev
libmodule-extractuse-perl
libmjollnir0-dev
libbulletml0d2
sylseg-sk
awn-manager
thunderbird-thunderbird-locale-sr
python-crypto-dbg
pulseaudio-module-gconf-dbg
urlview
kopete-otr
plasma-widgets-workspace
linux-image-3.0.0-13-generic
linux-backports-modules-compat-wireless-2.6.34-2.6.32-44-server
linux-backports-modules-compat-wireless-2.6.34-2.6.32-39-server
xmms2-client-nycli
remuco-xmms2
remuco-amarok
python-omniorb2-omg
openuniverse
libquantlib0
openmpi-libs0
lesstifg-dbg
oftc-hybrid
python-xmlbase
udhcpc
linux-backports-modules-wireless-2.6.32-21-generic
libjaxen-java-doc
language-pack-mi
language-pack-ks
bin86
smartdoc-doc
rhythmbox-applet
mago
xarchiver
www-search
libgpepimc0-dev
libdshconfig-dev
guile-1.6-dev
libghc6-base-prof-3.0.3.2-0092f
libconfigreader-perl
udhcpd
libclaw-logger1
archmbox
x-dev
python2.6-librdf
libstdc++6-doc
libmsn0.1
liblastfm-dbg
language-pack-gnome-si-base
language-pack-ne
language-pack-lo
firefox-gnome-support
devhelp
thunderbird-locale-es
python2.4-tunepimp
python2.5-numeric-ext
luciole
libxmmsclient++-glib1
libgnuradio-audio-alsa0
gir1.0-gstnetbuffer-0.10
ebox-squid
docbook-mathml
sqwebmail
fdisk
thunderbird-thunderbird-locale-uk
pcscd
libmsn0.2
libkdegames-dev-kde4
libgd-noxpm-perl
x11proto-fonts-dev
language-pack-mk
language-pack-ku
miscutils
linux-backports-modules-alsa-2.6.32-34-generic
linux-backports-modules-alsa-2.6.32-29-generic
xshisen
wbritish-huge
libqdbm-java
libmono-uia-winforms1.0-cil
libhtml-treebuilder-xpath-perl
libghc6-hsql-sqlite3-dev
gkrellmwireless2
libgettext-ruby-util
not+sh4eb
thunderbird-locale-he
thunderbird-locale-et
language-pack-ml
libmsn0.3
libmng1
mongodb-stable
libsqlite3-ruby
libqttestrunner1
gnunet-qt
debian-reference
cl-trivial-features
thunderbird-thunderbird-locale-tr
thunderbird-locale-eu
libcucul0
language-pack-oc
language-pack-kw
gnome-doc-utils
uim-latin
swi-prolog-xpce
selinux-policy-doc
python-poker-stats
libsmartirc4net-cil-dev
libpoppler-glib-ruby1.8-dbg
libnet-whois-raw-perl
libefreet-svn-05
libmoosex-role-withoverloading-perl
djplay
conspy
thunderbird-thunderbird-locale-vi
thunderbird-locale-gl
python2.6-libxslt1
libssh-2-dev
language-pack-mn
xmms2-plugin-tta
libsoci-core-gcc
liblinux-kernelsort-perl
libglobus-gsi-proxy-ssl-dev
libgdome2-cpp-smart-dev
libdevil1c2
freevo-common
libaudid3tag2-dbg
libsdl-sound1.2
w3m-el
thunderbird-locale-fr
python-mysqldb-dbg
pulseaudio-module-zeroconf
libksane-dev
libgmp2-dev
language-pack-nr-base
language-pack-om-base
language-pack-lt
language-pack-ky
ubuntustudio-audio
scim-server-socket
rsstail
php-crypt-gpg
libjgrapht0.6-java
libcsnd-java
libima-dbi-perl
libmoosex-types-common-perl
jigzo-data
hildon-theme-layout-4
gcipher
libtime-period-perl
claws-mail-tnef-parser
thunderbird-locale-id
libnjb5
language-pack-pa
hpijs-ppds
rblcheck
libgtk2.0-0
linux-backports-modules-wwan-2.6.32-40-preempt
linux-backports-modules-wwan-2.6.32-35-preempt
xtables-addons-common
sendxmpp
rrootage
lwatch
libneon26-gnutls-dbg
libmail-thread-perl
libemail-localdelivery-perl
libdb4.6++-dev
myspell-dictionary-en-gb
libpackagekit-dev
libnih1
language-pack-nl
language-pack-lv
openoffice.org-updatedicts
terminal
python2.3-adodb
libghc6-time-dev-1.1.2.4-c2925
libghc6-hsql-postgresql-doc
libbatteries-camlp4-dev
liblemonldap-ng-portal-perl
ike-qtgui
volumecontrol.app
freepops-updater-fltk
electricsheep
docbook-simple
ax25spyd
adept-updater
thunderbird-locale-ja
language-pack-mr
exim4-doc-html
libbluetooth3
sword-text-tagalog
seamonkey-dom-inspector
remuco-totem
regina3
plasmidomics
libvanessa-logger0
liblua5.1-md5-0
libextutils-install-perl
libperl-version-perl
libucommon-dev
libjifty-perl
mimedefang
gnome-alsamixer
graphicsmagick
bugzilla3
libcairo0.9.0-doc
language-pack-nn
language-pack-ms
linux-image-2.6.32-24-generic-pae
mysql-cluster-client-5.1
librplay3-dev
libnews-scan-perl
libmoosex-singleton-perl
libfilesystem-ruby1.8
libaqp3-common
kiso
gettext-kde
funnyboat
brltty-flite
libbibutils1
pdksh
libgdl-1-dbg
language-pack-kde-nr-base
language-pack-kde-om-base
language-pack-mt
libhangul0
dpsyco-lib
make
linux-backports-modules-compat-wireless-3.0.0-2.6.32-42-preempt
linux-backports-modules-compat-wireless-3.0.0-2.6.32-37-preempt
linux-headers-2.6.38-12-generic
linux-backports-modules-compat-wireless-2.6.37-2.6.32-30-generic
photoprint
paw++-static
fillets-ng-data-cs
edac-utils
caret
python2.3-xml
openoffice.org-help-2.4
kuiviewer
thunderbird-locale-fy
netgen-doc
rosegarden2
powermanga-data
nbibtex
muine-plugin-trayicon
mucous
usermode
libxenomai-dev
libopencore-amrwb-dev
libnb-ide12-java
libcomedi-dev
sword-text-wlc
dell-artwork
libmemcached2
mzscheme
liblog4j1.2-java-gcj
kmag
linux-image-3.0.0-13-server
wesnoth-1.8-l
python2.4-4suite
pylucene
gnunit
libtinymail-1.0-0-dbg
libtext-ocaml-dev
libogdi3.2-dev
knutclient
kdevplatform-dbg
kannel-extras
grads
electric-fence
dvb-apps
citadel-suite
apt-move
thunderbird-locale-ka
python-pastescript
ttf-thryomanes
libpam-mount
libgsf-gnome-1-114-dbg
language-pack-nr
language-pack-om
linux-headers-3.0.0-31-virtual
linux-headers-3.0.0-26-virtual
rosegarden4
otf-ipafont-gothic
openafs-kpasswd
octave-plplot
libsoci-mysql-gcc
monodoc-semweb-manual
libmemcache0
libxbsql0c2
koffice-data
expect-tcl8.3-dev
empire-hub
python2.6-renderpm
libxine1-bin
libopencryptoki-dev
thunderbird-locale-hr
linux-backports-modules-wireless-3.0.0-lucid-generic
unfs3
storebackup
python2.6-pyepl
python-playerc
octave-bim
libpolkit-grant-dev
python-extractor
gtkguitune
fso-abyss
freetype2-demos
libexporter-cluster-perl
dlume
coinor-libvol0
cl-salza
python-pyxattr
postfix-ldap
libxdmcp-dev
libtiff3-dev
language-pack-my
ksudoku-kde4
libtidy-0.99-0
kbugbuster-kde4
juk-kde4
libsrtp-dev
linux-backports-modules-compat-wireless-3.0.0-2.6.32-45-server
pyracerz
proxytunnel
pike7.6-perl
octave-ann
noip2
libxmlrpc3-client-java-gcj
libsfst1-dev
libhtml-tableextract-perl
ldtp
kerneltop
itop
halevt
fotowall
dvdbackup
cyrus22-common
colorgcc
amide
python2.3-setuptools
openoffice.org-hyphenation
libtiffxx0
librsvg2-cil-dev
unixodbc-dev
libgdl-1-3
libcomerr-kth-compat
nautilus-sendto-empathy
libuim0-gtk
python2.3-sqlobject
python-facebook
musixtex-slurps
libsidplay2-1
libpdf-fdf-simple-perl
libole-ruby-doc
libmlt1
maven2
liblua5.1-iconv0
libgretl0-dev
libghc6-editline-doc
libdbix-class-perl
klogd
libggzdmod6
enlightenment-data
dh-lisp
mbmon
centerim-fribidi
xserver-xorg-video-rendition
linuxprinting.org-ppds
libxfont1-dbg
libpthread-stubs0-dev
libicu36-dev
libclutter-gtk-0.10-dev
libcdparanoia0-dev
libboost-graph-dev
language-pack-pl
kdetoys-dbg
ttf-linux-libertine
python2.4-testresources
libtar-dev
libmlt2
libfcgi0ldbl
cecilia
thunderbird-locale-hu
openoffice.org-style
mysql-client-4.1
libkdcraw7
language-pack-or
xcircuit
synce-serial
sisu-markup-samples
shermans-aquarium
python2.5-reverend
planets
phpgacl
liburi-find-delimited-perl
libruby1.9-dbg
libmpich-shmem1.0c2
libcomplearn-ruby
libchamplain-doc
koffice-data-kde4
gkrellm-volume
getmail
apertium-oc-ca
php-mdb2-driver-pgsql
xrefresh
python-pyrex
likewise-open5-rpc
libsysfs-dev
libkdcraw8
xfonts-bolkhov-iso
plasma-widget-tvprogramme
libvdk2c102
libsqlite3-tcl
gnugk
ccontrol
talkd
texlive-lang-cyrillic
liblua5.1-wsapi-fcgi-0
libghc6-hsql-postgresql-prof-1.7.3-1c1b8
csound-manpages
not+ppc64
thunderbird-locale-is
pulseaudio-utils
ncurses-bin
libofa0
libclutter-doc
language-pack-gnome-zh-hans-base
language-pack-sa
docbook
libxcursor-dev
linux-headers-lbm-2.6.32-40-preempt
linux-headers-lbm-2.6.32-35-preempt
thunderbird-locale-hy
python-xpyb
mffm-libsndfilew-dev
lottanzb
libvanessa-adt-dev
liblua5.1-wsapi-fcgi-1
libflickcurl-dev
mgetty
gramps
directvnc
compartment
compface
apt-dpkg-ref
thunderbird-locale-it
cdwrite
python2.3-beautifulsoup
libxine1-dbg
libxcb-sync0-dev
libecpg-compat3
libelf-dev
language-pack-fur-base
kmix-kde4
zvbi
rt2500-source
python2.6-pyfribidi
mpdscribble
libslepc3.0.0-dbg
libromana-perligata-perl
libghc6-hslogger-dev
libdatetime-format-db2-perl
libcmph-dev
libswingworker-java-doc
gtkdiskfree
libmpeg2-4
iceauth
python-pyvorbis-dbg
language-pack-sc
gimp-dbg
bacula-director-common
libapt-inst-libc6.10-6-1.1
linux-backports-modules-compat-wireless-2.6.36-2.6.32-34-server
linux-backports-modules-compat-wireless-2.6.36-2.6.32-29-server
wmload
usbprog-gui
orocos-rtt
scanmem
monodevelop
libonig-dev
liblua5.1-xmlrpc0
libhugs-x11-bundled
libggimisc2-dev
libgdbm-ruby
libapache2-mod-jk2
taktuk
gcompris-sound-bg
libnucleus6
dvhtool
libvorbis0
libsensors4-dev
language-pack-sd
libsasl2-dev
gnugo
gimp-python
gsfonts
autodebtest
sugar-flipsticks-activity
python2.5-sqlitecachec
libtime-warp-perl
libpocomysql9-dbg
liboop-dev
libhk-classes-xbase
libapache2-mod-geoip
gnumeric-doc
gnokii-smsd-pgsql
libghc6-filepath-dev
libgtk2-trayicon-perl
libnjb-hotplug
language-pack-se
language-pack-pt
python-libxml2
libedataserver1.2-11
ipmenu
stardata-common
octave-octgpr
mindi-busybox
libpdf-table-perl
libimage-base-perl
libcrypt-dh-perl
hslogger-doc
gstreamer0.10-pocketsphinx
ps-viewer
libkxl0
dvb-utils
dico-doc
autopano-sift
xvinfo
libnunit-cil-dev
libglibmm-2.4-1
language-pack-ta
kdebase-runtime-dbg
tryton-modules-google-translate
stardict-plugin-gucharmap
qimo-session
openser-postgres-module
libsundials-serial0
libgettext-ocaml-dev-ilcs6
libghc6-pcre-light-dev
google-gadgets-qt
figtoipe
libeval0
apf-client
thunderbird-locale-ko
libhyphen-dev
libgmime-2.4-dev
libgd-barcode-perl
qt4-designer
kdelibs5-dev
catdvi
linux-image-3.0.0-29-server
wbritish-large
sinntp
parrot-minimal
libgnatprj4.1-dev
libghc6-html-doc
shiki-wine-theme
gcompris-sound-da
autofs5-hesiod
libvamp-sdk2
libtunepimp5-dbg
libsndfile0-dev
kdeedu-kvtml-data
thunderbird-locale-nb
linux-headers-3.0.0-23-generic
linoccult
mm3d
libsnmpkit2c2a
libprophet-perl
libobby-0.3-dev
liblucene-java-doc
lesstifg-dev
defendguin
libxkbfile1
libpostproc-dev
libgnomecanvas2-common
libfonts-java-openoffice.org
libbctsp-java-doc
libbz2-dev
language-pack-si
file-roller
eclipse-ecj-gcj
dh-buildinfo
zephyr-client
wsola
rawstudio
prover9-mace4
partimage-server
libsmdkim2
libsdl-sge-dev
libopendkim-dev
libghc6-mtl-dev-1.1.0.2-23ca4
libflexmock-ruby1.9.1
gcompris-sound-ar
liblastfm-dev
geoip-bin
libbonobo2-bin
language-pack-te
language-pack-ro
plymouth
apache2-prefork-dev
wmpinboard
vzctl
readpst
python2.6-daap
python-wxglade
libwirble-ruby
libhttp-access2-ruby
libextlib-ocaml-t5854
libtest-assertions-perl
guile-1.6-doc
libghc6-old-time-prof
ubuntu-edu-primary
tclthread
python-ldap-doc
ncurses
libgdiplus
language-pack-sk
kipi-plugins-doc
ktuberling
kanagram-kde4
zssh
val-and-rick-data
sqlline
spring-mod
libmms-dev
libmail-bulkmail-perl
liblrs-dev
libgensec-dev
libdb4.3-ruby1.8
libclass-c3-xs-perl
libboo2.0-cil
libapache2-mod-ocamlnet
libhugs-mtl
libmpd-dev
gkrellm-thinkbat
gcompris-sound-de
freeciv
eclipse-pde-gcj
claws-mail-fancy-plugin
audacious-dbg
libungif4-dev
language-pack-tg
language-pack-sl
linux-image-2.6.32-317-ec2
icedove-l10n-he
readseq
libvalidate-net-perl
liblingua-stem-ru-perl
libghc6-hsql-sqlite3-doc
ircd-hybrid
harminv
josm
libmpc2
ocaml-report
nvidia-glx-180-dev
xserver-xorg-video-i128
thunderbird-locale-mk
openoffice.org-help-3.1
freetype1-dev
libdbusmenu-glib-dev
language-pack-th
libavcodec-extra-52
vttest
xsynth-dssi
python2.6-sexy
pamusb-tools
libbelpic0
hmake
conduit
sylpheed-claws-gtk2-smime-plugin
cakephp1.2-scripts
python-gnome2-desktop
openssh-blacklist
openoffice.org-help-3.2
librelp0
myspell-el-gr
language-pack-ti
umlet
r-cran-zelig
python-radix
python2.5-pysqlite1.1
libhocr-perl
libgfccore-2.0-0c2
libcvs-perl
kdewebdev-dbg-kde3
henplus
gcompris-sound-br
libedfmt0
linux-backports-modules-headers-lucid-server
libxcb-xtest0-dbg
libssh-2-doc
libboost-system1.40-dev
language-pack-so
language-pack-gnome-gl-base
hostname
libparse-debcontrol-perl
linux-backports-modules-wireless-2.6.39-lucid-preempt
sugar-emulator
screenie-qt
phpunit
mcdp
libtime-human-perl
libglobus-gsi-proxy-ssl-doc
libgensec0
libdisasm-dev
kino-dvtitler
dlocate
cutils
libtext-markdown-perl
libmms0
openoffice.org2-evolution
libtest-number-delta-perl
language-pack-tk
language-pack-ru
usplash
apparmor-parser
r-cran-gplots
pandoc
oggvideotools
neverball-common
libspreadsheet-ruby1.9.1
libneon26-gnutls-dev
libminidjvu0
libmpd1
libdata-stag-perl
beidgui
xserver-xorg-driver-chips
thunderbird-locale-lt
libtidy-dev
libpciaccess-dev
language-pack-ug
language-pack-tl
language-pack-sq
drbd-module-source
libunix-syslog-perl
libarchive-tar-perl
thunderbird-locale-pa
uqwk-spool
ttf-sil-charis
python2.4-cherrypy2.1
nagzilla
mp3check
mountmanager
martj
forester
libbeanstalkclient-ruby
aqsis-libsc2a
libalgorithm-numerical-sample-perl
libqbanking8
liblablgtksourceview2-ocaml-0bhx8
ttf-larabie-straight
libminc2-1
libltdl3
libstylebook-java
libpam-motd
libgnomemm-2.6-dev
language-pack-sr
language-pack-rw
graphicsmagick-imagemagick-compat
webfs
vim-syntax-gtk
python2.4-forgethtml
monajat-mod
mirrorkit
conquest-dicom-server
libtzinfo-ruby1.9.1
libkml-dev
gnuit
cabal-install
bug-triage
librest-extras-0.6-0
thunderbird-locale-nl
uml-utilities
ocaml-interp-3.11.2
libmono-winforms2.0-cil
language-pack-tn
language-pack-ss
kturtle
less
wildmenus.bundle
python2.6-clientform
libucommon-doc
libprogressbar-ruby
libghc6-vty-dev-3.1.8.4-88fdc
libdmtx-dev
libdbix-class-dynamicdefault-perl
jove
mdctl
libxcb-randr0
libxcb-icccm0-dev
oprofile
libgdl-1-dev
libfribidi-dev
language-pack-ve
language-pack-st
language-pack-fa-base
language-pack-az-base
ksnapshot-kde4
libpaper1
thunderbird-locale-nn
adobe-flashplugin
xfce4-mailwatch-plugin
wims-extra
wimpiggy
libtext-micromason-perl
libkrb5-ruby1.8
libglobus-gsi-callback-dev
libghc6-binary-dev
libgavl-ocaml-phoo4
pwauth
gcompris-sound-cs
gauche-gl
decibel-audio-player
php5-sybase
libpixman-1-0-dbg
libcrypt-openssl-bignum-perl
language-pack-wa
language-pack-uk
oneliner-el
r-cran-qvalue
mason
libggi-target-emu
libbackgroundrb-ruby
libadolc-dev
gkrellm
etherpuppet
python-xattr
ri1.8
mysql-client-5.0
libintl-xs-perl
language-pack-sv
libstdc++6-4.4-dbg
libltdl7
spamassassin
linux-backports-modules-compat-wireless-2.6.38-2.6.32-42-generic
linux-backports-modules-compat-wireless-2.6.38-2.6.32-37-generic
ubuntustudio-wallpapers
ri1.9
python2.6-pyxmpp
python-netcdf
mseide-msegui-src
libsource-highlight-qt4-dev
libmath++-dev
libluabind0.9.0
libcommons-dbcp-java-doc
klone-source
kdevplatform-dev
ippl-dbg
gnumeric-gda
cdecl
mysql-client-5.1
libsmokesoprano3
libjson-glib-1.0-0-dbg
libart2.0-cil-dev
language-pack-tr
writer2latex-manual
ser-acc-db-module
packeth
libmaven-invoker-java
libbjack-ocaml-dev-emzn2
gretl-common
gcompris-sound-el
xul-ext-firebug
dict-freedict-fra-deu
clamav-testfiles
libball1.3
libasm0-dev
language-pack-vi
language-pack-ts
ktimer
enscript
linux-image-2.6.32-42-virtual
linux-image-2.6.32-37-virtual
xmms2-plugin-wma
wesnoth-l
science-meteorology
quanta-data
php5-mapscript
libpam-pwdfile
liblscp
libgraph-readwrite-perl
xemacs
gxemul-doc
gimp-dds
libkwnn0
libmpeg3-1
cdi2iso
bitpim
apertium-es-pt
nvidia-settings
language-pack-tt
language-pack-kde-fa-base
language-pack-kde-az-base
kubuntu-konqueror-shortcuts
skencil
sysvinit
libmagic1
zynadd
songwrite
ruby-full
python2.5-nifti
ngorca
mhddfs
libhippocanvas-1-0
modxslt-doc
libapache2-mod-random
kdewebdev-doc-html
httptunnel
globus-gss-assist-progs
gcompris-sound-fi
gcompris-sound-en
cl-clg
bayonne-prompts-sys
arptables
python-profiler
php5-odbc
linux-ec2-doc
libbit-vector-perl
tcpslice
python2.6-inotifyx
python-4suite-common
moblin-icon-theme
libxml-rsslite-perl
liblivemedia-dev
libghc6-terminfo-dev-0.3.0.2-008ea
libacme-brainfuck-perl
kopete-plugin-otr-kde4
keytouch-data
imageinfo
hg-load-dirs
gnomoradio
email-reminder
emacs22-el
apertium-oc-es
python-pyasn1
telepathy-mission-control-5
gsfonts-x11
python-kde4
linux-backports-modules-alsa-2.6.32-32-preempt
linux-backports-modules-alsa-2.6.32-27-preempt
xpdf-common
tunneldigger
squirrelmail-lockout
luola-data
libsha-ocaml-dev
libgfccore-2.0-0-dbg
libdifflcs-ruby1.9.1
python-imdbpy
dssi-plugin-hexter
guile-library
di-netboot-assistant
dbeacon
axiom-source
heimdal-dev
libclutter-gtk-0.10-doc
cfitsio3
language-pack-ur
kjots-kde4
dselect
system-cleaner
ttf-droid
python2.6-mvpa-lib
pgn2web
monkeystudio-dbg
oggz-tools
libhk-kdeclasses
libchipcard-libgwenhywfar47-plugins
koffice-dbg
kwin-style-bespin
apt-index-watcher
coqide
sylpheed-claws-gtk2-perl-filter
cl-s-xml
libaiksaurus-bin
aeolus
virt-manager
thunderbird-locale-pl
pulseaudio-dbg
notify-osd-icons
libllvm2.7
openoffice.org-spellcheck-de-ch
cdtool
texinfo
apt-watch
vectoroids
vdr-kbd
python-zhpy
python-openal
ndoutils-pgsql
lprng-doc
libsexymm2-dbg
libsexp-processor-ruby1.8
libjna-posix-java-doc
libgruel-dev
libghc6-x11-dev
libghc6-irc-dev
liberuby
uudeview
apertium-es-ro
libdb4.8-java-dev
yakuake
vlc-plugin-pulse
stardict-plugin-spell
freeswan
nexuiz
mythbuntu-diskless-server
libshishi-dev
libpixels-java
libhyantes-dev
gplanarity
gcompris-sound-es
cvs2html
libmumps-seq-4.9.2
libpoppler-qt4-dev
libbctsp-java-gcj
openoffice.org-spellcheck-de-de
openoffice.org-spellcheck-de-at
wesnoth-server
universalindentgui
quickplot
libapache-mod-musicindex
libtinymail-gnome-desktop-dev
libogremain-1.4.7-dbg
libluabind-dbg
libghc6-openal-prof-1.3.1.3-fb702
kthesaurus-kde4
grass-dev
gcompris-sound-he
freecol
python-ubuntuone
libgnomeuimm-2.6-1c2a
kteatime
unhide
r-cran-combinat
mirrormed
libglc-dev
libmoosex-semiaffordanceaccessor-perl
libslepc3.0.0-dev
klone
remmina
geda-gschem
gcompris-sound-eu
libgwrap-runtime-dev
ufc-doc
configfile-doc
ario-common
libmono-cil-dev
libboost-date-time1.36-dev
language-pack-xh
gnome-netstatus-applet
linux-backports-modules-compat-wireless-2.6.36-2.6.32-34-generic
linux-backports-modules-compat-wireless-2.6.36-2.6.32-29-generic
vzdump
spamassassin-rules-ja
libsigx-2.0-2
libghc6-hslogger-doc
libaiksaurus-data
laptop-netconf
hspell-gui
haskell-edison-doc
gnome-hearts
freesweep
python-launchpad-integration-dbg
libusbmuxd1-dbg
blas-dev
libasound2-plugins
python-martian
openpref
mlterm-tools
libocpf0
apt-listbugs
atlas3-doc
libkrossruby0
jppy
xymon-client
google-gadgets-xul
gcompris-sound-fr
cl-awk
bombardier
espresso-ubuntu-doc
ttf-vlgothic
language-pack-wo
setcd
metacam
sablotron
liboop-doc
libnet-z3950-zoom-perl
libmcal-dev
libgupnp-av-doc
libghc6-parsec-prof-2.1.0.1-d3e99
libganymed-ssh2-java
libghc6-filepath-doc
gff2ps
gcompris-sound-id
gcompris-sound-hi
libclutk-0.2-0
language-pack-uz
kstars-data-kde4
libgpg-error0
libtk-gst
thunderbird-locale-pt
xmms2-et
ttf-jura
solarwolf
python-bluetooth
phpgroupware-email
perdition-mysql
licq
libtexttools4
libsymmetrica-dev
libsvncpp0
liblog-agent-rotate-perl
libjs-mootools
libusrp-dev
kopete-cryptography
klog
doc-linux-text-ja
libgssapi2-heimdal
sylpheed-claws-gtk2-pgpinline
python-gtop
openoffice.org2-thesaurus-pa-in
pciutils-dev
libattica-dev
thunderbird-locale-ta
python2.6-simpleparse-mxtexttools
perceptualdiff
mmpong-gl
minlog
libtunepimp5-dev
libgoocanvas-ruby1.8
libghc6-pcre-light-doc
libdb4o6.1-cil
libuniversal-exports-perl
kommander-kde3
knemo
klogshow
guile-pg
granule
epiphany-browser-data
dictem
ocaml-ioxml
libcairo5c-0
bidiv
deejayd
python-imaging-doc
libyaml-perl
libgmime-2.4-doc
kdelibs5-doc
libxine1-ffmpeg
wmppp.app
tuxguitar-alsa
svn-devscripts
sugar-connect-activity
sagcad
rpncalc
meritous-data
libace-flreactor-dev
inetutils-tools
gimmix
libnids1.21
libglobus-gsi-openssl-error0
ttf-gfs-didot-classic
xmule
python2.6-pyicu
ncurses-dev
language-pack-yi
kdebase-workspace
hplip-dbg
thunderbird-locale-rm
linux-image-2.6.32-34-generic
linux-image-2.6.32-29-generic
w2do
sqlrelay-mysql
sdf-doc
octave2.9-info
python-wxversion
mecab
libsvncpp3
libsnmpkit2c2
libdesktop-agnostic-bin
ketm-data
python-gamera
exrtools
cl-ironclad
libjaxp1.3-java-gcj
libindicate-dev
kde-minimal
linux-image-2.6.35-30-server
linux-image-2.6.35-25-server
w3af
virtualbox-guest-additions
tango
remuco-tvtime
pureadmin
libtexttools-dev
libsrs2-dev
libsimpledb2
libghc6-uulib-prof
libgdk-pixbuf2-ruby
itcl3.0-dev
firmware-extract
convmv
thunderbird-locale-si
libreadline-dbg
libboost-iostreams1.39-dev
landscape-common
packagekit-kde
hwdata
gnupg
binutils-gold
tepache
t1lib-bin
sdpnetstat
webmin
wengophone
libxmlm-ocaml-dev
libsbuild-dev
hol88-doc
egroupware-developer-tools
dpm-postgres-nameserver
audacious-dev
thunderbird-locale-ro
libgd-perl
libpisync1
python2.6-qtext
pymissile
mtink
ml-lex
swi-prolog
libstring-koremutake-perl
kobby
gadfly
fweb-doc
libdesktop-agnostic-cfg
isdnutils-base
thunderbird-locale-sk
libxcb-xvmc0
language-pack-zh
okular-extra-backends
dictfmt
linux-backports-modules-compat-wireless-2.6.38-2.6.32-45-server
xulrunner-flashgot
selinux
scim-modules-socket
python-pyrrd
ng-cjk-canna
quitcount
libxmlrpc-epi-dev
librt-client-rest-perl
libpgraphutil-smlnj
libmojito-client1-dbg
libvdeplug2
nag2
libgpeschedule0
gpe-announce
gkrellmwireless
emacs-snapshot-common
dialign-tx-data
childsplay-alphabet-sounds
aclock.app
libtk-img
thunderbird-locale-sl
libcanberra-gtk-dev
hplip-data
freeradius-ldap
emacs22-gtk
linux-backports-modules-compat-wireless-2.6.34-2.6.32-31-generic
linux-backports-modules-compat-wireless-2.6.34-2.6.32-26-generic
xsensors
seamonkey-gnome-support
python2.3-pygame
libghc6-hsql-odbc-prof
libextlib-ruby1.8
libdaemonize-ruby1.8
kuvert
imazesrv
hamfax
gnunet-client
dbskkd-cdb
cvs-syncmail
bibus
libxcb-xtest0-dev
liblog4net-cil-dev
language-pack-yo
language-pack-gnome-ber
erlang-base
zziplib-bin
icedove-bidiui
sendemail
python-pyxine-dbg
python2.6-gnuradio-cvsd-vocoder
monotone-doc
libmemcached
libzvbi-0.1
libfreehep-swing-java
libethos-ui-1.0-0
freecad-dev
rosegarden
bacula-console-qt
acovea-results
lftp
kdepasswd
libstartup-notification0-dev
blt4.2
gnu-smalltalk-doc
pnputils
libjwordsplitter-java
kq-data
libghc6-directory-dev-1.0.1.0-d465e
geany-plugin-doc
python-ecasound2.2
cyphesis-cpp-game
libnetcdf4
canna-utils
pulseaudio-utils-dbg
libtemplate-perl
rsplib-registrar
pcb-gtk
ocrodjvu
libpod-constants-perl
libmoonlight-system-windows3.0-cil
talkd-hurd
libsort-naturally-perl
powermanagement-interface
python-aalib
gcompris-sound-hu
dh-metainit
xfonts-75dpi-transcoded
alcovebook-sgml-doc
thunderbird-locale-ru
scribus-template
libxcb-image0-dev
xtradius
libbonobo2-dev
libsoup2.4-1
python2.3-yappy
libcoin40c2
kcoloredit-kde4
python-smbus
hugin-tools
apt-offline
thunderbird-locale-sq
libgnomemm-2.6-doc
libboost-filesystem1.40.0
kmix
libstreamanalyzer0
shapetools
vis5d+
python2.5-omniorb
python2.3-mechanize
notecase
bowtie
mbot
libgdome2-cpp-smart0c2
libdebug-client-perl
knet
python-opencv
dh-consoledata
thunderbird-locale-sr
python-numpy-dbg
kdeartwork
libtext-format-perl
linux-headers-3.0.0-32-server
linux-headers-3.0.0-27-server
w3cam
zsync
python2.6-gnuradio-audio-jack
nfqueue-bindings-python
libpod-pom-perl
libio-tiecombine-perl
libdiagnostics-dev
libhttp-server-simple-static-perl
kwalify
fontdata-rsp
docdiff
postgresql-plperl-8.4
libpdflib804-2-dev
cppunit
libgfortran3-dbg
libgd2-noxpm
perforate
libglobus-gsi-callback-doc
libghc6-binary-doc
libdatetime-astro-sunrise-perl
gcompris-sound-it
libxbase2.0-bin
libpolkit2
classmate-artwork
liberubis-ruby
libtest-harness-perl
nautilus-gksu
libio-socket-inet6-perl
kdenetwork-dbg
libstdc++6-4.4-dev
octave-signal
msmtp
libgnom2-ruby
g2ipmsg
libeditline0
elscreen
beaglefs
thunderbird-locale-uk
libwps-dev
monodoc-nunit-manual
liblaunchpad-integration-cil-dev
language-pack-gnome-he-base
language-pack-gnome-fo-base
language-pack-gnome-et-base
myspell-dictionary
libgphoto2-2
thunderbird-locale-sv
linux-image-3.0.0-29-generic
linux-backports-modules-wireless-2.6.32-42-generic
linux-backports-modules-wireless-2.6.32-37-generic
ripperx
python-osmgpsmap
maxd
libsource-highlight-qt4-doc
libmath++-doc
liblwt-glib-ocaml-dev
libdecodeqr-dev
libdc0-dev
libcdaudio-dbg
libagg-dev
python-numeric
libpari2-gmp
freevial
dsyslog-module-gnutls
adonthell-data
knfs
libgnome-cil
kdesdk-kio-plugins-kde4
drbd-utils
dejagnu
cyrus-sasl2-dbg
wmmaiload
doc-rfc-misc
subtitleeditor
sbcl-doc
qemu-kvm-extras
python-zope.app.pagetemplate
visionegg
vpb-driver-source
libmapiadmin-dev
libasis-dev
insighttoolkit3-examples
ibus-table-easy
dragbox
thunderbird-locale-tr
atftpd
python-reportlab-accel
pulseaudio-module-lirc-dbg
kmtrace
vim-rails
trigger-rally-data
beast-mcmc
libsscm3
libmrpt-stereoslam0.8
libopenid-ruby1.8
libbind-confparser-perl
hammerhead
dossizola
curves
python-pyparsing
thunderbird-locale-vi
mawk
libgnomekbd-common
libopenais-legacy-dev
libcommons-collections3-java-doc
language-pack-zu
language-pack-gnome-se-base
language-pack-gnome-pt-base
kdegraphics-dbg-kde4
wdiff
libogg0
linux-image-2.6.35-30-virtual
linux-image-2.6.35-25-virtual
downloadstatusbar
ubuntustudio-look
teeworlds
opensched
netapplet
libmath-random-isaac-xs-perl
libexo-0.3-dev
libdmtx0a
libgtkhtml2-0
fbxkb
eclipse-platform-common
xul-ext-thunderbird-locale-zh-cn
lsb-cxx
libsdl1.2debian-nas
libkdeedu-dev
libv4l-dev
speechd-el
parchive
libsdl-image1.1-dev
libclass-throwable-perl
kooldock
koffice-i18n-nds
freefem
xmlrpc-c0
libldap2
language-pack-bs-base
libebook1.2-9
youtranslate
tagcloud
postgresql-pltcl-8.4
libxml-xerces-perl
libotr1-bin
libjfreechart-java-doc
libhttp-cache-transparent-perl
libglpng-dev
libgdome2-cpp-smart0c2a
koffice-dev
gcompris-sound-nb
ncbi-rrna-data
libgtksourceview2.0-common
hwtest
python-llvm-dbg
libkaya-mysql-dev
libjcifs-java-doc
libgv-tcl
libglobus-openssl
libosso1
dzedit
python-opengl
libgnat-4.4
libsane-dbg
xmms2-plugin-xml
python-pyentropy
python2.6-cwiid
nicotine
libomnievents2
liblua5.1-rings-dev
libglobus-libtool-dev
libghc6-x11-doc
libghc6-irc-doc
libgda3-sqlite
libdataobjects-postgres-ruby1.8
libcothreads-ocaml-dev
pdnsd
libmail-imapclient-perl
gwaterfall
gpe-clock
syfi-bin
libcherokee-base0
swig-doc
libtest-subcalls-perl
language-pack-nn-base
language-pack-ms-base
libtest-perl-critic-perl
libluabind-dev
junior-puzzle
eb-doc
libpuzzle-php
python-openid
libmediastreamer0
kcm-gtk
linux-headers-2.6.32-23-generic
vigor
scottfree
ruby-pkg-tools
octave2.9-htmldoc
libxmlplaylist-ocaml-dev
libsoundtouch0-dev
libopenafs-dev
libogremain-1.6.4-dbg
libibcm1
libdspam7-drv-mysql
grass-doc
fortunes-mario
chemtool
ccd2iso
jamin
python2.4-twisted-conch
libxine1-doc
libpcap-dev
language-pack-kde-bs-base
renpy-thequestion
python2.6-pyme
libdumb1-dev
liboscache-java
libcontactsdb0
aiksaurus
xqbiff
mono-gmcs
fcron
busybox
qmidicontrol
python-dingus
octave-doc
mingetty
libsyslog-ocaml-dev
labyrinth
libapache-mod-ruby
libtemplates-parser11.5
globus-gridftp-server-progs
db4.6-doc
celestia-gnome
blahtexml
mutter
libfaad2
aspell-af
blas-doc
gnomine
fontforge-doc
linux-backports-modules-compat-wireless-2.6.37-2.6.32-46-generic
zope-debhelper
vagalume
ogamesim
mercurial-common
libnet-hiveminder-perl
libjboss-messaging-java
libidzebra-2.0-mod-grs-regx
libgmime-dev
libfstrcmp-dev
libdeprecated-ruby1.9.1
libikvm-native
globus-core
geany-plugin-gdb
ctsim-help
qemu-common
libswt-mozilla-gtk-3.5-jni
language-pack-kde-nn-base
language-pack-kde-ms-base
language-pack-kde-ast-base
xfonts-bolkhov-cp1251-75dpi
xfce4-verve-plugin
xfce4-dict
scolily
rtirq-init
python2.5-spread
libgfcui-2.0-0
libdesktop-notify-perl
libaiksaurus-dev
php-http-request
hol88-contrib-help
gstreamer0.10-schroedinger
dhis-mx-sendmail-engine
coderay
adtool
packagekit-backend-apt
libqwt-dev
libpam-umask
plasma-widget-message-indicator
dhcp-client
consolekit
xmms2-plugin-ices
wmmisc
sup-mail
python2.3-zsi
libwnn6-dev
libgsm0710-dbg
libghc6-quickcheck1-prof
libdrmaa-dev
libnet-tclink-perl
gcompris-sound-pa
libpcd2
grass
xditview
libtag1-vanilla
libg++2.8-dev
libcroco3-dev
libxine1
linux-backports-modules-compat-wireless-2.6.38-2.6.32-40-preempt
linux-backports-modules-compat-wireless-2.6.38-2.6.32-35-preempt
linux-backports-modules-compat-wireless-3.2-2.6.32-44-generic
linux-backports-modules-compat-wireless-3.2-2.6.32-39-generic
libtifiles2-3
libnss-lwres
libhtml-calendarmonth-perl
libalut-dev
libafterstep0
gramps-manual
gimp1.3-cbmplugs
gcompris-sound-nl
sysfsutils
xutils-dev
rsyslog-gnutls
libboost-python-dev
libaudiofile0
mailutils-mh
libpolkit-dev
libosmgpsmap0
libglobus-rls-client5
gcompris-sound-mr
python-gweather
aspell-ca
aolserver4-nssqlite3
libafterstep1
apsfilter
libparams-check-perl
libldap2-dev
ximian-setup-tools
fortran95-compiler
empathy-dbg
unidesc
rkhunter
python2.4-slides
meep
tree-ppuzzle
libserial0
libmpich-shmem1.0gf
libjetty-extra-java
libtifiles2-5
gcompris-sound-nn
python-decoratortools
kompozer
diatheke
libdeps-renderer-dot-perl
aspell-bg
libsmpeg0
python2.3-gst0.10
libsdbm-ruby1.8
libindicate-doc
libungif4g
libreadline-dev
libpng12-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment