[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

possible MBF: automatically detecting unused build dependencies



Hi,

we would like to propose an MBF with severity wishlist to drop unused build
dependencies in a number of source packages indicated by the attached two text
files and the dd-list output.

TLDR; We searched a selection of source packages relevant to bootstrapping for
build dependencies which are never used during the package build. Fewer build
dependencies help making bootstrapping easier so we want to submit bugs for the
results we generated. The results were generated automatically by a script
using fatrace(1) and fake packages. It follows the MBF template email and a
detailed explanation of our procedures. Attached is the list of the unused
build dependencies we found and the output of dd-list. We would like you to
review the list, drop unused build dependencies or report errors.

MBF template email:

--%<---------------------------------------------------------------------------
Subject: Please consider removing the build dependencies on $foo, $bar and $baz
Severity: wishlist
Usertag: unusedbd
User: bootstrap@lists.debian.org

Dear Maintainer,

the build dependencies $foo, $bar and $baz of this source package do not seem
to be needed. Neither are any of their files accessed during the build nor are
their dependencies on other binary packages required. Please consider dropping
those build dependencies to make bootstrapping Debian easier.

You can find more detail about the procedures that were used to find this
problem in the MBF announcement on debian-devel: $email
-->%---------------------------------------------------------------------------

Long version:

Our "bootstrappable Debian" GSoC student Peter Pentchev found a number of
source packages that did not make use of some of their build dependencies [1].
We thought we could automate this process so we set up a simple sbuild based
package builder. The machinery works in two passes. In the first pass, all
source packages are built normally but with fatrace(1) active. From the fatrace
output we determine all build dependencies of which no files were used during
the build.  In the second pass we go through all source packages for which
candidate droppable build dependencies where found with fatrace and test
whether those build dependencies are really droppable by replacing them with an
empty equivs package without dependencies one by one.

The first pass makes sure that the files of a specific build dependency are not
needed. This is to make sure not to produce false positives of build
dependencies which, if not installed on the build system, do not result in a
build failure but instead just in a reduction of functionality of the output
binary. The second pass makes sure that also the dependencies of a specific
build dependency are not needed. This makes sure to not produce false positives
of meta or virtual packages.

We executed the build on the amd64 snapshot 20140601T000000Z of Debian Sid. A
selection of 549 source was made from the source packages that are involved in
the central strongly connected component of the bootstrapping dependency graph.
We needed to patch fatrace to be able to handle files larger than 2 GB (bug
#722901).

We ran the whole process with `sbuild --arch-all` and then again with `sbuild
--no-arch-all`. This way we can find build dependencies which can be dropped
from full package builds as well as those which can be moved to
Build-Depends-Indep. We did not use the results to also check for build
dependencies that can be removed from Build-Depends-Indep.

The source code to run the whole machinery can be found at [2].

Executing everything took two weeks and over 2000 package builds. We found 277
build dependencies could be dropped from the 549 tested source packages,
affecting 158 source packages.

We checked the impact on the bootstrap dependency graph. If all the found build
dependencies were really droppable, then the minimum (strong) dependency graph
would shrink from containing 483 source packages to 447 source packages.  More
importantly, the solution to the feedback arc set problem for making it acyclic
would shrink from 74 to 56 source packages. Thus, the generated results are
very relevant for making solving the bootstrap problem easier.

You can find the results per source package in the attachment together with the
dd-list output. The file drop-from-bd.txt lists the build dependencies that can
be dropped from Build-Depends while move-to-bdi lists the build dependencies
that can be moved from Build-Depends to Build-Depends-Indep.

Can you spot obvious mistakes in the results or in the procedure used to
generate them?

cheers, josch

[1] #749616 #749972 #751702 #751897 #752938
[2] https://github.com/josch/findunusedbd
"Adam C. Powell, IV" <hazelsct@debian.org>
   mpi-defaults (U)

Adam Conrad <adconrad@0c3.net>
   cyrus-sasl2 (U)
   eglibc (U)
   freetds (U)

Agustin Martin Domingo <agmartin@debian.org>
   linuxdoc-tools (U)

Alan Woodland <awoodland@debian.org>
   blcr

Alessandro Ghedini <ghedo@debian.org>
   curl
   valgrind

Alessio Treglia <alessio@debian.org>
   gpac (U)

Alexander Wirt <formorer@debian.org>
   rrdtool (U)

Andreas Barth <aba@not.so.argh.org>
   netpbm-free

Andreas Beckmann <anbe@debian.org>
   libvdpau (U)

Andreas Henriksson <andreas@fatal.se>
   gcr (U)
   glib-networking (U)
   gnome-keyring (U)
   gtk+3.0 (U)
   json-glib (U)
   libarchive (U)
   libgnome-keyring (U)
   libsecret (U)
   libsoup2.4 (U)

Andreas Metzler <ametzler@debian.org>
   libtasn1-6 (U)

Andreas Rottmann <rotty@debian.org>
   libglade2

Andres Mejia <amejia@debian.org>
   gpac (U)
   libarchive (U)

Andrew Moise <chops@demiurgestudios.com>
   open-iscsi (U)

Anibal Monsalve Salazar <anibal@debian.org>
   bzip2
   cpio
   libidn (U)
   libmnl
   xfsprogs (U)

Anton Gladky <gladk@debian.org>
   freeglut

APT Development Team <deity@lists.debian.org>
   apt
   python-apt

Arnaud Fontaine <arnau@debian.org>
   xcb-util (U)
   xcb-util-image (U)
   xcb-util-keysyms (U)
   xcb-util-renderutil (U)
   xcb-util-wm (U)

Arno Töll <arno@debian.org>
   apache2 (U)

Aron Xu <aron@debian.org>
   libxml2 (U)
   libxslt (U)
   netcat-openbsd

Atsuhito KOHDA <kohda@debian.org>
   lynx-cur

Aurelien Jarno <aurel32@debian.org>
   eglibc (U)
   libftdi
   libusb
   libusb-1.0
   qemu (U)

Ayman Negm <negm@debian.org>
   highlight

Bart Martens <bartm@debian.org>
   gtkglext

Bastian Blank <waldi@debian.org>
   lvm2 (U)
   openais (U)
   parted (U)
   redhat-cluster (U)
   xen (U)

Bastien ROUCARIÈS <roucaries.bastien+debian@gmail.com>
   ghostscript (U)

Benjamin Drung <bdrung@debian.org>
   devscripts (U)

Benjamin Kaduk <kaduk@mit.edu>
   krb5 (U)

Bernd Zeimetz <bzed@debian.org>
   rrdtool (U)

Brian May <bam@debian.org>
   heimdal

Ceph Maintainers <ceph-maintainers@lists.ceph.com>
   ceph

Chris Coulson <chrisccoulson@ubuntu.com>
   mozjs

Chris Halls <halls@debian.org>
   hunspell (U)

Christian Perrier <bubulle@debian.org>
   apt (U)

Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
   file

Christoph Martin <christoph.martin@uni-mainz.de>
   openssl (U)

Christopher James Halse Rogers <raof@ubuntu.com>
   colord

Chuan-kai Lin <cklin@debian.org>
   bison

Clint Adams <clint@debian.org>
   eglibc (U)

Colin Watson <cjwatson@debian.org>
   groff
   parted (U)

Craig Andrews <candrews@integralblue.com>
   geoclue-2.0 (U)

Craig Small <csmall@debian.org>
   ncurses

Cyril Brulebois <kibi@debian.org>
   libxcb (U)
   libxkbcommon (U)
   x11-xkb-utils (U)
   xfonts-utils (U)

Damien Raude-Morvan <drazzib@debian.org>
   openjdk-7 (U)

Daniel Leidert (dale) <daniel.leidert@wgdd.de>
   libxml-parser-perl (U)
   xmlto (U)

Dave Beckett <dajobe@debian.org>
   pycairo (U)
   redland

David Bremner <bremner@debian.org>
   highlight (U)

Davide Puricelli (evo) <evo@debian.org>
   chicken

Debian Accessibility Team <debian-accessibility@lists.debian.org>
   at-spi2-atk
   at-spi2-core
   espeak
   flite
   java-atk-wrapper

Debian Apache Maintainers <debian-apache@lists.debian.org>
   apache2
   apr-util

Debian Berkeley DB Group <pkg-db-devel@lists.alioth.debian.org>
   db5.3

Debian Bluetooth Maintainers <pkg-bluetooth-maintainers@lists.alioth.debian.org>
   bluez

Debian Boost Team <pkg-boost-devel@lists.alioth.debian.org>
   boost-defaults

Debian Cyrus SASL Team <pkg-cyrus-sasl2-debian-devel@lists.alioth.debian.org>
   cyrus-sasl2

Debian GCC Maintainers <debian-gcc@lists.debian.org>
   cloog
   gcc-defaults
   libffi

Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
   gcr (U)
   glib-networking
   gnome-keyring (U)
   gnome-vfs (U)
   gtk+2.0
   gtk+3.0
   json-glib
   libglade2 (U)
   libgnome-keyring
   librsvg (U)
   libsecret
   libsoup2.4
   pango1.0
   pygobject-2 (U)
   pygtk (U)

Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
   libtasn1-6

Debian HA Maintainers <debian-ha-maintainers@lists.alioth.debian.org>
   openais
   redhat-cluster

Debian iSCSI Maintainers <pkg-iscsi-maintainers@lists.alioth.debian.org>
   open-iscsi

Debian Java Mailing List <debian-java@lists.debian.org>
   java-common

Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
   ecj
   zookeeper

Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org>
   exiv2

Debian Libarchive Maintainers <ah-libarchive@debian.org>
   libarchive

Debian Libidn Team <help-libidn@gnu.org>
   libidn

Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
   hunspell

Debian LVM Team <pkg-lvm-maintainers@lists.alioth.debian.org>
   lvm2

Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
   gpac
   x264

Debian NVIDIA Maintainers <pkg-nvidia-devel@lists.alioth.debian.org>
   libvdpau

Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
   findlib
   ocaml

Debian Open MPI Maintainers <pkg-openmpi-maintainers@lists.alioth.debian.org>
   openmpi

Debian OpenLDAP Maintainers <pkg-openldap-devel@lists.alioth.debian.org>
   openldap

Debian OpenSSL Team <pkg-openssl-devel@lists.alioth.debian.org>
   openssl

Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
   libxml-parser-perl

Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>
   php5

Debian Printing Team <debian-printing@lists.debian.org>
   cups-filters
   ghostscript
   ijs

Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
   markupsafe (U)
   py3cairo
   pycairo
   python-numpy

Debian QA Group <packages@qa.debian.org>
   graphviz
   readline5

Debian QEMU Team <pkg-qemu-devel@lists.alioth.debian.org>
   qemu

Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
   qca2
   qt4-x11
   qtbase-opensource-src
   qtwebkit

Debian RRDtool Team <rrdtool@ml.snow-crash.org>
   rrdtool

Debian Samba Maintainers <pkg-samba-maint@lists.alioth.debian.org>
   tdb

Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
   blas
   fftw3
   lapack
   mpi-defaults

Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
   libselinux
   libsemanage

Debian Tcl/Tk Packagers <pkg-tcltk-devel@lists.alioth.debian.org>
   tcltk-defaults

Debian TeX maintainers <debian-tex-maint@lists.debian.org>
   texinfo

Debian TeX Maintainers <debian-tex-maint@lists.debian.org>
   texlive-bin

Debian TTS Team <tts-project@lists.alioth.debian.org>
   speech-dispatcher

Debian VSquare Team <pkg-vsquare-devel@lists.alioth.debian.org>
   vde2

Debian X Strike Force <debian-x@lists.debian.org>
   libxkbcommon
   x11-xkb-utils
   xcb-util
   xcb-util-image
   xcb-util-keysyms
   xcb-util-renderutil
   xcb-util-wm
   xfonts-utils
   xutils-dev

Debian Xen Team <pkg-xen-devel@lists.alioth.debian.org>
   xen

Debian Xiph.org Maintainers <pkg-xiph-maint@lists.alioth.debian.org>
   libtheora

Debian XML/SGML Group <debian-xml-sgml-pkgs@lists.alioth.debian.org>
   libxml2
   libxslt
   linuxdoc-tools
   xmlto

Devscripts Devel Team <devscripts-devel@lists.alioth.debian.org>
   devscripts

Didier Raboud <odyx@debian.org>
   cups-filters (U)

Dirk Eddelbuettel <edd@debian.org>
   gsl

Dmitrijs Ledkovs <xnox@debian.org>
   db5.3 (U)

Dmitry Shachnev <mitya57@gmail.com>
   qtbase-opensource-src (U)

Dmitry Smirnov <onlyjob@debian.org>
   ceph (U)

Dominic Hargreaves <dom@earth.li>
   perl (U)

Dominique Belhachemi <domibel@debian.org>
   torque (U)

Emilio Pozuelo Monfort <pochu@debian.org>
   gcr (U)
   glib-networking (U)
   gnome-keyring (U)
   gnome-vfs (U)
   gtk+2.0 (U)
   gtk+3.0 (U)
   libsoup2.4 (U)
   pango1.0 (U)
   pygtk (U)
   vala-0.24 (U)

Enrico Tassi <gareuselesinge@debian.org>
   lua5.1 (U)
   lua5.2

Eric Dorland <eric@debian.org>
   libtasn1-6 (U)

Fabian Fagerholm <fabbe@debian.org>
   cyrus-sasl2 (U)

Fabian Greffrath <fabian+debian@greffrath.com>
   x264 (U)

Fathi Boudra <fabo@debian.org>
   exiv2 (U)
   qt4-x11 (U)
   qtbase-opensource-src (U)
   qtwebkit (U)

Felix Geyer <fgeyer@debian.org>
   qca2 (U)

Filippo Giunchedi <filippo@debian.org>
   vde2 (U)

Francesco Paolo Lovergine <frankie@debian.org>
   tcltk-defaults (U)

Frank Küster <frank@debian.org>
   texinfo (U)

Frank Küster <frank@kuesterei.ch>
   texlive-bin (U)

Frederik Schüler <fs@debian.org>
   openais (U)
   redhat-cluster (U)

GD team <pkg-gd-devel@lists.alioth.debian.org>
   libgd2

Ghe Rivero <ghe@debian.org>
   radvd

Giuseppe Iuculano <iuculano@debian.org>
   gtest (U)

GNU Libc Maintainers <debian-glibc@lists.debian.org>
   eglibc

Guido Günther <agx@sigxcpu.org>
   open-iscsi (U)
   openais (U)
   redhat-cluster (U)

Guido Trotter <ultrotter@debian.org>
   vde2 (U)
   xen (U)

Guus Sliepen <guus@debian.org>
   libdc1394-22
   libraw1394

Hector Oron <zumbi@debian.org>
   device-tree-compiler

Helmut Grohne <helmut@subdivi.de>
   doxygen (U)

Hideki Yamane <henrich@debian.org>
   net-snmp (U)

Héctor Orón Martínez <zumbi@debian.org>
   gdb

Ian Jackson <ijackson@chiark.greenend.org.uk>
   curl (U)

James McCoy <jamessan@debian.org>
   devscripts (U)

James Page <james.page@ubuntu.com>
   zookeeper (U)

James Page <jamespage@debian.org>
   ceph (U)

James Westby <jw+debian@jameswestby.net>
   libtasn1-6 (U)

Jan Dittberner <jandd@debian.org>
   cracklib2

Jan Niehusmann <jan@debian.org>
   qca2 (U)

Jason Thomas <jason@debian.org>
   tidy

Jay Berkenbilt <qjb@debian.org>
   tiff

Jean-Yves Avenard <jyavenard@gmail.com>
   libvdpau (U)

Jelmer Vernooij <jelmer@debian.org>
   heimdal (U)
   tdb (U)

Jeremy Bicha <jbicha@ubuntu.com>
   libsecret (U)

Jochen Friedrich <jochen@scram.de>
   net-snmp (U)

John Francesco Ferlito <johnf@inodes.org>
   libtheora (U)

John Stamp <jstamp@users.sourceforge.net>
   yajl

John V. Belmonte <jbelmonte@debian.org>
   lua5.1
   lua5.2 (U)

Jonas Smedegaard <dr@jones.dk>
   ghostscript (U)
   ijs (U)
   jbig2dec

Jordi Mallach <jordi@debian.org>
   at-spi2-atk (U)
   at-spi2-core (U)
   gnome-keyring (U)
   libgnome-keyring (U)
   torque (U)

Jorge Ernesto Guevara Cuenca <jguevara@debiancolombia.org>
   bzip2 (U)

Josh Triplett <josh@freedesktop.org>
   libxcb (U)

Josselin Mouette <joss@debian.org>
   fontconfig (U)
   gcr
   gnome-keyring
   gnome-vfs
   gtk+2.0 (U)
   libglade2 (U)
   librsvg
   pango1.0 (U)
   pygobject-2
   pygtk (U)

Julian Andres Klode <jak@debian.org>
   apt (U)
   python-apt (U)

Julian Taylor <jtaylor.debian@googlemail.com>
   fftw3 (U)
   python-numpy (U)

Julien Danjou <acid@debian.org>
   libxcb (U)
   xcb-util (U)
   xcb-util-image (U)
   xcb-util-keysyms (U)
   xcb-util-renderutil (U)
   xcb-util-wm (U)

Kartik Mistry <kartik@debian.org>
   libmng

Kees Cook <kees@debian.org>
   apparmor

Keith Packard <keithp@debian.org>
   fontconfig

Koichi Akabe <vbkaisetsu@gmail.com>
   py3cairo (U)

KURASHIKI Satoru <lurdan@gmail.com>
   qdbm

Kurt Roeckx <kurt@roeckx.be>
   libtool
   openssl (U)

Laszlo Boszormenyi (GCS) <gcs@debian.org>
   ceph (U)
   libdbi
   libieee1284
   sqlite
   sqlite3
   stunnel4 (U)

Laurent Bigonville <bigon@debian.org>
   audit
   gcr (U)
   geoclue-2.0
   gnome-keyring (U)
   json-glib (U)
   pygtk (U)

Liang Guo <guoliang@debian.org>
   spice
   usbredir

Lior Kaplan <kaplan@debian.org>
   php5 (U)

lirc Maintainer Team <pkg-lirc-maint@lists.alioth.debian.org>
   lirc

Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
   qt4-x11 (U)
   qtbase-opensource-src (U)
   qtwebkit (U)

LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
   llvm-toolchain-3.4

Loic Minier <lool@dooz.org>
   avahi (U)
   dbus (U)
   dbus-python (U)
   gst-plugins-base0.10 (U)
   libglade2 (U)
   rpm (U)
   vala-0.24 (U)

Loïc Minier <lool@debian.org>
   gst-plugins-base1.0 (U)
   gstreamer1.0 (U)

Luca Bigliardi <shammash@artha.org>
   vde2 (U)

Luca Bruno <lucab@debian.org>
   gdb (U)

Ludovico Gardenghi <garden@debian.org>
   vde2 (U)

Lukas Loehrer <loehrerl@gmx.net>
   flite (U)

Magnus Holmgren <holmgren@debian.org>
   uw-imap

Maintainers of GStreamer packages <pkg-gstreamer-maintainers@lists.alioth.debian.org>
   gst-plugins-base0.10
   gst-plugins-base1.0
   gstreamer1.0

Maintainers of Vala packages <pkg-vala-maintainers@lists.alioth.debian.org>
   vala-0.24

Manoj Srivastava <srivasta@debian.org>
   libselinux (U)
   libsemanage (U)

Manuel Prinz <manuel@debian.org>
   mpi-defaults (U)
   openmpi (U)

Marc-Andre Lureau <marcandre.lureau@gmail.com>
   vala-0.24 (U)

Marco Nenciarini <mnencia@debian.org>
   ossp-uuid

Mario Lang <mlang@debian.org>
   espeak (U)
   flite (U)

Marius B. Kotsbak <marius@kotsbak.com>
   libqmi

Mark Brown <broonie@debian.org>
   zlib

Mark Buda <hermit@acm.org>
   sane-backends

Mark Purcell <msp@debian.org>
   exiv2 (U)

Martin Loschwitz <madkiss@debian.org>
   openais (U)
   redhat-cluster (U)

Martin Pitt <mpitt@debian.org>
   cracklib2 (U)
   cups-filters (U)
   glib-networking (U)
   json-glib (U)
   libgnome-keyring (U)
   pango1.0 (U)
   policykit-1 (U)
   pygobject-2 (U)

Martin Zobel-Helas <zobel@debian.org>
   devscripts (U)

Matthew Johnson <mjj29@debian.org>
   lirc (U)

Matthias Klose <doko@debian.org>
   cloog (U)
   doxygen
   ecj (U)
   fastjar
   gcc-defaults (U)
   java-common (U)
   libffi (U)
   mpdecimal
   python-defaults
   python-stdlib-extensions
   python3-defaults
   readline6

Matthias Klose <doko@ubuntu.com>
   openjdk-7 (U)

Matthijs Möhlmann <matthijs@cacholong.nl>
   openldap (U)

maximilian attems <maks@debian.org>
   klibc

Maximiliano Curia <maxy@debian.org>
   qtwebkit (U)

Mehdi Dogguy <mehdi@debian.org>
   findlib (U)
   ocaml (U)

Michael Biebl <biebl@debian.org>
   avahi (U)
   dbus (U)
   gcr (U)
   gnome-keyring (U)
   gnome-vfs (U)
   gtk+2.0 (U)
   libdaemon (U)
   libgnome-keyring (U)
   librsvg (U)
   libsecret (U)
   libsoup2.4 (U)
   network-manager (U)
   pango1.0 (U)
   policykit-1 (U)
   pygtk (U)

Michael Gilbert <michael.s.gilbert@gmail.com>
   ghostscript (U)

Michael Stapelberg <stapelberg@debian.org>
   libxkbcommon (U)

Michael Tautschnig <mt@debian.org>
   cloog (U)

Michael Tokarev <mjt@tls.msk.ru>
   qemu (U)
   spice (U)

Michael Vogt <mvo@debian.org>
   apt (U)
   python-apt (U)

Michal Čihař <nijel@debian.org>
   libgusb
   rpm

Mikhail Gusarov <dottedmag@debian.org>
   libssh2

Modestas Vainius <modax@debian.org>
   qca2 (U)
   qt4-x11 (U)
   qtbase-opensource-src (U)

Morten Kjeldgaard <mok@bioxray.au.dk>
   torque

Nathan Scott <nathans@debian.org>
   xfsprogs (U)

Neil Roeth <neil@debian.org>
   opensp

Net-SNMP Packaging Team <pkg-net-snmp-devel@lists.alioth.debian.org>
   net-snmp

Neutron Soutmun <neo.neutron@gmail.com>
   libmnl (U)

Nicholas Bamber <nicholas@periapt.co.uk>
   libxml-parser-perl (U)

Nicolas Dandrimont <nicolas.dandrimont@crans.org>
   findlib (U)

Niels Thykier <niels@thykier.net>
   java-common (U)

Niko Tyni <ntyni@debian.org>
   perl

Noah Meyerhans <noahm@debian.org>
   net-snmp (U)

Nobuhiro Iwamatsu <iwamatsu@debian.org>
   bluez (U)

Norbert Preining <preining@debian.org>
   texinfo (U)
   texlive-bin (U)

Oleksandr Moskalenko <malex@debian.org>
   lcms

Ondrej Certik <ondrej@certik.cz>
   cython (U)

Ondřej Surý <ondrej@debian.org>
   cyrus-sasl2 (U)
   db5.3 (U)
   libgd2 (U)
   php5 (U)

OpenJDK Team <openjdk@lists.launchpad.net>
   openjdk-7

Otavio Salvador <otavio@debian.org>
   gnome-vfs (U)
   parted (U)

Parted Maintainer Team <parted-maintainers@lists.alioth.debian.org>
   parted

Patrick Matthäi <pmatthaei@debian.org>
   geoip

Patrick Schoenfeld <schoenfeld@debian.org>
   devscripts (U)

Paul Brossier <piem@debian.org>
   fftw3 (U)

Paul Gevers <elbrus@debian.org>
   speech-dispatcher (U)

Peter De Schrijver (p2) <p2@debian.org>
   libdc1394-22 (U)

Peter Pentchev <roam@ringlet.net>
   stunnel4

Peter Samuelson <peter@p12n.org>
   apr-util (U)
   gpm

Philipp Benner <philipp@debian.org>
   cunit

Philipp Hug <debian@hug.cx>
   open-iscsi (U)

Pino Toscano <pino@debian.org>
   qt4-x11 (U)
   qtbase-opensource-src (U)

Piotr Ożarowski <piotr@debian.org>
   markupsafe
   python-defaults (U)
   python3-defaults (U)

PKG OpenStack <openstack-devel@lists.alioth.debian.org>
   sheepdog

Prach Pongpanich <prachpub@gmail.com>
   libdbi (U)

Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
   cython

Ralf Treinen <treinen@debian.org>
   ocaml (U)

Reinhard Tartler <siretart@tauware.de>
   gpac (U)
   x264 (U)

Rene Engelhard <rene@debian.org>
   hunspell (U)

Rico Tzschichholz <ricotz@ubuntu.com>
   x264 (U)

Riku Voipio <riku.voipio@iki.fi>
   qemu (U)

Riku Voipio <riku.voipio@linaro.org>
   device-tree-compiler (U)

Ritesh Raj Sarraf <rrs@debian.org>
   open-iscsi (U)

Robert S. Edmonds <edmonds@debian.org>
   re2c

Roberto C. Sanchez <roberto@connexer.com>
   cyrus-sasl2 (U)

Roger Leigh <rleigh@debian.org>
   pam (U)

Roland Bauerschmidt <rb@debian.org>
   openldap (U)

Roland Stigge <stigge@antcom.de>
   jasper

Roland Stigge <stigge@debian.org>
   valgrind (U)

Ron Lee <ron@debian.org>
   opus

Ruben Molina <rmolina@udea.edu.co>
   cpio (U)

Russ Allbery <rra@debian.org>
   krb5 (U)
   libvdpau (U)

Russell Coker <russell@coker.com.au>
   libselinux (U)
   libsemanage (U)

Ryan Kavanagh <rak@debian.org>
   bc

Ryan Niebur <ryanryan52@gmail.com>
   devscripts (U)

Sam Hartman <hartmans@debian.org>
   krb5
   pam (U)

Sam Hocevar <sho@debian.org>
   yasm

Samuel Bronson <naesten@gmail.com>
   gdb (U)

Samuel Mimram <smimram@debian.org>
   ocaml (U)

Samuel Thibault <sthibault@debian.org>
   at-spi2-atk (U)
   at-spi2-core (U)
   espeak (U)
   flite (U)
   hwloc
   java-atk-wrapper (U)

Sandro Tosi <morph@debian.org>
   python-numpy (U)

Santiago Ruano Rincón <santiago@debian.org>
   bzip2 (U)

Scott Howard <showard@debian.org>
   zziplib

Scott Kitterman <scott@kitterman.com>
   python-defaults (U)
   python3-defaults (U)

Sean Finney <seanius@debian.org>
   libgd2 (U)
   php5 (U)

Sebastian Dröge <slomo@debian.org>
   avahi (U)
   dbus (U)
   dbus-python (U)
   gnome-vfs (U)
   gst-plugins-base0.10 (U)
   gst-plugins-base1.0 (U)
   gstreamer1.0 (U)
   libglade2 (U)
   vala-0.24 (U)

Sebastian Harl <tokkee@debian.org>
   rrdtool (U)

Sebastian Reichel <sre@debian.org>
   vala-0.24 (U)

Sebastian Rittau <srittau@debian.org>
   libidl

Sebastien Bacher <seb128@debian.org>
   gst-plugins-base0.10 (U)
   gst-plugins-base1.0 (U)
   gstreamer1.0 (U)
   libsecret (U)
   pygtk

Serge Hallyn <serge.hallyn@ubuntu.com>
   netcf

Sergei Golovan <sgolovan@debian.org>
   tcltk-defaults (U)

Simon Josefsson <simon@josefsson.org>
   libidn (U)
   libtasn1-6 (U)

Simon McVittie <smcv@debian.org>
   dbus (U)
   dbus-python (U)

Sjoerd Simons <sjoerd@debian.org>
   avahi (U)
   dbus (U)
   dbus-python (U)
   gcr (U)
   gnome-keyring (U)
   gst-plugins-base0.10 (U)
   gst-plugins-base1.0 (U)
   gstreamer1.0 (U)
   gtk+2.0 (U)
   gtk+3.0 (U)
   json-glib (U)
   libgnome-keyring (U)
   libsecret (U)
   network-manager (U)
   pango1.0 (U)
   pygobject-2 (U)
   vala-0.24 (U)

Stefan Fritsch <sf@debian.org>
   apache2 (U)
   apr-util (U)

Stefan Lippers-Hollmann <s.l-h@gmx.de>
   lirc (U)

Steffen Moeller <moeller@debian.org>
   torque (U)

Steve Capper <steven.capper@gmail.com>
   tbb

Steve Langasek <vorlon@debian.org>
   freetds
   openldap (U)
   pam
   unixodbc

Steve M. Robbins <smr@debian.org>
   boost-defaults (U)
   gtest

Steve McIntyre <93sam@debian.org>
   netpbm-free (U)

Stéphane Glondu <glondu@debian.org>
   findlib (U)
   ocaml (U)

Sune Vuorela <debian@pusling.com>
   qt4-x11 (U)
   qtbase-opensource-src (U)

Sven Joachim <svenjoac@gmx.de>
   ncurses (U)

Sylvestre Ledru <sylvestre@debian.org>
   blas (U)
   lapack (U)
   llvm-toolchain-3.4 (U)
   openmpi (U)

Sébastien Villemot <sebastien@debian.org>
   blas (U)
   lapack (U)

TANIGUCHI Takaki <takaki@debian.org>
   rdfind

Theodore Y. Ts'o <tytso@mit.edu>
   e2fsprogs

Thijs Kinkhorst <thijs@debian.org>
   php5 (U)

Thomas Anders <tanders@users.sourceforge.net>
   net-snmp (U)

Till Kamppeter <till.kamppeter@gmail.com>
   cups-filters (U)

Tim Retout <diocles@debian.org>
   hunspell (U)

Timo Aaltonen <tjaalton@ubuntu.com>
   openldap (U)

Timo Jyrinki <timo@debian.org>
   libvoikko
   qt4-x11 (U)
   qtbase-opensource-src (U)

Tobias Frost <tobi@coldtobi.de>
   log4cxx

Torsten Landschoff <torsten@debian.org>
   openldap (U)
   pygtk (U)

Torsten Marek <shlomme@debian.org>
   pycairo (U)

Torsten Werner <twerner@debian.org>
   java-common (U)
   libcap2

Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
   avahi
   dbus
   dbus-python
   libdaemon
   network-manager
   policykit-1

Vagrant Cascadian <vagrant@debian.org>
   qemu (U)

Xavier Oswald <xoswald@debian.org>
   parted (U)

XCB Developers <xcb@lists.freedesktop.org>
   libxcb

XFS Development Team <xfs@oss.sgi.com>
   xfsprogs

Yaroslav Halchenko <debian@onerussian.com>
   cython (U)

Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
   librest

YunQiang Su <wzssyqa@gmail.com>
   libxml2 (U)
   libxslt (U)
   sheepdog (U)

==> apache2_2.4.9-1.arch-all.unusedbd <==
libcap-dev:amd64=1:2.22-1.2

==> apparmor_2.8.0-5.arch-all.unusedbd <==
dejagnu=1.5-3
python-all-dev=2.7.6-2
python3-all-dev=3.4.1~rc1-1
swig=2.0.12-1
texlive-latex-recommended=2014.20140528-3

==> apr-util_1.5.3-2.arch-all.unusedbd <==
libdb-dev:amd64=5.3.0
libpcre3-dev:amd64=1:8.31-5
python=2.7.6-2

==> apt_1.0.3.arch-all.unusedbd <==
automake=1:1.14.1-3
libdb-dev:amd64=5.3.0

==> at-spi2-atk_2.10.2-3.arch-all.unusedbd <==
libglib2.0-bin=2.40.0-3

==> at-spi2-core_2.10.2-3.arch-all.unusedbd <==
gir1.2-glib-2.0=1.40.0-2

==> audit_2.3.6-1.arch-all.unusedbd <==
python-all-dev=2.7.6-2
swig=2.0.12-1

==> avahi_0.6.31-4.arch-all.unusedbd <==
python-all-dev=2.7.6-2

==> bc_1.06.95-8.arch-all.unusedbd <==
bison=2:3.0.2.dfsg-2
libreadline-dev:amd64=6.3-6

==> bison_3.0.2.dfsg-2.arch-all.unusedbd <==
autotools-dev=20140510.1

==> blas_1.2.20110419-7.arch-all.unusedbd <==
gfortran=4:4.8.2-4

==> blcr_0.8.5-2.1.arch-all.unusedbd <==
autoconf=2.69-6
automake=1:1.14.1-3
autotools-dev=20140510.1
libtool=2.4.2-1.7

==> bluez_4.101-4.1.arch-all.unusedbd <==
bison=2:3.0.2.dfsg-2
gstreamer-tools=0.10.36-1.2
libreadline-dev:amd64=6.3-6

==> boost-defaults_1.55.0.2.arch-all.unusedbd <==
libboost1.55-dev:amd64=1.55.0+dfsg-1

==> bzip2_1.0.6-5.arch-all.unusedbd <==
gcc-multilib=4:4.8.2-4

==> ceph_0.80.1-1.arch-all.unusedbd <==
default-jdk=2:1.7-52
libboost-dev:amd64=1.55.0.2
libboost-program-options-dev:amd64=1.55.0.2
libboost-system-dev:amd64=1.55.0.2
libboost-thread-dev:amd64=1.55.0.2
libsnappy-dev=1.1.2-1
python-all=2.7.6-2
uuid-runtime=2.20.1-5.7

==> chicken_4.8.0.5-1.arch-all.unusedbd <==
texinfo=5.2.0.dfsg.1-3

==> cloog_0.18.2-1.arch-all.unusedbd <==
texinfo=5.2.0.dfsg.1-3

==> colord_1.2.0-3.arch-all.unusedbd <==
valac=0.24.0-2

==> cpio_2.11+dfsg-2.arch-all.unusedbd <==
mingw-w64=3.1.0-1
texinfo=5.2.0.dfsg.1-3

==> cracklib2_2.9.1-1.arch-all.unusedbd <==
python-all-dev=2.7.6-2
python3-all-dev=3.4.1~rc1-1

==> cunit_2.1-2.dfsg-1.arch-all.unusedbd <==
quilt=0.63-2

==> cups-filters_1.0.53-1.arch-all.unusedbd <==
sharutils=1:4.14-2

==> curl_7.37.0-1.arch-all.unusedbd <==
ca-certificates=20140325
openssh-server=1:6.6p1-5
python=2.7.6-2

==> cyrus-sasl2_2.1.26.dfsg1-9.arch-all.unusedbd <==
libdb-dev:amd64=5.3.0

==> cython_0.20.1+git90-g0e6e38e-1.arch-all.unusedbd <==
python-all-dbg=2.7.6-2
python-all-dev=2.7.6-2
python3-all-dbg=3.4.1~rc1-1
python3-all-dev=3.4.1~rc1-1

==> db5.3_5.3.28-3.arch-all.unusedbd <==
default-jdk=2:1.7-52
gcj-native-helper=2:1.7-52
procps=1:3.3.9-5

==> dbus-python_1.2.0-2.arch-all.unusedbd <==
python-all-dbg=2.7.6-2
python-all-dev=2.7.6-2
python3-all-dbg=3.4.1~rc1-1
python3-all-dev=3.4.1~rc1-1
xmlto=0.0.25-2

==> dbus_1.8.2-1.arch-all.unusedbd <==
python-gobject=3.12.1-1
python=2.7.6-2

==> device-tree-compiler_1.4.0+dfsg-1.arch-all.unusedbd <==
texlive=2014.20140528-3

==> devscripts_2.14.4.arch-all.unusedbd <==
libjson-perl=2.61-1
libterm-size-perl=0.207-1+b1
python3-all=3.4.1~rc1-1

==> doxygen_1.8.7-1.arch-all.unusedbd <==
python=2.7.6-2
texlive-extra-utils=2014.20140528-2

==> e2fsprogs_1.42.10-1.arch-all.unusedbd <==
m4=1.4.17-4

==> ecj_3.9.0-2.arch-all.unusedbd <==
libgcj-bc:amd64=4.9.0-1
python=2.7.6-2

==> eglibc_2.18-7.arch-all.unusedbd <==
autoconf=2.69-6
g++-4.8-multilib=4.8.3-2
quilt=0.63-2

==> espeak_1.48.04-1.arch-all.unusedbd <==
libsonic-dev:amd64=0.1.17-1.1
portaudio19-dev=19+svn20140130-1

==> exiv2_0.23-1.arch-all.unusedbd <==
autotools-dev=20140510.1
dh-linktree=0.4
libjs-jquery=1.7.2+dfsg-3
python=2.7.6-2

==> fastjar_0.98-5.arch-all.unusedbd <==
texinfo=5.2.0.dfsg.1-3

==> fftw3_3.3.4-1.arch-all.unusedbd <==
gfortran=4:4.8.2-4
ghostscript=9.05~dfsg-8.1
mpi-default-dev=1.0.2+nmu1
transfig=1:3.2.5.e-3

==> file_5.18-1.arch-all.unusedbd <==
python-all=2.7.6-2
python3-all=3.4.1~rc1-1

==> findlib_1.4.1-1.arch-all.unusedbd <==
gawk=1:4.1.1+dfsg-1

==> flite_1.4-release-8.arch-all.unusedbd <==
ghostscript=9.05~dfsg-8.1
texlive=2014.20140528-3

==> fontconfig_2.11.0-5.arch-all.unusedbd <==
gperf=3.0.4-1

==> freeglut_2.8.1-2.arch-all.unusedbd <==
libgl1-mesa-dev=10.1.4-1
libxt-dev:amd64=1:1.1.4-1

==> freetds_0.91-6.arch-all.unusedbd <==
libreadline-dev:amd64=6.3-6

==> gcc-defaults_1.127.arch-all.unusedbd <==
ca-certificates=20140325
gcj-jdk=4:4.9.0-1

==> gcr_3.12.2-1.arch-all.unusedbd <==
valac=0.24.0-2

==> gdb_7.6.2-1.1.arch-all.unusedbd <==
autoconf=2.69-6
flex=2.5.39-7
gcj-jdk=4:4.9.0-1
gobjc=4:4.8.2-4
libreadline-dev:amd64=6.3-6
libtool=2.4.2-1.7
procps=1:3.3.9-5
python3-dev=3.4.1~rc1-1

==> geoclue-2.0_2.1.8-1.arch-all.unusedbd <==
geoip-database=20140509-1

==> geoip_1.6.0-1.arch-all.unusedbd <==
zlib1g-dev:amd64=1:1.2.8.dfsg-1

==> ghostscript_9.05~dfsg-8.1.arch-all.unusedbd <==
freeglut3-dev:amd64=2.8.1-2

==> glib-networking_2.40.1-1.arch-all.unusedbd <==
ca-certificates=20140325

==> gnome-keyring_3.12.0-2.arch-all.unusedbd <==
ca-certificates=20140325
docbook-xml=4.5-7.2
libglib2.0-doc=2.40.0-3
libtasn1-3-bin=3.6-1
libtasn1-3-dev=3.6-1

==> gnome-vfs_2.24.4-4.arch-all.unusedbd <==
libattr1-dev:amd64=1:2.4.47-1

==> gpac_0.5.0+svn5194~dfsg1-3.arch-all.unusedbd <==
libxmlrpc-c3-dev=1.16.33-3.2

==> gpm_1.20.4-6.1.arch-all.unusedbd <==
texi2html=1.82+dfsg1-3
texlive-base=2014.20140528-3

==> graphviz_2.26.3-17.arch-all.unusedbd <==
libgd2-noxpm-dev=2.1.0-3
libperl-dev=5.18.2-4
lua5.1=5.1.5-5
pdksh=49-2
php5-cli=5.6.0~beta3+dfsg-2
python-all-dev=2.7.6-2
ruby-dev=1:2.1.0.1
ruby=1:2.1.0.1
swig=2.0.12-1

==> groff_1.22.2-5.arch-all.unusedbd <==
libxmu-dev:amd64=2:1.1.2-1

==> gsl_1.16+dfsg-1.arch-all.unusedbd <==
libtool=2.4.2-1.7

==> gst-plugins-base0.10_0.10.36-1.1.arch-all.unusedbd <==
gir1.2-freedesktop=1.40.0-2
gir1.2-glib-2.0=1.40.0-2
gir1.2-gstreamer-0.10=0.10.36-1.2

==> gst-plugins-base1.0_1.2.4-1.arch-all.unusedbd <==
gir1.2-freedesktop=1.40.0-2
gir1.2-glib-2.0=1.40.0-2
gir1.2-gstreamer-1.0=1.2.4-1

==> gstreamer1.0_1.2.4-1.arch-all.unusedbd <==
gir1.2-freedesktop=1.40.0-2
gir1.2-glib-2.0=1.40.0-2
libgmp3-dev=2:6.0.0+dfsg-4

==> gtest_1.7.0-3.arch-all.unusedbd <==
python=2.7.6-2

==> gtk+2.0_2.24.23-1.arch-all.unusedbd <==
libatk1.0-doc=2.12.0-1
libcairo2-doc=1.12.16-2
libglib2.0-doc=2.40.0-3
libpango1.0-doc=1.36.3-1

==> gtk+3.0_3.12.2-1.arch-all.unusedbd <==
gsettings-desktop-schemas=3.8.2-2

==> gtkglext_1.2.0-3.1.arch-all.unusedbd <==
autotools-dev=20140510.1

==> heimdal_1.6~rc2+dfsg-6.arch-all.unusedbd <==
libdb-dev:amd64=5.3.0
libperl4-corelibs-perl=0.003-1
python=2.7.6-2

==> highlight_3.9-1.arch-all.unusedbd <==
libboost-dev:amd64=1.55.0.2
swig=2.0.12-1

==> hunspell_1.3.2-7.arch-all.unusedbd <==
libreadline-dev:amd64=6.3-6

==> hwloc_1.9-3.arch-all.unusedbd <==
autotools-dev=20140510.1
doxygen-latex=1.8.7-1
help2man=1.45.1
transfig=1:3.2.5.e-3

==> ijs_0.35-10.arch-all.unusedbd <==
docbook-utils=0.6.14-3
docbook=4.5-5.1
ghostscript=9.05~dfsg-8.1

==> jasper_1.900.1-debian1-2.arch-all.unusedbd <==
libxi-dev=2:1.7.2-1
libxmu-dev:amd64=2:1.1.2-1
libxt-dev:amd64=1:1.1.4-1

==> java-atk-wrapper_0.30.4-4.arch-all.unusedbd <==
default-jdk=2:1.7-52
x11-utils=7.7+1

==> java-common_0.52.arch-all.unusedbd <==
lynx=2.8.8pre5-1

==> jbig2dec_0.11+20120125-1.arch-all.unusedbd <==
python=2.7.6-2

==> json-glib_1.0.0-1.arch-all.unusedbd <==
gir1.2-glib-2.0=1.40.0-2

==> klibc_2.0.3-1.arch-all.unusedbd <==
bison=2:3.0.2.dfsg-2
m4=1.4.17-4

==> krb5_1.12.1+dfsg-1.arch-all.unusedbd <==
doxygen-latex=1.8.7-1

==> lapack_3.5.0-2.arch-all.unusedbd <==
gfortran=4:4.8.2-4
libblas-dev=1.2.20110419-7
python=2.7.6-2

==> lcms_1.19.dfsg1-1.3.arch-all.unusedbd <==
libtiff4-dev:amd64=4.0.3-8
python-all-dev=2.7.6-2
swig=2.0.12-1

==> libarchive_3.1.2-8.arch-all.unusedbd <==
sharutils=1:4.14-2

==> libcap2_2.22-1.2.arch-all.unusedbd <==
indent=2.2.11-4
libattr1-dev:amd64=1:2.4.47-1

==> libdaemon_0.14-6.arch-all.unusedbd <==
lynx=2.8.8pre5-1

==> libdbi_0.9.0-2.arch-all.unusedbd <==
jadetex=3.13-14

==> libdc1394-22_2.2.2-1.arch-all.unusedbd <==
chrpath=0.16-1
doxygen-latex=1.8.7-1

==> libffi_3.1-1.arch-all.unusedbd <==
g++-multilib=4:4.8.2-4

==> libftdi_0.20-1.arch-all.unusedbd <==
libboost-dev:amd64=1.55.0.2
python-all-dev=2.7.6-2
swig=2.0.12-1

==> libgd2_2.1.0-3.arch-all.unusedbd <==
html2text=1.3.2a-17

==> libglade2_2.6.4-2.arch-all.unusedbd <==
libglib2.0-doc=2.40.0-3
libgtk2.0-doc=2.24.23-1
python=2.7.6-2

==> libgnome-keyring_3.8.0-2.arch-all.unusedbd <==
gnome-keyring=3.12.0-2
python-gobject=3.12.1-1
valac=0.24.0-2

==> libgusb_0.1.6-5.arch-all.unusedbd <==
valac=0.24.0-2

==> libidl_0.8.14-0.3.arch-all.unusedbd <==
texinfo=5.2.0.dfsg.1-3

==> libidn_1.28-2.arch-all.unusedbd <==
fastjar=2:0.98-5
gcj-jdk=4:4.9.0-1

==> libieee1284_0.2.11-12.arch-all.unusedbd <==
python-all-dev=2.7.6-2

==> libmng_1.0.10-3.arch-all.unusedbd <==
libtool=2.4.2-1.7

==> libmnl_1.0.3-3.arch-all.unusedbd <==
autotools-dev=20140510.1
dh-autoreconf=9

==> libqmi_1.4.0-1.arch-all.unusedbd <==
python=2.7.6-2

==> libraw1394_2.1.0-1.arch-all.unusedbd <==
autotools-dev=20140510.1

==> librest_0.7.91-1.arch-all.unusedbd <==
gir1.2-freedesktop=1.40.0-2
gir1.2-glib-2.0=1.40.0-2

==> librsvg_2.40.2-1.arch-all.unusedbd <==
valac=0.24.0-2

==> libsecret_0.18-1.arch-all.unusedbd <==
python-gobject=3.12.1-1
valac=0.24.0-2

==> libselinux_2.3-1.arch-all.unusedbd <==
python-all-dev=2.7.6-2
swig=2.0.12-1

==> libsemanage_2.3-1.arch-all.unusedbd <==
python-all-dev=2.7.6-2
swig=2.0.12-1

==> libssh2_1.4.3-3.arch-all.unusedbd <==
chrpath=0.16-1

==> libtasn1-6_3.6-1.arch-all.unusedbd <==
bison=2:3.0.2.dfsg-2
texinfo=5.2.0.dfsg.1-3
texlive-latex-base=2014.20140528-3

==> libtheora_1.1.1+dfsg.1-3.2.arch-all.unusedbd <==
devscripts=2.14.4
graphviz=2.26.3-17+b2
python=2.7.6-2

==> libtool_2.4.2-1.7.arch-all.unusedbd <==
gfortran=4:4.8.2-4

==> libusb-1.0_1.0.18-2.arch-all.unusedbd <==
pkg-config=0.28-1

==> libusb_0.1.12-23.3.arch-all.unusedbd <==
pkg-config=0.28-1

==> libvdpau_0.7-2.arch-all.unusedbd <==
doxygen-latex=1.8.7-1

==> libvoikko_3.7-2.arch-all.unusedbd <==
autotools-dev=20140510.1

==> libxcb_1.10-2.arch-all.unusedbd <==
python=2.7.6-2

==> libxkbcommon_0.4.0-1.arch-all.unusedbd <==
flex=2.5.39-7

==> libxml-parser-perl_2.41-1.arch-all.unusedbd <==
sharutils=1:4.14-2

==> libxml2_2.9.1+dfsg1-3.arch-all.unusedbd <==
autotools-dev=20140510.1
libreadline-dev:amd64=6.3-6
python-all-dbg=2.7.6-2
python-all-dev=2.7.6-2

==> libxslt_1.1.28-2.arch-all.unusedbd <==
python-all-dbg=2.7.6-2
python-all-dev=2.7.6-2

==> linuxdoc-tools_0.9.69-2.arch-all.unusedbd <==
texlive-latex-recommended=2014.20140528-3

==> lirc_0.9.0~pre1-1.arch-all.unusedbd <==
devscripts=2.14.4
python=2.7.6-2

==> llvm-toolchain-3.4_3.4.1-4.arch-all.unusedbd <==
autoconf=2.69-6
automake=1:1.14.1-3
autotools-dev=20140510.1
bison=2:3.0.2.dfsg-2
diffstat=1.58-1
doxygen=1.8.7-1
flex=2.5.39-7
lcov=1.10-1
libtool=2.4.2-1.7
patchutils=0.3.3-1
procps=1:3.3.9-5
sharutils=1:4.14-2
swig=2.0.12-1
tcl=8.6.0+8
texinfo=5.2.0.dfsg.1-3

==> log4cxx_0.10.0-2.arch-all.unusedbd <==
graphviz=2.26.3-17+b2
gsfonts=1:8.11+urwcyr1.0.7~pre44-4.2
zlib1g-dev:amd64=1:1.2.8.dfsg-1

==> lua5.1_5.1.5-5.arch-all.unusedbd <==
libreadline-dev:amd64=6.3-6
quilt=0.63-2

==> lua5.2_5.2.3-1.arch-all.unusedbd <==
libreadline-dev:amd64=6.3-6
quilt=0.63-2

==> lvm2_2.02.106-1.arch-all.unusedbd <==
libcorosync-dev=1.4.6-1

==> lynx-cur_2.8.8pre5-1.arch-all.unusedbd <==
openssh-client=1:6.6p1-5
sharutils=1:4.14-2
telnet=0.17-36

==> markupsafe_0.23-1.arch-all.unusedbd <==
python-all-dbg=2.7.6-2
python-all-dev=2.7.6-2
python3-all-dbg=3.4.1~rc1-1
python3-all-dev=3.4.1~rc1-1

==> mozjs_1.8.5-1.0.0+dfsg-4.arch-all.unusedbd <==
python=2.7.6-2
zip=3.0-8

==> mpdecimal_2.4.0-6.arch-all.unusedbd <==
autotools-dev=20140510.1
libgmp-dev:amd64=2:6.0.0+dfsg-4
python-sphinx=1.2.2+dfsg-2

==> mpi-defaults_1.0.2+nmu1.arch-all.unusedbd <==
libopenmpi-dev=1.6.5-8
openmpi-bin=1.6.5-8

==> ncurses_5.9+20140118-1.arch-all.unusedbd <==
g++-multilib=4:4.8.2-4

==> net-snmp_5.7.2.1~dfsg-6.arch-all.unusedbd <==
python-all=2.7.6-2
python2.7-dev=2.7.7~rc1-1

==> netcat-openbsd_1.105-7.arch-all.unusedbd <==
quilt=0.63-2

==> netcf_0.2.3-4.arch-all.unusedbd <==
ifupdown=0.7.48.1
libreadline-dev:amd64=6.3-6
libtool=2.4.2-1.7

==> netpbm-free_10.0-15.arch-all.unusedbd <==
flex=2.5.39-7

==> network-manager_0.9.8.10-3.arch-all.unusedbd <==
libiw-dev:amd64=30~pre9-8

==> ocaml_4.01.0-4.arch-all.unusedbd <==
quilt=0.63-2
tcl-dev:amd64=8.6.0+8
tk-dev:amd64=8.6.0+8

==> open-iscsi_2.0.873+git0.3b4b4500-1.arch-all.unusedbd <==
autotools-dev=20140510.1
bison=2:3.0.2.dfsg-2
flex=2.5.39-7

==> openais_1.1.4-4.1.arch-all.unusedbd <==
libcorosync-dev=1.4.6-1

==> openjdk-7_7u55-2.4.7-2.arch-all.unusedbd <==
fonts-ipafont-mincho=00303-12
libgl1-mesa-dri:amd64=10.1.4-1
sharutils=1:4.14-2
time=1.7-25
wdiff=1.2.2-1
wget=1.15-1

==> openldap_2.4.39-1.arch-all.unusedbd <==
debconf-utils=1.5.53

==> openmpi_1.6.5-8.arch-all.unusedbd <==
gfortran=4:4.8.2-4

==> opensp_1.5.2-11.arch-all.unusedbd <==
jadetex=3.13-14

==> openssl_1.0.1g-4.arch-all.unusedbd <==
m4=1.4.17-4

==> ossp-uuid_1.6.2-1.3.arch-all.unusedbd <==
libtool=2.4.2-1.7

==> pam_1.1.8-3.arch-all.unusedbd <==
libdb-dev:amd64=5.3.0

==> pango1.0_1.36.3-1.arch-all.unusedbd <==
libglib2.0-doc=2.40.0-3

==> parted_2.3-20.arch-all.unusedbd <==
libreadline-dev:amd64=6.3-6
po4a=0.45-1

==> perl_5.18.2-4.arch-all.unusedbd <==
libdb-dev:amd64=5.3.0

==> php5_5.6.0~beta3+dfsg-2.arch-all.unusedbd <==
chrpath=0.16-1
flex=2.5.39-7
libdb-dev:amd64=5.3.0
libgmp3-dev=2:6.0.0+dfsg-4
mysql-server=5.5.37-1
netbase=5.2
netcat-traditional=1.10-40

==> policykit-1_0.105-6.arch-all.unusedbd <==
gir1.2-glib-2.0=1.40.0-2

==> py3cairo_1.10.0+dfsg-4.arch-all.unusedbd <==
python3-all-dev=3.4.1~rc1-1

==> pycairo_1.8.8-1.arch-all.unusedbd <==
python-all-dbg=2.7.6-2
python-all-dev=2.7.6-2

==> pygobject-2_2.28.6-12.arch-all.unusedbd <==
cdbs=0.4.123
dbus-x11=1.8.2-1
docbook-xsl=1.78.1+dfsg-1
python-all-dbg=2.7.6-2
python-all-dev=2.7.6-2
python-cairo-dbg=1.8.8-1+b2
quilt=0.63-2
xsltproc=1.1.28-2

==> pygtk_2.24.0-3.arch-all.unusedbd <==
cdbs=0.4.123
docbook-xsl=1.78.1+dfsg-1
python-all-dbg=2.7.6-2
python-all-dev=2.7.6-2
xsltproc=1.1.28-2

==> python-apt_0.9.3.6.arch-all.unusedbd <==
python-all-dbg=2.7.6-2
python-all-dev=2.7.6-2
python3-all-dbg=3.4.1~rc1-1
python3-all-dev=3.4.1~rc1-1

==> python-defaults_2.7.6-2.arch-all.unusedbd <==
libhtml-tree-perl=5.03-1

==> python-numpy_1.8.1-1.arch-all.unusedbd <==
gfortran=4:4.8.2-4
python-all-dbg=2.7.6-2
python-all-dev=2.7.6-2
python3-all-dbg=3.4.1~rc1-1
python3-all-dev=3.4.1~rc1-1

==> python-stdlib-extensions_2.7.5-1.arch-all.unusedbd <==
blt-dev=2.4z-8
python-all-dbg=2.7.6-2
python-all-dev=2.7.6-2

==> python3-defaults_3.4.1~rc1-1.arch-all.unusedbd <==
debiandoc-sgml=1.2.28-1
libhtml-tree-perl=5.03-1
python3-minimal=3.4.1~rc1-1

==> qca2_2.0.3-5.arch-all.unusedbd <==
ca-certificates=20140325

==> qdbm_1.8.78-3.arch-all.unusedbd <==
default-jdk=2:1.7-52

==> qemu_2.0.0+dfsg-6.arch-all.unusedbd <==
libattr1-dev:amd64=1:2.4.47-1
python=2.7.6-2

==> qt4-x11_4.8.6+dfsg-1.arch-all.unusedbd <==
flex=2.5.39-7
libpam0g-dev:amd64=1.1.8-3
libreadline-dev:amd64=6.3-6

==> qtbase-opensource-src_5.2.1+dfsg-3.arch-all.unusedbd <==
firebird-dev=2.5.2.26540.ds4-13

==> qtwebkit_2.2.1-7.arch-all.unusedbd <==
gperf=3.0.4-1

==> radvd_1.9.1-1.1.arch-all.unusedbd <==
autotools-dev=20140510.1

==> rdfind_1.3.4-2.arch-all.unusedbd <==
autotools-dev=20140510.1

==> re2c_0.13.5-1.arch-all.unusedbd <==
bison=2:3.0.2.dfsg-2

==> readline5_5.2+dfsg-2.arch-all.unusedbd <==
gcc-multilib=4:4.8.2-4
lib32ncurses5-dev=5.9+20140118-1
texinfo=5.2.0.dfsg.1-3

==> readline6_6.3-6.arch-all.unusedbd <==
gcc-multilib=4:4.8.2-4
lib32ncursesw5-dev=5.9+20140118-1
lib32tinfo-dev=5.9+20140118-1
libtinfo-dev:amd64=5.9+20140118-1
texinfo=5.2.0.dfsg.1-3

==> redhat-cluster_3.1.8-1.1.arch-all.unusedbd <==
libbz2-dev:amd64=1.0.6-5
libcorosync-dev=1.4.6-1
libopenais-dev=1.1.4-4.1
python-pexpect=3.2-1
xsltproc=1.1.28-2

==> redland_1.0.17-1.arch-all.unusedbd <==
libdb-dev:amd64=5.3.0

==> rpm_4.11.2-3.arch-all.unusedbd <==
libdb-dev:amd64=5.3.0
libreadline-dev:amd64=6.3-6
python-all-dev=2.7.6-2

==> rrdtool_1.4.8-1.arch-all.unusedbd <==
groff=1.22.2-5
python-all-dbg=2.7.6-2
python-all-dev=2.7.6-2

==> sane-backends_1.0.24-1.1.arch-all.unusedbd <==
libgphoto2-2-dev=2.5.4-1
texlive-latex-extra=2014.20140528-2
texlive=2014.20140528-3

==> sheepdog_0.8.1-3.arch-all.unusedbd <==
libcorosync-dev=1.4.6-1

==> speech-dispatcher_0.8-6.arch-all.unusedbd <==
python3=3.4.1~rc1-1

==> spice_0.12.5-1.arch-all.unusedbd <==
python=2.7.6-2

==> sqlite3_3.8.4.3-3.arch-all.unusedbd <==
libreadline-dev:amd64=6.3-6

==> sqlite_2.8.17-11.arch-all.unusedbd <==
autoconf=2.69-6
automake=1:1.14.1-3
libreadline-dev:amd64=6.3-6
libtool=2.4.2-1.7

==> stunnel4_5.01-3.arch-all.unusedbd <==
openssl=1.0.1g-4
sdf=2.001+1-3

==> tbb_4.2~20140122-1.arch-all.unusedbd <==
libjs-jquery=1.7.2+dfsg-3

==> tcltk-defaults_8.6.0+8.arch-all.unusedbd <==
subversion=1.8.9-1

==> tdb_1.2.13-4.arch-all.unusedbd <==
python-all-dbg=2.7.6-2
python-all-dev=2.7.6-2

==> texinfo_5.2.0.dfsg.1-3.arch-all.unusedbd <==
libintl-perl=1.23-1
libtext-unidecode-perl=0.04-2

==> texlive-bin_2014.20140528.34243-2.arch-all.unusedbd <==
sharutils=1:4.14-2
time=1.7-25

==> tidy_20091223cvs-1.3.arch-all.unusedbd <==
libtool=2.4.2-1.7

==> tiff_4.0.3-8.arch-all.unusedbd <==
libxi-dev=2:1.7.2-1
libxmu-dev:amd64=2:1.1.2-1

==> torque_2.4.16+dfsg-1.4.arch-all.unusedbd <==
libreadline-dev:amd64=6.3-6

==> unixodbc_2.3.1-3.arch-all.unusedbd <==
libreadline-dev:amd64=6.3-6

==> usbredir_0.6-2.arch-all.unusedbd <==
autotools-dev=20140510.1

==> uw-imap_2007f~dfsg-2.arch-all.unusedbd <==
libkrb5-dev=1.12.1+dfsg-1

==> vala-0.24_0.24.0-2.arch-all.unusedbd <==
gnome-pkg-tools=0.19.3
lsb-release=4.1+Debian12

==> valgrind_3.9.0-5.arch-all.unusedbd <==
docbook=4.5-5.1
gcc-multilib=4:4.8.2-4
gdb=7.6.2-1.1+b1
mpi-default-dev=1.0.2+nmu1

==> vde2_2.3.2-4.arch-all.unusedbd <==
libpcap-dev=1.5.3-2

==> x11-xkb-utils_7.7+1.arch-all.unusedbd <==
bison=2:3.0.2.dfsg-2

==> x264_0.142.2389+git956c8d8-5.arch-all.unusedbd <==
libx11-dev:amd64=2:1.6.2-2

==> xcb-util-image_0.3.9-1.arch-all.unusedbd <==
autoconf=2.69-6
automake=1:1.14.1-3
libtool=2.4.2-1.7

==> xcb-util-keysyms_0.3.9-1.arch-all.unusedbd <==
autoconf=2.69-6
automake=1:1.14.1-3
libtool=2.4.2-1.7

==> xcb-util-renderutil_0.3.8-1.1.arch-all.unusedbd <==
autoconf=2.69-6
automake=1:1.14.1-3
libtool=2.4.2-1.7

==> xcb-util-wm_0.4.1-1.arch-all.unusedbd <==
autoconf=2.69-6
automake=1:1.14.1-3
libtool=2.4.2-1.7

==> xcb-util_0.3.8-2.arch-all.unusedbd <==
autoconf=2.69-6
automake=1:1.14.1-3
libtool=2.4.2-1.7

==> xen_4.3.0-3.arch-all.unusedbd <==
gcc-multilib=4:4.8.2-4
iasl=20140424-1
libaio-dev=0.3.109-4

==> xfonts-utils_7.7+1.arch-all.unusedbd <==
quilt=0.63-2

==> xfsprogs_3.2.0.arch-all.unusedbd <==
autoconf=2.69-6
libtool=2.4.2-1.7

==> xmlto_0.0.25-2.arch-all.unusedbd <==
docbook-xml=4.5-7.2
docbook-xsl=1.78.1+dfsg-1
libxml2-utils=2.9.1+dfsg1-3
sgml-base=1.26+nmu4
xsltproc=1.1.28-2

==> xutils-dev_7.7+3.arch-all.unusedbd <==
autoconf=2.69-6

==> yasm_1.2.0-2.arch-all.unusedbd <==
bison=2:3.0.2.dfsg-2
python=2.7.6-2
xmlto=0.0.25-2

==> zlib_1.2.8.dfsg-1.arch-all.unusedbd <==
gcc-multilib=4:4.8.2-4

==> zookeeper_3.4.5+dfsg-2.arch-all.unusedbd <==
default-jdk-doc=0.52
default-jdk=2:1.7-52
libboost-dev:amd64=1.55.0.2
procps=1:3.3.9-5
python-all-dev=2.7.6-2

==> zziplib_0.13.62-2.arch-all.unusedbd <==
python=2.7.6-2
==> blcr_0.8.5-2.1.no-arch-all.unusedbd <==
dh-kpatches=0.99.36+nmu1

==> fftw3_3.3.4-1.no-arch-all.unusedbd <==
texinfo=5.2.0.dfsg.1-3

==> gst-plugins-base0.10_0.10.36-1.1.no-arch-all.unusedbd <==
gstreamer0.10-doc=0.10.36-1.2
libglib2.0-doc=2.40.0-3

==> krb5_1.12.1+dfsg-1.no-arch-all.unusedbd <==
doxygen=1.8.7-1

==> libraw1394_2.1.0-1.no-arch-all.unusedbd <==
docbook-utils=0.6.14-3
docbook-xml=4.5-7.2

==> libsoup2.4_2.46.0-2.no-arch-all.unusedbd <==
dbus-x11=1.8.2-1
dbus=1.8.2-1

==> opus_1.1-1.no-arch-all.unusedbd <==
doxygen=1.8.7-1

==> python-numpy_1.8.1-1.no-arch-all.unusedbd <==
libblas-dev=1.2.20110419-7
liblapack-dev=3.5.0-2

==> yajl_2.1.0-1.no-arch-all.unusedbd <==
doxygen=1.8.7-1

Reply to: