Package: apache2 Priority: optional Section: httpd Installed-Size: 29 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 1494 SHA256: ad740207d72322e190d85e67b06eaa170117c96b2e2fc5f62b77f672c5e293b2 SHA1: 7dd9cfc96232cb842590b0d54f3f0a9d6c2a0d7d MD5sum: a9c8b214f8b44a91340cdf89b704aa94 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: i386 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_i386.deb Size: 2368 SHA256: ae0d50fc0e772d2c9bf9b516fdda5a40634eac2fa3501ad1b199169153cbf291 SHA1: e72aafaf9a6734456e81687547b2c0091ab170ab MD5sum: 7bba6761fcd4fce6fbf2dc8e29c8503c 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: i386 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_i386.deb Size: 2398 SHA256: 6766d1e1364577f9422d91940d7cf6004bba69dd9ef3abea7765b51045750fae SHA1: abcee807d7b5801f31e5f7489b8d363543dda3b2 MD5sum: d700b40687b4b94f71ed8597e1a1e0e9 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: i386 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_i386.deb Size: 2412 SHA256: 55c55f583834e21cf791b882e487e99936da6f769f40dcc5573337e850dabfbf SHA1: 9d4d38652f0124d5b695fd70b69673c66195baf2 MD5sum: 6698e1abd251775f00e5289bbd3a30d6 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: i386 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_i386.deb Size: 2300 SHA256: cbe5c1d25d4bfa77e015a61f65f6871decd763ff12738a8b3ffa95fd8a5cf410 SHA1: 85dc1acdcbe5f7b11bf5115bba6cb2df4a0883af MD5sum: 8267d008081dd4de9225e750eacf83bb 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: i386 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_i386.deb Size: 138798 SHA256: 01c7f1caacc6872e36a1f3947ff909f1621e68b8c972be1a29880330cb7659c1 SHA1: 4e31d0208f96357738e1aeffaaa1f51fa92a2e28 MD5sum: 2d4c33f97618dda98ac5bc4a4d775615 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: 136 Maintainer: Ubuntu Developers Architecture: i386 Version: 2.2.22-1ubuntu1.15 Replaces: apache2-suexec Depends: libc6 (>= 2.3.6-6~), apache2.2-common Conflicts: apache-common, apache2-suexec Filename: pool/main/a/apache2/apache2-suexec_2.2.22-1ubuntu1.15_i386.deb Size: 18374 SHA256: 04b464b16723ee2c5322a4d02aa040a911c37b7736524cdf29721d2a637aa52c SHA1: 2f4a55b6d83ef535a9bf57a7a4572535ad708054 MD5sum: 0b5275c69283bff7d08227005e639594 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: 149 Maintainer: Ubuntu Developers Architecture: i386 Version: 2.2.22-1ubuntu1.15 Replaces: apache2-suexec Provides: apache2-suexec Depends: libc6 (>= 2.3.6-6~), apache2.2-common Conflicts: apache-common, apache2-suexec Filename: pool/main/a/apache2/apache2-suexec-custom_2.2.22-1ubuntu1.15_i386.deb Size: 20046 SHA256: 8067dd10675ff7057a72a55971447ce9081197e9c21674d4e93bc55212568f38 SHA1: 816d1c0218483944dae65c51feab2568a4e5394c MD5sum: 4222fdfe2d55630c432786a5d318c988 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: i386 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_i386.deb Size: 139992 SHA256: c87580fca4feb016c1db37b997ec4905d16ed4824245de570cbac25f062670f7 SHA1: c995c2c0915bf339d71949259f6318292636630a MD5sum: af3426f67980885bef44e322c369c68c 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: 330 Maintainer: Ubuntu Developers Architecture: i386 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.4), 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_i386.deb Size: 91002 SHA256: fb3a89424caed249346104fb6914961006481763e13804924890b383530149e2 SHA1: 329a5db23422a87986b3c66bcf53eefbb04bf802 MD5sum: b488add2f5103fa61bb1732ef5c4be2e 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: 3331 Maintainer: Ubuntu Developers Architecture: i386 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.4), 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_i386.deb Size: 1349562 SHA256: 6a65a185b7c4f2f96e360944b96aa0248e9f4a9390bd0d950d88ae0d05b024b5 SHA1: cb809f28a7779566fdcf8fd547ddc50edecf9ee1 MD5sum: fbb97fcfebbb539a2186abaa99e672f5 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: i386 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_i386.deb Size: 225616 SHA256: d10edf6ec1c595b7fbc0748f7aead6de3f624b183cf4ebd52c7a34651cfd6d78 SHA1: 493c366da0ad680de925cbb8761c4031800e7679 MD5sum: 8c6f64acd187537500abed4d887e2499 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: 3115 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 1092366 SHA256: 302debe60c75018c3f787b278b7721a969b688cfc9a314ec771d5e63dba3a591 SHA1: 8d486e46ddac168d0ca35a8f2d5ec063d60c3e91 MD5sum: cd0d07923dce65753d6d8301056ed661 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: 169 Maintainer: Ubuntu Developers Architecture: i386 Version: 0.8.16~exp12ubuntu10.29 Depends: libapt-pkg4.12 (>= 0.8.16~exp12ubuntu10.29), libc6 (>= 2.4), 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_i386.deb Size: 16356 SHA256: ed36f146b908b4898976e947d66a87348d1a48b2d01b490baeedae78e2ed86af SHA1: 40f99c5b42146c58ff72621194283418c40c1beb MD5sum: d128b23c5a58b68de766b747f67723d1 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: 540 Maintainer: Ubuntu Developers Architecture: i386 Version: 0.8.16~exp12ubuntu10.29 Depends: libapt-inst1.4 (>= 0.8.0), libapt-pkg4.12 (>= 0.8.16~exp12ubuntu10.29), libc6 (>= 2.4), libdb5.1, libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0) Filename: pool/main/a/apt/apt-utils_0.8.16~exp12ubuntu10.29_i386.deb Size: 191440 SHA256: 6d997ebdfde8d3755efc65b186b53b394fe25c08c1b48c6f3eb4fa51f8d1af32 SHA1: f8c8639dfc97fb58892d22aeb3e2f4214a92f96b MD5sum: 035ca24241424b8faa578fded12d6aee 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: 360 Maintainer: Ubuntu Developers Architecture: i386 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.4), 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_i386.deb Size: 89452 SHA256: 8e75d7505230e39da2d058eca71e0deb6facfd6d4c632bf9e2466eb3650b05c4 SHA1: 5add1dbe91d98eeb6c17572d860dd1ec796e932e MD5sum: 8405d752177324d03699e0e735ac36ca 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: 147 Maintainer: Ubuntu Developers Architecture: i386 Version: 0.6.30-5ubuntu2.3 Recommends: isc-dhcp-client, iproute Depends: libc6 (>= 2.4), libdaemon0 (>= 0.10), adduser Conflicts: zeroconf Filename: pool/main/a/avahi/avahi-autoipd_0.6.30-5ubuntu2.3_i386.deb Size: 39026 SHA256: ffb85f146546dc49db029d9641e596df691b751d5d24b06f6cfa2bceb12a671e SHA1: 60931ae1c24315d66cfb67c40a71d38f0ad104d3 MD5sum: 58c3e5ff070f16a4b482411ec9600cfe 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: 334 Maintainer: Ubuntu Developers Architecture: i386 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.8), 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_i386.deb Size: 68540 SHA256: 0a8f6879224351ac2f403cfdbf08f4773d0025facfbaf20c229365e778f11ee0 SHA1: f40590397254bb8ed4af1c89b5277d89305a9ab4 MD5sum: 1a2ce984a5f8660e3bb3e4b268ba7187 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: 885 Maintainer: Ubuntu Developers Architecture: i386 Version: 0.6.30-5ubuntu2.3 Filename: pool/main/a/avahi/avahi-dbg_0.6.30-5ubuntu2.3_i386.deb Size: 638948 SHA256: 909b4e702e6ab642fafdd5c2dea9486d64d736e8f6b16c7f19bd45b1fc05a486 SHA1: eb4d651f6c82037d9d96ae9e70f37e37169834b8 MD5sum: 7f110465564370bf940c5dc70bf75816 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: 123 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 14828 SHA256: 44e349a798baec437820c1ae5aaf2a5989d873671c9e5bd1f13d32b653fdf8e6 SHA1: 159a5596aefbec4b28a29c660b32297b1437304e MD5sum: d5ac13018ee7ccc7e6dad36cf9f25174 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: 94 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 11170 SHA256: df9530566059932c486de9b7b594181a76699b6a243c44ae68d1ef170b81bbc3 SHA1: ac13afbe574a21138e1f590064369e0d298b39ba MD5sum: 3bdba8e138280af70c45e6efbaaaf00b 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: 140 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 28096 SHA256: 1ff152d7250d2d67026666271b183f7122724ace0f222f0d3cfb782fac7ac888 SHA1: 2ceefa70bcc358c915c7711423a3c1ffed7dc9bd MD5sum: 7fa26091627f69b7643bfc4f21259ca1 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: 1372 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 615924 SHA256: 264110943c99ae29c0bbebae044d46f3d32761e6cf3065b3da423078c0c06cf2 SHA1: 0dee3c2a9ac3e50fb2a3d33d41589e8a86211823 MD5sum: bf82010fdfe70e53133558cc7f9d4027 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: i386 Version: 4.2-2ubuntu2.9 Depends: bash (= 4.2-2ubuntu2.9) Filename: pool/main/b/bash/bash-builtins_4.2-2ubuntu2.9_i386.deb Size: 112624 SHA256: fdf9649a34f25496c5ba11c81d2613adbcf8d57ae92a66e22589253bc1ce6e22 SHA1: e9cefb4571b4af488483d9fcac1371fa6c08b23c MD5sum: f2d2687fa549348cd4a05b070c7b62c7 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: 1873 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 887994 SHA256: 6c979932f7a14f113cc1c46f6014f73fbabb9abdfedec0f97bd753b2a4d35c09 SHA1: 207a85c1a599cb72dbae8617f2885e29a3274212 MD5sum: ac8052dd07474ed366f3d76ebb335cec 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: 921 Maintainer: Ubuntu Developers Architecture: i386 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.4), 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_i386.deb Size: 338840 SHA256: d2bfcbabed65af330c69e3145f662ab69713ed4c98077fc6db8cc778562f8b06 SHA1: e182bbf2737625cf8ad8d2edffa536546116e534 MD5sum: cc3c3fb3f7e1d445d03e48c93f96ed9c 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: 170 Maintainer: Ubuntu Developers Architecture: i386 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.4), 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_i386.deb Size: 54314 SHA256: b4ac0087177bb2191e124c23ddb2ea5a4a5515e6e3b3b785134d59dd4d1c6204 SHA1: 3c7a95db5f1ace791075f907f75db55708c72aaf MD5sum: 6508e71d5a8dd3265eb20ba5e0b2242d 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: 283 Maintainer: Ubuntu Developers Architecture: i386 Version: 1:9.8.1.dfsg.P1-4ubuntu0.32 Replaces: bind9 (<= 1:9.5.0~b2-1) Depends: libbind9-80, libc6 (>= 2.4), libdns81, libisc83, libisccc80, libisccfg82 Filename: pool/main/b/bind9/bind9utils_9.8.1.dfsg.P1-4ubuntu0.32_i386.deb Size: 106102 SHA256: 5f3a21aef3fa3fab9a1644074bc7123c0034512adf31207f0f4eee6c7bdf6052 SHA1: c031a38087b5685b3419e2b987ef38823f47657b MD5sum: 96e517ee8c4d0ff94e427bf6374b2dd1 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: 113 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 37308 SHA256: 5a12848114e11261d8298ac5f8945fc67b923b9a9a2d3f1e3ae8526959ef9241 SHA1: e1af8ebb2f0f6dcd1ac47d70f779363bacfe4eee MD5sum: 7f0c2302074ade8ef30cf42f05235f5a 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: 522 Maintainer: Ubuntu Developers Architecture: i386 Version: 0.99.beta17-2.1ubuntu2.1 Recommends: toilet Replaces: libcaca-dev (<= 0.3-1) Depends: libc6 (>= 2.4), 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_i386.deb Size: 59140 SHA256: 499270624943490bf28e8580f52a2c51435401f557ab8447ff1fe33a5ec34d1b SHA1: 3faa382f22d88905f7d209c3fc831d0cfd891b17 MD5sum: 3a42502f1c127cc40afcebbc0bfc31fd 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: 533 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 166524 SHA256: 45874b761e3860ecd989ce03aab0e246be2e2dfb75400dff338422141dfe0fbe SHA1: d0107bbb631bcd390fbb31b98af6f586dce70325 MD5sum: c96ab7217792ff54333d2b3d84165da9 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: 1037 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 346858 SHA256: ae52b363e42fc30424439de7b2010813bf030ef9d1447e8d8693a174e2dff378 SHA1: 6ae94153b49f5cf6e189754f76f9c0132b45e963 MD5sum: f2d59b21f479e782916f159eedbee8c5 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: 6755 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 2676532 SHA256: 96fcfd47f491f12d53fb078ab8812714fd0235bba550801ddbdb4dacc49a2734 SHA1: d689eaf22e82d5f5fb016cfddc64f70d05139639 MD5sum: c3e0ca3d10c2a0a4537a29e80aa88ab3 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: 516 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 107324 SHA256: cd2372240e7509df02df2646e125d04a75a31f786a80be13215b2b503c9ab3b4 SHA1: 51757558d5e090115e0614918e08becb50991be2 MD5sum: 5c876c92901d58bb0de7646c2ef0565f 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: 623 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 167466 SHA256: e52f3a5e7ac7c007a2f5284604f085fd40f108d1ed6f50dc2b6f2a39594239ec SHA1: 45adfd4394377375ba719234405202e5fab529a5 MD5sum: f888c79129241b55e4dffffd413f401a 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: 193 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 43420 SHA256: 1d9ef1005c0e225f2515bc97b2f8bf3a94b45902daa50711393423408febadd9 SHA1: f4457fc067c3a6cef2d229f2c63bb07e931f0dcd MD5sum: 3ec3ac04ce1d27a8e7db195e2158c1c0 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: i386 Version: 2.11-7ubuntu3.3 Replaces: cpio-mt Suggests: libarchive1 Depends: libc6 (>= 2.6), dpkg (>= 1.15.4) | install-info Conflicts: cpio-mt, mt-st (<< 0.6) Filename: pool/main/c/cpio/cpio_2.11-7ubuntu3.3_i386.deb Size: 116428 SHA256: e44c31cf32ddf55802410c9d27e8f629056fd38d49301f13d7cd921a86da6958 SHA1: ab5024b68cc10c955e34446332aff8b219949205 MD5sum: 53e39abd5dd8a1731bd3cb255b8dbeba 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: 342 Maintainer: Ubuntu Developers Architecture: i386 Version: 7.22.0-3ubuntu4.29 Replaces: curl-ssl Provides: curl-ssl Depends: libc6 (>= 2.7), libcurl3 (>= 7.16.2-1), zlib1g (>= 1:1.1.4) Filename: pool/main/c/curl/curl_7.22.0-3ubuntu4.29_i386.deb Size: 137678 SHA256: 4e5d1f92b92cc320a5548dc5725b03f0101c1af4ecf69036b84787997595d328 SHA1: fb944f0f43c284bce17a26fe80243a57a426fb2f MD5sum: 931e0f444ee470055de98dd97444391d 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: 827 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 612014 SHA256: 31a8d12e588adb00d19d96cfeeb2e942b51ba3781dc5d8cca3e6f07313abd9b9 SHA1: 4bd939a18a05e86c2ab305ecf7c95ebb8d4af1a6 MD5sum: dd7ec1829bbe644fefba5008e6a1a48c 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: 88 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 28422 SHA256: 83babf2c05382a5c9bcd17d986078542dff6307546ab5495adddb3871ff8f025 SHA1: 79ee4ce7acceb34144eda6ccc9987f9410de642f MD5sum: 71610191fcd00359b0ae00bfcb422553 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: 88 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 28182 SHA256: a8b5d51fae1a59c2a45350c3562183dc642b5a6797ca311dfa90cd803a42a8f1 SHA1: 87bc83e3d5a5830d372e46d8731975448ccca7a3 MD5sum: 02a8a1e9d5956468aea7e93983ee22f2 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: 401 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 141138 SHA256: 433e27f8017f5fccfd5884e5ab25173a74d4c56ce33ca645392f77ac77aa064f SHA1: 29d8bfdff1955d066c0892e4e1559cb21820def2 MD5sum: ba96c981252c156e5b21b7e3f4d59bff 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: 391 Maintainer: Ubuntu Developers Architecture: i386 Version: 4.8.30-11ubuntu1.1 Depends: libc6 (>= 2.4), libdb4.8 Filename: pool/main/d/db4.8/db4.8-util_4.8.30-11ubuntu1.1_i386.deb Size: 132878 SHA256: c9308507d3f78ee53178bc3ca7e62a6ffc832885bd43920f5db608fa9c882e5c SHA1: fbc309f2417485e85a70092d65a20ee6408b27ef MD5sum: 3f38a2a8ee4e0e52ed46dad3e3222516 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: 77 Maintainer: Ubuntu Developers Architecture: i386 Version: 5.1.25-11ubuntu0.1 Depends: libc6 (>= 2.4), libdb5.1-sql, libdb5.1 Filename: pool/main/d/db/db5.1-sql-util_5.1.25-11ubuntu0.1_i386.deb Size: 21212 SHA256: 8322a31865a28daeb0af6d972b8ac3312aac407632abc7ab699cf55466352ad0 SHA1: e742ea6a8339db5500d482a14f431111bd28a6f0 MD5sum: 665087e584612a5acecb03fb8a04f744 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: 231 Maintainer: Ubuntu Developers Architecture: i386 Version: 5.1.25-11ubuntu0.1 Depends: libc6 (>= 2.4), libdb5.1 Filename: pool/main/d/db/db5.1-util_5.1.25-11ubuntu0.1_i386.deb Size: 80352 SHA256: 6a991b11a23333b1188f95497e2e854c56caf6e0db2a27c64589a1a97239ab68 SHA1: de8e4305fa5c9126c32a655bc7145724f09fe6e2 MD5sum: 74a41d17df3f9a83a5fcd6fe69cf8fd3 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: 985 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.4.18-1ubuntu1.10 Suggests: dbus-x11 Depends: libc6 (>= 2.10), 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_i386.deb Size: 370364 SHA256: f6a47b013bc98d51b4c70c171055bd4bbd8d4f8bfe1844223a449f2e92addf8a SHA1: 96c0fc23862f01fe992a498509e3e7a043451636 MD5sum: e2b248ae02076e480a745fc6fa8f9fbb 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: 14803 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 5996784 SHA256: 0c9244efa26ca6b5ffc8e43555cc5ff9a93c7238dfbfa1621496b1b0c1fa327c SHA1: c96dfd35d61bdc2355a9b00be0f88eed239e573e MD5sum: 76d37d669ed18c2846f865f6da877464 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: 129 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 21550 SHA256: 169de66f772b9e44b18aa608474361289a80535bef154f9dd3cc1eaa928d8cd4 SHA1: 5a994121b1880947871fd83020f91b61ef276e61 MD5sum: 57365589bb2236ee7a310af5b0fe0cfb 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: 83 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 17138 SHA256: 1c1e04ee6e69557c08852ca3425a0eeb8f81319c004c8b36c4a04998c18654cb SHA1: 858d0aa90f1cbafee013a3a51c1d5de26a6b113c MD5sum: d1bc3ec3ae0370cf298c22f31f9e0b49 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: 504 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 206870 SHA256: 80b539824ca4ba52f63c825cda61d6b397e5ba8daf062140f7217e6c09b71230 SHA1: ba0fece254f3d712a5ca2385e2a808e9371c19e1 MD5sum: 51e50369a8edabcde6f548ea42a19091 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: 64 Maintainer: Ubuntu Developers Architecture: i386 Version: 2.59-4ubuntu0.4 Depends: libc6 (>= 2.4) Conflicts: dnsmasq (<< 2.40) Filename: pool/main/d/dnsmasq/dnsmasq-utils_2.59-4ubuntu0.4_i386.deb Size: 9292 SHA256: 921cac67d6bca2c113633e8b040c016cf016b3b7ba3facbe13e5d42bd1c359db SHA1: 39cbda8958ce3fa0404f747209e9718b81996f7c MD5sum: 3475e0eb3bf0c0b1e5e514e984a500a2 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: 359 Maintainer: Ubuntu Developers Architecture: i386 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.4), 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_i386.deb Size: 143732 SHA256: 8acc1b0c8609646057f39f21633e347b52d4b44e1181628a56ab876b9e230088 SHA1: 0e5e2b7497e9f513a5ee604ccc7e8c9980b99d8b MD5sum: 3639179ac851531066dae00b059eea72 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: 4307 Maintainer: Ubuntu Developers Architecture: i386 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.11), 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_i386.deb Size: 2036238 SHA256: c3c292f6b3b1f73d8a4272e17964d0c674e87721bbf1c245b471441e0104589e SHA1: 6535d595169e0068bbd75f836dc65384fb22381c MD5sum: 5b83449e0f8e4cbfbcc3a06124e58ec2 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: 12435 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 3083866 SHA256: cde89d547ab36cbdb4c0d1e529cda9cf1bdcdce0eafbfc455ebafe2c36771990 SHA1: cef6fe87dcf6f48698d47032024339b8e2791938 MD5sum: db1cd06d500dca0877af9600525d2ee4 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: i386 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_i386.deb Size: 229952 SHA256: 23e1c44499566d748646f9d00e72b238acad45ed782087028713eac1ecd5ba5e SHA1: 71317280eb65c9d7530b47944b5d6669f5e48862 MD5sum: 30eb17058edf0295dd4e8d6f210b2a6d 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: i386 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_i386.deb Size: 9426 SHA256: ac55a3ab75650cdbc15ae7d7e9a7311337065dd43dbcbefefc55d86143974743 SHA1: a3a8f1b57c7d579853fa9e6414047f31a6b7318b MD5sum: 23a82bff235bb33649b58da67fa2d184 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: 489 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 90980 SHA256: 6e36de55cd2b619bf761bf1d33ce062d8d586de5f6f5cb32db86713fb33810f0 SHA1: c9d14354baa06f70f2e8250db12b7f1aee2e40e4 MD5sum: f38246c0a6932a028bd64e36b37b094a 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: 339 Maintainer: Ubuntu Developers Architecture: i386 Version: 1:2.0.19-0ubuntu2.8 Depends: libc6 (>= 2.1.3), 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_i386.deb Size: 22796 SHA256: 5b49f0eee75b24841ab39bbb85f5bd9e19e84e0b2bdd4e07a1417e916669fcaa SHA1: 7a81a478c97729db4d1d528b7a444fbb773f85e2 MD5sum: 7c1a04b4c23bbdb3d77e551fdf69656e 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: 330 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 22664 SHA256: db8246583390f41956afeb184205bfee29bf6f048021a06272012654df6877f6 SHA1: ee65141148686bf75afd13f7f23fa1281b52d72b MD5sum: e880087482b6bdb54b479b62fd2cef9f 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: 413 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 54272 SHA256: 76eabf96856fb7548a8339726ded5d627204047b41514202f47b084e3a2e5516 SHA1: 29a4543592aa38f160c7641ccc38b5e6856bee03 MD5sum: 609c80048e15ab40481dcd94646093eb 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: 308 Maintainer: Ubuntu Developers Architecture: i386 Version: 1:2.0.19-0ubuntu2.8 Depends: libc6 (>= 2.1.3), 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_i386.deb Size: 10668 SHA256: f45a1a5a1efeceb29027f5dc81f96f935fb7e7c84d984c722d6b1110104d2504 SHA1: 8404f38efdfd540445576f0d72cff7f1d281624f MD5sum: 0c0543bce8629041d4eb2993ff344bf7 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: 316 Maintainer: Ubuntu Developers Architecture: i386 Version: 1:2.0.19-0ubuntu2.8 Depends: libc6 (>= 2.1.3), libpq5, dovecot-core (= 1:2.0.19-0ubuntu2.8) Filename: pool/main/d/dovecot/dovecot-pgsql_2.0.19-0ubuntu2.8_i386.deb Size: 13890 SHA256: 1cd04cf533f772fcb22c696f043299cf1043cacd521fad101e1aa627a141ee55 SHA1: fca218a6d96077790dd3040a8fc69586a3b89326 MD5sum: 4af1b559d38c77b012473a1b94258173 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: 346 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 29008 SHA256: 7e76dbf79ed0f31e6dfbe948015e38be983a890e63fefeb0ae7ba1d1dcec1bdf SHA1: 326150bbf389226fe2daec4842ec6c8c9dfcd2fd MD5sum: 52fc6e158b351bf38f20e2597ab7a644 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: 830 Maintainer: Ubuntu Developers Architecture: i386 Version: 1:2.0.19-0ubuntu2.8 Depends: dovecot-core (= 1:2.0.19-0ubuntu2.8), libc6 (>= 2.4), ucf (>= 2.0020) Filename: pool/main/d/dovecot/dovecot-sieve_2.0.19-0ubuntu2.8_i386.deb Size: 220652 SHA256: 7189a37968dff2d73eec0a9ea02c621089348373bb1a61258524efdf7b629d8f SHA1: 81d6065ed7c20567c44e38220cbcfec6a4bbf513 MD5sum: c42dd833fa97f721297d99025dd0562b 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: 316 Maintainer: Ubuntu Developers Architecture: i386 Version: 1:2.0.19-0ubuntu2.8 Depends: libc6 (>= 2.3), 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_i386.deb Size: 17894 SHA256: 760834ba90ace9ab02f9da07686ef885e5497f32469132a345737108a05f2db8 SHA1: 554b66cdae83d652f4a0a2ea2631dbaae6ce0c8d MD5sum: ac510884b8f64e7e8e2c55b5c2cc52c0 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: 308 Maintainer: Ubuntu Developers Architecture: i386 Version: 1:2.0.19-0ubuntu2.8 Depends: libc6 (>= 2.1.3), 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_i386.deb Size: 9170 SHA256: 55d4c577d16da50330178c180f2b83947c93e578edf7ae9f5651d36dfb3c2c13 SHA1: 1fc7526d947eb9e554fc3ded004aaa5a8cf4d5a5 MD5sum: 8d10177d284ec58979b0b9e4444d2dee 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: 5909 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.16.1.2ubuntu7.9 Suggests: apt Pre-Depends: libbz2-1.0, libc6 (>= 2.11), 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_i386.deb Size: 1815456 SHA256: 676c7607f4683950cdabcc7258af0b798c5729777a54a8011ed3b397e00704b3 SHA1: 29e170b2b7686e4a90f3516038c66b905deb404f MD5sum: 8b3d22b7da716b08ab1888f8b4e763b4 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: 1172 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.16.1.2ubuntu7.9 Replaces: dpkg-ftp, dpkg-multicd Suggests: perl Depends: libc6 (>= 2.11), 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_i386.deb Size: 179874 SHA256: 21e8b0424c474b9ff9ea42f7ab046b2b23134693d7da64ad95f9876222456f0d SHA1: 9eaa2b9b20731fb6062e4b609b6fc7ff68b60059 MD5sum: 9f01068942497a73ad34725e93b7a39e 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: 1213 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 575188 SHA256: 683438609263ec7c4d7a7d100d178e3272c0742fcf24bb5cbc0aa6c110a63730 SHA1: bda41940cc0523bc6fbd1e4903097d04fd969686 MD5sum: ed8746ef7aa262987e87912c677dc4bf 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: 387 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.42-1ubuntu2.5 Replaces: e2fsprogs (<< 1.34-1) Provides: libe2p2, libext2fs2 Depends: libc6 (>= 2.10) Pre-Depends: multiarch-support Filename: pool/main/e/e2fsprogs/e2fslibs_1.42-1ubuntu2.5_i386.deb Size: 201194 SHA256: 1e12718bf7976ad7e60913d53b18a63fe8cc8b932f09130d5e1c606505f1da0c SHA1: 4346d7eaa8a3f45dfcf8320b5649830bc865b804 MD5sum: 82b465d668662f269c5d7df062dc96c3 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: 902 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.42-1ubuntu2.5 Depends: e2fslibs (= 1.42-1ubuntu2.5) Filename: pool/main/e/e2fsprogs/e2fslibs-dbg_1.42-1ubuntu2.5_i386.deb Size: 333788 SHA256: 9365a1566528a14bbf1869f4d2890e7e2ea5ea9a3b73b067e34365c0bff3282d SHA1: da6e396a9b3cea19c29b42071f74110b44bd0c74 MD5sum: 1f2d1d66519674d4e5fad5daa9c9acdc 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: 808 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 239806 SHA256: 2e570aa7ce7c3889f1b79d454ca2c7343c158a906e7b857c18f218ae4dfed352 SHA1: eb971f08c779f54d0d36b9147602bcb9939a0805 MD5sum: 3e165fd9db72e19d2e3204a4ed492124 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: 2324 Maintainer: Ubuntu Developers Architecture: i386 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.11), 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_i386.deb Size: 974070 SHA256: d92680ed1abc78a6013c7d53ed8448471fa875793a96ca46cf0296871f026434 SHA1: dec6bb8a97a92ab4f837d159f5e1668c74578aa1 MD5sum: 8937f2cf9fcaa8961b5d8c6965651ce0 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: 2996 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.42-1ubuntu2.5 Depends: e2fsprogs (= 1.42-1ubuntu2.5) Filename: pool/main/e/e2fsprogs/e2fsprogs-dbg_1.42-1ubuntu2.5_i386.deb Size: 1249676 SHA256: 91daebc18eaf516c4bbed1fd6325a1c5a0b80d52666f8a37aa29d04884fa794a SHA1: 3d6147db9dfe45671083d6d4745a454398ea7256 MD5sum: 7fcd2dd3d579b100b5c3832f24cbb3d8 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: 72 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 14894 SHA256: a6a5ad941bc9f874b7ea9fba04359c98bff29c4bb094e64bf08b9654557b6d78 SHA1: 9167de22d6d4d2ad8a72add83c3b554d41475a21 MD5sum: 8758577521851f27764d195540a36725 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: 104 Maintainer: Ubuntu Developers Architecture: i386 Version: 5.09-2ubuntu0.8 Depends: libc6 (>= 2.4), libmagic1 (= 5.09-2ubuntu0.8) Filename: pool/main/f/file/file_5.09-2ubuntu0.8_i386.deb Size: 19626 SHA256: 04c57beb6397360b132d2f403b88584512105034de99df80a97324688450323e SHA1: 29bc9c7c1c58288b9ad9c7605e6f037beec735e0 MD5sum: 761a1ac9d688aa9e3b6d19cfa0df3d07 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: 518 Maintainer: Ubuntu Developers Architecture: i386 Version: 2.4.8-1ubuntu2.7 Replaces: freetype-tools Depends: libc6 (>= 2.7), libfreetype6 (>= 2.4.5), libx11-6 Filename: pool/main/f/freetype/freetype2-demos_2.4.8-1ubuntu2.7_i386.deb Size: 209922 SHA256: 7b1a61733f3d792ad8c6c7c4c69872ad517d05400e6db5ba893d759156c80d15 SHA1: 480cb15e02111163127b4f345dbdecf0faab4238 MD5sum: a6d0accfaa4ff13dcacd2b546c68b4e8 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: 3796 Maintainer: Ubuntu Developers Architecture: i386 Version: 0.18.1.1-5ubuntu3.1 Recommends: curl | wget | lynx-cur Suggests: gettext-doc Provides: libasprintf-dev, libgettextpo-dev Depends: libc6 (>= 2.4), 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_i386.deb Size: 1138660 SHA256: b62e045700a7f508f381b5b1c3051c3a57ea34e50e5453678e34f605cfa42817 SHA1: 8dab3daf53eeb745bb5d8b7a938af5f8ef071f31 MD5sum: 6ea9bf1168e8d8bf11e7678eab664126 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: 348 Maintainer: Ubuntu Developers Architecture: i386 Version: 0.18.1.1-5ubuntu3.1 Provides: libasprintf0c2 Depends: libc6 (>= 2.8), libstdc++6 (>= 4.1.1) Filename: pool/main/g/gettext/gettext-base_0.18.1.1-5ubuntu3.1_i386.deb Size: 68238 SHA256: 6bc3ec96b153abc78db690c19187ae725518178e65b659522b014193e41ea67e SHA1: 2a22c71ea5424a218bb3b4120fc644ac92ce9b79 MD5sum: a5b20ce31417f12b5f2757661d19c771 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: i386 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_i386.deb Size: 8130 SHA256: 2113774456be21f66d60a135843e2a10c529f1a9f902263e3626ffcf71dcd4b9 SHA1: 5f830e0830157b64ae8a87aebea0cfc1f53753b1 MD5sum: d4c133c352f12eb5f7aef830b01fe7ca 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: 1924 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 790668 SHA256: 2b37ec64de2b820d82203d892ba0c0a167768d43449b1aa69f79ad330b7e8cfa SHA1: 478724759a3e618c7f69035583168ca653350757 MD5sum: 3ce75e18523996732a3e772fc55a4f5e 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: 136 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 19282 SHA256: fac40c5d376de3a37018b6f36071fd45da8635a3362b45a2747ccd31d81b74df SHA1: 36dd10338fea05f98e863af6412940bd38b20c25 MD5sum: 4127eec16aa9c1c57be5f64423711c9d 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: 436 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.4.11-3ubuntu2.12 Suggests: gnupg Depends: libbz2-1.0, libc6 (>= 2.4), libreadline6 (>= 6.0), zlib1g (>= 1:1.1.4) Filename: pool/main/g/gnupg/gpgv_1.4.11-3ubuntu2.12_i386.deb Size: 179928 SHA256: 24ccbacbeff2b478f46e8edeaf2f644962affa1ccbade2d8147fe2d1690026a6 SHA1: 85a32e5861dae41b9ba19139188bd57059b8b373 MD5sum: 569929cf8a9da3355523860c3aef45c3 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: 770 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 318414 SHA256: bdbd5866c9168a31b227dfd150c3ffd836fa575eafa29e433702c3b922df11e4 SHA1: 50d492984b86ad39976e481821e19b34682c864a MD5sum: dcb4dc34234a168fe60a45e296c03fea 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: 133 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 41290 SHA256: b3f9bafd70827fc84edb44c62e36cb81f5897e73b66c07684e7e7f7cbfd99deb SHA1: 4cb69becd29a443adeda09900cc30e0eeb5c373d MD5sum: c52084f7c306c50f7297e47ed6e62e35 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: 9717 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 3599596 SHA256: 112bb0dcc9b42434f139267ba3b3806d430ff307c507ac9160861ca491c27cf5 SHA1: 46447d6d7f30cb7491f711fbc52fcbb60b8ac745 MD5sum: e2dabe2029638b8861a43974b0733c4d 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: i386 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_i386.deb Size: 743080 SHA256: ce00cf2d17c34a4ae9508611b5394aa41be5e2af2c34b2bacc71c3e4a41041c7 SHA1: 1b2f05619c84526de465dc43242442033e99b75e MD5sum: 21c127504b249eb3c267cd34dd131ade 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: 128 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.6~git20120311.dfsg.1-2ubuntu0.2 Depends: libc6 (>= 2.8), 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_i386.deb Size: 33032 SHA256: c0b2ea86213c35fb1dea539bdc8e61ff8d2c10d8077916618a3200e117ba1c87 SHA1: 48d08c2ac7a1dedee39b3e787b863e0f4631c12b MD5sum: 8d7c7f46f27f3cd8906d48f093e156f5 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: 355 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 105222 SHA256: d35367830ac71707b6f029d74caccb5265870d3b3c9e35b6054cb3cf645fe221 SHA1: 26b52f75734108e6fdfe4e7b3d31ff9e619a638b MD5sum: 7b0b8c6dfceeba98f0f97bf8b3a23dfc 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: 4768 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 1416008 SHA256: 67609897c0e60260e1bcc62dbadd1d1e491112c085e447c6480557b9db151aa0 SHA1: cf75b97cf25799f0965670b77e7568f80bb0dfeb MD5sum: 3ebf0e53122ffd115209abeebd707bc3 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: 361 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 142530 SHA256: d372973082020a97347902e3d19b5ee950b4238003832a9f1b2de719852ce0e0 SHA1: a64edc54dee110e6cc1b5acf091b8483418a57dd MD5sum: 0419f9d1115e073c48e0d523ebe206c3 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: 94 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 18090 SHA256: f99ddc3027d1d4681624df62505ad9b980797578ac0b5459e4ad0e574e1f89ed SHA1: c72abca5bb582fda38d77e6f6659cdbedc5e9f0c MD5sum: cebf6202464b3f80d867dc0fdad491aa 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: 198 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.23-2ubuntu0.2 Depends: libc6 (>= 2.4), libidn11 (>= 1.13) Filename: pool/main/libi/libidn/idn_1.23-2ubuntu0.2_i386.deb Size: 20400 SHA256: 572157e35056d97cea7b47f740736209cc2113db9f96cc79b200b53e126b45f2 SHA1: 52af8d0971425f463dd5fdc4ad3fb96402c9c97b MD5sum: c2cf4756e83bc911bb94f72005ee960f 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: 233 Maintainer: Ubuntu Developers Architecture: i386 Version: 1:0.8.0-9ubuntu1.2 Depends: libc6 (>= 2.4), lsb-base (>= 3.0) Filename: pool/main/i/ipsec-tools/ipsec-tools_0.8.0-9ubuntu1.2_i386.deb Size: 70256 SHA256: 85b176ae40d82a9bd32aea21d89b0eef54f886455395bc6e8d62da15a9acef45 SHA1: 0953bbbdeb3f9cb68015444a227907fcf159a93d MD5sum: 09dc6e4ff819c1c6af2946b3448fb3f3 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: 750 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 288990 SHA256: 36aceaa9b9f437154b22105a5c673017376f32a055c2d224d1a451f6bcf0e536 SHA1: 0757fe1db0b9b08b2294520ce117f0e915909fb7 MD5sum: d0975c7078edec694029f1ec91fc099e 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: 1576 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 627686 SHA256: bc28c070120633e6a84f5610353aebeb8ef76dd9fb8a8f4c130a1876254d7d6c SHA1: c2cad6628eb77c992bd3dc5063df8af874f7d697 MD5sum: 6abf41f7d78cab78455ed1bebf245ada 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: 681 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 346488 SHA256: 362fd1800f008e39eaa80f18d6da6b3fc6173b5128c7ce8b1a5bb2f5996a30f7 SHA1: 6a7fc38165495d2603e2fae4a57894257b8c463d MD5sum: 1e44e412d5c789036227425efc524a09 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: 1612 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 675918 SHA256: 435acfc2afccf039ea5e8039790a1c390dee419b64eb427964429683568c31d1 SHA1: d14c7db882f331850b893bd462ca1e88d677b5a3 MD5sum: c73eee8e7077b71f2e8866c3530d1308 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: 593 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 226506 SHA256: 5b0763bfa86273b7de39dc545b75d27580186b7144d9519df17fecab20e95ff7 SHA1: fc484f1e4d03e510d7a3946e4645e37ee3f0527d MD5sum: b0888709d3a3f711080c3d46d7f1ee90 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: 1455 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 573038 SHA256: ec4d518d92ec8177177837c7affd1167369d164ea11d1a4debbe4b7a7132461f SHA1: a024834810db3e9e65a16ec3f9813c9b9c29ae49 MD5sum: 6e977ce9a84a557c460dc0e334a78500 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: 1017 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 428154 SHA256: f649cc55c076d6fff580f2f79d048c0875b5724c6691f6218ec75a983c068e36 SHA1: 9b0c105a2a22b017da33813f96dcd7c62036bf4f MD5sum: 79ff837d7e311cbc8c08418f3cf8ce7c 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: 2076 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 840096 SHA256: fc01afc64e88e052a9c44a92cfd53167693f343ca3802b8bbad18b5fdbdd5e48 SHA1: bdc47cdc199067fe5cbaa1a3b9fc79f2ff166071 MD5sum: ffae37a2b69616e4e3599e3ba386f068 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: 910 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 384464 SHA256: 641c29ffe1798f4aeb51bbc03839a3da8fcc788cf62f3a466b63cb17a64b4cda SHA1: 991b0ab1d6d80407a973e3e5162815d756434f23 MD5sum: 54f944b4f0441888af2a24dcd2139100 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: 345 Maintainer: Ubuntu Developers Architecture: i386 Version: 1:1.2.2-3ubuntu1.2 Depends: libc6 (>= 2.15), libpopt0 (>= 1.14), libssl1.0.0 (>= 1.0.0), ipvsadm, iproute Filename: pool/main/k/keepalived/keepalived_1.2.2-3ubuntu1.2_i386.deb Size: 117866 SHA256: 3eab44d5402d6eb4e73df66e557a9cef2bc576ba582024089d5d77603bff784f SHA1: f40a3a5957021458c408e9dc58150dbb222aebfa MD5sum: 1a8c892c03ad28c2c3b1d196b2e9f1ca 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: 656 Maintainer: Ubuntu Developers Architecture: i386 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.4), 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_i386.deb Size: 273002 SHA256: ea6a33fb4728f81ec6084c6f344db904a783cfd77c0688f52bab7fd5f04dd00b SHA1: e6fd2179c300be1655727fa2f888608901338b57 MD5sum: d311b00ddf47d2f7ea8911790ce284be 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: 208 Maintainer: Ubuntu Developers Architecture: i386 Version: 3.7.9-2ubuntu1.4 Depends: libc6 (>= 2.4) Filename: pool/main/s/sqlite3/lemon_3.7.9-2ubuntu1.4_i386.deb Size: 41590 SHA256: ee1ca0e2d2bf3efc6a98f947e3bdbe5a1e4a50ff9e6fa975abc8501bb48f4196 SHA1: 4c5a9f3c547f4ba39259ff53972b65810dbab14b MD5sum: f73d4b7c10b3aa1392f06f8e27967d22 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: 1068 Maintainer: Ubuntu Developers Architecture: i386 Version: 4.3.3-1ubuntu0.1 Depends: libc6 (>= 2.4), 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_i386.deb Size: 459850 SHA256: 4810bb9e597d9c1123b683e5866af4fce7810d4397c2013379e76c7b41784333 SHA1: b4bfe319473cad17cf9407283610dede365ea1e5 MD5sum: 450d2f30df4cca3cfb15daaddbf51199 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: lib64bz2-1.0 Source: bzip2 Priority: optional Section: libs Installed-Size: 104 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.0.6-1ubuntu0.2 Replaces: amd64-libs (<< 1.5) Depends: libc6-amd64 Filename: pool/main/b/bzip2/lib64bz2-1.0_1.0.6-1ubuntu0.2_i386.deb Size: 33124 SHA256: 03e7289e1af9e58ff3d04994b4f5549edcfbc14a3121acf136caeacc7906ab8f SHA1: 0772f62b5f82ec75c4dd60917613f77bcc9f195f MD5sum: 64a3a062d1e4c69d5ac90b0b9cf41d54 Description: high-quality block-sorting file compressor library - 64bit runtime This package contains the libbzip2 64bit runtime library. Original-Maintainer: Anibal Monsalve Salazar Package: lib64bz2-dev Source: bzip2 Priority: optional Section: libdevel Installed-Size: 98 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.0.6-1ubuntu0.2 Replaces: amd64-libs-dev (<< 1.5) Depends: lib64bz2-1.0 (= 1.0.6-1ubuntu0.2), libbz2-dev (= 1.0.6-1ubuntu0.2), libc6-dev-amd64 Filename: pool/main/b/bzip2/lib64bz2-dev_1.0.6-1ubuntu0.2_i386.deb Size: 30054 SHA256: 7c696caefd766e3c98b085042620387b01495ab59c03b710c613b0b34d8bae75 SHA1: 8f4b93ed2a3a5651697434ca56ea8e0978b77458 MD5sum: 23113a88365f1f9f881bf59bfdd241cc Description: high-quality block-sorting file compressor library - 64bit development Static libraries and include files for the bzip2 compressor library (64bit). Original-Maintainer: Anibal Monsalve Salazar Package: lib64expat1 Source: expat Priority: optional Section: libs Installed-Size: 376 Maintainer: Ubuntu Developers Architecture: i386 Version: 2.0.1-7.2ubuntu1.7 Depends: libc6-amd64 (>= 2.14) Filename: pool/main/e/expat/lib64expat1_2.0.1-7.2ubuntu1.7_i386.deb Size: 130784 SHA256: f9bdf1ae0edaeb028ea8130a2413312dd6c7eb0258795a89a71bea9ee9ef0c17 SHA1: 5ca72c4797b00562a9c31963ccbf81c093382ca2 MD5sum: 79b83a1f61b09d46d12b934bc7a38800 Description: XML parsing C library - runtime library (64bit) 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). . This package includes the 64 bit version of the shared library. Original-Maintainer: Debian XML/SGML Group Package: lib64expat1-dev Source: expat Priority: optional Section: libdevel Installed-Size: 719 Maintainer: Ubuntu Developers Architecture: i386 Version: 2.0.1-7.2ubuntu1.7 Depends: lib64expat1 (= 2.0.1-7.2ubuntu1.7), libexpat1-dev, gcc-multilib Filename: pool/main/e/expat/lib64expat1-dev_2.0.1-7.2ubuntu1.7_i386.deb Size: 160552 SHA256: 804e4efbf4189f2519993d046a1a55a919ef908437322a658d36710cf6371f50 SHA1: f156261d5673eb46d24a17ba80320fbfff2fa161 MD5sum: 6334ef0d4e22c7431504a0438e28d5fd Description: XML parsing C library - development kit (64bit) 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. . This package includes the development support files for building 64 bit applications. Original-Maintainer: Debian XML/SGML Group Package: lib64ffi-dev Source: libffi Priority: extra Section: libdevel Installed-Size: 144 Maintainer: Ubuntu Developers Architecture: i386 Version: 3.0.11~rc1-5ubuntu0.1 Depends: libffi-dev (= 3.0.11~rc1-5ubuntu0.1), lib64ffi6 (= 3.0.11~rc1-5ubuntu0.1) Filename: pool/main/libf/libffi/lib64ffi-dev_3.0.11~rc1-5ubuntu0.1_i386.deb Size: 37806 SHA256: 92f9bf0be0e8525359c7042eae545ccd1c3520fa05c62e2ea22be8d8fd648a9e SHA1: 0c5d1006abab6d3471f655efbf542ac3b4c9ce05 MD5sum: b1d065628fabbd64204e05abcb485bf2 Description: Foreign Function Interface library (development files, 64bit) 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: lib64ffi6 Source: libffi Priority: extra Section: libs Installed-Size: 66 Maintainer: Ubuntu Developers Architecture: i386 Version: 3.0.11~rc1-5ubuntu0.1 Depends: libc6-amd64 (>= 2.14) Filename: pool/main/libf/libffi/lib64ffi6_3.0.11~rc1-5ubuntu0.1_i386.deb Size: 19570 SHA256: 61092a7fbdc453c08f110a1baa48db39770db0042d33b15185a7e9454a72c3b9 SHA1: 17560d849e8ec861d8756855d4a7930bbc0e8ed7 MD5sum: de52304cd8830f771a3d96c2f2e6c55b Description: Foreign Function Interface library runtime (64bit) 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: libapache2-mod-perl2 Priority: optional Section: httpd Installed-Size: 2982 Maintainer: Ubuntu Developers Architecture: i386 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.4), 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_i386.deb Size: 1008272 SHA256: 1147af324565cea979fc7bcff7a39180cb8b30fd79c1836a1dd8269a50476cc7 SHA1: bea17fe6ccf8cfa34745bbdb69522918b9acd986 MD5sum: cbc5d81176662e09e2112aea918534dd 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: 8256 Maintainer: Ubuntu Developers Architecture: i386 Version: 5.3.10-1ubuntu3.48 Recommends: php5-cli Suggests: php-pear Provides: phpapi-20090626+lfs 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_i386.deb Size: 3092732 SHA256: ff3e6790e0680ad62ac716edbcba0c65ca3663841eb3ec3cecd35346637fa17f SHA1: 39b660be14d54e9f33997449854e3205f54a907b MD5sum: 785741307b7c7389bbde5a1667b134f6 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: 8256 Maintainer: Ubuntu Developers Architecture: i386 Version: 5.3.10-1ubuntu3.48 Suggests: php-pear Provides: phpapi-20090626+lfs 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_i386.deb Size: 3092262 SHA256: 1ec12730513131c2c9d9aef6d015eceddb19d7210323e52ec4bcf76cfbeaffc8 SHA1: 4c29f5b5d31faff84633a3719dbab49201f2e72c MD5sum: 8baa8a6a7a841b142dff66926515bfe6 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: 346 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 83424 SHA256: bc2eec78ad5091028657432f556565690c621162c0c0ca1d856357336ce4db29 SHA1: e7912b1686ece48643d83df88571e6215e1a5798 MD5sum: 6fcc7245a746e758226646e892d6f3ac 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: 811 Maintainer: Ubuntu Developers Architecture: i386 Version: 0.8.16~exp12ubuntu10.29 Depends: libapt-pkg4.12 (>= 0.8.16~exp12ubuntu10.29), libc6 (>= 2.4), 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_i386.deb Size: 99044 SHA256: c96aa662d6146c5fc05acd4f6a0b156da68aabe2fabcdcad06bcfdd58fc48d55 SHA1: f5e9132d544b8f20b953307ccbec9268b2a093d0 MD5sum: 50a93ae36649e80b26d7793a87abc615 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: i386 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_i386.deb Size: 93850 SHA256: 279888a9d01c549be8b95cde2023d7b3f3a06695253e84c3a13c354d554d6a13 SHA1: 37b42ce1873daf308f9bf0afd2aeecb9ffe74150 MD5sum: c5071f621483ea32c06c00e2c304df6f 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: 2971 Maintainer: Ubuntu Developers Architecture: i386 Version: 0.8.16~exp12ubuntu10.29 Depends: libc6 (>= 2.15), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.6), zlib1g (>= 1:1.2.3.3.dfsg) Pre-Depends: multiarch-support Filename: pool/main/a/apt/libapt-pkg4.12_0.8.16~exp12ubuntu10.29_i386.deb Size: 942516 SHA256: ddb1154e7a0d4f981722391b1182aed1dc2f5c8920acd2728629bc050e608afc SHA1: f57a70ae2c5a4bcbef69e8b3eee4036e1412c5dd MD5sum: 61e4153f54e150d18cb0755fb121f176 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: 812 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.6~git20120311.dfsg.1-2ubuntu0.2 Depends: libc6 (>= 2.8), 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_i386.deb Size: 242046 SHA256: 193e219bb3f884c6631a711295e30def80cb412610d4ad5368b2d1b413ef88ae SHA1: 74e21758584787adba1f6053ef773837c240abd9 MD5sum: 278ce15c709fd3ebafaefd30236d05a6 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: i386 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_i386.deb Size: 7594 SHA256: ff2633602a8a2f86aa47ec838265c278d6659e1c3973331f8ba94f1afc0b5907 SHA1: 41fb063ad52362d0ab674f660ade88ee273ce030 MD5sum: 0a1a43ba2939015caa1fe160d112cfc2 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: 2171 Maintainer: Ubuntu Developers Architecture: i386 Version: 0.60.7~20110707-1ubuntu0.1 Recommends: aspell-en | aspell-dictionary | aspell6a-dictionary Suggests: aspell Depends: libc6 (>= 2.4), 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_i386.deb Size: 606042 SHA256: a2a5d988c6e14c70382c40bd7e947e4d1211b63ec2cc4adf50537d2deec7f88e SHA1: 132a9cd309241bf175434cbfe705b6b5f1bd0dfd MD5sum: 7e128b2f3cf36f2dd51f37625ae80061 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: 189 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 36640 SHA256: 4884ed4de550d73d4b6b25a7cc30562c0188cb80e97b24a5be934748f12a3112 SHA1: c7ebe007b260a1443f2561d1745d3c0ef28284cc MD5sum: aadc9c7747a47e44bd3cfabab8e67025 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: 135 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 30066 SHA256: e86ab103af7a308bb114858f9a03b9749f53b590af4dd8181656d3f066fc3069 SHA1: d3e1f0c453ce5ad05cbd13dfa0c0ad45f9a5c775 MD5sum: 634f580c9eaed13a4d59e2e54450390d 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: i386 Version: 0.6.30-5ubuntu2.3 Filename: pool/main/a/avahi/libavahi-common-data_0.6.30-5ubuntu2.3_i386.deb Size: 22284 SHA256: 97568745c78c1e6f81160e3b719ca713f2ceb51452923ddd586237d555f80959 SHA1: 9c42844dc917ac90bd4eb61ebdf6f55781a99c1a MD5sum: 73de59f4fad20d3553736f376eb86f6f 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: 201 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 42458 SHA256: d4574d400fbf5e91ea2c9e8aea1bbae175fd483ebb102e3490365bfedb0b588f SHA1: 410d7ae98a93b8219895d3ce970beb2c7919059f MD5sum: 17ee04a9f0aa330c251dbc6e68befb5a 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: 120 Maintainer: Ubuntu Developers Architecture: i386 Version: 0.6.30-5ubuntu2.3 Depends: libc6 (>= 2.4), libavahi-common-data Pre-Depends: multiarch-support Filename: pool/main/a/avahi/libavahi-common3_0.6.30-5ubuntu2.3_i386.deb Size: 26086 SHA256: 2a7e33030185be8b3a0a13ed9e43ab7b9978e74710800fe0c5b3e56314b4fd06 SHA1: bbccb048814ca4b1d81aca71859d626437bb6169 MD5sum: 2a2134ce7c1a5c7c1a99f3cd47b78efb 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: 191 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 35776 SHA256: 2189dbee0619ec8fadd36cd3563bf1fef58b785415488d599b2b17a9acc4bb42 SHA1: bed4e8c616191da307d1edc3e13ad71d22dc3bde MD5sum: 0f1764fd1fef46e311a4c83e9a2fc2cb 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: 101 Maintainer: Ubuntu Developers Architecture: i386 Version: 0.6.30-5ubuntu2.3 Recommends: libnss-mdns Depends: libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.4) Pre-Depends: multiarch-support Filename: pool/main/a/avahi/libavahi-compat-libdnssd1_0.6.30-5ubuntu2.3_i386.deb Size: 18582 SHA256: 7b5439d5d6c6237b061fb978c8477f0cd226832a1cb1413a4ab29676808c0f83 SHA1: cce0f8ad811eee348c1f885173fbbae0c4f6c770 MD5sum: 05bebd73d6a22964f64da2ce7d4f6e5c 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: 446 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 127246 SHA256: d3ca6a51da2f394d726b32007bfbc21ddd16157ee30e4b5fafe60a7fdb6e4912 SHA1: fcfdb4298fbe8f7e79a45b0fd8f611a6a69c8f45 MD5sum: c68c5d9e55b12f40e8b383f8207ca75a 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: 295 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 99090 SHA256: c602dae1255cd5f1360fc2e7d58572de72cd2929b38c2d84f3974c55b0e5dc2c SHA1: fec090f9aad5a72c1da1aa17da057505c483f608 MD5sum: 5c5097ea1f03d018f7caf8c4aa7b2c02 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: 92 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 8950 SHA256: a65e6fae24119844cf07dcec3dc85a4dfe10981c4317afa9626b09098f81717d SHA1: c89fe0274a2a4e3deaae39f7263b6013741c67b8 MD5sum: 73532281d43dc07ea7c8a70ae463a6e4 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: 80 Maintainer: Ubuntu Developers Architecture: i386 Version: 0.6.30-5ubuntu2.3 Depends: libavahi-common3 (>= 0.6.16), libc6 (>= 2.3.6-6~), libglib2.0-0 (>= 2.16.0) Pre-Depends: multiarch-support Filename: pool/main/a/avahi/libavahi-glib1_0.6.30-5ubuntu2.3_i386.deb Size: 9004 SHA256: e07bef35d8ca217f1d10df2bde4623f1a646cc4d1390e161aa754320531ca8ca SHA1: e5937ade06c115ccf2f5e413ed2c6f97ab62f295 MD5sum: f93fa91cf355c1b6222ade72b5680bce 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: 161 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 24820 SHA256: 2e2ea27393625e82bdab60de0c180a5bc57e11888eb2e45c810cdd5a99f60241 SHA1: 7ee334fc704e7aabfa01a15f49f2ba8855f2c6ae MD5sum: e714dd96bc99b88de7b4e24e6f2d5413 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: 110 Maintainer: Ubuntu Developers Architecture: i386 Version: 0.6.30-5ubuntu2.3 Depends: libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libavahi-glib1 (>= 0.6.16), libc6 (>= 2.3.6-6~), libglib2.0-0 (>= 2.16.0) Pre-Depends: multiarch-support Filename: pool/main/a/avahi/libavahi-gobject0_0.6.30-5ubuntu2.3_i386.deb Size: 19794 SHA256: 5a2238a256d84bd008207bf732e1ec731dcea69ca2798dd089250a810ad47fc4 SHA1: c7b99675cff38cd5af23eeace516ad9abbce45ac MD5sum: e64d788638fa597f3be13199b8de8af8 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: 80 Maintainer: Ubuntu Developers Architecture: i386 Version: 0.6.30-5ubuntu2.3 Depends: libavahi-common3 (>= 0.6.16), libc6 (>= 2.1.3), 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_i386.deb Size: 8698 SHA256: 176343d4e1bc87e435d144ae55891595615d2cba4afd3d4e176dd1ca3949232b SHA1: 6af475ea8cb9fabb4b8e2dcd77d5af6d82960cd7 MD5sum: beeec1beb215878263d1f8f227cede76 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: 93 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 8786 SHA256: c8e07230b5850bdab6e841496709f867b5b1fd2a40f1a6542f43aa613ecbb2b2 SHA1: 8c80be1db842445664c46466719077c44c34edeb MD5sum: eac8bdee28f080f11e7fc30dfb225ac7 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: 134 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 22762 SHA256: 724525ebd02315bb55fd47ce36bbb6dbac79988d01dc03b27b20649cf71e48fc SHA1: 85775d5d5f0edb96ca746b6baba2cbbb4391e511 MD5sum: 96aa0d85d6161ef65ff7e70cff62a758 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: 114 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 22476 SHA256: 77ec0011e886fa1b35ab3fa9fb80fc31b605bfbd12eef6eeb711efb144371bd9 SHA1: f728ed5c3d54eda08a60e88dca8031ada7aed2ad MD5sum: 82600541b5b40d553719dfeedf793e79 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: 134 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 22750 SHA256: 55f3e4e3a4718c119bcffd90ba06922e133616f78e9001bc6abd0e54387d7b82 SHA1: 50baff625ca9697ce468ffa50c70b36ca669f08d MD5sum: 17c5565c296de7e88999675ce9a1c747 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: 114 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 22522 SHA256: 8ccc0e491c94157b57983650868d0b96bf68a29d594b7e5d73c099cbb67d9405 SHA1: 807ea2f7db80198addbb2e74f3fde2480c821f83 MD5sum: fb63495ca3f5e59a5149a53bbd2d7128 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: 4719 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 1528748 SHA256: 33c820ece369e2b34477b6e420dd5929caf8d235fd51071014894a8332985d40 SHA1: 41cd9b1d16a736f1e0c660f950dcf95d6c426d8e MD5sum: aa3b3817cfa295a9fa525e0dabe6e1b0 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: 99 Maintainer: Ubuntu Developers Architecture: i386 Version: 1:9.8.1.dfsg.P1-4ubuntu0.32 Replaces: libbind0 Depends: libc6 (>= 2.4), libdns81, libisc83, libisccfg82 Conflicts: libbind0, libbind9-41 Filename: pool/main/b/bind9/libbind9-80_9.8.1.dfsg.P1-4ubuntu0.32_i386.deb Size: 24404 SHA256: c9acae904f84562b1685e0311e2f28d18c9ee5efd8a78d67c7f2081a6fbc5469 SHA1: 6091db6b60027ab9a0d4cf029dc7a1747047e53f MD5sum: e0edd410a2f1f8c9c861f304c364677c 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: 320 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 91864 SHA256: 9a884a861275791f7bbbe8e334ba1985da2c8ae228e114c176380af9a3497140 SHA1: 931d3e20137416a0c4d06bbb7652a9b278bb8990 MD5sum: 4b97dfaa747201f20575577faf95c1bc 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: 124 Maintainer: Ubuntu Developers Architecture: i386 Version: 0.3.0-2ubuntu0.1 Depends: libc6 (>= 2.8) Pre-Depends: multiarch-support Filename: pool/main/libb/libbsd/libbsd0_0.3.0-2ubuntu0.1_i386.deb Size: 32038 SHA256: f068ab5cc255fb17689c94a4d552461244cd6fff3c315aba6474dc6c9b658b2f SHA1: 68dc153b0b9a3732cfbd8999c2038e49e39dd32c MD5sum: 7d281910254e357b3a07ab8bd52770aa 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: 180 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 45656 SHA256: 646f44406a2031c896fe2d96fbd1638d977045995c3500c245f2ec446937c2bf SHA1: 1ddf3db9e8db6f59200af5817bc09ded34f36a50 MD5sum: 1e580ba8372f9073a4482e7c3511012d 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: 112 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 33912 SHA256: 74d9b73c589621d3b5a04c39b30a71b7311921f0a5e39a36518cd0e4dd9eca73 SHA1: d8c3e3765a76eb18530a45a2be8070e9392d74d2 MD5sum: 011db4165863c33185b75706a759acf5 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: 105 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 31660 SHA256: 97699e376f190f2243da4548af2ca31da7503d3ae8cac376e2e8c1a7e10f91ee SHA1: 1320b25a647105c44b71f15ec309f5f8efbc919b MD5sum: 25d86e7f5323bf371d8b1462e34df4ae 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: 3310 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 1126546 SHA256: 2086211d0eb1ba57301580af0b20e700c1f4a2b3a54078cd04489a335768b444 SHA1: 0a4bf42c62ef2d64580b8b42461a8364ef880a21 MD5sum: d18a2d34e5994289c5d0a9051d7b62b2 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: 365 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 77880 SHA256: 6f6b8e8d7b4f383b16b22fdba6d54c94aaacaef6db668c5b91f8e0b3de2a077c SHA1: a89f38989110fe02af2244419d7327856d299191 MD5sum: 413c0d3053f2d2165758a542b8724087 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: 9142 Maintainer: Ubuntu Developers Architecture: i386 Version: 2.15-0ubuntu10.23 Replaces: belocs-locales-bin, libc6-i386 Suggests: glibc-doc, debconf | debconf-2.0, locales Provides: glibc-2.13-1, libc6-i686 Depends: libc-bin (= 2.15-0ubuntu10.23), libgcc1, tzdata Conflicts: belocs-locales-bin, libc6-i686, prelink (<< 0.0.20090925), tzdata (<< 2007k-1), tzdata-etch Breaks: libhwloc0, liblouis0 (<< 2.3.0-2), liblouisxml1 (<< 2.4.0-2), nscd (<< 2.15) Filename: pool/main/e/eglibc/libc6_2.15-0ubuntu10.23_i386.deb Size: 3941814 SHA256: ad863081a45dd42701eb05c5ff8aeb09a0f4036bb85e35e02130cc24956d1753 SHA1: cbf4a958ee7453bbcaf0b6109e7c0ffa354f50ee MD5sum: 4f121732dfb31ece8eb3369fc7fa37f9 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-amd64 Source: eglibc Priority: standard Section: libs Installed-Size: 10620 Maintainer: Ubuntu Developers Architecture: i386 Version: 2.15-0ubuntu10.23 Depends: libc6 (= 2.15-0ubuntu10.23) Conflicts: amd64-libs (<= 1.2) Filename: pool/main/e/eglibc/libc6-amd64_2.15-0ubuntu10.23_i386.deb Size: 4611412 SHA256: dfa734382d8c8b3f6f59f25aadd7f6a0c1a94b75af18a3a1263c592d23add631 SHA1: 799e1c7eb84dde5a15b4bdb2d8828f139ed6926b MD5sum: 40c8dfa97468ec8bbf84b78647ea01de Description: Embedded GNU C Library: 64bit Shared libraries for AMD64 This package includes shared versions of the standard C library and the standard math library, as well as many others. This is the 64bit version of the library, meant for AMD64 systems. Original-Maintainer: GNU Libc Maintainers Package: libc6-dbg Source: eglibc Priority: extra Section: debug Installed-Size: 25100 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 2588726 SHA256: b85a89147bb65eedf11a70c3ba0459eb787c5206e7643ab5ae9d919e20c4f991 SHA1: b76cb688eaf66330c8a42de0467d0119b9dc4299 MD5sum: 7962c36cbf4afbef7b1f54f6af23632f 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: 19648 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 5111720 SHA256: a93db17cd08cbbf12a7f1761d4f7c6ba067f54038cd36c4e8a245eb8754d28f0 SHA1: 5aa0ea511887a76e8a375f9515e174ddab8a5cf1 MD5sum: 015da6654c79b526fda313581434f045 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-amd64 Source: eglibc Priority: optional Section: libdevel Installed-Size: 9717 Maintainer: Ubuntu Developers Architecture: i386 Version: 2.15-0ubuntu10.23 Recommends: gcc-multilib Replaces: amd64-libs-dev (<= 1.2), libc6-dev (<< 2.13-11) Provides: lib64c-dev Depends: libc6-amd64 (= 2.15-0ubuntu10.23), libc6-dev (= 2.15-0ubuntu10.23) Conflicts: libc6-dev (<< 2.13-14) Filename: pool/main/e/eglibc/libc6-dev-amd64_2.15-0ubuntu10.23_i386.deb Size: 2487720 SHA256: 6ef58230afea3e26a5f5c81912d1ce4c77c42dafe29091a4521d3ad1845cfecf SHA1: 1f22b24b613eb96e9cc4cb1678625fab0abde530 MD5sum: 7a0fcd7a4a4b6f1c3fad6ea01e0bb6ed Description: Embedded GNU C Library: 64bit Development Libraries for AMD64 Contains the symlinks and object files needed to compile and link programs which use the standard C library. This is the 64bit version of the library, meant for AMD64 systems. Original-Maintainer: GNU Libc Maintainers Package: libc6-pic Source: eglibc Priority: optional Section: libdevel Installed-Size: 5269 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 1281458 SHA256: f1017dbfb1e5eb6b21f3f891209a562802fd69bbe6d23e577836afb673b59bc6 SHA1: 511c992a33cf1e3bcef008ea84f73c0dfd4ed223 MD5sum: 0aaeab50ee69fab42174402cbd65081e 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: 5888 Maintainer: Ubuntu Developers Architecture: i386 Version: 2.15-0ubuntu10.23 Depends: libc6 (= 2.15-0ubuntu10.23) Filename: pool/main/e/eglibc/libc6-prof_2.15-0ubuntu10.23_i386.deb Size: 1522142 SHA256: 96e07a060606d2c9492cef2f9f6ca39e4d2a047ac5177f09bd6f6d70d3f9d2a2 SHA1: b5f524b4ea0a6f34c7a55dd2fca8ed17354cf2ed MD5sum: cced3c77dbc801a9460b784a1e4fb48e 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: libc6-xen Source: eglibc Priority: extra Section: libs Installed-Size: 3095 Maintainer: Ubuntu Developers Architecture: i386 Version: 2.15-0ubuntu10.23 Pre-Depends: libc6 (= 2.15-0ubuntu10.23) Filename: pool/main/e/eglibc/libc6-xen_2.15-0ubuntu10.23_i386.deb Size: 1242910 SHA256: a43fa3f6f6983d20623ba78284ce68773146d657307201d06d751a357cf7a051 SHA1: a042a5e9a61b7323c0056a3531fe5ec4f33ef053 MD5sum: 30e47be6e39c5bb5c67c05fb771512d5 Description: Embedded GNU C Library: Shared libraries [Xen version] Contains the standard libraries that are used by nearly all programs on the system. This package includes shared versions of the standard C library and the standard math library, as well as many others. . This set of libraries is optimized for the Xen hypervisor, and will be selected instead when running under Xen. Multi-Arch: same Original-Maintainer: GNU Libc Maintainers Package: libcaca-dev Source: libcaca Priority: optional Section: libdevel Installed-Size: 2370 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 845182 SHA256: 04f36b3f7db89cefcabed63514be729c6d07dbd493d9c4045a19c89e0cc52fbc SHA1: bb943f3b1e52813a3f7c3050df2e95b2d7b76461 MD5sum: f822779b0643bfafb3a4c4c4163f4d53 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: 1033 Maintainer: Ubuntu Developers Architecture: i386 Version: 0.99.beta17-2.1ubuntu2.1 Depends: libc6 (>= 2.7), 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_i386.deb Size: 248946 SHA256: 8230e9dedcede15f0c252016812caaa947dc54bebb8d30ae5ab69c19052b04bd SHA1: b5cfef59d630ddcf3a44e3febe38f6ab40749016 MD5sum: 2ae8b72e4bdb419cb92e937a78d6dd12 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: i386 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_i386.deb Size: 22628 SHA256: fc4882b5039a43373e8a346ff9a5c55e88cf2b94525608e7ec9d6f96a5c0bf43 SHA1: 9e954dd93c66afda78f23dbead1858259d52f4d7 MD5sum: 6524883f0c2c026cb484ee7b202c451b 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: 2191 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 857394 SHA256: 472a93b1d62ba5ffa33c7a36e3312e01847afaaf41db41a6876528be9ee90b09 SHA1: e36318f3957ec520c5b1c4317bd04adb487c53e1 MD5sum: ae241ebc596260756a9efa0288a0a0c0 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: 2421 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 966266 SHA256: 57a61c2fb2629543bf2ae4f0517d24ea2fca758f663f779de15c2ecbdfa6f81c SHA1: 5e861dd36eb56291845d78fd2eb0493a0ab22989 MD5sum: 193075830809b0e5b469c3c897c151e7 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: 96 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 57494 SHA256: e838093f7c854a280a81321259176c2e2ecfd8506f4ac520ad89564549b4638b SHA1: 7f3d2533501cb47075ee3fccee6e8314ec834c51 MD5sum: 892d74b51f4cf6cfb14bf7a040e80d25 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: 111 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.42-1ubuntu2.5 Depends: libcomerr2 (= 1.42-1ubuntu2.5) Filename: pool/main/e/e2fsprogs/libcomerr2-dbg_1.42-1ubuntu2.5_i386.deb Size: 60462 SHA256: 7650e920b50dd7d784fc1644f7b9dec58607419ac9b1b20769e3956de2fcb12a SHA1: d28974399ce62cf9dee3ed9edc83157f02f96636 MD5sum: e7dbff2b31169221f75dbf80c68fcb6c 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: 547 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 242078 SHA256: f509fde03ef959d9e2e4c965da17e99d360cfae4e5ed71e51ab42b7fe6fb87ee SHA1: 39286752a3813771e662b05c1d1d51768d6aa107 MD5sum: 742cf8b2d0dfd70c602dd0bbc1763284 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: 286 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 55220 SHA256: 15bdcd324faea0377264bb7be579d978e078cfb061ccf4425d5acc71388c00b3 SHA1: 8672cd7c19f31fab27820e9118d4df6f86bf3de6 MD5sum: e20aae9f24c3e099c08e14699cc57912 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: 527 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 233102 SHA256: fbb71dc46af2ff5824ce6a13e58ee8a355516ee0e10e02e86e8e1e399bcd03a6 SHA1: 62273329f680a844da7cbecccb0b4c30b59a9298 MD5sum: 8adae4b99e4b055ea14f6ab2279a6e68 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: 539 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 238600 SHA256: a47ef02760720d9d92cfbd64d17300573db4f4c0cc5069bedb0cbaa6aefbbace SHA1: b95b3a1a0a91e3fcb998f415986a01d6cd9c7532 MD5sum: 2a5f0dd4904d1c85f354b9c0a979cc95 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: 2237 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 1047688 SHA256: 48dc4a593ce6e6679112e01d9f94ca742c099a1d6c9452d363bb966cd72dd8ca SHA1: dd6633fbbc1a23b05679be1df4d439b29b269fb7 MD5sum: eefb85e7916770dabba1e571161a2b8b 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: 2247 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 1050860 SHA256: 1745849726448197efac1809727ee4ea701c6dc1f3b8047682e7b9a1a47eda03 SHA1: b16b1288f75173ae607e03d321eaed25c0307389 MD5sum: 3f697b5401433350c6affa1ab3f214ae 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: 2257 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 1054184 SHA256: faf7689396b32c3f792d13d153aaff72d330f179b8fc72c680a22e0ae0a6da2c SHA1: 487abdbe892e6dc7459391f3036af335089138b8 MD5sum: a1140b39d9a0757ae60b8d7d4b15ef80 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: 1578 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 710686 SHA256: d5c19c9494ee8e8076753166258892e6850b2ec5b41c9c1191ca11f687f5be7a SHA1: 3a1adee92e657f0aa53704ac71f89c3f0b7613c2 MD5sum: 90922e58c679fe2ae37198520075d46a 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: 4120 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 1614438 SHA256: 83b34a873cbc58092dbf102ba7afff049339be51396cde295d0d8c1420f135ed SHA1: b163848fa8d1b5510444918b7897c37180d3ed35 MD5sum: 317b54911cf3ce402db79118795dee36 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: 1615 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 736156 SHA256: ea4f35350691db62d249e45e925825fb332797152120668c3a16d4756363ed14 SHA1: d204c1acfc70dfa3c590280f58c68009af64899d MD5sum: 043a6dcd767cb96f3b4fb58ab1fb5a39 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: 1723 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 771352 SHA256: 06f216be6523bd78f4c9b8688d8a2205895d939ddbc83f987d42d86a08826a7f SHA1: ae366d1d8974f401628cadd25697ee354e0e0a9e MD5sum: cf225b2b57915b6429a23016d8879edf 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: 4481 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 1736356 SHA256: 092cd489fbbb32db39eee573c01e4d2c433b75b58b56dec50a27578539b25d39 SHA1: b223b7f62428cc03668efa327daa95ccb1b62ca9 MD5sum: ea1a5c98544ea3151cf1fc69a10c35ea 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: 29974 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 28998906 SHA256: 0d5cdbacb8cd6a7715b31a5d18856cee1c8eeb452f7c804bdd04e5d4a931c048 SHA1: fc5799bf2186a9db2370383bc77efa4ab26f75b4 MD5sum: bd0ba9e38041af25e205018e5be7b02c 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: 2190 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 851820 SHA256: fcd394d9d947c9a0fe23db17222523cec5d3e1ae7f4982569207b3455c4ef53b SHA1: b080865a18a3301c5ebb203320a434fd53543bac MD5sum: 07ec98a021f942051d03d7fbb98dba91 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: 2324 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 1303988 SHA256: d3cf662f9ab14f1ad146750c89a60b6ca403d1b1ec50461e8ea41ec6a7073bdb SHA1: e2d2f0a08688dc9bcf0c945a21c40b7b75475b0d MD5sum: 1138a2a20761095720246f8a1d557a20 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: 2268 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 873916 SHA256: 40cc81121329a561a4135c30aa0b7d5001143f9882735acf7f5a90da5a041167 SHA1: 6d1a763f3b7322e702870c1f3839e9d24628f510 MD5sum: 9a1c78ced438f9338ca539bf1c6e40f4 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: 2120 Maintainer: Ubuntu Developers Architecture: i386 Version: 5.1.25-11ubuntu0.1 Depends: libdb5.1-java (= 5.1.25-11ubuntu0.1), libc6 (>= 2.3.6-6~), 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_i386.deb Size: 633032 SHA256: 689a278d3357bb0497a83b8067d54eb21e39417b527c36d457b6e8e4d7e379e4 SHA1: 78946d84a9f09b6c5c181defd92541b9dc99268f MD5sum: 323b53ec826907687f9ade0fe2f2d5f5 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: 2041 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 968334 SHA256: 0a1e001cc59a593019e6b490f6609dc4970e084a6845622e142a8a2471c7c00a SHA1: 2792f62c75688e883bc7253c6f7b5aa05de51af7 MD5sum: 7a016b32fbc06ad2359229fbcad95639 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: 5364 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 2207928 SHA256: 9ee108f76512edbcbb6860596064ded4309f6dc6b71c5545d525654067e3d15d SHA1: 3ecd1c7634da0688ec0e15c53d6531d95ee531b7 MD5sum: d6aea460d702d1f9d58dbf2ad656afda 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: 1807 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 800732 SHA256: 982ccae23a283e6ed8ff624bd59423a3f67f54e20f7b679e76159c6c246285e7 SHA1: 5049997c2bcb0fa59c0fe31db52780c91000ba51 MD5sum: 8dc93874a44fc1c37f9aecab12424d8d 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: 5121 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 1892476 SHA256: d57aeabc33a8a58f2e83033ab2080286651006e6e5c6119fe1dd23e6cdc42d84 SHA1: 1d52b6fefa176a0d75b7a7d1de8d18ae0cc1f48e MD5sum: f33f2624c0c5e1762ceebb8691652a4a 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: 6368 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 2636874 SHA256: 790e3a69c77715354cd24857632b3ba3a3728051b8258ed5098ede7b1c9fd827 SHA1: 07e71a14404574d3dda8546f0bedb7834c1e796f MD5sum: 37f3cd4bcddfbbe3f9cd8152a8116797 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: 2082 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 848288 SHA256: 133b8cbd340e30438062139876daaf3f5007be3436f5eb47076ac73754fa99a7 SHA1: 5e2456b49287ab6f612d9bb2bd8d7c177fcbc810 MD5sum: a48a2b81d11c6d5f166eeba2280bd427 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: 382 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.4.18-1ubuntu1.10 Recommends: dbus Depends: libc6 (>= 2.10) 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_i386.deb Size: 149232 SHA256: e24e6975ea1aca258815c74dddfa7499cc0e6480c59a1589e9c007e66aca3156 SHA1: 9d6ee5b5abf7f20360183eab79faea1b3615266b MD5sum: fd1d3bd64e079d51058e6fe052d5c8eb 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: 759 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 212360 SHA256: 36ac394f827b92c567097a3f4410f44d706dce3048c325838d40533a97a03d51 SHA1: 30b15c97aebe0a129f67c755c6e1a55436ba2aca MD5sum: 05a5aa9fcbd4ca076c33f48e9f1b1725 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: 1731 Maintainer: Ubuntu Developers Architecture: i386 Version: 1:9.8.1.dfsg.P1-4ubuntu0.32 Replaces: libbind0 Depends: libc6 (>= 2.4), 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_i386.deb Size: 707786 SHA256: 1e91cff6a3cde9c7e00b1ef12ce2cb7a40cf51eb0fb2456a484e87ffa793ee1f SHA1: e8b008baf2e398d4ef4aa79c830a302ae1c37dc9 MD5sum: e4fd0b72e7048a284ecdb97a2b40a6e5 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: 801 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.16.1.2ubuntu7.9 Filename: pool/main/d/dpkg/libdpkg-dev_1.16.1.2ubuntu7.9_i386.deb Size: 103304 SHA256: 4ecc76ab82576802cb43a49e02527fc182801910ff82e97f10ce078d9054cb9d SHA1: 4edfa675c3a594d569e41066d739967710f51cb0 MD5sum: 7e1119d64a332d7704d56ab5ad4b760d 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: 1254 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 346520 SHA256: eaee40f344d8435f0093e1431a19d4c2e57ebcd584f517721c8ce3a7c50de59d SHA1: 04e06221c5b77a661042785cf15595e2c56a90eb MD5sum: ace400d9bfa52defcb61a06915ca9e9b 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: 304 Maintainer: Ubuntu Developers Architecture: i386 Version: 0.6.20-2ubuntu0.7 Depends: libc6 (>= 2.4) Pre-Depends: multiarch-support Filename: pool/main/libe/libexif/libexif12_0.6.20-2ubuntu0.7_i386.deb Size: 88990 SHA256: 21b04545f44c74bb0d9a211f244635c2e0726bf2fc3b20491989b8bf718c725c SHA1: b6ed4dda3cff2018bea897bc692c8617cd7cd8cc MD5sum: 669973cbbb7f9808cadbb3197de638f8 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: 375 Maintainer: Ubuntu Developers Architecture: i386 Version: 2.0.1-7.2ubuntu1.7 Depends: libc6 (>= 2.4) Conflicts: wink (<= 1.5.1060-4) Pre-Depends: multiarch-support Filename: pool/main/e/expat/libexpat1_2.0.1-7.2ubuntu1.7_i386.deb Size: 130676 SHA256: f0c0b3e67c9e27e0dc09e071d79863baae660676c1237be22d012c355fe15740 SHA1: c69e2c6b7068f21533e1a9a408c071dc9ae98202 MD5sum: b96622b70b88f29526252ebace10175f 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: 640 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 208160 SHA256: a0f07ff9ace797a276cfb66ad165aeb9beefc4de55bc021ac5bf0d46e330d7b0 SHA1: 137b9c7a642b96e0ac7276406147b402bd3e49c3 MD5sum: e8bbcf7988b7b7cee88741af9c2dfb72 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: 255 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 99732 SHA256: 725df60bdf45860658ef52cb4de510447cf3534cb5547ab0b5cc4b89a73ac52d SHA1: 4bd88bb832df4cc9ad5c5890956926b8dc9bb97b MD5sum: 4d620fa2cdced12fee9b78ceced1d127 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: 61 Maintainer: Ubuntu Developers Architecture: i386 Version: 3.0.11~rc1-5ubuntu0.1 Depends: libc6 (>= 2.4) Pre-Depends: multiarch-support Filename: pool/main/libf/libffi/libffi6_3.0.11~rc1-5ubuntu0.1_i386.deb Size: 16534 SHA256: d04da408e56d8be292de3aadd1d9d5410691eca826f0ea845cb010ea9c3ff6ec SHA1: 6148dcdfe7b50b4f9ba3ca76975d4c0f8ee0809e MD5sum: 4a062ca30a75a14b6bb410da4530c0b4 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: 280 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 91138 SHA256: c7d4763f2d6878fa53322f41ab51df36680b66d2a85971f21a8895b148f458e2 SHA1: f2649e4a3fdb950e82e06731dd6e96db5484e996 MD5sum: 8abeed91bfb3b8f28cf17bd68e2be258 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: 803 Maintainer: Ubuntu Developers Architecture: i386 Version: 2.4.8-1ubuntu2.7 Depends: libc6 (>= 2.11), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Filename: pool/main/f/freetype/libfreetype6_2.4.8-1ubuntu2.7_i386.deb Size: 346746 SHA256: c3519b33995bdcd74fd0548445daeee12e864da2bd235e7a4e80407963a5b7d0 SHA1: 9c1c26c9f80f870e2f9ed26e7109f8fd09575dab MD5sum: effc9b225f22a5e3e03d27f4acd1e1ab 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: 3206 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 779632 SHA256: b996be555c7353707ab39c9b78019d56b701eef39d7ad9534db15cce288f8f51 SHA1: c507cc7127b1c3170e865f053e3f5bffde424473 MD5sum: 590152027520b59e445ca0fdaf2d1fad 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: 615 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 282682 SHA256: 1e77f106c35885dd2a774e44f1f17774a5479d722c2fd6149c2e79197fccbaab SHA1: c33007f8f9ce963bfeeacb8452ec0adbc9e678b8 MD5sum: 252fc0b5007ea121187b790271799504 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: 2402 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 856982 SHA256: adec989412b5b78d3bde9dc77b67b0ee4033f1d8e56dd478bfd01e81085a4e63 SHA1: 733d4f8b957b668bc161bdcdeb510e8e3ff8cfe0 MD5sum: befc02571a5e0674b906224f17da8c79 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: 1015 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 365350 SHA256: c9e788a86eaebf38f61a03e18258c1889e0b1162c4022cad0a8789a3d5d3d157 SHA1: 83efbaae321264d32ff058fa875595f694f7d1b8 MD5sum: e8343d0b1a04dd6596b1753c8de71eae 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: 430 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 18270 SHA256: a147a51e16f7762a059548e1fcb99adfdf14a5ff641e1f9adb496734d9deeb9d SHA1: b8adf1394e7c5cbadec14a6af77c10076e942338 MD5sum: a0b24ee5cbcd7e4b65797fa4f7c906ee 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: 622 Maintainer: Ubuntu Developers Architecture: i386 Version: 2.0.36~rc1~dfsg-6ubuntu2.6 Suggests: libgd-tools Provides: libgd2 Depends: libc6 (>= 2.11), 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_i386.deb Size: 198926 SHA256: 9e67ddae36e81d6c61b99275c66be17141174ca5de81a6c985bb0d6bbedeb6fb SHA1: 0c758f38cd554208ccb2504943367b2da6afad97 MD5sum: ea312130a562a54bce71ef7bd3958853 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: 838 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 209024 SHA256: 9f54b1ccb36033abf61c810a86798cb67837f71d5c3e13abc35570963d91e9f5 SHA1: 643ea8119c2b1fbc9d9a94a71dfffb168212eed3 MD5sum: 947b1fb2ac728b5dc8e441d72dbabf55 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: 626 Maintainer: Ubuntu Developers Architecture: i386 Version: 2.0.36~rc1~dfsg-6ubuntu2.6 Suggests: libgd-tools Provides: libgd2 Depends: libc6 (>= 2.11), 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_i386.deb Size: 201724 SHA256: 54b8c23fe0a00ff847beba0970dd5c1c8d83c3172fa55d7f0bc56ddcd79ba220 SHA1: 2e067f70d467765210058d4e1924e07bccd2943c MD5sum: a8cb26a8b9122d9fc7f21326275f8ef3 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: 844 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 211184 SHA256: 5e35e65aabb1387b42549951bcb65ad659aa3619ac83bc96ff5914215a8a1073 SHA1: ca537467eb414affd4e58a91116cd3bf812d6985 MD5sum: 7db05164766a1e8a330acb9968cc6ba4 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: 341 Maintainer: Ubuntu Developers Architecture: i386 Version: 0.18.1.1-5ubuntu3.1 Replaces: gettext (<< 0.18.1.1-5ubuntu1) Depends: libc6 (>= 2.4), 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_i386.deb Size: 119410 SHA256: a4f93c635ef01445bb319af756635ace452ed2e6ec2f9e07ebcd1f9293a56d5b SHA1: c5ca665680707495eaebc6a00e33af41f73b078f MD5sum: 0c92670dfdc80057335bc210e290c34e 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: 3796 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 1190562 SHA256: 41c473f800e21a75a30fa2d88cbdf5c67fb0aed83c839da755639d1bde43658f SHA1: 4bbe27a465981c17b2cc9b2e260afb0d17b208e3 MD5sum: 5de8aa26a2dd12e8db36100c0914c865 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: 6297 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 2214788 SHA256: 1a8e530373dc52faa090ff3f900b63d286771d26f28296c2b43be561e49e2688 SHA1: 9defbef423b6c49b1b6d23e9840fa8a756274820 MD5sum: 86a0a66cfe168e299b30c2fc302736a5 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: 1843 Maintainer: Ubuntu Developers Architecture: i386 Version: 2.32.4-0ubuntu1.4 Depends: libc6 (>= 2.4), 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_i386.deb Size: 396514 SHA256: 0bea842a60238ad46e078e4d40dc6dafd3038b195ad1be49195aa8b63c8fcb0a SHA1: aa3bb6bc065d46f658498c7c48fa28e4dd4ab425 MD5sum: f78ff5f3ddfa3d0acf2389b36f07b54a 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: 938 Maintainer: Ubuntu Developers Architecture: i386 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), 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_i386.deb Size: 38960 SHA256: 5bd9cc6941d8480dcff6c0496187604cccbd67de066e695f3e9bd474ef5c4ce0 SHA1: 05eca29344d9ce11bb29ee54076006cd1597f300 MD5sum: f380d2ee46c5d552f62984c3c645e363 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: 7068 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 1702588 SHA256: a9c69ecfaa8b0b548a5abe890f6f202d9d6acc58867a7545485969a971ff2783 SHA1: c6d08e6ac6de6414afb616d12c86e7666c630b24 MD5sum: e3647ee059b8342e0b316868de268211 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: 314 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.6~git20120311.dfsg.1-2ubuntu0.2 Depends: libasn1-8-heimdal (>= 1.4.0+git20110226), libc6 (>= 2.8), 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_i386.deb Size: 111954 SHA256: 6e7e3b49a536c500866fc7448aa29854440d95c2c7c555dad62af6df7bd7e84c SHA1: 27a60c7b59424327442a61a9d56612fadbe1535e MD5sum: 3ffa367096abb247750ac2f0a609ddf8 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: 287 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.6~git20120311.dfsg.1-2ubuntu0.2 Depends: libasn1-8-heimdal (>= 1.4.0+git20110226), libc6 (>= 2.7), libroken18-heimdal (>= 1.4.0+git20110226) Pre-Depends: multiarch-support Filename: pool/main/h/heimdal/libhcrypto4-heimdal_1.6~git20120311.dfsg.1-2ubuntu0.2_i386.deb Size: 104198 SHA256: 3a0cd846399393d293e160e265d7f300e170dc7b6cb2814a79ffc957da58a675 SHA1: 1d97454f6a9274d6a4e5876bbc17d6361c71888a MD5sum: e4c65a68453e824c6262a68ce3c0ed0e 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: 214 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.6~git20120311.dfsg.1-2ubuntu0.2 Replaces: heimdal-lib (<< 0.3e-5) Depends: libasn1-8-heimdal (>= 1.6~git20120311g), libc6 (>= 2.8), 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_i386.deb Size: 67426 SHA256: 80ca2c17403cd24add3d3bdd675e9712bea9b325cf3957064595b2d5366817b1 SHA1: 4255fbc0f6d20407ef5519bc22ec1cc332ae1ed7 MD5sum: e17660ccd2a3ecc8b3493aebb6f08399 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: 124 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.6~git20120311.dfsg.1-2ubuntu0.2 Depends: libc6 (>= 2.4) Pre-Depends: multiarch-support Filename: pool/main/h/heimdal/libheimbase1-heimdal_1.6~git20120311.dfsg.1-2ubuntu0.2_i386.deb Size: 33536 SHA256: 71f49f5462f05b6befae9408a30ccedf62b093c84820c22fee9ff1917447d654 SHA1: 22fce1c01dda1bd187105fd5361c9c3c663e216c MD5sum: 33e94683c08f2665b4fd2181ad94f93e 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: 93 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 16760 SHA256: 2f27e1723f4490f1e8e97c432e8b6c4cf2cc066304f47f432dd0dfca3d78c2dd SHA1: 35a0a98373b4c9bcf8966858aa6a36a8dec8fc8f MD5sum: a0e47948dc66e738689f9366afc29062 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: 357 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.6~git20120311.dfsg.1-2ubuntu0.2 Depends: libasn1-8-heimdal (>= 1.4.0+git20110226), libc6 (>= 2.8), 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_i386.deb Size: 127198 SHA256: 78d54563bc8c2f44c9792d6506405238d2fe06a285a00f5ceac9a33e66ec142b SHA1: 8d3faa1e918c5ce888c195b99945f5021f12ead4 MD5sum: 3e2a4bbb16d56d44c1f3cc67a10ba82b 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: 29279 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 9747216 SHA256: cca9a3902f2c89218497cb51a481fae3c72649371df93a8f1fcd0af572d93b94 SHA1: 969ef19441343d4657c87128829b2d0904192677 MD5sum: 7e2c7baf0d9724be7cfd9252db05b43b 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: 21740 Maintainer: Ubuntu Developers Architecture: i386 Version: 4.8.1.1-3ubuntu0.10 Depends: libc6 (>= 2.7), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.2.1) Filename: pool/main/i/icu/libicu48_4.8.1.1-3ubuntu0.10_i386.deb Size: 8215200 SHA256: 903e1d75acf28fe22aca4efd8f215fb2e983575947edb9e6611b7192d382286b SHA1: d9c704bf8f6dd800b8f558b17fa54650120d168b MD5sum: 7c418d027f63988965a414bda314541d 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: 10699 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 4186244 SHA256: 3f92c428785ca1a69a822092811738f2f6284e2de3d727aa40350ceaab2fe14a SHA1: c11bf003d7a3b64c4632a54e6394d2c861cd3ffd MD5sum: cbe673ad3b663aa3ef5d0eea564ddb3d 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: 347 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.23-2ubuntu0.2 Replaces: libidn11-dev Depends: libc6 (>= 2.4) Conflicts: libidn9-dev Pre-Depends: multiarch-support Filename: pool/main/libi/libidn/libidn11_1.23-2ubuntu0.2_i386.deb Size: 112656 SHA256: 06efee736a60a41fd6c08df9ff56dbdf3bccc643eaaa47d34592c7c672a579e2 SHA1: 0b81f2b07405d6b9e87e6976acd1832c623151e2 MD5sum: 641c9e372d86be88a76dfe85925ac575 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: 973 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 634104 SHA256: 081fc38ea7ca7db2f2bbb722c3e353a4fa8f7be878e67fc71288a0a118f3cb77 SHA1: e5b32a49532c4ff2d251a89a24d46e9e3001f7d1 MD5sum: e44b46f8affad4dde908f3e74bd0291f 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: 415 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 161938 SHA256: 960f9013817bcea23daa49af6777af02ed65cb1b2f1e039934b22263b700c47e SHA1: 31a04596554bcb26c9bab1209004873cb19a8208 MD5sum: 77066c35082e971ebe8ea9c8c9545658 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: i386 Version: 1:9.8.1.dfsg.P1-4ubuntu0.32 Replaces: libbind0 Depends: libc6 (>= 2.4), libisc83 Conflicts: libbind0, libbind9-41 Filename: pool/main/b/bind9/libisccc80_9.8.1.dfsg.P1-4ubuntu0.32_i386.deb Size: 17996 SHA256: e1d7cf76db6e2402f1978dc1aa4c75a91e393773fb9b26139bf6e2301b5089e5 SHA1: 90a4b6dc903acf7b7e947e3f5775d5731f770e37 MD5sum: fc059596c7b44c0025a08eb20816539c 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: 145 Maintainer: Ubuntu Developers Architecture: i386 Version: 1:9.8.1.dfsg.P1-4ubuntu0.32 Replaces: libbind0 Depends: libc6 (>= 2.4), libdns81, libisc83, libisccc80 Conflicts: libbind0, libbind9-41 Filename: pool/main/b/bind9/libisccfg82_9.8.1.dfsg.P1-4ubuntu0.32_i386.deb Size: 40162 SHA256: 0e2ed25ecc1fac5f7b6a0176dd862e42af40080805e7298f48b448d192791fbf SHA1: e70419677f45067cac3b2c681dd4826d8b6f51a4 MD5sum: 5ba173af3ace34e45232bb69b3b29ccd 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: 172 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.1.90+svn733-0ubuntu4.6 Replaces: libjpeg-progs (<< 8c-2ubuntu5) Provides: libjpeg-progs Depends: libc6 (>= 2.7), libjpeg8 (>= 8c) Filename: pool/main/libj/libjpeg-turbo/libjpeg-turbo-progs_1.1.90+svn733-0ubuntu4.6_i386.deb Size: 62414 SHA256: 2da1936dbc6d98b2c7885ba30c8fe74876779ead477e2daf3157f8dbaa681407 SHA1: 645b11d68f41071d10144f910da66600132b45a6 MD5sum: 64f235c4961352e08a6e52473ee097f5 Description: Programs for manipulating JPEG files Description-md5: 8e92b5756ce0898b967d4c7a6ce6815c Package: libjpeg-turbo-test Source: libjpeg-turbo Priority: extra Section: debug Installed-Size: 53 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 13852 SHA256: 5680fcdb2d7fdeb3c7eb77bb9f65f39d835883ad072027da4a1b58d52dcf031e SHA1: a015e997429ce3663cf9e1b492b2755e248c77ad MD5sum: 8db09d83404d49d462c5a73689eb90e1 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: 332 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.1.90+svn733-0ubuntu4.6 Replaces: libjpeg8 (<< 8c-2ubuntu5) Depends: libc6 (>= 2.7) Pre-Depends: multiarch-support Breaks: libjpeg8 (<< 8c-2ubuntu5) Filename: pool/main/libj/libjpeg-turbo/libjpeg-turbo8_1.1.90+svn733-0ubuntu4.6_i386.deb Size: 118446 SHA256: 85902eb044907288f0ce99ca075172e30fee69cc0c8b6f67340ce359478d1dfa SHA1: 0f8c39d71c196a2ad1c650a591fb9ca429eb75d6 MD5sum: ee8d4bd534cf356fe2a9210c5cb7e237 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: 355 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 249380 SHA256: 04565a441756707dcf49dae9008886b4d716477dfaac764e232d003f0c8cb7b6 SHA1: 46cf7da9946427897fb9d626c63127a0624ae46a MD5sum: 80e95998712dc56bff78fac62ca87e23 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: 1166 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 414632 SHA256: ce7ad89446e944465b85e58eec2cd30fd5ccdc725b9f04b68e882079218486c9 SHA1: 3aa6979cf9d4b18a42cd9b9dc10d8a3e7d69478b MD5sum: f398cc35124d552335d90fac0dd33887 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: 67 Maintainer: Ubuntu Developers Architecture: i386 Version: 0.9-1ubuntu1.4 Depends: libc6 (>= 2.8) Pre-Depends: multiarch-support Filename: pool/main/j/json-c/libjson0_0.9-1ubuntu1.4_i386.deb Size: 18602 SHA256: 12a98bf47b72462b869625635221d77fc48860bb09cfe4aab88ec20aef3237dd SHA1: be8b7c4b5bf21820bb0bcecfcbd230a9fae13fe0 MD5sum: 2747b168c3de1ae742508f05cde95c69 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: 69 Maintainer: Ubuntu Developers Architecture: i386 Version: 0.9-1ubuntu1.4 Depends: libjson0 (= 0.9-1ubuntu1.4) Filename: pool/main/j/json-c/libjson0-dbg_0.9-1ubuntu1.4_i386.deb Size: 23058 SHA256: 46e71559adc17644b3f6af6f4a23f64c9c9cb3bf24446cbcb576dd1fe950b4bd SHA1: 970a5505194f0689bdea0daf096710aef716ae00 MD5sum: 219a61cff852919eb4fbd09a783abc55 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: 466 Maintainer: Ubuntu Developers Architecture: i386 Version: 0.9-1ubuntu1.4 Depends: libjson0 (= 0.9-1ubuntu1.4) Filename: pool/main/j/json-c/libjson0-dev_0.9-1ubuntu1.4_i386.deb Size: 72246 SHA256: 556df237352be53062fdae0b3aeb4c0848d8e446a883e1fc8a761bc3e02b96db SHA1: 1d6c0ecd03a4e849082ef37b1609ac27203176e1 MD5sum: 11326e0227eda98819efeadaad22b384 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: 111 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.6~git20120311.dfsg.1-2ubuntu0.2 Depends: libc6 (>= 2.8), 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_i386.deb Size: 23024 SHA256: 418b778baf99c8d48c341bbdce58b3bcac09271bf6cf42011c06cbf7f3cebf78 SHA1: 6c88a6c746983641da74af7b4ef5c4f5f6c3db7a MD5sum: 73a518ff7cc447e016c15a2a14f62b9c 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: 137 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.6~git20120311.dfsg.1-2ubuntu0.2 Depends: libc6 (>= 2.8), 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_i386.deb Size: 34968 SHA256: 8192ee2f439abfacac9cad4df5e0a5dbd7a8da7584ee18544a2c5b8b596bf130 SHA1: 7de58cbcebd00a20d3bd230f07bcc327170dd236 MD5sum: 7482adeaf7d5c0ffdf16ca7f0a238545 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: 92 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.6~git20120311.dfsg.1-2ubuntu0.2 Depends: libc6 (>= 2.11), 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_i386.deb Size: 17918 SHA256: 6f4922fb23e7b42f6f9b596c14d66d40bc9f054f19a1301e370f4e9eb08ecc29 SHA1: b825c345168fd7d1465a0de17914b83bb0067181 MD5sum: 1d5927b2557ca8b4eaf617b32d8b1b9d 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: 202 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.6~git20120311.dfsg.1-2ubuntu0.2 Depends: libasn1-8-heimdal (>= 1.6~git20120311g), libc6 (>= 2.8), 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_i386.deb Size: 63504 SHA256: 181e3f80c8fa46f86e47042f1891d211cd5ffc047efd97af8fb1f87627a71027 SHA1: 8d45f4b995b3f614343d6905196ba62a5cbcda8d MD5sum: 0640fdd216ec2614b0a8034015b1400f 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: 628 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 240430 SHA256: 656bbf11b8056034e8711e5bf9d863ceca66f5da228b6dadce821eeb3308767b SHA1: 7fc55e47d24284b97444baab3b294e39d85a714c MD5sum: 03f728a13c908aa7a6dd700f82d8d8a7 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: 178 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 52060 SHA256: 1f3dbb79fb988881809389b3ee9237c257e339ded1f4f33f5900fab56c8a2f9a SHA1: 3fca1fe373b6c119419d43c31044f50919af975d MD5sum: b74a9701b1d2c5e81ec3fc031574639b 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: 255 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.19.dfsg-1ubuntu3.1 Replaces: liblcms Suggests: liblcms-utils Provides: liblcms Depends: libc6 (>= 2.7) Conflicts: liblcms Pre-Depends: multiarch-support Filename: pool/main/l/lcms/liblcms1_1.19.dfsg-1ubuntu3.1_i386.deb Size: 109126 SHA256: 69720ea8df87bdc3ba20ab1c98c10148c54c8564db433f2cb2bc8d45ecf686d5 SHA1: 94121e1547c4b55be590c6833377edbffff60ffc MD5sum: d5eeec61cacd9b91e818bc41cccdb8d9 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: 513 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 201290 SHA256: 3ed2a06b78f20df8822467fc68d032c07e452a452b742b4462438daf89bb3d5d SHA1: 3ed0a8fc468fa4e97a04f4d5f36ebc908ce23641 MD5sum: c55e58033d86be6df1b4d7ac9dd9bd9f 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: 353 Maintainer: Ubuntu Developers Architecture: i386 Version: 2.2+git20110628-2ubuntu3.3 Suggests: liblcms2-utils Depends: libc6 (>= 2.7) Pre-Depends: multiarch-support Filename: pool/main/l/lcms2/liblcms2-2_2.2+git20110628-2ubuntu3.3_i386.deb Size: 144998 SHA256: 1a2bf3578ac31b585ac6da08e6fb6d2bce71de829afa620d78c4115bb522a2a6 SHA1: 9efc73c6941bcda10409f4e31a80dd5c0dac3608 MD5sum: ccd2e46eb963423263f785f7cf58f1fb 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: 2635 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 2558918 SHA256: 367dc51fdc2267be6ad5929002353bfd50bc3b2a9c88242a09e8d558848e7cec SHA1: fc23a268c27fd5c108f53ab92d73ec9eebc5235c MD5sum: f1db7bec763638e4a2082f88e23157d9 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: 160 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 46262 SHA256: e5caaac49d464c5cfff979ed6ca243b4b23688aea454ce0639483ee242c39e72 SHA1: 18b3d07011db28ee4a1bb5662ae8f4f89993a4fd MD5sum: b93c751e60aee9120d3373ea77f51bd7 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: 505 Maintainer: Ubuntu Developers Architecture: i386 Version: 2.4.28-1.1ubuntu4.12 Replaces: libldap-2.3-0, libldap2 Depends: libc6 (>= 2.12), 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_i386.deb Size: 184212 SHA256: 9da4f4a2c26f23f71879720403ea322ffe13a5319d4a60012d9b4e6deecb5cd9 SHA1: a0a9ba3830176854aff61bf0b2e25d794a921bb9 MD5sum: 860b80b6451d6a1f35670c8718a606ef 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: 445 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 300588 SHA256: 3f0c0d31f05a429a32b081535686d18cb4defaed1e639f2448ea01b8195b0389 SHA1: c958c70415989a95bbf139cae3c7c2f7356a5221 MD5sum: 14d663c15cfdc2e578357a41f353f305 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: 1225 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 505528 SHA256: 739569b187e120f8665af81c57e13c9df3ad8c83fde87989741e7311320d102a SHA1: 119c42ae90ab2d03f323def1b9672485ff1eec77 MD5sum: a35038f0d7ef051cae9d22fa7cb189f4 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: 127 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 38900 SHA256: a8153a5440994ffe3694934bb08337bcc104126992a9588baf834b35371e8236 SHA1: 6d78df5a46645367af1f43aed78c4103c4919e34 MD5sum: d3fb84ce02cc871a131a76a45bd341d4 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: 247 Maintainer: Ubuntu Developers Architecture: i386 Version: 5.09-2ubuntu0.8 Suggests: file Depends: libmagic1 (= 5.09-2ubuntu0.8) Filename: pool/main/f/file/libmagic-dev_5.09-2ubuntu0.8_i386.deb Size: 72188 SHA256: 6de2d26e0cb3a9767df7bd70b5fc859535f885f2876c32425e6d6196877c60b3 SHA1: c05dd5a4367b328e62d0f6e2bd293e921422dda9 MD5sum: 6226cf2e2064340dd16aa93aa5bfe67f 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: 2391 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 221232 SHA256: 3de7a2112007db10216d8b05656122048128e411d4ce5cb97d6ce590bcc8d6f0 SHA1: 669e417fb707473b6b4f412960dd8aaed614ea42 MD5sum: 910697d9a4b928fd9b647cb24253799b 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: 113 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 68692 SHA256: b31fc8532dde779442773da7ed7c4e57264e8565f2f0d42253eb975a133b2d2d SHA1: 24fb8a78c32b6d12a8f61e322bee1dc53c05fb37 MD5sum: 1726a1ac80798f0d42a3218aa9f1d359 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: 234 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 65396 SHA256: 0a8a05ac7c820787782e69430dd4539805d81b33ac279bb179e00a5616ad4ad1 SHA1: f20752b7793bc4990fdd38a5938166720bee19a6 MD5sum: 150cf73ba7fc69426f6fefb3850db77f 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: 117 Maintainer: Ubuntu Developers Architecture: i386 Version: 0.4-1~12.04.1 Depends: libc6 (>= 2.4) Pre-Depends: multiarch-support Filename: pool/main/libm/libmspack/libmspack0_0.4-1~12.04.1_i386.deb Size: 44772 SHA256: 5c0974595fc9894f64c07a8647ec3505618a0f1cfb399f04560d6e38a506a94d SHA1: 49f3ba7e71479023b8ebba01ef87f1304f3f2019 MD5sum: d97e8a9b0a37e544e86ff56c5f6f018b 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: 5075 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 1416328 SHA256: 1c4a9f99b13f8980d1eae9d3ad5f73df76c62d1f6083e2319f218f4b8310e82d SHA1: eacef8d917c8d0d1d520c564858dadf62bd36c73 MD5sum: fcc524102a3b5a058fb95875791b4395 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: 3336 Maintainer: Ubuntu Developers Architecture: i386 Version: 5.5.62-0ubuntu0.12.04.1 Depends: mysql-common (>= 5.5.62-0ubuntu0.12.04.1), libc6 (>= 2.4), libgcc1 (>= 1:4.1.1) Pre-Depends: multiarch-support Filename: pool/main/m/mysql-5.5/libmysqlclient18_5.5.62-0ubuntu0.12.04.1_i386.deb Size: 955644 SHA256: 34e7ba2f0cbe13e1448a50f3fc16b8e4f4bd08bcdd96bca69983c387f2876296 SHA1: ccf71db14c758f213a9cf0d32bc32fd22d9b77c2 MD5sum: 0e63d47e9633887244cd38b8ad797bfd 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: 15750 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 4839582 SHA256: 173fe791e895dcad2e32ad904e48c1c01c8f470361615ade2cb36175a6029d91 SHA1: 5d74960c903e3d1bfc2706647f333729a2fe25a7 MD5sum: e97e55ec47e5c91b3fa1b72e4b75aca3 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: 15758 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 4842250 SHA256: 0806f3c3fa30dadf2a48eb8fba8b36e43750f6c1315ff0638264ebab01fd6e76 SHA1: aa5e97aa92cc163f1f17c8cc456fdab1a34888f7 MD5sum: 5a0d10b37236ef53d25ccffa1753088c 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: 141 Maintainer: Ubuntu Developers Architecture: i386 Version: 3.2.3-2ubuntu2.1 Depends: libc6 (>= 2.8) Filename: pool/main/libn/libnl3/libnl-3-200_3.2.3-2ubuntu2.1_i386.deb Size: 47724 SHA256: 96c18b9755248a1fc4ea87293d2980c47461de451ec5db6d33ac94db5390eae6 SHA1: 0b5ae414f8cd5837f7baaf746d87aa36154674f5 MD5sum: 6d07d2698ab60969d4f7063eb69cdd9b 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: 1332 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 445206 SHA256: df2bfb73c0d1a33a62f2d1e8c58468b806b78ec0a53dcdef1cccd0fd3255f1e8 SHA1: 11e4942141fe9552af793fb79f2544d8634decf3 MD5sum: 338c33bd41ab2066abfbce5951d7cae2 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: i386 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_i386.deb Size: 36900 SHA256: 22993b3405f2901d34bc26ab8d7e56db353e6a8adc29d19bb8a835bb9febf3e6 SHA1: e8e46e024ab65a6a23edba34e709b9b17d86fdc9 MD5sum: 4e7bd3ecf85a4d99615d318deda970dc 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: 128 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 22524 SHA256: 414c33ddcdc68e503b85b935b5b4ae1dbc64333ff53ec78f67b3f374059e5e83 SHA1: 990de7282b286cbc154923a3b1ef819142867a5b MD5sum: d764c51a18767fca85735e7da38488a5 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: i386 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_i386.deb Size: 2358 SHA256: f13f4ca6b088f3a1cd1ae40f990800f0cb920273defc540a7219386759c664fb SHA1: 7b6b61138efba7025f9cc44c7403eaffeeb62277 MD5sum: 60f3ab0f1bf3467617e605e79faf5bca 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: 58 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 10316 SHA256: 524ccecf2507621d28aa6e7d1a9f025fd8d83c57f6e6125f7f9512eff63e22ec SHA1: 614395e45b2098ceb7c3962f550c47d8a48744a3 MD5sum: 7209d14fe74056816fc8e7d7eba9e134 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: i386 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_i386.deb Size: 2374 SHA256: f4903ff2d10a977995e9a15c82d5eb26e432fe3cc86a2649a16e9652ff8e37f7 SHA1: 74204209339e6e46fb4cb6ef75e029ecad9ba60e MD5sum: 96cbf3fa10e23cf96a5866e6292b063f 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: 99 Maintainer: Ubuntu Developers Architecture: i386 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.4) Filename: pool/main/libn/libnl3/libnl-nf-3-200_3.2.3-2ubuntu2.1_i386.deb Size: 26450 SHA256: 5da4b6f812cbb37fafa4d3a44561e0e6be219379a4b88196125107cb19d8a415 SHA1: 37910ffbf4c629a866e497110ab736a1622cdb5d MD5sum: 19b203e176b6ecd2444b1c76d36daf73 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: i386 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_i386.deb Size: 2326 SHA256: a2db4f037c2d9fcf82abd1c2573b8d102731559d32f5a4c92ecc0c6d0122bf03 SHA1: 6c23b5c876e9799d16106139b11a0b5d807b112a MD5sum: 4d631e6428b49625512b3483babf16b8 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: 303 Maintainer: Ubuntu Developers Architecture: i386 Version: 3.2.3-2ubuntu2.1 Depends: libnl-3-200 (= 3.2.3-2ubuntu2.1), libc6 (>= 2.8) Filename: pool/main/libn/libnl3/libnl-route-3-200_3.2.3-2ubuntu2.1_i386.deb Size: 111024 SHA256: 0dca69845c531b9c6a10452d914e050ba52d9146c097059153f06f9b65dbc2b2 SHA1: 209902636d0aeded2c5bfd8dc179f1bed598b89b MD5sum: 79e7fd5112b9852b82620953f5e2350f 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: i386 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_i386.deb Size: 2330 SHA256: 5acfd623a439e9e81898f5e4b826922a5c872e0e3b5a38b636f6593f1dd1e008 SHA1: bf94973b2da34390a86e0e0adf9dfdc1e67d7d2f MD5sum: a7bc08098d5e0048e52dbbd11804608a 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: 162 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 26672 SHA256: 0fda7d606c6a366962dafcb1da577303eb9afcf1e4d2fe9a2261a4469df00119 SHA1: c86282f54cb99ead74be4a2a345d148f7227e5f5 MD5sum: ffcae2ecb1f673522b4bca4fede50ec9 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: 364 Maintainer: Ubuntu Mozilla Team Architecture: i386 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_i386.deb Size: 142622 SHA256: 5fe68d0fe049c47d76422eee13fa62dd8c83f84634500c0c2533049c50c9a077 SHA1: 8d66d2d72d9fd69cc0728ecb7ce0e2494c4842c6 MD5sum: 3b08e7ce2521720b41e70fa417430878 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: i386 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_i386.deb Size: 11292 SHA256: e6744536057ace516ef748c572cfe3a6dff8fe64129d15bdc88e7840a7fb534f SHA1: 563d73b0e91b0b87d7d1e452afaab068b3427a4a MD5sum: cb0264528c157cc907517f088a1fb70a 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: 689 Maintainer: Ubuntu Mozilla Team Architecture: i386 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_i386.deb Size: 275788 SHA256: 7c7b4e2275bf660bc8664adad0f59b5cb7b6e94184809454e74011c9db998478 SHA1: e3c9380cf4d99d9b27d4cd478a92908acb50b6b3 MD5sum: 9ea85d48f456e24b7dcb57df4883180f 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: 1135 Maintainer: Ubuntu Mozilla Team Architecture: i386 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_i386.deb Size: 280562 SHA256: e8088d02abbbf4ce5983d0be7101fa825203f54b7893835ad8dfcb8e37738798 SHA1: 37774d78dad31495df254f904948b8c7b1c93aeb MD5sum: d5e27d2dccecd904d9c851f5bbddccea 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: 3273 Maintainer: Ubuntu Mozilla Team Architecture: i386 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_i386.deb Size: 1381400 SHA256: 8c863b116c67b9bebb60721a1386ffea076a7e504e62c521559d6b2cbf3fe7a6 SHA1: 2487816f95e3b7bb0fd23c2cf4ab900b5ff649fc MD5sum: 74c8c1615675ecc3c773469f4e242692 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: i386 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_i386.deb Size: 13388 SHA256: ade69c3ab6fa03aede3471b446f5e7b9e246e0596f078ba29812f4148955375b SHA1: cfc9176958b9da8a7837f7c65de4f5e271c4f53e MD5sum: 68631138afd469e7f6f76d323ca3b850 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: 9780 Maintainer: Ubuntu Mozilla Team Architecture: i386 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_i386.deb Size: 3847098 SHA256: 3e6ceedff33a4d746c9018cf33e3a36482c38f7b7f745bab072ebf7a2cf5e71b SHA1: 55a4a5f304b79e27df8b9198b7b680d30be2a863 MD5sum: 395de29226bc4085c8f6099764011229 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: 1515 Maintainer: Ubuntu Mozilla Team Architecture: i386 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_i386.deb Size: 343410 SHA256: d83394ca55c528a02e307699fe4d7a193219976703c968d036e37d65c3842e75 SHA1: 1e538c4712a2e73ef92e42cae307d2fb3bd477eb MD5sum: 9226769c4ef6470e9bddbd5562d96377 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: 1132 Maintainer: Ubuntu Mozilla Team Architecture: i386 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_i386.deb Size: 477458 SHA256: 18a5accc3177ffc902f34a69b8c95702fdbff0452e2212b4b8072883c4704870 SHA1: af01eb503131c633717a096b4f8435879496c8ab MD5sum: dc1425b7a6488b762a2ccf82d1882d4d 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: 156 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.6~git20120311.dfsg.1-2ubuntu0.2 Depends: libc6 (>= 2.4), 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_i386.deb Size: 41322 SHA256: 1000e78fdb6e95e9d1e2a928697ef075f2db0fc0d4b8347baea3a56775fafc65 SHA1: bee13e90cb8f46ed28a19405d5281ea88dcc23d5 MD5sum: 6374eb0568c023faefffd5a19160877f 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: 168 Maintainer: Ubuntu Developers Architecture: i386 Version: 4.5-3ubuntu0.1 Depends: libc6 (>= 2.8), 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_i386.deb Size: 60154 SHA256: 860173d8137bae643aaf875a687c684b238241b7bc3915fc7c2b8dc3ef568539 SHA1: efdd6a992cccb40b8638184f80a2aeae58072f0d MD5sum: 817f79902a99d9cba235daa167de9109 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: 170 Maintainer: Ubuntu Developers Architecture: i386 Version: 4.5-3ubuntu0.1 Depends: libc6 (>= 2.8), 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_i386.deb Size: 62180 SHA256: 800e6a8a06482ef9af741051a469d7dc8dbd4700cc57400cf665316f6366591d SHA1: 6e5b55ec6c41c87b06d7f16cfd28388a3038411f MD5sum: ad7bdc8313eb6a5ddbb1e01448aab1f0 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: 98 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 26470 SHA256: bfdca6df7d5d97b909fe413ede22499b94c733303f1a820e3d5a6ef00c2dbbb2 SHA1: c7ff7946c043bbed4513e1942328a5d8a959bfed MD5sum: 80bcfc2c8527721ef075df5c39b9fac3 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: 2103 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 771450 SHA256: 9a32c2080bf21938ce7b6e9d2c541e4879555f21baddda814d7c3d9d3f95bff6 SHA1: 6e34d8273e4cd82a2a4d575740a0335b110ff7d9 MD5sum: ae807979d64a8e0175a4c5db1f261613 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: 1757 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 647142 SHA256: dd710571c82d9c339396183df0312fcef900af1a1c263a1e25ad62fb94668572 SHA1: e79125244b3c4bca893aaf3aa12c982bba03d63b MD5sum: 3cca4970b8976f2d8ebb8bce900f451e 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: 282 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.1.1-10ubuntu0.1 Replaces: libpcap0.8-dev (<< 1.0.0-2) Depends: libc6 (>= 2.11) Pre-Depends: multiarch-support Filename: pool/main/libp/libpcap/libpcap0.8_1.1.1-10ubuntu0.1_i386.deb Size: 116862 SHA256: 3a21d8ce03fdb1bc02e703164c927e95faab341403c88ce3419087426e53976d SHA1: 67b0f0afece50216b0c15073a67558eca728e06c MD5sum: 6c7bffbbb7c630638a46a55f12287d75 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: i386 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_i386.deb Size: 145722 SHA256: f943a5503cae508edaccd3c9734b68fa318c5db202624bcec3a147cf5df2bc89 SHA1: b851ec27692eb8b011cd8d32fc31a6864d636d8e MD5sum: 7e415da15fe180e78751fecfe45db154 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: 500 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 208582 SHA256: 18e0edddb8f1e80f1401dc644bfe91842a9d87d395ff1de8a556ed4b2b875aaf SHA1: 5de5f4099991e477a751468c19677e4c5619ab95 MD5sum: 7c104f844afad321a0ab8a602aebbcdf 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: 6223 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 2695496 SHA256: 53e6be508e87816f0669ae86145fb8acc2003ca305241f857e28f12a3adbb47e SHA1: cce7e2fe450d53468b57b33cb7bbf7c9728ab5f2 MD5sum: 9e4c66d59a60823f48d2122cf7cc4062 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: 1584 Maintainer: Ubuntu Developers Architecture: i386 Version: 5.14.2-6ubuntu2.11 Replaces: perl-base (<= 5.8.7-4) Depends: libc6 (>= 2.11), 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_i386.deb Size: 722046 SHA256: bf44d0ffd8d01d0c735a933612c88b1d7f5b82f9b1c10acc00c5865d8418dbc9 SHA1: 0db5d6b53507ec9b0a7670cc3a923a778bb8e0d9 MD5sum: 6fd14e719ea17c401254fca9a56329ae 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: 671 Maintainer: Ubuntu Developers Architecture: i386 Version: 0.30.2-1ubuntu0.0.0.0.4 Depends: libc6 (>= 2.4) Pre-Depends: multiarch-support Filename: pool/main/p/pixman/libpixman-1-0_0.30.2-1ubuntu0.0.0.0.4_i386.deb Size: 259974 SHA256: e8b69a8f8cb9f120b7f1f9ce27fe24cc527a3d3f65aec7f7790425c9743a6436 SHA1: 6256873da58a398d705ad6c54a5260eee8c4736e MD5sum: 25938db90705a973e954b39f7976c2f2 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: 3152 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 1036040 SHA256: d4d84072666b88df57055bf6c228d227f087bb994e483a35e41344011804fd74 SHA1: 63d564253356dbebc3806f21fca97b9821d69386 MD5sum: dee5f879ece29237ccc5bfeda1a143d4 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: 808 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 291218 SHA256: b8fb1c04374559294f447db3f5ccb6e5d1614241b02c8b117c427b1dff82afa9 SHA1: cda427003d49be52f7873484d3f84864bdd95730 MD5sum: b341e6a285b4bbe719d21b8c429eb59e 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: 308 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.2.46-3ubuntu4.3 Replaces: libpng12-dev (<= 1.2.8rel-7) Depends: libc6 (>= 2.11), 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_i386.deb Size: 135596 SHA256: d90e4a6c45275a211a9e48e30e658d3595c1893224ca20303bddb397b4cc62e6 SHA1: 2c4878360268d976d3f74cd8eef3c0181382fd3d MD5sum: ede7e96ec84c6e18eb7ca3efd427387f 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: 615 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 207398 SHA256: 857bf8b00f50ed6184e1d585c74b618b37e58799af33f52c55fd3c55c452159b SHA1: 2fb1c8159defd709c9761729af678c50ebeb4d90 MD5sum: 26cc4e401880dbd37e8dce8a86c43ad4 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: i386 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_i386.deb Size: 998 SHA256: 1219a432321d08573a6de4657d1522c15d106a49e04972e4ab3fbab8a260bf4a SHA1: ba8c6c11c4ebf66067b69feaba125bfc2ce20da3 MD5sum: 3fc51e09a0b725770a0296bea0ace58f 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: 80 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 17760 SHA256: 9f1ca020ccd11e3c892c6945bbde984fab19fe5ba2c7460c1701f9c7398324d6 SHA1: 5d9a68dd7987e3c29e421e355875d6a79f9662ea MD5sum: 3f48cb648b4a7c29e4af3abd02c08370 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: 147 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 23692 SHA256: 7ddcacaa245cbd2f17133a245a24b09bd0416efc1fcdff674f1165c40125e0cc SHA1: 428e1e176bdaaa4cad8df5ee0fe8ca0c76cc8e49 MD5sum: 284061f41e8348a2c6a0ea0310fddc1b 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: 142 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 43368 SHA256: ae208f4aca069848a5adbcc229b71fe072c914e2f2107db0d0fb4fe034192483 SHA1: 205b1747e0db380025b075ecf4f03089410bfb11 MD5sum: 0bd7bee22a9cedaf6e0cdb835a7ee458 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: 221 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 49540 SHA256: c642e68bbb503a958a8d0b9850a977d279c9d543df33134678c9182735f37e59 SHA1: e4b4abd5704c9d999008fe79bdc7c602b83545cc MD5sum: 6574c4febb596f2e177ee9b044b48c15 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: 150 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 43158 SHA256: a5ad3caa95e9df4bc539dd05d2dc8bb9d53cfed9f0a447555234961f44d462d3 SHA1: d41b852e3728f30615701de774028dcda13725f9 MD5sum: f6bc0b38c29e20ed205971dbe8b47b7f 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: 422 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 67266 SHA256: f8de3849bc5b7cb2089a5e2b32099a73a084796ffeba9c2fb83fc292ffc7e1b6 SHA1: 955e21dfb210598dc4b3f3e1d2a99a4f03a5bf0a MD5sum: 7b4e8efee6f95ac775a99d4840b6459f 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: 175 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 41974 SHA256: bcd70ce6961bd6a601d162aee67e788be484b939770433df944b4c116588c542 SHA1: 06ed75b41fd7fbbb0422335a20347107d9310de2 MD5sum: 25d3004c9af7f18a3e58ac523dc611df 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: i386 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_i386.deb Size: 4608 SHA256: 81de012ed99270c775d267d20db63c04cb32e970d7d6761b011ba22db29ff327 SHA1: b87dcb274c619e7f11a93aa814fecf2bc29f24de MD5sum: f3ed9daa7d3b5eba7ca7235da87c9e2b 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: 2861 Maintainer: Ubuntu Core Developers Architecture: i386 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_i386.deb Size: 1148428 SHA256: 36b93b15060c0d1bd4119fada74b8bf19e46c4b68c0b50da36e22b7a0a8100a2 SHA1: 97c92b4ec37f2762e2241ffc81b880256fe29335 MD5sum: 2741c1c081acbe64575c2f41ed1168c8 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: 156 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 47670 SHA256: 52705557b6f560db512feab637ecbd259f074fcf9d7392da5163c692368e28da SHA1: cde222e146e88e733f2e00f84d78d3ab5f5e42a3 MD5sum: b151a9adb088e184e4346716f2da468f 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: 197 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 66664 SHA256: 8a895c5d8094f20a0a6e5fe1953f027b81107852d6f5d8f47f9a5ef0ccc006b5 SHA1: 798240a6f0a9226c7c65a1fa516fda46a0f7b00d MD5sum: 5a64824ebd63a2ef0386e3b3be186fe7 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: 142 Maintainer: Ubuntu Developers Architecture: i386 Version: 2.4~20110711.gitc28f1bab-1ubuntu0.1 Depends: libc6 (>= 2.7), 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_i386.deb Size: 58154 SHA256: 8fff8aebd31688c7a2e13aefc8f2c9ecd6a4badd47e11313eea9669c3dfb9812 SHA1: 85bb99fcbe97ef5f88d3b3230c446c12e36447d1 MD5sum: 15e7507aad460d41a82739c2459e1b49 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: 190 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 68576 SHA256: 815a678a063fe78f5df18a77830f574ee9f431740c3baaefb0b2dfd7cfdb77ba SHA1: 79eb437b3909bb1f1b1909477c66da7b06247087 MD5sum: 2796288a486210ddec0c75b52588c3cd 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: 694 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 304434 SHA256: 1b415d2f900feadce33ce0c521926cdf37c1d56610bdf320637c0daa43b3da08 SHA1: 1d64aaec8dd714edbfde67828b95e7945e32cc21 MD5sum: 0374dc30274f1572979236e48e3245c9 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: 220 Maintainer: Ubuntu Developers Architecture: i386 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.4), libssl1.0.0 (>= 1.0.0) Filename: pool/main/c/cyrus-sasl2/libsasl2-modules_2.1.25.dfsg1-3ubuntu0.2_i386.deb Size: 59064 SHA256: 37f29fa619f1d7c1a54e014eaa548b3a624af032c1dc48a0677921fbfc110dd3 SHA1: dc1e7b3a097f8e24cf116d6a35c56698d08dca03 MD5sum: 636c46ffa552cf1f9a229be14373166b 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: i386 Version: 2.1.25.dfsg1-3ubuntu0.2 Depends: libsasl2-modules (= 2.1.25.dfsg1-3ubuntu0.2), libc6 (>= 2.4), 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_i386.deb Size: 16918 SHA256: d001599107c313a7af1d48d2fa4c707ba03ba614700005c280587db6e7ada419 SHA1: 278c783eb1610d8a9141e8f47809e76cac997446 MD5sum: aca472ab60d5cf0b593b88d478254600 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: 155 Maintainer: Ubuntu Developers Architecture: i386 Version: 2.1.25.dfsg1-3ubuntu0.2 Depends: libsasl2-modules (= 2.1.25.dfsg1-3ubuntu0.2), libc6 (>= 2.4), 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_i386.deb Size: 41558 SHA256: 750189c3fcf90b3ad48d2e4ebc122ba255073b2ad74a58621737dbe6056f8751 SHA1: e04a9fbdc5832fca236f1d29b1a662ed5484e0ee MD5sum: 11090307ed261a6a0eb63d6766c544bf 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: i386 Version: 2.1.25.dfsg1-3ubuntu0.2 Depends: libsasl2-modules (= 2.1.25.dfsg1-3ubuntu0.2), libc6 (>= 2.4), libldap-2.4-2 (>= 2.4.7) Filename: pool/main/c/cyrus-sasl2/libsasl2-modules-ldap_2.1.25.dfsg1-3ubuntu0.2_i386.deb Size: 12446 SHA256: a37362ee743fd635f1b786d28ab8211ebef5fa60df655c492ba5624007110dae SHA1: 947547185e7677aa717e608de97416cbe7b60ece MD5sum: ef375b712f151ac482929a20a3d4d145 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: 125 Maintainer: Ubuntu Developers Architecture: i386 Version: 2.1.25.dfsg1-3ubuntu0.2 Depends: libsasl2-modules (= 2.1.25.dfsg1-3ubuntu0.2), libc6 (>= 2.7), libssl1.0.0 (>= 1.0.0) Filename: pool/main/c/cyrus-sasl2/libsasl2-modules-otp_2.1.25.dfsg1-3ubuntu0.2_i386.deb Size: 30620 SHA256: 61a8df8314932f75cdd83d4cf02c21055ee77a04d248ca5c520f824befcdcabf SHA1: 61a505263d76f231fe5472f6ed0a06ae9bb5ea94 MD5sum: ed5ab98d1716760bbc94f6a030111c6d 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: i386 Version: 2.1.25.dfsg1-3ubuntu0.2 Depends: libsasl2-modules (= 2.1.25.dfsg1-3ubuntu0.2), libc6 (>= 2.4), 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_i386.deb Size: 15612 SHA256: 77cb455937e61cd573f91886a04352e52155fc35aaeeeb34ba7b7d43de26e330 SHA1: fad749ccbe260b1991d5589aeda3a0d58a66e835 MD5sum: 4f52338eb5b917ccba5af79e6fe98b68 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: 692 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 587022 SHA256: 46823444961fa2e9a4ceaaf283d26fc0ad64dc7ac9838a5a952cf81894741075 SHA1: e33e4bf7321d6b5e357e1ef5ce6045671b90d1ad MD5sum: d7fb6f31e4a1e4015333cf556e9f8106 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: 2456 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 827190 SHA256: b9efe06a73564d7283b1c8bc7ae77ff2c5863d28d4a8731c0478395baade8a48 SHA1: 5727ed9b1824fc11872d3eb787be8b2770d80705 MD5sum: 36a9b9f650038326b574815a82e4e8f0 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: 517 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 206372 SHA256: 3367c91569adec38c4ea44d26317641f09926807910fb394f43331987935805e SHA1: 992feaa817385d1c21f37b6ae9be65ad775701ae MD5sum: db8772ee40680465c841eeaba6d081cc 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: 83 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 14960 SHA256: c7dc23b70df774d3ebd126211eb9a96d350a11b5a0e87d33b97a500dcc1670b6 SHA1: 87bf304d1a52fe01a2c5d5ca3ee566af92920745 MD5sum: 231cc5342d8aab649179cf207ad6131a 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: 6285 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 2014144 SHA256: f93f1cfcbe403585a7b46ad083ae8395af88e80afd40dec443288185859350e1 SHA1: e2ad111174de932d7fca69bd1942e0e61270f782 MD5sum: 67b32a812f301829cb6d61d1d4126993 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: 10068 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 2885206 SHA256: 609fc0311948110d45a1beb0b8be4b9cdbcc35c20f3210fcc47a2b63f9462f94 SHA1: 9643c2d8f86106ccc842236a705f7e7d5bd310f3 MD5sum: 31840658012d551f86cad5d1960f2e03 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: 5277 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 1679980 SHA256: 2458ede4952ab3d072d8fe657f766b47231e736f0629a1d3d997fd3371c9df08 SHA1: 876fdc61ffb026092a783e9b2fdbe90fa9a8495a MD5sum: f667073746948504879faf912377a3cb 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: 456 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 126274 SHA256: 6c700b7b8c946766fa1a2ec9b3edb93e1c03510300b0521227cac843350fef4d SHA1: 1e99dc40327b6d7abe53f6236227b5b447f97833 MD5sum: 0c2e6ecf1b292ecde117a5fca2ee14de 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: 161 Maintainer: Ubuntu Developers Architecture: i386 Version: 5.4.3~dfsg-2.4ubuntu1.6 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), libc6 (>= 2.4), libsnmp15 (>= 5.4.3~dfsg) Filename: pool/main/n/net-snmp/libsnmp-python_5.4.3~dfsg-2.4ubuntu1.6_i386.deb Size: 23038 SHA256: 689def3e6e1d062ea4944370bf98bb9dc7562a49b9c608e7dee327fd0f9a46cd SHA1: 5b44a09dc30ad6407653bf8f1c3bec46cc47977d MD5sum: 1e2da797c7d2ca872120bc05b85a1e71 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: 3148 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 1262038 SHA256: 1c64e3de1782fb53576a5a604e5afa4082875214068b92ca0f9e9bdefd4dfd45 SHA1: 0a880a1ae41beaf7562e272355187a7537716595 MD5sum: dd568afe842cc77e8855ef21066e244d 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: 4110 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 1593396 SHA256: 6fa4aeb7c2a1d27054b5bd00b8cfa808c87238455a351d863d6583ab99a38fcf SHA1: cdcb6166dfacacb980fe7e4b5b4b8bbf98ab7c15 MD5sum: 5f692628cc4317c752792cac7bb7047d 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: 779 Maintainer: Ubuntu Developers Architecture: i386 Version: 3.7.9-2ubuntu1.4 Depends: libc6 (>= 2.4) Pre-Depends: multiarch-support Filename: pool/main/s/sqlite3/libsqlite3-0_3.7.9-2ubuntu1.4_i386.deb Size: 355328 SHA256: 9e1fa8fa5983bc06c5c773410c0a4067436dc14fd8888b4730b1aaed458566dc SHA1: 6fc5ef367b09307636782baed66fb5af22cafaf5 MD5sum: 83646def20838c2c157042acd03749c0 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: 1770 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 750298 SHA256: a6e3845839bf5f658731d0abbbd4fcc7e601ad75ed8fd8f6faef3f1eaaef2722 SHA1: 3d051f7482c6f24e660446eee10f0567578b26f4 MD5sum: 30f9e2de2cd85ac9e08a57ca7b50c752 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: 1167 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 449762 SHA256: ad35691ae55193ce4cb989124ada74119dde799ff63b50b23b3ea565aef7a359 SHA1: f6748caf1a8ffc47180abce9903a60def0a6801c MD5sum: 96739a6587e52c267248ccca390a4d56 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: 162 Maintainer: Ubuntu Developers Architecture: i386 Version: 3.7.9-2ubuntu1.4 Suggests: sqlite3-doc Depends: libc6 (>= 2.4), libsqlite3-0 (>= 3.7.0) Filename: pool/main/s/sqlite3/libsqlite3-tcl_3.7.9-2ubuntu1.4_i386.deb Size: 21816 SHA256: 6bda6e3d536337c35437088880df952bd2770a5349655f1f8e5a4e3a3fc4d42f SHA1: 581dae47a0b257d34af8f166370c0437c1051b9b MD5sum: 6ff25dbc4294cfc9faf91f096aa60048 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: 105 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 62104 SHA256: 3a969c017078cfbdced9f29ef03e612805ddd8a0f795e57b39c51de5c5568880 SHA1: fdb00ba5fd683da42e4ee89ac8be8862d9ab18b2 MD5sum: 908a343b17fe09322ea282e99c830f42 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: 146 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.42-1ubuntu2.5 Depends: libss2 (= 1.42-1ubuntu2.5) Filename: pool/main/e/e2fsprogs/libss2-dbg_1.42-1ubuntu2.5_i386.deb Size: 70430 SHA256: 1facc3bc7d1a9ea630404a5f80c294996b92645f4375cfd8a1f91bf39f8c329f SHA1: d48cc0724a99dcc36277e9749edd10722d75fc12 MD5sum: 8f4c8843685358bfb5adfd5cb130ab86 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: 109 Maintainer: Ubuntu Developers Architecture: i386 Version: 0.11.2-1ubuntu0.1 Depends: ucf, libc6 (>= 2.4), libssh2-1 (>= 1.0), phpapi-20090626+lfs Filename: pool/main/p/php-ssh2/libssh2-php_0.11.2-1ubuntu0.1_i386.deb Size: 27028 SHA256: 65b124488946ca4f3837605fb81f3ecdbc1c6bbf1b9ef87a01cc78a24ff8bd92 SHA1: 05bf29ee5a5a6008af035f0cb13ce1836fc8e655 MD5sum: 87835b8a18eaef473712ead60684712f 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: 4841 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 1433430 SHA256: fc9b52f9428515c0e6e442d767b35ed4028cc740c8f32031263ab1d258f576ec SHA1: 29543cef445cf3b8d55b71fb11255029e53c89dd MD5sum: 53483bd10a9d3cd5219a4a38d33e2299 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: 2707 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.0.1-4ubuntu5.45 Depends: libc6 (>= 2.7), 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_i386.deb Size: 1012804 SHA256: 1b703e22859722a3c1c4fbdbe94a22b9f7b1c7268d75df9c546c3ec3974d008c SHA1: 7fe9a29a33708681649974ef7cf537ddf2ac37f1 MD5sum: c1d6d78d5be1d7fdf669df55a0f30aa3 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: 6074 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 1995056 SHA256: ee683095d37fb405d099dac9bd6e43033a3c1a87489245dc10fb2094ddc49174 SHA1: e1e2729f3fd8f5279cd86367e7fc657867559106 MD5sum: 6c06aa3d7ecea06b494d03a108ba5e00 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: 4103 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 1267254 SHA256: 0b7c14ca130c9ff562d9113f8cddac5d897f8cf323276f0432d30a26f1ef8787 SHA1: 4cf05450fb05d7a7e58a8ec018f34700cf5e1fe4 MD5sum: a9bd266fbb5ae44817d6e18fd5612b15 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: 507 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.6.17dfsg-3ubuntu3.8 Depends: libsvn1 (= 1.6.17dfsg-3ubuntu3.8), libapr1 (>= 1.2.7), libc6 (>= 2.4), 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_i386.deb Size: 212774 SHA256: 87fa14f73d0be3c455f0b9325f1eb8cb2e960519ff24b9b2511ac374b3fe213c SHA1: 81588f9e3b4bb38a19bd50ae201529fb7f3d6f35 MD5sum: 6c45c5679286774056f7622db00a72fd 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: 3375 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.6.17dfsg-3ubuntu3.8 Depends: perl (>= 5.14.2-6ubuntu2.9), perlapi-5.14.2, libapr1 (>= 1.2.7), libc6 (>= 2.4), libsvn1 (>= 1.6) Pre-Depends: multiarch-support Filename: pool/main/s/subversion/libsvn-perl_1.6.17dfsg-3ubuntu3.8_i386.deb Size: 868408 SHA256: f4eba2e3a9524bc2629b2fc11c8d717243d10510c4a65d8ce48fa02a17658d6c SHA1: 9709df433f2f1ad57acc94b04dbf43c53facf276 MD5sum: a0c3adde9fc0ec1aa01a1d40b167bc1f 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: 1886 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.6.17dfsg-3ubuntu3.8 Depends: ruby1.8, libapr1 (>= 1.2.7), libc6 (>= 2.4), 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_i386.deb Size: 487344 SHA256: 1a56fc6d3bb8c31afcea6b55d80e2e1093dc247dc507d27330f91e1e5451a3b5 SHA1: e4b1ea9f5ea44e39668dcf11d623bd029b164597 MD5sum: c72e288c46178beb77132ea527557c6a 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: 2114 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.6.17dfsg-3ubuntu3.8 Depends: libapr1 (>= 1.3.2), libaprutil1 (>= 1.3.2+dfsg), libc6 (>= 2.4), 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_i386.deb Size: 840692 SHA256: 007ec7343772227ffd42ec634fedb544e0dc771f1241cca9ef78706c04eea2d5 SHA1: c71c049707a2150271285d6025f8aaecb50713ba MD5sum: 3a7acef5c6cf978b2ee2460278481021 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: 141 Maintainer: Ubuntu Developers Architecture: i386 Version: 2.10-1ubuntu1.6 Depends: libc6 (>= 2.4) Pre-Depends: multiarch-support Filename: pool/main/libt/libtasn1-3/libtasn1-3_2.10-1ubuntu1.6_i386.deb Size: 44362 SHA256: 1164aa611f074dc3fb1752be2ef2d817fec3a6675fd64fc3e02ece2b51b5b3e1 SHA1: 542e8d277cdd5acba91be1bb5e43efae59b09026 MD5sum: 0066c024b0786d640677c2edd5e40fed 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: 122 Maintainer: Ubuntu Developers Architecture: i386 Version: 2.10-1ubuntu1.6 Depends: libc6 (>= 2.3.4), libtasn1-3 (>= 1.6-0) Filename: pool/main/libt/libtasn1-3/libtasn1-3-bin_2.10-1ubuntu1.6_i386.deb Size: 15950 SHA256: 721165f5fcb95645ddfbec9dd25a8f74947d571bcd5f3b51f1d6cd559dd183df SHA1: 662bab830b42a5902e6e87717febbb094e068e60 MD5sum: 6cda23901c506fe0606f14c74160dc99 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: 251 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 65364 SHA256: 1c7f114ce4f6efcf173d22c104696db7f18437c40661a4860494c4c6b8bcdc11 SHA1: ecfe9cc3ab72c05cd539edcdb3ef1e71049c2af6 MD5sum: 24bc732cfacf5102943acd527b60f4dd 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: 541 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 355354 SHA256: 41f28e4c717b371948d73e6623755aad0f0e6fd055b76154c157817c14510421 SHA1: 9791788a70a17ebca65bd8ef5cf4c4f589b3de2d MD5sum: 103b43da9400fce6f9e0e30899dc8150 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: 120 Maintainer: Ubuntu Developers Architecture: i386 Version: 3.9.5-2ubuntu1.12 Depends: freeglut3, libc6 (>= 2.3.6-6~), libgl1-mesa-glx | libgl1, libtiff4 Filename: pool/main/t/tiff/libtiff-opengl_3.9.5-2ubuntu1.12_i386.deb Size: 11744 SHA256: ad00098b62e5e950ef7c789cb4b48a52d140d9f7ad805f9d5306e70840e7d307 SHA1: 8892f124d000dc96c3aa4136259c445fb30e4148 MD5sum: 6a152d729199c24b71c637984f885bb1 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: 681 Maintainer: Ubuntu Developers Architecture: i386 Version: 3.9.5-2ubuntu1.12 Suggests: libtiff-opengl Depends: libc6 (>= 2.7), libtiff4 Filename: pool/main/t/tiff/libtiff-tools_3.9.5-2ubuntu1.12_i386.deb Size: 260380 SHA256: 524b5d3705a5c4284b3d6102c7f3bbf837f0a9a400709fa7f1c21484b839c693 SHA1: 78e31dae1c63c8c04644d413c4c9b7ef1f6971d9 MD5sum: f4f64d5551dfe4524fcda975ca378d71 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: 494 Maintainer: Ubuntu Developers Architecture: i386 Version: 3.9.5-2ubuntu1.12 Depends: libc6 (>= 2.11), libjpeg8 (>= 8c), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Filename: pool/main/t/tiff/libtiff4_3.9.5-2ubuntu1.12_i386.deb Size: 143956 SHA256: 93394c4c8d91038cec5dbccb3b9a9ebb51be33b2ce446eedccb512832db4a61f SHA1: 0a85d04e0d56b9dfaf6a0a7f344ef34d52d753b3 MD5sum: 0bc22ee2bc3c719ce8c92f5150fabe9f 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: 786 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 279158 SHA256: 58d60401b7c121aab2ddbe0beda6ac7c485c58e2b91b3917a18b6f3bde3e3244 SHA1: 035168c65dff076637c1a2bd27054f562079502d MD5sum: 7a3e9ddc9e3bbd7e58ea8cd0f4b037f3 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: 109 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 6770 SHA256: 34ab03fef086fc8f8a43011fdb22a8be047f002973850d4983f9e0096212b0b1 SHA1: 7b40d43f928e6f5f007fe701cd2199fe234c1243 MD5sum: e491712d36903587cb44a985b51ffad1 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: 539 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 169818 SHA256: 70173faf8e7359f0483a0f5d4c6d41453b0b1b571473a431d8e3d06946dbcdf1 SHA1: c5c65a5ce97fd050c5c5f4b41291c5271c8044dc MD5sum: 0c9877b758327f65fe3f092e7fa4b096 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: 234 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 84804 SHA256: d3519ccfa1db9bbaf9257fc5db7608478ba70c969c47b8c37230a0e91b49abc2 SHA1: 9e4763eda3f6c982a4eec28a83274d68c2d20f4b MD5sum: 8c38a3a44014d67378c7940c256e5bf8 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: 341 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.1.90+svn733-0ubuntu4.6 Replaces: libjpeg-turbo8 (<< 1.1.90+svn722-1ubuntu6) Depends: libc6 (>= 2.11) Pre-Depends: multiarch-support Filename: pool/main/libj/libjpeg-turbo/libturbojpeg_1.1.90+svn733-0ubuntu4.6_i386.deb Size: 127808 SHA256: 84d4b941a4b38c5d10cd98ad1e0a2cbcffd1da7801e293df83444fb242e120b7 SHA1: ef49119ec0d903b2780f5066dfc188bd077e4494 MD5sum: 611c4cb3f1620edaa7c1370f615a0689 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: i386 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_i386.deb Size: 10244 SHA256: cb76d0d52aad65ea5ac412fe9dd095a5e664c2535aacfea08757b9c96957b5bc SHA1: 3fcb0ab2a0becbdec99c2fad852f238825e5dddf MD5sum: 6e15e560a61c26a3e04d4e132a571107 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: i386 Version: 2:3.6.25-0ubuntu0.12.04.21 Depends: libc6 (>= 2.8) 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_i386.deb Size: 29298 SHA256: 62aa94e75dc5ee53e0a4bea18bd75f3d9f37a542a36b060480fe7f03116e5643 SHA1: 6cb0d744708cafafd294a34b9d8883cb7711be18 MD5sum: 48559549d7eedfaf3bd8dac223d47ee9 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: 228 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.6~git20120311.dfsg.1-2ubuntu0.2 Depends: libc6 (>= 2.3.6-6~), 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_i386.deb Size: 77566 SHA256: 296b782d6c5e3ac7290bceb9ce753447592edc15ddd6375b10c1f300222a1a7b SHA1: 6c9f42150798dbbaf2875fa197912bd61a6ad74e MD5sum: 0d1bc41e79295e47dcf99cbebcd60ad4 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: 1474 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 771158 SHA256: df66f02fad4bf15b828c75cb289d4b79d554c88a64617da40d9996ba22d7cfc2 SHA1: 43f1b10a12eeea84b37a0a277eef24c17665c381 MD5sum: 2916c8fd6e2934fa92c66fd0d4176fde 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: 10765 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 3047118 SHA256: d88c1c3c9b43689105e8a43af32e0142c4a28e59fabb941773a561bd04893d68 SHA1: a55fba00b969fd2f9eafccc6da81453a10a7f408 MD5sum: c250c7d48c7ed21f1188908fe6ce6245 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: 2268 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 896252 SHA256: 7e4fd94ed5a94adc84472ac9ad187abe897e5ffc11abcc34e815e327e88e1fd6 SHA1: d1c44eb5e5406072e00749f2902b505ad707aee9 MD5sum: 0323691b52729220504c0ee36ea8b2d8 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: 224 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 11084 SHA256: fa406fc24c67c8018bc9148bf8f5c84c5db13abb4c9cb1ba3bc15a89996ca3ec SHA1: 5e3b763f6430c9ca7a7576b0dfa3f36f9042daab MD5sum: 0c9a689f82a4812527138a65ced9c255 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: 206 Maintainer: Ubuntu Developers Architecture: i386 Version: 2:1.4.99.1-0ubuntu2.5 Depends: libc6 (>= 2.1.3) Pre-Depends: multiarch-support Filename: pool/main/libx/libx11/libx11-xcb1_1.4.99.1-0ubuntu2.5_i386.deb Size: 10748 SHA256: c8d87f839075e614e20aea1ea96f33159914373af1f18952e7f3e77d12785721 SHA1: 316e21000db6d02099bcff789c380c10fadee085 MD5sum: 472359dc733a17084302a3548f63353a 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: 246 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 22812 SHA256: d262c7b18e3be9b875f62919407ff18825feb424aee3a85dc6d82f1394bc89c7 SHA1: efb603d20ddc6f40d6808ae7396077ebfc7cca6d MD5sum: dd42c0c3d53e6b708e683289e49c4c6e 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: 1698 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 665380 SHA256: 1edb826bbcea94c4b674e2c00fea8172ac9dc855a5b2070a5b71b2f27446cc77 SHA1: bf755442cf20b33130a2dfe112ada75e2c4faa2c MD5sum: a0e6381cf83bc416dd97e75df12c334f 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: 1621 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 1285120 SHA256: a8cb01ff1c13d40b6eac4e0c6854772b10fbcac2596a2074620a1b2713bf7e68 SHA1: b56e571db78371e24930c270e23af7e2f0357b05 MD5sum: bd4c19e6fecb51b6a08593b92fbe38c1 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: 2162 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 763310 SHA256: b05b603e3e3a1c222fa08998ccb1be268e8f2cee9d80a1febeb98d1beb5ab475 SHA1: 502099c5a7b62542e37bdd599820e66348cad28b MD5sum: 2295e9c95bf1842527b515e1c8bb843f 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: 172 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 38180 SHA256: 76bcad7f1d770cb5d91455fbed6c8ceba7ebda171a732bdeccbb041c2e0e3710 SHA1: 70b983c511cc53f3eca2531826e95559d7d94c53 MD5sum: 0751aa898e452c833b33f9e8015d7f02 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: 870 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 295280 SHA256: f077b10d391d6d681d588612fb1eb646adcead5fd0f6ff963cce72c9bbfbf333 SHA1: f2803ab7f3291a1fbfa368ef280d0d722327ba2c MD5sum: 124afadb0dc17ad04190c26ee6b2c897 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: 2194 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 556088 SHA256: 30e40f8cf3296e4dd21db8a9c2da3fb3410e6d2c2232abb3df8268deb711892f SHA1: 1cc09d99b642327a1974d581e97544eb7c9f8020 MD5sum: d71e891e7eb02f6705d2618a17c2427c 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: 467 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.1.26-8ubuntu1.6 Depends: libc6 (>= 2.4), libgcrypt11 (>= 1.4.5), libxml2 (>= 2.7.4) Pre-Depends: multiarch-support Filename: pool/main/libx/libxslt/libxslt1.1_1.1.26-8ubuntu1.6_i386.deb Size: 165554 SHA256: bd09454ded55e0c0ec9407ca7d659c55ac52377f0dd42da93f020ab42e7fd68d SHA1: acdc727fc12bb5512f5bd701458ee0e811b813e2 MD5sum: fc8d400fe8b2072b7e06c72321750a9e 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: i386 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_i386.deb Size: 1696 SHA256: e843a6733c7fac2b0d165de52dafc4e0dea2c1a3b15883b55d57d5596250ae89 SHA1: e2a7895285171fa876447a95ef550ad6f57bf758 MD5sum: 2ba40b70db090399772887a9f2d87997 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: 7963 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2831800 SHA256: 616c5f6c976f315aa40b7cbeae0eb64489171d1048f8878df048c0eac351c063 SHA1: 26648b5cbd3cff0471aa17e0d692d4a1c5fe3c49 MD5sum: 08b6393e6401dba61a68fe81d7d1e78a Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7970 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-128.119 Depends: linux-image-3.2.0-128-generic-pae Conflicts: linux-backports-modules-cw-3.11-3.2.0-128-generic-pae, linux-backports-modules-cw-3.12-3.2.0-128-generic-pae, linux-backports-modules-cw-3.3-3.2.0-128-generic-pae, linux-backports-modules-cw-3.4-3.2.0-128-generic-pae, linux-backports-modules-cw-3.5-3.2.0-128-generic-pae, linux-backports-modules-cw-3.6-3.2.0-128-generic-pae, linux-backports-modules-cw-3.7-3.2.0-128-generic-pae, linux-backports-modules-cw-3.8-3.2.0-128-generic-pae 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-pae_3.2.0-128.119_i386.deb Size: 2833696 SHA256: f9fc2fbfa988d0604f2b2e43c8d26aa9fde5558ac5e131af59cae730bef7ff53 SHA1: e5568fd851c9e2bca3c7f3407dcc52c33b803f48 MD5sum: 7b782132dd9132fbede0e1cd5fab8f98 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.10-generic-pae 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: 7968 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2834250 SHA256: 53ef208597dafdbac8790806a9052b0929c8d3a1acee5d92fe5c5e8e51fcdfe5 SHA1: 0345576ba36981cb18d84c319265c04800e76ba3 MD5sum: 1658dc3423e05095d7edd54828ad13ae Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7963 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2848534 SHA256: cce1c20b5359ae4040d657f70c21487fc4110767b9d9b4bd280f8409ed5e8726 SHA1: 02cde54898b5fc649d205514c84894e2570ad58f MD5sum: 8d4ab718d6717a8634d550ac34ae6640 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7970 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-129.120 Depends: linux-image-3.2.0-129-generic-pae Conflicts: linux-backports-modules-cw-3.11-3.2.0-129-generic-pae, linux-backports-modules-cw-3.12-3.2.0-129-generic-pae, linux-backports-modules-cw-3.3-3.2.0-129-generic-pae, linux-backports-modules-cw-3.4-3.2.0-129-generic-pae, linux-backports-modules-cw-3.5-3.2.0-129-generic-pae, linux-backports-modules-cw-3.6-3.2.0-129-generic-pae, linux-backports-modules-cw-3.7-3.2.0-129-generic-pae, linux-backports-modules-cw-3.8-3.2.0-129-generic-pae 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-pae_3.2.0-129.120_i386.deb Size: 2849966 SHA256: 2fa744057efac9dd8a49ac1fd970dbd4731165bf33a342b01e22c0fe0d84bf6e SHA1: 7e358fb8d0793def462b1cf34fae3885c79ea718 MD5sum: 4ff7e225110248d6f5764b6eb300a00d Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.10-generic-pae 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: 7968 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2851820 SHA256: d2c30d7e194e43d40af7c93c44a00cf0c9bf75fac570fc5ca9d2b8152b729eed SHA1: 39ba9b0473a36311c3d1c79a6fea6a82b4fb1bac MD5sum: 49ade25a4472a57d47f5f919f4dd5a77 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7963 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2829582 SHA256: 7e87addd7e5568fd1554d1067f0810ed1468b5a6c2c7d40b761764d41d789643 SHA1: 4eefb125988107ebc392832ce4585829c1b3994d MD5sum: b26268a32d2da5e4b67d5c996ad6aefe Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7970 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-130.121 Depends: linux-image-3.2.0-130-generic-pae Conflicts: linux-backports-modules-cw-3.11-3.2.0-130-generic-pae, linux-backports-modules-cw-3.12-3.2.0-130-generic-pae, linux-backports-modules-cw-3.3-3.2.0-130-generic-pae, linux-backports-modules-cw-3.4-3.2.0-130-generic-pae, linux-backports-modules-cw-3.5-3.2.0-130-generic-pae, linux-backports-modules-cw-3.6-3.2.0-130-generic-pae, linux-backports-modules-cw-3.7-3.2.0-130-generic-pae, linux-backports-modules-cw-3.8-3.2.0-130-generic-pae 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-pae_3.2.0-130.121_i386.deb Size: 2834820 SHA256: a815ffcd2e1bc5a649f1a44211451466493b37bdc587bbc33f2ab5e9c67af51c SHA1: 93426f03f5fe6237764d6794260e89a3d6e79d11 MD5sum: d723d0ba6f862eda3b150c54fea77921 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.10-generic-pae 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: 7968 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2835282 SHA256: 2de077996c04f4eb7923803b0596692d52e9233b999c7647b659cb5ec6233f79 SHA1: a29b71e1eeeb96a71743fdc774bb4842f0f7bad1 MD5sum: d4404ed57b7b7e3df6b62cac774541bf Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7963 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2835934 SHA256: c6c90e27455e82ef362a347c93bb47fbcfafcb0285f52ab9cefdcf14a5515eb9 SHA1: a06c2aa591f7b349fa22d0bff3819762ac71f277 MD5sum: d990ae37e30c231572c450a947fe8914 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7970 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-131.122 Depends: linux-image-3.2.0-131-generic-pae Conflicts: linux-backports-modules-cw-3.11-3.2.0-131-generic-pae, linux-backports-modules-cw-3.12-3.2.0-131-generic-pae, linux-backports-modules-cw-3.3-3.2.0-131-generic-pae, linux-backports-modules-cw-3.4-3.2.0-131-generic-pae, linux-backports-modules-cw-3.5-3.2.0-131-generic-pae, linux-backports-modules-cw-3.6-3.2.0-131-generic-pae, linux-backports-modules-cw-3.7-3.2.0-131-generic-pae, linux-backports-modules-cw-3.8-3.2.0-131-generic-pae 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-pae_3.2.0-131.122_i386.deb Size: 2837708 SHA256: 3e23d8af273ea208c7a57cf32b092808dfc43153ce3bcbff9df7387b2ffce08e SHA1: 8a545eb2bb7c820c5e16689c178e0f957bbf3542 MD5sum: f83bb4c299fb920fe1538ecb7fd63040 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.10-generic-pae 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: 7968 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2837672 SHA256: d766769b0fe015f991971513acca18a4d1aadb9dcd8543d49a95a80a8bdcaf47 SHA1: 8eec8b0e22e4b2c2e98e669aff1cecef1f6d824d MD5sum: 891c468636677ebae7478a5d2bf5eee2 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7963 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2831662 SHA256: decc1dff693f8a2ce7ea93226e76efc8680fcc0b210aaf115c0426843fde20ba SHA1: c8cba8dfc55f3b5f015a700c21f4585236c833f6 MD5sum: a995df1b222589bda98215b1bceb44dc Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7970 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-132.123 Depends: linux-image-3.2.0-132-generic-pae Conflicts: linux-backports-modules-cw-3.11-3.2.0-132-generic-pae, linux-backports-modules-cw-3.12-3.2.0-132-generic-pae, linux-backports-modules-cw-3.3-3.2.0-132-generic-pae, linux-backports-modules-cw-3.4-3.2.0-132-generic-pae, linux-backports-modules-cw-3.5-3.2.0-132-generic-pae, linux-backports-modules-cw-3.6-3.2.0-132-generic-pae, linux-backports-modules-cw-3.7-3.2.0-132-generic-pae, linux-backports-modules-cw-3.8-3.2.0-132-generic-pae 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-pae_3.2.0-132.123_i386.deb Size: 2835386 SHA256: 7cf66da67e936e9118d976ebb328c1ede52840b5ec22c3b599dc314c9c03c51b SHA1: f37aef1bf7b8b98def6042de27e55a055250291a MD5sum: fbc0f04e2218f23f2470aaf300e4bb19 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.10-generic-pae 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: 7969 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2835264 SHA256: 27b4631cf8599eabab5d7cd16f191221f0582761a450b0f96498c7facd516049 SHA1: 30600c48ce9128d035c1bcd079e37b6e05a0f9eb MD5sum: 4ed61ad13b6709d05acff6251910d7dd Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7963 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2831372 SHA256: 5816a2d4c7b7432e127593a106265ce580cfa94dde0d5f34c7512a77654007b6 SHA1: 80d27edc0a7dea363332c77f5b50b142701d2db6 MD5sum: 0be327f63799f68d428eb1d156a5ca1f Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7970 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-133.124 Depends: linux-image-3.2.0-133-generic-pae Conflicts: linux-backports-modules-cw-3.11-3.2.0-133-generic-pae, linux-backports-modules-cw-3.12-3.2.0-133-generic-pae, linux-backports-modules-cw-3.3-3.2.0-133-generic-pae, linux-backports-modules-cw-3.4-3.2.0-133-generic-pae, linux-backports-modules-cw-3.5-3.2.0-133-generic-pae, linux-backports-modules-cw-3.6-3.2.0-133-generic-pae, linux-backports-modules-cw-3.7-3.2.0-133-generic-pae, linux-backports-modules-cw-3.8-3.2.0-133-generic-pae 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-pae_3.2.0-133.124_i386.deb Size: 2835166 SHA256: c3bad664ee9c992319f974d2b36b5534efd45bc4d6295124ebcbaee6c26b3d62 SHA1: c7405887c8ad5e7fca6ecfd1f8be63992da5ddd8 MD5sum: 62994667ab17fe8e08432888c9e5821a Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.10-generic-pae 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: 7969 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2835118 SHA256: cd42f0bc64dd21796671fcb70cdf3cebdf57d4df81e0f9d267203651dac7db68 SHA1: fe07247d0806887fe92e34e988311b45a5f63a69 MD5sum: 8eacfa2ddbe368c7c4592823e6f98e1e Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7963 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2814584 SHA256: dacfda92b1255d0aa0fe0caf2d8c6100122f16ccbe9ff22aa7cbcbdaf4f89992 SHA1: 3f0b96f40e9cff9df310b53b12d36a59646ce5ed MD5sum: 09767cc5a0a20899741478842b83c3b2 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7970 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-134.125 Depends: linux-image-3.2.0-134-generic-pae Conflicts: linux-backports-modules-cw-3.11-3.2.0-134-generic-pae, linux-backports-modules-cw-3.12-3.2.0-134-generic-pae, linux-backports-modules-cw-3.3-3.2.0-134-generic-pae, linux-backports-modules-cw-3.4-3.2.0-134-generic-pae, linux-backports-modules-cw-3.5-3.2.0-134-generic-pae, linux-backports-modules-cw-3.6-3.2.0-134-generic-pae, linux-backports-modules-cw-3.7-3.2.0-134-generic-pae, linux-backports-modules-cw-3.8-3.2.0-134-generic-pae 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-pae_3.2.0-134.125_i386.deb Size: 2817704 SHA256: 1b74614831be58e148a90ff030d8ca6b42b37721790e72429fd98017979833f4 SHA1: cb9027ee72536a20c39439e153d660485db46011 MD5sum: 1d30285ed7899f330d72760483f9614b Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.10-generic-pae 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: 7969 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2817806 SHA256: cce820ac8542c264d80e8fa8ad6c3f2efb422d44b26fd6771c46cc79e4deb485 SHA1: dfe37671f7e229ff1953c7db9522863c229c81be MD5sum: adc89d8e4a17b3609998afde955d37ec Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7963 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2830784 SHA256: 20c6af6ec287f22a575c3b1c68672044b2b06ec238a120fdf084dbe03ba06499 SHA1: f34f636fff22f5af0ba0448ff8b3f73601836a0b MD5sum: fab8d3004fdb9387baf3b00798e578c7 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7970 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-135.126 Depends: linux-image-3.2.0-135-generic-pae Conflicts: linux-backports-modules-cw-3.11-3.2.0-135-generic-pae, linux-backports-modules-cw-3.12-3.2.0-135-generic-pae, linux-backports-modules-cw-3.3-3.2.0-135-generic-pae, linux-backports-modules-cw-3.4-3.2.0-135-generic-pae, linux-backports-modules-cw-3.5-3.2.0-135-generic-pae, linux-backports-modules-cw-3.6-3.2.0-135-generic-pae, linux-backports-modules-cw-3.7-3.2.0-135-generic-pae, linux-backports-modules-cw-3.8-3.2.0-135-generic-pae 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-pae_3.2.0-135.126_i386.deb Size: 2833582 SHA256: a18b4c17e80db31cccd6870879fb6f69412e772857bc13446699a4243c274d8d SHA1: 4731d9169c398168c6c6c03cd79cffb93035f18f MD5sum: ae9962add118625b2dff3c461ea737c5 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.10-generic-pae 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: 7969 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2832738 SHA256: c2ee1f7fee393e69622c440d1f50cade42f4eafea400f1525536b8ff0019f94a SHA1: 94e067d81944eff200032b55067dc74ff1a178e2 MD5sum: 0f8bcd15cb19b1393c76fa49a7152754 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7963 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2834070 SHA256: ec38f653039a0f73de1f790e87cb4f3300776e3b6949bc64a83ea7b54961f7c5 SHA1: ad6705f723dbbaea13c07fa6ddd41bfa9d685249 MD5sum: c44f20cc94c6fa952ea233ea90a8f9f6 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7970 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-136.127 Depends: linux-image-3.2.0-136-generic-pae Conflicts: linux-backports-modules-cw-3.11-3.2.0-136-generic-pae, linux-backports-modules-cw-3.12-3.2.0-136-generic-pae, linux-backports-modules-cw-3.3-3.2.0-136-generic-pae, linux-backports-modules-cw-3.4-3.2.0-136-generic-pae, linux-backports-modules-cw-3.5-3.2.0-136-generic-pae, linux-backports-modules-cw-3.6-3.2.0-136-generic-pae, linux-backports-modules-cw-3.7-3.2.0-136-generic-pae, linux-backports-modules-cw-3.8-3.2.0-136-generic-pae 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-pae_3.2.0-136.127_i386.deb Size: 2836762 SHA256: 72db6d5d6c81b32291b20b0533ae78a3846271291ef94892402cbb3fd19a99df SHA1: 4d4ed2b8b2f02ea557ce79200d309b8cced0b667 MD5sum: 705b137c78388f6ae412addb25b1dd5d Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.10-generic-pae 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: 7969 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2837820 SHA256: 032b6b498dfc1d0a097c3a4c98bdef97115e5cd491828b584848143307f998ac SHA1: d36d13fc122ad3e6dd76b49f53487f30c2bd897f MD5sum: e2dd0eb7c1672388b0260cf27ccf89c3 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7963 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2807792 SHA256: d44c335aeda1b38a93dd312f876b4689b0cc3c3cfebf78fef34650dc6cebbb69 SHA1: d240fc46a607f3ca0988f372a080862edafe194d MD5sum: 2793b1afcf6966f25b530588d8f6691c Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7970 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-137.129 Depends: linux-image-3.2.0-137-generic-pae Conflicts: linux-backports-modules-cw-3.11-3.2.0-137-generic-pae, linux-backports-modules-cw-3.12-3.2.0-137-generic-pae, linux-backports-modules-cw-3.3-3.2.0-137-generic-pae, linux-backports-modules-cw-3.4-3.2.0-137-generic-pae, linux-backports-modules-cw-3.5-3.2.0-137-generic-pae, linux-backports-modules-cw-3.6-3.2.0-137-generic-pae, linux-backports-modules-cw-3.7-3.2.0-137-generic-pae, linux-backports-modules-cw-3.8-3.2.0-137-generic-pae 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-pae_3.2.0-137.129_i386.deb Size: 2809572 SHA256: b685449117864b898c97e75123f2c716ecd4cd82b928a2beb2980200c5be5ccc SHA1: 6b2e41121d1f3378416c51623c93ae911ac06a57 MD5sum: 814ffcce790ad98d998bc17d1284e21f Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.10-generic-pae 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: 7969 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2811112 SHA256: 7a638280ebfebbc349243c9d38c4f7356a9a6d71bd6d2c97209b05ffb27396ac SHA1: 09e550d66ae8cf7e2739060c488c86c2b9206bc0 MD5sum: 1369e9192a42a4019cedc59cd7547752 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7963 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2835170 SHA256: 392e9e07b37b6e950fbc11769c8b78d148aa98e4399d6c79434660aa08517164 SHA1: ba33219931392c554729b986152791740de35bde MD5sum: 20ba99b04a3787100ba5b2ef90238aa4 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7970 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-138.130 Depends: linux-image-3.2.0-138-generic-pae Conflicts: linux-backports-modules-cw-3.11-3.2.0-138-generic-pae, linux-backports-modules-cw-3.12-3.2.0-138-generic-pae, linux-backports-modules-cw-3.3-3.2.0-138-generic-pae, linux-backports-modules-cw-3.4-3.2.0-138-generic-pae, linux-backports-modules-cw-3.5-3.2.0-138-generic-pae, linux-backports-modules-cw-3.6-3.2.0-138-generic-pae, linux-backports-modules-cw-3.7-3.2.0-138-generic-pae, linux-backports-modules-cw-3.8-3.2.0-138-generic-pae 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-pae_3.2.0-138.130_i386.deb Size: 2838470 SHA256: f5efd2d8d2cef7d37ba3cb835e140039048590bfecd285862a573fca3f34ccbe SHA1: 4a9c1545b1bb3b124103362504a448627b9cf0ff MD5sum: a16d7b4110250e5c9b9127f2046d1b5a Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.10-generic-pae 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: 7969 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2837532 SHA256: bdb19b23eaaa6c79f09e62da34b2f94dd5b51ba5d208721bbfd95cd96bbf850b SHA1: 0b8f3509a05e5428682e334993db67b8a4441fef MD5sum: 719e3bb7e31e411d128a542bb6982eb6 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7964 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2827088 SHA256: 395cb6ce3b5ca2343531df59c455303f0a6bfe0ad4220028d49cc6f66f88f901 SHA1: 28f53302c43d2d58151110a6af8e4907de7ff7e1 MD5sum: e5d510c8b4e8393bb17306565c85dc52 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7970 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-139.131 Depends: linux-image-3.2.0-139-generic-pae Conflicts: linux-backports-modules-cw-3.11-3.2.0-139-generic-pae, linux-backports-modules-cw-3.12-3.2.0-139-generic-pae, linux-backports-modules-cw-3.3-3.2.0-139-generic-pae, linux-backports-modules-cw-3.4-3.2.0-139-generic-pae, linux-backports-modules-cw-3.5-3.2.0-139-generic-pae, linux-backports-modules-cw-3.6-3.2.0-139-generic-pae, linux-backports-modules-cw-3.7-3.2.0-139-generic-pae, linux-backports-modules-cw-3.8-3.2.0-139-generic-pae 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-pae_3.2.0-139.131_i386.deb Size: 2832546 SHA256: 16ef35320549f305f5421c5eff314819d86d764694eac142baa7c9c13a38f26b SHA1: 871d21f70d7f338d2de0a2c99356e5df9f3e45fd MD5sum: 49d4ffc04505edc0d96864993d99f32a Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.10-generic-pae 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: 7969 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2832400 SHA256: 092a5defc1e82bb3028eb345f222d688577335c765dc01ba5f64f124a6504ce3 SHA1: 814f82f0c05ef1c78a87bac3b8fca72583d840f1 MD5sum: cbae3b16e79f288162f8f60a421c341c Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7964 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2829308 SHA256: ccba573641d41e7a6acc78cfa120e0a08cf033862f7975d4af5e9924a0e46337 SHA1: 541326808c22414f6a4df77edcd731ef5e315387 MD5sum: 4f186ff0bcb84798bfd4f788077040c6 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7970 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-140.132 Depends: linux-image-3.2.0-140-generic-pae Conflicts: linux-backports-modules-cw-3.11-3.2.0-140-generic-pae, linux-backports-modules-cw-3.12-3.2.0-140-generic-pae, linux-backports-modules-cw-3.3-3.2.0-140-generic-pae, linux-backports-modules-cw-3.4-3.2.0-140-generic-pae, linux-backports-modules-cw-3.5-3.2.0-140-generic-pae, linux-backports-modules-cw-3.6-3.2.0-140-generic-pae, linux-backports-modules-cw-3.7-3.2.0-140-generic-pae, linux-backports-modules-cw-3.8-3.2.0-140-generic-pae 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-pae_3.2.0-140.132_i386.deb Size: 2833610 SHA256: 632c5d285376b4faa32f805257dd81dd269885589b91a11ec7e3da0294a8ec9f SHA1: 1cb9db9430edaa40b49d02dc5f06e75205eec931 MD5sum: ecf030cc64c1ad501eb31a00e7d37cec Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.10-generic-pae 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: 7969 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2833202 SHA256: b1bb40a0762a391e37bb1792a36c5e8ba11d584f814c562a0acf29c45c3f9b9d SHA1: 8bc2318fd01ebc302ebc98421cc18d1514395dd1 MD5sum: 84e0f8a580532d824d6c817e9f552e74 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7964 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2832176 SHA256: 94da46f8e45e0b6602fbc1754d5504be283fe0ccf22896e011727de607f67cb1 SHA1: 14494a4e4d0497ccd1f746ae5deadc1ef5db9031 MD5sum: 19b7d8e9f3f95e8809fd2616d71bc4fb Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7970 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-141.133 Depends: linux-image-3.2.0-141-generic-pae Conflicts: linux-backports-modules-cw-3.11-3.2.0-141-generic-pae, linux-backports-modules-cw-3.12-3.2.0-141-generic-pae, linux-backports-modules-cw-3.3-3.2.0-141-generic-pae, linux-backports-modules-cw-3.4-3.2.0-141-generic-pae, linux-backports-modules-cw-3.5-3.2.0-141-generic-pae, linux-backports-modules-cw-3.6-3.2.0-141-generic-pae, linux-backports-modules-cw-3.7-3.2.0-141-generic-pae, linux-backports-modules-cw-3.8-3.2.0-141-generic-pae 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-pae_3.2.0-141.133_i386.deb Size: 2836302 SHA256: 71463f3a996f22ab9801b773d53efd535b12bf9454b760526930e8addba5f027 SHA1: f57efd8a57f6195b787c7b7ed3377c2acb5fcf95 MD5sum: 8034aca4b0be4d9950fc39a7a3631d19 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.10-generic-pae 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: 7969 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2836486 SHA256: 42b92f0bfc9eb0f6e7f185da867cf795b06632fd9b24f678744df54d17cda509 SHA1: 508bb635f5e550e3b7bb800c1698025bbed7c2b0 MD5sum: 21d85fb0a3b478154bdb0fcbe142bda4 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7964 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2819316 SHA256: eeb616cd71a22e351fb96018f1c4d784eae1beac69f5ad553711921d5510d75f SHA1: f3920d0f1372e9d0e7e4d2d06c4d4e8bc55e6a04 MD5sum: 71ad1f4bde712248d4c157596a71b06a Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7970 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-142.134 Depends: linux-image-3.2.0-142-generic-pae Conflicts: linux-backports-modules-cw-3.11-3.2.0-142-generic-pae, linux-backports-modules-cw-3.12-3.2.0-142-generic-pae, linux-backports-modules-cw-3.3-3.2.0-142-generic-pae, linux-backports-modules-cw-3.4-3.2.0-142-generic-pae, linux-backports-modules-cw-3.5-3.2.0-142-generic-pae, linux-backports-modules-cw-3.6-3.2.0-142-generic-pae, linux-backports-modules-cw-3.7-3.2.0-142-generic-pae, linux-backports-modules-cw-3.8-3.2.0-142-generic-pae 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-pae_3.2.0-142.134_i386.deb Size: 2821944 SHA256: 6734af57cf6249010b940ca3e78e6167d59de001febf6422f7044c0cf22d709d SHA1: 93f8ad1d7826f3c4e02f4b7cff0fb0fb7ed08d76 MD5sum: fda641438edc7e34ddc4ad986ab1115e Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.10-generic-pae 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: 7969 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2822358 SHA256: a22d2531f16434e6585d76eda2a8f50bfa4864690067be1c56904c6d5c6c1e12 SHA1: 3217335c18ce0a3970a51ebaef411b413d907c6a MD5sum: 60e34e05026683c20a652fcd77e5b822 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7964 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2804128 SHA256: 17a818195ddc59b878631ca91a9005457e75e0cf9556bb78a03689a264017acf SHA1: 5dd1d812c01fea0e4af0b462537528695aa0a750 MD5sum: 549697991472d6a550af17cf53bd838d Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7971 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-143.135 Depends: linux-image-3.2.0-143-generic-pae Conflicts: linux-backports-modules-cw-3.11-3.2.0-143-generic-pae, linux-backports-modules-cw-3.12-3.2.0-143-generic-pae, linux-backports-modules-cw-3.3-3.2.0-143-generic-pae, linux-backports-modules-cw-3.4-3.2.0-143-generic-pae, linux-backports-modules-cw-3.5-3.2.0-143-generic-pae, linux-backports-modules-cw-3.6-3.2.0-143-generic-pae, linux-backports-modules-cw-3.7-3.2.0-143-generic-pae, linux-backports-modules-cw-3.8-3.2.0-143-generic-pae 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-pae_3.2.0-143.135_i386.deb Size: 2808062 SHA256: a7a5e08081308b7ddaccc31692cba2d8f22787713af7ad12affd2f29a3aa5553 SHA1: 024f67e21ecd4b2f3c768694f99f95586e6dabb2 MD5sum: 3e59234fa5e8dfe5d0d79be1f4719bad Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.10-generic-pae 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: 7969 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2807190 SHA256: 0354a20e4f41a7f546c7d19e8db005ba1703e4202d667f220bde2b950df0fc73 SHA1: ea393a05bd6eed71cf54ead0673af3878024d47d MD5sum: af7ada1ee09aae5121d223b49077c879 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7964 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2827852 SHA256: 417eba325ab6e6fb129c47d63fa0eca6d953d0e7ae7505e4b3fabd242729c100 SHA1: 0bfc066ddb585b4e85b0a0db49ec0cc3380ebc44 MD5sum: d226cc5cb4a6b4d530db5919ff7d8189 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7971 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-144.136 Depends: linux-image-3.2.0-144-generic-pae Conflicts: linux-backports-modules-cw-3.11-3.2.0-144-generic-pae, linux-backports-modules-cw-3.12-3.2.0-144-generic-pae, linux-backports-modules-cw-3.3-3.2.0-144-generic-pae, linux-backports-modules-cw-3.4-3.2.0-144-generic-pae, linux-backports-modules-cw-3.5-3.2.0-144-generic-pae, linux-backports-modules-cw-3.6-3.2.0-144-generic-pae, linux-backports-modules-cw-3.7-3.2.0-144-generic-pae, linux-backports-modules-cw-3.8-3.2.0-144-generic-pae 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-pae_3.2.0-144.136_i386.deb Size: 2829874 SHA256: b5104de58e1fe66c43ba441a999fb696c45487f6351d8cb8c8728efa7b0799f0 SHA1: cb58663b26634957f08cb96f12c89ad8061ba899 MD5sum: bc70ba4d36a7b3f6a366a7a6aa315d6b Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.10-generic-pae 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: 7969 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2830212 SHA256: 85235afd131eb003e18ef23d2ac2b0b8c906c896c194ad7a23b69168451453c4 SHA1: 942acf3a1b1b8c98719b5ec93b8f6d79c7fe3526 MD5sum: d617bb1aacd2c48aa9a8e83d149fae24 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7964 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2843408 SHA256: 3f424a7c213d8b0e7e764c8caf9ad45354d812571619c1b0af3c33b9afc2b33b SHA1: 7681911b157c1de0551f3698b3d53218edf6b232 MD5sum: 3fd9bbbea3f4e6a97e0b312de506fa5e Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7971 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-147.138 Depends: linux-image-3.2.0-147-generic-pae Conflicts: linux-backports-modules-cw-3.11-3.2.0-147-generic-pae, linux-backports-modules-cw-3.12-3.2.0-147-generic-pae, linux-backports-modules-cw-3.3-3.2.0-147-generic-pae, linux-backports-modules-cw-3.4-3.2.0-147-generic-pae, linux-backports-modules-cw-3.5-3.2.0-147-generic-pae, linux-backports-modules-cw-3.6-3.2.0-147-generic-pae, linux-backports-modules-cw-3.7-3.2.0-147-generic-pae, linux-backports-modules-cw-3.8-3.2.0-147-generic-pae 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-pae_3.2.0-147.138_i386.deb Size: 2847144 SHA256: 22b9f0cb9a55a0a3be187bd09137388e56e9286884a502664a9e03cf03dd24c5 SHA1: a733de1a93ee6b18372d13596598be73dd1b5c35 MD5sum: 53102714a83270f1a000188704865487 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.10-generic-pae 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: 7969 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2847052 SHA256: 0fc0a1081bf0343f123d314b55623b02f88cd1d0c624dc97e58b798fb5b711ac SHA1: 21fc08870855ea05977e4ea3abd0ab271b40dda7 MD5sum: c521ad628217eedaf975d23e3cadd2cb Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7964 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2831522 SHA256: a1f948f3ae2d91c6415893b3b1460c57601e555819da16efe1ad25a61b4a8ba7 SHA1: ba93ac9530c8cdefe54562bf5397c94fddbf2490 MD5sum: d389a393a1030e775b695a34bdd507cf Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7971 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-148.139 Depends: linux-image-3.2.0-148-generic-pae Conflicts: linux-backports-modules-cw-3.11-3.2.0-148-generic-pae, linux-backports-modules-cw-3.12-3.2.0-148-generic-pae, linux-backports-modules-cw-3.3-3.2.0-148-generic-pae, linux-backports-modules-cw-3.4-3.2.0-148-generic-pae, linux-backports-modules-cw-3.5-3.2.0-148-generic-pae, linux-backports-modules-cw-3.6-3.2.0-148-generic-pae, linux-backports-modules-cw-3.7-3.2.0-148-generic-pae, linux-backports-modules-cw-3.8-3.2.0-148-generic-pae 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-pae_3.2.0-148.139_i386.deb Size: 2835138 SHA256: 72cb0831caaac22ff346a16bd8306111914cbd33b738fab89d6cb09bc7b99423 SHA1: fad73f3bce2f849e22a0141cf884e0330bf56140 MD5sum: 868584c0126684e65900bbfb6f15ccdd Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.10-generic-pae 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: 7969 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2835266 SHA256: 9a0f4d53009d5bd36369ba716e28c5ef1b464aa0207dbb92f569b1ff634ce92d SHA1: 3aa5411083a0fd4bbf497515a6d3f282ec27604b MD5sum: 18b10d31a2a06d5ce84b1f1ee87f1d03 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7964 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2797296 SHA256: d226e7cc8fc947574ebf9ed7fc6cc15c8e6d9d72767fa3b484b9e10e5206df94 SHA1: 8a58bdaa7cf903418059996b9af92454f78a292b MD5sum: b7f7b09e248bbbbf72d3a6775b8c8308 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7971 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-149.140 Depends: linux-image-3.2.0-149-generic-pae Conflicts: linux-backports-modules-cw-3.11-3.2.0-149-generic-pae, linux-backports-modules-cw-3.12-3.2.0-149-generic-pae, linux-backports-modules-cw-3.3-3.2.0-149-generic-pae, linux-backports-modules-cw-3.4-3.2.0-149-generic-pae, linux-backports-modules-cw-3.5-3.2.0-149-generic-pae, linux-backports-modules-cw-3.6-3.2.0-149-generic-pae, linux-backports-modules-cw-3.7-3.2.0-149-generic-pae, linux-backports-modules-cw-3.8-3.2.0-149-generic-pae 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-pae_3.2.0-149.140_i386.deb Size: 2800910 SHA256: 332c5ad8ed54a55e46181f100f1350a3f62ebc39131323daa09f747c5ceb21f7 SHA1: fc7289b4659ae198b51a5aa34f3aab4ba1d9dd79 MD5sum: 44c75bf711b64c2165614844dd97879b Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.10-generic-pae 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: 7969 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2801386 SHA256: ab5ed6a4f9ddc6672d9003bc7180d7a754babde2c31663c1e21dbfce865b9041 SHA1: b8b6386e428107ae4e37d0f0b5b637faf3135489 MD5sum: 113fd7d5fab0787297368bbbf85cc179 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7964 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2811816 SHA256: 71af9cc982bd050964eeae3780bba7a31de95120eb49b371ecc51c406ec56714 SHA1: d6875651cdf6f691de311237439c3a49f435dc21 MD5sum: 48d546d9038523448ccfc0c99469ba02 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7971 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-150.141 Depends: linux-image-3.2.0-150-generic-pae Conflicts: linux-backports-modules-cw-3.11-3.2.0-150-generic-pae, linux-backports-modules-cw-3.12-3.2.0-150-generic-pae, linux-backports-modules-cw-3.3-3.2.0-150-generic-pae, linux-backports-modules-cw-3.4-3.2.0-150-generic-pae, linux-backports-modules-cw-3.5-3.2.0-150-generic-pae, linux-backports-modules-cw-3.6-3.2.0-150-generic-pae, linux-backports-modules-cw-3.7-3.2.0-150-generic-pae, linux-backports-modules-cw-3.8-3.2.0-150-generic-pae 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-pae_3.2.0-150.141_i386.deb Size: 2817600 SHA256: 28fbd768321cf168f4bdf8aecc8fa3bcf98d622a6ed03828c7b1fac6ab243230 SHA1: 12c23a20e8bce954bf839407b3d8b5efa674d348 MD5sum: a8bc6371afd161b708b94df155f3026e Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.10-generic-pae 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: 7969 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2817272 SHA256: 256eac9304ca0f9bcb9ecc0a48272da348108b4efaa1a70d1ef06ae8ccbd602f SHA1: f7743e0d0c6901d291a0fe08cf687c51aea14374 MD5sum: 263cda017dae7f5fa4da7bc378a0eeb8 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: i386 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_i386.deb Size: 2530 SHA256: eb317bb88d93580699de7dee78853fa6cf20d2dd256e9dd6bc875421fcafe40b SHA1: 57b052bbb71d00e0b7d37701e29ac79819dc65fd MD5sum: b1e276cfd0b12142eb10dc89159da0ef 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.10-precise-generic-pae Source: linux-meta Priority: optional Section: devel Installed-Size: 34 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0.150.164 Depends: linux-backports-modules-cw-3.10-3.2.0-150-generic-pae Filename: pool/main/l/linux-meta/linux-backports-modules-cw-3.10-precise-generic-pae_3.2.0.150.164_i386.deb Size: 2538 SHA256: 1be0cb2f6c7173d1351d1a6c826070f03c0dadcaa8b2a5c8ce2a3fa8c35a68ae SHA1: 7440df8a5263ac39c6c27fe6b85e842d7ccfbd36 MD5sum: 856b52f4d678c232b16cf4151d3c83d6 Description: Backported wireless drivers for generic-pae 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: 8072 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2841402 SHA256: 621341a690e27ebc97dd752d1e87db7985f26565d631e1c5cd7f0d67122cea32 SHA1: ac849460a6294a41a81296c56b2b86e4d80ecfad MD5sum: 28768a4c1680089509e647db6c02399c Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 8078 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-128.119 Depends: linux-image-3.2.0-128-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-128-generic-pae, linux-backports-modules-cw-3.12-3.2.0-128-generic-pae, linux-backports-modules-cw-3.3-3.2.0-128-generic-pae, linux-backports-modules-cw-3.4-3.2.0-128-generic-pae, linux-backports-modules-cw-3.5-3.2.0-128-generic-pae, linux-backports-modules-cw-3.6-3.2.0-128-generic-pae, linux-backports-modules-cw-3.7-3.2.0-128-generic-pae, linux-backports-modules-cw-3.8-3.2.0-128-generic-pae 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-pae_3.2.0-128.119_i386.deb Size: 2843542 SHA256: 3ea5ab3a48c15c8141543127e4fc301a79ead2f4a94367c6b5e1f75e59498de2 SHA1: 5ffd93c85747e4c2dcba733ac438fa9a2e628d93 MD5sum: a8b341a213d5153345c740c83c7d0f7d Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.11-generic-pae 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: 8077 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2843670 SHA256: f2f5d264f17c09e777ecebd9e0482aeffb1f7b71175aa3a84f4062cec9a3570a SHA1: 0c3ea5da66b6c306a0bf74e6d5e811c3e889efa0 MD5sum: 848a93e0cdd348b0d4325631c1414fb2 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 8072 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2877800 SHA256: 063685e2f83a80ee676beb4ec55cfb1b601d7275c473d8ba05614691e0a50a30 SHA1: 5ced659a5b550f4b9d6c1bd28b1279bc7cca1786 MD5sum: 9d070d4cf3a03162a20b316efa276d7e Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 8078 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-129.120 Depends: linux-image-3.2.0-129-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-129-generic-pae, linux-backports-modules-cw-3.12-3.2.0-129-generic-pae, linux-backports-modules-cw-3.3-3.2.0-129-generic-pae, linux-backports-modules-cw-3.4-3.2.0-129-generic-pae, linux-backports-modules-cw-3.5-3.2.0-129-generic-pae, linux-backports-modules-cw-3.6-3.2.0-129-generic-pae, linux-backports-modules-cw-3.7-3.2.0-129-generic-pae, linux-backports-modules-cw-3.8-3.2.0-129-generic-pae 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-pae_3.2.0-129.120_i386.deb Size: 2879946 SHA256: 311592acb89a57b43a8563138e5660bb7f8d9a5d5ebb3749b42488ac228893e0 SHA1: f677a0e30ac4304d4f5960fc0c2e5c9ae60e7ec7 MD5sum: e6158db460bebdf9b02c75695d120dc2 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.11-generic-pae 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: 8077 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2880034 SHA256: 406f68546338cd26f7e5d213b58bcc623a9f669bde6905a3ae5eef4c743a1e38 SHA1: 101ef5bfed54ce4b57b481a90cb80d397a24f524 MD5sum: 994addbbd9f133fcce845592355a8f70 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 8072 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2870168 SHA256: 9342d3c898390dd0dd40b80c400b5834cbb0c9bf47e5317021a10a66d6ae7c17 SHA1: 17fc76dbb81f3519b316aabbd4e15e0d58d7eaaa MD5sum: 6502da37e08b20bfda1bf7d0070e6f8b Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 8078 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-130.121 Depends: linux-image-3.2.0-130-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-130-generic-pae, linux-backports-modules-cw-3.12-3.2.0-130-generic-pae, linux-backports-modules-cw-3.3-3.2.0-130-generic-pae, linux-backports-modules-cw-3.4-3.2.0-130-generic-pae, linux-backports-modules-cw-3.5-3.2.0-130-generic-pae, linux-backports-modules-cw-3.6-3.2.0-130-generic-pae, linux-backports-modules-cw-3.7-3.2.0-130-generic-pae, linux-backports-modules-cw-3.8-3.2.0-130-generic-pae 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-pae_3.2.0-130.121_i386.deb Size: 2873410 SHA256: 9092f54fd2a301b30a1cfceccf7e8ca7b6a22d3dc148a36b788bcb26326399d7 SHA1: 64a8827a2b745f01f5aff9b547d6bbb19e339577 MD5sum: a939e4e966e87d32bcde92d5e2d53e9c Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.11-generic-pae 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: 8077 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2873138 SHA256: e3cb2eee716797df689abe9a97e88084795bc1eb49f20f67d6102d0a170a5c91 SHA1: 372aa576986ad25a774114ad35ed57377af6757c MD5sum: 9cebfee663e67b2ecee2c82381e3cc01 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 8072 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2862514 SHA256: 50ea21f2b045a2b9192195231bbcfce7ebc398ed70692501c20ed464d99d809a SHA1: f26a0294379aac1991e27322754be92a8acbe898 MD5sum: ad4924c647a4aaef80f84e6d499d90ef Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 8078 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-131.122 Depends: linux-image-3.2.0-131-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-131-generic-pae, linux-backports-modules-cw-3.12-3.2.0-131-generic-pae, linux-backports-modules-cw-3.3-3.2.0-131-generic-pae, linux-backports-modules-cw-3.4-3.2.0-131-generic-pae, linux-backports-modules-cw-3.5-3.2.0-131-generic-pae, linux-backports-modules-cw-3.6-3.2.0-131-generic-pae, linux-backports-modules-cw-3.7-3.2.0-131-generic-pae, linux-backports-modules-cw-3.8-3.2.0-131-generic-pae 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-pae_3.2.0-131.122_i386.deb Size: 2866432 SHA256: e98329addb36b355b361b0d6846bc9e33ed6ea47034e18932f84344a39c055c2 SHA1: c9ff57da180550d875c1019d244ce1102e937d50 MD5sum: f2caf50dc69043a3bfb75855bcb0cddd Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.11-generic-pae 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: 8077 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2866178 SHA256: f090f7c3cea4544a3e03142b38287a9b71d9257cdd6f00bfa0f2d15fb620a5b8 SHA1: 3b8b1b9feae91d6919a645f56d348a2d4b083ec1 MD5sum: f23645ebc8196a04baa3fe0f8788c846 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 8072 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2858454 SHA256: c2250c96ed7a7698c7fc32533ec4e764b919323910085874a66278f02350c9ea SHA1: dc97fb18b76faa3764407f1650165f5836e5d331 MD5sum: 83485dde4b3efdff78a57c51c76b2000 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 8078 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-132.123 Depends: linux-image-3.2.0-132-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-132-generic-pae, linux-backports-modules-cw-3.12-3.2.0-132-generic-pae, linux-backports-modules-cw-3.3-3.2.0-132-generic-pae, linux-backports-modules-cw-3.4-3.2.0-132-generic-pae, linux-backports-modules-cw-3.5-3.2.0-132-generic-pae, linux-backports-modules-cw-3.6-3.2.0-132-generic-pae, linux-backports-modules-cw-3.7-3.2.0-132-generic-pae, linux-backports-modules-cw-3.8-3.2.0-132-generic-pae 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-pae_3.2.0-132.123_i386.deb Size: 2857898 SHA256: 6d8eb98a26a6b09805dff0bd869941022c93d8c10ef0f8677ca3eaa773c67cd4 SHA1: 38aa9bb7e9d611e358bea593a0a44464d564d220 MD5sum: 4defc87b1ab5d1652117b661abe99073 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.11-generic-pae 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: 8077 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2858730 SHA256: 17b0041261f390ae15cfbc9962970e34d73a7225a8cb90249f9e447b0f20d639 SHA1: 3193bc9880526eb908422d8ce40b8237871a348a MD5sum: 057f3ce3bd9bb9b26b022682632c817f Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 8072 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2858486 SHA256: a2c5e7679fdaea4d1b179da951b30b8ac8e3b7a03e6d56700f888a3d7799f079 SHA1: 4e5ed2633edfd60d2d408c3506918f665d311a3c MD5sum: ac2061fad62e5a7ad151fde99cf6065a Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 8078 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-133.124 Depends: linux-image-3.2.0-133-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-133-generic-pae, linux-backports-modules-cw-3.12-3.2.0-133-generic-pae, linux-backports-modules-cw-3.3-3.2.0-133-generic-pae, linux-backports-modules-cw-3.4-3.2.0-133-generic-pae, linux-backports-modules-cw-3.5-3.2.0-133-generic-pae, linux-backports-modules-cw-3.6-3.2.0-133-generic-pae, linux-backports-modules-cw-3.7-3.2.0-133-generic-pae, linux-backports-modules-cw-3.8-3.2.0-133-generic-pae 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-pae_3.2.0-133.124_i386.deb Size: 2857558 SHA256: 98538fb28039ad9e1983e5e056420825aea2f058e6af6bdaeb1069f984400fa4 SHA1: 0e11b573fa0bbf812b6d113191317d1c2400fa5e MD5sum: a498e01042c50b34ff2fd701c4e6eee2 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.11-generic-pae 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: 8077 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2859194 SHA256: ff837156f828c698336d96edcbe8d742c770f2c45e5badbfd40fab92353b1390 SHA1: ad31cff2912ff23070954f8723f800d61f748ef5 MD5sum: 9b7cfa4c8d8b829f6cd5eb6ca5baebd6 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 8072 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2842616 SHA256: 64a80826e320f2254071b26701911fbda69fb1f1e66b60e8634703f704ee0e87 SHA1: 484420ceef47ac4e964f1eac691654ad8b1af7a0 MD5sum: 5f460fcb8c3579707038a8c81d1ca587 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 8078 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-134.125 Depends: linux-image-3.2.0-134-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-134-generic-pae, linux-backports-modules-cw-3.12-3.2.0-134-generic-pae, linux-backports-modules-cw-3.3-3.2.0-134-generic-pae, linux-backports-modules-cw-3.4-3.2.0-134-generic-pae, linux-backports-modules-cw-3.5-3.2.0-134-generic-pae, linux-backports-modules-cw-3.6-3.2.0-134-generic-pae, linux-backports-modules-cw-3.7-3.2.0-134-generic-pae, linux-backports-modules-cw-3.8-3.2.0-134-generic-pae 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-pae_3.2.0-134.125_i386.deb Size: 2844256 SHA256: 8127824f3e9f9c0e7f020919cb5bb51dc3830fd0cf5d62c9525d63e9978c13c2 SHA1: 282fe52e5ff6e854ba66f67616451509a3c1fbf8 MD5sum: 4b3dc7b692fa3076f088e223fa4bf67a Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.11-generic-pae 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: 8077 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2845810 SHA256: 7e0d5b382736d0ef2175bf3b12cf350a9842fe9efa44e8b560fb4ee35b845ded SHA1: fad24a0c41ba535fc4f13b3dd78357ecf4f2fc11 MD5sum: 0f0ea65a64460fc93ba5f677f231e603 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 8072 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2858872 SHA256: a95db6e96757b3550993f41410665bae7213ec5d5740b05a0f5cb192052c3af1 SHA1: 2c51ccb924060b75cfadfd44c35bb380f8a74c03 MD5sum: 23712a32e2c0e6885eb4fec22e403b0b Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 8078 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-135.126 Depends: linux-image-3.2.0-135-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-135-generic-pae, linux-backports-modules-cw-3.12-3.2.0-135-generic-pae, linux-backports-modules-cw-3.3-3.2.0-135-generic-pae, linux-backports-modules-cw-3.4-3.2.0-135-generic-pae, linux-backports-modules-cw-3.5-3.2.0-135-generic-pae, linux-backports-modules-cw-3.6-3.2.0-135-generic-pae, linux-backports-modules-cw-3.7-3.2.0-135-generic-pae, linux-backports-modules-cw-3.8-3.2.0-135-generic-pae 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-pae_3.2.0-135.126_i386.deb Size: 2863168 SHA256: e6fe73b275bf20899e1c45fb1d6b0e8cf1c6e46617e9889a19a36b6ddc93e5cc SHA1: 714454478ac7d320adc70ed6d8e34206bcfe69a1 MD5sum: 89722ac80b4218343e93654c669e0513 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.11-generic-pae 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: 8077 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2862906 SHA256: 96cdfc2c43fb7e028b55980d9b99dcbc97e8fb27b3d09c5b230abf9ffebe3c2a SHA1: 326c71c5d649ee051e5efda3141580f5f5bde13d MD5sum: a7e8b54c1f53bf80675dc38770c63148 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 8072 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2862860 SHA256: a4543448a93adff7c20eac550bf6d4e71418830941caa87657400f8c1ff18928 SHA1: aa4f61925c2f31b3a757a5b34689bbed44a8447d MD5sum: 8156e1ba9c8e9a1d501b2e1c65b7ab19 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 8078 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-136.127 Depends: linux-image-3.2.0-136-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-136-generic-pae, linux-backports-modules-cw-3.12-3.2.0-136-generic-pae, linux-backports-modules-cw-3.3-3.2.0-136-generic-pae, linux-backports-modules-cw-3.4-3.2.0-136-generic-pae, linux-backports-modules-cw-3.5-3.2.0-136-generic-pae, linux-backports-modules-cw-3.6-3.2.0-136-generic-pae, linux-backports-modules-cw-3.7-3.2.0-136-generic-pae, linux-backports-modules-cw-3.8-3.2.0-136-generic-pae 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-pae_3.2.0-136.127_i386.deb Size: 2868002 SHA256: fca0c85df1ae360971bbce5052c8a6ef8d46c053352da289723c7f3ba17cbc9c SHA1: 2b7a4d2d8c4c8002e39e54b24129022f89fe0552 MD5sum: 03c1cc7517c1714797f4939bd4a4b431 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.11-generic-pae 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: 8077 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2868212 SHA256: 715f13297ce94b6343111391cad6ff3ea54025608ada13488c565c0f7e8b4218 SHA1: 63c014e22686f3ff1f8278b72ff56d2a844a2dd8 MD5sum: 48483bcd021bfe546f235dabcc5ef2a1 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 8072 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2838680 SHA256: 8fffe8211c51a34e8213a20cf01b254e811b19d4ccfd4b2f96e2c22f0481d22c SHA1: b05a6f65667cf75c86c189f3d9c3b53c47c250e3 MD5sum: deb6c068f4cb0897799b2c314668f9d0 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 8079 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-137.129 Depends: linux-image-3.2.0-137-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-137-generic-pae, linux-backports-modules-cw-3.12-3.2.0-137-generic-pae, linux-backports-modules-cw-3.3-3.2.0-137-generic-pae, linux-backports-modules-cw-3.4-3.2.0-137-generic-pae, linux-backports-modules-cw-3.5-3.2.0-137-generic-pae, linux-backports-modules-cw-3.6-3.2.0-137-generic-pae, linux-backports-modules-cw-3.7-3.2.0-137-generic-pae, linux-backports-modules-cw-3.8-3.2.0-137-generic-pae 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-pae_3.2.0-137.129_i386.deb Size: 2843058 SHA256: d313af9bf64ad51d6edc8e0bc80fd67ca031b0fccefe82a3ac6217c7dce6a078 SHA1: 8ebde62e8c0c19f756e6138c0e41422394aabafb MD5sum: 110fb7cd99beb1b204434d95896e2d50 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.11-generic-pae 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: 8077 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2841564 SHA256: e7a51073be3face4d38a3869b9d8e646cb0e8b3ff5b93abd6f2336b248657c59 SHA1: 388e854273c2d9b5468cc4358a9ed42ffdeabe5c MD5sum: ba41f38b40eab8b2ec7f6da0a413864a Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 8072 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2863074 SHA256: 6c26cb64da99b55518a51e830c082e11f78df2fb370ed651ce0efdc89d33c175 SHA1: 9a8b88f6650681ad0c0c56bf1b1a3abdabd5f893 MD5sum: f01374f08c336237607fe5816fe2a5dd Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 8079 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-138.130 Depends: linux-image-3.2.0-138-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-138-generic-pae, linux-backports-modules-cw-3.12-3.2.0-138-generic-pae, linux-backports-modules-cw-3.3-3.2.0-138-generic-pae, linux-backports-modules-cw-3.4-3.2.0-138-generic-pae, linux-backports-modules-cw-3.5-3.2.0-138-generic-pae, linux-backports-modules-cw-3.6-3.2.0-138-generic-pae, linux-backports-modules-cw-3.7-3.2.0-138-generic-pae, linux-backports-modules-cw-3.8-3.2.0-138-generic-pae 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-pae_3.2.0-138.130_i386.deb Size: 2864652 SHA256: 7cc0026f8769d3ae8f135cc8bffeeb21768abfeadf925827f8707001bc152d10 SHA1: 2e7bac9001b8c6527b94b031696367ed3064483b MD5sum: ba41a7a8e6c3d9241927bce0a4165889 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.11-generic-pae 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: 8077 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2865454 SHA256: c2bd0eb0f3ac8ce2b0e1d6e2e6e0ba55c34f0b302b11e0c582b1dfbe6ec73dbf SHA1: 6d1230e41d2c259c86298d58127d1a192f4258e1 MD5sum: 8e6426ba26fc038d6fe7aceec15f7c80 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 8072 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2852348 SHA256: fe1cb94bd35f1454893f3edcaeb97b7e72f1d22e48c437fe7944136551ad2431 SHA1: 002ebfa44e485ee5be1a69e8a4c1eff7318a9d6f MD5sum: fdea2974f8aac504c7742de0a739385b Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 8079 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-139.131 Depends: linux-image-3.2.0-139-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-139-generic-pae, linux-backports-modules-cw-3.12-3.2.0-139-generic-pae, linux-backports-modules-cw-3.3-3.2.0-139-generic-pae, linux-backports-modules-cw-3.4-3.2.0-139-generic-pae, linux-backports-modules-cw-3.5-3.2.0-139-generic-pae, linux-backports-modules-cw-3.6-3.2.0-139-generic-pae, linux-backports-modules-cw-3.7-3.2.0-139-generic-pae, linux-backports-modules-cw-3.8-3.2.0-139-generic-pae 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-pae_3.2.0-139.131_i386.deb Size: 2855884 SHA256: 0e9ae863477e8678a32a68b3a7ef39a91b50fa78de2d46c8fac1c4514acc66fd SHA1: 00fc8d161b62596c8fbf5c73086a45197228ab94 MD5sum: b20fc60fc7848e740b602234959f8b0f Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.11-generic-pae 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: 8077 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2855474 SHA256: c528676fa5c1cfd79dc01e489221bbb312cffabbefa3d6e4c13b171ab788d626 SHA1: a0720e14faf66b0c2f8abcef9e50b4854a5cbb14 MD5sum: 4f35cdc7c41c7e7d828b1db839985307 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 8072 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2859066 SHA256: ba33144525f951727953dd65837fa59df95bc49ae55d0f4cac4c147d8e8827a4 SHA1: afa983426abb5b96dc3bb48b53f0098d9fd116dc MD5sum: 85a13c4d756f9c258569dcfa788e5914 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 8079 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-140.132 Depends: linux-image-3.2.0-140-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-140-generic-pae, linux-backports-modules-cw-3.12-3.2.0-140-generic-pae, linux-backports-modules-cw-3.3-3.2.0-140-generic-pae, linux-backports-modules-cw-3.4-3.2.0-140-generic-pae, linux-backports-modules-cw-3.5-3.2.0-140-generic-pae, linux-backports-modules-cw-3.6-3.2.0-140-generic-pae, linux-backports-modules-cw-3.7-3.2.0-140-generic-pae, linux-backports-modules-cw-3.8-3.2.0-140-generic-pae 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-pae_3.2.0-140.132_i386.deb Size: 2861590 SHA256: c0945defe73ce24c886b2d83cbb461ca1e1e32d30deb03ba4da9dca583ffc86e SHA1: 78bdc7c6eb9d87b95f4d9ab746b844c4f4499188 MD5sum: 13e2457e5feb7bd28360362da26e15e7 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.11-generic-pae 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: 8077 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2863726 SHA256: 788628566a900209c14e2729bccf3be4c5ccd3299dc55615bacc13e3f7bcd5e1 SHA1: a265279ae13cbe9ca9347fd96a2a175e8bd97f5b MD5sum: be051ee3fdf634400cc1505635c61969 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 8072 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2863654 SHA256: a8b569eb3dc187aca08cbf2e8be986f8157a35a3d1b01844b93f78f8698f0082 SHA1: a791d10d0eb0c9ef280e8419a4c7f83c5dea618d MD5sum: 8e03dc4c379e4c1625f409744a29c9fa Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 8079 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-141.133 Depends: linux-image-3.2.0-141-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-141-generic-pae, linux-backports-modules-cw-3.12-3.2.0-141-generic-pae, linux-backports-modules-cw-3.3-3.2.0-141-generic-pae, linux-backports-modules-cw-3.4-3.2.0-141-generic-pae, linux-backports-modules-cw-3.5-3.2.0-141-generic-pae, linux-backports-modules-cw-3.6-3.2.0-141-generic-pae, linux-backports-modules-cw-3.7-3.2.0-141-generic-pae, linux-backports-modules-cw-3.8-3.2.0-141-generic-pae 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-pae_3.2.0-141.133_i386.deb Size: 2866960 SHA256: 4c8b3333cae537f6646319313c0c4cdc30e91f09cc55bd49e5521c4e16bf5435 SHA1: 64a201a8f963896a5958e0e2e8d692fb0e21521a MD5sum: 2230be67f7ed09cdfaa55b1a5f4c6eac Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.11-generic-pae 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: 8077 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2867868 SHA256: d37fb2a4b6d6cf9e5e41684b94c6534d28a04299e4bf5a742912c95244357a43 SHA1: c60391cbee3cdaab302603dc7722ca6b66231aa4 MD5sum: dd1b10fc20a7f4cbba1b61efe51fda13 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 8072 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2850804 SHA256: 28c63e7c68ba3bedcfd909519ae8a46d872d4fb17d2c70ab3a2b4819f9af6246 SHA1: b8c57d54240a4f3fe16b2f25e8194a4e43c975bc MD5sum: c4bc0ad6f8ffbadcb3af74433e7fb3ae Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 8079 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-142.134 Depends: linux-image-3.2.0-142-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-142-generic-pae, linux-backports-modules-cw-3.12-3.2.0-142-generic-pae, linux-backports-modules-cw-3.3-3.2.0-142-generic-pae, linux-backports-modules-cw-3.4-3.2.0-142-generic-pae, linux-backports-modules-cw-3.5-3.2.0-142-generic-pae, linux-backports-modules-cw-3.6-3.2.0-142-generic-pae, linux-backports-modules-cw-3.7-3.2.0-142-generic-pae, linux-backports-modules-cw-3.8-3.2.0-142-generic-pae 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-pae_3.2.0-142.134_i386.deb Size: 2854270 SHA256: 91be559a934eb5773a87c25239f5c9b0f2abf9f335b39b72cae20ac08379b861 SHA1: 7e8aff3f23fdae9889e2d740ad9dc25d73f72dd8 MD5sum: 9bdba63204bf6cb6d5440a629be1750d Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.11-generic-pae 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: 8077 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2854502 SHA256: 02479a623e45355cf550cc0f063cad60deedb7e1fdb32df895a08be54925b5b6 SHA1: 963aa740c03b2a5e1268c9398264f57c83574929 MD5sum: b17b0cf06d7a0767a96b300c6b4a8e3f Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 8072 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2826968 SHA256: 020d249c57e78e0dd298ac7fc1f4c9f8ae534bde41a790c56a80b995511e54f4 SHA1: 1f173a35bc84bf477d6083ad3451c8ad596fad42 MD5sum: 424cd421a39e0ee44baeac5e58af9559 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 8079 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-143.135 Depends: linux-image-3.2.0-143-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-143-generic-pae, linux-backports-modules-cw-3.12-3.2.0-143-generic-pae, linux-backports-modules-cw-3.3-3.2.0-143-generic-pae, linux-backports-modules-cw-3.4-3.2.0-143-generic-pae, linux-backports-modules-cw-3.5-3.2.0-143-generic-pae, linux-backports-modules-cw-3.6-3.2.0-143-generic-pae, linux-backports-modules-cw-3.7-3.2.0-143-generic-pae, linux-backports-modules-cw-3.8-3.2.0-143-generic-pae 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-pae_3.2.0-143.135_i386.deb Size: 2830542 SHA256: 3724a9f4d707fc29e60403c1aba3fa3b164e4682abcd21734720fbdee9ace197 SHA1: 8fde4dc2511698069218bf475a7672a9c5602b15 MD5sum: 3d1ea1d6ff398fa7b2958dd219d8b855 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.11-generic-pae 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: 8077 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2830624 SHA256: 8ee0c3b801301b21e21915e9501eacae66cdd65ad4f34c579c76b82fcd007c05 SHA1: dc707cb7112e1c001c0cb25645e91235f1ac6f7f MD5sum: 4ba5eacfd5c1f4a6f0e49b4d0eed2426 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 8072 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2855776 SHA256: 93c4b5ea6dc230d4c9518abe65fccdfaded1472cd408506a2137a8a4b8893a12 SHA1: 5a02d53cefe1c1b89847850c88b945391f6b1b05 MD5sum: 1f79538a33c826d8b3cad99a0fb2531a Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 8079 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-144.136 Depends: linux-image-3.2.0-144-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-144-generic-pae, linux-backports-modules-cw-3.12-3.2.0-144-generic-pae, linux-backports-modules-cw-3.3-3.2.0-144-generic-pae, linux-backports-modules-cw-3.4-3.2.0-144-generic-pae, linux-backports-modules-cw-3.5-3.2.0-144-generic-pae, linux-backports-modules-cw-3.6-3.2.0-144-generic-pae, linux-backports-modules-cw-3.7-3.2.0-144-generic-pae, linux-backports-modules-cw-3.8-3.2.0-144-generic-pae 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-pae_3.2.0-144.136_i386.deb Size: 2859030 SHA256: 2c2eacc5134fac89fefda574d8669d40b310e481cce983bf285bee94f6a4255c SHA1: fc29cb14e951971df77bcf1aa00924a312a5786e MD5sum: 7cd0ad96bbbb7dcaa8fb348b32b7c0a9 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.11-generic-pae 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: 8077 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2859290 SHA256: c1ebb29e1034b20fe22f86d582972af695921fb7ca3b154679751d97028ae691 SHA1: c7bfb5063fa4e3ae233713a71593e6468217c310 MD5sum: 4cfbcc28e48a22e0742e4687f2ff0ae0 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 8072 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2870880 SHA256: 3e14bede71ad1e0b9f1f9593387116aaa700dcad4da4b1a7cda53785cef236fa SHA1: bd85f14dbc389087f54187e9e348db97516ab232 MD5sum: d49d1ffa9bad30eafb01ca84ff8fdf36 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 8079 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-147.138 Depends: linux-image-3.2.0-147-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-147-generic-pae, linux-backports-modules-cw-3.12-3.2.0-147-generic-pae, linux-backports-modules-cw-3.3-3.2.0-147-generic-pae, linux-backports-modules-cw-3.4-3.2.0-147-generic-pae, linux-backports-modules-cw-3.5-3.2.0-147-generic-pae, linux-backports-modules-cw-3.6-3.2.0-147-generic-pae, linux-backports-modules-cw-3.7-3.2.0-147-generic-pae, linux-backports-modules-cw-3.8-3.2.0-147-generic-pae 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-pae_3.2.0-147.138_i386.deb Size: 2874248 SHA256: 3c667eb521852d05273bc4ab59f0df67bf8dd37568665151f4980155440fd0b8 SHA1: 1f08ded2402fd0b952734ce1f05c328038aee5d5 MD5sum: 3dcee4f4dd3ab3d846392aca28a997df Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.11-generic-pae 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: 8077 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2874752 SHA256: 2f9fa4cca78af465125c08ea3ff7be3dc715ae9e7e2e2dd6181c5d0b192c2521 SHA1: 42147cb3fd622d351190a6d6761f10684f56fd65 MD5sum: 327c190fdfb523e3dabe39dfdaadb7aa Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 8072 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2862350 SHA256: 7f443359a8a8669bd7da74f5f01d4d5ee216c7963bc09de7b84ae5059c721808 SHA1: e72e688ab60aa996b77b47ec58316df2de811c28 MD5sum: 96ef16fe02f98c3fe787c0ba81e0a831 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 8079 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-148.139 Depends: linux-image-3.2.0-148-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-148-generic-pae, linux-backports-modules-cw-3.12-3.2.0-148-generic-pae, linux-backports-modules-cw-3.3-3.2.0-148-generic-pae, linux-backports-modules-cw-3.4-3.2.0-148-generic-pae, linux-backports-modules-cw-3.5-3.2.0-148-generic-pae, linux-backports-modules-cw-3.6-3.2.0-148-generic-pae, linux-backports-modules-cw-3.7-3.2.0-148-generic-pae, linux-backports-modules-cw-3.8-3.2.0-148-generic-pae 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-pae_3.2.0-148.139_i386.deb Size: 2865510 SHA256: 7efa04ac41f529253455529f81a57b1c1c385aeac0f45bbc276945fed51d209c SHA1: 29da217c0db574ea37e844d58be4de94c24942e2 MD5sum: 6dcf67c32ea3c8b2420bc62c17cfe1cb Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.11-generic-pae 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: 8077 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2865738 SHA256: 94bdb07d1db8c3089a8d8c982b1edeb65cfe7e68f5d814b539d3dcca66c40990 SHA1: 7753f23817278fbd3f199749b4bcf6eff0c072b5 MD5sum: 88c7cde97b55fb6656e45628f7f0abc1 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 8072 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2834744 SHA256: 73cb890a6e8007cf7589e2f005ed1e11371e8914acbba04a0d1a31f0ebf5f9d5 SHA1: c4158720becb4fad9528ef2d0453fef8e82516a1 MD5sum: 476348786c9779077f99365ba34582b1 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 8079 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-149.140 Depends: linux-image-3.2.0-149-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-149-generic-pae, linux-backports-modules-cw-3.12-3.2.0-149-generic-pae, linux-backports-modules-cw-3.3-3.2.0-149-generic-pae, linux-backports-modules-cw-3.4-3.2.0-149-generic-pae, linux-backports-modules-cw-3.5-3.2.0-149-generic-pae, linux-backports-modules-cw-3.6-3.2.0-149-generic-pae, linux-backports-modules-cw-3.7-3.2.0-149-generic-pae, linux-backports-modules-cw-3.8-3.2.0-149-generic-pae 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-pae_3.2.0-149.140_i386.deb Size: 2839524 SHA256: 8d3dec96523853d60c0f929b8a5759820125be5a548fc2db418eadb617df7490 SHA1: fd2e7ea49e3160bf793440c6cf76a0e779edd495 MD5sum: 42b8fa651ef8df3ed0d5c3b4ec75717d Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.11-generic-pae 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: 8077 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2837766 SHA256: 87bcf4886bc5883472eee6f2aea5033ef428c2df74d6525bcc948e10d9de6074 SHA1: 7eac1c98fca489f3f67830e6275496b008a5d5b0 MD5sum: e891563d4f43bf83eb049dd8e86af39a Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 8072 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2841050 SHA256: b39135bfdf5594a5a641331f18f335d6a4b5d529771f22cd07b7f60051e59c46 SHA1: bb5356b4523685c1c626c37bf9408ab5d5b9a64e MD5sum: f5932e90c69d1cdcfec1b2665ec6bc41 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 8079 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-150.141 Depends: linux-image-3.2.0-150-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-150-generic-pae, linux-backports-modules-cw-3.12-3.2.0-150-generic-pae, linux-backports-modules-cw-3.3-3.2.0-150-generic-pae, linux-backports-modules-cw-3.4-3.2.0-150-generic-pae, linux-backports-modules-cw-3.5-3.2.0-150-generic-pae, linux-backports-modules-cw-3.6-3.2.0-150-generic-pae, linux-backports-modules-cw-3.7-3.2.0-150-generic-pae, linux-backports-modules-cw-3.8-3.2.0-150-generic-pae 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-pae_3.2.0-150.141_i386.deb Size: 2846622 SHA256: 0023f8f8c49a80411df8274fc8b3a75763f40706eff5e516b485987df3ec4a9c SHA1: 1bd7c79b7211dbaad9f76919bf0e0d0c6cd6b901 MD5sum: edeb6e3fb2977e3dbc2205f560397a55 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.11-generic-pae 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: 8077 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2845564 SHA256: 40614274de82b402abcefaa0b7310a2a1fa0683e8cfdc8d7d64b757665637d0f SHA1: 0d4019629ed86da6ddd9b9cab963e240bd699270 MD5sum: ba96e063f53b01abd725bb1967ace8ec Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: i386 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_i386.deb Size: 2528 SHA256: 4b03dfb59b6d999559649d43ecc81358447284fff3687d7cbd972009b1fc4811 SHA1: 9ec13f8994b9461045e86bdfb3425ba001e8d7df MD5sum: 9400a65127a9c47f87a0d2b9e657a0a3 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-precise-generic-pae Source: linux-meta Priority: optional Section: devel Installed-Size: 34 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0.150.164 Depends: linux-backports-modules-cw-3.11-3.2.0-150-generic-pae Filename: pool/main/l/linux-meta/linux-backports-modules-cw-3.11-precise-generic-pae_3.2.0.150.164_i386.deb Size: 2538 SHA256: 67cb17742d800b2e2dd6afe59a6f84884852f3d6d811980fe43c8321c34e63c1 SHA1: a2897f96169508589c9d13ea22c8aec5adc072ef MD5sum: ca674248d82e346cb3f35b8d8a38bdc5 Description: Backported wireless drivers for generic-pae 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: 8267 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2905566 SHA256: 6ce569b4a2e31f1c350685e373a01bac4df7b2aac67b9605927258b2e49656a3 SHA1: 877e8a08b3a33eb570bdbf3138103b3316b8646c MD5sum: 7ab71e701842dada2a743a372c771745 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 8274 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-128.119 Depends: linux-image-3.2.0-128-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-128-generic-pae, linux-backports-modules-cw-3.11-3.2.0-128-generic-pae, linux-backports-modules-cw-3.3-3.2.0-128-generic-pae, linux-backports-modules-cw-3.4-3.2.0-128-generic-pae, linux-backports-modules-cw-3.5-3.2.0-128-generic-pae, linux-backports-modules-cw-3.6-3.2.0-128-generic-pae, linux-backports-modules-cw-3.7-3.2.0-128-generic-pae, linux-backports-modules-cw-3.8-3.2.0-128-generic-pae 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-pae_3.2.0-128.119_i386.deb Size: 2907440 SHA256: f45f12937fcc61ff890ae5f6fa2481e3f4a8914d957727c9c8ca67b93b1e007b SHA1: fb4da1c26c59c021a2858b998843668715e4c1b7 MD5sum: 5cb89ca10a715d8c95d66fc8cd6b9779 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.12-generic-pae 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: 8272 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2908032 SHA256: a73c5515e7b5bd3ea3c437a17f4e7a0796e299251437be2d24398a9da8a87355 SHA1: d592008eea986a00fe630524e4bce7ffc8fc79dd MD5sum: 9d720578d506adf4afab1284f38b41e7 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 8267 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2942862 SHA256: 583e84561d01cd76d07029fe0a1fe6bcde3ded061e54c8051d27d563d670d9c2 SHA1: 34dab4f4c14aa27ff45dd24ed4e4e245d7d859d9 MD5sum: 9fe50183c181eb18fe6238821eb1b11b Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 8274 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-129.120 Depends: linux-image-3.2.0-129-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-129-generic-pae, linux-backports-modules-cw-3.11-3.2.0-129-generic-pae, linux-backports-modules-cw-3.3-3.2.0-129-generic-pae, linux-backports-modules-cw-3.4-3.2.0-129-generic-pae, linux-backports-modules-cw-3.5-3.2.0-129-generic-pae, linux-backports-modules-cw-3.6-3.2.0-129-generic-pae, linux-backports-modules-cw-3.7-3.2.0-129-generic-pae, linux-backports-modules-cw-3.8-3.2.0-129-generic-pae 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-pae_3.2.0-129.120_i386.deb Size: 2944434 SHA256: 9987f503ef7bf693a3a8c2469004018951b1bc2d7558a659a4680c96683f6f39 SHA1: 07a642f5c3ee3b9dbc3a128e5d0c007fc4f86660 MD5sum: ad263013941a1c6f06008df772c96159 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.12-generic-pae 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: 8272 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2945988 SHA256: 3199bab9cb4862982a9dc7f00de7e206cd79f2c1a3de4d6d95861e4c34970884 SHA1: 13da9ebe681a430496625c5f43d94934b427edaa MD5sum: 2362a121360e35cec140725efb54d0c6 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 8267 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2940372 SHA256: 5054b85ae6f9f36145a9de495d0b6ae475f7de6059c44ba551936bfc92312caa SHA1: 2ce5e375e68a99da42e29021178cf2c5c69cb3a8 MD5sum: 40fdc9ad7b7dfa248d838263fac21207 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 8274 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-130.121 Depends: linux-image-3.2.0-130-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-130-generic-pae, linux-backports-modules-cw-3.11-3.2.0-130-generic-pae, linux-backports-modules-cw-3.3-3.2.0-130-generic-pae, linux-backports-modules-cw-3.4-3.2.0-130-generic-pae, linux-backports-modules-cw-3.5-3.2.0-130-generic-pae, linux-backports-modules-cw-3.6-3.2.0-130-generic-pae, linux-backports-modules-cw-3.7-3.2.0-130-generic-pae, linux-backports-modules-cw-3.8-3.2.0-130-generic-pae 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-pae_3.2.0-130.121_i386.deb Size: 2942624 SHA256: dc852db4086c31e8e24bb5105292de3f09cc1be92c66a8b48e23d657f2a1b423 SHA1: 07cb7c572e3a83fda2a98f1482823e3a3c6077ac MD5sum: db04e46d12f179626436759a4d440d07 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.12-generic-pae 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: 8272 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2942530 SHA256: fab4077f57f4f4bcfb900ff0209fd5b8405ac9f3206b217f05ed0c1b963b6293 SHA1: 5d7c75d00f74896ff92faa1d3b09f9f7d9f19d53 MD5sum: 6438b654da5f59b6678b43af155935a0 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 8267 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2928938 SHA256: 1390ae7e86bfca3cb072faa323689b9964ef1648422c8ef9c76c4e2e70fd3aed SHA1: eff10207a9295f449b98f480a9ced5ba1b80f131 MD5sum: 5f99a7be807a9abe5f17883c875a5bb3 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 8274 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-131.122 Depends: linux-image-3.2.0-131-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-131-generic-pae, linux-backports-modules-cw-3.11-3.2.0-131-generic-pae, linux-backports-modules-cw-3.3-3.2.0-131-generic-pae, linux-backports-modules-cw-3.4-3.2.0-131-generic-pae, linux-backports-modules-cw-3.5-3.2.0-131-generic-pae, linux-backports-modules-cw-3.6-3.2.0-131-generic-pae, linux-backports-modules-cw-3.7-3.2.0-131-generic-pae, linux-backports-modules-cw-3.8-3.2.0-131-generic-pae 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-pae_3.2.0-131.122_i386.deb Size: 2931404 SHA256: eae1ae86e2686efbec4987e2633189ad00a5aaf1081e004ebea630183c0be9e3 SHA1: cdb410534610687f4744ff4dfc609615ec029a0e MD5sum: 74080ddd36545b4a65bbb1d85416ae96 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.12-generic-pae 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: 8272 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2931418 SHA256: b7e52f4951343eb3b2efc1e9c7bb53764c30dcec6902967ffbc21f82c07a39df SHA1: 3083f978e8ac15093b0adae344c34c92d947cd4d MD5sum: eabb990504f0e429b86b93224830e52f Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 8267 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2923014 SHA256: 61162ff211fdca9d617db142022c5a36c32bf9ac867dcb76943444becc6f9da8 SHA1: 8ab7d59b5f5ccccc19d3b551f24508af6f836405 MD5sum: 4ef0492d29c93db1dfcd8a090333d270 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 8274 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-132.123 Depends: linux-image-3.2.0-132-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-132-generic-pae, linux-backports-modules-cw-3.11-3.2.0-132-generic-pae, linux-backports-modules-cw-3.3-3.2.0-132-generic-pae, linux-backports-modules-cw-3.4-3.2.0-132-generic-pae, linux-backports-modules-cw-3.5-3.2.0-132-generic-pae, linux-backports-modules-cw-3.6-3.2.0-132-generic-pae, linux-backports-modules-cw-3.7-3.2.0-132-generic-pae, linux-backports-modules-cw-3.8-3.2.0-132-generic-pae 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-pae_3.2.0-132.123_i386.deb Size: 2925880 SHA256: 98371ce728aa89e11671ed63bffd5b408f3c17f4a3c604b7776e45b59d675b89 SHA1: e350622588b24eb80693df3c56da8b79f04a0c72 MD5sum: 892749147e6d4e92ae55ad8686e148a0 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.12-generic-pae 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: 8272 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2924502 SHA256: 09d27c7a6be4622e7324d276e9ef866d5dacbc376ed83e626edd1c1c221b2801 SHA1: e0ca4bb2362df0e8f215796b0e7ed8efb6f5da88 MD5sum: c1e98ed24491693cf4fb5d9b8b5211cb Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 8267 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2923796 SHA256: 8a0a07aa9c9892a3a99829ceac5c6b38259f5d243dcebc4daff81b8f1b7c7092 SHA1: 5429926c5d453760144803c6e9768a2fd2983072 MD5sum: 99103769fb2ab175db928cc942a8c887 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 8274 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-133.124 Depends: linux-image-3.2.0-133-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-133-generic-pae, linux-backports-modules-cw-3.11-3.2.0-133-generic-pae, linux-backports-modules-cw-3.3-3.2.0-133-generic-pae, linux-backports-modules-cw-3.4-3.2.0-133-generic-pae, linux-backports-modules-cw-3.5-3.2.0-133-generic-pae, linux-backports-modules-cw-3.6-3.2.0-133-generic-pae, linux-backports-modules-cw-3.7-3.2.0-133-generic-pae, linux-backports-modules-cw-3.8-3.2.0-133-generic-pae 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-pae_3.2.0-133.124_i386.deb Size: 2926588 SHA256: 066f1f3c871f0c4ef2cb672e0005f75def763107ebc8f76e2973ccd0e8afcf9d SHA1: 7a8ecc11f63574e1c806b85ba2a0d875a019155f MD5sum: 8f2846ae50f4bf5d7e948db09b05394a Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.12-generic-pae 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: 8272 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2926528 SHA256: 147023b730e17bb848e45861773e714b9e389826c710fc3862ee13da0490d758 SHA1: 8a266fa27af36d3eb1b6569764528c501493eb0e MD5sum: 418e2f3efbe787fd1d3c295119edf2fa Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 8267 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2911336 SHA256: 7e60e11d2159831ee129a894d8b5aa373260f0f9e071427102e44dc78418e69d SHA1: ebff327353e2f1db5e75ac903c4542b6da23dea5 MD5sum: 12b9dc6670e26477fcc87de33622714e Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 8274 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-134.125 Depends: linux-image-3.2.0-134-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-134-generic-pae, linux-backports-modules-cw-3.11-3.2.0-134-generic-pae, linux-backports-modules-cw-3.3-3.2.0-134-generic-pae, linux-backports-modules-cw-3.4-3.2.0-134-generic-pae, linux-backports-modules-cw-3.5-3.2.0-134-generic-pae, linux-backports-modules-cw-3.6-3.2.0-134-generic-pae, linux-backports-modules-cw-3.7-3.2.0-134-generic-pae, linux-backports-modules-cw-3.8-3.2.0-134-generic-pae 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-pae_3.2.0-134.125_i386.deb Size: 2913754 SHA256: ba040340f9466a09f699a68a512b5e1545c8dc58afe89124c9b25153126f437f SHA1: fa6fa7ac460128a5ef4033da170caa4ac60dbe98 MD5sum: a397cd19628313e95a3981fc35f01615 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.12-generic-pae 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: 8272 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2914848 SHA256: a51a62c3fb335a57e9fd06a7d35e4a4a4cb21112373bc7fc4d7878c658026f6c SHA1: 3fbe22334ffc0dd3a4e32180bed375e0ad5f1241 MD5sum: 04f8017e18b130bbb15cf3974362269d Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 8267 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2935746 SHA256: 7cc22174fce83b281491260d431e12e583fb58397b242f9f5baa62b7e28a86b0 SHA1: a4227c557f41c293d4c2e075ef626dc366c8fe23 MD5sum: 40cc787c8072a76c7b3fb09de2773ae4 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 8274 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-135.126 Depends: linux-image-3.2.0-135-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-135-generic-pae, linux-backports-modules-cw-3.11-3.2.0-135-generic-pae, linux-backports-modules-cw-3.3-3.2.0-135-generic-pae, linux-backports-modules-cw-3.4-3.2.0-135-generic-pae, linux-backports-modules-cw-3.5-3.2.0-135-generic-pae, linux-backports-modules-cw-3.6-3.2.0-135-generic-pae, linux-backports-modules-cw-3.7-3.2.0-135-generic-pae, linux-backports-modules-cw-3.8-3.2.0-135-generic-pae 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-pae_3.2.0-135.126_i386.deb Size: 2937920 SHA256: 7e0180e52007ef58efa00b0734aaec917a286f34049623f8e49d36cc80844749 SHA1: c8769d099ae2241feff6a9602c6225a1b2f5aa0e MD5sum: 7821246e06f59c730b08658bd0f321e1 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.12-generic-pae 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: 8272 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2938100 SHA256: 9d4474289961f38c09231bdd1d82c882b4c7c99166e1c21edf7769782a1755fa SHA1: 9288845677d285f82be4f88cdadca74df3221128 MD5sum: 4ea184a884a15d6bf841d9d460b20b35 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 8267 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2941434 SHA256: ff7ff8b85470a535031c4343c0c564ac22e808a541f092b6195038cf62c7cce5 SHA1: 02ff64da288504ec25d758b2463c28bd09a97082 MD5sum: efbd1f0930f78382cb0c94c0b8c58eee Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 8274 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-136.127 Depends: linux-image-3.2.0-136-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-136-generic-pae, linux-backports-modules-cw-3.11-3.2.0-136-generic-pae, linux-backports-modules-cw-3.3-3.2.0-136-generic-pae, linux-backports-modules-cw-3.4-3.2.0-136-generic-pae, linux-backports-modules-cw-3.5-3.2.0-136-generic-pae, linux-backports-modules-cw-3.6-3.2.0-136-generic-pae, linux-backports-modules-cw-3.7-3.2.0-136-generic-pae, linux-backports-modules-cw-3.8-3.2.0-136-generic-pae 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-pae_3.2.0-136.127_i386.deb Size: 2943800 SHA256: ab0e7206fc946b7ead085c29e17cd1bb36b48f5a0eaecf569f383ed0b92a5d9b SHA1: 9492784133eae064ccf86df8bdfaa56f49b8fc83 MD5sum: 5a8a2d93dd8a90beae4644aee500e422 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.12-generic-pae 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: 8272 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2943664 SHA256: 56f916c9b30747fc5dcc4a633d573ede25cbe1e3979f6dc67b357f3ea82efdb8 SHA1: 89be9a6279ff8c490687910b68ceff2916250feb MD5sum: a91a58b9da8ed1339da03f3d4c9aafe8 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 8267 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2913770 SHA256: 9bb6a85697952f5575649a58ef61da9ae4c1c46b4d98bee74a075af2412093a3 SHA1: 23d9ce746b4a1d061e1723eb3e4240efd1af5957 MD5sum: 1bb908082a758bad4b7e842676cd2611 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 8274 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-137.129 Depends: linux-image-3.2.0-137-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-137-generic-pae, linux-backports-modules-cw-3.11-3.2.0-137-generic-pae, linux-backports-modules-cw-3.3-3.2.0-137-generic-pae, linux-backports-modules-cw-3.4-3.2.0-137-generic-pae, linux-backports-modules-cw-3.5-3.2.0-137-generic-pae, linux-backports-modules-cw-3.6-3.2.0-137-generic-pae, linux-backports-modules-cw-3.7-3.2.0-137-generic-pae, linux-backports-modules-cw-3.8-3.2.0-137-generic-pae 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-pae_3.2.0-137.129_i386.deb Size: 2917888 SHA256: 2e86d5adbef359143ece95419c16d37f18a4b0b2c2019f10dd19431de942b3c1 SHA1: 8a9ec888e55e78e6d43e6daaf3bce4ef03284962 MD5sum: 80263d2055615ea5b9226f310bfb5e15 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.12-generic-pae 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: 8272 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2917016 SHA256: ed6dcbf73b7e3b3eee68630b5385e72e98339d5fe4b1234aacec8fab7df3dc24 SHA1: 9ab2386f233be10ea982f4f6407f223526d24baa MD5sum: 09dd1ce0aeb97069c065ae2cc7337cb6 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 8267 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2927612 SHA256: 464ffc86bb45aab2d9d821d3ad04b18329031dbfe671dd4a476b4f5ffc523cff SHA1: bab0cded929007481879fc810363dbe712d6e628 MD5sum: 9a29b3280e1dc62e1bb9e2f37e581c15 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 8274 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-138.130 Depends: linux-image-3.2.0-138-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-138-generic-pae, linux-backports-modules-cw-3.11-3.2.0-138-generic-pae, linux-backports-modules-cw-3.3-3.2.0-138-generic-pae, linux-backports-modules-cw-3.4-3.2.0-138-generic-pae, linux-backports-modules-cw-3.5-3.2.0-138-generic-pae, linux-backports-modules-cw-3.6-3.2.0-138-generic-pae, linux-backports-modules-cw-3.7-3.2.0-138-generic-pae, linux-backports-modules-cw-3.8-3.2.0-138-generic-pae 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-pae_3.2.0-138.130_i386.deb Size: 2930612 SHA256: 27d0b76b0ed1dc5b1e2c0fa167e29f580b8184ecd1adeb2ea2930d375661153c SHA1: 1f448868da0a9a638b33343f90b886d1fc430b35 MD5sum: a69c39a5dfc2795316efcfb5f630b70b Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.12-generic-pae 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: 8272 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2932562 SHA256: f60ee9f1480b8ef9044b2455050503dc418da60016e816effca619c1daf9aedd SHA1: f8f52f2f6136ec260cb4f8eef8efb28787f282c5 MD5sum: d9d9781fcb66ace30de0e890a91f2c45 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 8267 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2927166 SHA256: e7a192733ac9c2b97b68e958b4b48bec890cfcd56c898b08a7a2830a04cb68cc SHA1: bb419f33abf3fe3dd8e34b98323bc7a138c597ce MD5sum: ab92e3873eda0a6d46b6a608fac6088b Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 8274 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-139.131 Depends: linux-image-3.2.0-139-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-139-generic-pae, linux-backports-modules-cw-3.11-3.2.0-139-generic-pae, linux-backports-modules-cw-3.3-3.2.0-139-generic-pae, linux-backports-modules-cw-3.4-3.2.0-139-generic-pae, linux-backports-modules-cw-3.5-3.2.0-139-generic-pae, linux-backports-modules-cw-3.6-3.2.0-139-generic-pae, linux-backports-modules-cw-3.7-3.2.0-139-generic-pae, linux-backports-modules-cw-3.8-3.2.0-139-generic-pae 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-pae_3.2.0-139.131_i386.deb Size: 2930218 SHA256: 4e47efd22992a639597676d0a3564b04688a6f3f7c4df4848863b61cf5f7eab0 SHA1: 7aa04ba37a14070a45007e46b01ba16ab81b98bf MD5sum: c970d056e3cf5bfef51108d938a7ad51 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.12-generic-pae 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: 8272 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2929842 SHA256: f848c3fe78d5531ab6e165844a00fda6cfec6cbebc9b04e3b9f67e7ff468c71c SHA1: a4d9dcd06f674f8579d47302d005803d856dc58b MD5sum: 845827498e4368ae7617a46e667eb884 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 8267 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2933466 SHA256: 30c108e47455917f66ea1f07c0a13259a1ac3002083dc2aeedf6ec091504b736 SHA1: da2f38ac105e2f1086f29aa4c28697a957bf7829 MD5sum: e8da53aa54c25389d6b5914da4533d92 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 8274 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-140.132 Depends: linux-image-3.2.0-140-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-140-generic-pae, linux-backports-modules-cw-3.11-3.2.0-140-generic-pae, linux-backports-modules-cw-3.3-3.2.0-140-generic-pae, linux-backports-modules-cw-3.4-3.2.0-140-generic-pae, linux-backports-modules-cw-3.5-3.2.0-140-generic-pae, linux-backports-modules-cw-3.6-3.2.0-140-generic-pae, linux-backports-modules-cw-3.7-3.2.0-140-generic-pae, linux-backports-modules-cw-3.8-3.2.0-140-generic-pae 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-pae_3.2.0-140.132_i386.deb Size: 2936398 SHA256: f120e1cf827475d43cf4f83213b30ab0c2dea662737020fcacd6eb829c6fa3e5 SHA1: d86c40c143993b42d4b2fdf13ca9bf16fc8e3e50 MD5sum: 8884b81e78af60449f4a395011efc5bb Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.12-generic-pae 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: 8272 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2934518 SHA256: 3be3b08d5ed84ce6c16f5ff0f1803e50da747c7339897af3f82ed2690859e099 SHA1: c37457b5ff837373148ab92991422034603c16f8 MD5sum: 1ba90f6991b19db3dec8bfa693391a76 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 8267 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2928528 SHA256: d3af7adcf3c60ad8acfd9d6157c439c3addeb738742cc30e78380b3d165c3528 SHA1: a2228e842a73854fd7693af51784fcd6b0fea1a4 MD5sum: 0fda7c5c1b2f24977184df0ad7700197 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 8274 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-141.133 Depends: linux-image-3.2.0-141-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-141-generic-pae, linux-backports-modules-cw-3.11-3.2.0-141-generic-pae, linux-backports-modules-cw-3.3-3.2.0-141-generic-pae, linux-backports-modules-cw-3.4-3.2.0-141-generic-pae, linux-backports-modules-cw-3.5-3.2.0-141-generic-pae, linux-backports-modules-cw-3.6-3.2.0-141-generic-pae, linux-backports-modules-cw-3.7-3.2.0-141-generic-pae, linux-backports-modules-cw-3.8-3.2.0-141-generic-pae 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-pae_3.2.0-141.133_i386.deb Size: 2931700 SHA256: 7f6ee47867cd4e6f4232d2a721808c277dfce7d8b232ccb6fad20eca8d5fc1a5 SHA1: 22837302f496d6d561db76941e2d5b2dc48a863b MD5sum: 3f569535554c17611031c9d8b0ed43d2 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.12-generic-pae 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: 8272 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2931320 SHA256: 26a14a55fde75e84d16405d94b6a12a30516c42ba17f77eacf8b4398f13f1684 SHA1: 4a92e5de7e0049dd7138df1fd4ba8305394e4206 MD5sum: 4b8cb38396a1063cde50fba528102b39 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 8267 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2920964 SHA256: 0685a006ec6df6f84087527573f9140cf19e83be2a731f920fe9271cc3f1f52a SHA1: ee247d644468c05ab36a182ab792c5fb6d43c3c7 MD5sum: dce80c964120a9f7c3b6664752059d37 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 8274 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-142.134 Depends: linux-image-3.2.0-142-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-142-generic-pae, linux-backports-modules-cw-3.11-3.2.0-142-generic-pae, linux-backports-modules-cw-3.3-3.2.0-142-generic-pae, linux-backports-modules-cw-3.4-3.2.0-142-generic-pae, linux-backports-modules-cw-3.5-3.2.0-142-generic-pae, linux-backports-modules-cw-3.6-3.2.0-142-generic-pae, linux-backports-modules-cw-3.7-3.2.0-142-generic-pae, linux-backports-modules-cw-3.8-3.2.0-142-generic-pae 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-pae_3.2.0-142.134_i386.deb Size: 2925668 SHA256: 7a4bd9ae11d6099654e92c5748f1f09ae3a0f68edbcc9310a8e436ae52fda79b SHA1: e14f423d8799d8607c06776b8658985f297518c2 MD5sum: e273339c960dd0bca406b06ea84694d0 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.12-generic-pae 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: 8272 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2925140 SHA256: 40758ba506530ea6ab1a8ff618288b8c8b923ef1e9bba16f6a5d72f0d9bbe40d SHA1: 7ff631ee6bd78389797f0bb6b75c569226891093 MD5sum: 6d85828d557fb70b09135b87b99a7f34 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 8267 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2899994 SHA256: ea9925648f41b8c5edf2c9c12c84d4ea8de8779c02a07f290625ad07cc18d917 SHA1: 1512d7268ffdab36f69bb1e235e1ffe5fc88c44e MD5sum: 63b05d8be663f6f5182c97ba12288e8a Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 8274 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-143.135 Depends: linux-image-3.2.0-143-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-143-generic-pae, linux-backports-modules-cw-3.11-3.2.0-143-generic-pae, linux-backports-modules-cw-3.3-3.2.0-143-generic-pae, linux-backports-modules-cw-3.4-3.2.0-143-generic-pae, linux-backports-modules-cw-3.5-3.2.0-143-generic-pae, linux-backports-modules-cw-3.6-3.2.0-143-generic-pae, linux-backports-modules-cw-3.7-3.2.0-143-generic-pae, linux-backports-modules-cw-3.8-3.2.0-143-generic-pae 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-pae_3.2.0-143.135_i386.deb Size: 2903116 SHA256: f26cec68ba7adcfd58f3d9495f74f234abf0f8e5e5b049b82c3c1e4b18484e4a SHA1: ffdca5bacde083301f356f4f22bf3f7bb949a9ac MD5sum: e727d0dddf9f13323a62e8a28e8c2081 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.12-generic-pae 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: 8272 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2903668 SHA256: 09ec5c5613beb26f9d1a4810410c741e27e376d6d7592e4f6b2e8de8dd32bc4f SHA1: 4b57b156a0551c57315a1bce3c9d866b5dc64321 MD5sum: 4a1a2b9ffcc1a0ac30a3898630441eb9 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 8267 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2936464 SHA256: a12b1d5d162d246b13d7e41284f4b65209234866afd47d786c224a262cbc19b2 SHA1: a0dd7618bd231691e20ae3472124c6c01d8f2dfe MD5sum: 1ee0c2a6030b523731c3dd5d875fb6d6 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 8274 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-144.136 Depends: linux-image-3.2.0-144-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-144-generic-pae, linux-backports-modules-cw-3.11-3.2.0-144-generic-pae, linux-backports-modules-cw-3.3-3.2.0-144-generic-pae, linux-backports-modules-cw-3.4-3.2.0-144-generic-pae, linux-backports-modules-cw-3.5-3.2.0-144-generic-pae, linux-backports-modules-cw-3.6-3.2.0-144-generic-pae, linux-backports-modules-cw-3.7-3.2.0-144-generic-pae, linux-backports-modules-cw-3.8-3.2.0-144-generic-pae 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-pae_3.2.0-144.136_i386.deb Size: 2936246 SHA256: 23807fcb832ccbec4f3ba2d41c27352b80791a02e74f7853147a4da77608c499 SHA1: adde2ba432be2b6288a45dc7b305b8ac66df77bf MD5sum: 1aa1047e34315836787de8fe59afa752 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.12-generic-pae 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: 8272 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2937754 SHA256: a13fa8e541bba02778b1eb23344f5525d63af2993400bcc4605f7f98d2977932 SHA1: 029204096040edb929269e02ddf74540ace46b80 MD5sum: 4b36ab645403bf00ab3a119f1f11e87a Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 8267 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2940944 SHA256: 7f4153144ab17f5407b04f2e7cd36157b5602d0d0389d41600d3dc4cdaea39e5 SHA1: d489ebe0000fa3b42d8fe15cfbb03924618b0261 MD5sum: 8a7798da7bb701ab8245498a9ec0ea57 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 8274 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-147.138 Depends: linux-image-3.2.0-147-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-147-generic-pae, linux-backports-modules-cw-3.11-3.2.0-147-generic-pae, linux-backports-modules-cw-3.3-3.2.0-147-generic-pae, linux-backports-modules-cw-3.4-3.2.0-147-generic-pae, linux-backports-modules-cw-3.5-3.2.0-147-generic-pae, linux-backports-modules-cw-3.6-3.2.0-147-generic-pae, linux-backports-modules-cw-3.7-3.2.0-147-generic-pae, linux-backports-modules-cw-3.8-3.2.0-147-generic-pae 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-pae_3.2.0-147.138_i386.deb Size: 2945844 SHA256: f2500a096dedf153868bdf6f2518f409fd6b24979fe375302c61b73524968b08 SHA1: 32cf2ffa5ae7cabf67e1bf32c0cf4e28b1e99821 MD5sum: d69a3f76643e88489f92472ea6cf5d4f Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.12-generic-pae 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: 8272 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2944912 SHA256: 8db04da03e180fed6ba47b359340419fc5592480fbf9b3c2b6aaaed41b9eb4cf SHA1: 21c097ff557dbe8f9ffe8d9b0ef97facfb35a2fd MD5sum: 722edf615e2eb515e70e58f4e46ebfc8 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 8267 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2934120 SHA256: 76570e3eacd07debd60efac96883ab2c476a40269976f06ba50156609b6fac09 SHA1: 7cfa93dbfd5eb5b00135770cad77efe155470896 MD5sum: 5ee71893645e8f293412cbdde2413328 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 8274 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-148.139 Depends: linux-image-3.2.0-148-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-148-generic-pae, linux-backports-modules-cw-3.11-3.2.0-148-generic-pae, linux-backports-modules-cw-3.3-3.2.0-148-generic-pae, linux-backports-modules-cw-3.4-3.2.0-148-generic-pae, linux-backports-modules-cw-3.5-3.2.0-148-generic-pae, linux-backports-modules-cw-3.6-3.2.0-148-generic-pae, linux-backports-modules-cw-3.7-3.2.0-148-generic-pae, linux-backports-modules-cw-3.8-3.2.0-148-generic-pae 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-pae_3.2.0-148.139_i386.deb Size: 2936620 SHA256: 879882199bfd237054420a4aea13d4752cfc4e14acba2ba0679427c72f499da6 SHA1: 3d8f3249994f1dd7b0b82667dcfe460f12a665e3 MD5sum: 24d38d216a00d0f0d5edd6eb3490c2ba Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.12-generic-pae 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: 8272 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2936922 SHA256: 997df900f95be656b9c104cd7ffb663166059ba4d2d77f20f84a386888dec2ff SHA1: b65e05128bd94f772d9a26a88b160dca28d78871 MD5sum: 96d8f4a3cf094f6faa6c13a7377ef27b Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 8267 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2904494 SHA256: 06ca446928ba3d736a158348d94f2a0f75ecd2644d26514b5597fc7d6afbbdad SHA1: 957b01230cdb9b81edb2d2435c54eb019fc7f315 MD5sum: a1e1096a67157d586f01f96147055d35 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 8274 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-149.140 Depends: linux-image-3.2.0-149-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-149-generic-pae, linux-backports-modules-cw-3.11-3.2.0-149-generic-pae, linux-backports-modules-cw-3.3-3.2.0-149-generic-pae, linux-backports-modules-cw-3.4-3.2.0-149-generic-pae, linux-backports-modules-cw-3.5-3.2.0-149-generic-pae, linux-backports-modules-cw-3.6-3.2.0-149-generic-pae, linux-backports-modules-cw-3.7-3.2.0-149-generic-pae, linux-backports-modules-cw-3.8-3.2.0-149-generic-pae 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-pae_3.2.0-149.140_i386.deb Size: 2904968 SHA256: f8340887eb11afe9dbe305d6e5e0eca5e37db985ad4e0845dfd5390dcb5346eb SHA1: 27d6e115bec9d6f5f24f97ac2bb65b6b6858e12e MD5sum: 0e4a74288777ecd5156226fe2cfde729 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.12-generic-pae 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: 8273 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2906638 SHA256: 7857264fb177e01155593269bc3208b97d55df7cb10f87768c60d0c043111c5d SHA1: f21e796343ca30f3d264ef3241386fb3babb5953 MD5sum: 63c146eb76dbe3a62c421d6b221e2e53 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 8267 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2924298 SHA256: 5829e802d7d66f487fe9e69a9198c25479c085c03780efdb9088ff1be1d58070 SHA1: b463bdcab711723322012862e3c25bf7de42a229 MD5sum: a14c45c37cffefd1444efe602550b99b Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 8274 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-150.141 Depends: linux-image-3.2.0-150-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-150-generic-pae, linux-backports-modules-cw-3.11-3.2.0-150-generic-pae, linux-backports-modules-cw-3.3-3.2.0-150-generic-pae, linux-backports-modules-cw-3.4-3.2.0-150-generic-pae, linux-backports-modules-cw-3.5-3.2.0-150-generic-pae, linux-backports-modules-cw-3.6-3.2.0-150-generic-pae, linux-backports-modules-cw-3.7-3.2.0-150-generic-pae, linux-backports-modules-cw-3.8-3.2.0-150-generic-pae 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-pae_3.2.0-150.141_i386.deb Size: 2926248 SHA256: dc228181e3265b5f048f46d22dca7540891f10e2a060bbc8d4ae60f07cebac8e SHA1: 7f6bc95e58a1fc7af729b38230ba3fd29df7ba34 MD5sum: f2f10311f0fc54192ea0b3689687c420 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.12-generic-pae 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: 8273 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2927884 SHA256: 90e41ed0d0297bec4854f09ca145ef7b098ab222e165cc0960fed1ada29b59f9 SHA1: 47ed7051657deda7e8ff61aefe9df8f5b71d8471 MD5sum: bd4fdfd248b5d98eefcca5ecd951eb54 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: i386 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_i386.deb Size: 2528 SHA256: 3aee65aef2d2f9b127306b686639379909b0c9cb3550488bf114ca91aa8b725b SHA1: 0ff3140c00830a059411f90169aa86ab9c657d28 MD5sum: a9faf7b6d7127e56841e7ca96efd19d7 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-precise-generic-pae Source: linux-meta Priority: optional Section: devel Installed-Size: 34 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0.150.164 Depends: linux-backports-modules-cw-3.12-3.2.0-150-generic-pae Filename: pool/main/l/linux-meta/linux-backports-modules-cw-3.12-precise-generic-pae_3.2.0.150.164_i386.deb Size: 2538 SHA256: fde0bc7baa05ff386b8c2e01f14f46e2fb49a4e846f0699551ba47bd6662cb47 SHA1: 725949f1c5a5b955b8e42b3672ca0edffd0dc510 MD5sum: a0fb6e1a661d3ff69364cf3e93dc9f69 Description: Backported wireless drivers for generic-pae 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: 7656 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2741424 SHA256: e63aeab0059e797406bb99c39557279408b7eae883fa0b6292cd8bee6cf91c6c SHA1: d117f8d5e66a0297c2d171641040d014c368807c MD5sum: fefdaab2bbc90e770ea3daf59f47330a Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7663 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-128.119 Depends: linux-image-3.2.0-128-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-128-generic-pae, linux-backports-modules-cw-3.11-3.2.0-128-generic-pae, linux-backports-modules-cw-3.12-3.2.0-128-generic-pae, linux-backports-modules-cw-3.4-3.2.0-128-generic-pae, linux-backports-modules-cw-3.5-3.2.0-128-generic-pae, linux-backports-modules-cw-3.6-3.2.0-128-generic-pae, linux-backports-modules-cw-3.7-3.2.0-128-generic-pae, linux-backports-modules-cw-3.8-3.2.0-128-generic-pae 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-pae_3.2.0-128.119_i386.deb Size: 2744122 SHA256: c66fbf5a7fcc97ed7aebc0425b1d622a855e0b6229bddd0a60b11bc72c859d7c SHA1: 54c6f1a79b8c2260458297f2451210c753a2e3df MD5sum: 691e3ffdc6be65d28ab3deb9fdf3492c Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.3-generic-pae 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: 7661 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2744716 SHA256: efb18282c018f6f4d3596780c2cff872b598bd0020915a467643596adfce0489 SHA1: 487693d77d0b855dbdb14863c20a31e0281276c3 MD5sum: f1428729605f45e5d3e47eae3fb0b232 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7656 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2744780 SHA256: e3736088c1b8e7450546aa1dfb991b0957c3c514e03f6046268ad0c17d5406a8 SHA1: 6a6adff58e73222adc8a776e21eb0afe4561bbd4 MD5sum: 4c1e75b059488d726f2b9e9d387e85e6 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7663 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-129.120 Depends: linux-image-3.2.0-129-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-129-generic-pae, linux-backports-modules-cw-3.11-3.2.0-129-generic-pae, linux-backports-modules-cw-3.12-3.2.0-129-generic-pae, linux-backports-modules-cw-3.4-3.2.0-129-generic-pae, linux-backports-modules-cw-3.5-3.2.0-129-generic-pae, linux-backports-modules-cw-3.6-3.2.0-129-generic-pae, linux-backports-modules-cw-3.7-3.2.0-129-generic-pae, linux-backports-modules-cw-3.8-3.2.0-129-generic-pae 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-pae_3.2.0-129.120_i386.deb Size: 2750254 SHA256: b1f89de1d0554c982f5a9f658069561e96cc0fb67abf0141efdf7d0ffa24f73f SHA1: b540c8f3d41dce738fc378d17162f34fce96fcc8 MD5sum: 3677b49ce162a05c3a1fdd7c6ad86f3e Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.3-generic-pae 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: 7661 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2750140 SHA256: 701c7c2861e1ae61f57e8e349668f939b28824f2b6e64084025f30ce58cc5250 SHA1: 21f35e6a5e9ddf99e4de8fc060b2cbe3c1ded415 MD5sum: fb50eaae8cb8814c4d4dbd56734f3b38 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7656 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2739540 SHA256: 14e243350221ea5451f814ff0f3e4d52e19b7ce837e4f21f535ec1ed9a7b4c4d SHA1: aff36e750616795acda3b6608b5388f8bc485099 MD5sum: d8d82ccb68efc4ceba152835da778cf4 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7663 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-130.121 Depends: linux-image-3.2.0-130-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-130-generic-pae, linux-backports-modules-cw-3.11-3.2.0-130-generic-pae, linux-backports-modules-cw-3.12-3.2.0-130-generic-pae, linux-backports-modules-cw-3.4-3.2.0-130-generic-pae, linux-backports-modules-cw-3.5-3.2.0-130-generic-pae, linux-backports-modules-cw-3.6-3.2.0-130-generic-pae, linux-backports-modules-cw-3.7-3.2.0-130-generic-pae, linux-backports-modules-cw-3.8-3.2.0-130-generic-pae 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-pae_3.2.0-130.121_i386.deb Size: 2742302 SHA256: 18c83077f68035c00c34ba290344e78b05be23ca0d2d788e05dfad3ab8216057 SHA1: cf2113f71ee562b4b12d0157031e5f33c08fb08e MD5sum: a1e0d3dd6ad319e9a100c6f5dcac1d9a Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.3-generic-pae 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: 7661 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2743646 SHA256: aa803213a14fef66501724464531f9d5e66c74c13722e9f583bab1baa0e94d90 SHA1: f505b29736ee804671bd0a17a91af257b12b754d MD5sum: e61fd110d847988364132ece2484d7dd Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7656 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2745760 SHA256: 32f59b8601bde61d60b9ce2d1398f3a63edbd6d01351c22ded6d01621c95f414 SHA1: a2515a05c12fa02b9090f23b3e027b711ac7ba0d MD5sum: cc3518844e0bb2fba87e7de03fc766ba Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7663 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-131.122 Depends: linux-image-3.2.0-131-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-131-generic-pae, linux-backports-modules-cw-3.11-3.2.0-131-generic-pae, linux-backports-modules-cw-3.12-3.2.0-131-generic-pae, linux-backports-modules-cw-3.4-3.2.0-131-generic-pae, linux-backports-modules-cw-3.5-3.2.0-131-generic-pae, linux-backports-modules-cw-3.6-3.2.0-131-generic-pae, linux-backports-modules-cw-3.7-3.2.0-131-generic-pae, linux-backports-modules-cw-3.8-3.2.0-131-generic-pae 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-pae_3.2.0-131.122_i386.deb Size: 2750686 SHA256: 3831501aab5295cbcfb38c1a1c7a6b7c5b2626f875003bccb6ff8888e8f08eb0 SHA1: f911c3b7b25533fd5ac39cc1dcb127c20ee84b73 MD5sum: a4f2e3547039d82101adbd9d29a97df8 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.3-generic-pae 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: 7661 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2750240 SHA256: 865cbf2074dcf3a6fed6861ca7707dd9da6c6aa68f856cb469c21b10a8f4ceb6 SHA1: d40c34d5e3077e7a7a3e232aa4f8aa7600f5ee3c MD5sum: b6d91dbb9ab493dd10f50d0dab91eedd Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7656 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2739924 SHA256: 5225410f2da9403fc4337d8ca899bd469bb0f0d40130e3781d792c01ee639c0a SHA1: 9e4ad734fbec1c3d6f9937caf82b0d5af1f19cf9 MD5sum: d404423c3cf79320919539870f3ad0da Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7663 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-132.123 Depends: linux-image-3.2.0-132-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-132-generic-pae, linux-backports-modules-cw-3.11-3.2.0-132-generic-pae, linux-backports-modules-cw-3.12-3.2.0-132-generic-pae, linux-backports-modules-cw-3.4-3.2.0-132-generic-pae, linux-backports-modules-cw-3.5-3.2.0-132-generic-pae, linux-backports-modules-cw-3.6-3.2.0-132-generic-pae, linux-backports-modules-cw-3.7-3.2.0-132-generic-pae, linux-backports-modules-cw-3.8-3.2.0-132-generic-pae 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-pae_3.2.0-132.123_i386.deb Size: 2743544 SHA256: d8a8a2f5c4ba773f81b61f17788c6d5bfbd7b3faaee52d54321fc26bf7ed0ab0 SHA1: 4a6c562e801dee4daf61387bb50f64b2e1b87360 MD5sum: 820ff7418434efe547844be5264233e3 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.3-generic-pae 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: 7662 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2743000 SHA256: 01e7fce251c86a8e77f20f67f44adc1b4c79372ed8e4cfb42eee63b90b9afd75 SHA1: 82659e8c12e1455d1507618ccbe18f8afe5c2563 MD5sum: 99c651d699d6f0ab0c8b7823c26ac43a Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7656 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2739938 SHA256: 0781a8cfb107a259597e6e002b98cd2661dc5997bc8426b5c1fcfc1f94bc5a3e SHA1: 6c6d72439e8ca03733e048574a524618b7798b53 MD5sum: 5fca65f90f0518368d9160d36a2464b9 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7663 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-133.124 Depends: linux-image-3.2.0-133-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-133-generic-pae, linux-backports-modules-cw-3.11-3.2.0-133-generic-pae, linux-backports-modules-cw-3.12-3.2.0-133-generic-pae, linux-backports-modules-cw-3.4-3.2.0-133-generic-pae, linux-backports-modules-cw-3.5-3.2.0-133-generic-pae, linux-backports-modules-cw-3.6-3.2.0-133-generic-pae, linux-backports-modules-cw-3.7-3.2.0-133-generic-pae, linux-backports-modules-cw-3.8-3.2.0-133-generic-pae 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-pae_3.2.0-133.124_i386.deb Size: 2743334 SHA256: dfa95844ff25a5124ff01813e11faa49ee86c6149d138d2b73cb96112baa22ec SHA1: b2da628dae7df606f0804612652c6937c0289646 MD5sum: a781c87a3fc311e48aa9d26e11c9e71f Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.3-generic-pae 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: 7662 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2742554 SHA256: 009ea4523dce919fd63acae14cd3dc22c80fdd086e32cc64dc0006dda032a50e SHA1: a86dcb6381d5be563fad1cb8f5868c7876f4a4d0 MD5sum: 632187c1c7e6ec29550e0957e0e789b8 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7656 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2735076 SHA256: 9d5794fe3e1aabbfa0eb855bac1ae175dbf5001108815a49e7c67b99f9f42fa6 SHA1: c49c56460d085a03af4254ae2ec289e61a384eb3 MD5sum: e55e8ee2063fda22285ccbbe404f2ebb Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7663 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-134.125 Depends: linux-image-3.2.0-134-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-134-generic-pae, linux-backports-modules-cw-3.11-3.2.0-134-generic-pae, linux-backports-modules-cw-3.12-3.2.0-134-generic-pae, linux-backports-modules-cw-3.4-3.2.0-134-generic-pae, linux-backports-modules-cw-3.5-3.2.0-134-generic-pae, linux-backports-modules-cw-3.6-3.2.0-134-generic-pae, linux-backports-modules-cw-3.7-3.2.0-134-generic-pae, linux-backports-modules-cw-3.8-3.2.0-134-generic-pae 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-pae_3.2.0-134.125_i386.deb Size: 2739868 SHA256: 5927fbee145388bbc574926abd0edef460b4b0e501b9d662bfdafeaad65d721f SHA1: 86528d04da137dd6af39338602643cca594cd034 MD5sum: 16a71b28b7744f9df10994f40917c922 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.3-generic-pae 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: 7662 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2739316 SHA256: 75fdeb782ca1b4b265a27b55e26f858dc31e819b141d66a9947e928fe3fd60a1 SHA1: b0485633f9c77ddb8692ac7712357bcb41e94489 MD5sum: 8826b81c2133e68440217148327d9cb5 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7656 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2743652 SHA256: 4f97cd2b4b411d49275497343fe879d9595668af1f95b425f80f40d0683b2eb4 SHA1: 08fe541591cd63a300a340212e44a3c0a2b2dac2 MD5sum: 43140465501b809400b4b209229cba2b Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7663 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-135.126 Depends: linux-image-3.2.0-135-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-135-generic-pae, linux-backports-modules-cw-3.11-3.2.0-135-generic-pae, linux-backports-modules-cw-3.12-3.2.0-135-generic-pae, linux-backports-modules-cw-3.4-3.2.0-135-generic-pae, linux-backports-modules-cw-3.5-3.2.0-135-generic-pae, linux-backports-modules-cw-3.6-3.2.0-135-generic-pae, linux-backports-modules-cw-3.7-3.2.0-135-generic-pae, linux-backports-modules-cw-3.8-3.2.0-135-generic-pae 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-pae_3.2.0-135.126_i386.deb Size: 2747646 SHA256: 21604cd6c5be71ddef34ac001c0765aaa772fb03f46c8e9c783469e31803800c SHA1: 3bb94090f3934d15fdc7a45ecc3a05943cd34adf MD5sum: 43243b26a207f92014ce042100b826bb Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.3-generic-pae 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: 7662 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2748190 SHA256: abcd290af2e4bee39e435f8722bce31cc883e383daa7d6687bab4765e371a780 SHA1: 71894e634212bd7ef80cff4185b35a7c5f4966c7 MD5sum: ac2d6f46523f339e653faf205fba48a5 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7656 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2742140 SHA256: e8405eedc40da51eca9f1219d77786c4ef61ffd9222f52cdc351e1c1bb873ccc SHA1: a558a641979356e8304593564b3ca00c7855f4a4 MD5sum: 51ecf88fd1703802cc1e689059c1f52a Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7664 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-136.127 Depends: linux-image-3.2.0-136-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-136-generic-pae, linux-backports-modules-cw-3.11-3.2.0-136-generic-pae, linux-backports-modules-cw-3.12-3.2.0-136-generic-pae, linux-backports-modules-cw-3.4-3.2.0-136-generic-pae, linux-backports-modules-cw-3.5-3.2.0-136-generic-pae, linux-backports-modules-cw-3.6-3.2.0-136-generic-pae, linux-backports-modules-cw-3.7-3.2.0-136-generic-pae, linux-backports-modules-cw-3.8-3.2.0-136-generic-pae 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-pae_3.2.0-136.127_i386.deb Size: 2746088 SHA256: a6b02bf625db1fd7f9d6e69eadc5ec3bc5f6f5c744aa04c33afce9c856aa2a5a SHA1: 0e10bac5153f660131b144c521f1320ba322ffc6 MD5sum: 35771551b1c0dacba01958ce7c80369b Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.3-generic-pae 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: 7662 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2745290 SHA256: 24c93cd6e288a8ed47ee92b9edc37e225c947973d0e791b3f9c40d1332102a3b SHA1: 2f2782961e107f615f2fe7c3ef45675aa1c3d550 MD5sum: 81df44199be689b3470f3509808d1a85 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7656 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2725290 SHA256: d3f6e1d569f7b0c448910ff4ef835ba9a634286e270fd22c2369c8d1ac21ecea SHA1: 1f40db15c59424d194802aefeec38bd21df634e5 MD5sum: e36fd07870ab579fd2b9ce765fbaca38 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7664 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-137.129 Depends: linux-image-3.2.0-137-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-137-generic-pae, linux-backports-modules-cw-3.11-3.2.0-137-generic-pae, linux-backports-modules-cw-3.12-3.2.0-137-generic-pae, linux-backports-modules-cw-3.4-3.2.0-137-generic-pae, linux-backports-modules-cw-3.5-3.2.0-137-generic-pae, linux-backports-modules-cw-3.6-3.2.0-137-generic-pae, linux-backports-modules-cw-3.7-3.2.0-137-generic-pae, linux-backports-modules-cw-3.8-3.2.0-137-generic-pae 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-pae_3.2.0-137.129_i386.deb Size: 2730046 SHA256: 6d31ca5c7b4d01fe6ffade009a6bcb2d74ce9153efec29b6d082cbdd99f2cae5 SHA1: ae3df542fd471ace980f566b090e4405a5dc8dd9 MD5sum: f638c64c3668dee7608acadc203edea5 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.3-generic-pae 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: 7662 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2730660 SHA256: e6ff51731032a2ebd97855b2a05edc7aba2e96272606f6682860f42ff927d88e SHA1: cb4088494dd189aec3b487f9b00e165b7c3118d9 MD5sum: acbe432aeb92c47e093bebaf8ebc4e3b Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7656 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2743536 SHA256: b4720519c3965b7a780021a414d608c67bf28565e6d558a6bb77a59caeebeded SHA1: 09623764ab39a73d59d738e9ea615a4124493f1a MD5sum: 5dcbda8390c817823db38e91381d1b9b Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7664 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-138.130 Depends: linux-image-3.2.0-138-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-138-generic-pae, linux-backports-modules-cw-3.11-3.2.0-138-generic-pae, linux-backports-modules-cw-3.12-3.2.0-138-generic-pae, linux-backports-modules-cw-3.4-3.2.0-138-generic-pae, linux-backports-modules-cw-3.5-3.2.0-138-generic-pae, linux-backports-modules-cw-3.6-3.2.0-138-generic-pae, linux-backports-modules-cw-3.7-3.2.0-138-generic-pae, linux-backports-modules-cw-3.8-3.2.0-138-generic-pae 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-pae_3.2.0-138.130_i386.deb Size: 2745214 SHA256: 913d792b8847fdfc52950db275c89f31ada07e5f33e0ffeb1c9e0067f7a704d5 SHA1: 578e2c7d5f67b4e4918de8a90332af78756b57b8 MD5sum: 40adbdf0a847de94ff373a090f0358ad Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.3-generic-pae 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: 7662 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2745812 SHA256: 3c46b43d3716132f351d088bc43bebb939d3a1a9c976340bad3c45523a4f46d4 SHA1: 3de8d531289ecd51b4ec6bc810aa32de805e7a78 MD5sum: c8068a25218a4a781ab7454d7673cc5b Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7656 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2739988 SHA256: e5f586f35a1a98971c79445d942d9cf3b17937348cc166c50f07022149825c5b SHA1: c5ae810b01f7fe648b7f0fec6f4da2c863e7bde7 MD5sum: d9a16f3f3625869ed5d3ab6798f911c9 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7664 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-139.131 Depends: linux-image-3.2.0-139-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-139-generic-pae, linux-backports-modules-cw-3.11-3.2.0-139-generic-pae, linux-backports-modules-cw-3.12-3.2.0-139-generic-pae, linux-backports-modules-cw-3.4-3.2.0-139-generic-pae, linux-backports-modules-cw-3.5-3.2.0-139-generic-pae, linux-backports-modules-cw-3.6-3.2.0-139-generic-pae, linux-backports-modules-cw-3.7-3.2.0-139-generic-pae, linux-backports-modules-cw-3.8-3.2.0-139-generic-pae 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-pae_3.2.0-139.131_i386.deb Size: 2744774 SHA256: 9078ed798ff7ee30f77fc69e2e9f577a1c00ddddea1ada379242aa572c003624 SHA1: 6a2c97a10d8a9073cde9dd9026add41a07724a89 MD5sum: e6cdabe07a2e7da7b6cc622c075b3373 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.3-generic-pae 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: 7662 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2744602 SHA256: 90f538f63efe111860aa53908dd050517454a2288186b0648282ea3ba6f69a61 SHA1: 37e1eb515d2b14e844f492e9182549ac0538e6e9 MD5sum: a35df24ed3f2c00751b7e39a8db5f5cd Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7656 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2727706 SHA256: d6e7f8bca6136fbb0471479a6e180dd193e9193ba3399b3e0d317e9d8239b7b7 SHA1: c4259b1bc703587ad21c2f5cd30f8c50b928fb8a MD5sum: e262f3a1ca4f76442311a4a8cb9d3ddc Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7664 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-140.132 Depends: linux-image-3.2.0-140-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-140-generic-pae, linux-backports-modules-cw-3.11-3.2.0-140-generic-pae, linux-backports-modules-cw-3.12-3.2.0-140-generic-pae, linux-backports-modules-cw-3.4-3.2.0-140-generic-pae, linux-backports-modules-cw-3.5-3.2.0-140-generic-pae, linux-backports-modules-cw-3.6-3.2.0-140-generic-pae, linux-backports-modules-cw-3.7-3.2.0-140-generic-pae, linux-backports-modules-cw-3.8-3.2.0-140-generic-pae 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-pae_3.2.0-140.132_i386.deb Size: 2730096 SHA256: a9b7b4802d3794e7754aec2f1e15b2b32903e18f0853bbb9678b835a754a0dd7 SHA1: 9d9a7fb83134c1d68b62605ed93e01504c9334a8 MD5sum: 22c6c9aa739321c6da3c2c1eebc8a9e7 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.3-generic-pae 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: 7662 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2730612 SHA256: 6ee631530079e814f1e88106faf8ee01e40019e10c52ab66a76c0c4c34ceefee SHA1: e917d75ce2604af26fc11eb5ab1e3a90c90be955 MD5sum: 38fc90ee702316c07b0fdb78dc57c70e Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7656 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2738010 SHA256: 0f17d3c084a9c633e1fd3996628106e458f72e5945628250fb70bf624758963d SHA1: 7c296cae7a9894c88fa1a4313608b57c839290df MD5sum: e23184a84275e716a57cf149172dd776 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7664 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-141.133 Depends: linux-image-3.2.0-141-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-141-generic-pae, linux-backports-modules-cw-3.11-3.2.0-141-generic-pae, linux-backports-modules-cw-3.12-3.2.0-141-generic-pae, linux-backports-modules-cw-3.4-3.2.0-141-generic-pae, linux-backports-modules-cw-3.5-3.2.0-141-generic-pae, linux-backports-modules-cw-3.6-3.2.0-141-generic-pae, linux-backports-modules-cw-3.7-3.2.0-141-generic-pae, linux-backports-modules-cw-3.8-3.2.0-141-generic-pae 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-pae_3.2.0-141.133_i386.deb Size: 2742940 SHA256: cc3e05000971c7d028248ed15d80a68bc91041ddcefc2743f29d20211fc74ee3 SHA1: 81cc1d8e3890158da990a08614ff47fcee38ba88 MD5sum: f0623dd65196bbabe7467c4b5e7f572b Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.3-generic-pae 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: 7662 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2742916 SHA256: d1f555ac6252e73e1fa2c81194650a5f4364d5a0b34b614ff70a046859b9e753 SHA1: f2851dca8c4ec8dce542e6060bf010be7de017d0 MD5sum: eefe86739510cfaf6e51d3c2ed8d1066 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7656 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2742768 SHA256: 642f6645ed37f16a7f13220eed9a91ba325b08a6638bd93ee45d500312987158 SHA1: 773b8df44da0774cfe8e85c98225a745f226e6c2 MD5sum: 23df934669edd106e974bd8ce7f436d5 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7664 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-142.134 Depends: linux-image-3.2.0-142-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-142-generic-pae, linux-backports-modules-cw-3.11-3.2.0-142-generic-pae, linux-backports-modules-cw-3.12-3.2.0-142-generic-pae, linux-backports-modules-cw-3.4-3.2.0-142-generic-pae, linux-backports-modules-cw-3.5-3.2.0-142-generic-pae, linux-backports-modules-cw-3.6-3.2.0-142-generic-pae, linux-backports-modules-cw-3.7-3.2.0-142-generic-pae, linux-backports-modules-cw-3.8-3.2.0-142-generic-pae 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-pae_3.2.0-142.134_i386.deb Size: 2744726 SHA256: 7339eabdc5454fa17efc80600b0784760360aec50ea2ec3263a140b0df406b86 SHA1: 9cfadf374ca2276f7103a489b19d337c1e469e37 MD5sum: f2961882214023255bd926803bbe0c5d Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.3-generic-pae 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: 7662 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2744760 SHA256: 4f33e70483681b1e3e7a7cc8a773a9ff7ebbdc63e12a766b76ad68df6c0da617 SHA1: 4dd613fc7ce651b081da3c96e4314848e0b2283f MD5sum: 05b11bc8c2962a20873df7940832dd60 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7656 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2712026 SHA256: 2d51e757cc3208d2c166a25245f15d6edd84c96e7de7adac9a9df3c09d026d19 SHA1: c7983d48130cc76cde0d85421ab41be55fbcef31 MD5sum: 96537f95cd84dc16699a0ab8f0f01d21 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7664 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-143.135 Depends: linux-image-3.2.0-143-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-143-generic-pae, linux-backports-modules-cw-3.11-3.2.0-143-generic-pae, linux-backports-modules-cw-3.12-3.2.0-143-generic-pae, linux-backports-modules-cw-3.4-3.2.0-143-generic-pae, linux-backports-modules-cw-3.5-3.2.0-143-generic-pae, linux-backports-modules-cw-3.6-3.2.0-143-generic-pae, linux-backports-modules-cw-3.7-3.2.0-143-generic-pae, linux-backports-modules-cw-3.8-3.2.0-143-generic-pae 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-pae_3.2.0-143.135_i386.deb Size: 2714924 SHA256: a01974cc12af8432c0fbaf8d7818c41580a5133ac6030992170c8c24f362fdae SHA1: b2a5c47f77b18ed6f127fa1fb3e6711d6cfcd452 MD5sum: 5032f671852548c088464d0c10fac8ee Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.3-generic-pae 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: 7662 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2715336 SHA256: 4573333d70b07be2237d8575b618449efcb5b7c0f14c05786772605349fb9225 SHA1: e525dd77f6c4c1e33bc3f73204a9a2a1e66977ee MD5sum: 63a8943e7fbaf437febf798c393d343f Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7656 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2743014 SHA256: 3ff428a4f46a2caffc506d7be647bae5391755e31e6d762c5add1e70dcf1d3de SHA1: 55d28fa5071ddf41e02eba8c2c69d95e4966f704 MD5sum: ed636ac45822c5617a9a78b94f16d5ae Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7664 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-144.136 Depends: linux-image-3.2.0-144-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-144-generic-pae, linux-backports-modules-cw-3.11-3.2.0-144-generic-pae, linux-backports-modules-cw-3.12-3.2.0-144-generic-pae, linux-backports-modules-cw-3.4-3.2.0-144-generic-pae, linux-backports-modules-cw-3.5-3.2.0-144-generic-pae, linux-backports-modules-cw-3.6-3.2.0-144-generic-pae, linux-backports-modules-cw-3.7-3.2.0-144-generic-pae, linux-backports-modules-cw-3.8-3.2.0-144-generic-pae 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-pae_3.2.0-144.136_i386.deb Size: 2746986 SHA256: afeb48750deaef59dd179987be99e348c43d6a2f3c4f5f0f860c384fffc868cb SHA1: d923325c31c7f1838b5c1cf558f17319e93b2a12 MD5sum: 138b378dab7025d3be93a3c99e5cb65a Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.3-generic-pae 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: 7662 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2747462 SHA256: b5696f6e627517aae06b9e5c284e80ac3a2a58ac68ebcecab0608a6c259ddce8 SHA1: cb9c6ccd0c16a0b37fe56cf89e8625bff924e226 MD5sum: 3c551c6c272dd1785a4ae530e3bf3d44 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7656 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2735080 SHA256: 28e320358b0a5290060ded2e77db0b990dda6e8b3451636d739890b792a06ad4 SHA1: a3bf6d72cb29cdb08acc4be3eeee5cd508982990 MD5sum: 0593221c8679f51e3a7db808d91fe4cf Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7664 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-147.138 Depends: linux-image-3.2.0-147-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-147-generic-pae, linux-backports-modules-cw-3.11-3.2.0-147-generic-pae, linux-backports-modules-cw-3.12-3.2.0-147-generic-pae, linux-backports-modules-cw-3.4-3.2.0-147-generic-pae, linux-backports-modules-cw-3.5-3.2.0-147-generic-pae, linux-backports-modules-cw-3.6-3.2.0-147-generic-pae, linux-backports-modules-cw-3.7-3.2.0-147-generic-pae, linux-backports-modules-cw-3.8-3.2.0-147-generic-pae 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-pae_3.2.0-147.138_i386.deb Size: 2739204 SHA256: 907c12c57c09ced93e1ff387e4ddf675a32404b4d14cc2f59f375ab87fd9dc20 SHA1: 5b83edccfcf8b8401fa0c720c741e34fa6e78074 MD5sum: 564361b3ab26f8410a9d88246482611b Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.3-generic-pae 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: 7662 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2739146 SHA256: 7d49ec32526143a1ffe9a86481624431c6427a68bee4d45feea1bd1760b3f2a4 SHA1: cbf3ab10605fc145ba346f259466e64f3ea6a636 MD5sum: dfeb1d856dcbaf4fe0923595165cce15 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7656 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2728298 SHA256: ffbf840f83b3b16230f205437f1a3a0563674d08789544d4eced8b4fe5a5f2ef SHA1: 9e830e138c4f13d08408c70f675360bc0bd3c0c6 MD5sum: 7ec64638cebe0335d63e49cac0cce421 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7664 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-148.139 Depends: linux-image-3.2.0-148-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-148-generic-pae, linux-backports-modules-cw-3.11-3.2.0-148-generic-pae, linux-backports-modules-cw-3.12-3.2.0-148-generic-pae, linux-backports-modules-cw-3.4-3.2.0-148-generic-pae, linux-backports-modules-cw-3.5-3.2.0-148-generic-pae, linux-backports-modules-cw-3.6-3.2.0-148-generic-pae, linux-backports-modules-cw-3.7-3.2.0-148-generic-pae, linux-backports-modules-cw-3.8-3.2.0-148-generic-pae 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-pae_3.2.0-148.139_i386.deb Size: 2733944 SHA256: 1494997bcf6908e89110d770cb3c1e7f042b6804a9c41c17447c871bf6de27a5 SHA1: e3122b80269ff074dcf658a17b79b0dd8e345087 MD5sum: 27e811899dfba7d2a7676cc8d4bdd361 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.3-generic-pae 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: 7662 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2733764 SHA256: 7d8a0b32a91e3ad817310ceeaba7c68d62132aa6db057272509cc3b1c58bdf35 SHA1: 3512f92ff4ded4e35dd706e797a4d1c05f42521c MD5sum: 1f25415bcba2f5fdbcc95a4c3a7f88ac Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7656 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2704236 SHA256: 6cc07af323585f7ed39a9190e987ab70be6d1ab84594b2932ce430c705ee40aa SHA1: 6a37903bb90e90c8a381a35798f7d62020a97927 MD5sum: 8e172ca1e904e7e3c3baeb1ec3c61f18 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7664 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-149.140 Depends: linux-image-3.2.0-149-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-149-generic-pae, linux-backports-modules-cw-3.11-3.2.0-149-generic-pae, linux-backports-modules-cw-3.12-3.2.0-149-generic-pae, linux-backports-modules-cw-3.4-3.2.0-149-generic-pae, linux-backports-modules-cw-3.5-3.2.0-149-generic-pae, linux-backports-modules-cw-3.6-3.2.0-149-generic-pae, linux-backports-modules-cw-3.7-3.2.0-149-generic-pae, linux-backports-modules-cw-3.8-3.2.0-149-generic-pae 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-pae_3.2.0-149.140_i386.deb Size: 2707672 SHA256: d9adfce685db3a9e6ba068a348a7724c70810bcf5a9e077ea99927489ec9bc95 SHA1: edb6aa17f3cf80650062e367059b43dff0c73336 MD5sum: c3ea2fd76c0393dbc833ac24c8e00ceb Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.3-generic-pae 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: 7662 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2708760 SHA256: b3d52807a0def699d6ce857c4e4895d6d4fca73981b4943dd1355be3e9b21a06 SHA1: 678acd80a8537176a423382bb4896881d2ac7334 MD5sum: c694834d3677a625f8a9bab344576e5b Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7656 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2739320 SHA256: 40231bdfbd81faaa95b1741ef89f0ab6c681b97615ecbaa64c6258c22bc01cde SHA1: 1eb9d1ffa95cffe47ba1c3ea1a77b76724185f87 MD5sum: d8c3eecc98fbf78fbeb0b5cf01072433 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7664 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-150.141 Depends: linux-image-3.2.0-150-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-150-generic-pae, linux-backports-modules-cw-3.11-3.2.0-150-generic-pae, linux-backports-modules-cw-3.12-3.2.0-150-generic-pae, linux-backports-modules-cw-3.4-3.2.0-150-generic-pae, linux-backports-modules-cw-3.5-3.2.0-150-generic-pae, linux-backports-modules-cw-3.6-3.2.0-150-generic-pae, linux-backports-modules-cw-3.7-3.2.0-150-generic-pae, linux-backports-modules-cw-3.8-3.2.0-150-generic-pae 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-pae_3.2.0-150.141_i386.deb Size: 2744714 SHA256: 3e3ddb55e42925d3847ad2d64db0f276b1e090d05c8786cb8d806f52fbfaf481 SHA1: e03cd646375ffd579a683f03c23c0e42ede65043 MD5sum: 160e568a55f642a9b146f389e57997a6 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.3-generic-pae 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: 7662 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2743564 SHA256: e0cb6c4611f1f3a2951531799c2b0a239f7e80944d9a7b23b99e19554a09120f SHA1: 8e3692e129b0cc2abcc4b1abf64e9511a080c311 MD5sum: 9907ddb104145cfa4a18bfd165f5dbc4 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: i386 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_i386.deb Size: 2528 SHA256: ab29e7f18272d01904c3a7126e6c1252edb6d0c210d0571b82d3d3dc5376fd44 SHA1: 41f6544f4401d206f45f35520a2a42a884cc3050 MD5sum: 5422f701ff9cb5bca672c193b5baa672 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-precise-generic-pae Source: linux-meta Priority: optional Section: devel Installed-Size: 34 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0.150.164 Depends: linux-backports-modules-cw-3.3-3.2.0-150-generic-pae Filename: pool/main/l/linux-meta/linux-backports-modules-cw-3.3-precise-generic-pae_3.2.0.150.164_i386.deb Size: 2538 SHA256: a493012e530b6a885b31802af287c82f7c7471c075baeab11e73077979e25f37 SHA1: 320524f559cd0a3bd888843b4e4789731ca8a6f3 MD5sum: f59877eb3f17179d45df41e3d458c165 Description: Backported wireless drivers for generic-pae 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: 7677 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2765802 SHA256: 93ae7d3f3710c1fa55d5cefbeea4e7c1f19454287ff7152c95c3d35aa0948d04 SHA1: 3d72f75e749552f26f3376aefcceee24664a5059 MD5sum: 007d2ccb1141d804df5d8b51ed490b3f Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7685 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-128.119 Depends: linux-image-3.2.0-128-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-128-generic-pae, linux-backports-modules-cw-3.11-3.2.0-128-generic-pae, linux-backports-modules-cw-3.12-3.2.0-128-generic-pae, linux-backports-modules-cw-3.3-3.2.0-128-generic-pae, linux-backports-modules-cw-3.5-3.2.0-128-generic-pae, linux-backports-modules-cw-3.6-3.2.0-128-generic-pae, linux-backports-modules-cw-3.7-3.2.0-128-generic-pae, linux-backports-modules-cw-3.8-3.2.0-128-generic-pae 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-pae_3.2.0-128.119_i386.deb Size: 2770772 SHA256: 72438e83820fe6c1296b453a45436d4555a224efb3f70dae185094bb730720d8 SHA1: 6d1151e11d734f24cd4646bb18d8f9b3e32759c0 MD5sum: 16549d0800049c6df534a5e722f33dd1 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.4-generic-pae 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: 7683 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2770822 SHA256: eda729bd365fb65d4c603b6405329d4c98ca18db7d5cd6353f8c232c9566b4e8 SHA1: 211d3b6dced12034aaa6b5d3d7660074cbd44e1e MD5sum: 5488334a46533aa157bb244c31601748 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7677 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2775112 SHA256: 23cac4b1224b5d8e4af953e1c7d2fc73d74f4649aa894ba29af70942a872f8cc SHA1: d208f3d39a33b8cb19cb7514d2df16f0d63c8218 MD5sum: f512b7f4e680200e1ef18d691d573325 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7685 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-129.120 Depends: linux-image-3.2.0-129-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-129-generic-pae, linux-backports-modules-cw-3.11-3.2.0-129-generic-pae, linux-backports-modules-cw-3.12-3.2.0-129-generic-pae, linux-backports-modules-cw-3.3-3.2.0-129-generic-pae, linux-backports-modules-cw-3.5-3.2.0-129-generic-pae, linux-backports-modules-cw-3.6-3.2.0-129-generic-pae, linux-backports-modules-cw-3.7-3.2.0-129-generic-pae, linux-backports-modules-cw-3.8-3.2.0-129-generic-pae 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-pae_3.2.0-129.120_i386.deb Size: 2780204 SHA256: 6a3bafd9b756da453b8c7264c67a2ae3559331e8675820d0931c8b90b2a0fa8d SHA1: 5abb12b9e79348751317ce2e20d05772174d0b8a MD5sum: 1a81ed452ad6b2ae5db294f36709b19c Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.4-generic-pae 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: 7683 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2780152 SHA256: f385d6804bfb93cd6841c773650749ad9aa23f7bd8f6ed17fd23d5440268fa69 SHA1: 5d6a067d6686c5dce7bf52e181bf3d035eb0d743 MD5sum: 9b4c908adec2486eaebfc25a1263a6a6 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7677 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2760946 SHA256: 513e5efa91d7e190510584b2591ad6074aacd9c3902b00856966e560a72008b2 SHA1: 3b63788d6c466bfbcfe3ffe0e1425e24b205e94d MD5sum: 649a9c1420e0d6515c642c7d7b886e6e Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7685 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-130.121 Depends: linux-image-3.2.0-130-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-130-generic-pae, linux-backports-modules-cw-3.11-3.2.0-130-generic-pae, linux-backports-modules-cw-3.12-3.2.0-130-generic-pae, linux-backports-modules-cw-3.3-3.2.0-130-generic-pae, linux-backports-modules-cw-3.5-3.2.0-130-generic-pae, linux-backports-modules-cw-3.6-3.2.0-130-generic-pae, linux-backports-modules-cw-3.7-3.2.0-130-generic-pae, linux-backports-modules-cw-3.8-3.2.0-130-generic-pae 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-pae_3.2.0-130.121_i386.deb Size: 2764180 SHA256: 7ec76d561a3f9b93217aa6980f95c3970bdd490408cf959175897fddcd7aa1b1 SHA1: f09a7b0e04aed1818e212bf697b6fa73b1ee8fc0 MD5sum: c18cf3c7357d02a58bd77b50d1fc83b2 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.4-generic-pae 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: 7683 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2763904 SHA256: c0c5ee503ae0f5a2ab556b79a4be2eefe0e6957152fbfc1eebf2518b1f946b26 SHA1: 51ba34c597400a6c97924441b28aec15ed764cb8 MD5sum: a4c49bcf184778b7b15a000a929d7751 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7677 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2762302 SHA256: 041ed11a80f560a0fb5033c05e7468fe4ae7a27f5bc829d269baab62b350ce2b SHA1: c4af5ed92b46e1442952582ba0e4a5a5e75c432b MD5sum: e5ecf7c7e4f7fd51478c741d39612e0f Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7685 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-131.122 Depends: linux-image-3.2.0-131-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-131-generic-pae, linux-backports-modules-cw-3.11-3.2.0-131-generic-pae, linux-backports-modules-cw-3.12-3.2.0-131-generic-pae, linux-backports-modules-cw-3.3-3.2.0-131-generic-pae, linux-backports-modules-cw-3.5-3.2.0-131-generic-pae, linux-backports-modules-cw-3.6-3.2.0-131-generic-pae, linux-backports-modules-cw-3.7-3.2.0-131-generic-pae, linux-backports-modules-cw-3.8-3.2.0-131-generic-pae 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-pae_3.2.0-131.122_i386.deb Size: 2767654 SHA256: dd5996576dcd1495364adbf22fdd3225bfc2f544247c4e7b13bfb0be446dad0a SHA1: 375726f73d4a9980bf64dd9d4b216941755f97a9 MD5sum: fe6ed41c7983731eaed63f5a77bf91e2 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.4-generic-pae 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: 7684 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2767398 SHA256: 88d384a83a9493165c4a707ab37b3d93f458d70b3d18060fe4055231c712dd3c SHA1: 48542d855d49690e7ed173fd9edee63d9338971f MD5sum: 868bd14272195c13ff65eae74af2d209 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7677 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2764802 SHA256: 698bd0946909d68b303d39bb9d6d81a3ba610c23a771d31bb756f17d89ea5e00 SHA1: 8d0c573169a574cf4a67445d7525029d632b1c39 MD5sum: ee54ab93351404b39fd886019684db66 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7685 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-132.123 Depends: linux-image-3.2.0-132-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-132-generic-pae, linux-backports-modules-cw-3.11-3.2.0-132-generic-pae, linux-backports-modules-cw-3.12-3.2.0-132-generic-pae, linux-backports-modules-cw-3.3-3.2.0-132-generic-pae, linux-backports-modules-cw-3.5-3.2.0-132-generic-pae, linux-backports-modules-cw-3.6-3.2.0-132-generic-pae, linux-backports-modules-cw-3.7-3.2.0-132-generic-pae, linux-backports-modules-cw-3.8-3.2.0-132-generic-pae 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-pae_3.2.0-132.123_i386.deb Size: 2771610 SHA256: 93b7f81e34c93f3f7f0d13cef14dab7656534dd32b0db6f26d4e606e65e69e1e SHA1: 8ca5c067b25754c366d2dff369e8b421cd7b86b1 MD5sum: 3607004872e0564d4e476fe3b75e7892 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.4-generic-pae 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: 7684 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2770024 SHA256: 057d7d1cb89450b0e56561034afad59bd9c6231b16566b90225d026f6e1c64c1 SHA1: e939c35d295e03d6f1419a8d53d290c9dd80ef35 MD5sum: 30c3b9979f3a60448177d5bbac71f9db Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7677 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2764428 SHA256: 74769d12075e0f3830a39b9047fbb4adfb3348467dec5ba593b5dbf6bc84ab2c SHA1: e0818028917e58c7351cb326c752d2eb8e3c27b6 MD5sum: 76c8dab48be60cabc6238a207b834c6e Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7685 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-133.124 Depends: linux-image-3.2.0-133-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-133-generic-pae, linux-backports-modules-cw-3.11-3.2.0-133-generic-pae, linux-backports-modules-cw-3.12-3.2.0-133-generic-pae, linux-backports-modules-cw-3.3-3.2.0-133-generic-pae, linux-backports-modules-cw-3.5-3.2.0-133-generic-pae, linux-backports-modules-cw-3.6-3.2.0-133-generic-pae, linux-backports-modules-cw-3.7-3.2.0-133-generic-pae, linux-backports-modules-cw-3.8-3.2.0-133-generic-pae 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-pae_3.2.0-133.124_i386.deb Size: 2770516 SHA256: dfdbad2956a707c471c34d7b819900fe27a812c5de829d1a10afee776dafc2a7 SHA1: 836e173dcbb34da3ff183ae27bcc78dcfa9080fb MD5sum: b6631e3d6e20429f44786acefac230df Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.4-generic-pae 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: 7684 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2770836 SHA256: 99894d2e4bdb4acb48c0075c0f42f51af55077b333769acb68e4ac5e32bf19d2 SHA1: 699a03286ac7b194d4d8f6428df4288870cfc9f2 MD5sum: 4cac0193affd06262cd513be8efb45f2 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7677 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2753264 SHA256: 544d1131d179dbea3e6c9031b1a9b72f4be20a43a89abb44633380e0dafa318c SHA1: d27cea01f6d5b107f9dcda46d57f4dc522ffcf6d MD5sum: 0e0ffd5bb01e55d792ac42ca14f41398 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7685 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-134.125 Depends: linux-image-3.2.0-134-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-134-generic-pae, linux-backports-modules-cw-3.11-3.2.0-134-generic-pae, linux-backports-modules-cw-3.12-3.2.0-134-generic-pae, linux-backports-modules-cw-3.3-3.2.0-134-generic-pae, linux-backports-modules-cw-3.5-3.2.0-134-generic-pae, linux-backports-modules-cw-3.6-3.2.0-134-generic-pae, linux-backports-modules-cw-3.7-3.2.0-134-generic-pae, linux-backports-modules-cw-3.8-3.2.0-134-generic-pae 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-pae_3.2.0-134.125_i386.deb Size: 2758568 SHA256: 6df9a0d689143d4c0571c9a9daa608440aad37a62f5d2206e9d84ac99dd2763a SHA1: 7d0c67ee763e5b22e6cc5e9b02a76b0a030e1164 MD5sum: 6d6c019efe187616739d8d0369e1f8d3 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.4-generic-pae 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: 7684 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2757916 SHA256: 1b1ddf6abb08ddbff5bc28efff9aab47ad3f1b9d965eb10e5353d9908d6df41b SHA1: 1ce2207e7324da60ef3a6197e70900a0d3177abb MD5sum: 43343619f29c025073f0fb9c7b231f30 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7677 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2765656 SHA256: 07ffa87e23f530617f273ef9d3a52f09029d08b133e9a9349158dd885b5c0162 SHA1: c52f9beed1b76e5f64f1e87c9d083c2515c150e5 MD5sum: 6e8f3f0999dd57f45ef27d2e3fde764f Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7685 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-135.126 Depends: linux-image-3.2.0-135-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-135-generic-pae, linux-backports-modules-cw-3.11-3.2.0-135-generic-pae, linux-backports-modules-cw-3.12-3.2.0-135-generic-pae, linux-backports-modules-cw-3.3-3.2.0-135-generic-pae, linux-backports-modules-cw-3.5-3.2.0-135-generic-pae, linux-backports-modules-cw-3.6-3.2.0-135-generic-pae, linux-backports-modules-cw-3.7-3.2.0-135-generic-pae, linux-backports-modules-cw-3.8-3.2.0-135-generic-pae 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-pae_3.2.0-135.126_i386.deb Size: 2770718 SHA256: b94004b16e0370e186b6f32ba1ded3673ed00eeeed4e7b2bafb6c5c3b38d07c2 SHA1: 0af60fb36fb82e295f49143c1252f608b1451472 MD5sum: 2015982c1e10ad7f10434a443802b557 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.4-generic-pae 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: 7684 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2770280 SHA256: 478f7ea885639bae5666a320b3c4d22858325dee5b3fa678dab92bc8ff56dc03 SHA1: 18f24da96dff83702a67e6be8ad1e482b250c594 MD5sum: 73177632940330cae318595040f4cb27 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7677 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2759838 SHA256: 76adb43832acbdacffef1e374f01c41b2a47e94c86c3901469cb389c1905feb5 SHA1: b82657cd2adaf1585dff1dd3a8f8ac35bb750ba0 MD5sum: 8776a8b4700e1bc491ee3048c45d2b79 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7686 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-136.127 Depends: linux-image-3.2.0-136-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-136-generic-pae, linux-backports-modules-cw-3.11-3.2.0-136-generic-pae, linux-backports-modules-cw-3.12-3.2.0-136-generic-pae, linux-backports-modules-cw-3.3-3.2.0-136-generic-pae, linux-backports-modules-cw-3.5-3.2.0-136-generic-pae, linux-backports-modules-cw-3.6-3.2.0-136-generic-pae, linux-backports-modules-cw-3.7-3.2.0-136-generic-pae, linux-backports-modules-cw-3.8-3.2.0-136-generic-pae 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-pae_3.2.0-136.127_i386.deb Size: 2763470 SHA256: fd86b11f3daa20fcb1c091d53ec7c6e362711d6ff9e9c1bb30b906625dd28eb5 SHA1: 9e6bee9077007c0ee2fab68a8aadaffcebd2b7e7 MD5sum: fb182544dffaffac1f186d5283b58f8d Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.4-generic-pae 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: 7684 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2763124 SHA256: fed8f42d27163c5d9eb2fa7f9b9fd878c3e47d45b4154757e5a3a96de2e4751e SHA1: 68923681d29596bf8bb04588376c506febff8e26 MD5sum: ffe3a0e8ad8463a0fdb52d0301e92017 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7677 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2755542 SHA256: a1df0525be923149b2d911a79ad44ab49df8a60a41c71e56e51166602b785b53 SHA1: a8a8a296ba2e0abd2e3d18e139dd1d36d15e1417 MD5sum: 4371b61f5c9dd699685c261d0c23980b Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7686 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-137.129 Depends: linux-image-3.2.0-137-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-137-generic-pae, linux-backports-modules-cw-3.11-3.2.0-137-generic-pae, linux-backports-modules-cw-3.12-3.2.0-137-generic-pae, linux-backports-modules-cw-3.3-3.2.0-137-generic-pae, linux-backports-modules-cw-3.5-3.2.0-137-generic-pae, linux-backports-modules-cw-3.6-3.2.0-137-generic-pae, linux-backports-modules-cw-3.7-3.2.0-137-generic-pae, linux-backports-modules-cw-3.8-3.2.0-137-generic-pae 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-pae_3.2.0-137.129_i386.deb Size: 2759478 SHA256: d8e8e735cb78a0785473ecf4c08552a2b9c47e1e0c253be7e96e461af3901124 SHA1: c9503719a61420924d27ad02c402ece0ede8d6f3 MD5sum: d9391909d81a9be1c7c7b73d334cc2b8 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.4-generic-pae 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: 7684 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2759906 SHA256: 336104486d3acf85925020c6168c10904fa75a8b7bffcd36c1ba0a9d76f28242 SHA1: dc79cc268278b9581b6d0163813d62f226580d77 MD5sum: 6454cde99051023ed0bedca8c1a4b1b6 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7677 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2770470 SHA256: ee5dd6b776e12b445fcc14315d3164dec4d2c1fd60e93213614c5327a9da03c0 SHA1: bc6bb3262de91fae705ebd877c34eb6c6a9956eb MD5sum: aeb0bfbdca7a1dac118a0240f1923b93 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7686 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-138.130 Depends: linux-image-3.2.0-138-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-138-generic-pae, linux-backports-modules-cw-3.11-3.2.0-138-generic-pae, linux-backports-modules-cw-3.12-3.2.0-138-generic-pae, linux-backports-modules-cw-3.3-3.2.0-138-generic-pae, linux-backports-modules-cw-3.5-3.2.0-138-generic-pae, linux-backports-modules-cw-3.6-3.2.0-138-generic-pae, linux-backports-modules-cw-3.7-3.2.0-138-generic-pae, linux-backports-modules-cw-3.8-3.2.0-138-generic-pae 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-pae_3.2.0-138.130_i386.deb Size: 2776094 SHA256: 735341f8e84a07a7a07fbb6ca8613b2adc422f5b6c963d1171448f3603da8d35 SHA1: f9c6c024a403b47e1c9ec1d03ea90d4fe29b8d61 MD5sum: 130dada80aad7993b64a292364041655 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.4-generic-pae 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: 7684 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2775816 SHA256: 0311949500ce0e91eb0780158fb3850e6f2f4918ecb748da63dbf4a7db348456 SHA1: 348f7efb190753c04d67c860fe15c4b5bbd55cb9 MD5sum: 52b2ceb8776ea5677ff6901cd866f198 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7677 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2754410 SHA256: 53dc99aace0e027480bca08213a8e216049b5c7b95e5b92b9f2f83f213bd55fd SHA1: efdf50871d991838c92952346d54f5e0b4bbd1d8 MD5sum: a78f6327247c880a36db635599ea7ff8 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7686 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-139.131 Depends: linux-image-3.2.0-139-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-139-generic-pae, linux-backports-modules-cw-3.11-3.2.0-139-generic-pae, linux-backports-modules-cw-3.12-3.2.0-139-generic-pae, linux-backports-modules-cw-3.3-3.2.0-139-generic-pae, linux-backports-modules-cw-3.5-3.2.0-139-generic-pae, linux-backports-modules-cw-3.6-3.2.0-139-generic-pae, linux-backports-modules-cw-3.7-3.2.0-139-generic-pae, linux-backports-modules-cw-3.8-3.2.0-139-generic-pae 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-pae_3.2.0-139.131_i386.deb Size: 2760052 SHA256: 7a66aaf7f7582b36cba5f39c83502ed0c1cca34fa4be0b686c9a8441b25ceea0 SHA1: 8245501a2ca0efdac9b2e9f531fbb221076d9f6a MD5sum: 45ff44eb3ec91f2cb85df44732e1e878 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.4-generic-pae 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: 7684 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2758520 SHA256: fcc7d1e0c459652f1ba827af586df3cf73945aaff498fe6e69479472f13180ce SHA1: 43ca0b201246b3a45a4db09f1c6bacbc41fa2f27 MD5sum: 7eee538a4f81e0e0823d79ac5895cd35 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7677 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2744706 SHA256: e3c8425fdd2d410f4b0c5989dfe88cbe30c540c34e15cc6e7fe289ae0972c872 SHA1: eb4a3c59bacfeec6ef751cefdf2e708a84d3955a MD5sum: 65c83463f2e406b35833b8e8e1f850bd Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7686 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-140.132 Depends: linux-image-3.2.0-140-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-140-generic-pae, linux-backports-modules-cw-3.11-3.2.0-140-generic-pae, linux-backports-modules-cw-3.12-3.2.0-140-generic-pae, linux-backports-modules-cw-3.3-3.2.0-140-generic-pae, linux-backports-modules-cw-3.5-3.2.0-140-generic-pae, linux-backports-modules-cw-3.6-3.2.0-140-generic-pae, linux-backports-modules-cw-3.7-3.2.0-140-generic-pae, linux-backports-modules-cw-3.8-3.2.0-140-generic-pae 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-pae_3.2.0-140.132_i386.deb Size: 2751292 SHA256: 5c6ecc7e279f0c50419b6ff7906a45a9b728522c17ffe46b07068314e4e5456b SHA1: 57f9a3d1160b8afab87fc2569394b64a9afab38f MD5sum: 535c40347c0d0e2d3454bf25899b73d6 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.4-generic-pae 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: 7684 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2751190 SHA256: ff374203b4f22eba9fb3c41d3fc2917eb1b3405948cfb7bc61f1c9a14a65cc94 SHA1: 0197eb0ddb894f77d5275711d7c1805ddfcabef5 MD5sum: c36aaf477fd58a34af273630a84ba1a2 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7677 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2763192 SHA256: 7b9f1ea3cb9ad97904a9051b99b03068668a3a3b685ed02825ae3f37697b9ae3 SHA1: 3d787f345d5ed566f85c88aa51dc8b461088fda3 MD5sum: 165162b42aad3477499b0007d2052a31 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7686 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-141.133 Depends: linux-image-3.2.0-141-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-141-generic-pae, linux-backports-modules-cw-3.11-3.2.0-141-generic-pae, linux-backports-modules-cw-3.12-3.2.0-141-generic-pae, linux-backports-modules-cw-3.3-3.2.0-141-generic-pae, linux-backports-modules-cw-3.5-3.2.0-141-generic-pae, linux-backports-modules-cw-3.6-3.2.0-141-generic-pae, linux-backports-modules-cw-3.7-3.2.0-141-generic-pae, linux-backports-modules-cw-3.8-3.2.0-141-generic-pae 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-pae_3.2.0-141.133_i386.deb Size: 2768582 SHA256: 46399d230995d0736c45dbbf430c7b368dacb9a8b2fbdfb87dec5f9cd9ff6bb7 SHA1: fd125e4600aeebbf5185f8472347b9fc27a87a25 MD5sum: 4b1e9f15a74cdbbd5d3349e11f332a08 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.4-generic-pae 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: 7684 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2767402 SHA256: c8d35308a479efb864dcecf7411f4a0082524ad38b3ac292dc2c9a72f29bfd68 SHA1: 63e521572fd2e29ef6cd3faca9830dec77c69653 MD5sum: 0cdb6ffd5b6c9944d093b4e74dd44007 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7678 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2765156 SHA256: 89ab077808fd3e9235898565b16a90de9141c128796e7273359c47b2194e2d18 SHA1: 6d14d8dc14700dff175457534c7ffa219ee16168 MD5sum: e14840a009b353252410edf4f2f3b1c1 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7686 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-142.134 Depends: linux-image-3.2.0-142-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-142-generic-pae, linux-backports-modules-cw-3.11-3.2.0-142-generic-pae, linux-backports-modules-cw-3.12-3.2.0-142-generic-pae, linux-backports-modules-cw-3.3-3.2.0-142-generic-pae, linux-backports-modules-cw-3.5-3.2.0-142-generic-pae, linux-backports-modules-cw-3.6-3.2.0-142-generic-pae, linux-backports-modules-cw-3.7-3.2.0-142-generic-pae, linux-backports-modules-cw-3.8-3.2.0-142-generic-pae 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-pae_3.2.0-142.134_i386.deb Size: 2766218 SHA256: bccb5d339094f4fab7494b6eeed79ca0d90e741747db9b613fbf1a5c812dbca8 SHA1: c75abf659700e39a82d2004337d04d81b21d9d13 MD5sum: 9a9e68e6cd358ce1b1bb593a18934b3f Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.4-generic-pae 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: 7684 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2767570 SHA256: 56129016f016c938f183ef1806e975c06dc6a178dc71869769d45349710d2ba2 SHA1: 8fc1fc28b810359f3d101dd4a89df5be2504c240 MD5sum: 516d35ba951f99fb70ab23e03e1a24a0 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7678 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2737814 SHA256: d023cc5a3b4de191c7be8e96304a89ee3cacb6f56e513504d8e9ab13688bf992 SHA1: 6c9794135e78780424b38f1c67b909b6a9ad5a1e MD5sum: e3e66a8a65f3a74fbe6b7daea1a0ff7a Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7686 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-143.135 Depends: linux-image-3.2.0-143-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-143-generic-pae, linux-backports-modules-cw-3.11-3.2.0-143-generic-pae, linux-backports-modules-cw-3.12-3.2.0-143-generic-pae, linux-backports-modules-cw-3.3-3.2.0-143-generic-pae, linux-backports-modules-cw-3.5-3.2.0-143-generic-pae, linux-backports-modules-cw-3.6-3.2.0-143-generic-pae, linux-backports-modules-cw-3.7-3.2.0-143-generic-pae, linux-backports-modules-cw-3.8-3.2.0-143-generic-pae 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-pae_3.2.0-143.135_i386.deb Size: 2741244 SHA256: 3761f9b389831c8a7ab28cac74c6d6461c89ae2c1a4dc3a2d002936d165050aa SHA1: fc102195f3e829b55a8fbc2e359c375ea3cfcfe0 MD5sum: 84c3824cbc9742e89137520cabf7c3c8 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.4-generic-pae 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: 7684 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2741920 SHA256: cb84dca1ada0ff8ceea2bfc4c2dd21624e8e838d2dced0b58d989525726bf8de SHA1: 82b6e0edbc7013429a3e796a79dd68de927d4348 MD5sum: 7d3ecd1d555e9f2c2c3d407c7602b6f1 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7678 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2766456 SHA256: 036bb41cdd819c4879a3303464df4424db9b6e4ae93dd6ca5c107d665f413b47 SHA1: 7f45c0a38e804878b5cb9484b6066475141e9710 MD5sum: ef458082599e394e439cd877b0af94dd Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7686 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-144.136 Depends: linux-image-3.2.0-144-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-144-generic-pae, linux-backports-modules-cw-3.11-3.2.0-144-generic-pae, linux-backports-modules-cw-3.12-3.2.0-144-generic-pae, linux-backports-modules-cw-3.3-3.2.0-144-generic-pae, linux-backports-modules-cw-3.5-3.2.0-144-generic-pae, linux-backports-modules-cw-3.6-3.2.0-144-generic-pae, linux-backports-modules-cw-3.7-3.2.0-144-generic-pae, linux-backports-modules-cw-3.8-3.2.0-144-generic-pae 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-pae_3.2.0-144.136_i386.deb Size: 2771958 SHA256: 063da1edca237cd71ed77855425cb7e7588cf357e1f696afa6cc15fb4790d2fb SHA1: 2b1d8d3a04123e0286087fc41e2d929189afa91c MD5sum: 6945c8c2bb42de0bc086f5e996069955 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.4-generic-pae 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: 7684 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2770742 SHA256: 590201efd9af5bd08a2583e4608ee0f239212fa330cd4b0adcfd0ab0e56288be SHA1: e38b4a0351a9616701f89edc981af7b4cc01ebab MD5sum: 06e07790d93cd760b5beefc3c018bc71 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7678 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2762498 SHA256: 77e8cc18ab06e865e78ea88daa4c0236885eaa28ef3522feb1244f4ad130f59b SHA1: 9a9a7ac91761d7b3c6dea39fd35123a331b755dd MD5sum: b14e5f5a1f78f3fcaa0032d9c4f16fd4 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7686 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-147.138 Depends: linux-image-3.2.0-147-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-147-generic-pae, linux-backports-modules-cw-3.11-3.2.0-147-generic-pae, linux-backports-modules-cw-3.12-3.2.0-147-generic-pae, linux-backports-modules-cw-3.3-3.2.0-147-generic-pae, linux-backports-modules-cw-3.5-3.2.0-147-generic-pae, linux-backports-modules-cw-3.6-3.2.0-147-generic-pae, linux-backports-modules-cw-3.7-3.2.0-147-generic-pae, linux-backports-modules-cw-3.8-3.2.0-147-generic-pae 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-pae_3.2.0-147.138_i386.deb Size: 2768542 SHA256: d6add1095bacc75f3e4ad069cbb4c604553da9aad6055869c3e384b99be50bc8 SHA1: 17f4376655e9a1f211e981b06a27aeb1655b1c15 MD5sum: c1b5708c74df9a2313d3b75c6198aed7 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.4-generic-pae 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: 7684 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2767284 SHA256: c32bb43fe7bac7bd6473c220da1e5c99fe0ec63f09c643656d339a1ad2c9862c SHA1: bde8c5f2f32dd37ee786756200d6dd57c348f840 MD5sum: a61908214cbf06863557b366d0969842 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7678 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2753364 SHA256: cdcb0e69a4b2f60e2ae8bef59bb792ef90adb5aa9d04d6327a68fbe629b4117c SHA1: 6ad20434195d27f8d81e23ecb9e924181fcf207a MD5sum: ba903503b75ddbe54ba9b8a48df65ec8 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7686 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-148.139 Depends: linux-image-3.2.0-148-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-148-generic-pae, linux-backports-modules-cw-3.11-3.2.0-148-generic-pae, linux-backports-modules-cw-3.12-3.2.0-148-generic-pae, linux-backports-modules-cw-3.3-3.2.0-148-generic-pae, linux-backports-modules-cw-3.5-3.2.0-148-generic-pae, linux-backports-modules-cw-3.6-3.2.0-148-generic-pae, linux-backports-modules-cw-3.7-3.2.0-148-generic-pae, linux-backports-modules-cw-3.8-3.2.0-148-generic-pae 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-pae_3.2.0-148.139_i386.deb Size: 2759148 SHA256: 35241c225405afcddae33a20a83debe52919bf6ad2312a47cac82d68798c9a00 SHA1: 637d54c3bdb2167ed9f12de3b78708065d1ed087 MD5sum: 023f9bc49ee3f0bf93a355b8970d2567 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.4-generic-pae 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: 7684 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2757616 SHA256: 463ff22ff15a8ecc2ee12cc999691bff37415b92bdf1debf4fb34fb79174f4ca SHA1: 799405b7c1215cd380e759d898c7dc814e5e298f MD5sum: f567194f435c5b0646cd7e33727deba4 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7678 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2732134 SHA256: 166ea871ba06cac2ca86adc8010e7340f49a982154f409fe0a6d4759d653be5f SHA1: 0e00f22ff22a0c2541f2dde98bb247b327ce2a94 MD5sum: c265798a1810fd19a795de9dc58788c6 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7686 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-149.140 Depends: linux-image-3.2.0-149-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-149-generic-pae, linux-backports-modules-cw-3.11-3.2.0-149-generic-pae, linux-backports-modules-cw-3.12-3.2.0-149-generic-pae, linux-backports-modules-cw-3.3-3.2.0-149-generic-pae, linux-backports-modules-cw-3.5-3.2.0-149-generic-pae, linux-backports-modules-cw-3.6-3.2.0-149-generic-pae, linux-backports-modules-cw-3.7-3.2.0-149-generic-pae, linux-backports-modules-cw-3.8-3.2.0-149-generic-pae 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-pae_3.2.0-149.140_i386.deb Size: 2736426 SHA256: 052197552f656aad09012f70e4d27f7a844517c02c2b6f89d969261cd706f234 SHA1: 4f65ef857a9a1edec5a9bde57a43fc791ca28749 MD5sum: baa7d9e71293e4050a2607f98c193a96 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.4-generic-pae 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: 7684 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2737094 SHA256: 0f9596fd81b606c276ba82a3ffca91b48acd760b7fc6e2954cbc15c41c6449cc SHA1: d15fca19f31819ba358db2ee923cbd53f4204070 MD5sum: dfa6484795b7224d914977448aa3d0c3 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7678 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2762166 SHA256: b4a4899f386e6beac279312fa24ec12396874a373d9b88adc4a176b14aad8883 SHA1: 1bd7d2825da391a5f84db9a1f4448e764683b339 MD5sum: 62c2a6cf13b9ec5773600a57c0eb33e1 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7686 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-150.141 Depends: linux-image-3.2.0-150-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-150-generic-pae, linux-backports-modules-cw-3.11-3.2.0-150-generic-pae, linux-backports-modules-cw-3.12-3.2.0-150-generic-pae, linux-backports-modules-cw-3.3-3.2.0-150-generic-pae, linux-backports-modules-cw-3.5-3.2.0-150-generic-pae, linux-backports-modules-cw-3.6-3.2.0-150-generic-pae, linux-backports-modules-cw-3.7-3.2.0-150-generic-pae, linux-backports-modules-cw-3.8-3.2.0-150-generic-pae 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-pae_3.2.0-150.141_i386.deb Size: 2766368 SHA256: 6cc7c7bf355d5e276f55ebc19e3ef1f18a2bb18be15b50405eaedd250cfd69cf SHA1: 73fc7bb002b22d49e2c6418ba3537abefdfc4837 MD5sum: 652e69c9c0770a39d79dc888e65ce1b1 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.4-generic-pae 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: 7684 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2766974 SHA256: 9ddc8c69fed6f8a0ea053213d738c1c9184c0e14b1e97fef65feec47aec376f5 SHA1: fcfc1c9a6836ccd614a4bb02ebeb0d3a71b50225 MD5sum: 68e2320eaf575113385d4941112fb84e Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: i386 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_i386.deb Size: 2524 SHA256: 48369a4edbcf4efd1d5e7c93ea4eee1c043720807b4ad5a18cd6316331989b2b SHA1: e8155529f1a627c587ad2484182700d01b6de425 MD5sum: e38065e1a96e47effd253de057f3ecee 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-precise-generic-pae Source: linux-meta Priority: optional Section: devel Installed-Size: 34 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0.150.164 Depends: linux-backports-modules-cw-3.4-3.2.0-150-generic-pae Filename: pool/main/l/linux-meta/linux-backports-modules-cw-3.4-precise-generic-pae_3.2.0.150.164_i386.deb Size: 2534 SHA256: 118813ef70db139bbe60ea3747e72068c2782abaee351c1a5dd667f29fbefe87 SHA1: df46b4051af0528fce085a7dac072087cf2d39e3 MD5sum: 95821c4a87af49ec78a87d06647ff37a Description: Backported wireless drivers for generic-pae 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: 7713 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2778092 SHA256: 73ae55b85081dd4496364aa901391e38ad04e186ec541c6d662bbfaf8d2cc592 SHA1: 99c92896e7058ad2951245babfede6445a0ae35c MD5sum: 615e58749706ca02c661c2f3089ef99e Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7721 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-128.119 Depends: linux-image-3.2.0-128-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-128-generic-pae, linux-backports-modules-cw-3.11-3.2.0-128-generic-pae, linux-backports-modules-cw-3.12-3.2.0-128-generic-pae, linux-backports-modules-cw-3.3-3.2.0-128-generic-pae, linux-backports-modules-cw-3.4-3.2.0-128-generic-pae, linux-backports-modules-cw-3.6-3.2.0-128-generic-pae, linux-backports-modules-cw-3.7-3.2.0-128-generic-pae, linux-backports-modules-cw-3.8-3.2.0-128-generic-pae 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-pae_3.2.0-128.119_i386.deb Size: 2780748 SHA256: ca07bac906aa54a397768e6bbf467eb26cdbaf3880dd627369c33a920c527b64 SHA1: 16b2dc9044f6ebcf8cd74080620146d651fb51e8 MD5sum: ffe19f9d91c37d0aabd7c362d7529ea4 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.5-generic-pae 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: 7719 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2781408 SHA256: 46a2328c13be14efcb0cd159bebc8f6fa6682a0a9bfb088e018c71666d32c1ce SHA1: aa66d84bbecd32711f91ccaa5ad163c0fc1236b5 MD5sum: 6aea97274999b41d619d0ea971f05447 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7713 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2781678 SHA256: e75f4bcd96dde4ce31e26b4cdbd5de651e092ea89f75130bcf55bda19a2e7b5b SHA1: 283bd394ff2e9631fcfc7961a63b09884055effd MD5sum: dffb5f993aafb2178fe28cd754d63c09 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7721 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-129.120 Depends: linux-image-3.2.0-129-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-129-generic-pae, linux-backports-modules-cw-3.11-3.2.0-129-generic-pae, linux-backports-modules-cw-3.12-3.2.0-129-generic-pae, linux-backports-modules-cw-3.3-3.2.0-129-generic-pae, linux-backports-modules-cw-3.4-3.2.0-129-generic-pae, linux-backports-modules-cw-3.6-3.2.0-129-generic-pae, linux-backports-modules-cw-3.7-3.2.0-129-generic-pae, linux-backports-modules-cw-3.8-3.2.0-129-generic-pae 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-pae_3.2.0-129.120_i386.deb Size: 2788004 SHA256: 61ea1a65438ec1d3ea924079ddbf8e1bb854e85acb5045667da3ac5465234c27 SHA1: ed77df756287c966ccf2c1d24642825f79fe1d57 MD5sum: c627f779a2afb3f5ca3b609ce2038b2c Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.5-generic-pae 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: 7719 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2785918 SHA256: 77da2ea66f6428e87ffa1dcb7368aa8d24ab2436a480ae982d9b3f95ca68b209 SHA1: 810e8b5bd4cdf27f055c75a48ddbbf3b4de8ef6b MD5sum: ff7f5eb798e0f0adabaa67e75076a958 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7713 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2776294 SHA256: d81ced839eede347b8b34e584501197e3689ef1d2f54e37737a46815e4613d3e SHA1: 2cac49a523a45a134ade7408a6d1c93d5a4342fc MD5sum: 2934216bf240ce5a13661bd7ed265eeb Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7721 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-130.121 Depends: linux-image-3.2.0-130-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-130-generic-pae, linux-backports-modules-cw-3.11-3.2.0-130-generic-pae, linux-backports-modules-cw-3.12-3.2.0-130-generic-pae, linux-backports-modules-cw-3.3-3.2.0-130-generic-pae, linux-backports-modules-cw-3.4-3.2.0-130-generic-pae, linux-backports-modules-cw-3.6-3.2.0-130-generic-pae, linux-backports-modules-cw-3.7-3.2.0-130-generic-pae, linux-backports-modules-cw-3.8-3.2.0-130-generic-pae 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-pae_3.2.0-130.121_i386.deb Size: 2780406 SHA256: 36af445dcc365107201fb442ceee40a0b856c95b5960800950019efc7ce5b045 SHA1: 85675f1ef688e2dc4717666866b6a644b53f74b1 MD5sum: d789abdf09d94c9e94b7db3c3ad829e7 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.5-generic-pae 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: 7719 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2779774 SHA256: 8a09e90ac341ad075181d13bf4d4b1f6fa2daf15cd54eb0277262417b9b82bac SHA1: cb02e8e2936287916ac784548e82e9eb21a86c25 MD5sum: b27bc97ac9a0df749f2cf571f016606c Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7713 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2772660 SHA256: eb14e3adc3488ca926b28f3728e466710a080c7671732f16960b16193d770fcc SHA1: 41c2cc851f1cbae68fd3b01d7fe919969d4aa4fa MD5sum: 2763805d5f1afec2d257ca9995e35d5f Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7721 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-131.122 Depends: linux-image-3.2.0-131-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-131-generic-pae, linux-backports-modules-cw-3.11-3.2.0-131-generic-pae, linux-backports-modules-cw-3.12-3.2.0-131-generic-pae, linux-backports-modules-cw-3.3-3.2.0-131-generic-pae, linux-backports-modules-cw-3.4-3.2.0-131-generic-pae, linux-backports-modules-cw-3.6-3.2.0-131-generic-pae, linux-backports-modules-cw-3.7-3.2.0-131-generic-pae, linux-backports-modules-cw-3.8-3.2.0-131-generic-pae 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-pae_3.2.0-131.122_i386.deb Size: 2776920 SHA256: c66296b40d1bc9dbb8283b7482fceaa6f75374fac82577ff8ceef6ea0f479d4f SHA1: 88c76937552ad1288a53ba75da3de70a79dc34e8 MD5sum: 8e06e61a111afa5f31092f06d796bb81 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.5-generic-pae 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: 7719 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2776400 SHA256: cd4961f6593511dea32dfbdafe03c4e4b90d8089355f2bb0693ae2441982273f SHA1: 2dda3dcbf89ecbc4043c2a8472836a618e58050c MD5sum: 82814a47133a3e3d0738179a8cffdf84 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7713 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2770382 SHA256: d1af600ce8fca42f0519dc0d43cbb4376612dda2f1a2c19490c5395787513b55 SHA1: fc144ff58651af967850d07b21e985ae92a92bfd MD5sum: 29d69461969b4d70a65e628ec24049a4 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7721 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-132.123 Depends: linux-image-3.2.0-132-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-132-generic-pae, linux-backports-modules-cw-3.11-3.2.0-132-generic-pae, linux-backports-modules-cw-3.12-3.2.0-132-generic-pae, linux-backports-modules-cw-3.3-3.2.0-132-generic-pae, linux-backports-modules-cw-3.4-3.2.0-132-generic-pae, linux-backports-modules-cw-3.6-3.2.0-132-generic-pae, linux-backports-modules-cw-3.7-3.2.0-132-generic-pae, linux-backports-modules-cw-3.8-3.2.0-132-generic-pae 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-pae_3.2.0-132.123_i386.deb Size: 2772996 SHA256: 4ae1db56408d7703e0b63b204be676e6afce91789fc9f52e6a3dfa6442a05b36 SHA1: 40e5382bafc14639d928eb86059f7765dcf89d96 MD5sum: 67c1147220a96e095708f8db01c1cadd Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.5-generic-pae 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: 7719 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2775164 SHA256: ca18add17e0abd88c7bf4936e081d8d7b9e574df235e87a9abf3ea7876ce8e77 SHA1: 46113ecf6d8e727627f5f43d9fdc826438e2ba79 MD5sum: fd397be5e44fe6164c6a0ae95e4cdd0a Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7713 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2769508 SHA256: 12912ced83117cf8c9d4c851c5886f1aaa40025df38dd6d02f2063c5ef6e55ce SHA1: dadeeff96c658955b5caba2b8f4a3ff7b291f16a MD5sum: 83b18102c5c797c3f529c389db29278b Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7721 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-133.124 Depends: linux-image-3.2.0-133-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-133-generic-pae, linux-backports-modules-cw-3.11-3.2.0-133-generic-pae, linux-backports-modules-cw-3.12-3.2.0-133-generic-pae, linux-backports-modules-cw-3.3-3.2.0-133-generic-pae, linux-backports-modules-cw-3.4-3.2.0-133-generic-pae, linux-backports-modules-cw-3.6-3.2.0-133-generic-pae, linux-backports-modules-cw-3.7-3.2.0-133-generic-pae, linux-backports-modules-cw-3.8-3.2.0-133-generic-pae 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-pae_3.2.0-133.124_i386.deb Size: 2773896 SHA256: ec207a1f32c352d9c94b61eb5f7611acb221cad51ca52105cd02829806121433 SHA1: 5cfced6dcc864ce6302caae6388959d14552570a MD5sum: 396f73d3a58e10b012106bf2c15ab9a0 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.5-generic-pae 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: 7719 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2773516 SHA256: 02e1fc3a7a48fdf8a4098a7d56e27223ca341a30a23fd563167b6fa270740691 SHA1: f5a455ef48525eb5dc46d8a520f8167994da3821 MD5sum: 057fe2eebb9b87355d9bf165489c5955 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7713 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2766036 SHA256: bf2cf1c3dc61fd780da573be45fe239595a0c1b3dc44d231d2bb9c1d311fa370 SHA1: 994132870ee22836bc8b4ea631e0d144a4dd0291 MD5sum: 05128deb2523a0dfaa676bdbc16e3263 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7721 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-134.125 Depends: linux-image-3.2.0-134-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-134-generic-pae, linux-backports-modules-cw-3.11-3.2.0-134-generic-pae, linux-backports-modules-cw-3.12-3.2.0-134-generic-pae, linux-backports-modules-cw-3.3-3.2.0-134-generic-pae, linux-backports-modules-cw-3.4-3.2.0-134-generic-pae, linux-backports-modules-cw-3.6-3.2.0-134-generic-pae, linux-backports-modules-cw-3.7-3.2.0-134-generic-pae, linux-backports-modules-cw-3.8-3.2.0-134-generic-pae 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-pae_3.2.0-134.125_i386.deb Size: 2769034 SHA256: 5aee413c5805e9e6eb0e4474648722e63813d3e21167a85ac878e1edc95c4003 SHA1: 8337b159c27756d8f61f53e7ecd9add895961092 MD5sum: 965c604c2e741926b48a9041a1455880 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.5-generic-pae 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: 7719 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2769428 SHA256: 19e5eeebb54a3740019176f901e6e7128e87615cc954eac7ab1c6370c22ceddc SHA1: 9192a1d9ffc25a4f4ac6a938b9215add6b31082c MD5sum: 4c68fb191a9283bd2173fa6cfb270fd1 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7713 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2776066 SHA256: 224c1526526d54ade7a27d9555c5ea102fc60de9c2b0ee1402b558f1fab66850 SHA1: 1161240bbbd29405254c119035cc68cf2e04ed36 MD5sum: d9388a439399ce186d364f725eb1c5f3 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7721 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-135.126 Depends: linux-image-3.2.0-135-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-135-generic-pae, linux-backports-modules-cw-3.11-3.2.0-135-generic-pae, linux-backports-modules-cw-3.12-3.2.0-135-generic-pae, linux-backports-modules-cw-3.3-3.2.0-135-generic-pae, linux-backports-modules-cw-3.4-3.2.0-135-generic-pae, linux-backports-modules-cw-3.6-3.2.0-135-generic-pae, linux-backports-modules-cw-3.7-3.2.0-135-generic-pae, linux-backports-modules-cw-3.8-3.2.0-135-generic-pae 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-pae_3.2.0-135.126_i386.deb Size: 2780348 SHA256: b7ddc92747985bf7d1477d750eb0996496a38b0ba8af5c2648f38e649ac5bc85 SHA1: 9024eddf811829f1c8933dfe35fd3969febec00d MD5sum: 8eaf5f8d17473d2831014fce3335da28 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.5-generic-pae 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: 7719 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2780156 SHA256: bdae7c9db3a50be380b6ef29a497e6168f4579271643284cc7034ef439552283 SHA1: 189e6351003a7c05ad9ee0af87c16009608fb8d1 MD5sum: 1c595f300180e3c4d9c749e4415f41bc Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7713 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2770582 SHA256: 9dc77118b7aa4c6e5c1a80c92a05c9693c75c63298bf4e6d2389794a1a041e2d SHA1: 3e85a8e9e560264db54fab3d07edaa47cef87417 MD5sum: 5b4863fab081a2d2ef49186b901bde1b Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7721 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-136.127 Depends: linux-image-3.2.0-136-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-136-generic-pae, linux-backports-modules-cw-3.11-3.2.0-136-generic-pae, linux-backports-modules-cw-3.12-3.2.0-136-generic-pae, linux-backports-modules-cw-3.3-3.2.0-136-generic-pae, linux-backports-modules-cw-3.4-3.2.0-136-generic-pae, linux-backports-modules-cw-3.6-3.2.0-136-generic-pae, linux-backports-modules-cw-3.7-3.2.0-136-generic-pae, linux-backports-modules-cw-3.8-3.2.0-136-generic-pae 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-pae_3.2.0-136.127_i386.deb Size: 2776558 SHA256: 62fd6f94707eee7e6a08f2330efe0343547536cdf31e357142b440c88780bd04 SHA1: 33cc771735c54b793692b26eb30278c0a1a7cba4 MD5sum: 7ae1edfcf6fd88b2eda862df9be081b0 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.5-generic-pae 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: 7719 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2776048 SHA256: 2b577bf56da20ea8a83ad2398d0650c4b9bf7db7fc138c43815a255d3b526e4a SHA1: c77d8bebd1edd5ab070727e551eea928c695c283 MD5sum: 52b46b84c06912e8f8c072bada4d599c Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7713 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2756160 SHA256: 62c353335dc2a55cfdcbc8381799b40666047b2ca4dedd87529c9f83926c3f8d SHA1: e5ace3962e732a5d025ec5a8bb036cd415e6e78e MD5sum: 7fba7353e62714b1aee81130421c72ef Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7721 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-137.129 Depends: linux-image-3.2.0-137-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-137-generic-pae, linux-backports-modules-cw-3.11-3.2.0-137-generic-pae, linux-backports-modules-cw-3.12-3.2.0-137-generic-pae, linux-backports-modules-cw-3.3-3.2.0-137-generic-pae, linux-backports-modules-cw-3.4-3.2.0-137-generic-pae, linux-backports-modules-cw-3.6-3.2.0-137-generic-pae, linux-backports-modules-cw-3.7-3.2.0-137-generic-pae, linux-backports-modules-cw-3.8-3.2.0-137-generic-pae 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-pae_3.2.0-137.129_i386.deb Size: 2762222 SHA256: 4583893f3b611e3484e4849307fed704bf840fae421752818c1e5ff11937afce SHA1: 2c3552765939476fbf919650b2b3618e7e41aa5d MD5sum: a4435180d75612cf6207294cfc057055 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.5-generic-pae 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: 7719 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2763052 SHA256: bd5bc8ed8f5a334ecdc2ba6f9214d5fb485fc7e6668523fc4d3e7c2d251b23d5 SHA1: b4706af9dec9ce9a89d9ec191c4f07b8b4681163 MD5sum: dfc32cd85675bc275ea04d8bbe0f1ac4 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7713 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2780142 SHA256: 2152ee6b63c05ba93261985f163a0e1d59524656cdc7fd50c9f35d92db866acd SHA1: e0046224c205f9ec5e79fc3d1ebd2978bf635d6e MD5sum: be564721d6e81af2b4be5cdf6df07620 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7721 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-138.130 Depends: linux-image-3.2.0-138-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-138-generic-pae, linux-backports-modules-cw-3.11-3.2.0-138-generic-pae, linux-backports-modules-cw-3.12-3.2.0-138-generic-pae, linux-backports-modules-cw-3.3-3.2.0-138-generic-pae, linux-backports-modules-cw-3.4-3.2.0-138-generic-pae, linux-backports-modules-cw-3.6-3.2.0-138-generic-pae, linux-backports-modules-cw-3.7-3.2.0-138-generic-pae, linux-backports-modules-cw-3.8-3.2.0-138-generic-pae 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-pae_3.2.0-138.130_i386.deb Size: 2785406 SHA256: 85d8743fb777fb276a2281a5a75bdb9154c33934c72a68c8f5da373a94daa7e7 SHA1: ea9bd05748e8f0687f1f05544405c4748bfa5600 MD5sum: c4b1fae2d585cc8137b8365ff44e20dd Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.5-generic-pae 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: 7719 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2784736 SHA256: 3f2f668634506cda11d0576abc553975272a655b73902f37592fee3e2ef6f725 SHA1: 6b02825b624eef01d38fadad3910f9da9ac84e02 MD5sum: 1518f24807b7d961772ee9bae99676e2 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7713 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2769644 SHA256: b3b4548200e8d5a8373bb8c6f6da2adfd802e7143d78fefb8cba311cbc03d030 SHA1: fe5abba645be8d8cd75216d9dcc1e30f4b6a20bd MD5sum: a5f05fa9a5c6d4b533f762a8f3aafe9b Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7721 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-139.131 Depends: linux-image-3.2.0-139-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-139-generic-pae, linux-backports-modules-cw-3.11-3.2.0-139-generic-pae, linux-backports-modules-cw-3.12-3.2.0-139-generic-pae, linux-backports-modules-cw-3.3-3.2.0-139-generic-pae, linux-backports-modules-cw-3.4-3.2.0-139-generic-pae, linux-backports-modules-cw-3.6-3.2.0-139-generic-pae, linux-backports-modules-cw-3.7-3.2.0-139-generic-pae, linux-backports-modules-cw-3.8-3.2.0-139-generic-pae 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-pae_3.2.0-139.131_i386.deb Size: 2771088 SHA256: 8262fa10eb1787c22d73c81fc2037fe2b2e9480ba0a636076d6b282372c735d6 SHA1: 5ae1caa0e518b94028739e3a43efad23c2d106fc MD5sum: 00b9110b525e0675af46c680f0d88d48 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.5-generic-pae 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: 7720 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2770768 SHA256: cfda259a61c5a2182d79ec805e21f2fbf45fc1e2aa471c4c95cdedcc13be3a1a SHA1: 7b816dd23aca422d05144438185516baf4311b78 MD5sum: 4eebf9bfe5aa18472c8c54c759a65142 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7713 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2768730 SHA256: be3bd9bdc6ba777e34e2a17baccc9176dd1253a747cdadef904ba3bcc1c792fc SHA1: 6685cb3844c00c50ec3a8a65d3b2d55106e61fdd MD5sum: 5eb273182b0913ce55062aa1789ea96c Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7721 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-140.132 Depends: linux-image-3.2.0-140-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-140-generic-pae, linux-backports-modules-cw-3.11-3.2.0-140-generic-pae, linux-backports-modules-cw-3.12-3.2.0-140-generic-pae, linux-backports-modules-cw-3.3-3.2.0-140-generic-pae, linux-backports-modules-cw-3.4-3.2.0-140-generic-pae, linux-backports-modules-cw-3.6-3.2.0-140-generic-pae, linux-backports-modules-cw-3.7-3.2.0-140-generic-pae, linux-backports-modules-cw-3.8-3.2.0-140-generic-pae 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-pae_3.2.0-140.132_i386.deb Size: 2774172 SHA256: 5269785768cfe8e9bc81c998991e3bac17f391fc2f7241c4cd6ce1fa615ece2a SHA1: 3776aaf18e20168b8515c4afee6074ac14bfa02f MD5sum: 6e7ebf90a4ba251e5ce41798e6f8c645 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.5-generic-pae 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: 7720 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2773082 SHA256: ea6474665a8546ef1280fa5356ea1120bff68b851173c07260be23cb407d47be SHA1: 50724e80e37f02f6aac80ad9f45ab8904438fea3 MD5sum: 8fea3c3a39d0d77e2b819573df66373b Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7713 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2773164 SHA256: 0fb4b30d9b1217645c548b7df1b7c26d252682c1e3f31fbab0bfb939dc1f0236 SHA1: cd7f2a84b38d8ba2400a00fbdd304bd78c3a9a51 MD5sum: c2b3391da9fcfca611ff1b42292f5fc6 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7721 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-141.133 Depends: linux-image-3.2.0-141-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-141-generic-pae, linux-backports-modules-cw-3.11-3.2.0-141-generic-pae, linux-backports-modules-cw-3.12-3.2.0-141-generic-pae, linux-backports-modules-cw-3.3-3.2.0-141-generic-pae, linux-backports-modules-cw-3.4-3.2.0-141-generic-pae, linux-backports-modules-cw-3.6-3.2.0-141-generic-pae, linux-backports-modules-cw-3.7-3.2.0-141-generic-pae, linux-backports-modules-cw-3.8-3.2.0-141-generic-pae 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-pae_3.2.0-141.133_i386.deb Size: 2777052 SHA256: 72d9d9da73b9334af7aac2154ecfea9d3f30e97c70eb85b41c1d7aeecfc8d23c SHA1: 45304d45ddf68eb352e4377a3f0f374a2fbfec00 MD5sum: cc8ff9e4987ee28fde57e8f25a074e9b Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.5-generic-pae 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: 7720 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2777252 SHA256: 74fb039c22a0606cb08375d6eb4c3c6fbb403439ee2887c14c6dbba9c812854a SHA1: 508d5c5febd91285afc73e223a9744a273016a1b MD5sum: 0a9741ebb997dc73854c6a596753fbc8 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7713 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2769272 SHA256: 58755d3b4befd13b3760375ef9b2fecf9a0e320fb63a7b4e1b5740c5594c5b3c SHA1: c8f7a0df2cd98a06677f463639ec8cfa734acf25 MD5sum: 3d31b26528a39b6699794a2b507f7d32 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7721 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-142.134 Depends: linux-image-3.2.0-142-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-142-generic-pae, linux-backports-modules-cw-3.11-3.2.0-142-generic-pae, linux-backports-modules-cw-3.12-3.2.0-142-generic-pae, linux-backports-modules-cw-3.3-3.2.0-142-generic-pae, linux-backports-modules-cw-3.4-3.2.0-142-generic-pae, linux-backports-modules-cw-3.6-3.2.0-142-generic-pae, linux-backports-modules-cw-3.7-3.2.0-142-generic-pae, linux-backports-modules-cw-3.8-3.2.0-142-generic-pae 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-pae_3.2.0-142.134_i386.deb Size: 2774692 SHA256: 84516f2d67890689c776599c5819e74bab53199273552bf218b038aec50d2269 SHA1: a9dd746c33ad89e7d5da5a2b2848f2b659c42997 MD5sum: 80ad46263ac055e64892e6634ff6b298 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.5-generic-pae 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: 7720 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2773686 SHA256: 446d91f97320ed3d53163ef7e9b3fdea8586b00cc391ee94cbd7cb63ca28061e SHA1: 091a8f40da660c58d3e608160bc40288e4aa8bc3 MD5sum: b933464f83876ecb8ac1b4744426edd3 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7713 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2736174 SHA256: 8edb70046712d62195f174cbdf707b8e973af85646cb534af962655b858667da SHA1: 5320b1741eb37984be2de0b14c7b4f4726439845 MD5sum: aa256d2bc1a5457481ebfc10b1be37ee Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7721 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-143.135 Depends: linux-image-3.2.0-143-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-143-generic-pae, linux-backports-modules-cw-3.11-3.2.0-143-generic-pae, linux-backports-modules-cw-3.12-3.2.0-143-generic-pae, linux-backports-modules-cw-3.3-3.2.0-143-generic-pae, linux-backports-modules-cw-3.4-3.2.0-143-generic-pae, linux-backports-modules-cw-3.6-3.2.0-143-generic-pae, linux-backports-modules-cw-3.7-3.2.0-143-generic-pae, linux-backports-modules-cw-3.8-3.2.0-143-generic-pae 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-pae_3.2.0-143.135_i386.deb Size: 2740924 SHA256: 6c86c0278ecba170e48d81fab4cfc08598ee6d4bc157c7ec490c1fb616948079 SHA1: cb8cbb5725fbe11d4287137bdbcadec2982c16fd MD5sum: 341702e9dd5aca0b89737ea05a794111 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.5-generic-pae 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: 7720 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2741078 SHA256: 5bef8d46225749f1b0af3fc8ab4a4ed891936b6ba7c8519d5d68bafb7dac2bfb SHA1: 8583e679ad3088ddde16790fb07e61fee8631ae4 MD5sum: 3266e82582b45f2abd65dfbac97c3788 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7713 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2780466 SHA256: ea54e96e452ac550358c14eb829eb9d9ebcc6bae873bdfaee02b46ad9ffcdcc1 SHA1: ff75c24b973bd2a74c3296089b38892c54e9d1f2 MD5sum: e81e3e36dcc1cad31f86c80d1e2e1a66 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7721 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-144.136 Depends: linux-image-3.2.0-144-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-144-generic-pae, linux-backports-modules-cw-3.11-3.2.0-144-generic-pae, linux-backports-modules-cw-3.12-3.2.0-144-generic-pae, linux-backports-modules-cw-3.3-3.2.0-144-generic-pae, linux-backports-modules-cw-3.4-3.2.0-144-generic-pae, linux-backports-modules-cw-3.6-3.2.0-144-generic-pae, linux-backports-modules-cw-3.7-3.2.0-144-generic-pae, linux-backports-modules-cw-3.8-3.2.0-144-generic-pae 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-pae_3.2.0-144.136_i386.deb Size: 2786280 SHA256: de970baf67881e993a15dcdffd02c0965fe61d5fb3fff293eb82fff59ab88c38 SHA1: 100eb63e40e8b829ef70c6be54ffd866c867326c MD5sum: 4150c8215f2a9ad358dcff9851979ba4 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.5-generic-pae 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: 7720 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2786160 SHA256: 4bef7e10b13f72e878cd127eebc88fd824cb32da75604dbbd5cc3913459c5ea5 SHA1: ae922559be58c47b27e2a63962d96db7caddc561 MD5sum: 79e04b4b6ed4de5d426189421c295da3 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7713 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2769006 SHA256: 09661b6c24d7e02d3cfefcbc727dbc30364c74f8ef3c2de8e55ec2a59715eb97 SHA1: 3f30ae1b703b15e00f654ecedb70890b1c6e7833 MD5sum: c7d7afbe98252dd5be7ebf84a1fb1e35 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7721 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-147.138 Depends: linux-image-3.2.0-147-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-147-generic-pae, linux-backports-modules-cw-3.11-3.2.0-147-generic-pae, linux-backports-modules-cw-3.12-3.2.0-147-generic-pae, linux-backports-modules-cw-3.3-3.2.0-147-generic-pae, linux-backports-modules-cw-3.4-3.2.0-147-generic-pae, linux-backports-modules-cw-3.6-3.2.0-147-generic-pae, linux-backports-modules-cw-3.7-3.2.0-147-generic-pae, linux-backports-modules-cw-3.8-3.2.0-147-generic-pae 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-pae_3.2.0-147.138_i386.deb Size: 2773922 SHA256: f7f103c6c1cc738a9fa726d050bdc2788200f098d787da44c55363820faa3b51 SHA1: 48eb7a73fe250a2004e6764036298d39fc42e79d MD5sum: 1fca7da54c58f592fecd7fe22eee08bf Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.5-generic-pae 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: 7720 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2772974 SHA256: ec8d55a1fadfcc8aeb56596c286663a9e914cc36cd50b24075e77a73b0792f7f SHA1: b671001d08f17fb813d081c8bbfa312817afabe6 MD5sum: 9d3e0e58fe035c94f69545662dad08a1 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7714 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2764834 SHA256: a2231ed04fa1d88651d92723c827feccbc0356f9a647d1dba56d6ffe7a775837 SHA1: c97757bf6e2f74e48266f0208731aca4b0673c84 MD5sum: 17a468607667d77bd5a5f36e462bd9a2 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7722 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-148.139 Depends: linux-image-3.2.0-148-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-148-generic-pae, linux-backports-modules-cw-3.11-3.2.0-148-generic-pae, linux-backports-modules-cw-3.12-3.2.0-148-generic-pae, linux-backports-modules-cw-3.3-3.2.0-148-generic-pae, linux-backports-modules-cw-3.4-3.2.0-148-generic-pae, linux-backports-modules-cw-3.6-3.2.0-148-generic-pae, linux-backports-modules-cw-3.7-3.2.0-148-generic-pae, linux-backports-modules-cw-3.8-3.2.0-148-generic-pae 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-pae_3.2.0-148.139_i386.deb Size: 2768366 SHA256: a7bb10699594822d0329577cd9404225ed79c94bde9a7de88bd015a2ea8b285c SHA1: 513db820e25e707d91585bcc9c2e96f462e85763 MD5sum: 84bbc6a6945e8db57337251afd648017 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.5-generic-pae 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: 7720 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2768258 SHA256: 69211bad913dc89a22b8f856da75a8f0107fe390ee9253c67c93d17151273f28 SHA1: 240bb4d7ab8ac08fb1895d9216040539bbc9b549 MD5sum: 0bc8a1822495f540dc3ad49575f47837 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7714 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2745628 SHA256: cd406bfa4000c764faf327786191ac113176d7fd095865243174c8cedd8bfe5d SHA1: 69ff01865da40fe45f5b4590eae2785fa53bd64c MD5sum: 2e09e5718c0d58ecc2ad71aa802db558 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7722 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-149.140 Depends: linux-image-3.2.0-149-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-149-generic-pae, linux-backports-modules-cw-3.11-3.2.0-149-generic-pae, linux-backports-modules-cw-3.12-3.2.0-149-generic-pae, linux-backports-modules-cw-3.3-3.2.0-149-generic-pae, linux-backports-modules-cw-3.4-3.2.0-149-generic-pae, linux-backports-modules-cw-3.6-3.2.0-149-generic-pae, linux-backports-modules-cw-3.7-3.2.0-149-generic-pae, linux-backports-modules-cw-3.8-3.2.0-149-generic-pae 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-pae_3.2.0-149.140_i386.deb Size: 2750576 SHA256: 34cb08f3267f25474e125f4c0e6a50f36265e0c1311d4a5a9c41fd6a8e762a1e SHA1: 054110e928bee6479979c5badd4d264c1a51ddae MD5sum: b959cc910ff8d586ee1d92f22af25f83 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.5-generic-pae 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: 7720 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2749558 SHA256: a29f32d15e66b0a6531e3e5bba1dacda2eae5a37db95823c39023601d014e4f7 SHA1: b5a8814f93e4cd6ed00b55424f058d6130158903 MD5sum: 346061feb0d6afd5450b6959192a35af Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7714 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2771742 SHA256: 83089103959178a52cefc92d87b754b48252a038be76d935ee9994409d5c53a4 SHA1: af062a074302cd1ec8929cc3d73c6e47b0a59d05 MD5sum: b2a8c32582b34835c9e8535ebe5b9693 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7722 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-150.141 Depends: linux-image-3.2.0-150-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-150-generic-pae, linux-backports-modules-cw-3.11-3.2.0-150-generic-pae, linux-backports-modules-cw-3.12-3.2.0-150-generic-pae, linux-backports-modules-cw-3.3-3.2.0-150-generic-pae, linux-backports-modules-cw-3.4-3.2.0-150-generic-pae, linux-backports-modules-cw-3.6-3.2.0-150-generic-pae, linux-backports-modules-cw-3.7-3.2.0-150-generic-pae, linux-backports-modules-cw-3.8-3.2.0-150-generic-pae 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-pae_3.2.0-150.141_i386.deb Size: 2775470 SHA256: 92aa8589dabe93e6274336a5860d043b6f0ea1837138809573646a844cc56788 SHA1: 2370e6645393ffc150075be02131d1163eb917c7 MD5sum: c8c54b642d537f25e88ab0d0765cc57b Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.5-generic-pae 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: 7720 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2775298 SHA256: 400b2710f85639ad0410ab54fa5fffb0c6440dcf813ff68f41b157ee45ed462e SHA1: 1a9195b212ffaaf2d6b84aa8589f0c763b5bee51 MD5sum: c344aa735cf58128dd8111b20d947a07 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: i386 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_i386.deb Size: 2524 SHA256: 1d768a138af66956ebecf1e249d5dcc0cd99b36da336bb74ba87a0d2a4ba8b72 SHA1: 542a5c1744d49f8c3563553e501a78aa39fd4fd7 MD5sum: a5926c2490d286d092103f67c4f9ada4 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-precise-generic-pae Source: linux-meta Priority: optional Section: devel Installed-Size: 34 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0.150.164 Depends: linux-backports-modules-cw-3.5-3.2.0-150-generic-pae Filename: pool/main/l/linux-meta/linux-backports-modules-cw-3.5-precise-generic-pae_3.2.0.150.164_i386.deb Size: 2540 SHA256: 7226381e8ae5e8374a8c310c9a106294f7ef22f087f3ec86e1318ef04b0d23e5 SHA1: fec1f9f8506d9051c9c50fa5010d1a52293216b2 MD5sum: f00a61d4aeca2c949c5330da256d8830 Description: Backported wireless drivers for generic-pae 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: 7788 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2787070 SHA256: 9fb91d5d0403fc9eb70ef717d88c37638d02074d9c275fea25b12cc22a0066eb SHA1: e0b90593f0b06ae5d00700ea92fa1d53cc1b633a MD5sum: e138b6e87e4792f681da5f7172b05f44 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7796 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-128.119 Depends: linux-image-3.2.0-128-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-128-generic-pae, linux-backports-modules-cw-3.11-3.2.0-128-generic-pae, linux-backports-modules-cw-3.12-3.2.0-128-generic-pae, linux-backports-modules-cw-3.3-3.2.0-128-generic-pae, linux-backports-modules-cw-3.4-3.2.0-128-generic-pae, linux-backports-modules-cw-3.5-3.2.0-128-generic-pae, linux-backports-modules-cw-3.7-3.2.0-128-generic-pae, linux-backports-modules-cw-3.8-3.2.0-128-generic-pae 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-pae_3.2.0-128.119_i386.deb Size: 2791112 SHA256: f3082d72a01f75fd4614e39ebe3badfc95746139d368c999f3512b6680eefe44 SHA1: 11260c27b30a30f84d9cab53dfb63709cc990a01 MD5sum: fd6f8dec579d91be14478cb63bce6c26 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-generic-pae 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: 7794 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2789338 SHA256: 40eefe1b21ac7150c460063366e5fc79b06f3beaa25a11c3e129ddecea1d5894 SHA1: 404a6a464af7fd99c19563a70bc0c22d514d2d8d MD5sum: 0942104ad02f17e9361b93187349f18e Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7788 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2797700 SHA256: df808bf62cab9a9e8e57263df173d05fa399cfc50f9ce9968e41227ca5d489b0 SHA1: 1f5a4b76e4e707844bac880ff49a568110415c37 MD5sum: d88f775a9dba280191346f4930d53003 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7796 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-129.120 Depends: linux-image-3.2.0-129-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-129-generic-pae, linux-backports-modules-cw-3.11-3.2.0-129-generic-pae, linux-backports-modules-cw-3.12-3.2.0-129-generic-pae, linux-backports-modules-cw-3.3-3.2.0-129-generic-pae, linux-backports-modules-cw-3.4-3.2.0-129-generic-pae, linux-backports-modules-cw-3.5-3.2.0-129-generic-pae, linux-backports-modules-cw-3.7-3.2.0-129-generic-pae, linux-backports-modules-cw-3.8-3.2.0-129-generic-pae 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-pae_3.2.0-129.120_i386.deb Size: 2804686 SHA256: 57b3de1bdab6fbed0dac5c85f94420f9b0e7d8d5fd69c3582e5c9d1891eabb04 SHA1: d4eeb900241c4e84e094049492d7b4f6097fbd0b MD5sum: c0486db8253f1d4ab5b0a522d6ac75d8 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-generic-pae 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: 7794 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2803976 SHA256: 528d2b3f47056822d7a104c466dfadeb120ec3268267e739f02cc94b4a207034 SHA1: 39adf6c3e14d2a9968713f3c3eee909be64c02f7 MD5sum: cd8920387d48744647ac02e9a8974420 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7788 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2794878 SHA256: 27f8054ae9851c99985774269437d04dede94e5afeb56a4615022daf8b5e023c SHA1: 960b6db9692d6b33d90d30d7cdf4e743d8547995 MD5sum: 4accf7f4e7752f88b6d797f0edd7ce1d Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7796 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-130.121 Depends: linux-image-3.2.0-130-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-130-generic-pae, linux-backports-modules-cw-3.11-3.2.0-130-generic-pae, linux-backports-modules-cw-3.12-3.2.0-130-generic-pae, linux-backports-modules-cw-3.3-3.2.0-130-generic-pae, linux-backports-modules-cw-3.4-3.2.0-130-generic-pae, linux-backports-modules-cw-3.5-3.2.0-130-generic-pae, linux-backports-modules-cw-3.7-3.2.0-130-generic-pae, linux-backports-modules-cw-3.8-3.2.0-130-generic-pae 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-pae_3.2.0-130.121_i386.deb Size: 2799594 SHA256: 5ac4b67f5553e1f724872dbf7294a5891e40bd30729f1073f74f25cb936a32b6 SHA1: fc1612cda15b224627170b22c6636c3ad759618d MD5sum: 8e5ad5a853b99fd619175124320f4838 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-generic-pae 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: 7794 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2799832 SHA256: 01d74f2d18b09df91f499137fd0d143a3f67fdaeba96d60de84c81ee02879ef8 SHA1: 717c2f0822c5746acb6f4d3b39b5d9e57f4d2d7d MD5sum: 0fd359c384268c48ccded1041ae26194 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7788 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2787762 SHA256: 467a88527448e98cfd7d683a6cfe2d30a35c3fa49c7833581183d9876efeb2fc SHA1: d4cdb08b30828f1d01cf4b704e705a10d2565bd6 MD5sum: af5d702b155a397f5d1b23d105082e00 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7796 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-131.122 Depends: linux-image-3.2.0-131-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-131-generic-pae, linux-backports-modules-cw-3.11-3.2.0-131-generic-pae, linux-backports-modules-cw-3.12-3.2.0-131-generic-pae, linux-backports-modules-cw-3.3-3.2.0-131-generic-pae, linux-backports-modules-cw-3.4-3.2.0-131-generic-pae, linux-backports-modules-cw-3.5-3.2.0-131-generic-pae, linux-backports-modules-cw-3.7-3.2.0-131-generic-pae, linux-backports-modules-cw-3.8-3.2.0-131-generic-pae 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-pae_3.2.0-131.122_i386.deb Size: 2791908 SHA256: 9c3328dfd7d3b92deb5423d729ed6b18d8e2d13bf0e27e4f08aa3c43649943fc SHA1: 65298bd9f69a7cfd71be18d94ec064bf23e9c2ba MD5sum: 8aa6d9dea9629136f4f8d25211d74976 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-generic-pae 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: 7794 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2792016 SHA256: 7ae885e5c3093e32c0339ab8915c44749efda8d614893e9eb322c176ad859449 SHA1: 0999a5a5178da6a4e19559560432ccfdef3745d9 MD5sum: 412bb0e68cc350daff1349d1021dc3b4 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7789 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2791626 SHA256: fb241aebe01eebbf698009a1cde2f8fd80f5f908092ce16ad6b3c14c4bfb2dff SHA1: 2e5208cb574d36ec51a278fcf73a5294a2785bba MD5sum: d136f9c2058a7fcf928b8fc6cdb09f39 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7796 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-132.123 Depends: linux-image-3.2.0-132-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-132-generic-pae, linux-backports-modules-cw-3.11-3.2.0-132-generic-pae, linux-backports-modules-cw-3.12-3.2.0-132-generic-pae, linux-backports-modules-cw-3.3-3.2.0-132-generic-pae, linux-backports-modules-cw-3.4-3.2.0-132-generic-pae, linux-backports-modules-cw-3.5-3.2.0-132-generic-pae, linux-backports-modules-cw-3.7-3.2.0-132-generic-pae, linux-backports-modules-cw-3.8-3.2.0-132-generic-pae 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-pae_3.2.0-132.123_i386.deb Size: 2797734 SHA256: c00e5bae843e7d8d31b18b4f0d548e55e432a647744b5be7333ab4c077be8a38 SHA1: 45658f7de94c8e50d900f7f6672af2f82c3b6bcf MD5sum: 0fb7298aa8b78dd1558bac759c9ec8c5 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-generic-pae 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: 7795 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2797706 SHA256: e7cf0364a73b895efd6a642dd3d82932ea759567e703b9a08242b2a3dbefe7fb SHA1: d0d5d23169b5fdc9bd95727f7ec38f34a3b258c9 MD5sum: 787c292d80db7bbdbc1242ead6d9e471 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7789 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2792246 SHA256: c716b8f07a5264b2dc0837e10a28d3ba44521e3292c54e61e644be734a1d6de3 SHA1: e23ceeef94a247d576ec052d0a92b24d946812bb MD5sum: 1ac6e8371c6392be1ba5141d2fda4733 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7796 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-133.124 Depends: linux-image-3.2.0-133-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-133-generic-pae, linux-backports-modules-cw-3.11-3.2.0-133-generic-pae, linux-backports-modules-cw-3.12-3.2.0-133-generic-pae, linux-backports-modules-cw-3.3-3.2.0-133-generic-pae, linux-backports-modules-cw-3.4-3.2.0-133-generic-pae, linux-backports-modules-cw-3.5-3.2.0-133-generic-pae, linux-backports-modules-cw-3.7-3.2.0-133-generic-pae, linux-backports-modules-cw-3.8-3.2.0-133-generic-pae 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-pae_3.2.0-133.124_i386.deb Size: 2797456 SHA256: f778ffff913198b021c2675c1e9cf4931ac97012dc8ddb66967954bd8737d7f0 SHA1: 5bb1611af5afd8a1a861a2c91e294d7d1717a973 MD5sum: 3ee16142ee1230469608052196ec5f6b Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-generic-pae 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: 7795 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2797020 SHA256: 1ffe36b78a0c7714f7cc5d71a0224258f5f53c73ba4c9c0f406d0e3e132217d2 SHA1: 64d74a7114eee7ddb500dc3b54133d66277d3a2f MD5sum: 877ebfa98faf546d43cf9bd065ab28da Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7789 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2792720 SHA256: 4e909b6cb747788b572309ca283492e7692aec33135725b07345be915cfa7b91 SHA1: 7b93b209f9c9008b70619eaba7405d4f1de63242 MD5sum: b5a3c7b7d219b8bb36ab4be522331ae1 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7796 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-134.125 Depends: linux-image-3.2.0-134-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-134-generic-pae, linux-backports-modules-cw-3.11-3.2.0-134-generic-pae, linux-backports-modules-cw-3.12-3.2.0-134-generic-pae, linux-backports-modules-cw-3.3-3.2.0-134-generic-pae, linux-backports-modules-cw-3.4-3.2.0-134-generic-pae, linux-backports-modules-cw-3.5-3.2.0-134-generic-pae, linux-backports-modules-cw-3.7-3.2.0-134-generic-pae, linux-backports-modules-cw-3.8-3.2.0-134-generic-pae 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-pae_3.2.0-134.125_i386.deb Size: 2795466 SHA256: e6bf34699640de39ecb1a2a46c8b9d93233c17f9286655b9b2406ca148736cad SHA1: 0694d65f2eb423ef925e825c4fedb0589ccf82f3 MD5sum: 5ca7daa6211181fa4eee4b9be6420ba2 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-generic-pae 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: 7795 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2794752 SHA256: 02880f0302028b56d55ac725529f0677790fd8f8bec27bbf27c14bff4a77bbfd SHA1: 30b205da460c409e3cd90f0d83bcee5b0149728a MD5sum: 62e4732f4f82a859e2c01184918108dd Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7789 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2794090 SHA256: 3aa78073dc51bd19b24e5b02c4c1e4c29d1809213d02a23e29ce1b4d25afc690 SHA1: fe939a926ec097cda5cb4dda2371de702c29d09c MD5sum: 1f1c6a512a2d7d37625125c524dceeef Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7796 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-135.126 Depends: linux-image-3.2.0-135-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-135-generic-pae, linux-backports-modules-cw-3.11-3.2.0-135-generic-pae, linux-backports-modules-cw-3.12-3.2.0-135-generic-pae, linux-backports-modules-cw-3.3-3.2.0-135-generic-pae, linux-backports-modules-cw-3.4-3.2.0-135-generic-pae, linux-backports-modules-cw-3.5-3.2.0-135-generic-pae, linux-backports-modules-cw-3.7-3.2.0-135-generic-pae, linux-backports-modules-cw-3.8-3.2.0-135-generic-pae 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-pae_3.2.0-135.126_i386.deb Size: 2799472 SHA256: 5befcb571d76de1aee0a9fe334ad5f8dea04e5b31f9343491e8c444822157216 SHA1: 3925c2b71e3b1b8b433d5886895944f801b61336 MD5sum: bf5fdd237867cfa74ca0e39e0ff332e3 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-generic-pae 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: 7795 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2798076 SHA256: 6b02a23b8ed8cc5408822ca6a04b22b01f1c915bb9665d541a66ab429dbb95bc SHA1: 9ceb4aab9ac0eac3dfac47f819c7187569114512 MD5sum: 3f5e6db2ea3bc2de2f8f17015d40ffd3 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7789 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2786502 SHA256: b255f85820c366f14105736fd370d60244c7ffc5d7bf2b4c4aea70e33a43483a SHA1: 4b47571778d5f837ed8f4402f1f9a768f66f619d MD5sum: c2bdb880ca66053832fb866fd5e598eb Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7796 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-136.127 Depends: linux-image-3.2.0-136-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-136-generic-pae, linux-backports-modules-cw-3.11-3.2.0-136-generic-pae, linux-backports-modules-cw-3.12-3.2.0-136-generic-pae, linux-backports-modules-cw-3.3-3.2.0-136-generic-pae, linux-backports-modules-cw-3.4-3.2.0-136-generic-pae, linux-backports-modules-cw-3.5-3.2.0-136-generic-pae, linux-backports-modules-cw-3.7-3.2.0-136-generic-pae, linux-backports-modules-cw-3.8-3.2.0-136-generic-pae 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-pae_3.2.0-136.127_i386.deb Size: 2791674 SHA256: 861fab2b54ed817234dac7202d8fcc4b77585406b1ae57b2bf8f942a2792bdd2 SHA1: 407d5c87c3ef2e00564cbafe9592e41552915450 MD5sum: 6b7a91de3762620983f36a0d44cee011 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-generic-pae 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: 7795 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2791730 SHA256: 9586d41f953602d624168fd451a9fc44c7d4e95b63455e9211e597acd345a6cc SHA1: 5dff428cd176990bea1d0af566eb93881718ce55 MD5sum: 265a42652aaf8844475efae9194a375d Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7789 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2762030 SHA256: ab01ac277fc4d704ce29ea3292d3996b848d7f906426e36bc939b60e2859d7d6 SHA1: 01447653708b66b99fa338228dc2509ac31ec702 MD5sum: 65086255ed30676bb28a90398f732728 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7796 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-137.129 Depends: linux-image-3.2.0-137-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-137-generic-pae, linux-backports-modules-cw-3.11-3.2.0-137-generic-pae, linux-backports-modules-cw-3.12-3.2.0-137-generic-pae, linux-backports-modules-cw-3.3-3.2.0-137-generic-pae, linux-backports-modules-cw-3.4-3.2.0-137-generic-pae, linux-backports-modules-cw-3.5-3.2.0-137-generic-pae, linux-backports-modules-cw-3.7-3.2.0-137-generic-pae, linux-backports-modules-cw-3.8-3.2.0-137-generic-pae 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-pae_3.2.0-137.129_i386.deb Size: 2769292 SHA256: 3e8b22133bb32ebcb8bea0b6d69b39f8ff1681c43da3741acab74dd1d53dfb5f SHA1: 4b82f45de6c1e5fee7ac00ea02606b3c77dddb92 MD5sum: 88093faedc7b34d7ff7cec3a5b6935c6 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-generic-pae 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: 7795 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2767636 SHA256: 8d1b2cbcfca0892483981df97924bcfc4755717193a3ebe8e542f1cd013ebd16 SHA1: a3c8978ebddd75cf5fab5edb55b27ed72db38c95 MD5sum: 54933115dc2c755e1147f23d3d07b8cf Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7789 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2796830 SHA256: 6f30baea5593f425e02162f6c9744526c4801a47444694e655001ed744d7629a SHA1: b71927506bb3d3f2d5f19ce9069b286e86f84941 MD5sum: 780cdd8dd849d60b9655b1f35316cf01 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7796 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-138.130 Depends: linux-image-3.2.0-138-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-138-generic-pae, linux-backports-modules-cw-3.11-3.2.0-138-generic-pae, linux-backports-modules-cw-3.12-3.2.0-138-generic-pae, linux-backports-modules-cw-3.3-3.2.0-138-generic-pae, linux-backports-modules-cw-3.4-3.2.0-138-generic-pae, linux-backports-modules-cw-3.5-3.2.0-138-generic-pae, linux-backports-modules-cw-3.7-3.2.0-138-generic-pae, linux-backports-modules-cw-3.8-3.2.0-138-generic-pae 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-pae_3.2.0-138.130_i386.deb Size: 2801260 SHA256: 424eb259fba8ab816bd06e6d9a472dee61fb69a87dd34f3861e21bc663f8c10f SHA1: a16591991cd76e6108948537635f7c9b83dc5569 MD5sum: 08113548e3a48e4e81e6788f3c860628 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-generic-pae 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: 7795 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2801412 SHA256: e4eee20fde8f9a53618c20e5321b72e62f772ecd322598bbc30191efa94d32cc SHA1: 7561996381076065887549b3c25a2ba8c153d978 MD5sum: 49f1b6de4289a9097434625ed2c2e292 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7789 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2784884 SHA256: e4f2430b7039b15b2b0b1f90277b9da022b1df9b46302e754e10c33199225e4d SHA1: fdbc2381c0ea94c9010271fa412f930e3385dcc1 MD5sum: 7fd765aa1d36766c5d394a674cec8124 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7796 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-139.131 Depends: linux-image-3.2.0-139-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-139-generic-pae, linux-backports-modules-cw-3.11-3.2.0-139-generic-pae, linux-backports-modules-cw-3.12-3.2.0-139-generic-pae, linux-backports-modules-cw-3.3-3.2.0-139-generic-pae, linux-backports-modules-cw-3.4-3.2.0-139-generic-pae, linux-backports-modules-cw-3.5-3.2.0-139-generic-pae, linux-backports-modules-cw-3.7-3.2.0-139-generic-pae, linux-backports-modules-cw-3.8-3.2.0-139-generic-pae 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-pae_3.2.0-139.131_i386.deb Size: 2786964 SHA256: 892d61536fed49784e47322d5e24525269381bca702825312f1444accb771a57 SHA1: 6d651a6d1e8d9f331a8003232ffc55698711084b MD5sum: 4a1459f925634237b77c0b958439a0f3 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-generic-pae 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: 7795 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2787808 SHA256: 4336e82d23f40607a28c0aface56a55df8499764235ab126dbf031451e3ba47a SHA1: e8bc278f897e2c548a4f5737765c6a528e1b7312 MD5sum: 8caf5ae7e0bf9208d718ddbe6a957640 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7789 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2787612 SHA256: cbe6ead8d3544d7930b65a563ab73b2290db6bdfde827644723cdfcc61fd3359 SHA1: 31d0ca9022bbc5bd7bf85e735afd506d91552a5c MD5sum: 60406c6a219fed3122a1c1a98bbb3d2f Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7796 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-140.132 Depends: linux-image-3.2.0-140-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-140-generic-pae, linux-backports-modules-cw-3.11-3.2.0-140-generic-pae, linux-backports-modules-cw-3.12-3.2.0-140-generic-pae, linux-backports-modules-cw-3.3-3.2.0-140-generic-pae, linux-backports-modules-cw-3.4-3.2.0-140-generic-pae, linux-backports-modules-cw-3.5-3.2.0-140-generic-pae, linux-backports-modules-cw-3.7-3.2.0-140-generic-pae, linux-backports-modules-cw-3.8-3.2.0-140-generic-pae 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-pae_3.2.0-140.132_i386.deb Size: 2792868 SHA256: 301e3bb3ac53ff920fa985ca7f7b048da125f594d7176c35b8dc4dd750d06385 SHA1: 371f7068aa5f862b7b65a4a356c35b0071e7f1fc MD5sum: 820ebc54b59343714b9556ec17a06028 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-generic-pae 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: 7795 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2791382 SHA256: a9e10188b142b3cb63b8eec62aa8518aa154dd55240db4830abd93638be9bbf7 SHA1: 251dfb021b93e70fa5bc55efea847ae34c49cbde MD5sum: 80ca3d9e1e929fecfe1252d2a924487e Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7789 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2793650 SHA256: 208760fc6f876b2675dbf94f43f0c68c42d225137e543efedd7c0e0ebc3bcbb9 SHA1: 1e3e5f7b4dd44ea09dd9bed72d4840294dfbf761 MD5sum: 9abec974aeac21c93dcad6e78e6aca9a Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7796 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-141.133 Depends: linux-image-3.2.0-141-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-141-generic-pae, linux-backports-modules-cw-3.11-3.2.0-141-generic-pae, linux-backports-modules-cw-3.12-3.2.0-141-generic-pae, linux-backports-modules-cw-3.3-3.2.0-141-generic-pae, linux-backports-modules-cw-3.4-3.2.0-141-generic-pae, linux-backports-modules-cw-3.5-3.2.0-141-generic-pae, linux-backports-modules-cw-3.7-3.2.0-141-generic-pae, linux-backports-modules-cw-3.8-3.2.0-141-generic-pae 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-pae_3.2.0-141.133_i386.deb Size: 2797794 SHA256: dbc6e461ddbff63ac57923653024f80af3631d355f27afd2fe4ad8fc553e2958 SHA1: 2efd7d11051507962a2ee1eb74f45c66cdd1fb62 MD5sum: aa2e5bafb8fbd1937dd6466dfdc04fe8 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-generic-pae 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: 7795 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2798144 SHA256: 8ec787935f6fdfc7eb1a30c781e561bfadad020a98f51cfc5b4bd878185e7a36 SHA1: b6abcd3f9a8d4a82b1b381741bdfb4b70af1e2d5 MD5sum: d3cc5415cc2fbd4a5e71c3793d5a1ca2 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7789 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2794812 SHA256: 50a9c6f9d83f52becbf9eb682e2c8f5acc81f43f2bbefb915b92082157fc8cf4 SHA1: aae0dcf1208a256fba9967ad8f5d097d34d9eaf9 MD5sum: ff95b34565f582a625c844211f1f6c1a Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7796 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-142.134 Depends: linux-image-3.2.0-142-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-142-generic-pae, linux-backports-modules-cw-3.11-3.2.0-142-generic-pae, linux-backports-modules-cw-3.12-3.2.0-142-generic-pae, linux-backports-modules-cw-3.3-3.2.0-142-generic-pae, linux-backports-modules-cw-3.4-3.2.0-142-generic-pae, linux-backports-modules-cw-3.5-3.2.0-142-generic-pae, linux-backports-modules-cw-3.7-3.2.0-142-generic-pae, linux-backports-modules-cw-3.8-3.2.0-142-generic-pae 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-pae_3.2.0-142.134_i386.deb Size: 2794162 SHA256: c522b0f242cb6700de02ee99030972bc40d4e3750b22701a20258a2006591269 SHA1: 745ab426e3af75d4b8556d33125434d05042109e MD5sum: 780fd5108435d06d15fe2ec4661cba81 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-generic-pae 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: 7795 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2794538 SHA256: 20fc21f35ecda4f69102c1e4a118759492ec3ed7e0cd81be9a0d5a38d5ea2a50 SHA1: 305886b872a14b923e907632591f6c7d9cbb4d4d MD5sum: 9250bca8cd9f2e5774c20dea5f222315 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7789 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2756192 SHA256: 84d71a6b020a96f2db94039c170585b796068c79a9106aa24f4d55e30083a2d4 SHA1: f9db2e5626d45cb703294443bb95b69d30820a3c MD5sum: c661d205494f1b0310257d193596570e Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7796 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-143.135 Depends: linux-image-3.2.0-143-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-143-generic-pae, linux-backports-modules-cw-3.11-3.2.0-143-generic-pae, linux-backports-modules-cw-3.12-3.2.0-143-generic-pae, linux-backports-modules-cw-3.3-3.2.0-143-generic-pae, linux-backports-modules-cw-3.4-3.2.0-143-generic-pae, linux-backports-modules-cw-3.5-3.2.0-143-generic-pae, linux-backports-modules-cw-3.7-3.2.0-143-generic-pae, linux-backports-modules-cw-3.8-3.2.0-143-generic-pae 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-pae_3.2.0-143.135_i386.deb Size: 2761318 SHA256: f7097fbb6d5f789f7f8b049ce6ae9657b68cb03dd705a17f745a5ca22c016c16 SHA1: fb9364e8f4814b54eb42b18d8272e97ef867608d MD5sum: 8290ddad9a8a0eac1dd29ca289a1de49 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-generic-pae 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: 7795 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2761078 SHA256: 4101351a20effdbe1235799a407f6a2da9665aaa2d9fccac1e192292decc6f8e SHA1: de5831e7fc160510144ac707a35882ba5ab13c01 MD5sum: 838f76995b1e127a551ce9d43702cc96 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7789 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2796952 SHA256: c8e6165954b3f6b380abec40b01de62b25552dd04ce021ca85e12550e76ffbb0 SHA1: 3ac2f02426ac7b0f698f094d7c62df74e7063093 MD5sum: 43f28ef15a575f0892469cee61ccc008 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7797 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-144.136 Depends: linux-image-3.2.0-144-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-144-generic-pae, linux-backports-modules-cw-3.11-3.2.0-144-generic-pae, linux-backports-modules-cw-3.12-3.2.0-144-generic-pae, linux-backports-modules-cw-3.3-3.2.0-144-generic-pae, linux-backports-modules-cw-3.4-3.2.0-144-generic-pae, linux-backports-modules-cw-3.5-3.2.0-144-generic-pae, linux-backports-modules-cw-3.7-3.2.0-144-generic-pae, linux-backports-modules-cw-3.8-3.2.0-144-generic-pae 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-pae_3.2.0-144.136_i386.deb Size: 2803378 SHA256: a89459a93d35ad2302974bd1248ebf45bc840177625bf593f5a5790a89ce3b32 SHA1: 02c0a557a87987b169c9e0af8e0d696e701e1514 MD5sum: 34bb266b192d5f46bea6a58cbbb805ae Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-generic-pae 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: 7795 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2802366 SHA256: b88fe9e52799c007e42463e7ef21ce3330c69a4a91b61bc687209540d7ecb34f SHA1: 98881b6565d7a800e676319bf8b9f4c7df9dcebc MD5sum: d7a64c74329d5822b927d031dcb2a429 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7789 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2796276 SHA256: c35d94bbe92d69b247ee345fbefac6b39451d20fcd5f8374e2ca259a74dc5ed1 SHA1: 734376c39923631850ca4b7cbbf7db91fb2344e3 MD5sum: 130f55e45be226dd1d101bd5fb54e892 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7797 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-147.138 Depends: linux-image-3.2.0-147-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-147-generic-pae, linux-backports-modules-cw-3.11-3.2.0-147-generic-pae, linux-backports-modules-cw-3.12-3.2.0-147-generic-pae, linux-backports-modules-cw-3.3-3.2.0-147-generic-pae, linux-backports-modules-cw-3.4-3.2.0-147-generic-pae, linux-backports-modules-cw-3.5-3.2.0-147-generic-pae, linux-backports-modules-cw-3.7-3.2.0-147-generic-pae, linux-backports-modules-cw-3.8-3.2.0-147-generic-pae 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-pae_3.2.0-147.138_i386.deb Size: 2800264 SHA256: 52af66f04832c742ce6affe88383cd444b9f2491a0e8d277a5c135b6710720fa SHA1: 06949be3bb499c33b4bba980bfddf76ed375b706 MD5sum: 5a7b9f19d18991a35a458954e0a5c29d Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-generic-pae 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: 7795 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2800624 SHA256: 81c9ee3f8935a40e41de70d4eabaf1746e7c2af3635e1fbc27adb83c01a41cd1 SHA1: 64c258c6ed65563cf3301293eea2f2d7e214034d MD5sum: 5e21061854dc52db55d67647725ab188 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7789 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2780280 SHA256: c885968dc77f2d7d1adeb07452ca0b415dd96ca1ce8e86d792dd3df1d159233f SHA1: e0ae296a5ae762a76944fe1011c498bee5ad0e03 MD5sum: df72b7a3b046dba28e1712f92d3c0ec5 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7797 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-148.139 Depends: linux-image-3.2.0-148-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-148-generic-pae, linux-backports-modules-cw-3.11-3.2.0-148-generic-pae, linux-backports-modules-cw-3.12-3.2.0-148-generic-pae, linux-backports-modules-cw-3.3-3.2.0-148-generic-pae, linux-backports-modules-cw-3.4-3.2.0-148-generic-pae, linux-backports-modules-cw-3.5-3.2.0-148-generic-pae, linux-backports-modules-cw-3.7-3.2.0-148-generic-pae, linux-backports-modules-cw-3.8-3.2.0-148-generic-pae 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-pae_3.2.0-148.139_i386.deb Size: 2785618 SHA256: a14d1d92db4782a9dcf31c10d16e7df3964db6cf77e1dc84efa0e30627838fac SHA1: aff4696e7882337bef7cc03f45dbe419ace7ec0e MD5sum: d5014c9cace5b77b24c5c7aa125e34a6 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-generic-pae 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: 7795 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2785266 SHA256: c30a76d5bc0969f3a0751b797de1cad3cbcbed5433201e06dd6e0abe2d630c4b SHA1: 2e2bb7347b5f74d999336c0708fbf74b3d0ad68e MD5sum: 5e7f61b55c9f322c29980c1b7d42500f Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7789 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2766282 SHA256: 91fe5f52c19423d9596bed06646b14acb1bca57e623800a537355a20333b99cb SHA1: 446013eb87188a6a8c7415b9ed8b0b4ac154c6ce MD5sum: 60c1b5c288ce985efa2c266d9f3a7599 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7797 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-149.140 Depends: linux-image-3.2.0-149-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-149-generic-pae, linux-backports-modules-cw-3.11-3.2.0-149-generic-pae, linux-backports-modules-cw-3.12-3.2.0-149-generic-pae, linux-backports-modules-cw-3.3-3.2.0-149-generic-pae, linux-backports-modules-cw-3.4-3.2.0-149-generic-pae, linux-backports-modules-cw-3.5-3.2.0-149-generic-pae, linux-backports-modules-cw-3.7-3.2.0-149-generic-pae, linux-backports-modules-cw-3.8-3.2.0-149-generic-pae 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-pae_3.2.0-149.140_i386.deb Size: 2770728 SHA256: d3a248e6bc9dc9c4cd21ddb4721673a9cf042ec30e4e52123effd5081fb44254 SHA1: fb01e9836c89bf8869704ca1a83af0eccf054bd8 MD5sum: 21cbf762520ee5a4734d4edb623ca961 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-generic-pae 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: 7795 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2769806 SHA256: d444e61864bc18b8be09349f0c785d0ccb2b08673ecd98c15a7701d725f14776 SHA1: 7aac612d6ca2258b611d03862a8db6c19047b5d1 MD5sum: 15ac086b63811908bc7b0ea3f5813c0f Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7789 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2791086 SHA256: 11b3bff1679a0aa0344fe46ce21561409236e15707a3305a30c5f44176c5f6bd SHA1: 92f025027de9c4b2d05e051b33e89c5bdec36890 MD5sum: 4766a10632406a90b6827430fb4d8d08 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7797 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-150.141 Depends: linux-image-3.2.0-150-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-150-generic-pae, linux-backports-modules-cw-3.11-3.2.0-150-generic-pae, linux-backports-modules-cw-3.12-3.2.0-150-generic-pae, linux-backports-modules-cw-3.3-3.2.0-150-generic-pae, linux-backports-modules-cw-3.4-3.2.0-150-generic-pae, linux-backports-modules-cw-3.5-3.2.0-150-generic-pae, linux-backports-modules-cw-3.7-3.2.0-150-generic-pae, linux-backports-modules-cw-3.8-3.2.0-150-generic-pae 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-pae_3.2.0-150.141_i386.deb Size: 2795756 SHA256: 1081d8300366641306f5a5d32f2043048deb985e57a615b1cca75a0d89fda96f SHA1: f03d32821dc4fd13b73eb7baf3027c86be562c6e MD5sum: 63161dfb6d8f199de5a3915804825171 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.6-generic-pae 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: 7795 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2795122 SHA256: 9372c3fc7d88f6b68bf744ba64697e893e1b37f950f59ff1419a9676d6f63a79 SHA1: 917c389a0dbf6871395d59535689977196f79b40 MD5sum: 30a16469e5f20cadc79e3ff53c5d1da4 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: i386 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_i386.deb Size: 2524 SHA256: 03eacf8509d147e8e1d7fb231c04d3457d2a8433e67149cf5a581056b26dc8f3 SHA1: 277bbcd49968a940d1e8bc9efca4d63ab4e2e80f MD5sum: 90fb10898b596e32c3c977524d1f7f87 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-precise-generic-pae Source: linux-meta Priority: optional Section: devel Installed-Size: 34 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0.150.164 Depends: linux-backports-modules-cw-3.6-3.2.0-150-generic-pae Filename: pool/main/l/linux-meta/linux-backports-modules-cw-3.6-precise-generic-pae_3.2.0.150.164_i386.deb Size: 2540 SHA256: c8ab8142f3cc241277c11456804befce751ea4778b8ed40046a93a24649e54d5 SHA1: a23007d4720ef796bf58aa22e1b212da0cf63eb2 MD5sum: 2b82f2bfb5866332d07f98c296019deb Description: Backported wireless drivers for generic-pae 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: 6959 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2473698 SHA256: 55459e2d0ef20a22e16ef3fa04bd5bb59aeaf0a28e19a1c6d94cb704ce561eff SHA1: 91441108fbf9a670e5e2e66ad487c7e8e0ea0728 MD5sum: 4a9ecd2e0159d8a1d04239b84e7a088f Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 6965 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-128.119 Depends: linux-image-3.2.0-128-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-128-generic-pae, linux-backports-modules-cw-3.11-3.2.0-128-generic-pae, linux-backports-modules-cw-3.12-3.2.0-128-generic-pae, linux-backports-modules-cw-3.3-3.2.0-128-generic-pae, linux-backports-modules-cw-3.4-3.2.0-128-generic-pae, linux-backports-modules-cw-3.5-3.2.0-128-generic-pae, linux-backports-modules-cw-3.6-3.2.0-128-generic-pae, linux-backports-modules-cw-3.8-3.2.0-128-generic-pae 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-pae_3.2.0-128.119_i386.deb Size: 2477004 SHA256: 21c7c01c8f5a99169838fb29892ab83203c2edd758d9c6e04b31c26a231d5950 SHA1: 957902fdb523e114fa0949352a4589e2a4aab83c MD5sum: 143c7f8337e3719289f5d4a987097310 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.7-generic-pae 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: 6963 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2477168 SHA256: 48c30d9f973b6eadc3ab9a6e29dc694d373ba100f034281e82dbcd064f584e00 SHA1: dc17fe8a8edd0db38ee9c6ef49a2bfa359b5913d MD5sum: e3a1c1c19c6304266bb884cd3fa22150 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 6959 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2512796 SHA256: 031a664ebcc079a1cae7b3a35e6dad4c52e9e3627f62bd44bb1fc36205a7a936 SHA1: 9fb4bb985000e2e8a5bfde4ffe64bc6d3517ea05 MD5sum: 64159635e1cc341bf93e0f47c94989b4 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 6965 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-129.120 Depends: linux-image-3.2.0-129-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-129-generic-pae, linux-backports-modules-cw-3.11-3.2.0-129-generic-pae, linux-backports-modules-cw-3.12-3.2.0-129-generic-pae, linux-backports-modules-cw-3.3-3.2.0-129-generic-pae, linux-backports-modules-cw-3.4-3.2.0-129-generic-pae, linux-backports-modules-cw-3.5-3.2.0-129-generic-pae, linux-backports-modules-cw-3.6-3.2.0-129-generic-pae, linux-backports-modules-cw-3.8-3.2.0-129-generic-pae 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-pae_3.2.0-129.120_i386.deb Size: 2514916 SHA256: c6a82c81afee7e4bdcba69f228ad7da4b72342490bd6f4d29e12008e3eb94e1c SHA1: 8fde91d18656f8edba9358942f84d81ad7c9b26b MD5sum: abe9b6a28d300895e8d8560ddba4484c Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.7-generic-pae 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: 6963 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2515486 SHA256: 6b574e19505fe547ac52277c966af07a7f01060ce751bf86f4bbb55b075a7339 SHA1: b76a2e60e43e965fa4261a2ddbf42fa85881148b MD5sum: 4c6ce2fa56553c9a8702864d04047899 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 6959 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2504874 SHA256: 8003ccd318e79d7645ecba7508a367ef497829de02d21e8ee5aaddee70ae4bf0 SHA1: b723989174c7ee166a300505391d5f3b1cd9e3fc MD5sum: bb1cd4c29905f99cf18fa808224a4f5d Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 6965 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-130.121 Depends: linux-image-3.2.0-130-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-130-generic-pae, linux-backports-modules-cw-3.11-3.2.0-130-generic-pae, linux-backports-modules-cw-3.12-3.2.0-130-generic-pae, linux-backports-modules-cw-3.3-3.2.0-130-generic-pae, linux-backports-modules-cw-3.4-3.2.0-130-generic-pae, linux-backports-modules-cw-3.5-3.2.0-130-generic-pae, linux-backports-modules-cw-3.6-3.2.0-130-generic-pae, linux-backports-modules-cw-3.8-3.2.0-130-generic-pae 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-pae_3.2.0-130.121_i386.deb Size: 2507656 SHA256: 241a4040c1cecf2167bad1ec83ab54201153aaca166addd25c9cdbfd75f49e40 SHA1: 6a11d2c7eaa8dd6bc6d6c8a2732947b3e7df2d81 MD5sum: f1198294b7001f220fbf987983d90174 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.7-generic-pae 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: 6963 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2507854 SHA256: 52cf3751e6eb87210b7e26099a9e481e900c572be4b386a007582044f292452e SHA1: 778b9bc102f79d7b01192f71e46a29ab897e46c1 MD5sum: 538976d8fb52fc7e6be8ddbcee185bc2 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 6959 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2497270 SHA256: 41e93035b3214dc9de1193180b7a49273e8f35d69e7fef9b417ad6420d03e2cc SHA1: ed411ff320b1fee4c438d4e64e5de778c910d54f MD5sum: 41083daa9f91272381a4896a7ec1a115 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 6965 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-131.122 Depends: linux-image-3.2.0-131-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-131-generic-pae, linux-backports-modules-cw-3.11-3.2.0-131-generic-pae, linux-backports-modules-cw-3.12-3.2.0-131-generic-pae, linux-backports-modules-cw-3.3-3.2.0-131-generic-pae, linux-backports-modules-cw-3.4-3.2.0-131-generic-pae, linux-backports-modules-cw-3.5-3.2.0-131-generic-pae, linux-backports-modules-cw-3.6-3.2.0-131-generic-pae, linux-backports-modules-cw-3.8-3.2.0-131-generic-pae 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-pae_3.2.0-131.122_i386.deb Size: 2498706 SHA256: c894a67f942ae0b7f9d524c75878c027a3125a14839fb07e2faacfc1aff2e36f SHA1: 5b7e374a6fbb424598bf1ce0863863d051c95221 MD5sum: 1febad31c613eadd9a5276bb4bc196f5 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.7-generic-pae 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: 6963 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2498036 SHA256: b88af108c333ebe9a384743c616070e2f18b4087db33fd6408cdb13d349c47c7 SHA1: f8e4e430f1d0779b9a998d26b2d54259dcd9bfbc MD5sum: de594606a04a6d2ccd525ed729f59544 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 6959 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2507878 SHA256: 21f5fe14295896f80b06a59f68346c33af6a67fa4e6ec2a6bed2fe935a8f5958 SHA1: fe8bbd812797f0d73980ad95aa23b5023ea0b834 MD5sum: 7bf9f36f49f4860da0661b8ddc3c96eb Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 6965 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-132.123 Depends: linux-image-3.2.0-132-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-132-generic-pae, linux-backports-modules-cw-3.11-3.2.0-132-generic-pae, linux-backports-modules-cw-3.12-3.2.0-132-generic-pae, linux-backports-modules-cw-3.3-3.2.0-132-generic-pae, linux-backports-modules-cw-3.4-3.2.0-132-generic-pae, linux-backports-modules-cw-3.5-3.2.0-132-generic-pae, linux-backports-modules-cw-3.6-3.2.0-132-generic-pae, linux-backports-modules-cw-3.8-3.2.0-132-generic-pae 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-pae_3.2.0-132.123_i386.deb Size: 2510150 SHA256: e1e41993d57859df381638a06c0d364209a6fc1b8d4a93987c41008db9e126c5 SHA1: 69ac4885968cac4f957a2fe7c7732870c67f3417 MD5sum: d7631c79a69d90779990fe0bb6fac880 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.7-generic-pae 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: 6964 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2510192 SHA256: c1216a6a6ebee49074c75b87db4f3a5ecf34ada9811fa4249ff52f45cc64a38a SHA1: 31169b3ab9be0e1a6022bc73284c37ebd73be518 MD5sum: 3eda4ae2c23b1be2e2a641a4a49775fb Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 6959 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2507828 SHA256: 7aa7753151b43e2fd614643670521429e7ce6d1f7b7985d099ff280d2277cb07 SHA1: 18c53aaab2c22276be16d9414188e2369131269b MD5sum: ff1c96b8ba3a17b8e9aa09ff0cf4eb4b Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 6965 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-133.124 Depends: linux-image-3.2.0-133-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-133-generic-pae, linux-backports-modules-cw-3.11-3.2.0-133-generic-pae, linux-backports-modules-cw-3.12-3.2.0-133-generic-pae, linux-backports-modules-cw-3.3-3.2.0-133-generic-pae, linux-backports-modules-cw-3.4-3.2.0-133-generic-pae, linux-backports-modules-cw-3.5-3.2.0-133-generic-pae, linux-backports-modules-cw-3.6-3.2.0-133-generic-pae, linux-backports-modules-cw-3.8-3.2.0-133-generic-pae 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-pae_3.2.0-133.124_i386.deb Size: 2510162 SHA256: a0a0274e57453b4bfa20d3bcdd49f290debedef42f4897bf5e96b3642c75f729 SHA1: 34b57eccbbc73d6ff58fcf3f2455522c3a168e0b MD5sum: 928b0727fc55f58b44bb07567570a0cd Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.7-generic-pae 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: 6964 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2509404 SHA256: 3ec69f265f87f9895f05b455d2395b9badda7f5e75a894637593dc196b412188 SHA1: bf5241216e34da5a019d7210ba572ce1649fde02 MD5sum: 13c38ff31a706f37f63fb28393af7569 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 6959 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2487988 SHA256: 781db785fe3cca217128362a39e922620b6e15f7db72b3185844ad06adfea1be SHA1: 175ac412222a8f72f6bd8116cc4547c35fe860a4 MD5sum: de44377b9a642bab62fa358f9c561e8c Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 6965 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-134.125 Depends: linux-image-3.2.0-134-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-134-generic-pae, linux-backports-modules-cw-3.11-3.2.0-134-generic-pae, linux-backports-modules-cw-3.12-3.2.0-134-generic-pae, linux-backports-modules-cw-3.3-3.2.0-134-generic-pae, linux-backports-modules-cw-3.4-3.2.0-134-generic-pae, linux-backports-modules-cw-3.5-3.2.0-134-generic-pae, linux-backports-modules-cw-3.6-3.2.0-134-generic-pae, linux-backports-modules-cw-3.8-3.2.0-134-generic-pae 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-pae_3.2.0-134.125_i386.deb Size: 2492366 SHA256: 61754b7437b4534e063e854699b55ae1dfd8b75cfd0630f194db8dd992504c34 SHA1: fd8121eb5f4a985e35d50565946af971f9cb16c4 MD5sum: 12b9fe41c68f84045fe2ce640366c9ef Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.7-generic-pae 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: 6964 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2492266 SHA256: f0c4a679ae90379544ab9f28c4f2c2adf49f8c6bc00f22a2419ecf70d600aa2e SHA1: a08326ce6965da513f6a2c9f802b7bfb57f48f40 MD5sum: 22d6937811bea7ceea2f9e9cdb32fb46 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 6959 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2499588 SHA256: 9986868d9ad23c66fb129dce980b16892d87213fdb36eba793a7d5aaad65979a SHA1: 1dc8a08e91d7b743dfcdf1333201f1f57a9c1c80 MD5sum: 6e7bf627a64424f586028e57dfc7452f Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 6965 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-135.126 Depends: linux-image-3.2.0-135-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-135-generic-pae, linux-backports-modules-cw-3.11-3.2.0-135-generic-pae, linux-backports-modules-cw-3.12-3.2.0-135-generic-pae, linux-backports-modules-cw-3.3-3.2.0-135-generic-pae, linux-backports-modules-cw-3.4-3.2.0-135-generic-pae, linux-backports-modules-cw-3.5-3.2.0-135-generic-pae, linux-backports-modules-cw-3.6-3.2.0-135-generic-pae, linux-backports-modules-cw-3.8-3.2.0-135-generic-pae 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-pae_3.2.0-135.126_i386.deb Size: 2504200 SHA256: 165b0e0bded0be0078f4c6092ff25efbda17e2a4649323b8e4d86d94be451706 SHA1: 46bf66adb9c1acc8486f0852f5f9d61a75672093 MD5sum: 2fda442217d3ee485612d5963cd19088 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.7-generic-pae 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: 6964 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2502892 SHA256: b6627d08c358e69e49cc394f83adf2e2b9d2d7e4c3d4c73b58168a333a14effa SHA1: 751cd77f54ee2008fa73cb0f4d9a49c2b3eadf64 MD5sum: 0de120778121b96eea1170fc4544e8cd Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 6959 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2504814 SHA256: 3ec1f45d78cf9f6e37934cad4818babb2af80817b26b7b33dbf9147a754d66c2 SHA1: b94da6144043b3aa6b5be4cb2cf215b7acc0247c MD5sum: 0ae46ca33bd61f3e850b78cbe427b56c Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 6965 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-136.127 Depends: linux-image-3.2.0-136-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-136-generic-pae, linux-backports-modules-cw-3.11-3.2.0-136-generic-pae, linux-backports-modules-cw-3.12-3.2.0-136-generic-pae, linux-backports-modules-cw-3.3-3.2.0-136-generic-pae, linux-backports-modules-cw-3.4-3.2.0-136-generic-pae, linux-backports-modules-cw-3.5-3.2.0-136-generic-pae, linux-backports-modules-cw-3.6-3.2.0-136-generic-pae, linux-backports-modules-cw-3.8-3.2.0-136-generic-pae 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-pae_3.2.0-136.127_i386.deb Size: 2507806 SHA256: f1ff99f8a17ebb404fc706df1cb206388ad1761b90b9943f195b5ccb2c83d34f SHA1: f258a27bda2a0f8c0976641cfe48f9a3977b6a3f MD5sum: 8e00beab4b5bdcc8b8b3b2ce01311fdb Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.7-generic-pae 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: 6964 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2507648 SHA256: 09f1a1deeb8b829e1a96764dfedf99960ef233666bfb0c9a20d07d76a9f83af9 SHA1: 56c722eb4153a9e858c01222b1f4165bf42ca676 MD5sum: c79174baa498dfe2199ced8a9925a531 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 6959 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2491142 SHA256: 72f016817a56b417d872889e7d0ea00b8d903131484a058724b97ffdce9b55c5 SHA1: 0a0f8f909e820f9defdf8ede209a4d63c378cd14 MD5sum: 7b7501e2420dfa6018eff1d00e8edf63 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 6965 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-137.129 Depends: linux-image-3.2.0-137-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-137-generic-pae, linux-backports-modules-cw-3.11-3.2.0-137-generic-pae, linux-backports-modules-cw-3.12-3.2.0-137-generic-pae, linux-backports-modules-cw-3.3-3.2.0-137-generic-pae, linux-backports-modules-cw-3.4-3.2.0-137-generic-pae, linux-backports-modules-cw-3.5-3.2.0-137-generic-pae, linux-backports-modules-cw-3.6-3.2.0-137-generic-pae, linux-backports-modules-cw-3.8-3.2.0-137-generic-pae 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-pae_3.2.0-137.129_i386.deb Size: 2494360 SHA256: f876ac3ec5928bf39c3d6ec8cff0e9ad92ef7f0ee95256338d3229c01a6772b8 SHA1: 8c38c23a3d45957b707fdf963b217298767f8a19 MD5sum: a15aef923cfef5019c25492950365769 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.7-generic-pae 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: 6964 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2494164 SHA256: 3339a658f2fde7611ef3da647ed33bd5b23cb2acdf0be517f2620e7055118717 SHA1: 6b72f15f677610ad1f104a0aa3c7031b9d6cc88e MD5sum: c06a55a7c6f3409fff984cafaa116d09 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 6959 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2503934 SHA256: 92f621405ceabfd50d4c3a30635f59d2e44b4102ec485db4fb9ef115fb6af8ee SHA1: 67702ba765776a6bfef400d3437cd6676d042f0a MD5sum: 2e237f67271169e658facbc6fabbbc08 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 6965 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-138.130 Depends: linux-image-3.2.0-138-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-138-generic-pae, linux-backports-modules-cw-3.11-3.2.0-138-generic-pae, linux-backports-modules-cw-3.12-3.2.0-138-generic-pae, linux-backports-modules-cw-3.3-3.2.0-138-generic-pae, linux-backports-modules-cw-3.4-3.2.0-138-generic-pae, linux-backports-modules-cw-3.5-3.2.0-138-generic-pae, linux-backports-modules-cw-3.6-3.2.0-138-generic-pae, linux-backports-modules-cw-3.8-3.2.0-138-generic-pae 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-pae_3.2.0-138.130_i386.deb Size: 2507480 SHA256: 17d1da7ea8954659553985e256d99002edd21f7444c26260c0afb72e63274697 SHA1: f26c3c45bbfec9604f1c6a6da223720f15884332 MD5sum: dabeced13c36bd60c4dbec042814c133 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.7-generic-pae 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: 6964 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2507384 SHA256: ba68961035b34a7370eb9785ec3560f066ba4379b32d799d90f3856db68cafb7 SHA1: e5bfa73bc27768765d300049e5995362f8b35605 MD5sum: 1d6eb917ff6aa7ced23c3d9b59ed05dc Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 6960 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2488532 SHA256: 34d9db2fecef29465e4186366c9546b84cc3a62910fcffea25cad7e6749d2d8a SHA1: fa15b2264672ba76b00e4545205b28b38930c549 MD5sum: 87e99f17e3f0e1ba9f9aa36bc770e406 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 6965 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-139.131 Depends: linux-image-3.2.0-139-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-139-generic-pae, linux-backports-modules-cw-3.11-3.2.0-139-generic-pae, linux-backports-modules-cw-3.12-3.2.0-139-generic-pae, linux-backports-modules-cw-3.3-3.2.0-139-generic-pae, linux-backports-modules-cw-3.4-3.2.0-139-generic-pae, linux-backports-modules-cw-3.5-3.2.0-139-generic-pae, linux-backports-modules-cw-3.6-3.2.0-139-generic-pae, linux-backports-modules-cw-3.8-3.2.0-139-generic-pae 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-pae_3.2.0-139.131_i386.deb Size: 2490932 SHA256: c9e43dda6d57cdc8e14d1cacec88435c3d6c054be1d746b2046cbda36afdc03c SHA1: 8fbad213d2eab13d97b9b3b903b11e0c1d5e2d3b MD5sum: a370224778a787175831ffdea246652f Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.7-generic-pae 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: 6964 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2490850 SHA256: 77db5ec090d3066937a49ece05d7faffc768528d3d966641bc024100d89d8c44 SHA1: 1bdb90f6cee5ad3e42e731731ed96be819c5193a MD5sum: 95513812c6687e367a87498cc0ecfb26 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 6960 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2488394 SHA256: 16bfb8d02fa8aa3bdc8e4e549fb32b56980a4addefb9d7c93c26b9cf985bf34b SHA1: fa24260df29b3eb64a5518b2fb321809dc5613c0 MD5sum: a47ef49cc0975f28a8f894f41cc19a07 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 6965 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-140.132 Depends: linux-image-3.2.0-140-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-140-generic-pae, linux-backports-modules-cw-3.11-3.2.0-140-generic-pae, linux-backports-modules-cw-3.12-3.2.0-140-generic-pae, linux-backports-modules-cw-3.3-3.2.0-140-generic-pae, linux-backports-modules-cw-3.4-3.2.0-140-generic-pae, linux-backports-modules-cw-3.5-3.2.0-140-generic-pae, linux-backports-modules-cw-3.6-3.2.0-140-generic-pae, linux-backports-modules-cw-3.8-3.2.0-140-generic-pae 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-pae_3.2.0-140.132_i386.deb Size: 2491522 SHA256: eda48ff9a1a90fd0e60188084d9f13e3da77dcf9b979eb193a4333a95648b4e6 SHA1: 0da0b24f880a9b6b6b2dde842b72751b8e92ff93 MD5sum: c8944c710bc31bf9b380bebc7ee2d672 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.7-generic-pae 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: 6964 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2490720 SHA256: 6576e7db3590a6c68d8513d5ed61e6c2ee46c46a5cad7b72025d72d6b9a3bee8 SHA1: 5c5806dd490efd7881873e4536832bd6a9c3a0b4 MD5sum: 64ad75414d8ca819f8f0492a349e1665 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 6960 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2503794 SHA256: 0678484f1419b467deba8413a8958748668474b80d2c38654d1ff2e04d1d814d SHA1: 494f4659f33de6a2e04730b1186d199e76ab1ff1 MD5sum: 1ae65d78a7717f792ea89ba632bbd5bd Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 6965 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-141.133 Depends: linux-image-3.2.0-141-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-141-generic-pae, linux-backports-modules-cw-3.11-3.2.0-141-generic-pae, linux-backports-modules-cw-3.12-3.2.0-141-generic-pae, linux-backports-modules-cw-3.3-3.2.0-141-generic-pae, linux-backports-modules-cw-3.4-3.2.0-141-generic-pae, linux-backports-modules-cw-3.5-3.2.0-141-generic-pae, linux-backports-modules-cw-3.6-3.2.0-141-generic-pae, linux-backports-modules-cw-3.8-3.2.0-141-generic-pae 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-pae_3.2.0-141.133_i386.deb Size: 2508434 SHA256: 63a7872e2ae302cde44de842381a72f350d4bfa58a841f3caf8d6b5bb190f0f4 SHA1: 6512343071c7f758729459617b9f6baeb07e2899 MD5sum: 23e1628abe06f06506b0f6ba3b1a187c Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.7-generic-pae 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: 6964 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2507906 SHA256: 133a8d1560125a5935ade8c971e898aaa1c1757cabdc3cf67a80541ba2393a67 SHA1: 2b5f7525f075d9c4e64a6bb198dc90cb93e1e24d MD5sum: 47813453a8ff6b1cc53ec5457e1747f8 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 6960 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2501984 SHA256: 59dfa7a960db6f3c1e7f017419a1a02399fb08affa4d639c843e8dbe0b79fb09 SHA1: 8fa6c3df728fef176e8665947d61333e97cac289 MD5sum: 1c3755d7472b7b99c102dd7970d68608 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 6965 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-142.134 Depends: linux-image-3.2.0-142-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-142-generic-pae, linux-backports-modules-cw-3.11-3.2.0-142-generic-pae, linux-backports-modules-cw-3.12-3.2.0-142-generic-pae, linux-backports-modules-cw-3.3-3.2.0-142-generic-pae, linux-backports-modules-cw-3.4-3.2.0-142-generic-pae, linux-backports-modules-cw-3.5-3.2.0-142-generic-pae, linux-backports-modules-cw-3.6-3.2.0-142-generic-pae, linux-backports-modules-cw-3.8-3.2.0-142-generic-pae 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-pae_3.2.0-142.134_i386.deb Size: 2504812 SHA256: 2a9244bf26df84aebab328a65347bb0c37202ddfc5ab0a409c670922535ee36d SHA1: 3758ec1d582bbce49765ef52369192a20ef5788a MD5sum: aba9cd342a6feafc9f3fb9fd909f9a56 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.7-generic-pae 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: 6964 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2502850 SHA256: aa6ac169973dd11503baf85b96d9ae2594f69abe7886ca2243d11a1a56f2bef9 SHA1: 9b926c0c055add1ac085bd32247e86c2e64a28f8 MD5sum: ec904ec18d57f8c44375f47b2ee7e274 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 6960 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2485296 SHA256: 601288398d85aa9ccee43ad43d89388fa1c1848458e2dc7b8166883927f55af2 SHA1: d574e5076695a0d5be968b15d96975c42d2c7f0c MD5sum: 682d1ab86dd9ca560293734b6f941650 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 6965 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-143.135 Depends: linux-image-3.2.0-143-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-143-generic-pae, linux-backports-modules-cw-3.11-3.2.0-143-generic-pae, linux-backports-modules-cw-3.12-3.2.0-143-generic-pae, linux-backports-modules-cw-3.3-3.2.0-143-generic-pae, linux-backports-modules-cw-3.4-3.2.0-143-generic-pae, linux-backports-modules-cw-3.5-3.2.0-143-generic-pae, linux-backports-modules-cw-3.6-3.2.0-143-generic-pae, linux-backports-modules-cw-3.8-3.2.0-143-generic-pae 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-pae_3.2.0-143.135_i386.deb Size: 2488662 SHA256: 53ae662519089e561755c8e01d6a8a1169004483ad984cbec94464af4f9cc574 SHA1: b5a077722ccee0c606e16c776b606d1e707fba39 MD5sum: fe4622eb5935c9981e0ad0d9ae634c88 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.7-generic-pae 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: 6964 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2490024 SHA256: 46fdea765fbf943c93f3ca0519970526268c2230666729aea4cbc970ec2abcce SHA1: 702ab8336008b47fde58c52397df21659cb8d560 MD5sum: 8218744339ac4cf74885e7f7869dadce Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 6960 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2491876 SHA256: 715d3f3370421401746fa2ba096b4adcf2ad1cdc927a560c616145b85c092105 SHA1: f2c80f145ed18186eaa8dd96361dac77c615fe8d MD5sum: 494d50a00e9a7e5e8ff9f9dd010295b7 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 6965 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-144.136 Depends: linux-image-3.2.0-144-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-144-generic-pae, linux-backports-modules-cw-3.11-3.2.0-144-generic-pae, linux-backports-modules-cw-3.12-3.2.0-144-generic-pae, linux-backports-modules-cw-3.3-3.2.0-144-generic-pae, linux-backports-modules-cw-3.4-3.2.0-144-generic-pae, linux-backports-modules-cw-3.5-3.2.0-144-generic-pae, linux-backports-modules-cw-3.6-3.2.0-144-generic-pae, linux-backports-modules-cw-3.8-3.2.0-144-generic-pae 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-pae_3.2.0-144.136_i386.deb Size: 2494114 SHA256: 364581bd8f70631205d2af2bd0af8dd1c2ca0ce24613ca11bd51140fa5659a2d SHA1: 7e2c8cc81d6c9f1e995aa541cb8561174deb6d3e MD5sum: fc9ce50424fcd2496b79a6313483f630 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.7-generic-pae 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: 6964 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2494758 SHA256: bb803156851725840e5c2787b5c2a0d70a56ff0f86b53f5ed98e9b3072629975 SHA1: cde4e863dc7769119f8db70010edd425c9f5c772 MD5sum: c6f50868d27972b27214f495ba582a36 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 6960 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2508260 SHA256: 922a815a0506ab5261f65c2b08e2630cf16e7238e63026d183c28b70db8f813e SHA1: 98f47ca43f09ef5adbdbdfddf9e0feffcf7503ea MD5sum: b9eff5e8e614a2b17c1f429cc80dbbef Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 6965 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-147.138 Depends: linux-image-3.2.0-147-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-147-generic-pae, linux-backports-modules-cw-3.11-3.2.0-147-generic-pae, linux-backports-modules-cw-3.12-3.2.0-147-generic-pae, linux-backports-modules-cw-3.3-3.2.0-147-generic-pae, linux-backports-modules-cw-3.4-3.2.0-147-generic-pae, linux-backports-modules-cw-3.5-3.2.0-147-generic-pae, linux-backports-modules-cw-3.6-3.2.0-147-generic-pae, linux-backports-modules-cw-3.8-3.2.0-147-generic-pae 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-pae_3.2.0-147.138_i386.deb Size: 2510452 SHA256: 8267ce2bf6d7be335e45d59560598378ab18a2656527264a0b8f99df8806b889 SHA1: d4eb7b028c26218ff54952526d130b5b513113b1 MD5sum: f1e76b51323a87a2b4292ea0d8d7316b Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.7-generic-pae 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: 6964 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2510248 SHA256: 81e7c3cb6dbed0e3e4c4163d4b63e67119eb8e09bc16d5729177f0f503d1bc85 SHA1: 9f383b77532efeca0639b603249d0bf90d339cb3 MD5sum: ce7153019cd6f19ac8a2789b140f8324 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 6960 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2489794 SHA256: 62472ea43d5de1101ac26099cb849d6f87867d2cc3eaba6f18af30d061a7cd2a SHA1: 6e5470c8dc799f8301524144140d6f8c1058dae6 MD5sum: 4c301f29ded9e31332fe3953e54d14a1 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 6965 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-148.139 Depends: linux-image-3.2.0-148-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-148-generic-pae, linux-backports-modules-cw-3.11-3.2.0-148-generic-pae, linux-backports-modules-cw-3.12-3.2.0-148-generic-pae, linux-backports-modules-cw-3.3-3.2.0-148-generic-pae, linux-backports-modules-cw-3.4-3.2.0-148-generic-pae, linux-backports-modules-cw-3.5-3.2.0-148-generic-pae, linux-backports-modules-cw-3.6-3.2.0-148-generic-pae, linux-backports-modules-cw-3.8-3.2.0-148-generic-pae 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-pae_3.2.0-148.139_i386.deb Size: 2492648 SHA256: 6975877de53e0c8b1e93a4537194af8220105b20b38888cea74ba753ba309cc9 SHA1: a1a78a77e948888da6ef329a037897d714725d1e MD5sum: e53a72e8576e8f6be5e3febf9029092f Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.7-generic-pae 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: 6964 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2492712 SHA256: 3d829214625d62ce3c0c9cb3cac7f958236542cd7e2c1f8dcd19959b793b5316 SHA1: 083ba6f736b46449279c45b60795ee5bee2aac46 MD5sum: a72cc19de3cb589517fa9599e1c348b2 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 6960 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2473262 SHA256: 1fca44dc834ed6924ce9d31a95cf922b97d22b497778935e03ad3f3443c4bbbc SHA1: 835ee84a252f63abfa33465e4f891802ba9a816f MD5sum: 12ca2442eb9b637b0c2acecd644191fc Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 6965 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-149.140 Depends: linux-image-3.2.0-149-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-149-generic-pae, linux-backports-modules-cw-3.11-3.2.0-149-generic-pae, linux-backports-modules-cw-3.12-3.2.0-149-generic-pae, linux-backports-modules-cw-3.3-3.2.0-149-generic-pae, linux-backports-modules-cw-3.4-3.2.0-149-generic-pae, linux-backports-modules-cw-3.5-3.2.0-149-generic-pae, linux-backports-modules-cw-3.6-3.2.0-149-generic-pae, linux-backports-modules-cw-3.8-3.2.0-149-generic-pae 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-pae_3.2.0-149.140_i386.deb Size: 2476094 SHA256: 74486f9aab8977098fd789355b35df560d2cb9f8a694a6fd3c229b0ba20ed2ff SHA1: d56c28cd274d1b29b1936c7316cc71f25bf21311 MD5sum: a7c526a27d425ba9f9f43eeb0631d49c Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.7-generic-pae 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: 6964 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2475726 SHA256: 0f8816faaac4c5b845087bd0f2b24fd339d56c871ec2c89477e1ce56057220ba SHA1: a8badb8c5aa80adeff9b5e9539a33e461fd5e5ec MD5sum: b019a1f2b8b28dc9719226de0d9f41d2 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 6960 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2475046 SHA256: 27bcf90a635843215833fdc455fc5fa2b19a187db3d2ed11dacff6377b9d25ab SHA1: ef7597032d0e9903e718e69772be700e9d2a8268 MD5sum: 4f5764fa88169891c884338f1253d880 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 6965 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-150.141 Depends: linux-image-3.2.0-150-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-150-generic-pae, linux-backports-modules-cw-3.11-3.2.0-150-generic-pae, linux-backports-modules-cw-3.12-3.2.0-150-generic-pae, linux-backports-modules-cw-3.3-3.2.0-150-generic-pae, linux-backports-modules-cw-3.4-3.2.0-150-generic-pae, linux-backports-modules-cw-3.5-3.2.0-150-generic-pae, linux-backports-modules-cw-3.6-3.2.0-150-generic-pae, linux-backports-modules-cw-3.8-3.2.0-150-generic-pae 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-pae_3.2.0-150.141_i386.deb Size: 2478962 SHA256: 8c665ee93e8ee14e654ecf4254c4e5bf4f95d77a65d5f424f4dce2ec7221e839 SHA1: bd2eae84ea5a32ae3c2f829f5db1c8f76e099bc1 MD5sum: 23cda3c3d3a0dce6eaa4825a5cf93524 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.7-generic-pae 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: 6964 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2479078 SHA256: 7609d899b8d8717590844b4cb83c77fd70d987c0403753e1423852d2624dc38f SHA1: 74237c3d2473e90f9d7482afda41b16edb2bc5e8 MD5sum: 932cd8be13fb515eb227998a34804236 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: i386 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_i386.deb Size: 2530 SHA256: 4f887944c1bae0e7dc338c4e536eb1e5d1a161a94d5342d1b79336914ba0e5fb SHA1: a5e5a051acf2735060b44ee478b2ad11ddb72794 MD5sum: 57f6414489ea5b15cc6628ae69aa3784 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-precise-generic-pae Source: linux-meta Priority: optional Section: devel Installed-Size: 34 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0.150.164 Depends: linux-backports-modules-cw-3.7-3.2.0-150-generic-pae Filename: pool/main/l/linux-meta/linux-backports-modules-cw-3.7-precise-generic-pae_3.2.0.150.164_i386.deb Size: 2538 SHA256: 49d661ce2e0637a24b6769c9f725d9c73e6efa7a3f2e2b63411a58c3c4b21998 SHA1: 30bd4a9d2fe5d96dff3dad08cc026dea1a3c88a3 MD5sum: 97fd5167349eefe00203cbd8d2cf696f Description: Backported wireless drivers for generic-pae 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: 7593 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2680596 SHA256: f027150021f5d227ff45668fcb7c4bea25836c151c500a46f38e022afabb1230 SHA1: 4831ebb2a1d89a6fbed3586d1702dd2a51dfe124 MD5sum: 1fadf8dbdd57479ea09d0622a9512d99 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7600 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-128.119 Depends: linux-image-3.2.0-128-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-128-generic-pae, linux-backports-modules-cw-3.11-3.2.0-128-generic-pae, linux-backports-modules-cw-3.12-3.2.0-128-generic-pae, linux-backports-modules-cw-3.3-3.2.0-128-generic-pae, linux-backports-modules-cw-3.4-3.2.0-128-generic-pae, linux-backports-modules-cw-3.5-3.2.0-128-generic-pae, linux-backports-modules-cw-3.6-3.2.0-128-generic-pae, linux-backports-modules-cw-3.7-3.2.0-128-generic-pae 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-pae_3.2.0-128.119_i386.deb Size: 2684340 SHA256: 48daf6123816ff6c0b35815c8381723aaf99abb2b5f666fef8fc23433afcc825 SHA1: 99b9e3b46800addaf07bc64e649fdeb1c2094d9b MD5sum: ba279ef6ac4de859c83d83a8fd9860b4 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.8-generic-pae 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: 7598 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2684116 SHA256: bc66f6c7fd0c0d0b32ba68994410e23f8acf7f67922d1426979d41dafb93b899 SHA1: 19236ec5ba6b63f24c613101084ea813a011073b MD5sum: 78dbb9fab4aad6a2ad8471343547940d Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7593 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2682746 SHA256: e7f2aec27ca360df85c233fcf2fba61cd43cd6955688ad8d66583b790f61f7d3 SHA1: 3536e0d2c2222dd19e9d5ed0ee08a3ff534b87d0 MD5sum: f965e0700795e96ac22b37803149d88d Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7600 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-129.120 Depends: linux-image-3.2.0-129-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-129-generic-pae, linux-backports-modules-cw-3.11-3.2.0-129-generic-pae, linux-backports-modules-cw-3.12-3.2.0-129-generic-pae, linux-backports-modules-cw-3.3-3.2.0-129-generic-pae, linux-backports-modules-cw-3.4-3.2.0-129-generic-pae, linux-backports-modules-cw-3.5-3.2.0-129-generic-pae, linux-backports-modules-cw-3.6-3.2.0-129-generic-pae, linux-backports-modules-cw-3.7-3.2.0-129-generic-pae 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-pae_3.2.0-129.120_i386.deb Size: 2686292 SHA256: 3af6b5c7da263001a118340977a7a465da98e261a25cbaef747396537779a05e SHA1: 5b914decb0fda5761de4be27a54d5e5588f66bc1 MD5sum: 4d057a848a2d0241f0c420fea1b63e24 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.8-generic-pae 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: 7598 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2686312 SHA256: ad4900faf1aaecb3cf803fdd3a54d04b17256b445ee1617a20523a810fb040b7 SHA1: aef35c2f383d289a9b02e19b4a3adda38386df67 MD5sum: 6eace55d3a8254cbc715eb8713adbcb4 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7593 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2683910 SHA256: 4d7628a6babc2a9f72d3177cb943a9bfa37800918f7f35c2e0db56b99589b3fd SHA1: cb24c06958de24c627e64faca1e679c224c7fef9 MD5sum: 1887f3cf03e6870cf9f5e82de3ee5422 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7600 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-130.121 Depends: linux-image-3.2.0-130-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-130-generic-pae, linux-backports-modules-cw-3.11-3.2.0-130-generic-pae, linux-backports-modules-cw-3.12-3.2.0-130-generic-pae, linux-backports-modules-cw-3.3-3.2.0-130-generic-pae, linux-backports-modules-cw-3.4-3.2.0-130-generic-pae, linux-backports-modules-cw-3.5-3.2.0-130-generic-pae, linux-backports-modules-cw-3.6-3.2.0-130-generic-pae, linux-backports-modules-cw-3.7-3.2.0-130-generic-pae 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-pae_3.2.0-130.121_i386.deb Size: 2686122 SHA256: c4be1fd91e7bd61da20c2872a4f49214d9496d98e0833807ca014af0f765414e SHA1: 5ee416bf1a7c4eee06ad273b7d6193f99dc26c18 MD5sum: ca59b0e9c8724a2c787ab56091f4cdf4 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.8-generic-pae 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: 7598 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2685524 SHA256: 22e1cf326e1b09747b244e80e51e2dca067dd7797fb3263eb3b2bcf5288b2e97 SHA1: 5d73d775bfa2f2f3dfbfb61b3438ab63fc70404d MD5sum: ccc3044b64d1849a051e46f694c2e079 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7593 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2691686 SHA256: 0b1b7658cd81e0f92ec53afc459a1681c287fcb53487fbc2751016a6e89e86c5 SHA1: 3cf46bdc9340b37e6a7ada1ded41fec0e292a65a MD5sum: bd022691ce2368b7b6754139cf15b206 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7600 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-131.122 Depends: linux-image-3.2.0-131-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-131-generic-pae, linux-backports-modules-cw-3.11-3.2.0-131-generic-pae, linux-backports-modules-cw-3.12-3.2.0-131-generic-pae, linux-backports-modules-cw-3.3-3.2.0-131-generic-pae, linux-backports-modules-cw-3.4-3.2.0-131-generic-pae, linux-backports-modules-cw-3.5-3.2.0-131-generic-pae, linux-backports-modules-cw-3.6-3.2.0-131-generic-pae, linux-backports-modules-cw-3.7-3.2.0-131-generic-pae 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-pae_3.2.0-131.122_i386.deb Size: 2696674 SHA256: 9010f132ad9543a1122a66860e7646687240fffab96cf22e520fa394b456e319 SHA1: 13f18d66dd8219b736fdbb0cea2a2b37442444cb MD5sum: 7da49d8962c1a9e0e33f20fef2f40306 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.8-generic-pae 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: 7598 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2694874 SHA256: 679e7097379204206e7c535dd3f363813696c2b1d017ff9dc1e9d099555efdad SHA1: 2b41e668dc7f18f85f396c2de6912b1fabb32b49 MD5sum: 13a7cd0458e444ef5a889d996312e948 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7594 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2682522 SHA256: e70fa86fd53c9efd379b33b7a49608d57e5e41eb56238e846fb8c774c27ff259 SHA1: 57e5e42faffc1fa0be893fb8bb818bfd218228a4 MD5sum: d934cbf1f482170cd80bc2e6d161208f Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7600 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-132.123 Depends: linux-image-3.2.0-132-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-132-generic-pae, linux-backports-modules-cw-3.11-3.2.0-132-generic-pae, linux-backports-modules-cw-3.12-3.2.0-132-generic-pae, linux-backports-modules-cw-3.3-3.2.0-132-generic-pae, linux-backports-modules-cw-3.4-3.2.0-132-generic-pae, linux-backports-modules-cw-3.5-3.2.0-132-generic-pae, linux-backports-modules-cw-3.6-3.2.0-132-generic-pae, linux-backports-modules-cw-3.7-3.2.0-132-generic-pae 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-pae_3.2.0-132.123_i386.deb Size: 2688932 SHA256: 4a68bfe81145a15a8acea488427864deda41325aa1a527a313db41d52ae916a5 SHA1: 4bc262707399ef55ea7983be99e602247158ba60 MD5sum: a59ef4a1f3afb98b3f69b7bcd0d9c93a Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.8-generic-pae 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: 7598 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2686610 SHA256: 798fcefd9d6b8283f0c3d168a46f150dd7a34953e7ad4dd040c0852f5671c768 SHA1: a2eb79735b542be87982b8e1a0d88b8fb55f19d3 MD5sum: 19694ed35bd9a77c741879bd3195cd71 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7594 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2684312 SHA256: 0f76aec425fb49cdec118de729cc53c7e46d9bcbb2adf957f60e73eaed03ff78 SHA1: e9358c344f4f0e82bc020c027a4e18ca1896a106 MD5sum: 182241143ac3a8878150db0c00be4fb2 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7600 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-133.124 Depends: linux-image-3.2.0-133-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-133-generic-pae, linux-backports-modules-cw-3.11-3.2.0-133-generic-pae, linux-backports-modules-cw-3.12-3.2.0-133-generic-pae, linux-backports-modules-cw-3.3-3.2.0-133-generic-pae, linux-backports-modules-cw-3.4-3.2.0-133-generic-pae, linux-backports-modules-cw-3.5-3.2.0-133-generic-pae, linux-backports-modules-cw-3.6-3.2.0-133-generic-pae, linux-backports-modules-cw-3.7-3.2.0-133-generic-pae 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-pae_3.2.0-133.124_i386.deb Size: 2686356 SHA256: a2088afdb275ca13c208d4a9e6192b05bf0bb1e6e9fdd57d03bf1893238bc2ce SHA1: 9e3e020f75bf3a8d583bbc5a38df85ee7c7a78bb MD5sum: cb6813cfcd48a24b9ac763cb02ade7ed Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.8-generic-pae 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: 7598 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2686590 SHA256: 749a5e77fe7ea033ddb979f20a9ff093c5c4ab410dcd07b68603da0f95cad97f SHA1: 3bcdb45d1a061f20b6a108e76237bde1cb950d44 MD5sum: b379d7c867b10f8f782d497ce294b7d1 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7594 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2672998 SHA256: 119b5077a6a6c4233a5533157cbad71dcf193c6b1a2a752240407410933f2c03 SHA1: 331b267ded2080ac7e71b69ff56caef8cf14cfcb MD5sum: 08e0b7a1f2b9e3cfbf2a8514a79e46c8 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7600 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-134.125 Depends: linux-image-3.2.0-134-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-134-generic-pae, linux-backports-modules-cw-3.11-3.2.0-134-generic-pae, linux-backports-modules-cw-3.12-3.2.0-134-generic-pae, linux-backports-modules-cw-3.3-3.2.0-134-generic-pae, linux-backports-modules-cw-3.4-3.2.0-134-generic-pae, linux-backports-modules-cw-3.5-3.2.0-134-generic-pae, linux-backports-modules-cw-3.6-3.2.0-134-generic-pae, linux-backports-modules-cw-3.7-3.2.0-134-generic-pae 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-pae_3.2.0-134.125_i386.deb Size: 2676864 SHA256: b4a46fd2639fb06b6f184cfd507b75b7e9af3f178ccfdd3e51357ce653acc5ce SHA1: ac311eac6997927e61f05542a0488cea09fc435d MD5sum: f8496b8fbb460ccd50155e61a60be84e Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.8-generic-pae 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: 7599 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2676842 SHA256: 0e26627af4399fd8bb586c7661676eeace30549e17fc6f78b8807422a95e7193 SHA1: b63ce1d818a83aae073a511db2b8dc06d72cf79b MD5sum: d723e61f34da93c49ac454f78763e011 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7594 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2682216 SHA256: 83eac559ad29917c84a0d7e1222c070bf749e0a6f384b3bf5e85ac74002e6ec4 SHA1: 1c0b90ab03b1e6e0c889a4769be1ce97478d7ed4 MD5sum: 30ced0226ee3167ebb5f190a02520e4f Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7600 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-135.126 Depends: linux-image-3.2.0-135-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-135-generic-pae, linux-backports-modules-cw-3.11-3.2.0-135-generic-pae, linux-backports-modules-cw-3.12-3.2.0-135-generic-pae, linux-backports-modules-cw-3.3-3.2.0-135-generic-pae, linux-backports-modules-cw-3.4-3.2.0-135-generic-pae, linux-backports-modules-cw-3.5-3.2.0-135-generic-pae, linux-backports-modules-cw-3.6-3.2.0-135-generic-pae, linux-backports-modules-cw-3.7-3.2.0-135-generic-pae 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-pae_3.2.0-135.126_i386.deb Size: 2686882 SHA256: 8bebf7f576729d7d18acaf198959c680ccad20c6b9e459f2db9f076d55586992 SHA1: 33bdb5653eebd0a98cd9a11d4715eaa66df3fc25 MD5sum: 2562508f1666e6a2b4b117b0c03c4703 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.8-generic-pae 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: 7599 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2686380 SHA256: 5910ff5395381e56fa3e2da64f165166b7f05c370ddd1c1bec5dfa66edf24a1c SHA1: 98a682f40b4cb2095305aef9de4c5c4c181b9120 MD5sum: 4b2f09f1931310173aac2f522a962276 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7594 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2681570 SHA256: 629770367450a6febc7aa3ac4d7c1f128dc80eee43f26e20bc9a9810463c28ec SHA1: 611e6622f28d3c2df362fd687fe525d214a1847d MD5sum: 15d9b577a27d5ca658ca67547345b7ce Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7600 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-136.127 Depends: linux-image-3.2.0-136-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-136-generic-pae, linux-backports-modules-cw-3.11-3.2.0-136-generic-pae, linux-backports-modules-cw-3.12-3.2.0-136-generic-pae, linux-backports-modules-cw-3.3-3.2.0-136-generic-pae, linux-backports-modules-cw-3.4-3.2.0-136-generic-pae, linux-backports-modules-cw-3.5-3.2.0-136-generic-pae, linux-backports-modules-cw-3.6-3.2.0-136-generic-pae, linux-backports-modules-cw-3.7-3.2.0-136-generic-pae 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-pae_3.2.0-136.127_i386.deb Size: 2684974 SHA256: 9349f099e6a2a6a418cccc50fa6fa0c851f7b57232f75f36ad493119e99d4d57 SHA1: 17960fd865124924f5067a29aadae41b1e9c5f7f MD5sum: ccd9ebbc2ad51768f851aaf39840dcf8 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.8-generic-pae 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: 7599 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2685354 SHA256: 4159c24b6a0fc1bb6b0fb021de915163375d04eb187e5d2bb4c4f3bcf27674a3 SHA1: 5437f5cd25435541f4a7c81604eb2ef70ab038da MD5sum: c8a522acd5bcf401df17cc01a5ba8c71 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7594 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2669534 SHA256: 22e1f7e66070aeea1391acf1e2025f58fd03d85f34095869145fb8647a4ecbc8 SHA1: 54fcd0faabc681f65734201f29372180ee1e4dcb MD5sum: 6f7138f661f48ffbddfc48371716ab38 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7600 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-137.129 Depends: linux-image-3.2.0-137-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-137-generic-pae, linux-backports-modules-cw-3.11-3.2.0-137-generic-pae, linux-backports-modules-cw-3.12-3.2.0-137-generic-pae, linux-backports-modules-cw-3.3-3.2.0-137-generic-pae, linux-backports-modules-cw-3.4-3.2.0-137-generic-pae, linux-backports-modules-cw-3.5-3.2.0-137-generic-pae, linux-backports-modules-cw-3.6-3.2.0-137-generic-pae, linux-backports-modules-cw-3.7-3.2.0-137-generic-pae 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-pae_3.2.0-137.129_i386.deb Size: 2672114 SHA256: 58bc2c1d93b55712b447ead0787b4c43c521e2e6ecd8fabda2a4f50982c0e119 SHA1: c01f061fe812350a01d10d041791ff56997e8e5b MD5sum: 0893210ee072f5c9b582562d39cc687d Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.8-generic-pae 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: 7599 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2672790 SHA256: 86da9f5b003a63e00c465eeac71ab1b2e04bc6075cb5b2a03c46a112f0699987 SHA1: 71b90e85ea217908889b35251148dcb538d9cde6 MD5sum: 4a9c43e7c558712a82b425c9e057dd54 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7594 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2692548 SHA256: 0a0cd0eb736cd1916440e9120743feb9ed38e53eabdd77d84316ec8e63d5fd48 SHA1: a46c4561da9b453736594683882b2f10f9e16d52 MD5sum: 487867cbc9fb61f7a4dc9aa8197622a6 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7600 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-138.130 Depends: linux-image-3.2.0-138-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-138-generic-pae, linux-backports-modules-cw-3.11-3.2.0-138-generic-pae, linux-backports-modules-cw-3.12-3.2.0-138-generic-pae, linux-backports-modules-cw-3.3-3.2.0-138-generic-pae, linux-backports-modules-cw-3.4-3.2.0-138-generic-pae, linux-backports-modules-cw-3.5-3.2.0-138-generic-pae, linux-backports-modules-cw-3.6-3.2.0-138-generic-pae, linux-backports-modules-cw-3.7-3.2.0-138-generic-pae 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-pae_3.2.0-138.130_i386.deb Size: 2695370 SHA256: b26136cc80e86aa6d5b2cf20849d67deca53fd7efba4532dd86d1a5bed8d2d41 SHA1: 5d9deecba736758a4360e2ca5b7df3de1a5bdfc7 MD5sum: 8cbdb85821504c2955e54a298ec88d96 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.8-generic-pae 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: 7599 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2695580 SHA256: d6465abe5cfd66daccdaffd03a2a9591ab9db6f59b710a75fa8c7ad2eb625e37 SHA1: b2c20e9b61e1ed97a1074f418fa1e9f7449a356c MD5sum: 1a93eb0011dd4afd6e18930ff6805ee6 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7594 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2681286 SHA256: 9a9bc7804eaba4bb70d679a704bf07509b7635c852c78c16cb37e8d0404ecb56 SHA1: dd213d7c192d92705af66cc9244be94227f537ae MD5sum: 9b9673d4fb82dfdbe26ff878d8a0750f Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7600 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-139.131 Depends: linux-image-3.2.0-139-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-139-generic-pae, linux-backports-modules-cw-3.11-3.2.0-139-generic-pae, linux-backports-modules-cw-3.12-3.2.0-139-generic-pae, linux-backports-modules-cw-3.3-3.2.0-139-generic-pae, linux-backports-modules-cw-3.4-3.2.0-139-generic-pae, linux-backports-modules-cw-3.5-3.2.0-139-generic-pae, linux-backports-modules-cw-3.6-3.2.0-139-generic-pae, linux-backports-modules-cw-3.7-3.2.0-139-generic-pae 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-pae_3.2.0-139.131_i386.deb Size: 2684190 SHA256: 798e46fd51e2abf66847d5a73f42880bbd0ba63a2eede899602d67d6d3829084 SHA1: 55391e7c5170f6b8844cb1ff67b8cbfd0aaacee9 MD5sum: c5649b3a44ebed9ee26ec94f786fc49a Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.8-generic-pae 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: 7599 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2684946 SHA256: 4e44b2027da6e2db977bf4db363ba16c93ecd38a34e5e8353e06c40f39c3c234 SHA1: 380f00d8d242599c081be1ee234c8407b67c6a04 MD5sum: c8babcdde9951a503abf64de508d7a40 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7594 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2680760 SHA256: 5be2365d2ac6caf04878cfc71515502a138dd7a79588bc8cf861c357ff9cafd9 SHA1: 22b36e95f00d5ebc230cfc81e5e47501d861eb18 MD5sum: d04014e95fc624d59cf43ffa8c6ba15e Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7600 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-140.132 Depends: linux-image-3.2.0-140-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-140-generic-pae, linux-backports-modules-cw-3.11-3.2.0-140-generic-pae, linux-backports-modules-cw-3.12-3.2.0-140-generic-pae, linux-backports-modules-cw-3.3-3.2.0-140-generic-pae, linux-backports-modules-cw-3.4-3.2.0-140-generic-pae, linux-backports-modules-cw-3.5-3.2.0-140-generic-pae, linux-backports-modules-cw-3.6-3.2.0-140-generic-pae, linux-backports-modules-cw-3.7-3.2.0-140-generic-pae 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-pae_3.2.0-140.132_i386.deb Size: 2683326 SHA256: 66dbc71e3d8b9a273b61b27b73d650416d3ff5c7a922459e47f501f2157db903 SHA1: cff7bc42691b6658fd6b14f59092961e8e84ed7d MD5sum: beff8a0e3d8914f3403df635b6f10cf0 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.8-generic-pae 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: 7599 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2683354 SHA256: c4c3f570e53f62316fc27842ce18f8a97faa0ae794af17ac445e24edf92f7f20 SHA1: 66da6a8f13478f27342088f789e0720799ef5088 MD5sum: 60ea83729f120717b70229a93928ddac Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7594 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2691652 SHA256: c7b7f09eb1c69e69e79bf8a5e8edeeb855ac1615cf796a3c1693eafa7fedbbe2 SHA1: 074aea817c52a16889d3280d2f5fb762ada6dea4 MD5sum: aa7a2ecfb2cd107e34ac55a4b48652c7 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7600 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-141.133 Depends: linux-image-3.2.0-141-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-141-generic-pae, linux-backports-modules-cw-3.11-3.2.0-141-generic-pae, linux-backports-modules-cw-3.12-3.2.0-141-generic-pae, linux-backports-modules-cw-3.3-3.2.0-141-generic-pae, linux-backports-modules-cw-3.4-3.2.0-141-generic-pae, linux-backports-modules-cw-3.5-3.2.0-141-generic-pae, linux-backports-modules-cw-3.6-3.2.0-141-generic-pae, linux-backports-modules-cw-3.7-3.2.0-141-generic-pae 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-pae_3.2.0-141.133_i386.deb Size: 2694986 SHA256: 9e5200746f40c68caf81516beedbf7dee65d78e7bb49553e190ce0c4ccf6484f SHA1: 708f9be6967a8e3511e4eca55e07834cda728aaf MD5sum: 1397f427be5509e8a5fddf486ee4b218 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.8-generic-pae 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: 7599 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2694874 SHA256: 841db4b8eed5ce5ab7455de49398e1cce31ddfa3b3f8792a8e75cca4c8b1316b SHA1: 74f251f6232e7fa7557282b20d1b9219a96dd528 MD5sum: 392bf058d5a824705f62fa340178c058 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7594 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2678488 SHA256: a933b787942de0ecaacc0618ff4c975eb1340e36084bed4b4b07987cec55fe5f SHA1: 89790cd34f6f687612703e8b83f9095f98b460e0 MD5sum: fbaa35e40d8f460a709ab532f037692f Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7600 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-142.134 Depends: linux-image-3.2.0-142-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-142-generic-pae, linux-backports-modules-cw-3.11-3.2.0-142-generic-pae, linux-backports-modules-cw-3.12-3.2.0-142-generic-pae, linux-backports-modules-cw-3.3-3.2.0-142-generic-pae, linux-backports-modules-cw-3.4-3.2.0-142-generic-pae, linux-backports-modules-cw-3.5-3.2.0-142-generic-pae, linux-backports-modules-cw-3.6-3.2.0-142-generic-pae, linux-backports-modules-cw-3.7-3.2.0-142-generic-pae 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-pae_3.2.0-142.134_i386.deb Size: 2683256 SHA256: 812c21d0ec46a462eb27eb9f8ee01acef3ca4439a197b357c0b94e555a8cdd77 SHA1: 8891c146e421505a2f36daed2a78fd227e61ab12 MD5sum: 1075a158efa81dbf3a64a7500ba94044 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.8-generic-pae 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: 7599 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2683062 SHA256: 6f0e17680d9d1c7de21cd2f1c84986536f87dee3060afd8572a5ab86da378b71 SHA1: 8a07bcec433cf6252cfdef13593aaec1eff93264 MD5sum: cfdf1c85f112fabc291c6ded3b3f9159 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7594 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2672782 SHA256: a8dc4684b0e86f8e622c07c408ea20eeff0e993e358d5ae98dceb55b8bcabf98 SHA1: a5c1003e2970d6966a6c388781c5a64b1238124a MD5sum: b3f18e2717b80214e9731c928bb6434b Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7600 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-143.135 Depends: linux-image-3.2.0-143-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-143-generic-pae, linux-backports-modules-cw-3.11-3.2.0-143-generic-pae, linux-backports-modules-cw-3.12-3.2.0-143-generic-pae, linux-backports-modules-cw-3.3-3.2.0-143-generic-pae, linux-backports-modules-cw-3.4-3.2.0-143-generic-pae, linux-backports-modules-cw-3.5-3.2.0-143-generic-pae, linux-backports-modules-cw-3.6-3.2.0-143-generic-pae, linux-backports-modules-cw-3.7-3.2.0-143-generic-pae 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-pae_3.2.0-143.135_i386.deb Size: 2675716 SHA256: 1fc80273e7704d4a473a5ee2c42ed3ae3335c92ad6feb59cd6c58556ae20423c SHA1: 0d31c9be786f551d7354600c93f2dd647832d9a1 MD5sum: be7574915b0e5df73e27d71e01ea3de6 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.8-generic-pae 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: 7599 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2675856 SHA256: fcdd03c3ff608e70791eb06990d18de9606696f49c45798081e5af8596a7b03a SHA1: 7df83ffa2dd4812a7363bbdd84bf311290cfb4a1 MD5sum: 51854a1d8cd2db2e96ca68c56672d93c Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7594 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2688330 SHA256: 73422592549a280700f8e9642fd696477b43de07b7919455fa29fbb3b9f59d90 SHA1: ab5287867d7ce7bd3e34c880c130a16adef07e0a MD5sum: de1be6299e4eb234c9b47ff5d8893534 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7600 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-144.136 Depends: linux-image-3.2.0-144-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-144-generic-pae, linux-backports-modules-cw-3.11-3.2.0-144-generic-pae, linux-backports-modules-cw-3.12-3.2.0-144-generic-pae, linux-backports-modules-cw-3.3-3.2.0-144-generic-pae, linux-backports-modules-cw-3.4-3.2.0-144-generic-pae, linux-backports-modules-cw-3.5-3.2.0-144-generic-pae, linux-backports-modules-cw-3.6-3.2.0-144-generic-pae, linux-backports-modules-cw-3.7-3.2.0-144-generic-pae 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-pae_3.2.0-144.136_i386.deb Size: 2689760 SHA256: 9179f665a671f2ea6dcfe5a98794c86e7acee1e49773f0c97ff7ff8f6833850e SHA1: bd91eeb4144cb9dea695dbb2e21fc8ef386fbade MD5sum: 0bd7895e78674a315beb4c74fdf89ba0 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.8-generic-pae 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: 7599 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2690232 SHA256: f84017f18572ca9651f6c31b572197c28eedc6b74f9466e66429b4afc876e8b8 SHA1: 7189fef8c209ae5afb1198123101c686009921f7 MD5sum: bcbe5a701826ddfe0ea83d831240854e Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7594 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2687120 SHA256: 7a1b0c256c60505b5b0e78085b8fb21426e40bd02db63f841c16d61b1ac69e98 SHA1: e878de17e100beabdbabfdfb89a696f59226e218 MD5sum: 0bd31548a42bd4dfec040ce66165926d Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7600 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-147.138 Depends: linux-image-3.2.0-147-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-147-generic-pae, linux-backports-modules-cw-3.11-3.2.0-147-generic-pae, linux-backports-modules-cw-3.12-3.2.0-147-generic-pae, linux-backports-modules-cw-3.3-3.2.0-147-generic-pae, linux-backports-modules-cw-3.4-3.2.0-147-generic-pae, linux-backports-modules-cw-3.5-3.2.0-147-generic-pae, linux-backports-modules-cw-3.6-3.2.0-147-generic-pae, linux-backports-modules-cw-3.7-3.2.0-147-generic-pae 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-pae_3.2.0-147.138_i386.deb Size: 2690154 SHA256: 9e10dda0bab3abf28302a20267954f93c5831d9e98d9c40e721518a05ae3ab11 SHA1: 64dd13944daeb11e1410be15e4e82ca94ad86c6b MD5sum: 86adefbdc7c12f72b66182adf8c399a5 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.8-generic-pae 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: 7599 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2691780 SHA256: cc8dd3647699440087681f645fe07d30788b1638020882f8a90affcd34e62d84 SHA1: 9b88ec9130e09585f0c3eb099b87aa8fbf896234 MD5sum: 17c15191ab1446767e6479b472cf9be4 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7594 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2680130 SHA256: def084f44bb68f497f9cd13c5759608c3284acdca22808a7ab0363ccc7ed2d65 SHA1: cddb4767b39e454233a4f02910e7910322102042 MD5sum: 40df8ce71d22c6b1e3f3a0baf2ff9ff0 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7601 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-148.139 Depends: linux-image-3.2.0-148-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-148-generic-pae, linux-backports-modules-cw-3.11-3.2.0-148-generic-pae, linux-backports-modules-cw-3.12-3.2.0-148-generic-pae, linux-backports-modules-cw-3.3-3.2.0-148-generic-pae, linux-backports-modules-cw-3.4-3.2.0-148-generic-pae, linux-backports-modules-cw-3.5-3.2.0-148-generic-pae, linux-backports-modules-cw-3.6-3.2.0-148-generic-pae, linux-backports-modules-cw-3.7-3.2.0-148-generic-pae 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-pae_3.2.0-148.139_i386.deb Size: 2683576 SHA256: 375bcd42969a874d0a59b511cff886cd764343c537c7aefdd45aff641162a8bc SHA1: 4c912cfac52d086163ad5e6a98cdf8e6b6131b47 MD5sum: d4049a22f08d6a12fb3838dfa78f58f2 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.8-generic-pae 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: 7599 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2683612 SHA256: 9b88f939d4a33a57ae7fc7584780f5074d0d610139cc9ee34cfb8cd29bae9792 SHA1: df896df035321a9bf5b782ab5a0cad9a68a503b3 MD5sum: b1f2ff1874351cbcb006c405599581a3 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7594 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2658058 SHA256: 0d36c76488bf777743eea88e74d37ccf3f07da1b075f953dd3173bbfdfd9613b SHA1: 1af983d8e8f25f7ac6a5783965ee501ee9b9d608 MD5sum: a746cf6d938431a21d07df197a8a4d8d Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7601 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-149.140 Depends: linux-image-3.2.0-149-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-149-generic-pae, linux-backports-modules-cw-3.11-3.2.0-149-generic-pae, linux-backports-modules-cw-3.12-3.2.0-149-generic-pae, linux-backports-modules-cw-3.3-3.2.0-149-generic-pae, linux-backports-modules-cw-3.4-3.2.0-149-generic-pae, linux-backports-modules-cw-3.5-3.2.0-149-generic-pae, linux-backports-modules-cw-3.6-3.2.0-149-generic-pae, linux-backports-modules-cw-3.7-3.2.0-149-generic-pae 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-pae_3.2.0-149.140_i386.deb Size: 2661188 SHA256: 317ddd281b78ffb4215f651870cb780b114671c9699b6873e1af548cc6d88d0c SHA1: 59ac639f629285f45bc93fea815ca5fd48b220ae MD5sum: 8594f548ba18781c364f8384fdce3415 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.8-generic-pae 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: 7599 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2660678 SHA256: a1a303093ade49f45d8b733023b26aad07fbb796a82961e3539829fac8147c3e SHA1: 2ce01c83f87418e0c518bf938158e1974d45614e MD5sum: 0ec722af0b4229adb5626041c316e71f Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: 7594 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2673822 SHA256: b324d382fbf3207bd98d7f939e8cce3eb06d23586705efb262aa3a98ca791c54 SHA1: 56fa04657a3f5f4165652bd4ebf9de1cf5d5d26a MD5sum: 2bef30f54a7e4a2d962d6c6a938293f7 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 7601 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-150.141 Depends: linux-image-3.2.0-150-generic-pae Conflicts: linux-backports-modules-cw-3.10-3.2.0-150-generic-pae, linux-backports-modules-cw-3.11-3.2.0-150-generic-pae, linux-backports-modules-cw-3.12-3.2.0-150-generic-pae, linux-backports-modules-cw-3.3-3.2.0-150-generic-pae, linux-backports-modules-cw-3.4-3.2.0-150-generic-pae, linux-backports-modules-cw-3.5-3.2.0-150-generic-pae, linux-backports-modules-cw-3.6-3.2.0-150-generic-pae, linux-backports-modules-cw-3.7-3.2.0-150-generic-pae 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-pae_3.2.0-150.141_i386.deb Size: 2678482 SHA256: 65a184fe335b0dbf9484cfbc40e5b40a22f7c0b3b75ad48f9d34831f6915aeba SHA1: c58a133b937ae462b76c70acd2708131bacb454b MD5sum: dfab10433e37f55315d46417429a0e61 Description: compat-wireless Linux modules for version 3.2.0 on x86 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-cw-3.8-generic-pae 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: 7599 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2678578 SHA256: 66ec0ad655a38e0cf9f2db73df562e4f0efd8dc93eb6090d86890b3803455980 SHA1: b8ce38672222c21d47bcf7bf4a693daef30c26a3 MD5sum: 89123059720ea37b5a427767afcc6a09 Description: compat-wireless Linux modules for version 3.2.0 on x86/x86_64 This package contains compat-wireless modules supplied by Ubuntu for Linux kernel 3.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: i386 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_i386.deb Size: 2524 SHA256: 46b934d3d6b58c7a3277e968ae114dc0e426243fca6b393c8b507f06751d67cb SHA1: ded92dbb0c37602d8f13c15fff1ab48b4b7a30b6 MD5sum: ee2d65fc3435f5f024298ca93174882c 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-precise-generic-pae Source: linux-meta Priority: optional Section: devel Installed-Size: 34 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0.150.164 Depends: linux-backports-modules-cw-3.8-3.2.0-150-generic-pae Filename: pool/main/l/linux-meta/linux-backports-modules-cw-3.8-precise-generic-pae_3.2.0.150.164_i386.deb Size: 2536 SHA256: ac4d97d68237c56df8e6a7e8d787e1f21c4d78280adeea0bc82a8cac4170a8af SHA1: bf0fec084cc0a47ccaca4bebeefae310d1f20745 MD5sum: a7336690f55f25a66b36463c938919d0 Description: Backported wireless drivers for generic-pae 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: i386 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_i386.deb Size: 2528 SHA256: 3f406aaf456c2da29fe79f7dbd7863ba6a90ad91717b2ade50432ec89a76d572 SHA1: 8f3d625630d00c9fb640907675b14269d2ac641a MD5sum: 588fd92b3f4f62d24da0aae4b9fb24f6 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-headers-precise-generic-pae Source: linux-meta Priority: optional Section: devel Installed-Size: 34 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0.150.164 Depends: linux-headers-lbm-3.2.0-150-generic-pae Filename: pool/main/l/linux-meta/linux-backports-modules-headers-precise-generic-pae_3.2.0.150.164_i386.deb Size: 2534 SHA256: 3c6e9fba5f75573c6a26c392e98e78c4fa2bf225537c5afd6425f283351b01fd SHA1: 9c03d346c952f7309e9dc210a925396c47c3650b MD5sum: 7630d0a0e76d5523c673bcd4e865f452 Description: Backported driver headers for generic-pae 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: 307 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 113754 SHA256: d602152d8cc58aab9bde65a08aea7596238bfc70f239d6737c694cf6d3c95c1e SHA1: 0ea4ab4aa2da76f408ea9a7816d6a7729e6a8c3f MD5sum: ed1ca91d483a24eae4be93adaaf700b8 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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 308 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-128.119 Depends: linux-image-3.2.0-128-generic-pae 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-pae_3.2.0-128.119_i386.deb Size: 114244 SHA256: b622a2be337ec206c9dc72ebbbeab44df8cf6decb3e1bb85a4ea78f4c6af581b SHA1: 88f1d763deb1493c1348df55fe3016bf089536b0 MD5sum: 4365fc35040d1d9409fe7d1910d6da99 Description: Linux ethernet modules for version 3.2.0 on x86 This package contains ethernet modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-net-generic-pae 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: 308 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 114196 SHA256: 2f33855c94e0a336aa2abee25804122f8b27fd2fcf475d37d5edc460597fa7e6 SHA1: 64d96c1ae8a33dcbe1b90305d0580c8d0ab46a75 MD5sum: cf0ac020dcc09ebeb599866907896105 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: 307 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 123014 SHA256: 7c78860e5d92304edb8ed8acdd73f92d8127badc5755d65391ede00b28603936 SHA1: 6cd5e9a02ae54eb80d5b53a36a31f3291157fedc MD5sum: 763f7679e8d74de3d2a5f38bb734e188 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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 308 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-129.120 Depends: linux-image-3.2.0-129-generic-pae 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-pae_3.2.0-129.120_i386.deb Size: 123500 SHA256: 54f58f09ab6b6bca73c7cc5a0ba169945411a2318c605bf1bc49723062132f12 SHA1: 99363814f93c32b1e9adafe1119bb1b0af6d746d MD5sum: d9b966a15cdbde49c92dff1eb829c6b6 Description: Linux ethernet modules for version 3.2.0 on x86 This package contains ethernet modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-net-generic-pae 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: 308 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 123438 SHA256: 0807a156dde00254e74ee1ea5a4c6bfe1fbe2c4c4b0916b48f1de70f0448266c SHA1: 7033062e5e2bc179ef4498c7ded5680efc5199ce MD5sum: 2e34b820ede307225c5a6653ef96738d 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: 307 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 113692 SHA256: fecf72466815b094c8f991bb679d767a199ffb0295df8bc0243a6abefa25882d SHA1: 213a728f31c6e840e5a9254d277d5d5affa38d8f MD5sum: aa3f63cc852911699545af15c6592f2e 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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 308 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-130.121 Depends: linux-image-3.2.0-130-generic-pae 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-pae_3.2.0-130.121_i386.deb Size: 114138 SHA256: e7150e0e1223accd6d6c23d08a248acdadbb63d651b75d0c4fd69aeda8a1e011 SHA1: ae2c19284fe6b47070909793f46c0ecb43198f66 MD5sum: cd8ba33ba8d27ad88d2f172c0ba03742 Description: Linux ethernet modules for version 3.2.0 on x86 This package contains ethernet modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-net-generic-pae 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: 308 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 114130 SHA256: 6416711e2a7ce40cfbceaf84856e4a674a4681def134433c60f561d03ac358e6 SHA1: 70c96bcbb3759079342ebe1a2b324f3b72e44b7e MD5sum: 470dca523e9bd9d99081ba327a382df7 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: 307 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 113656 SHA256: 2d5b38db8c709d177cfb47a45e9aeb5ef63f3f6d7dba747ee83549d8be1c46f2 SHA1: 7e3c6b927a0955d960e47a6892da10a8500490b0 MD5sum: da4a7d5e28f14b1c4e537d498f687e4c 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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 308 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-131.122 Depends: linux-image-3.2.0-131-generic-pae 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-pae_3.2.0-131.122_i386.deb Size: 114106 SHA256: 2702aecdaea84442e49a084e989423619a75f0b9719f0e1725a45439d6a0dcba SHA1: f801f24f25d75c77e859b82708fa1433acd7fb63 MD5sum: 1bb9ae5094b2aa554c8e290bc879699a Description: Linux ethernet modules for version 3.2.0 on x86 This package contains ethernet modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-net-generic-pae 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: 308 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 114142 SHA256: e9ee68627970229d61be8cfa32263915589bd8e0a185b9f0144c44e984b94549 SHA1: f8bb4f088dddd994ef85d0e98221ced46fb34ee2 MD5sum: aba5fd0b94176e6e5f0c8524ce8f614f 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: 307 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 113664 SHA256: d51e27719d26361cfbb85368000b992324488a6d2ef782dc0c9312934b31c55a SHA1: b9cc95c17ccb002b8134331ffdb9c12686d4822f MD5sum: ec06526df7184a481620a8a2645ec549 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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 308 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-132.123 Depends: linux-image-3.2.0-132-generic-pae 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-pae_3.2.0-132.123_i386.deb Size: 114126 SHA256: 5ece8dd42db422ca0bfe1c6221ab2dc76413892833fafd407db750300b9b81f0 SHA1: f33cc563a2238be5fb8ba76b8d4a9be9ad5b6708 MD5sum: 9e365124764048401d2fc413dc501bed Description: Linux ethernet modules for version 3.2.0 on x86 This package contains ethernet modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-net-generic-pae 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: 308 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 114130 SHA256: 245fde6a8c0f812b23f9116182130bd27b0b75d53bd649e82d5c70c46e56050d SHA1: d846167cc9649dd9649c859557dee0c4d1ff61d2 MD5sum: fa7aa33d4dff61c3774828149392dd1f 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: 307 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 113702 SHA256: a6e6fc9d81e580d0462735541aae1f4e93790c6da77e4cc866892a53ae701aa8 SHA1: aa05866cd7ad4ed20c3556e09c96e86bdddd7170 MD5sum: 9a12e5254064eb23ab3b986edf0fe431 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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 308 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-133.124 Depends: linux-image-3.2.0-133-generic-pae 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-pae_3.2.0-133.124_i386.deb Size: 114150 SHA256: 7c8d5aa7cd55b243185950d5a332575721b27221e4c15bc1facf65294d4c5852 SHA1: ebc01bbd69124faf18fab5978c5f8b58c0b3ec44 MD5sum: 85dc032b03d7f04d1529e6eec51e10b0 Description: Linux ethernet modules for version 3.2.0 on x86 This package contains ethernet modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-net-generic-pae 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: 308 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 114148 SHA256: 7ca17173da5d0a941dd515a8dc9fd80f8553fea6be7e58c86928848d5752cd21 SHA1: 1fbdc3942861b934926bb41a8a6d3926159aa370 MD5sum: d7ecabc966a426073ac7a93539e347a5 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: 307 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 113690 SHA256: d692dcf93ba1353fd89ed1b4ca61985f4257f692cd16b439400486d54750d173 SHA1: 85d133044b3dc00f3d28c086183855a003c6710c MD5sum: 80e757ac401660c5f0fa1b3994fe7de5 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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 308 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-134.125 Depends: linux-image-3.2.0-134-generic-pae 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-pae_3.2.0-134.125_i386.deb Size: 114148 SHA256: 8937df5f7d2ad0dc5a0e2b3c623669b03ff35df71676460fcb64a7cf25780b0d SHA1: edf888d9c4dcaa2d237386aaffba435400173f51 MD5sum: ea88c217878468612ca6272dff8b44e5 Description: Linux ethernet modules for version 3.2.0 on x86 This package contains ethernet modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-net-generic-pae 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: 308 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 114182 SHA256: 6145be3d3d7ae4af79c0803168a96e5ff195b53f00c681162172ef8cb3175a7c SHA1: 7c0b8d507c73073cb027732f7a58ae98ce385fc5 MD5sum: db3935071d4eca3c8761b9efe02defeb 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: 307 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 113708 SHA256: 61e0f7fe989d08e3ccdb33c3d81c2986bee5852f01421a16cd4211c11b2e4df5 SHA1: b07d3572fe1d3221eaab0c0f33e5cbe3c2b19aaf MD5sum: 60d2354b4c36649fdb42d10385ea1b44 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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 308 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-135.126 Depends: linux-image-3.2.0-135-generic-pae 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-pae_3.2.0-135.126_i386.deb Size: 114158 SHA256: cb08bf2423a35ee1e7d4767518c0c88fb33e30fc13ffe04449defec55e7da610 SHA1: 1a5cc3a0096bc33e22dbb2cab12474d063f176b1 MD5sum: 8cfd49c0ddb4a2dbfdca61a14cf1a5ad Description: Linux ethernet modules for version 3.2.0 on x86 This package contains ethernet modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-net-generic-pae 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: 308 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 114214 SHA256: 293efeab57c8879a208e9564e38b4ebbb96a26d73b63a721f646a96e336a5a43 SHA1: 73c4754d7a9f54dba0ddc6d4d1d823c005627873 MD5sum: 26823e56286f9ac5de11acaa863ed608 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: 307 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 113688 SHA256: ae03c30586bca15d63069b4625b5194dee815d59853fb43bf2978e4ba988f52a SHA1: b7d08db272ae7d8919664bdfc23ad5a53c5aa3e0 MD5sum: 6c54bb9734a702026d0eefe2230dda79 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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 308 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-136.127 Depends: linux-image-3.2.0-136-generic-pae 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-pae_3.2.0-136.127_i386.deb Size: 114138 SHA256: 2632840b5254c571004e68645bc776d0b82bebc11b63635e42eb7142030fcba7 SHA1: 866d90a396d34226e03b2b78b4771fe7092985af MD5sum: 0c88049e4ef46b97001ff22961c2942a Description: Linux ethernet modules for version 3.2.0 on x86 This package contains ethernet modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-net-generic-pae 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: 308 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 114186 SHA256: b7f2babb52840b35ab7d3124610331303307b6ed11c0b0585322acb73a1babac SHA1: 3481940c4c209c2659d938b86a99e4d21fee3702 MD5sum: 3db4b857d1e3be10cf8ca1a7a3136a40 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: 307 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 113760 SHA256: 6a3e554c15858640f6a32c7e1ef970a4e928d463193e8886dc4ce93d877e0ba9 SHA1: 4290e8b2901cd9fada4385012d54f7155e3b1182 MD5sum: 5dac1acdfd8391d8a5e80173021162a6 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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 308 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-137.129 Depends: linux-image-3.2.0-137-generic-pae 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-pae_3.2.0-137.129_i386.deb Size: 114224 SHA256: b718dea0242e7dcbaa6f3166f0100d4cd2ed2db6bfdda79546a4985b9a43f39d SHA1: e4475ebd4ca6d74bfeb0bc2e30e97d8f7f54df04 MD5sum: 214c25ed4fed7d6f4a5e9f60e656ef8c Description: Linux ethernet modules for version 3.2.0 on x86 This package contains ethernet modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-net-generic-pae 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: 308 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 114266 SHA256: 314e1bc88cc343d78409c985134f5572a33054f6294d09bfe6f80adcd435fccb SHA1: 249b58d26cfbcda58a2de22cb34f2d47ae65ab09 MD5sum: f1f9de9b8792984aebdadab27c46fbe7 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: 307 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 113830 SHA256: 4af4af22d49b07db92b38b418df9503fc488a1cb31fbc85a51af79c90fd385bb SHA1: fec3a11940bc7dd01daac1c724ba787c3af2bada MD5sum: 4f2ec5bda3739395a7aae0249d2860e4 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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 308 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-138.130 Depends: linux-image-3.2.0-138-generic-pae 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-pae_3.2.0-138.130_i386.deb Size: 114230 SHA256: a97efd763eed9f3c5b79f359fe920383675e862f918ee458e01cdae251e98d45 SHA1: a8267d8c5284fc1192cfb265f8a2b5df3b3b62c2 MD5sum: 4644b7f75c4847940a86cbd544554424 Description: Linux ethernet modules for version 3.2.0 on x86 This package contains ethernet modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-net-generic-pae 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: 308 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 114242 SHA256: a1144568c1ac7c22395e162331690c703031b48ddab171e38fa9ef4dc662efae SHA1: a53aab45e8933e0f71c6ea3b073140e68b9b0341 MD5sum: 9baba988a85adfeddf151db664ba39d3 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: 307 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 113750 SHA256: b01f622a433ae69eca923fb6d99c97fc688bf135e196356d6e9bc5c4cdc7c945 SHA1: fa83d2ecac1abe01c73c2c982a8025bc08deee23 MD5sum: 5c9cb8eb13416054aaca393d8fca80b1 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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 308 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-139.131 Depends: linux-image-3.2.0-139-generic-pae 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-pae_3.2.0-139.131_i386.deb Size: 114236 SHA256: c8622c9cb2eca13c5336c212c551bd81dd130701f740548a973d206a994edd5a SHA1: 86fa193942b5ac44e6185fa348780e3ca9f4c5d8 MD5sum: 81a280a5dd46a3f40381da78de54cb6e Description: Linux ethernet modules for version 3.2.0 on x86 This package contains ethernet modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-net-generic-pae 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: 308 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 114258 SHA256: dc527ad3824628182a95ae5f2b1f31aa60cb3fb794beae0db24fd7be989b8c0d SHA1: 451817d86541a6e667aad735ae41c59c3da174d0 MD5sum: 57c4c79dd033d7ed0adb243850d6687a 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: 307 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 113758 SHA256: 036426e51b81f4b35337d1a0b347c28dba1fc37714ed4c0c6cf2890676b86ffa SHA1: ba1694810b905aab499d4746b8053675b7f6c342 MD5sum: d48951a8097cd7ac53950661b227f187 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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 308 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-140.132 Depends: linux-image-3.2.0-140-generic-pae 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-pae_3.2.0-140.132_i386.deb Size: 114206 SHA256: 362b30b5364c94e82dd3d59ddd7d5746ac81134c815068961ab9d4ebba16291b SHA1: 4b0684414c51331f98ee4356638e26efdc54dc88 MD5sum: 9781291978d4843e4dee8511dd477061 Description: Linux ethernet modules for version 3.2.0 on x86 This package contains ethernet modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-net-generic-pae 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: 308 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 114234 SHA256: 436069296f004950927679a0ea5b32bd0aeaa3f53a3c901f4f3659e48588332b SHA1: 2077acb0a375bbc43cd274218495d69b51de3994 MD5sum: 4b1ee05f32ec40cc59fb55f924b24887 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: 307 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 113790 SHA256: 308f2068ece4f76ddef079571c5c0dab3bab11a4b4bad43628ec431b342773fb SHA1: 18f906791757643921a1345b59ebd7e83fbddcde MD5sum: b1efa74a7c56b59c549d05dec7c44ac3 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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 308 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-141.133 Depends: linux-image-3.2.0-141-generic-pae 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-pae_3.2.0-141.133_i386.deb Size: 114254 SHA256: 1ae3b1222370fefc507ff34e9aa692ea965ec8e6713878d3c92399a82add2907 SHA1: f6d27d3330eec910ca17e85922c84c768d45c2bc MD5sum: da3a238fba086b28a9f7406c39f133f0 Description: Linux ethernet modules for version 3.2.0 on x86 This package contains ethernet modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-net-generic-pae 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: 308 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 114288 SHA256: 82b1069a8c48830c94c5acdb91d06e1b6842389a49c6a8cbdb4052e3598e5c45 SHA1: 001167099358fc162236388a6b70ca126c64c06b MD5sum: 73542090601ea09d4787ac590a55a6f7 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: 307 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 113754 SHA256: 1a0d1308e2d2028d2a8a192438950a99469e7730236af811061dcbaf0c5c41aa SHA1: 655e9b58bbdd32babd4daaf9b3760d056b02a44c MD5sum: 01c2da97bdb8fbeb7da05b978ab6c373 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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 308 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-142.134 Depends: linux-image-3.2.0-142-generic-pae 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-pae_3.2.0-142.134_i386.deb Size: 114232 SHA256: 447d53dec605034ef95810551535bfa92d2b2d53c93d9945edcd54e9c96b073f SHA1: 595fa0f97ec64bf205eb9c79cf0fafb39ee20e63 MD5sum: 7dbe3029941da081b58df262e45d8e75 Description: Linux ethernet modules for version 3.2.0 on x86 This package contains ethernet modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-net-generic-pae 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: 308 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 114244 SHA256: 6dd112cf68861cce651d600e53ffdf8eaddf7193543a6626870c1bb00a44cf04 SHA1: 7921b232c78b81e9eb42d08d5c50f745617ce0fb MD5sum: b54a413c8af2472b259f30dfa16414cc 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: 308 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 113766 SHA256: 72d47b0efc7ed355590a6290e2a53fda9a513959042f13aba92f583f77125c47 SHA1: ca71ea45d2ff05e04490d1d03b86c9037ce054a9 MD5sum: 5661f3e9eaffb0a584e6decbdd3da804 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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 308 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-143.135 Depends: linux-image-3.2.0-143-generic-pae 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-pae_3.2.0-143.135_i386.deb Size: 114292 SHA256: 8f32d6c1754d8d5c1f75add1d50260fabb1128ec974081767778483df21a3f5f SHA1: 74228eb607118e025d2fa80822029e58ee94f78b MD5sum: 2a06123df9bc74b0d326de6d316a05bb Description: Linux ethernet modules for version 3.2.0 on x86 This package contains ethernet modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-net-generic-pae 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: 308 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 114284 SHA256: 5d85459d9d9598791c2a47e3ea50712e0641392fc89ed1016b14819e50f5c7d4 SHA1: 4067da38e1fb44923006d1ae7460fd007fe47639 MD5sum: 805310ba4341dd8a503babb5fd84156d 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: 308 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 113812 SHA256: 38ed2a36849c9cb20668e2944617a3e868c9a7df337e7097191e845cb2c0f8d2 SHA1: 2b5389b1981b7083567a075065b5bd0a6b3b8316 MD5sum: a16d13276755197e35b461901b6386ac 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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 308 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-144.136 Depends: linux-image-3.2.0-144-generic-pae 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-pae_3.2.0-144.136_i386.deb Size: 114262 SHA256: ad0bbe978149c2fc8b34c6d5d84f9b856a1ffc38893f384940a3644800d8bc06 SHA1: c10f0e4bbb6f3feb7fd8fa65a2a066a21ea613cc MD5sum: 36e30728d2e04df6ded0af2b7204bcfc Description: Linux ethernet modules for version 3.2.0 on x86 This package contains ethernet modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-net-generic-pae 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: 308 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 114268 SHA256: e843262e3f09e367efa2e28a13466867b6dad08d3eb60247b989a2f2fc94bd00 SHA1: 8acd95e608125037e31d4cb6ba98794b086208e5 MD5sum: 707cd3382bd364e3c621292506c053c6 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: 308 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 113924 SHA256: 9d2cd85deafc4d1f402bb1ad45d31444e4a4e2cb33fa505fdbbdc3f75563fd02 SHA1: 1ed7739ff8236868ea0e77fd18c12f0250b7b1b3 MD5sum: 7d6e13565807a4a4e1a70b091f764a02 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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 308 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-147.138 Depends: linux-image-3.2.0-147-generic-pae 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-pae_3.2.0-147.138_i386.deb Size: 114424 SHA256: ba96eb35a415d1ecc3e4814630563657e3b6a526a35bda5e41bda8cf62249b94 SHA1: ee5662c885f39e341cf309e774f2c13cb65c7cc1 MD5sum: 78fda762953f89329b04f48cc9d336ce Description: Linux ethernet modules for version 3.2.0 on x86 This package contains ethernet modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-net-generic-pae 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: 308 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 114462 SHA256: d35178d62c4a3a0ccad1d8a4909f3e9170ff81f9737dbcf849a14ac9b13be292 SHA1: 797bb3e7c5b8e6a81980f10de499c76a848d08dc MD5sum: 513ad1d128cadedbfaadd31ddeb7a35b 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: 308 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 113876 SHA256: e61bb23df09b6fcb132374e4abbadbbe4753398676e4177d62fca09bba7a1eac SHA1: 01a53eb2ea04959f588f3985e6ea5123d14d81e4 MD5sum: 492575230930cf92ba91cb448e9a9b52 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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 308 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-148.139 Depends: linux-image-3.2.0-148-generic-pae 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-pae_3.2.0-148.139_i386.deb Size: 114370 SHA256: 5f1106169ec08d9baedf3ac4f1f6b555b208b8018a1e563cc690832182640ff7 SHA1: 3b1ebce573fbb7b1337f75d7350288e4f6e7c115 MD5sum: 571936a6bf5e1a300bbc9c3521a29c8b Description: Linux ethernet modules for version 3.2.0 on x86 This package contains ethernet modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-net-generic-pae 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: 308 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 114320 SHA256: 96405afa10de5ad643c777902c40a198c077282847fbf60a4e29d86d5d81c25e SHA1: 2ab4969182c45098da14839b323631cefe312528 MD5sum: ec3fcd4fedd8cd996e376fcbe54f5ed9 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: 308 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 113866 SHA256: 94727bc8029368f779fba9fe8f07f3c0ecfa3b772db0f03b8d8ef5b4eaa9bc6f SHA1: fbe66972f647323929df3b6c89f06af2c38b496a MD5sum: 521769b10bbf07cba979d84776ddb1c3 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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 308 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-149.140 Depends: linux-image-3.2.0-149-generic-pae 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-pae_3.2.0-149.140_i386.deb Size: 114440 SHA256: cf90f0566c83536abbec14320f9eab4cccadeeb25dda10771918f9490ea68dad SHA1: 75cb14f83dfb26f96c789dbc9684c8c0b69d1f39 MD5sum: 58fa7f38479b25d68212b50110ce5f8c Description: Linux ethernet modules for version 3.2.0 on x86 This package contains ethernet modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-net-generic-pae 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: 308 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 114346 SHA256: dbe41f1e313ee923a8a1cf9c058a4246b6056eb1add56d11327d33746a2bad39 SHA1: 7d45b720c92e80967656366de93b69cc44bb3641 MD5sum: 6d4277f416cb980a733368dbbcf68257 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: 308 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 113850 SHA256: c6d6e681806b0bf5e9abc7efb8048c39e901fe45728ebdeae83875d8b58383ef SHA1: 740de3b72388b35d9eb49daccc5463385515fbb9 MD5sum: f710d4ec89068ac0e9db5439b8491d23 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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: admin Installed-Size: 308 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-150.141 Depends: linux-image-3.2.0-150-generic-pae 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-pae_3.2.0-150.141_i386.deb Size: 114296 SHA256: 09dd8ecf459c53c36184c870dfee910fc1f252d73b7deb2b58597321ab96d7b4 SHA1: c04c6c87e24525a0d21870391fd31758b8f49d01 MD5sum: 2a2ae985cf1d758319d835215142e6df Description: Linux ethernet modules for version 3.2.0 on x86 This package contains ethernet modules supplied by Ubuntu for Linux kernel 3.2.0 on x86. . You likely do not want to install this package directly. Instead, install the linux-backports-modules-net-generic-pae 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: 308 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 114356 SHA256: f4a24342acb006041ff19809f5008f34bb92c6f2507e17448e666b494438634f SHA1: 99c47d7a115932aac55ffdaf6273475f3900dac0 MD5sum: 3c2bee25c28a5894b9ac815948f95c61 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: i386 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_i386.deb Size: 2520 SHA256: 3a1184d66bebd4097411e80fb78e9e6065da61bb4c25f5f27fd8597e83169a81 SHA1: b8a474fc0ce219b2a528b0678319ba71a07b0038 MD5sum: 093d528899190cf589ab3b2bf0de6c62 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-generic-pae Source: linux-meta Priority: optional Section: devel Installed-Size: 34 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0.150.164 Depends: linux-backports-modules-net-3.2.0-150-generic-pae Filename: pool/main/l/linux-meta/linux-backports-modules-net-precise-generic-pae_3.2.0.150.164_i386.deb Size: 2526 SHA256: 316ddbd8b19b149986aeb525f670f505554c16ac79e2e1c4f311fd4af3b8c7be SHA1: 33508d1207ca4f403040bdbc1171c59fa8607fe2 MD5sum: e5f047c4601cfa001adff5137ee660c7 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: i386 Version: 3.2.0.150.164 Depends: linux-backports-modules-net-3.2.0-150-generic-pae Filename: pool/main/l/linux-meta/linux-backports-modules-net-precise-server_3.2.0.150.164_i386.deb Size: 2524 SHA256: 94e8d7cd24dc04aaf23494c0b8c0212ab054abe2194ac1f4620d1b623fb3dea6 SHA1: a1cbd9ce3fdbaaa7141c379e630a3983233d5179 MD5sum: 34b8e773ef20d95e9ab8036d51f5f089 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: 7217 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 722798 SHA256: 86d094032abf470af90c7075fb0aa14fa5013d9b3a42d7fe86a08001e1f89924 SHA1: bdde0692bdec2a8686847b91c1f05ff2c0c693b6 MD5sum: d234b02ead5896da5a9b431fbd88a3ca Description: Linux kernel buildinfo for version 3.13.0 on 32 bit x86 SMP This package contains the Linux kernel buildinfo for version 3.13.0 on 32 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: 7218 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 721140 SHA256: e855c7822dd27d6345ba5b6dd2c2dae523d827c4f85565687cd2a763bfc34c23 SHA1: 7bfb626b3167f21f0b7811b678924a1e9ac3accd MD5sum: fc363b3f76552da53d4083de29f085c8 Description: Linux kernel buildinfo for version 3.13.0 on 32 bit x86 SMP This package contains the Linux kernel buildinfo for version 3.13.0 on 32 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: 7220 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 721926 SHA256: 8a6ced51aeb9d7ea2b4745fb5973a6f5b22f5cfc1a4f31a54e890ffb51a5c636 SHA1: 8c63249d0376aff8a2e00458c81d97bc596eeb09 MD5sum: c289f9498989066efb2f82a0ec27e0ee Description: Linux kernel buildinfo for version 3.13.0 on 32 bit x86 SMP This package contains the Linux kernel buildinfo for version 3.13.0 on 32 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: 7220 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 721590 SHA256: 96df345631160fd72373786b3cb2c68d20d7bfec444c40d4adb9be36c9304c87 SHA1: 3723462eeca73ee7946a5836100bdb88f2d6f71e MD5sum: 6d773fb2e4aa17fffc0e758263a2a788 Description: Linux kernel buildinfo for version 3.13.0 on 32 bit x86 SMP This package contains the Linux kernel buildinfo for version 3.13.0 on 32 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: 7221 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 722000 SHA256: ce1f8e8902534acd52bba3c0a210647d383a9efb6ea06fd916cdf3e13f8408b6 SHA1: c1d9d01658aec31cbeb94dfc365ad6573b0b95bb MD5sum: 41e31f2c5af49270a6861f8a96167573 Description: Linux kernel buildinfo for version 3.13.0 on 32 bit x86 SMP This package contains the Linux kernel buildinfo for version 3.13.0 on 32 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: 7221 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 721606 SHA256: 574a909b2db56641b57ecdea0082abcb6bdeeb9cc15b66922837a0b414b8bf2f SHA1: b9c9191774c6e546821e7b203d71c0a3a89602b8 MD5sum: 96c5dab7c9b34088133c496a64725f9e Description: Linux kernel buildinfo for version 3.13.0 on 32 bit x86 SMP This package contains the Linux kernel buildinfo for version 3.13.0 on 32 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: 7221 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 721680 SHA256: b0ed1b2d38e895f6a1160d5309bd045375db76dc3bba761528c489ffde66b134 SHA1: 8156596a25d1ec64c919a6f14cba2616c4329eac MD5sum: 5a11609bbfffe3de90e3d2227f751943 Description: Linux kernel buildinfo for version 3.13.0 on 32 bit x86 SMP This package contains the Linux kernel buildinfo for version 3.13.0 on 32 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: 7222 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 721418 SHA256: ba33bdc1c45e1c0b64f6af77e35b340ac783eb207e92f3f07361e9aa612cbfe8 SHA1: 834e11424902e41867c2209251ca2c49f6b2ed0f MD5sum: 3ff3da51a6709234f40334797cbcb792 Description: Linux kernel buildinfo for version 3.13.0 on 32 bit x86 SMP This package contains the Linux kernel buildinfo for version 3.13.0 on 32 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: 7222 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 721412 SHA256: 7a0018317313aa15e55d2245f29cde5527b63a484caf538442e834c9f4f988eb SHA1: 8c174a0e386f4fbfb7aa375165b1d26890e19f99 MD5sum: f173b2bedc21275974cae69d64e4d7de Description: Linux kernel buildinfo for version 3.13.0 on 32 bit x86 SMP This package contains the Linux kernel buildinfo for version 3.13.0 on 32 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: 7222 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 720274 SHA256: f5520ee816411b9e8684c01a56793c0457c23bc12b6ca9058030844525ae3b89 SHA1: ad641e45427700b22c80347b96cd69aad95d42c0 MD5sum: 032793a874e2f7cf32cebfc15907b073 Description: Linux kernel buildinfo for version 3.13.0 on 32 bit x86 SMP This package contains the Linux kernel buildinfo for version 3.13.0 on 32 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: 7223 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 718752 SHA256: 9a04cd4aa19897a2582f68765795e14fa6cb12027b4bf6ccecd3948e539a8da3 SHA1: c4433f9edd88b56f70ced17ead12db2938712948 MD5sum: 2e3b5cb80247515c6e3162c043d979c1 Description: Linux kernel buildinfo for version 3.13.0 on 32 bit x86 SMP This package contains the Linux kernel buildinfo for version 3.13.0 on 32 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: 7223 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 717248 SHA256: 63d4307d15990ce83e82b57b494de1ccc3f8020a1dbf75344e1b37c8c3dabd23 SHA1: b9be208774b073d4672c4aa552ed1222e2ca49ff MD5sum: 5ece895ac5dfc0c6e3b010a5cc83a3ac Description: Linux kernel buildinfo for version 3.13.0 on 32 bit x86 SMP This package contains the Linux kernel buildinfo for version 3.13.0 on 32 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: 7223 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 717930 SHA256: eea682d447f6d21e1f2075baf9e1f9e015773f61407def5b2153fe34ced92ddf SHA1: ec8b7a7dc9d9d3bdff770630accec3d374b1797d MD5sum: d579d998998701fb415408d5dac4ad55 Description: Linux kernel buildinfo for version 3.13.0 on 32 bit x86 SMP This package contains the Linux kernel buildinfo for version 3.13.0 on 32 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: 7223 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 716532 SHA256: 7a9cf3a756e782744198a45ffad705aaeef7c4d1f4ef9b2e7be06b6c857de78b SHA1: a2ceb3309555f6f44181cd7dd205be67e4e76a31 MD5sum: f7f4bffe66c3669b9656e702faddfb68 Description: Linux kernel buildinfo for version 3.13.0 on 32 bit x86 SMP This package contains the Linux kernel buildinfo for version 3.13.0 on 32 bit x86 SMP. . You likely do not want to install this package. Package: linux-crashdump Source: linux-meta Priority: optional Section: devel Installed-Size: 34 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2670 SHA256: 47d638a20a593955073264e9789e304e2df006e65a1188cea0e575d713d05e47 SHA1: b76bc819c2909320211bd9967216c0167d6c54fe MD5sum: 53aaec14e669e2434b9053f5de7d556d 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: i386 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_i386.deb Size: 2468 SHA256: 5e80192b5b2430577ec424c9ab19de379f4c8db1ffa72d3c31ec5548022f80cb SHA1: 31c90186c3d0c2d8e1602c5f1368b895178d7d68 MD5sum: b3e643ccd2a3c2475ca7d3de673e97cc 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: i386 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_i386.deb Size: 1722 SHA256: 0dfa9bee9ce339a831d64695b61ba7313ac0a8d32b69ca691342fc229fdd8d7d SHA1: 897420bdc5ea0629d16da53191ae813f9cb0fa99 MD5sum: 4dfe029debafe22804b12f39a0ba2b45 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: i386 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_i386.deb Size: 1750 SHA256: e6b363775a037a419007fab2c07ed193bc06f51934a76f513afa4e9c6fba9cdd SHA1: 9980b4b8a229759225118a5bfdacc25fa70e3a35 MD5sum: 6fc6eecbd9bc8ad3d45becfbf591890a 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-generic-pae Source: linux-meta Priority: optional Section: kernel Installed-Size: 34 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0.150.164 Depends: linux-image-generic-pae (= 3.2.0.150.164), linux-headers-generic-pae (= 3.2.0.150.164) Filename: pool/main/l/linux-meta/linux-generic-pae_3.2.0.150.164_i386.deb Size: 1732 SHA256: 36d9fb733e2af9bffd6b22b2f521e3192b6ff611f7fef70643e3d1fe8087f9b5 SHA1: 66e86ed7ce2f0a63b2a23ca39aa1eabbc6b68da6 MD5sum: 00ad4bcbacf625cc6772dbee6154aa05 Description: Complete Generic Linux kernel This package will always depend on the latest complete generic Linux kernel 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: 12896 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-119.166~precise1 Depends: linux-headers-3.13.0-119, libc6 (>= 2.11) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-119-generic_3.13.0-119.166~precise1_i386.deb Size: 1338214 SHA256: fe80d3e4679ccca4f2a22db8ba0165d55a5fb5b3b55eb62174c56835fb0a793a SHA1: 5abb1fec905adfbe7f948f75ecee76b0514f7e89 MD5sum: 8c3e2644bab19107c7773ccf6d9b1913 Description: Linux kernel headers for version 3.13.0 on 32 bit x86 SMP This package provides kernel header files for version 3.13.0 on 32 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: 12896 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-121.170~precise1 Depends: linux-headers-3.13.0-121, libc6 (>= 2.11) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-121-generic_3.13.0-121.170~precise1_i386.deb Size: 1091326 SHA256: 837abddaaac562c1914a7ff4e8a46e90afbdd6c6538eae0e2f1ce097601608f9 SHA1: 02524f2c9b0748132e8c849794cfc0374ef0d7a3 MD5sum: 15accf85895692793307521dbad9ee6b Description: Linux kernel headers for version 3.13.0 on 32 bit x86 SMP This package provides kernel header files for version 3.13.0 on 32 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: 12896 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-123.172~precise1 Depends: linux-headers-3.13.0-123, libc6 (>= 2.11) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-123-generic_3.13.0-123.172~precise1_i386.deb Size: 1341524 SHA256: 27cfb7e90bc01487b3627766b15eea4fc69e4d2843adb7d89036a5552a504813 SHA1: 8fdce783b7dba7da2d39a507e9da65e94322ed77 MD5sum: 281d54380950cc6825308e9282e36b9e Description: Linux kernel headers for version 3.13.0 on 32 bit x86 SMP This package provides kernel header files for version 3.13.0 on 32 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: 12898 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-125.174~precise1 Depends: linux-headers-3.13.0-125, libc6 (>= 2.11) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-125-generic_3.13.0-125.174~precise1_i386.deb Size: 1087180 SHA256: 1a6349f95c3d61d5ec0e46ef1cee8f70215f417f16040ff0e2186606a6bab3f5 SHA1: c56f24419900d0792cb214402d731707d96c93b7 MD5sum: 1bb321cc5ff2b184ce84c005e897fabb Description: Linux kernel headers for version 3.13.0 on 32 bit x86 SMP This package provides kernel header files for version 3.13.0 on 32 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: 12898 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-126.175~precise1 Depends: linux-headers-3.13.0-126, libc6 (>= 2.11) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-126-generic_3.13.0-126.175~precise1_i386.deb Size: 1089676 SHA256: 7c6f79ae8922b0ec072b764099bf115ca4fcf8805d09276682a6cb9c288caf88 SHA1: 0ddb5f28c84e2e2a4e6d51143fdc5842c8a3b769 MD5sum: 302e44a817045e73521752921359f79f Description: Linux kernel headers for version 3.13.0 on 32 bit x86 SMP This package provides kernel header files for version 3.13.0 on 32 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: 12898 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-128.177~precise1 Depends: linux-headers-3.13.0-128, libc6 (>= 2.11) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-128-generic_3.13.0-128.177~precise1_i386.deb Size: 1089600 SHA256: 35f762fed319b34440fd72dd4c298a23a593081eccbfad996c28f880f272e66a SHA1: ebfecaca8e68deab11328b09970179b9fe40a3a8 MD5sum: 0cf29cc3917e1566ba439f235d1072af Description: Linux kernel headers for version 3.13.0 on 32 bit x86 SMP This package provides kernel header files for version 3.13.0 on 32 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: 12899 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-129.178~precise1 Depends: linux-headers-3.13.0-129, libc6 (>= 2.11) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-129-generic_3.13.0-129.178~precise1_i386.deb Size: 1096866 SHA256: 48c267df6f2ab8860decbc329f15ac14d249c317f1c9cc14f51b663c65e82df1 SHA1: 9804aa9e8806938e21fe10316449135f84dc6083 MD5sum: f85f6c0168bc6a5e10b1a74eb39ec032 Description: Linux kernel headers for version 3.13.0 on 32 bit x86 SMP This package provides kernel header files for version 3.13.0 on 32 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: 12900 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-132.181~precise1 Depends: linux-headers-3.13.0-132, libc6 (>= 2.11) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-132-generic_3.13.0-132.181~precise1_i386.deb Size: 1094902 SHA256: 36078b2600929101f1b2e8b11151e0fb53f73cf10b5f5a2a88a152e596b6d10e SHA1: 96584ad59f7c5f3e0ef0e8316c65cbed3f439c4f MD5sum: eb11b75492f1d3f03b3aa47b2ee88204 Description: Linux kernel headers for version 3.13.0 on 32 bit x86 SMP This package provides kernel header files for version 3.13.0 on 32 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: 12900 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-133.182~precise1 Depends: linux-headers-3.13.0-133, libc6 (>= 2.11) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-133-generic_3.13.0-133.182~precise1_i386.deb Size: 1092338 SHA256: 6c00786548915643840a680dda398b6830c0ac73ed2ec0ab67c0cfa769e10b52 SHA1: cc54d94bd92df888a6a421437a8f6bd83fe5c771 MD5sum: bc68820ea2d32c9fe83446e77bf42743 Description: Linux kernel headers for version 3.13.0 on 32 bit x86 SMP This package provides kernel header files for version 3.13.0 on 32 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: 12900 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-135.184~precise1 Depends: linux-headers-3.13.0-135, libc6 (>= 2.11) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-135-generic_3.13.0-135.184~precise1_i386.deb Size: 1097656 SHA256: 000e6f611d776cedb4b335bda61a0cd6358f36614c23dcea624fae610f7b344e SHA1: bc26a58551762b9338d5408a69427fa9bc97103e MD5sum: 0c3e88e25ebdb7554212e60f8404f0e6 Description: Linux kernel headers for version 3.13.0 on 32 bit x86 SMP This package provides kernel header files for version 3.13.0 on 32 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: 12900 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-137.186~precise1 Depends: linux-headers-3.13.0-137, libc6 (>= 2.11) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-137-generic_3.13.0-137.186~precise1_i386.deb Size: 1103220 SHA256: 770c792e6125a0beda64258b7719f6dcc889844693f99654c25de20341132062 SHA1: f4f748d39e8cc57aefa8265628f7811f34abc15d MD5sum: c82a662e2bf0b267a9d6c49785ad14ba Description: Linux kernel headers for version 3.13.0 on 32 bit x86 SMP This package provides kernel header files for version 3.13.0 on 32 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: 12902 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-139.188~precise1 Depends: linux-headers-3.13.0-139, libc6 (>= 2.11) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-139-generic_3.13.0-139.188~precise1_i386.deb Size: 1098056 SHA256: b8df2975d3d1d3fff743326bbcd29c7a1ef0a57207e9b09d5f60fa37d19c3c61 SHA1: cf863f7cdf8557f75a038ff1cc3ddf2aead43aaa MD5sum: d6f3c910d8000bb3dc51de41398947b4 Description: Linux kernel headers for version 3.13.0 on 32 bit x86 SMP This package provides kernel header files for version 3.13.0 on 32 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: 12903 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-141.190~precise1 Depends: linux-headers-3.13.0-141, libc6 (>= 2.11) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-141-generic_3.13.0-141.190~precise1_i386.deb Size: 1098516 SHA256: d7489828bc3cf81616a1809c1e9dca85eef105f676d5b38873f515d0c4039cfb SHA1: ae6aec492929071fc6bd117b60920bf034493a37 MD5sum: 7146aadc93c6b14544639ef8a60db85a Description: Linux kernel headers for version 3.13.0 on 32 bit x86 SMP This package provides kernel header files for version 3.13.0 on 32 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: 12904 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-142.191~precise1 Depends: linux-headers-3.13.0-142, libc6 (>= 2.11) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-142-generic_3.13.0-142.191~precise1_i386.deb Size: 1099612 SHA256: 1b9e9fb00dd8f338f1be85dfb095d5e5958e76b9269f0e674f2a964e259583fd SHA1: d2da42f900c43098b9ae4d9bd1f996f6366e8a7e MD5sum: 2d16b479599a1b98476c5bb07972ab45 Description: Linux kernel headers for version 3.13.0 on 32 bit x86 SMP This package provides kernel header files for version 3.13.0 on 32 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: 12911 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-143.192~precise1 Depends: linux-headers-3.13.0-143, libc6 (>= 2.11) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-143-generic_3.13.0-143.192~precise1_i386.deb Size: 1101654 SHA256: 65871c85d0e1f02361d68bafdc492fce80eb7863dddf32ab267d74b3be4c8988 SHA1: fefdffc840188298df451159dc6ca84cb8f7c316 MD5sum: f8f2c0753055abc70aa47587d8170fb8 Description: Linux kernel headers for version 3.13.0 on 32 bit x86 SMP This package provides kernel header files for version 3.13.0 on 32 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: 12911 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-144.193~precise1 Depends: linux-headers-3.13.0-144, libc6 (>= 2.11) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-144-generic_3.13.0-144.193~precise1_i386.deb Size: 1104324 SHA256: e21421c525cb00bc5cc99520dc31cdf5db0e1542de33f8d9f6a018fd00885d39 SHA1: 14c52c0cc9f141e4269160003d93d254803d15eb MD5sum: ba340bbb3bf5ee5448863a5c73cf2344 Description: Linux kernel headers for version 3.13.0 on 32 bit x86 SMP This package provides kernel header files for version 3.13.0 on 32 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: 12918 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-145.194~precise2 Depends: linux-headers-3.13.0-145, libc6 (>= 2.11) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-145-generic_3.13.0-145.194~precise2_i386.deb Size: 1097150 SHA256: b01f075ba5bfbe4c1e862459e1dbfc1a9e44b8866a8dfefef93e2df677a03b3d SHA1: a9f761435584078e153f3bc13be2a4ff75cb8219 MD5sum: ceca9a8369c9916c880e83d8e88ccf12 Description: Linux kernel headers for version 3.13.0 on 32 bit x86 SMP This package provides kernel header files for version 3.13.0 on 32 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: 12918 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-147.196~precise1 Depends: linux-headers-3.13.0-147, libc6 (>= 2.11) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-147-generic_3.13.0-147.196~precise1_i386.deb Size: 1101458 SHA256: 68d52d4be2b9cd6b882b580704fd13de9a8424c6e4dcd0178fa75d264dd1f3b1 SHA1: 0dadabb593f963e419a20151e079002d17f1e5f9 MD5sum: 0c323c22e7925295839958356f81ff20 Description: Linux kernel headers for version 3.13.0 on 32 bit x86 SMP This package provides kernel header files for version 3.13.0 on 32 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: 12919 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-149.199~precise1 Depends: linux-headers-3.13.0-149, libc6 (>= 2.11) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-149-generic_3.13.0-149.199~precise1_i386.deb Size: 1106422 SHA256: 5962169fbf505c2d83c42a034ab6e01b5a72b5ead69b77d43a72d908859bd60a SHA1: 7f4718a672de0e824db8aefdf24d8912abf15ae9 MD5sum: 75a607ffe47562a03445f8c1fb63d120 Description: Linux kernel headers for version 3.13.0 on 32 bit x86 SMP This package provides kernel header files for version 3.13.0 on 32 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: 12920 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-151.201~precise1 Depends: linux-headers-3.13.0-151, libc6 (>= 2.11) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-151-generic_3.13.0-151.201~precise1_i386.deb Size: 1107960 SHA256: 7e636b9f0619d814a671ba76a6eb5f5eadee99f8ebfa9cbd9e2f42366defe7e5 SHA1: 4c0a8b59de36e1606df1ce40e04ee09754427da3 MD5sum: 1fb95868084cf165a622456ff8834a36 Description: Linux kernel headers for version 3.13.0 on 32 bit x86 SMP This package provides kernel header files for version 3.13.0 on 32 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: 12921 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-153.203~precise1 Depends: linux-headers-3.13.0-153, libc6 (>= 2.11) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-153-generic_3.13.0-153.203~precise1_i386.deb Size: 1106800 SHA256: 53e1ffe8d407ae42adee52ac913d4f772d3872f7c1eeb487ac3356ae8bc46b16 SHA1: f64516ceecad3d6dd86333ba8a113a132ddc009e MD5sum: 9a05e4b17145c51c3325da76f1a565b1 Description: Linux kernel headers for version 3.13.0 on 32 bit x86 SMP This package provides kernel header files for version 3.13.0 on 32 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: 12923 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-155.206~precise1 Depends: linux-headers-3.13.0-155, libc6 (>= 2.11) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-155-generic_3.13.0-155.206~precise1_i386.deb Size: 1100150 SHA256: 3bd19cf6005c987c631940533f5ba1159e92c7420ce264e0fd9d2c2b183e3e9f SHA1: 121aff6672e72fb898a9b88e7fa8d88590a429e2 MD5sum: 33949add20d790862c37e8fdc4b02c0f Description: Linux kernel headers for version 3.13.0 on 32 bit x86 SMP This package provides kernel header files for version 3.13.0 on 32 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: 12923 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-156.206~precise1 Depends: linux-headers-3.13.0-156, libc6 (>= 2.11) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-156-generic_3.13.0-156.206~precise1_i386.deb Size: 1102516 SHA256: 84004759349e326053309ef0b9137eaf91fd4b27857ff385af31ab142e2c3000 SHA1: 679b72593d27cd132829cf68c3e81ee1867f6e04 MD5sum: 2360cbb1e62b30423e3003a9af21115a Description: Linux kernel headers for version 3.13.0 on 32 bit x86 SMP This package provides kernel header files for version 3.13.0 on 32 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: 12925 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-157.207~precise1 Depends: linux-headers-3.13.0-157, libc6 (>= 2.11) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-157-generic_3.13.0-157.207~precise1_i386.deb Size: 1105546 SHA256: 51914c0af1dc377ef030f00451511eedfdcc00f11fb421b382c15538105c9afe SHA1: 398ee5913e0901db876292d012a967a04ecf0621 MD5sum: b6bfeed3719009b98fcc71e14d56f399 Description: Linux kernel headers for version 3.13.0 on 32 bit x86 SMP This package provides kernel header files for version 3.13.0 on 32 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: 12925 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-158.208~precise2 Depends: linux-headers-3.13.0-158, libc6 (>= 2.11) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-158-generic_3.13.0-158.208~precise2_i386.deb Size: 1101282 SHA256: 7f4a04c48ecfbd6268ea44a565eb25d364b8949869b7c7984dd00175d86355fb SHA1: 16334c18ea56fca18b3e72bbe32569ae8471e8d9 MD5sum: 47b90b65a41dee8a2407580340011c3c Description: Linux kernel headers for version 3.13.0 on 32 bit x86 SMP This package provides kernel header files for version 3.13.0 on 32 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: 12930 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-160.210~precise1 Depends: linux-headers-3.13.0-160, libc6 (>= 2.11) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-160-generic_3.13.0-160.210~precise1_i386.deb Size: 1108204 SHA256: 31cd3b8f47b258e3c18e76a4a33e2551aa14335da318ed0be006991a9e924084 SHA1: 471262cf552cda6e475025d466adf8d33643456c MD5sum: 3f510611816af92fd7af4b90d40b62d2 Description: Linux kernel headers for version 3.13.0 on 32 bit x86 SMP This package provides kernel header files for version 3.13.0 on 32 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: 12931 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-161.211~precise1 Depends: linux-headers-3.13.0-161, libc6 (>= 2.11) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-161-generic_3.13.0-161.211~precise1_i386.deb Size: 1105592 SHA256: f86513af85bc862af9a9a7a8f58835c4ae5707275753dd6a5fd8f89ef8405db8 SHA1: 6e8786162eebde8b032a866963a8e9684e9a1401 MD5sum: fcb4a53afa47fe202af856b377c61da3 Description: Linux kernel headers for version 3.13.0 on 32 bit x86 SMP This package provides kernel header files for version 3.13.0 on 32 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: 12932 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-162.212~precise1 Depends: linux-headers-3.13.0-162, libc6 (>= 2.11) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-162-generic_3.13.0-162.212~precise1_i386.deb Size: 1104868 SHA256: 55f529dd5efcd76ad0bb862a80bbfb4c47f420000d44a1899d8a9a794d0354d2 SHA1: 833b3b51113c2d1f6a58f1ad0f35d8fd3f72c496 MD5sum: 7ac630a94bc0d0550953c38843671652 Description: Linux kernel headers for version 3.13.0 on 32 bit x86 SMP This package provides kernel header files for version 3.13.0 on 32 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: 12932 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-163.213~precise1 Depends: linux-headers-3.13.0-163, libc6 (>= 2.11) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-163-generic_3.13.0-163.213~precise1_i386.deb Size: 1109188 SHA256: ac519091dc75018a6b44a037b50c43815bcbdae6ec455904b3b131160c2008a0 SHA1: 6c5756ec1091fbf39f2edaef9bf21856e8cc199a MD5sum: f6699cea50d37647d9cdc9e7a9cf96fd Description: Linux kernel headers for version 3.13.0 on 32 bit x86 SMP This package provides kernel header files for version 3.13.0 on 32 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: 12932 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-164.214~precise1 Depends: linux-headers-3.13.0-164, libc6 (>= 2.11) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-164-generic_3.13.0-164.214~precise1_i386.deb Size: 1105520 SHA256: 1afcc9441aed23d35eb5be882ce11ecdff4ad5ca8583ca4ab24758a740d7d2b8 SHA1: 1a9e62d56653f05eb388b5e3856e84f318262f32 MD5sum: f8818563cedda2356a2094985fd49902 Description: Linux kernel headers for version 3.13.0 on 32 bit x86 SMP This package provides kernel header files for version 3.13.0 on 32 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: 12933 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-165.215~precise1 Depends: linux-headers-3.13.0-165, libc6 (>= 2.11) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-165-generic_3.13.0-165.215~precise1_i386.deb Size: 1107602 SHA256: b272dc49d5bac74cd40f6163e3ce749cb673e6e0cdd5d88f09c2bc9983154449 SHA1: fa4740dabb2f41a0451995383bf7f3e43632c52d MD5sum: e1c7875eb8f8099e02693411cbf1d145 Description: Linux kernel headers for version 3.13.0 on 32 bit x86 SMP This package provides kernel header files for version 3.13.0 on 32 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: 12931 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-166.216~precise1 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.13.0-166, libc6 (>= 2.11) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-166-generic_3.13.0-166.216~precise1_i386.deb Size: 1100596 SHA256: f90874cd88205040f72abd648268d8343973e6018be9643b6e03e8a170ac07d2 SHA1: 248bdc58ef44142a2a88a63215d4d472053e87e6 MD5sum: 79b3cb3e586780bb52678c2c8f37b2f2 Description: Linux kernel headers for version 3.13.0 on 32 bit x86 SMP This package provides kernel header files for version 3.13.0 on 32 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: 12931 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-168.218~precise1 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.13.0-168, libc6 (>= 2.11) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-168-generic_3.13.0-168.218~precise1_i386.deb Size: 1099636 SHA256: 509b9833670422722978a7e1f491821431daaa4f15f94d5c81d7cbb56984a463 SHA1: 4b6bf49f681ec29d6a823bbdc094eba17d40b60a MD5sum: ab7ff13d65e44f6283a3d276a9045fa9 Description: Linux kernel headers for version 3.13.0 on 32 bit x86 SMP This package provides kernel header files for version 3.13.0 on 32 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: 12933 Maintainer: Ubuntu Kernel Team Architecture: i386 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.11) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-170-generic_3.13.0-170.220~12.04.2_i386.deb Size: 1097454 SHA256: 57830ce42fc72687ad604e5b489a59a3fcdc54546077c6a57f9e164732b41ca2 SHA1: ca0adbd6c04b3180b8f196a1222751821257f159 MD5sum: 69b150eaba152122f7342ef00a3b54ea Description: Linux kernel headers for version 3.13.0 on 32 bit x86 SMP This package provides kernel header files for version 3.13.0 on 32 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: 12933 Maintainer: Ubuntu Kernel Team Architecture: i386 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.11) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-171-generic_3.13.0-171.222~12.04.1_i386.deb Size: 1098918 SHA256: 0c0b18fd7b152cd7691b6d1ee1fcee06fa1a01b9846d35896921730d02c908a3 SHA1: 1db6ff332340478ebf6ea2273c249f7ae1a47b4b MD5sum: d8cbef5f168fc619aeb8de53838dc1f5 Description: Linux kernel headers for version 3.13.0 on 32 bit x86 SMP This package provides kernel header files for version 3.13.0 on 32 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: 12933 Maintainer: Ubuntu Kernel Team Architecture: i386 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.11) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-172-generic_3.13.0-172.223~12.04.1_i386.deb Size: 1101984 SHA256: bf2379ab4d1900ed362bc46d5b6e6caadc9af1a12ced9d53861e976ccadd75a9 SHA1: dc8647db01f6dece0df6a54e54ec1e60b66e39ba MD5sum: 8b685ccb39feda3b794ce32412355d15 Description: Linux kernel headers for version 3.13.0 on 32 bit x86 SMP This package provides kernel header files for version 3.13.0 on 32 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: 12933 Maintainer: Ubuntu Kernel Team Architecture: i386 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.11) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-173-generic_3.13.0-173.224~12.04.1_i386.deb Size: 1098580 SHA256: 6fd7ac737e11e68247be2cdd4400e5e6d037a53e400ab1c1e0a27fd7e1438253 SHA1: 48d379dc64ff5eebbd4ee55a57e561b85f5b860e MD5sum: 47660a052d93118dae9ca02bc0afa5a4 Description: Linux kernel headers for version 3.13.0 on 32 bit x86 SMP This package provides kernel header files for version 3.13.0 on 32 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: 12934 Maintainer: Ubuntu Kernel Team Architecture: i386 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.11) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-174-generic_3.13.0-174.225~12.04.1_i386.deb Size: 1099684 SHA256: 5898cafc6ca23687cbf2ce2a2170a3de36d67f7d6438fb0426dbf90c234dff9a SHA1: 595b159d08ea60e4c6a0d0deef6cd5faf89d9e32 MD5sum: 62d2125e9de3f3b2e57ee2f2df483b6c Description: Linux kernel headers for version 3.13.0 on 32 bit x86 SMP This package provides kernel header files for version 3.13.0 on 32 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: 12943 Maintainer: Ubuntu Kernel Team Architecture: i386 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.11) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-175-generic_3.13.0-175.226~12.04.1_i386.deb Size: 1093302 SHA256: 6b7e96eaeff34ea26774e4ba2b19dec9cb441a503186f66b1e2047f3e9f9174a SHA1: b376c3e3bf1c3ec3711a041ace90f7b251e97ee3 MD5sum: 3b2f6ee1a185af1a96cbfcd260dddceb Description: Linux kernel headers for version 3.13.0 on 32 bit x86 SMP This package provides kernel header files for version 3.13.0 on 32 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: 12943 Maintainer: Ubuntu Kernel Team Architecture: i386 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.11) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-176-generic_3.13.0-176.227~12.04.1_i386.deb Size: 1103280 SHA256: 9c8e6876bf04c78dff74c6864fb6a644c9024095264914bc0d38d6cfaf117bf8 SHA1: 2e090250e71fdc0b18516d0a52247a4894113914 MD5sum: 2d8a09247e8fd5eabc96e6bee98944d9 Description: Linux kernel headers for version 3.13.0 on 32 bit x86 SMP This package provides kernel header files for version 3.13.0 on 32 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: 12943 Maintainer: Ubuntu Kernel Team Architecture: i386 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.11) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-180-generic_3.13.0-180.231~12.04.1_i386.deb Size: 1096188 SHA256: 376b12e60587f011ff898f5ed67a5d4e09139664e5f1d239e39da278b3c4d62a SHA1: cbdc8a0eefdb311a3d89c0c3d797123efa9ff98b MD5sum: ec2eaff2561cdac96448cb503c7a6cf5 Description: Linux kernel headers for version 3.13.0 on 32 bit x86 SMP This package provides kernel header files for version 3.13.0 on 32 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: 12943 Maintainer: Ubuntu Kernel Team Architecture: i386 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.11) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-181-generic_3.13.0-181.232~12.04.1_i386.deb Size: 1096822 SHA256: 92d5fce75674dd593077479a8ba6ed505e078dc00e55ceb6a220383bae2ff826 SHA1: bb82302b12d6c7df661e58b53ce84d0c20ded55d MD5sum: bdc7e69a688c2e60150a1944e971124f Description: Linux kernel headers for version 3.13.0 on 32 bit x86 SMP This package provides kernel header files for version 3.13.0 on 32 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: 12943 Maintainer: Ubuntu Kernel Team Architecture: i386 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.11) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-182-generic_3.13.0-182.233~12.04.1_i386.deb Size: 1097412 SHA256: 0ebe8264470741415409236a4b86ed649388fc35a411ff7abf85b7df1fe0cbf3 SHA1: baad3c0aa333627709cb6e4f682e3702d21c4b78 MD5sum: 96a7ac32d42e592fd511a6df91e10c7b Description: Linux kernel headers for version 3.13.0 on 32 bit x86 SMP This package provides kernel header files for version 3.13.0 on 32 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: 12943 Maintainer: Ubuntu Kernel Team Architecture: i386 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.11) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-183-generic_3.13.0-183.234~12.04.1_i386.deb Size: 1091460 SHA256: 95082f8831f3f314d4331faddf0f2bd13c2dc288adfbd60aefec628704588456 SHA1: 8b89be850d8869e83d5e6b769c81efd26644c24d MD5sum: 3a713881f9b95e299c14e82358eb825e Description: Linux kernel headers for version 3.13.0 on 32 bit x86 SMP This package provides kernel header files for version 3.13.0 on 32 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: 12944 Maintainer: Ubuntu Kernel Team Architecture: i386 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.11) Filename: pool/main/l/linux-lts-trusty/linux-headers-3.13.0-185-generic_3.13.0-185.236~12.04.1_i386.deb Size: 1106026 SHA256: fe41355c6f9dee9bd6a6dc74cbc05687b3c492889b3ee15818b6e8dc1380ca3c SHA1: 27dba9ac178e9f97ea1ba368269b685088c823fd MD5sum: 66a2c173f08fe2783d26226dedc79ba8 Description: Linux kernel headers for version 3.13.0 on 32 bit x86 SMP This package provides kernel header files for version 3.13.0 on 32 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: 11114 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-128.173 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-128, libc6 (>= 2.11) Filename: pool/main/l/linux/linux-headers-3.2.0-128-generic_3.2.0-128.173_i386.deb Size: 961172 SHA256: 76403f9fe6f4e5ecca7edea94f2d98e4213834fd94cc80f2887a16a4490c6b40 SHA1: 4aac44e4063a69eae91fb2034e75fa33c414e754 MD5sum: dd415165b2431088933b331106eee894 Description: Linux kernel headers for version 3.2.0 on 32 bit x86 SMP This package provides kernel header files for version 3.2.0 on 32 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-generic-pae Source: linux Priority: optional Section: devel Installed-Size: 11180 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-128.173 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-128, libc6 (>= 2.11) Filename: pool/main/l/linux/linux-headers-3.2.0-128-generic-pae_3.2.0-128.173_i386.deb Size: 963136 SHA256: b82c8cdd74d5058ec54e3527427ffc789a7922eb7115a420de47e7ff55f7ba2c SHA1: 0046aec0c50399047d262f1575c508107642a25f MD5sum: 8deabd9f3da051fe9c41a75c33558361 Description: Linux kernel headers for version 3.2.0 on 32 bit x86 SMP This package provides kernel header files for version 3.2.0 on 32 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: 11180 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-128.173 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-128, libc6 (>= 2.11) Filename: pool/main/l/linux/linux-headers-3.2.0-128-virtual_3.2.0-128.173_i386.deb Size: 964122 SHA256: e370e517e04ac0e7429f21bdaeaa77d3fff6816cbd2cb2ca79a9f00e9f24b8d1 SHA1: 33dccc317db056efe740784445e5c32e1a13e860 MD5sum: d48f8619e24f59f2edc1dc01c06b6616 Description: Linux kernel headers for version 3.2.0 on 32 bit x86 Virtual Guests This package provides kernel header files for version 3.2.0 on 32 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: 11114 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-129.174 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-129, libc6 (>= 2.11) Filename: pool/main/l/linux/linux-headers-3.2.0-129-generic_3.2.0-129.174_i386.deb Size: 1205606 SHA256: dd4c68b204c29a1d16d7b4ed87948b1fa96b003a0242978ef8fc64b6c99e09b7 SHA1: dfd770c42692fcbb04daa1aa3d7f7c52aed4b356 MD5sum: 4150bc40680816f3a060c58a8ce1ef8b Description: Linux kernel headers for version 3.2.0 on 32 bit x86 SMP This package provides kernel header files for version 3.2.0 on 32 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-generic-pae Source: linux Priority: optional Section: devel Installed-Size: 11180 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-129.174 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-129, libc6 (>= 2.11) Filename: pool/main/l/linux/linux-headers-3.2.0-129-generic-pae_3.2.0-129.174_i386.deb Size: 1207218 SHA256: ee69e6a946e3851403a02a4b73bfaefb0d70653475c408bb34e40e7392cb62f6 SHA1: 8cb97c6a0bdc66f0a4e7939b0737f2d34bd0ee44 MD5sum: b8b2ea7acd2d0a8a21b4de6e22a6e4d9 Description: Linux kernel headers for version 3.2.0 on 32 bit x86 SMP This package provides kernel header files for version 3.2.0 on 32 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: 11180 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-129.174 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-129, libc6 (>= 2.11) Filename: pool/main/l/linux/linux-headers-3.2.0-129-virtual_3.2.0-129.174_i386.deb Size: 1207932 SHA256: 62cc0ba131ad3df227fb8588c93c23b905f03ba3726a0ab87394d15b84b7712b SHA1: 72bc045c5562c802a767193d1c4259ea39d4284a MD5sum: 80d0337e2bca433f342ff33c23875c22 Description: Linux kernel headers for version 3.2.0 on 32 bit x86 Virtual Guests This package provides kernel header files for version 3.2.0 on 32 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: 11114 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-130.176 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-130, libc6 (>= 2.11) Filename: pool/main/l/linux/linux-headers-3.2.0-130-generic_3.2.0-130.176_i386.deb Size: 964076 SHA256: 7c7b10b948c2c82563719b8e941ab1e643f4b49daf14b3c22231cb483072619f SHA1: 3723db96f51532f9d99a665eac60dcfd735dc188 MD5sum: e7b82051ea1bd4e54487275356ec94b8 Description: Linux kernel headers for version 3.2.0 on 32 bit x86 SMP This package provides kernel header files for version 3.2.0 on 32 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-generic-pae Source: linux Priority: optional Section: devel Installed-Size: 11180 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-130.176 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-130, libc6 (>= 2.11) Filename: pool/main/l/linux/linux-headers-3.2.0-130-generic-pae_3.2.0-130.176_i386.deb Size: 964712 SHA256: 6f3e2fcb711b478d006839cbfbe80cfed0c786f7cd0c9336fa5547259bb4117c SHA1: aebcfdb8bd81c59ab726661e0cee9fde3af1b4dc MD5sum: 058252181a931c778ed0549d3c8d473a Description: Linux kernel headers for version 3.2.0 on 32 bit x86 SMP This package provides kernel header files for version 3.2.0 on 32 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: 11180 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-130.176 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-130, libc6 (>= 2.11) Filename: pool/main/l/linux/linux-headers-3.2.0-130-virtual_3.2.0-130.176_i386.deb Size: 965502 SHA256: 3920a6a33813c26f6905b059c5e66e60be1da69a8b3cce7b493dd9750f8893cc SHA1: f4599eb0004488d982366b3afdac917cd5ca3e04 MD5sum: ec58d7af1600a75bf540257408142823 Description: Linux kernel headers for version 3.2.0 on 32 bit x86 Virtual Guests This package provides kernel header files for version 3.2.0 on 32 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: 11115 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-131.177 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-131, libc6 (>= 2.11) Filename: pool/main/l/linux/linux-headers-3.2.0-131-generic_3.2.0-131.177_i386.deb Size: 959222 SHA256: 756aef6af59b2f16887284fe0031454e5a85aa0c07ecbcac5b32eb86d9fa0bb4 SHA1: db055bebbe30616ffa7aad5e20299f74543cdbf0 MD5sum: 3f6ed10e2e1f05370e19a699386d54f1 Description: Linux kernel headers for version 3.2.0 on 32 bit x86 SMP This package provides kernel header files for version 3.2.0 on 32 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-generic-pae Source: linux Priority: optional Section: devel Installed-Size: 11180 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-131.177 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-131, libc6 (>= 2.11) Filename: pool/main/l/linux/linux-headers-3.2.0-131-generic-pae_3.2.0-131.177_i386.deb Size: 962158 SHA256: eefa938aef2b820bed21c3f20f054bb45fe632c8c57eb1dc54da482d3e4722e3 SHA1: 3f75a83236e9e06704ac851aa8fbcef82a0085b1 MD5sum: d3544373f5b51e6186c34ceb884c249a Description: Linux kernel headers for version 3.2.0 on 32 bit x86 SMP This package provides kernel header files for version 3.2.0 on 32 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: 11180 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-131.177 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-131, libc6 (>= 2.11) Filename: pool/main/l/linux/linux-headers-3.2.0-131-virtual_3.2.0-131.177_i386.deb Size: 960454 SHA256: 6445e2cc8aac83a0eda000f3995d9f210dd986db4c7d955c2114b6347d858739 SHA1: e26784dab7f76707ee4ef6902c26aefb90b6b515 MD5sum: 1aeaf012d37f3ce343b80930efda5317 Description: Linux kernel headers for version 3.2.0 on 32 bit x86 Virtual Guests This package provides kernel header files for version 3.2.0 on 32 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: 11116 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-132.178 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-132, libc6 (>= 2.11) Filename: pool/main/l/linux/linux-headers-3.2.0-132-generic_3.2.0-132.178_i386.deb Size: 966174 SHA256: 3d4717dbadc52e2ba881c86edfcf39019618cee7ebedac0c4c999b60856878d1 SHA1: 54c1ffeecb46e3476d0304dab243e99e025e8696 MD5sum: ca8176c8d19302d55f32309fb1a33dea Description: Linux kernel headers for version 3.2.0 on 32 bit x86 SMP This package provides kernel header files for version 3.2.0 on 32 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-generic-pae Source: linux Priority: optional Section: devel Installed-Size: 11182 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-132.178 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-132, libc6 (>= 2.11) Filename: pool/main/l/linux/linux-headers-3.2.0-132-generic-pae_3.2.0-132.178_i386.deb Size: 964154 SHA256: 2b4da40eccbf9a006be8ab5965edb930e37af2ee3417b36754c3fda785866641 SHA1: 6980248ba83cf1c96b661cdb4fe373df32c4426b MD5sum: 613e2d6a49f6ac3b3172f23a97b43831 Description: Linux kernel headers for version 3.2.0 on 32 bit x86 SMP This package provides kernel header files for version 3.2.0 on 32 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: 11177 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-132.178 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-132, libc6 (>= 2.11) Filename: pool/main/l/linux/linux-headers-3.2.0-132-virtual_3.2.0-132.178_i386.deb Size: 969440 SHA256: c53433a10bdb19d7c19755d694c1365194dda22ee4641cd8cdd200788bc3cd85 SHA1: f81d5181e6029e71d774bcb90cf488eebcdefe62 MD5sum: df1721119ae997673c6172ebd8ed4ed0 Description: Linux kernel headers for version 3.2.0 on 32 bit x86 Virtual Guests This package provides kernel header files for version 3.2.0 on 32 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: 11117 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-133.179 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-133, libc6 (>= 2.11) Filename: pool/main/l/linux/linux-headers-3.2.0-133-generic_3.2.0-133.179_i386.deb Size: 963580 SHA256: 171f87766725108cb9c235920fb2bc82db3eb76c4665c1e1e9e524eb1d46c540 SHA1: af8c1c12040642781b511545a0d6a7d1d7ce98f0 MD5sum: de37e9357c6c826dbeabceddcd536e17 Description: Linux kernel headers for version 3.2.0 on 32 bit x86 SMP This package provides kernel header files for version 3.2.0 on 32 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-generic-pae Source: linux Priority: optional Section: devel Installed-Size: 11183 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-133.179 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-133, libc6 (>= 2.11) Filename: pool/main/l/linux/linux-headers-3.2.0-133-generic-pae_3.2.0-133.179_i386.deb Size: 968046 SHA256: dcf338f4109c4b52615b49bb5d173584c1f2b073865ff507decff980eda52957 SHA1: cfa01d48208383193109245eed9282f0c0d1147f MD5sum: aab9d837698ba340d16941cbb52b1891 Description: Linux kernel headers for version 3.2.0 on 32 bit x86 SMP This package provides kernel header files for version 3.2.0 on 32 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: 11179 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-133.179 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-133, libc6 (>= 2.11) Filename: pool/main/l/linux/linux-headers-3.2.0-133-virtual_3.2.0-133.179_i386.deb Size: 966598 SHA256: dbcb8d2604d6ef1ca8a4d4deebdb852a18754dc8ca65f6e22d439d722fd01499 SHA1: c8aca7c7b0196753ff84435d8c06faf00798400f MD5sum: b25116c2d129a69c2ce4d3a272f586c9 Description: Linux kernel headers for version 3.2.0 on 32 bit x86 Virtual Guests This package provides kernel header files for version 3.2.0 on 32 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: 11118 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-134.180 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-134, libc6 (>= 2.11) Filename: pool/main/l/linux/linux-headers-3.2.0-134-generic_3.2.0-134.180_i386.deb Size: 964350 SHA256: 2bd0cd2dc72eef8f1455e77f0ea436079de524781a3f2d4674962a7fb29b288a SHA1: 1ff8554feb2f82643baa170bfc3768ce1997d490 MD5sum: aa8336cce906b83e7c747429917b34c7 Description: Linux kernel headers for version 3.2.0 on 32 bit x86 SMP This package provides kernel header files for version 3.2.0 on 32 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-generic-pae Source: linux Priority: optional Section: devel Installed-Size: 11183 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-134.180 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-134, libc6 (>= 2.11) Filename: pool/main/l/linux/linux-headers-3.2.0-134-generic-pae_3.2.0-134.180_i386.deb Size: 965492 SHA256: efe4fd0c883b5b98eda80e4d79f56eca898385d506c0bfe0f3223ca916a345e7 SHA1: 44ea2c71376a9564bb28e4a2138102ec40e48eae MD5sum: 888301925cc5eb5c1b219a1b29d1de65 Description: Linux kernel headers for version 3.2.0 on 32 bit x86 SMP This package provides kernel header files for version 3.2.0 on 32 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: 11183 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-134.180 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-134, libc6 (>= 2.11) Filename: pool/main/l/linux/linux-headers-3.2.0-134-virtual_3.2.0-134.180_i386.deb Size: 966062 SHA256: a069c0b23ab9e617c2afd046c6a6a92080350f45459cd7262fc467fe4477ef3e SHA1: 47c0f3923fc524d37af3f09e34fffee615f348a7 MD5sum: 7e61cf6a14be39e4fc2d80deca93d612 Description: Linux kernel headers for version 3.2.0 on 32 bit x86 Virtual Guests This package provides kernel header files for version 3.2.0 on 32 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: 11118 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-135.181 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-135, libc6 (>= 2.11) Filename: pool/main/l/linux/linux-headers-3.2.0-135-generic_3.2.0-135.181_i386.deb Size: 967372 SHA256: bc6269af81c4457a126cada5d028b9c5193d39d989341e21ff76e870a716180f SHA1: f27d538eb5c14939d80a23a939edb1314e327156 MD5sum: fb55b7b019d465b136ce54b96358eede Description: Linux kernel headers for version 3.2.0 on 32 bit x86 SMP This package provides kernel header files for version 3.2.0 on 32 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-generic-pae Source: linux Priority: optional Section: devel Installed-Size: 11183 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-135.181 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-135, libc6 (>= 2.11) Filename: pool/main/l/linux/linux-headers-3.2.0-135-generic-pae_3.2.0-135.181_i386.deb Size: 973226 SHA256: e403c5fcaeea581a3b3645a3e67479bccb90b246d8ab71a2b6ecff41eaf0bfdb SHA1: 9bdfc5228dcf76b06955b60cdb47356c3eb7fd4b MD5sum: 37c7d4e6218b58220f7e5270e8a33944 Description: Linux kernel headers for version 3.2.0 on 32 bit x86 SMP This package provides kernel header files for version 3.2.0 on 32 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: 11183 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-135.181 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-135, libc6 (>= 2.11) Filename: pool/main/l/linux/linux-headers-3.2.0-135-virtual_3.2.0-135.181_i386.deb Size: 973932 SHA256: 402682bd7186a002f7e3bddefc6a48e1879f6294cf5d65c873b675499f9a6452 SHA1: e6a617bfe2c46dc759c9631b7ee39d5079ee1eea MD5sum: 961f208f4c1b510cecbb90411a88e0c2 Description: Linux kernel headers for version 3.2.0 on 32 bit x86 Virtual Guests This package provides kernel header files for version 3.2.0 on 32 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: 11118 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-136.182 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-136, libc6 (>= 2.11) Filename: pool/main/l/linux/linux-headers-3.2.0-136-generic_3.2.0-136.182_i386.deb Size: 965608 SHA256: 4103b4d1f9a0d28ed571cdb8869d8da0166e3f0079bb2004a961383c7f70171d SHA1: bcddb03b9bac4368cfc033661c8e5c6ec30228d7 MD5sum: 4e5d8d891dd709a3554d68c09a526d5c Description: Linux kernel headers for version 3.2.0 on 32 bit x86 SMP This package provides kernel header files for version 3.2.0 on 32 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-generic-pae Source: linux Priority: optional Section: devel Installed-Size: 11184 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-136.182 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-136, libc6 (>= 2.11) Filename: pool/main/l/linux/linux-headers-3.2.0-136-generic-pae_3.2.0-136.182_i386.deb Size: 972744 SHA256: 80d68a780f4decca53964db204110a5ac87b119e644e6c372b3de5936fb443ed SHA1: babf2e82bb05b1c291495e854b211ad6d9d94226 MD5sum: b63e84aaf9f25321462f9ff951e89e50 Description: Linux kernel headers for version 3.2.0 on 32 bit x86 SMP This package provides kernel header files for version 3.2.0 on 32 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: 11184 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-136.182 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-136, libc6 (>= 2.11) Filename: pool/main/l/linux/linux-headers-3.2.0-136-virtual_3.2.0-136.182_i386.deb Size: 970196 SHA256: a6c63301d64db84e3f789617f23f17900d1c2cc89de72b3ced64d65e8ed15569 SHA1: f2bcbfaa3f48cdda80e34dd2ec5603e4465833a9 MD5sum: 6ea1e527f3de5f513073271ad151dff8 Description: Linux kernel headers for version 3.2.0 on 32 bit x86 Virtual Guests This package provides kernel header files for version 3.2.0 on 32 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: 11125 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-137.183 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-137, libc6 (>= 2.11) Filename: pool/main/l/linux/linux-headers-3.2.0-137-generic_3.2.0-137.183_i386.deb Size: 964290 SHA256: 8e88ef12afa29b035b0ca938b8548b9a894c20d21a9a061dc90d5dc6a25c7a2b SHA1: 92b8c9536725f968a8a722cc409bed5fc04f31c4 MD5sum: 9294dac4bf0c636e2e1cabc7c3815bd8 Description: Linux kernel headers for version 3.2.0 on 32 bit x86 SMP This package provides kernel header files for version 3.2.0 on 32 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-generic-pae Source: linux Priority: optional Section: devel Installed-Size: 11191 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-137.183 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-137, libc6 (>= 2.11) Filename: pool/main/l/linux/linux-headers-3.2.0-137-generic-pae_3.2.0-137.183_i386.deb Size: 971772 SHA256: 7dd8bbe5083b2983ba98ea1d6e2b1fa1f84cf1b14d4ef384c2e9a4003a872c3b SHA1: 0a135c303f743f3a8ddd8b327536090b7310306a MD5sum: 2f0c4b4ef318952a4bb93b882c6b86f1 Description: Linux kernel headers for version 3.2.0 on 32 bit x86 SMP This package provides kernel header files for version 3.2.0 on 32 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: 11191 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-137.183 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-137, libc6 (>= 2.11) Filename: pool/main/l/linux/linux-headers-3.2.0-137-virtual_3.2.0-137.183_i386.deb Size: 968298 SHA256: 7371cecb82d6615bf5a7c2df312c640a48dcc7a51c3c5e0a06258ffa56845142 SHA1: 39cb06b4eba924ccaba8fbe52ef75b3824a23584 MD5sum: 83c7b9c5708a5ba37bc97ec97fdf3ec6 Description: Linux kernel headers for version 3.2.0 on 32 bit x86 Virtual Guests This package provides kernel header files for version 3.2.0 on 32 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: 11121 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-138.184 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-138, libc6 (>= 2.11) Filename: pool/main/l/linux/linux-headers-3.2.0-138-generic_3.2.0-138.184_i386.deb Size: 969316 SHA256: 0a375bd3584540c5d47c2b5604229442e0fdbb3ec0033cf6a64388abf2673b68 SHA1: 58d4cfff6e82020502d16f2e03c31101fc2bd55a MD5sum: c881d1ff84bb04ad05484f7a8ec7ed97 Description: Linux kernel headers for version 3.2.0 on 32 bit x86 SMP This package provides kernel header files for version 3.2.0 on 32 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-generic-pae Source: linux Priority: optional Section: devel Installed-Size: 11187 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-138.184 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-138, libc6 (>= 2.11) Filename: pool/main/l/linux/linux-headers-3.2.0-138-generic-pae_3.2.0-138.184_i386.deb Size: 972012 SHA256: d602992ac9874a707201f53adf23ee343b5ca01cdfd6be4e9e2714a15a11575c SHA1: f679c6969dbfa69aaf5304dfef9f92d06178b956 MD5sum: 39bbd1bb47ddb9ff869b5c934d2738b3 Description: Linux kernel headers for version 3.2.0 on 32 bit x86 SMP This package provides kernel header files for version 3.2.0 on 32 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: 11187 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-138.184 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-138, libc6 (>= 2.11) Filename: pool/main/l/linux/linux-headers-3.2.0-138-virtual_3.2.0-138.184_i386.deb Size: 972520 SHA256: e22b920a199b02332e5c4214a0441633f5df4e5291a7d04e6d4fd57eb7196ff4 SHA1: 883879d24c3510db08bc6a33cea1d408aeacaad4 MD5sum: 0bdd447b7cb497c16ff6c6f9def5acfc Description: Linux kernel headers for version 3.2.0 on 32 bit x86 Virtual Guests This package provides kernel header files for version 3.2.0 on 32 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: 11126 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-139.185 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-139, libc6 (>= 2.11) Filename: pool/main/l/linux/linux-headers-3.2.0-139-generic_3.2.0-139.185_i386.deb Size: 970130 SHA256: 2a400d6c0e52828fcb5be1b1c18b9dd751a129feb4c3ed9fdd121c5f98f1dbac SHA1: 2b61c4da1be69b0074a214054c2f8f1078f67f55 MD5sum: bd5125f1d2402af447585e5396db14cf Description: Linux kernel headers for version 3.2.0 on 32 bit x86 SMP This package provides kernel header files for version 3.2.0 on 32 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-generic-pae Source: linux Priority: optional Section: devel Installed-Size: 11192 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-139.185 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-139, libc6 (>= 2.11) Filename: pool/main/l/linux/linux-headers-3.2.0-139-generic-pae_3.2.0-139.185_i386.deb Size: 971828 SHA256: 1c6235aea8c0a149477cfcd154273280e56cfbd7cc53ded227aefdcab1bb5e28 SHA1: 55700468f5933fa20f8f6f2188d9f0ed1ccb5244 MD5sum: 733d2b9f01691b3139cf1f8a244cdba3 Description: Linux kernel headers for version 3.2.0 on 32 bit x86 SMP This package provides kernel header files for version 3.2.0 on 32 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: 11191 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-139.185 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-139, libc6 (>= 2.11) Filename: pool/main/l/linux/linux-headers-3.2.0-139-virtual_3.2.0-139.185_i386.deb Size: 972814 SHA256: 30845c9fe4d4badb2fad2c2d3190fbef8596001cc3cb8380a4bb19a856010b07 SHA1: b17b5b55e31fc02bc1578da89f97cac59e3eede2 MD5sum: 6ebeeade1fd21f9b5fbbf8f4f0705e5f Description: Linux kernel headers for version 3.2.0 on 32 bit x86 Virtual Guests This package provides kernel header files for version 3.2.0 on 32 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: 11127 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-140.186 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-140, libc6 (>= 2.11) Filename: pool/main/l/linux/linux-headers-3.2.0-140-generic_3.2.0-140.186_i386.deb Size: 964252 SHA256: 8428f703f0ccb551a534c1e51c2eb58bf3d7fdb55b653837cf270251328073a1 SHA1: ba501cee25d9ccc1ec4a6497cb98bd9599b524f9 MD5sum: d1b2912afdaeefb6f6a2813069b7b4db Description: Linux kernel headers for version 3.2.0 on 32 bit x86 SMP This package provides kernel header files for version 3.2.0 on 32 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-generic-pae Source: linux Priority: optional Section: devel Installed-Size: 11193 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-140.186 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-140, libc6 (>= 2.11) Filename: pool/main/l/linux/linux-headers-3.2.0-140-generic-pae_3.2.0-140.186_i386.deb Size: 965494 SHA256: 17a97873ff6c85697ec0cf1906d2031404093d0dcb9dc9bf7569f99c20a4fe2e SHA1: 4f2d9c7b21da063dca165636e1088d1203482eab MD5sum: ac269cdef8b7f636754029358ae72f78 Description: Linux kernel headers for version 3.2.0 on 32 bit x86 SMP This package provides kernel header files for version 3.2.0 on 32 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: 11193 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-140.186 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-140, libc6 (>= 2.11) Filename: pool/main/l/linux/linux-headers-3.2.0-140-virtual_3.2.0-140.186_i386.deb Size: 969052 SHA256: acc98655efafdb82b445dec7da3c8cc3fb1636748f10af99c6750faaad89759d SHA1: d173b324b61c4e8a285d0ea3f77f2b468493215f MD5sum: 9cd9bb68788f995c04d6bebd55c6c563 Description: Linux kernel headers for version 3.2.0 on 32 bit x86 Virtual Guests This package provides kernel header files for version 3.2.0 on 32 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: 11127 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-141.188 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-141, libc6 (>= 2.11) Filename: pool/main/l/linux/linux-headers-3.2.0-141-generic_3.2.0-141.188_i386.deb Size: 967516 SHA256: fdc55d571232b5069c856114e18810d536187ed1c775468b94d9808af966455b SHA1: c66b445cd4fbb6d2d5640eb96aad8299b91f722d MD5sum: e82eed524c19646f387b3ca172b3150e Description: Linux kernel headers for version 3.2.0 on 32 bit x86 SMP This package provides kernel header files for version 3.2.0 on 32 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-generic-pae Source: linux Priority: optional Section: devel Installed-Size: 11193 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-141.188 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-141, libc6 (>= 2.11) Filename: pool/main/l/linux/linux-headers-3.2.0-141-generic-pae_3.2.0-141.188_i386.deb Size: 968838 SHA256: e92ed5d439981f053d78e143f6ca5e81b2c30ffc840498e9045a7b8d36ce891d SHA1: 4efd04761fb8ac3c1c711d647660524da7d4b210 MD5sum: a0e3ec834668c1c3adc9fa2f9f5d58b8 Description: Linux kernel headers for version 3.2.0 on 32 bit x86 SMP This package provides kernel header files for version 3.2.0 on 32 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: 11193 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-141.188 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-141, libc6 (>= 2.11) Filename: pool/main/l/linux/linux-headers-3.2.0-141-virtual_3.2.0-141.188_i386.deb Size: 969492 SHA256: 438958772d6eb47b557f2c82a1f7875ae35a9b53057f9583ddc24c6e82f4b5cf SHA1: 536006c49793673431f8e62a44b6348cb875bbe4 MD5sum: 030ebf3c838314f8d7ad5c0d0a26e378 Description: Linux kernel headers for version 3.2.0 on 32 bit x86 Virtual Guests This package provides kernel header files for version 3.2.0 on 32 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: 11128 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-142.189 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-142, libc6 (>= 2.11) Filename: pool/main/l/linux/linux-headers-3.2.0-142-generic_3.2.0-142.189_i386.deb Size: 975416 SHA256: cfe8fcc21248dbca8aa168e335a42bed219e9d049be1f7f5d05f7ca6832211db SHA1: 3e393c61334bea72508e3479d0119f239ebf4928 MD5sum: bb271f35f2c5c82c3ebdaad18b37ccb7 Description: Linux kernel headers for version 3.2.0 on 32 bit x86 SMP This package provides kernel header files for version 3.2.0 on 32 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-generic-pae Source: linux Priority: optional Section: devel Installed-Size: 11194 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-142.189 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-142, libc6 (>= 2.11) Filename: pool/main/l/linux/linux-headers-3.2.0-142-generic-pae_3.2.0-142.189_i386.deb Size: 973180 SHA256: ec00b450b461f74a480965ef32eb217f8988537547e4abebc962e2b79a10e8f0 SHA1: 5bf4d4f4045b540be5ce5a49315a24799c7ebe7c MD5sum: 8ff449ec39031153f4d535fcc8222ad9 Description: Linux kernel headers for version 3.2.0 on 32 bit x86 SMP This package provides kernel header files for version 3.2.0 on 32 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: 11194 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-142.189 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-142, libc6 (>= 2.11) Filename: pool/main/l/linux/linux-headers-3.2.0-142-virtual_3.2.0-142.189_i386.deb Size: 973768 SHA256: 71a090d2a0c39e5bb9baeb6ea07bc039afbe526759ff7156fa5110b1f4ddd919 SHA1: 084e677070babe585cbbdbf13093c7f485003562 MD5sum: e82d1831faa0718205cef51806fd6dc9 Description: Linux kernel headers for version 3.2.0 on 32 bit x86 Virtual Guests This package provides kernel header files for version 3.2.0 on 32 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: 11128 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-143.190 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-143, libc6 (>= 2.11) Filename: pool/main/l/linux/linux-headers-3.2.0-143-generic_3.2.0-143.190_i386.deb Size: 961028 SHA256: a9fadbf80b64101259ebd26116c138eaa4b7d0dea982fe71438a2c3afa786289 SHA1: fc2c2291a372f7084267bfa15ff6a9d44f001d5c MD5sum: 42767f2231bb09a961f4d901acc4203a Description: Linux kernel headers for version 3.2.0 on 32 bit x86 SMP This package provides kernel header files for version 3.2.0 on 32 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-generic-pae Source: linux Priority: optional Section: devel Installed-Size: 11194 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-143.190 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-143, libc6 (>= 2.11) Filename: pool/main/l/linux/linux-headers-3.2.0-143-generic-pae_3.2.0-143.190_i386.deb Size: 965058 SHA256: 3d31388fed8d0cc51c0c5e7d852eacd2f9ae032045acb53d6779811e6a6102ec SHA1: e71e968aa4a8d6d0d19938105509df3f93a94898 MD5sum: f771648e65473f9cf56260c78ad9646f Description: Linux kernel headers for version 3.2.0 on 32 bit x86 SMP This package provides kernel header files for version 3.2.0 on 32 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: 11194 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-143.190 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-143, libc6 (>= 2.11) Filename: pool/main/l/linux/linux-headers-3.2.0-143-virtual_3.2.0-143.190_i386.deb Size: 963538 SHA256: 83c9ad6f42429bb878479354a12274d6cf296e4a6aed7bae58d2d1c324294c3a SHA1: d1f559861a44d19c3d700c722f8b51de3a51fa3a MD5sum: d632840bc9ffefc09fc41072e01173b7 Description: Linux kernel headers for version 3.2.0 on 32 bit x86 Virtual Guests This package provides kernel header files for version 3.2.0 on 32 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: 11137 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-144.191 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-144, libc6 (>= 2.11) Filename: pool/main/l/linux/linux-headers-3.2.0-144-generic_3.2.0-144.191_i386.deb Size: 962834 SHA256: c6d621875e9eec79b7c1a7adc87e714151a0b71009f02adf9401c6cf416f1431 SHA1: a7efd3dff9a9d1e9f765828e8a13ba3740c3796e MD5sum: 3bdf8fffd498709ed78b0362ec540baa Description: Linux kernel headers for version 3.2.0 on 32 bit x86 SMP This package provides kernel header files for version 3.2.0 on 32 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-generic-pae Source: linux Priority: optional Section: devel Installed-Size: 11203 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-144.191 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-144, libc6 (>= 2.11) Filename: pool/main/l/linux/linux-headers-3.2.0-144-generic-pae_3.2.0-144.191_i386.deb Size: 963262 SHA256: 6634e057656b06ac7a3de20de954bdbe6c25fceea8f314eae0cc052c1a6dc522 SHA1: 13e2c949a32b311b2349fe9f7010bc5ede393c01 MD5sum: 3c29047dc4bb6d0dcc1c92ea0dc36a0e Description: Linux kernel headers for version 3.2.0 on 32 bit x86 SMP This package provides kernel header files for version 3.2.0 on 32 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: 11203 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-144.191 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-144, libc6 (>= 2.11) Filename: pool/main/l/linux/linux-headers-3.2.0-144-virtual_3.2.0-144.191_i386.deb Size: 963912 SHA256: 47fa615cde26025cd30d6884acf6677dd8a0f866e2881606f0fb1f07cdcacc87 SHA1: d2babd4a6c240623e8a34e7526dfed3aed2049f4 MD5sum: d9652dca3665df8d47e8cdbd9fddb321 Description: Linux kernel headers for version 3.2.0 on 32 bit x86 Virtual Guests This package provides kernel header files for version 3.2.0 on 32 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: 11138 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-147.194 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-147, libc6 (>= 2.11) Filename: pool/main/l/linux/linux-headers-3.2.0-147-generic_3.2.0-147.194_i386.deb Size: 968852 SHA256: 94e61432f947511d2adc95009fb72d3c0c7bfd220a97c6b3f6948f99d921b9d8 SHA1: 4ac0ad8b872b80f37e072ba225e5ce13e0059cd2 MD5sum: b93f0bf39e88ec41136f44411308a81d Description: Linux kernel headers for version 3.2.0 on 32 bit x86 SMP This package provides kernel header files for version 3.2.0 on 32 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-generic-pae Source: linux Priority: optional Section: devel Installed-Size: 11204 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-147.194 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-147, libc6 (>= 2.11) Filename: pool/main/l/linux/linux-headers-3.2.0-147-generic-pae_3.2.0-147.194_i386.deb Size: 970062 SHA256: cf7a4d93ab5ddce26d56a8ff8bb947b6e5a6f77c298a28f27410aae3b6fc3ba4 SHA1: 6664d17fafed6684da0380e6402bef86e94c25d2 MD5sum: 672d201abf57d7f12853e8460ead4664 Description: Linux kernel headers for version 3.2.0 on 32 bit x86 SMP This package provides kernel header files for version 3.2.0 on 32 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: 11203 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-147.194 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-147, libc6 (>= 2.11) Filename: pool/main/l/linux/linux-headers-3.2.0-147-virtual_3.2.0-147.194_i386.deb Size: 970792 SHA256: aa8bcec7404764d6e89c5ed94a93babfdecef6f9385c67054e23e7410b29ba95 SHA1: 4b8ddde8c7b3b05d83702379bc652de4bc5aa0a3 MD5sum: eab6bac155abfd9db1fdd31e3a3cc73d Description: Linux kernel headers for version 3.2.0 on 32 bit x86 Virtual Guests This package provides kernel header files for version 3.2.0 on 32 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: 11138 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-148.195 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-148, libc6 (>= 2.11) Filename: pool/main/l/linux/linux-headers-3.2.0-148-generic_3.2.0-148.195_i386.deb Size: 964762 SHA256: ab28c305758c91de7359229b1ad6cdc54245845cbe42f6fac39634f425b0ce2b SHA1: d3a30c14e98cd3f30dedae20377b5b78f12785b1 MD5sum: 5015775d4075ceed23d4f6475316cd9e Description: Linux kernel headers for version 3.2.0 on 32 bit x86 SMP This package provides kernel header files for version 3.2.0 on 32 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-generic-pae Source: linux Priority: optional Section: devel Installed-Size: 11204 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-148.195 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-148, libc6 (>= 2.11) Filename: pool/main/l/linux/linux-headers-3.2.0-148-generic-pae_3.2.0-148.195_i386.deb Size: 963752 SHA256: 2e45a72f1b9ddf87344a638c544ecdf432762a1e3f3fc12b49f3e58b188f06ed SHA1: fd05418b34513b5f4e8147766128a067ef7d27a3 MD5sum: 7efebaa072b2a78ccaf2fedf51da30db Description: Linux kernel headers for version 3.2.0 on 32 bit x86 SMP This package provides kernel header files for version 3.2.0 on 32 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: 11203 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-148.195 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-148, libc6 (>= 2.11) Filename: pool/main/l/linux/linux-headers-3.2.0-148-virtual_3.2.0-148.195_i386.deb Size: 965964 SHA256: b28c8d4745c805d2da5716eaa4e3a5f51379be7948e27c204c7451657b201c39 SHA1: 9b3d23fe8eec0bc80557085fba11a78651468510 MD5sum: f79cc3521aaaaadd7a99703fee8ad311 Description: Linux kernel headers for version 3.2.0 on 32 bit x86 Virtual Guests This package provides kernel header files for version 3.2.0 on 32 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: 11138 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-149.196 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-149, libc6 (>= 2.11) Filename: pool/main/l/linux/linux-headers-3.2.0-149-generic_3.2.0-149.196_i386.deb Size: 968704 SHA256: bff303de4b7818cfd593bc66f392b2d6c7653a1aae6ae555d36195b67517c4da SHA1: cf73649601da1692a7ec9c5d2a77817f85d7c54e MD5sum: 2d3e713226e70387a840ab0d2dacf590 Description: Linux kernel headers for version 3.2.0 on 32 bit x86 SMP This package provides kernel header files for version 3.2.0 on 32 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-generic-pae Source: linux Priority: optional Section: devel Installed-Size: 11204 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-149.196 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-149, libc6 (>= 2.11) Filename: pool/main/l/linux/linux-headers-3.2.0-149-generic-pae_3.2.0-149.196_i386.deb Size: 970306 SHA256: 11e725e198748a5fff4704dd3c462ae94332c4f381b9fff959fe24bfbe9f39f7 SHA1: 0ebf6d6dca8e117d765427e4123a825bc2b72139 MD5sum: 4fcbc6ef913f8955dce64371a2961579 Description: Linux kernel headers for version 3.2.0 on 32 bit x86 SMP This package provides kernel header files for version 3.2.0 on 32 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: 11204 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-149.196 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-149, libc6 (>= 2.11) Filename: pool/main/l/linux/linux-headers-3.2.0-149-virtual_3.2.0-149.196_i386.deb Size: 970902 SHA256: 89f0f2fb8c69ed30f58202230e3f438d88601ac053f8ebcbf46691d8bb7b6c8e SHA1: 0cb74f12a21d94f156fad9cad20ecc843f9854f9 MD5sum: b9ecac400ae3a0e8ee45c6c0ee9dab1d Description: Linux kernel headers for version 3.2.0 on 32 bit x86 Virtual Guests This package provides kernel header files for version 3.2.0 on 32 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: 11138 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-150.197 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-150, libc6 (>= 2.11) Filename: pool/main/l/linux/linux-headers-3.2.0-150-generic_3.2.0-150.197_i386.deb Size: 966978 SHA256: 31363164a65e80be2d405c2a275a8ed7c99e5dfb5cc4d52d4d30329853d1df42 SHA1: 8ad6f2ef28d6a5c1ddf2355659d30eaae2a32987 MD5sum: 6328cc0d78f231d1926bc8815a71cc59 Description: Linux kernel headers for version 3.2.0 on 32 bit x86 SMP This package provides kernel header files for version 3.2.0 on 32 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-generic-pae Source: linux Priority: optional Section: devel Installed-Size: 11204 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-150.197 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-150, libc6 (>= 2.11) Filename: pool/main/l/linux/linux-headers-3.2.0-150-generic-pae_3.2.0-150.197_i386.deb Size: 968460 SHA256: 89025779dbeb2f684e6dfd0eed1ac4fe40a9b6c2b10614c6b840569e0dd6918e SHA1: f2ee6c7a3ac240b98692d9535c4d0d747658a82d MD5sum: 6419947ed393602424d7584d426d88e1 Description: Linux kernel headers for version 3.2.0 on 32 bit x86 SMP This package provides kernel header files for version 3.2.0 on 32 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: 11204 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-150.197 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-150, libc6 (>= 2.11) Filename: pool/main/l/linux/linux-headers-3.2.0-150-virtual_3.2.0-150.197_i386.deb Size: 970694 SHA256: 3b1f1ecbf7acbef648328c28d9923f6f27a1bd3f9118634996b535ef9bbbfc10 SHA1: ed79835b56965f7f5033a2497a5cae4b34b38fbd MD5sum: b4a4bcb723ce3c176bf78c4d215cad97 Description: Linux kernel headers for version 3.2.0 on 32 bit x86 Virtual Guests This package provides kernel header files for version 3.2.0 on 32 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: i386 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_i386.deb Size: 2416 SHA256: ac4e72bfe6b5a97ee87bbb029be74835c777ba7924ee388a19880e39aa86451d SHA1: 0cc8f888814077113767df4c51fe8b9ee1e1ac87 MD5sum: 8646cf81a730c007e35499b7f7e1ff9b 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: i386 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_i386.deb Size: 2530 SHA256: dbfc43cca4788a18f42e3d32569d648b1f2ba7537fdb3a909981cc4527c6858b SHA1: f2b170a3b93bed1cfb06754747cfd74430ee6e67 MD5sum: e398e061c68228113cc05516743dad2a Description: Generic Linux kernel headers This metapackage will always depend on the latest generic 14.04 LTS kernel headers available. Package: linux-headers-generic-pae Source: linux-meta Priority: optional Section: kernel Installed-Size: 34 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0.150.164 Depends: linux-headers-3.2.0-150-generic-pae Filename: pool/main/l/linux-meta/linux-headers-generic-pae_3.2.0.150.164_i386.deb Size: 2440 SHA256: 39225d56ed90cb8332b867811073790f6f0682f6f778d058745d6dacb5766b6d SHA1: de8bb021e36d9d0e317a305a3bfdf4296b3831f8 MD5sum: 201116bbc6d0db446cd82a88c691a253 Description: Generic Linux kernel headers This package will always depend on the latest generic 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: i386 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_i386.deb Size: 2420 SHA256: ab12e7b9afe45c3aaab6d339822ce0633b03097ae8793c033cd7c244f8f40af3 SHA1: 3da27c240e45940e5b37412aac9389d899bfe643 MD5sum: 524f1ec77152b6def357860321818ce4 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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: devel Installed-Size: 45 Maintainer: Ubuntu Kernel Team Architecture: i386 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-pae Filename: pool/main/l/linux-backports-modules-3.2.0/linux-headers-lbm-3.2.0-128-generic-pae_3.2.0-128.119_i386.deb Size: 2426 SHA256: 38bd353e76acf1d9ead7f380543ab2b6c9bd45ef6494efcd6b33d9f32289ed48 SHA1: 1889d9fb485b810e4c5f6894f657422cc598610e MD5sum: f779fca19a5c04408e646dde876fb359 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: i386 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_i386.deb Size: 2428 SHA256: 2c2522e5586e4174b71c3aa3dabf58a748290ae72114fe3e1905500cae0baa4e SHA1: f0be8c304ef48ca9d7ac5a28b077d534b78304a5 MD5sum: 1481a77be763fbf42e5c2d9570edd8cf 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: i386 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_i386.deb Size: 9450 SHA256: ab4f594391398810a86a076b582b7ed6debdc1e4ee756360a42766885f3dff00 SHA1: 33207d41a981b518e1b190ff2f54d7c901bb34b6 MD5sum: 8f1c8ef10838863c0606dbe979e34dc8 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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: devel Installed-Size: 45 Maintainer: Ubuntu Kernel Team Architecture: i386 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-pae Filename: pool/main/l/linux-backports-modules-3.2.0/linux-headers-lbm-3.2.0-129-generic-pae_3.2.0-129.120_i386.deb Size: 9454 SHA256: 467d46b488a33064c326f685c16fd0971ba7fa6506bd9cb139ee66fded39b6b7 SHA1: b9d12fa2d0342569d6c54f2b452445073a3e507e MD5sum: 71e22fc55430138434b65bbf76a36f6e 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: i386 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_i386.deb Size: 9452 SHA256: 08c07cad0eac7deade768ef7cad4c247208fccb9783fb6691c453668386cc13c SHA1: dc1179576bad0d9782dc85c5385b1ba2c34fe4d4 MD5sum: fbff117f5d4820b4469b0bc37af46dc9 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: i386 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_i386.deb Size: 2382 SHA256: b0041d1a9d96f4e3b7d6acc2f0727900b7c35a47e46de3426d404fcac9d64b47 SHA1: 474555d2c09fb84289d3bccc6697b2d08a49b469 MD5sum: 69d6c4831def2a8cdbfb083e96f2adc1 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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: devel Installed-Size: 45 Maintainer: Ubuntu Kernel Team Architecture: i386 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-pae Filename: pool/main/l/linux-backports-modules-3.2.0/linux-headers-lbm-3.2.0-130-generic-pae_3.2.0-130.121_i386.deb Size: 2388 SHA256: 35ba088e677c20ddd2566b702b20e751fa0eb24229e7a8f67b3e67a3e6036ff4 SHA1: d6821ef7a543d8b33469e7ff8f19b1b4e6dc0f10 MD5sum: 18415d95e08426f1f1cc689c6e8a9723 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: i386 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_i386.deb Size: 2388 SHA256: 1f34637d82c2ca5b1bc5c3ac3d8298f544131081b469f55bda8070bd97aeeeb0 SHA1: e5156fe2534abe463c72715099fc6eec7bcb3af9 MD5sum: 73ff6c785358dfeaf3eb960f47c642d3 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: i386 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_i386.deb Size: 2348 SHA256: b4d0fe55db8bd0301835be6d471a4823f06291b36ddd0016a5e40dba80e2e078 SHA1: 8b110c8d81ea7848cec4a3597bc324e171897577 MD5sum: e7d619a5d44acf5b7b1a172b5539f650 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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: devel Installed-Size: 45 Maintainer: Ubuntu Kernel Team Architecture: i386 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-pae Filename: pool/main/l/linux-backports-modules-3.2.0/linux-headers-lbm-3.2.0-131-generic-pae_3.2.0-131.122_i386.deb Size: 2354 SHA256: 187b4493ae80d8994dbfbe866f5c58376d9daa0f3c4e8cf50d65b2238acd2672 SHA1: d7efc417f69c34105bc87a956882f65854394531 MD5sum: 476cc105b47e754fe64bb0e64295e3f5 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: i386 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_i386.deb Size: 2358 SHA256: f066e519f74399a8f469e9bcd439c9a0a5d8d8cccd2f79dfca458b2ddd36966c SHA1: 0c6c07d9bc6595e2e856700d001923d2d02972b1 MD5sum: ee34b5e7b7bba5f401d4df8bf27f2431 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: i386 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_i386.deb Size: 2350 SHA256: 5880025987c786987f60505a3f278c70e16505ee3942f8f87abbe5ec7d7d752e SHA1: 2ef9c897b7b443739fb8b6e54edaf505f095ba85 MD5sum: 1b12c0349a52fd5ed1644066a42141c0 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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: devel Installed-Size: 45 Maintainer: Ubuntu Kernel Team Architecture: i386 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-pae Filename: pool/main/l/linux-backports-modules-3.2.0/linux-headers-lbm-3.2.0-132-generic-pae_3.2.0-132.123_i386.deb Size: 2358 SHA256: c93e4fde0b5f695e023d2c7574339b30cdc67e6241fb3e33f9f3fc877ba1dd24 SHA1: 2cd46ceac305f34d11f96f4dc0044be1158e9ac5 MD5sum: f942cc6b31ed1d6427f3388a03187567 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: i386 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_i386.deb Size: 2352 SHA256: 385eaddfa0618695dad0fd97915d9328a9c0c9834b275b7cb86a4b15f442c4be SHA1: fa85e671f7e4d9ab2411c017dc7c8f1c27465ae0 MD5sum: b1bd8eedb6087241ad77ac5180209c4e 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: i386 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_i386.deb Size: 2358 SHA256: 25b964a2d4686072830195de1458cf09b75c1f6fe947f3481eb7fb0572beef3a SHA1: b3e925dfa418f4e95bcce1bb9d82ddbce8fd6ef7 MD5sum: c2dd966eda1bd0fe4d7fa9c782dc6364 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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: devel Installed-Size: 45 Maintainer: Ubuntu Kernel Team Architecture: i386 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-pae Filename: pool/main/l/linux-backports-modules-3.2.0/linux-headers-lbm-3.2.0-133-generic-pae_3.2.0-133.124_i386.deb Size: 2374 SHA256: e72d028d7f4875e94bd1db5a72f94d4630b43e66f558f83747419ba0bd91f5cf SHA1: 90219034e32aac5f894aaa12886df26805d70f7c MD5sum: 2dc1fd4a4b0ae709b9ef869e58611e31 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: i386 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_i386.deb Size: 2360 SHA256: e36c3e1c095bd2e8be3b3dfd922a97675a9536f413eabaefa2464d1ba67bfd61 SHA1: 74ff576c31c200a93e4895f4e62c27c2f71b6089 MD5sum: 4c65de49c3130e5272609c6881edac8a 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: i386 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_i386.deb Size: 2360 SHA256: 64b9ac1572c50f2e5280e95cb5323f0635a82057e3ecf7bf0a0cacf00d236beb SHA1: d0393ce75e912af7a7c84b1b7157c92c1b6e6c35 MD5sum: 8a34909120e64ea1d299f88fdb435586 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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: devel Installed-Size: 45 Maintainer: Ubuntu Kernel Team Architecture: i386 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-pae Filename: pool/main/l/linux-backports-modules-3.2.0/linux-headers-lbm-3.2.0-134-generic-pae_3.2.0-134.125_i386.deb Size: 2372 SHA256: 6a55a0a5c1ca8b41ddd9c66c89d57e30fd2859dec04bcf6f21d2f4ab2429145f SHA1: cac2c4e2759e6420cb0900dd744c88c0a9484a4d MD5sum: c05ddafff4623833e880c636d6772e77 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: i386 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_i386.deb Size: 2360 SHA256: b6014480e7afeb87461049551ec8fa421126f73744073a89c27c4a717beaaeb6 SHA1: 890d900a60b1dc02779d50c4d4b0799a2e444bac MD5sum: 2a79125b94b82a5af9a04c7fade89aba 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: i386 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_i386.deb Size: 2378 SHA256: 4e791f1b9f70379ea06845d4a80c2302daf15b4e08fbe3f86b86f57f69460e85 SHA1: 9759fc06a384d1b47f84c6cedbd8f407113b39bd MD5sum: 58d51b146302699c503ea59f72aa9ab6 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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: devel Installed-Size: 45 Maintainer: Ubuntu Kernel Team Architecture: i386 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-pae Filename: pool/main/l/linux-backports-modules-3.2.0/linux-headers-lbm-3.2.0-135-generic-pae_3.2.0-135.126_i386.deb Size: 2382 SHA256: e6751eb8d237b7ffb6511399773a5fe91b539fcefb4bf5a4b22d51526bac9b37 SHA1: 09f67c8963312e6af468f400191a0f3af7066687 MD5sum: 349c96082c61b315bc56579a1b4b838a 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: i386 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_i386.deb Size: 2368 SHA256: ee8905933e8bd77447e2a922f656e9d0db75cc2965140dd080bf48ac21a0f180 SHA1: 82a775ebc7b2782a2b9e56aaf8225b3a846f2b2d MD5sum: 0001e1b65eb1de303912e394a5e23932 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: i386 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_i386.deb Size: 2376 SHA256: 1df018991b925bb0cd7e353c43f4ad3f80de266dfcdd763144d2ec679c35ee22 SHA1: 24e4cce4305f541c29f55db884b3df1dbd6dc02e MD5sum: fbe0f2e983bcf04c96cfe8b14893f1d6 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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: devel Installed-Size: 45 Maintainer: Ubuntu Kernel Team Architecture: i386 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-pae Filename: pool/main/l/linux-backports-modules-3.2.0/linux-headers-lbm-3.2.0-136-generic-pae_3.2.0-136.127_i386.deb Size: 2382 SHA256: 277ca165349caf9b037be62f3d9f84653120f1cf454785a0ce7bdbcafc2760c1 SHA1: 15358d3214aeac80704e03b0ccf6421a610356f7 MD5sum: 3d9167f695eeb822ed5355c7540c9106 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: i386 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_i386.deb Size: 2374 SHA256: 5c5eb9ba42d98910b31e2c58d1ea1f5979ac5907984dfbbb9e0362b2f4881ea2 SHA1: 15c83929993f299d7ce68804b5a256a3ed944df9 MD5sum: cd204194d7963bfd25bddfdaa73f5af1 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: i386 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_i386.deb Size: 2408 SHA256: a50e491d3a5fade2cbe381724ecd4c4390df3244ae61981218be9e2df58a5273 SHA1: 60c276d89e0dd78056928dc3d2603b512e53aa82 MD5sum: 1f8c6ec20d2a7a65b64402cf80ce37c3 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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: devel Installed-Size: 45 Maintainer: Ubuntu Kernel Team Architecture: i386 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-pae Filename: pool/main/l/linux-backports-modules-3.2.0/linux-headers-lbm-3.2.0-137-generic-pae_3.2.0-137.129_i386.deb Size: 2416 SHA256: 067f91059aa03b091c335e2f951dc58dc90bbd788560f10c6c03dd7dfd42c3a2 SHA1: bbc7e46a98742680f60ecbf5fe2fca95a5afe945 MD5sum: 23a0b781f5e5447c39a042d95f3ab893 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: i386 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_i386.deb Size: 2406 SHA256: 01d9470a0c5c64e12acd5c304f2b76863c3b39c52974af7e19327c34d133ce83 SHA1: f3a45f367fc219a9f96d487faa321085549cfc86 MD5sum: b9c9fb34eb3c3d16e2fa503b1d00a9b3 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: i386 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_i386.deb Size: 2422 SHA256: 516fcb6fb525d899a8bb0cf1dc42e39f947dbde5c9a18b7254e495348b0fb74e SHA1: 734c6bf88490887a855ba8c88490552e8defea36 MD5sum: 9c71e10391960966b342986c903c7020 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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: devel Installed-Size: 45 Maintainer: Ubuntu Kernel Team Architecture: i386 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-pae Filename: pool/main/l/linux-backports-modules-3.2.0/linux-headers-lbm-3.2.0-138-generic-pae_3.2.0-138.130_i386.deb Size: 2440 SHA256: e02708f89c237c9eb41f977aa377c7c2e6b323826c4c19b8b4be030bb8d30174 SHA1: 522d078ac1d4528f446a09a9fddb1ba795e7cb2a MD5sum: 5d59863b4a8e5e84cb458bd019639b4a 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: i386 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_i386.deb Size: 2432 SHA256: a304e1670e0a89b5a45f75ffe7b262ea2f50c457cd9404355ad0df232bf29150 SHA1: 29256739212866ea0133734f25879c299914628a MD5sum: 75dff1206ee84f2002273ae3800dcba5 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: i386 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_i386.deb Size: 2424 SHA256: 45cfe1a6d865860a5f6e1420c030576caf5a9b456d2abf215d026d5c6143111f SHA1: b7221f7f327b8200f7354765bd3d1d5e4cccb26f MD5sum: 8a70136e4383fe089b0eafaf54154229 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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: devel Installed-Size: 45 Maintainer: Ubuntu Kernel Team Architecture: i386 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-pae Filename: pool/main/l/linux-backports-modules-3.2.0/linux-headers-lbm-3.2.0-139-generic-pae_3.2.0-139.131_i386.deb Size: 2426 SHA256: 3511a86a70749b9388dedfa5f2f2b7b02647f1e95ae99ec0523a7407897bdb7c SHA1: 608627444c7d2912818290eb27bdfee7dbac6956 MD5sum: 04bbdf868c207666f044bfd96749187f 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: i386 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_i386.deb Size: 2410 SHA256: 715d69f976c0f03c09c3fcf02ccef9abac55a6a7eb176aac705ee1843b6e58d4 SHA1: 7f1d123458ed0b501a63446332efb5c5e1d398f4 MD5sum: ac7381b1b5aadcbbdca9bace33ebad7c 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: i386 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_i386.deb Size: 2424 SHA256: be18faf6937b743222667ff22a2c2b09b502122d9a00e4e6fad04419cf81288e SHA1: 61b94e5f7325d6791f809054e7ad1627559e5f31 MD5sum: 0cfac1ecf50b02d0f49df40b9d9d677f 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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: devel Installed-Size: 45 Maintainer: Ubuntu Kernel Team Architecture: i386 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-pae Filename: pool/main/l/linux-backports-modules-3.2.0/linux-headers-lbm-3.2.0-140-generic-pae_3.2.0-140.132_i386.deb Size: 2422 SHA256: 9412ac3ec3cd913f43518be6e430105870e960ae5d24eb9d1a392de13c411ee3 SHA1: 98e8dfa3d06e5932d40d23b4b87984dfe6ae7854 MD5sum: 4c129ab1577395a9c847ae8509c6b258 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: i386 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_i386.deb Size: 2426 SHA256: 93818380f3825635e2af7350a85e7b873d79484744a39d9030040c0cda549ecb SHA1: 2ebd27bcea614e1e729d476157a4db352493baa9 MD5sum: 64b6371515d8418d757ee9d33abb8fac 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: i386 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_i386.deb Size: 2418 SHA256: f4fc27f07677f71251c8553e5c7199119e9c31256f3438617b28a4c91e80189c SHA1: 853d9c4614d67049fabcc19c9ede66aefc0ffe80 MD5sum: ff9abef91454535bdbb00a0505d96d90 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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: devel Installed-Size: 45 Maintainer: Ubuntu Kernel Team Architecture: i386 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-pae Filename: pool/main/l/linux-backports-modules-3.2.0/linux-headers-lbm-3.2.0-141-generic-pae_3.2.0-141.133_i386.deb Size: 2430 SHA256: 985586f85bfcbb44588c4c669e35343e4c2b7de951e73ddfaa5b5410057a019c SHA1: 6f619bac565d107716f388ea207977a460345fbc MD5sum: 0ffcfcd612e0c486ea2ce5a0f432be86 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: i386 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_i386.deb Size: 2418 SHA256: 298ce9e47eb6369801abd23bd1384c630b753617a7b03051878ffa6f9fd4d4fc SHA1: 4a273a7e1d7e981f68d1494ee94e42c0f4cee152 MD5sum: 8c81b6337eb67b85d54b455f3d941c74 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: i386 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_i386.deb Size: 2420 SHA256: 13f871added71c76e6eab27bbb25db179e7468d9bf14e1b1bca8a464ebba57ce SHA1: fa33b00b2367c55c5d4011da27d3bd77eeff561c MD5sum: c3dbed86adf69d1f990cbd256c22888e 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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: devel Installed-Size: 45 Maintainer: Ubuntu Kernel Team Architecture: i386 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-pae Filename: pool/main/l/linux-backports-modules-3.2.0/linux-headers-lbm-3.2.0-142-generic-pae_3.2.0-142.134_i386.deb Size: 2416 SHA256: de61273804a4eceb5f6bf2134f3ff3976f0d67b7ff7decefc73b3d280b03fc2c SHA1: 458e69f9da730f663b7d64dfa3303ad9884d7aa7 MD5sum: a8819bc4cf1ca170f14316fb9285b838 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: i386 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_i386.deb Size: 2418 SHA256: 7b0e6b48960d0744a2b80694b9ebdddde70066524c631236097ef0fbdc9c0781 SHA1: 0973d4399fd4f3f1a26e7a9fa4dd077ae8fd874d MD5sum: 68db14e90304eab21f9827762254c9f7 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: i386 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_i386.deb Size: 2424 SHA256: 11a87baa06fccc30cac464b60a1ca3f9d14b5bbb2abd316ed969ded29ec96fb0 SHA1: 8e5650090cf9ecb1480dc05244fa5b3ee2e6f567 MD5sum: c6aaefa2b64a23fd08ef9d888ba4c228 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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: devel Installed-Size: 45 Maintainer: Ubuntu Kernel Team Architecture: i386 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-pae Filename: pool/main/l/linux-backports-modules-3.2.0/linux-headers-lbm-3.2.0-143-generic-pae_3.2.0-143.135_i386.deb Size: 2424 SHA256: 647805493c771c21233a35a1ba266765e173d1e4ae99f895421383152b539f15 SHA1: 3d88ec9450a75476d2c2ac15354721dc41893853 MD5sum: d664c9ba32858a98541ee29184a35273 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: i386 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_i386.deb Size: 2416 SHA256: 2b254ff057fad0cb2daaf2c42856993567e6f5ab28e3f671962db15bee028a87 SHA1: fa5ad6507f9130c1d131e18f1c42b436b7b62bb1 MD5sum: 734c465fdbf00cdd1bb5a8859bb200d7 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: i386 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_i386.deb Size: 2420 SHA256: 8a9da69791f921c6b65b875b0a3fd9b8b420c1734cf3a71d9ceee318b56fce1d SHA1: 0666b97bd27fc6dcf490b0734fb7e73a5668bad9 MD5sum: b08d5d6aabcb82983f6c375a7d6d5990 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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: devel Installed-Size: 45 Maintainer: Ubuntu Kernel Team Architecture: i386 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-pae Filename: pool/main/l/linux-backports-modules-3.2.0/linux-headers-lbm-3.2.0-144-generic-pae_3.2.0-144.136_i386.deb Size: 2438 SHA256: 9ec5eef52d061ebba01ab89fd98f18ed2aaf23dd1a7f78cb8ba0865945884898 SHA1: 0fddb4e6a5b9288b2db72e9ebb0ce3544c8ee8df MD5sum: babcfbc2d1892f7d8a1bbbb4c3471933 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: i386 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_i386.deb Size: 2430 SHA256: f4110748d7c5f1a4767e6ab60dd6901318d4c4ce686156f2bf349dd4e01d657f SHA1: 3d1892217c426d99cf56dbf989fb740687c37194 MD5sum: 1035c54ca491e71b6565e79865f284b1 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: i386 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_i386.deb Size: 2538 SHA256: 44aae6e2471ed0be8321d15bd25445c2a5f19c7a14a2c53bcfe779f7f31bc8c9 SHA1: 1ded539277f4428c3f20f70da71728b1628de278 MD5sum: c0e83b0e5debe467ed2bf2a1b9aabd31 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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: devel Installed-Size: 45 Maintainer: Ubuntu Kernel Team Architecture: i386 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-pae Filename: pool/main/l/linux-backports-modules-3.2.0/linux-headers-lbm-3.2.0-147-generic-pae_3.2.0-147.138_i386.deb Size: 2552 SHA256: 9170140eaf770302f9421a836ae800f5791ce53809fd9c3c121faf360343762f SHA1: 56a46ffa321998e9f25a17da641ceb861f349093 MD5sum: 139b27fc3e46db587cf576f9a587074d 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: i386 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_i386.deb Size: 2554 SHA256: 7feab16316c48410d9fb5ff416a21132ca8026d1e080a47080981911203ad359 SHA1: 4431a883a5d860965e5edc571999bdfd8ac4f06c MD5sum: 74e969725404136bb363e5addef5e5ae 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: i386 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_i386.deb Size: 2500 SHA256: 9bb6cbdefa5069d2e9bb7a3cff4979f6f7334e2c05fda0da0b5a3019a58cb10a SHA1: f688f1cdd29a8bf72c919968e6d781cae8b7d685 MD5sum: cbcf9bedd030f256cc2f1fe564d5f723 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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: devel Installed-Size: 45 Maintainer: Ubuntu Kernel Team Architecture: i386 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-pae Filename: pool/main/l/linux-backports-modules-3.2.0/linux-headers-lbm-3.2.0-148-generic-pae_3.2.0-148.139_i386.deb Size: 2500 SHA256: 4d3c5edd0b32d1cb1fe437c0570cb4b1eea250b06d586648ac37dedaaae9d701 SHA1: 9c1cbbe23c2024efd63ffc70fbd7b9b2d0840b41 MD5sum: caf7c0b6a820476a101c8ce8d69dc4e4 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: i386 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_i386.deb Size: 2492 SHA256: 0430ee18684c9c1d489ca3e130eee5b6c6e0ce951974db746928ed2b5b08b109 SHA1: 719f39e5ec5397c114493c2c34ba24849ee82aa4 MD5sum: 32489294cc135ace9562ad7b6b694009 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: i386 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_i386.deb Size: 2500 SHA256: 8e079348b75e266460db8c3f11797cbb6e039fe7fe717de124c082e036adebad SHA1: 802c03fde44b6ff8586c51ebb238456bbbfc7a67 MD5sum: a1c833290355eeb10125bbfb8dec2e00 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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: devel Installed-Size: 45 Maintainer: Ubuntu Kernel Team Architecture: i386 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-pae Filename: pool/main/l/linux-backports-modules-3.2.0/linux-headers-lbm-3.2.0-149-generic-pae_3.2.0-149.140_i386.deb Size: 2498 SHA256: 05e1b824545522c0f5e0872bc3dbcc61b8440579c3d78d7de2ef90614e0a5ce3 SHA1: 5017371cd38589acdd4b032f5aa453e358f86f6f MD5sum: bcc66db8679dee227de9298c407627a6 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: i386 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_i386.deb Size: 2492 SHA256: bc352ad9c495f64106ccbeb06078f4f0179c92f1cbfbbfee0e791e3e192a946e SHA1: 509c5920ae63501ef3085d2b37e4a8d2689e828f MD5sum: 9e010b6071ca458b749f829c010b28fb 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: i386 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_i386.deb Size: 2472 SHA256: 825ed097eeab18142b04909497060937eec6c01516edcaaeb227a0a73367f12d SHA1: 0df0cbaf9d83267542602c25483f700e635b72cf MD5sum: 6a146b1852d9b8bc0f7c17a2248af4ed 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-generic-pae Source: linux-backports-modules-3.2.0 Priority: optional Section: devel Installed-Size: 45 Maintainer: Ubuntu Kernel Team Architecture: i386 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-pae Filename: pool/main/l/linux-backports-modules-3.2.0/linux-headers-lbm-3.2.0-150-generic-pae_3.2.0-150.141_i386.deb Size: 2478 SHA256: a93dd925621e8c1ab21ae9be75b7211183bf93faf8ef78e3f116a8ab16adfa7c SHA1: 98f8512101b3b16b0a929827e8f6861b378531c8 MD5sum: 1325073e51b53d824eed229e6faa4eb7 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: i386 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_i386.deb Size: 2470 SHA256: 6a983d6b4ab7b98b404d718792e285523a5876871eff641ba326a03bade5e696 SHA1: 8a39c834061e9c61f0743a1554d251a060580e45 MD5sum: bf9d24332ccb9d75b056aeca8ad6be6c 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: i386 Version: 3.2.0.150.164 Depends: linux-headers-generic-pae Filename: pool/main/l/linux-meta/linux-headers-server_3.2.0.150.164_i386.deb Size: 1730 SHA256: d851d5f6196ee7d46afbfa3fa0cdebe8b225d39cb834be81b15d9e6703b732cf SHA1: 9e086cb93456dc5ebc63f90b9ffedb050c4797e3 MD5sum: f55be7d180390120035b287a1262cda9 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: i386 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_i386.deb Size: 2432 SHA256: e451169760a170810d517a0bb9b2189322cc9b54d60a80ed515b398d267b088a SHA1: 5b4e1b9f99970d4280df9ed41fd6518c54e0e4a9 MD5sum: 260787ce061bdf2ab2d8545686713f2d 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: i386 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_i386.deb Size: 1730 SHA256: 93c708aa245cd756179976eb98987778a21268be587c4a810233d44788f95679 SHA1: f5c4ade45a6ffcce4f98644257fee53bb283228f MD5sum: 317ddfa6d79e8461081cfdd7f3a0659b 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: i386 Version: 3.2.0.150.164 Depends: linux-image-generic-pae (= 3.2.0.150.164) Filename: pool/main/l/linux-meta/linux-image_3.2.0.150.164_i386.deb Size: 1714 SHA256: a1428525345f442d0e87aec9a1e3dee35970de9d233ac0db9a706a2c575a12ac SHA1: 34de8c2deb8c080ec79d109042f4af947f12a337 MD5sum: c90f0d62d092d064ad6472e2e06a5675 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: 145319 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 52798232 SHA256: 8e71de79b4426ca7202eae49e8e863cca2ff68ebb4dbf1b72b82883d8d6e5eb4 SHA1: d92e5c9d877f01d8b8ee8af12d17a42b2ebd7cc7 MD5sum: b8cdd65312a841bd4fc841789585c61e Description: Linux kernel image for version 3.13.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.13.0-121-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 145319 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 52657868 SHA256: 9eab56d58b0e82e22ac85ea81f05b984e9b7bfe917f2e868e22544ff7a95a85e SHA1: d5ae425f38e4a6c140b01e8fa84e065e1d956b95 MD5sum: cd7434845c536202174fea9f7b6fdcd3 Description: Linux kernel image for version 3.13.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.13.0-123-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 145319 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 52893412 SHA256: 4b5a19f7c80003b9deed56154036821eae3ce51e5fcffae70bde2d353cc279fe SHA1: 60c8298f7721b1b078246eb87321609a3a1f5591 MD5sum: d7c3f6450a8f5178d498ba56a9a9ac77 Description: Linux kernel image for version 3.13.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.13.0-125-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 145321 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 52590764 SHA256: 6e3afab91c826d33c55b21bb19af669dd41fb0a497f90f493a9052dfeaeda04c SHA1: d2af347d7836c6ddd034a0de1040b1307724e8f5 MD5sum: baa0cef4d59781469c1ccb346c280c1f Description: Linux kernel image for version 3.13.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.13.0-126-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 145324 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 52572938 SHA256: e127410b4f4c9d2eb795c2dd86183204f6ddec73874559b77d08c270e6ea733b SHA1: e95f6f31576ba12992d4d3391fde0ff18a767c81 MD5sum: 43c272811182421831acb8236d96e577 Description: Linux kernel image for version 3.13.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.13.0-128-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 145325 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 52597442 SHA256: 1eb06b851977f9313414101f6a457ddcbde1d12df482d744759c18528d272f40 SHA1: 04d806bcf5efc9a20cec33ed7865c29445efd244 MD5sum: 8835b5f0cda22b8fed6d5a4660a50db6 Description: Linux kernel image for version 3.13.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.13.0-129-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 145325 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 52761224 SHA256: 037eb468cac9478440fd9f591d6775aeef5744d3e3e7e69c65c86b7b7cdca7e3 SHA1: 77d51e11b2f35a4d291ae05484cce7632a30893d MD5sum: 7e858fd6d0102be4ab10f47fce88d620 Description: Linux kernel image for version 3.13.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.13.0-132-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 145327 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 52611182 SHA256: baa046299bf757904add10aa9d43b1a2ae1be42a0e4f37515a7d35bf8c6c1097 SHA1: 5b36d66eab68c3420b84b00e8587f2992b7e16dc MD5sum: 13ffa5d7e28ff7e5017292e8bbb1be6a Description: Linux kernel image for version 3.13.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.13.0-133-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 145325 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 52613088 SHA256: 8faa3fb23561a0a0c470d8954fd617555eaa0df0e2d96ccc3f7458f87b4f4022 SHA1: 102f2fd3f7d3a293dcfb72f6d8d47917be00a287 MD5sum: e42d2fc1a22a9b7cbf4a4104b9dd90d1 Description: Linux kernel image for version 3.13.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.13.0-135-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 145330 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 52700930 SHA256: acc6194e6ebbb0d5a28ed5694c0727d7b0f6e7c8a130389453857d4741ab4447 SHA1: 083857e3c2f69aaca9cb42542b057ab86eb404cd MD5sum: 8b1bd0c9f626a9e27b2d6287cc6272e5 Description: Linux kernel image for version 3.13.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.13.0-137-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 145331 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 52612454 SHA256: 7e10d72a0fdb13a304d1a2426ff24787245277b4f1250b09316a8bfa70a5aba0 SHA1: d9743586ebb7f0a5753bd2068279493f6b41042e MD5sum: 6cccd16e529a23a9b36843c534a3189b Description: Linux kernel image for version 3.13.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.13.0-139-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 145339 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 52611528 SHA256: 5b72c2c3a4656dddfdd6993ddf54b455483be67691fccb76210f59641b62cb00 SHA1: f4471d8089adf67bf75748798d57c40b1413f7ad MD5sum: 58c8f9e7df5876330bc7899afb85ce2c Description: Linux kernel image for version 3.13.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.13.0-141-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 145350 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 52626716 SHA256: 8f3e22696c74e53e7d6274a2bea3ee56a0c5f07446ea535140c7e26e109b9572 SHA1: 7fc7327630b7ed0f3529bc622defccf69248fee9 MD5sum: eb39357c2c4b9eadf48a082e67808c0f Description: Linux kernel image for version 3.13.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.13.0-142-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 145353 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 52624176 SHA256: 560e2a853feae5f204070bbc8c0e39759cfbdd882fa005b1f7f5facf526a6ae5 SHA1: 3cb64dea2270327aaf268ea9e580fd85930b32b3 MD5sum: 0a5379b1a197906087b1005eef6b2c87 Description: Linux kernel image for version 3.13.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.13.0-143-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 146027 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 52736814 SHA256: ca99a9980d7fafc1a5c20ff4fae220e332a5cc04b1b57ffc4b77cade1f5b0177 SHA1: 4b5024f5f392a47d1719120bd0abe3528a316749 MD5sum: 326d438c79b0fd82835846c30178d0c2 Description: Linux kernel image for version 3.13.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.13.0-144-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 146030 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 52726240 SHA256: f7ae51fb3d400439d2a3261c5c6c35be654d0ed10a0f263c62bedd810f72a688 SHA1: 3882dcbf89c18cdfda2f23ae6f32202a217bc29e MD5sum: 506f098a4922bffa9460dd98d8e744a3 Description: Linux kernel image for version 3.13.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.13.0-145-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 151016 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 53006004 SHA256: 2a57b38c78eda81ec204815251d2087e35f9e13bded68ef25ad94e991e765ca1 SHA1: fcd09b27fe428dd64f498b11218124f9d4a06e2f MD5sum: 625d9677e05cb948ab101bb81f8e740b Description: Linux kernel image for version 3.13.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.13.0-147-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 151016 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 53020782 SHA256: 16497b9aa9751c51cb51f47b56bb461ab65e997440fd0ebeba678c887afc0f0b SHA1: 7c15fd7047660a272f22248e00e2ff1953310ada MD5sum: f74c3039a84ee31183927495516d7b91 Description: Linux kernel image for version 3.13.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.13.0-149-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 151022 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 52964990 SHA256: c33b1947b82437951f83d0a26833128d7b70fc8e4d8b2855f48b900dc044d21f SHA1: bbbc5824fdc824eb2e8165eced01b7be5caa7171 MD5sum: 7df802935d0bc8548b125f174d04e9fa Description: Linux kernel image for version 3.13.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.13.0-151-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 151023 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 53042788 SHA256: 0ec20441216c1aeb0acaa7809299a7dd4134b078dbdc32a853e9b59034d50258 SHA1: 9c28ef5a79b66c3143e6cbdd2776eb9febc72eb2 MD5sum: 905c3da27b3e431806ce19385344adf1 Description: Linux kernel image for version 3.13.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.13.0-153-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 151028 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 53017896 SHA256: 9a90cd39a47c5991ed6019ec1a190e452176a35b43d0d4770c502a537867d207 SHA1: edac1d6adca86427cd863b15b4e1f3f5273641a9 MD5sum: 0e6f3c463c6e40eb7504a95a59c0f441 Description: Linux kernel image for version 3.13.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.13.0-155-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 151043 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 53040130 SHA256: fb88f573b4c71a83534616789788fcf09966f64f07b3976da10b8f71f50b8351 SHA1: 36872665866c0453acb2ed21dd1bfeeba6762fa8 MD5sum: 07f1cb557b9cfbcb48a6f962753092fa Description: Linux kernel image for version 3.13.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.13.0-156-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 151045 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 53042594 SHA256: 417ccc94c8d8ce14eb267cf499e9957a96d525c21016cc39b0b4416f3dd89dc3 SHA1: a877b4625170c3a40cd3185d71e4c430e0ccd60d MD5sum: da279ed8ba4033d1acfe2d5cb0504520 Description: Linux kernel image for version 3.13.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.13.0-157-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 151048 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 53053390 SHA256: bc46249b97b869fc175c91f15fd8a57826659afda66b3d823312f05dcece9d4b SHA1: 2e24d49c545ab73884fba14038eb7bb4035bc71b MD5sum: e802c5d237eafadc03666099af0aeed1 Description: Linux kernel image for version 3.13.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.13.0-158-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 151050 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 53060318 SHA256: 11c6a95179fc43875d59dd0359a9c98aae5be30721c262f9311d9738849469fc SHA1: 618d10c1dbe23a405012e1cbeb9714da33d42e7a MD5sum: 9692924264eae8069c722a23f808d34b Description: Linux kernel image for version 3.13.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.13.0-160-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 151382 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 53115856 SHA256: 817bf24dbb447bff727540e645690eb44db335afcce8d90b5d1e2db0a430529f SHA1: c6fed6c80b1dfd76ad8e9ff62be78909af979d6a MD5sum: 29ff77473906846226b2b9c9c603e178 Description: Linux kernel image for version 3.13.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.13.0-161-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 151384 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 53138982 SHA256: 09fa494471f6510805c7a1f5e1fefe945ac1014e0d4e0b6d376f5c344aeac755 SHA1: 00fc9ab06e41703ee128b2ce1ddc884931fbc9e6 MD5sum: a74a8d308f4633309b9ab871ebd4883b Description: Linux kernel image for version 3.13.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.13.0-162-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 151382 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 53326660 SHA256: 57f5d65e3cede6ba1deae4cc84107a38338326396582407bda1aa0fcdf1157c4 SHA1: 10de38c6b0748ffb81b66ec784be4d5b1156dcce MD5sum: 6168b4e4eb67d01cfd0680b72be6ca92 Description: Linux kernel image for version 3.13.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.13.0-163-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 151382 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 53272518 SHA256: fbcb2866ce7d940f7f5023ffa6ebd3eaf463f56fad91c4704d55e1c44aea9913 SHA1: afc99f48702556e0ccfab13dba730521a69d5595 MD5sum: e07606abc58653467ed5294d6a6cd8ec Description: Linux kernel image for version 3.13.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.13.0-164-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 151384 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 53111418 SHA256: ff3e82cb03011bf3d89b000dd3780f166c60946742bf12f145a625cfef1a54a9 SHA1: 239981c79c0ac837b8c7ef50106816f115c92ec4 MD5sum: a5dea460ac3d7346c69cfb0f3a86d8a5 Description: Linux kernel image for version 3.13.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.13.0-165-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 151385 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 53184226 SHA256: b39a948bfc0df9accfd8fa3e1d9082cd0a2c06d41d825cdc5e1a4070cf591965 SHA1: 6509543442bf5dbb1ecc0c5eb56d2625ee548e68 MD5sum: 34c8892ad6e04d60ef67a5d86819b125 Description: Linux kernel image for version 3.13.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.13.0-166-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 6159 Maintainer: Ubuntu Kernel Team Architecture: i386 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 Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-lts-trusty/linux-image-3.13.0-166-generic_3.13.0-166.216~precise1_i386.deb Size: 5815750 SHA256: 0b9fc9f6069bbc652ed8b4bbfbe1ddf44ed8c79f04e8d0b7be6a7b5671eb5f67 SHA1: a90595040797025c51a77aa109420422e4cdc322 MD5sum: 7207cd344cdf1417d7d4af84c722fe35 Description: Linux kernel image for version 3.13.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 32 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-3.13.0-168-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 6160 Maintainer: Ubuntu Kernel Team Architecture: i386 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 Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-lts-trusty/linux-image-3.13.0-168-generic_3.13.0-168.218~precise1_i386.deb Size: 5814548 SHA256: 0482ea4d04e8822768cbb9d6000107eae33aa6da2c07d34f82f51dabb2cbf83b SHA1: cf00d82d616fe8fabd8022fb779de0e3e1dccb15 MD5sum: ad140b22a8b55b2769719ead2c816b1b Description: Linux kernel image for version 3.13.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 32 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-3.13.0-170-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 6161 Maintainer: Ubuntu Kernel Team Architecture: i386 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-unsigned-3.13.0-170-generic Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-lts-trusty/linux-image-3.13.0-170-generic_3.13.0-170.220~12.04.2_i386.deb Size: 5814058 SHA256: 9214ec5acd4d3a68c8f4cabff6f27c7ab5795475724c76cfad10817f61f3fc5c SHA1: c0a4bab5a3cbd638bec0c586db53b1a92fc7fc10 MD5sum: 999ec528555869961b8ac3751bbd8a2c Description: Linux kernel image for version 3.13.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 32 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-3.13.0-171-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 6160 Maintainer: Ubuntu Kernel Team Architecture: i386 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 Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-lts-trusty/linux-image-3.13.0-171-generic_3.13.0-171.222~12.04.1_i386.deb Size: 5811876 SHA256: b0676172c1a2f67cee058ed3502cb2694e2fb8adbcf2b3355a0903ca5b9fe522 SHA1: f4ba7baef407fa8d2a5cf074facf2e689fd63366 MD5sum: d392dd83734960951b2831e5ef47925b Description: Linux kernel image for version 3.13.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 32 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-3.13.0-172-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 6161 Maintainer: Ubuntu Kernel Team Architecture: i386 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 Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-lts-trusty/linux-image-3.13.0-172-generic_3.13.0-172.223~12.04.1_i386.deb Size: 5813680 SHA256: d82f8b960bb9698a4368f64fa43ddc6d6d7120f370b05c56992c37beab34f957 SHA1: 0b36746bcc06a4d77d73d89b06f7291fe8b45372 MD5sum: 8c0ef91167b02c708130027782df6892 Description: Linux kernel image for version 3.13.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 32 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-3.13.0-173-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 6161 Maintainer: Ubuntu Kernel Team Architecture: i386 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 Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-lts-trusty/linux-image-3.13.0-173-generic_3.13.0-173.224~12.04.1_i386.deb Size: 5812536 SHA256: 7e270451c52befd21ac8f8ba61886e21c04a5e5e46a373ce314f4a9974c36c3f SHA1: 574bab43c6264dbcc311d7efb788a28e409d318c MD5sum: 65c072c804987f31c4871da55dfc910b Description: Linux kernel image for version 3.13.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 32 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-3.13.0-174-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 6162 Maintainer: Ubuntu Kernel Team Architecture: i386 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 Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-lts-trusty/linux-image-3.13.0-174-generic_3.13.0-174.225~12.04.1_i386.deb Size: 5810786 SHA256: f7e48e8995e248e50ec74d114c79c2b387cdaad8bf3a6f2874d7e3a71f8c8e82 SHA1: f53ce3c1048dd1cdb36e65d158a71c43c3dc0685 MD5sum: f9756f16e3b2ba747b313695c6a86c31 Description: Linux kernel image for version 3.13.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 32 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-3.13.0-175-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 6164 Maintainer: Ubuntu Kernel Team Architecture: i386 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 Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-lts-trusty/linux-image-3.13.0-175-generic_3.13.0-175.226~12.04.1_i386.deb Size: 5814680 SHA256: 095377f2d0a2e0dfed8173e90f3567b85d6a5587be40091b13215b6b9eba0303 SHA1: cb654623af668bef55ed3cfebd15888750658d67 MD5sum: cc68d8141175524aa52c36263a139bdc Description: Linux kernel image for version 3.13.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 32 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-3.13.0-176-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 6164 Maintainer: Ubuntu Kernel Team Architecture: i386 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 Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-lts-trusty/linux-image-3.13.0-176-generic_3.13.0-176.227~12.04.1_i386.deb Size: 5813224 SHA256: 755127e3d051a64f765a61adbea9d34a5ddd9703c82988f9444a338d58895801 SHA1: 1f1e2e2469af251234a7f7e3512b86612d419c32 MD5sum: da997d7d706d55a080cd6df055dab603 Description: Linux kernel image for version 3.13.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 32 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-3.13.0-180-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 6165 Maintainer: Ubuntu Kernel Team Architecture: i386 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 Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-lts-trusty/linux-image-3.13.0-180-generic_3.13.0-180.231~12.04.1_i386.deb Size: 5812758 SHA256: 40ff20f8c643311b91b30b994502867930645e86b0daef18d3903ab61c1abdb7 SHA1: 622572e7071a0f7165500040a510c7adab38469b MD5sum: d2a525f039a9b6d69fc880a96df33afe Description: Linux kernel image for version 3.13.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 32 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-3.13.0-181-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 6166 Maintainer: Ubuntu Kernel Team Architecture: i386 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 Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-lts-trusty/linux-image-3.13.0-181-generic_3.13.0-181.232~12.04.1_i386.deb Size: 5812142 SHA256: e735ca77d31e933062b58303744763a1cfde3015ce03bdab6914d8e0173e708f SHA1: 4f5fb2b882241bb39a54378bd11416a9af7eec15 MD5sum: d8464428b13c0aae883810b23efde9d7 Description: Linux kernel image for version 3.13.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 32 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-3.13.0-182-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 6166 Maintainer: Ubuntu Kernel Team Architecture: i386 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 Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-lts-trusty/linux-image-3.13.0-182-generic_3.13.0-182.233~12.04.1_i386.deb Size: 5811056 SHA256: 3cda73f05e15a1671f91e1efc73fe8026f60c4dd36b1f27ac6e9b67d980b8b1c SHA1: 4314aae7017f7ef88a431a99c6994e1bca5b89f5 MD5sum: 949e53e1e4366c280b6a4771467a2306 Description: Linux kernel image for version 3.13.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 32 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-3.13.0-183-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 6166 Maintainer: Ubuntu Kernel Team Architecture: i386 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 Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-lts-trusty/linux-image-3.13.0-183-generic_3.13.0-183.234~12.04.1_i386.deb Size: 5811558 SHA256: c8a1473c51514e64048fe09cce93b9ee9e8850bfa096b4690b3644c598c81014 SHA1: 0dd4188aa6d04b032b0ad0c41b350177f62f8bce MD5sum: ba924bcbce5d568c4c0a9b020f527a95 Description: Linux kernel image for version 3.13.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 32 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-3.13.0-185-generic Source: linux-lts-trusty Priority: optional Section: kernel Installed-Size: 6166 Maintainer: Ubuntu Kernel Team Architecture: i386 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 Pre-Depends: dpkg (>= 1.10.24) Filename: pool/main/l/linux-lts-trusty/linux-image-3.13.0-185-generic_3.13.0-185.236~12.04.1_i386.deb Size: 5810738 SHA256: d506f4e0850f398c5cdd9e3dc8ff37d4bfdc2ae05d3f980e019e2558f53e2132 SHA1: 849e6b7c55ac0ab5b65828b20203ba269f4b7aa6 MD5sum: f013a4f2b2887096a0085ed12fbad357 Description: Linux kernel image for version 3.13.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 32 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-3.2.0-128-generic Source: linux Priority: optional Section: kernel Installed-Size: 111193 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 38323710 SHA256: 4c6eae12ca7a82a723f98af32eef9942c08b1a2c2e24ea739a73be709a8ea08c SHA1: a75482d81c81753ca848cb8a381aac8a2eb2b09a MD5sum: 52e0fcd832033d5197072690bc01ae54 Description: Linux kernel image for version 3.2.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.2.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.2.0-128-generic-pae Source: linux Priority: optional Section: kernel Installed-Size: 111495 Maintainer: Ubuntu Kernel Team Architecture: i386 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-generic-pae_3.2.0-128.173_i386.deb Size: 38523110 SHA256: ce79fdf7e727a5de9042747a0171e62a7afa5a8d447a27fdaa8ba0dad30e8cb8 SHA1: 3a54500c41c90b61a47548e84ae5f89f55704d5d MD5sum: a7dc0b624e069a77c9ba45adaa822a41 Description: Linux kernel image for version 3.2.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.2.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward 32 bit desktop or server systems with more than 4GB RAM. . You likely do not want to install this package directly. Instead, install the linux-generic-pae 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: 28270 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 12690456 SHA256: f7eff52e9a038374e483cf49b34e357c9c0afb55e97154943ab876e50e9964e9 SHA1: 77697d7c2b4a91f152294024aa8bf2242a0d1da2 MD5sum: 54a1710fd03cb43f1c6026768ab5f871 Description: Linux kernel image for version 3.2.0 on 32 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 32 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: 111193 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 38667866 SHA256: f021eac898ac632e52a3d169a66482d732e8cd053ca9f3525b39e08869c6df2c SHA1: 1653b7bb4336f8c7731afd3276b0f2f0f6498da2 MD5sum: 7e72006be2b8b2fd554a10989e005c0f Description: Linux kernel image for version 3.2.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.2.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.2.0-129-generic-pae Source: linux Priority: optional Section: kernel Installed-Size: 111495 Maintainer: Ubuntu Kernel Team Architecture: i386 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-generic-pae_3.2.0-129.174_i386.deb Size: 38960418 SHA256: 13810d0d0bfb2e9a141955a5a61762643dce4fca67c2610ba1e12abd270a86e7 SHA1: 2aaeab6b6f75ee455e126b3385beced5ed5165db MD5sum: aebbeea5a6430b463a6b9c6bb4d0ed5d Description: Linux kernel image for version 3.2.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.2.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward 32 bit desktop or server systems with more than 4GB RAM. . You likely do not want to install this package directly. Instead, install the linux-generic-pae 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: 28271 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 13071944 SHA256: 72f1bf02947642cd3417c5041f9576a8438df52cc21264981705870051cc14c2 SHA1: 4a2a53c915572c58ab971fde0ff3840207563ea4 MD5sum: a7b358ade01972cf12acd8c60fcd5a87 Description: Linux kernel image for version 3.2.0 on 32 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 32 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: 111193 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 38238000 SHA256: a1601b5e2a6981a4fd2622ea6b60e59f8e3af9d6930b157ddbe39eb8bc8a2966 SHA1: 3419cc6f0183d84e27432ebf7ac52849a574bed1 MD5sum: 22b65b7c2cb5c7b7a50ab696b38de2b2 Description: Linux kernel image for version 3.2.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.2.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.2.0-130-generic-pae Source: linux Priority: optional Section: kernel Installed-Size: 111496 Maintainer: Ubuntu Kernel Team Architecture: i386 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-generic-pae_3.2.0-130.176_i386.deb Size: 38452284 SHA256: 8bbe8f7c3b707b228dcda6de97628375354d2a1cfaae4555e89d6a88dbb6d948 SHA1: 967fe8b98ce1ddd9e854056cd2802e7f51d3dc6e MD5sum: 079af186486b6d7ac4301fbbae648a7b Description: Linux kernel image for version 3.2.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.2.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward 32 bit desktop or server systems with more than 4GB RAM. . You likely do not want to install this package directly. Instead, install the linux-generic-pae 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: 28272 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 12637972 SHA256: d9d36607915f26e9157e7bd2d13668df23620e86c67a91f6a68bff932fb3450b SHA1: 81338898c5a34264a201d486d207b7ce0e5ac7ba MD5sum: f15e9f114caac099eadbb28a267bc093 Description: Linux kernel image for version 3.2.0 on 32 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 32 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: 111194 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 38348076 SHA256: 94ff9256222484d284d4600dbb9fd57633b442cdb4717bebb3ad216fe845263a SHA1: 22bef72e380b893e65af9ea644e7a16695d6ac10 MD5sum: cb8cb626b0508d23d7ee1afdeade3bc6 Description: Linux kernel image for version 3.2.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.2.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.2.0-131-generic-pae Source: linux Priority: optional Section: kernel Installed-Size: 111496 Maintainer: Ubuntu Kernel Team Architecture: i386 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-generic-pae_3.2.0-131.177_i386.deb Size: 38473890 SHA256: 1648e87d61d1b6aceeafa9775dc428bf18e7ed47fc04b439df83395d65037012 SHA1: a0c907b88fe7de3c30b7e77c3428c242b236a107 MD5sum: a729abd0f1f82419c89d1e003f1f9e62 Description: Linux kernel image for version 3.2.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.2.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward 32 bit desktop or server systems with more than 4GB RAM. . You likely do not want to install this package directly. Instead, install the linux-generic-pae 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: 28272 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 12654448 SHA256: 8aecfe125b0ebae3bee67c027aadaf3931e187a028121d1c991e3d01ce984528 SHA1: ee93edef61d5528008a720f4522a143e9823982b MD5sum: 650a2f7b26f5f76dbdba19700ea3e89d Description: Linux kernel image for version 3.2.0 on 32 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 32 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: 111200 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 38278014 SHA256: 6c43a2583ecb2264d667e5fb9c790f4371422d970030523fa002e39080c7b7a0 SHA1: 4acc87ecf55d0573aea294454a6f051ffc9f85be MD5sum: 89473540f1da9bb7a9f5127d73c2ae62 Description: Linux kernel image for version 3.2.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.2.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.2.0-132-generic-pae Source: linux Priority: optional Section: kernel Installed-Size: 111502 Maintainer: Ubuntu Kernel Team Architecture: i386 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-generic-pae_3.2.0-132.178_i386.deb Size: 38509088 SHA256: ec768d850a2039580e0858cf09179aa14543ea75f29117f266a1c5995ffbc63b SHA1: cee2432aeef03516728bbd0dc6ad03ee76053160 MD5sum: 32dd0bea0b1e07541d7a4988f5c46757 Description: Linux kernel image for version 3.2.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.2.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward 32 bit desktop or server systems with more than 4GB RAM. . You likely do not want to install this package directly. Instead, install the linux-generic-pae 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: 28275 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 12697860 SHA256: 646c5115d05db660212c9833c82f1ac0c2f7c4909d1bdc782beea9e4b620f39a SHA1: 9771a0ccd159fd48703dc7eae9a057e7022523eb MD5sum: 747852c198a72c580dccad146bbfb823 Description: Linux kernel image for version 3.2.0 on 32 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 32 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: 111212 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 38300148 SHA256: c04233621463405834dc0823c882870dba16d49acc2c6c5e7c9ae4f3c0903457 SHA1: 28b652f1c1f10e859d009438ae9d83fbf81966ab MD5sum: ebf6906a07296b936e026e6d47d54f37 Description: Linux kernel image for version 3.2.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.2.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.2.0-133-generic-pae Source: linux Priority: optional Section: kernel Installed-Size: 111516 Maintainer: Ubuntu Kernel Team Architecture: i386 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-generic-pae_3.2.0-133.179_i386.deb Size: 38506480 SHA256: a7800f6a9bbbfa6d64a943316c2167eeff5b9321773c976930b89facf47cc809 SHA1: 699ac50251a569c32ac75761e94e3d56f7ca7793 MD5sum: 11b2f2308077ba4654e8690d044a25fa Description: Linux kernel image for version 3.2.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.2.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward 32 bit desktop or server systems with more than 4GB RAM. . You likely do not want to install this package directly. Instead, install the linux-generic-pae 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: 28286 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 12719188 SHA256: 8b7337d0ef9977c6a07a0d101db7f08e5f955bffa1456158d60b1957ed4c6f63 SHA1: 882e45f9d6d00c4a21d18c49339bf78dd45b017a MD5sum: 1a3cec71a601eae04092c4b480437ad3 Description: Linux kernel image for version 3.2.0 on 32 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 32 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: 111213 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 38305898 SHA256: 0b942a33146a407db3d1bda59b5c242f6978ebdd0ea273267c972226343f923a SHA1: bb7031ac6755dc42c5e6e11e210f3e1c55046ccf MD5sum: 031543254f3d8499149b504378079b90 Description: Linux kernel image for version 3.2.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.2.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.2.0-134-generic-pae Source: linux Priority: optional Section: kernel Installed-Size: 111516 Maintainer: Ubuntu Kernel Team Architecture: i386 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-generic-pae_3.2.0-134.180_i386.deb Size: 38554414 SHA256: d699054f5e88ebedd96b292c3e2bd2cc98c8b5a544201c6e0ca27c5c02e522d4 SHA1: 51d70289a3dff4614df764159ea4884bf9cf20dd MD5sum: c16584cd00acd4cde06459bf35000429 Description: Linux kernel image for version 3.2.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.2.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward 32 bit desktop or server systems with more than 4GB RAM. . You likely do not want to install this package directly. Instead, install the linux-generic-pae 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: 28286 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 12734260 SHA256: 3ac5f1e722e357d352a17aecace3975d61f11fb117c51eac38f333179ee28853 SHA1: 48c2ab3e3adbf4298e62dc6da2155de9f4715f11 MD5sum: 1fbbabfb55a784b2fae58ab10f8c4e30 Description: Linux kernel image for version 3.2.0 on 32 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 32 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: 111213 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 38226540 SHA256: a59ac444a61feaba48fbd724bfccb88cd9fde8e6ca5014d0ddd1cc998fd6f242 SHA1: 06a27cefe82219a11505eb05560e911360a9d7e5 MD5sum: 560bc65e5c99aa9b75ee9e7ed4f63866 Description: Linux kernel image for version 3.2.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.2.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.2.0-135-generic-pae Source: linux Priority: optional Section: kernel Installed-Size: 111517 Maintainer: Ubuntu Kernel Team Architecture: i386 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-generic-pae_3.2.0-135.181_i386.deb Size: 38457576 SHA256: 5755470963d15def66cf50275d613b857da8e53819d41e5c47cfe3ed9bc3d3d3 SHA1: e89ae3bc46a22b7d2623015f472dd33ca7fe0e0b MD5sum: a1b415f8b6c437b679862d8e21ad1c03 Description: Linux kernel image for version 3.2.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.2.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward 32 bit desktop or server systems with more than 4GB RAM. . You likely do not want to install this package directly. Instead, install the linux-generic-pae 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: 28286 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 12682598 SHA256: 7cf58daf1396607668be82dc7147f507f0bf7c0c42a83973c811cfb136718c57 SHA1: d83df37242a30b31d1d10d96d591751879863d71 MD5sum: d4e3a2bf6a17aa1dd32b67aad663c2eb Description: Linux kernel image for version 3.2.0 on 32 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 32 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: 111214 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 38326728 SHA256: ee35741e2138cbf081576223e46b829af7ef809feea2d7db48352ec70d6959b2 SHA1: 7d0e04240e1bd456486f434a8026eaadd037044e MD5sum: 213ed87cbe5e24e6fa659119c4c8c4b9 Description: Linux kernel image for version 3.2.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.2.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.2.0-136-generic-pae Source: linux Priority: optional Section: kernel Installed-Size: 111517 Maintainer: Ubuntu Kernel Team Architecture: i386 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-generic-pae_3.2.0-136.182_i386.deb Size: 38430502 SHA256: 3b50ea13359e9656e992c5db197ad42ac28592dcf9bd986d352c381362b9e89f SHA1: e57176503e102e55c8a272af5b02ee9238197949 MD5sum: 2320d04bdacebd43bf581047263c77a8 Description: Linux kernel image for version 3.2.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.2.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward 32 bit desktop or server systems with more than 4GB RAM. . You likely do not want to install this package directly. Instead, install the linux-generic-pae 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: 28287 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 12660472 SHA256: f2d02a44e54a03efa05d03a0a0d881ec8ed0838dec442bc6637ae1f3d4e4a64d SHA1: 436924cb683ea84e0a683f9564cc4913c73539a1 MD5sum: 4342c97ba6bb8ad4fdba98d209e33674 Description: Linux kernel image for version 3.2.0 on 32 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 32 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: 111231 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 38266294 SHA256: 7bfd34cd4d2c8e4a0f733d4cf865c660b601b05903c9c1cbe116bca5c42557a2 SHA1: b54a3442f58332c4b1c208a0964528e0a786c2d8 MD5sum: 9f3265371dd85b80bc78f6591ba94c3c Description: Linux kernel image for version 3.2.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.2.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.2.0-137-generic-pae Source: linux Priority: optional Section: kernel Installed-Size: 111539 Maintainer: Ubuntu Kernel Team Architecture: i386 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-generic-pae_3.2.0-137.183_i386.deb Size: 38504376 SHA256: aa9f017efab961e6cbccf64f81c3ffbaa9f1d255689b0734d33770ef31fbe754 SHA1: a4c5bd75912449a67a4434ecb88687877e6cdd1a MD5sum: aa112f3f684f8a5b1acc5828e4d1fdc7 Description: Linux kernel image for version 3.2.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.2.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward 32 bit desktop or server systems with more than 4GB RAM. . You likely do not want to install this package directly. Instead, install the linux-generic-pae 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: 28311 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 12663106 SHA256: e62369636438c1367f3ffa8b3a1384106c9a098da18afd5ac7b801be40ef71f1 SHA1: 2aede872ea4a79a5e340c56a4ec8276793fb9a6f MD5sum: b0f47e1433f1b895141c786b92e9968a Description: Linux kernel image for version 3.2.0 on 32 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 32 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: 111232 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 38296700 SHA256: 4185240cc431aa486b96924f31f6c8085b499006c65636f320ba0fa282d2d616 SHA1: fc3372efb9aa9e5d2499b909817486eb8affa9e1 MD5sum: 0af9ee936bc0a9910f63cd4f7dcdb555 Description: Linux kernel image for version 3.2.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.2.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.2.0-138-generic-pae Source: linux Priority: optional Section: kernel Installed-Size: 111540 Maintainer: Ubuntu Kernel Team Architecture: i386 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-generic-pae_3.2.0-138.184_i386.deb Size: 38528592 SHA256: 445fb31b8814318f78d948544d1ce8c9af070aac7618aa632c4793cf9bdc7b00 SHA1: 597f93ab9362b23ea4d9c01fae2ffd039f37fe90 MD5sum: a50058ac237c8034d9521a56235c7d2a Description: Linux kernel image for version 3.2.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.2.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward 32 bit desktop or server systems with more than 4GB RAM. . You likely do not want to install this package directly. Instead, install the linux-generic-pae 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: 28311 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 12751438 SHA256: c7adfdd119278b9f5b008f73020826fe9e4cad3e25dc745a314215d3fd55c40a SHA1: 6e999cc3336971da513012b4f7b1341a49759d13 MD5sum: 8a1aee3ab95ca1eadf98672ed4340136 Description: Linux kernel image for version 3.2.0 on 32 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 32 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: 111235 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 38389040 SHA256: 97df6f954bc2bb65740d566622589187cb2f085b5ecdc4fa53c26de9144c89d7 SHA1: dd5f683699261ecd85e0101b4bfcdbffe0660ef5 MD5sum: cb6c8bf4c9526da1944c8adbf86fa280 Description: Linux kernel image for version 3.2.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.2.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.2.0-139-generic-pae Source: linux Priority: optional Section: kernel Installed-Size: 111544 Maintainer: Ubuntu Kernel Team Architecture: i386 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-generic-pae_3.2.0-139.185_i386.deb Size: 38586036 SHA256: 0fcc33363f116a928f3105f38ccdbf12ac9a463b3f7c3256255756fce8548086 SHA1: ef49d673ad94ff577e97c20260e1352ab761f609 MD5sum: ea8efbdbed9923bb3eb7fc53d9a6050e Description: Linux kernel image for version 3.2.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.2.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward 32 bit desktop or server systems with more than 4GB RAM. . You likely do not want to install this package directly. Instead, install the linux-generic-pae 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: 28313 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 12768944 SHA256: fe9e8e77e926bf26bfb223cb5e9128f622bba7e6bd98e8cdc15696ca941de855 SHA1: 0c85e13cb7e7fc11e1ee2e467c5a79f3d3f213fb MD5sum: bd9ed12b0a8330d5e54dfa082ec37de3 Description: Linux kernel image for version 3.2.0 on 32 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 32 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: 111240 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 38370238 SHA256: 41b2bede755f405a44826711048801d831d7f7560cc678b873f6150058b974f1 SHA1: 2822a70a9fc0d63da5d95f04acb6f4952da531d5 MD5sum: ff692c9411b4487f0e6d1c483bf24f1e Description: Linux kernel image for version 3.2.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.2.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.2.0-140-generic-pae Source: linux Priority: optional Section: kernel Installed-Size: 111549 Maintainer: Ubuntu Kernel Team Architecture: i386 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-generic-pae_3.2.0-140.186_i386.deb Size: 38591996 SHA256: 9a46884b7cbc7fdf0800888963ba69b98ed681c7217427328da70e176dfc7abe SHA1: a3734f74c0cae386c2eb0ba431570ee796c2c532 MD5sum: f6f8f38c4a17256fe1a2631cb24f4d13 Description: Linux kernel image for version 3.2.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.2.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward 32 bit desktop or server systems with more than 4GB RAM. . You likely do not want to install this package directly. Instead, install the linux-generic-pae 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: 28319 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 12747992 SHA256: 62103d494e9414d6f7c95e722a32e77eddde8228f9b989f154f6fb451f23635a SHA1: e7ec55fd81e462c12aea14c08a23d98e7b22eae5 MD5sum: cf9741bb10ff672ec8a83205017ea313 Description: Linux kernel image for version 3.2.0 on 32 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 32 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: 111241 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 38285338 SHA256: e0c415195db00707174554e248cfbd2e8ac9be85f05fb6d39e20019f573f944d SHA1: 036bc3b4f7a40cbde3daa228bde5d3bdebd988fb MD5sum: 16e2191645cb57de46d304a75590568c Description: Linux kernel image for version 3.2.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.2.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.2.0-141-generic-pae Source: linux Priority: optional Section: kernel Installed-Size: 111549 Maintainer: Ubuntu Kernel Team Architecture: i386 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-generic-pae_3.2.0-141.188_i386.deb Size: 38563588 SHA256: 59e02dc178cc6c4464507d1ae4e37c1e2122d41572a5ce623c90c5162f65fe4f SHA1: 41ec6470b8bbe766fb9929ea044a97a6c5174cdd MD5sum: 4c1a97df6429eb073369b865f52cfd3b Description: Linux kernel image for version 3.2.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.2.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward 32 bit desktop or server systems with more than 4GB RAM. . You likely do not want to install this package directly. Instead, install the linux-generic-pae 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: 28319 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 12701686 SHA256: e266285557215eb327a368fa9b9436e374de26ba4ae7f4707845c972530408e2 SHA1: b42c2b450a45bf018ae158fcf8cef7ff43b43d71 MD5sum: cb4934c81d0af025dbbb3b0db72549a7 Description: Linux kernel image for version 3.2.0 on 32 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 32 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: 111243 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 38333672 SHA256: 13034f98d0e2eb0c9b2393f3d25e8a7ac0a37094cc8cf966d3e63d8478d67ec7 SHA1: cfc78aac1c523b3879b05c40b3dff9dfa5794a42 MD5sum: 46b3898a4db939ff408f6364a63280f0 Description: Linux kernel image for version 3.2.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.2.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.2.0-142-generic-pae Source: linux Priority: optional Section: kernel Installed-Size: 111552 Maintainer: Ubuntu Kernel Team Architecture: i386 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-generic-pae_3.2.0-142.189_i386.deb Size: 38558264 SHA256: 119ff6d99c53205c62050e8a978daff0c83cefbf84ea21af3a116658e3a25031 SHA1: d9c32153edb9ce0887735214c39f60f94598bd5d MD5sum: 2f7cf4e320bd150d525f84215d3c4f60 Description: Linux kernel image for version 3.2.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.2.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward 32 bit desktop or server systems with more than 4GB RAM. . You likely do not want to install this package directly. Instead, install the linux-generic-pae 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: 28322 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 12759580 SHA256: 95137080d730c4d1200c1aa41bb84d5a038c9083fbb714d7f61be695bb1e5b4d SHA1: b9713842ccc780b810bc549d791071898bf4a9a2 MD5sum: 8ddc04f3132e822365f67aa36294b0b9 Description: Linux kernel image for version 3.2.0 on 32 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 32 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: 111243 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 38380018 SHA256: a9e9a927cb1bfedcc764e4b9e71e75200e6eb16bc04ab9e5f715f6ecad714693 SHA1: f4a81280ce612b9098608b9d50c9df6076124ce8 MD5sum: cf1d2b048104ac9eea1b5eadc40e42c0 Description: Linux kernel image for version 3.2.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.2.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.2.0-143-generic-pae Source: linux Priority: optional Section: kernel Installed-Size: 111552 Maintainer: Ubuntu Kernel Team Architecture: i386 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-generic-pae_3.2.0-143.190_i386.deb Size: 38576380 SHA256: 76d32f5d1c4144b6cebad3983249dce40859787345ccae71a2b9e99c9e1e3caa SHA1: 3742dfbe8f4950fad60ffcfd60bca7c7b9248358 MD5sum: f3fa561822519588038728903b44695f Description: Linux kernel image for version 3.2.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.2.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward 32 bit desktop or server systems with more than 4GB RAM. . You likely do not want to install this package directly. Instead, install the linux-generic-pae 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: 28322 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 12704948 SHA256: 5585371d60c4bc25c4be4dead77f6930dd7430c1d02814ad5e7f6333d8bdc667 SHA1: c813e3790e87d74f16aefe1db9d827625e025ba1 MD5sum: 964581edf9e0e5d4c34ff086bde7bba8 Description: Linux kernel image for version 3.2.0 on 32 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 32 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: 111246 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 38282900 SHA256: e3347e1b5868d5fbef22b5ba6326843e51729575cc6cdedbbada20a01dc23acb SHA1: acb761c9fc9669d58a4839457523c55d619ff28b MD5sum: 16b378a64334c2cc6f94791219cd44f0 Description: Linux kernel image for version 3.2.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.2.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.2.0-144-generic-pae Source: linux Priority: optional Section: kernel Installed-Size: 111554 Maintainer: Ubuntu Kernel Team Architecture: i386 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-generic-pae_3.2.0-144.191_i386.deb Size: 38548128 SHA256: 0d279a3ce078c1eeee6f1116611568b7187128b6a89185fa7e4a46934a64de4a SHA1: 619c02170d5133e6471c33714b053c2690abdc9a MD5sum: 86a60115e8a996cae47219c371c29bb5 Description: Linux kernel image for version 3.2.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.2.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward 32 bit desktop or server systems with more than 4GB RAM. . You likely do not want to install this package directly. Instead, install the linux-generic-pae 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: 28324 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 12675000 SHA256: 31a5c049c9617598f90694281e26208683701c61b155184c541f41fb563da811 SHA1: e1691a0e2ce0adf636369037b3f3a9afcb654450 MD5sum: 4aac69e064ae5b58a16c39636a6c7ad6 Description: Linux kernel image for version 3.2.0 on 32 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 32 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: 111248 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 38283552 SHA256: 61194b4fb5728e32bd545838f7dacdbe0a8e56d10563ce8ffd49443cb91617fa SHA1: 97b6ae395eff3384b618085048547e89c335455e MD5sum: 6130aba619573b5aa6aa6b7b0bf17c4e Description: Linux kernel image for version 3.2.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.2.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.2.0-147-generic-pae Source: linux Priority: optional Section: kernel Installed-Size: 111556 Maintainer: Ubuntu Kernel Team Architecture: i386 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-generic-pae_3.2.0-147.194_i386.deb Size: 38516376 SHA256: 4f55d2444d62c8015a7b38b857c2559e3c80d6d0c4ace8e3a6c402b2ed0980e6 SHA1: b2bbe86531b8bb1c5f523eaee8f66036ae677d15 MD5sum: d0fc2dc9bbf398031f0a32cbc0dd193e Description: Linux kernel image for version 3.2.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.2.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward 32 bit desktop or server systems with more than 4GB RAM. . You likely do not want to install this package directly. Instead, install the linux-generic-pae 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: 28327 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 12713538 SHA256: 64eee60e34dc5d92aa726e04835feaffcb65329ba39e1acfef0cd59b6c81d9e8 SHA1: 905ad70ff026655017350a05d99cde4c746b671d MD5sum: 712c71fff56308ec326f928d81138733 Description: Linux kernel image for version 3.2.0 on 32 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 32 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: 111249 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 38337746 SHA256: 33ddb8b42fc6780356f84f39f2df11df5ac5ac7e424845f10272f91688e2f755 SHA1: 098d0dde772e44528a5231d2af71364cdf4b3f64 MD5sum: a755ef2cf3517f76998a5f76ad63f53a Description: Linux kernel image for version 3.2.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.2.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.2.0-148-generic-pae Source: linux Priority: optional Section: kernel Installed-Size: 111557 Maintainer: Ubuntu Kernel Team Architecture: i386 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-generic-pae_3.2.0-148.195_i386.deb Size: 38585208 SHA256: e5b972e73c80f20410ca7bf5e29e7758df3d1f7c0f6275ff0f543fb4be92d9b1 SHA1: 4e476b09dc00e8b1998b78a3c60da40a024fed6e MD5sum: 32f5de7cbbe3e358bc5c3d9cf06866e3 Description: Linux kernel image for version 3.2.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.2.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward 32 bit desktop or server systems with more than 4GB RAM. . You likely do not want to install this package directly. Instead, install the linux-generic-pae 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: 28327 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 12741736 SHA256: 309d4ba898bd6c97d6a7e55443910f0d71d83e583ca50fac771dec0cb3dc5dce SHA1: 94d07b451efe81f85e31dcefe6af32a01fce022b MD5sum: cfcf5ec9dec5225535db06793246b0df Description: Linux kernel image for version 3.2.0 on 32 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 32 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: 111249 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 38324670 SHA256: 7bdb612431dee80a4a0fa150598e461a79e9c2033b0f7fabb1d3eb146a0f63a0 SHA1: abda1cee0bbcbcb51ce96d84233343426e12c9ed MD5sum: 24bc04ae4577834424c893db7ecc7976 Description: Linux kernel image for version 3.2.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.2.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.2.0-149-generic-pae Source: linux Priority: optional Section: kernel Installed-Size: 111557 Maintainer: Ubuntu Kernel Team Architecture: i386 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-generic-pae_3.2.0-149.196_i386.deb Size: 38525288 SHA256: ce6ca7b61e3f6ae551fb8f590f876b72408f65043bcb70ca68cd0cd1fe3f351b SHA1: b5fd82b2bb2ad2d940b8b4156d3945a869c3260b MD5sum: 622e92c126603af0ab17c739c5f52596 Description: Linux kernel image for version 3.2.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.2.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward 32 bit desktop or server systems with more than 4GB RAM. . You likely do not want to install this package directly. Instead, install the linux-generic-pae 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: 28327 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 12748636 SHA256: de475fc50f4eb8d2f3712a7b34d22b0d9aef62d5c500e72866f51aa0ada2abf5 SHA1: edf235ec5c4fb85f97cf9a7379d908d28b94a507 MD5sum: 0225517878d5bc889eacb46b3bb6c25c Description: Linux kernel image for version 3.2.0 on 32 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 32 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: 111251 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 38438524 SHA256: 3634e9c2a3933fc63cda729281d3544f58168776047c3be1e7cce2241d576c18 SHA1: 346fd9737ba81f91067eefadf4f8a507d53d57d7 MD5sum: b265d5a04b1060eed42c99ca6f487513 Description: Linux kernel image for version 3.2.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.2.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.2.0-150-generic-pae Source: linux Priority: optional Section: kernel Installed-Size: 111559 Maintainer: Ubuntu Kernel Team Architecture: i386 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-generic-pae_3.2.0-150.197_i386.deb Size: 38642454 SHA256: 7f282a8d8da34a0367672f9d28b56b1a0ee65414e2138fe7ff475209567f8a1c SHA1: 303d02d48935aad06f6f752eb6232b49bacba117 MD5sum: 469d3f6d868192b0c9dcbb430168ce00 Description: Linux kernel image for version 3.2.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 3.2.0 on 32 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward 32 bit desktop or server systems with more than 4GB RAM. . You likely do not want to install this package directly. Instead, install the linux-generic-pae 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: 28329 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 12798106 SHA256: f480f4f689fdbe2fe5674a9c7e87aea69f3d2f13d5366a4f14918c472af7e0da SHA1: c345efd0db0cd4408fc2885b2f3aa93fa406d25e MD5sum: d01d3197d9cdad96ce853712ae95907c Description: Linux kernel image for version 3.2.0 on 32 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 32 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: i386 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_i386.deb Size: 2472 SHA256: deed25b786649b54b4f5cdd30647f95037ba9233c0cea8d3ce597482f5b91eb8 SHA1: adc03a1c4f63b7fc4b5159a4b45f4d549cc26697 MD5sum: e345e7df11ecf51fd0f16cc395da2e00 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: 83805 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 25758758 SHA256: 17898e58f0008227792b7672dd2ed16ea7248d45ec54e6f0132395f4ab78bc70 SHA1: 0ccde89bc1736ea4177dfc67487fcba34173fca3 MD5sum: dbc11d8a11c64211f3a38ab11d011a1b Description: Linux kernel image for version 3.2.0 on 32 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 32 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: 83805 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 26082052 SHA256: f97d3223d73cd3bde24540439a473fd55cacd6f5105e5be17284d5d9a4b46bb1 SHA1: 466b998390d18b5992a6e9755480bed9bb14bbfd MD5sum: 70c68fe955a62554c4bfeecfaec58a6b Description: Linux kernel image for version 3.2.0 on 32 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 32 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: 83806 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 25747904 SHA256: fa25562b3e657e6386fb166645c8a24b22fc3aa2ca3715bc48f4d708d58f4a42 SHA1: 4172d403038e809f8c6151d0529c4f217485aef8 MD5sum: abdb82bfc9ae4bb3973060d04744d997 Description: Linux kernel image for version 3.2.0 on 32 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 32 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: 83806 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 25837724 SHA256: 2165e9af5e75a514bf07f804ebfbf65602bfa15ee40a21d3cac1992ef312e79b SHA1: f45db88ff84ddfbe34c6cb1be3d0e2297a59225a MD5sum: 855b326da61e5254e92ef3237b131ca2 Description: Linux kernel image for version 3.2.0 on 32 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 32 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: 83810 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 25805204 SHA256: 95bb05a76332a71cac15ec9a1c7548dd1889a9408262816055a5989637662675 SHA1: c7b4d0d34c53c0a3ef230f37aa625d747ec43a23 MD5sum: 36f2ebc6d66d79b72ee9c2f2326600fb Description: Linux kernel image for version 3.2.0 on 32 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 32 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: 83811 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 25802086 SHA256: 54526c6d30fa36ca529c9733b7c6ef72531ae6f879660a33746e2838f4cf7211 SHA1: db2ca92538aaa5667cba31d4a48a156f704f303e MD5sum: dbe105d4c2cf8d05137ddd6303314fee Description: Linux kernel image for version 3.2.0 on 32 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 32 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: 83812 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 25818092 SHA256: b14f16e56648c578873d889503c49916866b583fd353880b830376402530a2f3 SHA1: d395f1608a495c11ed330c41bd2ea0f7b2929afb MD5sum: a246a3ae4fd5e8b4803d9a1ba6a3abb5 Description: Linux kernel image for version 3.2.0 on 32 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 32 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: 83812 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 25770966 SHA256: 18baa753b7b49630f43b481ddcbb5447eb0315a81aae5c9059c536bf2a6cb997 SHA1: 5996128651cb425708e67aa070978ed975313e97 MD5sum: b22b4b7887ac7a8623acd202793b5a68 Description: Linux kernel image for version 3.2.0 on 32 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 32 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: 83812 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 25765886 SHA256: e0dadfd302114e75254eb2730afe0960c37879ac7de9662370873590afeb4de9 SHA1: 9d8bdce26ebe6140c2041484fed444ebd0e63e7d MD5sum: dee693b4c48dd49aeb1d02c73031ca12 Description: Linux kernel image for version 3.2.0 on 32 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 32 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: 83814 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 25741034 SHA256: fdd5f40929669ad94bac650a739ec8b645bec210a3aa0ae1a3f73a3f602133c6 SHA1: 0fc8b09e547fe8fdd23ebd07e6c6ee13319d4643 MD5sum: 44765019a6fa7290301e89ad8e0dbabd Description: Linux kernel image for version 3.2.0 on 32 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 32 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: 83814 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 25790050 SHA256: 729292d95d02a15a5b98d1eef409dd2ccee6311fd29123b9343afa953906cd0a SHA1: c7f59ce07cfc6daf928c5c720471a5255e67051c MD5sum: 7e9675b9edda9f9df0047dbb48e9ae46 Description: Linux kernel image for version 3.2.0 on 32 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 32 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: 83816 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 25768064 SHA256: 21cc7fa3e4d946e4ca08152b7d3deacb9d029cd407bca1d8ad71588035610ab1 SHA1: 0ba255ade1aef6745885f26a26c55d9c191733f9 MD5sum: eb820ccb19ed96b4170665df5f7a3a96 Description: Linux kernel image for version 3.2.0 on 32 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 32 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: 83817 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 25754432 SHA256: ce785cbcb8f1f37e2007c5d5e63b2ac4a68feaefa210e5105af5e6b0d40daa24 SHA1: fbb66948235ef8e3c5fe64445e9707bcfdbb744e MD5sum: a0d38eb03247064d99fa69d525dc216b Description: Linux kernel image for version 3.2.0 on 32 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 32 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: 83817 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 25813016 SHA256: f4ecfcbd3827287ce40008116b7958f92214c288f03d2f483fd0e6eb0c3257f9 SHA1: 1994b0a7acfded8b2f872a1f44b3d65dbb8da4a3 MD5sum: cef553ac58ff1e09e4df9be76d378df3 Description: Linux kernel image for version 3.2.0 on 32 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 32 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: 83818 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 25775430 SHA256: 0e4403e9577078d85673d0a2f73d6fb7637d80994bc5572ebddcbc45eea0b1a4 SHA1: 876e9e9bb4ca5134b4312e095228caf7766ff622 MD5sum: 35678e4e0e9cbaa910db7fe67b79e4ed Description: Linux kernel image for version 3.2.0 on 32 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 32 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: 83818 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 25774570 SHA256: 53d932a703d7970265fe80519ce13c45b06672abf076ddf6c047aa2e134c06f3 SHA1: 9fa4f00278b45c6d85057593eaafc12b48c30b8c MD5sum: e23a9e6c2c69b5fb5646b2510cf67c74 Description: Linux kernel image for version 3.2.0 on 32 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 32 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: 83819 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 25751518 SHA256: 059e7fd4f6d9110f8b342839b441888a33adefe743b97e86af4091072ba6348d SHA1: fe8460ec871e740c3eba87b72c9abea26ecb4f18 MD5sum: 6fa3dc478cd23aca3f01d12db5e299be Description: Linux kernel image for version 3.2.0 on 32 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 32 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: 83819 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 25785752 SHA256: 0117d924c4223030979c5ac5739599e4a50b2a73a90abb7fab6168996db90345 SHA1: 5788850624de196eba020321e112ed9d8d410176 MD5sum: 93bf6e6fcede48271eef2fd8569230d2 Description: Linux kernel image for version 3.2.0 on 32 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 32 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: 83819 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 25815954 SHA256: c93a0edeecb127e84f1ef9e8c127e3ba8342bfff0f95a900fb7611fd43a721ab SHA1: c0029e8ef2038c99e8b7c32c2c10d8f6551355c1 MD5sum: 53dc3839f07ece8f5be4188937145e05 Description: Linux kernel image for version 3.2.0 on 32 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 32 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: 83819 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 25784472 SHA256: 53c975bcd6201f3358f217f457ce05fddcf27c4eac29f623108e5901c84e145b SHA1: 37895940eb4fed8bb77d04221df2cd7757a377d9 MD5sum: 675f0a8caead984a7f3e8b454a78ce5f Description: Linux kernel image for version 3.2.0 on 32 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 32 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: 83819 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 25776652 SHA256: be8ed80be12094531d0cf9c9a4e7833650774410ae647d9c087cbb09fdcb18e8 SHA1: bfdf5ccd89046a85e0fc80799c1f57c1e68b7bfc MD5sum: 70aa27825e59dd47b72d1507713d952e Description: Linux kernel image for version 3.2.0 on 32 bit x86 Virtual Guests This package contains the Linux kernel image for version 3.2.0 on 32 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: i386 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_i386.deb Size: 1740 SHA256: 4de1a56a6548c9db8237bc0a55f2e45567039c31a51ad28fa4b73e7a4d935640 SHA1: afb0e00eb24b4ae30328ae419608c7ab9c240664 MD5sum: f9dc675c424940eed22a1ac6faef93c4 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: i386 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_i386.deb Size: 2480 SHA256: 6b23d7dc1aad66ad66a3d49e52ec178d681dd8e41991dc1ab545b393596cedcb SHA1: f56db16db894b58253b9b1f113960110277b5072 MD5sum: 0bdaec8603ae836c697d2f770867b2e6 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: i386 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_i386.deb Size: 2546 SHA256: 6a868a0be03248a2d128abbc3bf12995cf028e78457e4f086a7293d53703f68b SHA1: 98d96e7a1f2d88661dd52b4e016f949e78df1907 MD5sum: 244246c4c3667412c06f63949f14ba2c Description: Generic Linux kernel image This metapackage will always depend on the latest generic 14.04 LTS kernel image available. Package: linux-image-generic-pae Source: linux-meta Priority: optional Section: kernel Installed-Size: 34 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0.150.164 Replaces: linux-backports-modules-hv-precise-generic-pae Provides: linux-backports-modules-hv-precise-generic-pae Depends: linux-image-3.2.0-150-generic-pae, linux-firmware Conflicts: linux-backports-modules-hv-precise-generic-pae Filename: pool/main/l/linux-meta/linux-image-generic-pae_3.2.0.150.164_i386.deb Size: 2494 SHA256: 8807e7b7243b858fc04e2de8f826cfa4a508e847c8e41d57bf557ac9559df885 SHA1: b2396b935cf69b1ed62962bb99c76f6020371dac MD5sum: f2a088adb68ae17d145da4e05287191d Description: Generic Linux kernel image This package will always depend on the latest generic kernel image available. Package: linux-image-hwe-generic Source: linux-meta Priority: optional Section: kernel Installed-Size: 34 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2444 SHA256: 2ca035df5b33f526e950e053922e388a4910c7d7e075d7280e65a2ce42cdfc06 SHA1: b36f63abd7b3dac3f0c55569fe78b01e6141e918 MD5sum: 683a9cdb87be58b42a6529a869a2a6f5 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: i386 Version: 3.2.0.150.164 Depends: linux-image-generic-pae Filename: pool/main/l/linux-meta/linux-image-server_3.2.0.150.164_i386.deb Size: 1724 SHA256: f3a3ff251ef18ea85aeb57ba7a5be31bfa07a042a010235e38242456f91d2aad SHA1: 5a794f2ae923296b02de0ecc7512537727f44cf4 MD5sum: 01f230f6d6ac106a3c32a1c4c03b0130 Description: Linux kernel image on Server Equipment. This package will always depend on the latest kernel image available for Server Equipment. Package: linux-image-virtual Source: linux-meta Priority: optional Section: kernel Installed-Size: 34 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 2518 SHA256: 4742fd875911adffbe25252971663664da77a9fc04db118a0da9c369704acf58 SHA1: 091325827d571e74c15a116a3577d06621a5db31 MD5sum: 0d0eff0d92c9f1f9aca933e00bb24214 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: i386 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_i386.deb Size: 851012 SHA256: f543b4fe58c6363e3a6880816170fcb381bd42edc79f1d65064cbe5226122cd7 SHA1: 6c1c328b21374b384dd48fbce0c79c83a0b29fc8 MD5sum: 88f1ce16b870614c663b3e7a6898ca35 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-tools-3.13.0-119 Source: linux-lts-trusty Priority: optional Section: devel Installed-Size: 1398 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-119.166~precise1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.8), 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_i386.deb Size: 747422 SHA256: 4602be7e09ae299ed29d9b5519c51263b5fc448534b0786d48a7deea48b11e05 SHA1: 672a9bc9b3785d692b95cc7d7828f354f6d95640 MD5sum: 8a1f126a4391b9e2d7a6628e5f413635 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 32 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: 1398 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-121.170~precise1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.8), 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_i386.deb Size: 497252 SHA256: d78f89bf572fb2236369b747916bfefb120b08e1842a636d5230d3fcf2159311 SHA1: 4baca4e079725155be20ddac8302bd6544528b3f MD5sum: f00416c0879a78585a8de7e5e33814cb 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 32 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: 1398 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-123.172~precise1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.8), 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_i386.deb Size: 748292 SHA256: d4cc18ced530c29fd50a8cb13b55f9c849bfd2416e207454f9f30daeb399a52c SHA1: f7f8d7e55bd357ecc6913c86c3868ec035c05602 MD5sum: 44aa99bedcea538e82136704c2ed3478 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 32 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: 1399 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-125.174~precise1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.8), 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_i386.deb Size: 498510 SHA256: 6398efe88b9d7883941b7043aeb995ef2dfc8505e59d22e3c0797e78459c907a SHA1: e452db1385872cd2ae50311ea51cd049ffca601e MD5sum: 9e4d0b50183c7e8ab10e22b365690017 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 32 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: 1400 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-126.175~precise1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.8), 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_i386.deb Size: 499130 SHA256: 54d0d5a137184542b591b61d8ae42c1d8c5194aa9aacb63f07da7dd6bee2ba29 SHA1: 84e9c097d01d2449cb0a5e3f0995c95564e2f9cd MD5sum: f51c3261ab494669aed4af054467d9bb 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 32 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: 1400 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-128.177~precise1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.8), 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_i386.deb Size: 499540 SHA256: 89306a398f9edc3ea1470ea5876db181e67f272e74698c210f2b34d70492a55b SHA1: a28389dc9d63c4fbfa91304b5b2d90e504a085f8 MD5sum: fc129163b804471ea631edca8a1c4807 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 32 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: 1400 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-129.178~precise1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.8), 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_i386.deb Size: 498478 SHA256: b140be697b10274c0d27eec11b51d9d4acb3b8e3df4a71fed8748b81b00ac471 SHA1: 2df80996c6a48f65c63a2b1b56b4c0512a8e59ff MD5sum: 71a1b50f5595e920a86aabde233f834f 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 32 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: 1401 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-132.181~precise1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.8), 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_i386.deb Size: 499314 SHA256: adf018221a6d9e64442255ea1cad45f8a84e0a2cdcaab06c95d0e5e03cb27faf SHA1: 522e2524639ce38911dfc3c65c330ffebb507d67 MD5sum: fa76289a06035f530f12068693f1b1a9 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 32 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: 1401 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-133.182~precise1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.8), 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_i386.deb Size: 499238 SHA256: eccdd272384d258c7707dc30113880930e8a217bb969045bb92abbabc53a72c2 SHA1: 5e2aa3620a2cdab91a73444a516811c9488757de MD5sum: 89fcca57faf6263458f1d0807d18ba75 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 32 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: 1402 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-135.184~precise1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.8), 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_i386.deb Size: 498074 SHA256: 92fdfdaa4d9e3469b5ea0a261951bd0b50d0b2aa48db7c04a4b9ed141144ec6f SHA1: 571899275a167ae35f4d7d1fffa6cae4f3c0bf19 MD5sum: b0b108c23375b04d9841100689653a63 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 32 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: 1402 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-137.186~precise1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.8), 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_i386.deb Size: 497598 SHA256: 4fcc0b03f487132418549f43a1e41c029222811513eed97b1d6f34e7d974a262 SHA1: 1a9f0e5139c19d2b8a78abcd4ac743f6af1f29b8 MD5sum: bd051a2c8c6427a8838e445e14c5f6c6 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 32 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: 1403 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-139.188~precise1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.8), 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_i386.deb Size: 498770 SHA256: 6fca6b1ab3dcd21223d8b292a6a23fceb8935df034be6e346be2a15d268e72df SHA1: 5790b009ea47767c61e1de48f2a62948a6a6d22e MD5sum: 87d33eb4b5a565e362a2584624543f35 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 32 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: 1404 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-141.190~precise1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.8), 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_i386.deb Size: 499074 SHA256: 0f2bb32b73bc67f51dc1d39b2fa9842f0f5de021245b3933e6d3e5f1ece682cc SHA1: 05638e7531b2e698b58286a510f5556a58f668c6 MD5sum: e3412bfc791649bdc9a0b068299a4fa8 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 32 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: 1405 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-142.191~precise1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.8), 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_i386.deb Size: 500552 SHA256: cb84e6b6e773b39ede20ab0f2ed475eb86acb1ca5763009565ddb277102eb8f1 SHA1: 065b26e5f8fbff1713da81899005c925351ad064 MD5sum: cdcc8c044717bfb54bc4bc3c3e4073b1 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 32 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: 1407 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-143.192~precise1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.8), 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_i386.deb Size: 501960 SHA256: cbe512f5a26faedfe607799e424baa1754c313b4d9b78ae6b096c1ff7be7d8d6 SHA1: 33f18dcfabe055a18c12ebfd42b0bf1e06fdedbd MD5sum: fcc4a7d9b3ec6b0d1c140607a7089369 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 32 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: 1407 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-144.193~precise1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.8), 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_i386.deb Size: 502720 SHA256: a6ec2f7ad525bb9b77367feba336f6307a9da0e56b14f7af906b88890fecc656 SHA1: eaf55a44bac139982c57d63b79412bccea06f063 MD5sum: 885b180f46c3117605e0061d6022c8db 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 32 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: 1408 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-145.194~precise2 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.8), 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_i386.deb Size: 503224 SHA256: 8a17eba848cae28a17ad9aa0c1f14b8dc21ab6933eb6a4841d4c6d4debf7c60c SHA1: c99a19642c69b85af9513f84de83a1b7867c5a2e MD5sum: 55d604b8cadf674c140960f1fb599601 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 32 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: 1408 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-147.196~precise1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.8), 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_i386.deb Size: 502938 SHA256: dba7398f8bba6b49cbb1e81f048e40d8b3619e6d500028ad6525f4c4f0f50af0 SHA1: 8f295377745bed21a3ba74079762ee948bda322c MD5sum: 4472eea3811ddbfe47d4f90ecc22e0c4 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 32 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: 1410 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-149.199~precise1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.8), 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_i386.deb Size: 504316 SHA256: ad4eb96aa8c30f02e0415f2c86f56873af4afa130534f07e467cfd921ffaa1d8 SHA1: d1d40a0a10352f16127f4b3b0975a3ccaf25b715 MD5sum: b4e48fb0f7ffd3f20ade18a3ac44caed 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 32 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: 1410 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-151.201~precise1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.8), 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_i386.deb Size: 503602 SHA256: 1d08ad5cc2934edd5b8e69fc188c4a8c44783841e9d8f56a131499281f6a78ee SHA1: e52737b5304c73052d8d609aade679b6c88f89e5 MD5sum: 2d93202cf38785e26b9a04636023a91a 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 32 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: 1411 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-153.203~precise1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.8), 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_i386.deb Size: 502206 SHA256: 6c7da280668ec65432def6eeea34584d2210b019f16d58b096c1f6bdcd137c71 SHA1: 75c715207f4abd81d090c1fc87547ac2e672b782 MD5sum: 42fbf4ee60c182a4c04f3c9f86844f7e 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 32 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: 1413 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-155.206~precise1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.8), 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_i386.deb Size: 501970 SHA256: 513675bdfdaeb8da6547f06d481734de8e6fcb1129eb34671a018b9b2b7a4105 SHA1: 557d7fc9caf6b9c5a6846acc55c91fff22226ccd MD5sum: e9054fb34334c6570de791d048d222eb 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 32 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: 1413 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-156.206~precise1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.8), 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_i386.deb Size: 502004 SHA256: ef53afc38b1109600094f06a6148d89d9b5c8bcd2d46cdcbc95303756eee0f12 SHA1: 07704b72f87963dff6fbdb3db5bf92c26e18c88a MD5sum: 5b5b77c1e3b6d6466b6cf33f525e168d 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 32 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: 1415 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-157.207~precise1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.8), 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_i386.deb Size: 503374 SHA256: 8f5e3a19d87798f0a5644a87e7a40fd2e3ab7c2617f489411df121343d005939 SHA1: b820845af509a23f4ee0740ecdd2161cf5ec81b4 MD5sum: 00e2cbf4635a240f446d6cf7f2bd3311 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 32 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: 1416 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-158.208~precise2 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.8), 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_i386.deb Size: 503660 SHA256: 89ca331c9db0b958d8e2956e429c2663e2bd30c0a025e1c632c5c53394ce861e SHA1: e520ec9c7165e72018d00ad23600c27392340ecb MD5sum: 0d4a53fa0df7ffe2055d5564d28069f1 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 32 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: 1417 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-160.210~precise1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.8), 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_i386.deb Size: 503832 SHA256: bdadc6c8a0b936605adfbf1066ecceea94c001425df824a82df5751da5c1dfff SHA1: 2e845b50dc2bc5775d82aadbc60f4445bea4b497 MD5sum: 4bb679c154a7b97bdc8f294f505d3dcc 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 32 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: 1417 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-161.211~precise1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.8), 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_i386.deb Size: 503440 SHA256: 754e127bd859ba4236409be2383bee362e03f4323f9bd727131b63b5ab5a32d1 SHA1: 62dbbc12c57d174679c07dcaee1eb67d6c7fa700 MD5sum: b1af30b0f91f7ebb0fb1e91ea204cd01 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 32 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: 1418 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-162.212~precise1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.8), 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_i386.deb Size: 503388 SHA256: 65670c846b639f15cf326ea5dc12eda75158330ca49969673ef039ab114ed475 SHA1: 21ce1deba1c2d8695318cbcad08d358a4896f999 MD5sum: 15dd4a34be510dda83fc305f37aa3f88 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 32 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: 1418 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-163.213~precise1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.8), 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_i386.deb Size: 503340 SHA256: bd9320b023c0677210b067e76ff17126c44042823cfb5b91817cbbe714a309cb SHA1: 95a20bf8f02bea3377dddde125be8d4b55e1be2d MD5sum: 510a750741023e595fbacb93aaf8abd0 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 32 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: 1419 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-164.214~precise1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.8), 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_i386.deb Size: 504816 SHA256: 6ceffe6eb8bac16f8e79159d665269bdeadbdc298f698ce8860cd95d266b2264 SHA1: 2ced767776afabdd4e95ef3d77dfc3a37f2df1b8 MD5sum: 87c6c4aa9dc8d358e194e1b22311c478 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 32 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: 1419 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-165.215~precise1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.8), 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_i386.deb Size: 502414 SHA256: 2eec9582f93713f61f81b0093103b0a656211e258b68aff9257f0434919e88e0 SHA1: 73885fb729e3b40ff2d616cb187e375deccb9257 MD5sum: 42a8f0c17a3d603d6ba325c41e258ab1 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 32 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: 27865 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-166.216~precise1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.8), 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_i386.deb Size: 9400830 SHA256: 25b81483fe14fd5d9befd3f094d5be28f60c0b4d02087c411c7773eb15096fd8 SHA1: ae7846e2ee986c1489c0f6dad73e411281b7a315 MD5sum: f16a3cc14bdb0702b5d35f6ac48ec8c4 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 32 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: 27865 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-168.218~precise1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.8), 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_i386.deb Size: 9398424 SHA256: 636007c248276bf5ecf43b7efb5661b7ee3e5a87b95d49667680ef5d901f1c7e SHA1: 6177e6970175c48018d201b05bff79f2b63b63f3 MD5sum: 2c2f298e3e4d2137645d43c18f52f898 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 32 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: 27906 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-170.220~12.04.2 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.8), 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_i386.deb Size: 9407966 SHA256: 0bb6037fc37d0c0e8b103b1a8daeb6c39f16021fc4d23786f7d770dd9e3c0128 SHA1: 0440c6807c2bfdfe8e0d7dbde243ac1c47c84d17 MD5sum: 5cb8e0b4de9bf1b684b6828605c66be9 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 32 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: 27906 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-171.222~12.04.1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.8), 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_i386.deb Size: 9407142 SHA256: 3b20f803407cbb2096c8684d1a9446e60f11465a5e0b54bcf6391d7f9679949f SHA1: 56fd5d71f980a9a0ed5c32f944a3fd9b6acc5fd5 MD5sum: fecea8c72ce8d5e44f6dd2a5d0f95da3 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 32 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: 27907 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-172.223~12.04.1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.8), 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_i386.deb Size: 9407912 SHA256: 5d370f7fc2d204907c299dab536bfef57377f76a18d7c944f33715a4c60d1338 SHA1: c1df9c557b28f1d443c11fe4457181ba1680f434 MD5sum: d50ecc8d0c320b5556eb14d327d6bd04 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 32 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: 27907 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-173.224~12.04.1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.8), 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_i386.deb Size: 9407074 SHA256: 6f3300b0b2350f358a0b55e3ccf7346cc81d37b136d29e496bca9f6b92ef2444 SHA1: 55cc7fba6e933aea04c6264534abddab385b62cb MD5sum: 64c440e4c388a6bee993fc79cf3d64b3 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 32 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: 27907 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-174.225~12.04.1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.8), 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_i386.deb Size: 9408498 SHA256: 410f43bfc82ae64cbfcd3933c3de8b17180e7465fa6743bad17666bdf0432a22 SHA1: 5a7f6f1ef3b0b40414fde1adadb1aae7e5129669 MD5sum: 31e75cff117a568536fe0c58c94f31a7 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 32 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: 27908 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-175.226~12.04.1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.8), 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_i386.deb Size: 9408306 SHA256: 047868482714da9d0794ea94f82d3a4abb2b94fefdbf6a14b7fde57fc3bb0b02 SHA1: 80bf03ff08fadc59b27bc8a2a9d52a4d88d997c3 MD5sum: e3e928b25398769a88d333345efbeeb7 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 32 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: 27908 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-176.227~12.04.1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.8), 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_i386.deb Size: 9405744 SHA256: 01073cde1c93906ac3068a05b60f3b856e081586c90bb040ebc14bc39d2afc4a SHA1: 9306c404087f7af4a8ba964370f0cfcc40d4e552 MD5sum: af68f989a8abb58d57ef0d7554071e7e 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 32 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: 27909 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-180.231~12.04.1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.8), 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_i386.deb Size: 9405182 SHA256: cc9fe033cd6e06acb4a410f37fe48bb2f56655b2aadab76572bdcc9305756f1b SHA1: 7ab6361916b2f831149f2c2c71f0d7d0ea3c4963 MD5sum: 7f32e5569f66cd3b65691d617f369d95 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 32 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: 27909 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-181.232~12.04.1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.8), 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_i386.deb Size: 9405918 SHA256: f9ecd0e0f8165676e72c9b78142741e6cd7779455455c7b10014f2619cfa8699 SHA1: 116005af87cfaf1a14f9663c499f2d826a3fc3ec MD5sum: 118093919461c3f5dc01f9395bb59f66 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 32 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: 27909 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-182.233~12.04.1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.8), 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_i386.deb Size: 9405102 SHA256: 09609e5ccc801924940d5c756db0f414ddab8ce429823f200062808e9c7f7745 SHA1: b68fec5e5dd6d6c7f40a86fdc98be4b1104233db MD5sum: 6af1574169eae1f2251328c79c733e47 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 32 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: 27909 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-183.234~12.04.1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.8), 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_i386.deb Size: 9402852 SHA256: 4e9f0d71bed6523bdf2d7c861a5c0cd793891629c4c1830c9733802b253c9218 SHA1: 000b6f9165c530e9f81a40cbbf971e328dfff5ba MD5sum: 2d2a9ba3429ee0b8dfeb8b0f6829da85 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 32 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: 27909 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.13.0-185.236~12.04.1 Depends: binutils (>= 2.22), binutils (<< 2.23), libc6 (>= 2.8), 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_i386.deb Size: 9402200 SHA256: 56393d6fdb4f72c4b75b4278642b991284581c5bd28899282398d7cbda6b3818 SHA1: 3d0a7d20a95d8cb64029f54eeba3264775b06f22 MD5sum: f5dcf70cf33919853406058dbe9d6d84 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 32 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: 138781 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 51339706 SHA256: 41e537a449e777ea2d07ec0d61bdef4b665cc331ed9558084f5e768fb03e64f0 SHA1: 725c2ca1708083e3c6440cb0e1f214017c02590a MD5sum: b3b193510b30cf941d09f8a8f3a96f4e Description: Linux kernel extra modules for version 3.13.0 on 32 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: 138782 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 51328614 SHA256: 09270f799ead22b0c449cbf8ba5f4c216de13957fa4279aea78b8d691e0e5131 SHA1: cf67cd088e16a74d70985df22a88d4a8bc4b9eaf MD5sum: 29cf0a2ac44f3c55ff699b842072b0d2 Description: Linux kernel extra modules for version 3.13.0 on 32 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: 138787 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 51356130 SHA256: d1b21b4edfce8861248a50c8860f8692e938121972992aa9236831677a12aadb SHA1: c537639be9f4baf883a9e3df50f846fa2635c85d MD5sum: ec7544079265310e7040d257b45b609a Description: Linux kernel extra modules for version 3.13.0 on 32 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: 138787 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 51337304 SHA256: 59a9c5267973408a795271e7f443bd3dd88acf307383d147ca10522d88f67879 SHA1: a98cd144397fce966ef2d47aa361371565b2fcc0 MD5sum: 44faad8677a2822255f311b598ca138a Description: Linux kernel extra modules for version 3.13.0 on 32 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: 138787 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 51353920 SHA256: 71e0f48468b6afee1825149b7a60ee0c355c1ca098eab1b8defd1edcce109928 SHA1: 69ff00ef9e9dab7cb67a1bef647d864b645e6726 MD5sum: 1b05e1e1cbdba85559956ea85e6d947b Description: Linux kernel extra modules for version 3.13.0 on 32 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: 138787 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 51361992 SHA256: a4ff1b952406a7ad2fb875864f9a7dc958571f4cc4aebda39db1b325d0867c4a SHA1: e6a5349b115b9bc7115542f809c69512443e085d MD5sum: ef2b947dffd7df767a5a0d3db9aad98b Description: Linux kernel extra modules for version 3.13.0 on 32 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: 138788 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 51340976 SHA256: f0cc02b4a893527b12c6927ac7f88be1ae2cf50a660332b933cfa0a77e518d65 SHA1: 89743b00ad37dc6785e628c00c5e05421b923931 MD5sum: 65b78faf5c72cb7925f12ea4ac5d29ea Description: Linux kernel extra modules for version 3.13.0 on 32 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: 138790 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 51342654 SHA256: cdf73ce2f957e3b188f71444920b4ca44d4feebe2ae913616f38dd21d8c76bf9 SHA1: 66271461bf8d2cef6442c23d275f40af36ad4543 MD5sum: 8ce2bbcb13eae1a3d5ad26c14a230a08 Description: Linux kernel extra modules for version 3.13.0 on 32 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: 138791 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 51330854 SHA256: 92d1e0e363aa7b91af17ece181b7e23bebac258fbbbff5a1cbba6418403fbfda SHA1: a00df34a6e9d52b563626dd8773edd5d6f551cea MD5sum: 96c8b831daf834de1e12f3b1bf3483bc Description: Linux kernel extra modules for version 3.13.0 on 32 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: 138792 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 51370160 SHA256: 6546b38b00f2f14b34b5fa541f52c9e0e1dd4c9da403ef29cf5e740738dcc4af SHA1: 0275c562a0e29c04a3497a6f8d7889c240749ea0 MD5sum: 5209593497509afb3ffb0a717eee23c1 Description: Linux kernel extra modules for version 3.13.0 on 32 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: 138793 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 51338154 SHA256: 880d7202c8c4c8c998e6629cdb6a717ff5cd31ad50d318372612659eecd70593 SHA1: 7b4baac590a4111dfca67f3027973e4965d65c8e MD5sum: ce75c46b598b7e9ca263c0c105065dac Description: Linux kernel extra modules for version 3.13.0 on 32 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: 138793 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 51313856 SHA256: f6bff1c953684f5c7627257893b30fbd989df6d3a988b6e0831ccad8544a3a6e SHA1: 03c240f8b285e8517439a60f539e66846d599b10 MD5sum: 18636401a030be0324623497ece544d7 Description: Linux kernel extra modules for version 3.13.0 on 32 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: 138793 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 51367052 SHA256: b89871d5b54daf82c2ada19f6540fa76ae54bf47dde725d295d714609a17d9da SHA1: 2668167f25885bda3f6dbf820b55a797b4ae08c9 MD5sum: ffb1c9dd223a11dc31b6b9eb5cb426dc Description: Linux kernel extra modules for version 3.13.0 on 32 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: 138795 Maintainer: Ubuntu Kernel Team Architecture: i386 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_i386.deb Size: 51350560 SHA256: 3b1f6f15ecc46f738f4cd6c231655232d16416311142b407f9b4e9442a534939 SHA1: e68fa964ece1f751e652957f529b9bc7368d3be4 MD5sum: 0226eac5a5037b77dc8c18c6931831d0 Description: Linux kernel extra modules for version 3.13.0 on 32 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: i386 Version: 3.2.0.150.164 Depends: linux-generic-pae Filename: pool/main/l/linux-meta/linux-server_3.2.0.150.164_i386.deb Size: 1726 SHA256: d3a0839c8d14503ac836c56dbba61955c17e263308befce8b677bf3a44b88345 SHA1: 15b4a666e848647a5fa6a16deddc6e7667fbe9bb MD5sum: 8e2a7e9247315d58a25abf081c3e8b24 Description: Complete Linux kernel on Server Equipment. This package will always depend on the latest complete Linux kernel available for Server Equipment. 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: i386 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_i386.deb Size: 2422 SHA256: 52928fe77daa07fa4d4ba656f19ab21873dcbda914daae62079a2c2185ad5744 SHA1: 8601c504e1f89f19c107740d472ecb79ab7f2fb6 MD5sum: 81f749f77169a5b4c75498771aa7a7f0 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: i386 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_i386.deb Size: 254372 SHA256: 3c98c97036e3f857883277bff893e283e177df865a95fa972a3600d2f912ebce SHA1: abc8a80deeed4cb70fa43f2a835cd21d4de7be63 MD5sum: cc14ad4759b3258391ae7ca1fadec1fc 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 32 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: i386 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_i386.deb Size: 1820 SHA256: bd05b047f29e336de38e77f73a21337652eb5186983d148e193bec0b2203f372 SHA1: 84b35263f44d577988ecfa67945a06ef0766e17e MD5sum: ea74aa4e4d47dc998e37729937b409e3 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 32 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: i386 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_i386.deb Size: 254776 SHA256: b28f34eb4965b7ab63c35c0845cdf2a11867b76730f81a2b8834e528c57a8672 SHA1: a55be5e616923694d633f7d8b27fefa36f3e17eb MD5sum: 907a3a7c91946ac1dd7a63c0c5bf1915 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 32 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: i386 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_i386.deb Size: 1820 SHA256: 607609a3319cd2157c52c1bf87e0a29c855cb9073a8838ecd27ba9a530921f0e SHA1: 0dc6fd0f242cca8135b05343d414892a16728444 MD5sum: 12f7029f22bdb1b49a1a1f2a2b542981 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 32 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: i386 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_i386.deb Size: 1822 SHA256: 46c5e620464af49da129424ebdfabf4e0ffc00a7c629bc4bb2565ca4979b36a4 SHA1: ceba9fc59105c4abe84cd7735a3a77efe0c593c3 MD5sum: 0c0ca8b38853fad8bb2db3ce370bcef4 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 32 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: i386 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_i386.deb Size: 1822 SHA256: ab1bdc8959c9c9fa79ac462dabca4faeb0b620a1e662c1fd2119d5e068c95334 SHA1: 791b28c99455ce94f6b05942a2fd1088f1ca4ab5 MD5sum: 239c185ecc4264747daed85bcb408e14 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 32 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: i386 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_i386.deb Size: 1828 SHA256: 8f998c7167fdd32048a36f1ae2a4430db4b9246b1ac955a6bad35efc5c87a7f3 SHA1: cf635026febe4b7b9c3d73a7ea961d5df5991269 MD5sum: 827bef22edc360c3a975001aac9b02f0 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 32 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: i386 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_i386.deb Size: 1826 SHA256: 81259b4ad668a94659accc77368b9d8056c1a2b4028f2cb6c2cbb2770f139e05 SHA1: a79e8b5101bf36775d0a7d01e2386f39cf0c6e8d MD5sum: c8b6d1cf5bc9687220546a9aed700920 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 32 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: i386 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_i386.deb Size: 1818 SHA256: 715f73ab8af042268a6a46c13c843f469ec60cf0a8de4ce47f1c901935c238b3 SHA1: 4f86eb855ee5476686580137f37974e8a2da7d03 MD5sum: 158ca69bf09a8df497fd7a4726dfc080 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 32 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: i386 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_i386.deb Size: 1826 SHA256: 9b6e55012adb5702a0481c6c69971a41777dd573c59a1caaa53d21e5bd57afb2 SHA1: 7e5e3d70db29b2c6afcb08e774f130089e2f9260 MD5sum: 15593b5b3d19266a8b767e9b3a51ecf9 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 32 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: i386 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_i386.deb Size: 1824 SHA256: 021deadb679e99bfaa65fdfbe325784bb68360c7b94780d70b69fd81f5bd7020 SHA1: 62ab05b8392ff78b3759cecbd548f9f714b63549 MD5sum: e95a700f778d59735bc30a7f35e3abee 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 32 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: i386 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_i386.deb Size: 1824 SHA256: fe1023f3b53aa49036c9e6b932639342b5e6d29944a2eec75b95a288f6d0d181 SHA1: e2f4a1769e1161a5bc81aa5993d06dc2b702b509 MD5sum: f29ff7f8eae483309d9b1839213aa880 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 32 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: i386 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_i386.deb Size: 1822 SHA256: 0be0850a04bdd3033f59fbe8518314532e065ba3456e4d64659e6003a78188b7 SHA1: 38d8f8c65694446b56000c77c32d462ec0ea0e2c MD5sum: 782b4dfbf14c5e0a195ce8bb482000e1 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 32 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: i386 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_i386.deb Size: 1826 SHA256: f2cee6896e5ae5c5293c2a3b78dd8fa1a98d1f18fbc71051ddc2d648f4a2be10 SHA1: 46dd7da5e5313895f2e22a0a26d6ed26e9936d70 MD5sum: 6241132259a6c2123409fe7a91bc19b1 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 32 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: i386 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_i386.deb Size: 1824 SHA256: 586c39001134626592c5ad6dc16e1dd72ca76dec528ac79756c7671c0e9f4667 SHA1: 83c5194081efe469ed594b533bb8a1ded010e6ce MD5sum: 225bdb357693ddea504af5544ff55763 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 32 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: i386 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_i386.deb Size: 1826 SHA256: 97752378cace45133c92655913eea8421b45c4516625cbd2c37a5dabe99465cb SHA1: f6840b47f2ace7f252945e0e36cdbee2320e9e79 MD5sum: 6804482e55c8be15f4af3b90ed722094 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 32 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: i386 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_i386.deb Size: 1830 SHA256: dff7e864f7d701251136d7ceb0e72f4178d2a3da84e1ca340e56ae043c25225c SHA1: 1b9bd538da04028923557ede798bc0fe395c1550 MD5sum: eb85b78bb9105ad22a61ea9d06eb2344 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 32 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: i386 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_i386.deb Size: 1826 SHA256: 3da67fd21e8c04ac72d7ed6f603ab8f99c8145c5325fe382fbea7e2d34748c88 SHA1: 6245be9f8f16fcf2a25d5cac16c2ff34c78c845b MD5sum: 8dda7c91752cd8e9ee49312167851196 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 32 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: i386 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_i386.deb Size: 1830 SHA256: 2241e373b8417ef2ba33fd18b581e3756d9a34dc30e59a253cc5b7462a2d6b68 SHA1: 06b5b28345118ac0aa1f8c73bf09584853ff8936 MD5sum: 517a956b87dc3b43b8baf7023a561082 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 32 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: i386 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_i386.deb Size: 1828 SHA256: dc01928dc0f9bb4a17293f1e854841dc923d03619f44dce130cb055ffb2fd713 SHA1: 4f629e43dcbf49d9c4df8856510660a6d7653fbf MD5sum: 05196e9c952319575be6d8d8682b8d13 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 32 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: i386 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_i386.deb Size: 1824 SHA256: 2e3a3cf61226a1a7d9dbda9a982f7ae89905cee7af5ed2b7ccc4d6de31b69e61 SHA1: 8351e3b73135ef6a1be0e40ab491976b44f044ec MD5sum: ec109b83c3745e0ff7df6cf28c190212 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 32 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: i386 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_i386.deb Size: 1820 SHA256: 16c842257293859acfda68fcec135785a854f3cd301abd0b72f0edce2bcae1a3 SHA1: 5f38457ab70aeec06b46988e2194f0037312d2b3 MD5sum: 27d710ed0db2902272847a3d6c0296d7 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 32 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: i386 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_i386.deb Size: 1822 SHA256: 100c31d940c0a46421bebbd428ebf3a79258d1637eeb9eab7fec66124ce30d1f SHA1: ad2409463327166e6920d661ea65e78cb3c2d886 MD5sum: b6eb5f318a9b469c8f6d626a752d8a2e 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 32 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: i386 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_i386.deb Size: 1828 SHA256: cc31c5319d829a9e9f40e35f0b6852e6ba7ba2159bcaa3e148cc01cfb4a61dca SHA1: 04ad201c4fe45a259204e02fb197647812e4c58d MD5sum: 02633c57f3b7ff9ae5fc49eb0c1a4dff 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 32 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: i386 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_i386.deb Size: 1826 SHA256: 876aa130d29ff788972394d9c66473380a6ee92e08f2af1850656fde3ac2625c SHA1: b08d81425dfd788f2a782d1229a1357f32c79e4a MD5sum: ca4d8ab6ac291f1737b596631644a9b6 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 32 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: i386 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_i386.deb Size: 1828 SHA256: 7e1f0e4e278f35e7c175ce3c906a9282b4f3207d1754af06b7c81dcf555665f5 SHA1: 12cbfc3cf15f53277dde644b98d814a929b0f96a MD5sum: ae132b6a452486931c80b2f864f40f96 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 32 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: i386 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_i386.deb Size: 1834 SHA256: c34ea90f5e09149910e645935f6ab559d3c651409ac9b47a3d13b1e5a76b9220 SHA1: 2a9ef8932521e1fb301009aac5930bf84e6cde61 MD5sum: 8054916210c65cf733fb6f62bb619615 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 32 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: i386 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_i386.deb Size: 1830 SHA256: f7bfc3280d6f6ee12d41b98c4703cd6c4ae80be030af904a28e9bab62b1b1cdd SHA1: ee6f32d3d7871db9dd6eaf44f58a2ddb47f95135 MD5sum: f2d6a9c74d6ec9777ed1c4996acae976 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 32 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: i386 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_i386.deb Size: 1824 SHA256: 4e994449b8143bc8a943be94ae4aa2e0b514075159e8d86eb98309efc243efc7 SHA1: c339191b906c13b1eccdfd93a11257db652ed308 MD5sum: 63f774485aadc3cd990b9f4773d3d498 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 32 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: i386 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_i386.deb Size: 1828 SHA256: fc683b1dd66d15e48a697974bbe8e2a0f115560f6dfac7180df585c2d255ab1c SHA1: 69b4385303189520945aa48b23ac9fc4136296b2 MD5sum: bcd7ae0ef8921a8b0ce5a6768501bdd1 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 32 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: i386 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_i386.deb Size: 1820 SHA256: 2588cb5a059201efd3de14523d0b119890038a4bb0e6ad40f9a0f01cb167b393 SHA1: 78e623ca0397c2630732f9e20ce4af9139ef6cf8 MD5sum: b08ad1821876de5ac299512abbaf41a7 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 32 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: i386 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_i386.deb Size: 1828 SHA256: 76eda12d3c6bae5155945190f8f5cabca160e6172ce4219df92cadf617fbaa95 SHA1: b74b1dd47553a00f85b8a86792d6bcd18e2ea8c5 MD5sum: 0fa266dbe561ed8bb8d387ecb1347870 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 32 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: i386 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_i386.deb Size: 1822 SHA256: 5f28d33456889b575573f91f795456ee5493dcb1f25e54a798f140179c536383 SHA1: 22d0d4ba31b1dacfbcabb4b77338d69a3353cf45 MD5sum: 4dbeb55f83dfc346d155376ea90e3201 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 32 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: i386 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_i386.deb Size: 1826 SHA256: 84f68392a42c0561376fc314cfdebf515b4d358e5a7bc277ece4080ef71803ca SHA1: 8570bc5d3c20a4dee353111fa2b746d23d8a890a MD5sum: 5ce459d46d7bbb2c9fa0b40feb1c4e10 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 32 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: i386 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_i386.deb Size: 1820 SHA256: 4eed0b3b0bcab125233c041b6d7825d0dd4b8a62a3ff78086039dd2ed774e067 SHA1: 062d08e4338dbf25365a180fec9de5b800978787 MD5sum: 8c1120f6f4c4e0c60f9e940edbff3f75 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 32 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: i386 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_i386.deb Size: 1828 SHA256: 40d0d5cafd3327beadc85473fc3a866eb0e903989c38da3ff303f442b496cc8d SHA1: 3ecb062984ae0fcdc12052319910609c342fcce6 MD5sum: 91da442f51df210b6d5a4af218a7582a 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 32 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: i386 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_i386.deb Size: 1830 SHA256: d77392d055966ba9e34d289b0c3c2e35f180c2fff67390c791d745e004694dba SHA1: f4293db84a8053b4442a11186691869daa14429f MD5sum: 76004e818a025300911007eefd440545 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 32 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: i386 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_i386.deb Size: 1824 SHA256: 16fe3cab453d070e597db93f07f88460c5987f07506c36de419ecb4dd241d35c SHA1: 444670d6ec5f89ab44fe539abc5bfc9c2c623694 MD5sum: 8c03875b5bad634686258bdfd12ab5ca 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 32 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: i386 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_i386.deb Size: 1820 SHA256: b34103cf77e54302a1d0f86093c6b94aec57c4c40ced8595b70210adf02ee1f4 SHA1: 7fc742606681a25b473f978b0c6f06cdb636abfc MD5sum: e4db50349a3217744403467e6d52c02c 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 32 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: i386 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_i386.deb Size: 1820 SHA256: fa94a3fd4f9ef33f39473e9617612803176b7354e58569f469247653ce5f833b SHA1: ac767ada3b425e1ec456ce3c0812dbea95436338 MD5sum: f0dc8f9bf68d3c28c4092d9def9e1958 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 32 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: i386 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_i386.deb Size: 1828 SHA256: ccb0c1432422fc13b5b09c22ab684745a4f2ee72b539a73b091614a78bef9528 SHA1: 5cef7eb5530d6fa53a581e3e4d80100002a64d7c MD5sum: 9d98e39786f1065d09d78233b694334a 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 32 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: i386 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_i386.deb Size: 1820 SHA256: eca19e78f81e9c56098fed6d1a72002e8201539f2bd392865cff34beb83a12ff SHA1: c199dddc966f9f9f977cbd06c1d713a8fb42f7b7 MD5sum: 4d73ce49442c2af190edd212d1883207 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 32 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: i386 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_i386.deb Size: 1826 SHA256: 9da72cbd14c4feccb04c8b640fdfd4012d7b23ec2e75e057ca89936d7bfc5de5 SHA1: 058b87843877f8f4e72bd1cd7170a2be62c1cd92 MD5sum: 4f87a5b820e670c7b52cede4389ed8c1 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 32 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: i386 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_i386.deb Size: 1818 SHA256: f422fbc4af836010d306f228497eb844e48393d0a212165005c331b36ccedfd2 SHA1: 645c3da39a91aa47bb3cffba82c93b44ece4aa0a MD5sum: 1612ed290f1bec216417cd3a2c65f9ce 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 32 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: i386 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_i386.deb Size: 1838 SHA256: 4316a0b5abcac4c5f9c8d2690f01cb719ab2d1767be27b9b7a3a160cd0979180 SHA1: 63e200e38cb1bb498061ee13c579c8a744ffbb62 MD5sum: 3be91c982e15af94ea6754e5ca7d7642 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 32 bit x86. Package: linux-tools-3.2.0-128 Source: linux Priority: optional Section: devel Installed-Size: 961 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-128.173 Depends: libc6 (>= 2.8), 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_i386.deb Size: 316010 SHA256: 874d654328e7d722abdee0d4450622f1c6a6577ee8ab34f1bb10037c8e1822e5 SHA1: cda51325f7a295ba3c5264089dee0b9f039799c1 MD5sum: 88f26912d0050cd301fe52f241b8c982 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 32 bit x86. Package: linux-tools-3.2.0-129 Source: linux Priority: optional Section: devel Installed-Size: 961 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-129.174 Depends: libc6 (>= 2.8), 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_i386.deb Size: 557028 SHA256: 519c355b3887a7f3ec04f6f598b3ba21b0f67ea6ba632bf0502913168977bdd3 SHA1: be7e4b711e5e4e3b53ef07611ec4ced93fe97218 MD5sum: ec2eff3d768dca8c1282c2a58f065274 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 32 bit x86. Package: linux-tools-3.2.0-130 Source: linux Priority: optional Section: devel Installed-Size: 961 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-130.176 Depends: libc6 (>= 2.8), 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_i386.deb Size: 315584 SHA256: 1b89d4b6517882a135ac03f205f0c4bf7c354c966c358a8e7a57db2df46e33cf SHA1: 076141c3eb867b1cecd556ee4738f087a8dbf193 MD5sum: 9f91eea8dd27ab994649668d62b8592d 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 32 bit x86. Package: linux-tools-3.2.0-131 Source: linux Priority: optional Section: devel Installed-Size: 961 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-131.177 Depends: libc6 (>= 2.8), 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_i386.deb Size: 316084 SHA256: 248983c4b409128ba60c539c5dbed4a084556d7f80af788ce0953c4eea3b63d6 SHA1: 57ae09d4a0a44b5939d913013d3a02639d23b9fe MD5sum: 151bb23487af1dbffb993adb41246c55 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 32 bit x86. Package: linux-tools-3.2.0-132 Source: linux Priority: optional Section: devel Installed-Size: 962 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-132.178 Depends: libc6 (>= 2.8), 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_i386.deb Size: 316642 SHA256: 5ac6fc50cb155c259b6e81cc0a85c3737986086d2f82fd7453f29af49aae97bf SHA1: a3adab9cb4b0d04464fc569a8bc6af6738166e38 MD5sum: 251a02d1a44527fa02479ff8b2787e4e 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 32 bit x86. Package: linux-tools-3.2.0-133 Source: linux Priority: optional Section: devel Installed-Size: 963 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-133.179 Depends: libc6 (>= 2.8), 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_i386.deb Size: 316530 SHA256: 29c1059b3976b6806c4561ee689948f7e3ecb8d5a37b2e45b9560631aeb91b75 SHA1: 87d06841f83a1aaedce62505e62d04ff959004ee MD5sum: c7a80bb41e2ffff9caaf5d9d71b3ca1b 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 32 bit x86. Package: linux-tools-3.2.0-134 Source: linux Priority: optional Section: devel Installed-Size: 964 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-134.180 Depends: libc6 (>= 2.8), 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_i386.deb Size: 318032 SHA256: 49bf28c37ff6aac7cf34c92e47a743af09f86ada93f18099e6d64fbef3002ba3 SHA1: f09e29952900ad37b1cd34a59f0557b22dad7fd0 MD5sum: e01240f7998a33a08b447d3e519ef1ab 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 32 bit x86. Package: linux-tools-3.2.0-135 Source: linux Priority: optional Section: devel Installed-Size: 964 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-135.181 Depends: libc6 (>= 2.8), 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_i386.deb Size: 318224 SHA256: dd0db070c38cc2fdf3d0367372b693dee9208fbc52261aac8f488f56f04d3397 SHA1: ae0ee82654e0ff9282adfad699252862397b4046 MD5sum: d90506b9929a1bcb8579d63a4a0dc93b 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 32 bit x86. Package: linux-tools-3.2.0-136 Source: linux Priority: optional Section: devel Installed-Size: 964 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-136.182 Depends: libc6 (>= 2.8), 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_i386.deb Size: 318216 SHA256: 21543af34ddfa792dc0667add692fef18fe4b50e6b55555d3fa27e2677d1a86d SHA1: be83f08c28c2a94850eee5f11375db04af051f6c MD5sum: 6c8dd94c9c11c81809878fb027e4cc58 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 32 bit x86. Package: linux-tools-3.2.0-137 Source: linux Priority: optional Section: devel Installed-Size: 966 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-137.183 Depends: libc6 (>= 2.8), 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_i386.deb Size: 320754 SHA256: 412eab859fd1d1f4d436a1a004436905d6c2acc29124e6fb1b64ecf882cb22b8 SHA1: ffe37931eeede7395dc73040bdec0b532bf52ea8 MD5sum: 7a14b1cc953cb686512493109463ebaf 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 32 bit x86. Package: linux-tools-3.2.0-138 Source: linux Priority: optional Section: devel Installed-Size: 966 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-138.184 Depends: libc6 (>= 2.8), 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_i386.deb Size: 320522 SHA256: be46796fdcd0ad0df96dbbb0633f3c21641413d86631e47e3eb253b4cfa444bf SHA1: 40854a8f5345142e43ad98f82a79bdd76e75023a MD5sum: 4a2895c9cd5918a123ed499ca8be97fb 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 32 bit x86. Package: linux-tools-3.2.0-139 Source: linux Priority: optional Section: devel Installed-Size: 967 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-139.185 Depends: libc6 (>= 2.8), 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_i386.deb Size: 320498 SHA256: b3d8bfaf561e5bcd4f0b3e406add016c5765e29502ff261d7e8d9388c43d827c SHA1: 829fbd77a001920e287505d4ac8649ed1110997c MD5sum: 9b3d0af8f44ec9d76dd069805f2550c2 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 32 bit x86. Package: linux-tools-3.2.0-140 Source: linux Priority: optional Section: devel Installed-Size: 968 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-140.186 Depends: libc6 (>= 2.8), 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_i386.deb Size: 320958 SHA256: 171d6cd62d7c7952d62b2fe804bc271b644bb1917140b0edc0e9ef44b408f552 SHA1: 2c3921d90e2b11eec19458e61d6948f266f9ee7f MD5sum: ab4a73f40e325c93d85f752d623f052f 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 32 bit x86. Package: linux-tools-3.2.0-141 Source: linux Priority: optional Section: devel Installed-Size: 968 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-141.188 Depends: libc6 (>= 2.8), 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_i386.deb Size: 320992 SHA256: 717d9d2352b77d8208089df950cdf3c677936dbb49adbed90ac144d8f14e0a18 SHA1: 2f7daf452f635215907c0f256c099f3fa6d6463e MD5sum: 2b0bbf162b5e5e7a2331243da86b377b 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 32 bit x86. Package: linux-tools-3.2.0-142 Source: linux Priority: optional Section: devel Installed-Size: 969 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-142.189 Depends: libc6 (>= 2.8), 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_i386.deb Size: 321230 SHA256: 0fd017cccce85d31304114f9c8f5ced8ed4222b0b901e2526b38b8df0eeec109 SHA1: 2007a554d5117227a8cefc3dfc646f9475a2a562 MD5sum: 21455ce8f5bda31022df3bbbe9a6f8cc 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 32 bit x86. Package: linux-tools-3.2.0-143 Source: linux Priority: optional Section: devel Installed-Size: 969 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-143.190 Depends: libc6 (>= 2.8), 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_i386.deb Size: 321776 SHA256: e4ac7bf8ca3880a936406cec8dc4753640763f1b42aab317615025e9feb7f07b SHA1: 9c9025a4f22e6dae2e499fa3dc50b53b9bc537a7 MD5sum: d4cc637385538fe21085225ad80af2ea 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 32 bit x86. Package: linux-tools-3.2.0-144 Source: linux Priority: optional Section: devel Installed-Size: 969 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-144.191 Depends: libc6 (>= 2.8), 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_i386.deb Size: 320332 SHA256: 1d093a580b7c68fcc2d66dea8838cf925e2d20ea64f2b0b813c5c43b9b70024e SHA1: 09bc5e7b69f68c52e7ef8703c9d42b392663d1ea MD5sum: dd04b0ccd534ddb56bb57cca15e4904b 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 32 bit x86. Package: linux-tools-3.2.0-147 Source: linux Priority: optional Section: devel Installed-Size: 970 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-147.194 Depends: libc6 (>= 2.8), 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_i386.deb Size: 321158 SHA256: 87a3ef1100683229c137e2f43136721bdd58a2c31bc79d17e9979ddf0edacdc3 SHA1: d12b94db7225a61d613e4c05fe0299f07cafd3c7 MD5sum: 125755dc6f6e89c30812b11ba3ca36c3 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 32 bit x86. Package: linux-tools-3.2.0-148 Source: linux Priority: optional Section: devel Installed-Size: 970 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-148.195 Depends: libc6 (>= 2.8), 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_i386.deb Size: 318220 SHA256: 5ea8385397643d382decf2230a56d3292a297e042a8b1257784f98d1ac64aad3 SHA1: 020fb1fa464a877e028c5c6a9aa2c472a623d847 MD5sum: 72bb0a12e507a5f4c31d6dcdc63e664a 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 32 bit x86. Package: linux-tools-3.2.0-149 Source: linux Priority: optional Section: devel Installed-Size: 970 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-149.196 Depends: libc6 (>= 2.8), 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_i386.deb Size: 318830 SHA256: 3fd79cc5106f807adc11e575af60f21a6a3cccc20973c5b76db1c10d70b78f5e SHA1: 3b1ac505dfe0a605ea9f61ce7ad983e3b2c84405 MD5sum: c391f4328f00d65757a73c9a798f2b93 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 32 bit x86. Package: linux-tools-3.2.0-150 Source: linux Priority: optional Section: devel Installed-Size: 970 Maintainer: Ubuntu Kernel Team Architecture: i386 Version: 3.2.0-150.197 Depends: libc6 (>= 2.8), 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_i386.deb Size: 317016 SHA256: 2f7dda31b37fb836b5291af79a29b55019a43a5112f9409db40dc9fec6ea8f03 SHA1: e52cbbed5ff50a0ecf39f62347eaa2e6e50c6aad MD5sum: d4a31a5f2bbec75e8966ac998efd7141 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 32 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: i386 Version: 3.13.0.185.170 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_i386.deb Size: 2532 SHA256: ebdef58a527159aa89427e5dd659b65451c91bd0d6bb94c2eea4dfefc2a5b019 SHA1: e54334f9912d8699d865d0e8bfae1c62efbaef88 MD5sum: e88e972e3bfb48d1dbcc699fc659e3bc 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: i386 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_i386.deb Size: 2502 SHA256: 360eec5270880fd6abd2922195d80d52f0fb751f47991b994ae78e971729338f SHA1: 00308718f335cd95ca89a7aa6734c29ab01e6aa3 MD5sum: 8624560a41a7688f5789c52fb5370f80 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: i386 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_i386.deb Size: 1758 SHA256: db57106e0bce38383beefd71b0133c3e96941dbcca6551377f25ad0c7c4fc247 SHA1: cd2824a4ee19ba39ced238e20f95f20f71d0732f MD5sum: 59dca5ab5a469593de351515de169d94 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: i386 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_i386.deb Size: 288528 SHA256: 2cda5f83bab3eef9553f5f95b6a70b997aafd6d48e2643165e745000e242aaaf SHA1: 1413f75c3c4bf1d3fbf9c4e369364171eb6fc5ef MD5sum: be31bd0c451acdccdd568596e6cd7840 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: 603 Maintainer: Ubuntu Developers Architecture: i386 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.4), 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_i386.deb Size: 225704 SHA256: f04f6d67f0a4f2abf4410d0e265066c3ee57d462e721cd4826df647ab585740e SHA1: 032a053ab88f03269aad7c648a6d8248dc8f66b1 MD5sum: 57bb392f188619460633c266dd5b8d3b 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: i386 Version: 2.15-0ubuntu10.23 Depends: libc6 (>= 2.13-0ubuntu6) Filename: pool/main/e/eglibc/multiarch-support_2.15-0ubuntu10.23_i386.deb Size: 4480 SHA256: c2b88abe22046b0f0201521c949264abc6038ae5101ce12e474f478aa17eca9a SHA1: 14a84027ad7615c8fc110899c71b4e9d7d1dfd4b MD5sum: d8923bae40eeb7117bd0d54a6158eb87 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: 3524 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 1124864 SHA256: 4c8fc597110a303a5a765fee264952ba19948b40b2ebe5b55b595b01f6888ebd SHA1: d7aecc8ff85962bb815d6f919f22f721ac28c863 MD5sum: a3aed73b3f528288d9f76a8ae9dc938d 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: 3850 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 1620908 SHA256: 605069acb0a0acc10af49f0039bae41c6ffb827367cb4bedf7c8c9b2e6a68beb SHA1: bbb03c4143441f84244c6b27a9dd686d943410d8 MD5sum: cbaa13cdd1e62d2971d211a8f5a85d66 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: 936 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 431106 SHA256: 376af119058a9643e0778e746ea767e072b4598b0ce2010e7492b3007c5f96b9 SHA1: f47b6c0bba6b88f62e0d3f02ebd4a766a1fbba01 MD5sum: f2f3220bfd514a60403cd4edb1e75db5 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: 28814 Maintainer: Ubuntu Developers Architecture: i386 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.4), libgcc1 (>= 1:4.1.1), 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_i386.deb Size: 8299840 SHA256: 5b5d7730953548df02e6cbe946d01c5da4cd5c0b6c0149a8bc1c0424e49bfb14 SHA1: b034b0696b0c992d74e41ebb93e07985354488c7 MD5sum: da6b27a217c2cdd5a960c1d5a9d54295 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: 6615 Maintainer: Ubuntu Developers Architecture: i386 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.4), libgcc1 (>= 1:4.1.1), 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_i386.deb Size: 1935468 SHA256: c9003c673611ad66cb7c0ba9e81002d718f5a89e5d7e8a04099a76fff5acc1d4 SHA1: dc3ca3febfbfcd241f92fbaf0ba437c374c472fd MD5sum: e9e895dc961e72a84ed35f17653819a5 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: 30750 Maintainer: Ubuntu Developers Architecture: i386 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.12), libgcc1 (>= 1:4.1.1), 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_i386.deb Size: 8823266 SHA256: 9bc337589cfd090d2e9535f2340fbeddccb742b6751faac74028bf114bea79b0 SHA1: bcf9aa1abb49b74cb8a830ff5cc50d31b2f09f1a MD5sum: fe63b620619ec9d035f897b267f6623a 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: 18496 Maintainer: Ubuntu Developers Architecture: i386 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.7), libgcc1 (>= 1:4.1.1), 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_i386.deb Size: 6123724 SHA256: c8ee0e813c4a8acc73310fb523494a376ce5a0a16a3f31e62ace7a99e0e27c9f SHA1: 7567cfeda3f7578d7614c17fa1fccba381231960 MD5sum: cbdaebd1d4a293c36cfd6dc48e6e84dd 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: 22373 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 21934568 SHA256: 061f202826ab0b35a758ea905b21cea734bd200f06a7bda413d500284b157e58 SHA1: fecf8f9645dae6710efed9d3fd2a1a274825d6d6 MD5sum: b4a8ee1a1a2b84da2dfd0587067ca8c0 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: 108935 Maintainer: Ubuntu Developers Architecture: i386 Version: 5.5.62-0ubuntu0.12.04.1 Depends: mysql-server, mysql-client, libc6 (>= 2.3.6-6~) 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_i386.deb Size: 8796042 SHA256: 278c6604148af63461a11e7ffeb9b3ee782c6340dfebdae69860636a70fa8618 SHA1: fc423eabb42d2f5f0e5d44b36197aa7e45b6349d MD5sum: 7884da51ffa98c1b1d666eaa76f5edd0 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: 378 Maintainer: Ubuntu Developers Architecture: i386 Version: 2.15-0ubuntu10.23 Depends: libc6 (>> 2.15), libc6 (<< 2.16) Filename: pool/main/e/eglibc/nscd_2.15-0ubuntu10.23_i386.deb Size: 72454 SHA256: 219f562cea68625a359b791d9236081d39e95944df39905b7c04f69337a78a42 SHA1: 5ccc2e35919ca010b36d1a7ae834fd074be8a4ba MD5sum: 21b410be9aadc601f464e6d66156fd76 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: 1407 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 601082 SHA256: cfcdf43621f3921a4d46d7067bb0995474e7e35987953ef0c65c043e2c42eadd SHA1: 75196890d2925d6f0a9e406c26b3cdfd077d27e0 MD5sum: f84c5b690e8b515fe840bf2e809e92f4 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: 238 Maintainer: Ubuntu Developers Architecture: i386 Version: 1:4.2.6.p3+dfsg-1ubuntu3.13 Recommends: lockfile-progs Depends: netbase, libc6 (>= 2.4), 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_i386.deb Size: 66078 SHA256: e7308562cb37884fc363906196b76b86f3ff925f2883611ad48e7e0679cba87d SHA1: ec5f5469ad01acf83db37eb81aba81a50f3af89e MD5sum: 4b0a7c1ef8013532b17298c848525647 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: 899 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 518770 SHA256: 0506a1d17e373956fb98a68b21af940146e0a956c7b2db73461630f46fa3f6a4 SHA1: a306676dd719459fa63ebfad1b161c7f3b42e167 MD5sum: b955f6a8c87c3af650f70fdb8c0cb208 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: 1073 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 459368 SHA256: 7a8a12002ccc384f9e55f103410ce2ad013350a4251febc85ba93720422b6079 SHA1: edc53ea5c0918a39276f055ed3c80e2176050855 MD5sum: 1b725502ec67421ef55b4bf0c7bf85e8 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: 2009 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 938994 SHA256: 375bf063a1c4998fb4021ee46f8a9357f41ffb95dd83da0b93efbe793346f971 SHA1: e18f938ad327d2d561853c93b264f3b803096a13 MD5sum: 487493f67e26cb33d176c8a56fc1e88b 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: 229 Maintainer: Ubuntu Developers Architecture: i386 Version: 2.6.1-3ubuntu0.2 Suggests: ed, diffutils-doc Depends: libc6 (>= 2.4) Filename: pool/main/p/patch/patch_2.6.1-3ubuntu0.2_i386.deb Size: 86664 SHA256: 89e58cc62c819aeb3ff93b0e4173e469b77dfa5aefd771f6d29a35ae70f75484 SHA1: 49055904c345abdc0c8f555910035fb4a0ef68f3 MD5sum: df4aed017c2ab76f1c4e68e5dff6a1dd 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: 11262 Maintainer: Ubuntu Developers Architecture: i386 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.11), 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_i386.deb Size: 3687578 SHA256: d31957bed0f57449a257d98cef55036ab907a2cc54b5e8c18553215c3326c7ad SHA1: 9ec66ffec10dd47a17113ea411740f3d9d8675bf MD5sum: 01d8e4a37879db007e3cde7f7fe3dc40 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: 4684 Maintainer: Ubuntu Developers Architecture: i386 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.11), 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_i386.deb Size: 1472816 SHA256: cb98ca7db1051b97d7a441ac31d0dec3a553af02260263a2e1bb1298c597b30a SHA1: 99042bc47eb19ef54bed28c1d0aa513892d0a185 MD5sum: b93c457d8c9c1aa948d9fe3183f5f0b2 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: 18455 Maintainer: Ubuntu Developers Architecture: i386 Version: 5.14.2-6ubuntu2.11 Depends: perl (= 5.14.2-6ubuntu2.11), libc6 (>= 2.11) Filename: pool/main/p/perl/perl-debug_5.14.2-6ubuntu2.11_i386.deb Size: 7803412 SHA256: da9da2b8e7e0351d17b26dccc57ba70e0edc411669474ae1bfd6408ae93a9f7a SHA1: c42bbcf4ff0436001d9c38cabe1552940180c48d MD5sum: 91a1b43113875a56a20a2a05aa77ea98 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: 16139 Maintainer: Ubuntu Developers Architecture: i386 Version: 5.3.10-1ubuntu3.48 Suggests: php-pear Provides: phpapi-20090626+lfs 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_i386.deb Size: 6151000 SHA256: 79a850e1bbb1f9f5d7f7e61f73bae13041a1a2c4f9c3ecd4845b05701ad96a08 SHA1: ba314589ae06b324e800630cfa1bfeb7372fc3f7 MD5sum: e286fd2a7d0aad03657b9b72ef621f83 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: 8094 Maintainer: Ubuntu Developers Architecture: i386 Version: 5.3.10-1ubuntu3.48 Suggests: php-pear Provides: phpapi-20090626+lfs 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_i386.deb Size: 3074558 SHA256: ea7a5cca7a506c102e59355b803921d807b386835d5c7878813ec58d6f0fc1e6 SHA1: 50091013796a98f9a5cbc058fc0c6bb7fec067ce MD5sum: b3fccf092e13bd90248d9a7180c1bd72 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: 664 Maintainer: Ubuntu Developers Architecture: i386 Version: 5.3.10-1ubuntu3.48 Suggests: php5-suhosin Provides: php5-json, php5-mhash Depends: sed (>= 4.1.1-1), libc6 (>= 2.4) Conflicts: php5-json, php5-mhash Filename: pool/main/p/php5/php5-common_5.3.10-1ubuntu3.48_i386.deb Size: 162372 SHA256: d477b58a7e919a89ab3e19242384d2114e43c1e4721f4663c609e2a22429a4b2 SHA1: c4931b58fc1664f6bc8b3785903f3af3726b35ff MD5sum: 6a92a23b4ead78b4cfefc14b7dafd4c1 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: 114 Maintainer: Ubuntu Developers Architecture: i386 Version: 5.3.10-1ubuntu3.48 Depends: libc6 (>= 2.4), libcurl3 (>= 7.16.2-1), phpapi-20090626+lfs, php5-common (= 5.3.10-1ubuntu3.48) Filename: pool/main/p/php5/php5-curl_5.3.10-1ubuntu3.48_i386.deb Size: 28048 SHA256: 7a00c24229ca0c20c0e462dfdd7e47594b13c6c4e10fb42d100fa423756b5ee3 SHA1: ceb7ee2f26d39eef72d6844bb8bb0e3ef6c1ff57 MD5sum: a57c26767e3aac3fba5a5ec8bc699def 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: 50359 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 13654548 SHA256: d9d6ebca7b787821152e586e64a846bb4c203c626f8590344f4e910b6a7bbe6f SHA1: 78da2cbbdc1b5ff29e9c68d2619a3f77b459cca4 MD5sum: 98e38f28c4a7971402a5a6b17d7135f4 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: i386 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_i386.deb Size: 421202 SHA256: 85307187cc7f4c56484b9d18a340dab9dba736416fde55e5b7b9db61ca559e8a SHA1: ddff95937a1fd57325fbf52db060a41bc0fd4ef3 MD5sum: e62d957645f9817b913fabdab1c68881 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: 66 Maintainer: Ubuntu Developers Architecture: i386 Version: 5.3.10-1ubuntu3.48 Depends: libc6 (>= 2.3.6-6~), libenchant1c2a (>= 1.6), phpapi-20090626+lfs, php5-common (= 5.3.10-1ubuntu3.48) Filename: pool/main/p/php5/php5-enchant_5.3.10-1ubuntu3.48_i386.deb Size: 8612 SHA256: 81744c6851ea7efe0633f5845f629391719bee8170962c9cdcb232a358f161d9 SHA1: 6c3abba95737508f1d2cb4082919804f68eb8280 MD5sum: ac3af17ca1a29e6cb5f6a940a689e37d 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: 8203 Maintainer: Ubuntu Developers Architecture: i386 Version: 5.3.10-1ubuntu3.48 Suggests: php-pear Provides: phpapi-20090626+lfs 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_i386.deb Size: 3118398 SHA256: 0c557eb170b0b8726f4d41afb7d6fe2f06acdf1d424c9d3e9d565f2a7ca327a8 SHA1: 8c794f936da79c69eab6f88d66df06f2797f341b MD5sum: 950e03f8b1572f46695050c9e19b636c 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: 146 Maintainer: Ubuntu Developers Architecture: i386 Version: 5.3.10-1ubuntu3.48 Depends: libc6 (>= 2.4), libgd2-xpm (>= 2.0.36~rc1~dfsg), libt1-5 (>= 5.1.0), phpapi-20090626+lfs, php5-common (= 5.3.10-1ubuntu3.48) Filename: pool/main/p/php5/php5-gd_5.3.10-1ubuntu3.48_i386.deb Size: 37606 SHA256: 3878f0dd2ca3e51e3bb7da032c659029d77b252ac338e586f5d7af3b8047765a SHA1: ce7d5830d223b75757e6018a78f408da54f9c710 MD5sum: 236a8ca3753a0b1b44b9465993403805 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: 90 Maintainer: Ubuntu Developers Architecture: i386 Version: 5.3.10-1ubuntu3.48 Depends: libc6 (>= 2.1.3), libgmp10, phpapi-20090626+lfs, php5-common (= 5.3.10-1ubuntu3.48) Filename: pool/main/p/php5/php5-gmp_5.3.10-1ubuntu3.48_i386.deb Size: 15250 SHA256: 62e57ab7457e5df6edc8b0892dad1619164a81d0231176ee951b85c0c02bb5f1 SHA1: f5f88d1d780b8c680acfef14ff42bbd8414ba1ac MD5sum: 897bc582358b8b76c066557708d2b358 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: 206 Maintainer: Ubuntu Developers Architecture: i386 Version: 5.3.10-1ubuntu3.48 Replaces: php5-idn Provides: php5-idn Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libicu48 (>= 4.8-1), phpapi-20090626+lfs, php5-common (= 5.3.10-1ubuntu3.48) Conflicts: php5-idn Filename: pool/main/p/php5/php5-intl_5.3.10-1ubuntu3.48_i386.deb Size: 60152 SHA256: c7a146816a3cc309537689aad5f37fec2f71565721c2d3284d47bc5481529bd7 SHA1: 342d3ff5763f8be2b9b4abc8109c9b1b7a87d00b MD5sum: 3c118366429776161727a59cfee55edf 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: 90 Maintainer: Ubuntu Developers Architecture: i386 Version: 5.3.10-1ubuntu3.48 Depends: libc6 (>= 2.4), libldap-2.4-2 (>= 2.4.7), phpapi-20090626+lfs, php5-common (= 5.3.10-1ubuntu3.48) Filename: pool/main/p/php5/php5-ldap_5.3.10-1ubuntu3.48_i386.deb Size: 18518 SHA256: d3c729f2942ed9fd194dee97e32460ff82f7f4220bd61be2c9e082dd2593af55 SHA1: 4e341696d6def74be37420881e058b53775cfbe3 MD5sum: e4ccbd3ab3deb435e5361d46a8d2ce36 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: 238 Maintainer: Ubuntu Developers Architecture: i386 Version: 5.3.10-1ubuntu3.48 Replaces: php5-mysqli, php5-mysqlnd Depends: libc6 (>= 2.4), libmysqlclient18 (>= 5.5.13-1), phpapi-20090626+lfs, php5-common (= 5.3.10-1ubuntu3.48) Conflicts: php5-mysqli, php5-mysqlnd Filename: pool/main/p/php5/php5-mysql_5.3.10-1ubuntu3.48_i386.deb Size: 73292 SHA256: 7efdb39e1e851e9f1a5d1efacab9226db6931e169e535845f4bc1c346a1944ba SHA1: 5af3adf626bf42ece408277f68217bb3f203c9bb MD5sum: d0656533abea8cf2e8e5f170ed17e673 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: 393 Maintainer: Ubuntu Developers Architecture: i386 Version: 5.3.10-1ubuntu3.48 Replaces: php5-mysql, php5-mysqli Depends: libc6 (>= 2.15), phpapi-20090626+lfs, php5-common (= 5.3.10-1ubuntu3.48) Conflicts: php5-mysql, php5-mysqli Filename: pool/main/p/php5/php5-mysqlnd_5.3.10-1ubuntu3.48_i386.deb Size: 140826 SHA256: 89eeee4f8b511b9995bca39ac760a903e9ac6ac91e057ba83eb2d4cfc206b4fb SHA1: 3bdc25522e3c9d1fec0fe0753fdf02943ad8be0b MD5sum: fa1b71c308f61d901127027f4a96cef2 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: 128 Maintainer: Ubuntu Developers Architecture: i386 Version: 5.3.10-1ubuntu3.48 Depends: libc6 (>= 2.4), libodbc1 (>= 2.2.11) | unixodbc (>= 2.2.11), phpapi-20090626+lfs, php5-common (= 5.3.10-1ubuntu3.48) Filename: pool/main/p/php5/php5-odbc_5.3.10-1ubuntu3.48_i386.deb Size: 34160 SHA256: 7d3813730e507b5af3f2cf62489b72478e7c362cdedde54732ec58159aa67775 SHA1: 80bff6fcac950f7169873b93eaf1b1712d5aeac8 MD5sum: 9a7dfb0ba6f2e7cb21697f2aa5bf2f70 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: 188 Maintainer: Ubuntu Developers Architecture: i386 Version: 5.3.10-1ubuntu3.48 Depends: libc6 (>= 2.4), libpq5 (>= 8.4~), phpapi-20090626+lfs, php5-common (= 5.3.10-1ubuntu3.48) Filename: pool/main/p/php5/php5-pgsql_5.3.10-1ubuntu3.48_i386.deb Size: 57682 SHA256: fb2607b7fd34878eeaccb60bf97e62d1190d9e003b6facf728b37210656fc956 SHA1: 518debd4cfb24c3bbb5ff6e6139544b87ef4b30d MD5sum: 105be9a9a4d497840fc3dfe10f4c7430 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: 62 Maintainer: Ubuntu Developers Architecture: i386 Version: 5.3.10-1ubuntu3.48 Depends: libaspell15 (>= 0.60.7~20110707), libc6 (>= 2.4), phpapi-20090626+lfs, php5-common (= 5.3.10-1ubuntu3.48) Filename: pool/main/p/php5/php5-pspell_5.3.10-1ubuntu3.48_i386.deb Size: 8088 SHA256: 21f0ac4137d8e03165c16e6df50539bc489815d306166d2f3e8dc806fd802049 SHA1: 356d6c99e968943b49c58ea91eed68e5c7c54a7a MD5sum: a07dcb7594780abc9f47b2395d795dca 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: 54 Maintainer: Ubuntu Developers Architecture: i386 Version: 5.3.10-1ubuntu3.48 Depends: libc6 (>= 2.1.3), librecode0 (>= 3.6), phpapi-20090626+lfs, php5-common (= 5.3.10-1ubuntu3.48) Filename: pool/main/p/php5/php5-recode_5.3.10-1ubuntu3.48_i386.deb Size: 4298 SHA256: 1a3cd9d47ae47a08c27647f1f9d30a2c5100a8ece737a3e36cd52ff60bcdb591 SHA1: 89c83f4a5e1db223ac61fb433a73d1f7ae58cf6a MD5sum: a1cf1fd0f21b90e9ed472c5c70acd674 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: 70 Maintainer: Ubuntu Developers Architecture: i386 Version: 5.3.10-1ubuntu3.48 Depends: libc6 (>= 2.4), libsnmp15 (>= 5.4.3~dfsg), phpapi-20090626+lfs, php5-common (= 5.3.10-1ubuntu3.48) Filename: pool/main/p/php5/php5-snmp_5.3.10-1ubuntu3.48_i386.deb Size: 10486 SHA256: 8d6ae4593e61a576cb991ac4b469697ccc0782c3698eba5443a9ebfdca984e4a SHA1: 4ec3b9f73c64a93961919482b003d76f9b58fbb9 MD5sum: dba58db7455b23485a3034e7cbfb677e 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: 105 Maintainer: Ubuntu Developers Architecture: i386 Version: 5.3.10-1ubuntu3.48 Depends: libc6 (>= 2.4), libsqlite3-0 (>= 3.7.4), phpapi-20090626+lfs, 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_i386.deb Size: 26498 SHA256: 44b645bd9bcc1aa285f58a87abff8a58d3136bccb3577cf2f69d119ee6eaa524 SHA1: b88a8acde86e2eda5b45a8a24c461f9552e67187 MD5sum: cea3b29e0a3e4712c7f22a73759bd6ee 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: 104 Maintainer: Ubuntu Developers Architecture: i386 Version: 5.3.10-1ubuntu3.48 Provides: php5-mssql Depends: libc6 (>= 2.4), libsybdb5 (>= 0.63), phpapi-20090626+lfs, php5-common (= 5.3.10-1ubuntu3.48) Filename: pool/main/p/php5/php5-sybase_5.3.10-1ubuntu3.48_i386.deb Size: 25054 SHA256: 28b52cd28642e631c2e72c28cd6e7ba420108fb9b59aea246607cbb320ba0a70 SHA1: 8f7e06d2144c4e8743eb55458da64066f524266a MD5sum: f4164eff8ecf056084cadbd8e5f4f21b 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: 90 Maintainer: Ubuntu Developers Architecture: i386 Version: 5.3.10-1ubuntu3.48 Depends: libc6 (>= 2.1.3), libtidy-0.99-0, phpapi-20090626+lfs, php5-common (= 5.3.10-1ubuntu3.48) Filename: pool/main/p/php5/php5-tidy_5.3.10-1ubuntu3.48_i386.deb Size: 17910 SHA256: 4d3b9a99c769a69a995576a1f8e84076fc4da5451ada7ab23aca3e3e27cec629 SHA1: bdba18ac88c290f3ecb48fd296cabca1b787d5c3 MD5sum: 762e57ae52cd836c995580c4beeecaf0 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: 122 Maintainer: Ubuntu Developers Architecture: i386 Version: 5.3.10-1ubuntu3.48 Depends: libc6 (>= 2.4), phpapi-20090626+lfs, php5-common (= 5.3.10-1ubuntu3.48) Filename: pool/main/p/php5/php5-xmlrpc_5.3.10-1ubuntu3.48_i386.deb Size: 35890 SHA256: b125bc630a3b36870297321feddf47df90a252c9f5db7a492e1768eeeec0e014 SHA1: 29b6f8f81a0977a8ee56fe6545745888932e8034 MD5sum: f6bc63dfa755259deb03c6b309a2a6d7 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: 74 Maintainer: Ubuntu Developers Architecture: i386 Version: 5.3.10-1ubuntu3.48 Depends: libc6 (>= 2.4), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), phpapi-20090626+lfs, php5-common (= 5.3.10-1ubuntu3.48) Filename: pool/main/p/php5/php5-xsl_5.3.10-1ubuntu3.48_i386.deb Size: 13592 SHA256: c98dcda7bf439ad9d29b599fbd5f8ff1410a95fec404b47bb0237e65786fa4fc SHA1: ac3927f8675a57fa406c7f0b911c5db5ef962e54 MD5sum: 0f016ed2ed9d0c1baa7d77e2d3b9dbc8 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: 352 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 51630 SHA256: 746b5ff54886d8809015f666aac2596fa1fb3c63a24239b698facc4476fc0edd SHA1: 43700e03a1573175f05c2e646f16921e325387b9 MD5sum: 379974ec5f0be58a93e9077ab3324892 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: 846 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 350412 SHA256: f7558dc8f48c73d4b1c081190588946b740a1d68591195ba0af598efc99c6ee6 SHA1: 5a211e517d34a876e8eacbc170cca2ce23338fd0 MD5sum: 0ba015eb9d9940f3122451dc507a8098 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: 290 Maintainer: Ubuntu Developers Architecture: i386 Version: 3.22-19ubuntu0.2 Recommends: default-mta | mail-transport-agent | fetchmail Depends: libc6 (>= 2.4) Conflicts: suidmanager (<< 0.50) Filename: pool/main/p/procmail/procmail_3.22-19ubuntu0.2_i386.deb Size: 148588 SHA256: 3e3c13ddfb02d85fd75f93d2d284cd37f3cf0d2c9a499dff452704a2df02dab1 SHA1: b6837fd1ea34a45cf69bcc5d99efdc1da94193a3 MD5sum: 6d93d97ca6af738a4a08a404bebc86ae 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: 618 Maintainer: Ubuntu Developers Architecture: i386 Version: 1:3.2.8-11ubuntu6.6 Recommends: psmisc Replaces: bsdutils (<< 2.9x-1), watch Provides: watch Depends: libc6 (>= 2.4), 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_i386.deb Size: 226254 SHA256: 7857c48f527d7b835bab5e02f282589aa8f8e09d42ca5b235189cd40f196b9ec SHA1: af29fb369e7bed54b7f52324b47c2a7080d4cf1c MD5sum: 7da692ec3da680b6c9bdbbb09f9d0f28 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: 672 Maintainer: Ubuntu Developers Architecture: i386 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.4), 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_i386.deb Size: 185188 SHA256: c068d4b3be5dd6620d4c6022c3358627d2dab76cd419b46c245fb7169e6e85ec SHA1: 06a0010d7f83ed58499f5925c8e212a830c07f8d MD5sum: 7420d4e6332cb27b283832dafe634302 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: 5766 Maintainer: Ubuntu Developers Architecture: i386 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.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Filename: pool/main/p/python-apt/python-apt-dbg_0.8.3ubuntu7.5_i386.deb Size: 2281594 SHA256: 7b202309bad443b522ae20170db7f27d7d0584969c50022c536fbb710b842261 SHA1: 7cca9308788880ecb324dfa7d6f9c382e7eb34c0 MD5sum: 10d8b67cca52f4572c2248bcbeb98dde 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: i386 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_i386.deb Size: 8832 SHA256: eca2c5631034c808a2868757b2b0c48ecf4f6a11e5917b7a39bc2e2ff97dd43c SHA1: 5629621d5d21cf1a73261dc55d1956b9baa20946 MD5sum: 0c3d3ac0fe578845dbc4a26400aa23ab 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: 8120 Maintainer: Ubuntu Developers Architecture: i386 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.4) Breaks: bzr (<< 2.3.0-2) Filename: pool/main/b/bzr/python-bzrlib_2.5.1-0ubuntu2.1_i386.deb Size: 1723602 SHA256: bac5493f0b554c7d72d47b16bbb10f070012e5fa925dc2df2251ec193ab58324 SHA1: 63ea3c39155ca241ca3dbdfd06ca627138e2f34d MD5sum: 536f692af6e9900602d306c551df1d98 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: 3174 Maintainer: Ubuntu Developers Architecture: i386 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.4), python-bzrlib (= 2.5.1-0ubuntu2.1) Filename: pool/main/b/bzr/python-bzrlib-dbg_2.5.1-0ubuntu2.1_i386.deb Size: 1235890 SHA256: d33e266ec3e1f6594d49405ff1b30245caaebe26e7fc34894966e45c32c75f46 SHA1: 049356484923f8ef3007dc2c51f5e3ad2ee72973 MD5sum: 936643b3afe28010e03f0cd13707524e 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: 1170 Maintainer: Ubuntu Developers Architecture: i386 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.4), libgmp10 Conflicts: python2.3-crypto, python2.4-crypto Filename: pool/main/p/python-crypto/python-crypto_2.4.1-1ubuntu0.3_i386.deb Size: 292410 SHA256: 846ad13210f1c30cc78bdea27e281323d00a282354c5ff43ace01fdbc80f3e32 SHA1: 9312ab9389ee93896af8aa1aa3dcc18501f04f0d MD5sum: 2f2ebaed60f9cf663c7170ec0e30e672 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: 1340 Maintainer: Ubuntu Developers Architecture: i386 Version: 2.4.1-1ubuntu0.3 Provides: python2.7-crypto-dbg Depends: python-crypto (= 2.4.1-1ubuntu0.3), libc6 (>= 2.4), 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_i386.deb Size: 488662 SHA256: 3f247f236c24a74ad5ebe4fd2c83b3062ec25337ee48308fadc6f7da78775064 SHA1: a6c693df1cf28564cea6493931a7cd97e5a23ec4 MD5sum: 8466a3f81145a3adb1a94ad92c7cf621 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: 1002 Maintainer: Ubuntu Developers Architecture: i386 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.3.6-6~), python-markupsafe Enhances: python-pybabel Filename: pool/main/j/jinja2/python-jinja2_2.6-1ubuntu0.2_i386.deb Size: 159954 SHA256: b52b7b5e9df752b5a6cb40d8f6cd895b3a53c6409c02921018be3c9abcb5a0fe SHA1: 5197cb5e2b8e119c29ccb2616a37a00218ba6056 MD5sum: 99a4b3718408ead110187b72b5760304 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: 88 Maintainer: Ubuntu Developers Architecture: i386 Version: 2.6-1ubuntu0.2 Provides: python2.7-jinja2-dbg Depends: python-jinja2 (= 2.6-1ubuntu0.2), python-dbg, libc6 (>= 2.3.6-6~) Filename: pool/main/j/jinja2/python-jinja2-dbg_2.6-1ubuntu0.2_i386.deb Size: 11530 SHA256: 926f2f652a42f22869cac1e93c637601dc43fccdafe6b7cc73f03ec4b7f7512d SHA1: 311f06115a352f6357b8c906af5dc5c5cfffec5f MD5sum: 52b4cc26ba6dcc1b88f8ed652fd3f095 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: 2478 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.19.dfsg-1ubuntu3.1 Depends: liblcms1 (= 1.19.dfsg-1ubuntu3.1), libc6 (>= 2.4), 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_i386.deb Size: 698610 SHA256: 9dedf5ffbbba0fe72c700afd7b4990df1b24b3fec43802dea8f2a6367ebb4467 SHA1: c9016b6f7e3f5bc9626966a85bffae2d3eec4397 MD5sum: e34e625cf253de0136c6c0b9c3aabb8f 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: 857 Maintainer: Ubuntu Developers Architecture: i386 Version: 2.7.8.dfsg-5.1ubuntu4.22 Provides: python2.7-libxml2 Depends: libc6 (>= 2.4), 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_i386.deb Size: 182436 SHA256: 23df07cd80cc708169bfdf6ea7beae6d63ff0342cfa47149bf11d6f0a9a0f1f5 SHA1: 8f28822e718d4a4a649c621dcc12843a946fe79b MD5sum: ea2d655f2aff2287df3a8bf9b072cbb8 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: 1071 Maintainer: Ubuntu Developers Architecture: i386 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.4), libxml2 (>= 2.7.4) Filename: pool/main/libx/libxml2/python-libxml2-dbg_2.7.8.dfsg-5.1ubuntu4.22_i386.deb Size: 362516 SHA256: a94f0fa0ac1022973cb3689ea50a3cfb14dec482f351b75e529689d47437a8c4 SHA1: edee9822c1cf63ef82f084e8d0176444a01be3ef MD5sum: 0c46b026b48c7c7f97380060c3b4ac6d 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: 288 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 39934 SHA256: 33b4bcc12dd046084299cfd8648de7a23d1226c289e3db022cea2a909a268b7d SHA1: f24882253c7c8b910e9123b9e8aae76662edbb81 MD5sum: 0802b13273d51a67051ca52f22e5c172 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: 505 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.1.26-8ubuntu1.6 Provides: python2.7-libxslt1-dbg Depends: python-dbg, python-libxslt1 (= 1.1.26-8ubuntu1.6), libc6 (>= 2.1.3), libxslt1.1 (>= 1.1.25), python-libxml2-dbg Filename: pool/main/libx/libxslt/python-libxslt1-dbg_1.1.26-8ubuntu1.6_i386.deb Size: 133806 SHA256: 2dfea9a390a49a9e2136787733eed68ff8bba855dd703f6a0349df1e6b563218 SHA1: 6b3a15b0afd62d143dacd73b3ea0d56b0cc553bf MD5sum: 19aabc8db68b65e3ed3a429d04fa81a7 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: 2001 Maintainer: Ubuntu Developers Architecture: i386 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.4), 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_i386.deb Size: 617002 SHA256: a06143c8689a0a0429b59610fd0b68d1e119816fee7011b06ad77beb437fd007 SHA1: 0130253b731d9add7797b10edb2c3bf35ecb5e11 MD5sum: 9ea8533cc8dedad633b8e110443dd30e 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: 8016 Maintainer: Ubuntu Developers Architecture: i386 Version: 2.3.2-1ubuntu0.5 Depends: python-lxml (= 2.3.2-1ubuntu0.5), python-dbg, libc6 (>= 2.4), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.26) Filename: pool/main/l/lxml/python-lxml-dbg_2.3.2-1ubuntu0.5_i386.deb Size: 2882448 SHA256: 5754271d7da18a9328549f25cb76fda0b2aea8937631046f562094b345beb0df SHA1: 95aa5b187ff60e81ed8cdc1d09cbbf972db56fc6 MD5sum: feae14912f7b614e743c882c339a0c95 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: i386 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_i386.deb Size: 4842 SHA256: 7213bcf935c1cd8816c0ac1bfd083eda0b34f108156d77a223a35c6269013ceb SHA1: d27a3de8677704788979d45f2e7d61f5b72d8f2b MD5sum: 48d0530ada8df167c2df47086f24f290 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: i386 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_i386.deb Size: 940 SHA256: fd58fa0da8f33feda83b0658aaf3e55e79e6a52e93a21af0afb7188d22aa17eb SHA1: e0096b76c193a0790a4ce02b8c52b926481eca26 MD5sum: 03df6464f697b5049498bb3459336a67 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: 2894 Maintainer: Ubuntu Developers Architecture: i386 Version: 1.6.17dfsg-3ubuntu3.8 Suggests: python-subversion-dbg Provides: python2.7-subversion Depends: subversion, libapr1 (>= 1.2.7), libc6 (>= 2.4), 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_i386.deb Size: 620052 SHA256: 379b6356adccbb0f8b5941a6d0e9d0545a945807d1ac47188e2498fcd9a306fd SHA1: 2bf9c0a47b2d999361b1cb1bb771e72cb3d66439 MD5sum: 34d90364904236b0975c9459421e426a 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: 7544 Maintainer: Ubuntu Developers Architecture: i386 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.4), 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_i386.deb Size: 2552768 SHA256: aacb51de2ada4d0ce910004767c561d4244ab2be419fc145f2887d24d3b9b783 SHA1: b3aa0ec5cd1dfedce176eb508b60dd3e75590957 MD5sum: 05cb395b7be81f7abd739f49c92b81f2 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: 8576 Maintainer: Ubuntu Core Developers Architecture: i386 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_i386.deb Size: 2653792 SHA256: 7255e52efa3e6b81892886efee2f3ed4d7453b24301141e6cd27808228b9beb4 SHA1: 22c7c22d9dcc590b0f5891680cbf4b893b2523aa MD5sum: 79f6ff16cb2bf9a09411580bb34dab26 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: 24594 Maintainer: Ubuntu Core Developers Architecture: i386 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.4), 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_i386.deb Size: 8990820 SHA256: 4397cc8ab36306edc82d6f8d705053e6f6c3eff9202a0664dcbc44989fc304ad SHA1: 2a3dcb13494f883d26a8399773dd16396d0d88d2 MD5sum: 9fda03c230c385d3202b05c32fd7b879 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: 35674 Maintainer: Ubuntu Core Developers Architecture: i386 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_i386.deb Size: 29250078 SHA256: 28d860c139166b1ff583bf13091e379e21a56b11ffcb5589eac97174d7c8f993 SHA1: 36018a10b43a96ab63130d9e73d998075d6ebfc4 MD5sum: 9fc93bbb6ca936fcead220703b01b165 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: 5293 Maintainer: Ubuntu Core Developers Architecture: i386 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_i386.deb Size: 1692462 SHA256: f6f468793327353c1a333a314af31330e343674036d36530e868ddb9818c54f2 SHA1: 82ed75c20c27407a36e44ed2e4f7c5b90c28ad20 MD5sum: 59f58b4ab6110173eb33b72ac068dbc0 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: 612 Maintainer: Ubuntu Developers Architecture: i386 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.4), 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_i386.deb Size: 172056 SHA256: 8743ef772c4dfe9a3f0b81bd667ce2fd6e2874ea877c64662f306f7f8daf10cf SHA1: cf8e6a78fb2d368f882147df063e7f1644e3317f MD5sum: 56990b971f7f04805ed4498f5de949ec 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: 5532 Maintainer: Ubuntu Developers Architecture: i386 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.4), 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_i386.deb Size: 2201146 SHA256: 137196830547388588f2dadcd7c3ccb6964b3bbd4b42ec53d59b29ffc42fdb04 SHA1: cefbdacf58643cbec47edb6308cd52693c5b8ded MD5sum: 242e700730e21c3a42de9f114d35503f 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: 1055 Maintainer: Ubuntu Developers Architecture: i386 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.4), libgmp10 Filename: pool/main/p/python-crypto/python3-crypto_2.4.1-1ubuntu0.3_i386.deb Size: 294700 SHA256: 5d60ee38292444093795cddb40971d448624bcb9cc618e758eddedd37f23982c SHA1: 2370ab77140f3fb5148266e38bc1d94a807bfdbd MD5sum: ddae317a31953e9701a6bda0ca969e63 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: 1327 Maintainer: Ubuntu Developers Architecture: i386 Version: 2.4.1-1ubuntu0.3 Provides: python3.2-crypto-dbg Depends: python3-crypto (= 2.4.1-1ubuntu0.3), libc6 (>= 2.4), libgmp10, python3-dbg (>= 3.2), python3-dbg (<< 3.3) Filename: pool/main/p/python-crypto/python3-crypto-dbg_2.4.1-1ubuntu0.3_i386.deb Size: 484894 SHA256: bc7919134a95fb1b881ad566c06be036fa71eea2437c69311fc1cdf99d96bcd4 SHA1: ee8cc81bc4f0fdb9e0e67c1919a6e3b61fb37e4a MD5sum: bfb688ad7208be9861487cdf5b52f103 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: i386 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.3.6-6~), python3-markupsafe Filename: pool/main/j/jinja2/python3-jinja2_2.6-1ubuntu0.2_i386.deb Size: 157288 SHA256: 336b86754af982d626e3aa274cd3e715fc94e6a3786099acf0d5c52ee898f297 SHA1: 60c73faea596668b6f80b987f9b44e57689f21aa MD5sum: e338e22ee0d6ea840082380927487823 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: 88 Maintainer: Ubuntu Developers Architecture: i386 Version: 2.6-1ubuntu0.2 Depends: python3-jinja2 (= 2.6-1ubuntu0.2), python3-dbg, libc6 (>= 2.3.6-6~) Filename: pool/main/j/jinja2/python3-jinja2-dbg_2.6-1ubuntu0.2_i386.deb Size: 11450 SHA256: 6a9ea38d99bab5352305df94d5e9d83b1454681751a247576d871449313a17bf SHA1: 918c59774c1a943caf616c54d71a1951084eae45 MD5sum: 7d5c879a28c03e7eb2db8c0ada290d4a 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: 1923 Maintainer: Ubuntu Developers Architecture: i386 Version: 2.3.2-1ubuntu0.5 Suggests: python3-lxml-dbg Provides: python3.2-lxml Depends: python3 (>= 3.2), python3 (<< 3.3), libc6 (>= 2.4), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.26) Filename: pool/main/l/lxml/python3-lxml_2.3.2-1ubuntu0.5_i386.deb Size: 609446 SHA256: 5a43f7b1769ec7c495aa99e69a16595b7bac9259d56b402ca9c601fa335a0d24 SHA1: b3d35862c1430682303d0f30be2d5f373b26b893 MD5sum: 36a873d44f4848cfe5a70baefcac7551 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: 8004 Maintainer: Ubuntu Developers Architecture: i386 Version: 2.3.2-1ubuntu0.5 Provides: python3.2-lxml-dbg Depends: python3-lxml (= 2.3.2-1ubuntu0.5), python3-dbg, libc6 (>= 2.4), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.26) Filename: pool/main/l/lxml/python3-lxml-dbg_2.3.2-1ubuntu0.5_i386.deb Size: 2877092 SHA256: 9ccff17ce214ea9feda3d3221b6cffb701545dbf5fa90de128a7f0696a5dd698 SHA1: 7e8cb082db3624c3db5b7b1d035eea7777805555 MD5sum: a7d9a7291e8722d523970e0eedbb98cf 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: 1111 Maintainer: Ubuntu Developers Architecture: i386 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.4), 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_i386.deb Size: 404082 SHA256: a47f5ea7d923ef9438c388866e7ebfad7a0715172db328c3cf0089ffaed431a6 SHA1: 57ae33703b113c2437f0151fab59b2ce161de115 MD5sum: 35edfd96b42a7be5e9c7f81c7ac37134 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: 624 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 299646 SHA256: f29b5e31fdb682d9a64fc7e5bf1b8a6907414ff17a9c290cdf48327878f570b3 SHA1: 040c723611888fa4ccb7eecaa3e30f05b57fa79e MD5sum: 62fdb7a1209156569fb85135186e3726 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: 145 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 47858 SHA256: 8029dfb0e40900e4093ee9c61e24ce71c991435bb419598f1fd728c5d7dfc759 SHA1: 80836dc34a3285df1e840142b0e1c80626e05d38 MD5sum: 10ba1881c241984c0a8dfc2bfec79731 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: 22775 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 8163620 SHA256: 465dfb33b227ccbd157521e4711b15115b13c15782ad37a50d403e9cc182b891 SHA1: 44c851be550e5219057400519b200122a266ae4e MD5sum: 01149a3324f89613c4891f2f6b72ab37 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: 18296 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 6280000 SHA256: 7c5935f9e7341c5cdae744fa90e2553c4104d6ea0fe3fa37b064c060f0b54eac SHA1: 4921e386ae7bd7e35580bf7ea982e5fb511b71a1 MD5sum: 814a172ed3f2362695fa7c8c320e8085 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: 54903 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 49292922 SHA256: 9e33c84e7f765fc61bb192421497805c222df8ea9da2dfa609631a14c2f2120f SHA1: 028e7f452fc761d2cefe092cc73a45337f4308b5 MD5sum: 7f44672f05f23ce9959568742b3329e8 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: 33419 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 11717486 SHA256: e1e7e2ba10f32a5ad390c20c9e395322e9aed0bb4849527e8f93cc322d9fbad4 SHA1: 102e9a8a841084fe5774b4b224fb67e4dd7544a3 MD5sum: c98f03a8d6b0f5c6eff95ed505819452 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: 380 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 130044 SHA256: 980af9bdaef152aabf2547bd54e01aa72de79c73a98d58b4c43f9998d6bc68c5 SHA1: 704f77d461a6695f4da84c9d30487c43f8fa8364 MD5sum: c67688c832bbbeb0d5a8a3bcb17180ad 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: 885 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 597660 SHA256: 91c39e1c9819ec56b01af52b7df9fa7632e8ef41962b8dd7dbaeb67477dcdec8 SHA1: 1d79b225d664f7510965f4296eafc61a6e5c01ed MD5sum: e62cd376e989356029776f050e2da739 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: 4066 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 1691454 SHA256: 5c524d874ecdc85732ad3200aac51cb551ef19ff57ab8b3c7fa734dcced0c686 SHA1: c0a07cee93177f432ee872ac4c38bb9bd4144ca3 MD5sum: a67b17bc323e8ca499b386cdff85240d 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: 5166 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 4632126 SHA256: 6cca69ab296fa4e9b5a12900e60abf15d55f85852d3e9758af26700529af66b8 SHA1: df915769c977d882fa3596bca059b5a09a392ab3 MD5sum: e96c79fb303cc945a0bc9ce39a8708e2 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: 42723 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 14280156 SHA256: 75739f4494f8889e440433b94e053dc9d56d4042e162a5c105b489d12dbbfeab SHA1: 7ce173057559e57441848b8c292caa8b02f29136 MD5sum: 54c41d25e82e6e7aea53c04b847df3eb 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: 447 Maintainer: Ubuntu Developers Architecture: i386 Version: 5.4.3~dfsg-2.4ubuntu1.6 Recommends: perl-modules Depends: libc6 (>= 2.4), 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_i386.deb Size: 155946 SHA256: 6342587cbd8c58ca8752185a1d608122e63cdfa8c156e44983a594d5c6bbe797 SHA1: 6719b11a39d72152e4cc723c3008fe988975d728 MD5sum: b4a4eb922f3af034e5cb288de0eb2650 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: 259 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 75530 SHA256: cef63f91d6fbd19ed4c8856824f958274baade50f7065a25df69b4aa58c78564 SHA1: 47ee0a060b3292fca270aab1b72d377520a0bf23 MD5sum: ca3d53b6bfa94cd5598c7442b91406a2 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: 140 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 54400 SHA256: dfe368170e5bc7842a07da2d01a88b82e593d5845aaad98bda45c639858438f6 SHA1: ff15c4ffb60bf48f3f2b25335b9856636860b1c4 MD5sum: bbc951c9e2e9bfec5ddd0356b8a8f3fc 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: i386 Version: 3.7.9-2ubuntu1.4 Suggests: sqlite3-doc Depends: libc6 (>= 2.4), libreadline6 (>= 6.0), libsqlite3-0 (= 3.7.9-2ubuntu1.4) Filename: pool/main/s/sqlite3/sqlite3_3.7.9-2ubuntu1.4_i386.deb Size: 26172 SHA256: b0dec966bcb0c2fc0f64800bcee1f57caad689f6d3a49eb80aca2e70bd7991d1 SHA1: 028874275758be003020e6ad8ed3b8cf05f49bf3 MD5sum: 6af06cdcabf76253c0308223ba9c0b24 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: i386 Version: 3.1.19-1ubuntu3.12.04.10 Depends: squid3 Filename: pool/main/s/squid3/squid_3.1.19-1ubuntu3.12.04.10_i386.deb Size: 6248 SHA256: 6fcb18e2d86fc06b3c2225a9a98b52debcea1ba7e4c1ea4ff621648ea22aacb2 SHA1: 96531bc68343b4a4705ffea34155b176088141ed MD5sum: d802281f7aaaef9807816666be97b5c6 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: 225 Maintainer: Ubuntu Developers Architecture: i386 Version: 3.1.19-1ubuntu3.12.04.10 Replaces: squid3-cgi Provides: squid3-cgi Depends: apache2 | httpd, libc6 (>= 2.4), 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_i386.deb Size: 45712 SHA256: 10c943e6c1fba1fce75701d913e29e4c117282c0becaab3803b605959c662ead SHA1: b7a43926b7220b2f1023a8a88d299788a51cbab8 MD5sum: 2598494a64e8f0c3eb57701bfc2a512d 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: 3913 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 1521902 SHA256: 09f6d8786b634c7ce9872f12e17683f270d75fcd19ff49fc9da9f5f8133fe6a9 SHA1: f9c3ac2295851b3cb92c4b5369145cb2e682a45d MD5sum: f4ab44b172ccb81ce52fe22b73434598 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: 13299 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 5525020 SHA256: a94343191abca2706416a2e6fc17e2e43e8df41cd22434ffa3724ee263da2f9b SHA1: 6e15eece0b1e15692391e667bfa78bd2905c4bb0 MD5sum: 2827305cbf6890b4d6b8215a2b081c34 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: 201 Maintainer: Ubuntu Developers Architecture: i386 Version: 3.1.19-1ubuntu3.12.04.10 Replaces: squid3-client Provides: squid3-client Depends: libc6 (>= 2.4), 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_i386.deb Size: 40666 SHA256: 0ed4b5834ad33e670f5f9a9a9923df93db7c5bc5e29a31c293ff4c5e971b93ae SHA1: 6e5c745e128a5c8b0f4609c2fa43791b8917f71a MD5sum: 28628b1ec9ae8045fd36ae4964e69b08 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: 108 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 18590 SHA256: a1135ef733fa624acda285c32335497a0762741eff36eea8c91034fca4677d17 SHA1: 67147763368f90dd37b60e53b4ef70576fd899b9 MD5sum: d5215a3f44698bbfd0441d63eb3f02ed 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: 1148 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 292368 SHA256: 638f517a8f9382a43541b550bb89d38041f46bb3fd06bfe7a2429afbfa541c61 SHA1: e446f4ca2d626fd986f4b40e5c8781702cdce400 MD5sum: e50bf2e197bc6b3b20bc62f2940cfc94 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: 984 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 280446 SHA256: 55eb9aa03e9ea57a84589bbe3788908a8a1b4570417337022b716b20c54d9939 SHA1: f255596c96e7a90c9a47a87950d00dddaddcc7bd MD5sum: d643083fe04238d66fc6c7a9d77511dd 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: 1024 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 306864 SHA256: 7fde28652c1b0ff8f0619b7b769e744c297f9eff170a0f731ce59428f50d0946 SHA1: be5d5b84a66be122493087b1e66a802bb28a16f7 MD5sum: bd4833fc691679eb1594bbb51afa42ad 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: 6867 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 2239722 SHA256: 80bdaff4c910773065eb4df8859509611ab62e4fe156d7bbb8ab3fe1c484c3e3 SHA1: 6830a40aa17bc1cb25600d4617327a273635d4aa MD5sum: 0cf4e4eb13b3df0af94ac530a00c7978 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: 700 Maintainer: Ubuntu Developers Architecture: i386 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.8) Breaks: dpkg-dev (<< 1.14.26) Essential: yes Filename: pool/main/t/tar/tar_1.26-4ubuntu1.2_i386.deb Size: 218404 SHA256: 69a923bb26a384897325416edd37ae114af0b8bb9e5da3d7fa7622ffbc213813 SHA1: ddcbecdd93d48deb12266695fe6b204888307d41 MD5sum: f5f588a2943df3da09503a986ea98550 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: 952 Maintainer: Ubuntu Developers Architecture: i386 Version: 4.9.3-0ubuntu0.12.04.1 Suggests: apparmor (>= 2.3) Depends: libc6 (>= 2.7), libpcap0.8 (>= 1.0.0), libssl1.0.0 (>= 1.0.0) Filename: pool/main/t/tcpdump/tcpdump_4.9.3-0ubuntu0.12.04.1_i386.deb Size: 407518 SHA256: af7d10ae61e2c06285723bbd52e5bf5e6e59aea53c5fdf34801c2c84f656151f SHA1: 09f9a055e367877ca5969251a1d3425c3aebdf41 MD5sum: 9ea064f18fe392610b5ea916ae497bb8 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: 383 Maintainer: Ubuntu Developers Architecture: i386 Version: 6.0-4ubuntu2.6 Replaces: unzip-crypt (<< 5.41) Suggests: zip Depends: libbz2-1.0, libc6 (>= 2.4) Conflicts: unzip-crypt (<< 5.41) Filename: pool/main/u/unzip/unzip_6.0-4ubuntu2.6_i386.deb Size: 187686 SHA256: 786e59b96a1c6340b45c83095feb1ef803a74d9fff657c437329b510cdd4e6f6 SHA1: 2e656c405aece0bbf83b992a89294c9e11f3dfd2 MD5sum: 3100eb172c42fb2013646498571c720e 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: 1904 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 978732 SHA256: d8abaf76cb86c713a8bbfa0378c93750e4b4f5129a8c507ba7fd66f9230c60d8 SHA1: 0463fec2fcae0fb64bb93593c54744ed2b5acaee MD5sum: ca32720ff02dabaeb7b69c577a590f3e 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: 2209 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 1119130 SHA256: 5133a2c0ba124264bd2b96ddecbb654ba12203b69f148085cef59fb8426f52df SHA1: 5996320632204b85b46166629c1bc707cbd1bdd4 MD5sum: df9dfa30debba94a5b78896b281ef751 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: 295 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 85750 SHA256: 5c8f705e8521e570c96594feac09e6ac60cca2f6557166e1180ba9d980f48318 SHA1: 198642462a267ad6727c42cec5dfa118045c1498 MD5sum: 50c10f748e8fb44319b0e913e2ea1742 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: 21018 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 9944172 SHA256: a6a1200d8525c0a3bb8a758b4337566a962f36fef0b56906b68ebcfe9e151470 SHA1: de7bc4d9fbe7e728aec01af9503ac265e7792d8f MD5sum: 0402ffc475cd2a9aa663db4a920bbe3f 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: 2260 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 1137428 SHA256: 70e424ad3e1897f6074a2e1578d2c8f23aaf6cfc58a7d0b7e4fd1cbee9de0608 SHA1: a58ab8e2cbe341f2eb990aa750fae484ff7c28de MD5sum: 00820c4217c70b3b79a22bbc5f2aac5b 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: 2252 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 1135688 SHA256: dcc460a38c75abad4735e21fccc95818657d354925092d16457e0a08e853ddf3 SHA1: b15c73383ae0644e85096565299acb428002fd66 MD5sum: 58b013a2290b9b9c2329678c5983b663 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: 1973 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 1007840 SHA256: 39ddd628f00c1e3ad5036614adf154612c166fe19f7ff292e85c18d9455c5cc2 SHA1: f92e7ff4ea6c3ab35dc0fc4ab4c8ae27b5357bd4 MD5sum: b1baf7d3b689195a0e0b56ef2ddc65c8 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: 776 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 379284 SHA256: f39b6ab2696ecf08617e2d27bea23482fd0c460ba7c2ce9222d8f3beb1432012 SHA1: fa9454f4624d915ebd62b59ad22bde29e049a872 MD5sum: 75ca7b01a6557074bea82f6fcec849e7 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: 2044 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 1105860 SHA256: a1acf965749c19212d67d788a8bca4c0e9f585027047df6187d536d565a37182 SHA1: d9f91fad43192d7a7da43ceee5b2c9de5e88f7f6 MD5sum: 4e4e1aee3fa7d924f21c3ab6d6a554d7 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: 166 Maintainer: Ubuntu Developers Architecture: i386 Version: 0.5.3-5ubuntu1.3 Depends: w3m (= 0.5.3-5ubuntu1.3), libc6 (>= 2.7), libimlib2, libx11-6 Filename: pool/main/w/w3m/w3m-img_0.5.3-5ubuntu1.3_i386.deb Size: 22938 SHA256: 7419f2ed2f8a44b1842411acece18333eec85391df12e510a24f0dd3ce79281b SHA1: 77eac0d65d64d93b995ca8d942a8ca9927f10401 MD5sum: d451862329d96465d77621befe140327 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: i386 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_i386.deb Size: 279174 SHA256: 3847606ca9ea82ddfb7de0ca6e488c5321782e4fae0688d053872093c6a25432 SHA1: 2635c7859506390e831ff4486ccdf0b657301032 MD5sum: 2d0b5502e56e667c943a8357d8a56613 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: 12809 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 4441720 SHA256: 1f14b0b624277bdd2f6c34435f5cebbb6c41b2136bd93cdb10379e85be7ef5da SHA1: 38ef0ec7e57971aefc82535a4f42933e4043e488 MD5sum: 38ff322c271b2ee9a60b106da09db4e6 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: 723 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 271232 SHA256: 57907784d31b6c74273373136c7f372fcbb48a0a2521e76bb92fdfa8bdb03168 SHA1: d2bd2462bcff8c5b7ebb7b4c1d2782d9d0c4558e MD5sum: 5f947a737cdca2f6f5a9cbaf79dedf6b 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: 1237 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 495226 SHA256: 922eb5e9ec02a9faaf27107e056d1b055fc2c55161b579f598f4b4b03f77093f SHA1: 066c89b27f772f7660332ff0540b96b1b1474e42 MD5sum: 23f201c9676b68f0650ac9d5f2208c7a 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: 162 Maintainer: Ubuntu Developers Architecture: i386 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_i386.deb Size: 14392 SHA256: eb4282105d70545a8cd962abc5bde41b2a28db4b9134dd7c3223a86fcfe4ba03 SHA1: 426b3fbec7e65a920a7e225fb095434157ac7a63 MD5sum: 98796b9ca5959f3f4dc6eca1f839cb71 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