Package: apache2 Priority: optional Section: httpd Installed-Size: 29 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.2.22-1ubuntu1.15 Depends: apache2-mpm-worker (= 2.2.22-1ubuntu1.15) | apache2-mpm-prefork (= 2.2.22-1ubuntu1.15) | apache2-mpm-event (= 2.2.22-1ubuntu1.15) | apache2-mpm-itk (= 2.2.22-1ubuntu1.15), apache2.2-common (= 2.2.22-1ubuntu1.15) Filename: pool/main/a/apache2/apache2_2.2.22-1ubuntu1.15_amd64.deb Size: 1484 SHA256: 6c2da67f28cda7aaeb3919c2b1345d1a5adb9291dd4a2fe676e61261fd4ad135 SHA1: 7a58bef74177bda62183136c4005b2237a56d353 MD5sum: 405bba0b0a8120e5c49be4dea251d5eb Description: 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. Original-Vcs-Git: git://git.debian.org/git/pkg-apache/apache2.git Original-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-apache/apache2.git Original-Maintainer: Debian Apache Maintainers Package: apache2-doc Source: apache2 Priority: optional Section: doc Installed-Size: 12469 Maintainer: Ubuntu Developers Architecture: all Version: 2.2.22-1ubuntu1.15 Filename: pool/main/a/apache2/apache2-doc_2.2.22-1ubuntu1.15_all.deb Size: 2622270 SHA256: 68347c6c8278f590f65ed1b5390f16f9a3f385dc397cfb69be81d9bdbfce06dc SHA1: 3e018766cb33134b8a41e6ccdd0cbe680adc5d10 MD5sum: 2c91cfdcc43baeae178533011f8520da Description: Apache HTTP Server documentation This package provides the documentation for Apache 2. For more details see the apache2 package description. Original-Vcs-Git: git://git.debian.org/git/pkg-apache/apache2.git Original-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-apache/apache2.git Original-Maintainer: Debian Apache Maintainers Package: apache2-mpm-event Source: apache2 Priority: optional Section: httpd Installed-Size: 55 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.2.22-1ubuntu1.15 Provides: apache2, apache2-mpm, httpd, httpd-cgi Depends: apache2.2-common (= 2.2.22-1ubuntu1.15), apache2.2-bin (= 2.2.22-1ubuntu1.15) Conflicts: apache2-common, apache2-mpm Filename: pool/main/a/apache2/apache2-mpm-event_2.2.22-1ubuntu1.15_amd64.deb Size: 2358 SHA256: a1a586538c85aacf3cec6c7323b850800cab6d93443b22f2d9698984352a5852 SHA1: be99eb3cbc0a0e8142ccc42265bf6bb7077b23ac MD5sum: c2caf6673ace9dcec07fd48be3648a6c Description: 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. Original-Vcs-Git: git://git.debian.org/git/pkg-apache/apache2.git Original-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-apache/apache2.git Original-Maintainer: Debian Apache Maintainers Package: apache2-mpm-itk Source: apache2 Priority: extra Section: httpd Installed-Size: 55 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.2.22-1ubuntu1.15 Provides: apache2, apache2-mpm, httpd, httpd-cgi Depends: apache2.2-common (= 2.2.22-1ubuntu1.15), apache2.2-bin (= 2.2.22-1ubuntu1.15) Conflicts: apache2-common, apache2-mpm Filename: pool/main/a/apache2/apache2-mpm-itk_2.2.22-1ubuntu1.15_amd64.deb Size: 2392 SHA256: 7bf53d4cd1fbe9eb488c71dfa1c9df10248b0ab3c1e1882b78c9258822fc6978 SHA1: cdff23504173747c8fb7fa6729d3a623729b2c5e MD5sum: c6ceca1c6f75a5a4c2ccad9a5d05da20 Description: multiuser MPM for Apache 2.2 The ITK Multi-Processing Module (MPM) works in about the same way as the classical "prefork" module (that is, without threads), except that it allows you to constrain each individual vhost to a particular system user. This allows you to run several different web sites on a single server without worrying that they will be able to read each others' files. This is a third-party MPM that is not included in the normal Apache httpd. . Please note that this MPM is somewhat less tested than the MPMs that come with Apache itself. Original-Vcs-Git: git://git.debian.org/git/pkg-apache/apache2.git Original-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-apache/apache2.git Original-Maintainer: Debian Apache Maintainers Package: apache2-mpm-prefork Source: apache2 Priority: optional Section: httpd Installed-Size: 55 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.2.22-1ubuntu1.15 Provides: apache2, apache2-mpm, httpd, httpd-cgi Depends: apache2.2-common (= 2.2.22-1ubuntu1.15), apache2.2-bin (= 2.2.22-1ubuntu1.15) Conflicts: apache2-common, apache2-mpm Filename: pool/main/a/apache2/apache2-mpm-prefork_2.2.22-1ubuntu1.15_amd64.deb Size: 2404 SHA256: 62c8853f959b8478e609573a9722c0b527c90e20a960a32b40d2f104a5a5cdca SHA1: 584acf41781d21faa97723ad0f0ffbac873d4b46 MD5sum: c4ba9fe7d9492f2bbc1d3431674288fa Description: 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. Original-Vcs-Git: git://git.debian.org/git/pkg-apache/apache2.git Original-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-apache/apache2.git Original-Maintainer: Debian Apache Maintainers Package: apache2-mpm-worker Source: apache2 Priority: optional Section: httpd Installed-Size: 55 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.2.22-1ubuntu1.15 Provides: apache2, apache2-mpm, httpd, httpd-cgi Depends: apache2.2-common (= 2.2.22-1ubuntu1.15), apache2.2-bin (= 2.2.22-1ubuntu1.15) Conflicts: apache2-common, apache2-mpm Filename: pool/main/a/apache2/apache2-mpm-worker_2.2.22-1ubuntu1.15_amd64.deb Size: 2292 SHA256: 4dad46457dc38ad91f39e43fe6f5bec01d5952ca17a066e5d8605187fcc71c2d SHA1: b55b1326611b1ec4e6a2f6eec85f9b6d21841d7e MD5sum: 62af1f066c8776d96370520a0fe24501 Description: 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. Original-Vcs-Git: git://git.debian.org/git/pkg-apache/apache2.git Original-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-apache/apache2.git Original-Maintainer: Debian Apache Maintainers Package: apache2-prefork-dev Source: apache2 Priority: extra Section: httpd Installed-Size: 582 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.2.22-1ubuntu1.15 Depends: apache2.2-common (= 2.2.22-1ubuntu1.15), openssl, libaprutil1-dev Conflicts: apache2-threaded-dev Filename: pool/main/a/apache2/apache2-prefork-dev_2.2.22-1ubuntu1.15_amd64.deb Size: 138782 SHA256: 926c887763273b8cb8ec788a2434f19211494a465e13c351259f767426758548 SHA1: 5d167cbdc5276666ace83bfa83f23d1165548d61 MD5sum: 77c62e00cb3dd4fa48a86476002bc51c Description: 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). Original-Vcs-Git: git://git.debian.org/git/pkg-apache/apache2.git Original-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-apache/apache2.git Original-Maintainer: Debian Apache Maintainers Package: apache2-suexec Source: apache2 Priority: optional Section: httpd Installed-Size: 141 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.2.22-1ubuntu1.15 Replaces: apache2-suexec Depends: libc6 (>= 2.3.4), apache2.2-common Conflicts: apache-common, apache2-suexec Filename: pool/main/a/apache2/apache2-suexec_2.2.22-1ubuntu1.15_amd64.deb Size: 18682 SHA256: 50b79fa8b7d9405daba3e0bcfbfc1ffe13e6bdc836b6248fd682e284da333e38 SHA1: e362fa9e63ac0006e8dbb2538b2c1b65e1ec33b5 MD5sum: a74f4238e7bd15ae5cf8396b1e817604 Description: Standard suexec program for Apache 2 mod_suexec Provides the standard suexec helper program for mod_suexec. This version is compiled with document root /var/www and userdir suffix public_html. If you need different settings, use the package apache2-suexec-custom. Original-Vcs-Git: git://git.debian.org/git/pkg-apache/apache2.git Original-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-apache/apache2.git Original-Maintainer: Debian Apache Maintainers Package: apache2-suexec-custom Source: apache2 Priority: extra Section: httpd Installed-Size: 154 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.2.22-1ubuntu1.15 Replaces: apache2-suexec Provides: apache2-suexec Depends: libc6 (>= 2.3.4), apache2.2-common Conflicts: apache-common, apache2-suexec Filename: pool/main/a/apache2/apache2-suexec-custom_2.2.22-1ubuntu1.15_amd64.deb Size: 20438 SHA256: e15213a0f102ff4cb819277141674be9a43988bdc8c2aaca28eb16e7ac048ca3 SHA1: 441396a355a7128ed68eb93d5e5f60d22db21e19 MD5sum: 95c7fad9b9d6dfe3891307bb8ce4bcda Description: Configurable suexec program for Apache 2 mod_suexec Provides a customizable version of the suexec helper program for mod_suexec. This is not the version from upstream, but can be configured with a configuration file. . If you do not need non-standard document root or userdir settings, it is recommended that you use the standard suexec helper program from the apache2-suexec package instead. Original-Vcs-Git: git://git.debian.org/git/pkg-apache/apache2.git Original-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-apache/apache2.git Original-Maintainer: Debian Apache Maintainers Package: apache2-threaded-dev Source: apache2 Priority: extra Section: httpd Installed-Size: 588 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.2.22-1ubuntu1.15 Provides: apache2-dev Depends: apache2.2-common (= 2.2.22-1ubuntu1.15), openssl, libaprutil1-dev Conflicts: apache2-prefork-dev Filename: pool/main/a/apache2/apache2-threaded-dev_2.2.22-1ubuntu1.15_amd64.deb Size: 139984 SHA256: 4e5174bb89c155071f31785d7b54dd69ebde3fb2ab2eb2d9f4df6d7c11bb356d SHA1: 7578cd454e8f941b9bb61e9924e451347557342b MD5sum: 5c2e897ba29c1762b941d1e563fec5b1 Description: 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. Original-Vcs-Git: git://git.debian.org/git/pkg-apache/apache2.git Original-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-apache/apache2.git Original-Maintainer: Debian Apache Maintainers Package: apache2-utils Source: apache2 Priority: optional Section: httpd Installed-Size: 347 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.2.22-1ubuntu1.15 Replaces: apache-utils (<< 1.3.33-4), apache2-common, apache2.2-bin (<< 2.2.22-1~) Depends: libapr1 (>= 1.2.7), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.14), libssl1.0.0 (>= 1.0.0) Conflicts: apache-common (<< 1.3.28.0.1-1) Filename: pool/main/a/apache2/apache2-utils_2.2.22-1ubuntu1.15_amd64.deb Size: 91182 SHA256: 9c48338fe00626777cc8ef4ce8b34f544e95db415fb165ae5365f55dea2a2977 SHA1: c371ae542ed2a273e8c7e12db570a907665b6bec MD5sum: 5cfae01e3fedc37dd2b4068709e53653 Description: utility programs for webservers Description-md5: 730dd4853a2e1a4ac2b96a7a36029881 Original-Vcs-Git: git://git.debian.org/git/pkg-apache/apache2.git Original-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-apache/apache2.git Original-Maintainer: Debian Apache Maintainers Package: apache2.2-bin Source: apache2 Priority: optional Section: httpd Installed-Size: 3643 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.2.22-1ubuntu1.15 Replaces: apache2.2-common (<< 2.2.14-2~) Depends: libapr1 (>= 1.4.2), libaprutil1 (>= 1.3.2+dfsg), libaprutil1-dbd-sqlite3 | libaprutil1-dbd-mysql | libaprutil1-dbd-odbc | libaprutil1-dbd-pgsql | libaprutil1-dbd-freetds, libaprutil1-ldap, libc6 (>= 2.14), libcap2 (>= 2.10), libldap-2.4-2 (>= 2.4.7), libpcre3 (>= 8.10), libssl1.0.0 (>= 1.0.1), zlib1g (>= 1:1.1.4) Conflicts: apache2.2-common (<< 2.2.11-5~) Filename: pool/main/a/apache2/apache2.2-bin_2.2.22-1ubuntu1.15_amd64.deb Size: 1361132 SHA256: e884ef31d3e55abec424f15e45e6b025760f6868343290e21a2719b5b8cfc195 SHA1: 8dfc17762afe043ce849a9fd3f642cff238f7706 MD5sum: dd0af5dd95bae4813c3d89ad4b408bea Description: 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. Original-Vcs-Git: git://git.debian.org/git/pkg-apache/apache2.git Original-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-apache/apache2.git Original-Maintainer: Debian Apache Maintainers Package: apache2.2-common Source: apache2 Priority: optional Section: httpd Installed-Size: 801 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.2.22-1ubuntu1.15 Recommends: ssl-cert Replaces: apache2-common Suggests: www-browser, apache2-doc, apache2-suexec | apache2-suexec-custom, ufw Depends: apache2.2-bin (= 2.2.22-1ubuntu1.15), apache2-utils, mime-support, lsb-base, procps, perl Conflicts: apache, apache2-common Filename: pool/main/a/apache2/apache2.2-common_2.2.22-1ubuntu1.15_amd64.deb Size: 225564 SHA256: b73885b5a525ac315c61ed26ea7ca2c751e36beaa5c787e4180aa7d9dd438ba2 SHA1: a173c3fcf2f69e0bb4d5734c21f01b13f6989e38 MD5sum: 82291af5e71e935b6a6b4dabeb9b58b1 Description: Apache HTTP Server common files The Apache Software Foundation's goal is to build a secure, efficient and extensible HTTP server as standards-compliant open source software. The result has long been the number one web server on the Internet. . This package contains 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. Original-Vcs-Git: git://git.debian.org/git/pkg-apache/apache2.git Original-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-apache/apache2.git Original-Maintainer: Debian Apache Maintainers Package: apport Priority: optional Section: utils Installed-Size: 992 Maintainer: Martin Pitt Architecture: all Version: 2.0.1-0ubuntu17.16 Recommends: apport-symptoms Replaces: python-apport (<< 1.17.2-0ubuntu3), ubiquity Suggests: apport-gtk | apport-kde Depends: python (>= 2.6), python-apport (>= 2.0.1-0ubuntu17.16), lsb-base (>= 3.0-6), python-gi, gir1.2-glib-2.0 (>= 1.29.17), sysv-rc (>= 2.86.ds1-14.1ubuntu2), upstart-job Filename: pool/main/a/apport/apport_2.0.1-0ubuntu17.16_all.deb Size: 151138 SHA256: 1b0b31cdc4d38372065220166b9dc624beb36eb43f2a1a059443e8586639ef8f SHA1: ca6e26cb1d49dbc81601fb4951a4fce32bd7c291 MD5sum: bc9edb59727a8d103c728cc917f60766 Description: automatically generate crash reports for debugging apport automatically collects data from crashed processes and compiles a problem report in /var/crash/. This utilizes the crashdump helper hook provided by the Ubuntu kernel. . This package also provides a command line frontend for browsing and handling the crash reports. For desktops, you should consider installing the GTK+ or Qt user interface (apport-gtk or apport-kde). Package: apport-gtk Source: apport Priority: optional Section: gnome Installed-Size: 183 Maintainer: Martin Pitt Architecture: all Version: 2.0.1-0ubuntu17.16 Recommends: update-notifier, gdb Depends: python (>= 2.4), python-apport (>= 2.0.1-0ubuntu17.16), gir1.2-gtk-3.0 (>= 3.1.90), python-gi, python-xdg, apport (>= 0.41), procps Filename: pool/main/a/apport/apport-gtk_2.0.1-0ubuntu17.16_all.deb Size: 9206 SHA256: 1b3dd2d5abc4083c14ea5c0f18f1c774ba137e3dac0a4e11ea27459ef78a01c5 SHA1: 31affe36908dc66f3cd1c9bdd0586248692b235c MD5sum: da54aadac9583438ae31a34281c14c9e Description: 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-kde Source: apport Priority: optional Section: kde Installed-Size: 188 Maintainer: Martin Pitt Architecture: all Version: 2.0.1-0ubuntu17.16 Recommends: kubuntu-notification-helper, gdb Depends: python (>= 2.4), python-apport (>= 2.0.1-0ubuntu17.16), python-kde4, python-xdg, apport (>= 0.41), procps Filename: pool/main/a/apport/apport-kde_2.0.1-0ubuntu17.16_all.deb Size: 19862 SHA256: 6f4ba53c64aab062d9786476060d26fdfce8bf68c85eeb7cf18b611c45cc0912 SHA1: 3f732c3a9cc9bf23d908e0454ba9b5af17ef0a41 MD5sum: 25e6e473b54158ce669ccb7f400811de Description: KDE 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 KDE frontend for browsing and handling the crash reports. Package: apport-retrace Source: apport Priority: optional Section: devel Installed-Size: 166 Maintainer: Martin Pitt Architecture: all Version: 2.0.1-0ubuntu17.16 Depends: python (>= 2.4), python-apport (>= 2.0.1-0ubuntu17.16), python-apt (>= 0.7.9), apt, binutils, dpkg-dev, gdb Filename: pool/main/a/apport/apport-retrace_2.0.1-0ubuntu17.16_all.deb Size: 13810 SHA256: 3b93ad2c4b2688231ee4513425d4ac418d913c5df19cd25c80212fe573d607fd SHA1: cd37272a126b7a8c19f8662a4214fa3ccc6edfb8 MD5sum: e1199eb7a37cb83cc2622f21407bf9c8 Description: 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 Priority: important Section: admin Installed-Size: 3180 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.8.16~exp12ubuntu10.29 Replaces: manpages-pl (<< 20060617-3~) Suggests: aptitude | synaptic | wajig, dpkg-dev, apt-doc, bzip2, lzma, python-apt Depends: ubuntu-keyring, libapt-pkg4.12 (>= 0.8.16~exp12ubuntu10.29), libc6 (>= 2.15), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.6), gnupg Conflicts: python-apt (<< 0.7.93.2~) Pre-Depends: dpkg (>= 1.15.7.2) Filename: pool/main/a/apt/apt_0.8.16~exp12ubuntu10.29_amd64.deb Size: 1094152 SHA256: b6d83e81fbe98791646a70f203232968d2749da9f96bb0738747b3875acc0ccf SHA1: 1ca9579136ddfcc4fecace4e23e4a3e702e61b06 MD5sum: 43409b28a16e770acbdbb58e28cb280f Description: commandline package manager Description-md5: 10c668f02c0c402a9c4074ed51ce9025 Original-Maintainer: APT Development Team Package: apt-doc Source: apt Priority: optional Section: doc Installed-Size: 577 Maintainer: Ubuntu Developers Architecture: all Version: 0.8.16~exp12ubuntu10.29 Filename: pool/main/a/apt/apt-doc_0.8.16~exp12ubuntu10.29_all.deb Size: 173570 SHA256: 2a84c63dcc5d1d31e622876c0f37ab11f84d8b1b00cd4e6a81f18f9815e6c414 SHA1: 8d6e5051df920c9b62b53ee757ad576c0de62dce MD5sum: ff63453c8254c7e904389d9c0073dcae Description: 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. Original-Maintainer: APT Development Team Package: apt-transport-https Source: apt Priority: optional Section: admin Installed-Size: 174 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.8.16~exp12ubuntu10.29 Depends: libapt-pkg4.12 (>= 0.8.16~exp12ubuntu10.29), libc6 (>= 2.14), libcurl3-gnutls (>= 7.22.0-3ubuntu4.3), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Filename: pool/main/a/apt/apt-transport-https_0.8.16~exp12ubuntu10.29_amd64.deb Size: 16360 SHA256: ca2a5f2a19f1afc89bb3da49a023d1114f8b3e2bbfff16c71916a4b791eb3652 SHA1: a2d8e75b7704b6d351bbaea9e9dfeedbb44e496d MD5sum: 3e16a5d33ce3cb2f0a270be3a2cc1c62 Description: https download transport for APT This package enables the usage of 'deb https://foo distro main' lines in the /etc/apt/sources.list so that all package managers using the libapt-pkg library can access metadata and packages available in sources accessible over https (Hypertext Transfer Protocol Secure). . This transport supports server as well as client authentication with certificates. Original-Maintainer: APT Development Team Package: apt-utils Source: apt Priority: important Section: admin Installed-Size: 553 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.8.16~exp12ubuntu10.29 Depends: libapt-inst1.4 (>= 0.8.0), libapt-pkg4.12 (>= 0.8.16~exp12ubuntu10.29), libc6 (>= 2.14), libdb5.1, libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0) Filename: pool/main/a/apt/apt-utils_0.8.16~exp12ubuntu10.29_amd64.deb Size: 190206 SHA256: 1b0b78bfdf4a7a9cfb0069bb1b2bf040c38ccb18b231b7bdd2792a9837c55adf SHA1: 5259a01938ba1ebd79696aa6c8f5f72f35a327f8 MD5sum: c9891c068de002c56716756ac20a4c8a Description: package managment related utility programs Description-md5: b99d80941cc3d6511fc0bdaf9059c8d9 Original-Maintainer: APT Development Team Package: aptdaemon Priority: extra Section: admin Installed-Size: 192 Maintainer: Ubuntu Developers Architecture: all Version: 0.43+bzr805-0ubuntu10.1 Depends: python, python-aptdaemon (= 0.43+bzr805-0ubuntu10.1), python-gi, gir1.2-glib-2.0 Breaks: software-center (<< 1.1.21) Filename: pool/main/a/aptdaemon/aptdaemon_0.43+bzr805-0ubuntu10.1_all.deb Size: 16156 SHA256: 35ece9445f9b154deab0b54160c765f668f97fa175219c7701440cf21c89ab91 SHA1: 8764112994d739abda95a1159a750618d390489a MD5sum: 377f434a2f32165f281f1bcc833b822c Description: transaction based package management service Description-md5: 7c98de2d1b50be17d127e949b13088ea Original-Maintainer: Julian Andres Klode Package: aptdaemon-data Source: aptdaemon Priority: extra Section: admin Installed-Size: 272 Maintainer: Ubuntu Developers Architecture: all Version: 0.43+bzr805-0ubuntu10.1 Replaces: python-aptdaemon-gtk (<= 0.41+bzr580-0ubuntu1) Filename: pool/main/a/aptdaemon/aptdaemon-data_0.43+bzr805-0ubuntu10.1_all.deb Size: 162434 SHA256: 3558514b418c7b219b122bded744670e6e1716e74b724f2e63b30542bc4d20f7 SHA1: 49c8efa541a3a541cb4d6d6307000412374ea9e6 MD5sum: d86700db66622b6d21e478d33c9cf49d Description: data files for clients Aptdaemon is a transaction based package management daemon. It allows normal users to perform package management tasks, e.g. refreshing the cache, upgrading the system, installing or removing software packages. . This package provides common data files (e.g. icons) for aptdaemon clients. Original-Maintainer: Julian Andres Klode Package: aspell Priority: optional Section: text Installed-Size: 376 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.60.7~20110707-1ubuntu0.1 Recommends: aspell-en | aspell-dictionary | aspell6a-dictionary Replaces: aspell-bin (<< 0.60.3-2), aspell-hi (<= 0.01-1), aspell-mr (<= 0.10-1) Suggests: aspell-doc, spellutils Provides: aspell-bin Depends: libaspell15 (= 0.60.7~20110707-1ubuntu0.1), libc6 (>= 2.14), libncursesw5 (>= 5.6+20070908), libstdc++6 (>= 4.1.1), libtinfo5, dictionaries-common (>> 0.40) Breaks: aspell-bin (<< 0.60.3-2) Filename: pool/main/a/aspell/aspell_0.60.7~20110707-1ubuntu0.1_amd64.deb Size: 91584 SHA256: d027318de60837cfba86e9299ff2496ac4c3f95cf9d505d36b264351525b2a0d SHA1: 4eea57cb7b919fa3f0a76330e62b67b0f7a71dbf MD5sum: cd76be2ed9c4e2603209db66bf8d7fe6 Description: GNU Aspell spell-checker GNU Aspell is a spell-checker which can be used either as a standalone application or embedded in other programs. Its main feature is that it does a much better job of suggesting possible spellings than just about any other spell-checker available for the English language, including Ispell and Microsoft Word. It also has many other technical enhancements over Ispell such as using shared memory for dictionaries and intelligently handling personal dictionaries when more than one Aspell process is open at once. . Aspell is designed to be a drop-in replacement for Ispell. Original-Maintainer: Brian Nelson Package: aspell-doc Source: aspell Priority: optional Section: doc Installed-Size: 866 Maintainer: Ubuntu Developers Architecture: all Version: 0.60.7~20110707-1ubuntu0.1 Suggests: aspell (>> 0.60) Depends: dpkg (>= 1.15.4) | install-info Filename: pool/main/a/aspell/aspell-doc_0.60.7~20110707-1ubuntu0.1_all.deb Size: 260778 SHA256: 732a54d487b3139379a48dcb40e5666cdbc52da554af6442861a42af64f35027 SHA1: 099d327a40a512bc1f1bc6289dce9aacc260d9e1 MD5sum: f139e7186a1af8625ab1d1dc707148d2 Description: Documentation for GNU Aspell spell-checker This package contains the documentation for GNU Aspell in various formats. The aspell package comes with minimal man pages. Install this package if you need further information on the development process and workings of Aspell. Original-Maintainer: Brian Nelson Package: autopoint Source: gettext Priority: optional Section: devel Installed-Size: 668 Maintainer: Ubuntu Developers Architecture: all Version: 0.18.1.1-5ubuntu3.1 Replaces: gettext (<= 0.17-11) Depends: git (>= 1:1.7.0.5) | git-core Filename: pool/main/g/gettext/autopoint_0.18.1.1-5ubuntu3.1_all.deb Size: 604660 SHA256: 0e72e767d4fbb8a06f8c9aed0e3ea5689197359084ec9dbf8daab19e4fdd7f9b SHA1: 878b3d08793e7fb7d72f71e4dabd3d037788bba6 MD5sum: da38bd4dbdc1914bba3b37819011f23c Description: The autopoint program from GNU gettext The `autopoint' program copies standard gettext infrastructure files into a source package. It extracts from a macro call of the form `AM_GNU_GETTEXT_VERSION(VERSION)', found in the package's `configure.in' or `configure.ac' file, the gettext version used by the package, and copies the infrastructure files belonging to this version into the package. Original-Maintainer: Santiago Vila Package: avahi-autoipd Source: avahi Priority: optional Section: net Installed-Size: 148 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.6.30-5ubuntu2.3 Recommends: isc-dhcp-client, iproute Depends: libc6 (>= 2.14), libdaemon0 (>= 0.10), adduser Conflicts: zeroconf Filename: pool/main/a/avahi/avahi-autoipd_0.6.30-5ubuntu2.3_amd64.deb Size: 38872 SHA256: b4c313e3bf56cfaf20ea390107cc40a0869bc67e55d4c4d773823d14a626ccef SHA1: 08411a00bc4c6f49c398228c84cf391f4fb15b08 MD5sum: 400a964933b26479893f1061dd875dc6 Description: Avahi IPv4LL network address configuration daemon Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This tool implements IPv4LL, "Dynamic Configuration of IPv4 Link-Local Addresses" (IETF RFC3927), a protocol for automatic IP address configuration from the link-local 169.254.0.0/16 range without the need for a central server. It is primarily intended to be used in ad-hoc networks which lack a DHCP server. Original-Maintainer: Utopia Maintenance Team Package: avahi-daemon Source: avahi Priority: optional Section: net Installed-Size: 340 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.6.30-5ubuntu2.3 Recommends: libnss-mdns Suggests: avahi-autoipd Depends: libavahi-common3 (>= 0.6.16), libavahi-core7 (>= 0.6.24), libc6 (>= 2.14), libcap2 (>= 2.10), libdaemon0 (>= 0.13), libdbus-1-3 (>= 1.1.1), libexpat1 (>= 1.95.8), upstart-job, upstart (>= 0.6.7-4), adduser, dbus (>= 1.2.16-0ubuntu3), lsb-base (>= 3.0-6), bind9-host | host Filename: pool/main/a/avahi/avahi-daemon_0.6.30-5ubuntu2.3_amd64.deb Size: 69696 SHA256: a3cd925c72b52bb3aec7261d10e28abee7675871d88c7fc449093731d9d23e89 SHA1: b005070af9a71cfeffbc728f683ef57e3ee2f688 MD5sum: e638c8ad66ee9d3529dc38cef9a07b11 Description: Avahi mDNS/DNS-SD daemon Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains the Avahi Daemon which represents your machine on the network and allows other applications to publish and resolve mDNS/DNS-SD records. Multi-Arch: foreign Original-Maintainer: Utopia Maintenance Team Package: avahi-dbg Source: avahi Priority: extra Section: debug Installed-Size: 991 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.6.30-5ubuntu2.3 Filename: pool/main/a/avahi/avahi-dbg_0.6.30-5ubuntu2.3_amd64.deb Size: 692098 SHA256: 1c9f4e3520223670b7d34c93e9275f245c134f5c14c984d913e1f9245f0f2e7b SHA1: 004115d7e7f4bfd44ae9745a00a645d61256c2db MD5sum: db01a8605efa37b8136d29f05bb428b4 Description: Avahi - debugging symbols This package contains detached debugging symbols for the binary packages produced by the avahi source. . Most people will not need this package. Original-Maintainer: Utopia Maintenance Team Package: avahi-discover Source: avahi Priority: optional Section: net Installed-Size: 127 Maintainer: Ubuntu Developers Architecture: all Version: 0.6.30-5ubuntu2.3 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-avahi, python-dbus, python-gtk2 (>= 2.8.6-2), python-glade2, avahi-daemon Filename: pool/main/a/avahi/avahi-discover_0.6.30-5ubuntu2.3_all.deb Size: 10348 SHA256: 15640903fadb94208f567e3e83ecb2c4fa4a7a96d765dec943edb12360861070 SHA1: 69f20eed0b9ce87984a2af9f577431d13e32c40f MD5sum: c672020f5d16d2f9a7a5331c8c437145 Description: Service discover user interface for avahi Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains a user interface for discovering services. Original-Maintainer: Utopia Maintenance Team Package: avahi-dnsconfd Source: avahi Priority: optional Section: net Installed-Size: 124 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.6.30-5ubuntu2.3 Recommends: resolvconf Depends: libavahi-common3 (>= 0.6.16), libc6 (>= 2.15), libdaemon0 (>= 0.10), upstart-job, avahi-daemon, lsb-base (>= 3.0-6) Filename: pool/main/a/avahi/avahi-dnsconfd_0.6.30-5ubuntu2.3_amd64.deb Size: 15112 SHA256: 55638a11de735cbef18471f923a90d6dbe56fc92a37121bfb8bc04b484fe25f3 SHA1: f118c3f9097b5939847eb9278d2f2660319a3841 MD5sum: 931a1d830e40fb895b5597ac26760ada Description: Avahi DNS configuration tool Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This tool listens on the network for announced DNS servers and passes them to resolvconf so it can use them. This is very useful on autoconfigured IPv6 networks. Original-Maintainer: Utopia Maintenance Team Package: avahi-ui-utils Source: avahi Priority: optional Section: utils Installed-Size: 95 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.6.30-5ubuntu2.3 Recommends: ssh-client, vnc-viewer Depends: libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.22), libavahi-ui-gtk3-0 (>= 0.6.30), libc6 (>= 2.4), libglib2.0-0 (>= 2.12.0), libgtk-3-0 (>= 3.0.0) Filename: pool/main/a/avahi/avahi-ui-utils_0.6.30-5ubuntu2.3_amd64.deb Size: 11350 SHA256: fdeded0a6b16dceecac676a4d80d353bc618f508db748cf6fba176bf130fd041 SHA1: 6dd6c8dc11b122ff6ab850dd5b87760af9d2813e MD5sum: 58a3376bb93d1edf827ec1527678f398 Description: Avahi GTK+ utilities Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains some small GTK+ utilities to discover ssh and vnc servers. Original-Maintainer: Utopia Maintenance Team Package: avahi-utils Source: avahi Priority: optional Section: net Installed-Size: 151 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.6.30-5ubuntu2.3 Depends: libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.22), libc6 (>= 2.4), libgdbm3 (>= 1.8.3), avahi-daemon Filename: pool/main/a/avahi/avahi-utils_0.6.30-5ubuntu2.3_amd64.deb Size: 29964 SHA256: 853be29835ebb8e7b1902049ab0c96f8d6f331a1d868968351c8a6a6615ef880 SHA1: 05e1d1af63f1d0b7b05cc5c49ef3241fc5e79b8e MD5sum: da1bef4f3f332b25358f17779cdb7f77 Description: Avahi browsing, publishing and discovery utilities Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains several utilities that allow you to interact with the Avahi daemon, including publish, browsing and discovering services. Original-Maintainer: Utopia Maintenance Team Package: bash Priority: required Section: shells Installed-Size: 1416 Maintainer: Ubuntu Developers Architecture: amd64 Version: 4.2-2ubuntu2.9 Recommends: bash-completion (>= 20060301-0) Replaces: bash-completion (<< 20060301-0), bash-doc (<= 2.05-1) Suggests: bash-doc Depends: base-files (>= 2.1.12), debianutils (>= 2.15) Conflicts: bash-completion (<< 20060301-0) Pre-Depends: dash (>= 0.5.5.1-2.2), libc6 (>= 2.15), libtinfo5 Essential: yes Filename: pool/main/b/bash/bash_4.2-2ubuntu2.9_amd64.deb Size: 641966 SHA256: 63d05b9a7f4408ad2adcc8f5ff9444ae56e7af2abb39449835f424060e27e49c SHA1: e62d54e294833a49998e508dde9cff6c7ecb6b46 MD5sum: de2cdf2801936a7d2ce2520b7375d7a0 Description: GNU Bourne Again SHell Bash is an sh-compatible command language interpreter that executes commands read from the standard input or from a file. Bash also incorporates useful features from the Korn and C shells (ksh and csh). . Bash is ultimately intended to be a conformant implementation of the IEEE POSIX Shell and Tools specification (IEEE Working Group 1003.2). . The Programmable Completion Code, by Ian Macdonald, is now found in the bash-completion package. Original-Maintainer: Matthias Klose Package: bash-builtins Source: bash Priority: optional Section: utils Installed-Size: 505 Maintainer: Ubuntu Developers Architecture: amd64 Version: 4.2-2ubuntu2.9 Depends: bash (= 4.2-2ubuntu2.9) Filename: pool/main/b/bash/bash-builtins_4.2-2ubuntu2.9_amd64.deb Size: 112642 SHA256: 4295535222f34670bd6471a14dbb5a589a2ee23ba00fa99982b0aae9d9651c90 SHA1: 1b5bc662f05e80c249501b42d07b0460ee7fae82 MD5sum: 2d307e32982d6c6bc0cc08c3a3df333e Description: Bash loadable builtins - headers & examples Bash can dynamically load new builtin commands. Included are the necessary headers to compile your own builtins and lots of examples. Original-Maintainer: Matthias Klose Package: bash-doc Source: bash Priority: optional Section: doc Installed-Size: 2006 Maintainer: Ubuntu Developers Architecture: all Version: 4.2-2ubuntu2.9 Replaces: bash (<< 3.2-1) Depends: dpkg (>= 1.15.4) | install-info Filename: pool/main/b/bash/bash-doc_4.2-2ubuntu2.9_all.deb Size: 1099754 SHA256: 8b55a0c1108ca509ea5c1ea2d7ffd92ebcfc162d4e6f67ed584e7c4e3880aff0 SHA1: 9ef28721cdb4c1fd2cb0e9b1bd2e98365cf2ba5f MD5sum: 78492afd295e1d24cfba8b2469214ef1 Description: Documentation and examples for the The GNU Bourne Again SHell Bash is an sh-compatible command language interpreter that executes commands read from the standard input or from a file. Bash also incorporates useful features from the Korn and C shells (ksh and csh). . This package contains the distributable documentation, all the examples and the main changelog. Original-Maintainer: Matthias Klose Package: bash-static Source: bash Priority: optional Section: shells Installed-Size: 2069 Maintainer: Ubuntu Developers Architecture: amd64 Version: 4.2-2ubuntu2.9 Suggests: bash-doc Depends: passwd (>= 1:4.0.3-10) Filename: pool/main/b/bash/bash-static_4.2-2ubuntu2.9_amd64.deb Size: 958772 SHA256: 7de4cb7a4012e7a3105d4c9cb822a37ce600a39cbb436db4b2f58a319d861ad9 SHA1: 00f1a165ff7147118829ffa1fe4aa4329c9179f3 MD5sum: 89a3f6238f0d0a5df02a42dd054b39c2 Description: GNU Bourne Again SHell (static version) Bash is an sh-compatible command language interpreter that executes commands read from the standard input or from a file. Bash also incorporates useful features from the Korn and C shells (ksh and csh). . Statically linked. Original-Maintainer: Matthias Klose Package: bind9 Priority: optional Section: net Installed-Size: 946 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1:9.8.1.dfsg.P1-4ubuntu0.32 Replaces: apparmor-profiles (<< 2.1+1075-0ubuntu4), bind, dnsutils (<< 1:9.1.0-3) Suggests: dnsutils, bind9-doc, resolvconf, ufw Depends: libbind9-80 (= 1:9.8.1.dfsg.P1-4ubuntu0.32), libc6 (>= 2.14), libcap2 (>= 2.10), libdns81 (= 1:9.8.1.dfsg.P1-4ubuntu0.32), libisc83 (= 1:9.8.1.dfsg.P1-4ubuntu0.32), libisccc80 (= 1:9.8.1.dfsg.P1-4ubuntu0.32), libisccfg82 (= 1:9.8.1.dfsg.P1-4ubuntu0.32), liblwres80 (= 1:9.8.1.dfsg.P1-4ubuntu0.32), libxml2 (>= 2.7.4), debconf (>= 0.5) | debconf-2.0, netbase, adduser, lsb-base (>= 3.2-14), bind9utils (= 1:9.8.1.dfsg.P1-4ubuntu0.32), net-tools Conflicts: apparmor-profiles (<< 2.1+1075-0ubuntu4), bind Filename: pool/main/b/bind9/bind9_9.8.1.dfsg.P1-4ubuntu0.32_amd64.deb Size: 342172 SHA256: a415a0183da480e30bbc9ff98ae511a85fbf504cb0874585ac7a572e7d61342f SHA1: 72760f1606272f21552f2c44d3934a4ea7811336 MD5sum: f752c284f1e9e1725c41cc33fe99491d Description: 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. Original-Maintainer: LaMont Jones Package: bind9-doc Source: bind9 Priority: optional Section: doc Installed-Size: 1254 Maintainer: Ubuntu Developers Architecture: all Version: 1:9.8.1.dfsg.P1-4ubuntu0.32 Filename: pool/main/b/bind9/bind9-doc_9.8.1.dfsg.P1-4ubuntu0.32_all.deb Size: 222582 SHA256: fa6e5f1158e5c8b17d4a626c161153516ab9c7d695a7ddefdca98a83c6ee5d05 SHA1: 06b60463837c01be1b87ddd60a0b73a19386d3d6 MD5sum: 8e2c1f185ba9a5d085ef95f6197e84ed Description: Documentation for BIND This package provides various documents that are useful for maintaining a working BIND installation. Original-Maintainer: LaMont Jones Package: bind9-host Source: bind9 Priority: standard Section: net Installed-Size: 174 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1:9.8.1.dfsg.P1-4ubuntu0.32 Replaces: dnsutils (<< 1:9.0.0), host (<< 1:9.7.0) Provides: host Depends: libbind9-80 (= 1:9.8.1.dfsg.P1-4ubuntu0.32), libc6 (>= 2.14), libdns81 (= 1:9.8.1.dfsg.P1-4ubuntu0.32), libisc83 (= 1:9.8.1.dfsg.P1-4ubuntu0.32), libisccfg82 (= 1:9.8.1.dfsg.P1-4ubuntu0.32), liblwres80 (= 1:9.8.1.dfsg.P1-4ubuntu0.32) Conflicts: dnsutils (<< 1:9.0.0), host (<< 1:9.7.0) Filename: pool/main/b/bind9/bind9-host_9.8.1.dfsg.P1-4ubuntu0.32_amd64.deb Size: 55688 SHA256: 515ef92fa9be199e24492b904e0490ef1bca38bb7149d7a501a3a9f7e0ddcf3c SHA1: 478060b8cb31a918723b21299fef114c8a233c40 MD5sum: b7f802387818faaf79f897ed000da833 Description: Version of 'host' bundled with BIND 9.X This package provides the 'host' program in the form that is bundled with the BIND 9.X sources. Original-Maintainer: LaMont Jones Package: bind9utils Source: bind9 Priority: optional Section: net Installed-Size: 302 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1:9.8.1.dfsg.P1-4ubuntu0.32 Replaces: bind9 (<= 1:9.5.0~b2-1) Depends: libbind9-80, libc6 (>= 2.14), libdns81, libisc83, libisccc80, libisccfg82 Filename: pool/main/b/bind9/bind9utils_9.8.1.dfsg.P1-4ubuntu0.32_amd64.deb Size: 107970 SHA256: caf4e468dda63868b936b8e77a47b206102b0b7e8d873d0a404c79683802f46a SHA1: 9b2a821f8006e27c4d8cd0febd443be963ea8d56 MD5sum: b91e01d0996f6a226d76a4dc329350a7 Description: Utilities for BIND This package provides various utilities that are useful for maintaining a working BIND installation. Original-Maintainer: LaMont Jones Package: bzip2 Priority: optional Section: utils Installed-Size: 115 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.0.6-1ubuntu0.2 Replaces: libbz2 (<< 0.9.5d-3) Suggests: bzip2-doc Depends: libbz2-1.0 (= 1.0.6-1ubuntu0.2), libc6 (>= 2.4) Filename: pool/main/b/bzip2/bzip2_1.0.6-1ubuntu0.2_amd64.deb Size: 38290 SHA256: f40c4085108f254b8fc075f09bd184d852a064125d4e081fd5fdfb0d58646030 SHA1: 81de7071d1078eaa1c8e10be460287c4c0128a45 MD5sum: 61d3b020b916de7cd6cede51c6350362 Description: high-quality block-sorting file compressor - utilities bzip2 is a freely available, patent free, high-quality data compressor. It typically compresses files to within 10% to 15% of the best available techniques, whilst being around twice as fast at compression and six times faster at decompression. . bzip2 compresses files using the Burrows-Wheeler block-sorting text compression algorithm, and Huffman coding. Compression is generally considerably better than that achieved by more conventional LZ77/LZ78-based compressors, and approaches the performance of the PPM family of statistical compressors. . The archive file format of bzip2 (.bz2) is incompatible with that of its predecessor, bzip (.bz). Multi-Arch: foreign Original-Maintainer: Anibal Monsalve Salazar Package: bzip2-doc Source: bzip2 Priority: optional Section: doc Installed-Size: 427 Maintainer: Ubuntu Developers Architecture: all Version: 1.0.6-1ubuntu0.2 Replaces: bzip2 (<< 1.0.4-0ubuntu2) Depends: dpkg (>= 1.15.4) | install-info Filename: pool/main/b/bzip2/bzip2-doc_1.0.6-1ubuntu0.2_all.deb Size: 297926 SHA256: fd2f5f9472d9dde3205a5b1be86f74a18b58d0785b38df95a506909942e465a6 SHA1: cea13acbbb0d7801eedb6a91a015ad5a10bd5131 MD5sum: ebfe8537e47700cbc4908cfc69b4258e Description: high-quality block-sorting file compressor - documentation bzip2 is a freely available, patent free, high-quality data compressor. It typically compresses files to within 10% to 15% of the best available techniques, whilst being around twice as fast at compression and six times faster at decompression. . This package contains the bzip2 user manual. Original-Maintainer: Anibal Monsalve Salazar Package: bzr Priority: optional Section: vcs Installed-Size: 97 Maintainer: Ubuntu Developers Architecture: all Version: 2.5.1-0ubuntu2.1 Suggests: bzr-doc, bzr-gtk, bzr-svn, python-bzrlib.tests, bzrtools Depends: python-bzrlib (>= 2.5.1-0ubuntu2.1), python-bzrlib (<= 2.5.1-0ubuntu2.1.1~), python Breaks: bzr-pqm (<< 1.4.0~bzr80), bzr-xmloutput (<< 0.8.8+bzr160), python-bzrlib (<< 2.4.0~beta3~) Filename: pool/main/b/bzr/bzr_2.5.1-0ubuntu2.1_all.deb Size: 35210 SHA256: fd833cc47eb61934c14f403bab4b882359688d558fa5c9e0486f450cba1e6a33 SHA1: 7ee66357e9df5b03815d5513bc89f781d7a59f60 MD5sum: a4a04547fc9ed5ba8c90c31126d2d2aa Description: easy to use distributed version control system Bazaar is a distributed version control system designed to be easy to use and intuitive, able to adapt to many workflows, reliable, and easily extendable. . Publishing of branches can be done over plain HTTP, that is, no special software is needed on the server to host Bazaar branches. Branches can be pushed to the server via sftp (which most SSH installations come with), FTP, or over a custom and faster protocol if bzr is installed in the remote end. . Merging in Bazaar is easy, as the implementation is able to avoid many spurious conflicts, deals well with repeated merges between branches, and is able to handle modifications to renamed files correctly. . Bazaar is written in Python, and has a flexible plugin interface which can be used to extend its functionality. Many plugins exist, providing useful commands (bzrtools), graphical interfaces (bzr-gtk), or native interaction with Subversion branches (bzr-svn). . Install python-paramiko if you are going to push branches to remote hosts with sftp, and python-pycurl if you'd like for SSL certificates always to be verified. Original-Maintainer: Debian Bazaar Maintainers Package: bzr-doc Source: bzr Priority: optional Section: doc Installed-Size: 8302 Maintainer: Ubuntu Developers Architecture: all Version: 2.5.1-0ubuntu2.1 Replaces: bzr (<< 2.0.1) Suggests: bzr Breaks: bzr (<< 2.0.1) Filename: pool/main/b/bzr/bzr-doc_2.5.1-0ubuntu2.1_all.deb Size: 5481862 SHA256: 192a2192fac96739a041d9ec635af9345ec1975d332229f71ef5b8dd9587dd98 SHA1: e39232bdc4e6f5386ae150e11706520ac741b036 MD5sum: 7927500287e7b292ce106e8c28424ddd Description: easy to use distributed version control system (documentation) Bazaar is a distributed version control system designed to be easy to use and intuitive, able to adapt to many workflows, reliable, and easily extendable. . Publishing of branches can be done over plain HTTP, that is, no special software is needed on the server to host Bazaar branches. Branches can be pushed to the server via sftp (which most SSH installations come with), FTP, or over a custom and faster protocol if bzr is installed in the remote end. . Merging in Bazaar is easy, as the implementation is able to avoid many spurious conflicts, deals well with repeated merges between branches, and is able to handle modifications to renamed files correctly. . Bazaar is written in Python, and has a flexible plugin interface which can be used to extend its functionality. Many plugins exist, providing useful commands (bzrtools), graphical interfaces (bzr-gtk), or native interaction with Subversion branches (bzr-svn). . Install python-paramiko if you are going to push branches to remote hosts with sftp, and python-pycurl if you'd like for SSL certificates always to be verified. . This package provides the documentation. Original-Maintainer: Debian Bazaar Maintainers Package: ca-certificates Priority: optional Section: misc Installed-Size: 374 Maintainer: Ubuntu Developers Architecture: all Version: 20190110~12.04.1ubuntu0.1 Depends: openssl (>= 1.0.0), debconf (>= 0.5) | debconf-2.0 Enhances: openssl Filename: pool/main/c/ca-certificates/ca-certificates_20190110~12.04.1ubuntu0.1_all.deb Size: 177816 SHA256: c765a7c3dec6fcebe93aee301cfa2c13801745099c94ee4c69e5c23ce6bd286f SHA1: c92eb8c8b7c239252e17bf9fd6ea5763f323d09d MD5sum: 1f36e21b0864b4320703ded8b2693c62 Description: Common CA certificates This package includes PEM files of CA certificates to allow SSL-based applications to check for the authenticity of SSL connections. . It includes, among others, certificate authorities used by the Debian infrastructure and those shipped with Mozilla's browsers. . Please note that Debian can neither confirm nor deny whether the certificate authorities whose certificates are included in this package have in any way been audited for trustworthiness or RFC 3647 compliance. Full responsibility to assess them belongs to the local system administrator. Original-Maintainer: Michael Shuler Multi-Arch: foreign Package: caca-utils Source: libcaca Priority: optional Section: utils Installed-Size: 543 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.99.beta17-2.1ubuntu2.1 Recommends: toilet Replaces: libcaca-dev (<= 0.3-1) Depends: libc6 (>= 2.14), libcaca0 (>= 0.99.beta17-1), libimlib2 Conflicts: libcaca-dev (<= 0.3-1) Filename: pool/main/libc/libcaca/caca-utils_0.99.beta17-2.1ubuntu2.1_amd64.deb Size: 61806 SHA256: 88e57de2c5a99242d217fbedef0a3f13d2baaecdb6bbd4d657dfee6d4968c114 SHA1: 11995e9423b80300317113f79ab7568297475167 MD5sum: f1ea43e3ad8920a84817afada5e430c6 Description: text mode graphics utilities This package contains utilities and demonstration programs for libcaca, the Colour AsCii Art library. . cacaview is a simple image viewer for the terminal. It opens most image formats such as JPEG, PNG, GIF etc. and renders them on the terminal using ASCII art. The user can zoom and scroll the image, set the dithering method or enable anti-aliasing. . cacafire is a port of AALib's aafire and displays burning ASCII art flames. . cacademo is a tiny graphic program that renders animated ASCII metaballs, matrix effects, colourful moiré circles and old school plasma effects. Original-Maintainer: Sam Hocevar Package: clamav Priority: optional Section: utils Installed-Size: 623 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.102.4+dfsg-0ubuntu0.12.04.1 Recommends: clamav-base Suggests: clamav-docs Depends: clamav-freshclam (>= 0.102.4+dfsg) | clamav-data, libc6 (>= 2.15), libclamav9 (>= 0.102.4), libssl1.0.0 (>= 1.0.0), zlib1g (>= 1:1.2.3.3.dfsg) Filename: pool/main/c/clamav/clamav_0.102.4+dfsg-0ubuntu0.12.04.1_amd64.deb Size: 179200 SHA256: b89d60e0e27a4f64374f70a9ac63740f22ea25d865ca45367331f62be4336571 SHA1: 48facb386fb174627068726f947158bcaf22df44 MD5sum: 8e2e3c66754403209e6df1876ac89cec Description: anti-virus utility for Unix - command-line interface Description-md5: f84afdf8df7656b51324beb503a33703 Original-Maintainer: ClamAV Team Package: clamav-base Source: clamav Priority: optional Section: utils Installed-Size: 217 Maintainer: Ubuntu Developers Architecture: all Version: 0.102.4+dfsg-0ubuntu0.12.04.1 Recommends: clamav Depends: adduser, logrotate, ucf, debconf (>= 0.5) | debconf-2.0 Filename: pool/main/c/clamav/clamav-base_0.102.4+dfsg-0ubuntu0.12.04.1_all.deb Size: 71040 SHA256: 1c41af8981f82a83f0753684edb12147336facd719925d26a6327b5478561719 SHA1: f85e4f0b8acc184745f5eccba24643fce8938b48 MD5sum: 3f4181b4892dd9c10a7b0590cad0dc53 Description: 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 libclamav, which can be used by other software. . This package mainly manages the clamav system account. It is not really useful without the clamav or clamav-daemon package. Original-Maintainer: ClamAV Team Package: clamav-daemon Source: clamav Priority: optional Section: utils Installed-Size: 1177 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.102.4+dfsg-0ubuntu0.12.04.1 Replaces: clamav-base (<< 0.100.1+dfsg-1ubuntu0.12.04.1) Suggests: apparmor, clamav-docs, daemon Depends: adduser, clamav-base (= 0.102.4+dfsg-0ubuntu0.12.04.1), clamav-freshclam (>= 0.102.4+dfsg) | clamav-data, dpkg (>= 1.16.1), lsb-base (>= 3.2-13), ucf, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.15), libclamav9 (>= 0.102.4), libncurses5 (>= 5.5-5~), libssl1.0.0 (>= 1.0.0), libtinfo5, zlib1g (>= 1:1.2.0.2) Breaks: clamav-base (<< 0.100.1+dfsg-1ubuntu0.12.04.1) Filename: pool/main/c/clamav/clamav-daemon_0.102.4+dfsg-0ubuntu0.12.04.1_amd64.deb Size: 363548 SHA256: 41f95866949e13e7134cac74f929a27011bb2214e8386a8c22b2fb15e881f796 SHA1: 98d166e55799900182d39541b0602f050e1b8743 MD5sum: 2b3193da65089ff01e87617d54fb0124 Description: anti-virus utility for Unix - scanner daemon Description-md5: b09ae360d0c608ef12c38e894751996a Original-Maintainer: ClamAV Team Package: clamav-dbg Source: clamav Priority: extra Section: debug Installed-Size: 7736 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.102.4+dfsg-0ubuntu0.12.04.1 Depends: libclamav9, clamav (= 0.102.4+dfsg-0ubuntu0.12.04.1) Filename: pool/main/c/clamav/clamav-dbg_0.102.4+dfsg-0ubuntu0.12.04.1_amd64.deb Size: 2520898 SHA256: ad73ded940a97fb7cf67e50ff53d9589a837f74f56ffd2ee38278a0a7f407f4b SHA1: f4b7f1609b704cf1dc8d008476bc8566e1197a6c MD5sum: f2c93ed65440924ad633cdfdda50cfd1 Description: 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 libclamav9, which can be used by other software. . This package contains the stripped debugging symbols for the ClamAV suite. Original-Maintainer: ClamAV Team Package: clamav-docs Source: clamav Priority: optional Section: doc Installed-Size: 498 Maintainer: Ubuntu Developers Architecture: all Version: 0.102.4+dfsg-0ubuntu0.12.04.1 Filename: pool/main/c/clamav/clamav-docs_0.102.4+dfsg-0ubuntu0.12.04.1_all.deb Size: 168104 SHA256: a09c442198cd84ed133fe69302cddff017ee4f5f6d58485f4d323cc431abe28a SHA1: d68bfb4aebbd1bb9f037de12d4ca726a656bfed0 MD5sum: 141b8491ed21171df11a7bb5789811e0 Description: 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 libclamav, which can be used by other software. . This package contains the documentation for the ClamAV suite. Original-Maintainer: ClamAV Team Package: clamav-freshclam Source: clamav Priority: optional Section: utils Installed-Size: 549 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.102.4+dfsg-0ubuntu0.12.04.1 Suggests: apparmor, clamav-docs Provides: clamav-data Depends: clamav-base (>= 0.102.4+dfsg-0ubuntu0.12.04.1), dpkg (>= 1.16.1), logrotate, lsb-base (>= 3.2-13), ucf, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.4), libclamav9 (>= 0.102.4) Conflicts: clamav-data, libclamav2, libclamav3 Filename: pool/main/c/clamav/clamav-freshclam_0.102.4+dfsg-0ubuntu0.12.04.1_amd64.deb Size: 111168 SHA256: d3d2dba3cb32db672a36c18f7506e8a7d38c084ccab33478e7e218e46d90436e SHA1: 2999adf666c6baed7e5b9418132413245ee7ff81 MD5sum: 6aee98f398404a5645881662e34d3364 Description: 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 libclamav, 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. Original-Maintainer: ClamAV Team Package: clamav-milter Source: clamav Priority: optional Section: utils Installed-Size: 661 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.102.4+dfsg-0ubuntu0.12.04.1 Recommends: clamav-daemon Suggests: clamav-docs, daemon Depends: adduser, clamav-base (>= 0.102.4+dfsg-0ubuntu0.12.04.1), clamav-freshclam (>= 0.102.4+dfsg) | clamav-data, dpkg (>= 1.16.1), logrotate, lsb-base (>= 3.2-13), ucf, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.15), libmilter1.0.1, libssl1.0.0 (>= 1.0.0) Filename: pool/main/c/clamav/clamav-milter_0.102.4+dfsg-0ubuntu0.12.04.1_amd64.deb Size: 231208 SHA256: 684f76f50faab42e30e37c4940f4f7c24a42b3f5e499add9e053d037747ece08 SHA1: 5b9164c1411ec3ba30296d4515fa1b9858b16117 MD5sum: f89c972fd4dc2047817c56cf278d6536 Description: anti-virus utility for Unix - sendmail integration 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 libclamav, which can be used by other software. . This package contains the ClamAV milter for use with sendmail. It can be configured to be run either standalone, or using clamav-daemon. Original-Maintainer: ClamAV Team Package: clamav-testfiles Source: clamav Priority: optional Section: utils Installed-Size: 6544 Maintainer: Ubuntu Developers Architecture: all Version: 0.102.4+dfsg-0ubuntu0.12.04.1 Filename: pool/main/c/clamav/clamav-testfiles_0.102.4+dfsg-0ubuntu0.12.04.1_all.deb Size: 5025598 SHA256: ede7f3753b67e3b39de156ee66096b323f57222eaf9008a4269830b0952bd9e5 SHA1: 40916e0e4aa0f21ea4ad163477d7a6d2a27ab3fb MD5sum: 4cf37175a8ba56261d26d2797ce0c1e2 Description: anti-virus utility for Unix - test 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 libclamav, which can be used by other software. . This package contains files 'infected' with a test signature. The test signature (ClamAV-Test-Signature) should be detectable by all anti-virus programs. Original-Maintainer: ClamAV Team Package: comerr-dev Source: e2fsprogs (1.42-1ubuntu2.5) Priority: extra Section: libdevel Installed-Size: 198 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.1-1.42-1ubuntu2.5 Replaces: e2fslibs-dev (<< 1.33-2), libkrb5-dev (<< 1.3) Suggests: doc-base Depends: libc6-dev | libc-dev, libcomerr2 (= 1.42-1ubuntu2.5), dpkg (>= 1.15.4) | install-info Filename: pool/main/e/e2fsprogs/comerr-dev_2.1-1.42-1ubuntu2.5_amd64.deb Size: 43750 SHA256: d0a1e8dc8f2c203a2107d58a5258d02a12cde70f1cdeb1cdce84e8f4c22e2d11 SHA1: 8bd743da02bb7ae036f2e9de1af4b35d9fe7ab3e MD5sum: 8ac4514b96bdc52f42fa298d882832cb Description: common error description library - headers and static libraries libcom_err is an attempt to present a common error-handling mechanism to manipulate the most common form of error code in a fashion that does not have the problems identified with mechanisms commonly in use. . This package contains the development environment for the com_err library. Original-Maintainer: Theodore Y. Ts'o Package: cpio Priority: important Section: utils Installed-Size: 324 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.11-7ubuntu3.3 Replaces: cpio-mt Suggests: libarchive1 Depends: libc6 (>= 2.14), dpkg (>= 1.15.4) | install-info Conflicts: cpio-mt, mt-st (<< 0.6) Filename: pool/main/c/cpio/cpio_2.11-7ubuntu3.3_amd64.deb Size: 117060 SHA256: 7e68e6cf76133c34be8bdf477e16a9f2575ac081b24f1050288e3d37cf38ebbb SHA1: a6baea392351237f8221c3e7f280c93311962110 MD5sum: 57efb793457c5bf336a8a682593de4dc Description: GNU cpio -- a program to manage archives of files GNU cpio is a tool for creating and extracting archives, or copying files from one place to another. It handles a number of cpio formats as well as reading and writing tar files. Original-Maintainer: Ruben Molina Package: curl Priority: optional Section: web Installed-Size: 347 Maintainer: Ubuntu Developers Architecture: amd64 Version: 7.22.0-3ubuntu4.29 Replaces: curl-ssl Provides: curl-ssl Depends: libc6 (>= 2.14), libcurl3 (>= 7.16.2-1), zlib1g (>= 1:1.1.4) Filename: pool/main/c/curl/curl_7.22.0-3ubuntu4.29_amd64.deb Size: 137782 SHA256: 9f9bd9bcbf6766c160a788bf7ef194df8f956e9861a977a4d567fed4b363b0b6 SHA1: 6ab61dcf91316471cc030f6c5746816f010184ed MD5sum: cbe814a383b6c44f973af8dc082f4065 Description: Get a file from an HTTP, HTTPS or FTP server curl is a client to get files from servers using any of the supported protocols. The command is designed to work without user interaction or any kind of interactivity. . curl offers a busload of useful tricks like proxy support, user authentication, FTP upload, HTTP post, file transfer resume and more. Original-Maintainer: Ramakrishnan Muthukrishnan Package: cyrus-sasl2-dbg Source: cyrus-sasl2 Priority: extra Section: debug Installed-Size: 921 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.1.25.dfsg1-3ubuntu0.2 Recommends: cyrus-sasl2-mit-dbg | cyrus-sasl2-heimdal-dbg Depends: libsasl2-2 (= 2.1.25.dfsg1-3ubuntu0.2) Filename: pool/main/c/cyrus-sasl2/cyrus-sasl2-dbg_2.1.25.dfsg1-3ubuntu0.2_amd64.deb Size: 665350 SHA256: c4f4e4f20fec9d6f142ac7c2970394692f279983ece06979830f56895252d882 SHA1: d64b99f47e9540f3c992a3b699f087cf01bf04d7 MD5sum: 738421ec391ba4b577d5ef8005e4c4e2 Description: Cyrus SASL - debugging symbols This is the Cyrus SASL API implementation, version 2. See package libsasl2-2 and RFC 2222 for more information. . This package contains the debugging symbols for all Cyrus SASL packages. The debugging symbols can be useful when investigating crashes in the SASL library or tools. You may be asked to install this package if you encounter such a crash. Original-Maintainer: Debian Cyrus SASL Team Package: cyrus-sasl2-doc Source: cyrus-sasl2 Priority: optional Section: doc Installed-Size: 213 Maintainer: Ubuntu Developers Architecture: all Version: 2.1.25.dfsg1-3ubuntu0.2 Filename: pool/main/c/cyrus-sasl2/cyrus-sasl2-doc_2.1.25.dfsg1-3ubuntu0.2_all.deb Size: 62098 SHA256: a6a0cc5d0fca4aaee00aa387b026cd6f671df1f49b8df59ee8b0654792da88e9 SHA1: 69889dff2ea5b0e39b2d331763a8fef427a83696 MD5sum: c272e4c0f2c77919140f64d7c07ba042 Description: Cyrus SASL - documentation This is the Cyrus SASL API implementation, version 2.1. See package libsasl2-2 and RFC 2222 for more information. . This package contains documentation for system administrators. Original-Maintainer: Debian Cyrus SASL Team Package: cyrus-sasl2-heimdal-dbg Source: cyrus-sasl2 Priority: extra Section: debug Installed-Size: 92 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.1.25.dfsg1-3ubuntu0.2 Depends: cyrus-sasl2-dbg (= 2.1.25.dfsg1-3ubuntu0.2), libsasl2-modules-gssapi-heimdal (= 2.1.25.dfsg1-3ubuntu0.2) Conflicts: cyrus-sasl2-mit-dbg Filename: pool/main/c/cyrus-sasl2/cyrus-sasl2-heimdal-dbg_2.1.25.dfsg1-3ubuntu0.2_amd64.deb Size: 30922 SHA256: bcd1ac553f50e6c12f5783b300b4b42932bdd77854d3972179f7c687141df09d SHA1: a8b7d576c3119c9782757fc97f3dffc5a6758036 MD5sum: b70f152fec028f24ace7b71a40886324 Description: Cyrus SASL - debugging symbols for Heimdal modules This is the Cyrus SASL API implementation, version 2. See package libsasl2-2 and RFC 2222 for more information. . This package contains the debugging symbols for the Cyrus SASL Heimdal GSSAPI modules package (libsasl2-modules-gssapi-heimdal). The debugging symbols can be useful when investigating crashes in the SASL library or tools. You may be asked to install this package if you encounter such a crash. Original-Maintainer: Debian Cyrus SASL Team Package: cyrus-sasl2-mit-dbg Source: cyrus-sasl2 Priority: extra Section: debug Installed-Size: 92 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.1.25.dfsg1-3ubuntu0.2 Depends: cyrus-sasl2-dbg (= 2.1.25.dfsg1-3ubuntu0.2), libsasl2-modules-gssapi-mit (= 2.1.25.dfsg1-3ubuntu0.2) Conflicts: cyrus-sasl2-heimdal-dbg Filename: pool/main/c/cyrus-sasl2/cyrus-sasl2-mit-dbg_2.1.25.dfsg1-3ubuntu0.2_amd64.deb Size: 30570 SHA256: 8c084eb6075c79af49fab8e8ddf6629aff835759e399c89e24381d89b2cf7b82 SHA1: 57958340c2af896348e189d4ea1349fdcb6df647 MD5sum: c0002a83255954f73785845941a27718 Description: Cyrus SASL - debugging symbols for MIT modules This is the Cyrus SASL API implementation, version 2. See package libsasl2-2 and RFC 2222 for more information. . This package contains the debugging symbols for the Cyrus SASL MIT GSSAPI modules package (libsasl2-modules-gssapi-mit). The debugging symbols can be useful when investigating crashes in the SASL library or tools. You may be asked to install this package if you encounter such a crash. Original-Maintainer: Debian Cyrus SASL Team Package: davfs2 Priority: extra Section: utils Installed-Size: 403 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.4.6-1ubuntu3.1 Depends: libc6 (>= 2.15), libneon27-gnutls, debconf (>= 0.5) | debconf-2.0, adduser Filename: pool/main/d/davfs2/davfs2_1.4.6-1ubuntu3.1_amd64.deb Size: 141970 SHA256: 282bf79690aca2f8db567513df63c6389c03905c409062253af3b54d40d0d473 SHA1: ef8b0cfcb9388398ee7d7ef68e87a4e32b287eec MD5sum: c0f4e0aa524e5a3a852a74cb1003076c Description: mount a WebDAV resource as a regular file system Web Distributed Authoring and Versioning (WebDAV), an extension to the HTTP-protocol, allows authoring of resources on a remote web server. davfs2 provides the ability to access such resources like a typical filesystem, allowing for use by standard applications with no built-in support for WebDAV. . davfs2 is designed to fully integrate into the filesystem semantics of Unix-like systems (mount, umount, et c.). davfs2 makes mounting by unprivileged users as easy and secure as possible. . davfs2 does extensive caching to make the file system responsive, to avoid unnecessary network traffic and to prevent data loss, and to cope for slow or unreliable connections. . davfs2 will work with most WebDAV servers needing little or no configuration. Original-Maintainer: Luciano Bello Package: db4.8-util Source: db4.8 Priority: extra Section: oldlibs Installed-Size: 396 Maintainer: Ubuntu Developers Architecture: amd64 Version: 4.8.30-11ubuntu1.1 Depends: libc6 (>= 2.14), libdb4.8 Filename: pool/main/d/db4.8/db4.8-util_4.8.30-11ubuntu1.1_amd64.deb Size: 134952 SHA256: a963fb9190f3d887dcf370d5080a418552d8267aab21b7068a4ae0a8ab5f37db SHA1: 32cd90720a63837fbbf970106e305d98a7db5a37 MD5sum: 9aeb1786d7d38fec4f7d5db8d1282dbd Description: Berkeley v4.8 Database Utilities Description-md5: f93c3629d1f1f89b4ffc768d3d7799d0 Multi-Arch: foreign Original-Maintainer: Debian Berkeley DB Group Package: db5.1-doc Source: db Priority: optional Section: doc Installed-Size: 40106 Maintainer: Ubuntu Developers Architecture: all Version: 5.1.25-11ubuntu0.1 Filename: pool/main/d/db/db5.1-doc_5.1.25-11ubuntu0.1_all.deb Size: 16512848 SHA256: c3d983d7848d1eb76c726c372accd4ccd394a4205109218c00f8967ab8dec662 SHA1: 5e6c603e7a9949969edbbd4e9f895943279393a2 MD5sum: 1f3b770785f20365aeb4f44dfcb6a038 Description: Berkeley v5.1 Database Documentation [html] This package contains documentation in HTML format for all of the APIs (C, C++, C#, STL, Java, Tcl) and utilities provided by version 5.1 of Berkeley DB. Original-Maintainer: Debian Berkeley DB Group Package: db5.1-sql-util Source: db Priority: extra Section: database Installed-Size: 78 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.1.25-11ubuntu0.1 Depends: libc6 (>= 2.14), libdb5.1-sql, libdb5.1 Filename: pool/main/d/db/db5.1-sql-util_5.1.25-11ubuntu0.1_amd64.deb Size: 21740 SHA256: f323bd52d004286e755d75da08cb7dae08222d0cdd6f3207dc0537d8638bfa91 SHA1: c86d7ab26ee66672f101e690ae8436d26cbad284 MD5sum: cf02f3b7b8c074d5ec161dbf5eabcdac Description: Berkeley v5.1 SQL Database Utilities Description-md5: dd41cc117a09f70b58b47545677069d0 Original-Maintainer: Debian Berkeley DB Group Package: db5.1-util Source: db Priority: optional Section: database Installed-Size: 252 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.1.25-11ubuntu0.1 Depends: libc6 (>= 2.14), libdb5.1 Filename: pool/main/d/db/db5.1-util_5.1.25-11ubuntu0.1_amd64.deb Size: 82410 SHA256: a0d1b4ac5888897f1c1f3563ed2f454b8bf56041e3882b1a1908263e5c86e7a8 SHA1: f75b1c0124e5fac2b65660515a32addf756b8f0d MD5sum: d6a0a0cca5879740ad5f020bc77c5512 Description: Berkeley v5.1 Database Utilities Description-md5: eb9ad04ef4b21539788297eed53c0b66 Multi-Arch: foreign Original-Maintainer: Debian Berkeley DB Group Package: dbus Priority: optional Section: admin Installed-Size: 941 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.4.18-1ubuntu1.10 Suggests: dbus-x11 Depends: libc6 (>= 2.14), libdbus-1-3 (>= 1.0.2), libexpat1 (>= 1.95.8), libselinux1 (>= 1.32), upstart-job, adduser, lsb-base (>= 3.2-14), upstart (>= 0.6.3-6), netbase (>= 4.45ubuntu3) Filename: pool/main/d/dbus/dbus_1.4.18-1ubuntu1.10_amd64.deb Size: 362620 SHA256: 819fce642c24a166997e87a470dd076d63f57358d6c763f2b7764bdc97b57884 SHA1: c9ed18c042ce1d531edf8e66901079b3241e30c2 MD5sum: 466322e05972aa673bf4b40aea6ffd4a Description: simple interprocess messaging system (daemon and utilities) D-Bus is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity. . D-Bus supports broadcast messages, asynchronous messages (thus decreasing latency), authentication, and more. It is designed to be low-overhead; messages are sent using a binary protocol, not using XML. D-Bus also supports a method call mapping for its messages, but it is not required; this makes using the system quite simple. . It comes with several bindings, including GLib, Python, Qt and Java. . This package contains the D-Bus daemon and related utilities. . The client-side library can be found in the libdbus-1-3 package, as it is no longer contained in this package. Multi-Arch: foreign Original-Maintainer: Utopia Maintenance Team Package: dbus-1-dbg Source: dbus Priority: extra Section: debug Installed-Size: 18820 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.4.18-1ubuntu1.10 Depends: libdbus-1-3 (= 1.4.18-1ubuntu1.10), dbus (= 1.4.18-1ubuntu1.10), dbus-x11 (= 1.4.18-1ubuntu1.10), libc6 (>= 2.15), libdbus-glib-1-2 (>= 0.78), libexpat1 (>= 1.95.8), libglib2.0-0 (>= 2.31.8), libselinux1 (>= 1.32), libx11-6 Pre-Depends: multiarch-support Filename: pool/main/d/dbus/dbus-1-dbg_1.4.18-1ubuntu1.10_amd64.deb Size: 6470910 SHA256: f31dd5428f73a5b847b12107ec21f2d894cc06b71b0b6bd87b55abafde37c75d SHA1: 657526e3e7629168092b958e2ab7ceb28c08e701 MD5sum: 5ae9c1479f46c66622e16fd890aaf261 Description: 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. Original-Maintainer: Utopia Maintenance Team Package: dbus-1-doc Source: dbus Priority: optional Section: doc Installed-Size: 14361 Maintainer: Ubuntu Developers Architecture: all Version: 1.4.18-1ubuntu1.10 Suggests: libdbus-1-dev Filename: pool/main/d/dbus/dbus-1-doc_1.4.18-1ubuntu1.10_all.deb Size: 2151312 SHA256: 5484afb228166a6e78ab8a20e5b349341e59bfb36649584ee3b4f13931327c69 SHA1: de1298eb1b29dc462dedf24e0ba362fc0a36856b MD5sum: 40fb1a905e382a7ce995b8aadcb9ea96 Description: 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. Original-Maintainer: Utopia Maintenance Team Package: dbus-x11 Source: dbus Priority: optional Section: x11 Installed-Size: 134 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.4.18-1ubuntu1.10 Depends: libc6 (>= 2.15), libx11-6, dbus Breaks: x11-common (<< 1:7.5+4) Filename: pool/main/d/dbus/dbus-x11_1.4.18-1ubuntu1.10_amd64.deb Size: 22068 SHA256: f33292fe14ae117147f6acabd4b2be40f575100ed6e5a725eb352665adf07fb2 SHA1: 4ccf9165df2f3d9fa1954102e30f9e875bcd27a5 MD5sum: 403a90f881cabaeadd270ae26affa2f5 Description: simple interprocess messaging system (X11 deps) D-Bus is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity. . This package contains the dbus-launch utility which is necessary for packages using a D-Bus session bus. . See the dbus description for more information about D-Bus in general. Multi-Arch: foreign Original-Maintainer: Utopia Maintenance Team Package: dh-apport Source: apport Priority: optional Section: devel Installed-Size: 154 Maintainer: Martin Pitt Architecture: all Version: 2.0.1-0ubuntu17.16 Depends: perl Filename: pool/main/a/apport/dh-apport_2.0.1-0ubuntu17.16_all.deb Size: 7270 SHA256: a70c4fb58148cebe827d7775782ff83b4571f954f698d8609669212f4f212c06 SHA1: aca7433832877a8cc22daeccfb14d7fbce5c3f45 MD5sum: c58ad209e4324113ba666acc621b1105 Description: 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. Multi-Arch: foreign Package: dhcp3-client Source: isc-dhcp Priority: extra Section: oldlibs Installed-Size: 58 Maintainer: Ubuntu Developers Architecture: all Version: 4.1.ESV-R4-0ubuntu5.13 Depends: isc-dhcp-client Filename: pool/main/i/isc-dhcp/dhcp3-client_4.1.ESV-R4-0ubuntu5.13_all.deb Size: 2200 SHA256: c6ac082732a311b3305d0820f8df4e81e008e3268a3ee94d5ffc0a2b2307289b SHA1: 0f2de6d2d19f2f97eb82ce78355a9ea61e9782e9 MD5sum: 306564c1f2d642b2be8c963cf84b02a5 Description: ISC DHCP server (transitional package) This is the client from the Internet Software Consortium's implementation of DHCP. For more information visit http://www.isc.org. . Dynamic Host Configuration Protocol (DHCP) is a protocol like BOOTP (actually dhcpd includes much of the functionality of bootpd). It gives client machines "leases" for IP addresses and can automatically set their network configuration. If your machine depends on DHCP (especially likely if it's a workstation on a large network, or a laptop, or attached to a cable modem), keep this or another DHCP client installed. . This is a dummy package to aid in transitioning from the v3 DHCP packages to the new-style DHCP packages. . This dummy package may be safely removed after upgrading to squeeze Original-Maintainer: Debian ISC DHCP maintainers Package: dhcp3-common Source: isc-dhcp Priority: extra Section: oldlibs Installed-Size: 58 Maintainer: Ubuntu Developers Architecture: all Version: 4.1.ESV-R4-0ubuntu5.13 Depends: isc-dhcp-common Filename: pool/main/i/isc-dhcp/dhcp3-common_4.1.ESV-R4-0ubuntu5.13_all.deb Size: 1756 SHA256: 58a88dec0658d21bb201d24aefadf0de60925d155d647f950de7ae0e458e890a SHA1: b065941c684094fb9a16844697cb522e05d9601d MD5sum: 436ea5548187fa5aeea97c397dc10412 Description: ISC DHCP common files (transitional package) This package contains the files used by all the packages from ISC DHCP. . This is a dummy package to aid in transitioning from the v3 DHCP packages to the new-style DHCP packages. . This dummy package may be safely removed after upgrading to squeeze Original-Maintainer: Debian ISC DHCP maintainers Package: dhcp3-dev Source: isc-dhcp Priority: extra Section: oldlibs Installed-Size: 58 Maintainer: Ubuntu Developers Architecture: all Version: 4.1.ESV-R4-0ubuntu5.13 Depends: isc-dhcp-dev Filename: pool/main/i/isc-dhcp/dhcp3-dev_4.1.ESV-R4-0ubuntu5.13_all.deb Size: 1808 SHA256: 569e5d226a26934c0d61b007254590ebb148604fe1896b7f1838a5b65d0e9456 SHA1: 7867cc85f2352d679b377209b7add5caf2658865 MD5sum: 2dfcaf3845532396ecef4789dca7627d Description: ISC DHCP development files (transitional package) This package contains development files for the Internet Software Consortium's implementation of DHCP. For more information visit http://www.isc.org. . This is a dummy package to aid in transitioning from the v3 DHCP packages to the new-style DHCP packages. . This dummy package may be safely removed after upgrading to squeeze Original-Maintainer: Debian ISC DHCP maintainers Package: dhcp3-relay Source: isc-dhcp Priority: extra Section: oldlibs Installed-Size: 59 Maintainer: Ubuntu Developers Architecture: all Version: 4.1.ESV-R4-0ubuntu5.13 Depends: isc-dhcp-relay Filename: pool/main/i/isc-dhcp/dhcp3-relay_4.1.ESV-R4-0ubuntu5.13_all.deb Size: 2362 SHA256: 4df25adef10dd02b6e2c8f915ec2e208df8599f6e68e4c95dc6fd0e8228f7787 SHA1: 0a4d1766e13a76b8c23128c1f0f9f1a2031f17a8 MD5sum: ee06d422f1197a89d1bd3dcd24b87551 Description: ISC DHCP relay (transitional package) This is the relay from the Internet Software Consortium's implementation of DHCP. For more information visit http://www.isc.org. . Installing this package will make the machine a DHCP relay, which requires a reachable DHCP or BOOTP server in order to function. . This is a dummy package to aid in transitioning from the v3 DHCP packages to the new-style DHCP packages. . This dummy package may be safely removed after upgrading to squeeze Original-Maintainer: Debian ISC DHCP maintainers Package: dhcp3-server Source: isc-dhcp Priority: extra Section: oldlibs Installed-Size: 59 Maintainer: Ubuntu Developers Architecture: all Version: 4.1.ESV-R4-0ubuntu5.13 Depends: isc-dhcp-server Filename: pool/main/i/isc-dhcp/dhcp3-server_4.1.ESV-R4-0ubuntu5.13_all.deb Size: 2654 SHA256: f558c0aa5c1c9f778440a5c9bcf139dbd03b631c035c2ba57b4d39a77d4458aa SHA1: 11e50620f4d5788083408633b23055df9db24bc5 MD5sum: bdef0964ed0770e75f2c28374eb80d3e Description: ISC DHCP server (transitional package) This is the server from the Internet Software Consortium's implementation of DHCP. For more information, visit http://www.isc.org. . Dynamic Host Configuration Protocol (DHCP) is a protocol like BOOTP (actually dhcpd includes much of the functionality of bootpd). It gives client machines "leases" for IP addresses and can automatically set their network configuration. . This server can handle multiple ethernet interfaces. . This is a dummy package to aid in transitioning from the v3 DHCP packages to the new-style DHCP packages. . This dummy package may be safely removed after upgrading to squeeze Original-Maintainer: Debian ISC DHCP maintainers Package: distro-info Priority: optional Section: devel Installed-Size: 89 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.8.2ubuntu1 Replaces: ubuntu-dev-tools (<< 0.127~) Suggests: shunit2 (>= 2.1.6) Depends: distro-info-data (>= 0.8ubuntu0.17~), libc6 (>= 2.7) Breaks: ubuntu-dev-tools (<< 0.133~) Filename: pool/main/d/distro-info/distro-info_0.8.2ubuntu1_amd64.deb Size: 17522 SHA256: cc073ad8ee793c180457e6898baf3fb0f77e888b60d3e60fd8d5123df794d6db SHA1: 6e475ef0c714214383b82ee522017fe751db725a MD5sum: 2b06cbf536400674fd06be65a880b8e1 Description: provides information about the distributions' releases 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. Original-Maintainer: Benjamin Drung Package: distro-info-data Priority: optional Section: devel Installed-Size: 36 Maintainer: Ubuntu Developers Architecture: all Version: 0.8ubuntu0.21 Replaces: distro-info (<< 0.3~) Breaks: distro-info (<< 0.8.2ubuntu1~) Filename: pool/main/d/distro-info-data/distro-info-data_0.8ubuntu0.21_all.deb Size: 4884 SHA256: f353afff9092cfaae004624887bb912a097c8c4d18d91339c6ad32aa1c42693c SHA1: bd844aebca7973e0cf6feb7c7486676ebbec171f MD5sum: da3036c8fa17bc89883a6bd77080f929 Description: 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. Original-Maintainer: Benjamin Drung Package: dnsmasq Priority: optional Section: net Installed-Size: 108 Maintainer: Ubuntu Developers Architecture: all Version: 2.59-4ubuntu0.4 Suggests: resolvconf Depends: netbase, adduser, dnsmasq-base (>= 2.59-4ubuntu0.4) Conflicts: resolvconf (<< 1.15) Filename: pool/main/d/dnsmasq/dnsmasq_2.59-4ubuntu0.4_all.deb Size: 15014 SHA256: 4821c694e4fa3a0c0a55c086fd1a37e834e2b407b027b3fec56c98851beb870f SHA1: d7b4d97ece9a4e8246a268ffd93df1d96c7797e7 MD5sum: cccc669b6f70da3250c05f5d87297322 Description: Small caching DNS proxy and DHCP/TFTP server Dnsmasq is a lightweight, easy to configure, DNS forwarder and DHCP server. It is designed to provide DNS and optionally, DHCP, to a small network. It can serve the names of local machines which are not in the global DNS. The DHCP server integrates with the DNS server and allows machines with DHCP-allocated addresses to appear in the DNS with names configured either in each host or in a central configuration file. Dnsmasq supports static and dynamic DHCP leases and BOOTP/TFTP for network booting of diskless machines. Original-Maintainer: Simon Kelley Package: dnsmasq-base Source: dnsmasq Priority: optional Section: net Installed-Size: 512 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.59-4ubuntu0.4 Replaces: dnsmasq (<< 2.59-4ubuntu0) Depends: libc6 (>= 2.15), libdbus-1-3 (>= 1.1.1), libidn11 (>= 1.13), libnetfilter-conntrack3 (>= 0.9.1) Breaks: dnsmasq (<< 2.59-4ubuntu0) Filename: pool/main/d/dnsmasq/dnsmasq-base_2.59-4ubuntu0.4_amd64.deb Size: 212182 SHA256: a128d3ce83f61559e6004ceaffa86c619b5e43e8b2d3226978aa18e58184dd4b SHA1: cc3e70ac3e413a5e0348030ae0dcb3d538d25a58 MD5sum: 5174bea8ba03fa90e2777c228f1c9431 Description: Small caching DNS proxy and DHCP/TFTP server This package contains the dnsmasq executable and documentation, but not the infrastructure required to run it as a system daemon. For that, install the dnsmasq package. Original-Maintainer: Simon Kelley Package: dnsmasq-utils Source: dnsmasq Priority: optional Section: net Installed-Size: 69 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.59-4ubuntu0.4 Depends: libc6 (>= 2.14) Conflicts: dnsmasq (<< 2.40) Filename: pool/main/d/dnsmasq/dnsmasq-utils_2.59-4ubuntu0.4_amd64.deb Size: 9480 SHA256: a85d1e6ba6fc762253ba871bede73c6bdac7526e63e3d856d3c43c7aa8d0be5b SHA1: 6457500c17fd9234490c2e793cf44620e49fb93d MD5sum: b791c663ccfbbba3fb828f8e4353257c Description: Utilities for manipulating DHCP leases Small utilities to query a DHCP server's lease database and remove leases from it. These programs are distributed with dnsmasq and may not work correctly with other DHCP servers. Original-Maintainer: Simon Kelley Package: dnsutils Source: bind9 Priority: standard Section: net Installed-Size: 373 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1:9.8.1.dfsg.P1-4ubuntu0.32 Replaces: bind, bind9 (<< 1:9.1.0-3) Suggests: rblcheck Depends: libbind9-80 (= 1:9.8.1.dfsg.P1-4ubuntu0.32), libc6 (>= 2.14), libdns81 (= 1:9.8.1.dfsg.P1-4ubuntu0.32), libisc83 (= 1:9.8.1.dfsg.P1-4ubuntu0.32), libisccfg82 (= 1:9.8.1.dfsg.P1-4ubuntu0.32), libkrb5-3 (>= 1.6.dfsg.2), liblwres80 (= 1:9.8.1.dfsg.P1-4ubuntu0.32), bind9-host | host Conflicts: netstd (<< 2.00) Filename: pool/main/b/bind9/dnsutils_9.8.1.dfsg.P1-4ubuntu0.32_amd64.deb Size: 148382 SHA256: df02c740e93f0bdce37f22db6a0d9f9696cd46728560e4155abfbf58ea00d01e SHA1: db4c6a273fd1aefcbee093b56168503984145d25 MD5sum: 9d5a3fd9c9b9282233f1c2ca4274a016 Description: Clients provided with BIND Description-md5: 1aff2ba47dd0a764e277d4ac37f5360b Original-Maintainer: LaMont Jones Package: dovecot-common Source: dovecot Priority: extra Section: oldlibs Installed-Size: 99 Maintainer: Ubuntu Developers Architecture: all Version: 1:2.0.19-0ubuntu2.8 Suggests: dovecot-gssapi, dovecot-sieve, dovecot-pgsql, dovecot-mysql, dovecot-sqlite, dovecot-ldap, dovecot-managesieved Depends: dovecot-core Filename: pool/main/d/dovecot/dovecot-common_2.0.19-0ubuntu2.8_all.deb Size: 51270 SHA256: d088356339cc8479f76fcfa488e379e52b37d5778639e836adf589c21f9dc194 SHA1: cbd52e886f20055aec252858b28726a39e7310c1 MD5sum: 95220f03bec841f49184a74e86e405e1 Description: Transitional package for dovecot This is a transitional package for dovecot, and can be safely removed after the installation is complete. Original-Maintainer: Dovecot Maintainers Package: dovecot-core Source: dovecot Priority: optional Section: mail Installed-Size: 4422 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1:2.0.19-0ubuntu2.8 Recommends: ntpdate Replaces: dovecot-common (<< 1:2.0.14-2~) Suggests: ntp, dovecot-gssapi, dovecot-sieve, dovecot-pgsql, dovecot-mysql, dovecot-sqlite, dovecot-ldap, dovecot-imapd, dovecot-pop3d, dovecot-lmtpd, dovecot-managesieved, dovecot-solr, ufw Provides: dovecot-common Depends: libbz2-1.0, libc6 (>= 2.14), libpam0g (>= 0.99.7.1), libssl1.0.0 (>= 1.0.0), zlib1g (>= 1:1.1.4), upstart-job, libpam-runtime (>= 0.76-13.1), openssl, adduser, ucf (>= 2.0020), ssl-cert (>= 1.0-11ubuntu1), lsb-base (>= 3.2-12ubuntu3) Breaks: dovecot-common (<< 1:2.0.14-2~) Filename: pool/main/d/dovecot/dovecot-core_2.0.19-0ubuntu2.8_amd64.deb Size: 2012770 SHA256: c7427441f929d0a013523d11c5fb5ee8f218c243591684ef78e4c27df42b1f51 SHA1: e47641857c7ea5ac5d1ce4ac959d5461a824000c MD5sum: 5eaf8cacacfc20dc12f615ee94246150 Description: 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. Original-Maintainer: Dovecot Maintainers Package: dovecot-dbg Source: dovecot Priority: extra Section: debug Installed-Size: 15440 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1:2.0.19-0ubuntu2.8 Depends: dovecot-core (= 1:2.0.19-0ubuntu2.8) Pre-Depends: dpkg (>= 1.15.6) Filename: pool/main/d/dovecot/dovecot-dbg_2.0.19-0ubuntu2.8_amd64.deb Size: 3256066 SHA256: acc73c07bafef05c8c4f423d83277481976f881a1bce157056f29b1afdeab433 SHA1: 87a4d02fccd1612c7109452ff127e13a45f7b89b MD5sum: cf47784e08886cf76584472837e05795 Description: 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. Original-Maintainer: Dovecot Maintainers Package: dovecot-dev Source: dovecot Priority: optional Section: mail Installed-Size: 1092 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1:2.0.19-0ubuntu2.8 Replaces: dovecot-common (<< 1:2.0.14-2~) Depends: dovecot-core (= 1:2.0.19-0ubuntu2.8) Breaks: dovecot-common (<< 1:2.0.14-2~) Filename: pool/main/d/dovecot/dovecot-dev_2.0.19-0ubuntu2.8_amd64.deb Size: 229872 SHA256: 829fca1f3583e9baeea506fecac0ebe5c41a84d984d99ff5b900afdcd0f5c99d SHA1: d48a5c0790d2687feb69e5809c643ef353f75426 MD5sum: 433a41442f8b817cfa97d7f2668cebef Description: 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. Original-Maintainer: Dovecot Maintainers Package: dovecot-gssapi Source: dovecot Priority: optional Section: mail Installed-Size: 304 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1:2.0.19-0ubuntu2.8 Depends: libc6 (>= 2.4), libgssapi-krb5-2 (>= 1.10+dfsg~), libkrb5-3 (>= 1.6.dfsg.2), dovecot-core (= 1:2.0.19-0ubuntu2.8) Filename: pool/main/d/dovecot/dovecot-gssapi_2.0.19-0ubuntu2.8_amd64.deb Size: 9514 SHA256: f7a034f36303297bc44fcc4770d4fa634abb61ae1a112c192fceb16d2e15e41e SHA1: 7090b68ee1f41da5af214e28249dab4c2abf214a MD5sum: aa2ab1bf4c8c0333aa9f273e1e265ec8 Description: GSSAPI authentication 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 GSSAPI authentication support for Dovecot. Original-Maintainer: Dovecot Maintainers Package: dovecot-imapd Source: dovecot Priority: optional Section: mail Installed-Size: 501 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1:2.0.19-0ubuntu2.8 Provides: imap-server Depends: dovecot-core (= 1:2.0.19-0ubuntu2.8), libc6 (>= 2.4), ucf (>= 2.0020) Filename: pool/main/d/dovecot/dovecot-imapd_2.0.19-0ubuntu2.8_amd64.deb Size: 89448 SHA256: a73c0f72e180378bf676f383f19002e7011667972d90e4c5cceaea1be8584438 SHA1: 861a9593b3f042eacac28bb391bfc35d4badf33a MD5sum: 13cde8c8c180b46ccd1c555910b710e1 Description: 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. Original-Maintainer: Dovecot Maintainers Package: dovecot-ldap Source: dovecot Priority: optional Section: mail Installed-Size: 345 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1:2.0.19-0ubuntu2.8 Depends: libc6 (>= 2.14), libldap-2.4-2 (>= 2.4.7), dovecot-core (= 1:2.0.19-0ubuntu2.8), ucf (>= 2.0020) Filename: pool/main/d/dovecot/dovecot-ldap_2.0.19-0ubuntu2.8_amd64.deb Size: 23248 SHA256: ca3c69de61b90e0a1c2404a19bb6af0c8bd5c7f184f4ce0992eae9d526cd96a4 SHA1: 1774bc6faf308aba1dcc67502f69a2b073143661 MD5sum: ccab69ce5899be8fb8e4b828c5cd29f1 Description: LDAP 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 LDAP support for Dovecot. Original-Maintainer: Dovecot Maintainers Package: dovecot-lmtpd Source: dovecot Priority: optional Section: mail Installed-Size: 335 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1:2.0.19-0ubuntu2.8 Replaces: dovecot-common (<< 1:2.0.14-2~) Depends: dovecot-core (= 1:2.0.19-0ubuntu2.8), libc6 (>= 2.4), ucf (>= 2.0020) Breaks: dovecot-common (<< 1:2.0.14-2~) Filename: pool/main/d/dovecot/dovecot-lmtpd_2.0.19-0ubuntu2.8_amd64.deb Size: 22816 SHA256: 0f7c454ed59da4d70b27a624da36a07962192d2c74b4b3667bcc5d79eb4657be SHA1: a572bc81090ec0b0b7d44ba23bbf487bff2f9c0d MD5sum: 68507bbdc0d482bf6e3a0300410e597e Description: secure LMTP 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 LMTP server. Original-Maintainer: Dovecot Maintainers Package: dovecot-managesieved Source: dovecot Priority: optional Section: mail Installed-Size: 424 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1:2.0.19-0ubuntu2.8 Replaces: dovecot-common (<< 1:2.0.14-2~) Depends: dovecot-core (= 1:2.0.19-0ubuntu2.8), dovecot-sieve (= 1:2.0.19-0ubuntu2.8), libc6 (>= 2.4), ucf (>= 2.0020) Breaks: dovecot-common (<< 1:2.0.14-2~) Filename: pool/main/d/dovecot/dovecot-managesieved_2.0.19-0ubuntu2.8_amd64.deb Size: 54194 SHA256: 658c4ec5275d704a07e4254c7366511842d4d55b0cedb43b077fcfe248f64593 SHA1: 52a104302cf8ce9b0f58187671addf87d2603b6e MD5sum: 2ffa3d2d8f5b85028ac9e8a788c4bc7f Description: 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. Original-Maintainer: Dovecot Maintainers Package: dovecot-mysql Source: dovecot Priority: optional Section: mail Installed-Size: 313 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1:2.0.19-0ubuntu2.8 Depends: libc6 (>= 2.2.5), libmysqlclient18 (>= 5.5.13-1), dovecot-core (= 1:2.0.19-0ubuntu2.8) Filename: pool/main/d/dovecot/dovecot-mysql_2.0.19-0ubuntu2.8_amd64.deb Size: 10728 SHA256: f73357ef0a4a2755266b2d716e2ce2d748f741e759e06a36ddf768fe1fee8a27 SHA1: 5f698c2de337c12bce87fad01eba65cb1158438b MD5sum: 09eade27469b9a237c3f93cc86dca983 Description: MySQL 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 MySQL support for Dovecot. Original-Maintainer: Dovecot Maintainers Package: dovecot-pgsql Source: dovecot Priority: optional Section: mail Installed-Size: 321 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1:2.0.19-0ubuntu2.8 Depends: libc6 (>= 2.2.5), libpq5, dovecot-core (= 1:2.0.19-0ubuntu2.8) Filename: pool/main/d/dovecot/dovecot-pgsql_2.0.19-0ubuntu2.8_amd64.deb Size: 13846 SHA256: 48fb9246ad1dfd2de684bbf2748892c68df17a0d6211fd4bf273124e6931b727 SHA1: 68c0bc51853a1d66dfab7135babbea0adb775321 MD5sum: b351b1a149dde7cfdbe0f7bcef1bb673 Description: PostgreSQL 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 PostgreSQL support for Dovecot. Original-Maintainer: Dovecot Maintainers Package: dovecot-pop3d Source: dovecot Priority: optional Section: mail Installed-Size: 356 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1:2.0.19-0ubuntu2.8 Provides: pop3-server Depends: dovecot-core (= 1:2.0.19-0ubuntu2.8), libc6 (>= 2.4), ucf (>= 2.0020) Filename: pool/main/d/dovecot/dovecot-pop3d_2.0.19-0ubuntu2.8_amd64.deb Size: 29908 SHA256: cc72fd8deff2280194fb45ccc8da294a18f9c9d61b1dd3ec9cecc94c8adfa7fe SHA1: 5c7f7d12832d1109b665487e312e35cc0cbf9b72 MD5sum: 46088d0eccf1afdaf02de87254a77c17 Description: 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. Original-Maintainer: Dovecot Maintainers Package: dovecot-postfix Source: dovecot Priority: optional Section: mail Installed-Size: 53 Maintainer: Ubuntu Developers Architecture: all Version: 1:2.0.19-0ubuntu2.8 Depends: mail-stack-delivery Filename: pool/main/d/dovecot/dovecot-postfix_2.0.19-0ubuntu2.8_all.deb Size: 3524 SHA256: 0c14ed08f9100af90b8cc1771f9a00ff18f5f3713382ec68e2d3d4143a9fbebd SHA1: 11b6e0d7961242d19aeb07ee4019221665691200 MD5sum: 6d0375c8e7762030f824e02a9d393fe6 Description: 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. Original-Maintainer: Dovecot Maintainers Package: dovecot-sieve Source: dovecot Priority: optional Section: mail Installed-Size: 866 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1:2.0.19-0ubuntu2.8 Depends: dovecot-core (= 1:2.0.19-0ubuntu2.8), libc6 (>= 2.14), ucf (>= 2.0020) Filename: pool/main/d/dovecot/dovecot-sieve_2.0.19-0ubuntu2.8_amd64.deb Size: 215680 SHA256: d9fdd8352399368f906e7aa75e0e474cc6fb64f1b59f375cd836e0aa767e5260 SHA1: ec352ce287e6a5b5d9ec29b0ae1af33e8a71c8d8 MD5sum: 1a030ed9b2c33bd8cb3523656b80eb15 Description: 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. Original-Maintainer: Dovecot Maintainers Package: dovecot-solr Source: dovecot Priority: optional Section: mail Installed-Size: 317 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1:2.0.19-0ubuntu2.8 Depends: libc6 (>= 2.14), libcurl3-gnutls (>= 7.16.2-1), libexpat1 (>= 1.95.8), dovecot-core (= 1:2.0.19-0ubuntu2.8) Filename: pool/main/d/dovecot/dovecot-solr_2.0.19-0ubuntu2.8_amd64.deb Size: 17584 SHA256: 0f4161bed82656023654c19e0db6c074fcd086b2ec775bce977f75197cd56bf3 SHA1: d151ad5e4ba034c46b4b8e67ccc7567cba543706 MD5sum: b5fbfa4774233b89ba0b71adb060da2f Description: Solr full text search 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 Solr full text search support for Dovecot. Original-Maintainer: Dovecot Maintainers Package: dovecot-sqlite Source: dovecot Priority: optional Section: mail Installed-Size: 309 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1:2.0.19-0ubuntu2.8 Depends: libc6 (>= 2.14), libsqlite3-0 (>= 3.5.9), dovecot-core (= 1:2.0.19-0ubuntu2.8) Filename: pool/main/d/dovecot/dovecot-sqlite_2.0.19-0ubuntu2.8_amd64.deb Size: 9116 SHA256: 26c3cb39f663c1708f4d3727d5644fbf5391857557800dcd8ee50924c8b9415d SHA1: 061fa3a3960051da9130ec6dfd2919a5829a7529 MD5sum: 4e7dd6084f7f5321f34f62f7ba629471 Description: SQLite 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 SQLite support for Dovecot. Original-Maintainer: Dovecot Maintainers Package: dpkg Priority: required Section: admin Installed-Size: 5932 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.16.1.2ubuntu7.9 Suggests: apt Pre-Depends: libbz2-1.0, libc6 (>= 2.14), libselinux1 (>= 1.32), zlib1g (>= 1:1.1.4), coreutils (>= 5.93-1), tar (>= 1.23), xz-utils Breaks: apt (<< 0.7.7), aptitude (<< 0.4.7-1), dpkg-dev (<< 1.15.8), libdpkg-perl (<< 1.15.8), pinfo (<< 0.6.9-3.1), tkinfo (<< 2.8-3.1) Essential: yes Filename: pool/main/d/dpkg/dpkg_1.16.1.2ubuntu7.9_amd64.deb Size: 1829504 SHA256: e70aff3610e0f4bf7d1d6e9fc22f986c1e72bb203941ffef371ce399547f5110 SHA1: 69eaf7c781482f163643f45f008ef60818be5cb3 MD5sum: b3df9a6f689dfb8ef1a6cd05141a464c Description: Debian package management system This package provides the low-level infrastructure for handling the installation and removal of Debian software packages. . For Debian package development tools, install dpkg-dev. Origin: debian Multi-Arch: foreign Bugs: debbugs://bugs.debian.org Original-Maintainer: Dpkg Developers Package: dpkg-dev Source: dpkg Priority: optional Section: utils Installed-Size: 1163 Maintainer: Ubuntu Developers Architecture: all Version: 1.16.1.2ubuntu7.9 Recommends: gcc | c-compiler, build-essential, fakeroot, gnupg, gpgv, libalgorithm-merge-perl Suggests: debian-keyring Depends: libdpkg-perl (= 1.16.1.2ubuntu7.9), bzip2, xz-utils, patch, make, binutils, base-files (>= 5.0.0) Breaks: devscripts (<< 2.10.26), dpkg-cross (<< 2.0.0) Filename: pool/main/d/dpkg/dpkg-dev_1.16.1.2ubuntu7.9_all.deb Size: 468794 SHA256: bc970743db0e5f975451fc1f7566875eb6639c0b2218998365b445d7ffd10292 SHA1: 99f82b30135ca13394fe14c694077536bad16c79 MD5sum: 7032fc7c9d41d0a3e6a8c874bd5d4d1e Description: Debian package development tools This package provides the development tools (including dpkg-source) required to unpack, build and upload Debian source packages. . Most Debian source packages will require additional tools to build; for example, most packages need make and the C compiler gcc. Origin: debian Multi-Arch: foreign Bugs: debbugs://bugs.debian.org Original-Maintainer: Dpkg Developers Package: dselect Source: dpkg Priority: optional Section: admin Installed-Size: 1180 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.16.1.2ubuntu7.9 Replaces: dpkg-ftp, dpkg-multicd Suggests: perl Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libncursesw5 (>= 5.6+20070908), libstdc++6 (>= 4.1.1), libtinfo5, dpkg (>= 1.13.1) Conflicts: dpkg-ftp, dpkg-multicd Filename: pool/main/d/dpkg/dselect_1.16.1.2ubuntu7.9_amd64.deb Size: 183370 SHA256: 7b912130b52d1c0186a9b237b29c4d20dc36d6a0b6d3bf5c94e8b59b8a019349 SHA1: b88c4ec00d84c8fbca07ea9a005c4884f688668c MD5sum: 0c3134eadb743e3d73785e3a29f8aa8c Description: 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. Origin: debian Multi-Arch: foreign Bugs: debbugs://bugs.debian.org Original-Maintainer: Dpkg Developers Package: e2fsck-static Source: e2fsprogs Priority: optional Section: admin Installed-Size: 1315 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.42-1ubuntu2.5 Recommends: sash | bash-static | zsh-static | busybox-static | zsh30-static Filename: pool/main/e/e2fsprogs/e2fsck-static_1.42-1ubuntu2.5_amd64.deb Size: 590452 SHA256: e88efc8de1c2bfb525e949cc9d07b65ba59f932b650a3863a589fcd3e4bbe591 SHA1: 6c64f94186abad3a29ba3942b4f5b84a2f8ba540 MD5sum: 5676ccad9b96bea5b752972238cae88f Description: statically-linked version of the ext2/ext3/ext4 filesystem checker This may be of some help to you if your filesystem gets corrupted enough to break the shared libraries used by the dynamically linked checker. . This binary takes much more space than its dynamic counterpart located in e2fsprogs, though. . You may want to install a statically-linked shell as well, to be able to run this program if something like your C library gets corrupted. Original-Maintainer: Theodore Y. Ts'o Package: e2fslibs Source: e2fsprogs Priority: required Section: libs Installed-Size: 370 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.42-1ubuntu2.5 Replaces: e2fsprogs (<< 1.34-1) Provides: libe2p2, libext2fs2 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Filename: pool/main/e/e2fsprogs/e2fslibs_1.42-1ubuntu2.5_amd64.deb Size: 188756 SHA256: 27d2501c13a5d145053e1212fd835f3ac19a88fbbab1cab3d1a29fd3504311be SHA1: 9c9cb0a86e0b04409be65fb87d7d28026ee0819d MD5sum: fe849eb7efaa0ca933fd482f53bfed75 Description: ext2/ext3/ext4 file system libraries The ext2, ext3 and ext4 file systems are successors of the original ext ("extended") file system. They are the main file system types used for hard disks on Debian and other Linux systems. . This package provides the ext2fs and e2p libraries, for userspace software that directly accesses extended file systems. Programs that use libext2fs include e2fsck, mke2fs, and tune2fs. Programs that use libe2p include dumpe2fs, chattr, and lsattr. Multi-Arch: same Original-Maintainer: Theodore Y. Ts'o Package: e2fslibs-dbg Source: e2fsprogs Priority: extra Section: debug Installed-Size: 1130 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.42-1ubuntu2.5 Depends: e2fslibs (= 1.42-1ubuntu2.5) Filename: pool/main/e/e2fsprogs/e2fslibs-dbg_1.42-1ubuntu2.5_amd64.deb Size: 352542 SHA256: fa963f52e8800bb0ab55fb3825cc132818854d781848ea4523bff74cf865f21a SHA1: 63279379d9bb5209b5164d17083bc27cd6c0f37f MD5sum: 5817fc92e7cc409841981b8e9c130159 Description: debugging information for e2fslibs This package includes the debug information useful for debugging the ext2fs and e2p libraries, contained in the e2fslibs package. The debug information is used for execution tracing and core dump analysis. Original-Maintainer: Theodore Y. Ts'o Package: e2fslibs-dev Source: e2fsprogs Priority: extra Section: libdevel Installed-Size: 887 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.42-1ubuntu2.5 Replaces: libkrb5-dev (<< 1.3) Suggests: doc-base Provides: e2p-dev, ext2fs-dev Depends: libc6-dev | libc-dev, comerr-dev, e2fslibs (= 1.42-1ubuntu2.5), dpkg (>= 1.15.4) | install-info Filename: pool/main/e/e2fsprogs/e2fslibs-dev_1.42-1ubuntu2.5_amd64.deb Size: 238854 SHA256: 077ad7ada00569d8cba38a4eebbaa9339809182cd59e5982e35bb0b4e3071ab7 SHA1: 4017c098b2975c71445c94956f8f8b1e82ec36f9 MD5sum: cdc2b22c1346f1749edc6f9ef93cae46 Description: ext2/ext3/ext4 file system libraries - headers and static libraries The ext2, ext3 and ext4 file systems are successors of the original ext ("extended") file system. They are the main file system types used for hard disks on Debian and other Linux systems. . This package contains the development environment for the ext2fs and e2p libraries. Original-Maintainer: Theodore Y. Ts'o Package: e2fsprogs Priority: required Section: admin Installed-Size: 2330 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.42-1ubuntu2.5 Replaces: hurd (<= 20040301-1), libblkid1 (<< 1.38+1.39-WIP-2005.12.10-2), libuuid1 (<< 1.38+1.39-WIP-2005.12.10-2) Suggests: gpart, parted, e2fsck-static Conflicts: dump (<< 0.4b4-4), initscripts (<< 2.85-4), quota (<< 1.55-8.1), sysvinit (<< 2.85-4) Pre-Depends: e2fslibs (= 1.42-1ubuntu2.5), libblkid1 (>= 2.17.2), libc6 (>= 2.14), libcomerr2 (>= 1.42~WIP-2011-10-05-1), libss2 (>= 1.34-1), libuuid1 (>= 2.16), util-linux (>= 2.15~rc1-1) Essential: yes Filename: pool/main/e/e2fsprogs/e2fsprogs_1.42-1ubuntu2.5_amd64.deb Size: 966896 SHA256: fcff5c31c5da4c96a805bc4aa2819078749df8c29cee93cbd6c75ba649e79e6f SHA1: 7b34707f9f1c30686f5e84eb622fa366f43ddebb MD5sum: d20cc72f7e49dc9fe5c20f6021f579e2 Description: ext2/ext3/ext4 file system utilities The ext2, ext3 and ext4 file systems are successors of the original ext ("extended") file system. They are the main file system types used for hard disks on Debian and other Linux systems. . This package contains programs for creating, checking, and maintaining ext2/3/4-based file systems. Original-Maintainer: Theodore Y. Ts'o Package: e2fsprogs-dbg Source: e2fsprogs Priority: extra Section: debug Installed-Size: 3813 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.42-1ubuntu2.5 Depends: e2fsprogs (= 1.42-1ubuntu2.5) Filename: pool/main/e/e2fsprogs/e2fsprogs-dbg_1.42-1ubuntu2.5_amd64.deb Size: 1298916 SHA256: ad28006ee4f4a91b224844322e4d616ed503deac217ce60429cbd1205753ab83 SHA1: 6620b0e132f50ef1d7d66776e3122ae4f441c347 MD5sum: 0df926d105cf936d2ead6e46d0e80a81 Description: debugging information for e2fsprogs This package includes the debug information useful for debugging e2fsprogs and its libraries, contained in the e2fsprogs and e2fsck-static packages. The debug information is used for execution tracing and core dump analysis. Original-Maintainer: Theodore Y. Ts'o Package: eglibc-source Source: eglibc Priority: optional Section: devel Installed-Size: 21501 Maintainer: Ubuntu Developers Architecture: all Version: 2.15-0ubuntu10.23 Recommends: xz-utils Filename: pool/main/e/eglibc/eglibc-source_2.15-0ubuntu10.23_all.deb Size: 13623372 SHA256: 46f5ef83739bb9956846bb8a00bd2161e9a456e3e713308e5ab0d9a80ebb76da SHA1: 549a9de3e6f85bf4a7745312479ee09131df9881 MD5sum: 128c8f28b88a894c1424d35e6cda867a Description: Embedded GNU C Library: sources This package contains the sources and patches which are needed to build eglibc. Original-Maintainer: GNU Libc Maintainers Package: expat Priority: optional Section: text Installed-Size: 73 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.0.1-7.2ubuntu1.7 Depends: libc6 (>= 2.3.4), libexpat1 (>= 1.95.8) Filename: pool/main/e/expat/expat_2.0.1-7.2ubuntu1.7_amd64.deb Size: 15004 SHA256: bd1eb3e1dfc388cc0b95a1863f93b1cebc999fdbe048230c207c05ef030fcce1 SHA1: 2732e3222f55c942437b9615f2bde05527fef4b7 MD5sum: 6fce7035652fd6bbc70fde1386dfca24 Description: XML parsing C library - example application This package contains xmlwf, an example application of expat, the C library for parsing XML. The arguments to xmlwf are one or more files which are each to be checked for XML well-formedness. Original-Maintainer: Debian XML/SGML Group Package: file Priority: standard Section: utils Installed-Size: 109 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.09-2ubuntu0.8 Depends: libc6 (>= 2.4), libmagic1 (= 5.09-2ubuntu0.8) Filename: pool/main/f/file/file_5.09-2ubuntu0.8_amd64.deb Size: 19978 SHA256: def3523bb67a3c30c056d08f81eae0203f862c503dc4e1ec00731f91d52b81dd SHA1: f3f463db365e32517bd50391201402781a3ed5e4 MD5sum: 4777f81c116c9c99721b9949b871ea7e Description: Determines file type using "magic" numbers File tests each argument in an attempt to classify it. There are three sets of tests, performed in this order: filesystem tests, magic number tests, and language tests. The first test that succeeds causes the file type to be printed. Original-Maintainer: Daniel Baumann Package: freetype2-demos Source: freetype Priority: optional Section: utils Installed-Size: 546 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.4.8-1ubuntu2.7 Replaces: freetype-tools Depends: libc6 (>= 2.14), libfreetype6 (>= 2.4.5), libx11-6 Filename: pool/main/f/freetype/freetype2-demos_2.4.8-1ubuntu2.7_amd64.deb Size: 216868 SHA256: d04446e149dff2552c3b477c5227a14bb0b144561a75678b898c4a5f41a00ef1 SHA1: 95df5235f38bb846e9e59c111b7ac6ef745026c0 MD5sum: 5db1620f800b35980fb9f02709236d1c Description: FreeType 2 demonstration programs This package contains some demonstration programs and utilities which showcase the features of the FreeType 2 font engine. Original-Maintainer: Steve Langasek Package: gettext Priority: optional Section: devel Installed-Size: 4068 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.18.1.1-5ubuntu3.1 Recommends: curl | wget | lynx-cur Suggests: gettext-doc Provides: libasprintf-dev, libgettextpo-dev Depends: libc6 (>= 2.14), libcroco3 (>= 0.6.2), libglib2.0-0 (>= 2.12.0), libgomp1 (>= 4.2.1), libncurses5 (>= 5.5-5~), libtinfo5, libunistring0, libxml2 (>= 2.6.27), libgettextpo0 (= 0.18.1.1-5ubuntu3.1), gettext-base, dpkg (>= 1.15.4) | install-info Conflicts: autopoint (<= 0.17-11) Filename: pool/main/g/gettext/gettext_0.18.1.1-5ubuntu3.1_amd64.deb Size: 1200758 SHA256: 3ce4a3f45413617f81a9fc03eb680c6f6c5809bd922afffed90c80f5192b4d1f SHA1: 647e96abf4b4844a17bf32f70151d1e4a5ee5cb4 MD5sum: 5632dddff23340a2be1b23148485b3ea Description: GNU Internationalization utilities Interesting for authors or maintainers of other packages or programs which they want to see internationalized. Multi-Arch: allowed Original-Maintainer: Santiago Vila Package: gettext-base Source: gettext Priority: standard Section: utils Installed-Size: 364 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.18.1.1-5ubuntu3.1 Provides: libasprintf0c2 Depends: libc6 (>= 2.14), libstdc++6 (>= 4.1.1) Filename: pool/main/g/gettext/gettext-base_0.18.1.1-5ubuntu3.1_amd64.deb Size: 79282 SHA256: e144bd12e4c5a45cd123dd9d8c69dbd9d9e67be77d5e0baf7f33cf18b2c2efd0 SHA1: 36f750287f7a3f0a9dfddc1aa1ea812659844371 MD5sum: 9d36968e0b7aabc118ad0ace5ef877b5 Description: GNU Internationalization utilities for the base system This package includes the gettext and ngettext programs which allow other packages to internationalize the messages given by shell scripts. Original-Maintainer: Santiago Vila Package: gettext-doc Source: gettext Priority: optional Section: doc Installed-Size: 3963 Maintainer: Ubuntu Developers Architecture: all Version: 0.18.1.1-5ubuntu3.1 Filename: pool/main/g/gettext/gettext-doc_0.18.1.1-5ubuntu3.1_all.deb Size: 885474 SHA256: 4ac3edb073dad50fb66000b3e3e2a6070978bfb73303e8a0f862aa2d2d0b5534 SHA1: aae86c3caca219b80fa5c7a30e8676ad7ed219e5 MD5sum: 75eb670d81147f943e5e2cb0c2380e9c Description: Documentation for GNU gettext This package contains the HTML documentation for GNU gettext, as well as simple "hello world" examples in several programming languages. Original-Maintainer: Santiago Vila Package: gettext-el Source: gettext Priority: optional Section: lisp Installed-Size: 243 Maintainer: Ubuntu Developers Architecture: all Version: 0.18.1.1-5ubuntu3.1 Depends: gettext, emacs23 | emacsen Filename: pool/main/g/gettext/gettext-el_0.18.1.1-5ubuntu3.1_all.deb Size: 40084 SHA256: 7283174117dd65c70f538e89abfb68b7f740c97543d65f69cc2e4569834e5e50 SHA1: bae7112fafafac1db9d5619b0b1d6e77ebd6550d MD5sum: e4f6bff91b7b8ade49893be11aef342a Description: Emacs po-mode for editing gettext .po files This package contains po-mode.el for easy .po editing using emacs. Original-Maintainer: Santiago Vila Package: gir1.2-polkit-1.0 Source: policykit-1 Priority: optional Section: introspection Installed-Size: 62 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.104-1ubuntu1.5 Depends: gir1.2-glib-2.0, libpolkit-agent-1-0 (>= 0.99), libpolkit-gobject-1-0 (>= 0.104) Filename: pool/main/p/policykit-1/gir1.2-polkit-1.0_0.104-1ubuntu1.5_amd64.deb Size: 8138 SHA256: 0bf00cca19a567abc9bc4d7db43cece81a1b483e513f56d3ed90cf5da92ca794 SHA1: d41a3358541f79de54e6b4a77605e52492387db6 MD5sum: a6d6db9b7b98f30753e58b009e4dc7e7 Description: 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. Original-Maintainer: Utopia Maintenance Team Package: glibc-doc Source: eglibc Priority: optional Section: doc Installed-Size: 8256 Maintainer: Ubuntu Developers Architecture: all Version: 2.15-0ubuntu10.23 Replaces: glibc-doc-reference Provides: glibc-doc-reference Depends: dpkg (>= 1.15.4) | install-info Conflicts: glibc-doc-reference Filename: pool/main/e/eglibc/glibc-doc_2.15-0ubuntu10.23_all.deb Size: 1892194 SHA256: 06baf411ec15b32ad03206e0eaab7ab54f8b348956ca83fe833f3cde7e161ed7 SHA1: 986a920e01e0d54a59f3d44307c93d6a9d9d2c6d MD5sum: 0e79e5e62782038c4c6ac40af90e78de Description: 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. Original-Maintainer: GNU Libc Maintainers Package: gnupg Priority: important Section: utils Installed-Size: 1940 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.4.11-3ubuntu2.12 Suggests: gnupg-curl, gnupg-doc, xloadimage | imagemagick | eog, libpcsclite1 Depends: libbz2-1.0, libc6 (>= 2.15), libreadline6 (>= 6.0), libusb-0.1-4 (>= 2:0.1.12), zlib1g (>= 1:1.1.4), dpkg (>= 1.15.4) | install-info, gpgv Filename: pool/main/g/gnupg/gnupg_1.4.11-3ubuntu2.12_amd64.deb Size: 809204 SHA256: b0fde0516e605bd3eb85a6e4ac6a60bad341fb9e4cd8b9177cb3498cff29027d SHA1: 73035d6999f294779d5a5f65406ee6170ede81fa MD5sum: ac7f38072af39d8b74b4dd0331589839 Description: GNU privacy guard - a free PGP replacement GnuPG is GNU's tool for secure communication and data storage. It can be used to encrypt data and to create digital signatures. It includes an advanced key management facility and is compliant with the proposed OpenPGP Internet standard as described in RFC 4880. . GnuPG 1.4 is the standalone, non-modularized series. In contrast to the version 2 series, shipped with the gnupg2 package, it comes with no support for S/MIME and some other tools useful for desktop environments, but also with less dependencies. . The gnupg package is built without libcurl. So it does not support HKPS keyservers. Install the gnupg-curl package if you want to use the keyserver helper tools built with libcurl and supporting HKPS. . 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). Multi-Arch: foreign Original-Maintainer: Debian GnuPG-Maintainers Package: gnupg-curl Source: gnupg Priority: optional Section: utils Installed-Size: 138 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.4.11-3ubuntu2.12 Depends: libc6 (>= 2.4), libcurl3-gnutls (>= 7.16.2-1), gnupg Filename: pool/main/g/gnupg/gnupg-curl_1.4.11-3ubuntu2.12_amd64.deb Size: 20248 SHA256: f25bfa58e09d7ffffb45f71659cd9867478fbb0e006efd4b6f795f84ac38ee64 SHA1: 3a45836e83615f2dfabec0ded38aca95546d38f3 MD5sum: 8de509e3460d498a3b3edc48fed8ba3f Description: GNU privacy guard - a free PGP replacement (cURL) 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. . This package contains the keyserver helper tools built with libcurl, which replace the ones in the gnupg package built with the "curl shim" variant of gnupg. This package provides support for HKPS keyservers. . 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). Multi-Arch: foreign Original-Maintainer: Debian GnuPG-Maintainers Package: gpgv Source: gnupg Priority: important Section: utils Installed-Size: 441 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.4.11-3ubuntu2.12 Suggests: gnupg Depends: libbz2-1.0, libc6 (>= 2.14), libreadline6 (>= 6.0), zlib1g (>= 1:1.1.4) Filename: pool/main/g/gnupg/gpgv_1.4.11-3ubuntu2.12_amd64.deb Size: 186336 SHA256: 6c2f28027df69b1823b7b1378ca2dbac61705553ee903b11c7e3ec9147149e65 SHA1: c4568cf93f1e02514ca513c153a30f62ae3438f1 MD5sum: b2f1253a5b5ca5ef4fa108c807bc3f4d Description: GNU privacy guard - signature verification tool GnuPG is GNU's tool for secure communication and data storage. . gpgv is a stripped-down version of gnupg which is only able to check signatures. It is smaller than the full-blown gnupg and uses a different (and simpler) way to check that the public keys used to make the signature are trustworthy. Multi-Arch: foreign Original-Maintainer: Debian GnuPG-Maintainers Package: heimdal-clients Source: heimdal Priority: extra Section: net Installed-Size: 861 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.6~git20120311.dfsg.1-2ubuntu0.2 Replaces: heimdal-servers (<< 0.6.3-12) Suggests: heimdal-docs, heimdal-kcm Provides: ftp, rsh-client, telnet-client Depends: krb5-config, libasn1-8-heimdal (>= 1.4.0+git20110226), libc6 (>= 2.15), libedit2 (>= 2.11-20080614-1), libgssapi3-heimdal (>= 1.4.0+git20110226), libhcrypto4-heimdal (>= 1.4.0+git20110226), libhdb9-heimdal (>= 1.4.0+git20110226), libheimntlm0-heimdal (>= 1.4.0+git20110226), libhx509-5-heimdal (>= 1.4.0+git20110226), libkadm5clnt7-heimdal (>= 1.6~git20120311), libkadm5srv8-heimdal (>= 1.4.0+git20110226), libkafs0-heimdal (>= 1.4.0+git20110226), libkrb5-26-heimdal (>= 1.6~git20120311), libotp0-heimdal (>= 1.4.0+git20110226), libroken18-heimdal (>= 1.4.0+git20110226), libsl0-heimdal (>= 1.6~git20120311), libtinfo5 Conflicts: ftp (<< 0.16-1), heimdal-servers (<< 0.4e-7), kerberos4kth-clients, kerberos4kth-user, netstd, openafs-client (<< 1.2.2-3), otp, rsh-client (<< 0.16.1-1), ssltelnet, telnet (<< 0.17-1), telnet-ssl (<< 0.14.9-2) Filename: pool/main/h/heimdal/heimdal-clients_1.6~git20120311.dfsg.1-2ubuntu0.2_amd64.deb Size: 336416 SHA256: fbde08ffa287bb1f8bb414ffd0fb1fed30ed5981974366bfd088dbe685d8dd11 SHA1: 3b47b4798985a29aecb1fb90d4d35f4a30e819bb MD5sum: 300dabcd2d0b1b0ac9f2ca52070b8eda Description: Heimdal Kerberos - clients Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package includes Kerberos utilities like kadmin, kinit, kpasswd and klist. It also includes client programs like telnet and ftp that have been compiled with Kerberos support. Original-Maintainer: Brian May Package: heimdal-clients-x Source: heimdal Priority: extra Section: net Installed-Size: 140 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.6~git20120311.dfsg.1-2ubuntu0.2 Replaces: heimdal-clients (<< 0.2l-2) Suggests: heimdal-docs Depends: heimdal-clients, libc6 (>= 2.15), libkafs0-heimdal (>= 1.4.0+git20110226), libkrb5-26-heimdal (>= 1.4.0+git20110226), libroken18-heimdal (>= 1.4.0+git20110226), libx11-6, libxau6, libxt6 Conflicts: heimdal-clients (<< 0.2l-2), kerberos4kth-x11 Filename: pool/main/h/heimdal/heimdal-clients-x_1.6~git20120311.dfsg.1-2ubuntu0.2_amd64.deb Size: 42972 SHA256: b4e277758467bd133b61a718aa8ab57362efec0995419b3164710db3bfe8a298 SHA1: f1d928f99803daa706d49439e5cf86054cc9e707 MD5sum: 20413c704582ed144c4e41d1d8e20c84 Description: Heimdal Kerberos - X11 client programs Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package includes Kerberos client programs for forwarding the X connection securely to a remote computer. Original-Maintainer: Brian May Package: heimdal-dbg Source: heimdal Priority: extra Section: debug Installed-Size: 12472 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.6~git20120311.dfsg.1-2ubuntu0.2 Depends: libkrb5-26-heimdal (= 1.6~git20120311.dfsg.1-2ubuntu0.2) Filename: pool/main/h/heimdal/heimdal-dbg_1.6~git20120311.dfsg.1-2ubuntu0.2_amd64.deb Size: 3853938 SHA256: 962c0d5fd4f27c3e4bb9b230a93bf6dc42e68b431078f6dad247a7875b899a5a SHA1: a35df40fe69287fa4015a66cca4cfdc1f3cdd93a MD5sum: 67bfc6e4ec64d0848c58f532875b035a Description: Heimdal Kerberos - debugging symbols Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package contains the debugging symbols for all heimdal libraries. Original-Maintainer: Brian May Package: heimdal-dev Source: heimdal Priority: extra Section: devel Installed-Size: 1256 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.6~git20120311.dfsg.1-2ubuntu0.2 Depends: heimdal-multidev (= 1.6~git20120311.dfsg.1-2ubuntu0.2) Conflicts: libkrb5-dev Filename: pool/main/h/heimdal/heimdal-dev_1.6~git20120311.dfsg.1-2ubuntu0.2_amd64.deb Size: 743050 SHA256: 640a63e0725ad30a6cd132b351294b49d6e6885f7b3e93fb4234a6fadfb15aac SHA1: f3571ff93348cf566e9f3bd127023c19a94fc852 MD5sum: a566b54d4df0c6453befc664610edc34 Description: Heimdal Kerberos - development files Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This is the development package, required for developing programs for Heimdal. Original-Maintainer: Brian May Package: heimdal-docs Source: heimdal Priority: extra Section: doc Installed-Size: 138 Maintainer: Ubuntu Developers Architecture: all Version: 1.6~git20120311.dfsg.1-2ubuntu0.2 Replaces: heimdal-lib (<< 0.3c-5), heimdal-servers (<< 0.6.3-3), libkrb5-15-heimdal Suggests: heimdal-clients, heimdal-clients-x, heimdal-servers, heimdal-servers-x Depends: dpkg (>= 1.15.4) | install-info Conflicts: heimdal-lib (<< 0.3c-5) Filename: pool/main/h/heimdal/heimdal-docs_1.6~git20120311.dfsg.1-2ubuntu0.2_all.deb Size: 77890 SHA256: 6af5fef6e4d6a507d319b082c64483a166fe1f9a4b503ec692268014817521b3 SHA1: 90a7a155ee658548ed5630f14263f797d3e8db54 MD5sum: 5aff504d7f18a34ddb96065cc16e341b Description: Heimdal Kerberos - documentation Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package includes documentation (in info format) on how to use Heimdal, and relevant standards for Kerberos. Original-Maintainer: Brian May Package: heimdal-kcm Source: heimdal Priority: extra Section: net Installed-Size: 133 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.6~git20120311.dfsg.1-2ubuntu0.2 Depends: libc6 (>= 2.14), libhcrypto4-heimdal (>= 1.4.0+git20110226), libheimntlm0-heimdal (>= 1.4.0+git20110226), libkrb5-26-heimdal (>= 1.4.0+git20110226), libroken18-heimdal (>= 1.4.0+git20110226) Filename: pool/main/h/heimdal/heimdal-kcm_1.6~git20120311.dfsg.1-2ubuntu0.2_amd64.deb Size: 33238 SHA256: 53c8413f7c49204b529965603f273caa6eec18f563d336ae444988f3c79ffe99 SHA1: 65e3f3117b6fe76da57a9d240c42cbee428b5a37 MD5sum: e1abd4beeb18419587e9992776ca21dc Description: Heimdal Kerberos - KCM daemon Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package includes the KCM daemon which can hold the credentials for all users in the system. Access control is done with Unix-like permissions. The daemon checks the access on all operations based on the UID and GID of the user. The tickets are renewed as long as is permitted by the KDC's policy. Original-Maintainer: Brian May Package: heimdal-kdc Source: heimdal Priority: extra Section: net Installed-Size: 373 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.6~git20120311.dfsg.1-2ubuntu0.2 Recommends: logrotate Replaces: heimdal-clients (<< 0.7.2-1), heimdal-servers (<< 0.4e-3) Suggests: heimdal-docs Depends: debconf (>= 0.5.00) | debconf-2.0, heimdal-clients, krb5-config, openbsd-inetd | inet-superserver, libasn1-8-heimdal (>= 1.4.0+git20110226), libc6 (>= 2.15), libgssapi3-heimdal (>= 1.4.0+git20110226), libhcrypto4-heimdal (>= 1.4.0+git20110226), libhdb9-heimdal (>= 1.4.0+git20110226), libkadm5srv8-heimdal (>= 1.6~git20120311), libkdc2-heimdal (>= 1.4.0+git20110226), libkrb5-26-heimdal (>= 1.4.0+git20110226), libroken18-heimdal (>= 1.4.0+git20110226), libsl0-heimdal (>= 1.4.0+git20110226) Conflicts: heimdal-clients (<< 0.4e-3), heimdal-servers (<< 0.6.3-3), kerberos4kth-kdc, krb5-admin-server, krb5-kdc Filename: pool/main/h/heimdal/heimdal-kdc_1.6~git20120311.dfsg.1-2ubuntu0.2_amd64.deb Size: 107884 SHA256: 04cbb0ba5517c54a2611a32767ebcbb1d7c59f0c65a90ba48f39ea3b2629d693 SHA1: 943ddc25834fb12674b5b053fb5f1636a8c67ab4 MD5sum: 130e14ab9dcad11f18c88aba18fe12d6 Description: Heimdal Kerberos - key distribution center (KDC) Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package includes the KDC (key distribution center) server, which is designed to run on a secure computer and keeps track of users' passwords. This is done using the Kerberos protocol in such a way that the server computers do not need to know the passwords. Original-Maintainer: Brian May Package: heimdal-multidev Source: heimdal Priority: extra Section: devel Installed-Size: 5916 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.6~git20120311.dfsg.1-2ubuntu0.2 Replaces: heimdal-clients (<< 0.4e-7) Suggests: heimdal-docs Depends: comerr-dev, libasn1-8-heimdal (= 1.6~git20120311.dfsg.1-2ubuntu0.2), libgssapi3-heimdal (= 1.6~git20120311.dfsg.1-2ubuntu0.2), libhcrypto4-heimdal (= 1.6~git20120311.dfsg.1-2ubuntu0.2), libhdb9-heimdal (= 1.6~git20120311.dfsg.1-2ubuntu0.2), libheimbase1-heimdal (= 1.6~git20120311.dfsg.1-2ubuntu0.2), libhx509-5-heimdal (= 1.6~git20120311.dfsg.1-2ubuntu0.2), libkadm5clnt7-heimdal (= 1.6~git20120311.dfsg.1-2ubuntu0.2), libkadm5srv8-heimdal (= 1.6~git20120311.dfsg.1-2ubuntu0.2), libkafs0-heimdal (= 1.6~git20120311.dfsg.1-2ubuntu0.2), libkdc2-heimdal (= 1.6~git20120311.dfsg.1-2ubuntu0.2), libkrb5-26-heimdal (= 1.6~git20120311.dfsg.1-2ubuntu0.2), libwind0-heimdal (= 1.6~git20120311.dfsg.1-2ubuntu0.2) Conflicts: heimdal-clients (<< 0.4e-7), kerberos4kth-dev Filename: pool/main/h/heimdal/heimdal-multidev_1.6~git20120311.dfsg.1-2ubuntu0.2_amd64.deb Size: 1488770 SHA256: e46c1e46a6ea6d991a29a5fb725bd5444b69099ebb975c10b92a8fefb6576f5e SHA1: 496f15338c8673838a030a08cecbab5c5969dee5 MD5sum: 23a3f550dd44ad6c3e0016dd59e75589 Description: Heimdal Kerberos - Multi-implementation Development Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package provides versions of the Heimdal development files that can be installed along-side MIT Kerberos development files. Normally, heimdal-dev should be used. However if a package needs to build against both Heimdal Kerberos and MIT Kerberos, then the multidev package should be used. Original-Maintainer: Brian May Package: heimdal-servers Source: heimdal Priority: extra Section: net Installed-Size: 378 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.6~git20120311.dfsg.1-2ubuntu0.2 Replaces: heimdal-clients (<< 0.2l-2) Suggests: heimdal-docs Provides: ftp-server, pop3-server, rsh-server, telnet-server Depends: krb5-config, openbsd-inetd | inet-superserver, libasn1-8-heimdal (>= 1.4.0+git20110226), libc6 (>= 2.15), libgssapi3-heimdal (>= 1.5~pre2+git20110720), libhcrypto4-heimdal (>= 1.4.0+git20110226), libkafs0-heimdal (>= 1.4.0+git20110226), libkrb5-26-heimdal (>= 1.4.0+git20110226), libotp0-heimdal (>= 1.4.0+git20110226), libroken18-heimdal (>= 1.4.0+git20110226) Conflicts: ftp-server, heimdal-clients (<< 0.2l-2), kerberos4kth-services, netstd, pop3-server, rsh-server, telnet-server, telnetd, telnetd-ssl, wu-ftpd-academ (<< 2.5.0) Filename: pool/main/h/heimdal/heimdal-servers_1.6~git20120311.dfsg.1-2ubuntu0.2_amd64.deb Size: 149676 SHA256: a9920e786e51500e0fcfcdd383d48977dd23c34f3e908701617d3a7f94c1dc8d SHA1: c3b3a0f4f9c91fa5a6155c9ec23766ec1505eee5 MD5sum: 6f323041aa67f3d1386f867fbc24eba2 Description: Heimdal Kerberos - server programs Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package includes servers such as telnetd and ftpd that have been compiled with Heimdal support. Original-Maintainer: Brian May Package: heimdal-servers-x Source: heimdal Priority: extra Section: net Installed-Size: 95 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.6~git20120311.dfsg.1-2ubuntu0.2 Replaces: heimdal-servers (<< 0.2l-3) Suggests: heimdal-docs Depends: heimdal-servers, openbsd-inetd | inet-superserver, libc6 (>= 2.15), libkrb5-26-heimdal (>= 1.4.0+git20110226), libroken18-heimdal (>= 1.4.0+git20110226), libxau6 Conflicts: heimdal-servers (<< 0.2l-3), kerberos4kth-x11 Filename: pool/main/h/heimdal/heimdal-servers-x_1.6~git20120311.dfsg.1-2ubuntu0.2_amd64.deb Size: 18508 SHA256: cd804342b647a0c2e1f8da80525aae365ceaa139116f8356e7801768f625c37f SHA1: 364398482eaae71573bcb327d13ef26f71daf2aa MD5sum: 983f6cd89b0a12bd0a48970ddc2a8909 Description: Heimdal Kerberos - X11 server programs Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package includes Kerberos server programs for forwarding the X connection securely from a remote computer. Original-Maintainer: Brian May Package: host Source: bind9 Priority: standard Section: net Installed-Size: 49 Maintainer: Ubuntu Developers Architecture: all Version: 1:9.8.1.dfsg.P1-4ubuntu0.32 Depends: bind9-host Filename: pool/main/b/bind9/host_9.8.1.dfsg.P1-4ubuntu0.32_all.deb Size: 5220 SHA256: 39461e64acdb6012a4c07f83b3a8f076f7b635cf733ad9bfe77aef60465cfb7d SHA1: 131ac23542d9538d3991f6fa68de8d968d463a8e MD5sum: 021c4e3c9ea7118cee7a97c267012bed Description: Transitional package This dummy package is provided for a smooth transition from the previous host package. It may safely be removed after installation. Original-Maintainer: LaMont Jones Package: icu-doc Source: icu Priority: optional Section: doc Installed-Size: 29091 Maintainer: Ubuntu Developers Architecture: all Version: 4.8.1.1-3ubuntu0.10 Filename: pool/main/i/icu/icu-doc_4.8.1.1-3ubuntu0.10_all.deb Size: 4338982 SHA256: 5f4f610ae6df7a6dffdbc8daed606af7b35036478a2bf69dee72d46c7533be63 SHA1: bcec63efa4ae6296bc18548f8c792288d69fa94b MD5sum: e1c12f1002480972e9f64ca48eb3854c Description: 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. Original-Maintainer: Jay Berkenbilt Package: idle-python2.7 Source: python2.7 Priority: optional Section: python Installed-Size: 949 Maintainer: Ubuntu Core Developers Architecture: all Version: 2.7.3-0ubuntu3.19 Replaces: python2.7 (<< 2.6.1-2) Depends: python2.7, python-tk (>= 2.6~a3), python2.7-tk Enhances: python2.7 Filename: pool/main/p/python2.7/idle-python2.7_2.7.3-0ubuntu3.19_all.deb Size: 252698 SHA256: 2eab00109010b4993c2de029cb166deecb258c86c917266ca433f3636afa1857 SHA1: e8660f706cdf382ac6bcdef2786df99ca1c1a07a MD5sum: 9adee08a45f9bcc939a4fffba190b1b0 Description: 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. Original-Maintainer: Matthias Klose Package: idn Source: libidn Priority: optional Section: misc Installed-Size: 199 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.23-2ubuntu0.2 Depends: libc6 (>= 2.4), libidn11 (>= 1.13) Filename: pool/main/libi/libidn/idn_1.23-2ubuntu0.2_amd64.deb Size: 20540 SHA256: 74a1cd63364b00dafbf9249f9663cd526b201178b1cf22f5d5ddd892eebdb43d SHA1: 3be42850f94135adef1139af380e327175869a6b MD5sum: e2fb428954069667981be97ce2975a07 Description: Command line and Emacs interface to GNU Libidn GNU Libidn is a fully documented implementation of the Stringprep, Punycode and IDNA specifications. Libidn's purpose is to encode and decode internationalized domain names. The Nameprep, XMPP, SASLprep, and iSCSI profiles are supported. . This package contains the idn command-line tool and its Emacs lisp interface. Original-Maintainer: Debian Libidn Team Package: ipsec-tools Priority: extra Section: net Installed-Size: 242 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1:0.8.0-9ubuntu1.2 Depends: libc6 (>= 2.14), lsb-base (>= 3.0) Filename: pool/main/i/ipsec-tools/ipsec-tools_0.8.0-9ubuntu1.2_amd64.deb Size: 71692 SHA256: 479a12e94627d2a5241332154c67ecfcdb5bb8a50df424d7597e1b1d3f455d50 SHA1: c4879221c32ec2196fe4ba27e391b3e852b3220c MD5sum: 0ee7b89e5b55e14d58c403e769468e6f Description: IPsec tools for Linux IPsec-Tools is a port of the KAME IPsec utilities for Linux. It can be used with the ipsec implementation in 2.6 and later kernels or with the 2.4 backport of the ipsec changes. Original-Maintainer: Matthew Grant Package: isc-dhcp-client Source: isc-dhcp Priority: important Section: net Installed-Size: 734 Maintainer: Ubuntu Developers Architecture: amd64 Version: 4.1.ESV-R4-0ubuntu5.13 Replaces: dhcp3-client Suggests: resolvconf, avahi-autoipd, apparmor Provides: dhcp3-client Depends: debianutils (>= 2.8.2), isc-dhcp-common (= 4.1.ESV-R4-0ubuntu5.13), iproute, libc6 (>= 2.15) Conflicts: dhcp-client (<< 3.0), ifupdown (<< 0.6.8+nmu3), resolvconf (<= 1.45), samba-common (<< 3.0.0beta1-2) Breaks: network-manager (<< 0.8.2~rc1) Filename: pool/main/i/isc-dhcp/isc-dhcp-client_4.1.ESV-R4-0ubuntu5.13_amd64.deb Size: 289734 SHA256: 917d714e6ff47ac08062a40645f367893bc4114ad2d2c6010c608c496c5403ea SHA1: 6fc1decebab7444411942f77a7edeae342557923 MD5sum: b0944700000bc1a94bb509588e0bd2e7 Description: ISC DHCP client This is the client from the Internet Software Consortium's implementation of DHCP. For more information visit http://www.isc.org. . Dynamic Host Configuration Protocol (DHCP) is a protocol like BOOTP (actually dhcpd includes much of the functionality of bootpd). It gives client machines "leases" for IP addresses and can automatically set their network configuration. If your machine depends on DHCP (especially likely if it's a workstation on a large network, or a laptop, or attached to a cable modem), keep this or another DHCP client installed. . Extra documentation can be found in the package isc-dhcp-common. Original-Maintainer: Debian ISC DHCP maintainers Package: isc-dhcp-client-dbg Source: isc-dhcp Priority: extra Section: debug Installed-Size: 1960 Maintainer: Ubuntu Developers Architecture: amd64 Version: 4.1.ESV-R4-0ubuntu5.13 Suggests: resolvconf, avahi-autoipd Depends: debianutils (>= 2.8.2), isc-dhcp-common (= 4.1.ESV-R4-0ubuntu5.13) Conflicts: dhcp-client (<< 3.0), samba-common (<< 3.0.0beta1-2) Filename: pool/main/i/isc-dhcp/isc-dhcp-client-dbg_4.1.ESV-R4-0ubuntu5.13_amd64.deb Size: 682298 SHA256: 22077ac79322ae11a583be9300c7823ca0ec1201d9400197a8b6cc2ce6e547de SHA1: 7b8283588046cada15ad89ed757d7b0916c63ea7 MD5sum: 781dc5dc801673c7a4d055fbc6d460b1 Description: ISC DHCP client (debugging symbols) This is the client from the Internet Software Consortium's implementation of DHCP. For more information visit http://www.isc.org. . This package contains the debugging symbols for isc-dhcp-client . Dynamic Host Configuration Protocol (DHCP) is a protocol like BOOTP (actually dhcpd includes much of the functionality of bootpd). It gives client machines "leases" for IP addresses and can automatically set their network configuration. If your machine depends on DHCP (especially likely if it's a workstation on a large network, or a laptop, or attached to a cable modem), keep this or another DHCP client installed. . Extra documentation can be found in the package isc-dhcp-common. Original-Maintainer: Debian ISC DHCP maintainers Package: isc-dhcp-common Source: isc-dhcp Priority: important Section: net Installed-Size: 673 Maintainer: Ubuntu Developers Architecture: amd64 Version: 4.1.ESV-R4-0ubuntu5.13 Replaces: dhcp3-common Provides: dhcp3-common Depends: debianutils (>= 2.8.2), libc6 (>= 2.15) Filename: pool/main/i/isc-dhcp/isc-dhcp-common_4.1.ESV-R4-0ubuntu5.13_amd64.deb Size: 347100 SHA256: 85f7afe37b36d69653059670b0a0b8b089881263a02c47c7be047030e46359a6 SHA1: 64780bc929adb15870c34e41348f436e9d363cfe MD5sum: a73a7c7a4c950545825d1528c3a68509 Description: common files used by all the isc-dhcp* packages This package contains the files used by all the packages from ISC DHCP. Original-Maintainer: Debian ISC DHCP maintainers Package: isc-dhcp-dev Source: isc-dhcp Priority: optional Section: devel Installed-Size: 2355 Maintainer: Ubuntu Developers Architecture: amd64 Version: 4.1.ESV-R4-0ubuntu5.13 Replaces: dhcp3-dev Provides: dhcp3-dev Depends: libc6-dev Filename: pool/main/i/isc-dhcp/isc-dhcp-dev_4.1.ESV-R4-0ubuntu5.13_amd64.deb Size: 725934 SHA256: 1d8b47ea3f3d6db89c806bef86dd070c1bf410711b42156391a01a0b90ad3a50 SHA1: 018914b5bc2981019404eb22653395f7e712fd46 MD5sum: 706f4b82bdbe3b1873b3b359a2aeb1ea Description: API for accessing and modifying the DHCP server and client state OMAPI is an API for accessing and modifying the DHCP server and client state. Original-Maintainer: Debian ISC DHCP maintainers Package: isc-dhcp-relay Source: isc-dhcp Priority: optional Section: net Installed-Size: 585 Maintainer: Ubuntu Developers Architecture: amd64 Version: 4.1.ESV-R4-0ubuntu5.13 Replaces: dhcp3-relay Provides: dhcp3-relay Depends: debianutils (>= 2.8.2), isc-dhcp-common (= 4.1.ESV-R4-0ubuntu5.13), libc6 (>= 2.15), debconf (>= 0.5) | debconf-2.0, upstart-job Conflicts: dhcp-relay Filename: pool/main/i/isc-dhcp/isc-dhcp-relay_4.1.ESV-R4-0ubuntu5.13_amd64.deb Size: 227282 SHA256: f04ce7915dd61a064f8fb20610d4248d1f0057fd04902949e733918b3201fc8f SHA1: a885783d2c389cd7cb9d8f3b02aac71792296cd8 MD5sum: cb19bbb2c906e73e24202680643fceb8 Description: ISC DHCP relay daemon This is the relay from the Internet Software Consortium's implementation of DHCP. For more information visit http://www.isc.org. . Installing this package will make the machine a DHCP relay, which requires a reachable DHCP or BOOTP server in order to function. . Extra documentation can be found in the package isc-dhcp-common. Original-Maintainer: Debian ISC DHCP maintainers Package: isc-dhcp-relay-dbg Source: isc-dhcp Priority: extra Section: debug Installed-Size: 1794 Maintainer: Ubuntu Developers Architecture: amd64 Version: 4.1.ESV-R4-0ubuntu5.13 Depends: debianutils (>= 2.8.2), isc-dhcp-common (= 4.1.ESV-R4-0ubuntu5.13) Conflicts: dhcp-relay Filename: pool/main/i/isc-dhcp/isc-dhcp-relay-dbg_4.1.ESV-R4-0ubuntu5.13_amd64.deb Size: 616490 SHA256: 607f3bcb9e109847b557dba7c184c0d2b735c565f50b62b6a1df20bd0bc4137c SHA1: ecb8164800b44dd3a03fa46b0ec9a3a92c17a6f0 MD5sum: 151d7395bf9c61cbc36ae883085bd0d9 Description: DHCP relay daemon (debugging symbols) This is the relay from the Internet Software Consortium's implementation of DHCP. For more information visit http://www.isc.org. . This package contains the debugging symbols for isc-dhcp-relay . Installing this package will make the machine a DHCP relay, which requires a reachable DHCP or BOOTP server in order to function. . Extra documentation can be found in the package isc-dhcp-common. Original-Maintainer: Debian ISC DHCP maintainers Package: isc-dhcp-server Source: isc-dhcp Priority: optional Section: net Installed-Size: 986 Maintainer: Ubuntu Developers Architecture: amd64 Version: 4.1.ESV-R4-0ubuntu5.13 Replaces: dhcp3-server Suggests: isc-dhcp-server-ldap, apparmor Provides: dhcp3-server Depends: debianutils (>= 2.8.2), isc-dhcp-common (= 4.1.ESV-R4-0ubuntu5.13), lsb-base, adduser, libc6 (>= 2.15), libcap2 (>= 2.10), debconf (>= 0.5) | debconf-2.0, upstart-job Conflicts: dhcp Filename: pool/main/i/isc-dhcp/isc-dhcp-server_4.1.ESV-R4-0ubuntu5.13_amd64.deb Size: 428790 SHA256: e486779931ba9daefd0ea42b9783e8202615bb0ec0c394538002389a18fa0b5d SHA1: 244c18e44d004b83c876acefabced337cad1eb05 MD5sum: fb4722723c3a54df051a1c6fce25a4e4 Description: ISC DHCP server for automatic IP address assignment This is the server from the Internet Software Consortium's implementation of DHCP. For more information, visit http://www.isc.org. . Dynamic Host Configuration Protocol (DHCP) is a protocol like BOOTP (actually dhcpd includes much of the functionality of bootpd). It gives client machines "leases" for IP addresses and can automatically set their network configuration. . This server can handle multiple ethernet interfaces. Original-Maintainer: Debian ISC DHCP maintainers Package: isc-dhcp-server-dbg Source: isc-dhcp Priority: extra Section: debug Installed-Size: 2588 Maintainer: Ubuntu Developers Architecture: amd64 Version: 4.1.ESV-R4-0ubuntu5.13 Suggests: isc-dhcp-server-ldap Depends: debianutils (>= 2.8.2), isc-dhcp-common (= 4.1.ESV-R4-0ubuntu5.13), lsb-base Conflicts: dhcp Filename: pool/main/i/isc-dhcp/isc-dhcp-server-dbg_4.1.ESV-R4-0ubuntu5.13_amd64.deb Size: 903712 SHA256: 2baced3ed57fdc67ef263385efdbd6d72a9baa371bf720197f6c695ba20a3a28 SHA1: c75cf6e7a4edeaff4a68f3e16212e2e6e9f0afc2 MD5sum: d0e29bcc93843c0033f665f5290c5bdf Description: ISC DHCP server for automatic IP address assignment (debug) This is the server from the Internet Software Consortium's implementation of DHCP. For more information, visit http://www.isc.org. . This package contains the debugging symbols for isc-dhcp-server . Dynamic Host Configuration Protocol (DHCP) is a protocol like BOOTP (actually dhcpd includes much of the functionality of bootpd). It gives client machines "leases" for IP addresses and can automatically set their network configuration. . This server can handle multiple ethernet interfaces. Original-Maintainer: Debian ISC DHCP maintainers Package: isc-dhcp-server-ldap Source: isc-dhcp Priority: optional Section: net Installed-Size: 880 Maintainer: Ubuntu Developers Architecture: amd64 Version: 4.1.ESV-R4-0ubuntu5.13 Replaces: dhcp3-server-ldap Provides: dhcp3-server-ldap Depends: debianutils (>= 2.8.2), isc-dhcp-common (= 4.1.ESV-R4-0ubuntu5.13), isc-dhcp-server (= 4.1.ESV-R4-0ubuntu5.13), libc6 (>= 2.15), libcap2 (>= 2.10), libldap-2.4-2 (>= 2.4.7), libssl1.0.0 (>= 1.0.0) Conflicts: dhcp Enhances: isc-dhcp-server Filename: pool/main/i/isc-dhcp/isc-dhcp-server-ldap_4.1.ESV-R4-0ubuntu5.13_amd64.deb Size: 385514 SHA256: 1a8748dff4fdd3d791dcc607b0d9039b0497978a0d19a263a65154d6c11fa1fd SHA1: 71cc99f4df0359e92cf2739646999e04be4c11cb MD5sum: 3faea60d3c64cf5fa823b6d483b070aa Description: DHCP server able to use LDAP as backend This is the server from the Internet Software Consortium's implementation of DHCP. For more information, visit http://www.isc.org. . Dynamic Host Configuration Protocol (DHCP) is a protocol like BOOTP (actually dhcpd includes much of the functionality of bootpd). It gives client machines "leases" for IP addresses and can automatically set their network configuration. . This is the DHCP server with LDAP patches applied to it. Original-Maintainer: Debian ISC DHCP maintainers Package: keepalived Priority: extra Section: admin Installed-Size: 360 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1:1.2.2-3ubuntu1.2 Depends: libc6 (>= 2.15), libnl-3-200 (>= 3.2.3), libnl-genl-3-200 (>= 3.2.3), libpopt0 (>= 1.14), libssl1.0.0 (>= 1.0.0), ipvsadm, iproute Filename: pool/main/k/keepalived/keepalived_1.2.2-3ubuntu1.2_amd64.deb Size: 124380 SHA256: 60e19751caab977055f0448c1e05e04ac6d4064a0d16191bb5dc6c0908146472 SHA1: 04a95476df98e8ded0bc797041bc47d252fcb3fb MD5sum: 33281f75caeb34e6c0cbfb1105276953 Description: Failover and monitoring daemon for LVS clusters keepalived is used for monitoring real servers within a Linux Virtual Server (LVS) cluster. keepalived can be configured to remove real servers from the cluster pool if it stops responding, as well as send a notification email to make the admin aware of the service failure. . In addition, keepalived implements an independent Virtual Router Redundancy Protocol (VRRPv2; see rfc2338 for additional info) framework for director failover. . You need a kernel >= 2.4.28 or >= 2.6.11 for keepalived. See README.Debian for more information. Original-Maintainer: Alexander Wirt Package: ldap-utils Source: openldap Priority: optional Section: net Installed-Size: 683 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.4.28-1.1ubuntu4.12 Recommends: libsasl2-modules Replaces: openldap-utils, openldapd, slapd (<< 2.2.23-0.pre6) Provides: ldap-client, openldap-utils Depends: libc6 (>= 2.14), libldap-2.4-2 (= 2.4.28-1.1ubuntu4.12), libsasl2-2 (>= 2.1.24) Conflicts: ldap-client, openldap-utils, umich-ldap-utils Filename: pool/main/o/openldap/ldap-utils_2.4.28-1.1ubuntu4.12_amd64.deb Size: 284960 SHA256: c7c9df0609fc574546ebd3ab9e2b7d8181f3e96549c1a34dcc5d32c96d00ab99 SHA1: 5257afbee453153e8b8a2b77c7da342f49e70fdd MD5sum: 4e5dd4cefb8c7be2c92f312415d4ce10 Description: OpenLDAP utilities This package provides utilities from the OpenLDAP (Lightweight Directory Access Protocol) package. These utilities can access a local or remote LDAP server and contain all the client programs required to access LDAP servers. Original-Maintainer: Debian OpenLDAP Maintainers Package: lemon Source: sqlite3 Priority: optional Section: devel Installed-Size: 209 Maintainer: Ubuntu Developers Architecture: amd64 Version: 3.7.9-2ubuntu1.4 Depends: libc6 (>= 2.14) Filename: pool/main/s/sqlite3/lemon_3.7.9-2ubuntu1.4_amd64.deb Size: 42938 SHA256: 5fba48c2de70ce84f2f46130a9b43fd7f3c8251d3e0efa4c58c11299b582e1f2 SHA1: 95caff7e5dcc9d23e08e58ff74d9bf264452b70c MD5sum: e12bf62fe99543db125bd6aff25a223b Description: LALR(1) Parser Generator for C or C++ Lemon is an LALR(1) parser generator for C or C++. It does the same job as bison and yacc. But lemon is not another bison or yacc clone. It uses a different grammar syntax which is designed to reduce the number of coding errors. Lemon also uses a more sophisticated parsing engine that is faster than yacc and bison and which is both reentrant and thread-safe. Furthermore, Lemon implements features that can be used to eliminate resource leaks, making is suitable for use in long-running programs such as graphical user interfaces or embedded controllers. Original-Maintainer: Laszlo Boszormenyi (GCS) Package: lftp Priority: optional Section: net Installed-Size: 1076 Maintainer: Ubuntu Developers Architecture: amd64 Version: 4.3.3-1ubuntu0.1 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libgnutls26 (>= 2.12.6.1-0), libreadline6 (>= 6.0), libtinfo5, netbase Filename: pool/main/l/lftp/lftp_4.3.3-1ubuntu0.1_amd64.deb Size: 457216 SHA256: 48c17a86f99672ebb3a500887b7eab6cdb5d70db245884ebce7b9c7f00192446 SHA1: 4cd3cca5c7157e028fdb8d3faedc596e378eb17c MD5sum: c8fa8c1e90bde7b6b335d018d18c9235 Description: Sophisticated command-line FTP/HTTP client programs Lftp is a file retrieving tool that supports FTP, HTTP, FISH, SFTP, HTTPS and FTPS protocols under both IPv4 and IPv6. Lftp has an amazing set of features, while preserving its interface as simple and easy as possible. . The main two advantages over other ftp clients are reliability and ability to perform tasks in background. It will reconnect and reget the file being transferred if the connection broke. You can start a transfer in background and continue browsing on the ftp site. It does this all in one process. When you have started background jobs and feel you are done, you can just exit lftp and it automatically moves to nohup mode and completes the transfers. It has also such nice features as reput and mirror. It can also download a file as soon as possible by using several connections at the same time. . Lftp can also be scriptable, it can be used to mirror sites, it lets you copy files among remote servers (even between FTP and HTTP). It has an extensive online help. It supports bookmarks, and connecting to several ftp/http sites at the same time. . This package also includes lftpget - A simple non-interactive tool for downloading files. Original-Maintainer: Noël Köthe Package: lib32bz2-1.0 Source: bzip2 Priority: optional Section: libs Installed-Size: 103 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.0.6-1ubuntu0.2 Replaces: ia32-libs Pre-Depends: libc6-i386 (>= 2.9-18) Filename: pool/main/b/bzip2/lib32bz2-1.0_1.0.6-1ubuntu0.2_amd64.deb Size: 33548 SHA256: acd40820464e344c3f3ad91f8b9cb1dfeb90b918e0470c95097f7bffd34206fc SHA1: 1b753e78a3ba2dc440773eceb1f4b8050c80e682 MD5sum: 0052572fbcf09df881efa91c5a09a22e Description: high-quality block-sorting file compressor library - 32bit runtime This package contains the libbzip2 32bit runtime library. Original-Maintainer: Anibal Monsalve Salazar Package: lib32bz2-dev Source: bzip2 Priority: optional Section: libdevel Installed-Size: 91 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.0.6-1ubuntu0.2 Replaces: ia32-libs-dev Depends: lib32bz2-1.0 (= 1.0.6-1ubuntu0.2), libbz2-dev (= 1.0.6-1ubuntu0.2), libc6-dev-i386 Filename: pool/main/b/bzip2/lib32bz2-dev_1.0.6-1ubuntu0.2_amd64.deb Size: 29458 SHA256: d195e1d39ec027e642bea1cfacc9eee4c7618f4505c1e43383ccf516f79e43c3 SHA1: 6e6d44819e84481ac85dee361d76738615e11b44 MD5sum: a5620f0422214c75ea5648b6dd4bf9ba Description: high-quality block-sorting file compressor library - 32bit development Static libraries and include files for the bzip2 compressor library (32bit). Original-Maintainer: Anibal Monsalve Salazar Package: lib32ffi-dev Source: libffi Priority: extra Section: libdevel Installed-Size: 111 Maintainer: Ubuntu Developers Architecture: amd64 Version: 3.0.11~rc1-5ubuntu0.1 Depends: libffi-dev (= 3.0.11~rc1-5ubuntu0.1), lib32ffi6 (= 3.0.11~rc1-5ubuntu0.1) Conflicts: libc6-i386 (<= 2.9-18) Filename: pool/main/libf/libffi/lib32ffi-dev_3.0.11~rc1-5ubuntu0.1_amd64.deb Size: 28272 SHA256: 538d866a515809b66c1920e68a7a4851b943e9ec4cfeaba5d439035be1ab1694 SHA1: 8a1dd407a6d242bb4560600ad6e5381e5996a4b4 MD5sum: bdb58b6836e16f06f3bd671b32d2be03 Description: Foreign Function Interface library (development files, 32bit) This package contains the headers and static library files necessary for building programs which use libffi. . A foreign function interface is the popular name for the interface that allows code written in one language to call code written in another language. Original-Maintainer: Debian GCC Maintainers Package: lib32ffi6 Source: libffi Priority: extra Section: libs Installed-Size: 57 Maintainer: Ubuntu Developers Architecture: amd64 Version: 3.0.11~rc1-5ubuntu0.1 Depends: libc6-i386 (>= 2.4) Filename: pool/main/libf/libffi/lib32ffi6_3.0.11~rc1-5ubuntu0.1_amd64.deb Size: 16492 SHA256: f2263ccdd2f9a7357fe01abf805bb5528ea48a036c0ec0674edbf2a958a19d39 SHA1: 67062681bec5bad23bd3d132e7c7d34a44db7e45 MD5sum: 287015ad220ac2a968e869a39a3cf9f1 Description: Foreign Function Interface library runtime (32bit) A foreign function interface is the popular name for the interface that allows code written in one language to call code written in another language. Original-Maintainer: Debian GCC Maintainers Package: lib32icu-dev Source: icu Priority: optional Section: libdevel Installed-Size: 24004 Maintainer: Ubuntu Developers Architecture: amd64 Version: 4.8.1.1-3ubuntu0.10 Suggests: icu-doc Depends: libicu-dev (= 4.8.1.1-3ubuntu0.10), lib32icu48 (= 4.8.1.1-3ubuntu0.10) Filename: pool/main/i/icu/lib32icu-dev_4.8.1.1-3ubuntu0.10_amd64.deb Size: 8586100 SHA256: b355f909842668e605e920b678566f14efa29d1dbc3073ef66cbe8bab0d09e9a SHA1: fc503e68a8ad62bc3d19f13fb24956457c2319d2 MD5sum: 82857c312b492bbc5922e321b4473bcc Description: Development files for International Components for Unicode (32-bit) 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. Original-Maintainer: Jay Berkenbilt Package: lib32icu48 Source: icu Priority: optional Section: libs Installed-Size: 21731 Maintainer: Ubuntu Developers Architecture: amd64 Version: 4.8.1.1-3ubuntu0.10 Depends: lib32gcc1 (>= 1:4.1.1), lib32stdc++6 (>= 4.2.1), libc6-i386 (>= 2.7) Filename: pool/main/i/icu/lib32icu48_4.8.1.1-3ubuntu0.10_amd64.deb Size: 8213246 SHA256: 7ae45ef9d1dff99fe30e1995559c9121a1409ee8399108a0cb8de5f51dda0bef SHA1: 14c7d0f550049375b7f705fbab2029def93a4fbe MD5sum: 7fc60dd8ada2c589be0df1a642bcec38 Description: International Components for Unicode (32-bit) 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. Original-Maintainer: Jay Berkenbilt Package: libapache2-mod-perl2 Priority: optional Section: httpd Installed-Size: 3073 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.0.5-5ubuntu1.1 Recommends: libbsd-resource-perl, libapache2-reload-perl Depends: perl (>= 5.14.2-6ubuntu2.9), perlapi-5.14.2, libapr1 (>= 1.2.7), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.14), libperl5.14 (>= 5.14.2), apache2 | apache2-mpm-itk, apache2.2-common, libdevel-symdump-perl, liburi-perl, libwww-perl, netbase Filename: pool/main/liba/libapache2-mod-perl2/libapache2-mod-perl2_2.0.5-5ubuntu1.1_amd64.deb Size: 1017656 SHA256: 6a59149e9370df800a81ecae4001ca686a506657454b99a8e0a04b3bdf1810a4 SHA1: d2f9b7d2c223cbd221350e7281d9517f7a4b175d MD5sum: 2ce9a52991ff161788dc6235dcf1e749 Description: Integration of perl with the Apache2 web server mod_perl allows the use of Perl for just about anything Apache-related, including sections in the config files and the famous Apache::Registry module for caching compiled scripts. . It can produce anywhere from a 400% to 2000% speed increase on sites using perl scripts, and is used on many large script- based web sites - for example, http://slashdot.org. Original-Maintainer: Debian Perl Group Package: libapache2-mod-perl2-dev Source: libapache2-mod-perl2 Priority: optional Section: libdevel Installed-Size: 235 Maintainer: Ubuntu Developers Architecture: all Version: 2.0.5-5ubuntu1.1 Depends: libapache2-mod-perl2 (>= 2.0.5-5ubuntu1.1), libapache2-mod-perl2 (<< 2.0.5-5ubuntu1.1.1~) Filename: pool/main/liba/libapache2-mod-perl2/libapache2-mod-perl2-dev_2.0.5-5ubuntu1.1_all.deb Size: 36804 SHA256: 189b057a7b37d0a234df756f3f1a0772d1a83e59a4acfe80c01482d99fdbfae1 SHA1: bac53ccb13fced2d856201dcce61981a95ddef10 MD5sum: e425ffecdb853b49ca4d47439f999205 Description: Integration of perl with the Apache2 web server - development files mod_perl allows the use of Perl for just about anything Apache-related, including sections in the config files and the famous Apache::Registry module for caching compiled scripts. . This package contains the header files required for building C-based modules integrating with mod_perl. Original-Maintainer: Debian Perl Group Package: libapache2-mod-perl2-doc Source: libapache2-mod-perl2 Priority: optional Section: doc Installed-Size: 3527 Maintainer: Ubuntu Developers Architecture: all Version: 2.0.5-5ubuntu1.1 Suggests: dwww Filename: pool/main/liba/libapache2-mod-perl2/libapache2-mod-perl2-doc_2.0.5-5ubuntu1.1_all.deb Size: 1871754 SHA256: a084700d793f0fea2f77d379f81be1b147a1f93c38e65ca3499db3dfdd949f1a SHA1: 2c0daf620760c6d6c4cff171b1aa6172ab592023 MD5sum: b43c9a4d7f4bbff3c62406cc0ffd6863 Description: Integration of perl with the Apache2 web server - documentation mod_perl allows the use of Perl for just about anything Apache-related, including sections in the config files and the famous Apache::Registry module for caching compiled scripts. . This package contains additional documentation for mod_perl tailored to be indexed by the doc-base system. Original-Maintainer: Debian Perl Group Package: libapache2-mod-php5 Source: php5 Priority: optional Section: httpd Installed-Size: 8570 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.3.10-1ubuntu3.48 Recommends: php5-cli Suggests: php-pear Provides: phpapi-20090626 Depends: libbz2-1.0, libc6 (>= 2.15), libdb5.1, libpcre3 (>= 8.10), libssl1.0.0 (>= 1.0.0), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4), mime-support, apache2-mpm-prefork (>> 2.0.52) | apache2-mpm-itk, apache2.2-common, php5-common (= 5.3.10-1ubuntu3.48), libmagic1, ucf, tzdata Conflicts: libapache2-mod-php4, libapache2-mod-php5filter Filename: pool/main/p/php5/libapache2-mod-php5_5.3.10-1ubuntu3.48_amd64.deb Size: 3122468 SHA256: 35578f47c51679554d770e6fd9011273c01eb064ce4e3595b05682e697087870 SHA1: 421900cfd24016a7791e486f7fffb75086efbab1 MD5sum: 1a32e397e56361084a0b2a547376a345 Description: server-side, HTML-embedded scripting language (Apache 2 module) Description-md5: 6c70dc99007c3674ec8fa67b866940df Original-Maintainer: Debian PHP Maintainers Package: libapache2-mod-php5filter Source: php5 Priority: extra Section: httpd Installed-Size: 8569 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.3.10-1ubuntu3.48 Suggests: php-pear Provides: phpapi-20090626 Depends: libbz2-1.0, libc6 (>= 2.15), libdb5.1, libpcre3 (>= 8.10), libssl1.0.0 (>= 1.0.0), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4), mime-support, apache2-mpm-prefork (>> 2.0.52) | apache2-mpm-itk, apache2.2-common, php5-common (= 5.3.10-1ubuntu3.48), libmagic1, ucf, tzdata Conflicts: libapache2-mod-php4, libapache2-mod-php5 Filename: pool/main/p/php5/libapache2-mod-php5filter_5.3.10-1ubuntu3.48_amd64.deb Size: 3121556 SHA256: 1c76f9df6d893086351430227298a01cd2fa3453065b724e57a905396f771b2f SHA1: 57279dff94ef990a494b5018c7cbf359668b3254 MD5sum: e873ecf1e838c1f5d24d53a0aa15115e Description: server-side, HTML-embedded scripting language (apache 2 filter module) Description-md5: 282e6529884de5950bab225186880e97 Original-Maintainer: Debian PHP Maintainers Package: libapache2-svn Source: subversion Priority: optional Section: httpd Installed-Size: 349 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.6.17dfsg-3ubuntu3.8 Suggests: db4.8-util Depends: apache2.2-common, libc6 (>= 2.4), libsvn1 (>= 1.6) Filename: pool/main/s/subversion/libapache2-svn_1.6.17dfsg-3ubuntu3.8_amd64.deb Size: 82482 SHA256: e6c6da367b323c5d07327c55ad23af945ecf98bbb1161640b516675eba845196 SHA1: 819c8ab297a9e3f949c34c505bb7f46a9eee1d17 MD5sum: 07bd2c3ebb72a12c8e54f6aba02dac70 Description: Subversion server modules for Apache This package provides the mod_dav_svn and mod_authz_svn modules for the Apache 2.2 web server. These modules provide Subversion's WebDAV server backend, to serve repositories over the http and https protocols. See the 'subversion' package for more information. Original-Maintainer: Peter Samuelson Package: libapt-inst1.4 Source: apt Priority: important Section: admin Installed-Size: 816 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.8.16~exp12ubuntu10.29 Depends: libapt-pkg4.12 (>= 0.8.16~exp12ubuntu10.29), libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0) Pre-Depends: multiarch-support Filename: pool/main/a/apt/libapt-inst1.4_0.8.16~exp12ubuntu10.29_amd64.deb Size: 98602 SHA256: 7cb66ffc850da513368f7a33236683d6aac69c9b70157525fa4e55c5ea910b53 SHA1: a7b3651f19b4e587eb4723b5b4f9c3375787ab91 MD5sum: 4d72c6defb0f55d82a2d5f171fb1d6dc Description: deb package format runtime library This library provides methods to query and extract information from deb packages. This includes the control data and the package file content. Multi-Arch: same Original-Maintainer: APT Development Team Package: libapt-pkg-dev Source: apt Priority: optional Section: libdevel Installed-Size: 485 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.8.16~exp12ubuntu10.29 Depends: libapt-pkg4.12 (= 0.8.16~exp12ubuntu10.29), libapt-inst1.4 (= 0.8.16~exp12ubuntu10.29), zlib1g-dev | zlib-dev Filename: pool/main/a/apt/libapt-pkg-dev_0.8.16~exp12ubuntu10.29_amd64.deb Size: 93846 SHA256: 7b08291cbc21024424a343c396bb5bc604607ed8c3c87cd1da7ef87f1d8974e7 SHA1: 34c7a716d99e078826d9775cc17837bd684ec831 MD5sum: 9984c465cf40f79e086f61d9f27ed669 Description: 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. Multi-Arch: same Original-Maintainer: APT Development Team Package: libapt-pkg-doc Source: apt Priority: optional Section: doc Installed-Size: 5255 Maintainer: Ubuntu Developers Architecture: all Version: 0.8.16~exp12ubuntu10.29 Filename: pool/main/a/apt/libapt-pkg-doc_0.8.16~exp12ubuntu10.29_all.deb Size: 754578 SHA256: eba793dc2c0df7ef81d104b776a8cec54a408603cfe4b99b268304f6f74b8972 SHA1: 2c2658c89f20f99f5a0dce924639f90b5def38ff MD5sum: 0438099153918562b5215b3c3af6b2a4 Description: 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. Original-Maintainer: APT Development Team Package: libapt-pkg4.12 Source: apt Priority: important Section: admin Installed-Size: 2969 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.8.16~exp12ubuntu10.29 Depends: libc6 (>= 2.15), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.6), zlib1g (>= 1:1.2.2.3) Pre-Depends: multiarch-support Filename: pool/main/a/apt/libapt-pkg4.12_0.8.16~exp12ubuntu10.29_amd64.deb Size: 935820 SHA256: f76b1cfcb40890ef135a27344b88a6f3b516f72879c95f5443e18b108ed7607b SHA1: e445f11f6b0855df5268c7ed91d2b33cf66c7f1f MD5sum: 69f7f98c71a38d16b67234203a1d3d50 Description: package managment runtime library Description-md5: c87cbcfe95fb2fda6dcf9f48c347437f Multi-Arch: same Original-Maintainer: APT Development Team Package: libarchive-zip-perl Priority: optional Section: perl Installed-Size: 274 Maintainer: Ubuntu Developers Architecture: all Version: 1.30-6ubuntu0.1 Depends: perl, perl (>= 5.10.1) | libcompress-raw-zlib-perl (>= 2.017) Filename: pool/main/liba/libarchive-zip-perl/libarchive-zip-perl_1.30-6ubuntu0.1_all.deb Size: 89450 SHA256: 959957e89439d9df0ae3980e0a3b21031e05c0c84e7ac23b235363c0189fd698 SHA1: f8e40d7101305ba533ef8708f9b624024e4eeee2 MD5sum: d901958407c1e2097552fbb2fec4dbbd Description: Perl module for manipulation of ZIP archives The Archive::Zip module allows a Perl program to create, manipulate, read, and write Zip archive files. . Zip archives can be created, or you can read from existing zip files. Once created, they can be written to files, streams, or strings. . Members can be added, removed, extracted, replaced, rearranged, and enumerated. They can also be renamed or have their dates, comments, or other attributes queried or modified. Their data can be compressed or uncompressed as needed. Members can be created from members in existing Zip files, or from existing directories, files, or strings. Original-Maintainer: Debian Perl Group Package: libasn1-8-heimdal Source: heimdal Priority: optional Section: libs Installed-Size: 797 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.6~git20120311.dfsg.1-2ubuntu0.2 Depends: libc6 (>= 2.14), libcomerr2 (>= 1.01), libroken18-heimdal (>= 1.4.0+git20110226) Pre-Depends: multiarch-support Filename: pool/main/h/heimdal/libasn1-8-heimdal_1.6~git20120311.dfsg.1-2ubuntu0.2_amd64.deb Size: 220518 SHA256: 8933e3dc8eedca21a7edbb6d9aa8c77a1dc46bb15095bbfae7c4d5cd7f91b5a8 SHA1: 9b571b11343462e959c0a283b2bd1425a414dc2f MD5sum: 1c9ab0ed01f6c8e1579d010a9b495e85 Description: Heimdal Kerberos - ASN.1 library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package contains the ASN.1 parser required for Heimdal. Multi-Arch: same Original-Maintainer: Brian May Package: libaspell-dev Source: aspell Priority: optional Section: libdevel Installed-Size: 103 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.60.7~20110707-1ubuntu0.1 Suggests: aspell-doc Depends: libaspell15 (= 0.60.7~20110707-1ubuntu0.1) Filename: pool/main/a/aspell/libaspell-dev_0.60.7~20110707-1ubuntu0.1_amd64.deb Size: 7590 SHA256: 51ac473eb20148f3ab8e2b7f9d8de47e6b583af3d31e755ad6069d386734ae9c SHA1: 16320f7ce08d520b0c2478d6eb83f00274cc1857 MD5sum: b9012188efeb4c18fa78e7f25b79a8f5 Description: Development files for applications with GNU Aspell support This package contains the headers and static libraries for developing applications with Aspell spell-checking support. . You need this package ONLY if you plan to build applications that link against the Aspell libraries. You do not have to install this package if all you want to do is use the Aspell program to spell-check documents. Original-Maintainer: Brian Nelson Package: libaspell15 Source: aspell Priority: optional Section: libs Installed-Size: 2311 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.60.7~20110707-1ubuntu0.1 Recommends: aspell-en | aspell-dictionary | aspell6a-dictionary Suggests: aspell Depends: libc6 (>= 2.14), libstdc++6 (>= 4.6) Conflicts: aspell6-dictionary Breaks: aspell-bin (<< 0.60.3-2) Filename: pool/main/a/aspell/libaspell15_0.60.7~20110707-1ubuntu0.1_amd64.deb Size: 625972 SHA256: 8f04e60804e4a428ca5488f317d30cc7807c06c157b0482d51bc619818163ffc SHA1: 66c7bbd06271ef2531a3c7008588a2a6c3cb97c0 MD5sum: 16aac2941e950405b70128e1b394b7f1 Description: GNU Aspell spell-checker runtime library These are the runtime parts of the Aspell and pspell spell-checking toolkits, needed by applications that use the toolkits at runtime. . For a standalone spell-checker, install aspell as well. Original-Maintainer: Brian Nelson Package: libavahi-client-dev Source: avahi Priority: optional Section: libdevel Installed-Size: 222 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.6.30-5ubuntu2.3 Depends: libavahi-client3 (= 0.6.30-5ubuntu2.3), libavahi-common-dev, libdbus-1-dev (>= 0.60) Filename: pool/main/a/avahi/libavahi-client-dev_0.6.30-5ubuntu2.3_amd64.deb Size: 38764 SHA256: bad342b6dd73bdb9116285a7c58d6c223f1e5760b09262fe08ed3ea61537a5d8 SHA1: 72f2ccc46ab5fea2eb8bcd2fed387fc7e4923d78 MD5sum: b99ac6b5eb71fab2eabd90137049bed3 Description: Development files for the Avahi client library Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains the development headers for Avahi's C API which allows you to integrate mDNS/DNS-SD functionality into your application. Original-Maintainer: Utopia Maintenance Team Package: libavahi-client3 Source: avahi Priority: optional Section: libs Installed-Size: 136 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.6.30-5ubuntu2.3 Depends: libavahi-common3 (>= 0.6.22), libc6 (>= 2.4), libdbus-1-3 (>= 1.1.1) Pre-Depends: multiarch-support Filename: pool/main/a/avahi/libavahi-client3_0.6.30-5ubuntu2.3_amd64.deb Size: 30356 SHA256: 797142df3b793f1c52a2e692614a36a5b3971167a4514b2cb20687b271cb5763 SHA1: f0cea733104b5eeba84803bc34cdee510478eb4a MD5sum: 8a287ddf3bbc008a471ea8eded75f463 Description: Avahi client library Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains the library for Avahi's C API which allows you to integrate mDNS/DNS-SD functionality into your application. Multi-Arch: same Original-Maintainer: Utopia Maintenance Team Package: libavahi-common-data Source: avahi Priority: optional Section: libs Installed-Size: 116 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.6.30-5ubuntu2.3 Filename: pool/main/a/avahi/libavahi-common-data_0.6.30-5ubuntu2.3_amd64.deb Size: 22298 SHA256: 2a4c2cb07ac0843c99cf46dfd1a14904c5ee3b06990af102eac33b8aa1dc9a82 SHA1: a6fdb66584e6107328a96ea0f00c20f5005ca155 MD5sum: 0bef7dd8dd122889ca05e669e3993e5b Description: Avahi common data files Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains common data files for avahi. Multi-Arch: same Original-Maintainer: Utopia Maintenance Team Package: libavahi-common-dev Source: avahi Priority: optional Section: libdevel Installed-Size: 224 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.6.30-5ubuntu2.3 Depends: libavahi-common3 (= 0.6.30-5ubuntu2.3) Filename: pool/main/a/avahi/libavahi-common-dev_0.6.30-5ubuntu2.3_amd64.deb Size: 44340 SHA256: 4f4d773260b9c4d7402e6ce325329ba3497dbab0b733566d43f62013ed9de1f6 SHA1: b6c9e80d24b7ad1413581254c6310e5091d935c5 MD5sum: b4aa74f3127ab3e0c38a6bc02eca9c5e Description: Development files for the Avahi common library Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains the development headers for the Avahi common library, which is a set of common functions and definitions used by many of Avahis components and client applications. Original-Maintainer: Utopia Maintenance Team Package: libavahi-common3 Source: avahi Priority: optional Section: libs Installed-Size: 117 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.6.30-5ubuntu2.3 Depends: libc6 (>= 2.14), libavahi-common-data Pre-Depends: multiarch-support Filename: pool/main/a/avahi/libavahi-common3_0.6.30-5ubuntu2.3_amd64.deb Size: 25568 SHA256: f0e42c0f8ec99cefc7582fecc5e3b35df3aec466fc66feca37efc476017b4a6e SHA1: 408702bd727bf6be69139c05c149d88939b1615a MD5sum: 3cc7b11103cc8039b72c8173e3945424 Description: Avahi common library Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains the Avahi common library, which is a set of common functions used by many of Avahis components and client applications. Multi-Arch: same Original-Maintainer: Utopia Maintenance Team Package: libavahi-compat-libdnssd-dev Source: avahi Priority: optional Section: libdevel Installed-Size: 204 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.6.30-5ubuntu2.3 Depends: libavahi-compat-libdnssd1 (= 0.6.30-5ubuntu2.3), libavahi-client-dev Filename: pool/main/a/avahi/libavahi-compat-libdnssd-dev_0.6.30-5ubuntu2.3_amd64.deb Size: 37134 SHA256: 73ab6cc9fb3bc93d6d205f34073dfac5f6a90794dfe66e59d10f641e19f42646 SHA1: 12ee68aee3e6177d1fac25e6b0777e78a6f600e9 MD5sum: 6aacb688cc449636f7c7119b0e5c8eb4 Description: Development headers for the Avahi Apple Bonjour compatibility library Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains the development headers for Apple Bonjour compatibility library of Avahi. Original-Maintainer: Utopia Maintenance Team Package: libavahi-compat-libdnssd1 Source: avahi Priority: optional Section: libs Installed-Size: 102 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.6.30-5ubuntu2.3 Recommends: libnss-mdns Depends: libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.14) Pre-Depends: multiarch-support Filename: pool/main/a/avahi/libavahi-compat-libdnssd1_0.6.30-5ubuntu2.3_amd64.deb Size: 19256 SHA256: b835ff5e287a377901a95fb65fb4a8c72e146a5f06883b3476b5fd8b719e9894 SHA1: 1106b09a0dbc829ff5dc5f6302eff9d911b8379b MD5sum: 820a4bb6a1c0614c1d2ac4bbc4a2536c Description: Avahi Apple Bonjour compatibility library Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This library contains the Apple Bonjour compatibility library of Avahi. Multi-Arch: same Original-Maintainer: Utopia Maintenance Team Package: libavahi-core-dev Source: avahi Priority: optional Section: libdevel Installed-Size: 568 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.6.30-5ubuntu2.3 Depends: libavahi-core7 (= 0.6.30-5ubuntu2.3), libavahi-common-dev Filename: pool/main/a/avahi/libavahi-core-dev_0.6.30-5ubuntu2.3_amd64.deb Size: 135602 SHA256: aad672c90293c72fa66fe92fada8ea002db97f8f26f90fd217fda6a95fa78a6f SHA1: b9ead38f120ad1c6b3d6b97dfe2fb99bcc42e4f9 MD5sum: f5a0c35efd19977c2984f1903635c0f3 Description: Development files for Avahi's embeddable mDNS/DNS-SD library Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains the development files for Avahi's embeddable mDNS/DNS-SD stack. This can be used by embedded application developers to integrate mDNS/DNS-SD functionality into their applications. . You should not however use this library for non-embedded applications, you shoudl use libavahi-client-dev which interacts with the avahi daemon. Original-Maintainer: Utopia Maintenance Team Package: libavahi-core7 Source: avahi Priority: optional Section: libs Installed-Size: 280 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.6.30-5ubuntu2.3 Depends: libavahi-common3 (>= 0.6.16), libc6 (>= 2.15) Pre-Depends: multiarch-support Filename: pool/main/a/avahi/libavahi-core7_0.6.30-5ubuntu2.3_amd64.deb Size: 98984 SHA256: a4137cf326dfba878a16d5983635869e5ec4c629fc0f01a16a255f574c45e5b1 SHA1: 9814e1b091f95a5b60ff5c66829da14d0a7636d9 MD5sum: e2f171f52c685cbbd08dd677c175ba4a Description: Avahi's embeddable mDNS/DNS-SD library Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains the library for Avahi's embeddable mDNS/DNS-SD stack. This can be used by embedded applications to integrate mDNS/DNS-SD functionality into their applications. . You should not however use this library for non-embedded applications, you should use libavahi-client which interacts with the avahi daemon. Multi-Arch: same Original-Maintainer: Utopia Maintenance Team Package: libavahi-glib-dev Source: avahi Priority: optional Section: libdevel Installed-Size: 96 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.6.30-5ubuntu2.3 Depends: libavahi-glib1 (= 0.6.30-5ubuntu2.3), libglib2.0-dev, libavahi-common-dev Filename: pool/main/a/avahi/libavahi-glib-dev_0.6.30-5ubuntu2.3_amd64.deb Size: 9262 SHA256: b9ce0824ba6d90059e9deb2361db2c45bb4279e721dc5ce5fbe7178880935bdc SHA1: 21a60e93b26144118c1328a726bd12a727cd0031 MD5sum: 1591eba5b49825c9e23842a0f79197a9 Description: Development headers for the Avahi glib integration library Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains the development headers for the interface to integrate the Avahi libraries into a GLIB main loop application, including GTK+ applications. Original-Maintainer: Utopia Maintenance Team Package: libavahi-glib1 Source: avahi Priority: optional Section: libs Installed-Size: 81 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.6.30-5ubuntu2.3 Depends: libavahi-common3 (>= 0.6.16), libc6 (>= 2.2.5), libglib2.0-0 (>= 2.16.0) Pre-Depends: multiarch-support Filename: pool/main/a/avahi/libavahi-glib1_0.6.30-5ubuntu2.3_amd64.deb Size: 8814 SHA256: 3054b64ec364f7af8df34516189ed130c1ebcab99cb33885b97cba70f5c12aa7 SHA1: 71fb7cca4aefa72fdf87d61bcfa0ba5fba592270 MD5sum: 95e2f8a9432320e8f46a3b39429ba7ce Description: Avahi glib integration library Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This library contains the interface to integrate the Avahi libraries into a GLIB main loop application, including GTK+ applications. Multi-Arch: same Original-Maintainer: Utopia Maintenance Team Package: libavahi-gobject-dev Source: avahi Priority: optional Section: libdevel Installed-Size: 186 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.6.30-5ubuntu2.3 Depends: libavahi-gobject0 (= 0.6.30-5ubuntu2.3), libglib2.0-dev, libavahi-client-dev, libavahi-glib-dev Filename: pool/main/a/avahi/libavahi-gobject-dev_0.6.30-5ubuntu2.3_amd64.deb Size: 26472 SHA256: 72e8aa341e0574587704808c4bf18090e786af9f06b07c35199fc57a5fb5754e SHA1: 55a0775611b4ff2b0638952aa7b5e62292343618 MD5sum: 8df18ad18363e2cbe22ef15e091fd84f Description: Development headers for the Avahi GObject library Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains the development headers for a GObject interface to Avahi Original-Maintainer: Utopia Maintenance Team Package: libavahi-gobject0 Source: avahi Priority: optional Section: libs Installed-Size: 111 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.6.30-5ubuntu2.3 Depends: libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libavahi-glib1 (>= 0.6.16), libc6 (>= 2.14), libglib2.0-0 (>= 2.16.0) Pre-Depends: multiarch-support Filename: pool/main/a/avahi/libavahi-gobject0_0.6.30-5ubuntu2.3_amd64.deb Size: 20412 SHA256: d31f9f0d9e86e3c133663cad59d79761f278682de3965e2a5fa0ef5fe8c70213 SHA1: e7fd1e1cc80a68ce33145b5472aa3650ee1ed5b2 MD5sum: 16685e9e55e254e9e60c86f022455819 Description: Avahi GObject library Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This library contains the GObject wrapper for Avahi. Multi-Arch: same Original-Maintainer: Utopia Maintenance Team Package: libavahi-qt4-1 Source: avahi Priority: optional Section: libs Installed-Size: 81 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.6.30-5ubuntu2.3 Depends: libavahi-common3 (>= 0.6.16), libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libqtcore4 (>= 4:4.5.3), libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Filename: pool/main/a/avahi/libavahi-qt4-1_0.6.30-5ubuntu2.3_amd64.deb Size: 8648 SHA256: 518300d20190b568dd300070c953cf3f2cfcc1ac5402c9e92ec6e74fc8c5a0e9 SHA1: 9b03aad5fdf2eefe93e06f073c050f16f0d9b587 MD5sum: 4c8c0546216774f7c40324d5aad83813 Description: Avahi Qt 4 integration library Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This library contains the interface to integrate the Avahi libraries into a Qt 4 main loop application. Multi-Arch: same Original-Maintainer: Utopia Maintenance Team Package: libavahi-qt4-dev Source: avahi Priority: optional Section: libdevel Installed-Size: 98 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.6.30-5ubuntu2.3 Depends: libavahi-qt4-1 (= 0.6.30-5ubuntu2.3), libqt4-dev, libavahi-common-dev Filename: pool/main/a/avahi/libavahi-qt4-dev_0.6.30-5ubuntu2.3_amd64.deb Size: 8994 SHA256: bd70649d037ab9353c27cdfac9dbdef62f566952bf90fb38719cae1fe34be0ae SHA1: b3759d1e02d58d8ee9b6677bbaf475c00e5f366a MD5sum: c8d23a088faa942a6874d4e38c5a7301 Description: Development headers for the Avahi Qt 4 integration library Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains the development headers for the interface to integrate the Avahi libraries into a Qt 4 main loop application. Original-Maintainer: Utopia Maintenance Team Package: libavahi-ui-dev Source: avahi Priority: optional Section: libdevel Installed-Size: 154 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.6.30-5ubuntu2.3 Depends: libavahi-ui0 (= 0.6.30-5ubuntu2.3), libavahi-client-dev, libavahi-glib-dev, libgtk2.0-dev Filename: pool/main/a/avahi/libavahi-ui-dev_0.6.30-5ubuntu2.3_amd64.deb Size: 24416 SHA256: 18f67b4fadf15718b2dc86b796bef0a33b52eb5e75d113a684d3067c37df9e23 SHA1: b120754548010390d86572ee72af65131680a6c7 MD5sum: fd0f85e17ce3254fe4855b4093413e7a Description: Development headers for the Avahi GTK+ User interface library Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains the development headers for the GTK+ library of Avahi. Original-Maintainer: Utopia Maintenance Team Package: libavahi-ui-gtk3-0 Source: avahi Priority: optional Section: libs Installed-Size: 119 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.6.30-5ubuntu2.3 Depends: libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.22), libavahi-glib1 (>= 0.6.16), libc6 (>= 2.4), libgdbm3 (>= 1.8.3), libglib2.0-0 (>= 2.24.0), libgtk-3-0 (>= 3.0.0) Pre-Depends: multiarch-support Filename: pool/main/a/avahi/libavahi-ui-gtk3-0_0.6.30-5ubuntu2.3_amd64.deb Size: 22856 SHA256: 504ab28ebd49da76ae9ddaa35e534bcd6bb590b558877854f225683f579800c2 SHA1: 844c9b8ab08af639689c733c0bbe7b5a5f697cd0 MD5sum: 85e5326070f60a123845e56993174420 Description: Avahi GTK+ User interface library for GTK3 Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This library contains a GTK+ widget for browsing services. Multi-Arch: same Original-Maintainer: Utopia Maintenance Team Package: libavahi-ui-gtk3-dev Source: avahi Priority: optional Section: libdevel Installed-Size: 154 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.6.30-5ubuntu2.3 Depends: libavahi-ui-gtk3-0 (= 0.6.30-5ubuntu2.3), libavahi-client-dev, libavahi-glib-dev, libgtk-3-dev Conflicts: libavahi-ui-dev Filename: pool/main/a/avahi/libavahi-ui-gtk3-dev_0.6.30-5ubuntu2.3_amd64.deb Size: 24396 SHA256: 207e837a47ecf3af086b006dcf4d35b119b1fd4094c24cc91103d104709c114a SHA1: c4025913fd5f08c4974aefc7485710d0be80efb7 MD5sum: 6c26d5790f7e28a0688ea496346d5280 Description: Development headers for the Avahi GTK+ User interface library Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains the development headers for the GTK+ library of Avahi. Original-Maintainer: Utopia Maintenance Team Package: libavahi-ui0 Source: avahi Priority: optional Section: libs Installed-Size: 119 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.6.30-5ubuntu2.3 Depends: libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.22), libavahi-glib1 (>= 0.6.16), libc6 (>= 2.4), libgdbm3 (>= 1.8.3), libglib2.0-0 (>= 2.24.0), libgtk2.0-0 (>= 2.14.0) Pre-Depends: multiarch-support Filename: pool/main/a/avahi/libavahi-ui0_0.6.30-5ubuntu2.3_amd64.deb Size: 22868 SHA256: c3552c411899dc065e45ea6ee0c7a1b96a4e4098385dc339fb8f7333554e55b7 SHA1: 0529ad88d76c1764cc311a88844a5a4386a841fa MD5sum: 4cec28cab251c15e9b3fe22b19f49289 Description: Avahi GTK+ User interface library Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This library contains a GTK+ widget for browsing services. Multi-Arch: same Original-Maintainer: Utopia Maintenance Team Package: libbind-dev Source: bind9 Priority: optional Section: libdevel Installed-Size: 5558 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1:9.8.1.dfsg.P1-4ubuntu0.32 Replaces: bind-dev Depends: libdns81 (= 1:9.8.1.dfsg.P1-4ubuntu0.32), libisccfg82 (= 1:9.8.1.dfsg.P1-4ubuntu0.32), libisc83 (= 1:9.8.1.dfsg.P1-4ubuntu0.32), liblwres80 (= 1:9.8.1.dfsg.P1-4ubuntu0.32), libbind9-80 (= 1:9.8.1.dfsg.P1-4ubuntu0.32) Conflicts: bind-dev Filename: pool/main/b/bind9/libbind-dev_9.8.1.dfsg.P1-4ubuntu0.32_amd64.deb Size: 1536416 SHA256: a7ef293ae8b31bf0feec7132170c493a2cfdd88a8297bbeba23b01244829f3d5 SHA1: 3dcd8cb04a7fa88ffb9c2accf6bf639df1c16839 MD5sum: 0af9b34f9a527d22318daa0725ec7104 Description: 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. Original-Maintainer: LaMont Jones Package: libbind9-80 Source: bind9 Priority: standard Section: libs Installed-Size: 103 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1:9.8.1.dfsg.P1-4ubuntu0.32 Replaces: libbind0 Depends: libc6 (>= 2.14), libdns81, libisc83, libisccfg82 Conflicts: libbind0, libbind9-41 Filename: pool/main/b/bind9/libbind9-80_9.8.1.dfsg.P1-4ubuntu0.32_amd64.deb Size: 24250 SHA256: 493dbfa915ffaea952b3192ed9b24b6df9e8c8aa3032f59d4716ce3bb7f6096b SHA1: 72815e0adcc49717623a87f649e26e7e4dde0e9c MD5sum: 681b0832db5fe023e31a6af79c693277 Description: BIND9 Shared Library used by BIND The Berkeley Internet Name Domain (BIND) implements an Internet domain name server. BIND is the most widely-used name server software on the Internet, and is supported by the Internet Software Consortium, www.isc.org. This package delivers the libbind9 shared library used by BIND's daemons and clients. Original-Maintainer: LaMont Jones Package: libbsd-dev Source: libbsd Priority: optional Section: libdevel Installed-Size: 345 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.3.0-2ubuntu0.1 Replaces: libelf-dev, libelfg0-dev, libfreebsd-dev (<< 0.0-8) Depends: libbsd0 (= 0.3.0-2ubuntu0.1) Filename: pool/main/libb/libbsd/libbsd-dev_0.3.0-2ubuntu0.1_amd64.deb Size: 94030 SHA256: b0962fe2e84529e849a2bc3160a2dc9534efa2d9464f2f8c5f8994738e1c50a5 SHA1: f1bb8cd37283c658e110496f61f19f5d765e09b2 MD5sum: e29e1c6c8c6c88f69a647a412e99939b Description: utility functions from BSD systems - development files Description-md5: eebb8a5cfb3caadee24836af53568da8 Original-Maintainer: Debian GNU/kFreeBSD Package: libbsd0 Source: libbsd Priority: optional Section: libs Installed-Size: 125 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.3.0-2ubuntu0.1 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Filename: pool/main/libb/libbsd/libbsd0_0.3.0-2ubuntu0.1_amd64.deb Size: 31872 SHA256: ef9049ad921c0e90637bb3312812e5d5b9ea437c5df88d503498cbe328a95ae2 SHA1: bd1b89f76fab121591193b3f90f2dfa112da2600 MD5sum: 3b318e161d54a102511d580f6e99074f Description: utility functions from BSD systems - shared library This library provides some functions commonly available on BSD systems but not on others like GNU systems. Multi-Arch: same Original-Maintainer: Debian GNU/kFreeBSD Package: libbsd0-dbg Source: libbsd Priority: extra Section: debug Installed-Size: 213 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.3.0-2ubuntu0.1 Depends: libbsd0 (= 0.3.0-2ubuntu0.1) Filename: pool/main/libb/libbsd/libbsd0-dbg_0.3.0-2ubuntu0.1_amd64.deb Size: 47358 SHA256: f8b6f4f130a527e89ab0113950e4b3b21fdcaeae344f750ca770c96025a76ba1 SHA1: 96d5663a0f796e7db135eed5788bda731fe35758 MD5sum: 5854f81b25a88c2f4d69b007691d6a26 Description: utility functions from BSD systems - debugging symbols This library provides some functions commonly available on BSD systems but not on others like GNU systems. Multi-Arch: same Original-Maintainer: Debian GNU/kFreeBSD Package: libbz2-1.0 Source: bzip2 Priority: important Section: libs Installed-Size: 113 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.0.6-1ubuntu0.2 Depends: libc6 (>= 2.4) Pre-Depends: multiarch-support Filename: pool/main/b/bzip2/libbz2-1.0_1.0.6-1ubuntu0.2_amd64.deb Size: 33730 SHA256: 689d6d8cd9a305c113d6c7dc7ffd136505d82a70490d1e76188e3037557bf202 SHA1: a26148bb4cd0b08d2f1fc1a6215372e9f4c09d24 MD5sum: 76fbb3cd3facbc7a6f735ec34e6df45f Description: high-quality block-sorting file compressor library - runtime This package contains libbzip2 which is used by the bzip2 compressor. . bzip2 is a freely available, patent free, high-quality data compressor. It typically compresses files to within 10% to 15% of the best available techniques, whilst being around twice as fast at compression and six times faster at decompression. . bzip2 compresses files using the Burrows-Wheeler block-sorting text compression algorithm, and Huffman coding. Compression is generally considerably better than that achieved by more conventional LZ77/LZ78-based compressors, and approaches the performance of the PPM family of statistical compressors. . The archive file format of bzip2 (.bz2) is incompatible with that of its predecessor, bzip (.bz). Multi-Arch: same Original-Maintainer: Anibal Monsalve Salazar Package: libbz2-dev Source: bzip2 Priority: optional Section: libdevel Installed-Size: 113 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.0.6-1ubuntu0.2 Replaces: bzip2 (<< 0.9.5d-3) Depends: libbz2-1.0 (= 1.0.6-1ubuntu0.2), libc6-dev | libc-dev Filename: pool/main/b/bzip2/libbz2-dev_1.0.6-1ubuntu0.2_amd64.deb Size: 32534 SHA256: d8fcd7e0703806d8ae3d894ddcbd90db8e1a4e05d82649ae19261f499919b839 SHA1: 35447181a1e64543adb5b642cac7312141139168 MD5sum: b19aad5e236e66a5ab10b72bffb5274c Description: high-quality block-sorting file compressor library - development Static libraries and include files for the bzip2 compressor library. . bzip2 is a freely available, patent free, high-quality data compressor. It typically compresses files to within 10% to 15% of the best available techniques, whilst being around twice as fast at compression and six times faster at decompression. . bzip2 compresses files using the Burrows-Wheeler block-sorting text compression algorithm, and Huffman coding. Compression is generally considerably better than that achieved by more conventional LZ77/LZ78-based compressors, and approaches the performance of the PPM family of statistical compressors. . The archive file format of bzip2 (.bz2) is incompatible with that of its predecessor, bzip (.bz). Multi-Arch: same Original-Maintainer: Anibal Monsalve Salazar Package: libc-bin Source: eglibc Priority: required Section: libs Installed-Size: 3468 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.15-0ubuntu10.23 Replaces: libc0.1, libc0.3, libc6, libc6.1 Breaks: libc0.1 (<< 2.10), libc0.3 (<< 2.10), libc6 (<< 2.10), libc6.1 (<< 2.10) Essential: yes Filename: pool/main/e/eglibc/libc-bin_2.15-0ubuntu10.23_amd64.deb Size: 1176276 SHA256: 6fd5a1e39613c2499f00fbdbaee4e82dc45ed8086a94a2b1d18c8acc487d7ff6 SHA1: 000bd59513df7910281ae7c37f5858d38fa0c5b8 MD5sum: 82f3e56fe027db0dfcb4b0ed3a23011a Description: Embedded GNU C Library: Binaries Description-md5: 43fa04205301d88d4516e11be6d28390 Multi-Arch: foreign Original-Maintainer: GNU Libc Maintainers Package: libc-dev-bin Source: eglibc Priority: optional Section: libdevel Installed-Size: 376 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.15-0ubuntu10.23 Recommends: manpages-dev Replaces: libc0.1-dev, libc0.3-dev, libc6-dev, libc6.1-dev Depends: libc6 (>> 2.15), libc6 (<< 2.16) Filename: pool/main/e/eglibc/libc-dev-bin_2.15-0ubuntu10.23_amd64.deb Size: 84190 SHA256: 1ac61323e56bfa36a92af5b9d243a6ee45c22a4327533dc0691fec88dc89745f SHA1: 15be65271cd54adc19169335f1f78023c60dc4d8 MD5sum: 1cdeabf4b39a426cfb7ea1f78380889f Description: Embedded GNU C Library: Development binaries This package contains utility programs related to the GNU C Library development package. Multi-Arch: foreign Original-Maintainer: GNU Libc Maintainers Package: libc6 Source: eglibc Priority: required Section: libs Installed-Size: 10424 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.15-0ubuntu10.23 Replaces: belocs-locales-bin, libc6-amd64 Suggests: glibc-doc, debconf | debconf-2.0, locales Provides: glibc-2.13-1 Depends: libc-bin (= 2.15-0ubuntu10.23), libgcc1, tzdata Conflicts: belocs-locales-bin, libc6-amd64, prelink (<< 0.0.20090925), tzdata (<< 2007k-1), tzdata-etch Breaks: nscd (<< 2.15) Filename: pool/main/e/eglibc/libc6_2.15-0ubuntu10.23_amd64.deb Size: 4653288 SHA256: e1c507c53f429acdbc131ca4f1474b508e0c203d14ed2058960f4b61b327e047 SHA1: b95e71c330922f2a8350b195fd78a88f293a7487 MD5sum: c6e2343fd3b9d46b5264d9b5b1b81521 Description: Embedded GNU C Library: Shared libraries Contains the standard libraries that are used by nearly all programs on the system. This package includes shared versions of the standard C library and the standard math library, as well as many others. Multi-Arch: same Original-Maintainer: GNU Libc Maintainers Package: libc6-dbg Source: eglibc Priority: extra Section: debug Installed-Size: 19555 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.15-0ubuntu10.23 Provides: libc-dbg Depends: libc6 (= 2.15-0ubuntu10.23) Pre-Depends: dpkg (>= 1.15.6) Filename: pool/main/e/eglibc/libc6-dbg_2.15-0ubuntu10.23_amd64.deb Size: 2899550 SHA256: 1129d8a1a0eda64f683744743e407bd7e3e06443b95611b9b863b4bf988b29ab SHA1: ce9558a5df4b6bdc8f462c6d18c61e79968fad42 MD5sum: 239bad8cee7fa0b6e98867b3eb24c143 Description: Embedded GNU C Library: detached debugging symbols This package contains the detached debugging symbols for the GNU C library. Multi-Arch: same Original-Maintainer: GNU Libc Maintainers Package: libc6-dev Source: eglibc Priority: optional Section: libdevel Installed-Size: 11618 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.15-0ubuntu10.23 Recommends: gcc | c-compiler Suggests: glibc-doc, manpages-dev Provides: libc-dev Depends: libc6 (= 2.15-0ubuntu10.23), libc-dev-bin (= 2.15-0ubuntu10.23), linux-libc-dev Breaks: binutils (<< 2.20.1-1), binutils-gold (<< 2.20.1-11), cmake (<< 2.8.4+dfsg.1-5), gcc-4.4 (<< 4.4.6-3ubuntu1), gcc-4.4-base (<< 4.4.6-3ubuntu1), gcc-4.5 (<< 4.5.3-1ubuntu2), gcc-4.5-base (<< 4.5.3-1ubuntu2), gcc-4.6 (<< 4.6.0-12), gcj-4.4-base (<< 4.4.6-2ubuntu2), gcj-4.5-base (<< 4.5.3-1ubuntu2), gnat-4.4-base (<< 4.4.6-1ubuntu3), libhwloc-dev (<< 1.2-3), libjna-java (<< 3.2.7-4), liblouis-dev (<< 2.3.0-2), liblouisxml-dev (<< 2.4.0-2), make (<< 3.81-8.1), pkg-config (<< 0.26-1) Filename: pool/main/e/eglibc/libc6-dev_2.15-0ubuntu10.23_amd64.deb Size: 2946726 SHA256: d5556bdeb0b5ef25a2cb4765bb7fca437b523d63ea3c555b81f64318ba9270e0 SHA1: 0349933ee66bcc8194f8b2de09c298c8ce001eed MD5sum: 7484e31ecfaafa9775c09b85a08b2057 Description: Embedded GNU C Library: Development Libraries and Header Files Contains the symlinks, headers, and object files needed to compile and link programs which use the standard C library. Multi-Arch: same Original-Maintainer: GNU Libc Maintainers Package: libc6-dev-i386 Source: eglibc Priority: optional Section: libdevel Installed-Size: 5740 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.15-0ubuntu10.23 Recommends: gcc-multilib Provides: lib32c-dev Depends: libc6-i386 (= 2.15-0ubuntu10.23), libc6-dev (= 2.15-0ubuntu10.23) Conflicts: ia32-libs-dev (<< 1.18), libc6-dev (<< 2.13-14), libc6-i386 (<= 2.9-18) Filename: pool/main/e/eglibc/libc6-dev-i386_2.15-0ubuntu10.23_amd64.deb Size: 1513526 SHA256: 35080377b707ea31205ea8edad41af9999f16546ad83237b92084f335639c8b1 SHA1: 62b5987cf2cb70aa6f36599c0ff0ff95cdb2808f MD5sum: 7eb9f2364e29375881eac283d0b272ac Description: 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. Original-Maintainer: GNU Libc Maintainers Package: libc6-i386 Source: eglibc Priority: optional Section: libs Installed-Size: 9478 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.15-0ubuntu10.23 Replaces: libc6-dev-i386 Depends: libc6 (= 2.15-0ubuntu10.23) Conflicts: ia32-libs (<= 1.5) Filename: pool/main/e/eglibc/libc6-i386_2.15-0ubuntu10.23_amd64.deb Size: 3998272 SHA256: 948fd5150d3f5b98de6fee1be02384d4754a5521ca6bb6899e2e8dbef2646978 SHA1: 878d7b1615a98c5b04afb6ccf654fea2375f6116 MD5sum: 2627211cd4b53b23adba104d57fb738e Description: 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. Original-Maintainer: GNU Libc Maintainers Package: libc6-pic Source: eglibc Priority: optional Section: libdevel Installed-Size: 7311 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.15-0ubuntu10.23 Provides: glibc-pic, libc-pic Depends: libc6 (= 2.15-0ubuntu10.23) Conflicts: libc-pic Filename: pool/main/e/eglibc/libc6-pic_2.15-0ubuntu10.23_amd64.deb Size: 1955884 SHA256: c05bc10590c0e86d8e883ccff1bd8c98c1459b34282659d5b34e32b8eb001331 SHA1: d0564e9994e1eaeec0434769244b4bac5eed65d7 MD5sum: fd758860fd8de3bd2938eaeb3b20d21e Description: 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. Multi-Arch: same Original-Maintainer: GNU Libc Maintainers Package: libc6-prof Source: eglibc Priority: extra Section: libdevel Installed-Size: 9500 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.15-0ubuntu10.23 Depends: libc6 (= 2.15-0ubuntu10.23) Filename: pool/main/e/eglibc/libc6-prof_2.15-0ubuntu10.23_amd64.deb Size: 2425252 SHA256: 3d4574006e2709390ae4b816013d1403f5b22a16ebc713196e7835bbe2be5131 SHA1: 0380801d53ced5159fd008486ee95fbd9fc7d272 MD5sum: 585477519d88d485b49a60d6dd76ef9e Description: Embedded GNU C Library: Profiling Libraries Static libraries compiled with profiling info (-pg) suitable for use with gprof. Multi-Arch: same Original-Maintainer: GNU Libc Maintainers Package: libcaca-dev Source: libcaca Priority: optional Section: libdevel Installed-Size: 2433 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.99.beta17-2.1ubuntu2.1 Depends: libcaca0 (= 0.99.beta17-2.1ubuntu2.1), libncurses5-dev, libslang2-dev Filename: pool/main/libc/libcaca/libcaca-dev_0.99.beta17-2.1ubuntu2.1_amd64.deb Size: 849700 SHA256: b3753f1782c3f9c02e343711e59bddcb2d43a9df6ea794a4066d4cad2323107c SHA1: 7f38f7d4128456d1dc38e22f1d7473278bce90e0 MD5sum: 4a37d62f5c2dd8d5ab02fa6788c99982 Description: development files for libcaca libcaca is the Colour AsCii Art library. It provides high level functions for colour text drawing, simple primitives for line, polygon and ellipse drawing, as well as powerful image to text conversion routines. . This package contains the header files and static libraries needed to compile applications or shared objects that use libcaca. Original-Maintainer: Sam Hocevar Package: libcaca0 Source: libcaca Priority: optional Section: libs Installed-Size: 1037 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.99.beta17-2.1ubuntu2.1 Depends: libc6 (>= 2.14), libncursesw5 (>= 5.6+20070908), libslang2 (>= 2.0.7-1), libstdc++6 (>= 4.1.1), libtinfo5, zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Filename: pool/main/libc/libcaca/libcaca0_0.99.beta17-2.1ubuntu2.1_amd64.deb Size: 246622 SHA256: 329b59a683a9ef391fe235c0f0c351838140ecc21b586b7d4b1462278487fdb2 SHA1: d87ac80f999c1a96b042f3a9cccc65c4c615a11d MD5sum: 8518f47fdd546b3b29a767ae50676928 Description: colour ASCII art library libcaca is the Colour AsCii Art library. It provides high level functions for colour text drawing, simple primitives for line, polygon and ellipse drawing, as well as powerful image to text conversion routines. . This package contains the shared library for libcaca. Multi-Arch: same Original-Maintainer: Sam Hocevar Package: libcgi-fast-perl Source: perl Priority: optional Section: perl Installed-Size: 186 Maintainer: Ubuntu Developers Architecture: all Version: 5.14.2-6ubuntu2.11 Depends: perl (>= 5.14.2-6ubuntu2.11), perl (<< 5.14.3~), libfcgi-perl Filename: pool/main/p/perl/libcgi-fast-perl_5.14.2-6ubuntu2.11_all.deb Size: 29722 SHA256: 9c532642938d0ebffe3d883fd4f07a85357cc596ffb66d70366470ff0c00153e SHA1: b85f508a5a1a95119204a4b14911d18910152e98 MD5sum: 24b8e67a423459b8a072776c59823e66 Description: 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. Original-Maintainer: Niko Tyni Package: libclamav-dev Source: clamav Priority: optional Section: libdevel Installed-Size: 187 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.102.4+dfsg-0ubuntu0.12.04.1 Depends: libbz2-dev, libc6-dev | libc-dev, libclamav9 (= 0.102.4+dfsg-0ubuntu0.12.04.1), libidn11-dev, libssl-dev, libtommath-dev, zlib1g-dev Filename: pool/main/c/clamav/libclamav-dev_0.102.4+dfsg-0ubuntu0.12.04.1_amd64.deb Size: 22638 SHA256: 0b734ee2acb2e8126aca2af8d095b83b05ce0e6524b956473e73c744d5514a1a SHA1: 2272478cdce193813e921688198825c7b004a537 MD5sum: 28d9c4a494164417fe1d45836a548c6b Description: 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 libclamav, 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. Original-Maintainer: ClamAV Team Package: libclamav7 Source: clamav Priority: optional Section: libs Installed-Size: 2024 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.100.3+dfsg-1ubuntu0.12.04.2 Suggests: libclamunrar7 Depends: libbz2-1.0, libc6 (>= 2.15), libltdl7 (>= 2.4.2), libpcre3 (>= 8.10), libssl1.0.0 (>= 1.0.0), libxml2 (>= 2.7.4), zlib1g (>= 1:1.2.3.3.dfsg) Filename: pool/main/c/clamav/libclamav7_0.100.3+dfsg-1ubuntu0.12.04.2_amd64.deb Size: 825834 SHA256: 1e5ef38d50606f18451158b66af4f5f02fb1d6abccd150fc3e33be76960cfccc SHA1: 48e1224fd29a7d5410b231a4b4eb46de83dce169 MD5sum: e4c15e6f561afe0d2bc02be1d070d818 Description: 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 libclamav, 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. Original-Maintainer: ClamAV Team Package: libclamav9 Source: clamav Priority: optional Section: libs Installed-Size: 2293 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.102.4+dfsg-0ubuntu0.12.04.1 Suggests: libclamunrar9 Depends: libbz2-1.0, libc6 (>= 2.15), libcurl3 (>= 7.16.2-1), libltdl7 (>= 2.4.2), libmspack0 (>= 0.4), libpcre3 (>= 8.10), libssl1.0.0 (>= 1.0.0), libxml2 (>= 2.7.4), zlib1g (>= 1:1.2.3.3.dfsg) Filename: pool/main/c/clamav/libclamav9_0.102.4+dfsg-0ubuntu0.12.04.1_amd64.deb Size: 939580 SHA256: 81b2961c213b7b880871bda84ee4ebb23028bd2efb6c172af21e1c44361f4d25 SHA1: 08844d81de7923db319409fcc870f9e79f30622a MD5sum: 1293de0c57f6ef01da1a24d76ade8617 Description: 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 libclamav, 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. Original-Maintainer: ClamAV Team Package: libcomerr2 Source: e2fsprogs Priority: required Section: libs Installed-Size: 97 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.42-1ubuntu2.5 Replaces: e2fsprogs (<< 1.34-1) Provides: libcomerr-kth-compat Depends: libc6 (>= 2.4) Pre-Depends: multiarch-support Filename: pool/main/e/e2fsprogs/libcomerr2_1.42-1ubuntu2.5_amd64.deb Size: 57400 SHA256: a8b19413339519591701485f60ae82d4998adc0a7c1742660ce00d3ae169ff41 SHA1: 696c12a8cbc30ad3fce9c23541f4f1f994478162 MD5sum: dffc9e1a20ce9c1ac3e4d79c026cc591 Description: common error description library libcomerr is an attempt to present a common error-handling mechanism to manipulate the most common form of error code in a fashion that does not have the problems identified with mechanisms commonly in use. Multi-Arch: same Original-Maintainer: Theodore Y. Ts'o Package: libcomerr2-dbg Source: e2fsprogs Priority: extra Section: debug Installed-Size: 116 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.42-1ubuntu2.5 Depends: libcomerr2 (= 1.42-1ubuntu2.5) Filename: pool/main/e/e2fsprogs/libcomerr2-dbg_1.42-1ubuntu2.5_amd64.deb Size: 60920 SHA256: 3174cc0e3510dc876fd31cd41273f26d0c4abc64ed37a4cdd1faf300c662c39c SHA1: a578531cf48f1c372f6bfb64a93455a3bfe87e4d MD5sum: a25da881cdfd4b2ef375faf87e2a9282 Description: debugging information for libcomerr2 This package includes the debug information useful for debugging the com_err library, contained in the libcomerr2 package. The debugging information is used for execution tracing and core dump analysis. Original-Maintainer: Theodore Y. Ts'o Package: libcurl3 Source: curl Priority: optional Section: libs Installed-Size: 549 Maintainer: Ubuntu Developers Architecture: amd64 Version: 7.22.0-3ubuntu4.29 Replaces: libcurl2 (<< 1:7.11.2-2), libcurl4 Depends: libc6 (>= 2.15), libgssapi-krb5-2 (>= 1.10+dfsg~), libidn11 (>= 1.13), libldap-2.4-2 (>= 2.4.7), librtmp0 (>= 2.3), libssl1.0.0 (>= 1.0.1), zlib1g (>= 1:1.1.4), ca-certificates Conflicts: libcurl4 Pre-Depends: multiarch-support Filename: pool/main/c/curl/libcurl3_7.22.0-3ubuntu4.29_amd64.deb Size: 237106 SHA256: 2534cdcab4c63df9976a57a2216994a5ae7d62a74d4a5817780ca021a5b18a67 SHA1: 952bbf3fb91ab196145ba97b4ee89c6f7e2bbaec MD5sum: db360881734100db72a6836e13be8a37 Description: Multi-protocol file transfer library (OpenSSL) libcurl is designed to be a solid, usable, reliable and portable multi-protocol file transfer library. . SSL support is provided by OpenSSL. . This is the shared version of libcurl. Multi-Arch: same Original-Maintainer: Ramakrishnan Muthukrishnan Package: libcurl3-dbg Source: curl Priority: extra Section: debug Installed-Size: 294 Maintainer: Ubuntu Developers Architecture: amd64 Version: 7.22.0-3ubuntu4.29 Replaces: libcurl4-dbg Suggests: libc-dbg Provides: libcurl4-dbg Depends: libcurl3 (= 7.22.0-3ubuntu4.29) | libcurl3-gnutls (= 7.22.0-3ubuntu4.29) | libcurl3-nss (= 7.22.0-3ubuntu4.29) Conflicts: libcurl4-dbg Filename: pool/main/c/curl/libcurl3-dbg_7.22.0-3ubuntu4.29_amd64.deb Size: 48944 SHA256: d1cbcf7a0b3af8f7442b6ab3fb78a7f7d4f8be8edc55af6ee840201928faf874 SHA1: 82d8e43e6d171627b2315b43a721692aee89633c MD5sum: 2c41e89b7f00fff0db0c479573e07c45 Description: libcurl compiled with debug symbols This contains the debug symbols of both the OpenSSL, GnuTLS and NSS versions of libcurl3. It might be useful in debug sessions of software which uses libcurl. Original-Maintainer: Ramakrishnan Muthukrishnan Multi-Arch: same Package: libcurl3-gnutls Source: curl Priority: optional Section: libs Installed-Size: 528 Maintainer: Ubuntu Developers Architecture: amd64 Version: 7.22.0-3ubuntu4.29 Replaces: libcurl4-gnutls Depends: libc6 (>= 2.15), libgcrypt11 (>= 1.4.5), libgnutls26 (>= 2.12.6.1-0), libgssapi-krb5-2 (>= 1.10+dfsg~), libidn11 (>= 1.13), libldap-2.4-2 (>= 2.4.7), librtmp0 (>= 2.3), zlib1g (>= 1:1.1.4), ca-certificates Conflicts: libcurl4-gnutls Pre-Depends: multiarch-support Filename: pool/main/c/curl/libcurl3-gnutls_7.22.0-3ubuntu4.29_amd64.deb Size: 228026 SHA256: 716be09a01fc8310d267ccbe7baefeff84f1ef0f2f7f8c0dfe9cffce889ff8f9 SHA1: 9b5be65921d5d545ba1408d2a7cc4ed6d96dda9f MD5sum: 3e32bae6482dd5158c674118ac14d367 Description: Multi-protocol file transfer library (GnuTLS) libcurl is designed to be a solid, usable, reliable and portable multi-protocol file transfer library. . SSL support is provided by GnuTLS. . This is the shared version of libcurl. Multi-Arch: same Original-Maintainer: Ramakrishnan Muthukrishnan Package: libcurl3-nss Source: curl Priority: optional Section: libs Installed-Size: 541 Maintainer: Ubuntu Developers Architecture: amd64 Version: 7.22.0-3ubuntu4.29 Replaces: libcurl4-nss Depends: libc6 (>= 2.15), libgssapi-krb5-2 (>= 1.10+dfsg~), libidn11 (>= 1.13), libldap-2.4-2 (>= 2.4.7), libnspr4 (>= 1.8.0.10), libnss3 (>= 2:3.26), librtmp0 (>= 2.3), zlib1g (>= 1:1.1.4), ca-certificates Conflicts: libcurl4-nss Pre-Depends: multiarch-support Filename: pool/main/c/curl/libcurl3-nss_7.22.0-3ubuntu4.29_amd64.deb Size: 234874 SHA256: dd141871dbb2b6601aff677a25cc180b92611f0ea4f94f2e4e7f9cfc40ef5f59 SHA1: f86f7f7078ee686a438b0d58992e2f4a13bea618 MD5sum: e0e28e0f7c320418931134b2bc13fd93 Description: Multi-protocol file transfer library (NSS) libcurl is designed to be a solid, usable, reliable and portable multi-protocol file transfer library. . SSL support is provided by NSS. . This is the shared version of libcurl. Multi-Arch: same Original-Maintainer: Ramakrishnan Muthukrishnan Package: libcurl4-gnutls-dev Source: curl Priority: optional Section: libdevel Installed-Size: 2438 Maintainer: Ubuntu Developers Architecture: amd64 Version: 7.22.0-3ubuntu4.29 Replaces: libcurl-dev, libcurl-ssl-dev, libcurl3-gnutls-dev, libcurl4-dev Suggests: libcurl3-dbg Provides: libcurl-dev, libcurl-ssl-dev, libcurl3-gnutls-dev, libcurl4-dev Depends: libcurl3-gnutls (= 7.22.0-3ubuntu4.29), libc6-dev | libc-dev, libgnutls-dev, libidn11-dev, libkrb5-dev, libldap2-dev, librtmp-dev, zlib1g-dev Conflicts: libcurl-dev Filename: pool/main/c/curl/libcurl4-gnutls-dev_7.22.0-3ubuntu4.29_amd64.deb Size: 1071988 SHA256: 417a0bfaede88cf6f459046d236fbb671e6daa2e971f61a9b7648abf1c5a192e SHA1: 4c165742507560f2d1608889d46d92f784300609 MD5sum: b39cede8075a83a23ce70d3a23a3629a Description: Development files and documentation for libcurl (GnuTLS) These files (ie. includes, static library, manual pages) allow to build software which uses libcurl. . SSL support is provided by GnuTLS. . HTML and PDF versions of all the manual pages are also provided. Original-Maintainer: Ramakrishnan Muthukrishnan Package: libcurl4-nss-dev Source: curl Priority: optional Section: libdevel Installed-Size: 2453 Maintainer: Ubuntu Developers Architecture: amd64 Version: 7.22.0-3ubuntu4.29 Replaces: libcurl-dev, libcurl-ssl-dev, libcurl3-nss-dev, libcurl4-dev Suggests: libcurl3-dbg Provides: libcurl-dev, libcurl-ssl-dev, libcurl3-nss-dev, libcurl4-dev Depends: libcurl3-nss (= 7.22.0-3ubuntu4.29), libc6-dev | libc-dev, libidn11-dev, libkrb5-dev, libldap2-dev, libnss3-dev, librtmp-dev, zlib1g-dev Conflicts: libcurl-dev Filename: pool/main/c/curl/libcurl4-nss-dev_7.22.0-3ubuntu4.29_amd64.deb Size: 1076506 SHA256: 869418a9ba13cd2409ee5fcc50341c4f366a18465133826e514a25016796f3d8 SHA1: 9259f08ab9b6a1da12975c377dd86f76781ba2dc MD5sum: 79d19b3cbb0f69a11a03ab09dd9a775a Description: Development files and documentation for libcurl (NSS) These files (ie. includes, static library, manual pages) allow to build software which uses libcurl. . SSL support is provided by NSS. . HTML and PDF versions of all the manual pages are also provided. Original-Maintainer: Ramakrishnan Muthukrishnan Package: libcurl4-openssl-dev Source: curl Priority: optional Section: libdevel Installed-Size: 2470 Maintainer: Ubuntu Developers Architecture: amd64 Version: 7.22.0-3ubuntu4.29 Replaces: libcurl-dev, libcurl-ssl-dev, libcurl3-dev (<< 7.14.1-1), libcurl3-openssl-dev Suggests: libcurl3-dbg Provides: libcurl-dev, libcurl-ssl-dev, libcurl3-dev, libcurl3-openssl-dev Depends: libcurl3 (= 7.22.0-3ubuntu4.29), libc6-dev | libc-dev, libidn11-dev, libkrb5-dev, libldap2-dev, librtmp-dev, libssl-dev, zlib1g-dev Conflicts: libcurl-dev Filename: pool/main/c/curl/libcurl4-openssl-dev_7.22.0-3ubuntu4.29_amd64.deb Size: 1079646 SHA256: 284b56117c6f3d868830bf480dac9260a057fb26ab7f1f4c611a5e456f80ecc8 SHA1: 83c1f821599c2ea3a914a8a94f51bbdba42e4214 MD5sum: b80b60b54242dd6d2276435f29e05ffb Description: Development files and documentation for libcurl (OpenSSL) These files (ie. includes, static library, manual pages) allow to build software which uses libcurl. . SSL support is provided by OpenSSL. . HTML and PDF versions of all the manual pages are also provided. Original-Maintainer: Ramakrishnan Muthukrishnan Package: libdb4.8 Source: db4.8 Priority: extra Section: oldlibs Installed-Size: 1503 Maintainer: Ubuntu Developers Architecture: amd64 Version: 4.8.30-11ubuntu1.1 Depends: libc6 (>= 2.15) Pre-Depends: multiarch-support Filename: pool/main/d/db4.8/libdb4.8_4.8.30-11ubuntu1.1_amd64.deb Size: 679382 SHA256: b5f794d054bd273833be299803ce0545e33cf6e488c10c44ff933eff851d2a83 SHA1: 1529ea2b0c92ff52beb88d50718be55393a8131f MD5sum: cef4f3090d36c19abb8d4d18cb1a90ff Description: Berkeley v4.8 Database Libraries [runtime] This is the runtime package for programs that use the v4.8 Berkeley database library. Multi-Arch: same Original-Maintainer: Debian Berkeley DB Group Package: libdb4.8-dev Source: db4.8 Priority: extra Section: oldlibs Installed-Size: 4938 Maintainer: Ubuntu Developers Architecture: amd64 Version: 4.8.30-11ubuntu1.1 Depends: libdb4.8 (= 4.8.30-11ubuntu1.1) Conflicts: libdb-dev, libdb4.6-dev, libdb4.7-dev Filename: pool/main/d/db4.8/libdb4.8-dev_4.8.30-11ubuntu1.1_amd64.deb Size: 1658962 SHA256: 88dd944d468e9823a28ac4aa2b8b519488cc4823779f44c2d86e618753b506fa SHA1: 6138dd9cb8d9660b3bc5ad103cfd17d2728708df MD5sum: 7c2d5312889aa0a74c7f7230fe1f8396 Description: Berkeley v4.8 Database Libraries [development] This is the development package which contains headers and static libraries for the Berkeley v4.8 database library. Original-Maintainer: Debian Berkeley DB Group Package: libdb5.1 Source: db Priority: standard Section: libs Installed-Size: 1536 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.1.25-11ubuntu0.1 Depends: libc6 (>= 2.15) Pre-Depends: multiarch-support Filename: pool/main/d/db/libdb5.1_5.1.25-11ubuntu0.1_amd64.deb Size: 700404 SHA256: 34d9fa1fc759af931be8749d415a3dec952226200edd49b78683a1aa45f5aad1 SHA1: 0126a432ed0cbc4a51ca6505e0ed496d7ac61a00 MD5sum: a0f90f26fa912765e3cc2f759e29bca1 Description: Berkeley v5.1 Database Libraries [runtime] This is the runtime package for programs that use the v5.1 Berkeley database library. Multi-Arch: same Original-Maintainer: Debian Berkeley DB Group Package: libdb5.1++ Source: db Priority: optional Section: libs Installed-Size: 1648 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.1.25-11ubuntu0.1 Depends: libc6 (>= 2.15), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.2.1), libdb5.1 Pre-Depends: multiarch-support Filename: pool/main/d/db/libdb5.1++_5.1.25-11ubuntu0.1_amd64.deb Size: 734130 SHA256: 7722a4e49e3488ad8bf24d3907f196496766c6a95f34ce0491d479d8ddc6ee8a SHA1: 63b1849882ce2488bef2ce82911433d361f660da MD5sum: 1df34ac87449e991593db77b230110c0 Description: Berkeley v5.1 Database Libraries for C++ [runtime] This is the runtime package for programs that use the Berkeley v5.1 database library. This is only for programs which use the C++ interface. Multi-Arch: same Original-Maintainer: Debian Berkeley DB Group Package: libdb5.1++-dev Source: db Priority: extra Section: libdevel Installed-Size: 5463 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.1.25-11ubuntu0.1 Depends: libdb5.1++ (= 5.1.25-11ubuntu0.1), libdb5.1-dev (= 5.1.25-11ubuntu0.1), libdb5.1 Conflicts: libdb4.6++-dev, libdb4.7++-dev, libdb4.8++-dev Filename: pool/main/d/db/libdb5.1++-dev_5.1.25-11ubuntu0.1_amd64.deb Size: 1791652 SHA256: 6eed6d780fbf5982cbd08aee9c42e49bee4c8023b7e19d4ee34dedb83a328d52 SHA1: f662c22f009fd197cdb69a001720a9e4be7d6d7c MD5sum: 4068c31d6451493ca32c127582c599e6 Description: Berkeley v5.1 Database Libraries for C++ [development] This is the development package which contains headers and static libraries for the Berkeley v5.1 database library. This is only for programs which will use the C++ interface. Original-Maintainer: Debian Berkeley DB Group Package: libdb5.1-dbg Source: db Priority: extra Section: debug Installed-Size: 30978 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.1.25-11ubuntu0.1 Depends: libdb5.1 (= 5.1.25-11ubuntu0.1) Filename: pool/main/d/db/libdb5.1-dbg_5.1.25-11ubuntu0.1_amd64.deb Size: 29758492 SHA256: c176cb8cbd37a59cac453c6b36e905cc191969d5bfd4a3194637928292b9ba36 SHA1: 08e189de253485c78197098b89a99b3c760470ee MD5sum: 057e04f1917a48edb5285b0be36e119f Description: Berkeley v5.1 Database Libraries [debug] This package provides the debug symbols for the Berkeley v5.1 database libraries and binaries. Multi-Arch: same Original-Maintainer: Debian Berkeley DB Group Package: libdb5.1-dev Source: db Priority: extra Section: libdevel Installed-Size: 2638 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.1.25-11ubuntu0.1 Suggests: db5.1-doc Depends: libdb5.1 (= 5.1.25-11ubuntu0.1) Conflicts: libdb4.6-dev, libdb4.7-dev, libdb4.8-dev Filename: pool/main/d/db/libdb5.1-dev_5.1.25-11ubuntu0.1_amd64.deb Size: 875790 SHA256: 55b4dcaa19c17ce5220e1dad1e37d568d08bbd30380c0f660f8e2d3d6f66a7dc SHA1: f5ccf1088fe5ba5e8efaf3df091885345ce00e2e MD5sum: 2812fba849010f0a743675a18f5b4437 Description: Berkeley v5.1 Database Libraries [development] This is the development package which contains headers and static libraries for the Berkeley v5.1 database library. Original-Maintainer: Debian Berkeley DB Group Package: libdb5.1-java Source: db Priority: optional Section: java Installed-Size: 2266 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.1.25-11ubuntu0.1 Recommends: libdb5.1-java-gcj Depends: libc6 (>= 2.15), libdb5.1 Pre-Depends: multiarch-support Filename: pool/main/d/db/libdb5.1-java_5.1.25-11ubuntu0.1_amd64.deb Size: 1268482 SHA256: 9b1ea65937e1ccdf8b728572e5aef24309feeeff9d48728b59cad35bd2a18e4d SHA1: f9e9d6b63bf3bbeccfe445b249c1794c6a2ce7d0 MD5sum: a8f058159c9b983b0945220e31090e0a Description: Berkeley v5.1 Database Libraries for Java This package provides the Java interface for the Berkeley v5.1 database library. Multi-Arch: same Original-Maintainer: Debian Berkeley DB Group Package: libdb5.1-java-dev Source: db Priority: optional Section: libdevel Installed-Size: 2766 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.1.25-11ubuntu0.1 Depends: libdb5.1-java (= 5.1.25-11ubuntu0.1), libdb5.1 Conflicts: libdb4.6-java-dev, libdb4.7-java-dev, libdb4.8-java-dev Filename: pool/main/d/db/libdb5.1-java-dev_5.1.25-11ubuntu0.1_amd64.deb Size: 898854 SHA256: 5d368498ffbb3533fb32447fcda303b67aee9067055d42ac6b40a86fafd777a3 SHA1: 35cac034c7c63b3df54bf3e0b12a9a3040d93994 MD5sum: 0b4dcc06bc2f41211244ae674626e734 Description: Berkeley v5.1 Database Libraries for Java [development] This package provides the Java interface for the Berkeley v5.1 database library. Original-Maintainer: Debian Berkeley DB Group Package: libdb5.1-java-gcj Source: db Priority: optional Section: java Installed-Size: 3187 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.1.25-11ubuntu0.1 Depends: libdb5.1-java (= 5.1.25-11ubuntu0.1), libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libgcj-bc (>= 4.4.5-1~), libdb5.1, libgcj-common (>> 1:4.1.1-13) Filename: pool/main/d/db/libdb5.1-java-gcj_5.1.25-11ubuntu0.1_amd64.deb Size: 798278 SHA256: 337b04d092032e6c4415ba8620f475047e07b5732c10022f4c49d86a75c07838 SHA1: 98d08c74a83aaeeb33b42aa58d5da5e4f767933d MD5sum: 4874118b38a7e45919288bc8812d7303 Description: Berkeley v5.1 Database Libraries for Java (native code) This package provides the Java interface for the Berkeley v5.1 database library. . This package contains the natively compiled code for use by gij. Original-Maintainer: Debian Berkeley DB Group Package: libdb5.1-sql Source: db Priority: extra Section: libs Installed-Size: 1973 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.1.25-11ubuntu0.1 Depends: libc6 (>= 2.15), libdb5.1 Pre-Depends: multiarch-support Filename: pool/main/d/db/libdb5.1-sql_5.1.25-11ubuntu0.1_amd64.deb Size: 931154 SHA256: cd35b8c04e6b6bb541733230905bcba1d393b8f8b6bc71a816f099dd91b75ec2 SHA1: 5ea7aae0b95a79b5fde6e1382831488e4a78deab MD5sum: 43e4b17419f3efdb67c90fb6efeccdfe Description: Berkeley v5.1 Database Libraries [SQL runtime] This is the runtime package for programs that use the v5.1 Berkeley database SQL library. Multi-Arch: same Original-Maintainer: Debian Berkeley DB Group Package: libdb5.1-sql-dev Source: db Priority: extra Section: libdevel Installed-Size: 6498 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.1.25-11ubuntu0.1 Suggests: db5.1-doc Depends: libdb5.1-sql (= 5.1.25-11ubuntu0.1), libdb5.1 Filename: pool/main/d/db/libdb5.1-sql-dev_5.1.25-11ubuntu0.1_amd64.deb Size: 2278816 SHA256: 63019e70d144eb97540b2ddef10560c88f829def1fef1e828dfeca2474ca0671 SHA1: 6be242b4d7dbbf6f06569cb939f24bbfbd702591 MD5sum: 269a9d6ab58aa2173f811ecb4edee510 Description: Berkeley v5.1 Database Libraries [SQL development] This is the development package which contains headers and static libraries for the Berkeley v5.1 database library. Original-Maintainer: Debian Berkeley DB Group Package: libdb5.1-stl Source: db Priority: extra Section: libs Installed-Size: 1737 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.1.25-11ubuntu0.1 Depends: libc6 (>= 2.15), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.2.1), libdb5.1 Pre-Depends: multiarch-support Filename: pool/main/d/db/libdb5.1-stl_5.1.25-11ubuntu0.1_amd64.deb Size: 762000 SHA256: 6be32a325332b21e0739a97681946de4bbdbc2a1a411d8e91d1c92c2ec466eac SHA1: a25611c79a0587038071fbd4a39b7899b51ccf49 MD5sum: d794b3eb337d5be8cb615630c439cef2 Description: Berkeley v5.1 Database Libraries [STL runtime] This is the runtime package for programs that use the v5.1 Berkeley database STL library. Multi-Arch: same Original-Maintainer: Debian Berkeley DB Group Package: libdb5.1-stl-dev Source: db Priority: extra Section: libdevel Installed-Size: 6177 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.1.25-11ubuntu0.1 Suggests: db5.1-doc Depends: libdb5.1-stl (= 5.1.25-11ubuntu0.1), libdb5.1 Filename: pool/main/d/db/libdb5.1-stl-dev_5.1.25-11ubuntu0.1_amd64.deb Size: 1949412 SHA256: 753418b8067f68487d3b3c55f0ce8098aa2f709861142ac8f6c11815eb701fe4 SHA1: 565005e0703b8833cfcb5a8d5297ae751e76cf44 MD5sum: f462ca9296e27e009b7c2ed6c1a27fcb Description: Berkeley v5.1 Database Libraries [STL development] This is the development package which contains headers and static libraries for the Berkeley v5.1 database library. Original-Maintainer: Debian Berkeley DB Group Package: libdb5.1-tcl Source: db Priority: extra Section: interpreters Installed-Size: 7378 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.1.25-11ubuntu0.1 Depends: tcl (>= 8.5.0-1), libc6 (>= 2.15), libdb5.1 Conflicts: libdb4.6-tcl, libdb4.7-tcl, libdb4.8-tcl Pre-Depends: multiarch-support Filename: pool/main/d/db/libdb5.1-tcl_5.1.25-11ubuntu0.1_amd64.deb Size: 2664692 SHA256: 458157f55ce887df6597dec49d9d051b35fa108ca71b5ba604c9ed6d2a043493 SHA1: fa38e49579548aedf9f40f9f8584b7870a142ef0 MD5sum: 5fcb21d7b309847362bb74d1b050fd95 Description: Berkeley v5.1 Database Libraries for Tcl [module] This package provides a Tcl module suitable for accessing Berkeley v5.1 databases from within Tcl programs. Multi-Arch: same Original-Maintainer: Debian Berkeley DB Group Package: libdbi-perl Priority: optional Section: perl Installed-Size: 2083 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.616-1ubuntu0.3 Provides: perl-dbdabi-94 Depends: perl (>= 5.14.2-6ubuntu2.9), perlapi-5.14.2, libc6 (>= 2.4), libplrpc-perl Breaks: libdbd-anydata-perl (<< 0.09+), libdbd-csv-perl (<< 0.3000), libsql-statement-perl (<< 1.28) Filename: pool/main/libd/libdbi-perl/libdbi-perl_1.616-1ubuntu0.3_amd64.deb Size: 848404 SHA256: 5acdc186323b62a0e8fabd03c574cfaccb17df3926e416f61aaf9ef2c0a407e9 SHA1: 9d8bc5a36f077bbb08646513099066cf9d029231 MD5sum: 80c38c8b3e2db5c53c08fd4f140f7bbd Description: Perl Database Interface (DBI) Description-md5: fd00ec87cf1876c0bbe6103038649c81 Original-Maintainer: Debian Perl Group Package: libdbus-1-3 Source: dbus Priority: optional Section: libs Installed-Size: 363 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.4.18-1ubuntu1.10 Recommends: dbus Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Breaks: kde-window-manager (<< 4:4.4.5-9), kdebase-workspace-bin (<< 4:4.4.5-9) Filename: pool/main/d/dbus/libdbus-1-3_1.4.18-1ubuntu1.10_amd64.deb Size: 145838 SHA256: 725168c538e0efcb1c1f907024243e7922ad78b79ce317a71f2082eace0d6aa8 SHA1: 8da043eafebf6d665b28aec6c2e4111814f58f1e MD5sum: a2553d33ad70f0eff8097cf2f547457c Description: simple interprocess messaging system (library) D-Bus is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity. . D-Bus supports broadcast messages, asynchronous messages (thus decreasing latency), authentication, and more. It is designed to be low-overhead; messages are sent using a binary protocol, not using XML. D-Bus also supports a method call mapping for its messages, but it is not required; this makes using the system quite simple. . It comes with several bindings, including GLib, Python, Qt and Java. . The daemon can be found in the dbus package. Multi-Arch: same Original-Maintainer: Utopia Maintenance Team Package: libdbus-1-dev Source: dbus Priority: optional Section: libdevel Installed-Size: 870 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.4.18-1ubuntu1.10 Depends: libdbus-1-3 (= 1.4.18-1ubuntu1.10), pkg-config Filename: pool/main/d/dbus/libdbus-1-dev_1.4.18-1ubuntu1.10_amd64.deb Size: 212436 SHA256: bfc8c979897b62a76ea8d728e023d5c98abf22d7789cd7450f7cebc546127500 SHA1: 755a6ab4261c7ac24efdbf91971870e38185c957 MD5sum: e5d525529b05bbe7d04b97591518f7c7 Description: 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. Original-Maintainer: Utopia Maintenance Team Package: libdistro-info-perl Source: distro-info Priority: optional Section: perl Installed-Size: 44 Maintainer: Ubuntu Developers Architecture: all Version: 0.8.2ubuntu1 Depends: distro-info-data, perl Filename: pool/main/d/distro-info/libdistro-info-perl_0.8.2ubuntu1_all.deb Size: 4884 SHA256: 1c2ce8b447afbb33adb40b1a4966b38e7e2a87c928214fb441a0229a6d389134 SHA1: e724ac184d780090cb9938bc82ae5e9c6050aef8 MD5sum: ac70bca73027043e0fa74ce916d0f2f6 Description: information about distributions' releases (Perl module) Information about all releases of Debian and Ubuntu. . This package contains a Perl module for parsing the data in distro-info-data. There is also a command line interface in the distro-info package. Original-Maintainer: Benjamin Drung Package: libdns81 Source: bind9 Priority: standard Section: libs Installed-Size: 1620 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1:9.8.1.dfsg.P1-4ubuntu0.32 Replaces: libbind0 Depends: libc6 (>= 2.14), libgeoip1 (>= 1.4.8+dfsg), libgssapi-krb5-2 (>= 1.10+dfsg~), libisc83, libssl1.0.0 (>= 1.0.0) Conflicts: libbind0, libbind9-41 Filename: pool/main/b/bind9/libdns81_9.8.1.dfsg.P1-4ubuntu0.32_amd64.deb Size: 708444 SHA256: 1b38eead5a5f15db2dde0ea940d2ddc0d0ec4adb4594692799efd07141d69138 SHA1: 29f7a2950d87ad7487a17227530e568c4bad9035 MD5sum: 46d4d2e0ccd9409cb8d19e7d4c471630 Description: DNS Shared Library used by BIND The Berkeley Internet Name Domain (BIND) implements an Internet domain name server. BIND is the most widely-used name server software on the Internet, and is supported by the Internet Software Consortium, www.isc.org. This package delivers the libdns shared library used by BIND's daemons and clients. Original-Maintainer: LaMont Jones Package: libdpkg-dev Source: dpkg Priority: optional Section: libdevel Installed-Size: 882 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.16.1.2ubuntu7.9 Filename: pool/main/d/dpkg/libdpkg-dev_1.16.1.2ubuntu7.9_amd64.deb Size: 110958 SHA256: cba15953a77a470f678109d8b92ad9452065de56eeb0c0290198a68e1f84a7c8 SHA1: 31c0e047490adab7422826cae720e89dd93cdaa9 MD5sum: 43c924ebfab60a74ce648d6bb33125bd Description: 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. Origin: debian Bugs: debbugs://bugs.debian.org Original-Maintainer: Dpkg Developers Package: libdpkg-perl Source: dpkg Priority: optional Section: perl Installed-Size: 1260 Maintainer: Ubuntu Developers Architecture: all Version: 1.16.1.2ubuntu7.9 Recommends: bzip2, xz-utils Replaces: dpkg (<< 1.15.8), dpkg-dev (<< 1.15.6) Suggests: debian-keyring, gnupg, gpgv, binutils, patch Depends: dpkg (>= 1.15.8), perl, libtimedate-perl Breaks: dpkg-dev (<< 1.15.6) Filename: pool/main/d/dpkg/libdpkg-perl_1.16.1.2ubuntu7.9_all.deb Size: 181752 SHA256: 1a5442bea126e7bd95a8b9992db8d54602acbc48c75cc913cf0bffdfee7d830a SHA1: 54c3d0cc66954c042c94e4d01990bd0789da9a20 MD5sum: ad27ffd291672d2a0e384006b79dec4a Description: Dpkg perl modules Description-md5: 57bcb653d312a0731f784d1f8bfe5861 Origin: debian Bugs: debbugs://bugs.debian.org Multi-Arch: foreign Original-Maintainer: Dpkg Developers Package: libexif-dev Source: libexif Priority: optional Section: libdevel Installed-Size: 1366 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.6.20-2ubuntu0.7 Depends: libc6-dev, libexif12 (= 0.6.20-2ubuntu0.7), libjs-jquery Filename: pool/main/libe/libexif/libexif-dev_0.6.20-2ubuntu0.7_amd64.deb Size: 352596 SHA256: ceb45545167935075cc996446d84ffd37d0c8e98dc2f77789b67766431809216 SHA1: aa560755c07666bffbe0a456af8378d4ff3fc75f MD5sum: 694099331c4f8c9d2ca7d3229681d39d Description: library to parse EXIF files (development files) Most digital cameras produce EXIF files, which are JPEG files with extra tags that contain information about the image. The EXIF library allows you to parse an EXIF file and read the data from those tags. . This package contains the development files. Original-Maintainer: Debian PhotoTools Maintainers Package: libexif12 Source: libexif Priority: optional Section: libs Installed-Size: 356 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.6.20-2ubuntu0.7 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Filename: pool/main/libe/libexif/libexif12_0.6.20-2ubuntu0.7_amd64.deb Size: 94846 SHA256: 9f226f241ac8891dd70e1c4a4810f7c662f0fb95f1f501cec0d084d6e9fc7cbd SHA1: e0d608f528fc2082fc1b0e33957da2a3f2ad32b4 MD5sum: 33f7fb23dc22a815064204bbe3dee92b Description: library to parse EXIF files Most digital cameras produce EXIF files, which are JPEG files with extra tags that contain information about the image. The EXIF library allows you to parse an EXIF file and read the data from those tags. Multi-Arch: same Original-Maintainer: Debian PhotoTools Maintainers Package: libexpat1 Source: expat Priority: optional Section: libs Installed-Size: 388 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.0.1-7.2ubuntu1.7 Depends: libc6 (>= 2.14) Conflicts: wink (<= 1.5.1060-4) Pre-Depends: multiarch-support Filename: pool/main/e/expat/libexpat1_2.0.1-7.2ubuntu1.7_amd64.deb Size: 130678 SHA256: 5e5139ec7ed19e68c05092c2231b835ecf4980cf95ab4e83bb387ee1893ef954 SHA1: 77596b94d6f1f4aa64c99663d347650cb5118ff9 MD5sum: 883f35f4bedd1a565c4efe7b509d7caa Description: XML parsing C library - runtime library This package contains the runtime, shared library of expat, the C library for parsing XML. Expat is a stream-oriented parser in which an application registers handlers for things the parser might find in the XML document (like start tags). Multi-Arch: same Original-Maintainer: Debian XML/SGML Group Package: libexpat1-dev Source: expat Priority: optional Section: libdevel Installed-Size: 900 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.0.1-7.2ubuntu1.7 Provides: libexpat-dev Depends: libexpat1 (= 2.0.1-7.2ubuntu1.7), libc6-dev | libc-dev Conflicts: libexpat-dev Filename: pool/main/e/expat/libexpat1-dev_2.0.1-7.2ubuntu1.7_amd64.deb Size: 216934 SHA256: 2404904382b8b2f4836ed616d9cf8bb88a938284d115d214f5877cb903d27eed SHA1: a030dc549ef0f492e1575eb111e2b5a169127e43 MD5sum: f65edd40eb2ae69d8914421be220dc6e Description: XML parsing C library - development kit This package contains the header file and development libraries of expat, the C library for parsing XML. Expat is a stream oriented XML parser. This means that you register handlers with the parser prior to starting the parse. These handlers are called when the parser discovers the associated structures in the document being parsed. A start tag is an example of the kind of structures for which you may register handlers. Original-Maintainer: Debian XML/SGML Group Package: libffi-dev Source: libffi Priority: optional Section: libdevel Installed-Size: 288 Maintainer: Ubuntu Developers Architecture: amd64 Version: 3.0.11~rc1-5ubuntu0.1 Depends: libffi6 (= 3.0.11~rc1-5ubuntu0.1), dpkg (>= 1.15.4) | install-info Conflicts: libffi4-dev Filename: pool/main/libf/libffi/libffi-dev_3.0.11~rc1-5ubuntu0.1_amd64.deb Size: 108830 SHA256: 3c6039d6853b720f549a6a34d8a1f49b5e26d5f799106c31a9bca90c57034b66 SHA1: e4fd67208326230df8a5bbe61c5c3f3cb93e6399 MD5sum: 4b6cd1a8ad604dc633470e8bc1c55cb0 Description: Foreign Function Interface library (development files) This package contains the headers and static library files necessary for building programs which use libffi. . A foreign function interface is the popular name for the interface that allows code written in one language to call code written in another language. Multi-Arch: same Original-Maintainer: Debian GCC Maintainers Package: libffi6 Source: libffi Priority: optional Section: libs Installed-Size: 70 Maintainer: Ubuntu Developers Architecture: amd64 Version: 3.0.11~rc1-5ubuntu0.1 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Filename: pool/main/libf/libffi/libffi6_3.0.11~rc1-5ubuntu0.1_amd64.deb Size: 19612 SHA256: bcf0b137b0076a257271b8c4eddda79e08fb5407fddd61564c4f1c1acc5aec1d SHA1: bed9b5117749770e5415538bb5eded8cfca77f84 MD5sum: 22b120f7f21c5db53c4c3efa5f86a379 Description: Foreign Function Interface library runtime A foreign function interface is the popular name for the interface that allows code written in one language to call code written in another language. Multi-Arch: same Original-Maintainer: Debian GCC Maintainers Package: libffi6-dbg Source: libffi Priority: extra Section: debug Installed-Size: 315 Maintainer: Ubuntu Developers Architecture: amd64 Version: 3.0.11~rc1-5ubuntu0.1 Depends: libffi6 (= 3.0.11~rc1-5ubuntu0.1) Filename: pool/main/libf/libffi/libffi6-dbg_3.0.11~rc1-5ubuntu0.1_amd64.deb Size: 96024 SHA256: 16d641986e15072745e39ecfa4818b28695c7fa47fbeb78484528c8fd6a34f66 SHA1: 7685d5d4600c4ac056b349eee01fee137a0f4287 MD5sum: 02a13f5667e2b04a4c17ecf0e32b314c Description: Foreign Function Interface library runtime (debug symbols) A foreign function interface is the popular name for the interface that allows code written in one language to call code written in another language. Multi-Arch: same Original-Maintainer: Debian GCC Maintainers Package: libfreetype6 Source: freetype Priority: optional Section: libs Installed-Size: 816 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.4.8-1ubuntu2.7 Depends: libc6 (>= 2.14), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Filename: pool/main/f/freetype/libfreetype6_2.4.8-1ubuntu2.7_amd64.deb Size: 344508 SHA256: afb65a83edcbe66fd047b9f6f87dba648c836d62c6ae6d152886359230b9b460 SHA1: 22b87bb16c33285080ebf0c558cf5cc57aa083e0 MD5sum: a68f7370d58d46f541b61324f01d1e50 Description: FreeType 2 font engine, shared library files Description-md5: 05d46b8997950de44aca420dda49f882 Multi-Arch: same Original-Maintainer: Steve Langasek Package: libfreetype6-dev Source: freetype Priority: optional Section: libdevel Installed-Size: 3355 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.4.8-1ubuntu2.7 Depends: libfreetype6 (= 2.4.8-1ubuntu2.7), libc6-dev | libc-dev, zlib1g-dev | libz-dev Filename: pool/main/f/freetype/libfreetype6-dev_2.4.8-1ubuntu2.7_amd64.deb Size: 796000 SHA256: bdeb4455744e0721db81af4ac05a02634eaad48adbb8100cb409f0a24461d414 SHA1: dc649ed6a8472a228983f651e9cf4ac014ab4c1c MD5sum: d51ab93db7a24ba0f27fa7da548d4f9b Description: FreeType 2 font engine, development files The FreeType project is a team of volunteers who develop free, portable and high-quality software solutions for digital typography. They specifically target embedded systems and focus on bringing small, efficient and ubiquitous products. . This package contains all supplementary files (static library, headers and documentation) you need to develop your own programs using the FreeType 2 library. Original-Maintainer: Steve Langasek Package: libgcrypt11 Priority: standard Section: libs Installed-Size: 591 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.5.0-3ubuntu0.9 Suggests: rng-tools Depends: libc6 (>= 2.15), libgpg-error0 (>= 1.10) Pre-Depends: multiarch-support Breaks: gnupg2 (<< 2.0.17-2ubuntu2), gpgsm (<< 2.0.17-2ubuntu2), libgnutls26 (<< 2.12.7-3) Filename: pool/main/libg/libgcrypt11/libgcrypt11_1.5.0-3ubuntu0.9_amd64.deb Size: 282000 SHA256: 58adb49cb7d946c96cb8ef4c4dda6ed339e3dfd0d24ceea3577cd31c649545ff SHA1: 50e8cdc1b41d8071de2ea24bcffafa0023545d85 MD5sum: 530aec6129fc41a49ae7eaff0b3a786b Description: LGPL Crypto library - runtime library libgcrypt contains cryptographic functions. Many important free ciphers, hash algorithms and public key signing algorithms have been implemented: Arcfour, Blowfish, CAST5, DES, AES, Twofish, Serpent, rfc2268 (rc2), SEED, Camellia, CRC, MD4, MD5, RIPE-MD160, SHA-1, SHA-256, SHA-512, Tiger, Whirlpool, DSA, DSA2, ElGamal, RSA, ECC. Multi-Arch: same Original-Maintainer: Debian GnuTLS Maintainers Package: libgcrypt11-dbg Source: libgcrypt11 Priority: extra Section: debug Installed-Size: 2902 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.5.0-3ubuntu0.9 Depends: libgcrypt11 (= 1.5.0-3ubuntu0.9) Filename: pool/main/libg/libgcrypt11/libgcrypt11-dbg_1.5.0-3ubuntu0.9_amd64.deb Size: 819120 SHA256: af4e3b78a5d3201d49bc8d69ef66066d27a4a68777a27d9e4c52be456ef14ed2 SHA1: 8110ff6a604d74b9d0737a7a42ff1c08483ce867 MD5sum: b785886a0f875e7069d45a75b56d956d Description: 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. Original-Maintainer: Debian GnuTLS Maintainers Package: libgcrypt11-dev Source: libgcrypt11 Priority: optional Section: libdevel Installed-Size: 1137 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.5.0-3ubuntu0.9 Suggests: libgcrypt11-doc Provides: libgcrypt-dev Depends: libgcrypt11 (= 1.5.0-3ubuntu0.9), libc6-dev | libc-dev, libgpg-error-dev Conflicts: libgcrypt-dev Filename: pool/main/libg/libgcrypt11/libgcrypt11-dev_1.5.0-3ubuntu0.9_amd64.deb Size: 366198 SHA256: ab248c6558a7c975b708cce471f7b5ef57309c1f81413695a1e82b9570bd24b7 SHA1: e567668269d54baeaf48eb2e5e8157fc8a1687c1 MD5sum: b143ac3d483227bb5de5f354cd969146 Description: LGPL Crypto library - development files libgcrypt contains cryptographic functions. Many important free ciphers, hash algorithms and public key signing algorithms have been implemented: Arcfour, Blowfish, CAST5, DES, AES, Twofish, Serpent, rfc2268 (rc2), SEED, Camellia, 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. Original-Maintainer: Debian GnuTLS Maintainers Package: libgcrypt11-doc Source: libgcrypt11 Priority: optional Section: doc Installed-Size: 1170 Maintainer: Ubuntu Developers Architecture: all Version: 1.5.0-3ubuntu0.9 Replaces: libgcrypt-doc, libgcrypt7-doc Suggests: libgcrypt11-dev Depends: dpkg (>= 1.15.4) | install-info Conflicts: libgcrypt-doc, libgcrypt7-doc Filename: pool/main/libg/libgcrypt11/libgcrypt11-doc_1.5.0-3ubuntu0.9_all.deb Size: 664488 SHA256: 138410b02498c5a543f3da620aace7f8061506976f53cb903201590d1537752a SHA1: 67678c41fb39f16a96998d6096a85bccc8eee1ad MD5sum: caa970388177f0314cf45bca0b657257 Description: 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. Original-Maintainer: Debian GnuTLS Maintainers Package: libgd-tools Source: libgd2 Priority: optional Section: graphics Installed-Size: 436 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.0.36~rc1~dfsg-6ubuntu2.6 Suggests: libgd2-noxpm-dev | libgd2-xpm-dev Depends: libc6 (>= 2.7), libgd2-xpm (>= 2.0.36~rc1~dfsg), perl Filename: pool/main/libg/libgd2/libgd-tools_2.0.36~rc1~dfsg-6ubuntu2.6_amd64.deb Size: 19296 SHA256: c1a402289badfd23f32fd2c4d1567bc9a68d6ed4565aa1d1e0d22a538c833e3e SHA1: 082abd1525d1f2dbd46126dd2c8e42c8b4d53d1d MD5sum: 27f7ccfecc996278bbe5c0f7fe21f594 Description: GD command line tools and example code GD is a graphics library. It allows your code to quickly draw images complete with lines, arcs, text, multiple colours, cut and paste from other images, flood fills, and write out the result as a PNG file. This is particularly useful in World Wide Web applications, where PNG is one of the formats accepted for inline images by most browsers. . This is some simple command line tools and example code that use the GD graphics library. Original-Maintainer: GD team Package: libgd2-noxpm Source: libgd2 Priority: optional Section: libs Installed-Size: 625 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.0.36~rc1~dfsg-6ubuntu2.6 Suggests: libgd-tools Provides: libgd2 Depends: libc6 (>= 2.14), libfreetype6 (>= 2.2.1), libjpeg8 (>= 8c), libpng12-0 (>= 1.2.13-4), zlib1g (>= 1:1.1.4) Conflicts: libgd2, libgd2-xpm Pre-Depends: multiarch-support Filename: pool/main/libg/libgd2/libgd2-noxpm_2.0.36~rc1~dfsg-6ubuntu2.6_amd64.deb Size: 199922 SHA256: 2f71f8130b5aa0534d9670f02b7fe387626dc47de42a7ab7689dd2303cd84a18 SHA1: c6904f197445219fbc17c6b78e816e7d4d803cf9 MD5sum: 790c0d23b8ef82bc7d4175f88df4cbb5 Description: GD Graphics Library version 2 (without XPM support) GD is a graphics library. It allows your code to quickly draw images complete with lines, arcs, text, multiple colours, cut and paste from other images, flood fills, and write out the result as a PNG file. This is particularly useful in World Wide Web applications, where PNG is one of the formats accepted for inline images by most browsers. . This is the runtime package of the library, built without XPM (X pixmap) or fontconfig support. Original-Maintainer: GD team Multi-Arch: same Package: libgd2-noxpm-dev Source: libgd2 Priority: optional Section: libdevel Installed-Size: 882 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.0.36~rc1~dfsg-6ubuntu2.6 Provides: libgd-dev Depends: libgd2-noxpm (= 2.0.36~rc1~dfsg-6ubuntu2.6), libfreetype6-dev, libjpeg-dev, libpng12-0-dev, zlib1g-dev Conflicts: libgd-dev, libgd-noxpm-dev, libgd-xpm-dev, libgd2-xpm-dev Filename: pool/main/libg/libgd2/libgd2-noxpm-dev_2.0.36~rc1~dfsg-6ubuntu2.6_amd64.deb Size: 213210 SHA256: 56f07a8f51c270d0b5f438d52a58aa1ddb6177f1da1d965ad032f9b6de7b9547 SHA1: 691b19fc558e43e3a9f60c606ce08ca2d747b199 MD5sum: 3cf0e3f92ee15e4379443cce5bc8be4c Description: GD Graphics Library version 2 (development version) GD is a graphics library. It allows your code to quickly draw images complete with lines, arcs, text, multiple colours, cut and paste from other images, flood fills, and write out the result as a PNG file. This is particularly useful in World Wide Web applications, where PNG is one of the formats accepted for inline images by most browsers. . This is the full development version of the library, built without XPM (X pixmap) or fontconfig support. Multi-Arch: same Original-Maintainer: GD team Package: libgd2-xpm Source: libgd2 Priority: optional Section: libs Installed-Size: 633 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.0.36~rc1~dfsg-6ubuntu2.6 Suggests: libgd-tools Provides: libgd2 Depends: libc6 (>= 2.14), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libjpeg8 (>= 8c), libpng12-0 (>= 1.2.13-4), libxpm4, zlib1g (>= 1:1.1.4) Conflicts: libgd2, libgd2-noxpm Pre-Depends: multiarch-support Filename: pool/main/libg/libgd2/libgd2-xpm_2.0.36~rc1~dfsg-6ubuntu2.6_amd64.deb Size: 202820 SHA256: ef7befb00730d4c1e8110e2a2f8b7e9cf43c9534a408540283758ab7d3bdd0ff SHA1: 07e6e791a50aa8ef5d86520bc7608bfd8cb7acfa MD5sum: bae6a6451e610c9117b9a805dfaa7f35 Description: GD Graphics Library version 2 GD is a graphics library. It allows your code to quickly draw images complete with lines, arcs, text, multiple colours, cut and paste from other images, flood fills, and write out the result as a PNG file. This is particularly useful in World Wide Web applications, where PNG is one of the formats accepted for inline images by most browsers. . This is the runtime package of the library, built with XPM (X pixmap) and fontconfig support. Original-Maintainer: GD team Multi-Arch: same Package: libgd2-xpm-dev Source: libgd2 Priority: optional Section: libdevel Installed-Size: 890 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.0.36~rc1~dfsg-6ubuntu2.6 Provides: libgd-dev Depends: libgd2-xpm (= 2.0.36~rc1~dfsg-6ubuntu2.6), libfontconfig1-dev, libfreetype6-dev, libjpeg-dev, libpng12-0-dev, libxpm-dev, zlib1g-dev Conflicts: libgd-dev, libgd-noxpm-dev, libgd-xpm-dev, libgd2-noxpm-dev Filename: pool/main/libg/libgd2/libgd2-xpm-dev_2.0.36~rc1~dfsg-6ubuntu2.6_amd64.deb Size: 216120 SHA256: 97909576b557fba5aafb8db3ae46aae4d90623013517f8f117d98ec79acc84f4 SHA1: b0a183e5089ca4c013ff25e6967f620228570cb3 MD5sum: ee140cde4e410c04afd21ab91078da1d Description: GD Graphics Library version 2 (development version) GD is a graphics library. It allows your code to quickly draw images complete with lines, arcs, text, multiple colours, cut and paste from other images, flood fills, and write out the result as a PNG file. This is particularly useful in World Wide Web applications, where PNG is one of the formats accepted for inline images by most browsers. . This is the full development version of the library, built with XPM (X pixmap) and fontconfig support. Multi-Arch: same Original-Maintainer: GD team Package: libgettextpo0 Source: gettext Priority: optional Section: devel Installed-Size: 348 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.18.1.1-5ubuntu3.1 Replaces: gettext (<< 0.18.1.1-5ubuntu1) Depends: libc6 (>= 2.14), libcroco3 (>= 0.6.2), libglib2.0-0 (>= 2.12.0), libgomp1 (>= 4.2.1), libncurses5 (>= 5.5-5~), libtinfo5, libunistring0, libxml2 (>= 2.6.27) Pre-Depends: multiarch-support Breaks: gettext (<< 0.18.1.1-5ubuntu1) Filename: pool/main/g/gettext/libgettextpo0_0.18.1.1-5ubuntu3.1_amd64.deb Size: 120312 SHA256: 1997ac1106eb18b67e4d2379f831bb813ce5acf0b70578540dfdf975d51ef698 SHA1: f1b8bf89ad8909b2c6e2b6e657f6b9b8b474fdc8 MD5sum: 444924bfef239391ab0c74ef77fe2ca7 Description: GNU Internationalization library This package contains the libgettextpo shared library for interfacing programmatically with GNU gettext .po files. Multi-Arch: same Original-Maintainer: Santiago Vila Package: libglib2.0-0 Source: glib2.0 Priority: optional Section: libs Installed-Size: 3756 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.32.4-0ubuntu1.4 Recommends: libglib2.0-data, shared-mime-info Replaces: libglib2.0-dev (<< 2.23.2-2) Depends: libc6 (>= 2.15), libffi6 (>= 3.0.4), libpcre3 (>= 8.10), libselinux1 (>= 1.32), zlib1g (>= 1:1.2.2) Conflicts: bamfdaemon (<= 0.2.92-0ubuntu1), libzeitgeist-gio, wncksyncdaemon Pre-Depends: multiarch-support Breaks: gdm3 (<< 3.0.3), gnome-control-center (<< 1:3), gnome-session (<< 3.0.0-3), gvfs (<< 1.8), libgtk-3-0 (<< 3.0.12) Filename: pool/main/g/glib2.0/libglib2.0-0_2.32.4-0ubuntu1.4_amd64.deb Size: 1201064 SHA256: 3493b0b61301d977a0b5adaecf6616c2fe8e9b6273245a1487bfd3ab55703c56 SHA1: 3d3ef1ff35ac6ecfe31c30c1eacfd8de496ed6da MD5sum: a6a4ac6ccfb91a3fd91940e057019690 Description: GLib library of C routines GLib is a library containing many useful C routines for things such as trees, hashes, lists, and strings. It is a useful general-purpose C library used by projects such as GTK+, GIMP, and GNOME. . This package contains the shared libraries. Multi-Arch: same Original-Maintainer: Debian GNOME Maintainers Package: libglib2.0-0-dbg Source: glib2.0 Priority: extra Section: debug Installed-Size: 8962 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.32.4-0ubuntu1.4 Replaces: libglib2.0-dbg Depends: libglib2.0-0 (= 2.32.4-0ubuntu1.4) Conflicts: libglib2.0-dbg Filename: pool/main/g/glib2.0/libglib2.0-0-dbg_2.32.4-0ubuntu1.4_amd64.deb Size: 2493528 SHA256: 18ee5ecb41896adc999763462f9189575656f13bd16a4ec521179396d0e86fe3 SHA1: d5d0556ee7ef0500ee424d8efdcc12b6ce7dcf73 MD5sum: 589c557bb537b09f7916cc83a86082e2 Description: Debugging symbols for the GLib libraries GLib is a library containing many useful C routines for things such as trees, hashes, lists, and strings. It is a useful general-purpose C library used by projects such as GTK+, GIMP, and GNOME. . This package contains detached debugging symbols. . Most people will not need this package. Original-Maintainer: Debian GNOME Maintainers Package: libglib2.0-0-refdbg Source: glib2.0 Priority: extra Section: debug Installed-Size: 2213 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.32.4-0ubuntu1.4 Depends: libc6 (>= 2.14), libffi6 (>= 3.0.4), libglib2.0-0 (= 2.32.4-0ubuntu1.4) Filename: pool/main/g/glib2.0/libglib2.0-0-refdbg_2.32.4-0ubuntu1.4_amd64.deb Size: 436736 SHA256: 75cd06902e505096cd13c40e481011c1a2431b9bd2871b78f28a1b8017cea212 SHA1: af04c18ede4ba466f2712c7c5c312e210ce1c051 MD5sum: ea9d5093409ebc2620adad7740791330 Description: GLib library of C routines - refdbg library GLib is a library containing many useful C routines for things such as trees, hashes, lists, and strings. It is a useful general-purpose C library used by projects such as GTK+, GIMP, and GNOME. . This package contains the shared library built with --disable-Bsymbolic so that it can be used with refdbg, a GObject refcount debugger. Multi-Arch: same Original-Maintainer: Debian GNOME Maintainers Package: libglib2.0-bin Source: glib2.0 Priority: optional Section: misc Installed-Size: 945 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.32.4-0ubuntu1.4 Replaces: libglib2.0-0 (<< 2.25.11-2), libglib2.0-dev (<< 2.25.11-2) Depends: libc6 (>= 2.2.5), libelf1 (>= 0.142), libglib2.0-0 (= 2.32.4-0ubuntu1.4), libglib2.0-data Conflicts: libglib2.0-0 (<< 2.25.11-2) Pre-Depends: dpkg (>= 1.15.7.2) Filename: pool/main/g/glib2.0/libglib2.0-bin_2.32.4-0ubuntu1.4_amd64.deb Size: 40454 SHA256: 36f7c9b7a404c0e608bd4befebca4f0f85d1ffc4e9db752d78f3809142e6a277 SHA1: 169c5d245363a1233f501082a503c2afab1057fb MD5sum: 64da00abe405ea5af3d7c6af8357f697 Description: Programs for the GLib library GLib is a library containing many useful C routines for things such as trees, hashes, lists, and strings. It is a useful general-purpose C library used by projects such as GTK+, GIMP, and GNOME. . This package contains the program files which is used for the libraries and others. Multi-Arch: foreign Original-Maintainer: Debian GNOME Maintainers Package: libglib2.0-data Source: glib2.0 Priority: optional Section: libs Installed-Size: 868 Maintainer: Ubuntu Developers Architecture: all Version: 2.32.4-0ubuntu1.4 Filename: pool/main/g/glib2.0/libglib2.0-data_2.32.4-0ubuntu1.4_all.deb Size: 89722 SHA256: 949c9d5cc89c1f0208101b5bd002686bc85cc9175a7ff7cc4ea85422eee2add6 SHA1: fa83d200f3180eae183e2a73ff04757629fb7884 MD5sum: 8bc5b74a2eb4b28b2968ce26b41c779e Description: Common files for GLib library GLib is a library containing many useful C routines for things such as trees, hashes, lists, and strings. It is a useful general-purpose C library used by projects such as GTK+, GIMP, and GNOME. . This package is needed for the runtime libraries to display messages in languages other than English. Multi-Arch: foreign Original-Maintainer: Debian GNOME Maintainers Package: libglib2.0-dev Source: glib2.0 Priority: optional Section: libdevel Installed-Size: 8463 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.32.4-0ubuntu1.4 Recommends: python Suggests: libglib2.0-doc Depends: libc6 (>= 2.4), libglib2.0-0 (= 2.32.4-0ubuntu1.4), libglib2.0-bin (= 2.32.4-0ubuntu1.4), libpcre3-dev (>= 8.11), pkg-config (>= 0.16.0), zlib1g-dev Filename: pool/main/g/glib2.0/libglib2.0-dev_2.32.4-0ubuntu1.4_amd64.deb Size: 1809858 SHA256: 01b2f9379860c9ca9deccbc2ce4e559c66de1965bc3f8fb3128f179a3df80a65 SHA1: a5327b8b981949e4154285cf7c4b957eab401524 MD5sum: 64707cbe97a704ff9e3ef5e8e6c3fe25 Description: Development files for the GLib library GLib is a library containing many useful C routines for things such as trees, hashes, lists, and strings. It is a useful general-purpose C library used by projects such as GTK+, GIMP, and GNOME. . This package is needed to compile programs against libglib2.0-0, as only it includes the header files and static libraries (optionally) needed for compiling. Original-Maintainer: Debian GNOME Maintainers Package: libglib2.0-doc Source: glib2.0 Priority: optional Section: doc Installed-Size: 17572 Maintainer: Ubuntu Developers Architecture: all Version: 2.32.4-0ubuntu1.4 Suggests: devhelp Filename: pool/main/g/glib2.0/libglib2.0-doc_2.32.4-0ubuntu1.4_all.deb Size: 1998960 SHA256: f8708f27707f7b3ca40a31b0238207e1c2affe3211fe2291699a6c8d051397a2 SHA1: b4f6c0fcd39fb31a67c34061ce7d97bb788d25a8 MD5sum: df1cff1952b5da02bad8172ac8e5042d Description: Documentation files for the GLib library GLib is a library containing many useful C routines for things such as trees, hashes, lists, and strings. It is a useful general-purpose C library used by projects such as GTK+, GIMP, and GNOME. . This package contains the HTML documentation for the GLib library in /usr/share/doc/libglib2.0-doc/ . Multi-Arch: foreign Original-Maintainer: Debian GNOME Maintainers Package: libgssapi3-heimdal Source: heimdal Priority: optional Section: libs Installed-Size: 323 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.6~git20120311.dfsg.1-2ubuntu0.2 Depends: libasn1-8-heimdal (>= 1.4.0+git20110226), libc6 (>= 2.14), libcomerr2 (>= 1.01), libhcrypto4-heimdal (>= 1.4.0+git20110226), libheimntlm0-heimdal (>= 1.4.0+git20110226), libkrb5-26-heimdal (>= 1.4.0+git20110403), libroken18-heimdal (>= 1.4.0+git20110226) Conflicts: libgssapi3 Pre-Depends: multiarch-support Filename: pool/main/h/heimdal/libgssapi3-heimdal_1.6~git20120311.dfsg.1-2ubuntu0.2_amd64.deb Size: 108138 SHA256: 91c256798fb4dc38e5a9cae9730b2c5e08f7b0c475fc23ea4ef7fa599222f496 SHA1: 373227d9cbbafa0055f29d2eeb7a86e782dc0881 MD5sum: 248569b0d0878069ef04a7754ba2040b Description: Heimdal Kerberos - GSSAPI support library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package contains the library for GSSAPI support. Multi-Arch: same Original-Maintainer: Brian May Package: libhcrypto4-heimdal Source: heimdal Priority: optional Section: libs Installed-Size: 285 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.6~git20120311.dfsg.1-2ubuntu0.2 Depends: libasn1-8-heimdal (>= 1.4.0+git20110226), libc6 (>= 2.14), libroken18-heimdal (>= 1.4.0+git20110226) Pre-Depends: multiarch-support Filename: pool/main/h/heimdal/libhcrypto4-heimdal_1.6~git20120311.dfsg.1-2ubuntu0.2_amd64.deb Size: 103262 SHA256: e1cba4d3fd414de9237d898bf086bf8e0dc5749740e43f9b4b88e0a865625b17 SHA1: 9bb4a9dae0c9e74829acab1e1cefc035edfeb9c2 MD5sum: ede4d603eb107f9b65457676ff4d1d01 Description: Heimdal Kerberos - crypto library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package contains the cryptographic library required for Heimdal. Multi-Arch: same Original-Maintainer: Brian May Package: libhdb9-heimdal Source: heimdal Priority: optional Section: libs Installed-Size: 212 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.6~git20120311.dfsg.1-2ubuntu0.2 Replaces: heimdal-lib (<< 0.3e-5) Depends: libasn1-8-heimdal (>= 1.6~git20120311g), libc6 (>= 2.14), libcomerr2 (>= 1.01), libdb5.1, libkrb5-26-heimdal (>= 1.4.0+git20110226), libldap-2.4-2 (>= 2.4.7), libroken18-heimdal (>= 1.4.0+git20110226), libsqlite3-0 (>= 3.5.9) Conflicts: heimdal-libs (<< 0.3e-5) Pre-Depends: multiarch-support Filename: pool/main/h/heimdal/libhdb9-heimdal_1.6~git20120311.dfsg.1-2ubuntu0.2_amd64.deb Size: 64884 SHA256: a3f69ef2c2c070bdff7de61369c4ee121b7e084ed5e8c930e17c897919a646be SHA1: cfcd997a500764e96bf60734417ea750af444b2d MD5sum: b408c2fe38cceaeaee72c503950ba91f Description: Heimdal Kerberos - kadmin server library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package contains the library for storing the KDC database. Multi-Arch: same Original-Maintainer: Brian May Package: libheimbase1-heimdal Source: heimdal Priority: optional Section: libs Installed-Size: 130 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.6~git20120311.dfsg.1-2ubuntu0.2 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Filename: pool/main/h/heimdal/libheimbase1-heimdal_1.6~git20120311.dfsg.1-2ubuntu0.2_amd64.deb Size: 33266 SHA256: 4659c54b8a4170cce207a38f51eb8fa7bb441978e0068a07daba5828d5a24ead SHA1: 38bac0726c79ad7a5003464ed4c4366824991264 MD5sum: 1bba6a3224f35535dd123b277cb73fed Description: Heimdal Kerberos - Base library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package contains the base library. Multi-Arch: same Original-Maintainer: Brian May Package: libheimntlm0-heimdal Source: heimdal Priority: optional Section: libs Installed-Size: 94 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.6~git20120311.dfsg.1-2ubuntu0.2 Depends: libc6 (>= 2.4), libhcrypto4-heimdal (>= 1.4.0+git20110226), libkrb5-26-heimdal (>= 1.4.0+git20110226), libroken18-heimdal (>= 1.4.0+git20110226) Pre-Depends: multiarch-support Filename: pool/main/h/heimdal/libheimntlm0-heimdal_1.6~git20120311.dfsg.1-2ubuntu0.2_amd64.deb Size: 15928 SHA256: 7a2e1231e571c84b76f0740831edf8e01a6f48448de0a551287b06af0d32a72a SHA1: f6108c1c746b8cbdfff0fd290e8a0c5f25a190fc MD5sum: 251be25e1650af4a6eb9986caa2f1a88 Description: Heimdal Kerberos - NTLM support library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. Multi-Arch: same Original-Maintainer: Brian May Package: libhx509-5-heimdal Source: heimdal Priority: optional Section: libs Installed-Size: 373 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.6~git20120311.dfsg.1-2ubuntu0.2 Depends: libasn1-8-heimdal (>= 1.4.0+git20110226), libc6 (>= 2.14), libcomerr2 (>= 1.34), libhcrypto4-heimdal (>= 1.4.0+git20110226), libheimbase1-heimdal (>= 1.6~git20120311), libroken18-heimdal (>= 1.4.0+git20110226), libwind0-heimdal (>= 1.4.0+git20110226) Pre-Depends: multiarch-support Filename: pool/main/h/heimdal/libhx509-5-heimdal_1.6~git20120311.dfsg.1-2ubuntu0.2_amd64.deb Size: 125172 SHA256: 9e4c4317661792268d40b978dc082e42fff3bb4e62150412a7e2fd736979331b SHA1: b6bbef5a94c612fdd0ab1293d84ba643a1346e52 MD5sum: 4399571c59416e09cb63d2b8f765a51e Description: Heimdal Kerberos - X509 support library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. Multi-Arch: same Original-Maintainer: Brian May Package: libicu-dev Source: icu Priority: optional Section: libdevel Installed-Size: 30793 Maintainer: Ubuntu Developers Architecture: amd64 Version: 4.8.1.1-3ubuntu0.10 Suggests: icu-doc Depends: libicu48 (= 4.8.1.1-3ubuntu0.10), libc6-dev | libc-dev Filename: pool/main/i/icu/libicu-dev_4.8.1.1-3ubuntu0.10_amd64.deb Size: 9836800 SHA256: f09db04e5aeb26db780bb5e344ddf063aaf4572a3e47b399ee08c3b34fbae421 SHA1: 0fe48fe3b2f128fe6e4b6a2a2c3ee5a37e8a389c MD5sum: 7ab700248433097e7fd0e6ccb8e45956 Description: 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. Original-Maintainer: Jay Berkenbilt Package: libicu48 Source: icu Priority: optional Section: libs Installed-Size: 21737 Maintainer: Ubuntu Developers Architecture: amd64 Version: 4.8.1.1-3ubuntu0.10 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.2.1) Filename: pool/main/i/icu/libicu48_4.8.1.1-3ubuntu0.10_amd64.deb Size: 8137638 SHA256: 00aa486e615df089becb5bcf39c4063af4233e15230cd16942eb321b9b74e448 SHA1: b50a6a9171930f2c24fa505a8f71df225fd038f1 MD5sum: 7a5d01029fcf35e375bce276c067fce1 Description: International Components for Unicode ICU is a C++ and C library that provides robust and full-featured Unicode and locale support. This package contains the runtime libraries for ICU. Original-Maintainer: Jay Berkenbilt Package: libicu48-dbg Source: icu Priority: extra Section: debug Installed-Size: 14296 Maintainer: Ubuntu Developers Architecture: amd64 Version: 4.8.1.1-3ubuntu0.10 Depends: libicu48 (= 4.8.1.1-3ubuntu0.10) Filename: pool/main/i/icu/libicu48-dbg_4.8.1.1-3ubuntu0.10_amd64.deb Size: 4487508 SHA256: 2012a431626e02d71a931a36bfead3450e83f0be9a040402a7c1b9caaf4d2b98 SHA1: fb26ec3197e74c2eccf0ecc4848601ed89226fbe MD5sum: 846af7df3f547b95c1a5d5ed27f64cc4 Description: International Components for Unicode ICU is a C++ and C library that provides robust and full-featured Unicode and locale support. This package contains debugging symbols for the libraries. Original-Maintainer: Jay Berkenbilt Package: libidn11 Source: libidn Priority: standard Section: libs Installed-Size: 351 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.23-2ubuntu0.2 Replaces: libidn11-dev Depends: libc6 (>= 2.14) Conflicts: libidn9-dev Pre-Depends: multiarch-support Filename: pool/main/libi/libidn/libidn11_1.23-2ubuntu0.2_amd64.deb Size: 112688 SHA256: e0ea2c77a7af17718ea08b1b9278f19caa2ecfbf6996edddfa1a5107731bc1a0 SHA1: 6705bcc0cbb8504bb6bb60dd5fd0922ef4b69145 MD5sum: 52df8f06b13f36c480131e70fb908d2a Description: GNU Libidn library, implementation of IETF IDN specifications GNU Libidn is a fully documented implementation of the Stringprep, Punycode and IDNA specifications. Libidn's purpose is to encode and decode internationalized domain names. The Nameprep, XMPP, SASLprep, and iSCSI profiles are supported. . This package contains the shared library. Multi-Arch: same Original-Maintainer: Debian Libidn Team Package: libidn11-dev Source: libidn Priority: optional Section: libdevel Installed-Size: 993 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.23-2ubuntu0.2 Depends: libidn11 (= 1.23-2ubuntu0.2), pkg-config, dpkg (>= 1.15.4) | install-info Conflicts: libidn9-dev Filename: pool/main/libi/libidn/libidn11-dev_1.23-2ubuntu0.2_amd64.deb Size: 635036 SHA256: c17af2c4ea6d51f9e9848c273bfb7d6709d3cad517e5c1f0a2f2e111a561181f SHA1: b51cbdafc83a1625ea5a88e6fe054b62abe61d97 MD5sum: 2efd84499d4ada66329d294ffb2c9441 Description: Development files for GNU Libidn, an IDN library GNU Libidn is a fully documented implementation of the Stringprep, Punycode and IDNA specifications. Libidn's purpose is to encode and decode internationalized domain names. The Nameprep, XMPP, SASLprep, and iSCSI profiles are supported. . This package contains the header files, static library, pkg-config information, API man pages, and the Libidn manual. Original-Maintainer: Debian Libidn Team Package: libidn11-java Source: libidn Priority: optional Section: java Installed-Size: 435 Maintainer: Ubuntu Developers Architecture: all Version: 1.23-2ubuntu0.2 Filename: pool/main/libi/libidn/libidn11-java_1.23-2ubuntu0.2_all.deb Size: 170728 SHA256: ee5bf926a60a89a8893c1846ee7ec3a3e80a89a546b9095e36e4b7a81cc93253 SHA1: e8ba0a1905796752c0c2af476b73cec3b822ec56 MD5sum: 385207f34b072302ddf0207851913571 Description: Java port of the GNU Libidn library, an IDN implementation GNU Libidn is an implementation of the Stringprep, Punycode and IDNA specifications defined by the IETF Internationalized Domain Names (IDN) working group, used for internationalized domain names. Currently the Nameprep, Kerberos 5 and XMPP Stringprep profiles are supported. . This package contains the native Java port of the library. Original-Maintainer: Debian Libidn Team Package: libisc83 Source: bind9 Priority: standard Section: libs Installed-Size: 397 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1:9.8.1.dfsg.P1-4ubuntu0.32 Replaces: libbind0 Depends: libc6 (>= 2.15), libxml2 (>= 2.7.4) Conflicts: libbind0, libbind9-41 Filename: pool/main/b/bind9/libisc83_9.8.1.dfsg.P1-4ubuntu0.32_amd64.deb Size: 162620 SHA256: 7b4619eb36664df476b293ffa4e7d0ee2384190926f7d2ba55611ae9b44aaa76 SHA1: b3dea713bd75d6a53dfca86138e8f539d2ca665c MD5sum: cf75bf8cc89efcfd79ef2c0543036c45 Description: ISC Shared Library used by BIND The Berkeley Internet Name Domain (BIND) implements an Internet domain name server. BIND is the most widely-used name server software on the Internet, and is supported by the Internet Software Consortium, www.isc.org. This package delivers the libisc shared library used by BIND's daemons and clients. Original-Maintainer: LaMont Jones Package: libisccc80 Source: bind9 Priority: optional Section: libs Installed-Size: 83 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1:9.8.1.dfsg.P1-4ubuntu0.32 Replaces: libbind0 Depends: libc6 (>= 2.14), libisc83 Conflicts: libbind0, libbind9-41 Filename: pool/main/b/bind9/libisccc80_9.8.1.dfsg.P1-4ubuntu0.32_amd64.deb Size: 17604 SHA256: e4c224e5bed2fbd5ce7dac648bbdd7ec9be996f9a912105557d2c07c9aa42a8e SHA1: 9762b3c314f6dd35e3523063e73b587f2af1c2d1 MD5sum: f29bbaae138181d45322b1ad6b34e460 Description: Command Channel Library used by BIND The Berkeley Internet Name Domain (BIND) implements an Internet domain name server. BIND is the most widely-used name server software on the Internet, and is supported by the Internet Software Consortium, www.isc.org. This package delivers the libisccc shared library used by BIND's daemons and clients, particularly rndc. Original-Maintainer: LaMont Jones Package: libisccfg82 Source: bind9 Priority: optional Section: libs Installed-Size: 181 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1:9.8.1.dfsg.P1-4ubuntu0.32 Replaces: libbind0 Depends: libc6 (>= 2.14), libdns81, libisc83, libisccc80 Conflicts: libbind0, libbind9-41 Filename: pool/main/b/bind9/libisccfg82_9.8.1.dfsg.P1-4ubuntu0.32_amd64.deb Size: 43420 SHA256: 49e99b9cd5b4196db22e82bb8ba1f6ead14f190c730c7a9ce779d3fa600631c4 SHA1: 89bed759ae672b5564e46f4941301183fd507374 MD5sum: c8204367d4aedd7b3e1b1c10828b20c9 Description: Config File Handling Library used by BIND The Berkeley Internet Name Domain (BIND) implements an Internet domain name server. BIND is the most widely-used name server software on the Internet, and is supported by the Internet Software Consortium, www.isc.org. This package delivers the libisccfg shared library used by BIND's daemons and clients to read and write ISC-style configuration files like named.conf and rndc.conf. Original-Maintainer: LaMont Jones Package: libjpeg-turbo-progs Source: libjpeg-turbo Priority: optional Section: graphics Installed-Size: 180 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.1.90+svn733-0ubuntu4.6 Replaces: libjpeg-progs (<< 8c-2ubuntu5) Provides: libjpeg-progs Depends: libc6 (>= 2.14), libjpeg8 (>= 8c) Filename: pool/main/libj/libjpeg-turbo/libjpeg-turbo-progs_1.1.90+svn733-0ubuntu4.6_amd64.deb Size: 64388 SHA256: 40e0afc6b9899bebd33f1cbb9cfbe55c904429b31748a2d9e97eea33253e62ba SHA1: 9e517daf304d0e2a58b888ce005703c784813614 MD5sum: cf35bda89521554f63f82ad2495ed479 Description: Programs for manipulating JPEG files Description-md5: 8e92b5756ce0898b967d4c7a6ce6815c Package: libjpeg-turbo-test Source: libjpeg-turbo Priority: extra Section: debug Installed-Size: 54 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.1.90+svn733-0ubuntu4.6 Replaces: libjpeg-test (<< 1.1.90+svn722-1ubuntu6) Depends: libc6 (>= 2.4) Filename: pool/main/libj/libjpeg-turbo/libjpeg-turbo-test_1.1.90+svn733-0ubuntu4.6_amd64.deb Size: 14132 SHA256: 244acc78cb27cc83e0a37150b82b89cffa9700aa4f490bfebf50269b709e1cf6 SHA1: 17e028f183eb191d1d46fb7e5d1a9d925c76972f MD5sum: 29ec75e856dde33c5c9a21227155839c Description: Program for testing libjpeg-turbo This package contains tjunittest which tests the basic functionality of the library and data files for performing those tests. Package: libjpeg-turbo8 Source: libjpeg-turbo Priority: optional Section: libs Installed-Size: 309 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.1.90+svn733-0ubuntu4.6 Replaces: libjpeg8 (<< 8c-2ubuntu5) Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Breaks: libjpeg8 (<< 8c-2ubuntu5) Filename: pool/main/libj/libjpeg-turbo/libjpeg-turbo8_1.1.90+svn733-0ubuntu4.6_amd64.deb Size: 111896 SHA256: 8003a7e714a651b89aef1aec43b0bb64aeeab4b5f789c3a64a2967f81e041b1b SHA1: 74962b049f7fb4417a118c60369ce35873efa224 MD5sum: 445225f995aae32501403a2c6dff3787 Description: IJG JPEG compliant runtime library. Runtime library supporting the Independent JPEG Group's standard for JPEG files. . This package contains the shared library which is a drop in replacement for libjpeg8, which has better performance than standard libjpeg by use of SIMD and other optimizations. Multi-Arch: same Package: libjpeg-turbo8-dbg Source: libjpeg-turbo Priority: extra Section: debug Installed-Size: 356 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.1.90+svn733-0ubuntu4.6 Replaces: libjpeg-turbo-dbg (<< 1.1.90+svn722-1ubuntu6), libjpeg62-dbg, libjpeg7-dbg Depends: libjpeg-turbo8 (= 1.1.90+svn733-0ubuntu4.6) Filename: pool/main/libj/libjpeg-turbo/libjpeg-turbo8-dbg_1.1.90+svn733-0ubuntu4.6_amd64.deb Size: 262086 SHA256: eaa15cd685adbf8dd840d0234f9bb9b32a695e8928e6dd8d856fdcad043c682b SHA1: c036ece6a689b99f6f01195a87d9815c2b3d5acd MD5sum: 66f5af465b4a7dc178dd0196da71f769 Description: 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 Source: libjpeg-turbo Priority: optional Section: libdevel Installed-Size: 1140 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.1.90+svn733-0ubuntu4.6 Replaces: libjpeg62-dev, libjpeg7-dev, libjpeg8-dev (<< 8c-2ubuntu5) Provides: libjpeg-dev Depends: libjpeg-turbo8 (= 1.1.90+svn733-0ubuntu4.6), libc-dev Conflicts: libjpeg62-dev, libjpeg7-dev Filename: pool/main/libj/libjpeg-turbo/libjpeg-turbo8-dev_1.1.90+svn733-0ubuntu4.6_amd64.deb Size: 391768 SHA256: cb85e6e34e00db1ec9f7aca5b84e1129e471bd429982176e8be1cf36d70ffc33 SHA1: bee32321270091ec31ddb869fda264b887755ba0 MD5sum: 680cd4fc1015836db3405277b3b5dc42 Description: Development files for the IJG JPEG library The Independent JPEG Group's JPEG library is a library for handling JPEG files. . This package contains the static library, headers and documentation. Multi-Arch: same Package: libjson0 Source: json-c Priority: extra Section: libs Installed-Size: 68 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.9-1ubuntu1.4 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Filename: pool/main/j/json-c/libjson0_0.9-1ubuntu1.4_amd64.deb Size: 18320 SHA256: 993da51fa884655d307fb244c628415caf9c657a85c8268402b8e52a49822e9b SHA1: 5a10ac3d5bed77c8105d5cacc0e83ff2fd2a911d MD5sum: da6295cbfd1ab5a726e1993fb43d039c Description: JSON manipulation library - shared library This library allows you to easily construct JSON objects in C, output them as JSON formatted strings and parse JSON formatted strings back into the C representation of JSON objects. Multi-Arch: same Original-Maintainer: fabien boucher Package: libjson0-dbg Source: json-c Priority: extra Section: debug Installed-Size: 72 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.9-1ubuntu1.4 Depends: libjson0 (= 0.9-1ubuntu1.4) Filename: pool/main/j/json-c/libjson0-dbg_0.9-1ubuntu1.4_amd64.deb Size: 24494 SHA256: 2832b0d9af7a7f2e25bc356aa724e5eb8887a718ce012c8ddfbf9a5b6c569722 SHA1: f9882fa1fbe9addbe2cae045724a698eef929d0a MD5sum: abac38bdde6e4f9045bf321310643e84 Description: JSON manipulation library - debug symbols This library allows you to easily construct JSON objects in C, output them as JSON formatted strings and parse JSON formatted strings back into the C representation of JSON objects. . The debugging symbols for tracking down bugs in applications that use libjson-c are provided by this package. Multi-Arch: same Original-Maintainer: fabien boucher Package: libjson0-dev Source: json-c Priority: extra Section: libdevel Installed-Size: 480 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.9-1ubuntu1.4 Depends: libjson0 (= 0.9-1ubuntu1.4) Filename: pool/main/j/json-c/libjson0-dev_0.9-1ubuntu1.4_amd64.deb Size: 73810 SHA256: c3c2ed574cd02887b0163cce1678081393eb60610d7b094961675327a74fbd67 SHA1: d73a55ff014e278c72ef78f8754b2e71ef5b5024 MD5sum: 60fd7d21f4254259ee05f74f07826c95 Description: JSON manipulation library - development files This library allows you to easily construct JSON objects in C, output them as JSON formatted strings and parse JSON formatted strings back into the C representation of JSON objects. . The development headers for compiling programs that use libjson-c are provided by this package. Multi-Arch: same Original-Maintainer: fabien boucher Package: libkadm5clnt7-heimdal Source: heimdal Priority: optional Section: libs Installed-Size: 116 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.6~git20120311.dfsg.1-2ubuntu0.2 Depends: libc6 (>= 2.14), libcomerr2 (>= 1.01), libkrb5-26-heimdal (>= 1.4.0+git20110226), libroken18-heimdal (>= 1.4.0+git20110226) Pre-Depends: multiarch-support Filename: pool/main/h/heimdal/libkadm5clnt7-heimdal_1.6~git20120311.dfsg.1-2ubuntu0.2_amd64.deb Size: 22658 SHA256: 3cca3b508c251d262969b793bf98f80085bd6ea348226b26cd9b8750d54833c9 SHA1: ed34a5490d37cb90b1c7cdfc4b2606736fc94f54 MD5sum: 1d5ac41b0432d2add1df1fb2620d0abf Description: Heimdal Kerberos - kadmin client library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package contains the client library for kadmin. Multi-Arch: same Original-Maintainer: Brian May Package: libkadm5srv8-heimdal Source: heimdal Priority: optional Section: libs Installed-Size: 138 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.6~git20120311.dfsg.1-2ubuntu0.2 Depends: libc6 (>= 2.14), libcomerr2 (>= 1.01), libhdb9-heimdal (>= 1.6~git20120311), libkrb5-26-heimdal (>= 1.4.0+git20110226), libroken18-heimdal (>= 1.4.0+git20110226) Pre-Depends: multiarch-support Filename: pool/main/h/heimdal/libkadm5srv8-heimdal_1.6~git20120311.dfsg.1-2ubuntu0.2_amd64.deb Size: 34394 SHA256: a9b98afd3326b38296f120b64a2d488c4606dd1a0bb552d81b832edf35b9f162 SHA1: 99e2d9395a7beecd50e89e16b61348243ee7741c MD5sum: e09da581f17e2a33373d4a925bc84234 Description: Libraries for Heimdal Kerberos Heimdal is a free implementation of Kerberos 5, that aims to be compatible with MIT Kerberos. . This package contains the server library for kadmin. Multi-Arch: same Original-Maintainer: Brian May Package: libkafs0-heimdal Source: heimdal Priority: extra Section: libs Installed-Size: 97 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.6~git20120311.dfsg.1-2ubuntu0.2 Depends: libc6 (>= 2.14), libkrb5-26-heimdal (>= 1.4.0+git20110226), libroken18-heimdal (>= 1.4.0+git20110226) Pre-Depends: multiarch-support Filename: pool/main/h/heimdal/libkafs0-heimdal_1.6~git20120311.dfsg.1-2ubuntu0.2_amd64.deb Size: 17674 SHA256: 225b69633addc89ed70d146bd2b1eb9ae3d79d171453836ab696360408ccfce4 SHA1: 57273849fe839f4096ed22cfff30c96cf17cd89a MD5sum: 01192a30dc0c2914acfc0bcdb7bff720 Description: Heimdal Kerberos - KAFS support library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package contains the library for KAFS support. Multi-Arch: same Original-Maintainer: Brian May Package: libkdc2-heimdal Source: heimdal Priority: extra Section: libs Installed-Size: 208 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.6~git20120311.dfsg.1-2ubuntu0.2 Depends: libasn1-8-heimdal (>= 1.6~git20120311g), libc6 (>= 2.14), libhcrypto4-heimdal (>= 1.4.0+git20110226), libhdb9-heimdal (>= 1.6~git20120311), libheimntlm0-heimdal (>= 1.4.0+git20110226), libhx509-5-heimdal (>= 1.4.0+git20110226), libkrb5-26-heimdal (>= 1.6~git20120311), libroken18-heimdal (>= 1.4.0+git20110226) Pre-Depends: multiarch-support Filename: pool/main/h/heimdal/libkdc2-heimdal_1.6~git20120311.dfsg.1-2ubuntu0.2_amd64.deb Size: 62636 SHA256: 3938ab4067f3e7d873dfa5e0c1ad0d93590392ac1540160af8fb4fd107881f5f SHA1: 729849d3e6d3ac6e88741b1245097b310876ccd2 MD5sum: cb151bf43634c0f0d4f1d304a6514659 Description: Heimdal Kerberos - KDC support library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. Multi-Arch: same Original-Maintainer: Brian May Package: libkrb5-26-heimdal Source: heimdal Priority: optional Section: libs Installed-Size: 643 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.6~git20120311.dfsg.1-2ubuntu0.2 Depends: libasn1-8-heimdal (>= 1.4.0+git20110226), libc6 (>= 2.15), libcomerr2 (>= 1.41.11), libhcrypto4-heimdal (>= 1.4.0+git20110226), libheimbase1-heimdal (>= 1.6~git20120311), libhx509-5-heimdal (>= 1.4.0+git20110226), libroken18-heimdal (>= 1.4.0+git20110226), libsqlite3-0 (>= 3.5.9), libwind0-heimdal (>= 1.6~git20120311) Pre-Depends: multiarch-support Filename: pool/main/h/heimdal/libkrb5-26-heimdal_1.6~git20120311.dfsg.1-2ubuntu0.2_amd64.deb Size: 234756 SHA256: 57f1868de260c5433d2d1daef41e6f12360d9a67a144662ed6e3353e461fa5ea SHA1: a8c605a3bae0f0bf2d8465708f07d301edc02d90 MD5sum: e4998e9505e1643af949bcd8e998d632 Description: Heimdal Kerberos - libraries Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package contains the Kerberos 5 library. Multi-Arch: same Original-Maintainer: Brian May Package: liblcms-utils Source: lcms Priority: optional Section: utils Installed-Size: 188 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.19.dfsg-1ubuntu3.1 Depends: libc6 (>= 2.7), libjpeg8 (>= 8c), liblcms1 (>= 1.15-1), libtiff4 Filename: pool/main/l/lcms/liblcms-utils_1.19.dfsg-1ubuntu3.1_amd64.deb Size: 53672 SHA256: a530a7985c8bd94e47238620995cc2be202fe5556bcf73150d4ca4a354d494bd SHA1: 3e5fa01c03ae039c449507518d033b02e912dbde MD5sum: 905d1008effc613b91a398640eb5f1a5 Description: Little CMS color management library utilities lcms is a standalone CMM engine, which deals with the color management. LittleCMS implements a fast transformation between ICC profiles. The intention of it is to be portable across several platforms. This package contains additional utilities(jpegicc and tifficc) which comes with lcms. Original-Maintainer: Oleksandr Moskalenko Package: liblcms1 Source: lcms Priority: optional Section: libs Installed-Size: 252 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.19.dfsg-1ubuntu3.1 Replaces: liblcms Suggests: liblcms-utils Provides: liblcms Depends: libc6 (>= 2.14) Conflicts: liblcms Pre-Depends: multiarch-support Filename: pool/main/l/lcms/liblcms1_1.19.dfsg-1ubuntu3.1_amd64.deb Size: 105894 SHA256: 128aaaa86d95791a2ba805a1030765928f4e8e589a8e74a663fa74f283f95f97 SHA1: e559f2c4de8bfe359ffabeddf0c0e7cffd5dcdfe MD5sum: 78f7dcdf2910082e9f548ede40d91399 Description: Little CMS color management library lcms is a standalone CMM engine, which deals with the color management. LittleCMS implements a fast transformation between ICC profiles. The intention of it is to be portable across several platforms. Original-Maintainer: Oleksandr Moskalenko Multi-Arch: same Package: liblcms1-dev Source: lcms Priority: optional Section: libdevel Installed-Size: 565 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.19.dfsg-1ubuntu3.1 Replaces: liblcms-dev Provides: liblcms-dev Depends: liblcms1 (= 1.19.dfsg-1ubuntu3.1) Conflicts: liblcms-dev Filename: pool/main/l/lcms/liblcms1-dev_1.19.dfsg-1ubuntu3.1_amd64.deb Size: 198948 SHA256: de930840b5682e9da372c6aa94425cb1109da1c3045d8cbda301b43cb5b03ceb SHA1: 886af9260d81d6f45af6f653c0eeb7a35aebf5a1 MD5sum: 0cbff2dfbbabe976ef85eb8f047ad43c Description: Litle CMS color management library development headers Development headers for Little CMS color management library. lcms is a standalone CMM engine, which deals with the color management. LittleCMS implements a fast transformation between ICC profiles. The intention of it is to be portable across several platforms. Multi-Arch: same Original-Maintainer: Oleksandr Moskalenko Package: liblcms2-2 Source: lcms2 Priority: optional Section: libs Installed-Size: 348 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.2+git20110628-2ubuntu3.3 Suggests: liblcms2-utils Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Filename: pool/main/l/lcms2/liblcms2-2_2.2+git20110628-2ubuntu3.3_amd64.deb Size: 142878 SHA256: 0f763734384c16ff084832e10d3f68d70a01f7c375a13cb1a5bc2ee72e9a91b5 SHA1: 7fce7f4b2cf0c8f6eba095589ec455ebdbacf8a4 MD5sum: e7e9346eb0845b713c07aa7ed433db3a Description: Little CMS 2 color management library LittleCMS 2 intends to be a small-footprint color management engine, with special focus on accuracy and performance. It uses the International Color Consortium standard (ICC) of color management. LittleCMS 2 is a full implementation of ICC specification 4.2 plus all addendums. It fully supports all V2 and V4 profiles, including abstract, devicelink and named color profiles. Multi-Arch: same Original-Maintainer: Oleksandr Moskalenko Package: liblcms2-dev Source: lcms2 Priority: optional Section: libdevel Installed-Size: 2636 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.2+git20110628-2ubuntu3.3 Depends: liblcms2-2 (= 2.2+git20110628-2ubuntu3.3) Pre-Depends: multiarch-support Filename: pool/main/l/lcms2/liblcms2-dev_2.2+git20110628-2ubuntu3.3_amd64.deb Size: 2558930 SHA256: 82bf0acbd5273d9694f24342546fc8d60be596e9431a612944c0aa6b9b2b113a SHA1: 0ad612babe2fa0a36d34f5cd8b205c6a5cf21653 MD5sum: 813fe203b2a569c48f4cc7d146830e73 Description: 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. Multi-Arch: same Original-Maintainer: Oleksandr Moskalenko Package: liblcms2-utils Source: lcms2 Priority: optional Section: utils Installed-Size: 177 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.2+git20110628-2ubuntu3.3 Depends: libc6 (>= 2.7), libjpeg8 (>= 8c), liblcms2-2 (>= 2.2+git20110628-2), libtiff4 Filename: pool/main/l/lcms2/liblcms2-utils_2.2+git20110628-2ubuntu3.3_amd64.deb Size: 51260 SHA256: cbd035ecc485278fbcc0d8ad6e1da9862c2a6edd8ab2c7d643cd8b6f76e168db SHA1: 7c1d0426547ec2a084fe2a513924256cfb0e963e MD5sum: 0253d7ff54b830148c171cb309cce82a Description: Little CMS 2 olor 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. This package contains additional utilities (jpegicc and tifficc). Original-Maintainer: Oleksandr Moskalenko Package: libldap-2.4-2 Source: openldap Priority: standard Section: libs Installed-Size: 495 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.4.28-1.1ubuntu4.12 Replaces: libldap-2.3-0, libldap2 Depends: libc6 (>= 2.14), libgcrypt11 (>= 1.4.5), libgnutls26 (>= 2.12.6.1-0), libgssapi3-heimdal (>= 1.4.0+git20110226), libsasl2-2 (>= 2.1.24) Conflicts: ldap-utils (<= 2.1.23-1) Pre-Depends: multiarch-support Filename: pool/main/o/openldap/libldap-2.4-2_2.4.28-1.1ubuntu4.12_amd64.deb Size: 184190 SHA256: 70d30175c83751214e4891e6afb82cba5cd5c2b47d2a373c1649bd606a9130e4 SHA1: 66e010df83d2297b82d461f4f2aa0fb65bbadb99 MD5sum: 14555ba6db4d8c91fbda60dccf11b0bb Description: OpenLDAP libraries These are the run-time libraries for the OpenLDAP (Lightweight Directory Access Protocol) servers and clients. Multi-Arch: same Original-Maintainer: Debian OpenLDAP Maintainers Package: libldap-2.4-2-dbg Source: openldap Priority: extra Section: debug Installed-Size: 481 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.4.28-1.1ubuntu4.12 Depends: libldap-2.4-2 (= 2.4.28-1.1ubuntu4.12) Filename: pool/main/o/openldap/libldap-2.4-2-dbg_2.4.28-1.1ubuntu4.12_amd64.deb Size: 326326 SHA256: 53ee74a85b73e2628cccc6f6f00c3d334425aa168b91dbc5fee758f46391e9a9 SHA1: 758fbbfa635d1381f502b3bc8463bd7bbb217877 MD5sum: b385b0c5f0781f6ceabfae9d888a69e6 Description: Debugging information for OpenLDAP libraries This package provides detached debugging information for the OpenLDAP (Lightweight Directory Access Protocol) libraries. It is useful primarily to permit better backtraces and crash dump analysis after problems with the libraries. GDB will find this debug information automatically. Multi-Arch: same Original-Maintainer: Debian OpenLDAP Maintainers Package: libldap2-dev Source: openldap Priority: extra Section: libdevel Installed-Size: 1360 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.4.28-1.1ubuntu4.12 Replaces: libopenldap-dev Provides: libldap-dev Depends: libldap-2.4-2 (= 2.4.28-1.1ubuntu4.12) Conflicts: libldap-dev, libopenldap-dev Filename: pool/main/o/openldap/libldap2-dev_2.4.28-1.1ubuntu4.12_amd64.deb Size: 509184 SHA256: c89ca41e5deb97234adcfec25b5410eb7d17c93299919bf13f0fa1a6960ce832 SHA1: a5a7429acd3d2c9190221a3cf26967fd2e77117f MD5sum: e779fb593aa64d7f41247ace0b6cf7b7 Description: OpenLDAP development libraries This package allows development of LDAP applications using the OpenLDAP libraries. It includes headers, libraries and links to allow static and dynamic linking. Multi-Arch: same Original-Maintainer: Debian OpenLDAP Maintainers Package: liblwres80 Source: bind9 Priority: standard Section: libs Installed-Size: 123 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1:9.8.1.dfsg.P1-4ubuntu0.32 Replaces: libbind0 Depends: libc6 (>= 2.15) Conflicts: libbind0 Filename: pool/main/b/bind9/liblwres80_9.8.1.dfsg.P1-4ubuntu0.32_amd64.deb Size: 38242 SHA256: c10196c43281c5f6fe37404699c0e65076ad1946a717da5a26f765c34dc850f3 SHA1: 0e0abe8f76ffc1130d6535c1fffb45d61ab5fabf MD5sum: 4327e2dd8d362d9d47e865bd49ecaf78 Description: Lightweight Resolver Library used by BIND The Berkeley Internet Name Domain (BIND) implements an Internet domain name server. BIND is the most widely-used name server software on the Internet, and is supported by the Internet Software Consortium, www.isc.org. This package delivers the liblwres shared library used by BIND's daemons and clients. Original-Maintainer: LaMont Jones Package: libmagic-dev Source: file Priority: optional Section: libdevel Installed-Size: 297 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.09-2ubuntu0.8 Suggests: file Depends: libmagic1 (= 5.09-2ubuntu0.8) Filename: pool/main/f/file/libmagic-dev_5.09-2ubuntu0.8_amd64.deb Size: 75354 SHA256: 3feb7c3576361a05fd57a38600a91010d87770169f1c11991105f1f95b4949c1 SHA1: a5310b5866379abc3c71bbe1009edbc4517b4efc MD5sum: 7651ab4914bc31dae66df05b544acfe3 Description: 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. Original-Maintainer: Daniel Baumann Package: libmagic1 Source: file Priority: standard Section: libs Installed-Size: 2388 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.09-2ubuntu0.8 Suggests: file Depends: libc6 (>= 2.15), zlib1g (>= 1:1.1.4) Filename: pool/main/f/file/libmagic1_5.09-2ubuntu0.8_amd64.deb Size: 218194 SHA256: 94d5fba0b0487c73f00bc54213d0133998299ceff6f940f4bf34bf57f06db9bb SHA1: 6548b9d89db355bd90078447c4980505ccd9f3b7 MD5sum: f57d4cacad8b3ca8028f3aec96182723 Description: File type determination library using "magic" numbers This library can be used to classify files according to magic number tests. It implements the core functionality of the file command. Original-Maintainer: Daniel Baumann Package: libmspack-dbg Source: libmspack Priority: extra Section: debug Installed-Size: 118 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.4-1~12.04.1 Depends: libmspack0 (= 0.4-1~12.04.1) Filename: pool/main/libm/libmspack/libmspack-dbg_0.4-1~12.04.1_amd64.deb Size: 71578 SHA256: 428141958f2e5cdfe699b231f69ebb264a064796c34314f06bf29dabde2ed4c5 SHA1: d97f98c83991905f5f5ac1a2cf581924284ea76e MD5sum: fa59f3ae44119e528857b56bce3dca76 Description: library for Microsoft compression formats (debugging symbols) The purpose of libmspack is to provide both compression and decompression of some loosely related file formats used by Microsoft. The intention is to support all of the following formats: COMPRESS.EXE [SZDD], Microsoft Help (.HLP), COMPRESS.EXE [KWAJ], Microsoft Cabinet (.CAB), HTML Help (.CHM), Microsoft eBook (.LIT), Windows Imaging Format (.WIM), Exchange Offline Address Book (.LZX). Multi-Arch: same Original-Maintainer: Marc Dequènes (Duck) Package: libmspack-dev Source: libmspack Priority: optional Section: libdevel Installed-Size: 240 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.4-1~12.04.1 Depends: libmspack0 (= 0.4-1~12.04.1) Filename: pool/main/libm/libmspack/libmspack-dev_0.4-1~12.04.1_amd64.deb Size: 64374 SHA256: a594c77989a1f09ce7d71d8b2664e67c7192d657fbb71a0bb5821f5ac93ccae0 SHA1: 3a275272fa77867adc7699f0dbb99ec7821bc607 MD5sum: c60394de0812b838f8ef54d7f919a6ab Description: library for Microsoft compression formats (development files) The purpose of libmspack is to provide both compression and decompression of some loosely related file formats used by Microsoft. The intention is to support all of the following formats: COMPRESS.EXE [SZDD], Microsoft Help (.HLP), COMPRESS.EXE [KWAJ], Microsoft Cabinet (.CAB), HTML Help (.CHM), Microsoft eBook (.LIT), Windows Imaging Format (.WIM), Exchange Offline Address Book (.LZX). Multi-Arch: same Original-Maintainer: Marc Dequènes (Duck) Package: libmspack-doc Source: libmspack Priority: optional Section: doc Installed-Size: 987 Maintainer: Ubuntu Developers Architecture: all Version: 0.4-1~12.04.1 Suggests: doc-base Depends: libjs-jquery Filename: pool/main/libm/libmspack/libmspack-doc_0.4-1~12.04.1_all.deb Size: 145600 SHA256: 81d82178d7fdafdca88322443fcb77494b4103b4d0671bf04dc11f92c21ce62d SHA1: e521f8094fa73974aeaabc69c4248ed748cce706 MD5sum: 70dc69b23d289c9cc6dc693325899110 Description: library for Microsoft compression formats (documentation) The purpose of libmspack is to provide both compression and decompression of some loosely related file formats used by Microsoft. The intention is to support all of the following formats: COMPRESS.EXE [SZDD], Microsoft Help (.HLP), COMPRESS.EXE [KWAJ], Microsoft Cabinet (.CAB), HTML Help (.CHM), Microsoft eBook (.LIT), Windows Imaging Format (.WIM), Exchange Offline Address Book (.LZX). Multi-Arch: foreign Original-Maintainer: Marc Dequènes (Duck) Package: libmspack0 Source: libmspack Priority: optional Section: libs Installed-Size: 114 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.4-1~12.04.1 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Filename: pool/main/libm/libmspack/libmspack0_0.4-1~12.04.1_amd64.deb Size: 43528 SHA256: 3ec493ddd32bd209ca3df6d7b48a035b8e28dfafe37a1bbc5628cc7a9c71dd55 SHA1: 8ce1c14a18557a5585548d653b778c96434bc28c MD5sum: 157382f9525954edba925b8a90edca4b Description: library for Microsoft compression formats (shared library) The purpose of libmspack is to provide both compression and decompression of some loosely related file formats used by Microsoft. The intention is to support all of the following formats: COMPRESS.EXE [SZDD], Microsoft Help (.HLP), COMPRESS.EXE [KWAJ], Microsoft Cabinet (.CAB), HTML Help (.CHM), Microsoft eBook (.LIT), Windows Imaging Format (.WIM), Exchange Offline Address Book (.LZX). Multi-Arch: same Original-Maintainer: Marc Dequènes (Duck) Package: libmysqlclient-dev Source: mysql-5.5 Priority: optional Section: libdevel Installed-Size: 5647 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.5.62-0ubuntu0.12.04.1 Replaces: libmysqlclient15-dev Provides: libmysqlclient15-dev Depends: libmysqlclient18 (= 5.5.62-0ubuntu0.12.04.1), zlib1g-dev Conflicts: libmysqlclient10-dev, libmysqlclient12-dev, libmysqlclient14-dev, libmysqlclient15-dev Filename: pool/main/m/mysql-5.5/libmysqlclient-dev_5.5.62-0ubuntu0.12.04.1_amd64.deb Size: 1459414 SHA256: c245156c58cc64cb09d9b6cbec58bdceeaa0960b2c1dde7d1f3afd30754ba27c SHA1: 29cf4a672b2c23f42101c05fb9427e360f0bf54f MD5sum: cff0e94450bd0fdde666f2da0e40a3ee Description: 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. Original-Maintainer: Debian MySQL Maintainers Package: libmysqlclient18 Source: mysql-5.5 Priority: optional Section: libs Installed-Size: 3532 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.5.62-0ubuntu0.12.04.1 Depends: mysql-common (>= 5.5.62-0ubuntu0.12.04.1), libc6 (>= 2.14) Pre-Depends: multiarch-support Filename: pool/main/m/mysql-5.5/libmysqlclient18_5.5.62-0ubuntu0.12.04.1_amd64.deb Size: 987880 SHA256: b2059a20b5fbb146811916b5210c525a6d55927f25f6f69dc0f59e5a4531ea40 SHA1: d95b83a5042341bf6e8eac6252e641787da452bf MD5sum: 24f749571756144ce082dad0aaed24be Description: MySQL database client library MySQL is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. . This package includes the client library. Multi-Arch: same Original-Maintainer: Debian MySQL Maintainers Package: libmysqld-dev Source: mysql-5.5 Priority: optional Section: libdevel Installed-Size: 20483 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.5.62-0ubuntu0.12.04.1 Depends: libmysqlclient-dev (>= 5.5.62-0ubuntu0.12.04.1) Filename: pool/main/m/mysql-5.5/libmysqld-dev_5.5.62-0ubuntu0.12.04.1_amd64.deb Size: 5114992 SHA256: ee53c4b3d5b676c10b98cfc73f2dce948ff271b17e9e2b5fca970cf98e46e0d9 SHA1: 20eaa45703d02266351d5cd53d573bb50abe2459 MD5sum: 4b8351290130268f17a4ad624a8388cf Description: 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. Original-Maintainer: Debian MySQL Maintainers Package: libmysqld-pic Source: mysql-5.5 Priority: optional Section: libdevel Installed-Size: 20489 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.5.62-0ubuntu0.12.04.1 Depends: libmysqlclient-dev (>= 5.5.62-0ubuntu0.12.04.1) Filename: pool/main/m/mysql-5.5/libmysqld-pic_5.5.62-0ubuntu0.12.04.1_amd64.deb Size: 5118026 SHA256: d3dd6fb039646cd10e6e0e8833996104fce878fa316de0575f79066d76ffcefe SHA1: 0f7f9309b138303a76d4816daca87775eb414534 MD5sum: 3e16fcac3606cbe5b9d919d724d5c7f0 Description: 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 the -fPIC version of the embedded server library. Original-Maintainer: Debian MySQL Maintainers Package: libnl-3-200 Source: libnl3 Priority: optional Section: libs Installed-Size: 146 Maintainer: Ubuntu Developers Architecture: amd64 Version: 3.2.3-2ubuntu2.1 Depends: libc6 (>= 2.14) Filename: pool/main/libn/libnl3/libnl-3-200_3.2.3-2ubuntu2.1_amd64.deb Size: 46582 SHA256: a2958e61ea15a76269aaa5a3ac6785ce777ddd9f5bd5e3c35f9b45fc54332a5b SHA1: 7487696605db43dcd707796ed17c8618a71691c9 MD5sum: fb24ef5f238d5b5ed974ca326f5e63f3 Description: library for dealing with netlink sockets This is a library for applications dealing with netlink sockets. The library provides an interface for raw netlink messaging and various netlink family specific interfaces. Original-Maintainer: Heiko Stuebner Package: libnl-3-200-dbg Source: libnl3 Priority: extra Section: debug Installed-Size: 1666 Maintainer: Ubuntu Developers Architecture: amd64 Version: 3.2.3-2ubuntu2.1 Depends: libnl-3-200 (= 3.2.3-2ubuntu2.1) Filename: pool/main/libn/libnl3/libnl-3-200-dbg_3.2.3-2ubuntu2.1_amd64.deb Size: 473960 SHA256: 2d5f94b41b6fee91176daf26ac13d3b9fa02fbe42d7dba11a7ab0597dad89008 SHA1: a2b5e469e16b8057c5d91d0d5708068709844b87 MD5sum: 59bd4f58dab00eb4355a169a3ee77ac7 Description: debug symbols for libnl3 This is a library for applications dealing with netlink sockets. The library provides an interface for raw netlink messaging and various netlink family specific interfaces. . This package contains unstripped shared libraries. It is provided primarily to provide a backtrace with names in a debugger, this makes it somewhat easier to interpret core dumps. The libraries are installed in /usr/lib/debug and are automatically used by gdb. Original-Maintainer: Heiko Stuebner Package: libnl-3-dev Source: libnl3 Priority: optional Section: libdevel Installed-Size: 266 Maintainer: Ubuntu Developers Architecture: amd64 Version: 3.2.3-2ubuntu2.1 Replaces: libnl3-dev Suggests: libnl3-doc Depends: libnl-3-200 (= 3.2.3-2ubuntu2.1) Conflicts: libnl-dev, libnl2-dev Breaks: libnl3-dev Filename: pool/main/libn/libnl3/libnl-3-dev_3.2.3-2ubuntu2.1_amd64.deb Size: 36898 SHA256: cf080ccba8938aad2692620c45e1fa14eceef81e5b98335abcad1e5d7045ae4b SHA1: f8f72857e181387aaf3344b60229a39813adce59 MD5sum: e47f2f5cc92ef0574b567f0ab5bfdf68 Description: development library and headers for libnl-3 This is a library for applications dealing with netlink sockets. The library provides an interface for raw netlink messaging and various netlink family specific interfaces. . This package contains the headers needed by all libraries and the files that are needed to build applications using libnl3. Original-Maintainer: Heiko Stuebner Package: libnl-3-doc Source: libnl3 Priority: optional Section: doc Installed-Size: 14028 Maintainer: Ubuntu Developers Architecture: all Version: 3.2.3-2ubuntu2.1 Suggests: doc-base Filename: pool/main/libn/libnl3/libnl-3-doc_3.2.3-2ubuntu2.1_all.deb Size: 7246922 SHA256: 1b979f861a7346ae13d44ca79c3b4f689dbfc8d86aeaf397460fd1f522670d0c SHA1: 3555affbb532669eeda1f8bc3e5485c4ad6718af MD5sum: 7980f6e754d94ea62d16a3ab8d1a2c6c Description: API documentation for libnl3 This is a library for applications dealing with netlink sockets. The library provides an interface for raw netlink messaging and various netlink family specific interfaces. . This package contains the API reference documentation for libnl3. Original-Maintainer: Heiko Stuebner Package: libnl-cli-3-200 Source: libnl3 Priority: optional Section: libs Installed-Size: 142 Maintainer: Ubuntu Developers Architecture: amd64 Version: 3.2.3-2ubuntu2.1 Depends: libnl-3-200 (= 3.2.3-2ubuntu2.1), libnl-genl-3-200 (= 3.2.3-2ubuntu2.1), libnl-nf-3-200 (= 3.2.3-2ubuntu2.1), libnl-route-3-200 (= 3.2.3-2ubuntu2.1), libc6 (>= 2.4) Filename: pool/main/libn/libnl3/libnl-cli-3-200_3.2.3-2ubuntu2.1_amd64.deb Size: 22708 SHA256: 04c9badafb482035e46d1da3be7ec25757ab79b252555a8410e45468a9c0764c SHA1: 35c4b2e0eb1254d77845a87bee98955491b4ff4c MD5sum: 5ae18bd3d8b3c9c947bf4dedea58ba44 Description: library for dealing with netlink sockets - cli helpers This is a library for applications dealing with netlink sockets. The library provides an interface for raw netlink messaging and various netlink family specific interfaces. . Library for cli helpers in libnl-utils. Original-Maintainer: Heiko Stuebner Package: libnl-cli-3-dev Source: libnl3 Priority: optional Section: libdevel Installed-Size: 44 Maintainer: Ubuntu Developers Architecture: amd64 Version: 3.2.3-2ubuntu2.1 Depends: libnl-3-dev (= 3.2.3-2ubuntu2.1), libnl-genl-3-dev (= 3.2.3-2ubuntu2.1), libnl-nf-3-dev (= 3.2.3-2ubuntu2.1), libnl-route-3-dev (= 3.2.3-2ubuntu2.1), libnl-cli-3-200 (= 3.2.3-2ubuntu2.1) Filename: pool/main/libn/libnl3/libnl-cli-3-dev_3.2.3-2ubuntu2.1_amd64.deb Size: 2358 SHA256: 210ac2a8ab266ec7d18feb853b147f4565a7e0c27c005857fc692d9c0cc1c355 SHA1: b6969dc410dbfa99d5ee58f211ab4e116ef6353e MD5sum: 8857c2b3899068f370a87d0fb4757c0c Description: development library and headers for libnl-cli-3 This is a library for applications dealing with netlink sockets. The library provides an interface for raw netlink messaging and various netlink family specific interfaces. . This package contains the files that are needed to build applications using libnl-cli-3. Original-Maintainer: Heiko Stuebner Package: libnl-genl-3-200 Source: libnl3 Priority: optional Section: libs Installed-Size: 59 Maintainer: Ubuntu Developers Architecture: amd64 Version: 3.2.3-2ubuntu2.1 Depends: libnl-3-200 (= 3.2.3-2ubuntu2.1), libc6 (>= 2.4) Filename: pool/main/libn/libnl3/libnl-genl-3-200_3.2.3-2ubuntu2.1_amd64.deb Size: 10036 SHA256: f548129a484ea09b5afc6c4667ab017f13ca6b93247fa69d901608eede7cef48 SHA1: 96f71db9d601af852e8ca3b290c7d7b0125a2825 MD5sum: 7c902aebbd22214bd0863e8d61213622 Description: library for dealing with netlink sockets - generic netlink This is a library for applications dealing with netlink sockets. The library provides an interface for raw netlink messaging and various netlink family specific interfaces. . API to the generic netlink protocol, an extended version of the netlink protocol. Original-Maintainer: Heiko Stuebner Package: libnl-genl-3-dev Source: libnl3 Priority: optional Section: libdevel Installed-Size: 48 Maintainer: Ubuntu Developers Architecture: amd64 Version: 3.2.3-2ubuntu2.1 Depends: libnl-3-dev (= 3.2.3-2ubuntu2.1), libnl-genl-3-200 (= 3.2.3-2ubuntu2.1) Filename: pool/main/libn/libnl3/libnl-genl-3-dev_3.2.3-2ubuntu2.1_amd64.deb Size: 2372 SHA256: d2de9b6fddcd67848ce6d4a77ba273107e9ded660ef97ea152baa2c7330f34c1 SHA1: cc55a0ab61a97f1ff928428bc2d70939de0b43b4 MD5sum: 87f4be153af97df03431994bc609f31a Description: development library and headers for libnl-genl-3 This is a library for applications dealing with netlink sockets. The library provides an interface for raw netlink messaging and various netlink family specific interfaces. . This package contains the files that are needed to build applications using libnl-genl-3. Original-Maintainer: Heiko Stuebner Package: libnl-nf-3-200 Source: libnl3 Priority: optional Section: libs Installed-Size: 105 Maintainer: Ubuntu Developers Architecture: amd64 Version: 3.2.3-2ubuntu2.1 Depends: libnl-3-200 (= 3.2.3-2ubuntu2.1), libnl-route-3-200 (= 3.2.3-2ubuntu2.1), libc6 (>= 2.14) Filename: pool/main/libn/libnl3/libnl-nf-3-200_3.2.3-2ubuntu2.1_amd64.deb Size: 25774 SHA256: 045c18a7a916089e442b0fcf6c21dd8730378c8d8d86e5c40f73d4ccf2678f5f SHA1: f77317634e2b13d0c5e467cbb98495db3fd5162a MD5sum: fa4d09294f58bba478e291a1518f3be8 Description: library for dealing with netlink sockets - netfilter interface This is a library for applications dealing with netlink sockets. The library provides an interface for raw netlink messaging and various netlink family specific interfaces. . API to netlink based netfilter configuration and monitoring interfaces. Original-Maintainer: Heiko Stuebner Package: libnl-nf-3-dev Source: libnl3 Priority: optional Section: libdevel Installed-Size: 44 Maintainer: Ubuntu Developers Architecture: amd64 Version: 3.2.3-2ubuntu2.1 Depends: libnl-3-dev (= 3.2.3-2ubuntu2.1), libnl-route-3-dev (= 3.2.3-2ubuntu2.1), libnl-nf-3-200 (= 3.2.3-2ubuntu2.1) Filename: pool/main/libn/libnl3/libnl-nf-3-dev_3.2.3-2ubuntu2.1_amd64.deb Size: 2326 SHA256: d9152380827ad9b6304e934a70db19d6c29b486bf925f5fedf698e5ab7a1217c SHA1: 8a00cf23e7a26a750a430d7e0650f88a5f8b8d6c MD5sum: 3a1bc624afa68e52a46dda295ef0d05f Description: development library and headers for libnl-nf-3 This is a library for applications dealing with netlink sockets. The library provides an interface for raw netlink messaging and various netlink family specific interfaces. . This package contains the files that are needed to build applications using libnl-nf-3. Original-Maintainer: Heiko Stuebner Package: libnl-route-3-200 Source: libnl3 Priority: optional Section: libs Installed-Size: 307 Maintainer: Ubuntu Developers Architecture: amd64 Version: 3.2.3-2ubuntu2.1 Depends: libnl-3-200 (= 3.2.3-2ubuntu2.1), libc6 (>= 2.14) Filename: pool/main/libn/libnl3/libnl-route-3-200_3.2.3-2ubuntu2.1_amd64.deb Size: 107906 SHA256: 9cac205f2affa002a8d14c36affeda03902d9588bdcb4564d0ea2bc4d605596f SHA1: c330da2739525006c9c4d1d115e42b7dfdacaa4b MD5sum: 2ad257dd4e53a8848f4c3a0a73f65f71 Description: library for dealing with netlink sockets - route interface This is a library for applications dealing with netlink sockets. The library provides an interface for raw netlink messaging and various netlink family specific interfaces. . API to the configuration interfaces of the NETLINK_ROUTE family. Original-Maintainer: Heiko Stuebner Package: libnl-route-3-dev Source: libnl3 Priority: optional Section: libdevel Installed-Size: 44 Maintainer: Ubuntu Developers Architecture: amd64 Version: 3.2.3-2ubuntu2.1 Depends: libnl-3-dev (= 3.2.3-2ubuntu2.1), libnl-route-3-200 (= 3.2.3-2ubuntu2.1) Filename: pool/main/libn/libnl3/libnl-route-3-dev_3.2.3-2ubuntu2.1_amd64.deb Size: 2322 SHA256: b6ee439f4b404bb91215e2cd1e5cfc3b25ad733cb03d8c6ffd1bac8838fefd16 SHA1: 681f8ed74c39464fa8e4ffe64e08c19f99b077e7 MD5sum: 9fb0a8c0344dfdc60917c354c58af11c Description: development library and headers for libnl-route-3 This is a library for applications dealing with netlink sockets. The library provides an interface for raw netlink messaging and various netlink family specific interfaces. . This package contains the files that are needed to build applications using libnl-route-3. Original-Maintainer: Heiko Stuebner Package: libnl-utils Source: libnl3 Priority: optional Section: libs Installed-Size: 177 Maintainer: Ubuntu Developers Architecture: amd64 Version: 3.2.3-2ubuntu2.1 Depends: libnl-cli-3-200 (= 3.2.3-2ubuntu2.1), libc6 (>= 2.4), libnl-3-200 (>= 3.2.3), libnl-route-3-200 Filename: pool/main/libn/libnl3/libnl-utils_3.2.3-2ubuntu2.1_amd64.deb Size: 29292 SHA256: 05fbd8bf4f04d1d57348005bb14103b2346b3c7bc99dc5793d87cf8b7dcf602b SHA1: eb3508d779ed6adda8ae1c72a33256b6ca97d234 MD5sum: 2298a81021fa36fecabd6c3deefa88d1 Description: Utilities for dealing with netlink sockets This is a library for applications dealing with netlink sockets. The library provides an interface for raw netlink messaging and various netlink family specific interfaces. . These utilities help dealing with netlink sockets. Original-Maintainer: Heiko Stuebner Package: libnspr4 Source: nspr Priority: optional Section: libs Installed-Size: 369 Maintainer: Ubuntu Mozilla Team Architecture: amd64 Version: 4.13.1-0ubuntu0.12.04.1 Replaces: libnspr4-0d (<< 4.8.7) Depends: libc6 (>= 2.15) Conflicts: evolution-documentation-cs, evolution-documentation-de, evolution-documentation-el, evolution-documentation-en, evolution-documentation-es, evolution-documentation-fr, evolution-documentation-mk, evolution-documentation-oc, evolution-documentation-ru, evolution-documentation-sv, language-support-translations-cs, language-support-translations-de, language-support-translations-el, language-support-translations-en, language-support-translations-es, language-support-translations-fr, language-support-translations-mk, language-support-translations-oc, language-support-translations-ru, language-support-translations-sv, libnspr4-0d (<< 4.8.7) Pre-Depends: multiarch-support Breaks: evolution-plugins (<< 3.2.0-0ubuntu2) Filename: pool/main/n/nspr/libnspr4_4.13.1-0ubuntu0.12.04.1_amd64.deb Size: 139916 SHA256: b6961d1b7c4cd1dd9074f7035177318c86a911d9359d7ff445781a1866d93ac3 SHA1: 6c6126197b3beac15c6b1d5dbb073d351a8c0313 MD5sum: c185fc0dc412f8dead7cb9b180607342 Description: NetScape Portable Runtime Library Description-md5: 2640798bd5658593082e6f5bdca9708d Multi-Arch: same Original-Maintainer: Maintainers of Mozilla-related packages Package: libnspr4-0d Source: nspr Priority: optional Section: libs Installed-Size: 79 Maintainer: Ubuntu Mozilla Team Architecture: amd64 Version: 4.13.1-0ubuntu0.12.04.1 Depends: libnspr4 (= 4.13.1-0ubuntu0.12.04.1) Filename: pool/main/n/nspr/libnspr4-0d_4.13.1-0ubuntu0.12.04.1_amd64.deb Size: 11298 SHA256: 1242b9373507db7cdf107adfa21124dbbc97b29440c38f5151550b2afff40730 SHA1: 69260e008d5fb1b8b769088235e25f8efbd869ef MD5sum: 141bce291c2b43f1f1792cbf4f52aa86 Description: NetScape Portable Runtime Library Description-md5: 7afda1d46a7314a7cdf3b2858de40365 Multi-Arch: same Original-Maintainer: Maintainers of Mozilla-related packages Package: libnspr4-dbg Source: nspr Priority: extra Section: debug Installed-Size: 867 Maintainer: Ubuntu Mozilla Team Architecture: amd64 Version: 4.13.1-0ubuntu0.12.04.1 Replaces: libnspr4-0d-dbg Depends: libnspr4 (= 4.13.1-0ubuntu0.12.04.1) Conflicts: libnspr4-0d-dbg (<< 4.8.7) Filename: pool/main/n/nspr/libnspr4-dbg_4.13.1-0ubuntu0.12.04.1_amd64.deb Size: 289332 SHA256: 242a2d4857292538410421262d510462cda2a80658a0304f810a65bdd27fe0dd SHA1: d1a90efd848fc924ac4f592979b9c4c0cf4b48f3 MD5sum: 2f917a09bc22870c7a7ec2dc7ae073e6 Description: Debugging symbols for the NetScape Portable Runtime library Description-md5: 04283c65e75fd3e62b2e925e7630adfc Multi-Arch: same Original-Maintainer: Maintainers of Mozilla-related packages Package: libnspr4-dev Source: nspr Priority: optional Section: libdevel Installed-Size: 1221 Maintainer: Ubuntu Mozilla Team Architecture: amd64 Version: 4.13.1-0ubuntu0.12.04.1 Depends: libnspr4 (>= 4.13.1), libnspr4 (<= 4.13.1-0ubuntu0.12.04.1.1~) Filename: pool/main/n/nspr/libnspr4-dev_4.13.1-0ubuntu0.12.04.1_amd64.deb Size: 280474 SHA256: 4944c372a5f7b273de7f9594db00932adb39bd2f91e76be3f428c48bda211981 SHA1: 666480355be23c6f683551e9acaa66dd3eb99d44 MD5sum: 9bc313acaf9e44de11e79d8a6b9c51fc Description: Development files for the NetScape Portable Runtime library Description-md5: 27eab15d8f088b277cd915bd8e2f853d Original-Maintainer: Maintainers of Mozilla-related packages Package: libnss3 Source: nss Priority: optional Section: libs Installed-Size: 3226 Maintainer: Ubuntu Mozilla Team Architecture: amd64 Version: 2:3.28.4-0ubuntu0.12.04.11 Replaces: libnss3-1d Depends: libc6 (>= 2.4), libnspr4 (>= 4.12), libsqlite3-0 (>= 3.5.9), zlib1g (>= 1:1.1.4) Conflicts: libnss3-1d (<< 3.12.9~b2), sunbird Pre-Depends: multiarch-support Filename: pool/main/n/nss/libnss3_3.28.4-0ubuntu0.12.04.11_amd64.deb Size: 1301564 SHA256: 4d5ac5251520fd31648b701146f50fe11962161d6f68367e4b1aad4bb4628589 SHA1: 87734e9d3ac9107adf9788621832b198da1fc71f MD5sum: 2889a31f913fe2214c94af29b05c23d1 Description: Network Security Service libraries This is a set of libraries designed to support cross-platform development of security-enabled client and server applications. It can support SSLv2 and v4, TLS, PKCS #5, #7, #11, #12, S/MIME, X.509 v3 certificates and other security standards. Multi-Arch: same Original-Maintainer: Maintainers of Mozilla-related packages Package: libnss3-1d Source: nss Priority: optional Section: libs Installed-Size: 85 Maintainer: Ubuntu Mozilla Team Architecture: amd64 Version: 2:3.28.4-0ubuntu0.12.04.11 Depends: libnss3 (= 2:3.28.4-0ubuntu0.12.04.11) Filename: pool/main/n/nss/libnss3-1d_3.28.4-0ubuntu0.12.04.11_amd64.deb Size: 13394 SHA256: 81781c6cac816b558236bd394a920b54e4749068aec7de0cbbc150a005d46607 SHA1: 96b4ccd85e4f880c76a0f05e849c634fc27a5473 MD5sum: b035572793a602af99974b7a589e2b62 Description: Network Security Service libraries This is a set of libraries designed to support cross-platform development of security-enabled client and server applications. It can support SSLv2 and v4, TLS, PKCS #5, #7, #11, #12, S/MIME, X.509 v3 certificates and other security standards. . This package contains versioned symbolic links for Debian compatibility. Multi-Arch: same Original-Maintainer: Maintainers of Mozilla-related packages Package: libnss3-dbg Source: nss Priority: extra Section: debug Installed-Size: 12704 Maintainer: Ubuntu Mozilla Team Architecture: amd64 Version: 2:3.28.4-0ubuntu0.12.04.11 Replaces: libnss3-1d-dbg Depends: libnss3 (= 2:3.28.4-0ubuntu0.12.04.11) | libnss3-tools (= 2:3.28.4-0ubuntu0.12.04.11) Conflicts: libnss3 (>> 2:3.28.4-0ubuntu0.12.04.11), libnss3 (<< 2:3.28.4-0ubuntu0.12.04.11), libnss3-1d-dbg, libnss3-tools (>> 2:3.28.4-0ubuntu0.12.04.11), libnss3-tools (<< 2:3.28.4-0ubuntu0.12.04.11) Filename: pool/main/n/nss/libnss3-dbg_3.28.4-0ubuntu0.12.04.11_amd64.deb Size: 4145444 SHA256: 62d374c7ebc19cfc1393879aaff97e4ac0fe91429c5a2fb05282fa857668f955 SHA1: e7cb27907aab43e6db7aebd32e7cb59f32cd3dc3 MD5sum: df1588abc0083660231e85dda3278c9c Description: 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. Multi-Arch: same Original-Maintainer: Maintainers of Mozilla-related packages Package: libnss3-dev Source: nss Priority: optional Section: libdevel Installed-Size: 1567 Maintainer: Ubuntu Mozilla Team Architecture: amd64 Version: 2:3.28.4-0ubuntu0.12.04.11 Depends: libnss3 (= 2:3.28.4-0ubuntu0.12.04.11), libnspr4-dev (>= 4.6.6-1) Filename: pool/main/n/nss/libnss3-dev_3.28.4-0ubuntu0.12.04.11_amd64.deb Size: 340122 SHA256: 168bf84b45c2cd7ed8c808567a9e50dc537e94e2f1751dba6d871d2bc34d9db5 SHA1: 74aaad39ce953a071a3aa5fda8c374338a3b7961 MD5sum: 306e34744fad5aa824730a4729ff106d Description: 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. Original-Maintainer: Maintainers of Mozilla-related packages Package: libnss3-tools Source: nss Priority: optional Section: admin Installed-Size: 1039 Maintainer: Ubuntu Mozilla Team Architecture: amd64 Version: 2:3.28.4-0ubuntu0.12.04.11 Depends: libc6 (>= 2.4), libnspr4 (>= 4.12), libnss3 (>= 3.18), zlib1g (>= 1:1.1.4) Filename: pool/main/n/nss/libnss3-tools_3.28.4-0ubuntu0.12.04.11_amd64.deb Size: 434206 SHA256: 84998f15c9767f279e72bd3a7d0644b276b5a2e146cec615fa1f01af628f58a0 SHA1: e6621e21b4697156add611499869ba5d917a9d83 MD5sum: cfc02fa57b09181592c99af95196e05e Description: Network Security Service tools Description-md5: 8180bd12009bfb049ef982836d975b76 Original-Maintainer: Maintainers of Mozilla-related packages Package: libotp0-heimdal Source: heimdal Priority: extra Section: libs Installed-Size: 245 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.6~git20120311.dfsg.1-2ubuntu0.2 Depends: libc6 (>= 2.14), libdb5.1, libhcrypto4-heimdal (>= 1.4.0+git20110226), libroken18-heimdal (>= 1.4.0+git20110226) Conflicts: libotp0-kerberos4kth Pre-Depends: multiarch-support Filename: pool/main/h/heimdal/libotp0-heimdal_1.6~git20120311.dfsg.1-2ubuntu0.2_amd64.deb Size: 53058 SHA256: bf41cbef2b728d9cdf7d74c2d0e1451fd77893b4c17bf8b50c096fa5d0d1389c SHA1: 2e88f9e8086533433e2ae4206d5417a8116172dd MD5sum: 5090438aff8b7ea257ee41e189525e02 Description: Heimdal Kerberos - OTP support library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package contains the library for OTP support. Multi-Arch: same Original-Maintainer: Brian May Package: libpam-heimdal Source: libpam-krb5 Priority: extra Section: admin Installed-Size: 173 Maintainer: Ubuntu Developers Architecture: amd64 Version: 4.5-3ubuntu0.1 Depends: libc6 (>= 2.14), libkrb5-26-heimdal (>= 1.5~pre2+git20110720), libpam0g (>= 1.1.3-2~), krb5-config, libpam-runtime (>= 1.0.1-6~) Conflicts: libpam-krb5 Pre-Depends: multiarch-support Filename: pool/main/libp/libpam-krb5/libpam-heimdal_4.5-3ubuntu0.1_amd64.deb Size: 60084 SHA256: b2f571f05c8995acab2e41ddfba4b88339f568486e35e1b49b0b0456d0cccd45 SHA1: d9c85c92b399607d7e5cd90f4dd6fe9952bf5de0 MD5sum: e7f920c427dcc03a3ff5823671b9d33f Description: PAM module for Heimdal Kerberos A Kerberos PAM module build against the Heimdal libraries. It supports authenticating against a Kerberos v5 KDC, obtaining tickets and populating an initial ticket cache, authorizing users via a ~/.k5login file, and changing Kerberos passwords. Multi-Arch: same Original-Maintainer: Russ Allbery Package: libpam-krb5 Priority: optional Section: admin Installed-Size: 175 Maintainer: Ubuntu Developers Architecture: amd64 Version: 4.5-3ubuntu0.1 Depends: libc6 (>= 2.14), libkrb5-3 (>= 1.8+dfsg), libpam0g (>= 1.1.3-2~), krb5-config, libpam-runtime (>= 1.0.1-6~) Conflicts: libpam-heimdal Pre-Depends: multiarch-support Filename: pool/main/libp/libpam-krb5/libpam-krb5_4.5-3ubuntu0.1_amd64.deb Size: 62008 SHA256: ea3081f541a335259c384bf49a6b5c498cb8f522543fcd0cc8a12041b2c1c39a SHA1: 027c5cb61e2b38c2f4c0299b70b0c97a900ce704 MD5sum: fb6a5adf60f9a3d0e22dbadb0e38c5cf Description: PAM module for MIT Kerberos A Kerberos PAM module build against the MIT Kerberos libraries. It supports authenticating against a Kerberos v5 KDC, obtaining tickets and populating an initial ticket cache, authorizing users via a ~/.k5login file, and changing Kerberos passwords. Multi-Arch: same Original-Maintainer: Russ Allbery Package: libpam-radius-auth Priority: extra Section: libs Installed-Size: 99 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.3.17-0ubuntu3.1 Suggests: radius-server Depends: libc6 (>= 2.15), libpam0g (>= 0.99.7.1), debconf | debconf-2.0 Filename: pool/main/libp/libpam-radius-auth/libpam-radius-auth_1.3.17-0ubuntu3.1_amd64.deb Size: 26576 SHA256: 19704e08d21816309ca3ff1ad603de6a0b4e6d0d9fc90a9a7a2f984f0ea1d75b SHA1: 346d630606b4663420f7fa4f615df121eac1bb24 MD5sum: 1cf6dd4cdca8626d5b074ec4daf6e15a Description: The PAM RADIUS authentication module This is the PAM to RADIUS authentication module. It allows any PAM-capable machine to become a RADIUS client for authentication and accounting requests. You will, however, need to supply your own RADIUS server to perform the actual authentication Original-Maintainer: Fabio M. Di Nitto Package: libpam-smbpass Source: samba Priority: extra Section: admin Installed-Size: 2203 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2:3.6.25-0ubuntu0.12.04.21 Suggests: samba Depends: libc6 (>= 2.15), libcap2 (>= 2.10), libldap-2.4-2 (>= 2.4.7), libpam0g (>= 0.99.7.1), libtalloc2 (>= 2.0.4~git20101213), libtdb1 (>= 1.2.7+git20101214), libwbclient0 (>= 2:3.6.0~pre3), samba-common (= 2:3.6.25-0ubuntu0.12.04.21), libpam-runtime (>= 1.0.1-6) Filename: pool/main/s/samba/libpam-smbpass_3.6.25-0ubuntu0.12.04.21_amd64.deb Size: 769020 SHA256: 2b88634fb768031acf73dd541f51fd1b0d1523c3562dc0dd64f22c78fdc3ad3a SHA1: fb8ebd5750af3525e45905c81172007deae743e5 MD5sum: da41c18817a67506354e105068014496 Description: 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. Multi-Arch: same Original-Maintainer: Debian Samba Maintainers Package: libpam-winbind Source: samba Priority: optional Section: net Installed-Size: 1882 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2:3.6.25-0ubuntu0.12.04.21 Replaces: samba (<= 2.2.3-2), winbind (<< 2:3.5.11~dfsg-3) Depends: libc6 (>= 2.15), libcap2 (>= 2.10), libldap-2.4-2 (>= 2.4.7), libpam0g (>= 1.1.3-2~), libtalloc2 (>= 2.0.4~git20101213), libtdb1 (>= 1.2.7+git20101214), libwbclient0 (= 2:3.6.25-0ubuntu0.12.04.21), winbind (= 2:3.6.25-0ubuntu0.12.04.21), samba-common (= 2:3.6.25-0ubuntu0.12.04.21), libpam-runtime (>= 1.0.1-6) Breaks: winbind (<< 2:3.5.11~dfsg-3) Filename: pool/main/s/samba/libpam-winbind_3.6.25-0ubuntu0.12.04.21_amd64.deb Size: 649870 SHA256: 65a0ef71d0e9be681dc9205500f6f09cc62563fc6f12a2512024e5ed856a58e8 SHA1: 0044e61c90eaf4fb19a252da89ead31ca0989c31 MD5sum: 4345a58db275f71e01bec2ee014e35e0 Description: Samba nameservice and authentication 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 pam_winbind and nss_winbind, plugins that integrate with a local winbindd server to provide Windows domain authentication and user/group name lookups to the system; and nss_wins, which provides hostname lookups via both the NBNS and NetBIOS broadcast protocols. Multi-Arch: same Original-Maintainer: Debian Samba Maintainers Package: libpcap-dev Source: libpcap Priority: optional Section: libdevel Installed-Size: 36 Maintainer: Ubuntu Developers Architecture: all Version: 1.1.1-10ubuntu0.1 Depends: libpcap0.8-dev Filename: pool/main/libp/libpcap/libpcap-dev_1.1.1-10ubuntu0.1_all.deb Size: 3402 SHA256: 68ca35035a5ed74e2e458242cd868cdf35814cc3eadbd4197626d6bd72f51c2b SHA1: 9067cf52dfce4d62f29bc7281b23cc8c44a0f08c MD5sum: 3b76422d6a3618605b227577a84c3124 Description: development library for libpcap (transitional package) Empty package to facilitate upgrades, can be safely removed. Original-Maintainer: Romain Francoise Package: libpcap0.8 Source: libpcap Priority: optional Section: libs Installed-Size: 284 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.1.1-10ubuntu0.1 Replaces: libpcap0.8-dev (<< 1.0.0-2) Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Filename: pool/main/libp/libpcap/libpcap0.8_1.1.1-10ubuntu0.1_amd64.deb Size: 117498 SHA256: ad63c53b35b67ce1d4de6dc06ea13286cbe80c73abd9c42511425ee656354427 SHA1: 01e709685e548ca899b448af3c894c238c0541b6 MD5sum: e515e77ae35fe7a54d114d5c50ff2809 Description: system interface for user-level packet capture libpcap (Packet CAPture) provides a portable framework for low-level network monitoring. Applications include network statistics collection, security monitoring, network debugging, etc. . Since almost every system vendor provides a different interface for packet capture, and since there are several tools that require this functionality, the libpcap authors created this system-independent API to ease in porting and to alleviate the need for several system-dependent packet capture modules in each application. Multi-Arch: same Original-Maintainer: Romain Francoise Package: libpcap0.8-dbg Source: libpcap Priority: extra Section: debug Installed-Size: 212 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.1.1-10ubuntu0.1 Depends: libpcap0.8 (= 1.1.1-10ubuntu0.1) Filename: pool/main/libp/libpcap/libpcap0.8-dbg_1.1.1-10ubuntu0.1_amd64.deb Size: 150246 SHA256: ea758501d7f727dc5fe4aad70202351c55f5a9fb7404a92f45f10271ab338928 SHA1: ee71ed0a4c900a825819a8732ecea682634aba44 MD5sum: 7b1e6acfe76b8250b6593da9726b4417 Description: debugging symbols for libpcap0.8 libpcap (Packet CAPture) provides a portable framework for low-level network monitoring. Applications include network statistics collection, security monitoring, network debugging, etc. . This package contains the debugging symbols for the libpcap library. Original-Maintainer: Romain Francoise Package: libpcap0.8-dev Source: libpcap Priority: optional Section: libdevel Installed-Size: 607 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.1.1-10ubuntu0.1 Depends: libpcap0.8 (= 1.1.1-10ubuntu0.1), libc6-dev Conflicts: libpcap-dev (<< 0.9), libpcap0.7-dev Filename: pool/main/libp/libpcap/libpcap0.8-dev_1.1.1-10ubuntu0.1_amd64.deb Size: 217046 SHA256: dda431d584d283a11463a66a923e1341b12372b46a8417386bac8adfcddd52fa SHA1: 04554da05fad0439f0ed17008be88f5f0fd7a98f MD5sum: c99ff10eebfa17b1ef8f1b2784bf94c7 Description: development library and header files for libpcap0.8 Headers, static libraries, and documentation for the libpcap library. . libpcap (Packet CAPture) provides a portable framework for low-level network monitoring. Applications include network statistics collection, security monitoring, network debugging, etc. . Since almost every system vendor provides a different interface for packet capture, and since there are several tools that require this functionality, the libpcap authors created this system-independent API to ease in porting and to alleviate the need for several system-dependent packet capture modules in each application. Original-Maintainer: Romain Francoise Package: libperl-dev Source: perl Priority: optional Section: libdevel Installed-Size: 10282 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.14.2-6ubuntu2.11 Depends: perl (= 5.14.2-6ubuntu2.11), libperl5.14 (= 5.14.2-6ubuntu2.11), libc6-dev | libc-dev Filename: pool/main/p/perl/libperl-dev_5.14.2-6ubuntu2.11_amd64.deb Size: 2926282 SHA256: aa9ea1b9d140ccf06c47396c51d482335d339ba9e6474eaa52b890b3c846cf37 SHA1: 6ddbe5515ad74e91941ec7aba205dec8aa504bce MD5sum: ea5afccac02c865f36c64979b26ad52c Description: Perl library: development files Files for developing applications which embed a Perl interpreter. Original-Maintainer: Niko Tyni Package: libperl5.14 Source: perl Priority: optional Section: libs Installed-Size: 29 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.14.2-6ubuntu2.11 Replaces: perl-base (<= 5.8.7-4) Depends: libc6 (>= 2.14), perl-base (= 5.14.2-6ubuntu2.11) Conflicts: doc-base (<< 0.10.3), libxml-sax-perl (<< 0.99+dfsg-1ubuntu0.1) Filename: pool/main/p/perl/libperl5.14_5.14.2-6ubuntu2.11_amd64.deb Size: 1256 SHA256: c28ab232304c9f9a100f0879e03e07488bc207bbdfa3621f0d2a6399b5b51406 SHA1: b8478d406f3bd267d329673235fc5754bab2ae1b MD5sum: 4296db7009a8d8710b89237fe52927e5 Description: shared Perl library This package is required by programs which embed a Perl interpreter to ensure that the correct version of `perl-base' is installed. It additionally contains the shared Perl library on architectures where the perl binary is linked to libperl.a (currently only i386, for performance reasons). In other cases the actual library is in the `perl-base' package. Original-Maintainer: Niko Tyni Package: libpixman-1-0 Source: pixman Priority: optional Section: libs Installed-Size: 656 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.30.2-1ubuntu0.0.0.0.4 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Filename: pool/main/p/pixman/libpixman-1-0_0.30.2-1ubuntu0.0.0.0.4_amd64.deb Size: 256528 SHA256: 786137394e7045a839009d3c0827751ecbbe0b6743507667ba06ee4d0e616acf SHA1: 6f6895b40a373eff391de6f871a6ce8e1144a363 MD5sum: 6b51ccb6f8f9136880f7ef0463c4c992 Description: pixel-manipulation library for X and cairo A library for manipulating pixel regions -- a set of Y-X banded rectangles, image compositing using the Porter/Duff model and implicit mask generation for geometric primitives including trapezoids, triangles, and rectangles. Multi-Arch: same Original-Maintainer: Debian X Strike Force Package: libpixman-1-0-dbg Source: pixman Priority: extra Section: debug Installed-Size: 4703 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.30.2-1ubuntu0.0.0.0.4 Depends: libpixman-1-0 (= 0.30.2-1ubuntu0.0.0.0.4) Filename: pool/main/p/pixman/libpixman-1-0-dbg_0.30.2-1ubuntu0.0.0.0.4_amd64.deb Size: 1110696 SHA256: 5efbc1a04ecc9922c1a8248fa7c6ba2097f929140769556dcd0e151e419ea64b SHA1: 29d76584d725b31b5596228a1aa6861573d6251a MD5sum: 7b127125f336f1c316c0ed2f2b31e7e6 Description: 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. Multi-Arch: same Original-Maintainer: Debian X Strike Force Package: libpixman-1-dev Source: pixman Priority: optional Section: libdevel Installed-Size: 893 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.30.2-1ubuntu0.0.0.0.4 Depends: libpixman-1-0 (= 0.30.2-1ubuntu0.0.0.0.4) Filename: pool/main/p/pixman/libpixman-1-dev_0.30.2-1ubuntu0.0.0.0.4_amd64.deb Size: 293842 SHA256: 5c9d12068ebad8f6b880d1f1235408c75f3151d426bb00c90676002b0ed2309e SHA1: 3536b255f4b7adaccb5a5f888204757f32c7d597 MD5sum: 7018ae63458acda48e2c8aae4e77278a Description: 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. Original-Maintainer: Debian X Strike Force Package: libpng12-0 Source: libpng Priority: optional Section: libs Installed-Size: 305 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.2.46-3ubuntu4.3 Replaces: libpng12-dev (<= 1.2.8rel-7) Depends: libc6 (>= 2.14), zlib1g (>= 1:1.1.4) Conflicts: libpng12-dev (<= 1.2.8rel-7), mzscheme (<= 1:209-5), pngcrush (<= 1.5.10-2), pngmeta (<= 1.11-3), povray-3.5 (<= 3.5.0c-10), qemacs (<= 0.3.1-5) Pre-Depends: multiarch-support Filename: pool/main/libp/libpng/libpng12-0_1.2.46-3ubuntu4.3_amd64.deb Size: 132500 SHA256: 60388ef429d0c00edccf00127bb9c790b4868ee748d246cb544bcfc1ca6ede0b SHA1: cad28ea9a1757a849c3e659dab0ff6cc4cdb5b48 MD5sum: 395100e3011b94465f0ad8642c7b2c78 Description: PNG library - runtime libpng is a library implementing an interface for reading and writing PNG (Portable Network Graphics) format files. . This package contains the runtime library files needed to run software using libpng. Multi-Arch: same Original-Maintainer: Anibal Monsalve Salazar Package: libpng12-dev Source: libpng Priority: optional Section: libdevel Installed-Size: 659 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.2.46-3ubuntu4.3 Replaces: libpng12-0-dev, libpng3-dev (<= 1.2.5) Provides: libpng-dev, libpng12-0-dev, libpng3-dev Depends: libpng12-0 (= 1.2.46-3ubuntu4.3), zlib1g-dev Conflicts: libpng-dev, libpng12-0-dev, libpng2 (<< 1.0.12-3), libpng2-dev Filename: pool/main/libp/libpng/libpng12-dev_1.2.46-3ubuntu4.3_amd64.deb Size: 207248 SHA256: 9d84326b16de6fc5c9d6d24997816d6f059208aee8037c77114ea439fa9d737f SHA1: b464b84bd5de01b689032922fc94562127b95f8c MD5sum: 9221391a5ed0b20c9cee3f2f617e8267 Description: PNG library - development libpng is a library implementing an interface for reading and writing PNG (Portable Network Graphics) format files. . This package contains the header and development files needed to build programs and packages using libpng. Original-Maintainer: Anibal Monsalve Salazar Package: libpng3 Source: libpng Priority: optional Section: oldlibs Installed-Size: 29 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.2.46-3ubuntu4.3 Depends: libpng12-0 (>= 1.2.5.0-2) Filename: pool/main/libp/libpng/libpng3_1.2.46-3ubuntu4.3_amd64.deb Size: 1010 SHA256: 46d55fc9653edc0e512d7332c3329b0eaf0a7299db8030e5f9f0a68cf7894eed SHA1: b38dc59f88bc7aedf19d75a27eef14aef5c7b60c MD5sum: 2d4ddab428a4ffca6c715b17626fe689 Description: PNG library - runtime libpng is a library implementing an interface for reading and writing PNG (Portable Network Graphics) format files. . This package is superseded by libpng12-0, and is provided only for transitional purposes. Multi-Arch: same Original-Maintainer: Anibal Monsalve Salazar Package: libpolkit-agent-1-0 Source: policykit-1 Priority: optional Section: libs Installed-Size: 81 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.104-1ubuntu1.5 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.31.8), libpolkit-gobject-1-0 (>= 0.99) Pre-Depends: multiarch-support Filename: pool/main/p/policykit-1/libpolkit-agent-1-0_0.104-1ubuntu1.5_amd64.deb Size: 17674 SHA256: 1b24b7acb96c221478c9bcd8a9dcdaa1a82e7fdfd36322dbef769fff1f745cbb SHA1: d924469478cd732384de0b10775d57e41765f7f7 MD5sum: c14c539ecd30d6f1bb43497f74ca9182 Description: PolicyKit Authentication Agent API PolicyKit is a toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes. . This package contains a library for accessing the authentication agent. Multi-Arch: same Original-Maintainer: Utopia Maintenance Team Package: libpolkit-agent-1-dev Source: policykit-1 Priority: optional Section: libdevel Installed-Size: 161 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.104-1ubuntu1.5 Depends: libpolkit-agent-1-0 (= 0.104-1ubuntu1.5), libpolkit-gobject-1-dev, gir1.2-polkit-1.0 (= 0.104-1ubuntu1.5) Filename: pool/main/p/policykit-1/libpolkit-agent-1-dev_0.104-1ubuntu1.5_amd64.deb Size: 24846 SHA256: c7ed5c473d39b34a740765b005e986ab63aca56e7abd4612787e1c437f8885ea SHA1: dc51bc801add29b0d35da754b61c0891a9974c00 MD5sum: aa90a8ab93c0cd216761844cff965e75 Description: 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. Original-Maintainer: Utopia Maintenance Team Package: libpolkit-backend-1-0 Source: policykit-1 Priority: optional Section: libs Installed-Size: 144 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.104-1ubuntu1.5 Depends: libc6 (>= 2.4), libexpat1 (>= 1.95.8), libglib2.0-0 (>= 2.28.0), libpolkit-gobject-1-0 (>= 0.104-1ubuntu1.2) Pre-Depends: multiarch-support Breaks: policykit-1 (<< 0.99) Filename: pool/main/p/policykit-1/libpolkit-backend-1-0_0.104-1ubuntu1.5_amd64.deb Size: 42198 SHA256: e6fcec1809ab003b332b44e9017477528f6a95a06877820a1140a127f19d5901 SHA1: 327be7df169f4de83bf521b97992d9171fddebce MD5sum: 48a43cae4998776dde6c75ac518d53e6 Description: PolicyKit backend API PolicyKit is a toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes. . This package contains a library for implementing authentication backends. Multi-Arch: same Original-Maintainer: Utopia Maintenance Team Package: libpolkit-backend-1-dev Source: policykit-1 Priority: optional Section: libdevel Installed-Size: 263 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.104-1ubuntu1.5 Depends: libpolkit-backend-1-0 (= 0.104-1ubuntu1.5), libpolkit-gobject-1-dev Filename: pool/main/p/policykit-1/libpolkit-backend-1-dev_0.104-1ubuntu1.5_amd64.deb Size: 53660 SHA256: 60b0af002409bc12629cd90142b53126a19394aea3c7a142a9ea0f33cb6b7bed SHA1: 7f6f848f13485105c68c167369a85840ac82006e MD5sum: 6a0ad5fe3d9c273ca79cdba90e0f2d14 Description: 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. Original-Maintainer: Utopia Maintenance Team Package: libpolkit-gobject-1-0 Source: policykit-1 Priority: optional Section: libs Installed-Size: 151 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.104-1ubuntu1.5 Depends: libc6 (>= 2.7), libglib2.0-0 (>= 2.31.8) Pre-Depends: multiarch-support Breaks: libpolkit-agent-1-0 (<< 0.99), libpolkit-backend-1-0 (<< 0.99), libpolkit-gtk-1-0 (<< 0.99), policykit-1 (<< 0.99) Filename: pool/main/p/policykit-1/libpolkit-gobject-1-0_0.104-1ubuntu1.5_amd64.deb Size: 42994 SHA256: 3d4c5e093b704c25124a2c66f4c3fa1bcfac8cfda5f37eccbd97fc6cce391106 SHA1: d8919913ba122cc7b010114f29fd6528b83e534e MD5sum: 73e64c11c67ece59e3a19f8674719b3d Description: PolicyKit Authorization API PolicyKit is a toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes. . This package contains a library for accessing PolicyKit. Multi-Arch: same Original-Maintainer: Utopia Maintenance Team Package: libpolkit-gobject-1-dev Source: policykit-1 Priority: optional Section: libdevel Installed-Size: 481 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.104-1ubuntu1.5 Depends: libpolkit-gobject-1-0 (= 0.104-1ubuntu1.5), libglib2.0-dev, gir1.2-polkit-1.0 (= 0.104-1ubuntu1.5) Filename: pool/main/p/policykit-1/libpolkit-gobject-1-dev_0.104-1ubuntu1.5_amd64.deb Size: 71806 SHA256: 4e6faada32d1cad429441e37d4c64ef737701e960a41ae83554d0a33b3d4306c SHA1: 29cfa92aca6f356e5b544828cd5699a93f1b6664 MD5sum: ca100107bb126508f89e29b9c545523e Description: 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. Original-Maintainer: Utopia Maintenance Team Package: libproc-dev Source: procps Priority: optional Section: libdevel Installed-Size: 217 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1:3.2.8-11ubuntu6.6 Depends: libc6-dev, procps (= 1:3.2.8-11ubuntu6.6) Filename: pool/main/p/procps/libproc-dev_3.2.8-11ubuntu6.6_amd64.deb Size: 44794 SHA256: ab98ef32721c0a26c2508af1066db5a8ad9bab2b7a0f258b9d1a6bd00dd25a9f SHA1: 4df6b9833d9a1c09fa73eb3b956e6f6c97d3324d MD5sum: 1cd8d3e9bab0b0be563a2855a9fe7c6f Description: library for accessing process information from /proc These are the header files for libproc. Some packages using libproc to access process information from /proc need these to compile. Original-Maintainer: Craig Small Package: libpspell-dev Source: aspell Priority: optional Section: libdevel Installed-Size: 99 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.60.7~20110707-1ubuntu0.1 Replaces: aspell-bin (<< 0.50.3-3) Suggests: aspell-doc Depends: libaspell15 (= 0.60.7~20110707-1ubuntu0.1), libaspell-dev Filename: pool/main/a/aspell/libpspell-dev_0.60.7~20110707-1ubuntu0.1_amd64.deb Size: 4612 SHA256: 5bed1290b8d0576786fb30bddbdf8ffbb79d22fff880bd460bcdefe54e3e1409 SHA1: 2ab973f4932d5d1d33353d02c518e3b72e10f2e4 MD5sum: 979155082601f654d3b6ab35a06ba96b Description: Development files for applications with pspell support This package contains the headers and static libraries for developing applications with portable spell-checking interface (pspell) support. . You need this package ONLY if you plan to build applications that link against the pspell static libraries. You do not have to install this package if all you want to do is use the Aspell program to spell-check. Original-Maintainer: Brian Nelson Package: libpython2.7 Source: python2.7 Priority: optional Section: libs Installed-Size: 3063 Maintainer: Ubuntu Core Developers Architecture: amd64 Version: 2.7.3-0ubuntu3.19 Replaces: python2.7 (<< 2.6) Depends: python2.7 (= 2.7.3-0ubuntu3.19), libc6 (>= 2.15), libgcc1 (>= 1:4.1.1), libssl1.0.0 (>= 1.0.0), zlib1g (>= 1:1.2.0) Filename: pool/main/p/python2.7/libpython2.7_2.7.3-0ubuntu3.19_amd64.deb Size: 1188288 SHA256: 3142491351279548f0b1285d59dd6168b5264bca62ab16fc519d163332cd3750 SHA1: 6cfd6f9a9e1838c89ab3aad98f2c0de86130de12 MD5sum: 53b03518073069379026d4dad7282725 Description: 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. Original-Maintainer: Matthias Klose Package: libroken18-heimdal Source: heimdal Priority: optional Section: libs Installed-Size: 157 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.6~git20120311.dfsg.1-2ubuntu0.2 Depends: libc6 (>= 2.15) Pre-Depends: multiarch-support Filename: pool/main/h/heimdal/libroken18-heimdal_1.6~git20120311.dfsg.1-2ubuntu0.2_amd64.deb Size: 46206 SHA256: 0d57fdb718077b1a7edfc561f3dc2432da01418634dc19bb8c1e2bee44419abf SHA1: e14b7ef409f212d46be1811c3657a5aad0e56911 MD5sum: 4628fe99ee6cfd632b5189e71eb6dd43 Description: Heimdal Kerberos - roken support library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package contains the library for roken support. Multi-Arch: same Original-Maintainer: Brian May Package: librtmp-dev Source: rtmpdump Priority: extra Section: libdevel Installed-Size: 226 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.4~20110711.gitc28f1bab-1ubuntu0.1 Depends: libgnutls-dev, librtmp0 (= 2.4~20110711.gitc28f1bab-1ubuntu0.1) Filename: pool/main/r/rtmpdump/librtmp-dev_2.4~20110711.gitc28f1bab-1ubuntu0.1_amd64.deb Size: 66826 SHA256: 18bec59b2625b6ea7e4eacf9785fb4c33e01ec8f5972fe3d7c6f76ce86492ee1 SHA1: c087e4cd67fc3c31f644397e8966a64808325b3b MD5sum: d789d76f23e5800b502b19c18a8e6da3 Description: toolkit for RTMP streams (development files) A small dumper for media content streamed over the RTMP protocol (like BBC's iPlayer high quality streams). Supplying an rtmp URL will result in a dumped flv file, which can be played/transcoded using ffmpeg/mplayer, etc. . This package contains the development libraries, header files needed by programs that want to compile with librtmp. Original-Maintainer: Debian Multimedia Maintainers Package: librtmp0 Source: rtmpdump Priority: extra Section: libs Installed-Size: 143 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.4~20110711.gitc28f1bab-1ubuntu0.1 Depends: libc6 (>= 2.14), libgcrypt11 (>= 1.4.5), libgnutls26 (>= 2.12.6.1-0), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Filename: pool/main/r/rtmpdump/librtmp0_2.4~20110711.gitc28f1bab-1ubuntu0.1_amd64.deb Size: 57650 SHA256: 4bd21efaf58628dde8374ec81731bda8bb600fa9759f386de76d18b0df866d56 SHA1: 85cbd81f32006407aefdf81a4aed95d76f56d853 MD5sum: 15acf9c37be10337dd9a862f9d1780b4 Description: toolkit for RTMP streams (shared library) A small dumper for media content streamed over the RTMP protocol (like BBC's iPlayer high quality streams). Supplying an rtmp URL will result in a dumped flv file, which can be played/transcoded using ffmpeg/mplayer, etc. . This package contains the shared libraries, header files needed by programs that want to use librtmp. Multi-Arch: same Original-Maintainer: Debian Multimedia Maintainers Package: libsasl2-2 Source: cyrus-sasl2 Priority: standard Section: libs Installed-Size: 191 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.1.25.dfsg1-3ubuntu0.2 Recommends: libsasl2-modules (= 2.1.25.dfsg1-3ubuntu0.2) Replaces: libsasl2 Depends: libc6 (>= 2.15), libdb5.1 Pre-Depends: multiarch-support Breaks: postfix (<= 2.8.3-1), slapd (<= 2.4.25-3) Filename: pool/main/c/cyrus-sasl2/libsasl2-2_2.1.25.dfsg1-3ubuntu0.2_amd64.deb Size: 69074 SHA256: 73712a6c66bf9c3c03cdb0d303277f6d25fc4ef2627f9a7c157cb32dbbf71515 SHA1: 49e55d782f55776384a34ba0d1ac449ab70a494d MD5sum: 960f74ffac61de5f342c550f4bfd7df1 Description: Cyrus SASL - authentication abstraction library This is the Cyrus SASL API implementation, version 2.1. . SASL is the Simple Authentication and Security Layer, a method for adding authentication support to connection-based protocols. To use SASL, a protocol includes a command for identifying and authenticating a user to a server and for optionally negotiating protection of subsequent protocol interactions. If its use is negotiated, a security layer is inserted between the protocol and the connection. See RFC 2222 for more information. . Any of: ANONYMOUS, CRAM-MD5, DIGEST-MD5, GSSAPI (MIT or Heimdal Kerberos 5), NTLM, OTP, PLAIN, or LOGIN can be used. If you intend to use this package on a server that provides SASL authentication, then you must install some of the libsasl2-modules* packages. Multi-Arch: same Original-Maintainer: Debian Cyrus SASL Team Package: libsasl2-dev Source: cyrus-sasl2 Priority: optional Section: libdevel Installed-Size: 809 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.1.25.dfsg1-3ubuntu0.2 Depends: libsasl2-modules (= 2.1.25.dfsg1-3ubuntu0.2), libc6-dev Filename: pool/main/c/cyrus-sasl2/libsasl2-dev_2.1.25.dfsg1-3ubuntu0.2_amd64.deb Size: 309632 SHA256: 7cd58b30df92dc9e95e4bc88bd88848079a98734315f4b3d88dfb279430b2721 SHA1: c79286dcd1c9ab9eb8f72675304dbdc98684f998 MD5sum: 9547cfde3739cffc4dd8a605f6872051 Description: Cyrus SASL - development files for authentication abstraction library This is the Cyrus SASL API implementation, version 2. See package libsasl2-2 and RFC 2222 for more information. . This package includes development files for compiling programs with SASL support. It is needed for development purposes only. Original-Maintainer: Debian Cyrus SASL Team Package: libsasl2-modules Source: cyrus-sasl2 Priority: optional Section: libs Installed-Size: 228 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.1.25.dfsg1-3ubuntu0.2 Suggests: libsasl2-modules-otp, libsasl2-modules-ldap, libsasl2-modules-sql, libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal Depends: libsasl2-2 (= 2.1.25.dfsg1-3ubuntu0.2), libc6 (>= 2.14), libssl1.0.0 (>= 1.0.0) Filename: pool/main/c/cyrus-sasl2/libsasl2-modules_2.1.25.dfsg1-3ubuntu0.2_amd64.deb Size: 59428 SHA256: c88b7d3be6fd066aa3a7733ba8858923dcdbb1d4576c474ce52074ca32d57e4e SHA1: 0688516910d73c82a88738adfc447bf40583cb7d MD5sum: 5e4eed4b6fa8dab1ef00de383b21f5d8 Description: Cyrus SASL - pluggable authentication modules This is the Cyrus SASL API implementation, version 2.1. See package libsasl2-2 and RFC 2222 for more information. . This package provides the following SASL modules: LOGIN, PLAIN, ANONYMOUS, NTLM, CRAM-MD5, and DIGEST-MD5 (with DES support). Multi-Arch: same Original-Maintainer: Debian Cyrus SASL Team Package: libsasl2-modules-gssapi-heimdal Source: cyrus-sasl2 Priority: extra Section: libs Installed-Size: 93 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.1.25.dfsg1-3ubuntu0.2 Depends: libsasl2-modules (= 2.1.25.dfsg1-3ubuntu0.2), libc6 (>= 2.14), libgssapi3-heimdal (>= 1.4.0+git20110226) Conflicts: libsasl2-modules-gssapi-mit Filename: pool/main/c/cyrus-sasl2/libsasl2-modules-gssapi-heimdal_2.1.25.dfsg1-3ubuntu0.2_amd64.deb Size: 17266 SHA256: 30b74f66a3c4a60e9ab3667254695eb8f67181af016d38a7ff778dcc5300ea30 SHA1: a1a01f1dfeb596c1fb1302f129fe2842a50f062a MD5sum: b879caa87ea69f8ca11397ff7669b55a Description: Pluggable Authentication Modules for SASL (GSSAPI) This is the Cyrus SASL API implementation, version 2.1. See package libsasl2-2 and RFC 2222 for more information. . This package provides the GSSAPI plugin, compiled with the Heimdal Kerberos 5 library. Multi-Arch: same Original-Maintainer: Debian Cyrus SASL Team Package: libsasl2-modules-gssapi-mit Source: cyrus-sasl2 Priority: extra Section: libs Installed-Size: 165 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.1.25.dfsg1-3ubuntu0.2 Depends: libsasl2-modules (= 2.1.25.dfsg1-3ubuntu0.2), libc6 (>= 2.14), libgssapi-krb5-2 (>= 1.10+dfsg~), libssl1.0.0 (>= 1.0.0) Conflicts: libsasl2-modules-gssapi-heimdal Filename: pool/main/c/cyrus-sasl2/libsasl2-modules-gssapi-mit_2.1.25.dfsg1-3ubuntu0.2_amd64.deb Size: 46702 SHA256: 10d38d99aad0bf30e96cf2c2d063acfdc25ae4d580a3657a646086671f964e0a SHA1: 204fed5ac02e7689b635de9b4f9ae735ef3a8636 MD5sum: 66672763b7d76a3b74f6514ddac77959 Description: Cyrus SASL - pluggable authentication modules (GSSAPI) This is the Cyrus SASL API implementation, version 2.1. See package libsasl2-2 and RFC 2222 for more information. . This package provides the GSSAPI plugin, compiled with the MIT Kerberos 5 library. Multi-Arch: same Original-Maintainer: Debian Cyrus SASL Team Package: libsasl2-modules-ldap Source: cyrus-sasl2 Priority: extra Section: libs Installed-Size: 77 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.1.25.dfsg1-3ubuntu0.2 Depends: libsasl2-modules (= 2.1.25.dfsg1-3ubuntu0.2), libc6 (>= 2.14), libldap-2.4-2 (>= 2.4.7) Filename: pool/main/c/cyrus-sasl2/libsasl2-modules-ldap_2.1.25.dfsg1-3ubuntu0.2_amd64.deb Size: 12544 SHA256: 8d34f097905a85bff05bdbec9b9cc2821f8d16945fe0e8f1ad42a5d7d494a713 SHA1: 7897ba870de7d360107e158df70f355bffb53e87 MD5sum: 397179b87453925fe2ff135f27954d6d Description: Cyrus SASL - pluggable authentication modules (LDAP) This is the Cyrus SASL API implementation, version 2.1. See package libsasl2-2 and RFC 2222 for more information. . This package provides the LDAP plugin, which supports OpenLDAP. Multi-Arch: same Original-Maintainer: Debian Cyrus SASL Team Package: libsasl2-modules-otp Source: cyrus-sasl2 Priority: extra Section: libs Installed-Size: 165 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.1.25.dfsg1-3ubuntu0.2 Depends: libsasl2-modules (= 2.1.25.dfsg1-3ubuntu0.2), libc6 (>= 2.14), libssl1.0.0 (>= 1.0.0) Filename: pool/main/c/cyrus-sasl2/libsasl2-modules-otp_2.1.25.dfsg1-3ubuntu0.2_amd64.deb Size: 36700 SHA256: d0467c4b4854540eedbf31a60febb002242e21bc6bc1f1acb0e5af483b0b3eb6 SHA1: 2ea45cacd394d227334ef95c01cddacb503bca7c MD5sum: ab6b0411d41343cc4fc5d914d601e5bf Description: Cyrus SASL - pluggable authentication modules (OTP) This is the Cyrus SASL API implementation, version 2.1. See package libsasl2-2 and RFC 2222 for more information. . This package provides the OTP plugin, which supports one time passwords. Multi-Arch: same Original-Maintainer: Debian Cyrus SASL Team Package: libsasl2-modules-sql Source: cyrus-sasl2 Priority: extra Section: libs Installed-Size: 85 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.1.25.dfsg1-3ubuntu0.2 Depends: libsasl2-modules (= 2.1.25.dfsg1-3ubuntu0.2), libc6 (>= 2.14), libmysqlclient18 (>= 5.5.13-1), libpq5, libsqlite3-0 (>= 3.5.9) Filename: pool/main/c/cyrus-sasl2/libsasl2-modules-sql_2.1.25.dfsg1-3ubuntu0.2_amd64.deb Size: 15724 SHA256: 3723fde314a76516aecc1326ee65444cce128bd27181d36c35b5645067830412 SHA1: 37984d81ba3ced7f81fb4087e45bf9df1b37cb18 MD5sum: 4684fea7e765bc4358f5894a0b961f99 Description: Cyrus SASL - pluggable authentication modules (SQL) This is the Cyrus SASL API implementation, version 2.1. See package libsasl2-2 and RFC 2222 for more information. . This package provides the SQL plugin, which supports MySQL, PostgreSQL and SQLite. Multi-Arch: same Original-Maintainer: Debian Cyrus SASL Team Package: libsdl1.2-dbg Source: libsdl1.2 Priority: extra Section: debug Installed-Size: 716 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.2.14-6.4ubuntu3.2 Depends: libsdl1.2debian (= 1.2.14-6.4ubuntu3.2) Filename: pool/main/libs/libsdl1.2/libsdl1.2-dbg_1.2.14-6.4ubuntu3.2_amd64.deb Size: 607908 SHA256: 993570251d2fae3fb9d488400225308cd813dc137d66c4b6ed31f60775c5a6c9 SHA1: 297c08bce75cf6f898f723e16990b2e317d73585 MD5sum: d10508f18e273b3b36bf6f9ad1efbf2d Description: Simple DirectMedia Layer debug files SDL is a library that allows programs portable low level access to a video framebuffer, audio output, mouse, and keyboard. . This package contains the debug symbols for the SDL library. Multi-Arch: same Original-Maintainer: Debian SDL packages maintainers Package: libsdl1.2-dev Source: libsdl1.2 Priority: optional Section: libdevel Installed-Size: 2601 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.2.14-6.4ubuntu3.2 Replaces: libsdl-dev Provides: libsdl-dev Depends: libsdl1.2debian (= 1.2.14-6.4ubuntu3.2), libx11-dev, libglu1-mesa-dev, libasound2-dev, libpulse-dev, libcaca-dev, libxt-dev, libxext-dev Conflicts: libsdl-dev Filename: pool/main/libs/libsdl1.2/libsdl1.2-dev_1.2.14-6.4ubuntu3.2_amd64.deb Size: 834742 SHA256: 62a323793b91c836d02b81436013f9247e01689a9917d8bf2ae8f6eb3a0d583f SHA1: 4f30886a0891877d906e79567f2dbc272044def7 MD5sum: 3e25ce6f8f8ab9e97bbe6c124732627b Description: Simple DirectMedia Layer development files SDL is a library that allows programs portable low level access to a video framebuffer, audio output, mouse, and keyboard. . This package contains the files needed to compile and link programs which use SDL. Original-Maintainer: Debian SDL packages maintainers Package: libsdl1.2debian Source: libsdl1.2 Priority: optional Section: libs Installed-Size: 499 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.2.14-6.4ubuntu3.2 Replaces: libsdl1.2debian-all, libsdl1.2debian-alsa, libsdl1.2debian-esd, libsdl1.2debian-nas, libsdl1.2debian-oss, libsdl1.2debian-pulseaudio Depends: libasound2 (>= 1.0.23), libc6 (>= 2.15), libcaca0 (>= 0.99.beta17-1), libpulse0 (>= 1:0.99.1), libx11-6 (>= 2:1.4.99.1), libxext6 Conflicts: libsdl1.2, libsdl1.2-all, libsdl1.2-esd, libsdl1.2-nas, libsdl1.2-oss, libsdl1.2debian-all, libsdl1.2debian-alsa, libsdl1.2debian-esd, libsdl1.2debian-nas, libsdl1.2debian-oss, libsdl1.2debian-pulseaudio Pre-Depends: multiarch-support Filename: pool/main/libs/libsdl1.2/libsdl1.2debian_1.2.14-6.4ubuntu3.2_amd64.deb Size: 198296 SHA256: 55f79d1a8775a86b549241e66f333abefd7179977716f4e940e912624b7e915f SHA1: 3b922a1c84c111ea43254d04d1cdb3495c0d01bc MD5sum: 398885919a08803ac07c2c98c81c00bf Description: Simple DirectMedia Layer SDL is a library that allows programs portable low level access to a video framebuffer, audio output, mouse, and keyboard. . This version of SDL is compiled with X11 and caca graphics drivers and OSS, ALSA, NAS and PulseAudio sound drivers. Multi-Arch: same Original-Maintainer: Debian SDL packages maintainers Package: libsl0-heimdal Source: heimdal Priority: extra Section: libs Installed-Size: 84 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.6~git20120311.dfsg.1-2ubuntu0.2 Depends: libc6 (>= 2.11), libedit2 (>= 2.11-20080614-1) Conflicts: libsl0-kerberos4kth Pre-Depends: multiarch-support Filename: pool/main/h/heimdal/libsl0-heimdal_1.6~git20120311.dfsg.1-2ubuntu0.2_amd64.deb Size: 14456 SHA256: dfe5ea83942ab53146b40398d39f18ce61899af1c70630ec58f39c088e96337e SHA1: ad2f0864732b5380bc2e9f5f1ea00cb0f0e2bba0 MD5sum: d4717d47fa5c1899fd49675f7f00d920 Description: Heimdal Kerberos - SL support library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package contains the library for SL support. Multi-Arch: same Original-Maintainer: Brian May Package: libsmbclient Source: samba Priority: optional Section: libs Installed-Size: 6153 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2:3.6.25-0ubuntu0.12.04.21 Depends: libc6 (>= 2.15), libcap2 (>= 2.10), libcomerr2 (>= 1.01), libgssapi-krb5-2 (>= 1.10+dfsg~), libk5crypto3 (>= 1.6.dfsg.2), libkrb5-3 (>= 1.10+dfsg~), libldap-2.4-2 (>= 2.4.7), libtalloc2 (>= 2.0.4~git20101213), libtdb1 (>= 1.2.7+git20101214), libwbclient0 (>= 2:3.6.0~pre3), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Filename: pool/main/s/samba/libsmbclient_3.6.25-0ubuntu0.12.04.21_amd64.deb Size: 2031274 SHA256: a37c9ad198136fa1b4e3a7e249f768135571f18db749a4bb9ef688fa2912d6d6 SHA1: 0f82330d045cf2b617c43e3de72c6fa9e2420507 MD5sum: 4a4f1c5bb1f3b969e330c78cb26c3d95 Description: shared library for communication with SMB/CIFS servers This package provides a shared library that enables client applications to talk to Microsoft Windows and Samba servers using the SMB/CIFS protocol. Multi-Arch: same Original-Maintainer: Debian Samba Maintainers Package: libsmbclient-dev Source: samba Priority: extra Section: libdevel Installed-Size: 12932 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2:3.6.25-0ubuntu0.12.04.21 Depends: libsmbclient (= 2:3.6.25-0ubuntu0.12.04.21) Filename: pool/main/s/samba/libsmbclient-dev_3.6.25-0ubuntu0.12.04.21_amd64.deb Size: 2917274 SHA256: 87d5178949a62af042e4bedd905515fe7c87a8741060a7a98d63b71b745e0165 SHA1: 3449e63b0d4f6dcc73ec56b09f2eafd7c3f4db97 MD5sum: 753db9987b8a1ab7fac987efaadede2a Description: 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. Multi-Arch: same Original-Maintainer: Debian Samba Maintainers Package: libsnmp-base Source: net-snmp Priority: optional Section: libs Installed-Size: 659 Maintainer: Ubuntu Developers Architecture: all Version: 5.4.3~dfsg-2.4ubuntu1.6 Replaces: libsnmp-dev (<< 5.4~dfsg), libsnmp9-dev (<< 5.4~dfsg) Suggests: snmp-mibs-downloader Conflicts: libsnmp-dev (<< 5.4~dfsg), libsnmp9-dev (<< 5.4~dfsg) Filename: pool/main/n/net-snmp/libsnmp-base_5.4.3~dfsg-2.4ubuntu1.6_all.deb Size: 214776 SHA256: bfee2de741a7d622fca452acbc71d4bec9b6fec3fc876078dfe3fa181c84de7e SHA1: 8325679b706a37ff22d12ead6756d696407ff900 MD5sum: 8d646012d166c6d289a8c1b6d4b4889d Description: 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. Original-Maintainer: Net-SNMP Packaging Team Package: libsnmp-dev Source: net-snmp Priority: optional Section: libdevel Installed-Size: 7302 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.4.3~dfsg-2.4ubuntu1.6 Replaces: libsnmp15-dev, libsnmp9-dev, snmp (<< 5.4~dfsg) Provides: libsnmp9-dev Depends: libc6-dev, libsnmp15 (= 5.4.3~dfsg-2.4ubuntu1.6), libsnmp-perl (= 5.4.3~dfsg-2.4ubuntu1.6), libwrap0-dev, libssl-dev, procps, libsensors4-dev, libperl-dev Conflicts: libsnmp-dev, libsnmp15-dev, libsnmp9-dev, snmp (<< 5.4~dfsg) Filename: pool/main/n/net-snmp/libsnmp-dev_5.4.3~dfsg-2.4ubuntu1.6_amd64.deb Size: 1849060 SHA256: 57c6466fc520e3f76711b8695b821ed15dc2f17f08b194b190abd708529e0093 SHA1: e431cb2d9f340d98d70df819c3f63e4c8e36a056 MD5sum: 823d1f1e1f5dab15e498ce846a85d8ad Description: 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. Original-Maintainer: Net-SNMP Packaging Team Package: libsnmp-perl Source: net-snmp Priority: optional Section: perl Installed-Size: 462 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.4.3~dfsg-2.4ubuntu1.6 Depends: perl (>= 5.14.2-6ubuntu2.9), perlapi-5.14.2, libsnmp15 (= 5.4.3~dfsg-2.4ubuntu1.6), libc6 (>= 2.15) Filename: pool/main/n/net-snmp/libsnmp-perl_5.4.3~dfsg-2.4ubuntu1.6_amd64.deb Size: 128254 SHA256: 74ff7b4fd9d3a9c03ef8dbc88fb181530b61a34bfdfaf0f5e8e75f1895e3ff9f SHA1: 80326888b99b05a77b563b9cf09de34848739597 MD5sum: 9eb6d45e5730f89dba50129997cb17c5 Description: 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. Original-Maintainer: Net-SNMP Packaging Team Package: libsnmp-python Source: net-snmp Priority: optional Section: python Installed-Size: 166 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.4.3~dfsg-2.4ubuntu1.6 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), libc6 (>= 2.14), libsnmp15 (>= 5.4.3~dfsg) Filename: pool/main/n/net-snmp/libsnmp-python_5.4.3~dfsg-2.4ubuntu1.6_amd64.deb Size: 23616 SHA256: b47b950f7144dd33c754d9414ff0082a10779334897acffa028f71b546b06a65 SHA1: 34160cabda060e0fc9084966fc29e47b67056cf6 MD5sum: 5a7c2b37dd4e20b30de229bbdf37eb18 Description: SNMP (Simple Network Management Protocol) Python support The Simple Network Management Protocol (SNMP) provides a framework for the exchange of management information between agents (servers) and clients. . The Net-SNMP Python support files provide the Python functions for integration of SNMP into applications written in Python. Python-Version: 2.7 Original-Maintainer: Net-SNMP Packaging Team Package: libsnmp15 Source: net-snmp Priority: optional Section: libs Installed-Size: 3052 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.4.3~dfsg-2.4ubuntu1.6 Replaces: libsnmp-base (<< 5.4.2.1~dfsg-4), snmp (<< 5.4.3~dfsg-1) Depends: libsnmp-base (>= 5.4.3~dfsg-2.4ubuntu1.6), libc6 (>= 2.15), libperl5.14 (>= 5.14.2), libsensors4 (>= 1:3.0.0), libssl1.0.0 (>= 1.0.0), libwrap0 (>= 7.6-4~) Filename: pool/main/n/net-snmp/libsnmp15_5.4.3~dfsg-2.4ubuntu1.6_amd64.deb Size: 1332754 SHA256: 147fc3abbe9a621f551eb77fbba6a2647eb6e8430fe5ed57a2b45ed90a6839c6 SHA1: a440e0641bc51859b0cdba6060e5075014b5c008 MD5sum: 0997668879db23e2441dff21f148efa8 Description: 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. Original-Maintainer: Net-SNMP Packaging Team Package: libsnmp15-dbg Source: net-snmp Priority: extra Section: debug Installed-Size: 5653 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.4.3~dfsg-2.4ubuntu1.6 Depends: libsnmp15 (= 5.4.3~dfsg-2.4ubuntu1.6) Filename: pool/main/n/net-snmp/libsnmp15-dbg_5.4.3~dfsg-2.4ubuntu1.6_amd64.deb Size: 1730592 SHA256: 06b7528cd82bea87967c439057bf64d2928da26fe023942adbc3ac8fb8c1c0b8 SHA1: 848c291096eb7cdbca0184422145c5dae0d77114 MD5sum: 98251d851397baa16c434eb8578a4a9a Description: 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. Original-Maintainer: Net-SNMP Packaging Team Package: libsqlite3-0 Source: sqlite3 Priority: standard Section: libs Installed-Size: 771 Maintainer: Ubuntu Developers Architecture: amd64 Version: 3.7.9-2ubuntu1.4 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Filename: pool/main/s/sqlite3/libsqlite3-0_3.7.9-2ubuntu1.4_amd64.deb Size: 349794 SHA256: 882f87d63a7b3b28deb83253bf75844ff1eae37a6272d1424e1a598d12cf2a4e SHA1: de9b84739ad18be6936925ffaa54fc9f244d1416 MD5sum: b86a9de1fdddab7bb1650b21e90daf89 Description: SQLite 3 shared library SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. Multi-Arch: same Original-Maintainer: Laszlo Boszormenyi (GCS) Package: libsqlite3-0-dbg Source: sqlite3 Priority: extra Section: debug Installed-Size: 2510 Maintainer: Ubuntu Developers Architecture: amd64 Version: 3.7.9-2ubuntu1.4 Depends: libsqlite3-0 (= 3.7.9-2ubuntu1.4) Filename: pool/main/s/sqlite3/libsqlite3-0-dbg_3.7.9-2ubuntu1.4_amd64.deb Size: 783776 SHA256: 65566ffd83770a710df567435325a6d9b72d93ce4879ae05e4ed48f952ed3c31 SHA1: adf8f5faeb2b2eee14e5b05e18c939a25cacb278 MD5sum: f761e099c5676a557b4894faa1c489ec Description: SQLite 3 debugging symbols SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. . This package contains the debugging symbols for the libraries. Multi-Arch: same Original-Maintainer: Laszlo Boszormenyi (GCS) Package: libsqlite3-dev Source: sqlite3 Priority: optional Section: libdevel Installed-Size: 1317 Maintainer: Ubuntu Developers Architecture: amd64 Version: 3.7.9-2ubuntu1.4 Suggests: sqlite3-doc Depends: libsqlite3-0 (= 3.7.9-2ubuntu1.4), libc6-dev Filename: pool/main/s/sqlite3/libsqlite3-dev_3.7.9-2ubuntu1.4_amd64.deb Size: 460150 SHA256: 9851af9f3d4ad55d34afdad7b1fdbfe49aaee3b1baea9accb2f2c43ff9a568b1 SHA1: fa6efc4f72f0ab65c22cf0b5f816607f31897366 MD5sum: 050ffd2275bffa793d9ac525bcd47fed Description: SQLite 3 development files SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. . This package contains the development files (headers, static libraries) Original-Maintainer: Laszlo Boszormenyi (GCS) Package: libsqlite3-tcl Source: sqlite3 Priority: optional Section: interpreters Installed-Size: 163 Maintainer: Ubuntu Developers Architecture: amd64 Version: 3.7.9-2ubuntu1.4 Suggests: sqlite3-doc Depends: libc6 (>= 2.14), libsqlite3-0 (>= 3.7.0) Filename: pool/main/s/sqlite3/libsqlite3-tcl_3.7.9-2ubuntu1.4_amd64.deb Size: 21750 SHA256: 93e7486bb02a4037ebe4bc9c7949456d4d029771772bc79d5fd2ef3df7f098ae SHA1: 2d1c8590e4d7749b60515aee0d9c1493c7e2c8a4 MD5sum: 526c0dde911246a73d14cd6390afcf28 Description: SQLite 3 Tcl bindings SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. . This package contains the Tcl bindings. Original-Maintainer: Laszlo Boszormenyi (GCS) Package: libss2 Source: e2fsprogs Priority: required Section: libs Installed-Size: 109 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.42-1ubuntu2.5 Replaces: e2fsprogs (<< 1.34-1) Depends: libcomerr2, libc6 (>= 2.11) Pre-Depends: multiarch-support Filename: pool/main/e/e2fsprogs/libss2_1.42-1ubuntu2.5_amd64.deb Size: 62524 SHA256: 8f27435f7f8cc4ff5d11ab5af5bb0e90730bab3df1543b69f42ee5d2afa7a794 SHA1: b8adf120fd164a7911e6d2f71d95b7e13d7129ec MD5sum: 55b66c9661d17cef641fd65bc3416be2 Description: command-line interface parsing library libss provides a simple command-line interface parser which will accept input from the user, parse the command into an argv argument vector, and then dispatch it to a handler function. .. It was originally inspired by the Multics SubSystem library. Multi-Arch: same Original-Maintainer: Theodore Y. Ts'o Package: libss2-dbg Source: e2fsprogs Priority: extra Section: debug Installed-Size: 160 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.42-1ubuntu2.5 Depends: libss2 (= 1.42-1ubuntu2.5) Filename: pool/main/e/e2fsprogs/libss2-dbg_1.42-1ubuntu2.5_amd64.deb Size: 71794 SHA256: f380f6bb377003edd30cabae9cc8b7315c9b199c56c3ca2d0f2e211bb13425f1 SHA1: b1a1a240b267ebfef42d280b6ba66ca6858c9f0e MD5sum: 0a585cb05af0b7b837e1bfc3e2d3ae64 Description: debugging information for libss2 This package includes the debug information useful for debugging the ss library, contained in the libss2 package. The debug information is used for execution tracing and core dump analysis. Original-Maintainer: Theodore Y. Ts'o Package: libssh2-php Source: php-ssh2 Priority: extra Section: devel Installed-Size: 119 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.11.2-1ubuntu0.1 Depends: ucf, libc6 (>= 2.14), libssh2-1 (>= 1.0), phpapi-20090626 Filename: pool/main/p/php-ssh2/libssh2-php_0.11.2-1ubuntu0.1_amd64.deb Size: 28238 SHA256: a25f47924c652f8f583697390f2896478e7ddea20e973359a5b1ac687c9bb7f8 SHA1: 1d14fb8ba699f59bd7c7f38f0ed92dd6dadb0216 MD5sum: 237cd8138323a0599bb3611029e3e1a6 Description: PHP Bindings for libssh2 These bindings provide a method to utilise SSH connections with PHP Original-Maintainer: Martin Meredith Package: libssl-dev Source: openssl Priority: optional Section: libdevel Installed-Size: 6173 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.0.1-4ubuntu5.45 Recommends: libssl-doc Depends: libssl1.0.0 (= 1.0.1-4ubuntu5.45), zlib1g-dev Filename: pool/main/o/openssl/libssl-dev_1.0.1-4ubuntu5.45_amd64.deb Size: 1583394 SHA256: a8127f70f894e172ed67ae3db4d77d3d3f3f8e9a8a34d6b302f787edeef7ee42 SHA1: 60aabad08dc58a565699b38fe0ffd306b2f59583 MD5sum: 19370ac5fd9682c6ea8eedd2616569e2 Description: 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. Original-Maintainer: Debian OpenSSL Team Package: libssl-doc Source: openssl Priority: optional Section: doc Installed-Size: 1437 Maintainer: Ubuntu Developers Architecture: all Version: 1.0.1-4ubuntu5.45 Replaces: libssl-dev (<< 1.0.0), openssl-doc Conflicts: openssl-doc Breaks: libssl-dev (<< 1.0.0) Filename: pool/main/o/openssl/libssl-doc_1.0.1-4ubuntu5.45_all.deb Size: 1042268 SHA256: 17fa62f607f1a0e4e2e1bb2bb9985e0087b11e475478bb707397fcdd59a6b4e3 SHA1: 72f5d8386943c77d9755ba18b2a58dee0cf6735d MD5sum: 5f4565837b706601040851f07723b336 Description: SSL development documentation documentation libssl and libcrypto manpages and demo files. . It is part of the OpenSSL implementation of SSL. Original-Maintainer: Debian OpenSSL Team Package: libssl1.0.0 Source: openssl Priority: important Section: libs Installed-Size: 2939 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.0.1-4ubuntu5.45 Depends: libc6 (>= 2.14), zlib1g (>= 1:1.1.4), debconf (>= 0.5) | debconf-2.0 Pre-Depends: multiarch-support Breaks: openssh-client (<< 1:5.9p1-4), openssh-server (<< 1:5.9p1-4) Filename: pool/main/o/openssl/libssl1.0.0_1.0.1-4ubuntu5.45_amd64.deb Size: 1054792 SHA256: 95738aeacc1fa25b08b72d6453343c4b56c8eaa175fd9bf709050f2589077943 SHA1: ea0526a7127b69ce45f402f31ce0077ca1b5d16a MD5sum: 69d6d1e580312a9705d3a035291b8733 Description: 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. Multi-Arch: same Original-Maintainer: Debian OpenSSL Team Package: libssl1.0.0-dbg Source: openssl Priority: extra Section: debug Installed-Size: 7723 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.0.1-4ubuntu5.45 Depends: libssl1.0.0 (= 1.0.1-4ubuntu5.45) Filename: pool/main/o/openssl/libssl1.0.0-dbg_1.0.1-4ubuntu5.45_amd64.deb Size: 2209780 SHA256: e020c2822d488e66a644957247873860507bbb9862baf9088a6a76b7824b8a7a SHA1: 29eb6cfa2ea403267155a40464a7c543a91fbd89 MD5sum: 2b99441f51c23ec54932f73f3d87cdee Description: Symbol tables for libssl and libcrypto This package is part of the OpenSSL implementation of SSL. Multi-Arch: same Original-Maintainer: Debian OpenSSL Team Package: libsvn-dev Source: subversion Priority: extra Section: libdevel Installed-Size: 4914 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.6.17dfsg-3ubuntu3.8 Suggests: libsvn-doc, zlib1g-dev, libneon27-gnutls-dev Depends: libsvn1 (= 1.6.17dfsg-3ubuntu3.8), libapr1-dev, libaprutil1-dev Filename: pool/main/s/subversion/libsvn-dev_1.6.17dfsg-3ubuntu3.8_amd64.deb Size: 1332792 SHA256: 58f5c632b4261cc9aa11b85a86e1f3d5ad2f52e8efb63967b5250f369c77102b SHA1: 83804b8c969177a7fb61ae4f1c793f083e051e5e MD5sum: 1ac7d8556ddb46403e5580f3526965ed Description: Development files for Subversion libraries This package contains the symlinks, headers, and object files needed to compile and link programs which use libsvn1, the Subversion libraries. This package is needed only in order to compile software that uses libsvn1. Original-Maintainer: Peter Samuelson Package: libsvn-doc Source: subversion Priority: extra Section: doc Installed-Size: 13181 Maintainer: Ubuntu Developers Architecture: all Version: 1.6.17dfsg-3ubuntu3.8 Suggests: libsvn-dev Filename: pool/main/s/subversion/libsvn-doc_1.6.17dfsg-3ubuntu3.8_all.deb Size: 1921966 SHA256: 9f68c195e269097aef56d74b6c2d5aedd329d8c1d945d8a783cd4fea109ff1b1 SHA1: 4b715eea6b52bc07eae1e8c3c2126667e5601227 MD5sum: f783c4c3ffdd5663f48177ad8d987592 Description: Developer documentation for libsvn This package contains development (API) documentation for libsvn1, the Subversion libraries. See the 'libsvn1' package for more information. Original-Maintainer: Peter Samuelson Package: libsvn-java Source: subversion Priority: optional Section: java Installed-Size: 504 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.6.17dfsg-3ubuntu3.8 Depends: libsvn1 (= 1.6.17dfsg-3ubuntu3.8), libapr1 (>= 1.2.7), libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.6) Pre-Depends: multiarch-support Filename: pool/main/s/subversion/libsvn-java_1.6.17dfsg-3ubuntu3.8_amd64.deb Size: 210282 SHA256: 39fa8fb2fba86b470572536629d7863c1197a828af155cf5902492664cf78a9e SHA1: 2540a00316b7da27e160d8ec0e3b809aab8ca42d MD5sum: d83d7897c58623c25d3646df5bec810e Description: Java bindings for Subversion This is a set of Java classes which provide the functionality of libsvn, the Subversion libraries. It is useful if you want to, for example, write a Java class that manipulates a Subversion repository or working copy. See the 'subversion' package for more information. Multi-Arch: same Original-Maintainer: Peter Samuelson Package: libsvn-perl Source: subversion Priority: optional Section: perl Installed-Size: 3549 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.6.17dfsg-3ubuntu3.8 Depends: perl (>= 5.14.2-6ubuntu2.9), perlapi-5.14.2, libapr1 (>= 1.2.7), libc6 (>= 2.14), libsvn1 (>= 1.6) Pre-Depends: multiarch-support Filename: pool/main/s/subversion/libsvn-perl_1.6.17dfsg-3ubuntu3.8_amd64.deb Size: 925162 SHA256: 0fb88ebab9f07607b2542e667641d20cac7d46e2d96a1114ba97f44f6eaf7f8f SHA1: b0dfd7e60472d20dbd9c16309b819c333972f8cb MD5sum: 532439923761f951fcd79e2eeefb5297 Description: Perl bindings for Subversion This is a set of Perl interfaces to libsvn, the 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. Original-Maintainer: Peter Samuelson Package: libsvn-ruby Source: subversion Priority: optional Section: ruby Installed-Size: 21 Maintainer: Ubuntu Developers Architecture: all Version: 1.6.17dfsg-3ubuntu3.8 Depends: libsvn-ruby1.8 Filename: pool/main/s/subversion/libsvn-ruby_1.6.17dfsg-3ubuntu3.8_all.deb Size: 808 SHA256: 48aa39907e031cb3f60b1b5d05eb76aeeeffc27818daf755a5ef5aa114d9212a SHA1: 374e967e248dd719db0033c44991bd146e7a91a7 MD5sum: 453f4f30be43c345427f49c2e23cbe53 Description: Ruby bindings for Subversion (dummy package) This is a dummy package to install the Subversion library bindings for the default version of Ruby. Original-Maintainer: Peter Samuelson Package: libsvn-ruby1.8 Source: subversion Priority: optional Section: ruby Installed-Size: 1937 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.6.17dfsg-3ubuntu3.8 Depends: ruby1.8, libapr1 (>= 1.2.7), libc6 (>= 2.14), libruby1.8 (>= 1.8.7.352), libsvn1 (>= 1.6) Pre-Depends: multiarch-support Filename: pool/main/s/subversion/libsvn-ruby1.8_1.6.17dfsg-3ubuntu3.8_amd64.deb Size: 532516 SHA256: 3c353e2e3f783f7e09ec01475e3f52a22dd3e566da5211334b74cd5d829b5d0f SHA1: cf9eab4573e5d6ad42b889c96a8b4f4a0efc1263 MD5sum: 68780408f709ad78411c60b1f1f53d51 Description: Ruby bindings for Subversion This is a set of Ruby interfaces to libsvn, the Subversion libraries. It is useful if you want to, for example, write a Ruby script that manipulates a Subversion repository or working copy. See the 'subversion' package for more information. Multi-Arch: same Original-Maintainer: Peter Samuelson Package: libsvn1 Source: subversion Priority: optional Section: vcs Installed-Size: 2077 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.6.17dfsg-3ubuntu3.8 Depends: libapr1 (>= 1.3.2), libaprutil1 (>= 1.3.2+dfsg), libc6 (>= 2.14), libdb4.8, libneon27-gnutls, libsasl2-2, libsqlite3-0 (>= 3.6.0), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Filename: pool/main/s/subversion/libsvn1_1.6.17dfsg-3ubuntu3.8_amd64.deb Size: 821394 SHA256: c0efaae0aaaf62f23f603865426a6759fe68b5dc22316bf9d8624909dd40f4fc SHA1: 71070b2667ed610d4c67b9521c15cd1a38f2b4f8 MD5sum: 3ad4b6b5e8bb0c2a599faa9711d457ef Description: Shared libraries used by Subversion This package includes shared libraries to manipulate Subversion (svn) repositories and working copies. See the 'subversion' package for more information. Multi-Arch: same Original-Maintainer: Peter Samuelson Package: libtasn1-3 Priority: standard Section: libs Installed-Size: 142 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.10-1ubuntu1.6 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Filename: pool/main/libt/libtasn1-3/libtasn1-3_2.10-1ubuntu1.6_amd64.deb Size: 43742 SHA256: 266693f05c9789c0e17a93b5b35f596e316ff64897c29761176717fccab959e2 SHA1: 3224181bbdbe45a6bb210045ca551d98801bd8c2 MD5sum: a1ef8ff62aec6a55c92340e4345ac83c Description: Manage ASN.1 structures (runtime) Description-md5: 30e58206970e536b50f4efb7e66940e1 Multi-Arch: same Original-Maintainer: Debian GnuTLS Maintainers Package: libtasn1-3-bin Source: libtasn1-3 Priority: extra Section: devel Installed-Size: 124 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.10-1ubuntu1.6 Depends: libc6 (>= 2.14), libtasn1-3 (>= 1.6-0) Filename: pool/main/libt/libtasn1-3/libtasn1-3-bin_2.10-1ubuntu1.6_amd64.deb Size: 16244 SHA256: 2d0786ad69040e91a507d877c357ff354cc66241f09a4bacda18cbb669fbeeaa SHA1: b90379b7617c19786b0b3c4d3f5dd32523e89d87 MD5sum: aa11cd854ca67cb40d1caad699ca7926 Description: Manage ASN.1 structures (binaries) Description-md5: 8f58bd4489fd5ef5b512ecaa0bf0f775 Multi-Arch: foreign Original-Maintainer: Debian GnuTLS Maintainers Package: libtasn1-3-dbg Source: libtasn1-3 Priority: extra Section: debug Installed-Size: 308 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.10-1ubuntu1.6 Depends: libtasn1-3 (= 2.10-1ubuntu1.6) Filename: pool/main/libt/libtasn1-3/libtasn1-3-dbg_2.10-1ubuntu1.6_amd64.deb Size: 67858 SHA256: 5c2a62be9b6f89a65ee4807d3728c1f062afdcea71f983e6cafe0beda005ee60 SHA1: 339560f2206876097fecaaec238f4e563e459803 MD5sum: a5ccac4509fcdadd81e74d54f83e3c95 Description: Manage ASN.1 structures (debugging symbols) Description-md5: 36a7efc62cfeedb7c4027fb8bbfb0a2e Original-Maintainer: Debian GnuTLS Maintainers Package: libtasn1-3-dev Source: libtasn1-3 Priority: optional Section: libdevel Installed-Size: 572 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.10-1ubuntu1.6 Provides: libtasn1-dev Depends: libtasn1-3 (= 2.10-1ubuntu1.6), dpkg (>= 1.15.4) | install-info Conflicts: libtasn1-dev Filename: pool/main/libt/libtasn1-3/libtasn1-3-dev_2.10-1ubuntu1.6_amd64.deb Size: 357796 SHA256: 3a8a99b20203655ccb1f74986da4c59136b849e833dda7de161ec847f8205eaf SHA1: f9593b1524dd896daf74d2f02266a669bcad22ea MD5sum: 41d639924610600d461693fca3f0f66b Description: Manage ASN.1 structures (development) Description-md5: 6cbe4351f8ac1952e8041d1fa6a9f9a6 Original-Maintainer: Debian GnuTLS Maintainers Package: libtiff-doc Source: tiff Priority: optional Section: doc Installed-Size: 1123 Maintainer: Ubuntu Developers Architecture: all Version: 3.9.5-2ubuntu1.12 Filename: pool/main/t/tiff/libtiff-doc_3.9.5-2ubuntu1.12_all.deb Size: 350240 SHA256: 62675d4cc549fd7788dba9a7bf113fff6f66e7482afe6cbe231d024482bec0d1 SHA1: 6dc8c2e4f591cb4bfefff5f8aa7304536d87cf59 MD5sum: 4e3fb6e2284f64f55df7b4a69b216402 Description: 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. Original-Maintainer: Jay Berkenbilt Package: libtiff-opengl Source: tiff Priority: optional Section: graphics Installed-Size: 124 Maintainer: Ubuntu Developers Architecture: amd64 Version: 3.9.5-2ubuntu1.12 Depends: freeglut3, libc6 (>= 2.3.4), libgl1-mesa-glx | libgl1, libtiff4 Filename: pool/main/t/tiff/libtiff-opengl_3.9.5-2ubuntu1.12_amd64.deb Size: 12018 SHA256: b4a5d05d7ac3126d9974518e0b6aaa9cb2c7550912fddd25ef7e0e574d29fcf2 SHA1: 211c5f3c87846f4f99842a97fbcefe9617c796ad MD5sum: ef34b92a9ef13b5f2225aaf3fd93ba67 Description: 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 contains libtiff tools that depend upon opengl. It complements the libtiff-tools package, which contains the libtiff tools that don't depend upon opengl. Original-Maintainer: Jay Berkenbilt Package: libtiff-tools Source: tiff Priority: optional Section: graphics Installed-Size: 719 Maintainer: Ubuntu Developers Architecture: amd64 Version: 3.9.5-2ubuntu1.12 Suggests: libtiff-opengl Depends: libc6 (>= 2.14), libtiff4 Filename: pool/main/t/tiff/libtiff-tools_3.9.5-2ubuntu1.12_amd64.deb Size: 270280 SHA256: c7724ba7950a42f488f7d147a9b3bd3d85aeb385e613e58cf97e7642b7ab79d2 SHA1: c6e422315555bbbcce73988d1f11b9188a8b18a4 MD5sum: ef8362e51ddebd332b551ef079151ef2 Description: 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. Original-Maintainer: Jay Berkenbilt Package: libtiff4 Source: tiff Priority: optional Section: libs Installed-Size: 499 Maintainer: Ubuntu Developers Architecture: amd64 Version: 3.9.5-2ubuntu1.12 Depends: libc6 (>= 2.14), libjpeg8 (>= 8c), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Filename: pool/main/t/tiff/libtiff4_3.9.5-2ubuntu1.12_amd64.deb Size: 145682 SHA256: 0dbb25f1f6f759c2d6410e3fd616a552703fa30012433ec3586ca2a3e0b32aca SHA1: 9db4ce134782136cd194e799f9190f138918d271 MD5sum: 4ca7d81db082b6d2559f7cd6702910ba Description: Tag Image File Format (TIFF) library libtiff is a library providing support for the Tag Image File Format (TIFF), a widely used format for storing image data. This package includes the shared library. Multi-Arch: same Original-Maintainer: Jay Berkenbilt Package: libtiff4-dev Source: tiff Priority: optional Section: libdevel Installed-Size: 867 Maintainer: Ubuntu Developers Architecture: amd64 Version: 3.9.5-2ubuntu1.12 Provides: libtiff-dev Depends: libtiff4 (= 3.9.5-2ubuntu1.12), libtiffxx0c2 (= 3.9.5-2ubuntu1.12), libc6-dev | libc-dev, zlib1g-dev, libjpeg-dev Conflicts: libtiff-dev Filename: pool/main/t/tiff/libtiff4-dev_3.9.5-2ubuntu1.12_amd64.deb Size: 280668 SHA256: cc732f0086c6de720c6318616f40fa26a1daef0f0778ae933e9c043e1fafc336 SHA1: c1809776f11d7959b5a59fa212f8c5c2badd3480 MD5sum: 9ab68b3e4d562a971c9e8feedc38f415 Description: 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. Original-Maintainer: Jay Berkenbilt Package: libtiffxx0c2 Source: tiff Priority: optional Section: libs Installed-Size: 110 Maintainer: Ubuntu Developers Architecture: amd64 Version: 3.9.5-2ubuntu1.12 Depends: libc6 (>= 2.4), libstdc++6 (>= 4.2.1), libtiff4 Pre-Depends: multiarch-support Filename: pool/main/t/tiff/libtiffxx0c2_3.9.5-2ubuntu1.12_amd64.deb Size: 6530 SHA256: 775d3a0c8069b828e4c38222f45888f65695347d71e7ee6c2759abfd64b55ff8 SHA1: bb7a74c2f1d18eb666bc6e0d7c8cc2c645ef3771 MD5sum: 601a5d0885ae32c65ace2ce3e73d200e Description: 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. Multi-Arch: same Original-Maintainer: Jay Berkenbilt Package: libtirpc-dev Source: libtirpc Priority: extra Section: libdevel Installed-Size: 624 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.2.2-5ubuntu0.1 Depends: libtirpc1 (= 0.2.2-5ubuntu0.1) Filename: pool/main/libt/libtirpc/libtirpc-dev_0.2.2-5ubuntu0.1_amd64.deb Size: 178224 SHA256: ad4fcf00ab27f4e4963eddbd798caacefb03a71e66691b5547c8b0951826ce78 SHA1: 7745bee7135622648aeb30fd3401d41f6a1a89ed MD5sum: 1261c142b8e3ec79df2938b6652d3503 Description: transport-independent RPC library - development files This package contains a port of Sun's transport-independent RPC library to Linux. The library is intended as a replacement for the RPC code in the GNU C library, providing among others support for RPC (and in turn, NFS) over IPv6. . This package contains the files needed for development against libtirpc. Original-Maintainer: Steinar H. Gunderson Package: libtirpc1 Source: libtirpc Priority: standard Section: libs Installed-Size: 236 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.2.2-5ubuntu0.1 Depends: libc6 (>= 2.15), libgssglue1 Pre-Depends: multiarch-support Filename: pool/main/libt/libtirpc/libtirpc1_0.2.2-5ubuntu0.1_amd64.deb Size: 84968 SHA256: 8f78eb6a64699ba655d30b745aca074514beb81248ea37ebb96ffd0115bc3053 SHA1: 8d5aea6df279dc387d2495364fbe6aafce7bc629 MD5sum: 4cbbec6b6cbf7eee0949a3cf0d54529b Description: transport-independent RPC library This package contains a port of Sun's transport-independent RPC library to Linux. The library is intended as a replacement for the RPC code in the GNU C library, providing among others support for RPC (and in turn, NFS) over IPv6. Multi-Arch: same Original-Maintainer: Steinar H. Gunderson Package: libturbojpeg Source: libjpeg-turbo Priority: optional Section: libs Installed-Size: 314 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.1.90+svn733-0ubuntu4.6 Replaces: libjpeg-turbo8 (<< 1.1.90+svn722-1ubuntu6) Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Filename: pool/main/libj/libjpeg-turbo/libturbojpeg_1.1.90+svn733-0ubuntu4.6_amd64.deb Size: 121822 SHA256: 73dca731b831e555f0a99d0b246c4afa63eb4242832218caec32cad39aa919de SHA1: d0546ababbd9b9266c5d6fd55ad522237778de98 MD5sum: 70bcabb3a321809cd198f4fa66093492 Description: IJG JPEG compliant runtime library. Runtime library supporting the Independent JPEG Group's standard for JPEG files. . This package contains the libturbojpeg.so library, used by turboVNC and other users of the past TurboJPEG library. Multi-Arch: same Package: libwbclient-dev Source: samba Priority: optional Section: libdevel Installed-Size: 165 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2:3.6.25-0ubuntu0.12.04.21 Depends: libwbclient0 (= 2:3.6.25-0ubuntu0.12.04.21) Filename: pool/main/s/samba/libwbclient-dev_3.6.25-0ubuntu0.12.04.21_amd64.deb Size: 10248 SHA256: 16d49de78b9918d4e69f0b44900ce49b6981ace34bd4ab525e6370cb339732d0 SHA1: e5db6b4d5e136a7a0f6e97e0afd628d44d827ebe MD5sum: f42fa6c7995495333f40ffe7fa79341e Description: 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. Multi-Arch: same Original-Maintainer: Debian Samba Maintainers Package: libwbclient0 Source: samba Priority: optional Section: libs Installed-Size: 178 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2:3.6.25-0ubuntu0.12.04.21 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Breaks: libpam-smbpass (<< 2:3.4.1), libsmbclient (<< 2:3.4.1), samba (<< 2:3.4.1), samba-common (<< 2:3.4.1), samba-tools (<< 2:3.4.1), smbclient (<< 2:3.4.1), smbfs (<< 2:3.4.1), swat (<< 2:3.4.1), winbind (<< 2:3.4.1) Filename: pool/main/s/samba/libwbclient0_3.6.25-0ubuntu0.12.04.21_amd64.deb Size: 28502 SHA256: aa2f661c2ed5866cba6ce3f5c03de03e683b8a39196fedc8c5ec7367b907bc54 SHA1: 588cfa25ef8ea46dc5a579361b458ad812f25ea7 MD5sum: 2abba1fbcfc820a64ce61964a025cffe Description: Samba winbind client library Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file and printer sharing with Microsoft Windows, OS X, and other Unix systems. . This package provides a library for client applications that interact via the winbind pipe protocol with a Samba winbind server. Multi-Arch: same Original-Maintainer: Debian Samba Maintainers Package: libwind0-heimdal Source: heimdal Priority: optional Section: libs Installed-Size: 229 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.6~git20120311.dfsg.1-2ubuntu0.2 Depends: libc6 (>= 2.14), libcomerr2 (>= 1.01), libroken18-heimdal (>= 1.4.0+git20110226) Pre-Depends: multiarch-support Filename: pool/main/h/heimdal/libwind0-heimdal_1.6~git20120311.dfsg.1-2ubuntu0.2_amd64.deb Size: 77572 SHA256: 2dafabb139708c225f1c7fe02c0ff39df3df1f3397b22e260dd40d755c79c317 SHA1: d49aa7ce52eff81e429a45b1fada5fb58aacc282 MD5sum: 14add11efe5e992e3a6cf488f78f6ed8 Description: Heimdal Kerberos - stringprep implementation Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. Multi-Arch: same Original-Maintainer: Brian May Package: libx11-6 Source: libx11 Priority: optional Section: libs Installed-Size: 1480 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2:1.4.99.1-0ubuntu2.5 Depends: libc6 (>= 2.15), libxcb1 (>= 1.2), libx11-data Pre-Depends: multiarch-support Filename: pool/main/libx/libx11/libx11-6_1.4.99.1-0ubuntu2.5_amd64.deb Size: 763908 SHA256: 961d0f8880bde2f98b35f57086a2862e4201b2cede8aaa48f5425bd2996e8928 SHA1: e438c553acabaafd01d39b3e7b22def18e127273 MD5sum: 85e99a485c1709c20be0f6227c13a1e4 Description: X11 client-side library This package provides a client interface to the X Window System, otherwise known as 'Xlib'. It provides a complete API for the basic functions of the window system. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libX11 Multi-Arch: same Original-Maintainer: Debian X Strike Force Package: libx11-6-dbg Source: libx11 Priority: extra Section: debug Installed-Size: 11467 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2:1.4.99.1-0ubuntu2.5 Depends: libx11-6 (= 2:1.4.99.1-0ubuntu2.5) Filename: pool/main/libx/libx11/libx11-6-dbg_1.4.99.1-0ubuntu2.5_amd64.deb Size: 3075356 SHA256: b9bc70372f15db3144a93084d38e2d7e6e028074609f93bafb47a58451e93859 SHA1: d85faa13aeff73f7b711bbec487884799250b251 MD5sum: f45e790a927515b98fd82af8b93cbdb5 Description: 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 Multi-Arch: same Original-Maintainer: Debian X Strike Force Package: libx11-data Source: libx11 Priority: optional Section: x11 Installed-Size: 1526 Maintainer: Ubuntu Developers Architecture: all Version: 2:1.4.99.1-0ubuntu2.5 Breaks: libx11-6 (<< 2:1.4.1) Filename: pool/main/libx/libx11/libx11-data_1.4.99.1-0ubuntu2.5_all.deb Size: 173296 SHA256: 13f8ce333ea30c68730f2e799fb454bc5750156a76a7b18bb085771ff8fd5b5c SHA1: 96824ed0a562f9bc881fa8c8efcf9db769a6cf63 MD5sum: e90dce103f4406b2e2ba747f0eadad32 Description: 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 Multi-Arch: foreign Original-Maintainer: Debian X Strike Force Package: libx11-dev Source: libx11 Priority: optional Section: libdevel Installed-Size: 2576 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2:1.4.99.1-0ubuntu2.5 Recommends: libx11-doc Depends: libx11-6 (= 2:1.4.99.1-0ubuntu2.5), libxau-dev (>= 1:1.0.0-1), libxdmcp-dev (>= 1:1.0.0-1), x11proto-core-dev (>= 6.8.99.8-1), x11proto-input-dev, x11proto-kb-dev, xtrans-dev, libxcb1-dev Filename: pool/main/libx/libx11/libx11-dev_1.4.99.1-0ubuntu2.5_amd64.deb Size: 910670 SHA256: 704d6012ca2d8ab4333e009deebefad5543e96dbe79f1f367e45511b7c890385 SHA1: eb29f59096ef568929c137e638b7d15bc231174b MD5sum: a81cdb6e2499d9ce85d9d26854b1f36f Description: 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 Multi-Arch: same Original-Maintainer: Debian X Strike Force Package: libx11-doc Source: libx11 Priority: optional Section: doc Installed-Size: 9179 Maintainer: Ubuntu Developers Architecture: all Version: 2:1.4.99.1-0ubuntu2.5 Replaces: libx11-dev (<< 2:1.4.4-3) Depends: xorg-sgml-doctools (>= 1:1.5) Filename: pool/main/libx/libx11/libx11-doc_1.4.99.1-0ubuntu2.5_all.deb Size: 2466898 SHA256: 91116f3239f059005c4796f2d61966fbd6903bf38e0b958ff3f126e29f35bf92 SHA1: 6aeee0a322cf173dea13b394d544349c2f2fe567 MD5sum: 1efe73105018fd89fd278ceb283bdfe7 Description: 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 Multi-Arch: foreign Original-Maintainer: Debian X Strike Force Package: libx11-xcb-dev Source: libx11 Priority: optional Section: libdevel Installed-Size: 225 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2:1.4.99.1-0ubuntu2.5 Depends: libx11-xcb1 (= 2:1.4.99.1-0ubuntu2.5), libxcb1-dev (>= 0.9.92), libx11-dev Filename: pool/main/libx/libx11/libx11-xcb-dev_1.4.99.1-0ubuntu2.5_amd64.deb Size: 11088 SHA256: 9a4fdb624777cd69dded74481f2e009dd8b16a1744f7706df73795c4549cd5db SHA1: 5fb6a586c15e1a852bcded30d325bfd3f83350d5 MD5sum: a6b2997b1745d4c5546fcea1aec68774 Description: 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 Original-Maintainer: Debian X Strike Force Package: libx11-xcb1 Source: libx11 Priority: optional Section: libs Installed-Size: 207 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2:1.4.99.1-0ubuntu2.5 Depends: libc6 (>= 2.2.5) Pre-Depends: multiarch-support Filename: pool/main/libx/libx11/libx11-xcb1_1.4.99.1-0ubuntu2.5_amd64.deb Size: 10836 SHA256: bf592f1d8102d61357e14d846ed468c15875b48c0c9fa487f811e11f664f7d7b SHA1: fa494b4c88bc15ec5d7e7b250b1b416aff1a2abf MD5sum: f711b7d3db70758447f185593bdf2739 Description: Xlib/XCB interface library libX11-xcb provides functions needed by clients which take advantage of Xlib/XCB to mix calls to both Xlib and XCB over the same X connection. . More information about X.Org can be found at: . More information about XCB can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libX11 Multi-Arch: same Original-Maintainer: Debian X Strike Force Package: libx11-xcb1-dbg Source: libx11 Priority: extra Section: debug Installed-Size: 248 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2:1.4.99.1-0ubuntu2.5 Depends: libx11-xcb1 (= 2:1.4.99.1-0ubuntu2.5) Filename: pool/main/libx/libx11/libx11-xcb1-dbg_1.4.99.1-0ubuntu2.5_amd64.deb Size: 22882 SHA256: cccbce12e66f1c810eac320cd24cfeaf365a67080665eda2e4e5bb542b9668d0 SHA1: 002012842347c3c0cf42ecbd387073762cabbb63 MD5sum: d9bad8e1aef80314db41fd8cf8b1f17c Description: 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 Multi-Arch: same Original-Maintainer: Debian X Strike Force Package: libxml2 Priority: standard Section: libs Installed-Size: 1753 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.7.8.dfsg-5.1ubuntu4.22 Recommends: xml-core Depends: libc6 (>= 2.15), zlib1g (>= 1:1.2.3.3.dfsg) Pre-Depends: multiarch-support Filename: pool/main/libx/libxml2/libxml2_2.7.8.dfsg-5.1ubuntu4.22_amd64.deb Size: 677104 SHA256: f5366f259fb9344f365bc5e20a1bf90180226ba8b0c173d86e75b01902a68a99 SHA1: c2429bc70d2b6e535bbd2b4f5291ffda9b4a115a MD5sum: c2c0cc20158442df898db148c5b76a64 Description: GNOME XML library XML is a metalanguage to let you design your own markup language. A regular markup language defines a way to describe information in a certain class of documents (eg HTML). XML lets you define your own customized markup languages for many classes of document. It can do this because it's written in SGML, the international standard metalanguage for markup languages. . This package provides a library providing an extensive API to handle such XML data files. Multi-Arch: same Original-Maintainer: Debian XML/SGML Group Package: libxml2-dbg Source: libxml2 Priority: extra Section: debug Installed-Size: 1752 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.7.8.dfsg-5.1ubuntu4.22 Depends: libxml2 (= 2.7.8.dfsg-5.1ubuntu4.22) Filename: pool/main/libx/libxml2/libxml2-dbg_2.7.8.dfsg-5.1ubuntu4.22_amd64.deb Size: 1385340 SHA256: c7b0b0ffd8b7baaeacd9183b10b975884798898cd183d22d0e629864c060c999 SHA1: af35fe4fe0e2ad65ba21fbf22e44230250a64bb2 MD5sum: efb4a6029953eb198a5fdf0c0227d69e Description: 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 and for the utilities provided by the libxml2-utils package. Debugging symbols for the Python modules are not available. Original-Maintainer: Debian XML/SGML Group Package: libxml2-dev Source: libxml2 Priority: optional Section: libdevel Installed-Size: 2697 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.7.8.dfsg-5.1ubuntu4.22 Depends: libxml2 (= 2.7.8.dfsg-5.1ubuntu4.22) Filename: pool/main/libx/libxml2/libxml2-dev_2.7.8.dfsg-5.1ubuntu4.22_amd64.deb Size: 806460 SHA256: bfc32e1b6104a07b9b22dd8f17abfe04690b02f688d458540f0d49db7618e5b5 SHA1: d0e5d2d3d52c56bf17dcb9427777caadeb5c5535 MD5sum: 63659826f6d3bb2d0d9454331e320ec7 Description: Development files for the GNOME XML library XML is a metalanguage to let you design your own markup language. A regular markup language defines a way to describe information in a certain class of documents (eg HTML). XML lets you define your own customized markup languages for many classes of document. It can do this because it's written in SGML, the international standard metalanguage for markup languages. . Install this package if you wish to develop your own programs using the GNOME XML library. Multi-Arch: same Original-Maintainer: Debian XML/SGML Group Package: libxml2-doc Source: libxml2 Priority: optional Section: doc Installed-Size: 8390 Maintainer: Ubuntu Developers Architecture: all Version: 2.7.8.dfsg-5.1ubuntu4.22 Suggests: devhelp Filename: pool/main/libx/libxml2/libxml2-doc_2.7.8.dfsg-5.1ubuntu4.22_all.deb Size: 1370606 SHA256: 19521aa272e999dd785a75d15a32164a4d3473328367e6c71936b6f3c936a0e0 SHA1: 4015c807efdea559bedd94f06bff688bf2b2e96a MD5sum: 7722e7f5f05ca2f8296ca2556116ae54 Description: 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. Original-Maintainer: Debian XML/SGML Group Package: libxml2-utils Source: libxml2 Priority: optional Section: text Installed-Size: 179 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.7.8.dfsg-5.1ubuntu4.22 Depends: libc6 (>= 2.7), libreadline6 (>= 6.0), libxml2 (>= 2.7.4) Filename: pool/main/libx/libxml2/libxml2-utils_2.7.8.dfsg-5.1ubuntu4.22_amd64.deb Size: 40156 SHA256: 80f1ae1632db279224d31ecc87671c6f97f33b5a6dc8b9e7740c992aa9bc0861 SHA1: b2ada1352778507f01bc550a3d1886c1b5a173f1 MD5sum: 5dea26a8d0f7cbbb510e23ad09e9f91c Description: XML utilities XML is a metalanguage to let you design your own markup language. A regular markup language defines a way to describe information in a certain class of documents (eg HTML). XML lets you define your own customized markup languages for many classes of document. It can do this because it's written in SGML, the international standard metalanguage for markup languages. . This package provides xmllint, a tool for validating and reformatting XML documents, and xmlcatalog, a tool to parse and manipulate XML or SGML catalog files. Multi-Arch: foreign Original-Maintainer: Debian XML/SGML Group Package: libxslt1-dbg Source: libxslt Priority: extra Section: debug Installed-Size: 1096 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.1.26-8ubuntu1.6 Depends: libxslt1.1 (= 1.1.26-8ubuntu1.6) Filename: pool/main/libx/libxslt/libxslt1-dbg_1.1.26-8ubuntu1.6_amd64.deb Size: 315286 SHA256: 74a7073676bc6422881542f3f2f81748fc16be688c55cd118b6485540eae5dce SHA1: 968766e8da33cceaba7b31e925b10bec9bcf0077 MD5sum: 5c826f1203595fae5607145c485193b8 Description: 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. Original-Maintainer: Debian XML/SGML Group Package: libxslt1-dev Source: libxslt Priority: optional Section: libdevel Installed-Size: 2333 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.1.26-8ubuntu1.6 Provides: libxslt-dev Depends: libxslt1.1 (= 1.1.26-8ubuntu1.6), libxml2-dev (>= 2.6.26) Filename: pool/main/libx/libxslt/libxslt1-dev_1.1.26-8ubuntu1.6_amd64.deb Size: 569544 SHA256: c42ecad42a5d90d0f98da1c009b9f2d0378bf48ec92ac18befd0734050014e25 SHA1: 4f5674a69082306972b0884c0bd3f7c0ba7adf61 MD5sum: 0cc731f4035eb3375717ab5ecebc9c62 Description: 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. Original-Maintainer: Debian XML/SGML Group Package: libxslt1.1 Source: libxslt Priority: optional Section: libs Installed-Size: 474 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.1.26-8ubuntu1.6 Depends: libc6 (>= 2.14), libgcrypt11 (>= 1.4.5), libxml2 (>= 2.7.4) Pre-Depends: multiarch-support Filename: pool/main/libx/libxslt/libxslt1.1_1.1.26-8ubuntu1.6_amd64.deb Size: 167778 SHA256: bfd271eabe4d5aad4998349601271944afbbd20a7a27178ec7415c31588aa363 SHA1: 5a514e10b87ff898c5a650f34e1ff01d503a1334 MD5sum: 65952f754367c0f214f9f7dbfb82ab4e Description: XSLT 1.0 processing library - runtime library XSLT is an XML language for defining transformations of XML files from XML to some other arbitrary format, such as XML, HTML, plain text, etc. using standard XSLT stylesheets. libxslt is a C library which implements XSLT version 1.0. . This package contains the libxslt library used by applications for XSLT transformations. Multi-Arch: same Original-Maintainer: Debian XML/SGML Group Package: linux Source: linux-meta Priority: optional Section: kernel Installed-Size: 34 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0.150.164 Depends: linux-image (= 3.2.0.150.164) Filename: pool/main/l/linux-meta/linux_3.2.0.150.164_amd64.deb Size: 1698 SHA256: b0498c59f82c4aed80cafad345a6703812ea6e87c293b88c73878733f1ee4c86 SHA1: b5356bd2d2a5ae082311f2585fd7be17365e03fb MD5sum: 123568c816587622c464c562982120ac Description: Generic complete Linux kernel. This package will always depend on the latest generic complete Linux kernel available. Package: linux-backports-modules-cw-3.10-3.2.0-128-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10790 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-128.119 Depends: linux-image-3.2.0-128-generic Conflicts: linux-backports-modules-cw-3.11-3.2.0-128-generic, linux-backports-modules-cw-3.12-3.2.0-128-generic, linux-backports-modules-cw-3.3-3.2.0-128-generic, linux-backports-modules-cw-3.4-3.2.0-128-generic, linux-backports-modules-cw-3.5-3.2.0-128-generic, linux-backports-modules-cw-3.6-3.2.0-128-generic, linux-backports-modules-cw-3.7-3.2.0-128-generic, linux-backports-modules-cw-3.8-3.2.0-128-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.10-3.2.0-128-generic_3.2.0-128.119_amd64.deb Size: 2915812 SHA256: 08400fdefe246a22fdf9b1549e01d7f5bca178206639ef9be19677664bb0e713 SHA1: 5b961ca6bd598bdaa8a8ba82b1192f1abd8fe24d MD5sum: 5d5494e7f7e7aca6f801db5d69832555 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.10-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.10-3.2.0-128-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10783 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-128.119 Depends: linux-image-3.2.0-128-virtual Conflicts: linux-backports-modules-cw-3.11-3.2.0-128-virtual, linux-backports-modules-cw-3.12-3.2.0-128-virtual, linux-backports-modules-cw-3.3-3.2.0-128-virtual, linux-backports-modules-cw-3.4-3.2.0-128-virtual, linux-backports-modules-cw-3.5-3.2.0-128-virtual, linux-backports-modules-cw-3.6-3.2.0-128-virtual, linux-backports-modules-cw-3.7-3.2.0-128-virtual, linux-backports-modules-cw-3.8-3.2.0-128-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.10-3.2.0-128-virtual_3.2.0-128.119_amd64.deb Size: 2914134 SHA256: bea679234af05a385bb92196c897e81d637baff3757998c02e4f8a50c883b065 SHA1: 12f38b2b1e70dc70db3a33e85353953d67c6a440 MD5sum: cd8704114e63e1dfd4c94694ece796e5 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.10-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.10-3.2.0-129-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10790 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-129.120 Depends: linux-image-3.2.0-129-generic Conflicts: linux-backports-modules-cw-3.11-3.2.0-129-generic, linux-backports-modules-cw-3.12-3.2.0-129-generic, linux-backports-modules-cw-3.3-3.2.0-129-generic, linux-backports-modules-cw-3.4-3.2.0-129-generic, linux-backports-modules-cw-3.5-3.2.0-129-generic, linux-backports-modules-cw-3.6-3.2.0-129-generic, linux-backports-modules-cw-3.7-3.2.0-129-generic, linux-backports-modules-cw-3.8-3.2.0-129-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.10-3.2.0-129-generic_3.2.0-129.120_amd64.deb Size: 2926170 SHA256: e9b99c41e9c3433e47f1f6790c4317ac6cea9dddd64de2cf6ec6da5ff85c548a SHA1: 33c90680aa3f6acad2c0ef516cdbba177e0538ea MD5sum: 284854e4ddb04764853fd9eb7930dc4f Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.10-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.10-3.2.0-129-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10783 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-129.120 Depends: linux-image-3.2.0-129-virtual Conflicts: linux-backports-modules-cw-3.11-3.2.0-129-virtual, linux-backports-modules-cw-3.12-3.2.0-129-virtual, linux-backports-modules-cw-3.3-3.2.0-129-virtual, linux-backports-modules-cw-3.4-3.2.0-129-virtual, linux-backports-modules-cw-3.5-3.2.0-129-virtual, linux-backports-modules-cw-3.6-3.2.0-129-virtual, linux-backports-modules-cw-3.7-3.2.0-129-virtual, linux-backports-modules-cw-3.8-3.2.0-129-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.10-3.2.0-129-virtual_3.2.0-129.120_amd64.deb Size: 2926074 SHA256: 3140602b9cd4db4dacba56e4e41d5d0c3abf327420d8e11e2377fbd7281f39c7 SHA1: 83fa504ee4cc6b37a735d50e590874c80c646946 MD5sum: 3550b06f8f2a4e32299c64eb092eb0ff Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.10-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.10-3.2.0-130-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10791 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-130.121 Depends: linux-image-3.2.0-130-generic Conflicts: linux-backports-modules-cw-3.11-3.2.0-130-generic, linux-backports-modules-cw-3.12-3.2.0-130-generic, linux-backports-modules-cw-3.3-3.2.0-130-generic, linux-backports-modules-cw-3.4-3.2.0-130-generic, linux-backports-modules-cw-3.5-3.2.0-130-generic, linux-backports-modules-cw-3.6-3.2.0-130-generic, linux-backports-modules-cw-3.7-3.2.0-130-generic, linux-backports-modules-cw-3.8-3.2.0-130-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.10-3.2.0-130-generic_3.2.0-130.121_amd64.deb Size: 2926002 SHA256: 9b91b6c6613b1ac48f69fcfd85c8a2e5d282a60d3a2504560e41069abd0967ae SHA1: 7abe1efd14cba20c932e3a8439d66027beea65e8 MD5sum: 2a8ee3ee5bcdd27af1ffd640289a9b0a Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.10-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.10-3.2.0-130-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10783 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-130.121 Depends: linux-image-3.2.0-130-virtual Conflicts: linux-backports-modules-cw-3.11-3.2.0-130-virtual, linux-backports-modules-cw-3.12-3.2.0-130-virtual, linux-backports-modules-cw-3.3-3.2.0-130-virtual, linux-backports-modules-cw-3.4-3.2.0-130-virtual, linux-backports-modules-cw-3.5-3.2.0-130-virtual, linux-backports-modules-cw-3.6-3.2.0-130-virtual, linux-backports-modules-cw-3.7-3.2.0-130-virtual, linux-backports-modules-cw-3.8-3.2.0-130-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.10-3.2.0-130-virtual_3.2.0-130.121_amd64.deb Size: 2925166 SHA256: b18ca157a139e0f8df9eadc01d46a5c4eca04e6d7cd40be7983f12e259ae6676 SHA1: 077e202cce6595c5e4a48062389fbfdc5c18457e MD5sum: 05c04abd53b032a5b2ca4e825f897950 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.10-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.10-3.2.0-131-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10791 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-131.122 Depends: linux-image-3.2.0-131-generic Conflicts: linux-backports-modules-cw-3.11-3.2.0-131-generic, linux-backports-modules-cw-3.12-3.2.0-131-generic, linux-backports-modules-cw-3.3-3.2.0-131-generic, linux-backports-modules-cw-3.4-3.2.0-131-generic, linux-backports-modules-cw-3.5-3.2.0-131-generic, linux-backports-modules-cw-3.6-3.2.0-131-generic, linux-backports-modules-cw-3.7-3.2.0-131-generic, linux-backports-modules-cw-3.8-3.2.0-131-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.10-3.2.0-131-generic_3.2.0-131.122_amd64.deb Size: 2933930 SHA256: 3a5f86fd5ec79b0b351da8697a34477a12cdefbef603a62c9c90e1bd16d82317 SHA1: 14f7ce98f9e894aaa4750d896dbbae3e1b5ce6a3 MD5sum: 49cf11dc8667cb2889b18d1f6e60ea8a Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.10-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.10-3.2.0-131-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10783 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-131.122 Depends: linux-image-3.2.0-131-virtual Conflicts: linux-backports-modules-cw-3.11-3.2.0-131-virtual, linux-backports-modules-cw-3.12-3.2.0-131-virtual, linux-backports-modules-cw-3.3-3.2.0-131-virtual, linux-backports-modules-cw-3.4-3.2.0-131-virtual, linux-backports-modules-cw-3.5-3.2.0-131-virtual, linux-backports-modules-cw-3.6-3.2.0-131-virtual, linux-backports-modules-cw-3.7-3.2.0-131-virtual, linux-backports-modules-cw-3.8-3.2.0-131-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.10-3.2.0-131-virtual_3.2.0-131.122_amd64.deb Size: 2931508 SHA256: 29aa4136c8e2035164e71461bdfd7e52ac0e7d414e7f9ab9d1ec761587644738 SHA1: 3bf3caf391a07668ca9f21f31b45cc0af5aa5b9d MD5sum: c5e397481587024ba6c453ce06e525c5 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.10-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.10-3.2.0-132-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10791 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-132.123 Depends: linux-image-3.2.0-132-generic Conflicts: linux-backports-modules-cw-3.11-3.2.0-132-generic, linux-backports-modules-cw-3.12-3.2.0-132-generic, linux-backports-modules-cw-3.3-3.2.0-132-generic, linux-backports-modules-cw-3.4-3.2.0-132-generic, linux-backports-modules-cw-3.5-3.2.0-132-generic, linux-backports-modules-cw-3.6-3.2.0-132-generic, linux-backports-modules-cw-3.7-3.2.0-132-generic, linux-backports-modules-cw-3.8-3.2.0-132-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.10-3.2.0-132-generic_3.2.0-132.123_amd64.deb Size: 2929028 SHA256: 4d3010f3d5bb28b18f4f12c884eb5490d50b5ed08e5525abe68bf5804780bbd1 SHA1: d8eec27e3f5cd7292b89cfc407d7a8bf3e2d6548 MD5sum: 7cdb99a1e4f6fe2698f58194d642fbc7 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.10-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.10-3.2.0-132-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10783 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-132.123 Depends: linux-image-3.2.0-132-virtual Conflicts: linux-backports-modules-cw-3.11-3.2.0-132-virtual, linux-backports-modules-cw-3.12-3.2.0-132-virtual, linux-backports-modules-cw-3.3-3.2.0-132-virtual, linux-backports-modules-cw-3.4-3.2.0-132-virtual, linux-backports-modules-cw-3.5-3.2.0-132-virtual, linux-backports-modules-cw-3.6-3.2.0-132-virtual, linux-backports-modules-cw-3.7-3.2.0-132-virtual, linux-backports-modules-cw-3.8-3.2.0-132-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.10-3.2.0-132-virtual_3.2.0-132.123_amd64.deb Size: 2927644 SHA256: 3664245219e07a40fabe9cd175c8f02e2d186463759c60461ac77ad89e6fa195 SHA1: 8e147d1f92c300d846930aa332ce4605c2a4e3a3 MD5sum: a23a88bec1f9d376498d66568010fe63 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.10-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.10-3.2.0-133-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10791 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-133.124 Depends: linux-image-3.2.0-133-generic Conflicts: linux-backports-modules-cw-3.11-3.2.0-133-generic, linux-backports-modules-cw-3.12-3.2.0-133-generic, linux-backports-modules-cw-3.3-3.2.0-133-generic, linux-backports-modules-cw-3.4-3.2.0-133-generic, linux-backports-modules-cw-3.5-3.2.0-133-generic, linux-backports-modules-cw-3.6-3.2.0-133-generic, linux-backports-modules-cw-3.7-3.2.0-133-generic, linux-backports-modules-cw-3.8-3.2.0-133-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.10-3.2.0-133-generic_3.2.0-133.124_amd64.deb Size: 2929058 SHA256: a1ec6adc5a6157899cd5e92014400edff32de8e84e8dff8b84c104d5880741be SHA1: e75020203d4c3a0dd2f31eadf9ab2e5847949bb3 MD5sum: 65c75b007a6603f91b2e203a18da518e Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.10-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.10-3.2.0-133-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10784 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-133.124 Depends: linux-image-3.2.0-133-virtual Conflicts: linux-backports-modules-cw-3.11-3.2.0-133-virtual, linux-backports-modules-cw-3.12-3.2.0-133-virtual, linux-backports-modules-cw-3.3-3.2.0-133-virtual, linux-backports-modules-cw-3.4-3.2.0-133-virtual, linux-backports-modules-cw-3.5-3.2.0-133-virtual, linux-backports-modules-cw-3.6-3.2.0-133-virtual, linux-backports-modules-cw-3.7-3.2.0-133-virtual, linux-backports-modules-cw-3.8-3.2.0-133-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.10-3.2.0-133-virtual_3.2.0-133.124_amd64.deb Size: 2927264 SHA256: a95e8097c5140d592ac4d39f0395366cf7d5f67f0f844fc492f1576d7c140a88 SHA1: e7c0fbaa678d1eeaca531ec3db79ce7ac9ca2d16 MD5sum: 1426c32feb0e196ad4315babc2c4267e Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.10-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.10-3.2.0-134-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10791 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-134.125 Depends: linux-image-3.2.0-134-generic Conflicts: linux-backports-modules-cw-3.11-3.2.0-134-generic, linux-backports-modules-cw-3.12-3.2.0-134-generic, linux-backports-modules-cw-3.3-3.2.0-134-generic, linux-backports-modules-cw-3.4-3.2.0-134-generic, linux-backports-modules-cw-3.5-3.2.0-134-generic, linux-backports-modules-cw-3.6-3.2.0-134-generic, linux-backports-modules-cw-3.7-3.2.0-134-generic, linux-backports-modules-cw-3.8-3.2.0-134-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.10-3.2.0-134-generic_3.2.0-134.125_amd64.deb Size: 2915896 SHA256: 892aee95b7f54e4313cb26f95b00b60a4d92e7151400d31bf080de78f38c2d61 SHA1: 87211e203ed52e5ae89b7f8811f4d0a4aba627cb MD5sum: f12c56d3f2a609c60140fed0c976a3c8 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.10-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.10-3.2.0-134-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10784 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-134.125 Depends: linux-image-3.2.0-134-virtual Conflicts: linux-backports-modules-cw-3.11-3.2.0-134-virtual, linux-backports-modules-cw-3.12-3.2.0-134-virtual, linux-backports-modules-cw-3.3-3.2.0-134-virtual, linux-backports-modules-cw-3.4-3.2.0-134-virtual, linux-backports-modules-cw-3.5-3.2.0-134-virtual, linux-backports-modules-cw-3.6-3.2.0-134-virtual, linux-backports-modules-cw-3.7-3.2.0-134-virtual, linux-backports-modules-cw-3.8-3.2.0-134-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.10-3.2.0-134-virtual_3.2.0-134.125_amd64.deb Size: 2916476 SHA256: db6d8894536bf7f0509856e1dda90b46ec7f506e262dcf10a686a312faf60e86 SHA1: a7e2503e487502d8dae8ac084a6464864cfac5c8 MD5sum: cf7e2f5eef96634b5eb105406394195c Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.10-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.10-3.2.0-135-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10791 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-135.126 Depends: linux-image-3.2.0-135-generic Conflicts: linux-backports-modules-cw-3.11-3.2.0-135-generic, linux-backports-modules-cw-3.12-3.2.0-135-generic, linux-backports-modules-cw-3.3-3.2.0-135-generic, linux-backports-modules-cw-3.4-3.2.0-135-generic, linux-backports-modules-cw-3.5-3.2.0-135-generic, linux-backports-modules-cw-3.6-3.2.0-135-generic, linux-backports-modules-cw-3.7-3.2.0-135-generic, linux-backports-modules-cw-3.8-3.2.0-135-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.10-3.2.0-135-generic_3.2.0-135.126_amd64.deb Size: 2927570 SHA256: b943fbbb89056639bf1153c3e35273350fcb8210ca2d42dc16b99faad3433543 SHA1: d947d37f75b8ac547aed671a2d7574565897480b MD5sum: bdd9f298748d5372f46e32413c1a9e71 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.10-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.10-3.2.0-135-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10784 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-135.126 Depends: linux-image-3.2.0-135-virtual Conflicts: linux-backports-modules-cw-3.11-3.2.0-135-virtual, linux-backports-modules-cw-3.12-3.2.0-135-virtual, linux-backports-modules-cw-3.3-3.2.0-135-virtual, linux-backports-modules-cw-3.4-3.2.0-135-virtual, linux-backports-modules-cw-3.5-3.2.0-135-virtual, linux-backports-modules-cw-3.6-3.2.0-135-virtual, linux-backports-modules-cw-3.7-3.2.0-135-virtual, linux-backports-modules-cw-3.8-3.2.0-135-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.10-3.2.0-135-virtual_3.2.0-135.126_amd64.deb Size: 2925924 SHA256: de9d8b6a4e90a44b54cfc7fa95f4aa46df2916a523b29c6f04d39c9b028d0c1d SHA1: cd038e3f8fd29fe4f41d85bacff5b4c93698f937 MD5sum: 6d3d5839571ccf3f96bb12ab16d3d04c Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.10-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.10-3.2.0-136-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10791 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-136.127 Depends: linux-image-3.2.0-136-generic Conflicts: linux-backports-modules-cw-3.11-3.2.0-136-generic, linux-backports-modules-cw-3.12-3.2.0-136-generic, linux-backports-modules-cw-3.3-3.2.0-136-generic, linux-backports-modules-cw-3.4-3.2.0-136-generic, linux-backports-modules-cw-3.5-3.2.0-136-generic, linux-backports-modules-cw-3.6-3.2.0-136-generic, linux-backports-modules-cw-3.7-3.2.0-136-generic, linux-backports-modules-cw-3.8-3.2.0-136-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.10-3.2.0-136-generic_3.2.0-136.127_amd64.deb Size: 2930980 SHA256: 4665cebaeea9aa0986fbe74fc25117c6a8082d9b3f64eac757a8564350a548e1 SHA1: aa14b29b59784679a097442cab224f7f1233736d MD5sum: cefc8587b95e8f7f0e6c08f0aab9dff9 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.10-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.10-3.2.0-136-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10784 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-136.127 Depends: linux-image-3.2.0-136-virtual Conflicts: linux-backports-modules-cw-3.11-3.2.0-136-virtual, linux-backports-modules-cw-3.12-3.2.0-136-virtual, linux-backports-modules-cw-3.3-3.2.0-136-virtual, linux-backports-modules-cw-3.4-3.2.0-136-virtual, linux-backports-modules-cw-3.5-3.2.0-136-virtual, linux-backports-modules-cw-3.6-3.2.0-136-virtual, linux-backports-modules-cw-3.7-3.2.0-136-virtual, linux-backports-modules-cw-3.8-3.2.0-136-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.10-3.2.0-136-virtual_3.2.0-136.127_amd64.deb Size: 2928882 SHA256: 686e32d086e51fce57067fe3438a3ee450d569fad4bcc02bff0cb6f5066c34bf SHA1: 3562f07837c4078145f9bc92b692ea328bf0ba93 MD5sum: 0adbcedde3265b56c198ecc63f51d59b Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.10-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.10-3.2.0-137-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10791 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-137.129 Depends: linux-image-3.2.0-137-generic Conflicts: linux-backports-modules-cw-3.11-3.2.0-137-generic, linux-backports-modules-cw-3.12-3.2.0-137-generic, linux-backports-modules-cw-3.3-3.2.0-137-generic, linux-backports-modules-cw-3.4-3.2.0-137-generic, linux-backports-modules-cw-3.5-3.2.0-137-generic, linux-backports-modules-cw-3.6-3.2.0-137-generic, linux-backports-modules-cw-3.7-3.2.0-137-generic, linux-backports-modules-cw-3.8-3.2.0-137-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.10-3.2.0-137-generic_3.2.0-137.129_amd64.deb Size: 2906230 SHA256: 96c848f788fbda8548536248e65ce8ce4e1c26a3c508ae4fa189e5fe0dd073b9 SHA1: 3f6d28a673c017d43669a6608730489da0072aaf MD5sum: 3495569fb9c61d799edab43f79f34d32 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.10-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.10-3.2.0-137-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10784 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-137.129 Depends: linux-image-3.2.0-137-virtual Conflicts: linux-backports-modules-cw-3.11-3.2.0-137-virtual, linux-backports-modules-cw-3.12-3.2.0-137-virtual, linux-backports-modules-cw-3.3-3.2.0-137-virtual, linux-backports-modules-cw-3.4-3.2.0-137-virtual, linux-backports-modules-cw-3.5-3.2.0-137-virtual, linux-backports-modules-cw-3.6-3.2.0-137-virtual, linux-backports-modules-cw-3.7-3.2.0-137-virtual, linux-backports-modules-cw-3.8-3.2.0-137-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.10-3.2.0-137-virtual_3.2.0-137.129_amd64.deb Size: 2904608 SHA256: 4475fb68aa04c8a589d9bc2ab1905cd51415d239d3e552070d47e486b656b8ef SHA1: 00bdcb40c47deb686dc56851c88260fb2b63585f MD5sum: c2c6d5b3385676c9bb45b80aa760cf8e Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.10-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.10-3.2.0-138-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10791 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-138.130 Depends: linux-image-3.2.0-138-generic Conflicts: linux-backports-modules-cw-3.11-3.2.0-138-generic, linux-backports-modules-cw-3.12-3.2.0-138-generic, linux-backports-modules-cw-3.3-3.2.0-138-generic, linux-backports-modules-cw-3.4-3.2.0-138-generic, linux-backports-modules-cw-3.5-3.2.0-138-generic, linux-backports-modules-cw-3.6-3.2.0-138-generic, linux-backports-modules-cw-3.7-3.2.0-138-generic, linux-backports-modules-cw-3.8-3.2.0-138-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.10-3.2.0-138-generic_3.2.0-138.130_amd64.deb Size: 2941832 SHA256: 33c7d351094acbff824c8ae635432a65eafa78256ec4af41faebc0049c2c238c SHA1: a845625baef869f2353de0ba2fc4e3839c699424 MD5sum: 10db2c0b6de059f58aafbe6f3b38bc17 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.10-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.10-3.2.0-138-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10784 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-138.130 Depends: linux-image-3.2.0-138-virtual Conflicts: linux-backports-modules-cw-3.11-3.2.0-138-virtual, linux-backports-modules-cw-3.12-3.2.0-138-virtual, linux-backports-modules-cw-3.3-3.2.0-138-virtual, linux-backports-modules-cw-3.4-3.2.0-138-virtual, linux-backports-modules-cw-3.5-3.2.0-138-virtual, linux-backports-modules-cw-3.6-3.2.0-138-virtual, linux-backports-modules-cw-3.7-3.2.0-138-virtual, linux-backports-modules-cw-3.8-3.2.0-138-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.10-3.2.0-138-virtual_3.2.0-138.130_amd64.deb Size: 2941110 SHA256: 0fbd35dce12b529c1318fe5b65872c7a3934e8ead78edeb3cb505a627bed082a SHA1: 0adb3a71ea099a6c614d45e721ad8124ee2a0737 MD5sum: 9755254bc0f1bd08bdf9f305ccedf9ba Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.10-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.10-3.2.0-139-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10791 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-139.131 Depends: linux-image-3.2.0-139-generic Conflicts: linux-backports-modules-cw-3.11-3.2.0-139-generic, linux-backports-modules-cw-3.12-3.2.0-139-generic, linux-backports-modules-cw-3.3-3.2.0-139-generic, linux-backports-modules-cw-3.4-3.2.0-139-generic, linux-backports-modules-cw-3.5-3.2.0-139-generic, linux-backports-modules-cw-3.6-3.2.0-139-generic, linux-backports-modules-cw-3.7-3.2.0-139-generic, linux-backports-modules-cw-3.8-3.2.0-139-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.10-3.2.0-139-generic_3.2.0-139.131_amd64.deb Size: 2926302 SHA256: edd3fee845c96d5c065069c884b655e0837242071c7c137fffb20f6179ca361d SHA1: 77af9026c7745e45aa17d4d7585cb58b83ac2e42 MD5sum: dd25736c9200eb6d319caad64c2fec17 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.10-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.10-3.2.0-139-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10784 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-139.131 Depends: linux-image-3.2.0-139-virtual Conflicts: linux-backports-modules-cw-3.11-3.2.0-139-virtual, linux-backports-modules-cw-3.12-3.2.0-139-virtual, linux-backports-modules-cw-3.3-3.2.0-139-virtual, linux-backports-modules-cw-3.4-3.2.0-139-virtual, linux-backports-modules-cw-3.5-3.2.0-139-virtual, linux-backports-modules-cw-3.6-3.2.0-139-virtual, linux-backports-modules-cw-3.7-3.2.0-139-virtual, linux-backports-modules-cw-3.8-3.2.0-139-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.10-3.2.0-139-virtual_3.2.0-139.131_amd64.deb Size: 2925266 SHA256: 16b7a76eec511c99d71c85f0473956e7d6c76698acd14cb86a4501a176c25181 SHA1: cd7ccedb949cadadbec872cd3943fabdab9ae387 MD5sum: d3c216d7cd953f1bdc802a2a7f50bad1 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.10-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.10-3.2.0-140-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10791 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-140.132 Depends: linux-image-3.2.0-140-generic Conflicts: linux-backports-modules-cw-3.11-3.2.0-140-generic, linux-backports-modules-cw-3.12-3.2.0-140-generic, linux-backports-modules-cw-3.3-3.2.0-140-generic, linux-backports-modules-cw-3.4-3.2.0-140-generic, linux-backports-modules-cw-3.5-3.2.0-140-generic, linux-backports-modules-cw-3.6-3.2.0-140-generic, linux-backports-modules-cw-3.7-3.2.0-140-generic, linux-backports-modules-cw-3.8-3.2.0-140-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.10-3.2.0-140-generic_3.2.0-140.132_amd64.deb Size: 2913224 SHA256: cd84dbcf4a59b7d259a367150739d8f75baaef27f5e821209fa96b232692dbfb SHA1: 7936879ac7b9daa4865a0e34b9b2ec30616bf62f MD5sum: 060bd95a0fce6a5e2df4485ac384719f Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.10-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.10-3.2.0-140-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10784 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-140.132 Depends: linux-image-3.2.0-140-virtual Conflicts: linux-backports-modules-cw-3.11-3.2.0-140-virtual, linux-backports-modules-cw-3.12-3.2.0-140-virtual, linux-backports-modules-cw-3.3-3.2.0-140-virtual, linux-backports-modules-cw-3.4-3.2.0-140-virtual, linux-backports-modules-cw-3.5-3.2.0-140-virtual, linux-backports-modules-cw-3.6-3.2.0-140-virtual, linux-backports-modules-cw-3.7-3.2.0-140-virtual, linux-backports-modules-cw-3.8-3.2.0-140-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.10-3.2.0-140-virtual_3.2.0-140.132_amd64.deb Size: 2913380 SHA256: 52eed06f477969798119a713b25aba4b558e0a0516269c8778f77d3c163024c9 SHA1: e127d10bd233b183389e676043bc99f53e66bef7 MD5sum: 42f525d1500f7a19b9e4be6e66c7688b Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.10-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.10-3.2.0-141-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10791 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-141.133 Depends: linux-image-3.2.0-141-generic Conflicts: linux-backports-modules-cw-3.11-3.2.0-141-generic, linux-backports-modules-cw-3.12-3.2.0-141-generic, linux-backports-modules-cw-3.3-3.2.0-141-generic, linux-backports-modules-cw-3.4-3.2.0-141-generic, linux-backports-modules-cw-3.5-3.2.0-141-generic, linux-backports-modules-cw-3.6-3.2.0-141-generic, linux-backports-modules-cw-3.7-3.2.0-141-generic, linux-backports-modules-cw-3.8-3.2.0-141-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.10-3.2.0-141-generic_3.2.0-141.133_amd64.deb Size: 2937402 SHA256: 76b7bf2997a23e8d945571cac465de01ee0c1361541edf9296e07897efe3665c SHA1: 1ed16a1ac91703fbc0bbdfb380f30867cb8e170c MD5sum: 8fc58ef98ec3ef3fb5f10781af18c9fe Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.10-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.10-3.2.0-141-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10784 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-141.133 Depends: linux-image-3.2.0-141-virtual Conflicts: linux-backports-modules-cw-3.11-3.2.0-141-virtual, linux-backports-modules-cw-3.12-3.2.0-141-virtual, linux-backports-modules-cw-3.3-3.2.0-141-virtual, linux-backports-modules-cw-3.4-3.2.0-141-virtual, linux-backports-modules-cw-3.5-3.2.0-141-virtual, linux-backports-modules-cw-3.6-3.2.0-141-virtual, linux-backports-modules-cw-3.7-3.2.0-141-virtual, linux-backports-modules-cw-3.8-3.2.0-141-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.10-3.2.0-141-virtual_3.2.0-141.133_amd64.deb Size: 2936162 SHA256: e14b5258b4884c15e53e1b0a4147985d737a3919de765ef62047c71506a9e7c7 SHA1: 1a189b4e69fb8d20bb6286bca0bce6c117e9423f MD5sum: 40089defe5a7831e9a87c8ce86e0c09c Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.10-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.10-3.2.0-142-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10791 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-142.134 Depends: linux-image-3.2.0-142-generic Conflicts: linux-backports-modules-cw-3.11-3.2.0-142-generic, linux-backports-modules-cw-3.12-3.2.0-142-generic, linux-backports-modules-cw-3.3-3.2.0-142-generic, linux-backports-modules-cw-3.4-3.2.0-142-generic, linux-backports-modules-cw-3.5-3.2.0-142-generic, linux-backports-modules-cw-3.6-3.2.0-142-generic, linux-backports-modules-cw-3.7-3.2.0-142-generic, linux-backports-modules-cw-3.8-3.2.0-142-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.10-3.2.0-142-generic_3.2.0-142.134_amd64.deb Size: 2917794 SHA256: f62171c9dc071d37bf2f637a793d0a8e1adc1c02b2061c07ce0b24cf1af37cab SHA1: 23bd10c39cd3ff3adeed264207bb49fdd328320c MD5sum: cbb31ff26c76d971d6de47886966389a Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.10-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.10-3.2.0-142-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10784 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-142.134 Depends: linux-image-3.2.0-142-virtual Conflicts: linux-backports-modules-cw-3.11-3.2.0-142-virtual, linux-backports-modules-cw-3.12-3.2.0-142-virtual, linux-backports-modules-cw-3.3-3.2.0-142-virtual, linux-backports-modules-cw-3.4-3.2.0-142-virtual, linux-backports-modules-cw-3.5-3.2.0-142-virtual, linux-backports-modules-cw-3.6-3.2.0-142-virtual, linux-backports-modules-cw-3.7-3.2.0-142-virtual, linux-backports-modules-cw-3.8-3.2.0-142-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.10-3.2.0-142-virtual_3.2.0-142.134_amd64.deb Size: 2916976 SHA256: 00ef3853d98ff1f87af778a3b99e9c827b1f1e4fca7f20d188577f6cbfebf1f2 SHA1: 6e2a1a74ee7b1c30ba644c894cb9306591f4433c MD5sum: adeac65e55ecad0c1af1bb33e4a05822 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.10-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.10-3.2.0-143-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10791 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-143.135 Depends: linux-image-3.2.0-143-generic Conflicts: linux-backports-modules-cw-3.11-3.2.0-143-generic, linux-backports-modules-cw-3.12-3.2.0-143-generic, linux-backports-modules-cw-3.3-3.2.0-143-generic, linux-backports-modules-cw-3.4-3.2.0-143-generic, linux-backports-modules-cw-3.5-3.2.0-143-generic, linux-backports-modules-cw-3.6-3.2.0-143-generic, linux-backports-modules-cw-3.7-3.2.0-143-generic, linux-backports-modules-cw-3.8-3.2.0-143-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.10-3.2.0-143-generic_3.2.0-143.135_amd64.deb Size: 2904630 SHA256: db0dc0052cdcbcd785f8e0eaeaddabdd522edf2a8ec466a6a62bc0be65a81b20 SHA1: 4810cd0ad977e7fa4a0f1f01b0e256172b340f73 MD5sum: 331ec050cc28a984a4ac8bea31d12215 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.10-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.10-3.2.0-143-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10784 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-143.135 Depends: linux-image-3.2.0-143-virtual Conflicts: linux-backports-modules-cw-3.11-3.2.0-143-virtual, linux-backports-modules-cw-3.12-3.2.0-143-virtual, linux-backports-modules-cw-3.3-3.2.0-143-virtual, linux-backports-modules-cw-3.4-3.2.0-143-virtual, linux-backports-modules-cw-3.5-3.2.0-143-virtual, linux-backports-modules-cw-3.6-3.2.0-143-virtual, linux-backports-modules-cw-3.7-3.2.0-143-virtual, linux-backports-modules-cw-3.8-3.2.0-143-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.10-3.2.0-143-virtual_3.2.0-143.135_amd64.deb Size: 2903310 SHA256: 1298d2d7fb1bced0749e9eb1dbd040fee091710e94c167cfa5b6fd9a20ccd385 SHA1: 4ec404591be1ea600fcf13e9381129e860d60113 MD5sum: 66e92cf0072a8a1896ad800e226bfb34 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.10-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.10-3.2.0-144-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10791 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-144.136 Depends: linux-image-3.2.0-144-generic Conflicts: linux-backports-modules-cw-3.11-3.2.0-144-generic, linux-backports-modules-cw-3.12-3.2.0-144-generic, linux-backports-modules-cw-3.3-3.2.0-144-generic, linux-backports-modules-cw-3.4-3.2.0-144-generic, linux-backports-modules-cw-3.5-3.2.0-144-generic, linux-backports-modules-cw-3.6-3.2.0-144-generic, linux-backports-modules-cw-3.7-3.2.0-144-generic, linux-backports-modules-cw-3.8-3.2.0-144-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.10-3.2.0-144-generic_3.2.0-144.136_amd64.deb Size: 2927570 SHA256: 74ebbf5a05b54aa3d45865e5292a534bbb326a634f438f5f44ae5ed4655bc201 SHA1: ba9b76c0e010bdacece8a922a4c0e2053e18f9d2 MD5sum: 58eb1575baba57029efcf104d571d4a6 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.10-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.10-3.2.0-144-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10784 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-144.136 Depends: linux-image-3.2.0-144-virtual Conflicts: linux-backports-modules-cw-3.11-3.2.0-144-virtual, linux-backports-modules-cw-3.12-3.2.0-144-virtual, linux-backports-modules-cw-3.3-3.2.0-144-virtual, linux-backports-modules-cw-3.4-3.2.0-144-virtual, linux-backports-modules-cw-3.5-3.2.0-144-virtual, linux-backports-modules-cw-3.6-3.2.0-144-virtual, linux-backports-modules-cw-3.7-3.2.0-144-virtual, linux-backports-modules-cw-3.8-3.2.0-144-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.10-3.2.0-144-virtual_3.2.0-144.136_amd64.deb Size: 2927964 SHA256: 723b1b3df835e93c7e1b9ed0dd4d8f06f29e1fa75b3981f86e3636bceca6c293 SHA1: 1ff3a8cb0819c1c53c9e4b57965fab8048f5334d MD5sum: 73ce6d78689914da325f313a79d39400 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.10-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.10-3.2.0-147-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10791 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-147.138 Depends: linux-image-3.2.0-147-generic Conflicts: linux-backports-modules-cw-3.11-3.2.0-147-generic, linux-backports-modules-cw-3.12-3.2.0-147-generic, linux-backports-modules-cw-3.3-3.2.0-147-generic, linux-backports-modules-cw-3.4-3.2.0-147-generic, linux-backports-modules-cw-3.5-3.2.0-147-generic, linux-backports-modules-cw-3.6-3.2.0-147-generic, linux-backports-modules-cw-3.7-3.2.0-147-generic, linux-backports-modules-cw-3.8-3.2.0-147-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.10-3.2.0-147-generic_3.2.0-147.138_amd64.deb Size: 2934076 SHA256: 7f002e379daed6c809b99d804d2593441f04ce0be00e8e695b71a0af409c59ea SHA1: af2258041a0c115f5e877444729cb2221490b9db MD5sum: 06c3f633831b682e85cc98fc66996b61 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.10-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.10-3.2.0-147-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10784 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-147.138 Depends: linux-image-3.2.0-147-virtual Conflicts: linux-backports-modules-cw-3.11-3.2.0-147-virtual, linux-backports-modules-cw-3.12-3.2.0-147-virtual, linux-backports-modules-cw-3.3-3.2.0-147-virtual, linux-backports-modules-cw-3.4-3.2.0-147-virtual, linux-backports-modules-cw-3.5-3.2.0-147-virtual, linux-backports-modules-cw-3.6-3.2.0-147-virtual, linux-backports-modules-cw-3.7-3.2.0-147-virtual, linux-backports-modules-cw-3.8-3.2.0-147-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.10-3.2.0-147-virtual_3.2.0-147.138_amd64.deb Size: 2932182 SHA256: 5ff246edd595f259f85f833881044e4acc980d0234bb365dd5b7521575a3677a SHA1: eaf0793d89cab82cdcaaa390320f3f9e67865aaf MD5sum: 2df33d2181587e28d23497f1a5cb982c Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.10-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.10-3.2.0-148-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10791 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-148.139 Depends: linux-image-3.2.0-148-generic Conflicts: linux-backports-modules-cw-3.11-3.2.0-148-generic, linux-backports-modules-cw-3.12-3.2.0-148-generic, linux-backports-modules-cw-3.3-3.2.0-148-generic, linux-backports-modules-cw-3.4-3.2.0-148-generic, linux-backports-modules-cw-3.5-3.2.0-148-generic, linux-backports-modules-cw-3.6-3.2.0-148-generic, linux-backports-modules-cw-3.7-3.2.0-148-generic, linux-backports-modules-cw-3.8-3.2.0-148-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.10-3.2.0-148-generic_3.2.0-148.139_amd64.deb Size: 2921658 SHA256: 6c9b2ecde3d11e754e7e1c6f281c7d96d0aeb7e4329ea4414d3cce5cd9d4d649 SHA1: ada5acfed45166b8a42e6dd78af04b48377904b2 MD5sum: fa55f814b103dd0d8e0c0c236321e02c Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.10-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.10-3.2.0-148-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10784 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-148.139 Depends: linux-image-3.2.0-148-virtual Conflicts: linux-backports-modules-cw-3.11-3.2.0-148-virtual, linux-backports-modules-cw-3.12-3.2.0-148-virtual, linux-backports-modules-cw-3.3-3.2.0-148-virtual, linux-backports-modules-cw-3.4-3.2.0-148-virtual, linux-backports-modules-cw-3.5-3.2.0-148-virtual, linux-backports-modules-cw-3.6-3.2.0-148-virtual, linux-backports-modules-cw-3.7-3.2.0-148-virtual, linux-backports-modules-cw-3.8-3.2.0-148-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.10-3.2.0-148-virtual_3.2.0-148.139_amd64.deb Size: 2920894 SHA256: 02b00bc9cfe409e8c3f9e8cd43c7b785d9e9537977e8b38cf8825741d2999766 SHA1: bd572a91ab2dd8d8434eae66e8fc97b983cc0d58 MD5sum: 2fc9b78d87cf502e80bfbdd976a19870 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.10-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.10-3.2.0-149-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10791 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-149.140 Depends: linux-image-3.2.0-149-generic Conflicts: linux-backports-modules-cw-3.11-3.2.0-149-generic, linux-backports-modules-cw-3.12-3.2.0-149-generic, linux-backports-modules-cw-3.3-3.2.0-149-generic, linux-backports-modules-cw-3.4-3.2.0-149-generic, linux-backports-modules-cw-3.5-3.2.0-149-generic, linux-backports-modules-cw-3.6-3.2.0-149-generic, linux-backports-modules-cw-3.7-3.2.0-149-generic, linux-backports-modules-cw-3.8-3.2.0-149-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.10-3.2.0-149-generic_3.2.0-149.140_amd64.deb Size: 2923798 SHA256: 8fddc5076eaecbbc7d62e466beb5e7344f10f5fcfb44a66ec8235ffa61a7aec4 SHA1: 901db4d3573831bf42cbafc30fe2fbcd8c941747 MD5sum: d0c6b522fd7ddd49959940b6c7b7760f Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.10-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.10-3.2.0-149-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10784 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-149.140 Depends: linux-image-3.2.0-149-virtual Conflicts: linux-backports-modules-cw-3.11-3.2.0-149-virtual, linux-backports-modules-cw-3.12-3.2.0-149-virtual, linux-backports-modules-cw-3.3-3.2.0-149-virtual, linux-backports-modules-cw-3.4-3.2.0-149-virtual, linux-backports-modules-cw-3.5-3.2.0-149-virtual, linux-backports-modules-cw-3.6-3.2.0-149-virtual, linux-backports-modules-cw-3.7-3.2.0-149-virtual, linux-backports-modules-cw-3.8-3.2.0-149-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.10-3.2.0-149-virtual_3.2.0-149.140_amd64.deb Size: 2922178 SHA256: ab3b0937ea24b62249adbf5098168428ec292d395b647bb1f710606ec9d4454a SHA1: 7703ebb5ccd63cca55b516686b08b7a3b00429e6 MD5sum: 7ae4d3a9c608d71ed720f92efe2a47eb Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.10-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.10-3.2.0-150-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10791 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-150.141 Depends: linux-image-3.2.0-150-generic Conflicts: linux-backports-modules-cw-3.11-3.2.0-150-generic, linux-backports-modules-cw-3.12-3.2.0-150-generic, linux-backports-modules-cw-3.3-3.2.0-150-generic, linux-backports-modules-cw-3.4-3.2.0-150-generic, linux-backports-modules-cw-3.5-3.2.0-150-generic, linux-backports-modules-cw-3.6-3.2.0-150-generic, linux-backports-modules-cw-3.7-3.2.0-150-generic, linux-backports-modules-cw-3.8-3.2.0-150-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.10-3.2.0-150-generic_3.2.0-150.141_amd64.deb Size: 2906922 SHA256: a12feeb3e07e7cb696c0f193e7df8e04bd1727a4ccf63398aeca03e772037198 SHA1: afd4d75bc65e10e936adaacaeecca30e0f3bdd0e MD5sum: 5b0edae28533b11def624f15acc22b1d Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.10-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.10-3.2.0-150-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10784 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-150.141 Depends: linux-image-3.2.0-150-virtual Conflicts: linux-backports-modules-cw-3.11-3.2.0-150-virtual, linux-backports-modules-cw-3.12-3.2.0-150-virtual, linux-backports-modules-cw-3.3-3.2.0-150-virtual, linux-backports-modules-cw-3.4-3.2.0-150-virtual, linux-backports-modules-cw-3.5-3.2.0-150-virtual, linux-backports-modules-cw-3.6-3.2.0-150-virtual, linux-backports-modules-cw-3.7-3.2.0-150-virtual, linux-backports-modules-cw-3.8-3.2.0-150-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.10-3.2.0-150-virtual_3.2.0-150.141_amd64.deb Size: 2904648 SHA256: 3ff99cf84f1f15f64d0d733cb86903b64d207d1d15c9dae78751332479a84800 SHA1: 9f4c8f510d47963acbf8f581b3c94b197afa78ba MD5sum: 4c49c93c3f87269de21cb5147ebea1b5 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.10-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.10-precise-generic Source: linux-meta Priority: optional Section: devel Installed-Size: 34 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0.150.164 Depends: linux-backports-modules-cw-3.10-3.2.0-150-generic Filename: pool/main/l/linux-meta/linux-backports-modules-cw-3.10-precise-generic_3.2.0.150.164_amd64.deb Size: 2530 SHA256: 83f30d9bcfcf5c8f2d9aac383d9d9ac529feb799511244aa602e12e93e7dd4b5 SHA1: 30ee802a5fc01058fefa226b1cbb790b7c1952d2 MD5sum: c06c65b604d432f62064f97263ec7f5c Description: 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-cw-3.11-3.2.0-128-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10936 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-128.119 Depends: linux-image-3.2.0-128-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-128-generic, linux-backports-modules-cw-3.12-3.2.0-128-generic, linux-backports-modules-cw-3.3-3.2.0-128-generic, linux-backports-modules-cw-3.4-3.2.0-128-generic, linux-backports-modules-cw-3.5-3.2.0-128-generic, linux-backports-modules-cw-3.6-3.2.0-128-generic, linux-backports-modules-cw-3.7-3.2.0-128-generic, linux-backports-modules-cw-3.8-3.2.0-128-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.11-3.2.0-128-generic_3.2.0-128.119_amd64.deb Size: 2944402 SHA256: 5b5298bcc5834c42deb206e2befee026f433eac1c0038157ab7b11e3f5304ce6 SHA1: 948d1a4fd8381ae420f54217bd87a7086bc72b4c MD5sum: f1e93f105472767453fa5f9f733deb41 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.11-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.11-3.2.0-128-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10928 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-128.119 Depends: linux-image-3.2.0-128-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-128-virtual, linux-backports-modules-cw-3.12-3.2.0-128-virtual, linux-backports-modules-cw-3.3-3.2.0-128-virtual, linux-backports-modules-cw-3.4-3.2.0-128-virtual, linux-backports-modules-cw-3.5-3.2.0-128-virtual, linux-backports-modules-cw-3.6-3.2.0-128-virtual, linux-backports-modules-cw-3.7-3.2.0-128-virtual, linux-backports-modules-cw-3.8-3.2.0-128-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.11-3.2.0-128-virtual_3.2.0-128.119_amd64.deb Size: 2943584 SHA256: fb7bdd1c79b7033441161a53106953e3cdb329fcbe6fd19a5c45598bca884307 SHA1: a527853b84e9732bf7e20d743b94611233db35aa MD5sum: c67899f73c83d49339a7f652d375165c Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.11-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.11-3.2.0-129-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10936 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-129.120 Depends: linux-image-3.2.0-129-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-129-generic, linux-backports-modules-cw-3.12-3.2.0-129-generic, linux-backports-modules-cw-3.3-3.2.0-129-generic, linux-backports-modules-cw-3.4-3.2.0-129-generic, linux-backports-modules-cw-3.5-3.2.0-129-generic, linux-backports-modules-cw-3.6-3.2.0-129-generic, linux-backports-modules-cw-3.7-3.2.0-129-generic, linux-backports-modules-cw-3.8-3.2.0-129-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.11-3.2.0-129-generic_3.2.0-129.120_amd64.deb Size: 2946490 SHA256: ec9d989c423051dea83d83380de3634f8c8ae1b6bda146b1512205acdd5cd3a8 SHA1: 05a644b5c6914710611534a2df070c60fe61f008 MD5sum: 267b4d64e2a0c7f613eb62e77dd5e0f1 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.11-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.11-3.2.0-129-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10928 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-129.120 Depends: linux-image-3.2.0-129-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-129-virtual, linux-backports-modules-cw-3.12-3.2.0-129-virtual, linux-backports-modules-cw-3.3-3.2.0-129-virtual, linux-backports-modules-cw-3.4-3.2.0-129-virtual, linux-backports-modules-cw-3.5-3.2.0-129-virtual, linux-backports-modules-cw-3.6-3.2.0-129-virtual, linux-backports-modules-cw-3.7-3.2.0-129-virtual, linux-backports-modules-cw-3.8-3.2.0-129-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.11-3.2.0-129-virtual_3.2.0-129.120_amd64.deb Size: 2946192 SHA256: 3fc43801d430c4a2e16fff290cd213559d52487f2705f7eeb1172e1a1676912c SHA1: 51b854339137fc926569afa6db153b3147695279 MD5sum: 4b19f4064e2c5c81a97966f3edeff6fd Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.11-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.11-3.2.0-130-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10936 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-130.121 Depends: linux-image-3.2.0-130-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-130-generic, linux-backports-modules-cw-3.12-3.2.0-130-generic, linux-backports-modules-cw-3.3-3.2.0-130-generic, linux-backports-modules-cw-3.4-3.2.0-130-generic, linux-backports-modules-cw-3.5-3.2.0-130-generic, linux-backports-modules-cw-3.6-3.2.0-130-generic, linux-backports-modules-cw-3.7-3.2.0-130-generic, linux-backports-modules-cw-3.8-3.2.0-130-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.11-3.2.0-130-generic_3.2.0-130.121_amd64.deb Size: 2968118 SHA256: dcadd4f486957786f378e8ff73f117549207a05af2e91fbcb5a00a6cb118aea5 SHA1: 93b71dde5d039609f3c079eabe3576c7a06d993c MD5sum: 387b47df226afe068133048ba6f62433 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.11-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.11-3.2.0-130-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10928 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-130.121 Depends: linux-image-3.2.0-130-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-130-virtual, linux-backports-modules-cw-3.12-3.2.0-130-virtual, linux-backports-modules-cw-3.3-3.2.0-130-virtual, linux-backports-modules-cw-3.4-3.2.0-130-virtual, linux-backports-modules-cw-3.5-3.2.0-130-virtual, linux-backports-modules-cw-3.6-3.2.0-130-virtual, linux-backports-modules-cw-3.7-3.2.0-130-virtual, linux-backports-modules-cw-3.8-3.2.0-130-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.11-3.2.0-130-virtual_3.2.0-130.121_amd64.deb Size: 2967076 SHA256: 8322fa629fd52c4f356299cf826d3c170258e6b29d3c7077bf99004059886a2a SHA1: 50bc128872e3c221fefbd4c8e2ee824d766feec0 MD5sum: bd6c58faf3035d25f074cc7a1cd09f4c Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.11-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.11-3.2.0-131-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10936 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-131.122 Depends: linux-image-3.2.0-131-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-131-generic, linux-backports-modules-cw-3.12-3.2.0-131-generic, linux-backports-modules-cw-3.3-3.2.0-131-generic, linux-backports-modules-cw-3.4-3.2.0-131-generic, linux-backports-modules-cw-3.5-3.2.0-131-generic, linux-backports-modules-cw-3.6-3.2.0-131-generic, linux-backports-modules-cw-3.7-3.2.0-131-generic, linux-backports-modules-cw-3.8-3.2.0-131-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.11-3.2.0-131-generic_3.2.0-131.122_amd64.deb Size: 2965720 SHA256: 1c300d6af8374c989c73a341c20ce34c452d9158a0af06764f6630687a79dea5 SHA1: 091f52cf89aa13efa7e5dda350d2c7217bbd75bd MD5sum: 4b13f985093d935b96ca2e6256a87714 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.11-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.11-3.2.0-131-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10928 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-131.122 Depends: linux-image-3.2.0-131-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-131-virtual, linux-backports-modules-cw-3.12-3.2.0-131-virtual, linux-backports-modules-cw-3.3-3.2.0-131-virtual, linux-backports-modules-cw-3.4-3.2.0-131-virtual, linux-backports-modules-cw-3.5-3.2.0-131-virtual, linux-backports-modules-cw-3.6-3.2.0-131-virtual, linux-backports-modules-cw-3.7-3.2.0-131-virtual, linux-backports-modules-cw-3.8-3.2.0-131-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.11-3.2.0-131-virtual_3.2.0-131.122_amd64.deb Size: 2965100 SHA256: 7c9bb53d15384f46b5cd61b29360873921e59647fe1e596ac3b25af472ea8888 SHA1: f68cb66eea6a1d72a5e8a5ac8c153cca3371c50b MD5sum: bc0f8e57dd535b799343dda065cbb881 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.11-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.11-3.2.0-132-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10936 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-132.123 Depends: linux-image-3.2.0-132-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-132-generic, linux-backports-modules-cw-3.12-3.2.0-132-generic, linux-backports-modules-cw-3.3-3.2.0-132-generic, linux-backports-modules-cw-3.4-3.2.0-132-generic, linux-backports-modules-cw-3.5-3.2.0-132-generic, linux-backports-modules-cw-3.6-3.2.0-132-generic, linux-backports-modules-cw-3.7-3.2.0-132-generic, linux-backports-modules-cw-3.8-3.2.0-132-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.11-3.2.0-132-generic_3.2.0-132.123_amd64.deb Size: 2947714 SHA256: 9853389e465e425414bae6271804d4e55f7459cc5afe7dddff357acd606fd895 SHA1: 91dae3ffa6260277cce9ed1e43e99c00ce125c40 MD5sum: 64d452986f2d12d07f623d8f3ae9713c Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.11-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.11-3.2.0-132-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10928 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-132.123 Depends: linux-image-3.2.0-132-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-132-virtual, linux-backports-modules-cw-3.12-3.2.0-132-virtual, linux-backports-modules-cw-3.3-3.2.0-132-virtual, linux-backports-modules-cw-3.4-3.2.0-132-virtual, linux-backports-modules-cw-3.5-3.2.0-132-virtual, linux-backports-modules-cw-3.6-3.2.0-132-virtual, linux-backports-modules-cw-3.7-3.2.0-132-virtual, linux-backports-modules-cw-3.8-3.2.0-132-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.11-3.2.0-132-virtual_3.2.0-132.123_amd64.deb Size: 2945642 SHA256: 69568f048934796c88408f972f169ec6f1de0a5db334fb167910f00b52f7fb01 SHA1: 67170bbc08df7cdbddf13d49b9646e9f3eba8a5b MD5sum: bd1e7d05049634a3e715c5f0b6163e61 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.11-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.11-3.2.0-133-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10936 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-133.124 Depends: linux-image-3.2.0-133-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-133-generic, linux-backports-modules-cw-3.12-3.2.0-133-generic, linux-backports-modules-cw-3.3-3.2.0-133-generic, linux-backports-modules-cw-3.4-3.2.0-133-generic, linux-backports-modules-cw-3.5-3.2.0-133-generic, linux-backports-modules-cw-3.6-3.2.0-133-generic, linux-backports-modules-cw-3.7-3.2.0-133-generic, linux-backports-modules-cw-3.8-3.2.0-133-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.11-3.2.0-133-generic_3.2.0-133.124_amd64.deb Size: 2947176 SHA256: 689ede32906795453c4caa59df89297195b8dd5f560a2d3183eb7edb9b078fdc SHA1: 934d5a06a3176e651c9f9893c439724084c86906 MD5sum: 781be1a3bf2af69294abaf3b942ca3b2 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.11-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.11-3.2.0-133-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10928 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-133.124 Depends: linux-image-3.2.0-133-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-133-virtual, linux-backports-modules-cw-3.12-3.2.0-133-virtual, linux-backports-modules-cw-3.3-3.2.0-133-virtual, linux-backports-modules-cw-3.4-3.2.0-133-virtual, linux-backports-modules-cw-3.5-3.2.0-133-virtual, linux-backports-modules-cw-3.6-3.2.0-133-virtual, linux-backports-modules-cw-3.7-3.2.0-133-virtual, linux-backports-modules-cw-3.8-3.2.0-133-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.11-3.2.0-133-virtual_3.2.0-133.124_amd64.deb Size: 2946044 SHA256: 609d3bf88d9e383fb4d7c639f25d43b1e2bbe7270badc8a8cb5f549fd06612e9 SHA1: cdbf62d8787a2abd67f8f709840787d557cde678 MD5sum: 689c9a2c722e6f00354a373111046835 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.11-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.11-3.2.0-134-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10936 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-134.125 Depends: linux-image-3.2.0-134-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-134-generic, linux-backports-modules-cw-3.12-3.2.0-134-generic, linux-backports-modules-cw-3.3-3.2.0-134-generic, linux-backports-modules-cw-3.4-3.2.0-134-generic, linux-backports-modules-cw-3.5-3.2.0-134-generic, linux-backports-modules-cw-3.6-3.2.0-134-generic, linux-backports-modules-cw-3.7-3.2.0-134-generic, linux-backports-modules-cw-3.8-3.2.0-134-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.11-3.2.0-134-generic_3.2.0-134.125_amd64.deb Size: 2946374 SHA256: 2079dddd58b3972051be09b03dd762f848d1a371480969a051f5ea22b18f701f SHA1: c74d9313d73d919a7f1d38d6844809eaa82dfa0c MD5sum: 542f1f29f968d7b90fca076b81551ea1 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.11-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.11-3.2.0-134-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10928 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-134.125 Depends: linux-image-3.2.0-134-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-134-virtual, linux-backports-modules-cw-3.12-3.2.0-134-virtual, linux-backports-modules-cw-3.3-3.2.0-134-virtual, linux-backports-modules-cw-3.4-3.2.0-134-virtual, linux-backports-modules-cw-3.5-3.2.0-134-virtual, linux-backports-modules-cw-3.6-3.2.0-134-virtual, linux-backports-modules-cw-3.7-3.2.0-134-virtual, linux-backports-modules-cw-3.8-3.2.0-134-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.11-3.2.0-134-virtual_3.2.0-134.125_amd64.deb Size: 2945514 SHA256: c084475c71301d16eec06ddc2e42e0a8ef567e99725fc8f4ad703d428b85930b SHA1: 05baa68c119333123805a52a8b7eea41f720c2d9 MD5sum: a7f6dfb09a511229e82a6d58ea46acf4 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.11-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.11-3.2.0-135-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10936 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-135.126 Depends: linux-image-3.2.0-135-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-135-generic, linux-backports-modules-cw-3.12-3.2.0-135-generic, linux-backports-modules-cw-3.3-3.2.0-135-generic, linux-backports-modules-cw-3.4-3.2.0-135-generic, linux-backports-modules-cw-3.5-3.2.0-135-generic, linux-backports-modules-cw-3.6-3.2.0-135-generic, linux-backports-modules-cw-3.7-3.2.0-135-generic, linux-backports-modules-cw-3.8-3.2.0-135-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.11-3.2.0-135-generic_3.2.0-135.126_amd64.deb Size: 2947020 SHA256: 8f8046cfa998cc752d62fbc1c5dc788007f774cdd7a016313eb19d663c468cef SHA1: 858a0d512390e66c5d61c60a7d7027a77b4f246c MD5sum: 0ae007de3f855ece84feca3ca6c6c6b7 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.11-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.11-3.2.0-135-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10928 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-135.126 Depends: linux-image-3.2.0-135-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-135-virtual, linux-backports-modules-cw-3.12-3.2.0-135-virtual, linux-backports-modules-cw-3.3-3.2.0-135-virtual, linux-backports-modules-cw-3.4-3.2.0-135-virtual, linux-backports-modules-cw-3.5-3.2.0-135-virtual, linux-backports-modules-cw-3.6-3.2.0-135-virtual, linux-backports-modules-cw-3.7-3.2.0-135-virtual, linux-backports-modules-cw-3.8-3.2.0-135-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.11-3.2.0-135-virtual_3.2.0-135.126_amd64.deb Size: 2944936 SHA256: 4c89e94913238e68b1af03a02c48940af8e4f8908f9f48cd292a421f9e6dd09e SHA1: f977266bbbea4191d296e9e2a728d79827871438 MD5sum: f9d80b5190589d3099527d2f7ab4d78f Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.11-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.11-3.2.0-136-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10936 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-136.127 Depends: linux-image-3.2.0-136-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-136-generic, linux-backports-modules-cw-3.12-3.2.0-136-generic, linux-backports-modules-cw-3.3-3.2.0-136-generic, linux-backports-modules-cw-3.4-3.2.0-136-generic, linux-backports-modules-cw-3.5-3.2.0-136-generic, linux-backports-modules-cw-3.6-3.2.0-136-generic, linux-backports-modules-cw-3.7-3.2.0-136-generic, linux-backports-modules-cw-3.8-3.2.0-136-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.11-3.2.0-136-generic_3.2.0-136.127_amd64.deb Size: 2963778 SHA256: 4c300d0223ba45090a917a023f55316e000fd8402d991b896412c5dbb9538e2a SHA1: e627b1f38b9ec91cbd5d329bcb04589fcec0895a MD5sum: 96c11824d3e605b48bb25e3eb8f20feb Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.11-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.11-3.2.0-136-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10928 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-136.127 Depends: linux-image-3.2.0-136-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-136-virtual, linux-backports-modules-cw-3.12-3.2.0-136-virtual, linux-backports-modules-cw-3.3-3.2.0-136-virtual, linux-backports-modules-cw-3.4-3.2.0-136-virtual, linux-backports-modules-cw-3.5-3.2.0-136-virtual, linux-backports-modules-cw-3.6-3.2.0-136-virtual, linux-backports-modules-cw-3.7-3.2.0-136-virtual, linux-backports-modules-cw-3.8-3.2.0-136-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.11-3.2.0-136-virtual_3.2.0-136.127_amd64.deb Size: 2961934 SHA256: 6392f559e7cfac826a09dcac36dfcf7f9edb33f50a5fab772a59c804f1f1dcf8 SHA1: 1f7c696b9e48192ae3adf04dfe4741b9afd94fd9 MD5sum: 6b1b86ca3a4b9993e5b708eb862d065b Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.11-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.11-3.2.0-137-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10936 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-137.129 Depends: linux-image-3.2.0-137-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-137-generic, linux-backports-modules-cw-3.12-3.2.0-137-generic, linux-backports-modules-cw-3.3-3.2.0-137-generic, linux-backports-modules-cw-3.4-3.2.0-137-generic, linux-backports-modules-cw-3.5-3.2.0-137-generic, linux-backports-modules-cw-3.6-3.2.0-137-generic, linux-backports-modules-cw-3.7-3.2.0-137-generic, linux-backports-modules-cw-3.8-3.2.0-137-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.11-3.2.0-137-generic_3.2.0-137.129_amd64.deb Size: 2934398 SHA256: a7be25d5e3f9af0809e28ce5730f3a1b900a0d2be568cdd99ef784b9e3ee9f15 SHA1: 9449c0ae7710898620586d725991275cee785b81 MD5sum: dee940a66247e9e44de877401bfca473 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.11-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.11-3.2.0-137-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10928 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-137.129 Depends: linux-image-3.2.0-137-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-137-virtual, linux-backports-modules-cw-3.12-3.2.0-137-virtual, linux-backports-modules-cw-3.3-3.2.0-137-virtual, linux-backports-modules-cw-3.4-3.2.0-137-virtual, linux-backports-modules-cw-3.5-3.2.0-137-virtual, linux-backports-modules-cw-3.6-3.2.0-137-virtual, linux-backports-modules-cw-3.7-3.2.0-137-virtual, linux-backports-modules-cw-3.8-3.2.0-137-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.11-3.2.0-137-virtual_3.2.0-137.129_amd64.deb Size: 2933206 SHA256: d47e896dbf06b24a6dcda1dfdd1a0a8c16991b44f6c858fd09824f7d85b792f9 SHA1: 7a67d9ce86a796ac361c740eec8b01a3b8d1eb5b MD5sum: 4dab58a8f26b60296f01943a0efdb20b Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.11-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.11-3.2.0-138-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10936 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-138.130 Depends: linux-image-3.2.0-138-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-138-generic, linux-backports-modules-cw-3.12-3.2.0-138-generic, linux-backports-modules-cw-3.3-3.2.0-138-generic, linux-backports-modules-cw-3.4-3.2.0-138-generic, linux-backports-modules-cw-3.5-3.2.0-138-generic, linux-backports-modules-cw-3.6-3.2.0-138-generic, linux-backports-modules-cw-3.7-3.2.0-138-generic, linux-backports-modules-cw-3.8-3.2.0-138-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.11-3.2.0-138-generic_3.2.0-138.130_amd64.deb Size: 2969728 SHA256: 55fe3d87021f4d12a7a4d0409f9a68a5eb9a03f148df45632926dbecabc45538 SHA1: 62bffef529452e296faa8ba912c279f423b45323 MD5sum: 53051c573fe7357920beac7ce0b5a04d Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.11-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.11-3.2.0-138-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10928 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-138.130 Depends: linux-image-3.2.0-138-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-138-virtual, linux-backports-modules-cw-3.12-3.2.0-138-virtual, linux-backports-modules-cw-3.3-3.2.0-138-virtual, linux-backports-modules-cw-3.4-3.2.0-138-virtual, linux-backports-modules-cw-3.5-3.2.0-138-virtual, linux-backports-modules-cw-3.6-3.2.0-138-virtual, linux-backports-modules-cw-3.7-3.2.0-138-virtual, linux-backports-modules-cw-3.8-3.2.0-138-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.11-3.2.0-138-virtual_3.2.0-138.130_amd64.deb Size: 2969348 SHA256: 0c92c593b34eccb911137cb3c1a4f142df9d39e5fb295512ec9b5bf359616174 SHA1: 3bd124ce67f7faf5dae4369555cf733a81666486 MD5sum: 4011d4031cdcd6fd8c3bae9dca16ac85 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.11-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.11-3.2.0-139-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10936 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-139.131 Depends: linux-image-3.2.0-139-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-139-generic, linux-backports-modules-cw-3.12-3.2.0-139-generic, linux-backports-modules-cw-3.3-3.2.0-139-generic, linux-backports-modules-cw-3.4-3.2.0-139-generic, linux-backports-modules-cw-3.5-3.2.0-139-generic, linux-backports-modules-cw-3.6-3.2.0-139-generic, linux-backports-modules-cw-3.7-3.2.0-139-generic, linux-backports-modules-cw-3.8-3.2.0-139-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.11-3.2.0-139-generic_3.2.0-139.131_amd64.deb Size: 2953368 SHA256: 2a56da2d32a913f1f6f724212f1a127a4a0b7fff78172cc685804aa9a3349607 SHA1: 5c17f085d1984557b6d4907eeb33a286d08ebc3b MD5sum: a09d6a18a915a09eeaa28677c93fcedc Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.11-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.11-3.2.0-139-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10928 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-139.131 Depends: linux-image-3.2.0-139-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-139-virtual, linux-backports-modules-cw-3.12-3.2.0-139-virtual, linux-backports-modules-cw-3.3-3.2.0-139-virtual, linux-backports-modules-cw-3.4-3.2.0-139-virtual, linux-backports-modules-cw-3.5-3.2.0-139-virtual, linux-backports-modules-cw-3.6-3.2.0-139-virtual, linux-backports-modules-cw-3.7-3.2.0-139-virtual, linux-backports-modules-cw-3.8-3.2.0-139-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.11-3.2.0-139-virtual_3.2.0-139.131_amd64.deb Size: 2952796 SHA256: ca69604df5711be051b6cd8376b24f676e1441d295739526deb9b9af4516d6a0 SHA1: dc398e038aa0130a321ca8ecd35e23106da2fd60 MD5sum: 75e7140e7e86db9d7fb6a3ae281ecc56 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.11-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.11-3.2.0-140-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10936 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-140.132 Depends: linux-image-3.2.0-140-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-140-generic, linux-backports-modules-cw-3.12-3.2.0-140-generic, linux-backports-modules-cw-3.3-3.2.0-140-generic, linux-backports-modules-cw-3.4-3.2.0-140-generic, linux-backports-modules-cw-3.5-3.2.0-140-generic, linux-backports-modules-cw-3.6-3.2.0-140-generic, linux-backports-modules-cw-3.7-3.2.0-140-generic, linux-backports-modules-cw-3.8-3.2.0-140-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.11-3.2.0-140-generic_3.2.0-140.132_amd64.deb Size: 2940946 SHA256: e445b4bd8b5981f1bd8b742960fd01afc0d724917cc2f7ec355316b6694ab3d0 SHA1: 2f24a7b7a3dbc8bb58412310ca46d4edc939262c MD5sum: f96c0bb7e6bf797129cb6a0ff84397d1 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.11-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.11-3.2.0-140-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10928 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-140.132 Depends: linux-image-3.2.0-140-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-140-virtual, linux-backports-modules-cw-3.12-3.2.0-140-virtual, linux-backports-modules-cw-3.3-3.2.0-140-virtual, linux-backports-modules-cw-3.4-3.2.0-140-virtual, linux-backports-modules-cw-3.5-3.2.0-140-virtual, linux-backports-modules-cw-3.6-3.2.0-140-virtual, linux-backports-modules-cw-3.7-3.2.0-140-virtual, linux-backports-modules-cw-3.8-3.2.0-140-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.11-3.2.0-140-virtual_3.2.0-140.132_amd64.deb Size: 2939538 SHA256: 0e6aad7a5ac58ec88ab276b1198762d57a1993ace2d0fdf4f1a4d4b55365a4e5 SHA1: b82185d93e079bfa1892c43ebafb9061a872e1f9 MD5sum: 05f2ecfd34288a5a37dee4775c78a7ea Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.11-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.11-3.2.0-141-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10936 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-141.133 Depends: linux-image-3.2.0-141-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-141-generic, linux-backports-modules-cw-3.12-3.2.0-141-generic, linux-backports-modules-cw-3.3-3.2.0-141-generic, linux-backports-modules-cw-3.4-3.2.0-141-generic, linux-backports-modules-cw-3.5-3.2.0-141-generic, linux-backports-modules-cw-3.6-3.2.0-141-generic, linux-backports-modules-cw-3.7-3.2.0-141-generic, linux-backports-modules-cw-3.8-3.2.0-141-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.11-3.2.0-141-generic_3.2.0-141.133_amd64.deb Size: 2971892 SHA256: 52f82d1cb76073e5d61391d5e60ca430324f41871b4c5bcfaf7ac5619ccfc1de SHA1: 9cf6672eaacfda3e6c8b68fe766fc7badad1ee8c MD5sum: f0ae0c92ad484fecd1a6830c64ca52df Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.11-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.11-3.2.0-141-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10928 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-141.133 Depends: linux-image-3.2.0-141-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-141-virtual, linux-backports-modules-cw-3.12-3.2.0-141-virtual, linux-backports-modules-cw-3.3-3.2.0-141-virtual, linux-backports-modules-cw-3.4-3.2.0-141-virtual, linux-backports-modules-cw-3.5-3.2.0-141-virtual, linux-backports-modules-cw-3.6-3.2.0-141-virtual, linux-backports-modules-cw-3.7-3.2.0-141-virtual, linux-backports-modules-cw-3.8-3.2.0-141-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.11-3.2.0-141-virtual_3.2.0-141.133_amd64.deb Size: 2971594 SHA256: 009f8fb4669e83672586946f243ded2dd06ba34bc2467d4443689afe4d94464d SHA1: c019079e9810519b60f453726518327c9c662a77 MD5sum: cd6d37aaae181f367a41eed928e4f334 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.11-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.11-3.2.0-142-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10936 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-142.134 Depends: linux-image-3.2.0-142-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-142-generic, linux-backports-modules-cw-3.12-3.2.0-142-generic, linux-backports-modules-cw-3.3-3.2.0-142-generic, linux-backports-modules-cw-3.4-3.2.0-142-generic, linux-backports-modules-cw-3.5-3.2.0-142-generic, linux-backports-modules-cw-3.6-3.2.0-142-generic, linux-backports-modules-cw-3.7-3.2.0-142-generic, linux-backports-modules-cw-3.8-3.2.0-142-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.11-3.2.0-142-generic_3.2.0-142.134_amd64.deb Size: 2939232 SHA256: 2b52a63a45548d3da2308d91bde253a5720cff3e832e1357e416e374027e0a7e SHA1: 99cf44b8b5807488cd66ac6c7e266eb61cba6823 MD5sum: acf924973266c92c2de099ed0291e847 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.11-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.11-3.2.0-142-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10928 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-142.134 Depends: linux-image-3.2.0-142-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-142-virtual, linux-backports-modules-cw-3.12-3.2.0-142-virtual, linux-backports-modules-cw-3.3-3.2.0-142-virtual, linux-backports-modules-cw-3.4-3.2.0-142-virtual, linux-backports-modules-cw-3.5-3.2.0-142-virtual, linux-backports-modules-cw-3.6-3.2.0-142-virtual, linux-backports-modules-cw-3.7-3.2.0-142-virtual, linux-backports-modules-cw-3.8-3.2.0-142-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.11-3.2.0-142-virtual_3.2.0-142.134_amd64.deb Size: 2940146 SHA256: 839af6dc5b543a40f25f5bec933c806b1e3fe92678a5fa34c2702ca784f47611 SHA1: 09316f76743827d94e4ca572c7fb33deeeae8836 MD5sum: 353a3f2b2fc33c281ccee41def720e62 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.11-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.11-3.2.0-143-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10936 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-143.135 Depends: linux-image-3.2.0-143-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-143-generic, linux-backports-modules-cw-3.12-3.2.0-143-generic, linux-backports-modules-cw-3.3-3.2.0-143-generic, linux-backports-modules-cw-3.4-3.2.0-143-generic, linux-backports-modules-cw-3.5-3.2.0-143-generic, linux-backports-modules-cw-3.6-3.2.0-143-generic, linux-backports-modules-cw-3.7-3.2.0-143-generic, linux-backports-modules-cw-3.8-3.2.0-143-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.11-3.2.0-143-generic_3.2.0-143.135_amd64.deb Size: 2925044 SHA256: 8cf70355d2c1be5781dc32e5c18711c1cc78065d73ccca0cd832775d11227af5 SHA1: 6a52f05a8f3c2f2c238ff7a58ec484f3eada4db1 MD5sum: 2d3ef8323eae0d3fcb541ab3dbbeab66 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.11-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.11-3.2.0-143-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10928 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-143.135 Depends: linux-image-3.2.0-143-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-143-virtual, linux-backports-modules-cw-3.12-3.2.0-143-virtual, linux-backports-modules-cw-3.3-3.2.0-143-virtual, linux-backports-modules-cw-3.4-3.2.0-143-virtual, linux-backports-modules-cw-3.5-3.2.0-143-virtual, linux-backports-modules-cw-3.6-3.2.0-143-virtual, linux-backports-modules-cw-3.7-3.2.0-143-virtual, linux-backports-modules-cw-3.8-3.2.0-143-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.11-3.2.0-143-virtual_3.2.0-143.135_amd64.deb Size: 2925310 SHA256: bba5171962f1905b5d50cb7d8eda8b3257043e9607a70bdad26b3076ccf0b8e0 SHA1: 8ae1856771409ccc5765fcc88e288e0767cc2def MD5sum: 8fa83559caa3ab5b090c24e38ec56979 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.11-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.11-3.2.0-144-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10936 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-144.136 Depends: linux-image-3.2.0-144-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-144-generic, linux-backports-modules-cw-3.12-3.2.0-144-generic, linux-backports-modules-cw-3.3-3.2.0-144-generic, linux-backports-modules-cw-3.4-3.2.0-144-generic, linux-backports-modules-cw-3.5-3.2.0-144-generic, linux-backports-modules-cw-3.6-3.2.0-144-generic, linux-backports-modules-cw-3.7-3.2.0-144-generic, linux-backports-modules-cw-3.8-3.2.0-144-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.11-3.2.0-144-generic_3.2.0-144.136_amd64.deb Size: 2960720 SHA256: bf67727e31cfb244110e1b9b43b6e5b6f74832ade286af7946244b36b0322aa0 SHA1: d7f2ea2eb461585ebbbc1603ab4c8685a17a96a0 MD5sum: 2a8abfbf27718997748d680a77accb9c Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.11-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.11-3.2.0-144-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10928 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-144.136 Depends: linux-image-3.2.0-144-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-144-virtual, linux-backports-modules-cw-3.12-3.2.0-144-virtual, linux-backports-modules-cw-3.3-3.2.0-144-virtual, linux-backports-modules-cw-3.4-3.2.0-144-virtual, linux-backports-modules-cw-3.5-3.2.0-144-virtual, linux-backports-modules-cw-3.6-3.2.0-144-virtual, linux-backports-modules-cw-3.7-3.2.0-144-virtual, linux-backports-modules-cw-3.8-3.2.0-144-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.11-3.2.0-144-virtual_3.2.0-144.136_amd64.deb Size: 2957128 SHA256: 347d9d1017e9d241cfb2975823e882903381c72b8d05ba5422f5d1f42a8adbaf SHA1: a25b737446284fb08d7720492caf89ea69876ad2 MD5sum: e02e15063895a5b9e101b482174b025d Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.11-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.11-3.2.0-147-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10936 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-147.138 Depends: linux-image-3.2.0-147-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-147-generic, linux-backports-modules-cw-3.12-3.2.0-147-generic, linux-backports-modules-cw-3.3-3.2.0-147-generic, linux-backports-modules-cw-3.4-3.2.0-147-generic, linux-backports-modules-cw-3.5-3.2.0-147-generic, linux-backports-modules-cw-3.6-3.2.0-147-generic, linux-backports-modules-cw-3.7-3.2.0-147-generic, linux-backports-modules-cw-3.8-3.2.0-147-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.11-3.2.0-147-generic_3.2.0-147.138_amd64.deb Size: 2958736 SHA256: ca8c42bd9ce8d27a1cb45e8c0f9c2a9530e9ff3d0d5249d623db224877f69f3e SHA1: b699ab1b59aba96260d87efa6938aa5fe760be35 MD5sum: 53f7fed954942ee88286941e9611f647 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.11-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.11-3.2.0-147-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10929 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-147.138 Depends: linux-image-3.2.0-147-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-147-virtual, linux-backports-modules-cw-3.12-3.2.0-147-virtual, linux-backports-modules-cw-3.3-3.2.0-147-virtual, linux-backports-modules-cw-3.4-3.2.0-147-virtual, linux-backports-modules-cw-3.5-3.2.0-147-virtual, linux-backports-modules-cw-3.6-3.2.0-147-virtual, linux-backports-modules-cw-3.7-3.2.0-147-virtual, linux-backports-modules-cw-3.8-3.2.0-147-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.11-3.2.0-147-virtual_3.2.0-147.138_amd64.deb Size: 2957486 SHA256: 849d5e74b68f528fbb8ba3281b56a27e7e2e6a8d66d6b58f86e374722a52bc82 SHA1: e8eb10b3271095a389987e35289866e20ecb8509 MD5sum: 0a5d7117ce83138c022c7fb8823260ac Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.11-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.11-3.2.0-148-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10936 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-148.139 Depends: linux-image-3.2.0-148-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-148-generic, linux-backports-modules-cw-3.12-3.2.0-148-generic, linux-backports-modules-cw-3.3-3.2.0-148-generic, linux-backports-modules-cw-3.4-3.2.0-148-generic, linux-backports-modules-cw-3.5-3.2.0-148-generic, linux-backports-modules-cw-3.6-3.2.0-148-generic, linux-backports-modules-cw-3.7-3.2.0-148-generic, linux-backports-modules-cw-3.8-3.2.0-148-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.11-3.2.0-148-generic_3.2.0-148.139_amd64.deb Size: 2953728 SHA256: fe30d7658508542f19eb6e5af13e23abd511593116a73161f4ac030103ea3d01 SHA1: 736d65e26425ec968f6bab510f31efe15fede71c MD5sum: 4ee17dd4adaeb2595e915c459f257c3a Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.11-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.11-3.2.0-148-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10929 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-148.139 Depends: linux-image-3.2.0-148-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-148-virtual, linux-backports-modules-cw-3.12-3.2.0-148-virtual, linux-backports-modules-cw-3.3-3.2.0-148-virtual, linux-backports-modules-cw-3.4-3.2.0-148-virtual, linux-backports-modules-cw-3.5-3.2.0-148-virtual, linux-backports-modules-cw-3.6-3.2.0-148-virtual, linux-backports-modules-cw-3.7-3.2.0-148-virtual, linux-backports-modules-cw-3.8-3.2.0-148-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.11-3.2.0-148-virtual_3.2.0-148.139_amd64.deb Size: 2952182 SHA256: b99c1b00b32216edc81094080ba8b8de6686ef5e89069691cf786af5490e0cb6 SHA1: 78f32b061dd4b6b9afe8cbc4f744f7bacc8759e4 MD5sum: a708c3c879f13f55919cb918c8dbed16 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.11-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.11-3.2.0-149-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10936 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-149.140 Depends: linux-image-3.2.0-149-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-149-generic, linux-backports-modules-cw-3.12-3.2.0-149-generic, linux-backports-modules-cw-3.3-3.2.0-149-generic, linux-backports-modules-cw-3.4-3.2.0-149-generic, linux-backports-modules-cw-3.5-3.2.0-149-generic, linux-backports-modules-cw-3.6-3.2.0-149-generic, linux-backports-modules-cw-3.7-3.2.0-149-generic, linux-backports-modules-cw-3.8-3.2.0-149-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.11-3.2.0-149-generic_3.2.0-149.140_amd64.deb Size: 2954538 SHA256: d25a76aac5aa656ef7202ebb843eb657a9742cf1a874d20b657f9dcf76173491 SHA1: 7682eb026dd46468a84bebd963aba21201d830d3 MD5sum: c8aed8949150812f5bd9dac4eabc4ab3 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.11-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.11-3.2.0-149-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10929 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-149.140 Depends: linux-image-3.2.0-149-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-149-virtual, linux-backports-modules-cw-3.12-3.2.0-149-virtual, linux-backports-modules-cw-3.3-3.2.0-149-virtual, linux-backports-modules-cw-3.4-3.2.0-149-virtual, linux-backports-modules-cw-3.5-3.2.0-149-virtual, linux-backports-modules-cw-3.6-3.2.0-149-virtual, linux-backports-modules-cw-3.7-3.2.0-149-virtual, linux-backports-modules-cw-3.8-3.2.0-149-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.11-3.2.0-149-virtual_3.2.0-149.140_amd64.deb Size: 2953842 SHA256: 3fcc8787ab8ef3674c935b820afb1d94410a1c8d2319c18f5ea8a1cc2c3182d6 SHA1: 92fd23d08ab3a7ee9dd7b44c92d320b24d2ceed7 MD5sum: f0f254c9f7a985b13352a219d6bf22d5 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.11-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.11-3.2.0-150-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10936 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-150.141 Depends: linux-image-3.2.0-150-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-150-generic, linux-backports-modules-cw-3.12-3.2.0-150-generic, linux-backports-modules-cw-3.3-3.2.0-150-generic, linux-backports-modules-cw-3.4-3.2.0-150-generic, linux-backports-modules-cw-3.5-3.2.0-150-generic, linux-backports-modules-cw-3.6-3.2.0-150-generic, linux-backports-modules-cw-3.7-3.2.0-150-generic, linux-backports-modules-cw-3.8-3.2.0-150-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.11-3.2.0-150-generic_3.2.0-150.141_amd64.deb Size: 2937232 SHA256: 1015430ec2e88d3c82e6a6a980dfbae7c861aaaf4ac4b85c0f2e35dfbac17c38 SHA1: 27273f0ae41062fda3c07c6237abfe39a5437c9d MD5sum: 9f1cde617e9599deccd93f8853f013c2 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.11-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.11-3.2.0-150-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10929 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-150.141 Depends: linux-image-3.2.0-150-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-150-virtual, linux-backports-modules-cw-3.12-3.2.0-150-virtual, linux-backports-modules-cw-3.3-3.2.0-150-virtual, linux-backports-modules-cw-3.4-3.2.0-150-virtual, linux-backports-modules-cw-3.5-3.2.0-150-virtual, linux-backports-modules-cw-3.6-3.2.0-150-virtual, linux-backports-modules-cw-3.7-3.2.0-150-virtual, linux-backports-modules-cw-3.8-3.2.0-150-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.11-3.2.0-150-virtual_3.2.0-150.141_amd64.deb Size: 2932560 SHA256: 01de8b075ed114ea97c57cf86778fe7656c3c61dff29380723fc4127f8fe20a9 SHA1: ec362ff68a2e3db7b783c28454c1190642a679d5 MD5sum: 182a11455a82b4dd49549c55e9e32f9f Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.11-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.11-precise-generic Source: linux-meta Priority: optional Section: devel Installed-Size: 34 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0.150.164 Depends: linux-backports-modules-cw-3.11-3.2.0-150-generic Filename: pool/main/l/linux-meta/linux-backports-modules-cw-3.11-precise-generic_3.2.0.150.164_amd64.deb Size: 2528 SHA256: 7d8e750db1d8cdc6363825d3bf876a5ca92524660076fe03ebf2c43d21d01698 SHA1: ae962b5bb796d3506945fa6b82056deae6f85b79 MD5sum: 07f1c5aa731926828804007fd9ad1219 Description: 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-cw-3.12-3.2.0-128-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 11204 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-128.119 Depends: linux-image-3.2.0-128-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-128-generic, linux-backports-modules-cw-3.11-3.2.0-128-generic, linux-backports-modules-cw-3.3-3.2.0-128-generic, linux-backports-modules-cw-3.4-3.2.0-128-generic, linux-backports-modules-cw-3.5-3.2.0-128-generic, linux-backports-modules-cw-3.6-3.2.0-128-generic, linux-backports-modules-cw-3.7-3.2.0-128-generic, linux-backports-modules-cw-3.8-3.2.0-128-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.12-3.2.0-128-generic_3.2.0-128.119_amd64.deb Size: 3034490 SHA256: cede83353897340d2273fe099c7131cad8ae00de1ec8124bf68d9e438faf68c7 SHA1: e6ef17afc60202bdb0f024c1a2a883a32b803875 MD5sum: e35c5093d9195ed0250f780ab4086c20 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.12-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.12-3.2.0-128-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 11197 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-128.119 Depends: linux-image-3.2.0-128-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-128-virtual, linux-backports-modules-cw-3.11-3.2.0-128-virtual, linux-backports-modules-cw-3.3-3.2.0-128-virtual, linux-backports-modules-cw-3.4-3.2.0-128-virtual, linux-backports-modules-cw-3.5-3.2.0-128-virtual, linux-backports-modules-cw-3.6-3.2.0-128-virtual, linux-backports-modules-cw-3.7-3.2.0-128-virtual, linux-backports-modules-cw-3.8-3.2.0-128-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.12-3.2.0-128-virtual_3.2.0-128.119_amd64.deb Size: 3033952 SHA256: 13a0b92651e29bf1202d27af3ae5188b36d83bb44cd0c0e637ddcc0f962e0b0b SHA1: c8bbec83375f8b9ce43debdb222148dc6d7f796e MD5sum: 018a04f0885ae412f4906f0aefea7d63 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.12-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.12-3.2.0-129-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 11204 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-129.120 Depends: linux-image-3.2.0-129-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-129-generic, linux-backports-modules-cw-3.11-3.2.0-129-generic, linux-backports-modules-cw-3.3-3.2.0-129-generic, linux-backports-modules-cw-3.4-3.2.0-129-generic, linux-backports-modules-cw-3.5-3.2.0-129-generic, linux-backports-modules-cw-3.6-3.2.0-129-generic, linux-backports-modules-cw-3.7-3.2.0-129-generic, linux-backports-modules-cw-3.8-3.2.0-129-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.12-3.2.0-129-generic_3.2.0-129.120_amd64.deb Size: 3028308 SHA256: f24fd297cbe72ed05329a3cbbbea91596d4459535b87800ef20879a58791e93d SHA1: f5e730a640c518a719b47ec86cf6bd8caf82db42 MD5sum: 2d44bbc49e4213a1234553404f164300 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.12-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.12-3.2.0-129-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 11197 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-129.120 Depends: linux-image-3.2.0-129-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-129-virtual, linux-backports-modules-cw-3.11-3.2.0-129-virtual, linux-backports-modules-cw-3.3-3.2.0-129-virtual, linux-backports-modules-cw-3.4-3.2.0-129-virtual, linux-backports-modules-cw-3.5-3.2.0-129-virtual, linux-backports-modules-cw-3.6-3.2.0-129-virtual, linux-backports-modules-cw-3.7-3.2.0-129-virtual, linux-backports-modules-cw-3.8-3.2.0-129-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.12-3.2.0-129-virtual_3.2.0-129.120_amd64.deb Size: 3026434 SHA256: f85f2a74930eaddb0ed2b203a4f947b910bb7e7c4a2d6b0c74704b5e18d8cc66 SHA1: d699da9300651dc00050ee347573992e61a94607 MD5sum: 49fa8cebc3356a5d36edf68422fbc5ab Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.12-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.12-3.2.0-130-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 11204 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-130.121 Depends: linux-image-3.2.0-130-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-130-generic, linux-backports-modules-cw-3.11-3.2.0-130-generic, linux-backports-modules-cw-3.3-3.2.0-130-generic, linux-backports-modules-cw-3.4-3.2.0-130-generic, linux-backports-modules-cw-3.5-3.2.0-130-generic, linux-backports-modules-cw-3.6-3.2.0-130-generic, linux-backports-modules-cw-3.7-3.2.0-130-generic, linux-backports-modules-cw-3.8-3.2.0-130-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.12-3.2.0-130-generic_3.2.0-130.121_amd64.deb Size: 3043580 SHA256: b6e4f3df6509313aed3e8f9fe98c52a3f6208d872b11ca8d49b77c0a260491b8 SHA1: dd84a4b748a2ff4d341a53a6e251c8a0441d8979 MD5sum: 97cc7069a95884beedb96dfe43ac90ae Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.12-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.12-3.2.0-130-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 11197 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-130.121 Depends: linux-image-3.2.0-130-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-130-virtual, linux-backports-modules-cw-3.11-3.2.0-130-virtual, linux-backports-modules-cw-3.3-3.2.0-130-virtual, linux-backports-modules-cw-3.4-3.2.0-130-virtual, linux-backports-modules-cw-3.5-3.2.0-130-virtual, linux-backports-modules-cw-3.6-3.2.0-130-virtual, linux-backports-modules-cw-3.7-3.2.0-130-virtual, linux-backports-modules-cw-3.8-3.2.0-130-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.12-3.2.0-130-virtual_3.2.0-130.121_amd64.deb Size: 3041704 SHA256: dc4579f192e889af55da0cc48bbb6fef90904e27abb494736d2476820b51b483 SHA1: 1a9ba3df15f135cd5294ca830221527e5d90a994 MD5sum: b425f81772c1aaa16d9b5f80bd538201 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.12-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.12-3.2.0-131-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 11204 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-131.122 Depends: linux-image-3.2.0-131-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-131-generic, linux-backports-modules-cw-3.11-3.2.0-131-generic, linux-backports-modules-cw-3.3-3.2.0-131-generic, linux-backports-modules-cw-3.4-3.2.0-131-generic, linux-backports-modules-cw-3.5-3.2.0-131-generic, linux-backports-modules-cw-3.6-3.2.0-131-generic, linux-backports-modules-cw-3.7-3.2.0-131-generic, linux-backports-modules-cw-3.8-3.2.0-131-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.12-3.2.0-131-generic_3.2.0-131.122_amd64.deb Size: 3040424 SHA256: 024c58777e39ff1e556d2743075ec3ebb1c86091e5f0c0719d4db1cdee34599c SHA1: f0cddf90c40c57627b27aa815dcd7c7c0b257b4b MD5sum: 2fc65695352537e5395dba38893a8119 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.12-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.12-3.2.0-131-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 11197 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-131.122 Depends: linux-image-3.2.0-131-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-131-virtual, linux-backports-modules-cw-3.11-3.2.0-131-virtual, linux-backports-modules-cw-3.3-3.2.0-131-virtual, linux-backports-modules-cw-3.4-3.2.0-131-virtual, linux-backports-modules-cw-3.5-3.2.0-131-virtual, linux-backports-modules-cw-3.6-3.2.0-131-virtual, linux-backports-modules-cw-3.7-3.2.0-131-virtual, linux-backports-modules-cw-3.8-3.2.0-131-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.12-3.2.0-131-virtual_3.2.0-131.122_amd64.deb Size: 3038124 SHA256: ad35ac794f130e90f89c9597d553784d13db7ae657d4557d8531ab870d70d69d SHA1: 0e8adebf6f51201f381e6d80bddde2e4c45e87e3 MD5sum: ac7355108ac163a7c0888aeb4d8b0262 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.12-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.12-3.2.0-132-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 11204 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-132.123 Depends: linux-image-3.2.0-132-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-132-generic, linux-backports-modules-cw-3.11-3.2.0-132-generic, linux-backports-modules-cw-3.3-3.2.0-132-generic, linux-backports-modules-cw-3.4-3.2.0-132-generic, linux-backports-modules-cw-3.5-3.2.0-132-generic, linux-backports-modules-cw-3.6-3.2.0-132-generic, linux-backports-modules-cw-3.7-3.2.0-132-generic, linux-backports-modules-cw-3.8-3.2.0-132-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.12-3.2.0-132-generic_3.2.0-132.123_amd64.deb Size: 3015068 SHA256: 36036997f6006718e1fc8286695d5c7e24d965ebed82b149fd861a57db78e715 SHA1: 0742c4eec2579b16264d9c091c0b56e0f084e34c MD5sum: 537633693c0235df3f50f017e19e6e1a Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.12-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.12-3.2.0-132-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 11197 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-132.123 Depends: linux-image-3.2.0-132-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-132-virtual, linux-backports-modules-cw-3.11-3.2.0-132-virtual, linux-backports-modules-cw-3.3-3.2.0-132-virtual, linux-backports-modules-cw-3.4-3.2.0-132-virtual, linux-backports-modules-cw-3.5-3.2.0-132-virtual, linux-backports-modules-cw-3.6-3.2.0-132-virtual, linux-backports-modules-cw-3.7-3.2.0-132-virtual, linux-backports-modules-cw-3.8-3.2.0-132-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.12-3.2.0-132-virtual_3.2.0-132.123_amd64.deb Size: 3013372 SHA256: 0c0bffcf05d29af27af3b0276f19b52eddc44a6a65a936c98ef05bd6ce10dbe8 SHA1: f1e24f9e7f27e93b4958087cf160648d5a08dc6b MD5sum: d95d62583a0270d14c22d42685e544b6 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.12-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.12-3.2.0-133-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 11204 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-133.124 Depends: linux-image-3.2.0-133-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-133-generic, linux-backports-modules-cw-3.11-3.2.0-133-generic, linux-backports-modules-cw-3.3-3.2.0-133-generic, linux-backports-modules-cw-3.4-3.2.0-133-generic, linux-backports-modules-cw-3.5-3.2.0-133-generic, linux-backports-modules-cw-3.6-3.2.0-133-generic, linux-backports-modules-cw-3.7-3.2.0-133-generic, linux-backports-modules-cw-3.8-3.2.0-133-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.12-3.2.0-133-generic_3.2.0-133.124_amd64.deb Size: 3015382 SHA256: 72a64ea3f9cbb28814ae9d47fb4e80e0b08e2ee102dad955c589a776f76ceb59 SHA1: af1a806e08c21b51a1e626b05360f4c6a7da9cfa MD5sum: d3ca122d78d34d157eef6fbe14100c4a Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.12-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.12-3.2.0-133-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 11197 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-133.124 Depends: linux-image-3.2.0-133-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-133-virtual, linux-backports-modules-cw-3.11-3.2.0-133-virtual, linux-backports-modules-cw-3.3-3.2.0-133-virtual, linux-backports-modules-cw-3.4-3.2.0-133-virtual, linux-backports-modules-cw-3.5-3.2.0-133-virtual, linux-backports-modules-cw-3.6-3.2.0-133-virtual, linux-backports-modules-cw-3.7-3.2.0-133-virtual, linux-backports-modules-cw-3.8-3.2.0-133-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.12-3.2.0-133-virtual_3.2.0-133.124_amd64.deb Size: 3013092 SHA256: fe42b771a8b8e5dbbbe6539704d1fbf30457390ebd59916aff0f8e9c3cd8d1ad SHA1: 0f88b9898461d7b1638b0a33cc5cf9bfb6773f0e MD5sum: 478cd05364d31f1812ff27d3748776c9 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.12-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.12-3.2.0-134-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 11205 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-134.125 Depends: linux-image-3.2.0-134-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-134-generic, linux-backports-modules-cw-3.11-3.2.0-134-generic, linux-backports-modules-cw-3.3-3.2.0-134-generic, linux-backports-modules-cw-3.4-3.2.0-134-generic, linux-backports-modules-cw-3.5-3.2.0-134-generic, linux-backports-modules-cw-3.6-3.2.0-134-generic, linux-backports-modules-cw-3.7-3.2.0-134-generic, linux-backports-modules-cw-3.8-3.2.0-134-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.12-3.2.0-134-generic_3.2.0-134.125_amd64.deb Size: 3022538 SHA256: de06bd5e6901c5320f5dc2633d112fb398a583499ba3873b0ed5b75ded0c5a80 SHA1: d6326636f4fd396a47d6f11dead4e69e342aa04f MD5sum: b8452d74aef4df6204778e463e0fbf76 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.12-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.12-3.2.0-134-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 11197 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-134.125 Depends: linux-image-3.2.0-134-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-134-virtual, linux-backports-modules-cw-3.11-3.2.0-134-virtual, linux-backports-modules-cw-3.3-3.2.0-134-virtual, linux-backports-modules-cw-3.4-3.2.0-134-virtual, linux-backports-modules-cw-3.5-3.2.0-134-virtual, linux-backports-modules-cw-3.6-3.2.0-134-virtual, linux-backports-modules-cw-3.7-3.2.0-134-virtual, linux-backports-modules-cw-3.8-3.2.0-134-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.12-3.2.0-134-virtual_3.2.0-134.125_amd64.deb Size: 3021076 SHA256: c867ce66123094feba438bb5916d788df0c5bbad46d7ba4a919f359217c73e8d SHA1: 3067aed6e1fb3438f91224943b29fe2f0d0b5bdc MD5sum: 0b4494833ffd2908231bb244625ab692 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.12-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.12-3.2.0-135-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 11205 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-135.126 Depends: linux-image-3.2.0-135-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-135-generic, linux-backports-modules-cw-3.11-3.2.0-135-generic, linux-backports-modules-cw-3.3-3.2.0-135-generic, linux-backports-modules-cw-3.4-3.2.0-135-generic, linux-backports-modules-cw-3.5-3.2.0-135-generic, linux-backports-modules-cw-3.6-3.2.0-135-generic, linux-backports-modules-cw-3.7-3.2.0-135-generic, linux-backports-modules-cw-3.8-3.2.0-135-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.12-3.2.0-135-generic_3.2.0-135.126_amd64.deb Size: 3028180 SHA256: fd2e7631f5ebf0ce243aa20f58db3b69e28c4f3462f6059a868bc5b16ab33e67 SHA1: 73843860a019d50e927300b56c033ad7840c35ad MD5sum: 586a00474b3c43a03e5ee01983b69526 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.12-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.12-3.2.0-135-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 11197 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-135.126 Depends: linux-image-3.2.0-135-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-135-virtual, linux-backports-modules-cw-3.11-3.2.0-135-virtual, linux-backports-modules-cw-3.3-3.2.0-135-virtual, linux-backports-modules-cw-3.4-3.2.0-135-virtual, linux-backports-modules-cw-3.5-3.2.0-135-virtual, linux-backports-modules-cw-3.6-3.2.0-135-virtual, linux-backports-modules-cw-3.7-3.2.0-135-virtual, linux-backports-modules-cw-3.8-3.2.0-135-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.12-3.2.0-135-virtual_3.2.0-135.126_amd64.deb Size: 3027022 SHA256: 4ea6dfbfa09f13279f90ecf83bcd05e33a71e3da5c6f8d6998922f97e13fc75f SHA1: 2d5626523ebbeb9d65671cc069518b22332657f7 MD5sum: 8f6432ec958802ee6788705f6a97db76 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.12-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.12-3.2.0-136-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 11205 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-136.127 Depends: linux-image-3.2.0-136-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-136-generic, linux-backports-modules-cw-3.11-3.2.0-136-generic, linux-backports-modules-cw-3.3-3.2.0-136-generic, linux-backports-modules-cw-3.4-3.2.0-136-generic, linux-backports-modules-cw-3.5-3.2.0-136-generic, linux-backports-modules-cw-3.6-3.2.0-136-generic, linux-backports-modules-cw-3.7-3.2.0-136-generic, linux-backports-modules-cw-3.8-3.2.0-136-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.12-3.2.0-136-generic_3.2.0-136.127_amd64.deb Size: 3036620 SHA256: f33050a3897e50a051b2de6370b2ca5eb2cf7df60e61cef0fd58b4c4fb258e3f SHA1: df8c3ab4cf910544185da2d49ecfa60288591060 MD5sum: 5e9818b797628786c283144ba457f9cb Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.12-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.12-3.2.0-136-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 11197 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-136.127 Depends: linux-image-3.2.0-136-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-136-virtual, linux-backports-modules-cw-3.11-3.2.0-136-virtual, linux-backports-modules-cw-3.3-3.2.0-136-virtual, linux-backports-modules-cw-3.4-3.2.0-136-virtual, linux-backports-modules-cw-3.5-3.2.0-136-virtual, linux-backports-modules-cw-3.6-3.2.0-136-virtual, linux-backports-modules-cw-3.7-3.2.0-136-virtual, linux-backports-modules-cw-3.8-3.2.0-136-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.12-3.2.0-136-virtual_3.2.0-136.127_amd64.deb Size: 3034406 SHA256: 9319450880481bc166bf46f7691cfb6c860e3564ddc8c41701e02fc1ca186165 SHA1: e1d1d3bc197395448f76737b4a2a11718cad3435 MD5sum: f1672090482fa9f7b5e138ce8cfadd12 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.12-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.12-3.2.0-137-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 11205 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-137.129 Depends: linux-image-3.2.0-137-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-137-generic, linux-backports-modules-cw-3.11-3.2.0-137-generic, linux-backports-modules-cw-3.3-3.2.0-137-generic, linux-backports-modules-cw-3.4-3.2.0-137-generic, linux-backports-modules-cw-3.5-3.2.0-137-generic, linux-backports-modules-cw-3.6-3.2.0-137-generic, linux-backports-modules-cw-3.7-3.2.0-137-generic, linux-backports-modules-cw-3.8-3.2.0-137-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.12-3.2.0-137-generic_3.2.0-137.129_amd64.deb Size: 3008782 SHA256: dd03898be480dff0d9bdb45fbdb63642b35f96741e9a75b23d3726447856e03a SHA1: 611d7190fc787525469e4deb8aa3ee6607b5e357 MD5sum: f4a2ed0c37b71322ef162f8d108883de Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.12-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.12-3.2.0-137-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 11197 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-137.129 Depends: linux-image-3.2.0-137-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-137-virtual, linux-backports-modules-cw-3.11-3.2.0-137-virtual, linux-backports-modules-cw-3.3-3.2.0-137-virtual, linux-backports-modules-cw-3.4-3.2.0-137-virtual, linux-backports-modules-cw-3.5-3.2.0-137-virtual, linux-backports-modules-cw-3.6-3.2.0-137-virtual, linux-backports-modules-cw-3.7-3.2.0-137-virtual, linux-backports-modules-cw-3.8-3.2.0-137-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.12-3.2.0-137-virtual_3.2.0-137.129_amd64.deb Size: 3007202 SHA256: 00bd69a9398f04423fae993df64e1954a67727629a4f46375950ce51cb7cf27d SHA1: f94ee9bfe8f7040decf8ebe2b619b8037cbf9546 MD5sum: dd10660e2cd8f5ba0fcf17576abae39c Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.12-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.12-3.2.0-138-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 11205 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-138.130 Depends: linux-image-3.2.0-138-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-138-generic, linux-backports-modules-cw-3.11-3.2.0-138-generic, linux-backports-modules-cw-3.3-3.2.0-138-generic, linux-backports-modules-cw-3.4-3.2.0-138-generic, linux-backports-modules-cw-3.5-3.2.0-138-generic, linux-backports-modules-cw-3.6-3.2.0-138-generic, linux-backports-modules-cw-3.7-3.2.0-138-generic, linux-backports-modules-cw-3.8-3.2.0-138-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.12-3.2.0-138-generic_3.2.0-138.130_amd64.deb Size: 3043536 SHA256: 3d00dd660654dc3c48ac72ead485f67c04227cde4734066d18a8d365d1e39a8e SHA1: 0fa7a48c4d402ffc20737d4828c46e5147a421bf MD5sum: 4c42f860090065e9b91b65dd14743888 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.12-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.12-3.2.0-138-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 11197 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-138.130 Depends: linux-image-3.2.0-138-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-138-virtual, linux-backports-modules-cw-3.11-3.2.0-138-virtual, linux-backports-modules-cw-3.3-3.2.0-138-virtual, linux-backports-modules-cw-3.4-3.2.0-138-virtual, linux-backports-modules-cw-3.5-3.2.0-138-virtual, linux-backports-modules-cw-3.6-3.2.0-138-virtual, linux-backports-modules-cw-3.7-3.2.0-138-virtual, linux-backports-modules-cw-3.8-3.2.0-138-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.12-3.2.0-138-virtual_3.2.0-138.130_amd64.deb Size: 3042488 SHA256: 0f2fb76ed150db98b4821880e9745ccb976aca6936cd6e643b9c35b85064d9b1 SHA1: c4a55234490cc53d3ef88048fdfe26d795649554 MD5sum: 0124774f32197a0bf6c17ca2d2f951cf Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.12-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.12-3.2.0-139-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 11205 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-139.131 Depends: linux-image-3.2.0-139-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-139-generic, linux-backports-modules-cw-3.11-3.2.0-139-generic, linux-backports-modules-cw-3.3-3.2.0-139-generic, linux-backports-modules-cw-3.4-3.2.0-139-generic, linux-backports-modules-cw-3.5-3.2.0-139-generic, linux-backports-modules-cw-3.6-3.2.0-139-generic, linux-backports-modules-cw-3.7-3.2.0-139-generic, linux-backports-modules-cw-3.8-3.2.0-139-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.12-3.2.0-139-generic_3.2.0-139.131_amd64.deb Size: 3036534 SHA256: a7c0cf92102ead4af141068037f277eb568533cda8a4ab41f9c7dfdd8a95d17d SHA1: ec9f24d72f7c12f3b0459ea099dd08bfab05fd17 MD5sum: aa63eef9d44d3c54ff282c28063e3681 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.12-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.12-3.2.0-139-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 11197 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-139.131 Depends: linux-image-3.2.0-139-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-139-virtual, linux-backports-modules-cw-3.11-3.2.0-139-virtual, linux-backports-modules-cw-3.3-3.2.0-139-virtual, linux-backports-modules-cw-3.4-3.2.0-139-virtual, linux-backports-modules-cw-3.5-3.2.0-139-virtual, linux-backports-modules-cw-3.6-3.2.0-139-virtual, linux-backports-modules-cw-3.7-3.2.0-139-virtual, linux-backports-modules-cw-3.8-3.2.0-139-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.12-3.2.0-139-virtual_3.2.0-139.131_amd64.deb Size: 3035582 SHA256: b3dd15251c37f60c70c06bdabf8d035b72b82bf78f53f553a191031dcb46e943 SHA1: c0b91076e4c2bc774eaee716452b4307ae98d528 MD5sum: 71b66f8c67f9cc5771f455a669d535c1 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.12-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.12-3.2.0-140-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 11205 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-140.132 Depends: linux-image-3.2.0-140-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-140-generic, linux-backports-modules-cw-3.11-3.2.0-140-generic, linux-backports-modules-cw-3.3-3.2.0-140-generic, linux-backports-modules-cw-3.4-3.2.0-140-generic, linux-backports-modules-cw-3.5-3.2.0-140-generic, linux-backports-modules-cw-3.6-3.2.0-140-generic, linux-backports-modules-cw-3.7-3.2.0-140-generic, linux-backports-modules-cw-3.8-3.2.0-140-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.12-3.2.0-140-generic_3.2.0-140.132_amd64.deb Size: 3022528 SHA256: a2d266808cef88d475094f407069ed4bf11db6d788ae4b2d33dee50399887859 SHA1: 4869a2f8e28ed373ee9eeef9b7e02284524164b0 MD5sum: 47a9e433b59b80544c823f27982792f0 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.12-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.12-3.2.0-140-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 11197 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-140.132 Depends: linux-image-3.2.0-140-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-140-virtual, linux-backports-modules-cw-3.11-3.2.0-140-virtual, linux-backports-modules-cw-3.3-3.2.0-140-virtual, linux-backports-modules-cw-3.4-3.2.0-140-virtual, linux-backports-modules-cw-3.5-3.2.0-140-virtual, linux-backports-modules-cw-3.6-3.2.0-140-virtual, linux-backports-modules-cw-3.7-3.2.0-140-virtual, linux-backports-modules-cw-3.8-3.2.0-140-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.12-3.2.0-140-virtual_3.2.0-140.132_amd64.deb Size: 3022004 SHA256: 0fe55ab1ebc3eea4e4771372823148506f15903c39ea93bc78da3bacddc21e30 SHA1: 60c630c91cb59111738acf7aa5d700a8f206ef86 MD5sum: 827baa85d0df991a9f39eeabf5df3d59 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.12-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.12-3.2.0-141-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 11205 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-141.133 Depends: linux-image-3.2.0-141-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-141-generic, linux-backports-modules-cw-3.11-3.2.0-141-generic, linux-backports-modules-cw-3.3-3.2.0-141-generic, linux-backports-modules-cw-3.4-3.2.0-141-generic, linux-backports-modules-cw-3.5-3.2.0-141-generic, linux-backports-modules-cw-3.6-3.2.0-141-generic, linux-backports-modules-cw-3.7-3.2.0-141-generic, linux-backports-modules-cw-3.8-3.2.0-141-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.12-3.2.0-141-generic_3.2.0-141.133_amd64.deb Size: 3041262 SHA256: 43e1e9c9e50713e6fac09038c0c60ee855d3fdbd8c376994d230d42cbe0b2cc8 SHA1: 2d38fbe1621fa05c4a9528fc8bb928b37c510870 MD5sum: a5736bedaabbd543416e6dcaf4b60e13 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.12-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.12-3.2.0-141-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 11197 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-141.133 Depends: linux-image-3.2.0-141-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-141-virtual, linux-backports-modules-cw-3.11-3.2.0-141-virtual, linux-backports-modules-cw-3.3-3.2.0-141-virtual, linux-backports-modules-cw-3.4-3.2.0-141-virtual, linux-backports-modules-cw-3.5-3.2.0-141-virtual, linux-backports-modules-cw-3.6-3.2.0-141-virtual, linux-backports-modules-cw-3.7-3.2.0-141-virtual, linux-backports-modules-cw-3.8-3.2.0-141-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.12-3.2.0-141-virtual_3.2.0-141.133_amd64.deb Size: 3038912 SHA256: 3154860c3bbc134a4eb794fbaf4352e7938555450bfc9470c3fa704ec5dccea6 SHA1: ef5fe7b3d39d5e11c40685a411dd153a14d184e3 MD5sum: 8e6b7df505a247f2a7fa8712a558785a Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.12-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.12-3.2.0-142-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 11205 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-142.134 Depends: linux-image-3.2.0-142-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-142-generic, linux-backports-modules-cw-3.11-3.2.0-142-generic, linux-backports-modules-cw-3.3-3.2.0-142-generic, linux-backports-modules-cw-3.4-3.2.0-142-generic, linux-backports-modules-cw-3.5-3.2.0-142-generic, linux-backports-modules-cw-3.6-3.2.0-142-generic, linux-backports-modules-cw-3.7-3.2.0-142-generic, linux-backports-modules-cw-3.8-3.2.0-142-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.12-3.2.0-142-generic_3.2.0-142.134_amd64.deb Size: 3019402 SHA256: 7f7a25cff858fdea81cec529318f6d3b2f7b2011737967d0e32c84fdcf4c4e7f SHA1: 59742054e38cd79bbcc12baedb49c3d9df4ad4be MD5sum: adf49f99f1e0139bbdf725c3d3ad4571 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.12-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.12-3.2.0-142-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 11197 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-142.134 Depends: linux-image-3.2.0-142-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-142-virtual, linux-backports-modules-cw-3.11-3.2.0-142-virtual, linux-backports-modules-cw-3.3-3.2.0-142-virtual, linux-backports-modules-cw-3.4-3.2.0-142-virtual, linux-backports-modules-cw-3.5-3.2.0-142-virtual, linux-backports-modules-cw-3.6-3.2.0-142-virtual, linux-backports-modules-cw-3.7-3.2.0-142-virtual, linux-backports-modules-cw-3.8-3.2.0-142-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.12-3.2.0-142-virtual_3.2.0-142.134_amd64.deb Size: 3017614 SHA256: b9f91765b6611939f3623400cbf343c0d4b2a296c958e9c43d586d111c7cd4a3 SHA1: 1f4d2956e04c877b9b9bebf4a6f6d63125bbbaab MD5sum: fb072737dbf0f84dd5c43e5fc912a53d Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.12-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.12-3.2.0-143-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 11205 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-143.135 Depends: linux-image-3.2.0-143-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-143-generic, linux-backports-modules-cw-3.11-3.2.0-143-generic, linux-backports-modules-cw-3.3-3.2.0-143-generic, linux-backports-modules-cw-3.4-3.2.0-143-generic, linux-backports-modules-cw-3.5-3.2.0-143-generic, linux-backports-modules-cw-3.6-3.2.0-143-generic, linux-backports-modules-cw-3.7-3.2.0-143-generic, linux-backports-modules-cw-3.8-3.2.0-143-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.12-3.2.0-143-generic_3.2.0-143.135_amd64.deb Size: 2993608 SHA256: a36420192a4f3707e2e2f8e69dedb2d1b771fb6e8badee63d7fccd7d95336d17 SHA1: e02fc88e8ceb702ca718c85361f7380e4b3c9325 MD5sum: 925a64cb28a98c5b9c48b64afae28a56 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.12-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.12-3.2.0-143-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 11197 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-143.135 Depends: linux-image-3.2.0-143-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-143-virtual, linux-backports-modules-cw-3.11-3.2.0-143-virtual, linux-backports-modules-cw-3.3-3.2.0-143-virtual, linux-backports-modules-cw-3.4-3.2.0-143-virtual, linux-backports-modules-cw-3.5-3.2.0-143-virtual, linux-backports-modules-cw-3.6-3.2.0-143-virtual, linux-backports-modules-cw-3.7-3.2.0-143-virtual, linux-backports-modules-cw-3.8-3.2.0-143-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.12-3.2.0-143-virtual_3.2.0-143.135_amd64.deb Size: 2992892 SHA256: 7c120c3691e34b21b68bf414c0a1bacb83bf460f27058e6caaa508f02ea8e249 SHA1: 2c1f2acf9342d80858569f8278f639fcd66d21e6 MD5sum: 1b6626fdd467b69bfc684313ac4f8116 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.12-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.12-3.2.0-144-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 11205 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-144.136 Depends: linux-image-3.2.0-144-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-144-generic, linux-backports-modules-cw-3.11-3.2.0-144-generic, linux-backports-modules-cw-3.3-3.2.0-144-generic, linux-backports-modules-cw-3.4-3.2.0-144-generic, linux-backports-modules-cw-3.5-3.2.0-144-generic, linux-backports-modules-cw-3.6-3.2.0-144-generic, linux-backports-modules-cw-3.7-3.2.0-144-generic, linux-backports-modules-cw-3.8-3.2.0-144-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.12-3.2.0-144-generic_3.2.0-144.136_amd64.deb Size: 3038344 SHA256: 8d63ed0cd9c181a9bb7d43dde1a21dcf8cb7485a9c121850433efe75b62d4f36 SHA1: c83d3c591c4c5d0d8b54f2becb40011e0a2b1f7b MD5sum: ae545ce59b1d0a1cc5464d3481fb65b1 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.12-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.12-3.2.0-144-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 11197 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-144.136 Depends: linux-image-3.2.0-144-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-144-virtual, linux-backports-modules-cw-3.11-3.2.0-144-virtual, linux-backports-modules-cw-3.3-3.2.0-144-virtual, linux-backports-modules-cw-3.4-3.2.0-144-virtual, linux-backports-modules-cw-3.5-3.2.0-144-virtual, linux-backports-modules-cw-3.6-3.2.0-144-virtual, linux-backports-modules-cw-3.7-3.2.0-144-virtual, linux-backports-modules-cw-3.8-3.2.0-144-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.12-3.2.0-144-virtual_3.2.0-144.136_amd64.deb Size: 3036940 SHA256: b9c365132de4217a969194d5b28d2a85de2151ff8efe27088292d7433ce5d90b SHA1: f7026b100bc91a4d42790972995cda27d833f056 MD5sum: a3d61ae2e0a4c9f1f35099ff4ec8c598 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.12-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.12-3.2.0-147-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 11205 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-147.138 Depends: linux-image-3.2.0-147-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-147-generic, linux-backports-modules-cw-3.11-3.2.0-147-generic, linux-backports-modules-cw-3.3-3.2.0-147-generic, linux-backports-modules-cw-3.4-3.2.0-147-generic, linux-backports-modules-cw-3.5-3.2.0-147-generic, linux-backports-modules-cw-3.6-3.2.0-147-generic, linux-backports-modules-cw-3.7-3.2.0-147-generic, linux-backports-modules-cw-3.8-3.2.0-147-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.12-3.2.0-147-generic_3.2.0-147.138_amd64.deb Size: 3043866 SHA256: e62f04a2efcc9e1615e1a865643bfce34e276e063f087d8164aced6a377dd69d SHA1: ec68e5e1c6ffcd36d0833800d690bedfd3198da1 MD5sum: c8d73e7273bd41dc1df570d6eee9725d Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.12-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.12-3.2.0-147-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 11197 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-147.138 Depends: linux-image-3.2.0-147-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-147-virtual, linux-backports-modules-cw-3.11-3.2.0-147-virtual, linux-backports-modules-cw-3.3-3.2.0-147-virtual, linux-backports-modules-cw-3.4-3.2.0-147-virtual, linux-backports-modules-cw-3.5-3.2.0-147-virtual, linux-backports-modules-cw-3.6-3.2.0-147-virtual, linux-backports-modules-cw-3.7-3.2.0-147-virtual, linux-backports-modules-cw-3.8-3.2.0-147-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.12-3.2.0-147-virtual_3.2.0-147.138_amd64.deb Size: 3042644 SHA256: 67bc3d6bc566d0fe1cd4ff00425cb1f16963e52f672ddc68b4296993a92c4df1 SHA1: b60dc67379ebec105473d9dbe4949f275f85e3da MD5sum: d20d386768ffcd99bc5d251c717eb091 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.12-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.12-3.2.0-148-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 11205 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-148.139 Depends: linux-image-3.2.0-148-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-148-generic, linux-backports-modules-cw-3.11-3.2.0-148-generic, linux-backports-modules-cw-3.3-3.2.0-148-generic, linux-backports-modules-cw-3.4-3.2.0-148-generic, linux-backports-modules-cw-3.5-3.2.0-148-generic, linux-backports-modules-cw-3.6-3.2.0-148-generic, linux-backports-modules-cw-3.7-3.2.0-148-generic, linux-backports-modules-cw-3.8-3.2.0-148-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.12-3.2.0-148-generic_3.2.0-148.139_amd64.deb Size: 3028568 SHA256: dc3fbfb4f4d7c227c29add8357098e7c4cc1c839430dc32b29e9335949078f3b SHA1: 618499edb837c9ba0108a8c43a6cea6a902cb445 MD5sum: ae342b12f5e287a3435f2086fca33b72 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.12-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.12-3.2.0-148-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 11197 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-148.139 Depends: linux-image-3.2.0-148-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-148-virtual, linux-backports-modules-cw-3.11-3.2.0-148-virtual, linux-backports-modules-cw-3.3-3.2.0-148-virtual, linux-backports-modules-cw-3.4-3.2.0-148-virtual, linux-backports-modules-cw-3.5-3.2.0-148-virtual, linux-backports-modules-cw-3.6-3.2.0-148-virtual, linux-backports-modules-cw-3.7-3.2.0-148-virtual, linux-backports-modules-cw-3.8-3.2.0-148-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.12-3.2.0-148-virtual_3.2.0-148.139_amd64.deb Size: 3026588 SHA256: 3d15ad990855597179dd4ab31f0c528bb29a085e7274989a3d5e1e5b7148f7d7 SHA1: 3127abfadbb38865ee8d1ee11fcd681ea5e7bbe9 MD5sum: a208a7a97592a8f73abf24adfeb6dbd4 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.12-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.12-3.2.0-149-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 11205 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-149.140 Depends: linux-image-3.2.0-149-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-149-generic, linux-backports-modules-cw-3.11-3.2.0-149-generic, linux-backports-modules-cw-3.3-3.2.0-149-generic, linux-backports-modules-cw-3.4-3.2.0-149-generic, linux-backports-modules-cw-3.5-3.2.0-149-generic, linux-backports-modules-cw-3.6-3.2.0-149-generic, linux-backports-modules-cw-3.7-3.2.0-149-generic, linux-backports-modules-cw-3.8-3.2.0-149-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.12-3.2.0-149-generic_3.2.0-149.140_amd64.deb Size: 3044652 SHA256: f3137f4099f00ee8d9069cb097d8e0d6c140d1ef8e1f8365c06c09b2f39ccec4 SHA1: 48d4875a805917a7de92af75d760ba91f1bb6f65 MD5sum: 244b1142310c57a3ffde7f805a70ed8e Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.12-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.12-3.2.0-149-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 11198 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-149.140 Depends: linux-image-3.2.0-149-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-149-virtual, linux-backports-modules-cw-3.11-3.2.0-149-virtual, linux-backports-modules-cw-3.3-3.2.0-149-virtual, linux-backports-modules-cw-3.4-3.2.0-149-virtual, linux-backports-modules-cw-3.5-3.2.0-149-virtual, linux-backports-modules-cw-3.6-3.2.0-149-virtual, linux-backports-modules-cw-3.7-3.2.0-149-virtual, linux-backports-modules-cw-3.8-3.2.0-149-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.12-3.2.0-149-virtual_3.2.0-149.140_amd64.deb Size: 3039950 SHA256: 78894ce17df2e9d313eb7c13f85bb23d6b9c8f00500e181234239c0705c9b837 SHA1: 890cb3acc57b7e07d5248f32d791770c28c0f976 MD5sum: a70e8b1297fe9de2c183d10bd960de3e Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.12-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.12-3.2.0-150-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 11205 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-150.141 Depends: linux-image-3.2.0-150-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-150-generic, linux-backports-modules-cw-3.11-3.2.0-150-generic, linux-backports-modules-cw-3.3-3.2.0-150-generic, linux-backports-modules-cw-3.4-3.2.0-150-generic, linux-backports-modules-cw-3.5-3.2.0-150-generic, linux-backports-modules-cw-3.6-3.2.0-150-generic, linux-backports-modules-cw-3.7-3.2.0-150-generic, linux-backports-modules-cw-3.8-3.2.0-150-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.12-3.2.0-150-generic_3.2.0-150.141_amd64.deb Size: 3015604 SHA256: f98216c2f3131ae24fe15006c358241c46dcbbe3ad4682321bcf351113661822 SHA1: a22b5d4fa53f3d77746781ef8fd96cbb868a5dd0 MD5sum: 96f91d92ac389b6e16351cfb0575ad59 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.12-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.12-3.2.0-150-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 11198 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-150.141 Depends: linux-image-3.2.0-150-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-150-virtual, linux-backports-modules-cw-3.11-3.2.0-150-virtual, linux-backports-modules-cw-3.3-3.2.0-150-virtual, linux-backports-modules-cw-3.4-3.2.0-150-virtual, linux-backports-modules-cw-3.5-3.2.0-150-virtual, linux-backports-modules-cw-3.6-3.2.0-150-virtual, linux-backports-modules-cw-3.7-3.2.0-150-virtual, linux-backports-modules-cw-3.8-3.2.0-150-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.12-3.2.0-150-virtual_3.2.0-150.141_amd64.deb Size: 3015772 SHA256: f9d832d8ae7b0e1b783a86cac1817acea538e4906e48f36cabeb529327d5627f SHA1: ff067a3b3c6531486b1a10bfaf40c4c9784a0b5e MD5sum: 1775c85067821cda139969af93ce281f Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.12-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.12-precise-generic Source: linux-meta Priority: optional Section: devel Installed-Size: 34 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0.150.164 Depends: linux-backports-modules-cw-3.12-3.2.0-150-generic Filename: pool/main/l/linux-meta/linux-backports-modules-cw-3.12-precise-generic_3.2.0.150.164_amd64.deb Size: 2532 SHA256: 308af6c8f8fa273c2c649c0eecf5186d0c0b78ac804492b0711c92d470cd5ed6 SHA1: b8c6d7a0664b00e5eff406a3db289744da07291a MD5sum: 0dd98a8febd06f0cca5cd47df9b4c7e1 Description: 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-cw-3.3-3.2.0-128-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10452 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-128.119 Depends: linux-image-3.2.0-128-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-128-generic, linux-backports-modules-cw-3.11-3.2.0-128-generic, linux-backports-modules-cw-3.12-3.2.0-128-generic, linux-backports-modules-cw-3.4-3.2.0-128-generic, linux-backports-modules-cw-3.5-3.2.0-128-generic, linux-backports-modules-cw-3.6-3.2.0-128-generic, linux-backports-modules-cw-3.7-3.2.0-128-generic, linux-backports-modules-cw-3.8-3.2.0-128-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.3-3.2.0-128-generic_3.2.0-128.119_amd64.deb Size: 2848532 SHA256: 93447c72b4b39a1c0e31448b322fbb7f685b66baba1bc9bfcb92c3ef79ab1435 SHA1: 0b2433863f7e340117ae15d44b73a399c35eac77 MD5sum: 574a76eb0dc8ef75b182a6d0ee101c31 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.3-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.3-3.2.0-128-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10441 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-128.119 Depends: linux-image-3.2.0-128-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-128-virtual, linux-backports-modules-cw-3.11-3.2.0-128-virtual, linux-backports-modules-cw-3.12-3.2.0-128-virtual, linux-backports-modules-cw-3.4-3.2.0-128-virtual, linux-backports-modules-cw-3.5-3.2.0-128-virtual, linux-backports-modules-cw-3.6-3.2.0-128-virtual, linux-backports-modules-cw-3.7-3.2.0-128-virtual, linux-backports-modules-cw-3.8-3.2.0-128-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.3-3.2.0-128-virtual_3.2.0-128.119_amd64.deb Size: 2846512 SHA256: 53b028a3116f7c4342b49a40ccf8d7c265a0bc3fd8d9c05ee4758ff434eea355 SHA1: fab1825f9770869b04ce54fe3d1c3846284f3879 MD5sum: e94b2efa69e392732c0d66e5d3105fb4 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.3-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.3-3.2.0-129-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10452 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-129.120 Depends: linux-image-3.2.0-129-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-129-generic, linux-backports-modules-cw-3.11-3.2.0-129-generic, linux-backports-modules-cw-3.12-3.2.0-129-generic, linux-backports-modules-cw-3.4-3.2.0-129-generic, linux-backports-modules-cw-3.5-3.2.0-129-generic, linux-backports-modules-cw-3.6-3.2.0-129-generic, linux-backports-modules-cw-3.7-3.2.0-129-generic, linux-backports-modules-cw-3.8-3.2.0-129-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.3-3.2.0-129-generic_3.2.0-129.120_amd64.deb Size: 2859796 SHA256: 92e1ada31b763382f2c6ec80a3b5b5588572e1e7e8990de95374e0e7075e2b6d SHA1: 981b892a06e23a0628b35989ffd228c5d973aed2 MD5sum: 936332aeaf19495ec3eac22666700a73 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.3-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.3-3.2.0-129-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10441 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-129.120 Depends: linux-image-3.2.0-129-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-129-virtual, linux-backports-modules-cw-3.11-3.2.0-129-virtual, linux-backports-modules-cw-3.12-3.2.0-129-virtual, linux-backports-modules-cw-3.4-3.2.0-129-virtual, linux-backports-modules-cw-3.5-3.2.0-129-virtual, linux-backports-modules-cw-3.6-3.2.0-129-virtual, linux-backports-modules-cw-3.7-3.2.0-129-virtual, linux-backports-modules-cw-3.8-3.2.0-129-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.3-3.2.0-129-virtual_3.2.0-129.120_amd64.deb Size: 2856582 SHA256: 91cd564af8db20f4b1a29b2825739fee9f9502d7b2b424bcb68b09750598a3c0 SHA1: 4d2f5d083fcfb75bd0b64fc55cc626a32bd061bc MD5sum: 660c06b2a34fcaedb6744656d60f6d57 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.3-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.3-3.2.0-130-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10452 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-130.121 Depends: linux-image-3.2.0-130-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-130-generic, linux-backports-modules-cw-3.11-3.2.0-130-generic, linux-backports-modules-cw-3.12-3.2.0-130-generic, linux-backports-modules-cw-3.4-3.2.0-130-generic, linux-backports-modules-cw-3.5-3.2.0-130-generic, linux-backports-modules-cw-3.6-3.2.0-130-generic, linux-backports-modules-cw-3.7-3.2.0-130-generic, linux-backports-modules-cw-3.8-3.2.0-130-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.3-3.2.0-130-generic_3.2.0-130.121_amd64.deb Size: 2849614 SHA256: d65b76c8a15324a8653358d26f6cd112b61cf0e902b55e4d168ed7a31f2ebb30 SHA1: 6a919755b714dfa082143ac8f3f0be59ec73479e MD5sum: 5d8c6c2850b508e64ec37aac6a727e71 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.3-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.3-3.2.0-130-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10441 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-130.121 Depends: linux-image-3.2.0-130-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-130-virtual, linux-backports-modules-cw-3.11-3.2.0-130-virtual, linux-backports-modules-cw-3.12-3.2.0-130-virtual, linux-backports-modules-cw-3.4-3.2.0-130-virtual, linux-backports-modules-cw-3.5-3.2.0-130-virtual, linux-backports-modules-cw-3.6-3.2.0-130-virtual, linux-backports-modules-cw-3.7-3.2.0-130-virtual, linux-backports-modules-cw-3.8-3.2.0-130-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.3-3.2.0-130-virtual_3.2.0-130.121_amd64.deb Size: 2848222 SHA256: 5dcf4508c638e8144b63a57aef008d2413628c1fa6bb8382958d53374e6b5ab3 SHA1: 6370bd65e5fc5993c25d889934647370e5b89882 MD5sum: c38f25e4305dc259efd70d6016baf22e Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.3-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.3-3.2.0-131-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10452 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-131.122 Depends: linux-image-3.2.0-131-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-131-generic, linux-backports-modules-cw-3.11-3.2.0-131-generic, linux-backports-modules-cw-3.12-3.2.0-131-generic, linux-backports-modules-cw-3.4-3.2.0-131-generic, linux-backports-modules-cw-3.5-3.2.0-131-generic, linux-backports-modules-cw-3.6-3.2.0-131-generic, linux-backports-modules-cw-3.7-3.2.0-131-generic, linux-backports-modules-cw-3.8-3.2.0-131-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.3-3.2.0-131-generic_3.2.0-131.122_amd64.deb Size: 2859428 SHA256: c7fad0c4992e6fdeb1123f6663649e6343f59efc33689061d3b833d14e74d57f SHA1: c17a648fae9bb3d27a7845f1c116c10bd76d4dd2 MD5sum: 919783f3583a7192ee8d0016019eeadf Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.3-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.3-3.2.0-131-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10441 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-131.122 Depends: linux-image-3.2.0-131-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-131-virtual, linux-backports-modules-cw-3.11-3.2.0-131-virtual, linux-backports-modules-cw-3.12-3.2.0-131-virtual, linux-backports-modules-cw-3.4-3.2.0-131-virtual, linux-backports-modules-cw-3.5-3.2.0-131-virtual, linux-backports-modules-cw-3.6-3.2.0-131-virtual, linux-backports-modules-cw-3.7-3.2.0-131-virtual, linux-backports-modules-cw-3.8-3.2.0-131-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.3-3.2.0-131-virtual_3.2.0-131.122_amd64.deb Size: 2857880 SHA256: 745ac31d54325749e6d644a45a7f5c5fe8bf7011824672df08ba05f18bcdd759 SHA1: 519ad34517a6f2fbafe12bf919f714ae46650e1c MD5sum: b495754b8931ba11d7c43b8f17f9c00a Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.3-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.3-3.2.0-132-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10452 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-132.123 Depends: linux-image-3.2.0-132-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-132-generic, linux-backports-modules-cw-3.11-3.2.0-132-generic, linux-backports-modules-cw-3.12-3.2.0-132-generic, linux-backports-modules-cw-3.4-3.2.0-132-generic, linux-backports-modules-cw-3.5-3.2.0-132-generic, linux-backports-modules-cw-3.6-3.2.0-132-generic, linux-backports-modules-cw-3.7-3.2.0-132-generic, linux-backports-modules-cw-3.8-3.2.0-132-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.3-3.2.0-132-generic_3.2.0-132.123_amd64.deb Size: 2853718 SHA256: 83446176af1d013b7ef52180f4b4c196037ba94d69c79194543304ca7546f687 SHA1: 138442bceb6956c857ce88db45c0510f5c64920d MD5sum: ddad06b3acd048914a9576963d289e26 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.3-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.3-3.2.0-132-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10441 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-132.123 Depends: linux-image-3.2.0-132-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-132-virtual, linux-backports-modules-cw-3.11-3.2.0-132-virtual, linux-backports-modules-cw-3.12-3.2.0-132-virtual, linux-backports-modules-cw-3.4-3.2.0-132-virtual, linux-backports-modules-cw-3.5-3.2.0-132-virtual, linux-backports-modules-cw-3.6-3.2.0-132-virtual, linux-backports-modules-cw-3.7-3.2.0-132-virtual, linux-backports-modules-cw-3.8-3.2.0-132-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.3-3.2.0-132-virtual_3.2.0-132.123_amd64.deb Size: 2854426 SHA256: d4fc150bbad001d564ec8e01d8fe2b2d53763e113f58cde26a0a15a6daed838e SHA1: 08735bd7c25499b418a675d98426ab003c34b800 MD5sum: efbbb1399868e91e43acc983a3bd5b9e Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.3-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.3-3.2.0-133-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10452 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-133.124 Depends: linux-image-3.2.0-133-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-133-generic, linux-backports-modules-cw-3.11-3.2.0-133-generic, linux-backports-modules-cw-3.12-3.2.0-133-generic, linux-backports-modules-cw-3.4-3.2.0-133-generic, linux-backports-modules-cw-3.5-3.2.0-133-generic, linux-backports-modules-cw-3.6-3.2.0-133-generic, linux-backports-modules-cw-3.7-3.2.0-133-generic, linux-backports-modules-cw-3.8-3.2.0-133-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.3-3.2.0-133-generic_3.2.0-133.124_amd64.deb Size: 2854408 SHA256: 55a093520ad61d8955716bfeaa6b364614afab1b14a100574aa04f8ef47b60e4 SHA1: 1fe8081456d71ce4182026d06cc69d0d8c6e75e4 MD5sum: 94cabdaf0f9af8fdec9e83053ce4703b Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.3-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.3-3.2.0-133-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10441 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-133.124 Depends: linux-image-3.2.0-133-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-133-virtual, linux-backports-modules-cw-3.11-3.2.0-133-virtual, linux-backports-modules-cw-3.12-3.2.0-133-virtual, linux-backports-modules-cw-3.4-3.2.0-133-virtual, linux-backports-modules-cw-3.5-3.2.0-133-virtual, linux-backports-modules-cw-3.6-3.2.0-133-virtual, linux-backports-modules-cw-3.7-3.2.0-133-virtual, linux-backports-modules-cw-3.8-3.2.0-133-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.3-3.2.0-133-virtual_3.2.0-133.124_amd64.deb Size: 2853016 SHA256: 2071ed58660c7e73b8809b78c6eee068d3caacb88ab524a33a785b2b3286cd58 SHA1: 83654684887f6d6d44028d59910a4bfdfeaf664c MD5sum: 6986e1977c4574c7b87d976b94c21ffc Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.3-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.3-3.2.0-134-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10452 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-134.125 Depends: linux-image-3.2.0-134-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-134-generic, linux-backports-modules-cw-3.11-3.2.0-134-generic, linux-backports-modules-cw-3.12-3.2.0-134-generic, linux-backports-modules-cw-3.4-3.2.0-134-generic, linux-backports-modules-cw-3.5-3.2.0-134-generic, linux-backports-modules-cw-3.6-3.2.0-134-generic, linux-backports-modules-cw-3.7-3.2.0-134-generic, linux-backports-modules-cw-3.8-3.2.0-134-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.3-3.2.0-134-generic_3.2.0-134.125_amd64.deb Size: 2857294 SHA256: cdf92797f318b750e6803247d1181615324d9cabdd7848fd229f9381251da274 SHA1: 20e6c1933900c3132fc829ed35c4976c331fea7d MD5sum: 5acbc15138bc79c7423a9c03dc0fd721 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.3-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.3-3.2.0-134-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10441 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-134.125 Depends: linux-image-3.2.0-134-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-134-virtual, linux-backports-modules-cw-3.11-3.2.0-134-virtual, linux-backports-modules-cw-3.12-3.2.0-134-virtual, linux-backports-modules-cw-3.4-3.2.0-134-virtual, linux-backports-modules-cw-3.5-3.2.0-134-virtual, linux-backports-modules-cw-3.6-3.2.0-134-virtual, linux-backports-modules-cw-3.7-3.2.0-134-virtual, linux-backports-modules-cw-3.8-3.2.0-134-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.3-3.2.0-134-virtual_3.2.0-134.125_amd64.deb Size: 2856164 SHA256: 678d36917debe21b23564b0140e611688c4c07e5460fdbfe81348a64af491a50 SHA1: 6c8f0ec848591bbb1d8eb055dc93f30dd7ff0b7c MD5sum: 40c2d9b6c081d589d5877c3d6c2d5fe4 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.3-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.3-3.2.0-135-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10452 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-135.126 Depends: linux-image-3.2.0-135-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-135-generic, linux-backports-modules-cw-3.11-3.2.0-135-generic, linux-backports-modules-cw-3.12-3.2.0-135-generic, linux-backports-modules-cw-3.4-3.2.0-135-generic, linux-backports-modules-cw-3.5-3.2.0-135-generic, linux-backports-modules-cw-3.6-3.2.0-135-generic, linux-backports-modules-cw-3.7-3.2.0-135-generic, linux-backports-modules-cw-3.8-3.2.0-135-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.3-3.2.0-135-generic_3.2.0-135.126_amd64.deb Size: 2853590 SHA256: 75fc67c02ff51bbc3eed8b7a91391e8f96eda9173ab8732bb2f2fada476b5d2c SHA1: 1ff828f2f0ed695cc0b624f7c98493f3f7c3ee32 MD5sum: 0cc880e4bcac92b4859b6de19948d362 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.3-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.3-3.2.0-135-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10441 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-135.126 Depends: linux-image-3.2.0-135-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-135-virtual, linux-backports-modules-cw-3.11-3.2.0-135-virtual, linux-backports-modules-cw-3.12-3.2.0-135-virtual, linux-backports-modules-cw-3.4-3.2.0-135-virtual, linux-backports-modules-cw-3.5-3.2.0-135-virtual, linux-backports-modules-cw-3.6-3.2.0-135-virtual, linux-backports-modules-cw-3.7-3.2.0-135-virtual, linux-backports-modules-cw-3.8-3.2.0-135-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.3-3.2.0-135-virtual_3.2.0-135.126_amd64.deb Size: 2851776 SHA256: 674e47ed0e42a23c09bb392b279eb86be77a3c13c454efc3f058fbb08f1b4120 SHA1: a97db643dc3a3662a7425c5e4d560ed7bb1cac5a MD5sum: 7cf9ecd5263fb332e66bff99cca017b0 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.3-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.3-3.2.0-136-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10452 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-136.127 Depends: linux-image-3.2.0-136-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-136-generic, linux-backports-modules-cw-3.11-3.2.0-136-generic, linux-backports-modules-cw-3.12-3.2.0-136-generic, linux-backports-modules-cw-3.4-3.2.0-136-generic, linux-backports-modules-cw-3.5-3.2.0-136-generic, linux-backports-modules-cw-3.6-3.2.0-136-generic, linux-backports-modules-cw-3.7-3.2.0-136-generic, linux-backports-modules-cw-3.8-3.2.0-136-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.3-3.2.0-136-generic_3.2.0-136.127_amd64.deb Size: 2853292 SHA256: 6a6822a2e2783af3a78f6e597b6d09e275e013b70cc49520feb9f680d68143fb SHA1: 16dafe67390b03a3744da86d4e007744f206e552 MD5sum: 8e846cbc218125f2795cd7c98a3bbc3b Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.3-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.3-3.2.0-136-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10441 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-136.127 Depends: linux-image-3.2.0-136-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-136-virtual, linux-backports-modules-cw-3.11-3.2.0-136-virtual, linux-backports-modules-cw-3.12-3.2.0-136-virtual, linux-backports-modules-cw-3.4-3.2.0-136-virtual, linux-backports-modules-cw-3.5-3.2.0-136-virtual, linux-backports-modules-cw-3.6-3.2.0-136-virtual, linux-backports-modules-cw-3.7-3.2.0-136-virtual, linux-backports-modules-cw-3.8-3.2.0-136-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.3-3.2.0-136-virtual_3.2.0-136.127_amd64.deb Size: 2851880 SHA256: 4f96edf3242d1de00c9b9e587f5f6cef72b359d53ab31af38b822d3ad40bb86d SHA1: 592e683dd23afdc7de9368cd287ca7ee51e2c761 MD5sum: fff86de33c41429ef21e03b43d259415 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.3-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.3-3.2.0-137-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10453 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-137.129 Depends: linux-image-3.2.0-137-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-137-generic, linux-backports-modules-cw-3.11-3.2.0-137-generic, linux-backports-modules-cw-3.12-3.2.0-137-generic, linux-backports-modules-cw-3.4-3.2.0-137-generic, linux-backports-modules-cw-3.5-3.2.0-137-generic, linux-backports-modules-cw-3.6-3.2.0-137-generic, linux-backports-modules-cw-3.7-3.2.0-137-generic, linux-backports-modules-cw-3.8-3.2.0-137-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.3-3.2.0-137-generic_3.2.0-137.129_amd64.deb Size: 2838630 SHA256: 0d9122019212cb797a91b8ca345161c3a357d3f7dc5cabf7e2315e3bb641e9b7 SHA1: c365b4acf232e424252a04ba3c132fa6a2793b63 MD5sum: 30d984f66ed06ae770f8f3afcd2b27b8 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.3-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.3-3.2.0-137-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10441 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-137.129 Depends: linux-image-3.2.0-137-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-137-virtual, linux-backports-modules-cw-3.11-3.2.0-137-virtual, linux-backports-modules-cw-3.12-3.2.0-137-virtual, linux-backports-modules-cw-3.4-3.2.0-137-virtual, linux-backports-modules-cw-3.5-3.2.0-137-virtual, linux-backports-modules-cw-3.6-3.2.0-137-virtual, linux-backports-modules-cw-3.7-3.2.0-137-virtual, linux-backports-modules-cw-3.8-3.2.0-137-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.3-3.2.0-137-virtual_3.2.0-137.129_amd64.deb Size: 2836444 SHA256: eeb088da260fe0e30eda25410d6fa9e8c6fc9666d5c5b549a409b8c548155240 SHA1: 7b996799336046dd795deed01ef8df16eca3038a MD5sum: ceb8a5cb2c1300549ca204fe17de4275 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.3-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.3-3.2.0-138-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10453 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-138.130 Depends: linux-image-3.2.0-138-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-138-generic, linux-backports-modules-cw-3.11-3.2.0-138-generic, linux-backports-modules-cw-3.12-3.2.0-138-generic, linux-backports-modules-cw-3.4-3.2.0-138-generic, linux-backports-modules-cw-3.5-3.2.0-138-generic, linux-backports-modules-cw-3.6-3.2.0-138-generic, linux-backports-modules-cw-3.7-3.2.0-138-generic, linux-backports-modules-cw-3.8-3.2.0-138-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.3-3.2.0-138-generic_3.2.0-138.130_amd64.deb Size: 2859564 SHA256: 3ab5341d6423f8dbc00de231abf33a3becda8ea1aac1f2e5c42d7d59f536ca08 SHA1: 9dbb0278cf00c611cc42ccd2936c43f7f8299a49 MD5sum: 942636f2581ac62852545b6532a5d3d9 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.3-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.3-3.2.0-138-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10441 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-138.130 Depends: linux-image-3.2.0-138-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-138-virtual, linux-backports-modules-cw-3.11-3.2.0-138-virtual, linux-backports-modules-cw-3.12-3.2.0-138-virtual, linux-backports-modules-cw-3.4-3.2.0-138-virtual, linux-backports-modules-cw-3.5-3.2.0-138-virtual, linux-backports-modules-cw-3.6-3.2.0-138-virtual, linux-backports-modules-cw-3.7-3.2.0-138-virtual, linux-backports-modules-cw-3.8-3.2.0-138-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.3-3.2.0-138-virtual_3.2.0-138.130_amd64.deb Size: 2858066 SHA256: f02f930c658bc55e7ddaa7fe39814f8bfed3c061dd4bd72e0ee341e8548f04dc SHA1: 41cd37a3785c92459e8c80acd7ec8536ffbd6656 MD5sum: 7d3cee28f8308f791b36b45f00148c41 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.3-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.3-3.2.0-139-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10453 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-139.131 Depends: linux-image-3.2.0-139-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-139-generic, linux-backports-modules-cw-3.11-3.2.0-139-generic, linux-backports-modules-cw-3.12-3.2.0-139-generic, linux-backports-modules-cw-3.4-3.2.0-139-generic, linux-backports-modules-cw-3.5-3.2.0-139-generic, linux-backports-modules-cw-3.6-3.2.0-139-generic, linux-backports-modules-cw-3.7-3.2.0-139-generic, linux-backports-modules-cw-3.8-3.2.0-139-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.3-3.2.0-139-generic_3.2.0-139.131_amd64.deb Size: 2844276 SHA256: 37f0a407d319efb936dbbb6f9600e21af882e6b4c5667d8d58e3d95da986899f SHA1: 01c4272da236efac169b1a7a53265fa1dc53ad13 MD5sum: 9a82ec2a65fd35ba8288f63f8467e721 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.3-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.3-3.2.0-139-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10441 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-139.131 Depends: linux-image-3.2.0-139-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-139-virtual, linux-backports-modules-cw-3.11-3.2.0-139-virtual, linux-backports-modules-cw-3.12-3.2.0-139-virtual, linux-backports-modules-cw-3.4-3.2.0-139-virtual, linux-backports-modules-cw-3.5-3.2.0-139-virtual, linux-backports-modules-cw-3.6-3.2.0-139-virtual, linux-backports-modules-cw-3.7-3.2.0-139-virtual, linux-backports-modules-cw-3.8-3.2.0-139-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.3-3.2.0-139-virtual_3.2.0-139.131_amd64.deb Size: 2843326 SHA256: 84b86b52f74cf665a57b989f956232249db2093b3d5a13a839c09065a7e9e6c5 SHA1: ab118d6bd8beed29f154860121b39ce591a5d4f2 MD5sum: cc62510b165acae8d8121684bb85b0fb Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.3-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.3-3.2.0-140-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10453 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-140.132 Depends: linux-image-3.2.0-140-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-140-generic, linux-backports-modules-cw-3.11-3.2.0-140-generic, linux-backports-modules-cw-3.12-3.2.0-140-generic, linux-backports-modules-cw-3.4-3.2.0-140-generic, linux-backports-modules-cw-3.5-3.2.0-140-generic, linux-backports-modules-cw-3.6-3.2.0-140-generic, linux-backports-modules-cw-3.7-3.2.0-140-generic, linux-backports-modules-cw-3.8-3.2.0-140-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.3-3.2.0-140-generic_3.2.0-140.132_amd64.deb Size: 2835550 SHA256: ee24dc6908012df267d6a262c0c25a6a45a80234cc14ffbe8604216db4d878c4 SHA1: 3367bef02bdf29ab50b11e29cc4f8455c1872e6c MD5sum: 3fbd9650fde584de02c67c6cd1415272 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.3-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.3-3.2.0-140-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10441 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-140.132 Depends: linux-image-3.2.0-140-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-140-virtual, linux-backports-modules-cw-3.11-3.2.0-140-virtual, linux-backports-modules-cw-3.12-3.2.0-140-virtual, linux-backports-modules-cw-3.4-3.2.0-140-virtual, linux-backports-modules-cw-3.5-3.2.0-140-virtual, linux-backports-modules-cw-3.6-3.2.0-140-virtual, linux-backports-modules-cw-3.7-3.2.0-140-virtual, linux-backports-modules-cw-3.8-3.2.0-140-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.3-3.2.0-140-virtual_3.2.0-140.132_amd64.deb Size: 2831984 SHA256: e19f134726464da22bdbbf545344068c1a758f4f531ee9624b17b94dc9f5b5f8 SHA1: 4a051b76897220a3c62bf00fd6608a02c3555c92 MD5sum: 6710aff8eaa98f4c8646f83d2a4c8c64 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.3-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.3-3.2.0-141-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10453 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-141.133 Depends: linux-image-3.2.0-141-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-141-generic, linux-backports-modules-cw-3.11-3.2.0-141-generic, linux-backports-modules-cw-3.12-3.2.0-141-generic, linux-backports-modules-cw-3.4-3.2.0-141-generic, linux-backports-modules-cw-3.5-3.2.0-141-generic, linux-backports-modules-cw-3.6-3.2.0-141-generic, linux-backports-modules-cw-3.7-3.2.0-141-generic, linux-backports-modules-cw-3.8-3.2.0-141-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.3-3.2.0-141-generic_3.2.0-141.133_amd64.deb Size: 2852388 SHA256: b38cae46fa1f0dbadc5fd9a9336c222f72199443d8eea367f7f2b6c4f65fd0d3 SHA1: 07197460083ec724ff7383291a5025b7a62117ca MD5sum: 8f74f097b17405d08679394f8f6497f3 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.3-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.3-3.2.0-141-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10441 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-141.133 Depends: linux-image-3.2.0-141-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-141-virtual, linux-backports-modules-cw-3.11-3.2.0-141-virtual, linux-backports-modules-cw-3.12-3.2.0-141-virtual, linux-backports-modules-cw-3.4-3.2.0-141-virtual, linux-backports-modules-cw-3.5-3.2.0-141-virtual, linux-backports-modules-cw-3.6-3.2.0-141-virtual, linux-backports-modules-cw-3.7-3.2.0-141-virtual, linux-backports-modules-cw-3.8-3.2.0-141-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.3-3.2.0-141-virtual_3.2.0-141.133_amd64.deb Size: 2850470 SHA256: cc470728228f1f80bbee5305e438bf1c7feaba6be450dc14f6a4ace10d5af232 SHA1: 8fe84f4565a1e66a730cb44b8d74eddc1a0e5789 MD5sum: 3fd936edc9d136e868aa4bc7c1d2eca8 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.3-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.3-3.2.0-142-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10453 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-142.134 Depends: linux-image-3.2.0-142-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-142-generic, linux-backports-modules-cw-3.11-3.2.0-142-generic, linux-backports-modules-cw-3.12-3.2.0-142-generic, linux-backports-modules-cw-3.4-3.2.0-142-generic, linux-backports-modules-cw-3.5-3.2.0-142-generic, linux-backports-modules-cw-3.6-3.2.0-142-generic, linux-backports-modules-cw-3.7-3.2.0-142-generic, linux-backports-modules-cw-3.8-3.2.0-142-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.3-3.2.0-142-generic_3.2.0-142.134_amd64.deb Size: 2850046 SHA256: 1aedd9227aa1e82ed216db30d1b7c15d56b3841d73d8b7de6d1940b070c5afd7 SHA1: 82b10567247d550419ec18e865492668ac55cfe2 MD5sum: 6de63562237c085c3f0b28a1b460726c Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.3-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.3-3.2.0-142-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10441 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-142.134 Depends: linux-image-3.2.0-142-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-142-virtual, linux-backports-modules-cw-3.11-3.2.0-142-virtual, linux-backports-modules-cw-3.12-3.2.0-142-virtual, linux-backports-modules-cw-3.4-3.2.0-142-virtual, linux-backports-modules-cw-3.5-3.2.0-142-virtual, linux-backports-modules-cw-3.6-3.2.0-142-virtual, linux-backports-modules-cw-3.7-3.2.0-142-virtual, linux-backports-modules-cw-3.8-3.2.0-142-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.3-3.2.0-142-virtual_3.2.0-142.134_amd64.deb Size: 2849040 SHA256: 79f05234f60d36bfc0aaa55fa2c28ff6cfc1ab45696ac791c059ce9c01b9d4dc SHA1: bd7bba94bc437753a52fde1657b3b0223de71c9d MD5sum: 3532499a967110563252764091a87c8f Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.3-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.3-3.2.0-143-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10453 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-143.135 Depends: linux-image-3.2.0-143-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-143-generic, linux-backports-modules-cw-3.11-3.2.0-143-generic, linux-backports-modules-cw-3.12-3.2.0-143-generic, linux-backports-modules-cw-3.4-3.2.0-143-generic, linux-backports-modules-cw-3.5-3.2.0-143-generic, linux-backports-modules-cw-3.6-3.2.0-143-generic, linux-backports-modules-cw-3.7-3.2.0-143-generic, linux-backports-modules-cw-3.8-3.2.0-143-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.3-3.2.0-143-generic_3.2.0-143.135_amd64.deb Size: 2837394 SHA256: da133c4c6747d4b79b0ff93bbbe34635674a58b4027daac279306e534d086d4a SHA1: f218454fe76d9ac2c7ca8d97c348fa8ad7202194 MD5sum: 6e6e0305977d8e6445abf967515b463a Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.3-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.3-3.2.0-143-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10441 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-143.135 Depends: linux-image-3.2.0-143-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-143-virtual, linux-backports-modules-cw-3.11-3.2.0-143-virtual, linux-backports-modules-cw-3.12-3.2.0-143-virtual, linux-backports-modules-cw-3.4-3.2.0-143-virtual, linux-backports-modules-cw-3.5-3.2.0-143-virtual, linux-backports-modules-cw-3.6-3.2.0-143-virtual, linux-backports-modules-cw-3.7-3.2.0-143-virtual, linux-backports-modules-cw-3.8-3.2.0-143-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.3-3.2.0-143-virtual_3.2.0-143.135_amd64.deb Size: 2834246 SHA256: 462082e4e773fbb230176fd047f84ddd2669e1820fb382edb89b0804e68b003c SHA1: cde5ea8f27914394f644f254ec6091ae3f46a52f MD5sum: 8c898b92c534f9dad4c80ddb5ecf76cb Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.3-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.3-3.2.0-144-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10453 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-144.136 Depends: linux-image-3.2.0-144-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-144-generic, linux-backports-modules-cw-3.11-3.2.0-144-generic, linux-backports-modules-cw-3.12-3.2.0-144-generic, linux-backports-modules-cw-3.4-3.2.0-144-generic, linux-backports-modules-cw-3.5-3.2.0-144-generic, linux-backports-modules-cw-3.6-3.2.0-144-generic, linux-backports-modules-cw-3.7-3.2.0-144-generic, linux-backports-modules-cw-3.8-3.2.0-144-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.3-3.2.0-144-generic_3.2.0-144.136_amd64.deb Size: 2852502 SHA256: 394c4c41e749152840793e4a8b7ca9cd63a089bed515e4822bcbd6805fd030db SHA1: f653c0ac640c9ae31de355c81658de68cc3fc870 MD5sum: eee7e07d5f03a45e6abd6099543415ba Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.3-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.3-3.2.0-144-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10441 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-144.136 Depends: linux-image-3.2.0-144-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-144-virtual, linux-backports-modules-cw-3.11-3.2.0-144-virtual, linux-backports-modules-cw-3.12-3.2.0-144-virtual, linux-backports-modules-cw-3.4-3.2.0-144-virtual, linux-backports-modules-cw-3.5-3.2.0-144-virtual, linux-backports-modules-cw-3.6-3.2.0-144-virtual, linux-backports-modules-cw-3.7-3.2.0-144-virtual, linux-backports-modules-cw-3.8-3.2.0-144-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.3-3.2.0-144-virtual_3.2.0-144.136_amd64.deb Size: 2851050 SHA256: 653fa89d8ce41c597e7d7b55a15eaab2f2baebc4b6a28e856c7357df2bc35b2d SHA1: 8efb3c6c970abf6a973fd9f11908d152a41f0c9f MD5sum: 576a5a2dd62b484bfe91abfc270d6ad0 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.3-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.3-3.2.0-147-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10453 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-147.138 Depends: linux-image-3.2.0-147-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-147-generic, linux-backports-modules-cw-3.11-3.2.0-147-generic, linux-backports-modules-cw-3.12-3.2.0-147-generic, linux-backports-modules-cw-3.4-3.2.0-147-generic, linux-backports-modules-cw-3.5-3.2.0-147-generic, linux-backports-modules-cw-3.6-3.2.0-147-generic, linux-backports-modules-cw-3.7-3.2.0-147-generic, linux-backports-modules-cw-3.8-3.2.0-147-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.3-3.2.0-147-generic_3.2.0-147.138_amd64.deb Size: 2857236 SHA256: 37b425647865092d87dc82fc2c28ef84c03afd06194a4d5fc62ec91c96d7ba44 SHA1: b4d0710e06579dd53d63f96b47fbd6243fd8cafc MD5sum: ed46bd6e60d1c1516e96f4452ab8fefa Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.3-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.3-3.2.0-147-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10442 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-147.138 Depends: linux-image-3.2.0-147-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-147-virtual, linux-backports-modules-cw-3.11-3.2.0-147-virtual, linux-backports-modules-cw-3.12-3.2.0-147-virtual, linux-backports-modules-cw-3.4-3.2.0-147-virtual, linux-backports-modules-cw-3.5-3.2.0-147-virtual, linux-backports-modules-cw-3.6-3.2.0-147-virtual, linux-backports-modules-cw-3.7-3.2.0-147-virtual, linux-backports-modules-cw-3.8-3.2.0-147-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.3-3.2.0-147-virtual_3.2.0-147.138_amd64.deb Size: 2855428 SHA256: 0baa3f737481584a345d0d9b5ff90aad99afdbcb593f1d1fb8f250a09bbba8b8 SHA1: 2711c3cc4a42cbe8862ffbc88ce47b4458399d5f MD5sum: 435161f920930e3e435d848408594c8b Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.3-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.3-3.2.0-148-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10453 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-148.139 Depends: linux-image-3.2.0-148-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-148-generic, linux-backports-modules-cw-3.11-3.2.0-148-generic, linux-backports-modules-cw-3.12-3.2.0-148-generic, linux-backports-modules-cw-3.4-3.2.0-148-generic, linux-backports-modules-cw-3.5-3.2.0-148-generic, linux-backports-modules-cw-3.6-3.2.0-148-generic, linux-backports-modules-cw-3.7-3.2.0-148-generic, linux-backports-modules-cw-3.8-3.2.0-148-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.3-3.2.0-148-generic_3.2.0-148.139_amd64.deb Size: 2842904 SHA256: 27015097d48f435bb6e27f3f1f0c4fa1839cbe64a9ca5f387817f823d5e6157d SHA1: c8ec33436eaab59fd7455e16ce25e6d76a6b647a MD5sum: 2c465f2383e162c11bbd0b3be4cd7813 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.3-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.3-3.2.0-148-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10442 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-148.139 Depends: linux-image-3.2.0-148-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-148-virtual, linux-backports-modules-cw-3.11-3.2.0-148-virtual, linux-backports-modules-cw-3.12-3.2.0-148-virtual, linux-backports-modules-cw-3.4-3.2.0-148-virtual, linux-backports-modules-cw-3.5-3.2.0-148-virtual, linux-backports-modules-cw-3.6-3.2.0-148-virtual, linux-backports-modules-cw-3.7-3.2.0-148-virtual, linux-backports-modules-cw-3.8-3.2.0-148-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.3-3.2.0-148-virtual_3.2.0-148.139_amd64.deb Size: 2841356 SHA256: 963534f9129109bdcceaee625e75fceefc5941eedb1ebd54764c540f451ab92a SHA1: 53b3a05839e99cb71ddc1b39db0281463d03919a MD5sum: 00f0abc3957c59c6a566ac853848d9f4 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.3-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.3-3.2.0-149-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10453 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-149.140 Depends: linux-image-3.2.0-149-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-149-generic, linux-backports-modules-cw-3.11-3.2.0-149-generic, linux-backports-modules-cw-3.12-3.2.0-149-generic, linux-backports-modules-cw-3.4-3.2.0-149-generic, linux-backports-modules-cw-3.5-3.2.0-149-generic, linux-backports-modules-cw-3.6-3.2.0-149-generic, linux-backports-modules-cw-3.7-3.2.0-149-generic, linux-backports-modules-cw-3.8-3.2.0-149-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.3-3.2.0-149-generic_3.2.0-149.140_amd64.deb Size: 2838494 SHA256: 5518984852b2548914533e957c4ac25244eceaf45e46fd1e8b4833f82b49908e SHA1: 5ac3fabaf29b7c01eee1436406498f353b0bb4ef MD5sum: 5f2c0f652277842bab4606850e85cf50 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.3-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.3-3.2.0-149-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10442 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-149.140 Depends: linux-image-3.2.0-149-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-149-virtual, linux-backports-modules-cw-3.11-3.2.0-149-virtual, linux-backports-modules-cw-3.12-3.2.0-149-virtual, linux-backports-modules-cw-3.4-3.2.0-149-virtual, linux-backports-modules-cw-3.5-3.2.0-149-virtual, linux-backports-modules-cw-3.6-3.2.0-149-virtual, linux-backports-modules-cw-3.7-3.2.0-149-virtual, linux-backports-modules-cw-3.8-3.2.0-149-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.3-3.2.0-149-virtual_3.2.0-149.140_amd64.deb Size: 2836006 SHA256: 1302b2f21b253ff4bc43857a87bdaa500bc86f62eeaa6e5d32d2d79532f0c430 SHA1: 6afeadf16352e258639d6495b9482c16bfee8724 MD5sum: 883fd9d9cccbe3c9d938477f3dfb4753 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.3-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.3-3.2.0-150-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10453 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-150.141 Depends: linux-image-3.2.0-150-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-150-generic, linux-backports-modules-cw-3.11-3.2.0-150-generic, linux-backports-modules-cw-3.12-3.2.0-150-generic, linux-backports-modules-cw-3.4-3.2.0-150-generic, linux-backports-modules-cw-3.5-3.2.0-150-generic, linux-backports-modules-cw-3.6-3.2.0-150-generic, linux-backports-modules-cw-3.7-3.2.0-150-generic, linux-backports-modules-cw-3.8-3.2.0-150-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.3-3.2.0-150-generic_3.2.0-150.141_amd64.deb Size: 2844358 SHA256: abff9888e20f6dfb4982c557176e241155300e8f42d9a79990a027619099b812 SHA1: 1ca69174a15a73a0385c4c71ed02f16ce59ce6af MD5sum: ee2129140d218c4a5c4564917c6579a9 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.3-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.3-3.2.0-150-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10442 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-150.141 Depends: linux-image-3.2.0-150-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-150-virtual, linux-backports-modules-cw-3.11-3.2.0-150-virtual, linux-backports-modules-cw-3.12-3.2.0-150-virtual, linux-backports-modules-cw-3.4-3.2.0-150-virtual, linux-backports-modules-cw-3.5-3.2.0-150-virtual, linux-backports-modules-cw-3.6-3.2.0-150-virtual, linux-backports-modules-cw-3.7-3.2.0-150-virtual, linux-backports-modules-cw-3.8-3.2.0-150-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.3-3.2.0-150-virtual_3.2.0-150.141_amd64.deb Size: 2841342 SHA256: 9d2272f67067d51aebd42f8b08cd58a95949b6de1120072fa9af2daaa25484ea SHA1: 0b3330500580a2b08be76430a8e8c5e28276dae4 MD5sum: 8ad87d37d40f86afb57e0fe7db006701 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.3-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.3-precise-generic Source: linux-meta Priority: optional Section: devel Installed-Size: 34 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0.150.164 Depends: linux-backports-modules-cw-3.3-3.2.0-150-generic Filename: pool/main/l/linux-meta/linux-backports-modules-cw-3.3-precise-generic_3.2.0.150.164_amd64.deb Size: 2528 SHA256: 57ae841548ee6c3f1768b5c0511013f8bfef59b8b33d17bad89ded91ad3b0cec SHA1: 8c05f61f89c6b8fb96c8892a56988c37b10bbd4b MD5sum: 6bae556de6d2e1d451877f1f7f5681df Description: 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-cw-3.4-3.2.0-128-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10417 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-128.119 Depends: linux-image-3.2.0-128-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-128-generic, linux-backports-modules-cw-3.11-3.2.0-128-generic, linux-backports-modules-cw-3.12-3.2.0-128-generic, linux-backports-modules-cw-3.3-3.2.0-128-generic, linux-backports-modules-cw-3.5-3.2.0-128-generic, linux-backports-modules-cw-3.6-3.2.0-128-generic, linux-backports-modules-cw-3.7-3.2.0-128-generic, linux-backports-modules-cw-3.8-3.2.0-128-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.4-3.2.0-128-generic_3.2.0-128.119_amd64.deb Size: 2855392 SHA256: d93a38b1d65fb8df9a0af23ae70b771498c28a3c6a56ab006fdf173ad60a30cf SHA1: 366167940edc0d606f8f61f88f8c907f00bf49a2 MD5sum: bcbaafa1b3c3511c2aba3c3f142c86a4 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.4-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.4-3.2.0-128-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10406 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-128.119 Depends: linux-image-3.2.0-128-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-128-virtual, linux-backports-modules-cw-3.11-3.2.0-128-virtual, linux-backports-modules-cw-3.12-3.2.0-128-virtual, linux-backports-modules-cw-3.3-3.2.0-128-virtual, linux-backports-modules-cw-3.5-3.2.0-128-virtual, linux-backports-modules-cw-3.6-3.2.0-128-virtual, linux-backports-modules-cw-3.7-3.2.0-128-virtual, linux-backports-modules-cw-3.8-3.2.0-128-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.4-3.2.0-128-virtual_3.2.0-128.119_amd64.deb Size: 2853568 SHA256: 7caf24b286116b2ad16355fbc44acc2bb52790a92d3941c01c147bd4158a91a8 SHA1: 1acedab8166c251ba0031b6baf8ea300e98c8361 MD5sum: d4407d080e79e8562cc474a4238155ed Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.4-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.4-3.2.0-129-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10417 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-129.120 Depends: linux-image-3.2.0-129-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-129-generic, linux-backports-modules-cw-3.11-3.2.0-129-generic, linux-backports-modules-cw-3.12-3.2.0-129-generic, linux-backports-modules-cw-3.3-3.2.0-129-generic, linux-backports-modules-cw-3.5-3.2.0-129-generic, linux-backports-modules-cw-3.6-3.2.0-129-generic, linux-backports-modules-cw-3.7-3.2.0-129-generic, linux-backports-modules-cw-3.8-3.2.0-129-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.4-3.2.0-129-generic_3.2.0-129.120_amd64.deb Size: 2885442 SHA256: dbf38356927986437c563e2b895311dd82e454e747164a882873c5e7f1f6c5c7 SHA1: 9b6cb9b2fb7bc051619696f309fc32c9a78fdb98 MD5sum: 11248e7490577827334f0617135ded58 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.4-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.4-3.2.0-129-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10406 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-129.120 Depends: linux-image-3.2.0-129-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-129-virtual, linux-backports-modules-cw-3.11-3.2.0-129-virtual, linux-backports-modules-cw-3.12-3.2.0-129-virtual, linux-backports-modules-cw-3.3-3.2.0-129-virtual, linux-backports-modules-cw-3.5-3.2.0-129-virtual, linux-backports-modules-cw-3.6-3.2.0-129-virtual, linux-backports-modules-cw-3.7-3.2.0-129-virtual, linux-backports-modules-cw-3.8-3.2.0-129-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.4-3.2.0-129-virtual_3.2.0-129.120_amd64.deb Size: 2884648 SHA256: 9187d5268b8275591bc22ff8d8b12a522fd992ac1a95f6d8b5e368ebd460334d SHA1: 4bc285b8c59672acead2bde844fe247873c1078d MD5sum: f9e7e6d9537d9652a4da438108e384e2 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.4-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.4-3.2.0-130-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10417 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-130.121 Depends: linux-image-3.2.0-130-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-130-generic, linux-backports-modules-cw-3.11-3.2.0-130-generic, linux-backports-modules-cw-3.12-3.2.0-130-generic, linux-backports-modules-cw-3.3-3.2.0-130-generic, linux-backports-modules-cw-3.5-3.2.0-130-generic, linux-backports-modules-cw-3.6-3.2.0-130-generic, linux-backports-modules-cw-3.7-3.2.0-130-generic, linux-backports-modules-cw-3.8-3.2.0-130-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.4-3.2.0-130-generic_3.2.0-130.121_amd64.deb Size: 2873274 SHA256: 6e11b1f71340da84be41ed0a303155689a275b50a1e9d6a70b5d84748860bb9e SHA1: 3c696007f38d1614408575d8a935a81b75372f21 MD5sum: 78d16ef51d32d43b62e2ece214034c17 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.4-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.4-3.2.0-130-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10406 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-130.121 Depends: linux-image-3.2.0-130-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-130-virtual, linux-backports-modules-cw-3.11-3.2.0-130-virtual, linux-backports-modules-cw-3.12-3.2.0-130-virtual, linux-backports-modules-cw-3.3-3.2.0-130-virtual, linux-backports-modules-cw-3.5-3.2.0-130-virtual, linux-backports-modules-cw-3.6-3.2.0-130-virtual, linux-backports-modules-cw-3.7-3.2.0-130-virtual, linux-backports-modules-cw-3.8-3.2.0-130-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.4-3.2.0-130-virtual_3.2.0-130.121_amd64.deb Size: 2872008 SHA256: a36638669a6e110cd2ae908d75daf8c64ec70ccecbd4926e1ccd691bc9307f24 SHA1: 90a43506219d92eea2add1802c27ae0633305eb8 MD5sum: a33988c40a836cd74497c806279b1d34 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.4-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.4-3.2.0-131-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10417 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-131.122 Depends: linux-image-3.2.0-131-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-131-generic, linux-backports-modules-cw-3.11-3.2.0-131-generic, linux-backports-modules-cw-3.12-3.2.0-131-generic, linux-backports-modules-cw-3.3-3.2.0-131-generic, linux-backports-modules-cw-3.5-3.2.0-131-generic, linux-backports-modules-cw-3.6-3.2.0-131-generic, linux-backports-modules-cw-3.7-3.2.0-131-generic, linux-backports-modules-cw-3.8-3.2.0-131-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.4-3.2.0-131-generic_3.2.0-131.122_amd64.deb Size: 2869330 SHA256: 193e889e68959a9c8ecae4f8358c15c46ae6861dc0cb3d730f9fe3bc124f80b4 SHA1: 8ebbed70a2c40fca525ebc1eca8e549f951d30c9 MD5sum: 4acfa48abff9263a74dc344047fe6fe4 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.4-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.4-3.2.0-131-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10406 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-131.122 Depends: linux-image-3.2.0-131-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-131-virtual, linux-backports-modules-cw-3.11-3.2.0-131-virtual, linux-backports-modules-cw-3.12-3.2.0-131-virtual, linux-backports-modules-cw-3.3-3.2.0-131-virtual, linux-backports-modules-cw-3.5-3.2.0-131-virtual, linux-backports-modules-cw-3.6-3.2.0-131-virtual, linux-backports-modules-cw-3.7-3.2.0-131-virtual, linux-backports-modules-cw-3.8-3.2.0-131-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.4-3.2.0-131-virtual_3.2.0-131.122_amd64.deb Size: 2866938 SHA256: 18b9d52bea7cfb35d048d10f54312f7254a0447d1484cb5d27bf9a7330b1f95d SHA1: 56bf1c6eb9db268bfb1c45d8abf40753df8ac227 MD5sum: 8204ce0cd0bb1cf8cae6309e34f188c5 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.4-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.4-3.2.0-132-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10417 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-132.123 Depends: linux-image-3.2.0-132-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-132-generic, linux-backports-modules-cw-3.11-3.2.0-132-generic, linux-backports-modules-cw-3.12-3.2.0-132-generic, linux-backports-modules-cw-3.3-3.2.0-132-generic, linux-backports-modules-cw-3.5-3.2.0-132-generic, linux-backports-modules-cw-3.6-3.2.0-132-generic, linux-backports-modules-cw-3.7-3.2.0-132-generic, linux-backports-modules-cw-3.8-3.2.0-132-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.4-3.2.0-132-generic_3.2.0-132.123_amd64.deb Size: 2868086 SHA256: ae0c364fd6e9238d4c4625802053dd9997b41ad29b5fa57ba5a29b99bc7f45f7 SHA1: 1f09a2711165ff669062c01521df99c5d55e90b6 MD5sum: da302a9103e6352ca977fc63d4019f31 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.4-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.4-3.2.0-132-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10406 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-132.123 Depends: linux-image-3.2.0-132-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-132-virtual, linux-backports-modules-cw-3.11-3.2.0-132-virtual, linux-backports-modules-cw-3.12-3.2.0-132-virtual, linux-backports-modules-cw-3.3-3.2.0-132-virtual, linux-backports-modules-cw-3.5-3.2.0-132-virtual, linux-backports-modules-cw-3.6-3.2.0-132-virtual, linux-backports-modules-cw-3.7-3.2.0-132-virtual, linux-backports-modules-cw-3.8-3.2.0-132-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.4-3.2.0-132-virtual_3.2.0-132.123_amd64.deb Size: 2864874 SHA256: da25e093e03fb422e55e2852d73d7353d797f85c43bac2c09143590d7003101b SHA1: 29fa072fb4bcac73f99a62eb77583a79fd8b865d MD5sum: 64edad8a4f349d200d10f15d3f6edc72 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.4-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.4-3.2.0-133-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10417 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-133.124 Depends: linux-image-3.2.0-133-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-133-generic, linux-backports-modules-cw-3.11-3.2.0-133-generic, linux-backports-modules-cw-3.12-3.2.0-133-generic, linux-backports-modules-cw-3.3-3.2.0-133-generic, linux-backports-modules-cw-3.5-3.2.0-133-generic, linux-backports-modules-cw-3.6-3.2.0-133-generic, linux-backports-modules-cw-3.7-3.2.0-133-generic, linux-backports-modules-cw-3.8-3.2.0-133-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.4-3.2.0-133-generic_3.2.0-133.124_amd64.deb Size: 2868260 SHA256: 071bd8fd4336d378bc34e4840bd6b45d839cef9bdb7eab1739e9a23bd211af02 SHA1: 30ebdceeadc46e7289924b696ed3c77f7b42b9db MD5sum: cf94cbc6bd66eee7dd923b1116bdccab Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.4-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.4-3.2.0-133-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10406 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-133.124 Depends: linux-image-3.2.0-133-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-133-virtual, linux-backports-modules-cw-3.11-3.2.0-133-virtual, linux-backports-modules-cw-3.12-3.2.0-133-virtual, linux-backports-modules-cw-3.3-3.2.0-133-virtual, linux-backports-modules-cw-3.5-3.2.0-133-virtual, linux-backports-modules-cw-3.6-3.2.0-133-virtual, linux-backports-modules-cw-3.7-3.2.0-133-virtual, linux-backports-modules-cw-3.8-3.2.0-133-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.4-3.2.0-133-virtual_3.2.0-133.124_amd64.deb Size: 2865444 SHA256: 94203fd0e17ecf432b663dfd0e2e4e307e86364ab5d73f28e18052e38ca71261 SHA1: c2858828351a56469ec55b94e80df80387982622 MD5sum: ef9e6d9598d57565ba70492dc5a67285 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.4-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.4-3.2.0-134-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10417 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-134.125 Depends: linux-image-3.2.0-134-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-134-generic, linux-backports-modules-cw-3.11-3.2.0-134-generic, linux-backports-modules-cw-3.12-3.2.0-134-generic, linux-backports-modules-cw-3.3-3.2.0-134-generic, linux-backports-modules-cw-3.5-3.2.0-134-generic, linux-backports-modules-cw-3.6-3.2.0-134-generic, linux-backports-modules-cw-3.7-3.2.0-134-generic, linux-backports-modules-cw-3.8-3.2.0-134-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.4-3.2.0-134-generic_3.2.0-134.125_amd64.deb Size: 2870370 SHA256: 6c63e813f06115972a6918f55189d43cf773a827980bc2c572585d7f25f5f2a3 SHA1: 618be2f27bce626982a3472f20d45ac95bbb810a MD5sum: 3ca6cbe36fd215a38d43134c5d8ae37e Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.4-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.4-3.2.0-134-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10406 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-134.125 Depends: linux-image-3.2.0-134-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-134-virtual, linux-backports-modules-cw-3.11-3.2.0-134-virtual, linux-backports-modules-cw-3.12-3.2.0-134-virtual, linux-backports-modules-cw-3.3-3.2.0-134-virtual, linux-backports-modules-cw-3.5-3.2.0-134-virtual, linux-backports-modules-cw-3.6-3.2.0-134-virtual, linux-backports-modules-cw-3.7-3.2.0-134-virtual, linux-backports-modules-cw-3.8-3.2.0-134-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.4-3.2.0-134-virtual_3.2.0-134.125_amd64.deb Size: 2869276 SHA256: 78f608a02b96c0e38263db1f29f35212b0d7866cd8afc10fe677664352689254 SHA1: 59015b22c380d16c7f8589486003ce8a3c53fc3f MD5sum: f92061874e7dceb4cdf4fc340af92aa2 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.4-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.4-3.2.0-135-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10417 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-135.126 Depends: linux-image-3.2.0-135-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-135-generic, linux-backports-modules-cw-3.11-3.2.0-135-generic, linux-backports-modules-cw-3.12-3.2.0-135-generic, linux-backports-modules-cw-3.3-3.2.0-135-generic, linux-backports-modules-cw-3.5-3.2.0-135-generic, linux-backports-modules-cw-3.6-3.2.0-135-generic, linux-backports-modules-cw-3.7-3.2.0-135-generic, linux-backports-modules-cw-3.8-3.2.0-135-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.4-3.2.0-135-generic_3.2.0-135.126_amd64.deb Size: 2884772 SHA256: 75e896210f30e58dead0c0a550d503ff98d41d40f72e115b5ca9ec4f72b05c80 SHA1: 0475431cafd8434afa7b56f9622115f2e84080cd MD5sum: e1998e466aef27ce8b9228d6364ff548 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.4-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.4-3.2.0-135-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10406 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-135.126 Depends: linux-image-3.2.0-135-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-135-virtual, linux-backports-modules-cw-3.11-3.2.0-135-virtual, linux-backports-modules-cw-3.12-3.2.0-135-virtual, linux-backports-modules-cw-3.3-3.2.0-135-virtual, linux-backports-modules-cw-3.5-3.2.0-135-virtual, linux-backports-modules-cw-3.6-3.2.0-135-virtual, linux-backports-modules-cw-3.7-3.2.0-135-virtual, linux-backports-modules-cw-3.8-3.2.0-135-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.4-3.2.0-135-virtual_3.2.0-135.126_amd64.deb Size: 2882942 SHA256: 9c474ebf5e40a25cbe6985da00544a7a2206c5489ca980a0851951b36b48812b SHA1: 57f90d8c182f8f329775e53b99b899c17bab8fb8 MD5sum: bd858888efa89243d8ad43140ed7381f Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.4-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.4-3.2.0-136-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10417 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-136.127 Depends: linux-image-3.2.0-136-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-136-generic, linux-backports-modules-cw-3.11-3.2.0-136-generic, linux-backports-modules-cw-3.12-3.2.0-136-generic, linux-backports-modules-cw-3.3-3.2.0-136-generic, linux-backports-modules-cw-3.5-3.2.0-136-generic, linux-backports-modules-cw-3.6-3.2.0-136-generic, linux-backports-modules-cw-3.7-3.2.0-136-generic, linux-backports-modules-cw-3.8-3.2.0-136-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.4-3.2.0-136-generic_3.2.0-136.127_amd64.deb Size: 2872150 SHA256: e7dcaa3d3fb1e8132c0fb902e73c436e17d7aeec1b58dbd1423fd9ebbceb7d96 SHA1: 0c4ecfb102cef32dad2872ff8e2fe18dedc0b0f6 MD5sum: 71cc65b1d0e42209a05ffcaf8a0033ae Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.4-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.4-3.2.0-136-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10406 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-136.127 Depends: linux-image-3.2.0-136-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-136-virtual, linux-backports-modules-cw-3.11-3.2.0-136-virtual, linux-backports-modules-cw-3.12-3.2.0-136-virtual, linux-backports-modules-cw-3.3-3.2.0-136-virtual, linux-backports-modules-cw-3.5-3.2.0-136-virtual, linux-backports-modules-cw-3.6-3.2.0-136-virtual, linux-backports-modules-cw-3.7-3.2.0-136-virtual, linux-backports-modules-cw-3.8-3.2.0-136-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.4-3.2.0-136-virtual_3.2.0-136.127_amd64.deb Size: 2870840 SHA256: cf646614d17b2da956b2e57472cb368900f9acd0c9250822c929a92cc2861083 SHA1: 54fc9b297b4b650f21f467627eb3328bab48f4ca MD5sum: e19071bf2e0759dc0d5970db1e0d2dd8 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.4-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.4-3.2.0-137-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10418 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-137.129 Depends: linux-image-3.2.0-137-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-137-generic, linux-backports-modules-cw-3.11-3.2.0-137-generic, linux-backports-modules-cw-3.12-3.2.0-137-generic, linux-backports-modules-cw-3.3-3.2.0-137-generic, linux-backports-modules-cw-3.5-3.2.0-137-generic, linux-backports-modules-cw-3.6-3.2.0-137-generic, linux-backports-modules-cw-3.7-3.2.0-137-generic, linux-backports-modules-cw-3.8-3.2.0-137-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.4-3.2.0-137-generic_3.2.0-137.129_amd64.deb Size: 2855114 SHA256: 1560907c4f897a9dd1cfd2b67bd23e1c344522a8f2309da9041994a630b48048 SHA1: 9c770fdf1a02b3b3aeacd19cf16259332fbd26e8 MD5sum: 1c87b73e463591265fdedc0d9b1369b3 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.4-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.4-3.2.0-137-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10406 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-137.129 Depends: linux-image-3.2.0-137-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-137-virtual, linux-backports-modules-cw-3.11-3.2.0-137-virtual, linux-backports-modules-cw-3.12-3.2.0-137-virtual, linux-backports-modules-cw-3.3-3.2.0-137-virtual, linux-backports-modules-cw-3.5-3.2.0-137-virtual, linux-backports-modules-cw-3.6-3.2.0-137-virtual, linux-backports-modules-cw-3.7-3.2.0-137-virtual, linux-backports-modules-cw-3.8-3.2.0-137-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.4-3.2.0-137-virtual_3.2.0-137.129_amd64.deb Size: 2854914 SHA256: ca4f68dbcf8c44508468d75e6370d3a6032dd60b4bdd517188d6ec9dc3ae1394 SHA1: 38cfa80e84e871a3ade5a7d52a760752ea0594c0 MD5sum: 3686f2eadad210a268348737d25fe23e Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.4-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.4-3.2.0-138-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10418 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-138.130 Depends: linux-image-3.2.0-138-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-138-generic, linux-backports-modules-cw-3.11-3.2.0-138-generic, linux-backports-modules-cw-3.12-3.2.0-138-generic, linux-backports-modules-cw-3.3-3.2.0-138-generic, linux-backports-modules-cw-3.5-3.2.0-138-generic, linux-backports-modules-cw-3.6-3.2.0-138-generic, linux-backports-modules-cw-3.7-3.2.0-138-generic, linux-backports-modules-cw-3.8-3.2.0-138-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.4-3.2.0-138-generic_3.2.0-138.130_amd64.deb Size: 2878440 SHA256: cd1030764604289ad7b888334ad4686dffb92da15f9ef5f1c31bfa306a145bb3 SHA1: 2d9717b415053be5e6cd12daa987c8f853da3469 MD5sum: 268f3da0d6fd6d577d4d530a8a6be380 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.4-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.4-3.2.0-138-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10406 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-138.130 Depends: linux-image-3.2.0-138-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-138-virtual, linux-backports-modules-cw-3.11-3.2.0-138-virtual, linux-backports-modules-cw-3.12-3.2.0-138-virtual, linux-backports-modules-cw-3.3-3.2.0-138-virtual, linux-backports-modules-cw-3.5-3.2.0-138-virtual, linux-backports-modules-cw-3.6-3.2.0-138-virtual, linux-backports-modules-cw-3.7-3.2.0-138-virtual, linux-backports-modules-cw-3.8-3.2.0-138-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.4-3.2.0-138-virtual_3.2.0-138.130_amd64.deb Size: 2875060 SHA256: 35f0333ed622f05d53a2ce58a1fecc6c210c4faf945356dfd242e90acc7b97b7 SHA1: e9973a70e848b6372cb56a117ef5a304e5ffa835 MD5sum: 34dc45b661362c2eccc68fbb8f0b3441 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.4-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.4-3.2.0-139-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10418 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-139.131 Depends: linux-image-3.2.0-139-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-139-generic, linux-backports-modules-cw-3.11-3.2.0-139-generic, linux-backports-modules-cw-3.12-3.2.0-139-generic, linux-backports-modules-cw-3.3-3.2.0-139-generic, linux-backports-modules-cw-3.5-3.2.0-139-generic, linux-backports-modules-cw-3.6-3.2.0-139-generic, linux-backports-modules-cw-3.7-3.2.0-139-generic, linux-backports-modules-cw-3.8-3.2.0-139-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.4-3.2.0-139-generic_3.2.0-139.131_amd64.deb Size: 2865260 SHA256: a43d65205bb6102924a99429b3d97b0d07fb98ea0784cf1f4f6268f00ce95ab3 SHA1: 80628da0a0e27b440f81c0ff867774883d48b38f MD5sum: 12cb3299e00eb8db7698ce6bf9d7f174 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.4-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.4-3.2.0-139-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10406 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-139.131 Depends: linux-image-3.2.0-139-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-139-virtual, linux-backports-modules-cw-3.11-3.2.0-139-virtual, linux-backports-modules-cw-3.12-3.2.0-139-virtual, linux-backports-modules-cw-3.3-3.2.0-139-virtual, linux-backports-modules-cw-3.5-3.2.0-139-virtual, linux-backports-modules-cw-3.6-3.2.0-139-virtual, linux-backports-modules-cw-3.7-3.2.0-139-virtual, linux-backports-modules-cw-3.8-3.2.0-139-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.4-3.2.0-139-virtual_3.2.0-139.131_amd64.deb Size: 2863202 SHA256: 36655df7e5c0b0c9048f4f90fafbf63e1764f64b9ac18e1b3ab8640df610aa6f SHA1: 943a0c13fddc1aeca9dd3118505eb96a554d3ea4 MD5sum: 92485827c36c83ffea43d00cf01cfd1e Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.4-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.4-3.2.0-140-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10418 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-140.132 Depends: linux-image-3.2.0-140-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-140-generic, linux-backports-modules-cw-3.11-3.2.0-140-generic, linux-backports-modules-cw-3.12-3.2.0-140-generic, linux-backports-modules-cw-3.3-3.2.0-140-generic, linux-backports-modules-cw-3.5-3.2.0-140-generic, linux-backports-modules-cw-3.6-3.2.0-140-generic, linux-backports-modules-cw-3.7-3.2.0-140-generic, linux-backports-modules-cw-3.8-3.2.0-140-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.4-3.2.0-140-generic_3.2.0-140.132_amd64.deb Size: 2856560 SHA256: 25a8b0fc288526b22d9e454094796fea5fa0c6c860620ccda88aa9e9b25f43c5 SHA1: aa919bea0f649151d927dc89609e2ed35e7d10d7 MD5sum: 8c4e14582105187e20fb3bc47735f4d0 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.4-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.4-3.2.0-140-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10406 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-140.132 Depends: linux-image-3.2.0-140-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-140-virtual, linux-backports-modules-cw-3.11-3.2.0-140-virtual, linux-backports-modules-cw-3.12-3.2.0-140-virtual, linux-backports-modules-cw-3.3-3.2.0-140-virtual, linux-backports-modules-cw-3.5-3.2.0-140-virtual, linux-backports-modules-cw-3.6-3.2.0-140-virtual, linux-backports-modules-cw-3.7-3.2.0-140-virtual, linux-backports-modules-cw-3.8-3.2.0-140-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.4-3.2.0-140-virtual_3.2.0-140.132_amd64.deb Size: 2855780 SHA256: 6a4ff6cf700c12156d8c0e33732d2ccd7f47bf7d13b7818c95cc9dc6463052fb SHA1: 1340d689b19573278986f99dc3b004b78cb5ba6c MD5sum: 4adc1c048f472a4bdfde57fb7af842df Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.4-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.4-3.2.0-141-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10418 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-141.133 Depends: linux-image-3.2.0-141-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-141-generic, linux-backports-modules-cw-3.11-3.2.0-141-generic, linux-backports-modules-cw-3.12-3.2.0-141-generic, linux-backports-modules-cw-3.3-3.2.0-141-generic, linux-backports-modules-cw-3.5-3.2.0-141-generic, linux-backports-modules-cw-3.6-3.2.0-141-generic, linux-backports-modules-cw-3.7-3.2.0-141-generic, linux-backports-modules-cw-3.8-3.2.0-141-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.4-3.2.0-141-generic_3.2.0-141.133_amd64.deb Size: 2891238 SHA256: ba6427be979a849508763cd04f579c36ab0a30e13e5c99a280389468d7b7c8ab SHA1: b7afa96d792f7de6d669f4c46e60a6f265e3a4b1 MD5sum: fe42d4ce422ece0f43c82fd32cf86b7b Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.4-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.4-3.2.0-141-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10406 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-141.133 Depends: linux-image-3.2.0-141-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-141-virtual, linux-backports-modules-cw-3.11-3.2.0-141-virtual, linux-backports-modules-cw-3.12-3.2.0-141-virtual, linux-backports-modules-cw-3.3-3.2.0-141-virtual, linux-backports-modules-cw-3.5-3.2.0-141-virtual, linux-backports-modules-cw-3.6-3.2.0-141-virtual, linux-backports-modules-cw-3.7-3.2.0-141-virtual, linux-backports-modules-cw-3.8-3.2.0-141-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.4-3.2.0-141-virtual_3.2.0-141.133_amd64.deb Size: 2889582 SHA256: 198ffecec42fa964f879c4809590ed40488943720b0551b6d244949a526f1a7f SHA1: 37ca037bd0dcc8b97cf04c8c7f13d9d6d3b84bfd MD5sum: 556d42a7becd5e4f82d3b8259ea6bd3e Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.4-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.4-3.2.0-142-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10418 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-142.134 Depends: linux-image-3.2.0-142-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-142-generic, linux-backports-modules-cw-3.11-3.2.0-142-generic, linux-backports-modules-cw-3.12-3.2.0-142-generic, linux-backports-modules-cw-3.3-3.2.0-142-generic, linux-backports-modules-cw-3.5-3.2.0-142-generic, linux-backports-modules-cw-3.6-3.2.0-142-generic, linux-backports-modules-cw-3.7-3.2.0-142-generic, linux-backports-modules-cw-3.8-3.2.0-142-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.4-3.2.0-142-generic_3.2.0-142.134_amd64.deb Size: 2875586 SHA256: 0d5f859b5251993f4bff69f7fc17a3b558b921e4272c4799fef7ee72b3ef6de9 SHA1: 616211c20bcc120076dc17ddad715d5f2b9ef5ac MD5sum: 2f3d9be8314e1e2ac48ab8df2d0c540a Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.4-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.4-3.2.0-142-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10406 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-142.134 Depends: linux-image-3.2.0-142-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-142-virtual, linux-backports-modules-cw-3.11-3.2.0-142-virtual, linux-backports-modules-cw-3.12-3.2.0-142-virtual, linux-backports-modules-cw-3.3-3.2.0-142-virtual, linux-backports-modules-cw-3.5-3.2.0-142-virtual, linux-backports-modules-cw-3.6-3.2.0-142-virtual, linux-backports-modules-cw-3.7-3.2.0-142-virtual, linux-backports-modules-cw-3.8-3.2.0-142-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.4-3.2.0-142-virtual_3.2.0-142.134_amd64.deb Size: 2873652 SHA256: 0b9b099a47c3fe2c154c9f2b70302ecf571269ad1dd1a312fa07525d2630ea4e SHA1: f578e37c7b54b8afa0275512693fcacd8be2e133 MD5sum: 1845f6a63aae38e7c38465a90e4316df Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.4-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.4-3.2.0-143-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10418 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-143.135 Depends: linux-image-3.2.0-143-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-143-generic, linux-backports-modules-cw-3.11-3.2.0-143-generic, linux-backports-modules-cw-3.12-3.2.0-143-generic, linux-backports-modules-cw-3.3-3.2.0-143-generic, linux-backports-modules-cw-3.5-3.2.0-143-generic, linux-backports-modules-cw-3.6-3.2.0-143-generic, linux-backports-modules-cw-3.7-3.2.0-143-generic, linux-backports-modules-cw-3.8-3.2.0-143-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.4-3.2.0-143-generic_3.2.0-143.135_amd64.deb Size: 2850694 SHA256: 0fe07740827789dcf62f26977ff93e1bb0b735b5931238c934a51ee8af4dc41b SHA1: bbe2bedd29d308418e32426aa7e28b014be8723e MD5sum: ead33f40707809301c1df5252768fd10 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.4-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.4-3.2.0-143-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10406 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-143.135 Depends: linux-image-3.2.0-143-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-143-virtual, linux-backports-modules-cw-3.11-3.2.0-143-virtual, linux-backports-modules-cw-3.12-3.2.0-143-virtual, linux-backports-modules-cw-3.3-3.2.0-143-virtual, linux-backports-modules-cw-3.5-3.2.0-143-virtual, linux-backports-modules-cw-3.6-3.2.0-143-virtual, linux-backports-modules-cw-3.7-3.2.0-143-virtual, linux-backports-modules-cw-3.8-3.2.0-143-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.4-3.2.0-143-virtual_3.2.0-143.135_amd64.deb Size: 2848798 SHA256: 6d1d1e4f415eebff014d1b6f8935a2ec55408cc3a7adb5eb956d95c0f8684073 SHA1: f6b97e734f5bfbb60900ade57de6d9858df55c57 MD5sum: a8dc6db4a329287cc416184d2039250f Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.4-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.4-3.2.0-144-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10418 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-144.136 Depends: linux-image-3.2.0-144-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-144-generic, linux-backports-modules-cw-3.11-3.2.0-144-generic, linux-backports-modules-cw-3.12-3.2.0-144-generic, linux-backports-modules-cw-3.3-3.2.0-144-generic, linux-backports-modules-cw-3.5-3.2.0-144-generic, linux-backports-modules-cw-3.6-3.2.0-144-generic, linux-backports-modules-cw-3.7-3.2.0-144-generic, linux-backports-modules-cw-3.8-3.2.0-144-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.4-3.2.0-144-generic_3.2.0-144.136_amd64.deb Size: 2878048 SHA256: 5883dca91a94c9d47fb31d2ce187573b8464e051d8efb35bd24c74975405cad0 SHA1: de81cb60ec730e305fa834c4fba1784f27995901 MD5sum: d12a67bc85aafc450f71415317f3e536 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.4-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.4-3.2.0-144-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10406 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-144.136 Depends: linux-image-3.2.0-144-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-144-virtual, linux-backports-modules-cw-3.11-3.2.0-144-virtual, linux-backports-modules-cw-3.12-3.2.0-144-virtual, linux-backports-modules-cw-3.3-3.2.0-144-virtual, linux-backports-modules-cw-3.5-3.2.0-144-virtual, linux-backports-modules-cw-3.6-3.2.0-144-virtual, linux-backports-modules-cw-3.7-3.2.0-144-virtual, linux-backports-modules-cw-3.8-3.2.0-144-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.4-3.2.0-144-virtual_3.2.0-144.136_amd64.deb Size: 2876722 SHA256: 1489c3be036b8855a3d79a4c86a76acb816ba855f87cd3001b71102df9c16d80 SHA1: 85cf7e4b81989d09a83365adf669712a817ec7a5 MD5sum: 6ff081564d7b8da7d02527a0e9075212 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.4-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.4-3.2.0-147-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10418 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-147.138 Depends: linux-image-3.2.0-147-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-147-generic, linux-backports-modules-cw-3.11-3.2.0-147-generic, linux-backports-modules-cw-3.12-3.2.0-147-generic, linux-backports-modules-cw-3.3-3.2.0-147-generic, linux-backports-modules-cw-3.5-3.2.0-147-generic, linux-backports-modules-cw-3.6-3.2.0-147-generic, linux-backports-modules-cw-3.7-3.2.0-147-generic, linux-backports-modules-cw-3.8-3.2.0-147-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.4-3.2.0-147-generic_3.2.0-147.138_amd64.deb Size: 2871982 SHA256: e6267880b62df4029231b57fb6661013641e493430aca8bc3232ba71f2976f6c SHA1: 54873c30ac230399cdac32327d10dbb36bcc2a6b MD5sum: ce9773fd196b53ff832b4715347bc31c Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.4-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.4-3.2.0-147-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10406 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-147.138 Depends: linux-image-3.2.0-147-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-147-virtual, linux-backports-modules-cw-3.11-3.2.0-147-virtual, linux-backports-modules-cw-3.12-3.2.0-147-virtual, linux-backports-modules-cw-3.3-3.2.0-147-virtual, linux-backports-modules-cw-3.5-3.2.0-147-virtual, linux-backports-modules-cw-3.6-3.2.0-147-virtual, linux-backports-modules-cw-3.7-3.2.0-147-virtual, linux-backports-modules-cw-3.8-3.2.0-147-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.4-3.2.0-147-virtual_3.2.0-147.138_amd64.deb Size: 2870824 SHA256: de8fab4c732e7e17da25c89ade089d1b6f75e4a29ade8aaffdb3c1d8aec2b69d SHA1: 910b1e7c624b43dae200969bb8953565d251fdaf MD5sum: 9f62a8438bcd603434184084c0594d76 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.4-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.4-3.2.0-148-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10418 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-148.139 Depends: linux-image-3.2.0-148-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-148-generic, linux-backports-modules-cw-3.11-3.2.0-148-generic, linux-backports-modules-cw-3.12-3.2.0-148-generic, linux-backports-modules-cw-3.3-3.2.0-148-generic, linux-backports-modules-cw-3.5-3.2.0-148-generic, linux-backports-modules-cw-3.6-3.2.0-148-generic, linux-backports-modules-cw-3.7-3.2.0-148-generic, linux-backports-modules-cw-3.8-3.2.0-148-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.4-3.2.0-148-generic_3.2.0-148.139_amd64.deb Size: 2871260 SHA256: 17fecba913d75100d9318ae3f1ea36460092dd388d926c4d7087cd86e23dbd2a SHA1: 8a9f7c6c1c5d3455fd25715ebd3355cab996bfcf MD5sum: 80674660e0b18565803f67916fa9c41f Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.4-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.4-3.2.0-148-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10406 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-148.139 Depends: linux-image-3.2.0-148-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-148-virtual, linux-backports-modules-cw-3.11-3.2.0-148-virtual, linux-backports-modules-cw-3.12-3.2.0-148-virtual, linux-backports-modules-cw-3.3-3.2.0-148-virtual, linux-backports-modules-cw-3.5-3.2.0-148-virtual, linux-backports-modules-cw-3.6-3.2.0-148-virtual, linux-backports-modules-cw-3.7-3.2.0-148-virtual, linux-backports-modules-cw-3.8-3.2.0-148-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.4-3.2.0-148-virtual_3.2.0-148.139_amd64.deb Size: 2868806 SHA256: 43d28ace74edd83d63d64821a704e097e19759cc3a248f389c9025d2c2d703c0 SHA1: 219a5e11c468b0faf5182dd60ca2d4c0d089db6e MD5sum: 28fe33f4e3dae6e1f6091cdd3521c7dc Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.4-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.4-3.2.0-149-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10418 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-149.140 Depends: linux-image-3.2.0-149-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-149-generic, linux-backports-modules-cw-3.11-3.2.0-149-generic, linux-backports-modules-cw-3.12-3.2.0-149-generic, linux-backports-modules-cw-3.3-3.2.0-149-generic, linux-backports-modules-cw-3.5-3.2.0-149-generic, linux-backports-modules-cw-3.6-3.2.0-149-generic, linux-backports-modules-cw-3.7-3.2.0-149-generic, linux-backports-modules-cw-3.8-3.2.0-149-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.4-3.2.0-149-generic_3.2.0-149.140_amd64.deb Size: 2862428 SHA256: 6c7b48f1e25bf434d18073f448e98006a568153eb4f63fe1328779796b702d5c SHA1: 9c3cfe2222363730d4f483f3c88dab8c6fa2f4a0 MD5sum: 43a9c1569149dfa613e5bf22e367ffee Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.4-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.4-3.2.0-149-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10406 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-149.140 Depends: linux-image-3.2.0-149-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-149-virtual, linux-backports-modules-cw-3.11-3.2.0-149-virtual, linux-backports-modules-cw-3.12-3.2.0-149-virtual, linux-backports-modules-cw-3.3-3.2.0-149-virtual, linux-backports-modules-cw-3.5-3.2.0-149-virtual, linux-backports-modules-cw-3.6-3.2.0-149-virtual, linux-backports-modules-cw-3.7-3.2.0-149-virtual, linux-backports-modules-cw-3.8-3.2.0-149-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.4-3.2.0-149-virtual_3.2.0-149.140_amd64.deb Size: 2859818 SHA256: 2bc2673b44db48aa4b757a3c37edca65c9e696ec254ee6b0014f35963490d434 SHA1: 151009cfeeaab45dc05da1db72cd7fe745a9feed MD5sum: c63e4537784e1da209e9cf1740768f7e Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.4-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.4-3.2.0-150-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10418 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-150.141 Depends: linux-image-3.2.0-150-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-150-generic, linux-backports-modules-cw-3.11-3.2.0-150-generic, linux-backports-modules-cw-3.12-3.2.0-150-generic, linux-backports-modules-cw-3.3-3.2.0-150-generic, linux-backports-modules-cw-3.5-3.2.0-150-generic, linux-backports-modules-cw-3.6-3.2.0-150-generic, linux-backports-modules-cw-3.7-3.2.0-150-generic, linux-backports-modules-cw-3.8-3.2.0-150-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.4-3.2.0-150-generic_3.2.0-150.141_amd64.deb Size: 2868652 SHA256: 6800dcf3e47e9e19cc436795d9c58de2a9683f5cfb32f867ccecf80b7475bf56 SHA1: 70bc585fb879fd5adcaf8aa00c1f10abe3af3ceb MD5sum: 4544f90f0cbd687625d10451f8b1fd79 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.4-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.4-3.2.0-150-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10406 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-150.141 Depends: linux-image-3.2.0-150-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-150-virtual, linux-backports-modules-cw-3.11-3.2.0-150-virtual, linux-backports-modules-cw-3.12-3.2.0-150-virtual, linux-backports-modules-cw-3.3-3.2.0-150-virtual, linux-backports-modules-cw-3.5-3.2.0-150-virtual, linux-backports-modules-cw-3.6-3.2.0-150-virtual, linux-backports-modules-cw-3.7-3.2.0-150-virtual, linux-backports-modules-cw-3.8-3.2.0-150-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.4-3.2.0-150-virtual_3.2.0-150.141_amd64.deb Size: 2866392 SHA256: 81ba04e20f3c87f60c71055a5afe4c12587e7e8226d0b974bb858d5641981426 SHA1: 16801899a57d7cac7c98fae4135e42d4aab4b1cf MD5sum: fa70bee63b657c6201907f3dafa2ca4a Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.4-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.4-precise-generic Source: linux-meta Priority: optional Section: devel Installed-Size: 34 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0.150.164 Depends: linux-backports-modules-cw-3.4-3.2.0-150-generic Filename: pool/main/l/linux-meta/linux-backports-modules-cw-3.4-precise-generic_3.2.0.150.164_amd64.deb Size: 2528 SHA256: eaba7280e644f1ce8f6ab78bf7a96bf9caf5a76c283ed4dfae291ca667bf2a1a SHA1: 03ece1c6855f0918955f01452b8e114db3e60c0b MD5sum: 23caa14045c5b9a4a306168fcdc551e8 Description: 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-cw-3.5-3.2.0-128-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10459 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-128.119 Depends: linux-image-3.2.0-128-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-128-generic, linux-backports-modules-cw-3.11-3.2.0-128-generic, linux-backports-modules-cw-3.12-3.2.0-128-generic, linux-backports-modules-cw-3.3-3.2.0-128-generic, linux-backports-modules-cw-3.4-3.2.0-128-generic, linux-backports-modules-cw-3.6-3.2.0-128-generic, linux-backports-modules-cw-3.7-3.2.0-128-generic, linux-backports-modules-cw-3.8-3.2.0-128-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.5-3.2.0-128-generic_3.2.0-128.119_amd64.deb Size: 2881682 SHA256: ba3891be87568073c3b1dc26132173ee12bfb40913ea8eded2afcbc8e1f27949 SHA1: a4f3358803a8386dbc87792ae9cac64fb66b2c33 MD5sum: da71ab9700736008d2a507d756378326 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.5-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.5-3.2.0-128-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10447 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-128.119 Depends: linux-image-3.2.0-128-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-128-virtual, linux-backports-modules-cw-3.11-3.2.0-128-virtual, linux-backports-modules-cw-3.12-3.2.0-128-virtual, linux-backports-modules-cw-3.3-3.2.0-128-virtual, linux-backports-modules-cw-3.4-3.2.0-128-virtual, linux-backports-modules-cw-3.6-3.2.0-128-virtual, linux-backports-modules-cw-3.7-3.2.0-128-virtual, linux-backports-modules-cw-3.8-3.2.0-128-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.5-3.2.0-128-virtual_3.2.0-128.119_amd64.deb Size: 2879846 SHA256: 6424842e4a6b5de9ed881e06b581cb8ac8bdc4f271fcb667728821151f61c30d SHA1: 3fe49ae992496fcd731b53d16fa60450d6e6c7b9 MD5sum: 2b9a568f375537d5051b709e9c15e767 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.5-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.5-3.2.0-129-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10459 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-129.120 Depends: linux-image-3.2.0-129-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-129-generic, linux-backports-modules-cw-3.11-3.2.0-129-generic, linux-backports-modules-cw-3.12-3.2.0-129-generic, linux-backports-modules-cw-3.3-3.2.0-129-generic, linux-backports-modules-cw-3.4-3.2.0-129-generic, linux-backports-modules-cw-3.6-3.2.0-129-generic, linux-backports-modules-cw-3.7-3.2.0-129-generic, linux-backports-modules-cw-3.8-3.2.0-129-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.5-3.2.0-129-generic_3.2.0-129.120_amd64.deb Size: 2888844 SHA256: 68a7225a2f3b5bda6aea91a4541dcc9e6a76aa897cd8cd369d841b0f28004e02 SHA1: 98b808483025ec58f3a2df4697ae0cef99282a14 MD5sum: d58a7c586e4282b5f03528cd9fc23aea Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.5-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.5-3.2.0-129-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10447 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-129.120 Depends: linux-image-3.2.0-129-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-129-virtual, linux-backports-modules-cw-3.11-3.2.0-129-virtual, linux-backports-modules-cw-3.12-3.2.0-129-virtual, linux-backports-modules-cw-3.3-3.2.0-129-virtual, linux-backports-modules-cw-3.4-3.2.0-129-virtual, linux-backports-modules-cw-3.6-3.2.0-129-virtual, linux-backports-modules-cw-3.7-3.2.0-129-virtual, linux-backports-modules-cw-3.8-3.2.0-129-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.5-3.2.0-129-virtual_3.2.0-129.120_amd64.deb Size: 2888468 SHA256: 2c7ba549dae04fbd2e59c76616b50370c76a59bcff548972be7ea4aed3479e9e SHA1: 06b0e07140c66ff3b686c074165f9c6f65d7e9a8 MD5sum: 9a9e7930b4ed4820ad0f2cab2c373910 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.5-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.5-3.2.0-130-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10459 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-130.121 Depends: linux-image-3.2.0-130-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-130-generic, linux-backports-modules-cw-3.11-3.2.0-130-generic, linux-backports-modules-cw-3.12-3.2.0-130-generic, linux-backports-modules-cw-3.3-3.2.0-130-generic, linux-backports-modules-cw-3.4-3.2.0-130-generic, linux-backports-modules-cw-3.6-3.2.0-130-generic, linux-backports-modules-cw-3.7-3.2.0-130-generic, linux-backports-modules-cw-3.8-3.2.0-130-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.5-3.2.0-130-generic_3.2.0-130.121_amd64.deb Size: 2880694 SHA256: b77eb69931c8fbf67e976ee6a84539d8bed8e11abd8b66b8f9f00702d3fad6c2 SHA1: 0a0219400270cf93c3eae2c40c2021169068956e MD5sum: 08eb14ae1d18821c1edbfc3ea0d4cb37 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.5-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.5-3.2.0-130-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10447 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-130.121 Depends: linux-image-3.2.0-130-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-130-virtual, linux-backports-modules-cw-3.11-3.2.0-130-virtual, linux-backports-modules-cw-3.12-3.2.0-130-virtual, linux-backports-modules-cw-3.3-3.2.0-130-virtual, linux-backports-modules-cw-3.4-3.2.0-130-virtual, linux-backports-modules-cw-3.6-3.2.0-130-virtual, linux-backports-modules-cw-3.7-3.2.0-130-virtual, linux-backports-modules-cw-3.8-3.2.0-130-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.5-3.2.0-130-virtual_3.2.0-130.121_amd64.deb Size: 2878462 SHA256: 9a5e344748b8cd6ad9e3f6fd7ce482d9ec933e337a2b9628104629f13d99a78e SHA1: c5e98c8335251a224d7c73d22d29d8455c2be3b7 MD5sum: 19e6cfa07fb5bc2b8fe1513d4c6d8986 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.5-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.5-3.2.0-131-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10459 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-131.122 Depends: linux-image-3.2.0-131-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-131-generic, linux-backports-modules-cw-3.11-3.2.0-131-generic, linux-backports-modules-cw-3.12-3.2.0-131-generic, linux-backports-modules-cw-3.3-3.2.0-131-generic, linux-backports-modules-cw-3.4-3.2.0-131-generic, linux-backports-modules-cw-3.6-3.2.0-131-generic, linux-backports-modules-cw-3.7-3.2.0-131-generic, linux-backports-modules-cw-3.8-3.2.0-131-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.5-3.2.0-131-generic_3.2.0-131.122_amd64.deb Size: 2876430 SHA256: c58590590a4a2cff3d53fda9ad491802f94c4a24c96b5c4dfdcb0a49b087d371 SHA1: d2302306f902a77bd559206f1e5b4c8562831364 MD5sum: 4f525ff10baed1d6583d72e2710d202f Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.5-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.5-3.2.0-131-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10447 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-131.122 Depends: linux-image-3.2.0-131-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-131-virtual, linux-backports-modules-cw-3.11-3.2.0-131-virtual, linux-backports-modules-cw-3.12-3.2.0-131-virtual, linux-backports-modules-cw-3.3-3.2.0-131-virtual, linux-backports-modules-cw-3.4-3.2.0-131-virtual, linux-backports-modules-cw-3.6-3.2.0-131-virtual, linux-backports-modules-cw-3.7-3.2.0-131-virtual, linux-backports-modules-cw-3.8-3.2.0-131-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.5-3.2.0-131-virtual_3.2.0-131.122_amd64.deb Size: 2874476 SHA256: e1b664334359610f73d5373f09ae26e0f3b95ba0c864c46ae403687dc6244510 SHA1: 507b45a897f0e8900bb7ca02b7d5374157b416d8 MD5sum: 38003c34e9d98bf41d58154287d6c26d Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.5-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.5-3.2.0-132-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10459 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-132.123 Depends: linux-image-3.2.0-132-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-132-generic, linux-backports-modules-cw-3.11-3.2.0-132-generic, linux-backports-modules-cw-3.12-3.2.0-132-generic, linux-backports-modules-cw-3.3-3.2.0-132-generic, linux-backports-modules-cw-3.4-3.2.0-132-generic, linux-backports-modules-cw-3.6-3.2.0-132-generic, linux-backports-modules-cw-3.7-3.2.0-132-generic, linux-backports-modules-cw-3.8-3.2.0-132-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.5-3.2.0-132-generic_3.2.0-132.123_amd64.deb Size: 2877834 SHA256: 74b1663982c60b524e37ed05f23813ffc40a903829872ee1ae67879ce56f1b58 SHA1: f5351d1d6a32e967a58864b6d2256e999a3ca105 MD5sum: 066ea0b6d82d25da45c2369f5f7540f9 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.5-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.5-3.2.0-132-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10447 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-132.123 Depends: linux-image-3.2.0-132-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-132-virtual, linux-backports-modules-cw-3.11-3.2.0-132-virtual, linux-backports-modules-cw-3.12-3.2.0-132-virtual, linux-backports-modules-cw-3.3-3.2.0-132-virtual, linux-backports-modules-cw-3.4-3.2.0-132-virtual, linux-backports-modules-cw-3.6-3.2.0-132-virtual, linux-backports-modules-cw-3.7-3.2.0-132-virtual, linux-backports-modules-cw-3.8-3.2.0-132-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.5-3.2.0-132-virtual_3.2.0-132.123_amd64.deb Size: 2875526 SHA256: aab1c04dea72ce0eeec2dcc6dca6a7f6019aa4e439b50a78074e3414ab5e8ac2 SHA1: ef6c19ef92d2152478a3632d2e1008dce041fe9f MD5sum: 70ce972e7afd40c9568e173f30d22c55 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.5-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.5-3.2.0-133-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10459 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-133.124 Depends: linux-image-3.2.0-133-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-133-generic, linux-backports-modules-cw-3.11-3.2.0-133-generic, linux-backports-modules-cw-3.12-3.2.0-133-generic, linux-backports-modules-cw-3.3-3.2.0-133-generic, linux-backports-modules-cw-3.4-3.2.0-133-generic, linux-backports-modules-cw-3.6-3.2.0-133-generic, linux-backports-modules-cw-3.7-3.2.0-133-generic, linux-backports-modules-cw-3.8-3.2.0-133-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.5-3.2.0-133-generic_3.2.0-133.124_amd64.deb Size: 2877868 SHA256: ab51fcf8c3c442d36663302d98521b13d20690932d328c8d399e6bb91d7475db SHA1: d1b73a3102e065a0eb32d66cbbd43a4b31247748 MD5sum: e47831d26d6805e57e278a84a8ca9f6f Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.5-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.5-3.2.0-133-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10447 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-133.124 Depends: linux-image-3.2.0-133-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-133-virtual, linux-backports-modules-cw-3.11-3.2.0-133-virtual, linux-backports-modules-cw-3.12-3.2.0-133-virtual, linux-backports-modules-cw-3.3-3.2.0-133-virtual, linux-backports-modules-cw-3.4-3.2.0-133-virtual, linux-backports-modules-cw-3.6-3.2.0-133-virtual, linux-backports-modules-cw-3.7-3.2.0-133-virtual, linux-backports-modules-cw-3.8-3.2.0-133-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.5-3.2.0-133-virtual_3.2.0-133.124_amd64.deb Size: 2875960 SHA256: d548364c4ffb19320101c341b8ecf9a85de1bbf0a4ee54675072cf33cc0bfe7b SHA1: d9550ba80f32784cd7dea2e3615257db659a0aa4 MD5sum: d5afdc99ba90b8e5ae84b1f033538026 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.5-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.5-3.2.0-134-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10459 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-134.125 Depends: linux-image-3.2.0-134-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-134-generic, linux-backports-modules-cw-3.11-3.2.0-134-generic, linux-backports-modules-cw-3.12-3.2.0-134-generic, linux-backports-modules-cw-3.3-3.2.0-134-generic, linux-backports-modules-cw-3.4-3.2.0-134-generic, linux-backports-modules-cw-3.6-3.2.0-134-generic, linux-backports-modules-cw-3.7-3.2.0-134-generic, linux-backports-modules-cw-3.8-3.2.0-134-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.5-3.2.0-134-generic_3.2.0-134.125_amd64.deb Size: 2884626 SHA256: 4461b5ba3116afde967be285c12c63193195ebd20f33177a1a1bf82d9f798b8c SHA1: 44e3cf3803172b7b43bd814e29677564457e498b MD5sum: e55f8b63d7befe9a83bde9d61c5e0df5 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.5-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.5-3.2.0-134-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10448 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-134.125 Depends: linux-image-3.2.0-134-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-134-virtual, linux-backports-modules-cw-3.11-3.2.0-134-virtual, linux-backports-modules-cw-3.12-3.2.0-134-virtual, linux-backports-modules-cw-3.3-3.2.0-134-virtual, linux-backports-modules-cw-3.4-3.2.0-134-virtual, linux-backports-modules-cw-3.6-3.2.0-134-virtual, linux-backports-modules-cw-3.7-3.2.0-134-virtual, linux-backports-modules-cw-3.8-3.2.0-134-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.5-3.2.0-134-virtual_3.2.0-134.125_amd64.deb Size: 2881972 SHA256: e4da9e594b4681c6a6e2d7210d87cca95fd87dcd86fe469d263bfa6388ac4d27 SHA1: b48957de4f8112c50004437d98d25cd06482cbcc MD5sum: 529829b4172e9c8fce4e8460db7714dd Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.5-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.5-3.2.0-135-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10459 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-135.126 Depends: linux-image-3.2.0-135-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-135-generic, linux-backports-modules-cw-3.11-3.2.0-135-generic, linux-backports-modules-cw-3.12-3.2.0-135-generic, linux-backports-modules-cw-3.3-3.2.0-135-generic, linux-backports-modules-cw-3.4-3.2.0-135-generic, linux-backports-modules-cw-3.6-3.2.0-135-generic, linux-backports-modules-cw-3.7-3.2.0-135-generic, linux-backports-modules-cw-3.8-3.2.0-135-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.5-3.2.0-135-generic_3.2.0-135.126_amd64.deb Size: 2880304 SHA256: ce3afd54aa9f4d113cc6da89b6140de1784672099f9c53608b7b9b5299d1b8b2 SHA1: afa5f5951e4649b8b8ddf624963b623d929f5a8d MD5sum: a33b0db8956d08777a4cfee041141a96 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.5-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.5-3.2.0-135-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10448 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-135.126 Depends: linux-image-3.2.0-135-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-135-virtual, linux-backports-modules-cw-3.11-3.2.0-135-virtual, linux-backports-modules-cw-3.12-3.2.0-135-virtual, linux-backports-modules-cw-3.3-3.2.0-135-virtual, linux-backports-modules-cw-3.4-3.2.0-135-virtual, linux-backports-modules-cw-3.6-3.2.0-135-virtual, linux-backports-modules-cw-3.7-3.2.0-135-virtual, linux-backports-modules-cw-3.8-3.2.0-135-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.5-3.2.0-135-virtual_3.2.0-135.126_amd64.deb Size: 2880032 SHA256: ce6e94b74027ec064f6d8e62384fb6870a42dc9e689b801e325f8bae6e269029 SHA1: c4cafe70008c4e4ba107d713f1e1ade09e40319a MD5sum: 201e9c5113fa2d0d0f48d50c129e495c Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.5-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.5-3.2.0-136-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10459 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-136.127 Depends: linux-image-3.2.0-136-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-136-generic, linux-backports-modules-cw-3.11-3.2.0-136-generic, linux-backports-modules-cw-3.12-3.2.0-136-generic, linux-backports-modules-cw-3.3-3.2.0-136-generic, linux-backports-modules-cw-3.4-3.2.0-136-generic, linux-backports-modules-cw-3.6-3.2.0-136-generic, linux-backports-modules-cw-3.7-3.2.0-136-generic, linux-backports-modules-cw-3.8-3.2.0-136-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.5-3.2.0-136-generic_3.2.0-136.127_amd64.deb Size: 2879844 SHA256: 2b79444dfb1ad9d0a93b7270cb1054d82e04934cfcc52099e2c56ef68414f48d SHA1: 66d11d53000a9cdde70cb8ea7d3a0f8d114b95d6 MD5sum: c96b16533723ce746638d1076a8dff87 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.5-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.5-3.2.0-136-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10448 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-136.127 Depends: linux-image-3.2.0-136-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-136-virtual, linux-backports-modules-cw-3.11-3.2.0-136-virtual, linux-backports-modules-cw-3.12-3.2.0-136-virtual, linux-backports-modules-cw-3.3-3.2.0-136-virtual, linux-backports-modules-cw-3.4-3.2.0-136-virtual, linux-backports-modules-cw-3.6-3.2.0-136-virtual, linux-backports-modules-cw-3.7-3.2.0-136-virtual, linux-backports-modules-cw-3.8-3.2.0-136-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.5-3.2.0-136-virtual_3.2.0-136.127_amd64.deb Size: 2877388 SHA256: 8c912e14364fb6b3e9bf707311403929fbdcb96db87717f6b91abbf02ceec8e4 SHA1: 531098e7634a162bdcc46a21f8f05664f5630383 MD5sum: 1f6e5295a79d8e42cd10bb63336a192b Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.5-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.5-3.2.0-137-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10459 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-137.129 Depends: linux-image-3.2.0-137-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-137-generic, linux-backports-modules-cw-3.11-3.2.0-137-generic, linux-backports-modules-cw-3.12-3.2.0-137-generic, linux-backports-modules-cw-3.3-3.2.0-137-generic, linux-backports-modules-cw-3.4-3.2.0-137-generic, linux-backports-modules-cw-3.6-3.2.0-137-generic, linux-backports-modules-cw-3.7-3.2.0-137-generic, linux-backports-modules-cw-3.8-3.2.0-137-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.5-3.2.0-137-generic_3.2.0-137.129_amd64.deb Size: 2865098 SHA256: 780027bb00889ca3ed711965486699e448ee46eb8d99cc0799e80c93b230deae SHA1: d53472d67d96d3f39c4c087b5ff15039a19919c0 MD5sum: b08d6949f76262989976c716a49bebda Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.5-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.5-3.2.0-137-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10448 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-137.129 Depends: linux-image-3.2.0-137-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-137-virtual, linux-backports-modules-cw-3.11-3.2.0-137-virtual, linux-backports-modules-cw-3.12-3.2.0-137-virtual, linux-backports-modules-cw-3.3-3.2.0-137-virtual, linux-backports-modules-cw-3.4-3.2.0-137-virtual, linux-backports-modules-cw-3.6-3.2.0-137-virtual, linux-backports-modules-cw-3.7-3.2.0-137-virtual, linux-backports-modules-cw-3.8-3.2.0-137-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.5-3.2.0-137-virtual_3.2.0-137.129_amd64.deb Size: 2863926 SHA256: 4d95163fa04cae5fe5bc17c173f9c35f3ffed5aee8bf9650255c8aaddd1469e2 SHA1: 5e3bec65b4eaac99423b5faaff467d4c3493e328 MD5sum: 990cdd22575619886ac53e9abc6e63c5 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.5-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.5-3.2.0-138-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10459 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-138.130 Depends: linux-image-3.2.0-138-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-138-generic, linux-backports-modules-cw-3.11-3.2.0-138-generic, linux-backports-modules-cw-3.12-3.2.0-138-generic, linux-backports-modules-cw-3.3-3.2.0-138-generic, linux-backports-modules-cw-3.4-3.2.0-138-generic, linux-backports-modules-cw-3.6-3.2.0-138-generic, linux-backports-modules-cw-3.7-3.2.0-138-generic, linux-backports-modules-cw-3.8-3.2.0-138-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.5-3.2.0-138-generic_3.2.0-138.130_amd64.deb Size: 2887848 SHA256: a01cdba22f838fa68caa5e7eec5c9212633d18047a220e8e9a1633a63c74051f SHA1: 82a3070c0395a4ec3639751dbbf785caf7b7ef63 MD5sum: 590bb6e891d9a7466aa67bfe7356d27b Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.5-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.5-3.2.0-138-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10448 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-138.130 Depends: linux-image-3.2.0-138-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-138-virtual, linux-backports-modules-cw-3.11-3.2.0-138-virtual, linux-backports-modules-cw-3.12-3.2.0-138-virtual, linux-backports-modules-cw-3.3-3.2.0-138-virtual, linux-backports-modules-cw-3.4-3.2.0-138-virtual, linux-backports-modules-cw-3.6-3.2.0-138-virtual, linux-backports-modules-cw-3.7-3.2.0-138-virtual, linux-backports-modules-cw-3.8-3.2.0-138-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.5-3.2.0-138-virtual_3.2.0-138.130_amd64.deb Size: 2882660 SHA256: 2d4b6602effe6469d21b762c6e3fbe325629c696a39e0282525f2aedcb6e989a SHA1: dfda1d640a71448c0664da0472a7126fc0460d3e MD5sum: 20bf290b769732f6ef3a3530d238dd4f Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.5-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.5-3.2.0-139-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10459 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-139.131 Depends: linux-image-3.2.0-139-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-139-generic, linux-backports-modules-cw-3.11-3.2.0-139-generic, linux-backports-modules-cw-3.12-3.2.0-139-generic, linux-backports-modules-cw-3.3-3.2.0-139-generic, linux-backports-modules-cw-3.4-3.2.0-139-generic, linux-backports-modules-cw-3.6-3.2.0-139-generic, linux-backports-modules-cw-3.7-3.2.0-139-generic, linux-backports-modules-cw-3.8-3.2.0-139-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.5-3.2.0-139-generic_3.2.0-139.131_amd64.deb Size: 2874902 SHA256: 67b046d76ed2078edc5775aa36c7b263da5d5fa511ffb0a8b8119e6083886d74 SHA1: 5f69197646dceea3326b11ea568aa1ddeaece4a9 MD5sum: b124854e51177fab40b9f9a516ad6883 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.5-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.5-3.2.0-139-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10448 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-139.131 Depends: linux-image-3.2.0-139-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-139-virtual, linux-backports-modules-cw-3.11-3.2.0-139-virtual, linux-backports-modules-cw-3.12-3.2.0-139-virtual, linux-backports-modules-cw-3.3-3.2.0-139-virtual, linux-backports-modules-cw-3.4-3.2.0-139-virtual, linux-backports-modules-cw-3.6-3.2.0-139-virtual, linux-backports-modules-cw-3.7-3.2.0-139-virtual, linux-backports-modules-cw-3.8-3.2.0-139-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.5-3.2.0-139-virtual_3.2.0-139.131_amd64.deb Size: 2872564 SHA256: 0d4da74d807dd6141eef620b2c6ed8f26495d6d0dde525369f6773e6f526e1cf SHA1: d7ffc4c4e8ca5163d25d7a6255bfde403228306b MD5sum: 26afda4903e5d52ad5040a6ae026db50 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.5-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.5-3.2.0-140-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10459 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-140.132 Depends: linux-image-3.2.0-140-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-140-generic, linux-backports-modules-cw-3.11-3.2.0-140-generic, linux-backports-modules-cw-3.12-3.2.0-140-generic, linux-backports-modules-cw-3.3-3.2.0-140-generic, linux-backports-modules-cw-3.4-3.2.0-140-generic, linux-backports-modules-cw-3.6-3.2.0-140-generic, linux-backports-modules-cw-3.7-3.2.0-140-generic, linux-backports-modules-cw-3.8-3.2.0-140-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.5-3.2.0-140-generic_3.2.0-140.132_amd64.deb Size: 2856744 SHA256: b0c1506c4bf3a51d8170d4d1bfb6a0b4b1fd5f2bc95b9a105b4987a5d402ddf6 SHA1: 0deb7e4e2a9832551a5b53667065829ec92a2283 MD5sum: 715fd4dad701c97547c737e138a3e28a Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.5-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.5-3.2.0-140-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10448 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-140.132 Depends: linux-image-3.2.0-140-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-140-virtual, linux-backports-modules-cw-3.11-3.2.0-140-virtual, linux-backports-modules-cw-3.12-3.2.0-140-virtual, linux-backports-modules-cw-3.3-3.2.0-140-virtual, linux-backports-modules-cw-3.4-3.2.0-140-virtual, linux-backports-modules-cw-3.6-3.2.0-140-virtual, linux-backports-modules-cw-3.7-3.2.0-140-virtual, linux-backports-modules-cw-3.8-3.2.0-140-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.5-3.2.0-140-virtual_3.2.0-140.132_amd64.deb Size: 2856994 SHA256: 2961508d9315295e5323ee75fbce06992eec1cc1314d587d3e428ad8685683fd SHA1: e511b69ae70120a7d575e1d49f42e1844d684808 MD5sum: 7ed7c6d154218095b48cbcec2d627fb5 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.5-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.5-3.2.0-141-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10459 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-141.133 Depends: linux-image-3.2.0-141-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-141-generic, linux-backports-modules-cw-3.11-3.2.0-141-generic, linux-backports-modules-cw-3.12-3.2.0-141-generic, linux-backports-modules-cw-3.3-3.2.0-141-generic, linux-backports-modules-cw-3.4-3.2.0-141-generic, linux-backports-modules-cw-3.6-3.2.0-141-generic, linux-backports-modules-cw-3.7-3.2.0-141-generic, linux-backports-modules-cw-3.8-3.2.0-141-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.5-3.2.0-141-generic_3.2.0-141.133_amd64.deb Size: 2884532 SHA256: 368247c153b94cbef1d46efab48ee3d709ab4aa47d688451e18de90035a464bd SHA1: ffbc6353690b61674e92ea296463f3a7dd8aa8ae MD5sum: 213b20f8b20425806190b077690a366f Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.5-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.5-3.2.0-141-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10448 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-141.133 Depends: linux-image-3.2.0-141-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-141-virtual, linux-backports-modules-cw-3.11-3.2.0-141-virtual, linux-backports-modules-cw-3.12-3.2.0-141-virtual, linux-backports-modules-cw-3.3-3.2.0-141-virtual, linux-backports-modules-cw-3.4-3.2.0-141-virtual, linux-backports-modules-cw-3.6-3.2.0-141-virtual, linux-backports-modules-cw-3.7-3.2.0-141-virtual, linux-backports-modules-cw-3.8-3.2.0-141-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.5-3.2.0-141-virtual_3.2.0-141.133_amd64.deb Size: 2883392 SHA256: 551c35c7deb73d37b17a09041d000e59d70753f48765b91c32a72165397b4398 SHA1: 9a87db3fb84db0394b0bef34394abefa0d28f829 MD5sum: 4b438255e34cb2b4e78b8ac97c6876a0 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.5-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.5-3.2.0-142-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10459 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-142.134 Depends: linux-image-3.2.0-142-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-142-generic, linux-backports-modules-cw-3.11-3.2.0-142-generic, linux-backports-modules-cw-3.12-3.2.0-142-generic, linux-backports-modules-cw-3.3-3.2.0-142-generic, linux-backports-modules-cw-3.4-3.2.0-142-generic, linux-backports-modules-cw-3.6-3.2.0-142-generic, linux-backports-modules-cw-3.7-3.2.0-142-generic, linux-backports-modules-cw-3.8-3.2.0-142-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.5-3.2.0-142-generic_3.2.0-142.134_amd64.deb Size: 2874868 SHA256: a80faa7a4039f88c72ce929063ff7d423ed9fa6b000e09ae7221c5920ae8ae2b SHA1: 6394f3b8a39fe2cf049c3e66d133928c9970371e MD5sum: 16192b28f91eb1460056164daadf921a Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.5-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.5-3.2.0-142-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10448 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-142.134 Depends: linux-image-3.2.0-142-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-142-virtual, linux-backports-modules-cw-3.11-3.2.0-142-virtual, linux-backports-modules-cw-3.12-3.2.0-142-virtual, linux-backports-modules-cw-3.3-3.2.0-142-virtual, linux-backports-modules-cw-3.4-3.2.0-142-virtual, linux-backports-modules-cw-3.6-3.2.0-142-virtual, linux-backports-modules-cw-3.7-3.2.0-142-virtual, linux-backports-modules-cw-3.8-3.2.0-142-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.5-3.2.0-142-virtual_3.2.0-142.134_amd64.deb Size: 2874052 SHA256: 975577e512608e30a18eca57e04933a2fd288c36bc87f599bf47af8c48fb24de SHA1: 9546c3018399d31944bb8f163ea632dd8562c20d MD5sum: 94420d70ad02cd8a8dfc2fce4e33f7aa Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.5-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.5-3.2.0-143-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10459 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-143.135 Depends: linux-image-3.2.0-143-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-143-generic, linux-backports-modules-cw-3.11-3.2.0-143-generic, linux-backports-modules-cw-3.12-3.2.0-143-generic, linux-backports-modules-cw-3.3-3.2.0-143-generic, linux-backports-modules-cw-3.4-3.2.0-143-generic, linux-backports-modules-cw-3.6-3.2.0-143-generic, linux-backports-modules-cw-3.7-3.2.0-143-generic, linux-backports-modules-cw-3.8-3.2.0-143-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.5-3.2.0-143-generic_3.2.0-143.135_amd64.deb Size: 2866802 SHA256: b8e680d5b28e5233af4d2e6026d0a4311ee5ea23d6c6f15a74d473cbc4ff0d35 SHA1: a79ea378e4f44071afe942b4eca30b96c076061d MD5sum: facc18a6da8031dd7c12fafe32cca605 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.5-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.5-3.2.0-143-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10448 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-143.135 Depends: linux-image-3.2.0-143-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-143-virtual, linux-backports-modules-cw-3.11-3.2.0-143-virtual, linux-backports-modules-cw-3.12-3.2.0-143-virtual, linux-backports-modules-cw-3.3-3.2.0-143-virtual, linux-backports-modules-cw-3.4-3.2.0-143-virtual, linux-backports-modules-cw-3.6-3.2.0-143-virtual, linux-backports-modules-cw-3.7-3.2.0-143-virtual, linux-backports-modules-cw-3.8-3.2.0-143-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.5-3.2.0-143-virtual_3.2.0-143.135_amd64.deb Size: 2865414 SHA256: 803b4b57b4b4ff85a846bf89bcd69b3e7be24d316d2726e57b710224ad422507 SHA1: 2465c28ae65edcf3e12812a935ecbde8b379f1ce MD5sum: 88f60fde23efa7e530206f651fcc91b5 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.5-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.5-3.2.0-144-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10459 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-144.136 Depends: linux-image-3.2.0-144-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-144-generic, linux-backports-modules-cw-3.11-3.2.0-144-generic, linux-backports-modules-cw-3.12-3.2.0-144-generic, linux-backports-modules-cw-3.3-3.2.0-144-generic, linux-backports-modules-cw-3.4-3.2.0-144-generic, linux-backports-modules-cw-3.6-3.2.0-144-generic, linux-backports-modules-cw-3.7-3.2.0-144-generic, linux-backports-modules-cw-3.8-3.2.0-144-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.5-3.2.0-144-generic_3.2.0-144.136_amd64.deb Size: 2885346 SHA256: 3af3a575be49130eaf1d822bf4149d11ce462dfb6da713adbcd9102f07a9d648 SHA1: 6f6a4e2e51e7e840df37a6b7d634ea8978f6d73e MD5sum: 9be998a5c2b9b4b19d66590727c57a42 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.5-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.5-3.2.0-144-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10448 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-144.136 Depends: linux-image-3.2.0-144-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-144-virtual, linux-backports-modules-cw-3.11-3.2.0-144-virtual, linux-backports-modules-cw-3.12-3.2.0-144-virtual, linux-backports-modules-cw-3.3-3.2.0-144-virtual, linux-backports-modules-cw-3.4-3.2.0-144-virtual, linux-backports-modules-cw-3.6-3.2.0-144-virtual, linux-backports-modules-cw-3.7-3.2.0-144-virtual, linux-backports-modules-cw-3.8-3.2.0-144-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.5-3.2.0-144-virtual_3.2.0-144.136_amd64.deb Size: 2885346 SHA256: 8b2c30a00d92ed01e129b146715c5a190263b41b63091af73fd2680a1f793d1a SHA1: 9a3e5356f291bde545cdd72e7967fcd3e3a7bcfc MD5sum: 1c3faf3f53f89f53f0cce2c045106702 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.5-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.5-3.2.0-147-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10459 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-147.138 Depends: linux-image-3.2.0-147-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-147-generic, linux-backports-modules-cw-3.11-3.2.0-147-generic, linux-backports-modules-cw-3.12-3.2.0-147-generic, linux-backports-modules-cw-3.3-3.2.0-147-generic, linux-backports-modules-cw-3.4-3.2.0-147-generic, linux-backports-modules-cw-3.6-3.2.0-147-generic, linux-backports-modules-cw-3.7-3.2.0-147-generic, linux-backports-modules-cw-3.8-3.2.0-147-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.5-3.2.0-147-generic_3.2.0-147.138_amd64.deb Size: 2879936 SHA256: 7bceda4bef038408a115f2561e0cb5ceed5415f76ad8ca98e5e37c26980a1d49 SHA1: 989c2b3704fce61cb27208606212d7b0291ae541 MD5sum: f36d9a057724305f8fbf5bda01f01cd8 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.5-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.5-3.2.0-147-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10448 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-147.138 Depends: linux-image-3.2.0-147-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-147-virtual, linux-backports-modules-cw-3.11-3.2.0-147-virtual, linux-backports-modules-cw-3.12-3.2.0-147-virtual, linux-backports-modules-cw-3.3-3.2.0-147-virtual, linux-backports-modules-cw-3.4-3.2.0-147-virtual, linux-backports-modules-cw-3.6-3.2.0-147-virtual, linux-backports-modules-cw-3.7-3.2.0-147-virtual, linux-backports-modules-cw-3.8-3.2.0-147-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.5-3.2.0-147-virtual_3.2.0-147.138_amd64.deb Size: 2877512 SHA256: 415925426c84adcbdad03c7f4de737a3675b2b986813e882af80b3601bf4e56a SHA1: 638d21ddfa6b1ce611a5a17566d494c9400a1811 MD5sum: 584dacf7480123e5de8deda60efeba63 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.5-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.5-3.2.0-148-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10459 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-148.139 Depends: linux-image-3.2.0-148-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-148-generic, linux-backports-modules-cw-3.11-3.2.0-148-generic, linux-backports-modules-cw-3.12-3.2.0-148-generic, linux-backports-modules-cw-3.3-3.2.0-148-generic, linux-backports-modules-cw-3.4-3.2.0-148-generic, linux-backports-modules-cw-3.6-3.2.0-148-generic, linux-backports-modules-cw-3.7-3.2.0-148-generic, linux-backports-modules-cw-3.8-3.2.0-148-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.5-3.2.0-148-generic_3.2.0-148.139_amd64.deb Size: 2877654 SHA256: dd142d696c3f816ecd3b58bcea4279c2871652a962f0ee2a24a23849a807f701 SHA1: 27acd86058e3b3ae9eb7943b6c68359457dd6714 MD5sum: 3790504d25e119fbcf06ca916ac73e3f Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.5-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.5-3.2.0-148-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10448 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-148.139 Depends: linux-image-3.2.0-148-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-148-virtual, linux-backports-modules-cw-3.11-3.2.0-148-virtual, linux-backports-modules-cw-3.12-3.2.0-148-virtual, linux-backports-modules-cw-3.3-3.2.0-148-virtual, linux-backports-modules-cw-3.4-3.2.0-148-virtual, linux-backports-modules-cw-3.6-3.2.0-148-virtual, linux-backports-modules-cw-3.7-3.2.0-148-virtual, linux-backports-modules-cw-3.8-3.2.0-148-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.5-3.2.0-148-virtual_3.2.0-148.139_amd64.deb Size: 2875138 SHA256: f83b6b706d3ad985668c2dcb5f0e556bd228f5fd2f5c82317521cbbf7a0f5e88 SHA1: 4fd1203dcf73b85e17616d28f515db23c1a93742 MD5sum: d954268510fb857430d7bedca6f578e7 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.5-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.5-3.2.0-149-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10459 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-149.140 Depends: linux-image-3.2.0-149-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-149-generic, linux-backports-modules-cw-3.11-3.2.0-149-generic, linux-backports-modules-cw-3.12-3.2.0-149-generic, linux-backports-modules-cw-3.3-3.2.0-149-generic, linux-backports-modules-cw-3.4-3.2.0-149-generic, linux-backports-modules-cw-3.6-3.2.0-149-generic, linux-backports-modules-cw-3.7-3.2.0-149-generic, linux-backports-modules-cw-3.8-3.2.0-149-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.5-3.2.0-149-generic_3.2.0-149.140_amd64.deb Size: 2876410 SHA256: 0d9cd2e643b1d5fcef543f97dc56c7f4d865267f96f737054d3924a9fb954893 SHA1: 2006e0081e1f4779a235ee7e25325016c0b1a0a7 MD5sum: 984c7eaa34e9b60962017c598fd8a654 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.5-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.5-3.2.0-149-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10448 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-149.140 Depends: linux-image-3.2.0-149-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-149-virtual, linux-backports-modules-cw-3.11-3.2.0-149-virtual, linux-backports-modules-cw-3.12-3.2.0-149-virtual, linux-backports-modules-cw-3.3-3.2.0-149-virtual, linux-backports-modules-cw-3.4-3.2.0-149-virtual, linux-backports-modules-cw-3.6-3.2.0-149-virtual, linux-backports-modules-cw-3.7-3.2.0-149-virtual, linux-backports-modules-cw-3.8-3.2.0-149-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.5-3.2.0-149-virtual_3.2.0-149.140_amd64.deb Size: 2873638 SHA256: 6e94d35840312e2dc2f96a3b58a6c410a4e2b3fa8cb0ce7173adaea3a11fc3f3 SHA1: 348bf3759c2e12d34c1bedac2be3ff9f6162f80c MD5sum: a7100f48a2ba98b29f8bbc0b4b40fed2 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.5-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.5-3.2.0-150-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10459 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-150.141 Depends: linux-image-3.2.0-150-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-150-generic, linux-backports-modules-cw-3.11-3.2.0-150-generic, linux-backports-modules-cw-3.12-3.2.0-150-generic, linux-backports-modules-cw-3.3-3.2.0-150-generic, linux-backports-modules-cw-3.4-3.2.0-150-generic, linux-backports-modules-cw-3.6-3.2.0-150-generic, linux-backports-modules-cw-3.7-3.2.0-150-generic, linux-backports-modules-cw-3.8-3.2.0-150-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.5-3.2.0-150-generic_3.2.0-150.141_amd64.deb Size: 2877336 SHA256: 08ee7fd062cc2e48841cf65c231cc4be4424daa41a1df8eb206001632b4f0464 SHA1: de01691b8a8e4bd3bb68eef0acfa99c3d99e1ef1 MD5sum: 6e18e51da233388baefe877cd3d4d4cd Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.5-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.5-3.2.0-150-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10448 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-150.141 Depends: linux-image-3.2.0-150-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-150-virtual, linux-backports-modules-cw-3.11-3.2.0-150-virtual, linux-backports-modules-cw-3.12-3.2.0-150-virtual, linux-backports-modules-cw-3.3-3.2.0-150-virtual, linux-backports-modules-cw-3.4-3.2.0-150-virtual, linux-backports-modules-cw-3.6-3.2.0-150-virtual, linux-backports-modules-cw-3.7-3.2.0-150-virtual, linux-backports-modules-cw-3.8-3.2.0-150-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.5-3.2.0-150-virtual_3.2.0-150.141_amd64.deb Size: 2876786 SHA256: 462712142e39f6a8a817a188d6187678a612dd820fc4e4e263cebb21a50b50dd SHA1: e435a144e7933708a3c8a94f3f8de7a9a4344ee9 MD5sum: b9bdb8098b9d84ee4ac96add32321e39 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.5-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.5-precise-generic Source: linux-meta Priority: optional Section: devel Installed-Size: 34 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0.150.164 Depends: linux-backports-modules-cw-3.5-3.2.0-150-generic Filename: pool/main/l/linux-meta/linux-backports-modules-cw-3.5-precise-generic_3.2.0.150.164_amd64.deb Size: 2524 SHA256: 304e9f8448a9713617682e2c140509dca4a9ca8a62866d7a723efc3ecbfddbaa SHA1: 29fa846d18cc5a74da7e087ac8c84ff7c3e25460 MD5sum: 24d4a0f45ce82762db8d1f6fd19ebb76 Description: 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-cw-3.6-3.2.0-128-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10569 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-128.119 Depends: linux-image-3.2.0-128-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-128-generic, linux-backports-modules-cw-3.11-3.2.0-128-generic, linux-backports-modules-cw-3.12-3.2.0-128-generic, linux-backports-modules-cw-3.3-3.2.0-128-generic, linux-backports-modules-cw-3.4-3.2.0-128-generic, linux-backports-modules-cw-3.5-3.2.0-128-generic, linux-backports-modules-cw-3.7-3.2.0-128-generic, linux-backports-modules-cw-3.8-3.2.0-128-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.6-3.2.0-128-generic_3.2.0-128.119_amd64.deb Size: 2898454 SHA256: d9f2a38ebfd3896dbf1a8c5a4a824dcaeec3ae4e06f538cd37df64a895eb7864 SHA1: c2738c2cc79a79f21b2651d3d9b375484100ef7d MD5sum: 3e1950d4cec8bbde8838576dc854c350 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.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.2.0-128-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10557 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-128.119 Depends: linux-image-3.2.0-128-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-128-virtual, linux-backports-modules-cw-3.11-3.2.0-128-virtual, linux-backports-modules-cw-3.12-3.2.0-128-virtual, linux-backports-modules-cw-3.3-3.2.0-128-virtual, linux-backports-modules-cw-3.4-3.2.0-128-virtual, linux-backports-modules-cw-3.5-3.2.0-128-virtual, linux-backports-modules-cw-3.7-3.2.0-128-virtual, linux-backports-modules-cw-3.8-3.2.0-128-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.6-3.2.0-128-virtual_3.2.0-128.119_amd64.deb Size: 2897636 SHA256: 35df91da1d83d4efd22ae0b24f5cb7738c491f00d4f57c93adeb38553ddafe72 SHA1: 17d8e07b4acb2fde469ac60ae77ce71ab9dfac67 MD5sum: c19de599f3bc4d15b2a41df320e65bf0 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.6-3.2.0-129-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10569 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-129.120 Depends: linux-image-3.2.0-129-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-129-generic, linux-backports-modules-cw-3.11-3.2.0-129-generic, linux-backports-modules-cw-3.12-3.2.0-129-generic, linux-backports-modules-cw-3.3-3.2.0-129-generic, linux-backports-modules-cw-3.4-3.2.0-129-generic, linux-backports-modules-cw-3.5-3.2.0-129-generic, linux-backports-modules-cw-3.7-3.2.0-129-generic, linux-backports-modules-cw-3.8-3.2.0-129-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.6-3.2.0-129-generic_3.2.0-129.120_amd64.deb Size: 2906574 SHA256: 740adde7ea2696c95b67600b7efd7014a011862d5159b01712ff35b6151a565f SHA1: 301c8f0deff2ff299baf9c69954f3660cca44b4f MD5sum: f3cf63072c83361edc2e2ce4b947593b Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.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.2.0-129-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10557 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-129.120 Depends: linux-image-3.2.0-129-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-129-virtual, linux-backports-modules-cw-3.11-3.2.0-129-virtual, linux-backports-modules-cw-3.12-3.2.0-129-virtual, linux-backports-modules-cw-3.3-3.2.0-129-virtual, linux-backports-modules-cw-3.4-3.2.0-129-virtual, linux-backports-modules-cw-3.5-3.2.0-129-virtual, linux-backports-modules-cw-3.7-3.2.0-129-virtual, linux-backports-modules-cw-3.8-3.2.0-129-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.6-3.2.0-129-virtual_3.2.0-129.120_amd64.deb Size: 2904664 SHA256: f1fa228452a616cc94a5a4bfd12c3fafa5728db7b5b618f5ed9bdb743d5d17c7 SHA1: 7691db68db86600505a716bc27108e0ca3f3a9e1 MD5sum: 8f97c4cd9588f775519625e532d2fced Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.6-3.2.0-130-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10569 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-130.121 Depends: linux-image-3.2.0-130-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-130-generic, linux-backports-modules-cw-3.11-3.2.0-130-generic, linux-backports-modules-cw-3.12-3.2.0-130-generic, linux-backports-modules-cw-3.3-3.2.0-130-generic, linux-backports-modules-cw-3.4-3.2.0-130-generic, linux-backports-modules-cw-3.5-3.2.0-130-generic, linux-backports-modules-cw-3.7-3.2.0-130-generic, linux-backports-modules-cw-3.8-3.2.0-130-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.6-3.2.0-130-generic_3.2.0-130.121_amd64.deb Size: 2901740 SHA256: afa6f599f7bd91b77d300810045602f279673b38a506005e5a1766562b7458ea SHA1: 599afcb43a4fd65baa7a8582d1001439fecc28c8 MD5sum: 11d9d0adb02f936a8bfb2ba71030a0fa Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.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.2.0-130-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10557 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-130.121 Depends: linux-image-3.2.0-130-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-130-virtual, linux-backports-modules-cw-3.11-3.2.0-130-virtual, linux-backports-modules-cw-3.12-3.2.0-130-virtual, linux-backports-modules-cw-3.3-3.2.0-130-virtual, linux-backports-modules-cw-3.4-3.2.0-130-virtual, linux-backports-modules-cw-3.5-3.2.0-130-virtual, linux-backports-modules-cw-3.7-3.2.0-130-virtual, linux-backports-modules-cw-3.8-3.2.0-130-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.6-3.2.0-130-virtual_3.2.0-130.121_amd64.deb Size: 2900036 SHA256: ddb718420fd9e70fb43ac4e3c0f8ebfc9579c18a1b493ef5a0f56d6afe00f68d SHA1: 34da83f7a29a60ba0c6049b18c3b8a5f5f98fedd MD5sum: fe394a0c6bab8e7f50860aaa99bd2ac6 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.6-3.2.0-131-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10569 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-131.122 Depends: linux-image-3.2.0-131-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-131-generic, linux-backports-modules-cw-3.11-3.2.0-131-generic, linux-backports-modules-cw-3.12-3.2.0-131-generic, linux-backports-modules-cw-3.3-3.2.0-131-generic, linux-backports-modules-cw-3.4-3.2.0-131-generic, linux-backports-modules-cw-3.5-3.2.0-131-generic, linux-backports-modules-cw-3.7-3.2.0-131-generic, linux-backports-modules-cw-3.8-3.2.0-131-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.6-3.2.0-131-generic_3.2.0-131.122_amd64.deb Size: 2899108 SHA256: fbd39c6fc83ee809441ed57b025b59d1486b60fb0ec61e9ebdf8a60862917bb3 SHA1: 67b2e4f260e348001bd482ff4f90347803404c40 MD5sum: 507865a5f75396bd59c8c544baeedc00 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.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.2.0-131-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10557 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-131.122 Depends: linux-image-3.2.0-131-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-131-virtual, linux-backports-modules-cw-3.11-3.2.0-131-virtual, linux-backports-modules-cw-3.12-3.2.0-131-virtual, linux-backports-modules-cw-3.3-3.2.0-131-virtual, linux-backports-modules-cw-3.4-3.2.0-131-virtual, linux-backports-modules-cw-3.5-3.2.0-131-virtual, linux-backports-modules-cw-3.7-3.2.0-131-virtual, linux-backports-modules-cw-3.8-3.2.0-131-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.6-3.2.0-131-virtual_3.2.0-131.122_amd64.deb Size: 2897204 SHA256: 09f625bd3de3a179328900a2a191abbb8c89fc8fca8f6b8e8307f23a51e991df SHA1: 448759602b2e87b2282df8aa800cfa212e2bab3e MD5sum: 21ca4319b20985e498a30c70abb822fb Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.6-3.2.0-132-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10569 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-132.123 Depends: linux-image-3.2.0-132-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-132-generic, linux-backports-modules-cw-3.11-3.2.0-132-generic, linux-backports-modules-cw-3.12-3.2.0-132-generic, linux-backports-modules-cw-3.3-3.2.0-132-generic, linux-backports-modules-cw-3.4-3.2.0-132-generic, linux-backports-modules-cw-3.5-3.2.0-132-generic, linux-backports-modules-cw-3.7-3.2.0-132-generic, linux-backports-modules-cw-3.8-3.2.0-132-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.6-3.2.0-132-generic_3.2.0-132.123_amd64.deb Size: 2896404 SHA256: 75f21e988c53a3aa71ffbf406eaab7dfbfc47e1cb75d9385f2e4ead2daed1757 SHA1: 143933a4d59c4f6a7a5e17996e80880268b502bc MD5sum: 10eec3c894aa86533bd1ac0609b75e34 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.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.2.0-132-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10557 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-132.123 Depends: linux-image-3.2.0-132-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-132-virtual, linux-backports-modules-cw-3.11-3.2.0-132-virtual, linux-backports-modules-cw-3.12-3.2.0-132-virtual, linux-backports-modules-cw-3.3-3.2.0-132-virtual, linux-backports-modules-cw-3.4-3.2.0-132-virtual, linux-backports-modules-cw-3.5-3.2.0-132-virtual, linux-backports-modules-cw-3.7-3.2.0-132-virtual, linux-backports-modules-cw-3.8-3.2.0-132-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.6-3.2.0-132-virtual_3.2.0-132.123_amd64.deb Size: 2894026 SHA256: 808716495fa645fea4838952269b7374c2c6935d3762ca916268f86d0511ef78 SHA1: b4b372bbb78f2b846429a92a52e322bd5c87b51e MD5sum: dc9b9cebec6f944741bc37d526304d35 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.6-3.2.0-133-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10569 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-133.124 Depends: linux-image-3.2.0-133-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-133-generic, linux-backports-modules-cw-3.11-3.2.0-133-generic, linux-backports-modules-cw-3.12-3.2.0-133-generic, linux-backports-modules-cw-3.3-3.2.0-133-generic, linux-backports-modules-cw-3.4-3.2.0-133-generic, linux-backports-modules-cw-3.5-3.2.0-133-generic, linux-backports-modules-cw-3.7-3.2.0-133-generic, linux-backports-modules-cw-3.8-3.2.0-133-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.6-3.2.0-133-generic_3.2.0-133.124_amd64.deb Size: 2896524 SHA256: b28aa9cc9bdb0b48fbc993415cb65951e49d0e2e8e47ab8ef6bb698e67628cf6 SHA1: e21ea04b77971e8857b66632b71aa672e8f23230 MD5sum: db74baee261122f0a32beef595c86a7c Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.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.2.0-133-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10557 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-133.124 Depends: linux-image-3.2.0-133-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-133-virtual, linux-backports-modules-cw-3.11-3.2.0-133-virtual, linux-backports-modules-cw-3.12-3.2.0-133-virtual, linux-backports-modules-cw-3.3-3.2.0-133-virtual, linux-backports-modules-cw-3.4-3.2.0-133-virtual, linux-backports-modules-cw-3.5-3.2.0-133-virtual, linux-backports-modules-cw-3.7-3.2.0-133-virtual, linux-backports-modules-cw-3.8-3.2.0-133-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.6-3.2.0-133-virtual_3.2.0-133.124_amd64.deb Size: 2895290 SHA256: 81b8c4b54f12f60edfc8474ca3cdc1d1356148964e3897d9eac140ec0091abdb SHA1: 14c04085184d6d0fcbd5c2a12eeb173611711dc3 MD5sum: b5a75e9b9d5a2f6d900e2440e1f4ed24 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.6-3.2.0-134-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10569 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-134.125 Depends: linux-image-3.2.0-134-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-134-generic, linux-backports-modules-cw-3.11-3.2.0-134-generic, linux-backports-modules-cw-3.12-3.2.0-134-generic, linux-backports-modules-cw-3.3-3.2.0-134-generic, linux-backports-modules-cw-3.4-3.2.0-134-generic, linux-backports-modules-cw-3.5-3.2.0-134-generic, linux-backports-modules-cw-3.7-3.2.0-134-generic, linux-backports-modules-cw-3.8-3.2.0-134-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.6-3.2.0-134-generic_3.2.0-134.125_amd64.deb Size: 2893058 SHA256: 4ee277d41a195b2c7ef56ba41eb0ed0ad664b1a8e4e9adeed0f850997256239a SHA1: 74bc32d089017a038067018fd437e63e8722a5aa MD5sum: 1c0062a43a9bae6385c94ac2567c6f79 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.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.2.0-134-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10557 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-134.125 Depends: linux-image-3.2.0-134-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-134-virtual, linux-backports-modules-cw-3.11-3.2.0-134-virtual, linux-backports-modules-cw-3.12-3.2.0-134-virtual, linux-backports-modules-cw-3.3-3.2.0-134-virtual, linux-backports-modules-cw-3.4-3.2.0-134-virtual, linux-backports-modules-cw-3.5-3.2.0-134-virtual, linux-backports-modules-cw-3.7-3.2.0-134-virtual, linux-backports-modules-cw-3.8-3.2.0-134-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.6-3.2.0-134-virtual_3.2.0-134.125_amd64.deb Size: 2891914 SHA256: 5baa151a72837076f01434661ac4d18fdcfc6fc74a95493688f95545fcaee9c4 SHA1: d9d6682324040599864d9ef51522a5f4935c9271 MD5sum: 88d673d6cbf90b03f07006f797c5b005 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.6-3.2.0-135-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10569 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-135.126 Depends: linux-image-3.2.0-135-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-135-generic, linux-backports-modules-cw-3.11-3.2.0-135-generic, linux-backports-modules-cw-3.12-3.2.0-135-generic, linux-backports-modules-cw-3.3-3.2.0-135-generic, linux-backports-modules-cw-3.4-3.2.0-135-generic, linux-backports-modules-cw-3.5-3.2.0-135-generic, linux-backports-modules-cw-3.7-3.2.0-135-generic, linux-backports-modules-cw-3.8-3.2.0-135-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.6-3.2.0-135-generic_3.2.0-135.126_amd64.deb Size: 2893078 SHA256: 40e9130e60b22abe188707ec47c27c6d4d8a4e467da2343b896e597256d48cb3 SHA1: 839bbfe697a7199bb20b01207dfcc936e30ff469 MD5sum: 1ec3436ba8a7976128f5b86de0cb9898 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.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.2.0-135-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10557 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-135.126 Depends: linux-image-3.2.0-135-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-135-virtual, linux-backports-modules-cw-3.11-3.2.0-135-virtual, linux-backports-modules-cw-3.12-3.2.0-135-virtual, linux-backports-modules-cw-3.3-3.2.0-135-virtual, linux-backports-modules-cw-3.4-3.2.0-135-virtual, linux-backports-modules-cw-3.5-3.2.0-135-virtual, linux-backports-modules-cw-3.7-3.2.0-135-virtual, linux-backports-modules-cw-3.8-3.2.0-135-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.6-3.2.0-135-virtual_3.2.0-135.126_amd64.deb Size: 2890520 SHA256: 4206582386f192ebb0d58d303ecc924e2bf8061db1e240a62c9ce950f2048af4 SHA1: 0a7094eebd8318ecc5d519b63d8c00f7612ffc5e MD5sum: 0dbcacca13d05b06162a8ee1c09ccd9c Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.6-3.2.0-136-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10569 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-136.127 Depends: linux-image-3.2.0-136-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-136-generic, linux-backports-modules-cw-3.11-3.2.0-136-generic, linux-backports-modules-cw-3.12-3.2.0-136-generic, linux-backports-modules-cw-3.3-3.2.0-136-generic, linux-backports-modules-cw-3.4-3.2.0-136-generic, linux-backports-modules-cw-3.5-3.2.0-136-generic, linux-backports-modules-cw-3.7-3.2.0-136-generic, linux-backports-modules-cw-3.8-3.2.0-136-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.6-3.2.0-136-generic_3.2.0-136.127_amd64.deb Size: 2898230 SHA256: 5d59ef3630b42e7ceec101c57ac29d50b198e9ad278181f65375d672d476dbe9 SHA1: c542dd9c6caa63881aaf744e83c54ac3dc8b6e52 MD5sum: 3452e1052b7442514a9feadc4e0d3fcd Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.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.2.0-136-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10557 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-136.127 Depends: linux-image-3.2.0-136-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-136-virtual, linux-backports-modules-cw-3.11-3.2.0-136-virtual, linux-backports-modules-cw-3.12-3.2.0-136-virtual, linux-backports-modules-cw-3.3-3.2.0-136-virtual, linux-backports-modules-cw-3.4-3.2.0-136-virtual, linux-backports-modules-cw-3.5-3.2.0-136-virtual, linux-backports-modules-cw-3.7-3.2.0-136-virtual, linux-backports-modules-cw-3.8-3.2.0-136-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.6-3.2.0-136-virtual_3.2.0-136.127_amd64.deb Size: 2895526 SHA256: cc74ccc4ae06a43f6baf1bd4fe7bc4bdffbb625ceeb56bcf9ee947161d31e1df SHA1: fd2079d6ae9f00fc0087cf178d5cc88a956c5a46 MD5sum: 962156ea89c8ee3c62681ab8a673c0cf Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.6-3.2.0-137-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10569 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-137.129 Depends: linux-image-3.2.0-137-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-137-generic, linux-backports-modules-cw-3.11-3.2.0-137-generic, linux-backports-modules-cw-3.12-3.2.0-137-generic, linux-backports-modules-cw-3.3-3.2.0-137-generic, linux-backports-modules-cw-3.4-3.2.0-137-generic, linux-backports-modules-cw-3.5-3.2.0-137-generic, linux-backports-modules-cw-3.7-3.2.0-137-generic, linux-backports-modules-cw-3.8-3.2.0-137-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.6-3.2.0-137-generic_3.2.0-137.129_amd64.deb Size: 2883270 SHA256: 318938e9b47252c4c19aacafe2e45d19fc51e6ebde6bcd970f3a8e4dcdd1eb57 SHA1: 629650dd392e97a0f64c0f4ccf7eca76b13c3a29 MD5sum: 6766a133ef5b68c7bcb6915dd5578f11 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.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.2.0-137-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10557 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-137.129 Depends: linux-image-3.2.0-137-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-137-virtual, linux-backports-modules-cw-3.11-3.2.0-137-virtual, linux-backports-modules-cw-3.12-3.2.0-137-virtual, linux-backports-modules-cw-3.3-3.2.0-137-virtual, linux-backports-modules-cw-3.4-3.2.0-137-virtual, linux-backports-modules-cw-3.5-3.2.0-137-virtual, linux-backports-modules-cw-3.7-3.2.0-137-virtual, linux-backports-modules-cw-3.8-3.2.0-137-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.6-3.2.0-137-virtual_3.2.0-137.129_amd64.deb Size: 2881646 SHA256: 9111f6f61f9df125b9800817c7c2113c35737f3344f7cf0d864e6026ceaa3d41 SHA1: bb98d8770051c6968a0b5ea502345bb5bc9ad7b1 MD5sum: b7a6ff8700acf4a127781e9cae1182db Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.6-3.2.0-138-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10569 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-138.130 Depends: linux-image-3.2.0-138-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-138-generic, linux-backports-modules-cw-3.11-3.2.0-138-generic, linux-backports-modules-cw-3.12-3.2.0-138-generic, linux-backports-modules-cw-3.3-3.2.0-138-generic, linux-backports-modules-cw-3.4-3.2.0-138-generic, linux-backports-modules-cw-3.5-3.2.0-138-generic, linux-backports-modules-cw-3.7-3.2.0-138-generic, linux-backports-modules-cw-3.8-3.2.0-138-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.6-3.2.0-138-generic_3.2.0-138.130_amd64.deb Size: 2902306 SHA256: aed6fb8c333e90725eaf20ecfac819ea3eac46d03e2676a5ff7375680270639a SHA1: c1b0d5046f9baf2e8b62e9e918c5ca8659c691b0 MD5sum: e359b6503692222a36a457cff78779f7 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.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.2.0-138-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10557 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-138.130 Depends: linux-image-3.2.0-138-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-138-virtual, linux-backports-modules-cw-3.11-3.2.0-138-virtual, linux-backports-modules-cw-3.12-3.2.0-138-virtual, linux-backports-modules-cw-3.3-3.2.0-138-virtual, linux-backports-modules-cw-3.4-3.2.0-138-virtual, linux-backports-modules-cw-3.5-3.2.0-138-virtual, linux-backports-modules-cw-3.7-3.2.0-138-virtual, linux-backports-modules-cw-3.8-3.2.0-138-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.6-3.2.0-138-virtual_3.2.0-138.130_amd64.deb Size: 2902236 SHA256: 47dafec72a82d32330b9540d4d2132f5fa39e3861829e84780c9a001648517d0 SHA1: e9360477c958ebc46afa0a08aa7b1d1363cda9c6 MD5sum: 63b3ceb97be616c2031da69e7458ca56 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.6-3.2.0-139-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10569 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-139.131 Depends: linux-image-3.2.0-139-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-139-generic, linux-backports-modules-cw-3.11-3.2.0-139-generic, linux-backports-modules-cw-3.12-3.2.0-139-generic, linux-backports-modules-cw-3.3-3.2.0-139-generic, linux-backports-modules-cw-3.4-3.2.0-139-generic, linux-backports-modules-cw-3.5-3.2.0-139-generic, linux-backports-modules-cw-3.7-3.2.0-139-generic, linux-backports-modules-cw-3.8-3.2.0-139-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.6-3.2.0-139-generic_3.2.0-139.131_amd64.deb Size: 2887418 SHA256: 2d94792ad4d6c430d915b8f106972ee7958510086746a1a54854803be740cd6b SHA1: bf518d945a7eafb2e63e9c4409df3ec7d9a46b3d MD5sum: 2d870d0d1044ef74bbca678866fd6e8d Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.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.2.0-139-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10557 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-139.131 Depends: linux-image-3.2.0-139-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-139-virtual, linux-backports-modules-cw-3.11-3.2.0-139-virtual, linux-backports-modules-cw-3.12-3.2.0-139-virtual, linux-backports-modules-cw-3.3-3.2.0-139-virtual, linux-backports-modules-cw-3.4-3.2.0-139-virtual, linux-backports-modules-cw-3.5-3.2.0-139-virtual, linux-backports-modules-cw-3.7-3.2.0-139-virtual, linux-backports-modules-cw-3.8-3.2.0-139-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.6-3.2.0-139-virtual_3.2.0-139.131_amd64.deb Size: 2886388 SHA256: c0ae563395524bf9fb9f0bc7bede2391884a8b4e122b54e3e7a42e4229a435ae SHA1: a668192f8be7451ea8a463b75771a50e3386b622 MD5sum: cc1e17cad41f9114ffafefe48a2ea17c Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.6-3.2.0-140-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10569 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-140.132 Depends: linux-image-3.2.0-140-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-140-generic, linux-backports-modules-cw-3.11-3.2.0-140-generic, linux-backports-modules-cw-3.12-3.2.0-140-generic, linux-backports-modules-cw-3.3-3.2.0-140-generic, linux-backports-modules-cw-3.4-3.2.0-140-generic, linux-backports-modules-cw-3.5-3.2.0-140-generic, linux-backports-modules-cw-3.7-3.2.0-140-generic, linux-backports-modules-cw-3.8-3.2.0-140-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.6-3.2.0-140-generic_3.2.0-140.132_amd64.deb Size: 2879642 SHA256: 4b68fc86fcf1c3caffb941e796940ede9e23f7855af3f7c4efe41dc2beeed906 SHA1: 7e08341c48ed5eae6e88253ee058e7683ef0076f MD5sum: 44bff2e17bbca19617f40b2e7a2b40df Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.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.2.0-140-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10557 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-140.132 Depends: linux-image-3.2.0-140-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-140-virtual, linux-backports-modules-cw-3.11-3.2.0-140-virtual, linux-backports-modules-cw-3.12-3.2.0-140-virtual, linux-backports-modules-cw-3.3-3.2.0-140-virtual, linux-backports-modules-cw-3.4-3.2.0-140-virtual, linux-backports-modules-cw-3.5-3.2.0-140-virtual, linux-backports-modules-cw-3.7-3.2.0-140-virtual, linux-backports-modules-cw-3.8-3.2.0-140-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.6-3.2.0-140-virtual_3.2.0-140.132_amd64.deb Size: 2877828 SHA256: 784a3b2a7d99582732523296ed8475c1bbeefdae0c9de2ac9b5d45c290b81809 SHA1: 9fd7becd63122d63a1595edaac0869f732889e30 MD5sum: ce23d8f74c1b0b988ff166c4edf401ba Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.6-3.2.0-141-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10569 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-141.133 Depends: linux-image-3.2.0-141-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-141-generic, linux-backports-modules-cw-3.11-3.2.0-141-generic, linux-backports-modules-cw-3.12-3.2.0-141-generic, linux-backports-modules-cw-3.3-3.2.0-141-generic, linux-backports-modules-cw-3.4-3.2.0-141-generic, linux-backports-modules-cw-3.5-3.2.0-141-generic, linux-backports-modules-cw-3.7-3.2.0-141-generic, linux-backports-modules-cw-3.8-3.2.0-141-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.6-3.2.0-141-generic_3.2.0-141.133_amd64.deb Size: 2898120 SHA256: 14cc40ade8da76087c6f35a0f36b7f4e0fa4ea2d842b280cacbd2eea42fb10b1 SHA1: ad27f43951dff4ec7181ac97a793e475c9566635 MD5sum: 41d20502822ef13a3d3d5c4c990a5714 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.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.2.0-141-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10557 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-141.133 Depends: linux-image-3.2.0-141-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-141-virtual, linux-backports-modules-cw-3.11-3.2.0-141-virtual, linux-backports-modules-cw-3.12-3.2.0-141-virtual, linux-backports-modules-cw-3.3-3.2.0-141-virtual, linux-backports-modules-cw-3.4-3.2.0-141-virtual, linux-backports-modules-cw-3.5-3.2.0-141-virtual, linux-backports-modules-cw-3.7-3.2.0-141-virtual, linux-backports-modules-cw-3.8-3.2.0-141-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.6-3.2.0-141-virtual_3.2.0-141.133_amd64.deb Size: 2895996 SHA256: 37a318e5a1a52e3694a6611f9c6bf58231834f92f9ab919763f6ea9cb8c980ab SHA1: 4ef1594b1d0ec88e4be81e2ccdd4acf7012af049 MD5sum: f93a81339661432112e7342ee576c98e Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.6-3.2.0-142-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10569 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-142.134 Depends: linux-image-3.2.0-142-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-142-generic, linux-backports-modules-cw-3.11-3.2.0-142-generic, linux-backports-modules-cw-3.12-3.2.0-142-generic, linux-backports-modules-cw-3.3-3.2.0-142-generic, linux-backports-modules-cw-3.4-3.2.0-142-generic, linux-backports-modules-cw-3.5-3.2.0-142-generic, linux-backports-modules-cw-3.7-3.2.0-142-generic, linux-backports-modules-cw-3.8-3.2.0-142-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.6-3.2.0-142-generic_3.2.0-142.134_amd64.deb Size: 2894272 SHA256: 65da83e4cb72594e948a488ce89cd600f2b3ae1aca0dc795e0f47c435c30ccab SHA1: 8b3840975ceadb21be2085c8f07d86364b0fad50 MD5sum: 8680683759cdda21bb2dd465a08d056a Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.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.2.0-142-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10557 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-142.134 Depends: linux-image-3.2.0-142-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-142-virtual, linux-backports-modules-cw-3.11-3.2.0-142-virtual, linux-backports-modules-cw-3.12-3.2.0-142-virtual, linux-backports-modules-cw-3.3-3.2.0-142-virtual, linux-backports-modules-cw-3.4-3.2.0-142-virtual, linux-backports-modules-cw-3.5-3.2.0-142-virtual, linux-backports-modules-cw-3.7-3.2.0-142-virtual, linux-backports-modules-cw-3.8-3.2.0-142-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.6-3.2.0-142-virtual_3.2.0-142.134_amd64.deb Size: 2892778 SHA256: bfca2109eae58de6d41759b5f39744da09ce34e1155e7e861526b8dfbf2440b7 SHA1: cbd441ac8d710802a0e686e7213a7992948978e6 MD5sum: e2fb77b080a2b4a1e2e3e37951739e37 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.6-3.2.0-143-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10569 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-143.135 Depends: linux-image-3.2.0-143-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-143-generic, linux-backports-modules-cw-3.11-3.2.0-143-generic, linux-backports-modules-cw-3.12-3.2.0-143-generic, linux-backports-modules-cw-3.3-3.2.0-143-generic, linux-backports-modules-cw-3.4-3.2.0-143-generic, linux-backports-modules-cw-3.5-3.2.0-143-generic, linux-backports-modules-cw-3.7-3.2.0-143-generic, linux-backports-modules-cw-3.8-3.2.0-143-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.6-3.2.0-143-generic_3.2.0-143.135_amd64.deb Size: 2864966 SHA256: 9cc644157f7491f694954274083442dd8c8a87d3766006e02be0660cfdff0151 SHA1: 802b3cc06c1a254edada4d105d09a4b677573efe MD5sum: 0873cb37f38507ce55d297477131967f Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.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.2.0-143-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10557 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-143.135 Depends: linux-image-3.2.0-143-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-143-virtual, linux-backports-modules-cw-3.11-3.2.0-143-virtual, linux-backports-modules-cw-3.12-3.2.0-143-virtual, linux-backports-modules-cw-3.3-3.2.0-143-virtual, linux-backports-modules-cw-3.4-3.2.0-143-virtual, linux-backports-modules-cw-3.5-3.2.0-143-virtual, linux-backports-modules-cw-3.7-3.2.0-143-virtual, linux-backports-modules-cw-3.8-3.2.0-143-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.6-3.2.0-143-virtual_3.2.0-143.135_amd64.deb Size: 2867396 SHA256: e61a0081fd8beea0e30ea44e74967c49702853f117d609b274ec165bb938fa0f SHA1: 2c049d78c937a3262aa4fe0840764556793677c9 MD5sum: 0b927da443e5bd5ec5e4e0a8e4c33e22 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.6-3.2.0-144-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10569 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-144.136 Depends: linux-image-3.2.0-144-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-144-generic, linux-backports-modules-cw-3.11-3.2.0-144-generic, linux-backports-modules-cw-3.12-3.2.0-144-generic, linux-backports-modules-cw-3.3-3.2.0-144-generic, linux-backports-modules-cw-3.4-3.2.0-144-generic, linux-backports-modules-cw-3.5-3.2.0-144-generic, linux-backports-modules-cw-3.7-3.2.0-144-generic, linux-backports-modules-cw-3.8-3.2.0-144-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.6-3.2.0-144-generic_3.2.0-144.136_amd64.deb Size: 2901206 SHA256: f3c4fc69e29928ae09fd5c76d197d94d24613880615e7d023a69aa17667e3495 SHA1: 55c4e3432cf928c722e444c3bdab61de5e396e0b MD5sum: 6110b96195c50ca4b0571ea11aefa418 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.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.2.0-144-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10557 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-144.136 Depends: linux-image-3.2.0-144-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-144-virtual, linux-backports-modules-cw-3.11-3.2.0-144-virtual, linux-backports-modules-cw-3.12-3.2.0-144-virtual, linux-backports-modules-cw-3.3-3.2.0-144-virtual, linux-backports-modules-cw-3.4-3.2.0-144-virtual, linux-backports-modules-cw-3.5-3.2.0-144-virtual, linux-backports-modules-cw-3.7-3.2.0-144-virtual, linux-backports-modules-cw-3.8-3.2.0-144-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.6-3.2.0-144-virtual_3.2.0-144.136_amd64.deb Size: 2897822 SHA256: 7d4d2ffe20c2061b52b4a33b6b2295a182e0fd3167d0107a625856a235deb702 SHA1: 9c6ff6b445c32a3a644384f0d5a2947108793b83 MD5sum: f5737bc56d044904ce912bca866673d8 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.6-3.2.0-147-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10569 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-147.138 Depends: linux-image-3.2.0-147-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-147-generic, linux-backports-modules-cw-3.11-3.2.0-147-generic, linux-backports-modules-cw-3.12-3.2.0-147-generic, linux-backports-modules-cw-3.3-3.2.0-147-generic, linux-backports-modules-cw-3.4-3.2.0-147-generic, linux-backports-modules-cw-3.5-3.2.0-147-generic, linux-backports-modules-cw-3.7-3.2.0-147-generic, linux-backports-modules-cw-3.8-3.2.0-147-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.6-3.2.0-147-generic_3.2.0-147.138_amd64.deb Size: 2898988 SHA256: 68c1eb15bf4197e812ede47dae6f534ee3248fd8bc85378230721c6f6851df0d SHA1: 054bd42cf121b1d04378a92909c1f5ec67caec48 MD5sum: cbbd4cb02dbb3a8e361fa5e08e7f7daf Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.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.2.0-147-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10557 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-147.138 Depends: linux-image-3.2.0-147-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-147-virtual, linux-backports-modules-cw-3.11-3.2.0-147-virtual, linux-backports-modules-cw-3.12-3.2.0-147-virtual, linux-backports-modules-cw-3.3-3.2.0-147-virtual, linux-backports-modules-cw-3.4-3.2.0-147-virtual, linux-backports-modules-cw-3.5-3.2.0-147-virtual, linux-backports-modules-cw-3.7-3.2.0-147-virtual, linux-backports-modules-cw-3.8-3.2.0-147-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.6-3.2.0-147-virtual_3.2.0-147.138_amd64.deb Size: 2896800 SHA256: ef01bfee06bb1480911dee9e1a01cc17b9e477fa43cf6e67891b52c230d4bd80 SHA1: ab5f72e9120c9e2b4ae64889dbdde46fe02fab16 MD5sum: 38ddb1b6f3d07638502f136368efc635 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.6-3.2.0-148-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10569 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-148.139 Depends: linux-image-3.2.0-148-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-148-generic, linux-backports-modules-cw-3.11-3.2.0-148-generic, linux-backports-modules-cw-3.12-3.2.0-148-generic, linux-backports-modules-cw-3.3-3.2.0-148-generic, linux-backports-modules-cw-3.4-3.2.0-148-generic, linux-backports-modules-cw-3.5-3.2.0-148-generic, linux-backports-modules-cw-3.7-3.2.0-148-generic, linux-backports-modules-cw-3.8-3.2.0-148-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.6-3.2.0-148-generic_3.2.0-148.139_amd64.deb Size: 2903454 SHA256: 0a61d0d4f368e8f5ff9726bfbd1baa101eabfb6cf2586a483534de68b4d24550 SHA1: 7ef79f414060bab1bcf437e1c0897049cd8ed03d MD5sum: 0a56b9cd80485bc687ad8ea0b2f513f4 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.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.2.0-148-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10557 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-148.139 Depends: linux-image-3.2.0-148-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-148-virtual, linux-backports-modules-cw-3.11-3.2.0-148-virtual, linux-backports-modules-cw-3.12-3.2.0-148-virtual, linux-backports-modules-cw-3.3-3.2.0-148-virtual, linux-backports-modules-cw-3.4-3.2.0-148-virtual, linux-backports-modules-cw-3.5-3.2.0-148-virtual, linux-backports-modules-cw-3.7-3.2.0-148-virtual, linux-backports-modules-cw-3.8-3.2.0-148-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.6-3.2.0-148-virtual_3.2.0-148.139_amd64.deb Size: 2901846 SHA256: 72d7aa4ea922d89ef5ac85d8e9c03315e18f30e567e6698b3bf570f88139f8ec SHA1: d960fbb2599cabaad466aee8a34eab834046cf3b MD5sum: fed22a2789ea675716fea22c37bc7448 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.6-3.2.0-149-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10569 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-149.140 Depends: linux-image-3.2.0-149-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-149-generic, linux-backports-modules-cw-3.11-3.2.0-149-generic, linux-backports-modules-cw-3.12-3.2.0-149-generic, linux-backports-modules-cw-3.3-3.2.0-149-generic, linux-backports-modules-cw-3.4-3.2.0-149-generic, linux-backports-modules-cw-3.5-3.2.0-149-generic, linux-backports-modules-cw-3.7-3.2.0-149-generic, linux-backports-modules-cw-3.8-3.2.0-149-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.6-3.2.0-149-generic_3.2.0-149.140_amd64.deb Size: 2897740 SHA256: 121b4058fdea0f4d3a52cce90f4942d79ccfc6086ee1884c0bb4df8b488032aa SHA1: ee47980d0d50bad373730f1e95870ca42da83e87 MD5sum: dc27caedd5842461327bff4ecb25e4f5 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.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.2.0-149-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10557 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-149.140 Depends: linux-image-3.2.0-149-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-149-virtual, linux-backports-modules-cw-3.11-3.2.0-149-virtual, linux-backports-modules-cw-3.12-3.2.0-149-virtual, linux-backports-modules-cw-3.3-3.2.0-149-virtual, linux-backports-modules-cw-3.4-3.2.0-149-virtual, linux-backports-modules-cw-3.5-3.2.0-149-virtual, linux-backports-modules-cw-3.7-3.2.0-149-virtual, linux-backports-modules-cw-3.8-3.2.0-149-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.6-3.2.0-149-virtual_3.2.0-149.140_amd64.deb Size: 2895096 SHA256: 914c6f613a634df6fb5fe6bc24f1e533f9a78dfd50433fbcc7d2f725f6e6bf79 SHA1: f2aab8e2e449ef3923fd587b34eb105807c1275f MD5sum: 5540ada68f724c30e5118234a6a6ecb1 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.6-3.2.0-150-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10570 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-150.141 Depends: linux-image-3.2.0-150-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-150-generic, linux-backports-modules-cw-3.11-3.2.0-150-generic, linux-backports-modules-cw-3.12-3.2.0-150-generic, linux-backports-modules-cw-3.3-3.2.0-150-generic, linux-backports-modules-cw-3.4-3.2.0-150-generic, linux-backports-modules-cw-3.5-3.2.0-150-generic, linux-backports-modules-cw-3.7-3.2.0-150-generic, linux-backports-modules-cw-3.8-3.2.0-150-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.6-3.2.0-150-generic_3.2.0-150.141_amd64.deb Size: 2891646 SHA256: 32bdc13d7910707e43b21e99fd8fa4b325cf6b4ec5cd7fd08772e7de50d20e54 SHA1: e31340904598aedfe886c8e77b361dcc6ee018f4 MD5sum: d4b3d5dcb9e4047a3f84b1df27a6ffed Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.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.2.0-150-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10557 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-150.141 Depends: linux-image-3.2.0-150-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-150-virtual, linux-backports-modules-cw-3.11-3.2.0-150-virtual, linux-backports-modules-cw-3.12-3.2.0-150-virtual, linux-backports-modules-cw-3.3-3.2.0-150-virtual, linux-backports-modules-cw-3.4-3.2.0-150-virtual, linux-backports-modules-cw-3.5-3.2.0-150-virtual, linux-backports-modules-cw-3.7-3.2.0-150-virtual, linux-backports-modules-cw-3.8-3.2.0-150-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.6-3.2.0-150-virtual_3.2.0-150.141_amd64.deb Size: 2891574 SHA256: dd60e0afddfb109851b2a0519fa4b8d151addda04357d271a3ec811e769bc112 SHA1: 440ae10b33f7fe4a2175dc43f8ef817293b06d44 MD5sum: 938992ee69f82313836bc093f97a0b7d Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.6-precise-generic Source: linux-meta Priority: optional Section: devel Installed-Size: 34 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0.150.164 Depends: linux-backports-modules-cw-3.6-3.2.0-150-generic Filename: pool/main/l/linux-meta/linux-backports-modules-cw-3.6-precise-generic_3.2.0.150.164_amd64.deb Size: 2528 SHA256: 4c571c150413e53c4e0055074f1792783935806ac322f59abacd9b153c184c2a SHA1: 727e3ce87a4295c57ff3e9930958014e1740641b MD5sum: 076129a2857e524fe9531507b2c72361 Description: 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-cw-3.7-3.2.0-128-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 9411 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-128.119 Depends: linux-image-3.2.0-128-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-128-generic, linux-backports-modules-cw-3.11-3.2.0-128-generic, linux-backports-modules-cw-3.12-3.2.0-128-generic, linux-backports-modules-cw-3.3-3.2.0-128-generic, linux-backports-modules-cw-3.4-3.2.0-128-generic, linux-backports-modules-cw-3.5-3.2.0-128-generic, linux-backports-modules-cw-3.6-3.2.0-128-generic, linux-backports-modules-cw-3.8-3.2.0-128-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.7-3.2.0-128-generic_3.2.0-128.119_amd64.deb Size: 2584850 SHA256: 47bdb3290a0e5ce9433f2494c77bc6fc35bcf7e60b27c91b612126a2119003ab SHA1: 8069af8df0054c4f3ac0d9c2fea770b79e7481ef MD5sum: baf9ec1dbff738d39b124e964a1a05b3 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.7-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.7-3.2.0-128-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 9403 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-128.119 Depends: linux-image-3.2.0-128-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-128-virtual, linux-backports-modules-cw-3.11-3.2.0-128-virtual, linux-backports-modules-cw-3.12-3.2.0-128-virtual, linux-backports-modules-cw-3.3-3.2.0-128-virtual, linux-backports-modules-cw-3.4-3.2.0-128-virtual, linux-backports-modules-cw-3.5-3.2.0-128-virtual, linux-backports-modules-cw-3.6-3.2.0-128-virtual, linux-backports-modules-cw-3.8-3.2.0-128-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.7-3.2.0-128-virtual_3.2.0-128.119_amd64.deb Size: 2584370 SHA256: 151a33da5a1f2556cd59d78746ec283dcd9e84767b81a444ff1dc2a83311b1cd SHA1: 888229d0b2aae44b1112162e2da49cc76c26b875 MD5sum: 21f4d885f809a68c91411aa556938739 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.7-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.7-3.2.0-129-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 9411 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-129.120 Depends: linux-image-3.2.0-129-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-129-generic, linux-backports-modules-cw-3.11-3.2.0-129-generic, linux-backports-modules-cw-3.12-3.2.0-129-generic, linux-backports-modules-cw-3.3-3.2.0-129-generic, linux-backports-modules-cw-3.4-3.2.0-129-generic, linux-backports-modules-cw-3.5-3.2.0-129-generic, linux-backports-modules-cw-3.6-3.2.0-129-generic, linux-backports-modules-cw-3.8-3.2.0-129-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.7-3.2.0-129-generic_3.2.0-129.120_amd64.deb Size: 2593568 SHA256: c9ba33978a3f34b8e3de863b2c23273cb69de0e847f5158a181e2a5c45f00e61 SHA1: 4a9033f5132fb71d196aba79e582982010d6e6fb MD5sum: 1a2f481cd1aac21bf1646079087825fc Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.7-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.7-3.2.0-129-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 9403 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-129.120 Depends: linux-image-3.2.0-129-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-129-virtual, linux-backports-modules-cw-3.11-3.2.0-129-virtual, linux-backports-modules-cw-3.12-3.2.0-129-virtual, linux-backports-modules-cw-3.3-3.2.0-129-virtual, linux-backports-modules-cw-3.4-3.2.0-129-virtual, linux-backports-modules-cw-3.5-3.2.0-129-virtual, linux-backports-modules-cw-3.6-3.2.0-129-virtual, linux-backports-modules-cw-3.8-3.2.0-129-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.7-3.2.0-129-virtual_3.2.0-129.120_amd64.deb Size: 2592788 SHA256: efa8ee3c49da041e9ee09f65d2d1ab716221982d61dfbddc5c1589c75238c7f4 SHA1: ad37e928a2451ea5adf5c4eb894328ff5ce676e4 MD5sum: 1f72bfa35e0fe9df2ee148d2af458105 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.7-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.7-3.2.0-130-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 9411 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-130.121 Depends: linux-image-3.2.0-130-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-130-generic, linux-backports-modules-cw-3.11-3.2.0-130-generic, linux-backports-modules-cw-3.12-3.2.0-130-generic, linux-backports-modules-cw-3.3-3.2.0-130-generic, linux-backports-modules-cw-3.4-3.2.0-130-generic, linux-backports-modules-cw-3.5-3.2.0-130-generic, linux-backports-modules-cw-3.6-3.2.0-130-generic, linux-backports-modules-cw-3.8-3.2.0-130-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.7-3.2.0-130-generic_3.2.0-130.121_amd64.deb Size: 2599118 SHA256: decf63acacfac28a63704b10c40399af335a6312f28e0330da49a364f368e496 SHA1: 876c1a504eb65c89def367c441b568cb350aa7a6 MD5sum: cf084b7809e78d23a940a54aa5da2aa9 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.7-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.7-3.2.0-130-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 9403 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-130.121 Depends: linux-image-3.2.0-130-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-130-virtual, linux-backports-modules-cw-3.11-3.2.0-130-virtual, linux-backports-modules-cw-3.12-3.2.0-130-virtual, linux-backports-modules-cw-3.3-3.2.0-130-virtual, linux-backports-modules-cw-3.4-3.2.0-130-virtual, linux-backports-modules-cw-3.5-3.2.0-130-virtual, linux-backports-modules-cw-3.6-3.2.0-130-virtual, linux-backports-modules-cw-3.8-3.2.0-130-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.7-3.2.0-130-virtual_3.2.0-130.121_amd64.deb Size: 2598240 SHA256: e3ac410754a14ec6dbf6617429f092a9116c34977858df749d0d72c9a20808fc SHA1: f9a31a6b50dea1474edb75660804493b7101d79c MD5sum: d9296abbfc9e4159baa2c2d2ea0fbf26 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.7-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.7-3.2.0-131-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 9411 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-131.122 Depends: linux-image-3.2.0-131-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-131-generic, linux-backports-modules-cw-3.11-3.2.0-131-generic, linux-backports-modules-cw-3.12-3.2.0-131-generic, linux-backports-modules-cw-3.3-3.2.0-131-generic, linux-backports-modules-cw-3.4-3.2.0-131-generic, linux-backports-modules-cw-3.5-3.2.0-131-generic, linux-backports-modules-cw-3.6-3.2.0-131-generic, linux-backports-modules-cw-3.8-3.2.0-131-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.7-3.2.0-131-generic_3.2.0-131.122_amd64.deb Size: 2589158 SHA256: 133f78c6f11afe035fc85059472a19526fad2cbecb10e14de0285aa6e9a74d7a SHA1: 2cb41c1e5db2128d74be7f6f341ee418ee8de4c5 MD5sum: 1a810be8fceceb0f71434e96005d9e59 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.7-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.7-3.2.0-131-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 9403 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-131.122 Depends: linux-image-3.2.0-131-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-131-virtual, linux-backports-modules-cw-3.11-3.2.0-131-virtual, linux-backports-modules-cw-3.12-3.2.0-131-virtual, linux-backports-modules-cw-3.3-3.2.0-131-virtual, linux-backports-modules-cw-3.4-3.2.0-131-virtual, linux-backports-modules-cw-3.5-3.2.0-131-virtual, linux-backports-modules-cw-3.6-3.2.0-131-virtual, linux-backports-modules-cw-3.8-3.2.0-131-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.7-3.2.0-131-virtual_3.2.0-131.122_amd64.deb Size: 2587496 SHA256: bd4a4e5e93f0b797fc4d688d591904f0512a46ede4a56771011920229ccd3a6f SHA1: 29d8860f7ae343329f62ae075babe7c65cc44487 MD5sum: bf6b5b9219a918f0d08a1925b71f6d99 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.7-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.7-3.2.0-132-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 9411 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-132.123 Depends: linux-image-3.2.0-132-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-132-generic, linux-backports-modules-cw-3.11-3.2.0-132-generic, linux-backports-modules-cw-3.12-3.2.0-132-generic, linux-backports-modules-cw-3.3-3.2.0-132-generic, linux-backports-modules-cw-3.4-3.2.0-132-generic, linux-backports-modules-cw-3.5-3.2.0-132-generic, linux-backports-modules-cw-3.6-3.2.0-132-generic, linux-backports-modules-cw-3.8-3.2.0-132-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.7-3.2.0-132-generic_3.2.0-132.123_amd64.deb Size: 2603724 SHA256: cf358e63f08a13698a8887b4937f11173684b334b19184ad7ce6be7bee1bddfd SHA1: 127d6c3146b5eb96721441cddcb87bdf9c1c3b71 MD5sum: df2bc42b9356c03f1f139da7d02862b0 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.7-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.7-3.2.0-132-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 9403 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-132.123 Depends: linux-image-3.2.0-132-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-132-virtual, linux-backports-modules-cw-3.11-3.2.0-132-virtual, linux-backports-modules-cw-3.12-3.2.0-132-virtual, linux-backports-modules-cw-3.3-3.2.0-132-virtual, linux-backports-modules-cw-3.4-3.2.0-132-virtual, linux-backports-modules-cw-3.5-3.2.0-132-virtual, linux-backports-modules-cw-3.6-3.2.0-132-virtual, linux-backports-modules-cw-3.8-3.2.0-132-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.7-3.2.0-132-virtual_3.2.0-132.123_amd64.deb Size: 2603836 SHA256: c99637c62c33fa0a04408eb1e0a6a270705ee49a77994738327984fc8acdfbf6 SHA1: 86b5e320f3bacd5c14835f564566ead014ffbb82 MD5sum: 1577851dc3df7e10dcf7b0782ba101e4 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.7-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.7-3.2.0-133-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 9411 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-133.124 Depends: linux-image-3.2.0-133-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-133-generic, linux-backports-modules-cw-3.11-3.2.0-133-generic, linux-backports-modules-cw-3.12-3.2.0-133-generic, linux-backports-modules-cw-3.3-3.2.0-133-generic, linux-backports-modules-cw-3.4-3.2.0-133-generic, linux-backports-modules-cw-3.5-3.2.0-133-generic, linux-backports-modules-cw-3.6-3.2.0-133-generic, linux-backports-modules-cw-3.8-3.2.0-133-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.7-3.2.0-133-generic_3.2.0-133.124_amd64.deb Size: 2603360 SHA256: 5a75595498b1ac665cd87ac8a6592e74b56f03be9733c1d4e05243000b0531d9 SHA1: 05d43fbb53bf0ba6d8fdd6d2b20a8f614aa096ce MD5sum: 094456bbf4f36a85e08bd380b4142139 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.7-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.7-3.2.0-133-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 9403 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-133.124 Depends: linux-image-3.2.0-133-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-133-virtual, linux-backports-modules-cw-3.11-3.2.0-133-virtual, linux-backports-modules-cw-3.12-3.2.0-133-virtual, linux-backports-modules-cw-3.3-3.2.0-133-virtual, linux-backports-modules-cw-3.4-3.2.0-133-virtual, linux-backports-modules-cw-3.5-3.2.0-133-virtual, linux-backports-modules-cw-3.6-3.2.0-133-virtual, linux-backports-modules-cw-3.8-3.2.0-133-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.7-3.2.0-133-virtual_3.2.0-133.124_amd64.deb Size: 2603808 SHA256: 78663c43c4a6cf14a6bb9712de4dc373651d6fe1427152b5c79ba33055c3a9f2 SHA1: 87b654b9d19099be9c555e799ff90067cac5cbba MD5sum: 45853f472d64de9143b3baeea17c0bee Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.7-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.7-3.2.0-134-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 9411 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-134.125 Depends: linux-image-3.2.0-134-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-134-generic, linux-backports-modules-cw-3.11-3.2.0-134-generic, linux-backports-modules-cw-3.12-3.2.0-134-generic, linux-backports-modules-cw-3.3-3.2.0-134-generic, linux-backports-modules-cw-3.4-3.2.0-134-generic, linux-backports-modules-cw-3.5-3.2.0-134-generic, linux-backports-modules-cw-3.6-3.2.0-134-generic, linux-backports-modules-cw-3.8-3.2.0-134-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.7-3.2.0-134-generic_3.2.0-134.125_amd64.deb Size: 2586836 SHA256: 6b259196f9501f793c4f91859b916a3691d0e615b70609f66f2e6bc8380ffe39 SHA1: 651eb320aad935e51100522a44e5ec8a1dd26a66 MD5sum: 98dbd5b555d03f7b9180c1310eeae120 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.7-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.7-3.2.0-134-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 9403 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-134.125 Depends: linux-image-3.2.0-134-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-134-virtual, linux-backports-modules-cw-3.11-3.2.0-134-virtual, linux-backports-modules-cw-3.12-3.2.0-134-virtual, linux-backports-modules-cw-3.3-3.2.0-134-virtual, linux-backports-modules-cw-3.4-3.2.0-134-virtual, linux-backports-modules-cw-3.5-3.2.0-134-virtual, linux-backports-modules-cw-3.6-3.2.0-134-virtual, linux-backports-modules-cw-3.8-3.2.0-134-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.7-3.2.0-134-virtual_3.2.0-134.125_amd64.deb Size: 2585568 SHA256: d16469da8698725c9d33983ed1a8868baf92542cfdf4413db14146d75545933b SHA1: fea283279ab69181f2c22e68fac7e124c3fab8e5 MD5sum: fb8c3850081188d858713633b587b348 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.7-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.7-3.2.0-135-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 9411 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-135.126 Depends: linux-image-3.2.0-135-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-135-generic, linux-backports-modules-cw-3.11-3.2.0-135-generic, linux-backports-modules-cw-3.12-3.2.0-135-generic, linux-backports-modules-cw-3.3-3.2.0-135-generic, linux-backports-modules-cw-3.4-3.2.0-135-generic, linux-backports-modules-cw-3.5-3.2.0-135-generic, linux-backports-modules-cw-3.6-3.2.0-135-generic, linux-backports-modules-cw-3.8-3.2.0-135-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.7-3.2.0-135-generic_3.2.0-135.126_amd64.deb Size: 2588070 SHA256: 7b812127f5f829aed88c6262eeda7443ccae3ed51bc8ed849a86c2f770f9b593 SHA1: aa59034bb9cf21f78e5e26c0c581d5c06ed9a08e MD5sum: 657e1fd5e8ad597359da18a622b21adf Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.7-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.7-3.2.0-135-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 9403 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-135.126 Depends: linux-image-3.2.0-135-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-135-virtual, linux-backports-modules-cw-3.11-3.2.0-135-virtual, linux-backports-modules-cw-3.12-3.2.0-135-virtual, linux-backports-modules-cw-3.3-3.2.0-135-virtual, linux-backports-modules-cw-3.4-3.2.0-135-virtual, linux-backports-modules-cw-3.5-3.2.0-135-virtual, linux-backports-modules-cw-3.6-3.2.0-135-virtual, linux-backports-modules-cw-3.8-3.2.0-135-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.7-3.2.0-135-virtual_3.2.0-135.126_amd64.deb Size: 2587582 SHA256: 6f0b6c26f701363bf48e844e60a1e4acd6984f54bc7441dc14356e56ed354621 SHA1: 15200a3d9973ab64d23b5422698da670d868426b MD5sum: a04b30937a4cbd85745d1ae5652c3542 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.7-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.7-3.2.0-136-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 9411 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-136.127 Depends: linux-image-3.2.0-136-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-136-generic, linux-backports-modules-cw-3.11-3.2.0-136-generic, linux-backports-modules-cw-3.12-3.2.0-136-generic, linux-backports-modules-cw-3.3-3.2.0-136-generic, linux-backports-modules-cw-3.4-3.2.0-136-generic, linux-backports-modules-cw-3.5-3.2.0-136-generic, linux-backports-modules-cw-3.6-3.2.0-136-generic, linux-backports-modules-cw-3.8-3.2.0-136-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.7-3.2.0-136-generic_3.2.0-136.127_amd64.deb Size: 2584890 SHA256: ffa150c85eaad0ac25d89466da2a8238477e67ce1f826f2bc69536285978dcd7 SHA1: c98a906ddd980f3e3ee16f285de02f706d57ae22 MD5sum: 622139d7d84ca0d0258d6760be283769 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.7-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.7-3.2.0-136-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 9403 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-136.127 Depends: linux-image-3.2.0-136-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-136-virtual, linux-backports-modules-cw-3.11-3.2.0-136-virtual, linux-backports-modules-cw-3.12-3.2.0-136-virtual, linux-backports-modules-cw-3.3-3.2.0-136-virtual, linux-backports-modules-cw-3.4-3.2.0-136-virtual, linux-backports-modules-cw-3.5-3.2.0-136-virtual, linux-backports-modules-cw-3.6-3.2.0-136-virtual, linux-backports-modules-cw-3.8-3.2.0-136-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.7-3.2.0-136-virtual_3.2.0-136.127_amd64.deb Size: 2584544 SHA256: 66d2d88b7b231871b0dd6550ae938fce7726f14e4327e82aacba830acfc3d745 SHA1: fbdd7cf4343886b14a9f3f54f8780dfda81abb73 MD5sum: 98527dcf59dd1370badc45945c163ef8 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.7-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.7-3.2.0-137-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 9411 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-137.129 Depends: linux-image-3.2.0-137-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-137-generic, linux-backports-modules-cw-3.11-3.2.0-137-generic, linux-backports-modules-cw-3.12-3.2.0-137-generic, linux-backports-modules-cw-3.3-3.2.0-137-generic, linux-backports-modules-cw-3.4-3.2.0-137-generic, linux-backports-modules-cw-3.5-3.2.0-137-generic, linux-backports-modules-cw-3.6-3.2.0-137-generic, linux-backports-modules-cw-3.8-3.2.0-137-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.7-3.2.0-137-generic_3.2.0-137.129_amd64.deb Size: 2572588 SHA256: f08bb05db96407b095725fc836a67c5f325bcfad54eaf6fcc08f631f2cb9de11 SHA1: e26ee61f6a090cb676cdaba22d754ed31a00bc88 MD5sum: f9fbcd3d19e4675e4e465ba5d5b67761 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.7-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.7-3.2.0-137-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 9403 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-137.129 Depends: linux-image-3.2.0-137-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-137-virtual, linux-backports-modules-cw-3.11-3.2.0-137-virtual, linux-backports-modules-cw-3.12-3.2.0-137-virtual, linux-backports-modules-cw-3.3-3.2.0-137-virtual, linux-backports-modules-cw-3.4-3.2.0-137-virtual, linux-backports-modules-cw-3.5-3.2.0-137-virtual, linux-backports-modules-cw-3.6-3.2.0-137-virtual, linux-backports-modules-cw-3.8-3.2.0-137-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.7-3.2.0-137-virtual_3.2.0-137.129_amd64.deb Size: 2571870 SHA256: 4d42d6d9b55fff688690687ed016257787ab57ad79ca641f89d63b36a6559f5f SHA1: 4bce09d5c9e763183e3694f3c2bf5ded79bd8ccc MD5sum: bc36a2f01d81680baca4684d75d5f79b Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.7-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.7-3.2.0-138-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 9411 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-138.130 Depends: linux-image-3.2.0-138-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-138-generic, linux-backports-modules-cw-3.11-3.2.0-138-generic, linux-backports-modules-cw-3.12-3.2.0-138-generic, linux-backports-modules-cw-3.3-3.2.0-138-generic, linux-backports-modules-cw-3.4-3.2.0-138-generic, linux-backports-modules-cw-3.5-3.2.0-138-generic, linux-backports-modules-cw-3.6-3.2.0-138-generic, linux-backports-modules-cw-3.8-3.2.0-138-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.7-3.2.0-138-generic_3.2.0-138.130_amd64.deb Size: 2586750 SHA256: c331c89230dfbeb67505b711932e61cf4839818f727f35b02d5eeaa4150c90bf SHA1: f2ace08ea174d5746612fa2ebff0d646abee934e MD5sum: f621a0a7201f61cae52acec30b0e81e9 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.7-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.7-3.2.0-138-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 9403 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-138.130 Depends: linux-image-3.2.0-138-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-138-virtual, linux-backports-modules-cw-3.11-3.2.0-138-virtual, linux-backports-modules-cw-3.12-3.2.0-138-virtual, linux-backports-modules-cw-3.3-3.2.0-138-virtual, linux-backports-modules-cw-3.4-3.2.0-138-virtual, linux-backports-modules-cw-3.5-3.2.0-138-virtual, linux-backports-modules-cw-3.6-3.2.0-138-virtual, linux-backports-modules-cw-3.8-3.2.0-138-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.7-3.2.0-138-virtual_3.2.0-138.130_amd64.deb Size: 2583988 SHA256: 3bac7933613200be3eb1cdf861fd17209e26cbe94b00a197e7d16db626a0999c SHA1: da39e79835f92e347e64575eaf477c3b6ddb252d MD5sum: 4bf589732fd10290462edbc517b60788 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.7-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.7-3.2.0-139-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 9411 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-139.131 Depends: linux-image-3.2.0-139-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-139-generic, linux-backports-modules-cw-3.11-3.2.0-139-generic, linux-backports-modules-cw-3.12-3.2.0-139-generic, linux-backports-modules-cw-3.3-3.2.0-139-generic, linux-backports-modules-cw-3.4-3.2.0-139-generic, linux-backports-modules-cw-3.5-3.2.0-139-generic, linux-backports-modules-cw-3.6-3.2.0-139-generic, linux-backports-modules-cw-3.8-3.2.0-139-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.7-3.2.0-139-generic_3.2.0-139.131_amd64.deb Size: 2580672 SHA256: 1373b97a04e40aeab32572f8f0d51ad3f1f025f588f5e5cfe181d5135fadc973 SHA1: 8634760fe11ef2b0e9d139b649b146e68c31c964 MD5sum: 561e7d798ca53926c4a868ed3f638d80 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.7-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.7-3.2.0-139-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 9403 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-139.131 Depends: linux-image-3.2.0-139-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-139-virtual, linux-backports-modules-cw-3.11-3.2.0-139-virtual, linux-backports-modules-cw-3.12-3.2.0-139-virtual, linux-backports-modules-cw-3.3-3.2.0-139-virtual, linux-backports-modules-cw-3.4-3.2.0-139-virtual, linux-backports-modules-cw-3.5-3.2.0-139-virtual, linux-backports-modules-cw-3.6-3.2.0-139-virtual, linux-backports-modules-cw-3.8-3.2.0-139-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.7-3.2.0-139-virtual_3.2.0-139.131_amd64.deb Size: 2579340 SHA256: 9c7338af3b31b34cd65b16517dc8059aea6e22fe936adbfcd68e29fbc483c8ed SHA1: e4648d0562f7c41c15a6a567da386d060d6524af MD5sum: 3bda325226a6f24fd555958d2ccbcd22 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.7-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.7-3.2.0-140-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 9411 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-140.132 Depends: linux-image-3.2.0-140-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-140-generic, linux-backports-modules-cw-3.11-3.2.0-140-generic, linux-backports-modules-cw-3.12-3.2.0-140-generic, linux-backports-modules-cw-3.3-3.2.0-140-generic, linux-backports-modules-cw-3.4-3.2.0-140-generic, linux-backports-modules-cw-3.5-3.2.0-140-generic, linux-backports-modules-cw-3.6-3.2.0-140-generic, linux-backports-modules-cw-3.8-3.2.0-140-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.7-3.2.0-140-generic_3.2.0-140.132_amd64.deb Size: 2580354 SHA256: c2a62508aaabead8421d0b66e48bf6ea2321e05166f78145f7a83a22193f2ae6 SHA1: a79a2061445e56df07f67c06eafa213a9d91da8c MD5sum: 28f2d46f3ffc4631bce2d179fd60facc Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.7-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.7-3.2.0-140-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 9403 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-140.132 Depends: linux-image-3.2.0-140-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-140-virtual, linux-backports-modules-cw-3.11-3.2.0-140-virtual, linux-backports-modules-cw-3.12-3.2.0-140-virtual, linux-backports-modules-cw-3.3-3.2.0-140-virtual, linux-backports-modules-cw-3.4-3.2.0-140-virtual, linux-backports-modules-cw-3.5-3.2.0-140-virtual, linux-backports-modules-cw-3.6-3.2.0-140-virtual, linux-backports-modules-cw-3.8-3.2.0-140-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.7-3.2.0-140-virtual_3.2.0-140.132_amd64.deb Size: 2579992 SHA256: 2e115f6e1a4242f0eebb98d9d649d4f0cab6b4524aa5610999820b541638c94a SHA1: 1eba6319dd93ad3ecaae52cdb482b9e0b50f735e MD5sum: 5fd6e4d1b349c4f73baf9b375fd5118a Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.7-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.7-3.2.0-141-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 9411 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-141.133 Depends: linux-image-3.2.0-141-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-141-generic, linux-backports-modules-cw-3.11-3.2.0-141-generic, linux-backports-modules-cw-3.12-3.2.0-141-generic, linux-backports-modules-cw-3.3-3.2.0-141-generic, linux-backports-modules-cw-3.4-3.2.0-141-generic, linux-backports-modules-cw-3.5-3.2.0-141-generic, linux-backports-modules-cw-3.6-3.2.0-141-generic, linux-backports-modules-cw-3.8-3.2.0-141-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.7-3.2.0-141-generic_3.2.0-141.133_amd64.deb Size: 2583174 SHA256: c838258fccb406c306e24068a0a766fbc2ec08002a4ba7e04614a0652b23e934 SHA1: e0864629a767a44c4f9c88dd0e508dc179830523 MD5sum: 6ebea91c199b5093e834b803d8faeeb3 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.7-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.7-3.2.0-141-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 9403 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-141.133 Depends: linux-image-3.2.0-141-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-141-virtual, linux-backports-modules-cw-3.11-3.2.0-141-virtual, linux-backports-modules-cw-3.12-3.2.0-141-virtual, linux-backports-modules-cw-3.3-3.2.0-141-virtual, linux-backports-modules-cw-3.4-3.2.0-141-virtual, linux-backports-modules-cw-3.5-3.2.0-141-virtual, linux-backports-modules-cw-3.6-3.2.0-141-virtual, linux-backports-modules-cw-3.8-3.2.0-141-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.7-3.2.0-141-virtual_3.2.0-141.133_amd64.deb Size: 2582966 SHA256: c2057bdbb25b11a44373a999ab5e46821f373496d63de03e45b66adbe8579161 SHA1: aaf817973ded0d382b22e77ffc141c500e923c47 MD5sum: 78e79ba61caf20e8289ef18beb8abd53 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.7-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.7-3.2.0-142-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 9411 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-142.134 Depends: linux-image-3.2.0-142-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-142-generic, linux-backports-modules-cw-3.11-3.2.0-142-generic, linux-backports-modules-cw-3.12-3.2.0-142-generic, linux-backports-modules-cw-3.3-3.2.0-142-generic, linux-backports-modules-cw-3.4-3.2.0-142-generic, linux-backports-modules-cw-3.5-3.2.0-142-generic, linux-backports-modules-cw-3.6-3.2.0-142-generic, linux-backports-modules-cw-3.8-3.2.0-142-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.7-3.2.0-142-generic_3.2.0-142.134_amd64.deb Size: 2582288 SHA256: 5513a338417326d26bbd716e2ec2d8808a2cf559a479f709b25a405330efa44c SHA1: 2303c870308261dbefe87410ae6771b03e159880 MD5sum: 4e538d74cc3ce8129b843c0a0a8dfd1b Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.7-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.7-3.2.0-142-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 9404 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-142.134 Depends: linux-image-3.2.0-142-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-142-virtual, linux-backports-modules-cw-3.11-3.2.0-142-virtual, linux-backports-modules-cw-3.12-3.2.0-142-virtual, linux-backports-modules-cw-3.3-3.2.0-142-virtual, linux-backports-modules-cw-3.4-3.2.0-142-virtual, linux-backports-modules-cw-3.5-3.2.0-142-virtual, linux-backports-modules-cw-3.6-3.2.0-142-virtual, linux-backports-modules-cw-3.8-3.2.0-142-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.7-3.2.0-142-virtual_3.2.0-142.134_amd64.deb Size: 2581050 SHA256: 0f5c111b57fdc131e9a7de13256be7f29425cd207661ec1d13172509b4c44106 SHA1: 5a6e61dd2d1b3cd1e2b2fdd2063a140731d3f482 MD5sum: 8c85530b4e0734bdea3db34470cae0e7 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.7-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.7-3.2.0-143-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 9411 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-143.135 Depends: linux-image-3.2.0-143-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-143-generic, linux-backports-modules-cw-3.11-3.2.0-143-generic, linux-backports-modules-cw-3.12-3.2.0-143-generic, linux-backports-modules-cw-3.3-3.2.0-143-generic, linux-backports-modules-cw-3.4-3.2.0-143-generic, linux-backports-modules-cw-3.5-3.2.0-143-generic, linux-backports-modules-cw-3.6-3.2.0-143-generic, linux-backports-modules-cw-3.8-3.2.0-143-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.7-3.2.0-143-generic_3.2.0-143.135_amd64.deb Size: 2563836 SHA256: 194d380d9cc34e3abb529576a4ee4265e1371afac2077b86b8c3db4da4d085db SHA1: f723c467851e3c66b4e7fd2c58054cf2098ba3bf MD5sum: 4bcb89eb69635882cc3fe416b39c1433 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.7-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.7-3.2.0-143-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 9404 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-143.135 Depends: linux-image-3.2.0-143-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-143-virtual, linux-backports-modules-cw-3.11-3.2.0-143-virtual, linux-backports-modules-cw-3.12-3.2.0-143-virtual, linux-backports-modules-cw-3.3-3.2.0-143-virtual, linux-backports-modules-cw-3.4-3.2.0-143-virtual, linux-backports-modules-cw-3.5-3.2.0-143-virtual, linux-backports-modules-cw-3.6-3.2.0-143-virtual, linux-backports-modules-cw-3.8-3.2.0-143-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.7-3.2.0-143-virtual_3.2.0-143.135_amd64.deb Size: 2563914 SHA256: 55fd3ec17be0081d645e43c8795f36982c40933443147fdfc53e99f5bcf3dd0d SHA1: d5d0276cf116f57a1f09919c815890cfb6d4b3c8 MD5sum: 43d8cceb6543cd726a89fbe0f81098ad Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.7-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.7-3.2.0-144-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 9411 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-144.136 Depends: linux-image-3.2.0-144-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-144-generic, linux-backports-modules-cw-3.11-3.2.0-144-generic, linux-backports-modules-cw-3.12-3.2.0-144-generic, linux-backports-modules-cw-3.3-3.2.0-144-generic, linux-backports-modules-cw-3.4-3.2.0-144-generic, linux-backports-modules-cw-3.5-3.2.0-144-generic, linux-backports-modules-cw-3.6-3.2.0-144-generic, linux-backports-modules-cw-3.8-3.2.0-144-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.7-3.2.0-144-generic_3.2.0-144.136_amd64.deb Size: 2581742 SHA256: 341432a36276e4de24a4492cecb00224a8cad8fc9990bced3838877d81b288a8 SHA1: 51c777a2907cd02b1f468fd97f7a6a0fa92ef13c MD5sum: 483d7094ddc95a26e33ee36ff4f42995 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.7-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.7-3.2.0-144-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 9404 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-144.136 Depends: linux-image-3.2.0-144-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-144-virtual, linux-backports-modules-cw-3.11-3.2.0-144-virtual, linux-backports-modules-cw-3.12-3.2.0-144-virtual, linux-backports-modules-cw-3.3-3.2.0-144-virtual, linux-backports-modules-cw-3.4-3.2.0-144-virtual, linux-backports-modules-cw-3.5-3.2.0-144-virtual, linux-backports-modules-cw-3.6-3.2.0-144-virtual, linux-backports-modules-cw-3.8-3.2.0-144-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.7-3.2.0-144-virtual_3.2.0-144.136_amd64.deb Size: 2580062 SHA256: 5c17388226fcd77dd98a7d429cc0c4d705c7f1ea763ff9cb03a8cfb628752c91 SHA1: e11b51d20b78d21959f9e3cc3031599dee400f6a MD5sum: dd74517f8cc219d55d6508d446b1d4bd Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.7-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.7-3.2.0-147-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 9411 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-147.138 Depends: linux-image-3.2.0-147-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-147-generic, linux-backports-modules-cw-3.11-3.2.0-147-generic, linux-backports-modules-cw-3.12-3.2.0-147-generic, linux-backports-modules-cw-3.3-3.2.0-147-generic, linux-backports-modules-cw-3.4-3.2.0-147-generic, linux-backports-modules-cw-3.5-3.2.0-147-generic, linux-backports-modules-cw-3.6-3.2.0-147-generic, linux-backports-modules-cw-3.8-3.2.0-147-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.7-3.2.0-147-generic_3.2.0-147.138_amd64.deb Size: 2585798 SHA256: 90aa83c599262c32089c320d046b8bc382b3849018d3c2d428f0de179a3822ca SHA1: 8e0dedf98d2a6217a7e7315693ed91f7d7e9704a MD5sum: 06313acbc5b03ee4ab28a42a8271890f Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.7-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.7-3.2.0-147-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 9404 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-147.138 Depends: linux-image-3.2.0-147-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-147-virtual, linux-backports-modules-cw-3.11-3.2.0-147-virtual, linux-backports-modules-cw-3.12-3.2.0-147-virtual, linux-backports-modules-cw-3.3-3.2.0-147-virtual, linux-backports-modules-cw-3.4-3.2.0-147-virtual, linux-backports-modules-cw-3.5-3.2.0-147-virtual, linux-backports-modules-cw-3.6-3.2.0-147-virtual, linux-backports-modules-cw-3.8-3.2.0-147-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.7-3.2.0-147-virtual_3.2.0-147.138_amd64.deb Size: 2584572 SHA256: 6581e148427a64f5f239195f596ffa42ecb1967778fb30a1c259c26a576b657f SHA1: 51fba30c48256427a2f478f01e466ebf792e5b90 MD5sum: 1aa9d6089d88eb1de8fb971db66a1f53 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.7-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.7-3.2.0-148-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 9411 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-148.139 Depends: linux-image-3.2.0-148-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-148-generic, linux-backports-modules-cw-3.11-3.2.0-148-generic, linux-backports-modules-cw-3.12-3.2.0-148-generic, linux-backports-modules-cw-3.3-3.2.0-148-generic, linux-backports-modules-cw-3.4-3.2.0-148-generic, linux-backports-modules-cw-3.5-3.2.0-148-generic, linux-backports-modules-cw-3.6-3.2.0-148-generic, linux-backports-modules-cw-3.8-3.2.0-148-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.7-3.2.0-148-generic_3.2.0-148.139_amd64.deb Size: 2589608 SHA256: 3ea26b37993bd7180e586e93ece76ca8c43228caef113b9a2b9e9e66377460b1 SHA1: e7ebc30f94b2f7f3269bc5661bd69affc20c0a53 MD5sum: ddc3750becd29542c33b0adbf8b1d5a8 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.7-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.7-3.2.0-148-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 9404 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-148.139 Depends: linux-image-3.2.0-148-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-148-virtual, linux-backports-modules-cw-3.11-3.2.0-148-virtual, linux-backports-modules-cw-3.12-3.2.0-148-virtual, linux-backports-modules-cw-3.3-3.2.0-148-virtual, linux-backports-modules-cw-3.4-3.2.0-148-virtual, linux-backports-modules-cw-3.5-3.2.0-148-virtual, linux-backports-modules-cw-3.6-3.2.0-148-virtual, linux-backports-modules-cw-3.8-3.2.0-148-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.7-3.2.0-148-virtual_3.2.0-148.139_amd64.deb Size: 2587964 SHA256: cb0abcf71de596f477c5fe70da84a861c56207d972e0fbbbbcf52f95c4218609 SHA1: 022d453611d5e830d409d607ee0c8358b7c5ae1a MD5sum: 7f1b31b56603a2ba9550a69b094421d8 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.7-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.7-3.2.0-149-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 9411 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-149.140 Depends: linux-image-3.2.0-149-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-149-generic, linux-backports-modules-cw-3.11-3.2.0-149-generic, linux-backports-modules-cw-3.12-3.2.0-149-generic, linux-backports-modules-cw-3.3-3.2.0-149-generic, linux-backports-modules-cw-3.4-3.2.0-149-generic, linux-backports-modules-cw-3.5-3.2.0-149-generic, linux-backports-modules-cw-3.6-3.2.0-149-generic, linux-backports-modules-cw-3.8-3.2.0-149-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.7-3.2.0-149-generic_3.2.0-149.140_amd64.deb Size: 2575524 SHA256: 4f95087d984577068f741e0d3cd54ae35779f536afe92c34af0e4f780501a760 SHA1: edd9268a9fbf5a873f97291915efb07172446d69 MD5sum: fbd16f9bd99744b763afad3b4c226065 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.7-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.7-3.2.0-149-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 9404 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-149.140 Depends: linux-image-3.2.0-149-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-149-virtual, linux-backports-modules-cw-3.11-3.2.0-149-virtual, linux-backports-modules-cw-3.12-3.2.0-149-virtual, linux-backports-modules-cw-3.3-3.2.0-149-virtual, linux-backports-modules-cw-3.4-3.2.0-149-virtual, linux-backports-modules-cw-3.5-3.2.0-149-virtual, linux-backports-modules-cw-3.6-3.2.0-149-virtual, linux-backports-modules-cw-3.8-3.2.0-149-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.7-3.2.0-149-virtual_3.2.0-149.140_amd64.deb Size: 2574148 SHA256: 29471ce50cbf3a70981233eaaf1de13209ddd218baf5fe5ff76377daf5445dd5 SHA1: 8ee3e58a061b345b5453bdef819b1bacd6c7529b MD5sum: 020a5622c890e378e615afa44e2a758a Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.7-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.7-3.2.0-150-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 9411 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-150.141 Depends: linux-image-3.2.0-150-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-150-generic, linux-backports-modules-cw-3.11-3.2.0-150-generic, linux-backports-modules-cw-3.12-3.2.0-150-generic, linux-backports-modules-cw-3.3-3.2.0-150-generic, linux-backports-modules-cw-3.4-3.2.0-150-generic, linux-backports-modules-cw-3.5-3.2.0-150-generic, linux-backports-modules-cw-3.6-3.2.0-150-generic, linux-backports-modules-cw-3.8-3.2.0-150-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.7-3.2.0-150-generic_3.2.0-150.141_amd64.deb Size: 2566912 SHA256: 870de023c21d062796dfd000eaf7db26e2db22260990ed0aa98d421e4c127a79 SHA1: 217ecdd74db4d8903abfb847e634d38e887b7e22 MD5sum: cb7a41e8252f9aacd891ed91995f9b5d Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.7-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.7-3.2.0-150-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 9404 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-150.141 Depends: linux-image-3.2.0-150-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-150-virtual, linux-backports-modules-cw-3.11-3.2.0-150-virtual, linux-backports-modules-cw-3.12-3.2.0-150-virtual, linux-backports-modules-cw-3.3-3.2.0-150-virtual, linux-backports-modules-cw-3.4-3.2.0-150-virtual, linux-backports-modules-cw-3.5-3.2.0-150-virtual, linux-backports-modules-cw-3.6-3.2.0-150-virtual, linux-backports-modules-cw-3.8-3.2.0-150-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.7-3.2.0-150-virtual_3.2.0-150.141_amd64.deb Size: 2566264 SHA256: e6e5a1ca94a5d96d5c5286de78a71cedb44d1a0a1fd1add7c4cee3071b3fd908 SHA1: 4e22d94f0533ccb8fd1165e1903b8714eddde912 MD5sum: 4153777ff313511892f2ebbf8cd0b45d Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.7-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.7-precise-generic Source: linux-meta Priority: optional Section: devel Installed-Size: 34 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0.150.164 Depends: linux-backports-modules-cw-3.7-3.2.0-150-generic Filename: pool/main/l/linux-meta/linux-backports-modules-cw-3.7-precise-generic_3.2.0.150.164_amd64.deb Size: 2526 SHA256: ffaeeb4fb3c1d3d7549dec127d55a5253ea73e16e60a84d827a0c3388a63d4eb SHA1: a355577f398e1200e942c954fe8bd70a96a60ef8 MD5sum: 3d049267d4f575ac983c21179811004e Description: 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-cw-3.8-3.2.0-128-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10336 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-128.119 Depends: linux-image-3.2.0-128-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-128-generic, linux-backports-modules-cw-3.11-3.2.0-128-generic, linux-backports-modules-cw-3.12-3.2.0-128-generic, linux-backports-modules-cw-3.3-3.2.0-128-generic, linux-backports-modules-cw-3.4-3.2.0-128-generic, linux-backports-modules-cw-3.5-3.2.0-128-generic, linux-backports-modules-cw-3.6-3.2.0-128-generic, linux-backports-modules-cw-3.7-3.2.0-128-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.8-3.2.0-128-generic_3.2.0-128.119_amd64.deb Size: 2763276 SHA256: 05a49a2d29af3f3a2ca5ab9c7ffc801752d48fe40fc785bbac9f3257a784ce28 SHA1: 7cf2e5cee7e02edceb1e3c6222655c1027b79c0d MD5sum: fc78ccf9f3008f6eeadf84a1ae4f8ad2 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.8-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.8-3.2.0-128-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10328 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-128.119 Depends: linux-image-3.2.0-128-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-128-virtual, linux-backports-modules-cw-3.11-3.2.0-128-virtual, linux-backports-modules-cw-3.12-3.2.0-128-virtual, linux-backports-modules-cw-3.3-3.2.0-128-virtual, linux-backports-modules-cw-3.4-3.2.0-128-virtual, linux-backports-modules-cw-3.5-3.2.0-128-virtual, linux-backports-modules-cw-3.6-3.2.0-128-virtual, linux-backports-modules-cw-3.7-3.2.0-128-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.8-3.2.0-128-virtual_3.2.0-128.119_amd64.deb Size: 2763516 SHA256: 11646b7d44fe2e2c792803f2e36317772fa67497661702853de3b3d44ecc4367 SHA1: 4748b9e79b83e01b7b9132f1645d9bc1121723ca MD5sum: 828465310a030a5b39f2ea4dbe425a4f Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.8-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.8-3.2.0-129-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10336 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-129.120 Depends: linux-image-3.2.0-129-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-129-generic, linux-backports-modules-cw-3.11-3.2.0-129-generic, linux-backports-modules-cw-3.12-3.2.0-129-generic, linux-backports-modules-cw-3.3-3.2.0-129-generic, linux-backports-modules-cw-3.4-3.2.0-129-generic, linux-backports-modules-cw-3.5-3.2.0-129-generic, linux-backports-modules-cw-3.6-3.2.0-129-generic, linux-backports-modules-cw-3.7-3.2.0-129-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.8-3.2.0-129-generic_3.2.0-129.120_amd64.deb Size: 2779264 SHA256: 7b2e152d0dc814738abf49b1a445c73700e09e9d0a7a8168d8a905f6c66a59e3 SHA1: 53d1bf5c7e9b61220f043bf998490d0881e88643 MD5sum: e2d2da6180478ff8d8c9a2e6d3484ed7 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.8-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.8-3.2.0-129-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10328 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-129.120 Depends: linux-image-3.2.0-129-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-129-virtual, linux-backports-modules-cw-3.11-3.2.0-129-virtual, linux-backports-modules-cw-3.12-3.2.0-129-virtual, linux-backports-modules-cw-3.3-3.2.0-129-virtual, linux-backports-modules-cw-3.4-3.2.0-129-virtual, linux-backports-modules-cw-3.5-3.2.0-129-virtual, linux-backports-modules-cw-3.6-3.2.0-129-virtual, linux-backports-modules-cw-3.7-3.2.0-129-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.8-3.2.0-129-virtual_3.2.0-129.120_amd64.deb Size: 2779348 SHA256: 61566b549ad5ee68b7a9e4a9bf21a4651980bd01044c301c435ef6cf82625bea SHA1: e6bef1cd3f57c5607cc3fe4789e1be1458b52da8 MD5sum: da766ad9d8d197c9a9fa8487b0a8275a Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.8-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.8-3.2.0-130-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10336 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-130.121 Depends: linux-image-3.2.0-130-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-130-generic, linux-backports-modules-cw-3.11-3.2.0-130-generic, linux-backports-modules-cw-3.12-3.2.0-130-generic, linux-backports-modules-cw-3.3-3.2.0-130-generic, linux-backports-modules-cw-3.4-3.2.0-130-generic, linux-backports-modules-cw-3.5-3.2.0-130-generic, linux-backports-modules-cw-3.6-3.2.0-130-generic, linux-backports-modules-cw-3.7-3.2.0-130-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.8-3.2.0-130-generic_3.2.0-130.121_amd64.deb Size: 2781664 SHA256: 03587aeb61e9ae70f8b4b4f175a85cb26372ee581264b0bc6ff6dfa9ffa01b9b SHA1: feae08acff1b918804a368c966e27b3fc74f01a4 MD5sum: 72a26a036da4d14a6a6fc51bf68ea064 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.8-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.8-3.2.0-130-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10328 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-130.121 Depends: linux-image-3.2.0-130-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-130-virtual, linux-backports-modules-cw-3.11-3.2.0-130-virtual, linux-backports-modules-cw-3.12-3.2.0-130-virtual, linux-backports-modules-cw-3.3-3.2.0-130-virtual, linux-backports-modules-cw-3.4-3.2.0-130-virtual, linux-backports-modules-cw-3.5-3.2.0-130-virtual, linux-backports-modules-cw-3.6-3.2.0-130-virtual, linux-backports-modules-cw-3.7-3.2.0-130-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.8-3.2.0-130-virtual_3.2.0-130.121_amd64.deb Size: 2780654 SHA256: 3973145bc6d0a157e9a137cecc19e77ffb55fd480a8e8b8c2e9f45012afea5ed SHA1: c9d5cb4940782cf34ea3707170087cc42c2a09e9 MD5sum: 345b3b6d4bb521ff547687e3fb31224e Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.8-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.8-3.2.0-131-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10336 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-131.122 Depends: linux-image-3.2.0-131-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-131-generic, linux-backports-modules-cw-3.11-3.2.0-131-generic, linux-backports-modules-cw-3.12-3.2.0-131-generic, linux-backports-modules-cw-3.3-3.2.0-131-generic, linux-backports-modules-cw-3.4-3.2.0-131-generic, linux-backports-modules-cw-3.5-3.2.0-131-generic, linux-backports-modules-cw-3.6-3.2.0-131-generic, linux-backports-modules-cw-3.7-3.2.0-131-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.8-3.2.0-131-generic_3.2.0-131.122_amd64.deb Size: 2785710 SHA256: bbe23549cf2f874a48334fdc3aa63f7d3d62547a321425c024bf61faac41a0f6 SHA1: 4f03178073e3cd6def5e1f67394851c76fe85363 MD5sum: 67f4f9871e4ada96991b17659512bf46 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.8-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.8-3.2.0-131-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10328 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-131.122 Depends: linux-image-3.2.0-131-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-131-virtual, linux-backports-modules-cw-3.11-3.2.0-131-virtual, linux-backports-modules-cw-3.12-3.2.0-131-virtual, linux-backports-modules-cw-3.3-3.2.0-131-virtual, linux-backports-modules-cw-3.4-3.2.0-131-virtual, linux-backports-modules-cw-3.5-3.2.0-131-virtual, linux-backports-modules-cw-3.6-3.2.0-131-virtual, linux-backports-modules-cw-3.7-3.2.0-131-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.8-3.2.0-131-virtual_3.2.0-131.122_amd64.deb Size: 2784364 SHA256: 89fde6ed0da1be2dd4dcb663c7eb00a4c7ebb2d0d9205b2f022bb4035e4fdae0 SHA1: a05c6a1688608aa4637c3bbc8f4f5b663183b6d9 MD5sum: f5135c7fe690d6f47e4c07c19ea241fc Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.8-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.8-3.2.0-132-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10336 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-132.123 Depends: linux-image-3.2.0-132-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-132-generic, linux-backports-modules-cw-3.11-3.2.0-132-generic, linux-backports-modules-cw-3.12-3.2.0-132-generic, linux-backports-modules-cw-3.3-3.2.0-132-generic, linux-backports-modules-cw-3.4-3.2.0-132-generic, linux-backports-modules-cw-3.5-3.2.0-132-generic, linux-backports-modules-cw-3.6-3.2.0-132-generic, linux-backports-modules-cw-3.7-3.2.0-132-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.8-3.2.0-132-generic_3.2.0-132.123_amd64.deb Size: 2784530 SHA256: d7d9d2056c47e367d1b1ade78d7efd259c810954685934555ca4d0f9f18f726a SHA1: 21925d6c759f660326d25a7b7895c06159df28f9 MD5sum: 6b7004cd8131ea39282a31dce9023413 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.8-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.8-3.2.0-132-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10328 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-132.123 Depends: linux-image-3.2.0-132-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-132-virtual, linux-backports-modules-cw-3.11-3.2.0-132-virtual, linux-backports-modules-cw-3.12-3.2.0-132-virtual, linux-backports-modules-cw-3.3-3.2.0-132-virtual, linux-backports-modules-cw-3.4-3.2.0-132-virtual, linux-backports-modules-cw-3.5-3.2.0-132-virtual, linux-backports-modules-cw-3.6-3.2.0-132-virtual, linux-backports-modules-cw-3.7-3.2.0-132-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.8-3.2.0-132-virtual_3.2.0-132.123_amd64.deb Size: 2781594 SHA256: fa8ba0108b5d49128471a1bdb83de4c95f759887332e348dce1649e6b54ede88 SHA1: 9c65f674babedecfd03672c783f81e932ba34342 MD5sum: d7b8426550cdab9f66ae30b1fb732993 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.8-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.8-3.2.0-133-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10336 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-133.124 Depends: linux-image-3.2.0-133-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-133-generic, linux-backports-modules-cw-3.11-3.2.0-133-generic, linux-backports-modules-cw-3.12-3.2.0-133-generic, linux-backports-modules-cw-3.3-3.2.0-133-generic, linux-backports-modules-cw-3.4-3.2.0-133-generic, linux-backports-modules-cw-3.5-3.2.0-133-generic, linux-backports-modules-cw-3.6-3.2.0-133-generic, linux-backports-modules-cw-3.7-3.2.0-133-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.8-3.2.0-133-generic_3.2.0-133.124_amd64.deb Size: 2784930 SHA256: 817aeab2f5ea6ab9504daf0550cf03fd29917cca955a8a3b600445846d2cdbac SHA1: a9c8481d65d11f521a58535cf9f67580082fcb56 MD5sum: b536b465e26ab9a96cb697027efe564a Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.8-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.8-3.2.0-133-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10328 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-133.124 Depends: linux-image-3.2.0-133-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-133-virtual, linux-backports-modules-cw-3.11-3.2.0-133-virtual, linux-backports-modules-cw-3.12-3.2.0-133-virtual, linux-backports-modules-cw-3.3-3.2.0-133-virtual, linux-backports-modules-cw-3.4-3.2.0-133-virtual, linux-backports-modules-cw-3.5-3.2.0-133-virtual, linux-backports-modules-cw-3.6-3.2.0-133-virtual, linux-backports-modules-cw-3.7-3.2.0-133-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.8-3.2.0-133-virtual_3.2.0-133.124_amd64.deb Size: 2781636 SHA256: 8408cec306e2debcedeef00ad821880cc190589d9e95c6e146961944105d0a9c SHA1: 519d2ff39f92cf93f0ca897fed2eea2443919a5d MD5sum: ca6e83066c1d192fb2e878660d6b7a1f Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.8-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.8-3.2.0-134-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10336 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-134.125 Depends: linux-image-3.2.0-134-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-134-generic, linux-backports-modules-cw-3.11-3.2.0-134-generic, linux-backports-modules-cw-3.12-3.2.0-134-generic, linux-backports-modules-cw-3.3-3.2.0-134-generic, linux-backports-modules-cw-3.4-3.2.0-134-generic, linux-backports-modules-cw-3.5-3.2.0-134-generic, linux-backports-modules-cw-3.6-3.2.0-134-generic, linux-backports-modules-cw-3.7-3.2.0-134-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.8-3.2.0-134-generic_3.2.0-134.125_amd64.deb Size: 2777704 SHA256: f516b017343d5a1def545a4297e0e1907cfa63dab7a9cf9e1d0ca93b9c1d22e4 SHA1: 88a2660f2713570a5f9a558d4e7658852626dba4 MD5sum: fc41cd63647194b161e1887d2dd4988c Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.8-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.8-3.2.0-134-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10328 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-134.125 Depends: linux-image-3.2.0-134-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-134-virtual, linux-backports-modules-cw-3.11-3.2.0-134-virtual, linux-backports-modules-cw-3.12-3.2.0-134-virtual, linux-backports-modules-cw-3.3-3.2.0-134-virtual, linux-backports-modules-cw-3.4-3.2.0-134-virtual, linux-backports-modules-cw-3.5-3.2.0-134-virtual, linux-backports-modules-cw-3.6-3.2.0-134-virtual, linux-backports-modules-cw-3.7-3.2.0-134-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.8-3.2.0-134-virtual_3.2.0-134.125_amd64.deb Size: 2774236 SHA256: 08a48135cc2b85a944f1b51c4a3f3ed7ab2c422968d5483aa78f12164a663cea SHA1: f601612074894955c2b22305d5103b0adaea7a32 MD5sum: 92d55b17c3f9868a37f08408383dc39b Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.8-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.8-3.2.0-135-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10336 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-135.126 Depends: linux-image-3.2.0-135-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-135-generic, linux-backports-modules-cw-3.11-3.2.0-135-generic, linux-backports-modules-cw-3.12-3.2.0-135-generic, linux-backports-modules-cw-3.3-3.2.0-135-generic, linux-backports-modules-cw-3.4-3.2.0-135-generic, linux-backports-modules-cw-3.5-3.2.0-135-generic, linux-backports-modules-cw-3.6-3.2.0-135-generic, linux-backports-modules-cw-3.7-3.2.0-135-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.8-3.2.0-135-generic_3.2.0-135.126_amd64.deb Size: 2791160 SHA256: 00c8b902a237c5f742683a6cfd3ebbc085e7e96abea58fe373a989cef8ba4d49 SHA1: e0e053febc22dcb9967d12260ef8ac42107cc189 MD5sum: 91935edbea6d4367bfb16f7d0c18acde Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.8-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.8-3.2.0-135-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10328 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-135.126 Depends: linux-image-3.2.0-135-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-135-virtual, linux-backports-modules-cw-3.11-3.2.0-135-virtual, linux-backports-modules-cw-3.12-3.2.0-135-virtual, linux-backports-modules-cw-3.3-3.2.0-135-virtual, linux-backports-modules-cw-3.4-3.2.0-135-virtual, linux-backports-modules-cw-3.5-3.2.0-135-virtual, linux-backports-modules-cw-3.6-3.2.0-135-virtual, linux-backports-modules-cw-3.7-3.2.0-135-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.8-3.2.0-135-virtual_3.2.0-135.126_amd64.deb Size: 2791266 SHA256: 3c5466fe3c834dfd63148278623d8ba8d52a7c420089b03a54b6dd1445a14554 SHA1: 1ec308ca197bda1cc34076ea1dd4326060057ad8 MD5sum: a44a9e6f7d539f2446958e2dc5258b98 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.8-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.8-3.2.0-136-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10336 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-136.127 Depends: linux-image-3.2.0-136-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-136-generic, linux-backports-modules-cw-3.11-3.2.0-136-generic, linux-backports-modules-cw-3.12-3.2.0-136-generic, linux-backports-modules-cw-3.3-3.2.0-136-generic, linux-backports-modules-cw-3.4-3.2.0-136-generic, linux-backports-modules-cw-3.5-3.2.0-136-generic, linux-backports-modules-cw-3.6-3.2.0-136-generic, linux-backports-modules-cw-3.7-3.2.0-136-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.8-3.2.0-136-generic_3.2.0-136.127_amd64.deb Size: 2787944 SHA256: 0cb22cc503f2b67ab5de3209dae53ae9d91675d43498d142ffe92647d8c16a50 SHA1: ef304e24e6842042227eb1fc2b846b97311d0b87 MD5sum: bcb849deda9dc8efd3661212a099fd30 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.8-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.8-3.2.0-136-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10328 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-136.127 Depends: linux-image-3.2.0-136-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-136-virtual, linux-backports-modules-cw-3.11-3.2.0-136-virtual, linux-backports-modules-cw-3.12-3.2.0-136-virtual, linux-backports-modules-cw-3.3-3.2.0-136-virtual, linux-backports-modules-cw-3.4-3.2.0-136-virtual, linux-backports-modules-cw-3.5-3.2.0-136-virtual, linux-backports-modules-cw-3.6-3.2.0-136-virtual, linux-backports-modules-cw-3.7-3.2.0-136-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.8-3.2.0-136-virtual_3.2.0-136.127_amd64.deb Size: 2789646 SHA256: 44997b7087905c0ae0d01b72365f1234d3f5cbb6cec7ae69aea82365cb1c7363 SHA1: f56ed466fe6913d61deaaf734f76d5f4f60792fc MD5sum: da567129a3154f5269d311c8054ca064 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.8-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.8-3.2.0-137-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10336 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-137.129 Depends: linux-image-3.2.0-137-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-137-generic, linux-backports-modules-cw-3.11-3.2.0-137-generic, linux-backports-modules-cw-3.12-3.2.0-137-generic, linux-backports-modules-cw-3.3-3.2.0-137-generic, linux-backports-modules-cw-3.4-3.2.0-137-generic, linux-backports-modules-cw-3.5-3.2.0-137-generic, linux-backports-modules-cw-3.6-3.2.0-137-generic, linux-backports-modules-cw-3.7-3.2.0-137-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.8-3.2.0-137-generic_3.2.0-137.129_amd64.deb Size: 2777634 SHA256: e271a8755935d2fc160c4c055e4923e44f51c0a6236d56bf673b49ab3535997e SHA1: 8d6ff82bc11fd1aaa893699154da6930456bf8ca MD5sum: 3eed056fb4b3c69f94ff7a0d16185169 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.8-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.8-3.2.0-137-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10328 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-137.129 Depends: linux-image-3.2.0-137-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-137-virtual, linux-backports-modules-cw-3.11-3.2.0-137-virtual, linux-backports-modules-cw-3.12-3.2.0-137-virtual, linux-backports-modules-cw-3.3-3.2.0-137-virtual, linux-backports-modules-cw-3.4-3.2.0-137-virtual, linux-backports-modules-cw-3.5-3.2.0-137-virtual, linux-backports-modules-cw-3.6-3.2.0-137-virtual, linux-backports-modules-cw-3.7-3.2.0-137-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.8-3.2.0-137-virtual_3.2.0-137.129_amd64.deb Size: 2776720 SHA256: 1428c6b364fb720d96fa050d58136136bdf76efb0b8b171c7a30253b042398ea SHA1: de5082103c5a82c4d14138cdd84a8d001701a4c6 MD5sum: dc06f4424ae3b4844f7d36062ac7e6f9 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.8-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.8-3.2.0-138-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10336 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-138.130 Depends: linux-image-3.2.0-138-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-138-generic, linux-backports-modules-cw-3.11-3.2.0-138-generic, linux-backports-modules-cw-3.12-3.2.0-138-generic, linux-backports-modules-cw-3.3-3.2.0-138-generic, linux-backports-modules-cw-3.4-3.2.0-138-generic, linux-backports-modules-cw-3.5-3.2.0-138-generic, linux-backports-modules-cw-3.6-3.2.0-138-generic, linux-backports-modules-cw-3.7-3.2.0-138-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.8-3.2.0-138-generic_3.2.0-138.130_amd64.deb Size: 2772004 SHA256: 0024b267e99f93bcc6d30b05f1286e61c957060535d932f4514ec3cfad3b8c18 SHA1: 16b36d267440d0ebe7b15b76c56275e3f82bb324 MD5sum: 522b28fdd58baeebcada91652fca5400 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.8-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.8-3.2.0-138-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10328 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-138.130 Depends: linux-image-3.2.0-138-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-138-virtual, linux-backports-modules-cw-3.11-3.2.0-138-virtual, linux-backports-modules-cw-3.12-3.2.0-138-virtual, linux-backports-modules-cw-3.3-3.2.0-138-virtual, linux-backports-modules-cw-3.4-3.2.0-138-virtual, linux-backports-modules-cw-3.5-3.2.0-138-virtual, linux-backports-modules-cw-3.6-3.2.0-138-virtual, linux-backports-modules-cw-3.7-3.2.0-138-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.8-3.2.0-138-virtual_3.2.0-138.130_amd64.deb Size: 2771066 SHA256: 1d8d07190294d39ab5ce780d8f1c28cfb2ad569a27a71a09d728c8963ccfe27e SHA1: c022469de8f3e7e8f2949ea0aefdab0473c457e3 MD5sum: 2b47962224fc274b28762c5dedabb9bb Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.8-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.8-3.2.0-139-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10336 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-139.131 Depends: linux-image-3.2.0-139-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-139-generic, linux-backports-modules-cw-3.11-3.2.0-139-generic, linux-backports-modules-cw-3.12-3.2.0-139-generic, linux-backports-modules-cw-3.3-3.2.0-139-generic, linux-backports-modules-cw-3.4-3.2.0-139-generic, linux-backports-modules-cw-3.5-3.2.0-139-generic, linux-backports-modules-cw-3.6-3.2.0-139-generic, linux-backports-modules-cw-3.7-3.2.0-139-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.8-3.2.0-139-generic_3.2.0-139.131_amd64.deb Size: 2786968 SHA256: 1f8ed51d75cef54e3864dc6a8813d54a03679197b2b2b8b96f6fc8f56fc58c7d SHA1: 5cf6bd61dc98c2b93acc08aff11ac474d397a507 MD5sum: 9375199a599ded1d5ab3ae753f3405c0 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.8-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.8-3.2.0-139-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10328 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-139.131 Depends: linux-image-3.2.0-139-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-139-virtual, linux-backports-modules-cw-3.11-3.2.0-139-virtual, linux-backports-modules-cw-3.12-3.2.0-139-virtual, linux-backports-modules-cw-3.3-3.2.0-139-virtual, linux-backports-modules-cw-3.4-3.2.0-139-virtual, linux-backports-modules-cw-3.5-3.2.0-139-virtual, linux-backports-modules-cw-3.6-3.2.0-139-virtual, linux-backports-modules-cw-3.7-3.2.0-139-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.8-3.2.0-139-virtual_3.2.0-139.131_amd64.deb Size: 2785832 SHA256: cec2c5d36cbb5dd1870ad69d26b8c852980f7f2db717c4652aefd952c85c8ef7 SHA1: 591b1ba84f02173eb237b51b5d9bba7e0c206528 MD5sum: a956daee2a87048eacbd2bfb29468ce8 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.8-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.8-3.2.0-140-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10336 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-140.132 Depends: linux-image-3.2.0-140-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-140-generic, linux-backports-modules-cw-3.11-3.2.0-140-generic, linux-backports-modules-cw-3.12-3.2.0-140-generic, linux-backports-modules-cw-3.3-3.2.0-140-generic, linux-backports-modules-cw-3.4-3.2.0-140-generic, linux-backports-modules-cw-3.5-3.2.0-140-generic, linux-backports-modules-cw-3.6-3.2.0-140-generic, linux-backports-modules-cw-3.7-3.2.0-140-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.8-3.2.0-140-generic_3.2.0-140.132_amd64.deb Size: 2769670 SHA256: b63327f78403861552b67319beb118d764b6a5d83c6fd36ab6ae2a67641e90f9 SHA1: e5799f26bad64ff93c74ab858a830610701f1942 MD5sum: 530af58b7d145f76ea0c9542accc273e Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.8-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.8-3.2.0-140-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10328 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-140.132 Depends: linux-image-3.2.0-140-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-140-virtual, linux-backports-modules-cw-3.11-3.2.0-140-virtual, linux-backports-modules-cw-3.12-3.2.0-140-virtual, linux-backports-modules-cw-3.3-3.2.0-140-virtual, linux-backports-modules-cw-3.4-3.2.0-140-virtual, linux-backports-modules-cw-3.5-3.2.0-140-virtual, linux-backports-modules-cw-3.6-3.2.0-140-virtual, linux-backports-modules-cw-3.7-3.2.0-140-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.8-3.2.0-140-virtual_3.2.0-140.132_amd64.deb Size: 2768720 SHA256: 3ec5c2b8a8363cffd663dfa8c34a3021816e0f1563be028a2f8ed3cc8392aefc SHA1: 3d4a1ccd2a3262476da6097787cbad44b953af90 MD5sum: 27dd1049f3bf276a6c575b7f78f7c3eb Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.8-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.8-3.2.0-141-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10336 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-141.133 Depends: linux-image-3.2.0-141-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-141-generic, linux-backports-modules-cw-3.11-3.2.0-141-generic, linux-backports-modules-cw-3.12-3.2.0-141-generic, linux-backports-modules-cw-3.3-3.2.0-141-generic, linux-backports-modules-cw-3.4-3.2.0-141-generic, linux-backports-modules-cw-3.5-3.2.0-141-generic, linux-backports-modules-cw-3.6-3.2.0-141-generic, linux-backports-modules-cw-3.7-3.2.0-141-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.8-3.2.0-141-generic_3.2.0-141.133_amd64.deb Size: 2779064 SHA256: 1b7637ff96d3abc98a10889f457a7cf3ac834a8ebf673be96ec2a45c607a709d SHA1: 622fa7c5d9fb56a1c7d762ebe9b5e938efc75911 MD5sum: cf11544877ee82222926d982098beb11 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.8-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.8-3.2.0-141-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10328 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-141.133 Depends: linux-image-3.2.0-141-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-141-virtual, linux-backports-modules-cw-3.11-3.2.0-141-virtual, linux-backports-modules-cw-3.12-3.2.0-141-virtual, linux-backports-modules-cw-3.3-3.2.0-141-virtual, linux-backports-modules-cw-3.4-3.2.0-141-virtual, linux-backports-modules-cw-3.5-3.2.0-141-virtual, linux-backports-modules-cw-3.6-3.2.0-141-virtual, linux-backports-modules-cw-3.7-3.2.0-141-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.8-3.2.0-141-virtual_3.2.0-141.133_amd64.deb Size: 2778472 SHA256: 6031c3abae61e051239529b2e2803acd3f1d20679f555ecd3a9d031afda9a189 SHA1: 3aadfabae691bc3555fc29dc1402c26d23679612 MD5sum: 67d85cc29e4b6b2ae9e4e89693b4fd90 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.8-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.8-3.2.0-142-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10336 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-142.134 Depends: linux-image-3.2.0-142-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-142-generic, linux-backports-modules-cw-3.11-3.2.0-142-generic, linux-backports-modules-cw-3.12-3.2.0-142-generic, linux-backports-modules-cw-3.3-3.2.0-142-generic, linux-backports-modules-cw-3.4-3.2.0-142-generic, linux-backports-modules-cw-3.5-3.2.0-142-generic, linux-backports-modules-cw-3.6-3.2.0-142-generic, linux-backports-modules-cw-3.7-3.2.0-142-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.8-3.2.0-142-generic_3.2.0-142.134_amd64.deb Size: 2767970 SHA256: 69853d1efeea409bb3f1661b400c8544ee592e565180f44494539868a70a760d SHA1: cea47e35aa2cfb3bd5e97b203b706bb23200710f MD5sum: 64172f94606e890510a89999142df2cc Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.8-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.8-3.2.0-142-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10328 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-142.134 Depends: linux-image-3.2.0-142-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-142-virtual, linux-backports-modules-cw-3.11-3.2.0-142-virtual, linux-backports-modules-cw-3.12-3.2.0-142-virtual, linux-backports-modules-cw-3.3-3.2.0-142-virtual, linux-backports-modules-cw-3.4-3.2.0-142-virtual, linux-backports-modules-cw-3.5-3.2.0-142-virtual, linux-backports-modules-cw-3.6-3.2.0-142-virtual, linux-backports-modules-cw-3.7-3.2.0-142-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.8-3.2.0-142-virtual_3.2.0-142.134_amd64.deb Size: 2765950 SHA256: 75e1ae8713aee9c08e75690e8fc700de7c16ae122bfdf3ddc3d2b03546f91704 SHA1: f625898a1bbc68dd8bca5109d0fade86cca145c1 MD5sum: 63497cd6c780af3c27a2330492c05c9f Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.8-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.8-3.2.0-143-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10336 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-143.135 Depends: linux-image-3.2.0-143-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-143-generic, linux-backports-modules-cw-3.11-3.2.0-143-generic, linux-backports-modules-cw-3.12-3.2.0-143-generic, linux-backports-modules-cw-3.3-3.2.0-143-generic, linux-backports-modules-cw-3.4-3.2.0-143-generic, linux-backports-modules-cw-3.5-3.2.0-143-generic, linux-backports-modules-cw-3.6-3.2.0-143-generic, linux-backports-modules-cw-3.7-3.2.0-143-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.8-3.2.0-143-generic_3.2.0-143.135_amd64.deb Size: 2771882 SHA256: 5ae4870a5aafc3a13acdb66e6432233e94263294fdae5cfca8f10e6f905d81ee SHA1: ba6a91f8217d44d90b658955e2b561161b9eaca4 MD5sum: 92e8cec9863233af2e7147ef1a553574 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.8-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.8-3.2.0-143-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10328 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-143.135 Depends: linux-image-3.2.0-143-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-143-virtual, linux-backports-modules-cw-3.11-3.2.0-143-virtual, linux-backports-modules-cw-3.12-3.2.0-143-virtual, linux-backports-modules-cw-3.3-3.2.0-143-virtual, linux-backports-modules-cw-3.4-3.2.0-143-virtual, linux-backports-modules-cw-3.5-3.2.0-143-virtual, linux-backports-modules-cw-3.6-3.2.0-143-virtual, linux-backports-modules-cw-3.7-3.2.0-143-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.8-3.2.0-143-virtual_3.2.0-143.135_amd64.deb Size: 2770530 SHA256: e3ee3da688f5c95025b787761baebbbcf227c6879e23261b93e4583793845401 SHA1: 5b87017cd61ddf2a71e372fc885a6e6bb9f5a341 MD5sum: 36a04ef124de67ea14c7e10e1ed62352 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.8-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.8-3.2.0-144-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10336 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-144.136 Depends: linux-image-3.2.0-144-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-144-generic, linux-backports-modules-cw-3.11-3.2.0-144-generic, linux-backports-modules-cw-3.12-3.2.0-144-generic, linux-backports-modules-cw-3.3-3.2.0-144-generic, linux-backports-modules-cw-3.4-3.2.0-144-generic, linux-backports-modules-cw-3.5-3.2.0-144-generic, linux-backports-modules-cw-3.6-3.2.0-144-generic, linux-backports-modules-cw-3.7-3.2.0-144-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.8-3.2.0-144-generic_3.2.0-144.136_amd64.deb Size: 2782002 SHA256: 3bf9bde1400e90b4269bd3f3fc2080f9091f9ffbc9656b316559586bf96cf988 SHA1: 0c271f522adbde1a975d33c308033a467af11029 MD5sum: 6bb5f38b9b9a0e887a30804c2e956742 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.8-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.8-3.2.0-144-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10328 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-144.136 Depends: linux-image-3.2.0-144-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-144-virtual, linux-backports-modules-cw-3.11-3.2.0-144-virtual, linux-backports-modules-cw-3.12-3.2.0-144-virtual, linux-backports-modules-cw-3.3-3.2.0-144-virtual, linux-backports-modules-cw-3.4-3.2.0-144-virtual, linux-backports-modules-cw-3.5-3.2.0-144-virtual, linux-backports-modules-cw-3.6-3.2.0-144-virtual, linux-backports-modules-cw-3.7-3.2.0-144-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.8-3.2.0-144-virtual_3.2.0-144.136_amd64.deb Size: 2780466 SHA256: 15790f7ca07a0a2c4851746f808ea2983d47386229e00eb8a5284a3cdc0e2210 SHA1: e69eb9f547d0e68ff984c1b383f284c13a9382c3 MD5sum: 9b35c0ad934b49c47a6fe9a81b0b2a40 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.8-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.8-3.2.0-147-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10336 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-147.138 Depends: linux-image-3.2.0-147-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-147-generic, linux-backports-modules-cw-3.11-3.2.0-147-generic, linux-backports-modules-cw-3.12-3.2.0-147-generic, linux-backports-modules-cw-3.3-3.2.0-147-generic, linux-backports-modules-cw-3.4-3.2.0-147-generic, linux-backports-modules-cw-3.5-3.2.0-147-generic, linux-backports-modules-cw-3.6-3.2.0-147-generic, linux-backports-modules-cw-3.7-3.2.0-147-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.8-3.2.0-147-generic_3.2.0-147.138_amd64.deb Size: 2796598 SHA256: afa1c6e887f3eddfe5d8cf1c322ad7b8588bc7b94f87c1d9de9b8af55f0bc41b SHA1: 933c0420ef7c130531126867066e15cb79b73fff MD5sum: 4d6a1bcf26bca905acc522eb71084c59 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.8-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.8-3.2.0-147-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10328 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-147.138 Depends: linux-image-3.2.0-147-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-147-virtual, linux-backports-modules-cw-3.11-3.2.0-147-virtual, linux-backports-modules-cw-3.12-3.2.0-147-virtual, linux-backports-modules-cw-3.3-3.2.0-147-virtual, linux-backports-modules-cw-3.4-3.2.0-147-virtual, linux-backports-modules-cw-3.5-3.2.0-147-virtual, linux-backports-modules-cw-3.6-3.2.0-147-virtual, linux-backports-modules-cw-3.7-3.2.0-147-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.8-3.2.0-147-virtual_3.2.0-147.138_amd64.deb Size: 2794954 SHA256: f3798592654dd412b4a1921c1312b83ba62f36559eced9f1530a8244252413da SHA1: 88cde928a19c5cb113e5277ee0ebf8f955bef84b MD5sum: 71d3c40b138a07df4a4a2a2fe3f184e6 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.8-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.8-3.2.0-148-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10336 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-148.139 Depends: linux-image-3.2.0-148-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-148-generic, linux-backports-modules-cw-3.11-3.2.0-148-generic, linux-backports-modules-cw-3.12-3.2.0-148-generic, linux-backports-modules-cw-3.3-3.2.0-148-generic, linux-backports-modules-cw-3.4-3.2.0-148-generic, linux-backports-modules-cw-3.5-3.2.0-148-generic, linux-backports-modules-cw-3.6-3.2.0-148-generic, linux-backports-modules-cw-3.7-3.2.0-148-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.8-3.2.0-148-generic_3.2.0-148.139_amd64.deb Size: 2784442 SHA256: eb77eb06746951818f535bd3c53168505ec4bd105df5f308bbe0d76df707e7d7 SHA1: e4993ce76b3652c56258336772d16e8a778942b4 MD5sum: dd63199bc1b9da8a35569ca00a720f85 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.8-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.8-3.2.0-148-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10328 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-148.139 Depends: linux-image-3.2.0-148-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-148-virtual, linux-backports-modules-cw-3.11-3.2.0-148-virtual, linux-backports-modules-cw-3.12-3.2.0-148-virtual, linux-backports-modules-cw-3.3-3.2.0-148-virtual, linux-backports-modules-cw-3.4-3.2.0-148-virtual, linux-backports-modules-cw-3.5-3.2.0-148-virtual, linux-backports-modules-cw-3.6-3.2.0-148-virtual, linux-backports-modules-cw-3.7-3.2.0-148-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.8-3.2.0-148-virtual_3.2.0-148.139_amd64.deb Size: 2783758 SHA256: a972cf116b0ecf8556096ed877d52d5a8d2fee8756d5d9a60c14bb7c91e2cdeb SHA1: 592edb1012b4e03e5f64740b7a519c850e25ef47 MD5sum: a522148422abd5dee1d7e47fc94607c4 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.8-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.8-3.2.0-149-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10336 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-149.140 Depends: linux-image-3.2.0-149-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-149-generic, linux-backports-modules-cw-3.11-3.2.0-149-generic, linux-backports-modules-cw-3.12-3.2.0-149-generic, linux-backports-modules-cw-3.3-3.2.0-149-generic, linux-backports-modules-cw-3.4-3.2.0-149-generic, linux-backports-modules-cw-3.5-3.2.0-149-generic, linux-backports-modules-cw-3.6-3.2.0-149-generic, linux-backports-modules-cw-3.7-3.2.0-149-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.8-3.2.0-149-generic_3.2.0-149.140_amd64.deb Size: 2775192 SHA256: d260df361ccd7efabbc9dc8037686bead756333ddc9bcf3478233cbc2ef7e1c2 SHA1: 22115c3db74aeec4b3a007c32a8c74e613f0a39b MD5sum: cee682ef7293943c6e9e1ef8598389be Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.8-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.8-3.2.0-149-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10328 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-149.140 Depends: linux-image-3.2.0-149-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-149-virtual, linux-backports-modules-cw-3.11-3.2.0-149-virtual, linux-backports-modules-cw-3.12-3.2.0-149-virtual, linux-backports-modules-cw-3.3-3.2.0-149-virtual, linux-backports-modules-cw-3.4-3.2.0-149-virtual, linux-backports-modules-cw-3.5-3.2.0-149-virtual, linux-backports-modules-cw-3.6-3.2.0-149-virtual, linux-backports-modules-cw-3.7-3.2.0-149-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.8-3.2.0-149-virtual_3.2.0-149.140_amd64.deb Size: 2773826 SHA256: bcd6ce047f704facf346c493e43e377a1b8811411eb8928301dc477128acdf65 SHA1: 4a8299a771f8a20ec6880bf8d601992e9d83d712 MD5sum: acb5e23b035c949617553591616d5f6a Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.8-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.8-3.2.0-150-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10336 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-150.141 Depends: linux-image-3.2.0-150-generic Conflicts: linux-backports-modules-cw-3.10-3.2.0-150-generic, linux-backports-modules-cw-3.11-3.2.0-150-generic, linux-backports-modules-cw-3.12-3.2.0-150-generic, linux-backports-modules-cw-3.3-3.2.0-150-generic, linux-backports-modules-cw-3.4-3.2.0-150-generic, linux-backports-modules-cw-3.5-3.2.0-150-generic, linux-backports-modules-cw-3.6-3.2.0-150-generic, linux-backports-modules-cw-3.7-3.2.0-150-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.8-3.2.0-150-generic_3.2.0-150.141_amd64.deb Size: 2758986 SHA256: cf66efbbe80c2f3c6ac0538c2c1538c459a489451b6f0cf45f91696135646846 SHA1: 2c7a94f09f0cba5157311d5f9ba47693c26d9bf8 MD5sum: 80f7374d5a2f3413847eceeb611126b2 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.8-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.8-3.2.0-150-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 10328 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-150.141 Depends: linux-image-3.2.0-150-virtual Conflicts: linux-backports-modules-cw-3.10-3.2.0-150-virtual, linux-backports-modules-cw-3.11-3.2.0-150-virtual, linux-backports-modules-cw-3.12-3.2.0-150-virtual, linux-backports-modules-cw-3.3-3.2.0-150-virtual, linux-backports-modules-cw-3.4-3.2.0-150-virtual, linux-backports-modules-cw-3.5-3.2.0-150-virtual, linux-backports-modules-cw-3.6-3.2.0-150-virtual, linux-backports-modules-cw-3.7-3.2.0-150-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-cw-3.8-3.2.0-150-virtual_3.2.0-150.141_amd64.deb Size: 2758322 SHA256: 834ac3fe0f02c3785d9601107f32e977fc8395281966071dfb797f07d5417e7b SHA1: ea16fe8f3177e1e7a56599e40351c8aa3e4287a8 MD5sum: 6a7ab3c957398fd932eafd364d496506 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.8-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-cw-3.8-precise-generic Source: linux-meta Priority: optional Section: devel Installed-Size: 34 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0.150.164 Depends: linux-backports-modules-cw-3.8-3.2.0-150-generic Filename: pool/main/l/linux-meta/linux-backports-modules-cw-3.8-precise-generic_3.2.0.150.164_amd64.deb Size: 2526 SHA256: 0071b2b67dae9e8c916641affa59d5722093e08b8f710feae9212515cd328908 SHA1: 657f9294e9e356399a2c35d57adc4e2d6b561cc5 MD5sum: ad24e93beef6bfdc69d2b691c8787323 Description: 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-precise-generic Source: linux-meta Priority: optional Section: devel Installed-Size: 34 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0.150.164 Depends: linux-headers-lbm-3.2.0-150-generic Filename: pool/main/l/linux-meta/linux-backports-modules-headers-precise-generic_3.2.0.150.164_amd64.deb Size: 2520 SHA256: b862b7f263eaec20684560c6844e68d96a3ca5ba0e4d018c29067cdc660b6158 SHA1: 2b7f63fa22537b8dae81163e1f99955d2ebc6179 MD5sum: c21c4618d2e88d0bd9bca59a20475cd9 Description: 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-net-3.2.0-128-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 390 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-128.119 Depends: linux-image-3.2.0-128-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-net-3.2.0-128-generic_3.2.0-128.119_amd64.deb Size: 115660 SHA256: 08039b0e159e5e605f8e29336294df183b3b9dc8a7f7cf96d77d85b788b5112f SHA1: 29da0d8d35b34113392c9048b5fe041c7581ad94 MD5sum: 5c5e700586ae17cab7fd6e38e81bce25 Description: Linux ethernet modules for version 3.2.0 on x86/x86_64 This package contains ethernet modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-net-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-net-3.2.0-128-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 390 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-128.119 Depends: linux-image-3.2.0-128-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-net-3.2.0-128-virtual_3.2.0-128.119_amd64.deb Size: 115654 SHA256: 81c017cd3b7b0d7685591523125cfb681fcf6bb5a6f1f0f2ef3bd8042e176fbc SHA1: 0b3b7f80a9ab54b0fca7442f2d3ad49c6c459edb MD5sum: 201aba3b61a952ea25902878424f1d8b Description: Linux ethernet modules for version 3.2.0 on x86/x86_64 This package contains ethernet modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-net-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-net-3.2.0-129-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 390 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-129.120 Depends: linux-image-3.2.0-129-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-net-3.2.0-129-generic_3.2.0-129.120_amd64.deb Size: 124678 SHA256: 5edc5c591239ddc15bdf23166cf93f1b8b97074d2f5df8458c06ffe4b8db9923 SHA1: f33fe89bd6e1171a18a6b9f982f255f7d3af6273 MD5sum: 82d407361c0652903e96e993738fdbd2 Description: Linux ethernet modules for version 3.2.0 on x86/x86_64 This package contains ethernet modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-net-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-net-3.2.0-129-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 390 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-129.120 Depends: linux-image-3.2.0-129-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-net-3.2.0-129-virtual_3.2.0-129.120_amd64.deb Size: 124762 SHA256: 9ec875ed4177bc0e561d928ac11c7b1ba9ca786d1e0880a2df76faffca300759 SHA1: 664f7d54c56e0cae6ad8caa9fc6358e56aeacb62 MD5sum: d02fe366e42d9e40099ff75a8b85586e Description: Linux ethernet modules for version 3.2.0 on x86/x86_64 This package contains ethernet modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-net-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-net-3.2.0-130-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 390 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-130.121 Depends: linux-image-3.2.0-130-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-net-3.2.0-130-generic_3.2.0-130.121_amd64.deb Size: 115582 SHA256: 77b11f88816a062fd6d7e592ef911cee56d240c15d5292a690eb7b5a0bed2fb8 SHA1: 242cd09e31e6c4ecefb96e8bf5ebdcf122ee3525 MD5sum: cb8523d489db052e7936ce793bd8196d Description: Linux ethernet modules for version 3.2.0 on x86/x86_64 This package contains ethernet modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-net-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-net-3.2.0-130-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 390 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-130.121 Depends: linux-image-3.2.0-130-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-net-3.2.0-130-virtual_3.2.0-130.121_amd64.deb Size: 115594 SHA256: 879f8ce754d730fbd43fb8782544a4089aa7f002e81ab5cefa7f62877f902538 SHA1: 3880d61a6558d761313b5775f1e00847712e599b MD5sum: 95b0fa57346bc62c9f990f4f5df21d16 Description: Linux ethernet modules for version 3.2.0 on x86/x86_64 This package contains ethernet modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-net-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-net-3.2.0-131-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 390 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-131.122 Depends: linux-image-3.2.0-131-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-net-3.2.0-131-generic_3.2.0-131.122_amd64.deb Size: 115536 SHA256: 33ab0e5c69907f154b5f85bbe99da51b7309c16da4154193c6c81445c537acee SHA1: 40a8ddd0f2cc4e6b9846200e31be562791775ab7 MD5sum: ef4e0acc66da51f2ad2dfb3fbbf9f775 Description: Linux ethernet modules for version 3.2.0 on x86/x86_64 This package contains ethernet modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-net-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-net-3.2.0-131-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 390 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-131.122 Depends: linux-image-3.2.0-131-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-net-3.2.0-131-virtual_3.2.0-131.122_amd64.deb Size: 115548 SHA256: aa90d4a8fe3d91370a86f0b1a19a5fb2b3c3f03dee28534000810f0a785e51af SHA1: 08495427efee94677e9f18c009f020490543a07f MD5sum: d2efbea5b41fd53ec3bb8ee2dfa3e7a3 Description: Linux ethernet modules for version 3.2.0 on x86/x86_64 This package contains ethernet modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-net-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-net-3.2.0-132-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 390 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-132.123 Depends: linux-image-3.2.0-132-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-net-3.2.0-132-generic_3.2.0-132.123_amd64.deb Size: 115544 SHA256: 401f81f3ff8c4653ff0747104606d77c455685c5913c07127465c4a5112d7fc0 SHA1: adef6f1d0e627bcacd110d5ad1c94a62aab085cf MD5sum: 15a6447d094cf9369c83a8ff798106f7 Description: Linux ethernet modules for version 3.2.0 on x86/x86_64 This package contains ethernet modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-net-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-net-3.2.0-132-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 390 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-132.123 Depends: linux-image-3.2.0-132-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-net-3.2.0-132-virtual_3.2.0-132.123_amd64.deb Size: 115540 SHA256: 3d09484f5ba5bb42cae11dd50c2588269dbbed6907f1254d2ab2bb0858a47690 SHA1: 47659427909c8f44ad1d26897cc11aefea4e653a MD5sum: ec17cb08b36c65e238ac505e1b4bcc1b Description: Linux ethernet modules for version 3.2.0 on x86/x86_64 This package contains ethernet modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-net-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-net-3.2.0-133-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 390 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-133.124 Depends: linux-image-3.2.0-133-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-net-3.2.0-133-generic_3.2.0-133.124_amd64.deb Size: 115490 SHA256: c6e93c624cfd5403cddb26986667d5c8a932b8018f39c03f3c364c7c1a83fd7a SHA1: f2024d89d44914aef384bd818b98a77f0f4bed33 MD5sum: 40dc2a1474ecc7b9ad5ebfc92bacefc8 Description: Linux ethernet modules for version 3.2.0 on x86/x86_64 This package contains ethernet modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-net-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-net-3.2.0-133-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 391 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-133.124 Depends: linux-image-3.2.0-133-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-net-3.2.0-133-virtual_3.2.0-133.124_amd64.deb Size: 115554 SHA256: 9143b5f0907e48d9e94928a23dab0de801fe97300fd6caaed4835414d8d112b1 SHA1: 776a2c86262fc60e1fe3b73428722a1be4ae38e0 MD5sum: bd934a7a4b2c3ae66bc05451580bae8a Description: Linux ethernet modules for version 3.2.0 on x86/x86_64 This package contains ethernet modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-net-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-net-3.2.0-134-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 390 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-134.125 Depends: linux-image-3.2.0-134-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-net-3.2.0-134-generic_3.2.0-134.125_amd64.deb Size: 115568 SHA256: 6a935dbd6efec5e9f39c133d41310c81e5111630b5c7dbcf9c0043141f59d5a3 SHA1: 7885ccf507ac62bac5db92031a4ffd654a8d1f24 MD5sum: 2c8b7238a6d27e5ead06e368d7e44c7d Description: Linux ethernet modules for version 3.2.0 on x86/x86_64 This package contains ethernet modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-net-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-net-3.2.0-134-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 391 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-134.125 Depends: linux-image-3.2.0-134-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-net-3.2.0-134-virtual_3.2.0-134.125_amd64.deb Size: 115534 SHA256: 226e50ce488a5cbff1876fc7a7c180c79ee67a62b9e521d296c750ff19ad60f1 SHA1: a7ba73230ec9641ab8a4cdcc5665d7976e3b6a05 MD5sum: af3e127746688bc20e13a37f0afc3bdf Description: Linux ethernet modules for version 3.2.0 on x86/x86_64 This package contains ethernet modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-net-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-net-3.2.0-135-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 390 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-135.126 Depends: linux-image-3.2.0-135-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-net-3.2.0-135-generic_3.2.0-135.126_amd64.deb Size: 115512 SHA256: 3a60e5f37742e586b3ff0f2f41e0ed78e0b5be919fd194d8515be426fa6a51bd SHA1: d4b00d2fe41e65c2cd9a1b74f2a6dc8cf862bb19 MD5sum: f5f723a99a5d85278d5b304716e6c1ba Description: Linux ethernet modules for version 3.2.0 on x86/x86_64 This package contains ethernet modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-net-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-net-3.2.0-135-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 391 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-135.126 Depends: linux-image-3.2.0-135-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-net-3.2.0-135-virtual_3.2.0-135.126_amd64.deb Size: 115544 SHA256: 1e6a3aca0dbf7afc8ff217e93fabdc99293b4a84f50ea3b447b58330d5f49278 SHA1: de4e560ba33016487889b99baed8af1bebbe3b2c MD5sum: c2aa9edbd24240b66c5de81c304e9a83 Description: Linux ethernet modules for version 3.2.0 on x86/x86_64 This package contains ethernet modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-net-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-net-3.2.0-136-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 390 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-136.127 Depends: linux-image-3.2.0-136-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-net-3.2.0-136-generic_3.2.0-136.127_amd64.deb Size: 115476 SHA256: 8572146c2df94d3e78b36ec79b6b2bef3b86dd7288c46573e5b3aa368ecb27d2 SHA1: fa47390d6018be131ae126cfaecc411dbe7bd1e2 MD5sum: 16f252da796032483e787a9b64c126c2 Description: Linux ethernet modules for version 3.2.0 on x86/x86_64 This package contains ethernet modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-net-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-net-3.2.0-136-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 391 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-136.127 Depends: linux-image-3.2.0-136-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-net-3.2.0-136-virtual_3.2.0-136.127_amd64.deb Size: 115558 SHA256: 01d875854599711b1f0aa698994ab0683ed0d10fa16dcc5afac230febe8afa97 SHA1: 2522cbb7fbd3405a73b9acca80af4b5a96ce6513 MD5sum: 12deeb358a1a2e4e09f43b09f512758a Description: Linux ethernet modules for version 3.2.0 on x86/x86_64 This package contains ethernet modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-net-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-net-3.2.0-137-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 390 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-137.129 Depends: linux-image-3.2.0-137-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-net-3.2.0-137-generic_3.2.0-137.129_amd64.deb Size: 115630 SHA256: 93274728a0d487067a3b18b5f6b87755a4ad1f28dc48912f3591b0784ad318e6 SHA1: 712e8bcbfd017e4197981df58ab6d09fb0124c11 MD5sum: 3b5213e52ebe106ce12cf0ae0ef3818c Description: Linux ethernet modules for version 3.2.0 on x86/x86_64 This package contains ethernet modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-net-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-net-3.2.0-137-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 391 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-137.129 Depends: linux-image-3.2.0-137-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-net-3.2.0-137-virtual_3.2.0-137.129_amd64.deb Size: 115650 SHA256: 959306ea85db903344fa1eb2b222fb172f48ab47fc14159b00c6dae9361cb082 SHA1: fae7bc792bc8132315516d733e16918005f1709a MD5sum: f4df2daf12c2d8d65a036eb5afe3ae1b Description: Linux ethernet modules for version 3.2.0 on x86/x86_64 This package contains ethernet modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-net-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-net-3.2.0-138-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 390 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-138.130 Depends: linux-image-3.2.0-138-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-net-3.2.0-138-generic_3.2.0-138.130_amd64.deb Size: 115618 SHA256: 09e460cdf8d4e9b0b1438baaf8924e91d29914a9c8e9258a9b461a2024a60030 SHA1: dad79901b6c77d3893bc9d57fafd3dc4953d3c02 MD5sum: e674937248ea195c3a1113e36f0729f1 Description: Linux ethernet modules for version 3.2.0 on x86/x86_64 This package contains ethernet modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-net-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-net-3.2.0-138-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 391 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-138.130 Depends: linux-image-3.2.0-138-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-net-3.2.0-138-virtual_3.2.0-138.130_amd64.deb Size: 115600 SHA256: c345b4826fbe81fc7a1111ef85fa6c60d69148300af7e6ffa6098457cd34cdd2 SHA1: 7d6cea90b957822dbba9a8a82801fd56b01a8fa0 MD5sum: 6297d4d71c252a0d2730b8696c6c4175 Description: Linux ethernet modules for version 3.2.0 on x86/x86_64 This package contains ethernet modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-net-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-net-3.2.0-139-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 390 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-139.131 Depends: linux-image-3.2.0-139-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-net-3.2.0-139-generic_3.2.0-139.131_amd64.deb Size: 115600 SHA256: 7712927167311d86fdf83a59e8822ef59af2d4e0cb7b6a8315e0b858fe3d31a2 SHA1: 29155afe4bc943477894c07e2584ab4f46311b38 MD5sum: 8089b0da269cda9ef8ed73bca4230914 Description: Linux ethernet modules for version 3.2.0 on x86/x86_64 This package contains ethernet modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-net-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-net-3.2.0-139-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 391 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-139.131 Depends: linux-image-3.2.0-139-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-net-3.2.0-139-virtual_3.2.0-139.131_amd64.deb Size: 115600 SHA256: 6b56462fca5345cc7cf1fffcb9f1a998d0f358f1dc5017f3629789822e79d9a4 SHA1: 53705f3c2f0a9883b6deee7a52388aff3d4aba41 MD5sum: 32477c0b0051ca2ad771ae93e02a1c8e Description: Linux ethernet modules for version 3.2.0 on x86/x86_64 This package contains ethernet modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-net-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-net-3.2.0-140-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 390 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-140.132 Depends: linux-image-3.2.0-140-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-net-3.2.0-140-generic_3.2.0-140.132_amd64.deb Size: 115602 SHA256: e7cdd2ed8920eaee71faa281d5beae4fc7b59625d0f45bd594f4c49e3db8c1ec SHA1: c508ff7467ecef1b90a8003d2a6b43c546f6d2a1 MD5sum: 6ed1fa25b61a8b7bf8df25658a559091 Description: Linux ethernet modules for version 3.2.0 on x86/x86_64 This package contains ethernet modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-net-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-net-3.2.0-140-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 391 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-140.132 Depends: linux-image-3.2.0-140-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-net-3.2.0-140-virtual_3.2.0-140.132_amd64.deb Size: 115602 SHA256: 62d081c36b0b48e8436558561ba09780ccd6537136f7069ca22c46960918045b SHA1: fd138f6960606da326985b4ecfc0cb76af131c57 MD5sum: dc84684e704ce22f4e8035a860546596 Description: Linux ethernet modules for version 3.2.0 on x86/x86_64 This package contains ethernet modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-net-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-net-3.2.0-141-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 390 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-141.133 Depends: linux-image-3.2.0-141-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-net-3.2.0-141-generic_3.2.0-141.133_amd64.deb Size: 115624 SHA256: 9edb81d341c18f48367664e10bedefdedc8320817000834b9c747d8a63d220ad SHA1: 90fdf0b66809c12ad55dd8f1989f21c4dbd86fe8 MD5sum: 967feca9eeaa628b37e739647f033fd6 Description: Linux ethernet modules for version 3.2.0 on x86/x86_64 This package contains ethernet modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-net-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-net-3.2.0-141-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 391 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-141.133 Depends: linux-image-3.2.0-141-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-net-3.2.0-141-virtual_3.2.0-141.133_amd64.deb Size: 115578 SHA256: 895508b91527f1c49f71834eef08aace8bf450ef3ff1a0bc45bb743e74bcf4fd SHA1: 2eb47a4a05e4b37a7e34b487b4a5cdfee75dd436 MD5sum: 9d994cef097849b8dcda8c1aa5323686 Description: Linux ethernet modules for version 3.2.0 on x86/x86_64 This package contains ethernet modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-net-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-net-3.2.0-142-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 390 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-142.134 Depends: linux-image-3.2.0-142-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-net-3.2.0-142-generic_3.2.0-142.134_amd64.deb Size: 115552 SHA256: d52d378f44241cd1d4cc193210a0681509a03a7ab4ca7debc4786ba0bc36fd2d SHA1: f43d58013f138e4da396b793f32244342d26dbec MD5sum: 00ed7dc1c333867bbed6d74b38f699c9 Description: Linux ethernet modules for version 3.2.0 on x86/x86_64 This package contains ethernet modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-net-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-net-3.2.0-142-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 391 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-142.134 Depends: linux-image-3.2.0-142-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-net-3.2.0-142-virtual_3.2.0-142.134_amd64.deb Size: 115580 SHA256: e8f612fbadd505353407c9bc5dd1897b2965b59745c53b31ff3aa3880871004f SHA1: 65bc85f53caef032173ae18497c6e29712d883f7 MD5sum: 9f32419b024315d5035f7ebcfdba313c Description: Linux ethernet modules for version 3.2.0 on x86/x86_64 This package contains ethernet modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-net-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-net-3.2.0-143-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 390 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-143.135 Depends: linux-image-3.2.0-143-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-net-3.2.0-143-generic_3.2.0-143.135_amd64.deb Size: 115574 SHA256: 5d6f1ae2eca4511d2f89429d3eba1a5a8002b123127dda5dfacbf5ee01e38122 SHA1: 0493f4bb579b9141f53178ec21f887fcd08b3462 MD5sum: 38b9847a2ffa5d1f95ba2a2d6957a4c9 Description: Linux ethernet modules for version 3.2.0 on x86/x86_64 This package contains ethernet modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-net-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-net-3.2.0-143-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 391 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-143.135 Depends: linux-image-3.2.0-143-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-net-3.2.0-143-virtual_3.2.0-143.135_amd64.deb Size: 115600 SHA256: ff28697fde43c56292ad9315058e5cb4817199ee2edf3d3c931efc5c96ea561e SHA1: 7ed9db92ae9c9973be3ecdbbc71b7b28a1abfa4d MD5sum: 4aaa76610685f4a17e358b074b03a170 Description: Linux ethernet modules for version 3.2.0 on x86/x86_64 This package contains ethernet modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-net-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-net-3.2.0-144-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 390 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-144.136 Depends: linux-image-3.2.0-144-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-net-3.2.0-144-generic_3.2.0-144.136_amd64.deb Size: 115578 SHA256: 7560494da397566b08aa75f72fc13caaa5f682ad2ec16f94a7cd322a7f87ea1b SHA1: 795faec588268dc2bd7f36644536923832f9f1a4 MD5sum: 8313fdcff4c7b50b80240f6a4db895a4 Description: Linux ethernet modules for version 3.2.0 on x86/x86_64 This package contains ethernet modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-net-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-net-3.2.0-144-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 391 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-144.136 Depends: linux-image-3.2.0-144-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-net-3.2.0-144-virtual_3.2.0-144.136_amd64.deb Size: 115640 SHA256: e7d0570e64a04f427f7f4ba712898f77fa8ce2936ea8ff5a8724a7b34f861cfa SHA1: d5c99cd321862082bb062a76ed0b42d40d525804 MD5sum: ea95e0a719610c79573ff223548d6bc7 Description: Linux ethernet modules for version 3.2.0 on x86/x86_64 This package contains ethernet modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-net-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-net-3.2.0-147-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 391 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-147.138 Depends: linux-image-3.2.0-147-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-net-3.2.0-147-generic_3.2.0-147.138_amd64.deb Size: 115738 SHA256: 85b11ab92266a1631b02ede00095b0d623340464d426b4927e6927fe4d8573ad SHA1: 3645d83fa56d73bfb16f9de206879cfc134dd68b MD5sum: aa7f2ef0ef07bf3b847f677ac4098f0d Description: Linux ethernet modules for version 3.2.0 on x86/x86_64 This package contains ethernet modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-net-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-net-3.2.0-147-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 391 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-147.138 Depends: linux-image-3.2.0-147-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-net-3.2.0-147-virtual_3.2.0-147.138_amd64.deb Size: 115794 SHA256: 0470a1e72bf09634c153e76ec73738baec97fa8f1471b2dbd1a3b465d5e59e2c SHA1: fd282289a5f64f7d5aef80ccdebbeb1fb84e55f6 MD5sum: 0ec2141400cb3ca0c23225354ead9b83 Description: Linux ethernet modules for version 3.2.0 on x86/x86_64 This package contains ethernet modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-net-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-net-3.2.0-148-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 391 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-148.139 Depends: linux-image-3.2.0-148-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-net-3.2.0-148-generic_3.2.0-148.139_amd64.deb Size: 115676 SHA256: b949a5147b162e1140ed1ec32af4c994d0121014e282798f480528b4eecb27ae SHA1: 74624815b10e2daa9addd6e61a87976bf845e58a MD5sum: c17c3873b458cc85ee468054f2d36675 Description: Linux ethernet modules for version 3.2.0 on x86/x86_64 This package contains ethernet modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-net-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-net-3.2.0-148-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 391 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-148.139 Depends: linux-image-3.2.0-148-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-net-3.2.0-148-virtual_3.2.0-148.139_amd64.deb Size: 115718 SHA256: d041ee0fb14d87fa9d6f892431b13ee081ee5c01f6567d3a183d4f598c19e5e1 SHA1: 5465d2e79ff826648e39fd2ee207d23436553724 MD5sum: 5d41f63a842da2e721a78f11cdf61c68 Description: Linux ethernet modules for version 3.2.0 on x86/x86_64 This package contains ethernet modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-net-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-net-3.2.0-149-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 391 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-149.140 Depends: linux-image-3.2.0-149-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-net-3.2.0-149-generic_3.2.0-149.140_amd64.deb Size: 115654 SHA256: eb4d146e0390257a238167dc31c274c1248cdec453db069425d3645e3ceb74c0 SHA1: a6681c42fa462bd6d8b777e61053d503d18108bf MD5sum: 446aa29f6dbef0b565af8363f53f2c1e Description: Linux ethernet modules for version 3.2.0 on x86/x86_64 This package contains ethernet modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-net-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-net-3.2.0-149-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 391 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-149.140 Depends: linux-image-3.2.0-149-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-net-3.2.0-149-virtual_3.2.0-149.140_amd64.deb Size: 115798 SHA256: 96f2ddbf22d2f104ad1fdbd6f87681542d15b9cbf9a00c0f5ff2ae5e7a83f87a SHA1: cda2c2138afc80a09a4aeaabff2e29515df2ec57 MD5sum: f84c4292a08e07bd2b50cba78c84fc52 Description: Linux ethernet modules for version 3.2.0 on x86/x86_64 This package contains ethernet modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-net-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-net-3.2.0-150-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 391 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-150.141 Depends: linux-image-3.2.0-150-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-net-3.2.0-150-generic_3.2.0-150.141_amd64.deb Size: 115648 SHA256: a1ba23a55f3b0f5091f218972983a04663fe902d79746cfac917ae8d65ddb414 SHA1: 121c43a8f9e6871b615e12e9d33494302822330b MD5sum: 71ad893f73b53abdf5e127c9457b40b8 Description: Linux ethernet modules for version 3.2.0 on x86/x86_64 This package contains ethernet modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-net-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-net-3.2.0-150-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 391 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-150.141 Depends: linux-image-3.2.0-150-virtual Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-backports-modules-3.2.0/linux-backports-modules-net-3.2.0-150-virtual_3.2.0-150.141_amd64.deb Size: 115750 SHA256: be6971bcf0330c43928bdf97a5b4f1bfe0196006bf29d52579987364b86cf304 SHA1: 63b61e149277338020e9b699c31e46ae1aa3b209 MD5sum: f2af24141aaf443278ad8ef8313b4618 Description: Linux ethernet modules for version 3.2.0 on x86/x86_64 This package contains ethernet modules supplied by Ubuntu for Linux kernel 3.2.0 on x86/x86_64. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-net-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-backports-modules-net-precise-generic Source: linux-meta Priority: optional Section: devel Installed-Size: 34 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0.150.164 Depends: linux-backports-modules-net-3.2.0-150-generic Filename: pool/main/l/linux-meta/linux-backports-modules-net-precise-generic_3.2.0.150.164_amd64.deb Size: 2514 SHA256: b2a60b327136eb17576b8f7cac31a1dec505a5382369c8775052988379689360 SHA1: 45163ba464139794ee8fb0c9c39b69aca2692fb9 MD5sum: f0fee09c3891903639d583a83835af9b Description: Backported ethernet drivers for generic kernel image. This empty package allows people to keep their backported ethernet modules up-to-date when upgrading their Linux kernel. Package: linux-backports-modules-net-precise-server Source: linux-meta Priority: optional Section: devel Installed-Size: 34 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0.150.164 Depends: linux-backports-modules-net-3.2.0-150-generic Filename: pool/main/l/linux-meta/linux-backports-modules-net-precise-server_3.2.0.150.164_amd64.deb Size: 2522 SHA256: 520fd3f0c9f329c5e108f2c836b5a1db25053a34721a00660bc54b2105937b6c SHA1: dfd0cd1b1a971b8d32010df34aef1be5609fb2d2 MD5sum: 54401cc7706aab09a71e35562514e1fb Description: Backported ethernet drivers for generic kernel image. This empty package allows people to keep their backported ethernet modules up-to-date when upgrading their Linux kernel. Package: linux-base Priority: optional Section: kernel Installed-Size: 86 Maintainer: Ubuntu Developers Architecture: all Version: 4.5ubuntu1~12.04.1 Depends: debconf (>= 0.5) | debconf-2.0 Filename: pool/main/l/linux-base/linux-base_4.5ubuntu1~12.04.1_all.deb Size: 20004 SHA256: 3c6f13da5b3cf8f2ce93cc903d16d1e76ea4f67f6d5a01b87e70a4304464f5d8 SHA1: cf9ff894461b7e7975ea93b8949339c832d0d351 MD5sum: 6283a0f20258c60ddf5fd94f79df5db0 Description: Linux image base package This package contains files and support scripts for all Linux images. Multi-Arch: foreign Original-Maintainer: Debian Kernel Team Package: linux-buildinfo-3.13.0-166-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 7277 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-166.216~precise1 Filename: pool/main/l/linux-lts-trusty/linux-buildinfo-3.13.0-166-generic_3.13.0-166.216~precise1_amd64.deb Size: 701028 SHA256: 8c3b43aab695a0be8c5b425664483149b4c6618fd7d7c9b2c78e7e83661656e7 SHA1: d45e04058a6c7a6128688fc501893dd6b46c1afd MD5sum: c41b35d495ad22fa986170f1074befe0 Description: Linux kernel buildinfo for version 3.13.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 3.13.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-3.13.0-168-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 7277 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-168.218~precise1 Filename: pool/main/l/linux-lts-trusty/linux-buildinfo-3.13.0-168-generic_3.13.0-168.218~precise1_amd64.deb Size: 699784 SHA256: 6a9c68cc826126f6bd28c0d4237a3a9916ab51eb99fac850de6df89fa29ea735 SHA1: 86ed6087a16938ed7de196e6f620ad9e329ebc34 MD5sum: 0db3e81913889a73c3abb4da5f0f0d50 Description: Linux kernel buildinfo for version 3.13.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 3.13.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-3.13.0-170-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 7280 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-170.220~12.04.2 Filename: pool/main/l/linux-lts-trusty/linux-buildinfo-3.13.0-170-generic_3.13.0-170.220~12.04.2_amd64.deb Size: 701166 SHA256: fb1bfcec543406c3ea410cbd60f54303cbd6908d836fbe8d6acb51cbd2e1543d SHA1: 51a3b00bf79aa00155ae40a1daf0580c4d2748bc MD5sum: 68b705c13ff712c56dc16ed04ca51f7d Description: Linux kernel buildinfo for version 3.13.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 3.13.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-3.13.0-171-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 7280 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-171.222~12.04.1 Filename: pool/main/l/linux-lts-trusty/linux-buildinfo-3.13.0-171-generic_3.13.0-171.222~12.04.1_amd64.deb Size: 698800 SHA256: 10171a3ab9010b0fd558735070398c849872e6fa6b75f995ca1cce006933dae7 SHA1: 4ab1afda2234e2385917d2d5eaa2de6ead8be2fd MD5sum: bd792258f33ae72ae281c5a3472c39db Description: Linux kernel buildinfo for version 3.13.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 3.13.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-3.13.0-172-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 7280 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-172.223~12.04.1 Filename: pool/main/l/linux-lts-trusty/linux-buildinfo-3.13.0-172-generic_3.13.0-172.223~12.04.1_amd64.deb Size: 701332 SHA256: bb2af96fa67f67b6a99b0fc1cf171d053b7846e687461adfd7875eece8e15e32 SHA1: 154b81316cfa68cd2b06c2a842fba5b7aeda91f3 MD5sum: 3b6ceb566021efb7cc0710dd7757ea2e Description: Linux kernel buildinfo for version 3.13.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 3.13.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-3.13.0-173-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 7280 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-173.224~12.04.1 Filename: pool/main/l/linux-lts-trusty/linux-buildinfo-3.13.0-173-generic_3.13.0-173.224~12.04.1_amd64.deb Size: 700596 SHA256: 52fef2b99429bb10c260c2ca51c33058d446fa061c3460d3978dc3853101e6ae SHA1: 446316dd8c49d7a8d09b06847dabca622f8b1f8e MD5sum: 3fe0e67719ffb8a8611bd2582a4e5fb2 Description: Linux kernel buildinfo for version 3.13.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 3.13.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-3.13.0-174-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 7281 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-174.225~12.04.1 Filename: pool/main/l/linux-lts-trusty/linux-buildinfo-3.13.0-174-generic_3.13.0-174.225~12.04.1_amd64.deb Size: 700038 SHA256: 375469f4ea7d281198332dab9fb3e0d7c4007f89eda8ae136b606e0096a0b188 SHA1: 58a239d569c863c82f8a13b77583c4fddfd0a614 MD5sum: a9c0b55bea0d69a6e83cffb7dcdaf093 Description: Linux kernel buildinfo for version 3.13.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 3.13.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-3.13.0-175-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 7281 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-175.226~12.04.1 Filename: pool/main/l/linux-lts-trusty/linux-buildinfo-3.13.0-175-generic_3.13.0-175.226~12.04.1_amd64.deb Size: 699980 SHA256: 8527f61391adc107c692cf58952334a531583ca8f7402b2192dba98422f09ea9 SHA1: b42c34d2ae75817e4030341667e701c0e368d87f MD5sum: 1e955407239d23e0b785b3da7dccffc1 Description: Linux kernel buildinfo for version 3.13.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 3.13.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-3.13.0-176-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 7282 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-176.227~12.04.1 Filename: pool/main/l/linux-lts-trusty/linux-buildinfo-3.13.0-176-generic_3.13.0-176.227~12.04.1_amd64.deb Size: 698086 SHA256: c9921e4fa3617484747b1adb5cf898d4f7bd884784b521e0666fed2f76d103c6 SHA1: a20e13d3c76953dcbd1a444c3599987f8cd08b48 MD5sum: 0ee1b0f8f73fea2b362c9187a660befe Description: Linux kernel buildinfo for version 3.13.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 3.13.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-3.13.0-180-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 7282 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-180.231~12.04.1 Filename: pool/main/l/linux-lts-trusty/linux-buildinfo-3.13.0-180-generic_3.13.0-180.231~12.04.1_amd64.deb Size: 698290 SHA256: d2d77a852afb5a803487c954b50535544ff8ecfe69a48812edc153a98c2bbe7d SHA1: 0233368d2dfc5c7c43638078bab73c822c07a0a2 MD5sum: 66b308c2ee25d36e768e4f4e24adf0af Description: Linux kernel buildinfo for version 3.13.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 3.13.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-3.13.0-181-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 7282 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-181.232~12.04.1 Filename: pool/main/l/linux-lts-trusty/linux-buildinfo-3.13.0-181-generic_3.13.0-181.232~12.04.1_amd64.deb Size: 697718 SHA256: 8f91458aa2378760adbe3dd013ebc7c28f6175ccff65a4d21611fae414f5ae36 SHA1: 22eacabbbf4d16f8c50312756e2a8e355569d462 MD5sum: ce4a65b2804fb4b048c7d2b1d803ceac Description: Linux kernel buildinfo for version 3.13.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 3.13.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-3.13.0-182-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 7282 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-182.233~12.04.1 Filename: pool/main/l/linux-lts-trusty/linux-buildinfo-3.13.0-182-generic_3.13.0-182.233~12.04.1_amd64.deb Size: 696282 SHA256: 6663795993360ffe8f27eb9b4408795fad5d6ae5886df00937a759035ecba37a SHA1: 09504ad32a010f570ef8036ba95631ba9da7d6cd MD5sum: 061442ba0d100aaae99a2c7cf75a7840 Description: Linux kernel buildinfo for version 3.13.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 3.13.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-3.13.0-183-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 7282 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-183.234~12.04.1 Filename: pool/main/l/linux-lts-trusty/linux-buildinfo-3.13.0-183-generic_3.13.0-183.234~12.04.1_amd64.deb Size: 694620 SHA256: fa9c39d5ecce7af6506e489f18acf155f8f39b05c44e1702d050f520fa7afcd8 SHA1: 168d0701062d11da0c444b15588225ebd213b870 MD5sum: 9e441506141630586d3b05bde26091c1 Description: Linux kernel buildinfo for version 3.13.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 3.13.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-3.13.0-185-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 7283 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-185.236~12.04.1 Filename: pool/main/l/linux-lts-trusty/linux-buildinfo-3.13.0-185-generic_3.13.0-185.236~12.04.1_amd64.deb Size: 694286 SHA256: 157a774fa718580ce21577a5ef3c603cab09f4c1780c5b6aed32236cdccac8f0 SHA1: 848310312b39af160cad45947bb82f6edd198a21 MD5sum: caebebad9eeab5c7ceed1e53f06f302b Description: Linux kernel buildinfo for version 3.13.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 3.13.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-cloud-tools-3.13.0-119-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 284 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-119.166~precise1 Depends: linux-lts-trusty-cloud-tools-3.13.0-119 Filename: pool/main/l/linux-lts-trusty/linux-cloud-tools-3.13.0-119-generic_3.13.0-119.166~precise1_amd64.deb Size: 254328 SHA256: 393c4fe1bba70e15edd45ba9e6561eff40438f516c323df496374c5258d98ef6 SHA1: bd0796d5118ca1ada69ace470f2a3a3bf6f71fa2 MD5sum: 1c9614368c12ff6a62d760f382359c94 Description: Linux kernel version specific cloud tools for version 3.13.0-119 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 3.13.0-119 on 64 bit x86. Package: linux-cloud-tools-3.13.0-121-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 284 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-121.170~precise1 Depends: linux-lts-trusty-cloud-tools-3.13.0-121 Filename: pool/main/l/linux-lts-trusty/linux-cloud-tools-3.13.0-121-generic_3.13.0-121.170~precise1_amd64.deb Size: 1780 SHA256: aea8d2cb354432386505bb10111b0fca705de8b0f2081b0342a9f4095b6a4f50 SHA1: 25b8e709bf777618575bf64f73cf168b74a56cfb MD5sum: 710140834e3fa9748e90f21a761415dc Description: Linux kernel version specific cloud tools for version 3.13.0-121 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 3.13.0-121 on 64 bit x86. Package: linux-cloud-tools-3.13.0-123-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 284 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-123.172~precise1 Depends: linux-lts-trusty-cloud-tools-3.13.0-123 Filename: pool/main/l/linux-lts-trusty/linux-cloud-tools-3.13.0-123-generic_3.13.0-123.172~precise1_amd64.deb Size: 254726 SHA256: a7e3da73e94b513ef0c5d65cec8b5372a4db59315cdb2e4912d49654e2bec5bd SHA1: 38f494e11d6ab9aa4b377474178852ea3ff6f0e3 MD5sum: 483bbbb5ac5b0cad56a2478cf0cfd373 Description: Linux kernel version specific cloud tools for version 3.13.0-123 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 3.13.0-123 on 64 bit x86. Package: linux-cloud-tools-3.13.0-125-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 285 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-125.174~precise1 Depends: linux-lts-trusty-cloud-tools-3.13.0-125 Filename: pool/main/l/linux-lts-trusty/linux-cloud-tools-3.13.0-125-generic_3.13.0-125.174~precise1_amd64.deb Size: 1780 SHA256: d6e00cdd811922bafb5cc20bc9952258f8cfd9ab573ef789658d6bf2c37ef458 SHA1: 2b360d8c4a1f3fac306108c4689d537869b74e7b MD5sum: aee2a8d1590a135620f483011b0922f9 Description: Linux kernel version specific cloud tools for version 3.13.0-125 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 3.13.0-125 on 64 bit x86. Package: linux-cloud-tools-3.13.0-126-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 286 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-126.175~precise1 Depends: linux-lts-trusty-cloud-tools-3.13.0-126 Filename: pool/main/l/linux-lts-trusty/linux-cloud-tools-3.13.0-126-generic_3.13.0-126.175~precise1_amd64.deb Size: 1778 SHA256: cdb99b1004bea62d2a62c4dbd82b4183615fd33552587b78b34bc31b6cf58049 SHA1: 2f0df3e6e0abf7a8a1a3275aa1f08cf40900c0e0 MD5sum: 36bb8de692f52505d620c52e37e80de7 Description: Linux kernel version specific cloud tools for version 3.13.0-126 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 3.13.0-126 on 64 bit x86. Package: linux-cloud-tools-3.13.0-128-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 286 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-128.177~precise1 Depends: linux-lts-trusty-cloud-tools-3.13.0-128 Filename: pool/main/l/linux-lts-trusty/linux-cloud-tools-3.13.0-128-generic_3.13.0-128.177~precise1_amd64.deb Size: 1774 SHA256: f0701906748f1d19a8a28f090ffb5bdd307b20182190c07384f6636d496e1994 SHA1: cfba666e12a581d85ec31228a71d1e14befe6da0 MD5sum: 8f744570157abe434ba7b398ddb681e8 Description: Linux kernel version specific cloud tools for version 3.13.0-128 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 3.13.0-128 on 64 bit x86. Package: linux-cloud-tools-3.13.0-129-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 287 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-129.178~precise1 Depends: linux-lts-trusty-cloud-tools-3.13.0-129 Filename: pool/main/l/linux-lts-trusty/linux-cloud-tools-3.13.0-129-generic_3.13.0-129.178~precise1_amd64.deb Size: 1778 SHA256: a53617dc4871b48d02fdd771e2d592f151172e4180680dab0347ae29e394aabb SHA1: fa99b76ac1c54554fc29161f02c5169fc4decef1 MD5sum: c96e1a52d5d83ff989862d4c25291723 Description: Linux kernel version specific cloud tools for version 3.13.0-129 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 3.13.0-129 on 64 bit x86. Package: linux-cloud-tools-3.13.0-132-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 287 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-132.181~precise1 Depends: linux-lts-trusty-cloud-tools-3.13.0-132 Filename: pool/main/l/linux-lts-trusty/linux-cloud-tools-3.13.0-132-generic_3.13.0-132.181~precise1_amd64.deb Size: 1776 SHA256: f73e3f6a91419e8455e87a8336c4335a2bc4c870ccbbe32b24a5b2bb2e74da66 SHA1: d04d6662a2a5236dd99f9dec5ed400b1c141b915 MD5sum: 2afd7afd0019e28543d101967274f7ee Description: Linux kernel version specific cloud tools for version 3.13.0-132 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 3.13.0-132 on 64 bit x86. Package: linux-cloud-tools-3.13.0-133-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 288 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-133.182~precise1 Depends: linux-lts-trusty-cloud-tools-3.13.0-133 Filename: pool/main/l/linux-lts-trusty/linux-cloud-tools-3.13.0-133-generic_3.13.0-133.182~precise1_amd64.deb Size: 1780 SHA256: ae01b4c6e5c05909014ed1a3d3e3cc62d06ad2416e3ead5076b629f355cd2d12 SHA1: 7f3cf8962bb6d88ab216834f7d4360fbbb6eedfe MD5sum: e9c381045f3ea2a658214fb43f3afae4 Description: Linux kernel version specific cloud tools for version 3.13.0-133 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 3.13.0-133 on 64 bit x86. Package: linux-cloud-tools-3.13.0-135-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 288 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-135.184~precise1 Depends: linux-lts-trusty-cloud-tools-3.13.0-135 Filename: pool/main/l/linux-lts-trusty/linux-cloud-tools-3.13.0-135-generic_3.13.0-135.184~precise1_amd64.deb Size: 1780 SHA256: 3ed41628ff78af01da8b92bd35dfffb0c39cd26ae78df9a30ad15d609a8e9197 SHA1: a6584c758120844f45d28f84735fc1b62d01adfa MD5sum: 95b4dd10b33ff337b594c7e1fcb34f95 Description: Linux kernel version specific cloud tools for version 3.13.0-135 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 3.13.0-135 on 64 bit x86. Package: linux-cloud-tools-3.13.0-137-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 288 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-137.186~precise1 Depends: linux-lts-trusty-cloud-tools-3.13.0-137 Filename: pool/main/l/linux-lts-trusty/linux-cloud-tools-3.13.0-137-generic_3.13.0-137.186~precise1_amd64.deb Size: 1776 SHA256: d03e34e1f060535a7440e3c8550ac45be76c32dd3b9b20a63618d9a36d4a8295 SHA1: 6b7962a74c5457fa884b358a0d25488871dfa2cc MD5sum: e4171d7bbf1713859d5f6e9116745b66 Description: Linux kernel version specific cloud tools for version 3.13.0-137 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 3.13.0-137 on 64 bit x86. Package: linux-cloud-tools-3.13.0-139-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 289 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-139.188~precise1 Depends: linux-lts-trusty-cloud-tools-3.13.0-139 Filename: pool/main/l/linux-lts-trusty/linux-cloud-tools-3.13.0-139-generic_3.13.0-139.188~precise1_amd64.deb Size: 1772 SHA256: 4f4cd66d04a053c0ed6196273c78ac3c532726fe22575209d136c69296398d23 SHA1: c2b209ef6e2ea1b630e733d8126b0c82dcd75305 MD5sum: c80373a6da76991901cb43da60f858d5 Description: Linux kernel version specific cloud tools for version 3.13.0-139 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 3.13.0-139 on 64 bit x86. Package: linux-cloud-tools-3.13.0-141-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 290 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-141.190~precise1 Depends: linux-lts-trusty-cloud-tools-3.13.0-141 Filename: pool/main/l/linux-lts-trusty/linux-cloud-tools-3.13.0-141-generic_3.13.0-141.190~precise1_amd64.deb Size: 1774 SHA256: d8f56dc455e79505e9c7a2bc99978205c6e88d0920e6ec453bfd3d230baef92d SHA1: 14b2299f512d0d2d75895fe67471b0b84fb9d45e MD5sum: 667b7747daf7c8d7467bb88bb9f5b309 Description: Linux kernel version specific cloud tools for version 3.13.0-141 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 3.13.0-141 on 64 bit x86. Package: linux-cloud-tools-3.13.0-142-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 292 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-142.191~precise1 Depends: linux-lts-trusty-cloud-tools-3.13.0-142 Filename: pool/main/l/linux-lts-trusty/linux-cloud-tools-3.13.0-142-generic_3.13.0-142.191~precise1_amd64.deb Size: 1774 SHA256: 8a90c54fdb7842a917ca2a8906f7bf6dc35106b9934e0a4a127976fb9a82f046 SHA1: 13f4daaf5b78d8989f5f6374c2e710d6d3b54352 MD5sum: d22ca35cd8c0aa73c1ea2d42d00df4f9 Description: Linux kernel version specific cloud tools for version 3.13.0-142 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 3.13.0-142 on 64 bit x86. Package: linux-cloud-tools-3.13.0-143-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 293 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-143.192~precise1 Depends: linux-lts-trusty-cloud-tools-3.13.0-143 Filename: pool/main/l/linux-lts-trusty/linux-cloud-tools-3.13.0-143-generic_3.13.0-143.192~precise1_amd64.deb Size: 1778 SHA256: 43587a51825e87e32cb5a8ebd6c0458c4ee44827b749ec072c509f4fdcf01c48 SHA1: 6715be068c37b7fd9c47aa62d553dcc6ddecde31 MD5sum: 8a9c78d2e74b53c5b9ceb3efdfd46a43 Description: Linux kernel version specific cloud tools for version 3.13.0-143 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 3.13.0-143 on 64 bit x86. Package: linux-cloud-tools-3.13.0-144-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 294 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-144.193~precise1 Depends: linux-lts-trusty-cloud-tools-3.13.0-144 Filename: pool/main/l/linux-lts-trusty/linux-cloud-tools-3.13.0-144-generic_3.13.0-144.193~precise1_amd64.deb Size: 1776 SHA256: 0ac2c2c5e049c820bc8d8d5393573bb4de1019c6e88d7ecf63af76aaeadcbcf9 SHA1: 51528b21a72b6205a542dda1ae126ca8aca83c51 MD5sum: ce13ae4d0854c547e7816c7cd368352a Description: Linux kernel version specific cloud tools for version 3.13.0-144 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 3.13.0-144 on 64 bit x86. Package: linux-cloud-tools-3.13.0-145-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 295 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-145.194~precise2 Depends: linux-lts-trusty-cloud-tools-3.13.0-145 Filename: pool/main/l/linux-lts-trusty/linux-cloud-tools-3.13.0-145-generic_3.13.0-145.194~precise2_amd64.deb Size: 1778 SHA256: 9ba3e8dd98e9ef3f864a114e42308656d4d2ca4c3cafc0def944efc0c9b957f5 SHA1: a413dc89701814046e3e89886f88e4f6753c0daf MD5sum: fa784f1b5613aca8546662e9cee29c93 Description: Linux kernel version specific cloud tools for version 3.13.0-145 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 3.13.0-145 on 64 bit x86. Package: linux-cloud-tools-3.13.0-147-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 295 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-147.196~precise1 Depends: linux-lts-trusty-cloud-tools-3.13.0-147 Filename: pool/main/l/linux-lts-trusty/linux-cloud-tools-3.13.0-147-generic_3.13.0-147.196~precise1_amd64.deb Size: 1782 SHA256: aae26a543a92c204c2aa8f44168943cb433c6c1a2117e0718dab28a0c6243ca2 SHA1: 1150a55374747d0c918eb1f0a4a1dfc63a316ea0 MD5sum: 278ac99795b2f5aac738fc9271b69793 Description: Linux kernel version specific cloud tools for version 3.13.0-147 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 3.13.0-147 on 64 bit x86. Package: linux-cloud-tools-3.13.0-149-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 296 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-149.199~precise1 Depends: linux-lts-trusty-cloud-tools-3.13.0-149 Filename: pool/main/l/linux-lts-trusty/linux-cloud-tools-3.13.0-149-generic_3.13.0-149.199~precise1_amd64.deb Size: 1780 SHA256: e76615efb1fad7de289eab4e1985f5296523af622840a870fe26af0f1068ad77 SHA1: d3ff97b8590b76d5672b26961184486e6f5dbe5c MD5sum: 67e1b81745c9a5ce2e0c779b955be742 Description: Linux kernel version specific cloud tools for version 3.13.0-149 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 3.13.0-149 on 64 bit x86. Package: linux-cloud-tools-3.13.0-151-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 297 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-151.201~precise1 Depends: linux-lts-trusty-cloud-tools-3.13.0-151 Filename: pool/main/l/linux-lts-trusty/linux-cloud-tools-3.13.0-151-generic_3.13.0-151.201~precise1_amd64.deb Size: 1780 SHA256: ffcc20e0ccaf4dc995cb1af7f30bfe7cae8e5bf774e30868f157b84ef802f1f7 SHA1: 9938fe09f556b59628f1070e600f796ce2538c88 MD5sum: f154f5be2606637c120f73bfb582cb27 Description: Linux kernel version specific cloud tools for version 3.13.0-151 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 3.13.0-151 on 64 bit x86. Package: linux-cloud-tools-3.13.0-153-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 298 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-153.203~precise1 Depends: linux-lts-trusty-cloud-tools-3.13.0-153 Filename: pool/main/l/linux-lts-trusty/linux-cloud-tools-3.13.0-153-generic_3.13.0-153.203~precise1_amd64.deb Size: 1778 SHA256: 7e34b3ca4e58639d7abc3c866c59547aff6f30fe012db83071cac4adf6a2dbf1 SHA1: f63625b79ea05705c7cae8f9eb86980bf2a86ad6 MD5sum: 23e7adca699a031668038d1aa1b89a18 Description: Linux kernel version specific cloud tools for version 3.13.0-153 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 3.13.0-153 on 64 bit x86. Package: linux-cloud-tools-3.13.0-155-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 299 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-155.206~precise1 Depends: linux-lts-trusty-cloud-tools-3.13.0-155 Filename: pool/main/l/linux-lts-trusty/linux-cloud-tools-3.13.0-155-generic_3.13.0-155.206~precise1_amd64.deb Size: 1770 SHA256: a9dcab25a11f4482feef2fada7b507b5a8fb32f1dfe1b211bbccdcd2dbd5c603 SHA1: 487d0b2cd9403ec73a68f172a815de7a44a9806a MD5sum: 04c63cf0ba5c2d65c0a234b4bd70607c Description: Linux kernel version specific cloud tools for version 3.13.0-155 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 3.13.0-155 on 64 bit x86. Package: linux-cloud-tools-3.13.0-156-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 300 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-156.206~precise1 Depends: linux-lts-trusty-cloud-tools-3.13.0-156 Filename: pool/main/l/linux-lts-trusty/linux-cloud-tools-3.13.0-156-generic_3.13.0-156.206~precise1_amd64.deb Size: 1780 SHA256: efb9fc1f0517d2cb483530ecb6b97e32d9e20e77d19feec4d2e01453f91b634c SHA1: 7791f5a186c3170742d0e296a990dcba1aec90d2 MD5sum: 46ffba817525a55692db46ff092deb4e Description: Linux kernel version specific cloud tools for version 3.13.0-156 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 3.13.0-156 on 64 bit x86. Package: linux-cloud-tools-3.13.0-157-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 302 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-157.207~precise1 Depends: linux-lts-trusty-cloud-tools-3.13.0-157 Filename: pool/main/l/linux-lts-trusty/linux-cloud-tools-3.13.0-157-generic_3.13.0-157.207~precise1_amd64.deb Size: 1780 SHA256: 7518a02e5449486749cb210890e2d2ac5347612fdb8dc5a2aaeeface26401575 SHA1: c4f187b9dde4349914b0e59cf8737a1b4ae9397d MD5sum: 23cdaa133506c0c723042efd53299b6b Description: Linux kernel version specific cloud tools for version 3.13.0-157 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 3.13.0-157 on 64 bit x86. Package: linux-cloud-tools-3.13.0-158-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 302 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-158.208~precise2 Depends: linux-lts-trusty-cloud-tools-3.13.0-158 Filename: pool/main/l/linux-lts-trusty/linux-cloud-tools-3.13.0-158-generic_3.13.0-158.208~precise2_amd64.deb Size: 1776 SHA256: 00cbae8ec6bbb555bcbe699ace87554f74ea3cc11717bfa5107119502194a92b SHA1: 876939504c1b0cd3c85881989c04d2af9fdf6d3a MD5sum: 8347d02c6c20495715cfbb0764adff6b Description: Linux kernel version specific cloud tools for version 3.13.0-158 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 3.13.0-158 on 64 bit x86. Package: linux-cloud-tools-3.13.0-160-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 303 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-160.210~precise1 Depends: linux-lts-trusty-cloud-tools-3.13.0-160 Filename: pool/main/l/linux-lts-trusty/linux-cloud-tools-3.13.0-160-generic_3.13.0-160.210~precise1_amd64.deb Size: 1778 SHA256: b5f5389a0ec9f98a5d6115d554e5ae0a5f12ce9443b8960e2bf62afbc50b5c98 SHA1: 3b579f479e3b6329af3b4fa18e5ea3ad7eace25a MD5sum: fefb27a1fedfe4f16f5440fc43ccabf9 Description: Linux kernel version specific cloud tools for version 3.13.0-160 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 3.13.0-160 on 64 bit x86. Package: linux-cloud-tools-3.13.0-161-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 304 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-161.211~precise1 Depends: linux-lts-trusty-cloud-tools-3.13.0-161 Filename: pool/main/l/linux-lts-trusty/linux-cloud-tools-3.13.0-161-generic_3.13.0-161.211~precise1_amd64.deb Size: 1782 SHA256: c5d6226d0d6de615ec85b5238cdcca178503e3be0ed48508201088a4d9168064 SHA1: 3307d8ab36c0dc02a2a3c5690416e537b7959ba8 MD5sum: 8391059607daa000ab83fd38e30cf924 Description: Linux kernel version specific cloud tools for version 3.13.0-161 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 3.13.0-161 on 64 bit x86. Package: linux-cloud-tools-3.13.0-162-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 304 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-162.212~precise1 Depends: linux-lts-trusty-cloud-tools-3.13.0-162 Filename: pool/main/l/linux-lts-trusty/linux-cloud-tools-3.13.0-162-generic_3.13.0-162.212~precise1_amd64.deb Size: 1776 SHA256: 7fe188d018384c4afd61db5955d861f34c21ef41945371598f3a68802345daf4 SHA1: 24a00db5722a20d28331fe2a261b6cd3f6048e74 MD5sum: 414ffb181f0d5b01d98464e9106ee42b Description: Linux kernel version specific cloud tools for version 3.13.0-162 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 3.13.0-162 on 64 bit x86. Package: linux-cloud-tools-3.13.0-163-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 305 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-163.213~precise1 Depends: linux-lts-trusty-cloud-tools-3.13.0-163 Filename: pool/main/l/linux-lts-trusty/linux-cloud-tools-3.13.0-163-generic_3.13.0-163.213~precise1_amd64.deb Size: 1780 SHA256: dd8f34f77cecc99b74b4d57752dc3b584f6bbdf53cb7fd7d985112521ec6c3e9 SHA1: 08acdfcd0f3159b3752f461cd9e50d5f9c8c27b8 MD5sum: d4c9bd00d7f32427118edcc3a3ae427e Description: Linux kernel version specific cloud tools for version 3.13.0-163 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 3.13.0-163 on 64 bit x86. Package: linux-cloud-tools-3.13.0-164-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 305 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-164.214~precise1 Depends: linux-lts-trusty-cloud-tools-3.13.0-164 Filename: pool/main/l/linux-lts-trusty/linux-cloud-tools-3.13.0-164-generic_3.13.0-164.214~precise1_amd64.deb Size: 1776 SHA256: c74953e8aa65848b17b4b75f2c87a174fd436edc1b702b213363ca3df43a3dd1 SHA1: e23eaaa5b21816e3c30836ec559dec212e910344 MD5sum: 652ae477954b8146db7bcb39c6755a8b Description: Linux kernel version specific cloud tools for version 3.13.0-164 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 3.13.0-164 on 64 bit x86. Package: linux-cloud-tools-3.13.0-165-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 305 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-165.215~precise1 Depends: linux-lts-trusty-cloud-tools-3.13.0-165 Filename: pool/main/l/linux-lts-trusty/linux-cloud-tools-3.13.0-165-generic_3.13.0-165.215~precise1_amd64.deb Size: 1774 SHA256: 3f3346de98d407243866eb7e8249f1d8405e24945fbb8901911aae5fbb3dba9d SHA1: f788e1015d4020e8a8ffb8711d4153f3658ecde7 MD5sum: 2ad91100b5082d2c41c1d50d614054e1 Description: Linux kernel version specific cloud tools for version 3.13.0-165 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 3.13.0-165 on 64 bit x86. Package: linux-cloud-tools-3.13.0-166-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 307 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-166.216~precise1 Depends: linux-lts-trusty-cloud-tools-3.13.0-166 Filename: pool/main/l/linux-lts-trusty/linux-cloud-tools-3.13.0-166-generic_3.13.0-166.216~precise1_amd64.deb Size: 1778 SHA256: 863384bf54db479fe8454813c5a7ded8d887f900ac005d9e0856dde23c0b9c79 SHA1: 6ba65c09181cd11091ea95ab0349ce0c2471d979 MD5sum: e46669d990fe53d2d7341e22aea78735 Description: Linux kernel version specific cloud tools for version 3.13.0-166 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 3.13.0-166 on 64 bit x86. Package: linux-cloud-tools-3.13.0-168-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 307 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-168.218~precise1 Depends: linux-lts-trusty-cloud-tools-3.13.0-168 Filename: pool/main/l/linux-lts-trusty/linux-cloud-tools-3.13.0-168-generic_3.13.0-168.218~precise1_amd64.deb Size: 1774 SHA256: 53333705adf93370717a01fdd00f3a1fa9fdec6af11bcc77c455d18725a8ec2a SHA1: fc55dad686597a31b2e150dfa4033884383ff2dd MD5sum: 9b5e797ba0dd4609f901fc9a9c9f7458 Description: Linux kernel version specific cloud tools for version 3.13.0-168 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 3.13.0-168 on 64 bit x86. Package: linux-cloud-tools-3.13.0-170-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 308 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-170.220~12.04.2 Depends: linux-lts-trusty-cloud-tools-3.13.0-170 Filename: pool/main/l/linux-lts-trusty/linux-cloud-tools-3.13.0-170-generic_3.13.0-170.220~12.04.2_amd64.deb Size: 1778 SHA256: b0c0c7fec4e791096c645b114b055a86dc0f4fe585966c194a4cd26c3e0ba9f7 SHA1: 8e895ac588fbb3b14ee6a3dcfdca1aa4678ca93c MD5sum: a36336b250b0c0d48a4fd321366cbed9 Description: Linux kernel version specific cloud tools for version 3.13.0-170 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 3.13.0-170 on 64 bit x86. Package: linux-cloud-tools-3.13.0-171-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 308 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-171.222~12.04.1 Depends: linux-lts-trusty-cloud-tools-3.13.0-171 Filename: pool/main/l/linux-lts-trusty/linux-cloud-tools-3.13.0-171-generic_3.13.0-171.222~12.04.1_amd64.deb Size: 1774 SHA256: 4e2a42faf40fbedbbde773d09a465ed6d93cebffe1399ad02ca1a5bfd7680f46 SHA1: af2db28da76bc4560fb3d159fc833a061bceebbc MD5sum: 5246522522aa90488bbab1ca7673caa3 Description: Linux kernel version specific cloud tools for version 3.13.0-171 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 3.13.0-171 on 64 bit x86. Package: linux-cloud-tools-3.13.0-172-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 309 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-172.223~12.04.1 Depends: linux-lts-trusty-cloud-tools-3.13.0-172 Filename: pool/main/l/linux-lts-trusty/linux-cloud-tools-3.13.0-172-generic_3.13.0-172.223~12.04.1_amd64.deb Size: 1778 SHA256: 754e7956dc9928a704328fae8782b75666e1f661dae35103b408a73f0663bab8 SHA1: 8f9ec86bfc698be0f341df601ec497b1d86ef943 MD5sum: b46e8e647d834b44686e3997564ab75a Description: Linux kernel version specific cloud tools for version 3.13.0-172 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 3.13.0-172 on 64 bit x86. Package: linux-cloud-tools-3.13.0-173-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 309 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-173.224~12.04.1 Depends: linux-lts-trusty-cloud-tools-3.13.0-173 Filename: pool/main/l/linux-lts-trusty/linux-cloud-tools-3.13.0-173-generic_3.13.0-173.224~12.04.1_amd64.deb Size: 1782 SHA256: f0a9eeb64796247ae1bb82e2006eaacaed6cc1db16186dfc96bdcc784e3029b4 SHA1: f7b482f6c7348abf9a73493150080555f749d88e MD5sum: 7152b2774237c8c00673fb7e578f2bcc Description: Linux kernel version specific cloud tools for version 3.13.0-173 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 3.13.0-173 on 64 bit x86. Package: linux-cloud-tools-3.13.0-174-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 309 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-174.225~12.04.1 Depends: linux-lts-trusty-cloud-tools-3.13.0-174 Filename: pool/main/l/linux-lts-trusty/linux-cloud-tools-3.13.0-174-generic_3.13.0-174.225~12.04.1_amd64.deb Size: 1782 SHA256: f9dbec162453a04132e5ba47ceddefe415a9e63f66e6281b53c32167c8d75d7b SHA1: 331aa492d0ecd72b13f9ebc5955cc352c0d38518 MD5sum: f33860b36e146c65bf08a767d279789a Description: Linux kernel version specific cloud tools for version 3.13.0-174 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 3.13.0-174 on 64 bit x86. Package: linux-cloud-tools-3.13.0-175-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 310 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-175.226~12.04.1 Depends: linux-lts-trusty-cloud-tools-3.13.0-175 Filename: pool/main/l/linux-lts-trusty/linux-cloud-tools-3.13.0-175-generic_3.13.0-175.226~12.04.1_amd64.deb Size: 1778 SHA256: 746a186c0e97d70e824e070e8667588e10ef80a817510106fa2cda34253042b2 SHA1: 94f21fd055a5dab20e835abf5c4d10562a849c68 MD5sum: 6c9ee49b3e89faae2767fdc3629738c1 Description: Linux kernel version specific cloud tools for version 3.13.0-175 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 3.13.0-175 on 64 bit x86. Package: linux-cloud-tools-3.13.0-176-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 310 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-176.227~12.04.1 Depends: linux-lts-trusty-cloud-tools-3.13.0-176 Filename: pool/main/l/linux-lts-trusty/linux-cloud-tools-3.13.0-176-generic_3.13.0-176.227~12.04.1_amd64.deb Size: 1772 SHA256: 9a77098af8b63bd32cc60c9cc814a42e9f91f70b031be1c55c5e8e681dc22e5c SHA1: 433cffe76f40c09146ec6200ae6ebdefe71a54eb MD5sum: 0c8d3a5fcc288788743e8308bdb05fb6 Description: Linux kernel version specific cloud tools for version 3.13.0-176 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 3.13.0-176 on 64 bit x86. Package: linux-cloud-tools-3.13.0-180-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 310 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-180.231~12.04.1 Depends: linux-lts-trusty-cloud-tools-3.13.0-180 Filename: pool/main/l/linux-lts-trusty/linux-cloud-tools-3.13.0-180-generic_3.13.0-180.231~12.04.1_amd64.deb Size: 1776 SHA256: 877f5076c920751435c07bf6b7c0db868a5fd740645831940b68a96dd3561ea3 SHA1: 6baed0e48d67f691f3ebc2ac2b320ac831e4b5ee MD5sum: 3d02ea5485d7a1bee9ab11cce2c56517 Description: Linux kernel version specific cloud tools for version 3.13.0-180 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 3.13.0-180 on 64 bit x86. Package: linux-cloud-tools-3.13.0-181-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 310 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-181.232~12.04.1 Depends: linux-lts-trusty-cloud-tools-3.13.0-181 Filename: pool/main/l/linux-lts-trusty/linux-cloud-tools-3.13.0-181-generic_3.13.0-181.232~12.04.1_amd64.deb Size: 1782 SHA256: 3817fbbbb406c828efc8b3a6b3b9d9afc3dc0611e399aa08968f85c5df7db0ee SHA1: c805c41cc2bd12dfe9b0ee96ef3abfc4da3c51b0 MD5sum: 4e7b9d85e40b7e5abba221a3dd9356dc Description: Linux kernel version specific cloud tools for version 3.13.0-181 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 3.13.0-181 on 64 bit x86. Package: linux-cloud-tools-3.13.0-182-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 311 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-182.233~12.04.1 Depends: linux-lts-trusty-cloud-tools-3.13.0-182 Filename: pool/main/l/linux-lts-trusty/linux-cloud-tools-3.13.0-182-generic_3.13.0-182.233~12.04.1_amd64.deb Size: 1778 SHA256: 4eabc80fda2e056f1c6567f237ae38a9f91df08560dff54a10a47ca86fd40cdf SHA1: f3b9c7592c94fba2fac5ebf01917ce7805168fa3 MD5sum: 77c87bf407c0571c48ad4d98f652870d Description: Linux kernel version specific cloud tools for version 3.13.0-182 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 3.13.0-182 on 64 bit x86. Package: linux-cloud-tools-3.13.0-183-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 311 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-183.234~12.04.1 Depends: linux-lts-trusty-cloud-tools-3.13.0-183 Filename: pool/main/l/linux-lts-trusty/linux-cloud-tools-3.13.0-183-generic_3.13.0-183.234~12.04.1_amd64.deb Size: 1776 SHA256: bb2ca095702aae61b7d61e253cf1fd2e813f494117a028abe76bb77aaaeff368 SHA1: dc5bfe0b008ea260ecd7648fc0cec8992cf867ac MD5sum: 634ebbc454d14fa2f88b96577a75e2d5 Description: Linux kernel version specific cloud tools for version 3.13.0-183 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 3.13.0-183 on 64 bit x86. Package: linux-cloud-tools-3.13.0-185-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 311 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-185.236~12.04.1 Depends: linux-lts-trusty-cloud-tools-3.13.0-185 Filename: pool/main/l/linux-lts-trusty/linux-cloud-tools-3.13.0-185-generic_3.13.0-185.236~12.04.1_amd64.deb Size: 1782 SHA256: 46e00de32007a2b3e5f2c4bf603a4e2fa586c150c61f862055e1f841c73f2bfb SHA1: 81b02275ade1d510d4652b27650f3558a80a54e8 MD5sum: 2b8c25b33483d02c20629474d6c02a07 Description: Linux kernel version specific cloud tools for version 3.13.0-185 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 3.13.0-185 on 64 bit x86. Package: linux-cloud-tools-generic-lts-trusty Source: linux-meta-lts-trusty Priority: optional Section: kernel Installed-Size: 32 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0.185.170 Provides: linux-cloud-tools Depends: linux-cloud-tools-3.13.0-185-generic Filename: pool/main/l/linux-meta-lts-trusty/linux-cloud-tools-generic-lts-trusty_3.13.0.185.170_amd64.deb Size: 2542 SHA256: 5e5fa9b31a243fde410d81bcb917996b5142f0bc68a06dec64ae7b09662d62e0 SHA1: 16631ddc27dc0d63d7c122d2c33671f8f5233c2b MD5sum: dcc756ef9c27190ead65b2a0eb77c86c Description: Generic Linux kernel cloud tools This package will always depend on the latest generic 14.04 LTS kernel cloud tools available. Package: linux-crashdump Source: linux-meta Priority: optional Section: devel Installed-Size: 34 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0.150.164 Recommends: apport Suggests: crash Depends: kexec-tools, makedumpfile, grub-pc (>= 1.96+20090611-1ubuntu2) | grub-efi-ia32 | grub-efi-amd64 | grub (>= 0.97-29ubuntu24) Filename: pool/main/l/linux-meta/linux-crashdump_3.2.0.150.164_amd64.deb Size: 2666 SHA256: d8a0e51e1390aec3804214cf660e767b475875925c40a5cc12b49df2c36e0cc8 SHA1: 3437e611dd26a62935490a9a98f576f56bd8a152 MD5sum: 0d8784a6d187bf7441c83b0bf71e79da Description: 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-current-generic Source: linux-meta Priority: optional Section: kernel Installed-Size: 34 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0.150.164 Depends: linux-image-generic-lts-trusty, linux-headers-generic-lts-trusty Filename: pool/main/l/linux-meta/linux-current-generic_3.2.0.150.164_amd64.deb Size: 2470 SHA256: fb47b616cdddb021373a12d03a2ec9d0d785026b73a32bc176ce6e67405ef399 SHA1: 6950f707633b803567667a4118f94d5c72393123 MD5sum: e96179978f19c318fdeba8c61c538ff0 Description: Depends on the most recently released generic kernel image and headers. This package will always depend on the latest released generic kernel and headers, up to 14.04 inclusive. Package: linux-doc Source: linux Priority: optional Section: doc Installed-Size: 25585 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.2.0-150.197 Replaces: linux-doc-3 Conflicts: linux-doc-3 Filename: pool/main/l/linux/linux-doc_3.2.0-150.197_all.deb Size: 8397108 SHA256: 5a13013ef2ded4d04d1e0d320e842748312a4fa38fc8587b38b22011eede2fcd SHA1: 46446fe4be9d181d26ec9cf33ccaa29b391c8d9a MD5sum: ba9821074627be7980a3dbea0f062e8b Description: Linux kernel specific documentation for version 3.2.0 This package provides the various documents in the 3.2.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-generic Source: linux-meta Priority: optional Section: kernel Installed-Size: 34 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0.150.164 Depends: linux-image-generic (= 3.2.0.150.164), linux-headers-generic (= 3.2.0.150.164) Filename: pool/main/l/linux-meta/linux-generic_3.2.0.150.164_amd64.deb Size: 1718 SHA256: 627521e8a6a68de7aa43968394f723b210d4890b1a380e47ec2ca655f24cdc5b SHA1: ea0a240dea5da45546b3c070b8c0a92d7fbbc524 MD5sum: f9111e079dba6f8278aa3585246cf8cc Description: Complete Generic Linux kernel This package will always depend on the latest complete generic Linux kernel available. Package: linux-generic-lts-trusty Source: linux-meta-lts-trusty Priority: optional Section: metapackages Installed-Size: 32 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0.185.170 Depends: linux-image-generic-lts-trusty, linux-headers-generic-lts-trusty Filename: pool/main/l/linux-meta-lts-trusty/linux-generic-lts-trusty_3.13.0.185.170_amd64.deb Size: 1748 SHA256: fdfb24f4ab33662bc66afeac6a7ad3788d02da91d8332230734d8144643ce85b SHA1: 9395ce1f5ef0e76b68e6bf62677f728f8a29447c MD5sum: 85feece7a013c13ff39b8305c36b8de5 Description: Generic Linux kernel image and headers This metapackage will always depend on the latest generic 14.04 LTS kernel image and headers packages available. Package: linux-headers-3.13.0-119 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 62014 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.13.0-119.166~precise1 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-119_3.13.0-119.166~precise1_all.deb Size: 13109698 SHA256: 93e6fd0f0faa5a058e3bec6ffba68ff73dd8b16152449d34d4cef67e081da40a SHA1: 05f07776948cf43c1d63e98394c9647ce3068924 MD5sum: 5a57e052cbcc6093f351a7be35245e6f Description: Header files related to Linux kernel version 3.13.0 This package provides kernel header files for version 3.13.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-lts-trusty-headers-3.13.0-119/debian.README.gz for details Package: linux-headers-3.13.0-119-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 13197 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-119.166~precise1 Depends: linux-headers-3.13.0-119, libc6 (>= 2.14) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-119-generic_3.13.0-119.166~precise1_amd64.deb Size: 1354778 SHA256: 3a458ad4555bc0b5d9fe5650aa8aa689cba163bd5b94bbfe31fb0fe0fb19f654 SHA1: 2da9c70d7265f1d0ddb3abe378b96db8f5412590 MD5sum: a93fcddfb77152919cf8d442cd6ffde4 Description: Linux kernel headers for version 3.13.0 on 64 bit x86 SMP This package provides kernel header files for version 3.13.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.13.0-119/debian.README.gz for details. Package: linux-headers-3.13.0-121 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 62014 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.13.0-121.170~precise1 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-121_3.13.0-121.170~precise1_all.deb Size: 12861102 SHA256: 2ef69adc6ce2af1d54b138a9d3e44717df4fdb79947b3b7a4f5c9a4ac5d875af SHA1: 4ed3dcadd0007bbc5ef89a891b7ddf8e7112720a MD5sum: 9950b989f4978448c3dde8a0aec0a01c Description: Header files related to Linux kernel version 3.13.0 This package provides kernel header files for version 3.13.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-lts-trusty-headers-3.13.0-121/debian.README.gz for details Package: linux-headers-3.13.0-121-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 13197 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-121.170~precise1 Depends: linux-headers-3.13.0-121, libc6 (>= 2.14) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-121-generic_3.13.0-121.170~precise1_amd64.deb Size: 1105112 SHA256: f4913826ed114d97494e2ca7898b388639b10ac21a01a2a8f1390e7b6bc90cca SHA1: 0fcf5f6d5d811033e758a8ce37145dd7fdab526f MD5sum: 1be88ca15ca4d59b42a564a3792cfd75 Description: Linux kernel headers for version 3.13.0 on 64 bit x86 SMP This package provides kernel header files for version 3.13.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.13.0-121/debian.README.gz for details. Package: linux-headers-3.13.0-123 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 62014 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.13.0-123.172~precise1 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-123_3.13.0-123.172~precise1_all.deb Size: 13106474 SHA256: a31d31906599ac43815788720056d147f4e883ec929713f3ed880bd123462e44 SHA1: afb042e341d5b49a5e0edfc3b794f86f274c140e MD5sum: 6e95c336b8788532a31b751019ba972e Description: Header files related to Linux kernel version 3.13.0 This package provides kernel header files for version 3.13.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-lts-trusty-headers-3.13.0-123/debian.README.gz for details Package: linux-headers-3.13.0-123-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 13198 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-123.172~precise1 Depends: linux-headers-3.13.0-123, libc6 (>= 2.14) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-123-generic_3.13.0-123.172~precise1_amd64.deb Size: 1356622 SHA256: d2e697a023fddb8b3543105779a362ad75aa2ba19f5e25d3801cbe147529ffcb SHA1: 2ced4d46afd58b83562841e0f647b8ff5bc94755 MD5sum: d2c87dce73fca8ae52d8c620cb466504 Description: Linux kernel headers for version 3.13.0 on 64 bit x86 SMP This package provides kernel header files for version 3.13.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.13.0-123/debian.README.gz for details. Package: linux-headers-3.13.0-125 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 62015 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.13.0-125.174~precise1 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-125_3.13.0-125.174~precise1_all.deb Size: 12859806 SHA256: 3b7012ceb8412033bf57105a5b06df8b89ab35a28b696520b5a6a76c74cef624 SHA1: faa04292f809408d1c09cd6c7a45eb79065063ae MD5sum: f926b1ca523516f03bf9a31669a8d3f1 Description: Header files related to Linux kernel version 3.13.0 This package provides kernel header files for version 3.13.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-lts-trusty-headers-3.13.0-125/debian.README.gz for details Package: linux-headers-3.13.0-125-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 13199 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-125.174~precise1 Depends: linux-headers-3.13.0-125, libc6 (>= 2.14) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-125-generic_3.13.0-125.174~precise1_amd64.deb Size: 1106082 SHA256: 0ce8398ded6704938c73d2214b53cfb77aa501e8afba03fec9fe062bb3502864 SHA1: 54ba4e28e60e63773b2bdef6c9c91630124aed7c MD5sum: cdab8034143734567c13ec4c70dde90f Description: Linux kernel headers for version 3.13.0 on 64 bit x86 SMP This package provides kernel header files for version 3.13.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.13.0-125/debian.README.gz for details. Package: linux-headers-3.13.0-126 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 62016 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.13.0-126.175~precise1 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-126_3.13.0-126.175~precise1_all.deb Size: 12855540 SHA256: acb642cde65c784f5a414f51239bd22689e03163c5ecc22a6a2b6b521402a6e8 SHA1: ff306213833de725291a0cac67cc8cc36870e477 MD5sum: 03d2dbd5f8177d3552062e089a275106 Description: Header files related to Linux kernel version 3.13.0 This package provides kernel header files for version 3.13.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-lts-trusty-headers-3.13.0-126/debian.README.gz for details Package: linux-headers-3.13.0-126-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 13199 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-126.175~precise1 Depends: linux-headers-3.13.0-126, libc6 (>= 2.14) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-126-generic_3.13.0-126.175~precise1_amd64.deb Size: 1109286 SHA256: 1e72ea7d7c1cfaaebfb761e916424192aa23726b9bbfbb79a1c2b587e9d54238 SHA1: 30603b07f66d1e85def7b4c21f366b80c123a294 MD5sum: df499427cdee6f5ec1a69816cc7195ed Description: Linux kernel headers for version 3.13.0 on 64 bit x86 SMP This package provides kernel header files for version 3.13.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.13.0-126/debian.README.gz for details. Package: linux-headers-3.13.0-128 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 62016 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.13.0-128.177~precise1 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-128_3.13.0-128.177~precise1_all.deb Size: 12861902 SHA256: 2653bde4d5d590a2f34a56da1f975f0c1d961f1d2ff89c95d786d90b556690c9 SHA1: e65511be0a0c3128f97eafcf97e69e31012927f4 MD5sum: 3f79d548947729b5e784a8ef8e4d86be Description: Header files related to Linux kernel version 3.13.0 This package provides kernel header files for version 3.13.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-lts-trusty-headers-3.13.0-128/debian.README.gz for details Package: linux-headers-3.13.0-128-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 13200 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-128.177~precise1 Depends: linux-headers-3.13.0-128, libc6 (>= 2.14) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-128-generic_3.13.0-128.177~precise1_amd64.deb Size: 1112246 SHA256: b125e7e59f6c42d8f69c3e5cbb7e77c3561d4b67b120e16715efcec94c8c7d2e SHA1: ec35477fa77ac1d6c19de7e4b2a0158ac37061f3 MD5sum: 2f6c3bd938b9dfde35dc25e04010a1f5 Description: Linux kernel headers for version 3.13.0 on 64 bit x86 SMP This package provides kernel header files for version 3.13.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.13.0-128/debian.README.gz for details. Package: linux-headers-3.13.0-129 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 62016 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.13.0-129.178~precise1 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-129_3.13.0-129.178~precise1_all.deb Size: 12866610 SHA256: a8a69cf52d34e897467b08f42d0720d49af7176b74476716d583e6c5aff48df2 SHA1: 7133df1431d3fc455e2f9385fbb43c411492196d MD5sum: 6086fd5987cf70de89df0bcfee7a18e4 Description: Header files related to Linux kernel version 3.13.0 This package provides kernel header files for version 3.13.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-lts-trusty-headers-3.13.0-129/debian.README.gz for details Package: linux-headers-3.13.0-129-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 13200 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-129.178~precise1 Depends: linux-headers-3.13.0-129, libc6 (>= 2.14) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-129-generic_3.13.0-129.178~precise1_amd64.deb Size: 1109812 SHA256: 2c55d36aeaec3a90ec1c0b33e83e10eb7c58769e3bd330826f5fd4eebf7508ab SHA1: 9b9e416cde3b002a0e573e891809e07ea6a50bdf MD5sum: 3171a82da37c2cecb81871019efc7662 Description: Linux kernel headers for version 3.13.0 on 64 bit x86 SMP This package provides kernel header files for version 3.13.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.13.0-129/debian.README.gz for details. Package: linux-headers-3.13.0-132 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 62018 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.13.0-132.181~precise1 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-132_3.13.0-132.181~precise1_all.deb Size: 12854938 SHA256: 05d64ff0856919eb1ab8f709ea265164fb4317ce2c5ec15a102795678efc674a SHA1: 38ada127f6d9688eeb62c84f0148797598eaecf9 MD5sum: 9574a94cb1ffb30ff68aac94e5e7548a Description: Header files related to Linux kernel version 3.13.0 This package provides kernel header files for version 3.13.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-lts-trusty-headers-3.13.0-132/debian.README.gz for details Package: linux-headers-3.13.0-132-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 13201 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-132.181~precise1 Depends: linux-headers-3.13.0-132, libc6 (>= 2.14) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-132-generic_3.13.0-132.181~precise1_amd64.deb Size: 1108596 SHA256: ce0e804d5ff9b2a85ae4cc87cbc1a7851f67673d59176ade81cd12e6736b6852 SHA1: 9d96dbafd1c24239fc74feb03540fea96aae3d00 MD5sum: b8b032be6b91f0862520009561062e3a Description: Linux kernel headers for version 3.13.0 on 64 bit x86 SMP This package provides kernel header files for version 3.13.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.13.0-132/debian.README.gz for details. Package: linux-headers-3.13.0-133 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 62018 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.13.0-133.182~precise1 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-133_3.13.0-133.182~precise1_all.deb Size: 12856268 SHA256: 0ad3d2e902d14c7569f8cbbaa11b360201c6ceb32c7f41464542180b08993267 SHA1: 952dd666d5608e17d6b62962f65e7d14cef0cf1b MD5sum: 6b5b99e0337065630dd1923191290377 Description: Header files related to Linux kernel version 3.13.0 This package provides kernel header files for version 3.13.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-lts-trusty-headers-3.13.0-133/debian.README.gz for details Package: linux-headers-3.13.0-133-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 13201 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-133.182~precise1 Depends: linux-headers-3.13.0-133, libc6 (>= 2.14) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-133-generic_3.13.0-133.182~precise1_amd64.deb Size: 1107528 SHA256: 7c4c36afa1cab52dfbfcaea5d5bb183450473c8d7f18cc5864201216cfd3b77f SHA1: f64b7a297b0018562084112cc22cde12c2768c3a MD5sum: d7d53ceecd663c5324c10f3eae44e635 Description: Linux kernel headers for version 3.13.0 on 64 bit x86 SMP This package provides kernel header files for version 3.13.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.13.0-133/debian.README.gz for details. Package: linux-headers-3.13.0-135 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 62018 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.13.0-135.184~precise1 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-135_3.13.0-135.184~precise1_all.deb Size: 12860688 SHA256: c152571de06a60c4caa6537160503093b3897d4d9bfdacc87a7a49c95885d2bc SHA1: e72a18c16f44ab17648f681eacf7d1f40ae9cd75 MD5sum: fcd45448c42467d9402771d4a4a0199c Description: Header files related to Linux kernel version 3.13.0 This package provides kernel header files for version 3.13.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-lts-trusty-headers-3.13.0-135/debian.README.gz for details Package: linux-headers-3.13.0-135-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 13201 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-135.184~precise1 Depends: linux-headers-3.13.0-135, libc6 (>= 2.14) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-135-generic_3.13.0-135.184~precise1_amd64.deb Size: 1112210 SHA256: 8da330a386f146fec8a8fc220b783335232d1d1ae1aeecc67f31d43d0c5b22fb SHA1: 1d169357dca782791cfdd589898e91dcc99738b3 MD5sum: bba8b1be47f12a0cae530d52d17f3475 Description: Linux kernel headers for version 3.13.0 on 64 bit x86 SMP This package provides kernel header files for version 3.13.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.13.0-135/debian.README.gz for details. Package: linux-headers-3.13.0-137 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 62019 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.13.0-137.186~precise1 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-137_3.13.0-137.186~precise1_all.deb Size: 12859250 SHA256: 9e70bd854a9c86d3c779620101ac191b949fa68608899001331c0e4d5a70c696 SHA1: 93c6a03718ffa08493028aa16f2743b31e8c1218 MD5sum: 6b160ffbc313816185e24f26c3c33049 Description: Header files related to Linux kernel version 3.13.0 This package provides kernel header files for version 3.13.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-lts-trusty-headers-3.13.0-137/debian.README.gz for details Package: linux-headers-3.13.0-137-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 13202 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-137.186~precise1 Depends: linux-headers-3.13.0-137, libc6 (>= 2.14) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-137-generic_3.13.0-137.186~precise1_amd64.deb Size: 1116334 SHA256: 9500d901bee4a857cf723ce99eb374e5896d00bc9b4482d9638231f52c17d94a SHA1: e92922126a910ac1ddf4c542c7a0fce281d78606 MD5sum: 42536d1acaa8d502089012c75432274f Description: Linux kernel headers for version 3.13.0 on 64 bit x86 SMP This package provides kernel header files for version 3.13.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.13.0-137/debian.README.gz for details. Package: linux-headers-3.13.0-139 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 62039 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.13.0-139.188~precise1 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-139_3.13.0-139.188~precise1_all.deb Size: 12866760 SHA256: 00fda8306cd6db65d27f77896cd13822d37c4530313db5d717b5f2f1a96cfb46 SHA1: 6d7d61712f1272dcc70faadaed5fd477d0331a28 MD5sum: 431eea0d58ced703643ae32f54b52cca Description: Header files related to Linux kernel version 3.13.0 This package provides kernel header files for version 3.13.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-lts-trusty-headers-3.13.0-139/debian.README.gz for details Package: linux-headers-3.13.0-139-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 13211 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-139.188~precise1 Depends: linux-headers-3.13.0-139, libc6 (>= 2.14) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-139-generic_3.13.0-139.188~precise1_amd64.deb Size: 1114390 SHA256: 535959e553308cf4dad209907d4567d434e56ee3bcedc69d5c4f887a7bceb69e SHA1: c8a6dcd88b7ed46a637b13565be215a89a3986ff MD5sum: 312846487c7ea143554106a4186cab08 Description: Linux kernel headers for version 3.13.0 on 64 bit x86 SMP This package provides kernel header files for version 3.13.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.13.0-139/debian.README.gz for details. Package: linux-headers-3.13.0-141 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 62047 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.13.0-141.190~precise1 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-141_3.13.0-141.190~precise1_all.deb Size: 12869238 SHA256: 281ae9ccf26e99737473b8e3e1d74cc7275bf500f546edc13a30ee6e00a400a4 SHA1: fb2475ae67adc5ca76454e595815f476608b6454 MD5sum: e8bb228ff9f459d1cbfd013228ed66ee Description: Header files related to Linux kernel version 3.13.0 This package provides kernel header files for version 3.13.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-lts-trusty-headers-3.13.0-141/debian.README.gz for details Package: linux-headers-3.13.0-141-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 13213 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-141.190~precise1 Depends: linux-headers-3.13.0-141, libc6 (>= 2.14) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-141-generic_3.13.0-141.190~precise1_amd64.deb Size: 1115516 SHA256: 453440d24c7d976a41cf4ecc3f2bc583b66586db5d9ddf14662f9e48c3b59b77 SHA1: 905952614d5e3aaf25e260f8d4f9e0f3e4d15266 MD5sum: 155974502f9560e36d411b89fe8a45ab Description: Linux kernel headers for version 3.13.0 on 64 bit x86 SMP This package provides kernel header files for version 3.13.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.13.0-141/debian.README.gz for details. Package: linux-headers-3.13.0-142 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 62052 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.13.0-142.191~precise1 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-142_3.13.0-142.191~precise1_all.deb Size: 12871288 SHA256: 251a48e443a81f66c761389149cee1f74aa8118cf640915be673a073673d6574 SHA1: 59f1c6efd6908f2b7871a1471412f1286004a774 MD5sum: 5fe7297596c0bfcd2b099b5dbb608724 Description: Header files related to Linux kernel version 3.13.0 This package provides kernel header files for version 3.13.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-lts-trusty-headers-3.13.0-142/debian.README.gz for details Package: linux-headers-3.13.0-142-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 13214 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-142.191~precise1 Depends: linux-headers-3.13.0-142, libc6 (>= 2.14) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-142-generic_3.13.0-142.191~precise1_amd64.deb Size: 1115770 SHA256: 45f8ca1cd877545b060f6c5ebdd3296aa7d9b6c89af4c76b71b8363ea74aab85 SHA1: cee80d5b48a7c2181304dfda716d43bd0db97c94 MD5sum: e1bd7e69e1dfb348c28633d914b43b9f Description: Linux kernel headers for version 3.13.0 on 64 bit x86 SMP This package provides kernel header files for version 3.13.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.13.0-142/debian.README.gz for details. Package: linux-headers-3.13.0-143 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 62064 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.13.0-143.192~precise1 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-143_3.13.0-143.192~precise1_all.deb Size: 12875526 SHA256: f04368d401c606960734fc3b7b21ca5574acb3cb42542cb828372c74e5b38300 SHA1: c6309175f38fb9f5374f9d7dfeeff3524a409039 MD5sum: a6731a312601d7fa00919f190decbbd7 Description: Header files related to Linux kernel version 3.13.0 This package provides kernel header files for version 3.13.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-lts-trusty-headers-3.13.0-143/debian.README.gz for details Package: linux-headers-3.13.0-143-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 13220 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-143.192~precise1 Depends: linux-headers-3.13.0-143, libc6 (>= 2.14) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-143-generic_3.13.0-143.192~precise1_amd64.deb Size: 1118788 SHA256: 5b4d0e5b1f07709077f6c1dcb31af5b3e4b222405dab989e665ff13ce322b290 SHA1: edea8598a82d84c6d02b2f1d2074bd2afc8b6a36 MD5sum: e9656e433de6c9695db16f357c0ddcb9 Description: Linux kernel headers for version 3.13.0 on 64 bit x86 SMP This package provides kernel header files for version 3.13.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.13.0-143/debian.README.gz for details. Package: linux-headers-3.13.0-144 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 62066 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.13.0-144.193~precise1 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-144_3.13.0-144.193~precise1_all.deb Size: 12876388 SHA256: de975cab5fb446c80e0376e1b3b9cbf40ebb7c9a209e97117a8a10993263d883 SHA1: a62044a3026224c0edf667fa769e00ed4f6173f5 MD5sum: 87120f42052f993ce88895eba7ed5882 Description: Header files related to Linux kernel version 3.13.0 This package provides kernel header files for version 3.13.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-lts-trusty-headers-3.13.0-144/debian.README.gz for details Package: linux-headers-3.13.0-144-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 13220 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-144.193~precise1 Depends: linux-headers-3.13.0-144, libc6 (>= 2.14) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-144-generic_3.13.0-144.193~precise1_amd64.deb Size: 1119200 SHA256: 1dc980c100ca76cb9d9b44b20e486c2a410c782e25a240e5a80a46190e706208 SHA1: cd1ba2d59b4259ec5f505a61f2053fff817f4716 MD5sum: cfab613a4ae0f76fd82181f6c84211f2 Description: Linux kernel headers for version 3.13.0 on 64 bit x86 SMP This package provides kernel header files for version 3.13.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.13.0-144/debian.README.gz for details. Package: linux-headers-3.13.0-145 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 62078 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.13.0-145.194~precise2 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-145_3.13.0-145.194~precise2_all.deb Size: 12882592 SHA256: 233a43cf658bd09e5a9f2c8817a19cecab60b2f658f46c59c2129b4bd21d1b97 SHA1: 9ddfc105643eab2fa4fcc658c887769b4dc3f6f8 MD5sum: 51ac772f4fa5b06b97b3af37823a2b50 Description: Header files related to Linux kernel version 3.13.0 This package provides kernel header files for version 3.13.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-lts-trusty-headers-3.13.0-145/debian.README.gz for details Package: linux-headers-3.13.0-145-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 13227 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-145.194~precise2 Depends: linux-headers-3.13.0-145, libc6 (>= 2.14) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-145-generic_3.13.0-145.194~precise2_amd64.deb Size: 1111854 SHA256: 9bc9e717c69e71126ebb6e44acd9617021a0a97d3eab5e19bd98cf4739d4981a SHA1: aa01c923e32de5d94be996b6212678533c34c3b0 MD5sum: 5dee5acf9e18cb2180712af4d036fac8 Description: Linux kernel headers for version 3.13.0 on 64 bit x86 SMP This package provides kernel header files for version 3.13.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.13.0-145/debian.README.gz for details. Package: linux-headers-3.13.0-147 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 62078 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.13.0-147.196~precise1 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-147_3.13.0-147.196~precise1_all.deb Size: 12885902 SHA256: e61d4a1ca24216096862fd2b88a031bff018ee92ee495165200120081d08fd59 SHA1: 7a074a3f82ba93d26aa13f8080cf008487fda2b1 MD5sum: dbff9ec09f1fbce1b202b9a3dfb1aee7 Description: Header files related to Linux kernel version 3.13.0 This package provides kernel header files for version 3.13.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-lts-trusty-headers-3.13.0-147/debian.README.gz for details Package: linux-headers-3.13.0-147-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 13227 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-147.196~precise1 Depends: linux-headers-3.13.0-147, libc6 (>= 2.14) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-147-generic_3.13.0-147.196~precise1_amd64.deb Size: 1111852 SHA256: 022cb99eb6265c69827e7295046dd9034af5af00208f0c5ebbac54a5a8df3742 SHA1: d3060ca809d205736a617ec614f8084b1bf22490 MD5sum: cf4e80b6ff8c00755f5b78ab0839592e Description: Linux kernel headers for version 3.13.0 on 64 bit x86 SMP This package provides kernel header files for version 3.13.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.13.0-147/debian.README.gz for details. Package: linux-headers-3.13.0-149 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 62092 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.13.0-149.199~precise1 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-149_3.13.0-149.199~precise1_all.deb Size: 12880210 SHA256: ac74f69fd16c01bdf2a7bb9d5ce9d2a770ab13d725e49caabe0209bab62bcdae SHA1: e06cbdda87f035590ad0ab7798f07a9aed659ff1 MD5sum: 4fb4ab7797a15d45ca6b0d1e4186b236 Description: Header files related to Linux kernel version 3.13.0 This package provides kernel header files for version 3.13.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-lts-trusty-headers-3.13.0-149/debian.README.gz for details Package: linux-headers-3.13.0-149-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 13228 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-149.199~precise1 Depends: linux-headers-3.13.0-149, libc6 (>= 2.14) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-149-generic_3.13.0-149.199~precise1_amd64.deb Size: 1123842 SHA256: f6e64e04df91a67a1d9f268978a1eec6413f1798bfee011ef47711b31a1c0552 SHA1: 57e499a540eb306239e99e4dbaf7f46ac425fd69 MD5sum: 4f3a4d7373daec224ed5b2961defbef8 Description: Linux kernel headers for version 3.13.0 on 64 bit x86 SMP This package provides kernel header files for version 3.13.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.13.0-149/debian.README.gz for details. Package: linux-headers-3.13.0-151 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 62094 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.13.0-151.201~precise1 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-151_3.13.0-151.201~precise1_all.deb Size: 12888340 SHA256: c152af716130eabb1182d986bda8f0d697462ed901d1085a72ed0babcfaeb011 SHA1: 245d52de32fc7fdd0c0928c1697b10d7dbf74ad4 MD5sum: 00b28e93211e20013d17982ee5454e54 Description: Header files related to Linux kernel version 3.13.0 This package provides kernel header files for version 3.13.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-lts-trusty-headers-3.13.0-151/debian.README.gz for details Package: linux-headers-3.13.0-151-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 13229 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-151.201~precise1 Depends: linux-headers-3.13.0-151, libc6 (>= 2.14) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-151-generic_3.13.0-151.201~precise1_amd64.deb Size: 1116936 SHA256: 870ac96e913638d9b58f1d692c784c57c30cbbed51f1f5f8427bf9e53162455a SHA1: c9d9638743ac0e5d6dd4115610f57e44eed04e99 MD5sum: 4819a3e3f69c05e73a8a5701165dc772 Description: Linux kernel headers for version 3.13.0 on 64 bit x86 SMP This package provides kernel header files for version 3.13.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.13.0-151/debian.README.gz for details. Package: linux-headers-3.13.0-153 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 62096 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.13.0-153.203~precise1 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-153_3.13.0-153.203~precise1_all.deb Size: 12875536 SHA256: face3fa6696de7e100c85e60af456b1ad25b0a7def81e537365e23ccc5aa8a78 SHA1: 50a983eeb3398a8e4ba547f5a73f145113c97c5f MD5sum: 00f8182241af970bd1677b79c6d07f6d Description: Header files related to Linux kernel version 3.13.0 This package provides kernel header files for version 3.13.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-lts-trusty-headers-3.13.0-153/debian.README.gz for details Package: linux-headers-3.13.0-153-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 13230 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-153.203~precise1 Depends: linux-headers-3.13.0-153, libc6 (>= 2.14) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-153-generic_3.13.0-153.203~precise1_amd64.deb Size: 1124510 SHA256: 06df5cf2d5447bf5af2da08a78ced5b8d7c8e352ec87a56d974e451b09a8f6e0 SHA1: 484dc51908bc78d3fd1d1f57f332dafd6bb7d58f MD5sum: b27db89c29a71d7f259a90037b1eb516 Description: Linux kernel headers for version 3.13.0 on 64 bit x86 SMP This package provides kernel header files for version 3.13.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.13.0-153/debian.README.gz for details. Package: linux-headers-3.13.0-155 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 62110 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.13.0-155.206~precise1 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-155_3.13.0-155.206~precise1_all.deb Size: 12878740 SHA256: a5dfdc4e9a76b6587c56933ab5ef00fce29cb6da2d8b1e26293428cb2661b541 SHA1: 39de7215168a0fbe355d890a1e80017a97d8bf63 MD5sum: 1236007a228b77bb5eece9319676c9d4 Description: Header files related to Linux kernel version 3.13.0 This package provides kernel header files for version 3.13.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-lts-trusty-headers-3.13.0-155/debian.README.gz for details Package: linux-headers-3.13.0-155-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 13231 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-155.206~precise1 Depends: linux-headers-3.13.0-155, libc6 (>= 2.14) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-155-generic_3.13.0-155.206~precise1_amd64.deb Size: 1116948 SHA256: 6029f39cc941292e46529011554064d7e8ff4a466a1ece16781bef08d56a08e2 SHA1: 657a2842fd43549c9fe921a34bd8d8c5d8ae857b MD5sum: b3b119a9895b7f61b855b5b1361381a5 Description: Linux kernel headers for version 3.13.0 on 64 bit x86 SMP This package provides kernel header files for version 3.13.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.13.0-155/debian.README.gz for details. Package: linux-headers-3.13.0-156 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 62110 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.13.0-156.206~precise1 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-156_3.13.0-156.206~precise1_all.deb Size: 12878562 SHA256: d0eb07f6a56565b6043b37664af204f07df355ec45e432e9d8c5d6d131d43024 SHA1: 45de44215f2a9b1cb97c57faf8ad7bf51b8d4ed8 MD5sum: 1ca89d6ab96d427a91d3ee8ff6116bbe Description: Header files related to Linux kernel version 3.13.0 This package provides kernel header files for version 3.13.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-lts-trusty-headers-3.13.0-156/debian.README.gz for details Package: linux-headers-3.13.0-156-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 13211 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-156.206~precise1 Depends: linux-headers-3.13.0-156, libc6 (>= 2.14) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-156-generic_3.13.0-156.206~precise1_amd64.deb Size: 1124108 SHA256: 3155938f3ba281a99f6cfa36633c6fe8b4341005adb0560c327f868dc231b532 SHA1: f9a97a3b2dc5b005c28431ef5166595ea47a2211 MD5sum: 7a03f300a47d8dad9329264c1ded453d Description: Linux kernel headers for version 3.13.0 on 64 bit x86 SMP This package provides kernel header files for version 3.13.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.13.0-156/debian.README.gz for details. Package: linux-headers-3.13.0-157 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 62116 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.13.0-157.207~precise1 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-157_3.13.0-157.207~precise1_all.deb Size: 12881070 SHA256: 03767096b114dd8601cbc04fb29c36b1f8f95bb6a0c15c5e469661d027f1b957 SHA1: 5b3898bcfe0250f82dc8130a69b63982ba9d7e5b MD5sum: a8f7f0811fd97dcfea14059c559a2f6c Description: Header files related to Linux kernel version 3.13.0 This package provides kernel header files for version 3.13.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-lts-trusty-headers-3.13.0-157/debian.README.gz for details Package: linux-headers-3.13.0-157-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 13214 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-157.207~precise1 Depends: linux-headers-3.13.0-157, libc6 (>= 2.14) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-157-generic_3.13.0-157.207~precise1_amd64.deb Size: 1121714 SHA256: fd4219d34e2e0468c0db5bb04caf1aad61887bdb2eae28e361cbe1d78a07840a SHA1: 2bd2913a7238050888865a3202415e737874b7de MD5sum: fd2fe92c156936b0cc894e3c32f5d998 Description: Linux kernel headers for version 3.13.0 on 64 bit x86 SMP This package provides kernel header files for version 3.13.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.13.0-157/debian.README.gz for details. Package: linux-headers-3.13.0-158 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 62118 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.13.0-158.208~precise2 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-158_3.13.0-158.208~precise2_all.deb Size: 12881474 SHA256: da9da48071d835d65e82686cf77c23acec5e87bdee3cc2359f72ac8290837223 SHA1: 42c48e00e1cb75ae56b4d64a6cd7990710ba7f88 MD5sum: a8910ff117f2e8cd9b9b3d2907c8b283 Description: Header files related to Linux kernel version 3.13.0 This package provides kernel header files for version 3.13.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-lts-trusty-headers-3.13.0-158/debian.README.gz for details Package: linux-headers-3.13.0-158-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 13214 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-158.208~precise2 Depends: linux-headers-3.13.0-158, libc6 (>= 2.14) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-158-generic_3.13.0-158.208~precise2_amd64.deb Size: 1119656 SHA256: da3b77dcc90549992304a7393bd9665a08ea73c7c14c8ac99aae77f8bcf38f1a SHA1: 510a0eaed2989a6a5ca5471dbae6842152f0de71 MD5sum: c2555c5d0d32c623052f855bce8dfb95 Description: Linux kernel headers for version 3.13.0 on 64 bit x86 SMP This package provides kernel header files for version 3.13.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.13.0-158/debian.README.gz for details. Package: linux-headers-3.13.0-160 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 62129 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.13.0-160.210~precise1 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-160_3.13.0-160.210~precise1_all.deb Size: 12886448 SHA256: e0896f63bc80bdbfb0dda84b592920143755fa5b9ce38001224362ef1cb7d0b6 SHA1: 7a4b9e1757eb9619802f788162d44f031178f284 MD5sum: 2e13e066bf60fe3ebbb745fd96424e90 Description: Header files related to Linux kernel version 3.13.0 This package provides kernel header files for version 3.13.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-lts-trusty-headers-3.13.0-160/debian.README.gz for details Package: linux-headers-3.13.0-160-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 13240 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-160.210~precise1 Depends: linux-headers-3.13.0-160, libc6 (>= 2.14) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-160-generic_3.13.0-160.210~precise1_amd64.deb Size: 1117022 SHA256: fd0d22346e739714623dfb5a19cf188912bc027b59c34164fb8ae0a5d1555c42 SHA1: a14da6f01bdf640dc7578c71e596172c1b6da527 MD5sum: 0b9c937a8f54bdefeb5002f0866aef5d Description: Linux kernel headers for version 3.13.0 on 64 bit x86 SMP This package provides kernel header files for version 3.13.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.13.0-160/debian.README.gz for details. Package: linux-headers-3.13.0-161 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 62129 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.13.0-161.211~precise1 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-161_3.13.0-161.211~precise1_all.deb Size: 12886876 SHA256: 2a38838aa6d6857836ea55d8742e361c752aa7f1db8ef82cb716161b7ee2e4bc SHA1: 85576859416bd993eaea9a0ca89a3cdff62c2afd MD5sum: b29aac4955f041204accfc0fcaa24e7d Description: Header files related to Linux kernel version 3.13.0 This package provides kernel header files for version 3.13.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-lts-trusty-headers-3.13.0-161/debian.README.gz for details Package: linux-headers-3.13.0-161-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 13240 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-161.211~precise1 Depends: linux-headers-3.13.0-161, libc6 (>= 2.14) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-161-generic_3.13.0-161.211~precise1_amd64.deb Size: 1125372 SHA256: adda497639935cbb0d16c5668ac9d8c7339770690f028341d9e895c3cbfbff1f SHA1: b9e917e7aec412deb557e6ca389e249e90900ef8 MD5sum: a325445efe267da72020c7b9bfd2bce1 Description: Linux kernel headers for version 3.13.0 on 64 bit x86 SMP This package provides kernel header files for version 3.13.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.13.0-161/debian.README.gz for details. Package: linux-headers-3.13.0-162 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 62131 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.13.0-162.212~precise1 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-162_3.13.0-162.212~precise1_all.deb Size: 12889650 SHA256: 1dd0ad2f7843497c70969e4044194d3a7fd68d8596831d69e11d674ff1ea2cf7 SHA1: 4640cc8c14ba0d6f75e5ef47d1d74d70f5c34b0e MD5sum: 4b0da70bf1cab448f275d5e3193b086c Description: Header files related to Linux kernel version 3.13.0 This package provides kernel header files for version 3.13.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-lts-trusty-headers-3.13.0-162/debian.README.gz for details Package: linux-headers-3.13.0-162-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 13241 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-162.212~precise1 Depends: linux-headers-3.13.0-162, libc6 (>= 2.14) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-162-generic_3.13.0-162.212~precise1_amd64.deb Size: 1122736 SHA256: 8770aaf4015c075a1df54971a67a19f493c6d095249bf9828f1545c80a72d119 SHA1: 4fddf4af24091c97c0da4914bf2fec59ba5b291c MD5sum: 1b2c44162ec2d93657b2fac3bcfad31c Description: Linux kernel headers for version 3.13.0 on 64 bit x86 SMP This package provides kernel header files for version 3.13.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.13.0-162/debian.README.gz for details. Package: linux-headers-3.13.0-163 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 62131 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.13.0-163.213~precise1 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-163_3.13.0-163.213~precise1_all.deb Size: 12879098 SHA256: 50cdffedf2ab7c55beb7f73787c2be2f6a5cc7645f711943c4c0af2a0ec51432 SHA1: bc315ad01d68573747096a08e12b262511bea518 MD5sum: 2636d2f4a2c121bc51fe9cae0f8a7da5 Description: Header files related to Linux kernel version 3.13.0 This package provides kernel header files for version 3.13.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-lts-trusty-headers-3.13.0-163/debian.README.gz for details Package: linux-headers-3.13.0-163-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 13241 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-163.213~precise1 Depends: linux-headers-3.13.0-163, libc6 (>= 2.14) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-163-generic_3.13.0-163.213~precise1_amd64.deb Size: 1125394 SHA256: f436f74a60749f40d5765e3ceae637b3ee9db4755e29a24affac3f275d7f6a63 SHA1: 18baa178cd2cd0f5e1c025e23fba070d566d1e51 MD5sum: 27c20eeac3eae886386634dfd752e50a Description: Linux kernel headers for version 3.13.0 on 64 bit x86 SMP This package provides kernel header files for version 3.13.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.13.0-163/debian.README.gz for details. Package: linux-headers-3.13.0-164 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 62132 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.13.0-164.214~precise1 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-164_3.13.0-164.214~precise1_all.deb Size: 12901526 SHA256: e736643ec63e29df46576095e85164aa010431f0df140f96caa2228184f0fb0f SHA1: 83a29d979c9e03d9230d755ebca94759012d9634 MD5sum: d76ec401785db1ed7c58efe01f81a9bb Description: Header files related to Linux kernel version 3.13.0 This package provides kernel header files for version 3.13.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-lts-trusty-headers-3.13.0-164/debian.README.gz for details Package: linux-headers-3.13.0-164-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 13242 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-164.214~precise1 Depends: linux-headers-3.13.0-164, libc6 (>= 2.14) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-164-generic_3.13.0-164.214~precise1_amd64.deb Size: 1126668 SHA256: 361286697d828440ce29314a8a24fd471c98b072da581ef82e2874ed1ff75fff SHA1: 5346d43ef4d374c89a4b9154ceb1fb52b323ffd9 MD5sum: 904e40418962ad6367d88f3105161396 Description: Linux kernel headers for version 3.13.0 on 64 bit x86 SMP This package provides kernel header files for version 3.13.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.13.0-164/debian.README.gz for details. Package: linux-headers-3.13.0-165 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 62132 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.13.0-165.215~precise1 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-165_3.13.0-165.215~precise1_all.deb Size: 12882898 SHA256: 518c4190cd7fbec8b19c2c47a0c36cef71eb38f7c88d8486eb8d37195a0950ba SHA1: 5937b86cd192f7cef24d5aa6b4977fb045a6994a MD5sum: 0a52a03129b318fdc42a470e76263e1d Description: Header files related to Linux kernel version 3.13.0 This package provides kernel header files for version 3.13.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-lts-trusty-headers-3.13.0-165/debian.README.gz for details Package: linux-headers-3.13.0-165-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 13242 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-165.215~precise1 Depends: linux-headers-3.13.0-165, libc6 (>= 2.14) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-165-generic_3.13.0-165.215~precise1_amd64.deb Size: 1118384 SHA256: 2f09a76a1f143b2d0d0e26909ba447aeb8a7415c14e16de2a96a5f0d16ba7a2a SHA1: 49dcd0cc0b5eb0a4c121051fb0e89c8f0658022e MD5sum: 06c01888f5e2ea9fbad9ca32d793cc67 Description: Linux kernel headers for version 3.13.0 on 64 bit x86 SMP This package provides kernel header files for version 3.13.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.13.0-165/debian.README.gz for details. Package: linux-headers-3.13.0-166 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 62132 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.13.0-166.216~precise1 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-166_3.13.0-166.216~precise1_all.deb Size: 12891580 SHA256: c41eb4f28f6487cc7f86a9a2dbdec1312a2356124c1bde43f71c1ad562e950f4 SHA1: 7489fd3e6c91fb83c6600cc5fcd42ca2cdfcd97a MD5sum: edc6e27891b92108126e9696ae564036 Description: Header files related to Linux kernel version 3.13.0 This package provides kernel header files for version 3.13.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-lts-trusty-headers-3.13.0-166/debian.README.gz for details Package: linux-headers-3.13.0-166-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 13240 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-166.216~precise1 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.13.0-166, libc6 (>= 2.14) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-166-generic_3.13.0-166.216~precise1_amd64.deb Size: 1118726 SHA256: ec18c90ea983bfa51f808467d99127cb0c95bf72c6bd6bf70bb492f5ffdce2da SHA1: 8c05b969963cf6f856259f32d48a6180ab27c8af MD5sum: 8bc3cfc52a38dee6674e679f3cbd9f15 Description: Linux kernel headers for version 3.13.0 on 64 bit x86 SMP This package provides kernel header files for version 3.13.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.13.0-166/debian.README.gz for details. Package: linux-headers-3.13.0-168 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 62132 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.13.0-168.218~precise1 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-168_3.13.0-168.218~precise1_all.deb Size: 12889690 SHA256: 8da8027d4bcc17efcbc57735550410d5f62bc1657b04293454d9e237c8cb66ca SHA1: 91ef869f2caef4cf9ac6a19ba44e766f9d41d8eb MD5sum: b2c4cb043c672e10351a20e8096b3ef9 Description: Header files related to Linux kernel version 3.13.0 This package provides kernel header files for version 3.13.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-lts-trusty-headers-3.13.0-168/debian.README.gz for details Package: linux-headers-3.13.0-168-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 13240 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-168.218~precise1 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.13.0-168, libc6 (>= 2.14) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-168-generic_3.13.0-168.218~precise1_amd64.deb Size: 1116984 SHA256: 2db0c1f45cecc9ee0bc9ad98711552e80633690e1b03f87814ee97c5f9edf51c SHA1: 17909d45f92bf64d9af996f15bbb1c0043313f3b MD5sum: 8c70b247ef2f602ba3df9b953734ce01 Description: Linux kernel headers for version 3.13.0 on 64 bit x86 SMP This package provides kernel header files for version 3.13.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.13.0-168/debian.README.gz for details. Package: linux-headers-3.13.0-170 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 62140 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.13.0-170.220~12.04.2 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-170_3.13.0-170.220~12.04.2_all.deb Size: 12886226 SHA256: caa8e1e4ced2ea44faa5f4060c4fd0517a1036cdf040ed3e089a989e4821e34b SHA1: 093312b8eb1b852680a1bb7762ecd7507bef207e MD5sum: 34b3923c47a8df4b0ae5bc1ddeb1afe8 Description: Header files related to Linux kernel version 3.13.0 This package provides kernel header files for version 3.13.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-lts-trusty-headers-3.13.0-170/debian.README.gz for details Package: linux-headers-3.13.0-170-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 13242 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-170.220~12.04.2 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.13.0-170, libc6 (>= 2.14) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-170-generic_3.13.0-170.220~12.04.2_amd64.deb Size: 1114320 SHA256: 822f876b053183f1f43ed00eeb506dc3a53d9849f95349ab952ad404527b20bf SHA1: 4e72cdc2a54fccd34b4305893215fc0bdfa71ab0 MD5sum: e3c0e107f8c5eeb15af146167ec1af80 Description: Linux kernel headers for version 3.13.0 on 64 bit x86 SMP This package provides kernel header files for version 3.13.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.13.0-170/debian.README.gz for details. Package: linux-headers-3.13.0-171 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 62141 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.13.0-171.222~12.04.1 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-171_3.13.0-171.222~12.04.1_all.deb Size: 12892864 SHA256: 4904360c65b633293b4e5752e93448d5ea1099ec8002abdbfb614446616c1a87 SHA1: 8b3ee92a520ea8fab128af08c0f9e46c0a6e53dd MD5sum: 3ff97337fc04532e3fb73e9236a68e3e Description: Header files related to Linux kernel version 3.13.0 This package provides kernel header files for version 3.13.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-lts-trusty-headers-3.13.0-171/debian.README.gz for details Package: linux-headers-3.13.0-171-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 13242 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-171.222~12.04.1 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.13.0-171, libc6 (>= 2.14) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-171-generic_3.13.0-171.222~12.04.1_amd64.deb Size: 1113884 SHA256: dd85e51beb4e861fbad51f13ee3cbad2551570133b46e3232e700af6340354ec SHA1: 34a495f038ac70c0cdd6eec38339af1891e4b537 MD5sum: 8236caeac6fad0158650e32825b29648 Description: Linux kernel headers for version 3.13.0 on 64 bit x86 SMP This package provides kernel header files for version 3.13.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.13.0-171/debian.README.gz for details. Package: linux-headers-3.13.0-172 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 62143 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.13.0-172.223~12.04.1 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-172_3.13.0-172.223~12.04.1_all.deb Size: 12888270 SHA256: e3e94e9358f350e64388c065293c826549a0b5087ced93eec63f10c4bafd4e84 SHA1: 5c91a854b65515e26881995a24b39e21826284cd MD5sum: f258295560f01b4d047d45a55e0468b7 Description: Header files related to Linux kernel version 3.13.0 This package provides kernel header files for version 3.13.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-lts-trusty-headers-3.13.0-172/debian.README.gz for details Package: linux-headers-3.13.0-172-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 13243 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-172.223~12.04.1 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.13.0-172, libc6 (>= 2.14) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-172-generic_3.13.0-172.223~12.04.1_amd64.deb Size: 1121202 SHA256: 96e6105b4bc9e0885bb1bdc8962cd920ef11c72a7b815b0c4fb700bf1525bccb SHA1: e9c79d036919f52b25ec489d1abe9a240995b621 MD5sum: b56a072018b10bfa14ab11f13ed08087 Description: Linux kernel headers for version 3.13.0 on 64 bit x86 SMP This package provides kernel header files for version 3.13.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.13.0-172/debian.README.gz for details. Package: linux-headers-3.13.0-173 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 62143 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.13.0-173.224~12.04.1 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-173_3.13.0-173.224~12.04.1_all.deb Size: 12887428 SHA256: 5e90d96ff1fe84bf7c60f9363d634cf37fef82c90438aabde09e02af81650684 SHA1: 98e207320b0fcaca5859228afe758e32c6adaeee MD5sum: b55288e634a1a2bcfcedc9ef86f782df Description: Header files related to Linux kernel version 3.13.0 This package provides kernel header files for version 3.13.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-lts-trusty-headers-3.13.0-173/debian.README.gz for details Package: linux-headers-3.13.0-173-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 13243 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-173.224~12.04.1 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.13.0-173, libc6 (>= 2.14) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-173-generic_3.13.0-173.224~12.04.1_amd64.deb Size: 1112924 SHA256: e90cb244148e18c6a292a7f0c4a4850242e603e69b26d9a9304f65c569948253 SHA1: 00fe94e369c9ea45aa95810a7e2ad6bb7c1204ad MD5sum: 01753d0da8ce8214d4df3ef41df08d95 Description: Linux kernel headers for version 3.13.0 on 64 bit x86 SMP This package provides kernel header files for version 3.13.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.13.0-173/debian.README.gz for details. Package: linux-headers-3.13.0-174 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 62143 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.13.0-174.225~12.04.1 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-174_3.13.0-174.225~12.04.1_all.deb Size: 12905254 SHA256: 6e67f03195e824b1b9ab8ade29e8bc432dfb95fbfb513fea6c8bd989e494ede4 SHA1: f549686dc5804581ed6b0ca6930d8c99865a6bcd MD5sum: 3c7a3a910415e2354842a26e338f58ad Description: Header files related to Linux kernel version 3.13.0 This package provides kernel header files for version 3.13.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-lts-trusty-headers-3.13.0-174/debian.README.gz for details Package: linux-headers-3.13.0-174-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 13243 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-174.225~12.04.1 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.13.0-174, libc6 (>= 2.14) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-174-generic_3.13.0-174.225~12.04.1_amd64.deb Size: 1115566 SHA256: 42f9380992db9c3e59b36009456b913ad0560f3831790ceaaae5bafc0b475ab6 SHA1: f291ded2a92fb8b0ce3ccad73f2cc80aae6b0371 MD5sum: 94c529ef4af4378eb7c805120e8070bc Description: Linux kernel headers for version 3.13.0 on 64 bit x86 SMP This package provides kernel header files for version 3.13.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.13.0-174/debian.README.gz for details. Package: linux-headers-3.13.0-175 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 62146 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.13.0-175.226~12.04.1 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-175_3.13.0-175.226~12.04.1_all.deb Size: 12891488 SHA256: 46ae2a86a7dfa3129baa4016303e26939c291eb1cc4c229500760e2347970a64 SHA1: 93cd495b38f27d113c48c151ccaba6706d2b1ee0 MD5sum: 60e4be0ee2fe3e79c6303255e993e936 Description: Header files related to Linux kernel version 3.13.0 This package provides kernel header files for version 3.13.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-lts-trusty-headers-3.13.0-175/debian.README.gz for details Package: linux-headers-3.13.0-175-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 13252 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-175.226~12.04.1 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.13.0-175, libc6 (>= 2.14) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-175-generic_3.13.0-175.226~12.04.1_amd64.deb Size: 1109780 SHA256: ab089a54dc8c90eaf2a69564f13be0af106f46442219a2c326b5f0395216cf75 SHA1: 614e90084bcdcc02777e219507517d0f22ae1b1a MD5sum: e750eb89593aea68a9cea12f97e7d8f7 Description: Linux kernel headers for version 3.13.0 on 64 bit x86 SMP This package provides kernel header files for version 3.13.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.13.0-175/debian.README.gz for details. Package: linux-headers-3.13.0-176 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 62146 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.13.0-176.227~12.04.1 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-176_3.13.0-176.227~12.04.1_all.deb Size: 12893004 SHA256: eee05da599bc17abd8972c5f5268e3a0626fa09f645eea60d3fc01d47577d12b SHA1: 69e664d3418c49e39fd42f9a0812a4da19f673df MD5sum: 176014135858138e94065f52b197cc4a Description: Header files related to Linux kernel version 3.13.0 This package provides kernel header files for version 3.13.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-lts-trusty-headers-3.13.0-176/debian.README.gz for details Package: linux-headers-3.13.0-176-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 13252 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-176.227~12.04.1 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.13.0-176, libc6 (>= 2.14) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-176-generic_3.13.0-176.227~12.04.1_amd64.deb Size: 1119952 SHA256: 8fa7c6d0f01ece9a9ce42e7ef2c38b669a47352261521b2c3cdc00b23a09961b SHA1: 6e7328eea227a1e4cd370124922612fec67275ad MD5sum: a0692f0f087240c43f2bc7126ecb9cdc Description: Linux kernel headers for version 3.13.0 on 64 bit x86 SMP This package provides kernel header files for version 3.13.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.13.0-176/debian.README.gz for details. Package: linux-headers-3.13.0-180 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 62148 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.13.0-180.231~12.04.1 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-180_3.13.0-180.231~12.04.1_all.deb Size: 12900450 SHA256: 95e63764b9f4c8cdd01605c7fc3c70972d1d961f4d650568c57182c1e31b1f20 SHA1: 782ca33f85cd1416f7c4f91ef8339bed465990d0 MD5sum: 5e8ccf659dec3c263704fd0d45e3e178 Description: Header files related to Linux kernel version 3.13.0 This package provides kernel header files for version 3.13.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-lts-trusty-headers-3.13.0-180/debian.README.gz for details Package: linux-headers-3.13.0-180-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 13252 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-180.231~12.04.1 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.13.0-180, libc6 (>= 2.14) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-180-generic_3.13.0-180.231~12.04.1_amd64.deb Size: 1115134 SHA256: 226436e25686252eb295d5af1912ff6cbb9d4cd0fb46dc80e4ceb40c02297249 SHA1: 74f3bc61d38d1a808180f477636fba849533ed08 MD5sum: f9fa00e95274513fdcf1bc3734f4d793 Description: Linux kernel headers for version 3.13.0 on 64 bit x86 SMP This package provides kernel header files for version 3.13.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.13.0-180/debian.README.gz for details. Package: linux-headers-3.13.0-181 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 62148 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.13.0-181.232~12.04.1 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-181_3.13.0-181.232~12.04.1_all.deb Size: 12896784 SHA256: c53243ab2e0c66c54f6bd0a3ce12787763a7ccad4a995f8598b2bcaf27a82a2f SHA1: f048396847aef30b100bfc670148b80081f840ad MD5sum: d4fe1aa10a26b744121e0bcc6d86916f Description: Header files related to Linux kernel version 3.13.0 This package provides kernel header files for version 3.13.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-lts-trusty-headers-3.13.0-181/debian.README.gz for details Package: linux-headers-3.13.0-181-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 13253 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-181.232~12.04.1 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.13.0-181, libc6 (>= 2.14) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-181-generic_3.13.0-181.232~12.04.1_amd64.deb Size: 1113202 SHA256: 5fac6a1c535187442dde9682a790afa2f0dccda91998426a2363e5eb40c1e2de SHA1: 9e97b90ed95480c0c9df368559172f5853c8959b MD5sum: e7497095c82da43e7230d1fc0dd246b5 Description: Linux kernel headers for version 3.13.0 on 64 bit x86 SMP This package provides kernel header files for version 3.13.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.13.0-181/debian.README.gz for details. Package: linux-headers-3.13.0-182 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 62148 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.13.0-182.233~12.04.1 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-182_3.13.0-182.233~12.04.1_all.deb Size: 12887508 SHA256: 9cd0aa58075302abb82773a3667acd06f5208db9c6c02b787d129e959a6c4647 SHA1: 449cad014e6c1a54397580a5bc30a2029ef98775 MD5sum: 7d56b8b89e74b03f7aa9dca87bc0754c Description: Header files related to Linux kernel version 3.13.0 This package provides kernel header files for version 3.13.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-lts-trusty-headers-3.13.0-182/debian.README.gz for details Package: linux-headers-3.13.0-182-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 13253 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-182.233~12.04.1 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.13.0-182, libc6 (>= 2.14) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-182-generic_3.13.0-182.233~12.04.1_amd64.deb Size: 1111634 SHA256: 1f48e7652fdf35ebee1b6f89ccfcdce762f08dd411489cc5802a7c55002cd351 SHA1: 168694d4413c90003eb69749918531313110de9d MD5sum: 572db5ad3ca23cb0814f4b809ee466f4 Description: Linux kernel headers for version 3.13.0 on 64 bit x86 SMP This package provides kernel header files for version 3.13.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.13.0-182/debian.README.gz for details. Package: linux-headers-3.13.0-183 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 62148 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.13.0-183.234~12.04.1 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-183_3.13.0-183.234~12.04.1_all.deb Size: 12901402 SHA256: bc53064241ac07da3526be4091ff32255b88de3c73cc0fe65b472f8d35fb6b09 SHA1: ab1d402a9e2a8c404866109e2d4c4082a43a3d0f MD5sum: baf85ea2ee7c29636b73329c33bddb4e Description: Header files related to Linux kernel version 3.13.0 This package provides kernel header files for version 3.13.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-lts-trusty-headers-3.13.0-183/debian.README.gz for details Package: linux-headers-3.13.0-183-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 13253 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-183.234~12.04.1 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.13.0-183, libc6 (>= 2.14) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-183-generic_3.13.0-183.234~12.04.1_amd64.deb Size: 1112110 SHA256: 922d029d1031e11dff919840517700f058b99fce298e81cb8ff53d9470582be2 SHA1: 96ed7e2d3a4f38d303cf4b2c0eba3532f72ad5a8 MD5sum: 634582f69a4bd476efd1567e93b3b163 Description: Linux kernel headers for version 3.13.0 on 64 bit x86 SMP This package provides kernel header files for version 3.13.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.13.0-183/debian.README.gz for details. Package: linux-headers-3.13.0-185 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 62149 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.13.0-185.236~12.04.1 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-185_3.13.0-185.236~12.04.1_all.deb Size: 12898016 SHA256: 003683d14a739f21de5ff3e55b8ea9dc890f65e6b0a6888f6f392fb84dbc8e3f SHA1: 75966fcabf8c85c9348fa676315e77267a8653fa MD5sum: 004ab4552cab17eaf15b2aaf773c4551 Description: Header files related to Linux kernel version 3.13.0 This package provides kernel header files for version 3.13.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-lts-trusty-headers-3.13.0-185/debian.README.gz for details Package: linux-headers-3.13.0-185-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 13253 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-185.236~12.04.1 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.13.0-185, libc6 (>= 2.14) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-185-generic_3.13.0-185.236~12.04.1_amd64.deb Size: 1116542 SHA256: 362b132329d42c82991b3d6cccddf4112f1eacb8d50761778e7bf27e64bb1ae4 SHA1: 8c227a48ff4f7349d59b87c6c95944d60d70490d MD5sum: 2cfa36203735c88a3e572c0cebe1159f Description: Linux kernel headers for version 3.13.0 on 64 bit x86 SMP This package provides kernel header files for version 3.13.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.13.0-185/debian.README.gz for details. Package: linux-headers-3.2.0-128 Source: linux Priority: optional Section: devel Installed-Size: 55128 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.2.0-128.173 Provides: linux-headers, linux-headers-3 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux/linux-headers-3.2.0-128_3.2.0-128.173_all.deb Size: 11705824 SHA256: 9cb6acc030ce929b868afdfa0c13e67257b757abf5caa636a26fa4001525f66f SHA1: 37e5ad9405501af63eed71e9b88bcd7c9a9f0bbf MD5sum: 0e2d1e4e5fe6ea005aed9b3d9d79ef58 Description: Header files related to Linux kernel version 3.2.0 This package provides kernel header files for version 3.2.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.2.0-128/debian.README.gz for details Package: linux-headers-3.2.0-128-generic Source: linux Priority: optional Section: devel Installed-Size: 11170 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-128.173 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-128, libc6 (>= 2.14) Filename: pool/main/l/linux/linux-headers-3.2.0-128-generic_3.2.0-128.173_amd64.deb Size: 965484 SHA256: e7d743e5b4934102206a1b1a843c52dbdc519ae9ba6954bb9a5f10fb87caefef SHA1: 9792eb4ced8daa1cdb6fba96ba3a8d5ae1b4e417 MD5sum: c65eaece4c557e6a4b6d693babcdc23a Description: Linux kernel headers for version 3.2.0 on 64 bit x86 SMP This package provides kernel header files for version 3.2.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.2.0-128/debian.README.gz for details. Package: linux-headers-3.2.0-128-virtual Source: linux Priority: optional Section: devel Installed-Size: 11170 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-128.173 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-128, libc6 (>= 2.14) Filename: pool/main/l/linux/linux-headers-3.2.0-128-virtual_3.2.0-128.173_amd64.deb Size: 965584 SHA256: 16ba1cdfc4ef8a38d381bcb425314057e35569b6743b36f6827f6b77f21c7e51 SHA1: ba984fcdc7ce28879b8cee3e3c97260532d1272d MD5sum: 3e44ad773609cf435aee8f38cac647b1 Description: Linux kernel headers for version 3.2.0 on 64 bit x86 Virtual Guests This package provides kernel header files for version 3.2.0 on 64 bit x86 Virtual Guests. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.2.0-128/debian.README.gz for details. Package: linux-headers-3.2.0-129 Source: linux Priority: optional Section: devel Installed-Size: 55128 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.2.0-129.174 Provides: linux-headers, linux-headers-3 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux/linux-headers-3.2.0-129_3.2.0-129.174_all.deb Size: 11940064 SHA256: 6ac108a301efd208cd7dc7f987b8f1af89cf3b2a566004bcb6136acb886a2d2d SHA1: 43f8872320f468ec46408e0b97eed488839ab311 MD5sum: 9eca7c6f8483e04c0268d0fe23bedf2f Description: Header files related to Linux kernel version 3.2.0 This package provides kernel header files for version 3.2.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.2.0-129/debian.README.gz for details Package: linux-headers-3.2.0-129-generic Source: linux Priority: optional Section: devel Installed-Size: 11170 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-129.174 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-129, libc6 (>= 2.14) Filename: pool/main/l/linux/linux-headers-3.2.0-129-generic_3.2.0-129.174_amd64.deb Size: 1206988 SHA256: 18de366c51f49969343fd462cc11cd7fd18efdef357d05314ac7968db02b710b SHA1: 86e077f1c6ca3f3f9f6688cf4144488d42c9a470 MD5sum: 8d6cd51e65fa563eea738d4a77061b8a Description: Linux kernel headers for version 3.2.0 on 64 bit x86 SMP This package provides kernel header files for version 3.2.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.2.0-129/debian.README.gz for details. Package: linux-headers-3.2.0-129-virtual Source: linux Priority: optional Section: devel Installed-Size: 11170 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-129.174 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-129, libc6 (>= 2.14) Filename: pool/main/l/linux/linux-headers-3.2.0-129-virtual_3.2.0-129.174_amd64.deb Size: 1208570 SHA256: f44eb449a2c46242521ddf197bb0ccef3529c48081b50df14857c943d7b685a4 SHA1: 0806967894355ae6964aa734397905cc298a1a3b MD5sum: fe67e288780a8bd353c4f756a673371c Description: Linux kernel headers for version 3.2.0 on 64 bit x86 Virtual Guests This package provides kernel header files for version 3.2.0 on 64 bit x86 Virtual Guests. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.2.0-129/debian.README.gz for details. Package: linux-headers-3.2.0-130 Source: linux Priority: optional Section: devel Installed-Size: 55128 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.2.0-130.176 Provides: linux-headers, linux-headers-3 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux/linux-headers-3.2.0-130_3.2.0-130.176_all.deb Size: 11702942 SHA256: 181af8fe4bd7f7aee7b528003410ddf9bc7b3d34788ab96b36b2ab28b3f0ae15 SHA1: 53c1b78f1b20b72f62c69d5bb3af50be40fdaa66 MD5sum: cc64efc1280839be0ac090d66873026e Description: Header files related to Linux kernel version 3.2.0 This package provides kernel header files for version 3.2.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.2.0-130/debian.README.gz for details Package: linux-headers-3.2.0-130-generic Source: linux Priority: optional Section: devel Installed-Size: 11170 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-130.176 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-130, libc6 (>= 2.14) Filename: pool/main/l/linux/linux-headers-3.2.0-130-generic_3.2.0-130.176_amd64.deb Size: 975282 SHA256: fef2c1e7110177800b8f06eef2ad0b347f1e16169131dbdd962f99d84b89c83a SHA1: 97f5247ec01182ff9faaf9a96df65bdfbcf24d6c MD5sum: d86952e61f13f0d1ff81a772bcc5b85e Description: Linux kernel headers for version 3.2.0 on 64 bit x86 SMP This package provides kernel header files for version 3.2.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.2.0-130/debian.README.gz for details. Package: linux-headers-3.2.0-130-virtual Source: linux Priority: optional Section: devel Installed-Size: 11170 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-130.176 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-130, libc6 (>= 2.14) Filename: pool/main/l/linux/linux-headers-3.2.0-130-virtual_3.2.0-130.176_amd64.deb Size: 970536 SHA256: 24e6c6dcaf4d766cf133633e9a75abc7f15c0c32ecb50d2fe9d30eb5932a351d SHA1: 295bd394db29aef4359657e579fed1f4b6d29109 MD5sum: 8aae0a5e9c95eff09afc83735253c625 Description: Linux kernel headers for version 3.2.0 on 64 bit x86 Virtual Guests This package provides kernel header files for version 3.2.0 on 64 bit x86 Virtual Guests. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.2.0-130/debian.README.gz for details. Package: linux-headers-3.2.0-131 Source: linux Priority: optional Section: devel Installed-Size: 55128 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.2.0-131.177 Provides: linux-headers, linux-headers-3 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux/linux-headers-3.2.0-131_3.2.0-131.177_all.deb Size: 11692384 SHA256: dcb7b8343affa9bb01a07a8aefa4e7d928ab8e0c1621987f47fc64d3cfa53e95 SHA1: 1ff33a25b3a3714bf38c4b004969dc6a30fff558 MD5sum: e780e4d5b3a9bf3d51cf5856726b47a3 Description: Header files related to Linux kernel version 3.2.0 This package provides kernel header files for version 3.2.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.2.0-131/debian.README.gz for details Package: linux-headers-3.2.0-131-generic Source: linux Priority: optional Section: devel Installed-Size: 11170 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-131.177 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-131, libc6 (>= 2.14) Filename: pool/main/l/linux/linux-headers-3.2.0-131-generic_3.2.0-131.177_amd64.deb Size: 964674 SHA256: e19a68cf7a27b000748356f899f2053a489fb724114ff9ae8b9915245786ec1e SHA1: f9ebd2021d5816ba3695f478f936b66576cfb341 MD5sum: 96a749ef7b5240b6ea6b4fd1f4acd425 Description: Linux kernel headers for version 3.2.0 on 64 bit x86 SMP This package provides kernel header files for version 3.2.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.2.0-131/debian.README.gz for details. Package: linux-headers-3.2.0-131-virtual Source: linux Priority: optional Section: devel Installed-Size: 11170 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-131.177 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-131, libc6 (>= 2.14) Filename: pool/main/l/linux/linux-headers-3.2.0-131-virtual_3.2.0-131.177_amd64.deb Size: 965152 SHA256: 0f5b0565b8161935b7b6c8e60630de458fb7b571c717eb650c2449faa120d497 SHA1: fc668755e13d060092bf2f3b232b37b370ac4705 MD5sum: e4b3c55eb358fd4a7c0cbdd6f5ea00dd Description: Linux kernel headers for version 3.2.0 on 64 bit x86 Virtual Guests This package provides kernel header files for version 3.2.0 on 64 bit x86 Virtual Guests. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.2.0-131/debian.README.gz for details. Package: linux-headers-3.2.0-132 Source: linux Priority: optional Section: devel Installed-Size: 55143 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.2.0-132.178 Provides: linux-headers, linux-headers-3 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux/linux-headers-3.2.0-132_3.2.0-132.178_all.deb Size: 11698402 SHA256: 45a9882855723ebbbb5cf9c20cdb35947eac95ce05fdbc39ab2e0c424fd620e6 SHA1: 37bdfc0d35f984224fe7c46bf1a8ea389096b4a6 MD5sum: 1e390c64e54bd537993142ddd7258454 Description: Header files related to Linux kernel version 3.2.0 This package provides kernel header files for version 3.2.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.2.0-132/debian.README.gz for details Package: linux-headers-3.2.0-132-generic Source: linux Priority: optional Section: devel Installed-Size: 11176 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-132.178 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-132, libc6 (>= 2.14) Filename: pool/main/l/linux/linux-headers-3.2.0-132-generic_3.2.0-132.178_amd64.deb Size: 967926 SHA256: a394a47e9f762de48b536524095b178d9d5af034413dc3b9e29b94c13cc3c0c6 SHA1: 1a4d33a50c4dc13dc527eeffb44e13eab81da1cc MD5sum: a89479db8593095dff537894d58787d9 Description: Linux kernel headers for version 3.2.0 on 64 bit x86 SMP This package provides kernel header files for version 3.2.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.2.0-132/debian.README.gz for details. Package: linux-headers-3.2.0-132-virtual Source: linux Priority: optional Section: devel Installed-Size: 11176 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-132.178 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-132, libc6 (>= 2.14) Filename: pool/main/l/linux/linux-headers-3.2.0-132-virtual_3.2.0-132.178_amd64.deb Size: 968138 SHA256: ed8e27a2341c9613962096cb24fe1fc7cef2f59be79ed4f9a190b029411983a0 SHA1: 9a945e8d478308f26778d868f79532040cf870a8 MD5sum: 801820b185dfe1bf24526056b3e350e4 Description: Linux kernel headers for version 3.2.0 on 64 bit x86 Virtual Guests This package provides kernel header files for version 3.2.0 on 64 bit x86 Virtual Guests. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.2.0-132/debian.README.gz for details. Package: linux-headers-3.2.0-133 Source: linux Priority: optional Section: devel Installed-Size: 55151 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.2.0-133.179 Provides: linux-headers, linux-headers-3 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux/linux-headers-3.2.0-133_3.2.0-133.179_all.deb Size: 11701972 SHA256: 3f3d35452093faf86a736ea5f6ba526dedfcaad358ca563d030bd1a60a5df942 SHA1: 0612134b2569a17584cba5de240a560e171fd49e MD5sum: b79374dcce660be0b81d7a430ca4c45b Description: Header files related to Linux kernel version 3.2.0 This package provides kernel header files for version 3.2.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.2.0-133/debian.README.gz for details Package: linux-headers-3.2.0-133-generic Source: linux Priority: optional Section: devel Installed-Size: 11177 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-133.179 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-133, libc6 (>= 2.14) Filename: pool/main/l/linux/linux-headers-3.2.0-133-generic_3.2.0-133.179_amd64.deb Size: 969930 SHA256: 774b5fc6467f351140017acee43c6f72338d1b387fea68a5365fb4d66e28f6e0 SHA1: afb9ba8bc2e6e503b7c85712bd28c955db16022f MD5sum: 4b78fe4703dabde736d7fce950152500 Description: Linux kernel headers for version 3.2.0 on 64 bit x86 SMP This package provides kernel header files for version 3.2.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.2.0-133/debian.README.gz for details. Package: linux-headers-3.2.0-133-virtual Source: linux Priority: optional Section: devel Installed-Size: 11177 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-133.179 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-133, libc6 (>= 2.14) Filename: pool/main/l/linux/linux-headers-3.2.0-133-virtual_3.2.0-133.179_amd64.deb Size: 969744 SHA256: f0c74641d05f0328a544af5f450e00d3ba89c63c47805f152ce7b12347582a63 SHA1: b2a60e60a6cbdbe018eb18af63e9a5d20af99c7c MD5sum: 8b81af26b9c28080e6bdbfa86fbe8e0e Description: Linux kernel headers for version 3.2.0 on 64 bit x86 Virtual Guests This package provides kernel header files for version 3.2.0 on 64 bit x86 Virtual Guests. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.2.0-133/debian.README.gz for details. Package: linux-headers-3.2.0-134 Source: linux Priority: optional Section: devel Installed-Size: 55151 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.2.0-134.180 Provides: linux-headers, linux-headers-3 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux/linux-headers-3.2.0-134_3.2.0-134.180_all.deb Size: 11714712 SHA256: 7782a214fa8bdf157b75f8c03c54c1685bdd077a34d26096d819e8f9f6419d6f SHA1: 3a834e99605554698912451d7aa66d410a59c1b3 MD5sum: 32ec572fb429641f341f53ba500276bd Description: Header files related to Linux kernel version 3.2.0 This package provides kernel header files for version 3.2.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.2.0-134/debian.README.gz for details Package: linux-headers-3.2.0-134-generic Source: linux Priority: optional Section: devel Installed-Size: 11182 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-134.180 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-134, libc6 (>= 2.14) Filename: pool/main/l/linux/linux-headers-3.2.0-134-generic_3.2.0-134.180_amd64.deb Size: 970174 SHA256: 0790bd7df4396db58890c37fce7deda93ea8cd3a8af85bf7172e49897d43d8e5 SHA1: d06ac2c75181dc015d549b93f80905ee0e8ab922 MD5sum: 68f464e4a0516a588ac3a3b623c67c03 Description: Linux kernel headers for version 3.2.0 on 64 bit x86 SMP This package provides kernel header files for version 3.2.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.2.0-134/debian.README.gz for details. Package: linux-headers-3.2.0-134-virtual Source: linux Priority: optional Section: devel Installed-Size: 11181 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-134.180 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-134, libc6 (>= 2.14) Filename: pool/main/l/linux/linux-headers-3.2.0-134-virtual_3.2.0-134.180_amd64.deb Size: 967772 SHA256: 607cb081a2e7b2a1b3b3e3a5df9b9a13c75c71ae13230bb22ca3d81d22bfc7e1 SHA1: 20aba8f1e5f29ffa9c7c49f3122deb0d9c808840 MD5sum: c50872146fa6dc9f5d98d8e576c59cd2 Description: Linux kernel headers for version 3.2.0 on 64 bit x86 Virtual Guests This package provides kernel header files for version 3.2.0 on 64 bit x86 Virtual Guests. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.2.0-134/debian.README.gz for details. Package: linux-headers-3.2.0-135 Source: linux Priority: optional Section: devel Installed-Size: 55152 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.2.0-135.181 Provides: linux-headers, linux-headers-3 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux/linux-headers-3.2.0-135_3.2.0-135.181_all.deb Size: 11704964 SHA256: 20adef14d89bce7fbbffb0064cd2c87d32607ec344b0bf384ae07a3ef45a57d9 SHA1: 2de53fe66093fd4924e3175988b24eacc03ed297 MD5sum: 318143a5d3af1f44c4b16ee562d1a5b3 Description: Header files related to Linux kernel version 3.2.0 This package provides kernel header files for version 3.2.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.2.0-135/debian.README.gz for details Package: linux-headers-3.2.0-135-generic Source: linux Priority: optional Section: devel Installed-Size: 11182 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-135.181 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-135, libc6 (>= 2.14) Filename: pool/main/l/linux/linux-headers-3.2.0-135-generic_3.2.0-135.181_amd64.deb Size: 977772 SHA256: e9d36c2f45a12163db76f395bce518754b880f4c4396f6e7b434ed1d26d097aa SHA1: 84fc174ff08a62842da9c2165dc916f0d6a4a2fc MD5sum: 887ae1b74bef1f08d3c401818f08392d Description: Linux kernel headers for version 3.2.0 on 64 bit x86 SMP This package provides kernel header files for version 3.2.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.2.0-135/debian.README.gz for details. Package: linux-headers-3.2.0-135-virtual Source: linux Priority: optional Section: devel Installed-Size: 11182 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-135.181 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-135, libc6 (>= 2.14) Filename: pool/main/l/linux/linux-headers-3.2.0-135-virtual_3.2.0-135.181_amd64.deb Size: 977212 SHA256: 71c3fb5ef3c91fbff5de757bb72ea727b801e6d387b9f20b9efe3ac72949bb2e SHA1: d8b63f35730921710bdaa89ac23e43ccde0fb8e0 MD5sum: 54264830d854982c5e71f5384ba730a9 Description: Linux kernel headers for version 3.2.0 on 64 bit x86 Virtual Guests This package provides kernel header files for version 3.2.0 on 64 bit x86 Virtual Guests. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.2.0-135/debian.README.gz for details. Package: linux-headers-3.2.0-136 Source: linux Priority: optional Section: devel Installed-Size: 55152 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.2.0-136.182 Provides: linux-headers, linux-headers-3 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux/linux-headers-3.2.0-136_3.2.0-136.182_all.deb Size: 11698750 SHA256: ad97eff07fe94366461c8f3fec08dc548dc9acc62080f2b4b4379ac2a016a8d5 SHA1: f3192f950768e32f4f3b37c2c716eb0c4610b67f MD5sum: 754637e2991e7b8b299f90e65bbb5fb7 Description: Header files related to Linux kernel version 3.2.0 This package provides kernel header files for version 3.2.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.2.0-136/debian.README.gz for details Package: linux-headers-3.2.0-136-generic Source: linux Priority: optional Section: devel Installed-Size: 11182 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-136.182 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-136, libc6 (>= 2.14) Filename: pool/main/l/linux/linux-headers-3.2.0-136-generic_3.2.0-136.182_amd64.deb Size: 973134 SHA256: 037ba4945c018614bcbf1149083c94c82431630c93150c50482fe8c88a834f10 SHA1: d84c45eeaee0ffefe6e5554f405ff40990f9792c MD5sum: 3a250c0e1f5316c1b1438bae503cbe9a Description: Linux kernel headers for version 3.2.0 on 64 bit x86 SMP This package provides kernel header files for version 3.2.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.2.0-136/debian.README.gz for details. Package: linux-headers-3.2.0-136-virtual Source: linux Priority: optional Section: devel Installed-Size: 11182 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-136.182 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-136, libc6 (>= 2.14) Filename: pool/main/l/linux/linux-headers-3.2.0-136-virtual_3.2.0-136.182_amd64.deb Size: 973306 SHA256: 365a7501debfe994a9ff2935ce29f589f0e866272a7e6708f1b676f8e060aaa2 SHA1: 6ee3c728ac367295de4c854a87242f65ba0f9150 MD5sum: 90b129c8c11394c160c98062380409e5 Description: Linux kernel headers for version 3.2.0 on 64 bit x86 Virtual Guests This package provides kernel header files for version 3.2.0 on 64 bit x86 Virtual Guests. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.2.0-136/debian.README.gz for details. Package: linux-headers-3.2.0-137 Source: linux Priority: optional Section: devel Installed-Size: 55173 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.2.0-137.183 Provides: linux-headers, linux-headers-3 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux/linux-headers-3.2.0-137_3.2.0-137.183_all.deb Size: 11718482 SHA256: e8f71981b1323717cefbc68c1e836a6faff8b70cba16595112bae43223499a68 SHA1: c48187138dba79c88813a1c68cdaf7af6126909d MD5sum: 7af228dec46bd2de9d35aa46198ba78d Description: Header files related to Linux kernel version 3.2.0 This package provides kernel header files for version 3.2.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.2.0-137/debian.README.gz for details Package: linux-headers-3.2.0-137-generic Source: linux Priority: optional Section: devel Installed-Size: 11189 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-137.183 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-137, libc6 (>= 2.14) Filename: pool/main/l/linux/linux-headers-3.2.0-137-generic_3.2.0-137.183_amd64.deb Size: 975982 SHA256: 072b9f943910c71a33854b1a47c23f83c7277614ff7d6b0447ff1032a167c5e6 SHA1: 93aeca8b0ee5073dba96c30d967dd91a02cc42fc MD5sum: f8e917ddc69c943fb51cd7ff13053f6d Description: Linux kernel headers for version 3.2.0 on 64 bit x86 SMP This package provides kernel header files for version 3.2.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.2.0-137/debian.README.gz for details. Package: linux-headers-3.2.0-137-virtual Source: linux Priority: optional Section: devel Installed-Size: 11189 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-137.183 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-137, libc6 (>= 2.14) Filename: pool/main/l/linux/linux-headers-3.2.0-137-virtual_3.2.0-137.183_amd64.deb Size: 976160 SHA256: de01585651cd552e03b1eee41be02b28659a93842dd4e253ac8513a697934723 SHA1: 7918d45a85b151e0a06a0c674d720704da19b0f8 MD5sum: 1cd73169705b604bc773c86cc5adfe9b Description: Linux kernel headers for version 3.2.0 on 64 bit x86 Virtual Guests This package provides kernel header files for version 3.2.0 on 64 bit x86 Virtual Guests. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.2.0-137/debian.README.gz for details. Package: linux-headers-3.2.0-138 Source: linux Priority: optional Section: devel Installed-Size: 55173 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.2.0-138.184 Provides: linux-headers, linux-headers-3 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux/linux-headers-3.2.0-138_3.2.0-138.184_all.deb Size: 11705226 SHA256: 616d4c0d0ff2e137d09473c5fe9ea61e08f7195433fc6353a2edd90421485e88 SHA1: 98e8afd2b7c31b54c733619c221a9d4e09a9c3f5 MD5sum: fd4f00bf152b82b02a201c9ed5c734de Description: Header files related to Linux kernel version 3.2.0 This package provides kernel header files for version 3.2.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.2.0-138/debian.README.gz for details Package: linux-headers-3.2.0-138-generic Source: linux Priority: optional Section: devel Installed-Size: 11181 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-138.184 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-138, libc6 (>= 2.14) Filename: pool/main/l/linux/linux-headers-3.2.0-138-generic_3.2.0-138.184_amd64.deb Size: 974516 SHA256: 92cd9a367bc77846bb147039aa32faa7be1ecd08601eec7b6952f652882c2930 SHA1: 825bd51680172337c7ceed0960103cbda496476f MD5sum: 976384468c079722fdae8ca4d59e1530 Description: Linux kernel headers for version 3.2.0 on 64 bit x86 SMP This package provides kernel header files for version 3.2.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.2.0-138/debian.README.gz for details. Package: linux-headers-3.2.0-138-virtual Source: linux Priority: optional Section: devel Installed-Size: 11181 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-138.184 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-138, libc6 (>= 2.14) Filename: pool/main/l/linux/linux-headers-3.2.0-138-virtual_3.2.0-138.184_amd64.deb Size: 974878 SHA256: b94ebaaade39c8a7ed61f1bd9fc1687b988793bb308b7ad45ef6c6b22fd2ea00 SHA1: 1fcd7780a067f9cd9d472c45c4dbe13c6c51aab3 MD5sum: 75e6df15e3873ed1707bfaf5a57a51dd Description: Linux kernel headers for version 3.2.0 on 64 bit x86 Virtual Guests This package provides kernel header files for version 3.2.0 on 64 bit x86 Virtual Guests. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.2.0-138/debian.README.gz for details. Package: linux-headers-3.2.0-139 Source: linux Priority: optional Section: devel Installed-Size: 55178 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.2.0-139.185 Provides: linux-headers, linux-headers-3 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux/linux-headers-3.2.0-139_3.2.0-139.185_all.deb Size: 11727852 SHA256: 0d844d03629a439942369f23e8109016967af3daecab71b53ecb9bddee1ffa2d SHA1: 061db413bdfef08580736c23322c8f2e24b281d8 MD5sum: cc1a1d0d504f04b81d83ca523ec7a3ae Description: Header files related to Linux kernel version 3.2.0 This package provides kernel header files for version 3.2.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.2.0-139/debian.README.gz for details Package: linux-headers-3.2.0-139-generic Source: linux Priority: optional Section: devel Installed-Size: 11190 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-139.185 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-139, libc6 (>= 2.14) Filename: pool/main/l/linux/linux-headers-3.2.0-139-generic_3.2.0-139.185_amd64.deb Size: 970444 SHA256: 8e021ff9ed347944a9be022cbd565ea1617881ec569c2b1d9edf792312252363 SHA1: fe8df8c76596fbf0ce76ec992bd33d895229880e MD5sum: 732b96f61ea2e94214d58e03b8d82109 Description: Linux kernel headers for version 3.2.0 on 64 bit x86 SMP This package provides kernel header files for version 3.2.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.2.0-139/debian.README.gz for details. Package: linux-headers-3.2.0-139-virtual Source: linux Priority: optional Section: devel Installed-Size: 11190 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-139.185 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-139, libc6 (>= 2.14) Filename: pool/main/l/linux/linux-headers-3.2.0-139-virtual_3.2.0-139.185_amd64.deb Size: 970700 SHA256: 3414ac451b6214e49338472d372e0c60feb55869117cad9db69a28382c2f1c60 SHA1: 3718ddee696fb758a86921a60bbb8af280cd429c MD5sum: e72179807c49b8a4858184f0c18acdf5 Description: Linux kernel headers for version 3.2.0 on 64 bit x86 Virtual Guests This package provides kernel header files for version 3.2.0 on 64 bit x86 Virtual Guests. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.2.0-139/debian.README.gz for details. Package: linux-headers-3.2.0-140 Source: linux Priority: optional Section: devel Installed-Size: 55190 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.2.0-140.186 Provides: linux-headers, linux-headers-3 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux/linux-headers-3.2.0-140_3.2.0-140.186_all.deb Size: 11721014 SHA256: ea98e2213e8e7bf329bd001dab94a14f49665cc5ba66e75cd4c5d90a40510645 SHA1: 6138ce507227c840065f89b5286efe6132ab5763 MD5sum: f690435271227733a886dec16e2877d4 Description: Header files related to Linux kernel version 3.2.0 This package provides kernel header files for version 3.2.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.2.0-140/debian.README.gz for details Package: linux-headers-3.2.0-140-generic Source: linux Priority: optional Section: devel Installed-Size: 11191 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-140.186 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-140, libc6 (>= 2.14) Filename: pool/main/l/linux/linux-headers-3.2.0-140-generic_3.2.0-140.186_amd64.deb Size: 974686 SHA256: 75babce9a77ed3938f413f4b7dca4db04586b69609c2394812404fd86abc1b91 SHA1: 51c0e5efb5d856763b5c58553c27c06ae2dc4a9b MD5sum: 201521caa7df8eeafbc8c01234186bfc Description: Linux kernel headers for version 3.2.0 on 64 bit x86 SMP This package provides kernel header files for version 3.2.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.2.0-140/debian.README.gz for details. Package: linux-headers-3.2.0-140-virtual Source: linux Priority: optional Section: devel Installed-Size: 11191 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-140.186 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-140, libc6 (>= 2.14) Filename: pool/main/l/linux/linux-headers-3.2.0-140-virtual_3.2.0-140.186_amd64.deb Size: 977900 SHA256: 65069ad4fe8375a3b281534b49eaea038d2eb14a7fdeacdcfc0254ebf4df603c SHA1: 54cf9f3e6773cd8a707eb34f417499c0e01dfd35 MD5sum: 0885120c0898d5554f82b0b3d19f32b7 Description: Linux kernel headers for version 3.2.0 on 64 bit x86 Virtual Guests This package provides kernel header files for version 3.2.0 on 64 bit x86 Virtual Guests. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.2.0-140/debian.README.gz for details. Package: linux-headers-3.2.0-141 Source: linux Priority: optional Section: devel Installed-Size: 55191 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.2.0-141.188 Provides: linux-headers, linux-headers-3 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux/linux-headers-3.2.0-141_3.2.0-141.188_all.deb Size: 11715410 SHA256: 9544b0932cd1a37d2f3bd9f434cac08e008821296feafb6190eb44da669fb398 SHA1: 3766a9e2d34f17044f80ce38a8705cb2403c1baf MD5sum: 0c5dcbf471282eeccc3eca2b1d47524f Description: Header files related to Linux kernel version 3.2.0 This package provides kernel header files for version 3.2.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.2.0-141/debian.README.gz for details Package: linux-headers-3.2.0-141-generic Source: linux Priority: optional Section: devel Installed-Size: 11191 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-141.188 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-141, libc6 (>= 2.14) Filename: pool/main/l/linux/linux-headers-3.2.0-141-generic_3.2.0-141.188_amd64.deb Size: 970336 SHA256: 0314551e88954dff1268a5e92ebd830f2e9850d4ecc6157bca2c07deac7d50b4 SHA1: b5bd5be0198922d08fb160d3ddf5d6d2603f2d8b MD5sum: 5d532d84d945e2fa187a6677173b05c1 Description: Linux kernel headers for version 3.2.0 on 64 bit x86 SMP This package provides kernel header files for version 3.2.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.2.0-141/debian.README.gz for details. Package: linux-headers-3.2.0-141-virtual Source: linux Priority: optional Section: devel Installed-Size: 11191 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-141.188 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-141, libc6 (>= 2.14) Filename: pool/main/l/linux/linux-headers-3.2.0-141-virtual_3.2.0-141.188_amd64.deb Size: 970486 SHA256: 800b3a76bf3e229653a05518954806358eeda58617e52f513a2e2ffb3a16c8b5 SHA1: 1337b25417bb0c510a8c6215741e7a2d9314a406 MD5sum: ca852145bb63470cd27f9fa1267b804e Description: Linux kernel headers for version 3.2.0 on 64 bit x86 Virtual Guests This package provides kernel header files for version 3.2.0 on 64 bit x86 Virtual Guests. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.2.0-141/debian.README.gz for details. Package: linux-headers-3.2.0-142 Source: linux Priority: optional Section: devel Installed-Size: 55197 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.2.0-142.189 Provides: linux-headers, linux-headers-3 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux/linux-headers-3.2.0-142_3.2.0-142.189_all.deb Size: 11718118 SHA256: b3f75497a1ba192a620ca635dbc7901996fc6736451a419e0fe4496c9d7e427d SHA1: 231c66881585693b798ab1ad6d4713aaf1dd6609 MD5sum: 49bcdfa3e6696c0633453da0c911c3b5 Description: Header files related to Linux kernel version 3.2.0 This package provides kernel header files for version 3.2.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.2.0-142/debian.README.gz for details Package: linux-headers-3.2.0-142-generic Source: linux Priority: optional Section: devel Installed-Size: 11192 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-142.189 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-142, libc6 (>= 2.14) Filename: pool/main/l/linux/linux-headers-3.2.0-142-generic_3.2.0-142.189_amd64.deb Size: 974470 SHA256: 520fee56fd9de165c9dfa8474bec388efa9b415603b127620943b217af9580d5 SHA1: bfb8699b0608ac049ef36c41957f57b824269980 MD5sum: 345a9db4dab05534af9b70822b7c93f4 Description: Linux kernel headers for version 3.2.0 on 64 bit x86 SMP This package provides kernel header files for version 3.2.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.2.0-142/debian.README.gz for details. Package: linux-headers-3.2.0-142-virtual Source: linux Priority: optional Section: devel Installed-Size: 11192 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-142.189 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-142, libc6 (>= 2.14) Filename: pool/main/l/linux/linux-headers-3.2.0-142-virtual_3.2.0-142.189_amd64.deb Size: 974614 SHA256: 6448ae5a546638fd90bc990c4a2b804f8187b7cb6a01d4e43be5ffad8b150fab SHA1: 5dc8163a44f2570bf752123365f0645bde207176 MD5sum: f3b8133aee21b4c9dbdcbda56b7f9d36 Description: Linux kernel headers for version 3.2.0 on 64 bit x86 Virtual Guests This package provides kernel header files for version 3.2.0 on 64 bit x86 Virtual Guests. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.2.0-142/debian.README.gz for details. Package: linux-headers-3.2.0-143 Source: linux Priority: optional Section: devel Installed-Size: 55197 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.2.0-143.190 Provides: linux-headers, linux-headers-3 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux/linux-headers-3.2.0-143_3.2.0-143.190_all.deb Size: 11711378 SHA256: 653b2c6b416693dc8ff7984e13fa83975be8815a7d6c994551661fc489fa9d4e SHA1: 9ea11a47e434a2ed8894d40bb3029d70c5c416ab MD5sum: 3b5b99209b143e82d8dae181567e936b Description: Header files related to Linux kernel version 3.2.0 This package provides kernel header files for version 3.2.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.2.0-143/debian.README.gz for details Package: linux-headers-3.2.0-143-generic Source: linux Priority: optional Section: devel Installed-Size: 11188 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-143.190 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-143, libc6 (>= 2.14) Filename: pool/main/l/linux/linux-headers-3.2.0-143-generic_3.2.0-143.190_amd64.deb Size: 971214 SHA256: e95edf5eae6c0a02f12a3202ecb6d47531cdae4a6a33b6e29991b9a6b2dfcefd SHA1: a23ba7d0c88df31a32eeb41d9fd04158c3a5de26 MD5sum: dd2ac47a319af1402bc7597406bd1d8a Description: Linux kernel headers for version 3.2.0 on 64 bit x86 SMP This package provides kernel header files for version 3.2.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.2.0-143/debian.README.gz for details. Package: linux-headers-3.2.0-143-virtual Source: linux Priority: optional Section: devel Installed-Size: 11188 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-143.190 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-143, libc6 (>= 2.14) Filename: pool/main/l/linux/linux-headers-3.2.0-143-virtual_3.2.0-143.190_amd64.deb Size: 971324 SHA256: e7ab0d78fbb58196f2b0fb6d8defa5ac98d709f304cd5570bba3266be76b1bb9 SHA1: bd93434726f914f0731bfa8df86e64beaef8c3a7 MD5sum: 8fb4225e56d8a499a857826abca254fc Description: Linux kernel headers for version 3.2.0 on 64 bit x86 Virtual Guests This package provides kernel header files for version 3.2.0 on 64 bit x86 Virtual Guests. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.2.0-143/debian.README.gz for details. Package: linux-headers-3.2.0-144 Source: linux Priority: optional Section: devel Installed-Size: 55199 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.2.0-144.191 Provides: linux-headers, linux-headers-3 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux/linux-headers-3.2.0-144_3.2.0-144.191_all.deb Size: 11718758 SHA256: 8111bf4f87d820e4e32cf264e018061d727f775b2e1ed2f01afd4aaa630966e1 SHA1: 80f9b3ce369152bdde7212d52cb12457a7b45755 MD5sum: 8be9c651ebba89b85a39f902d610f695 Description: Header files related to Linux kernel version 3.2.0 This package provides kernel header files for version 3.2.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.2.0-144/debian.README.gz for details Package: linux-headers-3.2.0-144-generic Source: linux Priority: optional Section: devel Installed-Size: 11205 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-144.191 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-144, libc6 (>= 2.14) Filename: pool/main/l/linux/linux-headers-3.2.0-144-generic_3.2.0-144.191_amd64.deb Size: 969854 SHA256: e5c9b57d28f8c626c1e7ee6276836a68b265b0b3e6baeda482641028b2c03925 SHA1: 14ec5d90c2fcfcd453318cc60a1964415228b720 MD5sum: 3a9fa6e46abc152fc8e31e1335c03ac5 Description: Linux kernel headers for version 3.2.0 on 64 bit x86 SMP This package provides kernel header files for version 3.2.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.2.0-144/debian.README.gz for details. Package: linux-headers-3.2.0-144-virtual Source: linux Priority: optional Section: devel Installed-Size: 11205 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-144.191 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-144, libc6 (>= 2.14) Filename: pool/main/l/linux/linux-headers-3.2.0-144-virtual_3.2.0-144.191_amd64.deb Size: 969990 SHA256: f60d64351307eae093f25f0498dc3bb2c110c66fe0803217ef55fa89cf7ff83d SHA1: 35441982f806a05fd259f2942c5be65a7f243ceb MD5sum: 5c59d13503c87b91ca23e092d477a116 Description: Linux kernel headers for version 3.2.0 on 64 bit x86 Virtual Guests This package provides kernel header files for version 3.2.0 on 64 bit x86 Virtual Guests. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.2.0-144/debian.README.gz for details. Package: linux-headers-3.2.0-147 Source: linux Priority: optional Section: devel Installed-Size: 55201 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.2.0-147.194 Provides: linux-headers, linux-headers-3 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux/linux-headers-3.2.0-147_3.2.0-147.194_all.deb Size: 11729858 SHA256: b0d9369dbae173de3f07bacd16d322db24b949ea6ca26ae0e3fc610e410592c5 SHA1: fa850643996ecc7c620ede46ba6770397f465467 MD5sum: e1112f7ce0221b570821b2f3bc0f2510 Description: Header files related to Linux kernel version 3.2.0 This package provides kernel header files for version 3.2.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.2.0-147/debian.README.gz for details Package: linux-headers-3.2.0-147-generic Source: linux Priority: optional Section: devel Installed-Size: 11206 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-147.194 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-147, libc6 (>= 2.14) Filename: pool/main/l/linux/linux-headers-3.2.0-147-generic_3.2.0-147.194_amd64.deb Size: 973896 SHA256: 3a16bd60f574fdc4c78195527466dc174beed2daf9c13506f80f014b5d09bf0f SHA1: bc371e32c4846ce4a6bee82f1f2e5549dbc29886 MD5sum: 57a515f11fcc9c416eea7d9df91b8e8a Description: Linux kernel headers for version 3.2.0 on 64 bit x86 SMP This package provides kernel header files for version 3.2.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.2.0-147/debian.README.gz for details. Package: linux-headers-3.2.0-147-virtual Source: linux Priority: optional Section: devel Installed-Size: 11206 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-147.194 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-147, libc6 (>= 2.14) Filename: pool/main/l/linux/linux-headers-3.2.0-147-virtual_3.2.0-147.194_amd64.deb Size: 974076 SHA256: 10fe7ec97e397a3f66b60d390b93d394452ef790cab70391a65f4d287d9a8ab1 SHA1: f147dd4e2a4f4071f075614c5983c0e9c788716f MD5sum: 3bb6805079783e8bcef2f3dc1de5d2e9 Description: Linux kernel headers for version 3.2.0 on 64 bit x86 Virtual Guests This package provides kernel header files for version 3.2.0 on 64 bit x86 Virtual Guests. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.2.0-147/debian.README.gz for details. Package: linux-headers-3.2.0-148 Source: linux Priority: optional Section: devel Installed-Size: 55201 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.2.0-148.195 Provides: linux-headers, linux-headers-3 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux/linux-headers-3.2.0-148_3.2.0-148.195_all.deb Size: 11726648 SHA256: c0640c8bd089f7401efedf4ac731c11d32dbfb79edca2957dd8963f9a46295f7 SHA1: 4e85e1858e36e64c95c0fbe98d08042c3e8efe42 MD5sum: bda5aadc95ad5e7a2e90ffbacdaa9788 Description: Header files related to Linux kernel version 3.2.0 This package provides kernel header files for version 3.2.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.2.0-148/debian.README.gz for details Package: linux-headers-3.2.0-148-generic Source: linux Priority: optional Section: devel Installed-Size: 11206 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-148.195 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-148, libc6 (>= 2.14) Filename: pool/main/l/linux/linux-headers-3.2.0-148-generic_3.2.0-148.195_amd64.deb Size: 969920 SHA256: 4f2fcc0bceda41f5bfce1d83155779ef5645260a7459f32191d42fdb4b24a5a9 SHA1: cd7327cb9a65e8795a8bde731105712020b2287a MD5sum: 8e28ef5506fcef9e83d1202fabcee6a4 Description: Linux kernel headers for version 3.2.0 on 64 bit x86 SMP This package provides kernel header files for version 3.2.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.2.0-148/debian.README.gz for details. Package: linux-headers-3.2.0-148-virtual Source: linux Priority: optional Section: devel Installed-Size: 11206 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-148.195 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-148, libc6 (>= 2.14) Filename: pool/main/l/linux/linux-headers-3.2.0-148-virtual_3.2.0-148.195_amd64.deb Size: 969936 SHA256: 9544e35eec43e6a80551a6bd73e872060a2b204c63406325f3fb28acfa78ce82 SHA1: fbb209408595ee34d59414c14b1c6819cf34cf48 MD5sum: 665550d2df3163db0e10f47eb4c4cfaa Description: Linux kernel headers for version 3.2.0 on 64 bit x86 Virtual Guests This package provides kernel header files for version 3.2.0 on 64 bit x86 Virtual Guests. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.2.0-148/debian.README.gz for details. Package: linux-headers-3.2.0-149 Source: linux Priority: optional Section: devel Installed-Size: 55201 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.2.0-149.196 Provides: linux-headers, linux-headers-3 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux/linux-headers-3.2.0-149_3.2.0-149.196_all.deb Size: 11713442 SHA256: 798bfad892e0e0621511d7161c4dc403009f081b0b5724be87fb47a220cdea1e SHA1: 243d672143ea36a6c1f660d8130334fca257e80f MD5sum: 280cf9a8c4428501335cc6a4f6ca0e35 Description: Header files related to Linux kernel version 3.2.0 This package provides kernel header files for version 3.2.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.2.0-149/debian.README.gz for details Package: linux-headers-3.2.0-149-generic Source: linux Priority: optional Section: devel Installed-Size: 11206 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-149.196 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-149, libc6 (>= 2.14) Filename: pool/main/l/linux/linux-headers-3.2.0-149-generic_3.2.0-149.196_amd64.deb Size: 973458 SHA256: 65a080d6778081432879603362cd3ac1ef02e18e6142f870974cde4c65fb7f5d SHA1: be80a998a38009eac72b4a75889a9421636c0651 MD5sum: afa5b9252ce6e4595a1132f2e47ac725 Description: Linux kernel headers for version 3.2.0 on 64 bit x86 SMP This package provides kernel header files for version 3.2.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.2.0-149/debian.README.gz for details. Package: linux-headers-3.2.0-149-virtual Source: linux Priority: optional Section: devel Installed-Size: 11206 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-149.196 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-149, libc6 (>= 2.14) Filename: pool/main/l/linux/linux-headers-3.2.0-149-virtual_3.2.0-149.196_amd64.deb Size: 973550 SHA256: 44b4d56bbcc418857eafc2be7161ec326160c011d02208c4f2a68c946e4ebee6 SHA1: 61af4e7a8710202924596e6b6ab7af40f21259f6 MD5sum: 6956fb20bf62778ad49d467de031b4e7 Description: Linux kernel headers for version 3.2.0 on 64 bit x86 Virtual Guests This package provides kernel header files for version 3.2.0 on 64 bit x86 Virtual Guests. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.2.0-149/debian.README.gz for details. Package: linux-headers-3.2.0-150 Source: linux Priority: optional Section: devel Installed-Size: 55202 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.2.0-150.197 Provides: linux-headers, linux-headers-3 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux/linux-headers-3.2.0-150_3.2.0-150.197_all.deb Size: 11715446 SHA256: 689ccb0d2680d70154a01057dd736264492aef347478df5fec20cf2328f0fe72 SHA1: 79e8768a11365355e29868b909475b1994204811 MD5sum: 54ea478d396792fea7ef99b21d27bcab Description: Header files related to Linux kernel version 3.2.0 This package provides kernel header files for version 3.2.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.2.0-150/debian.README.gz for details Package: linux-headers-3.2.0-150-generic Source: linux Priority: optional Section: devel Installed-Size: 11206 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-150.197 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-150, libc6 (>= 2.14) Filename: pool/main/l/linux/linux-headers-3.2.0-150-generic_3.2.0-150.197_amd64.deb Size: 972720 SHA256: 3d2e2a53ee1ed47033f36d306dc77a81819e59c6b91549da4bc9f6be62932b72 SHA1: 3959ce0103e38b468ed95835bb9358d795b32dfc MD5sum: 880be8f048c437601b558f9f677fc222 Description: Linux kernel headers for version 3.2.0 on 64 bit x86 SMP This package provides kernel header files for version 3.2.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.2.0-150/debian.README.gz for details. Package: linux-headers-3.2.0-150-virtual Source: linux Priority: optional Section: devel Installed-Size: 11206 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-150.197 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-150, libc6 (>= 2.14) Filename: pool/main/l/linux/linux-headers-3.2.0-150-virtual_3.2.0-150.197_amd64.deb Size: 972934 SHA256: 6fde482dcc0e346e0f8724bf24875a5f4f5bdaca5e8b3c7e60e092f4ccdb21c7 SHA1: 22a6c98a4931692af69e4f951faa73529acba637 MD5sum: 640487460f867c0f01db03a91d5aab68 Description: Linux kernel headers for version 3.2.0 on 64 bit x86 Virtual Guests This package provides kernel header files for version 3.2.0 on 64 bit x86 Virtual Guests. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.2.0-150/debian.README.gz for details. Package: linux-headers-generic Source: linux-meta Priority: optional Section: kernel Installed-Size: 34 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0.150.164 Depends: linux-headers-3.2.0-150-generic Filename: pool/main/l/linux-meta/linux-headers-generic_3.2.0.150.164_amd64.deb Size: 2412 SHA256: 119f2ffdfa30bafc9b2d214b1d5a28e4598974cee6b978836e237f356c9cd716 SHA1: cf155b6733e67d89130eec74670a49964c57a06c MD5sum: f678c5038538017688b717e22a507a9d Description: Generic Linux kernel headers This package will always depend on the latest generic kernel headers available. Package: linux-headers-generic-lts-trusty Source: linux-meta-lts-trusty Priority: optional Section: devel Installed-Size: 32 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0.185.170 Depends: linux-headers-3.13.0-185-generic Filename: pool/main/l/linux-meta-lts-trusty/linux-headers-generic-lts-trusty_3.13.0.185.170_amd64.deb Size: 2528 SHA256: 6238c5c9139a6d961bc4e220c4a812d320f0e187a15f971f4207b40bd286a3c3 SHA1: 2263b5d44b74e37f2a275743a1d394d9c084ba4f MD5sum: ceb1eb9541d500102385425aa14ddb65 Description: Generic Linux kernel headers This metapackage will always depend on the latest generic 14.04 LTS kernel headers available. Package: linux-headers-lbm-3.2.0-128-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: devel Installed-Size: 45 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-128.119 Provides: linux-headers-lbm, linux-headers-lbm-2.6 Depends: coreutils | fileutils (>= 4.0), linux-headers-3.2.0-128-generic Filename: pool/main/l/linux-backports-modules-3.2.0/linux-headers-lbm-3.2.0-128-generic_3.2.0-128.119_amd64.deb Size: 2418 SHA256: 4c5f277ba27443c51110777d94d54195eedf8a8824f9a2af4bc6b2984d3f83a3 SHA1: d40ea61baf72210479b092258422665623b91768 MD5sum: 914827072e0606c45287b3f956b46adc Description: Header files related to linux-backports-modules version 3.2.0 This package provides linux-backports-modules header files for version 3.2.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.2.0-128/debian.README.gz for details Package: linux-headers-lbm-3.2.0-128-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: devel Installed-Size: 45 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-128.119 Provides: linux-headers-lbm, linux-headers-lbm-2.6 Depends: coreutils | fileutils (>= 4.0), linux-headers-3.2.0-128-virtual Filename: pool/main/l/linux-backports-modules-3.2.0/linux-headers-lbm-3.2.0-128-virtual_3.2.0-128.119_amd64.deb Size: 2432 SHA256: 0486ff58a8e1ef686e8ac673b553f72be2ab2df63b23b1751e75633b1a2057bf SHA1: 9d7b7dcc3c4c6a3abeb0f6ee2ca5977b38f475f1 MD5sum: b4059d8c197d099c373e98a1a15579aa Description: Header files related to linux-backports-modules version 3.2.0 This package provides linux-backports-modules header files for version 3.2.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.2.0-128/debian.README.gz for details Package: linux-headers-lbm-3.2.0-129-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: devel Installed-Size: 45 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-129.120 Provides: linux-headers-lbm, linux-headers-lbm-2.6 Depends: coreutils | fileutils (>= 4.0), linux-headers-3.2.0-129-generic Filename: pool/main/l/linux-backports-modules-3.2.0/linux-headers-lbm-3.2.0-129-generic_3.2.0-129.120_amd64.deb Size: 9452 SHA256: 75cbedb74931c2559c4a79d2408fc49a60246642f91b7699190408e8815b7699 SHA1: 69b3a296bd42e6fcb05043a5b7395364a61f7ead MD5sum: 14434a02d7929990de3760e2088aa16c Description: Header files related to linux-backports-modules version 3.2.0 This package provides linux-backports-modules header files for version 3.2.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.2.0-129/debian.README.gz for details Package: linux-headers-lbm-3.2.0-129-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: devel Installed-Size: 45 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-129.120 Provides: linux-headers-lbm, linux-headers-lbm-2.6 Depends: coreutils | fileutils (>= 4.0), linux-headers-3.2.0-129-virtual Filename: pool/main/l/linux-backports-modules-3.2.0/linux-headers-lbm-3.2.0-129-virtual_3.2.0-129.120_amd64.deb Size: 9452 SHA256: c1078cdb3625bc6d6c5d2131f67258f7dcd5837dda8dee1086bd558794ed13af SHA1: 65bf76d55ee9f12a67267b0738b55530d3f3e09d MD5sum: 098a9264d19a9e5f4a5cedc3ed974f20 Description: Header files related to linux-backports-modules version 3.2.0 This package provides linux-backports-modules header files for version 3.2.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.2.0-129/debian.README.gz for details Package: linux-headers-lbm-3.2.0-130-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: devel Installed-Size: 45 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-130.121 Provides: linux-headers-lbm, linux-headers-lbm-2.6 Depends: coreutils | fileutils (>= 4.0), linux-headers-3.2.0-130-generic Filename: pool/main/l/linux-backports-modules-3.2.0/linux-headers-lbm-3.2.0-130-generic_3.2.0-130.121_amd64.deb Size: 2382 SHA256: a19ddf23ecf5bbfefc9304711d10849c53d2a5b80a5d4216fcfc367c9b7d9d2b SHA1: 410d4035cb8093bef86671846f9194855483db23 MD5sum: 08001c7fdc501f3c8f709fa40592a0c8 Description: Header files related to linux-backports-modules version 3.2.0 This package provides linux-backports-modules header files for version 3.2.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.2.0-130/debian.README.gz for details Package: linux-headers-lbm-3.2.0-130-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: devel Installed-Size: 45 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-130.121 Provides: linux-headers-lbm, linux-headers-lbm-2.6 Depends: coreutils | fileutils (>= 4.0), linux-headers-3.2.0-130-virtual Filename: pool/main/l/linux-backports-modules-3.2.0/linux-headers-lbm-3.2.0-130-virtual_3.2.0-130.121_amd64.deb Size: 2384 SHA256: 3363e3418bc54c6d06d5c5aefd4b3b8ad38f255cc0b6e1f8dc8443f36467838c SHA1: 6a804001d8f053c4806681f62090157f07c68765 MD5sum: 61cab123247089bd90bad27af216fa16 Description: Header files related to linux-backports-modules version 3.2.0 This package provides linux-backports-modules header files for version 3.2.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.2.0-130/debian.README.gz for details Package: linux-headers-lbm-3.2.0-131-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: devel Installed-Size: 45 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-131.122 Provides: linux-headers-lbm, linux-headers-lbm-2.6 Depends: coreutils | fileutils (>= 4.0), linux-headers-3.2.0-131-generic Filename: pool/main/l/linux-backports-modules-3.2.0/linux-headers-lbm-3.2.0-131-generic_3.2.0-131.122_amd64.deb Size: 2352 SHA256: e8fc5f5ce7ca08be4f14080abfa2b27a0560ba24dbae860a655a26b9b64e5678 SHA1: d272f617abf0603f734ef15bd4726a97272e22c2 MD5sum: 6faa4a5aceb2e6cf554774d43ae07ea4 Description: Header files related to linux-backports-modules version 3.2.0 This package provides linux-backports-modules header files for version 3.2.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.2.0-131/debian.README.gz for details Package: linux-headers-lbm-3.2.0-131-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: devel Installed-Size: 45 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-131.122 Provides: linux-headers-lbm, linux-headers-lbm-2.6 Depends: coreutils | fileutils (>= 4.0), linux-headers-3.2.0-131-virtual Filename: pool/main/l/linux-backports-modules-3.2.0/linux-headers-lbm-3.2.0-131-virtual_3.2.0-131.122_amd64.deb Size: 2358 SHA256: 769b3a8db2be887f86a56331349d7f8f979658282a40ec5a8c7525475e85c04c SHA1: 3c012dd543134f89dcd0d81dedb6e9730b4e7b6f MD5sum: bcedceb70f4dd41ec11c0b8668ee451b Description: Header files related to linux-backports-modules version 3.2.0 This package provides linux-backports-modules header files for version 3.2.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.2.0-131/debian.README.gz for details Package: linux-headers-lbm-3.2.0-132-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: devel Installed-Size: 45 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-132.123 Provides: linux-headers-lbm, linux-headers-lbm-2.6 Depends: coreutils | fileutils (>= 4.0), linux-headers-3.2.0-132-generic Filename: pool/main/l/linux-backports-modules-3.2.0/linux-headers-lbm-3.2.0-132-generic_3.2.0-132.123_amd64.deb Size: 2352 SHA256: e16e05c43d5bf077710e6cabafbce81e00c9f89c7a54044766dae9c54155b112 SHA1: ec4af9f16e6cd1160436064872683ed6e7ea0a30 MD5sum: 78976b19fca3391195fe19fa5a8277b8 Description: Header files related to linux-backports-modules version 3.2.0 This package provides linux-backports-modules header files for version 3.2.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.2.0-132/debian.README.gz for details Package: linux-headers-lbm-3.2.0-132-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: devel Installed-Size: 45 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-132.123 Provides: linux-headers-lbm, linux-headers-lbm-2.6 Depends: coreutils | fileutils (>= 4.0), linux-headers-3.2.0-132-virtual Filename: pool/main/l/linux-backports-modules-3.2.0/linux-headers-lbm-3.2.0-132-virtual_3.2.0-132.123_amd64.deb Size: 2352 SHA256: 4c70b53484dcc6ce0fe9cde6c1b77270b33c4c0c69bfee9cf95dd6380c8fddce SHA1: f30fd7816359dd43ce860feca438772371655b34 MD5sum: 57e8743cb274d60642bca1859da52403 Description: Header files related to linux-backports-modules version 3.2.0 This package provides linux-backports-modules header files for version 3.2.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.2.0-132/debian.README.gz for details Package: linux-headers-lbm-3.2.0-133-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: devel Installed-Size: 45 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-133.124 Provides: linux-headers-lbm, linux-headers-lbm-2.6 Depends: coreutils | fileutils (>= 4.0), linux-headers-3.2.0-133-generic Filename: pool/main/l/linux-backports-modules-3.2.0/linux-headers-lbm-3.2.0-133-generic_3.2.0-133.124_amd64.deb Size: 2354 SHA256: 93e8db7e62b4910543f5d0ebf5b3e7ad2f53cd5980abef600c8f30bc3ee3bc47 SHA1: 637139a069803d7bec97c103bc2b9cc5ab35c4ce MD5sum: d43bc65ef8b2ae1eb667e88975ce268b Description: Header files related to linux-backports-modules version 3.2.0 This package provides linux-backports-modules header files for version 3.2.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.2.0-133/debian.README.gz for details Package: linux-headers-lbm-3.2.0-133-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: devel Installed-Size: 45 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-133.124 Provides: linux-headers-lbm, linux-headers-lbm-2.6 Depends: coreutils | fileutils (>= 4.0), linux-headers-3.2.0-133-virtual Filename: pool/main/l/linux-backports-modules-3.2.0/linux-headers-lbm-3.2.0-133-virtual_3.2.0-133.124_amd64.deb Size: 2360 SHA256: e84f4e127be32ef55a568399c164f2c15853683f0d4a0cbb52a7323c539803af SHA1: 5b350e57384f25b420f00c14d47ba4acdf111024 MD5sum: cb5283e232448d8036b65ec83508d7cd Description: Header files related to linux-backports-modules version 3.2.0 This package provides linux-backports-modules header files for version 3.2.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.2.0-133/debian.README.gz for details Package: linux-headers-lbm-3.2.0-134-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: devel Installed-Size: 45 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-134.125 Provides: linux-headers-lbm, linux-headers-lbm-2.6 Depends: coreutils | fileutils (>= 4.0), linux-headers-3.2.0-134-generic Filename: pool/main/l/linux-backports-modules-3.2.0/linux-headers-lbm-3.2.0-134-generic_3.2.0-134.125_amd64.deb Size: 2370 SHA256: 662d419009f541cf8a84990af8df7eb26108000710b457b5e45b841ef092d62b SHA1: f50b3171c22c8334dcfbef903fb3ca83000dd2f8 MD5sum: 1fc412bb7e6c8e56cbae494d93aa40ca Description: Header files related to linux-backports-modules version 3.2.0 This package provides linux-backports-modules header files for version 3.2.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.2.0-134/debian.README.gz for details Package: linux-headers-lbm-3.2.0-134-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: devel Installed-Size: 45 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-134.125 Provides: linux-headers-lbm, linux-headers-lbm-2.6 Depends: coreutils | fileutils (>= 4.0), linux-headers-3.2.0-134-virtual Filename: pool/main/l/linux-backports-modules-3.2.0/linux-headers-lbm-3.2.0-134-virtual_3.2.0-134.125_amd64.deb Size: 2364 SHA256: 86b2e1cd36366e0ffaa57b0e726da70ce3752199ae491133a66a806d5dfdab6f SHA1: b529c7847be11875725603e75f9f4c677ee6f3c8 MD5sum: 5c06b3bbdc2a6b23b46f2b0816ad4583 Description: Header files related to linux-backports-modules version 3.2.0 This package provides linux-backports-modules header files for version 3.2.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.2.0-134/debian.README.gz for details Package: linux-headers-lbm-3.2.0-135-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: devel Installed-Size: 45 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-135.126 Provides: linux-headers-lbm, linux-headers-lbm-2.6 Depends: coreutils | fileutils (>= 4.0), linux-headers-3.2.0-135-generic Filename: pool/main/l/linux-backports-modules-3.2.0/linux-headers-lbm-3.2.0-135-generic_3.2.0-135.126_amd64.deb Size: 2370 SHA256: 8b879850b76072a03716457987c4907d317ca3e0f5aaef1a1440eaf4b916fc29 SHA1: daf3e2e5ccb40516611aefe66f1927fe3ec2d7da MD5sum: d011fc2d6c4b02ec6657e0f4d1481cef Description: Header files related to linux-backports-modules version 3.2.0 This package provides linux-backports-modules header files for version 3.2.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.2.0-135/debian.README.gz for details Package: linux-headers-lbm-3.2.0-135-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: devel Installed-Size: 45 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-135.126 Provides: linux-headers-lbm, linux-headers-lbm-2.6 Depends: coreutils | fileutils (>= 4.0), linux-headers-3.2.0-135-virtual Filename: pool/main/l/linux-backports-modules-3.2.0/linux-headers-lbm-3.2.0-135-virtual_3.2.0-135.126_amd64.deb Size: 2370 SHA256: 464585c7243c17deb0d33a8b25a334b0c0933525e990b5392a5488a62bf2b002 SHA1: 0403a870a10a7f1126e3605ff3e5489fd2e1c770 MD5sum: daea6e7777994fea34687d362577c28b Description: Header files related to linux-backports-modules version 3.2.0 This package provides linux-backports-modules header files for version 3.2.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.2.0-135/debian.README.gz for details Package: linux-headers-lbm-3.2.0-136-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: devel Installed-Size: 45 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-136.127 Provides: linux-headers-lbm, linux-headers-lbm-2.6 Depends: coreutils | fileutils (>= 4.0), linux-headers-3.2.0-136-generic Filename: pool/main/l/linux-backports-modules-3.2.0/linux-headers-lbm-3.2.0-136-generic_3.2.0-136.127_amd64.deb Size: 2376 SHA256: 643c1f56fca180768aabc99984eb3f008ceeb698cf7cb22faca80a03e587ad0c SHA1: 6e4d78afa01fc5cfa9fcd98c61343b1dc8b3cf56 MD5sum: 8cbccbe473fd2e1b0e5c22fb5184e3dd Description: Header files related to linux-backports-modules version 3.2.0 This package provides linux-backports-modules header files for version 3.2.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.2.0-136/debian.README.gz for details Package: linux-headers-lbm-3.2.0-136-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: devel Installed-Size: 45 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-136.127 Provides: linux-headers-lbm, linux-headers-lbm-2.6 Depends: coreutils | fileutils (>= 4.0), linux-headers-3.2.0-136-virtual Filename: pool/main/l/linux-backports-modules-3.2.0/linux-headers-lbm-3.2.0-136-virtual_3.2.0-136.127_amd64.deb Size: 2376 SHA256: df6b52589c8b25363c34dcbdf2892e7576cee9d6684c7174ec4eccce715d27f8 SHA1: 9ca257c5aea3759752801bd8c5ed6fc587db5986 MD5sum: 34044156da96863817243524b8bac421 Description: Header files related to linux-backports-modules version 3.2.0 This package provides linux-backports-modules header files for version 3.2.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.2.0-136/debian.README.gz for details Package: linux-headers-lbm-3.2.0-137-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: devel Installed-Size: 45 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-137.129 Provides: linux-headers-lbm, linux-headers-lbm-2.6 Depends: coreutils | fileutils (>= 4.0), linux-headers-3.2.0-137-generic Filename: pool/main/l/linux-backports-modules-3.2.0/linux-headers-lbm-3.2.0-137-generic_3.2.0-137.129_amd64.deb Size: 2398 SHA256: b04679b0e150b987eaabebe00b4a62afa52475ff7ff248ff88ac2ead2e13b2b0 SHA1: 380a7b28b7519d1bc08ca53ef88969962ff3432a MD5sum: ee13fa4c2f5d0bc7790b62d08d0d92cd Description: Header files related to linux-backports-modules version 3.2.0 This package provides linux-backports-modules header files for version 3.2.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.2.0-137/debian.README.gz for details Package: linux-headers-lbm-3.2.0-137-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: devel Installed-Size: 45 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-137.129 Provides: linux-headers-lbm, linux-headers-lbm-2.6 Depends: coreutils | fileutils (>= 4.0), linux-headers-3.2.0-137-virtual Filename: pool/main/l/linux-backports-modules-3.2.0/linux-headers-lbm-3.2.0-137-virtual_3.2.0-137.129_amd64.deb Size: 2406 SHA256: 4dd62a8451a59a0650028114d242d2aa2891e215938b8010a5e9e18364010129 SHA1: 140754f98865ab49918f98375107cbc1527fc243 MD5sum: a063524fc9044b4d1abfa2d86c9fa646 Description: Header files related to linux-backports-modules version 3.2.0 This package provides linux-backports-modules header files for version 3.2.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.2.0-137/debian.README.gz for details Package: linux-headers-lbm-3.2.0-138-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: devel Installed-Size: 45 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-138.130 Provides: linux-headers-lbm, linux-headers-lbm-2.6 Depends: coreutils | fileutils (>= 4.0), linux-headers-3.2.0-138-generic Filename: pool/main/l/linux-backports-modules-3.2.0/linux-headers-lbm-3.2.0-138-generic_3.2.0-138.130_amd64.deb Size: 2426 SHA256: c090535aff7186127d50deb06395ff21f00ae2a11da508f1c144f9df8d5d6588 SHA1: 62d93c37ec336c54667a8e80eb294e5e1101b7ed MD5sum: 0daf97bae6fd988d4d8dc186f0fa7908 Description: Header files related to linux-backports-modules version 3.2.0 This package provides linux-backports-modules header files for version 3.2.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.2.0-138/debian.README.gz for details Package: linux-headers-lbm-3.2.0-138-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: devel Installed-Size: 45 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-138.130 Provides: linux-headers-lbm, linux-headers-lbm-2.6 Depends: coreutils | fileutils (>= 4.0), linux-headers-3.2.0-138-virtual Filename: pool/main/l/linux-backports-modules-3.2.0/linux-headers-lbm-3.2.0-138-virtual_3.2.0-138.130_amd64.deb Size: 2432 SHA256: a4206b3b2c4f1b077e47b00eb138c60cce8f74c3a0e1d06f07b1b0e32171ced3 SHA1: 4721b2a9fc95d7bd8500d9d037249fdda329abdc MD5sum: 1b24e3310f96beb8b66de8f63495f9cb Description: Header files related to linux-backports-modules version 3.2.0 This package provides linux-backports-modules header files for version 3.2.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.2.0-138/debian.README.gz for details Package: linux-headers-lbm-3.2.0-139-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: devel Installed-Size: 45 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-139.131 Provides: linux-headers-lbm, linux-headers-lbm-2.6 Depends: coreutils | fileutils (>= 4.0), linux-headers-3.2.0-139-generic Filename: pool/main/l/linux-backports-modules-3.2.0/linux-headers-lbm-3.2.0-139-generic_3.2.0-139.131_amd64.deb Size: 2418 SHA256: 7ea8ace553c5a707c6e65370a74ed34969eb2bfb9b322641b766aa9d043f20d1 SHA1: 9fedfa4ee703d8cde1692d746cd7eaf988d3f063 MD5sum: 3ac4a90f0dedcfb50905a466f7887332 Description: Header files related to linux-backports-modules version 3.2.0 This package provides linux-backports-modules header files for version 3.2.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.2.0-139/debian.README.gz for details Package: linux-headers-lbm-3.2.0-139-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: devel Installed-Size: 45 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-139.131 Provides: linux-headers-lbm, linux-headers-lbm-2.6 Depends: coreutils | fileutils (>= 4.0), linux-headers-3.2.0-139-virtual Filename: pool/main/l/linux-backports-modules-3.2.0/linux-headers-lbm-3.2.0-139-virtual_3.2.0-139.131_amd64.deb Size: 2410 SHA256: dade6bd9c3d6eed80900595eb7668d2123093f9d8c8f221826db34ff627c10a1 SHA1: d5f901894043b001638f9b8adf7b1040bf99fb57 MD5sum: 54670d2e7cdc9926053d6ebeb83e58dc Description: Header files related to linux-backports-modules version 3.2.0 This package provides linux-backports-modules header files for version 3.2.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.2.0-139/debian.README.gz for details Package: linux-headers-lbm-3.2.0-140-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: devel Installed-Size: 45 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-140.132 Provides: linux-headers-lbm, linux-headers-lbm-2.6 Depends: coreutils | fileutils (>= 4.0), linux-headers-3.2.0-140-generic Filename: pool/main/l/linux-backports-modules-3.2.0/linux-headers-lbm-3.2.0-140-generic_3.2.0-140.132_amd64.deb Size: 2426 SHA256: b47d6cac9f7dca86c50e94ad5ae1e80cedbbf54d6a58e43940a812f84b17d06f SHA1: 169ec37971ac101ae36edb4ae0f18a132e9ca5e7 MD5sum: 79645c336226f070d9b2fa2cb38ca94a Description: Header files related to linux-backports-modules version 3.2.0 This package provides linux-backports-modules header files for version 3.2.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.2.0-140/debian.README.gz for details Package: linux-headers-lbm-3.2.0-140-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: devel Installed-Size: 45 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-140.132 Provides: linux-headers-lbm, linux-headers-lbm-2.6 Depends: coreutils | fileutils (>= 4.0), linux-headers-3.2.0-140-virtual Filename: pool/main/l/linux-backports-modules-3.2.0/linux-headers-lbm-3.2.0-140-virtual_3.2.0-140.132_amd64.deb Size: 2428 SHA256: 785242f41be29d9ffd8e6797cc447c75a67d583b89348d71951c0a2fd0f575bb SHA1: ddcb6c5d9df0204097543fd3161581820e4cac24 MD5sum: 7993c836f67054666a288fa96fe4d049 Description: Header files related to linux-backports-modules version 3.2.0 This package provides linux-backports-modules header files for version 3.2.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.2.0-140/debian.README.gz for details Package: linux-headers-lbm-3.2.0-141-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: devel Installed-Size: 45 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-141.133 Provides: linux-headers-lbm, linux-headers-lbm-2.6 Depends: coreutils | fileutils (>= 4.0), linux-headers-3.2.0-141-generic Filename: pool/main/l/linux-backports-modules-3.2.0/linux-headers-lbm-3.2.0-141-generic_3.2.0-141.133_amd64.deb Size: 2418 SHA256: 621abff317af99fced37c87079e291422cd8d78c5c9e4f5f0601c8667bfb5a47 SHA1: 2ce456b20f7aa486dca94b8405efcb1844c7226f MD5sum: 9caa8fbae0ba6039a0db3db779c83115 Description: Header files related to linux-backports-modules version 3.2.0 This package provides linux-backports-modules header files for version 3.2.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.2.0-141/debian.README.gz for details Package: linux-headers-lbm-3.2.0-141-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: devel Installed-Size: 45 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-141.133 Provides: linux-headers-lbm, linux-headers-lbm-2.6 Depends: coreutils | fileutils (>= 4.0), linux-headers-3.2.0-141-virtual Filename: pool/main/l/linux-backports-modules-3.2.0/linux-headers-lbm-3.2.0-141-virtual_3.2.0-141.133_amd64.deb Size: 2420 SHA256: e28850eafd74033c6de62d4a97a4250b67f98bf2e3e0f7f9c59f6b6d7f547a74 SHA1: 11e5676110530999e72c64ad8560ee402b6356c7 MD5sum: 551cb80be11bfb9a71bf6a7c1c1b2139 Description: Header files related to linux-backports-modules version 3.2.0 This package provides linux-backports-modules header files for version 3.2.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.2.0-141/debian.README.gz for details Package: linux-headers-lbm-3.2.0-142-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: devel Installed-Size: 45 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-142.134 Provides: linux-headers-lbm, linux-headers-lbm-2.6 Depends: coreutils | fileutils (>= 4.0), linux-headers-3.2.0-142-generic Filename: pool/main/l/linux-backports-modules-3.2.0/linux-headers-lbm-3.2.0-142-generic_3.2.0-142.134_amd64.deb Size: 2416 SHA256: 8b110eb60c4004f398f2b2b2f52a7baa79dea9d4df7eebd96da3585401a8c38d SHA1: 4689fede63522dce37154e51ac74f2298f816632 MD5sum: 1fac56129f1fcd04e8287269eaf76b41 Description: Header files related to linux-backports-modules version 3.2.0 This package provides linux-backports-modules header files for version 3.2.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.2.0-142/debian.README.gz for details Package: linux-headers-lbm-3.2.0-142-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: devel Installed-Size: 45 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-142.134 Provides: linux-headers-lbm, linux-headers-lbm-2.6 Depends: coreutils | fileutils (>= 4.0), linux-headers-3.2.0-142-virtual Filename: pool/main/l/linux-backports-modules-3.2.0/linux-headers-lbm-3.2.0-142-virtual_3.2.0-142.134_amd64.deb Size: 2424 SHA256: 64302c33dc244572457eb39d571b97169375747eb646a3e06371593acf02603e SHA1: 4fcbca35e9ede30d193c42d0f38fdd7678c509fa MD5sum: 5d0f49c87b94b473143416c5c82a018b Description: Header files related to linux-backports-modules version 3.2.0 This package provides linux-backports-modules header files for version 3.2.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.2.0-142/debian.README.gz for details Package: linux-headers-lbm-3.2.0-143-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: devel Installed-Size: 45 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-143.135 Provides: linux-headers-lbm, linux-headers-lbm-2.6 Depends: coreutils | fileutils (>= 4.0), linux-headers-3.2.0-143-generic Filename: pool/main/l/linux-backports-modules-3.2.0/linux-headers-lbm-3.2.0-143-generic_3.2.0-143.135_amd64.deb Size: 2422 SHA256: 448c1cbe62164f1198945306d9542b8d1b474d32092f9d12f462f37b7629a26b SHA1: a8852ce640704ddf91c97b24a2c136852465f490 MD5sum: 4760bb19322e5b0f9243052b76c70769 Description: Header files related to linux-backports-modules version 3.2.0 This package provides linux-backports-modules header files for version 3.2.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.2.0-143/debian.README.gz for details Package: linux-headers-lbm-3.2.0-143-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: devel Installed-Size: 45 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-143.135 Provides: linux-headers-lbm, linux-headers-lbm-2.6 Depends: coreutils | fileutils (>= 4.0), linux-headers-3.2.0-143-virtual Filename: pool/main/l/linux-backports-modules-3.2.0/linux-headers-lbm-3.2.0-143-virtual_3.2.0-143.135_amd64.deb Size: 2422 SHA256: 23f532c14eed27d1a9a0409334aad5f5498dc3f23aa84999ca2ba05e3fafdca4 SHA1: f50779e8308b8ea7d821b5a21e3c9d1ecf4e164d MD5sum: 8c3a1b9935944dfaf288a0ba780a7d53 Description: Header files related to linux-backports-modules version 3.2.0 This package provides linux-backports-modules header files for version 3.2.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.2.0-143/debian.README.gz for details Package: linux-headers-lbm-3.2.0-144-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: devel Installed-Size: 45 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-144.136 Provides: linux-headers-lbm, linux-headers-lbm-2.6 Depends: coreutils | fileutils (>= 4.0), linux-headers-3.2.0-144-generic Filename: pool/main/l/linux-backports-modules-3.2.0/linux-headers-lbm-3.2.0-144-generic_3.2.0-144.136_amd64.deb Size: 2422 SHA256: 6f5b6326b09aa84bc79de7ac1c74b31655bb680fbf9f9ea6923648c7c8252ddc SHA1: e4cd75b265ace0ed17fdc37ec37126ffbe337bc1 MD5sum: 354006c4cb68d15db80b6992008d8cc7 Description: Header files related to linux-backports-modules version 3.2.0 This package provides linux-backports-modules header files for version 3.2.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.2.0-144/debian.README.gz for details Package: linux-headers-lbm-3.2.0-144-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: devel Installed-Size: 45 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-144.136 Provides: linux-headers-lbm, linux-headers-lbm-2.6 Depends: coreutils | fileutils (>= 4.0), linux-headers-3.2.0-144-virtual Filename: pool/main/l/linux-backports-modules-3.2.0/linux-headers-lbm-3.2.0-144-virtual_3.2.0-144.136_amd64.deb Size: 2422 SHA256: aa5cfeafa8696d70d09490b253c3a1f059eba6de3e98255ae093c7203aacdfca SHA1: 6ade046da9c3d94d461c3a73b3fb8d8a19542a07 MD5sum: 01ac40b01956262f972e53693bed3945 Description: Header files related to linux-backports-modules version 3.2.0 This package provides linux-backports-modules header files for version 3.2.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.2.0-144/debian.README.gz for details Package: linux-headers-lbm-3.2.0-147-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: devel Installed-Size: 45 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-147.138 Provides: linux-headers-lbm, linux-headers-lbm-2.6 Depends: coreutils | fileutils (>= 4.0), linux-headers-3.2.0-147-generic Filename: pool/main/l/linux-backports-modules-3.2.0/linux-headers-lbm-3.2.0-147-generic_3.2.0-147.138_amd64.deb Size: 2544 SHA256: f7b86bf3c12f37158c1bbc73cc3050d40846c5dd267cc58c42f9246dc020559f SHA1: 152452032d11fa2449f3d54933588ab7c61662ab MD5sum: 4531afd8af2a0226a380d5f31f9888aa Description: Header files related to linux-backports-modules version 3.2.0 This package provides linux-backports-modules header files for version 3.2.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.2.0-147/debian.README.gz for details Package: linux-headers-lbm-3.2.0-147-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: devel Installed-Size: 45 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-147.138 Provides: linux-headers-lbm, linux-headers-lbm-2.6 Depends: coreutils | fileutils (>= 4.0), linux-headers-3.2.0-147-virtual Filename: pool/main/l/linux-backports-modules-3.2.0/linux-headers-lbm-3.2.0-147-virtual_3.2.0-147.138_amd64.deb Size: 2548 SHA256: 0ee5baf6a171d0b974f646b561580d7e14135291dd202cd69c9df5eb1c3e837f SHA1: 70bc5cdb4da4c1e98b4aba1a1affa42a31694dbc MD5sum: bdfcc2c1d048a10ba5ec59993e1bb0d6 Description: Header files related to linux-backports-modules version 3.2.0 This package provides linux-backports-modules header files for version 3.2.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.2.0-147/debian.README.gz for details Package: linux-headers-lbm-3.2.0-148-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: devel Installed-Size: 45 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-148.139 Provides: linux-headers-lbm, linux-headers-lbm-2.6 Depends: coreutils | fileutils (>= 4.0), linux-headers-3.2.0-148-generic Filename: pool/main/l/linux-backports-modules-3.2.0/linux-headers-lbm-3.2.0-148-generic_3.2.0-148.139_amd64.deb Size: 2496 SHA256: 52413cfdaa940b0acb3e0390db6ef3c6823cdbcbd8f2186880f2ac25354c48cd SHA1: 63dbe5e4c10e59b759d5ee0558260fe4534185fd MD5sum: 15b6b46ba39b649b9df43cef8965e70a Description: Header files related to linux-backports-modules version 3.2.0 This package provides linux-backports-modules header files for version 3.2.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.2.0-148/debian.README.gz for details Package: linux-headers-lbm-3.2.0-148-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: devel Installed-Size: 45 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-148.139 Provides: linux-headers-lbm, linux-headers-lbm-2.6 Depends: coreutils | fileutils (>= 4.0), linux-headers-3.2.0-148-virtual Filename: pool/main/l/linux-backports-modules-3.2.0/linux-headers-lbm-3.2.0-148-virtual_3.2.0-148.139_amd64.deb Size: 2502 SHA256: d78fd00b232e2790c1d00a341904f0f3a6f532e60fda9b5493caf4c339e356f7 SHA1: 84273a3b1cd64494716ade0d86bf2dff610818c0 MD5sum: 53b4df6c113612639794ae1cf289a8d3 Description: Header files related to linux-backports-modules version 3.2.0 This package provides linux-backports-modules header files for version 3.2.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.2.0-148/debian.README.gz for details Package: linux-headers-lbm-3.2.0-149-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: devel Installed-Size: 45 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-149.140 Provides: linux-headers-lbm, linux-headers-lbm-2.6 Depends: coreutils | fileutils (>= 4.0), linux-headers-3.2.0-149-generic Filename: pool/main/l/linux-backports-modules-3.2.0/linux-headers-lbm-3.2.0-149-generic_3.2.0-149.140_amd64.deb Size: 2498 SHA256: 6cbe739dff17fce42aeba6fae9480b2ef7ac3c4203196fcd67e0655591e9635c SHA1: e62d52036b7b0206b0d2527c6177da214670653e MD5sum: 720017827e92f0ccb7c3fb970a511949 Description: Header files related to linux-backports-modules version 3.2.0 This package provides linux-backports-modules header files for version 3.2.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.2.0-149/debian.README.gz for details Package: linux-headers-lbm-3.2.0-149-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: devel Installed-Size: 45 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-149.140 Provides: linux-headers-lbm, linux-headers-lbm-2.6 Depends: coreutils | fileutils (>= 4.0), linux-headers-3.2.0-149-virtual Filename: pool/main/l/linux-backports-modules-3.2.0/linux-headers-lbm-3.2.0-149-virtual_3.2.0-149.140_amd64.deb Size: 2492 SHA256: 655c8040444d0e1056ceba040ea14cafe9454c77bb179e569b6199cd0b9b1908 SHA1: 2cd1e057f3bd12c49a480e277036052da6b1fed8 MD5sum: c2136b426188b998fd893de9e630d007 Description: Header files related to linux-backports-modules version 3.2.0 This package provides linux-backports-modules header files for version 3.2.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.2.0-149/debian.README.gz for details Package: linux-headers-lbm-3.2.0-150-generic Source: linux-backports-modules-3.2.0 Priority: optional Section: devel Installed-Size: 45 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-150.141 Provides: linux-headers-lbm, linux-headers-lbm-2.6 Depends: coreutils | fileutils (>= 4.0), linux-headers-3.2.0-150-generic Filename: pool/main/l/linux-backports-modules-3.2.0/linux-headers-lbm-3.2.0-150-generic_3.2.0-150.141_amd64.deb Size: 2476 SHA256: 2775acfb8dba0af9a589c1fa38c58414ced66824cd9d6436d2d2be7c347e6ecb SHA1: 5964d071331455ee61cab87beef8b7dec905d77d MD5sum: b24a128f5d372aee5ab57e28460f19c3 Description: Header files related to linux-backports-modules version 3.2.0 This package provides linux-backports-modules header files for version 3.2.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.2.0-150/debian.README.gz for details Package: linux-headers-lbm-3.2.0-150-virtual Source: linux-backports-modules-3.2.0 Priority: optional Section: devel Installed-Size: 45 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-150.141 Provides: linux-headers-lbm, linux-headers-lbm-2.6 Depends: coreutils | fileutils (>= 4.0), linux-headers-3.2.0-150-virtual Filename: pool/main/l/linux-backports-modules-3.2.0/linux-headers-lbm-3.2.0-150-virtual_3.2.0-150.141_amd64.deb Size: 2470 SHA256: 22e24a4a419c5c01f0c5c7cd9693c6156bd02a10c5c4d6b7780529ecbfb4c347 SHA1: edaccb726b2895f356eaff678323f3fee44f837c MD5sum: 19fd094b2d1e886797ab828209a6115b Description: Header files related to linux-backports-modules version 3.2.0 This package provides linux-backports-modules header files for version 3.2.0, for sites that want the latest linux-backports-modules headers. Please read /usr/share/doc/linux-headers-lbm-3.2.0-150/debian.README.gz for details Package: linux-headers-server Source: linux-meta Priority: optional Section: kernel Installed-Size: 34 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0.150.164 Depends: linux-headers-3.2.0-150-generic Filename: pool/main/l/linux-meta/linux-headers-server_3.2.0.150.164_amd64.deb Size: 2438 SHA256: 2a36e5d0e8a5fcae76e8f141f3791797ebe751988eaef659cb8644afdd9dbab9 SHA1: 50d036da8ccdd641da55aea62fba90035418d68b MD5sum: 2a889f66a9b10d0ea39757f3680bd357 Description: Linux kernel headers on Server Equipment. This package will always depend on the latest kernel headers available for Server Equipment. Package: linux-headers-virtual Source: linux-meta Priority: optional Section: kernel Installed-Size: 34 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0.150.164 Depends: linux-headers-3.2.0-150-virtual Filename: pool/main/l/linux-meta/linux-headers-virtual_3.2.0.150.164_amd64.deb Size: 2428 SHA256: b5ab96ab2b58027e913f06d79f80148c23eccf16cdeadbc463d15539f9cd86cb SHA1: 580b614a5f67f76540538bcbb34bb363a8c83803 MD5sum: 4735b70a70d1d6d0d6f214136a464075 Description: Linux kernel headers for virtual machines This package will always depend on the latest kernel headers available for virtual machines. Package: linux-hwe-generic Source: linux-meta Priority: optional Section: kernel Installed-Size: 34 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0.150.164 Depends: linux-image-hwe-generic, linux-headers-generic-lts-trusty Filename: pool/main/l/linux-meta/linux-hwe-generic_3.2.0.150.164_amd64.deb Size: 1728 SHA256: bf12aaa8e1566160168b0fd7ffcc2be69373916670604a39d2e01517c0e20be4 SHA1: 9a781270562df3750598d5010e34f8f31c63bc1e MD5sum: 5388dd8c791d3ae66d2a7eeac7b8715f Description: Depends on the generic hardware enablement kernel image and headers. This package will always depend on the generic hardware enablement kernel and headers. Package: linux-image Source: linux-meta Priority: optional Section: kernel Installed-Size: 34 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0.150.164 Depends: linux-image-generic (= 3.2.0.150.164) Filename: pool/main/l/linux-meta/linux-image_3.2.0.150.164_amd64.deb Size: 1706 SHA256: 4261cea63756a1537b14e053ab00a7ba0289818f0187d5ec83b9ebda671ec841 SHA1: b7fca1d4a708d1b22b7a821b41532d61504f2949 MD5sum: bde1c3e801f1adafed68339b7ae9add7 Description: Generic Linux kernel image. This package will always depend on the latest generic Linux kernel image available. Package: linux-image-3.13.0-119-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 193661 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-119.166~precise1 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1) Suggests: fdutils, linux-lts-trusty-doc-3.13.0 | linux-lts-trusty-source-3.13.0, linux-lts-trusty-tools, linux-headers-3.13.0-119-generic Provides: fuse-module, linux-image, linux-image-3.0 Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3) Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-lts-trusty/linux-image-3.13.0-119-generic_3.13.0-119.166~precise1_amd64.deb Size: 52863446 SHA256: f5a0f13cfdead47732fe0599d2285d619d48711c1c4994f97d4c3647891361fb SHA1: 35db6ef3bc3a81c83d7e66c6772c1fe3b628eb47 MD5sum: ada1242751daf42c8350abd5d3bb0609 Description: Linux kernel image for version 3.13.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.13.0-121-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 193662 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-121.170~precise1 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1) Suggests: fdutils, linux-lts-trusty-doc-3.13.0 | linux-lts-trusty-source-3.13.0, linux-lts-trusty-tools, linux-headers-3.13.0-121-generic Provides: fuse-module, linux-image, linux-image-3.0 Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3) Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-lts-trusty/linux-image-3.13.0-121-generic_3.13.0-121.170~precise1_amd64.deb Size: 52646258 SHA256: bb8c5df16046b1946358495f8ff4cfbde8745fc9cfa223c23595c59adbf84f79 SHA1: 9538e1ba75a2e7852c4c4efcd091ad18b3946a14 MD5sum: ac8f391c4eafce7ff78f060b25477e96 Description: Linux kernel image for version 3.13.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.13.0-123-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 193662 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-123.172~precise1 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1) Suggests: fdutils, linux-lts-trusty-doc-3.13.0 | linux-lts-trusty-source-3.13.0, linux-lts-trusty-tools, linux-headers-3.13.0-123-generic Provides: fuse-module, linux-image, linux-image-3.0 Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3) Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-lts-trusty/linux-image-3.13.0-123-generic_3.13.0-123.172~precise1_amd64.deb Size: 52838216 SHA256: 82f2371772af532d715ee12358427c718c96eb127b6b4ac31c3ba225e43d8bf5 SHA1: 93fda96d0594e88ef4adc9000c23cfb47d0ee3d7 MD5sum: 57ee678926b55b88523421c5cb8b7f32 Description: Linux kernel image for version 3.13.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.13.0-125-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 193663 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-125.174~precise1 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1) Suggests: fdutils, linux-lts-trusty-doc-3.13.0 | linux-lts-trusty-source-3.13.0, linux-lts-trusty-tools, linux-headers-3.13.0-125-generic Provides: fuse-module, linux-image, linux-image-3.0 Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3) Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-lts-trusty/linux-image-3.13.0-125-generic_3.13.0-125.174~precise1_amd64.deb Size: 52559570 SHA256: 220e1d7fbaf3f73b97a30172f431b62a193d80941e45b482781e1b1b4bcd882e SHA1: 0be8f55dbebae30107b3d1fd750b444be2bc2674 MD5sum: c42ec46f5bf9d03663da8a42c2af355a Description: Linux kernel image for version 3.13.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.13.0-126-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 193667 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-126.175~precise1 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1) Suggests: fdutils, linux-lts-trusty-doc-3.13.0 | linux-lts-trusty-source-3.13.0, linux-lts-trusty-tools, linux-headers-3.13.0-126-generic Provides: fuse-module, linux-image, linux-image-3.0 Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3) Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-lts-trusty/linux-image-3.13.0-126-generic_3.13.0-126.175~precise1_amd64.deb Size: 52499612 SHA256: 8459e7861692455454c65992e8d98898d6910806ec17fc9a636b9a8701a50950 SHA1: 3435ba31228c2d657aac392e73908ecad6d25569 MD5sum: 9e3d4be937350f21c179aead17155174 Description: Linux kernel image for version 3.13.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.13.0-128-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 193667 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-128.177~precise1 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1) Suggests: fdutils, linux-lts-trusty-doc-3.13.0 | linux-lts-trusty-source-3.13.0, linux-lts-trusty-tools, linux-headers-3.13.0-128-generic Provides: fuse-module, linux-image, linux-image-3.0 Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3) Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-lts-trusty/linux-image-3.13.0-128-generic_3.13.0-128.177~precise1_amd64.deb Size: 52631552 SHA256: 2603abbd338d1b88915c1dbe92ad0b412b35b76533507c3c5ee1680bbeaefa26 SHA1: 84a8808c8e4218b862dc7a7adcf26c4b0029b080 MD5sum: 56280ce45c2f78479335d1785b08439a Description: Linux kernel image for version 3.13.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.13.0-129-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 193667 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-129.178~precise1 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1) Suggests: fdutils, linux-lts-trusty-doc-3.13.0 | linux-lts-trusty-source-3.13.0, linux-lts-trusty-tools, linux-headers-3.13.0-129-generic Provides: fuse-module, linux-image, linux-image-3.0 Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3) Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-lts-trusty/linux-image-3.13.0-129-generic_3.13.0-129.178~precise1_amd64.deb Size: 52669234 SHA256: 192b160784ac7b49d29462af6bb83c4ba2d906fe775203c14549757c1cb372a4 SHA1: d15130f37dbf6dcf7cef0d7ed46c2e1fa6bf72d9 MD5sum: 862e510e5a480876b0a2411cd0a0ce54 Description: Linux kernel image for version 3.13.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.13.0-132-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 193669 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-132.181~precise1 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1) Suggests: fdutils, linux-lts-trusty-doc-3.13.0 | linux-lts-trusty-source-3.13.0, linux-lts-trusty-tools, linux-headers-3.13.0-132-generic Provides: fuse-module, linux-image, linux-image-3.0 Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3) Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-lts-trusty/linux-image-3.13.0-132-generic_3.13.0-132.181~precise1_amd64.deb Size: 52630464 SHA256: 6900406aec2446392abe7476a21314237492f0299818360d088370e34fb3ed56 SHA1: 05b7d8e78ab312deb8a6dfc0491f4378597c90a9 MD5sum: 11b7c4a5868df958b688f15948df517e Description: Linux kernel image for version 3.13.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.13.0-133-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 193669 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-133.182~precise1 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1) Suggests: fdutils, linux-lts-trusty-doc-3.13.0 | linux-lts-trusty-source-3.13.0, linux-lts-trusty-tools, linux-headers-3.13.0-133-generic Provides: fuse-module, linux-image, linux-image-3.0 Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3) Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-lts-trusty/linux-image-3.13.0-133-generic_3.13.0-133.182~precise1_amd64.deb Size: 52686106 SHA256: 195733812408492b593f9976458cee307f51c5065fce517242ec8801b52e6035 SHA1: 87653960f79a4b6063b2917bb0202701289e43de MD5sum: ea5ff33033739c1a0421d7116e7319e6 Description: Linux kernel image for version 3.13.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.13.0-135-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 193676 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-135.184~precise1 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1) Suggests: fdutils, linux-lts-trusty-doc-3.13.0 | linux-lts-trusty-source-3.13.0, linux-lts-trusty-tools, linux-headers-3.13.0-135-generic Provides: fuse-module, linux-image, linux-image-3.0 Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3) Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-lts-trusty/linux-image-3.13.0-135-generic_3.13.0-135.184~precise1_amd64.deb Size: 52631114 SHA256: b06192650e666d24ab9720c25f143a62d8ff064cef05015f08248bdbf737a4e2 SHA1: 1e2136d8c04938e926931b17b481d1c337647fb5 MD5sum: d51d039ae6dbd18cbf5894c0555de27f Description: Linux kernel image for version 3.13.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.13.0-137-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 193678 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-137.186~precise1 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1) Suggests: fdutils, linux-lts-trusty-doc-3.13.0 | linux-lts-trusty-source-3.13.0, linux-lts-trusty-tools, linux-headers-3.13.0-137-generic Provides: fuse-module, linux-image, linux-image-3.0 Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3) Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-lts-trusty/linux-image-3.13.0-137-generic_3.13.0-137.186~precise1_amd64.deb Size: 52611372 SHA256: ee8ab4cccbe69fffc4030a3ced98472242028249bd306f5f717eb55c42d048cb SHA1: 084f533915c22d4afd3128575c66fb2e4dd72ef6 MD5sum: b2e7d93d2a079d686df816d2e1c89252 Description: Linux kernel image for version 3.13.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.13.0-139-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 193688 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-139.188~precise1 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1) Suggests: fdutils, linux-lts-trusty-doc-3.13.0 | linux-lts-trusty-source-3.13.0, linux-lts-trusty-tools, linux-headers-3.13.0-139-generic Provides: fuse-module, linux-image, linux-image-3.0 Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3) Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-lts-trusty/linux-image-3.13.0-139-generic_3.13.0-139.188~precise1_amd64.deb Size: 52617694 SHA256: 6f441ee9c2a3c0e13285fe8dcf08ff618de6c78586efc83cac74d0cc6c70e7f2 SHA1: 11d1450907b6783d6202c332f0c264044e85d69f MD5sum: 8385ceab726a9a4503941346efa029d5 Description: Linux kernel image for version 3.13.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.13.0-141-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 193700 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-141.190~precise1 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1) Suggests: fdutils, linux-lts-trusty-doc-3.13.0 | linux-lts-trusty-source-3.13.0, linux-lts-trusty-tools, linux-headers-3.13.0-141-generic Provides: fuse-module, linux-image, linux-image-3.0 Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3) Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-lts-trusty/linux-image-3.13.0-141-generic_3.13.0-141.190~precise1_amd64.deb Size: 52624910 SHA256: 13732148b6f6df31aa7b9489c693b89cf634ad374f712c5c48e07b5b89115926 SHA1: db2d540de88653f655b48423b6b1f4ce2b267035 MD5sum: 2e8214b8e3abf682682486bf4b879281 Description: Linux kernel image for version 3.13.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.13.0-142-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 193703 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-142.191~precise1 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1) Suggests: fdutils, linux-lts-trusty-doc-3.13.0 | linux-lts-trusty-source-3.13.0, linux-lts-trusty-tools, linux-headers-3.13.0-142-generic Provides: fuse-module, linux-image, linux-image-3.0 Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3) Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-lts-trusty/linux-image-3.13.0-142-generic_3.13.0-142.191~precise1_amd64.deb Size: 52635458 SHA256: 125d51507a13d89656148982176bd980e1366ccc93d2de139ee5858b0a6c3e2d SHA1: 2778f97e751b0a8fbf803f99ddf343b5b7a9f2f3 MD5sum: 5dd1967d8e117c185a1bbd33cc3fcc2a Description: Linux kernel image for version 3.13.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.13.0-143-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 194522 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-143.192~precise1 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1) Suggests: fdutils, linux-lts-trusty-doc-3.13.0 | linux-lts-trusty-source-3.13.0, linux-lts-trusty-tools, linux-headers-3.13.0-143-generic Provides: fuse-module, linux-image, linux-image-3.0 Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3) Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-lts-trusty/linux-image-3.13.0-143-generic_3.13.0-143.192~precise1_amd64.deb Size: 52721230 SHA256: ee13ff1aa5ad8be611ac8518a5d4539a5504c0f1df0b830460cd6539640b9d52 SHA1: ec504d25d132e701546235bfcd6fb77cec89c34d MD5sum: 8054d4ca9a2a186b6f676113d0473da0 Description: Linux kernel image for version 3.13.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.13.0-144-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 194531 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-144.193~precise1 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1) Suggests: fdutils, linux-lts-trusty-doc-3.13.0 | linux-lts-trusty-source-3.13.0, linux-lts-trusty-tools, linux-headers-3.13.0-144-generic Provides: fuse-module, linux-image, linux-image-3.0 Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3) Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-lts-trusty/linux-image-3.13.0-144-generic_3.13.0-144.193~precise1_amd64.deb Size: 52735950 SHA256: 4af5d1f402e6e58ac518fa200f3534d5c0106853b8ae674b8208755a35dcf20d SHA1: deae339a6e3c14ceb9b595d7380a9477ba1bb0df MD5sum: 01beeb49c9db5e7568e39e04a76bfb89 Description: Linux kernel image for version 3.13.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.13.0-145-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 199577 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-145.194~precise2 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1) Suggests: fdutils, linux-lts-trusty-doc-3.13.0 | linux-lts-trusty-source-3.13.0, linux-lts-trusty-tools, linux-headers-3.13.0-145-generic Provides: fuse-module, linux-image, linux-image-3.0 Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3) Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-lts-trusty/linux-image-3.13.0-145-generic_3.13.0-145.194~precise2_amd64.deb Size: 53016804 SHA256: 6a48877ef6b8ed6baf1af03dcfe0bfd7e8584591dd61a19e8908e4143d1bd19d SHA1: 522d0e30ce37736d580babbb5237184e9976b3cf MD5sum: aa8e17903ef675d48509c7befd8ef58e Description: Linux kernel image for version 3.13.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.13.0-147-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 199577 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-147.196~precise1 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1) Suggests: fdutils, linux-lts-trusty-doc-3.13.0 | linux-lts-trusty-source-3.13.0, linux-lts-trusty-tools, linux-headers-3.13.0-147-generic Provides: fuse-module, linux-image, linux-image-3.0 Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3) Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-lts-trusty/linux-image-3.13.0-147-generic_3.13.0-147.196~precise1_amd64.deb Size: 52966818 SHA256: e40de0f04a7dd7b98ca694dfac398d8570b46bf184d866f1a110cb696b0e9c7f SHA1: fd61d30a9009c301814ce3ed68fa9001e5e4df70 MD5sum: a041e0e2acaccea5fac15440b3d71e64 Description: Linux kernel image for version 3.13.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.13.0-149-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 199585 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-149.199~precise1 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1) Suggests: fdutils, linux-lts-trusty-doc-3.13.0 | linux-lts-trusty-source-3.13.0, linux-lts-trusty-tools, linux-headers-3.13.0-149-generic Provides: fuse-module, linux-image, linux-image-3.0 Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3) Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-lts-trusty/linux-image-3.13.0-149-generic_3.13.0-149.199~precise1_amd64.deb Size: 52944344 SHA256: 49b1bd542c5604ee9d0e93c725d5b9b59a9da151c923a6d5ea2b4384cccf8128 SHA1: 00112716242b70546cb6682e33514b1b341a8166 MD5sum: 89b1c1c569ee56dbca4687bf75e1f18c Description: Linux kernel image for version 3.13.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.13.0-151-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 199586 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-151.201~precise1 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1) Suggests: fdutils, linux-lts-trusty-doc-3.13.0 | linux-lts-trusty-source-3.13.0, linux-lts-trusty-tools, linux-headers-3.13.0-151-generic Provides: fuse-module, linux-image, linux-image-3.0 Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3) Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-lts-trusty/linux-image-3.13.0-151-generic_3.13.0-151.201~precise1_amd64.deb Size: 53029586 SHA256: 93eae4fb23264e22433867e005a3a918b71b5bc6ec1ca4913d53974de2e6ccc1 SHA1: 56df76c491453d4c7eb95dca872a63253c8448b6 MD5sum: f4fc4406689501edaf6864d62be70079 Description: Linux kernel image for version 3.13.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.13.0-153-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 199588 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-153.203~precise1 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1) Suggests: fdutils, linux-lts-trusty-doc-3.13.0 | linux-lts-trusty-source-3.13.0, linux-lts-trusty-tools, linux-headers-3.13.0-153-generic Provides: fuse-module, linux-image, linux-image-3.0 Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3) Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-lts-trusty/linux-image-3.13.0-153-generic_3.13.0-153.203~precise1_amd64.deb Size: 53055856 SHA256: e4f3e0e6696a280bd53221a127d7933ea31f7fd8a394f27ce288ab4ed2db13e5 SHA1: 95d99c78c0072dcf5ba893296ff16d5257ad109e MD5sum: 49cfb18ec63ce2719c3ee3e6da54aa5e Description: Linux kernel image for version 3.13.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.13.0-155-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 199603 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-155.206~precise1 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1) Suggests: fdutils, linux-lts-trusty-doc-3.13.0 | linux-lts-trusty-source-3.13.0, linux-lts-trusty-tools, linux-headers-3.13.0-155-generic Provides: fuse-module, linux-image, linux-image-3.0 Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3) Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-lts-trusty/linux-image-3.13.0-155-generic_3.13.0-155.206~precise1_amd64.deb Size: 53056232 SHA256: 9e895c69f012f2273dafa5b76f5d2894ff5552ae36d91bc2f23965aab2707f81 SHA1: be23873933afbb2c4802dbca36da3a9b56f50e5b MD5sum: d72646e060f5d2d239c1ac97b94ac8a3 Description: Linux kernel image for version 3.13.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.13.0-156-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 199593 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-156.206~precise1 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1) Suggests: fdutils, linux-lts-trusty-doc-3.13.0 | linux-lts-trusty-source-3.13.0, linux-lts-trusty-tools, linux-headers-3.13.0-156-generic Provides: fuse-module, linux-image, linux-image-3.0 Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3) Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-lts-trusty/linux-image-3.13.0-156-generic_3.13.0-156.206~precise1_amd64.deb Size: 53046356 SHA256: cfbc64ba7362587c5aacba81bd1b7d5fca932be28ffda4762abdbb8563cd4405 SHA1: a41dcf2ff7ca6d42840fe1b380e5f4eba04b83e9 MD5sum: 29013f6092bfab25e67316c0ffb5e448 Description: Linux kernel image for version 3.13.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.13.0-157-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 199622 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-157.207~precise1 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1) Suggests: fdutils, linux-lts-trusty-doc-3.13.0 | linux-lts-trusty-source-3.13.0, linux-lts-trusty-tools, linux-headers-3.13.0-157-generic Provides: fuse-module, linux-image, linux-image-3.0 Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3) Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-lts-trusty/linux-image-3.13.0-157-generic_3.13.0-157.207~precise1_amd64.deb Size: 53054266 SHA256: 87eb5ea9f3aa6c3db24b494787880c8acf48ffa54db86030229d64a802021947 SHA1: c223541d52ed990590c4a9d3e38354c5c9510939 MD5sum: aa6fb1f5016924d1fb79fdd10ec8e9b4 Description: Linux kernel image for version 3.13.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.13.0-158-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 199624 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-158.208~precise2 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1) Suggests: fdutils, linux-lts-trusty-doc-3.13.0 | linux-lts-trusty-source-3.13.0, linux-lts-trusty-tools, linux-headers-3.13.0-158-generic Provides: fuse-module, linux-image, linux-image-3.0 Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3) Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-lts-trusty/linux-image-3.13.0-158-generic_3.13.0-158.208~precise2_amd64.deb Size: 53036040 SHA256: 654fea0f330876279e4cbd78535dd79765e5afcc70e330c6c82eeb16b71d3a55 SHA1: 58fa6c8fcea8c09b5f3f17e1da3fd3dc32d1560a MD5sum: 864d205fccfc4da251be9fe2e523d82f Description: Linux kernel image for version 3.13.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.13.0-160-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 200071 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-160.210~precise1 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1) Suggests: fdutils, linux-lts-trusty-doc-3.13.0 | linux-lts-trusty-source-3.13.0, linux-lts-trusty-tools, linux-headers-3.13.0-160-generic Provides: fuse-module, linux-image, linux-image-3.0 Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3) Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-lts-trusty/linux-image-3.13.0-160-generic_3.13.0-160.210~precise1_amd64.deb Size: 53160638 SHA256: 43175622a3b1e0ee58c706509965dbe1648aed551dceb1e11a8fb3f07a70dfc9 SHA1: 3fc598fb5704a78e38552d530651496411450fba MD5sum: 47f7c7b2c1c90dad4c44cf29c00d4adb Description: Linux kernel image for version 3.13.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.13.0-161-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 200074 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-161.211~precise1 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1) Suggests: fdutils, linux-lts-trusty-doc-3.13.0 | linux-lts-trusty-source-3.13.0, linux-lts-trusty-tools, linux-headers-3.13.0-161-generic Provides: fuse-module, linux-image, linux-image-3.0 Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3) Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-lts-trusty/linux-image-3.13.0-161-generic_3.13.0-161.211~precise1_amd64.deb Size: 53149852 SHA256: e7c0801f98fa67ed407f1a58fb619c2400d29a490e8894621f59f3991090fa28 SHA1: a3fb1b67edb78feb9216cbbf6bb62847bce9e5da MD5sum: c5d8da5506c885dde32e2f7f3d5f1042 Description: Linux kernel image for version 3.13.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.13.0-162-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 200074 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-162.212~precise1 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1) Suggests: fdutils, linux-lts-trusty-doc-3.13.0 | linux-lts-trusty-source-3.13.0, linux-lts-trusty-tools, linux-headers-3.13.0-162-generic Provides: fuse-module, linux-image, linux-image-3.0 Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3) Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-lts-trusty/linux-image-3.13.0-162-generic_3.13.0-162.212~precise1_amd64.deb Size: 53223234 SHA256: 56d3b30b4725966b944411aed84a87003d7bb4b43fabdace7d50f16ee7a1c5cf SHA1: da84e82330cc0b827aba22d7f1e9a0a8ae199647 MD5sum: 80f15d6b5a9fd486da2602f5177e2995 Description: Linux kernel image for version 3.13.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.13.0-163-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 200074 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-163.213~precise1 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1) Suggests: fdutils, linux-lts-trusty-doc-3.13.0 | linux-lts-trusty-source-3.13.0, linux-lts-trusty-tools, linux-headers-3.13.0-163-generic Provides: fuse-module, linux-image, linux-image-3.0 Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3) Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-lts-trusty/linux-image-3.13.0-163-generic_3.13.0-163.213~precise1_amd64.deb Size: 53152722 SHA256: 9c8cc395f420291561d9b7f28cb16b354a7c088814c46f3f633b78cd02cc1ad0 SHA1: 8364e55755ca5c15c3a6efe53e0501b1ccd61f8e MD5sum: 5aeca826de20fe204b4b11483b1ee986 Description: Linux kernel image for version 3.13.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.13.0-164-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 200077 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-164.214~precise1 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1) Suggests: fdutils, linux-lts-trusty-doc-3.13.0 | linux-lts-trusty-source-3.13.0, linux-lts-trusty-tools, linux-headers-3.13.0-164-generic Provides: fuse-module, linux-image, linux-image-3.0 Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3) Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-lts-trusty/linux-image-3.13.0-164-generic_3.13.0-164.214~precise1_amd64.deb Size: 53164932 SHA256: 7e465e4e4bd098aba762f6ce19a8b7951bed89cab65afd8cd64bf59697a478ef SHA1: 71e1de6b18788b01ea5b1ae2ef23f3bcd80e935f MD5sum: 95d0a2542cdc7918189e045fdf5344ee Description: Linux kernel image for version 3.13.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.13.0-165-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 200077 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-165.215~precise1 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1) Suggests: fdutils, linux-lts-trusty-doc-3.13.0 | linux-lts-trusty-source-3.13.0, linux-lts-trusty-tools, linux-headers-3.13.0-165-generic Provides: fuse-module, linux-image, linux-image-3.0 Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3) Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-lts-trusty/linux-image-3.13.0-165-generic_3.13.0-165.215~precise1_amd64.deb Size: 53225724 SHA256: aecffbc3f5e1144791c33638667ca81bfd8b059afdf50517edb0b88ae4856467 SHA1: 8211135269785b259a173a78deacf613ae69cbd3 MD5sum: 682f03b5c3c744cc435ae52af6183e10 Description: Linux kernel image for version 3.13.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.13.0-166-generic Source: linux-signed-lts-trusty Priority: optional Section: kernel Installed-Size: 5866 Maintainer: Canonical Kernel Team Architecture: amd64 Version: 3.13.0-166.216~precise1 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1), initramfs-tools (>= 0.36ubuntu6) Suggests: fdutils, linux-lts-trusty-doc-3.13.0 | linux-lts-trusty-source-3.13.0, linux-lts-trusty-tools, linux-headers-3.13.0-166-generic Provides: fuse-module, linux-image, linux-image-3.0 Depends: module-init-tools (>= 3.3-pre11-4ubuntu3), linux-base (>= 4.5ubuntu1~12.04.1), linux-modules-3.13.0-166-generic Conflicts: hotplug (<< 0.0.20040105-1), linux-image-unsigned-3.13.0-166-generic Filename: pool/main/l/linux-signed-lts-trusty/linux-image-3.13.0-166-generic_3.13.0-166.216~precise1_amd64.deb Size: 5907618 SHA256: 32f8c1fcb177b965643287d418ac3f90ede5ebbce79d61c3833de1965c3a1aac SHA1: db64079906ba404a384d0a73b887176e689082f3 MD5sum: 5c701df5ac077483b28c8c1d683243f7 Description: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's UEFI/Opal signing key. Built-Using: linux (= 3.13.0-166.216~precise1) Package: linux-image-3.13.0-166-lowlatency Source: linux-signed-lts-trusty Priority: optional Section: kernel Installed-Size: 31 Maintainer: Canonical Kernel Team Architecture: amd64 Version: 3.13.0-166.216~precise1 Filename: pool/main/l/linux-signed-lts-trusty/linux-image-3.13.0-166-lowlatency_3.13.0-166.216~precise1_amd64.deb Size: 2618 SHA256: 5af2c09ddf72b8b3789b5550f67b0c307180aef460a4732295e583d86d7b1452 SHA1: 93c9b281f885581c3cb65bb64946de634352a43d MD5sum: cfd9dc5ba79963e0220b15dc4cbe1bbe Description: Signed kernel image lowlatency A kernel image for lowlatency. This version of it is signed with Canonical's UEFI signing key. Built-Using: linux (= 3.13.0-166.216~precise1) Package: linux-image-3.13.0-168-generic Source: linux-signed-lts-trusty Priority: optional Section: kernel Installed-Size: 5867 Maintainer: Canonical Kernel Team Architecture: amd64 Version: 3.13.0-168.218~precise1 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1), initramfs-tools (>= 0.36ubuntu6) Suggests: fdutils, linux-lts-trusty-doc-3.13.0 | linux-lts-trusty-source-3.13.0, linux-lts-trusty-tools, linux-headers-3.13.0-168-generic Provides: fuse-module, linux-image, linux-image-3.0 Depends: module-init-tools (>= 3.3-pre11-4ubuntu3), linux-base (>= 4.5ubuntu1~12.04.1), linux-modules-3.13.0-168-generic Conflicts: hotplug (<< 0.0.20040105-1), linux-image-unsigned-3.13.0-168-generic Filename: pool/main/l/linux-signed-lts-trusty/linux-image-3.13.0-168-generic_3.13.0-168.218~precise1_amd64.deb Size: 5908620 SHA256: 79112d2f23373c0c06c60f59a563fbfe0bfd2f27a97d359a189baf28f007e8f2 SHA1: e838fd765559b21a9b30510d3448d89cee065c7e MD5sum: b2b7f519a6e8aaa2e8ebf94e7b792e91 Description: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's UEFI/Opal signing key. Built-Using: linux (= 3.13.0-168.218~precise1) Package: linux-image-3.13.0-168-lowlatency Source: linux-signed-lts-trusty Priority: optional Section: kernel Installed-Size: 31 Maintainer: Canonical Kernel Team Architecture: amd64 Version: 3.13.0-168.218~precise1 Filename: pool/main/l/linux-signed-lts-trusty/linux-image-3.13.0-168-lowlatency_3.13.0-168.218~precise1_amd64.deb Size: 2620 SHA256: 687d7ae2657be9e33908bcfbc5cea145c996e8684f743b4e5060b9b4a34c4641 SHA1: fc0b79ed4b542e21fcec6af4114396e81feaf48c MD5sum: 6fdc3927bf079c409da510631e2ad450 Description: Signed kernel image lowlatency A kernel image for lowlatency. This version of it is signed with Canonical's UEFI signing key. Built-Using: linux (= 3.13.0-168.218~precise1) Package: linux-image-3.13.0-170-generic Source: linux-signed-lts-trusty Priority: optional Section: kernel Installed-Size: 5870 Maintainer: Canonical Kernel Team Architecture: amd64 Version: 3.13.0-170.220~12.04.2+signed1 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1), initramfs-tools (>= 0.36ubuntu6) Suggests: fdutils, linux-lts-trusty-doc-3.13.0 | linux-lts-trusty-source-3.13.0, linux-lts-trusty-tools, linux-headers-3.13.0-170-generic Provides: fuse-module, linux-image, linux-image-3.0 Depends: module-init-tools (>= 3.3-pre11-4ubuntu3), linux-base (>= 4.5ubuntu1~12.04.1), linux-modules-3.13.0-170-generic Conflicts: hotplug (<< 0.0.20040105-1), linux-image-unsigned-3.13.0-170-generic Filename: pool/main/l/linux-signed-lts-trusty/linux-image-3.13.0-170-generic_3.13.0-170.220~12.04.2+signed1_amd64.deb Size: 5915146 SHA256: d2ec8229c934a91ab551692bde7da958fb19533516eafda665a451c8d12a6896 SHA1: b1b7f106f2cca922ab7fb45e0cfb282bd8766671 MD5sum: 0491643c73207a2c3d55ae8ee3b9ca50 Description: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's UEFI/Opal signing key. Built-Using: linux (= 3.13.0-170.220~12.04.2) Package: linux-image-3.13.0-170-lowlatency Source: linux-signed-lts-trusty Priority: optional Section: kernel Installed-Size: 31 Maintainer: Canonical Kernel Team Architecture: amd64 Version: 3.13.0-170.220~12.04.2+signed1 Filename: pool/main/l/linux-signed-lts-trusty/linux-image-3.13.0-170-lowlatency_3.13.0-170.220~12.04.2+signed1_amd64.deb Size: 6920 SHA256: 565159de6d1fd2b835add474a8ed9622c1fd72c5f5871ae6031814001f4b301a SHA1: 0f6fef38514fa74103fd85801a69aa62d84a5452 MD5sum: 06c6dd0304a0bb29fc99672503cee7dd Description: Signed kernel image lowlatency A kernel image for lowlatency. This version of it is signed with Canonical's UEFI signing key. Built-Using: linux (= 3.13.0-170.220~12.04.2) Package: linux-image-3.13.0-171-generic Source: linux-signed-lts-trusty Priority: optional Section: kernel Installed-Size: 5870 Maintainer: Canonical Kernel Team Architecture: amd64 Version: 3.13.0-171.222~12.04.1 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1), initramfs-tools (>= 0.36ubuntu6) Suggests: fdutils, linux-lts-trusty-doc-3.13.0 | linux-lts-trusty-source-3.13.0, linux-lts-trusty-tools, linux-headers-3.13.0-171-generic Provides: fuse-module, linux-image, linux-image-3.0 Depends: module-init-tools (>= 3.3-pre11-4ubuntu3), linux-base (>= 4.5ubuntu1~12.04.1), linux-modules-3.13.0-171-generic Conflicts: hotplug (<< 0.0.20040105-1), linux-image-unsigned-3.13.0-171-generic Filename: pool/main/l/linux-signed-lts-trusty/linux-image-3.13.0-171-generic_3.13.0-171.222~12.04.1_amd64.deb Size: 5915238 SHA256: 0b8ec8dd6afc5de554b74e7a3e100919a55bca5912fd817d0ce7c10356266a1c SHA1: a6a0ac07d6790aa2f0076cf0b8f217b7774e3cea MD5sum: 65607cbf7c2098713bb9a7c0a39e6e59 Description: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's UEFI/Opal signing key. Built-Using: linux (= 3.13.0-171.222~12.04.1) Package: linux-image-3.13.0-171-lowlatency Source: linux-signed-lts-trusty Priority: optional Section: kernel Installed-Size: 31 Maintainer: Canonical Kernel Team Architecture: amd64 Version: 3.13.0-171.222~12.04.1 Filename: pool/main/l/linux-signed-lts-trusty/linux-image-3.13.0-171-lowlatency_3.13.0-171.222~12.04.1_amd64.deb Size: 6946 SHA256: 7d89c74c5367fead2eabf516de1e6f3fbae1f0927b69afa64aff9d45fc409cec SHA1: c059aeafc79f01fc13643b1262470a08ee5e6f78 MD5sum: a4f6f52c763f445b900fda578bdbc3e1 Description: Signed kernel image lowlatency A kernel image for lowlatency. This version of it is signed with Canonical's UEFI signing key. Built-Using: linux (= 3.13.0-171.222~12.04.1) Package: linux-image-3.13.0-172-generic Source: linux-signed-lts-trusty Priority: optional Section: kernel Installed-Size: 5870 Maintainer: Canonical Kernel Team Architecture: amd64 Version: 3.13.0-172.223~12.04.1 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1), initramfs-tools (>= 0.36ubuntu6) Suggests: fdutils, linux-lts-trusty-doc-3.13.0 | linux-lts-trusty-source-3.13.0, linux-lts-trusty-tools, linux-headers-3.13.0-172-generic Provides: fuse-module, linux-image, linux-image-3.0 Depends: module-init-tools (>= 3.3-pre11-4ubuntu3), linux-base (>= 4.5ubuntu1~12.04.1), linux-modules-3.13.0-172-generic Conflicts: hotplug (<< 0.0.20040105-1), linux-image-unsigned-3.13.0-172-generic Filename: pool/main/l/linux-signed-lts-trusty/linux-image-3.13.0-172-generic_3.13.0-172.223~12.04.1_amd64.deb Size: 5914924 SHA256: 1825648641a74863a9e8cf03cfbdf2b9b623e7987f2d81cb70f230a394a032df SHA1: e847d45761ca76ac9d3886b7eec3dba70483f41e MD5sum: 03671b1bd0df6ab628bd6957da6f4f3f Description: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's UEFI/Opal signing key. Built-Using: linux (= 3.13.0-172.223~12.04.1) Package: linux-image-3.13.0-172-lowlatency Source: linux-signed-lts-trusty Priority: optional Section: kernel Installed-Size: 31 Maintainer: Canonical Kernel Team Architecture: amd64 Version: 3.13.0-172.223~12.04.1 Filename: pool/main/l/linux-signed-lts-trusty/linux-image-3.13.0-172-lowlatency_3.13.0-172.223~12.04.1_amd64.deb Size: 6964 SHA256: 590f526b7c79d555338285eeb84a434ec7f60f6dab566ac701a2fc94185458a6 SHA1: f653b1f82da6562aaf5316f4227dac9db06c298d MD5sum: d48a14314aee72fd12402d40fff0b40f Description: Signed kernel image lowlatency A kernel image for lowlatency. This version of it is signed with Canonical's UEFI signing key. Built-Using: linux (= 3.13.0-172.223~12.04.1) Package: linux-image-3.13.0-173-generic Source: linux-signed-lts-trusty Priority: optional Section: kernel Installed-Size: 5870 Maintainer: Canonical Kernel Team Architecture: amd64 Version: 3.13.0-173.224~12.04.1 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1), initramfs-tools (>= 0.36ubuntu6) Suggests: fdutils, linux-lts-trusty-doc-3.13.0 | linux-lts-trusty-source-3.13.0, linux-lts-trusty-tools, linux-headers-3.13.0-173-generic Provides: fuse-module, linux-image, linux-image-3.0 Depends: module-init-tools (>= 3.3-pre11-4ubuntu3), linux-base (>= 4.5ubuntu1~12.04.1), linux-modules-3.13.0-173-generic Conflicts: hotplug (<< 0.0.20040105-1), linux-image-unsigned-3.13.0-173-generic Filename: pool/main/l/linux-signed-lts-trusty/linux-image-3.13.0-173-generic_3.13.0-173.224~12.04.1_amd64.deb Size: 5915110 SHA256: dabe1084ffbbeae600dbb30e3bf15ee3eefcfc8d13edfbbfe4fa3637b488e725 SHA1: c91ee60d6a05889671a3f662e37e1bedbd307cc9 MD5sum: 598d34515c5cfd0fee007ee2286ecf4b Description: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's UEFI/Opal signing key. Built-Using: linux (= 3.13.0-173.224~12.04.1) Package: linux-image-3.13.0-173-lowlatency Source: linux-signed-lts-trusty Priority: optional Section: kernel Installed-Size: 31 Maintainer: Canonical Kernel Team Architecture: amd64 Version: 3.13.0-173.224~12.04.1 Filename: pool/main/l/linux-signed-lts-trusty/linux-image-3.13.0-173-lowlatency_3.13.0-173.224~12.04.1_amd64.deb Size: 6986 SHA256: cbee5afb30f7f8ab48fdd4447ced71ef18f8bae15cbf9d62d6472a5f6f07d10a SHA1: 06cf08e6f3c63a88486365ef4dabbcb61d01bffc MD5sum: dfb10cb2d6e9dfaf3ab0ef22b86d75d5 Description: Signed kernel image lowlatency A kernel image for lowlatency. This version of it is signed with Canonical's UEFI signing key. Built-Using: linux (= 3.13.0-173.224~12.04.1) Package: linux-image-3.13.0-174-generic Source: linux-signed-lts-trusty Priority: optional Section: kernel Installed-Size: 5871 Maintainer: Canonical Kernel Team Architecture: amd64 Version: 3.13.0-174.225~12.04.1 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1), initramfs-tools (>= 0.36ubuntu6) Suggests: fdutils, linux-lts-trusty-doc-3.13.0 | linux-lts-trusty-source-3.13.0, linux-lts-trusty-tools, linux-headers-3.13.0-174-generic Provides: fuse-module, linux-image, linux-image-3.0 Depends: module-init-tools (>= 3.3-pre11-4ubuntu3), linux-base (>= 4.5ubuntu1~12.04.1), linux-modules-3.13.0-174-generic Conflicts: hotplug (<< 0.0.20040105-1), linux-image-unsigned-3.13.0-174-generic Filename: pool/main/l/linux-signed-lts-trusty/linux-image-3.13.0-174-generic_3.13.0-174.225~12.04.1_amd64.deb Size: 5915150 SHA256: 5527cabdc4c909ffc7739e3ec0223500f19bfe97a49dceee06966014e4061271 SHA1: 181c9f0dc50efa7d7918c5f08d6287a601893610 MD5sum: 47985cee8d32c5ac00bc377b3cb8e6a5 Description: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's UEFI/Opal signing key. Built-Using: linux (= 3.13.0-174.225~12.04.1) Package: linux-image-3.13.0-174-lowlatency Source: linux-signed-lts-trusty Priority: optional Section: kernel Installed-Size: 31 Maintainer: Canonical Kernel Team Architecture: amd64 Version: 3.13.0-174.225~12.04.1 Filename: pool/main/l/linux-signed-lts-trusty/linux-image-3.13.0-174-lowlatency_3.13.0-174.225~12.04.1_amd64.deb Size: 7042 SHA256: 20cd388eb3c3f92e76b9e5dc46c953a34892248af6e3283bcad0e96dc70ff76a SHA1: 1b41ac3d8204072927788443278dbbeed8869b73 MD5sum: 3ea516a7ea2b6599c9c39112872736f6 Description: Signed kernel image lowlatency A kernel image for lowlatency. This version of it is signed with Canonical's UEFI signing key. Built-Using: linux (= 3.13.0-174.225~12.04.1) Package: linux-image-3.13.0-175-generic Source: linux-signed-lts-trusty Priority: optional Section: kernel Installed-Size: 5871 Maintainer: Canonical Kernel Team Architecture: amd64 Version: 3.13.0-175.226~12.04.1 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1), initramfs-tools (>= 0.36ubuntu6) Suggests: fdutils, linux-lts-trusty-doc-3.13.0 | linux-lts-trusty-source-3.13.0, linux-lts-trusty-tools, linux-headers-3.13.0-175-generic Provides: fuse-module, linux-image, linux-image-3.0 Depends: module-init-tools (>= 3.3-pre11-4ubuntu3), linux-base (>= 4.5ubuntu1~12.04.1), linux-modules-3.13.0-175-generic Conflicts: hotplug (<< 0.0.20040105-1), linux-image-unsigned-3.13.0-175-generic Filename: pool/main/l/linux-signed-lts-trusty/linux-image-3.13.0-175-generic_3.13.0-175.226~12.04.1_amd64.deb Size: 5915266 SHA256: 944a9f79f0d4f79eef1ffd3784cfc41943db552348c193426fb9b5ed9ec3c0d7 SHA1: 0457c160bd6d56157490f286e0a56ad09dca515c MD5sum: 670f5065b3c69aa3f37c2940baa8906e Description: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's UEFI/Opal signing key. Built-Using: linux (= 3.13.0-175.226~12.04.1) Package: linux-image-3.13.0-175-lowlatency Source: linux-signed-lts-trusty Priority: optional Section: kernel Installed-Size: 31 Maintainer: Canonical Kernel Team Architecture: amd64 Version: 3.13.0-175.226~12.04.1 Filename: pool/main/l/linux-signed-lts-trusty/linux-image-3.13.0-175-lowlatency_3.13.0-175.226~12.04.1_amd64.deb Size: 7070 SHA256: 282452d325862c5c78d9304d0b18be19d47856ea877c8093ff87ab052f6ecda5 SHA1: f0df9c57326db6c8e62f792a8a18c72db6095ca8 MD5sum: e5192b1c589d49caea688a8139e3bc92 Description: Signed kernel image lowlatency A kernel image for lowlatency. This version of it is signed with Canonical's UEFI signing key. Built-Using: linux (= 3.13.0-175.226~12.04.1) Package: linux-image-3.13.0-176-generic Source: linux-signed-lts-trusty Priority: optional Section: kernel Installed-Size: 5871 Maintainer: Canonical Kernel Team Architecture: amd64 Version: 3.13.0-176.227~12.04.1 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1), initramfs-tools (>= 0.36ubuntu6) Suggests: fdutils, linux-lts-trusty-doc-3.13.0 | linux-lts-trusty-source-3.13.0, linux-lts-trusty-tools, linux-headers-3.13.0-176-generic Provides: fuse-module, linux-image, linux-image-3.0 Depends: module-init-tools (>= 3.3-pre11-4ubuntu3), linux-base (>= 4.5ubuntu1~12.04.1), linux-modules-3.13.0-176-generic Conflicts: hotplug (<< 0.0.20040105-1), linux-image-unsigned-3.13.0-176-generic Filename: pool/main/l/linux-signed-lts-trusty/linux-image-3.13.0-176-generic_3.13.0-176.227~12.04.1_amd64.deb Size: 5915980 SHA256: c2cffb26dc7909289a65915fa06df7b38b626f57c1be7828b7bacf1a07e1bf27 SHA1: 9f204c9ac803ab6cffd2e4c550263f1cae9750c5 MD5sum: 32db8d07e0e0721f0ad42352d571e39a Description: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's UEFI/Opal signing key. Built-Using: linux (= 3.13.0-176.227~12.04.1) Package: linux-image-3.13.0-176-lowlatency Source: linux-signed-lts-trusty Priority: optional Section: kernel Installed-Size: 31 Maintainer: Canonical Kernel Team Architecture: amd64 Version: 3.13.0-176.227~12.04.1 Filename: pool/main/l/linux-signed-lts-trusty/linux-image-3.13.0-176-lowlatency_3.13.0-176.227~12.04.1_amd64.deb Size: 7078 SHA256: 3590bc516a348aa6a5fc0984e4f2f3c8d420936ccbc73ff99420ed2a800cc002 SHA1: 825eb41deb32cee5a813a034a3ea9daa82d58a95 MD5sum: 8e331c541d914b16aaa860b2ddbef4d1 Description: Signed kernel image lowlatency A kernel image for lowlatency. This version of it is signed with Canonical's UEFI signing key. Built-Using: linux (= 3.13.0-176.227~12.04.1) Package: linux-image-3.13.0-180-generic Source: linux-signed-lts-trusty Priority: optional Section: kernel Installed-Size: 5870 Maintainer: Canonical Kernel Team Architecture: amd64 Version: 3.13.0-180.231~12.04.1 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1), initramfs-tools (>= 0.36ubuntu6) Suggests: fdutils, linux-lts-trusty-doc-3.13.0 | linux-lts-trusty-source-3.13.0, linux-lts-trusty-tools, linux-headers-3.13.0-180-generic Provides: fuse-module, linux-image, linux-image-3.0 Depends: module-init-tools (>= 3.3-pre11-4ubuntu3), linux-base (>= 4.5ubuntu1~12.04.1), linux-modules-3.13.0-180-generic Conflicts: hotplug (<< 0.0.20040105-1), linux-image-unsigned-3.13.0-180-generic Filename: pool/main/l/linux-signed-lts-trusty/linux-image-3.13.0-180-generic_3.13.0-180.231~12.04.1_amd64.deb Size: 5915092 SHA256: 5a24ce2bea2f2e8505a47e1c5d3f4f07b840fcbea6e07e4308b1de0afbb3dd16 SHA1: b6f3694263bea7f46e9546bc69dea1d65f11218d MD5sum: b4489022630a00f0fb8889660ef1d8a6 Description: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's UEFI/Opal signing key. Built-Using: linux (= 3.13.0-180.231~12.04.1) Package: linux-image-3.13.0-180-lowlatency Source: linux-signed-lts-trusty Priority: optional Section: kernel Installed-Size: 31 Maintainer: Canonical Kernel Team Architecture: amd64 Version: 3.13.0-180.231~12.04.1 Filename: pool/main/l/linux-signed-lts-trusty/linux-image-3.13.0-180-lowlatency_3.13.0-180.231~12.04.1_amd64.deb Size: 7184 SHA256: abef36de83fcb1e41f2fab6451c2f2171ab8da58c00293a78679c6a5336f09d5 SHA1: 1af296411e19f15c569ba68a3ca0d9f5ae1903e6 MD5sum: c1ddaa19f33962c091560bbea182f199 Description: Signed kernel image lowlatency A kernel image for lowlatency. This version of it is signed with Canonical's UEFI signing key. Built-Using: linux (= 3.13.0-180.231~12.04.1) Package: linux-image-3.13.0-181-generic Source: linux-signed-lts-trusty Priority: optional Section: kernel Installed-Size: 5870 Maintainer: Canonical Kernel Team Architecture: amd64 Version: 3.13.0-181.232~12.04.1 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1), initramfs-tools (>= 0.36ubuntu6) Suggests: fdutils, linux-lts-trusty-doc-3.13.0 | linux-lts-trusty-source-3.13.0, linux-lts-trusty-tools, linux-headers-3.13.0-181-generic Provides: fuse-module, linux-image, linux-image-3.0 Depends: module-init-tools (>= 3.3-pre11-4ubuntu3), linux-base (>= 4.5ubuntu1~12.04.1), linux-modules-3.13.0-181-generic Conflicts: hotplug (<< 0.0.20040105-1), linux-image-unsigned-3.13.0-181-generic Filename: pool/main/l/linux-signed-lts-trusty/linux-image-3.13.0-181-generic_3.13.0-181.232~12.04.1_amd64.deb Size: 5915206 SHA256: 994dda12eb48aca831b7ad32d3906dc0017c866ad1bec730b88072073d4dfa00 SHA1: 3dbd141064da3847a5c48ab41f429596d57ccb56 MD5sum: 8e1a66ceca7c593d8c81afd72cbbe7d8 Description: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's UEFI/Opal signing key. Built-Using: linux (= 3.13.0-181.232~12.04.1) Package: linux-image-3.13.0-181-lowlatency Source: linux-signed-lts-trusty Priority: optional Section: kernel Installed-Size: 31 Maintainer: Canonical Kernel Team Architecture: amd64 Version: 3.13.0-181.232~12.04.1 Filename: pool/main/l/linux-signed-lts-trusty/linux-image-3.13.0-181-lowlatency_3.13.0-181.232~12.04.1_amd64.deb Size: 7188 SHA256: f356bb45406491b6e570434cbfccbb03547621d880ff8a833d27155bfbda1b1f SHA1: 60739c0af31352953c699eba066960ce1b2adf8c MD5sum: d8b4b7fd31f2e40ae33974a902fba1df Description: Signed kernel image lowlatency A kernel image for lowlatency. This version of it is signed with Canonical's UEFI signing key. Built-Using: linux (= 3.13.0-181.232~12.04.1) Package: linux-image-3.13.0-182-generic Source: linux-signed-lts-trusty Priority: optional Section: kernel Installed-Size: 5870 Maintainer: Canonical Kernel Team Architecture: amd64 Version: 3.13.0-182.233~12.04.1 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1), initramfs-tools (>= 0.36ubuntu6) Suggests: fdutils, linux-lts-trusty-doc-3.13.0 | linux-lts-trusty-source-3.13.0, linux-lts-trusty-tools, linux-headers-3.13.0-182-generic Provides: fuse-module, linux-image, linux-image-3.0 Depends: module-init-tools (>= 3.3-pre11-4ubuntu3), linux-base (>= 4.5ubuntu1~12.04.1), linux-modules-3.13.0-182-generic Conflicts: hotplug (<< 0.0.20040105-1), linux-image-unsigned-3.13.0-182-generic Filename: pool/main/l/linux-signed-lts-trusty/linux-image-3.13.0-182-generic_3.13.0-182.233~12.04.1_amd64.deb Size: 5915408 SHA256: 717df84898e79c8d019f943657c8caf4da60a0bbcb357499c988bf3891052342 SHA1: ed93df08c9c15ca96e8c7110884a5a5c6a7ca9e5 MD5sum: 88c9480cf892a006fb1682d8b8cb2192 Description: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's UEFI/Opal signing key. Built-Using: linux (= 3.13.0-182.233~12.04.1) Package: linux-image-3.13.0-182-lowlatency Source: linux-signed-lts-trusty Priority: optional Section: kernel Installed-Size: 31 Maintainer: Canonical Kernel Team Architecture: amd64 Version: 3.13.0-182.233~12.04.1 Filename: pool/main/l/linux-signed-lts-trusty/linux-image-3.13.0-182-lowlatency_3.13.0-182.233~12.04.1_amd64.deb Size: 7206 SHA256: 5439f430840fb08c6fe5e2449d949c59a6c0a6caca0df0aadf538d4a11640944 SHA1: 4d17b7d98cc628b4a96a9c3cb391d97f8f89f3ed MD5sum: e4c37754a439fedec33c91dcb00259fe Description: Signed kernel image lowlatency A kernel image for lowlatency. This version of it is signed with Canonical's UEFI signing key. Built-Using: linux (= 3.13.0-182.233~12.04.1) Package: linux-image-3.13.0-183-generic Source: linux-signed-lts-trusty Priority: optional Section: kernel Installed-Size: 5871 Maintainer: Canonical Kernel Team Architecture: amd64 Version: 3.13.0-183.234~12.04.1 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1), initramfs-tools (>= 0.36ubuntu6) Suggests: fdutils, linux-lts-trusty-doc-3.13.0 | linux-lts-trusty-source-3.13.0, linux-lts-trusty-tools, linux-headers-3.13.0-183-generic Provides: fuse-module, linux-image, linux-image-3.0 Depends: module-init-tools (>= 3.3-pre11-4ubuntu3), linux-base (>= 4.5ubuntu1~12.04.1), linux-modules-3.13.0-183-generic Conflicts: hotplug (<< 0.0.20040105-1), linux-image-unsigned-3.13.0-183-generic Filename: pool/main/l/linux-signed-lts-trusty/linux-image-3.13.0-183-generic_3.13.0-183.234~12.04.1_amd64.deb Size: 5916084 SHA256: 25a322b8269ff9d470a71584e7f26fb71555a8213b34264eb2839863e8512cfa SHA1: bb56bc088c1fa6531318932a0a070660bd8500a8 MD5sum: 491ac8b66c348904c0e0a261673e3c32 Description: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's UEFI/Opal signing key. Built-Using: linux (= 3.13.0-183.234~12.04.1) Package: linux-image-3.13.0-183-lowlatency Source: linux-signed-lts-trusty Priority: optional Section: kernel Installed-Size: 31 Maintainer: Canonical Kernel Team Architecture: amd64 Version: 3.13.0-183.234~12.04.1 Filename: pool/main/l/linux-signed-lts-trusty/linux-image-3.13.0-183-lowlatency_3.13.0-183.234~12.04.1_amd64.deb Size: 7244 SHA256: 5e6be5028caa9c88798ac5ee37c2a47e3e064538fcec6b87cd687a7259c67f8e SHA1: bfd8a5ab9baabc5ba88a962c4e9658379c8361a7 MD5sum: efe11ae6cae374bf4f2baa0d5392e74f Description: Signed kernel image lowlatency A kernel image for lowlatency. This version of it is signed with Canonical's UEFI signing key. Built-Using: linux (= 3.13.0-183.234~12.04.1) Package: linux-image-3.13.0-185-generic Source: linux-signed-lts-trusty Priority: optional Section: kernel Installed-Size: 5870 Maintainer: Canonical Kernel Team Architecture: amd64 Version: 3.13.0-185.236~12.04.1 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1), initramfs-tools (>= 0.36ubuntu6) Suggests: fdutils, linux-lts-trusty-doc-3.13.0 | linux-lts-trusty-source-3.13.0, linux-lts-trusty-tools, linux-headers-3.13.0-185-generic Provides: fuse-module, linux-image, linux-image-3.0 Depends: module-init-tools (>= 3.3-pre11-4ubuntu3), linux-base (>= 4.5ubuntu1~12.04.1), linux-modules-3.13.0-185-generic Conflicts: hotplug (<< 0.0.20040105-1), linux-image-unsigned-3.13.0-185-generic Filename: pool/main/l/linux-signed-lts-trusty/linux-image-3.13.0-185-generic_3.13.0-185.236~12.04.1_amd64.deb Size: 5915188 SHA256: 91aa605b52f57e1ec97afde0e086a858e95081bb3ec0d16399674c4b8bda3b3e SHA1: a730ee520bbe29d2751e4786795184154bda2b39 MD5sum: 1d224870f3da72126505d4607cf7b0e0 Description: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's UEFI/Opal signing key. Built-Using: linux (= 3.13.0-185.236~12.04.1) Package: linux-image-3.13.0-185-lowlatency Source: linux-signed-lts-trusty Priority: optional Section: kernel Installed-Size: 31 Maintainer: Canonical Kernel Team Architecture: amd64 Version: 3.13.0-185.236~12.04.1 Filename: pool/main/l/linux-signed-lts-trusty/linux-image-3.13.0-185-lowlatency_3.13.0-185.236~12.04.1_amd64.deb Size: 7260 SHA256: 9f24c3020d44a18cb0fd4f00eabd2f5a578efc45b6374a1ba3e8421a01475c6e SHA1: 0405e0bb2bcad7bbfc7ead2befcadefb403e02dd MD5sum: f6578af2912675cb67058f5c025bffa4 Description: Signed kernel image lowlatency A kernel image for lowlatency. This version of it is signed with Canonical's UEFI signing key. Built-Using: linux (= 3.13.0-185.236~12.04.1) Package: linux-image-3.2.0-128-generic Source: linux Priority: optional Section: kernel Installed-Size: 147039 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-128.173 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1) Suggests: fdutils, linux-doc-3.2.0 | linux-source-3.2.0, linux-tools Provides: fuse-module, ivtv-modules, kvm-api-4, linux-image, linux-image-3.0, redhat-cluster-modules Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3), crda (>= 1.1.1-1ubuntu2) | wireless-crda Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux/linux-image-3.2.0-128-generic_3.2.0-128.173_amd64.deb Size: 38793088 SHA256: 1fa7bb10c996e83642080729ac1b762c5ea8708e28cbca82a99210ef511b0969 SHA1: 0fcda41622617188c7153f1e670d6fc8534ad788 MD5sum: 1e6de171137736449fbad4c252e93e5b Description: Linux kernel image for version 3.2.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.2.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.2.0-128-virtual Source: linux Priority: optional Section: kernel Installed-Size: 35621 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-128.173 Recommends: grub-pc | grub | lilo (>= 19.1) Suggests: fdutils, linux-doc-3.2.0 | linux-source-3.2.0, linux-tools Provides: fuse-module, ivtv-modules, kvm-api-4, linux-image, linux-image-3.0, redhat-cluster-modules Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3), crda (>= 1.1.1-1ubuntu2) | wireless-crda Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux/linux-image-3.2.0-128-virtual_3.2.0-128.173_amd64.deb Size: 12946584 SHA256: 8a5e6b90cbbb7e23810b9d0275dfaa0d585fb1d85da8815418ac98dfa1f1737e SHA1: 54f1e1ef4791b327b22f11784374ecc0d6559163 MD5sum: e1a7295ad1ff2ee674688a0bde9a79e6 Description: Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Virtual processors. . Geared toward virtual appliances. . You likely do not want to install this package directly. Instead, install the linux-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.2.0-129-generic Source: linux Priority: optional Section: kernel Installed-Size: 147038 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-129.174 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1) Suggests: fdutils, linux-doc-3.2.0 | linux-source-3.2.0, linux-tools Provides: fuse-module, ivtv-modules, kvm-api-4, linux-image, linux-image-3.0, redhat-cluster-modules Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3), crda (>= 1.1.1-1ubuntu2) | wireless-crda Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux/linux-image-3.2.0-129-generic_3.2.0-129.174_amd64.deb Size: 39273668 SHA256: 5ef4e8250d6f2f5f3109f6e172a32da4c32c5867adbe32ae93045d0edb737c46 SHA1: 95ddb41ca2cb1792bca47b8474296ee292ed6034 MD5sum: 1359a532dcfa4081b83ba66d53db332e Description: Linux kernel image for version 3.2.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.2.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.2.0-129-virtual Source: linux Priority: optional Section: kernel Installed-Size: 35622 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-129.174 Recommends: grub-pc | grub | lilo (>= 19.1) Suggests: fdutils, linux-doc-3.2.0 | linux-source-3.2.0, linux-tools Provides: fuse-module, ivtv-modules, kvm-api-4, linux-image, linux-image-3.0, redhat-cluster-modules Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3), crda (>= 1.1.1-1ubuntu2) | wireless-crda Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux/linux-image-3.2.0-129-virtual_3.2.0-129.174_amd64.deb Size: 13471194 SHA256: 9786d5bbcf4c6c827e41ec6e21267bca2e8610c839567a23ea78d9e4bcdde41e SHA1: 7bd5f5bf035ce71fb2fa794dcd0fef7b29c204e7 MD5sum: f0ef6bedd1ef8917a7ca5f87e0c4eb91 Description: Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Virtual processors. . Geared toward virtual appliances. . You likely do not want to install this package directly. Instead, install the linux-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.2.0-130-generic Source: linux Priority: optional Section: kernel Installed-Size: 147038 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-130.176 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1) Suggests: fdutils, linux-doc-3.2.0 | linux-source-3.2.0, linux-tools Provides: fuse-module, ivtv-modules, kvm-api-4, linux-image, linux-image-3.0, redhat-cluster-modules Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3), crda (>= 1.1.1-1ubuntu2) | wireless-crda Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux/linux-image-3.2.0-130-generic_3.2.0-130.176_amd64.deb Size: 38776514 SHA256: 367a245619a040973c82fe6849797f0d66a227f521604bf26da1acace8143457 SHA1: fe6ca7f2d4b791599e8b0a28c234c01bf00bbe03 MD5sum: b27dff03fba20edc1acf1ba660c3bfad Description: Linux kernel image for version 3.2.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.2.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.2.0-130-virtual Source: linux Priority: optional Section: kernel Installed-Size: 35622 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-130.176 Recommends: grub-pc | grub | lilo (>= 19.1) Suggests: fdutils, linux-doc-3.2.0 | linux-source-3.2.0, linux-tools Provides: fuse-module, ivtv-modules, kvm-api-4, linux-image, linux-image-3.0, redhat-cluster-modules Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3), crda (>= 1.1.1-1ubuntu2) | wireless-crda Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux/linux-image-3.2.0-130-virtual_3.2.0-130.176_amd64.deb Size: 12882392 SHA256: 65043988f2b059b901ba7ccf1b700d6bc6ce49e380f379c9d5233a0ea9c3af9a SHA1: de88c1b5b82fbdb66aa2c379c20b002a55af191a MD5sum: 9f050b4edcb9189dc44b12c164c67100 Description: Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Virtual processors. . Geared toward virtual appliances. . You likely do not want to install this package directly. Instead, install the linux-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.2.0-131-generic Source: linux Priority: optional Section: kernel Installed-Size: 147038 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-131.177 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1) Suggests: fdutils, linux-doc-3.2.0 | linux-source-3.2.0, linux-tools Provides: fuse-module, ivtv-modules, kvm-api-4, linux-image, linux-image-3.0, redhat-cluster-modules Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3), crda (>= 1.1.1-1ubuntu2) | wireless-crda Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux/linux-image-3.2.0-131-generic_3.2.0-131.177_amd64.deb Size: 38800830 SHA256: 1d11f311b87411eb297770f6a26f789e03064d0269b463e4ced23a004024b572 SHA1: 813d6adc23797b782604dbeb502e28e5b579030b MD5sum: e73acbe0013036885f45b65b7b8eeaea Description: Linux kernel image for version 3.2.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.2.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.2.0-131-virtual Source: linux Priority: optional Section: kernel Installed-Size: 35622 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-131.177 Recommends: grub-pc | grub | lilo (>= 19.1) Suggests: fdutils, linux-doc-3.2.0 | linux-source-3.2.0, linux-tools Provides: fuse-module, ivtv-modules, kvm-api-4, linux-image, linux-image-3.0, redhat-cluster-modules Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3), crda (>= 1.1.1-1ubuntu2) | wireless-crda Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux/linux-image-3.2.0-131-virtual_3.2.0-131.177_amd64.deb Size: 12919560 SHA256: 0c9068bf6f8346bd49b5d1b1a374642f16d2ee6ca46880c0e17c1986fbd9d35e SHA1: 72c562b57d5dd4f1368a2a2ffb21114df8242248 MD5sum: 4db3a2fb5a8b96c26a836488b9841de2 Description: Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Virtual processors. . Geared toward virtual appliances. . You likely do not want to install this package directly. Instead, install the linux-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.2.0-132-generic Source: linux Priority: optional Section: kernel Installed-Size: 147048 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-132.178 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1) Suggests: fdutils, linux-doc-3.2.0 | linux-source-3.2.0, linux-tools Provides: fuse-module, ivtv-modules, kvm-api-4, linux-image, linux-image-3.0, redhat-cluster-modules Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3), crda (>= 1.1.1-1ubuntu2) | wireless-crda Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux/linux-image-3.2.0-132-generic_3.2.0-132.178_amd64.deb Size: 38814572 SHA256: 274303e239dc27573ca758ddf68bf2131d52e286648d5702fe4941173d8a1993 SHA1: e30cccbc931e2d5c6144a042e3b9cd4d30aebfcc MD5sum: 42dc989d793e25121e3d20151ab92cef Description: Linux kernel image for version 3.2.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.2.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.2.0-132-virtual Source: linux Priority: optional Section: kernel Installed-Size: 35629 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-132.178 Recommends: grub-pc | grub | lilo (>= 19.1) Suggests: fdutils, linux-doc-3.2.0 | linux-source-3.2.0, linux-tools Provides: fuse-module, ivtv-modules, kvm-api-4, linux-image, linux-image-3.0, redhat-cluster-modules Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3), crda (>= 1.1.1-1ubuntu2) | wireless-crda Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux/linux-image-3.2.0-132-virtual_3.2.0-132.178_amd64.deb Size: 12957570 SHA256: 622588ea2adc798d766a88eca745fc92b53826b91ffd9e2b0e5551ce8b126c5c SHA1: 490a64ef3d9ea1e07ef634fdbfa00f8a04c38a8d MD5sum: f8d8e2815511be127b13d5a675281e85 Description: Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Virtual processors. . Geared toward virtual appliances. . You likely do not want to install this package directly. Instead, install the linux-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.2.0-133-generic Source: linux Priority: optional Section: kernel Installed-Size: 147064 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-133.179 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1) Suggests: fdutils, linux-doc-3.2.0 | linux-source-3.2.0, linux-tools Provides: fuse-module, ivtv-modules, kvm-api-4, linux-image, linux-image-3.0, redhat-cluster-modules Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3), crda (>= 1.1.1-1ubuntu2) | wireless-crda Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux/linux-image-3.2.0-133-generic_3.2.0-133.179_amd64.deb Size: 38833206 SHA256: f825ed75cc27d13c5d9022d39a003ee0493b46ed17f589fb375ed1d926b8d2e9 SHA1: 0493e594d65d775455b3deff7a702539db62e416 MD5sum: 44c8cce719d776d3b09f4a5ca6ada29e Description: Linux kernel image for version 3.2.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.2.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.2.0-133-virtual Source: linux Priority: optional Section: kernel Installed-Size: 35643 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-133.179 Recommends: grub-pc | grub | lilo (>= 19.1) Suggests: fdutils, linux-doc-3.2.0 | linux-source-3.2.0, linux-tools Provides: fuse-module, ivtv-modules, kvm-api-4, linux-image, linux-image-3.0, redhat-cluster-modules Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3), crda (>= 1.1.1-1ubuntu2) | wireless-crda Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux/linux-image-3.2.0-133-virtual_3.2.0-133.179_amd64.deb Size: 12963424 SHA256: f407ea83835c20018a78a915118133bd3ca0cb5effed4a1b96e97d423fbdf438 SHA1: 6dc350e8c3568ef5aa99a8eea0a63388a2700c37 MD5sum: 0cf2244e730e3e4f4d63332e416bec31 Description: Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Virtual processors. . Geared toward virtual appliances. . You likely do not want to install this package directly. Instead, install the linux-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.2.0-134-generic Source: linux Priority: optional Section: kernel Installed-Size: 147065 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-134.180 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1) Suggests: fdutils, linux-doc-3.2.0 | linux-source-3.2.0, linux-tools Provides: fuse-module, ivtv-modules, kvm-api-4, linux-image, linux-image-3.0, redhat-cluster-modules Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3), crda (>= 1.1.1-1ubuntu2) | wireless-crda Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux/linux-image-3.2.0-134-generic_3.2.0-134.180_amd64.deb Size: 38807936 SHA256: 8c836b4876a8cd60e1308fbda9f2e6a2a574ae0901f6485453ff797a7142ccfd SHA1: ebc6fdb5c90b7873748b264157c51738aa87aefa MD5sum: 17917d0f39f6232b72c6b7466d4791e9 Description: Linux kernel image for version 3.2.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.2.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.2.0-134-virtual Source: linux Priority: optional Section: kernel Installed-Size: 35644 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-134.180 Recommends: grub-pc | grub | lilo (>= 19.1) Suggests: fdutils, linux-doc-3.2.0 | linux-source-3.2.0, linux-tools Provides: fuse-module, ivtv-modules, kvm-api-4, linux-image, linux-image-3.0, redhat-cluster-modules Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3), crda (>= 1.1.1-1ubuntu2) | wireless-crda Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux/linux-image-3.2.0-134-virtual_3.2.0-134.180_amd64.deb Size: 12899666 SHA256: b1636b63098c3e80a56cdac2cf1761f18a3a97c67e4896d0ace8b2192d20e060 SHA1: 7fe53b22316b069ca7e8322a8f36354f3a71475e MD5sum: 5dfe205c60288ae9cb23b067828777fe Description: Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Virtual processors. . Geared toward virtual appliances. . You likely do not want to install this package directly. Instead, install the linux-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.2.0-135-generic Source: linux Priority: optional Section: kernel Installed-Size: 147065 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-135.181 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1) Suggests: fdutils, linux-doc-3.2.0 | linux-source-3.2.0, linux-tools Provides: fuse-module, ivtv-modules, kvm-api-4, linux-image, linux-image-3.0, redhat-cluster-modules Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3), crda (>= 1.1.1-1ubuntu2) | wireless-crda Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux/linux-image-3.2.0-135-generic_3.2.0-135.181_amd64.deb Size: 38738748 SHA256: b95a1d70a23e7960dd8fdb543b3761e2ecd959f215180af58d51ee070b4b1038 SHA1: 146c8c4f05f11850ecbb949e60e8708a6b926af5 MD5sum: c49a84ef5be1fd4623da77b2678b0383 Description: Linux kernel image for version 3.2.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.2.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.2.0-135-virtual Source: linux Priority: optional Section: kernel Installed-Size: 35644 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-135.181 Recommends: grub-pc | grub | lilo (>= 19.1) Suggests: fdutils, linux-doc-3.2.0 | linux-source-3.2.0, linux-tools Provides: fuse-module, ivtv-modules, kvm-api-4, linux-image, linux-image-3.0, redhat-cluster-modules Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3), crda (>= 1.1.1-1ubuntu2) | wireless-crda Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux/linux-image-3.2.0-135-virtual_3.2.0-135.181_amd64.deb Size: 12910770 SHA256: 6a8dae8395b12d2f0d122b86bed481156f9071a61f2582168ab8cfaeb6127da4 SHA1: 2d8d2be0b46d75580479d2d92fcf4685a7d08c7d MD5sum: cb5f1f86b15aa3d58677b86583a3193a Description: Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Virtual processors. . Geared toward virtual appliances. . You likely do not want to install this package directly. Instead, install the linux-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.2.0-136-generic Source: linux Priority: optional Section: kernel Installed-Size: 147065 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-136.182 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1) Suggests: fdutils, linux-doc-3.2.0 | linux-source-3.2.0, linux-tools Provides: fuse-module, ivtv-modules, kvm-api-4, linux-image, linux-image-3.0, redhat-cluster-modules Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3), crda (>= 1.1.1-1ubuntu2) | wireless-crda Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux/linux-image-3.2.0-136-generic_3.2.0-136.182_amd64.deb Size: 38844956 SHA256: 0196c44da66e016ac86e3e7a1fcc5f85fafa63b0feab1be5e8702315490a0c5c SHA1: 3bf42f3bf3e291f3bb7c42368b8577b82fdd08d5 MD5sum: 976deb64cdfba3258d162a8290732b9b Description: Linux kernel image for version 3.2.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.2.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.2.0-136-virtual Source: linux Priority: optional Section: kernel Installed-Size: 35645 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-136.182 Recommends: grub-pc | grub | lilo (>= 19.1) Suggests: fdutils, linux-doc-3.2.0 | linux-source-3.2.0, linux-tools Provides: fuse-module, ivtv-modules, kvm-api-4, linux-image, linux-image-3.0, redhat-cluster-modules Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3), crda (>= 1.1.1-1ubuntu2) | wireless-crda Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux/linux-image-3.2.0-136-virtual_3.2.0-136.182_amd64.deb Size: 12971752 SHA256: c76b159c5e4884bc5897098c625b2627ea2d192bda7c7c4b5abaaf17d9b0fafc SHA1: a81e9fac6e472908ef795dcdc3272860ec5ab4fa MD5sum: 952cf29eba51ebe147626f1bfe87cd56 Description: Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Virtual processors. . Geared toward virtual appliances. . You likely do not want to install this package directly. Instead, install the linux-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.2.0-137-generic Source: linux Priority: optional Section: kernel Installed-Size: 147089 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-137.183 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1) Suggests: fdutils, linux-doc-3.2.0 | linux-source-3.2.0, linux-tools Provides: fuse-module, ivtv-modules, kvm-api-4, linux-image, linux-image-3.0, redhat-cluster-modules Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3), crda (>= 1.1.1-1ubuntu2) | wireless-crda Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux/linux-image-3.2.0-137-generic_3.2.0-137.183_amd64.deb Size: 38748462 SHA256: 81f5e376fa18434e482c02d3ca655c46c405605c060d8e11b4e81ec2a6254c64 SHA1: 7376949d42c7263f2502da8cc6eb0e634b35b493 MD5sum: 49171f0c3775fc3a5aec27ca6f0eb2dd Description: Linux kernel image for version 3.2.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.2.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.2.0-137-virtual Source: linux Priority: optional Section: kernel Installed-Size: 35669 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-137.183 Recommends: grub-pc | grub | lilo (>= 19.1) Suggests: fdutils, linux-doc-3.2.0 | linux-source-3.2.0, linux-tools Provides: fuse-module, ivtv-modules, kvm-api-4, linux-image, linux-image-3.0, redhat-cluster-modules Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3), crda (>= 1.1.1-1ubuntu2) | wireless-crda Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux/linux-image-3.2.0-137-virtual_3.2.0-137.183_amd64.deb Size: 12918072 SHA256: 11acdccd78ca417550d545183f372a0b22243075dec5e17e2bf082f88c53bb4f SHA1: 663e3a28cf4717a4d4307989bd6cf4a3dece7699 MD5sum: 4e2d197713bc1bf270b4f8dd34e7a7b8 Description: Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Virtual processors. . Geared toward virtual appliances. . You likely do not want to install this package directly. Instead, install the linux-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.2.0-138-generic Source: linux Priority: optional Section: kernel Installed-Size: 147089 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-138.184 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1) Suggests: fdutils, linux-doc-3.2.0 | linux-source-3.2.0, linux-tools Provides: fuse-module, ivtv-modules, kvm-api-4, linux-image, linux-image-3.0, redhat-cluster-modules Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3), crda (>= 1.1.1-1ubuntu2) | wireless-crda Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux/linux-image-3.2.0-138-generic_3.2.0-138.184_amd64.deb Size: 38872924 SHA256: d9ec20494d563344f6bac52e6cd068aa82bad470caae4261ca6b6d44fac22800 SHA1: 8a1386b65f49658377f8f69a145f276828ec7a15 MD5sum: 4bb982a444dd2ee286abcf81b79c0e60 Description: Linux kernel image for version 3.2.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.2.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.2.0-138-virtual Source: linux Priority: optional Section: kernel Installed-Size: 35670 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-138.184 Recommends: grub-pc | grub | lilo (>= 19.1) Suggests: fdutils, linux-doc-3.2.0 | linux-source-3.2.0, linux-tools Provides: fuse-module, ivtv-modules, kvm-api-4, linux-image, linux-image-3.0, redhat-cluster-modules Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3), crda (>= 1.1.1-1ubuntu2) | wireless-crda Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux/linux-image-3.2.0-138-virtual_3.2.0-138.184_amd64.deb Size: 12986496 SHA256: 6e0c9cab3792e227b15a9568b52a1f9d4d6e7a1407bd1e5f26e9d49457f4ab24 SHA1: 57eebcd993dd46957619bf3596393198e258cadc MD5sum: 9ef50dbcdffe49aed729411e4074fd73 Description: Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Virtual processors. . Geared toward virtual appliances. . You likely do not want to install this package directly. Instead, install the linux-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.2.0-139-generic Source: linux Priority: optional Section: kernel Installed-Size: 147112 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-139.185 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1) Suggests: fdutils, linux-doc-3.2.0 | linux-source-3.2.0, linux-tools Provides: fuse-module, ivtv-modules, kvm-api-4, linux-image, linux-image-3.0, redhat-cluster-modules Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3), crda (>= 1.1.1-1ubuntu2) | wireless-crda Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux/linux-image-3.2.0-139-generic_3.2.0-139.185_amd64.deb Size: 38838336 SHA256: c6e8cbf58c696edaf091803f58407c3ba5bf834c44c421e6bd25860c0a6053eb SHA1: 13371fec062234cccca1ea61c6dfc68bfb15328f MD5sum: 0992df38b79b574d849ef1dec8d7693c Description: Linux kernel image for version 3.2.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.2.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.2.0-139-virtual Source: linux Priority: optional Section: kernel Installed-Size: 35674 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-139.185 Recommends: grub-pc | grub | lilo (>= 19.1) Suggests: fdutils, linux-doc-3.2.0 | linux-source-3.2.0, linux-tools Provides: fuse-module, ivtv-modules, kvm-api-4, linux-image, linux-image-3.0, redhat-cluster-modules Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3), crda (>= 1.1.1-1ubuntu2) | wireless-crda Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux/linux-image-3.2.0-139-virtual_3.2.0-139.185_amd64.deb Size: 12966072 SHA256: eada49696faa0d3d69a15533be496f561ce4069e6885292c22e99c579e77378e SHA1: f8500469f5482cb2f6508f46227dbb26d431676c MD5sum: b674cae86bd3f578a5674a30cb174418 Description: Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Virtual processors. . Geared toward virtual appliances. . You likely do not want to install this package directly. Instead, install the linux-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.2.0-140-generic Source: linux Priority: optional Section: kernel Installed-Size: 147116 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-140.186 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1) Suggests: fdutils, linux-doc-3.2.0 | linux-source-3.2.0, linux-tools Provides: fuse-module, ivtv-modules, kvm-api-4, linux-image, linux-image-3.0, redhat-cluster-modules Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3), crda (>= 1.1.1-1ubuntu2) | wireless-crda Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux/linux-image-3.2.0-140-generic_3.2.0-140.186_amd64.deb Size: 38868144 SHA256: 6ad4d58c8b6be0e15a83fd1e5853e0be898b3b7862ae4294662385c8433588f3 SHA1: fce6b7a263c3a4fc44adec84cc1f76c8642b8447 MD5sum: 062e1071e1aa7e599da063fd77b7e4a2 Description: Linux kernel image for version 3.2.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.2.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.2.0-140-virtual Source: linux Priority: optional Section: kernel Installed-Size: 35678 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-140.186 Recommends: grub-pc | grub | lilo (>= 19.1) Suggests: fdutils, linux-doc-3.2.0 | linux-source-3.2.0, linux-tools Provides: fuse-module, ivtv-modules, kvm-api-4, linux-image, linux-image-3.0, redhat-cluster-modules Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3), crda (>= 1.1.1-1ubuntu2) | wireless-crda Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux/linux-image-3.2.0-140-virtual_3.2.0-140.186_amd64.deb Size: 12970282 SHA256: bd5e8838808b093fc9fc55a11a65796925b3cc4560c4d59f5319f886132ce530 SHA1: 62a724c8c76b15f0d1b2e10ec665c101a6e4269c MD5sum: ffb7d54eeb935a1ef7ceabc55f22c793 Description: Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Virtual processors. . Geared toward virtual appliances. . You likely do not want to install this package directly. Instead, install the linux-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.2.0-141-generic Source: linux Priority: optional Section: kernel Installed-Size: 147117 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-141.188 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1) Suggests: fdutils, linux-doc-3.2.0 | linux-source-3.2.0, linux-tools Provides: fuse-module, ivtv-modules, kvm-api-4, linux-image, linux-image-3.0, redhat-cluster-modules Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3), crda (>= 1.1.1-1ubuntu2) | wireless-crda Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux/linux-image-3.2.0-141-generic_3.2.0-141.188_amd64.deb Size: 38806292 SHA256: 50669c413089829a23480d206075227a69ed96619922137ed64ad614e53f20e1 SHA1: 2c19017c19053e116fa1634e799ac4aa272dd2df MD5sum: e16cd880d209e6f4f6d822e1807fb887 Description: Linux kernel image for version 3.2.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.2.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.2.0-141-virtual Source: linux Priority: optional Section: kernel Installed-Size: 35679 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-141.188 Recommends: grub-pc | grub | lilo (>= 19.1) Suggests: fdutils, linux-doc-3.2.0 | linux-source-3.2.0, linux-tools Provides: fuse-module, ivtv-modules, kvm-api-4, linux-image, linux-image-3.0, redhat-cluster-modules Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3), crda (>= 1.1.1-1ubuntu2) | wireless-crda Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux/linux-image-3.2.0-141-virtual_3.2.0-141.188_amd64.deb Size: 12949236 SHA256: 6f68f1db5a75da2c93d94dde5164e2c1b2a43bffad9027070356bd90119a33de SHA1: 903fcab59dc36acc71dc97fd6f117577a4389e49 MD5sum: 68d851810ec3f34ac71229c0118cdd8d Description: Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Virtual processors. . Geared toward virtual appliances. . You likely do not want to install this package directly. Instead, install the linux-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.2.0-142-generic Source: linux Priority: optional Section: kernel Installed-Size: 147119 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-142.189 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1) Suggests: fdutils, linux-doc-3.2.0 | linux-source-3.2.0, linux-tools Provides: fuse-module, ivtv-modules, kvm-api-4, linux-image, linux-image-3.0, redhat-cluster-modules Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3), crda (>= 1.1.1-1ubuntu2) | wireless-crda Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux/linux-image-3.2.0-142-generic_3.2.0-142.189_amd64.deb Size: 38818560 SHA256: 0d51f632c4f2c8f6e801f7b568943c933ed8a33485f26a6a1f4b67ee85ba6d51 SHA1: 80353a101e72fde0974b4c02bbe75e6d9a6bcc27 MD5sum: e046237b4763acbe8405988f9ed5edbd Description: Linux kernel image for version 3.2.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.2.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.2.0-142-virtual Source: linux Priority: optional Section: kernel Installed-Size: 35681 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-142.189 Recommends: grub-pc | grub | lilo (>= 19.1) Suggests: fdutils, linux-doc-3.2.0 | linux-source-3.2.0, linux-tools Provides: fuse-module, ivtv-modules, kvm-api-4, linux-image, linux-image-3.0, redhat-cluster-modules Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3), crda (>= 1.1.1-1ubuntu2) | wireless-crda Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux/linux-image-3.2.0-142-virtual_3.2.0-142.189_amd64.deb Size: 12984288 SHA256: ad25f56a34e14ee1568d07d69a8bf2905c9d896e3f938f0bedb1e0820ffd8273 SHA1: 825f41b3bc8498f70c984df23b850f2eb8debe43 MD5sum: 06566c1059f60dfa542e30aa997d6f2b Description: Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Virtual processors. . Geared toward virtual appliances. . You likely do not want to install this package directly. Instead, install the linux-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.2.0-143-generic Source: linux Priority: optional Section: kernel Installed-Size: 147119 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-143.190 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1) Suggests: fdutils, linux-doc-3.2.0 | linux-source-3.2.0, linux-tools Provides: fuse-module, ivtv-modules, kvm-api-4, linux-image, linux-image-3.0, redhat-cluster-modules Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3), crda (>= 1.1.1-1ubuntu2) | wireless-crda Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux/linux-image-3.2.0-143-generic_3.2.0-143.190_amd64.deb Size: 38902832 SHA256: 7de8d068a1c6c732e1cea60a210c652cd481d89ace068ed08f2e64ca9af0ba18 SHA1: aa8afe403a5fc742e2464d4a7423efd4226c440d MD5sum: 9c3aca534e1745efb4871ebfe95b33c8 Description: Linux kernel image for version 3.2.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.2.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.2.0-143-virtual Source: linux Priority: optional Section: kernel Installed-Size: 35681 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-143.190 Recommends: grub-pc | grub | lilo (>= 19.1) Suggests: fdutils, linux-doc-3.2.0 | linux-source-3.2.0, linux-tools Provides: fuse-module, ivtv-modules, kvm-api-4, linux-image, linux-image-3.0, redhat-cluster-modules Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3), crda (>= 1.1.1-1ubuntu2) | wireless-crda Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux/linux-image-3.2.0-143-virtual_3.2.0-143.190_amd64.deb Size: 12966702 SHA256: 219cef09ae19b57a2ee44e5193730114400b6941829f1f620506c67f8d2742bc SHA1: b93197f09e6cb0efed3ae38c8188c63f65687ab6 MD5sum: 4b2ca4c9f4821a2a120b5ce7d7cd5962 Description: Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Virtual processors. . Geared toward virtual appliances. . You likely do not want to install this package directly. Instead, install the linux-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.2.0-144-generic Source: linux Priority: optional Section: kernel Installed-Size: 147121 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-144.191 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1) Suggests: fdutils, linux-doc-3.2.0 | linux-source-3.2.0, linux-tools Provides: fuse-module, ivtv-modules, kvm-api-4, linux-image, linux-image-3.0, redhat-cluster-modules Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3), crda (>= 1.1.1-1ubuntu2) | wireless-crda Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux/linux-image-3.2.0-144-generic_3.2.0-144.191_amd64.deb Size: 38804642 SHA256: 20a3f74e0d66c42acf931760647b029cb55b7f2e7a08f81a7c40087336ca096f SHA1: 150a30f39a25cfd5003daa96ae2f7607df14edef MD5sum: 68db6f27206f91ee91259a6148d66f02 Description: Linux kernel image for version 3.2.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.2.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.2.0-144-virtual Source: linux Priority: optional Section: kernel Installed-Size: 35683 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-144.191 Recommends: grub-pc | grub | lilo (>= 19.1) Suggests: fdutils, linux-doc-3.2.0 | linux-source-3.2.0, linux-tools Provides: fuse-module, ivtv-modules, kvm-api-4, linux-image, linux-image-3.0, redhat-cluster-modules Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3), crda (>= 1.1.1-1ubuntu2) | wireless-crda Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux/linux-image-3.2.0-144-virtual_3.2.0-144.191_amd64.deb Size: 12964870 SHA256: 2331f8c2f5eebd32746adcdf87ee67da6e2feb0d253efeab873655819d04c380 SHA1: 2ee44ba49807ad3710be96721dc126bebcf74996 MD5sum: c45355b169120e84858a1a0327f21583 Description: Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Virtual processors. . Geared toward virtual appliances. . You likely do not want to install this package directly. Instead, install the linux-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.2.0-147-generic Source: linux Priority: optional Section: kernel Installed-Size: 147122 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-147.194 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1) Suggests: fdutils, linux-doc-3.2.0 | linux-source-3.2.0, linux-tools Provides: fuse-module, ivtv-modules, kvm-api-4, linux-image, linux-image-3.0, redhat-cluster-modules Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3), crda (>= 1.1.1-1ubuntu2) | wireless-crda Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux/linux-image-3.2.0-147-generic_3.2.0-147.194_amd64.deb Size: 38826232 SHA256: 7d553fc26d5da063720afdb1aef50dd64a69b33daaee1dec3ed19b712a7e0edc SHA1: 9c545805ae9b10d5a645ea76cfb8b81d93225037 MD5sum: 4897a7fc3092385f73f2377f33fba4e4 Description: Linux kernel image for version 3.2.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.2.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.2.0-147-virtual Source: linux Priority: optional Section: kernel Installed-Size: 35686 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-147.194 Recommends: grub-pc | grub | lilo (>= 19.1) Suggests: fdutils, linux-doc-3.2.0 | linux-source-3.2.0, linux-tools Provides: fuse-module, ivtv-modules, kvm-api-4, linux-image, linux-image-3.0, redhat-cluster-modules Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3), crda (>= 1.1.1-1ubuntu2) | wireless-crda Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux/linux-image-3.2.0-147-virtual_3.2.0-147.194_amd64.deb Size: 12971094 SHA256: 570fd14e88d53e487723c2da01e7eef61628baa85b93bd47b56fafb483d4afec SHA1: ce6f9849b858243197529cafc243be1c0ee5eec6 MD5sum: c77c1ca09a3e31b35e26d34d5904d0da Description: Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Virtual processors. . Geared toward virtual appliances. . You likely do not want to install this package directly. Instead, install the linux-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.2.0-148-generic Source: linux Priority: optional Section: kernel Installed-Size: 147123 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-148.195 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1) Suggests: fdutils, linux-doc-3.2.0 | linux-source-3.2.0, linux-tools Provides: fuse-module, ivtv-modules, kvm-api-4, linux-image, linux-image-3.0, redhat-cluster-modules Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3), crda (>= 1.1.1-1ubuntu2) | wireless-crda Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux/linux-image-3.2.0-148-generic_3.2.0-148.195_amd64.deb Size: 38825120 SHA256: 13d9e657b3ac3dfd73c8daf8101d9921666b0984081faf2682d2a72f2da71008 SHA1: 9a513e85be2f937948f21fc9c6f3be40e06b43ad MD5sum: f87de7eec977dc4e9c4a39fce5a53733 Description: Linux kernel image for version 3.2.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.2.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.2.0-148-virtual Source: linux Priority: optional Section: kernel Installed-Size: 35686 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-148.195 Recommends: grub-pc | grub | lilo (>= 19.1) Suggests: fdutils, linux-doc-3.2.0 | linux-source-3.2.0, linux-tools Provides: fuse-module, ivtv-modules, kvm-api-4, linux-image, linux-image-3.0, redhat-cluster-modules Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3), crda (>= 1.1.1-1ubuntu2) | wireless-crda Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux/linux-image-3.2.0-148-virtual_3.2.0-148.195_amd64.deb Size: 12941546 SHA256: 06bd7722c67133c68da83eaf61328713819eb07cb71e5756e9769c7d95c4d44e SHA1: 046f5f85a9bad3fd861d3f0d825ed72a94b836d8 MD5sum: 04ec267b12f866143d5ece8d4d4af54f Description: Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Virtual processors. . Geared toward virtual appliances. . You likely do not want to install this package directly. Instead, install the linux-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.2.0-149-generic Source: linux Priority: optional Section: kernel Installed-Size: 147123 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-149.196 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1) Suggests: fdutils, linux-doc-3.2.0 | linux-source-3.2.0, linux-tools Provides: fuse-module, ivtv-modules, kvm-api-4, linux-image, linux-image-3.0, redhat-cluster-modules Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3), crda (>= 1.1.1-1ubuntu2) | wireless-crda Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux/linux-image-3.2.0-149-generic_3.2.0-149.196_amd64.deb Size: 38788258 SHA256: 364a11f9ef2a25ed761b7264ebdafdb9fa746bd965fc41a866105e5197840091 SHA1: 0210c54a03ef670f38cb5faad826a074b4a6494e MD5sum: 471c42f8aa21788b617e1e46ed2e409c Description: Linux kernel image for version 3.2.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.2.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.2.0-149-virtual Source: linux Priority: optional Section: kernel Installed-Size: 35686 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-149.196 Recommends: grub-pc | grub | lilo (>= 19.1) Suggests: fdutils, linux-doc-3.2.0 | linux-source-3.2.0, linux-tools Provides: fuse-module, ivtv-modules, kvm-api-4, linux-image, linux-image-3.0, redhat-cluster-modules Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3), crda (>= 1.1.1-1ubuntu2) | wireless-crda Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux/linux-image-3.2.0-149-virtual_3.2.0-149.196_amd64.deb Size: 12960626 SHA256: e10dc53be53287230a425cf2a78af2e35ce8958bc71135af4de62bc33122f40d SHA1: fa5e91e976860199efbbe09bdc651b07c0958c87 MD5sum: 02c46856256b5efa61bb9c75358ea91b Description: Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Virtual processors. . Geared toward virtual appliances. . You likely do not want to install this package directly. Instead, install the linux-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.2.0-150-generic Source: linux Priority: optional Section: kernel Installed-Size: 147126 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-150.197 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1) Suggests: fdutils, linux-doc-3.2.0 | linux-source-3.2.0, linux-tools Provides: fuse-module, ivtv-modules, kvm-api-4, linux-image, linux-image-3.0, redhat-cluster-modules Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3), crda (>= 1.1.1-1ubuntu2) | wireless-crda Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux/linux-image-3.2.0-150-generic_3.2.0-150.197_amd64.deb Size: 38881746 SHA256: a235c7260e30b1c23cbd7f3de55834fc2e411329c3d80799744f7cd2fc9fea17 SHA1: 35222a580db141177a482b08ee5220a1e90af262 MD5sum: 5541108e07e21638d060901188e38dfc Description: Linux kernel image for version 3.2.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.2.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.2.0-150-virtual Source: linux Priority: optional Section: kernel Installed-Size: 35688 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-150.197 Recommends: grub-pc | grub | lilo (>= 19.1) Suggests: fdutils, linux-doc-3.2.0 | linux-source-3.2.0, linux-tools Provides: fuse-module, ivtv-modules, kvm-api-4, linux-image, linux-image-3.0, redhat-cluster-modules Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3), crda (>= 1.1.1-1ubuntu2) | wireless-crda Conflicts: hotplug (<< 0.0.20040105-1) Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux/linux-image-3.2.0-150-virtual_3.2.0-150.197_amd64.deb Size: 13004250 SHA256: 157323597f01e2f84ade310d0dd31e50d49bd7c57b71daad8656e9b1cd19ec2a SHA1: 8b4a63ff2499bf8ba95309674a00686e2a1ead67 MD5sum: 1e0f2e44ce8832516eb08385ef755ecf Description: Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Virtual processors. . Geared toward virtual appliances. . You likely do not want to install this package directly. Instead, install the linux-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-current-generic Source: linux-meta Priority: optional Section: kernel Installed-Size: 34 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0.150.164 Depends: linux-image-generic-lts-trusty Filename: pool/main/l/linux-meta/linux-image-current-generic_3.2.0.150.164_amd64.deb Size: 2468 SHA256: a3e20557f02e281fc6cbe1174468234be90e294b36e99eea67c22196a733718f SHA1: 6e0819818602300c17408573cc086ddd6b4983b5 MD5sum: c80bfb6cb573ef344060856f4a4495fb Description: Depends on the most recently released generic kernel image and headers. This package will always depend on the latest released generic kernel and headers, up to 14.04 inclusive. Package: linux-image-extra-3.2.0-128-virtual Source: linux Priority: optional Section: kernel Installed-Size: 111732 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-128.173 Depends: linux-image-3.2.0-128-virtual Filename: pool/main/l/linux/linux-image-extra-3.2.0-128-virtual_3.2.0-128.173_amd64.deb Size: 25770430 SHA256: 620d2a5a75a321fc382f0180a34de9f8d61ef1367ae3f9e16d3dcabf00d0145c SHA1: df190742ccf9c84177f8a2ab9d822a2fea3a62a6 MD5sum: b981f7d469abde37d0abaff926b3d9e9 Description: Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Virtual processors. . Geared toward virtual appliances. . You likely do not want to install this package directly. Instead, install the linux-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-extra-3.2.0-129-virtual Source: linux Priority: optional Section: kernel Installed-Size: 111732 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-129.174 Depends: linux-image-3.2.0-129-virtual Filename: pool/main/l/linux/linux-image-extra-3.2.0-129-virtual_3.2.0-129.174_amd64.deb Size: 26032292 SHA256: 9390c183aafe195c856785d1efab5f8276cd9ab9b55d0208a3fe718f2fe1624f SHA1: 3a6340ece94c82efe244fd18ccc547ddfd958d44 MD5sum: c4e1bdd7a065bb38feddbe04e48cb670 Description: Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Virtual processors. . Geared toward virtual appliances. . You likely do not want to install this package directly. Instead, install the linux-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-extra-3.2.0-130-virtual Source: linux Priority: optional Section: kernel Installed-Size: 111732 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-130.176 Depends: linux-image-3.2.0-130-virtual Filename: pool/main/l/linux/linux-image-extra-3.2.0-130-virtual_3.2.0-130.176_amd64.deb Size: 25778962 SHA256: 59361ceeec7728a5201efd59d7f77fc9e97c5e962fa0b1a2c64b01790dda4bd3 SHA1: 7429735cc0c2bd74073a80c58bf9bd337b2c7d77 MD5sum: a5e5f16a8eb75af9b9228967aa7e41ea Description: Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Virtual processors. . Geared toward virtual appliances. . You likely do not want to install this package directly. Instead, install the linux-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-extra-3.2.0-131-virtual Source: linux Priority: optional Section: kernel Installed-Size: 111732 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-131.177 Depends: linux-image-3.2.0-131-virtual Filename: pool/main/l/linux/linux-image-extra-3.2.0-131-virtual_3.2.0-131.177_amd64.deb Size: 25801550 SHA256: 583465de62811c8ec5acdcb96626923bdb09d5a4f83ee357fe59892e8390f651 SHA1: ab0105d6b8949d36a1225914cf787b084daf37a4 MD5sum: 3ef28fd8e4efb2a8d5405319e79cc450 Description: Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Virtual processors. . Geared toward virtual appliances. . You likely do not want to install this package directly. Instead, install the linux-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-extra-3.2.0-132-virtual Source: linux Priority: optional Section: kernel Installed-Size: 111733 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-132.178 Depends: linux-image-3.2.0-132-virtual Filename: pool/main/l/linux/linux-image-extra-3.2.0-132-virtual_3.2.0-132.178_amd64.deb Size: 25804182 SHA256: 49fd2e2ffe57b88ef875f920370aa781e5b65a854f4f3848a1bc89c86b1ea1ac SHA1: 8e73a4c7e8b64277d0a5f9f8d440c30fee07c82a MD5sum: eae79f1d920df00478d2535c2653f981 Description: Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Virtual processors. . Geared toward virtual appliances. . You likely do not want to install this package directly. Instead, install the linux-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-extra-3.2.0-133-virtual Source: linux Priority: optional Section: kernel Installed-Size: 111735 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-133.179 Depends: linux-image-3.2.0-133-virtual Filename: pool/main/l/linux/linux-image-extra-3.2.0-133-virtual_3.2.0-133.179_amd64.deb Size: 25810544 SHA256: 2c5ea7853efbb3f224919272e450d9800883b20de1d006c7a7c9c5dee656f03a SHA1: 5acecb918a36b02a851119c7a1d2420f20d9b345 MD5sum: 30b832c8de7c82c5cdb808c9a9db30a9 Description: Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Virtual processors. . Geared toward virtual appliances. . You likely do not want to install this package directly. Instead, install the linux-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-extra-3.2.0-134-virtual Source: linux Priority: optional Section: kernel Installed-Size: 111735 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-134.180 Depends: linux-image-3.2.0-134-virtual Filename: pool/main/l/linux/linux-image-extra-3.2.0-134-virtual_3.2.0-134.180_amd64.deb Size: 25796778 SHA256: 05158174a3f4c30e88e664a4b04c6f5e50e9d5a7772dcf57f1734db08e69b84d SHA1: 60098b5bd3f489329036e50f6911fb3a32a6124a MD5sum: b30e929f7a136d9f53d251a979460459 Description: Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Virtual processors. . Geared toward virtual appliances. . You likely do not want to install this package directly. Instead, install the linux-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-extra-3.2.0-135-virtual Source: linux Priority: optional Section: kernel Installed-Size: 111735 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-135.181 Depends: linux-image-3.2.0-135-virtual Filename: pool/main/l/linux/linux-image-extra-3.2.0-135-virtual_3.2.0-135.181_amd64.deb Size: 25798732 SHA256: 26915592204d33d5629b740c573b191a077ab34b9e838216428f2acf7f544c60 SHA1: 9b07116a3235b41c1da2aa4ed5fb0538a0b52a3d MD5sum: c5e1a366cca763408bd2dad038e76458 Description: Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Virtual processors. . Geared toward virtual appliances. . You likely do not want to install this package directly. Instead, install the linux-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-extra-3.2.0-136-virtual Source: linux Priority: optional Section: kernel Installed-Size: 111736 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-136.182 Depends: linux-image-3.2.0-136-virtual Filename: pool/main/l/linux/linux-image-extra-3.2.0-136-virtual_3.2.0-136.182_amd64.deb Size: 25797036 SHA256: c7b25eff71ca0df34b6164913a7fb8f4002085650b80cf8f426238319af4406d SHA1: e10c2cfb785c44175a13acab512c807e889dd7a6 MD5sum: 7af1741b691c33a4a4c9ba78d57d3fa4 Description: Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Virtual processors. . Geared toward virtual appliances. . You likely do not want to install this package directly. Instead, install the linux-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-extra-3.2.0-137-virtual Source: linux Priority: optional Section: kernel Installed-Size: 111738 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-137.183 Depends: linux-image-3.2.0-137-virtual Filename: pool/main/l/linux/linux-image-extra-3.2.0-137-virtual_3.2.0-137.183_amd64.deb Size: 25782564 SHA256: dba29f6bf191efad906ae04f1ce003f25409fa929ddd5ae87c780ebf06082202 SHA1: 14d655e391368d53d10c9989a9ea6e3a3f80256a MD5sum: dc8cfbd52caa6406e41af98ad84724ee Description: Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Virtual processors. . Geared toward virtual appliances. . You likely do not want to install this package directly. Instead, install the linux-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-extra-3.2.0-138-virtual Source: linux Priority: optional Section: kernel Installed-Size: 111738 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-138.184 Depends: linux-image-3.2.0-138-virtual Filename: pool/main/l/linux/linux-image-extra-3.2.0-138-virtual_3.2.0-138.184_amd64.deb Size: 25817042 SHA256: 790d3086e1ab678f87edaa5527801ad9385908a6c0421ef426981ea708b9b91b SHA1: d32bc2a55d8162d2b1d6467e449a6d8ed2802b8a MD5sum: 599b4a3000ca725ffa1a78bae50fa748 Description: Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Virtual processors. . Geared toward virtual appliances. . You likely do not want to install this package directly. Instead, install the linux-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-extra-3.2.0-139-virtual Source: linux Priority: optional Section: kernel Installed-Size: 111757 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-139.185 Depends: linux-image-3.2.0-139-virtual Filename: pool/main/l/linux/linux-image-extra-3.2.0-139-virtual_3.2.0-139.185_amd64.deb Size: 25843748 SHA256: 4389a991b46e2435c750f2f2abc48da48d1ef0daa62140150d0c76f581857639 SHA1: f2c814bc578ae496806c75cf2e05034537940010 MD5sum: 9f4cc1eb0d1cadcce1e0f8e1b8138f6d Description: Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Virtual processors. . Geared toward virtual appliances. . You likely do not want to install this package directly. Instead, install the linux-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-extra-3.2.0-140-virtual Source: linux Priority: optional Section: kernel Installed-Size: 111757 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-140.186 Depends: linux-image-3.2.0-140-virtual Filename: pool/main/l/linux/linux-image-extra-3.2.0-140-virtual_3.2.0-140.186_amd64.deb Size: 25766538 SHA256: 89576f0e465dcc30c74c1b1ec5d8dab02e9b0759036d7505270d2f9792e1444d SHA1: d588063490141bb7e870c37f85ba77a4bab7ff2e MD5sum: ecd0b05f48d689ffaf1bae47c2e72ae8 Description: Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Virtual processors. . Geared toward virtual appliances. . You likely do not want to install this package directly. Instead, install the linux-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-extra-3.2.0-141-virtual Source: linux Priority: optional Section: kernel Installed-Size: 111758 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-141.188 Depends: linux-image-3.2.0-141-virtual Filename: pool/main/l/linux/linux-image-extra-3.2.0-141-virtual_3.2.0-141.188_amd64.deb Size: 25802236 SHA256: ca79fa3da8d2c069bb77d144e5cca08d3fd98a9c49d43c4eb1a2e8499ec5c3e8 SHA1: 373198ee7b3f2ec30e4ede6c0f13b380d828bbd7 MD5sum: 78f79beb9b9fc3cbad1dfcb1add554cc Description: Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Virtual processors. . Geared toward virtual appliances. . You likely do not want to install this package directly. Instead, install the linux-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-extra-3.2.0-142-virtual Source: linux Priority: optional Section: kernel Installed-Size: 111759 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-142.189 Depends: linux-image-3.2.0-142-virtual Filename: pool/main/l/linux/linux-image-extra-3.2.0-142-virtual_3.2.0-142.189_amd64.deb Size: 25817834 SHA256: ffda7b463944142f82d2f322ac6f5b65730d010912402fa472d83295be20b8e9 SHA1: 822dbeb1df01f243b98adac91774b535da79089e MD5sum: a181b9a6b07bef1a1c91d8da22cdbd00 Description: Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Virtual processors. . Geared toward virtual appliances. . You likely do not want to install this package directly. Instead, install the linux-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-extra-3.2.0-143-virtual Source: linux Priority: optional Section: kernel Installed-Size: 111759 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-143.190 Depends: linux-image-3.2.0-143-virtual Filename: pool/main/l/linux/linux-image-extra-3.2.0-143-virtual_3.2.0-143.190_amd64.deb Size: 25805600 SHA256: 8f61de48ccfa039dc9a02f5b64ec1afc26ad72b297c109b9f3a728fa74702e1d SHA1: c532b0d48221083362de8c6cdc2fdd3d57ced2a5 MD5sum: fccc9a51571f0104d9c8506bcc114f09 Description: Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Virtual processors. . Geared toward virtual appliances. . You likely do not want to install this package directly. Instead, install the linux-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-extra-3.2.0-144-virtual Source: linux Priority: optional Section: kernel Installed-Size: 111759 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-144.191 Depends: linux-image-3.2.0-144-virtual Filename: pool/main/l/linux/linux-image-extra-3.2.0-144-virtual_3.2.0-144.191_amd64.deb Size: 25756332 SHA256: 9e413c9802c01699de1f656de0d09ce16ad994761493178c855a37c051a0f9e9 SHA1: ec6d7ce71bdd5c591e12761b54f7e5a832ae8b02 MD5sum: 4a6e17be9ed2725390cf448d9e7002a2 Description: Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Virtual processors. . Geared toward virtual appliances. . You likely do not want to install this package directly. Instead, install the linux-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-extra-3.2.0-147-virtual Source: linux Priority: optional Section: kernel Installed-Size: 111759 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-147.194 Depends: linux-image-3.2.0-147-virtual Filename: pool/main/l/linux/linux-image-extra-3.2.0-147-virtual_3.2.0-147.194_amd64.deb Size: 25766020 SHA256: 272da1196b188f0a8341ff1ff5f8ebbb620b078d70f4d80db9386fd060bd453b SHA1: b22f838cb440f4e8a9af76e0bc3e74846ad4430b MD5sum: 8c881e40fc11085c569857a9a834c95b Description: Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Virtual processors. . Geared toward virtual appliances. . You likely do not want to install this package directly. Instead, install the linux-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-extra-3.2.0-148-virtual Source: linux Priority: optional Section: kernel Installed-Size: 111759 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-148.195 Depends: linux-image-3.2.0-148-virtual Filename: pool/main/l/linux/linux-image-extra-3.2.0-148-virtual_3.2.0-148.195_amd64.deb Size: 25761780 SHA256: c883fe471c7129e8721b48a8a14cd9a15eb8658bf11e25e75b1aaf4e5f6ce4cb SHA1: cfb506dea8f8d2b2ec81959b3965f44b4bfe3105 MD5sum: 935aa5bb3ef2128c948bb8b5da58852c Description: Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Virtual processors. . Geared toward virtual appliances. . You likely do not want to install this package directly. Instead, install the linux-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-extra-3.2.0-149-virtual Source: linux Priority: optional Section: kernel Installed-Size: 111760 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-149.196 Depends: linux-image-3.2.0-149-virtual Filename: pool/main/l/linux/linux-image-extra-3.2.0-149-virtual_3.2.0-149.196_amd64.deb Size: 25762420 SHA256: 705e1a098637f80f80f9e21168a2ca4819c12f00c226689ed0aa29fde8ac2530 SHA1: 33d74b53c2039600912d552738d78702b8fb9bdd MD5sum: b9b06f4800ebbf2aa5ef57e6c7f59d91 Description: Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Virtual processors. . Geared toward virtual appliances. . You likely do not want to install this package directly. Instead, install the linux-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-extra-3.2.0-150-virtual Source: linux Priority: optional Section: kernel Installed-Size: 111760 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-150.197 Depends: linux-image-3.2.0-150-virtual Filename: pool/main/l/linux/linux-image-extra-3.2.0-150-virtual_3.2.0-150.197_amd64.deb Size: 25771404 SHA256: 23619a9acfd7ac74d7e07b002fcfc21e1230155b2a9016c631b908c821d1a3ca SHA1: 3be1cd9d9fbce2e4fefbe2b4c7f4235bd76aeeda MD5sum: 43df6e64395fb906a991d108f67237e4 Description: Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 64 bit x86 Virtual Guests. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Virtual processors. . Geared toward virtual appliances. . You likely do not want to install this package directly. Instead, install the linux-virtual meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-extra-virtual Source: linux-meta Priority: optional Section: kernel Installed-Size: 34 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0.150.164 Depends: linux-image-virtual (= 3.2.0.150.164), linux-image-extra-3.2.0-150-virtual Filename: pool/main/l/linux-meta/linux-image-extra-virtual_3.2.0.150.164_amd64.deb Size: 1740 SHA256: 469c0a3f0944277b51c86f1a6dd3d8f4e76854c16ecd80bec46ea320d74d9bc0 SHA1: 959c86fd595448b156894c98750990fc28d3ba57 MD5sum: 67eefe8db1db32a1680880bb8736669b Description: Linux kernel extra modules for virtual machines This package will always depend on the latest kernel extra modules available for virtual machines. Package: linux-image-generic Source: linux-meta Priority: optional Section: kernel Installed-Size: 34 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0.150.164 Replaces: linux-backports-modules-hv-precise-generic Provides: linux-backports-modules-hv-precise-generic Depends: linux-image-3.2.0-150-generic, linux-firmware Conflicts: linux-backports-modules-hv-precise-generic Filename: pool/main/l/linux-meta/linux-image-generic_3.2.0.150.164_amd64.deb Size: 2480 SHA256: 18f0a3635dd2fcb9a9cce8c7ca538bd0960e1a2f20a41fda3cd6c5aaeabc2142 SHA1: a787e2f6f3634dfb1b8015ab2121e844f78ed8ea MD5sum: a56257ef1b0d67a4a528d22146b78f87 Description: Generic Linux kernel image This package will always depend on the latest generic kernel image available. Package: linux-image-generic-lts-trusty Source: linux-meta-lts-trusty Priority: optional Section: metapackages Installed-Size: 32 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0.185.170 Depends: linux-image-3.13.0-185-generic | linux-unsigned-image-3.13.0-185-generic, linux-firmware Filename: pool/main/l/linux-meta-lts-trusty/linux-image-generic-lts-trusty_3.13.0.185.170_amd64.deb Size: 2542 SHA256: 3b555eb63a3f1525403c0219215dc5c3d598ea7634bc347b7dcddfd0567ed9b2 SHA1: b02e679e6d4a8ad5c151a4f3a8866a80f84ed42d MD5sum: 2004c5bf1d5bc2760b0e2bec644648f7 Description: Generic Linux kernel image This metapackage will always depend on the latest generic 14.04 LTS kernel image available. Package: linux-image-hwe-generic Source: linux-meta Priority: optional Section: kernel Installed-Size: 34 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0.150.164 Depends: linux-image-generic-lts-trusty Filename: pool/main/l/linux-meta/linux-image-hwe-generic_3.2.0.150.164_amd64.deb Size: 2440 SHA256: c5bce3620abb9226e5575253a1aa45f8135f21a18634609c89ae113e468368db SHA1: c33f47b82c892f899ecb484820d7daa7f40bdc7c MD5sum: 10d89270efc10692f36ff309b3b17178 Description: Depends on the generic hardware enablement kernel image and headers. This package will always depend on the generic hardware enablement kernel and headers. Package: linux-image-server Source: linux-meta Priority: optional Section: kernel Installed-Size: 34 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0.150.164 Depends: linux-image-3.2.0-150-generic, linux-firmware Filename: pool/main/l/linux-meta/linux-image-server_3.2.0.150.164_amd64.deb Size: 2436 SHA256: e23e1aaac4f1cbd4368485982cd38039acaf941421887c6d7856995f4befa617 SHA1: 17fbd6fa2359c55ce29bc14fb9c2f60a2986d40a MD5sum: 591ca7a96f8fd46d8626575c1f0a36c8 Description: Linux kernel image on Server Equipment. This package will always depend on the latest kernel image available for Server Equipment. Package: linux-image-unsigned-3.13.0-166-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 6128 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-166.216~precise1 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1), initramfs-tools (>= 0.36ubuntu6) Suggests: fdutils, linux-lts-trusty-doc-3.13.0 | linux-lts-trusty-source-3.13.0, linux-lts-trusty-tools, linux-headers-3.13.0-166-generic Provides: fuse-module, linux-image, linux-image-3.0 Depends: module-init-tools (>= 3.3-pre11-4ubuntu3), linux-base (>= 4.5ubuntu1~12.04.1), linux-modules-3.13.0-166-generic Conflicts: hotplug (<< 0.0.20040105-1), linux-image-3.13.0-166-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-lts-trusty/linux-image-unsigned-3.13.0-166-generic_3.13.0-166.216~precise1_amd64.deb Size: 5964952 SHA256: 7797e8d94517746e538ba3b4d6a4f469741192614cb34716f56e0e2855589156 SHA1: 7e41e746dd55ad0074ce2de317088aafb54a2c48 MD5sum: 5ad4d55432367a11ac68d927f60cec4c Description: Linux kernel image for version 3.13.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 3.13.0 on 64 bit x86 SMP. . 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-unsigned-3.13.0-168-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 6130 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-168.218~precise1 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1), initramfs-tools (>= 0.36ubuntu6) Suggests: fdutils, linux-lts-trusty-doc-3.13.0 | linux-lts-trusty-source-3.13.0, linux-lts-trusty-tools, linux-headers-3.13.0-168-generic Provides: fuse-module, linux-image, linux-image-3.0 Depends: module-init-tools (>= 3.3-pre11-4ubuntu3), linux-base (>= 4.5ubuntu1~12.04.1), linux-modules-3.13.0-168-generic Conflicts: hotplug (<< 0.0.20040105-1), linux-image-3.13.0-168-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-lts-trusty/linux-image-unsigned-3.13.0-168-generic_3.13.0-168.218~precise1_amd64.deb Size: 5963562 SHA256: 815839a779b122b20727f12208731172b21f73547ff1195701f39b3729d479cb SHA1: e5922e43adb5cf6557ccec66cb132ed04b6fb716 MD5sum: 411879b58dbc767671d955d7e3fe2586 Description: Linux kernel image for version 3.13.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 3.13.0 on 64 bit x86 SMP. . 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-unsigned-3.13.0-170-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 6133 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-170.220~12.04.2 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1), initramfs-tools (>= 0.36ubuntu6) Suggests: fdutils, linux-lts-trusty-doc-3.13.0 | linux-lts-trusty-source-3.13.0, linux-lts-trusty-tools, linux-headers-3.13.0-170-generic Provides: fuse-module, linux-image, linux-image-3.0 Depends: module-init-tools (>= 3.3-pre11-4ubuntu3), linux-base (>= 4.5ubuntu1~12.04.1), linux-modules-3.13.0-170-generic Conflicts: hotplug (<< 0.0.20040105-1), linux-image-3.13.0-170-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-lts-trusty/linux-image-unsigned-3.13.0-170-generic_3.13.0-170.220~12.04.2_amd64.deb Size: 5967506 SHA256: fa8d7ffe7dc7119fa83778a967e04f4b08ad8829bf4b0a5d3254043e969cb410 SHA1: 954c6da558a27b888b220ec38ba265a14136bf6c MD5sum: 81b12bad309083341b48e88e1c21a997 Description: Linux kernel image for version 3.13.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 3.13.0 on 64 bit x86 SMP. . 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-unsigned-3.13.0-171-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 6133 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-171.222~12.04.1 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1), initramfs-tools (>= 0.36ubuntu6) Suggests: fdutils, linux-lts-trusty-doc-3.13.0 | linux-lts-trusty-source-3.13.0, linux-lts-trusty-tools, linux-headers-3.13.0-171-generic Provides: fuse-module, linux-image, linux-image-3.0 Depends: module-init-tools (>= 3.3-pre11-4ubuntu3), linux-base (>= 4.5ubuntu1~12.04.1), linux-modules-3.13.0-171-generic Conflicts: hotplug (<< 0.0.20040105-1), linux-image-3.13.0-171-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-lts-trusty/linux-image-unsigned-3.13.0-171-generic_3.13.0-171.222~12.04.1_amd64.deb Size: 5966530 SHA256: def9ffda3644eabe8220ee5a999abe922c25b35364d60a48c43670174d6a3f2d SHA1: 77b8a865691af4ea491a53b353c6fe21cf6240fd MD5sum: 69973e4d3bb10d15c95012998da53f53 Description: Linux kernel image for version 3.13.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 3.13.0 on 64 bit x86 SMP. . 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-unsigned-3.13.0-172-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 6135 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-172.223~12.04.1 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1), initramfs-tools (>= 0.36ubuntu6) Suggests: fdutils, linux-lts-trusty-doc-3.13.0 | linux-lts-trusty-source-3.13.0, linux-lts-trusty-tools, linux-headers-3.13.0-172-generic Provides: fuse-module, linux-image, linux-image-3.0 Depends: module-init-tools (>= 3.3-pre11-4ubuntu3), linux-base (>= 4.5ubuntu1~12.04.1), linux-modules-3.13.0-172-generic Conflicts: hotplug (<< 0.0.20040105-1), linux-image-3.13.0-172-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-lts-trusty/linux-image-unsigned-3.13.0-172-generic_3.13.0-172.223~12.04.1_amd64.deb Size: 5966272 SHA256: 298c6f8e6950e23d101d3b43210284490e6da4f6ca550eed8370a454653ea3b5 SHA1: 4d8547eec854d2795af7036fca553d2dbdb20e98 MD5sum: 2bd28d3964a3ad1b2ed96041fd055493 Description: Linux kernel image for version 3.13.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 3.13.0 on 64 bit x86 SMP. . 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-unsigned-3.13.0-173-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 6135 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-173.224~12.04.1 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1), initramfs-tools (>= 0.36ubuntu6) Suggests: fdutils, linux-lts-trusty-doc-3.13.0 | linux-lts-trusty-source-3.13.0, linux-lts-trusty-tools, linux-headers-3.13.0-173-generic Provides: fuse-module, linux-image, linux-image-3.0 Depends: module-init-tools (>= 3.3-pre11-4ubuntu3), linux-base (>= 4.5ubuntu1~12.04.1), linux-modules-3.13.0-173-generic Conflicts: hotplug (<< 0.0.20040105-1), linux-image-3.13.0-173-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-lts-trusty/linux-image-unsigned-3.13.0-173-generic_3.13.0-173.224~12.04.1_amd64.deb Size: 5966572 SHA256: 793669dd98ee36392e70f49742c1bf96ce3b4af90829d0d01028552e028865f3 SHA1: 1a10c44ad365a006f5b6bd37e21b1ded6d09ac79 MD5sum: ab85ac03527285a56941b305022f8195 Description: Linux kernel image for version 3.13.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 3.13.0 on 64 bit x86 SMP. . 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-unsigned-3.13.0-174-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 6135 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-174.225~12.04.1 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1), initramfs-tools (>= 0.36ubuntu6) Suggests: fdutils, linux-lts-trusty-doc-3.13.0 | linux-lts-trusty-source-3.13.0, linux-lts-trusty-tools, linux-headers-3.13.0-174-generic Provides: fuse-module, linux-image, linux-image-3.0 Depends: module-init-tools (>= 3.3-pre11-4ubuntu3), linux-base (>= 4.5ubuntu1~12.04.1), linux-modules-3.13.0-174-generic Conflicts: hotplug (<< 0.0.20040105-1), linux-image-3.13.0-174-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-lts-trusty/linux-image-unsigned-3.13.0-174-generic_3.13.0-174.225~12.04.1_amd64.deb Size: 5965676 SHA256: 54d352301b4322e3a2400fc91693c1735b5a259738f354623cb5c7f9a119c6ea SHA1: 832615b6d7d6054370d83cafef14b6003815a503 MD5sum: 2451daf58de8bc719871e70387c566de Description: Linux kernel image for version 3.13.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 3.13.0 on 64 bit x86 SMP. . 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-unsigned-3.13.0-175-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 6136 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-175.226~12.04.1 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1), initramfs-tools (>= 0.36ubuntu6) Suggests: fdutils, linux-lts-trusty-doc-3.13.0 | linux-lts-trusty-source-3.13.0, linux-lts-trusty-tools, linux-headers-3.13.0-175-generic Provides: fuse-module, linux-image, linux-image-3.0 Depends: module-init-tools (>= 3.3-pre11-4ubuntu3), linux-base (>= 4.5ubuntu1~12.04.1), linux-modules-3.13.0-175-generic Conflicts: hotplug (<< 0.0.20040105-1), linux-image-3.13.0-175-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-lts-trusty/linux-image-unsigned-3.13.0-175-generic_3.13.0-175.226~12.04.1_amd64.deb Size: 5966154 SHA256: faeba47af59fdfb956abaf2066bb1976fa904bf97812dec9691ca5ed0afb9202 SHA1: 78133070a8132f3b88d6a0f7f16032cedd72311d MD5sum: 482c5286c0f7fbf31a7f1b7b11a29bc9 Description: Linux kernel image for version 3.13.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 3.13.0 on 64 bit x86 SMP. . 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-unsigned-3.13.0-176-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 6136 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-176.227~12.04.1 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1), initramfs-tools (>= 0.36ubuntu6) Suggests: fdutils, linux-lts-trusty-doc-3.13.0 | linux-lts-trusty-source-3.13.0, linux-lts-trusty-tools, linux-headers-3.13.0-176-generic Provides: fuse-module, linux-image, linux-image-3.0 Depends: module-init-tools (>= 3.3-pre11-4ubuntu3), linux-base (>= 4.5ubuntu1~12.04.1), linux-modules-3.13.0-176-generic Conflicts: hotplug (<< 0.0.20040105-1), linux-image-3.13.0-176-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-lts-trusty/linux-image-unsigned-3.13.0-176-generic_3.13.0-176.227~12.04.1_amd64.deb Size: 5965892 SHA256: f64759d8f2675d05d31f415b57d4ae66062e3ae930dbb23f574658713e8b23a8 SHA1: 1ec3ac065099ee373711a369f86998a1228a8c05 MD5sum: 5950293479de99f81f54b512c07edc5f Description: Linux kernel image for version 3.13.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 3.13.0 on 64 bit x86 SMP. . 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-unsigned-3.13.0-180-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 6135 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-180.231~12.04.1 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1), initramfs-tools (>= 0.36ubuntu6) Suggests: fdutils, linux-lts-trusty-doc-3.13.0 | linux-lts-trusty-source-3.13.0, linux-lts-trusty-tools, linux-headers-3.13.0-180-generic Provides: fuse-module, linux-image, linux-image-3.0 Depends: module-init-tools (>= 3.3-pre11-4ubuntu3), linux-base (>= 4.5ubuntu1~12.04.1), linux-modules-3.13.0-180-generic Conflicts: hotplug (<< 0.0.20040105-1), linux-image-3.13.0-180-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-lts-trusty/linux-image-unsigned-3.13.0-180-generic_3.13.0-180.231~12.04.1_amd64.deb Size: 5963032 SHA256: b4498e5b0cb12fced480d1c4edfa365430bbe0674ac0441daa3dbf4d72837fe5 SHA1: 0af9a7f0e614d1bd4113cb0006aaee228964bf79 MD5sum: 065e7e198d76ca71e062e5018b6d0d52 Description: Linux kernel image for version 3.13.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 3.13.0 on 64 bit x86 SMP. . 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-unsigned-3.13.0-181-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 6135 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-181.232~12.04.1 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1), initramfs-tools (>= 0.36ubuntu6) Suggests: fdutils, linux-lts-trusty-doc-3.13.0 | linux-lts-trusty-source-3.13.0, linux-lts-trusty-tools, linux-headers-3.13.0-181-generic Provides: fuse-module, linux-image, linux-image-3.0 Depends: module-init-tools (>= 3.3-pre11-4ubuntu3), linux-base (>= 4.5ubuntu1~12.04.1), linux-modules-3.13.0-181-generic Conflicts: hotplug (<< 0.0.20040105-1), linux-image-3.13.0-181-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-lts-trusty/linux-image-unsigned-3.13.0-181-generic_3.13.0-181.232~12.04.1_amd64.deb Size: 5962746 SHA256: 66fc681bfead20b9e19e9fb4e6bfcc0fefa718c0ae30f7723dab82fed62897c2 SHA1: f8fbcb54cc99703c21276bebcf776052e17319a5 MD5sum: d2b10dd0d2ed73e814f779adc162196d Description: Linux kernel image for version 3.13.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 3.13.0 on 64 bit x86 SMP. . 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-unsigned-3.13.0-182-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 6135 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-182.233~12.04.1 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1), initramfs-tools (>= 0.36ubuntu6) Suggests: fdutils, linux-lts-trusty-doc-3.13.0 | linux-lts-trusty-source-3.13.0, linux-lts-trusty-tools, linux-headers-3.13.0-182-generic Provides: fuse-module, linux-image, linux-image-3.0 Depends: module-init-tools (>= 3.3-pre11-4ubuntu3), linux-base (>= 4.5ubuntu1~12.04.1), linux-modules-3.13.0-182-generic Conflicts: hotplug (<< 0.0.20040105-1), linux-image-3.13.0-182-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-lts-trusty/linux-image-unsigned-3.13.0-182-generic_3.13.0-182.233~12.04.1_amd64.deb Size: 5961840 SHA256: 29747c76ab50d98a51ce8f447b909501da2a483212879ce50b27ecc3b33ae05c SHA1: 6b1458d3911e6bc7df38af52739e98db410c6372 MD5sum: 7212b811115c815e74e0fcc6380e8fcd Description: Linux kernel image for version 3.13.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 3.13.0 on 64 bit x86 SMP. . 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-unsigned-3.13.0-183-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 6136 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-183.234~12.04.1 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1), initramfs-tools (>= 0.36ubuntu6) Suggests: fdutils, linux-lts-trusty-doc-3.13.0 | linux-lts-trusty-source-3.13.0, linux-lts-trusty-tools, linux-headers-3.13.0-183-generic Provides: fuse-module, linux-image, linux-image-3.0 Depends: module-init-tools (>= 3.3-pre11-4ubuntu3), linux-base (>= 4.5ubuntu1~12.04.1), linux-modules-3.13.0-183-generic Conflicts: hotplug (<< 0.0.20040105-1), linux-image-3.13.0-183-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-lts-trusty/linux-image-unsigned-3.13.0-183-generic_3.13.0-183.234~12.04.1_amd64.deb Size: 5962280 SHA256: 5d15bf7526d753e1ca57e34a721cd8f4684f419a5ae059fe8b43102ad62e02a9 SHA1: 2a6a15a5dca4b528ee693380d2862c96f7aa3882 MD5sum: f6a4ae339113244968eb92d306c13788 Description: Linux kernel image for version 3.13.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 3.13.0 on 64 bit x86 SMP. . 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-unsigned-3.13.0-185-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 6136 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-185.236~12.04.1 Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1), initramfs-tools (>= 0.36ubuntu6) Suggests: fdutils, linux-lts-trusty-doc-3.13.0 | linux-lts-trusty-source-3.13.0, linux-lts-trusty-tools, linux-headers-3.13.0-185-generic Provides: fuse-module, linux-image, linux-image-3.0 Depends: module-init-tools (>= 3.3-pre11-4ubuntu3), linux-base (>= 4.5ubuntu1~12.04.1), linux-modules-3.13.0-185-generic Conflicts: hotplug (<< 0.0.20040105-1), linux-image-3.13.0-185-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-lts-trusty/linux-image-unsigned-3.13.0-185-generic_3.13.0-185.236~12.04.1_amd64.deb Size: 5960626 SHA256: 4174da0c99bd3199580999e2f4fca8789a380cc09e6d63575045478f61e5210f SHA1: 0bd448b371beae4c2aaa32c93143bdebf4b88af1 MD5sum: 79b1aeacb82090d81fe3ed9b9c36072e Description: Linux kernel image for version 3.13.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 3.13.0 on 64 bit x86 SMP. . 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-virtual Source: linux-meta Priority: optional Section: kernel Installed-Size: 34 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0.150.164 Replaces: linux-backports-modules-hv-precise-virtual Provides: linux-backports-modules-hv-precise-virtual Depends: linux-image-3.2.0-150-virtual, linux-firmware Conflicts: linux-backports-modules-hv-precise-virtual Filename: pool/main/l/linux-meta/linux-image-virtual_3.2.0.150.164_amd64.deb Size: 2520 SHA256: b106517adcdbf84ba42bb460f0e47aa96f190f4356ea465924fe1dcb6d7d158c SHA1: a0b54d9f549673ae4e5ff88678de771c5143ea16 MD5sum: 01a188469b819977c846d64c68354983 Description: Linux kernel image for virtual machines This package will always depend on the latest kernel image available for virtual machines. Install linux-image-extra-virtual to get all available kernel modules. Package: linux-libc-dev Source: linux Priority: optional Section: devel Installed-Size: 3154 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-150.197 Replaces: dvb-dev (<< 1.0.1-6), libc6-dev (<< 2.3.2.ds1-6), libc6.1-dev (<< 2.3.2.ds1-6), libdrm-dev, linux-kernel-headers Provides: linux-kernel-headers Conflicts: amd64-libs-dev (<= 1.1), dvb-dev (<< 1.0.1-6), libc6-dev (<< 2.3.2.ds1-6), libc6.1-dev (<< 2.3.2.ds1-6), linux-kernel-headers Filename: pool/main/l/linux/linux-libc-dev_3.2.0-150.197_amd64.deb Size: 851026 SHA256: ba6a4f6f2e643287765a7e43bab6ab1b2402724e71be7922b72e6e8fd0930199 SHA1: 244f20c32f7a26ca74700555b7130e4244b77210 MD5sum: 332e76c98fa7027333034082cc697cac Description: Linux Kernel Headers for development This package provides headers from the Linux kernel. These headers are used by the installed headers for GNU glibc and other system libraries. They are NOT meant to be used to build third-party modules for your kernel. Use linux-headers-* packages for that. Multi-Arch: same Package: linux-lts-trusty-cloud-tools-3.13.0-119 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 330 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-119.166~precise1 Depends: libc6 (>= 2.14), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-cloud-tools-3.13.0-119_3.13.0-119.166~precise1_amd64.deb Size: 269532 SHA256: d6d768fb5a8115e19b4dad30d8f9afdbaf1b03ccac53a1bddf5da953d2cc7754 SHA1: dc758ae534dff9de684363b8d5d07081a47127ce MD5sum: 65dd0b623dbe8f5b484db5a790f283a0 Description: Linux kernel version specific cloud tools for version 3.13.0-119 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 3.13.0-119 on 64 bit x86. You probabally want to install linux-cloud-tools-3.13.0-119-. Package: linux-lts-trusty-cloud-tools-3.13.0-121 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 330 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-121.170~precise1 Depends: libc6 (>= 2.14), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-cloud-tools-3.13.0-121_3.13.0-121.170~precise1_amd64.deb Size: 19796 SHA256: c21a998f258bd3bcfd5368486a2155c9475abe334a04fc86c8ae5d75cac18560 SHA1: fe2544c6ca0a1a209a3bd38dbf3482aa93c82d2e MD5sum: a3d0bcd4a5fa0f5de0bb0c85a4c8e684 Description: Linux kernel version specific cloud tools for version 3.13.0-121 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 3.13.0-121 on 64 bit x86. You probabally want to install linux-cloud-tools-3.13.0-121-. Package: linux-lts-trusty-cloud-tools-3.13.0-123 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 331 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-123.172~precise1 Depends: libc6 (>= 2.14), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-cloud-tools-3.13.0-123_3.13.0-123.172~precise1_amd64.deb Size: 269742 SHA256: e656c837f8a393fcfec89be10f6a1c01b58d5bda2bfce4c741bc91e61ae93615 SHA1: 4de42cd8c10b52d2629fd5a9eb44bb69ac00256a MD5sum: 301cc0ecc0804c4bfc885d8d81586813 Description: Linux kernel version specific cloud tools for version 3.13.0-123 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 3.13.0-123 on 64 bit x86. You probabally want to install linux-cloud-tools-3.13.0-123-. Package: linux-lts-trusty-cloud-tools-3.13.0-125 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 332 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-125.174~precise1 Depends: libc6 (>= 2.14), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-cloud-tools-3.13.0-125_3.13.0-125.174~precise1_amd64.deb Size: 20662 SHA256: 2111a70f9d671d85d9caf8ec4b2aa2c535084898e6356ef49b2a6921e8a32bbf SHA1: 5ce41760ff21f1e2c8c162bb4967c58328465faf MD5sum: 6eee423229baa86eece0f5a8be7e8511 Description: Linux kernel version specific cloud tools for version 3.13.0-125 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 3.13.0-125 on 64 bit x86. You probabally want to install linux-cloud-tools-3.13.0-125-. Package: linux-lts-trusty-cloud-tools-3.13.0-126 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 333 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-126.175~precise1 Depends: libc6 (>= 2.14), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-cloud-tools-3.13.0-126_3.13.0-126.175~precise1_amd64.deb Size: 21176 SHA256: e18838fb285d5b11a7391016655d0e306b0a09a274a80281bfca84cfb5ffdad1 SHA1: c95009ea367d7c1c5ff8948d1b7c91227ab7160b MD5sum: 4a4ad1923cefeba0632823c65e64180b Description: Linux kernel version specific cloud tools for version 3.13.0-126 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 3.13.0-126 on 64 bit x86. You probabally want to install linux-cloud-tools-3.13.0-126-. Package: linux-lts-trusty-cloud-tools-3.13.0-128 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 333 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-128.177~precise1 Depends: libc6 (>= 2.14), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-cloud-tools-3.13.0-128_3.13.0-128.177~precise1_amd64.deb Size: 21434 SHA256: b6b5ddc44d35c202110c5ea8e16db55eef9b26712132744ad36d3a1cf548e042 SHA1: 523ff9524a32c969d826565808657ff23ecf2f76 MD5sum: 8db222e1c2ea71527d7782957448f74a Description: Linux kernel version specific cloud tools for version 3.13.0-128 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 3.13.0-128 on 64 bit x86. You probabally want to install linux-cloud-tools-3.13.0-128-. Package: linux-lts-trusty-cloud-tools-3.13.0-129 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 333 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-129.178~precise1 Depends: libc6 (>= 2.14), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-cloud-tools-3.13.0-129_3.13.0-129.178~precise1_amd64.deb Size: 20876 SHA256: 62724f23669bb6bf78ba62ff5d6d4f4c3e373a6daa3148ae365f6a2cf7fb7847 SHA1: 4bbe71be539fd65635faff4d5161c5cc6710f689 MD5sum: 107eb06f959aec4370daa4e34cd785fd Description: Linux kernel version specific cloud tools for version 3.13.0-129 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 3.13.0-129 on 64 bit x86. You probabally want to install linux-cloud-tools-3.13.0-129-. Package: linux-lts-trusty-cloud-tools-3.13.0-132 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 334 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-132.181~precise1 Depends: libc6 (>= 2.14), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-cloud-tools-3.13.0-132_3.13.0-132.181~precise1_amd64.deb Size: 21236 SHA256: 7a7959a452759c088517facc73844cc466333809135bcbeca1975215015591bc SHA1: 67296b0c573e22b2385d1ce31467a9a9b4538976 MD5sum: b717cab20271deea96cf58e941ddaeae Description: Linux kernel version specific cloud tools for version 3.13.0-132 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 3.13.0-132 on 64 bit x86. You probabally want to install linux-cloud-tools-3.13.0-132-. Package: linux-lts-trusty-cloud-tools-3.13.0-133 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 334 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-133.182~precise1 Depends: libc6 (>= 2.14), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-cloud-tools-3.13.0-133_3.13.0-133.182~precise1_amd64.deb Size: 21038 SHA256: 44f2a1a56de96d347af90941a4bcf93ac95e9c36412a92d38590bab2285274df SHA1: 456e265dd02e123efbd27d4f321f06c170388014 MD5sum: f4c0c9e9893f798cc2e55bc720cd069f Description: Linux kernel version specific cloud tools for version 3.13.0-133 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 3.13.0-133 on 64 bit x86. You probabally want to install linux-cloud-tools-3.13.0-133-. Package: linux-lts-trusty-cloud-tools-3.13.0-135 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 334 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-135.184~precise1 Depends: libc6 (>= 2.14), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-cloud-tools-3.13.0-135_3.13.0-135.184~precise1_amd64.deb Size: 20656 SHA256: 43fec4ce20521be6aa1fc61b26427dfd1397aef905d8cb7c8bd34b5649c18d62 SHA1: 24765834c3c696e1c70c5ee5e750a0619b3d132c MD5sum: cab4231c1462059742a9bca8fd99b53e Description: Linux kernel version specific cloud tools for version 3.13.0-135 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 3.13.0-135 on 64 bit x86. You probabally want to install linux-cloud-tools-3.13.0-135-. Package: linux-lts-trusty-cloud-tools-3.13.0-137 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 335 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-137.186~precise1 Depends: libc6 (>= 2.14), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-cloud-tools-3.13.0-137_3.13.0-137.186~precise1_amd64.deb Size: 19952 SHA256: 3438e801276b7882df98b4e566302c1d2088427e26fe0e8c883b3df8e528c80f SHA1: 6c1d63284f1415b11ea5e3287ec5719ef442f93e MD5sum: ea488065df189684f6b4eca6e3389d34 Description: Linux kernel version specific cloud tools for version 3.13.0-137 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 3.13.0-137 on 64 bit x86. You probabally want to install linux-cloud-tools-3.13.0-137-. Package: linux-lts-trusty-cloud-tools-3.13.0-139 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 336 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-139.188~precise1 Depends: libc6 (>= 2.14), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-cloud-tools-3.13.0-139_3.13.0-139.188~precise1_amd64.deb Size: 21396 SHA256: d3725f68b23c8f4411e9ebc26ee99f6931a811e47d69136f5306f09717856a9c SHA1: bb63c5006fe5094af190b6b771d53737428d50e5 MD5sum: 2cda8f27026a0017cd51138500dba29b Description: Linux kernel version specific cloud tools for version 3.13.0-139 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 3.13.0-139 on 64 bit x86. You probabally want to install linux-cloud-tools-3.13.0-139-. Package: linux-lts-trusty-cloud-tools-3.13.0-141 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 337 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-141.190~precise1 Depends: libc6 (>= 2.14), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-cloud-tools-3.13.0-141_3.13.0-141.190~precise1_amd64.deb Size: 21712 SHA256: b0d5b30211ac63851b9b32695b0e76f4f20ac82536c02eedd9a700b2e1b5b7d4 SHA1: 1ef8a59875af01ed8790731ef0fd74d15d2a0c9f MD5sum: 75c85ddbab5ceacf5a359ced3673f6fc Description: Linux kernel version specific cloud tools for version 3.13.0-141 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 3.13.0-141 on 64 bit x86. You probabally want to install linux-cloud-tools-3.13.0-141-. Package: linux-lts-trusty-cloud-tools-3.13.0-142 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 338 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-142.191~precise1 Depends: libc6 (>= 2.14), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-cloud-tools-3.13.0-142_3.13.0-142.191~precise1_amd64.deb Size: 22940 SHA256: aa78a891d46ab96c48d20988e0f27b5da89b976d674ddd229fa0b758ddad721d SHA1: f3e5c51e8bd00bccf0589f6d9f25620e931353dc MD5sum: c0bc4aa767cb05fb51d1ba9e0d52abf8 Description: Linux kernel version specific cloud tools for version 3.13.0-142 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 3.13.0-142 on 64 bit x86. You probabally want to install linux-cloud-tools-3.13.0-142-. Package: linux-lts-trusty-cloud-tools-3.13.0-143 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 340 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-143.192~precise1 Depends: libc6 (>= 2.14), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-cloud-tools-3.13.0-143_3.13.0-143.192~precise1_amd64.deb Size: 24614 SHA256: 252d42ee2817b4ae512a89520ad0966c74aaae22a40c1d6f8dc9b39478678a93 SHA1: 51afd67486ab44c0997b5e8026015cc1baa9d1c0 MD5sum: fe73358ddd14a58fe3dd5e2c53c23d88 Description: Linux kernel version specific cloud tools for version 3.13.0-143 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 3.13.0-143 on 64 bit x86. You probabally want to install linux-cloud-tools-3.13.0-143-. Package: linux-lts-trusty-cloud-tools-3.13.0-144 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 340 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-144.193~precise1 Depends: libc6 (>= 2.14), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-cloud-tools-3.13.0-144_3.13.0-144.193~precise1_amd64.deb Size: 25082 SHA256: f985195a034b01c55850cd779b3d3348d23f511d76510bfc56e39b206683f2fb SHA1: ad12e33d4d0821197c90ceb4a81b94fbd663aa87 MD5sum: f0a2adf66c8f9388a4838dd40084fd10 Description: Linux kernel version specific cloud tools for version 3.13.0-144 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 3.13.0-144 on 64 bit x86. You probabally want to install linux-cloud-tools-3.13.0-144-. Package: linux-lts-trusty-cloud-tools-3.13.0-145 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 341 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-145.194~precise2 Depends: libc6 (>= 2.14), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-cloud-tools-3.13.0-145_3.13.0-145.194~precise2_amd64.deb Size: 25262 SHA256: 674cb822be593f3aa7f103acc9f9cce03206b33d92760f99c9f7f70adc5b8ffb SHA1: 8077fcbed45ba005a11cc3097cc43ffdc1ed99fc MD5sum: 68c1513422cb6ffeabc4462d0c47b56c Description: Linux kernel version specific cloud tools for version 3.13.0-145 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 3.13.0-145 on 64 bit x86. You probabally want to install linux-cloud-tools-3.13.0-145-. Package: linux-lts-trusty-cloud-tools-3.13.0-147 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 341 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-147.196~precise1 Depends: libc6 (>= 2.14), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-cloud-tools-3.13.0-147_3.13.0-147.196~precise1_amd64.deb Size: 25504 SHA256: 06b5e7718999ab1c4118fcbf5225205ff8f3b9a01b2637707c8a0ea37ed4d32a SHA1: 1d04f70dbfc34926e9ac635ccb95bffb2293fbe2 MD5sum: 7eb92040aacaf9b02e6034ed3d976a07 Description: Linux kernel version specific cloud tools for version 3.13.0-147 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 3.13.0-147 on 64 bit x86. You probabally want to install linux-cloud-tools-3.13.0-147-. Package: linux-lts-trusty-cloud-tools-3.13.0-149 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 343 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-149.199~precise1 Depends: libc6 (>= 2.14), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-cloud-tools-3.13.0-149_3.13.0-149.199~precise1_amd64.deb Size: 26744 SHA256: fe81aebf3188b57f8c65a6da6e55c31914d0f9e13c6cc716f5a9c71d7c5b39ee SHA1: 6665aa121afefa009fc7b0897b6b0d4b37ef9bea MD5sum: 3a198566f52206ff888e223020fadf56 Description: Linux kernel version specific cloud tools for version 3.13.0-149 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 3.13.0-149 on 64 bit x86. You probabally want to install linux-cloud-tools-3.13.0-149-. Package: linux-lts-trusty-cloud-tools-3.13.0-151 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 343 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-151.201~precise1 Depends: libc6 (>= 2.14), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-cloud-tools-3.13.0-151_3.13.0-151.201~precise1_amd64.deb Size: 25604 SHA256: d47ea9145134572a9af84c9d12608c0934c16bcb0de6bcdf61f512840e19a5a2 SHA1: 8b9ebb386ede814e8bd8befdec80d261dedbbdf9 MD5sum: 84a156dfaf8680a738e3ac552322d1e5 Description: Linux kernel version specific cloud tools for version 3.13.0-151 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 3.13.0-151 on 64 bit x86. You probabally want to install linux-cloud-tools-3.13.0-151-. Package: linux-lts-trusty-cloud-tools-3.13.0-153 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 344 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-153.203~precise1 Depends: libc6 (>= 2.14), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-cloud-tools-3.13.0-153_3.13.0-153.203~precise1_amd64.deb Size: 25062 SHA256: bdc9f171761028d8406beeaee955e6120776040a89e624a7855692f356c2d9d4 SHA1: f8cbd24087ee8ff90eddbb3516f3acd255111a75 MD5sum: 2475cf87149712f7e536e03ed43acc86 Description: Linux kernel version specific cloud tools for version 3.13.0-153 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 3.13.0-153 on 64 bit x86. You probabally want to install linux-cloud-tools-3.13.0-153-. Package: linux-lts-trusty-cloud-tools-3.13.0-155 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 346 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-155.206~precise1 Depends: libc6 (>= 2.14), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-cloud-tools-3.13.0-155_3.13.0-155.206~precise1_amd64.deb Size: 24806 SHA256: 0585e1b0ee6d50344315440e251b71f658f0bf0419b3139d041c4e7564f52512 SHA1: 98ce2e10acd5a53a949a487739d424939625785f MD5sum: c86a18b2b6375a7f3e14231fc9096728 Description: Linux kernel version specific cloud tools for version 3.13.0-155 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 3.13.0-155 on 64 bit x86. You probabally want to install linux-cloud-tools-3.13.0-155-. Package: linux-lts-trusty-cloud-tools-3.13.0-156 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 346 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-156.206~precise1 Depends: libc6 (>= 2.14), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-cloud-tools-3.13.0-156_3.13.0-156.206~precise1_amd64.deb Size: 24428 SHA256: f106cd8fcce4fcb237f5303d20901db5528aa6d7536985cc1cb450b23ecbae0b SHA1: 115a151effcc2a871ec3f510e3bc7b876032371a MD5sum: 664d15316c1102b5772f28e4ac47d97f Description: Linux kernel version specific cloud tools for version 3.13.0-156 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 3.13.0-156 on 64 bit x86. You probabally want to install linux-cloud-tools-3.13.0-156-. Package: linux-lts-trusty-cloud-tools-3.13.0-157 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 348 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-157.207~precise1 Depends: libc6 (>= 2.14), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-cloud-tools-3.13.0-157_3.13.0-157.207~precise1_amd64.deb Size: 25798 SHA256: c74ef411ef425f264231fddfa394bf87f046daf0bfc4da37546586c81b880bfa SHA1: bef88af5b8876ec39f2b7b76f7fa1e0671e56953 MD5sum: 2fb98e04a10769ffbc9cee85bc5baaf9 Description: Linux kernel version specific cloud tools for version 3.13.0-157 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 3.13.0-157 on 64 bit x86. You probabally want to install linux-cloud-tools-3.13.0-157-. Package: linux-lts-trusty-cloud-tools-3.13.0-158 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 349 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-158.208~precise2 Depends: libc6 (>= 2.14), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-cloud-tools-3.13.0-158_3.13.0-158.208~precise2_amd64.deb Size: 26066 SHA256: 7ec567e7ef1b530c131bcd85c950c28ba5a5b2209ba83f02d83b3bb8a555f88e SHA1: 3243ec7bd773dd4df0f204db8111dfad01c5fc7f MD5sum: 8972e319eeb1c539647f1bd32392ad46 Description: Linux kernel version specific cloud tools for version 3.13.0-158 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 3.13.0-158 on 64 bit x86. You probabally want to install linux-cloud-tools-3.13.0-158-. Package: linux-lts-trusty-cloud-tools-3.13.0-160 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 349 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-160.210~precise1 Depends: libc6 (>= 2.14), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-cloud-tools-3.13.0-160_3.13.0-160.210~precise1_amd64.deb Size: 25208 SHA256: 120834f7046212c1ea614ae7e7565ca84ec0647eb21320b2bbbe548aa9159140 SHA1: 767a4559306c228f63ed05471b750f529ec8e16e MD5sum: ac3e9a337516220975bfcb27e4a87443 Description: Linux kernel version specific cloud tools for version 3.13.0-160 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 3.13.0-160 on 64 bit x86. You probabally want to install linux-cloud-tools-3.13.0-160-. Package: linux-lts-trusty-cloud-tools-3.13.0-161 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 350 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-161.211~precise1 Depends: libc6 (>= 2.14), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-cloud-tools-3.13.0-161_3.13.0-161.211~precise1_amd64.deb Size: 25294 SHA256: bb72d54d91550b13500f7e17de4e5ac380b5cec1c47fed3a933b72d1f7e81dcf SHA1: 26436bd21534736a3ed66210271585af5856b6bb MD5sum: c3784f855435842a3a44f8cea51d944e Description: Linux kernel version specific cloud tools for version 3.13.0-161 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 3.13.0-161 on 64 bit x86. You probabally want to install linux-cloud-tools-3.13.0-161-. Package: linux-lts-trusty-cloud-tools-3.13.0-162 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 351 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-162.212~precise1 Depends: libc6 (>= 2.14), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-cloud-tools-3.13.0-162_3.13.0-162.212~precise1_amd64.deb Size: 26100 SHA256: 0ea6e1337a193747ca80f541336b1f7a288d9428119411419ae845a9402521c5 SHA1: 61e6d0f4d7977d97765cc0a2a39fc38605ccda9c MD5sum: 46a0ab7c49a24c7b8f88a8cde880e436 Description: Linux kernel version specific cloud tools for version 3.13.0-162 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 3.13.0-162 on 64 bit x86. You probabally want to install linux-cloud-tools-3.13.0-162-. Package: linux-lts-trusty-cloud-tools-3.13.0-163 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 351 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-163.213~precise1 Depends: libc6 (>= 2.14), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-cloud-tools-3.13.0-163_3.13.0-163.213~precise1_amd64.deb Size: 25596 SHA256: 845037f6281155a04f40b8d1578e3baedb538980555c45512d278dd7ac80519a SHA1: 83e8f504626cefe83d80b87f4fa53403e565f121 MD5sum: fa723c25c674a01a548be008cb66d15f Description: Linux kernel version specific cloud tools for version 3.13.0-163 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 3.13.0-163 on 64 bit x86. You probabally want to install linux-cloud-tools-3.13.0-163-. Package: linux-lts-trusty-cloud-tools-3.13.0-164 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 351 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-164.214~precise1 Depends: libc6 (>= 2.14), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-cloud-tools-3.13.0-164_3.13.0-164.214~precise1_amd64.deb Size: 26606 SHA256: 630a829156595c3426a8d453b335b2e4b38a2cb60827d66becc3ed666373c429 SHA1: 2f33f8af1eccd37b0d9fe17232bf19b12a030c71 MD5sum: 4c21b6aca4b791f0d735607242728ba9 Description: Linux kernel version specific cloud tools for version 3.13.0-164 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 3.13.0-164 on 64 bit x86. You probabally want to install linux-cloud-tools-3.13.0-164-. Package: linux-lts-trusty-cloud-tools-3.13.0-165 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 352 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-165.215~precise1 Depends: libc6 (>= 2.14), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-cloud-tools-3.13.0-165_3.13.0-165.215~precise1_amd64.deb Size: 25038 SHA256: 73757917c0d31e572eba081a93e86840c895bec1aac8a7d456543501f5cd77b8 SHA1: c13ae9af623bd059c1a0b22937bece01b7c5f796 MD5sum: f5d87363c44f62c50f5da788ea8d6336 Description: Linux kernel version specific cloud tools for version 3.13.0-165 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 3.13.0-165 on 64 bit x86. You probabally want to install linux-cloud-tools-3.13.0-165-. Package: linux-lts-trusty-cloud-tools-3.13.0-166 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 366 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-166.216~precise1 Depends: libc6 (>= 2.14), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-cloud-tools-3.13.0-166_3.13.0-166.216~precise1_amd64.deb Size: 30022 SHA256: a15a33cf483a1accee623c5317b1e5be05ba6ed4ecb96683720bbed4a0cfd77c SHA1: 0c6b84a9c0cd004c11b273eba9b15ad7a2f89766 MD5sum: beb7adf668deeb43b58b32b29241612d Description: Linux kernel version specific cloud tools for version 3.13.0-166 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 3.13.0-166 on 64 bit x86. You probabally want to install linux-cloud-tools-3.13.0-166-. Package: linux-lts-trusty-cloud-tools-3.13.0-168 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 366 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-168.218~precise1 Depends: libc6 (>= 2.14), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-cloud-tools-3.13.0-168_3.13.0-168.218~precise1_amd64.deb Size: 27866 SHA256: b905c65f1673602a2fd5ca32189ab96d120fa6ddf17dfd9ee25fd6090eea74c1 SHA1: 07e41596f33c724a5dbc5c745b0f3efe759dc1b4 MD5sum: 620ab35cd2d484bf77e43d6a4bd3a5db Description: Linux kernel version specific cloud tools for version 3.13.0-168 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 3.13.0-168 on 64 bit x86. You probabally want to install linux-cloud-tools-3.13.0-168-. Package: linux-lts-trusty-cloud-tools-3.13.0-170 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 367 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-170.220~12.04.2 Depends: libc6 (>= 2.14), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-cloud-tools-3.13.0-170_3.13.0-170.220~12.04.2_amd64.deb Size: 28764 SHA256: f2a3e57e0dfa34e91c1f5a2313dcfe24b608069bb2f9a4b7e6be3ee65044582f SHA1: 1ed6ec7cb38ea1ee9719138755bf0be920786a46 MD5sum: 69da48230c11debac2f6dbaa3cea0113 Description: Linux kernel version specific cloud tools for version 3.13.0-170 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 3.13.0-170 on 64 bit x86. You probabally want to install linux-cloud-tools-3.13.0-170-. Package: linux-lts-trusty-cloud-tools-3.13.0-171 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 367 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-171.222~12.04.1 Depends: libc6 (>= 2.14), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-cloud-tools-3.13.0-171_3.13.0-171.222~12.04.1_amd64.deb Size: 27848 SHA256: 64b16787506ced411d976780deb1d9d4c2e52b60624e582da4f03e6ca6a75f94 SHA1: eb97f62695de94aca3bbaff248cebc7233f176a9 MD5sum: 702d67b8b8a9e34534bd944cc0da0ecf Description: Linux kernel version specific cloud tools for version 3.13.0-171 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 3.13.0-171 on 64 bit x86. You probabally want to install linux-cloud-tools-3.13.0-171-. Package: linux-lts-trusty-cloud-tools-3.13.0-172 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 368 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-172.223~12.04.1 Depends: libc6 (>= 2.14), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-cloud-tools-3.13.0-172_3.13.0-172.223~12.04.1_amd64.deb Size: 29288 SHA256: 24cd5ab9352c58305162c948b4a478380d3faba9fe3b51b43a0e43f3226aeb19 SHA1: 12eac7e15e5826b711a8a85130f3d4cb13872f24 MD5sum: 4368055332a579992223e465bfe9499f Description: Linux kernel version specific cloud tools for version 3.13.0-172 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 3.13.0-172 on 64 bit x86. You probabally want to install linux-cloud-tools-3.13.0-172-. Package: linux-lts-trusty-cloud-tools-3.13.0-173 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 368 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-173.224~12.04.1 Depends: libc6 (>= 2.14), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-cloud-tools-3.13.0-173_3.13.0-173.224~12.04.1_amd64.deb Size: 28212 SHA256: 1aaba0742c482040d7224ef917be397bb8dd3f27dfb2efe8f030223f6a9fc761 SHA1: d8d54863a10cfa959da938c204d12e587cc5b3f2 MD5sum: 62a34ddad3f9c317ed062636494a0e0b Description: Linux kernel version specific cloud tools for version 3.13.0-173 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 3.13.0-173 on 64 bit x86. You probabally want to install linux-cloud-tools-3.13.0-173-. Package: linux-lts-trusty-cloud-tools-3.13.0-174 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 368 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-174.225~12.04.1 Depends: libc6 (>= 2.14), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-cloud-tools-3.13.0-174_3.13.0-174.225~12.04.1_amd64.deb Size: 27486 SHA256: 4b1360d3fac6e3b965bd306219fc32c8ffe0325a199b4c954fa62bdd26ae1584 SHA1: 359b33de5f85346649c74bc1c836afde53cf0072 MD5sum: 6f7993789ade950ac6cf7323b686e856 Description: Linux kernel version specific cloud tools for version 3.13.0-174 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 3.13.0-174 on 64 bit x86. You probabally want to install linux-cloud-tools-3.13.0-174-. Package: linux-lts-trusty-cloud-tools-3.13.0-175 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 369 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-175.226~12.04.1 Depends: libc6 (>= 2.14), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-cloud-tools-3.13.0-175_3.13.0-175.226~12.04.1_amd64.deb Size: 28476 SHA256: 0c3b8dcb2e3fdbbf60add18852d3731de5cacc827be2565479dc067449114981 SHA1: a03f287ba9b25c385301933cc35acf1847b1bb12 MD5sum: 394ffcc91d95c2f4eb72d7a546ab9f54 Description: Linux kernel version specific cloud tools for version 3.13.0-175 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 3.13.0-175 on 64 bit x86. You probabally want to install linux-cloud-tools-3.13.0-175-. Package: linux-lts-trusty-cloud-tools-3.13.0-176 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 369 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-176.227~12.04.1 Depends: libc6 (>= 2.14), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-cloud-tools-3.13.0-176_3.13.0-176.227~12.04.1_amd64.deb Size: 27778 SHA256: 16cc73b2e9384438b18119fb8ce2d67eea7e010e7b6e1eff1c4e23470348bf45 SHA1: 566744329ca46dbc13f26272969850da1cf83b1d MD5sum: 7b1ee55768406bc5de12f3e10107da36 Description: Linux kernel version specific cloud tools for version 3.13.0-176 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 3.13.0-176 on 64 bit x86. You probabally want to install linux-cloud-tools-3.13.0-176-. Package: linux-lts-trusty-cloud-tools-3.13.0-180 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 369 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-180.231~12.04.1 Depends: libc6 (>= 2.14), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-cloud-tools-3.13.0-180_3.13.0-180.231~12.04.1_amd64.deb Size: 25880 SHA256: 4d1184b26e2cf1e747f5636a24b847c81ecd8b5127b97b4166d98dec55433e6d SHA1: feaa54e06d75fbdd4cea0df2e729796e388e414c MD5sum: d10689448b83080c3b20748abdd0b70c Description: Linux kernel version specific cloud tools for version 3.13.0-180 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 3.13.0-180 on 64 bit x86. You probabally want to install linux-cloud-tools-3.13.0-180-. Package: linux-lts-trusty-cloud-tools-3.13.0-181 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 370 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-181.232~12.04.1 Depends: libc6 (>= 2.14), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-cloud-tools-3.13.0-181_3.13.0-181.232~12.04.1_amd64.deb Size: 25034 SHA256: 219b2a1140508f27f7e55511db63b6bb042240542c3d10042ce94702fa57c0ce SHA1: 483f139db793ca41b893bea5d3a36a335e0d3a9e MD5sum: 7ffa1622728bf2562636b804712928dd Description: Linux kernel version specific cloud tools for version 3.13.0-181 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 3.13.0-181 on 64 bit x86. You probabally want to install linux-cloud-tools-3.13.0-181-. Package: linux-lts-trusty-cloud-tools-3.13.0-182 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 370 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-182.233~12.04.1 Depends: libc6 (>= 2.14), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-cloud-tools-3.13.0-182_3.13.0-182.233~12.04.1_amd64.deb Size: 24812 SHA256: 4cb9bb1bf555a930a3b35f8e0041e2c42ca9ad855fb156eeec432a38e3d82999 SHA1: 5eb27fed32ac86adb8dbf7d7b2f17f11d2f62d57 MD5sum: 45f3836e260c44465572a1df88cfaf20 Description: Linux kernel version specific cloud tools for version 3.13.0-182 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 3.13.0-182 on 64 bit x86. You probabally want to install linux-cloud-tools-3.13.0-182-. Package: linux-lts-trusty-cloud-tools-3.13.0-183 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 370 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-183.234~12.04.1 Depends: libc6 (>= 2.14), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-cloud-tools-3.13.0-183_3.13.0-183.234~12.04.1_amd64.deb Size: 24018 SHA256: 1f4f0e32a51c305d60fb6909b7892f01754b0ed7145dbf749344e01f04ae7b0a SHA1: 28103ca56b808e50040f3c36f5bb48c270cc81b9 MD5sum: c388075271c5adbe4e01471059b1fffb Description: Linux kernel version specific cloud tools for version 3.13.0-183 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 3.13.0-183 on 64 bit x86. You probabally want to install linux-cloud-tools-3.13.0-183-. Package: linux-lts-trusty-cloud-tools-3.13.0-185 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 370 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-185.236~12.04.1 Depends: libc6 (>= 2.14), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-cloud-tools-3.13.0-185_3.13.0-185.236~12.04.1_amd64.deb Size: 23218 SHA256: 6bc9f86dde03037997a1ace650482f8824214ceac3eb373813ce1148330c4f33 SHA1: 939ad33eeb360c2e6bb64a600e2994f9c6962564 MD5sum: edf7b3a7abfe435c42823e2b7316c7a2 Description: Linux kernel version specific cloud tools for version 3.13.0-185 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 3.13.0-185 on 64 bit x86. You probabally want to install linux-cloud-tools-3.13.0-185-. Package: linux-lts-trusty-tools-3.13.0-119 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 1402 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-119.166~precise1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.144), libpci3 (>= 1:3.1.8-2), libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-tools-3.13.0-119_3.13.0-119.166~precise1_amd64.deb Size: 747042 SHA256: 604e6c852603ffe9651c84fd0786ea798c09c0ff90c809a8cbf8b6761d837fff SHA1: e352e51d8a5de00a4c76705a5a0f0958a6770219 MD5sum: c23b5392cf0041ac969e2c173266fe8b Description: Linux kernel version specific tools for version 3.13.0-119 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-119 on 64 bit x86. You probabally want to install linux-tools-3.13.0-119-. Package: linux-lts-trusty-tools-3.13.0-121 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 1403 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-121.170~precise1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.144), libpci3 (>= 1:3.1.8-2), libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-tools-3.13.0-121_3.13.0-121.170~precise1_amd64.deb Size: 496994 SHA256: b2915ff88a30d5d4231b254775b70dd269cde2398a551a56428349ecec1c8cf4 SHA1: 789830c2d7b6b440da026c04a6998a70e7c54453 MD5sum: 88cf5109ae8d38294a6c5901fefdc786 Description: Linux kernel version specific tools for version 3.13.0-121 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-121 on 64 bit x86. You probabally want to install linux-tools-3.13.0-121-. Package: linux-lts-trusty-tools-3.13.0-123 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 1403 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-123.172~precise1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.144), libpci3 (>= 1:3.1.8-2), libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-tools-3.13.0-123_3.13.0-123.172~precise1_amd64.deb Size: 747322 SHA256: a709f4bad6ead160571fdc6ed6fef49f3c1c9da3e0aa755f80bdf6bc7a21fce5 SHA1: 6aa3defbe49c00bd023442ced2b242b5853d6a82 MD5sum: d237c6a30130540dbd20047196877fbf Description: Linux kernel version specific tools for version 3.13.0-123 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-123 on 64 bit x86. You probabally want to install linux-tools-3.13.0-123-. Package: linux-lts-trusty-tools-3.13.0-125 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 1404 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-125.174~precise1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.144), libpci3 (>= 1:3.1.8-2), libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-tools-3.13.0-125_3.13.0-125.174~precise1_amd64.deb Size: 497872 SHA256: 212400bb37d238651f735c409ca468267a68c7bdfcd87ec9bc4311c5b1e7bc48 SHA1: 7c4415101713393995413b2dce75dcf62facd677 MD5sum: a85915df8bb61230ec52659b5d7c823b Description: Linux kernel version specific tools for version 3.13.0-125 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-125 on 64 bit x86. You probabally want to install linux-tools-3.13.0-125-. Package: linux-lts-trusty-tools-3.13.0-126 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 1405 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-126.175~precise1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.144), libpci3 (>= 1:3.1.8-2), libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-tools-3.13.0-126_3.13.0-126.175~precise1_amd64.deb Size: 498574 SHA256: 04059e773277616247e945f095ff6de7da89119d86a10323586070e7b6e235b9 SHA1: 0b84be8ce7104d93236acdf5c336bd9815702f29 MD5sum: 8d3c3ecf31875716163f2205cb1c9abf Description: Linux kernel version specific tools for version 3.13.0-126 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-126 on 64 bit x86. You probabally want to install linux-tools-3.13.0-126-. Package: linux-lts-trusty-tools-3.13.0-128 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 1405 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-128.177~precise1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.144), libpci3 (>= 1:3.1.8-2), libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-tools-3.13.0-128_3.13.0-128.177~precise1_amd64.deb Size: 499110 SHA256: 953029177dc6bdc02589f4253a3ec30ec471f702496bfa8a2aa587cf8bfeadb3 SHA1: 7231ecb5dd7bfc299eb8baff337e954529da9f2d MD5sum: 9cd3d2b55201a7c310041b1f7d77f6e6 Description: Linux kernel version specific tools for version 3.13.0-128 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-128 on 64 bit x86. You probabally want to install linux-tools-3.13.0-128-. Package: linux-lts-trusty-tools-3.13.0-129 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 1405 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-129.178~precise1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.144), libpci3 (>= 1:3.1.8-2), libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-tools-3.13.0-129_3.13.0-129.178~precise1_amd64.deb Size: 497946 SHA256: 32d37a4e4aa7f16c8e3d7a9cb6019fa391f28a6b9c4d98c1caef3cbaf0d6b721 SHA1: 15af58bccc073e5576942c8b611a0d22357dbe7a MD5sum: 1dc172c7f87b96d40bff05e787d70391 Description: Linux kernel version specific tools for version 3.13.0-129 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-129 on 64 bit x86. You probabally want to install linux-tools-3.13.0-129-. Package: linux-lts-trusty-tools-3.13.0-132 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 1406 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-132.181~precise1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.144), libpci3 (>= 1:3.1.8-2), libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-tools-3.13.0-132_3.13.0-132.181~precise1_amd64.deb Size: 499098 SHA256: c0c2eeb277f50a8656c84875652033cdaf3c2ed0a0dc55df440c635464847e20 SHA1: 670e0a152f8614154343ff75733f433d3e1d263f MD5sum: c6cb53379e7b9d8b2a9f76c8a4a5ca8c Description: Linux kernel version specific tools for version 3.13.0-132 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-132 on 64 bit x86. You probabally want to install linux-tools-3.13.0-132-. Package: linux-lts-trusty-tools-3.13.0-133 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 1406 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-133.182~precise1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.144), libpci3 (>= 1:3.1.8-2), libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-tools-3.13.0-133_3.13.0-133.182~precise1_amd64.deb Size: 498744 SHA256: 630ed2ff1ee4f8a86d0d7a306ac710aad4b2daf9ea66995fa3e317c833da6eb6 SHA1: 5c5faae8f94cbacd203fa269a2aa96d5794255d1 MD5sum: 7cc88cfec4f41bd5f43c95068779c1e4 Description: Linux kernel version specific tools for version 3.13.0-133 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-133 on 64 bit x86. You probabally want to install linux-tools-3.13.0-133-. Package: linux-lts-trusty-tools-3.13.0-135 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 1406 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-135.184~precise1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.144), libpci3 (>= 1:3.1.8-2), libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-tools-3.13.0-135_3.13.0-135.184~precise1_amd64.deb Size: 497738 SHA256: 5dc588e5c6f3e1f562a911600c4158375a1c0b434c0e3c83e68db46e1074f002 SHA1: fa4a824724974eb26df79db646d6e5e8f4b671ab MD5sum: 186b38cc2d4df492f4e5fb9176bccba9 Description: Linux kernel version specific tools for version 3.13.0-135 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-135 on 64 bit x86. You probabally want to install linux-tools-3.13.0-135-. Package: linux-lts-trusty-tools-3.13.0-137 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 1407 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-137.186~precise1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.144), libpci3 (>= 1:3.1.8-2), libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-tools-3.13.0-137_3.13.0-137.186~precise1_amd64.deb Size: 497194 SHA256: 31d5b1fa7eac322088d3a2ec88ac85d393e417be0bbf6adb4be629d79699ef7a SHA1: 6b1b37fb6c47340c88f0fe10a869c968f6bff398 MD5sum: 6e994a384908b18c60e28ff1b35759e2 Description: Linux kernel version specific tools for version 3.13.0-137 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-137 on 64 bit x86. You probabally want to install linux-tools-3.13.0-137-. Package: linux-lts-trusty-tools-3.13.0-139 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 1408 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-139.188~precise1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.144), libpci3 (>= 1:3.1.8-2), libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-tools-3.13.0-139_3.13.0-139.188~precise1_amd64.deb Size: 498406 SHA256: ded466c44bcca7faf8a0a4c4d662cbb9af68acc1fe4936dff6ba6ce3042b3fc4 SHA1: e3b76e1fbd23b74e18e8bb1c81ec39ce7004b277 MD5sum: bb37397987b7735fa1893a8980752bc0 Description: Linux kernel version specific tools for version 3.13.0-139 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-139 on 64 bit x86. You probabally want to install linux-tools-3.13.0-139-. Package: linux-lts-trusty-tools-3.13.0-141 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 1409 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-141.190~precise1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.144), libpci3 (>= 1:3.1.8-2), libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-tools-3.13.0-141_3.13.0-141.190~precise1_amd64.deb Size: 498716 SHA256: a520b57d3079bf6e53b83481b5e1f7c12e7b50b5c099107f9d8a64865edf2a7b SHA1: 648a8e082bcd20f9abd750d3b712b9ff43835a53 MD5sum: 901cc2aaa87f41d06750e3e845412a7c Description: Linux kernel version specific tools for version 3.13.0-141 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-141 on 64 bit x86. You probabally want to install linux-tools-3.13.0-141-. Package: linux-lts-trusty-tools-3.13.0-142 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 1410 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-142.191~precise1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.144), libpci3 (>= 1:3.1.8-2), libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-tools-3.13.0-142_3.13.0-142.191~precise1_amd64.deb Size: 500136 SHA256: b2f2a9fd212480df9910a4f5ae8726476a89bbc5946b2c3403b8ccd98eb4a512 SHA1: fa7a80376ba8d7694dfa520ac4e6283e01e17d8a MD5sum: a2429b6d92f40ee23672eefcb50d201f Description: Linux kernel version specific tools for version 3.13.0-142 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-142 on 64 bit x86. You probabally want to install linux-tools-3.13.0-142-. Package: linux-lts-trusty-tools-3.13.0-143 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 1412 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-143.192~precise1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.144), libpci3 (>= 1:3.1.8-2), libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-tools-3.13.0-143_3.13.0-143.192~precise1_amd64.deb Size: 501560 SHA256: 1ffd987ff54a38e940a74609c697dbf532ed83c3e0b99f69d61a312555eba21d SHA1: ed54ec460d2b7a4ad328744f8813babe309e6b92 MD5sum: 2650937bd5316f764e476e96b8f91875 Description: Linux kernel version specific tools for version 3.13.0-143 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-143 on 64 bit x86. You probabally want to install linux-tools-3.13.0-143-. Package: linux-lts-trusty-tools-3.13.0-144 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 1412 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-144.193~precise1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.144), libpci3 (>= 1:3.1.8-2), libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-tools-3.13.0-144_3.13.0-144.193~precise1_amd64.deb Size: 502230 SHA256: 89a121ee1fe4b78af562e498bae84fc2a0653a34e1263664d6652908e5f98e5d SHA1: ec780377e38ce716027f7fd51dcfcbeb2c9ad300 MD5sum: 3c946f2ab2627dc78b4c6c7a5833d0f1 Description: Linux kernel version specific tools for version 3.13.0-144 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-144 on 64 bit x86. You probabally want to install linux-tools-3.13.0-144-. Package: linux-lts-trusty-tools-3.13.0-145 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 1413 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-145.194~precise2 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.144), libpci3 (>= 1:3.1.8-2), libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-tools-3.13.0-145_3.13.0-145.194~precise2_amd64.deb Size: 503064 SHA256: ee97411d481740bb318ccf084f98dfb812d38019f46fd46629382cc817369050 SHA1: 0e25892a46e84b612a3eb7f15080308ecae6a82f MD5sum: ffc403e1ada82bd6d529584983165a81 Description: Linux kernel version specific tools for version 3.13.0-145 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-145 on 64 bit x86. You probabally want to install linux-tools-3.13.0-145-. Package: linux-lts-trusty-tools-3.13.0-147 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 1413 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-147.196~precise1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.144), libpci3 (>= 1:3.1.8-2), libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-tools-3.13.0-147_3.13.0-147.196~precise1_amd64.deb Size: 502388 SHA256: f0b1916248b62975952429d618360c721649e0fd10e357c684e01737152f775f SHA1: 989b3416102747d5a695ba9c7357a4706e55ca06 MD5sum: 7619cd629831f9923c81197d819be38e Description: Linux kernel version specific tools for version 3.13.0-147 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-147 on 64 bit x86. You probabally want to install linux-tools-3.13.0-147-. Package: linux-lts-trusty-tools-3.13.0-149 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 1415 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-149.199~precise1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.144), libpci3 (>= 1:3.1.8-2), libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-tools-3.13.0-149_3.13.0-149.199~precise1_amd64.deb Size: 503800 SHA256: fb21bb318bd2fbddb72b96f5bd5799517c245b25212af4942bb935d8c3effa7a SHA1: ff5897d0975320e1036b1bed7d5a8104cfb227fe MD5sum: 2ff573a384450643a0e5dd5ddb7318dd Description: Linux kernel version specific tools for version 3.13.0-149 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-149 on 64 bit x86. You probabally want to install linux-tools-3.13.0-149-. Package: linux-lts-trusty-tools-3.13.0-151 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 1415 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-151.201~precise1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.144), libpci3 (>= 1:3.1.8-2), libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-tools-3.13.0-151_3.13.0-151.201~precise1_amd64.deb Size: 502974 SHA256: 63438f6a31304969320d851a3bd80936782593ea06981cb1be5839c82f781edb SHA1: 204b8029f3f49579fb2a2696db485be71bda86ab MD5sum: 16fcfe2c951f7bad4d1c0a3a39349c1c Description: Linux kernel version specific tools for version 3.13.0-151 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-151 on 64 bit x86. You probabally want to install linux-tools-3.13.0-151-. Package: linux-lts-trusty-tools-3.13.0-153 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 1416 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-153.203~precise1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.144), libpci3 (>= 1:3.1.8-2), libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-tools-3.13.0-153_3.13.0-153.203~precise1_amd64.deb Size: 501416 SHA256: e5d5f9b126465f5527368a842aa0518eab7a66168ec23fa1bcbbb733a0f6e4a3 SHA1: 614396c6aab9fad0fc34e3c3bbbaba3bf10e30eb MD5sum: 7384a0390f07cc83596d53c9a2532336 Description: Linux kernel version specific tools for version 3.13.0-153 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-153 on 64 bit x86. You probabally want to install linux-tools-3.13.0-153-. Package: linux-lts-trusty-tools-3.13.0-155 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 1418 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-155.206~precise1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.144), libpci3 (>= 1:3.1.8-2), libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-tools-3.13.0-155_3.13.0-155.206~precise1_amd64.deb Size: 501176 SHA256: 74e938f05f3dcce0c53021cb5b50a03b06525e82e6967dcdb3a3b7c60eb3d2af SHA1: 97527906e3a7e1ac834a4c20a566c8772664dea6 MD5sum: 58d41ea879b6e8446d94dcb4067c2e06 Description: Linux kernel version specific tools for version 3.13.0-155 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-155 on 64 bit x86. You probabally want to install linux-tools-3.13.0-155-. Package: linux-lts-trusty-tools-3.13.0-156 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 1418 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-156.206~precise1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.144), libpci3 (>= 1:3.1.8-2), libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-tools-3.13.0-156_3.13.0-156.206~precise1_amd64.deb Size: 501712 SHA256: 9177f3cbfb30360df9b35b3b23f5ef0d4637de9de5ca7ddeafb34fe944699f51 SHA1: 9db005c10822cebe829ced458f4c66f379e4d418 MD5sum: e030eb462d020b7d7f59c0f5094bdbaf Description: Linux kernel version specific tools for version 3.13.0-156 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-156 on 64 bit x86. You probabally want to install linux-tools-3.13.0-156-. Package: linux-lts-trusty-tools-3.13.0-157 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 1420 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-157.207~precise1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.144), libpci3 (>= 1:3.1.8-2), libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-tools-3.13.0-157_3.13.0-157.207~precise1_amd64.deb Size: 503080 SHA256: 532bce98e2ee206bdc2506a780827b105f2bcbc1a07b9dda82651293fe3f4bf9 SHA1: 788cfda9c6736cc445cb0365dc5a094470cb583e MD5sum: 21d35ea5a53029832ee4bba5f2f14088 Description: Linux kernel version specific tools for version 3.13.0-157 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-157 on 64 bit x86. You probabally want to install linux-tools-3.13.0-157-. Package: linux-lts-trusty-tools-3.13.0-158 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 1421 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-158.208~precise2 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.144), libpci3 (>= 1:3.1.8-2), libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-tools-3.13.0-158_3.13.0-158.208~precise2_amd64.deb Size: 503318 SHA256: 35641533ab2d550c220d3680454f3b192dbbbe6e68d5294031a1bb98bea29381 SHA1: f431012bf4ab5a05a9f1920eb2c816c56f01f9d7 MD5sum: 52372dc3f28ecd8d227ed30238688ed6 Description: Linux kernel version specific tools for version 3.13.0-158 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-158 on 64 bit x86. You probabally want to install linux-tools-3.13.0-158-. Package: linux-lts-trusty-tools-3.13.0-160 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 1421 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-160.210~precise1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.144), libpci3 (>= 1:3.1.8-2), libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-tools-3.13.0-160_3.13.0-160.210~precise1_amd64.deb Size: 502600 SHA256: 37ff2e6bdafd247642bd726197999da80ebc33d0753c360ecb4197c771494501 SHA1: ab318ea833de4301d3238ba6431e4e26cf1aa175 MD5sum: 86596d46775abf996ce94d62903dea0c Description: Linux kernel version specific tools for version 3.13.0-160 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-160 on 64 bit x86. You probabally want to install linux-tools-3.13.0-160-. Package: linux-lts-trusty-tools-3.13.0-161 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 1422 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-161.211~precise1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.144), libpci3 (>= 1:3.1.8-2), libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-tools-3.13.0-161_3.13.0-161.211~precise1_amd64.deb Size: 503098 SHA256: 1cd82e556cb6a75689b1313790374b1bcac3ed2a1dd9d01ebeb1e60a53ce4c0e SHA1: 6deacdbb6ab9c53c54d491e9b80bd8c18f7d8eca MD5sum: 50adaab7a7057c00129f55291fd02c14 Description: Linux kernel version specific tools for version 3.13.0-161 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-161 on 64 bit x86. You probabally want to install linux-tools-3.13.0-161-. Package: linux-lts-trusty-tools-3.13.0-162 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 1423 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-162.212~precise1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.144), libpci3 (>= 1:3.1.8-2), libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-tools-3.13.0-162_3.13.0-162.212~precise1_amd64.deb Size: 502610 SHA256: e0ff0a3be9d3eda67186abb0161a0d19aa1b6f65ce604f262d375f1517213448 SHA1: 00aea45d47736e69dcfeb5a0159c37914fabacce MD5sum: 11343ce52312a77e799b38cccae4bea4 Description: Linux kernel version specific tools for version 3.13.0-162 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-162 on 64 bit x86. You probabally want to install linux-tools-3.13.0-162-. Package: linux-lts-trusty-tools-3.13.0-163 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 1423 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-163.213~precise1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.144), libpci3 (>= 1:3.1.8-2), libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-tools-3.13.0-163_3.13.0-163.213~precise1_amd64.deb Size: 503048 SHA256: c971924f320327c00070ee0e20eda13173100dfae8a494332ce484c9a4b7b05e SHA1: 7bcd454af914aa2260846577f4d10ffe48bb115d MD5sum: c5389dd0335f01de436d6532505c6113 Description: Linux kernel version specific tools for version 3.13.0-163 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-163 on 64 bit x86. You probabally want to install linux-tools-3.13.0-163-. Package: linux-lts-trusty-tools-3.13.0-164 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 1423 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-164.214~precise1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.144), libpci3 (>= 1:3.1.8-2), libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-tools-3.13.0-164_3.13.0-164.214~precise1_amd64.deb Size: 503858 SHA256: a1c5f01108ba9c9a1693144a2281759177e13e593f976f78b3a19b794cde9073 SHA1: e463a897a89b7fd45d37dc8a5dbdd7383321eab7 MD5sum: 22c897e83a3cf2de5e442e85bc46c5fb Description: Linux kernel version specific tools for version 3.13.0-164 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-164 on 64 bit x86. You probabally want to install linux-tools-3.13.0-164-. Package: linux-lts-trusty-tools-3.13.0-165 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 1424 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-165.215~precise1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.144), libpci3 (>= 1:3.1.8-2), libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-tools-3.13.0-165_3.13.0-165.215~precise1_amd64.deb Size: 501810 SHA256: a4e91281d467c70528e3ca54f76b6e73fe72163ea6bbf32375b3d7f9ab09ff90 SHA1: 3eafc9bd5539075520749dcba9be8c01e8340652 MD5sum: d40c6501b9d4a83cf6af70083db50af0 Description: Linux kernel version specific tools for version 3.13.0-165 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-165 on 64 bit x86. You probabally want to install linux-tools-3.13.0-165-. Package: linux-lts-trusty-tools-3.13.0-166 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 28800 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-166.216~precise1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.144), libpci3 (>= 1:3.1.8-2), libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-tools-3.13.0-166_3.13.0-166.216~precise1_amd64.deb Size: 9423502 SHA256: a6e566154ceadbfec12e6ec1787a941d845c1ca1474b9fa253838d3c0d0c511d SHA1: 99db282ba318cb0082e502df5e3718b953048a3b MD5sum: 5a008fb142997b005397d3126ad8a806 Description: Linux kernel version specific tools for version 3.13.0-166 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-166 on 64 bit x86. You probabally want to install linux-tools-3.13.0-166-. Package: linux-lts-trusty-tools-3.13.0-168 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 28801 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-168.218~precise1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.144), libpci3 (>= 1:3.1.8-2), libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-tools-3.13.0-168_3.13.0-168.218~precise1_amd64.deb Size: 9420652 SHA256: 8457e28b9fac1e3bc76f4c41ec19ff1d2c219f913686423fb307867c9107f39c SHA1: 4fc8ea14568f7f4787114cbbfc302ce57c8e0b7f MD5sum: 43a9b93d3b219e2147fe5e8d56a02691 Description: Linux kernel version specific tools for version 3.13.0-168 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-168 on 64 bit x86. You probabally want to install linux-tools-3.13.0-168-. Package: linux-lts-trusty-tools-3.13.0-170 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 28841 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-170.220~12.04.2 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.144), libpci3 (>= 1:3.1.8-2), libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-tools-3.13.0-170_3.13.0-170.220~12.04.2_amd64.deb Size: 9431902 SHA256: 9de1683e7f03f89e0ad9acbb2f1824b0e17a54d6cfa25d3299398936b87130eb SHA1: a6c8494ba86504c646e06b84a9f84bbd6a03181c MD5sum: a29dd00a488856eae06c40680bbcf76d Description: Linux kernel version specific tools for version 3.13.0-170 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-170 on 64 bit x86. You probabally want to install linux-tools-3.13.0-170-. Package: linux-lts-trusty-tools-3.13.0-171 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 28842 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-171.222~12.04.1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.144), libpci3 (>= 1:3.1.8-2), libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-tools-3.13.0-171_3.13.0-171.222~12.04.1_amd64.deb Size: 9431590 SHA256: 235b0e593fa3a24ab33019398e1b8adc07d18dc89aaa4846583e407f28bd4a31 SHA1: fa526f6e069af9c27d8be50cfc32361c2ed9193f MD5sum: dd832a3294a379c99c0af6a84d7a41c9 Description: Linux kernel version specific tools for version 3.13.0-171 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-171 on 64 bit x86. You probabally want to install linux-tools-3.13.0-171-. Package: linux-lts-trusty-tools-3.13.0-172 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 28842 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-172.223~12.04.1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.144), libpci3 (>= 1:3.1.8-2), libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-tools-3.13.0-172_3.13.0-172.223~12.04.1_amd64.deb Size: 9431936 SHA256: e62edbac47bcde089431540fb214fb57b7f851ee18dad40a173baa2b58c833de SHA1: b994fce98d9c615e4ce74d54ce3b4ad8e017efef MD5sum: b96ab947b90d2df78a8ae1b5c453117a Description: Linux kernel version specific tools for version 3.13.0-172 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-172 on 64 bit x86. You probabally want to install linux-tools-3.13.0-172-. Package: linux-lts-trusty-tools-3.13.0-173 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 28842 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-173.224~12.04.1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.144), libpci3 (>= 1:3.1.8-2), libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-tools-3.13.0-173_3.13.0-173.224~12.04.1_amd64.deb Size: 9432858 SHA256: ff0eaf9a29eeffaf22c562a8924f1750c01e2b23ab40c41a388cd80f7c13f712 SHA1: 477528033424c6e2cc4da3818204538d4e06fcb9 MD5sum: cb29a75ca443b6210ae728efb5f4af10 Description: Linux kernel version specific tools for version 3.13.0-173 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-173 on 64 bit x86. You probabally want to install linux-tools-3.13.0-173-. Package: linux-lts-trusty-tools-3.13.0-174 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 28843 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-174.225~12.04.1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.144), libpci3 (>= 1:3.1.8-2), libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-tools-3.13.0-174_3.13.0-174.225~12.04.1_amd64.deb Size: 9432630 SHA256: 4bb6f6a672de36dd2150551a5dc31ab38c73768388dbd89c5c070fed0a58f837 SHA1: 73dde34871135cdc01c51494724cc367a988427c MD5sum: 787158bfa9911bea29cf9c3ded7b543b Description: Linux kernel version specific tools for version 3.13.0-174 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-174 on 64 bit x86. You probabally want to install linux-tools-3.13.0-174-. Package: linux-lts-trusty-tools-3.13.0-175 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 28843 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-175.226~12.04.1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.144), libpci3 (>= 1:3.1.8-2), libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-tools-3.13.0-175_3.13.0-175.226~12.04.1_amd64.deb Size: 9432338 SHA256: dd4eb06918753aae60831bf6d6a75ebe5d8b2b84dfdd7a60a3ca3eaa0ec40a23 SHA1: d96760c24c512c84eb1245256b83b3a5b35b3507 MD5sum: e43b839bd8b25bb3ee0b9e9f878de19e Description: Linux kernel version specific tools for version 3.13.0-175 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-175 on 64 bit x86. You probabally want to install linux-tools-3.13.0-175-. Package: linux-lts-trusty-tools-3.13.0-176 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 28843 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-176.227~12.04.1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.144), libpci3 (>= 1:3.1.8-2), libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-tools-3.13.0-176_3.13.0-176.227~12.04.1_amd64.deb Size: 9429916 SHA256: b6a5d90b99fa8bd13e8ccc162c90951aea77d6f4f6aa9ae5503ef2568e0eed73 SHA1: 368985280f5eac1bb200c90d4fb97b30874fa80a MD5sum: 83c0052d9703426087548da3a560e98f Description: Linux kernel version specific tools for version 3.13.0-176 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-176 on 64 bit x86. You probabally want to install linux-tools-3.13.0-176-. Package: linux-lts-trusty-tools-3.13.0-180 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 28844 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-180.231~12.04.1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.144), libpci3 (>= 1:3.1.8-2), libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-tools-3.13.0-180_3.13.0-180.231~12.04.1_amd64.deb Size: 9428728 SHA256: c8862f8731fe35188bdd67ef96b3cac1af8c7d71b0258645bd5df6c2b1886b48 SHA1: f92874378c8baf46c660fd42c8a83e491264de2e MD5sum: 28d751b28b5f15db1b3142dc80263bb9 Description: Linux kernel version specific tools for version 3.13.0-180 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-180 on 64 bit x86. You probabally want to install linux-tools-3.13.0-180-. Package: linux-lts-trusty-tools-3.13.0-181 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 28844 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-181.232~12.04.1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.144), libpci3 (>= 1:3.1.8-2), libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-tools-3.13.0-181_3.13.0-181.232~12.04.1_amd64.deb Size: 9429990 SHA256: b9a4bd9d2b643ebb232be27203a772a5f14403160d1dee388bda3dc81f8e27d6 SHA1: e5d97b8115ea04381c541a0c26d74af66aa3bb19 MD5sum: 83a06bbf74e0ce9f90270aa2af5e2943 Description: Linux kernel version specific tools for version 3.13.0-181 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-181 on 64 bit x86. You probabally want to install linux-tools-3.13.0-181-. Package: linux-lts-trusty-tools-3.13.0-182 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 28844 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-182.233~12.04.1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.144), libpci3 (>= 1:3.1.8-2), libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-tools-3.13.0-182_3.13.0-182.233~12.04.1_amd64.deb Size: 9428390 SHA256: 3601c197889e246d1cb286c3711e31e2e963ecb4b9b56306987ec3e4c06856d8 SHA1: 5dfaeec23e3135ffc133d09d09ed3a3cee6f90b6 MD5sum: fee3e8fefac566d7b35e221bf60fb87e Description: Linux kernel version specific tools for version 3.13.0-182 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-182 on 64 bit x86. You probabally want to install linux-tools-3.13.0-182-. Package: linux-lts-trusty-tools-3.13.0-183 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 28844 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-183.234~12.04.1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.144), libpci3 (>= 1:3.1.8-2), libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-tools-3.13.0-183_3.13.0-183.234~12.04.1_amd64.deb Size: 9428504 SHA256: fbc9c604c44fd6b0dc4d3cfbf11d6c813986098e2530ce3b7722862cb47a9b66 SHA1: 68a55a1f265c5b41d3a64d0d32d1842189fff708 MD5sum: 0b2a35bc28650c53603f8e748c947a85 Description: Linux kernel version specific tools for version 3.13.0-183 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-183 on 64 bit x86. You probabally want to install linux-tools-3.13.0-183-. Package: linux-lts-trusty-tools-3.13.0-185 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 28844 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-185.236~12.04.1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.144), libpci3 (>= 1:3.1.8-2), libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux-lts-trusty/linux-lts-trusty-tools-3.13.0-185_3.13.0-185.236~12.04.1_amd64.deb Size: 9426982 SHA256: 0ccd7246404e72be9f1fdb730640ecd769dfb896f4b7eec339de4f66327b421d SHA1: fdc6c79fc6cdeb90809cc6e574065fa63d72d47f MD5sum: 9e53162c3748dea6d0eb4f0e5596c97d Description: Linux kernel version specific tools for version 3.13.0-185 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-185 on 64 bit x86. You probabally want to install linux-tools-3.13.0-185-. Package: linux-modules-3.13.0-166-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 187439 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-166.216~precise1 Filename: pool/main/l/linux-lts-trusty/linux-modules-3.13.0-166-generic_3.13.0-166.216~precise1_amd64.deb Size: 53680112 SHA256: c82197234720d9866b07e761c58810b6c6f88063565404263947e2f49ebfe5c7 SHA1: 0e6eb75b722877ffda4985da989455511240de22 MD5sum: 98228f85c6f3900c760fa10cefae28bf Description: Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-3.13.0-168-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 187440 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-168.218~precise1 Filename: pool/main/l/linux-lts-trusty/linux-modules-3.13.0-168-generic_3.13.0-168.218~precise1_amd64.deb Size: 53674086 SHA256: 2551f305fc80d38d18b419311e831938bf2ca3b6cfff6d225a9f604659512a03 SHA1: fda67e87c6f1771b81ed08e8570d336087d2b467 MD5sum: 0a4dbe0ccbfde81e3c681b2ab4728fb1 Description: Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-3.13.0-170-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 187446 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-170.220~12.04.2 Filename: pool/main/l/linux-lts-trusty/linux-modules-3.13.0-170-generic_3.13.0-170.220~12.04.2_amd64.deb Size: 53688458 SHA256: 83fffaede26a702d6823aaebb3eed63a7473b1a6b5f60a016911bcf310551d7b SHA1: 0c3b0abec02d410ca040bbebd909bc15c5b0f39e MD5sum: c1822d7dfa1e53f60310e519ab09fdde Description: Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-3.13.0-171-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 187446 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-171.222~12.04.1 Filename: pool/main/l/linux-lts-trusty/linux-modules-3.13.0-171-generic_3.13.0-171.222~12.04.1_amd64.deb Size: 53677232 SHA256: 0e6c42a688634875cadcc8f9ea1aee0489b5ac126d82913bf81ae8fe955dbf2d SHA1: a5a2cdb7a173752458f201fba18fff57cf624085 MD5sum: cba48fab38ee211e86673f6c8c8fdc8c Description: Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-3.13.0-172-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 187446 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-172.223~12.04.1 Filename: pool/main/l/linux-lts-trusty/linux-modules-3.13.0-172-generic_3.13.0-172.223~12.04.1_amd64.deb Size: 53683510 SHA256: 58d2d07661e1e73ac629888c63bac62f03c5e4e563f0c99ba94b97024c716ddf SHA1: 5e5c515dfbd1d7aba6d6eb711c5f26e430c7e524 MD5sum: da1b8c89c04fe789b0ccf651f787a964 Description: Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-3.13.0-173-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 187446 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-173.224~12.04.1 Filename: pool/main/l/linux-lts-trusty/linux-modules-3.13.0-173-generic_3.13.0-173.224~12.04.1_amd64.deb Size: 53698154 SHA256: 74acff0cee4192abf50ceb1dfb788021d99d5293b21840277a09312f0bcf6127 SHA1: ed9f97e56c16f75565b23cfca56b223553888d11 MD5sum: ef23d15e6873528f73f9adb46dff4c4a Description: Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-3.13.0-174-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 187446 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-174.225~12.04.1 Filename: pool/main/l/linux-lts-trusty/linux-modules-3.13.0-174-generic_3.13.0-174.225~12.04.1_amd64.deb Size: 53691420 SHA256: 9f41fcca8c97226d810740b1333bd28c337a0537407c0d6f19dbd4611fcc21e8 SHA1: 35330bc1346fae6162e1d5da2e057e08e924e2ba MD5sum: 3f4a8df67f8eb79c4d86281eed4abd14 Description: Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-3.13.0-175-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 187449 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-175.226~12.04.1 Filename: pool/main/l/linux-lts-trusty/linux-modules-3.13.0-175-generic_3.13.0-175.226~12.04.1_amd64.deb Size: 53679790 SHA256: dd9758e85d6dfac6abad68ac2a46fa981fa61fa078c183f26a4e1605495cf906 SHA1: 406119e81807ff030d9158f8050bda58ec7d9570 MD5sum: dad0ced89453d2873df4df822c246c4c Description: Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-3.13.0-176-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 187451 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-176.227~12.04.1 Filename: pool/main/l/linux-lts-trusty/linux-modules-3.13.0-176-generic_3.13.0-176.227~12.04.1_amd64.deb Size: 53671914 SHA256: 94dcb99bfb22b256d2b07f00bda8b838d3d9143e20ea61ad3886ad8df3047627 SHA1: 4dbbadd37b8f6d1ad1ca0b925c56210c448f4c5e MD5sum: c50f873a5a91e37c4e45974299d841b8 Description: Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-3.13.0-180-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 187453 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-180.231~12.04.1 Filename: pool/main/l/linux-lts-trusty/linux-modules-3.13.0-180-generic_3.13.0-180.231~12.04.1_amd64.deb Size: 53716950 SHA256: 71ee51ddc0b4bbf7c17d33c1463a2827c183c5cf6af8f9158ffa48233c273106 SHA1: ae10769c5a13d6442c4e8c8ef20f9dce4fed0a44 MD5sum: 4c82ca0b52ef005aa75e31f472a75062 Description: Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-3.13.0-181-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 187453 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-181.232~12.04.1 Filename: pool/main/l/linux-lts-trusty/linux-modules-3.13.0-181-generic_3.13.0-181.232~12.04.1_amd64.deb Size: 53683408 SHA256: 4f52ee33b98c27b5a59666e5e1645f308cfaa27ccbb8911f0b866c2e9c8623f4 SHA1: b6a035c618ae627dd616c57f05a3a2c5aeeb4682 MD5sum: 19b46e0c8e51a87329ff7354eb02f0be Description: Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-3.13.0-182-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 187453 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-182.233~12.04.1 Filename: pool/main/l/linux-lts-trusty/linux-modules-3.13.0-182-generic_3.13.0-182.233~12.04.1_amd64.deb Size: 53668804 SHA256: b7901261f1579009537593d8835981fa8c60b4d721448567f144810ea374a4ab SHA1: 15fda045e555443c9ed088c17ef9471e0782fb94 MD5sum: bcf10e938d90ce4ef7583f81425a31a3 Description: Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-3.13.0-183-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 187453 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-183.234~12.04.1 Filename: pool/main/l/linux-lts-trusty/linux-modules-3.13.0-183-generic_3.13.0-183.234~12.04.1_amd64.deb Size: 53716608 SHA256: 787454a5eb572725282d75be1bef4cfd7094b346952cc204e1b24dec11d1c748 SHA1: 13afcee9fddfa1e939e86acd61cb302311c3a118 MD5sum: 48ae8fd80f164d3b5e3f0c64f65b602b Description: Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-3.13.0-185-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 187456 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-185.236~12.04.1 Filename: pool/main/l/linux-lts-trusty/linux-modules-3.13.0-185-generic_3.13.0-185.236~12.04.1_amd64.deb Size: 53682712 SHA256: 40c52bd100d99918530ca555e4e0d7493da4065cea1b86a75afdeb10c5ed302b SHA1: bc947df56e19c831f642c2d1020d16fef1f9799f MD5sum: 9dabab9a05795de4790ba8a604e405c8 Description: Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-server Source: linux-meta Priority: optional Section: kernel Installed-Size: 34 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0.150.164 Depends: linux-image-server (= 3.2.0.150.164), linux-headers-server (= 3.2.0.150.164) Filename: pool/main/l/linux-meta/linux-server_3.2.0.150.164_amd64.deb Size: 1736 SHA256: 6317022990140256dfb40b9c136a4d537993800bbd0299b3ef49d53dadb48c2a SHA1: 8272ae2e13acee061c1ae326de18e5e26cd626e9 MD5sum: e00f8556cdb86ec710373d63e59de054 Description: Complete Linux kernel on Server Equipment. This package will always depend on the latest complete Linux kernel available for Server Equipment. Package: linux-signed-generic-lts-trusty Source: linux-meta-lts-trusty Priority: optional Section: metapackages Installed-Size: 32 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0.185.170 Depends: linux-generic-lts-trusty Filename: pool/main/l/linux-meta-lts-trusty/linux-signed-generic-lts-trusty_3.13.0.185.170_amd64.deb Size: 1780 SHA256: 94e6670e2aca999f7425f81cdf79f9968276c2acb340bdcda5c08ea0e90f60f3 SHA1: 2dcc9d5d5667b14aa4d9029c9a90678f60a750fa MD5sum: 51b1a0aac893395bfc873bba170111b3 Description: Complete Signed Generic Linux kernel and headers (dummy transitional package) This metapackage will always depend on the latest complete generic 14.04 LTS Linux kernel and headers. Signed with the Ubuntu EFI key. Package: linux-signed-image-3.13.0-119-generic Source: linux-signed-lts-trusty Priority: optional Section: utils Installed-Size: 41 Maintainer: Canonical Kernel Team Architecture: amd64 Version: 3.13.0-119.166~precise1 Depends: sbsigntool, linux-image-3.13.0-119-generic (= 3.13.0-119.166~precise1) Filename: pool/main/l/linux-signed-lts-trusty/linux-signed-image-3.13.0-119-generic_3.13.0-119.166~precise1_amd64.deb Size: 7200 SHA256: 662397bbbc427d4322afcb3758a3284ff1beb8666498133fda0d2494f8d05bf9 SHA1: 742bc4deabe1aa694290e36b11d539f7e33b8d60 MD5sum: 02fedcb017bb6b20150ba7a4edef55ea Description: 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.13.0-121-generic Source: linux-signed-lts-trusty Priority: optional Section: utils Installed-Size: 41 Maintainer: Canonical Kernel Team Architecture: amd64 Version: 3.13.0-121.170~precise1 Depends: sbsigntool, linux-image-3.13.0-121-generic (= 3.13.0-121.170~precise1) Filename: pool/main/l/linux-signed-lts-trusty/linux-signed-image-3.13.0-121-generic_3.13.0-121.170~precise1_amd64.deb Size: 7240 SHA256: cd9c981699f24de458b69e8b46822a7bad169d8186bbdf3cb727a86d91c81049 SHA1: 6e29ce29d4867c9c20e1e1548bded90449e0f995 MD5sum: 6c1f6c5fc7db1446e0d145a2a05b18e1 Description: 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.13.0-123-generic Source: linux-signed-lts-trusty Priority: optional Section: utils Installed-Size: 41 Maintainer: Canonical Kernel Team Architecture: amd64 Version: 3.13.0-123.172~precise1 Depends: sbsigntool, linux-image-3.13.0-123-generic (= 3.13.0-123.172~precise1) Filename: pool/main/l/linux-signed-lts-trusty/linux-signed-image-3.13.0-123-generic_3.13.0-123.172~precise1_amd64.deb Size: 7270 SHA256: 06873e5c71eba63385f7b5de40a52bb834b603365fa117b2dcdd88a1950baf6c SHA1: aea75b775a8c41a4d62623331b180a50396a0a6f MD5sum: 0a726f0f15cd9ee5ab08f4c03e8a30cb Description: 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.13.0-125-generic Source: linux-signed-lts-trusty Priority: optional Section: utils Installed-Size: 38 Maintainer: Canonical Kernel Team Architecture: amd64 Version: 3.13.0-125.174~precise1 Depends: sbsigntool, linux-image-3.13.0-125-generic (= 3.13.0-125.174~precise1) Filename: pool/main/l/linux-signed-lts-trusty/linux-signed-image-3.13.0-125-generic_3.13.0-125.174~precise1_amd64.deb Size: 3966 SHA256: 2db70edcd3da3c0b37aebf3d348f93274d525262fbe33c0ea3f0cd95929d7638 SHA1: 4817c6226f1927a47b6639d139797e4648d452ae MD5sum: 4c42d94171000f624c4a0c28a5f5c7a2 Description: 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.13.0-126-generic Source: linux-signed-lts-trusty Priority: optional Section: utils Installed-Size: 38 Maintainer: Canonical Kernel Team Architecture: amd64 Version: 3.13.0-126.175~precise1 Depends: sbsigntool, linux-image-3.13.0-126-generic (= 3.13.0-126.175~precise1) Filename: pool/main/l/linux-signed-lts-trusty/linux-signed-image-3.13.0-126-generic_3.13.0-126.175~precise1_amd64.deb Size: 3964 SHA256: da02292a87930e2f3d77df42bb74c0643cd8f301017514925394720cfa106a39 SHA1: 75dcd53ebeb7c19fbbf31f4d0f08fca51af9fef2 MD5sum: 01b512af21e6b5807624bb0f03c9b09d Description: 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.13.0-128-generic Source: linux-signed-lts-trusty Priority: optional Section: utils Installed-Size: 38 Maintainer: Canonical Kernel Team Architecture: amd64 Version: 3.13.0-128.177~precise1 Depends: sbsigntool, linux-image-3.13.0-128-generic (= 3.13.0-128.177~precise1) Filename: pool/main/l/linux-signed-lts-trusty/linux-signed-image-3.13.0-128-generic_3.13.0-128.177~precise1_amd64.deb Size: 3968 SHA256: dc90c36d0be8b60343dcc2159491fe35d6d7f1fde72000df0c88d09303ca52b3 SHA1: e04c4b20aba58d3d29c2f59569a364ff2539c7fd MD5sum: 5121130c83df013c5bb206a8384d9236 Description: 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.13.0-129-generic Source: linux-signed-lts-trusty Priority: optional Section: utils Installed-Size: 38 Maintainer: Canonical Kernel Team Architecture: amd64 Version: 3.13.0-129.178~precise1 Depends: sbsigntool, linux-image-3.13.0-129-generic (= 3.13.0-129.178~precise1) Filename: pool/main/l/linux-signed-lts-trusty/linux-signed-image-3.13.0-129-generic_3.13.0-129.178~precise1_amd64.deb Size: 3966 SHA256: ee6c9bdb7452cbee89e66d07184e94eb347ea4eb96fee493d13032ddd18e9896 SHA1: 87ab42bd9dce676bb16b1d729e1b5ca8aec08f32 MD5sum: 2fd0127c1c2c082396e916b40483af9e Description: 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.13.0-132-generic Source: linux-signed-lts-trusty Priority: optional Section: utils Installed-Size: 38 Maintainer: Canonical Kernel Team Architecture: amd64 Version: 3.13.0-132.181~precise1 Depends: sbsigntool, linux-image-3.13.0-132-generic (= 3.13.0-132.181~precise1) Filename: pool/main/l/linux-signed-lts-trusty/linux-signed-image-3.13.0-132-generic_3.13.0-132.181~precise1_amd64.deb Size: 3996 SHA256: 58af30a9ec7627b84876d9c650296c134fecd00dc34cc987be31f1d89708f869 SHA1: 7c6b3c8c1b496c2b05c04bcad9fa828284494d12 MD5sum: cd0a8f2c92f7eff72b06255d77c17a62 Description: 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.13.0-133-generic Source: linux-signed-lts-trusty Priority: optional Section: utils Installed-Size: 38 Maintainer: Canonical Kernel Team Architecture: amd64 Version: 3.13.0-133.182~precise1 Depends: sbsigntool, linux-image-3.13.0-133-generic (= 3.13.0-133.182~precise1) Filename: pool/main/l/linux-signed-lts-trusty/linux-signed-image-3.13.0-133-generic_3.13.0-133.182~precise1_amd64.deb Size: 4040 SHA256: b828ac1608e5b0dbc5c7f0658760de546a3f27f96f48c6dd7200741e4482ccee SHA1: 52f951434d84e26fda4411f8111f6547f87403ce MD5sum: 4911cfea7017b81995df4d3f59afd0e1 Description: 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.13.0-135-generic Source: linux-signed-lts-trusty Priority: optional Section: utils Installed-Size: 38 Maintainer: Canonical Kernel Team Architecture: amd64 Version: 3.13.0-135.184~precise1 Depends: sbsigntool, linux-image-3.13.0-135-generic (= 3.13.0-135.184~precise1) Filename: pool/main/l/linux-signed-lts-trusty/linux-signed-image-3.13.0-135-generic_3.13.0-135.184~precise1_amd64.deb Size: 4052 SHA256: abce16aace0ed31fc8d1eed013b726a3347c9a693defc92f5e23a6e4af73a97f SHA1: 56daeec2566cbbd275f20dbce1bd5afaaf04f717 MD5sum: c8f0ce75d7e772edf485ddb566af397d Description: 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.13.0-137-generic Source: linux-signed-lts-trusty Priority: optional Section: utils Installed-Size: 38 Maintainer: Canonical Kernel Team Architecture: amd64 Version: 3.13.0-137.186~precise1 Depends: sbsigntool, linux-image-3.13.0-137-generic (= 3.13.0-137.186~precise1) Filename: pool/main/l/linux-signed-lts-trusty/linux-signed-image-3.13.0-137-generic_3.13.0-137.186~precise1_amd64.deb Size: 4074 SHA256: 66206064f958935606d5aec7ee3cfe0e40495f43c84505ec513c899d641b9fb0 SHA1: c55d3d55dc2047debfeedf381d8e367dded96803 MD5sum: 5e4e0a244afba9137c13a7e347db18e6 Description: 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.13.0-139-generic Source: linux-signed-lts-trusty Priority: optional Section: utils Installed-Size: 38 Maintainer: Canonical Kernel Team Architecture: amd64 Version: 3.13.0-139.188~precise1 Depends: sbsigntool, linux-image-3.13.0-139-generic (= 3.13.0-139.188~precise1) Filename: pool/main/l/linux-signed-lts-trusty/linux-signed-image-3.13.0-139-generic_3.13.0-139.188~precise1_amd64.deb Size: 4062 SHA256: 443e3cd7aa0f6988fc5f2094ee3f87b63f40f7f8cd03086adb43762d9742efeb SHA1: 2c4022cf421adfe24444aaeb3eb684e958ae1a7e MD5sum: 919d12bc05bb41e5105bb061633d4ade Description: 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.13.0-141-generic Source: linux-signed-lts-trusty Priority: optional Section: utils Installed-Size: 38 Maintainer: Canonical Kernel Team Architecture: amd64 Version: 3.13.0-141.190~precise1 Depends: sbsigntool, linux-image-3.13.0-141-generic (= 3.13.0-141.190~precise1) Filename: pool/main/l/linux-signed-lts-trusty/linux-signed-image-3.13.0-141-generic_3.13.0-141.190~precise1_amd64.deb Size: 4098 SHA256: 8dbdc9eeb824a1756ed588f9931502c66a4886d9eb59ff4a8d9a45714cc3a50f SHA1: 592ca56a63fe0e0824bc09e56d1294c8aea296be MD5sum: c535861981a33c32cdcd3d5425889e16 Description: 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.13.0-142-generic Source: linux-signed-lts-trusty Priority: optional Section: utils Installed-Size: 38 Maintainer: Canonical Kernel Team Architecture: amd64 Version: 3.13.0-142.191~precise1 Depends: sbsigntool, linux-image-3.13.0-142-generic (= 3.13.0-142.191~precise1) Filename: pool/main/l/linux-signed-lts-trusty/linux-signed-image-3.13.0-142-generic_3.13.0-142.191~precise1_amd64.deb Size: 4098 SHA256: c4334589051512697b0cb896b3397b27d6e9871310783fc4b25ebe2949526150 SHA1: 5518c3721aebc622206b686024ac20a66f529de4 MD5sum: 0e777a578739bd717ab13f1b69735559 Description: 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.13.0-143-generic Source: linux-signed-lts-trusty Priority: optional Section: utils Installed-Size: 38 Maintainer: Canonical Kernel Team Architecture: amd64 Version: 3.13.0-143.192~precise1 Depends: sbsigntool, linux-image-3.13.0-143-generic (= 3.13.0-143.192~precise1) Filename: pool/main/l/linux-signed-lts-trusty/linux-signed-image-3.13.0-143-generic_3.13.0-143.192~precise1_amd64.deb Size: 4104 SHA256: 9a03233d81a6b0be26358fcd6701238e49caa874ff14a8e35e07d040c3ef4d0a SHA1: 3ac0be31755d0119313248a1ce529c0e293c61ef MD5sum: 1d9d1e4cb2e25c0e0a4b0352cfcb480e Description: 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.13.0-144-generic Source: linux-signed-lts-trusty Priority: optional Section: utils Installed-Size: 38 Maintainer: Canonical Kernel Team Architecture: amd64 Version: 3.13.0-144.193~precise1 Depends: sbsigntool, linux-image-3.13.0-144-generic (= 3.13.0-144.193~precise1) Filename: pool/main/l/linux-signed-lts-trusty/linux-signed-image-3.13.0-144-generic_3.13.0-144.193~precise1_amd64.deb Size: 4074 SHA256: 4964986a5cc67fdbf3c785cedf5aab2da3c24a5657970b37af5199c169a87ae0 SHA1: c97e8b8084c971ae2f5a292477363d6a6f8c949c MD5sum: 43abf30f829caa25b08e2bd6beace4eb Description: 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.13.0-145-generic Source: linux-signed-lts-trusty Priority: optional Section: utils Installed-Size: 38 Maintainer: Canonical Kernel Team Architecture: amd64 Version: 3.13.0-145.194~precise2 Depends: sbsigntool, linux-image-3.13.0-145-generic (= 3.13.0-145.194~precise2) Filename: pool/main/l/linux-signed-lts-trusty/linux-signed-image-3.13.0-145-generic_3.13.0-145.194~precise2_amd64.deb Size: 3992 SHA256: 59eae1b8e394541fd74871586580d9b5a063f9723ae4e062565f4461f76fca4a SHA1: 55a0146ec64f75d040ece68539ba2f60dda3307d MD5sum: ae551a2311c7750f3211093a54315509 Description: 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.13.0-147-generic Source: linux-signed-lts-trusty Priority: optional Section: utils Installed-Size: 38 Maintainer: Canonical Kernel Team Architecture: amd64 Version: 3.13.0-147.196~precise1 Depends: sbsigntool, linux-image-3.13.0-147-generic (= 3.13.0-147.196~precise1) Filename: pool/main/l/linux-signed-lts-trusty/linux-signed-image-3.13.0-147-generic_3.13.0-147.196~precise1_amd64.deb Size: 4004 SHA256: b83681ef280113fd402ef69d3cfc063a19039bf11285b68c8ad783a208a72223 SHA1: 5afc10ab9c5dcf53b68e4df81778a99958eb3941 MD5sum: 50560bc196dc1f5f95d146e9a9021cf9 Description: 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.13.0-149-generic Source: linux-signed-lts-trusty Priority: optional Section: utils Installed-Size: 38 Maintainer: Canonical Kernel Team Architecture: amd64 Version: 3.13.0-149.199~precise1 Depends: sbsigntool, linux-image-3.13.0-149-generic (= 3.13.0-149.199~precise1) Filename: pool/main/l/linux-signed-lts-trusty/linux-signed-image-3.13.0-149-generic_3.13.0-149.199~precise1_amd64.deb Size: 3958 SHA256: 9b8a57ad65ea904bd1f864286426cfb27ffac10c57cb64a0a26f5fc85503c42e SHA1: e644b5e467540db07b6920495d532ba24392456f MD5sum: a52495047fa667a14b484e8c9e0b2d24 Description: 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.13.0-151-generic Source: linux-signed-lts-trusty Priority: optional Section: utils Installed-Size: 38 Maintainer: Canonical Kernel Team Architecture: amd64 Version: 3.13.0-151.201~precise1 Depends: sbsigntool, linux-image-3.13.0-151-generic (= 3.13.0-151.201~precise1) Filename: pool/main/l/linux-signed-lts-trusty/linux-signed-image-3.13.0-151-generic_3.13.0-151.201~precise1_amd64.deb Size: 3972 SHA256: 3d3eba79e10f2f8a991a035e36b1ad216118ce11148e6b132eaf64747e10637a SHA1: 4c1fdf8ffec5655253f160439f258ee5d96450b0 MD5sum: a77d42ae2ab2941478e0400091409142 Description: 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.13.0-153-generic Source: linux-signed-lts-trusty Priority: optional Section: utils Installed-Size: 38 Maintainer: Canonical Kernel Team Architecture: amd64 Version: 3.13.0-153.203~precise1 Depends: sbsigntool, linux-image-3.13.0-153-generic (= 3.13.0-153.203~precise1) Filename: pool/main/l/linux-signed-lts-trusty/linux-signed-image-3.13.0-153-generic_3.13.0-153.203~precise1_amd64.deb Size: 3966 SHA256: 387af2686c7818a44aaf093d53165cee846dd3c14fb4c041932b5d4d20b11d33 SHA1: 5badd5e8a04836f4f3ca1c02f50f81df60becb22 MD5sum: 6c5272ba5f23ba81a7b189c64b5ef933 Description: 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.13.0-155-generic Source: linux-signed-lts-trusty Priority: optional Section: utils Installed-Size: 38 Maintainer: Canonical Kernel Team Architecture: amd64 Version: 3.13.0-155.206~precise1 Depends: sbsigntool, linux-image-3.13.0-155-generic (= 3.13.0-155.206~precise1) Filename: pool/main/l/linux-signed-lts-trusty/linux-signed-image-3.13.0-155-generic_3.13.0-155.206~precise1_amd64.deb Size: 4012 SHA256: c3377920df9744114a71ba9098b3112382d7072c37a6619e3a0be74854a1bc10 SHA1: f64ecdff24b15d46ed50a163026902550c44919b MD5sum: 50f8240958fb14fb5c3cc6c31c13cd1e Description: 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.13.0-156-generic Source: linux-signed-lts-trusty Priority: optional Section: utils Installed-Size: 38 Maintainer: Canonical Kernel Team Architecture: amd64 Version: 3.13.0-156.206~precise1 Depends: sbsigntool, linux-image-3.13.0-156-generic (= 3.13.0-156.206~precise1) Filename: pool/main/l/linux-signed-lts-trusty/linux-signed-image-3.13.0-156-generic_3.13.0-156.206~precise1_amd64.deb Size: 3978 SHA256: 49e673d9a4b2e409f1da31c862808592cae996bce44288ad8267075462f73032 SHA1: 75a13fc3a903692864cdd27c00cdbedf5ba7bd53 MD5sum: b863b1465999f1d4bf022de10b8d20f5 Description: 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.13.0-157-generic Source: linux-signed-lts-trusty Priority: optional Section: utils Installed-Size: 38 Maintainer: Canonical Kernel Team Architecture: amd64 Version: 3.13.0-157.207~precise1 Depends: sbsigntool, linux-image-3.13.0-157-generic (= 3.13.0-157.207~precise1) Filename: pool/main/l/linux-signed-lts-trusty/linux-signed-image-3.13.0-157-generic_3.13.0-157.207~precise1_amd64.deb Size: 4054 SHA256: b9f062509c4d3f0055dba78735bcee1cec06547fd2f6f2d9ba05693f2c2c0e26 SHA1: fea73aa0850cee569555cb645b82a5d6f4174c64 MD5sum: a4903e4c5cb5476e021126187e361b6e Description: 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.13.0-158-generic Source: linux-signed-lts-trusty Priority: optional Section: utils Installed-Size: 38 Maintainer: Canonical Kernel Team Architecture: amd64 Version: 3.13.0-158.208~precise2 Depends: sbsigntool, linux-image-3.13.0-158-generic (= 3.13.0-158.208~precise2) Filename: pool/main/l/linux-signed-lts-trusty/linux-signed-image-3.13.0-158-generic_3.13.0-158.208~precise2_amd64.deb Size: 3996 SHA256: d8e85409f4f60b52639c994711084dce39afab95dad533cde3d7ab578aad139f SHA1: daaea5dc44094bc49b00d4667293951a70e42d36 MD5sum: f3580c48ad676d584f44929594d39ed1 Description: 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.13.0-160-generic Source: linux-signed-lts-trusty Priority: optional Section: utils Installed-Size: 38 Maintainer: Canonical Kernel Team Architecture: amd64 Version: 3.13.0-160.210~precise1 Depends: sbsigntool, linux-image-3.13.0-160-generic (= 3.13.0-160.210~precise1) Filename: pool/main/l/linux-signed-lts-trusty/linux-signed-image-3.13.0-160-generic_3.13.0-160.210~precise1_amd64.deb Size: 4062 SHA256: c95c74fac7a690a3064c7f89328ebef1f5fa9818a0c83fe1d8f661f75313230a SHA1: 3cc9327ed09b0517a2cb5cac4ef0cd8cac694677 MD5sum: fe6e125bcf7c0a2ec46984d33f01e651 Description: 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.13.0-161-generic Source: linux-signed-lts-trusty Priority: optional Section: utils Installed-Size: 38 Maintainer: Canonical Kernel Team Architecture: amd64 Version: 3.13.0-161.211~precise1 Depends: sbsigntool, linux-image-3.13.0-161-generic (= 3.13.0-161.211~precise1) Filename: pool/main/l/linux-signed-lts-trusty/linux-signed-image-3.13.0-161-generic_3.13.0-161.211~precise1_amd64.deb Size: 4052 SHA256: d4d6a38d65b74c9dd6a9c3575cbbf467bed318bb62377c2c0249359deca41a51 SHA1: 11a6d23cda1a291a99249f6acacd89af38c1a5d2 MD5sum: b87796265ac6365fb262e0004a4cba5e Description: 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.13.0-162-generic Source: linux-signed-lts-trusty Priority: optional Section: utils Installed-Size: 38 Maintainer: Canonical Kernel Team Architecture: amd64 Version: 3.13.0-162.212~precise1 Depends: sbsigntool, linux-image-3.13.0-162-generic (= 3.13.0-162.212~precise1) Filename: pool/main/l/linux-signed-lts-trusty/linux-signed-image-3.13.0-162-generic_3.13.0-162.212~precise1_amd64.deb Size: 4072 SHA256: 13b30c84330371dde50ee0ba5a7ffa30377fd878056b4fee7033beeea2125285 SHA1: 0f5e948661b409f1bf0fc617c66b0a433e0eda4d MD5sum: 118330849e9ec36df03e6dad7e50d7a1 Description: 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.13.0-163-generic Source: linux-signed-lts-trusty Priority: optional Section: utils Installed-Size: 38 Maintainer: Canonical Kernel Team Architecture: amd64 Version: 3.13.0-163.213~precise1 Depends: sbsigntool, linux-image-3.13.0-163-generic (= 3.13.0-163.213~precise1) Filename: pool/main/l/linux-signed-lts-trusty/linux-signed-image-3.13.0-163-generic_3.13.0-163.213~precise1_amd64.deb Size: 4054 SHA256: aea2a3ea5187ccf69fee4b72f27e04ea4223a48b110d080bd8ace8a95d076af5 SHA1: 35d435aa3594dc0359f1cbba1d76e30bba0a265c MD5sum: da8f87b2c45a92058d616d8af19356c8 Description: 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.13.0-164-generic Source: linux-signed-lts-trusty Priority: optional Section: utils Installed-Size: 38 Maintainer: Canonical Kernel Team Architecture: amd64 Version: 3.13.0-164.214~precise1 Depends: sbsigntool, linux-image-3.13.0-164-generic (= 3.13.0-164.214~precise1) Filename: pool/main/l/linux-signed-lts-trusty/linux-signed-image-3.13.0-164-generic_3.13.0-164.214~precise1_amd64.deb Size: 4090 SHA256: 2b2610221e733cc6af8f6a7c5c5380d218c0296f95cf285cd5021f22fa2506bd SHA1: 98cf5044a1c2793f5953617fed117ea3d15f0d66 MD5sum: d9a2d0637e5893ed6def2875681ee7b7 Description: 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.13.0-165-generic Source: linux-signed-lts-trusty Priority: optional Section: utils Installed-Size: 38 Maintainer: Canonical Kernel Team Architecture: amd64 Version: 3.13.0-165.215~precise1 Depends: sbsigntool, linux-image-3.13.0-165-generic (= 3.13.0-165.215~precise1) Filename: pool/main/l/linux-signed-lts-trusty/linux-signed-image-3.13.0-165-generic_3.13.0-165.215~precise1_amd64.deb Size: 4066 SHA256: f43a96d7b797e04cd2cef415c66bd9f461d34a9b6ce9c8bfd28d334900fa4ee9 SHA1: 8d33b14f370c53a599fecc951ceff4b4a0f06fb4 MD5sum: cf9e026d9bb555d23b52a06f56b699e5 Description: 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-lts-trusty Source: linux-meta-lts-trusty Priority: optional Section: metapackages Installed-Size: 32 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0.185.170 Depends: linux-image-generic-lts-trusty Filename: pool/main/l/linux-meta-lts-trusty/linux-signed-image-generic-lts-trusty_3.13.0.185.170_amd64.deb Size: 1774 SHA256: b97e7e110caada5362ee53a1a31afad8eacf2edca7e5dde2b44c2eb67fe2f036 SHA1: 2912fa5d2046bce86f745ea6922c001cfa9f9970 MD5sum: 299ea73858b484ec0f3f38495d0cd65a Description: Signed Generic Linux kernel image (dummy transitional package) This metapackage will always depend on the latest generic 14.04 LTS kernel image available. Signed with the Ubuntu EFI key. Package: linux-source Source: linux-meta Priority: optional Section: devel Installed-Size: 34 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.2.0.150.164 Depends: linux-source-3.2.0 Filename: pool/main/l/linux-meta/linux-source_3.2.0.150.164_all.deb Size: 2410 SHA256: 0a968faaa45f926427417bc48a43879e8bb0f6a2f69af59edc6f921735996c5f SHA1: 2d97a30c992055efc95d43d2ba046623d26bf504 MD5sum: 697707f3c859520aed203c503f394b91 Description: 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.2.0 Source: linux Priority: optional Section: devel Installed-Size: 88397 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.2.0-150.197 Recommends: libc-dev, gcc, make Suggests: libncurses-dev | ncurses-dev, kernel-package, libqt3-dev Provides: linux-source, linux-source-3 Depends: binutils, bzip2, coreutils | fileutils (>= 4.0) Filename: pool/main/l/linux/linux-source-3.2.0_3.2.0-150.197_all.deb Size: 82449322 SHA256: a7288a7b14fa83c0d2e9360ade97ecb92d1ded6b0c614e7d2cb3dd28be18fe67 SHA1: 0f04f395e07d3ffb9cb22452b673f7d075ad24ce MD5sum: 0d17365b1fffc7c47fb72a2c2c66c3bc Description: Linux kernel source for version 3.2.0 with Ubuntu patches This package provides the source code for the Linux kernel version 3.2.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 Source: linux-meta Priority: optional Section: kernel Installed-Size: 34 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0.150.164 Depends: linux-tools-3.2.0-150 Filename: pool/main/l/linux-meta/linux-tools_3.2.0.150.164_amd64.deb Size: 2420 SHA256: 15fef998713d874e08df88fdeb9bc92ebcbdafe4e5127232972b8022f82c29ff SHA1: 9ea7b8ee6212bace0fd5abbbd5cb399c86933f0b MD5sum: fd9182cf149b536db6730ffda1cf9bc7 Description: 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.13.0-119-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 284 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-119.166~precise1 Depends: linux-lts-trusty-tools-3.13.0-119 Filename: pool/main/l/linux-lts-trusty/linux-tools-3.13.0-119-generic_3.13.0-119.166~precise1_amd64.deb Size: 254374 SHA256: 1ef5f5ff5ab091a85dce5c82a8e4ff6ee60006782250dd8dc62841d8a1cf7b8d SHA1: d97f7ca98a3613749e22c141d0d2f44accac7f04 MD5sum: beec584aa727fe2b20612757a7d09a80 Description: Linux kernel version specific tools for version 3.13.0-119 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-119 on 64 bit x86. Package: linux-tools-3.13.0-121-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 284 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-121.170~precise1 Depends: linux-lts-trusty-tools-3.13.0-121 Filename: pool/main/l/linux-lts-trusty/linux-tools-3.13.0-121-generic_3.13.0-121.170~precise1_amd64.deb Size: 1824 SHA256: 2806ae993b17969708523808e3f56eccfbe43b7136d1703da2c26aeb5839a442 SHA1: 20afd1e9c55ed22f6355a371a6bb8bdff28fe712 MD5sum: 96f9460312fabde7f503c54796a2b28b Description: Linux kernel version specific tools for version 3.13.0-121 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-121 on 64 bit x86. Package: linux-tools-3.13.0-123-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 284 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-123.172~precise1 Depends: linux-lts-trusty-tools-3.13.0-123 Filename: pool/main/l/linux-lts-trusty/linux-tools-3.13.0-123-generic_3.13.0-123.172~precise1_amd64.deb Size: 254770 SHA256: fcdd86d132022903ff815bbb583fe90a7034d7099587e1e10535ccc933d432da SHA1: d1fb6117ab9e32927eaa1df8bd66c52f002749f2 MD5sum: 4ea51c9f6f1d5dd4a6368f4fb73046d5 Description: Linux kernel version specific tools for version 3.13.0-123 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-123 on 64 bit x86. Package: linux-tools-3.13.0-125-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 286 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-125.174~precise1 Depends: linux-lts-trusty-tools-3.13.0-125 Filename: pool/main/l/linux-lts-trusty/linux-tools-3.13.0-125-generic_3.13.0-125.174~precise1_amd64.deb Size: 1828 SHA256: 9c7c84dd26ec34391213d46989f3a0f9cb174a2be4f2bf15a41b3fbd62a5cd94 SHA1: 593b63f45b47150543dfeb601326705f09ed22db MD5sum: 935e1a1e35c80306b4fe82b08c33cbda Description: Linux kernel version specific tools for version 3.13.0-125 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-125 on 64 bit x86. Package: linux-tools-3.13.0-126-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 286 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-126.175~precise1 Depends: linux-lts-trusty-tools-3.13.0-126 Filename: pool/main/l/linux-lts-trusty/linux-tools-3.13.0-126-generic_3.13.0-126.175~precise1_amd64.deb Size: 1822 SHA256: ee4ef0e0a6b86c92453bc1f68194d17a7e2e86a01d7788323a227fe9128433c4 SHA1: ad5a5edf58aaaff7e04f11b08fc44c77309789be MD5sum: f12af6c4699be7cf8da79effa75a5573 Description: Linux kernel version specific tools for version 3.13.0-126 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-126 on 64 bit x86. Package: linux-tools-3.13.0-128-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 286 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-128.177~precise1 Depends: linux-lts-trusty-tools-3.13.0-128 Filename: pool/main/l/linux-lts-trusty/linux-tools-3.13.0-128-generic_3.13.0-128.177~precise1_amd64.deb Size: 1824 SHA256: 99578dd1d4d3533b4332be04fef5c1290c64f50c6333f4bd179889de8b549019 SHA1: da351aa39b5222908d1d7f1a77cde81840f4cc79 MD5sum: 4a2a57957e23bd07f079031ebe68fea4 Description: Linux kernel version specific tools for version 3.13.0-128 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-128 on 64 bit x86. Package: linux-tools-3.13.0-129-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 287 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-129.178~precise1 Depends: linux-lts-trusty-tools-3.13.0-129 Filename: pool/main/l/linux-lts-trusty/linux-tools-3.13.0-129-generic_3.13.0-129.178~precise1_amd64.deb Size: 1832 SHA256: c13609a6510eb7e8ce90a31c9122cba072b60eb1666aac91fe6e6b0ecfa7c945 SHA1: 4cfa9fd3a3c113d1d9181c9613a93adab9ee13f6 MD5sum: 6c743fa49c274bb5fa640d853f651e44 Description: Linux kernel version specific tools for version 3.13.0-129 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-129 on 64 bit x86. Package: linux-tools-3.13.0-132-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 287 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-132.181~precise1 Depends: linux-lts-trusty-tools-3.13.0-132 Filename: pool/main/l/linux-lts-trusty/linux-tools-3.13.0-132-generic_3.13.0-132.181~precise1_amd64.deb Size: 1830 SHA256: cd1265a9aa6f76f99514295325709008e1b222e238fa21fbc38d846fb146be00 SHA1: ba03c308c878b1f4144edb4e3d84b50d58a8942c MD5sum: 3f41d1e5fe6444de0826de547d3855d4 Description: Linux kernel version specific tools for version 3.13.0-132 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-132 on 64 bit x86. Package: linux-tools-3.13.0-133-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 288 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-133.182~precise1 Depends: linux-lts-trusty-tools-3.13.0-133 Filename: pool/main/l/linux-lts-trusty/linux-tools-3.13.0-133-generic_3.13.0-133.182~precise1_amd64.deb Size: 1818 SHA256: 36dc5d1c010000fde017b1a4d5ae6abc1a100ef5db3eb8aab6dab77b35742e37 SHA1: f61827f4954eaf9ac2b5b285f59422441aa3255e MD5sum: be46aabeb93614c5461b70a2a1544f08 Description: Linux kernel version specific tools for version 3.13.0-133 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-133 on 64 bit x86. Package: linux-tools-3.13.0-135-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 288 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-135.184~precise1 Depends: linux-lts-trusty-tools-3.13.0-135 Filename: pool/main/l/linux-lts-trusty/linux-tools-3.13.0-135-generic_3.13.0-135.184~precise1_amd64.deb Size: 1822 SHA256: 02fccf13c23730efb7a4d44f17a9ab861e1a322e6cb81aa8103ddf6698c78c48 SHA1: 34fda33acdaae40e3b2df9541630d4d80ba3bcd8 MD5sum: d24bea99de589cc39fdda0b29a99cbaf Description: Linux kernel version specific tools for version 3.13.0-135 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-135 on 64 bit x86. Package: linux-tools-3.13.0-137-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 288 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-137.186~precise1 Depends: linux-lts-trusty-tools-3.13.0-137 Filename: pool/main/l/linux-lts-trusty/linux-tools-3.13.0-137-generic_3.13.0-137.186~precise1_amd64.deb Size: 1830 SHA256: 5ebb69e68463d53d99a9cb7f77e9145ab4373e17df3fef0e461e3981468d85de SHA1: d5302d6e81f2cf35a70ac33747434b59364850bc MD5sum: 90c6a83c11e0138a9682a498d9b6ef36 Description: Linux kernel version specific tools for version 3.13.0-137 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-137 on 64 bit x86. Package: linux-tools-3.13.0-139-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 290 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-139.188~precise1 Depends: linux-lts-trusty-tools-3.13.0-139 Filename: pool/main/l/linux-lts-trusty/linux-tools-3.13.0-139-generic_3.13.0-139.188~precise1_amd64.deb Size: 1826 SHA256: c5251e68643341eb92cf7848d1a39b808d0b31e736431540468603ee65b9b709 SHA1: a41dc550ef99aaae43c04c2af587c2fbab4a8484 MD5sum: 635bdbac9da625de84c922c7569c1707 Description: Linux kernel version specific tools for version 3.13.0-139 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-139 on 64 bit x86. Package: linux-tools-3.13.0-141-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 290 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-141.190~precise1 Depends: linux-lts-trusty-tools-3.13.0-141 Filename: pool/main/l/linux-lts-trusty/linux-tools-3.13.0-141-generic_3.13.0-141.190~precise1_amd64.deb Size: 1818 SHA256: 8dbd5f65b0803fc9500a0bd9cf0d84ed2ee6df662d972234499e46086bfa6714 SHA1: e65f98ff62b296ff3e08177bc9596f8edd913f44 MD5sum: 50d6bcb893b8d6c60c80adf74ec3a0f5 Description: Linux kernel version specific tools for version 3.13.0-141 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-141 on 64 bit x86. Package: linux-tools-3.13.0-142-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 292 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-142.191~precise1 Depends: linux-lts-trusty-tools-3.13.0-142 Filename: pool/main/l/linux-lts-trusty/linux-tools-3.13.0-142-generic_3.13.0-142.191~precise1_amd64.deb Size: 1828 SHA256: 733252a34b36e09c383df27d70766b3737fb45d4e60b583a01a638e4bb1e912a SHA1: ee975f576202fb23756b448e3ab7d8af69acd186 MD5sum: 5ee2cfa19c408b2333604cd6bf0a3394 Description: Linux kernel version specific tools for version 3.13.0-142 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-142 on 64 bit x86. Package: linux-tools-3.13.0-143-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 293 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-143.192~precise1 Depends: linux-lts-trusty-tools-3.13.0-143 Filename: pool/main/l/linux-lts-trusty/linux-tools-3.13.0-143-generic_3.13.0-143.192~precise1_amd64.deb Size: 1824 SHA256: 72b91aa5808f3383256244e706a41d829687142ddcbc281878b55d2f15992ddf SHA1: fc9e2e5cf20a3c85f6c1cb1f9328b0d9e51d811b MD5sum: 8f4d16d46cf5f515a4e087612a143016 Description: Linux kernel version specific tools for version 3.13.0-143 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-143 on 64 bit x86. Package: linux-tools-3.13.0-144-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 294 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-144.193~precise1 Depends: linux-lts-trusty-tools-3.13.0-144 Filename: pool/main/l/linux-lts-trusty/linux-tools-3.13.0-144-generic_3.13.0-144.193~precise1_amd64.deb Size: 1824 SHA256: c7056d37235a45806eeed20ab11328cdc98d125223b59d514649a8204d6c437b SHA1: 28d4356d55afd7e35697fd5ebc94acf614a7aa23 MD5sum: 75c58854705915939428f25314597098 Description: Linux kernel version specific tools for version 3.13.0-144 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-144 on 64 bit x86. Package: linux-tools-3.13.0-145-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 295 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-145.194~precise2 Depends: linux-lts-trusty-tools-3.13.0-145 Filename: pool/main/l/linux-lts-trusty/linux-tools-3.13.0-145-generic_3.13.0-145.194~precise2_amd64.deb Size: 1830 SHA256: d099c62a6ecfe9588733bdfabfb03d4205c86f64aa06c0bb40a6c1d89dedf568 SHA1: 18467f9ae7e410f0e20485e45255aa9358cd7ba5 MD5sum: 86ac418f8b6741ccec24da49e967ab73 Description: Linux kernel version specific tools for version 3.13.0-145 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-145 on 64 bit x86. Package: linux-tools-3.13.0-147-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 295 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-147.196~precise1 Depends: linux-lts-trusty-tools-3.13.0-147 Filename: pool/main/l/linux-lts-trusty/linux-tools-3.13.0-147-generic_3.13.0-147.196~precise1_amd64.deb Size: 1824 SHA256: 8e4fc26a6b69451cf86aa2c549e196118c5f4223aab76f64b75101de74f4808b SHA1: 1168f54d14589b45df8b7467fce668cb0e621549 MD5sum: 4e6fe49425ee2402a56e75520f0797d7 Description: Linux kernel version specific tools for version 3.13.0-147 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-147 on 64 bit x86. Package: linux-tools-3.13.0-149-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 296 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-149.199~precise1 Depends: linux-lts-trusty-tools-3.13.0-149 Filename: pool/main/l/linux-lts-trusty/linux-tools-3.13.0-149-generic_3.13.0-149.199~precise1_amd64.deb Size: 1832 SHA256: b394dc8c342c24d8ed886c506c226a0b9449d98012ecf47f9d34b64b42474745 SHA1: baa230eb571a35b0a08ba4fce0c303284450ee70 MD5sum: 999c260e8d5d0d4baf94c644426a7215 Description: Linux kernel version specific tools for version 3.13.0-149 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-149 on 64 bit x86. Package: linux-tools-3.13.0-151-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 297 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-151.201~precise1 Depends: linux-lts-trusty-tools-3.13.0-151 Filename: pool/main/l/linux-lts-trusty/linux-tools-3.13.0-151-generic_3.13.0-151.201~precise1_amd64.deb Size: 1828 SHA256: f903149400f52c3d50c703ddf67cc682d9e2ba4a6005a66c1d77545c59f92ee2 SHA1: ef230b73e7b0db3462259797aae6602b8bdc9007 MD5sum: b60668cba4cc3a20f22b127a8c5a660e Description: Linux kernel version specific tools for version 3.13.0-151 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-151 on 64 bit x86. Package: linux-tools-3.13.0-153-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 298 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-153.203~precise1 Depends: linux-lts-trusty-tools-3.13.0-153 Filename: pool/main/l/linux-lts-trusty/linux-tools-3.13.0-153-generic_3.13.0-153.203~precise1_amd64.deb Size: 1822 SHA256: c7f42a677aa0fb6d26160efde73a356b0c1f0efccb63f7fcb04e69a091b1a0d4 SHA1: 1ceb6e166364465a95e50c45b4bb466f07661a23 MD5sum: a6eaeed81533f840b1cc02485fabb0ee Description: Linux kernel version specific tools for version 3.13.0-153 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-153 on 64 bit x86. Package: linux-tools-3.13.0-155-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 299 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-155.206~precise1 Depends: linux-lts-trusty-tools-3.13.0-155 Filename: pool/main/l/linux-lts-trusty/linux-tools-3.13.0-155-generic_3.13.0-155.206~precise1_amd64.deb Size: 1820 SHA256: ac69753183df9c81e2f71d0be7b9ad8cdb74aba06993db3e863ac6537ef2da0d SHA1: 383a8ae08e272317141fd7e70a7cbff68556e4d4 MD5sum: 13a5b224682d108d97ea14ab5d7c24d9 Description: Linux kernel version specific tools for version 3.13.0-155 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-155 on 64 bit x86. Package: linux-tools-3.13.0-156-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 300 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-156.206~precise1 Depends: linux-lts-trusty-tools-3.13.0-156 Filename: pool/main/l/linux-lts-trusty/linux-tools-3.13.0-156-generic_3.13.0-156.206~precise1_amd64.deb Size: 1830 SHA256: 3ff97d2d78d7ab37263b8bd1ad566ecc6014a571eddaf6ea9ee7d1ed6043632d SHA1: b3116310064e6efbd84994b9d0c0a86e966dceb2 MD5sum: d20465d063c6fa11ca302d8de56d660b Description: Linux kernel version specific tools for version 3.13.0-156 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-156 on 64 bit x86. Package: linux-tools-3.13.0-157-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 302 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-157.207~precise1 Depends: linux-lts-trusty-tools-3.13.0-157 Filename: pool/main/l/linux-lts-trusty/linux-tools-3.13.0-157-generic_3.13.0-157.207~precise1_amd64.deb Size: 1826 SHA256: 68f31e030afb39af20028fb3c5f57cce7a6f533952ca494a74f7de139e9f654c SHA1: 0511b02f74f0b1e982cc84c24d8880bdd7bdd3e8 MD5sum: f2b52ea5bb4526d4004ea47ed78b4517 Description: Linux kernel version specific tools for version 3.13.0-157 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-157 on 64 bit x86. Package: linux-tools-3.13.0-158-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 302 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-158.208~precise2 Depends: linux-lts-trusty-tools-3.13.0-158 Filename: pool/main/l/linux-lts-trusty/linux-tools-3.13.0-158-generic_3.13.0-158.208~precise2_amd64.deb Size: 1822 SHA256: 60cd75699dbfb75374129b351352f61ab6a7108eb4dabe49249d419bf967809b SHA1: b808e4debe9d522c1e998795e73b01c67ba079da MD5sum: 6927acdc3b6e80322ef953a7d4dd45f2 Description: Linux kernel version specific tools for version 3.13.0-158 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-158 on 64 bit x86. Package: linux-tools-3.13.0-160-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 303 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-160.210~precise1 Depends: linux-lts-trusty-tools-3.13.0-160 Filename: pool/main/l/linux-lts-trusty/linux-tools-3.13.0-160-generic_3.13.0-160.210~precise1_amd64.deb Size: 1826 SHA256: 0944e47a95561df7b8215880c11c5081c9df4d490344bd6b475daace7ab29647 SHA1: 43b323159c340493efa2e69e2327211d802fcad2 MD5sum: 7d36cd3a88f24ee1b32d3f2904b74d13 Description: Linux kernel version specific tools for version 3.13.0-160 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-160 on 64 bit x86. Package: linux-tools-3.13.0-161-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 304 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-161.211~precise1 Depends: linux-lts-trusty-tools-3.13.0-161 Filename: pool/main/l/linux-lts-trusty/linux-tools-3.13.0-161-generic_3.13.0-161.211~precise1_amd64.deb Size: 1830 SHA256: 5ff8502074b543ad9d61fb398f356de239179003fa6fbba07ac764f50da114dc SHA1: 4f9fdd2a8f331aba42518e288803cc8e51c09ecb MD5sum: 4ec2e41de0fb601123439f94b8a36092 Description: Linux kernel version specific tools for version 3.13.0-161 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-161 on 64 bit x86. Package: linux-tools-3.13.0-162-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 304 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-162.212~precise1 Depends: linux-lts-trusty-tools-3.13.0-162 Filename: pool/main/l/linux-lts-trusty/linux-tools-3.13.0-162-generic_3.13.0-162.212~precise1_amd64.deb Size: 1828 SHA256: a7ee1384cc19543b797a8eed4c4e365d9333ea083c0927e07c02ab12fb283246 SHA1: 5c6c1bfa07072f41d7b6e61322f39b7fc33ae47c MD5sum: 7ea36514024d95ada1f9aee5482cc0b3 Description: Linux kernel version specific tools for version 3.13.0-162 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-162 on 64 bit x86. Package: linux-tools-3.13.0-163-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 305 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-163.213~precise1 Depends: linux-lts-trusty-tools-3.13.0-163 Filename: pool/main/l/linux-lts-trusty/linux-tools-3.13.0-163-generic_3.13.0-163.213~precise1_amd64.deb Size: 1824 SHA256: 331cf5ef8283279b96a03f8211646cdc1185ed8799d3ee434258b806582dc7a7 SHA1: 987305acf4860cfa6f5d3f37783d047fdec0cc2e MD5sum: 20d64191bbc5ef01f0f4848e76d4320d Description: Linux kernel version specific tools for version 3.13.0-163 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-163 on 64 bit x86. Package: linux-tools-3.13.0-164-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 305 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-164.214~precise1 Depends: linux-lts-trusty-tools-3.13.0-164 Filename: pool/main/l/linux-lts-trusty/linux-tools-3.13.0-164-generic_3.13.0-164.214~precise1_amd64.deb Size: 1822 SHA256: a65c33f8e331f911a55b8c6ae8fbe1486430ac4fbc40860deee1e670b389c1b8 SHA1: 29c468b9f2dabd9136411b60e6d0d954c1b072c1 MD5sum: 0b7edeb7695b267baef79794a3d44044 Description: Linux kernel version specific tools for version 3.13.0-164 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-164 on 64 bit x86. Package: linux-tools-3.13.0-165-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 305 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-165.215~precise1 Depends: linux-lts-trusty-tools-3.13.0-165 Filename: pool/main/l/linux-lts-trusty/linux-tools-3.13.0-165-generic_3.13.0-165.215~precise1_amd64.deb Size: 1818 SHA256: ba43be97d0ec982aa7ccca93c4e7c09c734b46037c889bcb2a5eab6bf246cc08 SHA1: 8b823ee34c2d15d1d6994c0c62b80e43d0b361e5 MD5sum: d98ff04e8d86935dbb5012f807e4c724 Description: Linux kernel version specific tools for version 3.13.0-165 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-165 on 64 bit x86. Package: linux-tools-3.13.0-166-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 307 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-166.216~precise1 Depends: linux-lts-trusty-tools-3.13.0-166 Filename: pool/main/l/linux-lts-trusty/linux-tools-3.13.0-166-generic_3.13.0-166.216~precise1_amd64.deb Size: 1826 SHA256: fc329f847506a39880e0ebaa1c034d050ae966dd39e3f31b92918d9b150187a4 SHA1: 33929f0b195f2e1274220c5371d5a1a583646f8b MD5sum: 13b461ed2a4130541547483b19a2c049 Description: Linux kernel version specific tools for version 3.13.0-166 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-166 on 64 bit x86. Package: linux-tools-3.13.0-168-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 307 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-168.218~precise1 Depends: linux-lts-trusty-tools-3.13.0-168 Filename: pool/main/l/linux-lts-trusty/linux-tools-3.13.0-168-generic_3.13.0-168.218~precise1_amd64.deb Size: 1824 SHA256: 833b83d6a531a0d12c56381ef48e46da36ac6f4967a8b658ea9bfce8d76b345a SHA1: 1503f6702bd6a672c7430780e1f8bf2a4a68a69d MD5sum: 2e545b514b89dffc95d8803fa3464e07 Description: Linux kernel version specific tools for version 3.13.0-168 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-168 on 64 bit x86. Package: linux-tools-3.13.0-170-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 308 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-170.220~12.04.2 Depends: linux-lts-trusty-tools-3.13.0-170 Filename: pool/main/l/linux-lts-trusty/linux-tools-3.13.0-170-generic_3.13.0-170.220~12.04.2_amd64.deb Size: 1828 SHA256: 731b16c681fd612ff6fb61a31cd8b09be7a843d5d8b0b592b915145ae41deef5 SHA1: 0e5da73cbccf569847b3a796028645446396bde1 MD5sum: d138a5a0be4b47e03ca9b5f76008401a Description: Linux kernel version specific tools for version 3.13.0-170 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-170 on 64 bit x86. Package: linux-tools-3.13.0-171-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 308 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-171.222~12.04.1 Depends: linux-lts-trusty-tools-3.13.0-171 Filename: pool/main/l/linux-lts-trusty/linux-tools-3.13.0-171-generic_3.13.0-171.222~12.04.1_amd64.deb Size: 1820 SHA256: abe003f3442b46d6033cab129af432ee1ce35f456a004b9c7a95e09f3c742ce1 SHA1: 84e2abf62d23579f4a1101153310c0bc5f8acd70 MD5sum: bd2e9a902928e3c2dad87104ebdcec7e Description: Linux kernel version specific tools for version 3.13.0-171 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-171 on 64 bit x86. Package: linux-tools-3.13.0-172-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 309 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-172.223~12.04.1 Depends: linux-lts-trusty-tools-3.13.0-172 Filename: pool/main/l/linux-lts-trusty/linux-tools-3.13.0-172-generic_3.13.0-172.223~12.04.1_amd64.deb Size: 1828 SHA256: 568e674082c971c08fc2b0d2f1bb22d66e9c4300bdf4ba8d7ff8e29661d6bffb SHA1: 017e3c5124e870ac919f8eba8ebbc22fab255d61 MD5sum: 16af2aa9101ebbea5dc9a60faa3c304a Description: Linux kernel version specific tools for version 3.13.0-172 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-172 on 64 bit x86. Package: linux-tools-3.13.0-173-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 309 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-173.224~12.04.1 Depends: linux-lts-trusty-tools-3.13.0-173 Filename: pool/main/l/linux-lts-trusty/linux-tools-3.13.0-173-generic_3.13.0-173.224~12.04.1_amd64.deb Size: 1830 SHA256: 86ef8d12e5fcc636f1cd2e66ebf51275225ba82caa30a44cac71389bdc1368c8 SHA1: 60418324936b6c95b93d623e1d77c1de82a27fd0 MD5sum: 8787ff61f3655c656dad809deeec5fa5 Description: Linux kernel version specific tools for version 3.13.0-173 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-173 on 64 bit x86. Package: linux-tools-3.13.0-174-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 309 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-174.225~12.04.1 Depends: linux-lts-trusty-tools-3.13.0-174 Filename: pool/main/l/linux-lts-trusty/linux-tools-3.13.0-174-generic_3.13.0-174.225~12.04.1_amd64.deb Size: 1830 SHA256: 2cb2403ce00f5fbbe85d77ad2c2b996d9415f275d90b483ff00fea81e11e2719 SHA1: 25b85de90bed942a68b06f34eb370680fa1355b9 MD5sum: 9d309877e1132a02ad5b1898f435c918 Description: Linux kernel version specific tools for version 3.13.0-174 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-174 on 64 bit x86. Package: linux-tools-3.13.0-175-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 310 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-175.226~12.04.1 Depends: linux-lts-trusty-tools-3.13.0-175 Filename: pool/main/l/linux-lts-trusty/linux-tools-3.13.0-175-generic_3.13.0-175.226~12.04.1_amd64.deb Size: 1826 SHA256: f9bbaa5379455f422de1f38787eb718561844298052dd1033a59a9eccef66479 SHA1: 95a1ff04e77baafaa6d30e66a446ec59a16cf53f MD5sum: 0bdba474194553abf6a22de3e614f054 Description: Linux kernel version specific tools for version 3.13.0-175 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-175 on 64 bit x86. Package: linux-tools-3.13.0-176-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 310 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-176.227~12.04.1 Depends: linux-lts-trusty-tools-3.13.0-176 Filename: pool/main/l/linux-lts-trusty/linux-tools-3.13.0-176-generic_3.13.0-176.227~12.04.1_amd64.deb Size: 1816 SHA256: ecc29a48f9b2e100f41d6f3bcdcb07eb8738c5576e5ee8697721254de5ea9491 SHA1: 3d2afd210701197150da284634406e5e74813f91 MD5sum: b30a8a5390dd420b0f1d73c898d75c7d Description: Linux kernel version specific tools for version 3.13.0-176 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-176 on 64 bit x86. Package: linux-tools-3.13.0-180-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 310 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-180.231~12.04.1 Depends: linux-lts-trusty-tools-3.13.0-180 Filename: pool/main/l/linux-lts-trusty/linux-tools-3.13.0-180-generic_3.13.0-180.231~12.04.1_amd64.deb Size: 1824 SHA256: c2238519d475bd1db7aad107b4f50f00d4590e835d8b630a8ed9ca14798d8bf3 SHA1: ae652bad8c571cb5fe7f1d25f13d9fc761dbef76 MD5sum: ef0d8ef06ad75be7f9e8f7c2b688e0f5 Description: Linux kernel version specific tools for version 3.13.0-180 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-180 on 64 bit x86. Package: linux-tools-3.13.0-181-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 311 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-181.232~12.04.1 Depends: linux-lts-trusty-tools-3.13.0-181 Filename: pool/main/l/linux-lts-trusty/linux-tools-3.13.0-181-generic_3.13.0-181.232~12.04.1_amd64.deb Size: 1822 SHA256: 1889e4cc0cbca7142cb14139eb940a0f8d6cbc387628114c9dcce274190e2d7a SHA1: 48a1d34ba3bd5b3416ee6c1cbedf4939bef68c14 MD5sum: a80657fdc8193871296606ccf23c9699 Description: Linux kernel version specific tools for version 3.13.0-181 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-181 on 64 bit x86. Package: linux-tools-3.13.0-182-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 311 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-182.233~12.04.1 Depends: linux-lts-trusty-tools-3.13.0-182 Filename: pool/main/l/linux-lts-trusty/linux-tools-3.13.0-182-generic_3.13.0-182.233~12.04.1_amd64.deb Size: 1826 SHA256: 95d676cb45debbeb008bead0ed52c408b5f445ef80f3d80420f6d49238380be7 SHA1: 852ad80f762af29ac1ac9a06ad8e151b4bf441bd MD5sum: 0b8ed7a609563e47226f1ffc58f9c6f3 Description: Linux kernel version specific tools for version 3.13.0-182 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-182 on 64 bit x86. Package: linux-tools-3.13.0-183-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 311 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-183.234~12.04.1 Depends: linux-lts-trusty-tools-3.13.0-183 Filename: pool/main/l/linux-lts-trusty/linux-tools-3.13.0-183-generic_3.13.0-183.234~12.04.1_amd64.deb Size: 1824 SHA256: 3147478d502bfef036b572e7fa245dcbd0da8d3aa71e671326123847da8636a0 SHA1: 11dad176c3a7954c7a7e893a9023449fb1db4062 MD5sum: 323306cc17858c41a386b8d843b8ea8e Description: Linux kernel version specific tools for version 3.13.0-183 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-183 on 64 bit x86. Package: linux-tools-3.13.0-185-generic Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 311 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0-185.236~12.04.1 Depends: linux-lts-trusty-tools-3.13.0-185 Filename: pool/main/l/linux-lts-trusty/linux-tools-3.13.0-185-generic_3.13.0-185.236~12.04.1_amd64.deb Size: 1836 SHA256: f4ff839f9201c693e0575577a05815b2ec3abcb54d08cbba55f6c27b8eb9af1a SHA1: 799a1a5455eba493eaadfd417936f2376c6f5dae MD5sum: 936ba26c4a4ff0666b2628757b0b462f Description: Linux kernel version specific tools for version 3.13.0-185 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.13.0-185 on 64 bit x86. Package: linux-tools-3.2.0-128 Source: linux Priority: optional Section: devel Installed-Size: 993 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-128.173 Depends: libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.131), libnewt0.52, libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux/linux-tools-3.2.0-128_3.2.0-128.173_amd64.deb Size: 319452 SHA256: 1641722e2c9f0d463002f2e6f2e72a52d48a0d51490dad5914f43c3220c240d2 SHA1: fe6139302cc69720417c65b6710e9533b71ed507 MD5sum: 430225a6125d363f4dbb671f6e5e2a6d Description: Linux kernel version specific tools for version 3.2.0-128 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.2.0-128 on 64 bit x86. Package: linux-tools-3.2.0-129 Source: linux Priority: optional Section: devel Installed-Size: 993 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-129.174 Depends: libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.131), libnewt0.52, libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux/linux-tools-3.2.0-129_3.2.0-129.174_amd64.deb Size: 561812 SHA256: 07754c25556541e511207993d543f8e2e94ae6c7f1b804c70ce579c4188c489d SHA1: b33ca63aff8c05a86d312f05a3107af05fe15458 MD5sum: c666913482ccb879d4bc10cad69fdf51 Description: Linux kernel version specific tools for version 3.2.0-129 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.2.0-129 on 64 bit x86. Package: linux-tools-3.2.0-130 Source: linux Priority: optional Section: devel Installed-Size: 993 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-130.176 Depends: libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.131), libnewt0.52, libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux/linux-tools-3.2.0-130_3.2.0-130.176_amd64.deb Size: 319840 SHA256: 469a2b74f234d13b776f789345e57ec2794c11757f37bbdefdaeca018ed2bfb3 SHA1: 2c5ccd5ca83c3c05bf87ed957de08495dce022eb MD5sum: 96118158efa64bd2388c9a11c7d51595 Description: Linux kernel version specific tools for version 3.2.0-130 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.2.0-130 on 64 bit x86. Package: linux-tools-3.2.0-131 Source: linux Priority: optional Section: devel Installed-Size: 993 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-131.177 Depends: libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.131), libnewt0.52, libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux/linux-tools-3.2.0-131_3.2.0-131.177_amd64.deb Size: 320222 SHA256: 7f49b01865b58a5199035c5aa4fe8c0d524d483be2aa3209d470dc2e1a2a7798 SHA1: 97589a7d0e2d40dfefb80dcdf16217431443566a MD5sum: e4f75fbe0603e782c814258f7e25aa19 Description: Linux kernel version specific tools for version 3.2.0-131 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.2.0-131 on 64 bit x86. Package: linux-tools-3.2.0-132 Source: linux Priority: optional Section: devel Installed-Size: 994 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-132.178 Depends: libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.131), libnewt0.52, libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux/linux-tools-3.2.0-132_3.2.0-132.178_amd64.deb Size: 320364 SHA256: 36219de3c1781c0c48724c7c2322a0b9e136d8437f42176f4f8e593f7ed31845 SHA1: 29c8e86ae85821c3ceb849fa141af734fa4647bc MD5sum: f6f613d013852db1ea8c8949d375917f Description: Linux kernel version specific tools for version 3.2.0-132 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.2.0-132 on 64 bit x86. Package: linux-tools-3.2.0-133 Source: linux Priority: optional Section: devel Installed-Size: 995 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-133.179 Depends: libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.131), libnewt0.52, libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux/linux-tools-3.2.0-133_3.2.0-133.179_amd64.deb Size: 321644 SHA256: 45b7b1d88578aa4ca72d8b94b4ce92bb1e1620230a1276926c05b5d31e870ffb SHA1: 5d69cae92deb3e5b45b6eda4f81c2073865e8002 MD5sum: d5894f9e41b28db96f9955d8b0be87c3 Description: Linux kernel version specific tools for version 3.2.0-133 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.2.0-133 on 64 bit x86. Package: linux-tools-3.2.0-134 Source: linux Priority: optional Section: devel Installed-Size: 995 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-134.180 Depends: libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.131), libnewt0.52, libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux/linux-tools-3.2.0-134_3.2.0-134.180_amd64.deb Size: 321566 SHA256: 45bdb8a73f0f736c9a5d5718a054cc22802a636f1ac645d0c8b817a01af4de12 SHA1: f4c28542b43a4e23329d5bf222bdb116cc69c1b4 MD5sum: 4f5e1886d5438f5cf7ee748c2054a60a Description: Linux kernel version specific tools for version 3.2.0-134 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.2.0-134 on 64 bit x86. Package: linux-tools-3.2.0-135 Source: linux Priority: optional Section: devel Installed-Size: 996 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-135.181 Depends: libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.131), libnewt0.52, libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux/linux-tools-3.2.0-135_3.2.0-135.181_amd64.deb Size: 323190 SHA256: e0d53230eff945f3d75d26503d7a18d6a8bdc4e64156ca380fdbc18582218f43 SHA1: a9017c33a3ba56f90f33622ac7aa3b0c5070b061 MD5sum: dc78d46a63826e5a2087ab2abc00d91f Description: Linux kernel version specific tools for version 3.2.0-135 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.2.0-135 on 64 bit x86. Package: linux-tools-3.2.0-136 Source: linux Priority: optional Section: devel Installed-Size: 996 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-136.182 Depends: libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.131), libnewt0.52, libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux/linux-tools-3.2.0-136_3.2.0-136.182_amd64.deb Size: 321638 SHA256: ca428787de0a19088102765930a6c98cb6e973b0c4c475a566a3ceed46851ed3 SHA1: d53f627aeb79c4447fd27105ea346ed8c1abe1b1 MD5sum: a8ec81f09f24f17b7c3a92781db825d6 Description: Linux kernel version specific tools for version 3.2.0-136 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.2.0-136 on 64 bit x86. Package: linux-tools-3.2.0-137 Source: linux Priority: optional Section: devel Installed-Size: 998 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-137.183 Depends: libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.131), libnewt0.52, libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux/linux-tools-3.2.0-137_3.2.0-137.183_amd64.deb Size: 325052 SHA256: 13ebf46805ac264fc1036b18db8bbb69c4b7ed2b7f728e53a456a29ba87cadbc SHA1: 178bffbaf7c1e5459cfad4cd7593e2e249ea8140 MD5sum: f546c6b677c420de14c0deb770a05321 Description: Linux kernel version specific tools for version 3.2.0-137 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.2.0-137 on 64 bit x86. Package: linux-tools-3.2.0-138 Source: linux Priority: optional Section: devel Installed-Size: 998 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-138.184 Depends: libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.131), libnewt0.52, libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux/linux-tools-3.2.0-138_3.2.0-138.184_amd64.deb Size: 324144 SHA256: 858bd3905dfb452fe09189cd67f2c23c8035c3f77ed1f8fff316cb3dea225b64 SHA1: 40159e400f5be0f25dd8afc113183e2d35a456f0 MD5sum: ef57a72a02b083fc721e2d36b2f2b57e Description: Linux kernel version specific tools for version 3.2.0-138 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.2.0-138 on 64 bit x86. Package: linux-tools-3.2.0-139 Source: linux Priority: optional Section: devel Installed-Size: 999 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-139.185 Depends: libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.131), libnewt0.52, libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux/linux-tools-3.2.0-139_3.2.0-139.185_amd64.deb Size: 325472 SHA256: 75c54e5a06c60709588aef0776abd5c4fdc8e7b047a19576eda8340d028d3bb7 SHA1: 026d9362737f576e5033ff2386909ba1fe1a5fd5 MD5sum: 9cab62d62592b97c21fd00ea7e615852 Description: Linux kernel version specific tools for version 3.2.0-139 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.2.0-139 on 64 bit x86. Package: linux-tools-3.2.0-140 Source: linux Priority: optional Section: devel Installed-Size: 999 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-140.186 Depends: libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.131), libnewt0.52, libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux/linux-tools-3.2.0-140_3.2.0-140.186_amd64.deb Size: 325598 SHA256: 06dec4feb6458f9854192af39964bd150bdc42a62bd9f19ef0989df4d7e996ea SHA1: 862882be8b433d9ff9d1924775af42365297c405 MD5sum: e6e8436f1d298ed57802039f2cf3cc5c Description: Linux kernel version specific tools for version 3.2.0-140 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.2.0-140 on 64 bit x86. Package: linux-tools-3.2.0-141 Source: linux Priority: optional Section: devel Installed-Size: 1000 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-141.188 Depends: libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.131), libnewt0.52, libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux/linux-tools-3.2.0-141_3.2.0-141.188_amd64.deb Size: 325824 SHA256: 20b8eaae765dd24deec85237e4e6abd1a99c1b5a7cb29f915bd3a54b2092fbe3 SHA1: 0001c275e031858c25455137c07ddb86bb4464df MD5sum: 1044b8ba1a466d19a1d481eff844194d Description: Linux kernel version specific tools for version 3.2.0-141 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.2.0-141 on 64 bit x86. Package: linux-tools-3.2.0-142 Source: linux Priority: optional Section: devel Installed-Size: 1001 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-142.189 Depends: libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.131), libnewt0.52, libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux/linux-tools-3.2.0-142_3.2.0-142.189_amd64.deb Size: 326034 SHA256: c1a6a7e5a9fc8b62f044bcff001376c8945d81c37247b27cc459e204fd463a3c SHA1: cd355165d0a25e4db85c0947321aad589affeffb MD5sum: a3566ababd0053f1eea2585b997c6740 Description: Linux kernel version specific tools for version 3.2.0-142 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.2.0-142 on 64 bit x86. Package: linux-tools-3.2.0-143 Source: linux Priority: optional Section: devel Installed-Size: 1001 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-143.190 Depends: libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.131), libnewt0.52, libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux/linux-tools-3.2.0-143_3.2.0-143.190_amd64.deb Size: 325826 SHA256: 7271815a268acce4f425ccf0db1835817bdb75ba63a9a2afcf3c1ca7f372d453 SHA1: c910b3895a9b3af7d4787fcc75304aaf9ce9c5e1 MD5sum: f745cb7e44e91041f0a2a6e854063981 Description: Linux kernel version specific tools for version 3.2.0-143 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.2.0-143 on 64 bit x86. Package: linux-tools-3.2.0-144 Source: linux Priority: optional Section: devel Installed-Size: 1001 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-144.191 Depends: libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.131), libnewt0.52, libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux/linux-tools-3.2.0-144_3.2.0-144.191_amd64.deb Size: 325920 SHA256: 69b80913fa38791c7ba4afba44896d5071e9df910e991299e6ed83a55c4a7a33 SHA1: d8fa87da3ae21949eec6e860e272d6d7b2b06326 MD5sum: 3fcd129087630e3c5fcf3fcbd11ec11d Description: Linux kernel version specific tools for version 3.2.0-144 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.2.0-144 on 64 bit x86. Package: linux-tools-3.2.0-147 Source: linux Priority: optional Section: devel Installed-Size: 1001 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-147.194 Depends: libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.131), libnewt0.52, libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux/linux-tools-3.2.0-147_3.2.0-147.194_amd64.deb Size: 325050 SHA256: cea73c7d888e9b8c82876257896cb8c4aa539896799d227063b18cb2addcc467 SHA1: fec1bcb7689b8bce750c2f064f712202c8a2bd7e MD5sum: bbd429cdf2119ef5d91324b461f9a038 Description: Linux kernel version specific tools for version 3.2.0-147 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.2.0-147 on 64 bit x86. Package: linux-tools-3.2.0-148 Source: linux Priority: optional Section: devel Installed-Size: 1001 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-148.195 Depends: libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.131), libnewt0.52, libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux/linux-tools-3.2.0-148_3.2.0-148.195_amd64.deb Size: 323294 SHA256: 378da5fd3118ab99049d25643c402faa1dd4585b9a7c45da8e7f41f71c1aee92 SHA1: 22a2fe040303e534631dc9407381a3a2bd6f69b7 MD5sum: 0732f6e8f636a2b4b969882db60b2b2e Description: Linux kernel version specific tools for version 3.2.0-148 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.2.0-148 on 64 bit x86. Package: linux-tools-3.2.0-149 Source: linux Priority: optional Section: devel Installed-Size: 1001 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-149.196 Depends: libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.131), libnewt0.52, libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux/linux-tools-3.2.0-149_3.2.0-149.196_amd64.deb Size: 322408 SHA256: 0783eb0241b72c2b5167eba4909c871b57bd01b610fbdddf2c2da3668a29540b SHA1: 55712fc02b4a3c8f52cecdf66c6b9aca011e4776 MD5sum: a1a00133cd7084a8fc9da6be9cd78898 Description: Linux kernel version specific tools for version 3.2.0-149 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.2.0-149 on 64 bit x86. Package: linux-tools-3.2.0-150 Source: linux Priority: optional Section: devel Installed-Size: 1002 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0-150.197 Depends: libc6 (>= 2.14), libdw1 (>= 0.143), libelf1 (>= 0.131), libnewt0.52, libslang2 (>= 2.0.7-1), linux-tools-common Filename: pool/main/l/linux/linux-tools-3.2.0-150_3.2.0-150.197_amd64.deb Size: 322300 SHA256: 9edfc69068d33a938c900f2c6d7b1aaf7cd407b31969081932b4ea7b564c777e SHA1: c815cf77a8ae5471c273953580916d7a565a3f13 MD5sum: d9e1eedd5e22cf6aecdf2ca41f3415ad Description: Linux kernel version specific tools for version 3.2.0-150 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.2.0-150 on 64 bit x86. Package: linux-tools-common Source: linux Priority: optional Section: kernel Installed-Size: 343 Maintainer: Ubuntu Kernel Team Architecture: all Version: 3.2.0-150.197 Replaces: linux-tools (<= 2.6.32-16.25) Filename: pool/main/l/linux/linux-tools-common_3.2.0-150.197_all.deb Size: 57096 SHA256: 1cdf5994b5d7673fd235f7360ec1c720fad997265b7cb48b4d812d80bf25ca08 SHA1: 7167851c62af5edc54085fdb1195f66bf2d6995c MD5sum: d677505f3af5b7d700463202d216bfcb Description: Linux kernel version specific tools for version 3.2.0 This package provides the architecture independent parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 3.2.0. Package: linux-tools-generic-lts-trusty Source: linux-meta-lts-trusty Priority: optional Section: metapackages Installed-Size: 32 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0.185.170 Recommends: linux-cloud-tools-generic-lts-trusty Provides: linux-tools Depends: linux-tools-3.13.0-185-generic Filename: pool/main/l/linux-meta-lts-trusty/linux-tools-generic-lts-trusty_3.13.0.185.170_amd64.deb Size: 2540 SHA256: 117c5cbdd3fb83c7d5f638db28775cef444846302f80b07a1ce7d60d7f21cfad SHA1: 5c8112f4599e08f6b38fbfdb2877a8dc5c8f3da0 MD5sum: 19db2282bdfeebd7717e59b7f061c62a Description: Generic Linux kernel tools This metapackage will always depend on the latest generic 14.04 LTS kernel tools available. Package: linux-tools-lts-trusty Source: linux-meta-lts-trusty Priority: optional Section: kernel Installed-Size: 32 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.13.0.185.170 Depends: linux-tools-3.13.0-185-generic Filename: pool/main/l/linux-meta-lts-trusty/linux-tools-lts-trusty_3.13.0.185.170_amd64.deb Size: 2500 SHA256: da9e3f48f02ca0578303943a42b8b981f287499bcd212f8c4d7bdd40310738aa SHA1: dfea75ff06a71d7246f629b68759684552e76cbd MD5sum: 35ee612a18919ddeedecd46042100efb Description: Linux kernel versioned Tools This metapackage will always depend on the latest Linux kernel versioned tools available. Package: linux-virtual Source: linux-meta Priority: optional Section: kernel Installed-Size: 34 Maintainer: Ubuntu Kernel Team Architecture: amd64 Version: 3.2.0.150.164 Depends: linux-image-virtual (= 3.2.0.150.164), linux-headers-virtual (= 3.2.0.150.164) Filename: pool/main/l/linux-meta/linux-virtual_3.2.0.150.164_amd64.deb Size: 1762 SHA256: 4d8198ee19c554efb1191ab13cfd30c59582cea4bd2f19f8c4f7b3c3dded3a63 SHA1: 3dbc4851d02f3e4b197698b0442f3d9f25dbebfc MD5sum: 36cbf965a051f9eac92882235b897d84 Description: Complete Linux kernel for virtual machines This package will always depend on the latest complete Linux kernel available for virtual machines. Install linux-image-extra-virtual to get all available kernel modules. Package: login Source: shadow Priority: required Section: admin Installed-Size: 1048 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1:4.1.4.2+svn3283-3ubuntu5.2 Replaces: manpages-de (<< 0.5-3), manpages-tr (<< 1.0.5), manpages-zh (<< 1.5.1-1) Conflicts: amavisd-new (<< 2.3.3-8), backupninja (<< 0.9.3-5), echolot (<< 2.1.8-4), gnunet (<< 0.7.0c-2), python-4suite (<< 0.99cvs20060405-1) Pre-Depends: libc6 (>= 2.7), libpam0g (>= 0.99.7.1), libpam-runtime, libpam-modules Essential: yes Filename: pool/main/s/shadow/login_4.1.4.2+svn3283-3ubuntu5.2_amd64.deb Size: 291242 SHA256: a6b547826a20c336823249e4a82e1d55e91d5db43b4a385b3122c3c03dc8b4f3 SHA1: c98d060cd482461d0ece4cd91a14a552255b9ba1 MD5sum: 701e6de00995437b679dbe7d18108081 Description: system login tools These tools are required to be able to login and use your system. The login program invokes your user shell and enables command execution. The newgrp program is used to change your effective group ID (useful for workgroup type situations). The su program allows changing your effective user ID (useful being able to execute commands as another user). Original-Maintainer: Shadow package maintainers Package: lwresd Source: bind9 Priority: optional Section: net Installed-Size: 601 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1:9.8.1.dfsg.P1-4ubuntu0.32 Recommends: libnss-lwres Suggests: bind9utils Depends: libbind9-80 (= 1:9.8.1.dfsg.P1-4ubuntu0.32), libc6 (>= 2.14), libcap2 (>= 2.10), libdns81 (= 1:9.8.1.dfsg.P1-4ubuntu0.32), libisc83 (= 1:9.8.1.dfsg.P1-4ubuntu0.32), libisccc80 (= 1:9.8.1.dfsg.P1-4ubuntu0.32), libisccfg82 (= 1:9.8.1.dfsg.P1-4ubuntu0.32), liblwres80 (= 1:9.8.1.dfsg.P1-4ubuntu0.32), libxml2 (>= 2.7.4), adduser Filename: pool/main/b/bind9/lwresd_9.8.1.dfsg.P1-4ubuntu0.32_amd64.deb Size: 226880 SHA256: 02310998ad8d92e59871bd738c0d3e8156f6572e3c41e98b4586ebccc05feaf3 SHA1: 249ffa43df0819c176bd7f7fc41a66b1fbdddb9b MD5sum: f9aed48541238d3dda5d0824e3880078 Description: Lightweight Resolver Daemon lwresd is the daemon providing name lookup services to clients that use the BIND 9 lightweight resolver library. It is essentially a stripped- down, caching-only name server that answers queries using the BIND 9 lightweight resolver protocol rather than the DNS protocol. Original-Maintainer: LaMont Jones Package: mail-stack-delivery Source: dovecot Priority: optional Section: mail Installed-Size: 89 Maintainer: Ubuntu Developers Architecture: all Version: 1:2.0.19-0ubuntu2.8 Replaces: dovecot-postfix (<< 1:1.2.12-0ubuntu1~) Depends: dovecot-core, dovecot-imapd, dovecot-pop3d, dovecot-managesieved, postfix Filename: pool/main/d/dovecot/mail-stack-delivery_2.0.19-0ubuntu2.8_all.deb Size: 10144 SHA256: 17747d86fc46067cfd63610b6fc52e7509568a8a60e2d7a465b5c530f16819fd SHA1: 5d8362f945f79b03adf0c325ffa6c7c4cc0b1c50 MD5sum: bfdf9c56ab722fb335c8e8de3cc75175 Description: 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 Original-Maintainer: Dovecot Maintainers Package: multiarch-support Source: eglibc Priority: standard Section: libs Installed-Size: 205 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.15-0ubuntu10.23 Depends: libc6 (>= 2.3.6-2) Filename: pool/main/e/eglibc/multiarch-support_2.15-0ubuntu10.23_amd64.deb Size: 4480 SHA256: d86d23a6c8b1f990925db8826d10233a56ca7b053cb432f4dba080659791ace1 SHA1: ea78cfbe017b81f8775f41e4698bd9eee7254f83 MD5sum: 22a5535bdccb8f07b15a01dde8354b33 Description: Transitional package to ensure multiarch compatibility This is a transitional package used to ensure multiarch support is present in ld.so before unpacking libraries to the multiarch directories. It can be removed once nothing on the system depends on it. Multi-Arch: foreign Original-Maintainer: GNU Libc Maintainers Package: mutt Priority: standard Section: mail Installed-Size: 3532 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.5.21-5ubuntu2.6 Recommends: default-mta | mail-transport-agent, locales, mime-support, libsasl2-modules Replaces: mutt-utf8 Suggests: urlview, aspell | ispell, gnupg, mixmaster, openssl, ca-certificates Provides: imap-client, mail-reader Depends: libc6 (>= 2.15), libgnutls26 (>= 2.12.6.1-0), libgpg-error0 (>= 1.10), libgpgme11 (>= 1.2.0), libgssapi-krb5-2 (>= 1.10+dfsg~), libidn11 (>= 1.13), libncursesw5 (>= 5.6+20070908), libsasl2-2 (>= 2.1.24), libtinfo5, libtokyocabinet8 (>= 1.4.14) Conflicts: mutt-utf8 Filename: pool/main/m/mutt/mutt_1.5.21-5ubuntu2.6_amd64.deb Size: 1139092 SHA256: 1aea6dc4728be3d2bb36fd71519b1149e620ac0e62f8d98e5573b859a1bbfa5c SHA1: 16437bf10e83aac5cce5025f1539ef8b8ea2c6f8 MD5sum: 96db327223a6d6ffc4d24fa1ff1e4d6a Description: text-based mailreader supporting MIME, GPG, PGP and threading Description-md5: e2a502bb30064f022275c0687ba5e853 Original-Maintainer: Antonio Radici Package: mutt-dbg Source: mutt Priority: extra Section: debug Installed-Size: 5106 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.5.21-5ubuntu2.6 Depends: mutt (= 1.5.21-5ubuntu2.6) Filename: pool/main/m/mutt/mutt-dbg_1.5.21-5ubuntu2.6_amd64.deb Size: 1725704 SHA256: 9917a219ddc36bba58b010f14d1746ed1bd09bdbc4c155ccc54456a753ce9b7f SHA1: 823dda471ef1081e881689912e4fd310d102f020 MD5sum: b117f599addd7f0cfbabed4da4e2fb47 Description: 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. Original-Maintainer: Antonio Radici Package: mutt-patched Source: mutt Priority: extra Section: mail Installed-Size: 939 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.5.21-5ubuntu2.6 Depends: libc6 (>= 2.15), libgnutls26 (>= 2.12.6.1-0), libgpg-error0 (>= 1.10), libgpgme11 (>= 1.2.0), libgssapi-krb5-2 (>= 1.10+dfsg~), libidn11 (>= 1.13), libncursesw5 (>= 5.6+20070908), libsasl2-2 (>= 2.1.24), libtinfo5, libtokyocabinet8 (>= 1.4.14), mutt (= 1.5.21-5ubuntu2.6) Filename: pool/main/m/mutt/mutt-patched_1.5.21-5ubuntu2.6_amd64.deb Size: 444634 SHA256: 59629e2ce14bca16ccc6a3c7cccb060def0aee25c48987b20528f18bbce9e5cc SHA1: 98940a7b9bb4cd4cdedcec4dd40c0326ed883cc6 MD5sum: 244c5cf6d65cc84a619fd4cba488998c Description: Mutt Mail User Agent with extra patches Mutt is a sophisticated text-based Mail User Agent. . This package adds the "sidebar" patch that lists mailboxes with new mail in a separate column on screen. Original-Maintainer: Antonio Radici Package: mysql-client Source: mysql-5.5 Priority: optional Section: database Installed-Size: 115 Maintainer: Ubuntu Developers Architecture: all Version: 5.5.62-0ubuntu0.12.04.1 Depends: mysql-client-5.5 Filename: pool/main/m/mysql-5.5/mysql-client_5.5.62-0ubuntu0.12.04.1_all.deb Size: 10554 SHA256: 9390b802b084bb435d4c60a9a34f65af50e37dca5a2073028d6034831cc7084a SHA1: 6b0dca7a4fdc144674b6e1c5928952ab3ab93413 MD5sum: 98744c0b169d5670721e36cdad52d7b0 Description: MySQL database client (metapackage depending on the latest version) This is an empty package that depends on the current "best" version of mysql-client (currently mysql-client-5.5), as determined by the MySQL maintainers. Install this package if in doubt about which MySQL version you want, as this is the one we consider to be in the best shape. Original-Maintainer: Debian MySQL Maintainers Package: mysql-client-5.5 Source: mysql-5.5 Priority: optional Section: database Installed-Size: 30264 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.5.62-0ubuntu0.12.04.1 Replaces: mysql-client (<< 5.5.62-0ubuntu0.12.04.1), mysql-client-5.0, mysql-client-5.1 Provides: mysql-client, mysql-client-4.1, virtual-mysql-client Depends: debianutils (>= 1.6), libdbi-perl, libdbd-mysql-perl (>= 1.2202), mysql-common (>= 5.5.62-0ubuntu0.12.04.1), perl, libc6 (>= 2.14), mysql-client-core-5.5, libterm-readkey-perl Breaks: mysql-client (<< 5.5.62-0ubuntu0.12.04.1), mysql-client-5.0, mysql-client-5.1 Filename: pool/main/m/mysql-5.5/mysql-client-5.5_5.5.62-0ubuntu0.12.04.1_amd64.deb Size: 8559034 SHA256: 80ea8714b318447d4c6855344619cf4e6beb422b0aceb68776c47a7489bea21a SHA1: df3f34a303a11568731b6558eb3fbff59e0288e6 MD5sum: e0d5d1198d7c44108c8a310ba6b40278 Description: MySQL database client binaries MySQL is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. . This package includes the client binaries and the additional tools innotop and mysqlreport. Original-Maintainer: Debian MySQL Maintainers Package: mysql-client-core-5.5 Source: mysql-5.5 Priority: optional Section: database Installed-Size: 7023 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.5.62-0ubuntu0.12.04.1 Replaces: mysql-client (<< 5.5.62-0ubuntu0.12.04.1), mysql-client-5.0, mysql-client-core-5.1 Depends: libc6 (>= 2.14), libreadline6 (>= 6.0) Breaks: mysql-client (<< 5.5.62-0ubuntu0.12.04.1), mysql-client-5.0, mysql-client-core-5.1 Filename: pool/main/m/mysql-5.5/mysql-client-core-5.5_5.5.62-0ubuntu0.12.04.1_amd64.deb Size: 2009362 SHA256: 5bd2fd5aa04b067c8ced9f09ac6482b3561ddfc90c0c011c09839c1d5f4992e4 SHA1: bd339ed4d839b8b5be0b2819c70f0bc062cccb2c MD5sum: 929048570d09cb44ee81a4717917f139 Description: MySQL database core client binaries MySQL is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. . This package includes the core client files, as used by Akonadi. Original-Maintainer: Debian MySQL Maintainers Package: mysql-common Source: mysql-5.5 Priority: optional Section: database Installed-Size: 130 Maintainer: Ubuntu Developers Architecture: all Version: 5.5.62-0ubuntu0.12.04.1 Replaces: mysql-common-4.1 Provides: mysql-common-4.1 Conflicts: mysql-common-4.1 Breaks: mysql-client-5.1, mysql-client-core-5.1, mysql-server-5.1, mysql-server-core-5.1 Filename: pool/main/m/mysql-5.5/mysql-common_5.5.62-0ubuntu0.12.04.1_all.deb Size: 12486 SHA256: da99313f5712dd1c04d79d44c79889fc0ad43fd08663938c016d4c2adb6b3bfd SHA1: 3246d0b5410bc371f54cb07c389caa7700aeb6e0 MD5sum: 0da496499c35766a095b9be1d169ffbe Description: MySQL database common files, e.g. /etc/mysql/my.cnf MySQL is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. . This package includes files needed by all versions of the client library, e.g. /etc/mysql/my.cnf. Multi-Arch: foreign Original-Maintainer: Debian MySQL Maintainers Package: mysql-server Source: mysql-5.5 Priority: optional Section: database Installed-Size: 115 Maintainer: Ubuntu Developers Architecture: all Version: 5.5.62-0ubuntu0.12.04.1 Depends: mysql-server-5.5 Filename: pool/main/m/mysql-5.5/mysql-server_5.5.62-0ubuntu0.12.04.1_all.deb Size: 10676 SHA256: 4ae624134c6f35418f73da6792a9f469fb415c365e3e4b57a767db6368a9bc44 SHA1: 832c3a94b26e1369087b4d96e315c1ca75ce7d08 MD5sum: 48be85ea0a536c242d1c9d986bb79d35 Description: MySQL database server (metapackage depending on the latest version) This is an empty package that depends on the current "best" version of mysql-server (currently mysql-server-5.5), as determined by the MySQL maintainers. Install this package if in doubt about which MySQL version you need. That will install the version recommended by the package maintainers. . MySQL is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. Original-Maintainer: Debian MySQL Maintainers Package: mysql-server-5.5 Source: mysql-5.5 Priority: optional Section: database Installed-Size: 32105 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.5.62-0ubuntu0.12.04.1 Recommends: libhtml-template-perl Replaces: libmysqlclient-dev (<< 5.5.17~), mysql-server (<< 5.5.62-0ubuntu0.12.04.1), mysql-server-4.1, mysql-server-5.0, mysql-server-5.1 Suggests: tinyca, mailx Provides: virtual-mysql-server Depends: mysql-client-5.5 (>= 5.5.62-0ubuntu0.12.04.1), libdbi-perl, perl (>= 5.6), libc6 (>= 2.14), libstdc++6 (>= 4.1.1), debconf (>= 0.5) | debconf-2.0, upstart-job, psmisc, passwd, lsb-base (>= 3.0-10), mysql-server-core-5.5 (= 5.5.62-0ubuntu0.12.04.1), upstart (>= 0.6.7-2) Pre-Depends: mysql-common (>= 5.5.62-0ubuntu0.12.04.1), adduser (>= 3.40), debconf Breaks: libmysqlclient-dev (<< 5.5.17~), mysql-server (<< 5.5.62-0ubuntu0.12.04.1), mysql-server-4.1, mysql-server-5.1 Filename: pool/main/m/mysql-5.5/mysql-server-5.5_5.5.62-0ubuntu0.12.04.1_amd64.deb Size: 8940358 SHA256: 266d23a5da4edca8ea40f73c836d159a8539bba8ff1ac19e26cc5006d192bbf6 SHA1: 350b2096d3aedc233ed570ad9ce7e52ff68f9b27 MD5sum: b476c130eb858c6c2895cff7b457eb73 Description: MySQL database server binaries and system database setup MySQL is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. . This package contains all the infrastructure needed to setup system databases. Original-Maintainer: Debian MySQL Maintainers Package: mysql-server-core-5.5 Source: mysql-5.5 Priority: optional Section: database Installed-Size: 20540 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.5.62-0ubuntu0.12.04.1 Replaces: mysql-server-5.0, mysql-server-5.1, mysql-server-core-5.0, mysql-server-core-5.1 Provides: mysql-server-core Depends: libc6 (>= 2.14), libstdc++6 (>= 4.1.1), libwrap0 (>= 7.6-4~) Breaks: mysql-server-5.0, mysql-server-5.1, mysql-server-core-5.1 Filename: pool/main/m/mysql-5.5/mysql-server-core-5.5_5.5.62-0ubuntu0.12.04.1_amd64.deb Size: 6400676 SHA256: 161e6299ad6edd83b0f8b75ad1c751b88aad0345351f79ca9d4b1e7e507d1c27 SHA1: d58d92caadb8f2a4ed7e145fb01bf246f34a711a MD5sum: cf33ce1c8000b92dbcc823ce81b519f4 Description: MySQL database server binaries MySQL is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. . This package includes the server binaries but doesn't contain all the infrastructure needed to setup system databases. Original-Maintainer: Debian MySQL Maintainers Package: mysql-source-5.5 Source: mysql-5.5 Priority: optional Section: database Installed-Size: 22376 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.5.62-0ubuntu0.12.04.1 Filename: pool/main/m/mysql-5.5/mysql-source-5.5_5.5.62-0ubuntu0.12.04.1_amd64.deb Size: 21933368 SHA256: 43e96eab91bc28b09623b8b89ddbca7cc902beafacdb52a2d2f1d24729799e46 SHA1: cca86dcb7872f7bd5ea33900ebc58feafd3f55ec MD5sum: 0ea54f94d0580f22dabfbbce7a325680 Description: MySQL source 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 MySQL source code as configured before building. Original-Maintainer: Debian MySQL Maintainers Package: mysql-testsuite Source: mysql-5.5 Priority: optional Section: database Installed-Size: 115 Maintainer: Ubuntu Developers Architecture: all Version: 5.5.62-0ubuntu0.12.04.1 Depends: mysql-testsuite-5.5 Filename: pool/main/m/mysql-5.5/mysql-testsuite_5.5.62-0ubuntu0.12.04.1_all.deb Size: 10540 SHA256: 25951e0d16a316a47ba24ecfbafa63a1631c330e3e2c99ea9d3d12bb67346c9c SHA1: d4f07919ae8705dea644f314c5a1e06cde825684 MD5sum: 38b00fe20ec679e8b0c92eedcf09626f Description: MySQL testsuite This is an empty package that depends on the current "best" version of mysql-testsuite (currently mysql-testsuite-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. Original-Maintainer: Debian MySQL Maintainers Package: mysql-testsuite-5.5 Source: mysql-5.5 Priority: optional Section: database Installed-Size: 108940 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.5.62-0ubuntu0.12.04.1 Depends: mysql-server, mysql-client, libc6 (>= 2.3.4) Conflicts: mysql-testsuite (<< 5.5.62-0ubuntu0.12.04.1) Filename: pool/main/m/mysql-5.5/mysql-testsuite-5.5_5.5.62-0ubuntu0.12.04.1_amd64.deb Size: 8797380 SHA256: eb3aa29708b4cbfea0c39cc87436220f13e5a600578d1d7f05f997842ea6b250 SHA1: 00dc9a0229e6cf64e768a7d31534577256fb7c46 MD5sum: e95771cdc7b0ceb3443b6672c336a55d Description: MySQL testsuite 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 MySQL testsuite. Original-Maintainer: Debian MySQL Maintainers Package: nscd Source: eglibc Priority: optional Section: admin Installed-Size: 388 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.15-0ubuntu10.23 Depends: libc6 (>> 2.15), libc6 (<< 2.16) Filename: pool/main/e/eglibc/nscd_2.15-0ubuntu10.23_amd64.deb Size: 77292 SHA256: 3dc967f81af878a3ed06eca43462c4e8567e9d256ceaae9614e4a50dcef34d38 SHA1: a487d16280426fe62794d6b6f8aea9c388340dfa MD5sum: 8c43237d9817d63afa5ff280a443a7f1 Description: Embedded GNU C Library: Name Service Cache Daemon A daemon which handles passwd, group and host lookups for running programs and caches the results for the next query. You should install this package only if you use slow services like LDAP, NIS or NIS+. Multi-Arch: foreign Original-Maintainer: GNU Libc Maintainers Package: ntp Priority: optional Section: net Installed-Size: 1483 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1:4.2.6.p3+dfsg-1ubuntu3.13 Recommends: perl Replaces: apparmor (<< 2.3.1+1403-0ubuntu10), apparmor-profiles (<< 2.3.1+1403-0ubuntu10) Suggests: ntp-doc, apparmor (>= 2.1+1075-0ubuntu6) Depends: adduser, lsb-base (>= 3.2-13), netbase, libc6 (>= 2.15), libcap2 (>= 2.10), libedit2 (>= 2.11-20080614-1), libopts25 (>= 1:5.12), libssl1.0.0 (>= 1.0.0) Conflicts: apparmor (<< 2.3.1+1403-0ubuntu10), apparmor-profiles (<< 2.3.1+1403-0ubuntu10) Pre-Depends: dpkg (>= 1.15.7.2) Breaks: dhcp3-client (<< 4.1.0-1) Filename: pool/main/n/ntp/ntp_4.2.6.p3+dfsg-1ubuntu3.13_amd64.deb Size: 618636 SHA256: 95e343db9e479cd6ccfbbb06ffcfb79476ed2001c2ce2679b03fcd139fbae750 SHA1: 7992d7dd98eebf54202496c133f2f1ba321790ee MD5sum: b3bbd6941d1e4614eefe793774d63ab3 Description: Network Time Protocol daemon and utility programs NTP, the Network Time Protocol, is used to keep computer clocks accurate by synchronizing them over the Internet or a local network, or by following an accurate hardware receiver that interprets GPS, DCF-77, NIST or similar time signals. . This package contains the NTP daemon and utility programs. An NTP daemon needs to be running on each host that is to have its clock accuracy controlled by NTP. The same NTP daemon is also used to provide NTP service to other hosts. . For more information about the NTP protocol and NTP server configuration and operation, install the package "ntp-doc". Original-Maintainer: Debian NTP Team Package: ntp-doc Source: ntp Priority: optional Section: doc Installed-Size: 1813 Maintainer: Ubuntu Developers Architecture: all Version: 1:4.2.6.p3+dfsg-1ubuntu3.13 Filename: pool/main/n/ntp/ntp-doc_4.2.6.p3+dfsg-1ubuntu3.13_all.deb Size: 1122318 SHA256: 697f7ef1d4389b069a266d94b6b16513dff4ac40470c71858a4b33cc4036d357 SHA1: d09c3f1877630ff6f4b8746f4e1fd7d88ed4373d MD5sum: 022305aa998c21e38256a21d942c77c2 Description: Network Time Protocol documentation NTP, the Network Time Protocol, is used to keep computer clocks accurate by synchronizing them over the Internet or a local network, or by following an accurate hardware receiver that interprets GPS, DCF-77, NIST or similar time signals. . This package contains HTML documentation for the ntp packages (ntp, ntpdate). Since there are no substantive man pages for ntp's programs and configuration files, this package is desirable for any setup beyond the simple default configuration. Original-Maintainer: Debian NTP Team Package: ntpdate Source: ntp Priority: optional Section: net Installed-Size: 245 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1:4.2.6.p3+dfsg-1ubuntu3.13 Recommends: lockfile-progs Depends: netbase, libc6 (>= 2.14), libssl1.0.0 (>= 1.0.0) Pre-Depends: dpkg (>= 1.15.7.2) Breaks: dhcp3-client (<< 4.1.0-1) Filename: pool/main/n/ntp/ntpdate_4.2.6.p3+dfsg-1ubuntu3.13_amd64.deb Size: 67320 SHA256: a99dfe6aec05155e0d4a0449b901698bb3f0f448f860e168d05e31df006af3f8 SHA1: 654df7ec6ea675657dc0e07f2fafbe5fb1da90ad MD5sum: 0d88cee38e65ac71b109f79a93bd0584 Description: client for setting system time from NTP servers NTP, the Network Time Protocol, is used to keep computer clocks accurate by synchronizing them over the Internet or a local network, or by following an accurate hardware receiver that interprets GPS, DCF-77, NIST or similar time signals. . ntpdate is a simple NTP client that sets a system's clock to match the time obtained by communicating with one or more NTP servers. It is not sufficient, however, for maintaining an accurate clock in the long run. ntpdate by itself is useful for occasionally setting the time on machines that do not have full-time network access, such as laptops. . If the full NTP daemon from the package "ntp" is installed, then ntpdate is not necessary. Original-Maintainer: Debian NTP Team Package: openssl Priority: optional Section: utils Installed-Size: 906 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.0.1-4ubuntu5.45 Suggests: ca-certificates Depends: libc6 (>= 2.15), libssl1.0.0 (>= 1.0.1) Filename: pool/main/o/openssl/openssl_1.0.1-4ubuntu5.45_amd64.deb Size: 523942 SHA256: 0cc625902545c6fe7d5dccc22aa9df7b8f4e97564c0b10dc21bb833a64e95be3 SHA1: 5d0f33a7bb39522c4b544c130a24fc41630d057b MD5sum: 1071bfb3b6ed04a0e20c113327c6a30e Description: Secure Socket Layer (SSL) binary and related cryptographic tools Description-md5: ece8f4e6691511634d74fc913192c5c8 Original-Maintainer: Debian OpenSSL Team Package: openvpn Priority: optional Section: net Installed-Size: 1039 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.2.1-8ubuntu1.5 Suggests: openssl, resolvconf Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.15), liblzo2-2, libpam0g (>= 0.99.7.1), libpkcs11-helper1 (>= 1.05), libssl1.0.0 (>= 1.0.0), net-tools, initscripts (>= 2.88dsf-13.3), lsb-base (>= 3.2-14) Filename: pool/main/o/openvpn/openvpn_2.2.1-8ubuntu1.5_amd64.deb Size: 453770 SHA256: 8f6b487de406fd6e05ef77483f91f75713d5407010a59f538c1b87b1ce72cbe3 SHA1: 2c7531e30cec51f5ddecd8ba5485fdfad52eafa7 MD5sum: 8044ccf03051a59965519500fc565907 Description: virtual private network daemon OpenVPN is an application to securely tunnel IP networks over a single UDP or TCP port. It can be used to access remote sites, make secure point-to-point connections, enhance wireless security, etc. . OpenVPN uses all of the encryption, authentication, and certification features provided by the OpenSSL library (any cipher, key size, or HMAC digest). . OpenVPN may use static, pre-shared keys or TLS-based dynamic key exchange. It also supports VPNs with dynamic endpoints (DHCP or dial-up clients), tunnels over NAT or connection-oriented stateful firewalls (such as Linux's iptables). Original-Maintainer: Alberto Gonzalez Iniesta Package: passwd Source: shadow Priority: required Section: admin Installed-Size: 2084 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1:4.1.4.2+svn3283-3ubuntu5.2 Replaces: manpages-tr (<< 1.0.5), manpages-zh (<< 1.5.1-1) Depends: libc6 (>= 2.15), libpam0g (>= 0.99.7.1), libselinux1 (>= 1.32), upstart-job, libpam-modules, debianutils (>= 2.15.2) Filename: pool/main/s/shadow/passwd_4.1.4.2+svn3283-3ubuntu5.2_amd64.deb Size: 959626 SHA256: 0e32e87f0a05b759bb517f7eebbbba54dd34f598b46985b3e416a17776f4b29a SHA1: e894e188302976964c8ef41e5b2afb1b8fa973d6 MD5sum: 5e8693c15fda7f329ffac61fda17efea Description: change and administer password and group data This package includes passwd, chsh, chfn, and many other programs to maintain password and group data. . Shadow passwords are supported. See /usr/share/doc/passwd/README.Debian Multi-Arch: foreign Original-Maintainer: Shadow package maintainers Package: patch Priority: standard Section: vcs Installed-Size: 218 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.6.1-3ubuntu0.2 Suggests: ed, diffutils-doc Depends: libc6 (>= 2.14) Filename: pool/main/p/patch/patch_2.6.1-3ubuntu0.2_amd64.deb Size: 80874 SHA256: b0aa789072672d90f2c01fe24a09242ce1df3183b78b5f60069ebf567ab75b14 SHA1: a72e52dc1ad3a784fac3609b796066ae53ea76ca MD5sum: a2d5bd88a99a0f21853f75f20bb0f3c8 Description: Apply a diff file to an original Patch will take a patch file containing any of the four forms of difference listing produced by the diff program and apply those differences to an original file, producing a patched version. Multi-Arch: foreign Original-Maintainer: Christoph Berg Package: perl Priority: standard Section: perl Installed-Size: 17080 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.14.2-6ubuntu2.11 Recommends: netbase Replaces: libarchive-tar-perl (<= 1.38-2), libcompress-raw-bzip2-perl, libcompress-raw-zlib-perl, libcompress-zlib-perl, libdevel-dprof-perl, libdigest-md5-perl, libdigest-sha-perl, libencode-perl, libio-compress-base-perl, libio-compress-bzip2-perl, libio-compress-perl, libio-compress-zlib-perl, libmime-base64-perl, libmodule-corelist-perl (<< 2.14-2), libstorable-perl, libsys-syslog-perl, libthreads-perl, libthreads-shared-perl, libtime-hires-perl, libtime-piece-perl, perl-base (<< 5.10.1-12), perl-doc (<< 5.8.0-1), perl-modules (<< 5.8.1-1) Suggests: perl-doc, libterm-readline-gnu-perl | libterm-readline-perl-perl, make Provides: data-dumper, libcompress-raw-bzip2-perl, libcompress-raw-zlib-perl, libcompress-zlib-perl, libdevel-dprof-perl, libdigest-md5-perl, libdigest-sha-perl, libencode-perl, libio-compress-base-perl, libio-compress-bzip2-perl, libio-compress-perl, libio-compress-zlib-perl, libmime-base64-perl, libstorable-perl, libsys-syslog-perl, libthreads-perl, libthreads-shared-perl, libtime-hires-perl, libtime-piece-perl, perl5 Depends: perl-base (= 5.14.2-6ubuntu2.11), perl-modules (>= 5.14.2-6ubuntu2.11), libbz2-1.0, libc6 (>= 2.14), libdb5.1, libgdbm3 (>= 1.8.3), zlib1g (>= 1:1.2.3.3.dfsg) Conflicts: doc-base (<< 0.10.3), libjson-pp-perl (<< 2.27200-2), libxml-sax-perl (<< 0.99+dfsg-1ubuntu0.1), mono-gac (<< 2.10.8.1-1) Breaks: libcompress-raw-bzip2-perl (<< 2.033), libcompress-raw-zlib-perl (<< 2.033), libcompress-zlib-perl (<< 2.033), libdevel-dprof-perl (<< 20110228.00), libdigest-md5-perl (<< 2.51), libdigest-sha-perl (<< 5.61), libencode-perl (<< 2.42.01), libio-compress-base-perl (<< 2.033), libio-compress-bzip2-perl (<< 2.033), libio-compress-perl (<< 2.033), libio-compress-zlib-perl (<< 2.033), libmime-base64-perl (<< 3.13), libstorable-perl (<< 2.27), libsys-syslog-perl (<< 0.27), libthreads-perl (<< 1.83), libthreads-shared-perl (<< 1.37), libtime-hires-perl (<< 1.9721.01), libtime-piece-perl (<< 1.20.01), mrtg (<< 2.16.3-3.1), perl-doc (<< 5.14.2-1) Filename: pool/main/p/perl/perl_5.14.2-6ubuntu2.11_amd64.deb Size: 4413534 SHA256: fcb0e59a3e40c04788f741e8ed1c293d63bcc6c8fe8991bdcc65719a0537907c SHA1: 2d43a1183e61bfea9921ad1690880b4abc524bd3 MD5sum: 082137a54958115288d702cbba352b03 Description: 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. Original-Maintainer: Niko Tyni Package: perl-base Source: perl Priority: required Section: perl Installed-Size: 4780 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.14.2-6ubuntu2.11 Replaces: libperl5.8 (<< 5.8.0-20), libscalar-list-utils-perl, libxsloader-perl, perl (<< 5.10.1-12), perl-modules (<< 5.10.1-1) Suggests: perl Provides: libscalar-list-utils-perl, libxsloader-perl, perl5-base, perlapi-5.14.2 Conflicts: doc-base (<< 0.10.3), libxml-sax-perl (<< 0.99+dfsg-1ubuntu0.1), mono-gac (<< 2.10.8.1-1ubuntu1), safe-rm (<< 0.8), update-inetd (<< 4.41) Pre-Depends: libc6 (>= 2.14), dpkg (>= 1.14.20) Breaks: autoconf2.13 (<< 2.13-45), libfile-spec-perl (<< 3.3300), libmarc-charset-perl (<< 1.2), libscalar-list-utils-perl (<< 1:1.23), libxsloader-perl (<< 0.13) Essential: yes Filename: pool/main/p/perl/perl-base_5.14.2-6ubuntu2.11_amd64.deb Size: 1504700 SHA256: f23bcc6a746c19450d60f382024a96088af3b55b90a8933fe763709205334ef3 SHA1: 0aea7825e8993f3981e1a8e742819c7b149317d5 MD5sum: 0c1fdacdc6281258c4531d64d0f2c8c3 Description: minimal Perl system Perl is a scripting language used in many system scripts and utilities. . This package provides a Perl interpreter and the small subset of the standard run-time library required to perform basic tasks. For a full Perl installation, install "perl" (and its dependencies, "perl-modules" and "perl-doc"). Original-Maintainer: Niko Tyni Package: perl-debug Source: perl Priority: extra Section: debug Installed-Size: 19530 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.14.2-6ubuntu2.11 Depends: perl (= 5.14.2-6ubuntu2.11), libc6 (>= 2.14) Filename: pool/main/p/perl/perl-debug_5.14.2-6ubuntu2.11_amd64.deb Size: 6752056 SHA256: aa0ae9c082044ea0a173b842200ca0e837c69b4b0e1736664a0df0d77544195a SHA1: 9725c270394b3eef5280a591d9d0503543edbbea MD5sum: 80e0a06d9157720514a27427bb6ae52f Description: 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)). Original-Maintainer: Niko Tyni Package: perl-doc Source: perl Priority: optional Section: doc Installed-Size: 12893 Maintainer: Ubuntu Developers Architecture: all Version: 5.14.2-6ubuntu2.11 Suggests: man-browser, groff Depends: perl (>= 5.14.2-1) Filename: pool/main/p/perl/perl-doc_5.14.2-6ubuntu2.11_all.deb Size: 8119270 SHA256: c86bf48fb3be9a58f74088265da5dd1de0db679670daeb0350ef9ed56ed8332c SHA1: e680a72a2f5b99d6af74acac6307bf36d7487aca MD5sum: 412ae3185fa238a3193508fb893a307d Description: Perl documentation Perl manual pages, POD documentation and the `perldoc' program. If you are writing Perl programs, you almost certainly need this. Original-Maintainer: Niko Tyni Package: perl-modules Source: perl Priority: standard Section: perl Installed-Size: 14088 Maintainer: Ubuntu Developers Architecture: all Version: 5.14.2-6ubuntu2.11 Replaces: libansicolor-perl, libarchive-tar-perl, libattribute-handlers-perl, libautodie-perl, libcgi-pm-perl, libcpan-meta-perl, libcpan-meta-yaml-perl, libcpanplus-perl, libdigest-perl, libextutils-cbuilder-perl, libextutils-command-perl, libextutils-install-perl, libextutils-parsexs-perl, libfile-path-perl, libfile-spec-perl, libfile-temp-perl, libhttp-tiny-perl, libi18n-langtags-perl, libio-zlib-perl, libjson-pp-perl, liblocale-codes-perl, liblocale-maketext-perl, liblocale-maketext-simple-perl, libmath-bigint-perl, libmath-complex-perl, libmodule-build-perl, libmodule-corelist-perl, libmodule-load-conditional-perl, libmodule-load-perl, libmodule-metadata-perl, libmodule-pluggable-perl, libnet-perl, libnet-ping-perl, libparams-check-perl, libparent-perl, libparse-cpan-meta-perl, libperl-ostype-perl, libperl4-corelibs-perl, libpod-escapes-perl, libpod-parser-perl, libpod-simple-perl, libshell-perl, libtest-harness-perl, libtest-simple-perl, libthread-queue-perl, libtime-local-perl, libunicode-collate-perl, libversion-perl, libversion-requirements-perl, podlators-perl Suggests: libpod-plainer-perl Provides: libansicolor-perl, libarchive-tar-perl, libattribute-handlers-perl, libautodie-perl, libcgi-pm-perl, libcpan-meta-perl, libcpan-meta-yaml-perl, libcpanplus-perl, libdigest-perl, libextutils-cbuilder-perl, libextutils-command-perl, libextutils-install-perl, libextutils-parsexs-perl, libfile-path-perl, libfile-spec-perl, libfile-temp-perl, libhttp-tiny-perl, libi18n-langtags-perl, libio-zlib-perl, libjson-pp-perl, liblocale-codes-perl, liblocale-maketext-perl, liblocale-maketext-simple-perl, libmath-bigint-perl, libmath-complex-perl, libmodule-build-perl, libmodule-corelist-perl, libmodule-load-conditional-perl, libmodule-load-perl, libmodule-metadata-perl, libmodule-pluggable-perl, libnet-perl, libnet-ping-perl, libparams-check-perl, libparent-perl, libparse-cpan-meta-perl, libperl-ostype-perl, libperl4-corelibs-perl, libpod-escapes-perl, libpod-parser-perl, libpod-simple-perl, libshell-perl, libtest-harness-perl, libtest-simple-perl, libthread-queue-perl, libtime-local-perl, libunicode-collate-perl, libversion-perl, libversion-requirements-perl, podlators-perl Depends: perl (>= 5.14.2-1), libswitch-perl, libclass-isa-perl Conflicts: doc-base (<< 0.10.3), libxml-sax-perl (<< 0.99+dfsg-1ubuntu0.1), mono-gac (<< 2.10.8.1-1) Breaks: libansicolor-perl (<< 3.00), libarchive-tar-perl (<< 1.76), libattribute-handlers-perl (<< 0.89), libautodie-perl (<< 2.10.01), libcgi-pm-perl (<< 3.52), libcpan-meta-perl (<< 2.110440), libcpan-meta-yaml-perl (<< 0.003), libcpanplus-perl (<< 0.9103), libdigest-perl (<< 1.16), libextutils-cbuilder-perl (<< 0.280203), libextutils-command-perl (<< 1.17), libextutils-install-perl (<< 1.56), libextutils-parsexs-perl (<< 2.221000), libfile-path-perl (<< 2.08.01), libfile-spec-perl (<< 3.3300), libfile-temp-perl (<< 0.22), libhttp-tiny-perl (<< 0.012), libi18n-langtags-perl (<< 0.35.01), libio-zlib-perl (<< 1.10), libjson-pp-perl (<< 2.27105), liblocale-codes-perl (<< 3.16), liblocale-maketext-perl (<< 1.19), liblocale-maketext-simple-perl (<< 0.21), libmath-bigint-perl (<< 1.994), libmath-complex-perl (<< 1.56), libmodule-build-perl (<< 0.380000), libmodule-corelist-perl (<< 2.49.02), libmodule-load-conditional-perl (<< 0.44), libmodule-load-perl (<< 0.18), libmodule-metadata-perl (<< 1.000004), libmodule-pluggable-perl (<< 3.9), libnet-perl (<= 1:1.22), libnet-ping-perl (<< 2.38), libparams-check-perl (<< 0.28), libparent-perl (<< 0.225), libparse-cpan-meta-perl (<< 1.4401), libperl-ostype-perl (<< 1.002), libpod-escapes-perl (<< 1.04), libpod-parser-perl (<< 1.37), libpod-simple-perl (<< 3.16), libshell-perl (<< 0.72.01), libtest-harness-perl (<< 3.23), libtest-simple-perl (<< 0.98), libthread-queue-perl (<< 2.12), libtime-local-perl (<< 1.2000), libunicode-collate-perl (<< 0.73), libversion-perl (<< 1:0.8800), libversion-requirements-perl (<< 0.101020), podlators-perl (<< 2.3.1) Filename: pool/main/p/perl/perl-modules_5.14.2-6ubuntu2.11_all.deb Size: 3392636 SHA256: e165b6f084206d53118d5877d43c82ad60d68379d89f73cf16c1bab5c19988b3 SHA1: c283aaf92b0eda3538cfa2ddae8e1e297c7f4722 MD5sum: de51a0ad9196fcee93a5d8c14e89602f Description: Core Perl modules Architecture independent Perl modules. These modules are part of Perl and required if the `perl' package is installed. . Note that this package only exists to save archive space and should be considered an internal implementation detail of the `perl' package. Other packages should not depend on `perl-modules' directly, they should use `perl' (which depends on `perl-modules') instead. Original-Maintainer: Niko Tyni Package: php-pear Source: php5 Priority: optional Section: php Installed-Size: 2228 Maintainer: Ubuntu Developers Architecture: all Version: 5.3.10-1ubuntu3.48 Recommends: gnupg, php5-dev Replaces: php-xml-util, php4-pear (<< 4:4.4.0-0) Provides: php-xml-util Depends: php5-common (>= 5.3.10-1ubuntu3.48), php5-cli Conflicts: php-xml-util Filename: pool/main/p/php5/php-pear_5.3.10-1ubuntu3.48_all.deb Size: 366192 SHA256: 7b10de0775fcadf6969095dd693149719f3f6ba5557db7c0cf0b3e3f1669b1c1 SHA1: f2d253a327947bf2972b21b07bd051909b99d9a9 MD5sum: a07e93e8c18606ddda698f1cdcfb5e8f Description: PEAR - PHP Extension and Application Repository This package contains the base PEAR classes for PHP, as well as the PEAR installer. Many PEAR classes are already packaged for Debian, and can be easily identified by names beginning with "php-", such as php-db and php-auth. Note: to build and install precompiled PECL extensions, you will need one of the php development packages installed. . PHP5 is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. The goal of the language is to allow web developers to write dynamically generated pages quickly. Original-Maintainer: Debian PHP Maintainers Package: php5 Priority: optional Section: php Installed-Size: 21 Maintainer: Ubuntu Developers Architecture: all Version: 5.3.10-1ubuntu3.48 Depends: libapache2-mod-php5 (>= 5.3.10-1ubuntu3.48) | libapache2-mod-php5filter (>= 5.3.10-1ubuntu3.48) | php5-cgi (>= 5.3.10-1ubuntu3.48) | php5-fpm (>= 5.3.10-1ubuntu3.48), php5-common (>= 5.3.10-1ubuntu3.48) Filename: pool/main/p/php5/php5_5.3.10-1ubuntu3.48_all.deb Size: 1080 SHA256: f697fcef5ba20e56034164542185c5047a4bb037c77a6ac8cc7d3595598af168 SHA1: b92ad847857862d58587c415e378d4cbf0d9ed10 MD5sum: 69731162d7c477d04d8d4f2d775163bb Description: server-side, HTML-embedded scripting language (metapackage) This package is a metapackage that, when installed, guarantees that you have at least one of the four server-side versions of the PHP5 interpreter installed. Removing this package won't remove PHP5 from your system, however it may remove other packages that depend on this one. . PHP5 is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. The goal of the language is to allow web developers to write dynamically generated pages quickly. Original-Maintainer: Debian PHP Maintainers Package: php5-cgi Source: php5 Priority: optional Section: php Installed-Size: 16022 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.3.10-1ubuntu3.48 Suggests: php-pear Provides: phpapi-20090626 Depends: libbz2-1.0, libc6 (>= 2.15), libdb5.1, libpcre3 (>= 8.10), libssl1.0.0 (>= 1.0.0), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4), mime-support, php5-common (= 5.3.10-1ubuntu3.48), libmagic1, ucf, tzdata Filename: pool/main/p/php5/php5-cgi_5.3.10-1ubuntu3.48_amd64.deb Size: 6080302 SHA256: 4676609a29150bfead2574ffc4674cb675a6477f57adb661de81666ca85cb102 SHA1: 3b5e8d8af671acd8a7e855400f2d51c18767ce1c MD5sum: a12b0f7d4b92730161babc9cdb64a76a Description: server-side, HTML-embedded scripting language (CGI binary) Description-md5: c2df68adb93ad4e5b5e1c759e3319de7 Original-Maintainer: Debian PHP Maintainers Package: php5-cli Source: php5 Priority: optional Section: php Installed-Size: 8035 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.3.10-1ubuntu3.48 Suggests: php-pear Provides: phpapi-20090626 Depends: libbz2-1.0, libc6 (>= 2.15), libdb5.1, libedit2 (>= 2.11-20080614-1), libpcre3 (>= 8.10), libssl1.0.0 (>= 1.0.0), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4), mime-support, php5-common (= 5.3.10-1ubuntu3.48), libmagic1, ucf, tzdata Filename: pool/main/p/php5/php5-cli_5.3.10-1ubuntu3.48_amd64.deb Size: 3036202 SHA256: 60170e54f3eecb0a1ad5874796b1312e7426ac7cf9b8b36f8a32645c51cd191f SHA1: 4fe2d51a53a2af9c586cd914664e6dbe39a461b1 MD5sum: 764321ff569b5496926c5fec32d1c2cb Description: command-line interpreter for the php5 scripting language Description-md5: 7f49b619025c821810cfb09607c944f2 Original-Maintainer: Debian PHP Maintainers Package: php5-common Source: php5 Priority: optional Section: php Installed-Size: 2343 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.3.10-1ubuntu3.48 Suggests: php5-suhosin Provides: php5-json, php5-mhash Depends: sed (>= 4.1.1-1), libc6 (>= 2.14) Conflicts: php5-json, php5-mhash Filename: pool/main/p/php5/php5-common_5.3.10-1ubuntu3.48_amd64.deb Size: 1787642 SHA256: 68090d8c8f9fe1f314f99b9ef1bd7f6431e3a17df3f8b111ca92f18af6417f52 SHA1: 91f9d645d9fa480668db77dbb68beb3dc47ca91f MD5sum: 7c9d4f99ce598ce61c68793e5a8aa631 Description: Common files for packages built from the php5 source This package contains the documentation and example files relevant to all the other packages built from the php5 source. . PHP5 is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. The goal of the language is to allow web developers to write dynamically generated pages quickly. Original-Maintainer: Debian PHP Maintainers Package: php5-curl Source: php5 Priority: optional Section: php Installed-Size: 115 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.3.10-1ubuntu3.48 Depends: libc6 (>= 2.14), libcurl3 (>= 7.16.2-1), phpapi-20090626, php5-common (= 5.3.10-1ubuntu3.48) Filename: pool/main/p/php5/php5-curl_5.3.10-1ubuntu3.48_amd64.deb Size: 28090 SHA256: 976ddaf1810fb66d8b39a1d55492e61a396a4bcc0858ed42966a8c4d5d1c9d5d SHA1: b1645757086cdcd2089744d10ee5e711fe0ae326 MD5sum: da2b93cfba2a3eb7f02edb8623d8b34e Description: CURL module for php5 CURL is a library for getting files from FTP, GOPHER, HTTP server. . PHP5 is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. The goal of the language is to allow web developers to write dynamically generated pages quickly. Original-Maintainer: Debian PHP Maintainers Package: php5-dbg Source: php5 Priority: extra Section: debug Installed-Size: 49505 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.3.10-1ubuntu3.48 Recommends: gdb Depends: php5-common (= 5.3.10-1ubuntu3.48), libapache2-mod-php5 (= 5.3.10-1ubuntu3.48) | libapache2-mod-php5filter (= 5.3.10-1ubuntu3.48) | php5-cgi (= 5.3.10-1ubuntu3.48) | php5-cli (= 5.3.10-1ubuntu3.48) | php5-fpm (= 5.3.10-1ubuntu3.48) | php5-curl (= 5.3.10-1ubuntu3.48) | php5-enchant (= 5.3.10-1ubuntu3.48) | php5-gd (= 5.3.10-1ubuntu3.48) | php5-gmp (= 5.3.10-1ubuntu3.48) | php5-intl (= 5.3.10-1ubuntu3.48) | php5-ldap (= 5.3.10-1ubuntu3.48) | php5-mysql (= 5.3.10-1ubuntu3.48) | php5-odbc (= 5.3.10-1ubuntu3.48) | php5-pgsql (= 5.3.10-1ubuntu3.48) | php5-pspell (= 5.3.10-1ubuntu3.48) | php5-recode (= 5.3.10-1ubuntu3.48) | php5-snmp (= 5.3.10-1ubuntu3.48) | php5-sqlite (= 5.3.10-1ubuntu3.48) | php5-sybase (= 5.3.10-1ubuntu3.48) | php5-tidy (= 5.3.10-1ubuntu3.48) | php5-xmlrpc (= 5.3.10-1ubuntu3.48) | php5-xsl (= 5.3.10-1ubuntu3.48) Filename: pool/main/p/php5/php5-dbg_5.3.10-1ubuntu3.48_amd64.deb Size: 13175044 SHA256: 638dee1815f49765b48963cd8e4bfc9cbc1ef7f7416201daf859e3204116fcf3 SHA1: e5ed0985a38ce66a3bd9a2ecabc65f740cd89710 MD5sum: 07e9362fa5b20582e939d8ce732ba44c Description: Debug symbols for PHP5 This package provides the debug symbols for PHP5 needed for properly debugging errors in PHP5 with gdb. . PHP5 is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. The goal of the language is to allow web developers to write dynamically generated pages quickly. Original-Maintainer: Debian PHP Maintainers Package: php5-dev Source: php5 Priority: optional Section: php Installed-Size: 2614 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.3.10-1ubuntu3.48 Depends: autoconf (>= 2.63), automake (>= 1.11), libssl-dev, libtool (>= 2.2), shtool, php5-common (>= 5.3.10-1ubuntu3.48) Conflicts: libtool (<< 2.2) Filename: pool/main/p/php5/php5-dev_5.3.10-1ubuntu3.48_amd64.deb Size: 421316 SHA256: 4183a24fd5078c09db9d236272ddc5a610ceb06b43b99857b19c9299be69c378 SHA1: c96744ce64e9f4db083c56b49b4f2df06c4fca29 MD5sum: b26c83f65658ad024a3e7cc61a8a0180 Description: Files for PHP5 module development This package provides the files from the PHP5 source needed for compiling additional modules. . PHP5 is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. The goal of the language is to allow web developers to write dynamically generated pages quickly. Original-Maintainer: Debian PHP Maintainers Package: php5-enchant Source: php5 Priority: optional Section: php Installed-Size: 67 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.3.10-1ubuntu3.48 Depends: libc6 (>= 2.2.5), libenchant1c2a (>= 1.6), phpapi-20090626, php5-common (= 5.3.10-1ubuntu3.48) Filename: pool/main/p/php5/php5-enchant_5.3.10-1ubuntu3.48_amd64.deb Size: 8954 SHA256: 5e22bebc127a9bb5a0bcea7deff32ce4aa32a0e04b78668bfee6570bdf38fee1 SHA1: de71fd65b1f4e7aed16353a8eb9bd5e117d9c540 MD5sum: 1f6c6ac45797a51b6636e7331b741d56 Description: Enchant module for php5 This package provides a module for the generic spell checking library Enchant, which can use engines such as ispell, aspell and myspells. . PHP5 is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. The goal of the language is to allow web developers to write dynamically generated pages quickly. Original-Maintainer: Debian PHP Maintainers Package: php5-fpm Source: php5 Priority: optional Section: php Installed-Size: 8141 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.3.10-1ubuntu3.48 Suggests: php-pear Provides: phpapi-20090626 Depends: libbz2-1.0, libc6 (>= 2.15), libdb5.1, libpcre3 (>= 8.10), libssl1.0.0 (>= 1.0.0), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4), mime-support, php5-common (= 5.3.10-1ubuntu3.48), libmagic1, ucf, tzdata Pre-Depends: dpkg (>= 1.15.7.2~) Filename: pool/main/p/php5/php5-fpm_5.3.10-1ubuntu3.48_amd64.deb Size: 3084094 SHA256: 75c3d3340bbc84162f2857435ce22e817af9dbaec312ba0cb7b85e2cbb92182e SHA1: 59823f5cad026ca7b0fa588152be0db8318cf2e4 MD5sum: b2f79b43a50876a3582cc4434ce89bda Description: server-side, HTML-embedded scripting language (FPM-CGI binary) Description-md5: f1a2f8a133b50ec24ba4363e2f3608f9 Original-Maintainer: Debian PHP Maintainers Package: php5-gd Source: php5 Priority: optional Section: php Installed-Size: 159 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.3.10-1ubuntu3.48 Depends: libc6 (>= 2.4), libgd2-xpm (>= 2.0.36~rc1~dfsg), libt1-5 (>= 5.1.0), phpapi-20090626, php5-common (= 5.3.10-1ubuntu3.48) Filename: pool/main/p/php5/php5-gd_5.3.10-1ubuntu3.48_amd64.deb Size: 38960 SHA256: 0a61cdb7179ba00d1384db98e595d08960a4cb47e4953cd3382a5c151bb9528a SHA1: 91e4cc47862808ca18e7869fb58013a17062e7a7 MD5sum: 6eac6a440743320c205d8a2129ad0a79 Description: GD module for php5 This package provides a module for handling graphics directly from PHP scripts. It supports the PNG, JPEG, XPM formats as well as Freetype/ttf fonts. . PHP5 is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. The goal of the language is to allow web developers to write dynamically generated pages quickly. Original-Maintainer: Debian PHP Maintainers Package: php5-gmp Source: php5 Priority: optional Section: php Installed-Size: 95 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.3.10-1ubuntu3.48 Depends: libc6 (>= 2.2.5), libgmp10, phpapi-20090626, php5-common (= 5.3.10-1ubuntu3.48) Filename: pool/main/p/php5/php5-gmp_5.3.10-1ubuntu3.48_amd64.deb Size: 16422 SHA256: d9c80ed5612095ae55e73a232e9bd97ce2984435c8c7759f23bde44df6bbbcc4 SHA1: 6618341b10d67610acf037533228d8e345c507f6 MD5sum: b2e6b9be6007862a3056c879338c2364 Description: GMP module for php5 This package provides a module for arbitrary precision arithmetic via the GNU Multiple Precision (GMP) Arithmetic Library. . PHP5 is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. The goal of the language is to allow web developers to write dynamically generated pages quickly. Original-Maintainer: Debian PHP Maintainers Package: php5-intl Source: php5 Priority: optional Section: php Installed-Size: 217 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.3.10-1ubuntu3.48 Replaces: php5-idn Provides: php5-idn Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libicu48 (>= 4.8-1), phpapi-20090626, php5-common (= 5.3.10-1ubuntu3.48) Conflicts: php5-idn Filename: pool/main/p/php5/php5-intl_5.3.10-1ubuntu3.48_amd64.deb Size: 60812 SHA256: 9bc9968918c33296d26596d6e886dfcc520eb91b4556af2cb3e972da6279bf75 SHA1: 7e20700ddd93fcd396bc84ce98b439f322eabbbc MD5sum: 994ae4cf235b437b3678b223f1020739 Description: internationalisation module for php5 This package provides a module to ease internationalisation of PHP scripts. . PHP5 is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. The goal of the language is to allow web developers to write dynamically generated pages quickly. Original-Maintainer: Debian PHP Maintainers Package: php5-ldap Source: php5 Priority: optional Section: php Installed-Size: 99 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.3.10-1ubuntu3.48 Depends: libc6 (>= 2.4), libldap-2.4-2 (>= 2.4.7), phpapi-20090626, php5-common (= 5.3.10-1ubuntu3.48) Filename: pool/main/p/php5/php5-ldap_5.3.10-1ubuntu3.48_amd64.deb Size: 19566 SHA256: 2896098c37ba61a43b4c947a32a9e965b91d9f31dfdfddc68f754153dd9587ae SHA1: 5e490783fb75589e5a6b9e7284f38ad2059692d7 MD5sum: 8562aee16b057b53a7808e67c20f1bb4 Description: LDAP module for php5 This package provides a module for LDAP functions in PHP scripts. . PHP5 is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. The goal of the language is to allow web developers to write dynamically generated pages quickly. Original-Maintainer: Debian PHP Maintainers Package: php5-mysql Source: php5 Priority: optional Section: php Installed-Size: 266 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.3.10-1ubuntu3.48 Replaces: php5-mysqli, php5-mysqlnd Depends: libc6 (>= 2.14), libmysqlclient18 (>= 5.5.13-1), phpapi-20090626, php5-common (= 5.3.10-1ubuntu3.48) Conflicts: php5-mysqli, php5-mysqlnd Filename: pool/main/p/php5/php5-mysql_5.3.10-1ubuntu3.48_amd64.deb Size: 76734 SHA256: 0374fc50b8c22a852e354024d0ae203fb6e0613f95ae3694754a30cf307d5fe3 SHA1: 1e4600962a174b294bf2e68b655a4f0a5758b847 MD5sum: 7d3b5409b308194b217b0ca5d04e480a Description: MySQL module for php5 This package provides modules for MySQL database connections directly from PHP scripts. It includes the generic "mysql" module which can be used to connect to all versions of MySQL, an improved "mysqli" module for MySQL version 4.1 or later, and the pdo_mysql module for use with the PHP Data Object extension. . PHP5 is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. The goal of the language is to allow web developers to write dynamically generated pages quickly. Original-Maintainer: Debian PHP Maintainers Package: php5-mysqlnd Source: php5 Priority: optional Section: php Installed-Size: 434 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.3.10-1ubuntu3.48 Replaces: php5-mysql, php5-mysqli Depends: libc6 (>= 2.15), phpapi-20090626, php5-common (= 5.3.10-1ubuntu3.48) Conflicts: php5-mysql, php5-mysqli Filename: pool/main/p/php5/php5-mysqlnd_5.3.10-1ubuntu3.48_amd64.deb Size: 144744 SHA256: 5995c01e52be411a7843d9df0ffd6cf9bd38ea02bc00f91beaff3a9631cfe65c SHA1: 5d025515f9ba6d9d2d657a3248006ac96bec50de MD5sum: 9da828d463171d0ff7a1c48ec04e5fab Description: MySQL module for php5 (Native Driver) 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. . This package use the MySQL Native Driver. . PHP5 is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. The goal of the language is to allow web developers to write dynamically generated pages quickly. Original-Maintainer: Debian PHP Maintainers Package: php5-odbc Source: php5 Priority: optional Section: php Installed-Size: 137 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.3.10-1ubuntu3.48 Depends: libc6 (>= 2.14), libodbc1 (>= 2.2.11) | unixodbc (>= 2.2.11), phpapi-20090626, php5-common (= 5.3.10-1ubuntu3.48) Filename: pool/main/p/php5/php5-odbc_5.3.10-1ubuntu3.48_amd64.deb Size: 35546 SHA256: 8cd11919c3385985819d5914affcad619e60b5ee0d446adcbbe8e07fd06813b9 SHA1: de4f5ea7659fb60428da7447ed039a22b45202c6 MD5sum: ebf28d7e42054186d9811e15d05add85 Description: 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. . PHP5 is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. The goal of the language is to allow web developers to write dynamically generated pages quickly. Original-Maintainer: Debian PHP Maintainers Package: php5-pgsql Source: php5 Priority: optional Section: php Installed-Size: 201 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.3.10-1ubuntu3.48 Depends: libc6 (>= 2.14), libpq5 (>= 8.4~), phpapi-20090626, php5-common (= 5.3.10-1ubuntu3.48) Filename: pool/main/p/php5/php5-pgsql_5.3.10-1ubuntu3.48_amd64.deb Size: 59402 SHA256: eaca7c997d4e9cafdd63f53b90847b759b27de296e8ffa7dab3c33b01a0e1d71 SHA1: f94ae57102088140889f48004c96cc8058984950 MD5sum: a4e3078eb964bfbd5c3a25814689287e Description: 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. . PHP5 is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. The goal of the language is to allow web developers to write dynamically generated pages quickly. Original-Maintainer: Debian PHP Maintainers Package: php5-pspell Source: php5 Priority: optional Section: php Installed-Size: 67 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.3.10-1ubuntu3.48 Depends: libaspell15 (>= 0.60.7~20110707), libc6 (>= 2.4), phpapi-20090626, php5-common (= 5.3.10-1ubuntu3.48) Filename: pool/main/p/php5/php5-pspell_5.3.10-1ubuntu3.48_amd64.deb Size: 8316 SHA256: 79f01e6bd90b5a11029aa7c5a06e9e1e8d1b0d9540aeac684f788054349d3980 SHA1: 9aa492665bbcb4f69e6c9ab53bddc9f813974a5e MD5sum: 9a383c69a3c44f420543e481b4d1a6c6 Description: pspell module for php5 This package provides a module for pspell functions in PHP scripts. . PHP5 is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. The goal of the language is to allow web developers to write dynamically generated pages quickly. Original-Maintainer: Debian PHP Maintainers Package: php5-recode Source: php5 Priority: optional Section: php Installed-Size: 55 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.3.10-1ubuntu3.48 Depends: libc6 (>= 2.2.5), librecode0 (>= 3.6), phpapi-20090626, php5-common (= 5.3.10-1ubuntu3.48) Filename: pool/main/p/php5/php5-recode_5.3.10-1ubuntu3.48_amd64.deb Size: 4302 SHA256: e5cb91969a692c86b978db9523cb5d8de0b3fc7783bee60e4077c06f4cee5c73 SHA1: 6d70db822543de00d0ec547659a74acf47dfe959 MD5sum: a4951b53c19c8168360185006d31f34a Description: recode module for php5 This package provides a module for recode - character set recoding. . PHP5 is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. The goal of the language is to allow web developers to write dynamically generated pages quickly. Original-Maintainer: Debian PHP Maintainers Package: php5-snmp Source: php5 Priority: optional Section: php Installed-Size: 79 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.3.10-1ubuntu3.48 Depends: libc6 (>= 2.4), libsnmp15 (>= 5.4.3~dfsg), phpapi-20090626, php5-common (= 5.3.10-1ubuntu3.48) Filename: pool/main/p/php5/php5-snmp_5.3.10-1ubuntu3.48_amd64.deb Size: 10994 SHA256: 5a3d299143deb93cff02b4c69a43c601b1d71024308a80ac5fec3f6471749d2c SHA1: 04ec0b363ce29763aadcedd1c7ad6168831d3e40 MD5sum: 1433982a17e7364d1a8b69a2f8890894 Description: SNMP module for php5 This package provides a module for SNMP functions in PHP scripts. . PHP5 is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. The goal of the language is to allow web developers to write dynamically generated pages quickly. Original-Maintainer: Debian PHP Maintainers Package: php5-sqlite Source: php5 Priority: optional Section: php Installed-Size: 119 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.3.10-1ubuntu3.48 Depends: libc6 (>= 2.4), libsqlite3-0 (>= 3.7.4), phpapi-20090626, php5-common (= 5.3.10-1ubuntu3.48) Pre-Depends: dpkg (>= 1.15.7.2~) Breaks: roundcube-sqlite Filename: pool/main/p/php5/php5-sqlite_5.3.10-1ubuntu3.48_amd64.deb Size: 27620 SHA256: bf41d85d6568893bee7ce71f4e53f3ed41ba19bd12a1f66080d5a5048f98f390 SHA1: 3fcd76165ba6cc11bf6ee1e2b387e4f630286408 MD5sum: a74e3b4b84e0790f2d33067809a4da0d Description: 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. . PHP5 is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. The goal of the language is to allow web developers to write dynamically generated pages quickly. Original-Maintainer: Debian PHP Maintainers Package: php5-sybase Source: php5 Priority: optional Section: php Installed-Size: 117 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.3.10-1ubuntu3.48 Provides: php5-mssql Depends: libc6 (>= 2.14), libsybdb5 (>= 0.63), phpapi-20090626, php5-common (= 5.3.10-1ubuntu3.48) Filename: pool/main/p/php5/php5-sybase_5.3.10-1ubuntu3.48_amd64.deb Size: 26284 SHA256: f875a055644f4bb7b3687e36583beb962a8b3cf0a4cdc3b22463afdc87bf7c5a SHA1: 192e6242186b67fb4acf58e7860b94619bac3f23 MD5sum: c6064cd923320941857c3584d8a55ae1 Description: Sybase / MS SQL Server module for php5 This package provides a module for Sybase and Microsoft SQL Server database connections directly from PHP scripts. It also includes the pdo_dblib module for use with the PHP Data Object extension. . PHP5 is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. The goal of the language is to allow web developers to write dynamically generated pages quickly. Original-Maintainer: Debian PHP Maintainers Package: php5-tidy Source: php5 Priority: optional Section: php Installed-Size: 95 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.3.10-1ubuntu3.48 Depends: libc6 (>= 2.2.5), libtidy-0.99-0, phpapi-20090626, php5-common (= 5.3.10-1ubuntu3.48) Filename: pool/main/p/php5/php5-tidy_5.3.10-1ubuntu3.48_amd64.deb Size: 18212 SHA256: bf799ff3ca85ff912e8d8d8eec85dd2cce29f5be9343b953435754bf6d664541 SHA1: f51e68a1ef07173954f0b1ac2be31d4114b85737 MD5sum: 0bcbdf0e35f8badeaa6c8880cfddc262 Description: 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. . PHP5 is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. The goal of the language is to allow web developers to write dynamically generated pages quickly. Original-Maintainer: Debian PHP Maintainers Package: php5-xmlrpc Source: php5 Priority: optional Section: php Installed-Size: 123 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.3.10-1ubuntu3.48 Depends: libc6 (>= 2.14), phpapi-20090626, php5-common (= 5.3.10-1ubuntu3.48) Filename: pool/main/p/php5/php5-xmlrpc_5.3.10-1ubuntu3.48_amd64.deb Size: 35306 SHA256: a5c7fc2b59aee9e0f1020944c016473d8851571b6e675654ac4ae43b12ba1da1 SHA1: dc39e953b137ee38ada7135e13058041bec88dd5 MD5sum: 8a8a6845310bdd767958f6a28760bffe Description: XML-RPC module for php5 This package provides a module for XML-RPC functions in PHP scripts. . PHP5 is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. The goal of the language is to allow web developers to write dynamically generated pages quickly. Original-Maintainer: Debian PHP Maintainers Package: php5-xsl Source: php5 Priority: optional Section: php Installed-Size: 79 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.3.10-1ubuntu3.48 Depends: libc6 (>= 2.4), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), phpapi-20090626, php5-common (= 5.3.10-1ubuntu3.48) Filename: pool/main/p/php5/php5-xsl_5.3.10-1ubuntu3.48_amd64.deb Size: 14078 SHA256: 86e8e51160f7a8e7eed225778f1cc5b566db04be1b3d2beb108f771db2af3b12 SHA1: f5e19b6ccc70cb58f37bd6692e3b284ca0d7de97 MD5sum: 66d070d78343dd5f1bb5749b253cd7b4 Description: XSL module for php5 This package provides a module for XSL using the libxslt XSL parser. . PHP5 is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. The goal of the language is to allow web developers to write dynamically generated pages quickly. Original-Maintainer: Debian PHP Maintainers Package: policykit-1 Priority: optional Section: admin Installed-Size: 368 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.104-1ubuntu1.5 Depends: libc6 (>= 2.7), libglib2.0-0 (>= 2.28.0), libpam0g (>= 0.99.7.1), libpolkit-agent-1-0 (>= 0.99), libpolkit-backend-1-0 (>= 0.99), libpolkit-gobject-1-0 (>= 0.101), consolekit, dbus Filename: pool/main/p/policykit-1/policykit-1_0.104-1ubuntu1.5_amd64.deb Size: 53442 SHA256: d7693691f4de4517537b2beea92a33e80550ae08a410db07ccf1732b7cb52496 SHA1: b751d5128b4d0b5644f8769a1b3dcb413ead0733 MD5sum: 403deb87ec2d2eeabc901bc391aac3d7 Description: framework for managing administrative policies and privileges PolicyKit is an application-level toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes. . It is a framework for centralizing the decision making process with respect to granting access to privileged operations for unprivileged (desktop) applications. Multi-Arch: foreign Original-Maintainer: Utopia Maintenance Team Package: policykit-1-doc Source: policykit-1 Priority: optional Section: doc Installed-Size: 1017 Maintainer: Ubuntu Developers Architecture: all Version: 0.104-1ubuntu1.5 Suggests: devhelp Filename: pool/main/p/policykit-1/policykit-1-doc_0.104-1ubuntu1.5_all.deb Size: 291526 SHA256: 251b566d5d10c18fe2ee9edb04841ca784851368cbfa8bd2fea4ce68675bb3d5 SHA1: ce49d542bc162fde9aff2a671a55eb6a50bdef31 MD5sum: 8d134cc35b16f017bc9ffd7c7ca99b4c Description: 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. Original-Maintainer: Utopia Maintenance Team Package: postgresql Source: postgresql-common (129ubuntu1.2) Priority: optional Section: database Installed-Size: 63 Maintainer: Ubuntu Developers Architecture: all Version: 9.1+129ubuntu1.2 Depends: postgresql-9.1 Filename: pool/main/p/postgresql-common/postgresql_9.1+129ubuntu1.2_all.deb Size: 5356 SHA256: bde7a140edf8a855f67a520d10b09c56197d7bda78fa8f4061eb594e292697da SHA1: d6952ba97e68e1780fa02fd62be30c58a3bdafaf MD5sum: 3054b397e885bf4092b4bb769243b8c8 Description: object-relational SQL database (supported version) This metapackage always depends on the currently supported PostgreSQL database server version. . 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. Original-Maintainer: Martin Pitt Package: postgresql-client Source: postgresql-common (129ubuntu1.2) Priority: optional Section: database Installed-Size: 63 Maintainer: Ubuntu Developers Architecture: all Version: 9.1+129ubuntu1.2 Depends: postgresql-client-9.1 Filename: pool/main/p/postgresql-common/postgresql-client_9.1+129ubuntu1.2_all.deb Size: 5378 SHA256: b30a404705fb74033bca3ec398df4e2857d5be3c55587b4276181a1f19f7b428 SHA1: 406d3f51d475bc1ceb1e99cd3bac1c5945f90e4d MD5sum: ff7fabe2e9a72738a83c47d5291f6026 Description: front-end programs for PostgreSQL (supported version) This metapackage always depends on the currently supported database client package for PostgreSQL. . 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. Original-Maintainer: Martin Pitt Package: postgresql-client-common Source: postgresql-common Priority: optional Section: database Installed-Size: 152 Maintainer: Ubuntu Developers Architecture: all Version: 129ubuntu1.2 Recommends: lsb-release, libreadline6 Filename: pool/main/p/postgresql-common/postgresql-client-common_129ubuntu1.2_all.deb Size: 24942 SHA256: 39dbcde2a3632964dae007d76dc8cbc46f2db459b9e2474939f7c1e2e58acd4c SHA1: 8d5fa214dc51281f41bf593b50f6ed2a9567987e MD5sum: c7b727f346bd59b65faf086b66181194 Description: manager for multiple PostgreSQL client versions The postgresql-client-common package provides a structure under which multiple versions of PostgreSQL client programs may be installed at the same time. It provides a wrapper which selects the right version for the particular cluster you want to access (with a command line option, an environment variable, /etc/postgresql-common/user_clusters, or ~/.postgresqlrc). . 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. Its features include ACID transactions, foreign keys, views, sequences, subqueries, triggers, outer joins, multiversion concurrency control, and user-defined types and functions. Original-Maintainer: Martin Pitt Package: postgresql-common Priority: optional Section: database Installed-Size: 432 Maintainer: Ubuntu Developers Architecture: all Version: 129ubuntu1.2 Depends: postgresql-client-common (>= 129ubuntu1.2), procps, adduser, debconf (>= 0.5.00) | debconf-2.0, lsb-base (>= 3.0-3), ssl-cert (>= 1.0.11), logrotate Conflicts: postgresql-7.4, postgresql-8.0 Breaks: logrotate (>= 3.8), postgresql-9.1 (<< 9.1.1-3~) Filename: pool/main/p/postgresql-common/postgresql-common_129ubuntu1.2_all.deb Size: 93802 SHA256: 66ff67abce26c01417762bbfc1c513f7e35f1b96f77750e34548e53abe49f980 SHA1: 858e451ed3cf09f243f5248b576f9642dca92e8c MD5sum: 26b2002f626f85ce10fe8cdda2b6f5b2 Description: PostgreSQL database-cluster manager The postgresql-common package provides a structure under which multiple versions of PostgreSQL may be installed and/or multiple clusters maintained at one time. . This package will automatically create a (self-signed) certificate so that SSL connections are supported. . 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. Its features include ACID transactions, foreign keys, views, sequences, subqueries, triggers, outer joins, multiversion concurrency control, and user-defined types and functions. Original-Maintainer: Martin Pitt Package: postgresql-contrib Source: postgresql-common (129ubuntu1.2) Priority: optional Section: database Installed-Size: 63 Maintainer: Ubuntu Developers Architecture: all Version: 9.1+129ubuntu1.2 Depends: postgresql-contrib-9.1 Filename: pool/main/p/postgresql-common/postgresql-contrib_9.1+129ubuntu1.2_all.deb Size: 5386 SHA256: e30c8874daa78816c200b1f8ee55c12606e84cd8058318626bb02b427b3c1fdf SHA1: df2fcb453dca1af37cca6782661907e84be64b37 MD5sum: 642fe1ff1dec5007139d8994b1391106 Description: additional facilities for PostgreSQL (supported version) This metapackage always depends on the currently supported PostgreSQL database contrib package. . 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. Original-Maintainer: Martin Pitt Package: postgresql-doc Source: postgresql-common (129ubuntu1.2) Priority: optional Section: doc Installed-Size: 63 Maintainer: Ubuntu Developers Architecture: all Version: 9.1+129ubuntu1.2 Depends: postgresql-doc-9.1 Filename: pool/main/p/postgresql-common/postgresql-doc_9.1+129ubuntu1.2_all.deb Size: 5372 SHA256: 688b8ec60e3cc2b8857f6467ee9bfb1f351b855e53455afae8005bf484818070 SHA1: 6937d816d89ffc794fc5db072dc5c33404cb24fa MD5sum: bcb392428b0837b88cc1365f58f5b51f Description: documentation for the PostgreSQL database management system This metapackage always depends on the currently supported PostgreSQL database documentation package. . 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. Original-Maintainer: Martin Pitt Package: postgresql-server-dev-all Source: postgresql-common Priority: optional Section: database Installed-Size: 85 Maintainer: Ubuntu Developers Architecture: all Version: 129ubuntu1.2 Depends: postgresql-common (>= 117~), lsb-release, dctrl-tools, postgresql-server-dev-9.1 Filename: pool/main/p/postgresql-common/postgresql-server-dev-all_129ubuntu1.2_all.deb Size: 5902 SHA256: 71cf3608e819e3b23bb29e00eadaeed2b749c076621c08d934e8b160a714da1f SHA1: 1922a28301238c7c23048584c1eb5e52f4b4ef56 MD5sum: 6af3a1b5e0400ef632f85dc3c82868b4 Description: extension build tool for multiple PostgreSQL versions The postgresql-server-dev-all package provides the pg_buildext script for simplifying packaging of a PostgreSQL extension supporting multiple major versions of the product. . 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. Its features include ACID transactions, foreign keys, views, sequences, subqueries, triggers, outer joins, multiversion concurrency control, and user-defined types and functions. Original-Maintainer: Martin Pitt Package: ppp Priority: optional Section: admin Installed-Size: 894 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.4.5-5ubuntu1.4 Depends: libc6 (>= 2.15), libpam0g (>= 0.99.7.1), libpcap0.8 (>= 0.9.8), libpam-modules, libpam-runtime, procps Breaks: network-manager (<= 0.8.0.999-1), network-manager-pptp (<= 0.8.0.999-1), pppdcapiplugin (<= 1:3.9.20060704+dfsg.1-1) Filename: pool/main/p/ppp/ppp_2.4.5-5ubuntu1.4_amd64.deb Size: 358542 SHA256: 805fd7a56b03ebbc1007fdce09cc96aabf4a07876aa20ded188fc7de64b2a5c8 SHA1: 5a23fb116781a9fa7d3faf5a880d6d96ec7ac3de MD5sum: c2ac0d7c05e9e99477aead3bd54deedc Description: Point-to-Point Protocol (PPP) - daemon The Point-to-Point Protocol provides a standard way to transmit datagrams over a serial link, as well as a standard way for the machines at either end of the link to negotiate various optional characteristics of the link. . This package is most commonly used to manage a modem for dial-up or certain kinds of broadband connections. Original-Maintainer: Marco d'Itri Package: ppp-dev Source: ppp Priority: extra Section: devel Installed-Size: 182 Maintainer: Ubuntu Developers Architecture: all Version: 2.4.5-5ubuntu1.4 Filename: pool/main/p/ppp/ppp-dev_2.4.5-5ubuntu1.4_all.deb Size: 35760 SHA256: 52db9b5c36539d98ba398bb865e5fd6e26f5241907bc64920142e7a6db591eb7 SHA1: dcefb3fcde7ffdd252f2cde762a20161d4085566 MD5sum: 3e4a89cb43c1ff7f8b27d880c5bfbfb3 Description: Point-to-Point Protocol (PPP) - development files The Point-to-Point Protocol provides a standard way to transmit datagrams over a serial link, as well as a standard way for the machines at either end of the link to negotiate various optional characteristics of the link. . This package provides files needed to build pppd-related software. Original-Maintainer: Marco d'Itri Package: procmail Priority: standard Section: mail Installed-Size: 301 Maintainer: Ubuntu Developers Architecture: amd64 Version: 3.22-19ubuntu0.2 Recommends: default-mta | mail-transport-agent | fetchmail Depends: libc6 (>= 2.14) Conflicts: suidmanager (<< 0.50) Filename: pool/main/p/procmail/procmail_3.22-19ubuntu0.2_amd64.deb Size: 153358 SHA256: b7a5ff752cada1a53779bdbe79685a5cd5eccf7134745088af096226d718f8b3 SHA1: 1f0352ef7d8bd217fb2a05d436e7418657560b49 MD5sum: 67928cbf185e45b8e068a1d3c7f928e3 Description: Versatile e-mail processor Can be used to create mail-servers, mailing lists, sort your incoming mail into separate folders/files (very convenient when subscribing to one or more mailing lists or for prioritising your mail), preprocess your mail, start any programs upon mail arrival (e.g. to generate different chimes on your workstation for different types of mail) or selectively forward certain incoming mail automatically to someone. Original-Maintainer: Santiago Vila Package: procps Priority: important Section: admin Installed-Size: 669 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1:3.2.8-11ubuntu6.6 Recommends: psmisc Replaces: bsdutils (<< 2.9x-1), watch Provides: watch Depends: libc6 (>= 2.14), libncurses5 (>= 5.5-5~), libncursesw5 (>= 5.6+20070908), libtinfo5, upstart-job, lsb-base (>= 3.0-10), initscripts Conflicts: libproc-dev (<< 1:1.2.6-2), pgrep (<< 3.3-5), procps-nonfree, w-bassman (<< 1.0-3), watch Filename: pool/main/p/procps/procps_3.2.8-11ubuntu6.6_amd64.deb Size: 234792 SHA256: 9ef8e304571f80863535a70ccf37b62fda7fcbe3c95e683f0cd5d0f35e9b5242 SHA1: f97567ad44665642b7da1b44f262709c6b49ec27 MD5sum: bf31c6334dd1472c9d623d774cdeb8c1 Description: /proc file system utilities This package provides command line and full screen utilities for browsing procfs, a "pseudo" file system dynamically generated by the kernel to provide information about the status of entries in its process table (such as whether the process is running, stopped, or a "zombie"). . It contains free, kill, pkill, pgrep, pmap, ps, pwdx, skill, slabtop, snice, sysctl, tload, top, uptime, vmstat, w, and watch. Original-Maintainer: Craig Small Multi-Arch: foreign Package: python-apport Source: apport Priority: optional Section: python Installed-Size: 479 Maintainer: Martin Pitt Architecture: all Version: 2.0.1-0ubuntu17.16 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-apt (>= 0.7.9), python-problem-report (>= 0.94), python-launchpadlib (>= 1.5.7), lsb-release Filename: pool/main/a/apport/python-apport_2.0.1-0ubuntu17.16_all.deb Size: 80278 SHA256: 47ca97e4e59e4603e27a1add505846a3ca92b5a625f6c116afbd9d22036d5144 SHA1: cec05424f25e84e7bae8f5b4e492a158aba3cf94 MD5sum: acbe1825a8cec9472b7cb330d31380eb Description: apport crash report handling library Description-md5: 54f14be2fb07b7a40b9b7149768c9ecb Package: python-apt Priority: standard Section: python Installed-Size: 719 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.8.3ubuntu7.5 Recommends: lsb-release, iso-codes, xz-lzma Suggests: python-apt-dbg, python-gtk2, python-vte, python-apt-doc Provides: python2.7-apt Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), libapt-inst1.4 (>= 0.8.16~exp12), libapt-pkg4.12 (>= 0.8.16~exp12ubuntu10.28), libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0), python-apt-common Breaks: apt-forktracer (<< 0.3), apt-listchanges (<< 2.85), apt-p2p (<< 0.1.6), apt-xapian-index (<< 0.25), aptdaemon (<< 0.43+bzr805-0ubuntu10+esm1), aptoncd (<< 0.1.98+bzr117), bcfg2 (<< 1.0.1), bzr-builddeb (<< 2.4), computer-janitor (<< 1.14.1-1+), debdelta (<< 0.41+), debpartial-mirror (<< 0.2.98), debsecan (<< 0.4.15), gdebi (<< 0.6.1), germinate (<< 1.21), gnome-codec-install (<< 0.4.5), mini-dinstall (<< 0.6.28), packagekit-backend-apt (<= 0.4.8-0ubuntu4), python-cdd (<< 0.0.10), python-dogtail (<< 0.6.1-3.1+), python-software-properties (<< 0.70.debian-1+), rebuildd (<< 0.3.9), software-center (<< 1.1.21debian2), tla-buildpackage (<< 0.9.14), ubuntu-dev-tools (<< 0.93debian1), unattended-upgrades (<< 0.42debian2), update-manager (<< 0.200.2-1), update-notifier (<< 0.99.3debian9), wajig (<< 2.0.46) Filename: pool/main/p/python-apt/python-apt_0.8.3ubuntu7.5_amd64.deb Size: 188272 SHA256: 9544c124725bec49ca96c888578702c73039d9cb441342f66162f5314fc76b32 SHA1: 5fcc96c2eebeba1f759a173bb033d028ba06fc44 MD5sum: d0665ec63cf60c5a85fb9f7ca683a477 Description: Python interface to libapt-pkg Description-md5: 178de2dd3c771d18348cca433d20d95b Python-Version: 2.7 Original-Maintainer: APT Development Team Package: python-apt-common Source: python-apt Priority: optional Section: python Installed-Size: 200 Maintainer: Ubuntu Developers Architecture: all Version: 0.8.3ubuntu7.5 Replaces: python-apt (<< 0.7.98+nmu1) Depends: python | python3 Enhances: python-apt, python3-apt Breaks: python-apt (<< 0.7.98+nmu1) Filename: pool/main/p/python-apt/python-apt-common_0.8.3ubuntu7.5_all.deb Size: 20550 SHA256: c5590ef29a82ac5317e16bd5de348b5a72728dbc83e59a0d77f358ddf7882655 SHA1: 243ffb74175e25d3deb2e2c17aac3980c7cafbfc MD5sum: 34f680423e09f032ab0abd1e4588ce15 Description: Python interface to libapt-pkg (locales) The apt_pkg Python interface will provide full access to the internal libapt-pkg structures allowing Python programs to easily perform a variety of functions. . This package contains locales. Original-Maintainer: APT Development Team Package: python-apt-dbg Source: python-apt Priority: extra Section: debug Installed-Size: 6350 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.8.3ubuntu7.5 Depends: python-dbg, python-apt (= 0.8.3ubuntu7.5), libapt-inst1.4 (>= 0.8.16~exp12), libapt-pkg4.12 (>= 0.8.16~exp12ubuntu10.28), libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Filename: pool/main/p/python-apt/python-apt-dbg_0.8.3ubuntu7.5_amd64.deb Size: 2332098 SHA256: f002031e1c80b83fad3534719ff63137741007df8c052ebcef804dc9d515685e SHA1: dfaddfcbaa06a7bf7712e50800a20c39399215f2 MD5sum: cd014cece2c4ce60b4f474af8c451f35 Description: Python interface to libapt-pkg (debug extension) The apt_pkg Python interface will provide full access to the internal libapt-pkg structures allowing Python programs to easily perform a variety of functions. . This package contains the extension built for the Python debug interpreter. Python-Version: 2.7 Original-Maintainer: APT Development Team Package: python-apt-dev Source: python-apt Priority: optional Section: python Installed-Size: 67 Maintainer: Ubuntu Developers Architecture: all Version: 0.8.3ubuntu7.5 Recommends: python-dev Depends: python-apt (>= 0.8.3ubuntu7.5), libapt-pkg-dev (>= 0.7.10) Filename: pool/main/p/python-apt/python-apt-dev_0.8.3ubuntu7.5_all.deb Size: 8058 SHA256: abd38a1181f9f64d0287729ae415ec691c2f21ffac723348d5176f09fb8b6d2a SHA1: cef17f9aab6103548da08e652d2b547ea669ad41 MD5sum: f98fae7a13bebcab951d0206dd0f922a Description: Python interface to libapt-pkg (development files) The apt_pkg Python interface will provide full access to the internal libapt-pkg structures allowing Python programs to easily perform a variety of functions. . This package contains the header files needed to use python-apt objects from C++ applications. Original-Maintainer: APT Development Team Package: python-apt-doc Source: python-apt Priority: optional Section: doc Installed-Size: 1374 Maintainer: Ubuntu Developers Architecture: all Version: 0.8.3ubuntu7.5 Replaces: python-apt (<< 0.7.94) Depends: libjs-jquery, python-apt Enhances: python-apt Filename: pool/main/p/python-apt/python-apt-doc_0.8.3ubuntu7.5_all.deb Size: 247416 SHA256: 1d572513e3e822af37d4a4c662392ff67f4a24e034f0c997eda086dc4f40059f SHA1: d560463fc50cc6224809bdba107789ef13dac10e MD5sum: 3e5e55606b65b315aeecaa7eff4d06d6 Description: Python interface to libapt-pkg (API documentation) The apt_pkg Python interface will provide full access to the internal libapt-pkg structures allowing Python programs to easily perform a variety of functions. . This package contains the API documentation of python-apt. Original-Maintainer: APT Development Team Package: python-aptdaemon Source: aptdaemon Priority: extra Section: python Installed-Size: 444 Maintainer: Ubuntu Developers Architecture: all Version: 0.43+bzr805-0ubuntu10.1 Recommends: aptdaemon Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-apt (>= 0.7.96.1ubuntu9), python-debian, python-defer, python-dbus, python-gi, gir1.2-glib-2.0, python-pkg-resources, python-software-properties, policykit-1 Filename: pool/main/a/aptdaemon/python-aptdaemon_0.43+bzr805-0ubuntu10.1_all.deb Size: 81936 SHA256: 314452f5bcebeba7afbbabd3d11cbff2202fce1915e8b591dfcefb7f0d584058 SHA1: f9e536411fb30d4c948e32c4cf90032ed347ac8f MD5sum: 38a6c57b5fc6b61c336b656f6973d319 Description: Python module for the server and client of aptdaemon Aptdaemon is a transaction based package management service. It allows normal users to perform package management tasks, e.g. refreshing the cache, upgrading the system, installing or removing software packages. . This package provides the Python modules required to run aptdaemon and to implement a client. The API is not stable yet. Python-Version: 2.7 Original-Maintainer: Julian Andres Klode Package: python-aptdaemon-gtk Source: aptdaemon Priority: extra Section: python Installed-Size: 39 Maintainer: Ubuntu Developers Architecture: all Version: 0.43+bzr805-0ubuntu10.1 Depends: python-aptdaemon.gtkwidgets (= 0.43+bzr805-0ubuntu10.1), python-aptdaemon.gtk3widgets (= 0.43+bzr805-0ubuntu10.1) Filename: pool/main/a/aptdaemon/python-aptdaemon-gtk_0.43+bzr805-0ubuntu10.1_all.deb Size: 1684 SHA256: 259fe7b9d687a189321c6f7e3a4190091cc830387b0d101b99b9c85cf409214c SHA1: 8c8533f0ca182b2368c9c0bdf8006d8c43bee9eb MD5sum: 52f0c744dc65fdf870896b567074811f Description: Transitional dummy package Aptdaemon is a transaction based package management daemon. It allows normal users to perform package management tasks, e.g. refreshing the cache, upgrading the system, installing or removing software packages. . This is a transitional dummy package to ease the migration from the python-aptdaemon-gtk to the new python-aptdaemon.gtk(3)widgets packages. . You can remove it safely. Original-Maintainer: Julian Andres Klode Package: python-aptdaemon.gtk3widgets Source: aptdaemon Priority: extra Section: python Installed-Size: 116 Maintainer: Ubuntu Developers Architecture: all Version: 0.43+bzr805-0ubuntu10.1 Replaces: python-aptdaemon-gtk (<< 0.41+bzr582-0ubuntu1) Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-aptdaemon (= 0.43+bzr805-0ubuntu10.1), python-gi, gir1.2-gtk-3.0, gir1.2-vte-2.90, aptdaemon-data Conflicts: python-aptdaemon-gtk (<< 0.41+bzr582-0ubuntu1) Filename: pool/main/a/aptdaemon/python-aptdaemon.gtk3widgets_0.43+bzr805-0ubuntu10.1_all.deb Size: 14962 SHA256: d0ad93e2b1dac363b7764d63d17dd252c69a12578b8c073c9e6878ffaeaba753 SHA1: b234fc6d1beb9d6355dd3c3ddd7e21703a4a7ebd MD5sum: aeddbe648d30d7f575b57d0916e4a1df Description: Python GTK+ 3 widgets to run an aptdaemon client Aptdaemon is a transaction based package management daemon. It allows normal users to perform package management tasks, e.g. refreshing the cache, upgrading the system, installing or removing software packages. . This package provides the Python GTK+ 3 widgets to implement a fully working graphical client. The widgets can be used to initiate, to monitor and to control a transaction. The API is not stable yet. Python-Version: 2.7 Original-Maintainer: Julian Andres Klode Package: python-aptdaemon.gtkwidgets Source: aptdaemon Priority: extra Section: python Installed-Size: 112 Maintainer: Ubuntu Developers Architecture: all Version: 0.43+bzr805-0ubuntu10.1 Replaces: python-aptdaemon-gtk (<< 0.41+bzr582-0ubuntu1) Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-aptdaemon (= 0.43+bzr805-0ubuntu10.1), python-gtk2, python-vte, aptdaemon-data Conflicts: python-aptdaemon-gtk (<< 0.41+bzr582-0ubuntu1) Filename: pool/main/a/aptdaemon/python-aptdaemon.gtkwidgets_0.43+bzr805-0ubuntu10.1_all.deb Size: 14072 SHA256: a3b61bac7670335de17c9ed682a2e4299dae390d48268da30f2aa6c97b285356 SHA1: b79e3da1585f7b949edbf1dd26f4dbd740bd5806 MD5sum: 2563062fdc4eeeeae4e43add0f4e515e Description: Python GTK+ 2 widgets to run an aptdaemon client Aptdaemon is a transaction based package management daemon. It allows normal users to perform package management tasks, e.g. refreshing the cache, upgrading the system, installing or removing software packages. . This package provides the Python GTK+ widgets to implement a fully working graphical client. The widgets can be used to initiate, to monitor and to control a transaction. The API is not stable yet. Python-Version: 2.7 Original-Maintainer: Julian Andres Klode Package: python-aptdaemon.pkcompat Source: aptdaemon Priority: extra Section: python Installed-Size: 212 Maintainer: Ubuntu Developers Architecture: all Version: 0.43+bzr805-0ubuntu10.1 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-aptdaemon (= 0.43+bzr805-0ubuntu10.1), python-packagekit Conflicts: packagekit Filename: pool/main/a/aptdaemon/python-aptdaemon.pkcompat_0.43+bzr805-0ubuntu10.1_all.deb Size: 29138 SHA256: a956f0cb916c66a56b598dd1f657f52aac4e9b1f6b6bfc5f4813761c520cdaf3 SHA1: 7756e394625d8a58846640b148dbe26fc32cbb3b MD5sum: 179947259be8a508790b2a2ef40aaf29 Description: PackageKit compatibilty for AptDaemon Aptdaemon is a transaction based package management daemon. It allows normal users to perform package management tasks, e.g. refreshing the cache, upgrading the system, installing or removing software packages. . This package adds a PackageKit DBus interface to AptDaemon. Python-Version: 2.7 Original-Maintainer: Julian Andres Klode Package: python-aptdaemon.test Source: aptdaemon Priority: extra Section: python Installed-Size: 173 Maintainer: Ubuntu Developers Architecture: all Version: 0.43+bzr805-0ubuntu10.1 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-aptdaemon (= 0.43+bzr805-0ubuntu10.1) Filename: pool/main/a/aptdaemon/python-aptdaemon.test_0.43+bzr805-0ubuntu10.1_all.deb Size: 81150 SHA256: 64d9cc772c892349ea21e0234e8381079bbe0f658b7a7781b0206f2c86ed47e7 SHA1: c33daa7cb5f332a3e74b0e483bb40f1e98f688ea MD5sum: e8ce09364c934ace82186b7561dd36e1 Description: Test environment for aptdaemon clients Aptdaemon is a transaction based package management daemon. It allows normal users to perform package management tasks, e.g. refreshing the cache, upgrading the system, installing or removing software packages. . This package provides the aptdaemon.test module and several helper scripts and a test repository to write unittests for aptdaemon clients. Python-Version: 2.7 Original-Maintainer: Julian Andres Klode Package: python-avahi Source: avahi Priority: optional Section: python Installed-Size: 96 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.6.30-5ubuntu2.3 Provides: python2.7-avahi Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-gdbm (>= 2.4.3-1), libavahi-common-data (>= 0.6.22), python-dbus Filename: pool/main/a/avahi/python-avahi_0.6.30-5ubuntu2.3_amd64.deb Size: 8838 SHA256: 12ce339d594346e89f10fa243bd1f99bf515017e0435c2383b1f807119b67bd4 SHA1: 60900502242c90338aae98cd3bafe186837d7f76 MD5sum: 9bff89fd78a025c1e1a80aa74716f601 Description: Python utility package for Avahi Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains utility modules to talk to Avahi with Python easier. Original-Maintainer: Utopia Maintenance Team Package: python-bzrlib Source: bzr Priority: optional Section: python Installed-Size: 8232 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.5.1-0ubuntu2.1 Recommends: ca-certificates, python-launchpadlib, python-paramiko Replaces: bzr (<< 2.3.0-2) Suggests: python-bzrlib.tests, python-kerberos (>= 1.0+svn2455-1), python-gpgme, python-pycurl, python-bzrlib-dbg, xdg-utils Provides: python2.7-bzrlib Depends: python-configobj, python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), libc6 (>= 2.14) Breaks: bzr (<< 2.3.0-2) Filename: pool/main/b/bzr/python-bzrlib_2.5.1-0ubuntu2.1_amd64.deb Size: 1761582 SHA256: f9c2aa111b99a9d657f8d9f11c1ecda1d585354c5411ff727ce622c178881b8e SHA1: 695d7fb00897b922a1fc58b66bc7e7c760ab78fd MD5sum: 0f80f5ad323cfd160ee74db2ccd44740 Description: distributed version control system - python library Bazaar is a distributed version control system designed to be easy to use and intuitive, able to adapt to many workflows, reliable, and easily extendable. . This package contains the Bazaar Python library. . Install python-paramiko if you are going to push branches to remote hosts with sftp, and python-pycurl if you'd like for SSL certificates always to be verified. Original-Maintainer: Debian Bazaar Maintainers Package: python-bzrlib-dbg Source: bzr Priority: extra Section: debug Installed-Size: 4037 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.5.1-0ubuntu2.1 Suggests: python-meliae-dbg, python-lzma-dbg, python-gpgme-dbg Provides: python2.7-bzrlib-dbg Depends: python2.7-dbg, python-dbg (>= 2.7), python-dbg (<< 2.8), libc6 (>= 2.14), python-bzrlib (= 2.5.1-0ubuntu2.1) Filename: pool/main/b/bzr/python-bzrlib-dbg_2.5.1-0ubuntu2.1_amd64.deb Size: 1329106 SHA256: a912167cd5a698357e614cb46d511d9acc4ff6b97cb5714633ace6c23fee15d5 SHA1: 264b69d99bbe6c05eb36efa933a99ad012e2b3f1 MD5sum: badae46442702bf7792b37e9fec09572 Description: distributed version control system - debug extension Bazaar is a distributed version control system designed to be easy to use and intuitive, able to adapt to many workflows, reliable, and easily extendable. . This package contains the debug extension for the Bazaar Python library. Original-Maintainer: Debian Bazaar Maintainers Package: python-bzrlib.tests Source: bzr Priority: optional Section: python Installed-Size: 8134 Maintainer: Ubuntu Developers Architecture: all Version: 2.5.1-0ubuntu2.1 Replaces: python-bzrlib (<< 2.4.0~beta1-2) Suggests: python-subunit Provides: python2.7-bzrlib.tests Depends: python-bzrlib (>= 2.5.1-0ubuntu2.1), python-bzrlib (<= 2.5.1-0ubuntu2.1.1~), python-testtools (>= 0.9.5~), python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Breaks: python-bzrlib (<< 2.4.0~beta1-2) Filename: pool/main/b/bzr/python-bzrlib.tests_2.5.1-0ubuntu2.1_all.deb Size: 1416842 SHA256: f9236ec58a8631f85df44c6639f8f40761fbd64f11bd7083ec5edec3060655cc SHA1: 31a14bb7980552fd297b886a6d47e5365838682b MD5sum: 2a3fd3ef9ff2088156842584afed133c Description: distributed version control system - testsuite Bazaar is a distributed version control system designed to be easy to use and intuitive, able to adapt to many workflows, reliable, and easily extendable. . This package contains the bzrlib test infrastructure and testsuite, which is required to run the 'bzr selftest' command and to run plugin tests. Original-Maintainer: Debian Bazaar Maintainers Package: python-crypto Priority: optional Section: python Installed-Size: 1193 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.4.1-1ubuntu0.3 Replaces: python2.3-crypto, python2.4-crypto Suggests: python-crypto-dbg, python-crypto-doc Provides: python2.7-crypto Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), libc6 (>= 2.14), libgmp10 Conflicts: python2.3-crypto, python2.4-crypto Filename: pool/main/p/python-crypto/python-crypto_2.4.1-1ubuntu0.3_amd64.deb Size: 295424 SHA256: 2a1cf2bdd2c28cfb7365952739c056cd67adaa089407c5ac34ab56863ed3211b SHA1: 891f7b02da1b9ed5e1ce1f5c925bb7ec89bd0f3e MD5sum: caa2ac9359664cdd1cf8bce9073949a4 Description: cryptographic algorithms and protocols for Python Description-md5: 07fddb58155a919f9a5689ec25635163 Original-Maintainer: Sebastian Ramacher Package: python-crypto-dbg Source: python-crypto Priority: extra Section: debug Installed-Size: 1634 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.4.1-1ubuntu0.3 Provides: python2.7-crypto-dbg Depends: python-crypto (= 2.4.1-1ubuntu0.3), libc6 (>= 2.14), libgmp10, python2.7-dbg, python-dbg (>= 2.7), python-dbg (<< 2.8) Filename: pool/main/p/python-crypto/python-crypto-dbg_2.4.1-1ubuntu0.3_amd64.deb Size: 527242 SHA256: 9e3f5a98af632ab92ddcf6895f5fca30f5aaa36120aa8136e73b589f42cfdeac SHA1: df58179e96289be2825596ddd70934c3ec7040ae MD5sum: f226277cb3363a739c85003ad9230676 Description: cryptographic algorithms and protocols for Python (debug extension) A collection of cryptographic algorithms and protocols, implemented for use from Python. . This package contains the extensions built for the Python debug interpreter. Original-Maintainer: Sebastian Ramacher Package: python-crypto-doc Source: python-crypto Priority: optional Section: doc Installed-Size: 1435 Maintainer: Ubuntu Developers Architecture: all Version: 2.4.1-1ubuntu0.3 Replaces: python-crypto (<< 2.3) Breaks: python-crypto (<< 2.3) Filename: pool/main/p/python-crypto/python-crypto-doc_2.4.1-1ubuntu0.3_all.deb Size: 99800 SHA256: 67b50a63768d3d171dd911995df32b29b0ab8f9dc0d79b3ec01dc4418606bf38 SHA1: 7dbf0e29cdc4ff2bd58008f7c87b14d51462ccde MD5sum: 2355c21938cfbfa0c108273587ba4463 Description: cryptographic algorithms and protocols for Python (documentation) A collection of cryptographic algorithms and protocols, implemented for use from Python. . This package contains technical documentation. Original-Maintainer: Sebastian Ramacher Package: python-distro-info Source: distro-info Priority: optional Section: python Installed-Size: 84 Maintainer: Ubuntu Developers Architecture: all Version: 0.8.2ubuntu1 Replaces: distro-info (<< 0.3~) Depends: distro-info-data, python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Breaks: distro-info (<< 0.3~) Filename: pool/main/d/distro-info/python-distro-info_0.8.2ubuntu1_all.deb Size: 8956 SHA256: 8e5a8097f7a6f012cca1a6433a83c9bc3cd32e7b276f03ee7aed46a7c40ac0c8 SHA1: 16a158b3f92f78652424548ce8e41ebcac3afffd MD5sum: c98f32b19ae1476f887770b5d5ecbe88 Description: information about distributions' releases (Python module) Information about all releases of Debian and Ubuntu. . This package contains a Python module for parsing the data in distro-info-data. There is also a command line interface in the distro-info package. Original-Maintainer: Benjamin Drung Package: python-jinja2 Source: jinja2 Priority: optional Section: python Installed-Size: 1003 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.6-1ubuntu0.2 Recommends: python-pkg-resources Suggests: python-jinja2-doc Provides: python2.7-jinja2 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), libc6 (>= 2.2.5), python-markupsafe Enhances: python-pybabel Filename: pool/main/j/jinja2/python-jinja2_2.6-1ubuntu0.2_amd64.deb Size: 159948 SHA256: c5e29abb5287a270964a65e8e966a57278f5d341ed74a59c0ccdf7fb87269b92 SHA1: 94f8288073230c048ba518c36398989634130f0b MD5sum: dd7ea28338aac571ee1b7d676ed1e982 Description: small but fast and easy to use stand-alone template engine Description-md5: bc9979634546085a2858654b3c1131ac Original-Maintainer: Piotr Ożarowski Package: python-jinja2-dbg Source: jinja2 Priority: extra Section: debug Installed-Size: 91 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.6-1ubuntu0.2 Provides: python2.7-jinja2-dbg Depends: python-jinja2 (= 2.6-1ubuntu0.2), python-dbg, libc6 (>= 2.2.5) Filename: pool/main/j/jinja2/python-jinja2-dbg_2.6-1ubuntu0.2_amd64.deb Size: 11476 SHA256: 32d3ae2e4c7bbfd373f9d10cca69906834eb7eeaf6c6fd8421dad0a5640ff07a SHA1: be154a2e9dd6db0a4b3e0f7ecf7afe3596bd39d9 MD5sum: 90cfe7086ec898a021f5e4545cb0571e Description: small but fast and easy to use stand-alone template engine Jinja2 is a template engine written in pure Python. It provides a Django inspired non-XML syntax but supports inline expressions and an optional sandboxed environment. . This package contains the extension built for the Python debug interpreter. Original-Maintainer: Piotr Ożarowski Package: python-jinja2-doc Source: jinja2 Priority: extra Section: doc Installed-Size: 978 Maintainer: Ubuntu Developers Architecture: all Version: 2.6-1ubuntu0.2 Recommends: python-jinja2 Depends: libjs-jquery Filename: pool/main/j/jinja2/python-jinja2-doc_2.6-1ubuntu0.2_all.deb Size: 154994 SHA256: fed67477d9c7bd247c50efa4715438dd018da0d38079a63b4700cf7d70112c79 SHA1: f8b35907a593d5ccc0a4ee54d2e3979d1ee49f2a MD5sum: 429b8894cf0075ce239a7a5866fe9ba3 Description: documentation for the Jinja2 Python library Jinja2 is a small but fast and easy to use stand-alone template engine . This package contains the documentation for Jinja2 in HTML and reStructuredText formats. Original-Maintainer: Piotr Ożarowski Package: python-liblcms Source: lcms Priority: optional Section: python Installed-Size: 3746 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.19.dfsg-1ubuntu3.1 Depends: liblcms1 (= 1.19.dfsg-1ubuntu3.1), libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libpython2.7 (>= 2.7), libstdc++6 (>= 4.1.1), python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Filename: pool/main/l/lcms/python-liblcms_1.19.dfsg-1ubuntu3.1_amd64.deb Size: 772254 SHA256: c75f43d05de1a8eb42d4d2f4087d908a90d8b49c50266458a03b01e67baafa16 SHA1: 1d5eb2a5f6dc651be8c46101331537633ef72258 MD5sum: 51ea03b75f94c8de8d3e850e5b1164c0 Description: Python bindings for Little CMS color management library LittleCMS color management library Python bindings have been produced with SWIG and allow access to liblcms1 functions from Python code. Original-Maintainer: Oleksandr Moskalenko Package: python-libxml2 Source: libxml2 Priority: optional Section: python Installed-Size: 904 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.7.8.dfsg-5.1ubuntu4.22 Provides: python2.7-libxml2 Depends: libc6 (>= 2.14), libxml2 (>= 2.7.4), python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Filename: pool/main/libx/libxml2/python-libxml2_2.7.8.dfsg-5.1ubuntu4.22_amd64.deb Size: 187018 SHA256: c69a959e8c3dac2e76981e2bb0f2e4d7e44a7304b4834e005469706cf7b4adcc SHA1: ad5bfec39c15934c44f353853d574bacf690defb MD5sum: b40178c2351be8bcb51ad7ea7dd2b346 Description: 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. Original-Maintainer: Debian XML/SGML Group Package: python-libxml2-dbg Source: libxml2 Priority: extra Section: debug Installed-Size: 1246 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.7.8.dfsg-5.1ubuntu4.22 Provides: python2.7-libxml2-dbg Depends: python-dbg, python-libxml2 (= 2.7.8.dfsg-5.1ubuntu4.22), libc6 (>= 2.14), libxml2 (>= 2.7.4) Filename: pool/main/libx/libxml2/python-libxml2-dbg_2.7.8.dfsg-5.1ubuntu4.22_amd64.deb Size: 389836 SHA256: 426a52d89e50a3d2ddb50a2fbe69ff1dc0a2163015d20399b73ac6ccbf293ebd SHA1: ff705b930d9036b6f1413893307aa7ce4d0afd33 MD5sum: fe2b60130c2bbeb02c9791ea44cfd1cc Description: 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. Original-Maintainer: Debian XML/SGML Group Package: python-libxslt1 Source: libxslt Priority: optional Section: python Installed-Size: 296 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.1.26-8ubuntu1.6 Provides: python2.7-libxslt1 Depends: libc6 (>= 2.3.4), libxslt1.1 (>= 1.1.25), python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-libxml2 Filename: pool/main/libx/libxslt/python-libxslt1_1.1.26-8ubuntu1.6_amd64.deb Size: 40842 SHA256: 227e4a98742720996ce50cd12e0376df6bcb53845a02d3eb08e9309b709c3fe6 SHA1: 4162a4d7d0ce69d983ce8e897c4884e7945efa54 MD5sum: 8dedb8857d0e411a610d989377d7adf1 Description: 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. Original-Maintainer: Debian XML/SGML Group Package: python-libxslt1-dbg Source: libxslt Priority: extra Section: debug Installed-Size: 567 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.1.26-8ubuntu1.6 Provides: python2.7-libxslt1-dbg Depends: python-dbg, python-libxslt1 (= 1.1.26-8ubuntu1.6), libc6 (>= 2.2.5), libxslt1.1 (>= 1.1.25), python-libxml2-dbg Filename: pool/main/libx/libxslt/python-libxslt1-dbg_1.1.26-8ubuntu1.6_amd64.deb Size: 139454 SHA256: ccef4d3114195930d31ef86a203bf91795304e83b9f8632c81fa73951fb51aa4 SHA1: d38b9d96c6da07f85126d0b6e9a687943f1dc260 MD5sum: 7c4f6271e2effd947efa2cd43c5fe912 Description: 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. Original-Maintainer: Debian XML/SGML Group Package: python-lxml Source: lxml Priority: optional Section: python Installed-Size: 2151 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.3.2-1ubuntu0.5 Replaces: python2.3-lxml, python2.4-lxml Suggests: python-lxml-dbg Provides: python2.7-lxml Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), libc6 (>= 2.14), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.26) Conflicts: python2.3-lxml, python2.4-lxml Filename: pool/main/l/lxml/python-lxml_2.3.2-1ubuntu0.5_amd64.deb Size: 662458 SHA256: c559cc2f028edcc78f4672115e4867b342efe01f56e249cc3393fbb725dd6f09 SHA1: 8f15e760539e6f9e52e992f213b85789a2cae361 MD5sum: 79102201b163dcfe43b3f9a80396c235 Description: pythonic binding for the libxml2 and libxslt libraries Description-md5: e224922311b65b48fed17e22fae46598 Original-Maintainer: Matthias Klose Package: python-lxml-dbg Source: lxml Priority: extra Section: debug Installed-Size: 11069 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.3.2-1ubuntu0.5 Depends: python-lxml (= 2.3.2-1ubuntu0.5), python-dbg, libc6 (>= 2.14), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.26) Filename: pool/main/l/lxml/python-lxml-dbg_2.3.2-1ubuntu0.5_amd64.deb Size: 3097880 SHA256: 003f796a154bc76ce749eafc342c9693f0e7dcdace72c68903139ba731e10930 SHA1: efecb5e70e1d20fbd9f877a789b117379de403e8 MD5sum: 7f6e13088cbe6affecdeedf46effb6c3 Description: pythonic binding for the libxml2 and libxslt libraries (debug extension) lxml is a new Python binding for libxml2 and libxslt, completely independent from existing Python bindings. . This package contains the extension built for the Python debug interpreter. Original-Maintainer: Matthias Klose Package: python-lxml-doc Source: lxml Priority: extra Section: doc Installed-Size: 20304 Maintainer: Ubuntu Developers Architecture: all Version: 2.3.2-1ubuntu0.5 Recommends: python-lxml Filename: pool/main/l/lxml/python-lxml-doc_2.3.2-1ubuntu0.5_all.deb Size: 1611098 SHA256: 6ead7637e3e5e750d82dc2b7c1440721ff1bed940c3f8ce039c2b5a618a5c93b SHA1: 6af81da023823278d5aa6d3fa96c89644731f93b MD5sum: 2449ab80fcfdfbc2f86fdc52d965ed2c Description: pythonic binding for the libxml2 and libxslt libraries (documentation) lxml is a new Python binding for libxml2 and libxslt, completely independent from these existing Python bindings. . This package contains the html documentation. Original-Maintainer: Matthias Klose Package: python-magic Source: file Priority: extra Section: python Installed-Size: 87 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.09-2ubuntu0.8 Suggests: python-magic-dbg Provides: python2.7-magic Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), libmagic1 (= 5.09-2ubuntu0.8) Filename: pool/main/f/file/python-magic_5.09-2ubuntu0.8_amd64.deb Size: 4842 SHA256: f24e9058446c0889b5f8ffe3d756fa94bc6e2bda6041f03f1139cb803ecd643b SHA1: 6e18f05ece28e854026ca9eb5f4c7ef3c8cab0de MD5sum: 26ebbee49dc05820ba9fefcc33e346fc Description: 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. Original-Maintainer: Daniel Baumann Package: python-magic-dbg Source: file Priority: extra Section: debug Installed-Size: 21 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.09-2ubuntu0.8 Depends: python-magic (= 5.09-2ubuntu0.8), python-dbg Filename: pool/main/f/file/python-magic-dbg_5.09-2ubuntu0.8_amd64.deb Size: 940 SHA256: 3a64da8aad0801ff5c2d29e9d79fdd7d57f30dabaf761fde14930bfebacd2e09 SHA1: b3d82c68ef92ca52a4e9970ce1217b8e38a9796e MD5sum: 9e23ad347e0c6dcfc407bba426a5b427 Description: 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. Original-Maintainer: Daniel Baumann Package: python-paramiko Source: paramiko Priority: optional Section: python Installed-Size: 7027 Maintainer: Ubuntu Developers Architecture: all Version: 1.7.7.1-2ubuntu1.2 Provides: python2.7-paramiko Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-crypto (>= 2.1.0-2) Filename: pool/main/p/paramiko/python-paramiko_1.7.7.1-2ubuntu1.2_all.deb Size: 804694 SHA256: 835b1837c33e244a3ffc4278de9a69e7173a332a6973ff6d2007f384933d717a SHA1: 4991f2ce710b3c055eb2ff8eb56b86b42504b8c3 MD5sum: 169867b9c4f58276dab39c4d47c71259 Description: Make ssh v2 connections with Python This is a library for making SSH2 connections (client or server). Emphasis is on using SSH2 as an alternative to SSL for making secure connections between Python scripts. All major ciphers and hash methods are supported. SFTP client and server mode are both supported too. Original-Maintainer: Jeremy T. Bouse Package: python-problem-report Source: apport Priority: optional Section: python Installed-Size: 158 Maintainer: Martin Pitt Architecture: all Version: 2.0.1-0ubuntu17.16 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Filename: pool/main/a/apport/python-problem-report_2.0.1-0ubuntu17.16_all.deb Size: 9750 SHA256: 2e7965f54ee57bda7b8989159f49da8fee05717d5c707b6a09da0c11b409ee3f SHA1: 77566b74a10090a0c58ba314968ad3211d1cc766 MD5sum: 48358df91d55cca96c810466d346f9fe Description: 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-subversion Source: subversion Priority: optional Section: python Installed-Size: 3216 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.6.17dfsg-3ubuntu3.8 Suggests: python-subversion-dbg Provides: python2.7-subversion Depends: subversion, libapr1 (>= 1.2.7), libc6 (>= 2.14), libsvn1 (>= 1.6), python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Pre-Depends: multiarch-support Filename: pool/main/s/subversion/python-subversion_1.6.17dfsg-3ubuntu3.8_amd64.deb Size: 673700 SHA256: b177b36eaff3a26777218a34716457b18a015aeb4e1a43f42a74b8077bb43155 SHA1: b8462813b9ba769a0caa320be670109a0bf89bab MD5sum: 6b47289e27c9cc6542e905544805ed93 Description: Python bindings for Subversion 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. Original-Maintainer: Peter Samuelson Package: python-subversion-dbg Source: subversion Priority: extra Section: python Installed-Size: 10323 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.6.17dfsg-3ubuntu3.8 Provides: python2.7-subversion-dbg Depends: python-subversion (= 1.6.17dfsg-3ubuntu3.8), python-dbg (>= 2.7), libapr1 (>= 1.2.7), libc6 (>= 2.14), libsvn1 (>= 1.6), python2.7-dbg, python-dbg (<< 2.8) Pre-Depends: multiarch-support Filename: pool/main/s/subversion/python-subversion-dbg_1.6.17dfsg-3ubuntu3.8_amd64.deb Size: 2850152 SHA256: 666bcd2d959729d5fdba62df191932f431b24538d96e238d14b3fdee178f11a7 SHA1: 2d2754b8c93a9b98832308b131935933b134e885 MD5sum: 599d61f6da31418cda6a10af18b7a937 Description: 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. Original-Maintainer: Peter Samuelson Package: python2.7 Priority: optional Section: python Installed-Size: 8792 Maintainer: Ubuntu Core Developers Architecture: amd64 Version: 2.7.3-0ubuntu3.19 Replaces: python-profiler (<= 2.7.1-2) Suggests: python2.7-doc, binutils Provides: python-argparse, python2.7-argparse, python2.7-celementtree, python2.7-cjkcodecs, python2.7-ctypes, python2.7-elementtree, python2.7-profiler, python2.7-wsgiref Depends: python2.7-minimal (= 2.7.3-0ubuntu3.19), mime-support, libbz2-1.0, libc6 (>= 2.15), libdb5.1, libexpat1 (>= 1.95.8), libgcc1 (>= 1:4.1.1), libncursesw5 (>= 5.6+20070908), libreadline6 (>= 6.0), libsqlite3-0 (>= 3.5.9), libtinfo5 Conflicts: python-profiler (<= 2.7.1-2) Filename: pool/main/p/python2.7/python2.7_2.7.3-0ubuntu3.19_amd64.deb Size: 2680676 SHA256: c49f01c0f8462948eefd2da70dd8c6dbbf99bf9730554d7ac1d507c262f39fe5 SHA1: 6b5a69b9462636604cfd82a9c7421f52ecf540f0 MD5sum: 19cf7d7312fb5e0260e8b88a5b2d90e7 Description: 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. Multi-Arch: allowed Original-Maintainer: Matthias Klose Package: python2.7-dbg Source: python2.7 Priority: extra Section: debug Installed-Size: 30183 Maintainer: Ubuntu Core Developers Architecture: amd64 Version: 2.7.3-0ubuntu3.19 Suggests: python-gdbm-dbg, python-tk-dbg Depends: python2.7 (>= 2.7.3-0ubuntu3.19), libbz2-1.0, libc6 (>= 2.14), libdb5.1, libexpat1 (>= 1.95.8), libncursesw5 (>= 5.6+20070908), libreadline6 (>= 6.0), libsqlite3-0 (>= 3.5.9), libssl1.0.0 (>= 1.0.0), libtinfo5, zlib1g (>= 1:1.2.0) Filename: pool/main/p/python2.7/python2.7-dbg_2.7.3-0ubuntu3.19_amd64.deb Size: 9538540 SHA256: c80ac05d59694cf82657b2a181149a61dc59fc1aa2ea17ac04fa94f50aff0493 SHA1: bf1c9dbbe33a431a362dc0a6d20e5dd7e8de32e8 MD5sum: 12ccd6f2193a07e770e44e07864e1cd5 Description: 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. Multi-Arch: allowed Original-Maintainer: Matthias Klose Package: python2.7-dev Source: python2.7 Priority: optional Section: python Installed-Size: 38323 Maintainer: Ubuntu Core Developers Architecture: amd64 Version: 2.7.3-0ubuntu3.19 Recommends: libc6-dev | libc-dev Replaces: python2.7 (<< 2.7-3) Depends: python2.7 (= 2.7.3-0ubuntu3.19), libpython2.7 (= 2.7.3-0ubuntu3.19), libexpat1-dev, libssl-dev Filename: pool/main/p/python2.7/python2.7-dev_2.7.3-0ubuntu3.19_amd64.deb Size: 29540526 SHA256: 2ea3f77930df859bafbc6395f17148fb6554bf69333cefd1d852589363caa780 SHA1: 80d5ada8f1c054902e9b0c99face3677f0b4b340 MD5sum: 38122f9be8dad609c70eab406627b068 Description: 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. Original-Maintainer: Matthias Klose Package: python2.7-doc Source: python2.7 Priority: optional Section: doc Installed-Size: 30569 Maintainer: Ubuntu Core Developers Architecture: all Version: 2.7.3-0ubuntu3.19 Suggests: python2.7 Depends: libjs-jquery Filename: pool/main/p/python2.7/python2.7-doc_2.7.3-0ubuntu3.19_all.deb Size: 6218212 SHA256: d4eac221aafb5e9611942b79001c590cbc79e312cac70e61dbc18cd028176a18 SHA1: 78f7d742046749ffa4f2b586161940e4bc5566b4 MD5sum: ee89edfbbc0a09237931d98ffcd7f878 Description: Documentation for the high-level object-oriented language Python (v2.7) Description-md5: 027d84fb2a1e667b8cfa7d8644722732 Original-Maintainer: Matthias Klose Package: python2.7-examples Source: python2.7 Priority: optional Section: python Installed-Size: 2681 Maintainer: Ubuntu Core Developers Architecture: all Version: 2.7.3-0ubuntu3.19 Depends: python2.7 (>= 2.7.3-0ubuntu3.19) Filename: pool/main/p/python2.7/python2.7-examples_2.7.3-0ubuntu3.19_all.deb Size: 682468 SHA256: 7b11fc185bc5c693028f544066312d6a128c2354c352859541ac73737480862a SHA1: 999bda14341faa8e8254d6d2cc726bfa4677d954 MD5sum: ab5421ea37006f028ad9172ffbc5f126 Description: 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). Original-Maintainer: Matthias Klose Package: python2.7-minimal Source: python2.7 Priority: optional Section: python Installed-Size: 5491 Maintainer: Ubuntu Core Developers Architecture: amd64 Version: 2.7.3-0ubuntu3.19 Recommends: python2.7 Replaces: python2.7 (<< 2.7.1~rc1-2~) Suggests: binfmt-support Depends: libc6 (>= 2.15), libgcc1 (>= 1:4.1.1), libssl1.0.0 (>= 1.0.0), zlib1g (>= 1:1.2.0), python-minimal (>= 2.6.6-3+squeeze1) Conflicts: binfmt-support (<< 1.1.2) Filename: pool/main/p/python2.7/python2.7-minimal_2.7.3-0ubuntu3.19_amd64.deb Size: 1746036 SHA256: e0b3f8488fe82791014976c00bc45a2d64a69b62d514b4ba92549ac0b9edc61d SHA1: 73ed90fe5facbb037f72762ac87700c21c09a501 MD5sum: 47a665e152480d5c97d47c9b91696160 Description: Minimal subset of the Python language (version 2.7) This package contains the interpreter and some essential modules. It can be used in the boot process for some basic tasks. See /usr/share/doc/python2.7-minimal/README.Debian for a list of the modules contained in this package. Multi-Arch: allowed Original-Maintainer: Matthias Klose Package: python3-apt Source: python-apt Priority: optional Section: python Installed-Size: 658 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.8.3ubuntu7.5 Recommends: lsb-release, iso-codes Replaces: python-apt (<< 0.7.98+nmu1) Suggests: python3-apt-dbg, python-apt-doc Provides: python3.2-apt Depends: python3 (>= 3.2), python3 (<< 3.3), libapt-inst1.4 (>= 0.8.16~exp12), libapt-pkg4.12 (>= 0.8.16~exp12ubuntu10.28), libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0), python-apt-common Breaks: python-apt (<< 0.7.98+nmu1) Filename: pool/main/p/python-apt/python3-apt_0.8.3ubuntu7.5_amd64.deb Size: 175110 SHA256: 51c013e3425c99817a29774ddf8baba3ac5a90bd268f333b07dcbec6c5ead36a SHA1: b718a27007468b2f0c897d1f481d7391147dffc5 MD5sum: d4a13ba4a338a8540df2639979466cb4 Description: Python 3 interface to libapt-pkg Description-md5: 867f2c0b5173c3bc213c619f115bf874 Original-Maintainer: APT Development Team Package: python3-apt-dbg Source: python-apt Priority: extra Section: debug Installed-Size: 6073 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.8.3ubuntu7.5 Replaces: python-apt (<< 0.7.98+nmu1) Depends: python3-dbg, python3-apt (= 0.8.3ubuntu7.5), libapt-inst1.4 (>= 0.8.16~exp12), libapt-pkg4.12 (>= 0.8.16~exp12ubuntu10.28), libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Breaks: python-apt (<< 0.7.98+nmu1) Filename: pool/main/p/python-apt/python3-apt-dbg_0.8.3ubuntu7.5_amd64.deb Size: 2248124 SHA256: e2013d602510d6f4963dab23025df9ab312856cb0e986c0416ec0efe5007ef97 SHA1: e19d0ffa0f16bb0ef588539a559e65a097257a47 MD5sum: 1a2c4962a15b41fcb2566a1ef4bd30ec Description: Python 3 interface to libapt-pkg (debug extension) The apt_pkg Python 3 interface will provide full access to the internal libapt-pkg structures allowing Python 3 programs to easily perform a variety of functions. . This package contains the extension built for the Python debug interpreter. Original-Maintainer: APT Development Team Package: python3-crypto Source: python-crypto Priority: optional Section: python Installed-Size: 1083 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.4.1-1ubuntu0.3 Suggests: python3-crypto-dbg, python-crypto-doc Provides: python3.2-crypto Depends: python3 (>= 3.2), python3 (<< 3.3), libc6 (>= 2.14), libgmp10 Filename: pool/main/p/python-crypto/python3-crypto_2.4.1-1ubuntu0.3_amd64.deb Size: 299066 SHA256: 6d50338afd18ec4b589940755c282ce15e55d6af393acec636d9fe45821c2040 SHA1: cad182129fd4ea89307b044b98e98272f5b4d85a MD5sum: aa2c0f7146e55934d6d8b47db7313003 Description: cryptographic algorithms and protocols for Python 3 Description-md5: 0df1f41220c6321531da2eecd81161d2 Original-Maintainer: Sebastian Ramacher Package: python3-crypto-dbg Source: python-crypto Priority: extra Section: debug Installed-Size: 1631 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.4.1-1ubuntu0.3 Provides: python3.2-crypto-dbg Depends: python3-crypto (= 2.4.1-1ubuntu0.3), libc6 (>= 2.14), libgmp10, python3-dbg (>= 3.2), python3-dbg (<< 3.3) Filename: pool/main/p/python-crypto/python3-crypto-dbg_2.4.1-1ubuntu0.3_amd64.deb Size: 531644 SHA256: 5e1359f59c7d7501231b0c3eda04c0e04eacce4caa508b020b6335771e212e51 SHA1: ab9447cacacc23546694afe6dffddf81c9f80c77 MD5sum: 8ad6d4f6bd9a552619a224b32b0a68bc Description: cryptographic algorithms and protocols for Python 3 (debug extension) A collection of cryptographic algorithms and protocols, implemented for use from Python 3. . This package contains the extensions built for the Python 3 debug interpreter. Original-Maintainer: Sebastian Ramacher Package: python3-jinja2 Source: jinja2 Priority: optional Section: python Installed-Size: 938 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.6-1ubuntu0.2 Recommends: python3-pkg-resources Suggests: python-jinja2-doc Provides: python3.2-jinja2 Depends: python3 (>= 3.2), python3 (<< 3.3), libc6 (>= 2.2.5), python3-markupsafe Filename: pool/main/j/jinja2/python3-jinja2_2.6-1ubuntu0.2_amd64.deb Size: 157404 SHA256: 1f38dbc4831e10f72e4439b8adfddd7fa3c479f6f1b208fa03d4b86c7ea1ff4f SHA1: 0330e6cedf5a03b3500abefeddd3287212bcd94d MD5sum: c9082ea98961f91e4a42d41e6e50f515 Description: small but fast and easy to use stand-alone template engine Description-md5: bc9979634546085a2858654b3c1131ac Original-Maintainer: Piotr Ożarowski Package: python3-jinja2-dbg Source: jinja2 Priority: extra Section: debug Installed-Size: 91 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.6-1ubuntu0.2 Depends: python3-jinja2 (= 2.6-1ubuntu0.2), python3-dbg, libc6 (>= 2.2.5) Filename: pool/main/j/jinja2/python3-jinja2-dbg_2.6-1ubuntu0.2_amd64.deb Size: 11498 SHA256: 2e06955fd81e87090ff4dc32fd0f0fb0824ae05e192349cd5f4f419af5e252de SHA1: 4d6f9298d76b5e59f898468a24c5f24767ddb4ac MD5sum: 6ef4e60541540381f56abc6eb5818e1e Description: small but fast and easy to use stand-alone template engine Jinja2 is a template engine written in pure Python. It provides a Django inspired non-XML syntax but supports inline expressions and an optional sandboxed environment. . This package contains the extension built for the Python debug interpreter. Original-Maintainer: Piotr Ożarowski Package: python3-lxml Source: lxml Priority: optional Section: python Installed-Size: 2077 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.3.2-1ubuntu0.5 Suggests: python3-lxml-dbg Provides: python3.2-lxml Depends: python3 (>= 3.2), python3 (<< 3.3), libc6 (>= 2.14), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.26) Filename: pool/main/l/lxml/python3-lxml_2.3.2-1ubuntu0.5_amd64.deb Size: 652610 SHA256: 3eb89bea741f28e48f4a837058b3f08fc0fff46a73a4332e521dcd10fd3b3f8c SHA1: 5aeb2897ef84b37b63d0bb13a3472796fc2a2251 MD5sum: 58c52b7013bbc6159f35f863c73138fd Description: pythonic binding for the libxml2 and libxslt libraries Description-md5: e224922311b65b48fed17e22fae46598 Original-Maintainer: Matthias Klose Package: python3-lxml-dbg Source: lxml Priority: extra Section: debug Installed-Size: 11030 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.3.2-1ubuntu0.5 Provides: python3.2-lxml-dbg Depends: python3-lxml (= 2.3.2-1ubuntu0.5), python3-dbg, libc6 (>= 2.14), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.26) Filename: pool/main/l/lxml/python3-lxml-dbg_2.3.2-1ubuntu0.5_amd64.deb Size: 3087256 SHA256: 560e111c81b0eaab01d14d44756c73126282ab769707e1fa15e4220dd9e84173 SHA1: 35985acaf4304b7b12c17b81846b10606039438d MD5sum: 5288065ff91c89ea5df564311ad8b223 Description: pythonic binding for the libxml2 and libxslt libraries (debug extension) lxml is a new Python binding for libxml2 and libxslt, completely independent from existing Python bindings. . This package contains the extension built for the Python3 debug interpreter. Original-Maintainer: Matthias Klose Package: racoon Source: ipsec-tools Priority: extra Section: net Installed-Size: 1103 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1:0.8.0-9ubuntu1.2 Provides: ike-server Depends: debconf (>= 0.5) | debconf-2.0, ipsec-tools (= 1:0.8.0-9ubuntu1.2), libc6 (>= 2.14), libgssapi-krb5-2 (>= 1.10+dfsg~), libldap-2.4-2 (>= 2.4.7), libpam0g (>= 0.99.7.1), libssl1.0.0 (>= 1.0.0), perl Conflicts: ike-server Filename: pool/main/i/ipsec-tools/racoon_0.8.0-9ubuntu1.2_amd64.deb Size: 418600 SHA256: 3c38d139ff5cbd1f300558876547a706e6927d7bf6510c5dd9e4f528c49908de SHA1: f2bb14d00f117fd9a17229c2f5f183c3fb7ddcd6 MD5sum: dfb7c73da96b7bd3c1d3bdbc609acc78 Description: IPsec IKE keying daemon racoon is the KAME IKE (ipsec key exchange) server. It can be used with the Linux ipsec implementation in 2.6 and later kernels or with the 2.4 backport of the ipsec changes. Original-Maintainer: Matthew Grant Package: rsync Priority: optional Section: net Installed-Size: 638 Maintainer: Ubuntu Developers Architecture: amd64 Version: 3.0.9-1ubuntu1.3 Suggests: openssh-client, openssh-server Depends: libacl1 (>= 2.2.51-5), libc6 (>= 2.15), libpopt0 (>= 1.14), lsb-base (>= 3.2-14), base-files (>= 4.0.1) Conflicts: duplicity (<< 0.6.11) Filename: pool/main/r/rsync/rsync_3.0.9-1ubuntu1.3_amd64.deb Size: 310570 SHA256: e7915e05b44d971a6d4e00a51e7513a2004d36bfdbec20a72e0fd489874008a5 SHA1: 30f708fdb998bc5505f943d98a862289d248adb6 MD5sum: a176bf5a25f6499c1f96287030aeabc7 Description: fast, versatile, remote (and local) file-copying tool rsync is a fast and versatile file-copying tool which can copy locally and to/from a remote host. It offers many options to control its behaviour, and its remote-update protocol can minimize network traffic to make transferring updates between machines fast and efficient. . It is widely used for backups and mirroring and as an improved copy command for everyday use. . This package provides both the rsync command line tool and optional daemon functionality. Multi-Arch: foreign Original-Maintainer: Paul Slootman Package: rtmpdump Priority: extra Section: web Installed-Size: 160 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.4~20110711.gitc28f1bab-1ubuntu0.1 Suggests: ffmpeg, mplayer Depends: libc6 (>= 2.15), librtmp0 (>= 2.3) Filename: pool/main/r/rtmpdump/rtmpdump_2.4~20110711.gitc28f1bab-1ubuntu0.1_amd64.deb Size: 49566 SHA256: c4b0cfbd5e97fd157e20a228d39e3fa6233797e7ebe0cdbe585d93ffcc865882 SHA1: 0e1b95e85b80e02889d95e6b944bf434fd9c5898 MD5sum: b04dedad13092a9614367864bd49e7f9 Description: small dumper for media content streamed over the RTMP protocol A small dumper for media content streamed over the RTMP protocol (like BBC's iPlayer high quality streams). Supplying an rtmp URL will result in a dumped flv file, which can be played/transcoded using ffmpeg/mplayer, etc. Original-Maintainer: Debian Multimedia Maintainers Package: samba Priority: optional Section: net Installed-Size: 23222 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2:3.6.25-0ubuntu0.12.04.21 Recommends: logrotate, tdb-tools Replaces: samba-common (<= 2.0.5a-2) Suggests: openbsd-inetd | inet-superserver, smbldap-tools, ldb-tools, ctdb, ufw Depends: samba-common (= 2:3.6.25-0ubuntu0.12.04.21), libwbclient0 (= 2:3.6.25-0ubuntu0.12.04.21), libacl1 (>= 2.2.51-5), libattr1 (>= 1:2.4.46-5), libc6 (>= 2.15), libcap2 (>= 2.10), libcomerr2 (>= 1.01), libcups2 (>= 1.4.0), libgssapi-krb5-2 (>= 1.10+dfsg~), libk5crypto3 (>= 1.6.dfsg.2), libkrb5-3 (>= 1.10+dfsg~), libldap-2.4-2 (>= 2.4.7), libpam0g (>= 0.99.7.1), libpopt0 (>= 1.14), libtalloc2 (>= 2.0.4~git20101213), libtdb1 (>= 1.2.7+git20101214), zlib1g (>= 1:1.1.4), debconf (>= 0.5) | debconf-2.0, upstart-job, libpam-runtime (>= 1.0.1-11), libpam-modules, lsb-base (>= 3.2-13), procps, update-inetd, adduser, samba-common-bin Conflicts: samba4 (<< 4.0.0~alpha6-2) Filename: pool/main/s/samba/samba_3.6.25-0ubuntu0.12.04.21_amd64.deb Size: 8192524 SHA256: 742aa0e7eb19411caf7db3c545fb567f2b9158e82bb66ffd747400fb1b7ac1b8 SHA1: ac70c0d32155db6616338916c3d65121a18b7a6c MD5sum: 0757c59bd31d20d26eaaa3843d4884c8 Description: 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). Original-Maintainer: Debian Samba Maintainers Package: samba-common Source: samba Priority: optional Section: net Installed-Size: 681 Maintainer: Ubuntu Developers Architecture: all Version: 2:3.6.25-0ubuntu0.12.04.21 Recommends: samba-common-bin Replaces: samba (<< 3.0.20b-1), samba4-common (<< 4.0.0~alpha7-1) Depends: ucf, debconf (>= 0.5) | debconf-2.0 Conflicts: samba4-common (<< 4.0.0~alpha7-1) Filename: pool/main/s/samba/samba-common_3.6.25-0ubuntu0.12.04.21_all.deb Size: 335946 SHA256: 21da819c40682f8b7e1d599798f9abff55daa5bbfb95f0bf454cc9bea9dcf7cb SHA1: 4f87d75f090827282e5c404a55254e11b6a35ab7 MD5sum: a5549ae38a035b7b6c9b0790b245cee1 Description: 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. Multi-Arch: foreign Original-Maintainer: Debian Samba Maintainers Package: samba-common-bin Source: samba Priority: optional Section: net Installed-Size: 18252 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2:3.6.25-0ubuntu0.12.04.21 Replaces: samba (<< 3.0.20b-1), samba-common (<< 2:3.4.0~pre1-2) Depends: libc6 (>= 2.15), libcap2 (>= 2.10), libcomerr2 (>= 1.01), libgssapi-krb5-2 (>= 1.10+dfsg~), libk5crypto3 (>= 1.6.dfsg.2), libkrb5-3 (>= 1.10+dfsg~), libldap-2.4-2 (>= 2.4.7), libpopt0 (>= 1.14), libreadline6 (>= 6.0), libtalloc2 (>= 2.0.4~git20101213), libtdb1 (>= 1.2.7+git20101214), libuuid1 (>= 2.16), libwbclient0 (>= 2:3.6.0~pre3), zlib1g (>= 1:1.1.4), samba-common (>= 2:3.4.0~pre1-2) Filename: pool/main/s/samba/samba-common-bin_3.6.25-0ubuntu0.12.04.21_amd64.deb Size: 6297352 SHA256: f124f180c69c256e866a11441e40f113a7811fc76e18d7a405bbe00642851c98 SHA1: 4f71d117f9d3f721d4e0d19f7f7467c2ae9306a1 MD5sum: b2a2b298d1f4c07a45b2cafc88c5df13 Description: 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. Multi-Arch: foreign Original-Maintainer: Debian Samba Maintainers Package: samba-dbg Source: samba Priority: extra Section: debug Installed-Size: 63508 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2:3.6.25-0ubuntu0.12.04.21 Depends: samba (= 2:3.6.25-0ubuntu0.12.04.21) Filename: pool/main/s/samba/samba-dbg_3.6.25-0ubuntu0.12.04.21_amd64.deb Size: 56438884 SHA256: e60ca8d8dbf3524ef76be4d0820d67b35860bf1bcc723c5a39c46166f05aee97 SHA1: 7464acc6414132276300e987db6628807e194a4f MD5sum: e464eaee47b880fac263e7c99be8f5f2 Description: 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. Original-Maintainer: Debian Samba Maintainers Package: samba-doc Source: samba Priority: optional Section: doc Installed-Size: 13668 Maintainer: Ubuntu Developers Architecture: all Version: 2:3.6.25-0ubuntu0.12.04.21 Suggests: samba-doc-pdf Filename: pool/main/s/samba/samba-doc_3.6.25-0ubuntu0.12.04.21_all.deb Size: 6726166 SHA256: 11dce1b57329124793ec9f827b2fbd489369ebf6b0af166bcf4a619042ffd692 SHA1: f3051816024e5e843ea4bc27ba74dcca3960911a MD5sum: 3a7a15fe6c57738118cc81a1417ca2a9 Description: 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. Original-Maintainer: Debian Samba Maintainers Package: samba-doc-pdf Source: samba Priority: optional Section: doc Installed-Size: 6969 Maintainer: Ubuntu Developers Architecture: all Version: 2:3.6.25-0ubuntu0.12.04.21 Filename: pool/main/s/samba/samba-doc-pdf_3.6.25-0ubuntu0.12.04.21_all.deb Size: 6992206 SHA256: 322f9c197f3e1842a22b0b1927a6e559cf30312fad0643e631535e45c012ce9c SHA1: ee87d5f17528822fb174458f0a669bc5d4f3b04c MD5sum: 33c0ae8f9b32a44591192a04735494d6 Description: 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. Original-Maintainer: Debian Samba Maintainers Package: samba-tools Source: samba Priority: optional Section: net Installed-Size: 33548 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2:3.6.25-0ubuntu0.12.04.21 Depends: libacl1 (>= 2.2.51-5), libattr1 (>= 1:2.4.46-5), libc6 (>= 2.15), libcap2 (>= 2.10), libcomerr2 (>= 1.01), libcups2 (>= 1.4.0), libgssapi-krb5-2 (>= 1.10+dfsg~), libk5crypto3 (>= 1.6.dfsg.2), libkrb5-3 (>= 1.10+dfsg~), libldap-2.4-2 (>= 2.4.7), libpam0g (>= 0.99.7.1), libpopt0 (>= 1.14), libreadline6 (>= 6.0), libtalloc2 (>= 2.0.4~git20101213), libtdb1 (>= 1.2.7+git20101214), libwbclient0 (>= 2:3.6.0~pre3), zlib1g (>= 1:1.1.4) Conflicts: samba4, samba4-testsuite Filename: pool/main/s/samba/samba-tools_3.6.25-0ubuntu0.12.04.21_amd64.deb Size: 11767666 SHA256: 0c2072b63fd1add9e7fdaf878f7b6f8d96d28027cc0502c949ae6b4739541b68 SHA1: 9c1471f70f84701b54189ae2e673ebf7b790cf04 MD5sum: 5ba71bba642c1f451eff99be8199aa0c Description: Samba testing utilities 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 extra command-line tools such as smbtorture for performance-testing CIFS servers and clients. Original-Maintainer: Debian Samba Maintainers Package: sasl2-bin Source: cyrus-sasl2 Priority: optional Section: utils Installed-Size: 397 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.1.25.dfsg1-3ubuntu0.2 Depends: libsasl2-2 (>= 2.1.25.dfsg1-3ubuntu0.2), libc6 (>= 2.15), libdb5.1, libkrb5-3 (>= 1.7dfsg), libldap-2.4-2 (>= 2.4.7), libpam0g (>= 0.99.7.1), libssl1.0.0 (>= 1.0.0), debconf (>= 0.5) | debconf-2.0, lsb-base (>= 3.0-6), db-util, debconf (>= 1.4.69) | cdebconf (>= 0.39) Filename: pool/main/c/cyrus-sasl2/sasl2-bin_2.1.25.dfsg1-3ubuntu0.2_amd64.deb Size: 132728 SHA256: 8d867d27afc456a43b9a04e172ff0eda9046a7dd6676b52014e0632910644091 SHA1: 55cfd53ff370c0ab0371acf8c25614f6713addea MD5sum: 81bf61cc94a2b83f40c646ae2bab0e2d Description: Cyrus SASL - administration programs for SASL users database This is the Cyrus SASL API implementation, version 2.1. See package libsasl2-2 and RFC 2222 for more information. . This package contains administration programs for the SASL users database and common binary files for plugin modules. Original-Maintainer: Debian Cyrus SASL Team Package: screen Priority: optional Section: misc Installed-Size: 896 Maintainer: Ubuntu Developers Architecture: amd64 Version: 4.0.3-14ubuntu8.1 Suggests: byobu Depends: libc6 (>= 2.15), libpam0g (>= 0.99.7.1), libtinfo5, dpkg (>= 1.15.4) | install-info, upstart-job Filename: pool/main/s/screen/screen_4.0.3-14ubuntu8.1_amd64.deb Size: 610670 SHA256: b360253f23a3b637f327cd142056948e33a3c988034d0d800d94491ae464a3b7 SHA1: 2d81a0332487540daaaa77c54fd1990654e652e9 MD5sum: b161a3ce9f0f22691832201ab23fbbf5 Description: terminal multiplexor with VT100/ANSI terminal emulation screen is a terminal multiplexor that runs several separate "screens" on a single physical character-based terminal. Each virtual terminal emulates a DEC VT100 plus several ANSI X3.64 and ISO 2022 functions. Screen sessions can be detached and resumed later on a different terminal. . Screen also supports a whole slew of other features. Some of these are: configurable input and output translation, serial port support, configurable logging, multi-user support, and utf8 charset support. Original-Maintainer: Jan Christoph Nordholz Package: slapd Source: openldap Priority: optional Section: net Installed-Size: 4096 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.4.28-1.1ubuntu4.12 Recommends: libsasl2-modules Replaces: ldap-utils (<< 2.2.23-3), libldap2 Suggests: ldap-utils, ufw Provides: ldap-server, libslapi-2.4-2 Depends: libc6 (>= 2.15), libdb5.1, libldap-2.4-2 (= 2.4.28-1.1ubuntu4.12), libltdl7 (>= 2.4.2), libodbc1 (>= 2.2.11) | unixodbc (>= 2.2.11), libperl5.14 (>= 5.14.2), libsasl2-2 (>= 2.1.24), libslp1, libwrap0 (>= 7.6-4~), coreutils (>= 4.5.1-1), psmisc, perl (>> 5.8.0) | libmime-base64-perl, adduser, lsb-base (>= 3.2-13) Conflicts: ldap-server, libltdl3 (= 1.5.4-1), umich-ldapd Pre-Depends: debconf (>= 0.5) | debconf-2.0, multiarch-support Filename: pool/main/o/openldap/slapd_2.4.28-1.1ubuntu4.12_amd64.deb Size: 1726688 SHA256: ed4d9e5be679de0b0583b2cfe9a5929b95ab6d04c39ffa73cbdf976e61b7fef1 SHA1: 04317d0d2394fa48e43fb9413837258a6104590f MD5sum: aa3fff43798b3d813583a5f6a0093c80 Description: OpenLDAP server (slapd) This is the OpenLDAP (Lightweight Directory Access Protocol) server (slapd). The server can be used to provide a standalone directory service. Original-Maintainer: Debian OpenLDAP Maintainers Package: slapd-dbg Source: openldap Priority: extra Section: debug Installed-Size: 5393 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.4.28-1.1ubuntu4.12 Depends: slapd (= 2.4.28-1.1ubuntu4.12) Filename: pool/main/o/openldap/slapd-dbg_2.4.28-1.1ubuntu4.12_amd64.deb Size: 4755762 SHA256: 7635b2874f87598e1d3db2cc0b88954c149f1d66fc49345d10f6d1d7fec4398d SHA1: b957f48fe1845244578c27b739b279a38e90f825 MD5sum: 5f2da956c9a3f880695648856b55b066 Description: Debugging information for the OpenLDAP server (slapd) This package provides detached debugging information for the OpenLDAP (Lightweight Directory Access Protocol) server (slapd). It is useful primarily to permit better backtraces and crash dump analysis after problems with the libraries. GDB will find this debug information automatically. Original-Maintainer: Debian OpenLDAP Maintainers Package: smbclient Source: samba Priority: optional Section: net Installed-Size: 42335 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2:3.6.25-0ubuntu0.12.04.21 Replaces: samba (<< 2.999+3.0.alpha21-4), smbget Suggests: cifs-utils Provides: samba-client Depends: samba-common (= 2:3.6.25-0ubuntu0.12.04.21), libc6 (>= 2.15), libcap2 (>= 2.10), libcomerr2 (>= 1.01), libgssapi-krb5-2 (>= 1.10+dfsg~), libk5crypto3 (>= 1.6.dfsg.2), libkrb5-3 (>= 1.10+dfsg~), libldap-2.4-2 (>= 2.4.7), libpopt0 (>= 1.14), libreadline6 (>= 6.0), libtalloc2 (>= 2.0.4~git20101213), libtdb1 (>= 1.2.7+git20101214), libwbclient0 (>= 2:3.6.0~pre3), zlib1g (>= 1:1.1.4) Conflicts: samba4-clients Filename: pool/main/s/samba/smbclient_3.6.25-0ubuntu0.12.04.21_amd64.deb Size: 14402138 SHA256: a48a21f5834cbc7a28245685feed5583a6ad186e67e091ed58262ca06e1a63f1 SHA1: 70d7e1042a0e95259efe19f0642b70d7f4cd005c MD5sum: 99fe764729bd605786d16c3d451b0a74 Description: 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. Original-Maintainer: Debian Samba Maintainers Package: snmp Source: net-snmp Priority: optional Section: net Installed-Size: 498 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.4.3~dfsg-2.4ubuntu1.6 Recommends: perl-modules Depends: libc6 (>= 2.14), libsnmp15 (>= 5.4.3~dfsg), libssl1.0.0 (>= 1.0.0) Filename: pool/main/n/net-snmp/snmp_5.4.3~dfsg-2.4ubuntu1.6_amd64.deb Size: 161380 SHA256: 9e5a05f8141fad93e3155248e01cc6a381aba4eb1592c94eecb9c07a91659cc0 SHA1: ffd5c4390a022a9ec2ef813bc6f94e16cedbbad0 MD5sum: fd992a4005491d2cf6f0967045af9ba0 Description: 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. Original-Maintainer: Net-SNMP Packaging Team Package: snmpd Source: net-snmp Priority: optional Section: net Installed-Size: 262 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.4.3~dfsg-2.4ubuntu1.6 Depends: libc6 (>= 2.15), libsnmp15 (>= 5.4.3~dfsg), libwrap0 (>= 7.6-4~), debconf (>= 0.5) | debconf-2.0, adduser, debconf, lsb-base (>= 3.2-13) Filename: pool/main/n/net-snmp/snmpd_5.4.3~dfsg-2.4ubuntu1.6_amd64.deb Size: 76572 SHA256: e9946fc6ac8fac488b46eeb50d3ccd79605ab45278e71ddbfc8e522bb79a2f0c SHA1: 0e8fafd0d8bb5b5d2b3510d97d700f924e1c003a MD5sum: 911fd45a1bf91d14276ecb6d42bb04cf Description: 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. Original-Maintainer: Net-SNMP Packaging Team Package: spamassassin Priority: optional Section: mail Installed-Size: 3975 Maintainer: Ubuntu Developers Architecture: all Version: 3.4.2-0ubuntu0.12.04.4 Recommends: spamc (>= 2.30), libmail-spf-perl, re2c, libsys-syslog-perl, gnupg, gcc, libc6-dev, make, libio-socket-inet6-perl Suggests: razor (>= 2.361-2), libnet-ident-perl, libio-socket-ssl-perl, libdbi-perl, pyzor, libcompress-zlib-perl, libmail-dkim-perl Provides: libmail-spamassassin-perl Depends: perl (>= 5.8.0), libhtml-parser-perl (>= 3.43), libsocket6-perl, libsys-hostname-long-perl, libarchive-tar-perl, libwww-perl, libnet-dns-perl (>= 0.34), libnetaddr-ip-perl, perl-modules (>= 5.10) | libio-zlib-perl (>= 1.04) Conflicts: gotmail (<= 0.8.1-1), spamass-milter (<< 0.2.0-7) Filename: pool/main/s/spamassassin/spamassassin_3.4.2-0ubuntu0.12.04.4_all.deb Size: 1414990 SHA256: b79d40dfab19aef14e4e5b7461a5f9c500d8b491b91e2689600196330dc3f832 SHA1: 80599a8cfddc8d7710d18158f701452371c0df65 MD5sum: 07546cc97cdcf259f573941000c073b1 Description: Perl-based spam filter using text analysis SpamAssassin is a very powerful and fully configurable spam filter with numerous features including automatic white-listing, RBL testing, Bayesian analysis, header and body text analysis. It is designed to be called from a user's .procmail or .forward file, but can also be integrated into a Mail Transport Agent (MTA). . Included in this package is a daemonized form of spamassassin (spamd) which communicates with its client (spamc) via TCP, to reduce the overhead of loading perl with each message. To take advantage of this, you must install the spamc package. Original-Maintainer: Noah Meyerhans Package: spamc Source: spamassassin Priority: optional Section: mail Installed-Size: 141 Maintainer: Ubuntu Developers Architecture: amd64 Version: 3.4.2-0ubuntu0.12.04.4 Suggests: spamassassin Depends: libc6 (>= 2.7), libssl1.0.0 (>= 1.0.0), zlib1g (>= 1:1.1.4) Conflicts: spamassassin (<< 2.30-2) Filename: pool/main/s/spamassassin/spamc_3.4.2-0ubuntu0.12.04.4_amd64.deb Size: 55070 SHA256: b8f6a9d170890f36c5011dc03d351de74490b9d3fe783de468cd641cf5135151 SHA1: 2083078855c81eda02f6f18bee01fa5f8ccafe38 MD5sum: 4e6d3e70eef404c919b9ce873bdfaf44 Description: Client for SpamAssassin spam filtering daemon spamc is the client to communicate with spamd, the daemonized form of SpamAssassin (see the spamassassin package). It is written in C for maximum speed and minimum loading overhead. . spamc is quite useful for integrating spamassassin into an MTA or into a .procmailrc file because of its speed. . This package is useless unless you have spamassassin installed, either on this machine or another local machine (i.e. a mail server). Original-Maintainer: Noah Meyerhans Package: sqlite3 Priority: optional Section: database Installed-Size: 170 Maintainer: Ubuntu Developers Architecture: amd64 Version: 3.7.9-2ubuntu1.4 Suggests: sqlite3-doc Depends: libc6 (>= 2.14), libreadline6 (>= 6.0), libsqlite3-0 (= 3.7.9-2ubuntu1.4) Filename: pool/main/s/sqlite3/sqlite3_3.7.9-2ubuntu1.4_amd64.deb Size: 26936 SHA256: 3cb5524f82ce5506d856e761ead0e96982156e058c728610c745b512454b947b SHA1: 4125f9a092b706cf3ff6b0f2ef2473d70b39da7e MD5sum: bbc687b73176182d8058b25252fa665a Description: Command line interface for SQLite 3 SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. Multi-Arch: foreign Original-Maintainer: Laszlo Boszormenyi (GCS) Package: sqlite3-doc Source: sqlite3 Priority: optional Section: doc Installed-Size: 7362 Maintainer: Ubuntu Developers Architecture: all Version: 3.7.9-2ubuntu1.4 Recommends: sqlite3 Filename: pool/main/s/sqlite3/sqlite3-doc_3.7.9-2ubuntu1.4_all.deb Size: 2530286 SHA256: 8e07a6d7804eb9763bf184767f832bd0801c0978efcfb8489200565fa49f982c SHA1: df1327452073fbd9c739b753e1a62bced5edf008 MD5sum: 7be368b75f13c2a3c6fb919f13b8258d Description: SQLite 3 documentation SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. . This package contains the documentation that is also available on the SQLite homepage. Original-Maintainer: Laszlo Boszormenyi (GCS) Package: squid Source: squid3 Priority: optional Section: web Installed-Size: 127 Maintainer: Ubuntu Developers Architecture: amd64 Version: 3.1.19-1ubuntu3.12.04.10 Depends: squid3 Filename: pool/main/s/squid3/squid_3.1.19-1ubuntu3.12.04.10_amd64.deb Size: 6252 SHA256: f258916aec7484080c518b095a307044b75d8336680a813351d168966ba7dea5 SHA1: 85e7bae53732d8e2551f4140e4d8856182ed0290 MD5sum: 5c9ff4c9e8c8b3be606a830f7eecf4a2 Description: dummy transitional package from squid to squid3 This transitional package from the squid package to the squid3 package. Once this package and its dependencies are installed you can safely remove it. Original-Maintainer: Luigi Gangitano Package: squid-cgi Source: squid3 Priority: optional Section: web Installed-Size: 226 Maintainer: Ubuntu Developers Architecture: amd64 Version: 3.1.19-1ubuntu3.12.04.10 Replaces: squid3-cgi Provides: squid3-cgi Depends: apache2 | httpd, libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0) Conflicts: squid3-cgi Filename: pool/main/s/squid3/squid-cgi_3.1.19-1ubuntu3.12.04.10_amd64.deb Size: 45158 SHA256: be8865f1a1ebb69d0a5f4b5d1f7ada37947e20e6861e96c5df11adb4fc41c800 SHA1: 91700b84f761c49627a28b3deba99079d2789ab6 MD5sum: 54ea498b98e979101ec1651c2cae5180 Description: Full featured Web Proxy cache (HTTP proxy) - control CGI 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 a CGI program that can be used to query and administrate a `squid' proxy cache through a web browser. Original-Maintainer: Luigi Gangitano Package: squid-common Source: squid3 Priority: optional Section: web Installed-Size: 127 Maintainer: Ubuntu Developers Architecture: all Version: 3.1.19-1ubuntu3.12.04.10 Depends: squid3-common Filename: pool/main/s/squid3/squid-common_3.1.19-1ubuntu3.12.04.10_all.deb Size: 6268 SHA256: e707e3df4afa41e932d7e1fc23f53494262fadb20705ebcb12df107000f71515 SHA1: dd0cfb80927864c24028bd54092bc4087758398a MD5sum: 1651be052ec2171fa05072c0696ddcd0 Description: dummy transitional package from squid-common to squid3-common This transitional package from the squid-common package to the squid3-common package. Once this package and its dependencies are installed you can safely remove it. Original-Maintainer: Luigi Gangitano Package: squid3 Priority: optional Section: web Installed-Size: 4018 Maintainer: Ubuntu Developers Architecture: amd64 Version: 3.1.19-1ubuntu3.12.04.10 Suggests: squidclient, squid-cgi, resolvconf (>= 0.40), smbclient, ufw Depends: libc6 (>= 2.15), libcap2 (>= 2.10), libdb5.1, libexpat1 (>= 1.95.8), libgcc1 (>= 1:4.1.1), libgssapi-krb5-2 (>= 1.10+dfsg~), libldap-2.4-2 (>= 2.4.7), libltdl7 (>= 2.4.2), libpam0g (>= 0.99.7.1), libsasl2-2, libstdc++6 (>= 4.4.0), libxml2 (>= 2.7.4), upstart-job, netbase, adduser, logrotate (>= 3.5.4-1), squid3-common (= 3.1.19-1ubuntu3.12.04.10), lsb-base, ssl-cert (>= 1.0-11ubuntu1) Filename: pool/main/s/squid3/squid3_3.1.19-1ubuntu3.12.04.10_amd64.deb Size: 1536952 SHA256: 84d82f0b33cb2291336e960bbb19e40ad086b9d167492bcaca471d702eb9b1cf SHA1: 2453977d03ae04704196ae6081fa487f651c22b0 MD5sum: 5c18d9b124e9dafdff1b1f72aab40797 Description: 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. Original-Maintainer: Luigi Gangitano Package: squid3-common Source: squid3 Priority: optional Section: web Installed-Size: 338 Maintainer: Ubuntu Developers Architecture: all Version: 3.1.19-1ubuntu3.12.04.10 Depends: squid-langpack (>= 20110214-1) Filename: pool/main/s/squid3/squid3-common_3.1.19-1ubuntu3.12.04.10_all.deb Size: 122160 SHA256: 7c011a7ac1c8a410780ea58be37f33ba65c1092c98217f26cab06cbd873c7c34 SHA1: 4c924cffaa371fc13b6d5d875b682006ee9bb392 MD5sum: d1a8342dc5bd1acdeb5a4fb585901ae7 Description: 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) Original-Maintainer: Luigi Gangitano Package: squid3-dbg Source: squid3 Priority: extra Section: debug Installed-Size: 16731 Maintainer: Ubuntu Developers Architecture: amd64 Version: 3.1.19-1ubuntu3.12.04.10 Depends: squid3 (= 3.1.19-1ubuntu3.12.04.10) Filename: pool/main/s/squid3/squid3-dbg_3.1.19-1ubuntu3.12.04.10_amd64.deb Size: 5843370 SHA256: 2a178e6ca975fd27beca83203ab24e49d5fa743afa34e734e7464e6fc764afa3 SHA1: 64aa94725f6635942c9830e949a6d5cf4978e915 MD5sum: 093077b3217a3b00d1a5cc7688bdc7d9 Description: 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. Original-Maintainer: Luigi Gangitano Package: squidclient Source: squid3 Priority: optional Section: web Installed-Size: 206 Maintainer: Ubuntu Developers Architecture: amd64 Version: 3.1.19-1ubuntu3.12.04.10 Replaces: squid3-client Provides: squid3-client Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0) Conflicts: squid3-client Filename: pool/main/s/squid3/squidclient_3.1.19-1ubuntu3.12.04.10_amd64.deb Size: 40204 SHA256: 22c6578d0fb72af35641acb942b082249aee14a8158dad3378639eb7b1e964eb SHA1: 12c0115329db2e98495883a35eb3ffdcdd5674de MD5sum: a87ba314c9fb6764ebe5456a29a4d617 Description: Full featured Web Proxy cache (HTTP proxy) - control utility 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 a small utility that can be used to get URLs from the command line. It needs to talk to a `squid' proxy server. Original-Maintainer: Luigi Gangitano Package: ss-dev Source: e2fsprogs (1.42-1ubuntu2.5) Priority: extra Section: libdevel Installed-Size: 122 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.0-1.42-1ubuntu2.5 Depends: libc6-dev | libc-dev, libss2 (= 1.42-1ubuntu2.5), comerr-dev Filename: pool/main/e/e2fsprogs/ss-dev_2.0-1.42-1ubuntu2.5_amd64.deb Size: 19660 SHA256: 088a0130988a2afa1b8da26b355a5ef9240e99c353fcc27ff3790dff59622cd2 SHA1: 5f4b085c0426760b990efa8737734a3d2dfd7e8d MD5sum: 3b59fbc8b77c9515e35cc262cf9ca674 Description: command-line interface parsing library - headers and static libraries This package includes a tool that parses a command table to generate a simple command-line interface parser, the include files needed to compile and use it, and the static libs. .. It was originally inspired by the Multics SubSystem library. . This package contains the development environment for the ss library. Original-Maintainer: Theodore Y. Ts'o Package: subversion Priority: optional Section: vcs Installed-Size: 1196 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.6.17dfsg-3ubuntu3.8 Suggests: subversion-tools, db4.8-util, patch Depends: libsvn1 (= 1.6.17dfsg-3ubuntu3.8), libapr1 (>= 1.2.7), libc6 (>= 2.4), libsasl2-2 Filename: pool/main/s/subversion/subversion_1.6.17dfsg-3ubuntu3.8_amd64.deb Size: 295208 SHA256: 308ba338316496ae541ae0d83c1c5cdcb59b94e7c93321f0acc680ee9ca0b280 SHA1: 533beeff58cb7c16642f959b9e1e00d4cd7d2aa1 MD5sum: 1c63c3b1d29634f14ca032c1afb27da3 Description: Advanced version control system Subversion, also known as svn, is a version control system much like the Concurrent Versions System (CVS). Version control systems allow many individuals (who may be distributed geographically) to collaborate on a set of files (typically source code). Subversion has all the major features of CVS, plus certain new features that CVS users often wish they had. . This package includes the Subversion client (svn), tools to create a Subversion repository (svnadmin) and to make a repository available over a network (svnserve). Original-Maintainer: Peter Samuelson Package: subversion-tools Source: subversion Priority: extra Section: vcs Installed-Size: 581 Maintainer: Ubuntu Developers Architecture: all Version: 1.6.17dfsg-3ubuntu3.8 Recommends: python-subversion (>= 1.5), libsvn-perl (>= 1.5), libconfig-inifiles-perl, liburi-perl, exim4 | mail-transport-agent, xsltproc, rsync Suggests: libsvn-ruby1.8 Depends: subversion (>= 1.5) Filename: pool/main/s/subversion/subversion-tools_1.6.17dfsg-3ubuntu3.8_all.deb Size: 134592 SHA256: a15690a4a141505059f1e09a9b9b0a95f2f9295554a17d1cada820db2e0c4237 SHA1: 3dfc6300fdfdc4f8ff4d12cbd5f8ba66e1fcf88d MD5sum: 389ae8539129d85f3a5248b0285090be Description: Assorted tools related to Subversion Description-md5: cb2395f82c455710dfb21d21507c979c Original-Maintainer: Peter Samuelson Package: sudo Priority: optional Section: admin Installed-Size: 996 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.8.3p1-1ubuntu3.10 Replaces: sudo-ldap Depends: libc6 (>= 2.15), libpam0g (>= 0.99.7.1), libpam-modules Conflicts: sudo-ldap Filename: pool/main/s/sudo/sudo_1.8.3p1-1ubuntu3.10_amd64.deb Size: 288378 SHA256: 9521e33c6afcf1cc63daa6b0bd5799ef9950ba3d93efd678180f1faab12b467c SHA1: 074c7ed252d70087845e502a7782f4f4b9d3850c MD5sum: 2d880275728d60e18215ff45f5d483f1 Description: Provide limited super user privileges to specific users Sudo is a program designed to allow a sysadmin to give limited root privileges to users and log root activity. The basic philosophy is to give as few privileges as possible but still allow people to get their work done. . This version is built with minimal shared library dependencies, use the sudo-ldap package instead if you need LDAP support for sudoers. Original-Maintainer: Bdale Garbee Package: sudo-ldap Source: sudo Priority: optional Section: admin Installed-Size: 1040 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.8.3p1-1ubuntu3.10 Replaces: sudo Provides: sudo Depends: libc6 (>= 2.15), libldap-2.4-2 (>= 2.4.7), libpam0g (>= 0.99.7.1), libpam-modules Conflicts: sudo Filename: pool/main/s/sudo/sudo-ldap_1.8.3p1-1ubuntu3.10_amd64.deb Size: 315084 SHA256: 548902d36b55d58aa83e5b4cca629f31dfe4735ab2bfd3e06780ab369b593cd0 SHA1: cc0fc64c26a8708b8e96239e8111b16db72d5301 MD5sum: e799347d6ef023adc1b2e0af395a5c21 Description: Provide limited super user privileges to specific users Sudo is a program designed to allow a sysadmin to give limited root privileges to users and log root activity. The basic philosophy is to give as few privileges as possible but still allow people to get their work done. . This version is built with LDAP support, which allows an equivalent of the sudoers database to be distributed via LDAP. Authentication is still performed via pam. Original-Maintainer: Bdale Garbee Package: swat Source: samba Priority: optional Section: net Installed-Size: 6788 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2:3.6.25-0ubuntu0.12.04.21 Recommends: samba-doc (= 2:3.6.25-0ubuntu0.12.04.21) Depends: samba (= 2:3.6.25-0ubuntu0.12.04.21), libc6 (>= 2.15), libcap2 (>= 2.10), libcomerr2 (>= 1.01), libcups2 (>= 1.4.0), libgssapi-krb5-2 (>= 1.10+dfsg~), libk5crypto3 (>= 1.6.dfsg.2), libkrb5-3 (>= 1.10+dfsg~), libldap-2.4-2 (>= 2.4.7), libpam0g (>= 0.99.7.1), libpopt0 (>= 1.14), libtalloc2 (>= 2.0.4~git20101213), libtdb1 (>= 1.2.7+git20101214), libwbclient0 (>= 2:3.6.0~pre3), zlib1g (>= 1:1.1.4), openbsd-inetd | inet-superserver Filename: pool/main/s/samba/swat_3.6.25-0ubuntu0.12.04.21_amd64.deb Size: 2259668 SHA256: 4dec5f8ec8d5051a72e323234c57b5b527f91f089f6f61c3b199c5bd94b41296 SHA1: 75e5a68c4c92971204281ab61b2caa147e48882c MD5sum: ed0cd350f2c4e08bd3b7f99dd119fabd Description: Samba Web Administration Tool 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 allows you to administer a Samba server via a web browser. . SWAT is no longer actively maintained, and its default configuration is not secure for use over an untrusted network. SWAT will also rewrite smb.conf, rearranging the entries and deleting all comments as well as include= and copy= options, so is not suitable for use in conjunction with hand-edited smb.conf files or the default package-managed configuration. Original-Maintainer: Debian Samba Maintainers Package: tar Priority: required Section: utils Installed-Size: 708 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.26-4ubuntu1.2 Replaces: cpio (<< 2.4.2-39) Suggests: bzip2, ncompress, xz-utils Conflicts: cpio (<= 2.4.2-38) Pre-Depends: libc6 (>= 2.14) Breaks: dpkg-dev (<< 1.14.26) Essential: yes Filename: pool/main/t/tar/tar_1.26-4ubuntu1.2_amd64.deb Size: 218790 SHA256: f55ecc5a4f3cc80313e04c4d65641fc45991db41614b953cc0a76693d6da828f SHA1: c30f022ffd729c90758e87410b51352e4c823f16 MD5sum: a118c155696bc7ae2a239ac35fd3dd21 Description: GNU version of the tar archiving utility Tar is a program for packaging a set of files as a single archive in tar format. The function it performs is conceptually similar to cpio, and to things like PKZIP in the DOS world. It is heavily used by the Debian package management system, and is useful for performing system backups and exchanging sets of files with others. Multi-Arch: foreign Original-Maintainer: Bdale Garbee Package: tcpdump Priority: optional Section: net Installed-Size: 1095 Maintainer: Ubuntu Developers Architecture: amd64 Version: 4.9.3-0ubuntu0.12.04.1 Suggests: apparmor (>= 2.3) Depends: libc6 (>= 2.14), libpcap0.8 (>= 1.0.0), libssl1.0.0 (>= 1.0.0) Filename: pool/main/t/tcpdump/tcpdump_4.9.3-0ubuntu0.12.04.1_amd64.deb Size: 428692 SHA256: 833681cbdebe8e9097a02f649ed05b37276ed8ba57f1793de3bf2b71b54a5cc6 SHA1: 85bec81fb96c79b60d5e35f2e2a6c86bb2c54d5c MD5sum: 74ece27e7621c8145d58620e3c82da14 Description: command-line network traffic analyzer This program allows you to dump the traffic on a network. tcpdump is able to examine IPv4, ICMPv4, IPv6, ICMPv6, UDP, TCP, SNMP, AFS BGP, RIP, PIM, DVMRP, IGMP, SMB, OSPF, NFS and many other packet types. . It can be used to print out the headers of packets on a network interface, filter packets that match a certain expression. You can use this tool to track down network problems, to detect attacks or to monitor network activities. Original-Maintainer: Romain Francoise Package: tkmib Source: net-snmp Priority: optional Section: net Installed-Size: 177 Maintainer: Ubuntu Developers Architecture: all Version: 5.4.3~dfsg-2.4ubuntu1.6 Depends: libsnmp-perl (>= 5.4.3~dfsg-2.4ubuntu1.6), perl-tk Filename: pool/main/n/net-snmp/tkmib_5.4.3~dfsg-2.4ubuntu1.6_all.deb Size: 97380 SHA256: 464263dbce419d34b96e45bcf5939e957692db3a06422e38050b25834061ea3a SHA1: 86ea5bf0caf4ce5f8e7da6908e4ceaa4f36ff95b MD5sum: bd38184b3808258ad94524b686363299 Description: SNMP (Simple Network Management Protocol) MIB browser The Simple Network Management Protocol (SNMP) provides a framework for the exchange of management information between agents (servers) and clients. . The Net-SNMP MIB (Management Information Base) Browser provides a graphical frontend for the Net-SNMP tools. It can be used to browse the MIB tree and interactively send requests to SNMP agents. Original-Maintainer: Net-SNMP Packaging Team Package: tzdata Priority: required Section: libs Installed-Size: 1654 Maintainer: Ubuntu Developers Architecture: all Version: 2021a-0ubuntu0.12.04 Replaces: libc0.1, libc0.3, libc6, libc6.1 Provides: tzdata-wheezy Depends: debconf (>= 0.5) | debconf-2.0 Filename: pool/main/t/tzdata/tzdata_2021a-0ubuntu0.12.04_all.deb Size: 466844 SHA256: ed46caff047b72b442d9b01f012ad1ff869b160b6df5f116b458ccf5f03b98c3 SHA1: 5c16dd98d194c631b6c6d0ab1c28a257cde0bb4d MD5sum: 3a2962bed44af4ef4f64185f4ed925ff Description: time zone and daylight-saving time data This package contains data required for the implementation of standard local time for many representative locations around the globe. It is updated periodically to reflect changes made by political bodies to time zone boundaries, UTC offsets, and daylight-saving rules. Multi-Arch: foreign Original-Maintainer: GNU Libc Maintainers Package: tzdata-java Source: tzdata Priority: optional Section: java Installed-Size: 360 Maintainer: Ubuntu Developers Architecture: all Version: 2021a-0ubuntu0.12.04 Depends: tzdata (= 2021a-0ubuntu0.12.04) Filename: pool/main/t/tzdata/tzdata-java_2021a-0ubuntu0.12.04_all.deb Size: 126678 SHA256: 3974c1a1679a03e7fb80eb9ab4180c183213acb017eff8f38acea63fefe7c62f SHA1: 6c8d82462dbc6b1cf32d4743f1ad5ff7daf46bf9 MD5sum: 8d3812f057eb0959eb4592cb807ecb29 Description: time zone and daylight-saving time data for use by java runtimes This package contains data required for the implementation of standard local time for many representative locations around the globe. It is updated periodically to reflect changes made by political bodies to time zone boundaries, UTC offsets, and daylight-saving rules. . This package contains the data for use by Java runtimes. Multi-Arch: foreign Original-Maintainer: GNU Libc Maintainers Package: unzip Priority: optional Section: utils Installed-Size: 386 Maintainer: Ubuntu Developers Architecture: amd64 Version: 6.0-4ubuntu2.6 Replaces: unzip-crypt (<< 5.41) Suggests: zip Depends: libbz2-1.0, libc6 (>= 2.14) Conflicts: unzip-crypt (<< 5.41) Filename: pool/main/u/unzip/unzip_6.0-4ubuntu2.6_amd64.deb Size: 197402 SHA256: d2410da2d4ee496ce28324fee46edc455426bec6d5789480b1aedaab5b58da04 SHA1: 076bfed1e978ce1a54bd19cbaf889d67b0514c42 MD5sum: 9f041a88a8f501f74f44a2e94bdae511 Description: De-archiver for .zip files InfoZIP's unzip program. With the exception of multi-volume archives (ie, .ZIP files that are split across several disks using PKZIP's /& option), this can handle any file produced either by PKZIP, or the corresponding InfoZIP zip program. . This version supports encryption. Original-Maintainer: Santiago Vila Package: vim Priority: optional Section: editors Installed-Size: 2013 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2:7.3.429-2ubuntu2.3 Suggests: ctags, vim-doc, vim-scripts Provides: editor Depends: vim-common (= 2:7.3.429-2ubuntu2.3), vim-runtime (= 2:7.3.429-2ubuntu2.3), libacl1 (>= 2.2.51-5), libc6 (>= 2.15), libgpm2 (>= 1.20.4), libpython2.7 (>= 2.7), libselinux1 (>= 1.32), libtinfo5 Filename: pool/main/v/vim/vim_7.3.429-2ubuntu2.3_amd64.deb Size: 1047952 SHA256: 8e887cfab18170a2003c9df960d641ae9ad5497aa68b94af142267f479b97187 SHA1: e49aed69489c19aea58bb07248f6ef491b159bac MD5sum: 2a8ced19c35b612d226258d45ac9227f Description: Vi IMproved - enhanced vi editor Vim is an almost compatible version of the UNIX editor Vi. . Many new features have been added: multi level undo, syntax highlighting, command line history, on-line help, filename completion, block operations, folding, Unicode support, etc. . This package contains a version of vim compiled with a rather standard set of features. This package does not provide a GUI version of Vim. See the other vim-* packages if you need more (or less). Original-Maintainer: Debian Vim Maintainers Package: vim-athena Source: vim Priority: extra Section: editors Installed-Size: 2334 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2:7.3.429-2ubuntu2.3 Suggests: cscope, vim-doc Provides: editor, gvim, vim, vim-lua, vim-perl, vim-python, vim-ruby, vim-tcl Depends: vim-gui-common (= 2:7.3.429-2ubuntu2.3), vim-common (= 2:7.3.429-2ubuntu2.3), vim-runtime (= 2:7.3.429-2ubuntu2.3), libacl1 (>= 2.2.51-5), libc6 (>= 2.15), libgpm2 (>= 1.20.4), libice6 (>= 1:1.0.0), liblua5.1-0, libperl5.14 (>= 5.14.2), libpython2.7 (>= 2.7), libruby1.8 (>= 1.8.7.352), libselinux1 (>= 1.32), libsm6, libtinfo5, libx11-6, libxaw7, libxmu6, libxpm4, libxt6, tcl8.5 (>= 8.5.0) Filename: pool/main/v/vim/vim-athena_7.3.429-2ubuntu2.3_amd64.deb Size: 1198916 SHA256: 268101a7e3cde664a84c2bb314c8d22cbb064e64b3de463f2e93b254fd404cff SHA1: 9f35f673979eba71f0ce3318f973ba4584c690fe MD5sum: c9565525166516dbfa1d49f1513da98b Description: Vi IMproved - enhanced vi editor - with Athena GUI Vim is an almost compatible version of the UNIX editor Vi. . Many new features have been added: multi level undo, syntax highlighting, command line history, on-line help, filename completion, block operations, folding, Unicode support, etc. . This package contains a version of vim compiled with a Athena GUI and support for scripting with Lua, Perl, Python, Ruby, and Tcl. Original-Maintainer: Debian Vim Maintainers Package: vim-common Source: vim Priority: important Section: editors Installed-Size: 296 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2:7.3.429-2ubuntu2.3 Recommends: vim | vim-gnome | vim-gtk | vim-athena | vim-nox | vim-tiny Depends: libc6 (>= 2.3.4) Filename: pool/main/v/vim/vim-common_7.3.429-2ubuntu2.3_amd64.deb Size: 86124 SHA256: 8a9f5d21a45e2cca31d1bb7690ea751f1b64881799176e299798b991c04a22c0 SHA1: da02a1558beb7ebfaab089150dd1580b62a2e7ee MD5sum: 4480ace4a1f7882e8e793e805cae4a2d Description: Vi IMproved - Common files Vim is an almost compatible version of the UNIX editor Vi. . Many new features have been added: multi level undo, syntax highlighting, command line history, on-line help, filename completion, block operations, folding, Unicode support, etc. . This package contains files shared by all non GUI-enabled vim variants (vim and vim-tiny currently) available in Debian. Examples of such shared files are: manpages, common executables like xxd, and configuration files. Original-Maintainer: Debian Vim Maintainers Package: vim-dbg Source: vim Priority: extra Section: debug Installed-Size: 28473 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2:7.3.429-2ubuntu2.3 Depends: vim (= 2:7.3.429-2ubuntu2.3) | vim-gtk (= 2:7.3.429-2ubuntu2.3) | vim-gnome (= 2:7.3.429-2ubuntu2.3) | vim-nox (= 2:7.3.429-2ubuntu2.3) | vim-common (= 2:7.3.429-2ubuntu2.3) | vim-athena (= 2:7.3.429-2ubuntu2.3) | vim-tiny (= 2:7.3.429-2ubuntu2.3) Filename: pool/main/v/vim/vim-dbg_7.3.429-2ubuntu2.3_amd64.deb Size: 10435090 SHA256: 04f65a1b9e6d0d378922a698af2ee31b5493e38f45feb2450fdbdbef6da733c6 SHA1: 24073931d38cd6b86089cd32466be7630b5b406d MD5sum: 9b81832de4b463265259482e745c79ff Description: Vi IMproved - enhanced vi editor (debugging symbols) Vim is an almost compatible version of the UNIX editor Vi. . Many new features have been added: multi level undo, syntax highlighting, command line history, on-line help, filename completion, block operations, folding, Unicode support, etc. . This package contains gdb debugging symbols for the vim packages. Original-Maintainer: Debian Vim Maintainers Package: vim-doc Source: vim Priority: optional Section: doc Installed-Size: 8883 Maintainer: Ubuntu Developers Architecture: all Version: 2:7.3.429-2ubuntu2.3 Filename: pool/main/v/vim/vim-doc_7.3.429-2ubuntu2.3_all.deb Size: 2271822 SHA256: cd38b3ab7619a937d7ff44c407865722180230553697dc0cc9bad1937cd658b7 SHA1: f9e479f32f13dd81835bae81f134d053474a3c3b MD5sum: 529600c05f1da12bb66c97107015dff7 Description: Vi IMproved - HTML documentation Vim is an almost compatible version of the UNIX editor Vi. . Many new features have been added: multi level undo, syntax highlighting, command line history, on-line help, filename completion, block operations, folding, Unicode support, etc. . This package contains the HTML version of the online documentation. Original-Maintainer: Debian Vim Maintainers Package: vim-gnome Source: vim Priority: extra Section: editors Installed-Size: 2386 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2:7.3.429-2ubuntu2.3 Suggests: cscope, vim-doc, ttf-dejavu, gnome-icon-theme Provides: editor, gvim, vim, vim-lua, vim-perl, vim-python, vim-ruby, vim-tcl Depends: vim-gui-common (= 2:7.3.429-2ubuntu2.3), vim-common (= 2:7.3.429-2ubuntu2.3), vim-runtime (= 2:7.3.429-2ubuntu2.3), libacl1 (>= 2.2.51-5), libbonoboui2-0 (>= 2.15.1), libc6 (>= 2.15), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.12.0), libgnome2-0 (>= 2.17.3), libgnomeui-0 (>= 2.22.0), libgpm2 (>= 1.20.4), libgtk2.0-0 (>= 2.24.0), libice6 (>= 1:1.0.0), liblua5.1-0, libpango1.0-0 (>= 1.14.0), libperl5.14 (>= 5.14.2), libpython2.7 (>= 2.7), libruby1.8 (>= 1.8.7.352), libselinux1 (>= 1.32), libsm6, libtinfo5, libx11-6, libxt6, tcl8.5 (>= 8.5.0) Filename: pool/main/v/vim/vim-gnome_7.3.429-2ubuntu2.3_amd64.deb Size: 1217554 SHA256: 50580e88073dccb18e59a4dc6ea4c9d515a688b018a9c9dfd8191f385375e727 SHA1: 112efc873cfb9b79c2b021df7e78ba56d1737e05 MD5sum: c02feca57cc429b0680ec290658c5237 Description: Vi IMproved - enhanced vi editor - with GNOME2 GUI Vim is an almost compatible version of the UNIX editor Vi. . Many new features have been added: multi level undo, syntax highlighting, command line history, on-line help, filename completion, block operations, folding, Unicode support, etc. . This package contains a version of vim compiled with a GNOME2 GUI and support for scripting with Lua, Perl, Python, Ruby, and Tcl. Original-Maintainer: Debian Vim Maintainers Package: vim-gtk Source: vim Priority: extra Section: editors Installed-Size: 2381 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2:7.3.429-2ubuntu2.3 Suggests: cscope, vim-doc, ttf-dejavu, gnome-icon-theme Provides: editor, gvim, vim, vim-lua, vim-perl, vim-python, vim-ruby, vim-tcl Depends: vim-gui-common (= 2:7.3.429-2ubuntu2.3), vim-common (= 2:7.3.429-2ubuntu2.3), vim-runtime (= 2:7.3.429-2ubuntu2.3), libacl1 (>= 2.2.51-5), libc6 (>= 2.15), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.12.0), libgpm2 (>= 1.20.4), libgtk2.0-0 (>= 2.24.0), libice6 (>= 1:1.0.0), liblua5.1-0, libpango1.0-0 (>= 1.14.0), libperl5.14 (>= 5.14.2), libpython2.7 (>= 2.7), libruby1.8 (>= 1.8.7.352), libselinux1 (>= 1.32), libsm6, libtinfo5, libx11-6, libxt6, tcl8.5 (>= 8.5.0) Filename: pool/main/v/vim/vim-gtk_7.3.429-2ubuntu2.3_amd64.deb Size: 1215414 SHA256: f547cf6eb3f41e33f1d8046b61afdd053dafbd02329378f3c065fb9557673595 SHA1: bf362cd07038d059bdb34960e274c781b6021c35 MD5sum: 604c8f6e354f752ada37ea80bf5ad593 Description: Vi IMproved - enhanced vi editor - with GTK2 GUI Vim is an almost compatible version of the UNIX editor Vi. . Many new features have been added: multi level undo, syntax highlighting, command line history, on-line help, filename completion, block operations, folding, Unicode support, etc. . This package contains a version of vim compiled with a GTK2 GUI and support for scripting with Lua, Perl, Python, Ruby, and Tcl. Original-Maintainer: Debian Vim Maintainers Package: vim-gui-common Source: vim Priority: optional Section: editors Installed-Size: 278 Maintainer: Ubuntu Developers Architecture: all Version: 2:7.3.429-2ubuntu2.3 Recommends: vim-gnome | vim-gtk | vim-athena Replaces: vim-runtime (<< 2:7.2.438+hg~d44112feb815-3) Breaks: vim-runtime (<< 2:7.2.438+hg~d44112feb815-3) Filename: pool/main/v/vim/vim-gui-common_7.3.429-2ubuntu2.3_all.deb Size: 67876 SHA256: 56297ffaf261b30813e0bd2717b612cc7c082299cff7868bd47397980106ab04 SHA1: d81ae4bd051419dd50116fd64ff9b922d9160877 MD5sum: d9d0de78c7c13b4994ca7b269f5c7850 Description: Vi IMproved - Common GUI files Vim is an almost compatible version of the UNIX editor Vi. . Many new features have been added: multi level undo, syntax highlighting, command line history, on-line help, filename completion, block operations, folding, Unicode support, etc. . This package contains files shared by all GUI-enabled vim variants available in Debian. Examples of such shared files are: gvimtutor, icons, desktop environments settings, and menu entries. Original-Maintainer: Debian Vim Maintainers Package: vim-lesstif Source: vim Priority: extra Section: oldlibs Installed-Size: 122 Maintainer: Ubuntu Developers Architecture: all Version: 2:7.3.429-2ubuntu2.3 Depends: vim-athena Filename: pool/main/v/vim/vim-lesstif_7.3.429-2ubuntu2.3_all.deb Size: 9480 SHA256: 6a6e3243e071c1ed0088d3e1f51c13623fd30091538b078ca38c046d6e225a65 SHA1: 1e6b3a08193a9fd0ce11d4ac12f31c1ece5d96d5 MD5sum: f86fe4fdbc017722fab3a9dad0f24a98 Description: Vi IMproved - enhanced vi editor (transitional package) This package is a transitional package from vim-lesstif to vim-athena. Original-Maintainer: Debian Vim Maintainers Package: vim-nox Source: vim Priority: extra Section: editors Installed-Size: 2083 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2:7.3.429-2ubuntu2.3 Suggests: cscope, vim-doc Provides: editor, vim, vim-lua, vim-perl, vim-python, vim-ruby, vim-tcl Depends: vim-common (= 2:7.3.429-2ubuntu2.3), vim-runtime (= 2:7.3.429-2ubuntu2.3), libacl1 (>= 2.2.51-5), libc6 (>= 2.15), libgpm2 (>= 1.20.4), liblua5.1-0, libperl5.14 (>= 5.14.2), libpython2.7 (>= 2.7), libruby1.8 (>= 1.8.7.352), libselinux1 (>= 1.32), libtinfo5, tcl8.5 (>= 8.5.0) Filename: pool/main/v/vim/vim-nox_7.3.429-2ubuntu2.3_amd64.deb Size: 1079596 SHA256: f6381a60da1b14cca67c15b6ae2a740a495d85d50977dc22daa65dc76dba1ceb SHA1: 89a66f1134f0b4a3a61a55371a4c67194ab85a95 MD5sum: 5417e8c489c081646c5a4feed703cf42 Description: Vi IMproved - enhanced vi editor Vim is an almost compatible version of the UNIX editor Vi. . Many new features have been added: multi level undo, syntax highlighting, command line history, on-line help, filename completion, block operations, folding, Unicode support, etc. . This package contains a version of vim compiled with support for scripting with Lua, Perl, Python, Ruby, and Tcl but no GUI. Original-Maintainer: Debian Vim Maintainers Package: vim-runtime Source: vim Priority: optional Section: editors Installed-Size: 22307 Maintainer: Ubuntu Developers Architecture: all Version: 2:7.3.429-2ubuntu2.3 Recommends: vim | vim-gnome | vim-gtk | vim-athena | vim-nox | vim-tiny Enhances: vim-tiny Breaks: vim-tiny (<< 2:7.3.429-2ubuntu2.3) Filename: pool/main/v/vim/vim-runtime_7.3.429-2ubuntu2.3_all.deb Size: 6352980 SHA256: 071281c4caff9031a02a63e7f2a912c287d3ffed80d002a6ee5781db888a4c6f SHA1: bfc0b2a660d624a60d0051fe728fe6d25d62e712 MD5sum: b26c2133ae47c785fc10a2af69c2f93b Description: Vi IMproved - Runtime files Vim is an almost compatible version of the UNIX editor Vi. . Many new features have been added: multi level undo, syntax highlighting, command line history, on-line help, filename completion, block operations, folding, Unicode support, etc. . This package contains vimtutor and the architecture independent runtime files, used, if available, by all vim variants available in Debian. Example of such runtime files are: online documentation, rules for language-specific syntax highlighting and indentation, color schemes, and standard plugins. Original-Maintainer: Debian Vim Maintainers Package: vim-tiny Source: vim Priority: important Section: editors Installed-Size: 826 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2:7.3.429-2ubuntu2.3 Suggests: indent Provides: editor Depends: vim-common (= 2:7.3.429-2ubuntu2.3), libc6 (>= 2.15), libselinux1 (>= 1.32), libtinfo5 Filename: pool/main/v/vim/vim-tiny_7.3.429-2ubuntu2.3_amd64.deb Size: 410922 SHA256: e9b3bed5e931d614e3bcc29cfef2d28c918f44b5e18f3181d0c6e12d9aeb674b SHA1: f9dceef55265568b8fc6d1063e4abd5af1c67e14 MD5sum: e0468645143bd582e5e3514578e0c9a9 Description: Vi IMproved - enhanced vi editor - compact version Vim is an almost compatible version of the UNIX editor Vi. . Many new features have been added: multi level undo, syntax highlighting, command line history, on-line help, filename completion, block operations, folding, Unicode support, etc. . This package contains a minimal version of vim compiled with no GUI and a small subset of features in order to keep small the package size. This package does not depend on the vim-runtime package, but installing it you will get its additional benefits (online documentation, plugins, ...). Original-Maintainer: Debian Vim Maintainers Package: w3m Priority: standard Section: web Installed-Size: 2096 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.5.3-5ubuntu1.3 Recommends: ca-certificates Replaces: w3m-ssl, w3mmee Suggests: w3m-img, mime-support, menu (>> 1.5), w3m-el, man-db, migemo Provides: www-browser Depends: libc6 (>= 2.15), libgc1c2 (>= 1:7.1), libgpm2 (>= 1.20.4), libssl1.0.0 (>= 1.0.0), libtinfo5, zlib1g (>= 1:1.1.4) Conflicts: w3m-ssl Filename: pool/main/w/w3m/w3m_0.5.3-5ubuntu1.3_amd64.deb Size: 1121076 SHA256: 2660f137ef76f9e713794a654db28619e6d2b74fbbce7117a16c1eb8671b5eca SHA1: 673f0ab65c05e0b1baf3188e701a86422ea9eeef MD5sum: 587b4068456bc27c4796ae83bb8d9054 Description: WWW browsable pager with excellent tables/frames support Description-md5: f4c8118c2a63ed7543d78cc6cebb7823 Original-Maintainer: Tatsuya Kinoshita Multi-Arch: foreign Package: w3m-img Source: w3m Priority: optional Section: web Installed-Size: 171 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.5.3-5ubuntu1.3 Depends: w3m (= 0.5.3-5ubuntu1.3), libc6 (>= 2.14), libimlib2, libx11-6 Filename: pool/main/w/w3m/w3m-img_0.5.3-5ubuntu1.3_amd64.deb Size: 23188 SHA256: e29760df53556685ad2662b9a77ff34452e20f0114c58f1412e09cfc00216631 SHA1: 0ca7a23e6dad1268fe4b9d4ae8e5b5784db17503 MD5sum: ab623d655628f7ccc92a7e8d7083c348 Description: inline image extension support utilities for w3m w3m-img provides some utilities to support inline images for w3m on terminal emulator in X Window System environments and Linux framebuffer. Original-Maintainer: Tatsuya Kinoshita Package: wget Priority: important Section: web Installed-Size: 596 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.13.4-2ubuntu1.7 Depends: libc6 (>= 2.15), libidn11 (>= 1.13), libssl1.0.0 (>= 1.0.0), dpkg (>= 1.15.4) | install-info Conflicts: wget-ssl Filename: pool/main/w/wget/wget_1.13.4-2ubuntu1.7_amd64.deb Size: 278938 SHA256: 72e4333b8c8f7d6b098997dcba8aa83fdacea3a37e8f0cef7aec48596a9b25f6 SHA1: 12be566dde0edb82973a5c83d470fd08828974c5 MD5sum: b0925e7c38a20833a1ba026a83c4e2ae Description: retrieves files from the web Wget is a network utility to retrieve files from the web using HTTP(S) and FTP, the two most widely used internet protocols. It works non-interactively, so it will work in the background, after having logged off. The program supports recursive retrieval of web-authoring pages as well as FTP sites -- you can use Wget to make mirrors of archives and home pages or to travel the web like a WWW robot. . Wget works particularly well with slow or unstable connections by continuing to retrieve a document until the document is fully downloaded. Re-getting files from where it left off works on servers (both HTTP and FTP) that support it. Both HTTP and FTP retrievals can be time stamped, so Wget can see if the remote file has changed since the last retrieval and automatically retrieve the new version if it has. . Wget supports proxy servers; this can lighten the network load, speed up retrieval, and provide access behind firewalls. Multi-Arch: foreign Original-Maintainer: Noël Köthe Package: winbind Source: samba Priority: optional Section: net Installed-Size: 12864 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2:3.6.25-0ubuntu0.12.04.21 Recommends: libpam-winbind Replaces: samba (<= 2.2.3-2) Depends: libc6 (>= 2.15), libcap2 (>= 2.10), libcomerr2 (>= 1.01), libgssapi-krb5-2 (>= 1.10+dfsg~), libk5crypto3 (>= 1.6.dfsg.2), libkrb5-3 (>= 1.10+dfsg~), libldap-2.4-2 (>= 2.4.7), libpam0g (>= 0.99.7.1), libpopt0 (>= 1.14), libtalloc2 (>= 2.0.4~git20101213), libtdb1 (>= 1.2.7+git20101214), libwbclient0 (= 2:3.6.25-0ubuntu0.12.04.21), zlib1g (>= 1:1.1.4), samba-common (= 2:3.6.25-0ubuntu0.12.04.21), lsb-base (>= 3.0-6), adduser Filename: pool/main/s/samba/winbind_3.6.25-0ubuntu0.12.04.21_amd64.deb Size: 4459338 SHA256: 035c459328af51ddc267e6bfadd6a9ed6fb70086ee23ecfbca2cd8d459da142c SHA1: 3e76fec7def2bfdfcc3500e14436d266198d1180 MD5sum: dfe71471d4e6aec94969b46fdfaae6c0 Description: 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. User/group lookups are configured via /etc/nsswitch.conf, and authentication is integrated using the winbind module for PAM. Multi-Arch: foreign Original-Maintainer: Debian Samba Maintainers Package: wpagui Source: wpasupplicant Priority: optional Section: net Installed-Size: 730 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.7.3-6ubuntu2.5 Recommends: menu Depends: libc6 (>= 2.15), libgcc1 (>= 1:4.1.1), libqtcore4 (>= 4:4.7.0~beta1), libqtgui4 (>= 4:4.5.3), libstdc++6 (>= 4.1.1), wpasupplicant (>= 0.7.3~), libqt4-svg Filename: pool/main/w/wpasupplicant/wpagui_0.7.3-6ubuntu2.5_amd64.deb Size: 270924 SHA256: 23d8b850e14d9f389cc454541474f9c35b28b34ee4293f46d31233be1656fcbc SHA1: f61bfea0948f075387a5cdbf1a5c37473cb8b38d MD5sum: 3a38102194a1f9d0ca950ae5954f8186 Description: graphical user interface for wpa_supplicant wpagui provides a Qt interface for choosing which configured network to connect to. It also provides a method for browsing 802.11 SSID scan results, an event history log of messages generated by wpa_supplicant, and a method to add or edit wpa_supplicant networks. Original-Maintainer: Debian/Ubuntu wpasupplicant Maintainers Package: wpasupplicant Priority: optional Section: net Installed-Size: 1226 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.7.3-6ubuntu2.5 Suggests: wpagui, libengine-pkcs11-openssl Depends: libc6 (>= 2.15), libdbus-1-3 (>= 1.1.1), libnl-3-200 (>= 3.2.3), libnl-genl-3-200 (>= 3.2.3), libpcsclite1, libreadline6 (>= 6.0), libssl1.0.0 (>= 1.0.0), lsb-base (>= 3.0-6), adduser, initscripts (>= 2.88dsf-13.3) Filename: pool/main/w/wpasupplicant/wpasupplicant_0.7.3-6ubuntu2.5_amd64.deb Size: 492924 SHA256: fd0398e758e4945b3c5945ad6de3da33a5a36c393db04c878b0f133a485ba7a0 SHA1: 49f79113af6ad203d18422e961e82fe7eb94abd1 MD5sum: 34694fc6be1dc6f8d936cadd4efb16b6 Description: client support for WPA and WPA2 (IEEE 802.11i) WPA and WPA2 are methods for securing wireless networks, the former using IEEE 802.1X, and the latter using IEEE 802.11i. This software provides key negotiation with the WPA Authenticator, and controls association with IEEE 802.11i networks. Original-Maintainer: Debian/Ubuntu wpasupplicant Maintainers Package: xsltproc Source: libxslt Priority: optional Section: text Installed-Size: 167 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.1.26-8ubuntu1.6 Depends: libc6 (>= 2.3.4), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25) Filename: pool/main/libx/libxslt/xsltproc_1.1.26-8ubuntu1.6_amd64.deb Size: 15074 SHA256: b949e8eca8758faf2e105ea9a460e79bb2a77e7bfc721ce742c7943947f13c57 SHA1: 7e14d78f09c6a2ade0e1efa501a9deddd490d8b2 MD5sum: e831c3fb3133dfdf2dc163b64073df84 Description: 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. Multi-Arch: foreign Original-Maintainer: Debian XML/SGML Group