https://t.me/RX1948
Server : Apache/2.4.18 (Ubuntu)
System : Linux canvaswebdesign 3.13.0-71-generic #114-Ubuntu SMP Tue Dec 1 02:34:22 UTC 2015 x86_64
User : oppastar ( 1041)
PHP Version : 7.0.33-0ubuntu0.16.04.15
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,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,
Directory :  /var/lib/dpkg/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/lib/dpkg/available
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: 6821
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: mysql-5.5
Version: 5.5.50-0ubuntu0.14.04.1
Replaces: mysql-client (<< 5.5.50-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.50-0ubuntu0.14.04.1), mysql-client-5.0, mysql-client-core-5.1
Size: 708748
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: 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
Depends: python:any (>= 2.7.5-5~), python:any (<< 2.8), python-six
Recommends: ca-certificates
Size: 39488
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: python-yaml
Priority: optional
Section: python
Installed-Size: 462
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: pyyaml
Version: 3.10-4ubuntu0.1
Depends: python (>= 2.7), python (<< 2.8), python:any (>= 2.7.1-0ubuntu2), libc6 (>= 2.14), libyaml-0-2
Size: 101898
Description: YAML parser and emitter for Python
 Python-yaml is a complete YAML 1.1 parser and emitter for Python.  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: libustr-1.0-1
Priority: required
Section: libs
Installed-Size: 266
Origin: Ubuntu
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
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
Original-Maintainer: Vaclav Ovsik <vaclav.ovsik@i.cz>
SHA1: 230152624b2e27fd1726c9327f6ab92e56490a46
SHA256: bb42b2a96741b182ff97d4d708131787e4ee242eca03a04667d4955ea71901de
Homepage: http://www.and.org/ustr/
Description-md5: 3b313e492269d05b2f9ba5d0aa1bd7a3
Supported: 5y
Task: minimal

Package: debconf
Priority: required
Section: admin
Installed-Size: 609
Origin: Ubuntu
Maintainer: Colin Watson <cjwatson@ubuntu.com>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
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
Original-Maintainer: Debconf Developers <debconf-devel@lists.alioth.debian.org>
SHA1: 3769003f2ff0f930fb3fa746b60f6ae2af110dd9
SHA256: 85670d1a5b314c12c2f7c60e7fb075eb0e47fa1643a5a9a92cb900927a9f99a7
Description-md5: 85b82bf406dfc9a635114f44ab7fb66d
Supported: 5y
Task: minimal

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
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: 6712
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.2
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Size: 37966
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: dash
Essential: yes
Priority: required
Section: shells
Installed-Size: 228
Origin: Ubuntu
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
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
Original-Maintainer: Gerrit Pape <pape@smarden.org>
SHA1: ce8e8a858783d4a02ba1ca98c2d5cea6525f73c1
SHA256: 5befdfa1b3adc0c41e43d4fa1b3c960efe54f170d434c85d94012611024c6069
Homepage: http://gondor.apana.org.au/~herbert/dash/
Description-md5: 8d4d9c32c6b2b70328f7f774a0cc1248
Supported: 5y
Task: minimal

Package: libatspi2.0-0
Priority: optional
Section: libs
Installed-Size: 215
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: at-spi2-core
Version: 2.10.2.is.2.10.1-0ubuntu1
Depends: libc6 (>= 2.7), libdbus-1-3 (>= 1.1.1), libglib2.0-0 (>= 2.37.3), libx11-6
Pre-Depends: multiarch-support
Recommends: at-spi2-core (= 2.10.2.is.2.10.1-0ubuntu1)
Size: 53134
Description: Assistive Technology Service Provider Interface - shared library
 This package contains the shared library for applications that wish to use
 the at-spi interface.
Homepage: http://live.gnome.org/Accessibility
Original-Maintainer: Debian Accessibility Team <debian-accessibility@lists.debian.org>

Package: libgtk-3-common
Priority: optional
Section: misc
Installed-Size: 352
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Source: gtk+3.0
Version: 3.10.8-0ubuntu1
Replaces: libgtk-3-0 (<< 3.5.4)
Depends: dconf-gsettings-backend | gsettings-backend
Recommends: libgtk-3-0
Breaks: libgtk-3-0 (<< 3.5.4)
Size: 167556
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: python-six
Priority: optional
Section: python
Installed-Size: 62
Maintainer: Colin Watson <cjwatson@debian.org>
Architecture: all
Source: six
Version: 1.5.2-1ubuntu1
Depends: python:any (>= 2.7.5-5~), python:any (<< 2.8)
Size: 8238
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/

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: 156
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: policykit-1
Version: 0.105-4ubuntu3.14.04.1
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: 34664
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: 1147
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 3.12.0-2ubuntu1
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: 401126
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'.
Original-Maintainer: Debian iproute2 Maintainers <ah-iproute@debian.org>
Homepage: http://www.linux-foundation.org/en/Net:Iproute2

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: 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: libgl1-mesa-dri
Priority: optional
Section: libs
Installed-Size: 32605
Maintainer: Ubuntu X-SWAT <ubuntu-x@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: mesa
Version: 10.1.0-4ubuntu5
Replaces: libgl1-mesa-dri-experimental (<< 7.11.1), xlibmesa-dri (<< 1:7.0.0)
Depends: 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.1.1), libllvm3.4, libstdc++6 (>= 4.6)
Pre-Depends: multiarch-support
Recommends: libtxc-dxtn-s2tc0 | libtxc-dxtn0
Suggests: libglide3
Breaks: libgl1-mesa-dri-experimental (<< 7.11.1), libgl1-mesa-glx (<< 7.10.2-4), libgl1-mesa-glx-no-multiarch, xserver-xorg-core (<< 2:1.14.3-5), xserver-xorg-core-no-multiarch
Conflicts: xlibmesa-dri (<< 1:7.0.0)
Size: 4912972
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.
 .
 The tdfx DRI module needs libglide3 to enable direct rendering.
Homepage: http://mesa3d.sourceforge.net/
Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>

Package: libnl-3-200
Priority: optional
Section: libs
Installed-Size: 171
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libnl3
Version: 3.2.21-1ubuntu3
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Breaks: network-manager (<< 0.9.8.8-0ubuntu7.3~)
Size: 45652
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: 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: libopts25
Priority: optional
Section: libs
Installed-Size: 169
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: autogen
Version: 1:5.18-2ubuntu2
Replaces: autogen
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Size: 55288
Description: automated option processing library based on autogen
 This package contains the shared libraries needed by binaries that use
 autoopts for option processing. The package containing the header files
 and static libraries is libopts25-dev. The package containing the
 development tools is autogen.
Homepage: http://www.gnu.org/software/autogen/
Original-Maintainer: Andreas Metzler <ametzler@debian.org>

Package: libsane
Priority: optional
Section: libs
Installed-Size: 8966
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: sane-backends
Version: 1.0.23-3ubuntu3
Replaces: libsane-extras (<< 1.0.18.14)
Depends: acl, adduser, libsane-common (= 1.0.23-3ubuntu3), udev | makedev, libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.15), libgphoto2-6 (>= 2.5.2), libgphoto2-port10 (>= 2.5.2), libieee1284-3, libjpeg8 (>= 8c), libtiff5 (>= 4.0.3), libusb-1.0-0 (>= 2:1.0.8), libv4l-0 (>= 0.5.0)
Pre-Depends: multiarch-support
Suggests: avahi-daemon, hplip, hpoj, libsane-extras, sane-utils (>= 1.0.23-3ubuntu3)
Size: 1926174
Description: API library for scanners
 SANE stands for "Scanner Access Now Easy" and is an application
 programming interface (API) that provides standardized access to any
 raster image scanner hardware (flatbed scanner, hand-held scanner,
 video- and still-cameras, frame-grabbers, etc.). The SANE standard is
 free and its discussion and development are open to everybody. The
 current source code is written to support several operating systems,
 including GNU/Linux, OS/2, Win32 and various Unices and is available
 under the GNU General Public License (commercial applications and
 backends are welcome, too, however).
 .
 This package includes the backends for many scanners. A libsane-extras
 package containing some not-yet-included backends is available separately.
 .
 Graphical frontends for sane are available in the packages sane and
 xsane. Command line frontend scanimage, saned and sane-find-scanner are
 available in the sane-utils package.
Homepage: http://www.sane-project.org
Original-Maintainer: Debian QA Group <packages@qa.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.2
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: 341720
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: 895
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: freetype
Version: 2.5.2-1ubuntu2.5
Depends: libc6 (>= 2.14), libpng12-0 (>= 1.2.13-4), zlib1g (>= 1:1.1.4)
Pre-Depends: multiarch-support
Size: 304098
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
Origin: Ubuntu
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
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
Original-Maintainer: Clint Adams <clint@debian.org>
SHA1: b9e6ed0a0768dabfc8433c57649c01f77af8fd01
SHA256: 8fd5c5b04cf668d39605f2d2165bdf33928b69580cdb8fb0e6d4f90849e396f6
Description-md5: ccafef5bb90a2453aecca96cbb772d23
Supported: 5y
Task: minimal

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: 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: 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
Provides: python2.7-twisted-bin
Depends: python (>= 2.7), python (<< 2.8), libc6 (>= 2.14)
Suggests: python-twisted-bin-dbg
Size: 11768
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: linux-headers-3.13.0-61-generic
Priority: optional
Section: devel
Installed-Size: 13111
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: amd64
Source: linux
Version: 3.13.0-61.100
Provides: linux-headers, linux-headers-3.0
Depends: linux-headers-3.13.0-61, libc6 (>= 2.14)
Size: 697440
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-61/debian.README.gz for details.

Package: initramfs-tools
Priority: optional
Section: utils
Installed-Size: 123
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Version: 0.122ubuntu8.1
Provides: linux-initramfs-tool
Depends: initramfs-tools-core (= 0.122ubuntu8.1), linux-base
Suggests: bash-completion
Breaks: console-setup (<< 1.72), cryptsetup (<< 2:1.6.6-4~), elilo (<< 3.12-3.1~), initscripts (<< 2.88dsf-59.3~), lilo (<< 22.8-8.2~), lvm2 (<< 2.02.111-2.1~), mountall (<< 2.0~), s390-tools (<< 1.8.3-2~), systemd-sysv (<< 186)
Conflicts: linux-initramfs-tool, usplash (<< 0.5.50)
Filename: pool/main/i/initramfs-tools/initramfs-tools_0.103ubuntu4_all.deb
Size: 8602
MD5sum: ec53fad89eee19fdf565b165501a1244
Description: generic modular initramfs generator (automation)
 This package builds a bootable initramfs for Linux kernel packages.  The
 initramfs is loaded along with the kernel and is responsible for
 mounting the root filesystem and starting the main init system.
Original-Maintainer: Debian kernel team <debian-kernel@lists.debian.org>

Package: makedev
Priority: required
Section: admin
Installed-Size: 125
Origin: Ubuntu
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Architecture: all
Multi-Arch: foreign
Version: 2.3.1-93ubuntu1
Depends: base-passwd (>= 3.0.4)
Conflicts: udev (<= 0.024-7)
Filename: pool/main/m/makedev/makedev_2.3.1-93ubuntu1_all.deb
Size: 26666
MD5sum: 979d22fe4dece008741c019c2c4784ea
Description: creates device files in /dev
Original-Maintainer: Debian QA Group <packages@qa.debian.org>
SHA1: 1bd76ac552f7572b9ff945e17b06dcb8fc293172
SHA256: b8120a3442ee14db32a4d33a2d0c370809bbf9ee6f2164dd08bc19feddec1293
Description-md5: 0d90ffc36746b1d25c5b125ef2221357
Supported: 5y
Task: minimal

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: 1805
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Version: 2.9.1+dfsg1-3ubuntu4.8
Depends: libc6 (>= 2.15), liblzma5 (>= 5.1.1alpha+20120614), zlib1g (>= 1:1.2.3.3)
Pre-Depends: multiarch-support
Recommends: xml-core
Size: 572698
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.2
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: 301280
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: 443
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Source: gnupg
Version: 1.4.16-1ubuntu2.3
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: 161074
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: 2944
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: openssl
Version: 1.0.1f-1ubuntu2.19
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: 828322
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: 436
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: dbus
Version: 1.10.6-1ubuntu3
Depends: libc6 (>= 2.17), libsystemd0
Recommends: dbus
Breaks: dbus (<< 1.9.16-1~)
Filename: pool/main/d/dbus/libdbus-1-3_1.6.18-0ubuntu4_amd64.deb
Size: 161280
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: 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
Depends: libc6 (>= 2.14), libasprintf0c2 (>= 0.18.1.1-6)
Size: 48790
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: module-init-tools
Priority: required
Section: admin
Installed-Size: 31
Origin: Ubuntu
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Architecture: all
Multi-Arch: foreign
Source: kmod
Version: 15-0ubuntu6
Depends: libkmod2, kmod
Pre-Depends: dpkg (>= 1.15.7.2)
Filename: pool/main/k/kmod/module-init-tools_15-0ubuntu6_all.deb
Size: 1938
MD5sum: d9749724e8c6e659df6d7785247451a5
Description: transitional dummy package (module-init-tools to kmod)
Original-Maintainer: Marco d'Itri <md@linux.it>
SHA1: 91fe365ed4b3ad45b3342d5185110e461f8e32bf
SHA256: c0bc525d5a6055baac467f3bed4c9405e31361e751014e53844e24b8aa6b181c
Description-md5: 1b0992eebd45ca5ceadc775532a4f6a5
Supported: 5y
Task: minimal

Package: libffi6
Priority: optional
Section: libs
Installed-Size: 70
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libffi
Version: 3.1~rc1+r3.0.13-12ubuntu0.1
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Filename: pool/main/libf/libffi/libffi6_3.1~rc1+r3.0.13-12_amd64.deb
Size: 17482
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: 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
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: 535128
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: libexif12
Priority: optional
Section: libs
Installed-Size: 348
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libexif
Version: 0.6.21-1ubuntu1
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Size: 75512
Description: library to parse EXIF files
 Most digital cameras produce EXIF files, which are JPEG files with
 extra tags that contain information about the image. The EXIF library
 allows you to parse an EXIF file and read the data from those tags.
Original-Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
Homepage: http://libexif.sourceforge.net/

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.3
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: 239050
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: libxshmfence1
Priority: optional
Section: libs
Installed-Size: 41
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libxshmfence
Version: 1.1-2
Depends: libc6 (>= 2.4)
Pre-Depends: multiarch-support
Size: 4644
Description: X shared memory fences - shared library
 This library provides an interface to shared-memory fences for
 synchronization between the X server and direct-rendering clients.
 .
 This package contains the xshmfence shared library.
Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>

Package: libsystemd0
Priority: optional
Section: libs
Installed-Size: 616
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: systemd
Version: 229-4ubuntu7
Pre-Depends: libc6 (>= 2.17), libgcrypt20 (>= 1.6.1), liblzma5 (>= 5.1.1alpha+20120614), libselinux1 (>= 1.32)
Size: 206868
Description: systemd utility library
 The libsystemd0 library provides interfaces to various systemd components.
Homepage: http://www.freedesktop.org/wiki/Software/systemd
Original-Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@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: linux-image-extra-3.13.0-68-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-68.111
Depends: linux-image-3.13.0-68-generic, crda (>= 1.1.1-1ubuntu2) | wireless-crda
Size: 36759778
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: isc-dhcp-common
Priority: important
Section: net
Installed-Size: 1765
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: isc-dhcp
Version: 4.2.4-7ubuntu12.5
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: 707378
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: linux-image-3.13.0-71-generic
Priority: optional
Section: kernel
Installed-Size: 41530
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: amd64
Source: linux
Version: 3.13.0-71.114
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-71-generic
Conflicts: hotplug (<< 0.0.20040105-1)
Size: 15219378
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: 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: 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.7
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: 10866
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.4
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Filename: pool/main/libt/libtasn1-6/libtasn1-6_3.4-3_amd64.deb
Size: 43616
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.1
Filename: pool/main/l/lsb/lsb-base_4.1+Debian11ubuntu6_all.deb
Size: 12970
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: 525
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: curl
Version: 7.35.0-1ubuntu2.7
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: 165268
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: 552
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 2.11.0-0ubuntu4
Replaces: fontconfig-config (<< 2.5.93-1)
Depends: fontconfig-config, libc6 (>= 2.3.4), libfontconfig1 (>= 2.9.0), libfreetype6 (>= 2.2.1)
Size: 175560
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: cpp-4.8
Priority: optional
Section: interpreters
Installed-Size: 14096
Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: gcc-4.8
Version: 4.8.4-2ubuntu1~14.04.3
Replaces: gcc-4.6 (<< 4.6.1-9)
Depends: gcc-4.8-base (= 4.8.4-2ubuntu1~14.04.3), 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: 4595210
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.2
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: 209318
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: wpasupplicant
Priority: optional
Section: net
Installed-Size: 2186
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Source: wpa
Version: 2.1-0ubuntu1.4
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: 748806
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: 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: 370
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: bind9
Version: 1:9.9.5.dfsg-3ubuntu0.8
Replaces: bind, bind9 (<< 1:9.1.0-3)
Depends: libbind9-90 (= 1:9.9.5.dfsg-3ubuntu0.8), libc6 (>= 2.4), libdns100 (= 1:9.9.5.dfsg-3ubuntu0.8), libisc95 (= 1:9.9.5.dfsg-3ubuntu0.8), libisccfg90 (= 1:9.9.5.dfsg-3ubuntu0.8), libkrb5-3 (>= 1.6.dfsg.2), liblwres90 (= 1:9.9.5.dfsg-3ubuntu0.8), bind9-host | host
Suggests: rblcheck
Conflicts: netstd (<< 2.00)
Size: 96896
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: linux-headers-3.13.0-36-generic
Priority: optional
Section: devel
Installed-Size: 13032
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: amd64
Source: linux
Version: 3.13.0-36.63
Provides: linux-headers, linux-headers-3.0
Depends: linux-headers-3.13.0-36, libc6 (>= 2.14)
Size: 721380
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-36/debian.README.gz for details.

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: linux-headers-3.13.0-57-generic
Priority: optional
Section: devel
Installed-Size: 13101
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: amd64
Source: linux
Version: 3.13.0-57.95
Provides: linux-headers, linux-headers-3.0
Depends: linux-headers-3.13.0-57, libc6 (>= 2.14)
Size: 698650
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-57/debian.README.gz for details.

Package: libllvm3.4
Priority: optional
Section: libs
Installed-Size: 26227
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: llvm-toolchain-3.4
Version: 1:3.4-1ubuntu3
Depends: libc6 (>= 2.15), libffi6 (>= 3.0.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.6), libtinfo5
Pre-Depends: multiarch-support
Size: 6540034
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: 408
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: krb5
Version: 1.12+dfsg-2ubuntu5.2
Depends: libc6 (>= 2.14), libcomerr2 (>= 1.34), libk5crypto3 (>= 1.8+dfsg), libkrb5-3 (= 1.12+dfsg-2ubuntu5.2), libkrb5support0 (>= 1.12~alpha1+dfsg)
Pre-Depends: multiarch-support
Suggests: krb5-doc, krb5-user
Breaks: libgssglue1 (<< 0.2-2)
Size: 113800
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: 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.3
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: 461496
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: libv4l-0
Priority: optional
Section: libs
Installed-Size: 195
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: v4l-utils
Version: 1.0.1-1
Depends: libv4lconvert0 (= 1.0.1-1), libc6 (>= 2.4)
Pre-Depends: multiarch-support
Size: 38842
Description: Collection of video4linux support libraries
 libv4l is a collection of libraries which adds a thin abstraction layer on
 top of video4linux2 devices. The purpose of this (thin) layer is to make it
 easy for application writers to support a wide variety of devices without
 having to write separate code for different devices in the same class. libv4l
 consists of 3 different libraries: libv4lconvert, libv4l1 and libv4l2.
 .
 libv4l1 offers the (deprecated) v4l1 API on top of v4l2 devices, independent
 of the drivers for those devices supporting v4l1 compatibility (which many
 v4l2 drivers do not).
 .
 libv4l2 offers the v4l2 API on top of v4l2 devices, while adding for the
 application transparent libv4lconvert conversion where necessary.
 .
 This package contains the shared libraries.
Original-Maintainer: Gregor Jasny <gjasny@googlemail.com>
Homepage: http://linuxtv.org/downloads/v4l-utils/

Package: whois
Priority: standard
Section: net
Installed-Size: 160
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 5.1.1
Depends: libc6 (>= 2.15), libidn11 (>= 1.13)
Size: 30170
Description: intelligent WHOIS client
 This package provides a commandline client for the WHOIS (RFC 3912)
 protocol, which queries online servers for information such as contact
 details for domains and IP address assignments.
 It can intelligently select the appropriate WHOIS server for most queries.
 .
 The package also contains mkpasswd, a features-rich front end to the
 password encryption function crypt(3).
Original-Maintainer: Marco d'Itri <md@linux.it>

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: ncurses-base
Essential: yes
Priority: required
Section: utils
Installed-Size: 367
Origin: Ubuntu
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
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
Original-Maintainer: Craig Small <csmall@debian.org>
SHA1: f158726f092eec90907ffe7719e52a07d4135d73
SHA256: fa0efce6fdc6262a49fbd73ea08669bbcda92abda0f12507d947c353e3196637
Homepage: http://invisible-island.net/ncurses/
Description-md5: 2cbef17322c0de7f007682de54ca0d4a
Supported: 5y
Task: minimal

Package: libgraphite2-3
Priority: optional
Section: libs
Installed-Size: 163
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: graphite2
Version: 1.2.4-1ubuntu1
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: 53824
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: 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: 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: 3481
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: python2.7
Version: 2.7.6-8ubuntu0.2
Replaces: python2.7 (<< 2.6)
Depends: libpython2.7-stdlib (= 2.7.6-8ubuntu0.2), libc6 (>= 2.15), zlib1g (>= 1:1.2.0)
Pre-Depends: multiarch-support
Size: 1038642
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: 156
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libgpg-error
Version: 1.21-2ubuntu1
Depends: libc6 (>= 2.15)
Filename: pool/main/libg/libgpg-error/libgpg-error0_1.12-0.2ubuntu1_amd64.deb
Size: 34450
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: Debian GnuPG Maintainers <pkg-gnupg-maint@lists.alioth.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: 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: arping
Priority: optional
Section: net
Installed-Size: 81
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 2.11-1
Depends: libc6 (>= 2.15), libnet1 (>= 1.1.2.1), libpcap0.8 (>= 0.9.8)
Conflicts: iputils-arping, iputils-ping (<< 20001110-6)
Size: 25314
Description: sends IP and/or ARP pings (to the MAC address)
 The arping utility sends ARP and/or ICMP requests to the specified host
 and displays the replies. The host may be specified by its hostname,
 its IP address, or its MAC address.
Original-Maintainer: Giuseppe Iuculano <iuculano@debian.org>
Homepage: http://www.habets.pp.se/synscan/programs.php?prog=arping

Package: perl-modules
Priority: standard
Section: perl
Installed-Size: 16134
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: perl
Version: 5.18.2-2ubuntu1.1
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: 2673194
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.7)
Version: 1:2.20.1-5.1ubuntu20.7
Depends: libc6 (>= 2.7)
Recommends: bsdmainutils
Filename: pool/main/u/util-linux/bsdutils_2.20.1-5.1ubuntu20_amd64.deb
Size: 33820
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: wireshark
Priority: optional
Section: net
Installed-Size: 2488
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 1.10.6-1
Replaces: ethereal (<< 1.0.0-3)
Depends: libc6 (>= 2.15), libcairo2 (>= 1.2.4), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.31.8), libgtk-3-0 (>= 3.7.10), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libpcap0.8 (>= 0.9.8), libportaudio2 (>= 19+svn20101113), libwireshark3 (>= 1.10.0), zlib1g (>= 1:1.1.4), wireshark-common (= 1.10.6-1), xdg-utils
Conflicts: ethereal (<< 1.0.0-3)
Size: 852286
Description: network traffic analyzer - GTK+ version
 Wireshark is a network "sniffer" - a tool that captures and analyzes
 packets off the wire. Wireshark can decode too many protocols to list
 here.
 .
 This package provides the GTK+ version of wireshark.
Original-Maintainer: Balint Reczey <balint@balintreczey.hu>
Homepage: http://www.wireshark.org/

Package: libcolorhug1
Priority: optional
Section: libs
Installed-Size: 105
Maintainer: Christopher James Halse Rogers <raof@ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: colord
Version: 1.0.6-1
Depends: libc6 (>= 2.14), libcolord1 (>= 0.1.29), libglib2.0-0 (>= 2.37.3), libgusb2 (>= 0.1.3)
Pre-Depends: multiarch-support
Size: 21712
Description: library to access the ColorHug colourimeter -- runtime
 libcolorhug is a gobject-based library for using the ColorHug display
 colourimeter. It supports both reading values from the colourimeter and
 device administration, such as firmware updates.
 .
 This package contains a gobject-based convenience library for programs to
 interact with the ColorHug colourimeter.
Homepage: http://www.freedesktop.org/software/colord/

Package: python3-apt
Priority: optional
Section: python
Installed-Size: 643
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: allowed
Source: python-apt
Version: 0.9.3.5ubuntu2
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: 138584
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
Origin: Ubuntu
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Architecture: all
Multi-Arch: foreign
Version: 0.0.9
Replaces: debianutils (<= 2.32.3), manpages-pl (<= 20060617-3~)
Filename: pool/main/s/sensible-utils/sensible-utils_0.0.9_all.deb
Size: 10502
MD5sum: 18f69bbed048d2d39f7a13c26a949ccf
Description: Utilities for sensible alternative selection
Original-Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
SHA1: d8383323633d56d6d25a058cb4711ab3057502e4
SHA256: de75c4690051dfb43c8faa8f37afe276f78d41dc89d9258fa080e6a7a450c826
Description-md5: 762f81736340b99921c41ac6bb08e2b1
Supported: 5y
Task: minimal

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.13
Replaces: apache2.2-common
Conflicts: apache2.2-common
Size: 159668
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: colord
Priority: optional
Section: graphics
Installed-Size: 1384
Maintainer: Christopher James Halse Rogers <raof@ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 1.0.6-1
Depends: libc6 (>= 2.4), libcolord1 (>= 1.0.2), libcolorhug1 (>= 0.1.30), libdbus-1-3 (>= 1.0.2), libglib2.0-0 (>= 2.37.3), libgudev-1.0-0 (>= 146), libgusb2 (>= 0.1.3), liblcms2-2 (>= 2.2+git20110628), libpolkit-gobject-1-0 (>= 0.99), libsane (>= 1.0.11-3), libsqlite3-0 (>= 3.5.9), libsystemd-login0 (>= 31), dconf-gsettings-backend | gsettings-backend, adduser, acl, policykit-1 (>= 0.103)
Size: 212926
Description: system service to manage device colour profiles -- system daemon
 colord is a system service that makes it easy to manage, install and generate
 colour profiles to accurately colour manage input and output devices.
 .
 It provides a D-Bus API for system frameworks to query, a persistent data
 store, and a mechanism for session applications to set system policy.
 .
 This package contains the dbus-activated colord system daemon.
Homepage: http://www.freedesktop.org/software/colord/

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: 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: linux-headers-3.13.0-57
Priority: optional
Section: devel
Installed-Size: 61907
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Source: linux
Version: 3.13.0-57.95
Depends: coreutils | fileutils (>= 4.0)
Size: 8874682
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-57/debian.README.gz for details

Package: linux-headers-3.13.0-52
Priority: optional
Section: devel
Installed-Size: 61879
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Source: linux
Version: 3.13.0-52.86
Depends: coreutils | fileutils (>= 4.0)
Size: 8867406
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-52/debian.README.gz for details

Package: gdisk
Priority: extra
Section: admin
Installed-Size: 743
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 0.8.8-1ubuntu0.1
Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libicu52 (>= 52~m1-1~), libncurses5 (>= 5.5-5~), libpopt0 (>= 1.14), libstdc++6 (>= 4.4.0), libtinfo5, libuuid1 (>= 2.16)
Recommends: groff-base
Conflicts: gdisk-noicu
Size: 185450
Description: GPT fdisk text-mode partitioning tool
 GPT fdisk (aka gdisk) is a text-mode partitioning
 tool that works on Globally Unique Identifier
 (GUID) Partition Table (GPT) disks, rather than
 on the more common (through 2009)
 Master Boot Record (MBR) partition tables.
 .
 Please note that gdisk is still in beta version.
Homepage: http://sourceforge.net/projects/gptfdisk/
Original-Maintainer: Guillaume Delacour <gui@iroqwa.org>

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: 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: libfile-basedir-perl
Priority: optional
Section: perl
Installed-Size: 64
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 0.03-1fakesync1
Depends: perl
Size: 10540
Description: Perl module to use the freedesktop basedir specification
 The File::BaseDir module can be used to find directories and files as
 specified by the XDG Base Directory Specification. It takes care of
 defaults and uses File::Spec to make the output platform specific.
 .
 For this module the XDG basedir specification 0.6 was used.
Homepage: http://search.cpan.org/dist/File-BaseDir/
Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>

Package: liblwres90
Priority: standard
Section: libs
Installed-Size: 128
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: bind9
Version: 1:9.9.5.dfsg-3ubuntu0.8
Replaces: libbind0
Depends: libc6 (>= 2.15)
Conflicts: libbind0
Size: 32760
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: lsb-release
Priority: optional
Section: misc
Installed-Size: 120
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Source: lsb
Version: 4.1+Debian11ubuntu6.1
Depends: python3:any (>= 3.3.2-2~), python3
Recommends: apt
Suggests: lsb
Filename: pool/main/l/lsb/lsb-release_4.1+Debian11ubuntu6_all.deb
Size: 11460
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: 965
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: sendmail
Version: 8.14.4-4.1ubuntu1
Depends: m4, make, adduser, perl
Suggests: sendmail-doc, ca-certificates, logcheck, logrotate, resolvconf
Size: 138736
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: libgudev-1.0-0
Priority: optional
Section: libs
Installed-Size: 102
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: systemd (204-5ubuntu20)
Version: 1:204-5ubuntu20
Depends: libc6 (>= 2.2.5), libglib2.0-0 (>= 2.37.3), libudev1 (>= 183)
Pre-Depends: multiarch-support
Size: 14084
Description: GObject-based wrapper library for libudev
 This library makes it much simpler to use libudev from programs already using
 GObject. It also makes it possible to easily use libudev from other
 programming languages, such as Javascript, because of GObject introspection
 support.
Homepage: http://www.freedesktop.org/wiki/Software/systemd
Original-Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.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: 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: 76
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Version: 1.14
Depends: perl
Breaks: systemd (<< 44-12)
Filename: pool/main/i/init-system-helpers/init-system-helpers_1.14_all.deb
Size: 12064
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: libsamplerate0
Priority: optional
Section: libs
Installed-Size: 1500
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libsamplerate
Version: 0.1.8-7
Replaces: samplerate-programs (<< 0.1.8-3)
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Size: 938244
Description: Audio sample rate conversion library
 libsamplerate (aka Secret Rabbit Code) is a library for audio rate conversion.
 .
 libsamplerate currently provides three different sample rate conversion
 algorithms; zero order hold, linear interpolation and FIR filter interpolation
 (using filters derived from the mathematical SINC function). The first two
 algorithms (zero order hold and linear) are included for completeness and are
 not recommended for any application where high quality sample rate conversion
 is required. For the FIR/Sinc algorithm, three converters are provided;
 SRC_SINC_FASTEST, SRC_SINC_MEDIUM_QUALITY and SRC_SINC_BEST_QUALITY to allow a
 trade off between conversion speed and conversion quality.
 .
 libsamplerate is capable of downsampling to 1/256 of the original sample rate
 and upsampling to 256 times the original sample rate. It is also capable of
 time varying conversions for vary speed effects and synchronising of two
 unlocked sample rates.
Original-Maintainer: Erik de Castro Lopo <erikd@mega-nerd.com>
Homepage: http://www.mega-nerd.com/SRC/

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: 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
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: 95594
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: 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.3
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), ca-certificates, python-chardet, python-urllib3 (>= 1.7.1)
Size: 43140
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: openssl
Priority: optional
Section: utils
Installed-Size: 907
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 1.0.1f-1ubuntu2.19
Depends: libc6 (>= 2.15), libssl1.0.0 (>= 1.0.1)
Suggests: ca-certificates
Size: 489948
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.
Original-Maintainer: Debian OpenSSL Team <pkg-openssl-devel@lists.alioth.debian.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
Size: 116306
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.
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Homepage: http://www.gtk.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: libgdk-pixbuf2.0-0
Priority: optional
Section: libs
Installed-Size: 561
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: gdk-pixbuf
Version: 2.30.7-0ubuntu1
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)
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: 159982
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: 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
Origin: Ubuntu
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
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
Original-Maintainer: Craig Small <csmall@debian.org>
SHA1: b2c14dc6ac99b7dd7ed06fae5c38bc60cba5fc83
SHA256: d358993375e9009e3befa9baba06bf468616f6e156ce66ab33fa2af9c70ea051
Homepage: http://invisible-island.net/ncurses/
Description-md5: 682ee2624c08c54a53ecaefd778a4d86
Supported: 5y
Task: minimal

Package: perl-base
Essential: yes
Priority: required
Section: perl
Installed-Size: 4858
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: perl
Version: 5.18.2-2ubuntu1.1
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: 1146330
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: linux-headers-3.13.0-68-generic
Priority: optional
Section: devel
Installed-Size: 13121
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: amd64
Source: linux
Version: 3.13.0-68.111
Provides: linux-headers, linux-headers-3.0
Depends: linux-headers-3.13.0-68, libc6 (>= 2.14)
Size: 696890
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-68/debian.README.gz for details.

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: 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: 3577
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 1.0.1ubuntu2.14
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: 954540
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: libdconf1
Priority: optional
Section: libs
Installed-Size: 104
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: d-conf
Version: 0.20.0-1
Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.39.1)
Pre-Depends: multiarch-support
Breaks: dconf-gsettings-backend (<< 0.10.0), gdm3 (<< 3.4.1-9)
Size: 31466
Description: simple configuration storage system - runtime library
 DConf is a low-level key/value database designed for storing desktop
 environment settings.
 .
 This package contains the runtime library.
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Homepage: https://wiki.gnome.org/dconf

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: linux-headers-3.13.0-52-generic
Priority: optional
Section: devel
Installed-Size: 13090
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: amd64
Source: linux
Version: 3.13.0-52.86
Provides: linux-headers, linux-headers-3.0
Depends: linux-headers-3.13.0-52, libc6 (>= 2.14)
Size: 695408
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-52/debian.README.gz for details.

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.2
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: 31432
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: 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: 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
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: 2688
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: linux-image-extra-3.13.0-32-generic
Priority: optional
Section: kernel
Installed-Size: 148283
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: amd64
Source: linux
Version: 3.13.0-32.57
Depends: linux-image-3.13.0-32-generic, crda (>= 1.1.1-1ubuntu2) | wireless-crda
Size: 36775640
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: grub-common
Priority: optional
Section: admin
Installed-Size: 11484
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Source: grub2
Version: 2.02~beta2-9ubuntu1.12
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: 1680752
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
Replaces: libgc1, libgc1c3
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Conflicts: libgc1
Size: 74356
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.
Original-Maintainer: Christoph Egger <christoph@debian.org>
Homepage: http://www.hpl.hp.com/personal/Hans_Boehm/gc/

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: 428
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 0.6.35-0ubuntu7.2
Depends: dbus, libaccountsservice0 (= 0.6.35-0ubuntu7.2), 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: 60388
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: 303
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: krb5
Version: 1.12+dfsg-2ubuntu5.2
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: 79418
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: cloud-init
Priority: extra
Section: admin
Installed-Size: 1001
Maintainer: Scott Moser <smoser@ubuntu.com>
Architecture: all
Version: 0.7.5-0ubuntu1.19
Replaces: ec2-init (<< 0.5.3)
Provides: ec2-init
Depends: cloud-guest-utils | cloud-utils, ifupdown (>= 0.6.10ubuntu5), procps, python (>= 2.7), python-requests (>= 0.8.2), software-properties-common, debconf (>= 0.5) | debconf-2.0, python (<< 2.8), python:any (>= 2.7.1-0ubuntu2), python-cheetah, python-prettytable, python-oauth, python-serial, python-configobj, python-yaml, python-jsonpatch
Recommends: eatmydata
Conflicts: ec2-init (<< 0.5.3)
Size: 198134
Description: Init scripts for cloud instances
 Cloud instances need special scripts to run during initialisation
 to retrieve and install ssh keys and to let the user run various scripts.
Python-Version: 2.7

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: 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: 2762
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: file
Version: 1:5.14-2ubuntu3.3
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: 184670
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.1
Depends: libc6 (>= 2.17)
Pre-Depends: multiarch-support
Filename: pool/main/libd/libdrm/libdrm2_2.4.52-1_amd64.deb
Size: 27134
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: 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: libwsutil3
Priority: optional
Section: libs
Installed-Size: 103
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: wireshark
Version: 1.10.6-1
Replaces: libwireshark1 (<< 1.4.2-2), wireshark-common (<< 1.4.0~rc2-1)
Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.16.0)
Pre-Depends: multiarch-support
Conflicts: libwireshark1 (<< 1.4.2-2), wireshark-common (<< 1.4.0~rc2-1)
Size: 21246
Description: network packet dissection utilities library -- shared library
 The libwsutil library provides utility functions for libwireshark3.
Original-Maintainer: Balint Reczey <balint@balintreczey.hu>
Homepage: http://www.wireshark.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: 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: apt-transport-https
Priority: optional
Section: admin
Installed-Size: 229
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: apt
Version: 1.0.1ubuntu2.14
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: 25042
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: 1521
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Version: 2016f-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: 166416
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: libudev1
Priority: important
Section: libs
Installed-Size: 133
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: systemd
Version: 204-5ubuntu20.19
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: 33776
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: 3306
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: apache2
Version: 2.4.7-1ubuntu4.13
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: 839430
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: 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.1
Provides: libfontconfig
Depends: fontconfig-config (= 2.11.0-0ubuntu4.1), libc6 (>= 2.14), libexpat1 (>= 2.0.1), libfreetype6 (>= 2.2.1)
Pre-Depends: multiarch-support
Size: 123230
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.4
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: 53092
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: required
Section: libs
Installed-Size: 263
Origin: Ubuntu
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
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
Original-Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
SHA1: 11de2d9716a01a228d51013d883a916dcdc7c75b
SHA256: 69dfaa86d5dd07c88caf9bf4c493926e25dfc8a4b97ddecae3bbe6ea1b01c52f
Homepage: http://userspace.selinuxproject.org/
Description-md5: 8998b538051f37f69c5f1bf9a005fa56
Supported: 5y
Task: minimal

Package: systemd-services
Priority: optional
Section: admin
Installed-Size: 954
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Source: systemd
Version: 204-5ubuntu20.19
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.19), libudev1 (>= 183), udev (>= 175-0ubuntu23), dbus, systemd | systemd-shim (>= 3)
Suggests: cgmanager
Breaks: systemd (<< 198-1)
Conflicts: logind
Size: 197024
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: 2795
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Source: grub2
Version: 2.02~beta2-9ubuntu1.12
Replaces: grub-common (<= 1.97~beta2-1), grub-pc (<< 1.99-1), grub2 (<< 2.02~beta2-9ubuntu1.12)
Depends: libc6 (>= 2.7), libdevmapper1.02.1 (>= 2:1.02.36), grub-common (= 2.02~beta2-9ubuntu1.12)
Suggests: desktop-base (>= 4.0.6)
Size: 880014
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: libxxf86dga1
Priority: optional
Section: libs
Installed-Size: 59
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libxxf86dga
Version: 2:1.1.4-1
Depends: libc6 (>= 2.3.4), libx11-6 (>= 2:1.4.99.1), libxext6
Pre-Depends: multiarch-support
Size: 13706
Description: X11 Direct Graphics Access extension library
 libXxf86dga provides the XFree86-DGA extension, which allows direct
 graphics access to a framebuffer-like region, and also allows relative
 mouse reporting, et al.  It is mainly used by games and emulators for
 games.
 .
 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/libXxf86dga
Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.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: 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: cloud-guest-utils
Priority: extra
Section: admin
Installed-Size: 55
Maintainer: Scott Moser <smoser@ubuntu.com>
Architecture: all
Source: cloud-utils
Version: 0.27-0ubuntu24
Replaces: cloud-utils (<< 0.27-0ubuntu3)
Depends: e2fsprogs (>= 1.4), util-linux (>= 2.17.2), python3:any
Recommends: gdisk | util-linux (>= 2.26.3)
Breaks: cloud-utils (<< 0.27-0ubuntu3)
Size: 15164
Description: cloud guest utilities
 This package contains programs useful inside cloud instance.
 It contains 'growpart' for resizing a partition during boot.

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: 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-1
Depends: libc6 (>= 2.14), libx11-6 (>= 2:1.4.99.1)
Pre-Depends: multiarch-support
Size: 20874
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
Origin: Ubuntu
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Architecture: amd64
Multi-Arch: foreign
Version: 2.53
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: 55796
MD5sum: f054a5a0f1dbcbc1d33dee4693360936
Description: filesystem mounting tool
Original-Maintainer: Steve Langasek <vorlon@debian.org>
SHA1: 11bd902aee81e081770faabcbae6abd9243a78e1
SHA256: 405e05629e89a2daa421b74a957e4d0b0660a8a9a9a1b5ab295a645e50b46460
Description-md5: b5b5a27fc0e8063ef1226a39fb8ecf70
Supported: 5y
Task: minimal

Package: kmod
Priority: required
Section: admin
Installed-Size: 282
Origin: Ubuntu
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Architecture: amd64
Multi-Arch: foreign
Version: 15-0ubuntu6
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: 84908
MD5sum: cd9d6022b4c6b8aef1cfffacb3f1c437
Description: tools for managing Linux kernel modules
Original-Maintainer: Marco d'Itri <md@linux.it>
SHA1: 39f280059d4bf9c6b1edb6bbb2c49911cd0c27b5
SHA256: 42782082d765af2c3fa36cebf012bb7802b5a8681cc064b105dd75e8f8208b6b
Description-md5: 0cd8f9566ff621a593309a12fd64999f
Supported: 5y
Task: minimal

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: dbus
Priority: standard
Section: admin
Installed-Size: 536
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 1.10.6-1ubuntu3
Depends: libapparmor1 (>= 2.8.95), libaudit1 (>= 1:2.2.1), libc6 (>= 2.14), libcap-ng0, libdbus-1-3 (= 1.10.6-1ubuntu3), libexpat1 (>= 2.0.1), libselinux1 (>= 2.0.65), libsystemd0, lsb-base (>= 4.1+Debian11ubuntu7), adduser
Suggests: dbus-user-session | dbus-x11
Size: 141394
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: 2881
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: apt
Version: 1.0.1ubuntu2.14
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: 637710
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: 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: diffutils
Essential: yes
Priority: required
Section: utils
Installed-Size: 428
Origin: Ubuntu
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
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
Original-Maintainer: Santiago Vila <sanvila@debian.org>
SHA1: 9ea4436dd0d947befa044b2687e6a76f00140c12
SHA256: 8ed25846bc54b991abe33a416f4be03f26961baa5975f55889c133d8d1cedd3f
Homepage: http://www.gnu.org/software/diffutils/
Description-md5: 5cf0bc18e36aa2957e62b309d6aa34f9
Supported: 5y
Task: minimal

Package: libpolkit-agent-1-0
Priority: optional
Section: libs
Installed-Size: 82
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: policykit-1
Version: 0.105-4ubuntu3.14.04.1
Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.37.3), libpolkit-gobject-1-0 (>= 0.105)
Pre-Depends: multiarch-support
Size: 14846
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: 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: libfile-mimeinfo-perl
Priority: optional
Section: perl
Installed-Size: 139
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 0.22-1
Depends: perl, libfile-basedir-perl, libfile-desktopentry-perl, shared-mime-info
Size: 46628
Description: Perl module to determine file types
 File::MimeInfo can be used to determine the mime type of a file. It tries to
 implement the freedesktop specification for a shared MIME database.
 .
 This package also contains two related utilities:
  * mimetype: determine a file's mimetype
  * mimeopen: open files according to their mimetype
Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Homepage: https://metacpan.org/release/File-MimeInfo

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: 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: 245
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 1.69ubuntu1.1
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: 54444
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: linux-image-extra-3.13.0-57-generic
Priority: optional
Section: kernel
Installed-Size: 148269
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: amd64
Source: linux
Version: 3.13.0-57.95
Depends: linux-image-3.13.0-57-generic, crda (>= 1.1.1-1ubuntu2) | wireless-crda
Size: 36704824
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: python-prettytable
Priority: optional
Section: python
Installed-Size: 108
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: prettytable
Version: 0.7.2-2ubuntu2
Depends: python (>= 2.7), python (<< 2.8), python:any (>= 2.7.1-0ubuntu2)
Size: 19966
Description: library to represent tabular data in visually appealing ASCII tables
 PrettyTable is a simple Python library designed to make it quick and
 easy to represent tabular data in visually appealing ASCII tables. It
 was inspired by the ASCII tables used in the PostgreSQL shell
 psql. PrettyTable allows for selection of which columns are to be
 printed, independent alignment of columns (left or right justified or
 centred) and printing of "sub-tables" by specifying a row range.
Homepage: http://code.google.com/p/prettytable/
Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>

Package: libsmi2ldbl
Priority: optional
Section: libs
Installed-Size: 441
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libsmi
Version: 0.4.8+dfsg2-8ubuntu2
Replaces: libsmi0, libsmi1, libsmi2
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Suggests: snmp-mibs-downloader
Conflicts: libsmi0, libsmi1, libsmi2
Size: 99414
Description: library to access SMI MIB information
 The purpose of libsmi is to
   * give network management applications a concise programmer-friendly
     interface to access MIB module information,
   * separate the knowledge on SMI from the main parts of management
     applications,
   * allow to add new kinds of MIB repositories without the need to adapt
     applications that make use of libsmi.
 .
 In this context, MIB is "Management Information Base" and SMI stands for
 "Structure and identification of Management Information". See RFC1902 and
 others for details.
 .
 This package contains the main libsmi library.
Original-Maintainer: Vincent Bernat <bernat@debian.org>
Homepage: http://www.ibr.cs.tu-bs.de/projects/libsmi/

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: 530
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: pango1.0
Version: 1.36.3-1ubuntu1
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: 148764
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-1
Depends: libc6 (>= 2.14), libx11-6
Pre-Depends: multiarch-support
Size: 38280
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: required
Section: libs
Installed-Size: 130
Origin: Ubuntu
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Architecture: amd64
Multi-Arch: same
Source: kmod
Version: 15-0ubuntu6
Depends: libc6 (>= 2.17)
Pre-Depends: multiarch-support
Filename: pool/main/k/kmod/libkmod2_15-0ubuntu6_amd64.deb
Size: 38120
MD5sum: f77c1300971f8a942d2feb6aa7d64961
Description: libkmod shared library
Original-Maintainer: Marco d'Itri <md@linux.it>
SHA1: a37aabdca6cd717f02522416916b692db8bc8b82
SHA256: 24f2f9a1a4ef12a86c7f1c7d97c7acc5e9ddb550e5a1d8457f6dc70d4dfed95e
Description-md5: e60216aabe72168f06218f037958581e
Supported: 5y
Task: minimal

Package: tar
Essential: yes
Priority: required
Section: utils
Installed-Size: 784
Origin: Ubuntu
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Architecture: amd64
Multi-Arch: foreign
Version: 1.27.1-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: 195424
MD5sum: 1cbbf0c43cd1bde16f860c884a09671a
Description: GNU version of the tar archiving utility
Original-Maintainer: Bdale Garbee <bdale@gag.com>
SHA1: 39738aea1f3ccb0a54d87e5944e139f1824dfc7c
SHA256: e2ad9f15b9c8b2099e6aeb18c9714ef74ac9fa61ce0c55bdba828ae006b26e06
Description-md5: 48033bf96442788d1f697785773ad9bb
Supported: 5y
Task: minimal

Package: file
Priority: standard
Section: utils
Installed-Size: 98
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 1:5.14-2ubuntu3.3
Depends: libc6 (>= 2.4), libmagic1 (= 1:5.14-2ubuntu3.3)
Filename: pool/main/f/file/file_5.14-2ubuntu3_amd64.deb
Size: 18926
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: 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: 391
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: lcms2
Version: 2.5-0ubuntu4
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Suggests: liblcms2-utils
Size: 131594
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: 115
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libdrm
Version: 2.4.52-1
Depends: libc6 (>= 2.14), libdrm2 (>= 2.4.38)
Pre-Depends: multiarch-support
Size: 23826
Description: Userspace interface to radeon-specific kernel DRM services -- runtime
 This library implements the userspace interface to the radeon-specific 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.
Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>

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.1
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: 103844
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: libmount1
Priority: required
Section: libs
Installed-Size: 384
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: util-linux
Version: 2.27.1-6ubuntu3.1
Depends: libblkid1 (>= 2.17.2), libc6 (>= 2.17), libselinux1 (>= 1.32)
Filename: pool/main/u/util-linux/libmount1_2.20.1-5.1ubuntu20_amd64.deb
Size: 114486
MD5sum: 357596fb562648d170f15113e59c4f05
Description: device mounting library
 This device mounting library is used by mount and umount helpers.
Original-Maintainer: Debian util-linux Maintainers <ah-util-linux@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: libwireshark3
Priority: optional
Section: libs
Installed-Size: 61416
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: wireshark
Version: 1.10.6-1
Replaces: wireshark-common (<< 1.4.0~rc2-1)
Depends: libc-ares2 (>= 1.7.0), libc6 (>= 2.14), libgcrypt11 (>= 1.5.1), libgeoip1, libglib2.0-0 (>= 2.24.0), libgnutls26 (>= 2.12.17-0), libk5crypto3 (>= 1.6.dfsg.2), libkrb5-3 (>= 1.6.dfsg.2), liblua5.2-0, libsmi2ldbl (>= 0.4.5+dfsg0), zlib1g (>= 1:1.1.4), libwireshark-data (>= 1.10.6-1), libwsutil3 (>= 1.10.6-1)
Pre-Depends: multiarch-support
Suggests: wireshark-doc (>= 1.10.6-1)
Conflicts: wireshark-common (<< 1.4.0~rc2-1)
Size: 10152166
Description: network packet dissection library -- shared library
 The libwireshark library provides the network packet dissection services
 developed by the Wireshark project.
Original-Maintainer: Balint Reczey <balint@balintreczey.hu>
Homepage: http://www.wireshark.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: 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
Origin: Ubuntu
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Architecture: amd64
Multi-Arch: same
Source: zlib
Version: 1:1.2.8.dfsg-1ubuntu1
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: 57118
MD5sum: 468af3913970b3264a2525959e37a871
Description: compression library - runtime
Original-Maintainer: Mark Brown <broonie@debian.org>
SHA1: 680daaa7c021f6c8e7c4e31fb29e15c057617397
SHA256: 0721c2cb0c0829b7c110ef1589bd90e7dc4242d84848cd201150d5b399cd38c2
Homepage: http://zlib.net/
Description-md5: 567f396aeeb2b2b63295099aed237057
Supported: 5y
Task: minimal

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.1
Depends: libc6 (>= 2.15)
Pre-Depends: multiarch-support
Size: 40050
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: linux-image-extra-3.13.0-52-generic
Priority: optional
Section: kernel
Installed-Size: 148465
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: amd64
Source: linux
Version: 3.13.0-52.86
Depends: linux-image-3.13.0-52-generic, crda (>= 1.1.1-1ubuntu2) | wireless-crda
Size: 36755392
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: 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.4.2-1
Depends: libc6 (>= 2.14), libx11-6 (>= 2:1.6.0), libxext6, libxrender1
Pre-Depends: multiarch-support
Size: 16596
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: 736
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: apt
Version: 1.0.1ubuntu2.14
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: 58610
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: 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: required
Section: admin
Installed-Size: 644
Origin: Ubuntu
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
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
Original-Maintainer: Debian Adduser Developers <adduser-devel@lists.alioth.debian.org>
SHA1: a64caa75eee209bacbc39cbbcb058db80e5042af
SHA256: 1461ce364a68db36190a6981ad9e3889c8a5286e809e45c6e34a720905de46a4
Homepage: http://alioth.debian.org/projects/adduser/
Description-md5: 7965b5cd83972a254552a570bcd32c93
Supported: 5y
Task: minimal

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: locales
Priority: standard
Section: localization
Installed-Size: 13684
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: glibc
Version: 2.23-0ubuntu3
Replaces: libc-bin (<< 2.23), manpages-fr-extra (<< 20141022)
Depends: libc-bin (>> 2.23), debconf (>= 0.5) | debconf-2.0
Breaks: libc-bin (<< 2.23)
Filename: pool/main/l/langpack-locales/locales_2.13+git20120306-12_all.deb
Size: 3213614
MD5sum: 862dc267afef88937b391659ae68db64
Description: GNU C Library: National Language (locale) data [support]
 Machine-readable data files, shared objects and programs used by the
 C library for localization (l10n) and internationalization (i18n) support.
 .
 This package contains tools to generate locale definitions from source
 files (included in this package). It allows you to customize which
 definitions actually get generated. This is a space-saver over how this
 package used to be, with all locales generated by default. This created
 a package that unpacked to an excess of 30 megs.
Homepage: http://www.gnu.org/software/libc/libc.html
Original-Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>

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: 156
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: update-manager
Version: 1:0.196.14
Replaces: update-manager (<< 1:0.146.2)
Depends: python3, python3:any (>= 3.2~), python3-update-manager (= 1:0.196.14), 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: 5270
Description: manage release upgrades
 This is the core of update-manager and the release upgrader

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.2
Replaces: python-profiler (<= 2.7.1-2), python2.7-minimal (<< 2.7.3-7~)
Depends: python2.7-minimal (= 2.7.6-8ubuntu0.2), libpython2.7-stdlib (= 2.7.6-8ubuntu0.2), 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: 195822
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: 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: 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: python3-update-manager
Priority: optional
Section: python
Installed-Size: 242
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: update-manager
Version: 1:0.196.14
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: 31588
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: 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: 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: 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: required
Section: libs
Installed-Size: 85
Origin: Ubuntu
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
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)
Original-Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
SHA1: c78427e0b6ce7229507b840285ee64df566cac42
SHA256: b863f6e00dd950f6073cf7719e1532f279bd72cba1b12a7a0d1729fc03cf15d2
Description-md5: b378bda47ef5bd480fd87eac7a8cd0fc
Supported: 5y
Task: minimal

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: libklibc
Priority: optional
Section: libs
Installed-Size: 105
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: klibc
Version: 2.0.4-8ubuntu1.16.04.1
Filename: pool/main/k/klibc/libklibc_2.0.3-0ubuntu1_amd64.deb
Size: 41296
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: https://git.kernel.org/cgit/libs/klibc/klibc.git
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.1
Depends: libasn1-8-heimdal (>= 1.4.0+git20110226), libc6 (>= 2.14), libroken18-heimdal (>= 1.4.0+git20110226)
Pre-Depends: multiarch-support
Size: 83930
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: 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: libgphoto2-port10
Priority: optional
Section: libs
Installed-Size: 240
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libgphoto2
Version: 2.5.3.1-1ubuntu2
Depends: libc6 (>= 2.15), libltdl7 (>= 2.4.2), libusb-1.0-0 (>= 2:1.0.8)
Pre-Depends: multiarch-support
Suggests: gphoto2 (>> 2.1.0), gtkam
Breaks: gphoto2 (<= 2.1.1)
Size: 40820
Description: gphoto2 digital camera port library
 The gphoto2 library can be used by applications to access various
 digital camera models, via standard protocols such as USB Mass Storage
 and PTP, or vendor-specific protocols.
 .
 This package contains the runtime code for port access.
Homepage: http://www.gphoto.org/proj/libgphoto2/
Original-Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>

Package: curl
Priority: optional
Section: web
Installed-Size: 307
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 7.35.0-1ubuntu2.7
Depends: libc6 (>= 2.17), libcurl3 (= 7.35.0-1ubuntu2.7), zlib1g (>= 1:1.1.4)
Size: 123138
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: 162
Maintainer: Serge Hallyn <serge.hallyn@ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: cgmanager
Version: 0.39-2ubuntu5
Depends: libc6 (>= 2.4), libdbus-1-3 (>= 1.9.14), libnih-dbus1 (>= 1.0.0), libnih1 (>= 1.0.0)
Filename: pool/main/c/cgmanager/libcgmanager0_0.24-0ubuntu5_amd64.deb
Size: 34718
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.19
Depends: libc6 (>= 2.4), libgd3 (>= 2.1.0~alpha~), libxpm4, phpapi-20121212, php5-common (= 5.5.9+dfsg-1ubuntu4.19), ucf
Pre-Depends: dpkg (>= 1.15.7.2~)
Size: 27836
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: libieee1284-3
Priority: optional
Section: libs
Installed-Size: 92
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libieee1284
Version: 0.2.11-12
Depends: libc6 (>= 2.15)
Pre-Depends: multiarch-support
Size: 23784
Description: cross-platform library for parallel port access
 This library was designed to ease the use of the parallel port. It will
 automatically figure out which access method is available, depending on the
 running kernel and the permissions of the process.
 .
 It handles particular queries to the devices, like fetching the Device ID of
 a device.
Original-Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Homepage: http://cyberelk.net/tim/software/libieee1284/

Package: libsystemd-daemon0
Priority: optional
Section: libs
Installed-Size: 78
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: systemd
Version: 204-5ubuntu20.19
Depends: libc6 (>= 2.8)
Pre-Depends: multiarch-support
Size: 10194
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: base-files
Essential: yes
Priority: required
Section: admin
Installed-Size: 312
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 9.4ubuntu4.2
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: 67962
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: 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.7
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: 114386
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: libcairo-gobject2
Priority: optional
Section: libs
Installed-Size: 332
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: cairo
Version: 1.13.0~20140204-0ubuntu1
Depends: libc6 (>= 2.2.5), libcairo2 (>= 1.10.0), libglib2.0-0 (>= 2.14.0)
Pre-Depends: multiarch-support
Size: 17258
Description: The Cairo 2D vector graphics library (GObject library)
 Cairo is a multi-platform library providing anti-aliased
 vector-based rendering for multiple target backends.
 .
 This package contains the GObject library, providing wrapper GObject types
 for all cairo types.
Homepage: http://cairographics.org/
Original-Maintainer: Dave Beckett <dajobe@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.1
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Filename: pool/main/s/sqlite3/libsqlite3-0_3.8.2-1ubuntu2_amd64.deb
Size: 342000
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: 135
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: systemd
Version: 204-5ubuntu20.19
Replaces: libpam-xdg-support, systemd-services (<< 198-0ubuntu7)
Provides: libpam-xdg-support
Depends: libc6 (>= 2.14), 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.19), libpam-runtime (>= 1.0.1-6)
Pre-Depends: multiarch-support
Breaks: systemd-services (<< 198-0ubuntu7)
Conflicts: libpam-xdg-support
Size: 25544
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
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: 19948
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: libgtk-3-0
Priority: optional
Section: libs
Installed-Size: 6546
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: gtk+3.0
Version: 3.10.8-0ubuntu1
Provides: gtk3-binver-3.0.0
Depends: libgtk-3-common (>= 3.10.8), libatk-bridge2.0-0 (>= 2.5.3), libatk1.0-0 (>= 2.7.5), libc6 (>= 2.14), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.13.0~20140204), libcolord1 (>= 0.1.10), libcups2 (>= 1.6.2), libfontconfig1 (>= 2.9.0), libgdk-pixbuf2.0-0 (>= 2.27.1), libglib2.0-0 (>= 2.39.4), libpango-1.0-0 (>= 1.32.4), libpangocairo-1.0-0 (>= 1.32.4), libpangoft2-1.0-0 (>= 1.32.4), libwayland-client0 (>= 1.3.92), libwayland-cursor0 (>= 1.2.0), libx11-6 (>= 2:1.4.99.1), libxcomposite1 (>= 1:0.3-1), libxcursor1 (>> 1.1.2), libxdamage1 (>= 1:1.1), libxext6, libxfixes3, libxi6 (>= 2:1.2.99.4), libxinerama1, libxkbcommon0 (>= 0.2.0-0ubuntu3~), libxrandr2 (>= 2:1.2.99.3), shared-mime-info
Pre-Depends: multiarch-support
Recommends: hicolor-icon-theme, libgtk-3-bin
Suggests: librsvg2-common, gvfs
Breaks: gnome-themes-standard (<< 3.6), gtk3-engines-unico (<< 1.0.2-0ubuntu2), libvte-2.90-9 (<< 1:0.32), libwebkitgtk-3.0-0 (<< 1.8.0), murrine-themes (<= 0.98.2)
Size: 1959484
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: linux-headers-3.13.0-71-generic
Priority: optional
Section: devel
Installed-Size: 13124
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: amd64
Source: linux
Version: 3.13.0-71.114
Provides: linux-headers, linux-headers-3.0
Depends: linux-headers-3.13.0-71, libc6 (>= 2.14)
Size: 700298
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-71/debian.README.gz for details.

Package: libcups2
Priority: optional
Section: libs
Installed-Size: 615
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: cups
Version: 1.7.2-0ubuntu1
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: 178628
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: console-setup
Priority: optional
Section: utils
Installed-Size: 437
Maintainer: Ubuntu Installer Team <ubuntu-installer@lists.ubuntu.com>
Architecture: all
Version: 1.108ubuntu15.2
Depends: debconf (>= 1.5.34), console-setup-linux, xkb-data (>= 0.9), keyboard-configuration (= 1.108ubuntu15.2), initramfs-tools (>= 0.85eubuntu12) | linux-initramfs-tool, lsb-base (>= 4.1+Debian11ubuntu7)
Suggests: locales
Breaks: lsb (<< 2.0-6), lsb-base (<< 3.0-6), lsb-core (<< 2.0-6)
Conflicts: console-setup-mini
Filename: pool/main/c/console-setup/console-setup_1.70ubuntu8_all.deb
Size: 117470
MD5sum: 370ff02356551786ee5749a62e5a2fe6
Description: console font and keymap setup program
 This package provides the 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 installs 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: mysql-common
Priority: optional
Section: database
Installed-Size: 144
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Source: mysql-5.5
Version: 5.5.50-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: 12946
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: 482
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libgd2
Version: 2.1.0-3ubuntu0.2
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: 121548
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: linux-image-3.13.0-52-generic
Priority: optional
Section: kernel
Installed-Size: 41219
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: amd64
Source: linux
Version: 3.13.0-52.86
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-52-generic
Conflicts: hotplug (<< 0.0.20040105-1)
Size: 15133408
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: 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
Origin: Ubuntu
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
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
Original-Maintainer: Craig Small <csmall@debian.org>
SHA1: 8d0f6f86cb08427efbac36b2ee662b330c45addf
SHA256: 6b089b7d9b8aa0f6436e363bf27cd62e49f0bf0e04fa63ba3cb44f1f1d32b687
Homepage: http://invisible-island.net/ncurses/
Description-md5: 599cbbcff16d09b3b4643d84f37643fd
Supported: 5y
Task: minimal

Package: python-jsonpatch
Priority: optional
Section: python
Installed-Size: 68
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: python-json-patch
Version: 1.3-4
Replaces: python-json-patch (<< 1.3-3~)
Depends: python-json-pointer, python (>= 2.7), python (<< 2.8), python:any (>= 2.7.1-0ubuntu2)
Pre-Depends: dpkg (>= 1.15.6~)
Breaks: python-json-patch (<< 1.3-3~)
Size: 9088
Description: library to apply JSON patches - python 2.x
 Python-json-patch is a Python module (a library) to apply JSON Patches
 according to the IETF draft specification.
 .
 From the IETF site:
 .
 JavaScript Object Notation (JSON) [RFC4627] is a common format for the
 exchange and storage of structured data.  HTTP PATCH [RFC5789] extends the
 Hypertext Transfer Protocol (HTTP) [RFC2616] with a method to perform partial
 modifications to resources.
 .
 JSON Patch is a format (identified by the media type "application/
 json-patch") for expressing a sequence of operations to apply to a target JSON
 document, suitable for use with the HTTP PATCH method.
 .
 This format is also potentially useful in other cases when it's necessary to
 make partial updates to a JSON document.
 .
 This package provides the Python 2.x module.
Original-Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Homepage: https://github.com/stefankoegl/python-json-patch

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.1
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: 76768
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
Provides: editor
Depends: vim-common (= 2:7.4.052-1ubuntu3), vim-runtime (= 2:7.4.052-1ubuntu3), 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: 955616
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.2
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: 283614
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: 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.1
Depends: libc6 (>= 2.14), libcomerr2 (>= 1.01), libroken18-heimdal (>= 1.4.0+git20110226)
Pre-Depends: multiarch-support
Size: 47826
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: 3762
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.3
Depends: libpython3.4-minimal (= 3.4.3-1ubuntu1~14.04.3), 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: 1223402
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: 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: linux-image-extra-3.13.0-71-generic
Priority: optional
Section: kernel
Installed-Size: 148339
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: amd64
Source: linux
Version: 3.13.0-71.114
Depends: linux-image-3.13.0-71-generic, crda (>= 1.1.1-1ubuntu2) | wireless-crda
Size: 36757550
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: 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: 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.2
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: 311144
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
Replaces: libjpeg8 (<< 8c-2ubuntu5)
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Breaks: libjpeg8 (<< 8c-2ubuntu5)
Size: 104020
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: logrotate
Priority: important
Section: admin
Installed-Size: 159
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 3.8.7-1ubuntu1
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: 37860
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.3
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: 71134
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: 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.19
Depends: libc6 (>= 2.14), libcurl3 (>= 7.18.0), phpapi-20121212, php5-common (= 5.5.9+dfsg-1ubuntu4.19), ucf
Pre-Depends: dpkg (>= 1.15.7.2~)
Size: 27236
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: 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: libportaudio2
Priority: optional
Section: libs
Installed-Size: 224
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: portaudio19
Version: 19+svn20140130-1
Depends: libasound2 (>= 1.0.16), libc6 (>= 2.15), libjack-jackd2-0 (>= 1.9.5~dfsg-14) | libjack-0.116
Pre-Depends: multiarch-support
Size: 62868
Description: Portable audio I/O - shared library
 PortAudio is a portable audio I/O library designed for cross-platform
 support of audio. It uses a callback mechanism to request audio
 processing.  Audio can be generated in various formats, including 32
 bit floating point, and will be converted to the native format
 internally.
 .
 This package contains the shared library.
Original-Maintainer: Debian VoIP Team <pkg-voip-maintainers@lists.alioth.debian.org>
Homepage: http://www.portaudio.com/

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.7
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: 34158
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-1
Depends: perl (>= 5.18.1-4build1), perl-dbdabi-94, perlapi-5.18.1, libc6 (>= 2.4), libmysqlclient18 (>= 5.5.13-1), libdbi-perl
Size: 99300
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.
Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Homepage: https://metacpan.org/release/DBD-mysql

Package: linux-headers-3.13.0-37-generic
Priority: optional
Section: devel
Installed-Size: 13038
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: amd64
Source: linux
Version: 3.13.0-37.64
Provides: linux-headers, linux-headers-3.0
Depends: linux-headers-3.13.0-37, libc6 (>= 2.14)
Size: 721854
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-37/debian.README.gz for details.

Package: patch
Priority: standard
Section: vcs
Installed-Size: 220
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 2.7.1-4ubuntu2.3
Depends: libc6 (>= 2.17)
Suggests: ed, diffutils-doc
Size: 86356
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: initramfs-tools-bin
Priority: optional
Section: utils
Installed-Size: 109
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: initramfs-tools
Version: 0.122ubuntu8.1
Depends: libc6 (>= 2.4), libudev1 (>= 183)
Filename: pool/main/i/initramfs-tools/initramfs-tools-bin_0.103ubuntu4_amd64.deb
Size: 10804
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-43
Priority: optional
Section: devel
Installed-Size: 61848
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Source: linux
Version: 3.13.0-43.72
Depends: coreutils | fileutils (>= 4.0)
Size: 8907284
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-43/debian.README.gz for details

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
Depends: m4
Suggests: sendmail-doc
Size: 86062
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: 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: linux-image-extra-3.13.0-37-generic
Priority: optional
Section: kernel
Installed-Size: 148409
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: amd64
Source: linux
Version: 3.13.0-37.64
Depends: linux-image-3.13.0-37-generic, crda (>= 1.1.1-1ubuntu2) | wireless-crda
Size: 36744178
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: 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
Depends: libc6 (>= 2.14), libx11-6 (>= 2:1.4.99.1), libxext6
Pre-Depends: multiarch-support
Breaks: unity (<< 7.0.2), xserver-xorg-core (<< 2:1.14)
Size: 31924
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: libattr1
Priority: required
Section: libs
Installed-Size: 56
Origin: Ubuntu
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
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
Original-Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
SHA1: 5506bf1c306279adce8ee19b51f36e58b7204d5d
SHA256: f405e4cd78bf09a4f3340fba7f22cce806cd27ffbb56234e11813c6e63a5bc18
Homepage: http://savannah.nongnu.org/projects/attr/
Description-md5: 828e462109496dfbca870108ebcb31fc
Supported: 5y
Task: minimal

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: 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.2
Size: 13550
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: sed
Essential: yes
Priority: required
Section: utils
Installed-Size: 304
Origin: Ubuntu
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
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
Original-Maintainer: Clint Adams <clint@debian.org>
SHA1: 9bb6958ffc933d1baaf1c8e42093ececd2175b73
SHA256: 56e0576c8e0356cc2ea0d0c15c970714c14a42e9c35ab09999daca602f57c499
Homepage: http://www.gnu.org/software/sed/
Description-md5: 67b5a614216e15a54b09cad62d5d5afc
Supported: 5y
Task: minimal

Package: linux-image-3.13.0-32-generic
Priority: optional
Section: kernel
Installed-Size: 41029
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: amd64
Source: linux
Version: 3.13.0-32.57
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-32-generic
Conflicts: hotplug (<< 0.0.20040105-1)
Size: 15096124
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: 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
Replaces: libidn11-dev
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Conflicts: libidn9-dev
Size: 92990
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
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: 469004
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: 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: 3397
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: allowed
Source: python2.7
Version: 2.7.6-8ubuntu0.2
Replaces: python2.7 (<< 2.7.1~rc1-2~)
Depends: libpython2.7-minimal (= 2.7.6-8ubuntu0.2), zlib1g (>= 1:1.2.0)
Pre-Depends: libc6 (>= 2.15)
Recommends: python2.7
Suggests: binfmt-support
Conflicts: binfmt-support (<< 1.1.2)
Size: 1185096
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: 1098
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 4.5.1-2ubuntu1.2
Depends: libc6 (>= 2.14), libpcap0.8 (>= 1.2.1), libssl1.0.0 (>= 1.0.0)
Suggests: apparmor (>= 2.3)
Size: 354576
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: 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: libxcb-glx0
Priority: optional
Section: libs
Installed-Size: 151
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: 19976
Description: X C Binding, glx extension
 This package contains the library files needed to run software using
 libxcb-glx, the glx 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: lshw
Priority: optional
Section: utils
Installed-Size: 768
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 02.16-2ubuntu1.3
Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0)
Recommends: pciutils, usbutils
Size: 224338
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: linux-headers-3.13.0-92-generic
Priority: optional
Section: devel
Installed-Size: 13168
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: amd64
Source: linux
Version: 3.13.0-92.139
Provides: linux-headers, linux-headers-3.0
Depends: linux-headers-3.13.0-92, libc6 (>= 2.14)
Size: 698880
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-92/debian.README.gz for details.

Package: libglapi-mesa
Priority: optional
Section: libs
Installed-Size: 242
Maintainer: Ubuntu X-SWAT <ubuntu-x@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: mesa
Version: 10.1.0-4ubuntu5
Depends: libc6 (>= 2.3.4)
Pre-Depends: multiarch-support
Size: 21332
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: 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: libtiff5
Priority: optional
Section: libs
Installed-Size: 577
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: tiff
Version: 4.0.3-7ubuntu0.4
Depends: libc6 (>= 2.14), libjbig0 (>= 2.0), libjpeg8 (>= 8c), liblzma5 (>= 5.1.1alpha+20120614), zlib1g (>= 1:1.1.4)
Pre-Depends: multiarch-support
Size: 142580
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: 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-1
Depends: libc6 (>= 2.14), libgcrypt11 (>= 1.4.5), libgnutls26 (>= 2.12.17-0), zlib1g (>= 1:1.1.4)
Pre-Depends: multiarch-support
Size: 57544
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.
Original-Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Homepage: http://rtmpdump.mplayerhq.hu/

Package: klibc-utils
Priority: optional
Section: libs
Installed-Size: 384
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: klibc
Version: 2.0.4-8ubuntu1.16.04.1
Depends: libklibc (= 2.0.4-8ubuntu1.16.04.1)
Breaks: initramfs-tools (<< 0.103)
Filename: pool/main/k/klibc/klibc-utils_2.0.3-0ubuntu1_amd64.deb
Size: 107264
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: https://git.kernel.org/cgit/libs/klibc/klibc.git
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: libsystemd-login0
Priority: optional
Section: libs
Installed-Size: 119
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: systemd
Version: 204-5ubuntu20.19
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: 27206
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: 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: 345
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: allowed
Version: 3.4.3-1ubuntu1~14.04.3
Depends: python3.4-minimal (= 3.4.3-1ubuntu1~14.04.3), libpython3.4-stdlib (= 3.4.3-1ubuntu1~14.04.3), 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: 177426
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: 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.5
Depends: libgnutls26 (= 2.12.23-12ubuntu2.5), libc6 (>= 2.14)
Pre-Depends: multiarch-support
Filename: pool/main/g/gnutls26/libgnutls-openssl27_2.12.23-12ubuntu2_amd64.deb
Size: 18364
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-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: 126492
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.
Original-Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org>
Homepage: http://www.freedesktop.org/wiki/Software/HarfBuzz

Package: linux-headers-3.13.0-43-generic
Priority: optional
Section: devel
Installed-Size: 13062
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: amd64
Source: linux
Version: 3.13.0-43.72
Provides: linux-headers, linux-headers-3.0
Depends: linux-headers-3.13.0-43, libc6 (>= 2.14)
Size: 730702
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-43/debian.README.gz for details.

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: libkrb5support0
Priority: standard
Section: libs
Installed-Size: 163
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: krb5
Version: 1.12+dfsg-2ubuntu5.2
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Conflicts: libkrb53
Size: 30732
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: 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.2
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: 270522
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: libgl1-mesa-glx
Priority: optional
Section: libs
Installed-Size: 505
Maintainer: Ubuntu X-SWAT <ubuntu-x@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: mesa
Version: 10.1.0-4ubuntu5
Replaces: libgl1, libgl1-mesa-dri (<< 6.4.0)
Provides: libgl1
Depends: libc6 (>= 2.14), libdrm2 (>= 2.3.1), libglapi-mesa (= 10.1.0-4ubuntu5), libx11-6 (>= 2:1.4.99.1), libx11-xcb1, libxcb-dri2-0 (>= 1.8), libxcb-dri3-0, libxcb-glx0 (>= 1.8), libxcb-present0, libxcb-sync1, libxcb1 (>= 1.9.2), libxdamage1 (>= 1:1.1), libxext6, libxfixes3, libxshmfence1, libxxf86vm1, libudev1 | libudev0
Pre-Depends: multiarch-support
Recommends: libgl1-mesa-dri (>= 7.2)
Breaks: fglrx-glx (<< 1:11-6-1), glx-diversions (<< 0.4), libgl1-nvidia-alternatives (<= 275.09.07-1)
Conflicts: libgl1, libgl1-mesa-dri (<< 6.4.0)
Size: 113188
Description: free implementation of the OpenGL API -- GLX runtime
 Mesa is a 3-D graphics library with an API which is very similar to
 that of OpenGL.  To the extent that Mesa utilizes the OpenGL command
 syntax or state machine, it is being used with authorization from
 Silicon Graphics, Inc.  However, the author makes no claim that Mesa
 is in any way a compatible replacement for OpenGL or associated with
 Silicon Graphics, Inc.
 .
 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 modules themselves: these can be found
 in the libgl1-mesa-dri package.
Homepage: http://mesa3d.sourceforge.net/
Original-Maintainer: Debian X Strike Force <debian-x@lists.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: libxcb-present0
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.4), libxcb1
Pre-Depends: multiarch-support
Size: 5254
Description: X C Binding, present extension
 This package contains the library files needed to run software using
 libxcb-present, the present 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: x11-utils
Priority: optional
Section: x11
Installed-Size: 595
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 7.7+1
Depends: libc6 (>= 2.15), libfontconfig1 (>= 2.9.0), libfontenc1, libgl1-mesa-glx | libgl1, libx11-6, libx11-xcb1, libxaw7, libxcb-shape0, libxcb1 (>= 1.6), libxcomposite1 (>= 1:0.3-1), libxext6, libxft2 (>> 2.1.1), libxi6, libxinerama1, libxmu6, libxmuu1, libxrandr2 (>= 2:1.2.0), libxrender1, libxt6, libxtst6, libxv1, libxxf86dga1, libxxf86vm1
Suggests: mesa-utils
Size: 230476
Description: X11 utilities
 An X client is a program that interfaces with an X server (almost always via
 the X libraries), and thus with some input and output hardware like a
 graphics card, monitor, keyboard, and pointing device (such as a mouse).
 .
 This package provides a miscellaneous assortment of X utilities
 that ship with the X Window System, including:
  - appres, editres, listres and viewres, which query the X resource database;
  - luit, a filter that can be run between an arbitrary application and a
    UTF-8 terminal emulator;
  - xdpyinfo, a display information utility for X;
  - xdriinfo, query configuration information of DRI drivers;
  - xev, an X event displayer;
  - xfd, a tool that displays all the glyphs in a given X font;
  - xfontsel, a tool for browsing and selecting X fonts;
  - xkill, a tool for terminating misbehaving X clients;
  - xlsatoms, which lists interned atoms defined on an X server;
  - xlsclients, which lists client applications running on an X display;
  - xlsfonts, a server font list displayer;
  - xmessage, a tool to display message or dialog boxes;
  - xprop, a property displayer for X;
  - xvinfo, an Xv extension information utility for X;
  - xwininfo, a window information utility for X;
 .
 The editres and viewres programs use bitmap images provided by the
 xbitmaps package. The luit program requires locale information from
 the libx11-data package.
Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>

Package: base-passwd
Essential: yes
Priority: required
Section: admin
Installed-Size: 252
Origin: Ubuntu
Maintainer: Colin Watson <cjwatson@debian.org>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
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
SHA1: b15968393d03ee487c2511f584e84e57552dbe4e
SHA256: c53bc7b5bae473df952b686d1558a0e6c7661cdfd9bfea2f0bd6ac722beff90f
Description-md5: aad0cc52ee72b2469af5552851e49f03
Supported: 5y
Task: minimal

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.7
Replaces: e2fsprogs (<= 1.40.3-1ubuntu1)
Depends: passwd, libuuid1 (>= 2.20.1), libc6 (>= 2.4)
Size: 12304
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: 175
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: bind9
Version: 1:9.9.5.dfsg-3ubuntu0.8
Replaces: dnsutils (<< 1:9.0.0), host (<< 1:9.7.0)
Provides: host
Depends: libbind9-90 (= 1:9.9.5.dfsg-3ubuntu0.8), libc6 (>= 2.4), libdns100 (= 1:9.9.5.dfsg-3ubuntu0.8), libisc95 (= 1:9.9.5.dfsg-3ubuntu0.8), libisccfg90 (= 1:9.9.5.dfsg-3ubuntu0.8), liblwres90 (= 1:9.9.5.dfsg-3ubuntu0.8)
Conflicts: dnsutils (<< 1:9.0.0), host (<< 1:9.7.0)
Size: 46348
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: linux-headers-3.13.0-32-generic
Priority: optional
Section: devel
Installed-Size: 12999
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: amd64
Source: linux
Version: 3.13.0-32.57
Provides: linux-headers, linux-headers-3.0
Depends: linux-headers-3.13.0-32, libc6 (>= 2.14)
Size: 707466
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-32/debian.README.gz for details.

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: 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: libicu52
Priority: optional
Section: libs
Installed-Size: 27284
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: icu
Version: 52.1-3ubuntu0.4
Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0)
Pre-Depends: multiarch-support
Size: 6751826
Description: International Components for Unicode
 ICU is a C++ and C library that provides robust and full-featured
 Unicode and locale support.  This package contains the runtime
 libraries for ICU.
Homepage: http://www.icu-project.org
Original-Maintainer: Jay Berkenbilt <qjb@debian.org>

Package: mawk
Priority: required
Section: utils
Installed-Size: 197
Origin: Ubuntu
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
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
Original-Maintainer: Steve Langasek <vorlon@debian.org>
SHA1: ce7577c4a0692a0501a2d957af4e1be834a054bc
SHA256: c1f3ebea7ffeca3d4289284fc54e61eafa7b50f1e5fcc2c04695ee4cae1eb958
Description-md5: e02f3de1fa8a56e3f324f082c0c2e41f
Supported: 5y
Task: minimal

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.1
Replaces: plymouth (<< 0.8.1-1~)
Provides: plymouth-theme
Depends: plymouth, libc6 (>= 2.2.5), libplymouth2 (>= 0.8.0~-13~ppa1)
Size: 7950
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: 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: ntp
Priority: optional
Section: net
Installed-Size: 1469
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 1:4.2.6.p5+dfsg-3ubuntu2.14.04.8
Replaces: apparmor (<< 2.3.1+1403-0ubuntu10), apparmor-profiles (<< 2.3.1+1403-0ubuntu10)
Depends: adduser, lsb-base (>= 3.2-13), netbase, libc6 (>= 2.17), libcap2 (>= 2.10), libedit2 (>= 2.11-20080614), libopts25 (>= 1:5.18), libssl1.0.0 (>= 1.0.0)
Pre-Depends: dpkg (>= 1.15.7.2)
Recommends: perl
Suggests: ntp-doc, apparmor (>= 2.1+1075-0ubuntu6)
Breaks: dhcp3-client (<< 4.1.0-1)
Conflicts: apparmor (<< 2.3.1+1403-0ubuntu10), apparmor-profiles (<< 2.3.1+1403-0ubuntu10)
Size: 418960
Description: Network Time Protocol daemon and utility programs
 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.
 .
 This package contains the NTP daemon and utility programs.  An NTP
 daemon needs to be running on each host that is to have its clock
 accuracy controlled by NTP.  The same NTP daemon is also used to
 provide NTP service to other hosts.
 .
 For more information about the NTP protocol and NTP server
 configuration and operation, install the package "ntp-doc".
Homepage: http://support.ntp.org/
Original-Maintainer: Debian NTP Team <pkg-ntp-maintainers@lists.alioth.debian.org>

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.3
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: 611166
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: libwiretap3
Priority: optional
Section: libs
Installed-Size: 415
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: wireshark
Version: 1.10.6-1
Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.16.0), libwireshark3 (>= 1.10.0), zlib1g (>= 1:1.2.2.4)
Pre-Depends: multiarch-support
Conflicts: wireshark-common (<< 1.4.0~rc2-1)
Size: 135212
Description: network packet capture library -- shared library
 Wiretap, part of the Wireshark project, is a library that allows one to
 read and write several packet capture file formats.
 .
 Supported formats are:
  * Libpcap
  * Sniffer
  * LANalyzer
  * Network Monitor
  * "snoop"
  * "iptrace"
  * Sniffer Basic (NetXRay)/Windows Sniffer Pro
  * RADCOM WAN/LAN Analyzers
  * Lucent/Ascend access products
  * HP-UX nettl
  * Toshiba ISDN Router
  * ISDN4BSD "i4btrace" utility
  * Cisco Secure Intrustion Detection System iplogging facility
  * pppd logs (pppdump-format files)
  * VMS TCPTRACE
  * DBS Etherwatch (text format)
  * Catapult DCT2000 (.out files)
 .
 Wiretap's shortcomings are: no filter capability and no support for packet
 capture.
Original-Maintainer: Balint Reczey <balint@balintreczey.hu>
Homepage: http://www.wireshark.org/

Package: libfdisk1
Priority: required
Section: libs
Installed-Size: 449
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: util-linux
Version: 2.27.1-6ubuntu3.1
Depends: libblkid1 (>= 2.17.2), libc6 (>= 2.17), libuuid1 (>= 2.16)
Size: 138368
Description: fdisk partitioning library
 The libfdisk library is used for manipulating partition tables. It is
 the core of the fdisk, cfdisk, and sfdisk tools.
Original-Maintainer: Debian util-linux Maintainers <ah-util-linux@debian.org>

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: libisccc90
Priority: optional
Section: libs
Installed-Size: 88
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: bind9
Version: 1:9.9.5.dfsg-3ubuntu0.8
Replaces: libbind0
Depends: libc6 (>= 2.4), libisc95
Conflicts: libbind0, libbind9-41
Size: 15678
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: 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
Depends: debconf (>= 0.5) | debconf-2.0, lsb-base (>= 1.3-9ubuntu2)
Size: 49776
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: linux-headers-3.13.0-71
Priority: optional
Section: devel
Installed-Size: 61932
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Source: linux
Version: 3.13.0-71.114
Depends: coreutils | fileutils (>= 4.0)
Size: 8868190
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-71/debian.README.gz for details

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
Depends: libc6 (>= 2.14), libx11-6 (>= 2:1.4.99.1)
Pre-Depends: multiarch-support
Breaks: unity (<< 7.0.2), xserver-xorg-core (<< 2:1.14)
Size: 11746
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: xdg-utils
Priority: optional
Section: utils
Installed-Size: 263
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Version: 1.1.0~rc1-2ubuntu7
Recommends: libfile-mimeinfo-perl, x11-utils, x11-xserver-utils
Suggests: gvfs-bin
Size: 65568
Description: desktop integration utilities from freedesktop.org
 xdg-utils contains utilities for integrating applications with the
 desktop environment, regardless of which desktop environment is used.
 They are part of freedesktop.org's Portland project.
 .
 The following utilities are included:
 .
  * xdg-desktop-menu - Install desktop menu items
  * xdg-desktop-icon - Install icons on the user's desktop
  * xdg-icon-resource - Install icon resources
  * xdg-mime - Gather MIME information about a file
  * xdg-open - Open a URL in the user's preferred application that
               handles the respective URL or file type
  * xdg-email - Open the user's preferred email client, potentially with
                subject and other info filled in
  * xdg-screensaver - Enable, disable, or suspend the screensaver
  * xdg-settings - get various settings (default web browser) from
                   the desktop environment
Homepage: http://portland.freedesktop.org/
Original-Maintainer: Per Olofsson <pelle@debian.org>

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.4
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: 25856
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.2
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: 69658
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: libgusb2
Priority: extra
Section: libs
Installed-Size: 78
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libgusb
Version: 0.1.6-5
Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.37.3), libgudev-1.0-0 (>= 146), libusb-1.0-0 (>= 2:1.0.8)
Pre-Depends: multiarch-support
Size: 15390
Description: GLib wrapper around libusb1
 GUsb is a GObject wrapper for libusb1 that makes it easy to do
 asynchronous control, bulk and interrupt transfers with proper
 cancellation and integration into a mainloop.
 .
 This package contains the GUsb shared library.
Original-Maintainer: Michal Čihař <nijel@debian.org>
Homepage: http://www.hughski.com/downloads.html

Package: linux-image-3.13.0-37-generic
Priority: optional
Section: kernel
Installed-Size: 41094
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: amd64
Source: linux
Version: 3.13.0-37.64
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-37-generic
Conflicts: hotplug (<< 0.0.20040105-1)
Size: 15106714
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: 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: 308
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: ubuntu-release-upgrader
Version: 1:0.220.8
Replaces: update-manager (<< 1:0.165), update-manager-core (<< 1:0.165)
Depends: python3:any (>= 3.2~), python3, python3-distupgrade (= 1:0.220.8)
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: 23050
Description: manage release upgrades
 This is the core of the Ubuntu Release Upgrader

Package: libxmu6
Priority: optional
Section: libs
Installed-Size: 151
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.14), libx11-6, libxext6, libxt6
Pre-Depends: multiarch-support
Size: 53828
Description: X11 miscellaneous utility library
 libXmu provides a set of miscellaneous utility convenience functions for X
 libraries to use.  libXmuu is a lighter-weight version that does not depend
 on libXt or libXext; for more information, see libxmuu1.
 .
 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: 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
Origin: Ubuntu
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
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
Original-Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
SHA1: 747f1ac4a4e909e6fb3eb77ea9096bc97622f640
SHA256: 1b039040096eff8b1094803d8313caf325cfee3a1699afe6374027cb35974e42
Homepage: http://www.gnu.org/software/grep/
Description-md5: f9188c5583d41955f3b3fe60b9d445f1
Supported: 5y
Task: minimal

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-1ubuntu3
Depends: libnl-3-200 (= 3.2.21-1ubuntu3), libc6 (>= 2.4)
Pre-Depends: multiarch-support
Size: 10226
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: 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: busybox-static
Priority: extra
Section: shells
Installed-Size: 1984
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: busybox
Version: 1:1.21.0-1ubuntu1
Replaces: busybox
Conflicts: busybox
Size: 999048
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: 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.3
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: 16192
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: libxcb-sync1
Priority: optional
Section: libs
Installed-Size: 65
Maintainer: Ubuntu X-SWAT <ubuntu-x@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libxcb
Version: 1.10-2ubuntu1
Depends: libc6 (>= 2.14), libxcb1
Pre-Depends: multiarch-support
Size: 8090
Description: X C Binding, sync extension
 This package contains the library files needed to run software using
 libxcb-sync, the sync 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: plymouth
Priority: optional
Section: x11
Installed-Size: 457
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 0.8.8-0ubuntu17.1
Depends: initramfs-tools, libplymouth2 (= 0.8.8-0ubuntu17.1), 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: 98608
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: 86
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libdrm
Version: 2.4.52-1
Depends: libc6 (>= 2.14), libdrm2 (>= 2.4.38)
Pre-Depends: multiarch-support
Size: 13414
Description: Userspace interface to nouveau-specific kernel DRM services -- runtime
 This library implements the userspace interface to the nouveau-specific 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.
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: linux-image-generic
Priority: optional
Section: kernel
Installed-Size: 29
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: amd64
Source: linux-meta
Version: 3.13.0.92.99
Depends: linux-image-3.13.0-92-generic, linux-image-extra-3.13.0-92-generic, linux-firmware
Size: 2256
Description: Generic Linux kernel image
 This package will always depend on the latest generic kernel image
 available.

Package: libcurl3
Priority: optional
Section: libs
Installed-Size: 546
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: curl
Version: 7.35.0-1ubuntu2.7
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: 173038
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: 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: x11-xserver-utils
Priority: optional
Section: x11
Installed-Size: 490
Maintainer: Ubuntu X-SWAT <ubuntu-x@lists.ubuntu.com>
Architecture: amd64
Version: 7.7+2ubuntu1
Replaces: iceauth, sessreg, x11-xserver-utils-lts-quantal (<< 3:0), x11-xserver-utils-lts-raring (<< 3:0), x11-xserver-utils-lts-saucy (<< 3:0), x11-xserver-utils-lts-trusty (<< 3:0), xbase-clients (<< 1:7.3), xgamma, xhost, xmodmap, xrandr, xrdb, xrefresh, xrgb, xset, xsetmode, xsetpointer, xsetroot, xstdcmap, xutils (<< 1:7.2), xvidtune
Depends: libc6 (>= 2.14), libice6 (>= 1:1.0.0), libx11-6, libxaw7, libxcursor1 (>> 1.1.2), libxext6, libxi6, libxmu6, libxmuu1, libxrandr2 (>= 2:1.4.0), libxt6, libxxf86vm1, cpp
Suggests: nickle, cairo-5c, xorg-docs-core
Breaks: x11-xserver-utils-lts-quantal (<< 3:0), x11-xserver-utils-lts-raring (<< 3:0), x11-xserver-utils-lts-saucy (<< 3:0), x11-xserver-utils-lts-trusty (<< 3:0)
Conflicts: iceauth, sessreg, xgamma, xhost, xmodmap, xrandr, xrdb, xrefresh, xrgb, xset, xsetmode, xsetpointer, xsetroot, xstdcmap, xvidtune
Size: 151248
Description: X server utilities
 An X client is a program that interfaces with an X server (almost always via
 the X libraries), and thus with some input and output hardware like a
 graphics card, monitor, keyboard, and pointing device (such as a mouse).
 .
 This package provides a miscellaneous assortment of X Server utilities
 that ship with the X Window System, including:
  - iceauth, a tool for manipulating ICE protocol authorization records;
  - rgb;
  - sessreg, a simple program for managing utmp/wtmp entries;
  - xcmsdb, a device color characteristic utility for the X Color Management
    System;
  - xgamma, a tool for querying and setting a monitor's gamma correction;
  - xhost, a very dangerous program that you should never use;
  - xmodmap, a utility for modifying keymaps and pointer button mappings in X;
  - xrandr, a command-line interface to the RandR extension;
  - xrdb, a tool to manage the X server resource database;
  - xrefresh, a tool that forces a redraw of the X screen;
  - xset, a tool for setting miscellaneous X server parameters;
  - xsetmode and xsetpointer, tools for handling X Input devices;
  - xsetroot, a tool for tailoring the appearance of the root window;
  - xstdcmap, a utility to selectively define standard colormap properties;
  - xvidtune, a tool for customizing X server modelines for your monitor.
Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>

Package: libxaw7
Priority: optional
Section: libs
Installed-Size: 494
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libxaw
Version: 2:1.0.12-1
Depends: libc6 (>= 2.15), libx11-6, libxext6, libxmu6, libxpm4, libxt6
Pre-Depends: multiarch-support
Size: 168422
Description: X11 Athena Widget library
 libXaw7 provides the second version of Xaw, the Athena Widgets tookit,
 which is largely used by legacy X applications.  This version is the
 most common version, as version 6 is considered deprecated, and version
 8, which adds Xprint support, is unsupported and not widely used.
 In general, use of a more modern toolkit such as GTK+ is recommended.
 .
 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/libXaw
Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>

Package: php5-common
Priority: optional
Section: php
Installed-Size: 1127
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: php5
Version: 5.5.9+dfsg-1ubuntu4.19
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: 446328
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: 2581
Maintainer: Ubuntu Installer Team <ubuntu-installer@lists.ubuntu.com>
Architecture: all
Source: console-setup
Version: 1.108ubuntu15.2
Replaces: console-setup (<< 1.47), console-setup-mini (<< 1.47)
Depends: debconf (>= 1.5.34), lsb-base (>= 4.1+Debian11ubuntu7), liblocale-gettext-perl, initscripts
Breaks: console-setup (<< 1.71), console-setup-mini (<< 1.47)
Filename: pool/main/c/console-setup/keyboard-configuration_1.70ubuntu8_all.deb
Size: 657298
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: 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: 3413
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: mysql-5.5
Version: 5.5.50-0ubuntu0.14.04.1
Depends: mysql-common (>= 5.5.50-0ubuntu0.14.04.1), libc6 (>= 2.17), zlib1g (>= 1:1.1.4)
Pre-Depends: multiarch-support
Size: 595406
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: 127
Maintainer: Scott James Remnant <scott@ubuntu.com>
Architecture: amd64
Version: 0.100.0-19
Replaces: readahead
Provides: readahead
Depends: e2fslibs (>= 1.37), libblkid1 (>= 2.16), libc6 (>= 2.4), libnih1 (>= 1.0.0), init-system-helpers (>= 1.18~)
Conflicts: readahead, systemd (<< 217)
Filename: pool/main/u/ureadahead/ureadahead_0.100.0-16_amd64.deb
Size: 20218
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: 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: 1227
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Version: 1:2.1-4.2ubuntu1.1
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: 152480
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: 2346
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Source: shadow
Version: 1:4.1.5.1-1ubuntu9.2
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: 758508
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: 56
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Source: gdk-pixbuf
Version: 2.30.7-0ubuntu1
Replaces: libgdk-pixbuf2.0-0 (<< 2.24.0-2)
Breaks: libgdk-pixbuf2.0-0 (<< 2.24.0-2)
Size: 8610
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
Origin: Ubuntu
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
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
Original-Maintainer: Debian Hostname Team <hostname-devel@lists.alioth.debian.org>
SHA1: 9201b8a9354162c4ae68f17291a8a592987e29d9
SHA256: 20947b04ab3ddf48d10e733432734065f0ee4fa5ac1469bf707f18b168bf57fa
Description-md5: a5a22acc3c69a7f40f07f1a8dfc93af1
Supported: 5y
Task: minimal

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: nmap
Priority: extra
Section: net
Installed-Size: 17179
Maintainer: LaMont Jones <lamont@debian.org>
Architecture: amd64
Version: 6.40-0.2ubuntu1
Replaces: ndiff
Provides: ndiff
Depends: libc6 (>= 2.15), libgcc1 (>= 1:4.1.1), liblinear1 (>= 1.6), liblua5.2-0, libpcap0.8 (>= 0.9.8), libpcre3, libssl1.0.0 (>= 1.0.0), libstdc++6 (>= 4.6), python:any
Conflicts: ndiff
Size: 3890560
Description: The Network Mapper
 Nmap is a utility for network exploration or security auditing. It
 supports ping scanning (determine which hosts are up), many port
 scanning techniques, version detection (determine service protocols
 and application versions listening behind ports), and TCP/IP
 fingerprinting (remote host OS or device identification). Nmap also
 offers flexible target and port specification, decoy/stealth scanning,
 sunRPC scanning, and more. Most Unix and Windows platforms are
 supported in both GUI and commandline modes. Several popular handheld
 devices are also supported, including the Sharp Zaurus and the iPAQ.

Package: libacl1
Priority: required
Section: libs
Installed-Size: 76
Origin: Ubuntu
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
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
Original-Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
SHA1: 78b32bfdb9e41e70eb440c4d57124d712559ac1c
SHA256: 81277c93162b2e57b65786602668e01e14521b37d04cd28cc4f126ed14e6eb55
Homepage: http://savannah.nongnu.org/projects/acl/
Description-md5: 65c1428a85567ba04597e882b0aecfe2
Supported: 5y
Task: minimal

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: 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: 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: ufw
Priority: optional
Section: admin
Installed-Size: 818
Maintainer: Jamie Strandboge <jamie@ubuntu.com>
Architecture: all
Version: 0.35-0ubuntu2
Depends: iptables, ucf, python3:any (>= 3.3.2-2~), debconf (>= 0.5) | debconf-2.0, init-system-helpers (>= 1.18~), lsb-base (>= 4.1+Debian11ubuntu7)
Suggests: rsyslog
Size: 148580
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
Origin: Ubuntu
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
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
Original-Maintainer: Alastair McKinstry <mckinstry@debian.org>
SHA1: d8598f057a259e5c99409be41319449a456e32b0
SHA256: 727f3e493959c5932ef7eb35512e62f4dbeec7c45d5d8250458d05c86f4610c9
Homepage: http://www.jedsoft.org/slang/
Description-md5: 63cf6009be68fe5fb7a6729e8527359d
Supported: 5y
Task: minimal

Package: apache2
Priority: optional
Section: httpd
Installed-Size: 463
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 2.4.7-1ubuntu4.13
Replaces: apache2.2-common
Depends: lsb-base, procps, perl, mime-support, apache2-bin (= 2.4.7-1ubuntu4.13), apache2-data (= 2.4.7-1ubuntu4.13)
Recommends: ssl-cert
Suggests: www-browser, apache2-doc, apache2-suexec-pristine | apache2-suexec-custom, ufw, apache2-utils
Conflicts: apache2.2-common
Size: 87392
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: 169
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Source: sysvinit
Version: 2.88dsf-59.3ubuntu2
Replaces: libc0.1, libc0.3, libc6, libc6.1
Depends: mount (>= 2.11x-1), debianutils (>= 4), lsb-base (>= 3.2-14), sysvinit-utils (>= 2.88dsf-50), sysv-rc | file-rc, coreutils (>= 5.93)
Recommends: psmisc, e2fsprogs
Breaks: aide (<< 0.15.1-5), atm-tools (<< 1:2.5.1-1.3), autofs (<< 5.0.0), bootchart (<< 0.10~svn407-4), console-common (<< 0.7.86), console-setup (<< 1.74), cruft (<< 0.9.16), eepc-acpi-scripts (<< 1.1.12), fcheck (<< 2.7.59-16), hostapd (<< 1:0.7.3-3), hurd (<< 0.5.git20131101~), ifupdown (<< 0.7.46), libpam-mount (<< 2.13-1), live-build (<< 3.0~a26-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), systemd (<< 228-5ubuntu3), util-linux (<< 2.26.2-4~), 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: 24424
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: 357
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: util-linux
Version: 2.27.1-6ubuntu3.1
Depends: libc6 (>= 2.17), libuuid1 (>= 2.16)
Filename: pool/main/u/util-linux/libblkid1_2.20.1-5.1ubuntu20_amd64.deb
Size: 106810
MD5sum: 1223fc4aec28d18c94d11149d016bc7c
Description: block device ID library
 The blkid library allows system programs such as fsck and mount to
 quickly and easily find block devices by filesystem UUID or label.
 This allows system administrators to avoid specifying filesystems by
 hard-coded device names and use a logical naming system instead.
Original-Maintainer: Debian util-linux Maintainers <ah-util-linux@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: python-json-pointer
Priority: optional
Section: python
Installed-Size: 49
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 1.0-2build1
Depends: python (>= 2.7), python (<< 2.8), python:any (>= 2.7.1-0ubuntu2)
Pre-Depends: dpkg (>= 1.15.6~)
Size: 5158
Description: resolve JSON pointers - python 2.x
 Python-json-pointer is a small library to resolve JSON pointers according to
 the IETF draft specification. JSON Pointer defines a string syntax for
 identifying a specific value within a JavaScript Object Notation (JSON)
 document.
 .
 This package provides the module for Python 2.x.
Original-Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Homepage: https://github.com/stefankoegl/python-json-pointer

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: libsemanage-common
Priority: required
Section: libs
Installed-Size: 56
Origin: Ubuntu
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
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
Original-Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
SHA1: cc1165aec411c062166398a50618799b61f87b00
SHA256: dd4880d8275104496f6f8e836be119d5621242a66525424f596b641e4ef57e71
Homepage: http://userspace.selinuxproject.org/
Description-md5: c7a0a093650c85e838f42492add9b46b
Supported: 5y
Task: minimal

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: linux-image-3.13.0-36-generic
Priority: optional
Section: kernel
Installed-Size: 41077
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: amd64
Source: linux
Version: 3.13.0-36.63
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-36-generic
Conflicts: hotplug (<< 0.0.20040105-1)
Size: 15155418
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: 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
Size: 21214
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: apache2-utils
Priority: optional
Section: httpd
Installed-Size: 339
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Source: apache2
Version: 2.4.7-1ubuntu4.13
Depends: libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.5.0), libc6 (>= 2.14), libssl1.0.0 (>= 1.0.1)
Size: 82218
Description: Apache HTTP Server (utility programs for web servers)
 Provides some add-on programs useful for any web server.  These include:
  - ab (Apache benchmark tool)
  - fcgistarter (Start a FastCGI program)
  - logresolve (Resolve IP addresses to hostname in logfiles)
  - htpasswd (Manipulate basic authentication files)
  - htdigest (Manipulate digest authentication files)
  - htdbm (Manipulate basic authentication files in DBM format, using APR)
  - htcacheclean (Clean up the disk cache)
  - rotatelogs (Periodically stop writing to a logfile and open a new one)
  - split-logfile (Split a single log including multiple vhosts)
  - checkgid (Checks whether the caller can setgid to the specified group)
  - check_forensic (Extract mod_log_forensic output from Apache log files)
  - httxt2dbm (Generate dbm files for use with RewriteMap)
Homepage: http://httpd.apache.org/
Original-Maintainer: Debian Apache Maintainers <debian-apache@lists.debian.org>

Package: findutils
Essential: yes
Priority: required
Section: utils
Installed-Size: 816
Origin: Ubuntu
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
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
Original-Maintainer: Andreas Metzler <ametzler@debian.org>
SHA1: 2cf2dbba67030f0a864e0e573526e4310333055a
SHA256: a560326ea60908d369faa000bb86bc8da80c591f874c0836d3ca14207828a17b
Homepage: http://savannah.gnu.org/projects/findutils/
Description-md5: ad1a783819241ffdf3ff5f37a676af59
Supported: 5y
Task: minimal

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: initramfs-tools-core
Priority: optional
Section: utils
Installed-Size: 246
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Source: initramfs-tools
Version: 0.122ubuntu8.1
Replaces: initramfs-tools (<< 0.121~)
Depends: initramfs-tools-bin (= 0.122ubuntu8.1), busybox-initramfs (>= 1:1.13.3-1ubuntu5), klibc-utils (>= 2.0.4-7~), cpio, kmod | module-init-tools, udev
Suggests: bash-completion
Breaks: initramfs-tools (<< 0.121~)
Size: 42166
Description: generic modular initramfs generator (core tools)
 This package contains the mkinitramfs program that can be used to
 create a bootable initramfs for a Linux kernel.  The initramfs should
 be loaded along with the kernel and is then responsible for mounting
 the root filesystem and starting the main init system.
Original-Maintainer: Debian kernel team <debian-kernel@lists.debian.org>

Package: libxft2
Priority: optional
Section: libs
Installed-Size: 136
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: xft
Version: 2.3.1-2
Depends: libc6 (>= 2.14), libfontconfig1 (>= 2.9.0), libfreetype6 (>= 2.3.5), libx11-6, libxrender1
Pre-Depends: multiarch-support
Size: 36236
Description: FreeType-based font drawing library for X
 Xft provides a client-side font API for X applications, making the FreeType
 font rasterizer available to X clients.  Fontconfig is used for font
 specification resolution.  Where available, the RENDER extension handles
 glyph drawing; otherwise, the core X protocol is used.
Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>

Package: linux-image-3.13.0-92-generic
Priority: optional
Section: kernel
Installed-Size: 41992
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: amd64
Source: linux
Version: 3.13.0-92.139
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-92-generic
Conflicts: hotplug (<< 0.0.20040105-1)
Size: 15265546
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: 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: linux-image-3.13.0-61-generic
Priority: optional
Section: kernel
Installed-Size: 41491
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: amd64
Source: linux
Version: 3.13.0-61.100
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-61-generic
Conflicts: hotplug (<< 0.0.20040105-1)
Size: 15199464
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: 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: 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: 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
Depends: libc6 (>= 2.15), libxcb1 (>= 1.2), libx11-data
Pre-Depends: multiarch-support
Size: 560358
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: libgtk-3-bin
Priority: optional
Section: misc
Installed-Size: 156
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Source: gtk+3.0
Version: 3.10.8-0ubuntu1
Depends: libc6 (>= 2.2.5), libglib2.0-0 (>= 2.37.5), libgtk-3-0 (>= 3.10.8-0ubuntu1), libgtk-3-common (>= 3.10.8)
Size: 18138
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: libjasper1
Priority: optional
Section: libs
Installed-Size: 356
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: jasper
Version: 1.900.1-14ubuntu3
Replaces: libjasper-1.700-2
Depends: libc6 (>= 2.14), libjpeg8 (>= 8c)
Pre-Depends: multiarch-support
Suggests: libjasper-runtime
Conflicts: libjasper-1.700-2
Size: 128970
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: 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: 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: 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: 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: libjack-jackd2-0
Priority: optional
Section: libs
Installed-Size: 606
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: jackd2
Version: 1.9.9.5+20130622git7de15e7a-1ubuntu1
Replaces: libjack-0.116
Provides: libjack-0.116
Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libsamplerate0 (>= 0.1.7), libstdc++6 (>= 4.6)
Pre-Depends: multiarch-support
Suggests: jackd2 (= 1.9.9.5+20130622git7de15e7a-1ubuntu1)
Conflicts: jackd2 (>> 1.9.9.5+20130622git7de15e7a-1ubuntu1), jackd2 (<< 1.9.9.5+20130622git7de15e7a-1ubuntu1), libjack-0.116, libjack0
Size: 182190
Description: JACK Audio Connection Kit (libraries)
 JACK is a low-latency sound server, allowing multiple applications to
 connect to one audio device, and to share audio between themselves.
 .
 This package contains the shared libraries.
Original-Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Homepage: http://jackaudio.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: acl
Priority: optional
Section: utils
Installed-Size: 192
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 2.2.52-1
Depends: libacl1 (= 2.2.52-1), libc6 (>= 2.14)
Size: 43790
Description: Access control list utilities
 This package contains the getfacl and setfacl utilities needed for
 manipulating access control lists.
Original-Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
Homepage: http://savannah.nongnu.org/projects/acl/

Package: openssh-server
Priority: optional
Section: net
Installed-Size: 933
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Source: openssh
Version: 1:6.6p1-2ubuntu2.7
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.7), 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: 321560
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.1
Depends: libc6 (>= 2.4), libexpat1 (>= 2.0.1), libglib2.0-0 (>= 2.37.3), libpolkit-gobject-1-0 (>= 0.104), libsystemd-login0 (>= 31)
Pre-Depends: multiarch-support
Breaks: policykit-1 (<< 0.99)
Size: 34644
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: 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: linux-image-3.13.0-43-generic
Priority: optional
Section: kernel
Installed-Size: 41150
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: amd64
Source: linux
Version: 3.13.0-43.72
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-43-generic
Conflicts: hotplug (<< 0.0.20040105-1)
Size: 15140700
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: liblzma5
Priority: required
Section: libs
Installed-Size: 305
Origin: Ubuntu
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
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
Original-Maintainer: Jonathan Nieder <jrnieder@gmail.com>
SHA1: 5047b25046c22cc6a22579722312150e5428d9e9
SHA256: 4062214896ad59759d0fe012146d7f001159b9a79fe28baea296205b53ba7cb9
Homepage: http://tukaani.org/xz/
Description-md5: 0ceca09eb4ab99863be3578fa55e7d2b
Supported: 5y
Task: minimal

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
Origin: Ubuntu
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
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
Original-Maintainer: Scott James Remnant <scott@netsplit.com>
SHA1: b46446214729f087e79ac024b7bb31d414738f88
SHA256: d55b55029d4af7ffb4ef5c6d7fc4de580f7431f2968d9753ede419bd8f19e00c
Homepage: https://launchpad.net/libnih
Description-md5: 92500fc26ab644cbeb0d43f75dce8ac8
Supported: 5y
Task: minimal

Package: libxcb-dri3-0
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: 5118
Description: X C Binding, dri3 extension
 This package contains the library files needed to run software using
 libxcb-dri3, the dri3 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: libavahi-common3
Priority: optional
Section: libs
Installed-Size: 118
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: avahi
Version: 0.6.31-4ubuntu1
Depends: libc6 (>= 2.14), libavahi-common-data
Pre-Depends: multiarch-support
Size: 21712
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: at-spi2-core
Priority: optional
Section: misc
Installed-Size: 208
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 2.10.2.is.2.10.1-0ubuntu1
Depends: libatspi2.0-0, libc6 (>= 2.7), libdbus-1-3 (>= 1.0.2), libglib2.0-0 (>= 2.37.3), libx11-6, libxtst6
Breaks: gdm3 (<< 3.4)
Size: 43076
Description: Assistive Technology Service Provider Interface (dbus core)
 This package contains the core components of GNOME Accessibility.
Homepage: http://live.gnome.org/Accessibility
Original-Maintainer: Debian Accessibility Team <debian-accessibility@lists.debian.org>

Package: libfile-desktopentry-perl
Priority: optional
Section: perl
Installed-Size: 79
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 0.07-1
Depends: perl, libfile-basedir-perl
Size: 19428
Description: Perl module to handle freedesktop .desktop files
 File::DesktopEntry is used to work with .desktop files. The format of these
 files is specified by the freedesktop "Desktop Entry" specification. For this
 module version 1.0 of the specification was used:
 .
 <http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-1.0.html>
Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Homepage: https://metacpan.org/release/File-DesktopEntry/

Package: libgnutls26
Priority: standard
Section: libs
Installed-Size: 1072
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: gnutls26
Version: 2.12.23-12ubuntu2.5
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: 393294
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: required
Section: libs
Installed-Size: 144
Origin: Ubuntu
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
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
Original-Maintainer: Debian QA Group <packages@qa.debian.org>
SHA1: 1ee093a28ddc55ef79ac29f8692452ff0c217402
SHA256: 92a40b408f14e95191ce6416ef9e1828b07b51bd54ee99a9e1405a46d97dd543
Homepage: http://people.redhat.com/sgrubb/audit/
Description-md5: ec521af3cbcca51c5a26a117f114a9b5
Supported: 5y
Task: minimal

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: required
Section: libs
Installed-Size: 1725
Origin: Ubuntu
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Architecture: amd64
Multi-Arch: same
Source: db5.3
Version: 5.3.28-3ubuntu3
Depends: libc6 (>= 2.17)
Pre-Depends: multiarch-support
Filename: pool/main/d/db5.3/libdb5.3_5.3.28-3ubuntu3_amd64.deb
Size: 646450
MD5sum: e271858df239251c4e02325a1ad7f203
Description: Berkeley v5.3 Database Libraries [runtime]
Original-Maintainer: Debian Berkeley DB Group <pkg-db-devel@lists.alioth.debian.org>
SHA1: 2900c633e499ee48a2764a488a4427fabe5027b6
SHA256: eb81b387ce9d181caecfca99c93362792cb1f1e17655f27e388d0749f65c3030
Homepage: http://www.oracle.com/technology/software/products/berkeley-db/index.html
Description-md5: 6cef0d1fc062f09a5c2c1209dc807be1
Supported: 5y
Task: minimal

Package: python3-distupgrade
Priority: optional
Section: python
Installed-Size: 640
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: ubuntu-release-upgrader
Version: 1:0.220.8
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: 103716
Description: manage release upgrades
 This is the DistUpgrade Python 3 module

Package: sensible-mda
Priority: extra
Section: mail
Installed-Size: 273
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: sendmail
Version: 8.14.4-4.1ubuntu1
Depends: sendmail-bin | mail-transport-agent, procmail | maildrop | deliver, libc6 (>= 2.4)
Size: 8246
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: required
Section: misc
Installed-Size: 183
Origin: Ubuntu
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
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
Original-Maintainer: Petter Reinholdtsen <pere@debian.org>
SHA1: e2db8fb8812d1cd6e75d8d10870be3d468a71741
SHA256: c645ec87fe839f2a1f120d838bdff9a30e46fecd4b21c8293d2f6e4d5cd6fec2
Homepage: http://savannah.nongnu.org/projects/sysvinit
Description-md5: 0be88d1805bf68a98b830e9ce52bf123
Supported: 5y
Task: minimal

Package: gzip
Essential: yes
Priority: required
Section: utils
Installed-Size: 236
Origin: Ubuntu
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
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
Original-Maintainer: Bdale Garbee <bdale@gag.com>
SHA1: 52b9cc0b87ee451c5d00656eb0c0c8f8149eb6fd
SHA256: bac82bdec3c79ba3522f3723b49ea09b5642f35a605385f38ae2d7047878028f
Description-md5: 100720c9e2c6508f1a1f3731537b38e5
Supported: 5y
Task: minimal

Package: dpkg
Essential: yes
Priority: required
Section: admin
Installed-Size: 6655
Origin: debian
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Bugs: debbugs://bugs.debian.org
Architecture: amd64
Multi-Arch: foreign
Version: 1.18.4ubuntu1.1
Replaces: manpages-it (<< 2.80-4)
Pre-Depends: libbz2-1.0, libc6 (>= 2.14), liblzma5 (>= 5.1.1alpha+20120614), libselinux1 (>= 2.3), zlib1g (>= 1:1.1.4), tar (>= 1.23)
Suggests: apt
Breaks: apt (<< 0.7.7~), apt-cudf (<< 3.3~beta1-3~), aptitude (<< 0.4.7-1~), auctex (<< 11.87-3+deb8u1~), ccache (<< 3.1.10-1~), cups (<< 1.7.5-10~), dbus (<< 1.8.12-1ubuntu6~), debian-security-support (<< 2014.10.26~), distcc (<< 3.1-6.1~), doc-base (<< 0.10.5~), dpkg-dev (<< 1.15.8), fontconfig (<< 2.11.1-0ubuntu5~), fusionforge-plugin-mediawiki (<< 5.3.2+20141104-3~), gap-core (<< 4r7p5-2~), gitweb (<< 1:2.1.4-2.1~), grace (<< 1:5.1.24-3~), gxine (<< 0.5.908-3.1~), hoogle (<< 4.2.33-4~), icecc (<< 1.0.1-2~), install-info (<< 5.1.dfsg.1-3~), libapache2-mod-php5 (<< 5.6.4+dfsg-3~), libapache2-mod-php5filter (<< 5.6.4+dfsg-3~), libdpkg-perl (<< 1.15.8), libjs-protoaculous (<< 5~), man-db (<< 2.6.3-6~), mcollective (<< 2.6.0+dfsg-2.1~), php5-fpm (<< 5.6.4+dfsg-3~), pypy (<< 2.4.0+dfsg-3~), readahead-fedora (<< 2:1.5.6-5.2~), software-center (<< 13.10-0ubuntu9~), ufw (<< 0.35-0ubuntu2~), ureadahead (<< 0.100.0-17~), wordpress (<< 4.1+dfsg-1~), xfonts-traditional (<< 1.7~), xine-ui (<< 0.99.9-1.2~)
Conflicts: ada-reference-manual (<< 20021112web-4~), asn1-mode (<< 2.7-7~), bogosort (<< 0.4.2-3~), cl-yacc (<< 0.3-3~), cpp-4.1-doc (<< 4.1.2.nf2-4~), cpp-4.2-doc (<< 4.2.4.nf1-4~), gcc-4.1-doc (<< 4.1.2.nf2-4~), gcc-4.2-doc (<< 4.2.4.nf1-4~), gcj-4.1-doc (<< 4.1.2.nf2-4~), gcj-4.2-doc (<< 4.2.4.nf1-4~), gfortran-4.1-doc (<< 4.1.2.nf2-4~), gfortran-4.2-doc (<< 4.2.4.nf1-4~), ggz-docs (<< 0.0.14.1-2~), glame (<< 2.0.1-6~), gnat-4.1-doc (<< 4.1.2.nf2-4~), gnat-4.2-doc (<< 4.2.4.nf1-4~), gtalk (<< 0.99.10-16~), libalogg-dev (<< 1.3.7-2~), libgtk1.2-doc (<< 1.2.10-19~), libnettle-dev (<< 2~), liborbit-dev (<< 0.5.17-12~), libreadline5-dev (<< 5.2-8~), librep-doc (<< 0.90~), mmucl (<< 1.5.2-3~), nxml-mode (<< 20041004-9~), octave3.0-info (<< 1:3.0.5-7+rm), octave3.2-info (<< 3.2.4-12+rm), polgen-doc (<< 1.3-3+rm), r6rs-doc (<< 1.0-2~), serveez-doc (<< 0.1.5-3~), slat (<< 2.0-6~), texlive-base-bin-doc (<< 2007.dfsg.2-9~), ttcn-el (<< 0.6.9-2~), ulog-acctd (<< 0.4.3-3~), xconq-doc (<< 7.4.1-5~), zenirc (<< 2.112.dfsg-1~)
Filename: pool/main/d/dpkg/dpkg_1.17.5ubuntu5_amd64.deb
Size: 2083124
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: 553
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Source: grub2
Version: 2.02~beta2-9ubuntu1.12
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.12)
Depends: debconf (>= 0.5) | debconf-2.0, grub-common, grub2-common (= 2.02~beta2-9ubuntu1.12), grub-pc-bin (= 2.02~beta2-9ubuntu1.12), ucf, grub-gfxpayload-lists
Conflicts: grub (<< 0.97-54), grub-coreboot, grub-efi-amd64, grub-efi-ia32, grub-ieee1275, grub-legacy, grub-xen
Size: 173256
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: libv4lconvert0
Priority: optional
Section: libs
Installed-Size: 266
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: v4l-utils
Version: 1.0.1-1
Replaces: libv4l-0 (<< 0.8.5-4)
Depends: libc6 (>= 2.14), libjpeg8 (>= 8c)
Pre-Depends: multiarch-support
Breaks: libv4l-0 (<< 0.8.5-4)
Size: 74846
Description: Video4linux frame format conversion library
 libv4lconvert offers functions to convert from any (known) pixelformat
 to BGR24, RGB24, YUV420 and YVU420.
 .
 This package contains the shared library.
Original-Maintainer: Gregor Jasny <gjasny@googlemail.com>
Homepage: http://linuxtv.org/downloads/v4l-utils/

Package: linux-image-extra-3.13.0-43-generic
Priority: optional
Section: kernel
Installed-Size: 148406
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: amd64
Source: linux
Version: 3.13.0-43.72
Depends: linux-image-3.13.0-43-generic, crda (>= 1.1.1-1ubuntu2) | wireless-crda
Size: 36731366
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: 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: console-setup-linux
Priority: optional
Section: utils
Installed-Size: 1214
Maintainer: Ubuntu Installer Team <ubuntu-installer@lists.ubuntu.com>
Architecture: all
Source: console-setup
Version: 1.108ubuntu15.2
Replaces: console-setup (<< 1.71), console-terminus
Provides: console-terminus
Depends: kbd (>= 1.15-1ubuntu3), keyboard-configuration (= 1.108ubuntu15.2), lsb-base (>= 4.1+Debian11ubuntu7)
Suggests: console-setup
Breaks: console-cyrillic (<= 0.9-11), console-setup (<< 1.71), console-terminus
Size: 984316
Description: Linux specific part of console-setup
 This package includes fonts in psf format and definitions of various
 8-bit charmaps.
Original-Maintainer: Debian Install System Team <debian-boot@lists.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: 22468
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 4:4.0.10-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: 4223978
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.
Original-Maintainer: Thijs Kinkhorst <thijs@debian.org>
Homepage: http://www.phpmyadmin.net/

Package: linux-base
Priority: optional
Section: kernel
Installed-Size: 22
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Version: 4.0ubuntu1
Size: 6714
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: 345
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: ncurses
Version: 6.0+20160213-1ubuntu1
Depends: libtinfo5 (= 6.0+20160213-1ubuntu1), libc6 (>= 2.14)
Recommends: libgpm2
Filename: pool/main/n/ncurses/libncursesw5_5.9+20140118-1ubuntu1_amd64.deb
Size: 114598
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: 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: 31948
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: mysql-5.5
Version: 5.5.50-0ubuntu0.14.04.1
Replaces: libmysqlclient-dev (<< 5.5.17~), mysql-client-5.1, mysql-server (<< 5.5.50-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.50-0ubuntu0.14.04.1), mysql-server-core-5.5 (>= 5.5.50-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.50-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.50-0ubuntu0.14.04.1), mysql-server-5.1
Size: 1871036
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: 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: 528
Maintainer: Martin Pitt <martin.pitt@ubuntu.com>
Architecture: all
Source: apport
Version: 2.14.1-0ubuntu3.21
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: 75336
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: 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
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: 22118
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.
Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Homepage: http://wayland.freedesktop.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: 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.7
Replaces: python-software-properties (<< 0.85), python3-software-properties (<< 0.85)
Depends: python3, python3:any (>= 3.3.2-2~), python3-gi, gir1.2-glib-2.0, python-apt-common (>= 0.9), python3-dbus, python3-software-properties (= 0.92.37.7), ca-certificates
Breaks: python-software-properties (<< 0.85), python3-software-properties (<< 0.85)
Size: 9356
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
Provides: python2.7-twisted-core
Depends: python-twisted-bin (>= 13.2.0-1ubuntu1), 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: 983742
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: tshark
Priority: optional
Section: net
Installed-Size: 358
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: wireshark
Version: 1.10.6-1
Replaces: tethereal (<< 1.0.0-3)
Depends: libc6 (>= 2.15), libglib2.0-0 (>= 2.24.0), libpcap0.8 (>= 0.9.8), libwireshark3 (>= 1.10.0), zlib1g (>= 1:1.1.4), wireshark-common (= 1.10.6-1)
Conflicts: tethereal (<< 1.0.0-3)
Size: 122774
Description: network traffic analyzer - console version
 Wireshark is a network "sniffer" - a tool that captures and analyzes
 packets off the wire. Wireshark can decode too many protocols to list
 here.
 .
 This package provides the console version of wireshark, named
 "tshark".
Original-Maintainer: Balint Reczey <balint@balintreczey.hu>
Homepage: http://www.wireshark.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.1
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: 15218
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: libwireshark-data
Priority: optional
Section: libs
Installed-Size: 4690
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Source: wireshark
Version: 1.10.6-1
Replaces: wireshark-common (<< 1.4.0~rc2-1)
Suggests: snmp-mibs-downloader
Conflicts: wireshark-common (<< 1.4.0~rc2-1)
Size: 780084
Description: network packet dissection library -- data files
 The libwireshark library provides the network packet dissection services
 developed by the Wireshark project.
 .
 This package contains the platform independent files.
Original-Maintainer: Balint Reczey <balint@balintreczey.hu>
Homepage: http://www.wireshark.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: 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.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: 23226
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.
Original-Maintainer: Frank Lichtenheld <djpig@debian.org>
Homepage: http://www.pobox.com/~tranter/eject.html

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: 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: busybox-initramfs
Priority: required
Section: shells
Installed-Size: 357
Origin: Ubuntu
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Architecture: amd64
Source: busybox
Version: 1:1.21.0-1ubuntu1
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: 184636
MD5sum: 92793616ec141cd067595952f8552c3e
Description: Standalone shell setup for initramfs
Original-Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
SHA1: fab712fa73993d436c0c000e0f0d76440099d42f
SHA256: 52ad5ed565d6345b6317a999fa2061a2fa5c3780ba35c09cdc1a81692289bb0f
Homepage: http://www.busybox.net
Description-md5: 07bc91bcf5e1da8f300c48c3d990ca10
Supported: 5y
Task: minimal

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-36
Priority: optional
Section: devel
Installed-Size: 61803
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Source: linux
Version: 3.13.0-36.63
Depends: coreutils | fileutils (>= 4.0)
Size: 8909398
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-36/debian.README.gz for details

Package: linux-headers-3.13.0-37
Priority: optional
Section: devel
Installed-Size: 61822
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Source: linux
Version: 3.13.0-37.64
Depends: coreutils | fileutils (>= 4.0)
Size: 8893218
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-37/debian.README.gz for details

Package: linux-headers-3.13.0-32
Priority: optional
Section: devel
Installed-Size: 61797
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Source: linux
Version: 3.13.0-32.57
Depends: coreutils | fileutils (>= 4.0)
Size: 8876692
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-32/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: 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
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: 9918
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.
Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Homepage: http://wayland.freedesktop.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: 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: 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-2
Replaces: libc-ares1
Depends: libc6 (>= 2.17)
Pre-Depends: multiarch-support
Conflicts: libcares2
Size: 38506
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.
Original-Maintainer: Andreas Schuldei <andreas@debian.org>
Homepage: http://c-ares.haxx.se/

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.1
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Size: 28852
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: 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: libgssapi3-heimdal
Priority: optional
Section: libs
Installed-Size: 323
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: heimdal
Version: 1.6~git20131207+dfsg-1ubuntu1.1
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: 89782
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.1
Depends: libc6 (>= 2.14), libcomerr2 (>= 1.01), libroken18-heimdal (>= 1.4.0+git20110226)
Pre-Depends: multiarch-support
Size: 160502
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: libbz2-1.0
Priority: required
Section: libs
Installed-Size: 113
Origin: Ubuntu
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
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
Original-Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
SHA1: 3e8540c58777ae0b517fac18d7919d6b8e1974a7
SHA256: 11855053a893fc406423fdbd7abdc8fbcd540e307c87e72bd36377ad9c280fb2
Homepage: http://www.bzip.org/
Description-md5: e921dd6ddb4bb508e6f1b62169b85d70
Supported: 5y
Task: minimal

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
Depends: xkb-data, libc6 (>= 2.17)
Pre-Depends: multiarch-support
Size: 87886
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: libbind9-90
Priority: standard
Section: libs
Installed-Size: 107
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: bind9
Version: 1:9.9.5.dfsg-3ubuntu0.8
Replaces: libbind0
Depends: libc6 (>= 2.4), libdns100, libisc95, libisccfg90
Conflicts: libbind0, libbind9-41
Size: 21986
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: 1921
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: bind9
Version: 1:9.9.5.dfsg-3ubuntu0.8
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: 644504
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: 17320
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 5.18.2-2ubuntu1.1
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.1), perl-modules (>= 5.18.2-2ubuntu1.1), 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: 2647870
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
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: 32630
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: python3-problem-report
Priority: optional
Section: python
Installed-Size: 176
Maintainer: Martin Pitt <martin.pitt@ubuntu.com>
Architecture: all
Source: apport
Version: 2.14.1-0ubuntu3.21
Depends: python3:any (>= 3.3.2-2~)
Size: 9710
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: 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: liblinear-tools
Priority: optional
Section: science
Installed-Size: 98
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: liblinear
Version: 1.8+dfsg-1ubuntu1
Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), liblinear1 (= 1.8+dfsg-1ubuntu1), libstdc++6 (>= 4.1.1)
Suggests: libsvm-tools
Size: 18684
Description: Standalone applications for LIBLINEAR
 LIBLINEAR is a library for learning linear classifiers for large scale
 applications. It supports Support Vector Machines (SVM) with L2 and L1
 loss, logistic regression, multi class classification and also Linear
 Programming Machines (L1-regularized SVMs). Its computational complexity
 scales linearly with the number of training examples making it one of
 the fastest SVM solvers around. It also provides Python bindings.
 .
 This package contains the standalone applications.
Homepage: http://www.csie.ntu.edu.tw/~cjlin/liblinear/
Original-Maintainer: Christian Kastner <debian@kvr.at>

Package: libdrm-intel1
Priority: optional
Section: libs
Installed-Size: 186
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libdrm
Version: 2.4.52-1
Depends: libc6 (>= 2.17), libdrm2 (>= 2.4.38), libpciaccess0
Pre-Depends: multiarch-support
Size: 54804
Description: Userspace interface to intel-specific kernel DRM services -- runtime
 This library implements the userspace interface to the intel-specific 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.
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: 468
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: ncurses
Version: 6.0+20160213-1ubuntu1
Replaces: libncurses5 (<< 5.9-3)
Depends: libc6 (>= 2.16)
Breaks: dialog (<< 1.2-20130523)
Filename: pool/main/n/ncurses/libtinfo5_5.9+20140118-1ubuntu1_amd64.deb
Size: 76830
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: 208
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: python-apt
Version: 0.9.3.5ubuntu2
Replaces: python-apt (<< 0.7.98+nmu1)
Depends: python | python3
Breaks: python-apt (<< 0.7.98+nmu1)
Enhances: python-apt, python3-apt
Size: 16584
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.1
Depends: libc6 (>= 2.14)
Recommends: default-mta | mail-transport-agent | fetchmail
Size: 135242
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: 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
Depends: libc6 (>= 2.2.5)
Pre-Depends: multiarch-support
Size: 9426
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: 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: libgphoto2-6
Priority: optional
Section: libs
Installed-Size: 3367
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libgphoto2
Version: 2.5.3.1-1ubuntu2
Depends: libc6 (>= 2.15), libexif12, libgd3 (>= 2.1.0~alpha~), libgphoto2-port10 (>= 2.5.2), libjpeg8 (>= 8c), libltdl7 (>= 2.4.2), libxml2 (>= 2.7.4)
Pre-Depends: multiarch-support
Recommends: udev (>= 201), libgphoto2-l10n (>= 2.5.3.1-1ubuntu2)
Suggests: gphoto2 (>= 2.1.1)
Breaks: gphoto2 (<= 2.1.1)
Size: 735856
Description: gphoto2 digital camera library
 The gphoto2 library can be used by applications to access various
 digital camera models, via standard protocols such as USB Mass Storage
 and PTP, or vendor-specific protocols.
 .
 This package contains the library.
 .
 The gphoto2 command-line frontend is shipped separately, in the gphoto2
 package.
Homepage: http://www.gphoto.org/proj/libgphoto2/
Original-Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>

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: 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: libpython3.4-stdlib
Priority: optional
Section: python
Installed-Size: 9209
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.3
Depends: libpython3.4-minimal (= 3.4.3-1ubuntu1~14.04.3), 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: 1986012
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: 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
Depends: libavahi-common3 (>= 0.6.22), libc6 (>= 2.4), libdbus-1-3 (>= 1.1.1)
Pre-Depends: multiarch-support
Size: 25150
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: 3477
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Source: glibc
Version: 2.23-0ubuntu3
Depends: libc6 (>> 2.23), libc6 (<< 2.24)
Suggests: manpages
Filename: pool/main/e/eglibc/libc-bin_2.19-0ubuntu6_amd64.deb
Size: 627490
MD5sum: 29734cf23a3d37693bc54b2e41c6c50c
Description: 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.gnu.org/software/libc/libc.html
Original-Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>

Package: php5-cli
Priority: optional
Section: php
Installed-Size: 8924
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: php5
Version: 5.5.9+dfsg-1ubuntu4.19
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.19), libmagic1, ucf, tzdata, libedit2 (>= 2.11-20080614-4)
Recommends: php5-readline
Suggests: php-pear
Size: 2164250
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: 119937
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Version: 1.127.22
Replaces: atmel-firmware, linux-restricted-common
Provides: atmel-firmware
Conflicts: atmel-firmware
Size: 33190334
Description: Firmware for Linux kernel drivers
 This package provides firmware used by Linux kernel drivers.

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: 9665
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: php5
Version: 5.5.9+dfsg-1ubuntu4.19
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.19), libmagic1, ucf, tzdata
Recommends: php5-cli
Suggests: php-pear
Conflicts: libapache2-mod-php4, libapache2-mod-php5filter
Size: 2207284
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.3
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: 153128
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: libgphoto2-l10n
Priority: optional
Section: localization
Installed-Size: 68
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Source: libgphoto2
Version: 2.5.3.1-1ubuntu2
Replaces: libgphoto2-2 (<= 2.4.10.1-4)
Breaks: libgphoto2-2 (<= 2.4.10.1-4)
Size: 7534
Description: gphoto2 digital camera library - localized messages
 The gphoto2 library can be used by applications to access various
 digital camera models, via standard protocols such as USB Mass Storage
 and PTP, or vendor-specific protocols.
 .
 This package contains the localized messages for the library.
Homepage: http://www.gphoto.org/proj/libgphoto2/
Original-Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.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.1
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: 196456
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: 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: 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: 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: multiarch-support
Priority: required
Section: libs
Installed-Size: 203
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Source: eglibc
Version: 2.19-0ubuntu6.9
Depends: libc6 (>= 2.3.6-2)
Filename: pool/main/e/eglibc/multiarch-support_2.19-0ubuntu6_amd64.deb
Size: 4484
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: 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.1
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: 47444
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: python-oauth
Priority: extra
Section: python
Installed-Size: 78
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 1.0.1-3build2
Provides: python2.7-oauth
Depends: python (>= 2.7), python (<< 2.8), python:any (>= 2.7.1-0ubuntu2)
Size: 12830
Description: Python library implementing of the OAuth protocol
 python-oauth implements OAuth, which is an open protocol to allow API
 authentication in a simple and standard method from desktop and web
 applications.
Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Homepage: http://code.google.com/p/oauth

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: libxtst6
Priority: optional
Section: libs
Installed-Size: 64
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libxtst
Version: 2:1.2.2-1
Depends: libc6 (>= 2.4), libx11-6 (>= 2:1.4.99.1), libxext6, x11-common
Pre-Depends: multiarch-support
Size: 14086
Description: X11 Testing -- Record extension library
 libXtst provides an X Window System client interface to the Record
 extension to the X protocol.
 .
 The Record extension allows X clients to synthesise input events, which
 is useful for automated testing.
 .
 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/libXtst
Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>

Package: linux-image-extra-3.13.0-36-generic
Priority: optional
Section: kernel
Installed-Size: 148375
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: amd64
Source: linux
Version: 3.13.0-36.63
Depends: linux-image-3.13.0-36-generic, crda (>= 1.1.1-1ubuntu2) | wireless-crda
Size: 36688590
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: 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: dconf-gsettings-backend
Priority: optional
Section: libs
Installed-Size: 110
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: d-conf
Version: 0.20.0-1
Replaces: libdconf0 (<< 0.7.3-2)
Provides: gsettings-backend
Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.39.1), dconf-service (>= 0.20.0-1), dconf-service (<< 0.20.0-1.1~), libdconf1 (= 0.20.0-1)
Breaks: libdconf0 (<< 0.7.3-2), libglib2.0-0 (<< 2.30)
Size: 19262
Description: simple configuration storage system - GSettings back-end
 DConf is a low-level key/value database designed for storing desktop
 environment settings.
 .
 This package contains a back-end for GSettings. It is needed by
 applications accessing settings through GSettings to set custom values
 and listen for changes.
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Homepage: https://wiki.gnome.org/dconf

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

Package: sendmail
Priority: extra
Section: mail
Installed-Size: 244
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 8.14.4-4.1ubuntu1
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: 6248
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: libice6
Priority: optional
Section: libs
Installed-Size: 147
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libice
Version: 2:1.0.8-2
Depends: libc6 (>= 2.14), x11-common
Pre-Depends: multiarch-support
Size: 46990
Description: X11 Inter-Client Exchange library
 This package provides the main interface to the X11 Inter-Client Exchange
 library, which allows for communication of data between 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/libICE
Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>

Package: linux-image-extra-3.13.0-61-generic
Priority: optional
Section: kernel
Installed-Size: 148303
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: amd64
Source: linux
Version: 3.13.0-61.100
Depends: linux-image-3.13.0-61-generic, crda (>= 1.1.1-1ubuntu2) | wireless-crda
Size: 36701128
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: 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: 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: landscape-common
Priority: optional
Section: admin
Installed-Size: 946
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: landscape-client
Version: 14.12-0ubuntu0.14.04
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: 166216
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: 646
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: allowed
Version: 0.9.3.5ubuntu2
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: 140634
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: linux-headers-3.13.0-68
Priority: optional
Section: devel
Installed-Size: 61925
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Source: linux
Version: 3.13.0-68.111
Depends: coreutils | fileutils (>= 4.0)
Size: 8866340
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-68/debian.README.gz for details

Package: linux-headers-3.13.0-61
Priority: optional
Section: devel
Installed-Size: 61913
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Source: linux
Version: 3.13.0-61.100
Depends: coreutils | fileutils (>= 4.0)
Size: 8885434
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-61/debian.README.gz for details

Package: wireshark-common
Priority: optional
Section: net
Installed-Size: 489
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: wireshark
Version: 1.10.6-1
Replaces: ethereal-common (<< 1.0.0-3)
Depends: libc6 (>= 2.15), libcap2 (>= 2.10), libgcrypt11 (>= 1.4.5), libglib2.0-0 (>= 2.31.18), libpcap0.8 (>= 1.0.0), libwireshark3 (>= 1.10.6-1), zlib1g (>= 1:1.1.4), debconf (>= 0.5) | debconf-2.0, libwiretap3 (>= 1.10.6-1), debconf, libcap2-bin
Recommends: wireshark (>= 1.10.6-1) | tshark (>= 1.10.6-1)
Conflicts: ethereal-common (<< 1.0.0-3)
Size: 157946
Description: network traffic analyzer - common files
 Wireshark is a network "sniffer" - a tool that captures and analyzes
 packets off the wire. Wireshark can decode too many protocols to list
 here.
 .
 This package provides files common to both wireshark (the GTK+ version)
 and tshark (the console version).
Original-Maintainer: Balint Reczey <balint@balintreczey.hu>
Homepage: http://www.wireshark.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: 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
Origin: Ubuntu
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
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
Original-Maintainer: Scott James Remnant <scott@netsplit.com>
SHA1: 2ac6a3cbb87ddc7aabbb939a3e3471a593662f0d
SHA256: f0c0f21c111ebc4f9e79a2d1041d5ab2edc1e95d76c3251d5871ddb8d9cdc268
Homepage: https://launchpad.net/libnih
Description-md5: f01452c73291e3ad9d2f133824043b65
Supported: 5y
Task: minimal

Package: libx11-data
Priority: optional
Section: x11
Installed-Size: 1581
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Source: libx11
Version: 2:1.6.2-1ubuntu2
Breaks: libx11-6 (<< 2:1.4.1)
Size: 111380
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: 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: 29
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: amd64
Source: linux-meta
Version: 3.13.0.92.99
Depends: linux-headers-3.13.0-92-generic
Size: 2240
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: 168
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libselinux
Version: 2.4-3build2
Depends: libc6 (>= 2.14), libpcre3
Filename: pool/main/libs/libselinux/libselinux1_2.2.2-1_amd64.deb
Size: 55852
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.
Original-Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
Homepage: http://userspace.selinuxproject.org/

Package: python3-software-properties
Priority: optional
Section: python
Installed-Size: 134
Maintainer: Michael Vogt <michael.vogt@ubuntu.com>
Architecture: all
Source: software-properties
Version: 0.92.37.7
Depends: python3:any (>= 3.3.2-2~), python3, python3-apt (>= 0.6.20ubuntu16), python3-pycurl, lsb-release, unattended-upgrades, iso-codes
Size: 19120
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: 8491
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: python2.7
Version: 2.7.6-8ubuntu0.2
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.2), 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: 1869374
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: 3435
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Source: openssh
Version: 1:6.6p1-2ubuntu2.7
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: 563864
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: required
Section: libs
Installed-Size: 44
Origin: Ubuntu
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
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
Original-Maintainer: Debian QA Group <packages@qa.debian.org>
SHA1: fa1ebe94534326ed1c4e19132a517331e5768ce8
SHA256: ef9751457270b682fcf39ef8629ba2ce89f4a2f38be4077a8c102021a39e3e46
Homepage: http://people.redhat.com/sgrubb/audit/
Description-md5: f1e698fe58902299a06c8f79f079ac9a
Supported: 5y
Task: minimal

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.1
Depends: libc6 (>= 2.17)
Pre-Depends: multiarch-support
Size: 126144
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: 246
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: ntp
Version: 1:4.2.6.p5+dfsg-3ubuntu2.14.04.8
Depends: netbase, libc6 (>= 2.17), libssl1.0.0 (>= 1.0.0)
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: 57168
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
Recommends: vim | vim-gnome | vim-gtk | vim-athena | vim-nox | vim-tiny
Breaks: vim-tiny (<< 2:7.4.052-1ubuntu3)
Enhances: vim-tiny
Size: 4888024
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: libc6
Priority: required
Section: libs
Installed-Size: 10947
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: glibc
Version: 2.23-0ubuntu3
Replaces: libc6-amd64
Depends: libgcc1
Suggests: glibc-doc, debconf | debconf-2.0, locales
Breaks: hurd (<< 1:0.5.git20140203-1), libtirpc1 (<< 0.2.3), locales (<< 2.23), locales-all (<< 2.23), lsb-core (<= 3.2-27), nscd (<< 2.23)
Filename: pool/main/e/eglibc/libc6_2.19-0ubuntu6_amd64.deb
Size: 2583544
MD5sum: 3a4619b64715f14e0e94725adcab1839
Description: 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.gnu.org/software/libc/libc.html
Original-Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>

Package: libsm6
Priority: optional
Section: libs
Installed-Size: 81
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libsm
Version: 2:1.2.1-2
Depends: libc6 (>= 2.14), libice6 (>= 1:1.0.0), libuuid1 (>= 2.16)
Pre-Depends: multiarch-support
Size: 18114
Description: X11 Session Management library
 This package provides the main interface to the X11 Session Management
 library, which allows for applications to both manage sessions, and make use
 of session managers to save and restore their state for later use.
 .
 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/libSM
Original-Maintainer: Debian X Strike Force <debian-x@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-15
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: 877046
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.
Original-Maintainer: Tatsuya Kinoshita <tats@debian.org>
Homepage: http://sourceforge.net/projects/w3m

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: linux-image-extra-3.13.0-92-generic
Priority: optional
Section: kernel
Installed-Size: 148463
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: amd64
Source: linux
Version: 3.13.0-92.139
Depends: linux-image-3.13.0-92-generic, crda (>= 1.1.1-1ubuntu2) | wireless-crda
Size: 36729008
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: 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.19
Depends: libapache2-mod-php5 (>= 5.5.9+dfsg-1ubuntu4.19) | libapache2-mod-php5filter (>= 5.5.9+dfsg-1ubuntu4.19) | php5-cgi (>= 5.5.9+dfsg-1ubuntu4.19) | php5-fpm (>= 5.5.9+dfsg-1ubuntu4.19), php5-common (>= 5.5.9+dfsg-1ubuntu4.19)
Size: 1308
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.12
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.12), dpkg (>= 1.15.4) | install-info, libc6 (>= 2.7), libdevmapper1.02.1 (>= 2:1.02.36), liblzma5 (>= 5.1.1alpha+20120614)
Conflicts: grub (<< 0.97-54), grub-doc (<< 0.97-29ubuntu60), grub-legacy, grub-legacy-doc (<< 0.97-29ubuntu60)
Size: 501008
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: 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.2
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: 118172
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: apt-utils
Priority: important
Section: admin
Installed-Size: 668
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: apt
Version: 1.0.1ubuntu2.14
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: 171560
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: linux-image-3.13.0-57-generic
Priority: optional
Section: kernel
Installed-Size: 41471
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: amd64
Source: linux
Version: 3.13.0-57.95
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-57-generic
Conflicts: hotplug (<< 0.0.20040105-1)
Size: 15150640
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: udev
Priority: important
Section: admin
Installed-Size: 5151
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Source: systemd
Version: 204-5ubuntu20.19
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.19), 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: 734516
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-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.19
Depends: libc6 (>= 2.14), libedit2 (>= 3.1-20130611), phpapi-20121212, php5-common (= 5.5.9+dfsg-1ubuntu4.19), php5-cli (= 5.5.9+dfsg-1ubuntu4.19), ucf
Pre-Depends: dpkg (>= 1.15.7.2~)
Size: 12108
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: libpixman-1-0
Priority: optional
Section: libs
Installed-Size: 728
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: pixman
Version: 0.30.2-2ubuntu1
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Size: 227028
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: 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: libisc95
Priority: standard
Section: libs
Installed-Size: 445
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: bind9
Version: 1:9.9.5.dfsg-3ubuntu0.8
Replaces: libbind0
Depends: libc6 (>= 2.15), libxml2 (>= 2.7.4)
Conflicts: libbind0, libbind9-41
Size: 147480
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: 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: libcolord1
Priority: optional
Section: libs
Installed-Size: 333
Maintainer: Christopher James Halse Rogers <raof@ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: colord
Version: 1.0.6-1
Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.37.3), liblcms2-2 (>= 2.5)
Pre-Depends: multiarch-support
Recommends: colord
Size: 83142
Description: system service to manage device colour profiles -- runtime
 colord is a system service that makes it easy to manage, install and generate
 colour profiles to accurately colour manage input and output devices.
 .
 It provides a D-Bus API for system frameworks to query, a persistent data
 store, and a mechanism for session applications to set system policy.
 .
 This package contains a gobject-based convenience library for programs to
 interact with the colord system daemon.
Homepage: http://www.freedesktop.org/software/colord/

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.5
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: 575658
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: 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: 198
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: apparmor
Version: 2.8.95~2430-0ubuntu5.3
Depends: perl-base (>= 5.18.2-2ubuntu1), perlapi-5.18.2, libapparmor1 (>= 2.8.94-0ubuntu1), libc6 (>= 2.14)
Size: 26774
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: Kees Cook <kees@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: util-linux
Essential: yes
Priority: required
Section: utils
Installed-Size: 3238
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 2.27.1-6ubuntu3.1
Replaces: bash-completion (<< 1:2.1-4.1~), initscripts (<< 2.88dsf-59.2~), mount (= 2.26.2-3), mount (= 2.26.2-3ubuntu1), sysvinit-utils (<< 2.88dsf-59.1~)
Depends: lsb-base (>= 4.1+Debian11ubuntu7), sysvinit-utils (>= 2.88dsf-59.1~)
Pre-Depends: libblkid1 (>= 2.25), libc6 (>= 2.15), libfdisk1 (>= 2.27~rc1), libmount1 (>= 2.25), libncursesw5 (>= 6), libpam0g (>= 0.99.7.1), libselinux1 (>= 1.32), libsmartcols1 (>= 2.27~rc1), libsystemd0, libtinfo5 (>= 6), libudev1 (>= 183), libuuid1 (>= 2.16), zlib1g (>= 1:1.1.4)
Suggests: dosfstools, kbd | console-tools, util-linux-locales
Breaks: bash-completion (<< 1:2.1-4.1~), cloud-guest-utils (<< 0.27-0ubuntu16), grml-debootstrap (<< 0.68), mac-fdisk (<< 0.1-16ubuntu3), mount (= 2.26.2-3), mount (= 2.26.2-3ubuntu1), pmac-fdisk (<< 0.1-16ubuntu3)
Filename: pool/main/u/util-linux/util-linux_2.20.1-5.1ubuntu20_amd64.deb
Size: 847598
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.
Original-Maintainer: Debian util-linux Maintainers <ah-util-linux@debian.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-1
Depends: libc6 (>= 2.14), libx11-6 (>= 2:1.4.99.1), libxfixes3, libxrender1
Pre-Depends: multiarch-support
Size: 22830
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: eatmydata
Priority: optional
Section: utils
Installed-Size: 76
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: libeatmydata
Version: 26-2
Provides: libeatmydata
Depends: libc6 (>= 2.2.5)
Size: 8034
Description: library and utilities designed to disable fsync and friends
 This package contains a small LD_PRELOAD library (libeatmydata) and a couple
 of helper utilities designed to transparently disable fsync and friends (like
 open(O_SYNC)). This has two side-effects: making software that writes data
 safely to disk a lot quicker and making this software no longer crash safe.
 .
 You will find eatmydata useful if particular software calls fsync(), sync()
 etc. frequently but the data it stores is not that valuable to you and you may
 afford losing it in case of system crash. Data-to-disk synchronization calls
 are typically very slow on modern file systems and their extensive usage might
 slow down software significantly. It does not make sense to accept such a hit
 in performance if data being manipulated is not very important.
 .
 On the other hand, do not use eatmydata when you care about what software
 stores or it manipulates important components of your system. The library is
 called libEAT-MY-DATA for a reason.
Original-Maintainer: Modestas Vainius <modax@debian.org>
Homepage: https://launchpad.net/libeatmydata

Package: libisccfg90
Priority: optional
Section: libs
Installed-Size: 191
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: bind9
Version: 1:9.9.5.dfsg-3ubuntu0.8
Replaces: libbind0
Depends: libc6 (>= 2.4), libdns100, libisc95, libisccc90
Conflicts: libbind0, libbind9-41
Size: 36162
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: 19863
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: mysql-5.5
Version: 5.5.50-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: 3729724
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
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-keyring, udev, upstart, ureadahead, vim-tiny, whiptail
Filename: pool/main/u/ubuntu-meta/ubuntu-minimal_1.325_amd64.deb
Size: 2644
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: 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: 1183
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 2.8.95~2430-0ubuntu5.3
Replaces: apparmor-parser, apparmor-utils (<< 2.8.0-0ubuntu28), libapache2-mod-apparmor (<< 2.5.1-0ubuntu3)
Depends: libc6 (>= 2.14), debconf (>= 0.5) | debconf-2.0, python3, libapparmor-perl, lsb-base, initramfs-tools, debconf
Suggests: apparmor-profiles, 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: 319130
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: Kees Cook <kees@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: libsmartcols1
Priority: required
Section: libs
Installed-Size: 236
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: util-linux
Version: 2.27.1-6ubuntu3.1
Depends: libc6 (>= 2.17)
Size: 63262
Description: smart column output alignment library
 This smart column output alignment library is used by fdisk utilities.
Original-Maintainer: Debian util-linux Maintainers <ah-util-linux@debian.org>

Package: libfontenc1
Priority: optional
Section: libs
Installed-Size: 66
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libfontenc
Version: 1:1.1.2-1
Depends: libc6 (>= 2.14), zlib1g (>= 1:1.1.4)
Pre-Depends: multiarch-support
Size: 15622
Description: X11 font encoding library
 libfontenc is a library which helps font libraries portably determine
 and deal with different encodings of fonts.
 .
 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/libfontenc
Original-Maintainer: Debian X Strike Force <debian-x@lists.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.6
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: 355412
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.3
Replaces: libstdc++6-4.8-dbg (<< 4.8.2-22)
Depends: gcc-4.8-base (= 4.8.4-2ubuntu1~14.04.3), 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: 258956
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
Depends: libc6 (>= 2.15)
Pre-Depends: multiarch-support
Suggests: pcscd (= 1.8.10-1ubuntu1)
Breaks: libpcsclite-dev (<< 1.8.10-1ubuntu1), pcscd (<< 1.8.10-1ubuntu1)
Size: 20938
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: liblinear1
Priority: optional
Section: libs
Installed-Size: 107
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: liblinear
Version: 1.8+dfsg-1ubuntu1
Depends: libblas3 | libblas.so.3 | libatlas3-base, libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1)
Recommends: liblinear-tools (= 1.8+dfsg-1ubuntu1)
Suggests: liblinear-dev (= 1.8+dfsg-1ubuntu1)
Size: 33448
Description: Library for Large Linear Classification
 LIBLINEAR is a library for learning linear classifiers for large scale
 applications. It supports Support Vector Machines (SVM) with L2 and L1
 loss, logistic regression, multi class classification and also Linear
 Programming Machines (L1-regularized SVMs). Its computational complexity
 scales linearly with the number of training examples making it one of
 the fastest SVM solvers around. It also provides Python bindings.
 .
 This package contains the shared libraries.
Homepage: http://www.csie.ntu.edu.tw/~cjlin/liblinear/
Original-Maintainer: Christian Kastner <debian@kvr.at>

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: 1288
Maintainer: Martin Pitt <martin.pitt@ubuntu.com>
Architecture: all
Version: 2.14.1-0ubuntu3.21
Replaces: python-apport (<< 2.2-0ubuntu1)
Depends: python3, python3-apport (>= 2.14.1-0ubuntu3.21), 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: 181588
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: 1823
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: isc-dhcp
Version: 4.2.4-7ubuntu12.5
Replaces: dhcp3-client
Provides: dhcp-client, dhcp3-client
Depends: libc6 (>= 2.15), debianutils (>= 2.8.2), isc-dhcp-common (= 4.2.4-7ubuntu12.5), 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: 638724
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: 448
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Version: 20160104ubuntu0.14.04.1
Depends: openssl (>= 1.0.0), debconf (>= 0.5) | debconf-2.0
Breaks: ca-certificates-java (<< 20121112+nmu1)
Enhances: openssl
Size: 189806
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: 2087
Maintainer: Michael Vogt <michael.vogt@ubuntu.com>
Architecture: all
Source: update-notifier
Version: 0.154.1ubuntu1
Replaces: update-notifier (<< 0.75.1)
Depends: python, python3:any, python-apt (>= 0.6.12), python3-apt, python-debian, debconf, patch
Pre-Depends: dpkg (>= 1.15.7.2)
Recommends: libpam-modules (>= 1.0.1-9ubuntu3)
Suggests: policykit-1
Size: 161244
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
Provides: editor
Depends: vim-common (= 2:7.4.052-1ubuntu3), 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: 391240
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: 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: linux-headers-3.13.0-92
Priority: optional
Section: devel
Installed-Size: 61975
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: all
Multi-Arch: foreign
Source: linux
Version: 3.13.0-92.139
Depends: coreutils | fileutils (>= 4.0)
Size: 8869782
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-92/debian.README.gz for details

Package: mysql-server
Priority: optional
Section: database
Installed-Size: 128
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Source: mysql-5.5
Version: 5.5.50-0ubuntu0.14.04.1
Depends: mysql-server-5.5
Size: 11272
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: 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: 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.19
Replaces: php5-mysqli, php5-mysqlnd
Depends: libc6 (>= 2.14), libmysqlclient18 (>= 5.5.24+dfsg-1), phpapi-20121212, php5-common (= 5.5.9+dfsg-1ubuntu4.19), ucf
Pre-Depends: dpkg (>= 1.15.7.2~)
Conflicts: php5-mysqli, php5-mysqlnd
Size: 62752
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: libgcrypt20
Priority: standard
Section: libs
Installed-Size: 967
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Version: 1.6.5-2
Depends: libc6 (>= 2.15), libgpg-error0 (>= 1.14)
Suggests: rng-tools
Size: 337608
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, Salsa, CRC, MD4, MD5, RIPE-MD160, SHA-1, SHA-256, SHA-512,
 Tiger, Whirlpool, DSA, DSA2, ElGamal, RSA, ECC.
Original-Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Homepage: http://directory.fsf.org/project/libgcrypt/

Package: libnet1
Priority: optional
Section: libs
Installed-Size: 164
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libnet
Version: 1.1.6+dfsg-2ubuntu1
Depends: libc6 (>= 2.14)
Pre-Depends: multiarch-support
Size: 41834
Description: library for the construction and handling of network packets
 libnet provides a portable framework for low-level network packet
 writing and handling.
 .
 libnet features portable packet creation interfaces at the IP layer
 and link layer, as well as a host of supplementary functionality.
 .
 Using libnet, quick and simple packet assembly applications can be
 whipped up with little effort. With a bit more time, more complex
 programs can be written (Traceroute and ping were easily rewritten
 using libnet and libpcap).
 .
 This package contains the shared library.
Homepage: http://libnet-dev.sourceforge.net/
Original-Maintainer: Stefanos Harhalakis <v13@v13.gr>

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: dconf-service
Priority: optional
Section: libs
Installed-Size: 144
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Source: d-conf
Version: 0.20.0-1
Replaces: dconf-gsettings-backend (<< 0.10.0-2), libdconf0 (<< 0.7.3-2)
Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.39.1), libdconf1 (= 0.20.0-1)
Recommends: dconf-gsettings-backend
Breaks: dconf-gsettings-backend (<< 0.10.0-2), libdconf0 (<< 0.7.3-2)
Size: 26876
Description: simple configuration storage system - D-Bus service
 DConf is a low-level key/value database designed for storing desktop
 environment settings.
 .
 This package contains the DConf service, which applications talk to
 using D-Bus in order to obtain their settings. It is mostly used by the
 GSettings backend.
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Homepage: https://wiki.gnome.org/dconf

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: libapparmor1
Priority: extra
Section: libs
Installed-Size: 125
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: apparmor
Version: 2.10.95-0ubuntu2
Depends: libc6 (>= 2.17)
Size: 31252
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: 29673
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: mysql-5.5
Version: 5.5.50-0ubuntu0.14.04.1
Replaces: mysql-client (<< 5.5.50-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.50-0ubuntu0.14.04.1), perl, libc6 (>= 2.17), zlib1g (>= 1:1.1.4)
Breaks: mysql-client (<< 5.5.50-0ubuntu0.14.04.1), mysql-client-5.0, mysql-client-5.1
Size: 1593714
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: 4604
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: glib2.0
Version: 2.40.2-0ubuntu1
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: 1057866
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.
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Homepage: http://www.gtk.org/

Package: libatk-bridge2.0-0
Priority: optional
Section: libs
Installed-Size: 212
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: at-spi2-atk
Version: 2.10.2-2ubuntu1
Depends: libatk1.0-0 (>= 2.10.0), libatspi2.0-0 (>= 2.9.90), libc6 (>= 2.4), libdbus-1-3 (>= 1.0.2), libglib2.0-0 (>= 2.37.3)
Pre-Depends: multiarch-support
Size: 46842
Description: AT-SPI 2 toolkit bridge - shared library
 This package contains the ATK bridge shared library.
Homepage: http://live.gnome.org/Accessibility
Original-Maintainer: Debian Accessibility Team <debian-accessibility@lists.debian.org>

Package: libsane-common
Priority: optional
Section: libs
Installed-Size: 3100
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Source: sane-backends
Version: 1.0.23-3ubuntu3
Replaces: libsane (<< 1.0.22-4~)
Size: 449728
Description: API library for scanners -- documentation and support files
 SANE stands for "Scanner Access Now Easy" and is an application
 programming interface (API) that provides standardized access to any
 raster image scanner hardware (flatbed scanner, hand-held scanner,
 video- and still-cameras, frame-grabbers, etc.). The SANE standard is
 free and its discussion and development are open to everybody. The
 current source code is written to support several operating systems,
 including GNU/Linux, OS/2, Win32 and various Unices and is available
 under the GNU General Public License (commercial applications and
 backends are welcome, too, however).
 .
 This package includes documentation for libsane, such as the man pages
 and list of supported scanners, and support files (i18n data).
Homepage: http://www.sane-project.org
Original-Maintainer: Debian QA Group <packages@qa.debian.org>

Package: linux-image-3.13.0-68-generic
Priority: optional
Section: kernel
Installed-Size: 41518
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: amd64
Source: linux
Version: 3.13.0-68.111
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-68-generic
Conflicts: hotplug (<< 0.0.20040105-1)
Size: 15214230
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: 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: libxt6
Priority: optional
Section: libs
Installed-Size: 458
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: libxt
Version: 1:1.1.4-1
Depends: libc6 (>= 2.14), libice6 (>= 1:1.0.0), libsm6, libx11-6
Pre-Depends: multiarch-support
Size: 184546
Description: X11 toolkit intrinsics library
 libXt provides the X Toolkit Intrinsics, an abstract widget library upon
 which other toolkits are based.  Xt is the basis for many toolkits, including
 the Athena widgets (Xaw), and LessTif (a Motif implementation).
 .
 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/libXt
Original-Maintainer: Debian X Strike Force <debian-x@lists.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: required
Section: libs
Installed-Size: 57
Origin: Ubuntu
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
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
Original-Maintainer: Torsten Werner <twerner@debian.org>
SHA1: bce4633b8e4de753eceafd63168f6ebf61c19503
SHA256: 14a3f5581d58e1aeff82a0c8a172d98e0741fb1f9bba9da36b9aef11eea29965
Homepage: http://sites.google.com/site/fullycapable/
Description-md5: 70bc0599e63caf0281090292b349ac9b
Supported: 5y
Task: minimal

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: 400
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 0.105-4ubuntu3.14.04.1
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: 51300
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: python-cheetah
Priority: optional
Section: python
Installed-Size: 771
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Source: cheetah
Version: 2.4.4-3.fakesyncbuild1
Depends: python (>= 2.7), python (<< 2.8), python:any (>= 2.7.1-0ubuntu2), python2.7:any, libc6 (>= 2.2.5)
Suggests: python-markdown (>= 2.0.1), python-pygments, python-memcache
Size: 143868
Description: text-based template engine and Python code generator
 Cheetah can be used as a standalone templating utility or referenced as a
 library from other Python applications. It has many potential uses, but web
 developers looking for a viable alternative to ASP, JSP, PHP and PSP are
 expected to be its principle user group.
 .
 Features:
  * Generates HTML, SGML, XML, SQL, Postscript, form email, LaTeX, or any other
    text-based format.
  * Cleanly separates content, graphic design, and program code.
  * Blends the power and flexibility of Python with a simple template language
    that non-programmers can understand.
  * Gives template writers full access to any Python data structure, module,
    function, object, or method in their templates.
  * Makes code reuse easy by providing an object-orientated interface to
    templates that is accessible from Python code or other Cheetah templates.
    One template can subclass another and selectively reimplement sections of
    it.
  * Provides a simple, yet powerful, caching mechanism that can dramatically
    improve the performance of a dynamic website.
  * Compiles templates into optimized, yet readable, Python code.
Homepage: http://www.cheetahtemplate.org/
Original-Maintainer: Arnaud Fontaine <arnau@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: 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: 987
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: krb5
Version: 1.12+dfsg-2ubuntu5.2
Depends: libc6 (>= 2.16), libcomerr2 (>= 1.34), libk5crypto3 (>= 1.9+dfsg~beta1), libkeyutils1, libkrb5support0 (= 1.12+dfsg-2ubuntu5.2)
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: 262312
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: 2497
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: python2.7
Version: 2.7.6-8ubuntu0.2
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: 307916
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: 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/


https://t.me/RX1948 - 2025