????JFIF??x?x????'403WebShell
403Webshell
Server IP : 79.136.114.73  /  Your IP : 216.73.216.221
Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f
System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64
User : www-data ( 33)
PHP Version : 5.5.9-1ubuntu4.29
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/lib/dpkg/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/lib/dpkg/available
Package: libgtkspell0
Priority: optional
Section: libs
Installed-Size: 96
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: gtkspell
Version: 2.0.16-1ubuntu7
Depends: libc6 (>= 2.2.5), libenchant1c2a (>= 1.6.0), libglib2.0-0 (>= 2.24.0), libgtk2.0-0 (>= 2.8.0)
Size: 11044
Description: a spell-checking addon for GTK's TextView widget
 GtkSpell provides MSWord/MacOSX-style highlighting of misspelled words in a
 GtkTextView widget.  Right-clicking a misspelled word pops up a menu of
 suggested replacements.
Original-Maintainer: Ari Pollak <ari@debian.org>

Package: python-pkg-resources
Priority: optional
Section: python
Installed-Size: 182
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: python-setuptools
Version: 3.3-1ubuntu2
Provides: python2.7-setuptools
Depends: python:any (>= 2.7), python:any (<< 2.8)
Suggests: python-distribute, python-distribute-doc
Conflicts: python-setuptools (<< 0.6c8-3)
Size: 61910
Description: Package Discovery and Resource Access using pkg_resources
 The pkg_resources module provides an API for Python libraries to
 access their resource files, and for extensible applications and
 frameworks to automatically discover plugins.  It also provides
 runtime support for using C extensions that are inside zipfile-format
 eggs, support for merging packages that have separately-distributed
 modules or subpackages, and APIs for managing Python's current
 "working set" of active packages.
Original-Maintainer: Matthias Klose <doko@debian.org>
Homepage: https://pypi.python.org/pypi/setuptools
Python-Version: 2.7

Package: tcpd
Priority: optional
Section: net
Installed-Size: 111
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Source: tcp-wrappers
Version: 7.6.q-25
Replaces: libwrap0 (<< 7.6-8)
Depends: libc6 (>= 2.4), libwrap0 (>= 7.6-4~)
Size: 22988
Description: Wietse Venema's TCP wrapper utilities
 Wietse Venema's network logger, also known as TCPD or LOG_TCP.
 .
 These programs log the client host name of incoming telnet,
 ftp, rsh, rlogin, finger etc. requests.
 .
 Security options are:
  - access control per host, domain and/or service;
  - detection of host name spoofing or host address spoofing;
  - booby traps to implement an early-warning system.
Original-Maintainer: Marco d'Itri <md@linux.it>

Package: mysql-client-core-5.5
Priority: optional
Section: database
Installed-Size: 6819
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: mysql-5.5
Version: 5.5.62-0ubuntu0.14.04.1
Replaces: mysql-client (<< 5.5.62-0ubuntu0.14.04.1), mysql-client-5.0, mysql-client-core-5.1
Depends: libc6 (>= 2.17), libreadline6 (>= 6.0), zlib1g (>= 1:1.1.4)
Breaks: mysql-client (<< 5.5.62-0ubuntu0.14.04.1), mysql-client-5.0, mysql-client-core-5.1
Size: 706586
Description: MySQL database core client binaries
 MySQL is a fast, stable and true multi-user, multi-threaded SQL database
 server. SQL (Structured Query Language) is the most popular database query
 language in the world. The main goals of MySQL are speed, robustness and
 ease of use.
 .
 This package includes the core client files, as used by Akonadi.
Homepage: http://dev.mysql.com/
Original-Maintainer: Debian MySQL Maintainers <pkg-mysql-maint@lists.alioth.debian.org>

Package: node-fstream-ignore
Priority: extra
Section: web
Installed-Size: 50
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 0.0.6-2
Depends: nodejs, node-minimatch (>= 0.2.0), node-fstream (>= 0.1.17), node-inherits
Size: 5586
Description: Directory reader configurable by .ignore module for Node.js
 node-fstream-ignore filters out files that match globs in `.ignore`
 files throughout the tree, like how git ignores files based on a
 `.gitignore` file.
 .
 Node.js is an event-based server-side javascript engine.
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Homepage: https://github.com/isaacs/fstream-ignore

Package: python-urllib3
Priority: optional
Section: python
Installed-Size: 196
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 1.7.1-1ubuntu4.1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), python-six
Recommends: ca-certificates
Size: 39422
Description: HTTP library with thread-safe connection pooling for Python
 urllib3 supports features left out of urllib and urllib2 libraries.
 .
   - Re-use the same socket connection for multiple requests (HTTPConnectionPool
     and HTTPSConnectionPool) (with optional client-side certificate
     verification).
   - File posting (encode_multipart_formdata).
   - Built-in redirection and retries (optional).
   - Supports gzip and deflate decoding.
   - Thread-safe and sanity-safe.
   - Small and easy to understand codebase perfect for extending and
     building upon.
Homepage: http://urllib3.readthedocs.org
Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>

Package: libtext-wrapi18n-perl
Priority: required
Section: perl
Installed-Size: 68
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 0.06-7
Depends: libtext-charwidth-perl
Filename: pool/main/libt/libtext-wrapi18n-perl/libtext-wrapi18n-perl_0.06-7_all.deb
Size: 9010
MD5sum: f0a64e9a72da5e0199c725df9bc3673d
Description: internationalized substitute of Text::Wrap
 This module is a substitution for Text::Wrap, supporting
 multibyte characters such as UTF-8, EUC-JP, and GB2312, fullwidth
 characters such as east Asian characters, combining characters
 such as diacritical marks and Thai, and languages which don't
 use whitespaces between words such as Chinese and Japanese.
 .
 It provides wrap().
Original-Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
Homepage: http://search.cpan.org/search?module=Text::WrapI18N

Package: libustr-1.0-1
Priority: optional
Section: libs
Installed-Size: 266
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: ustr
Version: 1.0.4-3ubuntu2
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Filename: pool/main/u/ustr/libustr-1.0-1_1.0.4-3ubuntu2_amd64.deb
Size: 63504
MD5sum: 1a4edb2830d54ad6f256e5afb8e918eb
Description: Micro string library: shared library
 ustr (Micro string library) is a string API for C. It has tiny overhead over
 just plain strdup(), is much safer, is easier to use, is faster for many
 operations, can be used with read-only or automatically allocated data. You
 don't even need to link to the library to use it (so there are no
 dependencies).
 .
 This package contains the shared library for ustr.
Homepage: http://www.and.org/ustr/
Original-Maintainer: Vaclav Ovsik <vaclav.ovsik@i.cz>

Package: python-lxml
Priority: optional
Section: python
Installed-Size: 2482
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: lxml
Version: 3.3.3-1ubuntu0.2
Provides: python2.7-lxml
Depends: python (>= 2.7), python (<< 2.8), python:any (>= 2.7.1-0ubuntu2), libc6 (>= 2.14), libxml2 (>= 2.9.0), libxslt1.1 (>= 1.1.26)
Suggests: python-lxml-dbg
Size: 629084
Description: pythonic binding for the libxml2 and libxslt libraries
 lxml is a new Python binding for libxml2 and libxslt, completely
 independent from existing Python bindings. Its aim:
 .
   * Pythonic API.
   * Documented.
   * Use Python unicode strings in API.
   * Safe (no segfaults).
   * No manual memory management!
 .
 lxml aims to provide a Pythonic API by following as much as possible
 the ElementTree API, trying to avoid inventing too many new APIs,
 or the user's having to learn new things -- XML is complicated enough.
Homepage: http://lxml.de/
Original-Maintainer: Matthias Klose <doko@debian.org>

Package: debconf
Priority: important
Section: admin
Installed-Size: 609
Maintainer: Colin Watson <cjwatson@ubuntu.com>
Architecture: all
Multi-Arch: foreign
Version: 1.5.51ubuntu2
Replaces: debconf-tiny
Provides: debconf-2.0
Pre-Depends: perl-base (>= 5.6.1-4)
Recommends: apt-utils (>= 0.5.1), debconf-i18n
Suggests: debconf-doc, debconf-utils, whiptail | dialog | gnome-utils, libterm-readline-gnu-perl, libgtk2-perl (>= 1:1.130), libnet-ldap-perl, perl, libqtgui4-perl, libqtcore4-perl
Conflicts: apt (<< 0.3.12.1), cdebconf (<< 0.96), debconf-tiny, debconf-utils (<< 1.3.22), dialog (<< 0.9b-20020814-1), menu (<= 2.1.3-1), whiptail (<< 0.51.4-11), whiptail-utf8 (<= 0.50.17-13)
Filename: pool/main/d/debconf/debconf_1.5.51ubuntu2_all.deb
Size: 136156
MD5sum: 083b7e0bc23eeeca392d35ab898b1eac
Description: Debian configuration management system
 Debconf is a configuration management system for debian packages. Packages
 use Debconf to ask questions when they are installed.
Original-Maintainer: Debconf Developers <debconf-devel@lists.alioth.debian.org>

Package: libzimg2
Priority: optional
Section: libs
Installed-Size: 573
Maintainer: Doug McMahon <mc631man@gmail.com>
Architecture: amd64
Source: zimg
Version: 2.6a-1~trusty
Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.8)
Pre-Depends: multiarch-support
Size: 157834
Description: scaling, colorspace conversion and dithering library
 The "z" library implements the commonly required image processing basics of
 scaling, colorspace conversion, and depth conversion. A simple API enables
 conversion between any supported formats to operate with minimal knowledge
 from the programmer. All library routines were designed from the ground-up
 with flexibility, thread-safety, and correctness as first priorities.
 Allocation, buffering, and I/O are cleanly separated from processing, allowing
 the programmer to adapt "z" to many scenarios.
Homepage: https://github.com/sekrit-twc/zimg

Package: mcrypt
Priority: optional
Section: utils
Installed-Size: 250
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 2.6.8-1.3
Depends: libc6 (>= 2.14), libmcrypt4 (>= 2.5.8-1), libmhash2 (>= 0.8.16-1), zlib1g (>= 1:1.1.4), bzip2
Size: 69852
Description: Replacement for old unix crypt(1)
 mcrypt is a crypting program, intended to be replacement for the old
 unix crypt(1).  But it can do a lot more, since with its libmcrypt
 library it can encrypt and decrypt with the following alogirhtms:
 BLOWFISH, TWOFISH, DES, TripleDES, 3-WAY, SAFER-sk64, SAFER-sk128,
 SAFER+, OKI97, GOST, RC2, RC6, MARS, IDEA, RIJNDAEL-128,
 RIJNDAEL-192, SERPENT, RIJNDAEL-256, CAST-128 (known as CAST5),
 CAST-256, ARCFOUR, ENIGMA, PANAMA, XTEA and WAKE.
 .
 Please note that this package is buggy and unmaintained by
 the upstream authors.  If you can, please look for other
 implementations (openssl, gnutls, gnupg).
Original-Maintainer: RISKO Gergely <risko@debian.org>
Homepage: http://mcrypt.sourceforge.net/

Package: libasprintf0c2
Priority: standard
Section: libs
Installed-Size: 72
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: gettext
Version: 0.18.3.1-1ubuntu3.1
Replaces: gettext-base (<< 0.18.1.1-6)
Depends: libc6 (>= 2.14), libstdc++6 (>= 4.1.1)
Pre-Depends: multiarch-support
Breaks: gettext-base (<< 0.18.1.1-6)
Size: 6466
Description: GNU library to use fprintf and friends in C++
 This package contains the libasprintf shared library which makes the
 C formatted output routines (fprintf et al.) usable in C++ programs,
 for use with the <string> strings and the <iostream> streams.
Homepage: http://www.gnu.org/software/gettext/
Original-Maintainer: Santiago Vila <sanvila@debian.org>

Package: libelf1
Priority: optional
Section: libs
Installed-Size: 164
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: elfutils
Version: 0.158-0ubuntu5.3
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Size: 38314
Description: library to read and write ELF files
 The libelf1 package provides a shared library which allows reading and
 writing ELF files on a high level.  Third party programs depend on
 this package to read internals of ELF files.  The programs of the
 elfutils package use it also to generate new ELF files.
 .
 This library is part of elfutils.
Homepage: https://fedorahosted.org/elfutils/
Original-Maintainer: Kurt Roeckx <kurt@roeckx.be>

Package: memtest86+
Priority: optional
Section: misc
Installed-Size: 2468
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 4.20-1.1ubuntu8
Depends: debconf (>= 0.5) | debconf-2.0
Suggests: hwtools, memtester, kernel-patch-badram, memtest86, grub-pc | grub-legacy, mtools
Size: 69756
Description: thorough real-mode memory tester
 Memtest86+ scans your RAM for errors.
 .
 This tester runs independently of any OS - it is run at computer
 boot-up, so that it can test *all* of your memory.  You may want to
 look at `memtester', which allows to test your memory within Linux,
 but this one won't be able to test your whole RAM.
 .
 It can output a list of bad RAM regions usable by the BadRAM kernel
 patch, so that you can still use your old RAM with one or two bad bits.
 .
 Memtest86+ is based on memtest86 3.0, and adds support for recent
 hardware, as well as a number of general-purpose improvements,
 including many patches to memtest86 available from various sources.
 .
 Both memtest86 and memtest86+ are being worked on in parallel.
Homepage: http://www.memtest.org/
Original-Maintainer: Yann Dirson <dirson@debian.org>

Package: libltdl-dev
Priority: optional
Section: libdevel
Installed-Size: 918
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libtool
Version: 2.4.2-1.7ubuntu1
Replaces: libltdl3-dev, libltdl7-dev, libtool (<< 1.5.20)
Provides: libltdl3-dev, libltdl7-dev
Depends: libltdl7 (= 2.4.2-1.7ubuntu1)
Recommends: libtool
Suggests: libtool-doc
Conflicts: libltdl3-dev, libltdl7-dev, libtool (<< 1.5.20), libtool1.4
Size: 157064
Description: A system independent dlopen wrapper for GNU libtool
 This package contains the header files and static libraries for the
 libltdl package.
 .
 A small library that aims at hiding the various difficulties of
 dlopening libraries from programmers.  It is a system independent
 dlopen wrapper for GNU libtool.
 .
 It supports the following dlopen interfaces:
   * dlopen (Solaris, Linux and various BSD flavors)
   * shl_load (HP-UX)
   * LoadLibrary (Win16 and Win32)
   * load_add_on (BeOS)
   * GNU DLD (emulates dynamic linking for static libraries)
   * libtool's dlpreopen
Homepage: http://www.gnu.org/software/libtool/
Original-Maintainer: Kurt Roeckx <kurt@roeckx.be>

Package: dash
Essential: yes
Priority: required
Section: shells
Installed-Size: 228
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 0.5.7-4ubuntu1
Depends: debianutils (>= 2.15), dpkg (>= 1.15.0)
Pre-Depends: libc6 (>= 2.14)
Filename: pool/main/d/dash/dash_0.5.7-4ubuntu1_amd64.deb
Size: 85072
MD5sum: bc4e7234842e533d98295faf559e86c2
Description: POSIX-compliant shell
 The Debian Almquist Shell (dash) is a POSIX-compliant shell derived
 from ash.
 .
 Since it executes scripts faster than bash, and has fewer library
 dependencies (making it more robust against software or hardware
 failures), it is used as the default system shell on Debian systems.
Homepage: http://gondor.apana.org.au/~herbert/dash/
Original-Maintainer: Gerrit Pape <pape@smarden.org>

Package: libmagickcore5
Priority: optional
Section: libs
Installed-Size: 5950
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: imagemagick
Version: 8:6.7.7.10-6ubuntu3.13
Depends: libbz2-1.0, libc6 (>= 2.14), libfftw3-double3, libfontconfig1 (>= 2.9.0), libfreetype6 (>= 2.2.1), libgomp1 (>= 4.2.1), libjasper1, libjbig0 (>= 2.0), libjpeg8 (>= 8c), liblcms2-2 (>= 2.2+git20110628), liblqr-1-0 (>= 0.1.0), libltdl7 (>= 2.4.2), liblzma5 (>= 5.1.1alpha+20120614), libpng12-0 (>= 1.2.13-4), libtiff5 (>= 4.0.3), libx11-6, libxext6, libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4), imagemagick-common
Pre-Depends: multiarch-support
Recommends: ghostscript, gsfonts
Suggests: libmagickcore5-extra
Size: 1479750
Description: low-level image manipulation library
 The MagickCore API is a low-level interface between the C programming language
 and the ImageMagick image processing libraries and is recommended for
 wizard-level programmers only. Unlike the MagickWand C API which uses only a
 few opaque types and accessors, with MagickCore you almost exclusively access
 the structure members directly.
 .
 This package contains the C libraries needed to run executables that make
 use of MagickCore.
Homepage: http://www.imagemagick.org/
Original-Maintainer: ImageMagick Packaging Team <pkg-gmagick-im-team@lists.alioth.debian.org>

Package: libssl1.1
Priority: optional
Section: libs
Installed-Size: 3926
Maintainer: Debian OpenSSL Team <pkg-openssl-devel@lists.alioth.debian.org>
Architecture: amd64
Multi-Arch: same
Source: openssl
Version: 1.1.1b-1+ubuntu14.04.1+deb.sury.org+1
Depends: libc6 (>= 2.17), debconf (>= 0.5) | debconf-2.0
Pre-Depends: multiarch-support
Size: 1496810
Description: Secure Sockets Layer toolkit - shared libraries
 This package is part of the OpenSSL project's implementation of the SSL
 and TLS cryptographic protocols for secure communication over the
 Internet.
 .
 It provides the libssl and libcrypto shared libraries.
Homepage: https://www.openssl.org/

Package: python-six
Priority: optional
Section: python
Installed-Size: 63
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: six
Version: 1.5.2-1ubuntu1.1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Size: 8348
Description: Python 2 and 3 compatibility library (Python 2 interface)
 Six is a Python 2 and 3 compatibility library. It provides utility
 functions for smoothing over the differences between the Python versions
 with the goal of writing Python code that is compatible on both Python
 versions.
 .
 This package provides Six on the Python 2 module path. It is complemented
 by python3-six.
Homepage: http://pythonhosted.org/six/
Original-Maintainer: Colin Watson <cjwatson@debian.org>

Package: libpam-cap
Priority: optional
Section: libs
Installed-Size: 68
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libcap2
Version: 1:2.24-0ubuntu2
Replaces: libcap2-bin (<< 1:2.22-1.1)
Depends: libc6 (>= 2.4), libcap2 (>= 2.10), libpam0g (>= 0.99.7.1), libpam-runtime (>= 1.1.3-2~)
Breaks: libcap2-bin (<< 1:2.22-1.1)
Filename: pool/main/libc/libcap2/libpam-cap_2.24-0ubuntu2_amd64.deb
Size: 7058
MD5sum: 32d717f1df9594735a06f0cb2f860b8a
Description: PAM module for implementing capabilities
 This package contains the PAM module for enforcing capabilities on users
 and groups at PAM session start time.
Homepage: http://sites.google.com/site/fullycapable/
Original-Maintainer: Torsten Werner <twerner@debian.org>

Package: libpolkit-gobject-1-0
Priority: optional
Section: libs
Installed-Size: 157
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: policykit-1
Version: 0.105-4ubuntu3.14.04.6
Depends: libc6 (>= 2.7), libglib2.0-0 (>= 2.37.3), libsystemd-login0 (>= 31)
Pre-Depends: multiarch-support
Breaks: libpolkit-agent-1-0 (<< 0.99), libpolkit-backend-1-0 (<< 0.99), libpolkit-gtk-1-0 (<< 0.99), policykit-1 (<< 0.99)
Size: 35340
Description: PolicyKit Authorization API
 PolicyKit is a toolkit for defining and handling the policy that
 allows unprivileged processes to speak to privileged processes.
 .
 This package contains a library for accessing PolicyKit.
Homepage: http://hal.freedesktop.org/docs/PolicyKit/
Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>

Package: iproute2
Priority: important
Section: net
Installed-Size: 1148
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 3.12.0-2ubuntu1.2
Replaces: iproute
Provides: arpd
Depends: libc6 (>= 2.14), libdb5.3
Recommends: libatm1 (>= 2.4.1-17~), libxtables10
Suggests: iproute2-doc
Conflicts: arpd, iproute (<< 20130000-1)
Filename: pool/main/i/iproute2/iproute2_3.12.0-2_amd64.deb
Size: 401024
MD5sum: c42f26bf580f71ed30e6c2ded3687e26
Description: networking and traffic control tools
 The iproute2 suite is a collection of utilities for networking and
 traffic control.
 .
 These tools communicate with the Linux kernel via the (rt)netlink
 interface, providing advanced features not available through the
 legacy net-tools commands 'ifconfig' and 'route'.
Homepage: http://www.linux-foundation.org/en/Net:Iproute2
Original-Maintainer: Debian iproute2 Maintainers <ah-iproute@debian.org>

Package: shared-mime-info
Priority: optional
Section: misc
Installed-Size: 2580
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 1.2-0ubuntu3
Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.35.9), libxml2 (>= 2.7.4)
Conflicts: libglib2.0-0 (<< 2.17.2), libgnomevfs2-0 (<< 1:2.24.0), tracker (<< 0.6.90)
Size: 414662
Description: FreeDesktop.org shared MIME database and spec
 This is the shared MIME-info database from the X Desktop Group. It is required
 by any program complying to the Shared MIME-Info Database spec, which is also
 included in this package.
 .
 At this time at least ROX, GNOME, KDE and XFCE use this database.
Homepage: http://freedesktop.org/wiki/Software/shared-mime-info
Original-Maintainer: Sebastian Dröge <slomo@debian.org>

Package: libpq5
Priority: optional
Section: libs
Installed-Size: 272
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: postgresql-9.3
Version: 9.3.24-0ubuntu0.14.04
Depends: libc6 (>= 2.14), libcomerr2 (>= 1.01), libgssapi-krb5-2 (>= 1.10+dfsg~), libkrb5-3 (>= 1.6.dfsg.2), libldap-2.4-2 (>= 2.4.7), libssl1.0.0 (>= 1.0.0)
Size: 78460
Description: PostgreSQL C client library
 libpq is a C library that enables user programs to communicate with
 the PostgreSQL database server.  The server can be on another machine
 and accessed through TCP/IP.  This version of libpq is compatible
 with servers from PostgreSQL 8.2 or later.
 .
 This package contains the run-time library, needed by packages using
 libpq.
 .
 PostgreSQL is an object-relational SQL database management system.
Homepage: http://www.postgresql.org/
Original-Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>

Package: libxdmcp6
Priority: optional
Section: libs
Installed-Size: 71
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libxdmcp
Version: 1:1.1.1-1
Depends: libc6 (>= 2.4)
Pre-Depends: multiarch-support
Size: 12840
Description: X11 Display Manager Control Protocol library
 This package provides the main interface to the X11 display manager control
 protocol library, which allows for remote logins to display managers.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libXdmcp
Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>

Package: libnl-3-200
Priority: optional
Section: libs
Installed-Size: 172
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libnl3
Version: 3.2.21-1ubuntu4.1
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Breaks: network-manager (<< 0.9.8.8-0ubuntu7.3~)
Size: 45346
Description: library for dealing with netlink sockets
 This is a library for applications dealing with netlink sockets.
 The library provides an interface for raw netlink messaging and various
 netlink family specific interfaces.
Homepage: http://people.suug.ch/~tgr/libnl/
Original-Maintainer: Heiko Stuebner <mmind@debian.org>

Package: linux-headers-3.13.0-35-generic
Priority: optional
Section: devel
Installed-Size: 13030
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: amd64
Source: linux
Version: 3.13.0-35.62
Provides: linux-headers, linux-headers-3.0
Depends: linux-headers-3.13.0-35, libc6 (>= 2.14)
Size: 719964
Description: Linux kernel headers for version 3.13.0 on 64 bit x86 SMP
 This package provides kernel header files for version 3.13.0 on
 64 bit x86 SMP.
 .
 This is for sites that want the latest kernel headers.  Please read
 /usr/share/doc/linux-headers-3.13.0-35/debian.README.gz for details.

Package: coreutils
Essential: yes
Priority: required
Section: utils
Installed-Size: 6024
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 8.21-1ubuntu5.4
Replaces: mktemp, timeout
Pre-Depends: libacl1 (>= 2.2.51-8), libattr1 (>= 1:2.4.46-8), libc6 (>= 2.17), libselinux1 (>= 1.32)
Conflicts: timeout
Filename: pool/main/c/coreutils/coreutils_8.21-1ubuntu5_amd64.deb
Size: 1090622
MD5sum: 9d8995da82c3379f88340c3273091a34
Description: GNU core utilities
 This package contains the basic file, shell and text manipulation
 utilities which are expected to exist on every operating system.
 .
 Specifically, this package includes:
 arch base64 basename cat chcon chgrp chmod chown chroot cksum comm cp
 csplit cut date dd df dir dircolors dirname du echo env expand expr
 factor false flock fmt fold groups head hostid id install join link ln
 logname ls md5sum mkdir mkfifo mknod mktemp mv nice nl nohup nproc od
 paste pathchk pinky pr printenv printf ptx pwd readlink rm rmdir runcon
 sha*sum seq shred sleep sort split stat stty sum sync tac tail tee test
 timeout touch tr true truncate tsort tty uname unexpand uniq unlink
 users vdir wc who whoami yes
Homepage: http://gnu.org/software/coreutils
Original-Maintainer: Michael Stone <mstone@debian.org>

Package: sudo
Priority: optional
Section: admin
Installed-Size: 1508
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 1.8.9p5-1ubuntu1.4
Replaces: sudo-ldap
Depends: libc6 (>= 2.15), libpam0g (>= 0.99.7.1), libselinux1 (>= 1.32), libpam-modules
Conflicts: sudo-ldap
Filename: pool/main/s/sudo/sudo_1.8.9p5-1ubuntu1_amd64.deb
Size: 341864
MD5sum: 622df6b43c28072fd1a47ed7fcbd28f2
Description: Provide limited super user privileges to specific users
 Sudo is a program designed to allow a sysadmin to give limited root
 privileges to users and log root activity.  The basic philosophy is to give
 as few privileges as possible but still allow people to get their work done.
 .
 This version is built with minimal shared library dependencies, use the
 sudo-ldap package instead if you need LDAP support for sudoers.
Original-Maintainer: Bdale Garbee <bdale@gag.com>

Package: libfreetype6
Priority: optional
Section: libs
Installed-Size: 896
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: freetype
Version: 2.5.2-1ubuntu2.8
Depends: libc6 (>= 2.14), libpng12-0 (>= 1.2.13-4), zlib1g (>= 1:1.1.4)
Pre-Depends: multiarch-support
Size: 304308
Description: FreeType 2 font engine, shared library files
 The FreeType project is a team of volunteers who develop free,
 portable and high-quality software solutions for digital typography.
 They specifically target embedded systems and focus on bringing small,
 efficient and ubiquitous products.
 .
 The FreeType 2 library is their new software font engine.  It has been
 designed to provide the following important features:
  * A universal and simple API to manage font files
  * Support for several font formats through loadable modules
  * High-quality anti-aliasing
  * High portability & performance
 .
 Supported font formats include:
  * TrueType files (.ttf) and collections (.ttc)
  * Type 1 font files both in ASCII (.pfa) or binary (.pfb) format
  * Type 1 Multiple Master fonts.  The FreeType 2 API also provides
    routines to manage design instances easily
  * Type 1 CID-keyed fonts
  * OpenType/CFF (.otf) fonts
  * CFF/Type 2 fonts
  * Adobe CEF fonts (.cef), used to embed fonts in SVG documents with
    the Adobe SVG viewer plugin.
  * Windows FNT/FON bitmap fonts
 .
 This package contains the files needed to run programs that use the
 FreeType 2 library.
 .
  Home Page: http://www.freetype.org/
  Authors: David Turner   <david.turner@freetype.org>
           Robert Wilhelm <robert.wilhelm@freetype.org>
           Werner Lemberg <werner.lemberg@freetype.org>
Homepage: http://www.freetype.org
Original-Maintainer: Steve Langasek <vorlon@debian.org>

Package: debianutils
Essential: yes
Priority: required
Section: utils
Installed-Size: 283
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 4.4
Replaces: manpages-pl (<< 1:0.5)
Depends: sensible-utils
Pre-Depends: libc6 (>= 2.15)
Filename: pool/main/d/debianutils/debianutils_4.4_amd64.deb
Size: 88688
MD5sum: 4e68265111d6b6e9325e7bc743e8f7ad
Description: Miscellaneous utilities specific to Debian
 This package provides a number of small utilities which are used
 primarily by the installation scripts of Debian packages, although
 you may use them directly.
 .
 The specific utilities included are:
 add-shell installkernel ischroot remove-shell run-parts savelog
 tempfile which
Original-Maintainer: Clint Adams <clint@debian.org>

Package: linux-image-3.13.0-49-generic
Priority: optional
Section: kernel
Installed-Size: 41205
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: amd64
Source: linux
Version: 3.13.0-49.83
Provides: fuse-module, ivtv-modules, kvm-api-4, linux-image, linux-image-3.0, redhat-cluster-modules
Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3)
Pre-Depends: dpkg (>= 1.10.24)
Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1)
Suggests: fdutils, linux-doc-3.13.0 | linux-source-3.13.0, linux-tools, linux-headers-3.13.0-49-generic
Conflicts: hotplug (<< 0.0.20040105-1)
Size: 15147554
Description: Linux kernel image for version 3.13.0 on 64 bit x86 SMP
 This package contains the Linux kernel image for version 3.13.0 on
 64 bit x86 SMP.
 .
 Also includes the corresponding System.map file, the modules built by the
 packager, and scripts that try to ensure that the system is not left in an
 unbootable state after an update.
 .
 Supports Generic processors.
 .
 Geared toward desktop and server systems.
 .
 You likely do not want to install this package directly. Instead, install
 the linux-generic meta-package, which will ensure that upgrades work
 correctly, and that supporting packages are also installed.

Package: libdbi-perl
Priority: optional
Section: perl
Installed-Size: 2155
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 1.630-1
Provides: perl-dbdabi-94
Depends: perl (>= 5.18.1-4build1), perlapi-5.18.1, libc6 (>= 2.4)
Suggests: libclone-perl (>= 0.34), libmldbm-perl, libnet-daemon-perl, libplrpc-perl, libsql-statement-perl (>= 1.402)
Breaks: libdbd-anydata-perl (<< 0.11+), libdbd-csv-perl (<< 0.3600+), libsql-statement-perl (<< 1.33+)
Size: 879494
Description: Perl Database Interface (DBI)
 DBI (DataBase Interface) is a Perl framework that provides a common interface
 to access various backend databases in a uniform manner. DBD (DataBase Driver)
 modules provide implementations for various backend data storage mechanisms
 including networked relational databases (particularly SQL databases) and even
 web services such as the Google search engine.
 .
 It is extremely portable and available for a wide range of operating systems,
 architectures and data stores, including:
 .
  * Oracle
  * Microsoft SQL Server
  * IBM DB2
  * SQLite
  * PostgreSQL
  * Firebird
  * MySQL
Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Homepage: http://dbi.perl.org/

Package: libpython3.4-dev
Priority: optional
Section: libdevel
Installed-Size: 29484
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: python3.4
Version: 3.4.3-1ubuntu1~14.04.7
Depends: libpython3.4-stdlib (= 3.4.3-1ubuntu1~14.04.7), libpython3.4 (= 3.4.3-1ubuntu1~14.04.7), libexpat1-dev
Pre-Depends: multiarch-support
Recommends: libc6-dev | libc-dev
Size: 17755740
Description: Header files and a static library for Python (v3.4)
 Header files, a static library and development tools for building
 Python (v3.4) modules, extending the Python interpreter or embedding
 Python (v3.4) in applications.
 .
 Maintainers of Python packages should read README.maintainers.
 .
 This package contains development files. It is normally not
 used on it's own, but as a dependency of python3.4-dev.
Original-Maintainer: Matthias Klose <doko@debian.org>

Package: libxcb-shm0
Priority: optional
Section: libs
Installed-Size: 51
Maintainer: Ubuntu X-SWAT <ubuntu-x@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libxcb
Version: 1.10-2ubuntu1
Depends: libc6 (>= 2.2.5), libxcb1 (>= 1.9.2)
Pre-Depends: multiarch-support
Size: 5432
Description: X C Binding, shm extension
 This package contains the library files needed to run software using
 libxcb-shm, the shm extension for the X C Binding.
 .
 The XCB library provides an interface to the X Window System protocol,
 designed to replace the Xlib interface.  XCB provides several advantages over
 Xlib:
 .
  * Size: small library and lower memory footprint
  * Latency hiding: batch several requests and wait for the replies later
  * Direct protocol access: one-to-one mapping between interface and protocol
  * Thread support: access XCB from multiple threads, with no explicit locking
  * Easy creation of new extensions: automatically generates interface from
    machine-parsable protocol descriptions
Homepage: http://xcb.freedesktop.org
Original-Maintainer: XCB Developers <xcb@lists.freedesktop.org>

Package: libclass-accessor-perl
Priority: optional
Section: perl
Installed-Size: 104
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 0.34-1
Depends: perl, libsub-name-perl
Size: 26038
Description: Perl module that automatically generates accessors
 Class::Accessor automagically generates accessor/mutator methods for your
 class. Most of the time, writing accessors is an exercise in cutting and
 pasting. If you make your module a subclass of Class::Accessor and declare
 your accessor fields with mk_accessors() then you will find yourself with a
 set of automatically generated accessors which can even be customized.
Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Homepage: http://search.cpan.org/dist/Class-Accessor/

Package: libxmuu1
Priority: optional
Section: libs
Installed-Size: 65
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libxmu
Version: 2:1.1.1-1
Depends: libc6 (>= 2.4), libx11-6
Pre-Depends: multiarch-support
Size: 11036
Description: X11 miscellaneous micro-utility library
 libXmuu provides a set of miscellaneous utility convenience functions for X
 libraries to use.  It is a lighter version of libXmu that does not depend
 on libXt or libXext; for more information on libXmu, see libxmu6.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libXmu
Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>

Package: libva-drm1
Priority: optional
Section: libs
Installed-Size: 55
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Multi-Arch: same
Source: libva
Version: 1.4.0~trusty
Depends: libc6 (>= 2.4), libdrm2 (>= 2.4.16)
Pre-Depends: multiarch-support
Size: 12568
Description: Video Acceleration (VA) API for Linux -- DRM runtime
 Video Acceleration API (VA API) is a library ("libVA") and API specification
 which enables and provides access to graphics hardware (GPU) acceleration for
 video processing on Linux and UNIX based operating systems. Accelerated
 processing includes video decoding, video encoding, subpicture blending and
 rendering. The specification was originally designed by Intel for its GMA
 (Graphics Media Accelerator) series of GPU hardware, the API is however not
 limited to GPUs or Intel specific hardware, as other hardware and manufacturers
 can also freely use this API for hardware accelerated video decoding.
 .
 This package provides the libva-drm library.
Homepage: http://www.freedesktop.org/wiki/Software/vaapi

Package: node-rimraf
Priority: extra
Section: web
Installed-Size: 56
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 2.2.2-2
Depends: nodejs
Recommends: node-graceful-fs (>= 2)
Size: 5392
Description: Deep deletion (like rm -rf) module for Node.js
 node-rimraf is a Node.js module that provides asynchronous deep-deletion
 of files and directories.
 .
 The `rimraf` executable is a faster alternative to the `rm -rf` shell
 command.
 .
 Node.js is an event-based server-side javascript engine.
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Homepage: https://github.com/isaacs/rimraf

Package: python-twisted-bin
Priority: optional
Section: python
Installed-Size: 87
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: twisted
Version: 13.2.0-1ubuntu1.2
Provides: python2.7-twisted-bin
Depends: python (>= 2.7), python (<< 2.8), libc6 (>= 2.14)
Suggests: python-twisted-bin-dbg
Size: 11874
Description: Event-based framework for internet applications
 It includes a web server, a telnet server, a multiplayer RPG engine, a
 generic client and server for remote object access, and APIs for creating
 new protocols.
Original-Maintainer: Matthias Klose <doko@debian.org>

Package: initramfs-tools
Priority: optional
Section: utils
Installed-Size: 367
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Version: 0.103ubuntu4.11
Provides: linux-initramfs-tool
Depends: initramfs-tools-bin (>= 0.103ubuntu4.11), initramfs-tools-bin (<< 0.103ubuntu4.11.1~), klibc-utils (>= 2.0-1~), busybox-initramfs (>= 1:1.13.3-1ubuntu5), cpio, module-init-tools, udev (>= 147~-5), findutils (>= 4.2.24), util-linux (>> 2.15~rc1)
Suggests: bash-completion
Breaks: cryptsetup (<< 2:1.1.0-2.1), elilo (<< 3.12-3.1~), lilo (<< 22.8-8.2~), mountall (<< 2.0~), s390-tools (<< 1.8.3-2~)
Conflicts: usplash (<< 0.5.50)
Filename: pool/main/i/initramfs-tools/initramfs-tools_0.103ubuntu4_all.deb
Size: 44606
MD5sum: ec53fad89eee19fdf565b165501a1244
Description: tools for generating an initramfs
 This package contains tools to create and boot an initramfs for packaged 2.6
 Linux kernel. The initramfs is a gzipped cpio archive. At boot time, the
 kernel unpacks that archive into RAM, mounts and uses it as initial root file
 system. The mounting of the real root file system occurs in early user space.
 klibc provides utilities to setup root. Having the root on MD, LVM2, LUKS or
 NFS is also supported.
 Any boot loader with initrd support is able to load an initramfs archive.
Original-Maintainer: Debian kernel team <debian-kernel@lists.debian.org>

Package: makedev
Priority: extra
Section: admin
Installed-Size: 126
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Version: 2.3.1-93ubuntu2~ubuntu14.04.1
Depends: base-passwd (>= 3.0.4)
Conflicts: udev (<= 0.024-7)
Filename: pool/main/m/makedev/makedev_2.3.1-93ubuntu1_all.deb
Size: 24452
MD5sum: 979d22fe4dece008741c019c2c4784ea
Description: creates device files in /dev
 The MAKEDEV executable is used to create device files, often in /dev.
 .
 Device files are special files through which applications can interact
 with hardware.
 .
 This package is not necessary for most modern Linux systems, where the udev
 subsystem provides a more dynamic mechanism for device file management.
Original-Maintainer: Debian QA Group <packages@qa.debian.org>

Package: node
Priority: extra
Section: oldlibs
Installed-Size: 38
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 0.3.2-7.4
Depends: ax25-node
Conflicts: nodejs-legacy
Size: 1284
Description: Amateur Packet Radio Node program (transitional package)
 The existing node package has been renamed to ax25-node. This transitional
 package exists to ease the upgrade path for existing users.
Original-Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>

Package: laptop-detect
Priority: optional
Section: utils
Installed-Size: 56
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 0.13.7ubuntu2
Depends: dmidecode (>> 2.8-2)
Size: 5608
Description: attempt to detect a laptop
 laptop-detect attempts to determine whether it is being run on a laptop or a
 desktop and appraises its caller of this.
Original-Maintainer: Otavio Salvador <otavio@debian.org>

Package: libxml2
Priority: standard
Section: libs
Installed-Size: 1806
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Version: 2.9.1+dfsg1-3ubuntu4.13
Depends: libc6 (>= 2.15), liblzma5 (>= 5.1.1alpha+20120614), zlib1g (>= 1:1.2.3.3)
Pre-Depends: multiarch-support
Recommends: xml-core
Size: 572898
Description: GNOME XML library
 XML is a metalanguage to let you design your own markup language.
 A regular markup language defines a way to describe information in
 a certain class of documents (eg HTML). XML lets you define your
 own customized markup languages for many classes of document. It
 can do this because it's written in SGML, the international standard
 metalanguage for markup languages.
 .
 This package provides a library providing an extensive API to handle
 such XML data files.
Homepage: http://xmlsoft.org/
Original-Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs@lists.alioth.debian.org>

Package: linux-headers-3.13.0-24
Priority: optional
Section: devel
Installed-Size: 61736
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Source: linux
Version: 3.13.0-24.47
Depends: coreutils | fileutils (>= 4.0)
Size: 8864866
Description: Header files related to Linux kernel version 3.13.0
 This package provides kernel header files for version 3.13.0, for sites
 that want the latest kernel headers. Please read
 /usr/share/doc/linux-headers-3.13.0-24/debian.README.gz for details

Package: telnet
Priority: standard
Section: net
Installed-Size: 163
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: netkit-telnet
Version: 0.17-36build2
Replaces: netstd
Provides: telnet-client
Depends: netbase, libc6 (>= 2.15), libstdc++6 (>= 4.1.1)
Size: 67100
Description: The telnet client
 The telnet command is used for interactive communication with another host
 using the TELNET protocol.
Original-Maintainer: Alberto Gonzalez Iniesta <agi@inittab.org>

Package: login
Essential: yes
Priority: required
Section: admin
Installed-Size: 1184
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: shadow
Version: 1:4.1.5.1-1ubuntu9.5
Replaces: manpages-de (<< 0.5-3), manpages-tr (<< 1.0.5), manpages-zh (<< 1.5.1-1)
Pre-Depends: libaudit1 (>= 1:2.2.1), libc6 (>= 2.14), libpam0g (>= 0.99.7.1), libpam-runtime, libpam-modules
Conflicts: amavisd-new (<< 2.3.3-8), backupninja (<< 0.9.3-5), echolot (<< 2.1.8-4), gnunet (<< 0.7.0c-2), python-4suite (<< 0.99cvs20060405-1)
Filename: pool/main/s/shadow/login_4.1.5.1-1ubuntu9_amd64.deb
Size: 301596
MD5sum: b34fbf07ec15216802a21749cc457e4c
Description: system login tools
 These tools are required to be able to login and use your system. The
 login program invokes your user shell and enables command execution. The
 newgrp program is used to change your effective group ID (useful for
 workgroup type situations). The su program allows changing your effective
 user ID (useful being able to execute commands as another user).
Homepage: http://pkg-shadow.alioth.debian.org/
Original-Maintainer: Shadow package maintainers <pkg-shadow-devel@lists.alioth.debian.org>

Package: gpgv
Priority: important
Section: utils
Installed-Size: 444
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Source: gnupg
Version: 1.4.16-1ubuntu2.6
Depends: libbz2-1.0, libc6 (>= 2.14), zlib1g (>= 1:1.1.4)
Suggests: gnupg
Filename: pool/main/g/gnupg/gpgv_1.4.16-1ubuntu2_amd64.deb
Size: 160770
MD5sum: 631466c59fe1fbe5f60453385c990f0f
Description: GNU privacy guard - signature verification tool
 GnuPG is GNU's tool for secure communication and data storage.
 .
 gpgv is a stripped-down version of gnupg which is only able to check
 signatures.  It is smaller than the full-blown gnupg and uses a
 different (and simpler) way to check that the public keys used to
 make the signature are trustworthy.
Homepage: http://www.gnupg.org
Original-Maintainer: Debian GnuPG-Maintainers <pkg-gnupg-maint@lists.alioth.debian.org>

Package: python3-dbus
Priority: optional
Section: python
Installed-Size: 392
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: dbus-python
Version: 1.2.0-2build2
Provides: python3.4-dbus
Depends: python3 (>= 3.4~), python3 (<< 3.5), libc6 (>= 2.4), libdbus-1-3 (>= 1.5.12), libdbus-glib-1-2 (>= 0.78), libglib2.0-0 (>= 2.12.0)
Recommends: python3-gi | python3-dbus.mainloop.qt
Suggests: python-dbus-doc, python3-dbus-dbg
Size: 82100
Description: simple interprocess messaging system (Python 3 interface)
 D-Bus is a message bus, used for sending messages between applications.
 Conceptually, it fits somewhere in between raw sockets and CORBA in
 terms of complexity.
 .
 This package provides a Python 3 interface to D-Bus.
 .
 See the dbus description for more information about D-Bus in general.
Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Homepage: http://www.freedesktop.org/wiki/Software/DBusBindings#Python

Package: libssl1.0.0
Priority: important
Section: libs
Installed-Size: 2950
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: openssl
Version: 1.0.1f-1ubuntu2.27
Depends: libc6 (>= 2.14), debconf (>= 0.5) | debconf-2.0
Pre-Depends: multiarch-support
Filename: pool/main/o/openssl/libssl1.0.0_1.0.1f-1ubuntu2_amd64.deb
Size: 830964
MD5sum: 6ebb5e5836f652cf200544e492e49d1e
Description: Secure Sockets Layer toolkit - shared libraries
 This package is part of the OpenSSL project's implementation of the SSL
 and TLS cryptographic protocols for secure communication over the
 Internet.
 .
 It provides the libssl and libcrypto shared libraries.
Original-Maintainer: Debian OpenSSL Team <pkg-openssl-devel@lists.alioth.debian.org>

Package: libdbus-1-3
Priority: optional
Section: libs
Installed-Size: 380
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: dbus
Version: 1.6.18-0ubuntu4.5
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Recommends: dbus
Breaks: kde-window-manager (<< 4:4.4.5-9), kdebase-workspace-bin (<< 4:4.4.5-9)
Filename: pool/main/d/dbus/libdbus-1-3_1.6.18-0ubuntu4_amd64.deb
Size: 131988
MD5sum: 96db90f5a33331d533bc7c9a328a80c6
Description: simple interprocess messaging system (library)
 D-Bus is a message bus, used for sending messages between applications.
 Conceptually, it fits somewhere in between raw sockets and CORBA in
 terms of complexity.
 .
 D-Bus supports broadcast messages, asynchronous messages (thus
 decreasing latency), authentication, and more. It is designed to be
 low-overhead; messages are sent using a binary protocol, not using
 XML. D-Bus also supports a method call mapping for its messages, but
 it is not required; this makes using the system quite simple.
 .
 It comes with several bindings, including GLib, Python, Qt and Java.
 .
 The daemon can be found in the dbus package.
Homepage: http://dbus.freedesktop.org/
Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>

Package: libperl5.18
Priority: optional
Section: libs
Installed-Size: 29
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: perl
Version: 5.18.2-2ubuntu1.7
Replaces: perl-base (<= 5.8.7-4)
Depends: libc6 (>= 2.14), perl-base (= 5.18.2-2ubuntu1.7)
Size: 1330
Description: shared Perl library
 This package is required by programs which embed a Perl interpreter to
 ensure that the correct version of `perl-base' is installed.  It
 additionally contains the shared Perl library on architectures where the
 perl binary is linked to libperl.a (currently only i386, for performance
 reasons).  In other cases the actual library is in the `perl-base' package.
Homepage: http://dev.perl.org/perl5/
Original-Maintainer: Niko Tyni <ntyni@debian.org>

Package: gettext-base
Priority: standard
Section: utils
Installed-Size: 344
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: gettext
Version: 0.18.3.1-1ubuntu3.1
Depends: libc6 (>= 2.14), libasprintf0c2 (>= 0.18.1.1-6)
Size: 48556
Description: GNU Internationalization utilities for the base system
 This package includes the gettext and ngettext programs which allow
 other packages to internationalize the messages given by shell scripts.
Homepage: http://www.gnu.org/software/gettext/
Original-Maintainer: Santiago Vila <sanvila@debian.org>

Package: libflac8
Priority: optional
Section: libs
Installed-Size: 239
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: flac
Version: 1.3.0-2ubuntu0.14.04.1
Depends: libc6 (>= 2.14), libogg0 (>= 1.0rc3)
Pre-Depends: multiarch-support
Size: 80170
Description: Free Lossless Audio Codec - runtime C library
 FLAC stands for Free Lossless Audio Codec. Grossly oversimplified, FLAC is
 similar to MP3, but lossless.  The FLAC project consists of:
 .
  * The stream format
  * libFLAC, which implements a reference encoder, stream decoder, and file
    decoder
  * flac, which is a command-line wrapper around libFLAC to encode and decode
    .flac files
  * Input plugins for various music players (Winamp, XMMS, and more in the
    works)
 .
 This package contains the runtime library libFLAC.
Homepage: http://xiph.org/flac/
Original-Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>

Package: module-init-tools
Priority: extra
Section: admin
Installed-Size: 31
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Source: kmod
Version: 15-0ubuntu7
Depends: libkmod2, kmod
Pre-Depends: dpkg (>= 1.15.7.2)
Filename: pool/main/k/kmod/module-init-tools_15-0ubuntu6_all.deb
Size: 1944
MD5sum: d9749724e8c6e659df6d7785247451a5
Description: transitional dummy package (module-init-tools to kmod)
 This dummy package is provided to support the transition from
 module-init-tools to kmod and should be removed afterwards.
Original-Maintainer: Marco d'Itri <md@linux.it>

Package: libffi6
Priority: optional
Section: libs
Installed-Size: 71
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libffi
Version: 3.1~rc1+r3.0.13-12ubuntu0.2
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Filename: pool/main/libf/libffi/libffi6_3.1~rc1+r3.0.13-12_amd64.deb
Size: 17864
MD5sum: 5a20a122b11058d07fcce6555fa8d206
Description: Foreign Function Interface library runtime
 A foreign function interface is the popular name for the interface that
 allows code written in one language to call code written in another
 language.
Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>

Package: man-db
Priority: important
Section: doc
Installed-Size: 2064
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 2.6.7.1-1ubuntu1
Replaces: man, manpages-de (<< 0.5-4), manpages-zh (<< 1.5.2-1.1), nlsutils
Provides: man, man-browser
Depends: groff-base (>= 1.18.1.1-15), bsdmainutils, debconf (>= 1.2.0) | debconf-2.0, libc6 (>= 2.14), libgdbm3 (>= 1.8.3), libpipeline1 (>= 1.3.0), zlib1g (>= 1:1.1.4)
Pre-Depends: dpkg (>= 1.16.1~)
Suggests: groff, less, www-browser
Breaks: manpages-zh (<< 1.5.2-1.1)
Conflicts: man, suidmanager (<< 0.50)
Size: 857418
Description: on-line manual pager
 This package provides the man command, the primary way of examining the
 on-line help files (manual pages). Other utilities provided include the
 whatis and apropos commands for searching the manual page database, the
 manpath utility for determining the manual page search path, and the
 maintenance utilities mandb, catman and zsoelim. man-db uses the groff
 suite of programs to format and display the manual pages.
Homepage: http://man-db.nongnu.org/
Original-Maintainer: Colin Watson <cjwatson@debian.org>

Package: pkg-php-tools
Priority: extra
Section: php
Installed-Size: 128
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 1.11
Depends: php5-cli, php5-json, php-pear, debhelper
Suggests: dh-make
Size: 21624
Description: various packaging tools and scripts for PHP packages
 Provide an easy way to package PHP PEAR, PECL and Composer packages: Run
 dh_make, edit debian/rules and debian/control and that's it!
 .
 Detailed instructions can be found in included READMEs.
Original-Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>

Package: libcairo2
Priority: optional
Section: libs
Installed-Size: 1373
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: cairo
Version: 1.13.0~20140204-0ubuntu1.1
Depends: libc6 (>= 2.14), libfontconfig1 (>= 2.9.0), libfreetype6 (>= 2.3.5), libpixman-1-0 (>= 0.30.0), libpng12-0 (>= 1.2.13-4), libx11-6, libxcb-render0, libxcb-shm0, libxcb1 (>= 1.6), libxext6, libxrender1, zlib1g (>= 1:1.1.4)
Pre-Depends: multiarch-support
Breaks: iceape-browser (<= 2.0.3-3), libgtk-directfb-2.0-0, xulrunner-1.9, xulrunner-1.9.1 (<= 1.9.1.8-3)
Size: 535158
Description: The Cairo 2D vector graphics library
 Cairo is a multi-platform library providing anti-aliased
 vector-based rendering for multiple target backends. Paths consist
 of line segments and cubic splines and can be rendered at any width
 with various join and cap styles. All colors may be specified with
 optional translucence (opacity/alpha) and combined using the
 extended Porter/Duff compositing algebra as found in the X Render
 Extension.
 .
 Cairo exports a stateful rendering API similar in spirit to the path
 construction, text, and painting operators of PostScript, (with the
 significant addition of translucence in the imaging model). When
 complete, the API is intended to support the complete imaging model of
 PDF 1.4.
 .
 This package contains the shared libraries.
Homepage: http://cairographics.org/
Original-Maintainer: Dave Beckett <dajobe@debian.org>

Package: libgdbm3
Priority: important
Section: libs
Installed-Size: 107
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: gdbm
Version: 1.8.3-12build1
Depends: libc6 (>= 2.14), dpkg (>= 1.15.4) | install-info
Pre-Depends: multiarch-support
Filename: pool/main/g/gdbm/libgdbm3_1.8.3-12build1_amd64.deb
Size: 33486
MD5sum: 570f8a143bc38cb7e69d81f1b482993a
Description: GNU dbm database routines (runtime version)
 GNU dbm ('gdbm') is a library of database functions that use extendible
 hashing and works similarly to the standard UNIX 'dbm' functions.
 .
 The basic use of 'gdbm' is to store key/data pairs in a data file, thus
 providing a persistent version of the 'dictionary' Abstract Data Type
 ('hash' to perl programmers).
Original-Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
Homepage: http://directory.fsf.org/project/gdbm/

Package: libgcrypt11
Priority: standard
Section: libs
Installed-Size: 587
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Version: 1.5.3-2ubuntu4.6
Depends: libc6 (>= 2.15), libgpg-error0 (>= 1.10)
Pre-Depends: multiarch-support
Suggests: rng-tools
Breaks: gnupg2 (<< 2.0.17-2ubuntu2), gpgsm (<< 2.0.17-2ubuntu2), libgnutls26 (<< 2.12.7-3)
Filename: pool/main/libg/libgcrypt11/libgcrypt11_1.5.3-2ubuntu4_amd64.deb
Size: 238492
MD5sum: 766687998ef52f4d9f85e4d86998f4b1
Description: LGPL Crypto library - runtime library
 libgcrypt contains cryptographic functions.  Many important free
 ciphers, hash algorithms and public key signing algorithms have been
 implemented:
 .
 Arcfour, Blowfish, CAST5, DES, AES, Twofish, Serpent, rfc2268 (rc2), SEED,
 Camellia, IDEA, CRC, MD4, MD5, RIPE-MD160, SHA-1, SHA-256, SHA-512, Tiger,
 Whirlpool, DSA, DSA2, ElGamal, RSA, ECC.
Homepage: http://directory.fsf.org/project/libgcrypt/
Original-Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>

Package: libjs-jquery
Priority: optional
Section: web
Installed-Size: 287
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Source: jquery
Version: 1.7.2+dfsg-2ubuntu1
Replaces: jquery
Suggests: javascript-common
Breaks: movabletype-opensource (<< 5.1.4+dfsg-3~)
Conflicts: jquery
Size: 78758
Description: JavaScript library for dynamic web applications
 jQuery is a fast, concise, JavaScript Library that simplifies how you
 traverse HTML documents, handle events, perform animations, and add Ajax
 interactions to your web pages. jQuery is designed to change the way
 that you write JavaScript.
Homepage: http://jquery.com/
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>

Package: libx265-130
Priority: optional
Section: libs
Installed-Size: 11160
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Multi-Arch: same
Source: x265
Version: 2.5-2~trusty1
Depends: libc6 (>= 2.15), libnuma1, libstdc++6 (>= 4.1.1)
Size: 1025952
Description: H.265/HEVC video stream encoder (shared library)
 libx265 is an encoding library for creating H.265/High Efficiency Video Coding
 (HEVC) video streams.
 .
 This package contains the shared library.
Homepage: http://x265.org

Package: python-distlib
Priority: optional
Section: python
Installed-Size: 546
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: distlib
Version: 0.1.8-1ubuntu1
Depends: python:any (>= 2.7.5-5~), python:any (<< 2.8)
Size: 112604
Description: low-level components of python distutils2/packaging
 Distlib is a library which implements low-level functions that relate to
 packaging and distribution of Python software. It is intended to be used
 as the basis for third-party packaging tools.
Original-Maintainer: Matthias Klose <doko@debian.org>
Homepage: https://pypi.python.org/pypi/distlib

Package: linux-headers-3.13.0-170
Priority: optional
Section: devel
Installed-Size: 62140
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Source: linux
Version: 3.13.0-170.220
Depends: coreutils | fileutils (>= 4.0)
Size: 8905072
Description: Header files related to Linux kernel version 3.13.0
 This package provides kernel header files for version 3.13.0, for sites
 that want the latest kernel headers. Please read
 /usr/share/doc/linux-headers-3.13.0-170/debian.README.gz for details

Package: libgnutlsxx27
Priority: extra
Section: libs
Installed-Size: 298
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: gnutls26
Version: 2.12.23-12ubuntu2.8
Depends: libgnutls26 (= 2.12.23-12ubuntu2.8), libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1)
Pre-Depends: multiarch-support
Size: 17262
Description: GNU TLS library - C++ runtime library
 GnuTLS is a portable library which implements the Transport Layer
 Security (TLS 1.0, 1.1, 1.2) and Secure Sockets Layer (SSL) 3.0 protocols.
 .
 GnuTLS features support for:
  - TLS extensions: server name indication, max record size, opaque PRF
    input, etc.
  - authentication using the SRP protocol.
  - authentication using both X.509 certificates and OpenPGP keys.
  - TLS Pre-Shared-Keys (PSK) extension.
  - Inner Application (TLS/IA) extension.
  - X.509 and OpenPGP certificate handling.
  - X.509 Proxy Certificates (RFC 3820).
  - all the strong encryption algorithms (including SHA-256/384/512 and
    Camellia (RFC 4132)).
 .
 This package contains the C++ runtime libraries.
Homepage: http://www.gnutls.org/
Original-Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>

Package: libmpdec2
Priority: optional
Section: libs
Installed-Size: 256
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: mpdecimal
Version: 2.4.0-6
Replaces: libmpdec2.3
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Breaks: libmpdec2.3
Filename: pool/main/m/mpdecimal/libmpdec2_2.4.0-6_amd64.deb
Size: 79404
MD5sum: 231eb912ecbeb985e7a9930e4d2b6117
Description: library for decimal floating point arithmetic (runtime library)
 mpdecimal is a package for correctly-rounded arbitrary precision decimal
 floating point arithmetic.
Original-Maintainer: Matthias Klose <doko@debian.org>
Homepage: http://www.bytereef.org/mpdecimal/index.html

Package: isc-dhcp-common
Priority: important
Section: net
Installed-Size: 1770
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: isc-dhcp
Version: 4.2.4-7ubuntu12.13
Replaces: dhcp3-common
Provides: dhcp3-common
Depends: libc6 (>= 2.15), debianutils (>= 2.8.2)
Filename: pool/main/i/isc-dhcp/isc-dhcp-common_4.2.4-7ubuntu12_amd64.deb
Size: 709110
MD5sum: 9aa0f214408b37844cf35db98703e841
Description: common files used by all the isc-dhcp* packages
 This package contains the files used by all the packages from ISC
 DHCP.
Original-Maintainer: Debian ISC DHCP maintainers <pkg-dhcp-devel@lists.alioth.debian.org>

Package: libxinerama1
Priority: optional
Section: libs
Installed-Size: 49
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libxinerama
Version: 2:1.1.3-1
Depends: libc6 (>= 2.2.5), libx11-6 (>= 2:1.4.99.1), libxext6
Pre-Depends: multiarch-support
Size: 7908
Description: X11 Xinerama extension library
 libXinerama provides an X Window System client interface to the XINERAMA
 extension to the X protocol.
 .
 The Xinerama (also known as panoramiX) extension allows for multiple screens
 attached to a single display to be treated as belonging together, and to give
 desktop applications a better idea of the monitor layout.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libXinerama
Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>

Package: libatomic1
Priority: optional
Section: libs
Installed-Size: 58
Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: gcc-4.8
Version: 4.8.4-2ubuntu1~14.04.4
Depends: gcc-4.8-base (= 4.8.4-2ubuntu1~14.04.4), libc6 (>= 2.14)
Pre-Depends: multiarch-support
Size: 8630
Description: support library providing __atomic built-in functions
 library providing __atomic built-in functions. When an atomic call cannot
 be turned into lock-free instructions, GCC will make calls into this library.
Homepage: http://gcc.gnu.org/
Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>

Package: libuuid1
Priority: required
Section: libs
Installed-Size: 109
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: util-linux
Version: 2.20.1-5.1ubuntu20.9
Replaces: e2fsprogs (<< 1.34-1)
Depends: passwd, libc6 (>= 2.4)
Pre-Depends: multiarch-support
Recommends: uuid-runtime
Filename: pool/main/u/util-linux/libuuid1_2.20.1-5.1ubuntu20_amd64.deb
Size: 10834
MD5sum: d7e924f2797c33addc2c8aa93cbaf783
Description: Universally Unique ID library
 The libuuid library generates and parses 128-bit universally unique
 ids (UUIDs).  A UUID is an identifier that is unique across both
 space and time, with respect to the space of all UUIDs.  A UUID can
 be used for multiple purposes, from tagging objects with an extremely
 short lifetime, to reliably identifying very persistent objects
 across a network.
 .
 See RFC 4122 for more information.
Homepage: http://userweb.kernel.org/~kzak/util-linux/
Original-Maintainer: LaMont Jones <lamont@debian.org>

Package: libaio1
Priority: optional
Section: libs
Installed-Size: 52
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libaio
Version: 0.3.109-4
Pre-Depends: multiarch-support
Size: 6364
Description: Linux kernel AIO access library - shared library
 This library enables userspace to use Linux kernel asynchronous I/O
 system calls, important for the performance of databases and other
 advanced applications.
Original-Maintainer: Guillem Jover <guillem@debian.org>
Homepage: http://www.kernel.org/pub/linux/libs/aio/

Package: libtasn1-6
Priority: standard
Section: libs
Installed-Size: 130
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Version: 3.4-3ubuntu0.6
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Filename: pool/main/libt/libtasn1-6/libtasn1-6_3.4-3_amd64.deb
Size: 43622
MD5sum: b266e54bfee75fcf2f4b9bb469394603
Description: Manage ASN.1 structures (runtime)
 Manage ASN1 (Abstract Syntax Notation One) structures.
 The main features of this library are:
   * on-line ASN1 structure management that doesn't require any C code
     file generation.
   * off-line ASN1 structure management with C code file generation
     containing an array.
   * DER (Distinguish Encoding Rules) encoding
   * no limits for INTEGER and ENUMERATED values
 .
 This package contains runtime libraries.
Homepage: http://www.gnu.org/software/libtasn1/
Original-Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>

Package: lsb-base
Priority: required
Section: misc
Installed-Size: 83
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Source: lsb
Version: 4.1+Debian11ubuntu6.2
Filename: pool/main/l/lsb/lsb-base_4.1+Debian11ubuntu6_all.deb
Size: 13260
MD5sum: fe7b4d46b4b3b9ffdfbf30dee01c0f48
Description: Linux Standard Base 4.1 init script functionality
 The Linux Standard Base (http://www.linuxbase.org/) is a standard
 core system that third-party applications written for Linux can
 depend upon.
 .
 This package only includes the init-functions shell library, which
 may be used by other packages' initialization scripts for console
 logging and other purposes.
Homepage: http://www.linuxfoundation.org/collaborate/workgroups/lsb
Original-Maintainer: Debian LSB Team <debian-lsb@lists.debian.org>

Package: libcurl3-gnutls
Priority: optional
Section: libs
Installed-Size: 527
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: curl
Version: 7.35.0-1ubuntu2.20
Depends: libc6 (>= 2.17), libgcrypt11 (>= 1.5.1), libgnutls26 (>= 2.12.17-0), libgssapi-krb5-2 (>= 1.10+dfsg~), libidn11 (>= 1.13), libldap-2.4-2 (>= 2.4.7), librtmp0 (>= 2.3), zlib1g (>= 1:1.1.4)
Pre-Depends: multiarch-support
Recommends: ca-certificates
Size: 166112
Description: easy-to-use client-side URL transfer library (GnuTLS flavour)
 libcurl is an easy-to-use client-side URL transfer library, supporting DICT,
 FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S,
 RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP.
 .
 libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP
 form based upload, proxies, cookies, user+password authentication (Basic,
 Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy tunneling
 and more!
 .
 libcurl is free, thread-safe, IPv6 compatible, feature rich, well supported,
 fast, thoroughly documented and is already used by many known, big and
 successful companies and numerous applications.
 .
 SSL support is provided by GnuTLS.
Homepage: http://curl.haxx.se
Original-Maintainer: Alessandro Ghedini <ghedo@debian.org>

Package: fontconfig
Priority: optional
Section: fonts
Installed-Size: 553
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 2.11.0-0ubuntu4.2
Replaces: fontconfig-config (<< 2.5.93-1)
Depends: fontconfig-config, libc6 (>= 2.3.4), libfontconfig1 (>= 2.9.0), libfreetype6 (>= 2.2.1)
Size: 175706
Description: generic font configuration library - support binaries
 Fontconfig is a font configuration and customization library, which
 does not depend on the X Window System. It is designed to locate
 fonts within the system and select them according to requirements
 specified by applications.
 .
 Fontconfig is not a rasterization library, nor does it impose a
 particular rasterization library on the application. The X-specific
 library 'Xft' uses fontconfig along with freetype to specify and
 rasterize fonts.
 .
 This package contains a program to maintain the fontconfig cache
 (fc-cache), a sample program to list installed fonts (fc-list), a program
 to test the matching rules (fc-match) and a program to dump the binary
 cache files in string form (fc-cat). It no longer makes fonts managed by defoma
 available to fontconfig applications.
Original-Maintainer: Keith Packard <keithp@debian.org>

Package: libparted0debian1
Priority: optional
Section: libs
Installed-Size: 571
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: parted
Version: 2.3-19ubuntu1.14.04.1
Replaces: libparted0 (<< 2.2-4), libparted1 (<< 2.2), libparted1.4 (<< 1.4.24-2), libparted2 (<< 2.2)
Provides: libparted
Depends: libblkid1 (>= 2.17.2), libc6 (>= 2.14), libdevmapper1.02.1 (>= 2:1.02.36), libuuid1 (>= 2.16)
Pre-Depends: multiarch-support
Suggests: parted | nparted, libparted0-dev, libparted0-i18n (= 2.3-19ubuntu1.14.04.1)
Breaks: python-parted (<< 3.6-5)
Conflicts: libparted1 (<< 2.2), libparted2 (<< 2.2), parted (<< 1.4.13+14pre1)
Size: 203450
Description: disk partition manipulator - shared library
 GNU Parted is a program that allows you to create, destroy, resize,
 move, and copy disk partitions. This is useful for creating space
 for new operating systems, reorganizing disk usage, and copying data
 to new hard disks.
 .
 This package contains the shared library.
Homepage: http://www.gnu.org/software/parted
Original-Maintainer: Parted Maintainer Team <parted-maintainers@lists.alioth.debian.org>

Package: mlock
Priority: optional
Section: mail
Installed-Size: 84
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: uw-imap
Version: 8:2007f~dfsg-2
Depends: libc6 (>= 2.4)
Size: 12178
Description: mailbox locking program
 IMAP (Internet Message Access Protocol) is a method of accessing
 electronic messages kept on a (possibly shared) mail server.
 .
 The UW (University of Washington) IMAP toolkit provides the c-client
 mail-handling library supporting various network transport methods,
 file system storage formats, and authentication and authorization
 methods.
 .
 This package contains a program to lock mailbox files to avoid
 corruption.
Original-Maintainer: Magnus Holmgren <holmgren@debian.org>
Homepage: http://www.washington.edu/imap/

Package: cpp-4.8
Priority: optional
Section: interpreters
Installed-Size: 14104
Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: gcc-4.8
Version: 4.8.4-2ubuntu1~14.04.4
Replaces: gcc-4.6 (<< 4.6.1-9)
Depends: gcc-4.8-base (= 4.8.4-2ubuntu1~14.04.4), libc6 (>= 2.14), libcloog-isl4 (>= 0.17), libgmp10, libisl10 (>= 0.10), libmpc3, libmpfr4 (>= 3.1.2), zlib1g (>= 1:1.1.4)
Suggests: gcc-4.8-locales (>= 4.8)
Size: 4452234
Description: GNU C preprocessor
 A macro processor that is used automatically by the GNU C compiler
 to transform programs before actual compilation.
 .
 This package has been separated from gcc for the benefit of those who
 require the preprocessor but not the compiler.
Homepage: http://gcc.gnu.org/
Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>

Package: procps
Priority: important
Section: admin
Installed-Size: 680
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 1:3.3.9-1ubuntu2.3
Provides: watch
Depends: libc6 (>= 2.15), libncurses5 (>= 5.5-5~), libncursesw5 (>= 5.6+20070908), libprocps3, libtinfo5, sysv-rc (>= 2.88dsf-24) | file-rc (>= 0.8.16), lsb-base (>= 3.0-10), initscripts
Recommends: psmisc
Breaks: guymager (<= 0.5.9-1), open-vm-tools (<= 2011.12.20-562307-1), xmem (<= 1.20-27.1)
Conflicts: pgrep (<< 3.3-5), w-bassman (<< 1.0-3)
Filename: pool/main/p/procps/procps_3.3.9-1ubuntu2_amd64.deb
Size: 209528
MD5sum: 17bb2a999813707789483cd7650641ee
Description: /proc file system utilities
 This package provides command line and full screen utilities for browsing
 procfs, a "pseudo" file system dynamically generated by the kernel to
 provide information about the status of entries in its process table
 (such as whether the process is running, stopped, or a "zombie").
 .
 It contains free, kill, pkill, pgrep, pmap, ps, pwdx, skill, slabtop,
 snice, sysctl, tload, top, uptime, vmstat, w, and watch.
Homepage: http://gitorious.org/procps
Original-Maintainer: Craig Small <csmall@debian.org>

Package: g++-4.8
Priority: optional
Section: devel
Installed-Size: 27948
Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: gcc-4.8
Version: 4.8.4-2ubuntu1~14.04.4
Provides: c++-compiler, c++abi2-dev
Depends: gcc-4.8-base (= 4.8.4-2ubuntu1~14.04.4), gcc-4.8 (= 4.8.4-2ubuntu1~14.04.4), libstdc++-4.8-dev (= 4.8.4-2ubuntu1~14.04.4), libc6 (>= 2.14), libcloog-isl4 (>= 0.17), libgmp10, libisl10 (>= 0.10), libmpc3, libmpfr4 (>= 3.1.2), zlib1g (>= 1:1.1.4)
Suggests: g++-4.8-multilib, gcc-4.8-doc (>= 4.8), libstdc++6-4.8-dbg (>= 4.8.4-2ubuntu1~14.04.4)
Size: 17999166
Description: GNU C++ compiler
 This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.
Homepage: http://gcc.gnu.org/
Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>

Package: wpasupplicant
Priority: optional
Section: net
Installed-Size: 2199
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Source: wpa
Version: 2.1-0ubuntu1.7
Depends: libc6 (>= 2.15), libdbus-1-3 (>= 1.1.4), libnl-3-200 (>= 3.2.7), libnl-genl-3-200 (>= 3.2.7), libpcsclite1 (>= 1.0.0), libreadline5 (>= 5.2), libssl1.0.0 (>= 1.0.1), lsb-base (>= 3.0-6), adduser, initscripts (>= 2.88dsf-13.3)
Suggests: wpagui, libengine-pkcs11-openssl
Size: 749534
Description: client support for WPA and WPA2 (IEEE 802.11i)
 WPA and WPA2 are methods for securing wireless networks, the former
 using IEEE 802.1X, and the latter using IEEE 802.11i. This software
 provides key negotiation with the WPA Authenticator, and controls
 association with IEEE 802.11i networks.
Homepage: http://w1.fi/wpa_supplicant/
Original-Maintainer: Debian/Ubuntu wpasupplicant Maintainers <pkg-wpa-devel@lists.alioth.debian.org>

Package: nodejs-dev
Priority: extra
Section: devel
Installed-Size: 767
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: nodejs
Version: 0.10.25~dfsg2-2ubuntu1.2
Depends: python, libv8-3.14-dev (>= 3.7), libssl-dev (>= 1.0.0g), libc-ares-dev (>= 1.7.5), nodejs (= 0.10.25~dfsg2-2ubuntu1.2)
Size: 168470
Description: evented I/O for V8 javascript (development files)
 Node.js is a platform built on Chrome's JavaScript runtime for easily
 building fast, scalable network applications. Node.js uses an
 event-driven, non-blocking I/O model that makes it lightweight and
 efficient, perfect for data-intensive real-time applications that run
 across distributed devices.
 .
 This package is needed to build plugins.
Homepage: http://nodejs.org/
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>

Package: language-pack-en
Priority: optional
Section: translations
Installed-Size: 30
Maintainer: Language pack maintainers <language-packs@ubuntu.com>
Architecture: all
Version: 1:14.04+20160720
Replaces: language-pack-en (<< 1:14.04+20160720), language-pack-en-base, language-pack-gnome-en (<< 1:14.04+20160720), language-pack-gnome-en-base (<< 1:14.04+20160720), language-pack-kde-en (<< 1:14.04+20160720), language-pack-kde-en-base (<< 1:14.04+20160720)
Depends: language-pack-en-base (>= 1:14.04+20160720)
Pre-Depends: dpkg (>= 1.16.1)
Size: 1820
Description: translation updates for language English
 Translation data updates for all supported packages for:
 English
 .
 language-pack-en-base provides the bulk of translation data
 and is updated only seldom. This package provides frequent translation
 updates.

Package: libgeoip1
Priority: optional
Section: libs
Installed-Size: 244
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: geoip
Version: 1.6.0-1
Depends: libc6 (>= 2.4)
Pre-Depends: multiarch-support
Recommends: geoip-database
Suggests: geoip-bin
Size: 70982
Description: non-DNS IP-to-country resolver library
 GeoIP is a C library that enables the user to find the country that any
 IP address or hostname originates from. It uses a file based database.
 .
 This database simply contains IP blocks as keys, and countries as values and
 it should be more complete and accurate than using reverse DNS lookups.
 .
 This package contains the shared library.
Original-Maintainer: Patrick Matthäi <pmatthaei@debian.org>
Homepage: http://www.maxmind.com/

Package: dnsutils
Priority: standard
Section: net
Installed-Size: 371
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: bind9
Version: 1:9.9.5.dfsg-3ubuntu0.19
Replaces: bind, bind9 (<< 1:9.1.0-3)
Depends: libbind9-90 (= 1:9.9.5.dfsg-3ubuntu0.19), libc6 (>= 2.4), libdns100 (= 1:9.9.5.dfsg-3ubuntu0.19), libisc95 (= 1:9.9.5.dfsg-3ubuntu0.19), libisccfg90 (= 1:9.9.5.dfsg-3ubuntu0.19), libkrb5-3 (>= 1.6.dfsg.2), liblwres90 (= 1:9.9.5.dfsg-3ubuntu0.19), bind9-host | host
Suggests: rblcheck
Conflicts: netstd (<< 2.00)
Size: 97140
Description: Clients provided with BIND
 The Berkeley Internet Name Domain (BIND) implements an Internet domain
 name server.  BIND is the most widely-used name server software on the
 Internet, and is supported by the Internet Software Consortium, www.isc.org.
 .
 This package delivers various client programs related to DNS that are
 derived from the BIND source tree.
 .
  - dig - query the DNS in various ways
  - nslookup - the older way to do it
  - nsupdate - perform dynamic updates (See RFC2136)
Original-Maintainer: LaMont Jones <lamont@debian.org>

Package: libgconf-2-4
Priority: optional
Section: libs
Installed-Size: 573
Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: gconf
Version: 3.2.6-0ubuntu2
Depends: libc6 (>= 2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libglib2.0-0 (>= 2.35.9), gconf2-common (= 3.2.6-0ubuntu2)
Pre-Depends: multiarch-support
Recommends: gconf-service
Breaks: gconf2 (<< 3.2.3-2), libgconf2-4 (<< 3.2.3-2)
Conflicts: libbonobo2-0 (<< 2.24)
Size: 80806
Description: GNOME configuration database system (shared libraries)
 GConf is a configuration database system for storing application
 preferences. It supports default or mandatory settings set by the
 administrator, and changes to the database are instantly applied to all
 running applications. It is written for the GNOME desktop but doesn't
 require it.
 .
 This package contains the shared libraries.
Homepage: http://projects.gnome.org/gconf/
Original-Maintainer: Josselin Mouette <joss@debian.org>

Package: python3-pycurl
Priority: optional
Section: python
Installed-Size: 211
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: pycurl
Version: 7.19.3-0ubuntu3
Provides: python3.4-pycurl
Depends: libc6 (>= 2.15), libcurl3-gnutls (>= 7.18.0), python3 (<< 3.5), python3 (>= 3.4~)
Suggests: libcurl4-gnutls-dev, python3-pycurl-dbg
Size: 47494
Description: Python 3 bindings to libcurl
 This module provides the Python 3 bindings to libcurl. Please refer to
 the libcurl documentation available in libcurl4-gnutls-dev Debian package.
 .
 NOTE: the SSL support is provided by GnuTLS.
Homepage: http://pycurl.sourceforge.net
Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>

Package: libtool
Priority: optional
Section: devel
Installed-Size: 1426
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 2.4.2-1.7ubuntu1
Replaces: libtool-bin
Depends: gcc | c-compiler, cpp, libc6-dev | libc-dev, file, autotools-dev
Recommends: libltdl-dev
Suggests: libtool-doc, autoconf (>> 2.50), automaken, gfortran | fortran95-compiler, gcj-jdk
Conflicts: autoconf (<= 2.12), automake (<= 1.3), libtool-bin, libtool1.4
Size: 187970
Description: Generic library support script
 This is GNU libtool, a generic library support script.  Libtool hides
 the complexity of generating special library types (such as shared
 libraries) behind a consistent interface.  To use libtool, add the
 new generic library building commands to your Makefile, Makefile.in,
 or Makefile.am.  See the documentation for details.  Libtool supports
 building static libraries on all platforms.
 .
 Libtool supports generation of C, C++, Fortran and Java libraries.
Homepage: http://www.gnu.org/software/libtool/
Original-Maintainer: Kurt Roeckx <kurt@roeckx.be>

Package: libllvm3.5
Priority: optional
Section: libs
Installed-Size: 29593
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: llvm-toolchain-snapshot
Version: 1:3.5-4ubuntu2~trusty2
Depends: libc6 (>= 2.15), libedit2 (>= 2.11-20080614), libffi6 (>= 3.0.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.8), libtinfo5, zlib1g (>= 1:1.2.0)
Pre-Depends: multiarch-support
Size: 7381000
Description: Modular compiler and toolchain technologies, runtime library
 LLVM is a collection of libraries and tools that make it easy to build
 compilers, optimizers, just-in-time code generators, and many other
 compiler-related programs.
 .
 This package contains the LLVM runtime library.
Homepage: http://www.llvm.org/
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>

Package: libgssapi-krb5-2
Priority: standard
Section: libs
Installed-Size: 409
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: krb5
Version: 1.12+dfsg-2ubuntu5.4
Depends: libc6 (>= 2.14), libcomerr2 (>= 1.34), libk5crypto3 (>= 1.8+dfsg), libkrb5-3 (= 1.12+dfsg-2ubuntu5.4), libkrb5support0 (>= 1.12~alpha1+dfsg)
Pre-Depends: multiarch-support
Suggests: krb5-doc, krb5-user
Breaks: libgssglue1 (<< 0.2-2)
Size: 114160
Description: MIT Kerberos runtime libraries - krb5 GSS-API Mechanism
 Kerberos is a system for authenticating users and services on a network.
 Kerberos is a trusted third-party service.  That means that there is a
 third party (the Kerberos server) that is trusted by all the entities on
 the network (users and services, usually called "principals").
 .
 This is the MIT reference implementation of Kerberos V5.
 .
 This package contains the runtime library for the MIT Kerberos
 implementation of GSS-API used by applications and Kerberos clients.
Homepage: http://web.mit.edu/kerberos/
Original-Maintainer: Sam Hartman <hartmans@debian.org>

Package: libspeex1
Priority: optional
Section: libs
Installed-Size: 138
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: speex
Version: 1.2~rc1.1-1ubuntu1
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Suggests: speex
Conflicts: asterisk (<= 1:1.4.18.1~dfsg-1), libiaxclient1 (<= 2.0.2-1), libmediastreamer0 (<= 2.1.0-1), libopal-2.2 (<= 2.2.11~dfsg1-3), libopal-2.2-develop (<= 2.2.11~dfsg1-3), libopal-2.2-ptrace (<= 2.2.11~dfsg1-3), libopal-2.2.0
Size: 50670
Description: The Speex codec runtime library
 Speex is an audio codec especially designed for compressing voice at low
 bit-rates for applications such as voice over IP (VoIP). In some senses,
 it is meant to be complementary to the Vorbis codec which places a greater
 emphasis on high-quality music reproduction.
 .
 This package provides the speex runtime library.
Homepage: http://www.speex.org/
Original-Maintainer: Ron Lee <ron@debian.org>

Package: php5-json
Priority: optional
Section: php
Installed-Size: 159
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: php-json
Version: 1.3.2-2build1
Replaces: php5-dev (<< 5.5.0~rc1+dfsg-1~)
Depends: libc6 (>= 2.14), phpapi-20121212, ucf, libjson-c2 (>= 0.11-3~)
Breaks: php5-common (<< 5.5.0~rc1+dfsg-1~), php5-dev (<< 5.5.0~rc1+dfsg-1~)
Size: 34410
Description: JSON module for php5
 This package provides a module for JSON functions in PHP scripts.
 .
 PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used
 open source general-purpose scripting language that is especially suited
 for web development and can be embedded into HTML.
Original-Maintainer: Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>
Homepage: http://pecl.php.net/package/jsonc

Package: python-minimal
Priority: standard
Section: python
Installed-Size: 167
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: allowed
Source: python-defaults
Version: 2.7.5-5ubuntu3
Replaces: python (<= 2.7.3-1~)
Depends: python2.7-minimal (>= 2.7.5-1~), dpkg (>= 1.13.20)
Recommends: python
Breaks: idle (<< 2.6), python (<= 2.7.3-1~), python-all (<< 2.6), python-all-dbg (<< 2.6), python-all-dev (<< 2.6), python-dbg (<< 2.6), python-dev (<< 2.6), python-examples (<< 2.6), python-support (<< 1.0.10ubuntu2), python2.5-minimal (<< 2.5.5-7), python2.6-minimal (<< 2.6.5~rc2-2), python3.1-minimal (<< 3.1.2~rc1-2)
Conflicts: python-central (<< 0.5.5)
Size: 27500
Description: minimal subset of the Python language (default version)
 This package contains the interpreter and some essential modules.  It's used
 in the boot process for some basic tasks.
 See /usr/share/doc/python2.7-minimal/README.Debian for a list of the modules
 contained in this package.
Homepage: http://www.python.org/
Original-Maintainer: Matthias Klose <doko@debian.org>

Package: libfuse2
Priority: optional
Section: libs
Installed-Size: 321
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: fuse
Version: 2.9.2-4ubuntu4.14.04.1
Depends: libc6 (>= 2.17)
Pre-Depends: multiarch-support
Suggests: fuse
Conflicts: fuse (<< 2.9.2-4ubuntu4.14.04.1)
Size: 87404
Description: Filesystem in Userspace (library)
 Filesystem in Userspace (FUSE) is a simple interface for userspace programs to
 export a virtual filesystem to the Linux kernel. It also aims to provide a
 secure method for non privileged users to create and mount their own filesystem
 implementations.
 .
 This package contains the shared library.
Homepage: http://fuse.sourceforge.net/
Original-Maintainer: Daniel Baumann <mail@daniel-baumann.ch>

Package: apt-xapian-index
Priority: optional
Section: admin
Installed-Size: 328
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 0.45ubuntu4
Depends: python (>= 2.7), python-xapian (>= 1.0.2), python-apt (>= 0.7.93.2), python-debian (>= 0.1.14), python (<< 2.8), python:any (>= 2.7.1-0ubuntu2)
Suggests: app-install-data, python-xdg
Size: 56368
Description: maintenance and search tools for a Xapian index of Debian packages
 This package provides update-apt-xapian-index, a tool to maintain a Xapian
 index of Debian package information in /var/lib/apt-xapian-index, and
 axi-cache, a command line search tool that uses the index.
 .
 axi-cache allows one to search packages very quickly, and it also interfaces with
 the shell command line completion in a smart way, providing context-sensitive
 keyword and tag suggestions even before the search command is actually run.
 .
 update-apt-xapian-index allows plugins to be installed in
 /usr/share/apt-xapian-index to index all sorts of extra information, such as
 Debtags tags, popcon information, package ratings and anything else that would
 fit.
 .
 The index generated by update-apt-xapian-index is self-documenting, as it
 contains an autogenerated README file with information on the index layout and
 all the data that can be found in it.
Homepage: http://www.enricozini.org/sw/apt-xapian-index/
Original-Maintainer: Enrico Zini <enrico@debian.org>

Package: libpython3.4-minimal
Priority: optional
Section: python
Installed-Size: 3315
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: python3.4
Version: 3.4.3-1ubuntu1~14.04.7
Replaces: libpython3.4-stdlib (<< 3.4.0+20140425-1)
Depends: libc6 (>= 2.4), libssl1.0.0 (>= 1.0.1)
Pre-Depends: multiarch-support
Recommends: libpython3.4-stdlib
Breaks: python3-urllib3 (<< 1.7.1-1ubuntu4)
Conflicts: binfmt-support (<< 1.1.2)
Filename: pool/main/p/python3.4/libpython3.4-minimal_3.4.0-2ubuntu1_amd64.deb
Size: 461036
MD5sum: f56b7fa7afdd6469a5689873c2b3c70a
Description: Minimal subset of the Python language (version 3.4)
 This package contains some essential modules. It is normally not
 used on it's own, but as a dependency of python3.4-minimal.
Original-Maintainer: Matthias Klose <doko@debian.org>

Package: python-zope.interface
Priority: optional
Section: zope
Installed-Size: 647
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: zope.interface
Version: 4.0.5-1ubuntu4
Replaces: python-zope, python-zopeinterface
Provides: python-zope, python-zopeinterface, python2.7-zope.interface
Depends: python (>= 2.7), python (<< 2.8), python:any (>= 2.7.1-0ubuntu2), python-pkg-resources, libc6 (>= 2.2.5)
Conflicts: python-zope, python-zopeinterface, zope3
Size: 79582
Description: Interfaces for Python
 This package provides an implementation of object interfaces for Python.
 Interfaces are a mechanism for labeling objects as conforming to a given API
 or contract. So, this package can be considered as implementation of the
 Design By Contract methodology support in Python.
Homepage: http://pypi.python.org/pypi/zope.interface
Original-Maintainer: Debian/Ubuntu Zope Team <pkg-zope-developers@lists.alioth.debian.org>

Package: libkyotocabinet16
Priority: optional
Section: libs
Installed-Size: 1044
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: kyotocabinet
Version: 1.2.76-4
Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), liblzma5 (>= 5.1.1alpha+20120614), liblzo2-2, libstdc++6 (>= 4.6), zlib1g (>= 1:1.1.4)
Pre-Depends: multiarch-support
Size: 287780
Description: Straightforward implementation of DBM - shared library
 Kyoto Cabinet is a library of routines for managing a database. The
 database is a simple data file containing records, each is a pair of
 a key and a value. Every key and value is serial bytes with variable
 length. Both binary data and character string can be used as a key and
 a value. Each key must be unique within a database. There is neither
 concept of data tables nor data types. Records are organized in
 hash table or B+ tree.
 .
 This package contains the shared library.
Original-Maintainer: Shawn Landden <shawnlandden@gmail.com>
Homepage: http://fallabs.com/kyotocabinet/

Package: ncurses-base
Essential: yes
Priority: required
Section: misc
Installed-Size: 367
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Source: ncurses
Version: 5.9+20140118-1ubuntu1
Provides: ncurses-runtime
Breaks: ncurses-term (<< 5.7+20100313-3)
Conflicts: ncurses, ncurses-runtime
Filename: pool/main/n/ncurses/ncurses-base_5.9+20140118-1ubuntu1_all.deb
Size: 16584
MD5sum: d5e37a007a4935a7fc461ce1d32855d7
Description: basic terminal type definitions
 The ncurses library routines are a terminal-independent method of
 updating character screens with reasonable optimization.
 .
 This package contains terminfo data files to support the most common types of
 terminal, including ansi, dumb, linux, rxvt, screen, sun, vt100, vt102, vt220,
 vt52, and xterm.
Homepage: http://invisible-island.net/ncurses/
Original-Maintainer: Craig Small <csmall@debian.org>

Package: libgraphite2-3
Priority: optional
Section: libs
Installed-Size: 207
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: graphite2
Version: 1.3.10-0ubuntu0.14.04.1
Replaces: libgraphite2-2.0.0
Provides: libgraphite2-2.0.0
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Breaks: libgraphite2-2.0.0 (<< 1.2.0)
Size: 72318
Description: Font rendering engine for Complex Scripts -- library
 Graphite is a system that can be used to create and use "smart fonts" capable
 of displaying writing systems with various complex behaviors, such as:
 contextual shaping, ligatures, reordering, split glyphs, bidirectionality,
 stacking diacritics and complex positioning.
 ..
 This library was designed and developed by the NRSI (Non-Roman Script
 Initiative) within SIL International (www.sil.org) to act as a complement to
 other smart font rendering technologies with limited practical local
 extensibility. Its purpose is to help meet the needs of a very large number
 of "minority language" communities for local extensibility of complex script
 behaviors.
 .
 The behavior of the rendering engine for a given writing system is specified
 through extra tables added to a TrueType font.  These tables are generated by
 compiling a GDL (Graphite Description Language) source file into a font using
 grcompiler.
 .
 This package contains the shared library.
Original-Maintainer: Debian LibreOffice Team <debian-openoffice@lists.debian.org>

Package: python-pip
Priority: optional
Section: python
Installed-Size: 466
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 1.5.4-1ubuntu4
Depends: ca-certificates, python-colorama, python-distlib, python-html5lib, python-pip-whl (= 1.5.4-1ubuntu4), python-pkg-resources, python-requests, python-setuptools (>= 0.6c1), python-six, python:any (>= 2.7.5-5~), python, python:any (<< 2.8)
Recommends: build-essential, python-dev-all (>= 2.6), python-wheel
Size: 97320
Description: alternative Python package installer
 pip is a replacement for easy_install, and is intended to be an improved
 Python package installer.  It integrates with virtualenv, doesn't do partial
 installs, can save package state for replaying, can install from non-egg
 sources, and can install from version control repositories.
Homepage: http://www.pip-installer.org/
Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>

Package: libpopt0
Priority: important
Section: libs
Installed-Size: 128
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: popt
Version: 1.16-8ubuntu1
Replaces: popt
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Conflicts: libpopt-dev (<= 1.4-1), popt, rpm (<= 4.0.2-3)
Filename: pool/main/p/popt/libpopt0_1.16-8ubuntu1_amd64.deb
Size: 25500
MD5sum: 6ea03aeb178aa0beb06a52a182985c5f
Description: lib for parsing cmdline parameters
 Popt was heavily influenced by the getopt() and getopt_long() functions,
 but it allows more powerful argument expansion. It can parse arbitrary
 argv[] style arrays and automatically set variables based on command
 line arguments. It also allows command line arguments to be aliased via
 configuration files and includes utility functions for parsing arbitrary
 strings into argv[] arrays using shell-like rules.
 .
 This package contains the runtime library and locale data.
Original-Maintainer: Paul Martin <pm@debian.org>
Homepage: http://rpm5.org/

Package: libpam0g
Priority: required
Section: libs
Installed-Size: 226
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: pam
Version: 1.1.8-1ubuntu2.2
Replaces: libpam0g-util
Depends: libaudit1 (>= 1:2.2.1), libc6 (>= 2.14), debconf (>= 0.5) | debconf-2.0
Pre-Depends: multiarch-support
Suggests: libpam-doc
Filename: pool/main/p/pam/libpam0g_1.1.8-1ubuntu2_amd64.deb
Size: 56072
MD5sum: 21c453d59675e604b9fe64702e7cb9f0
Description: Pluggable Authentication Modules library
 Contains the shared library for Linux-PAM, a library that enables the
 local system administrator to choose how applications authenticate users.
 In other words, without rewriting or recompiling a PAM-aware application,
 it is possible to switch between the authentication mechanism(s) it uses.
 One may entirely upgrade the local authentication system without touching
 the applications themselves.
Homepage: http://pam.sourceforge.net/
Original-Maintainer: Steve Langasek <vorlon@debian.org>

Package: libpci3
Priority: standard
Section: libs
Installed-Size: 112
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: pciutils
Version: 1:3.2.1-1ubuntu5.1
Replaces: libpci2
Provides: libpci2
Depends: libc6 (>= 2.14), zlib1g (>= 1:1.1.4)
Pre-Depends: multiarch-support
Conflicts: libpci2
Size: 26346
Description: Linux PCI Utilities (shared library)
 This package contains the libpci shared library files.
 .
 The libpci library provides portable access to configuration
 registers of devices connected to the PCI bus.
Homepage: http://atrey.karlin.mff.cuni.cz/~mj/pciutils.shtml
Original-Maintainer: Anibal Monsalve Salazar <anibal@debian.org>

Package: autotools-dev
Priority: optional
Section: devel
Installed-Size: 185
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Version: 20130810.1
Enhances: cdbs, debhelper
Size: 44326
Description: Update infrastructure for config.{guess,sub} files
 This package installs an up-to-date version of config.guess and
 config.sub, used by the automake and libtool packages.  It provides
 the canonical copy of those files for other packages as well.
 .
 It also documents in /usr/share/doc/autotools-dev/README.Debian.gz
 best practices and guidelines for using autoconf, automake and
 friends on Debian packages.  This is a must-read for any developers
 packaging software that uses the GNU autotools, or GNU gettext.
 .
 Additionally this package provides seamless integration into Debhelper
 or CDBS, allowing maintainers to easily update config.{guess,sub} files
 in their packages.
Original-Maintainer: Henrique de Moraes Holschuh <hmh@debian.org>
Homepage: http://savannah.gnu.org/projects/config/

Package: libusb-0.1-4
Priority: important
Section: libs
Installed-Size: 73
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libusb
Version: 2:0.1.12-23.3ubuntu1
Replaces: libusb0
Depends: libc6 (>= 2.15)
Pre-Depends: multiarch-support
Conflicts: libccid (<< 0.9.2-3), libusb0
Filename: pool/main/libu/libusb/libusb-0.1-4_0.1.12-23.3ubuntu1_amd64.deb
Size: 15952
MD5sum: 0cdf75659a9ae65c962921e9e2ae314b
Description: userspace USB programming library
 Library for programming USB applications without the knowledge
 of Linux kernel internals.
Original-Maintainer: Aurelien Jarno <aurel32@debian.org>
Homepage: http://www.linux-usb.org/

Package: libpython2.7
Priority: standard
Section: libs
Installed-Size: 3485
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: python2.7
Version: 2.7.6-8ubuntu0.5
Replaces: python2.7 (<< 2.6)
Depends: libpython2.7-stdlib (= 2.7.6-8ubuntu0.5), libc6 (>= 2.15), zlib1g (>= 1:1.2.0)
Pre-Depends: multiarch-support
Size: 1041376
Description: Shared Python runtime library (version 2.7)
 Python is a high-level, interactive, object-oriented language. Its 2.7 version
 includes an extensive class library with lots of goodies for
 network programming, system administration, sounds and graphics.
 .
 This package contains the shared runtime library, normally not needed
 for programs using the statically linked interpreter.
Original-Maintainer: Matthias Klose <doko@debian.org>

Package: libgpg-error0
Priority: standard
Section: libs
Installed-Size: 92
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libgpg-error
Version: 1.12-0.2ubuntu1
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Filename: pool/main/libg/libgpg-error/libgpg-error0_1.12-0.2ubuntu1_amd64.deb
Size: 10870
MD5sum: dd1ece537f8b62bbf6a93835f9a884f2
Description: library for common error values and messages in GnuPG components
 Library that defines common error values for all GnuPG
 components.  Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt,
 pinentry, SmartCard Daemon and possibly more in the future.
Original-Maintainer: Jose Carlos Garcia Sogo <jsogo@debian.org>
Homepage: http://www.gnupg.org/related_software/libgpg-error/

Package: psmisc
Priority: optional
Section: admin
Installed-Size: 224
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 22.20-1ubuntu2
Replaces: procps (<< 1:1.2)
Depends: libc6 (>= 2.14), libtinfo5
Size: 53250
Description: utilities that use the proc file system
 This package contains miscellaneous utilities that use the proc FS:
 .
  - fuser: identifies processes that are using files or sockets.
  - killall: kills processes by name (e.g. "killall -HUP named").
  - peekfd: shows the data traveling over a file descriptor.
  - pstree: shows currently running processes as a tree.
  - prtstat: print the contents of /proc/<pid>/stat
Homepage: http://psmisc.sf.net/
Original-Maintainer: Craig Small <csmall@debian.org>

Package: python3-setuptools
Priority: optional
Section: python
Installed-Size: 703
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: python-setuptools
Version: 3.3-1ubuntu2
Provides: python3.4-setuptools
Depends: python3:any (>= 3.4), python3:any (<< 3.5), python3-pkg-resources (= 3.3-1ubuntu2)
Conflicts: python-setuptools (= 0.6.10-2)
Size: 144288
Description: Python3 Distutils Enhancements
 Extensions to the python-distutils for large or complex distributions.
Original-Maintainer: Matthias Klose <doko@debian.org>
Homepage: https://pypi.python.org/pypi/setuptools

Package: ucf
Priority: standard
Section: utils
Installed-Size: 229
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Version: 3.0027+nmu1
Depends: debconf (>= 1.5.19), coreutils (>= 5.91)
Filename: pool/main/u/ucf/ucf_3.0027+nmu1_all.deb
Size: 56328
MD5sum: 9f8e6182138346be7e16769b931e46b8
Description: Update Configuration File(s): preserve user changes to config files
 Debian policy mandates that user changes to configuration files must be
 preserved during package upgrades. The easy way to achieve this behavior
 is to make the configuration file a 'conffile', in which case dpkg
 handles the file specially during upgrades, prompting the user as
 needed.
 .
 This is appropriate only if it is possible to distribute a default
 version that will work for most installations, although some system
 administrators may choose to modify it. This implies that the
 default version will be part of the package distribution, and must
 not be modified by the maintainer scripts during installation (or at
 any other time).
 .
 This script attempts to provide conffile-like handling for files that
 may not be labelled conffiles, and are not shipped in a Debian package,
 but handled by the postinst instead. This script allows one to
 maintain files in /etc, preserving user changes and in general
 offering the same facilities while upgrading that dpkg normally
 provides for 'conffiles'.
 .
 Additionally, this script provides facilities for transitioning a
 file that had not been provided with conffile-like protection to come
 under this schema, and attempts to minimize questions asked at
 installation time. Indeed, the transitioning facility is better than the
 one offered by dpkg while transitioning a file from a non-conffile to
 conffile status.
Original-Maintainer: Manoj Srivastava <srivasta@debian.org>

Package: libgssrpc4
Priority: standard
Section: libs
Installed-Size: 235
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: krb5
Version: 1.12+dfsg-2ubuntu5.4
Depends: libc6 (>= 2.15), libgssapi-krb5-2 (>= 1.10+dfsg~)
Pre-Depends: multiarch-support
Suggests: krb5-doc, krb5-user
Conflicts: libkadm55
Size: 53132
Description: MIT Kerberos runtime libraries - GSS enabled ONCRPC
 Kerberos is a system for authenticating users and services on a network.
 Kerberos is a trusted third-party service.  That means that there is a
 third party (the Kerberos server) that is trusted by all the entities on
 the network (users and services, usually called "principals").
 .
 This is the MIT reference implementation of Kerberos V5.
 .
 This package contains an RPC library used by the Kerberos administrative
 programs and potentially other applications.
Homepage: http://web.mit.edu/kerberos/
Original-Maintainer: Sam Hartman <hartmans@debian.org>

Package: perl-modules
Priority: standard
Section: perl
Installed-Size: 16135
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: perl
Version: 5.18.2-2ubuntu1.7
Replaces: libansicolor-perl, libarchive-extract-perl, libarchive-tar-perl, libattribute-handlers-perl, libautodie-perl, libb-lint-perl, libcgi-pm-perl, libcpan-meta-perl, libcpan-meta-requirements-perl, libcpan-meta-yaml-perl, libcpanplus-dist-build-perl, libcpanplus-perl, libdigest-perl, libextutils-cbuilder-perl, libextutils-command-perl, libextutils-install-perl, libextutils-parsexs-perl, libfile-checktree-perl, libfile-path-perl, libfile-spec-perl, libfile-temp-perl, libhttp-tiny-perl, libi18n-langtags-perl, libio-zlib-perl, libjson-pp-perl, liblocale-codes-perl, liblocale-maketext-perl, liblocale-maketext-simple-perl, liblog-message-perl, liblog-message-simple-perl, libmath-bigint-perl, libmath-complex-perl, libmodule-build-perl, libmodule-corelist-perl, libmodule-load-conditional-perl, libmodule-load-perl, libmodule-metadata-perl, libmodule-pluggable-perl, libnet-perl, libnet-ping-perl, libobject-accessor-perl, libparams-check-perl, libparent-perl, libparse-cpan-meta-perl, libperl-ostype-perl, libpod-escapes-perl, libpod-latex-perl, libpod-parser-perl, libpod-simple-perl, libterm-ui-perl, libtest-harness-perl, libtest-simple-perl, libtext-soundex-perl, libthread-queue-perl, libtime-local-perl, libunicode-collate-perl, libversion-perl, libversion-requirements-perl, podlators-perl
Provides: libansicolor-perl, libarchive-tar-perl, libattribute-handlers-perl, libautodie-perl, libcgi-pm-perl, libcpan-meta-perl, libcpan-meta-requirements-perl, libcpan-meta-yaml-perl, libdigest-perl, libextutils-cbuilder-perl, libextutils-command-perl, libextutils-install-perl, libextutils-parsexs-perl, libfile-path-perl, libfile-spec-perl, libfile-temp-perl, libhttp-tiny-perl, libi18n-langtags-perl, libio-zlib-perl, libjson-pp-perl, liblocale-codes-perl, liblocale-maketext-perl, liblocale-maketext-simple-perl, libmath-bigint-perl, libmath-complex-perl, libmodule-build-perl, libmodule-corelist-perl, libmodule-load-conditional-perl, libmodule-load-perl, libmodule-metadata-perl, libnet-perl, libnet-ping-perl, libparams-check-perl, libparent-perl, libparse-cpan-meta-perl, libperl-ostype-perl, libpod-escapes-perl, libpod-parser-perl, libpod-simple-perl, libtest-harness-perl, libtest-simple-perl, libthread-queue-perl, libtime-local-perl, libunicode-collate-perl, libversion-perl, libversion-requirements-perl, podlators-perl
Depends: perl (>= 5.18.2-1)
Recommends: libarchive-extract-perl, libmodule-pluggable-perl, libpod-latex-perl, libterm-ui-perl, libtext-soundex-perl
Suggests: libb-lint-perl, libcpanplus-dist-build-perl, libcpanplus-perl, libfile-checktree-perl, liblog-message-simple-perl, liblog-message-perl, libobject-accessor-perl
Breaks: libansicolor-perl (<< 4.02), libarchive-extract-perl (<< 0.68), libarchive-tar-perl (<< 1.90), libattribute-handlers-perl (<< 0.94), libautodie-perl (<< 2.13), libb-lint-perl (<< 1.17), libcgi-pm-perl (<< 3.63), libcpan-meta-perl (<< 2.120921), libcpan-meta-requirements-perl (<< 2.122), libcpan-meta-yaml-perl (<< 0.008), libcpanplus-dist-build-perl (<< 0.70), libcpanplus-perl (<< 0.9135), libdigest-perl (<< 1.17), libextutils-cbuilder-perl (<< 0.280210), libextutils-command-perl (<< 1.17), libextutils-install-perl (<< 1.59), libextutils-parsexs-perl (<< 3.180000), libfile-checktree-perl (<< 4.42), libfile-path-perl (<< 2.09), libfile-spec-perl (<< 3.4000), libfile-temp-perl (<< 0.23), libhttp-tiny-perl (<< 0.025), libi18n-langtags-perl (<< 0.39), libio-zlib-perl (<< 1.10), libjson-pp-perl (<< 2.27202), liblocale-codes-perl (<< 3.25), liblocale-maketext-perl (<< 1.23), liblocale-maketext-simple-perl (<< 0.21), liblog-message-perl (<< 0.06), liblog-message-simple-perl (<< 0.10), libmath-bigint-perl (<< 1.9991), libmath-complex-perl (<< 1.59), libmodule-build-perl (<< 0.400300), libmodule-corelist-perl (<< 3.03), libmodule-load-conditional-perl (<< 0.54), libmodule-load-perl (<< 0.24), libmodule-metadata-perl (<< 1.000011), libmodule-pluggable-perl (<< 4.7), libnet-perl (<= 1:1.22), libnet-ping-perl (<< 2.41), libobject-accessor-perl (<< 0.46), libparams-check-perl (<< 0.36), libparent-perl (<< 0.225), libparse-cpan-meta-perl (<< 1.4404), libperl-ostype-perl (<< 1.003), libpod-escapes-perl (<< 1.04), libpod-latex-perl (<< 0.61), libpod-parser-perl (<< 1.60), libpod-simple-perl (<< 3.28), libterm-ui-perl (<< 0.34), libtest-harness-perl (<< 3.26), libtest-simple-perl (<< 0.98), libtext-soundex-perl (<< 3.04), libthread-queue-perl (<< 3.02), libtime-local-perl (<< 1.2300), libunicode-collate-perl (<< 0.97), libversion-perl (<< 1:0.9902), libversion-requirements-perl (<< 0.101022), podlators-perl (<< 2.3.1)
Conflicts: defoma (<< 0.11.12), mono-gac (<< 2.10.8.1-3)
Filename: pool/main/p/perl/perl-modules_5.18.2-2ubuntu1_all.deb
Size: 2674036
MD5sum: 0e62d5ee60b61a35f54bc13d3643754b
Description: Core Perl modules
 Architecture independent Perl modules.  These modules are part of Perl and
 required if the `perl' package is installed.
 .
 Note that this package only exists to save archive space and should be
 considered an internal implementation detail of the `perl' package.
 Other packages should not depend on `perl-modules' directly, they
 should use `perl' (which depends on `perl-modules') instead.
Homepage: http://dev.perl.org/perl5/
Original-Maintainer: Niko Tyni <ntyni@debian.org>

Package: bsdutils
Essential: yes
Priority: required
Section: utils
Installed-Size: 194
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Source: util-linux (2.20.1-5.1ubuntu20.9)
Version: 1:2.20.1-5.1ubuntu20.9
Depends: libc6 (>= 2.7)
Recommends: bsdmainutils
Filename: pool/main/u/util-linux/bsdutils_2.20.1-5.1ubuntu20_amd64.deb
Size: 33852
MD5sum: 8a28eb449efe6bd9f924fc74a2ceca2e
Description: Basic utilities from 4.4BSD-Lite
 This package contains the bare minimum number of BSD utilities needed
 to boot a Debian system: logger, renice, script, scriptreplay, and wall.
 The remaining standard BSD utilities are provided by bsdmainutils.
Homepage: http://userweb.kernel.org/~kzak/util-linux/
Original-Maintainer: LaMont Jones <lamont@debian.org>

Package: python3-apt
Priority: optional
Section: python
Installed-Size: 645
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: allowed
Source: python-apt
Version: 0.9.3.5ubuntu3
Replaces: python-apt (<< 0.7.98+nmu1)
Provides: python3.4-apt
Depends: python3 (>= 3.4~), python3 (<< 3.5), libapt-inst1.5 (>= 0.8.11), libapt-pkg4.12 (>= 0.9.11), libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0), python-apt-common
Recommends: lsb-release, iso-codes
Suggests: python3-apt-dbg, python-apt-doc
Breaks: python-apt (<< 0.7.98+nmu1)
Size: 139472
Description: Python 3 interface to libapt-pkg
 The apt_pkg Python 3 interface will provide full access to the internal
 libapt-pkg structures allowing Python 3 programs to easily perform a
 variety of functions, such as:
 .
  - Access to the APT configuration system
  - Access to the APT package information database
  - Parsing of Debian package control files, and other files with a
    similar structure
 .
 The included 'aptsources' Python interface provides an abstraction of
 the sources.list configuration on the repository and the distro level.
Original-Maintainer: APT Development Team <deity@lists.debian.org>

Package: sensible-utils
Priority: required
Section: utils
Installed-Size: 110
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Version: 0.0.9ubuntu0.14.04.1
Replaces: debianutils (<= 2.32.3), manpages-pl (<= 20060617-3~)
Filename: pool/main/s/sensible-utils/sensible-utils_0.0.9_all.deb
Size: 10010
MD5sum: 18f69bbed048d2d39f7a13c26a949ccf
Description: Utilities for sensible alternative selection
 This package provides a number of small utilities which are used
 by programs to sensibly select and spawn an appropriate browser,
 editor, or pager.
 .
 The specific utilities included are: sensible-browser sensible-editor
 sensible-pager
Original-Maintainer: Anibal Monsalve Salazar <anibal@debian.org>

Package: apache2-data
Priority: optional
Section: httpd
Installed-Size: 703
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Source: apache2
Version: 2.4.7-1ubuntu4.22
Replaces: apache2.2-common
Conflicts: apache2.2-common
Size: 159764
Description: Apache HTTP Server (common files)
 The Apache Software Foundation's goal is to build a secure, efficient and
 extensible HTTP server as standards-compliant open source software. The
 result has long been the number one web server on the Internet.
 .
 This package contains architecture-independent common files such as icons,
 error pages and static index files.
Homepage: http://httpd.apache.org/
Original-Maintainer: Debian Apache Maintainers <debian-apache@lists.debian.org>

Package: libxapian22
Priority: optional
Section: libs
Installed-Size: 2402
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: xapian-core
Version: 1.2.16-2ubuntu1
Depends: libc6 (>= 2.15), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.6), libuuid1 (>= 2.16), zlib1g (>= 1:1.1.4)
Suggests: xapian-tools
Size: 586122
Description: Search engine library
 This package contains the core Xapian runtime library.
 .
 The Xapian search engine library is a highly adaptable toolkit which allows
 developers to easily add advanced indexing and search facilities to their own
 applications.  It implements the probabilistic model of information retrieval,
 and provides facilities for performing ranked free-text searches, relevance
 feedback, phrase searching, boolean searching, stemming, and simultaneous
 update and searching.  It is highly scalable, and is capable of working with
 collections containing hundreds of millions of documents.
Original-Maintainer: Olly Betts <olly@survex.com>
Homepage: http://xapian.org/

Package: libwayland-server0
Priority: optional
Section: libs
Installed-Size: 108
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: wayland
Version: 1.4.0-1ubuntu1.1
Replaces: libwayland0 (<< 1.1.0-1)
Depends: libc6 (>= 2.14), libffi6 (>= 3.0.4)
Pre-Depends: multiarch-support
Breaks: weston (<< 1.2.0)
Conflicts: libwayland0 (<< 1.1.0-1)
Size: 26888
Description: wayland compositor infrastructure - server library
 Wayland is a protocol for a compositor to talk to its clients as well
 as a C library implementation of that protocol. The compositor can be
 a standalone display server running on Linux kernel modesetting and
 evdev input devices, an X application, or a wayland client
 itself. The clients can be traditional applications, X servers
 (rootless or fullscreen) or other display servers.
 .
 This package ships the library that implements the server side of
 the Wayland protocol.
Homepage: http://wayland.freedesktop.org/
Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>

Package: hicolor-icon-theme
Priority: optional
Section: misc
Installed-Size: 1415
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Version: 0.13-1
Size: 7140
Description: default fallback theme for FreeDesktop.org icon themes
 This is the default fallback theme used by implementations of the
 Freedesktop.org Icon Theme specification.
Original-Maintainer: Ross Burton <ross@debian.org>

Package: libexpat1-dev
Priority: optional
Section: libdevel
Installed-Size: 905
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: expat
Version: 2.1.0-4ubuntu1.4
Provides: libexpat-dev
Depends: libexpat1 (= 2.1.0-4ubuntu1.4), libc6-dev | libc-dev
Conflicts: libexpat-dev
Size: 115468
Description: XML parsing C library - development kit
 This package contains the header file and development libraries of
 expat, the C library for parsing XML.  Expat is a stream oriented XML
 parser.  This means that you register handlers with the parser prior
 to starting the parse.  These handlers are called when the parser
 discovers the associated structures in the document being parsed.  A
 start tag is an example of the kind of structures for which you may
 register handlers.
Homepage: http://expat.sourceforge.net
Original-Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>

Package: libjs-node-uuid
Priority: optional
Section: web
Installed-Size: 51
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: node-uuid
Version: 1.4.0-1
Recommends: javascript-common
Breaks: node-node-uuid (<< 1.3.1~20111202~)
Size: 11074
Description: simple, fast generation of RFC4122 UUIDs - JavaScript library
 Node is an event-based server-side JavaScript engine.
 .
 Node-uuid is a UUID library usable either directly in web browsers or
 as a Node module.
 .
  * Generate RFC4122 version 1 or version 4 UUIDs
  * Runs in node.js and all browsers
  * Cryptographically strong random # generation on supporting platforms
  * 1.1K minified and gzip'ed
 .
 This package contains node-uuid usable directly in web browsers.
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Homepage: https://github.com/broofa/node-uuid

Package: libwbclient0
Priority: optional
Section: libs
Installed-Size: 205
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: samba
Version: 2:4.3.11+dfsg-0ubuntu0.14.04.20
Replaces: likewise-open (<< 4.1.0.2956)
Depends: libbsd0 (>= 0.0), libc6 (>= 2.14)
Pre-Depends: dpkg (>= 1.15.6~), multiarch-support
Breaks: libpam-smbpass (<< 2:3.4.1), libsmbclient (<< 2:3.4.1), samba (<< 2:3.4.1), samba-common (<< 2:3.4.1), samba-tools (<< 2:3.4.1), smbclient (<< 2:3.4.1), smbfs (<< 2:3.4.1), swat (<< 2:3.4.1), winbind (<< 2:3.4.1)
Conflicts: likewise-open (<< 4.1.0.2956)
Size: 30326
Description: Samba winbind client library
 Samba is an implementation of the SMB/CIFS protocol for Unix systems,
 providing support for cross-platform file and printer sharing with
 Microsoft Windows, OS X, and other Unix systems.
 .
 This package provides a library for client applications that interact
 via the winbind pipe protocol with a Samba winbind server.
Homepage: http://www.samba.org
Original-Maintainer: Debian Samba Maintainers <pkg-samba-maint@lists.alioth.debian.org>

Package: linux-modules-extra-3.13.0-170-generic
Priority: optional
Section: kernel
Installed-Size: 150910
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: amd64
Source: linux
Version: 3.13.0-170.220
Depends: linux-image-3.13.0-170-generic | linux-image-unsigned-3.13.0-170-generic, crda (>= 1.1.1-1ubuntu2) | wireless-crda
Size: 37078840
Description: Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
 This package contains the Linux kernel extra modules for version 3.13.0 on
 64 bit x86 SMP.
 .
 Also includes the corresponding System.map file, the modules built by the
 packager, and scripts that try to ensure that the system is not left in an
 unbootable state after an update.
 .
 Supports Generic processors.
 .
 Geared toward desktop and server systems.
 .
 You likely do not want to install this package directly. Instead, install
 the linux-generic meta-package, which will ensure that upgrades work
 correctly, and that supporting packages are also installed.

Package: install-info
Priority: important
Section: doc
Installed-Size: 266
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Source: texinfo
Version: 5.2.0.dfsg.1-2
Replaces: texinfo (<< 4.13a.dfsg.1-2)
Depends: libc6 (>= 2.14)
Pre-Depends: dpkg (>= 1.16.1)
Breaks: texinfo (<< 4.13a.dfsg.1-2)
Size: 51582
Description: Manage installed documentation in info format
 The install-info utility creates the index of all installed documentation
 in info format and makes it available to info readers.
Original-Maintainer: Debian TeX maintainers <debian-tex-maint@lists.debian.org>

Package: node-semver
Priority: extra
Section: web
Installed-Size: 88
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 2.1.0-2
Depends: nodejs
Size: 16226
Description: Semantic Versioning for Node.js
 Test if version(s) satisfy the supplied range(s), and sort them.
 Multiple versions or ranges may be supplied.
 Program exits successfully if any valid version satisfies
 all supplied ranges, and prints all satisfying versions.
 .
 This package provides the `semver` executable and the Node.js module.
 .
 Node.js is an event-based server-side javascript engine.
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Homepage: https://github.com/isaacs/node-semver

Package: apport-symptoms
Priority: optional
Section: utils
Installed-Size: 75
Maintainer: Ubuntu Developers <ubuntu-motu@lists.ubuntu.com>
Architecture: all
Version: 0.20
Recommends: apport
Size: 14198
Description: symptom scripts for apport
 Apport intercepts program crashes, collects debugging information about the
 crash and the operating system environment, and sends it to bug trackers in a
 standardized form. It also offers the user to report a bug about a package,
 with again collecting as much information about it as possible.
 .
 This package extends Apport by some "symptom" scripts, so that bug reporters
 do not have to guess the correct package, but report problems based on
 symptoms that they have (like "sound problem"), through an interactive process.
Homepage: https://wiki.ubuntu.com/Apport

Package: libxss1
Priority: optional
Section: libs
Installed-Size: 59
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libxss
Version: 1:1.2.2-1
Depends: libc6 (>= 2.2.5), libx11-6 (>= 2:1.4.99.1), libxext6, x11-common
Pre-Depends: multiarch-support
Size: 8582
Description: X11 Screen Saver extension library
 libXss provides an X Window System client interface to the MIT-SCREEN-SAVER
 extension to the X protocol.
 .
 The Screen Saver extension allows clients behaving as screen savers to
 register themselves with the X server, to better integrate themselves with
 the running session.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libScrnSaver
Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>

Package: dh-apparmor
Priority: extra
Section: devel
Installed-Size: 102
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Source: apparmor
Version: 2.10.95-0ubuntu2.6~14.04.4
Replaces: debhelper (<< 9.20120115ubuntu3)
Suggests: apparmor-easyprof
Breaks: debhelper (<< 9.20120115ubuntu3)
Size: 11308
Description: AppArmor debhelper routines
 This provides the debhelper tools used to install and migrate AppArmor
 profiles. This is normally used from package maintainer scripts during
 install and removal.
Homepage: http://apparmor.net/
Original-Maintainer: Debian AppArmor Team <pkg-apparmor-team@lists.alioth.debian.org>

Package: liblwres90
Priority: standard
Section: libs
Installed-Size: 129
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: bind9
Version: 1:9.9.5.dfsg-3ubuntu0.19
Replaces: libbind0
Depends: libc6 (>= 2.15)
Conflicts: libbind0
Size: 33406
Description: Lightweight Resolver Library used by BIND
 The Berkeley Internet Name Domain (BIND) implements an Internet domain
 name server.  BIND is the most widely-used name server software on the
 Internet, and is supported by the Internet Software Consortium, www.isc.org.
 .
 This package delivers the liblwres shared library used by BIND's daemons
 and clients.
Original-Maintainer: LaMont Jones <lamont@debian.org>

Package: node-qs
Priority: extra
Section: web
Installed-Size: 54
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 0.6.5-1
Depends: nodejs
Size: 5876
Description: querystring parser library for Node.js
 QS is a querystring parser library for Node.js.
 .
 Node.js is an event-based server-side javascript engine.
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Homepage: https://github.com/visionmedia/node-querystring

Package: lsb-release
Priority: optional
Section: misc
Installed-Size: 121
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Source: lsb
Version: 4.1+Debian11ubuntu6.2
Depends: python3, python3:any (>= 3.3.2-2~)
Recommends: apt
Suggests: lsb
Filename: pool/main/l/lsb/lsb-release_4.1+Debian11ubuntu6_all.deb
Size: 11640
MD5sum: e73c2ed0114136235576863345d9eb9e
Description: Linux Standard Base version reporting utility
 The Linux Standard Base (http://www.linuxbase.org/) is a standard
 core system that third-party applications written for Linux can
 depend upon.
 .
 The lsb-release command is a simple tool to help identify the Linux
 distribution being used and its compliance with the Linux Standard Base.
 LSB conformance will not be reported unless the required metapackages are
 installed.
 .
 While it is intended for use by LSB packages, this command may also
 be useful for programmatically distinguishing between a pure Debian
 installation and derived distributions.
Homepage: http://www.linuxfoundation.org/collaborate/workgroups/lsb
Original-Maintainer: Debian LSB Team <debian-lsb@lists.debian.org>

Package: sendmail-base
Priority: extra
Section: mail
Installed-Size: 966
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: sendmail
Version: 8.14.4-4.1ubuntu1.1
Depends: m4, make, adduser, perl
Suggests: sendmail-doc, ca-certificates, logcheck, logrotate, resolvconf
Size: 138282
Description: powerful, efficient, and scalable Mail Transport Agent
 Sendmail is an alternative Mail Transport Agent (MTA) for
 Debian. It is suitable for handling sophisticated mail
 configurations, although this means that its configuration
 can also be complex.
 .
 This package contains the base, architecture independent, portions
 of the sendmail packages.
Original-Maintainer: Jakub Safarik <jsafarik@ymail.com>
Homepage: http://www.sendmail.org

Package: debhelper
Priority: optional
Section: devel
Installed-Size: 995
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Version: 9.20131227ubuntu1
Depends: perl, file (>= 3.23), dpkg (>= 1.16.2), dpkg-dev (>= 1.17.0), binutils, po-debconf, man-db (>= 2.5.1-1), dh-apparmor
Suggests: dh-make
Conflicts: automake (<< 1.11.2), dpkg-cross (<< 1.18), python-central (<< 0.5.6), python-support (<< 0.5.3)
Size: 604320
Description: helper programs for debian/rules
 A collection of programs that can be used in a debian/rules file to
 automate common tasks related to building debian packages. Programs
 are included to install various files into your package, compress
 files, fix file permissions, integrate your package with the debian
 menu system, debconf, doc-base, etc. Most debian packages use debhelper
 as part of their build process.
Homepage: http://kitenet.net/~joey/code/debhelper/
Original-Maintainer: Debhelper Maintainers <debhelper-devel@lists.alioth.debian.org>

Package: update-inetd
Priority: optional
Section: admin
Installed-Size: 101
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Version: 4.43
Replaces: netbase (<< 4.27)
Depends: debconf (>= 0.5) | debconf-2.0, libfile-temp-perl, libfile-copy-recursive-perl
Breaks: netbase (<< 4.27)
Size: 19208
Description: inetd configuration file updater
 This package provides a program used by other packages to
 automatically update /etc/inetd.conf, the configuration file shared
 by all implementations of the Internet super-server.
 .
 Note that xinetd is not supported by this package.
Original-Maintainer: Serafeim Zanikolas <sez@debian.org>

Package: krb5-multidev
Priority: optional
Section: libdevel
Installed-Size: 784
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: krb5
Version: 1.12+dfsg-2ubuntu5.4
Depends: libkrb5-3 (= 1.12+dfsg-2ubuntu5.4), libk5crypto3 (= 1.12+dfsg-2ubuntu5.4), libgssapi-krb5-2 (= 1.12+dfsg-2ubuntu5.4), libgssrpc4 (= 1.12+dfsg-2ubuntu5.4), libkadm5srv-mit9 (= 1.12+dfsg-2ubuntu5.4), libkadm5clnt-mit9 (= 1.12+dfsg-2ubuntu5.4), comerr-dev
Suggests: krb5-doc
Size: 110906
Description: Development files for MIT Kerberos without Heimdal conflict
 Kerberos is a system for authenticating users and services on a network.
 Kerberos is a trusted third-party service.  That means that there is a
 third party (the Kerberos server) that is trusted by all the entities on
 the network (users and services, usually called "principals").
 .
 This is the MIT reference implementation of Kerberos V5.
 .
 Most users wishing to build applications against MIT Kerberos should
 install libkrb5-dev.  However, that package conflicts with heimdal-dev.
 This package installs libraries and headers in /usr/include/mit-krb5 and
 /usr/lib/mit-krb5 and can be installed along side heimdal-multidev, which
 provides the same facilities for Heimdal.
Homepage: http://web.mit.edu/kerberos/
Original-Maintainer: Sam Hartman <hartmans@debian.org>

Package: ssl-cert
Priority: optional
Section: utils
Installed-Size: 102
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Version: 1.0.33
Depends: debconf (>= 0.5) | debconf-2.0, openssl (>= 0.9.8g-9), adduser
Suggests: openssl-blacklist
Size: 16650
Description: simple debconf wrapper for OpenSSL
 This package enables unattended installs of packages that
 need to create SSL certificates.
 .
 It is a simple wrapper for OpenSSL's certificate request utility that
 feeds it with the correct user variables.
Original-Maintainer: Debian Apache Maintainers <debian-apache@lists.debian.org>

Package: dpkg-dev
Priority: optional
Section: utils
Installed-Size: 1635
Origin: debian
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Bugs: debbugs://bugs.debian.org
Architecture: all
Multi-Arch: foreign
Source: dpkg
Version: 1.17.5ubuntu5.8
Replaces: manpages-it (<< 2.80-4)
Depends: libdpkg-perl (= 1.17.5ubuntu5.8), bzip2, xz-utils, patch, make, binutils, base-files (>= 5.0.0)
Recommends: gcc | c-compiler, build-essential, fakeroot, gnupg | gnupg2, gpgv | gpgv2, libalgorithm-merge-perl
Suggests: debian-keyring
Breaks: devscripts (<< 2.10.26), dpkg-cross (<< 2.0.0)
Size: 726132
Description: Debian package development tools
 This package provides the development tools (including dpkg-source)
 required to unpack, build and upload Debian source packages.
 .
 Most Debian source packages will require additional tools to build;
 for example, most packages need make and the C compiler gcc.
Homepage: https://wiki.debian.org/Teams/Dpkg
Original-Maintainer: Dpkg Developers <debian-dpkg@lists.debian.org>

Package: libjs-jquery-cookie
Priority: optional
Section: web
Installed-Size: 44
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: jquery-goodies
Version: 8-2
Depends: libjs-jquery
Recommends: javascript-common
Size: 6502
Description: jQuery cookie plugin
 A simple, lightweight utility plugin for reading, writing and
 deleting cookies.
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Homepage: http://plugins.jquery.com/project/Cookie

Package: init-system-helpers
Priority: extra
Section: admin
Installed-Size: 72
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Version: 1.14ubuntu1
Depends: perl
Breaks: systemd (<< 44-12)
Filename: pool/main/i/init-system-helpers/init-system-helpers_1.14_all.deb
Size: 10680
MD5sum: d5d0546bbf94e8dee1e73d900fb9801e
Description: helper tools for all init systems
 This package contains helper tools that are necessary for switching between
 the various init systems that Debian contains (e.g. sysvinit, upstart,
 systemd). An example is deb-systemd-helper, a script that enables systemd unit
 files without depending on a running systemd.
 .
 While this package is maintained by pkg-systemd-maintainers, it is NOT
 specific to systemd at all. Maintainers of other init systems are welcome to
 include their helpers in this package.
Original-Maintainer: pkg-systemd-maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>

Package: python-setuptools-whl
Priority: optional
Section: python
Installed-Size: 286
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: python-setuptools
Version: 3.3-1ubuntu2
Size: 244386
Description: Python Distutils Enhancements (wheel package)
 Extensions to the python-distutils for large or complex distributions.
 .
 This package provides setuptools in PEP 427 wheel format.
Original-Maintainer: Matthias Klose <doko@debian.org>
Homepage: https://pypi.python.org/pypi/setuptools

Package: node-gyp
Priority: extra
Section: web
Installed-Size: 106
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 0.10.10-2
Depends: nodejs, nodejs-dev, gyp, node-fstream, node-glob, node-graceful-fs (>= 2), node-minimatch, node-mkdirp, node-nopt (>= 2), node-npmlog, node-osenv, node-request, node-rimraf, node-semver (>= 2.1), node-tar, node-which
Recommends: build-essential
Size: 22610
Description: Native addon build tool for Node.js
 node-gyp is a cross-platform command-line tool written in Node.js
 for compiling native addon modules for Node.js.
 .
 It features :
  * Easy to use, consistent interface
  * Same commands to build a module on every platform
  * Support of multiple target versions of Node.js
 .
 node-gyp replaces node-waf program which was deprecated in Node.js 0.8
 and removed since Node.js 0.10.
 .
 Node.js is an event-based server-side javascript engine.
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Homepage: https://github.com/TooTallNate/node-gyp

Package: libc6-dev
Priority: optional
Section: libdevel
Installed-Size: 12172
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: eglibc
Version: 2.19-0ubuntu6.15
Provides: libc-dev
Depends: libc6 (= 2.19-0ubuntu6.15), libc-dev-bin (= 2.19-0ubuntu6.15), linux-libc-dev
Recommends: gcc | c-compiler
Suggests: glibc-doc, manpages-dev
Breaks: binutils (<< 2.20.1-1), binutils-gold (<< 2.20.1-11), cmake (<< 2.8.4+dfsg.1-5), gcc-4.4 (<< 4.4.6-4), gcc-4.5 (<< 4.5.3-2), gcc-4.6 (<< 4.6.0-12), libhwloc-dev (<< 1.2-3), libjna-java (<< 3.2.7-4), liblouis-dev (<< 2.3.0-2), liblouisxml-dev (<< 2.4.0-2), make (<< 3.81-8.1), pkg-config (<< 0.26-1)
Conflicts: libc0.1-dev, libc0.3-dev, libc6.1-dev
Size: 1912650
Description: Embedded GNU C Library: Development Libraries and Header Files
 Contains the symlinks, headers, and object files needed to compile
 and link programs which use the standard C library.
Homepage: http://www.eglibc.org
Original-Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>

Package: mailutils-common
Priority: optional
Section: mail
Installed-Size: 1638
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: mailutils
Version: 1:2.99.98-1.1
Replaces: libmailutils2 (<< 1:2.3)
Breaks: libmailutils2 (<< 1:2.3)
Size: 244780
Description: Common files for GNU mailutils
 GNU Mailutils is a rich and powerful protocol-independent mail framework.
 It contains a series of useful mail libraries, clients, and servers.
 .
 These are common files for all mailutils packages, including locale
 files.
Original-Maintainer: Jordi Mallach <jordi@debian.org>
Homepage: http://www.gnu.org/software/mailutils/

Package: bzip2
Priority: standard
Section: utils
Installed-Size: 119
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 1.0.6-5
Replaces: libbz2 (<< 0.9.5d-3)
Depends: libbz2-1.0 (= 1.0.6-5), libc6 (>= 2.4)
Suggests: bzip2-doc
Filename: pool/main/b/bzip2/bzip2_1.0.6-5_amd64.deb
Size: 38814
MD5sum: 23c0e0a686dc47bc2a7add0205dac7d4
Description: high-quality block-sorting file compressor - utilities
 bzip2 is a freely available, patent free, high-quality data compressor.
 It typically compresses files to within 10% to 15% of the best available
 techniques, whilst being around twice as fast at compression and six
 times faster at decompression.
 .
 bzip2 compresses files using the Burrows-Wheeler block-sorting text
 compression algorithm, and Huffman coding.  Compression is generally
 considerably better than that achieved by more conventional
 LZ77/LZ78-based compressors, and approaches the performance of the PPM
 family of statistical compressors.
 .
 The archive file format of bzip2 (.bz2) is incompatible with that of its
 predecessor, bzip (.bz).
Original-Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
Homepage: http://www.bzip.org/

Package: libstdc++-4.8-dev
Priority: optional
Section: libdevel
Installed-Size: 11146
Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: gcc-4.8
Version: 4.8.4-2ubuntu1~14.04.4
Provides: libstdc++-dev
Depends: gcc-4.8-base (= 4.8.4-2ubuntu1~14.04.4), libgcc-4.8-dev (= 4.8.4-2ubuntu1~14.04.4), libstdc++6 (>= 4.8.4-2ubuntu1~14.04.4), libc6-dev (>= 2.13-0ubuntu6)
Suggests: libstdc++-4.8-doc
Conflicts: libg++2.8-dev, libg++27-dev, libg++272-dev (<< 2.7.2.8-1), libstdc++2.10-dev (<< 1:2.95.3-2), libstdc++2.8-dev, libstdc++2.9-dev, libstdc++2.9-glibc2.1-dev, libstdc++3.0-dev
Size: 1050966
Description: GNU Standard C++ Library v3 (development files)
 This package contains the headers and static library files necessary for
 building C++ programs which use libstdc++.
 .
 libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which
 was included up to g++-2.95. The first version of libstdc++-v3 appeared
 in g++-3.0.
Homepage: http://gcc.gnu.org/
Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>

Package: vim-common
Priority: important
Section: editors
Installed-Size: 317
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: vim
Version: 2:7.4.052-1ubuntu3.1
Depends: libc6 (>= 2.3.4)
Recommends: vim | vim-gnome | vim-gtk | vim-athena | vim-nox | vim-tiny
Filename: pool/main/v/vim/vim-common_7.4.052-1ubuntu3_amd64.deb
Size: 95236
MD5sum: 25e2998c1a712ffbbe8bc4adbca010ef
Description: Vi IMproved - Common files
 Vim is an almost compatible version of the UNIX editor Vi.
 .
 Many new features have been added: multi level undo, syntax
 highlighting, command line history, on-line help, filename
 completion, block operations, folding, Unicode support, etc.
 .
 This package contains files shared by all non GUI-enabled vim
 variants (vim and vim-tiny currently) available in Debian.
 Examples of such shared files are: manpages, common executables
 like xxd, and configuration files.
Homepage: http://www.vim.org/
Original-Maintainer: Debian Vim Maintainers <pkg-vim-maintainers@lists.alioth.debian.org>

Package: libwavpack1
Priority: optional
Section: libs
Installed-Size: 207
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: wavpack
Version: 4.70.0-1ubuntu0.2
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Size: 74698
Description: audio codec (lossy and lossless) - library
 WavPack is a completely open audio compression format providing lossless,
 high-quality lossy, and a unique hybrid compression mode. Although the
 technology is loosely based on previous versions of WavPack, the new version
 4 format has been designed from the ground up to offer unparalleled
 performance and functionality.
 .
 This package contains the shared libraries necessary to run programs
 using libwavpack.
Homepage: http://www.wavpack.com
Original-Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>

Package: libjs-underscore
Priority: optional
Section: web
Installed-Size: 187
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: underscore
Version: 1.4.4-2ubuntu1
Recommends: libjs-jquery
Suggests: javascript-common
Size: 45586
Description: JavaScript's functional programming helper library
 Underscore is a utility-belt library for JavaScript that provides a lot
 of the functional programming support that you would expect in
 Prototype.js (or Ruby), but without extending any of the built-in
 JavaScript objects.  It's the tie to go along with jQuery's tux.
 .
 Underscore provides 60-odd functions that support both the usual
 functional suspects: map, select, invoke - as well as more specialized
 helpers: function binding, javascript templating, deep equality
 testing, and so on.  It delegates to built-in functions, if present, so
 modern browsers will use the native implementations of forEach, map,
 reduce, filter, every, some and indexOf.
Homepage: http://underscorejs.org/
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>

Package: python-requests
Priority: optional
Section: python
Installed-Size: 210
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: requests
Version: 2.2.1-1ubuntu0.4
Depends: python:any (>= 2.7.5-5~), python:any (<< 2.8), ca-certificates, python-chardet, python-urllib3 (>= 1.7.1)
Size: 43452
Description: elegant and simple HTTP library for Python, built for human beings
 Requests allow you to send HTTP/1.1 requests. You can add headers, form data,
 multipart files, and parameters with simple Python dictionaries, and access the
 response data in the same way. It's powered by httplib and urllib3, but it does
 all the hard work and crazy hacks for you.
 .
 Features
 .
   - International Domains and URLs
   - Keep-Alive & Connection Pooling
   - Sessions with Cookie Persistence
   - Browser-style SSL Verification
   - Basic/Digest Authentication
   - Elegant Key/Value Cookies
   - Automatic Decompression
   - Unicode Response Bodies
   - Multipart File Uploads
   - Connection Timeouts
Homepage: http://python-requests.org
Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>

Package: librtmp-dev
Priority: extra
Section: libdevel
Installed-Size: 229
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: rtmpdump
Version: 2.4+20121230.gitdf6c518-1ubuntu0.1
Depends: libgnutls-dev, librtmp0 (= 2.4+20121230.gitdf6c518-1ubuntu0.1)
Size: 54054
Description: toolkit for RTMP streams (development files)
 A small dumper for media content streamed over the RTMP protocol (like BBC's
 iPlayer high quality streams). Supplying an RTMP URL will result in a dumped
 flv file, which can be played/transcoded with standard tools.
 .
 This package contains the development libraries, header files needed by
 programs that want to compile with librtmp.
Homepage: http://rtmpdump.mplayerhq.hu/
Original-Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>

Package: libmcrypt-dev
Priority: optional
Section: libdevel
Installed-Size: 424
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: libmcrypt
Version: 2.5.8-3.1ubuntu1
Replaces: libmcrypt4 (<< 2.5.8-1)
Depends: libmcrypt4 (= 2.5.8-3.1ubuntu1)
Size: 83120
Description: De-/Encryption Library development files
 libmcrypt is the library which implements all the algorithms and
 modes found in mcrypt.
 .
 libmcrypt supports the algorithms: BLOWFISH, TWOFISH, DES, TripleDES,
 3-WAY, SAFER-sk64, SAFER-sk128, SAFER+, LOKI97, GOST, RC2, RC6, MARS,
 IDEA, RIJNDAEL-128, RIJNDAEL-192, SERPENT, RIJNDAEL-256, CAST-128
 (known as CAST5), CAST-256, ARCFOUR, ENIGMA, PANAMA, XTEA and WAKE.
 Block algorithms can be used in: CBC, ECB, CFB and OFB (8 bit and n
 bit, where n is the size of the algorithm's block length).
 .
 More information can be found at the libmcrypt homepage
 http://mcrypt.sourceforge.net/ .
Homepage: http://mcrypt.sourceforge.net/
Original-Maintainer: RISKO Gergely <risko@debian.org>

Package: openssl
Priority: optional
Section: utils
Installed-Size: 1300
Maintainer: Debian OpenSSL Team <pkg-openssl-devel@lists.alioth.debian.org>
Architecture: amd64
Multi-Arch: foreign
Version: 1.1.1-1+ubuntu14.04.1+deb.sury.org+1
Depends: libc6 (>= 2.15), libssl1.1 (>= 1.1.1)
Suggests: ca-certificates
Size: 819520
Description: Secure Sockets Layer toolkit - cryptographic utility
 This package is part of the OpenSSL project's implementation of the SSL
 and TLS cryptographic protocols for secure communication over the
 Internet.
 .
 It contains the general-purpose command line binary /usr/bin/openssl,
 useful for cryptographic operations such as:
  * creating RSA, DH, and DSA key parameters;
  * creating X.509 certificates, CSRs, and CRLs;
  * calculating message digests;
  * encrypting and decrypting with ciphers;
  * testing SSL/TLS clients and servers;
  * handling S/MIME signed or encrypted mail.
Homepage: https://www.openssl.org/

Package: libglib2.0-data
Priority: optional
Section: libs
Installed-Size: 1348
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Source: glib2.0
Version: 2.40.2-0ubuntu1.1
Size: 116486
Description: Common files for GLib library
 GLib is a library containing many useful C routines for things such
 as trees, hashes, lists, and strings.  It is a useful general-purpose
 C library used by projects such as GTK+, GIMP, and GNOME.
 .
 This package is needed for the runtime libraries to display messages in
 languages other than English.
Homepage: http://www.gtk.org/
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>

Package: libcloog-isl4
Priority: optional
Section: libs
Installed-Size: 191
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: cloog
Version: 0.18.2-1
Depends: libc6 (>= 2.14), libgmp10, libisl10 (>= 0.11)
Pre-Depends: multiarch-support
Size: 57502
Description: Chunky Loop Generator (runtime library)
 CLooG is a software which generates loops for scanning Z-polyhedra.
 .
 This package contains the runtime library.
Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Homepage: http://www.CLooG.org

Package: python-software-properties
Priority: optional
Section: python
Installed-Size: 135
Maintainer: Michael Vogt <michael.vogt@ubuntu.com>
Architecture: all
Source: software-properties
Version: 0.92.37.8
Depends: python (>= 2.7), python (<< 2.8), python:any (>= 2.7.1-0ubuntu2), python-apt (>= 0.6.20ubuntu16), python-pycurl, lsb-release, unattended-upgrades, iso-codes
Size: 19668
Description: manage the repositories that you install software from
 This software provides an abstraction of the used apt repositories.
 It allows you to easily manage your distribution and independent software
 vendor software sources.

Package: libgdk-pixbuf2.0-0
Priority: optional
Section: libs
Installed-Size: 562
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: gdk-pixbuf
Version: 2.30.7-0ubuntu1.8
Replaces: libgtk2.0-0 (<< 2.21.3), libgtk2.0-bin (<< 2.21.3)
Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.37.6), libjasper1, libjpeg8 (>= 8c), libpng12-0 (>= 1.2.13-4), libtiff5 (>= 4.0.3), libx11-6, libgdk-pixbuf2.0-common (= 2.30.7-0ubuntu1.8)
Pre-Depends: multiarch-support
Breaks: libgtk2.0-0 (<< 2.21.3), libgtk2.0-bin (<< 2.21.3), librsvg2-2 (<< 2.26.3-2), libwmf0.2-7 (<< 0.2.8.4-7)
Size: 160636
Description: GDK Pixbuf library
 The GDK Pixbuf library provides:
  - Image loading and saving facilities.
  - Fast scaling and compositing of pixbufs.
  - Simple animation loading (ie. animated GIFs)
Homepage: http://www.gtk.org/
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>

Package: libgcrypt11-dev
Priority: optional
Section: libdevel
Installed-Size: 1120
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: libgcrypt11
Version: 1.5.3-2ubuntu4.6
Provides: libgcrypt-dev
Depends: libgcrypt11 (= 1.5.3-2ubuntu4.6), libc6-dev | libc-dev, libgpg-error-dev
Suggests: libgcrypt11-doc
Conflicts: libgcrypt-dev
Size: 273462
Description: LGPL Crypto library - development files
 libgcrypt contains cryptographic functions.  Many important free
 ciphers, hash algorithms and public key signing algorithms have been
 implemented:
 .
 Arcfour, Blowfish, CAST5, DES, AES, Twofish, Serpent, rfc2268 (rc2), SEED,
 Camellia, IDEA, CRC, MD4, MD5, RIPE-MD160, SHA-1, SHA-256, SHA-512, Tiger,
 Whirlpool, DSA, DSA2, ElGamal, RSA, ECC.
 .
 This package contains header files and libraries for static linking.
Homepage: http://directory.fsf.org/project/libgcrypt/
Original-Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>

Package: lvm2
Priority: optional
Section: admin
Installed-Size: 1246
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 2.02.98-6ubuntu2
Depends: libc6 (>= 2.14), libdevmapper-event1.02.1 (>= 2:1.02.74), libdevmapper1.02.1 (>= 2:1.02.77), libreadline5 (>= 5.2), libudev1 (>= 183), lsb-base, dmsetup (>> 2:1.02.47), initscripts (>= 2.88dsf-13.3), watershed (>= 2)
Suggests: thin-provisioning-tools
Breaks: initramfs-tools (<< 0.99)
Size: 469600
Description: Linux Logical Volume Manager
 This is LVM2, the rewrite of The Linux Logical Volume Manager.  LVM
 supports enterprise level volume management of disk and disk subsystems
 by grouping arbitrary disks into volume groups. The total capacity of
 volume groups can be allocated to logical volumes, which are accessed as
 regular block devices.
Homepage: http://sources.redhat.com/lvm2/
Original-Maintainer: Debian LVM Team <pkg-lvm-maintainers@lists.alioth.debian.org>

Package: libquadmath0
Priority: optional
Section: libs
Installed-Size: 270
Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: gcc-4.8
Version: 4.8.4-2ubuntu1~14.04.4
Depends: gcc-4.8-base (= 4.8.4-2ubuntu1~14.04.4), libc6 (>= 2.14)
Pre-Depends: multiarch-support
Size: 125952
Description: GCC Quad-Precision Math Library
 A library, which provides quad-precision mathematical functions on targets
 supporting the __float128 datatype. The library is used to provide on such
 targets the REAL(16) type in the GNU Fortran compiler.
Homepage: http://gcc.gnu.org/
Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>

Package: phpsysinfo
Priority: optional
Section: web
Installed-Size: 1934
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 3.0.17-1ubuntu1
Depends: apache2 | httpd, php5, php5-xsl
Suggests: lm-sensors, hddtemp
Size: 381272
Description: PHP based host information
 phpSysInfo is a PHP script that displays information about the
 host being accessed.
 .
 It displays informations on the system like kernel version, uptime,
 network, disk and memory usage, informations on CPU and model,
 attached IDE and SCSI devices and PCI cards and lm-sensors output on
 architectures supporting it.
 .
 It has support for multiple languages and themes.
Homepage: http://phpsysinfo.sourceforge.net/
Original-Maintainer: Bjoern Boschman <bjoern@boschman.de>

Package: byobu
Priority: optional
Section: misc
Installed-Size: 630
Maintainer: Dustin Kirkland <kirkland@ubuntu.com>
Architecture: all
Version: 5.77-0ubuntu1.2
Replaces: byobu-extras (<< 2.17), screen-profiles (<< 2.0), screen-profiles-extras (<< 2.0)
Provides: byobu-extras, screen-profiles, screen-profiles-extras
Depends: debconf (>= 0.5) | debconf-2.0, gettext-base, python3 | python, python3-newt | python-newt, tmux (>= 1.5) | screen, gawk
Recommends: screen, tmux (>= 1.5), run-one
Suggests: apport, lsb-release, po-debconf, ttf-ubuntu-font-family (>= 0.80-0ubuntu1~medium), update-notifier-common, vim, w3m
Breaks: byobu-extras (<< 2.17), screen-profiles (<< 2.0), screen-profiles-extras (<< 2.0)
Enhances: screen
Size: 102700
Description: powerful, text based window manager and shell multiplexer
 Byobu is Ubuntu's text-based window manager based on GNU Screen.
 Using Byobu, you can quickly create and move between different windows
 over a single SSH connection or TTY terminal, monitor dozens of important
 statistics about your system, detach and reattach to sessions later
 while your programs continue to run in the background.
Homepage: http://byobu.co

Package: fonts-ubuntu-font-family-console
Priority: optional
Section: fonts
Installed-Size: 59
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Source: ubuntu-font-family-sources
Version: 0.80-0ubuntu6
Size: 15614
Description: Ubuntu Font Family Linux console fonts, sans-serif monospace
 The Ubuntu Font Family are a set of matching new libre/open fonts in
 development during 2010--2011. The development is being funded by
 Canonical Ltd on behalf the wider Free Software community and the
 Ubuntu project.  The technical font design work and implementation is
 being undertaken by Dalton Maag.
 .
 This package contains the "Ubuntu Mono" monospace members of the
 typeface, rendered for Linux console use.  These bitmap fonts can be
 loaded by dropping to a console with Ctrl-Alt-F1 and executing
 "setfont /usr/share/consolefonts/UbuntuMono*.psf"
 .
 Both the final font Truetype/OpenType files and the design files used
 to produce the font family are distributed under an open licence and
 you are expressly encouraged to experiment, modify, share and improve.
Original-Maintainer: Paul Sladen <ubuntu@paul.sladen.org>
Homepage: http://font.ubuntu.com/

Package: ncurses-bin
Essential: yes
Priority: required
Section: utils
Installed-Size: 523
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Source: ncurses
Version: 5.9+20140118-1ubuntu1
Pre-Depends: libc6 (>= 2.14), libtinfo5 (>= 5.9+20130119)
Filename: pool/main/n/ncurses/ncurses-bin_5.9+20140118-1ubuntu1_amd64.deb
Size: 136744
MD5sum: 58d5bf77e698e7a166eaac48ae818f5b
Description: terminal-related programs and man pages
 The ncurses library routines are a terminal-independent method of
 updating character screens with reasonable optimization.
 .
 This package contains the programs used for manipulating the terminfo
 database and individual terminfo entries, as well as some programs for
 resetting terminals and such.
Homepage: http://invisible-island.net/ncurses/
Original-Maintainer: Craig Small <csmall@debian.org>

Package: perl-base
Essential: yes
Priority: required
Section: perl
Installed-Size: 4860
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: perl
Version: 5.18.2-2ubuntu1.7
Replaces: libperl5.8 (<< 5.8.0-20), libscalar-list-utils-perl, libsocket-perl, libxsloader-perl, perl (<< 5.10.1-12), perl-modules (<< 5.10.1-1)
Provides: libscalar-list-utils-perl, libsocket-perl, libxsloader-perl, perl5-base, perlapi-5.18.1, perlapi-5.18.2
Pre-Depends: libc6 (>= 2.14), dpkg (>= 1.14.20)
Suggests: perl
Breaks: autoconf2.13 (<< 2.13-45), libcommon-sense-perl (<< 3.72-2~), libfile-spec-perl (<< 3.4000), libmarc-charset-perl (<< 1.2), libsocket-perl (<< 2.009), libxsloader-perl (<< 0.16)
Conflicts: defoma (<< 0.11.12), doc-base (<< 0.10.3), libscalar-list-utils-perl, mono-gac (<< 2.10.8.1-3), safe-rm (<< 0.8), update-inetd (<< 4.41)
Filename: pool/main/p/perl/perl-base_5.18.2-2ubuntu1_amd64.deb
Size: 1149914
MD5sum: d4ac8ebff99e6e288b1ab7fa102317b9
Description: minimal Perl system
 Perl is a scripting language used in many system scripts and utilities.
 .
 This package provides a Perl interpreter and the small subset of the
 standard run-time library required to perform basic tasks. For a full
 Perl installation, install "perl" (and its dependencies, "perl-modules"
 and "perl-doc").
Homepage: http://dev.perl.org/perl5/
Original-Maintainer: Niko Tyni <ntyni@debian.org>

Package: libopenvg1-mesa-lts-utopic
Priority: optional
Section: libs
Installed-Size: 131
Maintainer: Ubuntu X-SWAT <ubuntu-x@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: mesa-lts-utopic
Version: 10.3.2-0ubuntu1~trusty2
Replaces: libopenvg1, libopenvg1-mesa
Provides: libopenvg1, libopenvg1-mesa, xorg-renamed-package, xorg-renamed-package-lts-utopic
Depends: libc6 (>= 2.3.4)
Pre-Depends: multiarch-support
Conflicts: libopenvg1, libopenvg1-mesa
Size: 12816
Description: free implementation of the OpenVG API -- runtime
 This package contains the mesa implementation of the OpenVG 2D acceleration
 library.  OpenVG provides a device independent and vendor-neutral interface
 for sophisticated 2D graphical applications, while allowing device
 manufacturers to provide hardware acceleration on devices ranging from wrist
 watches to full microprocessor-based desktop and server machines.
Homepage: http://mesa3d.sourceforge.net/
Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>

Package: sysv-rc
Priority: required
Section: admin
Installed-Size: 221
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Source: sysvinit
Version: 2.88dsf-41ubuntu6.3
Replaces: file-rc
Depends: debconf (>= 0.5) | debconf-2.0, sysvinit-utils (>= 2.86.ds1-62), insserv (>> 1.12.0-10)
Recommends: lsb-base (>= 3.2-14)
Suggests: sysv-rc-conf, bum
Breaks: initscripts (<< 2.86.ds1-63)
Conflicts: file-rc
Filename: pool/main/s/sysvinit/sysv-rc_2.88dsf-41ubuntu6_all.deb
Size: 36568
MD5sum: 17d764af18089f8c13a339d4d4e367da
Description: System-V-like runlevel change mechanism
 This package provides support for the System-V like system
 for booting, changing runlevels, and shutting down,
 configured through symbolic links in /etc/rc?.d/.
Homepage: http://savannah.nongnu.org/projects/sysvinit
Original-Maintainer: Debian sysvinit maintainers <pkg-sysvinit-devel@lists.alioth.debian.org>

Package: libjs-jquery-mousewheel
Priority: optional
Section: web
Installed-Size: 51
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: jquery-goodies
Version: 8-2
Depends: libjs-jquery (>= 1.2.2)
Recommends: javascript-common
Size: 7076
Description: jQuery Mousewheel Plugin
 A jQuery plugin that adds cross-browser mouse wheel support.
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Homepage: http://brandonaaron.net/code/mousewheel/docs

Package: libjs-jquery-tablesorter
Priority: optional
Section: web
Installed-Size: 444
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: jquery-goodies
Version: 8-2
Depends: libjs-jquery (>= 1.2.3), libjs-jquery-metadata
Recommends: javascript-common
Size: 63956
Description: Flexible client-side table sorting
 Tablesorter is a jQuery plugin for turning a standard HTML table
 with THEAD and TBODY tags into a sortable table without page refreshes.
 tablesorter can successfully parse and sort many types of data including
 linked data in a cell. It has many useful features including:
 .
   * Multi-column sorting
   * Parsers for sorting text, URIs, integers, currency, floats, IP addresses,
     dates (ISO, long and short formats), time. Add your own easily
   * Support secondary "hidden" sorting (e.g., maintain alphabetical sort when
     sorting on other criteria)
   * Extensibility via widget system
   * Cross-browser: IE 6.0+, FF 2+, Safari 2.0+, Opera 9.0+
   * Small code size
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Homepage: http://tablesorter.com

Package: liberror-perl
Priority: optional
Section: perl
Installed-Size: 80
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 0.17-1.1
Depends: perl
Size: 21062
Description: Perl module for error/exception handling in an OO-ish way
 This module provides two interfaces.  Firstly "Error" provides a
 procedural interface to exception handling.  Secondly "Error" is a
 base class for errors/exceptions that can either be thrown, for
 subsequent catch, or can simply be recorded.
 .
 Errors in the class "Error" should not be thrown directly, but the
 user should throw errors from a sub-class of "Error".
Original-Maintainer: Clint Burfoot <clint@burfoot.info>

Package: php5-dev
Priority: optional
Section: php
Installed-Size: 3655
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: php5
Version: 5.5.9+dfsg-1ubuntu4.29
Provides: dh-php5
Depends: autoconf (>= 2.63), automake (>= 1.11), libssl-dev, libtool (>= 2.2), shtool, php5-common (>= 5.5.9+dfsg-1ubuntu4.29), perl
Recommends: pkg-php-tools
Conflicts: libtool (<< 2.2)
Size: 357578
Description: Files for PHP5 module development
 This package provides the files from the PHP5 source needed for compiling
 additional modules.
 .
 PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used
 open source general-purpose scripting language that is especially suited
 for web development and can be embedded into HTML.
Homepage: http://www.php.net/
Original-Maintainer: Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>

Package: libpython3-stdlib
Priority: optional
Section: python
Installed-Size: 52
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: python3-defaults
Version: 3.4.0-0ubuntu2
Depends: libpython3.4-stdlib (>= 3.4.0-0~)
Filename: pool/main/p/python3-defaults/libpython3-stdlib_3.4.0-0ubuntu2_amd64.deb
Size: 6912
MD5sum: d059b2128981cdbede383d6fa779ec9e
Description: interactive high-level object-oriented language (default python3 version)
 Python, the high-level, interactive object oriented language,
 includes an extensive class library with lots of goodies for
 network programming, system administration, sounds and graphics.
 .
 This package is a dependency package, which depends on Debian's default
 Python 3 version (currently v3.4).
Homepage: http://www.python.org/
Original-Maintainer: Matthias Klose <doko@debian.org>

Package: libtimedate-perl
Priority: optional
Section: perl
Installed-Size: 139
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 2.3000-1
Replaces: timedate
Provides: timedate
Depends: perl
Breaks: timedate
Size: 37174
Description: collection of modules to manipulate date/time information
 TimeDate is a collection of Perl modules useful for manipulating date and
 time information. Date::Parse can parse absolute date specifications in a
 wide variety of input formats and many languages (via Date::Language).
 .
 This package also includes Date::Format, which can format dates into strings,
 as well as Time::Zone, which contains miscellaneous time zone functions.
Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Homepage: https://metacpan.org/release/TimeDate/

Package: apt
Priority: important
Section: admin
Installed-Size: 3638
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 1.0.1ubuntu2.24
Replaces: manpages-it (<< 2.80-4~), manpages-pl (<< 20060617-3~), openjdk-6-jdk (<< 6b24-1.11-0ubuntu1~), sun-java5-jdk (>> 0), sun-java6-jdk (>> 0)
Depends: libapt-pkg4.12 (>= 0.9.16), libc6 (>= 2.15), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.6), ubuntu-keyring, gnupg
Suggests: aptitude | synaptic | wajig, dpkg-dev (>= 1.17.2), apt-doc, python-apt
Breaks: manpages-it (<< 2.80-4~), manpages-pl (<< 20060617-3~), openjdk-6-jdk (<< 6b24-1.11-0ubuntu1~), sun-java5-jdk (>> 0), sun-java6-jdk (>> 0)
Conflicts: python-apt (<< 0.7.93.2~)
Filename: pool/main/a/apt/apt_1.0.1ubuntu2_amd64.deb
Size: 961660
MD5sum: 08cc39e279ec0b778fa090947056e3e7
Description: commandline package manager
 This package provides commandline tools for searching and
 managing as well as querying information about packages
 as a low-level access to all features of the libapt-pkg library.
 .
 These include:
  * apt-get for retrieval of packages and information about them
    from authenticated sources and for installation, upgrade and
    removal of packages together with their dependencies
  * apt-cache for querying available information about installed
    as well as installable packages
  * apt-cdrom to use removable media as a source for packages
  * apt-config as an interface to the configuration settings
  * apt-key as an interface to manage authentication keys
Original-Maintainer: APT Development Team <deity@lists.debian.org>

Package: libjs-codemirror
Priority: extra
Section: web
Installed-Size: 953
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: codemirror-js
Version: 2.23-1
Recommends: javascript-common
Size: 209962
Description: JavaScript editor interface for code-like content
 CodeMirror is a JavaScript library that can be used to create a relatively
 pleasant editor interface for code-like content -- computer programs, HTML
 markup, and similar.
 If a mode has been written for the language you are editing, the code will
 be coloured, and the editor will optionally help you with indentation.
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Homepage: http://codemirror.net/

Package: sgml-base
Priority: optional
Section: text
Installed-Size: 113
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 1.26+nmu4ubuntu1
Pre-Depends: dpkg (>= 1.16.4)
Suggests: sgml-base-doc
Conflicts: sgml-data (<= 0.02), sgmltools-2 (<= 2.0.2-4)
Size: 12522
Description: SGML infrastructure and SGML catalog file support
 This package creates the SGML infrastructure directories and provides
 SGML catalog file support in compliance with the current Debian SGML
 Policy draft:
 .
   * infrastructure directories:
      - /etc/sgml
      - /usr/share/sgml/{declaration,dtd,entities,misc,stylesheet}
      - /usr/share/local/sgml/{declaration,dtd,entities,misc,stylesheet}
 .
   * update-catalog(8): tool for maintaining the root SGML catalog
     file and the package SGML catalog files in the '/etc/sgml' directory
Original-Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs@lists.alioth.debian.org>

Package: liblapack3
Priority: optional
Section: libs
Installed-Size: 5798
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: lapack
Version: 3.5.0-2ubuntu1
Replaces: libatlas3gf-base (<< 3.8.4-4), liblapack3gf (<< 3.4.1-1)
Provides: liblapack.so.3, liblapack.so.3gf, liblapack3gf
Depends: libblas3 | libblas.so.3, libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libgfortran3 (>= 4.6)
Breaks: libatlas3gf-base (<< 3.8.4-4), liblapack3gf (<< 3.4.1-1)
Size: 1729868
Description: Library of linear algebra routines 3 - shared version
 LAPACK version 3.X is a comprehensive FORTRAN library that does
 linear algebra operations including matrix inversions, least
 squared solutions to linear sets of equations, eigenvector
 analysis, singular value decomposition, etc. It is a very
 comprehensive and reputable package that has found extensive
 use in the scientific community.
Homepage: http://www.netlib.org/lapack/
Original-Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>

Package: libxslt1.1
Priority: optional
Section: libs
Installed-Size: 490
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libxslt
Version: 1.1.28-2ubuntu0.2
Depends: libc6 (>= 2.17), libgcrypt11 (>= 1.4.5), libxml2 (>= 2.9.0)
Pre-Depends: multiarch-support
Size: 146032
Description: XSLT 1.0 processing library - runtime library
 XSLT is an XML language for defining transformations of XML files from
 XML to some other arbitrary format, such as XML, HTML, plain text, etc.
 using standard XSLT stylesheets. libxslt is a C library which
 implements XSLT version 1.0.
 .
 This package contains the libxslt library used by applications for XSLT
 transformations.
Homepage: http://xmlsoft.org/xslt/
Original-Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs@lists.alioth.debian.org>

Package: pciutils
Priority: standard
Section: admin
Installed-Size: 1179
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 1:3.2.1-1ubuntu5.1
Depends: libc6 (>= 2.14), libpci3 (= 1:3.2.1-1ubuntu5.1)
Suggests: bzip2, wget | curl | lynx-cur
Size: 281944
Description: Linux PCI Utilities
 This package contains various utilities for inspecting and setting of
 devices connected to the PCI bus.
Homepage: http://atrey.karlin.mff.cuni.cz/~mj/pciutils.shtml
Original-Maintainer: Anibal Monsalve Salazar <anibal@debian.org>

Package: libprocps3
Priority: important
Section: libs
Installed-Size: 138
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: procps
Version: 1:3.3.9-1ubuntu2.3
Replaces: procps (<< 1:3.3.2-1)
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Filename: pool/main/p/procps/libprocps3_3.3.9-1ubuntu2_amd64.deb
Size: 31676
MD5sum: 5d0eec139301a9e86b6d5878f5063085
Description: library for accessing process information from /proc
 The libprocps library is a way of accessing information out of the /proc
 filesystem.
 .
 This package contains the shared libraries necessary to run programs
 compilied with libprocps.
Homepage: http://gitorious.org/procps
Original-Maintainer: Craig Small <csmall@debian.org>

Package: libunistring0
Priority: optional
Section: libs
Installed-Size: 1151
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libunistring
Version: 0.9.3-5ubuntu3
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Size: 270684
Description: Unicode string library for C
 The 'libunistring' library implements Unicode strings (in the UTF-8,
 UTF-16, and UTF-32 encodings), together with functions for Unicode
 characters (character names, classifications, properties) and
 functions for string processing (formatted output, width, word
 breaks, line breaks, normalization, case folding, regular
 expressions).
 .
 This package contains the shared library.
Homepage: http://www.gnu.org/software/libunistring/
Original-Maintainer: Andreas Rottmann <rotty@debian.org>

Package: libdbus-glib-1-2
Priority: optional
Section: libs
Installed-Size: 230
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: dbus-glib
Version: 0.100.2-1
Depends: libc6 (>= 2.14), libdbus-1-3 (>= 1.2.16), libglib2.0-0 (>= 2.31.8)
Pre-Depends: multiarch-support
Size: 74066
Description: simple interprocess messaging system (GLib-based shared library)
 D-Bus is a message bus, used for sending messages between applications.
 Conceptually, it fits somewhere in between raw sockets and CORBA in
 terms of complexity.
 .
 This package provides the GLib-based shared library for applications using the
 GLib interface to D-Bus.
 .
 See the dbus description for more information about D-Bus in general.
Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Homepage: http://www.freedesktop.org/wiki/Software/DBusBindings

Package: libmagickcore5-extra
Priority: optional
Section: libs
Installed-Size: 285
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: imagemagick
Version: 8:6.7.7.10-6ubuntu3.13
Replaces: libmagickcore5 (<< 8:6.7.7.10-1)
Provides: libmagickcore-extra
Depends: libc6 (>= 2.4), libcairo2 (>= 1.6.0), libdjvulibre21 (>= 3.5.25.4), libglib2.0-0 (>= 2.12.0), libmagickcore5 (>= 8:6.7.7.10), libmagickwand5 (>= 8:6.7.7.10), libopenexr6 (>= 1.6.1), libpango-1.0-0 (>= 1.22.0), libpangocairo-1.0-0 (>= 1.14.0), librsvg2-2 (>= 2.14.4), libwmf0.2-7 (>= 0.2.8.4), libxml2 (>= 2.7.4)
Pre-Depends: multiarch-support
Breaks: libmagickcore5 (<< 8:6.7.7.10-1)
Enhances: libmagickcore5
Size: 58402
Description: low-level image manipulation library - extra codecs
 This package adds support for SVG, WMF, OpenEXR, DjVu and Graphviz to
 MagickCore.
Homepage: http://www.imagemagick.org/
Original-Maintainer: ImageMagick Packaging Team <pkg-gmagick-im-team@lists.alioth.debian.org>

Package: debugedit
Priority: optional
Section: admin
Installed-Size: 100
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Source: rpm
Version: 4.11.1-3ubuntu0.1
Replaces: rpm (<< 4.11.1-2)
Depends: libc6 (>= 2.14), libelf1 (>= 0.131), libpopt0 (>= 1.14), librpmio3 (>= 4.10.0)
Suggests: rpm-i18n
Breaks: rpm (<< 4.11.1-2)
Size: 15554
Description: tool to mangle source locations in .debug files
 This tool allows rewriting of source code locations in .debug files
 to point to /usr/src (or anywhere else). It has been split out of the
 rpm package to be useful on its own.
Homepage: http://rpm.org/
Original-Maintainer: Michal Čihař <nijel@debian.org>

Package: manpages-dev
Priority: optional
Section: doc
Installed-Size: 1834
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: manpages
Version: 3.54-1ubuntu1
Replaces: glibc-doc (<< 2.11.2-3), libaio-dev
Depends: manpages
Suggests: man-browser
Size: 1819920
Description: Manual pages about using GNU/Linux for development
 These man pages describe the Linux programming interface, including
 these two sections:
  2 = Linux system calls.
  3 = Library calls (note that a more comprehensive source of information
      may be found in the glibc-doc and glibc-doc-reference packages).
Homepage: http://www.kernel.org/doc/man-pages/
Original-Maintainer: Martin Schulze <joey@debian.org>

Package: ubuntu-standard
Priority: optional
Section: metapackages
Installed-Size: 60
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: ubuntu-meta
Version: 1.325.1
Depends: busybox-static, cpio, cron, dmidecode, dnsutils, dosfstools, ed, file, ftp, hdparm, info, iptables, language-selector-common, logrotate, lshw, lsof, ltrace, man-db, mime-support, parted, pciutils, popularity-contest, psmisc, rsync, strace, time, usbutils, wget
Recommends: apparmor, apt-transport-https, bash-completion, command-not-found, friendly-recovery, iputils-tracepath, irqbalance, manpages, mlocate, mtr-tiny, nano, ntfs-3g, openssh-client, plymouth, plymouth-theme-ubuntu-text, ppp, pppconfig, pppoeconf, tcpdump, telnet, ufw, update-manager-core, uuid-runtime
Size: 2682
Description: The Ubuntu standard system
 This package depends on all of the packages in the Ubuntu standard system.
 This set of packages provides a comfortable command-line Unix-like
 environment.
 .
 It is also used to help ensure proper upgrades, so it is recommended that
 it not be removed.

Package: node-combined-stream
Priority: extra
Section: web
Installed-Size: 46
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 0.0.4-1
Depends: nodejs, node-delayed-stream
Size: 4686
Description: Append streams one after another - module for Node.js
 node-combined-stream can be used to append multiple streams one
 after another.
 .
 Node.js is an event-based server-side javascript engine.
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Homepage: https://github.com/felixge/node-combined-stream

Package: linux-image-3.13.0-170-generic
Priority: optional
Section: kernel
Installed-Size: 5812
Maintainer: Canonical Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: amd64
Source: linux-signed
Version: 3.13.0-170.220
Provides: fuse-module, ivtv-modules, kvm-api-4, linux-image, linux-image-3.0, redhat-cluster-modules
Depends: module-init-tools (>= 3.3-pre11-4ubuntu3), linux-base (>= 4.5ubuntu1~14.04.1), linux-modules-3.13.0-170-generic
Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1), initramfs-tools (>= 0.36ubuntu6)
Suggests: fdutils, linux-doc-3.13.0 | linux-source-3.13.0, linux-tools, linux-headers-3.13.0-170-generic
Conflicts: hotplug (<< 0.0.20040105-1), linux-image-unsigned-3.13.0-170-generic
Size: 5842550
Description: Signed kernel image generic
 A kernel image for generic.  This version of it is signed with
 Canonical's UEFI/Opal signing key.
Built-Using: linux (= 3.13.0-170.220)

Package: grub-common
Priority: optional
Section: admin
Installed-Size: 11496
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Source: grub2
Version: 2.02~beta2-9ubuntu1.17
Replaces: grub-coreboot (<< 2.00-4), grub-efi (<< 1.99-1), grub-efi-amd64 (<< 2.00-4), grub-efi-ia32 (<< 2.00-4), grub-efi-ia64 (<< 2.00-4), grub-ieee1275 (<< 2.00-4), grub-linuxbios (<< 1.96+20080831-1), grub-pc (<< 2.00-4), grub-yeeloong (<< 2.00-4)
Depends: libc6 (>= 2.7), libdevmapper1.02.1 (>= 2:1.02.36), libfreetype6 (>= 2.2.1), libfuse2 (>= 2.8.1), liblzma5 (>= 5.1.1alpha+20120614), gettext-base, lsb-base (>= 3.0-6)
Recommends: os-prober (>= 1.33)
Suggests: multiboot-doc, grub-emu, xorriso (>= 0.5.6.pl00), desktop-base (>= 4.0.6), console-setup
Breaks: apport (<< 2.1.1), friendly-recovery (<< 0.2.13), lupin-support (<< 0.55)
Conflicts: mdadm (<< 2.6.7-2)
Size: 1680326
Description: GRand Unified Bootloader (common files)
 This package contains common files shared by the distinct flavours of GRUB.
 It is shared between GRUB Legacy and GRUB 2, although a number of files
 specific to GRUB 2 are here as long as they do not break GRUB Legacy.
Homepage: http://www.gnu.org/software/grub/
Original-Maintainer: GRUB Maintainers <pkg-grub-devel@lists.alioth.debian.org>

Package: libgc1c2
Priority: standard
Section: libs
Installed-Size: 287
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libgc
Version: 1:7.2d-5ubuntu2.1
Replaces: libgc1, libgc1c3
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Conflicts: libgc1
Size: 74814
Description: conservative garbage collector for C and C++
 Boehm-Demers-Weiser's GC is a garbage collecting storage allocator that is
 intended to be used as a plug-in replacement for C's malloc or C++'s new().
 .
 It allows you to allocate memory basically as you normally would without
 explicitly deallocating memory that is no longer useful. The collector
 automatically recycles memory when it determines that it can no longer be
 used.
 .
 This version of the collector is thread safe, has C++ support and uses the
 defaults for everything else. However, it does not work as a drop-in malloc(3)
 replacement.
Homepage: http://www.hpl.hp.com/personal/Hans_Boehm/gc/
Original-Maintainer: Christoph Egger <christoph@debian.org>

Package: libjson-c2
Priority: extra
Section: libs
Installed-Size: 86
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: json-c
Version: 0.11-3ubuntu1.2
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Filename: pool/main/j/json-c/libjson-c2_0.11-3ubuntu1_amd64.deb
Size: 21962
MD5sum: e13811ea1ee1271d883745b7d4ac33f9
Description: JSON manipulation library - shared library
 This library allows you to easily construct JSON objects in C,
 output them as JSON formatted strings and parse JSON formatted
 strings back into the C representation of JSON objects.
Homepage: https://github.com/json-c/json-c/wiki
Original-Maintainer: fabien boucher <fabien.dot.boucher@gmail.com>

Package: accountsservice
Priority: optional
Section: admin
Installed-Size: 432
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 0.6.35-0ubuntu7.3
Depends: dbus, libaccountsservice0 (= 0.6.35-0ubuntu7.3), libc6 (>= 2.4), libgcr-base-3-1 (>= 3.8.0), libglib2.0-0 (>= 2.37.3), libpam0g (>= 0.99.7.1), libpolkit-gobject-1-0 (>= 0.99)
Suggests: gnome-control-center
Size: 60560
Description: query and manipulate user account information
 The AccountService project provides a set of D-Bus
 interfaces for querying and manipulating user account
 information and an implementation of these interfaces,
 based on the useradd, usermod and userdel commands.
Homepage: http://cgit.freedesktop.org/accountsservice/
Original-Maintainer: Alessio Treglia <alessio@debian.org>

Package: mtr-tiny
Priority: optional
Section: net
Installed-Size: 123
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: mtr
Version: 0.85-2
Replaces: mtr
Depends: libc6 (>= 2.15), libncurses5 (>= 5.5-5~), libtinfo5
Conflicts: mtr, suidmanager (<< 0.50)
Size: 41702
Description: Full screen ncurses traceroute tool
 mtr combines the functionality of the 'traceroute' and 'ping' programs
 in a single network diagnostic tool.
 .
 As mtr starts, it investigates the network connection between the host
 mtr runs on and a user-specified destination host.  After it
 determines the address of each network hop between the machines,
 it sends a sequence ICMP ECHO requests to each one to determine the
 quality of the link to each machine.  As it does this, it prints
 running statistics about each machine.
 .
 mtr-tiny is compiled without support for X and conserves disk space.
Original-Maintainer: Robert Woodcock <rcw@debian.org>
Homepage: http://www.bitwizard.nl/mtr/

Package: libk5crypto3
Priority: standard
Section: libs
Installed-Size: 304
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: krb5
Version: 1.12+dfsg-2ubuntu5.4
Depends: libc6 (>= 2.14), libkrb5support0 (>= 1.12~alpha1+dfsg)
Pre-Depends: multiarch-support
Suggests: krb5-doc, krb5-user
Breaks: libgssapi-krb5-2 (<= 1.10+dfsg~alpha1), libkrb5-3 (<= 1.8~aa)
Conflicts: libkrb53
Size: 79442
Description: MIT Kerberos runtime libraries - Crypto Library
 Kerberos is a system for authenticating users and services on a network.
 Kerberos is a trusted third-party service.  That means that there is a
 third party (the Kerberos server) that is trusted by all the entities on
 the network (users and services, usually called "principals").
 .
 This is the MIT reference implementation of Kerberos V5.
 .
 This package contains the runtime cryptography libraries used by
 applications and Kerberos clients.
Homepage: http://web.mit.edu/kerberos/
Original-Maintainer: Sam Hartman <hartmans@debian.org>

Package: bc
Priority: standard
Section: math
Installed-Size: 240
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 1.06.95-8ubuntu1
Depends: libc6 (>= 2.14), libreadline6 (>= 6.0)
Size: 82176
Description: GNU bc arbitrary precision calculator language
 GNU bc is an interactive algebraic language with arbitrary precision which
 follows the POSIX 1003.2 draft standard, with several extensions including
 multi-character variable names, an `else' statement and full Boolean
 expressions.  GNU bc does not require the separate GNU dc program.
Homepage: http://ftp.gnu.org/gnu/bc/
Original-Maintainer: Ryan Kavanagh <rak@debian.org>

Package: python-configobj
Priority: optional
Section: python
Installed-Size: 1523
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: configobj
Version: 4.7.2+ds-5build1
Depends: python (>= 2.7), python (<< 2.8), python:any (>= 2.7.1-0ubuntu2)
Size: 174154
Description: simple but powerful config file reader and writer for Python
 ConfigObj is a simple but powerful config file reader and writer: an
 ini file round tripper. Its main feature is that it is very easy to
 use, with a straightforward programmer's interface and a simple
 syntax for config files. It has lots of other features, though:
 .
  * Nested sections (subsections), to any level
  * List values
  * Multiple line values
  * String interpolation (substitution)
  * Integrated with a powerful validation system
    + including automatic type checking/conversion
    + and allowing default values
    + repeated sections
  * All comments in the file are preserved
  * The order of keys/sections is preserved
  * Full Unicode support
  * Powerful unrepr mode for storing/retrieving Python data-types
Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Homepage: http://www.voidspace.org.uk/python/configobj.html

Package: libzzip-0-13
Priority: optional
Section: libs
Installed-Size: 114
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: zziplib
Version: 0.13.62-2ubuntu0.2
Depends: libc6 (>= 2.14), zlib1g (>= 1:1.1.4)
Pre-Depends: multiarch-support
Size: 26172
Description: library providing read access on ZIP-archives - library
 The zziplib library is intentionally lightweight, it offers the ability
 to easily extract data from files archived in a single zip file.
 Applications can bundle files into a single zip archive and access them.
 The implementation is based only on the (free) subset of compression
 with the zlib algorithm which is actually used by the zip/unzip tools.
 .
 This package contains the zziplib runtime library.
Homepage: http://zziplib.sourceforge.net
Original-Maintainer: Scott Howard <showard@debian.org>

Package: libestr0
Priority: extra
Section: libs
Installed-Size: 49
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: libestr
Version: 0.1.9-0ubuntu2
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Filename: pool/main/libe/libestr/libestr0_0.1.9-0ubuntu2_amd64.deb
Size: 7220
MD5sum: e3a6fe4fecafa0c5485a3c37e005ad97
Description: Helper functions for handling strings (lib)
 The 'libestr' library implements some helper functions to
 handle strings and easily, escaping special characters etc.
 .
 This package contains the shared library.
Homepage: http://libestr.sourceforge.net/
Original-Maintainer: Pierre Chifflier <pollux@debian.org>

Package: libnss3-nssdb
Priority: optional
Section: admin
Installed-Size: 117
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Source: nss
Version: 2:3.28.4-0ubuntu0.14.04.5
Depends: libnss3 (= 2:3.28.4-0ubuntu0.14.04.5)
Size: 10558
Description: Network Security Security libraries - shared databases
 This package includes shared certificate and key databases.
Homepage: http://www.mozilla.org/projects/security/pki/nss/
Original-Maintainer: Maintainers of Mozilla-related packages <pkg-mozilla-maintainers@lists.alioth.debian.org>

Package: netbase
Priority: important
Section: admin
Installed-Size: 66
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Version: 5.2
Depends: lsb-base (>= 3.0-6)
Recommends: ifupdown
Breaks: ifupdown (<< 0.7)
Conflicts: inetutils-inetd (<< 2:1.4.3+20060719-3), openbsd-inetd (<< 0.20050402-3)
Filename: pool/main/n/netbase/netbase_5.2_all.deb
Size: 12860
MD5sum: 6201c7666f13f087e75e34dba4c878a4
Description: Basic TCP/IP networking system
 This package provides the necessary infrastructure for basic TCP/IP based
 networking.
Original-Maintainer: Marco d'Itri <md@linux.it>

Package: libmagic1
Priority: standard
Section: libs
Installed-Size: 2766
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: file
Version: 1:5.14-2ubuntu3.4
Depends: libc6 (>= 2.15), zlib1g (>= 1:1.1.4)
Pre-Depends: multiarch-support
Suggests: file
Filename: pool/main/f/file/libmagic1_5.14-2ubuntu3_amd64.deb
Size: 185016
MD5sum: 6a8a7f3a7c6f64cc89797ab3f610974d
Description: File type determination library using "magic" numbers
 This library can be used to classify files according to magic number tests. It
 implements the core functionality of the file command.
Homepage: http://www.darwinsys.com/file/
Original-Maintainer: Luk Claes <luk@debian.org>

Package: libdrm2
Priority: optional
Section: libs
Installed-Size: 116
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libdrm
Version: 2.4.67-1ubuntu0.14.04.2
Depends: libc6 (>= 2.17)
Pre-Depends: multiarch-support
Filename: pool/main/libd/libdrm/libdrm2_2.4.52-1_amd64.deb
Size: 27216
MD5sum: 0602c3dcc9383410558e861c11106ae3
Description: Userspace interface to kernel DRM services -- runtime
 This library implements the userspace interface to the kernel DRM
 services.  DRM stands for "Direct Rendering Manager", which is the
 kernelspace portion of the "Direct Rendering Infrastructure" (DRI).
 The DRI is currently used on Linux to provide hardware-accelerated
 OpenGL drivers.
 .
 This package provides the runtime environment for libdrm.
Homepage: http://cgit.freedesktop.org/mesa/drm/
Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>

Package: libgcr-3-common
Priority: optional
Section: libs
Installed-Size: 189
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Source: gcr
Version: 3.10.1-1
Replaces: libgcr-3-0 (<< 3.2.2-1)
Breaks: libgcr-3-0 (<< 3.2.2-1)
Size: 8482
Description: Library for Crypto UI related tasks - common files
 GCR is a library for crypto UI and related tasks.
 .
 This package contains data files uses by the GCR library.
Original-Maintainer: Josselin Mouette <joss@debian.org>
Homepage: https://wiki.gnome.org/GnomeKeyring

Package: node-connect
Priority: extra
Section: web
Installed-Size: 202
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 1.7.3-1
Depends: nodejs, node-qs, node-mime
Size: 79758
Description: high performance middleware framework for NodeJS
 Connect is a middleware framework for node, shipping with bundled
 middlewares and a rich choice of 3rd-party middlewares.
 .
 It bundles:
  - basicAuth: basic http authentication
  - bodyParser: extensible request body parser
  - compiler: static asset compiler (sass, less, coffee-script, etc)
  - cookieParser: cookie parser
  - csrf: cross-site request forgery protection
  - directory: directory listing middleware
  - errorHandler: flexible error handler
  - favicon: efficient favicon server (with default icon)
  - limit: limit the bytesize of request bodies
  - logger: request logger with custom format support
  - methodOverride: faux HTTP method support
  - profiler: request profiler reporting response-time, memory usage, etc
  - query: automatic querystring parser, populating `req.query`
  - responseTime: calculates response-time and exposes via X-Response-Time
  - router: provides rich Sinatra / Express-like routing
  - session: session management support with bundled MemoryStore
  - static: streaming static file server supporting `Range` and more
  - staticCache: memory cache layer for the static() middleware
  - vhost: virtual host sub-domain mapping middleware
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Homepage: https://github.com/senchalabs/connect

Package: transfig
Priority: optional
Section: graphics
Installed-Size: 1147
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 1:3.2.5.e-1ubuntu1.1
Depends: libc6 (>= 2.14), libpng12-0 (>= 1.2.13-4), libxpm4, x11-common, gawk
Recommends: netpbm (>= 2:10.0-4), ghostscript
Suggests: xfig
Size: 587690
Description: Utilities for converting XFig figure files
 This package contains utilities (mainly fig2dev) to handle XFig
 (Facility for Interactive Generation of figures) files.
 .
 It can convert them to box, cgm, epic, eepic, eepicemu, emf, eps,
 gif, ibmgl, jpeg, latex, map (HTML image map), mf (MetaFont), mp
 (MetaPost), mmp (Multi-Meta-Post), pcx, pdf, pdftex, pdftex_t, pic,
 pictex, png, ppm, ps, pstex, pstex_t, ptk (Perl/tk), sld (AutoCad
 slide format), textyl, tiff, tk (Tcl/Tk), tpic, xbm and xpm.
Homepage: http://xfig.org/
Original-Maintainer: Roland Rosenfeld <roland@debian.org>

Package: libpython-stdlib
Priority: optional
Section: python
Installed-Size: 58
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: python-defaults
Version: 2.7.5-5ubuntu3
Depends: libpython2.7-stdlib (>= 2.7.5-1~)
Size: 7012
Description: interactive high-level object-oriented language (default python version)
 Python, the high-level, interactive object oriented language,
 includes an extensive class library with lots of goodies for
 network programming, system administration, sounds and graphics.
 .
 This package is a dependency package, which depends on Debian's default
 Python version (currently v2.7).
Homepage: http://www.python.org/
Original-Maintainer: Matthias Klose <doko@debian.org>

Package: whiptail
Priority: important
Section: utils
Installed-Size: 85
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: newt
Version: 0.52.15-2ubuntu5
Depends: libc6 (>= 2.14), libnewt0.52, libpopt0 (>= 1.14), libslang2 (>= 2.2.4)
Filename: pool/main/n/newt/whiptail_0.52.15-2ubuntu5_amd64.deb
Size: 15390
MD5sum: b1f24487e4e7d155b3f803ab50578979
Description: Displays user-friendly dialog boxes from shell scripts
 Whiptail is a "dialog" replacement using newt instead of ncurses. It
 provides a method of displaying several different types of dialog boxes
 from shell scripts. This allows a developer of a script to interact with
 the user in a much friendlier manner.
Homepage: https://fedorahosted.org/newt/
Original-Maintainer: Alastair McKinstry <mckinstry@debian.org>

Package: ntfs-3g
Priority: optional
Section: otherosfs
Installed-Size: 1438
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 1:2013.1.13AR.1-2ubuntu2
Provides: libntfs-3g841
Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.17), libfuse2 (>= 2.8.1), libgcrypt11 (>= 1.5.1), libgnutls26 (>= 2.12.17-0)
Pre-Depends: multiarch-support, fuse
Size: 420868
Description: read/write NTFS driver for FUSE
 NTFS-3G uses FUSE (Filesystem in Userspace) to provide support for the NTFS
 filesystem used by Microsoft Windows.
Homepage: http://www.tuxera.com/community/ntfs-3g-advanced/
Original-Maintainer: Daniel Baumann <mail@daniel-baumann.ch>

Package: libsepol1
Priority: required
Section: libs
Installed-Size: 322
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libsepol
Version: 2.2-1ubuntu0.1
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Filename: pool/main/libs/libsepol/libsepol1_2.2-1_amd64.deb
Size: 107004
MD5sum: fafc553941955455f2ba205501383c10
Description: SELinux library for manipulating binary security policies
 Security-enhanced Linux is a patch of the Linux kernel and a number
 of utilities with enhanced security functionality designed to add
 mandatory access controls to Linux.  The Security-enhanced Linux
 kernel contains new architectural components originally developed to
 improve the security of the Flask operating system. These
 architectural components provide general support for the enforcement
 of many kinds of mandatory access control policies, including those
 based on the concepts of Type Enforcement®, Role-based Access
 Control, and Multi-level Security.
 .
 libsepol provides an API for the manipulation of SELinux binary policies.
 It is used by checkpolicy (the policy compiler) and similar tools, as well
 as by programs like load_policy that need to perform specific transformations
 on binary policies such as customizing policy boolean settings.
Original-Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
Homepage: http://userspace.selinuxproject.org/

Package: libwpd-0.9-9
Priority: optional
Section: libs
Installed-Size: 991
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: libwpd
Version: 0.9.9-1
Replaces: libwpd0, libwpd2, libwpd3, libwpd4, libwpd5, libwpd6, libwpd8
Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.6), zlib1g (>= 1:1.1.4)
Conflicts: libwpd0, libwpd2, libwpd3, libwpd4, libwpd5, libwpd6, libwpd8
Size: 318648
Description: Library for handling WordPerfect documents (shared library)
 libwpd is a library for reading and writing WordPerfect(TM) documents.
 Importing from WordPerfect 4/5/6/7/8/9/10/11 and WordPerfect for Macintosh
 1.x/2.x/3.5e files are supported.  libwpd has complete support for the
 entire set of WordPerfect extended characters, too.
 .
 This package contains the shared library.
Original-Maintainer: Rene Engelhard <rene@debian.org>

Package: libaspell15
Priority: optional
Section: libs
Installed-Size: 2263
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: aspell
Version: 0.60.7~20110707-1ubuntu1
Depends: libc6 (>= 2.14), libstdc++6 (>= 4.6)
Recommends: aspell-en | aspell-dictionary | aspell6a-dictionary
Suggests: aspell
Breaks: aspell-bin (<< 0.60.3-2)
Conflicts: aspell6-dictionary
Size: 334942
Description: GNU Aspell spell-checker runtime library
 These are the runtime parts of the Aspell and pspell spell-checking
 toolkits, needed by applications that use the toolkits at runtime.
 .
 For a standalone spell-checker, install aspell as well.
Original-Maintainer: Brian Nelson <pyro@debian.org>
Homepage: http://aspell.net/

Package: dmidecode
Priority: important
Section: utils
Installed-Size: 191
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 2.12-2
Depends: libc6 (>= 2.4)
Size: 45904
Description: SMBIOS/DMI table decoder
 Dmidecode reports information about the system's hardware as described in the
 system BIOS according to the SMBIOS/DMI standard.
 .
 This information typically includes system manufacturer, model name, serial
 number, BIOS version, asset tag as well as a lot of other details of varying
 level of interest and reliability depending on the manufacturer. This will
 often include usage status for the CPU sockets, expansion slots (e.g. AGP, PCI,
 ISA) and memory module slots, and the list of I/O ports (e.g. serial, parallel,
 USB).
 .
 Beware that DMI data have proven to be too unreliable to be blindly trusted.
 Dmidecode does not scan the hardware, it only reports what the BIOS told it to.
Original-Maintainer: Luk Claes <luk@debian.org>
Homepage: http://dmidecode.nongnu.org/

Package: libgtkmm-2.4-1c2a
Priority: optional
Section: libs
Installed-Size: 4796
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: gtkmm2.4
Version: 1:2.24.4-1ubuntu1
Depends: libatkmm-1.6-1 (>= 2.22.1), libc6 (>= 2.14), libcairomm-1.0-1 (>= 1.6.4), libgcc1 (>= 1:4.1.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.24.0), libglibmm-2.4-1c2a (>= 2.36.2), libgtk2.0-0 (>= 2.24.0), libpangomm-1.4-1 (>= 2.27.1), libsigc++-2.0-0c2a (>= 2.0.2), libstdc++6 (>= 4.6)
Pre-Depends: multiarch-support
Size: 655370
Description: C++ wrappers for GTK+ (shared libraries)
 Gtkmm is a C++ interface for the popular GUI library GTK+, with API version
 2.4.  Gtkmm provides a convenient interface for C++ programmers to create
 graphical user interfaces with GTK+'s flexible OO framework. Highlights
 include type safe callbacks, widgets extensible using inheritance and over 180
 classes that can be freely combined to quickly create complex user interfaces.
 .
 This package contains shared libraries.
Homepage: http://www.gtkmm.org/
Original-Maintainer: Deng Xiyue <manphiz-guest@users.alioth.debian.org>

Package: libwayland-egl1-mesa-lts-utopic
Priority: optional
Section: libs
Installed-Size: 92
Maintainer: Ubuntu X-SWAT <ubuntu-x@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: mesa-lts-utopic
Version: 10.3.2-0ubuntu1~trusty2
Replaces: libegl1-mesa-drivers-lts-utopic (<< 10.1.0-2), libwayland-egl1, libwayland-egl1-mesa
Provides: libwayland-egl1, libwayland-egl1-mesa, xorg-renamed-package, xorg-renamed-package-lts-utopic
Depends: libc6 (>= 2.2.5), libegl1-mesa-lts-utopic (= 10.3.2-0ubuntu1~trusty2)
Pre-Depends: multiarch-support
Recommends: libegl1-mesa-drivers-lts-utopic
Breaks: libegl1-mesa-drivers-lts-utopic (<< 10.1.0-2)
Conflicts: libwayland-egl1, libwayland-egl1-mesa
Size: 6576
Description: implementation of the Wayland EGL platform -- runtime
 This package contains the mesa implementation of the Wayland EGL platform
Homepage: http://mesa3d.sourceforge.net/
Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>

Package: apt-transport-https
Priority: optional
Section: admin
Installed-Size: 234
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: apt
Version: 1.0.1ubuntu2.24
Depends: libapt-pkg4.12 (>= 0.8.16~exp9), libc6 (>= 2.14), libcurl3-gnutls (>= 7.16.2), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0)
Size: 25748
Description: https download transport for APT
 This package enables the usage of 'deb https://foo distro main' lines
 in the /etc/apt/sources.list so that all package managers using the
 libapt-pkg library can access metadata and packages available in sources
 accessible over https (Hypertext Transfer Protocol Secure).
 .
 This transport supports server as well as client authentication
 with certificates.
Original-Maintainer: APT Development Team <deity@lists.debian.org>

Package: libpam-modules
Priority: required
Section: admin
Installed-Size: 840
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: pam
Version: 1.1.8-1ubuntu2.2
Replaces: libpam-umask, libpam0g-util
Provides: libpam-mkhomedir, libpam-motd, libpam-umask
Pre-Depends: libaudit1 (>= 1:2.2.1), libc6 (>= 2.15), libdb5.3, libpam0g (>= 1.1.3-2), libselinux1 (>= 2.1.9), debconf (>= 0.5) | debconf-2.0, libpam-modules-bin (= 1.1.8-1ubuntu2.2)
Conflicts: libpam-mkhomedir, libpam-motd, libpam-umask
Filename: pool/main/p/pam/libpam-modules_1.1.8-1ubuntu2_amd64.deb
Size: 234422
MD5sum: f2b73749f1b48f8d33a9af9e2a68a3c9
Description: Pluggable Authentication Modules for PAM
 This package completes the set of modules for PAM. It includes the
  pam_unix.so module as well as some specialty modules.
Homepage: http://pam.sourceforge.net/
Original-Maintainer: Steve Langasek <vorlon@debian.org>

Package: tzdata
Priority: required
Section: libs
Installed-Size: 1546
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Version: 2019a-0ubuntu0.14.04
Replaces: libc0.1, libc0.3, libc6, libc6.1
Provides: tzdata-jessie
Depends: debconf (>= 0.5) | debconf-2.0
Filename: pool/main/t/tzdata/tzdata_2014b-1_all.deb
Size: 166592
MD5sum: c9ad8a92ad5261a6dec660353ca9902a
Description: time zone and daylight-saving time data
 This package contains data required for the implementation of
 standard local time for many representative locations around the
 globe. It is updated periodically to reflect changes made by
 political bodies to time zone boundaries, UTC offsets, and
 daylight-saving rules.
Homepage: http://www.iana.org/time-zones
Original-Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>

Package: libtsan0
Priority: optional
Section: libs
Installed-Size: 323
Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: gcc-4.8
Version: 4.8.4-2ubuntu1~14.04.4
Depends: gcc-4.8-base (= 4.8.4-2ubuntu1~14.04.4), libc6 (>= 2.4), libgcc1 (>= 1:4.1.1)
Pre-Depends: multiarch-support
Size: 94756
Description: ThreadSanitizer -- a Valgrind-based detector of data races (runtime)
 ThreadSanitizer (Tsan) is a data race detector for C/C++ programs.
 The Linux and Mac versions are based on Valgrind.
Homepage: http://gcc.gnu.org/
Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>

Package: libavahi-glib1
Priority: optional
Section: libs
Installed-Size: 83
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: avahi
Version: 0.6.31-4ubuntu1.3
Depends: libavahi-common3 (>= 0.6.16), libc6 (>= 2.2.5), libglib2.0-0 (>= 2.16.0)
Pre-Depends: multiarch-support
Size: 7792
Description: Avahi GLib integration library
 Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
 It allows programs to publish and discover services and hosts
 running on a local network with no specific configuration. For
 example you can plug into a network and instantly find printers to
 print to, files to look at and people to talk to.
 .
 This library contains the interface to integrate the Avahi libraries
 into a GLib main loop application, including GTK+ applications.
Homepage: http://avahi.org/
Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>

Package: libudev1
Priority: important
Section: libs
Installed-Size: 135
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: systemd
Version: 204-5ubuntu20.31
Depends: libc6 (>= 2.17), libcgmanager0, libdbus-1-3 (>= 1.0.2), libnih-dbus1 (>= 1.0.0), libnih1 (>= 1.0.0)
Pre-Depends: multiarch-support
Filename: pool/main/s/systemd/libudev1_204-5ubuntu20_amd64.deb
Size: 34146
MD5sum: e921c0a7e4c524efccc92e9c20623a23
Description: libudev shared library
 This library provides access to udev device information.
Homepage: http://www.freedesktop.org/wiki/Software/systemd
Original-Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>

Package: python
Priority: standard
Section: python
Installed-Size: 671
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: allowed
Source: python-defaults
Version: 2.7.5-5ubuntu3
Replaces: python-dev (<< 2.6.5-2)
Provides: python-ctypes, python-email, python-importlib, python-profiler, python-wsgiref
Depends: python2.7 (>= 2.7.5-1~), python-minimal (= 2.7.5-5ubuntu3), libpython-stdlib (= 2.7.5-5ubuntu3)
Suggests: python-doc (= 2.7.5-5ubuntu3), python-tk (>= 2.7.5-1~)
Breaks: python-bz2 (<< 1.1-8), python-csv (<< 1.0-4), python-email (<< 2.5.5-3), update-manager-core (<< 0.200.5-2)
Conflicts: python-central (<< 0.5.5)
Size: 133698
Description: interactive high-level object-oriented language (default version)
 Python, the high-level, interactive object oriented language,
 includes an extensive class library with lots of goodies for
 network programming, system administration, sounds and graphics.
 .
 This package is a dependency package, which depends on Debian's default
 Python version (currently v2.7).
Homepage: http://www.python.org/
Original-Maintainer: Matthias Klose <doko@debian.org>

Package: apache2-bin
Priority: optional
Section: httpd
Installed-Size: 3324
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: apache2
Version: 2.4.7-1ubuntu4.22
Replaces: apache2-mpm-event (<< 2.3~), apache2-mpm-itk (<< 2.3~), apache2-mpm-prefork (<< 2.3~), apache2-mpm-worker (<< 2.3~), apache2.2-bin (<< 2.3~), apache2.2-common, libapache2-mod-macro (<< 1:2.4.6-1~), libapache2-mod-proxy-html (<< 1:2.4.4-2~)
Provides: apache2-api-20120211, httpd, httpd-cgi
Depends: libapr1 (>= 1.5.0), libaprutil1 (>= 1.5.0), libaprutil1-dbd-sqlite3 | libaprutil1-dbd-mysql | libaprutil1-dbd-odbc | libaprutil1-dbd-pgsql | libaprutil1-dbd-freetds, libaprutil1-ldap, libc6 (>= 2.14), libldap-2.4-2 (>= 2.4.7), libpcre3, libssl1.0.0 (>= 1.0.1), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4), perl
Suggests: www-browser, apache2-doc, apache2-suexec-pristine | apache2-suexec-custom
Breaks: libapache2-mod-macro (<< 1:2.4.6-1~), libapache2-mod-proxy-html (<< 1:2.4.4-2~)
Conflicts: apache2.2-bin (<< 2.3~), apache2.2-common
Size: 844734
Description: Apache HTTP Server (binary files and modules)
 The Apache Software Foundation's goal is to build a secure, efficient and
 extensible HTTP server as standards-compliant open source software. The
 result has long been the number one web server on the Internet.
 .
 This package contains the binaries only and does not set up a working
 web-server instance. Install the "apache2" package to get a fully working
 instance. Do not install this package unless you want to set-up the Apache
 HTTP server entirely on your own.
Homepage: http://httpd.apache.org/
Original-Maintainer: Debian Apache Maintainers <debian-apache@lists.debian.org>

Package: libbz2-dev
Priority: optional
Section: libdevel
Installed-Size: 114
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: bzip2
Version: 1.0.6-5
Replaces: bzip2 (<< 0.9.5d-3)
Depends: libbz2-1.0 (= 1.0.6-5), libc6-dev | libc-dev
Size: 33160
Description: high-quality block-sorting file compressor library - development
 Static libraries and include files for the bzip2 compressor library.
 .
 bzip2 is a freely available, patent free, high-quality data compressor.
 It typically compresses files to within 10% to 15% of the best available
 techniques, whilst being around twice as fast at compression and six
 times faster at decompression.
 .
 bzip2 compresses files using the Burrows-Wheeler block-sorting text
 compression algorithm, and Huffman coding.  Compression is generally
 considerably better than that achieved by more conventional
 LZ77/LZ78-based compressors, and approaches the performance of the PPM
 family of statistical compressors.
 .
 The archive file format of bzip2 (.bz2) is incompatible with that of its
 predecessor, bzip (.bz).
Original-Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
Homepage: http://www.bzip.org/

Package: gettext
Priority: optional
Section: devel
Installed-Size: 3436
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 0.18.3.1-1ubuntu3.1
Depends: libc6 (>= 2.17), libcroco3 (>= 0.6.2), libgomp1 (>= 4.2.1), libtinfo5, libunistring0, libxml2 (>= 2.7.4), gettext-base, dpkg (>= 1.15.4) | install-info
Recommends: curl | wget | lynx-cur, libasprintf-dev, libgettextpo-dev
Suggests: gettext-doc
Breaks: autopoint (<= 0.17-11)
Size: 828944
Description: GNU Internationalization utilities
 Interesting for authors or maintainers of other packages or programs
 which they want to see internationalized.
Homepage: http://www.gnu.org/software/gettext/
Original-Maintainer: Santiago Vila <sanvila@debian.org>

Package: ncftp
Priority: optional
Section: net
Installed-Size: 1257
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 2:3.2.5-1.1
Depends: libc6 (>= 2.15), libncurses5 (>= 5.5-5~), libtinfo5
Size: 588700
Description: User-friendly and well-featured FTP client
 Ncftp allows a user to transfer files to and from a remote network
 site, and offers additional features that are not found in the standard
 interface, ftp. This version has Readline support enabled.
Original-Maintainer: Noèl Köthe <noel@debian.org>
Homepage: http://www.ncftpd.com/ncftp/

Package: libfontconfig1
Priority: optional
Section: libs
Installed-Size: 498
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: fontconfig
Version: 2.11.0-0ubuntu4.2
Provides: libfontconfig
Depends: fontconfig-config (= 2.11.0-0ubuntu4.2), libc6 (>= 2.14), libexpat1 (>= 2.0.1), libfreetype6 (>= 2.2.1)
Pre-Depends: multiarch-support
Size: 123368
Description: generic font configuration library - runtime
 Fontconfig is a font configuration and customization library, which
 does not depend on the X Window System. It is designed to locate
 fonts within the system and select them according to requirements
 specified by applications.
 .
 This package contains the runtime library needed to launch applications
 using fontconfig.
Original-Maintainer: Keith Packard <keithp@debian.org>

Package: ifupdown
Priority: important
Section: admin
Installed-Size: 238
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 0.7.47.2ubuntu4.5
Replaces: netbase (<< 5.0)
Depends: iproute2, libc6 (>= 2.14), sysv-rc (>= 2.88dsf-24) | file-rc (>= 0.8.16), lsb-base (>= 4.1+Debian3), initscripts (>= 2.88dsf-25), adduser
Recommends: isc-dhcp-client | dhcp-client
Suggests: ppp, rdnssd, net-tools
Breaks: dhcp3-client (<< 4.0), netbase (<< 5.0)
Filename: pool/main/i/ifupdown/ifupdown_0.7.47.2ubuntu4_amd64.deb
Size: 53290
MD5sum: 2740f5c1db153a07c51bf8a36509ab52
Description: high level tools to configure network interfaces
 This package provides the tools ifup and ifdown which may be used to
 configure (or, respectively, deconfigure) network interfaces based on
 interface definitions in the file /etc/network/interfaces.
Original-Maintainer: Andrew Shadura <andrewsh@debian.org>

Package: libsemanage1
Priority: optional
Section: libs
Installed-Size: 263
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libsemanage
Version: 2.2-1
Depends: libsemanage-common (= 2.2-1), libaudit1 (>= 1:2.2.1), libbz2-1.0, libc6 (>= 2.14), libselinux1 (>= 2.1.12), libsepol1 (>= 2.1.4), libustr-1.0-1 (>= 1.0.4)
Pre-Depends: multiarch-support
Filename: pool/main/libs/libsemanage/libsemanage1_2.2-1_amd64.deb
Size: 85608
MD5sum: 82e8a067059e0d2fa9dfaf1fba025ef2
Description: SELinux policy management library
 This package provides the shared libraries for SELinux policy management.
 It uses libsepol for binary policy manipulation and libselinux for
 interacting with the SELinux system.  It also exec's helper programs
 for loading policy and for checking whether the file_contexts
 configuration is valid (load_policy and setfiles from
 policycoreutils) presently, although this may change at least for the
 bootstrapping case
 .
 Security-enhanced Linux is a patch of the Linux kernel and a
 number of utilities with enhanced security functionality designed to
 add mandatory access controls to Linux.  The Security-enhanced Linux
 kernel contains new architectural components originally developed to
 improve the security of the Flask operating system. These
 architectural components provide general support for the enforcement
 of many kinds of mandatory access control policies, including those
 based on the concepts of Type Enforcement, Role-based Access
 Control, and Multi-level Security.
Original-Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
Homepage: http://userspace.selinuxproject.org/

Package: systemd-services
Priority: optional
Section: admin
Installed-Size: 956
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Source: systemd
Version: 204-5ubuntu20.31
Replaces: logind, systemd (<< 198-1), ubuntu-system-service
Provides: logind
Depends: libacl1 (>= 2.2.51-8), libc6 (>= 2.17), libcap2 (>= 2.10), libcgmanager0, libdbus-1-3 (>= 1.1.1), libnih-dbus1 (>= 1.0.0), libnih1 (>= 1.0.0), libselinux1 (>= 2.0.65), libsystemd-daemon0 (= 204-5ubuntu20.31), libudev1 (>= 183), udev (>= 175-0ubuntu23), dbus, systemd-shim (>= 3)
Suggests: cgmanager
Breaks: systemd (<< 198-1)
Conflicts: logind
Size: 196784
Description: systemd runtime services
 This package contains the logind and D-BUS services (localed, hostname,
 timedated) from systemd.
Homepage: http://www.freedesktop.org/wiki/Software/systemd
Original-Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>

Package: libasound2-data
Priority: optional
Section: libs
Installed-Size: 338
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Source: alsa-lib
Version: 1.0.27.2-3ubuntu7
Replaces: libasound2 (<< 1.0.27-4)
Suggests: alsa-utils
Breaks: libasound2 (<< 1.0.27-4)
Size: 26264
Description: Configuration files and profiles for ALSA drivers
 This package contains configuration files for ALSA drivers and UCM
 profiles for use with alsaucm.
 .
 ALSA is the Advanced Linux Sound Architecture.
Homepage: http://www.alsa-project.org/
Original-Maintainer: Debian ALSA Maintainers <pkg-alsa-devel@lists.alioth.debian.org>

Package: grub-pc-bin
Priority: optional
Section: admin
Installed-Size: 2796
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Source: grub2
Version: 2.02~beta2-9ubuntu1.17
Replaces: grub-common (<= 1.97~beta2-1), grub-pc (<< 1.99-1), grub2 (<< 2.02~beta2-9ubuntu1.17)
Depends: libc6 (>= 2.7), libdevmapper1.02.1 (>= 2:1.02.36), grub-common (= 2.02~beta2-9ubuntu1.17)
Suggests: desktop-base (>= 4.0.6)
Size: 882984
Description: GRand Unified Bootloader, version 2 (PC/BIOS binaries)
 GRUB is a portable, powerful bootloader.  This version of GRUB is based on a
 cleaner design than its predecessors, and provides the following new features:
 .
  - Scripting in grub.cfg using BASH-like syntax.
  - Support for modern partition maps such as GPT.
  - Modular generation of grub.cfg via update-grub.  Packages providing GRUB
    add-ons can plug in their own script rules and trigger updates by invoking
    update-grub.
  - VESA-based graphical mode with background image support and complete 24-bit
    color set.
  - Support for extended charsets.  Users can write UTF-8 text to their menu
    entries.
 .
 This package contains a version of GRUB that has been built for use with
 traditional PC/BIOS architecture.  It will not automatically install GRUB
 as the active boot loader, nor will it automatically update grub.cfg on
 upgrade, so most people should install grub-pc instead.
Homepage: http://www.gnu.org/software/grub/
Original-Maintainer: GRUB Maintainers <pkg-grub-devel@lists.alioth.debian.org>

Package: libaprutil1-dbd-sqlite3
Priority: optional
Section: libs
Installed-Size: 70
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: apr-util
Version: 1.5.3-1
Depends: libaprutil1 (= 1.5.3-1), libc6 (>= 2.2.5), libsqlite3-0 (>= 3.5.9)
Size: 10538
Description: Apache Portable Runtime Utility Library - SQLite3 Driver
 APR is Apache's Portable Runtime Library, designed to be a support library
 that provides a predictable and consistent interface to underlying
 platform-specific implementations.
 .
 APR Util is a utilities library implemented on top of apr, providing database
 access, xml parsing, and other useful functionality.
 .
 This package contains the SQLite3 database driver.
Original-Maintainer: Debian Apache Maintainers <debian-apache@lists.debian.org>
Homepage: http://apr.apache.org/

Package: libxext6
Priority: optional
Section: libs
Installed-Size: 121
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libxext
Version: 2:1.3.2-1ubuntu0.0.14.04.1
Depends: libc6 (>= 2.14), libx11-6 (>= 2:1.6.0)
Pre-Depends: multiarch-support
Size: 28786
Description: X11 miscellaneous extension library
 libXext provides an X Window System client interface to several extensions to
 the X protocol.
 .
 The supported protocol extensions are:
  - DOUBLE-BUFFER (DBE), the Double Buffer extension;
  - DPMS, the VESA Display Power Management System extension;
  - Extended-Visual-Information (EVI), an extension for gathering extra
    information about the X server's visuals;
  - LBX, the Low Bandwidth X extension;
  - MIT-SHM, the MIT X client/server shared memory extension;
  - MIT-SUNDRY-NONSTANDARD, a miscellaneous extension by MIT;
  - Multi-Buffering, the multi-buffering and stereo display extension;
  - SECURITY, the X security extension;
  - SHAPE, the non-rectangular shaped window extension;
  - SYNC, the X synchronization extension;
  - TOG-CUP, the Open Group's Colormap Utilization extension;
  - XC-APPGROUP, the X Consortium's Application Group extension;
  - XC-MISC, the X Consortium's resource ID querying extension;
  - XTEST, the X test extension (this is one of two client-side
    implementations; the other is in the libXtst library, provided by the
    libxtst6 package);
 .
 libXext also provides a small set of utility functions to aid authors of
 client APIs for X protocol extensions.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libXext
Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>

Package: libpython3.5-minimal
Priority: optional
Section: python
Installed-Size: 3673
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: python3.5
Version: 3.5.2-2ubuntu0~16.04.4~14.04.1
Depends: libc6 (>= 2.14), libssl1.0.0 (>= 1.0.1)
Recommends: libpython3.5-stdlib
Conflicts: binfmt-support (<< 1.1.2)
Size: 519706
Description: Minimal subset of the Python language (version 3.5)
 This package contains some essential modules. It is normally not
 used on it's own, but as a dependency of python3.5-minimal.
Original-Maintainer: Matthias Klose <doko@debian.org>

Package: linux-image-extra-3.13.0-35-generic
Priority: optional
Section: kernel
Installed-Size: 148328
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: amd64
Source: linux
Version: 3.13.0-35.62
Depends: linux-image-3.13.0-35-generic, crda (>= 1.1.1-1ubuntu2) | wireless-crda
Size: 36768422
Description: Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
 This package contains the Linux kernel extra modules for version 3.13.0 on
 64 bit x86 SMP.
 .
 Also includes the corresponding System.map file, the modules built by the
 packager, and scripts that try to ensure that the system is not left in an
 unbootable state after an update.
 .
 Supports Generic processors.
 .
 Geared toward desktop and server systems.
 .
 You likely do not want to install this package directly. Instead, install
 the linux-generic meta-package, which will ensure that upgrades work
 correctly, and that supporting packages are also installed.

Package: libusb-1.0-0
Priority: optional
Section: libs
Installed-Size: 137
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libusbx
Version: 2:1.0.17-1ubuntu2
Depends: libc6 (>= 2.17), libudev1 (>= 183)
Pre-Depends: multiarch-support
Size: 39594
Description: userspace USB programming library
 Library for programming USB applications without the knowledge
 of Linux kernel internals.
 .
 This package contains what you need to run programs that use this
 library.
Homepage: http://www.linux-usb.org/
Original-Maintainer: Aurelien Jarno <aurel32@debian.org>

Package: libogg0
Priority: optional
Section: libs
Installed-Size: 76
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libogg
Version: 1.3.1-1ubuntu1
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Size: 17036
Description: Ogg bitstream library
 Libogg is a library for manipulating ogg bitstreams.  It handles
 both making ogg bitstreams and getting packets from ogg bitstreams.
Homepage: http://xiph.org/ogg/
Original-Maintainer: Ron Lee <ron@debian.org>

Package: libdpkg-perl
Priority: optional
Section: perl
Installed-Size: 1520
Origin: debian
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Bugs: debbugs://bugs.debian.org
Architecture: all
Multi-Arch: foreign
Source: dpkg
Version: 1.17.5ubuntu5.8
Replaces: dpkg (<< 1.15.8), dpkg-dev (<< 1.15.6)
Depends: dpkg (>= 1.15.8), perl, libtimedate-perl
Recommends: libfile-fcntllock-perl, bzip2, xz-utils
Suggests: debian-keyring, gnupg | gnupg2, gpgv | gpgv2, gcc | c-compiler, binutils, patch
Breaks: dpkg-dev (<< 1.15.6)
Size: 178932
Description: Dpkg perl modules
 This package provides the perl modules used by the scripts
 in dpkg-dev. They cover a wide range of functionality. Among them
 there are the following public modules:
 .
  - Dpkg::BuildFlags: set, modify and query compilation build flags
  - Dpkg::BuildOptions: parse and manipulate DEB_BUILD_OPTIONS
  - Dpkg::Changelog: parse Debian changelogs
  - Dpkg::Checksums: generate and parse checksums
  - Dpkg::Compression::Process: wrapper around compression tools
  - Dpkg::Compression::FileHandle: transparently (de)compress files
  - Dpkg::Conf: parse dpkg configuration files
  - Dpkg::Control: parse and manipulate Debian control information
    (.dsc, .changes, Packages/Sources entries, etc.)
  - Dpkg::Deps: parse and manipulate dependencies
  - Dpkg::Gettext: wrapper around Locale::gettext
  - Dpkg::IPC: spawn sub-processes and feed/retrieve data
  - Dpkg::Index: collections of Dpkg::Control (Packages/Sources files for
    example)
  - Dpkg::Path: common path handling functions
  - Dpkg::Source::Package: extract Debian source packages
  - Dpkg::Substvars: substitute variables in strings
  - Dpkg::Vendor: identify current distribution vendor
  - Dpkg::Version: parse and manipulate Debian package versions
 .
 All the packages listed in Suggests or Recommends are used by some of the
 modules.
Homepage: https://wiki.debian.org/Teams/Dpkg
Original-Maintainer: Dpkg Developers <debian-dpkg@lists.debian.org>

Package: hunspell-en-us
Priority: optional
Section: text
Installed-Size: 726
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 20070829-4ubuntu3
Replaces: myspell-en-us, openoffice.org-spellcheck-en-us
Provides: hunspell-dictionary, hunspell-dictionary-en
Depends: dictionaries-common (>= 0.10)
Suggests: hunspell, openoffice.org-hunspell | openoffice.org-core (>= 2.0.2)
Conflicts: firefox (<< 2.0.0.3-2), iceape-browser (<< 1.1.1-2), icedove (<< 2.0.0.0-4), iceweasel (<< 2.0.0.3-2), libxul0d (= 1.8.0.11-3), mozilla-browser (<< 1.8+1.1.1-2), myspell-en-us, openoffice.org (<= 1.0.3-2), openoffice.org-core (<< 2.1~m190-1), thunderbird (<< 2.0.0.1+0dfsg-0)
Size: 248460
Description: English_american dictionary for hunspell
 This is the English_american dictionary for use with the hunspell spellchecker
Original-Maintainer: Rene Engelhard <rene@debian.org>

Package: python3-newt
Priority: optional
Section: python
Installed-Size: 124
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: newt
Version: 0.52.15-2ubuntu5
Provides: python3.4-newt
Depends: libnewt0.52 (= 0.52.15-2ubuntu5), python3 (>= 3.4~), python3 (<< 3.5), libc6 (>= 2.4)
Size: 18440
Description: NEWT module for Python3
 This module allows you to build a text UI for your Python3 scripts
 using newt.
Homepage: https://fedorahosted.org/newt/
Original-Maintainer: Alastair McKinstry <mckinstry@debian.org>

Package: node-form-data
Priority: extra
Section: web
Installed-Size: 50
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 0.1.0-1
Depends: nodejs, node-combined-stream, node-mime, node-async
Size: 6412
Description: Create multipart/form-data streams module for Node.js
 node-form-data can be used to submit forms and file uploads to other
 web applications.
 .
 The API of this module is inspired by the w3c XMLHttpRequest
 specification.
 .
 Node.js is an event-based server-side javascript engine.
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Homepage: https://github.com/felixge/node-form-data

Package: liblzo2-2
Priority: optional
Section: libs
Installed-Size: 176
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: lzo2
Version: 2.06-1.2ubuntu1.1
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Size: 46110
Description: data compression library
 LZO is a portable, lossless data compression library.
 It offers pretty fast compression and very fast decompression.
 Decompression requires no memory.  In addition there are slower
 compression levels achieving a quite competitive compression ratio
 while still decompressing at this very high speed.
Homepage: http://www.oberhumer.com/opensource/lzo/
Original-Maintainer: Peter Eisentraut <petere@debian.org>

Package: libxrender1
Priority: optional
Section: libs
Installed-Size: 79
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libxrender
Version: 1:0.9.8-1build0.14.04.1
Depends: libc6 (>= 2.14), libx11-6 (>= 2:1.6.0)
Pre-Depends: multiarch-support
Size: 17878
Description: X Rendering Extension client library
 The X Rendering Extension (Render) introduces digital image composition as
 the foundation of a new rendering model within the X Window System.
 Rendering geometric figures is accomplished by client-side tessellation into
 either triangles or trapezoids.  Text is drawn by loading glyphs into the
 server and rendering sets of them.  The Xrender library exposes this
 extension to X clients.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libXrender
Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>

Package: mountall
Priority: required
Section: admin
Installed-Size: 262
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 2.53ubuntu1
Replaces: upstart (<< 0.6.3-2)
Depends: makedev, udev, plymouth, coreutils (>= 7.1), libc6 (>= 2.9), libdbus-1-3 (>= 1.2.16), libnih-dbus1 (>= 1.0.0), libnih1 (>= 1.0.0), libplymouth2 (>= 0.8.1-3), libudev1 (>= 183)
Pre-Depends: dpkg (>= 1.15.7.2)
Breaks: initscripts (<< 2.88dsf-24), policycoreutils (<< 2.0.69-2ubuntu4), usplash (<< 0.5.47)
Filename: pool/main/m/mountall/mountall_2.53_amd64.deb
Size: 55624
MD5sum: f054a5a0f1dbcbc1d33dee4693360936
Description: filesystem mounting tool
 mountall mounts filesystems when the underlying block devices are
 ready, or when network interfaces come up, checking the filesystems
 first.
Original-Maintainer: Steve Langasek <vorlon@debian.org>

Package: libpython3.4
Priority: optional
Section: libs
Installed-Size: 4289
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: python3.4
Version: 3.4.3-1ubuntu1~14.04.7
Depends: libpython3.4-stdlib (= 3.4.3-1ubuntu1~14.04.7), libc6 (>= 2.17), libexpat1 (>= 2.1~beta3), zlib1g (>= 1:1.2.0)
Pre-Depends: multiarch-support
Size: 1303460
Description: Shared Python runtime library (version 3.4)
 Python is a high-level, interactive, object-oriented language. Its 3.4 version
 includes an extensive class library with lots of goodies for
 network programming, system administration, sounds and graphics.
 .
 This package contains the shared runtime library, normally not needed
 for programs using the statically linked interpreter.
Original-Maintainer: Matthias Klose <doko@debian.org>

Package: python-colorama-whl
Priority: optional
Section: python
Installed-Size: 47
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: python-colorama
Version: 0.2.5-0.1ubuntu2
Size: 18212
Description: Cross-platform colored terminal text in Python - Wheels
 Python-colorama provides a simple cross-platform API to print colored terminal
 text from Python applications.
 .
 ANSI escape character sequences are commonly used to produce colored terminal
 text on Unix. Colorama provides some shortcuts to generate these sequences.
 .
 This has the happy side-effect that existing applications or libraries which
 already use ANSI sequences to produce colored output on Linux.
 .
 This package provides the universal wheels.
Original-Maintainer: Khalid El Fathi <khalid@elfathi.fr>
Homepage: http://pypi.python.org/pypi/colorama/

Package: kmod
Priority: important
Section: admin
Installed-Size: 282
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 15-0ubuntu7
Replaces: module-init-tools (<< 4)
Depends: libc6 (>= 2.17), libkmod2, sysv-rc (>= 2.88dsf-24) | file-rc (>= 0.8.16), lsb-base (>= 3.0-6)
Breaks: module-init-tools (<< 4)
Filename: pool/main/k/kmod/kmod_15-0ubuntu6_amd64.deb
Size: 84858
MD5sum: cd9d6022b4c6b8aef1cfffacb3f1c437
Description: tools for managing Linux kernel modules
 This package contains a set of programs for loading, inserting, and
 removing kernel modules for Linux.
 It replaces module-init-tools.
Original-Maintainer: Marco d'Itri <md@linux.it>

Package: liblua5.2-0
Priority: optional
Section: libs
Installed-Size: 230
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: lua5.2
Version: 5.2.3-1
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Size: 80482
Description: Shared library for the Lua interpreter version 5.2
 Lua is a powerful, light-weight programming language designed for extending
 applications.  The language engine is accessible as a library, having a C
 API which allows the application to exchange data with Lua programs and also
 to extend Lua with C functions.  Lua is also used as a general-purpose,
 stand-alone language through the simple command line interpreter provided.
 .
 This package contains runtime libraries.  You shouldn't need to install it
 explicitly.
Original-Maintainer: Enrico Tassi <gareuselesinge@debian.org>
Homepage: http://www.lua.org

Package: libmagickwand5
Priority: optional
Section: libs
Installed-Size: 1208
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: imagemagick
Version: 8:6.7.7.10-6ubuntu3.13
Depends: libc6 (>= 2.4), libgomp1 (>= 4.2.1), libmagickcore5 (>= 8:6.7.7.10), libx11-6, imagemagick-common
Pre-Depends: multiarch-support
Size: 267040
Description: image manipulation library
 The MagickWand API is the recommended interface between the C programming
 language and the ImageMagick image processing libraries. Unlike the
 MagickCore C API, MagickWand uses only a few opaque types. Accessors are
 available to set or get important wand properties.
 .
 This package contains the C libraries needed to run executables that make
 use of MagickWand.
Homepage: http://www.imagemagick.org/
Original-Maintainer: ImageMagick Packaging Team <pkg-gmagick-im-team@lists.alioth.debian.org>

Package: libc-dev-bin
Priority: optional
Section: libdevel
Installed-Size: 376
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Source: eglibc
Version: 2.19-0ubuntu6.15
Replaces: libc0.1-dev, libc0.3-dev, libc6-dev, libc6.1-dev
Depends: libc6 (>> 2.19), libc6 (<< 2.20)
Recommends: manpages-dev
Size: 68906
Description: Embedded GNU C Library: Development binaries
 This package contains utility programs related to the GNU C Library
 development package.
Homepage: http://www.eglibc.org
Original-Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>

Package: linux-modules-3.13.0-170-generic
Priority: optional
Section: kernel
Installed-Size: 36198
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: amd64
Source: linux
Version: 3.13.0-170.220
Size: 7597034
Description: Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
 Contains the corresponding System.map file, the modules built by the
 packager, and scripts that try to ensure that the system is not left in an
 unbootable state after an update.
 .
 Supports Generic processors.
 .
 Geared toward desktop and server systems.
 .
 You likely do not want to install this package directly. Instead, install
 the linux-generic meta-package, which will ensure that upgrades work
 correctly, and that supporting packages are also installed.

Package: dbus
Priority: optional
Section: admin
Installed-Size: 1003
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 1.6.18-0ubuntu4.5
Depends: libapparmor1 (>= 2.8.94-0ubuntu1), libc6 (>= 2.14), libdbus-1-3 (>= 1.0.2), libexpat1 (>= 2.0.1), libselinux1 (>= 1.32), libsystemd-login0 (>= 31), sysv-rc (>= 2.88dsf-24) | file-rc (>= 0.8.16), adduser, lsb-base (>= 3.2-14), upstart (>= 0.6.3-6), netbase (>= 4.45ubuntu3)
Recommends: libpam-systemd
Suggests: dbus-x11
Breaks: unity-services (<< 6.0.0-0ubuntu6)
Size: 231564
Description: simple interprocess messaging system (daemon and utilities)
 D-Bus is a message bus, used for sending messages between applications.
 Conceptually, it fits somewhere in between raw sockets and CORBA in
 terms of complexity.
 .
 D-Bus supports broadcast messages, asynchronous messages (thus
 decreasing latency), authentication, and more. It is designed to be
 low-overhead; messages are sent using a binary protocol, not using
 XML. D-Bus also supports a method call mapping for its messages, but
 it is not required; this makes using the system quite simple.
 .
 It comes with several bindings, including GLib, Python, Qt and Java.
 .
 This package contains the D-Bus daemon and related utilities.
 .
 The client-side library can be found in the libdbus-1-3 package, as it is no
 longer contained in this package.
Homepage: http://dbus.freedesktop.org/
Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>

Package: libapt-pkg4.12
Priority: important
Section: libs
Installed-Size: 2915
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: apt
Version: 1.0.1ubuntu2.24
Depends: libbz2-1.0, libc6 (>= 2.15), libgcc1 (>= 1:4.1.1), liblzma5 (>= 5.1.1alpha+20120614), libstdc++6 (>= 4.6), zlib1g (>= 1:1.2.2.3)
Pre-Depends: multiarch-support
Breaks: apt (<< 0.9.4~), libapt-inst1.5 (<< 0.9.9~)
Filename: pool/main/a/apt/libapt-pkg4.12_1.0.1ubuntu2_amd64.deb
Size: 646204
MD5sum: 1a989e90a387a263b1909091627d2d75
Description: package management runtime library
 This library provides the common functionality for searching and
 managing packages as well as information about packages.
 Higher-level package managers can depend upon this library.
 .
 This includes:
  * retrieval of information about packages from multiple sources
  * retrieval of packages and all dependent packages
    needed to satisfy a request either through an internal
    solver or by interfacing with an external one
  * authenticating the sources and validating the retrieved data
  * installation and removal of packages in the system
  * providing different transports to retrieve data over cdrom, ftp,
    http, rsh as well as an interface to add more transports like
    https (apt-transport-https) and debtorrent (apt-transport-debtorrent).
Original-Maintainer: APT Development Team <deity@lists.debian.org>

Package: libenchant1c2a
Priority: optional
Section: libs
Installed-Size: 265
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: enchant
Version: 1.6.0-10ubuntu1
Replaces: libenchant-dev (<< 1.1.1++cvs.2003.11.08), libenchant1, libenchant1c2
Depends: aspell-en | myspell-dictionary | aspell-dictionary | ispell-dictionary | hunspell-dictionary, libaspell15 (>= 0.60.7~20110707), libc6 (>= 2.7), libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.35.9), libhunspell-1.3-0, libstdc++6 (>= 4.1.1), zlib1g (>= 1:1.1.4)
Pre-Depends: multiarch-support
Recommends: enchant
Suggests: libenchant-voikko
Breaks: ispell (<< 3.3.02), libenchant1, libenchant1c2
Size: 64740
Description: Wrapper library for various spell checker engines (runtime libs)
 Enchant is a generic spell checking library which uses existing
 spell checker engines such as ispell, aspell and myspell as its backends.
 .
 Enchant steps in to provide uniformity and conformity on top of these
 libraries, and implement certain features that may be lacking in any
 individual provider library.
 .
 This package contains the shared library and non-Voikko enchant plugins.
Original-Maintainer: Prach Pongpanich <prachpub@gmail.com>
Homepage: http://www.abisource.com/projects/enchant/

Package: libthai0
Priority: optional
Section: libs
Installed-Size: 102
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libthai
Version: 0.1.20-3
Depends: libthai-data (>= 0.1.10), libc6 (>= 2.14), libdatrie1 (>= 0.2.0)
Pre-Depends: multiarch-support
Enhances: libqtcore4, libqtgui4
Size: 16872
Description: Thai language support library
 LibThai is a set of Thai language support routines aimed to ease
 developers' tasks to incorporate Thai language support in their applications.
 It includes important Thai-specific functions e.g. word breaking, input and
 output methods as well as basic character and string supports.
 .
 This package contains the shared libraries needed to run programs that use
 the LibThai library.
Original-Maintainer: Theppitak Karoonboonyanan <thep@debian.org>
Homepage: http://linux.thai.net/projects/libthai

Package: libva1
Priority: optional
Section: libs
Installed-Size: 153
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Multi-Arch: same
Source: libva
Version: 1.4.0~trusty
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Recommends: va-driver-all | va-driver
Breaks: vlc-nox (<< 1.1.5-3)
Size: 42794
Description: Video Acceleration (VA) API for Linux -- runtime
 Video Acceleration API (VA API) is a library ("libVA") and API specification
 which enables and provides access to graphics hardware (GPU) acceleration for
 video processing on Linux and UNIX based operating systems. Accelerated
 processing includes video decoding, video encoding, subpicture blending and
 rendering. The specification was originally designed by Intel for its GMA
 (Graphics Media Accelerator) series of GPU hardware, the API is however not
 limited to GPUs or Intel specific hardware, as other hardware and manufacturers
 can also freely use this API for hardware accelerated video decoding.
 .
 This package provides the main libva library.
Homepage: http://www.freedesktop.org/wiki/Software/vaapi

Package: diffutils
Essential: yes
Priority: required
Section: utils
Installed-Size: 428
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 1:3.3-1
Replaces: diff
Pre-Depends: libc6 (>= 2.17)
Suggests: diffutils-doc, wdiff
Filename: pool/main/d/diffutils/diffutils_3.3-1_amd64.deb
Size: 205792
MD5sum: 3432b6133d7e77d9847edc38c4a71d6a
Description: File comparison utilities
 The diffutils package provides the diff, diff3, sdiff, and cmp programs.
 .
 `diff' shows differences between two files, or each corresponding file
 in two directories.  `cmp' shows the offsets and line numbers where
 two files differ.  `cmp' can also show all the characters that
 differ between the two files, side by side.  `diff3' shows differences
 among three files.  `sdiff' merges two files interactively.
 .
 The set of differences produced by `diff' can be used to distribute
 updates to text files (such as program source code) to other people.
 This method is especially useful when the differences are small compared
 to the complete files.  Given `diff' output, the `patch' program can
 update, or "patch", a copy of the file.
Original-Maintainer: Santiago Vila <sanvila@debian.org>
Homepage: http://www.gnu.org/software/diffutils/

Package: aspell-en
Priority: optional
Section: text
Installed-Size: 330
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 7.1-0-1
Provides: aspell-dictionary
Depends: aspell (>= 0.60.3-2), dictionaries-common (>= 0.49.2)
Size: 267192
Description: English dictionary for GNU Aspell
 This package contains all the required files to add support for English
 language to the GNU Aspell spell checker.
 .
 American, British and Canadian spellings are included.
Original-Maintainer: Brian Nelson <pyro@debian.org>
Homepage: http://aspell.net/

Package: libgtk2.0-0
Priority: optional
Section: libs
Installed-Size: 6157
Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: gtk+2.0
Version: 2.24.23-0ubuntu1.4
Provides: gtk2.0-binver-2.10.0
Depends: libgtk2.0-common, libatk1.0-0 (>= 1.32.0), libc6 (>= 2.14), libcairo2 (>= 1.6.4-6.1), libcups2 (>= 1.6.2), libfontconfig1 (>= 2.9.0), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libpango-1.0-0 (>= 1.28.3), libpangocairo-1.0-0 (>= 1.28.3), libpangoft2-1.0-0 (>= 1.28.3), libx11-6 (>= 2:1.4.99.1), libxcomposite1 (>= 1:0.3-1), libxcursor1 (>> 1.1.2), libxdamage1 (>= 1:1.1), libxext6, libxfixes3, libxi6, libxinerama1, libxrandr2 (>= 2:1.2.99.3), libxrender1, shared-mime-info
Pre-Depends: multiarch-support
Recommends: hicolor-icon-theme, libgtk2.0-bin
Suggests: librsvg2-common, gvfs
Size: 1739166
Description: GTK+ graphical user interface library
 GTK+ is a multi-platform toolkit for creating graphical user
 interfaces. Offering a complete set of widgets, GTK+ is suitable
 for projects ranging from small one-off tools to complete application
 suites.
 .
 This package contains the shared libraries.
Homepage: http://www.gtk.org/
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>

Package: libasprintf-dev
Priority: optional
Section: libdevel
Installed-Size: 75
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: gettext
Version: 0.18.3.1-1ubuntu3.1
Replaces: gettext (<< 0.18.1.1-10)
Depends: libasprintf0c2 (= 0.18.3.1-1ubuntu3.1)
Suggests: gettext-doc
Breaks: gettext (<< 0.18.1.1-10)
Size: 4438
Description: GNU Internationalization library development files
 This package contains development files for the libasprintf library.
Homepage: http://www.gnu.org/software/gettext/
Original-Maintainer: Santiago Vila <sanvila@debian.org>

Package: libpolkit-agent-1-0
Priority: optional
Section: libs
Installed-Size: 83
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: policykit-1
Version: 0.105-4ubuntu3.14.04.6
Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.37.3), libpolkit-gobject-1-0 (>= 0.105)
Pre-Depends: multiarch-support
Size: 14926
Description: PolicyKit Authentication Agent API
 PolicyKit is a toolkit for defining and handling the policy that
 allows unprivileged processes to speak to privileged processes.
 .
 This package contains a library for accessing the authentication agent.
Homepage: http://hal.freedesktop.org/docs/PolicyKit/
Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>

Package: node-read
Priority: extra
Section: web
Installed-Size: 43
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 1.0.4-1
Depends: nodejs, node-mute-stream
Size: 4282
Description: Read user input from stdin module for Node.js
 node-read extends Node.js readline.question builtin method with options
 like silent input, replaced input, timeout or default value.
 .
 Node.js is an event-based server-side javascript engine.
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Homepage: https://github.com/isaacs/read

Package: libgnomevfs2-common
Priority: optional
Section: oldlibs
Installed-Size: 424
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Source: gnome-vfs
Version: 1:2.24.4-1ubuntu6
Depends: gconf2 (>= 2.28.1-2), shared-mime-info
Suggests: gnome-mime-data
Conflicts: gnome-panel (<< 2.10.0), libgnomevfs2-0 (<< 2.12.2-4), libgnomevfs2-extra (<< 1:2.16.3-6)
Size: 22772
Description: GNOME Virtual File System (common files)
 GNOME VFS is the GNOME virtual file system.  It is the foundation of the
 Nautilus file manager.  It provides a modular architecture and ships with
 several modules that implement support for local files, http, ftp and others.
 It provides an URI-based API, a backend supporting asynchronous file
 operations, a MIME type manipulation library and other features.
 .
 This package contains the documentation, data files and locales.
Original-Maintainer: Josselin Mouette <joss@debian.org>

Package: libept1.4.12
Priority: important
Section: libs
Installed-Size: 401
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libept
Version: 1.0.12
Depends: libapt-pkg4.12 (>= 0.8.16~exp9), libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0), zlib1g (>= 1:1.1.4)
Pre-Depends: multiarch-support
Size: 142168
Description: High-level library for managing Debian package information
 The library defines a very minimal framework in which many sources of data
 about Debian packages can be implemented and queried together.
 .
 The library includes four data sources:
 .
  * APT: access the APT database
  * Debtags: access the Debtags tag information
  * Popcon: access Popcon package scores
  * The Xapian index built by apt-xapian-index
 .
 This is the shared library.
Original-Maintainer: Enrico Zini <enrico@debian.org>

Package: gconf2-common
Priority: optional
Section: libs
Installed-Size: 516
Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Source: gconf
Version: 3.2.6-0ubuntu2
Depends: ucf
Breaks: libgconf2-4 (<< 3.2.3-2)
Size: 20230
Description: GNOME configuration database system (common files)
 GConf is a configuration database system for storing application
 preferences. It supports default or mandatory settings set by the
 administrator, and changes to the database are instantly applied to all
 running applications. It is written for the GNOME desktop but doesn't
 require it.
 .
 This package contains the default configuration and localization files.
Homepage: http://projects.gnome.org/gconf/
Original-Maintainer: Josselin Mouette <joss@debian.org>

Package: gawk
Priority: optional
Section: interpreters
Installed-Size: 1892
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 1:4.0.1+dfsg-2.1ubuntu2
Provides: awk
Pre-Depends: libc6 (>= 2.14), libreadline6 (>= 6.0), libsigsegv2 (>= 2.9)
Suggests: gawk-doc
Size: 781466
Description: GNU awk, a pattern scanning and processing language
 `awk', a program that you can use to select particular records in a
 file and perform operations upon them.
 .
 Gawk is the GNU Project's implementation of the AWK programming language.
 It conforms to the definition of the language in the POSIX 1003.2 Command
 Language And Utilities Standard. This version in turn is based on the
 description in The AWK Programming Language, by Aho, Kernighan, and
 Weinberger, with the additional features defined in the System V Release
 4 version of UNIX awk. Gawk also provides more recent Bell Labs awk
 extensions, and some GNU-specific extensions.
Homepage: http://www.gnu.org/software/gawk/
Original-Maintainer: Arthur Loiret <aloiret@debian.org>

Package: linux-libc-dev
Priority: optional
Section: devel
Installed-Size: 3880
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: linux
Version: 3.13.0-170.220
Replaces: dvb-dev (<< 1.0.1-6), libc6-dev (<< 2.3.2.ds1-6), libc6.1-dev (<< 2.3.2.ds1-6), libdrm-dev, linux-kernel-headers
Provides: linux-kernel-headers
Conflicts: amd64-libs-dev (<= 1.1), dvb-dev (<< 1.0.1-6), libc6-dev (<< 2.3.2.ds1-6), libc6.1-dev (<< 2.3.2.ds1-6), linux-kernel-headers
Size: 772318
Description: Linux Kernel Headers for development
 This package provides headers from the Linux kernel.  These headers
 are used by the installed headers for GNU glibc and other system
 libraries. They are NOT meant to be used to build third-party modules for
 your kernel. Use linux-headers-* packages for that.

Package: libjs-jquery-ui
Priority: optional
Section: web
Installed-Size: 1831
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: jqueryui
Version: 1.10.1+dfsg-1
Depends: libjs-jquery (>= 1.6)
Recommends: javascript-common
Suggests: libjs-jquery-ui-docs
Size: 457516
Description: JavaScript UI library for dynamic web applications
 jQuery UI provides abstractions for low-level interaction and
 animation, advanced effects and high-level, themeable widgets,
 built on top of the jQuery JavaScript Library, that you can use
 to build highly interactive web applications.
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Homepage: http://jqueryui.com/

Package: resolvconf
Priority: optional
Section: net
Installed-Size: 257
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 1.69ubuntu1.4
Depends: lsb-base, debconf (>= 0.5) | debconf-2.0, sysv-rc (>= 2.88dsf-24) | file-rc (>= 0.8.16)
Pre-Depends: initscripts (>= 2.88dsf-13.10)
Breaks: dhcp3-client (<< 4.1.1-P1-15+squeeze1), dnscache-run
Enhances: dhcpcd, dnsmasq, ifupdown, isc-dhcp-client, libc6, network-manager, nscd, pdnsd, ppp, pump, totd, udhcpc
Filename: pool/main/r/resolvconf/resolvconf_1.69ubuntu1_all.deb
Size: 55098
MD5sum: 6c35bb91e40a1157dfe059995d3ed1dd
Description: name server information handler
 Resolvconf is a framework for keeping up to date the system's
 information about name servers. It sets itself up as the intermediary
 between programs that supply this information (such as ifup and
 ifdown, DHCP clients, the PPP daemon and local name servers) and
 programs that use this information (such as DNS caches and resolver
 libraries).
 .
 This package may require some manual configuration. Please
 read the README file for detailed instructions.
Homepage: http://alioth.debian.org/projects/resolvconf/
Original-Maintainer: resolvconf maintainers <resolvconf-devel@lists.alioth.debian.org>

Package: libthai-data
Priority: optional
Section: libs
Installed-Size: 607
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Source: libthai
Version: 0.1.20-3
Breaks: libthai0 (<< 0.1.10)
Size: 130120
Description: Data files for Thai language support library
 LibThai is a set of Thai language support routines aimed to ease
 developers' tasks to incorporate Thai language support in their applications.
 It includes important Thai-specific functions e.g. word breaking, input and
 output methods as well as basic character and string supports.
 .
 This package contains data files needed by the LibThai library.
Original-Maintainer: Theppitak Karoonboonyanan <thep@debian.org>
Homepage: http://linux.thai.net/projects/libthai

Package: python3-gi
Priority: optional
Section: python
Installed-Size: 671
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: pygobject
Version: 3.12.0-1ubuntu1
Replaces: python3-gobject
Provides: python3-gobject
Depends: python3 (<< 3.5), python3 (>= 3.4~), libc6 (>= 2.14), libgirepository-1.0-1 (>= 1.33.10), libglib2.0-0 (>= 2.38.0), gir1.2-glib-2.0 (>= 1.35.9)
Conflicts: python3-gobject
Size: 154310
Description: Python 3 bindings for gobject-introspection libraries
 GObject is an abstraction layer that allows programming with an object
 paradigm that is compatible with many languages. It is a part of Glib,
 the core library used to build GTK+ and GNOME.
 .
 This package contains the Python 3 binding generator for libraries that
 support gobject-introspection, i. e. which ship a gir1.2-<name>-<version>
 package. With these packages, the libraries can be used from Python 3.
Homepage: https://wiki.gnome.org/PyGObject
Original-Maintainer: Josselin Mouette <joss@debian.org>

Package: libpango-1.0-0
Priority: optional
Section: libs
Installed-Size: 531
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: pango1.0
Version: 1.36.3-1ubuntu1.1
Replaces: libpango1.0-0 (<< 1.32.5-2)
Provides: pango1.0-multiarch-modver-1.8.0
Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.37.3), libthai0 (>= 0.1.12), fontconfig (>= 2.1.91)
Pre-Depends: multiarch-support
Suggests: ttf-baekmuk, ttf-arphic-gbsn00lp, ttf-arphic-bsmi00lp, ttf-arphic-gkai00mp, ttf-arphic-bkai00mp
Breaks: libpango1.0-0 (<< 1.32.5-2)
Conflicts: plymouth (<< 0.8.8-0ubuntu7)
Size: 148944
Description: Layout and rendering of internationalized text
 Pango is a library for layout and rendering of text, with an emphasis
 on internationalization. Pango can be used anywhere that text layout is
 needed. however, most of the work on Pango-1.0 was done using the GTK+
 widget toolkit as a test platform. Pango forms the core of text and
 font handling for GTK+-2.0.
 .
 Pango is designed to be modular; the core Pango layout can be used with
 four different font backends:
  - Core X windowing system fonts
  - Client-side fonts on X using the Xft library
  - Direct rendering of scalable fonts using the FreeType library
  - Native fonts on Microsoft backends
 .
 This package contains the shared libraries.
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>

Package: libxpm4
Priority: optional
Section: libs
Installed-Size: 121
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libxpm
Version: 1:3.5.10-1ubuntu0.1
Depends: libc6 (>= 2.14), libx11-6
Pre-Depends: multiarch-support
Size: 33242
Description: X11 pixmap library
 libXpm provides support and common operation for the XPM pixmap format, which
 is commonly used in legacy X applications.  XPM is an extension of the
 monochrome XBM bitmap specified in the X protocol.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libXpm
Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>

Package: libkmod2
Priority: important
Section: libs
Installed-Size: 130
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: kmod
Version: 15-0ubuntu7
Depends: libc6 (>= 2.17)
Pre-Depends: multiarch-support
Filename: pool/main/k/kmod/libkmod2_15-0ubuntu6_amd64.deb
Size: 38094
MD5sum: f77c1300971f8a942d2feb6aa7d64961
Description: libkmod shared library
 This library provides an API for insertion, removal, configuration and
 listing of kernel modules.
Original-Maintainer: Marco d'Itri <md@linux.it>

Package: libtdb1
Priority: optional
Section: libs
Installed-Size: 128
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: tdb
Version: 1.3.8-0ubuntu0.14.04.1
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Size: 38330
Description: Trivial Database - shared library
 This is a simple database API. It is modelled after the structure
 of GDBM. TDB features, unlike GDBM, multiple writers support with
 appropriate locking and transactions.
 .
 This package contains the shared library file.
Homepage: http://tdb.samba.org/
Original-Maintainer: Jelmer Vernooij <jelmer@debian.org>

Package: tar
Essential: yes
Priority: required
Section: utils
Installed-Size: 768
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 1.27.1-1ubuntu0.1
Replaces: cpio (<< 2.4.2-39)
Pre-Depends: libacl1 (>= 2.2.51-8), libc6 (>= 2.17), libselinux1 (>= 1.32)
Suggests: bzip2, ncompress, xz-utils, tar-scripts
Breaks: dpkg-dev (<< 1.14.26)
Conflicts: cpio (<= 2.4.2-38)
Filename: pool/main/t/tar/tar_1.27.1-1_amd64.deb
Size: 195600
MD5sum: 1cbbf0c43cd1bde16f860c884a09671a
Description: GNU version of the tar archiving utility
 Tar is a program for packaging a set of files as a single archive in tar
 format.  The function it performs is conceptually similar to cpio, and to
 things like PKZIP in the DOS world.  It is heavily used by the Debian package
 management system, and is useful for performing system backups and exchanging
 sets of files with others.
Original-Maintainer: Bdale Garbee <bdale@gag.com>

Package: libgettextpo0
Priority: optional
Section: libs
Installed-Size: 368
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: gettext
Version: 0.18.3.1-1ubuntu3.1
Replaces: gettext (<< 0.18.1.1-6)
Depends: libc6 (>= 2.14), libunistring0
Pre-Depends: multiarch-support
Breaks: gettext (<< 0.18.1.1-6)
Size: 108110
Description: GNU Internationalization library
 This package contains the libgettextpo shared library for interfacing
 programmatically with GNU gettext .po files.
Homepage: http://www.gnu.org/software/gettext/
Original-Maintainer: Santiago Vila <sanvila@debian.org>

Package: file
Priority: standard
Section: utils
Installed-Size: 99
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 1:5.14-2ubuntu3.4
Depends: libc6 (>= 2.4), libmagic1 (= 1:5.14-2ubuntu3.4)
Filename: pool/main/f/file/file_5.14-2ubuntu3_amd64.deb
Size: 19388
MD5sum: dfc529c447608ee25ac93cd87a123a12
Description: Determines file type using "magic" numbers
 File tests each argument in an attempt to classify it. There are three sets of
 tests, performed in this order: filesystem tests, magic number tests, and
 language tests. The first test that succeeds causes the file type to be
 printed.
Homepage: http://www.darwinsys.com/file/
Original-Maintainer: Luk Claes <luk@debian.org>

Package: linux-headers-3.13.0-24-generic
Priority: optional
Section: devel
Installed-Size: 12957
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: amd64
Source: linux
Version: 3.13.0-24.47
Provides: linux-headers, linux-headers-3.0
Depends: linux-headers-3.13.0-24, libc6 (>= 2.14)
Size: 707742
Description: Linux kernel headers for version 3.13.0 on 64 bit x86 SMP
 This package provides kernel header files for version 3.13.0 on
 64 bit x86 SMP.
 .
 This is for sites that want the latest kernel headers.  Please read
 /usr/share/doc/linux-headers-3.13.0-24/debian.README.gz for details.

Package: libsigsegv2
Priority: optional
Section: libs
Installed-Size: 61
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libsigsegv
Version: 2.10-2
Depends: libc6 (>= 2.4)
Pre-Depends: multiarch-support
Size: 15018
Description: Library for handling page faults in a portable way
 GNU libsigsegv is a library that allows handling page faults in a
 portable way. It is used e.g. for generational garbage collectors
 and stack overflow handlers.
 .
 This package contains the shared library.
Original-Maintainer: Debian Common Lisp Team <pkg-common-lisp-devel@lists.alioth.debian.org>
Homepage: http://libsigsegv.sourceforge.net/

Package: gcc-4.8
Priority: optional
Section: devel
Installed-Size: 15321
Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 4.8.4-2ubuntu1~14.04.4
Provides: c-compiler
Depends: cpp-4.8 (= 4.8.4-2ubuntu1~14.04.4), gcc-4.8-base (= 4.8.4-2ubuntu1~14.04.4), binutils (>= 2.24), libgcc-4.8-dev (>= 4.8.4-2ubuntu1~14.04.4), libc6 (>= 2.14), libcloog-isl4 (>= 0.17), libgmp10, libisl10 (>= 0.10), libmpc3, libmpfr4 (>= 3.1.2), zlib1g (>= 1:1.1.4)
Recommends: libc6-dev (>= 2.13-0ubuntu6)
Suggests: gcc-4.8-multilib, gcc-4.8-doc (>= 4.8), gcc-4.8-locales (>= 4.8), libgcc1-dbg (>= 1:4.8.4-2ubuntu1~14.04.4), libgomp1-dbg (>= 4.8.4-2ubuntu1~14.04.4), libitm1-dbg (>= 4.8.4-2ubuntu1~14.04.4), libatomic1-dbg (>= 4.8.4-2ubuntu1~14.04.4), libasan0-dbg (>= 4.8.4-2ubuntu1~14.04.4), libtsan0-dbg (>= 4.8.4-2ubuntu1~14.04.4), libquadmath0-dbg (>= 4.8.4-2ubuntu1~14.04.4)
Size: 5039904
Description: GNU C compiler
 This is the GNU C compiler, a fairly portable optimizing compiler for C.
Homepage: http://gcc.gnu.org/
Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>

Package: python-gdbm
Priority: optional
Section: python
Installed-Size: 78
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: python-stdlib-extensions
Version: 2.7.5-1ubuntu1
Replaces: python2.3-gdbm, python2.4-gdbm, python2.6 (<< 2.6.1-0ubuntu6)
Provides: python2.7-gdbm
Depends: python (>= 2.7), python (<< 2.8), libc6 (>= 2.4), libgdbm3 (>= 1.8.3)
Suggests: python-gdbm-dbg
Conflicts: python2.3-gdbm, python2.4-gdbm
Size: 11774
Description: GNU dbm database support for Python
 GNU dbm database module for Python. Install this if you want to
 create or read GNU dbm database files with Python.
Original-Maintainer: Matthias Klose <doko@debian.org>

Package: liblcms2-2
Priority: optional
Section: libs
Installed-Size: 392
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: lcms2
Version: 2.5-0ubuntu4.2
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Suggests: liblcms2-utils
Size: 131444
Description: Little CMS 2 color management library
 LittleCMS 2 intends to be a small-footprint color management engine, with
 special focus on accuracy and performance. It uses the International Color
 Consortium standard (ICC) of color management. LittleCMS 2 is a full
 implementation of ICC specification 4.2 plus all addendums. It fully supports
 all V2 and V4 profiles, including abstract, devicelink and named color
 profiles.
Homepage: http://www.littlecms.com/
Original-Maintainer: Oleksandr Moskalenko <malex@debian.org>

Package: libcap2-bin
Priority: optional
Section: utils
Installed-Size: 99
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: libcap2
Version: 1:2.24-0ubuntu2
Depends: libc6 (>= 2.14), libcap2 (>= 2.10)
Recommends: libpam-cap
Suggests: libcap-dev
Conflicts: libcap-bin
Filename: pool/main/libc/libcap2/libcap2-bin_2.24-0ubuntu2_amd64.deb
Size: 15664
MD5sum: d65620b12b179b36d3468fd373d01e73
Description: basic utility programs for using capabilities
 This package contains the programs getpcaps, capsh, getcap, and setcap for
 manipulation of capabilities. The manpages of this package reference the
 manpage cap_from_text(3) from the libcap-dev package. Please install the
 libcap-dev package if you need its documentation.
Homepage: http://sites.google.com/site/fullycapable/
Original-Maintainer: Torsten Werner <twerner@debian.org>

Package: libdrm-radeon1
Priority: optional
Section: libs
Installed-Size: 104
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libdrm
Version: 2.4.67-1ubuntu0.14.04.2
Depends: libc6 (>= 2.3.4), libdrm2 (>= 2.4.38)
Pre-Depends: multiarch-support
Size: 21188
Description: Userspace interface to radeon-specific kernel DRM services -- runtime
 This library implements the userspace interface to the kernel DRM
 services.  DRM stands for "Direct Rendering Manager", which is the
 kernelspace portion of the "Direct Rendering Infrastructure" (DRI).
 The DRI is currently used on Linux to provide hardware-accelerated
 OpenGL drivers.
Homepage: http://cgit.freedesktop.org/mesa/drm/
Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>

Package: php5-imagick
Priority: optional
Section: php
Installed-Size: 545
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: php-imagick
Version: 3.1.2-1build1
Depends: libc6 (>= 2.14), libmagickcore5 (>= 8:6.7.7.10), libmagickwand5 (>= 8:6.7.7.10), phpapi-20121212, ucf
Recommends: ghostscript, ttf-dejavu-core
Size: 95078
Description: ImageMagick module for php5
 This package provides a wrapper for ImageMagick library directly from
 PHP scripts.
 .
 PHP5 is an HTML-embedded scripting language. Much of its syntax is borrowed
 from C, Java and Perl with a couple of unique PHP-specific features thrown
 in. The goal of the language is to allow web developers to write
 dynamically generated pages quickly.
Original-Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
Homepage: http://pecl.php.net/package/imagick

Package: openbsd-inetd
Priority: optional
Section: net
Installed-Size: 117
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 0.20091229-2ubuntu3
Provides: inet-superserver
Depends: libc6 (>= 2.15), libwrap0 (>= 7.6-4~), lsb-base (>= 3.2-13), update-inetd, tcpd
Size: 30822
Description: OpenBSD Internet Superserver
 The inetd server is a network daemon program that specializes in managing
 incoming network connections. Its configuration file tells it what
 program needs to be run when an incoming connection is received. Any
 service port may be configured for either of the tcp or udp protocols.
 .
 This is a port of the OpenBSD daemon with some debian-specific features.
 This package supports IPv6, built-in libwrap access control, binding to
 specific addresses, UNIX domain sockets and socket buffers tuning.
Original-Maintainer: Marco d'Itri <md@linux.it>

Package: libhx509-5-heimdal
Priority: optional
Section: libs
Installed-Size: 369
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: heimdal
Version: 1.6~git20131207+dfsg-1ubuntu1.2
Depends: libasn1-8-heimdal (>= 1.4.0+git20110226), libc6 (>= 2.14), libcomerr2 (>= 1.34), libhcrypto4-heimdal (>= 1.4.0+git20110226), libheimbase1-heimdal (>= 1.6~git20131117), libroken18-heimdal (>= 1.4.0+git20110226), libwind0-heimdal (>= 1.4.0+git20110226)
Pre-Depends: multiarch-support
Size: 103736
Description: Heimdal Kerberos - X509 support library
 Heimdal is a free implementation of Kerberos 5 that aims to be
 compatible with MIT Kerberos.
Homepage: http://www.h5l.org/
Original-Maintainer: Brian May <bam@debian.org>

Package: node-mime
Priority: extra
Section: web
Installed-Size: 98
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 1.2.11-1
Depends: nodejs
Size: 20166
Description: library for mime-type mapping for Node.js
 mime is a Node.js library for mime-type mapping.
 .
 Node.js is an event-based server-side javascript engine.
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Homepage: https://github.com/broofa/node-mime

Package: libmount1
Priority: required
Section: libs
Installed-Size: 247
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: util-linux
Version: 2.20.1-5.1ubuntu20.9
Depends: libblkid1 (>= 2.17.2), libc6 (>= 2.14), libselinux1 (>= 1.32)
Pre-Depends: multiarch-support
Filename: pool/main/u/util-linux/libmount1_2.20.1-5.1ubuntu20_amd64.deb
Size: 60266
MD5sum: 357596fb562648d170f15113e59c4f05
Description: block device id library
 The device mounting library, used by mount and mount helpers.
Homepage: http://userweb.kernel.org/~kzak/util-linux/
Original-Maintainer: LaMont Jones <lamont@debian.org>

Package: node-abbrev
Priority: extra
Section: web
Installed-Size: 37
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 1.0.4-2
Depends: nodejs
Size: 3814
Description: Like ruby abbrev module, but for Node.js
 This is handy for command-line scripts, or other cases where
 one wants to be able to accept shorthands.
 .
 Node.js is an event-based server-side javascript engine.
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Homepage: https://github.com/isaacs/abbrev-js

Package: imagemagick-common
Priority: optional
Section: graphics
Installed-Size: 298
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Source: imagemagick
Version: 8:6.7.7.10-6ubuntu3.13
Pre-Depends: dpkg (>= 1.15.7.2)
Size: 38400
Description: image manipulation programs -- infrastructure
 imagemagick-common contains the filesystem infrastructure required for
 further installation of imagemagick in any configuration; it does not provide
 a full installation of binaries, libraries, and utilities
 required to run imagemagick.
Homepage: http://www.imagemagick.org/
Original-Maintainer: ImageMagick Packaging Team <pkg-gmagick-im-team@lists.alioth.debian.org>

Package: netcat-openbsd
Priority: important
Section: net
Installed-Size: 109
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 1.105-7ubuntu1
Replaces: netcat (<< 1.10-35)
Provides: netcat
Depends: libbsd0 (>= 0.2.0), libc6 (>= 2.16)
Breaks: netcat (<< 1.10-35)
Filename: pool/main/n/netcat-openbsd/netcat-openbsd_1.105-7ubuntu1_amd64.deb
Size: 39558
MD5sum: cd31b836350a7873e4cb08b4cfe90882
Description: TCP/IP swiss army knife
 A simple Unix utility which reads and writes data across network
 connections using TCP or UDP protocol.  It is designed to be a reliable
 "back-end" tool that can be used directly or easily driven by other
 programs and scripts. At the same time it is a feature-rich network
 debugging and exploration tool, since it can create almost any kind of
 connection you would need and has several interesting built-in
 capabilities.
 .
 This package contains the OpenBSD rewrite of netcat, including support
 for IPv6, proxies, and Unix sockets.
Original-Maintainer: Aron Xu <aron@debian.org>

Package: libfribidi0
Priority: optional
Section: libs
Installed-Size: 136
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: fribidi
Version: 0.19.6-1
Depends: libc6 (>= 2.4)
Pre-Depends: multiarch-support
Filename: pool/main/f/fribidi/libfribidi0_0.19.6-1_amd64.deb
Size: 25560
MD5sum: 3e710d210d545d32684b1c9d333a1aaf
Description: Free Implementation of the Unicode BiDi algorithm
 FriBiDi is a BiDi algorithm implementation for Hebrew and/or Arabic
 languages.
 This package contains the shared libraries.
Original-Maintainer: Debian Hebrew Packaging Team <debian-hebrew-package@lists.alioth.debian.org>
Homepage: http://www.fribidi.org/

Package: ffmpeg
Priority: optional
Section: video
Installed-Size: 95061
Maintainer: Doug McMahon <mc631man@gmail.com>
Architecture: amd64
Version: 7:3.4.0~trusty
Depends: libasound2 (>= 1.0.16), libass5 (>= 0.13.0), libbz2-1.0, libc6 (>= 2.17), libfdk-aac1 (>= 0.1.4.0), libfreetype6 (>= 2.2.1), libgnutls26 (>= 2.12.17-0), libmp3lame0, libopencore-amrnb0, libopencore-amrwb0, libopus0 (>= 1.0.3), libpulse0 (>= 1:0.99.1), libsdl2-2.0-0 (>= 2.0.0), libsoxr0 (>= 0.1.0), libspeex1 (>= 1.2~beta3-1), libtheora0 (>= 1.0), libva-drm1, libva-x11-1 (>> 1.3.0~), libva1 (>> 1.3.0~), libvdpau1 (>= 0.2), libvidstab1.0, libvorbis0a (>= 1.1.2), libvorbisenc2 (>= 1.1.2), libwavpack1 (>= 4.40.0), libx11-6, libx264-148, libx265-130 (>= 2.5), libxcb-shape0, libxcb-shm0, libxcb-xfixes0, libxcb1, libxext6, libxv1, libxvidcore4 (>= 1.2.2), libzimg2, zlib1g (>= 1:1.2.0.2)
Size: 28193412
Description: Multimedia player, server, encoder and transcoder
 FFmpeg is a complete, cross-platform solution to decode, encode, record,
 convert and stream audio and video.
 .
 This package contains the ffplay multimedia player, the ffserver
 streaming server, the ffmpeg audio and video encoder, and the ffprobe
 stream analyzer.  They support most existing file formats (AVI, MPEG,
 OGG, Matroska, ASF...) and encoding formats (MPEG, DivX, MPEG4, AC3,
 DV...). Additionally, it contains the qt-faststart utility which
 rearranges Quicktime files to facilitate network streaming.
Homepage: http://ffmpeg.org/

Package: libcupsfilters1
Priority: optional
Section: libs
Installed-Size: 208
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: cups-filters
Version: 1.0.52-0ubuntu1.8
Depends: libc6 (>= 2.14), libcups2 (>= 1.7.0), libdbus-1-3 (>= 1.0.2), libjpeg8 (>= 8c), libpng12-0 (>= 1.2.13-4), libtiff5 (>= 4.0.3)
Pre-Depends: multiarch-support
Size: 73720
Description: OpenPrinting CUPS Filters - Shared library
 This library contains functions commonly used by the CUPS filters
 in the OpenPrinting CUPS filters package, currently functions to read
 several different image formats and to convert bitmaps between different
 color spaces.
Homepage: http://www.openprinting.org/
Original-Maintainer: Debian Printing Team <debian-printing@lists.debian.org>

Package: libvpx1
Priority: optional
Section: libs
Installed-Size: 1712
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libvpx
Version: 1.3.0-2
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Size: 555738
Description: VP8 video codec (shared library)
 VP8 is an open video codec, originally developed by On2 and released
 as open source by Google Inc. It is the successor of the VP3 codec,
 on which the Theora codec was based.
 .
 This package contains the shared libraries.
Original-Maintainer: Sebastian Dröge <slomo@debian.org>
Homepage: http://www.webmproject.org

Package: zlib1g
Priority: required
Section: libs
Installed-Size: 171
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: zlib
Version: 1:1.2.8.dfsg-1ubuntu1.1
Provides: libz1
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Breaks: libxml2 (<< 2.7.6.dfsg-2), texlive-binaries (<< 2009-12)
Conflicts: zlib1 (<= 1:1.0.4-7)
Filename: pool/main/z/zlib/zlib1g_1.2.8.dfsg-1ubuntu1_amd64.deb
Size: 49800
MD5sum: 468af3913970b3264a2525959e37a871
Description: compression library - runtime
 zlib is a library implementing the deflate compression method found
 in gzip and PKZIP.  This package includes the shared library.
Homepage: http://zlib.net/
Original-Maintainer: Mark Brown <broonie@debian.org>

Package: python3-requests
Priority: optional
Section: python
Installed-Size: 208
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: requests
Version: 2.2.1-1ubuntu0.4
Depends: python3:any (>= 3.3.2-2~), ca-certificates, python3-chardet, python3-urllib3 (>= 1.5)
Size: 43260
Description: elegant and simple HTTP library for Python3, built for human beings
 Requests allow you to send HTTP/1.1 requests. You can add headers, form data,
 multipart files, and parameters with simple Python dictionaries, and access the
 response data in the same way. It's powered by httplib and urllib3, but it does
 all the hard work and crazy hacks for you.
 .
 Features
 .
   - International Domains and URLs
   - Keep-Alive & Connection Pooling
   - Sessions with Cookie Persistence
   - Browser-style SSL Verification
   - Basic/Digest Authentication
   - Elegant Key/Value Cookies
   - Automatic Decompression
   - Unicode Response Bodies
   - Multipart File Uploads
   - Connection Timeouts
 .
 This package contains the Python 3 version of the library.
Homepage: http://python-requests.org
Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>

Package: libroken18-heimdal
Priority: optional
Section: libs
Installed-Size: 158
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: heimdal
Version: 1.6~git20131207+dfsg-1ubuntu1.2
Depends: libc6 (>= 2.15)
Pre-Depends: multiarch-support
Size: 39936
Description: Heimdal Kerberos - roken support library
 Heimdal is a free implementation of Kerberos 5 that aims to be
 compatible with MIT Kerberos.
 .
 This package contains the library for roken support.
Homepage: http://www.h5l.org/
Original-Maintainer: Brian May <bam@debian.org>

Package: libxrandr2
Priority: optional
Section: libs
Installed-Size: 80
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libxrandr
Version: 2:1.5.0-1~trusty1
Depends: libc6 (>= 2.14), libx11-6 (>= 2:1.6.0), libxext6, libxrender1
Pre-Depends: multiarch-support
Size: 17466
Description: X11 RandR extension library
 libXrandr provides an X Window System client interface to the RandR
 extension to the X protocol.
 .
 The RandR extension allows for run-time configuration of display attributes
 such as resolution, rotation, and reflection.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libXrandr
Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>

Package: os-prober
Priority: extra
Section: utils
Installed-Size: 143
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 1.63ubuntu1.1
Depends: libc6 (>= 2.4)
Size: 18010
Description: utility to detect other OSes on a set of drives
 This package detects other OSes available on a system and outputs the
 results in a generic machine-readable format.
Original-Maintainer: Debian Install System Team <debian-boot@lists.debian.org>

Package: libapt-inst1.5
Priority: important
Section: libs
Installed-Size: 738
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: apt
Version: 1.0.1ubuntu2.24
Depends: libapt-pkg4.12 (>= 0.8.16~exp9), libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0)
Pre-Depends: multiarch-support
Filename: pool/main/a/apt/libapt-inst1.5_1.0.1ubuntu2_amd64.deb
Size: 58520
MD5sum: fa7c342a42e686ce339d03ff26261d8f
Description: deb package format runtime library
 This library provides methods to query and extract information
 from deb packages. This includes the control data and the package
 file content.
Original-Maintainer: APT Development Team <deity@lists.debian.org>

Package: libjs-jquery-event-drag
Priority: optional
Section: web
Installed-Size: 89
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: jquery-goodies
Version: 8-2
Depends: libjs-jquery
Recommends: javascript-common
Size: 11190
Description: jQuery Event Drag
 A jquery special event plugin that makes the task of adding complex
 drag interactions, to any element, simple and powerful.
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Homepage: http://threedubmedia.com/code/event/drag

Package: gsfonts
Priority: optional
Section: text
Installed-Size: 4764
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 1:8.11+urwcyr1.0.7~pre44-4.2ubuntu1
Conflicts: gs (<< 5.50-5), gs-aladdin (<< 6.50-4), gsfonts-x11 (<< 0.13)
Size: 3373970
Description: Fonts for the Ghostscript interpreter(s)
 These are free look-alike fonts of the Adobe PostScript fonts.
 Recommended for all flavors of Ghostscript (gs-gpl, gs-afpl and gs-esp).
Original-Maintainer: Masayuki Hatta (mhatta) <mhatta@debian.org>
Homepage: http://www.ghostscript.com/

Package: javascript-common
Priority: optional
Section: web
Installed-Size: 68
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 11
Suggests: apache2 (>= 2.4.6~) | lighttpd | httpd
Size: 6066
Description: Base support for JavaScript library packages
 Web applications that use JavaScript need to distribute it through HTTP. Using
 a common path for every script avoids the need to enable this path in the HTTP
 server for every package.
 .
 This is a helper package that creates /usr/share/javascript and enables it in
 the Apache and Lighttpd webserver.
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>

Package: adduser
Priority: important
Section: admin
Installed-Size: 644
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Version: 3.113+nmu3ubuntu3
Replaces: manpages-it (<< 0.3.4-2), manpages-pl (<= 20051117-1)
Depends: perl-base (>= 5.6.0), passwd (>= 1:4.0.12), debconf | debconf-2.0
Suggests: liblocale-gettext-perl, perl-modules, ecryptfs-utils (>= 67-1)
Filename: pool/main/a/adduser/adduser_3.113+nmu3ubuntu3_all.deb
Size: 169360
MD5sum: 98c532cd738cfce59d448ed96ea5c8e7
Description: add and remove users and groups
 This package includes the 'adduser' and 'deluser' commands for creating
 and removing users.
 .
  - 'adduser' creates new users and groups and adds existing users to
    existing groups;
  - 'deluser' removes users and groups and removes users from a given
    group.
 .
 Adding users with 'adduser' is much easier than adding them manually.
 Adduser will choose appropriate UID and GID values, create a home
 directory, copy skeletal user configuration, and automate setting
 initial values for the user's password, real name and so on.
 .
 Deluser can back up and remove users' home directories
 and mail spool or all the files they own on the system.
 .
 A custom script can be executed after each of the commands.
 .
  Development mailing list:
    http://lists.alioth.debian.org/mailman/listinfo/adduser-devel/
Homepage: http://alioth.debian.org/projects/adduser/
Original-Maintainer: Debian Adduser Developers <adduser-devel@lists.alioth.debian.org>

Package: npm
Priority: extra
Section: web
Installed-Size: 1522
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 1.3.10~dfsg-1
Depends: nodejs, node-abbrev (>= 1.0.4), node-ansi, node-archy, node-block-stream, node-fstream (>= 0.1.22), node-fstream-ignore, node-github-url-from-git, node-glob (>= 3.1.21), node-graceful-fs (>= 2.0.0), node-inherits, node-ini (>= 1.1.0), node-lockfile, node-lru-cache (>= 2.3.0), node-minimatch (>= 0.2.11), node-mkdirp (>= 0.3.3), node-gyp (>= 0.10.9), node-nopt (>= 2.1.1), node-npmlog, node-once, node-osenv, node-read, node-read-package-json (>= 1.1.0), node-request (>= 2.25.0), node-retry, node-rimraf (>= 2.2.2), node-semver (>= 2.1.0), node-sha, node-slide, node-tar (>= 0.1.18), node-which
Size: 441668
Description: package manager for Node.js
 Node.js is an event-based server-side javascript engine.
 .
 npm is the package manager for the Node JavaScript platform.  It puts
 modules in place so that node can find them, and manages dependency
 conflicts intelligently.
 .
 It is extremely configurable to support a wide variety of use cases.
 Most commonly, it is used to publish, discover, install, and develop
 node programs.
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Homepage: http://github.com/isaacs/npm

Package: libxcb1
Priority: optional
Section: libs
Installed-Size: 181
Maintainer: Ubuntu X-SWAT <ubuntu-x@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libxcb
Version: 1.10-2ubuntu1
Depends: libc6 (>= 2.14), libxau6, libxdmcp6
Pre-Depends: multiarch-support
Breaks: alsa-utils (<< 1.0.24.2-5), libxcb-xlib0
Size: 37992
Description: X C Binding
 This package contains the library files needed to run software using libxcb,
 the X C Binding.
 .
 The XCB library provides an interface to the X Window System protocol,
 designed to replace the Xlib interface.  XCB provides several advantages over
 Xlib:
 .
  * Size: small library and lower memory footprint
  * Latency hiding: batch several requests and wait for the replies later
  * Direct protocol access: one-to-one mapping between interface and protocol
  * Thread support: access XCB from multiple threads, with no explicit locking
  * Easy creation of new extensions: automatically generates interface from
    machine-parsable protocol descriptions
Homepage: http://xcb.freedesktop.org
Original-Maintainer: XCB Developers <xcb@lists.freedesktop.org>

Package: linux-image-extra-3.13.0-24-generic
Priority: optional
Section: kernel
Installed-Size: 147869
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: amd64
Source: linux
Version: 3.13.0-24.47
Depends: linux-image-3.13.0-24-generic, crda (>= 1.1.1-1ubuntu2) | wireless-crda
Size: 36648250
Description: Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
 This package contains the Linux kernel extra modules for version 3.13.0 on
 64 bit x86 SMP.
 .
 Also includes the corresponding System.map file, the modules built by the
 packager, and scripts that try to ensure that the system is not left in an
 unbootable state after an update.
 .
 Supports Generic processors.
 .
 Geared toward desktop and server systems.
 .
 You likely do not want to install this package directly. Instead, install
 the linux-generic meta-package, which will ensure that upgrades work
 correctly, and that supporting packages are also installed.

Package: libgcc-4.8-dev
Priority: optional
Section: libdevel
Installed-Size: 5779
Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: gcc-4.8
Version: 4.8.4-2ubuntu1~14.04.4
Depends: gcc-4.8-base (= 4.8.4-2ubuntu1~14.04.4), libgcc1 (>= 1:4.8.4-2ubuntu1~14.04.4), libgomp1 (>= 4.8.4-2ubuntu1~14.04.4), libitm1 (>= 4.8.4-2ubuntu1~14.04.4), libatomic1 (>= 4.8.4-2ubuntu1~14.04.4), libasan0 (>= 4.8.4-2ubuntu1~14.04.4), libtsan0 (>= 4.8.4-2ubuntu1~14.04.4), libquadmath0 (>= 4.8.4-2ubuntu1~14.04.4)
Recommends: libc6-dev (>= 2.13-0ubuntu6)
Size: 1688078
Description: GCC support library (development files)
 This package contains the headers and static library files necessary for
 building C programs which use libgcc, libgomp, libquadmath, libssp or libitm.
Homepage: http://gcc.gnu.org/
Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>

Package: locales
Priority: important
Section: libs
Installed-Size: 9136
Maintainer: Martin Pitt <martin.pitt@ubuntu.com>
Architecture: all
Source: langpack-locales
Version: 2.13+git20120306-12.1
Replaces: base-config, belocs-locale-data, belocs-locales-bin, libc6 (<< 2.3.6-0ubuntu6), libc6.1 (<< 2.3.6-0ubuntu6)
Depends: libc6 (>= 2.9-0ubuntu10) | libc6.1 (>= 2.9-0ubuntu10)
Conflicts: base-config, belocs-locale-data
Filename: pool/main/l/langpack-locales/locales_2.13+git20120306-12_all.deb
Size: 2694710
MD5sum: 862dc267afef88937b391659ae68db64
Description: common files for locale support
 This package provides support for localized environments (locales).
 It installs character and transliteration maps, provides the POSIX
 locale definition and provides common scripts for language pack
 handling.
 .
 The actual locale definitions are not part of this package, these are
 shipped in the language packs and are installed and removed
 automatically.

Package: libisl10
Priority: optional
Section: libs
Installed-Size: 1307
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: isl
Version: 0.12.2-1
Depends: libc6 (>= 2.14), libgmp10
Pre-Depends: multiarch-support
Breaks: libcloog-isl4 (<< 0.18.1)
Size: 419218
Description: manipulating sets and relations of integer points bounded by linear constraints
 isl is a library for manipulating sets and relations of integer points
 bounded by linear constraints. Supported operations on sets include
 intersection, union, set difference, emptiness check, convex hull,
 (integer) affine hull, integer projection, and computing the lexicographic
 minimum using parametric integer programming. It also includes an ILP solver
 based on generalized basis reduction.
 .
 This package contains the runtime library.
Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Homepage: http://freecode.com/projects/isl

Package: update-manager-core
Priority: optional
Section: admin
Installed-Size: 168
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: update-manager
Version: 1:0.196.25
Replaces: update-manager (<< 1:0.146.2)
Depends: python3, python3:any (>= 3.2~), python3-update-manager (= 1:0.196.25), lsb-release, ubuntu-release-upgrader-core
Recommends: libpam-modules (>= 1.0.1-9ubuntu3)
Breaks: computer-janitor (<= 1.11-0ubuntu1), update-manager (<< 1:0.146.2)
Size: 8280
Description: manage release upgrades
 This is the core of update-manager and the release upgrader

Package: librpmio3
Priority: optional
Section: libs
Installed-Size: 227
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: rpm
Version: 4.11.1-3ubuntu0.1
Depends: libbz2-1.0, libc6 (>= 2.17), libelf1 (>= 0.131), liblua5.2-0, liblzma5 (>= 5.1.1alpha+20120614), libnss3 (>= 2:3.13.4-2~) | libnss3-1d (>= 3.12.5), libpopt0 (>= 1.14), zlib1g (>= 1:1.1.4)
Size: 68576
Description: RPM IO shared library
 The RPM Package Manager (RPM) is a command-line driven package
 management system capable of installing, uninstalling, verifying,
 querying, and updating computer software packages.
 .
 This library provides basic IO functionality which is used by librpm.
Homepage: http://rpm.org/
Original-Maintainer: Michal Čihař <nijel@debian.org>

Package: traceroute
Priority: important
Section: net
Installed-Size: 172
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 1:2.0.20-0ubuntu0.1
Depends: libc6 (>= 2.14)
Size: 44996
Description: Traces the route taken by packets over an IPv4/IPv6 network
 The traceroute utility displays the route used by IP packets on their way to a
 specified network (or Internet) host. Traceroute displays the IP number and
 host name (if possible) of the machines along the route taken by the packets.
 Traceroute is used as a network debugging tool. If you're having network
 connectivity problems, traceroute will show you where the trouble is coming
 from along the route.
 .
 Install traceroute if you need a tool for diagnosing network connectivity
 problems.
Original-Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Homepage: http://traceroute.sourceforge.net/

Package: python2.7
Priority: standard
Section: python
Installed-Size: 348
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: allowed
Version: 2.7.6-8ubuntu0.5
Replaces: python-profiler (<= 2.7.1-2), python2.7-minimal (<< 2.7.3-7~)
Depends: python2.7-minimal (= 2.7.6-8ubuntu0.5), libpython2.7-stdlib (= 2.7.6-8ubuntu0.5), mime-support
Suggests: python2.7-doc, binutils
Breaks: python-virtualenv (<< 1.7.1.2-2~), vim-athena (<< 2:7.3.547-4), vim-gnome (<< 2:7.3.547-4), vim-gtk (<< 2:7.3.547-4), vim-nox (<< 2:7.3.547-4)
Conflicts: python-profiler (<= 2.7.1-2)
Size: 196712
Description: Interactive high-level object-oriented language (version 2.7)
 Python is a high-level, interactive, object-oriented language. Its 2.7 version
 includes an extensive class library with lots of goodies for
 network programming, system administration, sounds and graphics.
Original-Maintainer: Matthias Klose <doko@debian.org>

Package: manpages
Priority: important
Section: doc
Installed-Size: 909
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 3.54-1ubuntu1
Replaces: bind, libc-bin (<< 2.17-91), rsh-server (<< 0.10-7)
Suggests: man-browser
Size: 627456
Description: Manual pages about using a GNU/Linux system
 This package contains GNU/Linux manual pages for these sections:
  4 = Devices (e.g. hd, sd).
  5 = File formats and protocols, syntaxes of several system
      files (e.g. wtmp, /etc/passwd, nfs).
  7 = Conventions and standards, macro packages, etc.
      (e.g. nroff, ascii).
 .
 Sections 1, 6 and 8 are provided by the respective applications. This
 package only includes the intro man page describing the section.
 .
 The man pages describe syntaxes of several system files.
Homepage: http://www.kernel.org/doc/man-pages/
Original-Maintainer: Martin Schulze <joey@debian.org>

Package: ed
Priority: optional
Section: editors
Installed-Size: 122
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 1.9-2
Depends: libc6 (>= 2.14)
Size: 52552
Description: classic UNIX line editor
 ed is a line-oriented text editor.  It is used to
 create, display, modify and otherwise manipulate text
 files.
 .
 red is a restricted ed: it can only edit files in the
 current directory and cannot execute shell commands.
Original-Maintainer: Martin Zobel-Helas <zobel@debian.org>
Homepage: http://www.gnu.org/software/ed/

Package: python3-update-manager
Priority: optional
Section: python
Installed-Size: 249
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: update-manager
Version: 1:0.196.25
Replaces: update-manager-core (<< 1:0.163)
Depends: python3:any (>= 3.3.2-2~), python3-apt (>= 0.8.5~), python3-distupgrade, lsb-release
Breaks: update-manager-core (<< 1:0.163)
Size: 32198
Description: python 3.x module for update-manager
 Python module for update-manager (UpdateManager).
 .
 This package contains the python 3.x version of this module.

Package: vsftpd
Priority: extra
Section: net
Installed-Size: 353
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 3.0.2-1ubuntu2.14.04.1
Replaces: ftp-server
Provides: ftp-server
Depends: debconf (>= 0.5) | debconf-2.0, sysv-rc (>= 2.88dsf-24) | file-rc (>= 0.8.16), libc6 (>= 2.15), libcap2 (>= 2.10), libpam0g (>= 0.99.7.1), libssl1.0.0 (>= 1.0.0), libwrap0 (>= 7.6-4~), adduser, libpam-modules, netbase
Recommends: logrotate
Conflicts: ftp-server
Size: 111462
Description: lightweight, efficient FTP server written for security
 This package provides the "Very Secure FTP Daemon", written from
 the ground up with security in mind.
 .
 It supports both anonymous and non-anonymous FTP access, PAM authentication,
 bandwidth limiting, and the Linux sendfile() facility.
Homepage: http://vsftpd.beasts.org/
Original-Maintainer: Daniel Baumann <daniel.baumann@progress-technologies.net>

Package: tasksel
Priority: important
Section: admin
Installed-Size: 240
Maintainer: Ubuntu Installer Team <ubuntu-installer@lists.ubuntu.com>
Architecture: all
Version: 2.88ubuntu15
Depends: debconf (>= 0.5) | debconf-2.0, liblocale-gettext-perl, apt (>= 0.6.45ubuntu14), aptitude (>= 0.2.15-1), tasksel-data
Pre-Depends: debconf (>= 1.5.34) | cdebconf (>= 0.106)
Conflicts: base-config (<< 2.32), debconf (<< 1.4.27)
Size: 29670
Description: Tool for selecting tasks for installation on Debian systems
 This package provides 'tasksel', a simple interface for users who
 want to configure their system to perform a specific task.
Original-Maintainer: Debian Install System Team <debian-boot@lists.debian.org>

Package: libvidstab1.0
Priority: extra
Section: libs
Installed-Size: 109
Maintainer: Doug McMahon <mc631man@gmail.com>
Architecture: amd64
Source: vid.stab
Version: 2:1.0~trusty1.3
Depends: libc6 (>= 2.15)
Size: 37516
Description: Video stabilization library.
 This package contains runtime files.
Homepage: http://public.hronopik.de/vid.stab/

Package: liblog-message-simple-perl
Priority: optional
Section: perl
Installed-Size: 56
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 0.10-1
Depends: perl
Filename: pool/main/libl/liblog-message-simple-perl/liblog-message-simple-perl_0.10-1_all.deb
Size: 7656
MD5sum: c5d27a17c2342eaec7bce73d2959ebc2
Description: simplified interface to Log::Message
 Log::Message::Simple provides standardized logging facilities using the
 Log::Message module.
Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Homepage: https://metacpan.org/release/Log-Message-Simple/

Package: pppconfig
Priority: optional
Section: admin
Installed-Size: 220
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 2.3.19ubuntu1
Replaces: manpages-fr (<< 2.39.1-5)
Depends: ppp (>= 2.3.7), whiptail | dialog, lsb-base (>= 1.3-9ubuntu3)
Suggests: resolvconf
Conflicts: nscd (<< 2.3.2.ds1-14)
Size: 34504
Description: A text menu based utility for configuring ppp
 It provides extensive explanations at each step.  pppconfig supports
 PAP, CHAP, and chat methods of authentication.  It uses the standard
 ppp configuration files and sets ppp up so that the standard pon and
 poff commands can be used to control ppp.
 Some features supported by pppconfig are:
  - Multiple ISPs with separate nameservers.
  - Modem detection.
  - Dynamic DNS.
  - Dial on demand.
Original-Maintainer: John Hasler <jhasler@debian.org>

Package: libgcc1
Priority: required
Section: libs
Installed-Size: 129
Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: gccgo-4.9 (4.9.3-0ubuntu4)
Version: 1:4.9.3-0ubuntu4
Depends: gcc-4.9-base (= 4.9.3-0ubuntu4), libc6 (>= 2.14)
Pre-Depends: multiarch-support
Breaks: gcc-4.3 (<< 4.3.6-1), gcc-4.4 (<< 4.4.6-4), gcc-4.5 (<< 4.5.3-2)
Filename: pool/main/g/gccgo-4.9/libgcc1_4.9-20140406-0ubuntu1_amd64.deb
Size: 39194
MD5sum: 332eae9b8c4841e5a71c57298f24419d
Description: GCC support library
 Shared version of the support library, a library of internal subroutines
 that GCC uses to overcome shortcomings of particular machines, or
 special needs for some languages.
Homepage: http://gcc.gnu.org/
Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>

Package: libidn11-dev
Priority: optional
Section: libdevel
Installed-Size: 936
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: libidn
Version: 1.28-1ubuntu2.2
Depends: libidn11 (= 1.28-1ubuntu2.2), pkg-config
Conflicts: libidn9-dev
Size: 519474
Description: Development files for GNU Libidn, an IDN library
 GNU Libidn is a fully documented implementation of the Stringprep,
 Punycode and IDNA specifications.  Libidn's purpose is to encode and
 decode internationalized domain names.  The Nameprep, XMPP, SASLprep,
 and iSCSI profiles are supported.
 .
 This package contains the header files, static library, pkg-config
 information, API man pages, and the Libidn manual.
Homepage: https://www.gnu.org/software/libidn/
Original-Maintainer: Debian Libidn Team <help-libidn@gnu.org>

Package: node-block-stream
Priority: extra
Section: web
Installed-Size: 41
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 0.0.7-1
Depends: nodejs, node-inherits (>= 2)
Size: 4832
Description: Stream of fixed-size blocks, with zero-padding when necessary
 node-block-stream is a Node.js module providing a stream-like object that
 reads or writes data as a stream of blocks.
 A typical use of node-block-stream is processing tar archives.
 .
 Node.js is an event-based server-side javascript engine.
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Homepage: https://github.com/isaacs/block-stream

Package: libck-connector0
Priority: optional
Section: libs
Installed-Size: 56
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: consolekit
Version: 0.4.5-3.1ubuntu2
Depends: libc6 (>= 2.3.4), libdbus-1-3 (>= 1.0.2)
Pre-Depends: multiarch-support
Size: 10530
Description: ConsoleKit libraries
 ConsoleKit is a system daemon for tracking what users are logged
 into the system and how they interact with the computer (e.g.
 which keyboard and mouse they use).
 .
 This package provides a convenience library which simplifies the access to
 ConsoleKit.
Homepage: http://www.freedesktop.org/wiki/Software/ConsoleKit
Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>

Package: libdebconfclient0
Priority: optional
Section: libs
Installed-Size: 85
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: cdebconf
Version: 0.187ubuntu1
Depends: libc6 (>= 2.4)
Pre-Depends: multiarch-support
Filename: pool/main/c/cdebconf/libdebconfclient0_0.187ubuntu1_amd64.deb
Size: 6662
MD5sum: 6e445ba429a00d5b7341ce401bad72df
Description: Debian Configuration Management System (C-implementation library)
 Debconf is a configuration management system for Debian packages. It is
 used by some packages to prompt you for information before they are
 installed. This is a reimplementation of the original debconf version
 in C.
 .
 This is the libraries needed by libdebconfclient-dev and cdebconf.
Original-Maintainer: Debian Install System Team <debian-boot@lists.debian.org>

Package: libxcomposite1
Priority: optional
Section: libs
Installed-Size: 47
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libxcomposite
Version: 1:0.4.4-1
Depends: libc6 (>= 2.2.5), libx11-6 (>= 2:1.4.99.1)
Pre-Depends: multiarch-support
Size: 7714
Description: X11 Composite extension library
 libXcomposite provides an X Window System client interface to the Composite
 extension to the X protocol.
 .
 The Composite extension allows clients called compositing managers to control
 the final drawing of the screen.  Rendering is done into an off-screen buffer.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libXcomposite
Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>

Package: libsys-hostname-long-perl
Priority: optional
Section: perl
Installed-Size: 67
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 1.4-3
Depends: perl
Size: 11288
Description: Figure out the long (fully-qualified) hostname
 This module determines the host full name on multiple operating
 systems (MacOS, Windows, Unix-like systems; more later.)
 .
 The Sys::Hostname class is the best and standard way to get the basic
 hostname, but that may not be fully qualified.  This module tries to
 determine the host's fully qualified name.
Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Homepage: https://metacpan.org/release/Sys-Hostname-Long

Package: libklibc
Priority: optional
Section: libs
Installed-Size: 129
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: klibc
Version: 2.0.3-0ubuntu1.14.04.3
Filename: pool/main/k/klibc/libklibc_2.0.3-0ubuntu1_amd64.deb
Size: 40644
MD5sum: 0a3963d5ab15c7383794ed8f79ab12f8
Description: minimal libc subset for use with initramfs
 klibc is intended to be a minimalistic libc subset for use with
 initramfs.  It is deliberately written for small size, minimal
 entanglement, and portability, not speed.  It is definitely a work in
 progress, and a lot of things are still missing.
Homepage: http://git.kernel.org/?p=libs/klibc/klibc.git;a=summary
Original-Maintainer: maximilian attems <maks@debian.org>

Package: libhcrypto4-heimdal
Priority: optional
Section: libs
Installed-Size: 281
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: heimdal
Version: 1.6~git20131207+dfsg-1ubuntu1.2
Depends: libasn1-8-heimdal (>= 1.4.0+git20110226), libc6 (>= 2.14), libroken18-heimdal (>= 1.4.0+git20110226)
Pre-Depends: multiarch-support
Size: 84110
Description: Heimdal Kerberos - crypto library
 Heimdal is a free implementation of Kerberos 5 that aims to be
 compatible with MIT Kerberos.
 .
 This package contains the cryptographic library required for Heimdal.
Homepage: http://www.h5l.org/
Original-Maintainer: Brian May <bam@debian.org>

Package: librpmbuild3
Priority: optional
Section: libs
Installed-Size: 194
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: rpm
Version: 4.11.1-3ubuntu0.1
Depends: libc6 (>= 2.17), libmagic1 (>= 5.12), libpopt0 (>= 1.14), librpm3 (>= 4.11.1), librpmio3 (>= 4.11.0.1)
Size: 56304
Description: RPM build shared library
 The RPM Package Manager (RPM) is a command-line driven package
 management system capable of installing, uninstalling, verifying,
 querying, and updating computer software packages.
 .
 This library provides an interface for building RPM packages.
Homepage: http://rpm.org/
Original-Maintainer: Michal Čihař <nijel@debian.org>

Package: libxv1
Priority: optional
Section: libs
Installed-Size: 56
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libxv
Version: 2:1.0.10-1
Depends: libc6 (>= 2.14), libx11-6 (>= 2:1.6.0), libxext6
Pre-Depends: multiarch-support
Size: 10346
Description: X11 Video extension library
 libXv provides an X Window System client interface to the XVideo
 extension to the X protocol.
 .
 The XVideo extension allows for accelerated drawing of videos.  Hardware
 adaptors are exposed to clients, which may draw in a number of colourspaces,
 including YUV.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libXv
Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>

Package: libwmf0.2-7
Priority: optional
Section: libs
Installed-Size: 508
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libwmf
Version: 0.2.8.4-10.3ubuntu1.14.04.1
Depends: libc6 (>= 2.14), libexpat1 (>= 2.0.1), libfreetype6 (>= 2.2.1), libjpeg8 (>= 8c), libpng12-0 (>= 1.2.13-4), libx11-6, zlib1g (>= 1:1.1.4)
Pre-Depends: multiarch-support
Recommends: gsfonts
Suggests: libwmf0.2-7-gtk
Size: 143140
Description: Windows metafile conversion library
 Windows metafile (WMF) is a picture format used by many Windows
 programs, e.g. Microsoft Word.  libwmf is a library for interpreting
 metafile images and either displaying them using X or converting them
 to standard formats such as PNG, JPEG, PS, EPS and SVG(Z)...
 .
 This package contains the shared library.
Original-Maintainer: Loïc Minier <lool@debian.org>

Package: curl
Priority: optional
Section: web
Installed-Size: 309
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 7.35.0-1ubuntu2.20
Depends: libc6 (>= 2.17), libcurl3 (= 7.35.0-1ubuntu2.20), zlib1g (>= 1:1.1.4)
Size: 123104
Description: command line tool for transferring data with URL syntax
 curl is a command line tool for transferring data with URL syntax, supporting
 DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3,
 POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP.
 .
 curl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form
 based upload, proxies, cookies, user+password authentication (Basic, Digest,
 NTLM, Negotiate, kerberos...), file transfer resume, proxy tunneling and a
 busload of other useful tricks.
Homepage: http://curl.haxx.se
Original-Maintainer: Alessandro Ghedini <ghedo@debian.org>

Package: libgirepository-1.0-1
Priority: optional
Section: libs
Installed-Size: 260
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: gobject-introspection
Version: 1.40.0-1ubuntu0.2
Replaces: libgirepository1.0-1
Provides: libgirepository1.0-1
Depends: libc6 (>= 2.14), libffi6 (>= 3.0.4), libglib2.0-0 (>= 2.39.0)
Breaks: libgjs0c
Conflicts: libgirepository1.0-1
Size: 85628
Description: Library for handling GObject introspection data (runtime library)
 GObject Introspection is a project for providing machine readable
 introspection data of the API of C libraries. This introspection
 data can be used in several different use cases, for example
 automatic code generation for bindings, API verification and documentation
 generation.
 .
 GObject Introspection contains tools to generate and handle the
 introspection data.
 .
 This package contains a C library for handling the introspection data.
Homepage: https://wiki.gnome.org/GObjectIntrospection
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>

Package: libcgmanager0
Priority: optional
Section: admin
Installed-Size: 145
Maintainer: Serge Hallyn <serge.hallyn@ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: cgmanager
Version: 0.24-0ubuntu7.5
Depends: libc6 (>= 2.2.5), libdbus-1-3 (>= 1.0.2), libnih-dbus1 (>= 1.0.0), libnih1 (>= 1.0.0)
Filename: pool/main/c/cgmanager/libcgmanager0_0.24-0ubuntu5_amd64.deb
Size: 28942
MD5sum: 1267e5984512619fac4c1d59180254a5
Description: Central cgroup manager daemon (client library)
 cgmanager provides a central cgroup manager daemon and a
 per-namespace manager proxy, allowing users and programs
 to administrate cgroups through D-Bus requests.
 .
 This package contains the shared library.
Homepage: http://cgmanager.linuxcontainers.org/

Package: php5-gd
Priority: optional
Section: php
Installed-Size: 159
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: php5
Version: 5.5.9+dfsg-1ubuntu4.29
Depends: libc6 (>= 2.4), libgd3 (>= 2.1.0~alpha~), libxpm4, phpapi-20121212, php5-common (= 5.5.9+dfsg-1ubuntu4.29), ucf
Pre-Depends: dpkg (>= 1.15.7.2~)
Size: 28034
Description: GD module for php5
 This package provides a module for handling graphics directly from PHP
 scripts. It supports the PNG, JPEG, XPM formats as well as Freetype/ttf fonts.
 .
 PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used
 open source general-purpose scripting language that is especially suited
 for web development and can be embedded into HTML.
Homepage: http://www.php.net/
Original-Maintainer: Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>

Package: libasound2
Priority: optional
Section: libs
Installed-Size: 1163
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: alsa-lib
Version: 1.0.27.2-3ubuntu7
Depends: libc6 (>= 2.16), libasound2-data (>= 1.0.27.2-3ubuntu7)
Pre-Depends: multiarch-support
Suggests: libasound2-plugins (>= 1.0.24)
Breaks: bluez-alsa (<= 4.94-2), libasound2-plugin-equal (<= 0.6-1), libasound2-plugins (<< 1.0.24)
Size: 327374
Description: shared library for ALSA applications
 This package contains the ALSA library and its standard plugins, as well
 as the required configuration files.
 .
 ALSA is the Advanced Linux Sound Architecture.
Homepage: http://www.alsa-project.org/
Original-Maintainer: Debian ALSA Maintainers <pkg-alsa-devel@lists.alioth.debian.org>

Package: libsmbclient
Priority: optional
Section: libs
Installed-Size: 305
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: samba
Version: 2:4.3.11+dfsg-0ubuntu0.14.04.20
Replaces: samba-doc (<< 2:4.0.5~)
Depends: libbsd0 (>= 0.0), libc6 (>= 2.14), libtalloc2 (>= 2.0.4~git20101213), libtevent0 (>= 0.9.12), samba-libs (= 2:4.3.11+dfsg-0ubuntu0.14.04.20)
Pre-Depends: dpkg (>= 1.15.6~), multiarch-support
Conflicts: samba-doc (<< 2:4.0.5~)
Size: 53178
Description: shared library for communication with SMB/CIFS servers
 This package provides a shared library that enables client applications
 to talk to Microsoft Windows and Samba servers using the SMB/CIFS
 protocol.
Homepage: http://www.samba.org
Original-Maintainer: Debian Samba Maintainers <pkg-samba-maint@lists.alioth.debian.org>

Package: python-talloc
Priority: optional
Section: python
Installed-Size: 78
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: talloc
Version: 2.1.5-0ubuntu0.14.04.1
Provides: python2.7-talloc
Depends: libc6 (>= 2.2.5), libpython2.7 (>= 2.7), libtalloc2 (>= 2.0.4~git20101213), python (>= 2.7), python (<< 2.8)
Pre-Depends: multiarch-support
Size: 7628
Description: hierarchical pool based memory allocator - Python bindings
 A hierarchical pool based memory allocator with destructors. It uses
 reference counting to determine when memory should be freed.
 .
 This package contains the Python bindings.
Homepage: http://talloc.samba.org/
Original-Maintainer: Jelmer Vernooij <jelmer@debian.org>

Package: libsystemd-daemon0
Priority: optional
Section: libs
Installed-Size: 79
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: systemd
Version: 204-5ubuntu20.31
Depends: libc6 (>= 2.8)
Pre-Depends: multiarch-support
Size: 10694
Description: systemd utility library
 The sd-daemon library provides a reference implementation of various
 APIs for new-style daemons, as implemented by the systemd init system.
Homepage: http://www.freedesktop.org/wiki/Software/systemd
Original-Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>

Package: node-npmlog
Priority: extra
Section: web
Installed-Size: 52
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 0.0.4-1
Depends: nodejs, node-ansi
Size: 5844
Description: Logger with custom levels and colored output for Node.js
 node-npmlog is a basic logger module used by npm.
 .
 npm is the package manager bundled with Node.js.
 .
 Node.js is an event-based server-side javascript engine.
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Homepage: https://github.com/isaacs/npmlog

Package: base-files
Essential: yes
Priority: required
Section: admin
Installed-Size: 433
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 7.2ubuntu5.6
Replaces: base, dpkg (<= 1.15.0), miscutils
Provides: base
Pre-Depends: awk
Breaks: initscripts (<< 2.88dsf-13.3), sendfile (<< 2.1b.20080616-5.2~)
Filename: pool/main/b/base-files/base-files_7.2ubuntu5_amd64.deb
Size: 69330
MD5sum: 10aa13b02a1d48c4515edfeb9f2baf8f
Description: Debian base system miscellaneous files
 This package contains the basic filesystem hierarchy of a Debian system, and
 several important miscellaneous files, such as /etc/debian_version,
 /etc/host.conf, /etc/issue, /etc/motd, /etc/profile, and others,
 and the text of several common licenses in use on Debian systems.
Original-Maintainer: Santiago Vila <sanvila@debian.org>

Package: poppler-data
Priority: optional
Section: misc
Installed-Size: 11849
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 0.4.6-4
Replaces: cmap-adobe-cns1 (<= 0+20090930-2), cmap-adobe-gb1 (<= 0+20090930-2), cmap-adobe-japan1 (<= 0+20090930-2), cmap-adobe-japan2 (<= 0+20090930-2), cmap-adobe-korea1 (<= 1.20100103-3), gs-cjk-resource (<= 1.20100103-3)
Provides: cmap-adobe-cns1, cmap-adobe-gb1, cmap-adobe-japan1, cmap-adobe-japan2, cmap-adobe-korea1, gs-cjk-resource
Pre-Depends: dpkg (>= 1.15.6~)
Suggests: poppler-utils, ghostscript, fonts-japanese-mincho | fonts-ipafont-mincho, fonts-japanese-gothic | fonts-ipafont-gothic, fonts-arphic-ukai, fonts-arphic-uming, fonts-unfonts-core
Breaks: cmap-adobe-cns1 (<= 0+20090930-2), cmap-adobe-gb1 (<= 0+20090930-2), cmap-adobe-japan1 (<= 0+20090930-2), cmap-adobe-japan2 (<= 0+20090930-2), cmap-adobe-korea1 (<= 1.20100103-3), gs-aladdin (<= 6.50-5), gs-cjk-resource (<= 1.20100103-3)
Enhances: ghostscript
Size: 1478566
Description: encoding data for the poppler PDF rendering library
 This package provides the CMap tables required to display PDF documents
 containing CJK characters with libpoppler. They were previously provided
 by the packages cmap-adobe-{cns1,gb1,japan1,japan2,korea1} and
 gs-cjk-resource.
 .
 Users who want to view or create PDF files in Chinese, Japanese, or
 Korean without embedded fonts will need this package.
Original-Maintainer: Hideki Yamane <henrich@debian.org>
Homepage: http://poppler.freedesktop.org/

Package: enchant
Priority: optional
Section: text
Installed-Size: 76
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 1.6.0-10ubuntu1
Replaces: libenchant1c2a (<< 1.6.0-4)
Depends: libc6 (>= 2.3.4), libenchant1c2a (>= 1.6.0), libglib2.0-0 (>= 2.12.0)
Breaks: libenchant1c2a (<< 1.6.0-4)
Size: 12168
Description: Wrapper for various spell checker engines (binary programs)
 Enchant is a generic spell checking library which uses existing
 spell checker engines such as ispell, aspell and myspell as its backends.
 .
 Enchant steps in to provide uniformity and conformity on top of these
 libraries, and implement certain features that may be lacking in any
 individual provider library.
 .
 This package contains standalone runtime binary programs.
Original-Maintainer: Prach Pongpanich <prachpub@gmail.com>
Homepage: http://www.abisource.com/projects/enchant/

Package: mount
Essential: yes
Priority: required
Section: admin
Installed-Size: 421
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Source: util-linux
Version: 2.20.1-5.1ubuntu20.9
Pre-Depends: libblkid1 (>= 2.20.1), libc6 (>= 2.14), libmount1 (>= 2.20.1), libselinux1 (>= 2.0.15)
Suggests: nfs-common (>= 1:1.1.0-13)
Filename: pool/main/u/util-linux/mount_2.20.1-5.1ubuntu20_amd64.deb
Size: 114688
MD5sum: b07fb01262182535251d1db1dbd2c8b8
Description: Tools for mounting and manipulating filesystems
 This package provides the mount(8), umount(8), swapon(8),
 swapoff(8), and losetup(8) commands.
Homepage: http://userweb.kernel.org/~kzak/util-linux/
Original-Maintainer: LaMont Jones <lamont@debian.org>

Package: libopencore-amrwb0
Priority: optional
Section: libs
Installed-Size: 115
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: opencore-amr
Version: 0.1.3-2ubuntu1
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Size: 45348
Description: Adaptive Multi-Rate - Wideband speech codec - shared library
 This library contains an implementation of the 3GPP TS 26.173 specification for
 the Adaptive Multi-Rate - Wideband (AMR-WB) speech decoder. The implementation
 is derived from the OpenCORE framework, part of the Google Android project.
 .
 This package contains the decoder shared library.
Homepage: https://sourceforge.net/projects/opencore-amr/
Original-Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>

Package: libmagick++5
Priority: optional
Section: libs
Installed-Size: 517
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: imagemagick
Version: 8:6.7.7.10-6ubuntu3.13
Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libmagickcore5 (>= 8:6.7.7.10), libmagickwand5 (>= 8:6.7.7.10), libstdc++6 (>= 4.6)
Pre-Depends: multiarch-support
Size: 102280
Description: object-oriented C++ interface to ImageMagick
 The Magick++ library is a set of C++ wrapper classes that provides access
 to the ImageMagick package functionality from within a C++ application.
 .
 This package contains the C++ libraries needed to run executables that make
 use of libMagick++.
Homepage: http://www.imagemagick.org/
Original-Maintainer: ImageMagick Packaging Team <pkg-gmagick-im-team@lists.alioth.debian.org>

Package: libffi-dev
Priority: optional
Section: libdevel
Installed-Size: 316
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libffi
Version: 3.1~rc1+r3.0.13-12ubuntu0.2
Depends: libffi6 (= 3.1~rc1+r3.0.13-12ubuntu0.2), dpkg (>= 1.15.4) | install-info
Conflicts: libffi4-dev
Size: 100296
Description: Foreign Function Interface library (development files)
 This package contains the headers and static library files necessary for
 building programs which use libffi.
 .
 A foreign function interface is the popular name for the interface that
 allows code written in one language to call code written in another
 language.
Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>

Package: libsqlite3-0
Priority: standard
Section: libs
Installed-Size: 838
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: sqlite3
Version: 3.8.2-1ubuntu2.2
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Filename: pool/main/s/sqlite3/libsqlite3-0_3.8.2-1ubuntu2_amd64.deb
Size: 342308
MD5sum: bea32a06561406a939f10a322c0ed6b8
Description: SQLite 3 shared library
 SQLite is a C library that implements an SQL database engine.
 Programs that link with the SQLite library can have SQL database
 access without running a separate RDBMS process.
Homepage: http://www.sqlite.org/
Original-Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>

Package: libtext-iconv-perl
Priority: required
Section: perl
Installed-Size: 85
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 1.7-5build2
Depends: libc6 (>= 2.2.5), perl-base (>= 5.18.1-4), perlapi-5.18.1
Filename: pool/main/libt/libtext-iconv-perl/libtext-iconv-perl_1.7-5build2_amd64.deb
Size: 15330
MD5sum: dbd6eccb6694ef41b3c579a7a3e8d923
Description: converts between character sets in Perl
 The iconv() family of functions from XPG4 defines an API for converting
 between character sets (e.g. UTF-8 to Latin1, EBCDIC to ASCII). They
 are provided by libc6.
 .
 This package allows access to them from Perl via the Text::Iconv
 package.
Original-Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
Homepage: http://search.cpan.org/search?module=Text::Iconv

Package: libpam-systemd
Priority: optional
Section: admin
Installed-Size: 136
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: systemd
Version: 204-5ubuntu20.31
Replaces: libpam-xdg-support, systemd-services (<< 198-0ubuntu7)
Provides: libpam-xdg-support
Depends: libc6 (>= 2.17), libcap2 (>= 2.10), libcgmanager0, libdbus-1-3 (>= 1.0.2), libnih-dbus1 (>= 1.0.0), libnih1 (>= 1.0.0), libpam0g (>= 0.99.7.1), sysv-rc (>= 2.88dsf-24) | file-rc (>= 0.8.16), systemd-services (= 204-5ubuntu20.31), libpam-runtime (>= 1.0.1-6)
Pre-Depends: multiarch-support
Breaks: systemd-services (<< 198-0ubuntu7)
Conflicts: libpam-xdg-support
Size: 25488
Description: system and service manager - PAM module
 systemd is a replacement for sysvinit.  It is dependency-based and
 able to read the LSB init script headers in addition to parsing rcN.d
 links as hints.
 .
 It also provides process supervision using cgroups and the ability to
 not only depend on other init script being started, but also
 availability of a given mount point or dbus service.
 .
 This package contains the PAM module which registers user sessions in
 the systemd control group hierarchy
Homepage: http://www.freedesktop.org/wiki/Software/systemd
Original-Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>

Package: libpangocairo-1.0-0
Priority: optional
Section: libs
Installed-Size: 259
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: pango1.0
Version: 1.36.3-1ubuntu1.1
Replaces: libpango1.0-0 (<< 1.32.5-2)
Depends: libc6 (>= 2.4), libcairo2 (>= 1.12.10), libfontconfig1 (>= 2.9.0), libfreetype6 (>= 2.2.1), libglib2.0-0 (>= 2.37.3), libpango-1.0-0 (>= 1.32.4), libpangoft2-1.0-0 (>= 1.28.1)
Pre-Depends: multiarch-support
Breaks: libpango1.0-0 (<< 1.32.5-2)
Size: 19986
Description: Layout and rendering of internationalized text
 Pango is a library for layout and rendering of text, with an emphasis
 on internationalization. Pango can be used anywhere that text layout is
 needed. however, most of the work on Pango-1.0 was done using the GTK+
 widget toolkit as a test platform. Pango forms the core of text and
 font handling for GTK+-2.0.
 .
 Pango is designed to be modular; the core Pango layout can be used with
 four different font backends:
  - Core X windowing system fonts
  - Client-side fonts on X using the Xft library
  - Direct rendering of scalable fonts using the FreeType library
  - Native fonts on Microsoft backends
 .
 This package contains the shared libraries.
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>

Package: libcups2
Priority: optional
Section: libs
Installed-Size: 616
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: cups
Version: 1.7.2-0ubuntu1.11
Depends: libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.14), libgnutls26 (>= 2.12.17-0), libgssapi-krb5-2 (>= 1.10+dfsg~), zlib1g (>= 1:1.2.0)
Pre-Depends: multiarch-support
Suggests: cups-common
Breaks: cups (<< 1.5.0)
Size: 177860
Description: Common UNIX Printing System(tm) - Core library
 The Common UNIX Printing System (or CUPS(tm)) is a printing system and
 general replacement for lpd and the like.  It supports the Internet
 Printing Protocol (IPP), and has its own filtering driver model for
 handling various document types.
 .
 This package provides the base shared libraries for CUPS.
Homepage: http://www.cups.org
Original-Maintainer: Debian Printing Team <debian-printing@lists.debian.org>

Package: samba-libs
Priority: optional
Section: libs
Installed-Size: 22127
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: samba
Version: 2:4.3.11+dfsg-0ubuntu0.14.04.20
Replaces: libdcerpc-server0 (<< 2:4.0.9), libdcerpc0 (<< 2:4.0.9), libgensec0 (<< 2:4.0.9), libndr-standard0 (<< 2:4.0.9), libndr0 (<< 2:4.0.9), libnetapi0 (<< 2:4.0.9), libregistry0 (<< 2:4.0.9), libsamba-credentials0 (<< 2:4.0.9), libsamba-hostconfig0 (<< 2:4.0.9), libsamba-policy0 (<< 2:4.0.9), libsamba-util0 (<< 2:4.0.9), libsamdb0 (<< 2:4.0.9), libsmbclient-raw0 (<< 2:4.0.9), libsmbd0 (<< 2:4.0.9), libtorture0 (<< 2:4.0.9), samba (<< 2:4.3.3+dfsg-1)
Depends: libldb1 (<< 1:1.1.25~), libldb1 (>> 1:1.1.24~), libacl1 (>= 2.2.51-8), libattr1 (>= 1:2.4.46-8), libbsd0 (>= 0.5.0), libc6 (>= 2.15), libcap2 (>= 2.10), libcups2 (>= 1.6.0), libgcrypt11 (>= 1.5.1), libgnutls26 (>= 2.12.17-0), libldap-2.4-2 (>= 2.4.7), libpam0g (>= 0.99.7.1), libpopt0 (>= 1.14), libpython2.7 (>= 2.7), libtalloc2 (>= 2.1.0), libtdb1 (>= 1.3.0), libtevent0 (>= 0.9.21), libwbclient0 (>= 2:4.0.3+dfsg1), python-talloc (>= 2.0.6), zlib1g (>= 1:1.1.4)
Pre-Depends: multiarch-support
Breaks: libdcerpc-server0 (<< 2:4.0.9), libdcerpc0 (<< 2:4.0.9), libgensec0 (<< 2:4.0.9), libndr-standard0 (<< 2:4.0.9), libndr0 (<< 2:4.0.9), libnetapi0 (<< 2:4.0.9), libregistry0 (<< 2:4.0.9), libsamba-credentials0 (<< 2:4.0.9), libsamba-hostconfig0 (<< 2:4.0.9), libsamba-policy0 (<< 2:4.0.9), libsamba-util0 (<< 2:4.0.9), libsamdb0 (<< 2:4.0.9), libsmbclient-raw0 (<< 2:4.0.9), libsmbd0 (<< 2:4.0.9), libtorture0 (<< 2:4.0.9)
Conflicts: libpam-smbpass (<< 2:4), samba (<< 2:4), samba-common-bin (<< 2:4), samba-dsdb-modules (<< 2:4.1.9+dfsg-2), winbind (<< 2:4)
Size: 5129022
Description: Samba core libraries
 Samba is an implementation of the SMB/CIFS protocol for Unix systems,
 providing support for cross-platform file sharing with Microsoft Windows, OS X,
 and other Unix systems.  Samba can also function as a domain controller
 or member server in both NT4-style and Active Directory domains.
 .
 This package contains the shared libraries.
Homepage: http://www.samba.org
Original-Maintainer: Debian Samba Maintainers <pkg-samba-maint@lists.alioth.debian.org>

Package: console-setup
Priority: optional
Section: utils
Installed-Size: 1529
Maintainer: Ubuntu Installer Team <ubuntu-installer@lists.ubuntu.com>
Architecture: all
Version: 1.70ubuntu8
Replaces: console-terminus
Provides: console-terminus
Depends: debconf (>= 1.5.34), xkb-data (>= 0.9), keyboard-configuration, initramfs-tools (>= 0.85eubuntu12), kbd (>= 1.15-1ubuntu3)
Suggests: lsb-base (>= 3.0-6), locales
Conflicts: console-terminus, lsb (<< 2.0-6), lsb-base (<< 3.0-6), lsb-core (<< 2.0-6)
Filename: pool/main/c/console-setup/console-setup_1.70ubuntu8_all.deb
Size: 1112668
MD5sum: 370ff02356551786ee5749a62e5a2fe6
Description: console font and keymap setup program
 This package provides the Linux console with the same
 keyboard configuration scheme as the X Window System. As a result,
 there is no need to duplicate or change the keyboard files just to
 make simple customizations such as the use of dead keys, the key
 functioning as AltGr or Compose key, the key(s) to switch between
 Latin and non-Latin mode, etc.
 .
 The package also contains console fonts supporting many of the
 world's languages.  It provides an unified set of font faces - the
 classic VGA, the simplistic Fixed, and the cleaned Terminus,
 TerminusBold and TerminusBoldVGA.
Original-Maintainer: Debian Install System Team <debian-boot@lists.debian.org>

Package: php-pear
Priority: optional
Section: php
Installed-Size: 2233
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: php5
Version: 5.5.9+dfsg-1ubuntu4.29
Replaces: php-xml-util, php4-pear (<< 4:4.4.0-0)
Provides: php-xml-util
Depends: php5-common (>= 5.5.9+dfsg-1ubuntu4.29), php5-cli
Recommends: gnupg
Suggests: php5-dev
Conflicts: php-xml-util
Size: 266614
Description: PEAR - PHP Extension and Application Repository
 This package contains the base PEAR classes for PHP, as well as the PEAR
 installer.  Many PEAR classes are already packaged for Debian, and can be
 easily identified by names beginning with "php-", such as php-db and
 php-auth.  Note: to build and install precompiled PECL extensions, you
 will need one of the php development packages installed.
 .
 PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used
 open source general-purpose scripting language that is especially suited
 for web development and can be embedded into HTML.
Homepage: http://www.php.net/
Original-Maintainer: Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>

Package: python-pycurl
Priority: optional
Section: python
Installed-Size: 215
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: pycurl
Version: 7.19.3-0ubuntu3
Depends: libc6 (>= 2.15), libcurl3-gnutls (>= 7.35.0), python (>= 2.7), python (<< 2.8), python:any (>= 2.7.1-0ubuntu2)
Suggests: libcurl4-gnutls-dev, python-pycurl-dbg
Size: 47944
Description: Python bindings to libcurl
 This module provides the Python bindings to libcurl. Please refer to
 the libcurl documentation available in libcurl4-gnutls-dev Debian package.
 .
 NOTE: the SSL support is provided by GnuTLS.
Homepage: http://pycurl.sourceforge.net
Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>

Package: mysql-common
Priority: optional
Section: database
Installed-Size: 138
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Source: mysql-5.5
Version: 5.5.62-0ubuntu0.14.04.1
Breaks: amarok (<< 2.5.0-2), mysql-client-5.1 (<< 5.5), mysql-server-5.1 (<< 5.5), mysql-server-core-5.1 (<< 5.5)
Size: 12626
Description: MySQL database common files, e.g. /etc/mysql/my.cnf
 MySQL is a fast, stable and true multi-user, multi-threaded SQL database
 server. SQL (Structured Query Language) is the most popular database query
 language in the world. The main goals of MySQL are speed, robustness and
 ease of use.
 .
 This package includes files needed by all versions of the client library,
 e.g. /etc/mysql/my.cnf.
Homepage: http://dev.mysql.com/
Original-Maintainer: Debian MySQL Maintainers <pkg-mysql-maint@lists.alioth.debian.org>

Package: libgd3
Priority: optional
Section: libs
Installed-Size: 483
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libgd2
Version: 2.1.0-3ubuntu0.11
Depends: libc6 (>= 2.14), libfontconfig1 (>= 2.9.0), libfreetype6 (>= 2.2.1), libjpeg8 (>= 8c), libpng12-0 (>= 1.2.13-4), libtiff5 (>= 4.0.3), libvpx1 (>= 1.0.0), libxpm4, zlib1g (>= 1:1.1.4)
Pre-Depends: multiarch-support
Suggests: libgd-tools
Size: 122714
Description: GD Graphics Library
 GD is a graphics library. It allows your code to quickly draw images
 complete with lines, arcs, text, multiple colours, cut and paste from
 other images, flood fills, and write out the result as a PNG file.
 This is particularly useful in World Wide Web applications, where PNG is
 one of the formats accepted for inline images by most browsers.
 .
 This is the runtime package of the library.
Homepage: http://www.libgd.org/
Original-Maintainer: GD team <pkg-gd-devel@lists.alioth.debian.org>

Package: libpq-dev
Priority: optional
Section: libdevel
Installed-Size: 732
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: postgresql-9.3
Version: 9.3.24-0ubuntu0.14.04
Depends: libc6 (>= 2.4), libpq5 (= 9.3.24-0ubuntu0.14.04), libssl-dev, krb5-multidev, comerr-dev
Suggests: postgresql-doc-9.3
Size: 140354
Description: header files for libpq5 (PostgreSQL library)
 Header files and static library for compiling C programs to link
 with the libpq library in order to communicate with a PostgreSQL
 database backend.
 .
 PostgreSQL is an object-relational SQL database management system.
Homepage: http://www.postgresql.org/
Original-Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>

Package: libreadline5
Priority: extra
Section: libs
Installed-Size: 361
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: readline5
Version: 5.2+dfsg-2
Depends: readline-common, libc6 (>= 2.15), libtinfo5
Pre-Depends: multiarch-support
Size: 130428
Description: GNU readline and history libraries, run-time libraries
 The GNU readline library aids in the consistency of user interface
 across discrete programs that need to provide a command line
 interface.
 .
 The GNU history library provides a consistent user interface for
 recalling lines of previously typed input.
Original-Maintainer: Debian QA Group <packages@qa.debian.org>

Package: libreadline6
Priority: important
Section: libs
Installed-Size: 404
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: readline6
Version: 6.3-4ubuntu2
Depends: readline-common, libc6 (>= 2.15), libtinfo5
Pre-Depends: multiarch-support
Filename: pool/main/r/readline6/libreadline6_6.3-4ubuntu2_amd64.deb
Size: 116118
MD5sum: 74b67b6ef21b307955a72f86105e1e0f
Description: GNU readline and history libraries, run-time libraries
 The GNU readline library aids in the consistency of user interface
 across discrete programs that need to provide a command line
 interface.
 .
 The GNU history library provides a consistent user interface for
 recalling lines of previously typed input.
Original-Maintainer: Matthias Klose <doko@debian.org>

Package: libncurses5
Priority: required
Section: libs
Installed-Size: 292
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: ncurses
Version: 5.9+20140118-1ubuntu1
Depends: libtinfo5 (= 5.9+20140118-1ubuntu1), libc6 (>= 2.15)
Pre-Depends: multiarch-support, libtinfo5 (>= 5.9-3)
Recommends: libgpm2
Filename: pool/main/n/ncurses/libncurses5_5.9+20140118-1ubuntu1_amd64.deb
Size: 93554
MD5sum: 4b9fa1adc3d421378b7e0d641e44279f
Description: shared libraries for terminal handling
 The ncurses library routines are a terminal-independent method of
 updating character screens with reasonable optimization.
 .
 This package contains the shared libraries necessary to run programs
 compiled with ncurses.
Homepage: http://invisible-island.net/ncurses/
Original-Maintainer: Craig Small <csmall@debian.org>

Package: libplymouth2
Priority: optional
Section: libs
Installed-Size: 302
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: plymouth
Version: 0.8.8-0ubuntu17.2
Replaces: plymouth (<< 0.7.0+git20090207-0ubuntu0.1~ppa4)
Depends: libc6 (>= 2.14), libpng12-0 (>= 1.2.13-4)
Pre-Depends: multiarch-support
Breaks: casper (= 1.227), mountall (<< 2.8)
Filename: pool/main/p/plymouth/libplymouth2_0.8.8-0ubuntu17_amd64.deb
Size: 76614
MD5sum: 2f3fc4e5c5c153ba7ba457c4b8d2c6a6
Description: graphical boot animation and logger - shared libraries
 Plymouth is an application that runs very early in the boot process
 (even before the root filesystem is mounted!) that provides a graphical
 boot animation while the boot process happens in the background.
 .
 This package contains the shared libraries.

Package: vim
Priority: optional
Section: editors
Installed-Size: 2185
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 2:7.4.052-1ubuntu3.1
Provides: editor
Depends: vim-common (= 2:7.4.052-1ubuntu3.1), vim-runtime (= 2:7.4.052-1ubuntu3.1), libacl1 (>= 2.2.51-8), libc6 (>= 2.15), libgpm2 (>= 1.20.4), libpython2.7 (>= 2.7), libselinux1 (>= 1.32), libtinfo5
Suggests: ctags, vim-doc, vim-scripts
Size: 955402
Description: Vi IMproved - enhanced vi editor
 Vim is an almost compatible version of the UNIX editor Vi.
 .
 Many new features have been added: multi level undo, syntax
 highlighting, command line history, on-line help, filename
 completion, block operations, folding, Unicode support, etc.
 .
 This package contains a version of vim compiled with a rather
 standard set of features.  This package does not provide a GUI
 version of Vim.  See the other vim-* packages if you need more
 (or less).
Homepage: http://www.vim.org/
Original-Maintainer: Debian Vim Maintainers <pkg-vim-maintainers@lists.alioth.debian.org>

Package: fonts-dejavu-core
Priority: optional
Section: fonts
Installed-Size: 2898
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Source: fonts-dejavu
Version: 2.34-1ubuntu1
Replaces: ttf-dejavu (<< 2.20-1), ttf-dejavu-core (<< 2.33+svn2514-2~)
Breaks: ttf-dejavu (<< 2.20-1), ttf-dejavu-core (<< 2.33+svn2514-2~)
Size: 1024460
Description: Vera font family derivate with additional characters
 DejaVu provides an expanded version of the Vera font family aiming for
 quality and broader Unicode coverage while retaining the original Vera
 style. DejaVu currently works towards conformance with the Multilingual
 European Standards (MES-1 and MES-2) for Unicode coverage. The DejaVu
 fonts provide serif, sans and monospaced variants.
 .
 This package only contains the sans, sans-bold, serif, serif-bold,
 mono and mono-bold variants. For additional variants, see the
 ttf-dejavu-extra package.
 .
 DejaVu fonts are intended for use on low-resolution devices (mainly
 computer screens) but can be used in printing as well.
Original-Maintainer: Debian Fonts Task Force <pkg-fonts-devel@lists.alioth.debian.org>
Homepage: http://dejavu-fonts.org/

Package: rsync
Priority: optional
Section: net
Installed-Size: 638
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 3.1.0-2ubuntu0.4
Depends: libacl1 (>= 2.2.51-8), libc6 (>= 2.15), libpopt0 (>= 1.14), zlib1g (>= 1:1.1.4), lsb-base (>= 3.2-14), base-files (>= 4.0.1)
Suggests: openssh-client, openssh-server
Breaks: duplicity (<< 0.6.11)
Size: 283948
Description: fast, versatile, remote (and local) file-copying tool
 rsync is a fast and versatile file-copying tool which can copy locally
 and to/from a remote host. It offers many options to control its behavior,
 and its remote-update protocol can minimize network traffic to make
 transferring updates between machines fast and efficient.
 .
 It is widely used for backups and mirroring and as an improved copy
 command for everyday use.
 .
 This package provides both the rsync command line tool and optional
 daemon functionality.
Homepage: http://rsync.samba.org/
Original-Maintainer: Paul Slootman <paul@debian.org>

Package: python3-colorama
Priority: optional
Section: python
Installed-Size: 73
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: python-colorama
Version: 0.2.5-0.1ubuntu2
Depends: python3:any (>= 3.3.2-2~)
Size: 11976
Description: Cross-platform colored terminal text in Python - Python 3.x
 Python-colorama provides a simple cross-platform API to print colored terminal
 text from Python applications.
 .
 ANSI escape character sequences are commonly used to produce colored terminal
 text on Unix. Colorama provides some shortcuts to generate these sequences.
 .
 This has the happy side-effect that existing applications or libraries which
 already use ANSI sequences to produce colored output on Linux.
 .
 This package provides the module for Python 2.x.
Original-Maintainer: Khalid El Fathi <khalid@elfathi.fr>
Homepage: http://pypi.python.org/pypi/colorama/

Package: libxcb-dri2-0
Priority: optional
Section: libs
Installed-Size: 61
Maintainer: Ubuntu X-SWAT <ubuntu-x@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libxcb
Version: 1.10-2ubuntu1
Depends: libc6 (>= 2.2.5), libxcb1
Pre-Depends: multiarch-support
Size: 6710
Description: X C Binding, dri2 extension
 This package contains the library files needed to run software using
 libxcb-dri2, the dri2 extension for the X C Binding.
 .
 The XCB library provides an interface to the X Window System protocol,
 designed to replace the Xlib interface.  XCB provides several advantages over
 Xlib:
 .
  * Size: small library and lower memory footprint
  * Latency hiding: batch several requests and wait for the replies later
  * Direct protocol access: one-to-one mapping between interface and protocol
  * Thread support: access XCB from multiple threads, with no explicit locking
  * Easy creation of new extensions: automatically generates interface from
    machine-parsable protocol descriptions
Homepage: http://xcb.freedesktop.org
Original-Maintainer: XCB Developers <xcb@lists.freedesktop.org>

Package: libwind0-heimdal
Priority: optional
Section: libs
Installed-Size: 230
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: heimdal
Version: 1.6~git20131207+dfsg-1ubuntu1.2
Depends: libc6 (>= 2.14), libcomerr2 (>= 1.01), libroken18-heimdal (>= 1.4.0+git20110226)
Pre-Depends: multiarch-support
Size: 47936
Description: Heimdal Kerberos - stringprep implementation
 Heimdal is a free implementation of Kerberos 5 that aims to be
 compatible with MIT Kerberos.
Homepage: http://www.h5l.org/
Original-Maintainer: Brian May <bam@debian.org>

Package: gcc-4.9-base
Priority: required
Section: libs
Installed-Size: 221
Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: gccgo-4.9
Version: 4.9.3-0ubuntu4
Breaks: dehydra (<= 0.9.hg20110609-2), gcc-4.4-base (<< 4.4.7), gcc-4.7-base (<< 4.7.3), gcj-4.4-base (<< 4.4.6-9~), gcj-4.6-base (<< 4.6.1-4~), gnat-4.4-base (<< 4.4.6-3~), gnat-4.6-base (<< 4.6.4)
Filename: pool/main/g/gccgo-4.9/gcc-4.9-base_4.9-20140406-0ubuntu1_amd64.deb
Size: 15146
MD5sum: b9cad36e6a34f80d2365969c01e7640c
Description: GCC, the GNU Compiler Collection (base package)
 This package contains files common to all languages and libraries
 contained in the GNU Compiler Collection (GCC).
Homepage: http://gcc.gnu.org/
Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>

Package: python3.4-minimal
Priority: optional
Section: python
Installed-Size: 3763
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: allowed
Source: python3.4
Version: 3.4.3-1ubuntu1~14.04.7
Depends: libpython3.4-minimal (= 3.4.3-1ubuntu1~14.04.7), libexpat1 (>= 2.1~beta3), zlib1g (>= 1:1.2.0)
Pre-Depends: libc6 (>= 2.17)
Recommends: python3.4
Suggests: binfmt-support
Conflicts: binfmt-support (<< 1.1.2)
Filename: pool/main/p/python3.4/python3.4-minimal_3.4.0-2ubuntu1_amd64.deb
Size: 1224360
MD5sum: 16f4985a7a7d67866153f7bebe73c8e4
Description: Minimal subset of the Python language (version 3.4)
 This package contains the interpreter and some essential modules.  It can
 be used in the boot process for some basic tasks.
 See /usr/share/doc/python3.4-minimal/README.Debian for a list of the modules
 contained in this package.
Original-Maintainer: Matthias Klose <doko@debian.org>

Package: libldap2-dev
Priority: extra
Section: libdevel
Installed-Size: 1370
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: openldap
Version: 2.4.31-1+nmu2ubuntu8.5
Replaces: libopenldap-dev
Provides: libldap-dev
Depends: libldap-2.4-2 (= 2.4.31-1+nmu2ubuntu8.5)
Conflicts: libldap-dev, libopenldap-dev
Size: 259136
Description: OpenLDAP development libraries
 This package allows development of LDAP applications using the OpenLDAP
 libraries. It includes headers, libraries and links to allow static and
 dynamic linking.
Homepage: http://www.openldap.org/
Original-Maintainer: Debian OpenLDAP Maintainers <pkg-openldap-devel@lists.alioth.debian.org>

Package: libp11-kit-dev
Priority: optional
Section: libdevel
Installed-Size: 526
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: p11-kit
Version: 0.20.2-2ubuntu2
Depends: libp11-kit0 (= 0.20.2-2ubuntu2)
Size: 56414
Description: Library for loading and coordinating access to PKCS#11 modules - development
 Provides a way to load and enumerate PKCS#11 modules. Provides a standard
 configuration setup for installing PKCS#11 modules in such a way that
 they're discoverable.
 .
 Also solves problems with coordinating the use of PKCS#11 by different
 components or libraries living in the same process.
 .
 This package contains the documentation and development headers required
 to build applications using the p11-kit library.
Homepage: http://p11-glue.freedesktop.org/p11-kit.html
Original-Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>

Package: lockfile-progs
Priority: optional
Section: misc
Installed-Size: 78
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 0.1.17
Depends: libc6 (>= 2.8), liblockfile1 (>= 1.0)
Filename: pool/main/l/lockfile-progs/lockfile-progs_0.1.17_amd64.deb
Size: 10670
MD5sum: 2e1c174dc592e4f32caed6011baa4317
Description: Programs for locking and unlocking files and mailboxes
 This package includes several programs to safely lock and unlock
 files and mailboxes from the command line.  These include:
 .
   lockfile-create
   lockfile-remove
   lockfile-touchlock
   mail-lock
   mail-unlock
   mail-touchlock
 .
 These programs use liblockfile to perform the file locking and
 unlocking, so they are guaranteed compatible with Debian's
 file locking policies.
Original-Maintainer: Rob Browning <rlb@defaultvalue.org>

Package: tasksel-data
Priority: important
Section: admin
Installed-Size: 136
Maintainer: Ubuntu Installer Team <ubuntu-installer@lists.ubuntu.com>
Architecture: all
Source: tasksel
Version: 2.88ubuntu15
Depends: tasksel
Recommends: laptop-detect
Conflicts: tasksel (<< 2.67)
Size: 6366
Description: Official tasks used for installation of Debian systems
 This package contains data about the standard tasks available on a Debian
 system.
Original-Maintainer: Debian Install System Team <debian-boot@lists.debian.org>

Package: libboost-iostreams1.54.0
Priority: important
Section: libs
Installed-Size: 167
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: boost1.54
Version: 1.54.0-4ubuntu3.1
Depends: libbz2-1.0, libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.2.1), zlib1g (>= 1:1.1.4)
Pre-Depends: multiarch-support
Size: 29010
Description: Boost.Iostreams Library
 This package forms part of the Boost C++ Libraries collection.
 .
 Boost.Iostreams are a collection of concepts and a set of templates
 which turn models of these concepts into C++ standard library streams
 and stream buffers.
Homepage: http://www.boost.org/libs/iostreams/
Original-Maintainer: Debian Boost Team <pkg-boost-devel@lists.alioth.debian.org>

Package: libnspr4
Priority: optional
Section: libs
Installed-Size: 347
Maintainer: Ubuntu Mozilla Team <ubuntu-mozillateam@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: nspr
Version: 2:4.13.1-0ubuntu0.14.04.1
Depends: libc6 (>= 2.17)
Pre-Depends: multiarch-support
Breaks: evolution-plugins (<< 3.2.0-0ubuntu2)
Conflicts: evolution-documentation-cs, evolution-documentation-de, evolution-documentation-el, evolution-documentation-en, evolution-documentation-es, evolution-documentation-fr, evolution-documentation-mk, evolution-documentation-oc, evolution-documentation-ru, evolution-documentation-sv, language-support-translations-cs, language-support-translations-de, language-support-translations-el, language-support-translations-en, language-support-translations-es, language-support-translations-fr, language-support-translations-mk, language-support-translations-oc, language-support-translations-ru, language-support-translations-sv, libnspr4-0d (<< 2:4.9-2~)
Size: 109810
Description: NetScape Portable Runtime Library
 This library provides platform independent non-GUI operating system
 facilities including:
  * threads,
  * thread synchronisation,
  * normal file I/O and network I/O,
  * interval timing and calendar time,
  * basic memory management (malloc and free),
  * shared library linking.
Homepage: http://www.mozilla.org/projects/nspr/
Original-Maintainer: Maintainers of Mozilla-related packages <pkg-mozilla-maintainers@lists.alioth.debian.org>

Package: node-github-url-from-git
Priority: extra
Section: web
Installed-Size: 40
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 1.1.1-1
Depends: nodejs
Size: 3138
Description: Convert github git or gist url to an http url - Node.js module
 This module is a simple regular expression for parsing and converting
 a git repository url from github to an http url. It supports gists as
 well. It is used by npm and node-normalize-package-data.
 .
 Node.js is an event-based server-side javascript engine.
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Homepage: https://github.com/visionmedia/node-github-url-from-git

Package: ppp
Priority: optional
Section: admin
Installed-Size: 928
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 2.4.5-5.1ubuntu2.3
Depends: libc6 (>= 2.15), libpam0g (>= 0.99.7.1), libpcap0.8 (>= 0.9.8), libssl1.0.0 (>= 1.0.0), libpam-modules, libpam-runtime, procps
Breaks: network-manager (<= 0.8.0.999-1), network-manager-pptp (<= 0.8.0.999-1), pppdcapiplugin (<= 1:3.9.20060704+dfsg.1-1)
Size: 310586
Description: Point-to-Point Protocol (PPP) - daemon
 The Point-to-Point Protocol provides a standard way to transmit
 datagrams over a serial link, as well as a standard way for the machines
 at either end of the link to negotiate various optional characteristics
 of the link.
 .
 This package is most commonly used to manage a modem for dial-up or
 certain kinds of broadband connections.
Original-Maintainer: Marco d'Itri <md@linux.it>

Package: libjpeg-turbo8
Priority: optional
Section: libs
Installed-Size: 331
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libjpeg-turbo
Version: 1.3.0-0ubuntu2.1
Replaces: libjpeg8 (<< 8c-2ubuntu5)
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Breaks: libjpeg8 (<< 8c-2ubuntu5)
Size: 104366
Description: IJG JPEG compliant runtime library.
 Runtime library supporting the Independent JPEG Group's standard
 for JPEG files.
 .
 This package contains the shared library which is a drop in
 replacement for libjpeg8, which has better performance than
 standard libjpeg by use of SIMD and other optimizations.
Homepage: http://libjpeg-turbo.virtualgl.org/

Package: libkeyutils1
Priority: standard
Section: libs
Installed-Size: 51
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: keyutils
Version: 1.5.6-1
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Size: 7318
Description: Linux Key Management Utilities (library)
 Keyutils is a set of utilities for managing the key retention facility in the
 kernel, which can be used by filesystems, block devices and more to gain and
 retain the authorization and encryption keys required to perform secure
 operations.
 .
 This package provides a wrapper library for the key management facility system
 calls.
Original-Maintainer: Luk Claes <luk@debian.org>
Homepage: http://people.redhat.com/~dhowells/keyutils/

Package: parted
Priority: optional
Section: admin
Installed-Size: 184
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 2.3-19ubuntu1.14.04.1
Replaces: fsresize, parted1.6
Depends: libc6 (>= 2.11), libparted0debian1 (>= 2.2-1), libreadline6 (>= 6.0), libtinfo5
Suggests: parted-doc
Conflicts: fsresize, parted1.6
Size: 44164
Description: disk partition manipulator
 GNU Parted is a program that allows you to create, destroy, resize,
 move, and copy disk partitions. This is useful for creating space
 for new operating systems, reorganizing disk usage, and copying data
 to new hard disks.
 .
 This package contains the binary and manual page. Further
 documentation is available in parted-doc.
 .
 Parted currently supports DOS, Mac, Sun, BSD, GPT, MIPS, and PC98
 partitioning formats, as well as a "loop" (raw disk) type which
 allows use on RAID/LVM. It can detect and remove ASFS/AFFS/APFS,
 Btrfs, ext2/3/4, FAT16/32, HFS, JFS, linux-swap, UFS, XFS, and ZFS
 file systems. Parted also has the ability to create and modify file
 systems of some of these types, but using it to perform file system
 operations is now deprecated.
 .
 The nature of this software means that any bugs could cause massive
 data loss. While there are no such bugs known at the moment, they
 could exist, so please back up all important files before running
 it, and do so at your own risk.
Homepage: http://www.gnu.org/software/parted
Original-Maintainer: Parted Maintainer Team <parted-maintainers@lists.alioth.debian.org>

Package: libvorbisenc2
Priority: optional
Section: libs
Installed-Size: 729
Maintainer: Debian Xiph.org Maintainers <pkg-xiph-maint@lists.alioth.debian.org>
Architecture: amd64
Multi-Arch: same
Source: libvorbis
Version: 1.3.4-2~trusty1
Depends: libc6 (>= 2.2.5), libvorbis0a (= 1.3.4-2~trusty1)
Pre-Depends: multiarch-support
Size: 79088
Description: encoder library for Vorbis General Audio Compression Codec
 Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free,
 general-purpose compressed audio format for audio and music at fixed
 and variable bitrates from 16 to 128 kbps/channel.
 .
 The Vorbisenc library provides a convenient API for setting up an encoding
 environment using libvorbis.
Homepage: http://www.xiph.org/vorbis/

Package: logrotate
Priority: important
Section: admin
Installed-Size: 159
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 3.8.7-1ubuntu1.2
Depends: libacl1 (>= 2.2.51-8), libc6 (>= 2.14), libpopt0 (>= 1.14), libselinux1 (>= 1.32), cron | anacron | cron-daemon, base-passwd (>= 2.0.3.4)
Suggests: mailx
Breaks: postgresql-common (<= 126)
Filename: pool/main/l/logrotate/logrotate_3.8.7-1ubuntu1_amd64.deb
Size: 38352
MD5sum: 4ef6e127f6486ea4a6b5876ed5a50ff7
Description: Log rotation utility
 The logrotate utility is designed to simplify the administration of
 log files on a system which generates a lot of log files.  Logrotate
 allows for the automatic rotation compression, removal and mailing of
 log files.  Logrotate can be set to handle a log file daily, weekly,
 monthly or when the log file gets to a certain size.  Normally, logrotate
 runs as a daily cron job.
Homepage: https://fedorahosted.org/logrotate/
Original-Maintainer: Paul Martin <pm@debian.org>

Package: libltdl7
Priority: optional
Section: libs
Installed-Size: 397
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libtool
Version: 2.4.2-1.7ubuntu1
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Size: 35000
Description: A system independent dlopen wrapper for GNU libtool
 This package contains the run-time libltdl library.
 .
 A small library that aims at hiding the various difficulties of
 dlopening libraries from programmers.  It is a system independent
 dlopen wrapper for GNU libtool.
 .
 It supports the following dlopen interfaces:
   * dlopen (Solaris, Linux and various BSD flavors)
   * shl_load (HP-UX)
   * LoadLibrary (Win16 and Win32)
   * load_add_on (BeOS)
   * GNU DLD (emulates dynamic linking for static libraries)
   * libtool's dlpreopen
Homepage: http://www.gnu.org/software/libtool/
Original-Maintainer: Kurt Roeckx <kurt@roeckx.be>

Package: libexpat1
Priority: optional
Section: libs
Installed-Size: 391
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: expat
Version: 2.1.0-4ubuntu1.4
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Conflicts: wink (<= 1.5.1060-4)
Filename: pool/main/e/expat/libexpat1_2.1.0-4ubuntu1_amd64.deb
Size: 70926
MD5sum: 205be3358c2336f34bb338adff003028
Description: XML parsing C library - runtime library
 This package contains the runtime, shared library of expat, the C
 library for parsing XML. Expat is a stream-oriented parser in
 which an application registers handlers for things the parser
 might find in the XML document (like start tags).
Homepage: http://expat.sourceforge.net
Original-Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>

Package: zziplib-bin
Priority: optional
Section: utils
Installed-Size: 88
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: zziplib
Version: 0.13.62-2ubuntu0.2
Depends: libc6 (>= 2.4), libzzip-0-13 (>= 0.13.56)
Size: 10524
Description: library providing read access on ZIP-archives - binaries
 The zziplib library is intentionally lightweight, it offers the ability
 to easily extract data from files archived in a single zip file.
 Applications can bundle files into a single zip archive and access them.
 The implementation is based only on the (free) subset of compression
 with the zlib algorithm which is actually used by the zip/unzip tools.
 .
 This package contains some useful binaries to extract data from zip
 archives.
Homepage: http://zziplib.sourceforge.net
Original-Maintainer: Scott Howard <showard@debian.org>

Package: php5-curl
Priority: optional
Section: php
Installed-Size: 139
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: php5
Version: 5.5.9+dfsg-1ubuntu4.29
Depends: libc6 (>= 2.14), libcurl3 (>= 7.18.0), phpapi-20121212, php5-common (= 5.5.9+dfsg-1ubuntu4.29), ucf
Pre-Depends: dpkg (>= 1.15.7.2~)
Size: 27232
Description: CURL module for php5
 CURL is a library for getting files from  FTP, GOPHER, HTTP server.
 .
 PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used
 open source general-purpose scripting language that is especially suited
 for web development and can be embedded into HTML.
Homepage: http://www.php.net/
Original-Maintainer: Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>

Package: node-forever-agent
Priority: extra
Section: web
Installed-Size: 41
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 0.5.1-1
Depends: nodejs
Size: 3194
Description: HTTP agent supporting keep-alive requests - module for Node.js
 node-forever-agent keeps socket connections alive between keep-alive
 requests.
 .
 Node.js is an event-based server-side javascript engine.
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Homepage: https://github.com/mikeal/forever-agent

Package: libnusoap-php
Priority: optional
Section: php
Installed-Size: 402
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: nusoap
Version: 0.7.3-5
Depends: php5
Size: 80910
Description: SOAP toolkit for PHP
 NuSOAP is a rewrite of SOAPx4. It is a set of PHP classes - no PHP
 extensions required - that allow developers to create and consume
 web services based on SOAP 1.1, WSDL 1.1 and HTTP 1.0/1.1.
Original-Maintainer: Thomas Goirand <zigo@debian.org>
Homepage: http://nusoap.sourceforge.net/

Package: node-express
Priority: extra
Section: web
Installed-Size: 136
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 2.5.9-2
Depends: nodejs (>= 0.6.19~dfsg1-3~), node-connect, node-mime (>= 1.2.4), node-qs (>= 0.4), node-mkdirp (>= 0.3.0)
Size: 28444
Description: web development framework for NodeJS
 Express is a web development framework for NodeJS, inspired to ruby's
 Sinatra.
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Homepage: https://github.com/visionmedia/express

Package: libterm-readkey-perl
Priority: optional
Section: perl
Installed-Size: 117
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 2.31-1
Depends: perl (>= 5.18.1-4), perlapi-5.18.1, libc6 (>= 2.15)
Size: 27364
Description: perl module for simple terminal control
 Term::ReadKey is a compiled perl module dedicated to providing simple
 control over terminal driver modes (cbreak, raw, cooked, etc.,) support for
 non-blocking reads, if the architecture allows, and some generalized handy
 functions for working with terminals. One of the main goals is to have the
 functions as portable as possible, so you can just plug in "use
 Term::ReadKey" on any architecture and have a good likelyhood of it working.
Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Homepage: https://metacpan.org/release/TermReadKey/

Package: openssh-sftp-server
Priority: optional
Section: net
Installed-Size: 118
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: openssh
Version: 1:6.6p1-2ubuntu2.13
Replaces: openssh-server (<< 1:6.5p1-5)
Depends: libc6 (>= 2.17), openssh-client
Recommends: openssh-server | ssh-server
Breaks: openssh-server (<< 1:6.5p1-5)
Enhances: openssh-server, ssh-server
Size: 34214
Description: secure shell (SSH) sftp server module, for SFTP access from remote machines
 This is the portable version of OpenSSH, a free implementation of
 the Secure Shell protocol as specified by the IETF secsh working
 group.
 .
 Ssh (Secure Shell) is a program for logging into a remote machine
 and for executing commands on a remote machine.
 It provides secure encrypted communications between two untrusted
 hosts over an insecure network. X11 connections and arbitrary TCP/IP
 ports can also be forwarded over the secure channel.
 It can be used to provide applications with a secure communication
 channel.
 .
 This package provides the SFTP server module for the SSH server. It
 is needed if you want to access your SSH server with SFTP. The SFTP
 server module also works with other SSH daemons like dropbear.
Homepage: http://www.openssh.org/
Original-Maintainer: Debian OpenSSH Maintainers <debian-ssh@lists.debian.org>

Package: libdbd-mysql-perl
Priority: optional
Section: perl
Installed-Size: 307
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 4.025-1ubuntu0.1
Depends: perl (>= 5.18.2-2ubuntu1.1), perl-dbdabi-94, perlapi-5.18.2, libc6 (>= 2.4), libmysqlclient18 (>= 5.5.24+dfsg-1), libdbi-perl
Size: 87594
Description: Perl5 database interface to the MySQL database
 DBD::mysql is the Perl5 Database Interface driver for the MySQL
 database. In other words: DBD::mysql is an interface between the Perl
 programming language and the MySQL programming API that comes with the
 MySQL relational database management system. Most functions provided by
 this programming API are supported. Some rarely used functions are
 missing, mainly because noone ever requested them. However supported
 features include: compression of data between server and client; timeouts;
 SSL; prepared statement support; server administration such as creating
 and dropping databases and restarting the server; auto-reconnection;
 utf8; bind type guessing; bind comment placeholders; automated insert ids;
 transactions; multiple result sets and multithreading.
Homepage: https://metacpan.org/release/DBD-mysql
Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>

Package: patch
Priority: standard
Section: vcs
Installed-Size: 224
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 2.7.1-4ubuntu2.4
Depends: libc6 (>= 2.17)
Suggests: ed, diffutils-doc
Size: 86890
Description: Apply a diff file to an original
 Patch will take a patch file containing any of the four forms
 of difference listing produced by the diff program and apply
 those differences to an original file, producing a patched
 version.
Original-Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>

Package: gconf-service-backend
Priority: optional
Section: libs
Installed-Size: 578
Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
Architecture: amd64
Source: gconf
Version: 3.2.6-0ubuntu2
Replaces: gconf-service (<< 3.2.5-0ubuntu2), gconf2-common (<< 3.2.3-2)
Depends: gconf-service, libc6 (>= 2.14), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libgconf-2-4 (= 3.2.6-0ubuntu2), libglib2.0-0 (>= 2.25.9), libldap-2.4-2 (>= 2.4.7), libxml2 (>= 2.7.4), gconf2-common (= 3.2.6-0ubuntu2)
Breaks: gconf2-common (<< 3.2.3-2)
Size: 56338
Description: GNOME configuration database system (D-Bus service)
 GConf is a configuration database system for storing application
 preferences. It supports default or mandatory settings set by the
 administrator, and changes to the database are instantly applied to all
 running applications. It is written for the GNOME desktop but doesn't
 require it.
 .
 This package contains the D-Bus enabled daemon that is used internally
 by the GConf library to access configuration data.  It is an internal
 implementation of gconf used to work around multiarch-related upgrade
 problems, and will eventually be merged back into gconf-service.
Homepage: http://projects.gnome.org/gconf/
Original-Maintainer: Josselin Mouette <joss@debian.org>

Package: initramfs-tools-bin
Priority: optional
Section: utils
Installed-Size: 121
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: amd64
Source: initramfs-tools
Version: 0.103ubuntu4.11
Depends: libc6 (>= 2.4), libudev1 (>= 183)
Filename: pool/main/i/initramfs-tools/initramfs-tools-bin_0.103ubuntu4_amd64.deb
Size: 8610
MD5sum: 6f3894e195e162386d136afb05372ff5
Description: binaries used by initramfs-tools
 This package contains binaries used inside the initramfs images generated
 by initramfs-tools.
Original-Maintainer: Debian kernel team <debian-kernel@lists.debian.org>

Package: linux-headers-3.13.0-170-generic
Priority: optional
Section: devel
Installed-Size: 13236
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: amd64
Source: linux
Version: 3.13.0-170.220
Provides: linux-headers, linux-headers-3.0
Depends: linux-headers-3.13.0-170, libc6 (>= 2.14)
Size: 697928
Description: Linux kernel headers for version 3.13.0 on 64 bit x86 SMP
 This package provides kernel header files for version 3.13.0 on
 64 bit x86 SMP.
 .
 This is for sites that want the latest kernel headers.  Please read
 /usr/share/doc/linux-headers-3.13.0-170/debian.README.gz for details.

Package: libass5
Priority: optional
Section: libs
Installed-Size: 227
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Multi-Arch: same
Source: libass
Version: 0.13.0-1~trusty
Depends: libc6 (>= 2.14), libfontconfig1 (>= 2.9.0), libfreetype6 (>= 2.4.10), libfribidi0 (>= 0.19.2), libharfbuzz0b (>= 0.9.9)
Pre-Depends: multiarch-support
Size: 81956
Description: library for SSA/ASS subtitles rendering
 SubStation Alpha (SSA) is a subtitle file format that allows more
 advanced subtitles than the conventional SRT and similar formats.
 .
 This package contains the shared library for libass.
Homepage: https://github.com/libass/libass

Package: sendmail-cf
Priority: extra
Section: mail
Installed-Size: 635
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: sendmail
Version: 8.14.4-4.1ubuntu1.1
Depends: m4
Suggests: sendmail-doc
Size: 86156
Description: powerful, efficient, and scalable Mail Transport Agent
 Sendmail is an alternative Mail Transport Agent (MTA) for
 Debian. It is suitable for handling sophisticated mail
 configurations, although this means that its configuration
 can also be complex.
 .
 This package contains the .m4 (configuration files) for the
 sendmail packages.
Original-Maintainer: Jakub Safarik <jsafarik@ymail.com>
Homepage: http://www.sendmail.org

Package: linux-headers-3.13.0-49
Priority: optional
Section: devel
Installed-Size: 61874
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Source: linux
Version: 3.13.0-49.83
Depends: coreutils | fileutils (>= 4.0)
Size: 8877844
Description: Header files related to Linux kernel version 3.13.0
 This package provides kernel header files for version 3.13.0, for sites
 that want the latest kernel headers. Please read
 /usr/share/doc/linux-headers-3.13.0-49/debian.README.gz for details

Package: libvdpau1
Priority: optional
Section: libs
Installed-Size: 112
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libvdpau
Version: 0.7-1ubuntu0.1
Replaces: lib32vdpau1
Depends: libc6 (>= 2.17), libx11-6 (>= 2:1.4.99.1), libxext6
Pre-Depends: multiarch-support
Suggests: nvidia-vdpau-driver | vdpau-driver
Conflicts: lib32vdpau1
Size: 23888
Description: Video Decode and Presentation API for Unix (libraries)
 VDPAU (Video Decode and Presentation API for Unix) is an open source
 library (libvdpau) and API designed by NVIDIA originally for its GeForce
 8 series and later GPU hardware, targeted at the X Window System on Unix
 operating-systems (including Linux, FreeBSD, and Solaris). This VDPAU API
 allows video programs to offload portions of the video decoding process
 and video post-processing to the GPU video-hardware.
 .
 This package contains the VDPAU wrapper and trace libraries.
Homepage: http://cgit.freedesktop.org/~aplattner/libvdpau
Original-Maintainer: Debian NVIDIA Maintainers <pkg-nvidia-devel@lists.alioth.debian.org>

Package: libcairomm-1.0-1
Priority: optional
Section: libs
Installed-Size: 203
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: cairomm
Version: 1.10.0-1ubuntu3
Replaces: libcairomm-1.0-0
Depends: libc6 (>= 2.14), libcairo2 (>= 1.10.0), libgcc1 (>= 1:4.1.1), libsigc++-2.0-0c2a (>= 2.0.2), libstdc++6 (>= 4.4.0)
Pre-Depends: multiarch-support
Size: 40498
Description: C++ wrappers for Cairo (shared libraries)
 cairomm provides C++ bindings for the Cairo graphics library,
 a multi-platform library providing anti-aliased vector-based
 rendering for multiple target backends.
 .
 This package contains the shared libraries.
Homepage: http://cairographics.org/cairomm/
Original-Maintainer: Dave Beckett <dajobe@debian.org>

Package: intltool-debian
Priority: optional
Section: devel
Installed-Size: 140
Maintainer: Ubuntu Core Developers <ubuntu-devel@lists.ubuntu.com>
Architecture: all
Version: 0.35.0+20060710.1
Depends: perl, gettext
Size: 31574
Description: Help i18n of RFC822 compliant config files
 Intltool is a bunch of scripts written by the GNOME project to
 internationalize many different file formats.  This package is
 a slightly modified version which adds support for RFC822
 compliant config files, e.g. Debconf templates files.
Original-Maintainer: Nicolas FRANCOIS (Nekral) <nicolas.francois@centraliens.net>

Package: libjbig0
Priority: extra
Section: libs
Installed-Size: 93
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: jbigkit
Version: 2.0-2ubuntu4.1
Depends: libc6 (>= 2.4)
Pre-Depends: multiarch-support
Size: 26140
Description: JBIGkit libraries
 JBIG-KIT provides a portable library of compression and decompression functions
 with a documented interface that you can include very easily into your image or
 document processing software.
 .
 This package contains the dynamically linked library.
Homepage: http://www.cl.cam.ac.uk/~mgk25/jbigkit/
Original-Maintainer: Michael van der Kolff <mvanderkolff@gmail.com>

Package: usbutils
Priority: optional
Section: utils
Installed-Size: 751
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 1:007-2ubuntu1.1
Depends: libc6 (>= 2.14), libusb-1.0-0 (>= 2:1.0.16), zlib1g (>= 1:1.1.4)
Suggests: wget (>= 1.8.1-6) | lynx-cur
Size: 205284
Description: Linux USB utilities
 This package contains the lsusb utility for inspecting the devices
 connected to the USB bus. It shows a graphical representation of the
 devices that are currently plugged in, showing the topology of the
 USB bus. It also displays information on each individual device on
 the bus.
 .
 More information can be found at the Linux USB web site
 http://www.linux-usb.org/ .
Original-Maintainer: Aurelien Jarno <aurel32@debian.org>

Package: libdevmapper1.02.1
Priority: optional
Section: libs
Installed-Size: 301
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: lvm2 (2.02.98-6ubuntu2)
Version: 2:1.02.77-6ubuntu2
Depends: libc6 (>= 2.14), libselinux1 (>= 1.32), libudev1 (>= 183), dmsetup (>= 2:1.02.77-6ubuntu2)
Pre-Depends: multiarch-support
Breaks: lvm2 (<< 2.02.66)
Conflicts: libdevmapper1.02
Filename: pool/main/l/lvm2/libdevmapper1.02.1_1.02.77-6ubuntu2_amd64.deb
Size: 93304
MD5sum: 01437601964f3d16cbede0c1c95ac15f
Description: Linux Kernel Device Mapper userspace library
 The Linux Kernel Device Mapper is the LVM (Linux Logical Volume Management)
 Team's implementation of a minimalistic kernel-space driver that handles
 volume management, while keeping knowledge of the underlying device layout
 in user-space.  This makes it useful for not only LVM, but EVMS, software
 raid, and other drivers that create "virtual" block devices.
 .
 This package contains the (user-space) shared library for accessing the
 device-mapper; it allows usage of the device-mapper through a clean,
 consistent interface (as opposed to through kernel ioctls).
Homepage: http://sources.redhat.com/lvm2/
Original-Maintainer: Debian LVM Team <pkg-lvm-maintainers@lists.alioth.debian.org>

Package: perlmagick
Priority: optional
Section: perl
Installed-Size: 540
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: allowed
Source: imagemagick
Version: 8:6.7.7.10-6ubuntu3.13
Provides: libimage-magick-perl
Depends: perl (>= 5.18.2-2ubuntu1.6), perlapi-5.18.2, libc6 (>= 2.4), libmagickcore5 (>= 8:6.7.7.10), libperl5.18 (>= 5.18.2)
Suggests: imagemagick-doc
Size: 138522
Description: Perl interface to the ImageMagick graphics routines
 PerlMagick is an objected-oriented Perl interface to ImageMagick.
 Use the module to read, manipulate, or write an image or image sequence from
 within a Perl script. This makes it very suitable for Web CGI scripts.
Homepage: http://www.imagemagick.org/
Original-Maintainer: ImageMagick Packaging Team <pkg-gmagick-im-team@lists.alioth.debian.org>

Package: libxi6
Priority: optional
Section: libs
Installed-Size: 107
Maintainer: Ubuntu X-SWAT <ubuntu-x@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libxi
Version: 2:1.7.1.901-1ubuntu1.1
Depends: libc6 (>= 2.14), libx11-6 (>= 2:1.6.0), libxext6
Pre-Depends: multiarch-support
Breaks: unity (<< 7.0.2), xserver-xorg-core (<< 2:1.14)
Size: 27908
Description: X11 Input extension library
 libXi provides an X Window System client interface to the XINPUT
 extension to the X protocol.
 .
 The Input extension allows setup and configuration of multiple input devices,
 and will soon allow hotplugging of input devices; to be added and removed on
 the fly.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libXi
Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>

Package: shtool
Priority: optional
Section: devel
Installed-Size: 544
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 2.0.8-6
Depends: perl
Suggests: autoconf, automake, libtool
Size: 149346
Description: portable shell tool from the GNU project
 GNU shtool is a tool for developers of software programs. It is a compilation
 of small but very stable and portable shell scripts into a single shell tool.
 All ingredients were in successful use over many years in various free software
 projects. The compiled shtool program is intended to be used inside the source
 tree of other free software packages. There it can overtake various (usually
 non-portable) tasks related to the building and installation of such a package.
 It especially can replace the old mkdir.sh, install.sh and related scripts.
Original-Maintainer: William Vera <billy@billy.com.mx>
Homepage: http://www.gnu.org/software/shtool/

Package: libattr1
Priority: required
Section: libs
Installed-Size: 56
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: attr
Version: 1:2.4.47-1ubuntu1
Depends: libc6 (>= 2.4)
Pre-Depends: multiarch-support
Conflicts: attr (<< 2.0.0)
Filename: pool/main/a/attr/libattr1_2.4.47-1ubuntu1_amd64.deb
Size: 9590
MD5sum: 6a6e53733162247d1bcc1da7aa2517ca
Description: Extended attribute shared library
 Contains the runtime environment required by programs that make use
 of extended attributes.
Homepage: http://savannah.nongnu.org/projects/attr/
Original-Maintainer: Anibal Monsalve Salazar <anibal@debian.org>

Package: libgcr-base-3-1
Priority: optional
Section: libs
Installed-Size: 772
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: gcr
Version: 3.10.1-1
Replaces: libgcr-3-1 (<< 3.8.2-2)
Depends: libc6 (>= 2.14), libgck-1-0 (>= 3.3.90), libgcrypt11 (>= 1.4.5), libglib2.0-0 (>= 2.37.3), libp11-kit0 (>= 0.20.0), libgcr-3-common
Pre-Depends: multiarch-support
Breaks: libgcr-3-1 (<< 3.8.2-2)
Size: 180342
Description: Library for Crypto related tasks
 GCR is a library for crypto UI and related tasks.
 .
 This package contains the GObject library for high level crypto
 parsing.
Original-Maintainer: Josselin Mouette <joss@debian.org>
Homepage: https://wiki.gnome.org/GnomeKeyring

Package: mysql-client
Priority: optional
Section: database
Installed-Size: 122
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: mysql-5.5
Version: 5.5.62-0ubuntu0.14.04.1
Depends: mysql-client-5.5
Size: 10848
Description: MySQL database client (metapackage depending on the latest version)
 This is an empty package that depends on the current "best" version of
 mysql-client (currently mysql-client-5.5), as determined by the MySQL
 maintainers.  Install this package if in doubt about which MySQL version
 you want, as this is the one considered to be in the best shape by the
 Maintainers.
Homepage: http://dev.mysql.com/
Original-Maintainer: Debian MySQL Maintainers <pkg-mysql-maint@lists.alioth.debian.org>

Package: krb5-locales
Priority: standard
Section: localization
Installed-Size: 2664
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Source: krb5
Version: 1.12+dfsg-2ubuntu5.4
Size: 13952
Description: Internationalization support for MIT Kerberos
 Kerberos is a system for authenticating users and services on a network.
 Kerberos is a trusted third-party service.  That means that there is a
 third party (the Kerberos server) that is trusted by all the entities on
 the network (users and services, usually called "principals").
 .
 This is the MIT reference implementation of Kerberos V5.
 .
 This package contains internationalized messages for MIT Kerberos.
Homepage: http://web.mit.edu/kerberos/
Original-Maintainer: Sam Hartman <hartmans@debian.org>

Package: libmpc3
Priority: extra
Section: libs
Installed-Size: 130
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: mpclib3
Version: 1.0.1-1ubuntu1
Depends: libc6 (>= 2.3.4), libgmp10, libmpfr4 (>= 3.1.2)
Pre-Depends: multiarch-support
Size: 38442
Description: multiple precision complex floating-point library
 MPC is a portable library written in C for arbitrary precision
 arithmetic on complex numbers providing correct rounding. For the time
 being, it contains all arithmetic operations over complex numbers, the
 exponential and the logarithm functions, the trigonometric and
 hyperbolic functions.
 .
 Ultimately, it should implement a multiprecision equivalent of the ISO
 C99 standard.
 .
 It builds upon the GNU MP and the MPFR libraries.
Original-Maintainer: Laurent Fousse <lfousse@debian.org>
Homepage: http://www.multiprecision.org/mpc/

Package: libpcap0.8
Priority: optional
Section: libs
Installed-Size: 313
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libpcap
Version: 1.5.3-2
Replaces: libpcap0.8-dev (<< 1.0.0-2)
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Size: 109850
Description: system interface for user-level packet capture
 libpcap (Packet CAPture) provides a portable framework for low-level
 network monitoring.  Applications include network statistics collection,
 security monitoring, network debugging, etc.
 .
 Since almost every system vendor provides a different interface for
 packet capture, and since there are several tools that require this
 functionality, the libpcap authors created this system-independent API
 to ease in porting and to alleviate the need for several
 system-dependent packet capture modules in each application.
Original-Maintainer: Romain Francoise <rfrancoise@debian.org>
Homepage: http://www.tcpdump.org/

Package: rpm-common
Priority: optional
Section: admin
Installed-Size: 424
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: rpm
Version: 4.11.1-3ubuntu0.1
Replaces: librpm0 (<< 4.7.1-1), librpm2, rpm (<< 4.7.1-1)
Depends: libc6 (>= 2.2.5), librpm3 (>= 4.10.0), librpmio3 (>= 4.10.0)
Breaks: librpm0 (<< 4.7.1-1), librpm2, rpm (<< 4.7.1-1)
Size: 21528
Description: common files for RPM
 The RPM Package Manager (RPM) is a command-line driven package
 management system capable of installing, uninstalling, verifying,
 querying, and updating computer software packages.
 .
 This package contains some scripts and default configuration which is
 used by RPM libraries.
Homepage: http://rpm.org/
Original-Maintainer: Michal Čihař <nijel@debian.org>

Package: sed
Essential: yes
Priority: required
Section: utils
Installed-Size: 304
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 4.2.2-4ubuntu1
Depends: dpkg (>= 1.15.4) | install-info
Pre-Depends: libc6 (>= 2.14), libselinux1 (>= 1.32)
Filename: pool/main/s/sed/sed_4.2.2-4ubuntu1_amd64.deb
Size: 138366
MD5sum: ca43d6204a55202efe6ba44167dfea70
Description: The GNU sed stream editor
 sed reads the specified files or the standard input if no
 files are specified, makes editing changes according to a
 list of commands, and writes the results to the standard
 output.
Homepage: http://www.gnu.org/software/sed/
Original-Maintainer: Clint Adams <clint@debian.org>

Package: libidn11
Priority: standard
Section: libs
Installed-Size: 367
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libidn
Version: 1.28-1ubuntu2.2
Replaces: libidn11-dev
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Conflicts: libidn9-dev
Size: 94582
Description: GNU Libidn library, implementation of IETF IDN specifications
 GNU Libidn is a fully documented implementation of the Stringprep,
 Punycode and IDNA specifications.  Libidn's purpose is to encode and
 decode internationalized domain names.  The Nameprep, XMPP, SASLprep,
 and iSCSI profiles are supported.
 .
 This package contains the shared library.
Homepage: https://www.gnu.org/software/libidn/
Original-Maintainer: Debian Libidn Team <help-libidn@gnu.org>

Package: sendmail-bin
Priority: extra
Section: mail
Installed-Size: 1836
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: sendmail
Version: 8.14.4-4.1ubuntu1.1
Replaces: mail-transport-agent
Provides: mail-transport-agent
Depends: sendmail-base, sendmail-cf, procps, libc6 (>= 2.15), libdb5.3, libldap-2.4-2 (>= 2.4.7), liblockfile1 (>= 1.0), libsasl2-2 (>= 2.1.24), libssl1.0.0 (>= 1.0.0), libwrap0 (>= 7.6-4~)
Pre-Depends: debconf
Suggests: sendmail-doc, sasl2-bin, libsasl2-modules, openssl
Conflicts: mail-transport-agent
Size: 469126
Description: powerful, efficient, and scalable Mail Transport Agent
 Sendmail is an alternative Mail Transport Agent (MTA) for Debian.
 It is suitable for handling sophisticated mail configurations,
 although this means that its configuration can also be complex.
 .
 Fortunately, simple thing can be done easily, and complex things
 are possible, even if not easily understood ;)  Sendmail is the *ONLY*
 MTA with a Turing complete language to control *ALL* aspects of delivery!
 .
 Sendmail provides Security and SPAM/UCE/UBE protection via several means.
 .
 Sendmail includes *no* Mail User Agents (MUA), you'll have to
 pick from the plethora of available MUAs (mutt, vm, etc.)
 .
 This package supports REGEX, DB, NIS, NIS+, LDAP, DNS maps,
 and has enabled TCPWrappers, IPv6, LockFile, SMTP AUTH(SASL), STARTTLS(SSL).
Original-Maintainer: Jakub Safarik <jsafarik@ymail.com>
Homepage: http://www.sendmail.org

Package: libxml2-utils
Priority: optional
Section: text
Installed-Size: 186
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Source: libxml2
Version: 2.9.1+dfsg1-3ubuntu4.13
Depends: libc6 (>= 2.7), libreadline6 (>= 6.0), libxml2 (>= 2.9.0)
Size: 34826
Description: XML utilities
 XML is a metalanguage to let you design your own markup language.
 A regular markup language defines a way to describe information in
 a certain class of documents (eg HTML). XML lets you define your
 own customized markup languages for many classes of document. It
 can do this because it's written in SGML, the international standard
 metalanguage for markup languages.
 .
 This package provides xmllint, a tool for validating and reformatting
 XML documents, and xmlcatalog, a tool to parse and manipulate XML or
 SGML catalog files.
Homepage: http://xmlsoft.org/
Original-Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs@lists.alioth.debian.org>

Package: libtheora0
Priority: optional
Section: libs
Installed-Size: 711
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libtheora
Version: 1.1.1+dfsg.1-3.2
Depends: libc6 (>= 2.14), libogg0 (>= 1.1.0)
Pre-Depends: multiarch-support
Size: 163032
Description: Theora Video Compression Codec
 Theora is an open video codec being developed by the Xiph.org Foundation as
 part of their Ogg project. Theora is originally derived from On2's VP3 codec,
 and has improved on it significantly with the merging of code from the
 Thusnelda branch.
Original-Maintainer: Debian Xiph.org Maintainers <pkg-xiph-maint@lists.alioth.debian.org>
Homepage: http://www.theora.org/

Package: exiv2
Priority: optional
Section: graphics
Installed-Size: 230
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 0.23-1ubuntu2.2
Depends: libc6 (>= 2.14), libexiv2-12, libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0)
Size: 65280
Description: EXIF/IPTC metadata manipulation tool
 Exiv2 is a C++ library and a command line utility to manage image metadata.
 It provides fast and easy read and write access to the Exif, IPTC and XMP
 metadata of images in various formats
 .
 Exiv2 command line utility to:
 .
  * print Exif, IPTC and XMP image metadata in different formats:
    - Exif summary info, interpreted values, or the plain data for each tag
  * set, add and delete Exif, IPTC and XMP image metadata from command line
    modify commands or command scripts
  * adjust the Exif timestamp (that's how it all started...)
  * rename Exif image files according to the Exif timestamp
  * extract, insert and delete Exif, IPTC and XMP metadata and JPEG comments
  * extract previews from RAW images and thumbnails from the Exif metadata
  * insert and delete the thumbnail image embedded in the Exif metadata
  * print, set and delete the JPEG comment of JPEG images
  * fix the Exif ISO setting of picture taken with Canon and Nikon cameras
Homepage: http://www.exiv2.org
Original-Maintainer: Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org>

Package: hdparm
Priority: optional
Section: admin
Installed-Size: 270
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 9.43-1ubuntu3
Replaces: apmd (<= 3.0.2-1.15)
Depends: libc6 (>= 2.14)
Recommends: powermgmt-base
Suggests: apmd
Size: 95132
Description: tune hard disk parameters for high performance
 Get/set device parameters for Linux SATA/IDE drives.
 Primary use is for enabling irq-unmasking and IDE multiplemode.
Homepage: http://sourceforge.net/projects/hdparm/
Original-Maintainer: Stephen Gran <sgran@debian.org>

Package: python2.7-minimal
Priority: standard
Section: python
Installed-Size: 3394
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: allowed
Source: python2.7
Version: 2.7.6-8ubuntu0.5
Replaces: python2.7 (<< 2.7.1~rc1-2~)
Depends: libpython2.7-minimal (= 2.7.6-8ubuntu0.5), zlib1g (>= 1:1.2.0)
Pre-Depends: libc6 (>= 2.15)
Recommends: python2.7
Suggests: binfmt-support
Conflicts: binfmt-support (<< 1.1.2)
Size: 1185724
Description: Minimal subset of the Python language (version 2.7)
 This package contains the interpreter and some essential modules.  It can
 be used in the boot process for some basic tasks.
 See /usr/share/doc/python2.7-minimal/README.Debian for a list of the modules
 contained in this package.
Original-Maintainer: Matthias Klose <doko@debian.org>

Package: tcpdump
Priority: optional
Section: net
Installed-Size: 1207
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 4.9.2-0ubuntu0.14.04.1
Depends: libc6 (>= 2.14), libpcap0.8 (>= 1.5.1), libssl1.0.0 (>= 1.0.0)
Suggests: apparmor (>= 2.3)
Size: 380264
Description: command-line network traffic analyzer
 This program allows you to dump the traffic on a network. tcpdump
 is able to examine IPv4, ICMPv4, IPv6, ICMPv6, UDP, TCP, SNMP, AFS
 BGP, RIP, PIM, DVMRP, IGMP, SMB, OSPF, NFS and many other packet
 types.
 .
 It can be used to print out the headers of packets on a network
 interface, filter packets that match a certain expression. You can
 use this tool to track down network problems, to detect attacks
 or to monitor network activities.
Homepage: http://www.tcpdump.org/
Original-Maintainer: Romain Francoise <rfrancoise@debian.org>

Package: libxcb-render0
Priority: optional
Section: libs
Installed-Size: 80
Maintainer: Ubuntu X-SWAT <ubuntu-x@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libxcb
Version: 1.10-2ubuntu1
Depends: libc6 (>= 2.2.5), libxcb1 (>= 1.8)
Pre-Depends: multiarch-support
Size: 10986
Description: X C Binding, render extension
 This package contains the library files needed to run software using
 libxcb-render, the render extension for the X C Binding.
 .
 The XCB library provides an interface to the X Window System protocol,
 designed to replace the Xlib interface.  XCB provides several advantages over
 Xlib:
 .
  * Size: small library and lower memory footprint
  * Latency hiding: batch several requests and wait for the replies later
  * Direct protocol access: one-to-one mapping between interface and protocol
  * Thread support: access XCB from multiple threads, with no explicit locking
  * Easy creation of new extensions: automatically generates interface from
    machine-parsable protocol descriptions
Homepage: http://xcb.freedesktop.org
Original-Maintainer: XCB Developers <xcb@lists.freedesktop.org>

Package: linux-headers-3.13.0-49-generic
Priority: optional
Section: devel
Installed-Size: 13085
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: amd64
Source: linux
Version: 3.13.0-49.83
Provides: linux-headers, linux-headers-3.0
Depends: linux-headers-3.13.0-49, libc6 (>= 2.14)
Size: 699264
Description: Linux kernel headers for version 3.13.0 on 64 bit x86 SMP
 This package provides kernel header files for version 3.13.0 on
 64 bit x86 SMP.
 .
 This is for sites that want the latest kernel headers.  Please read
 /usr/share/doc/linux-headers-3.13.0-49/debian.README.gz for details.

Package: liblockfile-bin
Priority: standard
Section: utils
Installed-Size: 71
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Source: liblockfile
Version: 1.09-6ubuntu1
Replaces: liblockfile1 (<< 1.09-1)
Depends: libc6 (>= 2.14)
Breaks: liblockfile1 (<< 1.09-1)
Filename: pool/main/libl/liblockfile/liblockfile-bin_1.09-6ubuntu1_amd64.deb
Size: 10838
MD5sum: b9888b5a6f37951abff1cc53197345fe
Description: support binaries for and cli utilities based on liblockfile
 This package contains support binaries for the liblockfile library,
 and the command-line utility ``dotlockfile''.
Original-Maintainer: Miquel van Smoorenburg <miquels@cistron.nl>

Package: libpulse0
Priority: optional
Section: libs
Installed-Size: 851
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: pulseaudio
Version: 1:4.0-0ubuntu11.1
Depends: libasyncns0 (>= 0.3), libc6 (>= 2.15), libdbus-1-3 (>= 1.1.1), libjson-c2 (>= 0.10), libsndfile1 (>= 1.0.20), libwrap0 (>= 7.6-4~), libxcb1
Pre-Depends: multiarch-support
Suggests: pulseaudio
Breaks: pavucontrol (<< 0.9.8)
Size: 225440
Description: PulseAudio client libraries
 PulseAudio, previously known as Polypaudio, is a sound server for POSIX and
 WIN32 systems. It is a drop in replacement for the ESD sound server with
 much better latency, mixing/re-sampling quality and overall architecture.
 .
 Client libraries used by applications that access a PulseAudio sound server
 via PulseAudio's native interface.
Homepage: http://www.pulseaudio.org
Original-Maintainer: Pulseaudio maintenance team <pkg-pulseaudio-devel@lists.alioth.debian.org>

Package: libgtk2.0-common
Priority: optional
Section: misc
Installed-Size: 732
Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Source: gtk+2.0
Version: 2.24.23-0ubuntu1.4
Replaces: libgtk2.0-0 (<< 2.24.8-2)
Recommends: libgtk2.0-0
Breaks: libgtk2.0-0 (<< 2.24.8-2)
Size: 121064
Description: common files for the GTK+ graphical user interface library
 GTK+ is a multi-platform toolkit for creating graphical user
 interfaces. Offering a complete set of widgets, GTK+ is suitable
 for projects ranging from small one-off tools to complete application
 suites.
 .
 This package contains the common files which the libraries need.
Homepage: http://www.gtk.org/
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>

Package: libgpg-error-dev
Priority: optional
Section: libdevel
Installed-Size: 136
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: libgpg-error
Version: 1.12-0.2ubuntu1
Depends: libgpg-error0 (= 1.12-0.2ubuntu1), libc6 (>= 2.3.4)
Size: 20126
Description: library for common error values and messages in GnuPG components (development)
 Library that defines common error values for all GnuPG
 components.  Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt,
 pinentry, SmartCard Daemon and possibly more in the future.
 .
 This package contains the headers and other files needed to compile
 against this library.
Original-Maintainer: Jose Carlos Garcia Sogo <jsogo@debian.org>
Homepage: http://www.gnupg.org/related_software/libgpg-error/

Package: language-pack-sv-base
Priority: optional
Section: translations
Installed-Size: 8808
Maintainer: Language pack maintainers <language-packs@ubuntu.com>
Architecture: all
Version: 1:14.04+20160720
Replaces: language-pack-gnome-sv (<< 1:14.04+20160720), language-pack-gnome-sv-base (<< 1:14.04+20160720), language-pack-kde-sv (<< 1:14.04+20160720), language-pack-kde-sv-base (<< 1:14.04+20160720), language-pack-sv (<< 1:14.04+20160720), language-pack-sv-base (<< 1:14.04+20160720)
Depends: locales (>= 2.3.6), language-pack-sv (>= 1:14.04+20160720)
Pre-Depends: dpkg (>= 1.16.1)
Conflicts: language-pack-sv (<< 1:14.04+20160720)
Size: 2154858
Description: translations for language Swedish
 Translation data for all supported packages for:
 Swedish
 .
 This package provides the bulk of translation data and is updated
 only seldom. language-pack-sv provides frequent
 translation updates, so you should install this as well.

Package: lshw
Priority: optional
Section: utils
Installed-Size: 768
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 02.16-2ubuntu1.4
Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0)
Recommends: pciutils, usbutils
Size: 224600
Description: information about hardware configuration
 A small tool to provide detailed information on the hardware
 configuration of the machine. It can report exact memory
 configuration, firmware version, mainboard configuration, CPU version
 and speed, cache configuration, bus speed, etc. on DMI-capable x86
 systems, on some PowerPC machines (PowerMac G4 is known to work) and AMD64.
 .
 Information can be output in plain text, HTML or XML.
Original-Maintainer: Ghe Rivero <ghe@debian.org>

Package: libtiff5
Priority: optional
Section: libs
Installed-Size: 588
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: tiff
Version: 4.0.3-7ubuntu0.11
Depends: libc6 (>= 2.14), libjbig0 (>= 2.0), libjpeg8 (>= 8c), liblzma5 (>= 5.1.1alpha+20120614), zlib1g (>= 1:1.1.4)
Pre-Depends: multiarch-support
Size: 147472
Description: Tag Image File Format (TIFF) library
 libtiff is a library providing support for the Tag Image File Format
 (TIFF), a widely used format for storing image data.  This package
 includes the shared library.
Homepage: http://libtiff.maptools.org
Original-Maintainer: Jay Berkenbilt <qjb@debian.org>

Package: libtext-soundex-perl
Priority: optional
Section: perl
Installed-Size: 80
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 3.4-1build1
Depends: perl (>= 5.18.1-4), perlapi-5.18.1, libc6 (>= 2.3)
Filename: pool/main/libt/libtext-soundex-perl/libtext-soundex-perl_3.4-1build1_amd64.deb
Size: 13450
MD5sum: d59f6a8f962d64d31b55804ffefb5169
Description: implementation of the soundex algorithm
 Text::Soundex implements the original soundex algorithm developed by Robert
 Russell and Margaret Odell, patented in 1918 and 1922, as well as a variation
 called "American Soundex" used for US census data, and current maintained by
 the National Archives and Records Administration (NARA).
Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Homepage: https://metacpan.org/release/Text-Soundex/

Package: librtmp0
Priority: extra
Section: libs
Installed-Size: 143
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: rtmpdump
Version: 2.4+20121230.gitdf6c518-1ubuntu0.1
Depends: libc6 (>= 2.14), libgcrypt11 (>= 1.4.5), libgnutls26 (>= 2.12.17-0), zlib1g (>= 1:1.1.4)
Pre-Depends: multiarch-support
Size: 50370
Description: toolkit for RTMP streams (shared library)
 A small dumper for media content streamed over the RTMP protocol (like BBC's
 iPlayer high quality streams). Supplying an RTMP URL will result in a dumped
 flv file, which can be played/transcoded with standard tools.
 .
 This package contains the shared libraries, header files needed by
 programs that want to use librtmp.
Homepage: http://rtmpdump.mplayerhq.hu/
Original-Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>

Package: libegl1-mesa-drivers-lts-utopic
Priority: optional
Section: libs
Installed-Size: 8181
Maintainer: Ubuntu X-SWAT <ubuntu-x@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: mesa-lts-utopic
Version: 10.3.2-0ubuntu1~trusty2
Replaces: libegl1-mesa-drivers
Provides: libegl1-mesa-drivers, xorg-renamed-package, xorg-renamed-package-lts-utopic
Depends: libc6 (>= 2.17), libdrm-nouveau2 (>= 2.4.38), libdrm-radeon1 (>= 2.4.31), libdrm2 (>= 2.4.38), libegl1-mesa-lts-utopic (= 10.3.2-0ubuntu1~trusty2), libelf1 (>= 0.142), libexpat1 (>= 2.0.1), libgbm1-lts-utopic (>= 7.11~1), libgcc1 (>= 1:4.7), libglapi-mesa-lts-utopic (= 10.3.2-0ubuntu1~trusty2), libllvm3.5, libopenvg1-mesa-lts-utopic (>= 7.9~) | libopenvg1, libstdc++6 (>= 4.6), libwayland-client0 (>= 1.3.92), libwayland-server0 (>= 1.2.0), libx11-6 (>= 2:1.4.99.1), libxext6, libxfixes3, libwayland-egl1-mesa-lts-utopic (= 10.3.2-0ubuntu1~trusty2), libudev1
Pre-Depends: multiarch-support
Conflicts: libegl1-mesa-drivers
Size: 2469032
Description: free implementation of the EGL API -- hardware drivers
 This package contains the EGL native platform graphics interface library.
 EGL provides a platform-agnostic mechanism for creating rendering surfaces
 for use with other graphics libraries, such as OpenGL|ES and OpenVG.
 .
 This package contains the drivers required for hardware accelerated rendering
 of EGL-based graphics libraries, such as OpenGL|ES and OpenVG.
Homepage: http://mesa3d.sourceforge.net/
Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>

Package: klibc-utils
Priority: optional
Section: libs
Installed-Size: 387
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: klibc
Version: 2.0.3-0ubuntu1.14.04.3
Depends: libklibc (= 2.0.3-0ubuntu1.14.04.3)
Breaks: initramfs-tools (<< 0.103)
Filename: pool/main/k/klibc/klibc-utils_2.0.3-0ubuntu1_amd64.deb
Size: 106810
MD5sum: 23a9b516f537979f2a0518530f499f7a
Description: small utilities built with klibc for early boot
 This package contains a collection of programs that are linked
 against klibc. These duplicate some of the functionality of a
 regular Linux toolset, but are typically much smaller than their
 full-function counterparts.  They are intended for inclusion in
 initramfs images and embedded systems.
Homepage: http://git.kernel.org/?p=libs/klibc/klibc.git;a=summary
Original-Maintainer: maximilian attems <maks@debian.org>

Package: php-gettext
Priority: optional
Section: php
Installed-Size: 104
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 1.0.11-1
Depends: php5 | php5-cli
Size: 17246
Description: read gettext MO files directly, without requiring anything other than PHP
 The GNU gettext library is a widely used localization library, but in
 order to use it with the PHP language, the system has to support the
 desired locale, and library itself must be installed.
 .
 Since this is not always the case, PHP-gettext has been developed to be
 able to read gettext MO files directly, without requiring anything other
 than PHP.
 .
 Currently, it's usable if you develop most of the infrastructure for
 choosing language on your own, because it's possible to use both
 gettext() and ngettext() calls. In the near future, it should also be
 fully compatible drop-in replacement for all of gettext functionality
 written in PHP.
Original-Maintainer: Marcelo Jorge Vieira (metal) <metal@debian.org>
Homepage: https://launchpad.net/php-gettext/

Package: guile-2.0-libs
Priority: optional
Section: lisp
Installed-Size: 10341
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: guile-2.0
Version: 2.0.9+1-1ubuntu1
Provides: guile-2.0-slib
Depends: libc6 (>= 2.17), libffi6 (>= 3.0.4), libgc1c2 (>= 1:7.2d), libgmp10, libltdl7 (>= 2.4.2), libreadline6 (>= 6.0), libunistring0
Conflicts: guile-2.0-slib
Size: 2126748
Description: Core Guile libraries
 Guile is a Scheme implementation designed for real world programming,
 providing a rich Unix interface, a module system, an interpreter, and
 many extension languages.  Guile can be used as a standard #! style
 interpreter, via #!/usr/bin/guile, or as an extension language for
 other applications via libguile.
Original-Maintainer: Rob Browning <rlb@defaultvalue.org>
Homepage: http://www.gnu.org/software/guile/

Package: libsystemd-login0
Priority: optional
Section: libs
Installed-Size: 121
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: systemd
Version: 204-5ubuntu20.31
Depends: libc6 (>= 2.14), libcgmanager0, libdbus-1-3 (>= 1.0.2), libnih-dbus1 (>= 1.0.0), libnih1 (>= 1.0.0)
Pre-Depends: multiarch-support
Size: 27678
Description: systemd login utility library
 The libsystemd-login library provides an interface for the
 systemd-logind service which is used to track user sessions and seats.
Homepage: http://www.freedesktop.org/wiki/Software/systemd
Original-Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>

Package: g++
Priority: optional
Section: devel
Installed-Size: 34
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: gcc-defaults (1.124ubuntu6)
Version: 4:4.8.2-1ubuntu6
Provides: c++-compiler
Depends: cpp (>= 4:4.8.2-1ubuntu6), gcc (>= 4:4.8.2-1ubuntu6), g++-4.8 (>= 4.8.2-5~), gcc-4.8 (>= 4.8.2-5~)
Suggests: g++-multilib
Size: 1490
Description: GNU C++ compiler
 This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.
 .
 This is a dependency package providing the default GNU C++ compiler.
Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>

Package: e2fslibs
Priority: required
Section: libs
Installed-Size: 401
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: e2fsprogs
Version: 1.42.9-3ubuntu1.3
Replaces: e2fsprogs (<< 1.34-1)
Provides: libe2p2, libext2fs2
Depends: libc6 (>= 2.17)
Pre-Depends: multiarch-support
Filename: pool/main/e/e2fsprogs/e2fslibs_1.42.9-3ubuntu1_amd64.deb
Size: 182474
MD5sum: 0bf58efd3c2da680a4a83e715b7aab07
Description: ext2/ext3/ext4 file system libraries
 The ext2, ext3 and ext4 file systems are successors of the original ext
 ("extended") file system. They are the main file system types used for
 hard disks on Debian and other Linux systems.
 .
 This package provides the ext2fs and e2p libraries, for userspace software
 that directly accesses extended file systems. Programs that use libext2fs
 include e2fsck, mke2fs, and tune2fs. Programs that use libe2p include
 dumpe2fs, chattr, and lsattr.
Homepage: http://e2fsprogs.sourceforge.net
Original-Maintainer: Theodore Y. Ts'o <tytso@mit.edu>

Package: python3.4
Priority: optional
Section: python
Installed-Size: 346
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: allowed
Version: 3.4.3-1ubuntu1~14.04.7
Depends: python3.4-minimal (= 3.4.3-1ubuntu1~14.04.7), libpython3.4-stdlib (= 3.4.3-1ubuntu1~14.04.7), mime-support
Suggests: python3.4-venv, python3.4-doc, binutils
Filename: pool/main/p/python3.4/python3.4_3.4.0-2ubuntu1_amd64.deb
Size: 177548
MD5sum: d179c8f01cebd620d13a01d00c11441e
Description: Interactive high-level object-oriented language (version 3.4)
 Python is a high-level, interactive, object-oriented language. Its 3.4 version
 includes an extensive class library with lots of goodies for
 network programming, system administration, sounds and graphics.
Original-Maintainer: Matthias Klose <doko@debian.org>

Package: python3.5
Priority: optional
Section: python
Installed-Size: 344
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: allowed
Version: 3.5.2-2ubuntu0~16.04.4~14.04.1
Depends: python3.5-minimal (= 3.5.2-2ubuntu0~16.04.4~14.04.1), libpython3.5-stdlib (= 3.5.2-2ubuntu0~16.04.4~14.04.1), mime-support
Suggests: python3.5-venv, python3.5-doc, binutils
Size: 165186
Description: Interactive high-level object-oriented language (version 3.5)
 Python is a high-level, interactive, object-oriented language. Its 3.5 version
 includes an extensive class library with lots of goodies for
 network programming, system administration, sounds and graphics.
Original-Maintainer: Matthias Klose <doko@debian.org>

Package: libgnutls-openssl27
Priority: standard
Section: libs
Installed-Size: 277
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: gnutls26
Version: 2.12.23-12ubuntu2.8
Depends: libgnutls26 (= 2.12.23-12ubuntu2.8), libc6 (>= 2.14)
Pre-Depends: multiarch-support
Filename: pool/main/g/gnutls26/libgnutls-openssl27_2.12.23-12ubuntu2_amd64.deb
Size: 18348
MD5sum: 04a47da2c8f8d87dd20fcee77d8e40e9
Description: GNU TLS library - OpenSSL wrapper
 GnuTLS is a portable library which implements the Transport Layer
 Security (TLS 1.0, 1.1, 1.2) and Secure Sockets Layer (SSL) 3.0 protocols.
 .
 GnuTLS features support for:
  - TLS extensions: server name indication, max record size, opaque PRF
    input, etc.
  - authentication using the SRP protocol.
  - authentication using both X.509 certificates and OpenPGP keys.
  - TLS Pre-Shared-Keys (PSK) extension.
  - Inner Application (TLS/IA) extension.
  - X.509 and OpenPGP certificate handling.
  - X.509 Proxy Certificates (RFC 3820).
  - all the strong encryption algorithms (including SHA-256/384/512 and
    Camellia (RFC 4132)).
 .
 This package contains the runtime library of the GnuTLS OpenSSL wrapper.
Homepage: http://www.gnutls.org/
Original-Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>

Package: libharfbuzz0b
Priority: optional
Section: libs
Installed-Size: 386
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: harfbuzz
Version: 0.9.27-1ubuntu1.1
Replaces: libharfbuzz0, libharfbuzz0a
Depends: libc6 (>= 2.14), libfreetype6 (>= 2.3.9), libglib2.0-0 (>= 2.30.0), libgraphite2-3 (>= 1.2.2)
Pre-Depends: multiarch-support
Conflicts: libharfbuzz0, libharfbuzz0a
Size: 126806
Description: OpenType text shaping engine (shared library)
 HarfBuzz is an implementation of the OpenType Layout engine (aka layout
 engine) and the script-specific logic (aka shaping engine).
 .
 This package contains the shared libraries.
Homepage: http://www.freedesktop.org/wiki/Software/HarfBuzz
Original-Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org>

Package: watershed
Priority: extra
Section: admin
Installed-Size: 61
Maintainer: Scott James Remnant <scott@ubuntu.com>
Architecture: amd64
Version: 7
Replaces: udev (<< 135-1)
Depends: libc6 (>= 2.14), initramfs-tools
Recommends: udev
Enhances: udev
Size: 11356
Description: reduce superfluous executions of idempotent command
 watershed may be run around a command such that any further attempts to
 run the command while another copy is running will only result in one
 initial further attempt.

Package: python-colorama
Priority: optional
Section: python
Installed-Size: 90
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 0.2.5-0.1ubuntu2
Depends: python (>= 2.7), python (<< 2.8), python:any (>= 2.7.1-0ubuntu2)
Size: 18374
Description: Cross-platform colored terminal text in Python - Python 2.x
 Python-colorama provides a simple cross-platform API to print colored terminal
 text from Python applications.
 .
 ANSI escape character sequences are commonly used to produce colored terminal
 text on Unix. Colorama provides some shortcuts to generate these sequences.
 .
 This has the happy side-effect that existing applications or libraries which
 already use ANSI sequences to produce colored output on Linux.
 .
 This package provides the module for Python 2.x.
Original-Maintainer: Khalid El Fathi <khalid@elfathi.fr>
Homepage: http://pypi.python.org/pypi/colorama/

Package: apache2-mpm-prefork
Priority: extra
Section: oldlibs
Installed-Size: 22
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: apache2
Version: 2.4.7-1ubuntu4.22
Provides: httpd, httpd-cgi
Depends: apache2 (= 2.4.7-1ubuntu4.22)
Size: 1456
Description: transitional prefork MPM package for apache2
 This is a transitional package to apache2 for users of apache2-mpm-prefork and
 can be safely removed after the installation is complete.
Homepage: http://httpd.apache.org/
Original-Maintainer: Debian Apache Maintainers <debian-apache@lists.debian.org>

Package: libdevmapper-event1.02.1
Priority: optional
Section: libs
Installed-Size: 87
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: lvm2 (2.02.98-6ubuntu2)
Version: 2:1.02.77-6ubuntu2
Depends: libc6 (>= 2.15), libdevmapper1.02.1 (>= 2:1.02.63)
Pre-Depends: multiarch-support
Breaks: dmeventd (<< 2.02.95-4ubuntu1)
Size: 10812
Description: Linux Kernel Device Mapper event support library
 The Linux Kernel Device Mapper is the LVM (Linux Logical Volume Management)
 Team's implementation of a minimalistic kernel-space driver that handles
 volume management, while keeping knowledge of the underlying device layout
 in user-space.  This makes it useful for not only LVM, but EVMS, software
 raid, and other drivers that create "virtual" block devices.
 .
 This package contains the userspace library to help with event monitoring
 for devmapper devices, in conjunction with the dmevent daemon.
Homepage: http://sources.redhat.com/lvm2/
Original-Maintainer: Debian LVM Team <pkg-lvm-maintainers@lists.alioth.debian.org>

Package: run-one
Priority: optional
Section: admin
Installed-Size: 44
Maintainer: Dustin Kirkland <kirkland@ubuntu.com>
Architecture: all
Version: 1.17-0ubuntu1
Replaces: bikeshed (<< 1.8)
Depends: procps
Breaks: bikeshed (<< 1.8)
Enhances: anacron, cron
Size: 5760
Description: run just one instance of a command and its args at a time
 This utility will run just one instance at a time of some command and
 unique set of arguments (useful for cronjobs, eg).
Homepage: http://launchpad.net/run-one

Package: dictionaries-common
Priority: optional
Section: text
Installed-Size: 923
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 1.20.5
Replaces: openoffice.org-updatedicts
Provides: openoffice.org-updatedicts
Depends: debconf (>= 1.5.5) | debconf-2.0, libtext-iconv-perl
Suggests: ispell | aspell | hunspell, wordlist, emacsen-common, jed-extra
Breaks: hunspell-ar (<= 0.0.0+20080110-1.1), hunspell-da (<= 1:3.1.0), hunspell-de-at (<= 20100727-1), hunspell-de-ch (<= 20100727-1), hunspell-de-de (<= 20100727-1), hunspell-en-us (<= 20070829-4ubuntu2), hunspell-eu-es (<= 0.4.20081029-4), hunspell-gl-es (<= 2.2a-8), hunspell-kk (<= 1.1-1), hunspell-ko (<= 0.5.3-1), hunspell-se (<= 1.0~beta6.20081222-1.1), hunspell-uz (<= 0.6-3.1), hyphen-en-us (<< 2.8.3-1), myspell-bg (<= 3.0-12), myspell-ca (<= 0.6-10), myspell-cs (<= 20040229-5), myspell-cs-cz (<= 20040229-5), myspell-da (<= 1.6.25-1), myspell-de-at (<= 20100727-1), myspell-de-ch (<= 20100727-1), myspell-de-de (<= 20100727-1), myspell-de-de-oldspell (<= 1:2-27), myspell-el-gr (<= 0.8-1), myspell-en-au (<= 2.1-5), myspell-eo (<= 2.1.2000.02.25-42), myspell-es (<= 1.11-1), myspell-et (<= 1:20030606-12.1), myspell-eu-es (<= 0.4.20081029-4), myspell-fa (<= 0.20070816-2), myspell-fi (<= 0.7-17.3), myspell-fo (<= 0.2.44-2), myspell-fr (<= 1.4-25), myspell-fr-gut (<= 1:1.0-28), myspell-ga (<= 2.0-20), myspell-gd (<= 0.50-7), myspell-gl-es (<= 2.2a-8), myspell-gv (<= 0.50-9), myspell-he (<= 1.1-1), myspell-hr (<= 20060617-2), myspell-hu (<= 0.99.4-2), myspell-hy (<= 0.20.0-1), myspell-ku (<= 0.20.0-1.1), myspell-lv (<= 0.9.3-2), myspell-nb (<= 2.0.10-3.2), myspell-nl (<= 1:2.0-1), myspell-nn (<= 2.0.10-3.2), myspell-nr (<< 20070206-4ubuntu1), myspell-ns (<< 20070206-4ubuntu1), myspell-pl (<= 20100612-1), myspell-pt-br (<= 20101030-1), myspell-pt-pt (<= 20091013-2), myspell-ru (<= 0.99g5-8.1), myspell-sk (<= 0.5.5a-2.1fakesync1), myspell-sl (<< 1.0-3ubuntu1), myspell-ss (<< 20070206-4ubuntu1), myspell-sv-se (<= 1.3.8-6-2.2), myspell-tn (<< 20070206-4ubuntu1), myspell-ts (<< 20070207-4ubuntu1), myspell-uk (<= 1.6.0-1), myspell-ve (<< 20070206-3ubuntu1), myspell-xh (<< 20070206-4ubuntu1), myspell-zu (<< 20070207-5ubuntu1), mythes-it (<= 2.0.7.gh.deb1-3), openoffice.org-thesaurus-it (<< 2.0.7.gh.deb1-1.1ubuntu3)
Conflicts: emacsen-common (<< 2.0.0)
Size: 231654
Description: Common utilities for spelling dictionary tools
 These are utilities shared by all ispell, myspell and wordlist
 dictionaries, including support for some tools that use ispell
 (like emacsen, jed and mutt) and some patched spell-checking
 lisp files for better system integration.
 More info about naming conventions and availability of those
 dictionaries in README.Debian file.
 .
 Maintainers should install dictionaries-common-dev as well, and
 read its documentation.
Original-Maintainer: Agustin Martin Domingo <agmartin@debian.org>
Homepage: http://dict-common.alioth.debian.org

Package: libkrb5support0
Priority: standard
Section: libs
Installed-Size: 164
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: krb5
Version: 1.12+dfsg-2ubuntu5.4
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Conflicts: libkrb53
Size: 31124
Description: MIT Kerberos runtime libraries - Support library
 Kerberos is a system for authenticating users and services on a network.
 Kerberos is a trusted third-party service.  That means that there is a
 third party (the Kerberos server) that is trusted by all the entities on
 the network (users and services, usually called "principals").
 .
 This is the MIT reference implementation of Kerberos V5.
 .
 This package contains an internal runtime support library used by other
 Kerberos libraries.
Homepage: http://web.mit.edu/kerberos/
Original-Maintainer: Sam Hartman <hartmans@debian.org>

Package: libgs9
Priority: optional
Section: libs
Installed-Size: 16767
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: ghostscript
Version: 9.26~dfsg+0-0ubuntu0.14.04.8
Depends: libc6 (>= 2.14), libcups2 (>= 1.4.0), libcupsimage2 (>= 1.4.0), libfontconfig1 (>= 2.9.0), libfreetype6 (>= 2.4.11), libidn11 (>= 1.13), libijs-0.35 (>= 0.35), libjbig2dec0 (>= 0.11), libjpeg8 (>= 8c), libpaper1, libpng12-0 (>= 1.2.13-4), libtiff5 (>= 4.0.3), zlib1g (>= 1:1.2.0), poppler-data (>= 0.4.5-3~) | gs-cjk-resource, libgs9-common (= 9.26~dfsg+0-0ubuntu0.14.04.8)
Size: 2354788
Description: interpreter for the PostScript language and for PDF - Library
 GPL Ghostscript is used for PostScript/PDF preview and printing.
 Usually as a back-end to a program such as ghostview, it can display
 PostScript and PDF documents in an X11 environment.
 .
 This package provides the Ghostscript library which makes the
 facilities of GPL Ghostscript available to applications.
Homepage: http://www.ghostscript.com/
Original-Maintainer: Debian Printing Team <debian-printing@lists.debian.org>

Package: libfile-fcntllock-perl
Priority: optional
Section: perl
Installed-Size: 87
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 0.14-2build1
Depends: perl (>= 5.18.1-4), perlapi-5.18.1, libc6 (>= 2.2.5)
Size: 15932
Description: Perl module for file locking with fcntl(2)
 File::FcntlLock is a Perl module to do file locking in an object oriented
 fashion using the fcntl(2) system call. This allows locks on parts of a file
 as well as on the whole file and overcomes some known problems with flock(2),
 on which Perl's flock() function is based.
 .
 Furthermore due to its design it supports reliable locking over NFS.
Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Homepage: http://search.cpan.org/dist/File-FcntlLock/

Package: libpython3-dev
Priority: optional
Section: python
Installed-Size: 64
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: python3-defaults
Version: 3.4.0-0ubuntu2
Depends: libpython3.4-dev (>= 3.4.0-0~)
Size: 7002
Description: header files and a static library for Python (default)
 Header files, a static library and development tools for building
 Python modules, extending the Python interpreter or embedding Python
 in applications.
 .
 This package is a dependency package, which depends on Debian's default
 Python 3 version (currently v3.4).
Homepage: http://www.python.org/
Original-Maintainer: Matthias Klose <doko@debian.org>

Package: wget
Priority: important
Section: web
Installed-Size: 636
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 1.15-1ubuntu1.14.04.5
Depends: libc6 (>= 2.17), libidn11 (>= 1.13), libssl1.0.0 (>= 1.0.0), libuuid1 (>= 2.16), zlib1g (>= 1:1.1.4)
Recommends: ca-certificates
Conflicts: wget-ssl
Size: 270384
Description: retrieves files from the web
 Wget is a network utility to retrieve files from the web
 using HTTP(S) and FTP, the two most widely used internet
 protocols. It works non-interactively, so it will work in
 the background, after having logged off. The program supports
 recursive retrieval of web-authoring pages as well as FTP
 sites -- you can use Wget to make mirrors of archives and
 home pages or to travel the web like a WWW robot.
 .
 Wget works particularly well with slow or unstable connections
 by continuing to retrieve a document until the document is fully
 downloaded. Re-getting files from where it left off works on
 servers (both HTTP and FTP) that support it. Both HTTP and FTP
 retrievals can be time stamped, so Wget can see if the remote
 file has changed since the last retrieval and automatically
 retrieve the new version if it has.
 .
 Wget supports proxy servers; this can lighten the network load,
 speed up retrieval, and provide access behind firewalls.
Homepage: http://www.gnu.org/software/wget/
Original-Maintainer: Noël Köthe <noel@debian.org>

Package: libarchive-extract-perl
Priority: optional
Section: perl
Installed-Size: 100
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 0.70-1
Depends: perl (>= 5.13.6)
Filename: pool/main/liba/libarchive-extract-perl/libarchive-extract-perl_0.70-1_all.deb
Size: 20324
MD5sum: 0d4c74fefd219a4ef3274c7a7848f79c
Description: generic archive extracting module
 Archive::Extract is a generic archive extraction mechanism.
 .
 It allows you to extract any archive file of the type .tar, .tar.gz, .gz, .Z,
 tar.bz2, .tbz, .bz2, .zip, .xz,, .txz, .tar.xz or .lzma without having to
 worry how it does so, or use different interfaces for each type by using
 either perl modules, or commandline tools on your system.
Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Homepage: https://metacpan.org/release/Archive-Extract/

Package: base-passwd
Essential: yes
Priority: required
Section: admin
Installed-Size: 252
Maintainer: Colin Watson <cjwatson@debian.org>
Architecture: amd64
Multi-Arch: foreign
Version: 3.5.33
Replaces: base
Depends: libc6 (>= 2.8), libdebconfclient0 (>= 0.145)
Recommends: debconf (>= 0.5) | debconf-2.0
Filename: pool/main/b/base-passwd/base-passwd_3.5.33_amd64.deb
Size: 47862
MD5sum: 92a98178a9e96f425bbde0320f9c5b77
Description: Debian base system master password and group files
 These are the canonical master copies of the user database files
 (/etc/passwd and /etc/group), containing the Debian-allocated user and
 group IDs. The update-passwd tool is provided to keep the system databases
 synchronized with these master files.

Package: uuid-runtime
Priority: optional
Section: libs
Installed-Size: 139
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Source: util-linux
Version: 2.20.1-5.1ubuntu20.9
Replaces: e2fsprogs (<= 1.40.3-1ubuntu1)
Depends: passwd, libuuid1 (>= 2.20.1), libc6 (>= 2.4)
Size: 12216
Description: runtime components for the Universally Unique ID library
 The libuuid library generates and parses 128-bit universally unique
 ids (UUIDs).  A UUID is an identifier that is unique across both
 space and time, with respect to the space of all UUIDs.  A UUID can
 be used for multiple purposes, from tagging objects with an extremely
 short lifetime, to reliably identifying very persistent objects
 across a network.
 .
 See RFC 4122 for more information.
 .
 This package contains the uuidgen program and the uuidd daemon.
 .
 The uuidd daemon is used to generate UUIDs, especially time-based
 UUID’s, in a secure and guaranteed-unique fashion, even in the face
 of large numbers of threads trying to grab UUID’s running on
 different CPU’s. It is used by libuuid as well as the uuidgen
 program.
Homepage: http://userweb.kernel.org/~kzak/util-linux/
Original-Maintainer: LaMont Jones <lamont@debian.org>

Package: at
Priority: standard
Section: admin
Installed-Size: 194
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 3.1.14-1ubuntu1
Depends: libc6 (>= 2.14), libpam0g (>= 0.99.7.1), init-system-helpers (>= 1.5), sysv-rc (>= 2.88dsf-24) | file-rc (>= 0.8.16), lsb-base (>= 3.2-14), libpam-runtime (>= 1.0.1-11)
Suggests: default-mta | mail-transport-agent
Size: 37636
Description: Delayed job execution and batch processing
 At and batch read shell commands from standard input
 storing them as a job to be scheduled for execution in the
 future.
 .
 Use
  at    to run the job at a specified time
  batch to run the job when system load levels permit
Original-Maintainer: Ansgar Burchardt <ansgar@debian.org>

Package: bind9-host
Priority: standard
Section: net
Installed-Size: 176
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: bind9
Version: 1:9.9.5.dfsg-3ubuntu0.19
Replaces: dnsutils (<< 1:9.0.0), host (<< 1:9.7.0)
Provides: host
Depends: libbind9-90 (= 1:9.9.5.dfsg-3ubuntu0.19), libc6 (>= 2.4), libdns100 (= 1:9.9.5.dfsg-3ubuntu0.19), libisc95 (= 1:9.9.5.dfsg-3ubuntu0.19), libisccfg90 (= 1:9.9.5.dfsg-3ubuntu0.19), liblwres90 (= 1:9.9.5.dfsg-3ubuntu0.19)
Conflicts: dnsutils (<< 1:9.0.0), host (<< 1:9.7.0)
Size: 46408
Description: Version of 'host' bundled with BIND 9.X
 This package provides the 'host' program in the form that is bundled with
 the BIND 9.X sources.
Original-Maintainer: LaMont Jones <lamont@debian.org>

Package: python3-commandnotfound
Priority: optional
Section: python
Installed-Size: 62
Maintainer: Michael Vogt <michael.vogt@ubuntu.com>
Architecture: all
Source: command-not-found
Version: 0.3ubuntu12
Replaces: command-not-found (<< 0.3ubuntu7)
Depends: command-not-found-data, lsb-release, python3-apt, python3-gdbm, python3:any (>= 3.3.2-2~)
Size: 5744
Description: Python 3 bindings for command-not-found.
 This package will install the Python 3 library for command_not_found tool.
Original-Maintainer: Zygmunt Krynicki <zkrynicki@gmail.com>

Package: libaprutil1
Priority: optional
Section: libs
Installed-Size: 252
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: apr-util
Version: 1.5.3-1
Depends: libapr1 (>= 1.4.8-2~), libc6 (>= 2.14), libdb5.3, libexpat1 (>= 2.0.1), libssl1.0.0 (>= 1.0.0)
Pre-Depends: multiarch-support
Breaks: libapr1 (<< 1.4.8-2~)
Size: 76376
Description: Apache Portable Runtime Utility Library
 APR is Apache's Portable Runtime Library, designed to be a support library
 that provides a predictable and consistent interface to underlying
 platform-specific implementations.
 .
 APR Util is a utilities library implemented on top of apr, providing database
 access, xml parsing, and other useful functionality.
Original-Maintainer: Debian Apache Maintainers <debian-apache@lists.debian.org>
Homepage: http://apr.apache.org/

Package: libalgorithm-diff-xs-perl
Priority: optional
Section: perl
Installed-Size: 87
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 0.04-2build4
Depends: perl (>= 5.18.1-4), perlapi-5.18.1, libc6 (>= 2.14), libalgorithm-diff-perl
Size: 12572
Description: module to find differences between files (XS accelerated)
 Algorithm::Diff::XS is a Perl diff utility module based on Joe Schaefer's
 excellent but not very well-known Algorithm::LCS module, with a drop-in
 interface identical to Algorithm::Diff.
 .
 Note that only the LCSidx function is optimized in XS at the moment, which
 means only compact_diff will get significantly faster for large data sets,
 while diff and sdiff will run in identical speed as Algorithm::Diff.
Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Homepage: http://search.cpan.org/dist/Algorithm-Diff-XS/

Package: node-retry
Priority: extra
Section: web
Installed-Size: 52
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 0.6.0-1
Depends: nodejs
Size: 6172
Description: Retry strategies for failed operations module for Node.js
 node-retry abstracts exponential and custom retry strategies for failed
 operations. Its parameters are the number of retries, exponential
 factor, minimum and maximum (randomized) timeouts.
 .
 Node.js is an event-based server-side javascript engine.
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Homepage: https://github.com/tim-kos/node-retry

Package: libfakeroot
Priority: optional
Section: utils
Installed-Size: 174
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: fakeroot
Version: 1.20-3ubuntu2
Replaces: fakeroot (<< 1.20-2~)
Depends: libc6 (>= 2.14)
Breaks: fakeroot (<< 1.20-2~)
Size: 25392
Description: tool for simulating superuser privileges - shared libraries
 fakeroot provides a fake "root environment" by means of LD_PRELOAD and
 SysV IPC (or TCP) trickery. It puts wrappers around getuid(), chown(),
 stat(), and other file-manipulation functions, so that unprivileged
 users can (for instance) populate .deb archives with root-owned files;
 various build tools use fakeroot for this by default.
 .
 This package contains the LD_PRELOAD libraries.
Original-Maintainer: Clint Adams <clint@debian.org>

Package: librsvg2-2
Priority: optional
Section: libs
Installed-Size: 408
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: librsvg
Version: 2.40.2-1
Depends: libc6 (>= 2.4), libcairo2 (>= 1.2.4), libcroco3 (>= 0.6.2), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libpango-1.0-0 (>= 1.36.0), libpangocairo-1.0-0 (>= 1.36.0), libxml2 (>= 2.8.0)
Pre-Depends: multiarch-support
Recommends: librsvg2-common
Suggests: librsvg2-bin
Size: 88266
Description: SAX-based renderer library for SVG files (runtime)
 The rsvg library is an efficient renderer for Scalable Vector Graphics
 (SVG) pictures.
 .
 This package contains the runtime library, necessary to run
 applications using librsvg.
Original-Maintainer: Josselin Mouette <joss@debian.org>
Homepage: http://live.gnome.org/LibRsvg

Package: libnetpbm10
Priority: optional
Section: libs
Installed-Size: 196
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: netpbm-free
Version: 2:10.0-15ubuntu2
Depends: libc6 (>= 2.7)
Size: 69042
Description: Graphics conversion tools shared libraries
 This package contains the shared libraries used by netpbm.
Homepage: http://netpbm.alioth.debian.org
Original-Maintainer: Andreas Barth <aba@not.so.argh.org>

Package: libpaper-utils
Priority: optional
Section: utils
Installed-Size: 70
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Source: libpaper
Version: 1.1.24+nmu2ubuntu3
Replaces: libpaper1 (<< 1.1.10), libpaperg (<< 1.1.9)
Depends: libc6 (>= 2.4), libpaper1
Size: 8244
Description: library for handling paper characteristics (utilities)
 The libpaper paper-handling library automates recognition of many
 different paper types and sizes for programs that need to deal with
 printed output.
 .
 This package contains utilities for setting the system's default
 paper type and for accessing paper type information from shell
 scripts.
Original-Maintainer: Giuseppe Sacco <eppesuig@debian.org>

Package: libcomerr2
Priority: required
Section: libs
Installed-Size: 103
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: e2fsprogs
Version: 1.42.9-3ubuntu1.3
Replaces: e2fsprogs (<< 1.34-1)
Provides: libcomerr-kth-compat
Depends: libc6 (>= 2.17)
Pre-Depends: multiarch-support
Filename: pool/main/e/e2fsprogs/libcomerr2_1.42.9-3ubuntu1_amd64.deb
Size: 62878
MD5sum: 1e6569c756e64bad47b72740277e0067
Description: common error description library
 libcomerr is an attempt to present a common error-handling mechanism to
 manipulate the most common form of error code in a fashion that does not
 have the problems identified with mechanisms commonly in use.
Homepage: http://e2fsprogs.sourceforge.net
Original-Maintainer: Theodore Y. Ts'o <tytso@mit.edu>

Package: libterm-ui-perl
Priority: optional
Section: perl
Installed-Size: 78
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 0.42-1
Depends: perl, liblog-message-simple-perl | perl (<< 5.17)
Filename: pool/main/libt/libterm-ui-perl/libterm-ui-perl_0.42-1_all.deb
Size: 18272
MD5sum: 10524c827464c5b829e32a37df4fb99c
Description: Term::ReadLine UI made easy
 Term::UI is a transparent way of eliminating the overhead of having to format
 a question and then validate the reply, informing the user if the answer was
 not proper and re-issuing the question.
 .
 Simply give it the question you want to ask, optionally with choices the user
 can pick from and a default and Term::UI will DWYM.
 .
 For asking a yes or no question, there's even a shortcut.
Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Homepage: https://metacpan.org/release/Term-UI/

Package: python3-distlib
Priority: optional
Section: python
Installed-Size: 546
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: distlib
Version: 0.1.8-1ubuntu1
Depends: python3:any (>= 3.3.2-2~)
Size: 112598
Description: low-level components of python distutils2/packaging
 Distlib is a library which implements low-level functions that relate to
 packaging and distribution of Python software. It is intended to be used
 as the basis for third-party packaging tools.
Original-Maintainer: Matthias Klose <doko@debian.org>
Homepage: https://pypi.python.org/pypi/distlib

Package: language-pack-en-base
Priority: optional
Section: translations
Installed-Size: 4333
Maintainer: Language pack maintainers <language-packs@ubuntu.com>
Architecture: all
Version: 1:14.04+20160720
Replaces: language-pack-en (<< 1:14.04+20160720), language-pack-en-base (<< 1:14.04+20160720), language-pack-gnome-en (<< 1:14.04+20160720), language-pack-gnome-en-base (<< 1:14.04+20160720), language-pack-kde-en (<< 1:14.04+20160720), language-pack-kde-en-base (<< 1:14.04+20160720)
Depends: locales (>= 2.3.6), language-pack-en (>= 1:14.04+20160720)
Pre-Depends: dpkg (>= 1.16.1)
Conflicts: language-pack-en (<< 1:14.04+20160720)
Size: 483882
Description: translations for language English
 Translation data for all supported packages for:
 English
 .
 This package provides the bulk of translation data and is updated
 only seldom. language-pack-en provides frequent
 translation updates, so you should install this as well.

Package: python-serial
Priority: optional
Section: python
Installed-Size: 403
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: pyserial
Version: 2.6-1build1
Depends: python (>= 2.7), python (<< 2.8), python:any (>= 2.7.1-0ubuntu2)
Suggests: python-wxgtk2.8 | python-wxgtk
Size: 60088
Description: pyserial - module encapsulating access for the serial port
 This module encapsulates the access for the serial port. It provides
 back-ends for standard Python running on Windows, Linux, BSD (possibly
 any POSIX compliant system). The module named "serial" automatically
 selects the appropriate back-end.
Original-Maintainer: Matthias Klose <doko@debian.org>
Homepage: http://pyserial.sourceforge.net/
Python-Version: 2.7

Package: mawk
Priority: required
Section: interpreters
Installed-Size: 197
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 1.3.3-17ubuntu2
Provides: awk
Pre-Depends: libc6 (>= 2.14)
Filename: pool/main/m/mawk/mawk_1.3.3-17ubuntu2_amd64.deb
Size: 78870
MD5sum: ca1ecd2030a4aee73ae8d64ed7ddaba5
Description: a pattern scanning and text processing language
 Mawk is an interpreter for the AWK Programming Language. The AWK
 language is useful for manipulation of data files, text retrieval and
 processing, and for prototyping and experimenting with algorithms. Mawk
 is a new awk meaning it implements the AWK language as defined in Aho,
 Kernighan and Weinberger, The AWK Programming Language, Addison-Wesley
 Publishing, 1988. (Hereafter referred to as the AWK book.) Mawk conforms
 to the POSIX 1003.2 (draft 11.3) definition of the AWK language
 which contains a few features not described in the AWK book, and mawk
 provides a small number of extensions.
 .
 Mawk is smaller and much faster than gawk. It has some compile-time
 limits such as NF = 32767 and sprintf buffer = 1020.
Original-Maintainer: Steve Langasek <vorlon@debian.org>

Package: node-ansi
Priority: extra
Section: web
Installed-Size: 70
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 0.2.1-1
Depends: nodejs
Size: 8692
Description: Advanced ANSI formatting tool for Node.js
 node-ansi is a module for Node.js that provides an easy-to-use API
 for writing ANSI escape codes to Stream instances.
 ANSI escape codes are used to do fancy things in a terminal window,
 like render text in colors, delete characters, lines, the entire window,
 or hide and show the cursor, and lots more.
 .
 Node.js is  an event-based server-side javascript engine.
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Homepage: https://github.com/TooTallNate/ansi.js

Package: python3-chardet
Priority: optional
Section: python
Installed-Size: 508
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: chardet-whl
Version: 2.2.1-2~ubuntu1
Depends: python3, python3:any (>= 3.3.2-2~), python3-pkg-resources
Size: 96470
Description: universal character encoding detector for Python3
 Chardet takes a sequence of bytes in an unknown character encoding, and
 attempts to determine the encoding.
 .
 Supported encodings:
  * ASCII, UTF-8, UTF-16 (2 variants), UTF-32 (4 variants)
  * Big5, GB2312, EUC-TW, HZ-GB-2312, ISO-2022-CN (Traditional and Simplified
    Chinese)
  * EUC-JP, SHIFT_JIS, ISO-2022-JP (Japanese)
  * EUC-KR, ISO-2022-KR (Korean)
  * KOI8-R, MacCyrillic, IBM855, IBM866, ISO-8859-5, windows-1251 (Cyrillic)
  * ISO-8859-2, windows-1250 (Hungarian)
  * ISO-8859-5, windows-1251 (Bulgarian)
  * windows-1252 (English)
  * ISO-8859-7, windows-1253 (Greek)
  * ISO-8859-8, windows-1255 (Visual and Logical Hebrew)
  * TIS-620 (Thai)
 .
 This library is a port of the auto-detection code in Mozilla.
 .
 This package contains the Python 3 version of the library.
Original-Maintainer: Piotr Ożarowski <piotr@debian.org>
Homepage: https://github.com/chardet/chardet

Package: libopencore-amrnb0
Priority: optional
Section: libs
Installed-Size: 203
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: opencore-amr
Version: 0.1.3-2ubuntu1
Depends: libc6 (>= 2.3.4)
Pre-Depends: multiarch-support
Size: 90422
Description: Adaptive Multi Rate speech codec - shared library
 This library contains an implementation of the 3GPP TS 26.073 specification for
 the Adaptive Multi Rate (AMR) speech codec. The implementation is derived from
 the OpenCORE framework, part of the Google Android project.
 .
 This package contains the encoder/decoder shared library.
Homepage: https://sourceforge.net/projects/opencore-amr/
Original-Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>

Package: node-fstream
Priority: extra
Section: web
Installed-Size: 107
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 0.1.24-1
Depends: nodejs, node-rimraf (>= 2), node-mkdirp (>= 0.3), node-graceful-fs (>= 2), node-inherits (>= 2)
Size: 19496
Description: Advanced filesystem streaming tools for Node.js
 node-fstream is a high-level file stream module for Node.js,
 with a unified interface for reading and writing streams representing
 files, directories or symbolic links, as well as manipulating their
 attributes, such as atime/mtime or uid/guid.
 .
 Node.js is an event-based server-side javascript engine.
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Homepage: https://github.com/isaacs/fstream

Package: libtasn1-6-dev
Priority: optional
Section: libdevel
Installed-Size: 779
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: libtasn1-6
Version: 3.4-3ubuntu0.6
Provides: libtasn1-dev
Depends: libtasn1-6 (= 3.4-3ubuntu0.6)
Conflicts: libtasn1-dev
Size: 384784
Description: Manage ASN.1 structures (development)
 Manage ASN1 (Abstract Syntax Notation One) structures.
 The main features of this library are:
   * on-line ASN1 structure management that doesn't require any C code
     file generation.
   * off-line ASN1 structure management with C code file generation
     containing an array.
   * DER (Distinguish Encoding Rules) encoding
   * no limits for INTEGER and ENUMERATED values
 .
 This package contains header files and libraries for static linking.
Homepage: http://www.gnu.org/software/libtasn1/
Original-Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>

Package: plymouth-theme-ubuntu-text
Priority: optional
Section: x11
Installed-Size: 88
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: plymouth
Version: 0.8.8-0ubuntu17.2
Replaces: plymouth (<< 0.8.1-1~)
Provides: plymouth-theme
Depends: plymouth, libc6 (>= 2.2.5), libplymouth2 (>= 0.8.0~-13~ppa1)
Size: 7958
Description: graphical boot animation and logger - ubuntu-logo theme
 Plymouth is an application that runs very early in the boot process
 (even before the root filesystem is mounted!) that provides a graphical
 boot animation while the boot process happens in the background.
 .
 This package contains the default ubuntu-text text theme used when no
 support for a graphical theme is found on your system.

Package: libpoppler-glib8
Priority: optional
Section: libs
Installed-Size: 353
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: poppler
Version: 0.24.5-2ubuntu4.17
Depends: libc6 (>= 2.14), libcairo2 (>= 1.12.0), libfreetype6 (>= 2.2.1), libglib2.0-0 (>= 2.37.3), libpoppler44 (>= 0.24.5), libstdc++6 (>= 4.1.1)
Pre-Depends: multiarch-support
Size: 83832
Description: PDF rendering library (GLib-based shared library)
 Poppler is a PDF rendering library based on Xpdf PDF viewer.
 .
 This package provides the GLib-based shared library for applications
 using the GLib interface to Poppler.
Homepage: http://poppler.freedesktop.org/
Original-Maintainer: Loic Minier <lool@dooz.org>

Package: groff-base
Priority: important
Section: text
Installed-Size: 2796
Maintainer: Colin Watson <cjwatson@debian.org>
Architecture: amd64
Multi-Arch: foreign
Source: groff
Version: 1.22.2-5
Replaces: groff (<< 1.20.1-6), jgroff (<< 1.17-1)
Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1)
Suggests: groff
Breaks: groff (<< 1.17-1), jgroff (<< 1.17-1), pmake (<< 1.45-7), troffcvt (<< 1.04-14)
Size: 1053374
Description: GNU troff text-formatting system (base system components)
 This package contains the traditional UN*X text formatting tools
 troff, nroff, tbl, eqn, and pic. These utilities, together with the
 man-db package, are essential for displaying the on-line manual pages.
 .
 groff-base is a stripped-down package containing the necessary components
 to read manual pages in ASCII, Latin-1, and UTF-8, plus the PostScript
 device (groff's default). Users who want a full groff installation, with
 the standard set of devices, fonts, macros, and documentation, should
 install the groff package.
Homepage: https://www.gnu.org/software/groff/

Package: gyp
Priority: optional
Section: python
Installed-Size: 1012
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 0.1~svn1729-3ubuntu1
Depends: python (>= 2.7), python (<< 2.8), python:any (>= 2.7.1-0ubuntu2), python-pkg-resources
Size: 200956
Description: Cross-platform build script generator
 GYP (Generate Your Projects) is a tool to generate native Visual Studio,
 Xcode, SCons and make build files from a description of a project in a
 simple JSON-inspired format. Its syntax is a universal cross-platform
 build representation that still allows sufficient per-platform flexibility
 to accommodate irreconcilable differences.
Original-Maintainer: Debian Chromium Maintainers <pkg-chromium-maint@lists.alioth.debian.org>
Homepage: http://code.google.com/p/gyp/

Package: gnupg
Priority: important
Section: utils
Installed-Size: 1680
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 1.4.16-1ubuntu2.6
Depends: libbz2-1.0, libc6 (>= 2.15), libreadline6 (>= 6.0), libusb-0.1-4 (>= 2:0.1.12), zlib1g (>= 1:1.1.4), gpgv
Suggests: gnupg-curl, gnupg-doc, xloadimage | imagemagick | eog, libpcsclite1
Filename: pool/main/g/gnupg/gnupg_1.4.16-1ubuntu2_amd64.deb
Size: 611028
MD5sum: cb1cc4654d6287fe92aef3bfed28e463
Description: GNU privacy guard - a free PGP replacement
 GnuPG is GNU's tool for secure communication and data storage.
 It can be used to encrypt data and to create digital signatures.
 It includes an advanced key management facility and is compliant
 with the proposed OpenPGP Internet standard as described in RFC 4880.
 .
 GnuPG 1.4 is the standalone, non-modularized series. In contrast to
 the version 2 series, shipped with the gnupg2 package, it comes
 with no support for S/MIME and some other tools useful for desktop
 environments, but also with less dependencies.
 .
 The gnupg package is built without libcurl. So it does not support
 HKPS keyservers. Install the gnupg-curl package if you want to use
 the keyserver helper tools built with libcurl and supporting HKPS.
Homepage: http://www.gnupg.org
Original-Maintainer: Debian GnuPG-Maintainers <pkg-gnupg-maint@lists.alioth.debian.org>

Package: libc-client2007e
Priority: optional
Section: libs
Installed-Size: 1399
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: uw-imap
Version: 8:2007f~dfsg-2
Depends: libpam-modules, mlock, libc6 (>= 2.15), libgssapi-krb5-2 (>= 1.10+dfsg~), libkrb5-3 (>= 1.6.dfsg.2), libpam0g (>= 0.99.7.1), libssl1.0.0 (>= 1.0.0)
Suggests: uw-mailutils
Size: 574824
Description: c-client library for mail protocols - library files
 IMAP (Internet Message Access Protocol) is a method of accessing
 electronic messages kept on a (possibly shared) mail server.
 .
 The UW (University of Washington) IMAP toolkit provides the c-client
 mail-handling library supporting various network transport methods,
 file system storage formats, and authentication and authorization
 methods.
 .
 This package contains the shared c-client library.
Original-Maintainer: Magnus Holmgren <holmgren@debian.org>
Homepage: http://www.washington.edu/imap/

Package: libnewt0.52
Priority: important
Section: libs
Installed-Size: 188
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: newt
Version: 0.52.15-2ubuntu5
Depends: libc6 (>= 2.15), libslang2 (>= 2.2.4)
Pre-Depends: multiarch-support
Recommends: libfribidi0
Filename: pool/main/n/newt/libnewt0.52_0.52.15-2ubuntu5_amd64.deb
Size: 40564
MD5sum: 31ba176b2adbb646824f1cd5c8594e31
Description: Not Erik's Windowing Toolkit - text mode windowing with slang
 Newt is a windowing toolkit for text mode built from the slang library.
 It allows color text mode applications to easily use stackable windows,
 push buttons, check boxes, radio buttons, lists, entry fields, labels,
 and displayable text. Scrollbars are supported, and forms may be nested
 to provide extra functionality. This package contains the shared library
 for programs that have been built with newt.
Homepage: https://fedorahosted.org/newt/
Original-Maintainer: Alastair McKinstry <mckinstry@debian.org>

Package: ltrace
Priority: optional
Section: utils
Installed-Size: 363
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 0.7.3-4ubuntu5.1
Depends: libc6 (>= 2.14), libelf1 (>= 0.131), libselinux1 (>= 1.32)
Size: 119502
Description: Tracks runtime library calls in dynamically linked programs
 ltrace is a debugging program which runs a specified command until it
 exits.  While the command is executing, ltrace intercepts and records
 the dynamic library calls which are called by
 the executed process and the signals received by that process.
 It can also intercept and print the system calls executed by the program.
 .
 The program to be traced need not be recompiled for this, so you can
 use it on binaries for which you don't have the source handy.
 .
 You should install ltrace if you need a sysadmin tool for tracking the
 execution of processes.
Original-Maintainer: Juan Cespedes <cespedes@debian.org>

Package: libalgorithm-diff-perl
Priority: optional
Section: perl
Installed-Size: 136
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 1.19.02-3
Depends: perl
Recommends: libalgorithm-diff-xs-perl
Size: 49964
Description: module to find differences between files
 Algorithm::Diff is a Perl module that allows users to analyze text based on a
 Longest Common Subsequence (LCS) algorithm. It can compare two files and find
 the differences between them, which can produce the same information as the
 common Unix tool 'diff'.
 .
 There is an XS-optimized implementation of the core loop, which accelerates
 some types of diff output (see libalgorithm-diff-xs-perl).
Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Homepage: http://search.cpan.org/~tyemq/Algorithm-Diff/

Package: libisccc90
Priority: optional
Section: libs
Installed-Size: 89
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: bind9
Version: 1:9.9.5.dfsg-3ubuntu0.19
Replaces: libbind0
Depends: libc6 (>= 2.4), libisc95
Conflicts: libbind0, libbind9-41
Size: 15706
Description: Command Channel Library used by BIND
 The Berkeley Internet Name Domain (BIND) implements an Internet domain
 name server.  BIND is the most widely-used name server software on the
 Internet, and is supported by the Internet Software Consortium, www.isc.org.
 .
 This package delivers the libisccc shared library used by BIND's daemons
 and clients, particularly rndc.
Original-Maintainer: LaMont Jones <lamont@debian.org>

Package: libtevent0
Priority: optional
Section: libs
Installed-Size: 103
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: tevent
Version: 0.9.28-0ubuntu0.14.04.1
Depends: libc6 (>= 2.15), libtalloc2 (>= 2.1.0)
Pre-Depends: multiarch-support
Size: 26172
Description: talloc-based event loop library - shared library
 tevent is a simple library that can handle the main event loop for an
 application. It supports three kinds of events: timed events, file
 descriptors becoming readable or writable and signals.
 .
 Talloc is used for memory management, both internally and for private
 data provided by users of the library.
 .
 This package provides the shared library file.
Homepage: http://tevent.samba.org/
Original-Maintainer: Jelmer Vernooij <jelmer@debian.org>

Package: x11-common
Priority: optional
Section: x11
Installed-Size: 492
Maintainer: Ubuntu X-SWAT <ubuntu-x@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Source: xorg
Version: 1:7.7+1ubuntu8.1
Depends: debconf (>= 0.5) | debconf-2.0, lsb-base (>= 1.3-9ubuntu2)
Size: 49504
Description: X Window System (X.Org) infrastructure
 x11-common contains the filesystem infrastructure required for further
 installation of the X Window System in any configuration; it does not
 provide a full installation of clients, servers, libraries, and utilities
 required to run the X Window System.
 .
 A number of terms are used to refer to the X Window System, including "X",
 "X Version 11", "X11", "X11R6", and "X11R7".  The version of X used in
 Debian is derived from the version released by the X.Org Foundation, and
 is thus often also referred to as "X.Org".  All of the preceding quoted
 terms are functionally interchangeable in an Debian system.
Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>

Package: node-request
Priority: extra
Section: web
Installed-Size: 84
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 2.26.1-1
Depends: nodejs, node-form-data, node-node-uuid, node-mime, node-forever-agent, node-tunnel-agent, node-json-stringify-safe, node-qs, node-cookie-jar
Suggests: node-hawk, node-aws-sign, node-oauth-sign, node-http-signature
Size: 14484
Description: simplified HTTP request client module for Node.js
 node-request is an HTTP client with a simple API and a lot of features:
  * streaming response
  * multipart form upload
  * HTTP auth
  * OAuth signing
  * Proxy
 Some features are available as suggested Node.js modules.
 .
 Node.js is an event-based server-side javascript engine.
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Homepage: https://github.com/mikeal/request

Package: net-tools
Priority: important
Section: net
Installed-Size: 708
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 1.60-25ubuntu2.1
Replaces: ja-trans (<= 0.8-2), netbase (<< 4.00)
Depends: libc6 (>= 2.14)
Conflicts: ja-trans (<= 0.8-2)
Filename: pool/main/n/net-tools/net-tools_1.60-25ubuntu2_amd64.deb
Size: 175108
MD5sum: 80d953d0950d32c66e7284ca68ed89ee
Description: The NET-3 networking toolkit
 This package includes the important tools for controlling the network
 subsystem of the Linux kernel.  This includes arp, ifconfig, netstat,
 rarp, nameif and route.  Additionally, this package contains utilities
 relating to particular network hardware types (plipconfig, slattach,
 mii-tool) and advanced aspects of IP configuration (iptunnel, ipmaddr).
 .
 In the upstream package 'hostname' and friends are included. Those are
 not installed by this package, since there is a special "hostname*.deb".
Homepage: http://net-tools.berlios.de/
Original-Maintainer: net-tools Team <pkg-net-tools-maintainers@lists.alioth.debian.org>

Package: wireless-regdb
Priority: optional
Section: net
Installed-Size: 52
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Version: 2013.02.13-1ubuntu1
Suggests: crda
Size: 6456
Description: wireless regulatory database
 This package contains the wireless regulatory database used by the Central
 Regulatory Database Agent (CRDA) to configure wireless devices to operate
 within the radio spectrum allowed in the local jurisdiction.
 .
 This regulatory information is provided with no warranty either expressed or
 implied. Only Linux drivers which use cfg80211 framework can make use of the
 regulatory database and CRDA.
Homepage: http://wireless.kernel.org/en/developers/Regulatory/#The_regulatory_database
Original-Maintainer: Ben Hutchings <ben@decadent.org.uk>

Package: libxfixes3
Priority: optional
Section: libs
Installed-Size: 62
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libxfixes
Version: 1:5.0.1-1ubuntu1.1
Depends: libc6 (>= 2.14), libx11-6 (>= 2:1.6.0)
Pre-Depends: multiarch-support
Breaks: unity (<< 7.0.2), xserver-xorg-core (<< 2:1.14)
Size: 10410
Description: X11 miscellaneous 'fixes' extension library
 libXfixes provides an X Window System client interface to the 'XFIXES'
 extension to the X protocol.
 .
 It provides support for Region types, and some cursor functions.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libXfixes
Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>

Package: libsndfile1
Priority: optional
Section: libs
Installed-Size: 514
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libsndfile
Version: 1.0.25-7ubuntu2.2
Depends: libc6 (>= 2.14), libflac8 (>= 1.3.0), libogg0 (>= 1.0rc3), libvorbis0a (>= 1.2.3), libvorbisenc2 (>= 1.1.2)
Pre-Depends: multiarch-support
Size: 136470
Description: Library for reading/writing audio files
 libsndfile is a library of C routines for reading and writing files containing
 sampled audio data.
 .
 Various versions of WAV (integer, floating point, GSM, and compressed formats);
 Microsoft PCM, A-law and u-law formats; AIFF, AIFC and RIFX; various AU/SND
 formats (Sun/NeXT, Dec AU, G721 and G723 ADPCM); RAW header-less PCM files;
 Amiga IFF/8SVX/16SV PCM files; Ensoniq PARIS  (.PAF); Apple's Core Audio Format
 (CAF) and others.
Homepage: http://www.mega-nerd.com/libsndfile/
Original-Maintainer: Erik de Castro Lopo <erikd@mega-nerd.com>

Package: node-lru-cache
Priority: extra
Section: web
Installed-Size: 43
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 2.3.1-1
Depends: nodejs
Size: 5674
Description: least-recently-used cache object for Node.js
 A cache object that deletes the least-recently-used items.
 This is the Node.js module.
 .
 Node.js is an event-based server-side javascript engine.
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Homepage: https://github.com/isaacs/node-lru-cache

Package: unattended-upgrades
Priority: optional
Section: admin
Installed-Size: 252
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 0.82.1ubuntu2.5
Depends: debconf (>= 0.5) | debconf-2.0, debconf, python3, python3-apt, apt-utils, apt, ucf, lsb-release, lsb-base (>= 3.2-14), xz-utils
Suggests: bsd-mailx, mail-transport-agent
Size: 25648
Description: automatic installation of security upgrades
 This package can download and install security upgrades automatically
 and unattended, taking care to only install packages from the
 configured APT source, and checking for dpkg prompts about
 configuration file changes.
 .
 This script is the backend for the APT::Periodic::Unattended-Upgrade
 option.
Original-Maintainer: Michael Vogt <mvo@debian.org>

Package: libaccountsservice0
Priority: optional
Section: libs
Installed-Size: 365
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: accountsservice
Version: 0.6.35-0ubuntu7.3
Depends: libc6 (>= 2.2.5), libgcr-base-3-1 (>= 3.8.0), libglib2.0-0 (>= 2.37.3), libsystemd-login0 (>= 186)
Breaks: accountsservice (<< 0.6.5)
Size: 69762
Description: query and manipulate user account information - shared libraries
 The AccountService project provides a set of D-Bus
 interfaces for querying and manipulating user account
 information and an implementation of these interfaces,
 based on the useradd, usermod and userdel commands.
 .
 This package provides the shared libraries of the
 AccountService library.
Homepage: http://cgit.freedesktop.org/accountsservice/
Original-Maintainer: Alessio Treglia <alessio@debian.org>

Package: debconf-i18n
Priority: important
Section: localization
Installed-Size: 1104
Maintainer: Colin Watson <cjwatson@ubuntu.com>
Architecture: all
Source: debconf
Version: 1.5.51ubuntu2
Replaces: debconf (<< 1.3.0), debconf-utils (<< 1.3.22)
Depends: debconf, liblocale-gettext-perl, libtext-iconv-perl, libtext-wrapi18n-perl, libtext-charwidth-perl
Conflicts: debconf-english, debconf-utils (<< 1.3.22)
Filename: pool/main/d/debconf/debconf-i18n_1.5.51ubuntu2_all.deb
Size: 207762
MD5sum: f263a8a394f490cf0dfad010cb1a8099
Description: full internationalization support for debconf
 This package provides full internationalization for debconf, including
 translations into all available languages, support for using translated
 debconf templates, and support for proper display of multibyte character
 sets.
Original-Maintainer: Debconf Developers <debconf-devel@lists.alioth.debian.org>

Package: ubuntu-release-upgrader-core
Priority: optional
Section: admin
Installed-Size: 320
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: ubuntu-release-upgrader
Version: 1:0.220.11
Replaces: update-manager (<< 1:0.165), update-manager-core (<< 1:0.165)
Depends: python3:any (>= 3.2~), python3, python3-distupgrade (= 1:0.220.11)
Recommends: libpam-modules (>= 1.0.1-9ubuntu3)
Breaks: software-properties (<< 0.9.27), update-manager (<< 1:0.165), update-manager-core (<< 1:0.165)
Size: 25234
Description: manage release upgrades
 This is the core of the Ubuntu Release Upgrader

Package: libkadm5srv-mit9
Priority: standard
Section: libs
Installed-Size: 232
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: krb5
Version: 1.12+dfsg-2ubuntu5.4
Depends: libc6 (>= 2.14), libcomerr2 (>= 1.01), libgssapi-krb5-2 (>= 1.6.dfsg.2), libgssrpc4 (>= 1.6.dfsg.2), libk5crypto3 (>= 1.6.dfsg.2), libkdb5-7, libkrb5-3 (>= 1.9+dfsg~beta1), libkrb5support0 (>= 1.12~alpha1+dfsg)
Pre-Depends: multiarch-support
Suggests: krb5-doc, krb5-user
Size: 50278
Description: MIT Kerberos runtime libraries - KDC and Admin Server
 Kerberos is a system for authenticating users and services on a network.
 Kerberos is a trusted third-party service.  That means that there is a
 third party (the Kerberos server) that is trusted by all the entities on
 the network (users and services, usually called "principals").
 .
 This is the MIT reference implementation of Kerberos V5.
 .
 This package contains the runtime library used by Kerberos administrative
 servers.
Homepage: http://web.mit.edu/kerberos/
Original-Maintainer: Sam Hartman <hartmans@debian.org>

Package: libgs9-common
Priority: optional
Section: libs
Installed-Size: 7241
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: ghostscript
Version: 9.26~dfsg+0-0ubuntu0.14.04.8
Suggests: fonts-droid
Size: 5097728
Description: interpreter for the PostScript language and for PDF - common files
 GPL Ghostscript is used for PostScript/PDF preview and printing.
 Usually as a back-end to a program such as ghostview, it can display
 PostScript and PDF documents in an X11 environment.
 .
 This package provides common architecture-independent files needed by
 the GPL Ghostscript library.
 .
 By default, GPL Ghostscript uses a font from the fonts-droid package to
 approximate glyphs in PDFs for which the requested CJK TrueType font
 is missing.  If the fonts-droid package is not installed, these glyphs
 will be rendered as bullets.
Homepage: http://www.ghostscript.com/
Original-Maintainer: Debian Printing Team <debian-printing@lists.debian.org>

Package: fuse
Priority: optional
Section: utils
Installed-Size: 152
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 2.9.2-4ubuntu4.14.04.1
Depends: libc6 (>= 2.14), libfuse2 (= 2.9.2-4ubuntu4.14.04.1), adduser, mount (>= 2.19.1), sed (>= 4), udev | makedev
Size: 25106
Description: Filesystem in Userspace
 Filesystem in Userspace (FUSE) is a simple interface for userspace programs to
 export a virtual filesystem to the Linux kernel. It also aims to provide a
 secure method for non privileged users to create and mount their own filesystem
 implementations.
Homepage: http://fuse.sourceforge.net/
Original-Maintainer: Daniel Baumann <mail@daniel-baumann.ch>

Package: libjs-jquery-metadata
Priority: optional
Section: web
Installed-Size: 45
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: jquery-goodies
Version: 8-2
Depends: libjs-jquery
Recommends: javascript-common
Size: 6856
Description: jQuery plugin for parsing metadata from elements
 Sets the type of metadata to use. Metadata is encoded in JSON, and each
 property in the JSON will become a property of the element itself.
 .
 There are three supported types of metadata storage:
 .
   attr:  Inside an attribute. The name parameter indicates *which* attribute.
 .
   class: Inside the class attribute, wrapped in curly braces: { }
 .
   elem:  Inside a child element (e.g. a script tag). The name parameter
          indicates *which* element.
 .
 The metadata for an element is loaded the first time the element is accessed
 via jQuery.
 .
 As a result, you can define the metadata type, use $(expr) to load the metadata
 into the elements matched by expr, then redefine the metadata type and run
 another $(expr) for other elements.
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>

Package: acpid
Priority: optional
Section: admin
Installed-Size: 188
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 1:2.0.21-1ubuntu2
Depends: libc6 (>= 2.15), sysv-rc (>= 2.88dsf-24) | file-rc (>= 0.8.16), lsb-base (>= 3.2-14), kmod
Size: 35030
Description: Advanced Configuration and Power Interface event daemon
 Modern computers support the Advanced Configuration and Power Interface (ACPI)
 to allow intelligent power management on your system and to query battery and
 configuration status.
 .
 ACPID is a completely flexible, totally extensible daemon for delivering
 ACPI events. It listens on netlink interface (or on the deprecated file
 /proc/acpi/event), and when an event occurs, executes programs to handle the
 event. The programs it executes are configured through a set of configuration
 files, which can be dropped into place by packages or by the admin.
Homepage: http://www.tedfelix.com/linux/acpid-netlink.html
Original-Maintainer: Debian Acpi Team <pkg-acpi-devel@lists.alioth.debian.org>

Package: grep
Essential: yes
Priority: required
Section: utils
Installed-Size: 712
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 2.16-1
Provides: rgrep
Depends: dpkg (>= 1.15.4) | install-info
Pre-Depends: libc6 (>= 2.14), libpcre3
Suggests: libpcre3 (>= 7.7)
Conflicts: rgrep
Filename: pool/main/g/grep/grep_2.16-1_amd64.deb
Size: 162664
MD5sum: 85e64efbf4e1baf0639a9a723e1d73ca
Description: GNU grep, egrep and fgrep
 'grep' is a utility to search for text in files; it can be used from the
 command line or in scripts.  Even if you don't want to use it, other packages
 on your system probably will.
 .
 The GNU family of grep utilities may be the "fastest grep in the west".
 GNU grep is based on a fast lazy-state deterministic matcher (about
 twice as fast as stock Unix egrep) hybridized with a Boyer-Moore-Gosper
 search for a fixed string that eliminates impossible text from being
 considered by the full regexp matcher without necessarily having to
 look at every character. The result is typically many times faster
 than Unix grep or egrep. (Regular expressions containing backreferencing
 will run more slowly, however.)
Original-Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
Homepage: http://www.gnu.org/software/grep/

Package: node-node-uuid
Priority: optional
Section: web
Installed-Size: 42
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: node-uuid
Version: 1.4.0-1
Replaces: libnode-node-uuid
Depends: nodejs, libjs-node-uuid
Conflicts: libnode-node-uuid
Size: 2530
Description: simple, fast generation of RFC4122 UUIDs - Node module
 Node is an event-based server-side JavaScript engine.
 .
 Node-uuid is a UUID library usable either directly in web browsers or
 as a Node module.
 .
  * Generate RFC4122 version 1 or version 4 UUIDs
  * Runs in node.js and all browsers
  * Cryptographically strong random # generation on supporting platforms
  * 1.1K minified and gzip'ed
 .
 This package contains node-uuid usable with Node.
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Homepage: https://github.com/broofa/node-uuid

Package: libntlm0
Priority: optional
Section: libs
Installed-Size: 67
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libntlm
Version: 1.4-1
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Size: 15276
Description: NTLM authentication library
 NTLM is an authentication protocol used in various Microsoft network
 protocol implementations and supported by the NTLM Security Support
 Provider ("NTLMSSP"). Originally used for authentication and negotiation
 of secure DCE/RPC, NTLM is also used throughout Microsoft's systems as
 an integrated single sign-on mechanism.
 .
 NTLM employs a challenge-response mechanism for authentication, in  which
 clients are able to prove their identities without sending a  password to
 the server. It consists of three messages, commonly referred  to as Type 1
 (negotiation), Type 2 (challenge) and Type 3 (authentication).
Original-Maintainer: Debian XMPP Maintainers <pkg-xmpp-devel@lists.alioth.debian.org>
Homepage: http://www.nongnu.org/libntlm/

Package: node-mkdirp
Priority: extra
Section: web
Installed-Size: 46
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 0.3.5-1
Depends: nodejs
Size: 4146
Description: Node.js module to recursively create directories
 mkdirp is a Node.js module to recursively create directories.
 .
 Node.js is an event-based server-side javascript engine.
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Homepage: https://github.com/substack/node-mkdirp

Package: libnl-genl-3-200
Priority: optional
Section: libs
Installed-Size: 69
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libnl3
Version: 3.2.21-1ubuntu4.1
Depends: libnl-3-200 (= 3.2.21-1ubuntu4.1), libc6 (>= 2.4)
Pre-Depends: multiarch-support
Size: 10232
Description: library for dealing with netlink sockets - generic netlink
 This is a library for applications dealing with netlink sockets.
 The library provides an interface for raw netlink messaging and various
 netlink family specific interfaces.
 .
 API to the generic netlink protocol, an extended version of the netlink
 protocol.
Homepage: http://people.suug.ch/~tgr/libnl/
Original-Maintainer: Heiko Stuebner <mmind@debian.org>

Package: libopenexr6
Priority: optional
Section: libs
Installed-Size: 746
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: openexr
Version: 1.6.1-7ubuntu1
Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libilmbase6 (>= 1.0.1), libstdc++6 (>= 4.2.1), zlib1g (>= 1:1.1.4)
Pre-Depends: multiarch-support
Size: 164194
Description: runtime files for the OpenEXR image library
 OpenEXR is a high dynamic-range (HDR) image file format developed by
 Industrial Light & Magic for use in computer imaging applications.
 .
 OpenEXR's features include:
    * Higher dynamic range and colour precision than existing 8- and
      10-bit image file formats.
    * Support for the "half" 16-bit floating-point pixel format.
    * Multiple lossless image compression algorithms. Some of the
      included codecs can achieve 2:1 lossless compression ratios on
      images with film grain.
    * Extensibility. New compression codecs and image types can easily
      be added by extending the C++ classes included in the OpenEXR
      software distribution. New image attributes (strings, vectors,
      integers, etc.) can be added to OpenEXR image headers without
      affecting backward compatibility with existing OpenEXR
      applications.
 .
 This package contains the following shared library:
    * IlmImf - a library that reads and writes OpenEXR images.
Original-Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
Homepage: http://www.openexr.com

Package: libglapi-mesa-lts-utopic
Priority: optional
Section: libs
Installed-Size: 253
Maintainer: Ubuntu X-SWAT <ubuntu-x@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: mesa-lts-utopic
Version: 10.3.2-0ubuntu1~trusty2
Replaces: libglapi-mesa
Provides: libglapi-mesa, xorg-renamed-package, xorg-renamed-package-lts-utopic
Depends: libc6 (>= 2.3.4)
Pre-Depends: multiarch-support
Conflicts: libglapi-mesa
Size: 21788
Description: free implementation of the GL API -- shared library
 The Mesa GL API module is responsible for dispatching all the gl*
 functions. It is intended to be mainly used by both the libgles1-mesa
 and libgles2-mesa packages.
Homepage: http://mesa3d.sourceforge.net/
Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>

Package: libaprutil1-ldap
Priority: optional
Section: libs
Installed-Size: 62
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: apr-util
Version: 1.5.3-1
Depends: libaprutil1 (= 1.5.3-1), libc6 (>= 2.2.5), libldap-2.4-2 (>= 2.4.7)
Size: 8634
Description: Apache Portable Runtime Utility Library - LDAP Driver
 APR is Apache's Portable Runtime Library, designed to be a support library
 that provides a predictable and consistent interface to underlying
 platform-specific implementations.
 .
 APR Util is a utilities library implemented on top of apr, providing database
 access, xml parsing, and other useful functionality.
 .
 This package contains the LDAP driver.
Original-Maintainer: Debian Apache Maintainers <debian-apache@lists.debian.org>
Homepage: http://apr.apache.org/

Package: node-osenv
Priority: extra
Section: web
Installed-Size: 38
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 0.0.3-1
Depends: nodejs
Size: 3810
Description: Environment settings lookup module for Node.js
 node-osenv looks for hostname, user, prompt, tmpdir, home, path,
 editor, shell in environment variables, utilities like hostname or
 whoami, with appropriate default values.
 It supports the same platforms as Node.js does.
 .
 Node.js is an event-based server-side javascript engine.
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Homepage: https://github.com/isaacs/osenv

Package: busybox-static
Priority: extra
Section: shells
Installed-Size: 1978
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: busybox
Version: 1:1.21.0-1ubuntu1.4
Replaces: busybox
Conflicts: busybox
Size: 844910
Description: Standalone rescue shell with tons of builtin utilities
 BusyBox combines tiny versions of many common UNIX utilities into a single
 small executable. It provides minimalist replacements for the most common
 utilities you would usually find on your desktop system (i.e., ls, cp, mv,
 mount, tar, etc.).  The utilities in BusyBox generally have fewer options than
 their full-featured GNU cousins; however, the options that are included
 provide the expected functionality and behave very much like their GNU
 counterparts.
 .
 busybox-static provides you with a statically linked simple stand alone shell
 that provides all the utilities available in BusyBox. This package is
 intended to be used as a rescue shell, in the event that you screw up your
 system. Invoke "busybox sh" and you have a standalone shell ready to save
 your system from certain destruction. Invoke "busybox", and it will list the
 available builtin commands.
Homepage: http://www.busybox.net
Original-Maintainer: Debian Install System Team <debian-boot@lists.debian.org>

Package: libsdl2-2.0-0
Priority: optional
Section: libs
Installed-Size: 1088
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libsdl2
Version: 2.0.2+dfsg1-3ubuntu1.3
Replaces: libsdl-1.3-0
Depends: libwayland-egl1, libasound2 (>= 1.0.16), libc6 (>= 2.15), libpulse0 (>= 1:0.99.1), libwayland-client0 (>= 1.3.92), libwayland-cursor0 (>= 1.0.2), libx11-6 (>= 2:1.2.99.901), libxcursor1 (>> 1.1.2), libxext6, libxi6 (>= 2:1.2.99.4), libxinerama1, libxkbcommon0 (>= 0.2.0), libxrandr2 (>= 2:1.2.0), libxss1, libxxf86vm1
Pre-Depends: multiarch-support
Conflicts: libsdl-1.3-0
Size: 316250
Description: Simple DirectMedia Layer
 SDL is a library that allows programs portable low level access to
 a video framebuffer, audio output, mouse, and keyboard.
 .
 This version of SDL is compiled with X11, caca and DirectFB graphics
 drivers and OSS, ALSA, NAS and PulseAudio sound drivers.
Homepage: http://www.libsdl.org/
Original-Maintainer: Debian SDL packages maintainers <pkg-sdl-maintainers@lists.alioth.debian.org>

Package: gcc-4.8-base
Priority: required
Section: libs
Installed-Size: 217
Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: gcc-4.8
Version: 4.8.4-2ubuntu1~14.04.4
Breaks: dehydra (<= 0.9.hg20110609-2), gcc-4.4-base (<< 4.4.7), gcc-4.7-base (<< 4.7.3), gcj-4.4-base (<< 4.4.6-9~), gcj-4.6-base (<< 4.6.1-4~), gnat-4.4-base (<< 4.4.6-3~), gnat-4.6 (<< 4.6.1-5~)
Filename: pool/main/g/gcc-4.8/gcc-4.8-base_4.8.2-19ubuntu1_amd64.deb
Size: 16704
MD5sum: fd8d7bb19630d18aa6b70b16e19aca56
Description: GCC, the GNU Compiler Collection (base package)
 This package contains files common to all languages and libraries
 contained in the GNU Compiler Collection (GCC).
Homepage: http://gcc.gnu.org/
Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>

Package: node-archy
Priority: extra
Section: web
Installed-Size: 45
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 0.0.2-1
Depends: nodejs
Size: 3660
Description: Pretty-print nested hierarchies module for Node.js
 Given a tree of nested objects with 'label' and 'nodes' fields,
 node-archy returns a string representation of that tree with unicode
 pipe characters.
 .
 Node.js is an event-based server-side javascript engine.
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Homepage: https://github.com/substack/node-archy

Package: ubuntu-advantage-tools
Priority: important
Section: misc
Installed-Size: 271
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 19.6~ubuntu14.04.4
Depends: python3-yaml, python3, python3:any (>= 3.3.2-2~), libapt-pkg4.12 (>= 1.0.1ubuntu2.23), libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0), python3-pkg-resources, apt (>= 1.0.1ubuntu2.23), apt-transport-https (>= 1.0.1ubuntu2.23), apt-utils (>= 1.0.1ubuntu2.23), libapt-inst1.5 (>= 1.0.1ubuntu2.23)
Size: 47274
Description: management tools for Ubuntu Advantage
 Ubuntu Advantage is the professional package of tooling, technology
 and expertise from Canonical, helping organisations around the world
 manage their Ubuntu deployments.
 .
 Subscribers to Ubuntu Advantage will find helpful tools for accessing
 services in this package.
Homepage: https://buy.ubuntu.com

Package: plymouth
Priority: optional
Section: x11
Installed-Size: 457
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 0.8.8-0ubuntu17.2
Depends: initramfs-tools, libplymouth2 (= 0.8.8-0ubuntu17.2), mountall (>= 2.0), upstart (>= 1.11-0ubuntu3), udev (>= 166-0ubuntu4), sysv-rc (>= 2.88dsf-24) | file-rc (>= 0.8.16), libc6 (>= 2.14), libdbus-1-3 (>= 1.1.1), libdrm2 (>= 2.4.25), libtinfo5
Recommends: plymouth-theme-ubuntu-text | plymouth-theme
Breaks: gdm (<< 3.0.4-0ubuntu11), kdm (<< 4:4.7.1-0ubuntu3), lightdm (<< 0.9.7-0ubuntu2), lubuntu-plymouth-theme (<= 0.4), lxdm (<< 0.4.1-0ubuntu2), ubuntustudio-plymouth-theme (<= 0.38), xubuntu-plymouth-theme (<< 10.04.4)
Conflicts: usplash
Filename: pool/main/p/plymouth/plymouth_0.8.8-0ubuntu17_amd64.deb
Size: 98358
MD5sum: f8287e9fb627a833b25c74bfebbd0d98
Description: graphical boot animation and logger - main package
 Plymouth is an application that runs very early in the boot process
 (even before the root filesystem is mounted!) that provides a graphical
 boot animation while the boot process happens in the background.

Package: libdrm-nouveau2
Priority: optional
Section: libs
Installed-Size: 96
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libdrm
Version: 2.4.67-1ubuntu0.14.04.2
Depends: libc6 (>= 2.14), libdrm2 (>= 2.4.38)
Pre-Depends: multiarch-support
Size: 15976
Description: Userspace interface to nouveau-specific kernel DRM services -- runtime
 This library implements the userspace interface to the kernel DRM
 services.  DRM stands for "Direct Rendering Manager", which is the
 kernelspace portion of the "Direct Rendering Infrastructure" (DRI).
 The DRI is currently used on Linux to provide hardware-accelerated
 OpenGL drivers.
Homepage: http://cgit.freedesktop.org/mesa/drm/
Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>

Package: libxtables10
Priority: important
Section: net
Installed-Size: 106
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: iptables
Version: 1.4.21-1ubuntu1
Replaces: iptables (<< 1.4.16.3-3)
Depends: libc6 (>= 2.14)
Breaks: iptables (<< 1.4.16.3-3)
Size: 25922
Description: netfilter xtables library
 The user-space interface to the Netfilter xtables kernel framework.
Homepage: http://www.netfilter.org/
Original-Maintainer: Laurence J. Lane <ljlane@debian.org>

Package: python3-gdbm
Priority: optional
Section: python
Installed-Size: 71
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: python3-stdlib-extensions
Version: 3.4.3-1~14.04.2
Replaces: python3.0 (<< 3.0.1)
Provides: python3.4-gdbm
Depends: python3 (>= 3.4), python3 (<< 3.5), libc6 (>= 2.4), libgdbm3 (>= 1.8.3)
Suggests: python3-gdbm-dbg
Size: 12136
Description: GNU dbm database support for Python 3.x
 GNU dbm database module for Python 3.x. Install this if you want to
 create or read GNU dbm database files with Python.
Original-Maintainer: Matthias Klose <doko@debian.org>

Package: kbd
Priority: optional
Section: utils
Installed-Size: 1032
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 1.15.5-1ubuntu1
Provides: console-utilities
Depends: libc6 (>= 2.14), console-setup, lsb-base (>= 3.0-10), initramfs-tools
Pre-Depends: dpkg (>= 1.15.7.2)
Conflicts: console-utilities
Filename: pool/main/k/kbd/kbd_1.15.5-1ubuntu1_amd64.deb
Size: 253934
MD5sum: 9c67184b8e13bc39cd08a3045d041cae
Description: Linux console font and keytable utilities
 This package allows you to set up the Linux console, change the font,
 resize text mode virtual consoles and remap the keyboard.
 .
 You will probably want to install a set of data files, such as the one
 in the “console-setup” package.
Original-Maintainer: Console utilities maintainers <pkg-kbd-devel@lists.alioth.debian.org>

Package: libopus0
Priority: optional
Section: libs
Installed-Size: 325
Maintainer: Scott Ritchie <scottritchie@ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: opus
Version: 1.1-0ubuntu1.2
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Suggests: opus-tools
Size: 154368
Description: Opus codec runtime library
 The Opus codec is designed for interactive speech and audio transmission over
 the Internet. It is designed by the IETF Codec Working Group and incorporates
 technology from Skype's SILK codec and Xiph.Org's CELT codec.
 .
 It is intended to suit a wide range of interactive audio applications,
 including Voice over IP, videoconferencing, in-game chat, and even remote live
 music performances.  It can scale from low bit-rate narrowband speech to very
 high quality stereo music. The current features are:
 .
  Bit-rates from 6 kb/s 510 kb/s
  Sampling rates from 8 to 48 kHz
  Frame sizes from 2.5 ms to 60 ms
  Support for both constant bit-rate (CBR) and variable bit-rate (VBR)
  Audio bandwidth from narrowband to full-band
  Support for speech and music
  Support for mono and stereo
  Support for up to 255 channels (multistream frames)
  Dynamically adjustable bitrate, audio bandwidth, and frame size
  Good loss robustness and packet loss concealment (PLC)
  Floating point and fixed-point implementation
 .
 This package provides the Opus runtime library.
Homepage: http://www.opus-codec.org
Original-Maintainer: Ron Lee <ron@debian.org>

Package: linux-image-generic
Priority: optional
Section: kernel
Installed-Size: 32
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: amd64
Source: linux-meta
Version: 3.13.0.170.181
Depends: linux-image-3.13.0-170-generic | linux-image-unsigned-3.13.0-170-generic, linux-modules-extra-3.13.0-170-generic, linux-firmware, intel-microcode, amd64-microcode
Size: 2490
Description: Generic Linux kernel image
 This package will always depend on the latest generic kernel image
 available.

Package: libasan0
Priority: optional
Section: libs
Installed-Size: 201
Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: gcc-4.8
Version: 4.8.4-2ubuntu1~14.04.4
Depends: gcc-4.8-base (= 4.8.4-2ubuntu1~14.04.4), libc6 (>= 2.4), libgcc1 (>= 1:4.1.1)
Pre-Depends: multiarch-support
Size: 63082
Description: AddressSanitizer -- a fast memory error detector
 AddressSanitizer (ASan) is a fast memory error detector.  It finds
 use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs.
Homepage: http://gcc.gnu.org/
Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>

Package: libcurl3
Priority: optional
Section: libs
Installed-Size: 548
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: curl
Version: 7.35.0-1ubuntu2.20
Depends: libc6 (>= 2.17), libgssapi-krb5-2 (>= 1.10+dfsg~), libidn11 (>= 1.13), libldap-2.4-2 (>= 2.4.7), librtmp0 (>= 2.3), libssl1.0.0 (>= 1.0.1), zlib1g (>= 1:1.1.4)
Pre-Depends: multiarch-support
Recommends: ca-certificates
Size: 173428
Description: easy-to-use client-side URL transfer library (OpenSSL flavour)
 libcurl is an easy-to-use client-side URL transfer library, supporting DICT,
 FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S,
 RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP.
 .
 libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP
 form based upload, proxies, cookies, user+password authentication (Basic,
 Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy tunneling
 and more!
 .
 libcurl is free, thread-safe, IPv6 compatible, feature rich, well supported,
 fast, thoroughly documented and is already used by many known, big and
 successful companies and numerous applications.
 .
 SSL support is provided by OpenSSL.
Homepage: http://curl.haxx.se
Original-Maintainer: Alessandro Ghedini <ghedo@debian.org>

Package: libv8-3.14-dev
Priority: optional
Section: libdevel
Installed-Size: 308
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: libv8-3.14
Version: 3.14.5.8-5ubuntu2
Replaces: libv8-dev
Provides: libv8-dev, libv8-legacy-dev
Depends: libv8-3.14.5 (= 3.14.5.8-5ubuntu2)
Conflicts: libv8-dev
Size: 57636
Description: V8 JavaScript engine - development files for 3.14 branch
 V8 is a high performance JavaScript engine written in C++.  It is used
 in the web browser Chromium.
 .
 This package provide development headers for V8 3.14 branch.
Homepage: http://code.google.com/p/v8/
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>

Package: autoconf
Priority: optional
Section: devel
Installed-Size: 1890
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Version: 2.69-6
Depends: perl (>> 5.005), m4 (>= 1.4.13), debianutils (>= 1.8)
Recommends: automake | automaken
Suggests: autoconf2.13, autoconf-archive, gnu-standards, autoconf-doc, libtool, gettext
Breaks: autoconf2.13 (<< 2.13-47), gettext (<< 0.10.39), pkg-config (<< 0.25-1.1)
Size: 322180
Description: automatic configure script builder
 The standard for FSF source packages.  This is only useful if you
 write your own programs or if you extensively modify other people's
 programs.
 .
 For an extensive library of additional Autoconf macros, install the
 `autoconf-archive' package.
 .
 This version of autoconf is not compatible with scripts meant for
 Autoconf 2.13 or earlier.  If you need support for such scripts,
 you must also install the autoconf2.13 package.
Original-Maintainer: Ben Pfaff <pfaffben@debian.org>
Homepage: http://www.gnu.org/software/autoconf/

Package: libxdamage1
Priority: optional
Section: libs
Installed-Size: 46
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libxdamage
Version: 1:1.1.4-1ubuntu1
Depends: libc6 (>= 2.2.5), libx11-6 (>= 2:1.4.99.1)
Pre-Depends: multiarch-support
Size: 7612
Description: X11 damaged region extension library
 libXdamage provides an X Window System client interface to the DAMAGE
 extension to the X protocol.
 .
 The Damage extension provides for notification of when on-screen regions have
 been 'damaged' (altered).
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libXdamage
Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>

Package: php5-common
Priority: optional
Section: php
Installed-Size: 1139
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: php5
Version: 5.5.9+dfsg-1ubuntu4.29
Provides: php5-mhash, phpapi-20121212
Depends: libc6 (>= 2.14), sed (>= 4.1.1-1), psmisc (>= 22.15-1~), lsof, ucf, php5-json
Suggests: php5-user-cache
Breaks: php-apc (<< 4.0.0), php-crypt-gpg (<< 1.3.2), php5-json (<< 1.3.1-1~), php5-suhosin (<< 0.9.34), php5-xcache (<< 3.1~), php5-xdebug (<< 2.2.2)
Conflicts: php5-mhash
Size: 452248
Description: Common files for packages built from the php5 source
 This package contains the documentation and example files relevant to all
 the other packages built from the php5 source.
 .
 PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used
 open source general-purpose scripting language that is especially suited
 for web development and can be embedded into HTML.
Homepage: http://www.php.net/
Original-Maintainer: Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>

Package: keyboard-configuration
Priority: optional
Section: utils
Installed-Size: 2304
Maintainer: Ubuntu Installer Team <ubuntu-installer@lists.ubuntu.com>
Architecture: all
Source: console-setup
Version: 1.70ubuntu8
Replaces: console-setup (<< 1.47), console-setup-mini (<< 1.47)
Depends: debconf (>= 1.5.34), liblocale-gettext-perl
Conflicts: console-setup (<< 1.47), console-setup-mini (<< 1.47)
Filename: pool/main/c/console-setup/keyboard-configuration_1.70ubuntu8_all.deb
Size: 555622
MD5sum: 7bf4385a6e3be4bf3549ca06c79977ab
Description: system-wide keyboard preferences
 This package maintains the keyboard preferences in
 /etc/default/keyboard.  Other packages can use the information
 provided by this package in order to configure the keyboard on the
 console or in X Window.
Original-Maintainer: Debian Install System Team <debian-boot@lists.debian.org>

Package: libijs-0.35
Priority: optional
Section: libs
Installed-Size: 65
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: ijs
Version: 0.35-8build1
Depends: libc6 (>= 2.14)
Size: 16840
Description: IJS raster image transport protocol: shared library
 IJS is, first and foremost, a protocol for transmission of raster page
 images. This snapshot provides a reference implementation of the protocol,
 the design of which is still in flux. When the protocol specification is
 published, it will be authoritative. Applications should feel free to link
 against the library provided in this package, adapt that code for their own
 needs, or roll a completely new implementation.
 .
 IJS is a client-server protocol, used to write ghostscript drivers. The
 drivers are separate programs. The client and server communicate via pipes,
 though shared memory may be used additionally in the future. Currently IJS
 is used by the hpijs and ijsgimpprint drivers.
 .
 Code for both the client- and server-side is included in the library. This
 package provides the shared library.
Original-Maintainer: Debian Printing Team <debian-printing@lists.debian.org>
Homepage: http://www.linuxprinting.org/ijs/

Package: upstart
Priority: required
Section: admin
Installed-Size: 1682
Maintainer: James Hunt <james.hunt@ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 1.12.1-0ubuntu4.2
Replaces: startup-tasks, system-services, sysvinit, upstart-compat-sysv, upstart-job
Provides: startup-tasks, system-services, upstart-compat-sysv, upstart-job
Depends: libc6 (>= 2.15), libdbus-1-3 (>= 1.2.16), libjson-c2 (>= 0.10), libnih-dbus1 (>= 1.0.0), libnih1 (>= 1.0.0), libselinux1 (>= 1.32), libudev1 (>= 183), sysvinit-utils, initscripts, mountall, ifupdown (>= 0.6.10ubuntu5), libjson0 (>= 0.10-1.1ubuntu1), debianutils (>= 4)
Suggests: python3, graphviz, bash-completion, upstart-monitor
Breaks: friendly-recovery (<< 0.2.13), libc6 (<< 2.12.1-0ubuntu12)
Conflicts: lxcguest, startup-tasks, system-services, sysvinit, upstart-compat-sysv, upstart-job
Filename: pool/main/u/upstart/upstart_1.12.1-0ubuntu4_amd64.deb
Size: 389562
MD5sum: 9b28fba926ddf3a61058314dbcced445
Description: event-based init daemon
 upstart is a replacement for the /sbin/init daemon which handles
 starting of tasks and services during boot, stopping them during
 shutdown and supervising them while the system is running.
Homepage: http://upstart.ubuntu.com/
Orig-Maintainer: Steve Langasek <vorlon@debian.org>

Package: libmysqlclient18
Priority: optional
Section: libs
Installed-Size: 3411
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: mysql-5.5
Version: 5.5.62-0ubuntu0.14.04.1
Depends: mysql-common (>= 5.5.62-0ubuntu0.14.04.1), libc6 (>= 2.17), zlib1g (>= 1:1.1.4)
Pre-Depends: multiarch-support
Size: 597632
Description: MySQL database client library
 MySQL is a fast, stable and true multi-user, multi-threaded SQL database
 server. SQL (Structured Query Language) is the most popular database query
 language in the world. The main goals of MySQL are speed, robustness and
 ease of use.
 .
 This package includes the client library.
Homepage: http://dev.mysql.com/
Original-Maintainer: Debian MySQL Maintainers <pkg-mysql-maint@lists.alioth.debian.org>

Package: mlocate
Priority: standard
Section: utils
Installed-Size: 228
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 0.26-1ubuntu1
Depends: libc6 (>= 2.14), adduser
Conflicts: findutils (<= 4.2.31-1), slocate (<= 3.1-1.1)
Size: 54646
Description: quickly find files on the filesystem based on their name
 mlocate is a new implementation of locate, a tool to find files
 anywhere in the filesystem based on their name, using a fixed pattern
 or a regular expression. Unlike other tools like find(1), locate uses
 a previously created database to perform the search, allowing queries
 to execute much faster. This database is updated periodically from
 cron.
 .
 Several implementations of locate exist: the original implementation
 from GNU's findutils, slocate, and mlocate. The advantages of mlocate
 are:
 .
  * it indexes all the filesystem, but results of a search will only
    include files that the user running locate has access to. It does
    this by updating the database as root, but making it unreadable for
    normal users, who can only access it via the locate binary. slocate
    does this as well, but not the original locate.
 .
  * instead of re-reading all the contents of all directories each time
    the database is updated, mlocate keeps timestamp information in its
    database and can know if the contents of a directory changed without
    reading them again. This makes updates much faster and less demanding
    on the hard drive. This feature is only found in mlocate.
 .
 Installing mlocate will change the /usr/bin/locate binary to point to
 mlocate via the alternatives mechanism. After installation, you may
 wish to run /etc/cron.daily/mlocate by hand to create the database,
 otherwise mlocate won't work until that script is run from cron itself
 (since mlocate does not use the same database file as standard locate).
 Also, you may wish to remove the "locate" package in order not to have
 two different database files updated regularly on your system.
Homepage: http://carolina.mff.cuni.cz/~trmac/blog/mlocate
Original-Maintainer: Tollef Fog Heen <tfheen@debian.org>

Package: ureadahead
Priority: required
Section: admin
Installed-Size: 124
Maintainer: Scott James Remnant <scott@ubuntu.com>
Architecture: amd64
Version: 0.100.0-16
Replaces: readahead
Provides: readahead
Depends: e2fslibs (>= 1.42.2), libblkid1 (>= 2.16), libc6 (>= 2.4), libnih1 (>= 1.0.0), upstart (>= 0.6.0)
Conflicts: readahead
Filename: pool/main/u/ureadahead/ureadahead_0.100.0-16_amd64.deb
Size: 25372
MD5sum: 13b04e6e26329348618305b58dee84b2
Description: Read required files in advance
 über-readahead is used during boot to read files in advance of when
 they are needed such that they are already in the page cache,
 improving boot performance.
 .
 Its data files are regenerated on the first boot after install, and
 either monthly thereafter or when packages with init scripts or
 configs are installed or updated.
 .
 ureadahead requires a kernel patch included in the Ubuntu kernel.

Package: libax25
Priority: optional
Section: hamradio
Installed-Size: 110
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 0.0.12-rc2+cvs20120204-2ubuntu2
Replaces: ax25-utils
Depends: libc6 (>= 2.14)
Conflicts: ax25-tools (<< 0.0.3-1), ax25-utils
Size: 22716
Description: ax25 library for hamradio applications
 This library is for ham radio applications that use the ax25
 protocol.  Included are routines to do ax25 address parsing, common
 ax25 application config file parsing, etc.
 .
 It is recommended to use this library with a recent 2.6 kernel.
Original-Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>

Package: libgfortran3
Priority: optional
Section: libs
Installed-Size: 1205
Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: gcc-4.8
Version: 4.8.4-2ubuntu1~14.04.4
Depends: gcc-4.8-base (= 4.8.4-2ubuntu1~14.04.4), libc6 (>= 2.17), libgcc1 (>= 1:4.4.0), libquadmath0 (>= 4.6)
Pre-Depends: multiarch-support
Breaks: gcc-4.1, gcc-4.3 (<< 4.3.6-1), gcc-4.4 (<< 4.4.6-4), gcc-4.5 (<< 4.5.3-2)
Size: 248486
Description: Runtime library for GNU Fortran applications
 Library needed for GNU Fortran applications linked against the
 shared library.
Homepage: http://gcc.gnu.org/
Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>

Package: command-not-found-data
Priority: optional
Section: admin
Installed-Size: 3992
Maintainer: Michael Vogt <michael.vogt@ubuntu.com>
Architecture: amd64
Source: command-not-found
Version: 0.3ubuntu12
Size: 791310
Description: Set of data files for command-not-found.
 This package provides the required data used by the command-not-found
 application.
Original-Maintainer: Zygmunt Krynicki <zkrynicki@gmail.com>

Package: ftp
Priority: standard
Section: net
Installed-Size: 144
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: netkit-ftp
Version: 0.17-28
Replaces: netstd
Depends: libc6 (>= 2.15), libreadline6 (>= 6.0), netbase
Size: 58106
Description: classical file transfer client
 This is the user interface to the ARPANET standard File Transfer Protocol.
 The program allows a user to transfer files to and from a remote network
 site.
Original-Maintainer: Alberto Gonzalez Iniesta <agi@inittab.org>

Package: libpipeline1
Priority: important
Section: libs
Installed-Size: 88
Maintainer: Colin Watson <cjwatson@debian.org>
Architecture: amd64
Multi-Arch: same
Source: libpipeline
Version: 1.3.0-1
Depends: libc6 (>= 2.15)
Pre-Depends: multiarch-support
Size: 24042
Description: pipeline manipulation library
 This is a C library for setting up and running pipelines of processes,
 without needing to involve shell command-line parsing which is often
 error-prone and insecure.
Homepage: http://libpipeline.nongnu.org/

Package: libcwidget3
Priority: important
Section: libs
Installed-Size: 1088
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: cwidget
Version: 0.5.16-3.5ubuntu1
Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libncursesw5 (>= 5.6+20070908), libsigc++-2.0-0c2a (>= 2.0.2), libstdc++6 (>= 4.6), libtinfo5
Suggests: libcwidget-dev
Size: 306852
Description: high-level terminal interface library for C++ (runtime files)
 libcwidget is a modern user interface library modeled on GTK+ and Qt,
 but using curses as its display layer and with widgets that are
 tailored to a terminal environment.
 .
 This package contains the files that are required to run programs
 compiled against libcwidget.
Homepage: http://cwidget.alioth.debian.org
Original-Maintainer: Daniel Burrows <dburrows@debian.org>

Package: bash-completion
Priority: standard
Section: shells
Installed-Size: 932
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Version: 1:2.1-4ubuntu0.2
Replaces: bash, cryptsetup (<< 2:1.1.2-2), xen-tools (<= 4.1-1)
Depends: bash (>= 3.2)
Pre-Depends: dpkg (>= 1.15.7.2~)
Breaks: xen-tools (<= 4.1-1)
Size: 153330
Description: programmable completion for the bash shell
 bash completion extends bash's standard completion behavior to achieve
 complex command lines with just a few keystrokes.  This project was
 conceived to produce programmable completion routines for the most
 common Linux/UNIX commands, reducing the amount of typing sysadmins
 and programmers need to do on a daily basis.
Homepage: http://bash-completion.alioth.debian.org
Original-Maintainer: Bash Completion Maintainers <bash-completion-devel@lists.alioth.debian.org>

Package: libsasl2-modules
Priority: optional
Section: libs
Installed-Size: 229
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: cyrus-sasl2
Version: 2.1.25.dfsg1-17build1
Depends: libc6 (>= 2.14), libssl1.0.0 (>= 1.0.0)
Suggests: libsasl2-modules-otp, libsasl2-modules-ldap, libsasl2-modules-sql, libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal
Size: 64296
Description: Cyrus SASL - pluggable authentication modules
 This is the Cyrus SASL API implementation, version 2.1. See package
 libsasl2-2 and RFC 2222 for more information.
 .
 This package provides the following SASL modules: LOGIN, PLAIN, ANONYMOUS,
 NTLM, CRAM-MD5, and DIGEST-MD5 (with DES support).
Homepage: http://www.cyrusimap.org/
Original-Maintainer: Debian Cyrus SASL Team <pkg-cyrus-sasl2-debian-devel@lists.alioth.debian.org>

Package: libsasl2-2
Priority: standard
Section: libs
Installed-Size: 166
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: cyrus-sasl2
Version: 2.1.25.dfsg1-17build1
Replaces: libsasl2
Depends: libc6 (>= 2.15), libsasl2-modules-db (>= 2.1.25.dfsg1-17build1)
Pre-Depends: multiarch-support
Recommends: libsasl2-modules (>= 2.1.25.dfsg1-17build1)
Breaks: postfix (<= 2.8.3-1), slapd (<= 2.4.25-3)
Size: 56466
Description: Cyrus SASL - authentication abstraction library
 This is the Cyrus SASL API implementation, version 2.1.
 .
 SASL is the Simple Authentication and Security Layer, a method for
 adding authentication support to connection-based protocols. To use
 SASL, a protocol includes a command for identifying and
 authenticating a user to a server and for optionally negotiating
 protection of subsequent protocol interactions. If its use is
 negotiated, a security layer is inserted between the protocol and the
 connection. See RFC 2222 for more information.
 .
 Any of: ANONYMOUS, CRAM-MD5, DIGEST-MD5, GSSAPI (MIT or Heimdal
 Kerberos 5), NTLM, OTP, PLAIN, or LOGIN can be used.
Homepage: http://www.cyrusimap.org/
Original-Maintainer: Debian Cyrus SASL Team <pkg-cyrus-sasl2-debian-devel@lists.alioth.debian.org>

Package: passwd
Priority: required
Section: admin
Installed-Size: 2350
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Source: shadow
Version: 1:4.1.5.1-1ubuntu9.5
Replaces: manpages-tr (<< 1.0.5), manpages-zh (<< 1.5.1-1)
Depends: libaudit1 (>= 1:2.2.1), libc6 (>= 2.14), libpam0g (>= 0.99.7.1), libselinux1 (>= 1.32), libsemanage1 (>= 2.0.3), libpam-modules, debianutils (>= 2.15.2)
Filename: pool/main/s/shadow/passwd_4.1.5.1-1ubuntu9_amd64.deb
Size: 759184
MD5sum: fbc4ce48a31fddf4fa14fffec93dcefe
Description: change and administer password and group data
 This package includes passwd, chsh, chfn, and many other programs to
 maintain password and group data.
 .
 Shadow passwords are supported.  See /usr/share/doc/passwd/README.Debian
Homepage: http://pkg-shadow.alioth.debian.org/
Original-Maintainer: Shadow package maintainers <pkg-shadow-devel@lists.alioth.debian.org>

Package: bsdmainutils
Priority: important
Section: utils
Installed-Size: 555
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 9.0.5ubuntu1
Depends: libc6 (>= 2.14), libtinfo5, bsdutils (>= 3.0-0), debianutils (>= 1.8)
Suggests: cpp, wamerican | wordlist, whois, vacation
Breaks: bsdutils (<< 1:2.13-11)
Size: 202514
Description: collection of more utilities from FreeBSD
 This package contains lots of small programs many people expect to find when
 they use a BSD-style Unix system.
 .
 It provides banner (as printerbanner), calendar, col, colcrt, colrm, column,
 from (as bsd-from), hexdump (or hd), look, lorder, ncal (or cal), ul, and
 write (as bsd-write).
 .
 This package used to contain whois and vacation, which are now distributed in
 their own packages. Also here was tsort, which is now in the "coreutils"
 package.
Original-Maintainer: Debian Bsdmainutils Team <pkg-bsdmainutils@teams.debian.net>

Package: libgdk-pixbuf2.0-common
Priority: optional
Section: libs
Installed-Size: 60
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Source: gdk-pixbuf
Version: 2.30.7-0ubuntu1.8
Replaces: libgdk-pixbuf2.0-0 (<< 2.24.0-2)
Breaks: libgdk-pixbuf2.0-0 (<< 2.24.0-2)
Size: 9338
Description: GDK Pixbuf library - data files
 This package contains the common files and translations for the GDK
 Pixbuf library.
Homepage: http://www.gtk.org/
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>

Package: hostname
Essential: yes
Priority: required
Section: admin
Installed-Size: 69
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 3.15ubuntu1
Replaces: nis (<< 3.17-30)
Pre-Depends: libc6 (>= 2.4)
Breaks: nis (<< 3.17-30)
Filename: pool/main/h/hostname/hostname_3.15ubuntu1_amd64.deb
Size: 11322
MD5sum: ead071255b578203c30e1e5b530f3880
Description: utility to set/show the host name or domain name
 This package provides commands which can be used to display the system's
 DNS name, and to display or set its hostname or NIS domain name.
Original-Maintainer: Debian Hostname Team <hostname-devel@lists.alioth.debian.org>

Package: libegl1-mesa-lts-utopic
Priority: optional
Section: libs
Installed-Size: 267
Maintainer: Ubuntu X-SWAT <ubuntu-x@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: mesa-lts-utopic
Version: 10.3.2-0ubuntu1~trusty2
Replaces: libegl1-mesa, libegl1-x11
Provides: libegl1-mesa, libegl1-x11, xorg-renamed-package, xorg-renamed-package-lts-utopic
Depends: libc6 (>= 2.14), libdrm2 (>= 2.4.25), libexpat1 (>= 2.0.1), libgbm1-lts-utopic (>= 7.11~1), libwayland-client0 (>= 1.3.92), libwayland-server0 (>= 1.2.0), libx11-xcb1, libxcb-dri2-0 (>= 1.8), libxcb-xfixes0, libxcb1, libudev1, libgl1-mesa-dri-lts-utopic (= 10.3.2-0ubuntu1~trusty2)
Pre-Depends: multiarch-support
Recommends: libegl1-mesa-drivers-lts-utopic
Conflicts: libegl1-mesa, libegl1-x11
Size: 63780
Description: free implementation of the EGL API -- runtime
 This package contains the EGL native platform graphics interface library.
 EGL provides a platform-agnostic mechanism for creating rendering surfaces
 for use with other graphics libraries, such as OpenGL|ES and OpenVG.
 .
 This package contains modules to interface with the existing system GLX or
 DRI2 drivers to provide OpenGL via EGL.  The libegl1-mesa-drivers package
 provides drivers to provide hardware-accelerated OpenGL|ES and OpenVG support.
Homepage: http://mesa3d.sourceforge.net/
Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>

Package: xkb-data
Priority: extra
Section: x11
Installed-Size: 2836
Maintainer: Ubuntu X-SWAT <ubuntu-x@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Source: xkeyboard-config
Version: 2.10.1-1ubuntu1
Breaks: libx11-6 (<< 2:1.4.3)
Filename: pool/main/x/xkeyboard-config/xkb-data_2.10.1-1ubuntu1_all.deb
Size: 294472
MD5sum: 9d44b9643e14b255b16071fbcc4e57ff
Description: X Keyboard Extension (XKB) configuration data
 This package contains configuration data used by the X Keyboard
 Extension (XKB), which allows selection of keyboard layouts when
 using a graphical interface.
 .
 Every X11 vendor provides its own XKB data files, so keyboard layout
 designers have to send their layouts to several places.  The
 xkeyboard-config project has been launched at FreeDesktop in order
 to provide a central repository that could be used by all vendors.
Homepage: http://www.freedesktop.org/Software/XKeyboardConfig
Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>

Package: fakeroot
Priority: optional
Section: utils
Installed-Size: 231
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 1.20-3ubuntu2
Depends: libc6 (>= 2.15), libfakeroot (>= 1.20-3ubuntu2)
Size: 55026
Description: tool for simulating superuser privileges
 fakeroot provides a fake "root environment" by means of LD_PRELOAD and
 SysV IPC (or TCP) trickery. It puts wrappers around getuid(), chown(),
 stat(), and other file-manipulation functions, so that unprivileged
 users can (for instance) populate .deb archives with root-owned files;
 various build tools use fakeroot for this by default.
 .
 This package contains fakeroot command and the daemon that remembers
 fake ownership/permissions of files manipulated by fakeroot
 processes.
Original-Maintainer: Clint Adams <clint@debian.org>

Package: libacl1
Priority: required
Section: libs
Installed-Size: 76
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: acl
Version: 2.2.52-1
Depends: libattr1 (>= 1:2.4.46-8), libc6 (>= 2.14)
Pre-Depends: multiarch-support
Conflicts: acl (<< 2.0.0), libacl1-kerberos4kth
Filename: pool/main/a/acl/libacl1_2.2.52-1_amd64.deb
Size: 18066
MD5sum: c079f04eec2e4274987f7e01410b7543
Description: Access control list shared library
 This package contains the libacl.so dynamic library containing
 the POSIX 1003.1e draft standard 17 functions for manipulating
 access control lists.
Original-Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
Homepage: http://savannah.nongnu.org/projects/acl/

Package: node-glob
Priority: extra
Section: devel
Installed-Size: 62
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 3.2.6-1
Depends: nodejs, node-minimatch (>= 0.2.11), node-inherits (>= 2)
Size: 13732
Description: glob functionality for Node.js
 node-glob is a glob implementation for Node.js
 .
 It features brace expansion, extended glob matching, globstar matching,
 and can be invoked synchronously as well as asynchronously.
 It uses minimatch for pattern matching.
 .
 Node.js is an event-based server-side javascript engine.
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Homepage: https://github.com/isaacs/node-glob

Package: screen
Priority: optional
Section: misc
Installed-Size: 950
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 4.1.0~20120320gitdb59704-9
Depends: libc6 (>= 2.15), libpam0g (>= 0.99.7.1), libtinfo5
Suggests: iselect (>= 1.4.0-1) | screenie | byobu
Size: 645730
Description: terminal multiplexer with VT100/ANSI terminal emulation
 GNU Screen is a terminal multiplexer that runs several separate "screens" on
 a single physical character-based terminal. Each virtual terminal emulates a
 DEC VT100 plus several ANSI X3.64 and ISO 2022 functions. Screen sessions
 can be detached and resumed later on a different terminal.
 .
 Screen also supports a whole slew of other features, including configurable
 input and output translation, serial port support, configurable logging,
 and multi-user support.
Original-Maintainer: Axel Beckert <abe@debian.org>
Homepage: http://savannah.gnu.org/projects/screen

Package: libtxc-dxtn-s2tc0
Priority: extra
Section: libs
Installed-Size: 260
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: s2tc
Version: 0~git20131104-1.1
Provides: libtxc-dxtn0
Depends: libc6 (>= 2.3.4), libstdc++6 (>= 4.1.1)
Pre-Depends: multiarch-support
Conflicts: libtxc-dxtn0
Size: 51772
Description: Texture compression library for Mesa
 S2TC is a patent-free S3TC compatible implementation and provides
 texture compression to Mesa.
 .
 The library is automatically loaded and adds the OpenGL extensions
 GL_S3_s3tc and GL_EXT_texture_compression_s3tc.
Original-Maintainer: Lennart Weller <lhw@ring0.de>
Homepage: https://github.com/divVerent/s2tc

Package: libpam-runtime
Priority: required
Section: admin
Installed-Size: 300
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Source: pam
Version: 1.1.8-1ubuntu2.2
Replaces: libpam0g-dev, libpam0g-util
Depends: debconf (>= 0.5) | debconf-2.0, debconf (>= 1.5.19) | cdebconf, libpam-modules (>= 1.0.1-6)
Conflicts: libpam0g-util
Filename: pool/main/p/pam/libpam-runtime_1.1.8-1ubuntu2_all.deb
Size: 37766
MD5sum: 00bbabf3246623565cf6713e800cec3e
Description: Runtime support for the PAM library
 Contains configuration files and  directories required for
 authentication  to work on Debian systems.  This package is required
 on almost all installations.
Homepage: http://pam.sourceforge.net/
Original-Maintainer: Steve Langasek <vorlon@debian.org>

Package: python3-dev
Priority: optional
Section: python
Installed-Size: 45
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: allowed
Source: python3-defaults
Version: 3.4.0-0ubuntu2
Replaces: python3.1 (<< 3.1.2+20100706-3)
Depends: python3 (= 3.4.0-0ubuntu2), libpython3-dev (= 3.4.0-0ubuntu2), python3.4-dev (>= 3.4.0-0~)
Size: 1192
Description: header files and a static library for Python (default)
 Header files, a static library and development tools for building
 Python modules, extending the Python interpreter or embedding Python
 in applications.
 .
 This package is a dependency package, which depends on Debian's default
 Python 3 version (currently v3.4).
Homepage: http://www.python.org/
Original-Maintainer: Matthias Klose <doko@debian.org>

Package: geoip-database
Priority: optional
Section: net
Installed-Size: 3881
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 20140313-1
Recommends: libgeoip1
Breaks: libgeoip1 (<< 1.4.5.dfsg)
Size: 1195894
Description: IP lookup command line tools that use the GeoIP library (country database)
 GeoIP is a C library that enables the user to find the country that any
 IP address or hostname originates from. It uses a file based database.
 .
 This database simply contains IP blocks as keys, and countries as values and
 it should be more complete and accurate than using reverse DNS lookups.
 .
 This package contains the free GeoLiteCountry database.
Original-Maintainer: Patrick Matthäi <pmatthaei@debian.org>
Homepage: http://www.maxmind.com/

Package: libjpeg8
Priority: optional
Section: libs
Installed-Size: 26
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libjpeg8-empty
Version: 8c-2ubuntu8
Depends: libjpeg-turbo8 (>= 1.1.90+svn722-1ubuntu6)
Size: 2194
Description: Independent JPEG Group's JPEG runtime library (dependency package)
 libjpeg8 dependency package, depending on libjpeg-turbo8.

Package: librsvg2-common
Priority: optional
Section: libs
Installed-Size: 217
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: librsvg
Version: 2.40.2-1
Depends: libc6 (>= 2.2.5), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.24.0), librsvg2-2 (= 2.40.2-1)
Breaks: libgdk-pixbuf2.0-0 (<< 2.23.5-2), libgtk2.0-0 (<< 2.24.5-4)
Size: 4990
Description: SAX-based renderer library for SVG files (extra runtime)
 The rsvg library is an efficient renderer for Scalable Vector Graphics
 (SVG) pictures.
 .
 This package includes the gdk-pixbuf loader allowing
 to load SVG images transparently inside GTK+ applications.
Original-Maintainer: Josselin Mouette <joss@debian.org>
Homepage: http://live.gnome.org/LibRsvg

Package: node-minimatch
Priority: extra
Section: web
Installed-Size: 65
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 0.2.12-1
Depends: nodejs, node-lru-cache (>= 2), node-sigmund
Size: 14924
Description: Convert glob expressions into RegExp objects for Node.js
 A pure javascript, not strictly compatible, implementation of fnmatch/glob.
 Supports negation, comment, double-star, brace expansion.
 .
 Node.js is an event-based server-side javascript engine.
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Homepage: https://github.com/isaacs/minimatch

Package: xauth
Priority: optional
Section: x11
Installed-Size: 86
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 1:1.0.7-1ubuntu1
Depends: libc6 (>= 2.14), libx11-6, libxau6, libxext6, libxmuu1
Size: 25766
Description: X authentication utility
 xauth is a small utility to read and manipulate Xauthority files, which
 are used by servers and clients alike to control authentication and access
 to X sessions.
Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>

Package: libdjvulibre-text
Priority: optional
Section: libs
Installed-Size: 382
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Source: djvulibre
Version: 3.5.25.4-3
Replaces: djview3 (= 3.5.20-9), djvulibre-desktop (<< 3.5.20-9), libdjvulibre15
Size: 48840
Description: Linguistic support files for libdjvulibre
 Runtime linguistic support files for the libdjvulibre library.
Original-Maintainer: Barak A. Pearlmutter <bap@debian.org>
Homepage: http://djvu.sourceforge.net/

Package: libjpeg-turbo8-dev
Priority: optional
Section: libdevel
Installed-Size: 1191
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libjpeg-turbo
Version: 1.3.0-0ubuntu2.1
Replaces: libjpeg62-dev, libjpeg7-dev, libjpeg8-dev (<< 8c-2ubuntu5)
Provides: libjpeg-dev
Depends: libc-dev, libjpeg-turbo8 (= 1.3.0-0ubuntu2.1)
Conflicts: libjpeg62-dev, libjpeg7-dev
Size: 242192
Description: Development files for the IJG JPEG library
 The Independent JPEG Group's JPEG library is a library for handling
 JPEG files.
 .
 This package contains the static library, headers and documentation.
Homepage: http://libjpeg-turbo.virtualgl.org/

Package: ufw
Priority: optional
Section: admin
Installed-Size: 731
Maintainer: Jamie Strandboge <jamie@ubuntu.com>
Architecture: all
Version: 0.34~rc-0ubuntu2
Depends: debconf, iptables, ucf, python3:any (>= 3.3.2-2~), python3, debconf (>= 0.5) | debconf-2.0, sysv-rc (>= 2.88dsf-24) | file-rc (>= 0.8.16)
Suggests: rsyslog
Size: 129328
Description: program for managing a Netfilter firewall
 The Uncomplicated FireWall is a front-end for iptables, to make managing a
 Netfilter firewall easier. It provides a command line interface with syntax
 similar to OpenBSD's Packet Filter. It is particularly well-suited as a
 host-based firewall.
Homepage: https://launchpad.net/ufw

Package: libslang2
Priority: required
Section: libs
Installed-Size: 1466
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: slang2
Version: 2.2.4-15ubuntu1
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Recommends: libpng12-0
Filename: pool/main/s/slang2/libslang2_2.2.4-15ubuntu1_amd64.deb
Size: 475620
MD5sum: 0bd1a9aa2658c7c43dd72bfbdfce25ca
Description: S-Lang programming library - runtime version
 S-Lang is a C programmer's library that includes routines for the rapid
 development of sophisticated, user friendly, multi-platform applications.
 .
 This package contains only the shared library libslang.so.* and copyright
 information. It is only necessary for programs that use this library (such
 as jed and slrn). If you plan on doing development with S-Lang, you will
 need the companion -dev package as well.
Homepage: http://www.jedsoft.org/slang/
Original-Maintainer: Alastair McKinstry <mckinstry@debian.org>

Package: apache2
Priority: optional
Section: httpd
Installed-Size: 465
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 2.4.7-1ubuntu4.22
Replaces: apache2.2-common
Depends: lsb-base, procps, perl, mime-support, apache2-bin (= 2.4.7-1ubuntu4.22), apache2-data (= 2.4.7-1ubuntu4.22)
Recommends: ssl-cert
Suggests: www-browser, apache2-doc, apache2-suexec-pristine | apache2-suexec-custom, ufw, apache2-utils
Conflicts: apache2.2-common
Size: 87406
Description: Apache HTTP Server
 The Apache Software Foundation's goal is to build a secure, efficient and
 extensible HTTP server as standards-compliant open source software. The
 result has long been the number one web server on the Internet.
 .
 This package contains the configuration files, init scripts and support
 scripts. It does not install the actual apache2 binaries.
Homepage: http://httpd.apache.org/
Original-Maintainer: Debian Apache Maintainers <debian-apache@lists.debian.org>

Package: libhtml-template-perl
Priority: optional
Section: perl
Installed-Size: 214
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 2.95-1
Depends: perl
Suggests: libipc-sharedcache-perl
Size: 65450
Description: module for using HTML templates with Perl
 HTML::Template attempts to make using HTML templates simple and
 natural. It extends standard HTML with the pseudo tags <TMPL_VAR>,
 <TMPL_LOOP>, <TMPL_INCLUDE>, <TMPL_IF> and <TMPL_ELSE>. These are used
 to implement some basic logic - variable substitution, loops,
 conditional branches - inside the HTML template, while leaving the more
 complex computations to separate Perl code. This keeps the template
 accessible for designers and other non-Perl people, without limiting
 the programmer.
 .
 HTML::Template optionally stores its cache in shared memory using the
 IPC::SharedCache module. Please install libipc-sharedcache-perl and
 pass the shared_cache option to HTML::Template if you want to make use
 of this.
Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Homepage: https://metacpan.org/release/HTML-Template/

Package: initscripts
Priority: required
Section: admin
Installed-Size: 224
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Source: sysvinit
Version: 2.88dsf-41ubuntu6.3
Replaces: libc0.1, libc0.3, libc6, libc6.1
Depends: libc6 (>= 2.4), mount (>= 2.11x-1), debianutils (>= 4), lsb-base (>= 3.2-14), sysvinit-utils (>= 2.86.ds1-64), sysv-rc | file-rc, coreutils (>= 5.93), passwd
Recommends: psmisc, e2fsprogs
Breaks: aide (<< 0.15.1-5), atm-tools (<< 1:2.5.1-1.3), bootchart (<< 0.10~svn407-3.3), console-common (<< 0.7.86), cruft (<< 0.9.16), eepc-acpi-scripts (<< 1.1.12), fcheck (<< 2.7.59-16), hostapd (<< 1:0.7.3-3), hostname (<< 2.95ubuntu1~boot2), ifupdown (<< 0.6.8ubuntu27), libpam-mount (<< 2.13-1), ltsp-client-core (<< 5.2.16-1), mdadm (<< 3.2.2-1), nbd-client (<< 1:2.9.23-1), nfs-common (<< 1:1.2.5-3), portmap (<< 6.0.0-2), readahead-fedora (<< 2:1.5.6-3), resolvconf (<< 1.49), rpcbind (<< 0.2.0-7), rsyslog (<< 5.8.2-2), selinux-policy-default (<= 2:0.2.20100524-9), splashy (<< 0.3.13-5.1+b1), sysklogd (<< 1.5-6.2), udev (<< 146-2~boot6), upstart (<< 0.6.3-2~boot4), wpasupplicant (<< 0.7.3-4), xymon (<< 4.3.0~beta2.dfsg-9)
Conflicts: libdevmapper1.02.1 (<< 2:1.02.24-1)
Filename: pool/main/s/sysvinit/initscripts_2.88dsf-41ubuntu6_amd64.deb
Size: 27720
MD5sum: fa33b1eafeff2a99e02752185eb2bf1f
Description: scripts for initializing and shutting down the system
 The scripts in this package initialize a standard Debian
 system at boot time and shut it down at halt or reboot time.
Homepage: http://savannah.nongnu.org/projects/sysvinit
Original-Maintainer: Debian sysvinit maintainers <pkg-sysvinit-devel@lists.alioth.debian.org>

Package: libblkid1
Priority: required
Section: libs
Installed-Size: 248
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: util-linux
Version: 2.20.1-5.1ubuntu20.9
Depends: libc6 (>= 2.14), libuuid1 (>= 2.16)
Pre-Depends: multiarch-support
Filename: pool/main/u/util-linux/libblkid1_2.20.1-5.1ubuntu20_amd64.deb
Size: 62564
MD5sum: 1223fc4aec28d18c94d11149d016bc7c
Description: block device id library
 The blkid library which allows system programs like fsck and
 mount to quickly and easily find block devices by filesystem UUID and
 LABEL.  This allows system administrators to avoid specifying
 filesystems by hard-coded device names, but via a logical naming
 system instead.
Homepage: http://userweb.kernel.org/~kzak/util-linux/
Original-Maintainer: LaMont Jones <lamont@debian.org>

Package: systemd-shim
Priority: extra
Section: admin
Installed-Size: 89
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 6-2bzr1
Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.37.3)
Suggests: pm-utils
Size: 11448
Description: shim for systemd
 This package emulates the systemd function that are required to run
 the systemd helpers without using the init service
Original-Maintainer: Steve Langasek <vorlon@debian.org>

Package: libdatrie1
Priority: optional
Section: libs
Installed-Size: 81
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libdatrie
Version: 0.2.8-1
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Size: 16724
Description: Double-array trie library
 This package provides shared libraries needed to run programs that use the
 datrie library. It is usually automatically installed.
Original-Maintainer: Theppitak Karoonboonyanan <thep@debian.org>
Homepage: http://linux.thai.net/projects/libthai

Package: python3-minimal
Priority: optional
Section: python
Installed-Size: 139
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: allowed
Source: python3-defaults
Version: 3.4.0-0ubuntu2
Replaces: python3 (<< 3.3.2-13~), python3.1 (<< 3.1-2)
Depends: python3.4-minimal (>= 3.4.0-0~), dpkg (>= 1.13.20)
Breaks: idle3 (<< 3.1), python3 (<< 3.3.2-13~), python3-all (<< 3.1), python3-all-dbg (<< 3.1), python3-all-dev (<< 3.1), python3-dbg (<< 3.1), python3-dev (<< 3.1), python3-examples (<< 3.1)
Filename: pool/main/p/python3-defaults/python3-minimal_3.4.0-0ubuntu2_amd64.deb
Size: 23188
MD5sum: 259dd283267065594329030c6d22a521
Description: minimal subset of the Python language (default python3 version)
 This package contains the interpreter and some essential modules.  It's used
 in the boot process for some basic tasks.
 See /usr/share/doc/python3.4-minimal/README.Debian for a list of the modules
 contained in this package.
Homepage: http://www.python.org/
Original-Maintainer: Matthias Klose <doko@debian.org>

Package: libss2
Priority: required
Section: libs
Installed-Size: 115
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: e2fsprogs
Version: 1.42.9-3ubuntu1.3
Replaces: e2fsprogs (<< 1.34-1)
Depends: libcomerr2, libc6 (>= 2.17)
Pre-Depends: multiarch-support
Filename: pool/main/e/e2fsprogs/libss2_1.42.9-3ubuntu1_amd64.deb
Size: 67102
MD5sum: ecb09ccd06cd8c7646a1fa6e1adf0569
Description: command-line interface parsing library
 libss provides a simple command-line interface parser which will
 accept input from the user, parse the command into an argv argument
 vector, and then dispatch it to a handler function.
 ..
 It was originally inspired by the Multics SubSystem library.
Homepage: http://e2fsprogs.sourceforge.net
Original-Maintainer: Theodore Y. Ts'o <tytso@mit.edu>

Package: libssh2-1-dev
Priority: optional
Section: libdevel
Installed-Size: 597
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libssh2
Version: 1.4.3-2ubuntu0.2
Depends: libssh2-1 (= 1.4.3-2ubuntu0.2), libgcrypt11-dev
Size: 229246
Description: SSH2 client-side library (development headers)
 libssh2 is a client-side C library implementing the SSH2 protocol.
 It supports regular terminal, SCP and SFTP sessions; port forwarding;
 password, key-based and keyboard-interactive authentication.
 .
 This package contains the development files.
Homepage: http://libssh2.org/
Original-Maintainer: Mikhail Gusarov <dottedmag@debian.org>

Package: libsemanage-common
Priority: optional
Section: libs
Installed-Size: 56
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Source: libsemanage
Version: 2.2-1
Replaces: libsemanage1 (<= 2.0.41-1), libsemanage1-dev (<< 2.1.6-3~)
Breaks: libsemanage1 (<= 2.0.41-1), libsemanage1-dev (<< 2.1.6-3~)
Filename: pool/main/libs/libsemanage/libsemanage-common_2.2-1_all.deb
Size: 6488
MD5sum: 39f4bef23b2f24415e6d6460bc87b518
Description: Common files for SELinux policy management libraries
 This package provides the common files used by the shared libraries
 for SELinux policy management.
 .
 Security-enhanced Linux is a patch of the Linux kernel and a
 number of utilities with enhanced security functionality designed to
 add mandatory access controls to Linux.  The Security-enhanced Linux
 kernel contains new architectural components originally developed to
 improve the security of the Flask operating system. These
 architectural components provide general support for the enforcement
 of many kinds of mandatory access control policies, including those
 based on the concepts of Type Enforcement, Role-based Access
 Control, and Multi-level Security.
Original-Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
Homepage: http://userspace.selinuxproject.org/

Package: libgck-1-0
Priority: optional
Section: libs
Installed-Size: 392
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: gcr
Version: 3.10.1-1
Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.37.3), libp11-kit0 (>= 0.20.0)
Pre-Depends: multiarch-support
Breaks: gnome-keyring (<< 3.4), seahorse (<< 3.4)
Size: 76768
Description: Glib wrapper library for PKCS#11 - runtime
 GCK is a wrapper based on GLib implementing the PKCS#11 (Cryptoki)
 interface.
 .
 This package contains the shared libraries needed to run programs
 built against the GCK library.
Original-Maintainer: Josselin Mouette <joss@debian.org>
Homepage: https://wiki.gnome.org/GnomeKeyring

Package: libpam-modules-bin
Priority: required
Section: admin
Installed-Size: 225
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Source: pam
Version: 1.1.8-1ubuntu2.2
Replaces: libpam-modules (<< 1.1.3-8)
Depends: libaudit1 (>= 1:2.2.1), libc6 (>= 2.14), libpam0g (>= 0.99.7.1), libselinux1 (>= 1.32)
Filename: pool/main/p/pam/libpam-modules-bin_1.1.8-1ubuntu2_amd64.deb
Size: 31164
MD5sum: ec564db2a16f43eaab7abfe5387bbdd8
Description: Pluggable Authentication Modules for PAM - helper binaries
 This package contains helper binaries used by the standard set of PAM
 modules in the libpam-modules package.
Homepage: http://pam.sourceforge.net/
Original-Maintainer: Steve Langasek <vorlon@debian.org>

Package: command-not-found
Priority: optional
Section: admin
Installed-Size: 52
Maintainer: Michael Vogt <michael.vogt@ubuntu.com>
Architecture: all
Version: 0.3ubuntu12
Depends: python3-commandnotfound (>= 0.3ubuntu7)
Size: 3652
Description: Suggest installation of packages in interactive bash sessions
 This package will install a handler for command_not_found that looks up
 programs not currently installed but available from the repositories.
Original-Maintainer: Zygmunt Krynicki <zkrynicki@gmail.com>

Package: libavahi-common-data
Priority: optional
Section: libs
Installed-Size: 116
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: avahi
Version: 0.6.31-4ubuntu1.3
Size: 21116
Description: Avahi common data files
 Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
 It allows programs to publish and discover services and hosts
 running on a local network with no specific configuration. For
 example you can plug into a network and instantly find printers to
 print to, files to look at and people to talk to.
 .
 This package contains common data files for avahi.
Homepage: http://avahi.org/
Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>

Package: rpm2cpio
Priority: optional
Section: admin
Installed-Size: 70
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Source: rpm
Version: 4.11.1-3ubuntu0.1
Replaces: rpm (<< 4.7.1-1)
Depends: libc6 (>= 2.3.4), librpm3 (>= 4.10.0), librpmio3 (>= 4.10.0), rpm-common (= 4.11.1-3ubuntu0.1)
Suggests: rpm-i18n
Breaks: rpm (<< 4.7.1-1)
Size: 5142
Description: tool to convert RPM package to CPIO archive
 The RPM Package Manager (RPM) is a command-line driven package
 management system capable of installing, uninstalling, verifying,
 querying, and updating computer software packages.
 .
 This package contains tool to convert RPM packages to standard CPIO
 archive.
Homepage: http://rpm.org/
Original-Maintainer: Michal Čihař <nijel@debian.org>

Package: python-six-whl
Priority: optional
Section: python
Installed-Size: 39
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: six
Version: 1.5.2-1ubuntu1.1
Size: 10620
Description: Python 2 and 3 compatibility library (universal wheel)
 Six is a Python 2 and 3 compatibility library. It provides utility
 functions for smoothing over the differences between the Python versions
 with the goal of writing Python code that is compatible on both Python
 versions.
 .
 This package provides Six as a universal wheel.
Homepage: http://pythonhosted.org/six/
Original-Maintainer: Colin Watson <cjwatson@debian.org>

Package: findutils
Essential: yes
Priority: required
Section: utils
Installed-Size: 816
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 4.4.2-7
Pre-Depends: libc6 (>= 2.17)
Suggests: mlocate | locate
Filename: pool/main/f/findutils/findutils_4.4.2-7_amd64.deb
Size: 272014
MD5sum: 547d1eef8066a85da44d661fd6a0cc33
Description: utilities for finding files--find, xargs
 GNU findutils provides utilities to find files meeting specified
 criteria and perform various actions on the files which are found.
 This package contains 'find' and 'xargs'; however, 'locate' has
 been split off into a separate package.
Original-Maintainer: Andreas Metzler <ametzler@debian.org>
Homepage: http://savannah.gnu.org/projects/findutils/

Package: libbsd0
Priority: optional
Section: libs
Installed-Size: 145
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libbsd
Version: 0.6.0-2ubuntu1
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Filename: pool/main/libb/libbsd/libbsd0_0.6.0-2ubuntu1_amd64.deb
Size: 32196
MD5sum: 6f9a318a31e30536b1e6397de3978f43
Description: utility functions from BSD systems - shared library
 This library provides some functions commonly available on BSD systems
 but not on others like GNU systems.
Homepage: http://libbsd.freedesktop.org/
Original-Maintainer: Guillem Jover <guillem@debian.org>

Package: libldb1
Priority: optional
Section: libs
Installed-Size: 402
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: ldb
Version: 1:1.1.24-0ubuntu0.14.04.2
Replaces: libldb0
Depends: libc6 (>= 2.14), libldap-2.4-2 (>= 2.4.7), libtalloc2 (>= 2.0.4~git20101213), libtdb1 (>= 1.2.7+git20101214), libtevent0 (>= 0.9.9)
Pre-Depends: multiarch-support
Breaks: libldb0, libsamdb0 (<< 4.0.0~alpha17~git20110724.dfsg1-1)
Size: 107244
Description: LDAP-like embedded database - shared library
 ldb is a LDAP-like embedded database built on top of TDB.
 .
 It provides a fast database with an LDAP-like API designed
 to be used within an application. In some ways it can be seen as a
 intermediate solution between key-value pair databases and a real LDAP
 database.
 .
 This package contains the shared library file.
Homepage: http://ldb.samba.org/
Original-Maintainer: Jelmer Vernooij <jelmer@debian.org>

Package: xz-utils
Priority: required
Section: utils
Installed-Size: 384
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 5.1.1alpha+20120614-2ubuntu2
Replaces: lzip (<< 1.8~rc2), xz-lzma
Provides: lzma
Depends: libc6 (>= 2.14), liblzma5 (>= 5.1.1alpha+20120614)
Breaks: lzip (<< 1.8~rc2)
Conflicts: lzma (<< 9.22-1), xz-lzma
Size: 78794
Description: XZ-format compression utilities
 XZ is the successor to the Lempel-Ziv/Markov-chain Algorithm
 compression format, which provides memory-hungry but powerful
 compression (often better than bzip2) and fast, easy decompression.
 .
 This package provides the command line tools for working with XZ
 compression, including xz, unxz, xzcat, xzgrep, and so on. They can
 also handle the older LZMA format, and if invoked via appropriate
 symlinks will emulate the behavior of the commands in the lzma
 package.
 .
 The XZ format is similar to the older LZMA format but includes some
 improvements for general use:
 .
  * 'file' magic for detecting XZ files;
  * crc64 data integrity check;
  * limited random-access reading support;
  * improved support for multithreading (not used in xz-utils);
  * support for flushing the encoder.
Homepage: http://tukaani.org/xz/
Original-Maintainer: Jonathan Nieder <jrnieder@gmail.com>

Package: libgnomevfs2-extra
Priority: optional
Section: oldlibs
Installed-Size: 566
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: gnome-vfs
Version: 1:2.24.4-1ubuntu6
Depends: gconf-service, libbz2-1.0, libc6 (>= 2.14), libgconf-2-4 (>= 2.31.1), libglib2.0-0 (>= 2.35.9), libgnomevfs2-0 (>= 1:2.17.90), libgssapi-krb5-2 (>= 1.10+dfsg~), libsmbclient (>= 3.0.24), libxml2 (>= 2.7.4), libgnomevfs2-common (>= 1:2.24), libgnomevfs2-common (<< 1:2.25)
Conflicts: libgnomevfs2-0 (<< 1:2.16.0-1), libgnomevfs2-common (<< 2.12.2-7)
Size: 76520
Description: GNOME Virtual File System (extra modules)
 GNOME VFS is the GNOME virtual file system.  It is the foundation of the
 Nautilus file manager.  It provides a modular architecture and ships with
 several modules that implement support for local files, http, ftp and others.
 It provides an URI-based API, a backend supporting asynchronous file
 operations, a MIME type manipulation library and other features.
 .
 This package contains extra VFS modules for the GNOME Virtual
 File System.  It includes:
  * the bzip2 module;
  * the ftp module;
  * the http module (which also includes support for WebDAV);
  * the smb module, to browse Windows shares.
Original-Maintainer: Josselin Mouette <joss@debian.org>

Package: python-urllib3-whl
Priority: optional
Section: python
Installed-Size: 97
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: python-urllib3
Version: 1.7.1-1ubuntu4.1
Depends: python-six-whl
Recommends: ca-certificates
Size: 63938
Description: HTTP library with thread-safe connection pooling
 urllib3 supports features left out of urllib and urllib2 libraries.
 .
   - Re-use the same socket connection for multiple requests (HTTPConnectionPool
     and HTTPSConnectionPool) (with optional client-side certificate
     verification).
   - File posting (encode_multipart_formdata).
   - Built-in redirection and retries (optional).
   - Supports gzip and deflate decoding.
   - Thread-safe and sanity-safe.
   - Small and easy to understand codebase perfect for extending and
     building upon.
 .
 This package contains the universal wheel.
Homepage: http://urllib3.readthedocs.org
Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>

Package: dosfstools
Priority: optional
Section: otherosfs
Installed-Size: 213
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 3.0.26-1ubuntu0.1
Depends: libc6 (>= 2.14)
Size: 60054
Description: utilities for making and checking MS-DOS FAT filesystems
 The dosfstools package includes the mkfs.fat and fsck.fat utilities, which
 respectively make and check MS-DOS FAT filesystems.
Homepage: http://daniel-baumann.ch/software/dosfstools/
Original-Maintainer: Daniel Baumann <mail@daniel-baumann.ch>

Package: python3-wheel
Priority: optional
Section: python
Installed-Size: 224
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: wheel
Version: 0.24.0-1~ubuntu1.1
Depends: python3, python3:any (>= 3.3.2-2~)
Suggests: python3-setuptools
Size: 44826
Description: built-package format for Python
 A wheel is a ZIP-format archive with a specially formatted filename and the
 `.whl` extension.  It is designed to contain all the files for a PEP 376
 compatible install in a way that is very close to the on-disk format.
 .
 The wheel project provides a `bdist_wheel` command for setuptools.  Wheel
 files can be installed with `pip`.
 .
 This is the Python 3 compatible package.
Homepage: https://bitbucket.org/pypa/wheel
Original-Maintainer: Barry Warsaw <barry@debian.org>

Package: ethtool
Priority: optional
Section: net
Installed-Size: 325
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 1:3.13-1
Depends: libc6 (>= 2.7)
Size: 90896
Description: display or change Ethernet device settings
 ethtool can be used to query and change settings such as speed, auto-
 negotiation and checksum offload on many network devices, especially
 Ethernet devices.
Original-Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
Homepage: http://www.kernel.org/pub/software/network/ethtool/

Package: libgnomevfs2-0
Priority: optional
Section: oldlibs
Installed-Size: 1021
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: gnome-vfs
Version: 1:2.24.4-1ubuntu6
Replaces: libgnomevfs2-common (<< 1:2.24.4-1)
Depends: gconf-service, libacl1 (>= 2.2.51-8), libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libavahi-glib1 (>= 0.6.16), libc6 (>= 2.15), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libgconf-2-4 (>= 2.31.1), libglib2.0-0 (>= 2.35.9), libgnutls26 (>= 2.12.17-0), libselinux1 (>= 1.32), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4), dbus (>= 0.90), libgnomevfs2-common (>= 1:2.24), libgnomevfs2-common (<< 1:2.25)
Pre-Depends: multiarch-support
Recommends: dbus-x11
Suggests: libgnomevfs2-bin, libgnomevfs2-extra, gamin | fam
Breaks: libgnomevfs2-common (<< 1:2.24.4-1)
Conflicts: libbonobo2-0 (<< 2.15.0)
Size: 210102
Description: GNOME Virtual File System (runtime libraries)
 GNOME VFS is the GNOME virtual file system.  It is the foundation of the
 Nautilus file manager.  It provides a modular architecture and ships with
 several modules that implement support for local files, http, ftp and others.
 It provides an URI-based API, a backend supporting asynchronous file
 operations, a MIME type manipulation library and other features.
 .
 This package contains the runtime libraries, the daemon, and the
 default modules.
Original-Maintainer: Josselin Mouette <joss@debian.org>

Package: libx11-6
Priority: optional
Section: libs
Installed-Size: 1509
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libx11
Version: 2:1.6.2-1ubuntu2.1
Depends: libc6 (>= 2.15), libxcb1 (>= 1.2), libx11-data
Pre-Depends: multiarch-support
Size: 561232
Description: X11 client-side library
 This package provides a client interface to the X Window System, otherwise
 known as 'Xlib'.  It provides a complete API for the basic functions of the
 window system.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libX11
Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>

Package: libjasper1
Priority: optional
Section: libs
Installed-Size: 361
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: jasper
Version: 1.900.1-14ubuntu3.5
Replaces: libjasper-1.700-2
Depends: libc6 (>= 2.14), libjpeg8 (>= 8c)
Pre-Depends: multiarch-support
Suggests: libjasper-runtime
Conflicts: libjasper-1.700-2
Size: 131250
Description: JasPer JPEG-2000 runtime library
 JasPer is a collection of software (i.e., a library and application programs)
 for the coding and manipulation of images.  This software can handle image
 data in a variety of formats.  One such format supported by JasPer is the
 JPEG-2000 format defined in ISO/IEC 15444-1:2000.
 .
 This package contains the shared library.
Original-Maintainer: Roland Stigge <stigge@antcom.de>

Package: libfftw3-double3
Priority: optional
Section: libs
Installed-Size: 2114
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: fftw3
Version: 3.3.3-7ubuntu3
Replaces: libfftw3-3 (<< 3.3.3-1)
Depends: libc6 (>= 2.14), libgomp1 (>= 4.2.1)
Pre-Depends: multiarch-support
Suggests: libfftw3-bin, libfftw3-dev
Breaks: libfftw3-3 (<< 3.3.3-1)
Size: 701832
Description: Library for computing Fast Fourier Transforms - Double precision
 The FFTW library computes Fast Fourier Transforms (FFT) in one or more
 dimensions. It is extremely fast. This package contains the shared library
 for double precision transforms.
 .
 To get the static library and the header files, you need to install
 libfftw3-dev. For documentation, see libfftw3-doc.
Homepage: http://fftw.org
Original-Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>

Package: gconf-service
Priority: optional
Section: libs
Installed-Size: 377
Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Source: gconf
Version: 3.2.6-0ubuntu2
Depends: gconf-service-backend (= 3.2.6-0ubuntu2)
Size: 2046
Description: GNOME configuration database system (D-Bus service)
 GConf is a configuration database system for storing application
 preferences. It supports default or mandatory settings set by the
 administrator, and changes to the database are instantly applied to all
 running applications. It is written for the GNOME desktop but doesn't
 require it.
 .
 This package provides the D-Bus enabled daemon that is used internally
 by the GConf library to access configuration data.
Homepage: http://projects.gnome.org/gconf/
Original-Maintainer: Josselin Mouette <joss@debian.org>

Package: grub-gfxpayload-lists
Priority: optional
Section: admin
Installed-Size: 47
Maintainer: Colin Watson <cjwatson@ubuntu.com>
Architecture: amd64
Version: 0.6
Depends: grub-pc (>= 1.99~20101210-1ubuntu2)
Size: 3506
Description: GRUB gfxpayload blacklist
 The 'set gfxpayload=keep' facility in GRUB provides smooth graphical
 handover to the Linux kernel.  Unfortunately, this does not work on all
 systems, resulting in a black or corrupt display.  This package provides a
 blacklist of PCI IDs which fail.
 .
 We maintain this separately from GRUB because it is likely to be updated on
 a different schedule.

Package: libva-x11-1
Priority: optional
Section: libs
Installed-Size: 67
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Multi-Arch: same
Source: libva
Version: 1.4.0~trusty
Depends: libc6 (>= 2.2.5), libdrm2 (>= 2.3.1), libva1 (>> 1.3.0~), libx11-6 (>= 2:1.4.99.1), libxext6, libxfixes3
Pre-Depends: multiarch-support
Size: 16852
Description: Video Acceleration (VA) API for Linux -- X11 runtime
 Video Acceleration API (VA API) is a library ("libVA") and API specification
 which enables and provides access to graphics hardware (GPU) acceleration for
 video processing on Linux and UNIX based operating systems. Accelerated
 processing includes video decoding, video encoding, subpicture blending and
 rendering. The specification was originally designed by Intel for its GMA
 (Graphics Media Accelerator) series of GPU hardware, the API is however not
 limited to GPUs or Intel specific hardware, as other hardware and manufacturers
 can also freely use this API for hardware accelerated video decoding.
 .
 This package provides the libva-x11 library.
Homepage: http://www.freedesktop.org/wiki/Software/vaapi

Package: libpangomm-1.4-1
Priority: optional
Section: libs
Installed-Size: 216
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: pangomm
Version: 2.34.0-1ubuntu1
Depends: libc6 (>= 2.14), libcairomm-1.0-1 (>= 1.6.4), libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.24.0), libglibmm-2.4-1c2a (>= 2.36.2), libpango-1.0-0 (>= 1.23.0), libpangocairo-1.0-0 (>= 1.23.0), libsigc++-2.0-0c2a (>= 2.0.2), libstdc++6 (>= 4.1.1)
Pre-Depends: multiarch-support
Size: 40512
Description: C++ Wrapper for pango (shared libraries)
 Pangomm is a C++ wrapper for the pango library. Originally part of
 gtkmm, pangomm provides convenient C++ interfaces for handling both
 the layout and internationalization of text in graphical applications.
 .
 This package contains the shared library.
Homepage: http://gtkmm.org
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>

Package: ncurses-term
Priority: standard
Section: misc
Installed-Size: 2154
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Source: ncurses
Version: 5.9+20140118-1ubuntu1
Replaces: bogl-bterm (<< 0.1.18-7), mlterm-common (<< 3.0.2-1), ncurses-base (<< 5.7+20100313-1)
Breaks: bogl-bterm (<< 0.1.18-7), mlterm-common (<< 3.0.2-1)
Size: 242540
Description: additional terminal type definitions
 The ncurses library routines are a terminal-independent method of
 updating character screens with reasonable optimization.
 .
 This package contains all of the numerous terminal definitions not found in
 the ncurses-base package.
Homepage: http://invisible-island.net/ncurses/
Original-Maintainer: Craig Small <csmall@debian.org>

Package: git-man
Priority: optional
Section: doc
Installed-Size: 1268
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Source: git
Version: 1:1.9.1-1ubuntu0.10
Replaces: git (<< 1:1.7.4~rc1), git-core (<< 1:1.7.0.4-1.)
Breaks: git (<< 1:1.7.4~rc1)
Size: 700474
Description: fast, scalable, distributed revision control system (manual pages)
 Git is popular version control system designed to handle very large
 projects with speed and efficiency; it is used for many high profile
 open source projects, most notably the Linux kernel.
 .
 Git falls in the category of distributed source code management tools.
 Every Git working directory is a full-fledged repository with full
 revision tracking capabilities, not dependent on network access or a
 central server.
 .
 This package provides reference documentation for use by the 'man'
 utility and the 'git help' command.
Homepage: http://git-scm.com/
Original-Maintainer: Gerrit Pape <pape@smarden.org>

Package: e2fsprogs
Essential: yes
Priority: required
Section: admin
Installed-Size: 2440
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 1.42.9-3ubuntu1.3
Replaces: hurd (<= 20040301-1), libblkid1 (<< 1.38+1.39-WIP-2005.12.10-2), libuuid1 (<< 1.38+1.39-WIP-2005.12.10-2)
Pre-Depends: e2fslibs (= 1.42.9-3ubuntu1.3), libblkid1 (>= 2.17.2), libc6 (>= 2.14), libcomerr2 (>= 1.42~WIP-2011-10-05-1), libss2 (>= 1.34-1), libuuid1 (>= 2.16), util-linux (>= 2.15~rc1-1)
Suggests: gpart, parted, e2fsck-static
Conflicts: dump (<< 0.4b4-4), initscripts (<< 2.85-4), quota (<< 1.55-8.1), sysvinit (<< 2.85-4)
Filename: pool/main/e/e2fsprogs/e2fsprogs_1.42.9-3ubuntu1_amd64.deb
Size: 666746
MD5sum: 9520a4d67563c08a057df80a0d55c17e
Description: ext2/ext3/ext4 file system utilities
 The ext2, ext3 and ext4 file systems are successors of the original ext
 ("extended") file system. They are the main file system types used for
 hard disks on Debian and other Linux systems.
 .
 This package contains programs for creating, checking, and maintaining
 ext2/3/4-based file systems.  It also includes the "badbocks" program,
 which can be used to scan for bad blocks on a disk or other storage device.
Homepage: http://e2fsprogs.sourceforge.net
Original-Maintainer: Theodore Y. Ts'o <tytso@mit.edu>

Package: libpaper1
Priority: optional
Section: libs
Installed-Size: 89
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libpaper
Version: 1.1.24+nmu2ubuntu3
Replaces: libpaperg (<< 1.1.9)
Provides: libpaperg
Depends: libc6 (>= 2.14), debconf (>= 0.5) | debconf-2.0, ucf (>= 0.28)
Pre-Depends: multiarch-support
Recommends: libpaper-utils
Size: 13450
Description: library for handling paper characteristics
 The libpaper paper-handling library automates recognition of many
 different paper types and sizes for programs that need to deal with
 printed output.
Original-Maintainer: Giuseppe Sacco <eppesuig@debian.org>

Package: libsigc++-2.0-0c2a
Priority: optional
Section: libs
Installed-Size: 84
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libsigc++-2.0
Version: 2.2.10-0.2ubuntu2
Replaces: libsigc++-1.9-0, libsigc++-2.0-0, libsigc++-2.0-0c2
Depends: libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.6)
Pre-Depends: multiarch-support
Conflicts: libsigc++-1.9-0, libsigc++-2.0-0, libsigc++-2.0-0c2
Size: 9258
Description: type-safe Signal Framework for C++ - runtime
 This library implements a full callback system for use in widget
 libraries, abstract interfaces, and general programming. It provides
 the ability to connect an abstract callback to a class method,
 function, or function object, and contains adaptor classes for the
 connection of dissimilar callbacks.
 .
 These are the runtime files for libsigc++, needed only if you wish to
 run software which depends on it.
Original-Maintainer: Daniel Burrows <dburrows@debian.org>

Package: libmodule-pluggable-perl
Priority: optional
Section: perl
Installed-Size: 87
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 5.1-1
Depends: perl
Filename: pool/main/libm/libmodule-pluggable-perl/libmodule-pluggable-perl_5.1-1_all.deb
Size: 21246
MD5sum: b9d108898d78038e5cd879debe1d92ce
Description: module for giving  modules the ability to have plugins
 Module::Pluggable provides a simple but, hopefully, extensible way of having
 'plugins' for your module. Essentially all it does is export a method into
 your namespace that looks through a search path for .pm files and turn those
 into class names. Optionally it instantiates those classes for you.
Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Homepage: https://metacpan.org/release/Module-Pluggable/

Package: openssh-server
Priority: optional
Section: net
Installed-Size: 929
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Source: openssh
Version: 1:6.6p1-2ubuntu2.13
Replaces: ssh, ssh-krb5
Provides: ssh-server
Depends: libaudit1 (>= 1:2.2.1), libc6 (>= 2.17), libck-connector0 (>= 0.2.1), libcomerr2 (>= 1.01), libdbus-1-3 (>= 1.0.2), libgssapi-krb5-2 (>= 1.10+dfsg~), libkrb5-3 (>= 1.6.dfsg.2), libpam0g (>= 0.99.7.1), libselinux1 (>= 1.32), libssl1.0.0 (>= 1.0.1), libwrap0 (>= 7.6-4~), zlib1g (>= 1:1.1.4), debconf (>= 0.5) | debconf-2.0, init-system-helpers (>= 1.13~), openssh-client (= 1:6.6p1-2ubuntu2.13), sysv-rc (>= 2.88dsf-24) | file-rc (>= 0.8.16), libpam-runtime (>= 0.76-14), libpam-modules (>= 0.72-9), adduser (>= 3.9), dpkg (>= 1.9.0), lsb-base (>= 4.1+Debian3), procps, openssh-sftp-server
Recommends: xauth, ncurses-term, ssh-import-id
Suggests: ssh-askpass, rssh, molly-guard, ufw, monkeysphere
Conflicts: sftp, ssh-socks, ssh2
Size: 318638
Description: secure shell (SSH) server, for secure access from remote machines
 This is the portable version of OpenSSH, a free implementation of
 the Secure Shell protocol as specified by the IETF secsh working
 group.
 .
 Ssh (Secure Shell) is a program for logging into a remote machine
 and for executing commands on a remote machine.
 It provides secure encrypted communications between two untrusted
 hosts over an insecure network. X11 connections and arbitrary TCP/IP
 ports can also be forwarded over the secure channel.
 It can be used to provide applications with a secure communication
 channel.
 .
 This package provides the sshd server.
 .
 In some countries it may be illegal to use any encryption at all
 without a special permit.
 .
 sshd replaces the insecure rshd program, which is obsolete for most
 purposes.
Homepage: http://www.openssh.org/
Original-Maintainer: Debian OpenSSH Maintainers <debian-ssh@lists.debian.org>

Package: libpolkit-backend-1-0
Priority: optional
Section: libs
Installed-Size: 145
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: policykit-1
Version: 0.105-4ubuntu3.14.04.6
Depends: libc6 (>= 2.4), libexpat1 (>= 2.0.1), libglib2.0-0 (>= 2.37.3), libpolkit-gobject-1-0 (>= 0.105-4ubuntu3.14.04.2), libsystemd-login0 (>= 31)
Pre-Depends: multiarch-support
Breaks: policykit-1 (<< 0.99)
Size: 35338
Description: PolicyKit backend API
 PolicyKit is a toolkit for defining and handling the policy that
 allows unprivileged processes to speak to privileged processes.
 .
 This package contains a library for implementing authentication backends.
Homepage: http://hal.freedesktop.org/docs/PolicyKit/
Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>

Package: libc-ares-dev
Priority: extra
Section: libdevel
Installed-Size: 296
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: c-ares
Version: 1.10.0-2ubuntu0.2
Depends: libc-ares2 (= 1.10.0-2ubuntu0.2)
Conflicts: libares-dev
Size: 98000
Description: asynchronous name resolver - development files
 c-ares is a C library that performs DNS requests and name resolution
 asynchronously.
 .
 It is a fork of the library named "ares", with additional features:
  * IPv6 support;
  * extended cross-platform portability;
  * 64-bit clean sources.
 .
 This package contains development files (headers and static libraries).
Homepage: http://c-ares.haxx.se/
Original-Maintainer: Andreas Schuldei <andreas@debian.org>

Package: libatk1.0-0
Priority: optional
Section: libs
Installed-Size: 224
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: atk1.0
Version: 2.10.0-2ubuntu2
Depends: libc6 (>= 2.2.5), libglib2.0-0 (>= 2.37.3), libatk1.0-data (= 2.10.0-2ubuntu2)
Pre-Depends: multiarch-support
Size: 50896
Description: ATK accessibility toolkit
 ATK is a toolkit providing accessibility interfaces for applications or
 other toolkits. By implementing these interfaces, those other toolkits or
 applications can be used with tools such as screen readers, magnifiers, and
 other alternative input devices.
 .
 This is the runtime part of ATK, needed to run applications built with it.
Homepage: http://www.gtk.org/

Package: node-inherits
Priority: extra
Section: web
Installed-Size: 35
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 2.0.0-1
Depends: nodejs
Size: 3090
Description: Exposes inherits function from Node.js environment
 node-inherits exposes standard inherits implementation of Node.js util
 module, and allows bundlers such as browserify to not include full util
 package in client code.
 .
 It is recommended to use this module for all code that requires only
 the inherits function and that has a chance to run in a browser too.
 .
 This is the Node.js module.
 .
 Node.js is an event-based server-side javascript engine.
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Homepage: https://github.com/isaacs/inherits

Package: python-html5lib
Priority: optional
Section: python
Installed-Size: 545
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: html5lib
Version: 0.999-3~ubuntu1
Depends: python-six, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Suggests: python-chardet, python-genshi, python-lxml
Size: 83470
Description: HTML parser/tokenizer based on the WHATWG HTML5 specification (Python 2)
 html5lib is a pure-python library for parsing HTML. It is designed to
 conform to the HTML 5 specification, which has formalized the error handling
 algorithms of popular web browsers.
 .
 This package contains the Python 2 version of html5lib.
Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Homepage: https://github.com/html5lib/html5lib-python

Package: liblzma5
Priority: required
Section: libs
Installed-Size: 305
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: xz-utils
Version: 5.1.1alpha+20120614-2ubuntu2
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Filename: pool/main/x/xz-utils/liblzma5_5.1.1alpha+20120614-2ubuntu2_amd64.deb
Size: 80310
MD5sum: 759f50b893e9809a168a9d926a6095d0
Description: XZ-format compression library
 XZ is the successor to the Lempel-Ziv/Markov-chain Algorithm
 compression format, which provides memory-hungry but powerful
 compression (often better than bzip2) and fast, easy decompression.
 .
 The native format of liblzma is XZ; it also supports raw (headerless)
 streams and the older LZMA format used by lzma. (For 7-Zip's related
 format, use the p7zip package instead.)
Homepage: http://tukaani.org/xz/
Original-Maintainer: Jonathan Nieder <jrnieder@gmail.com>

Package: tmux
Priority: optional
Section: admin
Installed-Size: 563
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 1.8-5
Depends: libc6 (>= 2.14), libevent-2.0-5 (>= 2.0.10-stable), libtinfo5
Size: 247164
Description: terminal multiplexer
 tmux enables a number of terminals (or windows) to be accessed and
 controlled from a single terminal like screen. tmux runs as a
 server-client system. A server is created automatically when necessary
 and holds a number of sessions, each of which may have a number of
 windows linked to it. Any number of clients may connect to a session,
 or the server may be controlled by issuing commands with tmux.
 Communication takes place through a socket, by default placed in /tmp.
 Moreover tmux provides a consistent and well-documented command
 interface, with the same syntax whether used interactively, as a key
 binding, or from the shell. It offers a choice of vim or Emacs key
 layouts.
Original-Maintainer: Romain Francoise <rfrancoise@debian.org>
Homepage: http://tmux.sourceforge.net/

Package: libnih1
Priority: required
Section: libs
Installed-Size: 148
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libnih
Version: 1.0.3-4ubuntu25
Pre-Depends: multiarch-support, libc6 (>= 2.15~)
Filename: pool/main/libn/libnih/libnih1_1.0.3-4ubuntu25_amd64.deb
Size: 47860
MD5sum: 256b0a5560e67a8f878a6fd522c820e1
Description: NIH Utility Library
 libnih is a light-weight "standard library" of C functions to ease the
 development of other libraries and applications, especially those
 normally found in /lib.
 .
 This package contains the shared library.
Homepage: https://launchpad.net/libnih
Original-Maintainer: Scott James Remnant <scott@netsplit.com>

Package: libglibmm-2.4-1c2a
Priority: optional
Section: libs
Installed-Size: 2215
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: glibmm2.4
Version: 2.39.93-0ubuntu1
Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.39.90), libsigc++-2.0-0c2a (>= 2.0.2), libstdc++6 (>= 4.6)
Pre-Depends: multiarch-support
Size: 416318
Description: C++ wrapper for the GLib toolkit (shared libraries)
 GLib is a low-level general-purpose library used mainly by GTK+/GNOME
 applications, but is useful for other programs as well.
 glibmm is the C++ wrapper for GLib.
 .
 This package contains shared libraries.
Homepage: http://www.gtkmm.org/
Original-Maintainer: Deng Xiyue <manphiz-guest@users.alioth.debian.org>

Package: libwmf-bin
Priority: optional
Section: graphics
Installed-Size: 110
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Source: libwmf
Version: 0.2.8.4-10.3ubuntu1.14.04.1
Depends: libc6 (>= 2.14), libwmf0.2-7 (>= 0.2.8.4), libx11-6, zlib1g (>= 1:1.1.4)
Recommends: gsfonts
Size: 17170
Description: Windows metafile conversion tools
 Windows metafile (WMF) is a picture format used by many Windows
 programs, e.g. Microsoft Word.  libwmf is a library for interpreting
 metafile images and either displaying them using X or converting them
 to standard formats such as PNG, JPEG, PS, EPS and SVG(Z)...
 .
 This package contains several frontends to libwmf (wmf2x, wmf2gd,
 wmf2fig, wmf2eps, wmf2svg).
Original-Maintainer: Loïc Minier <lool@debian.org>

Package: libpng12-dev
Priority: optional
Section: libdevel
Installed-Size: 656
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: libpng
Version: 1.2.50-1ubuntu2.14.04.3
Replaces: libpng12-0-dev, libpng3-dev (<= 1.2.5)
Provides: libpng-dev, libpng12-0-dev, libpng3-dev
Depends: libpng12-0 (= 1.2.50-1ubuntu2.14.04.3), zlib1g-dev
Conflicts: libpng-dev, libpng12-0-dev, libpng2 (<< 1.0.12-3), libpng2-dev
Size: 206290
Description: PNG library - development
 libpng is a library implementing an interface for reading and writing
 PNG (Portable Network Graphics) format files.
 .
 This package contains the header and development files needed to build
 programs and packages using libpng.
Homepage: http://libpng.org/pub/png/libpng.html
Original-Maintainer: Anibal Monsalve Salazar <anibal@debian.org>

Package: libkadm5clnt-mit9
Priority: standard
Section: libs
Installed-Size: 198
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: krb5
Version: 1.12+dfsg-2ubuntu5.4
Depends: libc6 (>= 2.14), libcomerr2 (>= 1.01), libgssapi-krb5-2 (>= 1.10+dfsg~), libgssrpc4 (>= 1.6.dfsg.2), libk5crypto3 (>= 1.6.dfsg.2), libkrb5-3 (>= 1.8+dfsg), libkrb5support0 (>= 1.12~alpha1+dfsg)
Pre-Depends: multiarch-support
Suggests: krb5-doc, krb5-user
Size: 36212
Description: MIT Kerberos runtime libraries - Administration Clients
 Kerberos is a system for authenticating users and services on a network.
 Kerberos is a trusted third-party service.  That means that there is a
 third party (the Kerberos server) that is trusted by all the entities on
 the network (users and services, usually called "principals").
 .
 This is the MIT reference implementation of Kerberos V5.
 .
 This package contains the runtime library used by clients of the Kerberos
 administration protocol.
Homepage: http://web.mit.edu/kerberos/
Original-Maintainer: Sam Hartman <hartmans@debian.org>

Package: libcroco3
Priority: optional
Section: libs
Installed-Size: 339
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libcroco
Version: 0.6.8-2ubuntu1
Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.16.0), libxml2 (>= 2.7.4)
Pre-Depends: multiarch-support
Size: 82392
Description: Cascading Style Sheet (CSS) parsing and manipulation toolkit
 Services provided by Libcroco
  * A parser module that provides
    o A SAC like API. SAC stands for Simple API for CSS. SAC is an event driven
      API which resembles SAX in the xml world.
    o A CSSOM like API. CSSOM stands for Cascading Style Sheet Object Model.
 .
    The libcroco parser implements the CSS Level 2 specification, the CSS
    forward compatibility rules and the CSS cascading rules.
 .
  * A CSS2 selection engine
    Given an xml element node (that obviously comes from an xml document) and
    a stylesheet cascade, the Libcroco selection engine can evaluate the css
    selectors of the cascade and return the style properties associated to
    the xml element node.
 .
    Note that the xml manipulation toolkit used by the libcroco selection
    engine at the moment is libxml2.
 .
 This package contains the shared libraries.
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>

Package: libavahi-common3
Priority: optional
Section: libs
Installed-Size: 119
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: avahi
Version: 0.6.31-4ubuntu1.3
Depends: libc6 (>= 2.14), libavahi-common-data
Pre-Depends: multiarch-support
Size: 21720
Description: Avahi common library
 Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
 It allows programs to publish and discover services and hosts
 running on a local network with no specific configuration. For
 example you can plug into a network and instantly find printers to
 print to, files to look at and people to talk to.
 .
 This package contains the Avahi common library, which is a set of common
 functions used by many of Avahis components and client applications.
Homepage: http://avahi.org/
Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>

Package: cpp
Priority: optional
Section: interpreters
Installed-Size: 85
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: allowed
Source: gcc-defaults (1.124ubuntu6)
Version: 4:4.8.2-1ubuntu6
Depends: cpp-4.8 (>= 4.8.2-5~)
Suggests: cpp-doc
Conflicts: cpp-doc (<< 1:2.95.3)
Size: 27452
Description: GNU C preprocessor (cpp)
 The GNU C preprocessor is a macro processor that is used automatically
 by the GNU C compiler to transform programs before actual compilation.
 .
 This package has been separated from gcc for the benefit of those who
 require the preprocessor but not the compiler.
 .
 This is a dependency package providing the default GNU C preprocessor.
Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>

Package: libgnutls26
Priority: standard
Section: libs
Installed-Size: 1076
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: gnutls26
Version: 2.12.23-12ubuntu2.8
Replaces: gnutls0, gnutls0.4, gnutls3
Depends: libc6 (>= 2.14), libgcrypt11 (>= 1.5.1), libp11-kit0 (>= 0.11), libtasn1-6 (>= 3.4-0), zlib1g (>= 1:1.1.4)
Pre-Depends: multiarch-support
Suggests: gnutls-bin
Breaks: ccbuild (<= 2.0.1-1), csync2 (<= 1.34-2.2), freewheeling (<= 0.6-1.1), gkrellm (<= 2.3.4-1), libsoup2.4-1 (= 2.31.2-1), libsoup2.4-1 (<= 2.30.1-1), macopix-gtk2 (<= 1.7.4-3), pokerth (<= 0.8.3-3+b1), pokerth-server (<= 0.8.3-3+b1), sipsak (<= 0.9.6-2.1), slrn (<= 1.0.0~pre18-1.1), slrnpull (<= 1.0.0~pre18-1.1), snowdrop (<= 0.02b-9), ssmtp (<= 2.64-4), tf5 (<= 5.0beta8-4), wput (<= 0.6.2-2), zoneminder (<= 1.24.4-1)
Conflicts: gnutls0, gnutls0.4
Filename: pool/main/g/gnutls26/libgnutls26_2.12.23-12ubuntu2_amd64.deb
Size: 395076
MD5sum: 226615922531b5944ded63dbd3f246b6
Description: GNU TLS library - runtime library
 GnuTLS is a portable library which implements the Transport Layer
 Security (TLS 1.0, 1.1, 1.2) and Secure Sockets Layer (SSL) 3.0 protocols.
 .
 GnuTLS features support for:
  - TLS extensions: server name indication, max record size, opaque PRF
    input, etc.
  - authentication using the SRP protocol.
  - authentication using both X.509 certificates and OpenPGP keys.
  - TLS Pre-Shared-Keys (PSK) extension.
  - Inner Application (TLS/IA) extension.
  - X.509 and OpenPGP certificate handling.
  - X.509 Proxy Certificates (RFC 3820).
  - all the strong encryption algorithms (including SHA-256/384/512 and
    Camellia (RFC 4132)).
 .
 This package contains the runtime libraries.
Homepage: http://www.gnutls.org/
Original-Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>

Package: libaudit1
Priority: optional
Section: libs
Installed-Size: 144
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: audit
Version: 1:2.3.2-2ubuntu1
Depends: libaudit-common (= 1:2.3.2-2ubuntu1), libc6 (>= 2.14)
Pre-Depends: multiarch-support
Filename: pool/main/a/audit/libaudit1_2.3.2-2ubuntu1_amd64.deb
Size: 35410
MD5sum: c0b982333b5c1cc65649ce4f7b555854
Description: Dynamic library for security auditing
 The audit-libs package contains the dynamic libraries needed for
 applications to use the audit framework. It is used to monitor systems for
 security related events.
Homepage: http://people.redhat.com/sgrubb/audit/
Original-Maintainer: Debian QA Group <packages@qa.debian.org>

Package: dbus-x11
Priority: optional
Section: x11
Installed-Size: 140
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Source: dbus
Version: 1.6.18-0ubuntu4.5
Depends: libc6 (>= 2.15), libx11-6, dbus
Breaks: x11-common (<< 1:7.5+4)
Size: 19218
Description: simple interprocess messaging system (X11 deps)
 D-Bus is a message bus, used for sending messages between applications.
 Conceptually, it fits somewhere in between raw sockets and CORBA in
 terms of complexity.
 .
 This package contains the dbus-launch utility which is necessary for
 packages using a D-Bus session bus.
 .
 See the dbus description for more information about D-Bus in general.
Homepage: http://dbus.freedesktop.org/
Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>

Package: libgpm2
Priority: standard
Section: libs
Installed-Size: 83
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: gpm
Version: 1.20.4-6.1
Depends: libc6 (>= 2.15)
Pre-Depends: multiarch-support
Suggests: gpm
Size: 16530
Description: General Purpose Mouse - shared library
 This package provides a library that handles mouse requests
 and delivers them to applications. See the description for the 'gpm'
 package for more information.
Original-Maintainer: Peter Samuelson <peter@p12n.org>
Homepage: http://www.nico.schottelius.org/software/gpm/

Package: libdb5.3
Priority: standard
Section: libs
Installed-Size: 1725
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: db5.3
Version: 5.3.28-3ubuntu3.1
Depends: libc6 (>= 2.17)
Pre-Depends: multiarch-support
Filename: pool/main/d/db5.3/libdb5.3_5.3.28-3ubuntu3_amd64.deb
Size: 646124
MD5sum: e271858df239251c4e02325a1ad7f203
Description: Berkeley v5.3 Database Libraries [runtime]
 This is the runtime package for programs that use the v5.3 Berkeley
 database library.
Homepage: http://www.oracle.com/technology/software/products/berkeley-db/index.html
Original-Maintainer: Debian Berkeley DB Group <pkg-db-devel@lists.alioth.debian.org>

Package: python3-distupgrade
Priority: optional
Section: python
Installed-Size: 641
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: ubuntu-release-upgrader
Version: 1:0.220.11
Replaces: python3-update-manager (<< 1:0.165)
Depends: python3:any (>= 3.3.2-2~), python3-update-manager (>= 1:0.196.2~), python3-apt (>= 0.8.5~), lsb-release
Breaks: python3-update-manager (<< 1:0.165)
Size: 103948
Description: manage release upgrades
 This is the DistUpgrade Python 3 module

Package: libcurl4-gnutls-dev
Priority: optional
Section: libdevel
Installed-Size: 1170
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: curl
Version: 7.35.0-1ubuntu2.20
Provides: libcurl-dev, libcurl-ssl-dev, libcurl3-gnutls-dev, libcurl4-dev
Depends: libcurl3-gnutls (= 7.35.0-1ubuntu2.20), libc6-dev | libc-dev, libgnutls-dev, libidn11-dev, libkrb5-dev, libldap2-dev, librtmp-dev, zlib1g-dev
Suggests: libcurl4-doc, libcurl3-dbg
Conflicts: libcurl4-nss-dev, libcurl4-openssl-dev
Size: 236742
Description: development files and documentation for libcurl (GnuTLS flavour)
 libcurl is an easy-to-use client-side URL transfer library, supporting DICT,
 FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S,
 RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP.
 .
 libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP
 form based upload, proxies, cookies, user+password authentication (Basic,
 Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy tunneling
 and more!
 .
 libcurl is free, thread-safe, IPv6 compatible, feature rich, well supported,
 fast, thoroughly documented and is already used by many known, big and
 successful companies and numerous applications.
 .
 This package provides the development files (ie. includes, static library,
 manual pages) that allow to build software which uses libcurl.
 .
 SSL support is provided by GnuTLS.
Homepage: http://curl.haxx.se
Original-Maintainer: Alessandro Ghedini <ghedo@debian.org>

Package: sensible-mda
Priority: extra
Section: mail
Installed-Size: 274
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: sendmail
Version: 8.14.4-4.1ubuntu1.1
Depends: sendmail-bin | mail-transport-agent, procmail | maildrop | deliver, libc6 (>= 2.4)
Size: 8244
Description: Mail Delivery Agent wrapper
 Sensible-mda is a Debian addition in the sendmail package and has been
 split out in hopes that it might be useful for other MTA packages.
 .
 Sensible-mda is called by the MTA, and will in turn call whichever of
 the following MDAs that it finds (in this order):
 procmail, maildrop, deliver, mail.local
Original-Maintainer: Jakub Safarik <jsafarik@ymail.com>
Homepage: http://www.sendmail.org

Package: insserv
Priority: optional
Section: misc
Installed-Size: 183
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 1.14.0-5ubuntu2
Depends: libc6 (>= 2.14)
Suggests: bootchart2
Breaks: sysv-rc (<< 2.87dsf-3)
Filename: pool/main/i/insserv/insserv_1.14.0-5ubuntu2_amd64.deb
Size: 43298
MD5sum: 1674cac89d548d954b996d04053fc4ff
Description: boot sequence organizer using LSB init.d script dependency information
 The insserv program is used by the standard SysV-based init system. It
 updates the order of symlinks in /etc/rc?.d/ based on dependencies
 specified by LSB headers in the init.d scripts themselves.
 .
 These declared relations between scripts make it possible to optimize
 the boot sequence for the currently installed set of packages, while
 detecting and rejecting dependency loops.
 .
 Using insserv incorrectly can result in an unbootable system.
Homepage: http://savannah.nongnu.org/projects/sysvinit
Original-Maintainer: Petter Reinholdtsen <pere@debian.org>

Package: gzip
Essential: yes
Priority: required
Section: utils
Installed-Size: 236
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 1.6-3ubuntu1
Depends: dpkg (>= 1.15.4) | install-info
Pre-Depends: libc6 (>= 2.17)
Suggests: less
Filename: pool/main/g/gzip/gzip_1.6-3ubuntu1_amd64.deb
Size: 86806
MD5sum: 69e8059af02d90116781bd167cfc63c9
Description: GNU compression utilities
 This package provides the standard GNU file compression utilities, which
 are also the default compression tools for Debian.  They typically operate
 on files with names ending in '.gz', but can also decompress files ending
 in '.Z' created with 'compress'.
Original-Maintainer: Bdale Garbee <bdale@gag.com>

Package: dpkg
Essential: yes
Priority: required
Section: admin
Installed-Size: 6240
Origin: debian
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Bugs: debbugs://bugs.debian.org
Architecture: amd64
Multi-Arch: foreign
Version: 1.17.5ubuntu5.8
Replaces: manpages-it (<< 2.80-4)
Pre-Depends: libbz2-1.0, libc6 (>= 2.14), liblzma5 (>= 5.1.1alpha+20120614), libselinux1 (>= 2.1.0), zlib1g (>= 1:1.1.4), tar (>= 1.23)
Suggests: apt
Breaks: apt (<< 0.7.7), aptitude (<< 0.4.7-1), dpkg-dev (<< 1.15.8), libdpkg-perl (<< 1.15.8)
Filename: pool/main/d/dpkg/dpkg_1.17.5ubuntu5_amd64.deb
Size: 1957810
MD5sum: ed27e7e9c0fa6f2440f81700af419251
Description: Debian package management system
 This package provides the low-level infrastructure for handling the
 installation and removal of Debian software packages.
 .
 For Debian package development tools, install dpkg-dev.
Homepage: https://wiki.debian.org/Teams/Dpkg
Original-Maintainer: Dpkg Developers <debian-dpkg@lists.debian.org>

Package: grub-pc
Priority: optional
Section: admin
Installed-Size: 554
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Source: grub2
Version: 2.02~beta2-9ubuntu1.17
Replaces: grub, grub-common (<= 1.97~beta2-1), grub-coreboot, grub-efi-amd64, grub-efi-ia32, grub-ieee1275, grub-legacy, grub2 (<< 2.02~beta2-9ubuntu1.17)
Depends: debconf (>= 0.5) | debconf-2.0, grub-common, grub2-common (= 2.02~beta2-9ubuntu1.17), grub-pc-bin (= 2.02~beta2-9ubuntu1.17), ucf, grub-gfxpayload-lists
Conflicts: grub (<< 0.97-54), grub-coreboot, grub-efi-amd64, grub-efi-ia32, grub-ieee1275, grub-legacy, grub-xen
Size: 173792
Description: GRand Unified Bootloader, version 2 (PC/BIOS version)
 GRUB is a portable, powerful bootloader.  This version of GRUB is based on a
 cleaner design than its predecessors, and provides the following new features:
 .
  - Scripting in grub.cfg using BASH-like syntax.
  - Support for modern partition maps such as GPT.
  - Modular generation of grub.cfg via update-grub.  Packages providing GRUB
    add-ons can plug in their own script rules and trigger updates by invoking
    update-grub.
  - VESA-based graphical mode with background image support and complete 24-bit
    color set.
  - Support for extended charsets.  Users can write UTF-8 text to their menu
    entries.
 .
 This package contains a version of GRUB that has been built for use with
 traditional PC/BIOS architecture.
Homepage: http://www.gnu.org/software/grub/
Original-Maintainer: GRUB Maintainers <pkg-grub-devel@lists.alioth.debian.org>

Package: python-chardet
Priority: optional
Section: python
Installed-Size: 569
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: chardet
Version: 2.0.1-2build2
Depends: python (>= 2.7), python (<< 2.8), python:any (>= 2.7.1-0ubuntu2)
Size: 106256
Description: universal character encoding detector
 Chardet takes a sequence of bytes in an unknown character encoding, and
 attempts to determine the encoding.
 .
 Supported encodings:
  * ASCII, UTF-8, UTF-16 (2 variants), UTF-32 (4 variants)
  * Big5, GB2312, EUC-TW, HZ-GB-2312, ISO-2022-CN (Traditional and Simplified
    Chinese)
  * EUC-JP, SHIFT_JIS, ISO-2022-JP (Japanese)
  * EUC-KR, ISO-2022-KR (Korean)
  * KOI8-R, MacCyrillic, IBM855, IBM866, ISO-8859-5, windows-1251 (Cyrillic)
  * ISO-8859-2, windows-1250 (Hungarian)
  * ISO-8859-5, windows-1251 (Bulgarian)
  * windows-1252 (English)
  * ISO-8859-7, windows-1253 (Greek)
  * ISO-8859-8, windows-1255 (Visual and Logical Hebrew)
  * TIS-620 (Thai)
 .
 This library is a port of the auto-detection code in Mozilla.
Original-Maintainer: Piotr Ożarowski <piotr@debian.org>
Homepage: http://chardet.feedparser.org/

Package: libxvidcore4
Priority: optional
Section: libs
Installed-Size: 892
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: xvidcore
Version: 2:1.3.2-9ubuntu1
Depends: libc6 (>= 2.15)
Pre-Depends: multiarch-support
Size: 298096
Description: Open source MPEG-4 video codec (library)
 Xvid (formerly XviD) is an open source MPEG-4 video codec, implementing MPEG-4
 Simple Profile, Advanced Simple Profile, and Advanced Video Coding standards.
 It is written in C with assembler optimizations for quality and speed
 (including MMX, SSE, and 3Dnow! code for i386 and AltiVec for PowerPC), and is
 especially optimized towards offline, multi-pass compression for storage and
 archival purposes.
 .
 This package contains the shared library.
Homepage: http://www.xvid.org/
Original-Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>

Package: libpcre3
Priority: important
Section: libs
Installed-Size: 464
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: pcre3
Version: 1:8.31-2ubuntu2.3
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Breaks: approx (<< 4.4-1~), cduce (<< 0.5.3-2~), cmigrep (<< 1.5-7~), galax (<< 1.1-7~), libpcre-ocaml (<< 6.0.1~), liquidsoap (<< 0.9.2-3~), ocsigen (<< 1.3.3-1~)
Conflicts: libpcre3-dev (<= 4.3-3)
Filename: pool/main/p/pcre3/libpcre3_8.31-2ubuntu2_amd64.deb
Size: 144410
MD5sum: 8e3e3b0c6b5d1d53a989f4c3c31839e4
Description: Perl 5 Compatible Regular Expression Library - runtime files
 This is a library of functions to support regular expressions whose syntax
 and semantics are as close as possible to those of the Perl 5 language.
 .
 This package contains the runtime libraries.
Original-Maintainer: Mark Baker <mark@mnb.org.uk>

Package: libsasl2-modules-db
Priority: standard
Section: libs
Installed-Size: 82
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: cyrus-sasl2
Version: 2.1.25.dfsg1-17build1
Replaces: libsasl2-2 (<< 2.1.25.dfsg1-9~), libsasl2-3 (<< 2.1.26.dfsg1-2~), libsasl2-modules (<< 2.1.26.dfsg1-6~)
Depends: libc6 (>= 2.14), libdb5.3
Breaks: libsasl2-2 (<< 2.1.25.dfsg1-9~), libsasl2-3 (<< 2.1.26.dfsg1-2~)
Size: 14894
Description: Cyrus SASL - pluggable authentication modules (DB)
 This is the Cyrus SASL API implementation, version 2.1. See package
 libsasl2-2 and RFC 2222 for more information.
 .
 This package provides the DB plugin, which supports Berkeley DB lookups.
Homepage: http://www.cyrusimap.org/
Original-Maintainer: Debian Cyrus SASL Team <pkg-cyrus-sasl2-debian-devel@lists.alioth.debian.org>

Package: aptitude
Priority: important
Section: admin
Installed-Size: 4593
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 0.6.8.2-1ubuntu4
Depends: aptitude-common (= 0.6.8.2-1ubuntu4), libapt-pkg4.12 (>= 0.9.11), libboost-iostreams1.54.0, libc6 (>= 2.14), libcwidget3, libept1.4.12, libgcc1 (>= 1:4.1.1), libncursesw5 (>= 5.6+20070908), libsigc++-2.0-0c2a (>= 2.0.2), libsqlite3-0 (>= 3.6.5), libstdc++6 (>= 4.6), libtinfo5, libxapian22
Recommends: sensible-utils, apt-xapian-index, libparse-debianchangelog-perl
Suggests: aptitude-doc-en | aptitude-doc, tasksel, debtags
Conflicts: ia32-apt-get (<< 22)
Size: 1371226
Description: terminal-based package manager
 aptitude is a package manager with a number of useful features,
 including: a mutt-like syntax for matching packages in a flexible
 manner, dselect-like persistence of user actions, the ability to
 retrieve and display the Debian changelog of most packages, and a
 command-line mode similar to that of apt-get.
 .
 aptitude is also Y2K-compliant, non-fattening, naturally cleansing,
 and housebroken.
Homepage: http://aptitude.alioth.debian.org/
Original-Maintainer: Aptitude Development Team <aptitude-devel@lists.alioth.debian.org>

Package: pkg-config
Priority: optional
Section: devel
Installed-Size: 133
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 0.26-1ubuntu4
Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.16.0), libpopt0 (>= 1.14)
Size: 40882
Description: manage compile and link flags for libraries
 pkg-config is a system for managing library compile and link flags that
 works with automake and autoconf.
 .
 Increasingly libraries ship with ".pc" files that allow querying of the
 compiler and linker flags needed to use them through the pkg-config(1)
 program.
Homepage: http://pkg-config.freedesktop.org
Original-Maintainer: Tollef Fog Heen <tfheen@debian.org>

Package: iso-codes
Priority: optional
Section: misc
Installed-Size: 15207
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Version: 3.52-1
Suggests: isoquery
Size: 2072544
Description: ISO language, territory, currency, script codes and their translations
 This package provides the ISO 639, ISO 639-3, and ISO 639-5 language
 code lists, the ISO 4217 currency code list, the ISO 3166 territory
 code list, the ISO 3166-2 sub-territory list, and the ISO 15924
 script code list as XML files.
 .
 More importantly, it also provides their translations to be used by
 other programs.
Original-Maintainer: Tobias Quathamer <toddy@debian.org>
Homepage: http://pkg-isocodes.alioth.debian.org/

Package: phpmyadmin
Priority: extra
Section: web
Installed-Size: 22482
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 4:4.0.10-1ubuntu0.1
Depends: libapache2-mod-php5 | libapache2-mod-php5filter | php5-cgi | php5-fpm | php5, php5-mysql | php5-mysqli | php5-mysqlnd, php5-mcrypt, php5-json, perl, debconf (>= 0.5) | debconf-2.0, dbconfig-common, fonts-dejavu-core | ttf-dejavu-core, php-gettext, libjs-jquery, libjs-jquery-ui, libjs-jquery-cookie, libjs-jquery-mousewheel, libjs-jquery-event-drag, libjs-jquery-tablesorter, libjs-codemirror, libjs-underscore, ucf (>= 0.28)
Recommends: apache2 | lighttpd | httpd, php5-gd, mysql-client
Suggests: mysql-server, www-browser
Size: 4232226
Description: MySQL web administration tool
 This package allows administering of MySQL with a web interface.
 .
 It allows administrators to:
  - browse through databases and tables;
  - create, copy, rename, alter and drop databases;
  - create, copy, rename, alter and drop tables;
  - perform table maintenance;
  - add, edit and drop fields;
  - execute any SQL-statement, even multiple queries;
  - create, alter and drop indexes;
  - load text files into tables;
  - create and read dumps of tables or databases;
  - export data to SQL, CSV, XML, Word, Excel, PDF and LaTeX formats;
  - administer multiple servers;
  - manage MySQL users and privileges;
  - check server settings and runtime information with configuration hints;
  - check referential integrity in MyISAM tables;
  - create complex queries using Query-by-example (QBE), automatically
    connecting required tables;
  - create PDF graphics of database layout;
  - search globally in a database or a subset of it;
  - transform stored data into any format using a set of predefined
    functions, such as displaying BLOB-data as image or download-link;
  - manage InnoDB tables and foreign keys;
 and is fully internationalized and localized in dozens of languages.
Homepage: http://www.phpmyadmin.net/
Original-Maintainer: Thijs Kinkhorst <thijs@debian.org>

Package: linux-base
Priority: optional
Section: kernel
Installed-Size: 86
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Version: 4.5ubuntu1~14.04.1
Depends: debconf (>= 0.5) | debconf-2.0
Size: 18028
Description: Linux image base package
 This package contains files and support scripts for all Linux
 images.
Original-Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>

Package: libncursesw5
Priority: important
Section: libs
Installed-Size: 374
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: ncurses
Version: 5.9+20140118-1ubuntu1
Depends: libtinfo5 (= 5.9+20140118-1ubuntu1), libc6 (>= 2.15)
Pre-Depends: multiarch-support
Recommends: libgpm2
Filename: pool/main/n/ncurses/libncursesw5_5.9+20140118-1ubuntu1_amd64.deb
Size: 118544
MD5sum: aa7f4add3cfa5484520c2d2abccb23ff
Description: shared libraries for terminal handling (wide character support)
 The ncurses library routines are a terminal-independent method of
 updating character screens with reasonable optimization.
 .
 This package contains the shared libraries necessary to run programs
 compiled with ncursesw, which includes support for wide characters.
Homepage: http://invisible-island.net/ncurses/
Original-Maintainer: Craig Small <csmall@debian.org>

Package: libxml2-dev
Priority: optional
Section: libdevel
Installed-Size: 2862
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libxml2
Version: 2.9.1+dfsg1-3ubuntu4.13
Depends: libxml2 (= 2.9.1+dfsg1-3ubuntu4.13)
Suggests: pkg-config
Size: 629874
Description: Development files for the GNOME XML library
 XML is a metalanguage to let you design your own markup language.
 A regular markup language defines a way to describe information in
 a certain class of documents (eg HTML). XML lets you define your
 own customized markup languages for many classes of document. It
 can do this because it's written in SGML, the international standard
 metalanguage for markup languages.
 .
 Install this package if you wish to develop your own programs using
 the GNOME XML library.
Homepage: http://xmlsoft.org/
Original-Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs@lists.alioth.debian.org>

Package: node-async
Priority: optional
Section: web
Installed-Size: 76
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 0.2.5-1
Depends: nodejs
Size: 17710
Description: higher-order functions and common patterns for asynchronous Javascript
 Node is an event-based server-side JavaScript engine.
 .
 Async is a utility module which provides straight-forward, powerful
 functions for working with asynchronous Javascript. Although originally
 designed for use with Node, it can also be used directly in the
 browser.
 .
 Async provides around 20 functions that include the usual 'functional'
 suspects (map, reduce, filter, forEach…) as well as some common
 patterns for asynchronous control flow (parallel, series, waterfall…).
 All these functions assume you follow the Node convention of providing
 a single callback as the last argument of your async function.
 .
 This provides async for use with Node.
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Homepage: https://github.com/caolan/async

Package: liblocale-gettext-perl
Priority: required
Section: perl
Installed-Size: 92
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 1.05-7build3
Depends: libc6 (>= 2.2.5)
Pre-Depends: perl-base (>= 5.18.1-4), perlapi-5.18.1
Filename: pool/main/libl/liblocale-gettext-perl/liblocale-gettext-perl_1.05-7build3_amd64.deb
Size: 19226
MD5sum: 3c518a9d04845d1fa3c876f06e3410a9
Description: module using libc functions for internationalization in Perl
 The gettext module permits access from perl to the gettext() family of
 functions for retrieving message strings from databases constructed
 to internationalize software.
 .
 It provides gettext(), dgettext(), dcgettext(), textdomain(),
 bindtextdomain(), bind_textdomain_codeset(), ngettext(), dcngettext()
 and dngettext().
Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Homepage: http://search.cpan.org/dist/gettext/gettext.pm

Package: mysql-server-5.5
Priority: optional
Section: database
Installed-Size: 31952
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: mysql-5.5
Version: 5.5.62-0ubuntu0.14.04.1
Replaces: libmysqlclient-dev (<< 5.5.17~), mysql-client-5.1, mysql-server (<< 5.5.62-0ubuntu0.14.04.1), mysql-server-5.0, mysql-server-5.1
Provides: virtual-mysql-server
Depends: initscripts (>= 2.88dsf-13.3), libdbi-perl, lsb-base (>= 3.0-10), mysql-client-5.5 (>= 5.5.62-0ubuntu0.14.04.1), mysql-server-core-5.5 (>= 5.5.62-0ubuntu0.14.04.1), passwd, perl (>= 5.6), psmisc, debconf (>= 0.5) | debconf-2.0, sysv-rc (>= 2.88dsf-24) | file-rc (>= 0.8.16), libc6 (>= 2.17), libstdc++6 (>= 4.1.1), zlib1g (>= 1:1.1.4)
Pre-Depends: adduser (>= 3.40), debconf, mysql-common (>= 5.5.62-0ubuntu0.14.04.1)
Recommends: libhtml-template-perl
Suggests: tinyca, mailx
Breaks: libmysqlclient-dev (<< 5.5.17~), mysql-client-5.1, mysql-server (<< 5.5.62-0ubuntu0.14.04.1), mysql-server-5.1
Size: 1978828
Description: MySQL database server binaries and system database setup
 MySQL is a fast, stable and true multi-user, multi-threaded SQL database
 server. SQL (Structured Query Language) is the most popular database query
 language in the world. The main goals of MySQL are speed, robustness and
 ease of use.
 .
 This package contains all the infrastructure needed to setup system
 databases.
Homepage: http://dev.mysql.com/
Original-Maintainer: Debian MySQL Maintainers <pkg-mysql-maint@lists.alioth.debian.org>

Package: libssl-doc
Priority: optional
Section: doc
Installed-Size: 2197
Maintainer: Debian OpenSSL Team <pkg-openssl-devel@lists.alioth.debian.org>
Architecture: all
Multi-Arch: foreign
Source: openssl
Version: 1.1.1b-1+ubuntu14.04.1+deb.sury.org+1
Replaces: libssl-dev (<< 1.0.0)
Breaks: libssl-dev (<< 1.0.0)
Size: 1743240
Description: Secure Sockets Layer toolkit - development documentation
 This package is part of the OpenSSL project's implementation of the SSL
 and TLS cryptographic protocols for secure communication over the
 Internet.
 .
 It contains manpages and demo files for libssl and libcrypto.
Homepage: https://www.openssl.org/

Package: python-html5lib-whl
Priority: optional
Section: python
Installed-Size: 140
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: html5lib
Version: 0.999-3~ubuntu1
Size: 109460
Description: HTML parser/tokenizer based on the WHATWG HTML5 specification
 html5lib is a pure-python library for parsing HTML. It is designed to
 conform to the HTML 5 specification, which has formalized the error handling
 algorithms of popular web browsers.
 .
 This package contains the universal wheels.
Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Homepage: https://github.com/html5lib/html5lib-python

Package: ubuntu-keyring
Priority: important
Section: misc
Installed-Size: 46
Maintainer: Michael Vogt <michael.vogt@canonical.com>
Architecture: all
Multi-Arch: foreign
Version: 2012.05.19
Recommends: gpgv
Filename: pool/main/u/ubuntu-keyring/ubuntu-keyring_2012.05.19_all.deb
Size: 16738
MD5sum: 5ea5547e8f83b77d913b152a51d44edc
Description: GnuPG keys of the Ubuntu archive
 The Ubuntu project digitally signs its Release files. This package
 contains the archive keys used for that.

Package: python-xapian
Priority: optional
Section: python
Installed-Size: 1332
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: xapian-bindings
Version: 1.2.16-2ubuntu1
Provides: python2.7-xapian
Depends: python (>= 2.7), python (<< 2.8), python:any (>= 2.7.1-0ubuntu2), libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1), libxapian22 (>= 1.2.16)
Suggests: xapian-doc
Size: 207738
Description: Xapian search engine interface for Python
 This package provides Xapian Python bindings for all the packaged versions
 of Python.
 .
 The Xapian search engine library is a highly adaptable toolkit which allows
 developers to easily add advanced indexing and search facilities to their own
 applications.  It implements the probabilistic model of information retrieval,
 and provides facilities for performing ranked free-text searches, relevance
 feedback, phrase searching, boolean searching, stemming, and simultaneous
 update and searching.  It is highly scalable, and is capable of working with
 collections containing hundreds of millions of documents.
 .
 The Xapian Python bindings provide an interface to the Xapian library from the
 Python programming language, allowing both indexing and retrieval operations.
Homepage: http://xapian.org/
Original-Maintainer: Olly Betts <olly@survex.com>

Package: python3-apport
Priority: optional
Section: python
Installed-Size: 530
Maintainer: Martin Pitt <martin.pitt@ubuntu.com>
Architecture: all
Source: apport
Version: 2.14.1-0ubuntu3.29
Depends: python3:any (>= 3.3.2-2~), python3-apt (>= 0.7.9), python3-problem-report (>= 0.94), lsb-release
Recommends: apport
Suggests: python3-launchpadlib
Size: 75466
Description: Python 3 library for Apport crash report handling
 This Python package provides high-level functions for creating and
 handling apport crash reports:
 .
  * Query available and new reports.
  * Add OS, packaging, and process runtime information to a report.
  * Various frontend utility functions.
  * Python hook to generate crash reports when Python scripts fail.
Homepage: https://wiki.ubuntu.com/Apport

Package: p7zip-full
Priority: optional
Section: utils
Installed-Size: 3830
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: p7zip
Version: 9.20.1~dfsg.1-4+deb7u3build0.14.04.1
Replaces: p7zip (<< 4.39-1)
Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1)
Suggests: p7zip-rar
Conflicts: p7zip (<< 4.39-1)
Size: 905336
Description: 7z and 7za file archivers with high compression ratio
 p7zip is the Unix command-line port of 7-Zip, a file archiver that
 archives with high compression ratios.
 .
 p7zip-full provides utilities to pack and unpack 7z archives within
 a shell or using a GUI (such as Ark, File Roller or Nautilus).
 .
 Installing p7zip-full allows File Roller to use the very efficient 7z
 compression format for packing and unpacking files and directories.
 Additionally, it provides the 7z and 7za commands.
 .
 List of supported formats:
   - Packing / unpacking: 7z, ZIP, GZIP, BZIP2, XZ and TAR
   - Unpacking only: APM, ARJ, CAB, CHM, CPIO, CramFS, DEB, DMG, FAT,
     HFS, ISO, LZH, LZMA, LZMA2, MBR, MSI, MSLZ, NSIS, NTFS, RAR (only
     if non-free p7zip-rar package is installed), RPM, SquashFS, UDF,
     VHD, WIM, XAR and Z.
 .
 p7zip provides 7zr, a light version of 7za, and p7zip, a gzip-like
 wrapper around 7zr.
Original-Maintainer: Mohammed Adnène Trojette <adn+deb@diwi.org>
Homepage: http://p7zip.sourceforge.net/

Package: libwayland-client0
Priority: optional
Section: libs
Installed-Size: 90
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: wayland
Version: 1.4.0-1ubuntu1.1
Replaces: libwayland0 (<< 1.1.0-1)
Depends: libc6 (>= 2.14), libffi6 (>= 3.0.4)
Pre-Depends: multiarch-support
Conflicts: libwayland0 (<< 1.1.0-1)
Size: 22060
Description: wayland compositor infrastructure - client library
 Wayland is a protocol for a compositor to talk to its clients as well
 as a C library implementation of that protocol. The compositor can be
 a standalone display server running on Linux kernel modesetting and
 evdev input devices, an X application, or a wayland client
 itself. The clients can be traditional applications, X servers
 (rootless or fullscreen) or other display servers.
 .
 This package ships the library that implements the client side of
 the Wayland protocol.
Homepage: http://wayland.freedesktop.org/
Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>

Package: python-pam
Priority: optional
Section: python
Installed-Size: 68
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 0.4.2-13.1ubuntu3
Depends: python (>= 2.7~), python (<< 2.8), libc6 (>= 2.4), libpam0g (>= 0.99.7.1)
Suggests: python-pam-dbg
Size: 9990
Description: Python interface to the PAM library
 This module makes the PAM (Pluggable Authentication Modules) functions
 available in Python. With this module you can write Python applications
 that implement authentication services using PAM.
Original-Maintainer: Dima Barsky <dima@debian.org>

Package: build-essential
Priority: optional
Section: devel
Installed-Size: 37
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 11.6ubuntu6
Depends: libc6-dev | libc-dev, gcc (>= 4:4.4.3), g++ (>= 4:4.4.3), make, dpkg-dev (>= 1.13.5)
Size: 4838
Description: Informational list of build-essential packages
 If you do not plan to build Debian packages, you don't need this
 package.  Starting with dpkg (>= 1.14.18) this package is required
 for building Debian packages.
 .
 This package contains an informational list of packages which are
 considered essential for building Debian packages.  This package also
 depends on the packages on that list, to make it easy to have the
 build-essential packages installed.
 .
 If you have this package installed, you only need to install whatever
 a package specifies as its build-time dependencies to build the
 package.  Conversely, if you are determining what your package needs
 to build-depend on, you can always leave out the packages this
 package depends on.
 .
 This package is NOT the definition of what packages are
 build-essential; the real definition is in the Debian Policy Manual.
 This package contains merely an informational list, which is all
 most people need.   However, if this package and the manual disagree,
 the manual is correct.
Original-Maintainer: Matthias Klose <doko@debian.org>

Package: software-properties-common
Priority: optional
Section: admin
Installed-Size: 184
Maintainer: Michael Vogt <michael.vogt@ubuntu.com>
Architecture: all
Source: software-properties
Version: 0.92.37.8
Replaces: python-software-properties (<< 0.85), python3-software-properties (<< 0.85)
Depends: python3:any (>= 3.3.2-2~), python3, python3-gi, gir1.2-glib-2.0, python-apt-common (>= 0.9), python3-dbus, python3-software-properties (= 0.92.37.8), ca-certificates
Breaks: python-software-properties (<< 0.85), python3-software-properties (<< 0.85)
Size: 9384
Description: manage the repositories that you install software from (common)
 This software provides an abstraction of the used apt repositories.
 It allows you to easily manage your distribution and independent software
 vendor software sources.
 .
 This package contains the common files for software-properties like the
 D-Bus backend.

Package: python-twisted-core
Priority: optional
Section: python
Installed-Size: 5921
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: twisted
Version: 13.2.0-1ubuntu1.2
Provides: python2.7-twisted-core
Depends: python-twisted-bin (>= 13.2.0-1ubuntu1.2), python-zope.interface (>= 3.6), python (>= 2.7), python (<< 2.8), python:any (>= 2.7.1-0ubuntu2)
Recommends: python-openssl, python-pam, python-serial
Suggests: python-tk, python-gtk2, python-glade2, python-qt3, python-wxgtk2.8
Size: 983088
Description: Event-based framework for internet applications
 It includes a web server, a telnet server, a multiplayer RPG engine, a
 generic client and server for remote object access, and APIs for creating
 new protocols.
Original-Maintainer: Matthias Klose <doko@debian.org>

Package: language-pack-sv
Priority: optional
Section: translations
Installed-Size: 30
Maintainer: Language pack maintainers <language-packs@ubuntu.com>
Architecture: all
Version: 1:14.04+20160720
Replaces: language-pack-gnome-sv (<< 1:14.04+20160720), language-pack-gnome-sv-base (<< 1:14.04+20160720), language-pack-kde-sv (<< 1:14.04+20160720), language-pack-kde-sv-base (<< 1:14.04+20160720), language-pack-sv (<< 1:14.04+20160720), language-pack-sv-base
Depends: language-pack-sv-base (>= 1:14.04+20160720)
Pre-Depends: dpkg (>= 1.16.1)
Size: 1822
Description: translation updates for language Swedish
 Translation data updates for all supported packages for:
 Swedish
 .
 language-pack-sv-base provides the bulk of translation data
 and is updated only seldom. This package provides frequent translation
 updates.

Package: python-numpy
Priority: optional
Section: python
Installed-Size: 8553
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 1:1.8.2-0ubuntu0.1
Provides: python-f2py, python-numpy-abi9, python-numpy-api9, python-numpy-dev, python2.7-numpy
Depends: python (>= 2.7), python (<< 2.8), python:any (>= 2.7.1-0ubuntu2), python2.7:any, libblas3 | libblas.so.3, libc6 (>= 2.14), liblapack3 | liblapack.so.3
Suggests: gcc (>= 4:4.6.1-5), gfortran, python-dev, python-nose (>= 0.10.1), python-numpy-dbg, python-numpy-doc
Size: 1603490
Description: Numerical Python adds a fast array facility to the Python language
 Numpy contains a powerful N-dimensional array object, sophisticated
 (broadcasting) functions, tools for integrating C/C++ and Fortran
 code, and useful linear algebra, Fourier transform, and random number
 capabilities.
 .
 Numpy replaces the python-numeric and python-numarray modules which are
 now deprecated and shouldn't be used except to support older
 software.
Homepage: http://www.numpy.org/
Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>

Package: info
Priority: important
Section: doc
Installed-Size: 451
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Source: texinfo
Version: 5.2.0.dfsg.1-2
Replaces: texinfo (<< 4.7-2)
Provides: info-browser
Depends: libc6 (>= 2.15), libtinfo5, install-info
Suggests: texinfo-doc-nonfree
Size: 99094
Description: Standalone GNU Info documentation browser
 The Info file format is an easily-parsable representation for online
 documents. This program allows you to view Info documents, like the
 ones stored in /usr/share/info.
 .
 Much of the software in Debian comes with its online documentation in
 the form of Info files, so it is most likely you will want to install it.
Original-Maintainer: Debian TeX maintainers <debian-tex-maint@lists.debian.org>

Package: libheimntlm0-heimdal
Priority: optional
Section: libs
Installed-Size: 103
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: heimdal
Version: 1.6~git20131207+dfsg-1ubuntu1.2
Depends: libc6 (>= 2.4), libhcrypto4-heimdal (>= 1.4.0+git20110226), libkrb5-26-heimdal (>= 1.4.0+git20110226), libroken18-heimdal (>= 1.4.0+git20110226)
Pre-Depends: multiarch-support
Size: 15176
Description: Heimdal Kerberos - NTLM support library
 Heimdal is a free implementation of Kerberos 5 that aims to be
 compatible with MIT Kerberos.
Homepage: http://www.h5l.org/
Original-Maintainer: Brian May <bam@debian.org>

Package: crda
Priority: optional
Section: net
Installed-Size: 96
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 1.1.2-1ubuntu2
Replaces: wireless-crda (<< 1.15), wireless-regdb (= 2011.04.28-1ubuntu1), wireless-regdb (= 2011.04.28-1ubuntu2)
Depends: libc6 (>= 2.4), libnl-3-200 (>= 3.2.7), libnl-genl-3-200 (>= 3.2.7), libssl1.0.0 (>= 1.0.0), wireless-regdb
Recommends: iw
Breaks: wireless-crda (<< 1.15), wireless-regdb (= 2011.04.28-1ubuntu1), wireless-regdb (= 2011.04.28-1ubuntu2)
Size: 15238
Description: wireless Central Regulatory Domain Agent
 This package provides a Central Regulatory Domain Agent (CRDA) to be used by
 the Linux kernel cf80211 wireless subsystem to query and apply the regulatory
 domain settings wireless devices may operate within for a given location.
 .
 CRDA queries operational frequency regulations stored within the regulatory
 database provided by the wireless-regdb package.
Homepage: http://wireless.kernel.org/en/developers/Regulatory/#CRDA
Original-Maintainer: Ben Hutchings <ben@decadent.org.uk>

Package: dmsetup
Priority: optional
Section: admin
Installed-Size: 181
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Source: lvm2 (2.02.98-6ubuntu2)
Version: 2:1.02.77-6ubuntu2
Depends: libc6 (>= 2.14), libdevmapper1.02.1 (>= 2:1.02.77), initramfs-tools, util-linux (>> 2.16), udev (>> 141-2)
Breaks: udev (<< 138-1)
Conflicts: devicekit-disks (<< 009)
Filename: pool/main/l/lvm2/dmsetup_1.02.77-6ubuntu2_amd64.deb
Size: 37602
MD5sum: cf921d3f5dde0a80e2a9c43bbf298766
Description: Linux Kernel Device Mapper userspace library
 The Linux Kernel Device Mapper is the LVM (Linux Logical Volume Management)
 Team's implementation of a minimalistic kernel-space driver that handles
 volume management, while keeping knowledge of the underlying device layout
 in user-space.  This makes it useful for not only LVM, but EVMS, software
 raid, and other drivers that create "virtual" block devices.
 .
 This package contains a utility for modifying device mappings.
Homepage: http://sources.redhat.com/lvm2/
Original-Maintainer: Debian LVM Team <pkg-lvm-maintainers@lists.alioth.debian.org>

Package: python3.4-dev
Priority: optional
Section: python
Installed-Size: 447
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: allowed
Source: python3.4
Version: 3.4.3-1ubuntu1~14.04.7
Depends: python3.4 (= 3.4.3-1ubuntu1~14.04.7), libpython3.4-dev (= 3.4.3-1ubuntu1~14.04.7), libpython3.4 (= 3.4.3-1ubuntu1~14.04.7), libexpat1-dev
Recommends: libc6-dev | libc-dev
Size: 420856
Description: Header files and a static library for Python (v3.4)
 Header files, a static library and development tools for building
 Python (v3.4) modules, extending the Python interpreter or embedding
 Python (v3.4) in applications.
 .
 Maintainers of Python packages should read README.maintainers.
Original-Maintainer: Matthias Klose <doko@debian.org>

Package: eject
Priority: optional
Section: utils
Installed-Size: 160
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 2.1.5+deb1+cvs20081104-13.1ubuntu0.14.04.1
Depends: libc6 (>= 2.8), libdevmapper1.02.1 (>= 2:1.02.20)
Suggests: cdtool, setcd
Filename: pool/main/e/eject/eject_2.1.5+deb1+cvs20081104-13.1_amd64.deb
Size: 23422
MD5sum: 00f6854e1f976a8631187818db0e47c4
Description: ejects CDs and operates CD-Changers under Linux
 This little program will eject CD-ROMs (assuming your drive supports
 the CDROMEJECT ioctl). It also allows setting the autoeject feature.
 .
 On supported ATAPI/IDE multi-disc CD-ROM changers, it allows changing
 the active disc.
 .
 You can also use eject to properly disconnect external mass-storage
 devices like digital cameras or portable music players.
Homepage: http://www.pobox.com/~tranter/eject.html
Original-Maintainer: Frank Lichtenheld <djpig@debian.org>

Package: libcap-ng0
Priority: optional
Section: libs
Installed-Size: 54
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: libcap-ng
Version: 0.7.3-1ubuntu2
Depends: libc6 (>= 2.4)
Pre-Depends: multiarch-support
Size: 9876
Description: An alternate POSIX capabilities library
 This library implements the user-space interfaces to the POSIX
 1003.1e capabilities available in Linux kernels.  These capabilities are
 a partitioning of the all powerful root privilege into a set of distinct
 privileges.
 .
 The libcap-ng library is intended to make programming with POSIX
 capabilities much easier than the traditional libcap library.
 .
 This package contains header files and libraries for libcap-ng.
Homepage: http://people.redhat.com/sgrubb/libcap-ng
Original-Maintainer: Pierre Chifflier <pollux@debian.org>

Package: libssl-dev
Priority: optional
Section: libdevel
Installed-Size: 7888
Maintainer: Debian OpenSSL Team <pkg-openssl-devel@lists.alioth.debian.org>
Architecture: amd64
Multi-Arch: same
Source: openssl
Version: 1.1.1b-1+ubuntu14.04.1+deb.sury.org+1
Depends: libssl1.1 (= 1.1.1b-1+ubuntu14.04.1+deb.sury.org+1)
Suggests: libssl-doc
Conflicts: libssl1.0-dev
Size: 1772688
Description: Secure Sockets Layer toolkit - development files
 This package is part of the OpenSSL project's implementation of the SSL
 and TLS cryptographic protocols for secure communication over the
 Internet.
 .
 It contains development libraries, header files, and manpages for libssl
 and libcrypto.
Homepage: https://www.openssl.org/

Package: libfile-copy-recursive-perl
Priority: optional
Section: perl
Installed-Size: 88
Maintainer: Ubuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
Architecture: all
Version: 0.38-1
Depends: perl (>= 5.6.0-16)
Size: 20586
Description: Perl extension for recursively copying files and directories
 File::Copy::Recursive module copies and moves directories recursively
 (or single files, well... singley) to an optional depth and attempts
 to preserve each file or directory's mode.
Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Homepage: http://search.cpan.org/dist/File-Copy-Recursive/

Package: node-read-package-json
Priority: extra
Section: web
Installed-Size: 53
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 1.1.3-1
Depends: nodejs, node-glob (>= 3.2.1), node-lru-cache (>= 2), node-normalize-package-data
Recommends: node-graceful-fs (>= 2)
Size: 7762
Description: Read package.json for npm module for Node.js
 This module reads package.json files with semantics, defaults, and
 validation for npm consumption.
 .
 Node.js is an event-based server-side javascript engine.
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Homepage: https://github.com/isaacs/read-package-json

Package: irqbalance
Priority: extra
Section: utils
Installed-Size: 117
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 1.0.6-2ubuntu0.14.04.4
Depends: libc6 (>= 2.4), libcap-ng0, libglib2.0-0 (>= 2.28.0), libnuma1, debconf (>= 0.5) | debconf-2.0, sysv-rc (>= 2.88dsf-24) | file-rc (>= 0.8.16), lsb-base (>= 3.1)
Size: 30652
Description: Daemon to balance interrupts for SMP systems
 Daemon to balance interrupts across multiple CPUs, which can lead to
 better performance and IO balance on SMP systems. This package is
 especially useful on systems with multi-core processors, as interrupts
 will typically only be serviced by the first core.
 .
 Note: irqbalance is not useful if you don't have more than one core
       or socket.
Homepage: http://code.google.com/p/irqbalance/
Original-Maintainer: Anibal Monsalve Salazar <anibal@debian.org>

Package: gir1.2-glib-2.0
Priority: optional
Section: introspection
Installed-Size: 620
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: gobject-introspection
Version: 1.40.0-1ubuntu0.2
Depends: libgirepository-1.0-1 (>= 1.40.0-1ubuntu0.2), libglib2.0-0 (>= 2.39.91)
Breaks: gnome-shell (<< 3.0.2-6), python-gobject (<< 2.90)
Conflicts: gir1.0-glib-2.0, gobject-introspection-glib-2.0
Size: 123680
Description: Introspection data for GLib, GObject, Gio and GModule
 GObject Introspection is a project for providing machine readable
 introspection data of the API of C libraries. This introspection
 data can be used in several different use cases, for example
 automatic code generation for bindings, API verification and documentation
 generation.
 .
 GObject Introspection contains tools to generate and handle the
 introspection data.
 .
 This package contains the introspection data for the GLib, GObject,
 GModule and Gio libraries.
Homepage: https://wiki.gnome.org/GObjectIntrospection
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>

Package: libyaml-0-2
Priority: optional
Section: libs
Installed-Size: 163
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libyaml
Version: 0.1.4-3ubuntu3.1
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Size: 48066
Description: Fast YAML 1.1 parser and emitter library
 LibYAML is a C library for parsing and emitting data in YAML 1.1, a
 human-readable data serialization format.
Homepage: http://pyyaml.org/wiki/LibYAML
Original-Maintainer: Anders Kaseorg <andersk@mit.edu>

Package: node-cookie-jar
Priority: extra
Section: web
Installed-Size: 42
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 0.3.1-1
Depends: nodejs
Size: 3746
Description: Cookie handling for HTTP clients - module for Node.js
 node-cookie-jar provides minimal cookie handling for HTTP clients.
 .
 Node.js is an event-based server-side javascript engine.
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Homepage: https://github.com/mikeal/cookie-jar

Package: gcc
Priority: optional
Section: devel
Installed-Size: 41
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: gcc-defaults (1.124ubuntu6)
Version: 4:4.8.2-1ubuntu6
Provides: c-compiler
Depends: cpp (>= 4:4.8.2-1ubuntu6), gcc-4.8 (>= 4.8.2-5~)
Recommends: libc6-dev | libc-dev
Suggests: gcc-multilib, make, manpages-dev, autoconf, automake1.9, libtool, flex, bison, gdb, gcc-doc
Conflicts: gcc-doc (<< 1:2.95.3)
Size: 5098
Description: GNU C compiler
 This is the GNU C compiler, a fairly portable optimizing compiler for C.
 .
 This is a dependency package providing the default GNU C compiler.
Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>

Package: busybox-initramfs
Priority: optional
Section: shells
Installed-Size: 357
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: busybox
Version: 1:1.21.0-1ubuntu1.4
Replaces: busybox-cvs-initramfs
Depends: libc6 (>= 2.14)
Conflicts: busybox-cvs-initramfs
Filename: pool/main/b/busybox/busybox-initramfs_1.21.0-1ubuntu1_amd64.deb
Size: 166056
MD5sum: 92793616ec141cd067595952f8552c3e
Description: Standalone shell setup for initramfs
 BusyBox combines tiny versions of many common UNIX utilities into a single
 small executable. It provides minimalist replacements for the most common
 utilities you would usually find on your desktop system (i.e., ls, cp, mv,
 mount, tar, etc.). The utilities in BusyBox generally have fewer options than
 their full-featured GNU cousins; however, the options that are included
 provide the expected functionality and behave very much like their GNU
 counterparts.
 .
 busybox-initramfs provides a simple stand alone shell that provides
 only the basic utilities needed for the initramfs.
Homepage: http://www.busybox.net
Original-Maintainer: Debian Install System Team <debian-boot@lists.debian.org>

Package: libilmbase6
Priority: optional
Section: libs
Installed-Size: 477
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: ilmbase
Version: 1.0.1-6ubuntu1
Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.6)
Pre-Depends: multiarch-support
Size: 53562
Description: several utility libraries from ILM used by OpenEXR
 IlmBase are a set of utility libraries released by ILM, and used in
 their OpenEXR implementation. Included in this package you can find:
 .
  * libHalf: a class (Half) for manipulating "half" values (16-bit
    floating point format) as if they were a built-in C++ data type.
 .
  * libIlmThread: a thread abstraction library on top of pthreads.
 .
  * libImath: a math library with support for matrices, 2d- and
    3d-transformations, solvers for linear/quadratic/cubic equations,
    and more.
 .
  * libIex: an exception handling library.
Original-Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
Homepage: http://www.openexr.com

Package: node-nopt
Priority: extra
Section: web
Installed-Size: 59
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 2.1.2-1
Depends: node-abbrev, nodejs
Size: 11796
Description: Command-line option parser for Node.js
 Full featured option parser, with support for :
  * types (String, path, url, Number, Date, Boolean, NaN, Stream, Array)
  * error handling
  * abbreviations
  * shorthands
 .
 Node.js is an event-based server-side javascript engine.
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Homepage: https://github.com/isaacs/nopt

Package: nodejs
Priority: extra
Section: web
Installed-Size: 3047
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 0.10.25~dfsg2-2ubuntu1.2
Depends: libc-ares2 (>= 1.8.0), libc6 (>= 2.14), libssl1.0.0 (>= 1.0.1), libstdc++6 (>= 4.1.1), libv8-3.14.5, zlib1g (>= 1:1.1.4)
Size: 685768
Description: evented I/O for V8 javascript
 Node.js is a platform built on Chrome's JavaScript runtime for easily
 building fast, scalable network applications. Node.js uses an
 event-driven, non-blocking I/O model that makes it lightweight and
 efficient, perfect for data-intensive real-time applications that run
 across distributed devices.
 .
 Node.js is bundled with several useful libraries to handle server
 tasks:
 .
 System, Events, Standard I/O, Modules, Timers, Child Processes, POSIX,
 HTTP, Multipart Parsing, TCP, DNS, Assert, Path, URL, Query Strings.
Homepage: http://nodejs.org/
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>

Package: dh-python
Priority: optional
Section: python
Installed-Size: 309
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Version: 1.20140128-1ubuntu8.2
Replaces: python3 (<< 3.3.2-4~)
Depends: python3:any (>= 3.3.2-2~)
Breaks: python3 (<< 3.3.2-4~)
Filename: pool/main/d/dh-python/dh-python_1.20140128-1ubuntu8_all.deb
Size: 51090
MD5sum: 3ede45ec37b676086dc1de5ad3213bc8
Description: Debian helper tools for packaging Python libraries and applications
 This package contains:
  * pybuild - invokes various build systems for requested Python versions in
    order to build modules and extensions
  * dh_python2 - calculates Python 2.X dependencies for Debian packages,
    adds maintainer scripts to byte compile files, etc.
  * dh_python3 - calculates Python 3.X dependencies for Debian packages,
    adds maintainer scripts to byte compile files, etc.
  * dh_pypy - calculates PyPy dependencies for Debian packages,
    adds maintainer scripts to byte compile files, etc.
Original-Maintainer: Piotr Ożarowski <piotr@debian.org>

Package: linux-headers-3.13.0-35
Priority: optional
Section: devel
Installed-Size: 61820
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Source: linux
Version: 3.13.0-35.62
Depends: coreutils | fileutils (>= 4.0)
Size: 8887070
Description: Header files related to Linux kernel version 3.13.0
 This package provides kernel header files for version 3.13.0, for sites
 that want the latest kernel headers. Please read
 /usr/share/doc/linux-headers-3.13.0-35/debian.README.gz for details

Package: libmcrypt4
Priority: optional
Section: libs
Installed-Size: 216
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: libmcrypt
Version: 2.5.8-3.1ubuntu1
Depends: libc6 (>= 2.14)
Suggests: libmcrypt-dev, mcrypt
Size: 61944
Description: De-/Encryption Library
 libmcrypt is the library which implements all the algorithms and
 modes found in mcrypt.
 .
 libmcrypt supports the algorithms: BLOWFISH, TWOFISH, DES, TripleDES,
 3-WAY, SAFER-sk64, SAFER-sk128, SAFER+, LOKI97, GOST, RC2, RC6, MARS,
 IDEA, RIJNDAEL-128, RIJNDAEL-192, SERPENT, RIJNDAEL-256, CAST-128
 (known as CAST5), CAST-256, ARCFOUR, ENIGMA, PANAMA, XTEA and WAKE.
 Block algorithms can be used in: CBC, ECB, CFB and OFB (8 bit and n
 bit, where n is the size of the algorithm's block length).
 .
 More information can be found at the libmcrypt homepage
 http://mcrypt.sourceforge.net/ .
Homepage: http://mcrypt.sourceforge.net/
Original-Maintainer: RISKO Gergely <risko@debian.org>

Package: ghostscript
Priority: optional
Section: text
Installed-Size: 264
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 9.26~dfsg+0-0ubuntu0.14.04.8
Provides: postscript-viewer
Depends: libc6 (>= 2.2.5), libgs9 (= 9.26~dfsg+0-0ubuntu0.14.04.8), gsfonts (>= 6.0-1), debconf | debconf-2.0, debianutils (>= 1.6)
Suggests: ghostscript-x, hpijs
Breaks: ghostscript-x (<< 8.64~dfsg-8)
Size: 47052
Description: interpreter for the PostScript language and for PDF
 GPL Ghostscript is used for PostScript/PDF preview and printing.
 Usually as a back-end to a program such as ghostview, it can display
 PostScript and PDF documents in an X11 environment.
 .
 Furthermore, it can render PostScript and PDF files as graphics to be
 printed on non-PostScript printers. Supported printers include common
 dot-matrix, inkjet and laser models.
Homepage: http://www.ghostscript.com/
Original-Maintainer: Debian Printing Team <debian-printing@lists.debian.org>

Package: libwayland-cursor0
Priority: optional
Section: libs
Installed-Size: 67
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: wayland
Version: 1.4.0-1ubuntu1.1
Replaces: libwayland0 (<< 1.1.0-1)
Depends: libc6 (>= 2.14), libwayland-client0 (>= 1.3.92)
Pre-Depends: multiarch-support
Conflicts: libwayland0 (<< 1.1.0-1)
Size: 9936
Description: wayland compositor infrastructure - cursor library
 Wayland is a protocol for a compositor to talk to its clients as well
 as a C library implementation of that protocol. The compositor can be
 a standalone display server running on Linux kernel modesetting and
 evdev input devices, an X application, or a wayland client
 itself. The clients can be traditional applications, X servers
 (rootless or fullscreen) or other display servers.
 .
 This package ships a helper library to manage cursors.
Homepage: http://wayland.freedesktop.org/
Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>

Package: python3
Priority: optional
Section: python
Installed-Size: 100
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: allowed
Source: python3-defaults
Version: 3.4.0-0ubuntu2
Replaces: python3-minimal (<< 3.1.2-2)
Provides: python3-profiler
Depends: python3.4 (>= 3.4.0-0~), python3-minimal (= 3.4.0-0ubuntu2), libpython3-stdlib (= 3.4.0-0ubuntu2), dh-python
Suggests: python3-doc (>= 3.4.0-0ubuntu2), python3-tk (>= 3.4.0-0ubuntu2)
Filename: pool/main/p/python3-defaults/python3_3.4.0-0ubuntu2_amd64.deb
Size: 8666
MD5sum: bfb7da0b87a977d7c8810d41aa151ba0
Description: interactive high-level object-oriented language (default python3 version)
 Python, the high-level, interactive object oriented language,
 includes an extensive class library with lots of goodies for
 network programming, system administration, sounds and graphics.
 .
 This package is a dependency package, which depends on Debian's default
 Python 3 version (currently v3.4).
Homepage: http://www.python.org/
Original-Maintainer: Matthias Klose <doko@debian.org>

Package: liblqr-1-0
Priority: optional
Section: libs
Installed-Size: 134
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: liblqr
Version: 0.4.1-2ubuntu1
Depends: libc6 (>= 2.2.5), libglib2.0-0 (>= 2.24.0)
Pre-Depends: multiarch-support
Size: 23382
Description: converts plain array images into multi-size representation
 The LiquidRescale (lqr) library provides a C/C++ API for performing
 non-uniform resizing of images by the seam-carving technique.
 .
 The library takes images in plain array format as input and converts
 them to a multi-size representation.
 .
 Following is a list of features:
 .
   * Areas in the image can be marked for preservation or discard
   * Once the image has been fully processed, the scaling can be done
     in real-time. In fact, the information can be saved and read out
     later without any further processing
   * The resizing is done with a single function which automatically
     performs all the necessary operations; it can also work in
     successive steps without wasting computational time
   * Possibility to tune the carving operation by letting the seams be
     less connected, or more rigid, or both
   * Can export and import the visibility map (the seams)
   * Other images can be attached and undergo the same carving process
     as the parent image
   * The automatic feature detection algorithm can be tuned by
     selecting among different energy gradient functions
   * Reports progress through a customizable interface
   * A signalling system permits to cleanly handle errors
 .
 The library implements the algorithm described in the paper "Seam
 Carving for Content-Aware Image Resizing" by Shai Avidan and Ariel
 Shamir, which can be found at
 http://www.faculty.idc.ac.il/arik/imret.pdf
 .
 This package contains the shared library.
Original-Maintainer: Bernd Zeimetz <bzed@debian.org>
Homepage: http://liblqr.wikidot.com/

Package: iputils-ping
Priority: important
Section: net
Installed-Size: 159
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: iputils
Version: 3:20121221-4ubuntu1.1
Provides: ping
Depends: libc6 (>= 2.14), libcap2 (>= 2.10), libgnutls-openssl27
Recommends: libcap2-bin
Filename: pool/main/i/iputils/iputils-ping_20121221-4ubuntu1_amd64.deb
Size: 52602
MD5sum: c2a181c1999b7a85965542e6e9b633ad
Description: Tools to test the reachability of network hosts
 The ping command sends ICMP ECHO_REQUEST packets to a host in order to
 test if the host is reachable via the network.
 .
 This package includes a ping6 utility which supports IPv6 network
 connections.
Original-Maintainer: Noah Meyerhans <noahm@debian.org>

Package: librpmsign1
Priority: optional
Section: libs
Installed-Size: 74
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: rpm
Version: 4.11.1-3ubuntu0.1
Depends: libc6 (>= 2.4), libpopt0 (>= 1.14), librpm3 (>= 4.10.0), librpmio3 (>= 4.10.0)
Size: 7890
Description: RPM signing shared library
 The RPM Package Manager (RPM) is a command-line driven package
 management system capable of installing, uninstalling, verifying,
 querying, and updating computer software packages.
 .
 This library provides an interface for signing RPM packages.
Homepage: http://rpm.org/
Original-Maintainer: Michal Čihař <nijel@debian.org>

Package: libc-ares2
Priority: extra
Section: libs
Installed-Size: 106
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: c-ares
Version: 1.10.0-2ubuntu0.2
Replaces: libc-ares1
Depends: libc6 (>= 2.17)
Pre-Depends: multiarch-support
Conflicts: libcares2
Size: 34058
Description: asynchronous name resolver
 c-ares is a C library that performs DNS requests and name resolution
 asynchronously.
 .
 It is a fork of the library named "ares", with additional features:
  * IPv6 support;
  * extended cross-platform portability;
  * 64-bit clean sources.
 .
 This package provides the shared libraries.
Homepage: http://c-ares.haxx.se/
Original-Maintainer: Andreas Schuldei <andreas@debian.org>

Package: ttf-dejavu-core
Priority: extra
Section: oldlibs
Installed-Size: 67
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: fonts-dejavu
Version: 2.34-1ubuntu1
Depends: fonts-dejavu-core
Size: 2956
Description: transitional dummy package
 This package is a dummy transitional package. It can be safely removed.
Original-Maintainer: Debian Fonts Task Force <pkg-fonts-devel@lists.alioth.debian.org>
Homepage: http://dejavu-fonts.org/

Package: libheimbase1-heimdal
Priority: optional
Section: libs
Installed-Size: 126
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: heimdal
Version: 1.6~git20131207+dfsg-1ubuntu1.2
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Size: 28990
Description: Heimdal Kerberos - Base library
 Heimdal is a free implementation of Kerberos 5 that aims to be
 compatible with MIT Kerberos.
 .
 This package contains the base library.
Homepage: http://www.h5l.org/
Original-Maintainer: Brian May <bam@debian.org>

Package: node-once
Priority: extra
Section: web
Installed-Size: 35
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 1.1.1-1
Depends: nodejs
Size: 2608
Description: Run a function only once with this module for Node.js
 node-once is useful to make sure a listener for multiple events is
 only run once.
 .
 Node.js is an event-based server-side javascript engine.
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Homepage: https://github.com/isaacs/once

Package: node-sigmund
Priority: extra
Section: web
Installed-Size: 37
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 1.0.0-1
Depends: nodejs
Size: 3818
Description: Quick and dirty signatures for Objects module for Node.js
 This is like a much faster `deepEquals` comparison, which returns a
 string key suitable for caches and the like.
 The returned key will be as unique and reproducible as calling
 `JSON.stringify` or `util.inspect` on the object, but is much faster.
 .
 Node.js is an event-based server-side javascript engine.
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Homepage: https://github.com/isaacs/sigmund

Package: iputils-tracepath
Priority: optional
Section: net
Installed-Size: 112
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: iputils
Version: 3:20121221-4ubuntu1.1
Depends: libc6 (>= 2.15), libcap2 (>= 2.10)
Suggests: traceroute
Size: 32562
Description: Tools to trace the network path to a remote host
 The tracepath utility is similar to the traceroute utility, but also
 attempts to discover the MTU of the path.
 .
 This package also includes tracepath6 and traceroute6 utilities, which
 may be used on IPv6 networks.
Original-Maintainer: Noah Meyerhans <noahm@debian.org>

Package: node-delayed-stream
Priority: extra
Section: web
Installed-Size: 42
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 0.0.5-1
Depends: nodejs
Size: 4750
Description: Buffer stream events for later handling - module for Node.js
 node-delayed-stream can delay stream responses, and can be used
 to combine streams one after another.
 .
 Node.js is an event-based server-side javascript engine.
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Homepage: https://github.com/felixge/node-delayed-stream

Package: libgettextpo-dev
Priority: optional
Section: libdevel
Installed-Size: 690
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: gettext
Version: 0.18.3.1-1ubuntu3.1
Replaces: gettext (<< 0.18.1.1-10)
Depends: libgettextpo0 (= 0.18.3.1-1ubuntu3.1)
Suggests: gettext-doc
Breaks: gettext (<< 0.18.1.1-10)
Size: 122318
Description: GNU Internationalization library development files
 This package contains development files for the libgettextpo library.
Homepage: http://www.gnu.org/software/gettext/
Original-Maintainer: Santiago Vila <sanvila@debian.org>

Package: libgssapi3-heimdal
Priority: optional
Section: libs
Installed-Size: 324
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: heimdal
Version: 1.6~git20131207+dfsg-1ubuntu1.2
Depends: libasn1-8-heimdal (>= 1.4.0+git20110226), libc6 (>= 2.14), libcomerr2 (>= 1.01), libhcrypto4-heimdal (>= 1.4.0+git20110226), libheimntlm0-heimdal (>= 1.4.0+git20110226), libkrb5-26-heimdal (>= 1.6~git20131117), libroken18-heimdal (>= 1.4.0+git20110226)
Pre-Depends: multiarch-support
Conflicts: libgssapi3
Size: 89696
Description: Heimdal Kerberos - GSSAPI support library
 Heimdal is a free implementation of Kerberos 5 that aims to be
 compatible with MIT Kerberos.
 .
 This package contains the library for GSSAPI support.
Homepage: http://www.h5l.org/
Original-Maintainer: Brian May <bam@debian.org>

Package: libasn1-8-heimdal
Priority: optional
Section: libs
Installed-Size: 803
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: heimdal
Version: 1.6~git20131207+dfsg-1ubuntu1.2
Depends: libc6 (>= 2.14), libcomerr2 (>= 1.01), libroken18-heimdal (>= 1.4.0+git20110226)
Pre-Depends: multiarch-support
Size: 160496
Description: Heimdal Kerberos - ASN.1 library
 Heimdal is a free implementation of Kerberos 5 that aims to be
 compatible with MIT Kerberos.
 .
 This package contains the ASN.1 parser required for Heimdal.
Homepage: http://www.h5l.org/
Original-Maintainer: Brian May <bam@debian.org>

Package: aptitude-common
Priority: important
Section: admin
Installed-Size: 4180
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: aptitude
Version: 0.6.8.2-1ubuntu4
Replaces: aptitude (<< 0.6.8-1)
Recommends: aptitude
Breaks: aptitude (<< 0.6.8-1)
Size: 699846
Description: architecture indepedent files for the aptitude package manager
 aptitude is a package manager with a number of useful features,
 including: a mutt-like syntax for matching packages in a flexible
 manner, dselect-like persistence of user actions, the ability to
 retrieve and display the Debian changelog of most packages, and a
 command-line mode similar to that of apt-get.
 .
 This package contains the data files and translations used by
 aptitude.
Homepage: http://aptitude.alioth.debian.org/
Original-Maintainer: Aptitude Development Team <aptitude-devel@lists.alioth.debian.org>

Package: node-json-stringify-safe
Priority: extra
Section: web
Installed-Size: 40
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 5.0.0-1
Depends: nodejs
Size: 3544
Description: JSON.stringify with circular references module for Node.js
 node-json-stringify-safe provides a serializer or a wrapper for
 JSON.stringify to be able to customize how to deal with circular
 references in the object being serialized, instead of throwing an
 exception.
 .
 Node.js is an event-based server-side javascript engine.
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Homepage: https://github.com/isaacs/json-stringify-safe

Package: libbz2-1.0
Priority: important
Section: libs
Installed-Size: 113
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: bzip2
Version: 1.0.6-5
Depends: libc6 (>= 2.4)
Pre-Depends: multiarch-support
Filename: pool/main/b/bzip2/libbz2-1.0_1.0.6-5_amd64.deb
Size: 33946
MD5sum: 6255e3cc75e11222564f3a8681869761
Description: high-quality block-sorting file compressor library - runtime
 This package contains libbzip2 which is used by the bzip2 compressor.
 .
 bzip2 is a freely available, patent free, high-quality data compressor.
 It typically compresses files to within 10% to 15% of the best available
 techniques, whilst being around twice as fast at compression and six
 times faster at decompression.
 .
 bzip2 compresses files using the Burrows-Wheeler block-sorting text
 compression algorithm, and Huffman coding. Compression is generally
 considerably better than that achieved by more conventional
 LZ77/LZ78-based compressors, and approaches the performance of the PPM
 family of statistical compressors.
 .
 The archive file format of bzip2 (.bz2) is incompatible with that of its
 predecessor, bzip (.bz).
Original-Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
Homepage: http://www.bzip.org/

Package: ax25-node
Priority: optional
Section: hamradio
Installed-Size: 189
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: node
Version: 0.3.2-7.4
Replaces: node (<= 0.3.2-7.1)
Depends: libax25 (>= 0.0.12-rc2+cvs20120204), libc6 (>= 2.15), update-inetd, openbsd-inetd | inet-superserver
Size: 54794
Description: Amateur Packet Radio Node program
 The ax25-node program accepts TCP/IP and packet radio network connections and
 presents users with an interface that allows them to make gateway connections
 to remote hosts using a variety of amateur radio protocols.
Original-Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>

Package: git
Priority: optional
Section: vcs
Installed-Size: 20128
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 1:1.9.1-1ubuntu0.10
Replaces: git-core (<< 1:1.7.0.4-1.), gitweb (<< 1:1.7.4~rc1)
Provides: git-completion, git-core
Depends: libc6 (>= 2.16), libcurl3-gnutls (>= 7.16.2), libexpat1 (>= 2.0.1), libpcre3, zlib1g (>= 1:1.2.0), perl-modules, liberror-perl, git-man (>> 1:1.9.1), git-man (<< 1:1.9.1-.)
Recommends: patch, less, rsync, ssh-client
Suggests: gettext-base, git-daemon-run | git-daemon-sysvinit, git-doc, git-el, git-email, git-gui, gitk, gitweb, git-arch, git-bzr, git-cvs, git-mediawiki, git-svn
Breaks: bash-completion (<< 1:1.90-1), cogito (<= 0.18.2+), git-buildpackage (<< 0.6.5), git-core (<< 1:1.7.0.4-1.), gitosis (<< 0.2+20090917-7), gitpkg (<< 0.15), gitweb (<< 1:1.7.4~rc1), guilt (<< 0.33), stgit (<< 0.15), stgit-contrib (<< 0.15)
Size: 2737398
Description: fast, scalable, distributed revision control system
 Git is popular version control system designed to handle very large
 projects with speed and efficiency; it is used for many high profile
 open source projects, most notably the Linux kernel.
 .
 Git falls in the category of distributed source code management tools.
 Every Git working directory is a full-fledged repository with full
 revision tracking capabilities, not dependent on network access or a
 central server.
 .
 This package provides the git main components with minimal dependencies.
 Additional functionality, e.g. a graphical user interface and revision
 tree visualizer, tools for interoperating with other VCS's, or a web
 interface, is provided as separate git* packages.
Homepage: http://git-scm.com/
Original-Maintainer: Gerrit Pape <pape@smarden.org>

Package: libxkbcommon0
Priority: optional
Section: libs
Installed-Size: 272
Maintainer: Ubuntu X-SWAT <ubuntu-x@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libxkbcommon
Version: 0.4.1-0ubuntu1.1
Depends: xkb-data, libc6 (>= 2.17)
Pre-Depends: multiarch-support
Size: 88256
Description: library interface to the XKB compiler - shared library
 This package provides a library to handle keyboard descriptions, including
 loading them from disk, parsing them and handling their state. It's mainly
 meant for client toolkits, window systems, and other system applications;
 currently that includes Wayland, kmscon, GTK+, Clutter, and more.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libxkbcommon
Homepage: http://www.xkbcommon.org/
Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>

Package: libgsl0ldbl
Priority: optional
Section: libs
Installed-Size: 2827
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: gsl
Version: 1.16+dfsg-1ubuntu1
Replaces: gsl, libgsl0 (<= 1.9-4)
Depends: libc6 (>= 2.14)
Suggests: gsl-ref-psdoc | gsl-doc-pdf | gsl-doc-info | gsl-ref-html
Conflicts: gsl, libgsl0
Size: 877758
Description: GNU Scientific Library (GSL) -- library package
 The GNU Scientific Library (GSL) is a collection of routines for
 numerical analysis.  The routines are written from scratch by the GSL
 team in C, and present a modern API for C programmers, while allowing
 wrappers to be written for very high level languages.
 .
 GSL includes data types and routines for complex numbers, vectors,
 matrices, basic linear algebra subroutines (BLAS), eigensystems,
 simulated annealing, minimization, root finding, pseudo-random
 numbers, least-squares fitting, fast Fourier transforms (FFT),
 differential equations, quadrature, Monte Carlo integration, special
 functions, physical constants, and much more.
 .
 This package provides the shared libraries required to run programs
 compiled with GNU GSL. To compile your own programs you also need to
 install libgsl0-dev.
Homepage: http://www.gnu.org/software/gsl
Original-Maintainer: Dirk Eddelbuettel <edd@debian.org>

Package: libbind9-90
Priority: standard
Section: libs
Installed-Size: 109
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: bind9
Version: 1:9.9.5.dfsg-3ubuntu0.19
Replaces: libbind0
Depends: libc6 (>= 2.4), libdns100, libisc95, libisccfg90
Conflicts: libbind0, libbind9-41
Size: 21980
Description: BIND9 Shared Library used by BIND
 The Berkeley Internet Name Domain (BIND) implements an Internet domain
 name server.  BIND is the most widely-used name server software on the
 Internet, and is supported by the Internet Software Consortium, www.isc.org.
 .
 This package delivers the libbind9 shared library used by BIND's daemons and
 clients.
Original-Maintainer: LaMont Jones <lamont@debian.org>

Package: libdns100
Priority: standard
Section: libs
Installed-Size: 1927
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: bind9
Version: 1:9.9.5.dfsg-3ubuntu0.19
Replaces: libbind0
Depends: libc6 (>= 2.14), libgeoip1, libgssapi-krb5-2 (>= 1.10+dfsg~), libisc95, libkrb5-3 (>= 1.6.dfsg.2), libssl1.0.0 (>= 1.0.0)
Conflicts: libbind0, libbind9-41
Size: 644700
Description: DNS Shared Library used by BIND
 The Berkeley Internet Name Domain (BIND) implements an Internet domain
 name server.  BIND is the most widely-used name server software on the
 Internet, and is supported by the Internet Software Consortium, www.isc.org.
 .
 This package delivers the libdns shared library used by BIND's daemons and
 clients.
Original-Maintainer: LaMont Jones <lamont@debian.org>

Package: perl
Priority: standard
Section: perl
Installed-Size: 17321
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 5.18.2-2ubuntu1.7
Replaces: libarchive-tar-perl (<= 1.38-2), libcompress-raw-bzip2-perl, libcompress-raw-zlib-perl, libcompress-zlib-perl, libdigest-md5-perl, libdigest-sha-perl, libencode-perl, libio-compress-base-perl, libio-compress-bzip2-perl, libio-compress-perl, libio-compress-zlib-perl, libmime-base64-perl, libmodule-corelist-perl (<< 2.14-2), libstorable-perl, libsys-syslog-perl, libthreads-perl, libthreads-shared-perl, libtime-hires-perl, libtime-piece-perl, perl-base (<< 5.10.1-12), perl-doc (<< 5.8.0-1), perl-modules (<< 5.8.1-1)
Provides: data-dumper, libcompress-raw-bzip2-perl, libcompress-raw-zlib-perl, libcompress-zlib-perl, libdigest-md5-perl, libdigest-sha-perl, libencode-perl, libio-compress-base-perl, libio-compress-bzip2-perl, libio-compress-perl, libio-compress-zlib-perl, libmime-base64-perl, libstorable-perl, libsys-syslog-perl, libthreads-perl, libthreads-shared-perl, libtime-hires-perl, libtime-piece-perl, perl5
Depends: perl-base (= 5.18.2-2ubuntu1.7), perl-modules (>= 5.18.2-2ubuntu1.7), libbz2-1.0, libc6 (>= 2.14), libdb5.3, libgdbm3 (>= 1.8.3), zlib1g (>= 1:1.2.2.3)
Recommends: netbase
Suggests: perl-doc, libterm-readline-gnu-perl | libterm-readline-perl-perl, make
Breaks: dh-make-perl (<< 0.73-1), ftpmirror (<< 1.96+dfsg-13), libcompress-raw-bzip2-perl (<< 2.060), libcompress-raw-zlib-perl (<< 2.060), libcompress-zlib-perl (<< 2.060), libdigest-md5-perl (<< 2.52), libdigest-sha-perl (<< 5.84.01), libencode-perl (<< 2.49), libhtml-template-compiled-perl (<< 0.95-1), libio-compress-base-perl (<< 2.060), libio-compress-bzip2-perl (<< 2.060), libio-compress-perl (<< 2.060), libio-compress-zlib-perl (<< 2.060), libload-perl (<< 0.20-1), libmime-base64-perl (<< 3.13), libnet-jifty-perl (<< 0.14-1), libperl-apireference-perl (<< 0.09-1), libregexp-optimizer-perl (<< 0.15-3), libsoap-lite-perl (<< 0.712-4), libstorable-perl (<< 2.41), libsys-syslog-perl (<< 0.32), libthreads-perl (<< 1.86), libthreads-shared-perl (<< 1.43), libtime-hires-perl (<< 1.9725), libtime-piece-perl (<< 1.20.01), libxml-parser-lite-tree-perl (<< 0.14-1), libyaml-perl (<< 0.73-1), mrtg (<< 2.16.3-3.1), perl-doc (<< 5.18.2-1)
Conflicts: libjson-pp-perl (<< 2.27200-2)
Filename: pool/main/p/perl/perl_5.18.2-2ubuntu1_amd64.deb
Size: 2650372
MD5sum: 0874a96d2722fdaf609a5c00d9b5b417
Description: Larry Wall's Practical Extraction and Report Language
 Perl is a highly capable, feature-rich programming language with over
 20 years of development. Perl 5 runs on over 100 platforms from
 portables to mainframes. Perl is suitable for both rapid prototyping
 and large scale development projects.
 .
 Perl 5 supports many programming styles, including procedural,
 functional, and object-oriented. In addition to this, it is supported
 by an ever-growing collection of reusable modules which accelerate
 development. Some of these modules include Web frameworks, database
 integration, networking protocols, and encryption. Perl provides
 interfaces to C and C++ for custom extension development.
Homepage: http://dev.perl.org/perl5/
Original-Maintainer: Niko Tyni <ntyni@debian.org>

Package: libpangoft2-1.0-0
Priority: optional
Section: libs
Installed-Size: 294
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: pango1.0
Version: 1.36.3-1ubuntu1.1
Replaces: libpango1.0-0 (<< 1.32.5-2)
Depends: libc6 (>= 2.2.5), libfontconfig1 (>= 2.9.0), libfreetype6 (>= 2.2.1), libglib2.0-0 (>= 2.37.3), libharfbuzz0b (>= 0.9.9), libpango-1.0-0 (>= 1.36.0)
Pre-Depends: multiarch-support
Breaks: libpango1.0-0 (<< 1.32.5-2)
Size: 32710
Description: Layout and rendering of internationalized text
 Pango is a library for layout and rendering of text, with an emphasis
 on internationalization. Pango can be used anywhere that text layout is
 needed. however, most of the work on Pango-1.0 was done using the GTK+
 widget toolkit as a test platform. Pango forms the core of text and
 font handling for GTK+-2.0.
 .
 Pango is designed to be modular; the core Pango layout can be used with
 four different font backends:
  - Core X windowing system fonts
  - Client-side fonts on X using the Xft library
  - Direct rendering of scalable fonts using the FreeType library
  - Native fonts on Microsoft backends
 .
 This package contains the shared libraries.
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>

Package: automake
Priority: optional
Section: devel
Installed-Size: 1492
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Source: automake-1.14
Version: 1:1.14.1-2ubuntu1
Provides: automake-1.14, automaken
Depends: autoconf (>= 2.65), autotools-dev (>= 20020320.1)
Conflicts: automake (<< 1:1.4-p5-1), automake1.10-doc, automake1.5 (<< 1.5-2), automake1.6 (<< 1.6.1-4)
Size: 510410
Description: Tool for generating GNU Standards-compliant Makefiles
 Automake is a tool for automatically generating `Makefile.in's from
 files called `Makefile.am'.
 .
 The goal of Automake is to remove the burden of Makefile maintenance
 from the back of the individual GNU maintainer (and put it on the back
 of the Automake maintainer).
 .
 The `Makefile.am' is basically a series of `make' macro definitions
 (with rules being thrown in occasionally).  The generated
 `Makefile.in's are compliant with the GNU Makefile standards.
 .
 Automake 1.14 fails to work in a number of situations that Automake
 1.4, 1.6, 1.7, 1.8, 1.9, 1.10 and 1.11 did, so previous versions are
 available as separate packages.
Homepage: http://www.gnu.org/software/automake/
Original-Maintainer: Eric Dorland <eric@debian.org>

Package: python3-problem-report
Priority: optional
Section: python
Installed-Size: 177
Maintainer: Martin Pitt <martin.pitt@ubuntu.com>
Architecture: all
Source: apport
Version: 2.14.1-0ubuntu3.29
Depends: python3:any (>= 3.3.2-2~)
Size: 9504
Description: Python 3 library to handle problem reports
 This Python library provides an interface for creating, modifying,
 and accessing standardized problem reports for program and kernel
 crashes and packaging bugs.
 .
 These problem reports use standard Debian control format syntax
 (RFC822).
Homepage: https://wiki.ubuntu.com/Apport

Package: libmp3lame0
Priority: optional
Section: libs
Installed-Size: 326
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Multi-Arch: same
Source: lame
Version: 3.99.5+repack1-7~trusty
Depends: libc6 (>= 2.15)
Pre-Depends: multiarch-support
Size: 126728
Description: MP3 encoding library
 LAME (LAME Ain't an MP3 Encoder) is a research project for learning about and
 improving MP3 encoding technology. LAME includes an MP3 encoding library, a
 simple frontend application, and other tools for sound analysis, as well as
 convenience tools.
 .
 This package contains the shared library.
Homepage: http://lame.sourceforge.net/

Package: libgl1-mesa-dri-lts-utopic
Priority: optional
Section: libs
Installed-Size: 13207
Maintainer: Ubuntu X-SWAT <ubuntu-x@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: mesa-lts-utopic
Version: 10.3.2-0ubuntu1~trusty2
Replaces: libgl1-mesa-dri, libgl1-mesa-dri-experimental (<< 7.11.1), xlibmesa-dri (<< 1:7.0.0)
Provides: libgl1-mesa-dri, xorg-renamed-package, xorg-renamed-package-lts-utopic
Depends: libllvm3.5 (>= 1:3.5~+rc3), libc6 (>= 2.17), libdrm-intel1 (>= 2.4.48), libdrm-nouveau2 (>= 2.4.38), libdrm-radeon1 (>= 2.4.31), libdrm2 (>= 2.4.38), libelf1 (>= 0.142), libexpat1 (>= 2.0.1), libgcc1 (>= 1:4.7), libstdc++6 (>= 4.6)
Pre-Depends: multiarch-support
Recommends: libtxc-dxtn-s2tc0 | libtxc-dxtn0
Breaks: libgl1-mesa-dri-experimental (<< 7.11.1), libgl1-mesa-glx-lts-utopic (<< 7.10.2-4), libgl1-mesa-glx-no-multiarch, xserver-xorg-core-lts-utopic (<< 2:1.14.3-5), xserver-xorg-core-no-multiarch
Conflicts: libgl1-mesa-dri, xlibmesa-dri (<< 1:7.0.0)
Size: 3257900
Description: free implementation of the OpenGL API -- DRI modules
 This version of Mesa provides GLX and DRI capabilities: it is capable of
 both direct and indirect rendering.  For direct rendering, it can use DRI
 modules from the libgl1-mesa-dri package to accelerate drawing.
 .
 This package does not include the OpenGL library itself, only the DRI
 modules for accelerating direct rendering.
 .
 For a complete description of Mesa, please look at the
 libgl1-mesa-glx package.
Homepage: http://mesa3d.sourceforge.net/
Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>

Package: python-chardet-whl
Priority: optional
Section: python
Installed-Size: 208
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: chardet-whl
Version: 2.2.1-2~ubuntu1
Depends: python3-pkg-resources
Size: 170254
Description: universal character encoding detector
 Chardet takes a sequence of bytes in an unknown character encoding, and
 attempts to determine the encoding.
 .
 Supported encodings:
  * ASCII, UTF-8, UTF-16 (2 variants), UTF-32 (4 variants)
  * Big5, GB2312, EUC-TW, HZ-GB-2312, ISO-2022-CN (Traditional and Simplified
    Chinese)
  * EUC-JP, SHIFT_JIS, ISO-2022-JP (Japanese)
  * EUC-KR, ISO-2022-KR (Korean)
  * KOI8-R, MacCyrillic, IBM855, IBM866, ISO-8859-5, windows-1251 (Cyrillic)
  * ISO-8859-2, windows-1250 (Hungarian)
  * ISO-8859-5, windows-1251 (Bulgarian)
  * windows-1252 (English)
  * ISO-8859-7, windows-1253 (Greek)
  * ISO-8859-8, windows-1255 (Visual and Logical Hebrew)
  * TIS-620 (Thai)
 .
 This library is a port of the auto-detection code in Mozilla.
 .
 This package contains the universal wheel.
Original-Maintainer: Piotr Ożarowski <piotr@debian.org>
Homepage: https://github.com/chardet/chardet

Package: libsoxr0
Priority: optional
Section: libs
Installed-Size: 253
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libsoxr
Version: 0.1.1-1
Depends: libc6 (>= 2.14), libgomp1 (>= 4.4)
Pre-Depends: multiarch-support
Size: 101230
Description: High quality 1D sample-rate conversion library
 The SoX Resampler library `libsoxr' performs one-dimensional sample-rate
 conversion - it may be used, for example, to resample PCM-encoded audio.
 .
 It aims to give fast and high quality results for any constant (rational or
 irrational) resampling ratio. Phase-response, preserved bandwidth, aliasing,
 and rejection level parameters are all configurable; alternatively, simple
 `preset' configurations may be selected.
 .
 A simple API is provided that allows interfacing using commonly-used sample
 formats and buffering schemes.
Original-Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Homepage: http://sourceforge.net/projects/soxr/

Package: friendly-recovery
Priority: optional
Section: admin
Installed-Size: 67
Maintainer: Michael Vogt <michael.vogt@ubuntu.com>
Architecture: all
Version: 0.2.25
Depends: upstart-job, upstart, whiptail
Recommends: gettext-base, update-manager-core (>= 0.90.0)
Breaks: grub2 (<< 1.99-12ubuntu4), initramfs-tools (<< 0.99ubuntu4), upstart (<< 1.3-0ubuntu9)
Size: 9236
Description: Make recovery more user-friendly
 Make the recovery mode more user-friendly by providing a menu
 with pluggable options.

Package: python3-six
Priority: optional
Section: python
Installed-Size: 63
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: six
Version: 1.5.2-1ubuntu1.1
Depends: python3:any (>= 3.3.2-2~)
Size: 8438
Description: Python 2 and 3 compatibility library (Python 3 interface)
 Six is a Python 2 and 3 compatibility library. It provides utility
 functions for smoothing over the differences between the Python versions
 with the goal of writing Python code that is compatible on both Python
 versions.
 .
 This package provides Six on the Python 3 module path. It is complemented
 by python-six.
Homepage: http://pythonhosted.org/six/
Original-Maintainer: Colin Watson <cjwatson@debian.org>

Package: comerr-dev
Priority: extra
Section: libdevel
Installed-Size: 160
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: e2fsprogs (1.42.9-3ubuntu1.3)
Version: 2.1-1.42.9-3ubuntu1.3
Replaces: e2fslibs-dev (<< 1.33-2), libkrb5-dev (<< 1.3)
Depends: libc6-dev | libc-dev, libcomerr2 (= 1.42.9-3ubuntu1.3)
Suggests: doc-base
Size: 38328
Description: common error description library - headers and static libraries
 libcom_err is an attempt to present a common error-handling mechanism to
 manipulate the most common form of error code in a fashion that does not
 have the problems identified with mechanisms commonly in use.
 .
 This package contains the development environment for the com_err library.
Homepage: http://e2fsprogs.sourceforge.net
Original-Maintainer: Theodore Y. Ts'o <tytso@mit.edu>

Package: libdrm-intel1
Priority: optional
Section: libs
Installed-Size: 191
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libdrm
Version: 2.4.67-1ubuntu0.14.04.2
Depends: libc6 (>= 2.17), libdrm2 (>= 2.4.38), libpciaccess0
Pre-Depends: multiarch-support
Size: 55268
Description: Userspace interface to intel-specific kernel DRM services -- runtime
 This library implements the userspace interface to the kernel DRM
 services.  DRM stands for "Direct Rendering Manager", which is the
 kernelspace portion of the "Direct Rendering Infrastructure" (DRI).
 The DRI is currently used on Linux to provide hardware-accelerated
 OpenGL drivers.
Homepage: http://cgit.freedesktop.org/mesa/drm/
Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>

Package: wireless-tools
Priority: extra
Section: net
Installed-Size: 328
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 30~pre9-8ubuntu1
Depends: libc6 (>= 2.15), libiw30 (>= 30~pre1)
Size: 117946
Description: Tools for manipulating Linux Wireless Extensions
 This package contains the Wireless tools, used to manipulate
 the Linux Wireless Extensions. The Wireless Extension is an interface
 allowing you to set Wireless LAN specific parameters and get the
 specific stats.
Homepage: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html
Original-Maintainer: Guus Sliepen <guus@debian.org>

Package: libtinfo5
Priority: required
Section: libs
Installed-Size: 471
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: ncurses
Version: 5.9+20140118-1ubuntu1
Replaces: libncurses5 (<< 5.9-3)
Depends: libc6 (>= 2.15)
Pre-Depends: multiarch-support
Breaks: dialog (<< 1.2-20130523)
Filename: pool/main/n/ncurses/libtinfo5_5.9+20140118-1ubuntu1_amd64.deb
Size: 74960
MD5sum: 72a3233b08faf65664a6235b05924f38
Description: shared low-level terminfo library for terminal handling
 The ncurses library routines are a terminal-independent method of
 updating character screens with reasonable optimization.
 .
 This package contains the shared low-level terminfo library.
Homepage: http://invisible-island.net/ncurses/
Original-Maintainer: Craig Small <csmall@debian.org>

Package: python-apt-common
Priority: optional
Section: python
Installed-Size: 196
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: python-apt
Version: 0.9.3.5ubuntu3
Replaces: python-apt (<< 0.7.98+nmu1)
Depends: python | python3
Breaks: python-apt (<< 0.7.98+nmu1)
Enhances: python-apt, python3-apt
Size: 15008
Description: Python interface to libapt-pkg (locales)
 The apt_pkg Python interface will provide full access to the internal
 libapt-pkg structures allowing Python programs to easily perform a
 variety of functions.
 .
 This package contains locales.
Original-Maintainer: APT Development Team <deity@lists.debian.org>

Package: procmail
Priority: standard
Section: mail
Installed-Size: 310
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 3.22-21ubuntu0.2
Depends: libc6 (>= 2.14)
Recommends: default-mta | mail-transport-agent | fetchmail
Size: 135712
Description: Versatile e-mail processor
 Can be used to create mail-servers, mailing lists, sort your incoming
 mail into separate folders/files (very convenient when subscribing to one
 or more mailing lists or for prioritising your mail), preprocess your
 mail, start any programs upon mail arrival (e.g. to generate different
 chimes on your workstation for different types of mail) or selectively
 forward certain incoming mail automatically to someone.
Homepage: http://www.procmail.org/
Original-Maintainer: Santiago Vila <sanvila@debian.org>

Package: libjbig2dec0
Priority: optional
Section: libs
Installed-Size: 137
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: jbig2dec
Version: 0.11+20120125-1ubuntu1.1
Depends: libc6 (>= 2.14)
Size: 43000
Description: JBIG2 decoder library - shared libraries
 jbig2dec is a decoder library and example utility implementing the JBIG2
 bi-level image compression spec. Also known as ITU T.88 and ISO IEC
 14492, and included by reference in Adobe's PDF version 1.4 and later.
 .
 This package contains the shared library libjbig2dec.
Homepage: http://jbig2dec.sourceforge.net/
Original-Maintainer: Jonas Smedegaard <dr@jones.dk>

Package: libx11-xcb1
Priority: optional
Section: libs
Installed-Size: 235
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libx11
Version: 2:1.6.2-1ubuntu2.1
Depends: libc6 (>= 2.2.5)
Pre-Depends: multiarch-support
Size: 9350
Description: Xlib/XCB interface library
 libX11-xcb provides functions needed by clients which take advantage of
 Xlib/XCB to mix calls to both Xlib and XCB over the same X connection.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 More information about XCB can be found at:
 <URL:http://xcb.freedesktop.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libX11
Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>

Package: libvorbis0a
Priority: optional
Section: libs
Installed-Size: 244
Maintainer: Debian Xiph.org Maintainers <pkg-xiph-maint@lists.alioth.debian.org>
Architecture: amd64
Multi-Arch: same
Source: libvorbis
Version: 1.3.4-2~trusty1
Depends: libc6 (>= 2.15), libogg0 (>= 1.1.0)
Pre-Depends: multiarch-support
Size: 98950
Description: decoder library for Vorbis General Audio Compression Codec
 Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free,
 general-purpose compressed audio format for audio and music at fixed
 and variable bitrates from 16 to 128 kbps/channel.
 .
 The Vorbis library is the primary Ogg Vorbis library.
Homepage: http://www.xiph.org/vorbis/

Package: libsub-name-perl
Priority: optional
Section: perl
Installed-Size: 72
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 0.05-1build4
Depends: perl (>= 5.18.1-4), perlapi-5.18.1, libc6 (>= 2.2.5)
Size: 9774
Description: module for assigning a new name to referenced sub
 Sub::Name has only one function, which is also exported by default:
 .
 subname NAME, CODEREF
 .
 Assigns a new name to referenced sub. If package specification is
 omitted in the name, then the current package is used. The return
 value is the sub.
 .
 The name is only used for informative routines (caller, Carp, etc).
 You won't be able to actually invoke the sub by the given name. To
 allow that, you need to do glob-assignment yourself.
Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Homepage: http://search.cpan.org/dist/Sub-Name/

Package: python3-pkg-resources
Priority: optional
Section: python
Installed-Size: 153
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: python-setuptools
Version: 3.3-1ubuntu2
Provides: python3.4-setuptools
Depends: python3:any (>= 3.4), python3:any (<< 3.5)
Suggests: python3-setuptools
Conflicts: python-pkg-resources (= 0.6.10-2)
Size: 31704
Description: Package Discovery and Resource Access using pkg_resources
 The pkg_resources module provides an API for Python libraries to
 access their resource files, and for extensible applications and
 frameworks to automatically discover plugins.  It also provides
 runtime support for using C extensions that are inside zipfile-format
 eggs, support for merging packages that have separately-distributed
 modules or subpackages, and APIs for managing Python's current
 "working set" of active packages.
Original-Maintainer: Matthias Klose <doko@debian.org>
Homepage: https://pypi.python.org/pypi/setuptools

Package: unzip
Priority: optional
Section: utils
Installed-Size: 386
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 6.0-9ubuntu1.5
Replaces: unzip-crypt (<< 5.41)
Depends: libbz2-1.0, libc6 (>= 2.14)
Suggests: zip
Conflicts: unzip-crypt (<< 5.41)
Size: 156898
Description: De-archiver for .zip files
 InfoZIP's unzip program. With the exception of multi-volume archives
 (ie, .ZIP files that are split across several disks using PKZIP's /& option),
 this can handle any file produced either by PKZIP, or the corresponding
 InfoZIP zip program.
 .
 This version supports encryption.
Homepage: http://www.info-zip.org/UnZip.html
Original-Maintainer: Santiago Vila <sanvila@debian.org>

Package: zlib1g-dev
Priority: optional
Section: libdevel
Installed-Size: 444
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: zlib
Version: 1:1.2.8.dfsg-1ubuntu1.1
Provides: libz-dev
Depends: zlib1g (= 1:1.2.8.dfsg-1ubuntu1.1), libc6-dev | libc-dev
Conflicts: zlib1-dev
Size: 166342
Description: compression library - development
 zlib is a library implementing the deflate compression method found
 in gzip and PKZIP.  This package includes the development support
 files.
Homepage: http://zlib.net/
Original-Maintainer: Mark Brown <broonie@debian.org>

Package: libpciaccess0
Priority: optional
Section: libs
Installed-Size: 77
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libpciaccess
Version: 0.13.2-1
Depends: libc6 (>= 2.7), zlib1g (>= 1:1.1.4)
Pre-Depends: multiarch-support
Suggests: pciutils
Size: 20416
Description: Generic PCI access library for X
 Provides functionality for X to access the PCI bus and devices
 in a platform-independant way.
Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>

Package: python-requests-whl
Priority: optional
Section: python
Installed-Size: 261
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: requests
Version: 2.2.1-1ubuntu0.4
Depends: ca-certificates, python-urllib3-whl
Size: 227584
Description: elegant and simple HTTP library for Python, built for human beings
 Requests allow you to send HTTP/1.1 requests. You can add headers, form data,
 multipart files, and parameters with simple Python dictionaries, and access
 the response data in the same way. It's powered by httplib and urllib3, but
 it does all the hard work and crazy hacks for you.
 .
 Features
 .
   - International Domains and URLs
   - Keep-Alive & Connection Pooling
   - Sessions with Cookie Persistence
   - Browser-style SSL Verification
   - Basic/Digest Authentication
   - Elegant Key/Value Cookies
   - Automatic Decompression
   - Unicode Response Bodies
   - Multipart File Uploads
   - Connection Timeouts
 .
 This package provides the universal wheel.
Homepage: http://python-requests.org
Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>

Package: libpython3.4-stdlib
Priority: optional
Section: python
Installed-Size: 9211
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: python3.4
Version: 3.4.3-1ubuntu1~14.04.7
Depends: libpython3.4-minimal (= 3.4.3-1ubuntu1~14.04.7), mime-support, libbz2-1.0, libc6 (>= 2.15), libdb5.3, libffi6 (>= 3.0.4), liblzma5 (>= 5.1.1alpha+20120614), libncursesw5 (>= 5.6+20070908), libreadline6 (>= 6.0), libsqlite3-0 (>= 3.5.9), libtinfo5
Pre-Depends: multiarch-support
Filename: pool/main/p/python3.4/libpython3.4-stdlib_3.4.0-2ubuntu1_amd64.deb
Size: 1986028
MD5sum: d3ddcff1739f63cfdae98a00d8f04bf9
Description: Interactive high-level object-oriented language (standard library, version 3.4)
 Python is a high-level, interactive, object-oriented language. Its 3.4 version
 includes an extensive class library with lots of goodies for
 network programming, system administration, sounds and graphics.
 .
 This package contains Python 3.4's standard library. It is normally not
 used on its own, but as a dependency of python3.4.
Original-Maintainer: Matthias Klose <doko@debian.org>

Package: php5-mcrypt
Priority: optional
Section: web
Installed-Size: 100
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: php-mcrypt
Version: 5.4.6-0ubuntu5
Depends: libc6 (>= 2.14), libmcrypt4, phpapi-20121212
Size: 15374
Description: MCrypt module for php5
 This package provides a module for MCrypt functions in PHP scripts.
 .
 PHP5 is an HTML-embedded scripting language. Much of its syntax is borrowed
 from C, Java and Perl with a couple of unique PHP-specific features thrown
 in. The goal of the language is to allow web developers to write
 dynamically generated pages quickly.
Original-Maintainer: Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>

Package: node-tar
Priority: extra
Section: web
Installed-Size: 97
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 0.1.18-1
Depends: nodejs, node-inherits (>= 2), node-block-stream, node-fstream
Size: 18258
Description: read and write portable tar archives module for Node.js
 node-tar is able to read and write tar archives generated by
 bsdtar, gnutar, solaris posix tar, and "Schilly" tar.
 node-tar is a well-tested essential piece of software for npm,
 the Node.js package manager.
 .
 Node.js is an event-based server-side javascript engine.
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Homepage: https://github.com/isaacs/node-tar

Package: libexiv2-12
Priority: optional
Section: libs
Installed-Size: 2310
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: exiv2
Version: 0.23-1ubuntu2.2
Depends: libc6 (>= 2.14), libexpat1 (>= 2.0.1), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.6), zlib1g (>= 1:1.1.4)
Suggests: exiv2
Size: 599836
Description: EXIF/IPTC metadata manipulation library
 Exiv2 is a C++ library and a command line utility to manage image metadata.
 It provides fast and easy read and write access to the Exif, IPTC and XMP
 metadata of images in various formats
 .
 Exiv2 library provides:
  * fast read and write access to the Exif, IPTC, and XMP metadata of an image
  * an easy to use and extensively documented API
  * conversions of Exif and IPTC metadata to XMP and vice versa
  * a smart IPTC implementation that does not affect data that programs like
    Photoshop store in the same image segment
  * Exif Makernote support:
    - Makernote tags can be read and written just like any other metadata
    - a sophisticated write algorithm avoids corrupting the Makernote
  * a simple interface to extract previews embedded in RAW images and Exif
    thumbnails
  * set and delete methods for Exif thumbnails
Homepage: http://www.exiv2.org
Original-Maintainer: Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org>

Package: libavahi-client3
Priority: optional
Section: libs
Installed-Size: 138
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: avahi
Version: 0.6.31-4ubuntu1.3
Depends: libavahi-common3 (>= 0.6.22), libc6 (>= 2.4), libdbus-1-3 (>= 1.1.1)
Pre-Depends: multiarch-support
Size: 25152
Description: Avahi client library
 Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
 It allows programs to publish and discover services and hosts
 running on a local network with no specific configuration. For
 example you can plug into a network and instantly find printers to
 print to, files to look at and people to talk to.
 .
 This package contains the library for Avahi's C API which  allows you
 to integrate mDNS/DNS-SD functionality into your application.
Homepage: http://avahi.org/
Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>

Package: libc-bin
Essential: yes
Priority: required
Section: libs
Installed-Size: 3438
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Source: eglibc
Version: 2.19-0ubuntu6.15
Replaces: libc0.1, libc0.3, libc6, libc6.1
Depends: libc6 (>> 2.19), libc6 (<< 2.20)
Breaks: libc0.1 (<< 2.10), libc0.3 (<< 2.10), libc6 (<< 2.10), libc6.1 (<< 2.10)
Filename: pool/main/e/eglibc/libc-bin_2.19-0ubuntu6_amd64.deb
Size: 1165558
MD5sum: 29734cf23a3d37693bc54b2e41c6c50c
Description: Embedded GNU C Library: Binaries
 This package contains utility programs related to the GNU C Library.
 .
  * catchsegv: catch segmentation faults in programs
  * getconf: query system configuration variables
  * getent: get entries from administrative databases
  * iconv, iconvconfig: convert between character encodings
  * ldd, ldconfig: print/configure shared library dependencies
  * locale, localedef: show/generate locale definitions
  * tzselect, zdump, zic: select/dump/compile time zones
Homepage: http://www.eglibc.org
Original-Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>

Package: php5-cli
Priority: optional
Section: php
Installed-Size: 8992
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: php5
Version: 5.5.9+dfsg-1ubuntu4.29
Depends: libbz2-1.0, libc6 (>= 2.15), libdb5.3, libpcre3, libssl1.0.0 (>= 1.0.0), libxml2 (>= 2.9.0), zlib1g (>= 1:1.1.4), mime-support, php5-common (= 5.5.9+dfsg-1ubuntu4.29), libmagic1, ucf, tzdata, libedit2 (>= 2.11-20080614-4)
Recommends: php5-readline
Suggests: php-pear
Size: 2154700
Description: command-line interpreter for the php5 scripting language
 This package provides the /usr/bin/php5 command interpreter, useful for
 testing PHP scripts from a shell or performing general shell scripting tasks.
 .
 The following extensions are built in: bcmath bz2 calendar Core ctype date
 dba dom ereg exif fileinfo filter ftp gettext hash iconv libxml mbstring
 mhash openssl pcntl pcre Phar posix Reflection session shmop SimpleXML soap
 sockets SPL standard sysvmsg sysvsem sysvshm tokenizer wddx xml xmlreader
 xmlwriter zip zlib.
 .
 PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used
 open source general-purpose scripting language that is especially suited
 for web development and can be embedded into HTML.
Homepage: http://www.php.net/
Original-Maintainer: Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>

Package: linux-firmware
Priority: optional
Section: misc
Installed-Size: 124150
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Version: 1.127.24
Replaces: atmel-firmware, linux-restricted-common
Provides: atmel-firmware
Conflicts: atmel-firmware
Size: 33913226
Description: Firmware for Linux kernel drivers
 This package provides firmware used by Linux kernel drivers.

Package: gconf2
Priority: optional
Section: libs
Installed-Size: 608
Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Source: gconf
Version: 3.2.6-0ubuntu2
Depends: gconf-service, libc6 (>= 2.14), libgconf-2-4 (>= 2.31.1), libglib2.0-0 (>= 2.31.8), libxml2 (>= 2.7.4), gconf-service-backend (= 3.2.6-0ubuntu2), psmisc, dbus-x11, python:any
Suggests: gconf-defaults-service
Size: 65470
Description: GNOME configuration database system (support tools)
 GConf is a configuration database system for storing application
 preferences. It supports default or mandatory settings set by the
 administrator, and changes to the database are instantly applied to all
 running applications. It is written for the GNOME desktop but doesn't
 require it.
 .
 This package contains the command line tools: gconftool and
 gconf-merge-tree.
Homepage: http://projects.gnome.org/gconf/
Original-Maintainer: Josselin Mouette <joss@debian.org>

Package: libpoppler44
Priority: optional
Section: libs
Installed-Size: 2509
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: poppler
Version: 0.24.5-2ubuntu4.17
Depends: libc6 (>= 2.14), libfontconfig1 (>= 2.9.0), libfreetype6 (>= 2.2.1), libjpeg8 (>= 8c), liblcms2-2 (>= 2.2+git20110628), libpng12-0 (>= 1.2.13-4), libstdc++6 (>= 4.1.1), libtiff5 (>= 4.0.3)
Pre-Depends: multiarch-support
Suggests: poppler-data
Size: 702928
Description: PDF rendering library
 Poppler is a PDF rendering library based on Xpdf PDF viewer.
 .
 This package contains the shared core library.
Homepage: http://poppler.freedesktop.org/
Original-Maintainer: Loic Minier <lool@dooz.org>

Package: mime-support
Priority: standard
Section: net
Installed-Size: 143
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Version: 3.54ubuntu1.1
Recommends: file
Filename: pool/main/m/mime-support/mime-support_3.54ubuntu1_all.deb
Size: 29322
MD5sum: d7c05a64b14e7cce0b1e1e420122a4d0
Description: MIME files 'mime.types' & 'mailcap', and support programs
 As these files can be used by all MIME compliant programs, they
 have been moved into their own package that others can depend upon.
 .
 Other packages add themselves as viewers/editors/composers/etc by
 using the provided "update-mime" program.
 .
 In addition, the commands "see", "edit", "compose", and "print"
 will display, alter, create, and print (respectively) any file using
 a program determined from the entries in the mime.types and mailcap
 files.
Original-Maintainer: Mime-Support Maintainers <mime-support@plessy.org>

Package: libapache2-mod-php5
Priority: optional
Section: httpd
Installed-Size: 9737
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: php5
Version: 5.5.9+dfsg-1ubuntu4.29
Depends: libbz2-1.0, libc6 (>= 2.15), libdb5.3, libpcre3, libssl1.0.0 (>= 1.0.0), libxml2 (>= 2.9.0), zlib1g (>= 1:1.1.4), apache2-api-20120211, apache2 (>= 2.4), mime-support, php5-common (= 5.5.9+dfsg-1ubuntu4.29), libmagic1, ucf, tzdata
Recommends: php5-cli
Suggests: php-pear
Conflicts: libapache2-mod-php4, libapache2-mod-php5filter
Size: 2200254
Description: server-side, HTML-embedded scripting language (Apache 2 module)
 This package provides the PHP5 module for the Apache 2 webserver (as
 found in the apache2-mpm-prefork package).  Please note that this package
 ONLY works with Apache's prefork MPM, as it is not compiled thread-safe.
 .
 The following extensions are built in: bcmath bz2 calendar Core ctype date
 dba dom ereg exif fileinfo filter ftp gettext hash iconv libxml mbstring
 mhash openssl pcre Phar posix Reflection session shmop SimpleXML soap
 sockets SPL standard sysvmsg sysvsem sysvshm tokenizer wddx xml xmlreader
 xmlwriter zip zlib.
 .
 PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used
 open source general-purpose scripting language that is especially suited
 for web development and can be embedded into HTML.
Homepage: http://www.php.net/
Original-Maintainer: Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>

Package: libldap-2.4-2
Priority: standard
Section: libs
Installed-Size: 508
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: openldap
Version: 2.4.31-1+nmu2ubuntu8.5
Replaces: libldap-2.3-0, libldap2
Depends: libc6 (>= 2.14), libgcrypt11 (>= 1.5.1), libgnutls26 (>= 2.12.17-0), libgssapi3-heimdal (>= 1.4.0+git20110226), libsasl2-2 (>= 2.1.24)
Pre-Depends: multiarch-support
Conflicts: ldap-utils (<= 2.1.23-1)
Size: 153138
Description: OpenLDAP libraries
 These are the run-time libraries for the OpenLDAP (Lightweight Directory
 Access Protocol) servers and clients.
Homepage: http://www.openldap.org/
Original-Maintainer: Debian OpenLDAP Maintainers <pkg-openldap-devel@lists.alioth.debian.org>

Package: libxcb-xfixes0
Priority: optional
Section: libs
Installed-Size: 71
Maintainer: Ubuntu X-SWAT <ubuntu-x@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libxcb
Version: 1.10-2ubuntu1
Depends: libc6 (>= 2.2.5), libxcb1
Pre-Depends: multiarch-support
Size: 8486
Description: X C Binding, xfixes extension
 This package contains the library files needed to run software using
 libxcb-xfixes, the xfixes extension for the X C Binding.
 .
 The XCB library provides an interface to the X Window System protocol,
 designed to replace the Xlib interface.  XCB provides several advantages over
 Xlib:
 .
  * Size: small library and lower memory footprint
  * Latency hiding: batch several requests and wait for the replies later
  * Direct protocol access: one-to-one mapping between interface and protocol
  * Thread support: access XCB from multiple threads, with no explicit locking
  * Easy creation of new extensions: automatically generates interface from
    machine-parsable protocol descriptions
Homepage: http://xcb.freedesktop.org
Original-Maintainer: XCB Developers <xcb@lists.freedesktop.org>

Package: libkrb5-26-heimdal
Priority: optional
Section: libs
Installed-Size: 649
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: heimdal
Version: 1.6~git20131207+dfsg-1ubuntu1.2
Depends: libasn1-8-heimdal (>= 1.6~git20131117), libc6 (>= 2.15), libcomerr2 (>= 1.41.11), libhcrypto4-heimdal (>= 1.4.0+git20110226), libheimbase1-heimdal (>= 1.6~git20131117), libhx509-5-heimdal (>= 1.4.0+git20110226), libroken18-heimdal (>= 1.6~git20131117), libsqlite3-0 (>= 3.5.9), libwind0-heimdal (>= 1.6~git20120311)
Pre-Depends: multiarch-support
Size: 196448
Description: Heimdal Kerberos - libraries
 Heimdal is a free implementation of Kerberos 5 that aims to be
 compatible with MIT Kerberos.
 .
 This package contains the Kerberos 5 library.
Homepage: http://www.h5l.org/
Original-Maintainer: Brian May <bam@debian.org>

Package: libmhash2
Priority: optional
Section: libs
Installed-Size: 212
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: mhash
Version: 0.9.9.9-4
Depends: libc6 (>= 2.4)
Pre-Depends: multiarch-support
Size: 101500
Description: Library for cryptographic hashing and message authentication
 Mhash is a library that provides a uniform interface to a large
 number of hash algorithms.  These algorithms can be used to compute
 checksums, message digests, and other signatures.  The HMAC support
 implements the basics for message authentication, following RFC 2104.
 Mhash also provides several key-generation algorithms, including
 those of OpenPGP (RFC 2440).
 .
 This package contains the shared library.
Original-Maintainer: Chris Hanson <cph@debian.org>
Homepage: http://mhash.sourceforge.net/

Package: biosdevname
Priority: optional
Section: misc
Installed-Size: 107
Maintainer: Colin Watson <cjwatson@ubuntu.com>
Architecture: amd64
Version: 0.4.1-0ubuntu6.3
Depends: libc6 (>= 2.14), libpci3 (>= 1:3.2.1-1), udev
Size: 20284
Description: apply BIOS-given names to network devices
 biosdevname in its simplest form takes a kernel device name
 as an argument, and returns the BIOS-given name it "should" be.
 .
 This is necessary on systems where the BIOS name for a given device
 (e.g. the label on the chassis is "Gb1") doesn't map directly and
 obviously to the kernel name (e.g. eth0).
 .
 This also works as a straight udev rule, which is provided.
 .
 Home Page: http://linux.dell.com/biosdevname/

Package: libnss3
Priority: optional
Section: libs
Installed-Size: 3680
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: nss
Version: 2:3.28.4-0ubuntu0.14.04.5
Depends: libc6 (>= 2.14), libnspr4 (>= 2:4.12), libsqlite3-0 (>= 3.5.9), zlib1g (>= 1:1.1.4), libnss3-nssdb
Pre-Depends: multiarch-support
Conflicts: libnss3-1d (<< 2:3.13.4-2)
Size: 1124032
Description: Network Security Service libraries
 This is a set of libraries designed to support cross-platform development
 of security-enabled client and server applications. It can support SSLv2
 and  v4, TLS, PKCS #5, #7, #11, #12, S/MIME, X.509 v3 certificates and
 other security standards.
Homepage: http://www.mozilla.org/projects/security/pki/nss/
Original-Maintainer: Maintainers of Mozilla-related packages <pkg-mozilla-maintainers@lists.alioth.debian.org>

Package: xml-core
Priority: optional
Section: text
Installed-Size: 188
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 0.13+nmu2
Depends: sgml-base (>= 1.26+nmu2), sed (>= 4.1.2-8)
Suggests: debhelper (>= 9.20120909)
Size: 23274
Description: XML infrastructure and XML catalog file support
 This package creates the XML infrastructure directories and provides
 XML catalog file support in compliance with the current Debian XML
 Policy draft:
 .
   * infrastructure directories:
      - /etc/xml
      - /usr/share/xml/{declaration,entities,misc,schema}
      - /usr/local/share/xml/{declaration,entities,misc,schema}
 .
   * XML catalog schema: OASIS XML Catalog Committee Specification 1.0
 .
   * update-xmlcatalog(8): tool for maintaining the root XML catalog
     file and the package XML catalog files in the '/etc/xml' directory
     as well as local XML catalog files.
 .
   * dh_installxmlcatalogs(1): debhelper tool for installing local XML
     catalog files and registering XML entities in package XML catalog
     files and the root XML catalog file (requires debhelper package)
Original-Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs@lists.alioth.debian.org>

Package: sysvinit-utils
Priority: required
Section: admin
Installed-Size: 242
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Source: sysvinit
Version: 2.88dsf-41ubuntu6.3
Replaces: last, sysvinit (<= 2.86.ds1-65)
Depends: libc6 (>= 2.15), libselinux1 (>= 1.32), sysv-rc (>= 2.88dsf-24) | file-rc (>= 0.8.16)
Recommends: upstart (>= 0.6.3-4)
Suggests: bootlogd, sash
Breaks: upstart (<< 1.5-0ubuntu5)
Conflicts: chkconfig (<< 11.0-79.1-2), last, sysvconfig
Filename: pool/main/s/sysvinit/sysvinit-utils_2.88dsf-41ubuntu6_amd64.deb
Size: 52910
MD5sum: 473f1fc59249d46cd0c95708edb5f922
Description: System-V-like utilities
 This package contains the important System-V-like utilities.
 .
 Specifically, this package includes:
 killall5, last, lastb, mesg, pidof, service, sulogin
Homepage: http://savannah.nongnu.org/projects/sysvinit
Original-Maintainer: Debian sysvinit maintainers <pkg-sysvinit-devel@lists.alioth.debian.org>

Package: php5-xsl
Priority: optional
Section: php
Installed-Size: 87
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: php5
Version: 5.5.9+dfsg-1ubuntu4.29
Depends: libc6 (>= 2.4), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), phpapi-20121212, php5-common (= 5.5.9+dfsg-1ubuntu4.29), ucf
Pre-Depends: dpkg (>= 1.15.7.2~)
Size: 13836
Description: XSL module for php5
 This package provides a module for XSL using the libxslt XSL parser.
 .
 PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used
 open source general-purpose scripting language that is especially suited
 for web development and can be embedded into HTML.
Homepage: http://www.php.net/
Original-Maintainer: Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>

Package: cron
Priority: important
Section: admin
Installed-Size: 300
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 3.0pl1-124ubuntu2
Provides: cron-daemon
Depends: libc6 (>= 2.7), libpam0g (>= 0.99.7.1), libselinux1 (>= 1.32), upstart-job, debianutils (>= 1.7), adduser, lsb-base (>= 3.0-10), libpam-runtime (>= 1.0.1-11)
Pre-Depends: dpkg (>= 1.15.7.2)
Suggests: anacron (>= 2.0-1), logrotate, checksecurity, exim4 | postfix | mail-transport-agent
Breaks: dpkg (<< 1.15.4)
Filename: pool/main/c/cron/cron_3.0pl1-124ubuntu2_amd64.deb
Size: 81732
MD5sum: b737da756d7f398e52caf9f3a7c9acee
Description: process scheduling daemon
 The cron daemon is a background process that runs particular programs at
 particular times (for example, every minute, day, week, or month), as
 specified in a crontab. By default, users may also create crontabs of
 their own so that processes are run on their behalf.
 .
 Output from the commands is usually mailed to the system administrator
 (or to the user in question); you should probably install a mail system
 as well so that you can receive these messages.
 .
 This cron package does not provide any system maintenance tasks. Basic
 periodic maintenance tasks are provided by other packages, such
 as checksecurity.
Homepage: http://ftp.isc.org/isc/cron/
Original-Maintainer: Maintainer: Javier Fernández-Sanguino Peña <jfs@debian.org>

Package: python3-html5lib
Priority: optional
Section: python
Installed-Size: 541
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: html5lib
Version: 0.999-3~ubuntu1
Depends: python3-six, python3:any (>= 3.3.2-2~)
Suggests: python3-genshi, python3-lxml
Size: 79686
Description: HTML parser/tokenizer based on the WHATWG HTML5 specification (Python 3)
 html5lib is a pure-python library for parsing HTML. It is designed to
 conform to the HTML 5 specification, which has formalized the error handling
 algorithms of popular web browsers.
 .
 This package contains the Python 3 version of html5lib.
Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Homepage: https://github.com/html5lib/html5lib-python

Package: nodejs-legacy
Priority: extra
Section: web
Installed-Size: 119
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: nodejs
Version: 0.10.25~dfsg2-2ubuntu1.2
Depends: nodejs (>= 0.6.19~dfsg1-3~)
Conflicts: node
Size: 14920
Description: evented I/O for V8 javascript (legacy symlink)
 Node.js is a platform built on Chrome's JavaScript runtime for easily
 building fast, scalable network applications. Node.js uses an
 event-driven, non-blocking I/O model that makes it lightweight and
 efficient, perfect for data-intensive real-time applications that run
 across distributed devices.
 .
 This package contains a symlink for legacy Node.js code requiring
 binary to be /usr/bin/node (not /usr/bin/nodejs as provided in Debian).
 .
 No other Debian packages should depend on this package.  For more
 information, see
 <http://lists.debian.org/debian-devel-announce/2012/07/msg00002.html>
Homepage: http://nodejs.org/
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>

Package: libkdb5-7
Priority: standard
Section: libs
Installed-Size: 184
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: krb5
Version: 1.12+dfsg-2ubuntu5.4
Replaces: libkadm5srv-mit8 (<< 1.11+dfsg~)
Depends: libc6 (>= 2.14), libcomerr2 (>= 1.01), libgssrpc4 (>= 1.7dfsg~alpha1), libk5crypto3 (>= 1.7+dfsg), libkrb5-3 (>= 1.11+dfsg), libkrb5support0 (>= 1.12~alpha1+dfsg)
Pre-Depends: multiarch-support
Suggests: krb5-doc, krb5-user
Breaks: libkadm5srv-mit8 (<< 1.11+dfsg~)
Size: 36192
Description: MIT Kerberos runtime libraries - Kerberos database
 Kerberos is a system for authenticating users and services on a network.
 Kerberos is a trusted third-party service.  That means that there is a
 third party (the Kerberos server) that is trusted by all the entities on
 the network (users and services, usually called "principals").
 .
 This is the MIT reference implementation of Kerberos V5.
 .
 This package contains the internal Kerberos database libraries.
Homepage: http://web.mit.edu/kerberos/
Original-Maintainer: Sam Hartman <hartmans@debian.org>

Package: libmail-sendmail-perl
Priority: optional
Section: perl
Installed-Size: 100
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 0.79.16-1
Depends: perl (>= 5.6.0-16), libsys-hostname-long-perl
Size: 26546
Description: Send email from a perl script
 Simple platform independent e-mail from your perl script. Only requires
 Perl 5, Sys::Hostname::Long, and a network connection.
Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Homepage: http://search.cpan.org/dist/Mail-Sendmail/

Package: multiarch-support
Priority: required
Section: libs
Installed-Size: 204
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Source: eglibc
Version: 2.19-0ubuntu6.15
Depends: libc6 (>= 2.3.6-2)
Filename: pool/main/e/eglibc/multiarch-support_2.19-0ubuntu6_amd64.deb
Size: 4490
MD5sum: 9b4bd397ec28b891176e902acb895685
Description: Transitional package to ensure multiarch compatibility
 This is a transitional package used to ensure multiarch support is present
 in ld.so before unpacking libraries to the multiarch directories.  It can
 be removed once nothing on the system depends on it.
Homepage: http://www.eglibc.org
Original-Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>

Package: imagemagick
Priority: optional
Section: graphics
Installed-Size: 451
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 8:6.7.7.10-6ubuntu3.13
Depends: libc6 (>= 2.2.5), libmagickcore5 (>= 8:6.7.7.10), libmagickwand5 (>= 8:6.7.7.10), hicolor-icon-theme
Recommends: libmagickcore5-extra, ghostscript, netpbm
Suggests: imagemagick-doc, autotrace, cups-bsd | lpr | lprng, curl, enscript, ffmpeg, gimp, gnuplot, grads, groff-base, hp2xx, html2ps, libwmf-bin, mplayer, povray, radiance, sane-utils, texlive-base-bin, transfig, xdg-utils, ufraw-batch
Size: 188588
Description: image manipulation programs
 ImageMagick is a software suite to create, edit, and compose bitmap images.
 It can read, convert and write images in a variety of formats (over 100)
 including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript,
 SVG, and TIFF. Use ImageMagick to translate, flip, mirror, rotate, scale,
 shear and transform images, adjust image colors, apply various special
 effects, or draw text, lines, polygons, ellipses and Bézier curves.
 All manipulations can be achieved through shell commands as well as through
 an X11 graphical interface (display).
Homepage: http://www.imagemagick.org/
Original-Maintainer: ImageMagick Packaging Team <pkg-gmagick-im-team@lists.alioth.debian.org>

Package: fontconfig-config
Priority: optional
Section: fonts
Installed-Size: 354
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Source: fontconfig
Version: 2.11.0-0ubuntu4.2
Replaces: fontconfig (<< 2.3.2-2)
Depends: fonts-dejavu-core | ttf-bitstream-vera | fonts-freefont-ttf | gsfonts-x11, ucf (>= 0.29)
Conflicts: fontconfig (<< 2.3.2-2)
Size: 47424
Description: generic font configuration library - configuration
 Fontconfig is a font configuration and customization library, which
 does not depend on the X Window System. It is designed to locate
 fonts within the system and select them according to requirements
 specified by applications.
 .
 This package contains the configuration files and scripts for fontconfig.
Original-Maintainer: Keith Packard <keithp@debian.org>

Package: libedit2
Priority: standard
Section: libs
Installed-Size: 236
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libedit
Version: 3.1-20130712-2
Depends: libc6 (>= 2.17), libtinfo5
Pre-Depends: multiarch-support
Size: 86688
Description: BSD editline and history libraries
 Command line editor library provides generic line editing,
 history, and tokenization functions.
 .
 It slightly resembles GNU readline
Original-Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Homepage: http://www.thrysoee.dk/editline/

Package: libwpg-0.2-2
Priority: optional
Section: libs
Installed-Size: 227
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: libwpg
Version: 0.2.2-1ubuntu1
Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0), libwpd-0.9-9
Size: 61134
Description: WordPerfect graphics import/convert library (shared library)
 Libwpg is a collection of library and tools to work with graphics in WPG
 (WordPerfect Graphics) format. WPG is the format used among others in Corel
 sofware, such as WordPerfect(tm) and Presentations(tm).
 .
 This package contains the shared library.
Original-Maintainer: Rene Engelhard <rene@debian.org>

Package: python3.5-minimal
Priority: optional
Section: python
Installed-Size: 4383
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: allowed
Source: python3.5
Version: 3.5.2-2ubuntu0~16.04.4~14.04.1
Depends: libpython3.5-minimal (= 3.5.2-2ubuntu0~16.04.4~14.04.1), libexpat1 (>= 2.1~beta3), zlib1g (>= 1:1.2.0)
Pre-Depends: libc6 (>= 2.17)
Recommends: python3.5
Suggests: binfmt-support
Conflicts: binfmt-support (<< 1.1.2)
Size: 1351594
Description: Minimal subset of the Python language (version 3.5)
 This package contains the interpreter and some essential modules.  It can
 be used in the boot process for some basic tasks.
 See /usr/share/doc/python3.5-minimal/README.Debian for a list of the modules
 contained in this package.
Original-Maintainer: Matthias Klose <doko@debian.org>

Package: nano
Priority: important
Section: editors
Installed-Size: 600
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 2.2.6-1ubuntu1
Replaces: pico
Provides: editor
Depends: libc6 (>= 2.14), libncursesw5 (>= 5.6+20070908), libtinfo5, dpkg (>= 1.15.4) | install-info
Suggests: spell
Breaks: alpine-pico (<= 2.00+dfsg-5)
Conflicts: pico
Size: 194060
Description: small, friendly text editor inspired by Pico
 GNU nano is an easy-to-use text editor originally designed as a replacement
 for Pico, the ncurses-based editor from the non-free mailer package Pine
 (itself now available under the Apache License as Alpine).
 .
 However, nano also implements many features missing in pico, including:
  - feature toggles;
  - interactive search and replace (with regular expression support);
  - go to line (and column) command;
  - auto-indentation and color syntax-highlighting;
  - filename tab-completion and support for multiple buffers;
  - full internationalization support.
Homepage: http://www.nano-editor.org/
Original-Maintainer: Jordi Mallach <jordi@debian.org>

Package: aspell
Priority: optional
Section: text
Installed-Size: 364
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 0.60.7~20110707-1ubuntu1
Replaces: aspell-bin (<< 0.60.3-2), aspell-hi (<= 0.01-1), aspell-mr (<= 0.10-1)
Provides: aspell-bin
Depends: libaspell15 (= 0.60.7~20110707-1ubuntu1), libc6 (>= 2.14), libncursesw5 (>= 5.6+20070908), libstdc++6 (>= 4.1.1), libtinfo5, dictionaries-common (>> 0.40)
Recommends: aspell-en | aspell-dictionary | aspell6a-dictionary
Suggests: aspell-doc, spellutils
Breaks: aspell-bin (<< 0.60.3-2)
Size: 78376
Description: GNU Aspell spell-checker
 GNU Aspell is a spell-checker which can be used either as a standalone
 application or embedded in other programs.  Its main feature is that it
 does a much better job of suggesting possible spellings than just about
 any other spell-checker available for the English language, including
 Ispell and Microsoft Word.  It also has many other technical
 enhancements over Ispell such as using shared memory for dictionaries
 and intelligently handling personal dictionaries when more than one
 Aspell process is open at once.
 .
 Aspell is designed to be a drop-in replacement for Ispell.
Original-Maintainer: Brian Nelson <pyro@debian.org>
Homepage: http://aspell.net/

Package: librpm3
Priority: optional
Section: libs
Installed-Size: 457
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: rpm
Version: 4.11.1-3ubuntu0.1
Depends: libc6 (>= 2.17), libcap2 (>= 2.10), libdb5.3, liblua5.2-0, libpopt0 (>= 1.14), librpmio3 (>= 4.11.0.1)
Recommends: rpm-common (= 4.11.1-3ubuntu0.1)
Size: 153142
Description: RPM shared library
 The RPM Package Manager (RPM) is a command-line driven package
 management system capable of installing, uninstalling, verifying,
 querying, and updating computer software packages.
 .
 This library allows programs to make use of an RPM database or RPM packages
 without going through the program rpm.
Homepage: http://rpm.org/
Original-Maintainer: Michal Čihař <nijel@debian.org>

Package: linux-generic
Priority: optional
Section: kernel
Installed-Size: 32
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: amd64
Source: linux-meta
Version: 3.13.0.170.181
Depends: linux-image-generic (= 3.13.0.170.181), linux-headers-generic (= 3.13.0.170.181)
Size: 1786
Description: Complete Generic Linux kernel and headers
 This package will always depend on the latest complete generic Linux kernel
 and headers.

Package: outguess
Priority: optional
Section: utils
Installed-Size: 260
Maintainer: Ubuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
Architecture: amd64
Version: 1:0.2-7
Depends: libc6 (>= 2.4)
Size: 110068
Description: Universal Steganographic tool
 OutGuess is a universal steganographic tool that allows the insertion of
 hidden information into the redundant bits of data sources. The nature of the
 data source is irrelevant to the core of OutGuess. The program relies on data
 specific handlers that will extract redundant bits and write them back after
 modification. In this version the PNM and JPEG image formats are supported.
Original-Maintainer: anthony Gasperin <anthony.gasperin@gmail.com>

Package: libalgorithm-merge-perl
Priority: optional
Section: perl
Installed-Size: 80
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 0.08-2
Depends: perl, libalgorithm-diff-perl
Size: 12672
Description: Perl module for three-way merge of textual data
 Algorithm::Merge provides three-way merge and diff functions, complementing
 the functionality offered by Algorithm::Diff (libalgorithm-diff-perl). Given
 three sets of items, known as the original, left and right, this module can
 take a three-way difference or merge them. Taking a difference provides an
 array reference that is very similar to the behaviour of Algorithm::Diff. One
 can also implement custom conflict resolution using the CONFLICT callback.
Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Homepage: http://search.cpan.org/dist/Algorithm-Merge/

Package: sendmail
Priority: extra
Section: mail
Installed-Size: 245
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 8.14.4-4.1ubuntu1.1
Replaces: sendmail-base (<< 8.14.4-2.2~), sendmail-tls
Depends: sendmail-base, sendmail-bin, sendmail-cf, sensible-mda
Suggests: sendmail-doc, rmail
Breaks: sendmail-base (<< 8.14.4-2.2~)
Size: 6262
Description: powerful, efficient, and scalable Mail Transport Agent
 Sendmail is an alternative Mail Transport Agent (MTA) for Debian.
 It is suitable for handling sophisticated mail configurations,
 although this means that its configuration can also be complex.
 .
 Fortunately, simple thing can be done easily, and complex things
 are possible, even if not easily understood ;)  Sendmail is the *ONLY*
 MTA with a Turing complete language to control *ALL* aspects of delivery!
 .
 Sendmail provides Security and SPAM/UCE/UBE protection via several means.
 .
 Sendmail includes *no* Mail User Agents (MUA), you'll have to
 pick from the plethora of available MUAs (mutt, vm, etc.)
 .
 This package supports REGEX, DB, NIS, NIS+, LDAP, DNS maps,
 and has enabled TCPWrappers, IPv6, LockFile, SMTP AUTH(SASL), STARTTLS(SSL).
 .
 This package is to make installation/upgrading easier (Do NOT delete it)
Original-Maintainer: Jakub Safarik <jsafarik@ymail.com>
Homepage: http://www.sendmail.org

Package: libjson0
Priority: extra
Section: oldlibs
Installed-Size: 29
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: json-c
Version: 0.11-3ubuntu1.2
Depends: libjson-c2
Filename: pool/main/j/json-c/libjson0_0.11-3ubuntu1_amd64.deb
Size: 1080
MD5sum: 690daefd9e8225578ad2b89447c91bc1
Description: JSON manipulation library (transitional package)
 This is a transition package that can be safely removed once no
 package depend on it.
Homepage: https://github.com/json-c/json-c/wiki
Original-Maintainer: fabien boucher <fabien.dot.boucher@gmail.com>

Package: pppoeconf
Priority: optional
Section: net
Installed-Size: 132
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 1.20ubuntu1
Depends: whiptail-provider | whiptail, ppp (>= 2.4.2+20040428-2) | pppoe (>= 3.0), ppp (>= 2.4.1.uus2-4), gettext-base (>= 0.13), sed (>= 3.95)
Recommends: locales
Suggests: xdialog
Size: 17052
Description: configures PPPoE/ADSL connections
 User-friendly tool for initial configuration of a DSL (PPPoE) connection.
Original-Maintainer: Gregory Colpart <reg@debian.org>

Package: landscape-common
Priority: optional
Section: admin
Installed-Size: 963
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: landscape-client
Version: 14.12-0ubuntu6.14.04.4
Replaces: landscape-client (<< 12.09+bzr582)
Depends: python (>= 2.7), python (<< 2.8), python:any (>= 2.7.1-0ubuntu2), debconf (>= 0.5) | debconf-2.0, python-twisted-core, python-configobj, python-apt, ca-certificates, python-gdbm, lsb-release, lsb-base, adduser, bc, lshw, libpam-modules
Size: 169572
Description: The Landscape administration system client - Common files
 Landscape is a web-based tool for managing Ubuntu systems. This
 package is necessary if you want your machine to be managed in a
 Landscape account.
 .
 This package provides the core libraries.
Original-Maintainer: Landscape Team <landscape-team@canonical.com>
Python-Version: 2.7

Package: python-apt
Priority: standard
Section: python
Installed-Size: 652
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: allowed
Version: 0.9.3.5ubuntu3
Provides: python2.7-apt
Depends: python (>= 2.7), python (<< 2.8), python:any (>= 2.7.1-0ubuntu2), libapt-inst1.5 (>= 0.8.11), libapt-pkg4.12 (>= 0.9.11), libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0), python-apt-common
Recommends: lsb-release, iso-codes, xz-utils
Suggests: python-apt-dbg, python-gtk2, python-vte, python-apt-doc
Breaks: apt-forktracer (<< 0.3), apt-listchanges (<< 2.85), apt-p2p (<< 0.1.6), apt-xapian-index (<< 0.25), aptdaemon (<< 0.11+bzr343-1~), aptoncd (<< 0.1.98+bzr117), bcfg2 (<< 1.0.1), bzr-builddeb (<< 2.4), computer-janitor (<< 1.14.1-1+), debdelta (<< 0.41+), debpartial-mirror (<< 0.2.98), debsecan (<< 0.4.15), gdebi (<< 0.6.1), germinate (<< 1.21), gnome-codec-install (<< 0.4.5), mini-dinstall (<< 0.6.28), packagekit-backend-apt (<= 0.4.8-0ubuntu4), python-cdd (<< 0.0.10), python-dogtail (<< 0.6.1-3.1+), python-software-properties (<< 0.70.debian-1+), rebuildd (<< 0.3.9), software-center (<< 1.1.21debian2), tla-buildpackage (<< 0.9.14), ubuntu-dev-tools (<< 0.93debian1), unattended-upgrades (<< 0.42debian2), update-manager (<< 0.200.2-1), update-notifier (<< 0.99.3debian9), wajig (<< 2.0.46)
Size: 141176
Description: Python interface to libapt-pkg
 The apt_pkg Python interface will provide full access to the internal
 libapt-pkg structures allowing Python programs to easily perform a
 variety of functions, such as:
 .
  - Access to the APT configuration system
  - Access to the APT package information database
  - Parsing of Debian package control files, and other files with a
    similar structure
 .
 The included 'aptsources' Python interface provides an abstraction of
 the sources.list configuration on the repository and the distro level.
Original-Maintainer: APT Development Team <deity@lists.debian.org>

Package: libp11-kit0
Priority: standard
Section: libs
Installed-Size: 317
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: p11-kit
Version: 0.20.2-2ubuntu2
Depends: libc6 (>= 2.16), libffi6 (>= 3.0.4)
Pre-Depends: multiarch-support
Filename: pool/main/p/p11-kit/libp11-kit0_0.20.2-2ubuntu2_amd64.deb
Size: 76512
MD5sum: e14fef1bedbf3ba399ba496589a6f1df
Description: Library for loading and coordinating access to PKCS#11 modules - runtime
 Provides a way to load and enumerate PKCS#11 modules. Provides a standard
 configuration setup for installing PKCS#11 modules in such a way that
 they're discoverable.
 .
 Also solves problems with coordinating the use of PKCS#11 by different
 components or libraries living in the same process.
 .
 This package contains the shared library required for applications loading
 and accessing PKCS#11 modules.
Homepage: http://p11-glue.freedesktop.org/p11-kit.html
Original-Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>

Package: libparse-debianchangelog-perl
Priority: optional
Section: perl
Installed-Size: 232
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 1.2.0-1ubuntu1
Depends: perl, libtimedate-perl, libclass-accessor-perl, liblocale-gettext-perl, libio-string-perl
Suggests: libhtml-parser-perl, libhtml-template-perl, libxml-simple-perl
Size: 53988
Description: parse Debian changelogs and output them in other formats
 Replacement for the very limited dpkg-parsechangelog. Accessible
 either via the parsechangelog command line script or as Perl module.
 .
 Currently supported output formats:
  * original dpkg-parsechangelog output format
  * similar format with multiple stanzas instead of one
  * XML
  * HTML (customizable via HTML::Template templates).
Original-Maintainer: Frank Lichtenheld <djpig@debian.org>

Package: node-tunnel-agent
Priority: extra
Section: web
Installed-Size: 44
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 0.3.1-1
Depends: nodejs
Size: 4018
Description: HTTP proxy tunneling agent module for Node.js
 node-tunnel-agent is an HTTP CONNECT tunnel client module
 for Node.js.
 .
 Node.js is an event-based server-side javascript engine.
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Homepage: https://github.com/mikeal/tunnel-agent

Package: libgtk2.0-bin
Priority: optional
Section: misc
Installed-Size: 571
Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Source: gtk+2.0
Version: 2.24.23-0ubuntu1.4
Depends: libgtk2.0-0 (= 2.24.23-0ubuntu1.4), libgtk2.0-common
Size: 9774
Description: programs for the GTK+ graphical user interface library
 GTK+ is a multi-platform toolkit for creating graphical user
 interfaces. Offering a complete set of widgets, GTK+ is suitable
 for projects ranging from small one-off tools to complete application
 suites.
 .
 This package contains the utilities which are used by the libraries
 and other packages.
Homepage: http://www.gtk.org/
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>

Package: libkrb5-dev
Priority: extra
Section: libdevel
Installed-Size: 168
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: krb5
Version: 1.12+dfsg-2ubuntu5.4
Replaces: krb5-multidev (<< 1.8+dfsg~alpha1-3)
Depends: krb5-multidev (= 1.12+dfsg-2ubuntu5.4)
Suggests: krb5-doc
Conflicts: heimdal-dev
Size: 14430
Description: Headers and development libraries for MIT Kerberos
 Kerberos is a system for authenticating users and services on a network.
 Kerberos is a trusted third-party service.  That means that there is a
 third party (the Kerberos server) that is trusted by all the entities on
 the network (users and services, usually called "principals").
 .
 This is the MIT reference implementation of Kerberos V5.
 .
 This package contains the symlinks, headers, and development libraries
 needed to compile and link programs that use the Kerberos libraries.
Homepage: http://web.mit.edu/kerberos/
Original-Maintainer: Sam Hartman <hartmans@debian.org>

Package: libxcb-shape0
Priority: optional
Section: libs
Installed-Size: 56
Maintainer: Ubuntu X-SWAT <ubuntu-x@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libxcb
Version: 1.10-2ubuntu1
Depends: libc6 (>= 2.2.5), libxcb1
Pre-Depends: multiarch-support
Size: 5654
Description: X C Binding, shape extension
 This package contains the library files needed to run software using
 libxcb-shape, the shape extension for the X C Binding.
 .
 The XCB library provides an interface to the X Window System protocol,
 designed to replace the Xlib interface.  XCB provides several advantages over
 Xlib:
 .
  * Size: small library and lower memory footprint
  * Latency hiding: batch several requests and wait for the replies later
  * Direct protocol access: one-to-one mapping between interface and protocol
  * Thread support: access XCB from multiple threads, with no explicit locking
  * Easy creation of new extensions: automatically generates interface from
    machine-parsable protocol descriptions
Homepage: http://xcb.freedesktop.org
Original-Maintainer: XCB Developers <xcb@lists.freedesktop.org>

Package: libatk1.0-data
Priority: optional
Section: misc
Installed-Size: 92
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Source: atk1.0
Version: 2.10.0-2ubuntu2
Size: 13736
Description: Common files for the ATK accessibility toolkit
 ATK is a toolkit providing accessibility interfaces for applications or
 other toolkits. By implementing these interfaces, those other toolkits or
 applications can be used with tools such as screen readers, magnifiers, and
 other alternative input devices.
 .
 This contains the common files which the runtime libraries need.
Homepage: http://www.gtk.org/

Package: libnih-dbus1
Priority: required
Section: libs
Installed-Size: 70
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libnih
Version: 1.0.3-4ubuntu25
Depends: libnih1 (= 1.0.3-4ubuntu25), libc6 (>= 2.3.4), libdbus-1-3 (>= 1.2.16)
Pre-Depends: multiarch-support
Filename: pool/main/libn/libnih/libnih-dbus1_1.0.3-4ubuntu25_amd64.deb
Size: 14168
MD5sum: 1147d380967a4e12601ffc4d5fbc4016
Description: NIH D-Bus Bindings Library
 libnih-dbus is a D-Bus bindings library that integrates with the main
 loop provided by libnih.
 .
 This package contains the shared library.
Homepage: https://launchpad.net/libnih
Original-Maintainer: Scott James Remnant <scott@netsplit.com>

Package: libx11-data
Priority: optional
Section: x11
Installed-Size: 1582
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Source: libx11
Version: 2:1.6.2-1ubuntu2.1
Breaks: libx11-6 (<< 2:1.4.1)
Size: 111464
Description: X11 client-side library
 This package provides the locale data files for libx11.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libX11
Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>

Package: steghide
Priority: optional
Section: misc
Installed-Size: 492
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 0.5.1-9ubuntu1
Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libjpeg8 (>= 8c), libmcrypt4, libmhash2, libstdc++6 (>= 4.6), zlib1g (>= 1:1.1.4)
Size: 136574
Description: A steganography hiding tool
 Steghide is steganography program which hides bits of a data file
 in some of the least significant bits of another file in such a way
 that the existence of the data file is not visible and cannot be proven.
 .
 Steghide is designed to be portable and configurable and features hiding
 data in bmp, wav and au files, blowfish encryption, MD5 hashing of
 passphrases to blowfish keys, and pseudo-random distribution of hidden bits
 in the container data.
Original-Maintainer: Ola Lundqvist <opal@debian.org>

Package: time
Priority: standard
Section: utils
Installed-Size: 119
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 1.7-24
Depends: libc6 (>= 2.3.4), dpkg (>= 1.15.4) | install-info
Size: 29276
Description: GNU time program for measuring CPU resource usage
 The 'time' command runs another program, then displays information
 about the resources used by that program, collected by the system while
 the program was running.  You can select which information is reported
 and the format in which it is shown, or have 'time' save the information
 in a file instead of display it on the screen.
 .
 The resources that 'time' can report on fall into the general
 categories of time, memory, I/O, and IPC calls.
 .
 The GNU version can format the output in arbitrary ways by using a
 printf-style format string to include various resource measurements.
Original-Maintainer: Bob Proulx <bob@proulx.com>
Homepage: http://www.gnu.org/software/time

Package: linux-headers-generic
Priority: optional
Section: kernel
Installed-Size: 32
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: amd64
Source: linux-meta
Version: 3.13.0.170.181
Depends: linux-headers-3.13.0-170-generic
Size: 2442
Description: Generic Linux kernel headers
 This package will always depend on the latest generic kernel headers
 available.

Package: libselinux1
Priority: required
Section: libs
Installed-Size: 193
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libselinux
Version: 2.2.2-1ubuntu0.1
Depends: libc6 (>= 2.14), libpcre3
Pre-Depends: multiarch-support
Filename: pool/main/libs/libselinux/libselinux1_2.2.2-1_amd64.deb
Size: 58690
MD5sum: ddbaca65398ce24db052342890d7ecdc
Description: SELinux runtime shared libraries
 This package provides the shared libraries for Security-enhanced
 Linux that provides interfaces (e.g. library functions for the
 SELinux kernel APIs like getcon(), other support functions like
 getseuserbyname()) to SELinux-aware applications. Security-enhanced
 Linux is a patch of the Linux kernel and a number of utilities with
 enhanced security functionality designed to add mandatory access
 controls to Linux.  The Security-enhanced Linux kernel contains new
 architectural components originally developed to improve the security
 of the Flask operating system. These architectural components provide
 general support for the enforcement of many kinds of mandatory access
 control policies, including those based on the concepts of Type
 Enforcement, Role-based Access Control, and Multi-level Security.
 .
 libselinux1 provides an API for SELinux applications to get and set
 process and file security contexts and to obtain security policy
 decisions.  Required for any applications that use the SELinux
 API. libselinux may use the shared libsepol to manipulate the binary
 policy if necessary (e.g. to downgrade the policy format to an older
 version supported by the kernel) when loading policy.
Homepage: http://userspace.selinuxproject.org/
Original-Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>

Package: python3-software-properties
Priority: optional
Section: python
Installed-Size: 135
Maintainer: Michael Vogt <michael.vogt@ubuntu.com>
Architecture: all
Source: software-properties
Version: 0.92.37.8
Depends: python3:any (>= 3.3.2-2~), python3, python3-apt (>= 0.6.20ubuntu16), python3-pycurl, lsb-release, unattended-upgrades, iso-codes
Size: 19226
Description: manage the repositories that you install software from
 This software provides an abstraction of the used apt repositories.
 It allows you to easily manage your distribution and independent software
 vendor software sources.

Package: libpython2.7-stdlib
Priority: standard
Section: python
Installed-Size: 8494
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: python2.7
Version: 2.7.6-8ubuntu0.5
Replaces: python2.7 (<< 2.7.5-0~)
Provides: python-argparse, python2.7-argparse, python2.7-celementtree, python2.7-cjkcodecs, python2.7-ctypes, python2.7-elementtree, python2.7-profiler, python2.7-wsgiref
Depends: libpython2.7-minimal (= 2.7.6-8ubuntu0.5), mime-support, libbz2-1.0, libc6 (>= 2.15), libdb5.3, libexpat1 (>= 2.1~beta3), libffi6 (>= 3.0.4), libncursesw5 (>= 5.6+20070908), libreadline6 (>= 6.0), libsqlite3-0 (>= 3.5.9), libssl1.0.0 (>= 1.0.0), libtinfo5
Size: 1872014
Description: Interactive high-level object-oriented language (standard library, version 2.7)
 Python is a high-level, interactive, object-oriented language. Its 2.7 version
 includes an extensive class library with lots of goodies for
 network programming, system administration, sounds and graphics.
 .
 This package contains Python 2.7's standard library. It is normally not
 used on its own, but as a dependency of python2.7.
Original-Maintainer: Matthias Klose <doko@debian.org>

Package: openssh-client
Priority: standard
Section: net
Installed-Size: 3457
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Source: openssh
Version: 1:6.6p1-2ubuntu2.13
Replaces: ssh, ssh-krb5
Provides: rsh-client, ssh-client
Depends: libc6 (>= 2.17), libedit2 (>= 2.11-20080614), libgssapi-krb5-2 (>= 1.10+dfsg~), libselinux1 (>= 1.32), libssl1.0.0 (>= 1.0.1), zlib1g (>= 1:1.1.4), adduser (>= 3.10), dpkg (>= 1.7.0), passwd
Recommends: xauth
Suggests: ssh-askpass, libpam-ssh, keychain, monkeysphere
Conflicts: sftp
Size: 566964
Description: secure shell (SSH) client, for secure access to remote machines
 This is the portable version of OpenSSH, a free implementation of
 the Secure Shell protocol as specified by the IETF secsh working
 group.
 .
 Ssh (Secure Shell) is a program for logging into a remote machine
 and for executing commands on a remote machine.
 It provides secure encrypted communications between two untrusted
 hosts over an insecure network. X11 connections and arbitrary TCP/IP
 ports can also be forwarded over the secure channel.
 It can be used to provide applications with a secure communication
 channel.
 .
 This package provides the ssh, scp and sftp clients, the ssh-agent
 and ssh-add programs to make public key authentication more convenient,
 and the ssh-keygen, ssh-keyscan, ssh-copy-id and ssh-argv0 utilities.
 .
 In some countries it may be illegal to use any encryption at all
 without a special permit.
 .
 ssh replaces the insecure rsh, rcp and rlogin programs, which are
 obsolete for most purposes.
Homepage: http://www.openssh.org/
Original-Maintainer: Debian OpenSSH Maintainers <debian-ssh@lists.debian.org>

Package: libaudit-common
Priority: optional
Section: libs
Installed-Size: 44
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Source: audit
Version: 1:2.3.2-2ubuntu1
Replaces: libaudit0, libaudit1 (<< 1:2.2.1-2)
Breaks: libaudit0, libaudit1 (<< 1:2.2.1-2)
Filename: pool/main/a/audit/libaudit-common_2.3.2-2ubuntu1_all.deb
Size: 5372
MD5sum: 26dcbed153579639985b25f47a59118d
Description: Dynamic library for security auditing - common files
 The audit-libs package contains the dynamic libraries needed for
 applications to use the audit framework. It is used to monitor systems for
 security related events.
 .
 This package contains the libaudit.conf configuration file and the associated
 manpage.
Homepage: http://people.redhat.com/sgrubb/audit/
Original-Maintainer: Debian QA Group <packages@qa.debian.org>

Package: python-openssl
Priority: optional
Section: python
Installed-Size: 417
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: pyopenssl
Version: 0.13-2ubuntu6
Depends: python (>= 2.7), python (<< 2.8), python:any (>= 2.7.1-0ubuntu2), libc6 (>= 2.14), libssl1.0.0 (>= 1.0.0)
Suggests: python-openssl-doc, python-openssl-dbg
Size: 81482
Description: Python 2 wrapper around the OpenSSL library
 High-level wrapper around a subset of the OpenSSL library, includes
 .
   * SSL.Connection objects, wrapping the methods of Python's portable
     sockets
   * Callbacks written in Python
   * Extensive error-handling mechanism, mirroring OpenSSL's error
     codes
 .
 A lot of the object methods do nothing more than calling a
 corresponding function in the OpenSSL library.
Homepage: http://launchpad.net/pyopenssl
Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>

Package: libevent-2.0-5
Priority: standard
Section: libs
Installed-Size: 311
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libevent
Version: 2.0.21-stable-1ubuntu1.14.04.2
Depends: libc6 (>= 2.17)
Pre-Depends: multiarch-support
Size: 126342
Description: Asynchronous event notification library
 Libevent is an asynchronous event notification library that provides a
 mechanism to execute a callback function when a specific event occurs
 on a file descriptor or after a timeout has been reached.
 .
 It is meant to replace the asynchronous event loop found in
 event driven network servers. Currently, libevent supports /dev/poll,
 kqueue(2), event ports, select(2), poll(2) and epoll(4).
 .
 For backward compatibility and to transition to "libevent_core only"
 or "libevent_core + libevent_extra", the libevent source package builds
 the libevent library that includes everything in libevent_core and
 libevent_extra.
Homepage: http://libevent.org/
Original-Maintainer: Anibal Monsalve Salazar <anibal@debian.org>

Package: libiw30
Priority: extra
Section: libs
Installed-Size: 90
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: wireless-tools
Version: 30~pre9-8ubuntu1
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Size: 19938
Description: Wireless tools - library
 Wireless tools are used to manipulate the Linux Wireless Extensions. The
 Wireless Extension is an interface allowing you to set Wireless LAN specific
 parameters and get the specific stats.
 .
 This package contains the dynamic library libiw.
Homepage: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html
Original-Maintainer: Guus Sliepen <guus@debian.org>

Package: ntpdate
Priority: optional
Section: net
Installed-Size: 247
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: ntp
Version: 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13
Depends: netbase, libc6 (>= 2.17), libssl1.0.0 (>= 1.0.1d)
Pre-Depends: dpkg (>= 1.15.7.2)
Recommends: lockfile-progs
Breaks: dhcp3-client (<< 4.1.0-1)
Filename: pool/main/n/ntp/ntpdate_4.2.6.p5+dfsg-3ubuntu2_amd64.deb
Size: 57398
MD5sum: d7e6e3537b7d712a343a0f56a6b29a98
Description: client for setting system time from NTP servers
 NTP, the Network Time Protocol, is used to keep computer clocks
 accurate by synchronizing them over the Internet or a local network,
 or by following an accurate hardware receiver that interprets GPS,
 DCF-77, NIST or similar time signals.
 .
 ntpdate is a simple NTP client that sets a system's clock to match
 the time obtained by communicating with one or more NTP servers.  It
 is not sufficient, however, for maintaining an accurate clock in the
 long run.  ntpdate by itself is useful for occasionally setting the
 time on machines that do not have full-time network access, such as
 laptops.
 .
 If the full NTP daemon from the package "ntp" is installed, then
 ntpdate is not necessary.
Homepage: http://support.ntp.org/
Original-Maintainer: Debian NTP Team <pkg-ntp-maintainers@lists.alioth.debian.org>

Package: vim-runtime
Priority: optional
Section: editors
Installed-Size: 25186
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: vim
Version: 2:7.4.052-1ubuntu3.1
Recommends: vim | vim-gnome | vim-gtk | vim-athena | vim-nox | vim-tiny
Breaks: vim-tiny (<< 2:7.4.052-1ubuntu3.1)
Enhances: vim-tiny
Size: 4882372
Description: Vi IMproved - Runtime files
 Vim is an almost compatible version of the UNIX editor Vi.
 .
 Many new features have been added: multi level undo, syntax
 highlighting, command line history, on-line help, filename
 completion, block operations, folding, Unicode support, etc.
 .
 This package contains vimtutor and the architecture independent runtime
 files, used, if available, by all vim variants available in Debian.
 Example of such runtime files are: online documentation, rules for
 language-specific syntax highlighting and indentation, color schemes,
 and standard plugins.
Homepage: http://www.vim.org/
Original-Maintainer: Debian Vim Maintainers <pkg-vim-maintainers@lists.alioth.debian.org>

Package: node-lockfile
Priority: extra
Section: web
Installed-Size: 43
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 0.4.1-1
Depends: nodejs
Size: 5450
Description: Asynchronous file lock module for Node.js
 This module provides asynchronous and synchronous concurrent file
 locking. It supports timeouts, expirations, and retrying upon failure.
 .
 Node.js is an event-based server-side javascript engine.
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Homepage: https://github.com/isaacs/lockfile

Package: python3-pip
Priority: optional
Section: python
Installed-Size: 437
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: python-pip
Version: 1.5.4-1ubuntu4
Depends: ca-certificates, python-pip-whl (= 1.5.4-1ubuntu4), python3-colorama, python3-distlib, python3-html5lib, python3-pkg-resources, python3-requests, python3-setuptools, python3-six, python3:any (>= 3.3.2-2~), python3
Recommends: build-essential, python3-dev (>= 3.2), python3-wheel
Size: 80340
Description: alternative Python package installer - Python 3 version of the package
 pip is a replacement for easy_install, and is intended to be an improved
 Python package installer.  It integrates with virtualenv, doesn't do partial
 installs, can save package state for replaying, can install from non-egg
 sources, and can install from version control repositories.
 .
 This is the Python 3 version of the package.
Homepage: http://www.pip-installer.org/
Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>

Package: libtalloc2
Priority: optional
Section: libs
Installed-Size: 106
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: talloc
Version: 2.1.5-0ubuntu0.14.04.1
Depends: libc6 (>= 2.16)
Pre-Depends: multiarch-support
Size: 28590
Description: hierarchical pool based memory allocator
 A hierarchical pool based memory allocator with destructors. It uses
 reference counting to determine when memory should be freed.
Homepage: http://talloc.samba.org/
Original-Maintainer: Jelmer Vernooij <jelmer@debian.org>

Package: node-mute-stream
Priority: extra
Section: web
Installed-Size: 42
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 0.0.3-1
Depends: nodejs
Size: 3738
Description: Pass-through stream that can be muted module for Node.js
 node-mute-stream is a basic pass-through stream, but when muted,
 the bytes are silently dropped, rather than being passed through.
 .
 Node.js is an event-based server-side javascript engine.
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Homepage: https://github.com/isaacs/mute-stream

Package: libc6
Priority: required
Section: libs
Installed-Size: 10508
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: eglibc
Version: 2.19-0ubuntu6.15
Replaces: libc6-amd64
Provides: glibc-2.19-1
Depends: libgcc1
Suggests: glibc-doc, debconf | debconf-2.0, locales
Breaks: hurd (<< 1:0.5.git20140203-1), lsb-core (<= 3.2-27), nscd (<< 2.19)
Conflicts: prelink (<= 0.0.20090311-1), tzdata (<< 2007k-1), tzdata-etch
Filename: pool/main/e/eglibc/libc6_2.19-0ubuntu6_amd64.deb
Size: 4726736
MD5sum: 3a4619b64715f14e0e94725adcab1839
Description: Embedded GNU C Library: Shared libraries
 Contains the standard libraries that are used by nearly all programs on
 the system. This package includes shared versions of the standard C library
 and the standard math library, as well as many others.
Homepage: http://www.eglibc.org
Original-Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>

Package: w3m
Priority: standard
Section: web
Installed-Size: 2320
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 0.5.3-15ubuntu0.2
Replaces: w3m-ssl, w3mmee
Provides: www-browser
Depends: libc6 (>= 2.15), libgc1c2 (>= 1:7.2d), libgpm2 (>= 1.20.4), libssl1.0.0 (>= 1.0.0), libtinfo5, zlib1g (>= 1:1.1.4)
Recommends: ca-certificates
Suggests: w3m-img, mime-support, w3m-el, man-db, cmigemo
Conflicts: w3m-ssl
Size: 875752
Description: WWW browsable pager with excellent tables/frames support
 w3m is a text-based World Wide Web browser with IPv6 support.
 It features excellent support for tables and frames. It can be used
 as a standalone file pager, too.
 .
  * You can follow links and/or view images in HTML.
  * Internet message preview mode, you can browse HTML mail.
  * You can follow links in plain text if it includes URL forms.
  * With w3m-img, you can view inline images.
Homepage: http://sourceforge.net/projects/w3m
Original-Maintainer: Tatsuya Kinoshita <tats@debian.org>

Package: libx264-148
Priority: optional
Section: libs
Installed-Size: 2183
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Architecture: amd64
Multi-Arch: same
Source: x264
Version: 3:0.148.2795+gitaaa9aa8-1~trusty
Depends: libc6 (>= 2.15)
Pre-Depends: multiarch-support
Size: 584128
Description: x264 video coding library
 libx264 is an advanced encoding library for creating H.264 (MPEG-4 AVC)
 video streams.
 .
 This package contains the libx264 shared library.
Homepage: http://www.videolan.org/developers/x264.html

Package: sshpass
Priority: extra
Section: utils
Installed-Size: 55
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 1.05-1
Depends: libc6 (>= 2.4)
Recommends: ssh-client
Size: 10498
Description: Non-interactive ssh password authentication
 SSH's (secure shell) most common authentication mode is called "interactive
 keyboard password authentication", so called both because it is typically
 done via keyboard, and because openssh takes active measures to make sure
 that the password is, indeed, typed interactively by the keyboard. Sometimes,
 however, it is necessary to fool ssh into accepting an interactive password
 non-interactively. This is where sshpass comes in.
 .
 SECURITY NOTE: There is a reason openssh insists that passwords be typed
 interactively. Passwords are harder to store securely and to pass around
 securely between programs. If you have not looked into solving your needs
 using SSH's "public key authentication", perhaps in conjunction with the ssh
 agent (RTFM ssh-add), please do so before being tempted into using this
 package.
Original-Maintainer: Shachar Shemesh <shachar@debian.org>
Homepage: http://sourceforge.net/projects/sshpass

Package: language-selector-common
Priority: optional
Section: admin
Installed-Size: 2293
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: language-selector
Version: 0.129.3
Depends: python3:any (>= 3.3.2-2~), python3, iso-codes, python3-apt (>= 0.7.12.0), python3-dbus, dbus, accountsservice (>= 0.6.29-1ubuntu6)
Pre-Depends: dpkg (>= 1.15.7.2)
Size: 203908
Description: Language selector for Ubuntu
 This package let you change and install language packs
 in Ubuntu.
 .
 This package contains the common part of language-selector

Package: php5
Priority: optional
Section: php
Installed-Size: 29
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 5.5.9+dfsg-1ubuntu4.29
Depends: libapache2-mod-php5 (>= 5.5.9+dfsg-1ubuntu4.29) | libapache2-mod-php5filter (>= 5.5.9+dfsg-1ubuntu4.29) | php5-cgi (>= 5.5.9+dfsg-1ubuntu4.29) | php5-fpm (>= 5.5.9+dfsg-1ubuntu4.29), php5-common (>= 5.5.9+dfsg-1ubuntu4.29)
Size: 1304
Description: server-side, HTML-embedded scripting language (metapackage)
 This package is a metapackage that, when installed, guarantees that you
 have at least one of the four server-side versions of the PHP5 interpreter
 installed. Removing this package won't remove PHP5 from your system, however
 it may remove other packages that depend on this one.
 .
 PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used
 open source general-purpose scripting language that is especially suited
 for web development and can be embedded into HTML.
Homepage: http://www.php.net/
Original-Maintainer: Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>

Package: grub2-common
Priority: optional
Section: admin
Installed-Size: 1127
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Source: grub2
Version: 2.02~beta2-9ubuntu1.17
Replaces: grub, grub-common (<< 1.99-1), grub-coreboot (<< 2.00-4), grub-efi (<< 1.99-1), grub-efi-amd64 (<< 2.00-4), grub-efi-ia32 (<< 2.00-4), grub-efi-ia64 (<< 2.00-4), grub-ieee1275 (<< 2.00-4), grub-legacy, grub-linuxbios (<< 1.99-1), grub-pc (<< 2.00-4), grub-yeeloong (<< 2.00-4)
Depends: grub-common (= 2.02~beta2-9ubuntu1.17), dpkg (>= 1.15.4) | install-info, libc6 (>= 2.7), libdevmapper1.02.1 (>= 2:1.02.36), liblzma5 (>= 5.1.1alpha+20120614)
Breaks: shim (<< 13)
Conflicts: grub (<< 0.97-54), grub-doc (<< 0.97-29ubuntu60), grub-legacy, grub-legacy-doc (<< 0.97-29ubuntu60)
Size: 500452
Description: GRand Unified Bootloader (common files for version 2)
 This package contains common files shared by the distinct flavours of GRUB.
 The files in this package are specific to GRUB 2, and would break GRUB
 Legacy if installed on the same system.
Homepage: http://www.gnu.org/software/grub/
Original-Maintainer: GRUB Maintainers <pkg-grub-devel@lists.alioth.debian.org>

Package: libxxf86vm1
Priority: optional
Section: libs
Installed-Size: 58
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libxxf86vm
Version: 1:1.1.3-1
Depends: libc6 (>= 2.2.5), libx11-6 (>= 2:1.4.99.1), libxext6
Pre-Depends: multiarch-support
Size: 11692
Description: X11 XFree86 video mode extension library
 libXxf86vm provides an interface to the XFree86-VidModeExtension
 extension, which allows client applications to get and set video mode
 timings in extensive detail.  It is used by the xvidtune program in
 particular.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libXxf86vm
Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>

Package: iucode-tool
Priority: optional
Section: contrib/utils
Installed-Size: 87
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 1.0.1-1
Depends: libc6 (>= 2.14)
Recommends: intel-microcode (>= 1)
Size: 28062
Description: Intel processor microcode tool
 iucode_tool is a program to manipulate Intel® X86 and X86-64 processor
 microcode collections, and to use the kernel facilities to upgrade the
 microcode on Intel system processors.
 .
 It can load microcode data files in text and binary format, sort, list and
 filter the microcodes contained in these files, write selected microcodes to a
 new file in binary format, or upload them to the kernel.
 .
 It operates on non-free microcode data downloaded directly from Intel or
 installed by the intel-microcode package.
Original-Maintainer: Henrique de Moraes Holschuh <hmh@debian.org>

Package: libpng12-0
Priority: optional
Section: libs
Installed-Size: 306
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libpng
Version: 1.2.50-1ubuntu2.14.04.3
Replaces: libpng12-dev (<= 1.2.8rel-7)
Depends: libc6 (>= 2.14), zlib1g (>= 1:1.1.4)
Pre-Depends: multiarch-support
Conflicts: libpng12-dev (<= 1.2.8rel-7), mzscheme (<= 1:209-5), pngcrush (<= 1.5.10-2), pngmeta (<= 1.11-3), povray-3.5 (<= 3.5.0c-10), qemacs (<= 0.3.1-5)
Filename: pool/main/libp/libpng/libpng12-0_1.2.50-1ubuntu2_amd64.deb
Size: 117962
MD5sum: f39ae3d8eece1609a11ccabc417980e1
Description: PNG library - runtime
 libpng is a library implementing an interface for reading and writing
 PNG (Portable Network Graphics) format files.
 .
 This package contains the runtime library files needed to run software
 using libpng.
Homepage: http://libpng.org/pub/png/libpng.html
Original-Maintainer: Anibal Monsalve Salazar <anibal@debian.org>

Package: node-ini
Priority: extra
Section: web
Installed-Size: 40
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 1.1.0-1
Depends: nodejs
Size: 4770
Description: ini format parser and serializer for Node.js
 Read, manipulate and write ini files.
 Sections are treated as nested objects.
 Items before the first heading are saved on the object directly.
 .
 Node.js is an event-based server-side javascript engine.
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Homepage: https://github.com/isaacs/ini

Package: apt-utils
Priority: important
Section: admin
Installed-Size: 676
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: apt
Version: 1.0.1ubuntu2.24
Depends: libapt-inst1.5 (>= 0.9.15.4), libapt-pkg4.12 (>= 0.9.16), libc6 (>= 2.14), libdb5.3, libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0)
Filename: pool/main/a/apt/apt-utils_1.0.1ubuntu2_amd64.deb
Size: 172330
MD5sum: 9c523ce7d116bd782513b4c4b632c940
Description: package management related utility programs
 This package contains some less used commandline utilities related
 to package management with APT.
 .
  * apt-extracttemplates is used by debconf to prompt for configuration
    questions before installation.
  * apt-ftparchive is used to create Packages and other index files
    needed to publish an archive of debian packages
  * apt-sortpkgs is a Packages/Sources file normalizer.
Original-Maintainer: APT Development Team <deity@lists.debian.org>

Package: udev
Priority: important
Section: admin
Installed-Size: 5154
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Source: systemd
Version: 204-5ubuntu20.31
Replaces: systemd-services (<< 202-0ubuntu6)
Depends: libacl1 (>= 2.2.51-8), libblkid1 (>= 2.19.1), libc6 (>= 2.17), libcgmanager0, libdbus-1-3 (>= 1.0.2), libkmod2 (>= 5~), libnih-dbus1 (>= 1.0.0), libnih1 (>= 1.0.0), libselinux1 (>= 2.0.65), libudev1 (= 204-5ubuntu20.31), sysv-rc (>= 2.88dsf-24) | file-rc (>= 0.8.16), lsb-base (>= 3.0-6), util-linux (>= 2.16), procps
Filename: pool/main/s/systemd/udev_204-5ubuntu20_amd64.deb
Size: 735842
MD5sum: a73fe64dc1cd533cbfb2000e63764667
Description: /dev/ and hotplug management daemon
 udev is a daemon which dynamically creates and removes device nodes from
 /dev/, handles hotplug events and loads drivers at boot time.
Homepage: http://www.freedesktop.org/wiki/Software/systemd
Original-Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>

Package: php5-imap
Priority: optional
Section: web
Installed-Size: 158
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: php-imap
Version: 5.4.6-0ubuntu5.1
Depends: libc-client2007e, libc6 (>= 2.14), phpapi-20121212
Size: 31908
Description: IMAP module for php5
 This package provides a module for IMAP functions in PHP scripts.
 .
 PHP5 is an HTML-embedded scripting language. Much of its syntax is borrowed
 from C, Java and Perl with a couple of unique PHP-specific features thrown
 in. The goal of the language is to allow web developers to write
 dynamically generated pages quickly.
Original-Maintainer: Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>

Package: libgnutls-dev
Priority: optional
Section: libdevel
Installed-Size: 2337
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: gnutls26
Version: 2.12.23-12ubuntu2.8
Replaces: gnutls-dev
Provides: gnutls-dev, libgnutls-openssl-dev
Depends: libgnutls26 (= 2.12.23-12ubuntu2.8), libgnutlsxx27 (= 2.12.23-12ubuntu2.8), libgnutls-openssl27 (= 2.12.23-12ubuntu2.8), libgcrypt11-dev (>= 1.4.0), libc6-dev | libc-dev, zlib1g-dev, libtasn1-6-dev, libp11-kit-dev (>= 0.4)
Suggests: gnutls26-doc, gnutls-bin
Conflicts: gnutls-dev
Size: 372632
Description: GNU TLS library - development files
 GnuTLS is a portable library which implements the Transport Layer
 Security (TLS 1.0, 1.1, 1.2) and Secure Sockets Layer (SSL) 3.0 protocols.
 .
 GnuTLS features support for:
  - TLS extensions: server name indication, max record size, opaque PRF
    input, etc.
  - authentication using the SRP protocol.
  - authentication using both X.509 certificates and OpenPGP keys.
  - TLS Pre-Shared-Keys (PSK) extension.
  - Inner Application (TLS/IA) extension.
  - X.509 and OpenPGP certificate handling.
  - X.509 Proxy Certificates (RFC 3820).
  - all the strong encryption algorithms (including SHA-256/384/512 and
    Camellia (RFC 4132)).
 .
 This package contains the GnuTLS development files.
Homepage: http://www.gnutls.org/
Original-Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>

Package: libv8-3.14.5
Priority: optional
Section: libs
Installed-Size: 4212
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: libv8-3.14
Version: 3.14.5.8-5ubuntu2
Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1)
Size: 1189430
Description: V8 JavaScript engine - runtime library
 V8 is a high performance JavaScript engine written in C++.  It is used
 in the web browser Chromium.
 .
 This package provides the dynamic library for V8.
Homepage: http://code.google.com/p/v8/
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>

Package: php5-readline
Priority: optional
Section: php
Installed-Size: 82
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: php5
Version: 5.5.9+dfsg-1ubuntu4.29
Depends: libc6 (>= 2.14), libedit2 (>= 3.1-20130611), phpapi-20121212, php5-common (= 5.5.9+dfsg-1ubuntu4.29), php5-cli (= 5.5.9+dfsg-1ubuntu4.29), ucf
Pre-Depends: dpkg (>= 1.15.7.2~)
Size: 12078
Description: Readline module for php5
 This package provides a module for readline functions (based on libedit)
 in PHP scripts.
 .
 PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used
 open source general-purpose scripting language that is especially suited
 for web development and can be embedded into HTML.
Homepage: http://www.php.net/
Original-Maintainer: Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>

Package: libdjvulibre21
Priority: optional
Section: libs
Installed-Size: 1649
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: djvulibre
Version: 3.5.25.4-3
Replaces: libdjvulibre1, libdjvulibre15
Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libjpeg8 (>= 8c), libstdc++6 (>= 4.1.1), libdjvulibre-text (>= 3.5.25.4-3)
Pre-Depends: multiarch-support
Conflicts: libdjvulibre1
Size: 553374
Description: Runtime support for the DjVu image format
 DjVu runtime library.
Original-Maintainer: Barak A. Pearlmutter <bap@debian.org>
Homepage: http://djvu.sourceforge.net/

Package: libpixman-1-0
Priority: optional
Section: libs
Installed-Size: 724
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: pixman
Version: 0.30.2-2ubuntu1.2
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Size: 225740
Description: pixel-manipulation library for X and cairo
 A library for manipulating pixel regions -- a set of Y-X banded
 rectangles, image compositing using the Porter/Duff model
 and implicit mask generation for geometric primitives including
 trapezoids, triangles, and rectangles.
Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>

Package: python3-yaml
Priority: optional
Section: python
Installed-Size: 438
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: pyyaml
Version: 3.10-4ubuntu0.1
Depends: python3 (<< 3.5), python3 (>= 3.4~), libc6 (>= 2.14), libyaml-0-2
Size: 92728
Description: YAML parser and emitter for Python3
 Python3-yaml is a complete YAML 1.1 parser and emitter for Python3.  It can
 parse all examples from the specification. The parsing algorithm is simple
 enough to be a reference for YAML parser implementors. A simple extension API
 is also provided.  The package is built using libyaml for improved speed.
Homepage: http://pyyaml.org/
Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>

Package: libnuma1
Priority: optional
Section: libs
Installed-Size: 92
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: numactl
Version: 2.0.9~rc5-1ubuntu3.14.04.2
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Size: 20548
Description: Libraries for controlling NUMA policy
 Library to control specific NUMA (Non-Uniform Memory Architecture)
 scheduling or memory placement policies.
Original-Maintainer: Ian Wienand <ianw@debian.org>

Package: python-setuptools
Priority: optional
Section: python
Installed-Size: 811
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 3.3-1ubuntu2
Replaces: python-distribute (<< 0.6.6)
Provides: python-distribute, python2.7-setuptools
Depends: python:any (>= 2.7), python:any (<< 2.8), python-pkg-resources (= 3.3-1ubuntu2)
Conflicts: python-distribute (<< 0.7)
Size: 230056
Description: Python Distutils Enhancements
 Extensions to the python-distutils for large or complex distributions.
Original-Maintainer: Matthias Klose <doko@debian.org>
Homepage: https://pypi.python.org/pypi/setuptools
Python-Version: 2.7

Package: libisc95
Priority: standard
Section: libs
Installed-Size: 447
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: bind9
Version: 1:9.9.5.dfsg-3ubuntu0.19
Replaces: libbind0
Depends: libc6 (>= 2.15), libxml2 (>= 2.7.4)
Conflicts: libbind0, libbind9-41
Size: 148158
Description: ISC Shared Library used by BIND
 The Berkeley Internet Name Domain (BIND) implements an Internet domain
 name server.  BIND is the most widely-used name server software on the
 Internet, and is supported by the Internet Software Consortium, www.isc.org.
 .
 This package delivers the libisc shared library used by BIND's daemons and
 clients.
Original-Maintainer: LaMont Jones <lamont@debian.org>

Package: iptables
Priority: important
Section: net
Installed-Size: 1575
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 1.4.21-1ubuntu1
Depends: libc6 (>= 2.14), libnfnetlink0, libxtables10 (= 1.4.21-1ubuntu1)
Size: 260732
Description: administration tools for packet filtering and NAT
 iptables is the userspace command line program used to configure
 the Linux packet filtering ruleset. It is targeted towards system
 administrators. Since Network Address Translation is also configured
 from the packet filter ruleset, iptables is used for this, too. The
 iptables package also includes ip6tables. ip6tables is used for
 configuring the IPv6 packet filter
Homepage: http://www.netfilter.org/
Original-Maintainer: Laurence J. Lane <ljlane@debian.org>

Package: python-wheel
Priority: optional
Section: python
Installed-Size: 224
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: wheel
Version: 0.24.0-1~ubuntu1.1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Suggests: python-setuptools
Size: 44734
Description: built-package format for Python
 A wheel is a ZIP-format archive with a specially formatted filename and the
 `.whl` extension.  It is designed to contain all the files for a PEP 376
 compatible install in a way that is very close to the on-disk format.
 .
 The wheel project provides a `bdist_wheel` command for setuptools.  Wheel
 files can be installed with `pip`.
 .
 This is the Python 2 compatible package.
Homepage: https://bitbucket.org/pypa/wheel
Original-Maintainer: Barry Warsaw <barry@debian.org>

Package: libpod-latex-perl
Priority: optional
Section: perl
Installed-Size: 127
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 0.61-1
Depends: perl
Filename: pool/main/libp/libpod-latex-perl/libpod-latex-perl_0.61-1_all.deb
Size: 32886
MD5sum: a3756c8cdd5f81a22d77d1e1250aec1d
Description: module to convert Pod data to formatted LaTeX
 Pod::LaTeX is a module to convert documentation in the Pod format into LaTeX.
 The pod2latex command uses this module for translation.
 .
 Pod::LaTeX is a derived class from Pod::Select.
Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Homepage: https://metacpan.org/release/Pod-LaTeX/

Package: rpm
Priority: optional
Section: admin
Installed-Size: 401
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 4.11.1-3ubuntu0.1
Replaces: manpages-pl (<< 20051017-1)
Depends: libc6 (>= 2.17), libelf1 (>= 0.131), libpopt0 (>= 1.14), librpm3 (>= 4.10.0), librpmbuild3 (>= 4.10.0), librpmio3 (>= 4.10.0), librpmsign1 (>= 4.10.0), perl, rpm2cpio, debugedit (= 4.11.1-3ubuntu0.1), rpm-common (= 4.11.1-3ubuntu0.1)
Suggests: alien, elfutils, rpm-i18n
Breaks: man-db (<< 2.5.0-1), manpages-pl (<< 20051017-1)
Size: 114250
Description: package manager for RPM
 The RPM Package Manager (RPM) is a command-line driven package
 management system capable of installing, uninstalling, verifying,
 querying, and updating computer software packages.
 .
 On Debian and derived systems it is recommended to use "alien" to
 convert RPM packages into .deb format instead of bypassing the Debian
 package management system by installing them directly with rpm.
Homepage: http://rpm.org/
Original-Maintainer: Michal Čihař <nijel@debian.org>

Package: bash
Essential: yes
Priority: required
Section: shells
Installed-Size: 1488
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 4.3-7ubuntu1.7
Replaces: bash-completion (<< 20060301-0), bash-doc (<= 2.05-1)
Depends: base-files (>= 2.1.12), debianutils (>= 2.15)
Pre-Depends: dash (>= 0.5.5.1-2.2), libc6 (>= 2.15), libtinfo5
Recommends: bash-completion (>= 20060301-0)
Suggests: bash-doc
Conflicts: bash-completion (<< 20060301-0)
Filename: pool/main/b/bash/bash_4.3-6ubuntu1_amd64.deb
Size: 574740
MD5sum: 4829101773fd90ae0574fa83e474603a
Description: GNU Bourne Again SHell
 Bash is an sh-compatible command language interpreter that executes
 commands read from the standard input or from a file.  Bash also
 incorporates useful features from the Korn and C shells (ksh and csh).
 .
 Bash is ultimately intended to be a conformant implementation of the
 IEEE POSIX Shell and Tools specification (IEEE Working Group 1003.2).
 .
 The Programmable Completion Code, by Ian Macdonald, is now found in
 the bash-completion package.
Homepage: http://tiswww.case.edu/php/chet/bash/bashtop.html
Original-Maintainer: Matthias Klose <doko@debian.org>

Package: libgsasl7
Priority: optional
Section: libs
Installed-Size: 736
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: gsasl
Version: 1.8.0-2ubuntu2
Replaces: libgsasl1
Depends: libc6 (>= 2.14), libgssapi-krb5-2 (>= 1.10+dfsg~), libidn11 (>= 1.13), libntlm0 (>= 1.2)
Conflicts: libgsasl1
Size: 116900
Description: GNU SASL library
 GNU SASL is an implementation of the Simple Authentication and
 Security Layer framework and a few common SASL mechanisms. SASL is
 used by network servers (e.g., IMAP, SMTP) to request authentication
 from clients, and in clients to authenticate against servers.
 .
 Supported mechanisms are ANONYMOUS, EXTERNAL, LOGIN, PLAIN, SECURID, NTLM,
 DIGEST-MD5, CRAM-MD5, SCRAM-SHA-1, SCRAM-SHA-1-PLUS, GS2-KRB5, GSSAPI.
 .
 This package includes the GNU SASL shared library that is required
 by applications using GNU SASL.  You normally don't need to install
 it manually.
Homepage: http://www.gnu.org/software/gsasl/
Original-Maintainer: Debian XMPP Maintainers <pkg-xmpp-devel@lists.alioth.debian.org>

Package: linux-image-3.13.0-24-generic
Priority: optional
Section: kernel
Installed-Size: 40636
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: amd64
Source: linux
Version: 3.13.0-24.47
Provides: fuse-module, ivtv-modules, kvm-api-4, linux-image, linux-image-3.0, redhat-cluster-modules
Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3)
Pre-Depends: dpkg (>= 1.10.24)
Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1)
Suggests: fdutils, linux-doc-3.13.0 | linux-source-3.13.0, linux-tools, linux-headers-3.13.0-24-generic
Conflicts: hotplug (<< 0.0.20040105-1)
Size: 14998892
Description: Linux kernel image for version 3.13.0 on 64 bit x86 SMP
 This package contains the Linux kernel image for version 3.13.0 on
 64 bit x86 SMP.
 .
 Also includes the corresponding System.map file, the modules built by the
 packager, and scripts that try to ensure that the system is not left in an
 unbootable state after an update.
 .
 Supports Generic processors.
 .
 Geared toward desktop and server systems.
 .
 You likely do not want to install this package directly. Instead, install
 the linux-generic meta-package, which will ensure that upgrades work
 correctly, and that supporting packages are also installed.

Package: make
Priority: standard
Section: devel
Installed-Size: 320
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Source: make-dfsg
Version: 3.81-8.2ubuntu3
Depends: libc6 (>= 2.17)
Suggests: make-doc
Size: 119286
Description: An utility for Directing compilation.
 GNU Make is an utility which controls the generation of executables and
 other target files of a program from the program's source files. It
 determines automatically which pieces of a large program need to be
 (re)created, and issues the commands to (re)create them. Make is not
 limited to programs and executable, it can be applied to any task
 where a set of target files must be created based on a set of input
 files, based on dependency and processing rules. Indeed, Make is a
 general purpose dependency solver.
Homepage: http://www.gnu.org/software/make/
Original-Maintainer: Manoj Srivastava <srivasta@debian.org>

Package: libapparmor-perl
Priority: extra
Section: perl
Installed-Size: 231
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: apparmor
Version: 2.10.95-0ubuntu2.6~14.04.4
Depends: perl-base (>= 5.18.2-2ubuntu1.6), perlapi-5.18.2, libapparmor1 (>= 2.10.95), libc6 (>= 2.14)
Size: 31208
Description: AppArmor library Perl bindings
 This provides the Perl module that contains the language bindings
 for the AppArmor library, libapparmor, which were autogenerated via
 SWIG.
Homepage: http://apparmor.net/
Original-Maintainer: Debian AppArmor Team <pkg-apparmor-team@lists.alioth.debian.org>

Package: util-linux
Essential: yes
Priority: required
Section: utils
Installed-Size: 1642
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 2.20.1-5.1ubuntu20.9
Replaces: e2fsprogs, fdisk, fstrim, linux32, miscutils, schedutils, setterm, sparc-utils
Provides: linux32, schedutils
Depends: lsb-base (>= 3.0-6), tzdata (>= 2006c-2), dpkg (>= 1.15.4) | install-info, debconf (>= 0.5) | debconf-2.0, sysv-rc (>= 2.88dsf-24) | file-rc (>= 0.8.16)
Pre-Depends: libblkid1 (>= 2.20.1), libc6 (>= 2.15), libncurses5 (>= 5.5-5~), libselinux1 (>= 1.32), libslang2 (>= 2.2.4), libtinfo5, libuuid1 (>= 2.16), zlib1g (>= 1:1.1.4)
Suggests: util-linux-locales, kbd | console-tools, dosfstools
Breaks: mac-fdisk (<< 0.1-16ubuntu3~), pmac-fdisk (<< 0.1-16ubuntu3~)
Conflicts: console-tools (<< 1:0.2.3-21), fdisk, fstrim, kbd (<< 1.05-3), linux32, schedutils, setterm
Filename: pool/main/u/util-linux/util-linux_2.20.1-5.1ubuntu20_amd64.deb
Size: 458422
MD5sum: 192e402ed0bf792758de752102da9868
Description: Miscellaneous system utilities
 This package contains a number of important utilities, most of which
 are oriented towards maintenance of your system.  Some of the more
 important utilities included in this package allow you to partition
 your hard disk, view kernel messages, and create new filesystems.
Homepage: http://userweb.kernel.org/~kzak/util-linux/
Original-Maintainer: LaMont Jones <lamont@debian.org>

Package: libgmp10
Priority: optional
Section: libs
Installed-Size: 511
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: gmp
Version: 2:5.1.3+dfsg-1ubuntu1
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Size: 218280
Description: Multiprecision arithmetic library
 GNU MP is a programmer's library for arbitrary precision
 arithmetic (ie, a bignum package).  It can operate on signed
 integer, rational, and floating point numeric types.
 .
 It has a rich set of functions, and the functions have a regular
 interface.
Homepage: http://gmplib.org/
Original-Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>

Package: libhunspell-1.3-0
Priority: optional
Section: libs
Installed-Size: 431
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: hunspell
Version: 1.3.2-6ubuntu2.1
Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1)
Pre-Depends: multiarch-support
Recommends: hunspell-en-us | hunspell-dictionary | myspell-dictionary
Conflicts: openoffice.org-core (= 2.2.0~rc2-1)
Size: 107692
Description: spell checker and morphological analyzer (shared library)
 Hunspell is a spell checker and morphological analyzer library and program
 designed for languages with rich morphology and complex word compounding or
 character encoding. It is based on MySpell and features an Ispell-like
 terminal interface using Curses library, an Ispell pipe interface and an
 OpenOffice.org UNO module.
 .
 Main features:
  - Unicode support (first 65535 Unicode character)
  - morphological analysis (in custom item and arrangement style)
  - Max. 65535 affix classes and twofold affix stripping (for agglutinative
    languages, like Azeri, Basque, Estonian, Finnish, Hungarian, Turkish, etc.)
  - Support complex compoundings (for example, Hungarian and German)
  - Support language specific algorithms (for example, handling Azeri
    and Turkish dotted i, or German sharp s)
  - Handling conditional affixes, circumfixes, fogemorphemes,
    forbidden words, pseudoroots and homonyms.
 .
 This package contains the shared library.
Homepage: http://hunspell.sourceforge.net/
Original-Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>

Package: netpbm
Priority: optional
Section: graphics
Installed-Size: 3957
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Source: netpbm-free
Version: 2:10.0-15ubuntu2
Replaces: netpbm-dev, netpbm-nonfree, pbmwbmp, pnmtopng
Provides: pbmwbmp, pnmtopng
Depends: libnetpbm10 (= 2:10.0-15ubuntu2), libc6 (>= 2.14), libjpeg8 (>= 8c), libpng12-0 (>= 1.2.13-4), libtiff5 (>> 4.0.0-1~), zlib1g (>= 1:1.1.4)
Recommends: ghostscript
Conflicts: netpbm-dev (<= 2:9.10), netpbm-nonfree (<= 1:19940301.1-3), pbmwbmp, pnmtopng, ucbmpeg (<= 1r2-6)
Size: 1341384
Description: Graphics conversion tools between image formats
 Netpbm is a toolkit for manipulation of graphic images, including
 conversion of images between a variety of different formats. There
 are over 220 separate tools in the package including converters for
 more than 80 graphics formats.
Homepage: http://netpbm.alioth.debian.org
Original-Maintainer: Andreas Barth <aba@not.so.argh.org>

Package: libxcursor1
Priority: optional
Section: libs
Installed-Size: 79
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libxcursor
Version: 1:1.1.14-1ubuntu0.14.04.2
Depends: libc6 (>= 2.14), libx11-6 (>= 2:1.4.99.1), libxfixes3, libxrender1
Pre-Depends: multiarch-support
Size: 19816
Description: X cursor management library
 Xcursor is a simple library designed to help locate and load cursors for the
 X Window System.  Cursors can be loaded from files or memory and can exist in
 several sizes; the library automatically picks the best size.  When using
 images loaded from files, Xcursor prefers to use the Render extension's
 CreateCursor request for rendering cursors.  Where the Render extension is
 not supported, Xcursor maps the cursor image to a standard X cursor and uses
 the core X protocol CreateCursor request.
Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>

Package: mailutils
Priority: optional
Section: mail
Installed-Size: 1674
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 1:2.99.98-1.1
Provides: mail-reader, mailx
Depends: mailutils-common (= 1:2.99.98-1.1), default-mta | mail-transport-agent, guile-2.0-libs, libc6 (>= 2.14), libfribidi0 (>= 0.19.2), libmailutils4 (>= 1:2.99.98), libreadline6 (>= 6.0), libwrap0 (>= 7.6-4~)
Suggests: mailutils-mh, mailutils-doc
Breaks: bsd-mailx (<< 8.1.2-0.20071201cvs-1), bsdmainutils (<< 8.0.6), elm-me+ (<< 2.4pl25ME+99c-3), heirloom-mailx (<< 12.3-3)
Size: 225406
Description: GNU mailutils utilities for handling mail
 GNU Mailutils is a rich and powerful protocol-independent mail framework.
 It contains a series of useful mail libraries, clients, and servers.
 .
 This package contains the GNU mailutils versions of dotlock, frm, from,
 maidag, mail, messages, mimeview, movemail, readmsg and sieve. They are
 capable of speaking POP3, IMAP, mbox, MH and Maildir.
 .
  dotlock -- lock mail spool files.
  frm -- display From: lines.
  from -- display from and subject.
  maidag -- the mail delivery agent.
  mail -- the standard /bin/mail interface, mail sender and reader.
  messages -- count the number of messages in a mailbox.
  mimeview -- display files, using mailcap mechanism.
  movemail -- move messages across mailboxes.
  readmsg -- extract selected messages from a mailbox.
  sieve -- a mail filtering tool.
Original-Maintainer: Jordi Mallach <jordi@debian.org>
Homepage: http://www.gnu.org/software/mailutils/

Package: libfdk-aac1
Priority: optional
Section: non-free/libs
Installed-Size: 743
Maintainer: Doug McMahon <mc631man@gmail.com>
Architecture: amd64
Multi-Arch: same
Source: fdk-aac
Version: 0.1.4.0
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Size: 341096
Description: Fraunhofer FDK AAC Codec Library - runtime files
 The FDK AAC Codec Library For Android contains an encoder implementation
 of the Advanced Audio Coding (AAC) audio codec.
 .
 This package contains the files needed to run a program compiled using
 The Fraunhofer FDK AAC Codec Library.
Homepage: https://github.com/mstorsjo/fdk-aac

Package: msmtp
Priority: extra
Section: mail
Installed-Size: 298
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 1.4.31-1
Depends: libc6 (>= 2.15), libgnutls26 (>= 2.12.17-0), libgsasl7 (>= 1.1), libidn11 (>= 1.13), debconf (>= 0.5) | debconf-2.0, dpkg (>= 1.15.4) | install-info, ucf
Recommends: ca-certificates
Suggests: msmtp-mta
Size: 116728
Description: light SMTP client with support for server profiles
 msmtp is an SMTP client that can be used to send mails from Mutt and probably
 other MUAs (mail user agents). It forwards mails to an SMTP server (for
 example at a free mail provider), which takes care of the final delivery.
 Using profiles, it can be easily configured to use different SMTP servers
 with different configurations, which makes it ideal for mobile clients.
 .
 This package is compiled with GSASL and TLS/SSL support.
Original-Maintainer: Emmanuel Bouthenot <kolter@debian.org>
Homepage: http://msmtp.sourceforge.net/

Package: po-debconf
Priority: optional
Section: devel
Installed-Size: 443
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Version: 1.0.16+nmu2ubuntu1
Depends: perl, gettext (>= 0.16), intltool-debian (>= 0.34.2+20060512)
Recommends: libmail-sendmail-perl, libcompress-zlib-perl
Suggests: libmail-box-perl
Size: 210056
Description: tool for managing templates file translations with gettext
 This package is an alternative to debconf-utils, and provides tools
 for managing translated debconf templates files with common gettext
 utilities.
Original-Maintainer: Nicolas FRANCOIS (Nekral) <nicolas.francois@centraliens.net>

Package: libisccfg90
Priority: optional
Section: libs
Installed-Size: 192
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: bind9
Version: 1:9.9.5.dfsg-3ubuntu0.19
Replaces: libbind0
Depends: libc6 (>= 2.4), libdns100, libisc95, libisccc90
Conflicts: libbind0, libbind9-41
Size: 35990
Description: Config File Handling Library used by BIND
 The Berkeley Internet Name Domain (BIND) implements an Internet domain
 name server.  BIND is the most widely-used name server software on the
 Internet, and is supported by the Internet Software Consortium, www.isc.org.
 .
 This package delivers the libisccfg shared library used by BIND's daemons
 and clients to read and write ISC-style configuration files like named.conf
 and rndc.conf.
Original-Maintainer: LaMont Jones <lamont@debian.org>

Package: mysql-server-core-5.5
Priority: optional
Section: database
Installed-Size: 19896
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: mysql-5.5
Version: 5.5.62-0ubuntu0.14.04.1
Replaces: mysql-client-5.1, mysql-server-5.0, mysql-server-5.1, mysql-server-core-5.0, mysql-server-core-5.1
Provides: mysql-server-core
Depends: libaio1 (>= 0.3.93), libc6 (>= 2.17), libstdc++6 (>= 4.1.1), libwrap0 (>= 7.6-4~), zlib1g (>= 1:1.2.0)
Breaks: mysql-client-5.1, mysql-server-5.0, mysql-server-5.1, mysql-server-core-5.1
Size: 3754138
Description: MySQL database server binaries
 MySQL is a fast, stable and true multi-user, multi-threaded SQL database
 server. SQL (Structured Query Language) is the most popular database query
 language in the world. The main goals of MySQL are speed, robustness and
 ease of use.
 .
 This package includes the server binaries but doesn't contain all the
 infrastructure needed to setup system databases.
Homepage: http://dev.mysql.com/
Original-Maintainer: Debian MySQL Maintainers <pkg-mysql-maint@lists.alioth.debian.org>

Package: ubuntu-minimal
Priority: optional
Section: metapackages
Installed-Size: 60
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: ubuntu-meta
Version: 1.325.1
Depends: adduser, apt, apt-utils, bzip2, console-setup, debconf, debconf-i18n, eject, gnupg, ifupdown, initramfs-tools, iproute2, iputils-ping, isc-dhcp-client, kbd, kmod, less, locales, lsb-release, makedev, mawk, net-tools, netbase, netcat-openbsd, ntpdate, passwd, procps, python3, resolvconf, rsyslog, sudo, tzdata, ubuntu-advantage-tools, ubuntu-keyring, udev, upstart, ureadahead, vim-tiny, whiptail
Filename: pool/main/u/ubuntu-meta/ubuntu-minimal_1.325_amd64.deb
Size: 2658
MD5sum: 8cebdcb6570624050cc61139d62ea3ef
Description: Minimal core of Ubuntu
 This package depends on all of the packages in the Ubuntu minimal system,
 that is a functional command-line system with the following capabilities:
 .
  - Boot
  - Detect hardware
  - Connect to a network
  - Install packages
  - Perform basic diagnostics
 .
 It is also used to help ensure proper upgrades, so it is recommended that
 it not be removed.

Package: python-distlib-whl
Priority: optional
Section: python
Installed-Size: 174
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: distlib
Version: 0.1.8-1ubuntu1
Size: 140312
Description: low-level components of python distutils2/packaging
 Distlib is a library which implements low-level functions that relate to
 packaging and distribution of Python software. It is intended to be used
 as the basis for third-party packaging tools.
 .
 This package provides the universal wheel.
Original-Maintainer: Matthias Klose <doko@debian.org>
Homepage: https://pypi.python.org/pypi/distlib

Package: popularity-contest
Priority: optional
Section: misc
Installed-Size: 130
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 1.57ubuntu1
Provides: popcon
Depends: debconf (>= 0.5) | debconf-2.0, dpkg (>= 1.10)
Pre-Depends: debconf (>= 1.5.34) | cdebconf (>= 0.106)
Recommends: cron | fcron
Suggests: anacron
Size: 31514
Description: Vote for your favourite packages automatically
 The popularity-contest package sets up a cron job that will
 periodically anonymously submit to the Ubuntu developers
 statistics about the most used Ubuntu packages on this system.
 .
 This information helps Ubuntu make decisions such as which packages
 should go on the first CD. It also lets Ubuntu improve future versions
 of the distribution so that the most popular packages are the ones which
 are installed automatically for new users.
Homepage: http://popcon.debian.org/
Original-Maintainer: Popularity Contest Developers <popcon-developers@lists.alioth.debian.org>

Package: apparmor
Priority: extra
Section: admin
Installed-Size: 1430
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 2.10.95-0ubuntu2.6~14.04.4
Replaces: apparmor-parser, apparmor-utils (<< 2.8.0-0ubuntu28), libapache2-mod-apparmor (<< 2.5.1-0ubuntu3)
Depends: libc6 (>= 2.17), debconf (>= 0.5) | debconf-2.0, python3, libapparmor-perl, lsb-base, debconf, initramfs-tools | linux-initramfs-tool
Suggests: apparmor-profiles, apparmor-profiles-extra, apparmor-docs, apparmor-utils
Breaks: apparmor-easyprof-ubuntu (<< 1.1.14), apparmor-utils (<< 2.8.0-0ubuntu28), libapache2-mod-apparmor (<< 2.5.1-0ubuntu3), libvirt-bin (<< 1.2.2-0ubuntu9~), lightdm (<< 1.9.14-0ubuntu2~), lxc (<< 1.0.2-0ubuntu2~)
Size: 361882
Description: user-space parser utility for AppArmor
 This provides the system initialization scripts needed to use the
 AppArmor Mandatory Access Control system, including the AppArmor Parser
 which is required to convert AppArmor text profiles into machine-readable
 policies that are loaded into the kernel for use with the AppArmor Linux
 Security Module.
Homepage: http://apparmor.net/
Original-Maintainer: Debian AppArmor Team <pkg-apparmor-team@lists.alioth.debian.org>

Package: m4
Priority: standard
Section: interpreters
Installed-Size: 334
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 1.4.17-2ubuntu1
Depends: libc6 (>= 2.17), libsigsegv2 (>= 2.9)
Size: 194854
Description: a macro processing language
 GNU `m4' is an implementation of the traditional UNIX macro
 processor.  It is mostly SVR4 compatible, although it has some
 extensions (for example, handling more than 9 positional parameters to
 macros).  `m4' also has builtin functions for including files, running
 shell commands, doing arithmetic, etc.  Autoconf needs GNU `m4' for
 generating `configure' scripts, but not for running them.
Homepage: http://www.gnu.org/software/m4/
Original-Maintainer: Santiago Vila <sanvila@debian.org>

Package: intel-microcode
Priority: standard
Section: non-free/admin
Installed-Size: 2462
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 3.20190618.0ubuntu0.14.04.1
Depends: iucode-tool (>= 1.0)
Recommends: initramfs-tools (>= 0.113~)
Conflicts: microcode.ctl (<< 0.18~0)
Size: 1923538
Description: Processor microcode firmware for Intel CPUs
 This package contains updated system processor microcode for
 Intel i686 and Intel X86-64 processors.  Intel releases microcode
 updates to correct processor behavior as documented in the
 respective processor specification updates.
 .
 For AMD processors, please refer to the amd64-microcode package.
Homepage: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files
Original-Maintainer: Henrique de Moraes Holschuh <hmh@debian.org>

Package: libpython3.5-stdlib
Priority: optional
Section: python
Installed-Size: 9600
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: python3.5
Version: 3.5.2-2ubuntu0~16.04.4~14.04.1
Depends: libpython3.5-minimal (= 3.5.2-2ubuntu0~16.04.4~14.04.1), mime-support, libbz2-1.0, libc6 (>= 2.15), libdb5.3, liblzma5 (>= 5.1.1alpha+20120614), libmpdec2, libncursesw5 (>= 5.6+20070908), libreadline6 (>= 6.0), libsqlite3-0 (>= 3.5.9), libtinfo5
Size: 2072978
Description: Interactive high-level object-oriented language (standard library, version 3.5)
 Python is a high-level, interactive, object-oriented language. Its 3.5 version
 includes an extensive class library with lots of goodies for
 network programming, system administration, sounds and graphics.
 .
 This package contains Python 3.5's standard library. It is normally not
 used on its own, but as a dependency of python3.5.
Original-Maintainer: Matthias Klose <doko@debian.org>

Package: rsyslog
Priority: important
Section: admin
Installed-Size: 1541
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 7.4.4-1ubuntu2.7
Provides: linux-kernel-log-daemon, system-log-daemon
Depends: libc6 (>= 2.17), libestr0 (>= 0.1.4), libjson-c2 (>= 0.10), libuuid1 (>= 2.16), zlib1g (>= 1:1.1.4), init-system-helpers (>= 1.13~), sysv-rc (>= 2.88dsf-24) | file-rc (>= 0.8.16), lsb-base (>= 4.1+Debian3), initscripts (>= 2.88dsf-13.3), adduser, ucf
Recommends: logrotate
Suggests: rsyslog-mysql | rsyslog-pgsql, rsyslog-doc, rsyslog-gnutls, rsyslog-gssapi, rsyslog-relp, apparmor (>= 2.3)
Conflicts: linux-kernel-log-daemon, system-log-daemon
Filename: pool/main/r/rsyslog/rsyslog_7.4.4-1ubuntu2_amd64.deb
Size: 353390
MD5sum: 200ad2847fc9df9a3265cba8426db2ba
Description: reliable system and kernel logging daemon
 Rsyslog is a multi-threaded implementation of syslogd (a system utility
 providing support for message logging), with features that include:
  * reliable syslog over TCP, SSL/TLS and RELP
  * on-demand disk buffering
  * email alerting
  * writing to MySQL or PostgreSQL databases (via separate output plugins)
  * permitted sender lists
  * filtering on any part of the syslog message
  * on-the-wire message compression
  * fine-grained output format control
  * failover to backup destinations
  * enterprise-class encrypted syslog relaying
 .
 It is the default syslogd on Debian systems.
Homepage: http://www.rsyslog.com/
Original-Maintainer: Michael Biebl <biebl@debian.org>

Package: installation-report
Priority: optional
Section: misc
Installed-Size: 79
Maintainer: Ubuntu Installer Team <ubuntu-installer@lists.ubuntu.com>
Architecture: all
Version: 2.54ubuntu1
Depends: debconf
Recommends: pciutils
Size: 7476
Description: system installation report
 This package contains instructions and programs for reporting on
 the installation of a new system. It can help you fill out an
 installation report and send it to the Debian bug tracking system.
 .
 Purging this package will remove the logs of the system's installation.
Original-Maintainer: Debian Install System Team <debian-boot@lists.debian.org>

Package: cpio
Priority: important
Section: utils
Installed-Size: 312
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 2.11+dfsg-1ubuntu1.2
Replaces: cpio-mt
Depends: libc6 (>= 2.17)
Suggests: libarchive1
Conflicts: cpio-mt, mt-st (<< 0.6)
Filename: pool/main/c/cpio/cpio_2.11+dfsg-1ubuntu1_amd64.deb
Size: 73806
MD5sum: f23a62256514a03a5ab4ab42a52a5834
Description: GNU cpio -- a program to manage archives of files
 GNU cpio is a tool for creating and extracting archives, or copying
 files from one place to another.  It handles a number of cpio formats
 as well as reading and writing tar files.
Homepage: http://www.gnu.org/software/cpio/
Original-Maintainer: Ruben Molina <rmolina@udea.edu.co>

Package: powermgmt-base
Priority: optional
Section: utils
Installed-Size: 63
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 1.31build1
Replaces: apmd (<= 3.0.2-1.17)
Depends: udev | makedev, libc6 (>= 2.3.4), module-init-tools
Size: 9854
Description: Common utils and configs for power management
 This package contains utilities and configuration files
 for power management that are common to APM and ACPI.
Original-Maintainer: Chris Hanson <cph@debian.org>

Package: libstdc++6
Priority: important
Section: libs
Installed-Size: 1287
Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: gcc-4.8
Version: 4.8.4-2ubuntu1~14.04.4
Replaces: libstdc++6-4.8-dbg (<< 4.8.2-22)
Depends: gcc-4.8-base (= 4.8.4-2ubuntu1~14.04.4), libc6 (>= 2.18), libgcc1 (>= 1:4.1.1)
Pre-Depends: multiarch-support
Breaks: gcc-4.1, gcc-4.3 (<< 4.3.6-1), gcc-4.4 (<< 4.4.6-4), gcc-4.5 (<< 4.5.3-2)
Conflicts: scim (<< 1.4.2-1)
Filename: pool/main/g/gcc-4.8/libstdc++6_4.8.2-19ubuntu1_amd64.deb
Size: 259682
MD5sum: b2f28be39b36ec4f5e5bf6c7da12de2e
Description: GNU Standard C++ Library v3
 This package contains an additional runtime library for C++ programs
 built with the GNU compiler.
 .
 libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which
 was included up to g++-2.95. The first version of libstdc++-v3 appeared
 in g++-3.0.
Homepage: http://gcc.gnu.org/
Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>

Package: libpcsclite1
Priority: optional
Section: libs
Installed-Size: 91
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: pcsc-lite
Version: 1.8.10-1ubuntu1.1
Depends: libc6 (>= 2.15)
Pre-Depends: multiarch-support
Suggests: pcscd (= 1.8.10-1ubuntu1.1)
Breaks: libpcsclite-dev (<< 1.8.10-1ubuntu1.1), pcscd (<< 1.8.10-1ubuntu1.1)
Size: 21050
Description: Middleware to access a smart card using PC/SC (library)
 The purpose of PC/SC Lite is to provide a Windows(R) SCard interface
 in a very small form factor for communicating to smartcards and
 readers.
 .
 The PC/SC Lite library is used to connect to the PC/SC daemon from
 a client application and provide access to the desired reader.
Homepage: http://pcsclite.alioth.debian.org/
Original-Maintainer: Ludovic Rousseau <rousseau@debian.org>

Package: libatkmm-1.6-1
Priority: optional
Section: libs
Installed-Size: 326
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: atkmm1.6
Version: 2.22.7-2ubuntu1
Replaces: libgtkmm-2.4-1c2a (<< 1:2.22.0)
Depends: libatk1.0-0 (>= 1.12.4), libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.16.0), libglibmm-2.4-1c2a (>= 2.36.2), libsigc++-2.0-0c2a (>= 2.0.2), libstdc++6 (>= 4.1.1)
Pre-Depends: multiarch-support
Breaks: libgtkmm-2.4-1c2a (<< 1:2.22.0)
Size: 58450
Description: C++ wrappers for ATK accessibility toolkit (shared libraries)
 Atkmm is a C++ interface for ATK, accessibility toolkit used by Gtk+ library.
 It provides a familiar interface for C++ programmers to add accessibility
 features to their applications.
 .
 This package contains shared libraries.
Homepage: http://www.gtkmm.org/
Original-Maintainer: Krzysztof Klimonda <kklimonda@syntaxhighlighted.com>

Package: python-pip-whl
Priority: optional
Section: python
Installed-Size: 152
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: python-pip
Version: 1.5.4-1ubuntu4
Depends: python-chardet-whl, python-colorama-whl, python-distlib-whl, python-html5lib-whl, python-requests-whl, python-setuptools-whl, python-six-whl, python-urllib3-whl
Size: 110990
Description: alternative Python package installer
 pip is a replacement for easy_install, and is intended to be an improved
 Python package installer.  It integrates with virtualenv, doesn't do partial
 installs, can save package state for replaying, can install from non-egg
 sources, and can install from version control repositories.
 .
 This is the support package for the PEP 427 wheel version of the package,
 required for using pip inside a virtual environment.
Homepage: http://www.pip-installer.org/
Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>

Package: zip
Priority: optional
Section: utils
Installed-Size: 589
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 3.0-8
Depends: libbz2-1.0, libc6 (>= 2.14)
Recommends: unzip
Size: 261756
Description: Archiver for .zip files
 This is InfoZIP's zip program. It produces files that are fully
 compatible with the popular PKZIP program; however, the command line
 options are not identical. In other words, the end result is the same,
 but the methods differ. :-)
 .
 This version supports encryption.
Original-Maintainer: Santiago Vila <sanvila@debian.org>
Homepage: http://www.info-zip.org/Zip.html

Package: apport
Priority: optional
Section: utils
Installed-Size: 1292
Maintainer: Martin Pitt <martin.pitt@ubuntu.com>
Architecture: all
Version: 2.14.1-0ubuntu3.29
Replaces: python-apport (<< 2.2-0ubuntu1)
Depends: python3, python3-apport (>= 2.14.1-0ubuntu3.29), lsb-base (>= 3.0-6), python3-gi, gir1.2-glib-2.0 (>= 1.29.17), sysv-rc (>= 2.86.ds1-14.1ubuntu2), sysv-rc (>= 2.88dsf-24) | file-rc (>= 0.8.16)
Recommends: apport-symptoms, policykit-1
Suggests: apport-gtk | apport-kde
Breaks: python-apport (<< 2.2-0ubuntu1)
Size: 183286
Description: automatically generate crash reports for debugging
 apport automatically collects data from crashed processes and
 compiles a problem report in /var/crash/. This utilizes the crashdump
 helper hook provided by the Ubuntu kernel.
 .
 This package also provides a command line frontend for browsing and
 handling the crash reports. For desktops, you should consider
 installing the GTK+ or Qt user interface (apport-gtk or apport-kde).
Homepage: https://wiki.ubuntu.com/Apport

Package: libmpfr4
Priority: optional
Section: libs
Installed-Size: 761
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: mpfr4
Version: 3.1.2-1
Depends: libc6 (>= 2.14), libgmp10
Pre-Depends: multiarch-support
Conflicts: libgmp3 (<< 4.1.4-3)
Size: 202636
Description: multiple precision floating-point computation
 MPFR provides a library for multiple-precision floating-point computation
 with correct rounding.  The computation is both efficient and has a
 well-defined semantics. It copies the good ideas from the
 ANSI/IEEE-754 standard for double-precision floating-point arithmetic
 (53-bit mantissa).
Original-Maintainer: Laurent Fousse <lfousse@debian.org>
Homepage: http://www.mpfr.org/

Package: isc-dhcp-client
Priority: important
Section: net
Installed-Size: 1826
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: isc-dhcp
Version: 4.2.4-7ubuntu12.13
Replaces: dhcp3-client
Provides: dhcp-client, dhcp3-client
Depends: libc6 (>= 2.15), debianutils (>= 2.8.2), isc-dhcp-common (= 4.2.4-7ubuntu12.13), iproute2
Suggests: resolvconf, avahi-autoipd, apparmor
Conflicts: dhcp-client (<< 3.0), ifupdown (<< 0.6.8+nmu3), resolvconf (<= 1.45), samba-common (<< 3.0.0beta1-2)
Filename: pool/main/i/isc-dhcp/isc-dhcp-client_4.2.4-7ubuntu12_amd64.deb
Size: 639806
MD5sum: 4c428d216f716d1c46146db5207f14cd
Description: ISC DHCP client
 This is the client from the Internet Software Consortium's implementation of
 DHCP. For more information visit http://www.isc.org.
 .
 Dynamic Host Configuration Protocol (DHCP) is a protocol like BOOTP
 (actually dhcpd includes much of the functionality of bootpd). It
 gives client machines "leases" for IP addresses and can
 automatically set their network configuration. If your machine
 depends on DHCP (especially likely if it's a workstation on a large
 network, or a laptop, or attached to a cable modem), keep this or
 another DHCP client installed.
 .
 Extra documentation can be found in the package isc-dhcp-common.
Original-Maintainer: Debian ISC DHCP maintainers <pkg-dhcp-devel@lists.alioth.debian.org>

Package: ca-certificates
Priority: optional
Section: misc
Installed-Size: 405
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Version: 20170717~14.04.2
Depends: openssl (>= 1.0.0), debconf (>= 0.5) | debconf-2.0
Breaks: ca-certificates-java (<< 20121112+nmu1)
Enhances: openssl
Size: 166208
Description: Common CA certificates
 This package includes PEM files of CA certificates to allow SSL-based
 applications to check for the authenticity of SSL connections.
 .
 It includes, among others, certificate authorities used by the Debian
 infrastructure and those shipped with Mozilla's browsers.
 .
 Please note that Debian can neither confirm nor deny whether the
 certificate authorities whose certificates are included in this package
 have in any way been audited for trustworthiness or RFC 3647 compliance.
 Full responsibility to assess them belongs to the local system
 administrator.
Original-Maintainer: Michael Shuler <michael@pbandjelly.org>

Package: update-notifier-common
Priority: optional
Section: gnome
Installed-Size: 2095
Maintainer: Michael Vogt <michael.vogt@ubuntu.com>
Architecture: all
Source: update-notifier
Version: 0.154.1ubuntu8
Replaces: update-notifier (<< 0.75.1)
Depends: python, python3:any, python-apt (>= 0.6.12), python3-apt, python-debian, debconf, patch, update-manager-core (>= 1:0.196.23)
Pre-Depends: dpkg (>= 1.15.7.2)
Recommends: libpam-modules (>= 1.0.1-9ubuntu3)
Suggests: policykit-1
Size: 162330
Description: Files shared between update-notifier and other packages
 Apt setup files and reboot notification scripts shared between
 update-notifier and other packages, notably for server use cases.

Package: strace
Priority: optional
Section: utils
Installed-Size: 492
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 4.8-1ubuntu5
Depends: libc6 (>= 2.15)
Size: 112950
Description: A system call tracer
 strace is a system call tracer, i.e. a debugging tool which prints out
 a trace of all the system calls made by a another process/program.
 The program to be traced need not be recompiled for this, so you can
 use it on binaries for which you don't have source.
 .
 System calls and signals are events that happen at the user/kernel
 interface. A close examination of this boundary is very useful for bug
 isolation, sanity checking and attempting to capture race conditions.
Homepage: http://sourceforge.net/projects/strace/
Original-Maintainer: Frederik Schüler <fs@debian.org>

Package: vim-tiny
Priority: important
Section: editors
Installed-Size: 931
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: vim
Version: 2:7.4.052-1ubuntu3.1
Provides: editor
Depends: vim-common (= 2:7.4.052-1ubuntu3.1), libacl1 (>= 2.2.51-8), libc6 (>= 2.15), libselinux1 (>= 1.32), libtinfo5
Suggests: indent
Filename: pool/main/v/vim/vim-tiny_7.4.052-1ubuntu3_amd64.deb
Size: 391190
MD5sum: 0ec79417129746ff789fcff0976730c5
Description: Vi IMproved - enhanced vi editor - compact version
 Vim is an almost compatible version of the UNIX editor Vi.
 .
 Many new features have been added: multi level undo, syntax
 highlighting, command line history, on-line help, filename
 completion, block operations, folding, Unicode support, etc.
 .
 This package contains a minimal version of vim compiled with no
 GUI and a small subset of features in order to keep small the
 package size. This package does not depend on the vim-runtime
 package, but installing it you will get its additional benefits
 (online documentation, plugins, ...).
Homepage: http://www.vim.org/
Original-Maintainer: Debian Vim Maintainers <pkg-vim-maintainers@lists.alioth.debian.org>

Package: node-graceful-fs
Priority: extra
Section: web
Installed-Size: 49
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 2.0.0-2
Depends: nodejs
Size: 6718
Description: drop-in replacement improving the Node.js fs module
 node-graceful-fs module normalizes behavior across different platforms
 and environments, and makes filesystem access more resilient to errors:
  * queues up open and readdir calls, and retries them once something
    closes if there is an EMFILE error from too many file descriptors.
  * fixes lchmod for Node versions prior to 0.6.2
  * implements fs.lutimes if possible. Otherwise it becomes a noop.
  * ignores EINVAL and EPERM errors in chown, fchown or lchown if the
    user isn't root.
  * makes lchmod and lchown become noops, if not available.
  * retries reading a file if read results in EAGAIN error.
 .
 Node.js is an event-based server-side javascript engine.
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Homepage: https://github.com/isaacs/node-graceful-fs

Package: python-debian
Priority: optional
Section: python
Installed-Size: 255
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 0.1.21+nmu2ubuntu2
Replaces: python-deb822
Provides: python-deb822
Depends: python (>= 2.7), python (<< 2.8), python:any (>= 2.7.1-0ubuntu2), python-six, python-chardet
Recommends: python-apt
Suggests: gpgv
Conflicts: python-deb822
Size: 49716
Description: Python modules to work with Debian-related data formats
 This package provides Python modules that abstract many formats of Debian
 related files. Currently handled are:
  * Debtags information (debian.debtags module)
  * debian/changelog (debian.changelog module)
  * Packages files, pdiffs (debian.debian_support module)
  * Control files of single or multiple RFC822-style paragraphs, e.g.
    debian/control, .changes, .dsc, Packages, Sources, Release, etc.
    (debian.deb822 module)
  * Raw .deb and .ar files, with (read-only) access to contained
    files and meta-information
Original-Maintainer: Debian python-debian Maintainers <pkg-python-debian-maint@lists.alioth.debian.org>

Package: inkscape
Priority: optional
Section: graphics
Installed-Size: 62232
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 0.48.4-3ubuntu2
Depends: python:any (>= 2.7.1-0ubuntu2), libaspell15 (>= 0.60.7~20110707), libatkmm-1.6-1 (>= 2.22.1), libc6 (>= 2.14), libcairo2 (>= 1.10.0), libcairomm-1.0-1 (>= 1.6.4), libfontconfig1 (>= 2.9.0), libfreetype6 (>= 2.2.1), libgc1c2 (>= 1:7.2d), libgcc1 (>= 1:4.1.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.35.9), libglibmm-2.4-1c2a (>= 2.36.2), libgnomevfs2-0 (>= 1:2.17.90), libgomp1 (>= 4.2.1), libgsl0ldbl (>= 1.9), libgtk2.0-0 (>= 2.24.0), libgtkmm-2.4-1c2a (>= 1:2.24.0), libgtkspell0 (>= 2.0.10), liblcms2-2 (>= 2.2+git20110628), libmagick++5 (>= 8:6.7.7.10), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libpangoft2-1.0-0 (>= 1.14.0), libpangomm-1.4-1 (>= 2.27.1), libpng12-0 (>= 1.2.13-4), libpoppler-glib8 (>= 0.18.0), libpoppler44 (>= 0.24.5), libpopt0 (>= 1.14), libsigc++-2.0-0c2a (>= 2.0.2), libstdc++6 (>= 4.6), libwpd-0.9-9, libwpg-0.2-2, libx11-6, libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: aspell, imagemagick, libgnomevfs2-extra, libwmf-bin, perlmagick, python-lxml, python-numpy, transfig
Suggests: pstoedit, dia | dia-gnome, libsvg-perl, libxml-xql-perl, python-uniconvertor, ruby
Size: 9890172
Description: vector-based drawing program
 Inkscape is an illustration editor which has everything needed to
 create professional-quality computer art. You can use it to make
 diagrams and illustrations, technical drawings, web graphics, clip art,
 icons and logos. A collection of hands-on tutorials show you how to
 combine lines, shapes and text of different types and styles to build
 up a picture.
 .
 A selection of powerful vector graphics editing tools comes as
 standard. There is excellent support for paths, gradients, layers,
 alpha transparency and text flow control. An extensive library of
 filters allow you to apply realistic effects and extensions allow you
 to work with bitmaps, barcodes and printing marks, amongst other things.
 .
 Most of the common vector formats are supported, including PDF, Adobe
 Illustrator and AutoCAD files, and it has unrivalled support for the
 SVG web graphics standard.
Homepage: http://www.inkscape.org/
Original-Maintainer: Wolfram Quester <wolfi@sigxcpu.org>

Package: python3-urllib3
Priority: optional
Section: python
Installed-Size: 197
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: python-urllib3
Version: 1.7.1-1ubuntu4.1
Depends: python3:any (>= 3.3.2-2~), python3-six
Recommends: ca-certificates
Size: 39546
Description: HTTP library with thread-safe connection pooling for Python3
 urllib3 supports features left out of urllib and urllib2 libraries.
 .
   - Re-use the same socket connection for multiple requests (HTTPConnectionPool
     and HTTPSConnectionPool) (with optional client-side certificate
     verification).
   - File posting (encode_multipart_formdata).
   - Built-in redirection and retries (optional).
   - Supports gzip and deflate decoding.
   - Thread-safe and sanity-safe.
   - Small and easy to understand codebase perfect for extending and
     building upon.
 .
 This package contains the Python 3 version of the library.
Homepage: http://urllib3.readthedocs.org
Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>

Package: node-slide
Priority: extra
Section: web
Installed-Size: 50
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 1.1.4-1
Depends: nodejs
Size: 6118
Description: Simple chain and asyncMap flow control module for Node.js
 The flow control module used by npm, for chaining functions with a
 clean and concise style, without the need for lots of inlined callbacks
 functions. Results are optionally filled in an array given as argument.
 .
 node-slide also provides an asyncMap function.
 .
 Node.js is an event-based server-side javascript engine.
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Homepage: https://github.com/isaacs/slide-flow-control

Package: mysql-server
Priority: optional
Section: database
Installed-Size: 122
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: mysql-5.5
Version: 5.5.62-0ubuntu0.14.04.1
Depends: mysql-server-5.5
Size: 10954
Description: MySQL database server (metapackage depending on the latest version)
 This is an empty package that depends on the current "best" version of
 mysql-server (currently mysql-server-5.5), as determined by the MySQL
 maintainers. Install this package if in doubt about which MySQL
 version you need. That will install the version recommended by the
 package maintainers.
 .
 MySQL is a fast, stable and true multi-user, multi-threaded SQL database
 server. SQL (Structured Query Language) is the most popular database query
 language in the world. The main goals of MySQL are speed, robustness and
 ease of use.
Homepage: http://dev.mysql.com/
Original-Maintainer: Debian MySQL Maintainers <pkg-mysql-maint@lists.alioth.debian.org>

Package: binutils
Priority: optional
Section: devel
Installed-Size: 11464
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 2.24-5ubuntu14.2
Replaces: binutils-gold (<< 2.20.51.20100415), binutils-mingw-w64-i686 (<< 2.23.52.20130612-1+3), binutils-mingw-w64-x86-64 (<< 2.23.52.20130612-1+3)
Provides: binutils-gold, elf-binutils
Depends: libc6 (>= 2.14), zlib1g (>= 1:1.2.0)
Suggests: binutils-doc (>= 2.24-5ubuntu14.2)
Breaks: binutils-mingw-w64-i686 (<< 2.23.52.20130612-1+3), binutils-mingw-w64-x86-64 (<< 2.23.52.20130612-1+3)
Conflicts: binutils-gold (<< 2.20.51.20100415), binutils-mingw-w64-i686 (<< 2.23.52.20130612-1+3), binutils-mingw-w64-x86-64 (<< 2.23.52.20130612-1+3), elf-binutils, gas, modutils (<< 2.4.19-1)
Size: 2075826
Description: GNU assembler, linker and binary utilities
 The programs in this package are used to assemble, link and manipulate
 binary and object files.  They may be used in conjunction with a compiler
 and various libraries to build programs.
Original-Maintainer: Matthias Klose <doko@debian.org>

Package: libblas3
Priority: optional
Section: libs
Installed-Size: 544
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: blas
Version: 1.2.20110419-7
Replaces: libatlas3gf-base (<< 3.8.4-4), libblas3gf (<< 1.2.20110419-3), libopenblas-base (<< 0.1.1-3)
Provides: libblas.so.3, libblas.so.3gf, libblas3gf
Depends: libc6 (>= 2.4)
Breaks: libatlas3gf-base (<< 3.8.4-4), libblas3gf (<< 1.2.20110419-3), libopenblas-base (<< 0.1.1-3)
Conflicts: octave3.2
Size: 214586
Description: Basic Linear Algebra Reference implementations, shared library
 BLAS (Basic Linear Algebra Subroutines) is a set of efficient
 routines for most of the basic vector and matrix operations.
 They are widely used as the basis for other high quality linear
 algebra software, for example lapack and linpack.  This
 implementation is the Fortran 77 reference implementation found
 at netlib.
 .
 This package contains a shared version of the library.
Original-Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Homepage: http://www.netlib.org/blas/

Package: libmailutils4
Priority: optional
Section: libs
Installed-Size: 1924
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: mailutils
Version: 1:2.99.98-1.1
Replaces: libmailutils1, libmailutils2
Depends: mailutils-common (= 1:2.99.98-1.1), guile-2.0-libs, libc6 (>= 2.14), libgnutls26 (>= 2.12.17-0), libgsasl7 (>= 1.1), libkyotocabinet16 (>= 1.2.76), libldap-2.4-2 (>= 2.4.7), libltdl7 (>= 2.4.2), libmysqlclient18 (>= 5.5.13-1), libpam0g (>= 0.99.7.1), libpython2.7 (>= 2.7)
Conflicts: libmailutils0, libmailutils1, libmailutils2
Size: 398210
Description: GNU Mail abstraction library
 GNU Mailutils is a rich and powerful protocol-independent mail framework.
 It contains a series of useful mail libraries, clients, and servers.
 .
 This is GNU's Mail abstraction library.  This library allows programs to
 hook into a single library for many different types of mail backends.
 The following backend stores are currently provided: mbox, mh, maildir,
 pop3, imap4.
Original-Maintainer: Jordi Mallach <jordi@debian.org>
Homepage: http://www.gnu.org/software/mailutils/

Package: ssh-import-id
Priority: extra
Section: misc
Installed-Size: 83
Maintainer: Dustin Kirkland <kirkland@ubuntu.com>
Architecture: all
Version: 3.21-0ubuntu1
Depends: ca-certificates, openssh-client, python-requests (>= 1.1.0), wget, python (>= 2.7), python (<< 2.8)
Recommends: openssh-server
Size: 9624
Description: securely retrieve an SSH public key and install it locally
 This utility will securely contact a public keyserver (Launchpad.net by
 default, but Github.com is also supported), retrieve one or more user's
 public keys, and append these to the current user's ~/.ssh/authorized_keys
 file.
Homepage: http://launchpad.net/ssh-import-id

Package: php5-mysql
Priority: optional
Section: php
Installed-Size: 290
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: php5
Version: 5.5.9+dfsg-1ubuntu4.29
Replaces: php5-mysqli, php5-mysqlnd
Depends: libc6 (>= 2.14), libmysqlclient18 (>= 5.5.24+dfsg-1), phpapi-20121212, php5-common (= 5.5.9+dfsg-1ubuntu4.29), ucf
Pre-Depends: dpkg (>= 1.15.7.2~)
Conflicts: php5-mysqli, php5-mysqlnd
Size: 62756
Description: MySQL module for php5
 This package provides modules for MySQL database connections directly from
 PHP scripts.  It includes the generic "mysql" module which can be used
 to connect to all versions of MySQL, an improved "mysqli" module for
 MySQL version 4.1 or later, and the pdo_mysql module for use with
 the PHP Data Object extension.
 .
 PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used
 open source general-purpose scripting language that is especially suited
 for web development and can be embedded into HTML.
Homepage: http://www.php.net/
Original-Maintainer: Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>

Package: node-which
Priority: extra
Section: web
Installed-Size: 37
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 1.0.5-2
Depends: nodejs
Size: 3678
Description: Cross-platform 'which' module for Node.js
 node-which finds the first instance of a specified executable
 in the PATH environment variable, simulating the behaviour of
 the standard "which" program.
 node-which supports all platforms supported by Node.js.
 .
 This is the module only, the binary being totally useless.
 .
 Node.js is an event-based server-side javascript engine.
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Homepage: https://github.com/isaacs/node-which

Package: dbconfig-common
Priority: optional
Section: admin
Installed-Size: 1180
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 1.8.47+nmu1
Depends: ucf (>= 0.28), debconf (>= 0.5) | debconf-2.0
Suggests: virtual-mysql-client | mysql-client | postgresql-client
Size: 467850
Description: common framework for packaging database applications
 This package presents a policy and implementation for
 managing various databases used by applications included in
 Debian packages.
 .
 It can:
  - support MySQL, PostgreSQL, and sqlite based applications;
  - create or remove databases and database users;
  - access local or remote databases;
  - upgrade/modify databases when upstream changes database structure;
  - generate config files in many formats with the database info;
  - import configs from packages previously managing databases on their own;
  - prompt users with a set of normalized, pre-translated questions;
  - handle failures gracefully, with an option to retry;
  - do all the hard work automatically;
  - work for package maintainers with little effort on their part;
  - work for local admins with little effort on their part;
  - comply with an agreed upon set of standards for behavior;
  - do absolutely nothing if that is the whim of the local admin;
  - perform all operations from within the standard flow of
    package management (no additional skill is required of the local
    admin).
Original-Maintainer: Sean Finney <seanius@debian.org>

Package: less
Priority: standard
Section: text
Installed-Size: 288
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 458-2
Depends: libc6 (>= 2.14), libtinfo5, debianutils (>= 1.8)
Filename: pool/main/l/less/less_458-2_amd64.deb
Size: 116354
MD5sum: abb4cbfbfecc92b21c7fda9118c3da6b
Description: pager program similar to more
 This package provides "less", a file pager (that is, a memory-efficient
 utility for displaying text one screenful at a time). Less has many
 more features than the basic pager "more". As part of the GNU project,
 it is widely regarded as the standard pager on UNIX-derived systems.
 .
 Also provided are "lessecho", a simple utility for ensuring arguments
 with spaces are correctly quoted; "lesskey", a tool for modifying the
 standard (vi-like) keybindings; and "lesspipe", a filter for specific
 types of input, such as .doc or .txt.gz files.
Original-Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
Homepage: http://www.greenwoodsoftware.com/less/

Package: libfreetype6-dev
Priority: optional
Section: libdevel
Installed-Size: 3514
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: freetype
Version: 2.5.2-1ubuntu2.8
Depends: libfreetype6 (= 2.5.2-1ubuntu2.8), libc6-dev | libc-dev, zlib1g-dev | libz-dev, libpng-dev
Size: 622976
Description: FreeType 2 font engine, development files
 The FreeType project is a team of volunteers who develop free,
 portable and high-quality software solutions for digital typography.
 They specifically target embedded systems and focus on bringing small,
 efficient and ubiquitous products.
 .
 This package contains all supplementary files (static library, headers
 and documentation) you need to develop your own programs using the
 FreeType 2 library.
Homepage: http://www.freetype.org
Original-Maintainer: Steve Langasek <vorlon@debian.org>

Package: libapparmor1
Priority: extra
Section: libs
Installed-Size: 148
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: apparmor
Version: 2.10.95-0ubuntu2.6~14.04.4
Depends: libc6 (>= 2.17)
Size: 31184
Description: changehat AppArmor library
 This package provides the shared library used for making use of the
 AppArmor profile and changehat functionality, as well as common log
 parsing routines.
Homepage: http://apparmor.net/
Original-Maintainer: Debian AppArmor Team <pkg-apparmor-team@lists.alioth.debian.org>

Package: mysql-client-5.5
Priority: optional
Section: database
Installed-Size: 29689
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: mysql-5.5
Version: 5.5.62-0ubuntu0.14.04.1
Replaces: mysql-client (<< 5.5.62-0ubuntu0.14.04.1), mysql-client-5.0, mysql-client-5.1
Provides: mysql-client, virtual-mysql-client
Depends: debianutils (>= 1.6), libdbd-mysql-perl (>= 1.2202), libdbi-perl, libterm-readkey-perl, mysql-client-core-5.5, mysql-common (>= 5.5.62-0ubuntu0.14.04.1), perl, libc6 (>= 2.17), zlib1g (>= 1:1.1.4)
Breaks: mysql-client (<< 5.5.62-0ubuntu0.14.04.1), mysql-client-5.0, mysql-client-5.1
Size: 1458542
Description: MySQL database client binaries
 MySQL is a fast, stable and true multi-user, multi-threaded SQL database
 server. SQL (Structured Query Language) is the most popular database query
 language in the world. The main goals of MySQL are speed, robustness and
 ease of use.
 .
 This package includes the client binaries and the additional tools
 innotop and mysqlreport.
Homepage: http://dev.mysql.com/
Original-Maintainer: Debian MySQL Maintainers <pkg-mysql-maint@lists.alioth.debian.org>

Package: libglib2.0-0
Priority: optional
Section: libs
Installed-Size: 4608
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: glib2.0
Version: 2.40.2-0ubuntu1.1
Replaces: libglib2.0-dev (<< 2.23.2-2)
Depends: libc6 (>= 2.17), libffi6 (>= 3.0.4), libpcre3, libselinux1 (>= 1.32), zlib1g (>= 1:1.2.2)
Pre-Depends: multiarch-support
Recommends: libglib2.0-data, shared-mime-info
Breaks: glib-networking (<< 2.33.12), gvfs (<< 1.8), libgnome-desktop-3-2 (<< 3.4.2-2), python-gi (<< 3.7.2)
Size: 1059266
Description: GLib library of C routines
 GLib is a library containing many useful C routines for things such
 as trees, hashes, lists, and strings.  It is a useful general-purpose
 C library used by projects such as GTK+, GIMP, and GNOME.
 .
 This package contains the shared libraries.
Homepage: http://www.gtk.org/
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>

Package: libgbm1-lts-utopic
Priority: optional
Section: libs
Installed-Size: 4254
Maintainer: Ubuntu X-SWAT <ubuntu-x@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: mesa-lts-utopic
Version: 10.3.2-0ubuntu1~trusty2
Provides: xorg-renamed-package, xorg-renamed-package-lts-utopic
Depends: libc6 (>= 2.17), libdrm-nouveau2 (>= 2.4.38), libdrm-radeon1 (>= 2.4.31), libdrm2 (>= 2.4.38), libelf1 (>= 0.142), libexpat1 (>= 2.0.1), libgcc1 (>= 1:4.7), libllvm3.5, libstdc++6 (>= 4.6), libwayland-client0 (>= 1.2.0), libwayland-server0 (>= 1.2.0), libgl1-mesa-dri-lts-utopic (= 10.3.2-0ubuntu1~trusty2), libudev1
Pre-Depends: multiarch-support
Size: 1282604
Description: generic buffer management API -- runtime
 This package contains the GBM buffer management library.  It provides a
 mechanism for allocating buffers for graphics rendering tied to Mesa.
 .
 GBM is intended to be used as a native platform for EGL on drm or openwfd.
Homepage: http://mesa3d.sourceforge.net/
Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>

Package: node-sha
Priority: extra
Section: web
Installed-Size: 44
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 1.2.3-1
Depends: nodejs
Recommends: node-graceful-fs (>= 2)
Size: 4272
Description: Check and get file or stream hashes - module for Node.js
 node-sha exposes simple functions to check and get file or stream hashes.
 The algorithm used defaults to sha1 and can be any of the algorithms
 supported by Node.js builtin crypto module.
 .
 Node.js is an event-based server-side javascript engine.
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Homepage: https://github.com/ForbesLindesay/sha

Package: libasyncns0
Priority: optional
Section: libs
Installed-Size: 59
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libasyncns
Version: 0.8-4ubuntu2
Depends: libc6 (>= 2.15)
Pre-Depends: multiarch-support
Size: 11886
Description: Asynchronous name service query library
 libasyncns is a C library for Linux/Unix for executing name service queries
 asynchronously. It is an asynchronous wrapper around getaddrinfo(3),
 getnameinfo(3), res_query(3) and res_search(3) from libc and libresolv.
Homepage: http://0pointer.de/lennart/projects/libasyncns/
Original-Maintainer: Tanguy Ortolo <tanguy+debian@ortolo.eu>

Package: libgomp1
Priority: optional
Section: libs
Installed-Size: 93
Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: gcc-4.8
Version: 4.8.4-2ubuntu1~14.04.4
Depends: gcc-4.8-base (= 4.8.4-2ubuntu1~14.04.4), libc6 (>= 2.17)
Pre-Depends: multiarch-support
Breaks: gcc-4.1, gcc-4.3 (<< 4.3.6-1), gcc-4.4 (<< 4.4.6-4), gcc-4.5 (<< 4.5.3-2)
Size: 23142
Description: GCC OpenMP (GOMP) support library
 GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers
 in the GNU Compiler Collection.
Homepage: http://gcc.gnu.org/
Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>

Package: libtext-charwidth-perl
Priority: required
Section: perl
Installed-Size: 75
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 0.04-7build3
Depends: libc6 (>= 2.2.5), perl-base (>= 5.18.1-4), perlapi-5.18.1
Filename: pool/main/libt/libtext-charwidth-perl/libtext-charwidth-perl_0.04-7build3_amd64.deb
Size: 10972
MD5sum: e527b35c65d5b6b999c3371cb0e09290
Description: get display widths of characters on the terminal
 This module permits perl software to get the display widths of characters
 and strings on the terminal, using wcwidth() and wcswidth() from libc.
 .
 It provides mbwidth(), mbswidth(), and mblen().
Original-Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
Homepage: http://search.cpan.org/search?module=Text::CharWidth

Package: amd64-microcode
Priority: standard
Section: non-free/admin
Installed-Size: 106
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 3.20180524.1~ubuntu0.14.04.2+really20130710.1ubuntu1
Breaks: intel-microcode (<< 2)
Size: 26316
Description: Processor microcode firmware for AMD CPUs
 This package contains microcode patches for all AMD AMD64
 processors.  AMD releases microcode patches to correct
 processor behavior as documented in the respective processor
 revision guides.
 .
 For Intel processors, please refer to the intel-microcode package.
Original-Maintainer: Henrique de Moraes Holschuh <hmh@debian.org>

Package: readline-common
Priority: important
Section: utils
Installed-Size: 109
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Source: readline6
Version: 6.3-4ubuntu2
Replaces: libreadline-common, libreadline4 (<< 4.3-16), libreadline5 (<< 5.0-11)
Depends: dpkg (>= 1.15.4) | install-info
Conflicts: libreadline-common, libreadline5 (<< 5.0-11)
Filename: pool/main/r/readline6/readline-common_6.3-4ubuntu2_all.deb
Size: 51236
MD5sum: d658036aeedbb56055420a216a45f613
Description: GNU readline and history libraries, common files
 The GNU readline library aids in the consistency of user interface
 across discrete programs that need to provide a command line
 interface.
 .
 The GNU history library provides a consistent user interface for
 recalling lines of previously typed input.
Original-Maintainer: Matthias Klose <doko@debian.org>

Package: libcap2
Priority: standard
Section: libs
Installed-Size: 57
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Version: 1:2.24-0ubuntu2
Depends: libc6 (>= 2.8)
Pre-Depends: multiarch-support
Filename: pool/main/libc/libcap2/libcap2_2.24-0ubuntu2_amd64.deb
Size: 10538
MD5sum: cda4985b1036c02f7f0f0b42a522cd20
Description: support for getting/setting POSIX.1e capabilities
 This library implements the user-space interfaces to the POSIX
 1003.1e capabilities available in Linux kernels. These capabilities are
 a partitioning of the all powerful root privilege into a set of distinct
 privileges.
Homepage: http://sites.google.com/site/fullycapable/
Original-Maintainer: Torsten Werner <twerner@debian.org>

Package: libitm1
Priority: optional
Section: libs
Installed-Size: 160
Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: gcc-4.8
Version: 4.8.4-2ubuntu1~14.04.4
Depends: gcc-4.8-base (= 4.8.4-2ubuntu1~14.04.4), libc6 (>= 2.14)
Pre-Depends: multiarch-support
Size: 28606
Description: GNU Transactional Memory Library
 GNU Transactional Memory Library (libitm) provides transaction support for
 accesses to the memory of a process, enabling easy-to-use synchronization of
 accesses to shared memory by several threads.
Homepage: http://gcc.gnu.org/
Original-Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>

Package: libapr1
Priority: optional
Section: libs
Installed-Size: 265
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: apr
Version: 1.5.0-1
Depends: libc6 (>= 2.15), libuuid1 (>= 2.16)
Pre-Depends: multiarch-support
Conflicts: libapr1.0
Size: 85056
Description: Apache Portable Runtime Library
 APR is Apache's Portable Runtime Library, designed to be a support library
 that provides a predictable and consistent interface to underlying
 platform-specific implementations.
Original-Maintainer: Debian Apache Maintainers <debian-apache@lists.debian.org>
Homepage: http://apr.apache.org/

Package: policykit-1
Priority: optional
Section: admin
Installed-Size: 408
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 0.105-4ubuntu3.14.04.6
Depends: libc6 (>= 2.7), libglib2.0-0 (>= 2.37.3), libpam0g (>= 0.99.7.1), libpolkit-agent-1-0 (>= 0.105), libpolkit-backend-1-0 (>= 0.99), libpolkit-gobject-1-0 (>= 0.101), libpam-systemd, dbus
Size: 51902
Description: framework for managing administrative policies and privileges
 PolicyKit is an application-level toolkit for defining and handling the policy
 that allows unprivileged processes to speak to privileged processes.
 .
 It is a framework for centralizing the decision making process with respect to
 granting access to privileged operations for unprivileged (desktop)
 applications.
Homepage: http://hal.freedesktop.org/docs/PolicyKit/
Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>

Package: libnfnetlink0
Priority: extra
Section: libs
Installed-Size: 60
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libnfnetlink
Version: 1.0.1-2
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Size: 15020
Description: Netfilter netlink library
 libnfnetlink is the low-level library for netfilter related
 kernel/userspace communication. It provides a generic messaging
 infrastructure for in-kernel netfilter subsystems (such as
 nfnetlink_log, nfnetlink_queue, nfnetlink_conntrack) and their
 respective users and/or management tools in userspace.
Original-Maintainer: Alexander Wirt <formorer@debian.org>

Package: snap
Priority: extra
Section: science
Installed-Size: 2602
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 2010-07-28-2
Depends: libc6 (>= 2.14)
Size: 954650
Description: location of genes from DNA sequence with hidden markov model
 SNAP is a general purpose gene finding program suitable for both eukaryotic
 and prokaryotic genomes. SNAP is an acroynm for Semi-HMM-based Nucleic Acid
 Parser.
Original-Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Homepage: http://homepage.mac.com/iankorf/

Package: libcupsimage2
Priority: optional
Section: libs
Installed-Size: 161
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: cups
Version: 1.7.2-0ubuntu1.11
Depends: libc6 (>= 2.14), libcups2 (= 1.7.2-0ubuntu1.11), libcupsfilters1 (>= 1.0~b1)
Pre-Depends: multiarch-support
Size: 15426
Description: Common UNIX Printing System(tm) - Raster image library
 The Common UNIX Printing System (or CUPS(tm)) is a printing system and
 general replacement for lpd and the like.  It supports the Internet
 Printing Protocol (IPP), and has its own filtering driver model for
 handling various document types.
 .
 This package provides the image libraries for handling the CUPS
 raster format.
Homepage: http://www.cups.org
Original-Maintainer: Debian Printing Team <debian-printing@lists.debian.org>

Package: linux-image-extra-3.13.0-49-generic
Priority: optional
Section: kernel
Installed-Size: 148462
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: amd64
Source: linux
Version: 3.13.0-49.83
Depends: linux-image-3.13.0-49-generic, crda (>= 1.1.1-1ubuntu2) | wireless-crda
Size: 36760592
Description: Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
 This package contains the Linux kernel extra modules for version 3.13.0 on
 64 bit x86 SMP.
 .
 Also includes the corresponding System.map file, the modules built by the
 packager, and scripts that try to ensure that the system is not left in an
 unbootable state after an update.
 .
 Supports Generic processors.
 .
 Geared toward desktop and server systems.
 .
 You likely do not want to install this package directly. Instead, install
 the linux-generic meta-package, which will ensure that upgrades work
 correctly, and that supporting packages are also installed.

Package: libwrap0
Priority: standard
Section: libs
Installed-Size: 121
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: tcp-wrappers
Version: 7.6.q-25
Replaces: tcpd (<< 7.6.q-20)
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Recommends: tcpd
Breaks: tcpd (<< 7.6.q-20)
Size: 46166
Description: Wietse Venema's TCP wrappers library
 Wietse Venema's network logger, also known as TCPD or LOG_TCP.
 .
 These programs log the client host name of incoming telnet,
 ftp, rsh, rlogin, finger etc. requests.
 .
 Security options are:
  - access control per host, domain and/or service;
  - detection of host name spoofing or host address spoofing;
  - booby traps to implement an early-warning system.
Original-Maintainer: Marco d'Itri <md@linux.it>

Package: libkrb5-3
Priority: standard
Section: libs
Installed-Size: 988
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: krb5
Version: 1.12+dfsg-2ubuntu5.4
Depends: libc6 (>= 2.16), libcomerr2 (>= 1.34), libk5crypto3 (>= 1.9+dfsg~beta1), libkeyutils1, libkrb5support0 (= 1.12+dfsg-2ubuntu5.4)
Pre-Depends: multiarch-support
Recommends: krb5-locales
Suggests: krb5-doc, krb5-user
Breaks: libsmbclient (<= 2:3.6.1-2), sssd (<= 1.2.1-4.3)
Conflicts: libkrb53
Size: 261850
Description: MIT Kerberos runtime libraries
 Kerberos is a system for authenticating users and services on a network.
 Kerberos is a trusted third-party service.  That means that there is a
 third party (the Kerberos server) that is trusted by all the entities on
 the network (users and services, usually called "principals").
 .
 This is the MIT reference implementation of Kerberos V5.
 .
 This package contains the runtime library for the main Kerberos v5 API
 used by applications and Kerberos clients.
Homepage: http://web.mit.edu/kerberos/
Original-Maintainer: Sam Hartman <hartmans@debian.org>

Package: lsof
Priority: standard
Section: utils
Installed-Size: 456
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 4.86+dfsg-1ubuntu2
Depends: libc6 (>= 2.14)
Size: 256522
Description: Utility to list open files
 Lsof is a Unix-specific diagnostic tool.  Its name stands
 for LiSt Open Files, and it does just that.  It lists
 information about any files that are open, by processes
 currently running on the system.
Homepage: http://people.freebsd.org/~abe/
Original-Maintainer: Norbert Tretkowski <nobse@debian.org>

Package: libpython2.7-minimal
Priority: standard
Section: python
Installed-Size: 2498
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: python2.7
Version: 2.7.6-8ubuntu0.5
Replaces: libpython2.7-stdlib (<< 2.7.4-2), python2.7 (<< 2.7.4-2), python2.7-minimal (<< 2.7.3-10)
Recommends: libpython2.7-stdlib
Breaks: python2.7-minimal (<< 2.7.4~rc1-1~)
Conflicts: binfmt-support (<< 1.1.2)
Size: 308374
Description: Minimal subset of the Python language (version 2.7)
 This package contains some essential modules. It is normally not
 used on it's own, but as a dependency of python2.7-minimal.
Original-Maintainer: Matthias Klose <doko@debian.org>

Package: liblockfile1
Priority: standard
Section: libs
Installed-Size: 57
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: liblockfile
Version: 1.09-6ubuntu1
Depends: libc6 (>= 2.14), liblockfile-bin (>= 1.09-6ubuntu1)
Pre-Depends: multiarch-support
Filename: pool/main/libl/liblockfile/liblockfile1_1.09-6ubuntu1_amd64.deb
Size: 8056
MD5sum: 5d744b4108f89f7be1e0944f4985593f
Description: NFS-safe locking library
 Liblockfile is a shared library with NFS-safe locking functions.
Original-Maintainer: Miquel van Smoorenburg <miquels@cistron.nl>

Package: libxau6
Priority: optional
Section: libs
Installed-Size: 50
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libxau
Version: 1:1.0.8-1
Depends: libc6 (>= 2.4)
Pre-Depends: multiarch-support
Size: 8376
Description: X11 authorisation library
 This package provides the main interface to the X11 authorisation handling,
 which controls authorisation for X connections, both client-side and
 server-side.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libXau
Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>

Package: libssh2-1
Priority: optional
Section: libs
Installed-Size: 260
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libssh2
Version: 1.4.3-2ubuntu0.2
Depends: libc6 (>= 2.14), libgcrypt11 (>= 1.5.1), zlib1g (>= 1:1.1.4)
Pre-Depends: multiarch-support
Size: 66512
Description: SSH2 client-side library
 libssh2 is a client-side C library implementing the SSH2 protocol.
 It supports regular terminal, SCP and SFTP sessions; port forwarding;
 password, key-based and keyboard-interactive authentication.
 .
 This package contains the runtime library.
Homepage: http://libssh2.org/
Original-Maintainer: Mikhail Gusarov <dottedmag@debian.org>

Package: linux-image-3.13.0-35-generic
Priority: optional
Section: kernel
Installed-Size: 41070
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: amd64
Source: linux
Version: 3.13.0-35.62
Provides: fuse-module, ivtv-modules, kvm-api-4, linux-image, linux-image-3.0, redhat-cluster-modules
Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3)
Pre-Depends: dpkg (>= 1.10.24)
Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1)
Suggests: fdutils, linux-doc-3.13.0 | linux-source-3.13.0, linux-tools, linux-headers-3.13.0-35-generic
Conflicts: hotplug (<< 0.0.20040105-1)
Size: 15092686
Description: Linux kernel image for version 3.13.0 on 64 bit x86 SMP
 This package contains the Linux kernel image for version 3.13.0 on
 64 bit x86 SMP.
 .
 Also includes the corresponding System.map file, the modules built by the
 packager, and scripts that try to ensure that the system is not left in an
 unbootable state after an update.
 .
 Supports Generic processors.
 .
 Geared toward desktop and server systems.
 .
 You likely do not want to install this package directly. Instead, install
 the linux-generic meta-package, which will ensure that upgrades work
 correctly, and that supporting packages are also installed.

Package: libio-string-perl
Priority: optional
Section: perl
Installed-Size: 58
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 1.08-3
Depends: perl
Size: 11124
Description: Emulate IO::File interface for in-core strings
 The IO::String module provide the IO::File interface for in-core
 strings.  An IO::String object can be attached to a string, and
 will make it possible to use the normal file operations for reading or
 writing data, as well as seeking to various locations of the string.
 The main reason you might want to do this, is if you have some other
 library module that only provide an interface to file handles, and you
 want to keep all the stuff in memory.
 .
 The IO::String module provide an interface compatible with
 IO::File as distributed with IO-1.20, but the following methods
 are not available; new_from_fd, fdopen, format_write,
 format_page_number, format_lines_per_page, format_lines_left,
 format_name, format_top_name.
Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Homepage: https://metacpan.org/release/IO-String/

Package: node-normalize-package-data
Priority: extra
Section: web
Installed-Size: 58
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 0.2.2-1
Depends: nodejs, node-github-url-from-git, node-semver (>= 2)
Size: 9286
Description: Normalizes package metadata - Node.js module
 This module is used by node-read-package-json to normalize data it
 reads from a package.json file typically found in Node.js modules,
 but in principle it could come from any source.
 .
 Node.js is an event-based server-side javascript engine.
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Homepage: https://github.com/meryn/normalize-package-data


Youez - 2016 - github.com/yon3zu
LinuXploit