Package: apache2 Description-md5: d24f049cd70ccfc178dd8974e4b1ed01 Description-en: Apache HTTP Server metapackage 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. . It features support for HTTPS, virtual hosting, CGI, SSI, IPv6, easy scripting and database integration, request/response filtering, many flexible authentication schemes, and more. Package: apache2-doc Description-md5: 268d5339b3063f1f4a1f8ba078480a2a Description-en: Apache HTTP Server documentation This package provides the documentation for Apache 2. For more details see the apache2 package description. Package: apache2-mpm-event Description-md5: a80d3fe69689b28f8aea325690e6e8f5 Description-en: Apache HTTP Server - event driven model Each Apache Multi-Processing Module provides a different "flavor" of web server binary, compiled with a different processing model. . The event MPM is designed to allow more requests to be served simultaneously by passing off some processing work to supporting threads, freeing up the main threads to work on new requests. It is especially suitable for sites that see extensive KeepAlive traffic. . This MPM is experimental and less tested than the worker and prefork MPMs. Package: apache2-mpm-prefork Description-md5: b1e3963f43f27f985efabc714e30a17e Description-en: Apache HTTP Server - traditional non-threaded model Each Apache Multi-Processing Module provides a different "flavor" of web server binary, compiled with a different processing model. . The prefork MPM provides a non-threaded implementation using a variable number of processes where each process handles only one connection at the same time. It is not as fast as threaded models, but is considered to be more stable. It is appropriate for sites that need to maintain compatibility with non-thread-safe libraries, and is the best MPM for isolating each request, so that a problem with a single request will not affect any other. Package: apache2-mpm-worker Description-md5: 5c9df5383d0a2631ae15ced2ca0389d7 Description-en: Apache HTTP Server - high speed threaded model Each Apache Multi-Processing Module provides a different "flavor" of web server binary, compiled with a different processing model. . The worker MPM provides the default threaded implementation. It is recommended especially for high-traffic sites because it is faster and has a smaller memory footprint than the traditional prefork MPM. Package: apache2-prefork-dev Description-md5: 131f1c35d98f8bc3fbed9f8a41149dd8 Description-en: Apache development headers - non-threaded MPM This package provides the development headers and apxs2 binary for apache2-mpm-prefork; see the apache2 package description for more details. . This should only be used when you absolutely *must* support a non-threaded environment (for PHP, for example). Package: apache2-threaded-dev Description-md5: dcab973a966982dea149a93e2310d0a1 Description-en: Apache development headers - threaded MPM This package provides the development headers and apxs2 binary for threaded versions of apache2; see the apache2 package description for more details. Package: apache2-utils Description-md5: 65b11c04f19387d5e961a795a115c791 Description-en: utility programs for webservers Provides some add-on programs useful for any webserver. These include: - ab (Apache benchmark tool) - logresolve (Resolve IP addresses to hostname in logfiles) - htpasswd (Manipulate basic authentication files) - htdigest (Manipulate digest authentication files) - dbmmanage (Manipulate basic authentication files in DBM format, using perl) - htdbm (Manipulate basic authentication files in DBM format, using APR) - 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) Package: apache2.2-bin Description-md5: a99a5e28b18db91922ca15fab5acb2b3 Description-en: Apache HTTP Server common binary 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 all binaries but no configuration or support scripts. To get a stand-alone server, you need to install one of the apache2-mpm-* packages, such as worker or prefork. Other packages like gnome-user-share may bring their own Apache configuration, though. Package: apache2.2-common Description-md5: 214ca4adfc4cb3d8083d736c7fe47647 Description-en: 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 the configuration and support scripts. However, it does *not* include the server itself; for this you need to install one of the apache2-mpm-* packages, such as worker or prefork. Package: apport Description-md5: c04626471654f9246cf5e28b560d262e Description-en: 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). Package: apport-gtk Description-md5: 2f45e17d5bf22355d7921dba196ae6dd Description-en: GTK+ frontend for the apport crash report system 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 provides a GTK+ frontend for browsing and handling the crash reports. Package: apport-retrace Description-md5: 2cde6d4a79d4b84ca98c69106e46dd27 Description-en: tools for reprocessing Apport crash reports apport-retrace recombines an Apport crash report (either a file or a Launchpad bug) and debug symbol packages (.ddebs) into fully symbolic stack traces. This can optionally use a sandbox for installing debug symbol packages and doing the processing, so that entire process of retracing crashes can happen with normal user privileges without changing the system. Package: apt Description-md5: 9fb97a88cb7383934ef963352b53b4a7 Description-en: 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 Package: apt-doc Description-md5: bc2b838ed28e60af95d78926380a3300 Description-en: documentation for APT This package contains the user guide and offline guide for various APT tools which are provided in a html and a text-only version. Package: apt-transport-https Description-md5: 3365a6b50bd0e4eef6e176a80c735f43 Description-en: 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. Package: apt-utils Description-md5: 578941ab78e4cbae72c741e56d175708 Description-en: package managment related utility programs This package contains some less used commandline utilities related to package managment 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. Package: apt-xapian-index Description-md5: 4d067fd0ee3f7e05edcd4cf184b9376f Description-en: 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. Package: bind9 Description-md5: 4d39ed3fc4e2e72497683d779dfdcd38 Description-en: Internet Domain Name Server 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 provides the server and related configuration files. Package: bind9-doc Description-md5: 329b8ef5cf9ad3d51ce47e6d8d13d75e Description-en: Documentation for BIND This package provides various documents that are useful for maintaining a working BIND installation. Package: bind9-host Description-md5: acdae162c721f5d2986f557bdefa1e70 Description-en: 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. Package: bind9utils Description-md5: 5f6f5621a6edd04ef33a0fe5d2d5bff8 Description-en: Utilities for BIND This package provides various utilities that are useful for maintaining a working BIND installation. Package: ca-certificates Description-md5: 085a1b1af3f2d16012dfc750cd9aedc8 Description-en: 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. Package: cinder-api Description-md5: ec578d69572b509dc3550826a5ba244d Description-en: Cinder storage service - api server Cinder is a storage service for the Openstack project . This package contains the api server Package: cinder-common Description-md5: a5e2295aeb4ccf3ee76dcb896f120f6e Description-en: Cinder starage service - common files Cinder is a storage service for the Openstack project . This package contains things that are needed for all parts of cinder Package: cinder-scheduler Description-md5: 6c792de45961d091a94f86d309179347 Description-en: Cinder storage service - api server Cinder is a storage service for the Openstack project . This package contains the scheduler server Package: cinder-volume Description-md5: 2331485dca4b014c98b67c8542087f72 Description-en: Cinder storage service - api server Cinder is a storage service for the Openstack project . This package contains the volume server Package: clamav Description-md5: 25816a2f56a0c214a484e117fd9fe0b1 Description-en: anti-virus utility for Unix - command-line interface Clam AntiVirus is an anti-virus toolkit for Unix. The main purpose of this software is the integration with mail servers (attachment scanning). The package provides a flexible and scalable multi-threaded daemon in the clamav-daemon package, a command-line scanner in the clamav package, and a tool for automatic updating via the Internet in the clamav-freshclam package. The programs are based on libclamav6, which can be used by other software. . This package contains the command line interface. Features: - built-in support for various archive formats, including Zip, Tar, Gzip, Bzip2, OLE2, Cabinet, CHM, BinHex, SIS and others; - built-in support for almost all mail file formats; - built-in support for ELF executables and Portable Executable files compressed with UPX, FSG, Petite, NsPack, wwpack32, MEW, Upack and obfuscated with SUE, Y0da Cryptor and others; - built-in support for popular document formats including Microsoft Office and Mac Office files, HTML, RTF and PDF. . For scanning to work, a virus database is needed. There are two options for getting it: - clamav-freshclam: updates the database from Internet. This is recommended with Internet access. - clamav-data: for users without Internet access. The package is not updated once installed. The clamav-getfiles package allows creating custom packages from an Internet-connected computer. Package: clamav-base Description-md5: 36333c8001fa330971bb9bf732bd846d Description-en: anti-virus utility for Unix - base package Clam AntiVirus is an anti-virus toolkit for Unix. The main purpose of this software is the integration with mail servers (attachment scanning). The package provides a flexible and scalable multi-threaded daemon in the clamav-daemon package, a command-line scanner in the clamav package, and a tool for automatic updating via the Internet in the clamav-freshclam package. The programs are based on libclamav6, which can be used by other software. . This package mainly manages the clamav system account. It is not really useful without the clamav package. It also handles the configuration for both the clamav-daemon and the clamav-milter packages. Package: clamav-daemon Description-md5: 67066a5cf6ee89fc8ce3ae691827a9ad Description-en: anti-virus utility for Unix - scanner daemon Clam AntiVirus is an anti-virus toolkit for Unix. The main purpose of this software is the integration with mail servers (attachment scanning). The package provides a flexible and scalable multi-threaded daemon in the clamav-daemon package, a command-line scanner in the clamav package, and a tool for automatic updating via the Internet in the clamav-freshclam package. The programs are based on libclamav6, which can be used by other software. . This package contains the daemon and its command line interface, featuring: - fast, multi-threaded daemon; - easy integration with MTA's; - support for on-access scanning; - remote scanning; - able to be run supervised by daemon. Package: clamav-dbg Description-md5: 33a33cc71dce345b4a0ce175ebeca8c7 Description-en: debug symbols for ClamAV Clam AntiVirus is an anti-virus toolkit for Unix. The main purpose of this software is the integration with mail servers (attachment scanning). The package provides a flexible and scalable multi-threaded daemon in the clamav-daemon package, a command-line scanner in the clamav package, and a tool for automatic updating via the Internet in the clamav-freshclam package. The programs are based on libclamav6, which can be used by other software. . This package contains the stripped debugging symbols for the ClamAV suite. Package: clamav-docs Description-md5: e2412f6e57d4fb282e22d549e939cb72 Description-en: anti-virus utility for Unix - documentation Clam AntiVirus is an anti-virus toolkit for Unix. The main purpose of this software is the integration with mail servers (attachment scanning). The package provides a flexible and scalable multi-threaded daemon in the clamav-daemon package, a command-line scanner in the clamav package, and a tool for automatic updating via the Internet in the clamav-freshclam package. The programs are based on libclamav6, which can be used by other software. . This package contains the documentation for the ClamAV suite. Package: clamav-freshclam Description-md5: 824a85afc618e1467a907719e4edd7bb Description-en: anti-virus utility for Unix - virus database update utility Clam AntiVirus is an anti-virus toolkit for Unix. The main purpose of this software is the integration with mail servers (attachment scanning). The package provides a flexible and scalable multi-threaded daemon in the clamav-daemon package, a command-line scanner in the clamav package, and a tool for automatic updating via the Internet in the clamav-freshclam package. The programs are based on libclamav6, which can be used by other software. . This package contains the freshclam program and scripts to automate virus database updating. It relies on an Internet connection, but can be run in a variety of ways to compensate for intermittent connections. Package: cups Description-md5: a7a1401ce90f3158b62e46f606e44e35 Description-en: Common UNIX Printing System(tm) - server 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 CUPS scheduler/daemon and related files. Package: cups-bsd Description-md5: 8ca999eda442e2096dafa2745e4db8de Description-en: Common UNIX Printing System(tm) - BSD commands The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpr, 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 BSD commands for interacting with CUPS. It is provided separately to allow CUPS to coexist with other printing systems (to a small degree). Package: cups-client Description-md5: 49064ce8151bc5cfbb65936322a4e2ce Description-en: Common UNIX Printing System(tm) - client programs (SysV) 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 System V style print client programs. Package: cups-common Description-md5: ae28e55960aa62a85c88769b70d73eaa Description-en: Common UNIX Printing System(tm) - common files 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 common files for CUPS server and client packages. Package: cups-dbg Description-md5: 45781fd5891c0e6a36e3f989431c7203 Description-en: Common UNIX Printing System(tm) - debugging symbols 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 debugging symbols of CUPS. Package: cups-filters Description-md5: 9de806ff7f92c0d1b5ade85f00716d2d Description-en: OpenPrinting CUPS Filters This package provides additional CUPS filters which are not provided by the CUPS project itself. This includes filters for a PDF based printing workflow. Package: cups-ppdc Description-md5: ba3fa27bc468a14b73280f189057f4e7 Description-en: Common UNIX Printing System(tm) - PPD manipulation utilities 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 utilities to generate and manipulate PPD files. Package: curl Description-md5: bfedc129a9c070522f2c8ad7dc3bd643 Description-en: 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, 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. Package: dbus Description-md5: 8317e43242716ec7f7692a3ac5895e1c Description-en: 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. Package: dbus-1-dbg Description-md5: 8e652fad9ff7afdabd20cb27b87476a9 Description-en: simple interprocess messaging system (debug symbols) 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 support for debugging programs that use the core D-Bus shared library. . See the dbus package description for more information about D-Bus in general. Package: dbus-1-doc Description-md5: 4ff746780e6dca0a27147236301ca4fd Description-en: simple interprocess messaging system (documentation) D-Bus is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity. . This package contains the API documentation for D-Bus, as well as the protocol specification. . See the dbus description for more information about D-Bus in general. Package: dbus-x11 Description-md5: 101d13ea029d06116b86761850faa2f3 Description-en: simple interprocess messaging system (X11 deps) D-Bus is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity. . This package contains the dbus-launch utility which is necessary for packages using a D-Bus session bus. . See the dbus description for more information about D-Bus in general. Package: devscripts Description-md5: 2838223e9a536bf717ff7824f1cdb896 Description-en: scripts to make the life of a Debian Package maintainer easier Contains the following scripts, dependencies/recommendations shown in brackets afterwards: . - annotate-output: run a command and prepend time and stream (O for stdout, E for stderr) for every line of output - archpath: print tla/Bazaar package names [tla | bazaar] - bts: a command-line tool for manipulating the BTS [www-browser, libauthen-sasl-perl, libnet-smtp-ssl-perl, libsoap-lite-perl, libwww-perl, bsd-mailx | mailx] - build-rdeps: Searches for all packages that build-depend on a given package [dctrl-tools] - chdist: tool to easily play with several distributions [dctrl-tools] - checkbashisms: check whether a /bin/sh script contains any common bash-specific contructs - cowpoke: upload a Debian source package to a cowbuilder host and build it, optionally also signing and uploading the result to an incoming queue [ssh-client] - cvs-debi, cvs-debc: wrappers around debi and debc respectively (see below) which allow them to be called from the CVS working directory. [cvs-buildpackage] - cvs-debrelease: wrapper around debrelease which allows it to be called from the CVS working directory. [cvs-buildpackage, dupload | dput, ssh-client] - cvs-debuild: A wrapper for cvs-buildpackage to use debuild as its package building program. [cvs-buildpackage, fakeroot, lintian, gnupg] - dcmd: run a given command replacing the name of a .changes or .dsc file with each of the files referenced therein - dcontrol: remotely query package and source control files for all Debian distributions. [liburl-perl, libwww-perl] - dd-list: given a list of packages, pretty-print it ordered by maintainer - debc: display the contents of just-built .debs - debchange/dch: automagically add entries to debian/changelog files [libparse-debcontrol-perl, libsoap-lite-perl] - debcheckout: checkout the development repository of a Debian package - debclean: purge a Debian source tree [fakeroot] - debcommit: commit changes to cvs, darcs, svn, svk, tla, bzr, git, or hg, basing commit message on changelog [cvs | darcs | subversion | svk | tla | bzr | git-core | mercurial] - debdiff: compare two versions of a Debian package to check for added and removed files [wdiff, patchutils] - debi: install a just-built package - debpkg: dpkg wrapper to be able to manage/test packages without su - debrelease: wrapper around dupload or dput [dupload | dput, ssh-client] - debsign, debrsign: sign a .changes/.dsc pair without needing any of the rest of the package to be present; can sign the pair remotely or fetch the pair from a remote machine for signing [gnupg, debian-keyring, ssh-client] - debsnap: grab packages from http://snapshot.debian.org [libwww-perl, libjson-perl] - debuild: wrapper to build a package without having to su or worry about how to invoke dpkg to build using fakeroot. Also deals with common environment problems, umask etc. [fakeroot, lintian, gnupg] - deb-reversion: increases a binary package version number and repacks the archive - dep3changelog: generate a changelog entry from a DEP3-style patch header - desktop2menu: produce a skeleton menu file from a freedesktop.org desktop file [libfile-desktopentry-perl] - dget: downloads Debian source and binary packages [wget | curl] - dpkg-depcheck, dpkg-genbuilddeps: determine the packages used during the build of a Debian package; useful for determining the Build-Depends control field needed [build-essential, strace] - diff2patches: extract patches from a .diff.gz file placing them under debian/ or, if present, debian/patches [patchutils] - dscextract: extract a single file from a Debian source package [patchutils] - dscverify: verify the integrity of a Debian package from the .changes or .dsc files [gnupg, debian-keyring, libdigest-md5-perl] - edit-patch: add/edit a patch for a source package and commit the changes [quilt | dpatch | cdbs] - getbuildlog: download package build logs from Debian auto-builders [wget] - grep-excuses: grep the update_excuses.html file for your packages [libterm-size-perl, wget, w3m] - licensecheck: attempt to determine the license of source files - list-unreleased: searches for unreleased packages - manpage-alert: locate binaries without corresponding manpages [man-db] - mass-bug: mass-file bug reports [bsd-mailx | mailx] - mergechanges: merge .changes files from a package built on different architectures - mk-build-deps: Given a package name and/or control file, generate a binary package which may be installed to satisfy the build-dependencies of the given packages. [equivs] - namecheck: Check project names are not already taken. - nmudiff: mail a diff of the current package against the previous version to the BTS to assist in tracking NMUs [patchutils, mutt] - plotchangelog: view a nice plot of the data in a changelog file [libtimedate-perl, gnuplot] - pts-subscribe: subscribe to the PTS for a limited period of time [bsd-mailx | mailx, at] - rc-alert: list installed packages which have release-critical bugs [wget] - rmadison: remotely query the Debian archive database about packages [wget | curl, liburi-perl] - suspicious-source: output a list of files which are not common source files [python-magic] - svnpath: print svn repository paths [subversion] - tagpending: runs from a Debian source tree and tags bugs that are to be closed in the latest changelog as pending. [libsoap-lite-perl] - transition-check: Check a list of source packages for involvement in transitions for which uploads to unstable are currently blocked [libwww-perl, libyaml-syck-perl] - uscan: scan upstream sites for new releases of packages [libcrypt-ssleay-perl, libwww-perl, unzip, xz-utils] - uupdate: integrate upstream changes into a source package [patch] - what-patch: determine what patch system, if any, a source package is using [patchutils] - whodepends: check which maintainers' packages depend on a package - who-uploads: determine the most recent uploaders of a package to the Debian archive [gnupg, debian-keyring, wget] - wnpp-alert: list installed packages which are orphaned or up for adoption [wget] - wnpp-check: check whether there is an open request for packaging or intention to package bug for a package [wget] - wrap-and-sort: wrap long lines and sort items in packaging files [python-debian] . Also included are a set of example mail filters for filtering mail from Debian mailing lists using exim, procmail, etc. Package: dh-apport Description-md5: a5c779df9e0b356100c76151d7cef527 Description-en: debhelper extension for the apport crash report system 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 provides a debhelper extension to make it easier for other packages to include apport hooks. Package: distro-info-data Description-md5: f7fe06a2e0396bbe8c1c7abad056bf48 Description-en: information about the distributions' releases (data files) Information about all releases of Debian and Ubuntu. The distro-info script will give you the codename for e.g. the latest stable release of your distribution. To get information about a specific distribution there are the debian-distro-info and the ubuntu-distro-info scripts. . This package contains the data files. Package: dnsutils Description-md5: 9fac1cb37cd005e52aa0e22df64994e1 Description-en: 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) Package: dovecot-core Description-md5: 101e4c0702b4db43edca7ca8085e68bf Description-en: secure mail server that supports mbox, maildir, dbox and mdbox mailboxes Dovecot is a mail server whose major goals are security and extreme reliability. It tries very hard to handle all error conditions and verify that all data is valid, making it nearly impossible to crash. It should also be pretty fast, extensible, and portable. . This package contains the dovecot main server and its command line utility. Package: dovecot-dbg Description-md5: a57fd9c821324ecb7f5c264cefd52218 Description-en: debug symbols for Dovecot Dovecot is a mail server whose major goals are security and extreme reliability. It tries very hard to handle all error conditions and verify that all data is valid, making it nearly impossible to crash. It should also be pretty fast, extensible, and portable. . This package contains debug symbols for Dovecot. Package: dovecot-dev Description-md5: c3f36a8a84e642d86e7c3a9d947d7b8e Description-en: header files for the dovecot mail server Dovecot is a mail server whose major goals are security and extreme reliability. It tries very hard to handle all error conditions and verify that all data is valid, making it nearly impossible to crash. It should also be pretty fast, extensible, and portable. . This package contains header files needed to compile plugins for the dovecot mail server. Package: dovecot-imapd Description-md5: e01d90a9c68d1d22b13fb39de2cc43f9 Description-en: secure IMAP server that supports mbox, maildir, dbox and mdbox mailboxes Dovecot is a mail server whose major goals are security and extreme reliability. It tries very hard to handle all error conditions and verify that all data is valid, making it nearly impossible to crash. It should also be pretty fast, extensible, and portable. . This package contains the dovecot IMAP server. Package: dovecot-managesieved Description-md5: 8c1e1dbd9bfe62100f8c9e9d551b6aca Description-en: secure ManageSieve server for Dovecot Dovecot is a mail server whose major goals are security and extreme reliability. It tries very hard to handle all error conditions and verify that all data is valid, making it nearly impossible to crash. It should also be pretty fast, extensible, and portable. . This package contains the dovecot ManageSieve server. Package: dovecot-pop3d Description-md5: f6bf830d9c10c0e2d625a40e750bfcfb Description-en: secure POP3 server that supports mbox, maildir, dbox and mdbox mailboxes Dovecot is a mail server whose major goals are security and extreme reliability. It tries very hard to handle all error conditions and verify that all data is valid, making it nearly impossible to crash. It should also be pretty fast, extensible, and portable. . This package contains the dovecot POP3 server. Package: dovecot-postfix Description-md5: 012d2dcf036ab107d3b1933438053ec3 Description-en: mail server delivery agent stack provided by Ubuntu server team Ubuntu's mail stack provides fully operational delivery agent with safe defaults and additional options. Out of the box it supports IMAP, POP3 and SMTP services with SASL authentication and Maildir as default storage engine. Package: dovecot-sieve Description-md5: d7fa73f368d123fa75cba901a4f76c6d Description-en: sieve filters support for Dovecot Dovecot is a mail server whose major goals are security and extreme reliability. It tries very hard to handle all error conditions and verify that all data is valid, making it nearly impossible to crash. It should also be pretty fast, extensible, and portable. . This package provides sieve filters support for Dovecot. Package: dpkg Description-md5: 2f156c6a30cc39895ad3487111e8c190 Description-en: 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. Package: dpkg-dev Description-md5: 2eaf4b4a1cef9584869950f3a52106fc Description-en: Debian package development tools This package provides the development tools (including dpkg-source) required to unpack, build and upload Debian source packages. . Most Debian source packages will require additional tools to build; for example, most packages need make and the C compiler gcc. Package: dselect Description-md5: 269b383010cda7ddc3f6381398082aec Description-en: Debian package management front-end dselect is a high-level interface for managing the installation and removal of Debian software packages. . Many users find dselect intimidating and new users may prefer to use apt-based user interfaces. Package: evolution-data-server Description-md5: 00223d501d234f5cb46209c8c730f321 Description-en: evolution database backend server The data server, called "Evolution Data Server" is responsible for managing mail, calendar, addressbook, tasks and memo information. Package: evolution-data-server-common Description-md5: 5cc3d01ab453e709e471f91ff4d74d00 Description-en: architecture independent files for Evolution Data Server The data server, called "Evolution Data Server" is responsible for managing calendar and addressbook information. . This package contains the architecture independent files needed by the evolution-data-server package. Package: evolution-data-server-dbg Description-md5: 67f33ddd8521aa2c8e1b89732e218dfe Description-en: evolution database backend server with debugging symbols This package contains unstripped binaries used for debugging. Package: evolution-data-server-dev Description-md5: f80e85b29ef7b2fa18ebc57f7a903dcb Description-en: Development files for evolution-data-server (metapackage) This package contains header files and static library of evolution-data-server. Package: evolution-data-server-doc Description-md5: b241d0c600eee3a52e0b78eb3b6bbba5 Description-en: Documentation files for the Evolution Data Server libraries The data server, called "Evolution Data Server" is responsible for managing calendar and addressbook information. . This package contains the API documentation for all the individual Evolution Data Server libraries. Package: exim4 Description-md5: 458592f74d76e446735736c1d55ce615 Description-en: metapackage to ease Exim MTA (v4) installation Exim (v4) is a mail transport agent. exim4 is the metapackage depending on the essential components for a basic exim4 installation. . The Debian exim4 packages have their own web page, http://wiki.debian.org/PkgExim4. There is also a Debian-specific FAQ list. Information about the way the Debian packages are configured can be found in /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains information about the way the Debian binary packages are built. The very extensive upstream documentation is shipped in /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven configuration process in a standard setup, invoke dpkg-reconfigure exim4-config. There is a Debian-centered mailing list, pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific questions there, and only write to the upstream exim-users mailing list if you are sure that your question is not Debian-specific. You can find the subscription web page on http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users Package: exim4-base Description-md5: ab23a802a5e7dee33641329abf2b6565 Description-en: support files for all Exim MTA (v4) packages Exim (v4) is a mail transport agent. exim4-base provides the support files needed by all exim4 daemon packages. You need an additional package containing the main executable. The available packages are: . exim4-daemon-light exim4-daemon-heavy . If you build exim4 from the source package locally, you can also build an exim4-daemon-custom package tailored to your own feature set. . The Debian exim4 packages have their own web page, http://wiki.debian.org/PkgExim4. There is also a Debian-specific FAQ list. Information about the way the Debian packages are configured can be found in /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains information about the way the Debian binary packages are built. The very extensive upstream documentation is shipped in /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven configuration process in a standard setup, invoke dpkg-reconfigure exim4-config. There is a Debian-centered mailing list, pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific questions there, and only write to the upstream exim-users mailing list if you are sure that your question is not Debian-specific. You can find the subscription web page on http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users Package: exim4-config Description-md5: 32395c972fcf7f5014c06bce8ee1c59a Description-en: configuration for the Exim MTA (v4) Exim (v4) is a mail transport agent. exim4-config provides the configuration for the exim4 daemon packages. The configuration framework has been split off the main package to allow sites to replace the configuration scheme with their own without having to change the actual exim4 packages. . Sites with special configuration needs (having a lot of identically configured machines for example) can use this to distribute their own custom configuration via the packaging system, using the magic available with dpkg's conffile handling, without having to do local changes on all of these machines. . The Debian exim4 packages have their own web page, http://wiki.debian.org/PkgExim4. There is also a Debian-specific FAQ list. Information about the way the Debian packages are configured can be found in /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains information about the way the Debian binary packages are built. The very extensive upstream documentation is shipped in /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven configuration process in a standard setup, invoke dpkg-reconfigure exim4-config. There is a Debian-centered mailing list, pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific questions there, and only write to the upstream exim-users mailing list if you are sure that your question is not Debian-specific. You can find the subscription web page on http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users Package: exim4-daemon-heavy Description-md5: 29c4b395a92bdc12932f151c3643a602 Description-en: Exim MTA (v4) daemon with extended features, including exiscan-acl Exim (v4) is a mail transport agent. This package contains the exim4 daemon with extended features. In addition to the features already supported by exim4-daemon-light, exim4-daemon-heavy includes LDAP, sqlite, PostgreSQL and MySQL data lookups, SASL and SPA SMTP authentication, embedded Perl interpreter, and the content scanning extension (formerly known as "exiscan-acl") for integration of virus scanners and spamassassin. . The Debian exim4 packages have their own web page, http://wiki.debian.org/PkgExim4. There is also a Debian-specific FAQ list. Information about the way the Debian packages are configured can be found in /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains information about the way the Debian binary packages are built. The very extensive upstream documentation is shipped in /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven configuration process in a standard setup, invoke dpkg-reconfigure exim4-config. There is a Debian-centered mailing list, pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific questions there, and only write to the upstream exim-users mailing list if you are sure that your question is not Debian-specific. You can find the subscription web page on http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users Package: exim4-daemon-heavy-dbg Description-md5: c42822621e1df91a52982b923c500d4d Description-en: debugging symbols for the Exim MTA "heavy" daemon Exim (v4) is a mail transport agent. This package contains debugging symbols for the binaries contained in the exim4-daemon-heavy package. . The Debian exim4 packages have their own web page, http://wiki.debian.org/PkgExim4. There is also a Debian-specific FAQ list. Information about the way the Debian packages are configured can be found in /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains information about the way the Debian binary packages are built. The very extensive upstream documentation is shipped in /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven configuration process in a standard setup, invoke dpkg-reconfigure exim4-config. There is a Debian-centered mailing list, pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific questions there, and only write to the upstream exim-users mailing list if you are sure that your question is not Debian-specific. You can find the subscription web page on http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users Package: exim4-daemon-light Description-md5: 3f5190a801cb3e11718c951f768c4d54 Description-en: lightweight Exim MTA (v4) daemon Exim (v4) is a mail transport agent. This package contains the exim4 daemon with only basic features enabled. It works well with the standard setups that are provided by Debian and includes support for TLS encryption and the dlopen patch to allow dynamic loading of a local_scan function. . The Debian exim4 packages have their own web page, http://wiki.debian.org/PkgExim4. There is also a Debian-specific FAQ list. Information about the way the Debian packages are configured can be found in /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains information about the way the Debian binary packages are built. The very extensive upstream documentation is shipped in /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven configuration process in a standard setup, invoke dpkg-reconfigure exim4-config. There is a Debian-centered mailing list, pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific questions there, and only write to the upstream exim-users mailing list if you are sure that your question is not Debian-specific. You can find the subscription web page on http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users Package: exim4-daemon-light-dbg Description-md5: dff44febf1a413d05a89808719c665f0 Description-en: debugging symbols for the Exim MTA "light" daemon Exim (v4) is a mail transport agent. This package contains debugging symbols for the binaries contained in the exim4-daemon-light package. . The Debian exim4 packages have their own web page, http://wiki.debian.org/PkgExim4. There is also a Debian-specific FAQ list. Information about the way the Debian packages are configured can be found in /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains information about the way the Debian binary packages are built. The very extensive upstream documentation is shipped in /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven configuration process in a standard setup, invoke dpkg-reconfigure exim4-config. There is a Debian-centered mailing list, pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific questions there, and only write to the upstream exim-users mailing list if you are sure that your question is not Debian-specific. You can find the subscription web page on http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users Package: exim4-dbg Description-md5: 5cf2fe8a21737e0585d95be54f8ada23 Description-en: debugging symbols for the Exim MTA (utilities) Exim (v4) is a mail transport agent. This package contains debugging symbols for the binaries contained in the exim4 packages. The daemon packages have their own debug package. . The Debian exim4 packages have their own web page, http://wiki.debian.org/PkgExim4. There is also a Debian-specific FAQ list. Information about the way the Debian packages are configured can be found in /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains information about the way the Debian binary packages are built. The very extensive upstream documentation is shipped in /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven configuration process in a standard setup, invoke dpkg-reconfigure exim4-config. There is a Debian-centered mailing list, pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific questions there, and only write to the upstream exim-users mailing list if you are sure that your question is not Debian-specific. You can find the subscription web page on http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users Package: exim4-dev Description-md5: d5a123381ab67fa02f35533169e299d5 Description-en: header files for the Exim MTA (v4) packages Exim (v4) is a mail transport agent. This package contains header files that can be used to compile code that is then dynamically linked to exim's local_scan interface. . The Debian exim4 packages have their own web page, http://wiki.debian.org/PkgExim4. There is also a Debian-specific FAQ list. Information about the way the Debian packages are configured can be found in /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains information about the way the Debian binary packages are built. The very extensive upstream documentation is shipped in /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven configuration process in a standard setup, invoke dpkg-reconfigure exim4-config. There is a Debian-centered mailing list, pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific questions there, and only write to the upstream exim-users mailing list if you are sure that your question is not Debian-specific. You can find the subscription web page on http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users Package: eximon4 Description-md5: 9d049018af5088cbceaa2af23692d02a Description-en: monitor application for the Exim MTA (v4) (X11 interface) Eximon is a helper program for the Exim MTA (v4). It allows administrators to view the mail queue and logs, and perform a variety of actions on queued messages, such as freezing, bouncing and thawing messages. Package: ffmpeg Description-md5: 5ff27b47c3b68cc2af2a245c108535a8 Description-en: Multimedia player, server, encoder and transcoder (transitional package) Libav is a complete, cross-platform solution to decode, encode, record, convert and stream audio and video. . This package contains the deprecated ffmpeg program. This package also serves as a transitional package to libav-tools. Users are advised to use avconv from the libav-tools package instead of ffmpeg. Package: ffmpeg-dbg Description-md5: 7958694bc3f3467c680b8238904f3fa8 Description-en: Debug symbols for Libav related packages (transitional package) Libav is a complete, cross-platform solution to decode, encode, record, convert and stream audio and video. . This package serves as a transitional package to libav-dbg. Package: ffmpeg-doc Description-md5: dd379f264f44fe4bc772202ed6f8218f Description-en: Documentation of the Libav API (transitional package) Libav is a complete, cross-platform solution to decode, encode, record, convert and stream audio and video. . This package contains the html doxygen documentation of the Libav API. . Only application developers will find this package useful. . This package is only used for transitional purposes and can be safely removed. Package: file Description-md5: 24356148df43e324f7cd0edfa5faa2fc Description-en: 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. Package: file-roller Description-md5: 349cfa79596c98aa5e7d123edd12cf30 Description-en: archive manager for GNOME File-roller is an archive manager for the GNOME environment. It allows you to: . * Create and modify archives. * View the content of an archive. * View a file contained in an archive. * Extract files from the archive. . File-roller supports the following formats: * Tar (.tar) archives, including those compressed with gzip (.tar.gz, .tgz), bzip (.tar.bz, .tbz), bzip2 (.tar.bz2, .tbz2), compress (.tar.Z, .taz), lzip (.tar.lz, .tlz), lzop (.tar.lzo, .tzo), lzma (.tar.lzma) and xz (.tar.xz) * Zip archives (.zip) * Jar archives (.jar, .ear, .war) * 7z archives (.7z) * iso9660 CD images (.iso) * Lha archives (.lzh) * Single files compressed with gzip (.gz), bzip (.bz), bzip2 (.bz2), compress (.Z), lzip (.lz), lzop (.lzo), lzma (.lzma) and xz (.xz) . File-roller doesn't perform archive operations by itself, but relies on standard tools for this. Package: finch Description-md5: 6ddcf2f478810ed1b861f2343495f79b Description-en: text-based multi-protocol instant messaging client Finch is a text/console-based, modular instant messaging client capable of using multiple networks at once. Currently supported are: AIM/ICQ, Yahoo!, MSN, IRC, Jabber/XMPP/Google Talk, Napster, Zephyr, Gadu-Gadu, Bonjour, Groupwise, Sametime, SIMPLE, MySpaceIM, and MXit. . Some extra packages are suggested to use increased functionality: * libx11-6 - To use the Clipboard and/or Toaster plugins. Package: finch-dev Description-md5: 6a61ea06da490e4c5dc81a62a7ae4a2d Description-en: text-based multi-protocol instant messaging client - development This package contains the headers and other development files not included in the main finch package. Install this if you wish to compile your own plugins, or would like to compile programs that use the libgnt library. Package: firefox Description-md5: 46b619f510631c4693dc09c1a3778a55 Description-en: Safe and easy web browser from Mozilla Firefox delivers safe, easy web browsing. A familiar user interface, enhanced security features including protection from online identity theft, and integrated search let you get the most out of the web. Package: firefox-dbg Description-md5: 2937d9d7faa9d066b938045bc076f879 Description-en: Safe and easy web browser from Mozilla - debug symbols Firefox delivers safe, easy web browsing. A familiar user interface, enhanced security features including protection from online identity theft, and integrated search let you get the most out of the web. . This package contains the debugging symbols for the Firefox web browser Package: firefox-dev Description-md5: e6b1c31ba86625fb8e5f17ebd7dfd6c8 Description-en: Safe and easy web browser from Mozilla - development files Firefox delivers safe, easy web browsing. A familiar user interface, enhanced security features including protection from online identity theft, and integrated search let you get the most out of the web. . This package contains the headers and SDK for building plugins with Firefox Package: firefox-globalmenu Description-md5: 1b267431605d90f28d4104239bf87ff8 Description-en: Safe and easy web browser from Mozilla (transitional package) This is a transitional package to ensure that upgrades work correctly. It can be safely removed Package: firefox-gnome-support Description-md5: 9090a1269569e91fe1d73c81ee10928d Description-en: Safe and easy web browser from Mozilla - GNOME support Firefox delivers safe, easy web browsing. A familiar user interface, enhanced security features including protection from online identity theft, and integrated search let you get the most out of the web. . This package depends on the GNOME libraries which allow Firefox to take advantage of technologies such as GConf, GIO libnotify Package: firefox-locale-af Description-md5: 1f2d31c5ec337989fa73d4561a877f98 Description-en: Afrikaans language pack for Firefox This package contains Afrikaans translations and search plugins for Firefox Package: firefox-locale-ar Description-md5: a5123286dfa8a3ded7978c0ec00ec6f1 Description-en: Arabic language pack for Firefox This package contains Arabic translations and search plugins for Firefox Package: firefox-locale-as Description-md5: 9c46a24962d3692dcff9f290ff8f2e5b Description-en: Assamese language pack for Firefox This package contains Assamese translations and search plugins for Firefox Package: firefox-locale-ast Description-md5: f648bf0b51344fe4fc8b6419faaf903f Description-en: Asturian language pack for Firefox This package contains Asturian translations and search plugins for Firefox Package: firefox-locale-be Description-md5: 7b231b0d3f58acf262a12b2168cb358c Description-en: Belarusian language pack for Firefox This package contains Belarusian translations and search plugins for Firefox Package: firefox-locale-bg Description-md5: a6418377c6a1864fbec5d0096027c80b Description-en: Bulgarian language pack for Firefox This package contains Bulgarian translations and search plugins for Firefox Package: firefox-locale-bn Description-md5: cd17d1988001fce46f906d72ce3c6612 Description-en: Bengali language pack for Firefox This package contains Bengali translations and search plugins for Firefox Package: firefox-locale-br Description-md5: 880da4a954cd5c32e28bc4be50b8dea2 Description-en: Breton language pack for Firefox This package contains Breton translations and search plugins for Firefox Package: firefox-locale-bs Description-md5: 5ee279fa3b945b639bc360970fc44d88 Description-en: Bosnian language pack for Firefox This package contains Bosnian translations and search plugins for Firefox Package: firefox-locale-ca Description-md5: d48166338c00f06f6c36f6214a5a0d8b Description-en: Catalan; Valencian language pack for Firefox This package contains Catalan; Valencian translations and search plugins for Firefox Package: firefox-locale-cs Description-md5: 9b0b230a019634cdfd1b60f7fd46b813 Description-en: Czech language pack for Firefox This package contains Czech translations and search plugins for Firefox Package: firefox-locale-csb Description-md5: 76438ffb5606f4d03a5aba83c323a0da Description-en: Kashubian language pack for Firefox This package contains Kashubian translations and search plugins for Firefox Package: firefox-locale-cy Description-md5: 9f3df834aa7f35a8968d57963f462187 Description-en: Welsh language pack for Firefox This package contains Welsh translations and search plugins for Firefox Package: firefox-locale-da Description-md5: 25350d542907c601644fdbaf48ce9060 Description-en: Danish language pack for Firefox This package contains Danish translations and search plugins for Firefox Package: firefox-locale-de Description-md5: 97a5b441966c2394117490ceebbb8584 Description-en: German language pack for Firefox This package contains German translations and search plugins for Firefox Package: firefox-locale-el Description-md5: f0378f5c3eae2c3f377fbc483e6581b0 Description-en: Greek language pack for Firefox This package contains Greek translations and search plugins for Firefox Package: firefox-locale-en Description-md5: 59e7e034b5f9626737da9a2c21a3e6b4 Description-en: English language pack for Firefox This package contains English translations and search plugins for Firefox Package: firefox-locale-eo Description-md5: 1b15bec1df3ef8869a632d474dfb2589 Description-en: Esperanto language pack for Firefox This package contains Esperanto translations and search plugins for Firefox Package: firefox-locale-es Description-md5: 30083dcb82dfa2029aeabd0206ce0f4b Description-en: Spanish; Castilian language pack for Firefox This package contains Spanish; Castilian translations and search plugins for Firefox Package: firefox-locale-et Description-md5: 334b47c1e5a384da36ae89623fec8e70 Description-en: Estonian language pack for Firefox This package contains Estonian translations and search plugins for Firefox Package: firefox-locale-eu Description-md5: af348a109ea600cac4199bf41ea027f2 Description-en: Basque language pack for Firefox This package contains Basque translations and search plugins for Firefox Package: firefox-locale-fa Description-md5: 39c9ec90bfa422dbe322c5144c9719eb Description-en: Persian language pack for Firefox This package contains Persian translations and search plugins for Firefox Package: firefox-locale-fi Description-md5: 845195bd76d02590d0c2a74ed1b5c5f2 Description-en: Finnish language pack for Firefox This package contains Finnish translations and search plugins for Firefox Package: firefox-locale-fr Description-md5: 4b599250252777b1f0b2e86222826241 Description-en: French language pack for Firefox This package contains French translations and search plugins for Firefox Package: firefox-locale-fy Description-md5: 73e0293d227dc25de2183bbda4ffb994 Description-en: Western Frisian language pack for Firefox This package contains Western Frisian translations and search plugins for Firefox Package: firefox-locale-ga Description-md5: 3989bf0d690ce80122175c0328ae435d Description-en: Irish language pack for Firefox This package contains Irish translations and search plugins for Firefox Package: firefox-locale-gd Description-md5: f88ffac5fcd5341c9502358cb67b49f1 Description-en: Gaelic; Scottish Gaelic language pack for Firefox This package contains Gaelic; Scottish Gaelic translations and search plugins for Firefox Package: firefox-locale-gl Description-md5: f411e16f3f4a2f154a90570e3ca52ef8 Description-en: Galician language pack for Firefox This package contains Galician translations and search plugins for Firefox Package: firefox-locale-gu Description-md5: c646198c5d0155da51530f8b2225818b Description-en: Gujarati language pack for Firefox This package contains Gujarati translations and search plugins for Firefox Package: firefox-locale-he Description-md5: 8d33d6616f2426b1fe3287417f0d7949 Description-en: Hebrew language pack for Firefox This package contains Hebrew translations and search plugins for Firefox Package: firefox-locale-hi Description-md5: 29f96336756fa58ec44eefd686bd6e85 Description-en: Hindi language pack for Firefox This package contains Hindi translations and search plugins for Firefox Package: firefox-locale-hr Description-md5: 4138741435206cca66b4c3941d2b6e82 Description-en: Croatian language pack for Firefox This package contains Croatian translations and search plugins for Firefox Package: firefox-locale-hu Description-md5: 7587d24fac9230de0dab2a74b1b3c298 Description-en: Hungarian language pack for Firefox This package contains Hungarian translations and search plugins for Firefox Package: firefox-locale-hy Description-md5: 2278344f15e1efe17aecd1af5a2be846 Description-en: Armenian language pack for Firefox This package contains Armenian translations and search plugins for Firefox Package: firefox-locale-id Description-md5: 568a225a428289bfedbfee77f12ef445 Description-en: Indonesian language pack for Firefox This package contains Indonesian translations and search plugins for Firefox Package: firefox-locale-is Description-md5: 3a574633745f9b6d97f07f1c738599a3 Description-en: Icelandic language pack for Firefox This package contains Icelandic translations and search plugins for Firefox Package: firefox-locale-it Description-md5: 67e195ac5003115f8cafa0ec0b0ec849 Description-en: Italian language pack for Firefox This package contains Italian translations and search plugins for Firefox Package: firefox-locale-ja Description-md5: aa0b0e800989cac3ce480ef7507c17d5 Description-en: Japanese language pack for Firefox This package contains Japanese translations and search plugins for Firefox Package: firefox-locale-ka Description-md5: bc79d90071e5d3639a93287638590a8e Description-en: Transitional package for unavailable language This language is unavailable for the current version of Firefox . This is an empty transitional package to ensure a clean upgrade process. You can safely remove this package after installation. Package: firefox-locale-kk Description-md5: 98ad9668e81080f67619b3468ea616a9 Description-en: Kazakh language pack for Firefox This package contains Kazakh translations and search plugins for Firefox Package: firefox-locale-km Description-md5: 5244e85b69105bab39ff55a3e06c2079 Description-en: Central Khmer language pack for Firefox This package contains Central Khmer translations and search plugins for Firefox Package: firefox-locale-kn Description-md5: 609de6cf2cadf99b292a639def3e15db Description-en: Kannada language pack for Firefox This package contains Kannada translations and search plugins for Firefox Package: firefox-locale-ko Description-md5: 7477cc3b85c1cc2886c7438ffec39b8d Description-en: Korean language pack for Firefox This package contains Korean translations and search plugins for Firefox Package: firefox-locale-ku Description-md5: 9eb28b49c217558a45aff76b83b8990f Description-en: Kurdish language pack for Firefox This package contains Kurdish translations and search plugins for Firefox Package: firefox-locale-lg Description-md5: bc79d90071e5d3639a93287638590a8e Description-en: Transitional package for unavailable language This language is unavailable for the current version of Firefox . This is an empty transitional package to ensure a clean upgrade process. You can safely remove this package after installation. Package: firefox-locale-lt Description-md5: 519f3c51c7a90ee972069b44a1acef4e Description-en: Lithuanian language pack for Firefox This package contains Lithuanian translations and search plugins for Firefox Package: firefox-locale-lv Description-md5: 355c458949586e8977646d1ce6c5096d Description-en: Latvian language pack for Firefox This package contains Latvian translations and search plugins for Firefox Package: firefox-locale-mai Description-md5: 9fd42103512e10b616b758b3e6da26f7 Description-en: Maithili language pack for Firefox This package contains Maithili translations and search plugins for Firefox Package: firefox-locale-mk Description-md5: 0731fc46c1b1fae2ba6f6b1105017640 Description-en: Macedonian language pack for Firefox This package contains Macedonian translations and search plugins for Firefox Package: firefox-locale-ml Description-md5: 90093d1da853cba1ef56fb07a5d3ccff Description-en: Malayalam language pack for Firefox This package contains Malayalam translations and search plugins for Firefox Package: firefox-locale-mn Description-md5: bc79d90071e5d3639a93287638590a8e Description-en: Transitional package for unavailable language This language is unavailable for the current version of Firefox . This is an empty transitional package to ensure a clean upgrade process. You can safely remove this package after installation. Package: firefox-locale-mr Description-md5: b7ac24ce2d3f6d087e9a9bbf9c956d6a Description-en: Marathi language pack for Firefox This package contains Marathi translations and search plugins for Firefox Package: firefox-locale-nb Description-md5: 8a05e67a1c0fa64d86a13ead1dbd4981 Description-en: Bokmål, Norwegian; Norwegian Bokmål language pack for Firefox This package contains Bokmål, Norwegian; Norwegian Bokmål translations and search plugins for Firefox Package: firefox-locale-nl Description-md5: c8c7d0f350530c7041fcfc71d8f297a2 Description-en: Dutch; Flemish language pack for Firefox This package contains Dutch; Flemish translations and search plugins for Firefox Package: firefox-locale-nn Description-md5: a2434677506d5d2ae1b6f340d5e3b2ee Description-en: Norwegian Nynorsk; Nynorsk, Norwegian language pack for Firefox This package contains Norwegian Nynorsk; Nynorsk, Norwegian translations and search plugins for Firefox Package: firefox-locale-nso Description-md5: bc79d90071e5d3639a93287638590a8e Description-en: Transitional package for unavailable language This language is unavailable for the current version of Firefox . This is an empty transitional package to ensure a clean upgrade process. You can safely remove this package after installation. Package: firefox-locale-oc Description-md5: bc79d90071e5d3639a93287638590a8e Description-en: Transitional package for unavailable language This language is unavailable for the current version of Firefox . This is an empty transitional package to ensure a clean upgrade process. You can safely remove this package after installation. Package: firefox-locale-or Description-md5: 5135d4190ce2532be58c91c5fd3f319b Description-en: Oriya language pack for Firefox This package contains Oriya translations and search plugins for Firefox Package: firefox-locale-pa Description-md5: 3bfbd21e289c4d4ef3e9bd89d92a048f Description-en: Panjabi; Punjabi language pack for Firefox This package contains Panjabi; Punjabi translations and search plugins for Firefox Package: firefox-locale-pl Description-md5: ffd73141d32fab7a8990d3663208d5ae Description-en: Polish language pack for Firefox This package contains Polish translations and search plugins for Firefox Package: firefox-locale-pt Description-md5: ba400e83844c93550cd9bbb88c3f610f Description-en: Portuguese language pack for Firefox This package contains Portuguese translations and search plugins for Firefox Package: firefox-locale-ro Description-md5: bfe768497923b95b007c38b40a8b5c77 Description-en: Romanian language pack for Firefox This package contains Romanian translations and search plugins for Firefox Package: firefox-locale-ru Description-md5: b936b6c575ae73b427a148a37de4ebd1 Description-en: Russian language pack for Firefox This package contains Russian translations and search plugins for Firefox Package: firefox-locale-si Description-md5: d336ad9f3d64d9c8b369c2627a15f388 Description-en: Sinhala; Sinhalese language pack for Firefox This package contains Sinhala; Sinhalese translations and search plugins for Firefox Package: firefox-locale-sk Description-md5: 66f1264b5485237c1ea88079ced9a6a4 Description-en: Slovak language pack for Firefox This package contains Slovak translations and search plugins for Firefox Package: firefox-locale-sl Description-md5: 6fe2fc03696fbf18b2bf180914ee1eb3 Description-en: Slovenian language pack for Firefox This package contains Slovenian translations and search plugins for Firefox Package: firefox-locale-sq Description-md5: 6c9c10ead9f18734cd4a77e1c53deb4a Description-en: Albanian language pack for Firefox This package contains Albanian translations and search plugins for Firefox Package: firefox-locale-sr Description-md5: 8d2109908f20a4405f139a82593c158f Description-en: Serbian language pack for Firefox This package contains Serbian translations and search plugins for Firefox Package: firefox-locale-sv Description-md5: 2ea193ea12432f41b53f83a470b59148 Description-en: Swedish language pack for Firefox This package contains Swedish translations and search plugins for Firefox Package: firefox-locale-sw Description-md5: bc79d90071e5d3639a93287638590a8e Description-en: Transitional package for unavailable language This language is unavailable for the current version of Firefox . This is an empty transitional package to ensure a clean upgrade process. You can safely remove this package after installation. Package: firefox-locale-ta Description-md5: 6ccedad7af96901a91334720c56bd490 Description-en: Tamil language pack for Firefox This package contains Tamil translations and search plugins for Firefox Package: firefox-locale-te Description-md5: d66752b03661f62d700263ab82e868e7 Description-en: Telugu language pack for Firefox This package contains Telugu translations and search plugins for Firefox Package: firefox-locale-th Description-md5: cc27bcd11daedf111f9aab87632f7263 Description-en: Thai language pack for Firefox This package contains Thai translations and search plugins for Firefox Package: firefox-locale-tr Description-md5: 3c205697910b54cdfc483ed64de82490 Description-en: Turkish language pack for Firefox This package contains Turkish translations and search plugins for Firefox Package: firefox-locale-uk Description-md5: ba467b5c78e88b367e14f3ac484d3816 Description-en: Ukrainian language pack for Firefox This package contains Ukrainian translations and search plugins for Firefox Package: firefox-locale-vi Description-md5: e187907de9840d733e0c8a14eafc65ef Description-en: Vietnamese language pack for Firefox This package contains Vietnamese translations and search plugins for Firefox Package: firefox-locale-zh-hans Description-md5: 3e3ba5b1c9c87d325f38630cc1f5f593 Description-en: Simplified Chinese language pack for Firefox This package contains Simplified Chinese translations and search plugins for Firefox Package: firefox-locale-zh-hant Description-md5: 344951ca63511f11ceb711b1ac9aa10f Description-en: Traditional Chinese language pack for Firefox This package contains Traditional Chinese translations and search plugins for Firefox Package: firefox-locale-zu Description-md5: 17c6d848071fd7a4338f4653918fe50f Description-en: Zulu language pack for Firefox This package contains Zulu translations and search plugins for Firefox Package: freeradius Description-md5: 55219a1267c72db69e230159726b4e4e Description-en: high-performance and highly configurable RADIUS server FreeRADIUS is a high-performance RADIUS server with support for: - many vendor-specific attributes - proxying and replicating requests by any criteria - authentication on system passwd, SQL, Kerberos, LDAP, users file, or PAM - multiple DEFAULT configurations - regexp matching in string attributes and lots more. Package: freeradius-common Description-md5: 1c7945f97894906b5aaee9b087c2f56c Description-en: FreeRADIUS common files This package contains common files used by several of the other packages from the FreeRADIUS project. Package: freeradius-dbg Description-md5: 105d232caa700371774afccdc8cf3bd3 Description-en: debug symbols for the FreeRADIUS packages FreeRADIUS is a modular, high performance and feature-rich RADIUS server. This package contains the detached debugging symbols for the Debian FreeRADIUS packages. Package: freeradius-utils Description-md5: 60c2c453c2c27871c03c6323f1d4cf90 Description-en: FreeRADIUS client utilities This package contains various client programs and utilities from the FreeRADIUS Server project, including: - radclient - radeapclient - radlast - radsniff - radsqlrelay - radtest - radwho - radzap - rlm_dbm_cat - rlm_dbm_parser - rlm_ippool_tool - smbencrypt Package: gimp Description-md5: 9aae3461a2accba15cf37358acd2564d Description-en: The GNU Image Manipulation Program GIMP is an advanced picture editor. You can use it to edit, enhance, and retouch photos and scans, create drawings, and make your own images. Lots of tools are available; you can sharpen and resize photos, and remove dust and red-eyes, for example. . It has a large collection of professional-level editing tools and filters, similar to the ones you might find in PhotoShop. Numerous fine-control settings and features like layers, paths, masks, and scripting give you total control over your images. . Many image file formats are supported, including JPEG, PhotoShop (.psd), and Paint Shop Pro (.psp) files. It can also be used to scan and print photos. Package: gimp-data Description-md5: f70d84aecd044d27d27535082275ce75 Description-en: Data files for GIMP This package contains architecture-independent supporting data files for use with GIMP. Package: gimp-dbg Description-md5: 2f9db4a750267fb9aae49799596bcd26 Description-en: Debugging symbols for GIMP This package includes the debugging symbols useful for debugging GIMP and its libraries, contained in the gimp and libgimp2.0 packages. The debugging symbols are used for execution tracing and core dump analysis. Package: gir1.2-ebook-1.2 Description-md5: eee3f328364fb5b2eb00182c350108b8 Description-en: GObject introspection for the EBook library The data server, called "Evolution Data Server" is responsible for managing calendar and addressbook information. . This package contains introspection data for the libeebook library. It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-ecalendar-1.2 Description-md5: e0f5f2f72110b76903f8f3458655312a Description-en: GObject introspection for the ECalendar library Evolution is the integrated mail, calendar, task and address book distributed suite from Novell, Inc. . This package contains introspection data for the libecal library. It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-edataserver-1.2 Description-md5: 2ec1ed52300f0467a0d5460ca0faa785 Description-en: GObject introspection for the EDataServer library The data server, called "Evolution Data Server" is responsible for managing calendar and addressbook information. . This package contains introspection data for the libedataserver library. It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-goa-1.0 Description-md5: 32742d5948429e16ebbc1aef9ea991b1 Description-en: Introspection data for GNOME Online Accounts This package contains the GNOME Online Accounts service, which provides a centralized place for managing online accounts (Google, etc) for the GNOME desktop. . This package can be used by other packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-gtk-3.0 Description-md5: f16f9e8db01aaaf8ce43a52cf10f4f37 Description-en: GTK+ graphical user interface library -- gir bindings 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 can be used by other packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-polkit-1.0 Description-md5: 4f1754998d1990ea4af7a70d3a9b9278 Description-en: GObject introspection data for PolicyKit PolicyKit is a toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes. . This package contains introspection data for PolicyKit. . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-poppler-0.18 Description-md5: 6b6381807b3c5b1b31f06935b5817c74 Description-en: GObject introspection data for poppler-glib Poppler is a PDF rendering library based on Xpdf PDF viewer. . This package contains introspection data for poppler-glib. . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-rsvg-2.0 Description-md5: a992477456c546e734bee1939289530a Description-en: gir files for renderer library for SVG files The rsvg library is an efficient renderer for Scalable Vector Graphics (SVG) pictures. . This package contains gobject introspection information. Package: gir1.2-udisks-2.0 Description-md5: f5f1b5062052b10eabb6cc3d51d6bd13 Description-en: GObject based library to access udisks2 - introspection data The udisks daemon serves as an interface to system block devices, implemented via D-Bus. It handles operations such as querying, mounting, unmounting, formatting, or detaching storage devices such as hard disks or USB thumb drives. . This package provides introspection data for libudisks. It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-unity-webapps-0.2 Description-md5: aa958933c4aff1c55b3d2a05924987fa Description-en: GObject introspection data for the UnityWebapps library This package contains introspection data for the UnityWebapps library. . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: glance Description-md5: d72e12fa21290d21a54b74e8480abad1 Description-en: OpenStack Image Registry and Delivery Service - Daemons The Glance project provides an image registration and discovery service and an image delivery service. These services are used in conjunction by Nova to deliver images from object stores, such as OpenStack's Swift service, to Nova's compute nodes. . This package contains the daemons. Package: glance-api Description-md5: 91a396534121f66756955268a540ae83 Description-en: OpenStack Image Registry and Delivery Service - API The Glance project provides an image registration, discovery and delivery service. These services may be used as stand-along services, and they may also be used by Nova to deliver images from object stores, such as OpenStack's Swift service, to Nova's compute nodes. . This package contains the glance api server. Package: glance-common Description-md5: 30114b8292754cb9dbc0df08ef8677a6 Description-en: OpenStack Image Registry and Delivery Service - Common The Glance project provides an image registration, discovery and delivery service. These services may be used as stand-along services, and they may also be used by Nova to deliver images from object stores, such as OpenStack's Swift service, to Nova's compute nodes. . This package contains the glance common. Package: glance-registry Description-md5: fe9b1490f5110376f973da81ebc05838 Description-en: OpenStack Image Registry and Delivery Service - Registry The Glance project provides an image registration, discovery and delivery service. These services may be used as stand-along services, and they may also be used by Nova to deliver images from object stores, such as OpenStack's Swift service, to Nova's compute nodes. . This package contains the glance registry server. Package: glibc-doc Description-md5: a18f034f12bb433c4170fa9c5b4621ec Description-en: Embedded GNU C Library: Documentation Contains The GNU C Library Reference manual in info and html format as well as the man pages for libpthread functions and the complete GNU C Library ChangeLog. Package: gnome-online-accounts Description-md5: fab27d4f23d8bb1141d68ba95c8a6412 Description-en: GNOME Online Accounts This package contains the GNOME Online Accounts service, which provides a centralized place for managing online accounts (Google, etc) for the GNOME desktop. Package: gnome-screensaver Description-md5: 4dad587fa91113f99b8fc502d8ecfc68 Description-en: GNOME screen saver and locker gnome-screensaver is a screen saver and locker that aims to have simple, sane and secure defaults, and be well integrated with the GNOME desktop. . It is designed to support, among other things: . * the ability to lock down configuration settings * translation into other languages * user switching Package: gnupg Description-md5: 8bbdb812806fb623e26b7b93f549c74b Description-en: 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. . GnuPG does not use any patented algorithms. This means it cannot be compatible with PGP2, because that uses IDEA (which is patented in a number of countries). Package: gnupg-agent Description-md5: dcf7e2d3c3f22b87f14eec4c0034623c Description-en: GNU privacy guard - password agent 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 RFC2440. . This package contains the agent program gpg-agent which keeps a temporary secure storage of your passphrases. Package: gnupg2 Description-md5: bc5f056bcf1325a9dbf2ba884ea744db Description-en: GNU privacy guard - a free PGP replacement (new v2.x) 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 RFC2440. . GnuPG 2.x is the new modularized version of GnuPG supporting OpenPGP and S/MIME. . GnuPG does not use any patented algorithms so it cannot be compatible with PGP2 because it uses IDEA (which is patented worldwide). Package: gnutls-bin Description-md5: 33f669c0eda9ac17638870658371c713 Description-en: GNU TLS library - commandline utilities 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 a commandline interface to the GNU TLS library, which can be used to set up secure connections from e.g. shell scripts, debugging connection issues or managing certificates. Package: gnutls-doc Description-md5: 0cf5a8771cafcd619336f37af75b9a7c Description-en: GNU TLS library - documentation and examples 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 all the GnuTLS documentation. Package: gpgv Description-md5: 19709c7fc27595437225fd34d295b347 Description-en: 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. Package: graphviz Description-md5: 3596bf983eb939217c51507635922cde Description-en: rich set of graph drawing tools Graph drawing addresses the problem of visualizing structural information by constructing geometric representations of abstract graphs and networks. Automatic generation of graph drawings has important applications in key technologies such as database design, software engineering, VLSI and network design and visual interfaces in other domains. Situations where these tools might be particularly useful include: . * you would like to restructure a program and first need to understand the relationships between its types, procedures, and source files * you need to find the bottlenecks in an Internet backbone - not only individual links, but their relationships * you're debugging a protocol or microarchitecture represented as a finite state machine and need to figure out how a certain error state arises * you would like to browse a database schema, knowledge base, or distributed program represented graphically * you would like to see an overview of a collection of linked documents * you would like to discover patterns and communities of interest in a database of telephone calls or e-mail messages . This package contains the command-line tools. Package: graphviz-dev Description-md5: 9f63b6f413c4d84a0c3d45a554d3697b Description-en: transitional package for graphviz-dev rename Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package is targeted at easing the upgrade from older graphviz-dev to the new libgraphviz-dev package. . This package can be purged at anytime once the libgraphviz-dev package has been installed. Package: graphviz-doc Description-md5: f78e17da4b5250c519aa60f99d9c7a3c Description-en: additional documentation for graphviz Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package installs HTML and PDF documentation for Graphviz, as well as examples. Package: gtk-3-examples Description-md5: 20d01ceb8b030c4e6e1bcf1ff939c8a6 Description-en: example files for GTK+ 3 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 example files and a demonstration program for GTK+3. Package: haproxy Description-md5: 29390feb7563fd9f1e74f245bf31a64c Description-en: fast and reliable load balancing reverse proxy HAProxy is a TCP/HTTP reverse proxy which is particularly suited for high availability environments. It features connection persistence through HTTP cookies, load balancing, header addition, modification, deletion both ways. It has request blocking capabilities and provides interface to display server status. Package: hpijs Description-md5: 132b195bf06a74c9b2fb36d33b80b2ba Description-en: transitional dummy package for hpijs printer driver This is a transitional dummy package to transition to uniformly named printer-driver-hpijs. Package: hplip Description-md5: 2c0bf2568da19b1e4a1da75410d4aa8a Description-en: HP Linux Printing and Imaging System (HPLIP) The HP Linux Printing and Imaging System provides full support for printing on most HP SFP (single function peripheral) inkjets and many LaserJets, and for scanning, sending faxes and for photo-card access on most HP MFP (multi-function peripheral) printers. . HPLIP is composed of: * System services to handle communications with the printers * HP CUPS backend driver (hp:) with bi-directional communication with HP printers (provides printer status feedback to CUPS and enhanced HPIJS functionality such as 4-side full-bleed printing support) * HP CUPS backend driver for sending faxes (hpfax:) * hpcups CUPS Raster driver to turn rasterized input from the CUPS filter chain into the printer's native format (PCL, LIDIL, ...). (hpcups is shipped in a separate package) * HPIJS Ghostscript IJS driver to rasterize output from PostScript(tm) files or from any other input format supported by Ghostscript, and also for PostScript(tm) to fax conversion support (HPIJS is shipped in a separate package) * Command line utilities to perform printer maintenance, such as ink-level monitoring or pen cleaning and calibration * GUI and command line utility to download data from the photo card interfaces in MFP devices * GUI and command line utilities to interface with the fax functions * A GUI toolbox to access all these functions in a friendly way * HPAIO SANE backend (hpaio) for flatbed and Automatic Document Feeder (ADF) scanning using MFP devices . USB, JetDirect (network) and parallel-port devices are supported. Package: hplip-data Description-md5: fff306588096500393b2918a3741076c Description-en: HP Linux Printing and Imaging - data files This package contains data files and PPDs for the HP Linux Printing and Imaging System. Package: hplip-dbg Description-md5: f40a4bbbac3bb9935c72dabd1680002b Description-en: HP Linux Printing and Imaging - debugging information This package contains debugging symbolic information for all the binaries and libraries in the hplip and hpijs packages. . It is useful for generating backtraces using debuggers like gdb and to get better information from tools like ltrace. Package: hplip-doc Description-md5: 2ff3f20ad47bc83fe950ed640ee5990c Description-en: HP Linux Printing and Imaging - documentation This package contains the full documentation for the HP Linux Printing and Imaging System for off-line reading. It includes the documentation for the HPIJS IJS driver as well. Package: hv-kvp-daemon-init Description-md5: aeee2dcb31829662bc4187eca38f4551 Description-en: Init Script for starting hv_kvp_daemon to support KVP Protocol The init script starts the user-land daemon for supporting the KVP protocol on Microsoft Hyper-V instances. The KVP protocol provides key-pair exchanges between the kernel and the hyper-visor and is used to report instance demographic details back to Hyper-V. Package: icedtea-7-jre-jamvm Description-md5: a3b67c2c3683232269f84a02ede3fd4b Description-en: Alternative JVM for OpenJDK, using JamVM The package provides an alternative runtime using the JamVM. This is a somewhat faster alternative than the Zero port on architectures like armel, mips, mipsel, powerpc. . The VM is started with the option `-jamvm'. See the README.Debian for details. Package: icedtea-7-plugin Description-md5: 73779ff36047046383e1c1bd3e13a884 Description-en: web browser plugin based on OpenJDK and IcedTea to execute Java applets IcedTeaPlugin is a web browser plugin to execute Java applets, supporting LiveConnect/JavaScript. It is targeted for xulrunner-1.9 and compatible browsers that support the NPAPI. Package: icedtea-netx Description-md5: 052037f44a864c63fefe21804d48141f Description-en: NetX - implementation of the Java Network Launching Protocol (JNLP) NetX provides a drop-in replacement for javaws (Java Web Start). Since upstream NetX is dormant, IcedTea is hosting and modifying the sources in the IcedTea-Web directory. . IcedTea's NetX currently supports verification of signed jars, trusted certificate storing, system certificate store checking, and provides the services specified by the jnlp API. Package: icedtea-netx-common Description-md5: f1e89cc323726441544f1bc048dd4946 Description-en: NetX - implementation of the Java Network Launching Protocol (JNLP) NetX provides a drop-in replacement for javaws (Java Web Start). Since upstream NetX is dormant, IcedTea is hosting and modifying the sources in the IcedTea-Web directory. . This package contains the architecture independent files. Package: icedtea-plugin Description-md5: 6da6e3fbb572567cdab3a35a85e93560 Description-en: web browser plugin to execute Java applets (dependency package) IcedTeaPlugin is a web browser plugin to execute Java applets, supporting LiveConnect/JavaScript. It is targeted for xulrunner-1.9 and compatible browsers that support the NPAPI. . This is a dependency package, it can be safely removed after upgrade. Package: icu-doc Description-md5: 85b63ef20f81e6ed56386e76f65f4297 Description-en: API documentation for ICU classes and functions ICU is a C++ and C library that provides robust and full-featured Unicode and locale support. This package contains HTML files documenting the ICU APIs. Package: idle-python2.7 Description-md5: 1fd93a936611995336444949b73d0b8a Description-en: IDE for Python (v2.7) using Tkinter IDLE is an Integrated Development Environment for Python (v2.7). IDLE is written using Tkinter and therefore quite platform-independent. Package: idle-python3.2 Description-md5: 1d2156d9f015d0d79a38a321304693b4 Description-en: IDE for Python (v3.2) using Tkinter IDLE is an Integrated Development Environment for Python (v3.2). IDLE is written using Tkinter and therefore quite platform-independent. Package: imagemagick Description-md5: 7c91199cdb23d3f0345a662d072b5a37 Description-en: image manipulation programs ImageMagick is a software suite to create, edit, and compose bitmap images. It can read, convert and write images in a variety of formats (over 100) including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. Use ImageMagick to translate, flip, mirror, rotate, scale, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves. All manipulations can be achieved through shell commands as well as through an X11 graphical interface (display). Package: imagemagick-common Description-md5: 374ab3990448f9e5ee5a8ddca297d3a4 Description-en: image manipulation programs -- infrastructure imagemagick-common contains the filesystem infrastructure required for further installation of imagemagick in any configuration; it does not provide a full installation of binaries, libraries, and utilities required to run imagemagick. Package: imagemagick-dbg Description-md5: bcd82c976803bc08e1948c79a714f76d Description-en: debugging symbols for ImageMagick This package contains the debugging symbols for ImageMagick, a software suite to create, edit, and compose bitmap images. Package: imagemagick-doc Description-md5: 5d9b7cb104f5e68c9f08614fbae829f9 Description-en: document files of ImageMagick This package contains the document files shipped with ImageMagick, a software suite to create, edit, and compose bitmap images. Package: initramfs-tools Description-md5: a490e1911ad8a5615a7f99c834d1a8d0 Description-en: tools for generating an initramfs This package contains tools to create and boot an initramfs for packaged 2.6 Linux kernel. The initramfs is a gzipped cpio archive. At boot time, the kernel unpacks that archive into RAM, mounts and uses it as initial root file system. The mounting of the real root file system occurs in early user space. klibc provides utilities to setup root. Having the root on MD, LVM2, LUKS or NFS is also supported. Any boot loader with initrd support is able to load an initramfs archive. Package: initramfs-tools-bin Description-md5: 14e601bd8c0a0905d238d89be3036fa8 Description-en: binaries used by initramfs-tools This package contains binaries used inside the initramfs images generated by initramfs-tools. Package: inkscape Description-md5: fed6589659211fb40b80d03dda6e5675 Description-en: vector-based drawing program Inkscape loads and saves a subset of the SVG (Scalable Vector Graphics) format, a standard maintained by the WWW consortium. . Inkscape user interface should be familiar from CorelDraw and similar drawing programs. There are rectangles, ellipses, text items, bitmap images and freehand curves. As an added bonus, both vector and bitmap objects can have alpha transparency and can be arbitrarily transformed. . Inkscape supports multiple opened files and multiple views per file. Graphics can be printed and exported to png bitmaps. . Some of the import and export features are provided using the packages dia, libwmf-bin, pstoedit, skencil, imagemagick, and perlmagick. . Other extensions use ruby, libxml-xql-perl, python-numpy, and python-lxml. You must have these packages to make full use of all extensions and effects. . If you want to use the spellchecker, you have to install aspell and the respective language-pack, e.g. aspell-en or aspell-de. Package: kdelibs-bin Description-md5: 8c1a7b51c921c425f6300691dd629da4 Description-en: core executables for KDE Applications This package contains common core executables used by all KDE Applications. . This package is part of the KDE Development Platform libraries module. Package: kdelibs5-data Description-md5: 2bd024f64244b4a4f31312afcf299c8d Description-en: core shared data for all KDE Applications This package contains architecture-independent data files needed to run KDE Applications. . This package is part of the KDE Development Platform libraries module. Package: kdelibs5-dbg Description-md5: 5267f8d9119e5ba93ffb45270c660c6c Description-en: debugging symbols for the KDE Development Platform libraries This package contains debugging files used to investigate problems with binaries included in the KDE Development Platform libraries module. . This package is part of the KDE Development Platform libraries module. Package: kdelibs5-dev Description-md5: 4143b0754ef485c998c2c10e78ae60ce Description-en: development files for the KDE Development Platform libraries This package contains development files for building KDE Applications and other software that uses the KDE Development Platform libraries. . This package is part of the KDE Development Platform libraries module. Package: kdoctools Description-md5: 238d6e603fc4c3e7e34babe8e5e78683 Description-en: various tools for accessing application documentation This package provides KDE documentation tools (including the "help" KIO slave) for accessing documentation of KDE and GNOME applications. . This package is part of the KDE Development Platform libraries module. Package: keystone Description-md5: 27421a6db50f80b519e733aec71dae10 Description-en: OpenStack identity service - Daemons Keystone is a proposed independent authentication service for OpenStack. . This initial proof of concept aims to address the current use cases in Swift and Nova which are: . * REST-based, token auth for Swift * many-to-many relationship between identity and tenant for Nova. Keystone does authentication and stuff . This package contains the daemons. Package: keystone-doc Description-md5: 42b26822f99c12d16268512a33f6dfd9 Description-en: OpenStack identity service - Documentation Keystone is a proposed independent authentication service for OpenStack. . This initial proof of concept aims to address the current use cases in Swift and Nova which are: . * REST-based, token auth for Swift * many-to-many relationship between identity and tenant for Nova. Keystone does authentication and stuff . This package contains the documentation. Package: kvm Description-md5: 770c6f1f7fe6d217706484c7e54ec5d9 Description-en: dummy transitional package from kvm to qemu-kvm This transitional package helps users transition from the kvm package to the qemu-kvm package. Once this package and its dependencies are installed you can safely remove it. Package: language-selector-common Description-md5: 2289b4df765931b87d6dfc592bc87ebc Description-en: 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: language-selector-gnome Description-md5: 788d18b75f9a70e3ac7605d12641951d Description-en: Language selector for Ubuntu This package let you change and install language packs in Ubuntu. . This package contains the GTK+ frontend. Package: libapache2-mod-php5 Description-md5: 749060f1be9f814877d6d2a539d14d5b Description-en: 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 json 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. Package: libapt-inst1.5 Description-md5: 5df05e67cb17e91ac56a732061d88850 Description-en: 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. Package: libapt-pkg-dev Description-md5: 8e463f77664788b23a47f5ac592f4595 Description-en: development files for APT's libapt-pkg and libapt-inst This package contains the header files and libraries for developing with APT's libapt-pkg Debian package manipulation library and the libapt-inst deb/tar/ar library. Package: libapt-pkg-doc Description-md5: decce989b471f196cddabf52bee63592 Description-en: documentation for APT development This package contains documentation for development of the APT Debian package manipulation program and its libraries. . This includes the source code documentation generated by doxygen in html format. Package: libapt-pkg4.12 Description-md5: c7584b884ab52c1972b8736fef25ad35 Description-en: package managment 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). Package: libasm-dev Description-md5: 013678075a0c3718f0cb70bbd4172cbb Description-en: libasm development libraries and header files libasm1 allows you to create ELF files on a low level. . This package contains development libraries and header files for libasm1. Package: libasm1 Description-md5: 109ac518b441c307fe4c75e886e56331 Description-en: library with a programmable assembler interface The libasm1 package provides a library with a programmable assembler interface. It allows you to create ELF files on a low level. . This library is part of elfutils. Package: libaudio-dev Description-md5: 64f0a82f05b3c53e80a2a946147df4f5 Description-en: Network Audio System - development files The Network Audio System (NAS) was developed by NCD for playing, recording, and manipulating audio data over a network. Like the X Window System, it uses the client/server model to separate applications from the specific drivers that control audio input and output devices. . This package contains the header files and static library (libaudio.a), needed for development of programs using NAS. Package: libaudio2 Description-md5: e406a6ba4c2219d0fa8de179e6be344c Description-en: Network Audio System - shared libraries The Network Audio System (NAS) was developed by NCD for playing, recording, and manipulating audio data over a network. Like the X Window System, it uses the client/server model to separate applications from the specific drivers that control audio input and output devices. . This package contains the NAS library (libaudio), needed for both remote and local output. Package: libav-dbg Description-md5: 4883fccf171ba58bee24c569eb7b0345 Description-en: Debug symbols for Libav related packages Libav is a complete, cross-platform solution to decode, encode, record, convert and stream audio and video. . This package contains debug data of the Libav related shared libraries. . Most people will not need this package. Please install it to produce useful stacktraces to help debugging the Libav library. Package: libav-doc Description-md5: e1b6e29d8d3ee890016d0afc785a0596 Description-en: Documentation of the Libav API Libav is a complete, cross-platform solution to decode, encode, record, convert and stream audio and video. . This package contains the html doxygen documentation of the Libav API. . Only application developers will find this package useful. Package: libav-tools Description-md5: 0911282df0f4b0ccab197667699075b4 Description-en: Multimedia player, server, encoder and transcoder Libav is a complete, cross-platform solution to decode, encode, record, convert and stream audio and video. . This package contains the avplay multimedia player, the avserver streaming server, the avconv audio and video encoder, and the avprobe stream analyzer. They support most existing file formats (AVI, MPEG, OGG, Matroska, ASF...) and encoding formats (MPEG, DivX, MPEG4, AC3, DV...). Additionally, it contains the qt-faststart utility which rearranges Quicktime files to facilitate network streaming. Package: libavcodec-dev Description-md5: dbbfe8ba88ea77a86c51d6548a08bbe4 Description-en: Development files for libavcodec Libav is a complete, cross-platform solution to decode, encode, record, convert and stream audio and video. . This is the codec library from Libav. It supports most existing encoding formats (MPEG, DivX, MPEG4, AC3, DV...). . This package contains the header files and static libraries needed to compile applications or shared objects that use libavcodec. Package: libavcodec53 Description-md5: 5f84501419e837b17ce3db3bce1ea636 Description-en: Libav codec library Libav is a complete, cross-platform solution to decode, encode, record, convert and stream audio and video. . This is the codec library from Libav (both encoding and decoding). . It supports most existing codecs (MPEG, MPEG2, MPEG4, AC3, DV...). Package: libavdevice-dev Description-md5: d1a143a45e429a3ceda0d58733f017aa Description-en: Development files for libavdevice Libav is a complete, cross-platform solution to decode, encode, record, convert and stream audio and video. . This is the device handling library from Libav. . This package contains the header files and static libraries needed to compile applications or shared objects that use libavdevice. Package: libavdevice53 Description-md5: 749c8f83866b20c4cc64ea76a0e145de Description-en: Libav device handling library Libav is a complete, cross-platform solution to decode, encode, record, convert and stream audio and video. . This is the device handling library from Libav. Package: libavfilter-dev Description-md5: ecbb9d2a01e9cb4ef59f02b92dbfd55e Description-en: Development files for libavfilter Libav is a complete, cross-platform solution to decode, encode, record, convert and stream audio and video. . This is the video filtering library from Libav. . This package contains the header files and static libraries needed to compile applications or shared objects that use libavfilter. Package: libavfilter2 Description-md5: b3ffe3ea2238f3fde78a2d51145467fc Description-en: Libav video filtering library Libav is a complete, cross-platform solution to decode, encode, record, convert and stream audio and video. . This is the video filtering library from Libav. Package: libavformat-dev Description-md5: a12d6dbfdd1f3cd14055f14bf26eb067 Description-en: Development files for libavformat Libav is a complete, cross-platform solution to decode, encode, record, convert and stream audio and video. . This is the demuxer library from Libav. It supports most existing file formats (AVI, MPEG, OGG, Matroska, ASF...). . This package contains the header files and static libraries needed to compile applications or shared objects that use libavformat. Package: libavformat53 Description-md5: 464655e4bb8f0f07e6e1f702e07fb04c Description-en: Libav file format library Libav is a complete, cross-platform solution to decode, encode, record, convert and stream audio and video. . This is the library for handling file formats from Libav. . It supports most existing file formats (AVI, MPEG, OGG, Matroska, ASF...). Package: libavutil-dev Description-md5: 7c9bb8e9578ac880019a066991fefbcb Description-en: Development files for libavutil Libav is a complete, cross-platform solution to decode, encode, record, convert and stream audio and video. . This is the common utility library from Libav. . This package contains the header files and static libraries needed to compile applications or shared objects that use libavutil. Package: libavutil51 Description-md5: 5474c0d7634f2c2a9b642ce3c78d1c79 Description-en: Libav utility library Libav is a complete, cross-platform solution to decode, encode, record, convert and stream audio and video. . This is the common utility library from Libav. It contains shared code used by all other Libav libraries. Package: libbind-dev Description-md5: 2224f8c1f8613ab53bfc2393a6add6a6 Description-en: Static Libraries and Headers used by BIND This package delivers archive-style libraries, header files, and API man pages for libbind, libdns, libisc, and liblwres. These are only needed if you want to compile other packages that need more nameserver API than the resolver code provided in libc. Package: libbind9-80 Description-md5: 54e2889a8502320ca468efcbd1b48934 Description-en: 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. Package: libboost-date-time1.49-dev Description-md5: fca468edfa68f3723647bff7a2ed63c3 Description-en: set of date-time libraries based on generic programming concepts This package forms part of the Boost C++ Libraries collection. . These libraries are intended to make programming with dates and times almost as simple and natural as programming with strings and integers. Package: libboost-date-time1.49.0 Description-md5: fca468edfa68f3723647bff7a2ed63c3 Description-en: set of date-time libraries based on generic programming concepts This package forms part of the Boost C++ Libraries collection. . These libraries are intended to make programming with dates and times almost as simple and natural as programming with strings and integers. Package: libboost-iostreams1.49-dev Description-md5: c5f42432b54f040f1daea1900a535e47 Description-en: Boost.Iostreams Library development files 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. Package: libboost-iostreams1.49.0 Description-md5: 3c388d3a296c3c5ceb93d6073902d96e Description-en: 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. Package: libboost-program-options1.49-dev Description-md5: 9ab9e15257fa51221c16c7f0a9e40597 Description-en: program options library for C++ This package forms part of the Boost C++ Libraries collection. . Library to let program developers obtain program options, that is (name, value) pairs from the user, via conventional methods such as command line and config file. Package: libboost-program-options1.49.0 Description-md5: 9ab9e15257fa51221c16c7f0a9e40597 Description-en: program options library for C++ This package forms part of the Boost C++ Libraries collection. . Library to let program developers obtain program options, that is (name, value) pairs from the user, via conventional methods such as command line and config file. Package: libboost-python1.49-dev Description-md5: 8c2dd471f4dbeb52cefdbe65edd291f7 Description-en: Boost.Python Library development files This package forms part of the Boost C++ Libraries collection. . The Boost Python Library is used to quickly and easily export a C++ library to Python such that the Python interface is very similar to the C++ interface. It is designed to be minimally intrusive on your C++ design. In most cases, you should not have to alter your C++ classes in any way in order to use them with Boost.Python. The system should simply "reflect" your C++ classes and functions into Python. The major features of Boost.Python include support for: Subclassing extension types in Python, Overriding virtual functions in Python, Member function Overloading, Automatic wrapping of numeric operators among others. . This package also contains the pyste Boost.Python code generator that allows the user to specify classes and functions to be exported using a simple interface file, which following the Boost.Python's philosophy, is simple Python code. . This package allows development of a Python interface for all current versions of Python in Debian. Code using this library will need also one of the Python development packages. Package: libboost-python1.49.0 Description-md5: 1fd3f0310a5498412ebe02c4766ff0b1 Description-en: Boost.Python Library This package forms part of the Boost C++ Libraries collection. . The Boost Python Library is used to quickly and easily export a C++ library to Python such that the Python interface is very similar to the C++ interface. It is designed to be minimally intrusive on your C++ design. In most cases, you should not have to alter your C++ classes in any way in order to use them with Boost.Python. The system should simply "reflect" your C++ classes and functions into Python. The major features of Boost.Python include support for: Subclassing extension types in Python, Overriding virtual functions in Python, Member function Overloading, Automatic wrapping of numeric operators among others. . One of the python interpreter packages is required to use the created extensions. Package: libboost-regex1.49-dev Description-md5: 798250c772fac56d605e432dcc6fe14f Description-en: regular expression library for C++ This package forms part of the Boost C++ Libraries collection. . Regular expressions are a form of pattern-matching that are often used in text processing; many users will be familiar with the Unix utilities grep, sed and awk, and the programming language perl, each of which make extensive use of regular expressions. Traditionally C++ users have been limited to the POSIX C APIs for manipulating regular expressions, and while regex does provide these APIs, they do not represent the best way to use the library. For example regex can cope with wide character strings, or search and replace operations (in a manner analogous to either sed or perl), something that traditional C libraries can not do. Package: libboost-regex1.49.0 Description-md5: 798250c772fac56d605e432dcc6fe14f Description-en: regular expression library for C++ This package forms part of the Boost C++ Libraries collection. . Regular expressions are a form of pattern-matching that are often used in text processing; many users will be familiar with the Unix utilities grep, sed and awk, and the programming language perl, each of which make extensive use of regular expressions. Traditionally C++ users have been limited to the POSIX C APIs for manipulating regular expressions, and while regex does provide these APIs, they do not represent the best way to use the library. For example regex can cope with wide character strings, or search and replace operations (in a manner analogous to either sed or perl), something that traditional C libraries can not do. Package: libboost-serialization1.49-dev Description-md5: 94da985e07c2397fc71a3f86ec4da7dd Description-en: serialization library for C++ This package forms part of the Boost C++ Libraries collection, containing the following functionalities: . * proper restoration of pointers to shared data * serialization of STL containers and other commonly used templates * data portability - streams of bytes created on one platform should be readable on any other * archive interface must be rich enough to permit the creation of an archive that presents serialized data as XML in a useful manner . Here, "serialization" means the reversible deconstruction of an arbitrary set of C++ data structures to a sequence of bytes. archive: to refer to a specific rendering of this stream of bytes. Package: libboost-serialization1.49.0 Description-md5: 94da985e07c2397fc71a3f86ec4da7dd Description-en: serialization library for C++ This package forms part of the Boost C++ Libraries collection, containing the following functionalities: . * proper restoration of pointers to shared data * serialization of STL containers and other commonly used templates * data portability - streams of bytes created on one platform should be readable on any other * archive interface must be rich enough to permit the creation of an archive that presents serialized data as XML in a useful manner . Here, "serialization" means the reversible deconstruction of an arbitrary set of C++ data structures to a sequence of bytes. archive: to refer to a specific rendering of this stream of bytes. Package: libboost-test1.49-dev Description-md5: 73a9e2027ebac32df5b898db3154448b Description-en: components for writing and executing test suites This package forms part of the Boost C++ Libraries collection. The library contains several components. . * Basic execution, error detection, and reporting facility. * Facilities to monitor program execution and produce error reports. * Unit test framework to simplify writing test cases. Package: libboost-test1.49.0 Description-md5: 73a9e2027ebac32df5b898db3154448b Description-en: components for writing and executing test suites This package forms part of the Boost C++ Libraries collection. The library contains several components. . * Basic execution, error detection, and reporting facility. * Facilities to monitor program execution and produce error reports. * Unit test framework to simplify writing test cases. Package: libboost1.49-dbg Description-md5: 2890e3b727db77a6ba70dab955875bfc Description-en: Boost C++ Libraries with debug symbols This package forms part of the Boost C++ Libraries collection. . These libraries are built with debug symbols. They are useful to debug programs which use Boost. These must be used also at build/link time. Package: libboost1.49-dev Description-md5: 740ce75ec1ba0b5a1ac55de2a414f636 Description-en: Boost C++ Libraries development files The Boost web site provides free, peer-reviewed, portable C++ source libraries. The emphasis is on libraries which work well with the C++ Standard Library. One goal is to establish "existing practice" and provide reference implementations so that the Boost libraries are suitable for eventual standardization. Some of the libraries have already been proposed for inclusion in the C++ Standards Committee's upcoming C++ Standard Library Technical Report. . This package provides headers and the auxiliary tools bjam, Boost.Build, bcp, inspect, boostbook and quickbook. . For the following subprojects separate packages exist: chrono, date-time, filesystem, graph, iostreams, locale, math, mpi, program_options, python, regex, serialization, signals, system, test, thread, timer, and wave. Package: libboost1.49-doc Description-md5: 6a49ab761468ce3b7d5a6611af2773bb Description-en: Boost.org libraries documentation The Boost web site provides free, peer-reviewed, portable C++ source libraries. The emphasis is on libraries which work well with the C++ Standard Library. One goal is to establish "existing practice" and provide reference implementations so that the Boost libraries are suitable for eventual standardization. Some of the libraries have already been proposed for inclusion in the C++ Standards Committee's upcoming C++ Standard Library Technical Report. . This is documentation for the boost libraries in HTML format. Some pages point to header files provided in the corresponding -dev package, so it is suggested to install the latter as well. Package: libc-bin Description-md5: 90523935f9c97be3a67bc8a1596de79b Description-en: Embedded GNU C Library: Binaries This package contains utility programs related to the GNU C Library. . * catchsegv: catch segmentation faults in programs * getconf: query system configuration variables * getent: get entries from administrative databases * iconv, iconvconfig: convert between character encodings * ldd, ldconfig: print/configure shared library dependencies * locale, localedef: show/generate locale definitions * rpcinfo: report RPC information * tzselect, zdump, zic: select/dump/compile time zones Package: libc-dev-bin Description-md5: fd5fdd2377062e0827c669a30c97e2dc Description-en: Embedded GNU C Library: Development binaries This package contains utility programs related to the GNU C Library development package. Package: libc6 Description-md5: 5089b4da6684d7432ab618fb5b79cec5 Description-en: Embedded GNU C Library: Shared libraries Contains the standard libraries that are used by nearly all programs on the system. This package includes shared versions of the standard C library and the standard math library, as well as many others. Package: libc6-dbg Description-md5: 277bfaa2a11e93ce7a8e08b0947e8bd8 Description-en: Embedded GNU C Library: detached debugging symbols This package contains the detached debugging symbols for the GNU C library. Package: libc6-dev Description-md5: 67dac41d6c8268d6a08835d858b160af Description-en: Embedded GNU C Library: Development Libraries and Header Files Contains the symlinks, headers, and object files needed to compile and link programs which use the standard C library. Package: libc6-dev-i386 Description-md5: 7c1b5a7fe354423c59e0053eb8cb613d Description-en: Embedded GNU C Library: 32-bit development libraries for AMD64 Contains the symlinks and object files needed to compile and link programs which use the standard C library. This is the 32bit version of the library, meant for AMD64 systems. Package: libc6-i386 Description-md5: df3228b44bd419350356b93fc5a98cb5 Description-en: Embedded GNU C Library: 32-bit shared libraries for AMD64 This package includes shared versions of the standard C library and the standard math library, as well as many others. This is the 32bit version of the library, meant for AMD64 systems. Package: libc6-pic Description-md5: 4ed096e5102a2b1eaa84bcea3310ce84 Description-en: Embedded GNU C Library: PIC archive library Contains an archive library (ar file) composed of individual shared objects. This is used for creating a library which is a smaller subset of the standard libc shared library. The reduced library is used on the Debian boot floppies. If you are not making your own set of Debian boot floppies using the `boot-floppies' package, you probably don't need this package. Package: libc6-prof Description-md5: 37f174a2430988386de68890169f5224 Description-en: Embedded GNU C Library: Profiling Libraries Static libraries compiled with profiling info (-pg) suitable for use with gprof. Package: libcamel-1.2-40 Description-md5: 43ee52bbe1cd65f95cd1bd1abbdbcedd Description-en: Evolution MIME message handling library Camel is a generic messaging library. It supports the standard messaging system for receiving and sending messages. It is the messaging backend for Evolution. . Evolution is the integrated mail, calendar, task and address book distributed suite from Novell, Inc. Package: libcamel1.2-dev Description-md5: 24e22bc22b8cf416a7ef05c26c0d1807 Description-en: Development files for libcamel This package contains header files and static library for libcamel. . Camel is a generic messaging library. It supports the standard messaging system for receiving and sending messages. It is the messaging backend for Evolution. . Evolution is the integrated mail, calendar, task and address book distributed suite from Novell, Inc. Package: libcdt4 Description-md5: d9902443b1aa2da91da7ca4482e5eb20 Description-en: rich set of graph drawing tools - cdt library Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the cdt library. Package: libcgi-fast-perl Description-md5: 8e4b35eaff2fa987ac2598b69b5690c6 Description-en: CGI::Fast Perl module CGI::Fast is a subclass of the CGI object created by CGI.pm. It is specialized to work well with the Open Market FastCGI standard, which greatly speeds up CGI scripts by turning them into persistently running server processes. Scripts that perform time-consuming initialization processes, such as loading large modules or opening persistent database connections, will see large performance improvements. Package: libcgraph5 Description-md5: 3c0eff44ae2d3aa5e19d60a4384485eb Description-en: rich set of graph drawing tools - cgraph library Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the cgraph library. Package: libclamav-dev Description-md5: f9403f3147d4d160269156db01264656 Description-en: anti-virus utility for Unix - development files Clam AntiVirus is an anti-virus toolkit for Unix. The main purpose of this software is the integration with mail servers (attachment scanning). The package provides a flexible and scalable multi-threaded daemon in the clamav-daemon package, a command-line scanner in the clamav package, and a tool for automatic updating via the Internet in the clamav-freshclam package. The programs are based on libclamav6, which can be used by other software. . The package contains the needed headers and libraries for developing software using the libclamav interface. . This library can be used to develop virus scanner applications. Package: libclamav6 Description-md5: 8eec48379ead2492f2f06feeb97a6a2f Description-en: anti-virus utility for Unix - library Clam AntiVirus is an anti-virus toolkit for Unix. The main purpose of this software is the integration with mail servers (attachment scanning). The package provides a flexible and scalable multi-threaded daemon in the clamav-daemon package, a command-line scanner in the clamav package, and a tool for automatic updating via the Internet in the clamav-freshclam package. The programs are based on libclamav6, which can be used by other software. . For programs written using the libclamav library. Libclamav may be used to add virus protection into software. The library is thread-safe, and automatically recognizes and scans archives. Scanning is very fast and most of the time not noticeable. Package: libcups2 Description-md5: cce9961cb86712146cb19e1b4636f79d Description-en: 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. Package: libcups2-dev Description-md5: bf3f385e98251c2563c3f58554d2adce Description-en: Common UNIX Printing System(tm) - Development files CUPS 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 files necessary for developing CUPS-aware applications and CUPS drivers, as well as examples how to communicate with cups from different programming languages (Perl, Java, and PHP). Package: libcupscgi1 Description-md5: 3660b0ffb79cde60a9580ea571ecfbcb Description-en: Common UNIX Printing System(tm) - CGI 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 a shared library for CGI programs in the CUPS web interface Package: libcupscgi1-dev Description-md5: 433b937ac75daeec3873b3445bb48090 Description-en: Common UNIX Printing System(tm) - Development files for CGI 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 files necessary for developing CGI programs for the CUPS web interface using libcupscgi. Package: libcupsfilters-dev Description-md5: a52e715c19b37bf4f618102d0f92fc43 Description-en: OpenPrinting CUPS Filters - Development files for the library Header files to develop applications (CUPS filters, printer drivers) using libcupsfilters. Package: libcupsfilters1 Description-md5: b891bc072c10210e109ee7d9699a32a3 Description-en: OpenPrinting CUPS Filters - Shared library This library contains functions commonly used by the CUPS filters in the OpenPrinting CUPS filters package, currently functions to read several different image formats and to convert bitmaps between different color spaces. Package: libcupsimage2 Description-md5: f4451fb5498322724719d7d3a8635bf4 Description-en: Common UNIX Printing System(tm) - Raster image library The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the image libraries for handling the CUPS raster format. Package: libcupsimage2-dev Description-md5: 419c750b3360d0933e0bbc9e17913244 Description-en: Common UNIX Printing System(tm) - Development files CUPS image library The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the files necessary for developing applications that use the CUPS raster image format. Package: libcupsmime1 Description-md5: 3c738d1cd62835670ace55e8d83b4f80 Description-en: Common UNIX Printing System(tm) - MIME 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 a shared library for file type detection and file conversion filter chain building. Package: libcupsmime1-dev Description-md5: ee515191b340413216668249b8b6097b Description-en: Common UNIX Printing System(tm) - Development files MIME 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 files necessary for developing programs using libcupsmime. Package: libcupsppdc1 Description-md5: a2ce16897499bbac7df75d4d297b1713 Description-en: Common UNIX Printing System(tm) - PPD manipulation 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 library for generating and manipulating PPD files. Package: libcupsppdc1-dev Description-md5: f1c111d7276de209cb50ebccbc551f69 Description-en: Common UNIX Printing System(tm) - Development files PPD 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 files necessary for developing programs using libcupsppdc. Package: libcurl3 Description-md5: b5acf1dece8a7a9df2a9c7e96a0320f8 Description-en: 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, 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. Package: libcurl3-dbg Description-md5: 75dc37d46c31142928caa6ed53e144bf Description-en: debugging symbols for libcurl (OpenSSL, GnuTLS and NSS flavours) libcurl is an easy-to-use client-side URL transfer library, supporting DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP. . libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy tunneling and more! . libcurl is free, thread-safe, IPv6 compatible, feature rich, well supported, fast, thoroughly documented and is already used by many known, big and successful companies and numerous applications. . This package provides the debugging symbols of the OpenSSL, GnuTLS and NSS versions of libcurl3. It might be useful in debug sessions of software which uses libcurl. Package: libcurl3-gnutls Description-md5: 5bc1af3749bfa2199d172a967075b532 Description-en: 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, 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. Package: libcurl3-nss Description-md5: a8b95aaf83761d5af90fd97fc5569c72 Description-en: easy-to-use client-side URL transfer library (NSS flavour) libcurl is an easy-to-use client-side URL transfer library, supporting DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, 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 NSS. Package: libcurl4-gnutls-dev Description-md5: cf466d605e7f6ba2d9a210b9ff7cf506 Description-en: development files and documentation for libcurl (GnuTLS flavour) libcurl is an easy-to-use client-side URL transfer library, supporting DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP. . libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy tunneling and more! . libcurl is free, thread-safe, IPv6 compatible, feature rich, well supported, fast, thoroughly documented and is already used by many known, big and successful companies and numerous applications. . This package provides the development files (ie. includes, static library, manual pages) that allow to build software which uses libcurl. HTML and PDF versions of all the manual pages are also provided. . SSL support is provided by GnuTLS. Package: libcurl4-nss-dev Description-md5: ea23d26e1e30e1d8c9854839a5f36f16 Description-en: development files and documentation for libcurl (NSS flavour) libcurl is an easy-to-use client-side URL transfer library, supporting DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP. . libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy tunneling and more! . libcurl is free, thread-safe, IPv6 compatible, feature rich, well supported, fast, thoroughly documented and is already used by many known, big and successful companies and numerous applications. . This package provides the development files (ie. includes, static library, manual pages) that allow to build software which uses libcurl. HTML and PDF versions of all the manual pages are also provided. . SSL support is provided by NSS. Package: libcurl4-openssl-dev Description-md5: d34823c09cbc282f1e66e15adefbdb9f Description-en: development files and documentation for libcurl (OpenSSL flavour) libcurl is an easy-to-use client-side URL transfer library, supporting DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP. . libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy tunneling and more! . libcurl is free, thread-safe, IPv6 compatible, feature rich, well supported, fast, thoroughly documented and is already used by many known, big and successful companies and numerous applications. . This package provides the development files (ie. includes, static library, manual pages) that allow to build software which uses libcurl. HTML and PDF versions of all the manual pages are also provided. . SSL support is provided by OpenSSL. Package: libdbus-1-3 Description-md5: 394b84dd0007d22bc4bb591ca6b5fa31 Description-en: 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. Package: libdbus-1-dev Description-md5: 59e71e7e764b950dc1184788af416a7e Description-en: simple interprocess messaging system (development headers) 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. . See the dbus description for more information about D-Bus in general. Package: libdbus-glib-1-2 Description-md5: 8e029ea0c5a369338dd772bd50b9c2ba Description-en: 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. Package: libdbus-glib-1-2-dbg Description-md5: 2283298a7ca8f3bbce925fe63eaae0fc Description-en: simple interprocess messaging system (GLib library debug symbols) 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 support for debugging programs that use the GLib-based shared library. . See the dbus description for more information about D-Bus in general. Package: libdbus-glib-1-dev Description-md5: 5ea06bb77132d80541f7a3ebc3402f7a Description-en: simple interprocess messaging system (GLib 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 GLib-style interface to D-Bus. . See the dbus description for more information about D-Bus in general. Package: libdbus-glib-1-doc Description-md5: 3a88be189c8cacf1869dd0947bf8992c Description-en: simple interprocess messaging system (GLib library documentation) 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 HTML documentation for dbus-glib . See the dbus description for more information about D-Bus in general. Package: libdmx-dev Description-md5: 4c3cc722eb34563e5337ba949cffc8b3 Description-en: X11 Distributed Multihead extension library (development headers) libdmx is an interface to the DMX extension for X, which allows a single server to be set up as a proxy spanning multiple servers -- not unlike Xinerama across discrete physical machines. It can be reconfigured on the fly to change the layout, and it is presented as a single logical display to clients. . libdmx allows clients to configure the layout of DMX servers by adding and removing screens, input devices, et al. . This package contains the development headers for the library found in libdmx1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libdmx Package: libdmx1 Description-md5: 3bb7f6af7b22c4a1e37a2eb6f705b674 Description-en: X11 Distributed Multihead extension library libdmx is an interface to the DMX extension for X, which allows a single server to be set up as a proxy spanning multiple servers -- not unlike Xinerama across discrete physical machines. It can be reconfigured on the fly to change the layout, and it is presented as a single logical display to clients. . libdmx allows clients to configure the layout of DMX servers by adding and removing screens, input devices, et al. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libdmx Package: libdmx1-dbg Description-md5: c7776342d319349800d5af565864c2c3 Description-en: X11 Distributed Multihead library (debug package) libdmx is an interface to the DMX extension for X, which allows a single server to be set up as a proxy spanning multiple servers -- not unlike Xinerama across discrete physical machines. It can be reconfigured on the fly to change the layout, and it is presented as a single logical display to clients. . libdmx allows clients to configure the layout of DMX servers by adding and removing screens, input devices, et al. . This package contains the debug versions of the library found in libdmx1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libdmx Package: libdns81 Description-md5: 08196e0b2c6fd4d0c818845ca28dbe39 Description-en: 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. Package: libdpkg-dev Description-md5: 0fd17a1a6d9f7c47ceec993ee3976f22 Description-en: Debian package management static library This package provides the header files and static library necessary to develop software using libdpkg, the same library used internally by dpkg. . Note though, that the API is to be considered volatile, and might change at any time, use at your own risk. Package: libdpkg-perl Description-md5: bde3facb599f222e8e56d94441f5bd67 Description-en: Dpkg perl modules This package provides the perl modules used by the scripts in dpkg-dev. They cover a wide range of functionalities. Among them there are the following modules: . - Dpkg::Arch: manipulate Debian architecture information - Dpkg::BuildOptions: parse and manipulate DEB_BUILD_OPTIONS - Dpkg::Changelog: parse Debian changelogs - Dpkg::Checksums: generate and parse checksums - Dpkg::Compression::Process: wrapper around compression tools - Dpkg::Compression::FileHandle: transparently (de)compress files - Dpkg::Control: parse and manipulate Debian control information (.dsc, .changes, Packages/Sources entries, etc.) - Dpkg::Deps: parse and manipulate dependencies - Dpkg::ErrorHandling: common error functions - Dpkg::Index: collections of Dpkg::Control (Packages/Sources files for example) - Dpkg::IPC: spawn sub-processes and feed/retrieve data - Dpkg::Substvars: substitute variables in strings - Dpkg::Vendor: identify current distribution vendor - Dpkg::Version: parse and manipulate Debian package versions . All the packages listed in Suggests or Recommends are used by some of the modules. Package: libdw-dev Description-md5: f125fde79e7cf4843502f64d2aca123c Description-en: libdw1 development libraries and header files libdw1 provides a library that provides access to DWARF debug information stored inside ELF files. . This package contains development libraries and header files for libdw1. . It also contains a static version of libdw. Only link to the static version for special cases and when you don't need anything from the ebl backends. Package: libdw1 Description-md5: 6238c70828caf72448d9f8116f0e5c97 Description-en: library that provides access to the DWARF debug information libdw1 provides a library that provides access to DWARF debug information stored inside ELF files. . This library is part of elfutils. Package: libebackend-1.2-5 Description-md5: b3d133d6b14648a896d4e2d251b6dcae Description-en: Utility library for evolution data servers This package is a utility library for evolution-data-servers providing backend functions to access data. . Evolution is the integrated mail, calendar, task and address book distributed suite from Novell, Inc. Package: libebackend1.2-dev Description-md5: a5d72b476981a785a5ae2459f4a20808 Description-en: Utility library for evolution data servers (development files) This package contains header files and static library for libebackend. . libebackend is a utility library for evolution-data-server providing backend function to access data. . Evolution is the integrated mail, calendar, task and address book distributed suite from Novell, Inc. Package: libebook-1.2-14 Description-md5: cb24488ae2ac69e00752272e7be5221f Description-en: Client library for evolution address books This package is a client library for evolution addressbooks. . Evolution is the integrated mail, calendar, task and address book distributed suite from Novell, Inc. Package: libebook1.2-dev Description-md5: ef3ee2f270bec1dd37ca08ab22a90311 Description-en: Client library for evolution address books (development files) This package contains header files and static library for libebook. . libebook is a client library for evolution addressbooks. Evolution is the integrated mail, calendar, task and address book distributed suite from Novell, Inc. Package: libecal-1.2-15 Description-md5: 04cb425637b47946ccd00f8590d52db8 Description-en: Client library for evolution calendars Evolution is the integrated mail, calendar, task and address book distributed suite from Novell, Inc. . This package is a client library for evolution calendar. Package: libecal1.2-dev Description-md5: 64e78a627bc19180d08e2006a3590372 Description-en: Client library for evolution calendars (development files) Evolution is the integrated mail, calendar, task and address book distributed suite from Novell, Inc. . This package contains header files and static library for libecal. Package: libecpg-compat3 Description-md5: 66ce228306ea5636e1cb757bd540255b Description-en: older version of run-time library for ECPG programs The libecpg_compat shared library is used by programs built with ecpg. (Embedded PostgreSQL for C). . PostgreSQL is an object-relational SQL database management system. Package: libecpg-dev Description-md5: 5eb928e68d1075508e3d6a4d7fc6f514 Description-en: development files for ECPG (Embedded PostgreSQL for C) This package contains the necessary files to build ECPG (Embedded PostgreSQL for C) programs. It includes the development libraries and the preprocessor program ecpg. . PostgreSQL is an object-relational SQL database management system. . Install this package if you want to write C programs with SQL statements embedded in them (rather than run by an external process). Package: libecpg6 Description-md5: 51ed6df58b24baddae9952acb91903bd Description-en: run-time library for ECPG programs The libecpg shared library is used by programs built with ECPG (Embedded PostgreSQL for C). . PostgreSQL is an object-relational SQL database management system. Package: libedata-book-1.2-15 Description-md5: 2951cda855016cedfd37b2b06ff0940f Description-en: Backend library for evolution address books Evolution is the integrated mail, calendar, task and address book distributed suite from Novell, Inc. . This package is a backend library for evolution address book. Package: libedata-book1.2-dev Description-md5: daf7a85467bbdfac33345b2709b9f36d Description-en: Backend library for evolution address books (development files) Evolution is the integrated mail, calendar, task and address book distributed suite from Novell, Inc. . This package contains header files and static library for libedata-book. Package: libedata-cal-1.2-18 Description-md5: 6f9b6ccd1e5738678caa1d75cb84cf43 Description-en: Backend library for evolution calendars Evolution is the integrated mail, calendar, task and address book distributed suite from Novell, Inc. . This package is a backend library for evolution calendar. Package: libedata-cal1.2-dev Description-md5: e696a09b21241ebcdcff5dd7e60f1c19 Description-en: Backend library for evolution calendars (development files) Evolution is the integrated mail, calendar, task and address book distributed suite from Novell, Inc. . This package contains header files and static library for libedata-cal. Package: libedataserver-1.2-17 Description-md5: fda04a0fcd5d6e38514bd04afa3d3e7f Description-en: Utility library for evolution data servers The data server, called "Evolution Data Server" is responsible for managing calendar and addressbook information. . This package is a utility library for evolution-data-server. Package: libedataserver1.2-dev Description-md5: f544598afd99e88bcd01bf63f94d1b5b Description-en: Utility library for evolution data servers (development files) The data server, called "Evolution Data Server" is responsible for managing calendar and addressbook information. . This package contains header files and static library for libedataserver. Package: libedataserverui-3.0-4 Description-md5: 36d91c84a191a0a21c4e0cb1baa9b09c Description-en: GUI utility library for evolution data servers The data server, called "Evolution Data Server" is responsible for managing calendar and addressbook information. . This package is a GUI utility library for evolution-data-server. Package: libedataserverui-3.0-dev Description-md5: 6189cfd2076fd87996ea7ec2b1e2d12c Description-en: GUI utility library for evolution data servers (development files) The data server, called "Evolution Data Server" is responsible for managing calendar and addressbook information. . This package contains header files and static library for libedataserverui. Package: libegl1-mesa Description-md5: 303131c20d722e28695d1b6357d3c1c6 Description-en: free implementation of the EGL API -- runtime This package contains the EGL native platform graphics interface library. EGL provides a platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES and OpenVG. . This package contains modules to interface with the existing system GLX or DRI2 drivers to provide OpenGL via EGL. The libegl1-mesa-drivers package provides drivers to provide hardware-accelerated OpenGL|ES and OpenVG support. Package: libegl1-mesa-dbg Description-md5: 2f865519d57e73074704ab36dee31207 Description-en: free implementation of the EGL API -- debugging symbols This package contains the EGL native platform graphics interface library. EGL provides a platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES and OpenVG. . This package contains the debugging symbols for the EGL library. Package: libegl1-mesa-dev Description-md5: 8e7125460d26d2b46c63ba2792ce25e2 Description-en: free implementation of the EGL API -- development files This package contains the development environment required for compiling programs against EGL native platform graphics interface library. EGL provides a platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES and OpenVG. . This package provides the development environment for compiling programs against the EGL library. Package: libegl1-mesa-drivers Description-md5: 6f63ffb98c579f02a36dc4f9945d5353 Description-en: free implementation of the EGL API -- hardware drivers This package contains the EGL native platform graphics interface library. EGL provides a platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES and OpenVG. . This package contains the drivers required for hardware accelerated rendering of EGL-based graphics libraries, such as OpenGL|ES and OpenVG. Package: libegl1-mesa-drivers-dbg Description-md5: 2a77b1ce20257ac2bbd8df0260110ab0 Description-en: free implementation of the EGL API -- driver debugging symbols This package contains the EGL native platform graphics interface library. EGL provides a platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES and OpenVG. . This package contains the debugging symbols for the drivers required for hardware accelerated rendering of EGL-based graphics libraries. Package: libelf-dev Description-md5: 987fe60edac82d9ad80df9bdb9c08f33 Description-en: libelf1 development libraries and header files libelf1 provides a shared library which allows reading and writing of ELF files on a high level. . This package contains development libraries and header files for libelf1. Package: libelf1 Description-md5: 5188e87e91e6292255a5ccd72d2f25ed Description-en: 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. Package: libfontembed-dev Description-md5: 38dce197f40b73bd11bb0e851e6d04af Description-en: OpenPrinting CUPS Filters - Development files for font embed library Header files to develop applications using libfontembed. Package: libfontembed1 Description-md5: 8224b9ef51388c11e00f94a6367092f3 Description-en: OpenPrinting CUPS Filters - Font Embed Shared library This library contains functions for font embedding in PDF files, commonly used by CUPS filters. Package: libfreeradius-dev Description-md5: 3c0c3d13bc398f9c14b6ccb3e25e2af3 Description-en: FreeRADIUS shared library development files The FreeRADIUS projects' libfreeradius-radius and libfreeradius-eap, used by the FreeRADIUS server and some of the utilities. . This package contains the development headers and static library version. Package: libfreeradius2 Description-md5: 919b31a593d09cd5d4a89177002536aa Description-en: FreeRADIUS shared library The FreeRADIUS projects' libfreeradius-radius and libfreeradius-eap, used by the FreeRADIUS server and some of the utilities. Package: libfreetype6 Description-md5: 74d3ddb20419b75f6ffeda0bea0b0ade Description-en: 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 Robert Wilhelm Werner Lemberg Package: libfreetype6-dev Description-md5: 172d8a56d9acb662016bcd69f56b4640 Description-en: FreeType 2 font engine, development files The FreeType project is a team of volunteers who develop free, portable and high-quality software solutions for digital typography. They specifically target embedded systems and focus on bringing small, efficient and ubiquitous products. . This package contains all supplementary files (static library, headers and documentation) you need to develop your own programs using the FreeType 2 library. Package: libfs-dev Description-md5: 8afa50cb2254f0d5b40ef30959e297da Description-en: X11 Font Services library (development headers) libFS, the Font Services library, provides various functions useful to X11 font servers, and clients connecting to font servers. It is not used outside of these implementations. . This package contains the development headers for the library found in libfs6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libFS Package: libfs6 Description-md5: bc296d2b3e22926a5940397b64e85665 Description-en: X11 Font Services library libFS, the Font Services library, provides various functions useful to X11 font servers, and clients connecting to font servers. It is not used outside of these implementations. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libFS Package: libfs6-dbg Description-md5: 4adf63290da4ca2067cfdbd7d8c74262 Description-en: X11 Font Services library (debug package) libFS, the Font Services library, provides various functions useful to X11 font servers, and clients connecting to font servers. It is not used outside of thse implementations. . This package contains the debug versions of the library found in libfs6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libFS Package: libgadu-dev Description-md5: 7454e7182cbd41e16f7277a4bf5c5301 Description-en: Gadu-Gadu protocol library - development files Gadu-Gadu is an instant messaging program, very popular in Poland. libgadu is a Gadu-Gadu protocol implementation library. . This package contains the development files. Package: libgadu-doc Description-md5: 72c0414dead09e352a00744af1995702 Description-en: Gadu-Gadu protocol library - documentation Gadu-Gadu is an instant messaging program, very popular in Poland. libgadu is a Gadu-Gadu protocol implementation library. . This package contains the documentation and example programs. Package: libgadu3 Description-md5: 7cdb0d0cd15a89035e2409916fe49705 Description-en: Gadu-Gadu protocol library - runtime files Gadu-Gadu is an instant messaging program, very popular in Poland. libgadu is a Gadu-Gadu protocol implementation library. . This package contains the shared library. Package: libgadu3-dbg Description-md5: a8338c725619e3f56944c7fab1ce5d55 Description-en: Gadu-Gadu protocol library - debug symbols Gadu-Gadu is an instant messaging program, very popular in Poland. libgadu is a Gadu-Gadu protocol implementation library. . This package contains the debug symbols. Package: libgail-3-0 Description-md5: ab3b6da8ff97ae53ae0793ae62e8ce35 Description-en: GNOME Accessibility Implementation Library -- shared libraries Gail implements ATK interfaces for GTK+ widgets which are dynamically loadable at runtime by a GTK+ application. Once loaded, those parts of an application that use standard GTK+ widgets will have a basic level of accessibility, without the need to modify the application at all. . This package contains the shared library. Package: libgail-3-0-dbg Description-md5: 7572e37e6047b9331d4e75a86129227b Description-en: Gail libraries and debugging symbols Gail is the "GNOME Accessibility Implementation Library". . This package contains detached debugging symbols. . Most people will not need this package. Package: libgail-3-dev Description-md5: 2af7ddcc4fb4dffeaea80c02eeee7d6f Description-en: GNOME Accessibility Implementation Library -- development files Gail implements ATK interfaces for GTK+ widgets which are dynamically loadable at runtime by a GTK+ application. Once loaded, those parts of an application that use standard GTK+ widgets will have a basic level of accessibility, without the need to modify the application at all. . This package contains the development files for Gail. Package: libgail-3-doc Description-md5: 82b0cc78ae040a44793411b60fb12902 Description-en: documentation files of the Gail library Gail implements ATK interfaces for GTK+ widgets which are dynamically loadable at runtime by a GTK+ application. Once loaded, those parts of an application that use standard GTK+ widgets will have a basic level of accessibility, without the need to modify the application at all. . This package contains the documentation files for Gail. Package: libgbm-dev Description-md5: 97d3ae24c3bec4dfba8e29c665cda9e5 Description-en: generic buffer management API -- development files This package contains the GBM buffer management library. It provides a mechanism for allocating buffers for graphics rendering tied to Mesa. . GBM is intended to be used as a native platform for EGL on drm or openwfd. . This package provides the development environment for compiling programs against the GBM library. Package: libgbm1 Description-md5: 9c1f8de2c17715ff7ed9524db86be4dd Description-en: generic buffer management API -- runtime This package contains the GBM buffer management library. It provides a mechanism for allocating buffers for graphics rendering tied to Mesa. . GBM is intended to be used as a native platform for EGL on drm or openwfd. Package: libgbm1-dbg Description-md5: ff539259b350b2362cba34825ad1a809 Description-en: generic buffer management API -- debugging symbols This package contains the GBM buffer management library. It provides a mechanism for allocating buffers for graphics rendering tied to Mesa. . GBM is intended to be used as a native platform for EGL on drm or openwfd. . This package contains the debugging symbols for the GBM library. Package: libgcrypt11 Description-md5: 6cb6e549d7896e8d87a0813312b20500 Description-en: 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, CRC, MD4, MD5, RIPE-MD160, SHA-1, SHA-256, SHA-512, Tiger, Whirlpool, DSA, DSA2, ElGamal, RSA, ECC. Package: libgcrypt11-dbg Description-md5: d0c2889809cdebe2f49692f3ed25fdc7 Description-en: LGPL Crypto library - debugger files libgcrypt contains cryptographic functions. Many important free ciphers, hash algorithms and public key signing algorithms have been implemented: Arcfour, Blowfish, CAST5, DES, AES, Twofish, Serpent, rfc2268 (rc2), SEED, Camellia, CRC, MD4, MD5, RIPE-MD160, SHA-1, SHA-256, SHA-512, Tiger, Whirlpool, DSA, DSA2, ElGamal, RSA, ECC. . This package contains symbol tables for debugging. Package: libgcrypt11-dev Description-md5: 6e06ced64459edf7a7c38c97a3251401 Description-en: LGPL Crypto library - development files libgcrypt contains cryptographic functions. Many important free ciphers, hash algorithms and public key signing algorithms have been implemented: Arcfour, Blowfish, CAST5, DES, AES, Twofish, Serpent, rfc2268 (rc2), SEED, Camellia, CRC, MD4, MD5, RIPE-MD160, SHA-1, SHA-256, SHA-512, Tiger, Whirlpool, DSA, DSA2, ElGamal, RSA, ECC. . This package contains header files and libraries for static linking. Package: libgcrypt11-doc Description-md5: 0bd154fd13b4f26a0ec9100af954579d Description-en: LGPL Crypto library - documentation 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, CRC, MD4, MD5, RIPE-MD160, SHA-1, SHA-256, SHA-512, Tiger, Whirlpool, DSA, DSA2, ElGamal, RSA, ECC. . This package contains developer documentation. Package: libgimp2.0 Description-md5: 87c9f62281987fda19082f1b5cc2c95c Description-en: Libraries for the GNU Image Manipulation Program This package includes the libgimp libraries, which are necessary to run GIMP and third-party GIMP plugins. Package: libgimp2.0-dev Description-md5: c7c7d24560c6f749d332154868167ed5 Description-en: Headers and other files for compiling plugins for GIMP This package contains the header files for the GNU Image Manipulation Program, along with the static versions of libgimp. It also includes the gimptool-2.0 utility. . Install this package if you wish to compile your own plugins, or if you wish to develop packages that use libgimp. Package: libgimp2.0-doc Description-md5: 8acaa3767b69bc8f021740c983e4e23a Description-en: Developers' Documentation for the GIMP library This package contains the HTML documentation for the GIMP library in /usr/share/gtk-doc/html/ . Package: libgl1-mesa-dev Description-md5: edeb377b6e64f69c00b2215e4025a28a Description-en: free implementation of the OpenGL API -- GLX development files 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 includes headers and static libraries for compiling programs with Mesa. . For a complete description of Mesa, please look at the libgl1-mesa-glx package. Package: libgl1-mesa-dri Description-md5: da6c27328d7c638224ef0acc251a333d Description-en: 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. Package: libgl1-mesa-dri-dbg Description-md5: fb1e2b71da0f9ac97628cc83179582ac Description-en: Debugging symbols for the Mesa 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. . This package contains debugging symbols for the DRI modules. Package: libgl1-mesa-glx Description-md5: 55c9cfe284958a4586b3c6b8323ccf0c Description-en: 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. Package: libgl1-mesa-glx-dbg Description-md5: 164c9f30dd80a2fb1fdca740b3ebe620 Description-en: Debugging symbols for the Mesa GLX runtime 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. . For a complete description of Mesa, please look at the libgl1-mesa-glx package. . This package contains debugging symbols for the GL library with GLX and DRI capabilities. Package: libglapi-mesa Description-md5: 6da05dae0e50a214ae9b1d095f83c561 Description-en: 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. Package: libglapi-mesa-dbg Description-md5: 06022288c7b9a148961fac43facd60e8 Description-en: free implementation of the GL API -- debugging symbols 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. . This package contains debugging symbols for the GL API library. Package: libgles1-mesa Description-md5: 5d45602a19e7c4d5c096452a8c1b6ee3 Description-en: free implementation of the OpenGL|ES 1.x API -- runtime OpenGL|ES is a cross-platform API for full-function 2D and 3D graphics on embedded systems - including consoles, phones, appliances and vehicles. It contains a subset of OpenGL plus a number of extensions for the special needs of embedded systems. . OpenGL|ES 1.x provides an API for fixed-function hardware. Package: libgles1-mesa-dbg Description-md5: 4fa9b5bb249bd2e4b78b460050218045 Description-en: free implementation of the OpenGL|ES 1.x API -- debugging symbols OpenGL|ES is a cross-platform API for full-function 2D and 3D graphics on embedded systems - including consoles, phones, appliances and vehicles. It contains a subset of OpenGL plus a number of extensions for the special needs of embedded systems. . OpenGL|ES 1.x provides an API for fixed-function hardware. . This package contains the debugging symbols for the libGLESv1_CM library. Package: libgles1-mesa-dev Description-md5: 3fc8f0ee3bdb7f86c55dc67a5bbbf86f Description-en: free implementation of the OpenGL|ES 1.x API -- development files OpenGL|ES is a cross-platform API for full-function 2D and 3D graphics on embedded systems - including consoles, phones, appliances and vehicles. It contains a subset of OpenGL plus a number of extensions for the special needs of embedded systems. . OpenGL|ES 1.x provides an API for fixed-function hardware. . This package provides a development environment for building programs using the OpenGL|ES 1.x APIs. Package: libgles2-mesa Description-md5: 385f5e9ca66553853ff0600865879832 Description-en: free implementation of the OpenGL|ES 2.x API -- runtime OpenGL|ES is a cross-platform API for full-function 2D and 3D graphics on embedded systems - including consoles, phones, appliances and vehicles. It contains a subset of OpenGL plus a number of extensions for the special needs of embedded systems. . OpenGL|ES 2.x provides an API for programmable hardware including vertex and fragment shaders. Package: libgles2-mesa-dbg Description-md5: b9ce4487980b8d0298c3fd42c2ad83a6 Description-en: free implementation of the OpenGL|ES 2.x API -- debugging symbols OpenGL|ES is a cross-platform API for full-function 2D and 3D graphics on embedded systems - including consoles, phones, appliances and vehicles. It contains a subset of OpenGL plus a number of extensions for the special needs of embedded systems. . OpenGL|ES 2.x provides an API for programmable hardware including vertex and fragment shaders. . This package contains the debugging symbols for the libGLESv2 library. Package: libgles2-mesa-dev Description-md5: 7598b085943a2f03c7a2a79086dffcee Description-en: free implementation of the OpenGL|ES 2.x API -- development files OpenGL|ES is a cross-platform API for full-function 2D and 3D graphics on embedded systems - including consoles, phones, appliances and vehicles. It contains a subset of OpenGL plus a number of extensions for the special needs of embedded systems. . OpenGL|ES 2.x provides an API for programmable hardware including vertex and fragment shaders. . This package provides a development environment for building applications using the OpenGL|ES 2.x APIs. Package: libgnutls-dev Description-md5: e2a3e8bac6f6874ae5a4bc8e489881a6 Description-en: GNU TLS library - development files GnuTLS is a portable library which implements the Transport Layer Security (TLS 1.0, 1.1, 1.2) and Secure Sockets Layer (SSL) 3.0 protocols. . GnuTLS features support for: - TLS extensions: server name indication, max record size, opaque PRF input, etc. - authentication using the SRP protocol. - authentication using both X.509 certificates and OpenPGP keys. - TLS Pre-Shared-Keys (PSK) extension. - Inner Application (TLS/IA) extension. - X.509 and OpenPGP certificate handling. - X.509 Proxy Certificates (RFC 3820). - all the strong encryption algorithms (including SHA-256/384/512 and Camellia (RFC 4132)). . This package contains the GnuTLS development files. Package: libgnutls-openssl27 Description-md5: ed7bc845df883f3776627eaef9179481 Description-en: 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. Package: libgnutls26 Description-md5: 07e0914117156d2b3fcf0d63e9ef8ac2 Description-en: 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. Package: libgnutls26-dbg Description-md5: 49ef95a26f6727eeaa8d2c979d728b2d Description-en: GNU TLS library - debugger symbols 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. . This package contains the debugger symbols and commandline utilities. Package: libgnutlsxx27 Description-md5: afe5e834531764319ee8050592126f1d Description-en: GNU TLS library - C++ runtime library GnuTLS is a portable library which implements the Transport Layer Security (TLS 1.0, 1.1, 1.2) and Secure Sockets Layer (SSL) 3.0 protocols. . GnuTLS features support for: - TLS extensions: server name indication, max record size, opaque PRF input, etc. - authentication using the SRP protocol. - authentication using both X.509 certificates and OpenPGP keys. - TLS Pre-Shared-Keys (PSK) extension. - Inner Application (TLS/IA) extension. - X.509 and OpenPGP certificate handling. - X.509 Proxy Certificates (RFC 3820). - all the strong encryption algorithms (including SHA-256/384/512 and Camellia (RFC 4132)). . This package contains the C++ runtime libraries. Package: libgoa-1.0-0 Description-md5: 552490d3e14a107decec4ee36ed111f2 Description-en: library for GNOME Online Accounts This package contains the GNOME Online Accounts service, which provides a centralized place for managing online accounts (Google, etc) for the GNOME desktop. . This package contains the libraries used by GOA applications. Package: libgoa-1.0-common Description-md5: 2842d00135dfd07a49e67517e0da8c5e Description-en: library for GNOME Online Accounts - common files This package contains the GNOME Online Accounts service, which provides a centralized place for managing online accounts (Google, etc) for the GNOME desktop. . This package contains the translation files for the GOA library and daemon. Package: libgoa-1.0-dev Description-md5: 9bea771687b36e66a35d8eb109b74a84 Description-en: library for GNOME Online Accounts - development files This package contains the GNOME Online Accounts service, which provides a centralized place for managing online accounts (Google, etc) for the GNOME desktop. . This package contains the files needed to build applications that access the service. Package: libgoa-1.0-doc Description-md5: 6e6a90b593144637e1e2aadec6654557 Description-en: library for GNOME Online Accounts - documentation files This package contains the GNOME Online Accounts service, which provides a centralized place for managing online accounts (Google, etc) for the GNOME desktop. . This package contains the HTML documentation for the GOA library. Package: libgraph4 Description-md5: 43cc8b0d09d4df1ae1fe7928559991e9 Description-en: rich set of graph drawing tools - graph library Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the graph library. Package: libgraphviz-dev Description-md5: c3a8010bf765807229fbc858755d3ad0 Description-en: graphviz libs and headers against which to build applications Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package installs the libraries and headers necessary to link graphviz library routines into an application. It also installs additional man pages. . Note: A graphviz user doesn't need to install this package. Package: libgtk-3-0 Description-md5: 2d73631a8c144c8ea021cee46ee049b5 Description-en: 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. Package: libgtk-3-0-dbg Description-md5: dc8b9ec0e4c1ec0225178df62ff88672 Description-en: GTK+ libraries and debugging symbols 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 detached debugging symbols. . Most people will not need this package. Package: libgtk-3-bin Description-md5: 35573b29e3a6877ccd55de7c6873d715 Description-en: 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. Package: libgtk-3-common Description-md5: 3ebc2dc44381a6b09ce3f8e0696e2008 Description-en: 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. Package: libgtk-3-dev Description-md5: 5e247317651e3625eb226ee49f0cfec7 Description-en: development files for the GTK+ 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 header and development files which are needed for building GTK+ applications. Package: libgtk-3-doc Description-md5: 0daae17852bb4b449b026f369e26dde3 Description-en: documentation 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 HTML documentation for the GTK+ library in /usr/share/doc/libgtk-3-doc/ . Package: libgvc5 Description-md5: 87da8308b382f4072b1022b48b3d7368 Description-en: rich set of graph drawing tools - gvc library Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the gvc library. Package: libgvpr1 Description-md5: e7dafa90950ab7d270f04d6a2f98fc48 Description-en: rich set of graph drawing tools - gvpr library Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the gvpr library. Package: libhpmud-dev Description-md5: 685361fef3e25ebd6bad416fd567ba48 Description-en: HP Multi-Point Transport Driver (hpmud) development libraries Shared library that provides direct I/O for each process. Prior to hpmud, all I/O was serialized through hpiod, a monolithic I/O processor. The new hpmud direct I/O is faster. Hpmud supports parallel, USB and JetDirect connectivity. . With hpmud, HPLIP no longer has Linux specific libusb extensions. This means any UNIX/Linux derivative that supports libusb may work with HPLIP. A public HPLIP "C" API is exposed through hpmud. See hpmud.h for documentation. A Python wrapper for hpmud, called hpmudext, is also available. Package: libhpmud0 Description-md5: cb6a9618d69de0118cb6b55616a9913e Description-en: HP Multi-Point Transport Driver (hpmud) run-time libraries Shared library that provides direct I/O for each process. Prior to hpmud, all I/O was serialized through hpiod, a monolithic I/O processor. The new hpmud direct I/O is faster. Hpmud supports parallel, USB and JetDirect connectivity. . With hpmud, HPLIP no longer has Linux specific libusb extensions. This means any UNIX/Linux derivative that supports libusb may work with HPLIP. A public HPLIP "C" API is exposed through hpmud. See hpmud.h for documentation. A Python wrapper for hpmud, called hpmudext, is also available. Package: libicu-dev Description-md5: efb9bc7588bc693e0bc9d6d1813a18dd Description-en: Development files for 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 development files for ICU along with programs used to manipulate data files found in the ICU sources. Package: libicu48 Description-md5: ea5cc55770d8f276c67880d90115d206 Description-en: 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. Package: libicu48-dbg Description-md5: cd531f650c894307a7f9e9bc71ee864b Description-en: International Components for Unicode ICU is a C++ and C library that provides robust and full-featured Unicode and locale support. This package contains debugging symbols for the libraries. Package: libimobiledevice-dev Description-md5: fd9a20c2b440f01ec4b9eb965aa42e9a Description-en: Library for communicating with iPhone and iPod Touch devices libimobiledevice is a library that talks the native Apple USB protocols that the iPhone and iPod Touch use. Unlike other projects, libimobiledevice does not depend on using any existing libraries from Apple. . This package contains the development files. Package: libimobiledevice-doc Description-md5: 7dcda431a51aa4288c96d2b2dc9704c7 Description-en: Library for communicating with iPhone and iPod Touch devices libimobiledevice is a library that talks the native Apple USB protocols that the iPhone and iPod Touch use. Unlike other projects, libimobiledevice does not depend on using any existing libraries from Apple. . This package contains the documentation for the library. Package: libimobiledevice3 Description-md5: b63dfdd75baa933b181ba059d3cb96a2 Description-en: Library for communicating with the iPhone and iPod Touch libimobiledevice is a library that talks the native Apple USB protocols that the iPhone and iPod Touch use. Unlike other projects, libimobiledevice does not depend on using any existing libraries from Apple. Package: libimobiledevice3-dbg Description-md5: d22def284c479ea2fe12faed1fe6c756 Description-en: Library for communicating with iPhone and iPod Touch devices libimobiledevice is a library that talks the native Apple USB protocols that the iPhone and iPod Touch use. Unlike other projects, libimobiledevice does not depend on using any existing libraries from Apple. . This package contains the debugging symbols. Package: libisc83 Description-md5: 6530db41bb53f0f9fc50d6f397950e53 Description-en: 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. Package: libisccc80 Description-md5: da6a1a2a1fbcd8229f24523ae8ae7b33 Description-en: 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. Package: libisccfg82 Description-md5: 3a890bff8c41bd92ac3e542818fb7f79 Description-en: 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. Package: libjbig-dev Description-md5: adb859ea7f3297c702ae65a62d5b099c Description-en: JBIGkit development files 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 headers for the library. . Please note: There is no statically linked library in this package, and what was previously two libraries with a single common file has been merged into one library (libjbig). Package: libjbig0 Description-md5: dff3510ff69e0a9b07a69c345f0aedb3 Description-en: 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. Package: libjpeg-turbo8 Description-md5: e73784921dcb74ecc93efca2d0dbf06a Description-en: 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. Package: libjpeg-turbo8-dbg Description-md5: 9642361e392f97fb16b31dfbf38ea4d1 Description-en: Debugging symbols for the libjpeg-turbo library An optimized implementation of the Independent JPEG Group's JPEG library is a library for handling JPEG files. . This package contains the debugging symbols for libjpeg-turbo. Package: libjpeg-turbo8-dev Description-md5: d25e4fedcfe5ade5e441d4bc95a4a0d1 Description-en: Development files for the IJG JPEG library The Independent JPEG Group's JPEG library is a library for handling JPEG files. . This package contains the static library, headers and documentation. Package: libjpeg62 Description-md5: 53d80d990dac853780cc2c973a60e680 Description-en: Independent JPEG Group's JPEG runtime library (version 6.2) The Independent JPEG Group's JPEG library is a library for handling JPEG files. . This package contains the shared library for version 6.2. Package: libjpeg62-dbg Description-md5: 3387562520832fd6b3c1640c9bdde454 Description-en: Development files for the IJG JPEG library (version 6.2) The Independent JPEG Group's JPEG library is a library for handling JPEG files. . This package contains the debugging symbols for libjpeg for version 6.2. Package: libjpeg62-dev Description-md5: 754ff6d7596fa7d0dad4124be6dd4ac1 Description-en: Development files for the IJG JPEG library (version 6.2) The Independent JPEG Group's JPEG library is a library for handling JPEG files. . This package contains the static library, headers and documentation for version 6.2. Package: libkcmutils4 Description-md5: 0664b9af20b96f1c42e9dc3e04e67da4 Description-en: utility classes for using KCM modules This library provides utility classes for using KCM modules in a KDE application. . This package is part of the KDE Development Platform libraries module. Package: libkde3support4 Description-md5: 991cc7b40c4c49f2141dd24fe02e64be Description-en: KDE 3 Support Library for the KDE 4 Platform The classes here are only for convenience of porting from KDE 3 to KDE 4 Platform. They are not supposed to be used for a long time. You should move on to replacement classes provided by the framework or implement something yourself in the long run. . This package is part of the KDE Development Platform libraries module. Package: libkdeclarative5 Description-md5: 68aa12fd756ea17a2040ffb30a42f8ac Description-en: declarative library for plasma This library provides plasma bindings for Qt Quick . This package contains experimental software and should not be used in production environment . This package is part of the KDE Development Platform libraries module. Package: libkdecore5 Description-md5: 63b72d99622f0f39483e2857c12b1ce7 Description-en: KDE Platform Core Library All KDE Applications use this library to provide basic functionality such as the configuration system, IPC, internationalization and locale support, site-independent access to the filesystem and a large number of other (but no less important) things. The classes in this library does not require linkage to QtGui or any other library that requires a graphical interface. . This package is part of the KDE Development Platform libraries module. Package: libkdesu5 Description-md5: b0a8912323d2acc159aee09909172425 Description-en: Console-mode Authentication Library for the KDE Platform This library provides functionality for building GUI front ends for (password asking) console mode programs. For example, kdesu and kdessh use it to interface with su and ssh respectively. . This package is part of the KDE Development Platform libraries module. Package: libkdeui5 Description-md5: dd888935d1059e0ffd266016dcabd53c Description-en: KDE Platform User Interface Library This library provides standard user interface elements for use in KDE Applications. If your KDE Application has a GUI, you will almost certainly link to this library. . A spell-checker functionality is also provided. Sonnet offers easy access to International ISpell or ASpell as well as a spell-checker GUI ("Add", "Replace", etc.). . This package is part of the KDE Development Platform libraries module. Package: libkdewebkit5 Description-md5: 37f74b24ea041b93eceb237236a38db3 Description-en: KDE WebKit Library This library provides KDE integration of the QtWebKit library. . This package is part of the KDE Development Platform libraries module. Package: libkdnssd4 Description-md5: a67f398f302ac7c437c2db6660c0cb5d Description-en: DNS-SD Protocol Library for the KDE Platform This library is for handling the DNS-based Service Discovery Protocol (DNS-SD), the layer of Zeroconf that allows network services, such as printers, to be discovered without any user intervention or centralized infrastructure. . This package is part of the KDE Development Platform libraries module. Package: libkemoticons4 Description-md5: cae26d9220ef55bb5d93e6e50aaabbeb Description-en: utility classes to deal with emoticon themes This library provides utility classes to deal with emoticon themes in KDE applications. It provides classes to load emoticon themes from various sources as well as install new themes. . This package is part of the KDE Development Platform libraries module. Package: libkfile4 Description-md5: ca6120f48cf645c62bd18c493fa976ce Description-en: File Selection Dialog Library for KDE Platform This library provides the file selection dialog and its components. . This package is part of the KDE Development Platform libraries module. Package: libkhtml5 Description-md5: 6fdc11e326da0a1bd495dcdc96640c27 Description-en: KHTML Web Content Rendering Engine This library provides the component based on the KDE parts framework that can be used to embed a fully-fledged HTML browser widget in any KDE Application. This library uses the KHTML Web Content Rendering Engine to rendering. . This package is part of the KDE Development Platform libraries module. Package: libkidletime4 Description-md5: 5eb21e2d5fd8b18292c2b04164cbd62f Description-en: library to provide information about idle time This library contains a class that allows applications to watch for user activity or inactivity. It is useful not only for finding out about the current idle time of the PC, but also for getting notified upon idle time events, such as custom timeouts, or user activity. . This package is part of the KDE Development Platform libraries module. Package: libkimproxy4 Description-md5: 68e45e2a7240f7aa539c55fa9670181b Description-en: Instant Messaging Interface Library for the KDE Platform This library provides an easy-to-use interface to any instant messengers or chat programs that implement KIMIface. . This package is part of the KDE Development Platform libraries module. Package: libkio5 Description-md5: f9d64e3dda3bf4c061b02623b14ed159 Description-en: Network-enabled File Management Library for the KDE Platform This library implements almost all the file management functions you will ever need. In fact, the KDE file manager, Konqueror also uses this to provide its network-enabled file management. This library also implements the KDE file selector widget. . This package is part of the KDE Development Platform libraries module. Package: libkjsapi4 Description-md5: ef5d36e5444d0736d01d3dc877117014 Description-en: KJS API Library for the KDE Development Platform This library provides an ECMAScript compatible interpreter. The ECMA standard is based on well known scripting languages such as Netscape's JavaScript and Microsoft's JScript. . This package is part of the KDE Development Platform libraries module. Package: libkjsembed4 Description-md5: 7d592f95900bcda9ed863557c464d5cf Description-en: library for binding JavaScript objects to QObjects This library provides a method of binding JavaScript objects to QObjects, so you can script your applications. It also provides an interface for running embedded Javascript. . This package is part of the KDE Development Platform libraries module. Package: libkmediaplayer4 Description-md5: 41939bc408f0c531de5f851dcf989514 Description-en: KMediaPlayer Interface for the KDE Platform KMediaPlayer provides an API for re-usable media player components. The main class (KMediaPlayer::Player) provides all the necessary media player operations, with an optional GUI to control them. . This package is part of the KDE Development Platform libraries module. Package: libknewstuff2-4 Description-md5: 3b60147847daf44fbccfb1a682258447 Description-en: "Get Hot New Stuff" v2 Library for the KDE Platform The KNewStuff2 ("Get Hot New Stuff" v2) library adds data sharing capabilities to KDE Applications. Technically, it implements the GHNS and DXS specifications. The library consists of three parts: the data management core and GHNS protocol implementation, the DXS web service handler, and the user interface classes like dialogs and buttons. . This package is part of the KDE Development Platform libraries module. Package: libknewstuff3-4 Description-md5: f38a1ea642d10041b05d41abd81c1721 Description-en: "Get Hot New Stuff" v3 Library for the KDE Platform The KNewStuff3 ("Get Hot New Stuff" v3) library adds data sharing capabilities to the KDE Applications. It uses libattica to access Open Collaboration Services providers. In addition the static XML from GHNS is supported. . This package is part of the KDE Development Platform libraries module. Package: libknotifyconfig4 Description-md5: 92a159564b8bead16419278ef73c0269 Description-en: library for configuring KDE Notifications This library provides a common interface for the configuration of the KDE Notifications (KNotify) for each KDE Application (e.g. "Configuration Notification" dialog). . This package is part of the KDE Development Platform libraries module. Package: libkntlm4 Description-md5: a4c2aefaa45147ea6933464366053951 Description-en: NTLM Authentication Library for the KDE Platform This library is useful for creating the authentication structures which can be used for various servers which implement NTLM type authentication. A comprehensive description of the NTLM authentication protocol can be found at http://davenport.sourceforge.net/ntlm.html . The library also provides subroutines to create the LanManager and NT (MD4) hashes of a password. . This package is part of the KDE Development Platform libraries module. Package: libkparts4 Description-md5: 98c676da683b1bb14ce3b6e59252a0bb Description-en: Framework for the KDE Platform Graphical Components This library implements the framework for reusable KDE components (kparts), which are elaborate widgets with a user-interface defined in terms of actions (menu items, toolbar icons). . This package is part of the KDE Development Platform libraries module. Package: libkprintutils4 Description-md5: fd3d73f26788fb553bf5c5fc82981d77 Description-en: utility classes to deal with printing This library is meant to provide utility classes for using printing features in KDE applications. Currently it only provides a print preview dialog. . This package is part of the KDE Development Platform libraries module. Package: libkpty4 Description-md5: 88650c0f22bb7f0ec349c0b6cf39f941 Description-en: Pseudo Terminal Library for the KDE Platform This library provides primitives to interface with pseudo terminal devices as well as a KProcess derived class for running child processes and communicating with them using a pty. . This package is part of the KDE Development Platform libraries module. Package: libkrosscore4 Description-md5: 36901388f1fca67e2a2b0d8491d66b2a Description-en: Kross Core Library Kross is a scripting bridge for the KDE Development Platform used to embed scripting functionality into an application. Kross provides an abstract API to provide scripting functionality in a interpreter-independent way. The application that uses Kross should not need to know anything about the scripting language being used. . The core of Kross provides the framework to deal transparently with interpreter-backends and offers abstract functionality to deal with scripts. . This package is part of the KDE Development Platform libraries module. Package: libkrossui4 Description-md5: 299663dd13172b62a97dba0a445d9342 Description-en: Kross UI Library Kross is a scripting bridge for the KDE Development Platform used to embed scripting functionality into an application. Kross provides an abstract API to provide scripting functionality in a interpreter-independent way. The application that uses Kross should not need to know anything about the scripting language being used. . The UI library of Kross provides the Kross KParts plugin and other classes aimed towards Kross integration with the KDE graphical applications. . This package is part of the KDE Development Platform libraries module. Package: libktexteditor4 Description-md5: 2d8e60170c0b920dc40b14f799eaf14b Description-en: KTextEditor interfaces for the KDE Platform This package provides the KTextEditor interfaces (also called KTE interfaces) that are a set of well-defined interfaces which an application or library can implement to provide advanced plain text editing services. Applications which utilise this interface can thus allow the user to choose which implementation of the editor component to use. The only implementation right now is the Kate Editor Component (Kate Part). . This package is part of the KDE Development Platform libraries module. Package: libkunitconversion4 Description-md5: b9918503d482d7d829ab3df3d0dfe2e2 Description-en: Unit Conversion library for the KDE Platform The kunitconversion library can help KDE 4 application in doing conversions of values in different measure units. . Currently, it can provide conversions for the following unit categories: * currency * density * energy * fuel efficiency * length * mass * power * pressure * temperature * time * velocity * volume . This library is part of the KDE Development Platform libraries module. Package: libkutils4 Description-md5: 694b339a296f5f2257295f8914329086 Description-en: dummy transitional library This library has been split into libkcmutils4, libkprintutils4, libkidletime4 and libkemoticons4. This binary is provided to keep binary compatibility with software that was compiled against it. New software should not link against this library. . This package is part of the KDE Development Platform libraries module. Package: liblcms2-2 Description-md5: f2e97e265067bf340866f48be3f9cae5 Description-en: 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. Package: liblcms2-dev Description-md5: 87ff14435a28f46ae1486d878912dfa7 Description-en: Little CMS 2 color management library development headers 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. Little CMS 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. This package contains the development headers used for building software that uses Little CMS. Package: liblwres80 Description-md5: 73843c094de7b4dfcc9ed1e36cc6d546 Description-en: 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. Package: libmagic-dev Description-md5: 8dfdad924ca9981a019ce4d5e66307e2 Description-en: File type determination library using "magic" numbers (development) This library can be used to classify files according to magic number tests. It implements the core functionality of the file command. . This package contains the development files. Package: libmagic1 Description-md5: 7bbc15df978ca5c0adea7312cbc02445 Description-en: 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. Package: libmagick++-dev Description-md5: b938b7703abcd228af38c5cac9f8ae72 Description-en: object-oriented C++ interface to ImageMagick - development files This package includes header files and static libraries needed to compile programs using Magick++. Package: libmagick++5 Description-md5: 8e8fbab9ccdf45928236b9f3c42ecd91 Description-en: object-oriented C++ interface to ImageMagick The Magick++ library is a set of C++ wrapper classes that provides access to the ImageMagick package functionality from within a C++ application. . This package contains the C++ libraries needed to run executables that make use of libMagick++. Package: libmagickcore-dev Description-md5: aa88f5d5082ff9b7448857107c1318e9 Description-en: low-level image manipulation library - development files This package includes header files and static libraries needed to compile programs using MagickCore. Package: libmagickcore5 Description-md5: 31a16c71aad370b017e54b54536e4503 Description-en: low-level image manipulation library The MagickCore API is a low-level interface between the C programming language and the ImageMagick image processing libraries and is recommended for wizard-level programmers only. Unlike the MagickWand C API which uses only a few opaque types and accessors, with MagickCore you almost exclusively access the structure members directly. . This package contains the C libraries needed to run executables that make use of MagickCore. Package: libmagickcore5-extra Description-md5: 74d032fafdeeca601f033c6cd8e31fae Description-en: low-level image manipulation library - extra codecs This package adds support for SVG, WMF, OpenEXR, DjVu and Graphviz to MagickCore. Package: libmagickwand-dev Description-md5: 431e989a3aae92a173c5b1cf4ffe85eb Description-en: image manipulation library - development files This package includes header files and static libraries needed to compile programs using MagickWand. Package: libmagickwand5 Description-md5: 551ef05d728c4f543dc3afb54a3f6c73 Description-en: image manipulation library The MagickWand API is the recommended interface between the C programming language and the ImageMagick image processing libraries. Unlike the MagickCore C API, MagickWand uses only a few opaque types. Accessors are available to set or get important wand properties. . This package contains the C libraries needed to run executables that make use of MagickWand. Package: libmodule-signature-perl Description-md5: 003b4a0e2accc05cf4a4ef88654a7733 Description-en: module to manipulate CPAN SIGNATURE files Module::Signature is a Perl module that adds cryptographic authentications to CPAN distributions, via the special SIGNATURE file. It also includes various tools to sign distributions and to verify signatures and supports using many different cryptographic hashing algorithms. Package: libmysqlclient-dev Description-md5: 716f7a81dc4e3e8899c7eaa66b24736d Description-en: MySQL database development files 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 development libraries and header files. Package: libmysqlclient18 Description-md5: 49de807663510f5f2afd3e71efe199f1 Description-en: 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. Package: libmysqld-dev Description-md5: 2f06b7e1bfdb9f620d92f9696d24fabc Description-en: MySQL embedded database development files 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 embedded server library and header files. Package: libnepomuk4 Description-md5: b19e398b2de1071ad89678968e230e2a Description-en: Nepomuk Meta Data Library Nepomuk aims to provide the basis to handle all kinds of metadata on the KDE desktop in a generic fashion. This ranges from simple information such as tags or ratings over metadata extracted from files to metadata that is generated by applications automatically. RDF, the Resource Description Framework, provides the powerful basis to store and query all this data. The goal is to categorize all metadata using clean ontologies to make an automated handling and enrichment of the data possible. . This library implements core Nepomuk functionality like handling of resources and ontologies. . This package is part of the KDE Development Platform libraries module. Package: libnepomukquery4a Description-md5: f817c9a2910650273d5905aa6b8bc8d7 Description-en: Nepomuk Query Library for the KDE Platform Nepomuk aims to provide the basis to handle all kinds of metadata on the KDE desktop in a generic fashion. This ranges from simple information such as tags or ratings over metadata extracted from files to metadata that is generated by applications automatically. RDF, the Resource Description Framework, provides the powerful basis to store and query all this data. The goal is to categorize all metadata using clean ontologies to make an automated handling and enrichment of the data possible. . This library implements the Nepomuk Query API. It is aimed to be used by KDE desktop applications to query Nepomuk database for metadata. . This package is part of the KDE Development Platform libraries module. Package: libnepomukutils4 Description-md5: 064394da7816fadaeba58ce100eb1836 Description-en: Nepomuk Utility Library Nepomuk aims to provide the basis to handle all kinds of metadata on the KDE desktop in a generic fashion. This ranges from simple information such as tags or ratings over metadata extracted from files to metadata that is generated by applications automatically. RDF, the Resource Description Framework, provides the powerful basis to store and query all this data. The goal is to categorize all metadata using clean ontologies to make an automated handling and enrichment of the data possible. . This library implements the Nepomuk utility functionality. . This package is part of the KDE Development Platform libraries module. Package: libnspr4 Description-md5: 3e33845d0ce10a75ffbe5d271b638f2f Description-en: NetScape Portable Runtime Library This library provides platform independent non-GUI operating system facilities including: * threads, * thread synchronisation, * normal file I/O and network I/O, * interval timing and calendar time, * basic memory management (malloc and free), * shared library linking. Package: libnspr4-dbg Description-md5: f3cce748eb88ceeb1d878f7c8168ac85 Description-en: Debugging symbols for the NetScape Portable Runtime library This library provides platform independent non-GUI operating system facilities including: * threads, * thread synchronisation, * normal file I/O and network I/O, * interval timing and calendar time, * basic memory management (malloc and free), * shared library linking. . This package provides the debugging symbols for the library. Package: libnspr4-dev Description-md5: 5fb64e5ffcd6242fc78f56e991c9d6df Description-en: Development files for the NetScape Portable Runtime library This library provides platform independent non-GUI operating system facilities including: * threads, * thread synchronisation, * normal file I/O and network I/O, * interval timing and calendar time, * basic memory management (malloc and free), * shared library linking. . Install this package if you wish to develop your own programs using the NetScape Portable Runtime library. Package: libnss-winbind Description-md5: 223d38d764a9bb35ad3be4c8d048957d Description-en: Samba nameservice integration plugins Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file and printer sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as an NT4-style domain controller, and can integrate with both NT4 domains and Active Directory realms as a member server. . This package provides nss_winbind, a plugin that integrates with a local winbindd server to provide user/group name lookups to the system; and nss_wins, which provides hostname lookups via both the NBNS and NetBIOS broadcast protocols. Package: libnss3 Description-md5: 8cae15b3c3c4e609abb7935ebf0d0f66 Description-en: Network Security Service libraries This is a set of libraries designed to support cross-platform development of security-enabled client and server applications. It can support SSLv2 and v4, TLS, PKCS #5, #7, #11, #12, S/MIME, X.509 v3 certificates and other security standards. Package: libnss3-1d Description-md5: 2321100e1b0feb27d5258b628624369b Description-en: Network Security Service libraries This is a set of libraries designed to support cross-platform development of security-enabled client and server applications. It can support SSLv2 and v4, TLS, PKCS #5, #7, #11, #12, S/MIME, X.509 v3 certificates and other security standards. . This package contains versioned symbolic links for Debian compatibility. Package: libnss3-dbg Description-md5: 2a6641a78d510ea21132933409ef387f Description-en: Debugging symbols for the Network Security Service libraries This is a set of libraries designed to support cross-platform development of security-enabled client and server applications. It can support SSLv2 and v4, TLS, PKCS #5, #7, #11, #12, S/MIME, X.509 v3 certificates and other security standards. . This package provides the debugging symbols for the library. Package: libnss3-dev Description-md5: 04c0a8f989d299406710231d2a99043d Description-en: Development files for the Network Security Service libraries This is a set of libraries designed to support cross-platform development of security-enabled client and server applications. It can support SSLv2 and v4, TLS, PKCS #5, #7, #11, #12, S/MIME, X.509 v3 certificates and other security standards. . Install this package if you wish to develop your own programs using the Network Security Service Libraries. Package: libopenvg1-mesa Description-md5: 23fad5a33ddc86c1ebd79b349b93c466 Description-en: free implementation of the OpenVG API -- runtime This package contains the mesa implementation of the OpenVG 2D acceleration library. OpenVG provides a device independent and vendor-neutral interface for sophisticated 2D graphical applications, while allowing device manufacturers to provide hardware acceleration on devices ranging from wrist watches to full microprocessor-based desktop and server machines. Package: libopenvg1-mesa-dbg Description-md5: e093793928f70f1daa03783f40a7298c Description-en: free implementation of the OpenVG API -- debugging symbols This package contains the mesa implementation of the OpenVG 2D acceleration library. OpenVG provides a device independent and vendor-neutral interface for sophisticated 2D graphical applications, while allowing device manufacturers to provide hardware acceleration on devices ranging from wrist watches to full microprocessor-based desktop and server machines. . This package contains the debugging symbols for the OpenVG library. Package: libopenvg1-mesa-dev Description-md5: 83d64f6fb398c328ebe1bcc729f426b3 Description-en: free implementation of the OpenVG API -- development files This package contains the mesa implementation of the OpenVG 2D acceleration library. OpenVG provides a device independent and vendor-neutral interface for sophisticated 2D graphical applications, while allowing device manufacturers to provide hardware acceleration on devices ranging from wrist watches to full microprocessor-based desktop and server machines. . This package contains the development environment required for compiling programs against the OpenVG 2D acceleration library. Package: libosmesa6 Description-md5: e0dd0508dd95a809bb554369d28e278c Description-en: Mesa Off-screen rendering extension OSmesa is a Mesa extension that allows programs to render to an off-screen buffer using the OpenGL API without having to create a rendering context on an X Server. It uses a pure software renderer. . This package provides both 16-bit and 32-bit versions of the off-screen renderer which do not require external libraries to work. Package: libosmesa6-dev Description-md5: 9b1d7a0b3e6a2ea021f4443f42dcff4f Description-en: Mesa Off-screen rendering extension -- development files This package provides the required environment for developing programs that use the off-screen rendering extension of Mesa. . For more information on OSmesa see the libosmesa6 package. Package: libpam-smbpass Description-md5: 99a52e9b231c8359c64eb7bde1bc1cb1 Description-en: pluggable authentication module for Samba This is a module for PAM that enables a system administrator to migrate user passwords from the Unix password database to the SMB password database as used by Samba, and to subsequently keep the two databases in sync. Unlike other solutions, it does this without needing users to log in to Samba using cleartext passwords, or requiring them to change their existing passwords. Package: libpam-winbind Description-md5: fba9076429d270720a91324cff071fed Description-en: Windows domain authentication integration plugin Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file and printer sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as an NT4-style domain controller, and can integrate with both NT4 domains and Active Directory realms as a member server. . This package provides pam_winbind, a plugin that integrates with a local winbindd server to provide Windows domain authentication to the system. Package: libpam-xdg-support Description-md5: 81e9724f3343cc2f0c13af36997959aa Description-en: PAM module for XDG_RUNTIME_DIR support The freedesktop.org XDG Base Directory Specification requires that for each user on the system, all active sessions have access to a shared, local, writable directory whose path is given by the $XDG_RUNTIME_DIR environment variable and whose contents are cleared when the user logs out. . This package supplies a PAM session module that manages the directory according to the specification. Package: libpathplan4 Description-md5: 3b349696750e1cfac5e966e847c18e9c Description-en: rich set of graph drawing tools - pathplan library Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the pathplan library. Package: libperl-dev Description-md5: 493158c7ca91f27f024cd9c2d9d421aa Description-en: Perl library: development files Files for developing applications which embed a Perl interpreter. Package: libperl5.14 Description-md5: 201a341014bbc42f83ce4b74bbb7da77 Description-en: shared Perl library This package is required by programs which embed a Perl interpreter to ensure that the correct version of `perl-base' is installed. It additionally contains the shared Perl library on architectures where the perl binary is linked to libperl.a (currently only i386, for performance reasons). In other cases the actual library is in the `perl-base' package. Package: libpgtypes3 Description-md5: 3001cc8e6d64fb4ef5e037ade675d7d4 Description-en: shared library libpgtypes for PostgreSQL 9.1 The libpgtypes shared library is used by programs built with ecpg. (Embedded PostgreSQL for C). . PostgreSQL is an object-relational SQL database management system. Package: libpixman-1-0 Description-md5: 7e3f88ca19f9f065eee2d857d76692bb Description-en: 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. Package: libpixman-1-0-dbg Description-md5: 06db9acce44cebdedaf9de80824c7318 Description-en: pixel-manipulation library for X and cairo (debugging symbols) Debugging symbols for the Cairo/X pixel manipulation library. This is needed to debug programs linked against libpixman0. Package: libpixman-1-dev Description-md5: 2f64070b43fb7746f0a51fb4de195746 Description-en: pixel-manipulation library for X and cairo (development files) Development libraries, header files and documentation needed by programs that want to compile with the Cairo/X pixman library. Package: libplasma3 Description-md5: 069ac695b489886696dab1b47f4363b3 Description-en: Plasma Library for the KDE Platform This package contains the Plasma library. Plasma is one of the key technologies of KDE 4 (also known as the "Pillars of KDE"), and one of the most visible to users. It is the component that is "in charge" of the desktop interface; the desktop, panel (often referred simply as the task bar), and related elements. Plasma aims to change the traditional concepts of the "Desktop", incorporating semantic application elements, and bringing cooperating technologies to the user's fingertips in a way that is visually appealing while easing work flow. . It is part of the KDE Development Platform libraries module. Package: libpolkit-agent-1-0 Description-md5: 9a6eb26d9cf44b4d9acb5e041f4ddf18 Description-en: 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. Package: libpolkit-agent-1-dev Description-md5: 7e82da0ca3c53b982d17cc8ea9690d79 Description-en: PolicyKit Authentication Agent API - development files PolicyKit is a toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes. . This package contains the development files for the library found in libpolkit-agent-1-0. Package: libpolkit-backend-1-0 Description-md5: 126d14cbabd9d5aaa5d367ec33dd192c Description-en: 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. Package: libpolkit-backend-1-dev Description-md5: d74e7c067ea756e053bc3aefbb7e04ba Description-en: PolicyKit backend API - development files PolicyKit is a toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes. . This package contains the development files for the library found in libpolkit-backend-1-0. Package: libpolkit-gobject-1-0 Description-md5: c1a8724c66c4379fb4889482c08012fc Description-en: 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. Package: libpolkit-gobject-1-dev Description-md5: 087c4a65220a0fe10af5d323da0bd877 Description-en: PolicyKit Authorization API - development files PolicyKit is a toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes. . This package contains the development files for the library found in libpolkit-gobject-1-0. Package: libpoppler-cpp-dev Description-md5: b8ccf7d2887aa9a8117d5795dcfa8442 Description-en: PDF rendering library -- development files (CPP interface) Poppler is a PDF rendering library based on Xpdf PDF viewer. . This package contains the headers and development libraries needed to build applications using the C++ Poppler interface. Package: libpoppler-cpp0 Description-md5: bd2c0f6fbd7019f0ce9ff23bdb5a718d Description-en: PDF rendering library (CPP shared library) Poppler is a PDF rendering library based on Xpdf PDF viewer. . This package provides the CPP shared library for applications using a simple C++ interface (using STL, and no other dependency) to Poppler. Package: libpoppler-dev Description-md5: 6d35e7b20480c00075b7865baad4287e Description-en: PDF rendering library -- development files Poppler is a PDF rendering library based on Xpdf PDF viewer. . This package contains the development libraries needed to build applications using Poppler. Package: libpoppler-glib-dev Description-md5: 4483b544bc64264785fa77d6466a341f Description-en: PDF rendering library -- development files (GLib interface) Poppler is a PDF rendering library based on Xpdf PDF viewer. . This package contains the headers and development libraries needed to build applications using the GLib-based Poppler interface. Package: libpoppler-glib8 Description-md5: 3d73daa08a49dca5cd4c25e32862c41e Description-en: PDF rendering library (GLib-based shared library) Poppler is a PDF rendering library based on Xpdf PDF viewer. . This package provides the GLib-based shared library for applications using the GLib interface to Poppler. Package: libpoppler-private-dev Description-md5: f047a262a6d3ff3cbd6650f1d55e93d4 Description-en: PDF rendering library -- private development files Poppler is a PDF rendering library based on Xpdf PDF viewer. . This package contains the private and unstable headers needed to build applications using the private Poppler core library. Package: libpoppler-qt4-4 Description-md5: 7aba3c6a3f8bfa6fa8e6d9ea66a1433d Description-en: PDF rendering library (Qt 4 based shared library) Poppler is a PDF rendering library based on Xpdf PDF viewer. . This package provides the Qt 4 based shared library for applications using the Qt 4 interface to Poppler. Package: libpoppler-qt4-dev Description-md5: 49af48187cf9e04b62ac9215438d6465 Description-en: PDF rendering library -- development files (Qt 4 interface) Poppler is a PDF rendering library based on Xpdf PDF viewer. . This package contains the headers and development libraries needed to build applications using the Qt 4-based Poppler interface. Package: libpoppler28 Description-md5: 74b6b371a9886bca4fc2c2761b5a2fec Description-en: PDF rendering library Poppler is a PDF rendering library based on Xpdf PDF viewer. . This package contains the shared core library. Package: libpostproc-dev Description-md5: 86f863657363a4743bdf715ad27d245e Description-en: Development files for libpostproc Libav is a complete, cross-platform solution to decode, encode, record, convert and stream audio and video. . This is the video postprocessing library from Libav. . This package contains the header files and static libraries needed to compile applications or shared objects that use libpostproc. Package: libpostproc52 Description-md5: 3052ad99e7f387d07661b0f5efe77dcd Description-en: Libav video postprocessing library Libav is a complete, cross-platform solution to decode, encode, record, convert and stream audio and video. . This is the video postprocessing library from Libav. Package: libpq-dev Description-md5: 7f4362b106aae6b219ccc880faa1f04c Description-en: header files for libpq5 (PostgreSQL library) Header files and static library for compiling C programs to link with the libpq library in order to communicate with a PostgreSQL database backend. . PostgreSQL is an object-relational SQL database management system. Package: libpq5 Description-md5: 4109d08c168c8058d09c0cc8bf8b18b1 Description-en: PostgreSQL C client library libpq is a C library that enables user programs to communicate with the PostgreSQL database server. The server can be on another machine and accessed through TCP/IP. This version of libpq is compatible with servers from PostgreSQL 8.2 or later. . This package contains the run-time library, needed by packages using libpq. . PostgreSQL is an object-relational SQL database management system. Package: libpurple-bin Description-md5: 0bb5fd55724d9d7cf0369b3935f345b1 Description-en: multi-protocol instant messaging library - extra utilities This package contains the utilities not included in the main libpurple0 package. Currently included are: purple-remote, purple-send, purple-send-async, and purple-url-handler. Package: libpurple-dev Description-md5: b17a06afcbe53ddca5dc2a149cb2f24d Description-en: multi-protocol instant messaging library - development files This package contains the headers and other development files not included in the main libpurple0 package. Install this if you wish to compile your own client-agnostic plugins, or would like to compile programs that use libpurple. Package: libpurple0 Description-md5: b13d02b517b424bf47518267ff7ea6d0 Description-en: multi-protocol instant messaging library libpurple is a library intended to be used by programmers seeking to write an IM client that connects to many IM networks. Currently supported are: AIM/ICQ, Yahoo!, MSN, IRC, Jabber/XMPP/Google Talk, Napster, Zephyr, Gadu-Gadu, Bonjour, Groupwise, Sametime, SIMPLE, MySpaceIM, and MXit. . Some extra packages are suggested to use increased functionality: * tcl8.5, tk8.5: - Support for writing plugins with Tcl/Tk Package: libpython2.7 Description-md5: 625cca46f11e5d8fc4ba5fb189131840 Description-en: Shared Python runtime library (version 2.7) Version 2.7 of 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 contains the shared runtime library, normally not needed for programs using the statically linked interpreter. Package: libpython3.2 Description-md5: f700874645ddf215a34a25d021eb8f1f Description-en: Shared Python runtime library (version 3.2) Version 3.2 of 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 contains the shared runtime library, normally not needed for programs using the statically linked interpreter. Package: libpython3.3 Description-md5: fafc98464b7478919c42dd46a3db7a65 Description-en: Shared Python runtime library (version 3.3) Version 3.3 of 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 contains the shared runtime library, normally not needed for programs using the statically linked interpreter. Package: libpython3.3-dbg Description-md5: 6281c516e4da96ec2a93ad15eec01558 Description-en: Debug Build of the Python Interpreter (version 3.3) Python interpreter configured with --pydebug. Dynamically loaded modules are searched in /usr/lib/python3.3/lib-dynload/debug first. . This package contains the library for the debug interpreter. It is normally not used on it's own, but as a dependency of python3.3. Package: libpython3.3-dev Description-md5: 7b432cb6f91ea62270751aad16aa5fe3 Description-en: Header files and a static library for Python (v3.3) Header files, a static library and development tools for building Python (v3.3) modules, extending the Python interpreter or embedding Python (v3.3) in applications. . Maintainers of Python packages should read README.maintainers. . This package contains development files. It is normally not used on it's own, but as a dependency of python3.3-dev. Package: libpython3.3-minimal Description-md5: 45bb7b11611b607087c84b8ab87fb1ce Description-en: Minimal subset of the Python language (version 3.3) This package contains some essential modules. It is normally not used on it's own, but as a dependency of python3.3-minimal. Package: libpython3.3-stdlib Description-md5: 80f51fb770b138500503061f3389eca2 Description-en: Interactive high-level object-oriented language (version 3.3) Version 3.3 of 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 contains the standard library. It is normally not used on it's own, but as a dependency of python3.3. Package: libqt4-dbg Description-md5: eb306b2c018309e76cbbf8fad24c95cc Description-en: Qt 4 library debugging symbols Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the debugging symbols for the Qt 4 libraries. Package: libqt4-dbus Description-md5: d4138bc6e2864e684d9cd85db1fb1bb8 Description-en: Qt 4 D-Bus module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The QtDBus module is a Unix-only library that you can use to make Inter-Process Communication using the D-Bus protocol. . Applications using the QtDBus module can provide services to other, remote applications by exporting objects, as well as use services exported by those applications by placing calls and accessing properties. Package: libqt4-declarative Description-md5: 8f87c0a6a249f5950c24e5114ebf3904 Description-en: Qt 4 Declarative module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The Qt Declarative module provides a declarative framework for building highly dynamic, custom user interfaces. Package: libqt4-declarative-gestures Description-md5: d4b1230bf6f402b58b4dcdbf172dba13 Description-en: Qt 4 gestures QML plugin Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the gestures QML plugin for QtDeclarative. Package: libqt4-declarative-particles Description-md5: fbedb803fb8b49dd173016b4ab50d074 Description-en: Qt 4 particles QML plugin Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the particles QML plugin for QtDeclarative. Package: libqt4-designer Description-md5: 2a24b6b1733f51c1c9363cfa0098fe5b Description-en: Qt 4 designer module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The QtDesigner module provides classes that allow you to create your own custom widget plugins for Qt Designer, and classes that enable you to access Qt Designer's components. Package: libqt4-designer-dbg Description-md5: 4491691a63e68e54f064a6e60370b3c5 Description-en: Qt 4 designer library debugging symbols Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the debugging symbols for the Qt 4 Designer library. Package: libqt4-dev Description-md5: a972324e9d55eec79dbff3af47559638 Description-en: Qt 4 development files Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the header development files used for building Qt 4 applications. Package: libqt4-dev-bin Description-md5: c804803f66ed95e965d4d27c802d0735 Description-en: Qt 4 development programs Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the development programs used for building Qt 4 applications, such as moc, qdbuscpp2xml, qdbusxml2cpp, qt3to4, rcc, uic3, and uic. Package: libqt4-gui Description-md5: 21b72d16b92d0f21e67c8a304b1ec0f8 Description-en: transitional package for Qt 4 GUI runtime libraries Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This is a dummy transitional package depending on the Qt 4 GUI library packages which the package of the same name used to provide in Qt 4.3.4 and earlier packages of Qt 4. Package: libqt4-help Description-md5: 4282552a186c836dfd31978fb2245adc Description-en: Qt 4 help module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The QtHelp module provides classes for integrating online documentation in applications. Package: libqt4-network Description-md5: 98ebbd72cce02597330f65b7d5eba8db Description-en: Qt 4 network module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The QtNetwork module offers classes that allow you to write TCP/IP clients and servers. It provides classes to make network programming easier and portable. Package: libqt4-opengl Description-md5: ec36226450f35960693e2afd046e0d48 Description-en: Qt 4 OpenGL module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The QtOpenGL module offers classes that make it easy to use OpenGL in Qt applications. . OpenGL is a standard API for rendering 3D graphics. OpenGL only deals with 3D rendering and provides little or no support for GUI programming issues. Package: libqt4-opengl-dev Description-md5: 3a77d802eeaa1b2143dbee1ed81d6860 Description-en: Qt 4 OpenGL library development files Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the development files needed to build Qt 4 applications using QtOpenGL library. Package: libqt4-private-dev Description-md5: 3b49216a54fd67f2d78d35f413e75487 Description-en: Qt 4 private development files Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the private header development files for building some Qt 4 applications like Qt Creator QML Designer plugin. . Use at your own risk. Package: libqt4-qt3support Description-md5: f5f751633cc890280ad8ff0a1b4e8cb2 Description-en: Qt 3 compatibility library for Qt 4 Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The Qt3Support module provides classes that ease porting from Qt 3 to Qt 4. . It allows applications designed to use deprecated Qt 3 classes and functions to work with Qt 4, with help from the qt3to4 porting tool found in the libqt4-dev-bin package. Package: libqt4-qt3support-dbg Description-md5: 29e27abea5e7e9c89082297b36db40eb Description-en: Qt 3 compatibility library for Qt 4 debugging symbols Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the debugging symbols for the Qt 3 compatibility library for Qt 4. Package: libqt4-script Description-md5: 21dde8fb68da1c89ce92b58c86699dbd Description-en: Qt 4 script module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The QtScript module provides classes for making Qt applications scriptable. Package: libqt4-script-dbg Description-md5: 4fe268671423816b84a8ae12bcc16c4b Description-en: Qt 4 script library debugging symbols Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the debugging symbols for the Qt 4 Script library. Package: libqt4-scripttools Description-md5: 1a073bf09594d891464d930a909dabb8 Description-en: Qt 4 script tools module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The QtScriptTools module provides additional components for applications that use Qt Script. . This package contains the Qt Script debugger, a tool for debugging script execution in Qt applications that use Qt Script. Package: libqt4-sql Description-md5: 033030271b2b4c189900e5d6d936a912 Description-en: Qt 4 SQL module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The QtSql module helps you provide seamless database integration to your Qt applications. . If you wish to use the SQL module for development, you should install the libqt4-dev package. Package: libqt4-sql-mysql Description-md5: 58f1fcabfcd1ca19e285b19cd2b5fbda Description-en: Qt 4 MySQL database driver This package contains the MySQL plugin for Qt 4. . Install it if you intend to use or write Qt programs that are to access a MySQL DB. Package: libqt4-sql-sqlite Description-md5: d5fe42c3dad79ce432f99e9fb7dc8784 Description-en: Qt 4 SQLite 3 database driver This package contains the SQLite 3 plugin for Qt 4. . Install it if you intend to use or write Qt programs that are to access an SQLite 3 DB. Package: libqt4-svg Description-md5: f49f6fcd0ca383b8479379b260b0962f Description-en: Qt 4 SVG module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The QtSvg module provides classes for displaying the contents of SVG files. . Scalable Vector Graphics (SVG) is a language for describing two-dimensional graphics and graphical applications in XML. Package: libqt4-test Description-md5: f7a3b5b5082c11117b4d14ad7630bb01 Description-en: Qt 4 test module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The QtTest module provides classes for unit testing Qt applications and libraries. Package: libqt4-webkit-dbg Description-md5: eb6f0cce6774adbc05136f7b0ed3de8f Description-en: transitional package for Qt 4 WebKit debugging symbols Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This is a dummy transitional package and can be safely removed after libqtwebkit4-dbg is installed. Package: libqt4-xml Description-md5: ca9976f27351a30ee73f9ce4324d257b Description-en: Qt 4 XML module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The QtXml module provides a stream reader and writer for XML documents, and C++ implementations of SAX and DOM. Package: libqt4-xmlpatterns Description-md5: 2cb542abf850564476c503d1b1dad985 Description-en: Qt 4 XML patterns module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . QtXmlPatterns is a XQuery and XPath engine for XML and custom data models. Package: libqt4-xmlpatterns-dbg Description-md5: 5ff329580982f75247bbb5b0fd24d68b Description-en: Qt 4 XML patterns library debugging symbols Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the debugging symbols for the Qt 4 XML patterns library. Package: libqtcore4 Description-md5: 7cee1ea8aba376d920c9f7e8e7021f9c Description-en: Qt 4 core module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The QtCore module contains core non-GUI functionality. Package: libqtgui4 Description-md5: d6671d2f0c9c77c689ebd0483f37a882 Description-en: Qt 4 GUI module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The QtGui module extends QtCore with GUI functionality. Package: libraw-dev Description-md5: c5d75da67a9fd77fe2f4c9ff9bcc51c0 Description-en: raw image decoder library (development files) LibRaw is a library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others). . This package contains the static library and header files. Package: libraw-doc Description-md5: 40ee49077e6079579c20f569ac791566 Description-en: raw image decoder library (documentation) LibRaw is a library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others). . This package contains documentation files. Package: libraw5 Description-md5: 436cf471e5e66b160c9d836328eeba54 Description-en: raw image decoder library LibRaw is a library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others). . This package contains the shared library. Package: librpm-dbg Description-md5: b940250aa3e76b7ce785711342eb904c Description-en: debugging symbols for RPM The RPM Package Manager (RPM) is a command-line driven package management system capable of installing, uninstalling, verifying, querying, and updating computer software packages. . This package contains debugger symbols for librpm* and rpm. Package: librpm-dev Description-md5: b61ce5bb0129a6b93ca353a53ac9c1e2 Description-en: RPM shared library, development kit The RPM Package Manager (RPM) is a command-line driven package management system capable of installing, uninstalling, verifying, querying, and updating computer software packages. . This package provides the development kit, containing static libraries and header files necessary to build programs that use librpm. Package: librpm3 Description-md5: 43dcb3c7127ac155f80bce6eb02448dc Description-en: RPM shared library The RPM Package Manager (RPM) is a command-line driven package management system capable of installing, uninstalling, verifying, querying, and updating computer software packages. . This library allows programs to make use of an RPM database or RPM packages without going through the program rpm. Package: librpmbuild3 Description-md5: 6c8fdac9007ad1483cb5ded0c7a78d4e Description-en: RPM build shared library The RPM Package Manager (RPM) is a command-line driven package management system capable of installing, uninstalling, verifying, querying, and updating computer software packages. . This library provides an interface for building RPM packages. Package: librpmio3 Description-md5: b102b4700b4f67e72b6c457300d1dee3 Description-en: RPM IO shared library The RPM Package Manager (RPM) is a command-line driven package management system capable of installing, uninstalling, verifying, querying, and updating computer software packages. . This library provides basic IO functionality which is used by librpm. Package: librpmsign1 Description-md5: c2958f0a844ec375af9b40fae17c7280 Description-en: RPM signing shared library The RPM Package Manager (RPM) is a command-line driven package management system capable of installing, uninstalling, verifying, querying, and updating computer software packages. . This library provides an interface for signing RPM packages. Package: librsvg2-2 Description-md5: 5955c666a37a7cde845fec0579db4217 Description-en: SAX-based renderer library for SVG files (runtime) The rsvg library is an efficient renderer for Scalable Vector Graphics (SVG) pictures. . This package contains the runtime library, necessary to run applications using librsvg. Package: librsvg2-bin Description-md5: 5b2874a6506a4f661cb57262a5690742 Description-en: command-line and graphical viewers for SVG files The rsvg library is an efficient renderer for Scalable Vector Graphics (SVG) pictures. . This package includes a command-line utility to convert the SVG files to the PNG format and a graphical SVG viewer. Package: librsvg2-common Description-md5: ea3b9a976900e5b502f7a5919085cda4 Description-en: SAX-based renderer library for SVG files (extra runtime) The rsvg library is an efficient renderer for Scalable Vector Graphics (SVG) pictures. . This package includes the gdk-pixbuf loader allowing to load SVG images transparently inside GTK+ applications. Package: librsvg2-dbg Description-md5: 70e2b7a9cbb50f16c24118d4e3592ac7 Description-en: SAX-based renderer library for SVG files (debug) The rsvg library is an efficient renderer for Scalable Vector Graphics (SVG) pictures. . This package contains the debugging symbols. Package: librsvg2-dev Description-md5: 88fdcac4e12a294b5c6a4086d6f525b6 Description-en: SAX-based renderer library for SVG files (development) The rsvg library is an efficient renderer for Scalable Vector Graphics (SVG) pictures. . This package provides the necessary development libraries and include files to allow you to develop with librsvg. Package: librsvg2-doc Description-md5: 6df5f01db90053b5cc6ab1c054d5a182 Description-en: SAX-based renderer library for SVG files (documentation) The rsvg library is an efficient renderer for Scalable Vector Graphics (SVG) pictures. . This package provides the API documentation. Package: libruby1.8 Description-md5: 2f5d4d6df73a4cfebb8c805abca4ad07 Description-en: Libraries necessary to run Ruby 1.8 Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in perl). It is simple, straight-forward, and extensible. . This package includes the libruby, necessary to run Ruby 1.8. Package: libruby1.8-dbg Description-md5: de482e970401cf7197e3a53c77351306 Description-en: Debugging symbols for Ruby 1.8 Contains debugging symbols for libruby1.8. . This package is provided primarily to provide a backtrace with names in a debugger, this makes it somewhat easier to interpret core dumps. Most people will not need this package. Package: libruby1.9.1 Description-md5: 311ad9570aaaa1e7d8a40da9af0fd26d Description-en: Libraries necessary to run Ruby 1.9.1 Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in perl). It is simple, straight-forward, and extensible. . This package includes the 'libruby-1.9.1' library, necessary to run Ruby 1.9. (API version 1.9.1) Package: libruby1.9.1-dbg Description-md5: 51575fc8b43a3947fe9f91f839afdfca Description-en: Debugging symbols for Ruby 1.9.1 Contains debugging symbols for libruby1.9.1. . This package is provided primarily to provide a backtrace with names in a debugger, this makes it somewhat easier to interpret core dumps. Most people will not need this package. Package: libsane-hpaio Description-md5: 92c4a3fd7ae078d5728e498c0e73a640 Description-en: HP SANE backend for multi-function peripherals This package contains the SANE backend libraries for use with HP Multi-function peripherals. . Users of hplip are advised to install the hplip{-gui} packages for command line and GUI tools associated with HPLIP. . This package is useful for a minimal footprint headless scanning solution. Package: libservlet3.0-java Description-md5: 53f7075916141a8eb225df97286c9451 Description-en: Servlet 3.0 and JSP 2.2 Java API classes Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Sun Microsystems, and provides a "pure Java" HTTP web server environment for Java code to run. . This package contains the Java Servlet and JSP library. Package: libservlet3.0-java-doc Description-md5: 105d3349377c356c2f157766657d4639 Description-en: Servlet 3.0 and JSP 2.2 Java API documentation Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Sun Microsystems, and provides a "pure Java" HTTP web server environment for Java code to run. . This package contains the documentation for the Java Servlet and JSP library. Package: libsmbclient Description-md5: 483547748179a567c24665e99ab5439e Description-en: shared library for communication with SMB/CIFS servers This package provides a shared library that enables client applications to talk to Microsoft Windows and Samba servers using the SMB/CIFS protocol. Package: libsmbclient-dev Description-md5: d6338d0aed68408023b999dd547aaecf Description-en: development files for libsmbclient This package provides the development files (static library and headers) required for building applications against libsmbclient, a library that enables client applications to talk to Microsoft Windows and Samba servers using the SMB/CIFS protocol. Package: libsnmp-base Description-md5: de80e3a1eaa01114a89b300c9296dd8b Description-en: SNMP (Simple Network Management Protocol) MIBs and documentation The Simple Network Management Protocol (SNMP) provides a framework for the exchange of management information between agents (servers) and clients. . This package includes documentation and MIBs (Management Information Bases) for the SNMP libraries, agents and applications. MIBs contain a formal description of the data that can be managed using SNMP. and applications. Package: libsnmp-dev Description-md5: ebbe562b6f877c886859d7d65518292b Description-en: SNMP (Simple Network Management Protocol) development files The Simple Network Management Protocol (SNMP) provides a framework for the exchange of management information between agents (servers) and clients. . The Net-SNMP development files include the library headers, static libraries, and documentation needed for development of custom SNMP applications. Package: libsnmp-perl Description-md5: 5ee88a696b0fa001f969ddb758d70f1f Description-en: SNMP (Simple Network Management Protocol) Perl5 support The Simple Network Management Protocol (SNMP) provides a framework for the exchange of management information between agents (servers) and clients. . The Net-SNMP Perl5 support files provide the Perl functions for integration of SNMP into applications written in Perl. Package: libsnmp15 Description-md5: 6e9915ae8820960c2c2746a9ba442686 Description-en: SNMP (Simple Network Management Protocol) library The Simple Network Management Protocol (SNMP) provides a framework for the exchange of management information between agents (servers) and clients. . The Net-SNMP library contains common functions for the construction, sending, receiving, decoding, and manipulation of the SNMP requests and responses. Package: libsnmp15-dbg Description-md5: 7f74eff910ad4ad61ba8299c0f44666a Description-en: SNMP (Simple Network Management Protocol) library debug The Simple Network Management Protocol (SNMP) provides a framework for the exchange of management information between agents (servers) and clients. . This package contains the debug symbols for the Net-SNMP libraries. Package: libsolid4 Description-md5: 8c2c3226e5dda352478cce6495d83808 Description-en: Solid Library for KDE Platform Solid is a device integration framework. It provides a way of querying and interacting with hardware independently of the underlying operating system. . This package is part of the KDE Development Platform libraries module. Package: libssh-4 Description-md5: e75c6010850438f6a7ee5716913b7f6a Description-en: tiny C SSH library The ssh library was designed to be used by programmers needing a working SSH implementation by the mean of a library. The complete control of the client is made by the programmer. With libssh, you can remotely execute programs, transfer files, use a secure and transparent tunnel for your remote programs. With its SFTP implementation, you can play with remote files easily. Package: libssh-dbg Description-md5: 38dd1a1e23b0ea53ef008402fb1f5495 Description-en: tiny C SSH library. Debug symbols The ssh library was designed to be used by programmers needing a working SSH implementation by the mean of a library. The complete control of the client is made by the programmer. With libssh, you can remotely execute programs, transfer files, use a secure and transparent tunnel for your remote programs. With its SFTP implementation, you can play with remote files easily. . This package contains debug symbols. Package: libssh-dev Description-md5: 07a1d6731cb7c1af3313a9c8a8c5fdca Description-en: tiny C SSH library. Development files The ssh library was designed to be used by programmers needing a working SSH implementation by the mean of a library. The complete control of the client is made by the programmer. With libssh, you can remotely execute programs, transfer files, use a secure and transparent tunnel for your remote programs. With its SFTP implementation, you can play with remote files easily. . This package contains development files. Package: libssh-doc Description-md5: b3627dc92997800f5a0d9a1f4141b79a Description-en: tiny C SSH library. Documentation files The ssh library was designed to be used by programmers needing a working SSH implementation by the mean of a library. The complete control of the client is made by the programmer. With libssh, you can remotely execute programs, transfer files, use a secure and transparent tunnel for your remote programs. With its SFTP implementation, you can play with remote files easily. . This package contains documentation files. Package: libssl-dev Description-md5: 3f77df7ec43dcb3f3b73c312168c730e Description-en: SSL development libraries, header files and documentation libssl and libcrypto development libraries, header files and manpages. . It is part of the OpenSSL implementation of SSL. Package: libssl-doc Description-md5: 59333bc869a0fa9208d500d5cabc20fd Description-en: SSL development documentation documentation libssl and libcrypto manpages and demo files. . It is part of the OpenSSL implementation of SSL. Package: libssl1.0.0 Description-md5: 2e9416e72fb31714d9b26021a3ee7e85 Description-en: SSL shared libraries libssl and libcrypto shared libraries needed by programs like apache-ssl, telnet-ssl and openssh. . It is part of the OpenSSL implementation of SSL. Package: libssl1.0.0-dbg Description-md5: fedfa89ced3aa67317f9dac7ba5308da Description-en: Symbol tables for libssl and libcrypto This package is part of the OpenSSL implementation of SSL. Package: libsvn-dev Description-md5: d7ba285f3a44ff8995f08ac293b28fe7 Description-en: Development files for Apache Subversion libraries This package contains the symlinks, headers, and object files needed to compile and link programs which use libsvn1, the Apache Subversion libraries. This package is needed only in order to compile software that uses libsvn1. Package: libsvn-doc Description-md5: 8d748bf81b749540b1f83fe4f991a0e6 Description-en: Developer documentation for libsvn This package contains development (API) documentation for libsvn1, the Apache Subversion libraries. See the 'libsvn1' package for more information. Package: libsvn-perl Description-md5: aa3fb72865b42c59ad1e6eae171929c3 Description-en: Perl bindings for Apache Subversion This is a set of Perl interfaces to libsvn, the Apache Subversion libraries. It is useful if you want to, for example, write a Perl script that manipulates a Subversion repository or working copy. See the 'subversion' package for more information. Package: libsvn1 Description-md5: e815569b5d20540901c51f341d283767 Description-en: Shared libraries used by Apache Subversion This package includes shared libraries to manipulate Apache Subversion (svn) repositories and working copies. See the 'subversion' package for more information. Package: libswscale-dev Description-md5: edcc124cb02dafb94c43a541fb77930a Description-en: Development files for libswscale Libav is a complete, cross-platform solution to decode, encode, record, convert and stream audio and video. . This is the video scaling library from Libav. . This package contains the header files and static libraries needed to compile applications or shared objects that use libswscale. Package: libswscale2 Description-md5: f82c97141b203436bbbde1eed00e5472 Description-en: Libav video scaling library Libav is a complete, cross-platform solution to decode, encode, record, convert and stream audio and video. . This is the video software scaling library from Libav. Package: libthreadweaver4 Description-md5: e0f3ffffa7401f49a422fac613b125fe Description-en: ThreadWeaver Library for the KDE Platform ThreadWeaver is a helper for multithreaded programming. It uses a job-based interface to queue tasks and execute them in an efficient way. You simply divide the workload into jobs, state the dependencies between the jobs and ThreadWeaver will work out the most efficient way of dividing the work between threads within a set of resource limits. . This package is part of the KDE Development Platform libraries module. Package: libtiff-doc Description-md5: 418b6b38755ca1f970cc3282a8afc939 Description-en: TIFF manipulation and conversion documentation libtiff is a library providing support for the Tag Image File Format (TIFF), a widely used format for storing image data. This package contains documentation. Package: libtiff-tools Description-md5: f333fccce3ca049190b80f117d3faa92 Description-en: TIFF manipulation and conversion tools libtiff is a library providing support for the Tag Image File Format (TIFF), a widely used format for storing image data. This package includes tools for converting TIFF images to and from other formats and tools for doing simple manipulations of TIFF images. See also libtiff-opengl. Package: libtiff5 Description-md5: bdf182da5cc17db1c9eb4ccb03647efc Description-en: 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. Package: libtiff5-alt-dev Description-md5: f8bd909b2722035ca5228536eb37749a Description-en: Tag Image File Format library (TIFF), alternative development files This package is a temporary package designed to make it possible for packages to use features in libtiff5, such as bigtiff, while still having indirect dependencies on libtiff4-dev. This package will go away after the release of wheezy. You should only use it if you have a requirement to have both libtiff5-dev files and libtiff4-dev files installed on your system at the same time. See README.Debian for additional information. Package: libtiff5-dev Description-md5: 9da8bcdaa4c04ca6ee4ae233236c1927 Description-en: Tag Image File Format library (TIFF), development files 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 development files, static library, and header files. Package: libtiffxx5 Description-md5: 3947dc613cbd7efbe601b6c89e20c44f Description-en: Tag Image File Format (TIFF) library -- C++ interface 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 for the experimental C++ interfaces. Package: libtomcat7-java Description-md5: 7a2563c1a7c79379004bc6464d285af0 Description-en: Servlet and JSP engine -- core libraries Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Sun Microsystems, and provides a "pure Java" HTTP web server environment for Java code to run. . This package contains the Tomcat core classes which can be used by other Java applications to embed Tomcat. Package: libudisks2-0 Description-md5: a4d304d9db0e1fd78836f4986f49ca67 Description-en: GObject based library to access udisks2 The udisks daemon serves as an interface to system block devices, implemented via D-Bus. It handles operations such as querying, mounting, unmounting, formatting, or detaching storage devices such as hard disks or USB thumb drives. . This provides a convenience library for communicating with udisks2 from GObject based programs. Package: libudisks2-dev Description-md5: f34ab90bbc4fc7d3f5f06a71b6d4c7d0 Description-en: GObject based library to access udisks2 - development files The udisks daemon serves as an interface to system block devices, implemented via D-Bus. It handles operations such as querying, mounting, unmounting, formatting, or detaching storage devices such as hard disks or USB thumb drives. . This package contains files that are needed to build applications using libudisks. Package: libufe-xidgetter0 Description-md5: e4b53d72615feaed2201e5bdbe48e5b0 Description-en: Firefox extension: Unity Integration Firefox extension to allow WebApps to integrate with the Unity Desktop Package: libunity-webapps-dev Description-md5: 39f603f3793361a1aa23a6efaeb59e61 Description-en: Web Apps integration with Unity - development files Library for Web Apps integration with the Unity desktop . This package contains files that are needed to build applications. Package: libunity-webapps-doc Description-md5: 9691a395a77926383f936f9555572791 Description-en: Web Apps integration with Unity - documentation API Documentation for libunity-webapps . This package contains documentation. Package: libunity-webapps0 Description-md5: a167400b2b59382dd0211fa9b603d334 Description-en: Web Apps integration with the Unity desktop Library for Web Apps integration with the Unity desktop . This package contains shared libraries to be used by applications. Package: libvirt-bin Description-md5: e153091b05eb8ed8041905513d4d18ab Description-en: programs for the libvirt library Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the supporting binaries to use with libvirt Package: libvirt-dev Description-md5: 7e0bab852c890b732dbbdd941dc00165 Description-en: development files for the libvirt library Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the header files and static libraries which are needed for developing the applications with libvirt. Package: libvirt-doc Description-md5: 6a786cd039fea1d6785874bfff0aac5f Description-en: documentation for the libvirt library Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the documentation. Package: libvirt0 Description-md5: 048e37ae97123b1566015795d54596dc Description-en: library for interfacing with different virtualization systems Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. Package: libvirt0-dbg Description-md5: 5f02416fd3220b9d10c0d33b4cab8a63 Description-en: library for interfacing with different virtualization systems Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the debugging symbols. Package: libwbclient-dev Description-md5: 2fd42f0ef62fe1cc8cfee6fb03d4b884 Description-en: Samba winbind client library - development files Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file and printer sharing with Microsoft Windows, OS X, and other Unix systems. . This package provides the development files (static library and headers) required for building applications against libwbclient, a library for client applications that interact via the winbind pipe protocol with a Samba winbind server. Package: libwbclient0 Description-md5: 16c935b1d482f634b3879c2495e04db8 Description-en: Samba winbind client library Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file and printer sharing with Microsoft Windows, OS X, and other Unix systems. . This package provides a library for client applications that interact via the winbind pipe protocol with a Samba winbind server. Package: libx11-6 Description-md5: d75c895abf6eca234f7480813aaa95ec Description-en: 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: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libX11 Package: libx11-6-dbg Description-md5: aba9421d3cbaf726029435b7f064a21f Description-en: X11 client-side library (debug package) 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. . This package contains the debug versions of the library found in libx11-6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libX11 Package: libx11-data Description-md5: 6c325636dc71729675cb0107afb6ecf0 Description-en: X11 client-side library This package provides the locale data files for libx11. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libX11 Package: libx11-dev Description-md5: d15ee011f0b76dcc1f36f3a309df4a93 Description-en: X11 client-side library (development headers) 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. . This package contains the development headers for the library found in libx11-6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libX11 Package: libx11-doc Description-md5: b3f98cb9df5727061e55dc69bf459fb2 Description-en: X11 client-side library (development documentation) 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. . This package contains supplemental documentation for the library found in libx11-6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libX11 Package: libx11-xcb-dev Description-md5: ee46e7a5a5a4162c9e382ed7112759eb Description-en: Xlib/XCB interface library (development headers) 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. . This package contains the development headers for the library found in libx11-xcb1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . More information about XCB can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libX11 Package: libx11-xcb1 Description-md5: 8904e1c2cc3cadffdce355234a23f6c3 Description-en: 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: . More information about XCB can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libX11 Package: libx11-xcb1-dbg Description-md5: e1bdd7a7a9d36bb39443201e274af2ba Description-en: Xlib/XCB interface library (debug package) 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. . This package contains the debug versions of the library found in libx11-xcb1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . More information about XCB can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libX11 Package: libxatracker-dev Description-md5: acb2dd21dbe796c5f50a1f153cef93e2 Description-en: X acceleration library -- development files This package contains the XA (X acceleration) library. It is used exclusively by the X server to do render, copy and video acceleration. . XA is intended to be used by the vmware driver for virtualized X acceleration. . This package provides the development environment for compiling programs against the xatracker library. Package: libxatracker1 Description-md5: 016e30e30b0b6c5bb9448c735436c520 Description-en: X acceleration library -- runtime This package contains the XA (X acceleration) library. It is used exclusively by the X server to do render, copy and video acceleration. . XA is intended to be used by the vmware driver for virtualized X acceleration. Package: libxatracker1-dbg Description-md5: fe0902eeca3a0d7aa29c9e1bb6de29c2 Description-en: X acceleration library -- debugging symbols This package contains the XA (X acceleration) library. It is used exclusively by the X server to do render, copy and video acceleration. . XA is intended to be used by the vmware driver for virtualized X acceleration. . This package contains the debugging symbols for the xatracker library. Package: libxcb-composite0 Description-md5: ca6c0d9f4192a4dde52dc2f30e6369fd Description-en: X C Binding, composite extension This package contains the library files needed to run software using libxcb-composite, the composite 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 Package: libxcb-composite0-dbg Description-md5: b359eaaff5811752227860a01a0eff11 Description-en: X C Binding, composite extension, debugging symbols This package contains the debugging symbols associated with libxcb-composite, the composite extension for the X C Binding. gdb will automatically use these symbols when debugging libxcb-composite. . 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 Package: libxcb-composite0-dev Description-md5: 00cb00ef9dc567135da248f123b87ed8 Description-en: X C Binding, composite extension, development files This package contains the header and library files needed to build software using libxcb-composite, the composite 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 Package: libxcb-damage0 Description-md5: f28e63129125663e1b4c5ea313ae297c Description-en: X C Binding, damage extension This package contains the library files needed to run software using libxcb-damage, the damage 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 Package: libxcb-damage0-dbg Description-md5: 705ae1cbc549f61356c7018105aa2aa3 Description-en: X C Binding, damage extension, debugging symbols This package contains the debugging symbols associated with libxcb-damage, the damage extension for the X C Binding. gdb will automatically use these symbols when debugging libxcb-damage. . 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 Package: libxcb-damage0-dev Description-md5: 5f289d21c087ffdfbbb63eb2f6d88403 Description-en: X C Binding, damage extension, development files This package contains the header and library files needed to build software using libxcb-damage, the damage 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 Package: libxcb-doc Description-md5: b97e9d64bda009574d40e0d8fa415c72 Description-en: X C Binding, development documentation This package contains the development documentation for 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 Package: libxcb-dpms0 Description-md5: 4fde6e6df699f9548c8b8e6d5aa613f6 Description-en: X C Binding, dpms extension This package contains the library files needed to run software using libxcb-dpms, the dpms 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 Package: libxcb-dpms0-dbg Description-md5: a092e8c293c685f76014821df4efe0cf Description-en: X C Binding, dpms extension, debugging symbols This package contains the debugging symbols associated with libxcb-dpms, the dpms extension for the X C Binding. gdb will automatically use these symbols when debugging libxcb-dpms. . 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 Package: libxcb-dpms0-dev Description-md5: 35fb1c0c538b8e0d45ff1eac3ff582b6 Description-en: X C Binding, dpms extension, development files This package contains the header and library files needed to build software using libxcb-dpms, the dpms 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 Package: libxcb-dri2-0 Description-md5: 7b21058ae591306ca66f2da8f8c45aab Description-en: 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 Package: libxcb-dri2-0-dbg Description-md5: 2a7c3d4f8fdd6b9967d633b8bf31bd1e Description-en: X C Binding, dri2 extension, debugging symbols This package contains the debugging symbols associated with libxcb-dri2, the dri2 extension for the X C Binding. gdb will automatically use these symbols when debugging libxcb-dri2. . 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 Package: libxcb-dri2-0-dev Description-md5: aa14a85bcea2f923ff44e959546b453b Description-en: X C Binding, dri2 extension, development files This package contains the header and library files needed to build 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 Package: libxcb-glx0 Description-md5: 3169b2c3295bfe9c0729ea9f922b2d4a Description-en: 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 Package: libxcb-glx0-dbg Description-md5: 88e14ab54c8833ae93ed358036e6ce2d Description-en: X C Binding, glx extension, debugging symbols This package contains the debugging symbols associated with libxcb-glx, the glx extension for the X C Binding. gdb will automatically use these symbols when debugging libxcb-glx. . 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 Package: libxcb-glx0-dev Description-md5: 8975e77fba16c6ff127815b1b670a06e Description-en: X C Binding, glx extension, development files This package contains the header and library files needed to build 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 Package: libxcb-randr0 Description-md5: adb389382ef0d8f0e2a3de70afef6284 Description-en: X C Binding, randr extension This package contains the library files needed to run software using libxcb-randr, the randr 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 Package: libxcb-randr0-dbg Description-md5: cc73bcf99f8b39c789a7fdb6110dba3b Description-en: X C Binding, randr extension, debugging symbols This package contains the debugging symbols associated with libxcb-randr, the randr extension for the X C Binding. gdb will automatically use these symbols when debugging libxcb-randr. . 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 Package: libxcb-randr0-dev Description-md5: 735c3a5ffbdf9ace5c373fa9bf38ed5d Description-en: X C Binding, randr extension, development files This package contains the header and library files needed to build software using libxcb-randr, the randr 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 Package: libxcb-record0 Description-md5: e5ccbdc38847f1aebd02f7d94bbbc0e8 Description-en: X C Binding, record extension This package contains the library files needed to run software using libxcb-record, the record 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 Package: libxcb-record0-dbg Description-md5: 771b9085fed968a2de06a8a11926b1d3 Description-en: X C Binding, record extension, debugging symbols This package contains the debugging symbols associated with libxcb-record, the record extension for the X C Binding. gdb will automatically use these symbols when debugging libxcb-record. . 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 Package: libxcb-record0-dev Description-md5: d338f3303260833eb2daa5c12752e042 Description-en: X C Binding, record extension, development files This package contains the header and library files needed to build software using libxcb-record, the record 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 Package: libxcb-render0 Description-md5: c5db612729adbe8a95b5f304a1c0e60b Description-en: 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 Package: libxcb-render0-dbg Description-md5: 36ebeac45e89811d06e7f24d44f6be59 Description-en: X C Binding, render extension, debugging symbols This package contains the debugging symbols associated with libxcb-render, the render extension for the X C Binding. gdb will automatically use these symbols when debugging libxcb-render. . 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 Package: libxcb-render0-dev Description-md5: 350c71a11fce197bfdd81f2173c8c47b Description-en: X C Binding, render extension, development files This package contains the header and library files needed to build 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 Package: libxcb-res0 Description-md5: c2c5e369cff7cefe91babaa7de5630ba Description-en: X C Binding, res extension This package contains the library files needed to run software using libxcb-res, the res 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 Package: libxcb-res0-dbg Description-md5: 0eed2d7633f52fda6c2e75ca7242f6cb Description-en: X C Binding, res extension, debugging symbols This package contains the debugging symbols associated with libxcb-res, the res extension for the X C Binding. gdb will automatically use these symbols when debugging libxcb-res. . 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 Package: libxcb-res0-dev Description-md5: b8990ae7ad0bbd27401ec98cc1c75776 Description-en: X C Binding, res extension, development files This package contains the header and library files needed to build software using libxcb-res, the res 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 Package: libxcb-screensaver0 Description-md5: d620ae3f5335aff882ca4074641853c3 Description-en: X C Binding, screensaver extension This package contains the library files needed to run software using libxcb-screensaver, the screensaver 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 Package: libxcb-screensaver0-dbg Description-md5: 921ca4039529ea1d97b45ce8f6cc4df7 Description-en: X C Binding, screensaver extension, debugging symbols This package contains the debugging symbols associated with libxcb-screensaver, the screensaver extension for the X C Binding. gdb will automatically use these symbols when debugging libxcb-screensaver. . 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 Package: libxcb-screensaver0-dev Description-md5: 83a3b0eb371cf2409490ba29edcb3eaa Description-en: X C Binding, screensaver extension, development files This package contains the header and library files needed to build software using libxcb-screensaver, the screensaver 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 Package: libxcb-shape0 Description-md5: 4f8fcf227f71242b2923bb3614ad97a2 Description-en: 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 Package: libxcb-shape0-dbg Description-md5: 2bbaba9c3928285e392ca9a954dc56d6 Description-en: X C Binding, shape extension, debugging symbols This package contains the debugging symbols associated with libxcb-shape, the shape extension for the X C Binding. gdb will automatically use these symbols when debugging libxcb-shape. . 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 Package: libxcb-shape0-dev Description-md5: b59fd5bacbd9b3280320ec83bb3f452c Description-en: X C Binding, shape extension, development files This package contains the header and library files needed to build 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 Package: libxcb-shm0 Description-md5: efe15210cc4fe778d9092348500e1a77 Description-en: 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 Package: libxcb-shm0-dbg Description-md5: f71bc8576f45cd770b02ab53a847a6a7 Description-en: X C Binding, shm extension, debugging symbols This package contains the debugging symbols associated with libxcb-shm, the shm extension for the X C Binding. gdb will automatically use these symbols when debugging libxcb-shm. . 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 Package: libxcb-shm0-dev Description-md5: 6f179a331f00f73798b8c2cabed1a88f Description-en: X C Binding, shm extension, development files This package contains the header and library files needed to build 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 Package: libxcb-sync0 Description-md5: d5360e0f01127bfda17c79337e504a3f Description-en: 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 Package: libxcb-sync0-dbg Description-md5: fc218a63827502a91fa643f91882ade2 Description-en: X C Binding, sync extension, debugging symbols This package contains the debugging symbols associated with libxcb-sync, the sync extension for the X C Binding. gdb will automatically use these symbols when debugging libxcb-sync. . 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 Package: libxcb-sync0-dev Description-md5: 1e0ff61d663c39e76f3de4c84c3f7899 Description-en: X C Binding, sync extension, development files This package contains the header and library files needed to build 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 Package: libxcb-xevie0 Description-md5: 469dcd0e1fb7dbda702236d0b097391c Description-en: X C Binding, xevie extension This package contains the library files needed to run software using libxcb-xevie, the xevie 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 Package: libxcb-xevie0-dbg Description-md5: 47d3dad21e9d2a7f4af4d6a52c5954fe Description-en: X C Binding, xevie extension, debugging symbols This package contains the debugging symbols associated with libxcb-xevie, the xevie extension for the X C Binding. gdb will automatically use these symbols when debugging libxcb-xevie. . 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 Package: libxcb-xevie0-dev Description-md5: 3275fd3f69f389bdaca0d960d049bc81 Description-en: X C Binding, xevie extension, development files This package contains the header and library files needed to build software using libxcb-xevie, the xevie 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 Package: libxcb-xf86dri0 Description-md5: f6b61b1dd5cbcdd3b35b95162a6d84e0 Description-en: X C Binding, xf86dri extension This package contains the library files needed to run software using libxcb-xf86dri, the xf86dri 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 Package: libxcb-xf86dri0-dbg Description-md5: 00fc41c278b355ffea2a57869210ff97 Description-en: X C Binding, xf86dri extension, debugging symbols This package contains the debugging symbols associated with libxcb-xf86dri, the xf86dri extension for the X C Binding. gdb will automatically use these symbols when debugging libxcb-xf86dri. . 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 Package: libxcb-xf86dri0-dev Description-md5: 2d530540e9eef50abce24dce665eaee7 Description-en: X C Binding, xf86dri extension, development files This package contains the header and library files needed to build software using libxcb-xf86dri, the xf86dri 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 Package: libxcb-xfixes0 Description-md5: 94f24b982ab532c251f90293506a8fed Description-en: X C Binding, xfixes extension This package contains the library files needed to run software using libxcb-xfixes, the xfixes extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-xfixes0-dbg Description-md5: 1c610e48b2246c8698142637e645e127 Description-en: X C Binding, xfixes extension, debugging symbols This package contains the debugging symbols associated with libxcb-xfixes, the xfixes extension for the X C Binding. gdb will automatically use these symbols when debugging libxcb-xfixes. . 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 Package: libxcb-xfixes0-dev Description-md5: 18efd390c63351b408b2ffb0163f2cf5 Description-en: X C Binding, xfixes extension, development files This package contains the header and library files needed to build software using libxcb-xfixes, the xfixes extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-xinerama0 Description-md5: f2a52133eab163b52a83f8199011810e Description-en: X C Binding, xinerama extension This package contains the library files needed to run software using libxcb-xinerama, the xinerama 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 Package: libxcb-xinerama0-dbg Description-md5: 40b566f7166a53475bf725a0e667e31d Description-en: X C Binding, xinerama extension, debugging symbols This package contains the debugging symbols associated with libxcb-xinerama, the xinerama extension for the X C Binding. gdb will automatically use these symbols when debugging libxcb-xinerama. . 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 Package: libxcb-xinerama0-dev Description-md5: a48583621fb78aeb3c0f4cc202892fd8 Description-en: X C Binding, xinerama extension, development files This package contains the header and library files needed to build software using libxcb-xinerama, the xinerama 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 Package: libxcb-xprint0 Description-md5: 3d3667ae9be36e5e1ff00f8d7eedfc8c Description-en: X C Binding, xprint extension This package contains the library files needed to run software using libxcb-xprint, the xprint 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 Package: libxcb-xprint0-dbg Description-md5: 5b3e86d4365fc6a0fcb170c2273bd805 Description-en: X C Binding, xprint extension, debugging symbols This package contains the debugging symbols associated with libxcb-xprint, the xprint extension for the X C Binding. gdb will automatically use these symbols when debugging libxcb-xprint. . 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 Package: libxcb-xprint0-dev Description-md5: 78fb126b7a450751661627dc2abd8f05 Description-en: X C Binding, xprint extension, development files This package contains the header and library files needed to build software using libxcb-xprint, the xprint 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 Package: libxcb-xtest0 Description-md5: 12d78ef68913f742e8054ee9ba8eceac Description-en: X C Binding, xtest extension This package contains the library files needed to run software using libxcb-xtest, the xtest 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 Package: libxcb-xtest0-dbg Description-md5: 06ee13aa6daacecf5f215330abfe610c Description-en: X C Binding, xtest extension, debugging symbols This package contains the debugging symbols associated with libxcb-xtest, the xtest extension for the X C Binding. gdb will automatically use these symbols when debugging libxcb-xtest. . 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 Package: libxcb-xtest0-dev Description-md5: fb44118f335dc050b5f88616743eda8e Description-en: X C Binding, xtest extension, development files This package contains the header and library files needed to build software using libxcb-xtest, the xtest 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 Package: libxcb-xv0 Description-md5: ed2134a19c1b37c3eec9621d2c3f1395 Description-en: X C Binding, xv extension This package contains the library files needed to run software using libxcb-xv, the xv 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 Package: libxcb-xv0-dbg Description-md5: c0933dcbfe80d301178a504629ad544f Description-en: X C Binding, xv extension, debugging symbols This package contains the debugging symbols associated with libxcb-xv, the xv extension for the X C Binding. gdb will automatically use these symbols when debugging libxcb-xv. . 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 Package: libxcb-xv0-dev Description-md5: c45791601a14485adf21a51b301cc152 Description-en: X C Binding, xv extension, development files This package contains the header and library files needed to build software using libxcb-xv, the xv 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 Package: libxcb-xvmc0 Description-md5: 722aaaca48e4d073cb75a56a36af7a4b Description-en: X C Binding, xvmc extension This package contains the library files needed to run software using libxcb-xvmc, the xvmc 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 Package: libxcb-xvmc0-dbg Description-md5: 574e88e7599eb6bb278ae2615e40981b Description-en: X C Binding, xvmc extension, debugging symbols This package contains the debugging symbols associated with libxcb-xvmc, the xvmc extension for the X C Binding. gdb will automatically use these symbols when debugging libxcb-xvmc. . 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 Package: libxcb-xvmc0-dev Description-md5: e12e77e95ad1c28e751ed3b79abe2c81 Description-en: X C Binding, xvmc extension, development files This package contains the header and library files needed to build software using libxcb-xvmc, the xvmc 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 Package: libxcb1 Description-md5: 93568dcb3007e5182147ac40c36650aa Description-en: 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 Package: libxcb1-dbg Description-md5: 2867bc02a870fc2e2c3454cb501b813a Description-en: X C Binding, debugging symbols This package contains the debugging symbols associated with libxcb, the X C Binding. gdb will automatically use these symbols when debugging libxcb. . 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 Package: libxcb1-dev Description-md5: d028a849d89f18ec7440c6d77483cbe1 Description-en: X C Binding, development files This package contains the header and library files needed to build 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 Package: libxcursor-dev Description-md5: 6d945f0733e812c326a50fb6989e8cde Description-en: X cursor management library (development files) Header files and a static version of the X cursor management library are provided by this package. . See the libxcursor1 package for further information. Package: libxcursor1 Description-md5: 7c341e5f21e9bb3cee6338076e0f3458 Description-en: 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. Package: libxcursor1-dbg Description-md5: 0a2e02d2365b4344848180495e4e79b5 Description-en: X cursor management library (unstripped) This package provides an unstripped shared object with debugging symbols, useful to provide a backtrace with symbol names in a debugger; this facilitates interpretation of core dumps, and aids in finding logic errors in programs using this library (or the library itself). The library is installed in /usr/lib/debug and can be used by placing that directory in the LD_LIBRARY_PATH environment variable when the code to be debugged is executed. Non-programmers will likely have little use for this package. . Non-programmers will likely have little use for this package. See the libxcursor1 package for further information. Package: libxdot4 Description-md5: 5bb95dff142ccbf7ab2946dc3a7a4dc1 Description-en: rich set of graph drawing tools - xdot library Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the xdot library. Package: libxen-4.1 Description-md5: cd7ad869e7a3a001fd3c7b337111e06f Description-en: Public libs for Xen This package contains the shared libraries for Xen. Package: libxen-dev Description-md5: 16aef021d38a9f4fed58c122c9b3e1cf Description-en: Public headers and libs for Xen This package contains the public headers and static libraries for Xen. Package: libxen-ocaml Description-md5: c9c37edde6c8bfae0ec1ac70e828dbac Description-en: OCaml libraries for controlling Xen This package contains the runtime libraries required for the ocaml bindings to the Xen control libraries. Package: libxen-ocaml-dev Description-md5: 9c87ca7440bf9a1fcef15be5c5ae0a2d Description-en: OCaml libraries for controlling Xen (devel package) This package contains the ocaml findlib packages for compiling applications that are designed to control the Xen hypervisor. Package: libxenstore3.0 Description-md5: c2462dfd8088a311ca74072df39a0705 Description-en: Xenstore communications library for Xen This package contains the public libxenstore. Package: libxext-dev Description-md5: 9d497aabe7a8734879a278b8413e69c6 Description-en: X11 miscellaneous extensions library (development headers) 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. . This package contains the development headers for the library found in libxext6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXext Package: libxext-doc Description-md5: 0600a78601f1d6561cda356efeda64d5 Description-en: X11 miscellaneous extensions library (documentation) 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. . This package contains the documentation for the included protocol extension libraries. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXext Package: libxext6 Description-md5: 5c72cf7a13b0990666898813406a2a89 Description-en: 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: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXext Package: libxext6-dbg Description-md5: a9d12f89d8fa4962191a46fc5214d873 Description-en: X11 miscellaneous extensions library (debug package) 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. . This package contains the debug versions of the library found in libxext6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXext Package: libxfixes-dev Description-md5: 534fb9330ebefdcdd616826883b3e8d6 Description-en: X11 miscellaneous 'fixes' extension library (development headers) 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. . This package contains the development headers for the library found in libxfixes3. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXfixes Package: libxfixes3 Description-md5: 0fa5919ef08f61382fb2c6bf965194ba Description-en: 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: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXfixes Package: libxfixes3-dbg Description-md5: c012f9063b8e9d1a8dfa269f154dec48 Description-en: X11 miscellaneous 'fixes' extension library (debug package) 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. . This package contains the debug versions of the library found in libxfixes3. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXfixes Package: libxfont-dev Description-md5: db66cbe62abb9446c54b7226358abd1b Description-en: X11 font rasterisation library (development headers) libXfont provides various services for X servers, most notably font selection and rasterisation (through external libraries). . This package contains the development headers for the library found in libxfont1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXfont Package: libxfont1 Description-md5: ca038f18775c3087691897eb5fffb072 Description-en: X11 font rasterisation library libXfont provides various services for X servers, most notably font selection and rasterisation (through external libraries). . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXfont Package: libxfont1-dbg Description-md5: 34df9ccab12e020cc409b387bcf4d60a Description-en: X11 font rasterisation library (debug package) libXfont provides various services for X servers, most notably font selection and rasterisation (through external libraries). . This package contains the debug versions of the library found in libxfont1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXfont Package: libxi-dev Description-md5: 39bbbc7e9f5655daca53080ffdf25bc7 Description-en: X11 Input extension library (development headers) 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. . This package contains the development headers for the library found in libxi6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXi Package: libxi6 Description-md5: ba006f0e6e88bcc1dded33a4ac1bacfd Description-en: 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: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXi Package: libxi6-dbg Description-md5: 857507268b7762f8b0c6a0614de2dde3 Description-en: X11 Input extension library (debug package) 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. . This package contains the debug versions of the library found in libxi6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXi Package: libxinerama-dev Description-md5: 2efd4db97130bfd4a9ddc036f4e668d9 Description-en: X11 Xinerama extension library (development headers) 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. . This package contains the development headers for the library found in libxinerama1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXinerama Package: libxinerama1 Description-md5: 8af4527c5c1d4c9cfadc619f456cc56d Description-en: 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: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXinerama Package: libxinerama1-dbg Description-md5: 3efda02ddc20dc08432699587550c3db Description-en: X11 Xinerama extension library (debug package) 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. . This package contains the debug versions of the library found in libxinerama1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXinerama Package: libxml2 Description-md5: 6771e66f557fa0f71e6955303e1d8f8d Description-en: 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. Package: libxml2-dbg Description-md5: 9ec720505d02de944686c1135841e078 Description-en: Debugging symbols for the GNOME XML library XML is a metalanguage to let you design your own markup language. A regular markup language defines a way to describe information in a certain class of documents (eg HTML). XML lets you define your own customized markup languages for many classes of document. It can do this because it's written in SGML, the international standard metalanguage for markup languages. . This package provides the debugging symbols for the library. Package: libxml2-dev Description-md5: 3fc5da551079ce5d27e8aae047e7a888 Description-en: Development files for the GNOME XML library XML is a metalanguage to let you design your own markup language. A regular markup language defines a way to describe information in a certain class of documents (eg HTML). XML lets you define your own customized markup languages for many classes of document. It can do this because it's written in SGML, the international standard metalanguage for markup languages. . Install this package if you wish to develop your own programs using the GNOME XML library. Package: libxml2-doc Description-md5: 5a090ab419791c5777762dc26465ac3b Description-en: Documentation for the GNOME XML library XML is a metalanguage to let you design your own markup language. A regular markup language defines a way to describe information in a certain class of documents (eg HTML). XML lets you define your own customized markup languages for many classes of document. It can do this because it's written in SGML, the international standard metalanguage for markup languages. . This package contains general information about the GNOME XML library and more specific API references. Package: libxml2-utils Description-md5: eb24a32e7f02ae9cc4d9ada525dc1964 Description-en: XML utilities XML is a metalanguage to let you design your own markup language. A regular markup language defines a way to describe information in a certain class of documents (eg HTML). XML lets you define your own customized markup languages for many classes of document. It can do this because it's written in SGML, the international standard metalanguage for markup languages. . This package provides xmllint, a tool for validating and reformatting XML documents, and xmlcatalog, a tool to parse and manipulate XML or SGML catalog files. Package: libxml2-utils-dbg Description-md5: 54315da2c98caf530cdead72cdb9a09b Description-en: XML utilities (debug extension) 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 the debugging symbols for the utilities provided by the libxml2-utils package. Package: libxp-dev Description-md5: 7b946dfa99967f31503fdf6163d82429 Description-en: X Printing Extension (Xprint) client library (development files) libXp provides public APIs to allow client applications to render to non-display devices, making use of the X Print Service. . This package provides a static library and C header files. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXp Package: libxp6 Description-md5: 606ddf2ba3808cac5f4c9f729b530e3c Description-en: X Printing Extension (Xprint) client library libXp provides public APIs to allow client applications to render to non-display devices, making use of the X Print Service. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXp Package: libxp6-dbg Description-md5: ce28d085688ab1f89e9fa011f8e022fc Description-en: X Printing Extension (Xprint) client library (unstripped) libXp provides public APIs to allow client applications to render to non-display devices, making use of the X Print Service. . This package provides an unstripped shared object with debugging symbols, useful to provide a backtrace with symbol names in a debugger; this facilitates interpretation of core dumps, and aids in finding logic errors in programs using this library (or the library itself). The library is installed in /usr/lib/debug and can be used by placing that directory in the LD_LIBRARY_PATH environment variable when the code to be debugged is executed. Non-programmers will likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXp Package: libxrandr-dev Description-md5: 444725c9e942434744988c5291f2f2f3 Description-en: X11 RandR extension library (development headers) 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. . This package contains the development headers for the library found in libxrandr2. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXrandr Package: libxrandr2 Description-md5: 4f5e90c11ffce760113c5e601f3f4449 Description-en: 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: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXrandr Package: libxrandr2-dbg Description-md5: e0f7c9763ea9b670967b0e6ed35acd8f Description-en: X11 RandR extension library (debug package) 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. . This package contains the debug versions of the library found in libxrandr2. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXrandr Package: libxrender-dev Description-md5: 90cef1620b30f07a5c21955d91855734 Description-en: X Rendering Extension client library (development files) 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. . This package provides a static library and C header files. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXrender Package: libxrender1 Description-md5: 1529276fe319e97fa1c4f85128ed50b8 Description-en: 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: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXrender Package: libxrender1-dbg Description-md5: 826b72926150a03d65486e6527811ff8 Description-en: X Rendering Extension client library (unstripped) 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. . This package provides an unstripped shared object with debugging symbols, useful to provide a backtrace with symbol names in a debugger; this facilitates interpretation of core dumps, and aids in finding logic errors in programs using this library (or the library itself). The library is installed in /usr/lib/debug and can be used by placing that directory in the LD_LIBRARY_PATH environment variable when the code to be debugged is executed. Non-programmers will likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXrender Package: libxres-dev Description-md5: 70ec3c2d202b5b75e237d25e6d833401 Description-en: X11 Resource extension library (development headers) libXRes provides an X Window System client interface to the Resource extension to the X protocol. . The Resource extension allows for X clients to see and monitor the X resource usage of various clients (pixmaps, et al). . This package contains the development headers for the library found in libxres1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXRes Package: libxres1 Description-md5: d9399de89592de94c1d00cfcb2c850b3 Description-en: X11 Resource extension library libXRes provides an X Window System client interface to the Resource extension to the X protocol. . The Resource extension allows for X clients to see and monitor the X resource usage of various clients (pixmaps, et al). . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXRes Package: libxres1-dbg Description-md5: 65dd45290b60147f90a3ada760535036 Description-en: X11 Resource extension library (debug package) libXRes provides an X Window System client interface to the Resource extension to the X protocol. . The Resource extension allows for X clients to see and monitor the X resource usage of various clients (pixmaps, et al). . This package contains the debug versions of the library found in libxres1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXRes Package: libxslt1-dbg Description-md5: 07d298272e95c3b2975184f478cc6006 Description-en: XSLT 1.0 processing library - debugging symbols XSLT is an XML language for defining transformations of XML files from XML to some other arbitrary format, such as XML, HTML, plain text, etc. using standard XSLT stylesheets. libxslt is a C library which implements XSLT version 1.0. . This package provides the debugging symbols for the library and for the xsltproc utility provided by the xsltproc package. Debugging symbols for the Python modules are not available. Package: libxslt1-dev Description-md5: f51e27fa123abbb4132b189b0ee706c8 Description-en: XSLT 1.0 processing library - development kit XSLT is an XML language for defining transformations of XML files from XML to some other arbitrary format, such as XML, HTML, plain text, etc. using standard XSLT stylesheets. libxslt is a C library which implements XSLT version 1.0. . This package contains the development files for libxslt. Package: libxslt1.1 Description-md5: a00a78b7d528f023d0297a93b37a3a68 Description-en: XSLT 1.0 processing library - runtime library XSLT is an XML language for defining transformations of XML files from XML to some other arbitrary format, such as XML, HTML, plain text, etc. using standard XSLT stylesheets. libxslt is a C library which implements XSLT version 1.0. . This package contains the libxslt library used by applications for XSLT transformations. Package: libxt-dev Description-md5: 4672adcea184032fd66fe6c6e5ca9f00 Description-en: X11 toolkit intrinsics library (development headers) 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). . This package contains the development headers for the library found in libxt6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXt Package: libxt-doc Description-md5: 2c883d3c620cda68cbaae054db634f97 Description-en: X11 toolkit intrinsics library (documentation) 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). . This package contains the X Toolkit Intrinsics C API documentation. Package: libxt6 Description-md5: c3abc4b8f3ebe1d7b7494d4013fd7976 Description-en: 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: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXt Package: libxt6-dbg Description-md5: 6f1684f08fb3fbea27569764cab49561 Description-en: X11 toolkit intrinsics library (debug package) 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). . This package contains the debug versions of the library found in libxt6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXt Package: libxtst-dev Description-md5: ae1bea16337ee830ba8837b716b07dc8 Description-en: X11 Record extension library (development headers) 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. . This package contains the development headers for the library found in libxtst6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXtst Package: libxtst-doc Description-md5: b97f1bef51c3722fd297b447a2775ae6 Description-en: X11 Record extension library (documentation) 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. . This package contains the API documentation for the X Record and XTEST extension libraries. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXtst Package: libxtst6 Description-md5: a21047d5f3eab970798b4c22c0163132 Description-en: 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: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXtst Package: libxtst6-dbg Description-md5: a94f094d9401e079de1a5be3957d9f64 Description-en: X11 Record extension library (debug package) 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. . This package contains the debug versions of the library found in libxtst6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXtst Package: libxv-dev Description-md5: 4a8b09db5604319bdef123b54c9be53f Description-en: X11 Video extension library (development headers) 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. . This package contains the development headers for the library found in libxv1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXv Package: libxv1 Description-md5: cbda0d10d66b049955c1a3034acbf025 Description-en: 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: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXv Package: libxv1-dbg Description-md5: 8922040df70061a4d2161ad4dfa8c8e6 Description-en: X11 Video extension library (debug package) 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. . This package contains the debug versions of the library found in libxv1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXv Package: libxvmc-dev Description-md5: d277adb1bcda026e26e3a11d72c9245d Description-en: X11 Video extension library (development headers) libXvMC provides an X Window System client interface to the XVideo-MotionCompensation extension to the X protocol. . The XVideo-MotionCompensation extension allows for further accelerated drawing of videos. Video data may be sent at earlier stages of the decoding pipeline than raw YUV data. At the moment, driver support for XvMC is poor to non-existent. . This package contains the development headers for the library found in libxvmc1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXvMC Package: libxvmc1 Description-md5: 7746d5687dd79b2189f90e7206d6db90 Description-en: X11 Video extension library libXvMC provides an X Window System client interface to the XVideo-MotionCompensation extension to the X protocol. . The XVideo-MotionCompensation extension allows for further accelerated drawing of videos. Video data may be sent at earlier stages of the decoding pipeline than raw YUV data. At the moment, driver support for XvMC is poor to non-existent. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXvMC Package: libxvmc1-dbg Description-md5: a144654b529015153d66ee0bc51fe57f Description-en: X11 Video extension library (debug package) libXvMC provides an X Window System client interface to the XVideo-MotionCompensation extension to the X protocol. . The XVideo-MotionCompensation extension allows for further accelerated drawing of videos. Video data may be sent at earlier stages of the decoding pipeline than raw YUV data. At the moment, driver support for XvMC is poor to non-existent. . This package contains the debug versions of the library found in libxvmc1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXvMC Package: libxxf86dga-dev Description-md5: e02dc131e7ff39b6aafdad14aa6d7780 Description-en: X11 Direct Graphics Access extension library (development headers) 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. . This package contains the development headers for the library found in libxxf86dga1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXxf86dga Package: libxxf86dga1 Description-md5: 3b4c06b89aa50ec8ff9dfdeca065cd4a Description-en: 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: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXxf86dga Package: libxxf86dga1-dbg Description-md5: c3ae464978269f65057391632499fe73 Description-en: X11 Direct Graphics Access extension library (debug package) 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. . This package contains the debug versions of the library found in libxxf86dga1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXxf86dga Package: libxxf86vm-dev Description-md5: f248dc7c5a7842ef87d8528ab4f9bb7b Description-en: X11 XFree86 video mode extension library (development headers) 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. . This package contains the development headers for the library found in libxxf86vm1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXxf86vm Package: libxxf86vm1 Description-md5: b174fdb3bc0f1361c3d5865a48ffdd70 Description-en: 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: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXxf86vm Package: libxxf86vm1-dbg Description-md5: c96802621cfbd8042ea5b726670991cc Description-en: X11 XFree86 video mode extension library (debug package) 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. . This package contains the debug versions of the library found in libxxf86vm1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXxf86vm Package: libyaml-0-2 Description-md5: dc7536751a3eb6ce248dda2ad4cfcca2 Description-en: 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. Package: libyaml-0-2-dbg Description-md5: 767682fbb1951cdeb7f4c5cb551964c6 Description-en: Fast YAML 1.1 parser and emitter library (debugging symbols) LibYAML is a C library for parsing and emitting data in YAML 1.1, a human-readable data serialization format. . This package contains detached debuging symbols for the library found in libyaml-0-2. Package: libyaml-dev Description-md5: 6a835b3e1ea55d4191038017f1855f58 Description-en: Fast YAML 1.1 parser and emitter library (development) LibYAML is a C library for parsing and emitting data in YAML 1.1, a human-readable data serialization format. . This package contains development headers and static libraries. Package: libyaml-libyaml-perl Description-md5: 8fa3125a297cb8c4eb3becc6b15ffd1a Description-en: Perl interface to libyaml, a YAML implementation YAML::LibYAML (or YAML::XS) is a Perl interface to Kirill Siminov's libyaml library, a YAML Ain't Markup Language (YAML) implementation written in C to support the YAML 1.1 specification. The provided Dump and Load routines are compatible with the Perl YAML module (see libyaml-perl). Package: linux Description-md5: e1f3af50c53d3b40815e9810a03f60ee Description-en: Generic complete Linux kernel. This package will always depend on the latest generic complete Linux kernel available. Package: linux-backports-modules-cw-3.6-3.5.0-19-generic Description-md5: e62ea5b8ea3d531fa35890c95d09ffba Description-en: compat-wireless Linux modules for version 3.5.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.5.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.6-3.5.0-21-generic Description-md5: e62ea5b8ea3d531fa35890c95d09ffba Description-en: compat-wireless Linux modules for version 3.5.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.5.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.6-3.5.0-22-generic Description-md5: e62ea5b8ea3d531fa35890c95d09ffba Description-en: compat-wireless Linux modules for version 3.5.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.5.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.6-3.5.0-23-generic Description-md5: e62ea5b8ea3d531fa35890c95d09ffba Description-en: compat-wireless Linux modules for version 3.5.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.5.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.6-3.5.0-25-generic Description-md5: e62ea5b8ea3d531fa35890c95d09ffba Description-en: compat-wireless Linux modules for version 3.5.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.5.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.6-3.5.0-26-generic Description-md5: e62ea5b8ea3d531fa35890c95d09ffba Description-en: compat-wireless Linux modules for version 3.5.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.5.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.6-3.5.0-27-generic Description-md5: e62ea5b8ea3d531fa35890c95d09ffba Description-en: compat-wireless Linux modules for version 3.5.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.5.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.6-3.5.0-28-generic Description-md5: e62ea5b8ea3d531fa35890c95d09ffba Description-en: compat-wireless Linux modules for version 3.5.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.5.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.6-3.5.0-30-generic Description-md5: e62ea5b8ea3d531fa35890c95d09ffba Description-en: compat-wireless Linux modules for version 3.5.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.5.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.6-3.5.0-31-generic Description-md5: e62ea5b8ea3d531fa35890c95d09ffba Description-en: compat-wireless Linux modules for version 3.5.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.5.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.6-3.5.0-32-generic Description-md5: e62ea5b8ea3d531fa35890c95d09ffba Description-en: compat-wireless Linux modules for version 3.5.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.5.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.6-3.5.0-34-generic Description-md5: e62ea5b8ea3d531fa35890c95d09ffba Description-en: compat-wireless Linux modules for version 3.5.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.5.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.6-3.5.0-37-generic Description-md5: e62ea5b8ea3d531fa35890c95d09ffba Description-en: compat-wireless Linux modules for version 3.5.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.5.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.6-3.5.0-39-generic Description-md5: e62ea5b8ea3d531fa35890c95d09ffba Description-en: compat-wireless Linux modules for version 3.5.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.5.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.6-3.5.0-40-generic Description-md5: e62ea5b8ea3d531fa35890c95d09ffba Description-en: compat-wireless Linux modules for version 3.5.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.5.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.6-3.5.0-41-generic Description-md5: e62ea5b8ea3d531fa35890c95d09ffba Description-en: compat-wireless Linux modules for version 3.5.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.5.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.6-3.5.0-42-generic Description-md5: e62ea5b8ea3d531fa35890c95d09ffba Description-en: compat-wireless Linux modules for version 3.5.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.5.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.6-3.5.0-43-generic Description-md5: e62ea5b8ea3d531fa35890c95d09ffba Description-en: compat-wireless Linux modules for version 3.5.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.5.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.6-3.5.0-44-generic Description-md5: e62ea5b8ea3d531fa35890c95d09ffba Description-en: compat-wireless Linux modules for version 3.5.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.5.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.6-3.5.0-45-generic Description-md5: e62ea5b8ea3d531fa35890c95d09ffba Description-en: compat-wireless Linux modules for version 3.5.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.5.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.6-3.5.0-46-generic Description-md5: e62ea5b8ea3d531fa35890c95d09ffba Description-en: compat-wireless Linux modules for version 3.5.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.5.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.6-3.5.0-47-generic Description-md5: e62ea5b8ea3d531fa35890c95d09ffba Description-en: compat-wireless Linux modules for version 3.5.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.5.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.6-3.5.0-49-generic Description-md5: e62ea5b8ea3d531fa35890c95d09ffba Description-en: compat-wireless Linux modules for version 3.5.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.5.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.6-3.5.0-51-generic Description-md5: e62ea5b8ea3d531fa35890c95d09ffba Description-en: compat-wireless Linux modules for version 3.5.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.5.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.6-quantal-generic Description-md5: 6e90ffb34dee52ff16abcc8827260d34 Description-en: Backported wireless drivers for generic kernel image This empty package allows people to keep their backported wireless modules up-to-date when upgrading their Linux kernel. Package: linux-backports-modules-headers-quantal-generic Description-md5: 38b01bce005d6624bbcdea6014e5278a Description-en: Backported driver headers for generic kernel image This empty package allows people to keep their backported module headers up-to-date when upgrading their Linux kernel. Package: linux-backports-modules-hv-3.5.0-21-generic Description-md5: e64847f957268338e9ae3353ae12e624 Description-en: Linux Hyper-V updates for version 3.5.0 on x86/x86_64 This package contains Hyper-V updated modules supplied by Ubuntu for Linux kernel 3.5.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-hv-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-hv-3.5.0-22-generic Description-md5: e64847f957268338e9ae3353ae12e624 Description-en: Linux Hyper-V updates for version 3.5.0 on x86/x86_64 This package contains Hyper-V updated modules supplied by Ubuntu for Linux kernel 3.5.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-hv-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-hv-3.5.0-23-generic Description-md5: e64847f957268338e9ae3353ae12e624 Description-en: Linux Hyper-V updates for version 3.5.0 on x86/x86_64 This package contains Hyper-V updated modules supplied by Ubuntu for Linux kernel 3.5.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-hv-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-hv-3.5.0-25-generic Description-md5: e64847f957268338e9ae3353ae12e624 Description-en: Linux Hyper-V updates for version 3.5.0 on x86/x86_64 This package contains Hyper-V updated modules supplied by Ubuntu for Linux kernel 3.5.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-hv-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-hv-3.5.0-26-generic Description-md5: e64847f957268338e9ae3353ae12e624 Description-en: Linux Hyper-V updates for version 3.5.0 on x86/x86_64 This package contains Hyper-V updated modules supplied by Ubuntu for Linux kernel 3.5.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-hv-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-hv-3.5.0-27-generic Description-md5: e64847f957268338e9ae3353ae12e624 Description-en: Linux Hyper-V updates for version 3.5.0 on x86/x86_64 This package contains Hyper-V updated modules supplied by Ubuntu for Linux kernel 3.5.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-hv-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-hv-3.5.0-28-generic Description-md5: e64847f957268338e9ae3353ae12e624 Description-en: Linux Hyper-V updates for version 3.5.0 on x86/x86_64 This package contains Hyper-V updated modules supplied by Ubuntu for Linux kernel 3.5.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-hv-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-hv-3.5.0-30-generic Description-md5: e64847f957268338e9ae3353ae12e624 Description-en: Linux Hyper-V updates for version 3.5.0 on x86/x86_64 This package contains Hyper-V updated modules supplied by Ubuntu for Linux kernel 3.5.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-hv-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-hv-3.5.0-31-generic Description-md5: e64847f957268338e9ae3353ae12e624 Description-en: Linux Hyper-V updates for version 3.5.0 on x86/x86_64 This package contains Hyper-V updated modules supplied by Ubuntu for Linux kernel 3.5.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-hv-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-hv-3.5.0-32-generic Description-md5: e64847f957268338e9ae3353ae12e624 Description-en: Linux Hyper-V updates for version 3.5.0 on x86/x86_64 This package contains Hyper-V updated modules supplied by Ubuntu for Linux kernel 3.5.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-hv-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-hv-3.5.0-34-generic Description-md5: e64847f957268338e9ae3353ae12e624 Description-en: Linux Hyper-V updates for version 3.5.0 on x86/x86_64 This package contains Hyper-V updated modules supplied by Ubuntu for Linux kernel 3.5.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-hv-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-hv-3.5.0-37-generic Description-md5: e64847f957268338e9ae3353ae12e624 Description-en: Linux Hyper-V updates for version 3.5.0 on x86/x86_64 This package contains Hyper-V updated modules supplied by Ubuntu for Linux kernel 3.5.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-hv-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-hv-3.5.0-39-generic Description-md5: e64847f957268338e9ae3353ae12e624 Description-en: Linux Hyper-V updates for version 3.5.0 on x86/x86_64 This package contains Hyper-V updated modules supplied by Ubuntu for Linux kernel 3.5.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-hv-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-hv-3.5.0-40-generic Description-md5: e64847f957268338e9ae3353ae12e624 Description-en: Linux Hyper-V updates for version 3.5.0 on x86/x86_64 This package contains Hyper-V updated modules supplied by Ubuntu for Linux kernel 3.5.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-hv-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-hv-3.5.0-41-generic Description-md5: e64847f957268338e9ae3353ae12e624 Description-en: Linux Hyper-V updates for version 3.5.0 on x86/x86_64 This package contains Hyper-V updated modules supplied by Ubuntu for Linux kernel 3.5.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-hv-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-hv-3.5.0-42-generic Description-md5: e64847f957268338e9ae3353ae12e624 Description-en: Linux Hyper-V updates for version 3.5.0 on x86/x86_64 This package contains Hyper-V updated modules supplied by Ubuntu for Linux kernel 3.5.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-hv-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-hv-3.5.0-43-generic Description-md5: e64847f957268338e9ae3353ae12e624 Description-en: Linux Hyper-V updates for version 3.5.0 on x86/x86_64 This package contains Hyper-V updated modules supplied by Ubuntu for Linux kernel 3.5.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-hv-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-hv-3.5.0-44-generic Description-md5: e64847f957268338e9ae3353ae12e624 Description-en: Linux Hyper-V updates for version 3.5.0 on x86/x86_64 This package contains Hyper-V updated modules supplied by Ubuntu for Linux kernel 3.5.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-hv-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-hv-3.5.0-45-generic Description-md5: e64847f957268338e9ae3353ae12e624 Description-en: Linux Hyper-V updates for version 3.5.0 on x86/x86_64 This package contains Hyper-V updated modules supplied by Ubuntu for Linux kernel 3.5.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-hv-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-hv-3.5.0-46-generic Description-md5: e64847f957268338e9ae3353ae12e624 Description-en: Linux Hyper-V updates for version 3.5.0 on x86/x86_64 This package contains Hyper-V updated modules supplied by Ubuntu for Linux kernel 3.5.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-hv-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-hv-3.5.0-47-generic Description-md5: e64847f957268338e9ae3353ae12e624 Description-en: Linux Hyper-V updates for version 3.5.0 on x86/x86_64 This package contains Hyper-V updated modules supplied by Ubuntu for Linux kernel 3.5.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-hv-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-hv-3.5.0-49-generic Description-md5: e64847f957268338e9ae3353ae12e624 Description-en: Linux Hyper-V updates for version 3.5.0 on x86/x86_64 This package contains Hyper-V updated modules supplied by Ubuntu for Linux kernel 3.5.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-hv-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-hv-3.5.0-51-generic Description-md5: e64847f957268338e9ae3353ae12e624 Description-en: Linux Hyper-V updates for version 3.5.0 on x86/x86_64 This package contains Hyper-V updated modules supplied by Ubuntu for Linux kernel 3.5.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-hv-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-hv-quantal-generic Description-md5: 05fc1d38a9d2411d8bf8f7a29223a7e5 Description-en: Backported Hyper-V hypervisor interfaces This empty package allows people to keep their Hyper-V updated drivers up-to-date when upgrading their Linux kernel. Package: linux-backports-modules-hv-quantal-virtual Description-md5: 05fc1d38a9d2411d8bf8f7a29223a7e5 Description-en: Backported Hyper-V hypervisor interfaces This empty package allows people to keep their Hyper-V updated drivers up-to-date when upgrading their Linux kernel. Package: linux-crashdump Description-md5: 786b3d1e77e0097cb2c8f2ab16f83875 Description-en: Linux kernel crashdump setup for the latest generic kernel This package installs all the needed infrstracture to get crashdumps from your running system. If you are experiencing kernel crashes that cannot be debugged normally (because the problem is infrequent or panic's the system in such a way as to make information gathering impossible), then you can install this package to automatically enable capture of the vmcore on crashes. Package: linux-doc Description-md5: 656c36c4accf2887e4c8a5ed6787f7aa Description-en: Linux kernel specific documentation for version 3.5.0 This package provides the various documents in the 3.5.0 kernel Documentation/ subdirectory. These document kernel subsystems, APIs, device drivers, and so on. See /usr/share/doc/linux-doc/00-INDEX for a list of what is contained in each file. Package: linux-firmware Description-md5: 7a047bff9e44dce458a300976c12f9da Description-en: Firmware for Linux kernel drivers This package provides firmware used by Linux kernel drivers. Package: linux-generic Description-md5: 000d0a6187a93215f75bba542cc6df27 Description-en: Complete Generic Linux kernel and headers This package will always depend on the latest complete generic Linux kernel and headers. Package: linux-headers-3.5.0-19 Description-md5: a323de9ad5cb186231505c187b3798f5 Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-19/debian.README.gz for details Package: linux-headers-3.5.0-19-generic Description-md5: 31e7ad5018217399c841a88cde5e14f9 Description-en: Linux kernel headers for version 3.5.0 on 64 bit x86 SMP This package provides kernel header files for version 3.5.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-19/debian.README.gz for details. Package: linux-headers-3.5.0-21 Description-md5: 52902d3fcf4c089b6666e470439302c4 Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-21/debian.README.gz for details Package: linux-headers-3.5.0-21-generic Description-md5: 51202b3fbe1d812170e944b2a56f333c Description-en: Linux kernel headers for version 3.5.0 on 64 bit x86 SMP This package provides kernel header files for version 3.5.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-21/debian.README.gz for details. Package: linux-headers-3.5.0-22 Description-md5: 41ca08e1eab265b669291ef61f515d04 Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-22/debian.README.gz for details Package: linux-headers-3.5.0-22-generic Description-md5: 72007ed2eb55bd4394715b3cb65cdc0a Description-en: Linux kernel headers for version 3.5.0 on 64 bit x86 SMP This package provides kernel header files for version 3.5.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-22/debian.README.gz for details. Package: linux-headers-3.5.0-23 Description-md5: 8ec65f2c6e9685cf6c00703e81845cac Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-23/debian.README.gz for details Package: linux-headers-3.5.0-23-generic Description-md5: 1595f4ffe3836ada527d002a97df665b Description-en: Linux kernel headers for version 3.5.0 on 64 bit x86 SMP This package provides kernel header files for version 3.5.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-23/debian.README.gz for details. Package: linux-headers-3.5.0-25 Description-md5: 1f244186611e8c08b1b30dca08be135c Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-25/debian.README.gz for details Package: linux-headers-3.5.0-25-generic Description-md5: 15e2984b34f9e3861792c531313b5ed4 Description-en: Linux kernel headers for version 3.5.0 on 64 bit x86 SMP This package provides kernel header files for version 3.5.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-25/debian.README.gz for details. Package: linux-headers-3.5.0-26 Description-md5: eaaa63805cc764dfad13eb925b3d7e29 Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-26/debian.README.gz for details Package: linux-headers-3.5.0-26-generic Description-md5: 3afa67e13ab47c53d3b7df2c3e4c5789 Description-en: Linux kernel headers for version 3.5.0 on 64 bit x86 SMP This package provides kernel header files for version 3.5.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-26/debian.README.gz for details. Package: linux-headers-3.5.0-27 Description-md5: 7ce44c6f05cbb77203c7b7ecd90a80fd Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-27/debian.README.gz for details Package: linux-headers-3.5.0-27-generic Description-md5: 126aba8ffa1e0cd141a06ef5d38e8a7a Description-en: Linux kernel headers for version 3.5.0 on 64 bit x86 SMP This package provides kernel header files for version 3.5.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-27/debian.README.gz for details. Package: linux-headers-3.5.0-28 Description-md5: 48eff505849feebc2fb96550388771a8 Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-28/debian.README.gz for details Package: linux-headers-3.5.0-28-generic Description-md5: bd40542b861bd99d95afc624fae4d5c7 Description-en: Linux kernel headers for version 3.5.0 on 64 bit x86 SMP This package provides kernel header files for version 3.5.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-28/debian.README.gz for details. Package: linux-headers-3.5.0-30 Description-md5: 97350b5d73e32d9edd7684d9acfcc19d Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-30/debian.README.gz for details Package: linux-headers-3.5.0-30-generic Description-md5: 15acc99f19f3541377f35c13aa01f21d Description-en: Linux kernel headers for version 3.5.0 on 64 bit x86 SMP This package provides kernel header files for version 3.5.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-30/debian.README.gz for details. Package: linux-headers-3.5.0-31 Description-md5: f766f9caf4bfcaf7916e994cf440ad0c Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-31/debian.README.gz for details Package: linux-headers-3.5.0-31-generic Description-md5: f591f70a2a071869b06174badb906c9f Description-en: Linux kernel headers for version 3.5.0 on 64 bit x86 SMP This package provides kernel header files for version 3.5.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-31/debian.README.gz for details. Package: linux-headers-3.5.0-32 Description-md5: 383ee288f0998a8d7266427152803250 Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-32/debian.README.gz for details Package: linux-headers-3.5.0-32-generic Description-md5: b1e53efd6be2d14d4f4c47e59b5e71d6 Description-en: Linux kernel headers for version 3.5.0 on 64 bit x86 SMP This package provides kernel header files for version 3.5.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-32/debian.README.gz for details. Package: linux-headers-3.5.0-34 Description-md5: 1f8ee8d176abc724517790fcea06b7ab Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-34/debian.README.gz for details Package: linux-headers-3.5.0-34-generic Description-md5: 1a158584d83b958e490fe2328f40f7dd Description-en: Linux kernel headers for version 3.5.0 on 64 bit x86 SMP This package provides kernel header files for version 3.5.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-34/debian.README.gz for details. Package: linux-headers-3.5.0-37 Description-md5: fa86e93297d93f0a07da5fbafb485aa3 Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-37/debian.README.gz for details Package: linux-headers-3.5.0-37-generic Description-md5: 28a5e0a8a1382dbbb79e0eee3eb16946 Description-en: Linux kernel headers for version 3.5.0 on 64 bit x86 SMP This package provides kernel header files for version 3.5.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-37/debian.README.gz for details. Package: linux-headers-3.5.0-39 Description-md5: 9e56aad21f22bc63b11083ffbbab8de5 Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-39/debian.README.gz for details Package: linux-headers-3.5.0-39-generic Description-md5: 5115bb82025c4eb304d17dca48d86b5f Description-en: Linux kernel headers for version 3.5.0 on 64 bit x86 SMP This package provides kernel header files for version 3.5.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-39/debian.README.gz for details. Package: linux-headers-3.5.0-40 Description-md5: 4e37acb33417510f8921892df04be287 Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-40/debian.README.gz for details Package: linux-headers-3.5.0-40-generic Description-md5: 0d20f86ca64bb602facf3ed5c5cd1f63 Description-en: Linux kernel headers for version 3.5.0 on 64 bit x86 SMP This package provides kernel header files for version 3.5.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-40/debian.README.gz for details. Package: linux-headers-3.5.0-41 Description-md5: 7ecc36e9615231bbc176d94f1ed1a935 Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-41/debian.README.gz for details Package: linux-headers-3.5.0-41-generic Description-md5: 07d85144c86b0e0279abd4b6c4eba487 Description-en: Linux kernel headers for version 3.5.0 on 64 bit x86 SMP This package provides kernel header files for version 3.5.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-41/debian.README.gz for details. Package: linux-headers-3.5.0-42 Description-md5: 527acff6a21ee1dc48b36a6d70ca6467 Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-42/debian.README.gz for details Package: linux-headers-3.5.0-42-generic Description-md5: 72a9e65b09308f6cbbaa31b9f69a3b96 Description-en: Linux kernel headers for version 3.5.0 on 64 bit x86 SMP This package provides kernel header files for version 3.5.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-42/debian.README.gz for details. Package: linux-headers-3.5.0-43 Description-md5: a4d9d7dbf3e7124c0227b6cd612840cf Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-43/debian.README.gz for details Package: linux-headers-3.5.0-43-generic Description-md5: 9c0a6705dbcb0acb26f815e9f9e39c7d Description-en: Linux kernel headers for version 3.5.0 on 64 bit x86 SMP This package provides kernel header files for version 3.5.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-43/debian.README.gz for details. Package: linux-headers-3.5.0-44 Description-md5: 3885f9c52c35961eba5cabd2717c924e Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-44/debian.README.gz for details Package: linux-headers-3.5.0-44-generic Description-md5: 613334b8dcee43425ea76a4299b7a9ac Description-en: Linux kernel headers for version 3.5.0 on 64 bit x86 SMP This package provides kernel header files for version 3.5.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-44/debian.README.gz for details. Package: linux-headers-3.5.0-45 Description-md5: 3ed89764323694ee8dda0181d5be2728 Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-45/debian.README.gz for details Package: linux-headers-3.5.0-45-generic Description-md5: 6b45fe8a7590278b2c20fb11c26ca1d6 Description-en: Linux kernel headers for version 3.5.0 on 64 bit x86 SMP This package provides kernel header files for version 3.5.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-45/debian.README.gz for details. Package: linux-headers-3.5.0-46 Description-md5: f0bf98983166e5e77aa87235eeec7a57 Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-46/debian.README.gz for details Package: linux-headers-3.5.0-46-generic Description-md5: c737cb04d1086fa80545a408e2149715 Description-en: Linux kernel headers for version 3.5.0 on 64 bit x86 SMP This package provides kernel header files for version 3.5.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-46/debian.README.gz for details. Package: linux-headers-3.5.0-47 Description-md5: 1f1616cc7d82e630ee962e168ef3c000 Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-47/debian.README.gz for details Package: linux-headers-3.5.0-47-generic Description-md5: c2124dabb5e6e8d81f0fc21e96ace517 Description-en: Linux kernel headers for version 3.5.0 on 64 bit x86 SMP This package provides kernel header files for version 3.5.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-47/debian.README.gz for details. Package: linux-headers-3.5.0-49 Description-md5: 4745ca8720c9ea2e68f21aece3020f0a Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-49/debian.README.gz for details Package: linux-headers-3.5.0-49-generic Description-md5: c7ef4f7a84905ed8e4900107bbb5ede7 Description-en: Linux kernel headers for version 3.5.0 on 64 bit x86 SMP This package provides kernel header files for version 3.5.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-49/debian.README.gz for details. Package: linux-headers-3.5.0-51 Description-md5: 8bb73695feb4fc23ac72b42860575c0b Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-51/debian.README.gz for details Package: linux-headers-3.5.0-51-generic Description-md5: fe1d7803731d79e7ea276532b9dca9da Description-en: Linux kernel headers for version 3.5.0 on 64 bit x86 SMP This package provides kernel header files for version 3.5.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-51/debian.README.gz for details. Package: linux-headers-generic Description-md5: 9c9742ab9c289b1e900fab477bc0070d Description-en: Generic Linux kernel headers This package will always depend on the latest generic kernel headers available. Package: linux-headers-lbm-3.5.0-19-generic Description-md5: 6c388e6bdc453ae6eb5ca208fa871ecf Description-en: Header files related to linux-backports-modules version 3.5.0 This package provides linux-backports-modules header files for version 3.5.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.5.0-19/debian.README.gz for details Package: linux-headers-lbm-3.5.0-21-generic Description-md5: 7eda5d5d0e701eedf5c30d76a7f64ddb Description-en: Header files related to linux-backports-modules version 3.5.0 This package provides linux-backports-modules header files for version 3.5.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.5.0-21/debian.README.gz for details Package: linux-headers-lbm-3.5.0-22-generic Description-md5: de26db209705370e8f3d5eb020813208 Description-en: Header files related to linux-backports-modules version 3.5.0 This package provides linux-backports-modules header files for version 3.5.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.5.0-22/debian.README.gz for details Package: linux-headers-lbm-3.5.0-23-generic Description-md5: fa238a8bb52369f3b7001f2686583f9f Description-en: Header files related to linux-backports-modules version 3.5.0 This package provides linux-backports-modules header files for version 3.5.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.5.0-23/debian.README.gz for details Package: linux-headers-lbm-3.5.0-25-generic Description-md5: 1628617f38e0d07778dfea6cd53a4ed9 Description-en: Header files related to linux-backports-modules version 3.5.0 This package provides linux-backports-modules header files for version 3.5.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.5.0-25/debian.README.gz for details Package: linux-headers-lbm-3.5.0-26-generic Description-md5: 6d51e3a149e2c033b6ce7166ce216c60 Description-en: Header files related to linux-backports-modules version 3.5.0 This package provides linux-backports-modules header files for version 3.5.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.5.0-26/debian.README.gz for details Package: linux-headers-lbm-3.5.0-27-generic Description-md5: 0efa41b9747ecaf05c159a379bd2b9cc Description-en: Header files related to linux-backports-modules version 3.5.0 This package provides linux-backports-modules header files for version 3.5.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.5.0-27/debian.README.gz for details Package: linux-headers-lbm-3.5.0-28-generic Description-md5: aa6ca52f19d235bca47374151de0485f Description-en: Header files related to linux-backports-modules version 3.5.0 This package provides linux-backports-modules header files for version 3.5.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.5.0-28/debian.README.gz for details Package: linux-headers-lbm-3.5.0-30-generic Description-md5: 8f00439178dfd505d0ba8f5a4155dde5 Description-en: Header files related to linux-backports-modules version 3.5.0 This package provides linux-backports-modules header files for version 3.5.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.5.0-30/debian.README.gz for details Package: linux-headers-lbm-3.5.0-31-generic Description-md5: 04c7b3af28a2ef06132122040b363702 Description-en: Header files related to linux-backports-modules version 3.5.0 This package provides linux-backports-modules header files for version 3.5.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.5.0-31/debian.README.gz for details Package: linux-headers-lbm-3.5.0-32-generic Description-md5: 0a57c3b36f054d80173c00858907f43c Description-en: Header files related to linux-backports-modules version 3.5.0 This package provides linux-backports-modules header files for version 3.5.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.5.0-32/debian.README.gz for details Package: linux-headers-lbm-3.5.0-34-generic Description-md5: cf95150aa58df52ee0f2636195400d8d Description-en: Header files related to linux-backports-modules version 3.5.0 This package provides linux-backports-modules header files for version 3.5.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.5.0-34/debian.README.gz for details Package: linux-headers-lbm-3.5.0-37-generic Description-md5: 2e3a95267c3ad71887729a42179daa04 Description-en: Header files related to linux-backports-modules version 3.5.0 This package provides linux-backports-modules header files for version 3.5.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.5.0-37/debian.README.gz for details Package: linux-headers-lbm-3.5.0-39-generic Description-md5: 5f20b047323526fb05f2e4492a7f2b43 Description-en: Header files related to linux-backports-modules version 3.5.0 This package provides linux-backports-modules header files for version 3.5.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.5.0-39/debian.README.gz for details Package: linux-headers-lbm-3.5.0-40-generic Description-md5: fa215714c625a39b30646824e4364ac1 Description-en: Header files related to linux-backports-modules version 3.5.0 This package provides linux-backports-modules header files for version 3.5.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.5.0-40/debian.README.gz for details Package: linux-headers-lbm-3.5.0-41-generic Description-md5: bd0f2746b0ba131d00c8372abfa6b69a Description-en: Header files related to linux-backports-modules version 3.5.0 This package provides linux-backports-modules header files for version 3.5.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.5.0-41/debian.README.gz for details Package: linux-headers-lbm-3.5.0-42-generic Description-md5: 9a7b1c20d5908190b35178b65db7bed9 Description-en: Header files related to linux-backports-modules version 3.5.0 This package provides linux-backports-modules header files for version 3.5.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.5.0-42/debian.README.gz for details Package: linux-headers-lbm-3.5.0-43-generic Description-md5: 4be65c1c9c0b621ff08829af10a37eda Description-en: Header files related to linux-backports-modules version 3.5.0 This package provides linux-backports-modules header files for version 3.5.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.5.0-43/debian.README.gz for details Package: linux-headers-lbm-3.5.0-44-generic Description-md5: c33bbaacb1b7771f60c1c521c2270dd4 Description-en: Header files related to linux-backports-modules version 3.5.0 This package provides linux-backports-modules header files for version 3.5.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.5.0-44/debian.README.gz for details Package: linux-headers-lbm-3.5.0-45-generic Description-md5: 6ea706125341130e2849f6ef80fec651 Description-en: Header files related to linux-backports-modules version 3.5.0 This package provides linux-backports-modules header files for version 3.5.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.5.0-45/debian.README.gz for details Package: linux-headers-lbm-3.5.0-46-generic Description-md5: 84a733310da43610edb46b5acd23f1b8 Description-en: Header files related to linux-backports-modules version 3.5.0 This package provides linux-backports-modules header files for version 3.5.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.5.0-46/debian.README.gz for details Package: linux-headers-lbm-3.5.0-47-generic Description-md5: c97bdffcfe9873543b1094cbcfc1c391 Description-en: Header files related to linux-backports-modules version 3.5.0 This package provides linux-backports-modules header files for version 3.5.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.5.0-47/debian.README.gz for details Package: linux-headers-lbm-3.5.0-49-generic Description-md5: d16c3718abf92a842f243feac3a1c312 Description-en: Header files related to linux-backports-modules version 3.5.0 This package provides linux-backports-modules header files for version 3.5.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.5.0-49/debian.README.gz for details Package: linux-headers-lbm-3.5.0-51-generic Description-md5: 9d80f06bb854cf202f6e9678fe7eb75d Description-en: Header files related to linux-backports-modules version 3.5.0 This package provides linux-backports-modules header files for version 3.5.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.5.0-51/debian.README.gz for details Package: linux-headers-server Description-md5: 9f8e13d3c6398c379efb34108d986a01 Description-en: Transitional package. This package will always depend on linux-headers-generic. Package: linux-headers-virtual Description-md5: 9f8e13d3c6398c379efb34108d986a01 Description-en: Transitional package. This package will always depend on linux-headers-generic. Package: linux-image Description-md5: 4b85eb2dcba23bfb3b8a88b27af1d539 Description-en: Generic Linux kernel image. This package will always depend on the latest generic Linux kernel image and headers. Package: linux-image-3.5.0-19-generic Description-md5: 3b39b08d4161394ef0fbb82223595030 Description-en: Linux kernel image for version 3.5.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.5.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: linux-image-3.5.0-21-generic Description-md5: 3b39b08d4161394ef0fbb82223595030 Description-en: Linux kernel image for version 3.5.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.5.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: linux-image-3.5.0-22-generic Description-md5: 3b39b08d4161394ef0fbb82223595030 Description-en: Linux kernel image for version 3.5.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.5.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: linux-image-3.5.0-23-generic Description-md5: 3b39b08d4161394ef0fbb82223595030 Description-en: Linux kernel image for version 3.5.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.5.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: linux-image-3.5.0-25-generic Description-md5: 3b39b08d4161394ef0fbb82223595030 Description-en: Linux kernel image for version 3.5.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.5.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: linux-image-3.5.0-26-generic Description-md5: 3b39b08d4161394ef0fbb82223595030 Description-en: Linux kernel image for version 3.5.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.5.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: linux-image-3.5.0-27-generic Description-md5: 3b39b08d4161394ef0fbb82223595030 Description-en: Linux kernel image for version 3.5.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.5.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: linux-image-3.5.0-28-generic Description-md5: 3b39b08d4161394ef0fbb82223595030 Description-en: Linux kernel image for version 3.5.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.5.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: linux-image-3.5.0-30-generic Description-md5: 3b39b08d4161394ef0fbb82223595030 Description-en: Linux kernel image for version 3.5.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.5.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: linux-image-3.5.0-31-generic Description-md5: 3b39b08d4161394ef0fbb82223595030 Description-en: Linux kernel image for version 3.5.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.5.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: linux-image-3.5.0-32-generic Description-md5: 3b39b08d4161394ef0fbb82223595030 Description-en: Linux kernel image for version 3.5.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.5.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: linux-image-3.5.0-34-generic Description-md5: 3b39b08d4161394ef0fbb82223595030 Description-en: Linux kernel image for version 3.5.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.5.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: linux-image-3.5.0-37-generic Description-md5: 3b39b08d4161394ef0fbb82223595030 Description-en: Linux kernel image for version 3.5.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.5.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: linux-image-3.5.0-39-generic Description-md5: 3b39b08d4161394ef0fbb82223595030 Description-en: Linux kernel image for version 3.5.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.5.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: linux-image-3.5.0-40-generic Description-md5: 3b39b08d4161394ef0fbb82223595030 Description-en: Linux kernel image for version 3.5.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.5.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: linux-image-3.5.0-41-generic Description-md5: 3b39b08d4161394ef0fbb82223595030 Description-en: Linux kernel image for version 3.5.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.5.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: linux-image-3.5.0-42-generic Description-md5: 3b39b08d4161394ef0fbb82223595030 Description-en: Linux kernel image for version 3.5.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.5.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: linux-image-3.5.0-43-generic Description-md5: 3b39b08d4161394ef0fbb82223595030 Description-en: Linux kernel image for version 3.5.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.5.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: linux-image-3.5.0-44-generic Description-md5: 3b39b08d4161394ef0fbb82223595030 Description-en: Linux kernel image for version 3.5.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.5.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: linux-image-3.5.0-45-generic Description-md5: 3b39b08d4161394ef0fbb82223595030 Description-en: Linux kernel image for version 3.5.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.5.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: linux-image-3.5.0-46-generic Description-md5: 3b39b08d4161394ef0fbb82223595030 Description-en: Linux kernel image for version 3.5.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.5.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: linux-image-3.5.0-47-generic Description-md5: 3b39b08d4161394ef0fbb82223595030 Description-en: Linux kernel image for version 3.5.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.5.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: linux-image-3.5.0-49-generic Description-md5: 3b39b08d4161394ef0fbb82223595030 Description-en: Linux kernel image for version 3.5.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.5.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: linux-image-3.5.0-51-generic Description-md5: 3b39b08d4161394ef0fbb82223595030 Description-en: Linux kernel image for version 3.5.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.5.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: linux-image-extra-3.5.0-19-generic Description-md5: 3b39b08d4161394ef0fbb82223595030 Description-en: Linux kernel image for version 3.5.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.5.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: linux-image-extra-3.5.0-21-generic Description-md5: 3b39b08d4161394ef0fbb82223595030 Description-en: Linux kernel image for version 3.5.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.5.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: linux-image-extra-3.5.0-22-generic Description-md5: 3b39b08d4161394ef0fbb82223595030 Description-en: Linux kernel image for version 3.5.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.5.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: linux-image-extra-3.5.0-23-generic Description-md5: 3b39b08d4161394ef0fbb82223595030 Description-en: Linux kernel image for version 3.5.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.5.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: linux-image-extra-3.5.0-25-generic Description-md5: 3b39b08d4161394ef0fbb82223595030 Description-en: Linux kernel image for version 3.5.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.5.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: linux-image-extra-3.5.0-26-generic Description-md5: 3b39b08d4161394ef0fbb82223595030 Description-en: Linux kernel image for version 3.5.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.5.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: linux-image-extra-3.5.0-27-generic Description-md5: 3b39b08d4161394ef0fbb82223595030 Description-en: Linux kernel image for version 3.5.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.5.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: linux-image-extra-3.5.0-28-generic Description-md5: 3b39b08d4161394ef0fbb82223595030 Description-en: Linux kernel image for version 3.5.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.5.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: linux-image-extra-3.5.0-30-generic Description-md5: 3b39b08d4161394ef0fbb82223595030 Description-en: Linux kernel image for version 3.5.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.5.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: linux-image-extra-3.5.0-31-generic Description-md5: 3b39b08d4161394ef0fbb82223595030 Description-en: Linux kernel image for version 3.5.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.5.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: linux-image-extra-3.5.0-32-generic Description-md5: 3b39b08d4161394ef0fbb82223595030 Description-en: Linux kernel image for version 3.5.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.5.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: linux-image-extra-3.5.0-34-generic Description-md5: 3b39b08d4161394ef0fbb82223595030 Description-en: Linux kernel image for version 3.5.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.5.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: linux-image-extra-3.5.0-37-generic Description-md5: 3b39b08d4161394ef0fbb82223595030 Description-en: Linux kernel image for version 3.5.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.5.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: linux-image-extra-3.5.0-39-generic Description-md5: 3b39b08d4161394ef0fbb82223595030 Description-en: Linux kernel image for version 3.5.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.5.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: linux-image-extra-3.5.0-40-generic Description-md5: 3b39b08d4161394ef0fbb82223595030 Description-en: Linux kernel image for version 3.5.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.5.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: linux-image-extra-3.5.0-41-generic Description-md5: 3b39b08d4161394ef0fbb82223595030 Description-en: Linux kernel image for version 3.5.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.5.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: linux-image-extra-3.5.0-42-generic Description-md5: 3b39b08d4161394ef0fbb82223595030 Description-en: Linux kernel image for version 3.5.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.5.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: linux-image-extra-3.5.0-43-generic Description-md5: 3b39b08d4161394ef0fbb82223595030 Description-en: Linux kernel image for version 3.5.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.5.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: linux-image-extra-3.5.0-44-generic Description-md5: 3b39b08d4161394ef0fbb82223595030 Description-en: Linux kernel image for version 3.5.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.5.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: linux-image-extra-3.5.0-45-generic Description-md5: 3b39b08d4161394ef0fbb82223595030 Description-en: Linux kernel image for version 3.5.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.5.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: linux-image-extra-3.5.0-46-generic Description-md5: 3b39b08d4161394ef0fbb82223595030 Description-en: Linux kernel image for version 3.5.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.5.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: linux-image-extra-3.5.0-47-generic Description-md5: 3b39b08d4161394ef0fbb82223595030 Description-en: Linux kernel image for version 3.5.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.5.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: linux-image-extra-3.5.0-49-generic Description-md5: 3b39b08d4161394ef0fbb82223595030 Description-en: Linux kernel image for version 3.5.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.5.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: linux-image-extra-3.5.0-51-generic Description-md5: 3b39b08d4161394ef0fbb82223595030 Description-en: Linux kernel image for version 3.5.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.5.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: linux-image-extra-virtual Description-md5: eb988093c0758268582edcd962efe052 Description-en: Transitional package. This package will always depend on linux-image-generic. Package: linux-image-generic Description-md5: 6d632579c673704f44b290b16e7dbfd1 Description-en: Generic Linux kernel image This package will always depend on the latest generic kernel image available. Package: linux-image-server Description-md5: eb988093c0758268582edcd962efe052 Description-en: Transitional package. This package will always depend on linux-image-generic. Package: linux-image-virtual Description-md5: 4860895cdea7f2369c76625e9dd2dd4b Description-en: This package will always depend on the latest minimal generic kernel image. This package will always depend on the latest minimal generic kernel image used for virtual instances. Package: linux-libc-dev Description-md5: d5d143e6dffc891f04a85464446f9451 Description-en: Linux Kernel Headers for development This package provides headers from the Linux kernel. These headers are used by the installed headers for GNU glibc and other system libraries. They are NOT meant to be used to build third-party modules for your kernel. Use linux-headers-* packages for that. Package: linux-server Description-md5: b239583bb598a7b339303e3f0513dc63 Description-en: Transitional package. This package will always depend on linux-generic. Package: linux-signed-generic Description-md5: c46e75d15f431954f5e63aac8c06ea2d Description-en: Complete Signed Generic Linux kernel and headers This package will always depend on the latest complete generic Linux kernel and headers. Signed with the Ubuntu EFI key. Package: linux-signed-image-3.5.0-19-generic Description-md5: 58606405946683c4d2ca4f105784fd91 Description-en: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's UEFI signing key. Package: linux-signed-image-3.5.0-21-generic Description-md5: 58606405946683c4d2ca4f105784fd91 Description-en: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's UEFI signing key. Package: linux-signed-image-3.5.0-22-generic Description-md5: 58606405946683c4d2ca4f105784fd91 Description-en: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's UEFI signing key. Package: linux-signed-image-3.5.0-23-generic Description-md5: 58606405946683c4d2ca4f105784fd91 Description-en: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's UEFI signing key. Package: linux-signed-image-3.5.0-25-generic Description-md5: 58606405946683c4d2ca4f105784fd91 Description-en: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's UEFI signing key. Package: linux-signed-image-3.5.0-26-generic Description-md5: 58606405946683c4d2ca4f105784fd91 Description-en: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's UEFI signing key. Package: linux-signed-image-3.5.0-27-generic Description-md5: 58606405946683c4d2ca4f105784fd91 Description-en: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's UEFI signing key. Package: linux-signed-image-3.5.0-28-generic Description-md5: 58606405946683c4d2ca4f105784fd91 Description-en: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's UEFI signing key. Package: linux-signed-image-3.5.0-30-generic Description-md5: 58606405946683c4d2ca4f105784fd91 Description-en: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's UEFI signing key. Package: linux-signed-image-3.5.0-31-generic Description-md5: 58606405946683c4d2ca4f105784fd91 Description-en: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's UEFI signing key. Package: linux-signed-image-3.5.0-32-generic Description-md5: 58606405946683c4d2ca4f105784fd91 Description-en: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's UEFI signing key. Package: linux-signed-image-3.5.0-34-generic Description-md5: 58606405946683c4d2ca4f105784fd91 Description-en: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's UEFI signing key. Package: linux-signed-image-3.5.0-37-generic Description-md5: 58606405946683c4d2ca4f105784fd91 Description-en: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's UEFI signing key. Package: linux-signed-image-3.5.0-39-generic Description-md5: 58606405946683c4d2ca4f105784fd91 Description-en: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's UEFI signing key. Package: linux-signed-image-3.5.0-40-generic Description-md5: 58606405946683c4d2ca4f105784fd91 Description-en: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's UEFI signing key. Package: linux-signed-image-3.5.0-41-generic Description-md5: 58606405946683c4d2ca4f105784fd91 Description-en: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's UEFI signing key. Package: linux-signed-image-3.5.0-42-generic Description-md5: 58606405946683c4d2ca4f105784fd91 Description-en: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's UEFI signing key. Package: linux-signed-image-3.5.0-43-generic Description-md5: 58606405946683c4d2ca4f105784fd91 Description-en: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's UEFI signing key. Package: linux-signed-image-3.5.0-44-generic Description-md5: 58606405946683c4d2ca4f105784fd91 Description-en: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's UEFI signing key. Package: linux-signed-image-3.5.0-45-generic Description-md5: 58606405946683c4d2ca4f105784fd91 Description-en: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's UEFI signing key. Package: linux-signed-image-3.5.0-46-generic Description-md5: 58606405946683c4d2ca4f105784fd91 Description-en: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's UEFI signing key. Package: linux-signed-image-3.5.0-47-generic Description-md5: 58606405946683c4d2ca4f105784fd91 Description-en: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's UEFI signing key. Package: linux-signed-image-3.5.0-49-generic Description-md5: 58606405946683c4d2ca4f105784fd91 Description-en: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's UEFI signing key. Package: linux-signed-image-3.5.0-51-generic Description-md5: 58606405946683c4d2ca4f105784fd91 Description-en: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's UEFI signing key. Package: linux-signed-image-generic Description-md5: 9f06dc406adf6813c92d1a1173d6e913 Description-en: Signed Generic Linux kernel image This package will always depend on the latest generic kernel image available. Signed with the Ubuntu EFI key. Package: linux-source Description-md5: 1cac084d2ae18dfd06b96585b4be564d Description-en: Linux kernel source with Ubuntu patches This package will always depend on the latest Linux kernel source code available. The Ubuntu patches have been applied. Package: linux-source-3.5.0 Description-md5: 1a4f23531bb42603992e0020198aada6 Description-en: Linux kernel source for version 3.5.0 with Ubuntu patches This package provides the source code for the Linux kernel version 3.5.0. . This package is mainly meant for other packages to use, in order to build custom flavours. . If you wish to use this package to create a custom Linux kernel, then it is suggested that you investigate the package kernel-package, which has been designed to ease the task of creating kernel image packages. . If you are simply trying to build third-party modules for your kernel, you do not want this package. Install the appropriate linux-headers package instead. Package: linux-tools Description-md5: ea15db5fd6e3e3cff13446d5e28af7c8 Description-en: Linux kernel versioned Tools This package will always depend on the latest Linux kernel versioned tools available. The Ubuntu patches have been applied. Package: linux-tools-3.5.0-19 Description-md5: 24b8063732942d497ca0318132d1c119 Description-en: Linux kernel version specific tools for version 3.5.0-19 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-19 on 64 bit x86. Package: linux-tools-3.5.0-21 Description-md5: 12c092f22798677db297e66117f15745 Description-en: Linux kernel version specific tools for version 3.5.0-21 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-21 on 64 bit x86. Package: linux-tools-3.5.0-22 Description-md5: 2deb62b3f12b784ee42f8a467ee11486 Description-en: Linux kernel version specific tools for version 3.5.0-22 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-22 on 64 bit x86. Package: linux-tools-3.5.0-23 Description-md5: 5d936d2de397001c2a0a6c8849b59079 Description-en: Linux kernel version specific tools for version 3.5.0-23 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-23 on 64 bit x86. Package: linux-tools-3.5.0-25 Description-md5: 014252e24252347369fed0bed036f09b Description-en: Linux kernel version specific tools for version 3.5.0-25 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-25 on 64 bit x86. Package: linux-tools-3.5.0-26 Description-md5: 4c220d669d0bfad0389b3aecb3f20842 Description-en: Linux kernel version specific tools for version 3.5.0-26 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-26 on 64 bit x86. Package: linux-tools-3.5.0-27 Description-md5: d3b893de45b38d96245f99c0064d0cdb Description-en: Linux kernel version specific tools for version 3.5.0-27 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-27 on 64 bit x86. Package: linux-tools-3.5.0-28 Description-md5: 0cf477bebb2cf0cce1f5e2521a99b95c Description-en: Linux kernel version specific tools for version 3.5.0-28 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-28 on 64 bit x86. Package: linux-tools-3.5.0-30 Description-md5: 35ff03fd1c0009c096e6784b3ebe9cb9 Description-en: Linux kernel version specific tools for version 3.5.0-30 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-30 on 64 bit x86. Package: linux-tools-3.5.0-31 Description-md5: e7a821563715bcf6bc834b7dd662aceb Description-en: Linux kernel version specific tools for version 3.5.0-31 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-31 on 64 bit x86. Package: linux-tools-3.5.0-32 Description-md5: 97d6019ae5efb1f8dec93eb6214110e1 Description-en: Linux kernel version specific tools for version 3.5.0-32 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-32 on 64 bit x86. Package: linux-tools-3.5.0-34 Description-md5: 6a47780b0eb0d7419cae09a8e847f468 Description-en: Linux kernel version specific tools for version 3.5.0-34 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-34 on 64 bit x86. Package: linux-tools-3.5.0-37 Description-md5: 9fe161c1329c541e52e9d5f60b99b4c4 Description-en: Linux kernel version specific tools for version 3.5.0-37 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-37 on 64 bit x86. Package: linux-tools-3.5.0-39 Description-md5: 241e379e8fe8b72ca0f6869d0cb552c8 Description-en: Linux kernel version specific tools for version 3.5.0-39 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-39 on 64 bit x86. Package: linux-tools-3.5.0-40 Description-md5: c8136aa5d06e38d1bb69b3bd02c239ae Description-en: Linux kernel version specific tools for version 3.5.0-40 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-40 on 64 bit x86. Package: linux-tools-3.5.0-41 Description-md5: 7e003a127bcb5bf4b49c1e3a750c0904 Description-en: Linux kernel version specific tools for version 3.5.0-41 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-41 on 64 bit x86. Package: linux-tools-3.5.0-42 Description-md5: da763883b5adc88c21275f9bb442096a Description-en: Linux kernel version specific tools for version 3.5.0-42 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-42 on 64 bit x86. Package: linux-tools-3.5.0-43 Description-md5: 72a4df1eaf88d05c6e2902d4bd930334 Description-en: Linux kernel version specific tools for version 3.5.0-43 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-43 on 64 bit x86. Package: linux-tools-3.5.0-44 Description-md5: 610c8a5f306654bd8e87e43161ccfb7c Description-en: Linux kernel version specific tools for version 3.5.0-44 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-44 on 64 bit x86. Package: linux-tools-3.5.0-45 Description-md5: 840005396185e3567e08941b6fd9ba17 Description-en: Linux kernel version specific tools for version 3.5.0-45 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-45 on 64 bit x86. Package: linux-tools-3.5.0-46 Description-md5: 4bc8f13f8278f51f2b874f581d9c60e2 Description-en: Linux kernel version specific tools for version 3.5.0-46 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-46 on 64 bit x86. Package: linux-tools-3.5.0-47 Description-md5: 62e0cd12efa890aed0846784e9484577 Description-en: Linux kernel version specific tools for version 3.5.0-47 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-47 on 64 bit x86. Package: linux-tools-3.5.0-49 Description-md5: c1636c6c6b7045a13a57a1e97111e7a2 Description-en: Linux kernel version specific tools for version 3.5.0-49 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-49 on 64 bit x86. Package: linux-tools-3.5.0-51 Description-md5: cf7dca5bdf54562ad1593547822f0d31 Description-en: Linux kernel version specific tools for version 3.5.0-51 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-51 on 64 bit x86. Package: linux-tools-common Description-md5: 226de1ba87e7416591658659b1486d0c Description-en: Linux kernel version specific tools for version 3.5.0 This package provides the architecture independent parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0. Package: linux-virtual Description-md5: 71a1a38f6977c1a1bbc8a7634f51401c Description-en: Minimal Generic Linux kernel and headers This package will always depend on linux-image-virtual and linux-headers-virtual. Package: lynx Description-md5: 97e502859f1b830fc1dd337e582aed20 Description-en: Text-mode WWW Browser (transitional package) This is a transitional package and can safely be removed; see the lynx-cur package instead. Package: lynx-cur Description-md5: 81ee4f1d0736a86ce9280e724bd4a457 Description-en: Text-mode WWW Browser with NLS support (development version) Lynx is a fully-featured World Wide Web (WWW) client for users running cursor-addressable, character-cell display devices. It is very fast and easy to use. It will display HTML documents containing links to files residing on the local system, as well as files residing on remote systems running Gopher, HTTP, FTP, WAIS, and NNTP servers. . This package contains a development version of lynx. Package: maas Description-md5: 61bb9135ef18acaff6eb8c13e1efc46a Description-en: Ubuntu MAAS Server Ubuntu MAAS Server is the successor to Orchestra. It offers a nice UI to provision your Ubuntu servers. Each physical server (“node”) will be commissioned automatically on first boot. During the commissioning process administrators are able to configure hardware settings manually before an automated smoke test and burn-in test are done. Once commissioned, a node can be deployed on demand by name, or allocated to a queue for dynamic allocation to services being deployed on this MAAS. . This package is a metapackage which installs a complete MAAS service on a single machine. Package: maas-cli Description-md5: 814b9f5858d62e085e69aea0f840e274 Description-en: Ubuntu MAAS Client Tool Ubuntu MAAS Server is the successor to Orchestra. It offers a nice UI to provision your Ubuntu servers. Each physical server (“node”) will be commissioned automatically on first boot. During the commissioning process administrators are able to configure hardware settings manually before an automated smoke test and burn-in test are done. Once commissioned, a node can be deployed on demand by name, or allocated to a queue for dynamic allocation to services being deployed on this MAAS. . This package contains the client command line tool. Package: maas-cluster-controller Description-md5: c10b2ea1c3afc31c6a18490951702ac4 Description-en: Ubuntu MAAS Cluster Controller Ubuntu MAAS Server is the successor to Orchestra. It offers a nice UI to provision your Ubuntu servers. Each physical server (“node”) will be commissioned automatically on first boot. During the commissioning process administrators are able to configure hardware settings manually before an automated smoke test and burn-in test are done. Once commissioned, a node can be deployed on demand by name, or allocated to a queue for dynamic allocation to services being deployed on this MAAS. . This package contains the cluster controller, which is responsible for controlling remote DHCP/TFTP instances on their own subnets. Package: maas-common Description-md5: 0f08f38d6abc6023bae9225f98d0d50c Description-en: Ubuntu MAAS Server Ubuntu MAAS Server is the successor to Orchestra. It offers a nice UI to provision your Ubuntu servers. Each physical server (“node”) will be commissioned automatically on first boot. During the commissioning process administrators are able to configure hardware settings manually before an automated smoke test and burn-in test are done. Once commissioned, a node can be deployed on demand by name, or allocated to a queue for dynamic allocation to services being deployed on this MAAS. . This package contains common files Package: maas-region-controller Description-md5: af957353fce4c07ff6cc2df04c26a3e3 Description-en: Ubuntu MAAS Server Ubuntu MAAS Server is the successor to Orchestra. It offers a nice UI to provision your Ubuntu servers. Each physical server (“node”) will be commissioned automatically on first boot. During the commissioning process administrators are able to configure hardware settings manually before an automated smoke test and burn-in test are done. Once commissioned, a node can be deployed on demand by name, or allocated to a queue for dynamic allocation to services being deployed on this MAAS. . This package installs the region controller services: the web UI and the database. Package: mail-stack-delivery Description-md5: 66dc59ce6cc06ae2193237ef1f865a88 Description-en: mail server delivery agent stack provided by Ubuntu server team Ubuntu's mail stack provides fully operational delivery with safe defaults and additional options. Out of the box it supports IMAP, POP3 and SMTP services with SASL authentication and Maildir as default storage engine. . This package contains configuration files for dovecot. . This package modifies postfix's configuration to integrate with dovecot Package: memcached Description-md5: c96e946324d6d6114d0daad2388780d3 Description-en: A high-performance memory object caching system Danga Interactive developed memcached to enhance the speed of LiveJournal.com, a site which was already doing 20 million+ dynamic page views per day for 1 million users with a bunch of webservers and a bunch of database servers. memcached dropped the database load to almost nothing, yielding faster page load times for users, better resource utilization, and faster access to the databases on a memcache miss. . memcached optimizes specific high-load serving applications that are designed to take advantage of its versatile no-locking memory access system. Clients are available in several different programming languages, to suit the needs of the specific application. Traditionally this has been used in mod_perl apps to avoid storing large chunks of data in Apache memory, and to share this burden across several machines. Package: mesa-common-dev Description-md5: 0d9d46ba6861a0a8c404cf51db1e980d Description-en: Developer documentation for Mesa This package includes the specifications for the Mesa-specific OpenGL extensions, the complete set of release notes and the development header files common to all Mesa packages. Package: multiarch-support Description-md5: f70fd4ad370040691119c10d77aec677 Description-en: 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. Package: munin Description-md5: 397739392252923095c5812dbaad0fdf Description-en: network-wide graphing framework (grapher/gatherer) Munin is a highly flexible and powerful solution used to create graphs of virtually everything imaginable throughout your network, while still maintaining a rattling ease of installation and configuration. . This package contains the grapher/gatherer. You will only need one instance of it in your network. It will periodically poll all the nodes in your network it's aware of for data, which it in turn will use to create graphs and HTML pages, suitable for viewing with your graphical web browser of choice. . It is also able to alert you if any value is outside of a preset boundary, useful if you want to be alerted if a filesystem is about to grow full, for instance. You can do this by making Munin run an arbitrary command when you need to be alert it, or make use of the intrinsic Nagios support. . Munin is written in Perl, and relies heavily on Tobi Oetiker's excellent RRDtool. To see a real example of Munin in action, you can follow a link from to a live installation. Package: munin-common Description-md5: 4501696e1323d02bbf33751c99858ea9 Description-en: network-wide graphing framework (common) Munin is a highly flexible and powerful solution used to create graphs of virtually everything imaginable throughout your network, while still maintaining a rattling ease of installation and configuration. . This package contains the common perl modules that are used by both munin and munin-node. . Munin is written in Perl, and relies heavily on Tobi Oetiker's excellent RRDtool. To see a real example of Munin in action, you can follow a link from to a live installation. Package: munin-doc Description-md5: a4995b39fb5c585937bfa04039cfed02 Description-en: network-wide graphing framework (documentation) Munin is a highly flexible and powerful solution used to create graphs of virtually everything imaginable throughout your network, while still maintaining a rattling ease of installation and configuration. . This package contains all the documentation as POD files. . Munin is written in Perl, and relies heavily on Tobi Oetiker's excellent RRDtool. To see a real example of Munin in action, you can follow a link from to a live installation. Package: munin-node Description-md5: 7d6f3b57350a521bda7e61d4aa53a911 Description-en: network-wide graphing framework (node) Munin is a highly flexible and powerful solution used to create graphs of virtually everything imaginable throughout your network, while still maintaining a rattling ease of installation and configuration. . This package contains the daemon for the nodes being monitored. You should install it on all the nodes in your network. It will know how to extract all sorts of data from the node it runs on, and will wait for the gatherer to request this data for further processing. . Munin is written in Perl, and relies heavily on Tobi Oetiker's excellent RRDtool. To see a real example of Munin in action, you can follow a link from to a live installation. Package: munin-plugins-core Description-md5: 54f782cba4c609cd5afb2583f47afa8a Description-en: network-wide graphing framework (plugins for node) Munin is a highly flexible and powerful solution used to create graphs of virtually everything imaginable throughout your network, while still maintaining a rattling ease of installation and configuration. . This package contains the official plugins for the Munin node, capable of extracting common values such as cpu usage, network usage, load average, and so on. . Creating your own plugins which are capable of extracting other system-specific values is very easy, and is often done in a matter of minutes. You can also create plugins which relay information from other devices in your network that can't run Munin, such as a switch or a server running another operating system, by using SNMP or similar technology. . Munin is written in Perl, and relies heavily on Tobi Oetiker's excellent RRDtool. To see a real example of Munin in action, you can follow a link from to a live installation. Package: munin-plugins-extra Description-md5: eb78ec531b14cee1d0003a07603bedc8 Description-en: network-wide graphing framework (user contributed plugins for node) Munin is a highly flexible and powerful solution used to create graphs of virtually everything imaginable throughout your network, while still maintaining a rattling ease of installation and configuration. . This package contains unsupported plugins for the Munin node, contributed by various users of Munin. . Munin is written in Perl, and relies heavily on Tobi Oetiker's excellent RRDtool. To see a real example of Munin in action, you can follow a link from to a live installation. Package: mutt Description-md5: a2a425952f4b623e21ee73d317640a85 Description-en: text-based mailreader supporting MIME, GPG, PGP and threading Mutt is a sophisticated text-based Mail User Agent. Some highlights: . * MIME support (including RFC1522 encoding/decoding of 8-bit message headers and UTF-8 support). * PGP/MIME support (RFC 2015). * Advanced IMAP client supporting SSL encryption and SASL authentication. * POP3 support. * ESMTP support. * Message threading (both strict and non-strict). * Keybindings are configurable, default keybindings are much like ELM; Mush and PINE-like ones are provided as examples. * Handles MMDF, MH and Maildir in addition to regular mbox format. * Messages may be (indefinitely) postponed. * Colour support. * Highly configurable through easy but powerful rc file. Package: mutt-dbg Description-md5: 84ae750c0a18926ab30eccaa18b243a6 Description-en: debugging symbols for mutt Mutt is a sophisticated text-based Mail User Agent. . This package contains the debugging symbols for mutt and mutt-patched; this is supposed to be used when there is a core file which should be analyzed using gdb. Package: mysql-client Description-md5: c1035c33de63147bb387637ae5083656 Description-en: MySQL database client (metapackage depending on the latest version) This is an empty package that depends on the current "best" version of mysql-client (currently mysql-client-5.5), as determined by the MySQL maintainers. Install this package if in doubt about which MySQL version you want, as this is the one we consider to be in the best shape. Package: mysql-client-5.5 Description-md5: 70aef1a292fc318f9af72aa188c17716 Description-en: 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. Package: mysql-client-core-5.5 Description-md5: 94a7aede8ba9259b1382d4dfca4cdde0 Description-en: 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. Package: mysql-common Description-md5: 562d254c602f89e4390e28f6362283c8 Description-en: 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. Package: mysql-server Description-md5: e519a9c4f87658afbd1d077af63f9269 Description-en: 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. Package: mysql-server-5.5 Description-md5: 3ae11e16f793b3ee84f73a5fa268ad9b Description-en: 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. Package: mysql-server-core-5.5 Description-md5: a54aa75db64667c487b6c9d3800b8153 Description-en: 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. Package: nas-doc Description-md5: 5035a42cdf8861c8e7a34271ccc1d608 Description-en: Network Audio System - extra documentation The Network Audio System (NAS) was developed by NCD for playing, recording, and manipulating audio data over a network. Like the X Window System, it uses the client/server model to separate applications from the specific drivers that control audio input and output devices. . This package contains the extra documentation provided with the NAS source, including PostScript copies of papers describing its design. Package: nova-api Description-md5: 93751a4c42a717b98a076fc37e614e1c Description-en: OpenStack Compute - API frontend OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . This package provides the API frontend. Package: nova-cert Description-md5: 171b61c56d67b812f80c5642bfa0d1d2 Description-en: OpenStack Compute - certificate management OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . This is the Nova certificate management component. Package: nova-common Description-md5: ca300a4c4a13a67629e52754451325a3 Description-en: OpenStack Compute - common files OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . This package contains things that are needed by all parts of Nova. Package: nova-compute Description-md5: 4ede856ba4b4b8796676686d84f6183b Description-en: OpenStack Compute - compute node OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . This is the package you will install on the nodes that will run your virtual machines. Package: nova-compute-kvm Description-md5: 3a3f4fc6eb0e0d1a1a52636f4a84daa1 Description-en: OpenStack Compute - compute node (KVM) OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . Install this package on your compute nodes if you're using kvm. Package: nova-compute-lxc Description-md5: 8c74b0f3d56b3da8c70cf752f98f7869 Description-en: OpenStack Compute - compute node (LXC) OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . Install this package on your compute nodes if you're using LXC. Package: nova-doc Description-md5: 1c367fcc5afa32969a8f351c6365dd1c Description-en: OpenStack Compute - documentation OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . This package contains the documentation for Nova. Package: nova-network Description-md5: ce3e77d724d3353406c26c4d4af8c565 Description-en: OpenStack Compute - Network manager OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . This is the package you will install on the network nodes. This service is responsible for managing floating and fixed IPs, DHCP, bridging and VLANs, and in some cases acts as a gateway. Different networking strategies are available to the service by changing the network_manager flag to FlatManager, FlatDHCPManager, or VlanManager (default is VLAN). Package: nova-objectstore Description-md5: 25cb037ff1b6bb2f705647605954cac3 Description-en: OpenStack Compute - object store OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . This is the package contains a very simple S3-like object store. For production use, you should use OpenStack Storage, aka. Swift. Package: nova-scheduler Description-md5: 8edec11a409c894d59bffef4d16d21b6 Description-en: OpenStack Compute - virtual machine scheduler OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . This is the Nova scheduler. Package: nova-volume Description-md5: 892604663ba498beb13b0a04ea537629 Description-en: OpenStack Compute - storage OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . This is the package you will install on your storage nodes. Package: nvidia-settings Description-md5: 9bb7c34dc84550e6fff415c0eb0eda37 Description-en: Tool for configuring the NVIDIA graphics driver The nvidia-settings utility is a tool for configuring the NVIDIA Linux graphics driver. It operates by communicating with the NVIDIA X driver, querying and updating state as appropriate. This communication is done with the NV-CONTROL X extension. . Values such as brightness and gamma, XVideo attributes, temperature, and OpenGL settings can be queried and configured via nvidia-settings. Package: openjdk-7-dbg Description-md5: 62cbbd2d3e6bc94279f18db4f735142b Description-en: Java runtime based on OpenJDK (debugging symbols) OpenJDK is a development environment for building applications, applets, and components using the Java programming language. . This package contains the debugging symbols. . The packages are built using the IcedTea build support and patches from the IcedTea project. Package: openjdk-7-demo Description-md5: c2a5624aa60e4de3025a249886fa82d7 Description-en: Java runtime based on OpenJDK (demos and examples) OpenJDK Java runtime . The packages are built using the IcedTea build support and patches from the IcedTea project. Package: openjdk-7-doc Description-md5: c1aebd5e8058a6cce0d5690571eddb7b Description-en: OpenJDK Development Kit (JDK) documentation OpenJDK is a development environment for building applications, applets, and components using the Java programming language. . This package contains the API documentation. . The packages are built using the IcedTea build support and patches from the IcedTea project. Package: openjdk-7-jdk Description-md5: eaff50443f15582a8beb0901034b62cf Description-en: OpenJDK Development Kit (JDK) OpenJDK is a development environment for building applications, applets, and components using the Java programming language. . The packages are built using the IcedTea build support and patches from the IcedTea project. Package: openjdk-7-jre Description-md5: 914d96407295e5ec532d2032973e96af Description-en: OpenJDK Java runtime, using Hotspot JIT Full Java runtime environment - needed for executing Java GUI and Webstart programs. Using Hotspot JIT. The packages are built using the IcedTea build support and patches from the IcedTea project. Package: openjdk-7-jre-headless Description-md5: c5ec89b1a6bac9cd86f6e61756d18fb9 Description-en: OpenJDK Java runtime, using Hotspot JIT (headless) Minimal Java runtime - needed for executing non GUI Java programs. Using Hotspot JIT. The packages are built using the IcedTea build support and patches from the IcedTea project. Package: openjdk-7-jre-lib Description-md5: 5e36cdf418f1eb04decf91f23dca47ee Description-en: OpenJDK Java runtime (architecture independent libraries) OpenJDK Java runtime, using Hotspot JIT. The packages are built using the IcedTea build support and patches from the IcedTea project. . This is a transitional package. You can safely remove it. Package: openjdk-7-source Description-md5: 328263bb6fbf81f04f5d459d67244ea0 Description-en: OpenJDK Development Kit (JDK) source files OpenJDK is a development environment for building applications, applets, and components using the Java programming language. . This package contains the Java programming language source files (src.zip) for all classes that make up the Java core API. . The packages are built using the IcedTea build support and patches from the IcedTea project. Package: openssh-client Description-md5: 8cde3280ebad71c16b3e8c661dae6c6d Description-en: 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. Package: openssh-server Description-md5: 842cc998cae371b9d8106c1696373919 Description-en: 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. Package: openssl Description-md5: 977022bc5545601176b69704acc5df9b Description-en: Secure Socket Layer (SSL) binary and related cryptographic tools This package contains the openssl binary and related tools. . It is part of the OpenSSL implementation of SSL. . You need it to perform certain cryptographic actions like: - Creation of RSA, DH and DSA key parameters; - Creation of X.509 certificates, CSRs and CRLs; - Calculation of message digests; - Encryption and decryption with ciphers; - SSL/TLS client and server tests; - Handling of S/MIME signed or encrypted mail. Package: openstack-dashboard Description-md5: cfa8179aec54fb294480d24dfa12c4c6 Description-en: django web interface to Openstack The OpenStack Dashboard is a reference implementation of a Django site that uses the Django-Nova project to provide web based interactions with the OpenStack Nova cloud controller. Package: openstack-dashboard-ubuntu-theme Description-md5: e49ce566cdb2a03745470f21d945576d Description-en: Ubuntu theme for the Openstack dashboard A custom Ubuntu theme for Horizon. This package is optional and overrides the default theme and branding. Package: perl Description-md5: 72b5a936c16f145661f38ca7be7856d3 Description-en: Larry Wall's Practical Extraction and Report Language An interpreted scripting language, known among some as "Unix's Swiss Army Chainsaw". . Perl is optimised for scanning arbitrary text files and system administration. It has built-in extended regular expression matching and replacement, a data-flow mechanism to improve security with setuid scripts and is extensible via modules that can interface to C libraries. Package: perl-base Description-md5: 7c818331fe8bc53134bb22330b07f5ae Description-en: 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"). Package: perl-debug Description-md5: d74923b33864cae938866649204c3496 Description-en: debug-enabled Perl interpreter debugperl provides a debug-enabled version of Perl which can produce extensive information about the interpreter as it compiles and executes a program (see the -D switch in perlrun(1)). . Note that this package is primarily of use in debugging *Perl* rather than perl programs, which may be traced/debugged using the standard perl binary using the -d switch (see perldebug(1)). Package: perl-doc Description-md5: 6cd25412f32c953589ef8fcaf1f5f46d Description-en: Perl documentation Perl manual pages, POD documentation and the `perldoc' program. If you are writing Perl programs, you almost certainly need this. Package: perl-modules Description-md5: c6e30002bf62266bdbe810bfbeaf9586 Description-en: 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. Package: perlmagick Description-md5: 09a1c38959e1dfda7d721a6f035bc283 Description-en: Perl interface to the ImageMagick graphics routines PerlMagick is an objected-oriented Perl interface to ImageMagick. Use the module to read, manipulate, or write an image or image sequence from within a Perl script. This makes it very suitable for Web CGI scripts. Package: php-pear Description-md5: fb29e10c43affc8e5f5fa8be5cd7a87b Description-en: PEAR - PHP Extension and Application Repository This package contains the base PEAR classes for PHP, as well as the PEAR installer. Many PEAR classes are already packaged for Debian, and can be easily identified by names beginning with "php-", such as php-db and php-auth. Note: to build and install precompiled PECL extensions, you will need one of the php development packages installed. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php5 Description-md5: 2af39c852a986c9d371da68ad88cdc6e Description-en: 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. Package: php5-cgi Description-md5: 58786ebfa00e184899546aa54ea9a0cf Description-en: server-side, HTML-embedded scripting language (CGI binary) This package provides the /usr/lib/cgi-bin/php5 CGI interpreter built for use in Apache 2 with mod_actions, or any other CGI httpd that supports a similar mechanism. Note that MOST Apache users probably want the libapache2-mod-php5 package. The following extensions are built in: bcmath bz2 calendar Core ctype date dba dom ereg exif fileinfo filter ftp gettext hash iconv json 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. Package: php5-cli Description-md5: 8b8732a88c809a0ed9042ae5bfc0efb9 Description-en: 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 json libxml mbstring mhash openssl pcntl pcre Phar posix readline 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. Package: php5-common Description-md5: 949c39604ee9b19ceaf6491574a70811 Description-en: 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. Package: php5-curl Description-md5: b9650938a7c70d884c950952073ec28e Description-en: 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. Package: php5-dbg Description-md5: 9c846a487d56db69555b9a0b6f23316b Description-en: Debug symbols for PHP5 This package provides the debug symbols for PHP5 needed for properly debugging errors in PHP5 with gdb. . 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. Package: php5-dev Description-md5: f679c9165e9f710f208143f95427a8c4 Description-en: Files for PHP5 module development This package provides the files from the PHP5 source needed for compiling additional modules. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php5-gd Description-md5: 8589696941eddf5936d927aa77051a52 Description-en: 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. Package: php5-gmp Description-md5: 098c157a536726435e541b2e7e6b4842 Description-en: GMP module for php5 This package provides a module for arbitrary precision arithmetic via the GNU Multiple Precision (GMP) Arithmetic Library. . 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. Package: php5-ldap Description-md5: 7a129352cbfe9a2162ee43d4c9040421 Description-en: LDAP module for php5 This package provides a module for LDAP 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. Package: php5-mysql Description-md5: afca88d575e544314d64eead5093c24f Description-en: 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. Package: php5-odbc Description-md5: bc0c148ebd27735418306b0207388a32 Description-en: ODBC module for php5 This package provides a module for database access through ODBC drivers. It uses the unixODBC library as an ODBC provider. It also contains the pdo_odbc 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. Package: php5-pgsql Description-md5: 25edec9b992444a2c1634b9545b31326 Description-en: PostgreSQL module for php5 This package provides a module for PostgreSQL database connections directly from PHP scripts. It also includes the pdo_pgsql 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. Package: php5-pspell Description-md5: 920445b3fae73cbd3fc8bdca6c8a5b57 Description-en: pspell module for php5 This package provides a module for pspell 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. Package: php5-recode Description-md5: 3c620a285d39cb761f43554f09fe43bb Description-en: recode module for php5 This package provides a module for recode - character set recoding. . 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. Package: php5-snmp Description-md5: a6138315953520c05a90dc9ae2b17cd6 Description-en: SNMP module for php5 This package provides a module for SNMP 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. Package: php5-sqlite Description-md5: 9f069c06a620edaef808bb366117fc0e Description-en: SQLite module for php5 This package provides a module allowing you to use the SQLite self-contained database engine from within your PHP scripts, eliminating the need for a full SQL server installation like MySQL or PostgreSQL. It also includes the pdo_sqlite 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. Package: php5-tidy Description-md5: f8668317f13f19a2ba384b4467355b14 Description-en: tidy module for php5 This package provides a module for tidy functions in PHP scripts. . Tidy is an extension based on Libtidy (http://tidy.sf.net/) and allows a PHP developer to clean, repair, and traverse HTML, XHTML, and XML documents -- including ones with embedded scripting languages such as PHP or ASP within them using OO constructs. . 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. Package: php5-xmlrpc Description-md5: 680850cbfd91309fdc1f668d316688fb Description-en: XML-RPC module for php5 This package provides a module for XML-RPC 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. Package: php5-xsl Description-md5: c1111ccc98d65b3dc65dd1e88f4b7d9b Description-en: XSL module for php5 This package provides a module for XSL using the libxslt XSL parser. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: pidgin Description-md5: d64460fa2943420736453e70937bbf30 Description-en: graphical multi-protocol instant messaging client for X Pidgin is a graphical, modular instant messaging client capable of using multiple networks at once. Currently supported are: AIM/ICQ, Yahoo!, MSN, IRC, Jabber/XMPP/Google Talk, Napster, Zephyr, Gadu-Gadu, Bonjour, Groupwise, Sametime, SIMPLE, MySpaceIM, and MXit. . Some extra packages are suggested to use increased functionality: * gnome-panel | kdebase-workspace-bin | docker: - To use the system tray icon functionality (minimizing to an icon, having the icon blink when there are new messages, etc.) * libsqlite3-0: - To use Contact Availability Prediction plugin Package: pidgin-data Description-md5: b04891790b198f3fe5e5df56c5acb3ab Description-en: multi-protocol instant messaging client - data files This package contains architecture-independent supporting data files required for use with pidgin, such as documentation, icons, translations, and sounds. Package: pidgin-dbg Description-md5: 15d3420aeefc0ac3b2345f312c94f6c4 Description-en: Debugging symbols for Pidgin This package includes the debugging symbols useful for debugging Pidgin and its plugins, contained in the pidgin package. The debugging symbols are used for execution tracing and core dump analysis. Package: pidgin-dev Description-md5: af83e0e901b4b7dc8524c8bb96a1c5d2 Description-en: multi-protocol instant messaging client - development files This package contains the headers and other development files not included in the main pidgin package. Install this if you wish to compile your own plugins. . If you are creating a pidgin plugin package, please be sure to read /usr/share/doc/pidgin-dev/README.Debian.dev after installing pidgin-dev. Package: policykit-1 Description-md5: 233f6ea057dc90084c0e92b57d21a7a8 Description-en: 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. Package: policykit-1-doc Description-md5: 4f476c937cdfc4c2d7a4b81404d7a637 Description-en: documentation for PolicyKit-1 PolicyKit is a toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes. . This package contains the API documentation of PolicyKit. Package: poppler-dbg Description-md5: ab22a1743f8f5dc1f00b9db139334fe2 Description-en: PDF rendering library -- debugging symbols Poppler is a PDF rendering library based on Xpdf PDF viewer. . This package contains the debugging symbols for all the Poppler libraries and the utilities. Package: poppler-utils Description-md5: 5fb5e8ca35857f2fe9d6a276fa940e24 Description-en: PDF utilities (based on Poppler) Poppler is a PDF rendering library based on Xpdf PDF viewer. . This package contains command line utilities (based on Poppler) for getting information of PDF documents, convert them to other formats, or manipulate them: * pdfdetach -- lists or extracts embedded files (attachments) * pdffonts -- font analyzer * pdfimages -- image extractor * pdfinfo -- document information * pdfseparate -- page extraction tool * pdftocairo -- PDF to PNG/JPEG/PDF/PS/EPS/SVG converter using Cairo * pdftohtml -- PDF to HTML converter * pdftoppm -- PDF to PPM/PNG/JPEG image converter * pdftops -- PDF to PostScript (PS) converter * pdftotext -- text extraction * pdfunite -- document merging tool Package: postgresql-9.1 Description-md5: c487fe4e86f0eac09ed9847282436059 Description-en: object-relational SQL database, version 9.1 server PostgreSQL is a fully featured object-relational database management system. It supports a large part of the SQL standard and is designed to be extensible by users in many aspects. Some of the features are: ACID transactions, foreign keys, views, sequences, subqueries, triggers, user-defined types and functions, outer joins, multiversion concurrency control. Graphical user interfaces and bindings for many programming languages are available as well. . This package provides the database server for PostgreSQL 9.1. Servers for other major release versions can be installed simultaneously and are coordinated by the postgresql-common package. A package providing ident-server is needed if you want to authenticate remote connections with identd. Package: postgresql-9.1-dbg Description-md5: c6e0ff14b6f247b18dd692146951ea3c Description-en: debug symbols for postgresql-9.1 PostgreSQL is a fully featured object-relational database management system. It supports a large part of the SQL standard and is designed to be extensible by users in many aspects. Some of the features are: ACID transactions, foreign keys, views, sequences, subqueries, triggers, user-defined types and functions, outer joins, multiversion concurrency control. Graphical user interfaces and bindings for many programming languages are available as well. . This package provides detached debugging symbols for PostgreSQL 9.1. Package: postgresql-client-9.1 Description-md5: d10f0cd30a6d2795ffb7635bd161d343 Description-en: front-end programs for PostgreSQL 9.1 This package contains client and administrative programs for PostgreSQL: these are the interactive terminal client psql and programs for creating and removing users and databases. . This is the client package for PostgreSQL 9.1. If you install PostgreSQL 9.1 on a standalone machine, you need the server package postgresql-9.1, too. On a network, you can install this package on many client machines, while the server package may be installed on only one machine. . PostgreSQL is an object-relational SQL database management system. Package: postgresql-contrib-9.1 Description-md5: 39314d25e69756d51cd5bd0a1e447fdc Description-en: additional facilities for PostgreSQL The PostgreSQL contrib package provides several additional features for the PostgreSQL database. This version is built to work with the server package postgresql-9.1. contrib often serves as a testbed for features before they are adopted into PostgreSQL proper: . adminpack - File and log manipulation routines, used by pgAdmin btree_gist - B-Tree indexing using GiST (Generalised Search Tree) chkpass - An auto-encrypted password datatype cube - Multidimensional-cube datatype (GiST indexing example) dblink - Functions to return results from a remote database earthdistance - Operator for computing the distance (in miles) between two points on the earth's surface fuzzystrmatch - Levenshtein, metaphone, and soundex fuzzy string matching hstore - Store (key, value) pairs intagg - Integer aggregator/enumerator _int - Index support for arrays of int4, using GiST (benchmark needs the libdbd-pg-perl package) isn - type extensions for ISBN, ISSN, ISMN, EAN13 product numbers lo - Large Object maintenance ltree - Tree-like data structures oid2name - Maps OIDs to table names pageinspect - Inspection of database pages passwordcheck - Simple password strength checker pg_buffercache - Real time queries on the shared buffer cache pg_freespacemap- Displays the contents of the free space map (FSM) pg_trgm - Determine the similarity of text based on trigram matching pg_standby - Create a warm stand-by server pgbench - TPC-B like benchmark pgcrypto - Cryptographic functions pgrowlocks - A function to return row locking information pgstattuple - Returns the percentage of dead tuples in a table; this indicates whether a vacuum is required. seg - Confidence-interval datatype (GiST indexing example) spi - PostgreSQL Server Programming Interface; 4 examples of its use: autoinc - A function for implementing AUTOINCREMENT/ IDENTITY insert_username - function for inserting user names moddatetime - Update modification timestamps refint - Functions for implementing referential integrity (foreign keys). Note that this is now superseded by built-in referential integrity. timetravel - Re-implements in user code the time travel feature that was removed in 6.3. tablefunc - examples of functions returning tables uuid-ossp - UUID generation functions vacuumlo - Remove orphaned large objects . PostgreSQL is an object-relational SQL database management system. Package: postgresql-doc-9.1 Description-md5: db66112eca2ed30bbea72deea62c48f0 Description-en: documentation for the PostgreSQL database management system This package contains all README files, user manual, and examples for PostgreSQL 9.1. The manual is in HTML format. . PostgreSQL is an object-relational SQL database management system. Package: postgresql-plperl-9.1 Description-md5: d28fe3528dc6eb7990cf84c27ec33d41 Description-en: PL/Perl procedural language for PostgreSQL 9.1 PL/Perl enables an SQL developer to write procedural language functions for PostgreSQL 9.1 in Perl. You need this package if you have any PostgreSQL 9.1 functions that use the languages plperl or plperlu. . PostgreSQL is an object-relational SQL database management system. Package: postgresql-plpython-9.1 Description-md5: ccc8c07b819b3f7c5ac6ef4ed25c6fe2 Description-en: PL/Python procedural language for PostgreSQL 9.1 PL/Python enables an SQL developer to write procedural language functions for PostgreSQL 9.1 in Python. You need this package if you have any PostgreSQL 9.1 functions that use the languages plpython or plpythonu. . PostgreSQL is an object-relational SQL database management system. Package: postgresql-plpython3-9.1 Description-md5: e84e4ebe1deb3134f10ae4ad7649c32c Description-en: PL/Python 3 procedural language for PostgreSQL 9.1 PL/Python 3 enables an SQL developer to write procedural language functions for PostgreSQL 9.1 in Python 3. You need this package if you have any PostgreSQL 9.1 functions that use the languages plpython3 or plpython3u. . PostgreSQL is an object-relational SQL database management system. Package: postgresql-pltcl-9.1 Description-md5: 76e21b8d06f7d196829d87d594e1e2b1 Description-en: PL/Tcl procedural language for PostgreSQL 9.1 PL/Tcl enables an SQL developer to write procedural language functions for PostgreSQL 9.1 in Tcl. You need this package if you have any PostgreSQL 9.1 functions that use the languages pltcl or pltclu. . PostgreSQL is an object-relational SQL database management system. Package: postgresql-server-dev-9.1 Description-md5: 8f99aad87baf6549fb0ed8307a6b1148 Description-en: development files for PostgreSQL 9.1 server-side programming Header files for compiling SSI code to link into PostgreSQL's backend; for example, for C functions to be called from SQL. . This package also contains the Makefiles necessary for building add-on modules of PostgreSQL, which would otherwise have to be built in the PostgreSQL source-code tree. . PostgreSQL is an object-relational SQL database management system. Package: printer-driver-hpcups Description-md5: f0d901d77cf3b6cbd910072d6a2c9cd4 Description-en: HP Linux Printing and Imaging - CUPS Raster driver (hpcups) This package contains a CUPS-Raster-based printer driver which adds support for most inkjet printers and some LaserJet printers manufactured by HP. It does not provide PPDs for the fax functionality of HP's multi-function devices. . Users of the CUPS printing system are advised to also install the hplip package, and use the hp CUPS backend to send data to the printer. HPLIP supports USB, networked and parallel-port devices, and enables extended hpcups functionality such as border-less printing. Selecting any hpcups ppd in CUPS will use hpcups automatically. . No physical PPDs are shipped with this driver. PPDs are dynamically generated via a CUPS DDK .drv file. . This package can be installed to provide a minimal headless printer solution using CUPS. Package: printer-driver-hpijs Description-md5: 834ddd3c67a566646f58f154d88d82ce Description-en: HP Linux Printing and Imaging - gs IJS driver (hpijs) This package contains an IJS printer driver for Ghostscript, which adds support for most inkjet printers and some LaserJet printers manufactured by HP. It is also required for HPLIP fax support. . The Debian package of hpijs includes the so-called rss patch, to use pure black ink instead of composite black in printers that don't do color map conversion in firmware. . HPIJS can take advantage of Ghostscript IJS KRGB support when available, to enhance black printing on printers that do color map conversion in firmware and are thus not affected by the old rss patch. . Users of the CUPS printing system are advised to also install the hplip package, and use the hp CUPS backend to send data to the printer. HPLIP supports USB, networked and parallel-port devices, and enables extended HPIJS functionality such as border-less printing. Selecting any hpijs ppd in CUPS will use hpijs automatically. . HPIJS is meant to be used through the foomatic system (see the foomatic-filters package). Package: printer-driver-postscript-hp Description-md5: 9af9f89f1dcd726c5278f35497db804b Description-en: HP Printers PostScript Descriptions This package contains the compressed PPDs for the PostScript HP Printers. Package: puppet Description-md5: 1dc71ec043c0ade030b8a9e18410f9ef Description-en: Centralized configuration management - agent startup and compatibility scripts This package contains the startup script and compatbility scripts for the puppet agent, which is the process responsible for configuring the local node. . Puppet lets you centrally manage every important aspect of your system using a cross-platform specification language that manages all the separate elements normally aggregated in different files, like users, cron jobs, and hosts, along with obviously discrete elements like packages, services, and files. . Puppet's simple declarative specification language provides powerful classing abilities for drawing out the similarities between hosts while allowing them to be as specific as necessary, and it handles dependency and prerequisite relationships between objects clearly and explicitly. Package: puppet-common Description-md5: 8da729eb017e286e5d58a9b725d6d6e0 Description-en: Centralized configuration management Puppet lets you centrally manage every important aspect of your system using a cross-platform specification language that manages all the separate elements normally aggregated in different files, like users, cron jobs, and hosts, along with obviously discrete elements like packages, services, and files. . Puppet's simple declarative specification language provides powerful classing abilities for drawing out the similarities between hosts while allowing them to be as specific as necessary, and it handles dependency and prerequisite relationships between objects clearly and explicitly. . This package contains the puppet software and documentation. For the startup scripts needed to run the puppet agent and master, see the "puppet" and "puppetmaster" packages, respectively. Package: puppetmaster Description-md5: ec2957c54d173b1e55135df9e2c43a3b Description-en: Centralized configuration management - master startup and compatibility scripts This package contains the startup and compatibility scripts for the puppet master, which is the server hosting manifests and files for the puppet nodes. . Puppet lets you centrally manage every important aspect of your system using a cross-platform specification language that manages all the separate elements normally aggregated in different files, like users, cron jobs, and hosts, along with obviously discrete elements like packages, services, and files. . Puppet's simple declarative specification language provides powerful classing abilities for drawing out the similarities between hosts while allowing them to be as specific as necessary, and it handles dependency and prerequisite relationships between objects clearly and explicitly. Package: puppetmaster-common Description-md5: 8e697b41d71ef7baffdb79e12a12ce20 Description-en: Puppet master common scripts This package contains common scripts for the puppet master, which is the server hosting manifests and files for the puppet nodes. . Puppet lets you centrally manage every important aspect of your system using a cross-platform specification language that manages all the separate elements normally aggregated in different files, like users, cron jobs, and hosts, along with obviously discrete elements like packages, services, and files. . Puppet's simple declarative specification language provides powerful classing abilities for drawing out the similarities between hosts while allowing them to be as specific as necessary, and it handles dependency and prerequisite relationships between objects clearly and explicitly. Package: python-apport Description-md5: 23518535b15759d78d26010a6b43517a Description-en: Python 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. Package: python-bson Description-md5: 24c9d1f8de40c146a0ea5c924447b746 Description-en: Python implementation of BSON for MongoDB BSON Python module contains all of the Binary JSON encoding and decoding logic for MongoDB. Package: python-bson-ext Description-md5: 24b483279d6d0f416623936f52653bcc Description-en: C-coded extension to the python-bson package BSON Python module contains all of the Binary JSON encoding and decoding logic for MongoDB. This package contains an extension written in C for higher performance. Package: python-cinder Description-md5: 2a4151c3810c54afcfffaf5a62ab850e Description-en: Cinder python libraries Cinder is a storage service for the Openstack project. . This package contains the proython parts of cinder. Package: python-django Description-md5: efe2f6ec2ae89851c710c280956fa785 Description-en: High-level Python web development framework Django is a high-level web application framework that loosely follows the model-view-controller design pattern. . Python's equivalent to Ruby on Rails, Django lets you build complex data-driven websites quickly and easily - Django focuses on automating as much as possible and adhering to the "Don't Repeat Yourself" (DRY) principle. . Django additionally emphasizes reusability and "pluggability" of components; many generic third-party "applications" are available to enhance projects or to simply to reduce development time even further. . Notable features include: * An object-relational mapper (ORM) * Automatic admin interface * Elegant URL dispatcher * Form serialization and validation system * Templating system * Lightweight, standalone web server for development and testing * Internationalization support * Testing framework and client Package: python-django-doc Description-md5: 257e8ca2132ad054b44d0dd521e727f5 Description-en: High-level Python web development framework (documentation) Django is a high-level web application framework that loosely follows the model-view-controller design pattern. . Python's equivalent to Ruby on Rails, Django lets you build complex data-driven websites quickly and easily - Django focuses on automating as much as possible and adhering to the "Don't Repeat Yourself" (DRY) principle. . Django additionally emphasizes reusability and "pluggability" of components; many generic third-party "applications" are available to enhance projects or to simply to reduce development time even further. . This package contains the HTML documentation and example projects. Package: python-django-horizon Description-md5: e01c22c2a2b4bac5ec92884004d96488 Description-en: Django module providing web based interaction with OpenStack The Django-Nova project is a Django module that is used to provide web based interactions with the OpenStack Nova cloud controller. Package: python-django-maas Description-md5: 87625774b1d9493b5a765a3b5549c5de Description-en: Ubuntu MAAS Server - (django files) Ubuntu MAAS Server is the successor to Orchestra. It offers a nice UI to provision your Ubuntu servers. Each physical server (“node”) will be commissioned automatically on first boot. During the commissioning process administrators are able to configure hardware settings manually before an automated smoke test and burn-in test are done. Once commissioned, a node can be deployed on demand by name, or allocated to a queue for dynamic allocation to services being deployed on this MAAS. . This package contains the Django files. Package: python-django-openstack Description-md5: b1f83867f4d64a68b0a2983e14c6b418 Description-en: dummy transitonal package from python-django-openstack to python-django-horizon This transitional package from the python-django-openstack to the python-django-horizon package. Once this package and its dependencies are installed you can remove it. Package: python-glance Description-md5: ec0b5e83302f9dde6c1f98f25a8f33c7 Description-en: OpenStack Image Registry and Delivery Service - Python library The Glance project provides an image registration and discovery service and an image delivery service. These services are used in conjunction by Nova to deliver images from object stores, such as OpenStack's Swift service, to Nova's compute nodes. . This package contains the Python libraries. Package: python-glance-doc Description-md5: bad2142db8d3e8aad00122582264f750 Description-en: OpenStack Image Registry and Delivery Service - Documentation The Glance project provides an image registration and discovery service (Parallax) and an image delivery service (Teller). These services are used in conjunction by Nova to deliver images from object stores, such as OpenStack's Swift service, to Nova's compute nodes. . This package contains the documentation. Package: python-gridfs Description-md5: 9f81017354ca04e7ee67c50fa96675e1 Description-en: Python implementation of GridFS for MongoDB GridFS is a storage specification for large objects in MongoDB. The Python gridfs module is an implementation based on the pymongo module. It provides a file-like interface. Package: python-httplib2 Description-md5: 098dea719923e25f61c28f474109dc1f Description-en: comprehensive HTTP client library written for Python httplib2.py supports many features left out of other HTTP libraries. * HTTP and HTTPS * Keep-Alive * Authentication * Caching * All Methods * Redirects * Compression * Lost update support * Unit Tested . This package provides module for python2 series. Package: python-imaging Description-md5: b1ff3530f934831953fcad400af8d5d6 Description-en: Python Imaging Library The Python Imaging Library (PIL) adds an image object to your Python interpreter. You can load images from a variety of file formats, and apply a rich set of image operations to them. . Image Objects: o Bilevel, greyscale, palette, true colour (RGB), true colour with transparency (RGBA). o colour separation (CMYK). o Copy, cut, paste operations. o Flip, transpose, resize, rotate, and arbitrary affine transforms. o Transparency operations. o Channel and point operations. o Colour transforms, including matrix operations. o Image enhancement, including convolution filters. . File Formats: o Full (Open/Load/Save): BMP, EPS (with ghostscript), GIF, IM, JPEG, MSP, PDF, PNG, PPM, TIFF, XBM. o Read only (Open/Load): ARG, CUR, DCX, FLI, FPX, GBR, GD, ICO, IMT, IPTC, MCIDAS, MPEG, PhotoCD, PCX, PIXAR, PSD, TGA, SGI, SUN, TGA, WMF, XPM. o Save only: PDF, EPS (without ghostscript). Package: python-imaging-dbg Description-md5: d6a7480c57ccf294697d16f2577b0491 Description-en: Python Imaging Library (debug extension) The Python Imaging Library (PIL) adds an image object to your Python interpreter. You can load images from a variety of file formats, and apply a rich set of image operations to them. . This package contains the extension built for the Python debug interpreter. Package: python-imaging-doc Description-md5: d2d78ebc5d47be1eddc7baf1191db3f7 Description-en: Examples for the Python Imaging Library The Python Imaging Library (PIL) adds an image object to your Python interpreter. You can load image objects from a variety of file formats, and apply a rich set of image operations to them. . This package contains PIL API documentation and some example scripts. You may also want to look at the python-imaging-doc-html or python-imaging-doc-pdf packages for the PIL handbook documentation. Package: python-imaging-sane Description-md5: d3a40615c51447bf36aa3b24d44dbd42 Description-en: Python Imaging Library - SANE interface The imaging-sane module is a Python interface to the SANE (Scanner Access is Now Easy) library, which provides access to various raster scanning devices such as flatbed scanners and digital cameras. Package: python-imaging-sane-dbg Description-md5: a9b08fb48accde55c0a7db31d33c5b9e Description-en: Python Imaging Library - SANE interface (debug extension) The imaging-sane module is a Python interface to the SANE (Scanner Access is Now Easy) library, which provides access to various raster scanning devices such as flatbed scanners and digital cameras. . This package contains the extension built for the Python debug interpreter. Package: python-imaging-tk Description-md5: ec069b37ec5fe49b7595423b31cede1b Description-en: Python Imaging Library - ImageTk Module Tk dependent python-imaging module. Package: python-imaging-tk-dbg Description-md5: 56e329e36c894e058f1d529ae38bfb6e Description-en: Python Imaging Library - ImageTk Module (debug extension) Tk dependent python-imaging module. . This package contains the extension built for the Python debug interpreter. Package: python-keyring Description-md5: 3dc4fbfcf3523901bf87a7ee24f11b6c Description-en: store and access your passwords safely The Python keyring library provides an easy way to access the system keyring service (e.g Gnome-Keyring, KWallet) from Python. it can be used in any application that needs safe password storage. Package: python-keystone Description-md5: 164bf6a04887bccf5d178b0e54933ecb Description-en: OpenStack identity service - Python library Keystone is a proposed independent authentication service for OpenStack. . This initial proof of concept aims to address the current use cases in Swift and Nova which are: . * REST-based, token auth for Swift * many-to-many relationship between identity and tenant for Nova. Keystone does authentication and stuff . This package contains the Python libraries. Package: python-libvirt Description-md5: 1ea09e4ec81e360f28623d96cfd449ff Description-en: libvirt Python bindings Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains Python bindings for the libvirt library Package: python-libxml2 Description-md5: e4228b117ba4c3ff09fba829bd0ef07d Description-en: Python bindings for the GNOME XML library XML is a metalanguage to let you design your own markup language. A regular markup language defines a way to describe information in a certain class of documents (eg HTML). XML lets you define your own customized markup languages for many classes of document. It can do this because it's written in SGML, the international standard metalanguage for markup languages. . This package contains the files needed to use the GNOME XML library in Python programs. Package: python-libxml2-dbg Description-md5: 5d69439c02c8c4c06241f93466f5a75a Description-en: Python bindings for the GNOME XML library (debug extension) 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 contains the files needed to use the GNOME XML library in Python programs for use with the Python debug interpreter. Package: python-libxslt1 Description-md5: e2cc4c037db99774d273c35b21c8c8b9 Description-en: Python bindings for libxslt1 XSLT is an XML language for defining transformations of XML files from XML to some other arbitrary format, such as XML, HTML, plain text, etc. using standard XSLT stylesheets. libxslt is a C library which implements XSLT version 1.0. . This package contains Python bindings for libxslt, needed to use libxslt in Python programs. Package: python-libxslt1-dbg Description-md5: dd55b04fde37de4e907cfd65cd22e216 Description-en: Python bindings for libxslt1 (debug extension) XSLT is an XML language for defining transformations of XML files from XML to some other arbitrary format, such as XML, HTML, plain text, etc. using standard XSLT stylesheets. libxslt is a C library which implements XSLT version 1.0. . This package contains Python bindings for libxslt, needed to use libxslt in Python programs for use with the Python debug interpreter. Package: python-maas-client Description-md5: 20735e9fca3a578f82aae12168c594a7 Description-en: Ubuntu MAAS API Client - (python files) Ubuntu MAAS Server is the successor to Orchestra. It offers a nice UI to provision your Ubuntu servers. Each physical server (“node”) will be commissioned automatically on first boot. During the commissioning process administrators are able to configure hardware settings manually before an automated smoke test and burn-in test are done. Once commissioned, a node can be deployed on demand by name, or allocated to a queue for dynamic allocation to services being deployed on this MAAS. . This package contains the client API Python modules. Package: python-maas-provisioningserver Description-md5: 4f5c7749b5a2c54ca28e3e8e5170dd4e Description-en: Ubuntu MAAS Server Ubuntu MAAS Server is the successor to Orchestra. It offers a nice UI to provision your Ubuntu servers. Each physical server (“node”) will be commissioned automatically on first boot. During the commissioning process administrators are able to configure hardware settings manually before an automated smoke test and burn-in test are done. Once commissioned, a node can be deployed on demand by name, or allocated to a queue for dynamic allocation to services being deployed on this MAAS. . This package contains the provisioning server libraries. Package: python-magic Description-md5: 37a8fb9ea793ad19a0727c04e12d8d60 Description-en: File type determination library using "magic" numbers (Python bindings) This library can be used to classify files according to magic number tests. It implements the core functionality of the file command. . This package contains the Python bindings. Package: python-magic-dbg Description-md5: 16fd3ce9f3b68865b15e220bc46db154 Description-en: File type determination library using "magic" numbers (Python bindings/debug) This library can be used to classify files according to magic number tests. It implements the core functionality of the file command. . This package contains the Python bindings, built for the Python debug interpreter. Package: python-moinmoin Description-md5: e7e9edb49f7b3a85509d1a40cac0d731 Description-en: Python clone of WikiWiki - library A WikiWikiWeb is a collaborative hypertext environment, with an emphasis on easy access to and modification of information. MoinMoin is a Python WikiClone that allows you to easily set up your own wiki, only requiring a Web server and a Python installation. Package: python-nova Description-md5: 9e7471c108af7843da4a920afe750d19 Description-en: OpenStack Compute Python libraries OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . This package contains the core Python parts of Nova. Package: python-openssl Description-md5: 34bf94e85b02caf329c537f92208752f Description-en: 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. Package: python-openssl-dbg Description-md5: 42b65693799877c98e71e8195faa5e96 Description-en: Python 2 wrapper around the OpenSSL library (debug extension) 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. . This package contains the debug extension for python-openssl. Package: python-openssl-doc Description-md5: ac670bb910ef23fb997f7e3c57ca5305 Description-en: Python wrapper around the OpenSSL library (documentation package) 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. . This package contains documentation for python-openssl. Package: python-problem-report Description-md5: 06dbdefca60b63fb6c44c8daf9a9cc5f Description-en: Python 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). Package: python-pymongo Description-md5: 0b1ed7838a37434fed39e622e41112f4 Description-en: Python interface to the MongoDB document-oriented database MongoDB is a high-performance, open source, schema-free document-oriented data store. Pymongo provides an interface to easily access it from Python. Consider installing the python-pymongo-ext C extension to improve performance. Package: python-pymongo-doc Description-md5: fbd62f485ddf85b5deaef066e9d02ec6 Description-en: Python interface to the MongoDB document-oriented database (documentation) MongoDB is a high-performance, open source, schema-free document-oriented data store. Pymongo provides an interface to easily access it from Python. . This package contains the HTML documentation. Package: python-pymongo-ext Description-md5: 136aead8416b732e3ca0303bea791e72 Description-en: C-coded extension to the python-pymongo package Pymongo provides an interface to easily access MongoDB from Python. This package contains an extension written in C for higher performance. Package: python-quantum Description-md5: eadc520faba1615eb38168a6ec047baf Description-en: Quantum is a virutal network service for Openstack. (python library) Quantum is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Quantum provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Quantum API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package provides the python library. Package: python-subversion Description-md5: 30d5802891a40f1c510adc5fe5a34238 Description-en: Python bindings for Apache Subversion This is a set of Python interfaces to libsvn, the Apache Subversion libraries. It is useful if you want to, for example, write a Python script that manipulates a Subversion repository or working copy. See the 'subversion' package for more information. Package: python-subversion-dbg Description-md5: f20ef14947423d47b5d91de9d62bf3a7 Description-en: Python bindings for Subversion (debug extension) This is a set of Python interfaces to libsvn, the Subversion libraries. It is useful if you want to, for example, write a Python script that manipulates a Subversion repository or working copy. See the 'subversion' package for more information. . This package contains the extension built for the python debug interpreter. Package: python-suds Description-md5: e1ac45cd8cf31cf7b34831e1d71530be Description-en: Lightweight SOAP client for Python The suds project is a Python soap web services client lib. Suds leverages Python meta programming to provide an intuitive API for consuming web services. Objectification of types defined in the WSDL is provided without class generation. Programmers rarely need to read the WSDL since services and WSDL based objects can be easily inspected. Supports pluggable soap bindings. Package: python-swift Description-md5: de070055ceecd087c69ec8d278884c43 Description-en: distributed virtual object store - Python libraries OpenStack Object Storage (code-named Swift) is open source software for creating redundant, scalable object storage using clusters of standardized servers to store petabytes of accessible data. It is not a file system or real-time data storage system, but rather a long-term storage system for a more permanent type of static data that can be retrieved, leveraged, and then updated if necessary. Primary examples of data that best fit this type of storage model are virtual machine images, photo storage, email storage and backup archiving. Having no central "brain" or master point of control provides greater scalability, redundancy and permanence. . Objects are written to multiple hardware devices in the data center, with the OpenStack software responsible for ensuring data replication and integrity across the cluster. Storage clusters can scale horizontally by adding new nodes. Should a node fail, OpenStack works to replicate its content from other active nodes. Because OpenStack uses software logic to ensure data replication and distribution across different devices, inexpensive commodity hard drives and servers can be used in lieu of more expensive equipment. . This package provides the Python libraries that actually implement everything. Package: python2.7 Description-md5: b4b986e830d3d4fa83a5b41ca4976146 Description-en: Interactive high-level object-oriented language (version 2.7) Version 2.7 of the high-level, interactive object oriented language, includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. Package: python2.7-dbg Description-md5: f9249d85dba69096e965c27b68d47775 Description-en: Debug Build of the Python Interpreter (version 2.7) Python interpreter configured with --pydebug. Dynamically loaded modules are searched in /usr/lib/python2.7/lib-dynload/debug first. Package: python2.7-dev Description-md5: 0f13a410a5bbc68affef1492eee5d8e2 Description-en: Header files and a static library for Python (v2.7) Header files, a static library and development tools for building Python (v2.7) modules, extending the Python interpreter or embedding Python (v2.7) in applications. . Maintainers of Python packages should read README.maintainers. Package: python2.7-doc Description-md5: 427bb0bb2c7ff8d97e3a833c92820507 Description-en: Documentation for the high-level object-oriented language Python (v2.7) These is the official set of documentation for the interactive high-level object-oriented language Python (v2.7). All documents are provided in HTML format. The package consists of ten documents: . * What's New in Python2.7 * Tutorial * Python Library Reference * Macintosh Module Reference * Python Language Reference * Extending and Embedding Python * Python/C API Reference * Installing Python Modules * Documenting Python * Distributing Python Modules Package: python2.7-examples Description-md5: 4f24bb2b1825659042443224cf985199 Description-en: Examples for the Python language (v2.7) Examples, Demos and Tools for Python (v2.7). These are files included in the upstream Python distribution (v2.7). Package: python2.7-minimal Description-md5: 4e3d580f5374e0e392e97c8e6fedf594 Description-en: 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. Package: python3-apport Description-md5: 90fc3702a69ad06599a95a46ceb5778a Description-en: 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. Package: python3-distupgrade Description-md5: f6e22affea82016bac7bf2c9371af261 Description-en: manage release upgrades This is the DistUpgrade Python 3 module Package: python3-httplib2 Description-md5: 43b4287928c3dbd3553ba0279a8b162d Description-en: comprehensive HTTP client library written for Python3 httplib2.py supports many features left out of other HTTP libraries. * HTTP and HTTPS * Keep-Alive * Authentication * Caching * All Methods * Redirects * Compression * Lost update support * Unit Tested . This package provides module for python3 series. Package: python3-openssl Description-md5: d42552511383aa2a691d5994e533fb0c Description-en: Python 3 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. . This package contains the Python 3 version of pyopenssl. Package: python3-openssl-dbg Description-md5: 74d30286345f4f6d1e73e3737b37837e Description-en: Python 3 wrapper around the OpenSSL library (debug extension) 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. . This package contains the debug extension for python3-openssl. Package: python3-problem-report Description-md5: 9c38d91ac205b1680832021377d9156d Description-en: 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). Package: python3-software-properties Description-md5: 2404b69e069f73169a1d424cb63f1d53 Description-en: 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: python3.2 Description-md5: 22961d3731f772a0537be5fe908ed59f Description-en: Interactive high-level object-oriented language (version 3.2) Version 3.2 of the high-level, interactive object oriented language, includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. Package: python3.2-dbg Description-md5: e055ad84419ec4d7da9014f57cd79e4f Description-en: Debug Build of the Python Interpreter (version 3.2) Python interpreter configured with --pydebug. Dynamically loaded modules are searched in /usr/lib/python3.2/lib-dynload/debug first. Package: python3.2-dev Description-md5: fbbe3335300f0c2f60d7eaeeccaf18d6 Description-en: Header files and a static library for Python (v3.2) Header files, a static library and development tools for building Python (v3.2) modules, extending the Python interpreter or embedding Python (v3.2) in applications. . Maintainers of Python packages should read README.maintainers. Package: python3.2-doc Description-md5: b73c1e6bc56b929c19254b2c958b34b8 Description-en: Documentation for the high-level object-oriented language Python (v3.2) These is the official set of documentation for the interactive high-level object-oriented language Python (v3.2). All documents are provided in HTML format. The package consists of ten documents: . * What's New in Python3.2 * Tutorial * Python Library Reference * Macintosh Module Reference * Python Language Reference * Extending and Embedding Python * Python/C API Reference * Installing Python Modules * Documenting Python * Distributing Python Modules Package: python3.2-examples Description-md5: 5325aa1a0691da933dd987ca9ee7dee0 Description-en: Examples for the Python language (v3.2) Examples, Demos and Tools for Python (v3.2). These are files included in the upstream Python distribution (v3.2). Package: python3.2-minimal Description-md5: e649e5b1acc041f7c83b04a69830c1da Description-en: Minimal subset of the Python language (version 3.2) 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.2-minimal/README.Debian for a list of the modules contained in this package. Package: python3.3 Description-md5: 0177262f32ddcf35528646ae247b8a57 Description-en: Interactive high-level object-oriented language (version 3.3) Version 3.3 of the high-level, interactive object oriented language, includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. Package: python3.3-dbg Description-md5: bab8bc9d6e65f63979e5348110eff0ab Description-en: Debug Build of the Python Interpreter (version 3.3) Python interpreter configured with --pydebug. Dynamically loaded modules are searched in /usr/lib/python3.3/lib-dynload/debug first. Package: python3.3-dev Description-md5: c0ed12ef8aaf6bcb18ac2074f5487d17 Description-en: Header files and a static library for Python (v3.3) Header files, a static library and development tools for building Python (v3.3) modules, extending the Python interpreter or embedding Python (v3.3) in applications. . Maintainers of Python packages should read README.maintainers. Package: python3.3-doc Description-md5: 1c5f93bb159770de25ff400f5d851dc2 Description-en: Documentation for the high-level object-oriented language Python (v3.3) These is the official set of documentation for the interactive high-level object-oriented language Python (v3.3). All documents are provided in HTML format. The package consists of ten documents: . * What's New in Python3.3 * Tutorial * Python Library Reference * Macintosh Module Reference * Python Language Reference * Extending and Embedding Python * Python/C API Reference * Installing Python Modules * Documenting Python * Distributing Python Modules Package: python3.3-examples Description-md5: 47348d11732a1f26bdd561fc1c509b82 Description-en: Examples for the Python language (v3.3) Examples, Demos and Tools for Python (v3.3). These are files included in the upstream Python distribution (v3.3). Package: python3.3-minimal Description-md5: 6233066c148b19f678deee22a6a2e61d Description-en: Minimal subset of the Python language (version 3.3) 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.3-minimal/README.Debian for a list of the modules contained in this package. Package: qdbus Description-md5: fae23ff3db2d0866fa317f588c249ee5 Description-en: Qt 4 D-Bus tool Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains qdbus, a command-line tool interface to D-Bus that uses the QtDBus library. Package: qemu-common Description-md5: 04ad157b26c0de00e4e4757a6e6cde78 Description-en: qemu common functionality (bios, documentation, etc) This package pulls in the various binary bios rom blobs needed to boot the various emulated architectures, as well as the documentation. Package: qemu-kvm Description-md5: c1f81b3835740f922c051cfd3544deee Description-en: Full virtualization on supported hardware Using KVM, one can run multiple virtual systems, each running unmodified Linux or Windows images. Each virtual machine has private virtualized hardware: a network card, disk, graphics adapter, etc. . KVM (for Kernel-based Virtual Machine) is a full virtualization solution for Linux hosts on many types of hardware. KVM is intended for systems where the processor has hardware support for virtualization, see below for details. All combinations of 32-bit and 64-bit host and guest systems are supported, except 64-bit guests on 32-bit hosts. . KVM requires your system to support hardware virtualization, provided by AMD's SVM capability or Intel's VT (for x86) or a similar hardware virtualization on other hardware (such as SPARC and PowerPC). See /usr/share/doc/qemu-kvm/README.Debian for more information. Package: qemu-utils Description-md5: fdb21de9f7ab9aec2110fad0e89308dd Description-en: qemu utilities This package provides some utilities for which full qemu-kvm is not needed, in particular qemu-nbd and qemu-img. Package: qt4-bin-dbg Description-md5: 30d00ec1a95d529311faf7e9c80834b8 Description-en: Qt 4 binaries debugging symbols Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the debugging symbols for the Qt 4 binaries. Package: qt4-demos Description-md5: 52e28f0cb6d84d109e8fe6949d554c02 Description-en: Qt 4 examples and demos Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains Qt 4 examples and demos. Package: qt4-demos-dbg Description-md5: 991afe4aa3b4dd3ec2b9dca0d716372c Description-en: Qt 4 examples and demos debugging symbols Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the debugging symbols for the Qt 4 examples and demos. Package: qt4-designer Description-md5: cdfd30f0ec154b8bdc30b8b14be6b2d4 Description-en: graphical designer for Qt 4 applications Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . Qt Designer is a tool for designing and building graphical user interfaces (GUIs) from Qt components. Package: qt4-dev-tools Description-md5: 5011b416d52e1154bf49b8ee22432d56 Description-en: Qt 4 development tools Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains tools used to assist in Qt 4 development, including: - assistant-qt4 -- Qt Assistant - lconvert -- Convert and filter translation data files - linguist-qt4 -- Qt Linguist - pixeltool -- Pixel Tool - qcollectiongenerator -- Qt Collection Generator - qdbusviewer -- D-Bus Viewer - qhelpconverter -- Help Conversion Wizard - qhelpgenerator -- Qt Compressed Help Generator - qmlplugindump -- QML Plugin Dump application - qvfb -- Virtual Framebuffer Package: qt4-doc Description-md5: 231940cacecaefd769b509e5dae9fb47 Description-en: Qt 4 API documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the complete Qt 4 API documentation (new help format). . The documentation is provided in the new help format and manpage format; the new help format version can be viewed in conjunction with the Qt Assistant found in the qt4-dev-tools package. Package: qt4-linguist-tools Description-md5: c9688050e40c3df53ad52c2ad06a0d4e Description-en: Qt 4 Linguist tools Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains lupdate and lrelease. lupdate is a command line tool that finds the translatable strings in the specified source, header and Qt Designer interface files, and produces or updates .ts translation files. lrelease is a command line tool that produces QM files out of TS files. Package: qt4-qmake Description-md5: ed1ae2f01863267495111ab804bd07ad Description-en: Qt 4 qmake Makefile generator tool Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains Qt 4 qmake (qmake-qt4), a tool that helps simplify the build process for development project across different platforms. qmake automates the generation of Makefiles so that only a few lines of information are needed to create each Makefile. qmake can be used for any software project, whether it is written using Qt or not. . Qt 4 qmake requires a platform and compiler description file which contains many default values used to generate appropriate Makefiles. . This package contains also these platform specifications. Package: quantum-common Description-md5: d99850d54eab57d9065430b9b0edf855 Description-en: common - Quantum is a virtual network service for Openstack. Quantum is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Quantum provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Quantum API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package provides the common files. Package: quantum-dhcp-agent Description-md5: 6824b162e520fd492a189346c61c4c25 Description-en: Quantum is a virtual network service for Openstack. (dhcp agent) Quantum is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Quantum provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Quantum API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package provides the dhcp agent. Package: quantum-l3-agent Description-md5: 9a2aa0cb96c610650fea5529e84a8866 Description-en: Quantum is a virtual network service for Openstack. (l3 agent) Quantum is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Quantum provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Quantum API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package provides the l3 agent. Package: quantum-plugin-cisco Description-md5: 1b1fc3e0632a0cf2f960bd1fd125c60d Description-en: Quantum is a virtual network service for Openstack. (cisco plugin) Quantum is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Quantum provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Quantum API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package provides the CISCO plugin. Package: quantum-plugin-linuxbridge Description-md5: 0459d2283fb8383e3871b60c6cc80922 Description-en: Quantum is a virtual network service for Openstack. (linuxbridge plugin) Quantum is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Quantum provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Quantum API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package provides the linuxbridge plugin. Package: quantum-plugin-linuxbridge-agent Description-md5: cffd922a8054a03741d1b77ba25c6284 Description-en: Quantum is a virtual network service for Openstack. (linuxbridge plugin agent) Quantum is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Quantum provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Quantum API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package provides the linuxbridge plugin agent. Package: quantum-plugin-metaplugin Description-md5: 4ece9af4f6bf78929003015d663882f8 Description-en: Quantum is a virtual network service for Openstack. (metaplugin plugin) Quantum is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Quantum provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Quantum API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package provides the metaplugin plugin. Package: quantum-plugin-nec Description-md5: ce06d3425483fad712d0b5dd0d14f56b Description-en: Quantum is a virtual network service for Openstack. (NEC plugin) Quantum is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Quantum provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Quantum API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package provides the NEC plugin. Package: quantum-plugin-nicira Description-md5: 60c43cf7816761148e5de3e49188f7f1 Description-en: Quantum is a virtual network service for Openstack. (nicira plugin) Quantum is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Quantum provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Quantum API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package provides the nicira plugin Package: quantum-plugin-openvswitch Description-md5: f6b5af23a0289df1fe9e666cebf7461f Description-en: Quantum is a virtual network service for Openstack. (openvswitch plugin) Quantum is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Quantum provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Quantum API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package provides the openvswitch plugin. Package: quantum-plugin-openvswitch-agent Description-md5: 8dea3b3416654ae1876ea477c253dca5 Description-en: Quantum is a virtual network service for Openstack. (openvswitch plugin agent) Quantum is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Quantum provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Quantum API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package provides the openvswitch plugin agent Package: quantum-plugin-ryu Description-md5: 5ed026250b674100ab878788889ce0b6 Description-en: Quantum is a virtual network service for Openstack. (ryu plugin) Quantum is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Quantum provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Quantum API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package provides the ryu plugin Package: quantum-plugin-ryu-agent Description-md5: f0efbe0862754b395ffe3534f092ae51 Description-en: Quantum is a virtual network service for Openstack. (ryu plugin agent) Quantum is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Quantum provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Quantum API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package provides the ryu plugin agent. Package: quantum-server Description-md5: 6505b1f6457a3fed6057149112dade33 Description-en: server - Quantum is a virtual network service for Openstack Quantum is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Quantum provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Quantum API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package provides the quantum server Package: remote-login-service Description-md5: cee791e86b67bc79da7151a07ae59b62 Description-en: Service to track the remote servers to use A small service to take the various sources for the remote services and bring them into a simple DBus list. Package: rpm Description-md5: b637dea69233214122f83668b1ac634e Description-en: package manager for RPM The RPM Package Manager (RPM) is a command-line driven package management system capable of installing, uninstalling, verifying, querying, and updating computer software packages. . On Debian and derived systems it is recommended to use "alien" to convert RPM packages into .deb format instead of bypassing the Debian package management system by installing them directly with rpm. Package: rpm-common Description-md5: 281a776fb3c0b33e3fa2befccc935f42 Description-en: common files for RPM The RPM Package Manager (RPM) is a command-line driven package management system capable of installing, uninstalling, verifying, querying, and updating computer software packages. . This package contains some scripts and default configuration which is used by RPM libraries. Package: rpm2cpio Description-md5: 40ab460ae975fb68939c5b31c0e7dc8e Description-en: tool to convert RPM package to CPIO archive The RPM Package Manager (RPM) is a command-line driven package management system capable of installing, uninstalling, verifying, querying, and updating computer software packages. . This package contains tool to convert RPM packages to standard CPIO archive. Package: rtkit Description-md5: 49d87b72431bed9d646487053d48658d Description-en: Realtime Policy and Watchdog Daemon RealtimeKit is a D-Bus system service that changes the scheduling policy of user processes/threads to SCHED_RR (i.e. realtime scheduling mode) on request. It is intended to be used as a secure mechanism to allow real-time scheduling to be used by normal user processes. Package: ruby1.8 Description-md5: cbc9f752f927d3142d295011d81f88fc Description-en: Interpreter of object-oriented scripting language Ruby 1.8 Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in perl). It is simple, straight-forward, and extensible. . This package provides version 1.8 series of Ruby. . On Debian, Ruby 1.8 is provided as separate packages. You can get full Ruby 1.8 distribution by installing following packages. . ruby1.8 ruby1.8-dev ri1.8 ruby1.8-examples libtcltk-ruby1.8 Package: ruby1.8-dev Description-md5: d50680834c728bf1cfb025fc5d1b40c1 Description-en: Header files for compiling extension modules for the Ruby 1.8 Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in perl). It is simple, straight-forward, and extensible. . This package contains the header files and the mkmf library, necessary to make extension library for Ruby 1.8. Package: ruby1.8-examples Description-md5: aae2269a8f6e1c54a5eb29b21495e7cb Description-en: Examples for Ruby 1.8 This package provides example programs about Ruby 1.8. . Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in perl). It is simple, straight-forward, and extensible. Package: ruby1.9.1 Description-md5: 5a3bebf22800260bf542248151806d7c Description-en: Interpreter of object-oriented scripting language Ruby Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in perl). It is simple, straight-forward, and extensible. . In the name of this package, `1.9.1' indicates the Ruby library compatibility version. This package currently provides the `1.9.3' branch of Ruby, which is compatible with the `1.9.1' branch. Package: ruby1.9.1-dev Description-md5: fe8ab5416b13f294f4b46835c51da0b1 Description-en: Header files for compiling extension modules for the Ruby 1.9.1 Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in perl). It is simple, straight-forward, and extensible. . This package contains the header files and the mkmf library, necessary to make extension library for Ruby 1.9.1. It is also required to build many gems. Package: ruby1.9.1-examples Description-md5: f8048bc94c205859758877fee5353b32 Description-en: Examples for Ruby 1.9 This package provides example programs about Ruby 1.9.1. . Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in perl). It is simple, straight-forward, and extensible. Package: samba Description-md5: 0122ac62ef5f4ae21eb2e195eb45ad1d Description-en: SMB/CIFS file, print, and login server for Unix Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file and printer sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as an NT4-style domain controller, and can integrate with both NT4 domains and Active Directory realms as a member server. . This package provides the components necessary to use Samba as a stand-alone file and print server. For use in an NT4 domain or Active Directory realm, you will also need the winbind package. . This package is not required for connecting to existing SMB/CIFS servers (see smbclient) or for mounting remote filesystems (see cifs-utils). Package: samba-common Description-md5: bb9bb586632bab46e877934a67c4eb63 Description-en: common files used by both the Samba server and client Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file and printer sharing with Microsoft Windows, OS X, and other Unix systems. . This package contains common files used by both Samba 3 and Samba 4. Package: samba-common-bin Description-md5: f6d2f3a0378208af8c75ede3922e3b9b Description-en: common files used by both the Samba server and client Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file and printer sharing with Microsoft Windows, OS X, and other Unix systems. . This package contains files and programs needed by Samba when used as either a client or a server. Package: samba-dbg Description-md5: f3ad98b58579564228dc9b95ecaca46a Description-en: Samba debugging symbols Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file and printer sharing with Microsoft Windows, OS X, and other Unix systems. . This package provides debugging information for the software in the Samba suite. Install it to get a better backtrace in the event of a crash. Package: samba-doc Description-md5: a0929c1210df3dd912c15b8d3bdab5ff Description-en: Samba documentation Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file and printer sharing with Microsoft Windows, OS X, and other Unix systems. . This package contains all the non-PDF documentation for the Samba suite. See also samba-doc-pdf. Package: samba-doc-pdf Description-md5: 9a7a9193c0d5ef2aafebcf80d7b2d356 Description-en: Samba documentation in PDF format Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file and printer sharing with Microsoft Windows, OS X, and other Unix systems. . This package contains all the PDF documentation for the Samba suite. Package: smbclient Description-md5: 476018eed30b7f1e76b02afe22aaf008 Description-en: command-line SMB/CIFS clients for Unix Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file and printer sharing with Microsoft Windows, OS X, and other Unix systems. . This package contains command-line utilities for accessing Microsoft Windows and Samba servers, including smbclient, smbtar, and smbspool. Utilities for mounting shares locally are found in the package cifs-utils. Package: snmp Description-md5: ca9254c1be9e571fd6ae9298d0545de5 Description-en: SNMP (Simple Network Management Protocol) applications The Simple Network Management Protocol (SNMP) provides a framework for the exchange of management information between agents (servers) and clients. . The Net-SNMP applications are a collection of command line clients for issuing SNMP requests to agents. Package: snmpd Description-md5: 9dc6ec703377042ed23b16c47ed5cb6c Description-en: SNMP (Simple Network Management Protocol) agents The Simple Network Management Protocol (SNMP) provides a framework for the exchange of management information between agents (servers) and clients. . The Net-SNMP agent is a daemon which listens for incoming SNMP requests from clients and provides responses. Package: software-properties-common Description-md5: d19f432480048ad00ac5c2bfd116cd00 Description-en: 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: software-properties-gtk Description-md5: 1912baba2086cd851f5a53b65d6c9eea Description-en: manage the repositories that you install software from (gtk) 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 a GTK+ based graphical interface. Package: squid3 Description-md5: 56686f47e386eb90f86c02cb88a67889 Description-en: Full featured Web Proxy cache (HTTP proxy) Squid is a high-performance proxy caching server for web clients, supporting FTP, gopher, and HTTP data objects. . Squid version 3 is a major rewrite of Squid in C++ and introduces a number of new features including ICAP and ESI support. Package: squid3-common Description-md5: c71540fd71e8a0771cd67cbb7cdf9ed4 Description-en: Full featured Web Proxy cache (HTTP proxy) - common files Squid is a high-performance proxy caching server for web clients, supporting FTP, gopher, and HTTP data objects. . Squid version 3 is a major rewrite of Squid in C++ and introduces a number of new features including ICAP and ESI support. . This package contains common files (MIB and icons) Package: squid3-dbg Description-md5: d5c14e1471912f644f9014560978dd12 Description-en: Full featured Web Proxy cache (HTTP proxy) - Debug symbols Squid is a high-performance proxy caching server for web clients, supporting FTP, gopher, and HTTP data objects. . Squid version 3 is a major rewrite of Squid in C++ and introduces a number of new features including ICAP and ESI support. . This package contains debugging symbols for binaries in squid3. Package: ssh Description-md5: b00e309365895c14a10af55945efb136 Description-en: secure shell client and server (metapackage) This metapackage is a convenient way to install both the OpenSSH client and the OpenSSH server. It provides nothing in and of itself, so you may remove it if nothing depends on it. Package: ssh-askpass-gnome Description-md5: e888e7e8e5a6ee7b30f000dc22ed083f Description-en: interactive X program to prompt users for a passphrase for ssh-add This has been split out of the main openssh-client package so that openssh-client does not need to depend on GTK+. . You probably want the ssh-askpass package instead, but this is provided to add to your choice and/or confusion. Package: subversion Description-md5: 9fa4bc531e7ceb09fda8950bea636958 Description-en: Advanced version control system Apache Subversion, also known as svn, is a centralised version control system. Version control systems allow many individuals (who may be distributed geographically) to collaborate on a set of files (source code, websites, etc). Subversion began with a CVS paradigm and supports all the major features of CVS, but has evolved to support many features that CVS users often wish they had. . This package includes the Subversion client (svn), repository administration tools (svnadmin, svnlook) and a network server (svnserve). Package: subversion-tools Description-md5: 002bb86e31ed8d34194857631040da61 Description-en: Assorted tools related to Apache Subversion This package includes miscellaneous tools for use with Apache Subversion clients and servers: * svn-backup-dumps: Incremental dumpfile-based backup script * svn-bisect: Bisect revisions to find a regression * svn-clean: Remove unversioned files from a working copy * svn-fast-backup: rsync-based backup script for FSFS repositories * svn-hot-backup: Backup script, primarily for BDB repositories * svn_apply_autoprops: Apply property settings from .subversion/config file to an existing repository * svn_load_dirs: Sophisticated replacement for 'svn import' * svnwrap: Set umask to 002 before calling svn or svnserve * several example hook scripts: commit-access-control, commit-email, log-police, mailer, svnperms, verify-po . NOTE that some of these scripts are unsupported by upstream, and may change radically or disappear in future releases. Some of these scripts require packages on the Recommends list. Package: sudo Description-md5: acd82d558698567df941afe9b1ac35df Description-en: 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. Package: swift-account Description-md5: 809bc8c5c556488caaf22ddd2273fd22 Description-en: distributed virtual object store - account server OpenStack Object Storage (code-named Swift) is open source software for creating redundant, scalable object storage using clusters of standardized servers to store petabytes of accessible data. It is not a file system or real-time data storage system, but rather a long-term storage system for a more permanent type of static data that can be retrieved, leveraged, and then updated if necessary. Primary examples of data that best fit this type of storage model are virtual machine images, photo storage, email storage and backup archiving. Having no central "brain" or master point of control provides greater scalability, redundancy and permanence. . Objects are written to multiple hardware devices in the data center, with the OpenStack software responsible for ensuring data replication and integrity across the cluster. Storage clusters can scale horizontally by adding new nodes. Should a node fail, OpenStack works to replicate its content from other active nodes. Because OpenStack uses software logic to ensure data replication and distribution across different devices, inexpensive commodity hard drives and servers can be used in lieu of more expensive equipment. . This package provides the swift account server. Package: swift-container Description-md5: f8277674f07a294ae8e420393c5fd350 Description-en: distributed virtual object store - container server OpenStack Object Storage (code-named Swift) is open source software for creating redundant, scalable object storage using clusters of standardized servers to store petabytes of accessible data. It is not a file system or real-time data storage system, but rather a long-term storage system for a more permanent type of static data that can be retrieved, leveraged, and then updated if necessary. Primary examples of data that best fit this type of storage model are virtual machine images, photo storage, email storage and backup archiving. Having no central "brain" or master point of control provides greater scalability, redundancy and permanence. . Objects are written to multiple hardware devices in the data center, with the OpenStack software responsible for ensuring data replication and integrity across the cluster. Storage clusters can scale horizontally by adding new nodes. Should a node fail, OpenStack works to replicate its content from other active nodes. Because OpenStack uses software logic to ensure data replication and distribution across different devices, inexpensive commodity hard drives and servers can be used in lieu of more expensive equipment. . This package provides the swift container server. Package: swift-doc Description-md5: f6e5b3e01afabbb95c5d13d2088c78b4 Description-en: distributed virtual object store - documentation OpenStack Object Storage (code-named Swift) is open source software for creating redundant, scalable object storage using clusters of standardized servers to store petabytes of accessible data. It is not a file system or real-time data storage system, but rather a long-term storage system for a more permanent type of static data that can be retrieved, leveraged, and then updated if necessary. Primary examples of data that best fit this type of storage model are virtual machine images, photo storage, email storage and backup archiving. Having no central "brain" or master point of control provides greater scalability, redundancy and permanence. . Objects are written to multiple hardware devices in the data center, with the OpenStack software responsible for ensuring data replication and integrity across the cluster. Storage clusters can scale horizontally by adding new nodes. Should a node fail, OpenStack works to replicate its content from other active nodes. Because OpenStack uses software logic to ensure data replication and distribution across different devices, inexpensive commodity hard drives and servers can be used in lieu of more expensive equipment. . This package provides the Sphinx generated documentation for Swift. Package: swift-object Description-md5: 9c7491cb7a75e1ec163d08f6da52b8a7 Description-en: distributed virtual object store - object server OpenStack Object Storage (code-named Swift) is open source software for creating redundant, scalable object storage using clusters of standardized servers to store petabytes of accessible data. It is not a file system or real-time data storage system, but rather a long-term storage system for a more permanent type of static data that can be retrieved, leveraged, and then updated if necessary. Primary examples of data that best fit this type of storage model are virtual machine images, photo storage, email storage and backup archiving. Having no central "brain" or master point of control provides greater scalability, redundancy and permanence. . Objects are written to multiple hardware devices in the data center, with the OpenStack software responsible for ensuring data replication and integrity across the cluster. Storage clusters can scale horizontally by adding new nodes. Should a node fail, OpenStack works to replicate its content from other active nodes. Because OpenStack uses software logic to ensure data replication and distribution across different devices, inexpensive commodity hard drives and servers can be used in lieu of more expensive equipment. . This package provides the swift object server. Package: swift-proxy Description-md5: 484efcd1f3cbf484a2fed44dcec3d88f Description-en: distributed virtual object store - proxy server OpenStack Object Storage (code-named Swift) is open source software for creating redundant, scalable object storage using clusters of standardized servers to store petabytes of accessible data. It is not a file system or real-time data storage system, but rather a long-term storage system for a more permanent type of static data that can be retrieved, leveraged, and then updated if necessary. Primary examples of data that best fit this type of storage model are virtual machine images, photo storage, email storage and backup archiving. Having no central "brain" or master point of control provides greater scalability, redundancy and permanence. . Objects are written to multiple hardware devices in the data center, with the OpenStack software responsible for ensuring data replication and integrity across the cluster. Storage clusters can scale horizontally by adding new nodes. Should a node fail, OpenStack works to replicate its content from other active nodes. Because OpenStack uses software logic to ensure data replication and distribution across different devices, inexpensive commodity hard drives and servers can be used in lieu of more expensive equipment. . This package provides a proxy server on which clients can connect to store object into Swift. Package: telepathy-gabble Description-md5: be6f33acbe432be29ffa09bddecfab4f Description-en: Jabber/XMPP connection manager Gabble is a Jabber/XMPP connection manager for the Telepathy framework, currently supporting single user chats, multi user chats and voice/video calls. Install this package to use Telepathy instant messaging clients with Jabber/XMPP servers, including Google Talk and Facebook Chat. Package: telepathy-gabble-dbg Description-md5: 15214d62bfe4f47223761ccb5c83f3dd Description-en: Jabber/XMPP connection manager (debug symbols) Gabble is a Jabber/XMPP connection manager for the Telepathy framework. This package contains debug symbols necessary to debug crashes in Gabble. Package: telepathy-idle Description-md5: 81765bfce6d13cf4efec368f0325217a Description-en: IRC connection manager for Telepathy A full-featured IRC connection manager for the Telepathy project. Package: thunderbird Description-md5: 68ed1001b79d708ad48956a0c129114d Description-en: Email, RSS and newsgroup client with integrated spam filter Thunderbird is a full-featured email, RSS and newsgroup client that makes emailing safer, faster and easier than ever before. It supports different mail accounts (POP, IMAP, Gmail), has a simple mail account setup wizard, one- click address book, tabbed interface, an integrated learning spam filter, advanced search and indexing capabilities, and offers easy organization of mails with tagging and virtual folders. It also features unrivalled extensibility. Package: thunderbird-dbg Description-md5: 7ce9b689254d265f0d4bac6602f7a80f Description-en: Email, RSS and newsgroup client - debug symbols Thunderbird is a full-featured email, RSS and newsgroup client that makes emailing safer, faster and easier than ever before. It supports different mail accounts (POP, IMAP, Gmail), has a simple mail account setup wizard, one- click address book, tabbed interface, an integrated learning spam filter, advanced search and indexing capabilities, and offers easy organization of mails with tagging and virtual folders. It also features unrivalled extensibility. . This package contains the debugging symbols for Thunderbird Package: thunderbird-dev Description-md5: 564ab343c2a2437ef25d94273b1364c1 Description-en: Email, RSS and newsgroup client - development files Thunderbird is a full-featured email, RSS and newsgroup client that makes emailing safer, faster and easier than ever before. It supports different mail accounts (POP, IMAP, Gmail), has a simple mail account setup wizard, one- click address book, tabbed interface, an integrated learning spam filter, advanced search and indexing capabilities, and offers easy organization of mails with tagging and virtual folders. It also features unrivalled extensibility. . This package contains the headers and SDK for building plugins and extensions with Thunderbird Package: thunderbird-globalmenu Description-md5: fd9f1e7c342cabe4de92af51203c160c Description-en: Email, RSS and newsgroup client (transitional package) This is a transitional package to ensure that upgrades work correctly. It can be safely removed Package: thunderbird-gnome-support Description-md5: c6d750d99833a5a122c5bdc00727ccaa Description-en: Email, RSS and newsgroup client - GNOME support Thunderbird is a full-featured email, RSS and newsgroup client that makes emailing safer, faster and easier than ever before. It supports different mail accounts (POP, IMAP, Gmail), has a simple mail account setup wizard, one- click address book, tabbed interface, an integrated learning spam filter, advanced search and indexing capabilities, and offers easy organization of mails with tagging and virtual folders. It also features unrivalled extensibility. . This package depends on the GNOME libraries which allow Thunderbird to take advantage of technologies such as GConf, GIO and libnotify Package: thunderbird-gnome-support-dbg Description-md5: 8fa21aaf02af881ccc7c33f8559e6531 Description-en: Email, RSS and newsgroup client - transitional package This is a transitional package to ensure that upgrades work correctly. It can be safely removed Package: thunderbird-locale-af Description-md5: ea537565996c4e6bdc82ab0905f0cc41 Description-en: Transitional package for unavailable language This language is unavailable for the current version of Thunderbird . This is an empty transitional package to ensure a clean upgrade process. You can safely remove this package after installation. Package: thunderbird-locale-ar Description-md5: d96ba05b4c6d792e4d18138bbe13c392 Description-en: Arabic language pack for Thunderbird This package contains Arabic translations and search plugins for Thunderbird Package: thunderbird-locale-ast Description-md5: 92f2ba3ec6c41ae12a73493e796843ef Description-en: Asturian language pack for Thunderbird This package contains Asturian translations and search plugins for Thunderbird Package: thunderbird-locale-be Description-md5: 8756cfe43a521c52482335cca067362b Description-en: Belarusian language pack for Thunderbird This package contains Belarusian translations and search plugins for Thunderbird Package: thunderbird-locale-bg Description-md5: 3e822e5a8f71fa6f62fc77651434d4ca Description-en: Bulgarian language pack for Thunderbird This package contains Bulgarian translations and search plugins for Thunderbird Package: thunderbird-locale-bn Description-md5: 0bf8b67f425d98dd586086e87a5b8652 Description-en: Bengali language pack for Thunderbird This package contains Bengali translations and search plugins for Thunderbird Package: thunderbird-locale-bn-bd Description-md5: 0c16945c4912b109ad1b9a29c3548a82 Description-en: Transitional Bengali language pack for Thunderbird This is a transitional package to ensure that upgrades work correctly. It can be safely removed Package: thunderbird-locale-br Description-md5: 2194e389142c81481fa76aea7d4ab293 Description-en: Breton language pack for Thunderbird This package contains Breton translations and search plugins for Thunderbird Package: thunderbird-locale-ca Description-md5: 9006308ddf098014382109f3256de904 Description-en: Catalan; Valencian language pack for Thunderbird This package contains Catalan; Valencian translations and search plugins for Thunderbird Package: thunderbird-locale-cs Description-md5: e198ec1b38b4ba8d21c5ae2dd707b886 Description-en: Czech language pack for Thunderbird This package contains Czech translations and search plugins for Thunderbird Package: thunderbird-locale-da Description-md5: bb23b7f1451e9101c6235d786e38632a Description-en: Danish language pack for Thunderbird This package contains Danish translations and search plugins for Thunderbird Package: thunderbird-locale-de Description-md5: f1c4ac98e42d37c8f95db725d4288fa1 Description-en: German language pack for Thunderbird This package contains German translations and search plugins for Thunderbird Package: thunderbird-locale-el Description-md5: c4f1bc5322928b4103bc8085cd013d7c Description-en: Greek language pack for Thunderbird This package contains Greek translations and search plugins for Thunderbird Package: thunderbird-locale-en Description-md5: 7997849dd0bc6d27079f5d5768aba1a0 Description-en: English language pack for Thunderbird This package contains English translations and search plugins for Thunderbird Package: thunderbird-locale-en-gb Description-md5: 8b798a69e82f8ec9cbb2e264601a14fb Description-en: Transitional English language pack for Thunderbird This is a transitional package to ensure that upgrades work correctly. It can be safely removed Package: thunderbird-locale-en-us Description-md5: 8b798a69e82f8ec9cbb2e264601a14fb Description-en: Transitional English language pack for Thunderbird This is a transitional package to ensure that upgrades work correctly. It can be safely removed Package: thunderbird-locale-es Description-md5: ab065a0e196a1b25a631117f0de3a536 Description-en: Spanish; Castilian language pack for Thunderbird This package contains Spanish; Castilian translations and search plugins for Thunderbird Package: thunderbird-locale-es-ar Description-md5: 869be0de01bca3f9f7bda73441e37a8d Description-en: Transitional Spanish language pack for Thunderbird This is a transitional package to ensure that upgrades work correctly. It can be safely removed Package: thunderbird-locale-es-es Description-md5: 869be0de01bca3f9f7bda73441e37a8d Description-en: Transitional Spanish language pack for Thunderbird This is a transitional package to ensure that upgrades work correctly. It can be safely removed Package: thunderbird-locale-et Description-md5: 2b6b91b02a69b25fea719c79eebba322 Description-en: Estonian language pack for Thunderbird This package contains Estonian translations and search plugins for Thunderbird Package: thunderbird-locale-eu Description-md5: 51f658816bee1ac3d847f34fcfdf4715 Description-en: Basque language pack for Thunderbird This package contains Basque translations and search plugins for Thunderbird Package: thunderbird-locale-fi Description-md5: d743f35cb2d00c0ac0c74faffc80c429 Description-en: Finnish language pack for Thunderbird This package contains Finnish translations and search plugins for Thunderbird Package: thunderbird-locale-fr Description-md5: 5db38e54534997cea7feaf6bc2c20b8f Description-en: French language pack for Thunderbird This package contains French translations and search plugins for Thunderbird Package: thunderbird-locale-fy Description-md5: 9a3ffaa5a603e7a65baffad8847604e0 Description-en: Western Frisian language pack for Thunderbird This package contains Western Frisian translations and search plugins for Thunderbird Package: thunderbird-locale-fy-nl Description-md5: 23b74cfcdfb3628d4066cc962572e125 Description-en: Transitional Western Frisian language pack for Thunderbird This is a transitional package to ensure that upgrades work correctly. It can be safely removed Package: thunderbird-locale-ga Description-md5: e0d162b3129190a72af5f015ea0da420 Description-en: Irish language pack for Thunderbird This package contains Irish translations and search plugins for Thunderbird Package: thunderbird-locale-ga-ie Description-md5: 8fe591c24be723b831c5e4f9b5e007ba Description-en: Transitional Irish language pack for Thunderbird This is a transitional package to ensure that upgrades work correctly. It can be safely removed Package: thunderbird-locale-gd Description-md5: 6b59819c452353ff33df8a3be2c3e44d Description-en: Gaelic; Scottish Gaelic language pack for Thunderbird This package contains Gaelic; Scottish Gaelic translations and search plugins for Thunderbird Package: thunderbird-locale-gl Description-md5: 026fea6c9c8a4a96d94ffb2e1bae174c Description-en: Galician language pack for Thunderbird This package contains Galician translations and search plugins for Thunderbird Package: thunderbird-locale-he Description-md5: c8ed17478d53bb50cbaa8eb4cb0e8b82 Description-en: Hebrew language pack for Thunderbird This package contains Hebrew translations and search plugins for Thunderbird Package: thunderbird-locale-hr Description-md5: 5c80407d37a30ddb4abbbb4dd98e774c Description-en: Croatian language pack for Thunderbird This package contains Croatian translations and search plugins for Thunderbird Package: thunderbird-locale-hu Description-md5: 26678637379ab77ab5fffe5f5e37f780 Description-en: Hungarian language pack for Thunderbird This package contains Hungarian translations and search plugins for Thunderbird Package: thunderbird-locale-hy Description-md5: 05d72dd80a860558e11187eccde80f8f Description-en: Armenian language pack for Thunderbird This package contains Armenian translations and search plugins for Thunderbird Package: thunderbird-locale-id Description-md5: a52ad96e5ee31add246fa95d4f17195e Description-en: Indonesian language pack for Thunderbird This package contains Indonesian translations and search plugins for Thunderbird Package: thunderbird-locale-is Description-md5: 65ee5905905a537c9ddb5361dddad2f1 Description-en: Icelandic language pack for Thunderbird This package contains Icelandic translations and search plugins for Thunderbird Package: thunderbird-locale-it Description-md5: 6f1c6153ae6ef20c28214fb6a47e2e2e Description-en: Italian language pack for Thunderbird This package contains Italian translations and search plugins for Thunderbird Package: thunderbird-locale-ja Description-md5: 05672037e38088a01fc61323aaea5f68 Description-en: Japanese language pack for Thunderbird This package contains Japanese translations and search plugins for Thunderbird Package: thunderbird-locale-ka Description-md5: ea537565996c4e6bdc82ab0905f0cc41 Description-en: Transitional package for unavailable language This language is unavailable for the current version of Thunderbird . This is an empty transitional package to ensure a clean upgrade process. You can safely remove this package after installation. Package: thunderbird-locale-ko Description-md5: 05bbef35aca99bece02f588c8a5075ad Description-en: Korean language pack for Thunderbird This package contains Korean translations and search plugins for Thunderbird Package: thunderbird-locale-lt Description-md5: d61674e56f26ac9b99db185babee7546 Description-en: Lithuanian language pack for Thunderbird This package contains Lithuanian translations and search plugins for Thunderbird Package: thunderbird-locale-mk Description-md5: ea537565996c4e6bdc82ab0905f0cc41 Description-en: Transitional package for unavailable language This language is unavailable for the current version of Thunderbird . This is an empty transitional package to ensure a clean upgrade process. You can safely remove this package after installation. Package: thunderbird-locale-nb Description-md5: 998f9bca7c066364e2d15ae6be3582d5 Description-en: Bokmål, Norwegian; Norwegian Bokmål language pack for Thunderbird This package contains Bokmål, Norwegian; Norwegian Bokmål translations and search plugins for Thunderbird Package: thunderbird-locale-nb-no Description-md5: 07372224f7f0b015610d5e3f1ac02f57 Description-en: Transitional Norwegian language pack for Thunderbird This is a transitional package to ensure that upgrades work correctly. It can be safely removed Package: thunderbird-locale-nl Description-md5: 38b6c5b7280a72183935b75b6ea9c7d0 Description-en: Dutch; Flemish language pack for Thunderbird This package contains Dutch; Flemish translations and search plugins for Thunderbird Package: thunderbird-locale-nn Description-md5: 7ecbfd7db64a82a92733abd49e768933 Description-en: Norwegian Nynorsk; Nynorsk, Norwegian language pack for Thunderbird This package contains Norwegian Nynorsk; Nynorsk, Norwegian translations and search plugins for Thunderbird Package: thunderbird-locale-nn-no Description-md5: 07372224f7f0b015610d5e3f1ac02f57 Description-en: Transitional Norwegian language pack for Thunderbird This is a transitional package to ensure that upgrades work correctly. It can be safely removed Package: thunderbird-locale-pa Description-md5: aa580bb579804ee591e35edbbcd80dd5 Description-en: Panjabi; Punjabi language pack for Thunderbird This package contains Panjabi; Punjabi translations and search plugins for Thunderbird Package: thunderbird-locale-pa-in Description-md5: 4f99cd6218380edd7d419f7754843622 Description-en: Transitional Punjabi language pack for Thunderbird This is a transitional package to ensure that upgrades work correctly. It can be safely removed Package: thunderbird-locale-pl Description-md5: 777da132688522a52205b5a6710bcbb7 Description-en: Polish language pack for Thunderbird This package contains Polish translations and search plugins for Thunderbird Package: thunderbird-locale-pt Description-md5: 0f8fb3826c29ae6bf3c3ad16d863b999 Description-en: Portuguese language pack for Thunderbird This package contains Portuguese translations and search plugins for Thunderbird Package: thunderbird-locale-pt-br Description-md5: 063e3e81e79a8a10b5ce2b5d56714bfe Description-en: Transitional Portugese language pack for Thunderbird This is a transitional package to ensure that upgrades work correctly. It can be safely removed Package: thunderbird-locale-pt-pt Description-md5: 063e3e81e79a8a10b5ce2b5d56714bfe Description-en: Transitional Portugese language pack for Thunderbird This is a transitional package to ensure that upgrades work correctly. It can be safely removed Package: thunderbird-locale-rm Description-md5: f2a8824b85c8ee2df8aadd456d6c4fc7 Description-en: Romansh language pack for Thunderbird This package contains Romansh translations and search plugins for Thunderbird Package: thunderbird-locale-ro Description-md5: 601aaa5358b7fd9504dbc00b274ce9a1 Description-en: Romanian language pack for Thunderbird This package contains Romanian translations and search plugins for Thunderbird Package: thunderbird-locale-ru Description-md5: 3470b329081e3274f2b1fc7e8f4836e9 Description-en: Russian language pack for Thunderbird This package contains Russian translations and search plugins for Thunderbird Package: thunderbird-locale-si Description-md5: a4cd27280668af50e718cc1dde325010 Description-en: Sinhala; Sinhalese language pack for Thunderbird This package contains Sinhala; Sinhalese translations and search plugins for Thunderbird Package: thunderbird-locale-sk Description-md5: 58fb9ea30d8ddc2d169728c65570981b Description-en: Slovak language pack for Thunderbird This package contains Slovak translations and search plugins for Thunderbird Package: thunderbird-locale-sl Description-md5: daf76ecbb038c82b1a007e0b97441b83 Description-en: Slovenian language pack for Thunderbird This package contains Slovenian translations and search plugins for Thunderbird Package: thunderbird-locale-sq Description-md5: aabacf80f66ab70ed6865d5c62e6feb4 Description-en: Albanian language pack for Thunderbird This package contains Albanian translations and search plugins for Thunderbird Package: thunderbird-locale-sr Description-md5: 4903f7be134fb1cd72c302ad46ab3471 Description-en: Serbian language pack for Thunderbird This package contains Serbian translations and search plugins for Thunderbird Package: thunderbird-locale-sv Description-md5: 8a2405d1e465215d08f22ca0d7b53025 Description-en: Swedish language pack for Thunderbird This package contains Swedish translations and search plugins for Thunderbird Package: thunderbird-locale-sv-se Description-md5: f013f0346741e935e8ea6e28d12bc5e1 Description-en: Transitional Swedish language pack for Thunderbird This is a transitional package to ensure that upgrades work correctly. It can be safely removed Package: thunderbird-locale-ta Description-md5: 1b6aec33cedf10be3259b193e9b12265 Description-en: Tamil language pack for Thunderbird This package contains Tamil translations and search plugins for Thunderbird Package: thunderbird-locale-ta-lk Description-md5: 1a0bc948aeb218ec6560b280e4af0dd4 Description-en: Transitional Tamil language pack for Thunderbird This is a transitional package to ensure that upgrades work correctly. It can be safely removed Package: thunderbird-locale-tr Description-md5: 96f7b80d2e94b507e60f8bc5a8a0fd27 Description-en: Turkish language pack for Thunderbird This package contains Turkish translations and search plugins for Thunderbird Package: thunderbird-locale-uk Description-md5: 10eb02a1ee9b6883db9375d4708aafa1 Description-en: Ukrainian language pack for Thunderbird This package contains Ukrainian translations and search plugins for Thunderbird Package: thunderbird-locale-vi Description-md5: b7b5ecb4b2349b8ee7446da8c0ee8912 Description-en: Vietnamese language pack for Thunderbird This package contains Vietnamese translations and search plugins for Thunderbird Package: thunderbird-locale-zh-cn Description-md5: 3a9fcde509c5d2504fb3f5bcdc7f4b7a Description-en: Transitional Simplified Chinese language pack for Thunderbird This is a transitional package to ensure that upgrades work correctly. It can be safely removed Package: thunderbird-locale-zh-hans Description-md5: 3638e8cfbb0bae8e88cb4e7f01b7eabe Description-en: Simplified Chinese language pack for Thunderbird This package contains Simplified Chinese translations and search plugins for Thunderbird Package: thunderbird-locale-zh-hant Description-md5: 364c5ad13dbb779048738785b9adcaf0 Description-en: Traditional Chinese language pack for Thunderbird This package contains Traditional Chinese translations and search plugins for Thunderbird Package: thunderbird-locale-zh-tw Description-md5: 153d368d7ff06df3219842e1b9490761 Description-en: Transitional Traditional Chinese language pack for Thunderbird This is a transitional package to ensure that upgrades work correctly. It can be safely removed Package: tomcat7 Description-md5: 71d2a54f759941814ab4cf7873094b26 Description-en: Servlet and JSP engine Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Sun Microsystems, and provides a "pure Java" HTTP web server environment for Java code to run. . This package contains only the startup scripts for the system-wide daemon. No documentation or web applications are included here, please install the tomcat7-docs and tomcat7-examples packages if you want them. Install the authbind package if you need to use Tomcat on ports 1-1023. Install tomcat7-user instead of this package if you don't want Tomcat to start as a service. Package: tomcat7-admin Description-md5: 07b3738a38d2448ee2c0b77d4dbd745d Description-en: Servlet and JSP engine -- admin web applications Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Sun Microsystems, and provides a "pure Java" HTTP web server environment for Java code to run. . This package contains the administrative web interfaces. Package: tomcat7-common Description-md5: f1b8817985b6e745bfe6216aa2086c4b Description-en: Servlet and JSP engine -- common files Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Sun Microsystems, and provides a "pure Java" HTTP web server environment for Java code to run. . This package contains common files needed by the tomcat7 and tomcat7-user packages (Tomcat 6 scripts and libraries). Package: tomcat7-docs Description-md5: 523c216160e93c3df0c2e38305883e9c Description-en: Servlet and JSP engine -- documentation Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Sun Microsystems, and provides a "pure Java" HTTP web server environment for Java code to run. . This package contains the online documentation web application. Package: tomcat7-examples Description-md5: 3fd8302e7ffe454afd9ba42730f7a01a Description-en: Servlet and JSP engine -- example web applications Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Sun Microsystems, and provides a "pure Java" HTTP web server environment for Java code to run. . This package contains the default Tomcat example webapps. Package: transmission-cli Description-md5: 2bb621d0d95ecd3582f524eb28dbf71e Description-en: lightweight BitTorrent client (command line programs) Transmission is a set of lightweight BitTorrent clients (in GUI, CLI and daemon form). All its incarnations feature a very simple, intuitive interface on top on an efficient, cross-platform back-end. . This package contains a (deprecated) stand-alone command-line client, transmission-remote to interface with transmission-daemon and tools to create, edit and inspect torrent files. Package: transmission-common Description-md5: c088436bdff78ec234e20d4cee7f3943 Description-en: lightweight BitTorrent client (common files) Transmission is a set of lightweight BitTorrent clients (in GUI, CLI and daemon form). All its incarnations feature a very simple, intuitive interface on top on an efficient, cross-platform back-end. . This package contains the common files for the different transmission versions. Package: transmission-daemon Description-md5: c5796eb91f75285b9af0fb5f16136e5d Description-en: lightweight BitTorrent client (daemon) Transmission is a set of lightweight BitTorrent clients (in GUI, CLI and daemon form). All its incarnations feature a very simple, intuitive interface on top on an efficient, cross-platform back-end. . This package contains the transmission-daemon. For the associated transmission-remote, see the package transmission-cli. Package: transmission-dbg Description-md5: b093bc257efd8163683cc280c88fb97d Description-en: lightweight BitTorrent client (debug symbols) Transmission is a set of lightweight BitTorrent clients (in GUI, CLI and daemon form). All its incarnations feature a very simple, intuitive interface on top on an efficient, cross-platform back-end. . This package contains the debug symbols for the different transmission executables. Most users won't need this, but please install it before submitting bugs with crashes. Package: transmission-gtk Description-md5: 52423a3999c0f65dec056093ec8c8539 Description-en: lightweight BitTorrent client (GTK interface) Transmission is a set of lightweight BitTorrent clients (in GUI, CLI and daemon form). All its incarnations feature a very simple, intuitive interface on top on an efficient, cross-platform back-end. . This package contains the GTK stand-alone client. Package: transmission-qt Description-md5: 55875b4734dfba52b8c3483949c1215e Description-en: lightweight BitTorrent client (Qt interface) Transmission is a set of lightweight BitTorrent clients (in GUI, CLI and daemon form). All its incarnations feature a very simple, intuitive interface on top on an efficient, cross-platform back-end. . This package contains the Qt stand-alone client. Package: txt2man Description-md5: 58e0f38e7db0afabc7e8e5a7926bd386 Description-en: Converts flat ASCII text to man page format It is a shell script using gnu awk, that should run on any Unix-like system. The syntax of the ASCII text is very straightforward and looks very much like the output of the man(1) program. Package: ubuntu-release-upgrader-core Description-md5: 9b6ae3ba71aff05989e4c93c17227206 Description-en: manage release upgrades This is the core of the Ubuntu Release Upgrader Package: ubuntu-release-upgrader-gtk Description-md5: 0f775b1b3e524ee71526ea41b76d44cb Description-en: manage release upgrades This is the GTK+ frontend of the Ubuntu Release Upgrader Package: ubuntu-system-service Description-md5: 8cf38bb8f33a85cc1effac46d40ae28f Description-en: Dbus service to set various system-wide configurations This package implements system wide proxy settings. Package: udisks Description-md5: e25cc47223b9961186f0ccc7d4b3c3f1 Description-en: storage media interface The udisks daemon serves as an interface to system block devices, implemented via D-Bus. It handles operations such as querying, mounting, unmounting, formatting, or detaching storage devices such as hard disks or USB thumb drives. . This package also provides the udisks utility, which can be used to trigger these operations from the command line (if permitted by PolicyKit). External tools such as hdparm are used if available to implement extra operations, such as configuring disk spindown times. . Creating or modifying file systems such as XFS, RAID, or LUKS encryption requires that the corresponding mkfs.* and admin tools are installed, such as dosfstools and mtools for VFAT, xfsprogs for XFS, or cryptsetup for LUKS. Package: udisks-doc Description-md5: 358dad502a46efde6bd816ec89e42487 Description-en: storage media interface - documentation The udisks daemon serves as an interface to system block devices, implemented via D-Bus. It handles operations such as querying, mounting, unmounting, formatting, or detaching storage devices such as hard disks or USB thumb drives. . This package provides the API reference and manuals in devhelp format. Package: udisks2 Description-md5: 210de18efda56715330f92040308afed Description-en: D-BUS service to access and manipulate storage devices The udisks daemon serves as an interface to system block devices, implemented via D-Bus. It handles operations such as querying, mounting, unmounting, formatting, or detaching storage devices such as hard disks or USB thumb drives. . This package also provides the udisksctl utility, which can be used to trigger these operations from the command line (if permitted by PolicyKit). . Creating or modifying file systems such as XFS, RAID, or LUKS encryption requires that the corresponding mkfs.* and admin tools are installed, such as dosfstools and mtools for VFAT, xfsprogs for XFS, or cryptsetup for LUKS. Package: udisks2-doc Description-md5: abe2995ad264193cc84ba801988f1197 Description-en: udisks2 documentation The udisks daemon serves as an interface to system block devices, implemented via D-Bus. It handles operations such as querying, mounting, unmounting, formatting, or detaching storage devices such as hard disks or USB thumb drives. . This package provides the API reference and manuals in devhelp format. Package: unity-webapps-service Description-md5: b150af47b4181bd5946d75d2a40a22ae Description-en: Service for Web Apps integration with the Unity desktop Desktop service used for Web Apps integration with the Unity desktop Package: usb-creator-common Description-md5: 2069ab334146d9561ed7a9b97122dbbc Description-en: create a startup disk using a CD or disc image (common files) Startup Disk Creator converts a USB key or SD card into a volume from which you can start up and run Ubuntu. You can also store files and settings in any space left over. . The program also works for Debian, or any other Debian-based OS for which you have a CD or .iso image. . This package contains backend engine and common data files used by frontends. Package: usb-creator-gtk Description-md5: 74bf09ff42f47fb48f3aaf55c1943254 Description-en: create a startup disk using a CD or disc image (for GNOME) Startup Disk Creator converts a USB key or SD card into a volume from which you can start up and run Ubuntu. You can also store files and settings in any space left over. . The program also works for Debian, or any other Debian-based OS for which you have a CD or .iso image. . This package contains the GTK+ client frontend. Package: vino Description-md5: a21f62d453ff4ea676a2699029dd5caa Description-en: VNC server for GNOME VNC is a protocol that allows remote display of a user's desktop. This package provides a VNC server that integrates with GNOME, allowing you to export your running desktop to another computer for remote use or diagnosis. Package: winbind Description-md5: ab3445ae3b9e5ec24a4f990f448f661a Description-en: Samba nameservice integration server Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file and printer sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as an NT4-style domain controller, and can integrate with both NT4 domains and Active Directory realms as a member server. . This package provides winbindd, a daemon which integrates authentication and directory service (user/group lookup) mechanisms from a Windows domain on a Linux system. . Winbind based user/group lookups via /etc/nsswitch.conf can be enabled via the libnss-winbind package. Winbind based Windows domain authentication can be enabled via the libpam-winbind package. Package: xserver-common Description-md5: be03943b6955ee9fae7163ad516c772f Description-en: common files used by various X servers This package provides files necessary for all X.Org based X servers. Package: xserver-xorg-core Description-md5: e3826a765918b79dee4b90ec97f9302c Description-en: Xorg X server - core server The Xorg X server is an X server for several architectures and operating systems, which is derived from the XFree86 4.x series of X servers. . The Xorg server supports most modern graphics hardware from most vendors, and supersedes all XFree86 X servers. . More information about X.Org can be found at: . This package is built from the X.org xserver module. Package: xserver-xorg-core-dbg Description-md5: 748963cc445faabee033c53886a8a0cf Description-en: Xorg - the X.Org X server (debugging symbols) The Xorg X server is an X server for several architectures and operating systems, which is derived from the XFree86 4.x series of X servers. . The Xorg server supports most modern graphics hardware from most vendors, and supersedes all XFree86 X servers. . This package provides debugging symbols for the Xorg X server and associated modules. Package: xserver-xorg-dev Description-md5: 241552d78aca8911808aea0707649843 Description-en: Xorg X server - development files This package provides development files for the X.Org ('Xorg') X server. This is not quite the same as the DDK (Driver Development Kit) from the XFree86 4.x and X.Org 6.7, 6.8 and 6.9 series of servers; it provides headers and a pkg-config file for drivers using autotools to build against. . Unless you are developing or building a driver, you probably want xserver-xorg and/or xserver-xorg-core instead. . More information about X.Org can be found at: . This package is built from the X.org xserver module. Package: xserver-xorg-video-openchrome Description-md5: 11d4a7275218ad33ccc6479463963d83 Description-en: X.Org X server -- VIA display driver OpenChrome is a project for the development of free and open-source drivers for the VIA UniChrome video chipsets. . Originally called the 'snapshot' release, since it was a snapshot of an experimental branch of the unichrome cvs code, this is a continued development of the open source unichrome driver (from http://unichrome.sf.net) which also incorporates support for the unichrome-pro chipsets. . Support for hardware acceleration (XvMC) for all chipsets has subsequently been ripped out of the unichrome.sf.net driver. Therefore your only option if you wish to make use of the acceleration features of your VIA chip with free and open-source drivers is to use this version of the driver. Package: xserver-xorg-video-openchrome-dbg Description-md5: ca202006e00e58695b2cdeb5d735905a Description-en: X.Org X server -- VIA display driver -- debugging symbols OpenChrome is a project for the development of free and open-source drivers for the VIA UniChrome video chipsets. . Originally called the 'snapshot' release, since it was a snapshot of an experimental branch of the unichrome cvs code, this is a continued development of the open source unichrome driver (from http://unichrome.sf.net) which also incorporates support for the unichrome-pro chipsets. . Support for hardware acceleration (XvMC) for all chipsets has subsequently been ripped out of the unichrome.sf.net driver. Therefore your only option if you wish to make use of the acceleration features of your VIA chip with free and open-source drivers is to use this version of the driver. . This package contains debugging symbols for OpenChrome driver. Package: xsltproc Description-md5: 269c4daf3d326a815e26cdd2e64cf686 Description-en: XSLT 1.0 command line processor XSLT is an XML language for defining transformations of XML files from XML to some other arbitrary format, such as XML, HTML, plain text, etc. using standard XSLT version 1.0 stylesheets. . This package contains a command line tool that facilitates XSLT transformations. Package: xul-ext-ubufox Description-md5: d3a589833861a3e410e82d2a68586881 Description-en: Ubuntu-specific configuration defaults and apt support for Firefox Adds Ubuntu-specific modifications to Firefox. . Integrates the browser with Ubuntu to: * Enable searching for missing plugins from Ubuntu software catalog * Add the following options to the Help menu - Get help on-line - Help translating Firefox - Ubuntu Release Notes * Set homepage to Ubuntu Start Page * Display a restart notification after upgrading Firefox * Add ask.com to the search engines. . You can uninstall this if you prefer to use a pristine Firefox install. Package: xul-ext-unity Description-md5: e4b53d72615feaed2201e5bdbe48e5b0 Description-en: Firefox extension: Unity Integration Firefox extension to allow WebApps to integrate with the Unity Desktop Package: xvfb Description-md5: ff95e4399e5ec034de6998347673eb73 Description-en: Virtual Framebuffer 'fake' X server Xvfb provides an X server that can run on machines with no display hardware and no physical input devices. It emulates a dumb framebuffer using virtual memory. The primary use of this server was intended to be server testing, but other novel uses for it have been found, including testing clients against unusual depths and screen configurations, doing batch processing with Xvfb as a background rendering engine, load testing, as an aid to porting the X server to a new platform, and providing an unobtrusive way to run applications that don't really need an X server but insist on having one anyway. . This package also contains a convenience script called xvfb-run which simplifies the automated execution of X clients in a virtual server environment. This convenience script requires the use of the xauth program. . More information about X.Org can be found at: . This package is built from the X.org xserver module. Package: libc6-armhf Description-md5: b1d12862e9edfab382afc7acf46c467c Description-en: Embedded GNU C Library: ARM hard float shared libraries for armel This package includes shared versions of the standard C library and the standard math library, as well as many others. This is the ARM hard float version of the library, meant for armel systems. Package: libc6-dev-armhf Description-md5: 14ac3021d18dc2b2614122ea2f5f0807 Description-en: Embedded GNU C Library: ARM hard float development libraries for armel Contains the symlinks and object files needed to compile and link programs which use the standard C library. This is the ARM hard float version of the library, meant for armel systems. Package: linux-headers-3.5.0-19-omap Description-md5: 07aba8334d3ae3403eb74dde6768d649 Description-en: Linux kernel headers for version 3.5.0 on TI OMAP3-based ARM (soft float) systems This package provides kernel header files for version 3.5.0 on TI OMAP3-based ARM (soft float) systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-19/debian.README.gz for details. Package: linux-headers-3.5.0-21-omap Description-md5: b312e3954284ea0eee19f3c16e848553 Description-en: Linux kernel headers for version 3.5.0 on TI OMAP3-based ARM (soft float) systems This package provides kernel header files for version 3.5.0 on TI OMAP3-based ARM (soft float) systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-21/debian.README.gz for details. Package: linux-headers-3.5.0-22-omap Description-md5: 5b4f73672c10b517107d034e5fe560fa Description-en: Linux kernel headers for version 3.5.0 on TI OMAP3-based ARM (soft float) systems This package provides kernel header files for version 3.5.0 on TI OMAP3-based ARM (soft float) systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-22/debian.README.gz for details. Package: linux-headers-3.5.0-23-omap Description-md5: d6bea0e136f25688c6c341efe1ae9659 Description-en: Linux kernel headers for version 3.5.0 on TI OMAP3-based ARM (soft float) systems This package provides kernel header files for version 3.5.0 on TI OMAP3-based ARM (soft float) systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-23/debian.README.gz for details. Package: linux-headers-3.5.0-25-omap Description-md5: e1bf8507a3f350fc204376820b9e1a4f Description-en: Linux kernel headers for version 3.5.0 on TI OMAP3-based ARM (soft float) systems This package provides kernel header files for version 3.5.0 on TI OMAP3-based ARM (soft float) systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-25/debian.README.gz for details. Package: linux-headers-3.5.0-26-omap Description-md5: e02229fd3b9849a9a6f90dfe75bec315 Description-en: Linux kernel headers for version 3.5.0 on TI OMAP3-based ARM (soft float) systems This package provides kernel header files for version 3.5.0 on TI OMAP3-based ARM (soft float) systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-26/debian.README.gz for details. Package: linux-headers-3.5.0-27-omap Description-md5: aa1db059c3b4b287184becebf0a4e6dd Description-en: Linux kernel headers for version 3.5.0 on TI OMAP3-based ARM (soft float) systems This package provides kernel header files for version 3.5.0 on TI OMAP3-based ARM (soft float) systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-27/debian.README.gz for details. Package: linux-headers-3.5.0-28-omap Description-md5: 2fefa4dd7b523fa91c9ecf710da69431 Description-en: Linux kernel headers for version 3.5.0 on TI OMAP3-based ARM (soft float) systems This package provides kernel header files for version 3.5.0 on TI OMAP3-based ARM (soft float) systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-28/debian.README.gz for details. Package: linux-headers-3.5.0-30-omap Description-md5: 821dd0dcce254fc291e38b2a316f63fa Description-en: Linux kernel headers for version 3.5.0 on TI OMAP3-based ARM (soft float) systems This package provides kernel header files for version 3.5.0 on TI OMAP3-based ARM (soft float) systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-30/debian.README.gz for details. Package: linux-headers-3.5.0-31-omap Description-md5: 9391802054cf70146445a656366d9beb Description-en: Linux kernel headers for version 3.5.0 on TI OMAP3-based ARM (soft float) systems This package provides kernel header files for version 3.5.0 on TI OMAP3-based ARM (soft float) systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-31/debian.README.gz for details. Package: linux-headers-3.5.0-32-omap Description-md5: c04477ce2fb36499513711a7ce54275f Description-en: Linux kernel headers for version 3.5.0 on TI OMAP3-based ARM (soft float) systems This package provides kernel header files for version 3.5.0 on TI OMAP3-based ARM (soft float) systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-32/debian.README.gz for details. Package: linux-headers-3.5.0-34-omap Description-md5: 25b340b11ab7222b6127a84a5ebf5a84 Description-en: Linux kernel headers for version 3.5.0 on TI OMAP3-based ARM (soft float) systems This package provides kernel header files for version 3.5.0 on TI OMAP3-based ARM (soft float) systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-34/debian.README.gz for details. Package: linux-headers-3.5.0-37-omap Description-md5: 8cd4c292dc58ba6d60a4f651c0e175e3 Description-en: Linux kernel headers for version 3.5.0 on TI OMAP3-based ARM (soft float) systems This package provides kernel header files for version 3.5.0 on TI OMAP3-based ARM (soft float) systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-37/debian.README.gz for details. Package: linux-headers-3.5.0-39-omap Description-md5: 1de309a74235a11e467472c33b002c6b Description-en: Linux kernel headers for version 3.5.0 on TI OMAP3-based ARM (soft float) systems This package provides kernel header files for version 3.5.0 on TI OMAP3-based ARM (soft float) systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-39/debian.README.gz for details. Package: linux-headers-3.5.0-40-omap Description-md5: fea26d138810e80f394e209d894d52c1 Description-en: Linux kernel headers for version 3.5.0 on TI OMAP3-based ARM (soft float) systems This package provides kernel header files for version 3.5.0 on TI OMAP3-based ARM (soft float) systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-40/debian.README.gz for details. Package: linux-headers-3.5.0-41-omap Description-md5: 8932aa503cdae8cf24e7a4d2a69901b2 Description-en: Linux kernel headers for version 3.5.0 on TI OMAP3-based ARM (soft float) systems This package provides kernel header files for version 3.5.0 on TI OMAP3-based ARM (soft float) systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-41/debian.README.gz for details. Package: linux-headers-3.5.0-42-omap Description-md5: 014f94aae4f7644af9b9af6fe10d358a Description-en: Linux kernel headers for version 3.5.0 on TI OMAP3-based ARM (soft float) systems This package provides kernel header files for version 3.5.0 on TI OMAP3-based ARM (soft float) systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-42/debian.README.gz for details. Package: linux-headers-3.5.0-43-omap Description-md5: 0b5c713604d218d93afb00e83b6d0626 Description-en: Linux kernel headers for version 3.5.0 on TI OMAP3-based ARM (soft float) systems This package provides kernel header files for version 3.5.0 on TI OMAP3-based ARM (soft float) systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-43/debian.README.gz for details. Package: linux-headers-3.5.0-44-omap Description-md5: 5e4b8c8b784202f0aa3ad5e70aee99f8 Description-en: Linux kernel headers for version 3.5.0 on TI OMAP3-based ARM (soft float) systems This package provides kernel header files for version 3.5.0 on TI OMAP3-based ARM (soft float) systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-44/debian.README.gz for details. Package: linux-headers-3.5.0-45-omap Description-md5: f922101826b47c805a71410396253eec Description-en: Linux kernel headers for version 3.5.0 on TI OMAP3-based ARM (soft float) systems This package provides kernel header files for version 3.5.0 on TI OMAP3-based ARM (soft float) systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-45/debian.README.gz for details. Package: linux-headers-3.5.0-46-omap Description-md5: 7ec67b3d997fd2cfdf1ceadb88291adc Description-en: Linux kernel headers for version 3.5.0 on TI OMAP3-based ARM (soft float) systems This package provides kernel header files for version 3.5.0 on TI OMAP3-based ARM (soft float) systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-46/debian.README.gz for details. Package: linux-headers-3.5.0-47-omap Description-md5: d44a0ceb856dfaa20d92fd7a861df54a Description-en: Linux kernel headers for version 3.5.0 on TI OMAP3-based ARM (soft float) systems This package provides kernel header files for version 3.5.0 on TI OMAP3-based ARM (soft float) systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-47/debian.README.gz for details. Package: linux-headers-3.5.0-49-omap Description-md5: 2cf00bb66bcd529d216fd6a3eced6be1 Description-en: Linux kernel headers for version 3.5.0 on TI OMAP3-based ARM (soft float) systems This package provides kernel header files for version 3.5.0 on TI OMAP3-based ARM (soft float) systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-49/debian.README.gz for details. Package: linux-headers-3.5.0-51-omap Description-md5: 14396cfced6e01a53811353d55736cfc Description-en: Linux kernel headers for version 3.5.0 on TI OMAP3-based ARM (soft float) systems This package provides kernel header files for version 3.5.0 on TI OMAP3-based ARM (soft float) systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-51/debian.README.gz for details. Package: linux-headers-omap Description-md5: 7e79a2450c3b29619554fa8f3096235d Description-en: Linux kernel headers for the OMAP3 architecture. This package will always depend on the latest kernel headers available for ARM TI OMAP3 systems. Package: linux-image-3.5.0-19-omap Description-md5: e4aa45144259f599d801bc1afe7036ed Description-en: Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (soft float) systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (soft float) systems. . 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 TI OMAP3 processors. . Targeted towards boards such as Beagleboard, Gumstix, IGEPv2, etc. . You likely do not want to install this package directly. Instead, install the linux-omap meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-21-omap Description-md5: e4aa45144259f599d801bc1afe7036ed Description-en: Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (soft float) systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (soft float) systems. . 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 TI OMAP3 processors. . Targeted towards boards such as Beagleboard, Gumstix, IGEPv2, etc. . You likely do not want to install this package directly. Instead, install the linux-omap meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-22-omap Description-md5: e4aa45144259f599d801bc1afe7036ed Description-en: Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (soft float) systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (soft float) systems. . 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 TI OMAP3 processors. . Targeted towards boards such as Beagleboard, Gumstix, IGEPv2, etc. . You likely do not want to install this package directly. Instead, install the linux-omap meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-23-omap Description-md5: e4aa45144259f599d801bc1afe7036ed Description-en: Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (soft float) systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (soft float) systems. . 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 TI OMAP3 processors. . Targeted towards boards such as Beagleboard, Gumstix, IGEPv2, etc. . You likely do not want to install this package directly. Instead, install the linux-omap meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-25-omap Description-md5: e4aa45144259f599d801bc1afe7036ed Description-en: Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (soft float) systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (soft float) systems. . 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 TI OMAP3 processors. . Targeted towards boards such as Beagleboard, Gumstix, IGEPv2, etc. . You likely do not want to install this package directly. Instead, install the linux-omap meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-26-omap Description-md5: e4aa45144259f599d801bc1afe7036ed Description-en: Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (soft float) systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (soft float) systems. . 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 TI OMAP3 processors. . Targeted towards boards such as Beagleboard, Gumstix, IGEPv2, etc. . You likely do not want to install this package directly. Instead, install the linux-omap meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-27-omap Description-md5: e4aa45144259f599d801bc1afe7036ed Description-en: Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (soft float) systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (soft float) systems. . 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 TI OMAP3 processors. . Targeted towards boards such as Beagleboard, Gumstix, IGEPv2, etc. . You likely do not want to install this package directly. Instead, install the linux-omap meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-28-omap Description-md5: e4aa45144259f599d801bc1afe7036ed Description-en: Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (soft float) systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (soft float) systems. . 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 TI OMAP3 processors. . Targeted towards boards such as Beagleboard, Gumstix, IGEPv2, etc. . You likely do not want to install this package directly. Instead, install the linux-omap meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-30-omap Description-md5: e4aa45144259f599d801bc1afe7036ed Description-en: Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (soft float) systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (soft float) systems. . 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 TI OMAP3 processors. . Targeted towards boards such as Beagleboard, Gumstix, IGEPv2, etc. . You likely do not want to install this package directly. Instead, install the linux-omap meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-31-omap Description-md5: e4aa45144259f599d801bc1afe7036ed Description-en: Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (soft float) systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (soft float) systems. . 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 TI OMAP3 processors. . Targeted towards boards such as Beagleboard, Gumstix, IGEPv2, etc. . You likely do not want to install this package directly. Instead, install the linux-omap meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-32-omap Description-md5: e4aa45144259f599d801bc1afe7036ed Description-en: Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (soft float) systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (soft float) systems. . 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 TI OMAP3 processors. . Targeted towards boards such as Beagleboard, Gumstix, IGEPv2, etc. . You likely do not want to install this package directly. Instead, install the linux-omap meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-34-omap Description-md5: e4aa45144259f599d801bc1afe7036ed Description-en: Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (soft float) systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (soft float) systems. . 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 TI OMAP3 processors. . Targeted towards boards such as Beagleboard, Gumstix, IGEPv2, etc. . You likely do not want to install this package directly. Instead, install the linux-omap meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-37-omap Description-md5: e4aa45144259f599d801bc1afe7036ed Description-en: Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (soft float) systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (soft float) systems. . 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 TI OMAP3 processors. . Targeted towards boards such as Beagleboard, Gumstix, IGEPv2, etc. . You likely do not want to install this package directly. Instead, install the linux-omap meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-39-omap Description-md5: e4aa45144259f599d801bc1afe7036ed Description-en: Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (soft float) systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (soft float) systems. . 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 TI OMAP3 processors. . Targeted towards boards such as Beagleboard, Gumstix, IGEPv2, etc. . You likely do not want to install this package directly. Instead, install the linux-omap meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-40-omap Description-md5: e4aa45144259f599d801bc1afe7036ed Description-en: Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (soft float) systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (soft float) systems. . 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 TI OMAP3 processors. . Targeted towards boards such as Beagleboard, Gumstix, IGEPv2, etc. . You likely do not want to install this package directly. Instead, install the linux-omap meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-41-omap Description-md5: e4aa45144259f599d801bc1afe7036ed Description-en: Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (soft float) systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (soft float) systems. . 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 TI OMAP3 processors. . Targeted towards boards such as Beagleboard, Gumstix, IGEPv2, etc. . You likely do not want to install this package directly. Instead, install the linux-omap meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-42-omap Description-md5: e4aa45144259f599d801bc1afe7036ed Description-en: Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (soft float) systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (soft float) systems. . 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 TI OMAP3 processors. . Targeted towards boards such as Beagleboard, Gumstix, IGEPv2, etc. . You likely do not want to install this package directly. Instead, install the linux-omap meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-43-omap Description-md5: e4aa45144259f599d801bc1afe7036ed Description-en: Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (soft float) systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (soft float) systems. . 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 TI OMAP3 processors. . Targeted towards boards such as Beagleboard, Gumstix, IGEPv2, etc. . You likely do not want to install this package directly. Instead, install the linux-omap meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-44-omap Description-md5: e4aa45144259f599d801bc1afe7036ed Description-en: Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (soft float) systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (soft float) systems. . 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 TI OMAP3 processors. . Targeted towards boards such as Beagleboard, Gumstix, IGEPv2, etc. . You likely do not want to install this package directly. Instead, install the linux-omap meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-45-omap Description-md5: e4aa45144259f599d801bc1afe7036ed Description-en: Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (soft float) systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (soft float) systems. . 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 TI OMAP3 processors. . Targeted towards boards such as Beagleboard, Gumstix, IGEPv2, etc. . You likely do not want to install this package directly. Instead, install the linux-omap meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-46-omap Description-md5: e4aa45144259f599d801bc1afe7036ed Description-en: Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (soft float) systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (soft float) systems. . 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 TI OMAP3 processors. . Targeted towards boards such as Beagleboard, Gumstix, IGEPv2, etc. . You likely do not want to install this package directly. Instead, install the linux-omap meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-47-omap Description-md5: e4aa45144259f599d801bc1afe7036ed Description-en: Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (soft float) systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (soft float) systems. . 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 TI OMAP3 processors. . Targeted towards boards such as Beagleboard, Gumstix, IGEPv2, etc. . You likely do not want to install this package directly. Instead, install the linux-omap meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-49-omap Description-md5: e4aa45144259f599d801bc1afe7036ed Description-en: Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (soft float) systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (soft float) systems. . 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 TI OMAP3 processors. . Targeted towards boards such as Beagleboard, Gumstix, IGEPv2, etc. . You likely do not want to install this package directly. Instead, install the linux-omap meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-51-omap Description-md5: e4aa45144259f599d801bc1afe7036ed Description-en: Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (soft float) systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (soft float) systems. . 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 TI OMAP3 processors. . Targeted towards boards such as Beagleboard, Gumstix, IGEPv2, etc. . You likely do not want to install this package directly. Instead, install the linux-omap meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-omap Description-md5: d111ceb833540b8aac4e0768e4f9ead5 Description-en: Linux kernel image for the OMAP3 architecture. This package will always depend on the latest kernel image available for ARM TI OMAP3 systems. Package: linux-omap Description-md5: 4deb759aacbc95b6ee824c25593fc262 Description-en: Complete Linux kernel for the OMAP3 architecture. This package will always depend on the latest complete Linux kernel and headers for ARM TI OMAP3 systems. Package: linux-tools-3.5.0-19 Description-md5: 3f05d9c526bf069eead028a7243d0719 Description-en: Linux kernel version specific tools for version 3.5.0-19 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-19 on ARM (soft float). Package: linux-tools-3.5.0-21 Description-md5: 23beaa19fc97f9d6b8d7d89d15a33795 Description-en: Linux kernel version specific tools for version 3.5.0-21 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-21 on ARM (soft float). Package: linux-tools-3.5.0-22 Description-md5: 6474cd5be8c503f378e2e3230a804b13 Description-en: Linux kernel version specific tools for version 3.5.0-22 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-22 on ARM (soft float). Package: linux-tools-3.5.0-23 Description-md5: 5a24c37fb55f7475efff94ad93fe68d5 Description-en: Linux kernel version specific tools for version 3.5.0-23 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-23 on ARM (soft float). Package: linux-tools-3.5.0-25 Description-md5: 95bb009307952db47a26d017d658175f Description-en: Linux kernel version specific tools for version 3.5.0-25 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-25 on ARM (soft float). Package: linux-tools-3.5.0-26 Description-md5: 32089c0e583630d020ceaf0025103929 Description-en: Linux kernel version specific tools for version 3.5.0-26 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-26 on ARM (soft float). Package: linux-tools-3.5.0-27 Description-md5: a440d42e3696074958e307f35559d197 Description-en: Linux kernel version specific tools for version 3.5.0-27 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-27 on ARM (soft float). Package: linux-tools-3.5.0-28 Description-md5: bf04bdd365ce5b9148e9065e62a87c78 Description-en: Linux kernel version specific tools for version 3.5.0-28 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-28 on ARM (soft float). Package: linux-tools-3.5.0-30 Description-md5: 9af248a0fec3638dc86167ad9cb120bd Description-en: Linux kernel version specific tools for version 3.5.0-30 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-30 on ARM (soft float). Package: linux-tools-3.5.0-31 Description-md5: e1c8dc788a13afc464a3f224a140e225 Description-en: Linux kernel version specific tools for version 3.5.0-31 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-31 on ARM (soft float). Package: linux-tools-3.5.0-32 Description-md5: f0a3a6b3014edf6d5a0465ff297773f2 Description-en: Linux kernel version specific tools for version 3.5.0-32 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-32 on ARM (soft float). Package: linux-tools-3.5.0-34 Description-md5: 83e0b4bec49df0fc02036f61bbad7b9c Description-en: Linux kernel version specific tools for version 3.5.0-34 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-34 on ARM (soft float). Package: linux-tools-3.5.0-37 Description-md5: d50096a4eacdec3ee11674c206402ad8 Description-en: Linux kernel version specific tools for version 3.5.0-37 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-37 on ARM (soft float). Package: linux-tools-3.5.0-39 Description-md5: 8d6393c815b3ca04edbc144acaf01275 Description-en: Linux kernel version specific tools for version 3.5.0-39 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-39 on ARM (soft float). Package: linux-tools-3.5.0-40 Description-md5: 9eb850cd27ee2f876d2bf287d559c9fa Description-en: Linux kernel version specific tools for version 3.5.0-40 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-40 on ARM (soft float). Package: linux-tools-3.5.0-41 Description-md5: 7944c53fc2fc8bbe877f031eaec7066a Description-en: Linux kernel version specific tools for version 3.5.0-41 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-41 on ARM (soft float). Package: linux-tools-3.5.0-42 Description-md5: 123a7d56f8c88d9e9ec36120e506377b Description-en: Linux kernel version specific tools for version 3.5.0-42 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-42 on ARM (soft float). Package: linux-tools-3.5.0-43 Description-md5: 11be99d74fef9a1e6c2f21231cb3b188 Description-en: Linux kernel version specific tools for version 3.5.0-43 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-43 on ARM (soft float). Package: linux-tools-3.5.0-44 Description-md5: 22dee29f88d7219a7a6977b3d4e6adc4 Description-en: Linux kernel version specific tools for version 3.5.0-44 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-44 on ARM (soft float). Package: linux-tools-3.5.0-45 Description-md5: a4fb42e83e73931d78693f7bf5eec6fc Description-en: Linux kernel version specific tools for version 3.5.0-45 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-45 on ARM (soft float). Package: linux-tools-3.5.0-46 Description-md5: 6fb89c6046021c2f407df149dfc6a8e3 Description-en: Linux kernel version specific tools for version 3.5.0-46 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-46 on ARM (soft float). Package: linux-tools-3.5.0-47 Description-md5: aba3e95faf7c3f9c86900ad7cc4853f0 Description-en: Linux kernel version specific tools for version 3.5.0-47 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-47 on ARM (soft float). Package: linux-tools-3.5.0-49 Description-md5: b75bda4eea68dae36787bcc64bb328d6 Description-en: Linux kernel version specific tools for version 3.5.0-49 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-49 on ARM (soft float). Package: linux-tools-3.5.0-51 Description-md5: b459975f7be2e84aab114ace7194c2a3 Description-en: Linux kernel version specific tools for version 3.5.0-51 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-51 on ARM (soft float). Package: openjdk-7-jre Description-md5: 91d05a39b9f10650db7458e30c6b492b Description-en: OpenJDK Java runtime, using Hotspot Zero Full Java runtime environment - needed for executing Java GUI and Webstart programs. Using Hotspot Zero. The packages are built using the IcedTea build support and patches from the IcedTea project. Package: openjdk-7-jre-headless Description-md5: 66d576ba5edb414029e68aaa8b29d079 Description-en: OpenJDK Java runtime, using Hotspot Zero (headless) Minimal Java runtime - needed for executing non GUI Java programs. Using Hotspot Zero. The packages are built using the IcedTea build support and patches from the IcedTea project. Package: libc6-armel Description-md5: 800ea6c42509f5c73eeae2976b2c8c3f Description-en: Embedded GNU C Library: ARM softfp shared libraries for armhf This package includes shared versions of the standard C library and the standard math library, as well as many others. This is the ARM softfp version of the library, meant for armhf systems. Package: libc6-dev-armel Description-md5: 76d9818951f77e06939155e6a7132a47 Description-en: Embedded GNU C Library: ARM softfp development libraries for armhf Contains the symlinks and object files needed to compile and link programs which use the standard C library. This is the ARM softfp version of the library, meant for armhf systems. Package: linux-armadaxp Description-md5: bbbbf9c9f056667fe54121be8b61d276 Description-en: Complete Linux kernel for the ArmadaXP architecture. This package will always depend on the latest complete Linux kernel available for ARM ArmadaXP systems. Package: linux-headers-3.5.0-1605 Description-md5: cdd4f64ed0afc8527ca245eb26757fe9 Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-armadaxp-headers-3.5.0-1605/debian.README.gz for details Package: linux-headers-3.5.0-1605-armadaxp Description-md5: 1602461c31547607804b76bb134f0972 Description-en: Linux kernel headers for version 3.5.0 on Marvell Armada XP based systems This package provides kernel header files for version 3.5.0 on Marvell Armada XP based systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-armadaxp-headers-3.5.0-1605/debian.README.gz for details. Package: linux-headers-3.5.0-1606 Description-md5: 5fcbfa7010170b29a630d14e4dd34c66 Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-armadaxp-headers-3.5.0-1606/debian.README.gz for details Package: linux-headers-3.5.0-1606-armadaxp Description-md5: 7197899fb96cd91ef7bd837c56871a03 Description-en: Linux kernel headers for version 3.5.0 on Marvell Armada XP based systems This package provides kernel header files for version 3.5.0 on Marvell Armada XP based systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-armadaxp-headers-3.5.0-1606/debian.README.gz for details. Package: linux-headers-3.5.0-1607 Description-md5: 8b317b3c293c2193f19228132a7e1524 Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-armadaxp-headers-3.5.0-1607/debian.README.gz for details Package: linux-headers-3.5.0-1607-armadaxp Description-md5: e7c966014045d628d3d84541e6fd99e6 Description-en: Linux kernel headers for version 3.5.0 on Marvell Armada XP based systems This package provides kernel header files for version 3.5.0 on Marvell Armada XP based systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-armadaxp-headers-3.5.0-1607/debian.README.gz for details. Package: linux-headers-3.5.0-1608 Description-md5: 17a515b1bc8fecc0668044a8781bbd33 Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-armadaxp-headers-3.5.0-1608/debian.README.gz for details Package: linux-headers-3.5.0-1608-armadaxp Description-md5: 59913a55ef9f00f597989141097f31b3 Description-en: Linux kernel headers for version 3.5.0 on Marvell Armada XP based systems This package provides kernel header files for version 3.5.0 on Marvell Armada XP based systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-armadaxp-headers-3.5.0-1608/debian.README.gz for details. Package: linux-headers-3.5.0-1609 Description-md5: d6701d88b361c2aa37c87dccc7eff1ad Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-armadaxp-headers-3.5.0-1609/debian.README.gz for details Package: linux-headers-3.5.0-1609-armadaxp Description-md5: 2525e8790b61b81a1bdb13c60b7d90e0 Description-en: Linux kernel headers for version 3.5.0 on Marvell Armada XP based systems This package provides kernel header files for version 3.5.0 on Marvell Armada XP based systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-armadaxp-headers-3.5.0-1609/debian.README.gz for details. Package: linux-headers-3.5.0-1611 Description-md5: 7273f019c7026099968f5afd2ebdec7d Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-armadaxp-headers-3.5.0-1611/debian.README.gz for details Package: linux-headers-3.5.0-1611-armadaxp Description-md5: d1c57e578223da0b14bc5afce49fae32 Description-en: Linux kernel headers for version 3.5.0 on Marvell Armada XP based systems This package provides kernel header files for version 3.5.0 on Marvell Armada XP based systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-armadaxp-headers-3.5.0-1611/debian.README.gz for details. Package: linux-headers-3.5.0-1612 Description-md5: e8fd9f27b5719de44453b26d65d4561f Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-armadaxp-headers-3.5.0-1612/debian.README.gz for details Package: linux-headers-3.5.0-1612-armadaxp Description-md5: 2ca949042b5c4f2db42e62cd3f677ef0 Description-en: Linux kernel headers for version 3.5.0 on Marvell Armada XP based systems This package provides kernel header files for version 3.5.0 on Marvell Armada XP based systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-armadaxp-headers-3.5.0-1612/debian.README.gz for details. Package: linux-headers-3.5.0-1614 Description-md5: bab6a92575de1bc4256ec3c57053e763 Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-armadaxp-headers-3.5.0-1614/debian.README.gz for details Package: linux-headers-3.5.0-1614-armadaxp Description-md5: 8875fffd83932d4bad5a1cb4103e41a3 Description-en: Linux kernel headers for version 3.5.0 on Marvell Armada XP based systems This package provides kernel header files for version 3.5.0 on Marvell Armada XP based systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-armadaxp-headers-3.5.0-1614/debian.README.gz for details. Package: linux-headers-3.5.0-1615 Description-md5: 1fd48233c8abbe6b5e565bb898148969 Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-armadaxp-headers-3.5.0-1615/debian.README.gz for details Package: linux-headers-3.5.0-1615-armadaxp Description-md5: 8e40de83621a179e9d82483c7a57fe7a Description-en: Linux kernel headers for version 3.5.0 on Marvell Armada XP based systems This package provides kernel header files for version 3.5.0 on Marvell Armada XP based systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-armadaxp-headers-3.5.0-1615/debian.README.gz for details. Package: linux-headers-3.5.0-1616 Description-md5: 60eb3b3a65ddc5cf030b64376f70bf8a Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-armadaxp-headers-3.5.0-1616/debian.README.gz for details Package: linux-headers-3.5.0-1616-armadaxp Description-md5: 5a6c29b7c81aeb5ffe8c74c357f081f5 Description-en: Linux kernel headers for version 3.5.0 on Marvell Armada XP based systems This package provides kernel header files for version 3.5.0 on Marvell Armada XP based systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-armadaxp-headers-3.5.0-1616/debian.README.gz for details. Package: linux-headers-3.5.0-1618 Description-md5: e021f9af4e0e27aa80d8390b4ed9b796 Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-armadaxp-headers-3.5.0-1618/debian.README.gz for details Package: linux-headers-3.5.0-1618-armadaxp Description-md5: ae8bfdcfd2048ca62bce1ccca804e87c Description-en: Linux kernel headers for version 3.5.0 on Marvell Armada XP based systems This package provides kernel header files for version 3.5.0 on Marvell Armada XP based systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-armadaxp-headers-3.5.0-1618/debian.README.gz for details. Package: linux-headers-3.5.0-1620 Description-md5: 501c3d2975b25dbc59e036f54203553d Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-armadaxp-headers-3.5.0-1620/debian.README.gz for details Package: linux-headers-3.5.0-1620-armadaxp Description-md5: 00dc479ee188bc7805fc4ca66de41a07 Description-en: Linux kernel headers for version 3.5.0 on Marvell Armada XP based systems This package provides kernel header files for version 3.5.0 on Marvell Armada XP based systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-armadaxp-headers-3.5.0-1620/debian.README.gz for details. Package: linux-headers-3.5.0-1621 Description-md5: b884f88a85c576df1c7fdeda71d00fbc Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-armadaxp-headers-3.5.0-1621/debian.README.gz for details Package: linux-headers-3.5.0-1621-armadaxp Description-md5: 0d8557182231f3ddd7f94af044751558 Description-en: Linux kernel headers for version 3.5.0 on Marvell Armada XP based systems This package provides kernel header files for version 3.5.0 on Marvell Armada XP based systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-armadaxp-headers-3.5.0-1621/debian.README.gz for details. Package: linux-headers-3.5.0-1622 Description-md5: 071d1e85d4aefb372377d40d44d667e0 Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-armadaxp-headers-3.5.0-1622/debian.README.gz for details Package: linux-headers-3.5.0-1622-armadaxp Description-md5: 816944fc3737b972991cc1dab010d007 Description-en: Linux kernel headers for version 3.5.0 on Marvell Armada XP based systems This package provides kernel header files for version 3.5.0 on Marvell Armada XP based systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-armadaxp-headers-3.5.0-1622/debian.README.gz for details. Package: linux-headers-3.5.0-1623 Description-md5: 1e48423be81d09d69e4c8411f7c6733a Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-armadaxp-headers-3.5.0-1623/debian.README.gz for details Package: linux-headers-3.5.0-1623-armadaxp Description-md5: bb5442238273f9a909b61de914e0ecdd Description-en: Linux kernel headers for version 3.5.0 on Marvell Armada XP based systems This package provides kernel header files for version 3.5.0 on Marvell Armada XP based systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-armadaxp-headers-3.5.0-1623/debian.README.gz for details. Package: linux-headers-3.5.0-1624 Description-md5: 35430e1720c6b55646a9ee45fe77ec93 Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-armadaxp-headers-3.5.0-1624/debian.README.gz for details Package: linux-headers-3.5.0-1624-armadaxp Description-md5: c9b6526c96d687f276730ea8d2db0255 Description-en: Linux kernel headers for version 3.5.0 on Marvell Armada XP based systems This package provides kernel header files for version 3.5.0 on Marvell Armada XP based systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-armadaxp-headers-3.5.0-1624/debian.README.gz for details. Package: linux-headers-3.5.0-1625 Description-md5: 9b1d99c14d526a5f59d5c6d66f896182 Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-armadaxp-headers-3.5.0-1625/debian.README.gz for details Package: linux-headers-3.5.0-1625-armadaxp Description-md5: 7d7f6e74559d4e2aabd1d5c569ba86f8 Description-en: Linux kernel headers for version 3.5.0 on Marvell Armada XP based systems This package provides kernel header files for version 3.5.0 on Marvell Armada XP based systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-armadaxp-headers-3.5.0-1625/debian.README.gz for details. Package: linux-headers-3.5.0-1626 Description-md5: 585573f15702ef1b5cea6971c8a588a8 Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-armadaxp-headers-3.5.0-1626/debian.README.gz for details Package: linux-headers-3.5.0-1626-armadaxp Description-md5: 51363f7a12d423f1e691233330779228 Description-en: Linux kernel headers for version 3.5.0 on Marvell Armada XP based systems This package provides kernel header files for version 3.5.0 on Marvell Armada XP based systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-armadaxp-headers-3.5.0-1626/debian.README.gz for details. Package: linux-headers-3.5.0-1627 Description-md5: 55cd009e7e54cfad83e5047ccd201fbb Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-armadaxp-headers-3.5.0-1627/debian.README.gz for details Package: linux-headers-3.5.0-1627-armadaxp Description-md5: 3951bff0672de75864360136d4ede31b Description-en: Linux kernel headers for version 3.5.0 on Marvell Armada XP based systems This package provides kernel header files for version 3.5.0 on Marvell Armada XP based systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-armadaxp-headers-3.5.0-1627/debian.README.gz for details. Package: linux-headers-3.5.0-1628 Description-md5: 68f28a5de5cbd05a2b048241ae4ae1d0 Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-armadaxp-headers-3.5.0-1628/debian.README.gz for details Package: linux-headers-3.5.0-1628-armadaxp Description-md5: bef9b1a64654cf8795d9b938f43c68a3 Description-en: Linux kernel headers for version 3.5.0 on Marvell Armada XP based systems This package provides kernel header files for version 3.5.0 on Marvell Armada XP based systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-armadaxp-headers-3.5.0-1628/debian.README.gz for details. Package: linux-headers-3.5.0-1630 Description-md5: 382d2624734af3e4755ab0d17bceab7a Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-armadaxp-headers-3.5.0-1630/debian.README.gz for details Package: linux-headers-3.5.0-1630-armadaxp Description-md5: dafd5c8f8104bb9b9ee53bee7cbd0ac4 Description-en: Linux kernel headers for version 3.5.0 on Marvell Armada XP based systems This package provides kernel header files for version 3.5.0 on Marvell Armada XP based systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-armadaxp-headers-3.5.0-1630/debian.README.gz for details. Package: linux-headers-3.5.0-1631 Description-md5: a7ff0a5fcaa61629ddb52c24ade8aa4e Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-armadaxp-headers-3.5.0-1631/debian.README.gz for details Package: linux-headers-3.5.0-1631-armadaxp Description-md5: 12ce14f95bf49526ed9130aeb8d85ec0 Description-en: Linux kernel headers for version 3.5.0 on Marvell Armada XP based systems This package provides kernel header files for version 3.5.0 on Marvell Armada XP based systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-armadaxp-headers-3.5.0-1631/debian.README.gz for details. Package: linux-headers-3.5.0-19-highbank Description-md5: 674025b89c10cf7a3137e37abb3e8ad3 Description-en: Linux kernel headers for version 3.5.0 on Calxeda highbank ARM Server This package provides kernel header files for version 3.5.0 on Calxeda highbank ARM Server. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-19/debian.README.gz for details. Package: linux-headers-3.5.0-19-omap Description-md5: 1b7d12ddb30162b747d0eee16b7e52c4 Description-en: Linux kernel headers for version 3.5.0 on TI OMAP3-based ARM (hard float) systems This package provides kernel header files for version 3.5.0 on TI OMAP3-based ARM (hard float) systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-19/debian.README.gz for details. Package: linux-headers-3.5.0-21-highbank Description-md5: c482400548859bd4382bdb5ab8ee6ed6 Description-en: Linux kernel headers for version 3.5.0 on Calxeda highbank ARM Server This package provides kernel header files for version 3.5.0 on Calxeda highbank ARM Server. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-21/debian.README.gz for details. Package: linux-headers-3.5.0-21-omap Description-md5: 919a4023e9342f72c355b16790e045e9 Description-en: Linux kernel headers for version 3.5.0 on TI OMAP3-based ARM (hard float) systems This package provides kernel header files for version 3.5.0 on TI OMAP3-based ARM (hard float) systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-21/debian.README.gz for details. Package: linux-headers-3.5.0-215 Description-md5: 230af715e933ffbd9f0851f1444f98f4 Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-215/debian.README.gz for details Package: linux-headers-3.5.0-215-omap4 Description-md5: a7e8f0a4559c36c1b6a151032d9905f3 Description-en: Linux kernel headers for version 3.5.0 on TI OMAP4-based systems This package provides kernel header files for version 3.5.0 on TI OMAP4-based systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ti-omap4-headers-3.5.0-215/debian.README.gz for details. Package: linux-headers-3.5.0-216 Description-md5: a0496eff2b9d9f351e1c907ffeed6978 Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-216/debian.README.gz for details Package: linux-headers-3.5.0-216-omap4 Description-md5: f7bc3838298306f339fd458f0e08b0d2 Description-en: Linux kernel headers for version 3.5.0 on TI OMAP4-based systems This package provides kernel header files for version 3.5.0 on TI OMAP4-based systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ti-omap4-headers-3.5.0-216/debian.README.gz for details. Package: linux-headers-3.5.0-217 Description-md5: f43efd6a9912838a0701431dc777a8c0 Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-217/debian.README.gz for details Package: linux-headers-3.5.0-217-omap4 Description-md5: 0e2559a8f9717c5ba100eab8df91f185 Description-en: Linux kernel headers for version 3.5.0 on TI OMAP4-based systems This package provides kernel header files for version 3.5.0 on TI OMAP4-based systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ti-omap4-headers-3.5.0-217/debian.README.gz for details. Package: linux-headers-3.5.0-218 Description-md5: 7879250147f343904e2bdc12b2d6398f Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-218/debian.README.gz for details Package: linux-headers-3.5.0-218-omap4 Description-md5: f1cf714e131f3208404c2e874cc44280 Description-en: Linux kernel headers for version 3.5.0 on TI OMAP4-based systems This package provides kernel header files for version 3.5.0 on TI OMAP4-based systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ti-omap4-headers-3.5.0-218/debian.README.gz for details. Package: linux-headers-3.5.0-22-highbank Description-md5: be820df4c34bb53e61c4866ac322a523 Description-en: Linux kernel headers for version 3.5.0 on Calxeda highbank ARM Server This package provides kernel header files for version 3.5.0 on Calxeda highbank ARM Server. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-22/debian.README.gz for details. Package: linux-headers-3.5.0-22-omap Description-md5: 2df8e4e313888d437fd01fdbe68cb202 Description-en: Linux kernel headers for version 3.5.0 on TI OMAP3-based ARM (hard float) systems This package provides kernel header files for version 3.5.0 on TI OMAP3-based ARM (hard float) systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-22/debian.README.gz for details. Package: linux-headers-3.5.0-220 Description-md5: 0d76d5711154bcfa94276a9b3c794d6e Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-220/debian.README.gz for details Package: linux-headers-3.5.0-220-omap4 Description-md5: 8755a27f67ae4b05393013878746e75e Description-en: Linux kernel headers for version 3.5.0 on TI OMAP4-based systems This package provides kernel header files for version 3.5.0 on TI OMAP4-based systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ti-omap4-headers-3.5.0-220/debian.README.gz for details. Package: linux-headers-3.5.0-221 Description-md5: 2d9de89f793a56b65d64e0079f23086f Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-221/debian.README.gz for details Package: linux-headers-3.5.0-221-omap4 Description-md5: be5664139ee63859a55b30347a2a74d9 Description-en: Linux kernel headers for version 3.5.0 on TI OMAP4-based systems This package provides kernel header files for version 3.5.0 on TI OMAP4-based systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ti-omap4-headers-3.5.0-221/debian.README.gz for details. Package: linux-headers-3.5.0-222 Description-md5: 93456a12b78179d7ce4d4a405990ecc8 Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-222/debian.README.gz for details Package: linux-headers-3.5.0-222-omap4 Description-md5: 5968e3d43068fb828cb28b6fd9071ccd Description-en: Linux kernel headers for version 3.5.0 on TI OMAP4-based systems This package provides kernel header files for version 3.5.0 on TI OMAP4-based systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ti-omap4-headers-3.5.0-222/debian.README.gz for details. Package: linux-headers-3.5.0-223 Description-md5: ff69e74c6eabd6133d9d10640a9737c3 Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-223/debian.README.gz for details Package: linux-headers-3.5.0-223-omap4 Description-md5: 82c205a8344d92b2a9b7e3354b64c673 Description-en: Linux kernel headers for version 3.5.0 on TI OMAP4-based systems This package provides kernel header files for version 3.5.0 on TI OMAP4-based systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ti-omap4-headers-3.5.0-223/debian.README.gz for details. Package: linux-headers-3.5.0-225 Description-md5: fb9f0c7099aa1a24b94e85356ebef543 Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-225/debian.README.gz for details Package: linux-headers-3.5.0-225-omap4 Description-md5: d76f9638bab07d776aaa42096f6fd65c Description-en: Linux kernel headers for version 3.5.0 on TI OMAP4-based systems This package provides kernel header files for version 3.5.0 on TI OMAP4-based systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ti-omap4-headers-3.5.0-225/debian.README.gz for details. Package: linux-headers-3.5.0-226 Description-md5: a7f38a4b21be7f4fa7e37ba3e0763558 Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-226/debian.README.gz for details Package: linux-headers-3.5.0-226-omap4 Description-md5: adf6dd88ed405db208964744c905d9b0 Description-en: Linux kernel headers for version 3.5.0 on TI OMAP4-based systems This package provides kernel header files for version 3.5.0 on TI OMAP4-based systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ti-omap4-headers-3.5.0-226/debian.README.gz for details. Package: linux-headers-3.5.0-229 Description-md5: b0c8e0fe000efe0b58a1bee461876248 Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-229/debian.README.gz for details Package: linux-headers-3.5.0-229-omap4 Description-md5: 1d8b16f56f0f82698599daabd6183f96 Description-en: Linux kernel headers for version 3.5.0 on TI OMAP4-based systems This package provides kernel header files for version 3.5.0 on TI OMAP4-based systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ti-omap4-headers-3.5.0-229/debian.README.gz for details. Package: linux-headers-3.5.0-23-highbank Description-md5: 32454df75a0afb29e6ae6bc9ac5b3cec Description-en: Linux kernel headers for version 3.5.0 on Calxeda highbank ARM Server This package provides kernel header files for version 3.5.0 on Calxeda highbank ARM Server. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-23/debian.README.gz for details. Package: linux-headers-3.5.0-23-omap Description-md5: 2c2aa1c399df0877d1405640c34ff8e3 Description-en: Linux kernel headers for version 3.5.0 on TI OMAP3-based ARM (hard float) systems This package provides kernel header files for version 3.5.0 on TI OMAP3-based ARM (hard float) systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-23/debian.README.gz for details. Package: linux-headers-3.5.0-231 Description-md5: f21224b4434074f84d5e594c82f1c11e Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-231/debian.README.gz for details Package: linux-headers-3.5.0-231-omap4 Description-md5: 2dabbb80149c0d76c1aa89685dcb4e7d Description-en: Linux kernel headers for version 3.5.0 on TI OMAP4-based systems This package provides kernel header files for version 3.5.0 on TI OMAP4-based systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ti-omap4-headers-3.5.0-231/debian.README.gz for details. Package: linux-headers-3.5.0-232 Description-md5: e4cb25b2055d5551781206b78704bc70 Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-232/debian.README.gz for details Package: linux-headers-3.5.0-232-omap4 Description-md5: f36cb014d83863bfbed5193f883bd9c0 Description-en: Linux kernel headers for version 3.5.0 on TI OMAP4-based systems This package provides kernel header files for version 3.5.0 on TI OMAP4-based systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ti-omap4-headers-3.5.0-232/debian.README.gz for details. Package: linux-headers-3.5.0-233 Description-md5: 4d6595ec7852349a8568091115973643 Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-233/debian.README.gz for details Package: linux-headers-3.5.0-233-omap4 Description-md5: c5f91339d43cb7b71e79815e135c5323 Description-en: Linux kernel headers for version 3.5.0 on TI OMAP4-based systems This package provides kernel header files for version 3.5.0 on TI OMAP4-based systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ti-omap4-headers-3.5.0-233/debian.README.gz for details. Package: linux-headers-3.5.0-234 Description-md5: 790e84d11390d5f561000dd1c94e4a4d Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-234/debian.README.gz for details Package: linux-headers-3.5.0-234-omap4 Description-md5: 43514caa7080783ec87bcfdec1ddd67c Description-en: Linux kernel headers for version 3.5.0 on TI OMAP4-based systems This package provides kernel header files for version 3.5.0 on TI OMAP4-based systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ti-omap4-headers-3.5.0-234/debian.README.gz for details. Package: linux-headers-3.5.0-235 Description-md5: 761042b2437d7b4644e91c9f6e3b9a79 Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-235/debian.README.gz for details Package: linux-headers-3.5.0-235-omap4 Description-md5: 3ea2cb893f7aae03a78b54d0d5e3b435 Description-en: Linux kernel headers for version 3.5.0 on TI OMAP4-based systems This package provides kernel header files for version 3.5.0 on TI OMAP4-based systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ti-omap4-headers-3.5.0-235/debian.README.gz for details. Package: linux-headers-3.5.0-236 Description-md5: b4dead575cba98d919d01e64c9fc221a Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-236/debian.README.gz for details Package: linux-headers-3.5.0-236-omap4 Description-md5: 990a395ba1101208c88274489be71dc0 Description-en: Linux kernel headers for version 3.5.0 on TI OMAP4-based systems This package provides kernel header files for version 3.5.0 on TI OMAP4-based systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ti-omap4-headers-3.5.0-236/debian.README.gz for details. Package: linux-headers-3.5.0-237 Description-md5: 1bb3b21a52d0edd6d56ba40dba6a622d Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-237/debian.README.gz for details Package: linux-headers-3.5.0-237-omap4 Description-md5: 1d6f2898c50b26a5b1652a226423819e Description-en: Linux kernel headers for version 3.5.0 on TI OMAP4-based systems This package provides kernel header files for version 3.5.0 on TI OMAP4-based systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ti-omap4-headers-3.5.0-237/debian.README.gz for details. Package: linux-headers-3.5.0-238 Description-md5: 05a42c810813dcbb55bb5a7743aef4af Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-238/debian.README.gz for details Package: linux-headers-3.5.0-238-omap4 Description-md5: cbdd1efb4dffae1db0951e40e0e1575e Description-en: Linux kernel headers for version 3.5.0 on TI OMAP4-based systems This package provides kernel header files for version 3.5.0 on TI OMAP4-based systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ti-omap4-headers-3.5.0-238/debian.README.gz for details. Package: linux-headers-3.5.0-239 Description-md5: 6a0e64177e909893e58ba80f6a68e558 Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-239/debian.README.gz for details Package: linux-headers-3.5.0-239-omap4 Description-md5: 945bee7d45427746e000a347986fac85 Description-en: Linux kernel headers for version 3.5.0 on TI OMAP4-based systems This package provides kernel header files for version 3.5.0 on TI OMAP4-based systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ti-omap4-headers-3.5.0-239/debian.README.gz for details. Package: linux-headers-3.5.0-241 Description-md5: 8abc6eed14f8f708a73641b4d1f2dfab Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-241/debian.README.gz for details Package: linux-headers-3.5.0-241-omap4 Description-md5: 49bd99153f9f7bdc61385cb0ad766fb7 Description-en: Linux kernel headers for version 3.5.0 on TI OMAP4-based systems This package provides kernel header files for version 3.5.0 on TI OMAP4-based systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ti-omap4-headers-3.5.0-241/debian.README.gz for details. Package: linux-headers-3.5.0-242 Description-md5: 08324677763e7b036080c1bdd7b9a829 Description-en: Header files related to Linux kernel version 3.5.0 This package provides kernel header files for version 3.5.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-242/debian.README.gz for details Package: linux-headers-3.5.0-242-omap4 Description-md5: bff7a2a13501d4a1a0351e6de3b5d14d Description-en: Linux kernel headers for version 3.5.0 on TI OMAP4-based systems This package provides kernel header files for version 3.5.0 on TI OMAP4-based systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ti-omap4-headers-3.5.0-242/debian.README.gz for details. Package: linux-headers-3.5.0-25-highbank Description-md5: 71b3ed45e30d9588e6db7aec907df4e1 Description-en: Linux kernel headers for version 3.5.0 on Calxeda highbank ARM Server This package provides kernel header files for version 3.5.0 on Calxeda highbank ARM Server. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-25/debian.README.gz for details. Package: linux-headers-3.5.0-25-omap Description-md5: b137fe9e1bb5f1c53f91292c12484847 Description-en: Linux kernel headers for version 3.5.0 on TI OMAP3-based ARM (hard float) systems This package provides kernel header files for version 3.5.0 on TI OMAP3-based ARM (hard float) systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-25/debian.README.gz for details. Package: linux-headers-3.5.0-26-highbank Description-md5: d2a6fd84c2d19d3a63e14d840a77095c Description-en: Linux kernel headers for version 3.5.0 on Calxeda highbank ARM Server This package provides kernel header files for version 3.5.0 on Calxeda highbank ARM Server. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-26/debian.README.gz for details. Package: linux-headers-3.5.0-26-omap Description-md5: 59570f963bc011b1241942ad7d36278c Description-en: Linux kernel headers for version 3.5.0 on TI OMAP3-based ARM (hard float) systems This package provides kernel header files for version 3.5.0 on TI OMAP3-based ARM (hard float) systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-26/debian.README.gz for details. Package: linux-headers-3.5.0-27-highbank Description-md5: b4a6a8e477d6ed457a9a35d6462d9d16 Description-en: Linux kernel headers for version 3.5.0 on Calxeda highbank ARM Server This package provides kernel header files for version 3.5.0 on Calxeda highbank ARM Server. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-27/debian.README.gz for details. Package: linux-headers-3.5.0-27-omap Description-md5: 95d2fb8e744c93e23949c8c236796493 Description-en: Linux kernel headers for version 3.5.0 on TI OMAP3-based ARM (hard float) systems This package provides kernel header files for version 3.5.0 on TI OMAP3-based ARM (hard float) systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-27/debian.README.gz for details. Package: linux-headers-3.5.0-28-highbank Description-md5: 3656c95c4252a548daa47e0d85a6ba76 Description-en: Linux kernel headers for version 3.5.0 on Calxeda highbank ARM Server This package provides kernel header files for version 3.5.0 on Calxeda highbank ARM Server. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-28/debian.README.gz for details. Package: linux-headers-3.5.0-28-omap Description-md5: 2c6daa5d2eadf8da992c4adc5e881d17 Description-en: Linux kernel headers for version 3.5.0 on TI OMAP3-based ARM (hard float) systems This package provides kernel header files for version 3.5.0 on TI OMAP3-based ARM (hard float) systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-28/debian.README.gz for details. Package: linux-headers-3.5.0-30-highbank Description-md5: e7349a69643a388c5eea3b9a02eccff3 Description-en: Linux kernel headers for version 3.5.0 on Calxeda highbank ARM Server This package provides kernel header files for version 3.5.0 on Calxeda highbank ARM Server. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-30/debian.README.gz for details. Package: linux-headers-3.5.0-30-omap Description-md5: 19b8a5d0fbe7366a6f199ed5e0442faa Description-en: Linux kernel headers for version 3.5.0 on TI OMAP3-based ARM (hard float) systems This package provides kernel header files for version 3.5.0 on TI OMAP3-based ARM (hard float) systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-30/debian.README.gz for details. Package: linux-headers-3.5.0-31-highbank Description-md5: be7e23572ef96b4eb5330e2b7a63612c Description-en: Linux kernel headers for version 3.5.0 on Calxeda highbank ARM Server This package provides kernel header files for version 3.5.0 on Calxeda highbank ARM Server. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-31/debian.README.gz for details. Package: linux-headers-3.5.0-31-omap Description-md5: c714c077e7823679db47dde7265a55c8 Description-en: Linux kernel headers for version 3.5.0 on TI OMAP3-based ARM (hard float) systems This package provides kernel header files for version 3.5.0 on TI OMAP3-based ARM (hard float) systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-31/debian.README.gz for details. Package: linux-headers-3.5.0-32-highbank Description-md5: 4eb9e59a67e9b459675c780370ba8555 Description-en: Linux kernel headers for version 3.5.0 on Calxeda highbank ARM Server This package provides kernel header files for version 3.5.0 on Calxeda highbank ARM Server. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-32/debian.README.gz for details. Package: linux-headers-3.5.0-32-omap Description-md5: 6b8aa739f4a5024082bc1838c2ba2b66 Description-en: Linux kernel headers for version 3.5.0 on TI OMAP3-based ARM (hard float) systems This package provides kernel header files for version 3.5.0 on TI OMAP3-based ARM (hard float) systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-32/debian.README.gz for details. Package: linux-headers-3.5.0-34-highbank Description-md5: eaf7d969f55ea46be723ce08e0485d2f Description-en: Linux kernel headers for version 3.5.0 on Calxeda highbank ARM Server This package provides kernel header files for version 3.5.0 on Calxeda highbank ARM Server. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-34/debian.README.gz for details. Package: linux-headers-3.5.0-34-omap Description-md5: 9b9a5fc6a44c3ddb520d50f66ca5ad9c Description-en: Linux kernel headers for version 3.5.0 on TI OMAP3-based ARM (hard float) systems This package provides kernel header files for version 3.5.0 on TI OMAP3-based ARM (hard float) systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-34/debian.README.gz for details. Package: linux-headers-3.5.0-37-highbank Description-md5: 45108ab5715e4355433d9363bde05151 Description-en: Linux kernel headers for version 3.5.0 on Calxeda highbank ARM Server This package provides kernel header files for version 3.5.0 on Calxeda highbank ARM Server. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-37/debian.README.gz for details. Package: linux-headers-3.5.0-37-omap Description-md5: cf1603b52394bccccf6782122332fda2 Description-en: Linux kernel headers for version 3.5.0 on TI OMAP3-based ARM (hard float) systems This package provides kernel header files for version 3.5.0 on TI OMAP3-based ARM (hard float) systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-37/debian.README.gz for details. Package: linux-headers-3.5.0-39-highbank Description-md5: 60216e414ef392e1fe5c47f5f9fdf73a Description-en: Linux kernel headers for version 3.5.0 on Calxeda highbank ARM Server This package provides kernel header files for version 3.5.0 on Calxeda highbank ARM Server. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-39/debian.README.gz for details. Package: linux-headers-3.5.0-39-omap Description-md5: 17786f68ae9205ff911c463dae7ac560 Description-en: Linux kernel headers for version 3.5.0 on TI OMAP3-based ARM (hard float) systems This package provides kernel header files for version 3.5.0 on TI OMAP3-based ARM (hard float) systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-39/debian.README.gz for details. Package: linux-headers-3.5.0-40-highbank Description-md5: 3cb90cfce17b07af052c6249ca64d3f3 Description-en: Linux kernel headers for version 3.5.0 on Calxeda highbank ARM Server This package provides kernel header files for version 3.5.0 on Calxeda highbank ARM Server. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-40/debian.README.gz for details. Package: linux-headers-3.5.0-40-omap Description-md5: fce85a03f75607ffc541085ec8465082 Description-en: Linux kernel headers for version 3.5.0 on TI OMAP3-based ARM (hard float) systems This package provides kernel header files for version 3.5.0 on TI OMAP3-based ARM (hard float) systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-40/debian.README.gz for details. Package: linux-headers-3.5.0-41-highbank Description-md5: 96b20f4951a0b90f8a85a552ad9b8e43 Description-en: Linux kernel headers for version 3.5.0 on Calxeda highbank ARM Server This package provides kernel header files for version 3.5.0 on Calxeda highbank ARM Server. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-41/debian.README.gz for details. Package: linux-headers-3.5.0-41-omap Description-md5: 33bf176f7ea02e2a6ce6ff2aad11ee1c Description-en: Linux kernel headers for version 3.5.0 on TI OMAP3-based ARM (hard float) systems This package provides kernel header files for version 3.5.0 on TI OMAP3-based ARM (hard float) systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-41/debian.README.gz for details. Package: linux-headers-3.5.0-42-highbank Description-md5: 0cc07f6d965181a970757c423ba85ab4 Description-en: Linux kernel headers for version 3.5.0 on Calxeda highbank ARM Server This package provides kernel header files for version 3.5.0 on Calxeda highbank ARM Server. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-42/debian.README.gz for details. Package: linux-headers-3.5.0-42-omap Description-md5: 3861cbdb5994052b171c2c0d9f027cd4 Description-en: Linux kernel headers for version 3.5.0 on TI OMAP3-based ARM (hard float) systems This package provides kernel header files for version 3.5.0 on TI OMAP3-based ARM (hard float) systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-42/debian.README.gz for details. Package: linux-headers-3.5.0-43-highbank Description-md5: fcc9710bdff72786e63c96b254588dc1 Description-en: Linux kernel headers for version 3.5.0 on Calxeda highbank ARM Server This package provides kernel header files for version 3.5.0 on Calxeda highbank ARM Server. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-43/debian.README.gz for details. Package: linux-headers-3.5.0-43-omap Description-md5: d02deaca21665eae2a84857e240cb8bb Description-en: Linux kernel headers for version 3.5.0 on TI OMAP3-based ARM (hard float) systems This package provides kernel header files for version 3.5.0 on TI OMAP3-based ARM (hard float) systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-43/debian.README.gz for details. Package: linux-headers-3.5.0-44-highbank Description-md5: 7d41b23922c86719379a6aef58f2f159 Description-en: Linux kernel headers for version 3.5.0 on Calxeda highbank ARM Server This package provides kernel header files for version 3.5.0 on Calxeda highbank ARM Server. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-44/debian.README.gz for details. Package: linux-headers-3.5.0-44-omap Description-md5: 53a7709e4befca0ad2ee36b9772ca0f0 Description-en: Linux kernel headers for version 3.5.0 on TI OMAP3-based ARM (hard float) systems This package provides kernel header files for version 3.5.0 on TI OMAP3-based ARM (hard float) systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-44/debian.README.gz for details. Package: linux-headers-3.5.0-45-highbank Description-md5: 3acf71b68ff863f2e33e380fcce3ee03 Description-en: Linux kernel headers for version 3.5.0 on Calxeda highbank ARM Server This package provides kernel header files for version 3.5.0 on Calxeda highbank ARM Server. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-45/debian.README.gz for details. Package: linux-headers-3.5.0-45-omap Description-md5: 6780bed5f05a95980f6c47d04aa10f8c Description-en: Linux kernel headers for version 3.5.0 on TI OMAP3-based ARM (hard float) systems This package provides kernel header files for version 3.5.0 on TI OMAP3-based ARM (hard float) systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-45/debian.README.gz for details. Package: linux-headers-3.5.0-46-highbank Description-md5: bf35f9dc7f338807351421f537e3a69d Description-en: Linux kernel headers for version 3.5.0 on Calxeda highbank ARM Server This package provides kernel header files for version 3.5.0 on Calxeda highbank ARM Server. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-46/debian.README.gz for details. Package: linux-headers-3.5.0-46-omap Description-md5: b5c7c31539dddbcab863486e167a2e4d Description-en: Linux kernel headers for version 3.5.0 on TI OMAP3-based ARM (hard float) systems This package provides kernel header files for version 3.5.0 on TI OMAP3-based ARM (hard float) systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-46/debian.README.gz for details. Package: linux-headers-3.5.0-47-highbank Description-md5: d0bbdc1ba6e4241a7ddff7d70b24f6c1 Description-en: Linux kernel headers for version 3.5.0 on Calxeda highbank ARM Server This package provides kernel header files for version 3.5.0 on Calxeda highbank ARM Server. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-47/debian.README.gz for details. Package: linux-headers-3.5.0-47-omap Description-md5: d39d6f3427468a4abb1df29cea11e72b Description-en: Linux kernel headers for version 3.5.0 on TI OMAP3-based ARM (hard float) systems This package provides kernel header files for version 3.5.0 on TI OMAP3-based ARM (hard float) systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-47/debian.README.gz for details. Package: linux-headers-3.5.0-49-highbank Description-md5: 362a2490db9fa8e42c7a24188398296a Description-en: Linux kernel headers for version 3.5.0 on Calxeda highbank ARM Server This package provides kernel header files for version 3.5.0 on Calxeda highbank ARM Server. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-49/debian.README.gz for details. Package: linux-headers-3.5.0-49-omap Description-md5: c9b33024cc7a98ba7f8ecc6d99ab005b Description-en: Linux kernel headers for version 3.5.0 on TI OMAP3-based ARM (hard float) systems This package provides kernel header files for version 3.5.0 on TI OMAP3-based ARM (hard float) systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-49/debian.README.gz for details. Package: linux-headers-3.5.0-51-highbank Description-md5: fa9df65327744e1e0742204bbbe1c4ab Description-en: Linux kernel headers for version 3.5.0 on Calxeda highbank ARM Server This package provides kernel header files for version 3.5.0 on Calxeda highbank ARM Server. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-51/debian.README.gz for details. Package: linux-headers-3.5.0-51-omap Description-md5: 56114ee93ac71e0ff17ad9d7c5c31da1 Description-en: Linux kernel headers for version 3.5.0 on TI OMAP3-based ARM (hard float) systems This package provides kernel header files for version 3.5.0 on TI OMAP3-based ARM (hard float) systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-51/debian.README.gz for details. Package: linux-headers-armadaxp Description-md5: 7024d6d06841b960b3b0a2589cfd0c46 Description-en: Linux kernel headers for the ArmadaXP architecture. This package will always depend on the latest kernel headers available for ARM ArmadaXP systems. Package: linux-headers-highbank Description-md5: 6f097b257ebb440e75ff86e034fbaae3 Description-en: Linux kernel headers for the highbank architecture. This package will always depend on the latest kernel headers available for ARM Calxeda highbank systems. Package: linux-headers-omap4 Description-md5: 06bb4c5775843554c79d9b684cd7be62 Description-en: Linux kernel headers for the OMAP4 architecture. This package will always depend on the latest kernel headers available for ARM ti-omap4 systems. Package: linux-highbank Description-md5: 9ee6b6a9647323ada024b71dd2ca6951 Description-en: Complete Linux kernel for the highbank architecture. This package will always depend on the latest complete Linux kernel and headers for ARM Calxeda highbank systems. Package: linux-image-3.5.0-1605-armadaxp Description-md5: 0d544f6ab8ab4af1f2fbc7ef2cf5161d Description-en: Linux kernel image for version 3.5.0 on Marvell Armada XP based systems This package contains the Linux kernel image for version 3.5.0 on Marvell Armada XP based systems. . 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 Marvell Armada XP processors. . Targeted towards boards . You likely do not want to install this package directly. Instead, install the linux-armadaxp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-1606-armadaxp Description-md5: 0d544f6ab8ab4af1f2fbc7ef2cf5161d Description-en: Linux kernel image for version 3.5.0 on Marvell Armada XP based systems This package contains the Linux kernel image for version 3.5.0 on Marvell Armada XP based systems. . 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 Marvell Armada XP processors. . Targeted towards boards . You likely do not want to install this package directly. Instead, install the linux-armadaxp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-1607-armadaxp Description-md5: 0d544f6ab8ab4af1f2fbc7ef2cf5161d Description-en: Linux kernel image for version 3.5.0 on Marvell Armada XP based systems This package contains the Linux kernel image for version 3.5.0 on Marvell Armada XP based systems. . 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 Marvell Armada XP processors. . Targeted towards boards . You likely do not want to install this package directly. Instead, install the linux-armadaxp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-1608-armadaxp Description-md5: 0d544f6ab8ab4af1f2fbc7ef2cf5161d Description-en: Linux kernel image for version 3.5.0 on Marvell Armada XP based systems This package contains the Linux kernel image for version 3.5.0 on Marvell Armada XP based systems. . 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 Marvell Armada XP processors. . Targeted towards boards . You likely do not want to install this package directly. Instead, install the linux-armadaxp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-1609-armadaxp Description-md5: 0d544f6ab8ab4af1f2fbc7ef2cf5161d Description-en: Linux kernel image for version 3.5.0 on Marvell Armada XP based systems This package contains the Linux kernel image for version 3.5.0 on Marvell Armada XP based systems. . 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 Marvell Armada XP processors. . Targeted towards boards . You likely do not want to install this package directly. Instead, install the linux-armadaxp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-1611-armadaxp Description-md5: 0d544f6ab8ab4af1f2fbc7ef2cf5161d Description-en: Linux kernel image for version 3.5.0 on Marvell Armada XP based systems This package contains the Linux kernel image for version 3.5.0 on Marvell Armada XP based systems. . 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 Marvell Armada XP processors. . Targeted towards boards . You likely do not want to install this package directly. Instead, install the linux-armadaxp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-1612-armadaxp Description-md5: 0d544f6ab8ab4af1f2fbc7ef2cf5161d Description-en: Linux kernel image for version 3.5.0 on Marvell Armada XP based systems This package contains the Linux kernel image for version 3.5.0 on Marvell Armada XP based systems. . 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 Marvell Armada XP processors. . Targeted towards boards . You likely do not want to install this package directly. Instead, install the linux-armadaxp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-1614-armadaxp Description-md5: 0d544f6ab8ab4af1f2fbc7ef2cf5161d Description-en: Linux kernel image for version 3.5.0 on Marvell Armada XP based systems This package contains the Linux kernel image for version 3.5.0 on Marvell Armada XP based systems. . 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 Marvell Armada XP processors. . Targeted towards boards . You likely do not want to install this package directly. Instead, install the linux-armadaxp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-1615-armadaxp Description-md5: 0d544f6ab8ab4af1f2fbc7ef2cf5161d Description-en: Linux kernel image for version 3.5.0 on Marvell Armada XP based systems This package contains the Linux kernel image for version 3.5.0 on Marvell Armada XP based systems. . 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 Marvell Armada XP processors. . Targeted towards boards . You likely do not want to install this package directly. Instead, install the linux-armadaxp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-1616-armadaxp Description-md5: 0d544f6ab8ab4af1f2fbc7ef2cf5161d Description-en: Linux kernel image for version 3.5.0 on Marvell Armada XP based systems This package contains the Linux kernel image for version 3.5.0 on Marvell Armada XP based systems. . 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 Marvell Armada XP processors. . Targeted towards boards . You likely do not want to install this package directly. Instead, install the linux-armadaxp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-1618-armadaxp Description-md5: 0d544f6ab8ab4af1f2fbc7ef2cf5161d Description-en: Linux kernel image for version 3.5.0 on Marvell Armada XP based systems This package contains the Linux kernel image for version 3.5.0 on Marvell Armada XP based systems. . 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 Marvell Armada XP processors. . Targeted towards boards . You likely do not want to install this package directly. Instead, install the linux-armadaxp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-1620-armadaxp Description-md5: 0d544f6ab8ab4af1f2fbc7ef2cf5161d Description-en: Linux kernel image for version 3.5.0 on Marvell Armada XP based systems This package contains the Linux kernel image for version 3.5.0 on Marvell Armada XP based systems. . 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 Marvell Armada XP processors. . Targeted towards boards . You likely do not want to install this package directly. Instead, install the linux-armadaxp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-1621-armadaxp Description-md5: 0d544f6ab8ab4af1f2fbc7ef2cf5161d Description-en: Linux kernel image for version 3.5.0 on Marvell Armada XP based systems This package contains the Linux kernel image for version 3.5.0 on Marvell Armada XP based systems. . 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 Marvell Armada XP processors. . Targeted towards boards . You likely do not want to install this package directly. Instead, install the linux-armadaxp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-1622-armadaxp Description-md5: 0d544f6ab8ab4af1f2fbc7ef2cf5161d Description-en: Linux kernel image for version 3.5.0 on Marvell Armada XP based systems This package contains the Linux kernel image for version 3.5.0 on Marvell Armada XP based systems. . 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 Marvell Armada XP processors. . Targeted towards boards . You likely do not want to install this package directly. Instead, install the linux-armadaxp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-1623-armadaxp Description-md5: 0d544f6ab8ab4af1f2fbc7ef2cf5161d Description-en: Linux kernel image for version 3.5.0 on Marvell Armada XP based systems This package contains the Linux kernel image for version 3.5.0 on Marvell Armada XP based systems. . 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 Marvell Armada XP processors. . Targeted towards boards . You likely do not want to install this package directly. Instead, install the linux-armadaxp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-1624-armadaxp Description-md5: 0d544f6ab8ab4af1f2fbc7ef2cf5161d Description-en: Linux kernel image for version 3.5.0 on Marvell Armada XP based systems This package contains the Linux kernel image for version 3.5.0 on Marvell Armada XP based systems. . 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 Marvell Armada XP processors. . Targeted towards boards . You likely do not want to install this package directly. Instead, install the linux-armadaxp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-1625-armadaxp Description-md5: 0d544f6ab8ab4af1f2fbc7ef2cf5161d Description-en: Linux kernel image for version 3.5.0 on Marvell Armada XP based systems This package contains the Linux kernel image for version 3.5.0 on Marvell Armada XP based systems. . 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 Marvell Armada XP processors. . Targeted towards boards . You likely do not want to install this package directly. Instead, install the linux-armadaxp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-1626-armadaxp Description-md5: 0d544f6ab8ab4af1f2fbc7ef2cf5161d Description-en: Linux kernel image for version 3.5.0 on Marvell Armada XP based systems This package contains the Linux kernel image for version 3.5.0 on Marvell Armada XP based systems. . 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 Marvell Armada XP processors. . Targeted towards boards . You likely do not want to install this package directly. Instead, install the linux-armadaxp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-1627-armadaxp Description-md5: 0d544f6ab8ab4af1f2fbc7ef2cf5161d Description-en: Linux kernel image for version 3.5.0 on Marvell Armada XP based systems This package contains the Linux kernel image for version 3.5.0 on Marvell Armada XP based systems. . 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 Marvell Armada XP processors. . Targeted towards boards . You likely do not want to install this package directly. Instead, install the linux-armadaxp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-1628-armadaxp Description-md5: 0d544f6ab8ab4af1f2fbc7ef2cf5161d Description-en: Linux kernel image for version 3.5.0 on Marvell Armada XP based systems This package contains the Linux kernel image for version 3.5.0 on Marvell Armada XP based systems. . 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 Marvell Armada XP processors. . Targeted towards boards . You likely do not want to install this package directly. Instead, install the linux-armadaxp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-1630-armadaxp Description-md5: 0d544f6ab8ab4af1f2fbc7ef2cf5161d Description-en: Linux kernel image for version 3.5.0 on Marvell Armada XP based systems This package contains the Linux kernel image for version 3.5.0 on Marvell Armada XP based systems. . 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 Marvell Armada XP processors. . Targeted towards boards . You likely do not want to install this package directly. Instead, install the linux-armadaxp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-1631-armadaxp Description-md5: 0d544f6ab8ab4af1f2fbc7ef2cf5161d Description-en: Linux kernel image for version 3.5.0 on Marvell Armada XP based systems This package contains the Linux kernel image for version 3.5.0 on Marvell Armada XP based systems. . 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 Marvell Armada XP processors. . Targeted towards boards . You likely do not want to install this package directly. Instead, install the linux-armadaxp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-19-highbank Description-md5: 36609be898399efa7e3e825799a8f38e Description-en: Linux kernel image for version 3.5.0 on Calxeda highbank ARM Server This package contains the Linux kernel image for version 3.5.0 on Calxeda highbank ARM Server. . 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 Calxeda highbank processors. . Targeted towards Calxeda highbank ARM Server . You likely do not want to install this package directly. Instead, install the linux-highbank meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-19-omap Description-md5: 19f0e369f3535d4cc4e33bb3818e6d89 Description-en: Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (hard float) systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (hard float) systems. . 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 TI OMAP3 processors. . Targeted towards boards such as Beagleboard, Gumstix, IGEPv2, etc. . You likely do not want to install this package directly. Instead, install the linux-omap meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-21-highbank Description-md5: 36609be898399efa7e3e825799a8f38e Description-en: Linux kernel image for version 3.5.0 on Calxeda highbank ARM Server This package contains the Linux kernel image for version 3.5.0 on Calxeda highbank ARM Server. . 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 Calxeda highbank processors. . Targeted towards Calxeda highbank ARM Server . You likely do not want to install this package directly. Instead, install the linux-highbank meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-21-omap Description-md5: 19f0e369f3535d4cc4e33bb3818e6d89 Description-en: Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (hard float) systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (hard float) systems. . 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 TI OMAP3 processors. . Targeted towards boards such as Beagleboard, Gumstix, IGEPv2, etc. . You likely do not want to install this package directly. Instead, install the linux-omap meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-215-omap4 Description-md5: b06e353659efd92d51fc6b964fda50e6 Description-en: Linux kernel image for version 3.5.0 on TI OMAP4-based systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP4-based systems. . 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 TI OMAP4 processors. . Targeted towards boards such as Blazeboard, Pandaboard, etc. . You likely do not want to install this package directly. Instead, install the linux-omap4 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-216-omap4 Description-md5: b06e353659efd92d51fc6b964fda50e6 Description-en: Linux kernel image for version 3.5.0 on TI OMAP4-based systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP4-based systems. . 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 TI OMAP4 processors. . Targeted towards boards such as Blazeboard, Pandaboard, etc. . You likely do not want to install this package directly. Instead, install the linux-omap4 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-217-omap4 Description-md5: b06e353659efd92d51fc6b964fda50e6 Description-en: Linux kernel image for version 3.5.0 on TI OMAP4-based systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP4-based systems. . 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 TI OMAP4 processors. . Targeted towards boards such as Blazeboard, Pandaboard, etc. . You likely do not want to install this package directly. Instead, install the linux-omap4 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-218-omap4 Description-md5: b06e353659efd92d51fc6b964fda50e6 Description-en: Linux kernel image for version 3.5.0 on TI OMAP4-based systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP4-based systems. . 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 TI OMAP4 processors. . Targeted towards boards such as Blazeboard, Pandaboard, etc. . You likely do not want to install this package directly. Instead, install the linux-omap4 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-22-highbank Description-md5: 36609be898399efa7e3e825799a8f38e Description-en: Linux kernel image for version 3.5.0 on Calxeda highbank ARM Server This package contains the Linux kernel image for version 3.5.0 on Calxeda highbank ARM Server. . 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 Calxeda highbank processors. . Targeted towards Calxeda highbank ARM Server . You likely do not want to install this package directly. Instead, install the linux-highbank meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-22-omap Description-md5: 19f0e369f3535d4cc4e33bb3818e6d89 Description-en: Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (hard float) systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (hard float) systems. . 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 TI OMAP3 processors. . Targeted towards boards such as Beagleboard, Gumstix, IGEPv2, etc. . You likely do not want to install this package directly. Instead, install the linux-omap meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-220-omap4 Description-md5: b06e353659efd92d51fc6b964fda50e6 Description-en: Linux kernel image for version 3.5.0 on TI OMAP4-based systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP4-based systems. . 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 TI OMAP4 processors. . Targeted towards boards such as Blazeboard, Pandaboard, etc. . You likely do not want to install this package directly. Instead, install the linux-omap4 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-221-omap4 Description-md5: b06e353659efd92d51fc6b964fda50e6 Description-en: Linux kernel image for version 3.5.0 on TI OMAP4-based systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP4-based systems. . 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 TI OMAP4 processors. . Targeted towards boards such as Blazeboard, Pandaboard, etc. . You likely do not want to install this package directly. Instead, install the linux-omap4 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-222-omap4 Description-md5: b06e353659efd92d51fc6b964fda50e6 Description-en: Linux kernel image for version 3.5.0 on TI OMAP4-based systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP4-based systems. . 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 TI OMAP4 processors. . Targeted towards boards such as Blazeboard, Pandaboard, etc. . You likely do not want to install this package directly. Instead, install the linux-omap4 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-223-omap4 Description-md5: b06e353659efd92d51fc6b964fda50e6 Description-en: Linux kernel image for version 3.5.0 on TI OMAP4-based systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP4-based systems. . 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 TI OMAP4 processors. . Targeted towards boards such as Blazeboard, Pandaboard, etc. . You likely do not want to install this package directly. Instead, install the linux-omap4 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-225-omap4 Description-md5: b06e353659efd92d51fc6b964fda50e6 Description-en: Linux kernel image for version 3.5.0 on TI OMAP4-based systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP4-based systems. . 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 TI OMAP4 processors. . Targeted towards boards such as Blazeboard, Pandaboard, etc. . You likely do not want to install this package directly. Instead, install the linux-omap4 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-226-omap4 Description-md5: b06e353659efd92d51fc6b964fda50e6 Description-en: Linux kernel image for version 3.5.0 on TI OMAP4-based systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP4-based systems. . 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 TI OMAP4 processors. . Targeted towards boards such as Blazeboard, Pandaboard, etc. . You likely do not want to install this package directly. Instead, install the linux-omap4 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-229-omap4 Description-md5: b06e353659efd92d51fc6b964fda50e6 Description-en: Linux kernel image for version 3.5.0 on TI OMAP4-based systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP4-based systems. . 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 TI OMAP4 processors. . Targeted towards boards such as Blazeboard, Pandaboard, etc. . You likely do not want to install this package directly. Instead, install the linux-omap4 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-23-highbank Description-md5: 36609be898399efa7e3e825799a8f38e Description-en: Linux kernel image for version 3.5.0 on Calxeda highbank ARM Server This package contains the Linux kernel image for version 3.5.0 on Calxeda highbank ARM Server. . 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 Calxeda highbank processors. . Targeted towards Calxeda highbank ARM Server . You likely do not want to install this package directly. Instead, install the linux-highbank meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-23-omap Description-md5: 19f0e369f3535d4cc4e33bb3818e6d89 Description-en: Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (hard float) systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (hard float) systems. . 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 TI OMAP3 processors. . Targeted towards boards such as Beagleboard, Gumstix, IGEPv2, etc. . You likely do not want to install this package directly. Instead, install the linux-omap meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-231-omap4 Description-md5: b06e353659efd92d51fc6b964fda50e6 Description-en: Linux kernel image for version 3.5.0 on TI OMAP4-based systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP4-based systems. . 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 TI OMAP4 processors. . Targeted towards boards such as Blazeboard, Pandaboard, etc. . You likely do not want to install this package directly. Instead, install the linux-omap4 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-232-omap4 Description-md5: b06e353659efd92d51fc6b964fda50e6 Description-en: Linux kernel image for version 3.5.0 on TI OMAP4-based systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP4-based systems. . 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 TI OMAP4 processors. . Targeted towards boards such as Blazeboard, Pandaboard, etc. . You likely do not want to install this package directly. Instead, install the linux-omap4 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-233-omap4 Description-md5: b06e353659efd92d51fc6b964fda50e6 Description-en: Linux kernel image for version 3.5.0 on TI OMAP4-based systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP4-based systems. . 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 TI OMAP4 processors. . Targeted towards boards such as Blazeboard, Pandaboard, etc. . You likely do not want to install this package directly. Instead, install the linux-omap4 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-234-omap4 Description-md5: b06e353659efd92d51fc6b964fda50e6 Description-en: Linux kernel image for version 3.5.0 on TI OMAP4-based systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP4-based systems. . 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 TI OMAP4 processors. . Targeted towards boards such as Blazeboard, Pandaboard, etc. . You likely do not want to install this package directly. Instead, install the linux-omap4 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-235-omap4 Description-md5: b06e353659efd92d51fc6b964fda50e6 Description-en: Linux kernel image for version 3.5.0 on TI OMAP4-based systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP4-based systems. . 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 TI OMAP4 processors. . Targeted towards boards such as Blazeboard, Pandaboard, etc. . You likely do not want to install this package directly. Instead, install the linux-omap4 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-236-omap4 Description-md5: b06e353659efd92d51fc6b964fda50e6 Description-en: Linux kernel image for version 3.5.0 on TI OMAP4-based systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP4-based systems. . 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 TI OMAP4 processors. . Targeted towards boards such as Blazeboard, Pandaboard, etc. . You likely do not want to install this package directly. Instead, install the linux-omap4 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-237-omap4 Description-md5: b06e353659efd92d51fc6b964fda50e6 Description-en: Linux kernel image for version 3.5.0 on TI OMAP4-based systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP4-based systems. . 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 TI OMAP4 processors. . Targeted towards boards such as Blazeboard, Pandaboard, etc. . You likely do not want to install this package directly. Instead, install the linux-omap4 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-238-omap4 Description-md5: b06e353659efd92d51fc6b964fda50e6 Description-en: Linux kernel image for version 3.5.0 on TI OMAP4-based systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP4-based systems. . 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 TI OMAP4 processors. . Targeted towards boards such as Blazeboard, Pandaboard, etc. . You likely do not want to install this package directly. Instead, install the linux-omap4 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-239-omap4 Description-md5: b06e353659efd92d51fc6b964fda50e6 Description-en: Linux kernel image for version 3.5.0 on TI OMAP4-based systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP4-based systems. . 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 TI OMAP4 processors. . Targeted towards boards such as Blazeboard, Pandaboard, etc. . You likely do not want to install this package directly. Instead, install the linux-omap4 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-241-omap4 Description-md5: b06e353659efd92d51fc6b964fda50e6 Description-en: Linux kernel image for version 3.5.0 on TI OMAP4-based systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP4-based systems. . 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 TI OMAP4 processors. . Targeted towards boards such as Blazeboard, Pandaboard, etc. . You likely do not want to install this package directly. Instead, install the linux-omap4 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-242-omap4 Description-md5: b06e353659efd92d51fc6b964fda50e6 Description-en: Linux kernel image for version 3.5.0 on TI OMAP4-based systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP4-based systems. . 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 TI OMAP4 processors. . Targeted towards boards such as Blazeboard, Pandaboard, etc. . You likely do not want to install this package directly. Instead, install the linux-omap4 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-25-highbank Description-md5: 36609be898399efa7e3e825799a8f38e Description-en: Linux kernel image for version 3.5.0 on Calxeda highbank ARM Server This package contains the Linux kernel image for version 3.5.0 on Calxeda highbank ARM Server. . 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 Calxeda highbank processors. . Targeted towards Calxeda highbank ARM Server . You likely do not want to install this package directly. Instead, install the linux-highbank meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-25-omap Description-md5: 19f0e369f3535d4cc4e33bb3818e6d89 Description-en: Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (hard float) systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (hard float) systems. . 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 TI OMAP3 processors. . Targeted towards boards such as Beagleboard, Gumstix, IGEPv2, etc. . You likely do not want to install this package directly. Instead, install the linux-omap meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-26-highbank Description-md5: 36609be898399efa7e3e825799a8f38e Description-en: Linux kernel image for version 3.5.0 on Calxeda highbank ARM Server This package contains the Linux kernel image for version 3.5.0 on Calxeda highbank ARM Server. . 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 Calxeda highbank processors. . Targeted towards Calxeda highbank ARM Server . You likely do not want to install this package directly. Instead, install the linux-highbank meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-26-omap Description-md5: 19f0e369f3535d4cc4e33bb3818e6d89 Description-en: Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (hard float) systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (hard float) systems. . 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 TI OMAP3 processors. . Targeted towards boards such as Beagleboard, Gumstix, IGEPv2, etc. . You likely do not want to install this package directly. Instead, install the linux-omap meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-27-highbank Description-md5: 36609be898399efa7e3e825799a8f38e Description-en: Linux kernel image for version 3.5.0 on Calxeda highbank ARM Server This package contains the Linux kernel image for version 3.5.0 on Calxeda highbank ARM Server. . 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 Calxeda highbank processors. . Targeted towards Calxeda highbank ARM Server . You likely do not want to install this package directly. Instead, install the linux-highbank meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-27-omap Description-md5: 19f0e369f3535d4cc4e33bb3818e6d89 Description-en: Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (hard float) systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (hard float) systems. . 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 TI OMAP3 processors. . Targeted towards boards such as Beagleboard, Gumstix, IGEPv2, etc. . You likely do not want to install this package directly. Instead, install the linux-omap meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-28-highbank Description-md5: 36609be898399efa7e3e825799a8f38e Description-en: Linux kernel image for version 3.5.0 on Calxeda highbank ARM Server This package contains the Linux kernel image for version 3.5.0 on Calxeda highbank ARM Server. . 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 Calxeda highbank processors. . Targeted towards Calxeda highbank ARM Server . You likely do not want to install this package directly. Instead, install the linux-highbank meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-28-omap Description-md5: 19f0e369f3535d4cc4e33bb3818e6d89 Description-en: Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (hard float) systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (hard float) systems. . 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 TI OMAP3 processors. . Targeted towards boards such as Beagleboard, Gumstix, IGEPv2, etc. . You likely do not want to install this package directly. Instead, install the linux-omap meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-30-highbank Description-md5: 36609be898399efa7e3e825799a8f38e Description-en: Linux kernel image for version 3.5.0 on Calxeda highbank ARM Server This package contains the Linux kernel image for version 3.5.0 on Calxeda highbank ARM Server. . 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 Calxeda highbank processors. . Targeted towards Calxeda highbank ARM Server . You likely do not want to install this package directly. Instead, install the linux-highbank meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-30-omap Description-md5: 19f0e369f3535d4cc4e33bb3818e6d89 Description-en: Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (hard float) systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (hard float) systems. . 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 TI OMAP3 processors. . Targeted towards boards such as Beagleboard, Gumstix, IGEPv2, etc. . You likely do not want to install this package directly. Instead, install the linux-omap meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-31-highbank Description-md5: 36609be898399efa7e3e825799a8f38e Description-en: Linux kernel image for version 3.5.0 on Calxeda highbank ARM Server This package contains the Linux kernel image for version 3.5.0 on Calxeda highbank ARM Server. . 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 Calxeda highbank processors. . Targeted towards Calxeda highbank ARM Server . You likely do not want to install this package directly. Instead, install the linux-highbank meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-31-omap Description-md5: 19f0e369f3535d4cc4e33bb3818e6d89 Description-en: Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (hard float) systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (hard float) systems. . 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 TI OMAP3 processors. . Targeted towards boards such as Beagleboard, Gumstix, IGEPv2, etc. . You likely do not want to install this package directly. Instead, install the linux-omap meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-32-highbank Description-md5: 36609be898399efa7e3e825799a8f38e Description-en: Linux kernel image for version 3.5.0 on Calxeda highbank ARM Server This package contains the Linux kernel image for version 3.5.0 on Calxeda highbank ARM Server. . 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 Calxeda highbank processors. . Targeted towards Calxeda highbank ARM Server . You likely do not want to install this package directly. Instead, install the linux-highbank meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-32-omap Description-md5: 19f0e369f3535d4cc4e33bb3818e6d89 Description-en: Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (hard float) systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (hard float) systems. . 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 TI OMAP3 processors. . Targeted towards boards such as Beagleboard, Gumstix, IGEPv2, etc. . You likely do not want to install this package directly. Instead, install the linux-omap meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-34-highbank Description-md5: 36609be898399efa7e3e825799a8f38e Description-en: Linux kernel image for version 3.5.0 on Calxeda highbank ARM Server This package contains the Linux kernel image for version 3.5.0 on Calxeda highbank ARM Server. . 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 Calxeda highbank processors. . Targeted towards Calxeda highbank ARM Server . You likely do not want to install this package directly. Instead, install the linux-highbank meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-34-omap Description-md5: 19f0e369f3535d4cc4e33bb3818e6d89 Description-en: Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (hard float) systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (hard float) systems. . 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 TI OMAP3 processors. . Targeted towards boards such as Beagleboard, Gumstix, IGEPv2, etc. . You likely do not want to install this package directly. Instead, install the linux-omap meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-37-highbank Description-md5: 36609be898399efa7e3e825799a8f38e Description-en: Linux kernel image for version 3.5.0 on Calxeda highbank ARM Server This package contains the Linux kernel image for version 3.5.0 on Calxeda highbank ARM Server. . 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 Calxeda highbank processors. . Targeted towards Calxeda highbank ARM Server . You likely do not want to install this package directly. Instead, install the linux-highbank meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-37-omap Description-md5: 19f0e369f3535d4cc4e33bb3818e6d89 Description-en: Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (hard float) systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (hard float) systems. . 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 TI OMAP3 processors. . Targeted towards boards such as Beagleboard, Gumstix, IGEPv2, etc. . You likely do not want to install this package directly. Instead, install the linux-omap meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-39-highbank Description-md5: 36609be898399efa7e3e825799a8f38e Description-en: Linux kernel image for version 3.5.0 on Calxeda highbank ARM Server This package contains the Linux kernel image for version 3.5.0 on Calxeda highbank ARM Server. . 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 Calxeda highbank processors. . Targeted towards Calxeda highbank ARM Server . You likely do not want to install this package directly. Instead, install the linux-highbank meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-39-omap Description-md5: 19f0e369f3535d4cc4e33bb3818e6d89 Description-en: Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (hard float) systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (hard float) systems. . 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 TI OMAP3 processors. . Targeted towards boards such as Beagleboard, Gumstix, IGEPv2, etc. . You likely do not want to install this package directly. Instead, install the linux-omap meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-40-highbank Description-md5: 36609be898399efa7e3e825799a8f38e Description-en: Linux kernel image for version 3.5.0 on Calxeda highbank ARM Server This package contains the Linux kernel image for version 3.5.0 on Calxeda highbank ARM Server. . 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 Calxeda highbank processors. . Targeted towards Calxeda highbank ARM Server . You likely do not want to install this package directly. Instead, install the linux-highbank meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-40-omap Description-md5: 19f0e369f3535d4cc4e33bb3818e6d89 Description-en: Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (hard float) systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (hard float) systems. . 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 TI OMAP3 processors. . Targeted towards boards such as Beagleboard, Gumstix, IGEPv2, etc. . You likely do not want to install this package directly. Instead, install the linux-omap meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-41-highbank Description-md5: 36609be898399efa7e3e825799a8f38e Description-en: Linux kernel image for version 3.5.0 on Calxeda highbank ARM Server This package contains the Linux kernel image for version 3.5.0 on Calxeda highbank ARM Server. . 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 Calxeda highbank processors. . Targeted towards Calxeda highbank ARM Server . You likely do not want to install this package directly. Instead, install the linux-highbank meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-41-omap Description-md5: 19f0e369f3535d4cc4e33bb3818e6d89 Description-en: Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (hard float) systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (hard float) systems. . 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 TI OMAP3 processors. . Targeted towards boards such as Beagleboard, Gumstix, IGEPv2, etc. . You likely do not want to install this package directly. Instead, install the linux-omap meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-42-highbank Description-md5: 36609be898399efa7e3e825799a8f38e Description-en: Linux kernel image for version 3.5.0 on Calxeda highbank ARM Server This package contains the Linux kernel image for version 3.5.0 on Calxeda highbank ARM Server. . 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 Calxeda highbank processors. . Targeted towards Calxeda highbank ARM Server . You likely do not want to install this package directly. Instead, install the linux-highbank meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-42-omap Description-md5: 19f0e369f3535d4cc4e33bb3818e6d89 Description-en: Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (hard float) systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (hard float) systems. . 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 TI OMAP3 processors. . Targeted towards boards such as Beagleboard, Gumstix, IGEPv2, etc. . You likely do not want to install this package directly. Instead, install the linux-omap meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-43-highbank Description-md5: 36609be898399efa7e3e825799a8f38e Description-en: Linux kernel image for version 3.5.0 on Calxeda highbank ARM Server This package contains the Linux kernel image for version 3.5.0 on Calxeda highbank ARM Server. . 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 Calxeda highbank processors. . Targeted towards Calxeda highbank ARM Server . You likely do not want to install this package directly. Instead, install the linux-highbank meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-43-omap Description-md5: 19f0e369f3535d4cc4e33bb3818e6d89 Description-en: Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (hard float) systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (hard float) systems. . 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 TI OMAP3 processors. . Targeted towards boards such as Beagleboard, Gumstix, IGEPv2, etc. . You likely do not want to install this package directly. Instead, install the linux-omap meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-44-highbank Description-md5: 36609be898399efa7e3e825799a8f38e Description-en: Linux kernel image for version 3.5.0 on Calxeda highbank ARM Server This package contains the Linux kernel image for version 3.5.0 on Calxeda highbank ARM Server. . 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 Calxeda highbank processors. . Targeted towards Calxeda highbank ARM Server . You likely do not want to install this package directly. Instead, install the linux-highbank meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-44-omap Description-md5: 19f0e369f3535d4cc4e33bb3818e6d89 Description-en: Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (hard float) systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (hard float) systems. . 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 TI OMAP3 processors. . Targeted towards boards such as Beagleboard, Gumstix, IGEPv2, etc. . You likely do not want to install this package directly. Instead, install the linux-omap meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-45-highbank Description-md5: 36609be898399efa7e3e825799a8f38e Description-en: Linux kernel image for version 3.5.0 on Calxeda highbank ARM Server This package contains the Linux kernel image for version 3.5.0 on Calxeda highbank ARM Server. . 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 Calxeda highbank processors. . Targeted towards Calxeda highbank ARM Server . You likely do not want to install this package directly. Instead, install the linux-highbank meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-45-omap Description-md5: 19f0e369f3535d4cc4e33bb3818e6d89 Description-en: Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (hard float) systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (hard float) systems. . 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 TI OMAP3 processors. . Targeted towards boards such as Beagleboard, Gumstix, IGEPv2, etc. . You likely do not want to install this package directly. Instead, install the linux-omap meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-46-highbank Description-md5: 36609be898399efa7e3e825799a8f38e Description-en: Linux kernel image for version 3.5.0 on Calxeda highbank ARM Server This package contains the Linux kernel image for version 3.5.0 on Calxeda highbank ARM Server. . 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 Calxeda highbank processors. . Targeted towards Calxeda highbank ARM Server . You likely do not want to install this package directly. Instead, install the linux-highbank meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-46-omap Description-md5: 19f0e369f3535d4cc4e33bb3818e6d89 Description-en: Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (hard float) systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (hard float) systems. . 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 TI OMAP3 processors. . Targeted towards boards such as Beagleboard, Gumstix, IGEPv2, etc. . You likely do not want to install this package directly. Instead, install the linux-omap meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-47-highbank Description-md5: 36609be898399efa7e3e825799a8f38e Description-en: Linux kernel image for version 3.5.0 on Calxeda highbank ARM Server This package contains the Linux kernel image for version 3.5.0 on Calxeda highbank ARM Server. . 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 Calxeda highbank processors. . Targeted towards Calxeda highbank ARM Server . You likely do not want to install this package directly. Instead, install the linux-highbank meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-47-omap Description-md5: 19f0e369f3535d4cc4e33bb3818e6d89 Description-en: Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (hard float) systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (hard float) systems. . 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 TI OMAP3 processors. . Targeted towards boards such as Beagleboard, Gumstix, IGEPv2, etc. . You likely do not want to install this package directly. Instead, install the linux-omap meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-49-highbank Description-md5: 36609be898399efa7e3e825799a8f38e Description-en: Linux kernel image for version 3.5.0 on Calxeda highbank ARM Server This package contains the Linux kernel image for version 3.5.0 on Calxeda highbank ARM Server. . 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 Calxeda highbank processors. . Targeted towards Calxeda highbank ARM Server . You likely do not want to install this package directly. Instead, install the linux-highbank meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-49-omap Description-md5: 19f0e369f3535d4cc4e33bb3818e6d89 Description-en: Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (hard float) systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (hard float) systems. . 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 TI OMAP3 processors. . Targeted towards boards such as Beagleboard, Gumstix, IGEPv2, etc. . You likely do not want to install this package directly. Instead, install the linux-omap meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-51-highbank Description-md5: 36609be898399efa7e3e825799a8f38e Description-en: Linux kernel image for version 3.5.0 on Calxeda highbank ARM Server This package contains the Linux kernel image for version 3.5.0 on Calxeda highbank ARM Server. . 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 Calxeda highbank processors. . Targeted towards Calxeda highbank ARM Server . You likely do not want to install this package directly. Instead, install the linux-highbank meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-51-omap Description-md5: 19f0e369f3535d4cc4e33bb3818e6d89 Description-en: Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (hard float) systems This package contains the Linux kernel image for version 3.5.0 on TI OMAP3-based ARM (hard float) systems. . 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 TI OMAP3 processors. . Targeted towards boards such as Beagleboard, Gumstix, IGEPv2, etc. . You likely do not want to install this package directly. Instead, install the linux-omap meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-armadaxp Description-md5: c477521b7f0a288e7801df76cc3cb433 Description-en: Linux kernel image for the ArmadaXP architecture. This package will always depend on the latest kernel image available for ARM ArmadaXP systems. Package: linux-image-highbank Description-md5: 034b8d8c9d600eee1a8b214d74de1078 Description-en: Linux kernel image for the highbank architecture. This package will always depend on the latest kernel image available for ARM Calxeda highbank systems. Package: linux-image-omap4 Description-md5: 6353a73125ab379b783031f232e09873 Description-en: Linux kernel image for the OMAP4 architecture. This package will always depend on the latest kernel image available for ARM ti-omap4 systems. Package: linux-omap4 Description-md5: 0e188279913eae43107316369bb9eff4 Description-en: Complete Linux kernel for the OMAP4 architecture. This package will always depend on the latest complete Linux kernel available for ARM ti-omap4 systems. Package: linux-ti-omap4-tools-3.5.0-215 Description-md5: d9ff6262fc89c0c9455a3284d4204438 Description-en: Linux kernel tools for version 3.5.0-215 This package provides the architecture dependant parts for kernel version locked tools for version 3.5.0-215 on DESC. Package: linux-ti-omap4-tools-3.5.0-216 Description-md5: 1af2465648169752e0ca0b74d90036e5 Description-en: Linux kernel tools for version 3.5.0-216 This package provides the architecture dependant parts for kernel version locked tools for version 3.5.0-216 on DESC. Package: linux-ti-omap4-tools-3.5.0-217 Description-md5: 07e15feab3b147e67da25d3e59186aec Description-en: Linux kernel tools for version 3.5.0-217 This package provides the architecture dependant parts for kernel version locked tools for version 3.5.0-217 on DESC. Package: linux-ti-omap4-tools-3.5.0-218 Description-md5: c42ecfc1bbacde2e6701773f2c820b3e Description-en: Linux kernel tools for version 3.5.0-218 This package provides the architecture dependant parts for kernel version locked tools for version 3.5.0-218 on DESC. Package: linux-ti-omap4-tools-3.5.0-220 Description-md5: a79e7b992bdfff5ceeac5738e269470d Description-en: Linux kernel tools for version 3.5.0-220 This package provides the architecture dependant parts for kernel version locked tools for version 3.5.0-220 on DESC. Package: linux-ti-omap4-tools-3.5.0-221 Description-md5: b46d1610c704785fedd3be2f476f2c1d Description-en: Linux kernel tools for version 3.5.0-221 This package provides the architecture dependant parts for kernel version locked tools for version 3.5.0-221 on DESC. Package: linux-ti-omap4-tools-3.5.0-222 Description-md5: f54410ebdc735678f5009c117f9be701 Description-en: Linux kernel tools for version 3.5.0-222 This package provides the architecture dependant parts for kernel version locked tools for version 3.5.0-222 on DESC. Package: linux-ti-omap4-tools-3.5.0-223 Description-md5: 10192d1b022623febe273515b515526f Description-en: Linux kernel tools for version 3.5.0-223 This package provides the architecture dependant parts for kernel version locked tools for version 3.5.0-223 on DESC. Package: linux-ti-omap4-tools-3.5.0-225 Description-md5: c6910fcd625f8e6c4f47456a35a02134 Description-en: Linux kernel tools for version 3.5.0-225 This package provides the architecture dependant parts for kernel version locked tools for version 3.5.0-225 on DESC. Package: linux-ti-omap4-tools-3.5.0-226 Description-md5: 3904c9661c16d84dbfa1d79ca2363812 Description-en: Linux kernel tools for version 3.5.0-226 This package provides the architecture dependant parts for kernel version locked tools for version 3.5.0-226 on DESC. Package: linux-ti-omap4-tools-3.5.0-229 Description-md5: 98193ce9aee611120af06022f58c146a Description-en: Linux kernel tools for version 3.5.0-229 This package provides the architecture dependant parts for kernel version locked tools for version 3.5.0-229 on DESC. Package: linux-ti-omap4-tools-3.5.0-231 Description-md5: dbb816fb506c319e64acbeb93e8e29d4 Description-en: Linux kernel tools for version 3.5.0-231 This package provides the architecture dependant parts for kernel version locked tools for version 3.5.0-231 on DESC. Package: linux-ti-omap4-tools-3.5.0-232 Description-md5: eed3e34691aa672bf294231999d02076 Description-en: Linux kernel tools for version 3.5.0-232 This package provides the architecture dependant parts for kernel version locked tools for version 3.5.0-232 on DESC. Package: linux-ti-omap4-tools-3.5.0-233 Description-md5: a3ee834cf4600e61a65a38c91262097f Description-en: Linux kernel tools for version 3.5.0-233 This package provides the architecture dependant parts for kernel version locked tools for version 3.5.0-233 on DESC. Package: linux-ti-omap4-tools-3.5.0-234 Description-md5: fc3ccc7ad87e836d3274c7e8cb3ed956 Description-en: Linux kernel tools for version 3.5.0-234 This package provides the architecture dependant parts for kernel version locked tools for version 3.5.0-234 on DESC. Package: linux-ti-omap4-tools-3.5.0-235 Description-md5: fd3720c1730faf93792f9c4f7bcb282d Description-en: Linux kernel tools for version 3.5.0-235 This package provides the architecture dependant parts for kernel version locked tools for version 3.5.0-235 on DESC. Package: linux-ti-omap4-tools-3.5.0-236 Description-md5: 51c41abc52627f8c17d65499752c5cb6 Description-en: Linux kernel tools for version 3.5.0-236 This package provides the architecture dependant parts for kernel version locked tools for version 3.5.0-236 on DESC. Package: linux-ti-omap4-tools-3.5.0-237 Description-md5: a27f6dfe038dbf822228881b47b619cf Description-en: Linux kernel tools for version 3.5.0-237 This package provides the architecture dependant parts for kernel version locked tools for version 3.5.0-237 on DESC. Package: linux-ti-omap4-tools-3.5.0-238 Description-md5: a1d9da42db7908028b8d049d3e5b7fd5 Description-en: Linux kernel tools for version 3.5.0-238 This package provides the architecture dependant parts for kernel version locked tools for version 3.5.0-238 on DESC. Package: linux-ti-omap4-tools-3.5.0-239 Description-md5: 66093b2e790f2b1a81c8e55621943c0a Description-en: Linux kernel tools for version 3.5.0-239 This package provides the architecture dependant parts for kernel version locked tools for version 3.5.0-239 on DESC. Package: linux-ti-omap4-tools-3.5.0-241 Description-md5: b02c65e41ca997e16b7cb920b1e36018 Description-en: Linux kernel tools for version 3.5.0-241 This package provides the architecture dependant parts for kernel version locked tools for version 3.5.0-241 on DESC. Package: linux-ti-omap4-tools-3.5.0-242 Description-md5: ba3880c06de5c606b9abb79480e69de4 Description-en: Linux kernel tools for version 3.5.0-242 This package provides the architecture dependant parts for kernel version locked tools for version 3.5.0-242 on DESC. Package: linux-tools-3.5.0-19 Description-md5: 3af90e6628764374966bad527333a856 Description-en: Linux kernel version specific tools for version 3.5.0-19 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-19 on ARM (hard float). Package: linux-tools-3.5.0-21 Description-md5: 183980fc413ca956df863e1f3fc2f354 Description-en: Linux kernel version specific tools for version 3.5.0-21 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-21 on ARM (hard float). Package: linux-tools-3.5.0-22 Description-md5: 68c5e11b6c31a7e1d9144cd801896036 Description-en: Linux kernel version specific tools for version 3.5.0-22 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-22 on ARM (hard float). Package: linux-tools-3.5.0-23 Description-md5: ae868698ddf44f41e624c00538d83b89 Description-en: Linux kernel version specific tools for version 3.5.0-23 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-23 on ARM (hard float). Package: linux-tools-3.5.0-25 Description-md5: e2940b94a12f8811089830b71999bd8b Description-en: Linux kernel version specific tools for version 3.5.0-25 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-25 on ARM (hard float). Package: linux-tools-3.5.0-26 Description-md5: 0945c0d9ea11cdf48f26f5370220d985 Description-en: Linux kernel version specific tools for version 3.5.0-26 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-26 on ARM (hard float). Package: linux-tools-3.5.0-27 Description-md5: d6c3446278550a96d2d484c4f9a38ecd Description-en: Linux kernel version specific tools for version 3.5.0-27 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-27 on ARM (hard float). Package: linux-tools-3.5.0-28 Description-md5: fe5bc7178e868d2c3c8a81408f93eb78 Description-en: Linux kernel version specific tools for version 3.5.0-28 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-28 on ARM (hard float). Package: linux-tools-3.5.0-30 Description-md5: ad591c72a2bf06ccffa86b4cdc3a189e Description-en: Linux kernel version specific tools for version 3.5.0-30 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-30 on ARM (hard float). Package: linux-tools-3.5.0-31 Description-md5: 98bb0a9386b9a02681b90e54a801d0b7 Description-en: Linux kernel version specific tools for version 3.5.0-31 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-31 on ARM (hard float). Package: linux-tools-3.5.0-32 Description-md5: 3e61e888c21e16ab4f8e9e1c99e44a21 Description-en: Linux kernel version specific tools for version 3.5.0-32 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-32 on ARM (hard float). Package: linux-tools-3.5.0-34 Description-md5: 5fcc2cd44d163ed224fd6b7ef68896b2 Description-en: Linux kernel version specific tools for version 3.5.0-34 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-34 on ARM (hard float). Package: linux-tools-3.5.0-37 Description-md5: da3e7a7e3e5307a54fe1f208e542450e Description-en: Linux kernel version specific tools for version 3.5.0-37 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-37 on ARM (hard float). Package: linux-tools-3.5.0-39 Description-md5: cb8041aa631528d5038160542bcbac23 Description-en: Linux kernel version specific tools for version 3.5.0-39 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-39 on ARM (hard float). Package: linux-tools-3.5.0-40 Description-md5: 90d45859ff453f68d57e963c960837cc Description-en: Linux kernel version specific tools for version 3.5.0-40 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-40 on ARM (hard float). Package: linux-tools-3.5.0-41 Description-md5: 396c9988714165c81850e817beacd4cf Description-en: Linux kernel version specific tools for version 3.5.0-41 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-41 on ARM (hard float). Package: linux-tools-3.5.0-42 Description-md5: 0665ab10f24d26315a8cda2dc3488b27 Description-en: Linux kernel version specific tools for version 3.5.0-42 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-42 on ARM (hard float). Package: linux-tools-3.5.0-43 Description-md5: 09b41aaaf0ccb6c4e96eafdf0c154032 Description-en: Linux kernel version specific tools for version 3.5.0-43 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-43 on ARM (hard float). Package: linux-tools-3.5.0-44 Description-md5: 02c2e10f38798ee0aa6d551a2d1a1d56 Description-en: Linux kernel version specific tools for version 3.5.0-44 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-44 on ARM (hard float). Package: linux-tools-3.5.0-45 Description-md5: 3524b885fe0e87617714b90eb768d390 Description-en: Linux kernel version specific tools for version 3.5.0-45 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-45 on ARM (hard float). Package: linux-tools-3.5.0-46 Description-md5: aad5af4fec49142b7821212c53ae1129 Description-en: Linux kernel version specific tools for version 3.5.0-46 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-46 on ARM (hard float). Package: linux-tools-3.5.0-47 Description-md5: 0789cdc61554b4461b9e1c928af77bfd Description-en: Linux kernel version specific tools for version 3.5.0-47 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-47 on ARM (hard float). Package: linux-tools-3.5.0-49 Description-md5: b33b7911c206bc298f766b60d2164caa Description-en: Linux kernel version specific tools for version 3.5.0-49 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-49 on ARM (hard float). Package: linux-tools-3.5.0-51 Description-md5: e43ac81eab23e57cddef8bef8d6d437b Description-en: Linux kernel version specific tools for version 3.5.0-51 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-51 on ARM (hard float). Package: linux-tools-omap4 Description-md5: ea15db5fd6e3e3cff13446d5e28af7c8 Description-en: Linux kernel versioned Tools This package will always depend on the latest Linux kernel versioned tools available. The Ubuntu patches have been applied. Package: libc6-amd64 Description-md5: 5e871a82fe5ae12250669afab6662439 Description-en: Embedded GNU C Library: 64bit Shared libraries for AMD64 This package includes shared versions of the standard C library and the standard math library, as well as many others. This is the 64bit version of the library, meant for AMD64 systems. Package: libc6-dev-amd64 Description-md5: e56f2cd3094aab960377d26a5ed4ab90 Description-en: Embedded GNU C Library: 64bit Development Libraries for AMD64 Contains the symlinks and object files needed to compile and link programs which use the standard C library. This is the 64bit version of the library, meant for AMD64 systems. Package: libc6-xen Description-md5: 9c83bb34c66439f4c333b8ab96e84d18 Description-en: Embedded GNU C Library: Shared libraries [Xen version] 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. . This set of libraries is optimized for the Xen hypervisor, and will be selected instead when running under Xen. Package: linux-generic-pae Description-md5: b239583bb598a7b339303e3f0513dc63 Description-en: Transitional package. This package will always depend on linux-generic. Package: linux-headers-3.5.0-19-generic Description-md5: 3fdd216b480b1b21baa5843a78f3d66e Description-en: Linux kernel headers for version 3.5.0 on 32 bit x86 SMP This package provides kernel header files for version 3.5.0 on 32 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-19/debian.README.gz for details. Package: linux-headers-3.5.0-21-generic Description-md5: 3817d091c6e4b42ceab3eec0397f0a64 Description-en: Linux kernel headers for version 3.5.0 on 32 bit x86 SMP This package provides kernel header files for version 3.5.0 on 32 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-21/debian.README.gz for details. Package: linux-headers-3.5.0-22-generic Description-md5: 545be90f87a064def8ac48b8ef484dbc Description-en: Linux kernel headers for version 3.5.0 on 32 bit x86 SMP This package provides kernel header files for version 3.5.0 on 32 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-22/debian.README.gz for details. Package: linux-headers-3.5.0-23-generic Description-md5: 875c17118e689fcc894a6bdcebce6957 Description-en: Linux kernel headers for version 3.5.0 on 32 bit x86 SMP This package provides kernel header files for version 3.5.0 on 32 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-23/debian.README.gz for details. Package: linux-headers-3.5.0-25-generic Description-md5: 993296d26f222837b549a7b9646af18d Description-en: Linux kernel headers for version 3.5.0 on 32 bit x86 SMP This package provides kernel header files for version 3.5.0 on 32 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-25/debian.README.gz for details. Package: linux-headers-3.5.0-26-generic Description-md5: 23d29d93ad1c818a7cc222bc3c508b96 Description-en: Linux kernel headers for version 3.5.0 on 32 bit x86 SMP This package provides kernel header files for version 3.5.0 on 32 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-26/debian.README.gz for details. Package: linux-headers-3.5.0-27-generic Description-md5: 0c1b9841782f6afdd2e64c84dbe3654b Description-en: Linux kernel headers for version 3.5.0 on 32 bit x86 SMP This package provides kernel header files for version 3.5.0 on 32 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-27/debian.README.gz for details. Package: linux-headers-3.5.0-28-generic Description-md5: 53c1835e9944873edc8217d6b3184931 Description-en: Linux kernel headers for version 3.5.0 on 32 bit x86 SMP This package provides kernel header files for version 3.5.0 on 32 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-28/debian.README.gz for details. Package: linux-headers-3.5.0-30-generic Description-md5: 6632e52ac1ae3a9ca228d00d32b6e4bb Description-en: Linux kernel headers for version 3.5.0 on 32 bit x86 SMP This package provides kernel header files for version 3.5.0 on 32 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-30/debian.README.gz for details. Package: linux-headers-3.5.0-31-generic Description-md5: 5c8dc53f44d525dd270354e680b0e830 Description-en: Linux kernel headers for version 3.5.0 on 32 bit x86 SMP This package provides kernel header files for version 3.5.0 on 32 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-31/debian.README.gz for details. Package: linux-headers-3.5.0-32-generic Description-md5: 19ab3e4bd19027772cb4b7d9381548bd Description-en: Linux kernel headers for version 3.5.0 on 32 bit x86 SMP This package provides kernel header files for version 3.5.0 on 32 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-32/debian.README.gz for details. Package: linux-headers-3.5.0-34-generic Description-md5: 235a5e868ee50872d3d9fc6039ad77ea Description-en: Linux kernel headers for version 3.5.0 on 32 bit x86 SMP This package provides kernel header files for version 3.5.0 on 32 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-34/debian.README.gz for details. Package: linux-headers-3.5.0-37-generic Description-md5: 7b6e7a63f408ca7c1d049e312403747a Description-en: Linux kernel headers for version 3.5.0 on 32 bit x86 SMP This package provides kernel header files for version 3.5.0 on 32 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-37/debian.README.gz for details. Package: linux-headers-3.5.0-39-generic Description-md5: c906b6822e6f4b1a23092eab7266f59a Description-en: Linux kernel headers for version 3.5.0 on 32 bit x86 SMP This package provides kernel header files for version 3.5.0 on 32 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-39/debian.README.gz for details. Package: linux-headers-3.5.0-40-generic Description-md5: 580f6b97fd52d4787f4e6cea8ffe6c1b Description-en: Linux kernel headers for version 3.5.0 on 32 bit x86 SMP This package provides kernel header files for version 3.5.0 on 32 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-40/debian.README.gz for details. Package: linux-headers-3.5.0-41-generic Description-md5: e4e27b62011e63c2ef034902671cd3f0 Description-en: Linux kernel headers for version 3.5.0 on 32 bit x86 SMP This package provides kernel header files for version 3.5.0 on 32 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-41/debian.README.gz for details. Package: linux-headers-3.5.0-42-generic Description-md5: ddc222be74b1535334acc6720b1869ff Description-en: Linux kernel headers for version 3.5.0 on 32 bit x86 SMP This package provides kernel header files for version 3.5.0 on 32 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-42/debian.README.gz for details. Package: linux-headers-3.5.0-43-generic Description-md5: 99019d8a68453c4ada9dcfe22ab3fabe Description-en: Linux kernel headers for version 3.5.0 on 32 bit x86 SMP This package provides kernel header files for version 3.5.0 on 32 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-43/debian.README.gz for details. Package: linux-headers-3.5.0-44-generic Description-md5: c4045f6c3bbaa9971a92750154304365 Description-en: Linux kernel headers for version 3.5.0 on 32 bit x86 SMP This package provides kernel header files for version 3.5.0 on 32 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-44/debian.README.gz for details. Package: linux-headers-3.5.0-45-generic Description-md5: 7b01dabd42312a9501835c9265ff4339 Description-en: Linux kernel headers for version 3.5.0 on 32 bit x86 SMP This package provides kernel header files for version 3.5.0 on 32 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-45/debian.README.gz for details. Package: linux-headers-3.5.0-46-generic Description-md5: efe93d2511d241cd0c4fb856aa4f6d90 Description-en: Linux kernel headers for version 3.5.0 on 32 bit x86 SMP This package provides kernel header files for version 3.5.0 on 32 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-46/debian.README.gz for details. Package: linux-headers-3.5.0-47-generic Description-md5: ce047604a97d9145c32d5be8924ec7cc Description-en: Linux kernel headers for version 3.5.0 on 32 bit x86 SMP This package provides kernel header files for version 3.5.0 on 32 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-47/debian.README.gz for details. Package: linux-headers-3.5.0-49-generic Description-md5: 15d12e7b8076510a44af26309ad48d84 Description-en: Linux kernel headers for version 3.5.0 on 32 bit x86 SMP This package provides kernel header files for version 3.5.0 on 32 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-49/debian.README.gz for details. Package: linux-headers-3.5.0-51-generic Description-md5: ca60deb5d98b257532634b6e4ee98f36 Description-en: Linux kernel headers for version 3.5.0 on 32 bit x86 SMP This package provides kernel header files for version 3.5.0 on 32 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-51/debian.README.gz for details. Package: linux-headers-generic-pae Description-md5: 5c7f6be957037e92276272bae1692599 Description-en: Transitional package This package will always depend on linux-headers-generic Package: linux-image-3.5.0-19-generic Description-md5: eeaa119f302f70c1a8950e18fdeea032 Description-en: Linux kernel image for version 3.5.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.5.0 on 32 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: linux-image-3.5.0-21-generic Description-md5: eeaa119f302f70c1a8950e18fdeea032 Description-en: Linux kernel image for version 3.5.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.5.0 on 32 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: linux-image-3.5.0-22-generic Description-md5: eeaa119f302f70c1a8950e18fdeea032 Description-en: Linux kernel image for version 3.5.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.5.0 on 32 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: linux-image-3.5.0-23-generic Description-md5: eeaa119f302f70c1a8950e18fdeea032 Description-en: Linux kernel image for version 3.5.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.5.0 on 32 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: linux-image-3.5.0-25-generic Description-md5: eeaa119f302f70c1a8950e18fdeea032 Description-en: Linux kernel image for version 3.5.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.5.0 on 32 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: linux-image-3.5.0-26-generic Description-md5: eeaa119f302f70c1a8950e18fdeea032 Description-en: Linux kernel image for version 3.5.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.5.0 on 32 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: linux-image-3.5.0-27-generic Description-md5: eeaa119f302f70c1a8950e18fdeea032 Description-en: Linux kernel image for version 3.5.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.5.0 on 32 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: linux-image-3.5.0-28-generic Description-md5: eeaa119f302f70c1a8950e18fdeea032 Description-en: Linux kernel image for version 3.5.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.5.0 on 32 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: linux-image-3.5.0-30-generic Description-md5: eeaa119f302f70c1a8950e18fdeea032 Description-en: Linux kernel image for version 3.5.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.5.0 on 32 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: linux-image-3.5.0-31-generic Description-md5: eeaa119f302f70c1a8950e18fdeea032 Description-en: Linux kernel image for version 3.5.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.5.0 on 32 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: linux-image-3.5.0-32-generic Description-md5: eeaa119f302f70c1a8950e18fdeea032 Description-en: Linux kernel image for version 3.5.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.5.0 on 32 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: linux-image-3.5.0-34-generic Description-md5: eeaa119f302f70c1a8950e18fdeea032 Description-en: Linux kernel image for version 3.5.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.5.0 on 32 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: linux-image-3.5.0-37-generic Description-md5: eeaa119f302f70c1a8950e18fdeea032 Description-en: Linux kernel image for version 3.5.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.5.0 on 32 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: linux-image-3.5.0-39-generic Description-md5: eeaa119f302f70c1a8950e18fdeea032 Description-en: Linux kernel image for version 3.5.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.5.0 on 32 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: linux-image-3.5.0-40-generic Description-md5: eeaa119f302f70c1a8950e18fdeea032 Description-en: Linux kernel image for version 3.5.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.5.0 on 32 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: linux-image-3.5.0-41-generic Description-md5: eeaa119f302f70c1a8950e18fdeea032 Description-en: Linux kernel image for version 3.5.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.5.0 on 32 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: linux-image-3.5.0-42-generic Description-md5: eeaa119f302f70c1a8950e18fdeea032 Description-en: Linux kernel image for version 3.5.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.5.0 on 32 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: linux-image-3.5.0-43-generic Description-md5: eeaa119f302f70c1a8950e18fdeea032 Description-en: Linux kernel image for version 3.5.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.5.0 on 32 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: linux-image-3.5.0-44-generic Description-md5: eeaa119f302f70c1a8950e18fdeea032 Description-en: Linux kernel image for version 3.5.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.5.0 on 32 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: linux-image-3.5.0-45-generic Description-md5: eeaa119f302f70c1a8950e18fdeea032 Description-en: Linux kernel image for version 3.5.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.5.0 on 32 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: linux-image-3.5.0-46-generic Description-md5: eeaa119f302f70c1a8950e18fdeea032 Description-en: Linux kernel image for version 3.5.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.5.0 on 32 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: linux-image-3.5.0-47-generic Description-md5: eeaa119f302f70c1a8950e18fdeea032 Description-en: Linux kernel image for version 3.5.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.5.0 on 32 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: linux-image-3.5.0-49-generic Description-md5: eeaa119f302f70c1a8950e18fdeea032 Description-en: Linux kernel image for version 3.5.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.5.0 on 32 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: linux-image-3.5.0-51-generic Description-md5: eeaa119f302f70c1a8950e18fdeea032 Description-en: Linux kernel image for version 3.5.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.5.0 on 32 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: linux-image-extra-3.5.0-19-generic Description-md5: eeaa119f302f70c1a8950e18fdeea032 Description-en: Linux kernel image for version 3.5.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.5.0 on 32 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: linux-image-extra-3.5.0-21-generic Description-md5: eeaa119f302f70c1a8950e18fdeea032 Description-en: Linux kernel image for version 3.5.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.5.0 on 32 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: linux-image-extra-3.5.0-22-generic Description-md5: eeaa119f302f70c1a8950e18fdeea032 Description-en: Linux kernel image for version 3.5.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.5.0 on 32 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: linux-image-extra-3.5.0-23-generic Description-md5: eeaa119f302f70c1a8950e18fdeea032 Description-en: Linux kernel image for version 3.5.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.5.0 on 32 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: linux-image-extra-3.5.0-25-generic Description-md5: eeaa119f302f70c1a8950e18fdeea032 Description-en: Linux kernel image for version 3.5.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.5.0 on 32 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: linux-image-extra-3.5.0-26-generic Description-md5: eeaa119f302f70c1a8950e18fdeea032 Description-en: Linux kernel image for version 3.5.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.5.0 on 32 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: linux-image-extra-3.5.0-27-generic Description-md5: eeaa119f302f70c1a8950e18fdeea032 Description-en: Linux kernel image for version 3.5.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.5.0 on 32 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: linux-image-extra-3.5.0-28-generic Description-md5: eeaa119f302f70c1a8950e18fdeea032 Description-en: Linux kernel image for version 3.5.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.5.0 on 32 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: linux-image-extra-3.5.0-30-generic Description-md5: eeaa119f302f70c1a8950e18fdeea032 Description-en: Linux kernel image for version 3.5.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.5.0 on 32 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: linux-image-extra-3.5.0-31-generic Description-md5: eeaa119f302f70c1a8950e18fdeea032 Description-en: Linux kernel image for version 3.5.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.5.0 on 32 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: linux-image-extra-3.5.0-32-generic Description-md5: eeaa119f302f70c1a8950e18fdeea032 Description-en: Linux kernel image for version 3.5.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.5.0 on 32 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: linux-image-extra-3.5.0-34-generic Description-md5: eeaa119f302f70c1a8950e18fdeea032 Description-en: Linux kernel image for version 3.5.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.5.0 on 32 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: linux-image-extra-3.5.0-37-generic Description-md5: eeaa119f302f70c1a8950e18fdeea032 Description-en: Linux kernel image for version 3.5.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.5.0 on 32 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: linux-image-extra-3.5.0-39-generic Description-md5: eeaa119f302f70c1a8950e18fdeea032 Description-en: Linux kernel image for version 3.5.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.5.0 on 32 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: linux-image-extra-3.5.0-40-generic Description-md5: eeaa119f302f70c1a8950e18fdeea032 Description-en: Linux kernel image for version 3.5.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.5.0 on 32 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: linux-image-extra-3.5.0-41-generic Description-md5: eeaa119f302f70c1a8950e18fdeea032 Description-en: Linux kernel image for version 3.5.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.5.0 on 32 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: linux-image-extra-3.5.0-42-generic Description-md5: eeaa119f302f70c1a8950e18fdeea032 Description-en: Linux kernel image for version 3.5.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.5.0 on 32 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: linux-image-extra-3.5.0-43-generic Description-md5: eeaa119f302f70c1a8950e18fdeea032 Description-en: Linux kernel image for version 3.5.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.5.0 on 32 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: linux-image-extra-3.5.0-44-generic Description-md5: eeaa119f302f70c1a8950e18fdeea032 Description-en: Linux kernel image for version 3.5.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.5.0 on 32 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: linux-image-extra-3.5.0-45-generic Description-md5: eeaa119f302f70c1a8950e18fdeea032 Description-en: Linux kernel image for version 3.5.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.5.0 on 32 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: linux-image-extra-3.5.0-46-generic Description-md5: eeaa119f302f70c1a8950e18fdeea032 Description-en: Linux kernel image for version 3.5.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.5.0 on 32 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: linux-image-extra-3.5.0-47-generic Description-md5: eeaa119f302f70c1a8950e18fdeea032 Description-en: Linux kernel image for version 3.5.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.5.0 on 32 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: linux-image-extra-3.5.0-49-generic Description-md5: eeaa119f302f70c1a8950e18fdeea032 Description-en: Linux kernel image for version 3.5.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.5.0 on 32 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: linux-image-extra-3.5.0-51-generic Description-md5: eeaa119f302f70c1a8950e18fdeea032 Description-en: Linux kernel image for version 3.5.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.5.0 on 32 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: linux-image-generic-pae Description-md5: 32bf4fe4306e30c77d0bee2716487539 Description-en: Transitional package This package will always depend on linux-image-generic Package: linux-tools-3.5.0-19 Description-md5: 663b85d3a7a65aee28732dbab59584b2 Description-en: Linux kernel version specific tools for version 3.5.0-19 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-19 on 32 bit x86. Package: linux-tools-3.5.0-21 Description-md5: e689527540ba26553a55abc4903cb862 Description-en: Linux kernel version specific tools for version 3.5.0-21 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-21 on 32 bit x86. Package: linux-tools-3.5.0-22 Description-md5: 61afc7df1bb9c4479ea93aef5df063ad Description-en: Linux kernel version specific tools for version 3.5.0-22 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-22 on 32 bit x86. Package: linux-tools-3.5.0-23 Description-md5: 081d5560d61599c462af08eeb1f99659 Description-en: Linux kernel version specific tools for version 3.5.0-23 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-23 on 32 bit x86. Package: linux-tools-3.5.0-25 Description-md5: 2baf36c969de3e68ff019ec7f6007f45 Description-en: Linux kernel version specific tools for version 3.5.0-25 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-25 on 32 bit x86. Package: linux-tools-3.5.0-26 Description-md5: 860ea3bea1b75851edc1786b6e8a69c2 Description-en: Linux kernel version specific tools for version 3.5.0-26 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-26 on 32 bit x86. Package: linux-tools-3.5.0-27 Description-md5: c373b4c133bda86bf81fc37206f4ea33 Description-en: Linux kernel version specific tools for version 3.5.0-27 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-27 on 32 bit x86. Package: linux-tools-3.5.0-28 Description-md5: 2c9586c8b918014536a2cbe5fb9214f0 Description-en: Linux kernel version specific tools for version 3.5.0-28 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-28 on 32 bit x86. Package: linux-tools-3.5.0-30 Description-md5: d43a269aa067872fbc96eadb7465ce40 Description-en: Linux kernel version specific tools for version 3.5.0-30 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-30 on 32 bit x86. Package: linux-tools-3.5.0-31 Description-md5: 6893bfa3b113e5719c513bc04eb79517 Description-en: Linux kernel version specific tools for version 3.5.0-31 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-31 on 32 bit x86. Package: linux-tools-3.5.0-32 Description-md5: 609cc1fe6799f138bff8e4507074019e Description-en: Linux kernel version specific tools for version 3.5.0-32 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-32 on 32 bit x86. Package: linux-tools-3.5.0-34 Description-md5: 8cf6fbe9b827d40a5e20fc6f3a4e88f2 Description-en: Linux kernel version specific tools for version 3.5.0-34 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-34 on 32 bit x86. Package: linux-tools-3.5.0-37 Description-md5: c146daf654ef1ee7f48ccb16bcc1b3e0 Description-en: Linux kernel version specific tools for version 3.5.0-37 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-37 on 32 bit x86. Package: linux-tools-3.5.0-39 Description-md5: f05afc1223185854aaea4fbf498e3bfd Description-en: Linux kernel version specific tools for version 3.5.0-39 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-39 on 32 bit x86. Package: linux-tools-3.5.0-40 Description-md5: 0c551d3f1d92e1fb8e25f3dd4c754b40 Description-en: Linux kernel version specific tools for version 3.5.0-40 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-40 on 32 bit x86. Package: linux-tools-3.5.0-41 Description-md5: ddec26650b5666a479761cd4757a71bc Description-en: Linux kernel version specific tools for version 3.5.0-41 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-41 on 32 bit x86. Package: linux-tools-3.5.0-42 Description-md5: 03d4c26c2eaf3381a3c0520ec2018dd1 Description-en: Linux kernel version specific tools for version 3.5.0-42 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-42 on 32 bit x86. Package: linux-tools-3.5.0-43 Description-md5: ea4987ba54a12bbf98e98387464cb5c8 Description-en: Linux kernel version specific tools for version 3.5.0-43 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-43 on 32 bit x86. Package: linux-tools-3.5.0-44 Description-md5: ddab4b4dffbc139633c521e3517893e2 Description-en: Linux kernel version specific tools for version 3.5.0-44 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-44 on 32 bit x86. Package: linux-tools-3.5.0-45 Description-md5: c18871499a1034c8f7f138fd5744dc32 Description-en: Linux kernel version specific tools for version 3.5.0-45 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-45 on 32 bit x86. Package: linux-tools-3.5.0-46 Description-md5: 2d036dc81bfac4047f666666e8f9ec9d Description-en: Linux kernel version specific tools for version 3.5.0-46 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-46 on 32 bit x86. Package: linux-tools-3.5.0-47 Description-md5: f265f6aa3b09b74bc379b162a33e0ac7 Description-en: Linux kernel version specific tools for version 3.5.0-47 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-47 on 32 bit x86. Package: linux-tools-3.5.0-49 Description-md5: ada5dcd569aff8be44a6e1007ba055f6 Description-en: Linux kernel version specific tools for version 3.5.0-49 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-49 on 32 bit x86. Package: linux-tools-3.5.0-51 Description-md5: d17aa96a9c6e600c3b9855b0424acd77 Description-en: Linux kernel version specific tools for version 3.5.0-51 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-51 on 32 bit x86. Package: libc6-dev-ppc64 Description-md5: 2d9f319c95791dd582fa4647b75ff7d7 Description-en: Embedded GNU C Library: 64bit Development Libraries for PowerPC64 Contains the symlinks and object files needed to compile and link programs which use the standard C library. This is the 64bit version of the library, meant for PowerPC64 systems. Package: libc6-ppc64 Description-md5: 1cb967d5adc87bcf2fb2d695e91e6014 Description-en: Embedded GNU C Library: 64bit Shared libraries for PowerPC64 This package includes shared versions of the standard C library and the standard math library, as well as many others. This is the 64bit version of the library, meant for PowerPC64 systems. Package: linux-headers-3.5.0-19-powerpc-smp Description-md5: abe4e4595d0cc68e05d0f267ad9ac338 Description-en: Linux kernel headers for version 3.5.0 on 32-bit PowerPC SMP This package provides kernel header files for version 3.5.0 on 32-bit PowerPC SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-19/debian.README.gz for details. Package: linux-headers-3.5.0-19-powerpc64-smp Description-md5: 7bc5ad23c18405f09799631769ddc36c Description-en: Linux kernel headers for version 3.5.0 on 64-bit PowerPC SMP This package provides kernel header files for version 3.5.0 on 64-bit PowerPC SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-19/debian.README.gz for details. Package: linux-headers-3.5.0-21-powerpc-smp Description-md5: 875b7d4e5444c8daa66c418366205257 Description-en: Linux kernel headers for version 3.5.0 on 32-bit PowerPC SMP This package provides kernel header files for version 3.5.0 on 32-bit PowerPC SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-21/debian.README.gz for details. Package: linux-headers-3.5.0-21-powerpc64-smp Description-md5: 4f1acf8150cfc93ebd932dade35ef78b Description-en: Linux kernel headers for version 3.5.0 on 64-bit PowerPC SMP This package provides kernel header files for version 3.5.0 on 64-bit PowerPC SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-21/debian.README.gz for details. Package: linux-headers-3.5.0-22-powerpc-smp Description-md5: 9e5a64bc2f6bef82664b3c67953bbba3 Description-en: Linux kernel headers for version 3.5.0 on 32-bit PowerPC SMP This package provides kernel header files for version 3.5.0 on 32-bit PowerPC SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-22/debian.README.gz for details. Package: linux-headers-3.5.0-22-powerpc64-smp Description-md5: 0fc6c8be2eb05a6614b71061bd88ae34 Description-en: Linux kernel headers for version 3.5.0 on 64-bit PowerPC SMP This package provides kernel header files for version 3.5.0 on 64-bit PowerPC SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-22/debian.README.gz for details. Package: linux-headers-3.5.0-23-powerpc-smp Description-md5: e21c5ec84f4c197e0452b22882b0da40 Description-en: Linux kernel headers for version 3.5.0 on 32-bit PowerPC SMP This package provides kernel header files for version 3.5.0 on 32-bit PowerPC SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-23/debian.README.gz for details. Package: linux-headers-3.5.0-23-powerpc64-smp Description-md5: 9baf12b50d7b9a09b84f0d6509f29efb Description-en: Linux kernel headers for version 3.5.0 on 64-bit PowerPC SMP This package provides kernel header files for version 3.5.0 on 64-bit PowerPC SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-23/debian.README.gz for details. Package: linux-headers-3.5.0-25-powerpc-smp Description-md5: affa42364c623c310fd9c93368bd1654 Description-en: Linux kernel headers for version 3.5.0 on 32-bit PowerPC SMP This package provides kernel header files for version 3.5.0 on 32-bit PowerPC SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-25/debian.README.gz for details. Package: linux-headers-3.5.0-25-powerpc64-smp Description-md5: c682246f13d2139276325b878dcbccb5 Description-en: Linux kernel headers for version 3.5.0 on 64-bit PowerPC SMP This package provides kernel header files for version 3.5.0 on 64-bit PowerPC SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-25/debian.README.gz for details. Package: linux-headers-3.5.0-26-powerpc-smp Description-md5: afc4cbfc297861a906312ba87e19a062 Description-en: Linux kernel headers for version 3.5.0 on 32-bit PowerPC SMP This package provides kernel header files for version 3.5.0 on 32-bit PowerPC SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-26/debian.README.gz for details. Package: linux-headers-3.5.0-26-powerpc64-smp Description-md5: 35fbd023c7bac25e25e19e370ae9a614 Description-en: Linux kernel headers for version 3.5.0 on 64-bit PowerPC SMP This package provides kernel header files for version 3.5.0 on 64-bit PowerPC SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-26/debian.README.gz for details. Package: linux-headers-3.5.0-27-powerpc-smp Description-md5: e630aa5d1bcd7a5e070208ae73f660a5 Description-en: Linux kernel headers for version 3.5.0 on 32-bit PowerPC SMP This package provides kernel header files for version 3.5.0 on 32-bit PowerPC SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-27/debian.README.gz for details. Package: linux-headers-3.5.0-27-powerpc64-smp Description-md5: c491879a46b7492c20a1ff9df482d556 Description-en: Linux kernel headers for version 3.5.0 on 64-bit PowerPC SMP This package provides kernel header files for version 3.5.0 on 64-bit PowerPC SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-27/debian.README.gz for details. Package: linux-headers-3.5.0-28-powerpc-smp Description-md5: 2033731c19fd69685aa1c1b4cb341e00 Description-en: Linux kernel headers for version 3.5.0 on 32-bit PowerPC SMP This package provides kernel header files for version 3.5.0 on 32-bit PowerPC SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-28/debian.README.gz for details. Package: linux-headers-3.5.0-28-powerpc64-smp Description-md5: 5041f08c73f96e5dad3d8f539f87f6b6 Description-en: Linux kernel headers for version 3.5.0 on 64-bit PowerPC SMP This package provides kernel header files for version 3.5.0 on 64-bit PowerPC SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-28/debian.README.gz for details. Package: linux-headers-3.5.0-30-powerpc-smp Description-md5: 3d1e0bf5dc1f6bcc3e2db5faa1de02d7 Description-en: Linux kernel headers for version 3.5.0 on 32-bit PowerPC SMP This package provides kernel header files for version 3.5.0 on 32-bit PowerPC SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-30/debian.README.gz for details. Package: linux-headers-3.5.0-30-powerpc64-smp Description-md5: 03afe6564b6c7ddc9fa3ec8b208e46f4 Description-en: Linux kernel headers for version 3.5.0 on 64-bit PowerPC SMP This package provides kernel header files for version 3.5.0 on 64-bit PowerPC SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-30/debian.README.gz for details. Package: linux-headers-3.5.0-31-powerpc-smp Description-md5: cf05cd460906ba6da5f8642e977109ac Description-en: Linux kernel headers for version 3.5.0 on 32-bit PowerPC SMP This package provides kernel header files for version 3.5.0 on 32-bit PowerPC SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-31/debian.README.gz for details. Package: linux-headers-3.5.0-31-powerpc64-smp Description-md5: 8066290293ab08d08b03f568f7580703 Description-en: Linux kernel headers for version 3.5.0 on 64-bit PowerPC SMP This package provides kernel header files for version 3.5.0 on 64-bit PowerPC SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-31/debian.README.gz for details. Package: linux-headers-3.5.0-32-powerpc-smp Description-md5: 822a3adb98a5f61699c1a0bae29bf1e2 Description-en: Linux kernel headers for version 3.5.0 on 32-bit PowerPC SMP This package provides kernel header files for version 3.5.0 on 32-bit PowerPC SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-32/debian.README.gz for details. Package: linux-headers-3.5.0-32-powerpc64-smp Description-md5: b8fbf5070ecf8a0d8953d0d86749c45c Description-en: Linux kernel headers for version 3.5.0 on 64-bit PowerPC SMP This package provides kernel header files for version 3.5.0 on 64-bit PowerPC SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-32/debian.README.gz for details. Package: linux-headers-3.5.0-34-powerpc-smp Description-md5: 42d661cfb9d5b4a56df105f9ab570417 Description-en: Linux kernel headers for version 3.5.0 on 32-bit PowerPC SMP This package provides kernel header files for version 3.5.0 on 32-bit PowerPC SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-34/debian.README.gz for details. Package: linux-headers-3.5.0-34-powerpc64-smp Description-md5: 1d82e70b963fd102f989bae1faf41c8d Description-en: Linux kernel headers for version 3.5.0 on 64-bit PowerPC SMP This package provides kernel header files for version 3.5.0 on 64-bit PowerPC SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-34/debian.README.gz for details. Package: linux-headers-3.5.0-37-powerpc-smp Description-md5: 40576cb1eca2bc35f6684afb2fe0bb70 Description-en: Linux kernel headers for version 3.5.0 on 32-bit PowerPC SMP This package provides kernel header files for version 3.5.0 on 32-bit PowerPC SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-37/debian.README.gz for details. Package: linux-headers-3.5.0-37-powerpc64-smp Description-md5: 0521da3356644dc4cbb1551434dccb26 Description-en: Linux kernel headers for version 3.5.0 on 64-bit PowerPC SMP This package provides kernel header files for version 3.5.0 on 64-bit PowerPC SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-37/debian.README.gz for details. Package: linux-headers-3.5.0-39-powerpc-smp Description-md5: 4922d4602f2b9f95dbe169a4385a6b9f Description-en: Linux kernel headers for version 3.5.0 on 32-bit PowerPC SMP This package provides kernel header files for version 3.5.0 on 32-bit PowerPC SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-39/debian.README.gz for details. Package: linux-headers-3.5.0-39-powerpc64-smp Description-md5: 83173acb1bc333a683b1087a59cbbc7c Description-en: Linux kernel headers for version 3.5.0 on 64-bit PowerPC SMP This package provides kernel header files for version 3.5.0 on 64-bit PowerPC SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-39/debian.README.gz for details. Package: linux-headers-3.5.0-40-powerpc-smp Description-md5: 3b9a51367b2f009dc0c8609044df7a52 Description-en: Linux kernel headers for version 3.5.0 on 32-bit PowerPC SMP This package provides kernel header files for version 3.5.0 on 32-bit PowerPC SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-40/debian.README.gz for details. Package: linux-headers-3.5.0-40-powerpc64-smp Description-md5: f3da863c6fd3f7a801e03880f9903ba6 Description-en: Linux kernel headers for version 3.5.0 on 64-bit PowerPC SMP This package provides kernel header files for version 3.5.0 on 64-bit PowerPC SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-40/debian.README.gz for details. Package: linux-headers-3.5.0-41-powerpc-smp Description-md5: 5ec205395e8550a078a8c87afa714717 Description-en: Linux kernel headers for version 3.5.0 on 32-bit PowerPC SMP This package provides kernel header files for version 3.5.0 on 32-bit PowerPC SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-41/debian.README.gz for details. Package: linux-headers-3.5.0-41-powerpc64-smp Description-md5: a702541ce4b70eacf29ad718e8000e22 Description-en: Linux kernel headers for version 3.5.0 on 64-bit PowerPC SMP This package provides kernel header files for version 3.5.0 on 64-bit PowerPC SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-41/debian.README.gz for details. Package: linux-headers-3.5.0-42-powerpc-smp Description-md5: 96b38aa00ef846116318153de5babb76 Description-en: Linux kernel headers for version 3.5.0 on 32-bit PowerPC SMP This package provides kernel header files for version 3.5.0 on 32-bit PowerPC SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-42/debian.README.gz for details. Package: linux-headers-3.5.0-42-powerpc64-smp Description-md5: fda1e27fd4c2d9f4fbf604405f69e9e0 Description-en: Linux kernel headers for version 3.5.0 on 64-bit PowerPC SMP This package provides kernel header files for version 3.5.0 on 64-bit PowerPC SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-42/debian.README.gz for details. Package: linux-headers-3.5.0-43-powerpc-smp Description-md5: 8ee8656fd135ea073cf48f3b3f84fd27 Description-en: Linux kernel headers for version 3.5.0 on 32-bit PowerPC SMP This package provides kernel header files for version 3.5.0 on 32-bit PowerPC SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-43/debian.README.gz for details. Package: linux-headers-3.5.0-43-powerpc64-smp Description-md5: f8bc21db34e1f325fd4562f9b9cb4948 Description-en: Linux kernel headers for version 3.5.0 on 64-bit PowerPC SMP This package provides kernel header files for version 3.5.0 on 64-bit PowerPC SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-43/debian.README.gz for details. Package: linux-headers-3.5.0-44-powerpc-smp Description-md5: 61352329000b21c876f6d45cf0357aeb Description-en: Linux kernel headers for version 3.5.0 on 32-bit PowerPC SMP This package provides kernel header files for version 3.5.0 on 32-bit PowerPC SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-44/debian.README.gz for details. Package: linux-headers-3.5.0-44-powerpc64-smp Description-md5: 65eeb2e1cf7baddf899e9cc94045f4f2 Description-en: Linux kernel headers for version 3.5.0 on 64-bit PowerPC SMP This package provides kernel header files for version 3.5.0 on 64-bit PowerPC SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-44/debian.README.gz for details. Package: linux-headers-3.5.0-45-powerpc-smp Description-md5: 176ea6a4f90db2fab13a24b4d957abee Description-en: Linux kernel headers for version 3.5.0 on 32-bit PowerPC SMP This package provides kernel header files for version 3.5.0 on 32-bit PowerPC SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-45/debian.README.gz for details. Package: linux-headers-3.5.0-45-powerpc64-smp Description-md5: a9e58fe81e964f291f0f1e5421ee3e09 Description-en: Linux kernel headers for version 3.5.0 on 64-bit PowerPC SMP This package provides kernel header files for version 3.5.0 on 64-bit PowerPC SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-45/debian.README.gz for details. Package: linux-headers-3.5.0-46-powerpc-smp Description-md5: 4b5c3c85ee7d3bf9d99b7ac81a238de1 Description-en: Linux kernel headers for version 3.5.0 on 32-bit PowerPC SMP This package provides kernel header files for version 3.5.0 on 32-bit PowerPC SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-46/debian.README.gz for details. Package: linux-headers-3.5.0-46-powerpc64-smp Description-md5: 5a0d4cb7ba1793a5c8014aba9c76e2b6 Description-en: Linux kernel headers for version 3.5.0 on 64-bit PowerPC SMP This package provides kernel header files for version 3.5.0 on 64-bit PowerPC SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-46/debian.README.gz for details. Package: linux-headers-3.5.0-47-powerpc-smp Description-md5: 614fc899cdc68ed01f74d24390ed8768 Description-en: Linux kernel headers for version 3.5.0 on 32-bit PowerPC SMP This package provides kernel header files for version 3.5.0 on 32-bit PowerPC SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-47/debian.README.gz for details. Package: linux-headers-3.5.0-47-powerpc64-smp Description-md5: 940f04a54fd5a5cf700aafc49d992786 Description-en: Linux kernel headers for version 3.5.0 on 64-bit PowerPC SMP This package provides kernel header files for version 3.5.0 on 64-bit PowerPC SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-47/debian.README.gz for details. Package: linux-headers-3.5.0-49-powerpc-smp Description-md5: 7f8660828eb4dafd0084038cb1e32ff1 Description-en: Linux kernel headers for version 3.5.0 on 32-bit PowerPC SMP This package provides kernel header files for version 3.5.0 on 32-bit PowerPC SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-49/debian.README.gz for details. Package: linux-headers-3.5.0-49-powerpc64-smp Description-md5: 43ec94c263c5474dccf9442f02df36ec Description-en: Linux kernel headers for version 3.5.0 on 64-bit PowerPC SMP This package provides kernel header files for version 3.5.0 on 64-bit PowerPC SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-49/debian.README.gz for details. Package: linux-headers-3.5.0-51-powerpc-smp Description-md5: 363f90e7591b961e5a5999e55ddbc4b9 Description-en: Linux kernel headers for version 3.5.0 on 32-bit PowerPC SMP This package provides kernel header files for version 3.5.0 on 32-bit PowerPC SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-51/debian.README.gz for details. Package: linux-headers-3.5.0-51-powerpc64-smp Description-md5: 9fe709b04b55b50d3851e1c9c72d90f1 Description-en: Linux kernel headers for version 3.5.0 on 64-bit PowerPC SMP This package provides kernel header files for version 3.5.0 on 64-bit PowerPC SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.5.0-51/debian.README.gz for details. Package: linux-headers-powerpc-smp Description-md5: 0508d2965d9877a6b92da951cdbe992b Description-en: Linux kernel headers on PowerPC SMP This package will always depend on the latest kernel headers available for PowerPC with SMP support. SMP (symmetric multi-processing) is needed if you have multiple processors. Package: linux-headers-powerpc64-smp Description-md5: cea3031c88183b0a23b3ef31fefafbe1 Description-en: Linux kernel headers on PowerPC64 SMP This package will always depend on the latest kernel headers available for PowerPC64 with SMP support. SMP (symmetric multi-processing) is needed if you have multiple processors. Package: linux-image-3.5.0-19-powerpc-smp Description-md5: 05e3b52606e7556b03fa98312b38ea49 Description-en: Linux kernel image for version 3.5.0 on 32-bit PowerPC SMP This package contains the Linux kernel image for version 3.5.0 on 32-bit PowerPC 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 32-bit PowerPC SMP processors. . Geared toward desktop or server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc-smp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-19-powerpc64-smp Description-md5: dfeb07119b752edbb569874f9dd94a0f Description-en: Linux kernel image for version 3.5.0 on 64-bit PowerPC SMP This package contains the Linux kernel image for version 3.5.0 on 64-bit PowerPC 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 64-bit PowerPC SMP processors. . Geared toward desktop or server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc64-smp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-21-powerpc-smp Description-md5: 05e3b52606e7556b03fa98312b38ea49 Description-en: Linux kernel image for version 3.5.0 on 32-bit PowerPC SMP This package contains the Linux kernel image for version 3.5.0 on 32-bit PowerPC 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 32-bit PowerPC SMP processors. . Geared toward desktop or server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc-smp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-21-powerpc64-smp Description-md5: dfeb07119b752edbb569874f9dd94a0f Description-en: Linux kernel image for version 3.5.0 on 64-bit PowerPC SMP This package contains the Linux kernel image for version 3.5.0 on 64-bit PowerPC 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 64-bit PowerPC SMP processors. . Geared toward desktop or server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc64-smp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-22-powerpc-smp Description-md5: 05e3b52606e7556b03fa98312b38ea49 Description-en: Linux kernel image for version 3.5.0 on 32-bit PowerPC SMP This package contains the Linux kernel image for version 3.5.0 on 32-bit PowerPC 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 32-bit PowerPC SMP processors. . Geared toward desktop or server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc-smp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-22-powerpc64-smp Description-md5: dfeb07119b752edbb569874f9dd94a0f Description-en: Linux kernel image for version 3.5.0 on 64-bit PowerPC SMP This package contains the Linux kernel image for version 3.5.0 on 64-bit PowerPC 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 64-bit PowerPC SMP processors. . Geared toward desktop or server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc64-smp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-23-powerpc-smp Description-md5: 05e3b52606e7556b03fa98312b38ea49 Description-en: Linux kernel image for version 3.5.0 on 32-bit PowerPC SMP This package contains the Linux kernel image for version 3.5.0 on 32-bit PowerPC 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 32-bit PowerPC SMP processors. . Geared toward desktop or server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc-smp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-23-powerpc64-smp Description-md5: dfeb07119b752edbb569874f9dd94a0f Description-en: Linux kernel image for version 3.5.0 on 64-bit PowerPC SMP This package contains the Linux kernel image for version 3.5.0 on 64-bit PowerPC 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 64-bit PowerPC SMP processors. . Geared toward desktop or server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc64-smp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-25-powerpc-smp Description-md5: 05e3b52606e7556b03fa98312b38ea49 Description-en: Linux kernel image for version 3.5.0 on 32-bit PowerPC SMP This package contains the Linux kernel image for version 3.5.0 on 32-bit PowerPC 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 32-bit PowerPC SMP processors. . Geared toward desktop or server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc-smp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-25-powerpc64-smp Description-md5: dfeb07119b752edbb569874f9dd94a0f Description-en: Linux kernel image for version 3.5.0 on 64-bit PowerPC SMP This package contains the Linux kernel image for version 3.5.0 on 64-bit PowerPC 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 64-bit PowerPC SMP processors. . Geared toward desktop or server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc64-smp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-26-powerpc-smp Description-md5: 05e3b52606e7556b03fa98312b38ea49 Description-en: Linux kernel image for version 3.5.0 on 32-bit PowerPC SMP This package contains the Linux kernel image for version 3.5.0 on 32-bit PowerPC 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 32-bit PowerPC SMP processors. . Geared toward desktop or server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc-smp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-26-powerpc64-smp Description-md5: dfeb07119b752edbb569874f9dd94a0f Description-en: Linux kernel image for version 3.5.0 on 64-bit PowerPC SMP This package contains the Linux kernel image for version 3.5.0 on 64-bit PowerPC 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 64-bit PowerPC SMP processors. . Geared toward desktop or server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc64-smp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-27-powerpc-smp Description-md5: 05e3b52606e7556b03fa98312b38ea49 Description-en: Linux kernel image for version 3.5.0 on 32-bit PowerPC SMP This package contains the Linux kernel image for version 3.5.0 on 32-bit PowerPC 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 32-bit PowerPC SMP processors. . Geared toward desktop or server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc-smp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-27-powerpc64-smp Description-md5: dfeb07119b752edbb569874f9dd94a0f Description-en: Linux kernel image for version 3.5.0 on 64-bit PowerPC SMP This package contains the Linux kernel image for version 3.5.0 on 64-bit PowerPC 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 64-bit PowerPC SMP processors. . Geared toward desktop or server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc64-smp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-28-powerpc-smp Description-md5: 05e3b52606e7556b03fa98312b38ea49 Description-en: Linux kernel image for version 3.5.0 on 32-bit PowerPC SMP This package contains the Linux kernel image for version 3.5.0 on 32-bit PowerPC 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 32-bit PowerPC SMP processors. . Geared toward desktop or server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc-smp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-28-powerpc64-smp Description-md5: dfeb07119b752edbb569874f9dd94a0f Description-en: Linux kernel image for version 3.5.0 on 64-bit PowerPC SMP This package contains the Linux kernel image for version 3.5.0 on 64-bit PowerPC 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 64-bit PowerPC SMP processors. . Geared toward desktop or server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc64-smp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-30-powerpc-smp Description-md5: 05e3b52606e7556b03fa98312b38ea49 Description-en: Linux kernel image for version 3.5.0 on 32-bit PowerPC SMP This package contains the Linux kernel image for version 3.5.0 on 32-bit PowerPC 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 32-bit PowerPC SMP processors. . Geared toward desktop or server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc-smp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-30-powerpc64-smp Description-md5: dfeb07119b752edbb569874f9dd94a0f Description-en: Linux kernel image for version 3.5.0 on 64-bit PowerPC SMP This package contains the Linux kernel image for version 3.5.0 on 64-bit PowerPC 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 64-bit PowerPC SMP processors. . Geared toward desktop or server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc64-smp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-31-powerpc-smp Description-md5: 05e3b52606e7556b03fa98312b38ea49 Description-en: Linux kernel image for version 3.5.0 on 32-bit PowerPC SMP This package contains the Linux kernel image for version 3.5.0 on 32-bit PowerPC 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 32-bit PowerPC SMP processors. . Geared toward desktop or server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc-smp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-31-powerpc64-smp Description-md5: dfeb07119b752edbb569874f9dd94a0f Description-en: Linux kernel image for version 3.5.0 on 64-bit PowerPC SMP This package contains the Linux kernel image for version 3.5.0 on 64-bit PowerPC 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 64-bit PowerPC SMP processors. . Geared toward desktop or server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc64-smp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-32-powerpc-smp Description-md5: 05e3b52606e7556b03fa98312b38ea49 Description-en: Linux kernel image for version 3.5.0 on 32-bit PowerPC SMP This package contains the Linux kernel image for version 3.5.0 on 32-bit PowerPC 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 32-bit PowerPC SMP processors. . Geared toward desktop or server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc-smp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-32-powerpc64-smp Description-md5: dfeb07119b752edbb569874f9dd94a0f Description-en: Linux kernel image for version 3.5.0 on 64-bit PowerPC SMP This package contains the Linux kernel image for version 3.5.0 on 64-bit PowerPC 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 64-bit PowerPC SMP processors. . Geared toward desktop or server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc64-smp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-34-powerpc-smp Description-md5: 05e3b52606e7556b03fa98312b38ea49 Description-en: Linux kernel image for version 3.5.0 on 32-bit PowerPC SMP This package contains the Linux kernel image for version 3.5.0 on 32-bit PowerPC 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 32-bit PowerPC SMP processors. . Geared toward desktop or server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc-smp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-34-powerpc64-smp Description-md5: dfeb07119b752edbb569874f9dd94a0f Description-en: Linux kernel image for version 3.5.0 on 64-bit PowerPC SMP This package contains the Linux kernel image for version 3.5.0 on 64-bit PowerPC 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 64-bit PowerPC SMP processors. . Geared toward desktop or server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc64-smp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-37-powerpc-smp Description-md5: 05e3b52606e7556b03fa98312b38ea49 Description-en: Linux kernel image for version 3.5.0 on 32-bit PowerPC SMP This package contains the Linux kernel image for version 3.5.0 on 32-bit PowerPC 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 32-bit PowerPC SMP processors. . Geared toward desktop or server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc-smp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-37-powerpc64-smp Description-md5: dfeb07119b752edbb569874f9dd94a0f Description-en: Linux kernel image for version 3.5.0 on 64-bit PowerPC SMP This package contains the Linux kernel image for version 3.5.0 on 64-bit PowerPC 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 64-bit PowerPC SMP processors. . Geared toward desktop or server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc64-smp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-39-powerpc-smp Description-md5: 05e3b52606e7556b03fa98312b38ea49 Description-en: Linux kernel image for version 3.5.0 on 32-bit PowerPC SMP This package contains the Linux kernel image for version 3.5.0 on 32-bit PowerPC 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 32-bit PowerPC SMP processors. . Geared toward desktop or server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc-smp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-39-powerpc64-smp Description-md5: dfeb07119b752edbb569874f9dd94a0f Description-en: Linux kernel image for version 3.5.0 on 64-bit PowerPC SMP This package contains the Linux kernel image for version 3.5.0 on 64-bit PowerPC 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 64-bit PowerPC SMP processors. . Geared toward desktop or server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc64-smp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-40-powerpc-smp Description-md5: 05e3b52606e7556b03fa98312b38ea49 Description-en: Linux kernel image for version 3.5.0 on 32-bit PowerPC SMP This package contains the Linux kernel image for version 3.5.0 on 32-bit PowerPC 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 32-bit PowerPC SMP processors. . Geared toward desktop or server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc-smp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-40-powerpc64-smp Description-md5: dfeb07119b752edbb569874f9dd94a0f Description-en: Linux kernel image for version 3.5.0 on 64-bit PowerPC SMP This package contains the Linux kernel image for version 3.5.0 on 64-bit PowerPC 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 64-bit PowerPC SMP processors. . Geared toward desktop or server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc64-smp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-41-powerpc-smp Description-md5: 05e3b52606e7556b03fa98312b38ea49 Description-en: Linux kernel image for version 3.5.0 on 32-bit PowerPC SMP This package contains the Linux kernel image for version 3.5.0 on 32-bit PowerPC 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 32-bit PowerPC SMP processors. . Geared toward desktop or server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc-smp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-41-powerpc64-smp Description-md5: dfeb07119b752edbb569874f9dd94a0f Description-en: Linux kernel image for version 3.5.0 on 64-bit PowerPC SMP This package contains the Linux kernel image for version 3.5.0 on 64-bit PowerPC 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 64-bit PowerPC SMP processors. . Geared toward desktop or server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc64-smp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-42-powerpc-smp Description-md5: 05e3b52606e7556b03fa98312b38ea49 Description-en: Linux kernel image for version 3.5.0 on 32-bit PowerPC SMP This package contains the Linux kernel image for version 3.5.0 on 32-bit PowerPC 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 32-bit PowerPC SMP processors. . Geared toward desktop or server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc-smp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-42-powerpc64-smp Description-md5: dfeb07119b752edbb569874f9dd94a0f Description-en: Linux kernel image for version 3.5.0 on 64-bit PowerPC SMP This package contains the Linux kernel image for version 3.5.0 on 64-bit PowerPC 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 64-bit PowerPC SMP processors. . Geared toward desktop or server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc64-smp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-43-powerpc-smp Description-md5: 05e3b52606e7556b03fa98312b38ea49 Description-en: Linux kernel image for version 3.5.0 on 32-bit PowerPC SMP This package contains the Linux kernel image for version 3.5.0 on 32-bit PowerPC 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 32-bit PowerPC SMP processors. . Geared toward desktop or server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc-smp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-43-powerpc64-smp Description-md5: dfeb07119b752edbb569874f9dd94a0f Description-en: Linux kernel image for version 3.5.0 on 64-bit PowerPC SMP This package contains the Linux kernel image for version 3.5.0 on 64-bit PowerPC 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 64-bit PowerPC SMP processors. . Geared toward desktop or server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc64-smp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-44-powerpc-smp Description-md5: 05e3b52606e7556b03fa98312b38ea49 Description-en: Linux kernel image for version 3.5.0 on 32-bit PowerPC SMP This package contains the Linux kernel image for version 3.5.0 on 32-bit PowerPC 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 32-bit PowerPC SMP processors. . Geared toward desktop or server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc-smp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-44-powerpc64-smp Description-md5: dfeb07119b752edbb569874f9dd94a0f Description-en: Linux kernel image for version 3.5.0 on 64-bit PowerPC SMP This package contains the Linux kernel image for version 3.5.0 on 64-bit PowerPC 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 64-bit PowerPC SMP processors. . Geared toward desktop or server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc64-smp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-45-powerpc-smp Description-md5: 05e3b52606e7556b03fa98312b38ea49 Description-en: Linux kernel image for version 3.5.0 on 32-bit PowerPC SMP This package contains the Linux kernel image for version 3.5.0 on 32-bit PowerPC 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 32-bit PowerPC SMP processors. . Geared toward desktop or server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc-smp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-45-powerpc64-smp Description-md5: dfeb07119b752edbb569874f9dd94a0f Description-en: Linux kernel image for version 3.5.0 on 64-bit PowerPC SMP This package contains the Linux kernel image for version 3.5.0 on 64-bit PowerPC 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 64-bit PowerPC SMP processors. . Geared toward desktop or server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc64-smp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-46-powerpc-smp Description-md5: 05e3b52606e7556b03fa98312b38ea49 Description-en: Linux kernel image for version 3.5.0 on 32-bit PowerPC SMP This package contains the Linux kernel image for version 3.5.0 on 32-bit PowerPC 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 32-bit PowerPC SMP processors. . Geared toward desktop or server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc-smp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-46-powerpc64-smp Description-md5: dfeb07119b752edbb569874f9dd94a0f Description-en: Linux kernel image for version 3.5.0 on 64-bit PowerPC SMP This package contains the Linux kernel image for version 3.5.0 on 64-bit PowerPC 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 64-bit PowerPC SMP processors. . Geared toward desktop or server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc64-smp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-47-powerpc-smp Description-md5: 05e3b52606e7556b03fa98312b38ea49 Description-en: Linux kernel image for version 3.5.0 on 32-bit PowerPC SMP This package contains the Linux kernel image for version 3.5.0 on 32-bit PowerPC 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 32-bit PowerPC SMP processors. . Geared toward desktop or server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc-smp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-47-powerpc64-smp Description-md5: dfeb07119b752edbb569874f9dd94a0f Description-en: Linux kernel image for version 3.5.0 on 64-bit PowerPC SMP This package contains the Linux kernel image for version 3.5.0 on 64-bit PowerPC 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 64-bit PowerPC SMP processors. . Geared toward desktop or server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc64-smp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-49-powerpc-smp Description-md5: 05e3b52606e7556b03fa98312b38ea49 Description-en: Linux kernel image for version 3.5.0 on 32-bit PowerPC SMP This package contains the Linux kernel image for version 3.5.0 on 32-bit PowerPC 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 32-bit PowerPC SMP processors. . Geared toward desktop or server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc-smp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-49-powerpc64-smp Description-md5: dfeb07119b752edbb569874f9dd94a0f Description-en: Linux kernel image for version 3.5.0 on 64-bit PowerPC SMP This package contains the Linux kernel image for version 3.5.0 on 64-bit PowerPC 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 64-bit PowerPC SMP processors. . Geared toward desktop or server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc64-smp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-51-powerpc-smp Description-md5: 05e3b52606e7556b03fa98312b38ea49 Description-en: Linux kernel image for version 3.5.0 on 32-bit PowerPC SMP This package contains the Linux kernel image for version 3.5.0 on 32-bit PowerPC 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 32-bit PowerPC SMP processors. . Geared toward desktop or server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc-smp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.5.0-51-powerpc64-smp Description-md5: dfeb07119b752edbb569874f9dd94a0f Description-en: Linux kernel image for version 3.5.0 on 64-bit PowerPC SMP This package contains the Linux kernel image for version 3.5.0 on 64-bit PowerPC 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 64-bit PowerPC SMP processors. . Geared toward desktop or server systems. . You likely do not want to install this package directly. Instead, install the linux-powerpc64-smp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-powerpc-smp Description-md5: 24e3b5c511baeefd5188a07a0b77d100 Description-en: Linux kernel image on PowerPC SMP. This package will always depend on the latest kernel image available for PowerPC with SMP support. SMP (symmetric multi-processing) is needed if you have multiple processors. Package: linux-image-powerpc64-smp Description-md5: 9c10c900d0e4d9aa68b8c2339f9541ab Description-en: Linux kernel image on PowerPC64 SMP. This package will always depend on the latest kernel image available for PowerPC64 with SMP support. SMP (symmetric multi-processing) is needed if you have multiple processors. Package: linux-powerpc-smp Description-md5: d9940518a0c6ad56a9af111d91733a32 Description-en: Complete Linux kernel on PowerPC SMP. This package will always depend on the latest complete Linux kernel and headers for PowerPC with SMP support. SMP (symmetric multi-processing) is needed if you have multiple processors. Package: linux-powerpc64-smp Description-md5: dcd1094e42fc852e84eae116ed598dd2 Description-en: Complete Linux kernel on PowerPC64 SMP. This package will always depend on the latest complete Linux kernel and headers for PowerPC64 with SMP support. SMP (symmetric multi-processing) is needed if you have multiple processors. Package: linux-tools-3.5.0-19 Description-md5: 647a28267fe7c51b5926d8cd2930f175 Description-en: Linux kernel version specific tools for version 3.5.0-19 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-19 on PowerPC (32 bit userspace). Package: linux-tools-3.5.0-21 Description-md5: 6785f5c3945ab76a548853374a37ac40 Description-en: Linux kernel version specific tools for version 3.5.0-21 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-21 on PowerPC (32 bit userspace). Package: linux-tools-3.5.0-22 Description-md5: dd5dc0b907fa83d4d9be50b80b3e2a38 Description-en: Linux kernel version specific tools for version 3.5.0-22 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-22 on PowerPC (32 bit userspace). Package: linux-tools-3.5.0-23 Description-md5: 18d96ad198b8deb7387a93dab85049cc Description-en: Linux kernel version specific tools for version 3.5.0-23 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-23 on PowerPC (32 bit userspace). Package: linux-tools-3.5.0-25 Description-md5: ca7390ab9b51df15f6039acd0a52a29c Description-en: Linux kernel version specific tools for version 3.5.0-25 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-25 on PowerPC (32 bit userspace). Package: linux-tools-3.5.0-26 Description-md5: 0e2931efbb367b058efcb5289a6ff23b Description-en: Linux kernel version specific tools for version 3.5.0-26 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-26 on PowerPC (32 bit userspace). Package: linux-tools-3.5.0-27 Description-md5: e835f418d6f63016e46154f4ad7706dc Description-en: Linux kernel version specific tools for version 3.5.0-27 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-27 on PowerPC (32 bit userspace). Package: linux-tools-3.5.0-28 Description-md5: f3c67f8b508a1da2c30f2c844a4cd49b Description-en: Linux kernel version specific tools for version 3.5.0-28 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-28 on PowerPC (32 bit userspace). Package: linux-tools-3.5.0-30 Description-md5: e9cf6983ef118d57d59d027f9b6cdf4b Description-en: Linux kernel version specific tools for version 3.5.0-30 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-30 on PowerPC (32 bit userspace). Package: linux-tools-3.5.0-31 Description-md5: 961e787766dc555dfcf78d263ab96d6a Description-en: Linux kernel version specific tools for version 3.5.0-31 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-31 on PowerPC (32 bit userspace). Package: linux-tools-3.5.0-32 Description-md5: 66e91abdecdf70f08cdba99764df2674 Description-en: Linux kernel version specific tools for version 3.5.0-32 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-32 on PowerPC (32 bit userspace). Package: linux-tools-3.5.0-34 Description-md5: 3c3caf5a3e45654b1c05bf1869512332 Description-en: Linux kernel version specific tools for version 3.5.0-34 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-34 on PowerPC (32 bit userspace). Package: linux-tools-3.5.0-37 Description-md5: cee7011abd48446bf1df13d841a9c1b6 Description-en: Linux kernel version specific tools for version 3.5.0-37 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-37 on PowerPC (32 bit userspace). Package: linux-tools-3.5.0-39 Description-md5: 30bd8b97bf43f49ddd393c11a93c5d8f Description-en: Linux kernel version specific tools for version 3.5.0-39 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-39 on PowerPC (32 bit userspace). Package: linux-tools-3.5.0-40 Description-md5: fa216443bee853ef69e2a5f2830b0c4c Description-en: Linux kernel version specific tools for version 3.5.0-40 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-40 on PowerPC (32 bit userspace). Package: linux-tools-3.5.0-41 Description-md5: 3e2bd48870f86ffd3324fefc361b76d3 Description-en: Linux kernel version specific tools for version 3.5.0-41 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-41 on PowerPC (32 bit userspace). Package: linux-tools-3.5.0-42 Description-md5: 4f6f13db28032aeead08c98c4c8989e0 Description-en: Linux kernel version specific tools for version 3.5.0-42 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-42 on PowerPC (32 bit userspace). Package: linux-tools-3.5.0-43 Description-md5: 6f32f607bc1e3fde0d23ecc48a9c1116 Description-en: Linux kernel version specific tools for version 3.5.0-43 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-43 on PowerPC (32 bit userspace). Package: linux-tools-3.5.0-44 Description-md5: f936452837f3e33289920d6e61f38b54 Description-en: Linux kernel version specific tools for version 3.5.0-44 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-44 on PowerPC (32 bit userspace). Package: linux-tools-3.5.0-45 Description-md5: 3573608cee0b67c0ead4f1157b42a83a Description-en: Linux kernel version specific tools for version 3.5.0-45 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-45 on PowerPC (32 bit userspace). Package: linux-tools-3.5.0-46 Description-md5: caf954f0fcf3df5b32d1cd0229dce5d2 Description-en: Linux kernel version specific tools for version 3.5.0-46 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-46 on PowerPC (32 bit userspace). Package: linux-tools-3.5.0-47 Description-md5: 5160fc174012ed9be49e296feb62622f Description-en: Linux kernel version specific tools for version 3.5.0-47 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-47 on PowerPC (32 bit userspace). Package: linux-tools-3.5.0-49 Description-md5: fb6ad951919bb5704792331ab9d3f2df Description-en: Linux kernel version specific tools for version 3.5.0-49 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-49 on PowerPC (32 bit userspace). Package: linux-tools-3.5.0-51 Description-md5: e42115aeb3869d29c696bbeb56d2cef8 Description-en: Linux kernel version specific tools for version 3.5.0-51 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.5.0-51 on PowerPC (32 bit userspace).