Package: acpi-modules-4.1.0-ucs174-586-di Priority: extra Section: debian-installer Installed-Size: 125 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: acpi-modules Depends: kernel-image-4.1.0-ucs174-586-di Filename: 4.1-1/i386/acpi-modules-4.1.0-ucs174-586-di_4.1.6-1.174.201602110938_i386.udeb Size: 29734 MD5sum: 7b872c5e887f26643faefbcaa573b736 SHA1: a53233a17afd04be200ede656bb8e2aaec3e3f27 SHA256: 6d71a2520a59edb1f37253e3df5af7ceb5d0c7a81e89ed1484ddf3211a9635ad Description: ACPI support modules This package contains kernel modules for ACPI. Kernel-Version: 4.1.0-ucs174-586 Package: acpi-modules-4.1.0-ucs174-686-pae-di Priority: extra Section: debian-installer Installed-Size: 114 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: acpi-modules Depends: kernel-image-4.1.0-ucs174-686-pae-di Filename: 4.1-1/i386/acpi-modules-4.1.0-ucs174-686-pae-di_4.1.6-1.174.201602110938_i386.udeb Size: 25386 MD5sum: 2d0d76b99f8a7603ae65426ea1e917b0 SHA1: d7d1c369b2064ff5ed73b3a94bb66b94db56d709 SHA256: e0b99d24a0a91340886a5ca8a9f1b922fdbc517a2ea352ae3e4cb7670e111ba0 Description: ACPI support modules This package contains kernel modules for ACPI. Kernel-Version: 4.1.0-ucs174-686-pae Package: apache2-dbg Priority: extra Section: debug Installed-Size: 8035 Maintainer: Debian Apache Maintainers Architecture: i386 Source: apache2 Version: 2.2.22-13.95.201512071109 Depends: apache2.2-bin (= 2.2.22-13.95.201512071109) Filename: 4.1-1/i386/apache2-dbg_2.2.22-13.95.201512071109_i386.deb Size: 1642378 MD5sum: 97caa5e8fa6cb1c019241f6f87755c27 SHA1: ff057828e2a7e96dcd0cfb9a497f41af040be687 SHA256: 959d97015c08682716218786d2cd715e2d45ae5069f5a09d2c700aa98d618611 Description: Apache debugging symbols This package includes the debugging symbols for Apache 2. See /usr/share/doc/apache2.2-common/README.backtrace for more information. Homepage: http://httpd.apache.org/ Package: apache2-mpm-event Priority: optional Section: httpd Installed-Size: 55 Maintainer: Debian Apache Maintainers Architecture: i386 Source: apache2 Version: 2.2.22-13.95.201512071109 Provides: apache2, apache2-mpm, httpd, httpd-cgi Depends: apache2.2-common (= 2.2.22-13.95.201512071109), apache2.2-bin (= 2.2.22-13.95.201512071109) Conflicts: apache2-common, apache2-mpm Filename: 4.1-1/i386/apache2-mpm-event_2.2.22-13.95.201512071109_i386.deb Size: 2320 MD5sum: 7190af9df54a9a70408c8939c3bd3e75 SHA1: e195fa8a56755c23a2334ecb153768b0f2848553 SHA256: c4e3c7a45053419c7315976abac61bcfc35bbd3bc1c55c8fb3c79267f238f1b3 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. Homepage: http://httpd.apache.org/ Package: apache2-mpm-itk Priority: extra Section: httpd Installed-Size: 55 Maintainer: Debian Apache Maintainers Architecture: i386 Source: apache2 Version: 2.2.22-13.95.201512071109 Provides: apache2, apache2-mpm, httpd, httpd-cgi Depends: apache2.2-common (= 2.2.22-13.95.201512071109), apache2.2-bin (= 2.2.22-13.95.201512071109) Conflicts: apache2-common, apache2-mpm Filename: 4.1-1/i386/apache2-mpm-itk_2.2.22-13.95.201512071109_i386.deb Size: 2350 MD5sum: a2bc4c0b8191a812ff3cddde53acffe3 SHA1: 585d151480c81fba2f134c794c8ae95d0a57c1aa SHA256: 45f0a20494f2f3afa2a8d8ae4a12360039e764831d9830f0c185d1c940061ac1 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. Homepage: http://httpd.apache.org/ Package: apache2-mpm-prefork Priority: optional Section: httpd Installed-Size: 55 Maintainer: Debian Apache Maintainers Architecture: i386 Source: apache2 Version: 2.2.22-13.95.201512071109 Provides: apache2, apache2-mpm, httpd, httpd-cgi Depends: apache2.2-common (= 2.2.22-13.95.201512071109), apache2.2-bin (= 2.2.22-13.95.201512071109) Conflicts: apache2-common, apache2-mpm Filename: 4.1-1/i386/apache2-mpm-prefork_2.2.22-13.95.201512071109_i386.deb Size: 2370 MD5sum: 91b1d41f373b8768af975f15ae09ca4a SHA1: cf048adb57f3f68f47a112917cc202ab93ae5706 SHA256: 86118f9ba34caf964cfe54a78ac7cf02ae992fa985cce45f9325cef46c0830bf 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. Homepage: http://httpd.apache.org/ Package: apache2-mpm-worker Priority: optional Section: httpd Installed-Size: 55 Maintainer: Debian Apache Maintainers Architecture: i386 Source: apache2 Version: 2.2.22-13.95.201512071109 Provides: apache2, apache2-mpm, httpd, httpd-cgi Depends: apache2.2-common (= 2.2.22-13.95.201512071109), apache2.2-bin (= 2.2.22-13.95.201512071109) Conflicts: apache2-common, apache2-mpm Filename: 4.1-1/i386/apache2-mpm-worker_2.2.22-13.95.201512071109_i386.deb Size: 2254 MD5sum: 8516c6f51ba16f952446a76a27f383c5 SHA1: f330df6feaf74e35ce49e0bf05605d42bc7f3af9 SHA256: 79f8cd4eb83cf71b16d63bb0799594133888cc2b94abd79a4afd6aa543a45984 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. Homepage: http://httpd.apache.org/ Package: apache2-prefork-dev Priority: extra Section: httpd Installed-Size: 579 Maintainer: Debian Apache Maintainers Architecture: i386 Source: apache2 Version: 2.2.22-13.95.201512071109 Depends: apache2.2-common (= 2.2.22-13.95.201512071109), openssl, libaprutil1-dev Conflicts: apache2-threaded-dev Filename: 4.1-1/i386/apache2-prefork-dev_2.2.22-13.95.201512071109_i386.deb Size: 114598 MD5sum: dcdd7edab906318227316cec672b07b2 SHA1: 490a9e62a1524c29e0837a82f09aeb80e2ee81c9 SHA256: 4b6f05f65fd86878a350fc6cd8cd45038c606f6f97d2a48c4e6a83438b6aa3aa 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). Homepage: http://httpd.apache.org/ Package: apache2-suexec-custom Priority: extra Section: httpd Installed-Size: 189 Maintainer: Debian Apache Maintainers Architecture: i386 Source: apache2 Version: 2.2.22-13.95.201512071109 Replaces: apache2-suexec Provides: apache2-suexec Depends: libc6 (>= 2.3.6-6~), apache2.2-common Conflicts: apache-common, apache2-suexec Filename: 4.1-1/i386/apache2-suexec-custom_2.2.22-13.95.201512071109_i386.deb Size: 108274 MD5sum: 3e1b7b6160d954d91d4aa90276c087e8 SHA1: 1cfa961df848cd6694388bd0e30637a8437e9f93 SHA256: 6c4c41c9b963e07d95da76977a552ea45a5e808d6fc2db398e58ef01dd1190ff 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. Homepage: http://httpd.apache.org/ Package: apache2-suexec Priority: optional Section: httpd Installed-Size: 175 Maintainer: Debian Apache Maintainers Architecture: i386 Source: apache2 Version: 2.2.22-13.95.201512071109 Replaces: apache2-suexec Depends: libc6 (>= 2.3.6-6~), apache2.2-common Conflicts: apache-common, apache2-suexec Filename: 4.1-1/i386/apache2-suexec_2.2.22-13.95.201512071109_i386.deb Size: 106666 MD5sum: 62f434bd368c5c4104a3cdec655f248d SHA1: 9881352248d85bb2feaf74c03a2dd3970d42e921 SHA256: 8b621acc988b143fad6f8e19411fc15881eb850c00214b4e88bcf3971c8b2597 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. Homepage: http://httpd.apache.org/ Package: apache2-threaded-dev Priority: extra Section: httpd Installed-Size: 585 Maintainer: Debian Apache Maintainers Architecture: i386 Source: apache2 Version: 2.2.22-13.95.201512071109 Depends: apache2.2-common (= 2.2.22-13.95.201512071109), openssl, libaprutil1-dev Conflicts: apache2-prefork-dev Filename: 4.1-1/i386/apache2-threaded-dev_2.2.22-13.95.201512071109_i386.deb Size: 115476 MD5sum: 52795d615858d482f7a7111f15e30a84 SHA1: 74ffc9e610056bfed39dabfe404e522b6cdcc5f2 SHA256: a904095c7534c1b987911121a459cfc544c7fd69fe87a547646c6a07bbfcc900 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. Homepage: http://httpd.apache.org/ Package: apache2-utils Priority: optional Section: httpd Installed-Size: 330 Maintainer: Debian Apache Maintainers Architecture: i386 Source: apache2 Version: 2.2.22-13.95.201512071109 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: 4.1-1/i386/apache2-utils_2.2.22-13.95.201512071109_i386.deb Size: 163238 MD5sum: 699213ca3c23389c525b4c36f520b78a SHA1: 2383610869c9ef5e52df47d87d6bf02b5091123a SHA256: 8db8dd255d8839fa3040240578a19a0ccc4ccad5c4930847ad9c35c2947c452f Description: utility programs for webservers Provides some add-on programs useful for any webserver. These include: - ab (Apache benchmark tool) - logresolve (Resolve IP addresses to hostname in logfiles) - htpasswd (Manipulate basic authentication files) - htdigest (Manipulate digest authentication files) - dbmmanage (Manipulate basic authentication files in DBM format, using perl) - htdbm (Manipulate basic authentication files in DBM format, using APR) - rotatelogs (Periodically stop writing to a logfile and open a new one) - split-logfile (Split a single log including multiple vhosts) - checkgid (Checks whether the caller can setgid to the specified group) - check_forensic (Extract mod_log_forensic output from Apache log files) - httxt2dbm (Generate dbm files for use with RewriteMap) Homepage: http://httpd.apache.org/ Package: apache2.2-bin Priority: optional Section: httpd Installed-Size: 3429 Maintainer: Debian Apache Maintainers Architecture: i386 Source: apache2 Version: 2.2.22-13.95.201512071109 Replaces: apache2.2-common (<< 2.2.14-2~) Depends: libapr1 (>= 1.4.2), libaprutil1 (>= 1.4.0), 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: 4.1-1/i386/apache2.2-bin_2.2.22-13.95.201512071109_i386.deb Size: 775316 MD5sum: 34e592f53aec4d1e88c7c14bd7ac0c27 SHA1: 8ad680b7fa619a82437d81e47e8e47ee695e695b SHA256: 08a377d9a7050d0cf4e9b9057211a693b9beb378cc8ddd503b1a3195a350389c 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. Homepage: http://httpd.apache.org/ Package: apache2.2-common Priority: optional Section: httpd Installed-Size: 785 Maintainer: Debian Apache Maintainers Architecture: i386 Source: apache2 Version: 2.2.22-13.95.201512071109 Replaces: apache2-common Depends: apache2.2-bin (= 2.2.22-13.95.201512071109), apache2-utils, mime-support, lsb-base, procps, perl Recommends: ssl-cert Suggests: www-browser, apache2-doc, apache2-suexec | apache2-suexec-custom Conflicts: apache, apache2-common Filename: 4.1-1/i386/apache2.2-common_2.2.22-13.95.201512071109_i386.deb Size: 293232 MD5sum: d8f29979cd99052edb08053a29fb86fd SHA1: e77a1ac0580bce49feee71f7d4bf0884f4b4eed0 SHA256: 90c29024ada2fb5d29b69c5d439fe9ac1326d6c97ea6fb7952fef84bbbf84882 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. Homepage: http://httpd.apache.org/ Package: apache2 Priority: optional Section: httpd Installed-Size: 29 Maintainer: Debian Apache Maintainers Architecture: i386 Version: 2.2.22-13.95.201512071109 Depends: apache2-mpm-worker (= 2.2.22-13.95.201512071109) | apache2-mpm-prefork (= 2.2.22-13.95.201512071109) | apache2-mpm-event (= 2.2.22-13.95.201512071109) | apache2-mpm-itk (= 2.2.22-13.95.201512071109), apache2.2-common (= 2.2.22-13.95.201512071109) Filename: 4.1-1/i386/apache2_2.2.22-13.95.201512071109_i386.deb Size: 1448 MD5sum: 1b2a3e0879893d80955118c310711839 SHA1: 451499e33831264577acedca3517084b7140e09f SHA256: cbe59c12992057c1f345b47ad33b77124c812dde1a4c12bba95c540f05a1d450 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. Homepage: http://httpd.apache.org/ Package: ata-modules-4.1.0-ucs174-586-di Priority: extra Section: debian-installer Installed-Size: 327 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: ata-modules Depends: kernel-image-4.1.0-ucs174-586-di, scsi-core-modules-4.1.0-ucs174-586-di Filename: 4.1-1/i386/ata-modules-4.1.0-ucs174-586-di_4.1.6-1.174.201602110938_i386.udeb Size: 96780 MD5sum: 2d1c0362f54827f15d0955e18483e9f0 SHA1: 25bb2019e65e91f1346ac8abc1c3a6864e2a0c85 SHA256: 161ef77214994bb4342cd0bd99bb9d91f4da7316a8b74189827b10f080352aa6 Description: ATA disk modules This package contains core ATA disk modules used by both PATA and SATA disk drivers. Kernel-Version: 4.1.0-ucs174-586 Package: ata-modules-4.1.0-ucs174-686-pae-di Priority: extra Section: debian-installer Installed-Size: 324 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: ata-modules Depends: kernel-image-4.1.0-ucs174-686-pae-di, scsi-core-modules-4.1.0-ucs174-686-pae-di Filename: 4.1-1/i386/ata-modules-4.1.0-ucs174-686-pae-di_4.1.6-1.174.201602110938_i386.udeb Size: 96042 MD5sum: 34331f0e09b22d46e455e6601696b78d SHA1: 874d785ab183472b16e8ccabc01a30a3cbd17cc4 SHA256: 21a7f0ffdcce79f6d54c811f826ec7845bc437866e0d71bb6d52b58b35e153b1 Description: ATA disk modules This package contains core ATA disk modules used by both PATA and SATA disk drivers. Kernel-Version: 4.1.0-ucs174-686-pae Package: btrfs-modules-4.1.0-ucs174-586-di Priority: extra Section: debian-installer Installed-Size: 1128 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: btrfs-modules Depends: kernel-image-4.1.0-ucs174-586-di, core-modules-4.1.0-ucs174-586-di, crc-modules-4.1.0-ucs174-586-di, md-modules-4.1.0-ucs174-586-di Filename: 4.1-1/i386/btrfs-modules-4.1.0-ucs174-586-di_4.1.6-1.174.201602110938_i386.udeb Size: 409282 MD5sum: d5f5064e940ef6e443457f956b61e294 SHA1: ef6fff52be47510f3a417ff890efd237fae45ad2 SHA256: bfa29336c92e06d8439cfb4ef9633694e47fb421e09a8d94957255b0f2232da4 Description: BTRFS filesystem support This package contains the BTRFS filesystem module for the kernel. Kernel-Version: 4.1.0-ucs174-586 Package: btrfs-modules-4.1.0-ucs174-686-pae-di Priority: extra Section: debian-installer Installed-Size: 1172 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: btrfs-modules Depends: kernel-image-4.1.0-ucs174-686-pae-di, core-modules-4.1.0-ucs174-686-pae-di, crc-modules-4.1.0-ucs174-686-pae-di, md-modules-4.1.0-ucs174-686-pae-di Filename: 4.1-1/i386/btrfs-modules-4.1.0-ucs174-686-pae-di_4.1.6-1.174.201602110938_i386.udeb Size: 421648 MD5sum: 23ea5a5868204edc4b01f69a9c21fa01 SHA1: de96406b827f2e6cd76a3f301904c1a071a05d73 SHA256: a13a33b4ff5c3549a923e2f19dfbc353888b2d73eb2bbac601cca89e233c67b7 Description: BTRFS filesystem support This package contains the BTRFS filesystem module for the kernel. Kernel-Version: 4.1.0-ucs174-686-pae Package: cdrom-core-modules-4.1.0-ucs174-586-di Priority: standard Section: debian-installer Installed-Size: 126 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: cdrom-core-modules Depends: kernel-image-4.1.0-ucs174-586-di, scsi-core-modules-4.1.0-ucs174-586-di, isofs-modules-4.1.0-ucs174-586-di Filename: 4.1-1/i386/cdrom-core-modules-4.1.0-ucs174-586-di_4.1.6-1.174.201602110938_i386.udeb Size: 31284 MD5sum: 16596af299400c4062de67eb39652434 SHA1: 7556901d9e21cff40411dbbf325e335f9094f5aa SHA256: 4f08ae098ec3ccd7133bb51597f0dc23afba8789379f3ca87787fee51b5f80da Description: CDROM support This package contains core CDROM support for the kernel. Kernel-Version: 4.1.0-ucs174-586 Package: cdrom-core-modules-4.1.0-ucs174-686-pae-di Priority: standard Section: debian-installer Installed-Size: 126 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: cdrom-core-modules Depends: kernel-image-4.1.0-ucs174-686-pae-di, scsi-core-modules-4.1.0-ucs174-686-pae-di, isofs-modules-4.1.0-ucs174-686-pae-di Filename: 4.1-1/i386/cdrom-core-modules-4.1.0-ucs174-686-pae-di_4.1.6-1.174.201602110938_i386.udeb Size: 30398 MD5sum: 5066b34ced3463993bf90767e1c57ef7 SHA1: 0203090a75b4286531e55a446d687c44777d3ee7 SHA256: 2b9cd56c74a327fbf019b72e4303ad9b1a3f72e5aa168c3db7dc48fa78f350d8 Description: CDROM support This package contains core CDROM support for the kernel. Kernel-Version: 4.1.0-ucs174-686-pae Package: core-modules-4.1.0-ucs174-586-di Priority: standard Section: debian-installer Installed-Size: 61 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: core-modules Depends: kernel-image-4.1.0-ucs174-586-di Filename: 4.1-1/i386/core-modules-4.1.0-ucs174-586-di_4.1.6-1.174.201602110938_i386.udeb Size: 8552 MD5sum: f63b77d3c0a9d1e4702143fc99ce275a SHA1: 53f279176a6f1990c7cb23093798ad0b773d0c6e SHA256: 70b06162a7021d4aeab0e823e62fc0c3e17fbc321fc50e7d2bbcdf9fdd44f45e Description: Core modules This package contains core modules for the kernel, that will almost always be needed. Kernel-Version: 4.1.0-ucs174-586 Package: core-modules-4.1.0-ucs174-686-pae-di Priority: standard Section: debian-installer Installed-Size: 63 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: core-modules Depends: kernel-image-4.1.0-ucs174-686-pae-di Filename: 4.1-1/i386/core-modules-4.1.0-ucs174-686-pae-di_4.1.6-1.174.201602110938_i386.udeb Size: 8548 MD5sum: f9b0eb71445b2a3d6f78a6ff85b0a6e8 SHA1: c926af05a6564dfb874f877e6dfbba0efee5eff0 SHA256: c93626228f0eb5263f8dedf8d33d91d601ea27cef0a5beaf7f3ffd3fe6e4d642 Description: Core modules This package contains core modules for the kernel, that will almost always be needed. Kernel-Version: 4.1.0-ucs174-686-pae Package: crc-modules-4.1.0-ucs174-586-di Priority: extra Section: debian-installer Installed-Size: 56 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: crc-modules Depends: kernel-image-4.1.0-ucs174-586-di Filename: 4.1-1/i386/crc-modules-4.1.0-ucs174-586-di_4.1.6-1.174.201602110938_i386.udeb Size: 10412 MD5sum: 0190030651cddc201b4a3c4a301de30e SHA1: 274b473f7cd92c1ef42aa5a4e655756bc2c00e58 SHA256: fe0b4d27d9d43ef504bea9ff8150d38b493fe27c875d521351fa2c9cd7ae2ea5 Description: CRC modules This package contains CRC support modules. Kernel-Version: 4.1.0-ucs174-586 Package: crc-modules-4.1.0-ucs174-686-pae-di Priority: extra Section: debian-installer Installed-Size: 53 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: crc-modules Depends: kernel-image-4.1.0-ucs174-686-pae-di Filename: 4.1-1/i386/crc-modules-4.1.0-ucs174-686-pae-di_4.1.6-1.174.201602110938_i386.udeb Size: 7874 MD5sum: bf5e1c5419f68a9a52701c89a5846624 SHA1: bdddadd89756f48e54fe296e0364c6595f9b462a SHA256: 6e2737d08ef745d24fb328601b1df967c0a99bc03fdac808191659be5f0d442f Description: CRC modules This package contains CRC support modules. Kernel-Version: 4.1.0-ucs174-686-pae Package: crypto-dm-modules-4.1.0-ucs174-586-di Priority: extra Section: debian-installer Installed-Size: 63 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: crypto-dm-modules Depends: kernel-image-4.1.0-ucs174-586-di, md-modules-4.1.0-ucs174-586-di Filename: 4.1-1/i386/crypto-dm-modules-4.1.0-ucs174-586-di_4.1.6-1.174.201602110938_i386.udeb Size: 12976 MD5sum: 8ddaac582b6583633ce7f3706adb93a9 SHA1: c3118a17172f2fb7829dc1275ecbb9e813db0070 SHA256: 71b10351f83c7d4c335fdfb8c89f0850e34d5ccdc6cc4881855120fa96ec1ac6 Description: devicemapper crypto module This package contains the devicemapper crypto (dm-crypt) module. Kernel-Version: 4.1.0-ucs174-586 Package: crypto-dm-modules-4.1.0-ucs174-686-pae-di Priority: extra Section: debian-installer Installed-Size: 65 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: crypto-dm-modules Depends: kernel-image-4.1.0-ucs174-686-pae-di, md-modules-4.1.0-ucs174-686-pae-di Filename: 4.1-1/i386/crypto-dm-modules-4.1.0-ucs174-686-pae-di_4.1.6-1.174.201602110938_i386.udeb Size: 12964 MD5sum: 3b8286b9737b5c9cf7396324e4c827c5 SHA1: b9fc80928425d69a03dd6c2f7bc18920b7410a43 SHA256: d5560dec1a496827f4016e2d61b8857fcd006b77f53386c1607a3c92a0e7d5bb Description: devicemapper crypto module This package contains the devicemapper crypto (dm-crypt) module. Kernel-Version: 4.1.0-ucs174-686-pae Package: crypto-modules-4.1.0-ucs174-586-di Priority: extra Section: debian-installer Installed-Size: 162 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: crypto-modules Depends: kernel-image-4.1.0-ucs174-586-di Filename: 4.1-1/i386/crypto-modules-4.1.0-ucs174-586-di_4.1.6-1.174.201602110938_i386.udeb Size: 50798 MD5sum: d0a382a4bff4cc5dc835ba8586dd6e4b SHA1: 152f54a1ff8ab84eb9a3f6dcdd224b4e71567be1 SHA256: 7fafbf4fde839587b4a0b212c7317fd537e32d67711c90fd8584e11324212041 Description: crypto modules This package contains crypto modules. Kernel-Version: 4.1.0-ucs174-586 Package: crypto-modules-4.1.0-ucs174-686-pae-di Priority: extra Section: debian-installer Installed-Size: 157 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: crypto-modules Depends: kernel-image-4.1.0-ucs174-686-pae-di Filename: 4.1-1/i386/crypto-modules-4.1.0-ucs174-686-pae-di_4.1.6-1.174.201602110938_i386.udeb Size: 45144 MD5sum: 99066d71968897cedcec1fde5f4357d2 SHA1: 1e282cf72520dbc9a57e2ff38883886e9da35f15 SHA256: f9d26a407f37050d489ca6ff79702db832ae86a25bdf771466231a0478f8a544 Description: crypto modules This package contains crypto modules. Kernel-Version: 4.1.0-ucs174-686-pae Package: efi-modules-4.1.0-ucs174-586-di Priority: extra Section: debian-installer Installed-Size: 52 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: efi-modules Depends: kernel-image-4.1.0-ucs174-586-di Filename: 4.1-1/i386/efi-modules-4.1.0-ucs174-586-di_4.1.6-1.174.201602110938_i386.udeb Size: 6550 MD5sum: a740d2e81c528330e90494e275ffd497 SHA1: 0eab72eda6b5b3e167b95327cbe43fdd7cdaded5 SHA256: e1ba5544db4a98a161b913db335da6c22de45d3d3611f5b136ad5e987b317c14 Description: EFI modules This package contains EFI modules. Kernel-Version: 4.1.0-ucs174-586 Package: efi-modules-4.1.0-ucs174-686-pae-di Priority: extra Section: debian-installer Installed-Size: 51 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: efi-modules Depends: kernel-image-4.1.0-ucs174-686-pae-di Filename: 4.1-1/i386/efi-modules-4.1.0-ucs174-686-pae-di_4.1.6-1.174.201602110938_i386.udeb Size: 6062 MD5sum: 869945f3dc61cf0d7626e00157ba85cf SHA1: b7a3c67c6cf2464b581bd2bd9e03ebc1feb2fda1 SHA256: 3d32c656c83c0ef8fa24b655963af1e93a72b1eb88405e00155842d93a351a31 Description: EFI modules This package contains EFI modules. Kernel-Version: 4.1.0-ucs174-686-pae Package: event-modules-4.1.0-ucs174-586-di Priority: extra Section: debian-installer Installed-Size: 53 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: event-modules Depends: kernel-image-4.1.0-ucs174-586-di Filename: 4.1-1/i386/event-modules-4.1.0-ucs174-586-di_4.1.6-1.174.201602110938_i386.udeb Size: 8774 MD5sum: 2a5c33259f66377e4e4dfa71ae4e8e0a SHA1: e344ecc136e2b0721896677090db7956d1888191 SHA256: 4ea7f2d54483d08f0aea2ca04b3f6cf9c8ab5c3cde1b0cd71d4df42e57cdf0ca Description: Event support This package contains event drivers for the kernel. Kernel-Version: 4.1.0-ucs174-586 Package: event-modules-4.1.0-ucs174-686-pae-di Priority: extra Section: debian-installer Installed-Size: 54 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: event-modules Depends: kernel-image-4.1.0-ucs174-686-pae-di Filename: 4.1-1/i386/event-modules-4.1.0-ucs174-686-pae-di_4.1.6-1.174.201602110938_i386.udeb Size: 8732 MD5sum: 8550c8d3d76a471582689ef1c3a8ac6f SHA1: a2f90febbb1cf9f5e8d84100ce6783fda68e5c69 SHA256: 4d33e1c0f2a27b384b9f34f5ec6f48268cb5a248e7ce93fe80ac9eed974c1b15 Description: Event support This package contains event drivers for the kernel. Kernel-Version: 4.1.0-ucs174-686-pae Package: ext4-modules-4.1.0-ucs174-586-di Priority: standard Section: debian-installer Installed-Size: 793 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: ext2-modules, ext3-modules, ext4-modules Depends: kernel-image-4.1.0-ucs174-586-di, core-modules-4.1.0-ucs174-586-di, crc-modules-4.1.0-ucs174-586-di Filename: 4.1-1/i386/ext4-modules-4.1.0-ucs174-586-di_4.1.6-1.174.201602110938_i386.udeb Size: 234950 MD5sum: 64ee586a9c278c51a1a06895f1ac8689 SHA1: 8a580870c9167fef7371831931e001effc6bf18f SHA256: f39229ba5e92d42a8d6884907cd6954ea029dfbbebe5d246d76ae1aacc32c6c0 Description: ext2/ext3/ext4 filesystem support This package contains the ext4 filesystem module for the kernel, which also supports ext2 and ext3. Kernel-Version: 4.1.0-ucs174-586 Package: ext4-modules-4.1.0-ucs174-686-pae-di Priority: standard Section: debian-installer Installed-Size: 822 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: ext2-modules, ext3-modules, ext4-modules Depends: kernel-image-4.1.0-ucs174-686-pae-di, core-modules-4.1.0-ucs174-686-pae-di, crc-modules-4.1.0-ucs174-686-pae-di Filename: 4.1-1/i386/ext4-modules-4.1.0-ucs174-686-pae-di_4.1.6-1.174.201602110938_i386.udeb Size: 242836 MD5sum: 344adb09003ced9df9c8e9bd84cd3cac SHA1: 45135bf7b62b15aea0fe5522d5634cf76a8f46aa SHA256: b7f73944ee8490c78bc35c514484f6a243c473257b44c7f210e319734df7518f Description: ext2/ext3/ext4 filesystem support This package contains the ext4 filesystem module for the kernel, which also supports ext2 and ext3. Kernel-Version: 4.1.0-ucs174-686-pae Package: fat-modules-4.1.0-ucs174-586-di Priority: standard Section: debian-installer Installed-Size: 142 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: fat-modules Depends: kernel-image-4.1.0-ucs174-586-di Filename: 4.1-1/i386/fat-modules-4.1.0-ucs174-586-di_4.1.6-1.174.201602110938_i386.udeb Size: 41722 MD5sum: c46f8703738ba1b69ea2c6f71a39acdf SHA1: b5927ca1f545e974c43d5dc50ea708b86249fe91 SHA256: e6f7d6c27704fafb1d376a4984302d16c2bbe79ec59ab25a73193bbe75dc69c9 Description: FAT filesystem support This package contains the FAT and VFAT filesystem modules for the kernel. Kernel-Version: 4.1.0-ucs174-586 Package: fat-modules-4.1.0-ucs174-686-pae-di Priority: standard Section: debian-installer Installed-Size: 143 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: fat-modules Depends: kernel-image-4.1.0-ucs174-686-pae-di Filename: 4.1-1/i386/fat-modules-4.1.0-ucs174-686-pae-di_4.1.6-1.174.201602110938_i386.udeb Size: 40392 MD5sum: cd93f5d911fa86b39099fed163eb490b SHA1: a5f47bd0022aabebd4ad3a4759e6286b3a1ce6db SHA256: a0829d6210e6bd075f53a92f46ddc03166d32cab6e6fa61620dd97d1de88f0d5 Description: FAT filesystem support This package contains the FAT and VFAT filesystem modules for the kernel. Kernel-Version: 4.1.0-ucs174-686-pae Package: fb-modules-4.1.0-ucs174-586-di Priority: extra Section: debian-installer Installed-Size: 207 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: fb-modules Depends: kernel-image-4.1.0-ucs174-586-di, i2c-modules-4.1.0-ucs174-586-di Filename: 4.1-1/i386/fb-modules-4.1.0-ucs174-586-di_4.1.6-1.174.201602110938_i386.udeb Size: 55572 MD5sum: 6b7007a98de0af2a66115ac3cfa8b315 SHA1: 97caa2196e17678b49925eabed115dafad1169ad SHA256: da4e7747a9a264be7e3c3bf746bd9d86d7c3f08c1bb619aaa17d35863a4ad609 Description: Frame buffer support This package contains Frame buffer drivers for the kernel. Kernel-Version: 4.1.0-ucs174-586 Package: fb-modules-4.1.0-ucs174-686-pae-di Priority: extra Section: debian-installer Installed-Size: 180 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: fb-modules Depends: kernel-image-4.1.0-ucs174-686-pae-di, i2c-modules-4.1.0-ucs174-686-pae-di Filename: 4.1-1/i386/fb-modules-4.1.0-ucs174-686-pae-di_4.1.6-1.174.201602110938_i386.udeb Size: 47288 MD5sum: b0cff7e137b5359ec3348622ef91a1e9 SHA1: ecdd8fd3e1884a043a54fa7f6fd26a0ec3a06f7b SHA256: e3ad6f0cc52f1276c0dfecb3fcde452e88ffbbae997ab2112f941ec6701ec359 Description: Frame buffer support This package contains Frame buffer drivers for the kernel. Kernel-Version: 4.1.0-ucs174-686-pae Package: firefox-de Priority: optional Section: univention Installed-Size: 90509 Maintainer: Univention GmbH Architecture: i386 Version: 1:38.6.0esr-ucs-4.1.73.201601271001 Provides: www-browser Depends: libstdc++6, ttf-dejavu | ttf-dustin, libasound2, libdbus-glib-1-dev, libgconf2-4, libxrender1, libgtk2.0-0, libxt6 Conflicts: firefox-en, iceweasel, mozilla-firefox Breaks: firefox (<< 1:10) Filename: 4.1-1/i386/firefox-de_38.6.0esr-ucs-4.1.73.201601271001_i386.deb Size: 48941600 MD5sum: b6c95f319d7213d1632cbde284416b22 SHA1: 0053bdbb81a65bb9cee71f6f70efd0f289c90ac5 SHA256: 972cb624da7de45874429ae3d416dff487ab61d5a1e9eda5fb146457ff67ff3c Description: lightweight web browser based on Mozilla (German version) Firefox is a redesign of the Mozilla browser component, similar to Galeon, K-Meleon and Camino, but written using the XUL user interface language and designed to be lightweight and cross-platform. Package: firefox-en Priority: optional Section: univention Installed-Size: 91159 Maintainer: Univention GmbH Architecture: i386 Version: 1:38.6.0esr-ucs-4.1.69.201601270959 Provides: www-browser Depends: libstdc++6, ttf-dejavu | ttf-dustin, libasound2, libdbus-glib-1-dev, libgconf2-4, libxrender1, libgtk2.0-0, libxt6 Conflicts: firefox-de, iceweasel, mozilla-firefox Breaks: firefox (<< 1:10) Filename: 4.1-1/i386/firefox-en_38.6.0esr-ucs-4.1.69.201601270959_i386.deb Size: 49170564 MD5sum: da344e95f91f2c0adf29486a6cef9f9f SHA1: cf1cbd4ebfbf4fd07d28972b82cda15e9513f0e9 SHA256: 35932922e8080333cb18bfb8f51191f2a4be385148608a52d4f31c19f42ac92b Description: lightweight web browser based on Mozilla (English version) Firefox is a redesign of the Mozilla browser component, similar to Galeon, K-Meleon and Camino, but written using the XUL user interface language and designed to be lightweight and cross-platform. Package: firewire-core-modules-4.1.0-ucs174-586-di Priority: standard Section: debian-installer Installed-Size: 179 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: firewire-core-modules Depends: kernel-image-4.1.0-ucs174-586-di, scsi-core-modules-4.1.0-ucs174-586-di, crc-modules-4.1.0-ucs174-586-di Filename: 4.1-1/i386/firewire-core-modules-4.1.0-ucs174-586-di_4.1.6-1.174.201602110938_i386.udeb Size: 55674 MD5sum: b5fa907746b2533b1f29a3c6b929d197 SHA1: 7a49b618628372a05a4951dc4b9b0af1469eb2a1 SHA256: 0a8fee13000553fdf0a327aba5cad341d6a271b76db906368fb463ff212ed094 Description: Core FireWire drivers This package contains core FireWire drivers for the kernel. Kernel-Version: 4.1.0-ucs174-586 Package: firewire-core-modules-4.1.0-ucs174-686-pae-di Priority: standard Section: debian-installer Installed-Size: 185 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: firewire-core-modules Depends: kernel-image-4.1.0-ucs174-686-pae-di, scsi-core-modules-4.1.0-ucs174-686-pae-di, crc-modules-4.1.0-ucs174-686-pae-di Filename: 4.1-1/i386/firewire-core-modules-4.1.0-ucs174-686-pae-di_4.1.6-1.174.201602110938_i386.udeb Size: 56338 MD5sum: 35c8578337eef40aa76a68e8d2c71919 SHA1: 7c00ca554dc25529fe63094e826614f26964ab87 SHA256: 01b913598dee4fc062a2d8c02a249fe556dd92f8bc6577fda59bd047493a6232 Description: Core FireWire drivers This package contains core FireWire drivers for the kernel. Kernel-Version: 4.1.0-ucs174-686-pae Package: fuse-modules-4.1.0-ucs174-586-di Priority: extra Section: debian-installer Installed-Size: 146 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: fuse-modules Depends: kernel-image-4.1.0-ucs174-586-di Filename: 4.1-1/i386/fuse-modules-4.1.0-ucs174-586-di_4.1.6-1.174.201602110938_i386.udeb Size: 43348 MD5sum: d48f4f87608914e23da613cadb4de41f SHA1: 04e103d0baffdd53aa2eadd0c4375bd285488865 SHA256: 1152a488e559406281c96f2d7e56599c0e53a64d798f5a01dc1f1148e803b57c Description: FUSE modules This package contains the Filesystem in Userspace (FUSE) module. Kernel-Version: 4.1.0-ucs174-586 Package: fuse-modules-4.1.0-ucs174-686-pae-di Priority: extra Section: debian-installer Installed-Size: 149 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: fuse-modules Depends: kernel-image-4.1.0-ucs174-686-pae-di Filename: 4.1-1/i386/fuse-modules-4.1.0-ucs174-686-pae-di_4.1.6-1.174.201602110938_i386.udeb Size: 43950 MD5sum: 5f2d90a63bd40878c518e115fe4ac3dd SHA1: c65ecacca0d47a8e179921ca885da1d86d448caa SHA256: 8dab15435b5b90672803e9ade940212657f426e86c26902fcf1e83b0666b59f3 Description: FUSE modules This package contains the Filesystem in Userspace (FUSE) module. Kernel-Version: 4.1.0-ucs174-686-pae Package: gnutls-bin Priority: optional Section: net Installed-Size: 703 Maintainer: Debian GnuTLS Maintainers Architecture: i386 Source: gnutls26 (2.12.20-8.29.201601280949) Version: 3.0.22-3+really2.12.20-8.29.201601280949 Depends: libc6 (>= 2.4), libgcrypt11 (>= 1.4.5), libgnutls26 (>= 2.12.17-0), libp11-kit0 (>= 0.11), libreadline6 (>= 6.0), libtasn1-3 (>= 1.6-0), zlib1g (>= 1:1.1.4) Filename: 4.1-1/i386/gnutls-bin_3.0.22-3+really2.12.20-8.29.201601280949_i386.deb Size: 388016 MD5sum: 645e18e2cc45cd341862bf6fa8e0b046 SHA1: 065aff86167c889bb19f70ebf5f54b96e741108a SHA256: 690b26d5f4a3f238500924d6704e932ed4e6e39a94cbe69ad49038477bf3d510 Description: GNU TLS library - commandline utilities GnuTLS is a portable library which implements the Transport Layer Security (TLS 1.0, 1.1, 1.2) and Secure Sockets Layer (SSL) 3.0 protocols. . GnuTLS features support for: - TLS extensions: server name indication, max record size, opaque PRF input, etc. - authentication using the SRP protocol. - authentication using both X.509 certificates and OpenPGP keys. - TLS Pre-Shared-Keys (PSK) extension. - Inner Application (TLS/IA) extension. - X.509 and OpenPGP certificate handling. - X.509 Proxy Certificates (RFC 3820). - all the strong encryption algorithms (including SHA-256/384/512 and Camellia (RFC 4132)). . This package contains a commandline interface to the GNU TLS library, which can be used to set up secure connections from e.g. shell scripts, debugging connection issues or managing certificates. Multi-Arch: foreign Homepage: http://www.gnutls.org/ Package: grub-common Priority: optional Section: admin Installed-Size: 15123 Maintainer: GRUB Maintainers Architecture: i386 Source: grub2 Version: 2.02~beta2-22+deb8u1.107.201602051734 Replaces: grub-coreboot (<< 2.00-4), grub-efi (<< 1.99-1), grub-efi-amd64 (<< 2.00-4), grub-efi-ia32 (<< 2.00-4), grub-efi-ia64 (<< 2.00-4), grub-ieee1275 (<< 2.00-4), grub-linuxbios (<< 1.96+20080831-1), grub-pc (<< 2.00-4), grub-yeeloong (<< 2.00-4) Depends: libc6 (>= 2.3), libdevmapper1.02.1 (>= 2:1.02.36), libfreetype6 (>= 2.2.1), libfuse2 (>= 2.8.1), liblzma5 (>= 5.1.1alpha+20120614), zlib1g (>= 1:1.1.4), gettext-base Recommends: os-prober (>= 1.33) Suggests: multiboot-doc, grub-emu, xorriso (>= 0.5.6.pl00), desktop-base (>= 4.0.6), console-setup Conflicts: mdadm (<< 2.6.7-2) Breaks: apport (<< 2.1.1), friendly-recovery (<< 0.2.13), lupin-support (<< 0.55) Filename: 4.1-1/i386/grub-common_2.02~beta2-22+deb8u1.107.201602051734_i386.deb Size: 2610046 MD5sum: 8d4b630c4f24737eb37075c79e6f29a8 SHA1: 731f58e846aba24b39c5789b9ef936cda6962be8 SHA256: d9a2d3cce9ab308ebee0bc94d17d0334640d0f766b1a901d31afd1fe3be066a7 Description: GRand Unified Bootloader (common files) This package contains common files shared by the distinct flavours of GRUB. It is shared between GRUB Legacy and GRUB 2, although a number of files specific to GRUB 2 are here as long as they do not break GRUB Legacy. Multi-Arch: foreign Homepage: http://www.gnu.org/software/grub/ Package: grub-coreboot-bin Priority: extra Section: admin Installed-Size: 1796 Maintainer: GRUB Maintainers Architecture: i386 Source: grub2 Version: 2.02~beta2-22+deb8u1.107.201602051734 Replaces: grub-common (<= 1.97~beta2-1), grub-coreboot (<< 1.99-1), grub-linuxbios, grub2 (<< 2.02~beta2-22+deb8u1.107.201602051734) Depends: grub-common (= 2.02~beta2-22+deb8u1.107.201602051734) Conflicts: grub-linuxbios (<< 2.02~beta2-22+deb8u1.107.201602051734) Filename: 4.1-1/i386/grub-coreboot-bin_2.02~beta2-22+deb8u1.107.201602051734_i386.deb Size: 590694 MD5sum: 825a7cb2739dbaf108418c5943b862c6 SHA1: d4a14d143b359a29ee7f0f8da03512bf879dc659 SHA256: fc3bd71ad0cec1e32edae9c199e95ef5cff484b7be6241ff66a963250302ad1c Description: GRand Unified Bootloader, version 2 (Coreboot binaries) GRUB is a portable, powerful bootloader. This version of GRUB is based on a cleaner design than its predecessors, and provides the following new features: . - Scripting in grub.cfg using BASH-like syntax. - Support for modern partition maps such as GPT. - Modular generation of grub.cfg via update-grub. Packages providing GRUB add-ons can plug in their own script rules and trigger updates by invoking update-grub. . This package contains a version of GRUB that has been built for use with platforms running the Coreboot firmware. It will not automatically install GRUB as the active boot loader, nor will it automatically update grub.cfg on upgrade, so most people should install grub-coreboot instead. Multi-Arch: foreign Homepage: http://www.gnu.org/software/grub/ Package: grub-coreboot-dbg Priority: extra Section: debug Installed-Size: 10155 Maintainer: GRUB Maintainers Architecture: i386 Source: grub2 Version: 2.02~beta2-22+deb8u1.107.201602051734 Depends: grub-common (= 2.02~beta2-22+deb8u1.107.201602051734), grub-coreboot-bin (= 2.02~beta2-22+deb8u1.107.201602051734) Filename: 4.1-1/i386/grub-coreboot-dbg_2.02~beta2-22+deb8u1.107.201602051734_i386.deb Size: 2519984 MD5sum: 688c2cc910fa1c9c184af77217afea93 SHA1: 7cc9e4358955819ab42d234dd94be38df9980852 SHA256: 319b79faffa648d3cc28a0f01e8a8091865736056bd95f7302252381f184afd0 Description: GRand Unified Bootloader, version 2 (Coreboot debug files) This package contains debugging files for grub-coreboot-bin. You only need these if you are trying to debug GRUB using its GDB stub. Multi-Arch: foreign Homepage: http://www.gnu.org/software/grub/ Package: grub-coreboot Priority: extra Section: admin Installed-Size: 210 Maintainer: GRUB Maintainers Architecture: i386 Source: grub2 Version: 2.02~beta2-22+deb8u1.107.201602051734 Replaces: grub-common (<= 1.97~beta2-1), grub-efi-amd64, grub-efi-ia32, grub-ieee1275, grub-legacy, grub-linuxbios, grub-pc, grub2 (<< 2.02~beta2-22+deb8u1.107.201602051734) Depends: debconf (>= 0.5) | debconf-2.0, grub-common, grub2-common (= 2.02~beta2-22+deb8u1.107.201602051734), grub-coreboot-bin (= 2.02~beta2-22+deb8u1.107.201602051734), ucf Conflicts: grub (<< 0.97-54), grub-efi-amd64, grub-efi-ia32, grub-ieee1275, grub-legacy, grub-linuxbios (<< 2.02~beta2-22+deb8u1.107.201602051734), grub-pc, grub-xen Filename: 4.1-1/i386/grub-coreboot_2.02~beta2-22+deb8u1.107.201602051734_i386.deb Size: 65084 MD5sum: 95f1bbf40d3c794f9b0f2fdd48cba9e5 SHA1: febffa8b41858262daa01176f85350862b0cb2bb SHA256: f7de8da4ba419faf16697f45ea9ad7ffcac22b213dc164549c145176097813d0 Description: GRand Unified Bootloader, version 2 (Coreboot version) GRUB is a portable, powerful bootloader. This version of GRUB is based on a cleaner design than its predecessors, and provides the following new features: . - Scripting in grub.cfg using BASH-like syntax. - Support for modern partition maps such as GPT. - Modular generation of grub.cfg via update-grub. Packages providing GRUB add-ons can plug in their own script rules and trigger updates by invoking update-grub. . This package contains a version of GRUB that has been built for use with platforms running the Coreboot firmware. Multi-Arch: foreign Homepage: http://www.gnu.org/software/grub/ Package: grub-efi-amd64-bin Priority: extra Section: admin Installed-Size: 2652 Maintainer: GRUB Maintainers Architecture: i386 Source: grub2 Version: 2.02~beta2-22+deb8u1.107.201602051734 Replaces: grub-common (<= 1.97~beta2-1), grub-efi-amd64 (<< 1.99-1), grub2 (<< 2.02~beta2-22+deb8u1.107.201602051734) Depends: grub-common (= 2.02~beta2-22+deb8u1.107.201602051734), efibootmgr Filename: 4.1-1/i386/grub-efi-amd64-bin_2.02~beta2-22+deb8u1.107.201602051734_i386.deb Size: 649452 MD5sum: 8819c1a6f47399f5e91db714cfcefeb9 SHA1: 49db09626ad66e6e6131dc8e74a904d09b6212f6 SHA256: 0e27482b8b2913903bbc687429c9e76fdabdba46df4bce594102cb1d047a9da7 Description: GRand Unified Bootloader, version 2 (EFI-AMD64 binaries) GRUB is a portable, powerful bootloader. This version of GRUB is based on a cleaner design than its predecessors, and provides the following new features: . - Scripting in grub.cfg using BASH-like syntax. - Support for modern partition maps such as GPT. - Modular generation of grub.cfg via update-grub. Packages providing GRUB add-ons can plug in their own script rules and trigger updates by invoking update-grub. . This package contains a version of GRUB that has been built for use with EFI-AMD64 architecture, such as the one provided by Intel Macs (that is, unless a BIOS interface has been activated). It will not automatically install GRUB as the active boot loader, nor will it automatically update grub.cfg on upgrade, so most people should install grub-efi-amd64 instead. Multi-Arch: foreign Homepage: http://www.gnu.org/software/grub/ Package: grub-efi-amd64-dbg Priority: extra Section: debug Installed-Size: 16634 Maintainer: GRUB Maintainers Architecture: i386 Source: grub2 Version: 2.02~beta2-22+deb8u1.107.201602051734 Depends: grub-common (= 2.02~beta2-22+deb8u1.107.201602051734), grub-efi-amd64-bin (= 2.02~beta2-22+deb8u1.107.201602051734) Filename: 4.1-1/i386/grub-efi-amd64-dbg_2.02~beta2-22+deb8u1.107.201602051734_i386.deb Size: 2873972 MD5sum: 5df152f27ec08e07b6f612651e98d250 SHA1: ceb6c949460e96cae7c9bcbdf77a64b1cf9ea13c SHA256: 91469b853f88bca192414edcac7ad605b8c056349f9e08cbbb0f4284d7d95c43 Description: GRand Unified Bootloader, version 2 (EFI-AMD64 debug files) This package contains debugging files for grub-efi-amd64-bin. You only need these if you are trying to debug GRUB using its GDB stub. Multi-Arch: foreign Homepage: http://www.gnu.org/software/grub/ Package: grub-efi-amd64 Priority: extra Section: admin Installed-Size: 210 Maintainer: GRUB Maintainers Architecture: i386 Source: grub2 Version: 2.02~beta2-22+deb8u1.107.201602051734 Replaces: grub, grub-common (<= 1.97~beta2-1), grub-coreboot, grub-efi-ia32, grub-ieee1275, grub-legacy, grub-pc, grub2 (<< 2.02~beta2-22+deb8u1.107.201602051734) Depends: debconf (>= 0.5) | debconf-2.0, grub-common, grub2-common (= 2.02~beta2-22+deb8u1.107.201602051734), grub-efi-amd64-bin (= 2.02~beta2-22+deb8u1.107.201602051734), ucf Conflicts: elilo, grub, grub-coreboot, grub-efi-ia32, grub-ieee1275, grub-legacy, grub-pc, grub-xen Filename: 4.1-1/i386/grub-efi-amd64_2.02~beta2-22+deb8u1.107.201602051734_i386.deb Size: 65118 MD5sum: 8e4b62966054c2dc00b81ecf4fe20e43 SHA1: 044c489a5f52e427c1eeb33efe1ce2782cd4df1c SHA256: d3a08bb54c2f7ef9f032f1dd62c6b99b7947f04f5efbcd8c6bbcc572af648543 Description: GRand Unified Bootloader, version 2 (EFI-AMD64 version) GRUB is a portable, powerful bootloader. This version of GRUB is based on a cleaner design than its predecessors, and provides the following new features: . - Scripting in grub.cfg using BASH-like syntax. - Support for modern partition maps such as GPT. - Modular generation of grub.cfg via update-grub. Packages providing GRUB add-ons can plug in their own script rules and trigger updates by invoking update-grub. . This package contains a version of GRUB that has been built for use with EFI-AMD64 architecture, such as the one provided by Intel Macs (that is, unless a BIOS interface has been activated). Multi-Arch: foreign Homepage: http://www.gnu.org/software/grub/ Package: grub-efi-ia32-bin Priority: extra Section: admin Installed-Size: 1918 Maintainer: GRUB Maintainers Architecture: i386 Source: grub2 Version: 2.02~beta2-22+deb8u1.107.201602051734 Replaces: grub-common (<= 1.97~beta2-1), grub-efi, grub-efi-ia32 (<< 1.99-1), grub2 (<< 2.02~beta2-22+deb8u1.107.201602051734) Depends: grub-common (= 2.02~beta2-22+deb8u1.107.201602051734), efibootmgr Filename: 4.1-1/i386/grub-efi-ia32-bin_2.02~beta2-22+deb8u1.107.201602051734_i386.deb Size: 616786 MD5sum: 6bce2c6cd285b072ba2bc509b39100da SHA1: fc4090a9dcd2b297a5e7acbf22327b415e980c0d SHA256: aa3e9d88b9e5a4ef41290aa32cb682d1138819c5ed81f29cd840703320b5f252 Description: GRand Unified Bootloader, version 2 (EFI-IA32 binaries) GRUB is a portable, powerful bootloader. This version of GRUB is based on a cleaner design than its predecessors, and provides the following new features: . - Scripting in grub.cfg using BASH-like syntax. - Support for modern partition maps such as GPT. - Modular generation of grub.cfg via update-grub. Packages providing GRUB add-ons can plug in their own script rules and trigger updates by invoking update-grub. . This package contains a version of GRUB that has been built for use with EFI-IA32 architecture, such as the one provided by Intel Macs (that is, unless a BIOS interface has been activated). It will not automatically install GRUB as the active boot loader, nor will it automatically update grub.cfg on upgrade, so most people should install grub-efi-ia32 instead. Multi-Arch: foreign Homepage: http://www.gnu.org/software/grub/ Package: grub-efi-ia32-dbg Priority: extra Section: debug Installed-Size: 10982 Maintainer: GRUB Maintainers Architecture: i386 Source: grub2 Version: 2.02~beta2-22+deb8u1.107.201602051734 Depends: grub-common (= 2.02~beta2-22+deb8u1.107.201602051734), grub-efi-ia32-bin (= 2.02~beta2-22+deb8u1.107.201602051734) Filename: 4.1-1/i386/grub-efi-ia32-dbg_2.02~beta2-22+deb8u1.107.201602051734_i386.deb Size: 2709986 MD5sum: 9d83c317380c964298249e19dd549457 SHA1: aae0f638db31935a56b3dd21522d3bdb4356c9cb SHA256: f46e4efcb43a78bc23a61335fe2adcad5a39f21f5e6c9378922bc349de4caae1 Description: GRand Unified Bootloader, version 2 (EFI-IA32 debug files) This package contains debugging files for grub-efi-ia32-bin. You only need these if you are trying to debug GRUB using its GDB stub. Multi-Arch: foreign Homepage: http://www.gnu.org/software/grub/ Package: grub-efi-ia32 Priority: extra Section: admin Installed-Size: 210 Maintainer: GRUB Maintainers Architecture: i386 Source: grub2 Version: 2.02~beta2-22+deb8u1.107.201602051734 Replaces: grub, grub-common (<= 1.97~beta2-1), grub-coreboot, grub-efi, grub-efi-amd64, grub-ieee1275, grub-legacy, grub-pc, grub2 (<< 2.02~beta2-22+deb8u1.107.201602051734) Depends: debconf (>= 0.5) | debconf-2.0, grub-common, grub2-common (= 2.02~beta2-22+deb8u1.107.201602051734), grub-efi-ia32-bin (= 2.02~beta2-22+deb8u1.107.201602051734), ucf Conflicts: elilo, grub (<< 0.97-54), grub-coreboot, grub-efi-amd64, grub-ieee1275, grub-legacy, grub-pc, grub-xen Filename: 4.1-1/i386/grub-efi-ia32_2.02~beta2-22+deb8u1.107.201602051734_i386.deb Size: 65128 MD5sum: 3c6b336e992fc32f9ae749f15cc3fb04 SHA1: 3c8bc77b6a78b5f7c5d2ac2107dd57fc7bb509a0 SHA256: 785075070808cd62dba4b7b6f3bde02857785e9e267534815553c4a87e7730db Description: GRand Unified Bootloader, version 2 (EFI-IA32 version) GRUB is a portable, powerful bootloader. This version of GRUB is based on a cleaner design than its predecessors, and provides the following new features: . - Scripting in grub.cfg using BASH-like syntax. - Support for modern partition maps such as GPT. - Modular generation of grub.cfg via update-grub. Packages providing GRUB add-ons can plug in their own script rules and trigger updates by invoking update-grub. . This package contains a version of GRUB that has been built for use with EFI-IA32 architecture, such as the one provided by Intel Macs (that is, unless a BIOS interface has been activated). Multi-Arch: foreign Homepage: http://www.gnu.org/software/grub/ Package: grub-efi Priority: extra Section: admin Installed-Size: 32 Maintainer: GRUB Maintainers Architecture: i386 Source: grub2 Version: 2.02~beta2-22+deb8u1.107.201602051734 Depends: grub-common, grub-efi-ia32 (= 2.02~beta2-22+deb8u1.107.201602051734) Filename: 4.1-1/i386/grub-efi_2.02~beta2-22+deb8u1.107.201602051734_i386.deb Size: 2530 MD5sum: 760f568e5c1c3821e8e37c4779c10ecb SHA1: 5f0136cce106976e5535a86d2f821b0254c52751 SHA256: 10ca6242f7338a7311dc2225ce767b4bc327615049395b44b74aa3cbe4fe49d8 Description: GRand Unified Bootloader, version 2 (dummy package) This is a dummy transitional package that depends on either grub-efi-ia32 or grub-efi-amd64, depending on the architecture. Multi-Arch: foreign Homepage: http://www.gnu.org/software/grub/ Package: grub-emu-dbg Priority: extra Section: debug Installed-Size: 8729 Maintainer: GRUB Maintainers Architecture: i386 Source: grub2 Version: 2.02~beta2-22+deb8u1.107.201602051734 Depends: grub-common (= 2.02~beta2-22+deb8u1.107.201602051734), grub-emu (= 2.02~beta2-22+deb8u1.107.201602051734) Filename: 4.1-1/i386/grub-emu-dbg_2.02~beta2-22+deb8u1.107.201602051734_i386.deb Size: 2187546 MD5sum: b97cbf2f1d80b94fe9afdc329beca299 SHA1: 2eb46dc0ccc54ef0d04d1a31890251ffff75d7c3 SHA256: 71b33870acbde348be29e21c66c3d520842d2330cb697d3f5cb01f9f3ae20551 Description: GRand Unified Bootloader, version 2 (emulated debug files) This package contains debugging files for grub-emu. You only need these if you are trying to debug GRUB using its GDB stub. Multi-Arch: foreign Homepage: http://www.gnu.org/software/grub/ Package: grub-emu Priority: extra Section: admin Installed-Size: 14506 Maintainer: GRUB Maintainers Architecture: i386 Source: grub2 Version: 2.02~beta2-22+deb8u1.107.201602051734 Replaces: grub-common (<= 1.97~beta3-1) Depends: libc6 (>= 2.3.3), libdevmapper1.02.1 (>= 2:1.02.36), libsdl1.2debian (>= 1.2.11), grub-common (= 2.02~beta2-22+deb8u1.107.201602051734) Filename: 4.1-1/i386/grub-emu_2.02~beta2-22+deb8u1.107.201602051734_i386.deb Size: 3074442 MD5sum: 052669d7ce4b9fda4e79634327e909ab SHA1: c74ce0b50b8b661edbd845d176af3e2534b237d1 SHA256: 2b9366fae9450cd971774543abc667caf86aa5aac623cd6a9f6ac52d3404eeca Description: GRand Unified Bootloader, version 2 (emulated version) This package contains grub-emu, an emulated version of GRUB. It is only provided for debugging purposes. Multi-Arch: foreign Homepage: http://www.gnu.org/software/grub/ Package: grub-firmware-qemu Priority: extra Section: admin Installed-Size: 2286 Maintainer: GRUB Maintainers Architecture: i386 Source: grub2 Version: 2.02~beta2-22+deb8u1.107.201602051734 Recommends: qemu Filename: 4.1-1/i386/grub-firmware-qemu_2.02~beta2-22+deb8u1.107.201602051734_i386.deb Size: 1074838 MD5sum: 9e4f7fa77f47a11b4702c10307d0aa60 SHA1: e0edc24740d0bcfcf7b3d6433e8b1736aaee0448 SHA256: ace01aa4698d0bf88fbc22d5a04088b2adbe30e268e0022c170fdea40138cc42 Description: GRUB firmware image for QEMU This package contains a binary of GRUB that has been built for use as firmware for QEMU. It can be used as a replacement for other PC BIOS images provided by seabios, bochsbios, and so on. . In order to make QEMU use this firmware, simply add `-bios grub.bin' when invoking it. . This package behaves in the same way as GRUB for coreboot, but doesn't contain any code from coreboot itself, and is only suitable for QEMU. If you want to install GRUB as firmware on real hardware, you need to use the grub-coreboot package, and manually combine that with coreboot. Enhances: qemu Multi-Arch: foreign Homepage: http://www.gnu.org/software/grub/ Package: grub-ieee1275-bin Priority: extra Section: admin Installed-Size: 1796 Maintainer: GRUB Maintainers Architecture: i386 Source: grub2 Version: 2.02~beta2-22+deb8u1.107.201602051734 Replaces: grub-common (<= 1.97~beta2-1), grub-ieee1275 (<< 1.99-1), grub2 (<< 2.02~beta2-22+deb8u1.107.201602051734) Depends: grub-common (= 2.02~beta2-22+deb8u1.107.201602051734) Filename: 4.1-1/i386/grub-ieee1275-bin_2.02~beta2-22+deb8u1.107.201602051734_i386.deb Size: 588630 MD5sum: 9a152c0ecb97502db33c0142b3281880 SHA1: 4185a7e7f6a65569a783f325b693a11eb0ac8a1e SHA256: 2a6c7ac798a1625b3845bdab7b256bc429052eb3ab8034f362973025a60acb18 Description: GRand Unified Bootloader, version 2 (Open Firmware binaries) GRUB is a portable, powerful bootloader. This version of GRUB is based on a cleaner design than its predecessors, and provides the following new features: . - Scripting in grub.cfg using BASH-like syntax. - Support for modern partition maps such as GPT. - Modular generation of grub.cfg via update-grub. Packages providing GRUB add-ons can plug in their own script rules and trigger updates by invoking update-grub. . This package contains a version of GRUB that has been built for use with Open Firmware implementations. It will not automatically install GRUB as the active boot loader, nor will it automatically update grub.cfg on upgrade, so most people should install grub-ieee1275 instead. Multi-Arch: foreign Homepage: http://www.gnu.org/software/grub/ Package: grub-ieee1275-dbg Priority: extra Section: debug Installed-Size: 10317 Maintainer: GRUB Maintainers Architecture: i386 Source: grub2 Version: 2.02~beta2-22+deb8u1.107.201602051734 Depends: grub-common (= 2.02~beta2-22+deb8u1.107.201602051734), grub-ieee1275-bin (= 2.02~beta2-22+deb8u1.107.201602051734) Filename: 4.1-1/i386/grub-ieee1275-dbg_2.02~beta2-22+deb8u1.107.201602051734_i386.deb Size: 2550648 MD5sum: b83815a0f7a6e347950efb7e3487c2fa SHA1: 03bcb9de533f8ab8b6a8bfd2b356129272c95b5a SHA256: 824d6ed810d45fc65725b878bfe95519e808aa9ecf23481ccd3a656548c85770 Description: GRand Unified Bootloader, version 2 (Open Firmware debug files) This package contains debugging files for grub-ieee1275-bin. You only need these if you are trying to debug GRUB using its GDB stub. Multi-Arch: foreign Homepage: http://www.gnu.org/software/grub/ Package: grub-ieee1275 Priority: extra Section: admin Installed-Size: 210 Maintainer: GRUB Maintainers Architecture: i386 Source: grub2 Version: 2.02~beta2-22+deb8u1.107.201602051734 Replaces: grub-common (<= 1.97~beta2-1), grub-coreboot, grub-efi-amd64, grub-efi-ia32, grub-legacy, grub-pc, grub2 (<< 2.02~beta2-22+deb8u1.107.201602051734) Depends: debconf (>= 0.5) | debconf-2.0, grub-common, grub2-common (= 2.02~beta2-22+deb8u1.107.201602051734), grub-ieee1275-bin (= 2.02~beta2-22+deb8u1.107.201602051734), ucf Conflicts: grub (<< 0.97-54), grub-coreboot, grub-efi-amd64, grub-efi-ia32, grub-legacy, grub-pc, grub-xen Filename: 4.1-1/i386/grub-ieee1275_2.02~beta2-22+deb8u1.107.201602051734_i386.deb Size: 65080 MD5sum: 0558c1d421ccf0f8b80d575b25483565 SHA1: 1669b18afe360987c3d2d1c4a52da7313332460a SHA256: 56a27b21f977b50bd50c859610f8ae349b2c389a6eadefddaa1875e93d29210a Description: GRand Unified Bootloader, version 2 (Open Firmware version) GRUB is a portable, powerful bootloader. This version of GRUB is based on a cleaner design than its predecessors, and provides the following new features: . - Scripting in grub.cfg using BASH-like syntax. - Support for modern partition maps such as GPT. - Modular generation of grub.cfg via update-grub. Packages providing GRUB add-ons can plug in their own script rules and trigger updates by invoking update-grub. . This package contains a version of GRUB that has been built for use with Open Firmware implementations. Multi-Arch: foreign Homepage: http://www.gnu.org/software/grub/ Package: grub-linuxbios Priority: extra Section: admin Installed-Size: 32 Maintainer: GRUB Maintainers Architecture: i386 Source: grub2 Version: 2.02~beta2-22+deb8u1.107.201602051734 Depends: grub-coreboot (= 2.02~beta2-22+deb8u1.107.201602051734), grub-common Filename: 4.1-1/i386/grub-linuxbios_2.02~beta2-22+deb8u1.107.201602051734_i386.deb Size: 2514 MD5sum: 79a0e4fd3abb03c3b010fac72153250e SHA1: d19e1904309fa49aff334eafef005aa4fb286ab6 SHA256: afcb881f9dcc4ed9bd77c0d8856f697442cd631cf9f54293bf02cc94222c8f32 Description: GRand Unified Bootloader, version 2 (dummy package) This is a dummy transitional package that depends on grub-coreboot. Multi-Arch: foreign Homepage: http://www.gnu.org/software/grub/ Package: grub-mount-udeb Priority: extra Section: debian-installer Installed-Size: 1409 Maintainer: GRUB Maintainers Architecture: i386 Source: grub2 Version: 2.02~beta2-22+deb8u1.107.201602051734 Depends: libc6-udeb (>= 2.13), libdevmapper1.02.1-udeb (>= 2:1.02.74), libfuse2-udeb (>= 2.8.1) Filename: 4.1-1/i386/grub-mount-udeb_2.02~beta2-22+deb8u1.107.201602051734_i386.udeb Size: 339812 MD5sum: 121b82601c2df01f6b076db0b7b1c851 SHA1: 4846cdad8bbe6e506f49cd3bd25c27caf0be330f SHA256: 5545438320ac9c29c60a373cc40803b5bb15fc22a774ee1b8c97d26326a45615 Description: export GRUB filesystems using FUSE Package: grub-pc-bin Priority: optional Section: admin Installed-Size: 2822 Maintainer: GRUB Maintainers Architecture: i386 Source: grub2 Version: 2.02~beta2-22+deb8u1.107.201602051734 Replaces: grub-common (<= 1.97~beta2-1), grub-pc (<< 1.99-1), grub2 (<< 2.02~beta2-22+deb8u1.107.201602051734) Depends: libc6 (>= 2.3), libdevmapper1.02.1 (>= 2:1.02.36), grub-common (= 2.02~beta2-22+deb8u1.107.201602051734) Suggests: desktop-base (>= 4.0.6) Filename: 4.1-1/i386/grub-pc-bin_2.02~beta2-22+deb8u1.107.201602051734_i386.deb Size: 886970 MD5sum: c7769d8c67f5df2b932549ad931f1c7a SHA1: ce0ef4a26b7bd11f9f792feb749ed282a48d8f9f SHA256: 4c5d2f12fab8b347122766a065bc5ca32bee7e50fbe86c03cb95522a9f4d4a9d Description: GRand Unified Bootloader, version 2 (PC/BIOS binaries) GRUB is a portable, powerful bootloader. This version of GRUB is based on a cleaner design than its predecessors, and provides the following new features: . - Scripting in grub.cfg using BASH-like syntax. - Support for modern partition maps such as GPT. - Modular generation of grub.cfg via update-grub. Packages providing GRUB add-ons can plug in their own script rules and trigger updates by invoking update-grub. - VESA-based graphical mode with background image support and complete 24-bit color set. - Support for extended charsets. Users can write UTF-8 text to their menu entries. . This package contains a version of GRUB that has been built for use with traditional PC/BIOS architecture. It will not automatically install GRUB as the active boot loader, nor will it automatically update grub.cfg on upgrade, so most people should install grub-pc instead. Multi-Arch: foreign Homepage: http://www.gnu.org/software/grub/ Package: grub-pc-dbg Priority: extra Section: debug Installed-Size: 11398 Maintainer: GRUB Maintainers Architecture: i386 Source: grub2 Version: 2.02~beta2-22+deb8u1.107.201602051734 Depends: grub-common (= 2.02~beta2-22+deb8u1.107.201602051734), grub-pc-bin (= 2.02~beta2-22+deb8u1.107.201602051734) Filename: 4.1-1/i386/grub-pc-dbg_2.02~beta2-22+deb8u1.107.201602051734_i386.deb Size: 2779692 MD5sum: b503f87da38aefe79bc478980a84c05e SHA1: 24e33c4afdcf8265a442dfc9b0e3e6a3a3ce5d84 SHA256: ee12df8dc948b965c9dd4e56581c28a401c1952e51303618e9d738844735ee4a Description: GRand Unified Bootloader, version 2 (PC/BIOS debug files) This package contains debugging files for grub-pc-bin. You only need these if you are trying to debug GRUB using its GDB stub. Multi-Arch: foreign Homepage: http://www.gnu.org/software/grub/ Package: grub-pc Priority: optional Section: admin Installed-Size: 581 Maintainer: GRUB Maintainers Architecture: i386 Source: grub2 Version: 2.02~beta2-22+deb8u1.107.201602051734 Replaces: grub, grub-common (<= 1.97~beta2-1), grub-coreboot, grub-efi-amd64, grub-efi-ia32, grub-ieee1275, grub-legacy, grub2 (<< 2.02~beta2-22+deb8u1.107.201602051734) Depends: debconf (>= 0.5) | debconf-2.0, grub-common, grub2-common (= 2.02~beta2-22+deb8u1.107.201602051734), grub-pc-bin (= 2.02~beta2-22+deb8u1.107.201602051734), ucf Conflicts: grub (<< 0.97-54), grub-coreboot, grub-efi-amd64, grub-efi-ia32, grub-ieee1275, grub-legacy, grub-xen Filename: 4.1-1/i386/grub-pc_2.02~beta2-22+deb8u1.107.201602051734_i386.deb Size: 196294 MD5sum: dee311d4a6eb94e22f793108aeea80be SHA1: 80a7d2691285c304b9cb45f5cc7a23d36cf5a347 SHA256: dad727029dd03acb6145d18a08dd2728f75ce7c705e7937f98e2de627c34af6f Description: GRand Unified Bootloader, version 2 (PC/BIOS version) GRUB is a portable, powerful bootloader. This version of GRUB is based on a cleaner design than its predecessors, and provides the following new features: . - Scripting in grub.cfg using BASH-like syntax. - Support for modern partition maps such as GPT. - Modular generation of grub.cfg via update-grub. Packages providing GRUB add-ons can plug in their own script rules and trigger updates by invoking update-grub. - VESA-based graphical mode with background image support and complete 24-bit color set. - Support for extended charsets. Users can write UTF-8 text to their menu entries. . This package contains a version of GRUB that has been built for use with traditional PC/BIOS architecture. Multi-Arch: foreign Homepage: http://www.gnu.org/software/grub/ Package: grub-rescue-pc Priority: extra Section: admin Installed-Size: 6501 Maintainer: GRUB Maintainers Architecture: i386 Source: grub2 Version: 2.02~beta2-22+deb8u1.107.201602051734 Filename: 4.1-1/i386/grub-rescue-pc_2.02~beta2-22+deb8u1.107.201602051734_i386.deb Size: 2702528 MD5sum: b2553d10393482a7149adc6390b2b981 SHA1: 8028753f9f6a444c5cd1fb13e9858dd75b29505f SHA256: 6995933e01e3a6e71ac397051772f8a04b1e20437a42542b186ea7b2f2991e12 Description: GRUB bootable rescue images, version 2 (PC/BIOS version) This package contains three GRUB rescue images that have been built for use with the traditional PC/BIOS architecture: . - grub-rescue-floppy.img: floppy image. - grub-rescue-cdrom.iso: El Torito CDROM image. - grub-rescue-usb.img: USB image. Multi-Arch: foreign Homepage: http://www.gnu.org/software/grub/ Package: grub-theme-starfield Priority: extra Section: admin Installed-Size: 2745 Maintainer: GRUB Maintainers Architecture: i386 Source: grub2 Version: 2.02~beta2-22+deb8u1.107.201602051734 Depends: grub-common (= 2.02~beta2-22+deb8u1.107.201602051734) Filename: 4.1-1/i386/grub-theme-starfield_2.02~beta2-22+deb8u1.107.201602051734_i386.deb Size: 2139094 MD5sum: 9be0946cd7eea695d9c90785773f339d SHA1: 1f9d847daabc459b84eeddd9e1bdc34023ebe1b4 SHA256: 1eabdaa69091aff07f276f7065a7aac9fd44f3b7329c74601f2dcbd36ceeeeb8 Description: GRand Unified Bootloader, version 2 (starfield theme) This is the default theme for GRUB's graphical menu. Multi-Arch: foreign Homepage: http://www.gnu.org/software/grub/ Package: grub-xen-bin Priority: extra Section: admin Installed-Size: 3507 Maintainer: GRUB Maintainers Architecture: i386 Source: grub2 Version: 2.02~beta2-22+deb8u1.107.201602051734 Depends: grub-common (= 2.02~beta2-22+deb8u1.107.201602051734) Filename: 4.1-1/i386/grub-xen-bin_2.02~beta2-22+deb8u1.107.201602051734_i386.deb Size: 911870 MD5sum: 716581eb2f11c002189f23322910d58e SHA1: 225375be66ac89404aebeb923e116b0f44a386bc SHA256: 44097ad827f3eaa72767c1ee02d9de15c359163b561f0c70f2ab1eb2377d7a07 Description: GRand Unified Bootloader, version 2 (Xen binaries) GRUB is a portable, powerful bootloader. This version of GRUB is based on a cleaner design than its predecessors, and provides the following new features: . - Scripting in grub.cfg using BASH-like syntax. - Support for modern partition maps such as GPT. - Modular generation of grub.cfg via update-grub. Packages providing GRUB add-ons can plug in their own script rules and trigger updates by invoking update-grub. . This package contains a version of GRUB that has been built for use with the Xen hypervisor (i.e. PV-GRUB). It will not automatically install GRUB as the active boot loader, nor will it automatically update grub.cfg on upgrade, so most people should install grub-xen instead. Multi-Arch: foreign Homepage: http://www.gnu.org/software/grub/ Package: grub-xen-dbg Priority: extra Section: debug Installed-Size: 20635 Maintainer: GRUB Maintainers Architecture: i386 Source: grub2 Version: 2.02~beta2-22+deb8u1.107.201602051734 Depends: grub-common (= 2.02~beta2-22+deb8u1.107.201602051734), grub-xen-bin (= 2.02~beta2-22+deb8u1.107.201602051734) Filename: 4.1-1/i386/grub-xen-dbg_2.02~beta2-22+deb8u1.107.201602051734_i386.deb Size: 4175462 MD5sum: f0279e311be567676a31d201d90baa0e SHA1: b856fbacebb4757cf8f734a76550ebc51c7e33ba SHA256: ce237b3dd71d85fcae92821dd786e1ff372d7a3acfd614972e515e40c903194f Description: GRand Unified Bootloader, version 2 (Xen debug files) This package contains debugging files for grub-xen-bin. You only need these if you are trying to debug GRUB using its GDB stub. Multi-Arch: foreign Homepage: http://www.gnu.org/software/grub/ Package: grub-xen-host Priority: extra Section: admin Installed-Size: 4006 Maintainer: GRUB Maintainers Architecture: i386 Source: grub2 Version: 2.02~beta2-22+deb8u1.107.201602051734 Depends: grub-xen-bin (= 2.02~beta2-22+deb8u1.107.201602051734) Filename: 4.1-1/i386/grub-xen-host_2.02~beta2-22+deb8u1.107.201602051734_i386.deb Size: 1400656 MD5sum: c3811c50125c044d831e8afd801dc1b0 SHA1: 971a88051cc4845a2944fde7e9df29d0c74b39f0 SHA256: 39474ff478f73ddb70af26ae7a02d67e75e8690282ed5a4b03c5b69d81d647d3 Description: GRand Unified Bootloader, version 2 (Xen host version) GRUB is a portable, powerful bootloader. This version of GRUB is based on a cleaner design than its predecessors, and provides the following new features: . - Scripting in grub.cfg using BASH-like syntax. - Support for modern partition maps such as GPT. - Modular generation of grub.cfg via update-grub. Packages providing GRUB add-ons can plug in their own script rules and trigger updates by invoking update-grub. . This package arranges for GRUB binary images which can be used to boot a Xen guest (i.e. PV-GRUB) to be present in the control domain filesystem. Multi-Arch: foreign Homepage: http://www.gnu.org/software/grub/ Package: grub-xen Priority: extra Section: admin Installed-Size: 210 Maintainer: GRUB Maintainers Architecture: i386 Source: grub2 Version: 2.02~beta2-22+deb8u1.107.201602051734 Depends: debconf (>= 0.5) | debconf-2.0, grub-common, grub2-common (= 2.02~beta2-22+deb8u1.107.201602051734), grub-xen-bin (= 2.02~beta2-22+deb8u1.107.201602051734), ucf Conflicts: grub (<< 0.97-54), grub-coreboot, grub-efi-amd64, grub-efi-ia32, grub-ieee1275, grub-legacy, grub-pc Filename: 4.1-1/i386/grub-xen_2.02~beta2-22+deb8u1.107.201602051734_i386.deb Size: 65056 MD5sum: 115a4f93d802e064de399a0e3de71cf0 SHA1: 5b02647b5871758bca502d2575096ea5e2df9f8c SHA256: 40535bf0a5a1af70644d609ea95e651d4b0dbda9aab9113581fc03fad5a7f231 Description: GRand Unified Bootloader, version 2 (Xen version) GRUB is a portable, powerful bootloader. This version of GRUB is based on a cleaner design than its predecessors, and provides the following new features: . - Scripting in grub.cfg using BASH-like syntax. - Support for modern partition maps such as GPT. - Modular generation of grub.cfg via update-grub. Packages providing GRUB add-ons can plug in their own script rules and trigger updates by invoking update-grub. . This package contains a version of GRUB that has been built for use with the Xen hypervisor (i.e. PV-GRUB). Multi-Arch: foreign Homepage: http://www.gnu.org/software/grub/ Package: grub2-common Priority: optional Section: admin Installed-Size: 1168 Maintainer: GRUB Maintainers Architecture: i386 Source: grub2 Version: 2.02~beta2-22+deb8u1.107.201602051734 Replaces: grub, grub-common (<< 1.99-1), grub-coreboot (<< 2.00-4), grub-efi (<< 1.99-1), grub-efi-amd64 (<< 2.00-4), grub-efi-ia32 (<< 2.00-4), grub-efi-ia64 (<< 2.00-4), grub-ieee1275 (<< 2.00-4), grub-legacy, grub-linuxbios (<< 1.99-1), grub-pc (<< 2.00-4), grub-yeeloong (<< 2.00-4) Depends: grub-common (= 2.02~beta2-22+deb8u1.107.201602051734), dpkg (>= 1.15.4) | install-info, libc6 (>= 2.3), libdevmapper1.02.1 (>= 2:1.02.36), liblzma5 (>= 5.1.1alpha+20120614) Conflicts: grub (<< 0.97-54), grub-doc (<< 0.97-32), grub-legacy, grub-legacy-doc (<< 0.97-59) Filename: 4.1-1/i386/grub2-common_2.02~beta2-22+deb8u1.107.201602051734_i386.deb Size: 511044 MD5sum: a4d4c9b44b5d0c519869505e27b1652d SHA1: 29f18a10d5f90dba0be02d2b09deec1a6f77c4e3 SHA256: 03139969ba0e3c424b12ac9ffbcb9bcc7f1c0f524de84f9178ec33b0e0f90f92 Description: GRand Unified Bootloader (common files for version 2) This package contains common files shared by the distinct flavours of GRUB. The files in this package are specific to GRUB 2, and would break GRUB Legacy if installed on the same system. Multi-Arch: foreign Homepage: http://www.gnu.org/software/grub/ Package: grub2 Priority: extra Section: admin Installed-Size: 32 Maintainer: GRUB Maintainers Architecture: i386 Version: 2.02~beta2-22+deb8u1.107.201602051734 Depends: grub-pc (= 2.02~beta2-22+deb8u1.107.201602051734), grub-common Filename: 4.1-1/i386/grub2_2.02~beta2-22+deb8u1.107.201602051734_i386.deb Size: 2522 MD5sum: de967deb93c0af58d7ac6e11a858ce89 SHA1: 20428d1148ed4c3ede5f6ecab60c2d0a4c5c5264 SHA256: af8c5c5851cdc8a7db7a25d4ced11e8e24a1e4c008c33f0bdd9167f4287e5c9b Description: GRand Unified Bootloader, version 2 (dummy package) This is a dummy transitional package to handle GRUB 2 upgrades. It can be safely removed. Multi-Arch: foreign Homepage: http://www.gnu.org/software/grub/ Package: guile-gnutls Priority: optional Section: lisp Installed-Size: 446 Maintainer: Debian GnuTLS Maintainers Architecture: i386 Source: gnutls26 (2.12.20-8.29.201601280949) Version: 3.0.22-3+really2.12.20-8.29.201601280949 Depends: guile-1.8-libs, libc6 (>= 2.4), libgmp10, libgnutls26 (>= 2.12.17-0), libltdl7 (>= 2.4.2), libp11-kit0 (>= 0.11), guile-1.8 Pre-Depends: multiarch-support Filename: 4.1-1/i386/guile-gnutls_3.0.22-3+really2.12.20-8.29.201601280949_i386.deb Size: 267154 MD5sum: e5006296c075997160676328f6cd7b35 SHA1: 233fafce7ca627d151ce508b507bb4a78116fc94 SHA256: 5e795d38e127489b78d5458eac109e31b80a9ac9ac7f247b34f6878ff1fa2f77 Description: GNU TLS library - GNU Guile bindings GnuTLS is a portable library which implements the Transport Layer Security (TLS 1.0, 1.1, 1.2) and Secure Sockets Layer (SSL) 3.0 protocols. . GnuTLS features support for: - TLS extensions: server name indication, max record size, opaque PRF input, etc. - authentication using the SRP protocol. - authentication using both X.509 certificates and OpenPGP keys. - TLS Pre-Shared-Keys (PSK) extension. - Inner Application (TLS/IA) extension. - X.509 and OpenPGP certificate handling. - X.509 Proxy Certificates (RFC 3820). - all the strong encryption algorithms (including SHA-256/384/512 and Camellia (RFC 4132)). . This package contains the GNU Guile 1.8 modules. Multi-Arch: same Homepage: http://www.gnutls.org/ Package: hyperv-modules-4.1.0-ucs174-586-di Priority: extra Section: debian-installer Installed-Size: 210 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: hyperv-modules Depends: kernel-image-4.1.0-ucs174-586-di, input-modules-4.1.0-ucs174-586-di, scsi-core-modules-4.1.0-ucs174-586-di Filename: 4.1-1/i386/hyperv-modules-4.1.0-ucs174-586-di_4.1.6-1.174.201602110938_i386.udeb Size: 52770 MD5sum: bb164d1a97e30b05db09ab46e6eb2a45 SHA1: a53038c91151e0a124111d6fde02ace2adebd303 SHA256: a0cb9e0aa0a268839583ce127766063ae67cbb1f4b1287c139893751f3cde28e Description: Hyper-V modules This package contains Hyper-V paravirtualised drivers for the kernel. Kernel-Version: 4.1.0-ucs174-586 Package: hyperv-modules-4.1.0-ucs174-686-pae-di Priority: extra Section: debian-installer Installed-Size: 211 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: hyperv-modules Depends: kernel-image-4.1.0-ucs174-686-pae-di, input-modules-4.1.0-ucs174-686-pae-di, scsi-core-modules-4.1.0-ucs174-686-pae-di Filename: 4.1-1/i386/hyperv-modules-4.1.0-ucs174-686-pae-di_4.1.6-1.174.201602110938_i386.udeb Size: 50904 MD5sum: f788daa3efdf4e860a238604ea78c88c SHA1: 337adae03e2b730ee140863d8ea8d4a3fc3f79aa SHA256: c8839fe749a50925099e117649f085a1d268f5465b787429026c5936714e220e Description: Hyper-V modules This package contains Hyper-V paravirtualised drivers for the kernel. Kernel-Version: 4.1.0-ucs174-686-pae Package: i2c-modules-4.1.0-ucs174-586-di Priority: extra Section: debian-installer Installed-Size: 78 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: i2c-modules Depends: kernel-image-4.1.0-ucs174-586-di Filename: 4.1-1/i386/i2c-modules-4.1.0-ucs174-586-di_4.1.6-1.174.201602110938_i386.udeb Size: 14566 MD5sum: b46e93585463d47625b4485b8e5daa9e SHA1: bea19702c073c3c49ce395c746bbf6c5c20c73f9 SHA256: efcd6fd0f66a071892739f27a2ea4ed1a6254d6c9d05b9c3298a811a3addd589 Description: i2c support modules This package contains basic i2c support modules. Kernel-Version: 4.1.0-ucs174-586 Package: i2c-modules-4.1.0-ucs174-686-pae-di Priority: extra Section: debian-installer Installed-Size: 76 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: i2c-modules Depends: kernel-image-4.1.0-ucs174-686-pae-di Filename: 4.1-1/i386/i2c-modules-4.1.0-ucs174-686-pae-di_4.1.6-1.174.201602110938_i386.udeb Size: 12746 MD5sum: 79744d8424e81c59ac83fcac793b93be SHA1: d6ace73661b6efcf96185c3061c83e313e66d6f8 SHA256: e4c307dbd2cd7e7213889441cb247799033bca41d1e5cc25129d0bc63ffd0725 Description: i2c support modules This package contains basic i2c support modules. Kernel-Version: 4.1.0-ucs174-686-pae Package: icedtea-7-jre-cacao Priority: extra Section: java Installed-Size: 220 Maintainer: OpenJDK Team Architecture: i386 Source: openjdk-7 Version: 7u91-2.6.3-1.19.201512041548 Depends: openjdk-7-jre-headless (= 7u91-2.6.3-1.19.201512041548) Filename: 4.1-1/i386/icedtea-7-jre-cacao_7u91-2.6.3-1.19.201512041548_i386.deb Size: 82756 MD5sum: e3df6adc010a43a69557eb1755b3da23 SHA1: f5774dbdc02fd76e954b53143d9b097b39ac678d SHA256: d06912b1169dd7921e27b617fe9e3b6999ea8f0fe0d11d263f70ef504fbe5f1d Description: Transitional package for obsolete Cacao JVM for OpenJDK Cacao support was removed for recent versions of OpenJDK 7. . This is a transitional package which can be safely removed. Multi-Arch: same Homepage: http://openjdk.java.net/ Package: icedtea-7-jre-jamvm Priority: extra Section: java Installed-Size: 1776 Maintainer: OpenJDK Team Architecture: i386 Source: openjdk-7 Version: 7u91-2.6.3-1.19.201512041548 Depends: openjdk-7-jre-headless (= 7u91-2.6.3-1.19.201512041548), libc6 (>= 2.4), zlib1g (>= 1:1.1.4) Filename: 4.1-1/i386/icedtea-7-jre-jamvm_7u91-2.6.3-1.19.201512041548_i386.deb Size: 709354 MD5sum: f1c6dd22fb781179c646427bc8789594 SHA1: 0359fac62c1e368fde1598fd9d234a22c9f21699 SHA256: b448eec9e74500dce724c0d3abd3ec2264c3b41d6425eea9dea087cc4cb0909a Description: Alternative JVM for OpenJDK, using JamVM The package provides an alternative runtime using the JamVM. This is a somewhat faster alternative than the Zero port on architectures like armel, mips, mipsel, powerpc. . The VM is started with the option `-jamvm'. See the README.Debian for details. Multi-Arch: same Homepage: http://openjdk.java.net/ Package: input-modules-4.1.0-ucs174-586-di Priority: extra Section: debian-installer Installed-Size: 614 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: input-modules Depends: kernel-image-4.1.0-ucs174-586-di, usb-modules-4.1.0-ucs174-586-di, i2c-modules-4.1.0-ucs174-586-di Filename: 4.1-1/i386/input-modules-4.1.0-ucs174-586-di_4.1.6-1.174.201602110938_i386.udeb Size: 162722 MD5sum: b2200215badcd328090b5fc711a12884 SHA1: f6d3692dec67a98937d5ee07b72f9a8465be87ea SHA256: 171cad46ad6bd2407338d1152ef0f8a56797f5c9f8f1592236241baa0a536f94 Description: Input devices support This package contains input device drivers for the kernel. Kernel-Version: 4.1.0-ucs174-586 Package: input-modules-4.1.0-ucs174-686-pae-di Priority: extra Section: debian-installer Installed-Size: 577 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: input-modules Depends: kernel-image-4.1.0-ucs174-686-pae-di, usb-modules-4.1.0-ucs174-686-pae-di, i2c-modules-4.1.0-ucs174-686-pae-di Filename: 4.1-1/i386/input-modules-4.1.0-ucs174-686-pae-di_4.1.6-1.174.201602110938_i386.udeb Size: 139614 MD5sum: e5682dfa56c4e50c65c64c2714a53ca9 SHA1: 04cf1377e7c896175931993ae71a3e7de73584e2 SHA256: 41a6a5c4b5c521dbb6da901d7688a1742ac5d85c878602e3d84f67cd5757cb2c Description: Input devices support This package contains input device drivers for the kernel. Kernel-Version: 4.1.0-ucs174-686-pae Package: isofs-modules-4.1.0-ucs174-586-di Priority: standard Section: debian-installer Installed-Size: 73 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: isofs-modules Depends: kernel-image-4.1.0-ucs174-586-di Filename: 4.1-1/i386/isofs-modules-4.1.0-ucs174-586-di_4.1.6-1.174.201602110938_i386.udeb Size: 18044 MD5sum: 50f634d4bde0a7ac11328be9529005aa SHA1: f978e336528be0bf9e51f21cc30ac7441b9ddba2 SHA256: a6c002964739b906c4a8f7ec28ae4ec827271ec8c287d53ad134682630308ce2 Description: ISOFS filesystem support This package contains the ISOFS filesystem module for the kernel. Kernel-Version: 4.1.0-ucs174-586 Package: isofs-modules-4.1.0-ucs174-686-pae-di Priority: standard Section: debian-installer Installed-Size: 73 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: isofs-modules Depends: kernel-image-4.1.0-ucs174-686-pae-di Filename: 4.1-1/i386/isofs-modules-4.1.0-ucs174-686-pae-di_4.1.6-1.174.201602110938_i386.udeb Size: 17642 MD5sum: 2ccf0d5d5a00c4780a993ef034d38919 SHA1: 29dce40bb17af6e9b874624de39de161f73ef373 SHA256: 24601cbb2d0f30350fe2c42ae9df2208fad9aece64841a0e3dfb2e1b8cfa733d Description: ISOFS filesystem support This package contains the ISOFS filesystem module for the kernel. Kernel-Version: 4.1.0-ucs174-686-pae Package: jfs-modules-4.1.0-ucs174-586-di Priority: standard Section: debian-installer Installed-Size: 246 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: jfs-modules Depends: kernel-image-4.1.0-ucs174-586-di Filename: 4.1-1/i386/jfs-modules-4.1.0-ucs174-586-di_4.1.6-1.174.201602110938_i386.udeb Size: 88586 MD5sum: 08e3d27574fbe425b3177b7d9ce1ce1e SHA1: d857e3e7b497edd4117c2f5c5cb0335815bf083a SHA256: 252f4e6d688e9b54e715ba2569d80e5ec01f4479812f396f30e0c03ec44fb362 Description: JFS filesystem support This package contains the JFS filesystem module for the kernel. Kernel-Version: 4.1.0-ucs174-586 Package: jfs-modules-4.1.0-ucs174-686-pae-di Priority: standard Section: debian-installer Installed-Size: 253 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: jfs-modules Depends: kernel-image-4.1.0-ucs174-686-pae-di Filename: 4.1-1/i386/jfs-modules-4.1.0-ucs174-686-pae-di_4.1.6-1.174.201602110938_i386.udeb Size: 90412 MD5sum: 5fc64589b8877f34039b15a6229b9fef SHA1: 88a58c5fe409bff223118e07539db46dca2e3092 SHA256: 7bfcfec0c158a4c85c42390e4be92ecca23b1cada71a694ee01d78775dad0b10 Description: JFS filesystem support This package contains the JFS filesystem module for the kernel. Kernel-Version: 4.1.0-ucs174-686-pae Package: kernel-image-4.1.0-ucs174-586-di Priority: extra Section: debian-installer Installed-Size: 6083 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: kernel-image, rtc-modules, zlib-modules Filename: 4.1-1/i386/kernel-image-4.1.0-ucs174-586-di_4.1.6-1.174.201602110938_i386.udeb Size: 4186516 MD5sum: c7137c20b0ee55530563f3fad2f70f23 SHA1: 1e869d6f284d106cbe1ef4cea4f2c0e3fd43116c SHA256: de997d2644c35cf5caf6373d751d4cc546c13ff65be8ba9baed66693e8320221 Description: Linux kernel binary image for the Debian installer This package contains the kernel image for the Debian installer boot images. It does _not_ provide a usable kernel for your full Debian system. Kernel-Version: 4.1.0-ucs174-586 Package: kernel-image-4.1.0-ucs174-686-pae-di Priority: extra Section: debian-installer Installed-Size: 6491 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: kernel-image, rtc-modules, zlib-modules Filename: 4.1-1/i386/kernel-image-4.1.0-ucs174-686-pae-di_4.1.6-1.174.201602110938_i386.udeb Size: 4507290 MD5sum: c42481413af51adda0e659977957bd4c SHA1: e816fad8ab374ed86224e52f09ab16f4da7ec017 SHA256: 1ed1f4685eee259923c6712e88b76b966f0de09bfe2c03a1b1c3277780384a14 Description: Linux kernel binary image for the Debian installer This package contains the kernel image for the Debian installer boot images. It does _not_ provide a usable kernel for your full Debian system. Kernel-Version: 4.1.0-ucs174-686-pae Package: ldb-tools Priority: optional Section: utils Installed-Size: 149 Maintainer: Debian Samba Maintainers Architecture: i386 Source: ldb Version: 2:1.1.24-1.67.201512111426 Depends: libc6 (>= 2.4), libldb1 (>= 1.1.5), libpopt0 (>= 1.14), libtalloc2 (>= 2.0.4~git20101213) Filename: 4.1-1/i386/ldb-tools_1.1.24-1.67.201512111426_i386.deb Size: 37556 MD5sum: 94e0a52aedee7fec0cef7009dbaa8922 SHA1: 4ac4f683980c66a5919b52407db1c3cca7ad423f SHA256: 42d040c95e4448a7897ed91e553667e90dc951a3d91dd414da77e8c563205da2 Description: LDAP-like embedded database - tools ldb is a LDAP-like embedded database built on top of TDB. . What ldb does is provide a fast database with an LDAP-like API designed to be used within an application. In some ways it can be seen as a intermediate solution between key-value pair databases and a real LDAP database. . This package contains bundled test and utility binaries Homepage: http://ldb.samba.org/ Package: libc-bin Essential: yes Priority: required Section: libs Installed-Size: 3100 Maintainer: GNU Libc Maintainers Architecture: i386 Source: eglibc Version: 2.13-38.27.201511261620 Replaces: libc0.1, libc0.3, libc6, libc6.1 Breaks: libc0.1 (<< 2.10), libc0.3 (<< 2.10), libc6 (<< 2.10), libc6.1 (<< 2.10) Filename: 4.1-1/i386/libc-bin_2.13-38.27.201511261620_i386.deb Size: 1217974 MD5sum: 68ff0105b13c9fed254583424e63f75b SHA1: 2a146f47eb10c5e171bfa5956fa7fd4bf61734fd SHA256: 41ddad194a493812c120a308d4de9bcff271f6b315703823a5f70b0e32d83b57 Description: Embedded GNU C Library: Binaries This package contains utility programs related to the GNU C Library. . * catchsegv: catch segmentation faults in programs * getconf: query system configuration variables * getent: get entries from administrative databases * iconv, iconvconfig: convert between character encodings * ldd, ldconfig: print/configure shared library dependencies * locale, localedef: show/generate locale definitions * rpcinfo: report RPC information * tzselect, zdump, zic: select/dump/compile time zones Multi-Arch: foreign Homepage: http://www.eglibc.org Package: libc-dev-bin Priority: optional Section: libdevel Installed-Size: 332 Maintainer: GNU Libc Maintainers Architecture: i386 Source: eglibc Version: 2.13-38.27.201511261620 Replaces: libc0.1-dev, libc0.3-dev, libc6-dev, libc6.1-dev Depends: libc6 (>> 2.13), libc6 (<< 2.14) Recommends: manpages-dev Filename: 4.1-1/i386/libc-dev-bin_2.13-38.27.201511261620_i386.deb Size: 219638 MD5sum: bbdbb673c49b79205c978722d0671163 SHA1: 711619882ceb0d5128e04a7637d87c5efcb304da SHA256: 62af73c64628f902785d147d51b08f60edd9bfda3149433f3432d9bd51bcc705 Description: Embedded GNU C Library: Development binaries This package contains utility programs related to the GNU C Library development package. Multi-Arch: foreign Homepage: http://www.eglibc.org Package: libc6-amd64 Priority: optional Section: libs Installed-Size: 9906 Maintainer: GNU Libc Maintainers Architecture: i386 Source: eglibc Version: 2.13-38.27.201511261620 Depends: libc6 (= 2.13-38.27.201511261620) Conflicts: amd64-libs (<= 1.2) Filename: 4.1-1/i386/libc6-amd64_2.13-38.27.201511261620_i386.deb Size: 4389386 MD5sum: c656b2e24fb58f54b7eab7f75f717b79 SHA1: 10b1d42507a9852f481432d8d547ba80c904b16a SHA256: 2626b04f667828903c724990b70730150ca82d68492e7c0344cf139cf270d714 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. Homepage: http://www.eglibc.org Package: libc6-dbg Priority: extra Section: debug Installed-Size: 33020 Maintainer: GNU Libc Maintainers Architecture: i386 Source: eglibc Version: 2.13-38.27.201511261620 Provides: libc-dbg Depends: libc6 (= 2.13-38.27.201511261620) Filename: 4.1-1/i386/libc6-dbg_2.13-38.27.201511261620_i386.deb Size: 3596696 MD5sum: 5ed5a1e3dbd009ec56dec0aa72c1886d SHA1: 18b5e4ff11938c34c27dafa6a4ae77d3280b3a42 SHA256: 9ef15426d9ecc272f9bf1ed68ba28b272e3cc04a7e3868810468743f69fe1b49 Description: Embedded GNU C Library: detached debugging symbols This package contains the detached debugging symbols for the GNU C library. Multi-Arch: same Homepage: http://www.eglibc.org Package: libc6-dev-amd64 Priority: optional Section: libdevel Installed-Size: 9043 Maintainer: GNU Libc Maintainers Architecture: i386 Source: eglibc Version: 2.13-38.27.201511261620 Replaces: amd64-libs-dev (<= 1.2), libc6-dev (<< 2.13-11) Provides: lib64c-dev Depends: libc6-amd64 (= 2.13-38.27.201511261620), libc6-dev (= 2.13-38.27.201511261620) Recommends: gcc-multilib Conflicts: libc6-dev (<< 2.13-14) Filename: 4.1-1/i386/libc6-dev-amd64_2.13-38.27.201511261620_i386.deb Size: 2266248 MD5sum: 64b5f418ac936629ddc38acab726b2a3 SHA1: 83292b917d3b15ae749a0f38ea8eb0256554ec26 SHA256: a08bdf4a9b61f20cca41fe4cc29bcb00f3d33a2f88bba58b4600b95b6b1a444d 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. Homepage: http://www.eglibc.org Package: libc6-dev Priority: optional Section: libdevel Installed-Size: 18078 Maintainer: GNU Libc Maintainers Architecture: i386 Source: eglibc Version: 2.13-38.27.201511261620 Provides: libc-dev Depends: libc6 (= 2.13-38.27.201511261620), libc-dev-bin (= 2.13-38.27.201511261620), linux-libc-dev Recommends: gcc | c-compiler Suggests: glibc-doc, manpages-dev Conflicts: libc0.1-dev, libc0.3-dev, libc6.1-dev Breaks: binutils (<< 2.20.1-1), binutils-gold (<< 2.20.1-11), cmake (<< 2.8.4+dfsg.1-5), gcc-4.4 (<< 4.4.6-4), gcc-4.5 (<< 4.5.3-2), gcc-4.6 (<< 4.6.0-12), libhwloc-dev (<< 1.2-3), libjna-java (<< 3.2.7-4), liblouis-dev (<< 2.3.0-2), liblouisxml-dev (<< 2.4.0-2), make (<< 3.81-8.1), pkg-config (<< 0.26-1) Filename: 4.1-1/i386/libc6-dev_2.13-38.27.201511261620_i386.deb Size: 4948560 MD5sum: 0c85b050549899bf5efbbea78908fc6a SHA1: 42a78b57aaa75043ed7ba3a574585e4a8531d428 SHA256: 24388999a393e533c8a129f40999d774373ade0d49d04e80d51eaebca8861775 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 Homepage: http://www.eglibc.org Package: libc6-i686 Priority: extra Section: libs Installed-Size: 2681 Maintainer: GNU Libc Maintainers Architecture: i386 Source: eglibc Version: 2.13-38.27.201511261620 Pre-Depends: libc6 (= 2.13-38.27.201511261620) Filename: 4.1-1/i386/libc6-i686_2.13-38.27.201511261620_i386.deb Size: 1259818 MD5sum: 0c9a20aa066cf7e06fd6ff511570f204 SHA1: d5fea32c588e379aeef982c824ee94c31c2a4704 SHA256: 4878731454f45bc08bef6a274b08ebfac64144c0d8c2a2cad61d7d2aebd3b02b Description: Embedded GNU C Library: Shared libraries [i686 optimized] 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 i686 machines, and will only be used on an i686 class CPU (check the output of `uname -m'). This includes Pentium Pro, Pentium II/III/IV, Celeron CPU's and similar class CPU's (including clones such as AMD Athlon/Opteron, VIA C3 Nehemiah, but not VIA C3 Ezra). Multi-Arch: same Homepage: http://www.eglibc.org Package: libc6-pic Priority: optional Section: libdevel Installed-Size: 4500 Maintainer: GNU Libc Maintainers Architecture: i386 Source: eglibc Version: 2.13-38.27.201511261620 Provides: glibc-pic, libc-pic Depends: libc6 (= 2.13-38.27.201511261620) Conflicts: libc-pic Filename: 4.1-1/i386/libc6-pic_2.13-38.27.201511261620_i386.deb Size: 1254752 MD5sum: 4fd57b2ee553a6806a326419d4f721fc SHA1: fc7555fa18e5bd50e9adf59922d5346c10a6c52b SHA256: da6ffb1b1fe6ace9097f8645cddb5a2a83d460b558419b7a6dc2b0c9b22efab2 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 by debian-installer and may be useful for custom installation media and in embedded systems. Multi-Arch: same Homepage: http://www.eglibc.org Package: libc6-prof Priority: extra Section: libdevel Installed-Size: 5336 Maintainer: GNU Libc Maintainers Architecture: i386 Source: eglibc Version: 2.13-38.27.201511261620 Depends: libc6 (= 2.13-38.27.201511261620) Filename: 4.1-1/i386/libc6-prof_2.13-38.27.201511261620_i386.deb Size: 1569840 MD5sum: 8cb71247c73f91e6a1a5282b23a741c6 SHA1: 6267affb1756ba6d09467ab381de00d6cafef7ff SHA256: e70e41ec908d436d1c5fd7c8c546618ca013037b37cbde5aa7093f3a0fe00e0a Description: Embedded GNU C Library: Profiling Libraries Static libraries compiled with profiling info (-pg) suitable for use with gprof. Multi-Arch: same Homepage: http://www.eglibc.org Package: libc6-xen Priority: extra Section: libs Installed-Size: 2705 Maintainer: GNU Libc Maintainers Architecture: i386 Source: eglibc Version: 2.13-38.27.201511261620 Pre-Depends: libc6 (= 2.13-38.27.201511261620) Filename: 4.1-1/i386/libc6-xen_2.13-38.27.201511261620_i386.deb Size: 1265648 MD5sum: 023ca7a079339e6ecc53d8dbc5d7765f SHA1: 77c447d1035b2cb7ded5d17d3ecb5ea5653e47a3 SHA256: 5a91f9abede36ae0ef2d7bb372175907343f21b2300cc2465b749e22969eb067 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 Homepage: http://www.eglibc.org Package: libc6 Priority: required Section: libs Installed-Size: 8562 Maintainer: GNU Libc Maintainers Architecture: i386 Source: eglibc Version: 2.13-38.27.201511261620 Replaces: libc6-i386 Provides: glibc-2.13-1 Depends: libc-bin (= 2.13-38.27.201511261620), libgcc1 Recommends: libc6-i686 Suggests: glibc-doc, debconf | debconf-2.0, locales Conflicts: prelink (<= 0.0.20090311-1), tzdata (<< 2007k-1), tzdata-etch Breaks: locales (<< 2.13), locales-all (<< 2.13), nscd (<< 2.13) Filename: 4.1-1/i386/libc6_2.13-38.27.201511261620_i386.deb Size: 3944406 MD5sum: 057157056b147d894acb25d6c3771eba SHA1: ed6d0b8b00938eca85361493abf531ce36b0ab6c SHA256: 723f14c989e117051ab2acd2dfab23959df5cd787f3bb3a13b439a02b5645533 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 Homepage: http://www.eglibc.org Package: libgnutls-dev Priority: optional Section: libdevel Installed-Size: 1889 Maintainer: Debian GnuTLS Maintainers Architecture: i386 Source: gnutls26 Version: 2.12.20-8.29.201601280949 Replaces: gnutls-dev Provides: gnutls-dev Depends: libgnutls26 (= 2.12.20-8.29.201601280949), libgnutlsxx27 (= 2.12.20-8.29.201601280949), libgnutls-openssl27 (= 2.12.20-8.29.201601280949), libgcrypt11-dev (>= 1.4.0), libc6-dev | libc-dev, zlib1g-dev, libtasn1-3-dev (>= 0.3.4), libp11-kit-dev (>= 0.4) Suggests: gnutls26-doc Conflicts: gnutls-dev Filename: 4.1-1/i386/libgnutls-dev_2.12.20-8.29.201601280949_i386.deb Size: 729060 MD5sum: 347a0ac3c39fdcd81a5914cf8d38bae5 SHA1: 3773d9e95f37b98f188abf2240f620270a13b2bc SHA256: 9087097bdc4baafaa3ede1f73f48d2717567109cc2e6ea7af90904883c570b89 Description: GNU TLS library - development files GnuTLS is a portable library which implements the Transport Layer Security (TLS 1.0, 1.1, 1.2) and Secure Sockets Layer (SSL) 3.0 protocols. . GnuTLS features support for: - TLS extensions: server name indication, max record size, opaque PRF input, etc. - authentication using the SRP protocol. - authentication using both X.509 certificates and OpenPGP keys. - TLS Pre-Shared-Keys (PSK) extension. - Inner Application (TLS/IA) extension. - X.509 and OpenPGP certificate handling. - X.509 Proxy Certificates (RFC 3820). - all the strong encryption algorithms (including SHA-256/384/512 and Camellia (RFC 4132)). . This package contains the GnuTLS development files. Homepage: http://www.gnutls.org/ Package: libgnutls-openssl27 Priority: standard Section: libs Installed-Size: 273 Maintainer: Debian GnuTLS Maintainers Architecture: i386 Source: gnutls26 Version: 2.12.20-8.29.201601280949 Depends: libgnutls26 (= 2.12.20-8.29.201601280949), libc6 (>= 2.4), libp11-kit0 (>= 0.11), libtasn1-3 (>= 1.6-0) Pre-Depends: multiarch-support Filename: 4.1-1/i386/libgnutls-openssl27_2.12.20-8.29.201601280949_i386.deb Size: 221412 MD5sum: 4fa5ac8eb71bc6801230b91b39f4c353 SHA1: 8e0fbd6004b7229b542bdf5c14fd05ed5342a8cb SHA256: ae3d14c06825ca25335dfb4f9baa7fcaad5c24a919daebf5764296e1a74fcf8d Description: GNU TLS library - OpenSSL wrapper GnuTLS is a portable library which implements the Transport Layer Security (TLS 1.0, 1.1, 1.2) and Secure Sockets Layer (SSL) 3.0 protocols. . GnuTLS features support for: - TLS extensions: server name indication, max record size, opaque PRF input, etc. - authentication using the SRP protocol. - authentication using both X.509 certificates and OpenPGP keys. - TLS Pre-Shared-Keys (PSK) extension. - Inner Application (TLS/IA) extension. - X.509 and OpenPGP certificate handling. - X.509 Proxy Certificates (RFC 3820). - all the strong encryption algorithms (including SHA-256/384/512 and Camellia (RFC 4132)). . This package contains the runtime library of the GnuTLS OpenSSL wrapper. Multi-Arch: same Homepage: http://www.gnutls.org/ Package: libgnutls26-dbg Priority: extra Section: debug Installed-Size: 4340 Maintainer: Debian GnuTLS Maintainers Architecture: i386 Source: gnutls26 Version: 2.12.20-8.29.201601280949 Depends: libgnutls26 (= 2.12.20-8.29.201601280949) Conflicts: libgnutls13-dbg, libgnutls28-dbg Filename: 4.1-1/i386/libgnutls26-dbg_2.12.20-8.29.201601280949_i386.deb Size: 1819854 MD5sum: 3e20ab422e6160d96cee9c3905fb388f SHA1: 2cbb9871ec224a05353a5b2a767490935549773d SHA256: 1e8a2094dc082f37b43eedb8504a0f9195f2d3bef6e142389eb6cdd631292578 Description: GNU TLS library - debugger symbols GnuTLS is a portable library which implements the Transport Layer Security (TLS 1.0, 1.1, 1.2) and Secure Sockets Layer (SSL) 3.0 protocols. . This package contains the debugger symbols. Homepage: http://www.gnutls.org/ Package: libgnutls26 Priority: standard Section: libs Installed-Size: 1399 Maintainer: Debian GnuTLS Maintainers Architecture: i386 Source: gnutls26 Version: 2.12.20-8.29.201601280949 Replaces: gnutls0, gnutls0.4, gnutls3 Depends: libc6 (>= 2.8), libgcrypt11 (>= 1.4.5), libp11-kit0 (>= 0.11), libtasn1-3 (>= 1.6-0), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Conflicts: gnutls0, gnutls0.4 Breaks: ccbuild (<= 2.0.1-1), csync2 (<= 1.34-2.2), freewheeling (<= 0.6-1.1), gkrellm (<= 2.3.4-1), libsoup2.4-1 (= 2.31.2-1), libsoup2.4-1 (<= 2.30.1-1), macopix-gtk2 (<= 1.7.4-3), pokerth (<= 0.8.3-3+b1), pokerth-server (<= 0.8.3-3+b1), sipsak (<= 0.9.6-2.1), slrn (<= 1.0.0~pre18-1.1), slrnpull (<= 1.0.0~pre18-1.1), snowdrop (<= 0.02b-9), ssmtp (<= 2.64-4), tf5 (<= 5.0beta8-4), wput (<= 0.6.2-2), zoneminder (<= 1.24.4-1) Filename: 4.1-1/i386/libgnutls26_2.12.20-8.29.201601280949_i386.deb Size: 611924 MD5sum: 742dd92cda4ede003bbd270017bb5a83 SHA1: d6eea79790f0435803ad9b637e35eeff817d1775 SHA256: afccdfcd19cc35428cf78974f96110e13ff6d864b13169912c509c1093e3c5d3 Description: GNU TLS library - runtime library GnuTLS is a portable library which implements the Transport Layer Security (TLS 1.0, 1.1, 1.2) and Secure Sockets Layer (SSL) 3.0 protocols. . GnuTLS features support for: - TLS extensions: server name indication, max record size, opaque PRF input, etc. - authentication using the SRP protocol. - authentication using both X.509 certificates and OpenPGP keys. - TLS Pre-Shared-Keys (PSK) extension. - Inner Application (TLS/IA) extension. - X.509 and OpenPGP certificate handling. - X.509 Proxy Certificates (RFC 3820). - all the strong encryption algorithms (including SHA-256/384/512 and Camellia (RFC 4132)). . This package contains the runtime libraries. Multi-Arch: same Homepage: http://www.gnutls.org/ Package: libgnutlsxx27 Priority: extra Section: libs Installed-Size: 298 Maintainer: Debian GnuTLS Maintainers Architecture: i386 Source: gnutls26 Version: 2.12.20-8.29.201601280949 Depends: libgnutls26 (= 2.12.20-8.29.201601280949), libc6 (>= 2.1.3), libgcc1 (>= 1:4.1.1), libp11-kit0 (>= 0.11), libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Filename: 4.1-1/i386/libgnutlsxx27_2.12.20-8.29.201601280949_i386.deb Size: 223976 MD5sum: 00ee79b62e23ab6e7f6a653a3130b1d0 SHA1: d51068cecccbd686aadd874aaa30a792cdb2d421 SHA256: 5e60ae26772799d941b05984adf49b5ad20bc3cc6805b3f5ad95154e0c16b7a2 Description: GNU TLS library - C++ runtime library GnuTLS is a portable library which implements the Transport Layer Security (TLS 1.0, 1.1, 1.2) and Secure Sockets Layer (SSL) 3.0 protocols. . GnuTLS features support for: - TLS extensions: server name indication, max record size, opaque PRF input, etc. - authentication using the SRP protocol. - authentication using both X.509 certificates and OpenPGP keys. - TLS Pre-Shared-Keys (PSK) extension. - Inner Application (TLS/IA) extension. - X.509 and OpenPGP certificate handling. - X.509 Proxy Certificates (RFC 3820). - all the strong encryption algorithms (including SHA-256/384/512 and Camellia (RFC 4132)). . This package contains the C++ runtime libraries. Multi-Arch: same Homepage: http://www.gnutls.org/ Package: libldb-dev Priority: optional Section: libdevel Installed-Size: 820 Maintainer: Debian Samba Maintainers Architecture: i386 Source: ldb Version: 2:1.1.24-1.67.201512111426 Depends: libc6-dev, libldb1 (= 2:1.1.24-1.67.201512111426), libtalloc-dev, libtdb-dev, pkg-config Filename: 4.1-1/i386/libldb-dev_1.1.24-1.67.201512111426_i386.deb Size: 313910 MD5sum: c39c9aee40abe2ca3e5a9f792bf4a778 SHA1: 1312df78053e16cedc421c52dfa4d1fbfb766411 SHA256: 97106ee5b10ec584f64fb5672a36ab61593eed127d79b7e21c8635de58045fa1 Description: LDAP-like embedded database - development files ldb is a LDAP-like embedded database built on top of TDB. . What ldb does is provide a fast database with an LDAP-like API designed to be used within an application. In some ways it can be seen as a intermediate solution between key-value pair databases and a real LDAP database. . This package contains the development files. Homepage: http://ldb.samba.org/ Package: libldb1-dbg Priority: extra Section: debug Installed-Size: 756 Maintainer: Debian Samba Maintainers Architecture: i386 Source: ldb Version: 2:1.1.24-1.67.201512111426 Depends: libldb1 (= 2:1.1.24-1.67.201512111426) Recommends: libc6-dbg Filename: 4.1-1/i386/libldb1-dbg_1.1.24-1.67.201512111426_i386.deb Size: 288836 MD5sum: d8710300d4dd440453b1114d1fd75762 SHA1: cc529244c81f2b8b794a55e41d29f462bd8f40b3 SHA256: 0567cf6c4721ed0ce5e8ba937d641bded0b2b85682d4855fad03405f3028095e Description: LDAP-like embedded database - debug symbols ldb is a LDAP-like embedded database built on top of TDB. . It provides a fast database with an LDAP-like API designed to be used within an application. In some ways it can be seen as a intermediate solution between key-value pair databases and a real LDAP database. . This package contains the debug symbols. Multi-Arch: same Homepage: http://ldb.samba.org/ Package: libldb1 Priority: optional Section: libs Installed-Size: 391 Maintainer: Debian Samba Maintainers Architecture: i386 Source: ldb Version: 2:1.1.24-1.67.201512111426 Replaces: libldb0 Depends: libc6 (>= 2.4), libldap-2.4-2 (>= 2.4.7), libtalloc2 (>= 2.0.4~git20101213), libtdb1 (>= 1.2.7+git20101214), libtevent0 (>= 0.9.9) Pre-Depends: multiarch-support Breaks: libldb0, libsamdb0 (<< 4.0.0~alpha17~git20110724.dfsg1-1) Filename: 4.1-1/i386/libldb1_1.1.24-1.67.201512111426_i386.deb Size: 141898 MD5sum: 9c1f7be38d3eb4c21e977758aba3ab56 SHA1: 77961f845ce6a50c07ec43e8e8f9f5d25fe28b18 SHA256: cec72da5140b0bb1c68d2f1586c4709d46350027ed14a428ae4cf459ce7b9d69 Description: LDAP-like embedded database - shared library ldb is a LDAP-like embedded database built on top of TDB. . It provides a fast database with an LDAP-like API designed to be used within an application. In some ways it can be seen as a intermediate solution between key-value pair databases and a real LDAP database. . This package contains the shared library file. Multi-Arch: same Homepage: http://ldb.samba.org/ Package: libmysqlclient-dev Priority: optional Section: libdevel Installed-Size: 5044 Maintainer: Debian MySQL Maintainers Architecture: i386 Source: mysql-5.5 Version: 5.5.46-0.17.201512141630 Replaces: libmysqlclient15-dev Provides: libmysqlclient15-dev Depends: libmysqlclient18 (= 5.5.46-0.17.201512141630), zlib1g-dev Conflicts: libmysqlclient10-dev, libmysqlclient12-dev, libmysqlclient14-dev, libmysqlclient15-dev Filename: 4.1-1/i386/libmysqlclient-dev_5.5.46-0.17.201512141630_i386.deb Size: 938508 MD5sum: e49f52d1fd9d4c25cf5b2d0570e7c5a3 SHA1: 4d5b886278d8f7b2325b3ea3d8431b7b36103451 SHA256: bbb5e56b7cb40191e0decde993d6780c8449a9ba3efa64e8399bdf1bc66f3263 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. Homepage: http://dev.mysql.com/ Package: libmysqlclient18 Priority: optional Section: libs Installed-Size: 3332 Maintainer: Debian MySQL Maintainers Architecture: i386 Source: mysql-5.5 Version: 5.5.46-0.17.201512141630 Depends: mysql-common (>= 5.5.46-0.17.201512141630), libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Filename: 4.1-1/i386/libmysqlclient18_5.5.46-0.17.201512141630_i386.deb Size: 665180 MD5sum: 58dcd957d7c0aa46eca896a3f4cb72ce SHA1: 74aa8d212fd0eb26ffdfd43a67527b09a13ef1d5 SHA256: 5fd3e16bc8289317b3263515cf47e83043b625dba668489917214fcd551b4aa2 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 Homepage: http://dev.mysql.com/ Package: libmysqld-dev Priority: optional Section: libdevel Installed-Size: 15380 Maintainer: Debian MySQL Maintainers Architecture: i386 Source: mysql-5.5 Version: 5.5.46-0.17.201512141630 Depends: libmysqlclient-dev (>= 5.5.46-0.17.201512141630) Filename: 4.1-1/i386/libmysqld-dev_5.5.46-0.17.201512141630_i386.deb Size: 3088842 MD5sum: 9abd304332c49ebafa368bdc78d0f50c SHA1: 2921ffacc1510e45db14c2b54c715122931e8120 SHA256: 632cbacf9ef2472ff90551c146837c7717416b166a3e24a224b462a216c86c70 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. Homepage: http://dev.mysql.com/ Package: libmysqld-pic Priority: optional Section: libdevel Installed-Size: 15388 Maintainer: Debian MySQL Maintainers Architecture: i386 Source: mysql-5.5 Version: 5.5.46-0.17.201512141630 Depends: libmysqlclient-dev (>= 5.5.46-0.17.201512141630) Filename: 4.1-1/i386/libmysqld-pic_5.5.46-0.17.201512141630_i386.deb Size: 3092530 MD5sum: 6f0b24006758df45680430a991a55458 SHA1: 38edce8489e40bb019298c1b0476f1b1ebedc02b SHA256: dca722eb0156885d86f6f2c2187e72a9e331ea2c555086477f31ba15f675d486 Description: PIC version of MySQL embedded server 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. Homepage: http://dev.mysql.com/ Package: libnss-winbind Priority: optional Section: net Installed-Size: 162 Maintainer: Debian Samba Maintainers Architecture: i386 Source: samba Version: 2:4.3.3-1.812.201512111459 Replaces: libpam-winbind (<< 2:3.6.5-2), samba (<= 2.2.3-2), winbind (<< 2:3.5.11~dfsg-3), winbind4 Depends: samba-common (= 2:4.3.3-1.812.201512111459), winbind (= 2:4.3.3-1.812.201512111459), libbsd0 (>= 0.0), libc6 (>= 2.4), libtalloc2 (>= 2.0.4~git20101213), libwbclient0 (= 2:4.3.3-1.812.201512111459), samba-libs (= 2:4.3.3-1.812.201512111459) Pre-Depends: dpkg (>= 1.15.6~) Suggests: libpam-winbind Breaks: libpam-winbind (<< 2:3.6.5-2), winbind (<< 2:3.5.11~dfsg-3) Filename: 4.1-1/i386/libnss-winbind_4.3.3-1.812.201512111459_i386.deb Size: 104288 MD5sum: 6ad82c825b60f7b8987b43c812092603 SHA1: f53d5d6327f73403b2438878c1355548716dbbfd SHA256: 18266e3ce236765522d05819f65c5a6f3b5ecdbf1811f8841d01cc5de53a157d Description: Samba nameservice integration plugins Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file and printer sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as an NT4-style domain controller, and can integrate with both NT4 domains and Active Directory realms as a member server. . This package provides nss_winbind, a plugin that integrates with a local winbindd server to provide user/group name lookups to the system; and nss_wins, which provides hostname lookups via both the NBNS and NetBIOS broadcast protocols. Multi-Arch: same Homepage: http://www.samba.org Package: libpam-smbpass Priority: extra Section: admin Installed-Size: 200 Maintainer: Debian Samba Maintainers Architecture: i386 Source: samba Version: 2:4.3.3-1.812.201512111459 Depends: libpam-runtime (>= 1.0.1-6), samba-common (= 2:4.3.3-1.812.201512111459), libbsd0 (>= 0.0), libc6 (>= 2.4), libpam0g (>= 0.99.7.1), libtalloc2 (>= 2.0.4~git20101213), libwbclient0 (>= 2:4.0.3+dfsg1), samba-libs (= 2:4.3.3-1.812.201512111459) Pre-Depends: dpkg (>= 1.15.6~) Suggests: samba Filename: 4.1-1/i386/libpam-smbpass_4.3.3-1.812.201512111459_i386.deb Size: 116040 MD5sum: 25f170a93f4938e47e5052c4858f0601 SHA1: 29f150332bab8e17503f813bcdfaf6365e647db5 SHA256: deef0928ee03dc1f3ee0bfe1d92a9bf125935c748c21bb20bbd23e9c411271bc 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 Homepage: http://www.samba.org Package: libpam-winbind Priority: optional Section: net Installed-Size: 205 Maintainer: Debian Samba Maintainers Architecture: i386 Source: samba Version: 2:4.3.3-1.812.201512111459 Replaces: samba (<= 2.2.3-2), samba-doc (<< 2:4.0.5~), winbind (<< 2:3.5.11~dfsg-3), winbind4 Depends: libpam-runtime (>= 1.0.1-6), libpam0g (>= 1.1.3-2~), samba-common (= 2:4.3.3-1.812.201512111459), winbind (= 2:4.3.3-1.812.201512111459), libbsd0 (>= 0.0), libc6 (>= 2.4), libtalloc2 (>= 2.0.4~git20101213), libwbclient0 (>= 2:4.0.3+dfsg1) Pre-Depends: dpkg (>= 1.15.6~), multiarch-support Suggests: libnss-winbind Conflicts: samba-doc (<< 2:4.0.5~) Breaks: winbind (<< 2:3.5.11~dfsg-3) Filename: 4.1-1/i386/libpam-winbind_4.3.3-1.812.201512111459_i386.deb Size: 120744 MD5sum: b759b9ed0a9121cc53f45a13927252a7 SHA1: f738ed8e78e43b3cd80fbca197901335b0172cea SHA256: c315e12f280639debe22d3b100531e5a084e5d5139e22088e4e604d31ae271b8 Description: Windows domain authentication integration plugin Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file and printer sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as an NT4-style domain controller, and can integrate with both NT4 domains and Active Directory realms as a member server. . This package provides pam_winbind, a plugin that integrates with a local winbindd server to provide Windows domain authentication to the system. Multi-Arch: same Homepage: http://www.samba.org Package: libparse-pidl-perl Priority: optional Section: perl Installed-Size: 603 Maintainer: Debian Samba Maintainers Architecture: i386 Source: samba Version: 2:4.3.3-1.812.201512111459 Depends: libparse-yapp-perl, perl Recommends: samba-dev Suggests: libwireshark-dev Filename: 4.1-1/i386/libparse-pidl-perl_4.3.3-1.812.201512111459_i386.deb Size: 199024 MD5sum: 9c67417e0bdb18e495d66350084d2d07 SHA1: 4f6de7eeb94b1da4de8bfea78e47f098739b0ba2 SHA256: 5b3eef5a5d4a37a3d8334b8005a660f44df84b075ed0facfb06586ba7e0fd932 Description: IDL compiler written in Perl Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as a domain controller or member server in both NT4-style and Active Directory domains. . This package contains the IDL (Interface Description Language) compiler pidl, which takes in IDL files and can output C code for various uses. It is primarily of interest to developers. Homepage: http://www.samba.org Package: libsctp-dev Priority: optional Section: libdevel Installed-Size: 168 Maintainer: Michael Biebl Architecture: i386 Source: lksctp-tools Version: 1.0.11+dfsg-2.10.201601111546 Depends: libsctp1 (= 1.0.11+dfsg-2.10.201601111546), libc6-dev | libc-dev Filename: 4.1-1/i386/libsctp-dev_1.0.11+dfsg-2.10.201601111546_i386.deb Size: 81350 MD5sum: a43d2c8d0c0d0970980ed838ab154f44 SHA1: a569faf5766626476c680d707c3db59aec71f5cf SHA256: 6426a99db01bde531d89f0eb3388a784edb45f3f56c8437c29078858438ea672 Description: user-space access to Linux Kernel SCTP - development files This package contains all necessary files for developing SCTP aware network applications using the Linux Kernel SCTP implementation. It is part of the LKSCTP project for the Linux Kernel SCTP reference implementation. . It includes man pages, header files, static libraries, symlinks to dynamic libraries and tutorial source code. . SCTP (Stream Control Transmission Protocol) is a message oriented, reliable transport protocol, with congestion control, support for transparent multi-homing, and multiple ordered streams of messages. RFC2960 defines the core protocol. Homepage: http://lksctp.sf.net/ Package: libsctp1 Priority: optional Section: libs Installed-Size: 57 Maintainer: Michael Biebl Architecture: i386 Source: lksctp-tools Version: 1.0.11+dfsg-2.10.201601111546 Depends: libc6 (>= 2.1.3) Recommends: lksctp-tools Filename: 4.1-1/i386/libsctp1_1.0.11+dfsg-2.10.201601111546_i386.deb Size: 26408 MD5sum: 5d1da2ac8181170e3fd120826b2c92b9 SHA1: b09f834ae7fb6c891d8d7058d31defb1e3adb9bf SHA256: 185c80bcfa5f68461e0bdce562beea65cdab418e8819261a6c53121bd386b7a7 Description: user-space access to Linux Kernel SCTP - shared library This library is part of the LKSCTP project for the Linux Kernel SCTP reference implementation. . This package is intended to supplement the Linux Kernel SCTP reference implementation now available in the Linux kernel source tree in versions 2.5.36 respectively 2.4.24 and following. . SCTP (Stream Control Transmission Protocol) is a message oriented, reliable transport protocol, with congestion control, support for transparent multi-homing, and multiple ordered streams of messages. RFC2960 defines the core protocol. Homepage: http://lksctp.sf.net/ Package: libsmbclient-dev Priority: extra Section: libdevel Installed-Size: 306 Maintainer: Debian Samba Maintainers Architecture: i386 Source: samba Version: 2:4.3.3-1.812.201512111459 Depends: libsmbclient (= 2:4.3.3-1.812.201512111459) Pre-Depends: dpkg (>= 1.15.6~) Filename: 4.1-1/i386/libsmbclient-dev_4.3.3-1.812.201512111459_i386.deb Size: 134840 MD5sum: 0b412ced4c631def067b991754c6fa06 SHA1: 24b113ee812557ade61a40421e9662b1c8ea7d3f SHA256: b8991aa026506bd856476fac8f7396439a7b27678eee3d93013bf869166ca9cf 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 Homepage: http://www.samba.org Package: libsmbclient Priority: optional Section: libs Installed-Size: 304 Maintainer: Debian Samba Maintainers Architecture: i386 Source: samba Version: 2:4.3.3-1.812.201512111459 Replaces: samba-doc (<< 2:4.0.5~) Depends: libbsd0 (>= 0.0), libc6 (>= 2.4), libtalloc2 (>= 2.0.4~git20101213), libtevent0 (>= 0.9.12), samba-libs (= 2:4.3.3-1.812.201512111459) Pre-Depends: dpkg (>= 1.15.6~), multiarch-support Conflicts: samba-doc (<< 2:4.0.5~) Filename: 4.1-1/i386/libsmbclient_4.3.3-1.812.201512111459_i386.deb Size: 157022 MD5sum: c3abc7487dd5c2b72a8b30efcbd3da31 SHA1: d2e43d473ed760d6d5625525ed85ae25d81d0109 SHA256: 20c977e90a500e6a668f2a9ee7112e5d8f71653404684776d0ae4592e9da7a0c 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 Homepage: http://www.samba.org Package: libtalloc-dev Priority: optional Section: libdevel Installed-Size: 549 Maintainer: Debian Samba Maintainers Architecture: i386 Source: talloc Version: 2.1.5-1.41.201512111354 Depends: libtalloc2 (= 2.1.5-1.41.201512111354), pkg-config Filename: 4.1-1/i386/libtalloc-dev_2.1.5-1.41.201512111354_i386.deb Size: 163902 MD5sum: 3057874dc6f5f41d839de531aa07b7e6 SHA1: e6a8b6e7a305053a5bfadb96038dd593db1cb5d7 SHA256: c7f4624a725dd644f7451ffd110b717b58890e2a0bbdb3fd2177d2f7e9e244ae Description: hierarchical pool based memory allocator - development files A hierarchical pool based memory allocator with destructors. It uses reference counting to determine when memory should be freed. . This package contains the development files. Homepage: http://talloc.samba.org/ Package: libtalloc2-dbg Priority: extra Section: debug Installed-Size: 242 Maintainer: Debian Samba Maintainers Architecture: i386 Source: talloc Version: 2.1.5-1.41.201512111354 Depends: libtalloc2 (= 2.1.5-1.41.201512111354) Pre-Depends: multiarch-support Recommends: libc6-dbg Filename: 4.1-1/i386/libtalloc2-dbg_2.1.5-1.41.201512111354_i386.deb Size: 75366 MD5sum: 620eed637e28ab0426f1b204775a37cf SHA1: a783aa437c177e8b3fae69a6af5d570226ba8e8f SHA256: ae96ed2f1ac064de0bb119a97a9b701bd82baf771d906ae506d696fecea3ac5d Description: hierarchical pool based memory allocator - debug symbols A hierarchical pool based memory allocator with destructors. It uses reference counting to determine when memory should be freed. . This package contains the debug symbols. Multi-Arch: same Homepage: http://talloc.samba.org/ Package: libtalloc2 Priority: optional Section: libs Installed-Size: 102 Maintainer: Debian Samba Maintainers Architecture: i386 Source: talloc Version: 2.1.5-1.41.201512111354 Depends: libc6 (>= 2.4) Pre-Depends: multiarch-support Filename: 4.1-1/i386/libtalloc2_2.1.5-1.41.201512111354_i386.deb Size: 33052 MD5sum: 57bbb7c050830e28d93f94e29d065be5 SHA1: 41ea1d73ea9de034996104d67b7f6f951860ce8f SHA256: 45a4f306aab104dc8fbc2f66eaa55c9044995f0cfcf0b5c1a6b57b096ff662e4 Description: hierarchical pool based memory allocator A hierarchical pool based memory allocator with destructors. It uses reference counting to determine when memory should be freed. Multi-Arch: same Homepage: http://talloc.samba.org/ Package: libtdb-dev Priority: optional Section: libdevel Installed-Size: 102 Maintainer: Debian Samba Maintainers Architecture: i386 Source: tdb Version: 1.3.8-1.54.201512111342 Replaces: tdb-dev (<< 1.2.0-1) Provides: tdb-dev Depends: libc6-dev, libtdb1 (= 1.3.8-1.54.201512111342) Conflicts: tdb-dev (<< 1.2.0-1) Filename: 4.1-1/i386/libtdb-dev_1.3.8-1.54.201512111342_i386.deb Size: 27328 MD5sum: 08454450b2130024c1ea8a28906cafc9 SHA1: c9447ba661a7427ca6b98ea034444c641adb2270 SHA256: c86df57d8cb7fa5376b992d99ff9998010f121efdd1396330ee690c7c8e2dbe7 Description: Trivial Database - development files This is a simple database API. It is modelled after the structure of GDBM. TDB features, unlike GDBM, multiple writers support with appropriate locking and transactions. . This package contains the development files. Homepage: http://tdb.samba.org/ Package: libtdb1-dbg Priority: extra Section: debug Installed-Size: 269 Maintainer: Debian Samba Maintainers Architecture: i386 Source: tdb Version: 1.3.8-1.54.201512111342 Depends: libtdb1 (= 1.3.8-1.54.201512111342) Recommends: libc6-dbg Filename: 4.1-1/i386/libtdb1-dbg_1.3.8-1.54.201512111342_i386.deb Size: 95360 MD5sum: 056e21efbda6fadf41679684c303b8af SHA1: 39dc16d014ce31192c9220e5843beef8afbf20c0 SHA256: 252e18cf59a3e758501d78ca5c570081fc2a3557eab67ef44892d72851c9fefc Description: Trivial Database - debug symbols This is a simple database API. It is modelled after the structure of GDBM. TDB features, unlike GDBM, multiple writers support with appropriate locking and transactions. . This package contains the debug symbols. Multi-Arch: same Homepage: http://tdb.samba.org/ Package: libtdb1 Priority: optional Section: libs Installed-Size: 136 Maintainer: Debian Samba Maintainers Architecture: i386 Source: tdb Version: 1.3.8-1.54.201512111342 Depends: libc6 (>= 2.12) Pre-Depends: multiarch-support Filename: 4.1-1/i386/libtdb1_1.3.8-1.54.201512111342_i386.deb Size: 50158 MD5sum: affbab9796ac8b9199d9c12c335e8e35 SHA1: 9946761f8c498a3bd77abaa51f40bf47d04c1599 SHA256: 1524249c0358a4b5ebe34bcba18ce43dc8a10a28c47432df621e370bfa7e1624 Description: Trivial Database - shared library This is a simple database API. It is modelled after the structure of GDBM. TDB features, unlike GDBM, multiple writers support with appropriate locking and transactions. . This package contains the shared library file. Multi-Arch: same Homepage: http://tdb.samba.org/ Package: libtevent-dev Priority: optional Section: libdevel Installed-Size: 213 Maintainer: Debian Samba Maintainers Architecture: i386 Source: tevent Version: 0.9.26-1.33.201512111415 Depends: libc6-dev, libtalloc-dev, libtevent0 (= 0.9.26-1.33.201512111415) Filename: 4.1-1/i386/libtevent-dev_0.9.26-1.33.201512111415_i386.deb Size: 56154 MD5sum: c6154ff840df0c3af004137c2f5a7a75 SHA1: 14849499677ce4cec39d8ce3e95b974154b699bc SHA256: 5818e1198c1a1f721b1a1b7ec306d68ec902d062335e27e36818aba071ce219f Description: talloc-based event loop library - development files tevent is a simple library that can handle the main event loop for an application. It supports three kinds of events: timed events, file descriptors becoming readable or writable and signals. . Talloc is used for memory management, both internally and for private data provided by users of the library. . This package provides the development files. Homepage: http://tevent.samba.org/ Package: libtevent0-dbg Priority: extra Section: debug Installed-Size: 139 Maintainer: Debian Samba Maintainers Architecture: i386 Source: tevent Version: 0.9.26-1.33.201512111415 Depends: libtevent0 (= 0.9.26-1.33.201512111415) Recommends: libc6-dbg, libtalloc2-dbg Filename: 4.1-1/i386/libtevent0-dbg_0.9.26-1.33.201512111415_i386.deb Size: 81172 MD5sum: eb53c1b35a900075223d7077db67e76b SHA1: ace5ce0112ba52bcc79bdde77dbee2efad594881 SHA256: 3a7e778676f3bd567c34d24934aff544392e3e07aebbdaee5166eb3fa618ffe3 Description: talloc-based event loop library - debug symbols tevent is a simple library that can handle the main event loop for an application. It supports three kinds of events: timed events, file descriptors becoming readable or writable and signals. . Talloc is used for memory management, both internally and for private data provided by users of the library. . This package provides the debug symbols. Multi-Arch: same Homepage: http://tevent.samba.org/ Package: libtevent0 Priority: optional Section: libs Installed-Size: 102 Maintainer: Debian Samba Maintainers Architecture: i386 Source: tevent Version: 0.9.26-1.33.201512111415 Depends: libc6 (>= 2.4), libtalloc2 (>= 2.1.0) Pre-Depends: multiarch-support Filename: 4.1-1/i386/libtevent0_0.9.26-1.33.201512111415_i386.deb Size: 33988 MD5sum: c2c192c82e15e115b0b19758859a15db SHA1: cc50212a60dfa46f807391f41fe78a9b7e155e09 SHA256: 3ea83a1033525f8db134e2c8a8c883f858f6ce984227cf33e74d26c0d1357617 Description: talloc-based event loop library - shared library tevent is a simple library that can handle the main event loop for an application. It supports three kinds of events: timed events, file descriptors becoming readable or writable and signals. . Talloc is used for memory management, both internally and for private data provided by users of the library. . This package provides the shared library file. Multi-Arch: same Homepage: http://tevent.samba.org/ Package: libunivention-ldb-modules-dbg Priority: optional Section: libs Installed-Size: 76 Maintainer: Univention GmbH Architecture: i386 Source: univention-ldb-modules Version: 4.0.0-2.74.201601261631 Depends: libunivention-ldb-modules (= 4.0.0-2.74.201601261631) Filename: 4.1-1/i386/libunivention-ldb-modules-dbg_4.0.0-2.74.201601261631_i386.deb Size: 25622 MD5sum: 1bed5b4b14582bbaac73ce2e708e6542 SHA1: e6f59322fc839c0d2441230b081c9ca3d2febf3e SHA256: 13f88402cfd99578aacdd76c3ed403412537f6bf953f26eb3a8f6d709951256f Description: Univention LDB modules This package provides debugging symbols for UCS specific LDB modules . This package provides debugging information for the UCS specific LDB modules. Install it to get a better backtrace in the event of a crash. It is part of Univention Corporate Server (UCS), an integrated, directory driven solution for managing corporate environments. For more information about UCS, refer to: http://www.univention.de/ Package: libunivention-ldb-modules Priority: optional Section: libs Installed-Size: 138 Maintainer: Univention GmbH Architecture: i386 Source: univention-ldb-modules Version: 4.0.0-2.74.201601261631 Depends: libc6 (>= 2.3.4), libldb1 (>= 0.9.21), libtalloc2 (>= 2.0.4~git20101213), libunivention-config0 (>= 5.0.0), libunivention-policy0, python-samba, ldb-tools, univention-samba4 (>= 2.0.44-3) Filename: 4.1-1/i386/libunivention-ldb-modules_4.0.0-2.74.201601261631_i386.deb Size: 22352 MD5sum: 3b6292045f95d385b2e927287a6c6298 SHA1: 34774fe44038762ba3b949534607ad9c45f71078 SHA256: 31ac599b2d2203db9219aff992ce030d9605e94c9c889f015c566ed500575478 Description: Univention LDB modules This package provides UCS specific LDB modules . It is part of Univention Corporate Server (UCS), an integrated, directory driven solution for managing corporate environments. For more information about UCS, refer to: http://www.univention.de/ Package: libwbclient-dev Priority: optional Section: libdevel Installed-Size: 193 Maintainer: Debian Samba Maintainers Architecture: i386 Source: samba Version: 2:4.3.3-1.812.201512111459 Depends: libwbclient0 (= 2:4.3.3-1.812.201512111459) Pre-Depends: dpkg (>= 1.15.6~) Filename: 4.1-1/i386/libwbclient-dev_4.3.3-1.812.201512111459_i386.deb Size: 103286 MD5sum: 776ff78b364481ad705b92ac1908ce4b SHA1: d82586fe109ed7e6d24334c1f9635c2357f54523 SHA256: 0c9a03ee719c6e4350ba5d19c0b706cfdbbac74b554b8cbcdd28f38d33051ed2 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 Homepage: http://www.samba.org Package: libwbclient0 Priority: optional Section: libs Installed-Size: 207 Maintainer: Debian Samba Maintainers Architecture: i386 Source: samba Version: 2:4.3.3-1.812.201512111459 Depends: libbsd0 (>= 0.0), libc6 (>= 2.4) Pre-Depends: dpkg (>= 1.15.6~), multiarch-support Breaks: libpam-smbpass (<< 2:3.4.1), libsmbclient (<< 2:3.4.1), samba (<< 2:3.4.1), samba-common (<< 2:3.4.1), samba-tools (<< 2:3.4.1), smbclient (<< 2:3.4.1), smbfs (<< 2:3.4.1), swat (<< 2:3.4.1), winbind (<< 2:3.4.1) Filename: 4.1-1/i386/libwbclient0_4.3.3-1.812.201512111459_i386.deb Size: 123322 MD5sum: c616abf43afed1916e46c3547925a6c4 SHA1: 6eb6a3f2e1a885611d1f65ab352fcf81fceed128 SHA256: 228928a7a5ff4cda0e8fac38c1636891c1e8948a5d9147607fb2caf327bd9de8 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 Homepage: http://www.samba.org Package: libxml-security-c-dev Priority: extra Section: libdevel Installed-Size: 885 Maintainer: Debian Shib Team Architecture: i386 Source: xml-security-c Version: 1.6.1-5.7.201601061607 Depends: libxml-security-c16 (= 1.6.1-5.7.201601061607), libxerces-c-dev, libssl-dev Filename: 4.1-1/i386/libxml-security-c-dev_1.6.1-5.7.201601061607_i386.deb Size: 150740 MD5sum: cd407c091993e1c7ebc29f7ce81ac5d7 SHA1: 2ead54e531c031e1f0369339a399bde2b5f2b13a SHA256: cdbebd29e7675e2aac8b469eb2970c4be6bae87155174fd8c858cd9b6e5b5f02 Description: C++ library for XML Digital Signatures (development) Apache XML Security for C++ is a library for the XML Digital Security specification. It provides processing and handling of XML Key Management Specifications (XKMS) messages. . This package contains the Apache XML Security for C++ development files. Homepage: http://santuario.apache.org/cindex.html Package: libxml-security-c16 Priority: extra Section: libs Installed-Size: 1099 Maintainer: Debian Shib Team Architecture: i386 Source: xml-security-c Version: 1.6.1-5.7.201601061607 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libssl1.0.0 (>= 1.0.0), libstdc++6 (>= 4.1.1), libxerces-c3.1 Pre-Depends: multiarch-support Filename: 4.1-1/i386/libxml-security-c16_1.6.1-5.7.201601061607_i386.deb Size: 377538 MD5sum: ee33257c2b588236cbc395fa6ab518eb SHA1: 5c40a18eda3ab5f977a17032c3c0b5c218f512dc SHA256: 7a772e1b9c99bce7c43efd2bbba5d53e15c0264bc8b07e8b51bc55cf9e944941 Description: C++ library for XML Digital Signatures (runtime) Apache XML Security for C++ is a library for the XML Digital Security specification. It provides processing and handling of XML Key Management Specifications (XKMS) messages. . This package contains the files necessary for running applications that use the Apache XML Security for C++ library. Multi-Arch: same Homepage: http://santuario.apache.org/cindex.html Package: libxml2-dbg Priority: extra Section: debug Installed-Size: 1501 Maintainer: Debian XML/SGML Group Architecture: i386 Source: libxml2 Version: 2.8.0+dfsg1-7.53.201601291602 Depends: libxml2 (= 2.8.0+dfsg1-7.53.201601291602) Filename: 4.1-1/i386/libxml2-dbg_2.8.0+dfsg1-7.53.201601291602_i386.deb Size: 1314044 MD5sum: 098c4b0ce60a8590ee0b17976c1ee041 SHA1: ce519ccf053d3c8f557bc74ef207ecdf5445756f SHA256: bd584e44bbdff970c3fb53851cbecf0be5bb84ef4b156e968d50bd0c7f1571cf 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. Multi-Arch: same Homepage: http://xmlsoft.org/ Package: libxml2-dev Priority: optional Section: libdevel Installed-Size: 2383 Maintainer: Debian XML/SGML Group Architecture: i386 Source: libxml2 Version: 2.8.0+dfsg1-7.53.201601291602 Depends: libxml2 (= 2.8.0+dfsg1-7.53.201601291602) Filename: 4.1-1/i386/libxml2-dev_2.8.0+dfsg1-7.53.201601291602_i386.deb Size: 896390 MD5sum: feeb571acc66a8ccd0fca683da5209bc SHA1: a78f2286ab05812b35392e5dd2f23697c75fbd30 SHA256: 258d4f6145f3d88a79398804321b4c14ab3886e3fd4f33eb1d4c4e5a3b86a56b 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 Homepage: http://xmlsoft.org/ Package: libxml2-utils-dbg Priority: extra Section: debug Installed-Size: 184 Maintainer: Debian XML/SGML Group Architecture: i386 Source: libxml2 Version: 2.8.0+dfsg1-7.53.201601291602 Depends: libxml2-utils (= 2.8.0+dfsg1-7.53.201601291602) Filename: 4.1-1/i386/libxml2-utils-dbg_2.8.0+dfsg1-7.53.201601291602_i386.deb Size: 125850 MD5sum: 6a427c1047103c70ec066a01da30f9ba SHA1: b952aba9e67267850378a22d5c5cd248378cc8f8 SHA256: dbf386ff2dea395171b994c6057561b9686e21085e78d72046e3fb0c854c6b25 Description: XML utilities (debug extension) XML is a metalanguage to let you design your own markup language. A regular markup language defines a way to describe information in a certain class of documents (eg HTML). XML lets you define your own customized markup languages for many classes of document. It can do this because it's written in SGML, the international standard metalanguage for markup languages. . This package provides the debugging symbols for the utilities provided by the libxml2-utils package. Homepage: http://xmlsoft.org/ Package: libxml2-utils Priority: optional Section: text Installed-Size: 178 Maintainer: Debian XML/SGML Group Architecture: i386 Source: libxml2 Version: 2.8.0+dfsg1-7.53.201601291602 Depends: libc6 (>= 2.7), libreadline6 (>= 6.0), libxml2 (>= 2.7.4) Filename: 4.1-1/i386/libxml2-utils_2.8.0+dfsg1-7.53.201601291602_i386.deb Size: 96168 MD5sum: aa8da53f6569e51667f2e9af080773d5 SHA1: 37c150070c0ba8398afa83678a8f7b00c7fd0110 SHA256: 2642cdfdde40b975dc6ae20a612fdc60fb765c3b13a0144c56819f92d2984a3a 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 Homepage: http://xmlsoft.org/ Package: libxml2 Priority: standard Section: libs Installed-Size: 1724 Maintainer: Debian XML/SGML Group Architecture: i386 Version: 2.8.0+dfsg1-7.53.201601291602 Depends: libc6 (>= 2.7), liblzma5 (>= 5.1.1alpha+20120614), zlib1g (>= 1:1.2.3.3) Pre-Depends: multiarch-support Recommends: xml-core Filename: 4.1-1/i386/libxml2_2.8.0+dfsg1-7.53.201601291602_i386.deb Size: 895224 MD5sum: 069548bfe3ccb008b30711cf1b02905a SHA1: 84206f6a84bba67786943ea79ce6950d650d56a4 SHA256: bea6248bcbac549e20b8d87e930ba65ed75fb12148e1be90919ea1b46506e331 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 Homepage: http://xmlsoft.org/ Package: linux-compiler-gcc-4.7-x86 Priority: optional Section: kernel Installed-Size: 329 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Depends: gcc-4.7 Filename: 4.1-1/i386/linux-compiler-gcc-4.7-x86_4.1.6-1.174.201602110938_i386.deb Size: 311346 MD5sum: 7e2db8ddc6426850ec9f18d125140602 SHA1: 3032b54d705c3d93ebd57aaabee234d6ec79bf40 SHA256: 08eb9fc68f931d56284131ea81cee5d2daf58c1fbfd063c60bea9b7a0632c8bc Description: Compiler for Linux on x86 (meta-package) This package depends on gcc 4.7 of the appropriate architecture for Linux on amd64, i386 and x32. Multi-Arch: foreign Homepage: https://www.kernel.org/ Package: linux-headers-4.1.0-ucs174-586 Priority: optional Section: kernel Installed-Size: 9568 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Depends: linux-headers-4.1.0-ucs174-common (= 4.1.6-1.174.201602110938), linux-kbuild-4.1, linux-compiler-gcc-4.7-x86 Filename: 4.1-1/i386/linux-headers-4.1.0-ucs174-586_4.1.6-1.174.201602110938_i386.deb Size: 422426 MD5sum: b95f772343f0a51ccfb659b8ed55029f SHA1: 279087e3a6067332af6bd654184886437ba3f0c4 SHA256: 0b05f364be787e22fb5697c4ee66bd1d1f2f6481d95b259a3a5399f94b4f50c0 Description: Header files for Linux 4.1.0-ucs174-586 This package provides the architecture-specific kernel header files for Linux kernel 4.1.0-ucs174-586, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-4.1.0-ucs174-586, and can be used for building modules that load into the kernel provided by the linux-image-4.1.0-ucs174-586 package. Homepage: https://www.kernel.org/ Package: linux-headers-4.1.0-ucs174-686-pae Priority: optional Section: kernel Installed-Size: 10187 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Depends: linux-headers-4.1.0-ucs174-common (= 4.1.6-1.174.201602110938), linux-kbuild-4.1, linux-compiler-gcc-4.7-x86 Filename: 4.1-1/i386/linux-headers-4.1.0-ucs174-686-pae_4.1.6-1.174.201602110938_i386.deb Size: 469400 MD5sum: 330a3168d8161593f0cfee76cc732702 SHA1: ad0e94e4b34e5b818f3a4ca321baa96c6a02b94e SHA256: 366c76792867c9b3638fd668cbf10f4b40593e8bea14802e97ea50d86dcf1238 Description: Header files for Linux 4.1.0-ucs174-686-pae This package provides the architecture-specific kernel header files for Linux kernel 4.1.0-ucs174-686-pae, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-4.1.0-ucs174-686-pae, and can be used for building modules that load into the kernel provided by the linux-image-4.1.0-ucs174-686-pae package. Homepage: https://www.kernel.org/ Package: linux-headers-4.1.0-ucs174-all-i386 Priority: optional Section: kernel Installed-Size: 329 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Depends: linux-headers-4.1.0-ucs174-586 (= 4.1.6-1.174.201602110938), linux-headers-4.1.0-ucs174-686-pae (= 4.1.6-1.174.201602110938) Filename: 4.1-1/i386/linux-headers-4.1.0-ucs174-all-i386_4.1.6-1.174.201602110938_i386.deb Size: 311390 MD5sum: 8d6ec7a041b19881da88e4a868ce91ca SHA1: 8761b4ad6648f938b77dd42502a65acc0760888c SHA256: 8650e22118415e75eae2f2a04eb60508760cc776652de9c84a810dc9ecfcfa02 Description: All header files for Linux 4.1 (meta-package) This package depends against all architecture-specific kernel header files for Linux kernel version 4.1, generally used for building out-of-tree kernel modules. Homepage: https://www.kernel.org/ Package: linux-headers-4.1.0-ucs174-all Priority: optional Section: kernel Installed-Size: 329 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Depends: linux-headers-4.1.0-ucs174-all-i386 (= 4.1.6-1.174.201602110938) Filename: 4.1-1/i386/linux-headers-4.1.0-ucs174-all_4.1.6-1.174.201602110938_i386.deb Size: 311388 MD5sum: 3f1ad3c6853269cd01bbac3e356af423 SHA1: 2a409f2c6213160f0b4147edc3f08c94f0cc2795 SHA256: 38d3db6d65e5711d4a007093aa3e17c992a9748b57587c6aebb89c2b639653df Description: All header files for Linux 4.1 (meta-package) This package depends against all architecture-specific kernel header files for Linux kernel version 4.1, generally used for building out-of-tree kernel modules. Homepage: https://www.kernel.org/ Package: linux-headers-4.1.0-ucs174-common Priority: optional Section: kernel Installed-Size: 24284 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Filename: 4.1-1/i386/linux-headers-4.1.0-ucs174-common_4.1.6-1.174.201602110938_i386.deb Size: 4765694 MD5sum: 75935c9c335452b24d7e57b510725281 SHA1: 555b1819cb84e19ebdb96879da096eafb292e6dc SHA256: 4aee63ed91dc4f51670688c771bcb619df05d03d414e2d2694fbb792c01b3188 Description: Common header files for Linux 4.1.0-ucs174 This package provides the architecture-specific common kernel header files for Linux kernel version 4.1.0-ucs174, generally used for building out-of-tree kernel modules. To obtain a complete set of headers you also need to install the linux-headers-4.1.0-ucs174-(flavour) package, matching the flavour of the kernel you intend the build for. Homepage: https://www.kernel.org/ Package: linux-image-4.1.0-ucs174-586 Priority: optional Section: kernel Installed-Size: 127608 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: linux-modules-4.1.0-ucs174-586 Depends: kmod, linux-base (>= 3~), debconf (>= 0.5) | debconf-2.0, initramfs-tools (>= 0.110~) | linux-initramfs-tool Pre-Depends: debconf | debconf-2.0 Recommends: firmware-linux-free (>= 3~) Suggests: linux-doc-4.1, debian-kernel-handbook, grub-pc | extlinux Breaks: at (<< 3.1.12-1+squeeze1), initramfs-tools (<< 0.110~) Filename: 4.1-1/i386/linux-image-4.1.0-ucs174-586_4.1.6-1.174.201602110938_i386.deb Size: 38090732 MD5sum: 5ae420f078cbf559f4eb9b20fec14e08 SHA1: ac80103cf2a10443b3746a8574420bc83366ce61 SHA256: c4cf53066468a8ab1677a14641c2e847e198cf2ee07e557551fc659233bc95c2 Description: Linux 4.1 for older PCs The Linux kernel 4.1 and modules for use on PCs with a single processor not supporting PAE. . This kernel is not suitable for SMP (multi-processor, multi-core or hyper-threaded) systems. Homepage: https://www.kernel.org/ Package: linux-image-4.1.0-ucs174-686-pae-dbg Priority: extra Section: debug Installed-Size: 1910853 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Filename: 4.1-1/i386/linux-image-4.1.0-ucs174-686-pae-dbg_4.1.6-1.174.201602110938_i386.deb Size: 379595700 MD5sum: 9b10dfb2345a1aa8cc26504e751226b3 SHA1: 38aceeea832d33fc263479770f4deb82ccb21e80 SHA256: aed3b22cead067188f22b7b4699b65290bca0206e75c7416ce9043270ea09802 Description: Debugging symbols for Linux 4.1.0-ucs174-686-pae This package provides the detached debugging symbols for the Linux kernel and modules in linux-image-4.1.0-ucs174-686-pae. Homepage: https://www.kernel.org/ Package: linux-image-4.1.0-ucs174-686-pae-signed Priority: optional Section: univention Installed-Size: 4299 Maintainer: Univention GmbH Architecture: i386 Source: univention-kernel-image-signed Version: 2.0.0-6.15.201602111457 Depends: linux-image-4.1.0-ucs174-686-pae Filename: 4.1-1/i386/linux-image-4.1.0-ucs174-686-pae-signed_2.0.0-6.15.201602111457_i386.deb Size: 4333052 MD5sum: d2484f699d29bc80aa85701e2c698de8 SHA1: 1cbda7486117bc1fdabc255a104f9bd5b77b11ce SHA256: b17b33a65377ded094213a70076368da0348e6aa05d47a178bb4c1cef666bdb9 Description: UCS - Linux kernel (standard) This package depends on the unsigned version of: . The Linux kernel 4.1 and modules for use on PCs with one or more processors supporting PAE. . This kernel requires PAE (Physical Address Extension). This feature is supported by the Intel Pentium Pro/II/III/4/4M/D, Xeon, Core and Atom; AMD Geode NX, Athlon (K7), Duron, Opteron, Sempron, Turion or Phenom; Transmeta Efficeon; VIA C7; and some other processors. . This kernel also runs on a Xen hypervisor. It supports both privileged (dom0) and unprivileged (domU) operation. . It is part of Univention Corporate Server (UCS), an integrated, directory driven solution for managing corporate environments. For more information about UCS, refer to: http://www.univention.de/ Package: linux-image-4.1.0-ucs174-686-pae Priority: optional Section: kernel Installed-Size: 128106 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: linux-modules-4.1.0-ucs174-686-pae Depends: kmod, linux-base (>= 3~), debconf (>= 0.5) | debconf-2.0, initramfs-tools (>= 0.110~) | linux-initramfs-tool Pre-Depends: debconf | debconf-2.0 Recommends: firmware-linux-free (>= 3~), irqbalance, libc6-i686 Suggests: linux-doc-4.1, debian-kernel-handbook, grub-pc | extlinux Breaks: at (<< 3.1.12-1+squeeze1), initramfs-tools (<< 0.110~) Filename: 4.1-1/i386/linux-image-4.1.0-ucs174-686-pae_4.1.6-1.174.201602110938_i386.deb Size: 37161576 MD5sum: 960ef8b73cc9485be88526c643db6e9b SHA1: 68552836e876eba90bed8ba6238df9292d7df28e SHA256: da40b287ec352fdc52e05120675300700faf0688b6e59f200c39a8f776ed3947 Description: Linux 4.1 for modern PCs The Linux kernel 4.1 and modules for use on PCs with one or more processors supporting PAE. . This kernel requires PAE (Physical Address Extension). This feature is supported by the Intel Pentium Pro/II/III/4/4M/D, Xeon, Core and Atom; AMD Geode NX, Athlon (K7), Duron, Opteron, Sempron, Turion or Phenom; Transmeta Efficeon; VIA C7; and some other processors. . This kernel also runs on a Xen hypervisor. It supports both privileged (dom0) and unprivileged (domU) operation. Homepage: https://www.kernel.org/ Package: linux-libc-dev Priority: optional Section: devel Installed-Size: 3666 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Replaces: linux-kernel-headers Provides: linux-kernel-headers Conflicts: linux-kernel-headers Filename: 4.1-1/i386/linux-libc-dev_4.1.6-1.174.201602110938_i386.deb Size: 1042726 MD5sum: 453e4f233dc6fd8501d5982227f8a0a5 SHA1: 2ebacb00426bf32226e0173e2dc55d9a1e140bb6 SHA256: 46a423fe988fe88d48b7e662c13f62abea9aabf72885b9612d119875ec689795 Description: Linux support headers for userspace development This package provides userspaces headers from the Linux kernel. These headers are used by the installed headers for GNU libc and other system libraries. Multi-Arch: same Homepage: https://www.kernel.org/ Package: lksctp-tools Priority: optional Section: net Installed-Size: 153 Maintainer: Michael Biebl Architecture: i386 Version: 1.0.11+dfsg-2.10.201601111546 Depends: libc6 (>= 2.3), libsctp1 (>= 1.0.10+dfsg) Filename: 4.1-1/i386/lksctp-tools_1.0.11+dfsg-2.10.201601111546_i386.deb Size: 63060 MD5sum: d2bb044bc2702624521d77e1c7181714 SHA1: 7fbb6f36802f20cd8cb89dc44c4e71304390167a SHA256: c1c35420b86eed09d33fb817a1c5822ddd0712ff246eb1d988408a260e29707a Description: user-space access to Linux Kernel SCTP - commandline tools Commandline tools and libraries to test SCTP functionality . This package is part of the LKSCTP project. . It includes the following commandline tools: * checksctp: Determine if kernel supports SCTP * withsctp: Run existing TCP binaries over SCTP * sctp_darn: Send and receive messages via SCTP * sctp_test: Userspace test application for the SCTP kernel reference implementation . SCTP (Stream Control Transmission Protocol) is a message oriented, reliable transport protocol, with congestion control, support for transparent multi-homing, and multiple ordered streams of messages. RFC2960 defines the core protocol. Homepage: http://lksctp.sf.net/ Package: locales-all Priority: extra Section: localization Installed-Size: 111370 Maintainer: GNU Libc Maintainers Architecture: i386 Source: eglibc Version: 2.13-38.27.201511261620 Provides: locales Depends: glibc-2.13-1 Breaks: locales (<< 2.13-17) Filename: 4.1-1/i386/locales-all_2.13-38.27.201511261620_i386.deb Size: 3307280 MD5sum: 99f8b3258ec4c189e8f7bcaecf60640f SHA1: 42ca3424cd2e561868c5c5a61b24a050b38b9ae4 SHA256: 9627fb466a224169b222f46d036f4de341cd83be195bbba1a23925c4a44b6d17 Description: Embedded GNU C Library: Precompiled locale data This package contains the precompiled locale data for all supported locales. A better alternative is to install the locales package and only select desired locales, but it can be useful on a low-memory machine because some locale files take a lot of memory to be compiled. Multi-Arch: foreign Homepage: http://www.eglibc.org Package: loop-modules-4.1.0-ucs174-586-di Priority: standard Section: debian-installer Installed-Size: 65 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: loop-modules Depends: kernel-image-4.1.0-ucs174-586-di Filename: 4.1-1/i386/loop-modules-4.1.0-ucs174-586-di_4.1.6-1.174.201602110938_i386.udeb Size: 13032 MD5sum: 82c5da98bd21248e1f14e7d75ad7ea50 SHA1: 4f2812217f2ccb0cbf6e5e144d26dfea3b247e02 SHA256: fbcce303b2ab7be06b878b73a73b04caf884c16a47c93766015728b8b51d0552 Description: Loopback filesystem support This package contains loopback filesystem support for the kernel. Kernel-Version: 4.1.0-ucs174-586 Package: loop-modules-4.1.0-ucs174-686-pae-di Priority: standard Section: debian-installer Installed-Size: 65 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: loop-modules Depends: kernel-image-4.1.0-ucs174-686-pae-di Filename: 4.1-1/i386/loop-modules-4.1.0-ucs174-686-pae-di_4.1.6-1.174.201602110938_i386.udeb Size: 12828 MD5sum: 0d8e436d551c89800b55457240e37d3b SHA1: ecc18ad516fed5c689dc840aa451d80cf6bfb557 SHA256: 62f9bf661ece2470b5f64a3d3c8ab3f043279394c66e6074c07ea8969accf392 Description: Loopback filesystem support This package contains loopback filesystem support for the kernel. Kernel-Version: 4.1.0-ucs174-686-pae Package: md-modules-4.1.0-ucs174-586-di Priority: extra Section: debian-installer Installed-Size: 908 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: md-modules Depends: kernel-image-4.1.0-ucs174-586-di Filename: 4.1-1/i386/md-modules-4.1.0-ucs174-586-di_4.1.6-1.174.201602110938_i386.udeb Size: 331742 MD5sum: c9e5105d7158b5d9c691964ff6d32447 SHA1: 4d2d4be325ac27d37cb35b512968c87774a34473 SHA256: 60a78b4894fd49241238123a5e19dcf9bc06256198f98e26b8e15723baa4b8be Description: RAID and LVM support This package contains RAID and LVM modules for the kernel. Kernel-Version: 4.1.0-ucs174-586 Package: md-modules-4.1.0-ucs174-686-pae-di Priority: extra Section: debian-installer Installed-Size: 939 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: md-modules Depends: kernel-image-4.1.0-ucs174-686-pae-di Filename: 4.1-1/i386/md-modules-4.1.0-ucs174-686-pae-di_4.1.6-1.174.201602110938_i386.udeb Size: 331296 MD5sum: ff08bf7d3086936244cbf9994b0306ed SHA1: 5427f9ed3a0ae23730556226d69b3d10a8c2916d SHA256: 043dde965c5d45b7f71893a344dfcd54a12ff27e45649b772a1582f37f79ab5f Description: RAID and LVM support This package contains RAID and LVM modules for the kernel. Kernel-Version: 4.1.0-ucs174-686-pae Package: mmc-core-modules-4.1.0-ucs174-586-di Priority: extra Section: debian-installer Installed-Size: 189 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: mmc-core-modules Depends: kernel-image-4.1.0-ucs174-586-di, core-modules-4.1.0-ucs174-586-di Filename: 4.1-1/i386/mmc-core-modules-4.1.0-ucs174-586-di_4.1.6-1.174.201602110938_i386.udeb Size: 51456 MD5sum: 065fe04a4ac13e72b6546deccc2c2a21 SHA1: b189a7cf963d9d56d2bb101840734f5b2c12b542 SHA256: e98515721d81a73f14620650cb806881874b96387bb78b19850b0130855ee8ff Description: MMC/SD/SDIO core modules This package contains core modules for MMC/SD/SDIO support. Kernel-Version: 4.1.0-ucs174-586 Package: mmc-core-modules-4.1.0-ucs174-686-pae-di Priority: extra Section: debian-installer Installed-Size: 180 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: mmc-core-modules Depends: kernel-image-4.1.0-ucs174-686-pae-di, core-modules-4.1.0-ucs174-686-pae-di Filename: 4.1-1/i386/mmc-core-modules-4.1.0-ucs174-686-pae-di_4.1.6-1.174.201602110938_i386.udeb Size: 48664 MD5sum: b2e406354e29c454e5b629005741b965 SHA1: 7e181a6f0370a395993dca57c69ed5b0cfafb3eb SHA256: aa45fe9b4b694ac3290834e47fe34272ed007e1e842d82f22ddf66de50da945a Description: MMC/SD/SDIO core modules This package contains core modules for MMC/SD/SDIO support. Kernel-Version: 4.1.0-ucs174-686-pae Package: mmc-modules-4.1.0-ucs174-586-di Priority: extra Section: debian-installer Installed-Size: 226 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: mmc-modules Depends: kernel-image-4.1.0-ucs174-586-di, core-modules-4.1.0-ucs174-586-di, mmc-core-modules-4.1.0-ucs174-586-di Filename: 4.1-1/i386/mmc-modules-4.1.0-ucs174-586-di_4.1.6-1.174.201602110938_i386.udeb Size: 61792 MD5sum: 8b141c4abcb59886ddeccb0ff7b78454 SHA1: 97f45416e946f17f1c9e0dc38bcf117f5a2d1629 SHA256: 0f905321edba674a6e17b6f8a1082618ac0fa7d8546ae450a233ed6cbdbb8c46 Description: MMC/SD card modules This package contains modules needed to support MMC (multimedia) and SD cards. Kernel-Version: 4.1.0-ucs174-586 Package: mmc-modules-4.1.0-ucs174-686-pae-di Priority: extra Section: debian-installer Installed-Size: 225 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: mmc-modules Depends: kernel-image-4.1.0-ucs174-686-pae-di, core-modules-4.1.0-ucs174-686-pae-di, mmc-core-modules-4.1.0-ucs174-686-pae-di Filename: 4.1-1/i386/mmc-modules-4.1.0-ucs174-686-pae-di_4.1.6-1.174.201602110938_i386.udeb Size: 58940 MD5sum: f7924e0b8a57eba4f3388076698c7f82 SHA1: e34d8799b866d2dd7b2294acd135c1762a06874a SHA256: ca88123c7cfe15ca1d134a2734935c2d6851e2a7b633671c7720cef49994beda Description: MMC/SD card modules This package contains modules needed to support MMC (multimedia) and SD cards. Kernel-Version: 4.1.0-ucs174-686-pae Package: mouse-modules-4.1.0-ucs174-586-di Priority: extra Section: debian-installer Installed-Size: 195 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: mouse-modules Depends: kernel-image-4.1.0-ucs174-586-di, event-modules-4.1.0-ucs174-586-di, input-modules-4.1.0-ucs174-586-di, usb-modules-4.1.0-ucs174-586-di Filename: 4.1-1/i386/mouse-modules-4.1.0-ucs174-586-di_4.1.6-1.174.201602110938_i386.udeb Size: 52642 MD5sum: 2fcfd94e0b0c304483313782b318016c SHA1: 1e45bef19aff842ccb652313da5912ec5338c6da SHA256: 58da00468a9f69ff5da905779fab90a6704f824c283435c406093d30b3d9b0e0 Description: Mouse support This package contains mouse drivers for the kernel. Kernel-Version: 4.1.0-ucs174-586 Package: mouse-modules-4.1.0-ucs174-686-pae-di Priority: extra Section: debian-installer Installed-Size: 180 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: mouse-modules Depends: kernel-image-4.1.0-ucs174-686-pae-di, event-modules-4.1.0-ucs174-686-pae-di, input-modules-4.1.0-ucs174-686-pae-di, usb-modules-4.1.0-ucs174-686-pae-di Filename: 4.1-1/i386/mouse-modules-4.1.0-ucs174-686-pae-di_4.1.6-1.174.201602110938_i386.udeb Size: 47746 MD5sum: 31dfbe5515172da331b81366a48cce50 SHA1: 21233a53751b7001f19ebed455613153c7c2c5e9 SHA256: eb4acd99bff131dc2bd9bc2b0c77107350a5f9e3bce01d58a39545867f6c10de Description: Mouse support This package contains mouse drivers for the kernel. Kernel-Version: 4.1.0-ucs174-686-pae Package: multiarch-support Priority: standard Section: libs Installed-Size: 181 Maintainer: GNU Libc Maintainers Architecture: i386 Source: eglibc Version: 2.13-38.27.201511261620 Depends: libc6 (>= 2.13-5) Filename: 4.1-1/i386/multiarch-support_2.13-38.27.201511261620_i386.deb Size: 151472 MD5sum: a572a5af58605a2f6f85ad8ff4aa1ba4 SHA1: 3ddd6561afd9805ae49d4c2680c2f5b61c8bbb36 SHA256: 667a571d4a01afdf5c6f96f5d373fea3650e48cffb93b05bab8113e3c448ded4 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 Homepage: http://www.eglibc.org Package: multipath-modules-4.1.0-ucs174-586-di Priority: extra Section: debian-installer Installed-Size: 70 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: multipath-modules Depends: kernel-image-4.1.0-ucs174-586-di, md-modules-4.1.0-ucs174-586-di, scsi-core-modules-4.1.0-ucs174-586-di Filename: 4.1-1/i386/multipath-modules-4.1.0-ucs174-586-di_4.1.6-1.174.201602110938_i386.udeb Size: 14662 MD5sum: b20f95f540b37d0108aecaaee9380408 SHA1: 64f5d3a2348724e3b63fc98a680bb8d58fbb969c SHA256: aedb45d6b657d69ad12f0c2ed3170b1e36cb1d3c3e28d445a60a79e1a526f830 Description: Multipath support This package contains DM-Multipath modules for the kernel. Kernel-Version: 4.1.0-ucs174-586 Package: multipath-modules-4.1.0-ucs174-686-pae-di Priority: extra Section: debian-installer Installed-Size: 70 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: multipath-modules Depends: kernel-image-4.1.0-ucs174-686-pae-di, md-modules-4.1.0-ucs174-686-pae-di, scsi-core-modules-4.1.0-ucs174-686-pae-di Filename: 4.1-1/i386/multipath-modules-4.1.0-ucs174-686-pae-di_4.1.6-1.174.201602110938_i386.udeb Size: 13914 MD5sum: e5bfaeece0dc409937d176dcf87a4b4e SHA1: c81d3f7fd2a135ecf64b0719639a8d055f04163b SHA256: bcb0628fe2da02cd5bdae6e986a4a3cc2347350dc6579facebbc30d8547c1460 Description: Multipath support This package contains DM-Multipath modules for the kernel. Kernel-Version: 4.1.0-ucs174-686-pae Package: mysql-client-5.5 Priority: optional Section: database Installed-Size: 35154 Maintainer: Debian MySQL Maintainers Architecture: i386 Source: mysql-5.5 Version: 5.5.46-0.17.201512141630 Replaces: mysql-client (<< 5.5.46-0.17.201512141630), mysql-client-5.0, mysql-client-5.1 Provides: mysql-client, virtual-mysql-client Depends: debianutils (>= 1.6), libdbi-perl, libdbd-mysql-perl (>= 1.2202), mysql-common (>= 5.5.46-0.17.201512141630), perl, libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libreadline6 (>= 6.0), libstdc++6 (>= 4.1.1), zlib1g (>= 1:1.1.4) Suggests: libterm-readkey-perl Breaks: mysql-client (<< 5.5.46-0.17.201512141630), mysql-client-5.0, mysql-client-5.1 Filename: 4.1-1/i386/mysql-client-5.5_5.5.46-0.17.201512141630_i386.deb Size: 1710128 MD5sum: 5e4d2686256eecaf9371789649306b33 SHA1: 76febfb414c977ea6ba2b9f7605297bcc7395b36 SHA256: c95291f24e33f915c54f45afabc91938bc0b7f6c5a6e3e79cb917be6e375cad0 Description: MySQL database client binaries MySQL is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. . This package includes the client binaries and the additional tools innotop and mysqlreport. Homepage: http://dev.mysql.com/ Package: mysql-server-5.5 Priority: optional Section: database Installed-Size: 30716 Maintainer: Debian MySQL Maintainers Architecture: i386 Source: mysql-5.5 Version: 5.5.46-0.17.201512141630 Replaces: libmysqlclient-dev (<< 5.5.17~), mysql-client-5.1, mysql-server (<< 5.5.46-0.17.201512141630), mysql-server-5.0, mysql-server-5.1 Provides: virtual-mysql-server Depends: mysql-client-5.5 (>= 5.5.46-0.17.201512141630), libdbi-perl, perl (>= 5.6), libc6 (>= 2.12), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1), zlib1g (>= 1:1.1.4), debconf (>= 0.5) | debconf-2.0, psmisc, passwd, lsb-base (>= 3.0-10), mysql-server-core-5.5 (>= 5.5.46-0.17.201512141630), initscripts (>= 2.88dsf-13.3), makepasswd Pre-Depends: mysql-common (>= 5.5.46-0.17.201512141630), adduser (>= 3.40), debconf Recommends: mailx, libhtml-template-perl Suggests: tinyca Breaks: libmysqlclient-dev (<< 5.5.17~), mysql-client-5.1, mysql-server (<< 5.5.46-0.17.201512141630), mysql-server-5.1 Filename: 4.1-1/i386/mysql-server-5.5_5.5.46-0.17.201512141630_i386.deb Size: 2001576 MD5sum: 55f081856718109299cc693de58e5e1b SHA1: bc728ab31ba22527941c14f4affd2db333fab3c9 SHA256: aa11bad98a3023ea2756866d9734c883a13ba9752ed7b6970656ae2cbdfbe8c8 Description: MySQL database server binaries and system database setup MySQL is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. . This package contains all the infrastructure needed to setup system databases. Homepage: http://dev.mysql.com/ Package: mysql-server-core-5.5 Priority: optional Section: database Installed-Size: 18020 Maintainer: Debian MySQL Maintainers Architecture: i386 Source: mysql-5.5 Version: 5.5.46-0.17.201512141630 Replaces: mysql-client-5.1, mysql-server-5.0, mysql-server-5.1, mysql-server-core-5.0, mysql-server-core-5.1 Provides: mysql-server-core Depends: libaio1 (>= 0.3.93), libc6 (>= 2.7), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1), libwrap0 (>= 7.6-4~), zlib1g (>= 1:1.2.0) Breaks: mysql-client-5.1, mysql-server-5.0, mysql-server-5.1, mysql-server-core-5.1 Filename: 4.1-1/i386/mysql-server-core-5.5_5.5.46-0.17.201512141630_i386.deb Size: 3286264 MD5sum: 2c767338c3042662125d10f82f0aef33 SHA1: ab4ec515b443b161ab02cbf8a7e8d40189ad2c38 SHA256: a1d414bb0b8cd6b7e73bdbd9da0b2a9629d8e4ed37c36935685d6532c95c9aa8 Description: MySQL database server binaries MySQL is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. . This package includes the server binaries but doesn't contain all the infrastructure needed to setup system databases. Homepage: http://dev.mysql.com/ Package: mysql-source-5.5 Priority: optional Section: database Installed-Size: 23510 Maintainer: Debian MySQL Maintainers Architecture: i386 Source: mysql-5.5 Version: 5.5.46-0.17.201512141630 Filename: 4.1-1/i386/mysql-source-5.5_5.5.46-0.17.201512141630_i386.deb Size: 22989876 MD5sum: c97789017d13944b308ddcedc42556be SHA1: bac1422a5bd7b68a9f98a7178cc19b74246ef8ac SHA256: 4956d3c81b7f102b9df706ec96a5b441a123e782520b92eef0272300bc690e75 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. Homepage: http://dev.mysql.com/ Package: mysql-testsuite-5.5 Priority: optional Section: database Installed-Size: 108864 Maintainer: Debian MySQL Maintainers Architecture: i386 Source: mysql-5.5 Version: 5.5.46-0.17.201512141630 Depends: mysql-server (= 5.5.46-0.17.201512141630), mysql-client (= 5.5.46-0.17.201512141630), libc6 (>= 2.3.6-6~), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Filename: 4.1-1/i386/mysql-testsuite-5.5_5.5.46-0.17.201512141630_i386.deb Size: 4317730 MD5sum: c3e650d7098aaa100772c6b181ce9c6e SHA1: 32692456ccfccb78f0a887a8365b1bc2fbd3ed06 SHA256: ff2acc88eaf83b485e4a9a621463a2fe0ee43ad76c2c7f9e914ed4bcbf2d4306 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. Homepage: http://dev.mysql.com/ Package: nbd-modules-4.1.0-ucs174-586-di Priority: extra Section: debian-installer Installed-Size: 55 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: nbd-modules Depends: kernel-image-4.1.0-ucs174-586-di Filename: 4.1-1/i386/nbd-modules-4.1.0-ucs174-586-di_4.1.6-1.174.201602110938_i386.udeb Size: 9666 MD5sum: 22941dcf35777ca46dc68656da84a4cc SHA1: e24a0f489d36f696cc4cae857129f9a2afa4d1a8 SHA256: 1fba0e64a677b43f6c2ac20af22332ffec6e5d3745cd538283b4841119a4e098 Description: Network Block Device modules This package contains the modules required for support of the Network Block Device Kernel-Version: 4.1.0-ucs174-586 Package: nbd-modules-4.1.0-ucs174-686-pae-di Priority: extra Section: debian-installer Installed-Size: 56 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: nbd-modules Depends: kernel-image-4.1.0-ucs174-686-pae-di Filename: 4.1-1/i386/nbd-modules-4.1.0-ucs174-686-pae-di_4.1.6-1.174.201602110938_i386.udeb Size: 9468 MD5sum: bd139bb71e4fcee81e1065ffb8e24a7e SHA1: 9d2bf032ae5604e24fe19c948c1ec1a856d6d7bc SHA256: ba7db7f668246475d97bb547ad8d6b756ce42788eb7efca27029532edf253e07 Description: Network Block Device modules This package contains the modules required for support of the Network Block Device Kernel-Version: 4.1.0-ucs174-686-pae Package: nic-modules-4.1.0-ucs174-586-di Priority: standard Section: debian-installer Installed-Size: 8283 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: nic-extra-modules, nic-modules Depends: kernel-image-4.1.0-ucs174-586-di, nic-shared-modules-4.1.0-ucs174-586-di, core-modules-4.1.0-ucs174-586-di, i2c-modules-4.1.0-ucs174-586-di, crc-modules-4.1.0-ucs174-586-di Filename: 4.1-1/i386/nic-modules-4.1.0-ucs174-586-di_4.1.6-1.174.201602110938_i386.udeb Size: 2552402 MD5sum: 17da2c46d64ae44f63f257581710bf58 SHA1: 770b840009e458da0faf01a99698d14f762726b6 SHA256: 7dfddc61c85a1e1e7f3cb969b4efd78c5badc891b792861f5c8b2acbeb610d5e Description: NIC drivers This package contains Ethernet and some paravirtualised network drivers for the kernel. Kernel-Version: 4.1.0-ucs174-586 Package: nic-modules-4.1.0-ucs174-686-pae-di Priority: standard Section: debian-installer Installed-Size: 8413 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: nic-extra-modules, nic-modules Depends: kernel-image-4.1.0-ucs174-686-pae-di, nic-shared-modules-4.1.0-ucs174-686-pae-di, core-modules-4.1.0-ucs174-686-pae-di, i2c-modules-4.1.0-ucs174-686-pae-di, crc-modules-4.1.0-ucs174-686-pae-di Filename: 4.1-1/i386/nic-modules-4.1.0-ucs174-686-pae-di_4.1.6-1.174.201602110938_i386.udeb Size: 2547392 MD5sum: de5bc4fda9c2e8c1117c595a9fc11982 SHA1: eaccb31525b8fdd542cbac7c9c7aca4de5fd3f31 SHA256: b1827b8bfec3c8ad8f58633abec9954ef78ada676baa1642645e6db33248da05 Description: NIC drivers This package contains Ethernet and some paravirtualised network drivers for the kernel. Kernel-Version: 4.1.0-ucs174-686-pae Package: nic-pcmcia-modules-4.1.0-ucs174-586-di Priority: standard Section: debian-installer Installed-Size: 663 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: nic-pcmcia-modules Depends: kernel-image-4.1.0-ucs174-586-di, nic-shared-modules-4.1.0-ucs174-586-di, nic-wireless-modules-4.1.0-ucs174-586-di, pcmcia-modules-4.1.0-ucs174-586-di, mmc-core-modules-4.1.0-ucs174-586-di Filename: 4.1-1/i386/nic-pcmcia-modules-4.1.0-ucs174-586-di_4.1.6-1.174.201602110938_i386.udeb Size: 174106 MD5sum: 5cd9626fb91f0175de52fe570105786b SHA1: 13e99b2034edb832578bd8afc11b84ee6e94a658 SHA256: 417dfea6018f2129f5e0285f66d05d101a3cc0699944353dc9e6ab3e1ac758ee Description: Common PCMCIA NIC drivers This package contains common PCMCIA NIC drivers for the kernel. Kernel-Version: 4.1.0-ucs174-586 Package: nic-pcmcia-modules-4.1.0-ucs174-686-pae-di Priority: standard Section: debian-installer Installed-Size: 662 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: nic-pcmcia-modules Depends: kernel-image-4.1.0-ucs174-686-pae-di, nic-shared-modules-4.1.0-ucs174-686-pae-di, nic-wireless-modules-4.1.0-ucs174-686-pae-di, pcmcia-modules-4.1.0-ucs174-686-pae-di, mmc-core-modules-4.1.0-ucs174-686-pae-di Filename: 4.1-1/i386/nic-pcmcia-modules-4.1.0-ucs174-686-pae-di_4.1.6-1.174.201602110938_i386.udeb Size: 166748 MD5sum: 04a77939a4064dd2420cd9ada7967a40 SHA1: 2bfa5bf334af9def9420b860ebd20def9e69cb59 SHA256: 87e80fb8413cdcdca51b2f92faf0c0de4838bfce251258c49a6ba0718922b9d1 Description: Common PCMCIA NIC drivers This package contains common PCMCIA NIC drivers for the kernel. Kernel-Version: 4.1.0-ucs174-686-pae Package: nic-shared-modules-4.1.0-ucs174-586-di Priority: standard Section: debian-installer Installed-Size: 169 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: nic-shared-modules Depends: kernel-image-4.1.0-ucs174-586-di Filename: 4.1-1/i386/nic-shared-modules-4.1.0-ucs174-586-di_4.1.6-1.174.201602110938_i386.udeb Size: 39720 MD5sum: 10754f3912d2b11634f791cd68083c8d SHA1: bf25cdc2ef7cb906c3a775569d656080c26a7ae0 SHA256: 3890f98482c4dceee0e0bb616e5b7344d77047f367be4cef0cc11c0048aaaefe Description: Shared NIC drivers This package contains NIC drivers needed by combinations of nic-modules, nic-pcmcia-modules, nic-usb-modules and nic-wireless-modules. Kernel-Version: 4.1.0-ucs174-586 Package: nic-shared-modules-4.1.0-ucs174-686-pae-di Priority: standard Section: debian-installer Installed-Size: 167 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: nic-shared-modules Depends: kernel-image-4.1.0-ucs174-686-pae-di Filename: 4.1-1/i386/nic-shared-modules-4.1.0-ucs174-686-pae-di_4.1.6-1.174.201602110938_i386.udeb Size: 37064 MD5sum: afc66a6d3cfd7bf4ba166af55048115d SHA1: 887c5cb4ee20a137560316dccff60f3aea9126c7 SHA256: 8ddcc2905fb473fcc8c4569176e3b4f28dcd47f9c16423a4fb7aedf8e07f2b70 Description: Shared NIC drivers This package contains NIC drivers needed by combinations of nic-modules, nic-pcmcia-modules, nic-usb-modules and nic-wireless-modules. Kernel-Version: 4.1.0-ucs174-686-pae Package: nic-usb-modules-4.1.0-ucs174-586-di Priority: standard Section: debian-installer Installed-Size: 737 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: nic-usb-modules Depends: kernel-image-4.1.0-ucs174-586-di, nic-shared-modules-4.1.0-ucs174-586-di, nic-wireless-modules-4.1.0-ucs174-586-di, usb-modules-4.1.0-ucs174-586-di, core-modules-4.1.0-ucs174-586-di, crc-modules-4.1.0-ucs174-586-di Filename: 4.1-1/i386/nic-usb-modules-4.1.0-ucs174-586-di_4.1.6-1.174.201602110938_i386.udeb Size: 195284 MD5sum: a6f50e06135abbaa32d046560b50d5b2 SHA1: cfda0b859c6961d9cef33990b5c2a8403580f7ec SHA256: 87000d269881ca0eb16aae9706e6230feac5e58d3813abe974964b96c625fd75 Description: USB NIC drivers This package contains USB network adapter drivers for the kernel. Kernel-Version: 4.1.0-ucs174-586 Package: nic-usb-modules-4.1.0-ucs174-686-pae-di Priority: standard Section: debian-installer Installed-Size: 739 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: nic-usb-modules Depends: kernel-image-4.1.0-ucs174-686-pae-di, nic-shared-modules-4.1.0-ucs174-686-pae-di, nic-wireless-modules-4.1.0-ucs174-686-pae-di, usb-modules-4.1.0-ucs174-686-pae-di, core-modules-4.1.0-ucs174-686-pae-di, crc-modules-4.1.0-ucs174-686-pae-di Filename: 4.1-1/i386/nic-usb-modules-4.1.0-ucs174-686-pae-di_4.1.6-1.174.201602110938_i386.udeb Size: 187324 MD5sum: 3091010deb06975bbb7b6434a2ae2a71 SHA1: 5be89bf1a75830511c7283093d36a1356ad18cfc SHA256: 634a23ce62c75522f7c46107db416501c986d0a0134813c60f959532bae22b8b Description: USB NIC drivers This package contains USB network adapter drivers for the kernel. Kernel-Version: 4.1.0-ucs174-686-pae Package: nic-wireless-modules-4.1.0-ucs174-586-di Priority: standard Section: debian-installer Installed-Size: 10751 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: nic-wireless-modules Depends: kernel-image-4.1.0-ucs174-586-di, nic-shared-modules-4.1.0-ucs174-586-di, core-modules-4.1.0-ucs174-586-di, usb-modules-4.1.0-ucs174-586-di, mmc-modules-4.1.0-ucs174-586-di, pcmcia-modules-4.1.0-ucs174-586-di, crc-modules-4.1.0-ucs174-586-di Filename: 4.1-1/i386/nic-wireless-modules-4.1.0-ucs174-586-di_4.1.6-1.174.201602110938_i386.udeb Size: 3070738 MD5sum: dcba030e3e11cd78e11cf96ddd2885c2 SHA1: 57517fd34ce379ac81fbbd926387ade490e73a96 SHA256: 0c7084c9b548bd745cd125a4f8d28ef7ebe78e0ea3a0a8363cb9d61349d9419a Description: Wireless NIC drivers This package contains wireless NIC drivers for the kernel. Includes crypto modules only needed for wireless (WEP, WPA). Kernel-Version: 4.1.0-ucs174-586 Package: nic-wireless-modules-4.1.0-ucs174-686-pae-di Priority: standard Section: debian-installer Installed-Size: 10713 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: nic-wireless-modules Depends: kernel-image-4.1.0-ucs174-686-pae-di, nic-shared-modules-4.1.0-ucs174-686-pae-di, core-modules-4.1.0-ucs174-686-pae-di, usb-modules-4.1.0-ucs174-686-pae-di, mmc-modules-4.1.0-ucs174-686-pae-di, pcmcia-modules-4.1.0-ucs174-686-pae-di, crc-modules-4.1.0-ucs174-686-pae-di Filename: 4.1-1/i386/nic-wireless-modules-4.1.0-ucs174-686-pae-di_4.1.6-1.174.201602110938_i386.udeb Size: 3022636 MD5sum: 6135e01884fd99e4eb8afc1b1ea85a58 SHA1: 54e35d19dc8dd50da03b7a299bcfffba7c8655a7 SHA256: bb9be3ff942d5abd1680c7a2a13beb71a2352ee34ba49231db70f58c9fe99fa3 Description: Wireless NIC drivers This package contains wireless NIC drivers for the kernel. Includes crypto modules only needed for wireless (WEP, WPA). Kernel-Version: 4.1.0-ucs174-686-pae Package: nscd Priority: optional Section: admin Installed-Size: 337 Maintainer: GNU Libc Maintainers Architecture: i386 Source: eglibc Version: 2.13-38.27.201511261620 Depends: libc6 (>> 2.13), libc6 (<< 2.14) Filename: 4.1-1/i386/nscd_2.13-38.27.201511261620_i386.deb Size: 212038 MD5sum: 9f9427ac116dd39fb978b4db45082987 SHA1: 118e4b83f528fc66d358bde99117e833d6e070ff SHA256: ed0593a29a9463617d04f1baa190f13ee6d4d5a32445720c13415498dc4acfa9 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 Homepage: http://www.eglibc.org Package: ntfs-modules-4.1.0-ucs174-586-di Priority: extra Section: debian-installer Installed-Size: 285 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: ntfs-modules Depends: kernel-image-4.1.0-ucs174-586-di Filename: 4.1-1/i386/ntfs-modules-4.1.0-ucs174-586-di_4.1.6-1.174.201602110938_i386.udeb Size: 94272 MD5sum: eff74d2e1bcd2f2546c188f30160c012 SHA1: c4891d0735ed8727088efa4a51ed0cef03a674b6 SHA256: 81b4081fdfd62404c02de7ff3257eb749240eaefe892e129f212088db9ba7353 Description: NTFS filesystem support This package contains the NTFS file system module for the kernel. Kernel-Version: 4.1.0-ucs174-586 Package: ntfs-modules-4.1.0-ucs174-686-pae-di Priority: extra Section: debian-installer Installed-Size: 288 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: ntfs-modules Depends: kernel-image-4.1.0-ucs174-686-pae-di Filename: 4.1-1/i386/ntfs-modules-4.1.0-ucs174-686-pae-di_4.1.6-1.174.201602110938_i386.udeb Size: 95234 MD5sum: c65d73af8ccf8d46e6a1d0f3fbef24b5 SHA1: 0c85a69dff39b84dfee8e90c24aff7cb1d4e79a0 SHA256: 8f26196622305f7fd3b0a6bdfffbf3070e1b6df3a1aa9a7dd735aae9dbbfecbd Description: NTFS filesystem support This package contains the NTFS file system module for the kernel. Kernel-Version: 4.1.0-ucs174-686-pae Package: ntp Priority: optional Section: net Installed-Size: 1185 Maintainer: Debian NTP Team Architecture: i386 Version: 1:4.2.6.p5+dfsg-2.51.201511241933 Depends: adduser, lsb-base (>= 3.2-13), netbase, libc6 (>= 2.12), libcap2 (>= 2.10), libedit2 (>= 2.11-20080614-1), libopts25 (>= 1:5.12), libssl1.0.0 (>= 1.0.0) Pre-Depends: dpkg (>= 1.15.7.2) Recommends: perl Suggests: ntp-doc Breaks: dhcp3-client (<< 4.1.0-1) Filename: 4.1-1/i386/ntp_4.2.6.p5+dfsg-2.51.201511241933_i386.deb Size: 544596 MD5sum: 0e45a8b353fb6a5f1c4d7783fcbc29b5 SHA1: 399cc12137f8c3e773aec0bfd0dc9eae0c7c3f3d SHA256: 407ab78c2644fd60468db5d65a02af89f51319efe28b2a04b75fb28fe9256bee Description: Network Time Protocol daemon and utility programs NTP, the Network Time Protocol, is used to keep computer clocks accurate by synchronizing them over the Internet or a local network, or by following an accurate hardware receiver that interprets GPS, DCF-77, NIST or similar time signals. . This package contains the NTP daemon and utility programs. An NTP daemon needs to be running on each host that is to have its clock accuracy controlled by NTP. The same NTP daemon is also used to provide NTP service to other hosts. . For more information about the NTP protocol and NTP server configuration and operation, install the package "ntp-doc". Homepage: http://support.ntp.org/ Package: ntpdate Priority: optional Section: net Installed-Size: 220 Maintainer: Debian NTP Team Architecture: i386 Source: ntp Version: 1:4.2.6.p5+dfsg-2.51.201511241933 Depends: netbase, libc6 (>= 2.4), libssl1.0.0 (>= 1.0.0) Pre-Depends: dpkg (>= 1.15.7.2) Recommends: lockfile-progs Breaks: dhcp3-client (<< 4.1.0-1) Filename: 4.1-1/i386/ntpdate_4.2.6.p5+dfsg-2.51.201511241933_i386.deb Size: 81314 MD5sum: aca631c673519612e88ba8927d1c14aa SHA1: a42a40ac6c0b4d3dbb9a1a2ed61e98087dcc2d2f SHA256: 0b328e264f4b959f3924d765cef6ba375a97ecabf8993c9877bdfabe58496e6f Description: client for setting system time from NTP servers NTP, the Network Time Protocol, is used to keep computer clocks accurate by synchronizing them over the Internet or a local network, or by following an accurate hardware receiver that interprets GPS, DCF-77, NIST or similar time signals. . ntpdate is a simple NTP client that sets a system's clock to match the time obtained by communicating with one or more NTP servers. It is not sufficient, however, for maintaining an accurate clock in the long run. ntpdate by itself is useful for occasionally setting the time on machines that do not have full-time network access, such as laptops. . If the full NTP daemon from the package "ntp" is installed, then ntpdate is not necessary. Homepage: http://support.ntp.org/ Package: openjdk-7-dbg Priority: extra Section: debug Installed-Size: 496926 Maintainer: OpenJDK Team Architecture: i386 Source: openjdk-7 Version: 7u91-2.6.3-1.19.201512041548 Depends: openjdk-7-jre-headless (= 7u91-2.6.3-1.19.201512041548) Recommends: openjdk-7-jre (= 7u91-2.6.3-1.19.201512041548) Suggests: openjdk-7-jdk (= 7u91-2.6.3-1.19.201512041548) Filename: 4.1-1/i386/openjdk-7-dbg_7u91-2.6.3-1.19.201512041548_i386.deb Size: 233574732 MD5sum: 2fe661db626cc7cb25d3355f6d5a9261 SHA1: b837d708804bbdf5af529ec725af45cdca25ac0e SHA256: 26f9ddca7a055b0cae7e6017687c1a7347f908565a709e8413a0151cb00daf50 Description: Java runtime based on OpenJDK (debugging symbols) OpenJDK is a development environment for building applications, applets, and components using the Java programming language. . This package contains the debugging symbols. . The packages are built using the IcedTea build support and patches from the IcedTea project. Multi-Arch: same Homepage: http://openjdk.java.net/ Package: openjdk-7-demo Priority: extra Section: java Installed-Size: 4282 Maintainer: OpenJDK Team Architecture: i386 Source: openjdk-7 Version: 7u91-2.6.3-1.19.201512041548 Depends: openjdk-7-jre (= 7u91-2.6.3-1.19.201512041548), libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Filename: 4.1-1/i386/openjdk-7-demo_7u91-2.6.3-1.19.201512041548_i386.deb Size: 2487300 MD5sum: 4027f5877c7ae43d43c961edf0289dac SHA1: 90706be93374366298cd655c00aeccd8a5e1bdce SHA256: 4bce6443b0b6090e3c928be1112321b05f3f57b09cc9ddd92de848d497546dd9 Description: Java runtime based on OpenJDK (demos and examples) OpenJDK Java runtime . The packages are built using the IcedTea build support and patches from the IcedTea project. Homepage: http://openjdk.java.net/ Package: openjdk-7-jdk Priority: optional Section: java Installed-Size: 20367 Maintainer: OpenJDK Team Architecture: i386 Source: openjdk-7 Version: 7u91-2.6.3-1.19.201512041548 Provides: java-compiler, java-sdk, java2-sdk, java5-sdk, java6-sdk, java7-jdk Depends: openjdk-7-jre (= 7u91-2.6.3-1.19.201512041548), libc6 (>= 2.3.6-6~), libx11-6 Recommends: libxt-dev Suggests: openjdk-7-demo, openjdk-7-source, visualvm Filename: 4.1-1/i386/openjdk-7-jdk_7u91-2.6.3-1.19.201512041548_i386.deb Size: 16746780 MD5sum: af27359a7f5886a95f8f2367844770f4 SHA1: cee678b33b6b032fb2228959c667dafe22679540 SHA256: 531e74006ad0d7846a58073621d1de4758ad12fa79101a743f04ec2ee5591a99 Description: OpenJDK Development Kit (JDK) OpenJDK is a development environment for building applications, applets, and components using the Java programming language. . The packages are built using the IcedTea build support and patches from the IcedTea project. Multi-Arch: same Homepage: http://openjdk.java.net/ Package: openjdk-7-jre-headless Priority: optional Section: java Installed-Size: 62155 Maintainer: OpenJDK Team Architecture: i386 Source: openjdk-7 Version: 7u91-2.6.3-1.19.201512041548 Replaces: openjdk-7-jre-lib (<< 7u45-2.4.3-1) Provides: java-runtime-headless, java2-runtime-headless, java5-runtime-headless, java6-runtime-headless, java7-runtime-headless Depends: ca-certificates-java, tzdata-java, java-common (>= 0.28), libcups2 (>= 1.4.0), liblcms2-2, libjpeg8 (>= 8c), libnss3 (>= 2:3.12.3), libc6 (>= 2.11), libfontconfig1 (>= 2.9.0), libfreetype6 (>= 2.2.1), libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.26.0), libkrb5-3 (>= 1.6.dfsg.2), libpcsclite1, libpulse0 (>= 0.99.1), libsctp1 (>= 1.0.10+dfsg), libstdc++6 (>= 4.1.1), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Suggests: icedtea-7-jre-jamvm (= 7u91-2.6.3-1.19.201512041548), libnss-mdns, sun-java6-fonts, ttf-dejavu-extra, fonts-ipafont-gothic, fonts-ipafont-mincho, ttf-wqy-microhei | ttf-wqy-zenhei, ttf-indic-fonts Conflicts: icedtea-netx (<< 1.1.1-2~) Breaks: icedtea-netx (<< 1.4-2) Filename: 4.1-1/i386/openjdk-7-jre-headless_7u91-2.6.3-1.19.201512041548_i386.deb Size: 44427132 MD5sum: e421e7efffbd49f87af483e1287dcdf4 SHA1: 63a18b6964d505c1492eb6796c2a5fab18c668af SHA256: 81e1811e300400491cab7eaa182e1d1d3216d47fb2f90eb70ec4968fe1936904 Description: OpenJDK Java runtime, using Hotspot JIT (headless) Minimal Java runtime - needed for executing non GUI Java programs, using Hotspot JIT. The packages are built using the IcedTea build support and patches from the IcedTea project. Built-Using: rhino (= 1.7R3-5.12.201403161116) Multi-Arch: same Homepage: http://openjdk.java.net/ Package: openjdk-7-jre-zero Priority: extra Section: java Installed-Size: 6144 Maintainer: OpenJDK Team Architecture: i386 Source: openjdk-7 Version: 7u91-2.6.3-1.19.201512041548 Depends: openjdk-7-jre-headless (= 7u91-2.6.3-1.19.201512041548), libc6 (>= 2.11), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Filename: 4.1-1/i386/openjdk-7-jre-zero_7u91-2.6.3-1.19.201512041548_i386.deb Size: 2387400 MD5sum: 2b1ff5bbf0b9c0a24ca14a62f9ad4278 SHA1: fbb7eb3d98aa971b6bcd97dd14fd7d6cd5e01ed0 SHA256: 93e325ffc55e35f4c370a3aaad8a94938ef1bc12fab08899ffe8a65e23a4dc73 Description: Alternative JVM for OpenJDK, using Zero/Shark The package provides an alternative runtime using the Zero VM and the Shark Just In Time Compiler (JIT). Built on architectures in addition to the Hotspot VM as a debugging aid for those architectures which don't have a Hotspot VM. . The VM is started with the option `-zero'. See the README.Debian for details. Multi-Arch: same Homepage: http://openjdk.java.net/ Package: openjdk-7-jre Priority: optional Section: java Installed-Size: 650 Maintainer: OpenJDK Team Architecture: i386 Source: openjdk-7 Version: 7u91-2.6.3-1.19.201512041548 Replaces: openjdk-7-jre-headless (<< 7u65-2.5.1-0~) Provides: java-runtime, java2-runtime, java5-runtime, java6-runtime, java7-runtime Depends: openjdk-7-jre-headless (= 7u91-2.6.3-1.19.201512041548), libasound2 (>= 1.0.16), libatk1.0-0 (>= 1.12.4), libc6 (>= 2.11), libcairo2 (>= 1.2.4), libcups2 (>= 1.4.0), libfontconfig1 (>= 2.9.0), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libgif4 (>= 4.1.4), libglib2.0-0 (>= 2.16.0), libgtk2.0-0 (>= 2.8.0), libjpeg8 (>= 8c), libpango1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4), libx11-6, libxext6, libxi6, libxrender1, libxtst6, zlib1g (>= 1:1.1.4), libxrandr2, libxinerama1, libgl1-mesa-glx | libgl1, libatk-wrapper-java-jni (>= 0.30.4-0ubuntu2) Recommends: libgnome2-0, libgnomevfs2-0, libgconf2-4, ttf-dejavu-extra Suggests: icedtea-7-plugin Conflicts: icedtea-gcjwebplugin (<< 1.0-1ubuntu4) Filename: 4.1-1/i386/openjdk-7-jre_7u91-2.6.3-1.19.201512041548_i386.deb Size: 215374 MD5sum: ba522de60d0f35f12ebc5836be24d031 SHA1: 347502fb1715f16deeaf857af02dce187f520331 SHA256: ed25753c2e371585f9a672e2a3a9bc4e836f1d79189b2681219eb262aa9242cc Description: OpenJDK Java runtime, using Hotspot JIT Full Java runtime environment - needed for executing Java GUI and Webstart programs, using Hotspot JIT. The packages are built using the IcedTea build support and patches from the IcedTea project. Multi-Arch: same Homepage: http://openjdk.java.net/ Package: openssh-client-udeb Priority: optional Section: debian-installer Installed-Size: 493 Maintainer: Debian OpenSSH Maintainers Architecture: i386 Source: openssh Version: 1:6.0p1-4.54.201601151031 Depends: libc6-udeb (>= 2.13), libcrypto1.0.0-udeb (>= 1.0.2), zlib1g-udeb (>= 1:1.2.3.3.dfsg-1), libnss-files-udeb Filename: 4.1-1/i386/openssh-client-udeb_6.0p1-4.54.201601151031_i386.udeb Size: 181510 MD5sum: 88ffba65ae2879de6bad788b187b75d9 SHA1: 4f85a25627ce4dad56665479be7154f484408d28 SHA256: 4446752997be23fd341a82d7c2e2b761806fcfc3a89f23643641a7d8b6a58ed6 Description: secure shell client for the Debian installer This is the portable version of OpenSSH, a free implementation of the Secure Shell protocol as specified by the IETF secsh working group. . This package provides the ssh client for use in debian-installer. Installer-Menu-Item: 99999 Package: openssh-client Priority: standard Section: net Installed-Size: 2343 Maintainer: Debian OpenSSH Maintainers Architecture: i386 Source: openssh Version: 1:6.0p1-4.54.201601151031 Replaces: ssh, ssh-krb5 Provides: rsh-client, ssh-client Depends: libc6 (>= 2.11), libedit2 (>= 2.11-20080614-1), libgssapi-krb5-2 (>= 1.10+dfsg~), libselinux1 (>= 1.32), libssl1.0.0 (>= 1.0.2), zlib1g (>= 1:1.1.4), debconf (>= 1.2.0) | debconf-2.0, adduser (>= 3.10), dpkg (>= 1.7.0), passwd Recommends: xauth, openssh-blacklist, openssh-blacklist-extra Suggests: ssh-askpass, libpam-ssh, keychain, monkeysphere Conflicts: rsh-client (<< 0.16.1-1), sftp, ssh (<< 1:3.8.1p1-9), ssh-krb5 (<< 1:4.3p2-7) Filename: 4.1-1/i386/openssh-client_6.0p1-4.54.201601151031_i386.deb Size: 1044014 MD5sum: 88e7ba4692e4e829bc2e1c5b815c3bce SHA1: 6f55bf291c0f2d547f40e3a1ca426b1cf47a0a52 SHA256: de292b42bec024ce4729e1f4997e5e0c048245eb8a0ca7d73aa88cb421d66ba7 Description: secure shell (SSH) client, for secure access to remote machines This is the portable version of OpenSSH, a free implementation of the Secure Shell protocol as specified by the IETF secsh working group. . Ssh (Secure Shell) is a program for logging into a remote machine and for executing commands on a remote machine. It provides secure encrypted communications between two untrusted hosts over an insecure network. X11 connections and arbitrary TCP/IP ports can also be forwarded over the secure channel. It can be used to provide applications with a secure communication channel. . This package provides the ssh, scp and sftp clients, the ssh-agent and ssh-add programs to make public key authentication more convenient, and the ssh-keygen, ssh-keyscan, ssh-copy-id and ssh-argv0 utilities. . In some countries it may be illegal to use any encryption at all without a special permit. . ssh replaces the insecure rsh, rcp and rlogin programs, which are obsolete for most purposes. Multi-Arch: foreign Homepage: http://www.openssh.org/ Package: openssh-server-udeb Priority: optional Section: debian-installer Installed-Size: 576 Maintainer: Debian OpenSSH Maintainers Architecture: i386 Source: openssh Version: 1:6.0p1-4.54.201601151031 Depends: libc6-udeb (>= 2.13), libcrypto1.0.0-udeb (>= 1.0.2), zlib1g-udeb (>= 1:1.2.3.3.dfsg-1), libnss-files-udeb Filename: 4.1-1/i386/openssh-server-udeb_6.0p1-4.54.201601151031_i386.udeb Size: 194466 MD5sum: 7494785f38a1f002ebc6f86638b334b6 SHA1: 754f9a32f990b0f649a50ae4187a3421cff2127f SHA256: 3823342b25d4e26044ac84be5ac763ecbd170afc98e8ea91b02e279203a56259 Description: secure shell server for the Debian installer This is the portable version of OpenSSH, a free implementation of the Secure Shell protocol as specified by the IETF secsh working group. . This package provides the sshd server for use in debian-installer. Since it is expected to be used in specialized situations (e.g. S/390 installs with no console), it does not provide any configuration. Package: openssh-server Priority: optional Section: net Installed-Size: 813 Maintainer: Debian OpenSSH Maintainers Architecture: i386 Source: openssh Version: 1:6.0p1-4.54.201601151031 Replaces: openssh-client (<< 1:3.8.1p1-11), ssh, ssh-krb5 Provides: ssh-server Depends: libc6 (>= 2.8), libcomerr2 (>= 1.01), libgssapi-krb5-2 (>= 1.10+dfsg~), libkrb5-3 (>= 1.6.dfsg.2), libpam0g (>= 0.99.7.1), libselinux1 (>= 1.32), libssl1.0.0 (>= 1.0.2), libwrap0 (>= 7.6-4~), zlib1g (>= 1:1.1.4), debconf (>= 1.2.0) | debconf-2.0, openssh-client (= 1:6.0p1-4.54.201601151031), libpam-runtime (>= 0.76-14), libpam-modules (>= 0.72-9), adduser (>= 3.9), dpkg (>= 1.9.0), lsb-base (>= 3.2-13), procps Recommends: xauth, ncurses-term, openssh-blacklist, openssh-blacklist-extra Suggests: ssh-askpass, rssh, molly-guard, ufw, monkeysphere Conflicts: rsh-client (<< 0.16.1-1), sftp, ssh (<< 1:3.8.1p1-9), ssh-krb5 (<< 1:4.3p2-7), ssh-nonfree (<< 2), ssh-socks, ssh2 Filename: 4.1-1/i386/openssh-server_6.0p1-4.54.201601151031_i386.deb Size: 344584 MD5sum: 3e23ffa2924b5cce71b11994fe417fc7 SHA1: 89458c2d99b102f49dfe7023f1abb447cf3a269f SHA256: 564ef8d40b32b82310d9993239c38d46b50fc76126f9b13faa6c566942549cc2 Description: secure shell (SSH) server, for secure access from remote machines This is the portable version of OpenSSH, a free implementation of the Secure Shell protocol as specified by the IETF secsh working group. . Ssh (Secure Shell) is a program for logging into a remote machine and for executing commands on a remote machine. It provides secure encrypted communications between two untrusted hosts over an insecure network. X11 connections and arbitrary TCP/IP ports can also be forwarded over the secure channel. It can be used to provide applications with a secure communication channel. . This package provides the sshd server. . In some countries it may be illegal to use any encryption at all without a special permit. . sshd replaces the insecure rshd program, which is obsolete for most purposes. Multi-Arch: foreign Homepage: http://www.openssh.org/ Package: pata-modules-4.1.0-ucs174-586-di Priority: standard Section: debian-installer Installed-Size: 409 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: pata-modules Depends: kernel-image-4.1.0-ucs174-586-di, ata-modules-4.1.0-ucs174-586-di Filename: 4.1-1/i386/pata-modules-4.1.0-ucs174-586-di_4.1.6-1.174.201602110938_i386.udeb Size: 92896 MD5sum: 60b91f54e6788d8d0077ef971a92e632 SHA1: 3b6b1463843c7c053cfe69929c18ae0327f71d24 SHA256: e3493c3b68bb1e779e8e37df14d309c94752c43f0e74441fd184ddb07b3a2d8e Description: PATA drivers This package contains PATA drivers for the kernel. Kernel-Version: 4.1.0-ucs174-586 Package: pata-modules-4.1.0-ucs174-686-pae-di Priority: standard Section: debian-installer Installed-Size: 393 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: pata-modules Depends: kernel-image-4.1.0-ucs174-686-pae-di, ata-modules-4.1.0-ucs174-686-pae-di Filename: 4.1-1/i386/pata-modules-4.1.0-ucs174-686-pae-di_4.1.6-1.174.201602110938_i386.udeb Size: 76444 MD5sum: 2d39b7568023cbe644918e288215313d SHA1: b002363e5beb20dbb2d085766cb09ea53fc5d4ae SHA256: 9ab9d5b400f558174a3a264764c877baaa2e705bea0e51125985438df10c8e9c Description: PATA drivers This package contains PATA drivers for the kernel. Kernel-Version: 4.1.0-ucs174-686-pae Package: pcmcia-modules-4.1.0-ucs174-586-di Priority: standard Section: debian-installer Installed-Size: 285 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: pcmcia-modules Depends: kernel-image-4.1.0-ucs174-586-di, core-modules-4.1.0-ucs174-586-di Filename: 4.1-1/i386/pcmcia-modules-4.1.0-ucs174-586-di_4.1.6-1.174.201602110938_i386.udeb Size: 82098 MD5sum: f4dcb90ffef3c767f0a53df9e42a1d92 SHA1: 573bc0e4e5deb1d5a40e2011c92c679165497f39 SHA256: 6c78f97a6547581a5b6f3e2b1d5bb55d5d1100747dfd87167a8f3551797e8794 Description: Common PCMCIA drivers This package contains common PCMCIA drivers for the kernel. Kernel-Version: 4.1.0-ucs174-586 Package: pcmcia-modules-4.1.0-ucs174-686-pae-di Priority: standard Section: debian-installer Installed-Size: 282 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: pcmcia-modules Depends: kernel-image-4.1.0-ucs174-686-pae-di, core-modules-4.1.0-ucs174-686-pae-di Filename: 4.1-1/i386/pcmcia-modules-4.1.0-ucs174-686-pae-di_4.1.6-1.174.201602110938_i386.udeb Size: 78896 MD5sum: 09d800fde0138ea2f1a1bae38918739d SHA1: 73612857cad3d1d1ab937c4948dad40fb7e125ca SHA256: 114f5d3f3d144c4df76ead9feb00fee3d64aad16f8011c18e8f2a2f6b8082ae4 Description: Common PCMCIA drivers This package contains common PCMCIA drivers for the kernel. Kernel-Version: 4.1.0-ucs174-686-pae Package: pcmcia-storage-modules-4.1.0-ucs174-586-di Priority: standard Section: debian-installer Installed-Size: 63 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: pcmcia-storage-modules Depends: kernel-image-4.1.0-ucs174-586-di, cdrom-core-modules-4.1.0-ucs174-586-di, pcmcia-modules-4.1.0-ucs174-586-di, ata-modules-4.1.0-ucs174-586-di Filename: 4.1-1/i386/pcmcia-storage-modules-4.1.0-ucs174-586-di_4.1.6-1.174.201602110938_i386.udeb Size: 9450 MD5sum: d4f897ecc66684d3f98f6caadae38893 SHA1: 01c4030c64eb9dad66d9b3bb06ffe5f27aae0ba6 SHA256: 4e9d23f9f880bc0dcbe6e1a33c9f9587b2e871771e62aa0277f739fe94069373 Description: PCMCIA storage drivers This package contains PCMCIA storage drivers for the kernel. Kernel-Version: 4.1.0-ucs174-586 Package: pcmcia-storage-modules-4.1.0-ucs174-686-pae-di Priority: standard Section: debian-installer Installed-Size: 62 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: pcmcia-storage-modules Depends: kernel-image-4.1.0-ucs174-686-pae-di, cdrom-core-modules-4.1.0-ucs174-686-pae-di, pcmcia-modules-4.1.0-ucs174-686-pae-di, ata-modules-4.1.0-ucs174-686-pae-di Filename: 4.1-1/i386/pcmcia-storage-modules-4.1.0-ucs174-686-pae-di_4.1.6-1.174.201602110938_i386.udeb Size: 8518 MD5sum: e83c7c1f8ac3161a179641eec1a3ae2e SHA1: f9e10eeb4a43b0039b95a81561e4f8b925b95dcb SHA256: 407cf12328d1619f15b28cfcbe6054c4c9b7ebbe5efa1e9d7706f08bafa4a500 Description: PCMCIA storage drivers This package contains PCMCIA storage drivers for the kernel. Kernel-Version: 4.1.0-ucs174-686-pae Package: plymouth-dev Priority: optional Section: misc Installed-Size: 1483 Maintainer: Daniel Baumann Architecture: i386 Source: plymouth Version: 0.8.5.1-5.17.201512031309 Depends: plymouth (= 0.8.5.1-5.17.201512031309), plymouth-drm (= 0.8.5.1-5.17.201512031309), plymouth-x11 (= 0.8.5.1-5.17.201512031309) Filename: 4.1-1/i386/plymouth-dev_0.8.5.1-5.17.201512031309_i386.deb Size: 374358 MD5sum: 56732be0b6a16a2cd78433628ec5a754 SHA1: 92a7f3e5421373b95e668be699b27fb5bc75c548 SHA256: 707896a127b5c06d43b94ca0a7ad354b237605e28b004980dd13510f258695f8 Description: Graphical Boot Animation and Logger (development) Plymouth provides an attractive boot animation in place of the text messages that normally get shown. Text messages are instead redirected to a logfile for viewing after boot. . This package contains the development files. Homepage: http://www.freedesktop.org/wiki/Software/Plymouth Package: plymouth-drm Priority: optional Section: misc Installed-Size: 332 Maintainer: Daniel Baumann Architecture: i386 Source: plymouth Version: 0.8.5.1-5.17.201512031309 Replaces: plymouth Depends: libc6 (>= 2.8), libcairo2 (>= 1.2.4), libdrm2 (>= 2.4.25), libglib2.0-0 (>= 2.12.0), libkms1, libpango1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4), plymouth (= 0.8.5.1-5.17.201512031309), fontconfig-config, ttf-dejavu-core Pre-Depends: multiarch-support Recommends: plymouth-themes-all Conflicts: plymouth (<< 0.8.3-10) Filename: 4.1-1/i386/plymouth-drm_0.8.5.1-5.17.201512031309_i386.deb Size: 88038 MD5sum: 1d00866cdd12e8e1d63918cbbeea0ca0 SHA1: 7ef869a360b2afa70db14887c48a6ca709663dd2 SHA256: cd0ccbf73613a93edf79011f8cc26fe19a730f4ea7cc9f4303fd41e690e2bc34 Description: Graphical Boot Animation and Logger (DRM) Plymouth provides an attractive boot animation in place of the text messages that normally get shown. Text messages are instead redirected to a logfile for viewing after boot. . This package contains the DRM backend for systems supporting Kernel Mode Setting (KMS). Homepage: http://www.freedesktop.org/wiki/Software/Plymouth Package: plymouth-x11 Priority: optional Section: misc Installed-Size: 92 Maintainer: Daniel Baumann Architecture: i386 Source: plymouth Version: 0.8.5.1-5.17.201512031309 Replaces: plymouth Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.4), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.9.0), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.12.0), libgtk2.0-0 (>= 2.18.0), libpango1.0-0 (>= 1.14.0), plymouth, plymouth-drm (= 0.8.5.1-5.17.201512031309) Suggests: gdm Conflicts: plymouth (<< 0.8.3-10) Filename: 4.1-1/i386/plymouth-x11_0.8.5.1-5.17.201512031309_i386.deb Size: 17964 MD5sum: 153ee2979f55aff332bcb6b491451d9a SHA1: f6112a0ffe86d53121ac1d6caf0b8d955bc201bb SHA256: aa65237df51ea37fdf3176c0701280d7aa9ce1ff31650dfba6ae2f22d0ee0519 Description: Graphical Boot Animation and Logger Plymouth provides an attractive boot animation in place of the text messages that normally get shown. Text messages are instead redirected to a logfile for viewing after boot. . This package contains the x11 renderer and the log viewer. Homepage: http://www.freedesktop.org/wiki/Software/Plymouth Package: plymouth Priority: optional Section: misc Installed-Size: 497 Maintainer: Daniel Baumann Architecture: i386 Version: 0.8.5.1-5.17.201512031309 Depends: libc6 (>= 2.8), initramfs-tools Pre-Depends: multiarch-support Suggests: desktop-base, plymouth-drm Filename: 4.1-1/i386/plymouth_0.8.5.1-5.17.201512031309_i386.deb Size: 123734 MD5sum: f273127a90c67b05b3d13ee3525c8aca SHA1: 0c61dfd99ea112b87c50ed8c7ad40ddfb54285c8 SHA256: f4a1f53c36be34638dc5f578ffb61110e3e638fdf74d9117a2c1f355fdac070d Description: Graphical Boot Animation and Logger Plymouth provides an attractive boot animation in place of the text messages that normally get shown. Text messages are instead redirected to a logfile for viewing after boot. Homepage: http://www.freedesktop.org/wiki/Software/Plymouth Package: ppp-modules-4.1.0-ucs174-586-di Priority: optional Section: debian-installer Installed-Size: 155 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: ppp-modules Depends: kernel-image-4.1.0-ucs174-586-di, serial-modules-4.1.0-ucs174-586-di, crc-modules-4.1.0-ucs174-586-di Filename: 4.1-1/i386/ppp-modules-4.1.0-ucs174-586-di_4.1.6-1.174.201602110938_i386.udeb Size: 40660 MD5sum: 5fece8f3ee9057c835fe0864c5ecd3e6 SHA1: 5fd38cdc11969f658dd4b9aa51ab3d721e512857 SHA256: 24b7825767561ea8eef423f9842f5dcf19a2d8ba4103fbd9d884e3bfb38d707a Description: PPP drivers This package contains PPP drivers for the kernel. Kernel-Version: 4.1.0-ucs174-586 Package: ppp-modules-4.1.0-ucs174-686-pae-di Priority: optional Section: debian-installer Installed-Size: 155 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: ppp-modules Depends: kernel-image-4.1.0-ucs174-686-pae-di, serial-modules-4.1.0-ucs174-686-pae-di, crc-modules-4.1.0-ucs174-686-pae-di Filename: 4.1-1/i386/ppp-modules-4.1.0-ucs174-686-pae-di_4.1.6-1.174.201602110938_i386.udeb Size: 37998 MD5sum: b5741630968159d05767b606737c05c7 SHA1: 612f90b4ad990716d06511fbc47589d9a2ba5c4d SHA256: a678d04f9f2b70d157e92987ff5db9b09329ec2f7495939e936cb90eb5e10d2d Description: PPP drivers This package contains PPP drivers for the kernel. Kernel-Version: 4.1.0-ucs174-686-pae Package: python-ldb-dbg Priority: extra Section: debug Installed-Size: 194 Maintainer: Debian Samba Maintainers Architecture: i386 Source: ldb Version: 2:1.1.24-1.67.201512111426 Depends: python-ldb (= 2:1.1.24-1.67.201512111426) Recommends: python-dbg, python-talloc-dbg, python-tdb-dbg Filename: 4.1-1/i386/python-ldb-dbg_1.1.24-1.67.201512111426_i386.deb Size: 65220 MD5sum: 49939fe6008a083d2cdaaf9fd2614cf9 SHA1: a0c6694f84966416cf243522c2436ee3fc5ca20d SHA256: 19900198d41fcb5918e6b2e46fa08e0f8d375822dbab6b12e73b4b75c585624d Description: Python bindings for LDB - debug extension ldb is a LDAP-like embedded database built on top of TDB. . This package contains the Python debug extension. Homepage: http://ldb.samba.org/ Package: python-ldb-dev Priority: optional Section: libdevel Installed-Size: 54 Maintainer: Debian Samba Maintainers Architecture: i386 Source: ldb Version: 2:1.1.24-1.67.201512111426 Depends: libc6-dev, libldb-dev, pkg-config, python-ldb (= 2:1.1.24-1.67.201512111426) Filename: 4.1-1/i386/python-ldb-dev_1.1.24-1.67.201512111426_i386.deb Size: 8984 MD5sum: 46ccc45d8e49b7b83e2ee2fb3034b251 SHA1: d0b36e64dbaf1215b85a940b6dc8bff1f67333cb SHA256: b9d1035621d791455fd8adbf705eabfd9d52e57a9f69496840f0f53ff5679efa Description: LDB Python bindings - development files ldb is a LDAP-like embedded database built on top of TDB. . It is a fast database with an LDAP-like API designed to be used within an application. In some ways it can be seen as a intermediate solution between key-value pair databases and a real LDAP database. . This package contains the development files for the Python bindings. Homepage: http://ldb.samba.org/ Package: python-ldb Priority: optional Section: python Installed-Size: 159 Maintainer: Debian Samba Maintainers Architecture: i386 Source: ldb Version: 2:1.1.24-1.67.201512111426 Provides: python2.7-ldb Depends: libldb1 (= 2:1.1.24-1.67.201512111426), python (>= 2.7), python (<< 2.8), libc6 (>= 2.1.3), libpython2.7 (>= 2.7), libtalloc2 (>= 2.0.4~git20101213) Pre-Depends: multiarch-support Filename: 4.1-1/i386/python-ldb_1.1.24-1.67.201512111426_i386.deb Size: 40512 MD5sum: bf6f9e70b69ee4b3be5e5052dd299ca0 SHA1: 6c5a7722256f65e05976812063bd8ecd010a29a9 SHA256: cdfedfcf7b2c66d61d809ecd6813ca1691057ba9ac9a452827b6a70de71354ae Description: Python bindings for LDB ldb is a LDAP-like embedded database built on top of TDB. . This package contains the Python bindings. Homepage: http://ldb.samba.org/ Package: python-libxml2-dbg Priority: extra Section: debug Installed-Size: 1414 Maintainer: Debian XML/SGML Group Architecture: i386 Source: libxml2 Version: 2.8.0+dfsg1-7.53.201601291602 Provides: python2.6-libxml2-dbg, python2.7-libxml2-dbg Depends: python-dbg, python-libxml2 (= 2.8.0+dfsg1-7.53.201601291602), libc6 (>= 2.4), liblzma5 (>= 5.1.1alpha+20110809), libxml2 (>= 2.8.0), zlib1g (>= 1:1.1.4) Filename: 4.1-1/i386/python-libxml2-dbg_2.8.0+dfsg1-7.53.201601291602_i386.deb Size: 668780 MD5sum: 05b28b09a6fc85b0e8569ba6d16b2822 SHA1: a8301d89be6e2d63635ca77828b40cb340c3107c SHA256: 117b4ed646ae6c25d06559f5dae5bf95c1f4df7d261c692086e1b8a14cb89b0f 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. Homepage: http://xmlsoft.org/ Package: python-libxml2 Priority: optional Section: python Installed-Size: 1229 Maintainer: Debian XML/SGML Group Architecture: i386 Source: libxml2 Version: 2.8.0+dfsg1-7.53.201601291602 Provides: python2.6-libxml2, python2.7-libxml2 Depends: libc6 (>= 2.4), liblzma5 (>= 5.1.1alpha+20110809), libxml2 (>= 2.8.0), zlib1g (>= 1:1.1.4), python (>= 2.6.6-7~), python (<< 2.8) Filename: 4.1-1/i386/python-libxml2_2.8.0+dfsg1-7.53.201601291602_i386.deb Size: 343494 MD5sum: 015c3013ac45ca45bc03d272b5f3faaa SHA1: 8a5d8b69bafa779b2aab532b0427151191165f8a SHA256: 95b2682532635fc950c4b856883bc8c8fa71b348a5629b334246952fb7b75987 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. Homepage: http://xmlsoft.org/ Package: python-pylibmc-dbg Priority: extra Section: debug Installed-Size: 416 Maintainer: Debian Python Modules Team Architecture: i386 Source: pylibmc Version: 1.2.2-1.5.201511241415 Depends: libc6 (>= 2.3.6-6~), libmemcached10, zlib1g (>= 1:1.1.4), python-dbg, python-pylibmc (= 1.2.2-1.5.201511241415) Filename: 4.1-1/i386/python-pylibmc-dbg_1.2.2-1.5.201511241415_i386.deb Size: 155044 MD5sum: 29ccc1001b4392232ad2b76e3e3bd522 SHA1: cd931578469dd38acba8078e086514aef39fb429 SHA256: c4f3c716621aa3ef3ff224ec00aa43d51367d919d7cb33e947db67d40d387bc8 Description: libmemcached wrapper (debug mode) Pylibmc is a Python wrapper around the accompanying C Python extension _pylibmc, which is a wrapper around libmemcached from TangentOrg. It also manages pooling in a multi-threading environment. . This package provides the debug mode. Homepage: http://pypi.python.org/pypi/pylibmc/ Package: python-pylibmc Priority: optional Section: python Installed-Size: 172 Maintainer: Debian Python Modules Team Architecture: i386 Source: pylibmc Version: 1.2.2-1.5.201511241415 Depends: python (>= 2.6.6-7~), python (<< 2.8), libc6 (>= 2.3.6-6~), libmemcached10, zlib1g (>= 1:1.1.4) Suggests: memcached Filename: 4.1-1/i386/python-pylibmc_1.2.2-1.5.201511241415_i386.deb Size: 45110 MD5sum: ce3c80f01834671496a7dcd7b3e88a1d SHA1: bf5ff8d4400e5ff9d1649f11b1dfdad5a0150efc SHA256: 49ff4b25c10e29e4486423c05c859225bc2c1d1504a71c99751f5a015405abd6 Description: libmemcached wrapper Pylibmc is a Python wrapper around the accompanying C Python extension _pylibmc, which is a wrapper around libmemcached from TangentOrg. It also manages pooling in a multi-threading environment. Homepage: http://pypi.python.org/pypi/pylibmc/ Package: python-samba Priority: optional Section: python Installed-Size: 7531 Maintainer: Debian Samba Maintainers Architecture: i386 Source: samba Version: 2:4.3.3-1.812.201512111459 Provides: python2.7-samba Depends: python-ldb (>= 1.1.2~), python-tdb, python-ntdb, python-crypto, python (>= 2.7), python (<< 2.8), libattr1 (>= 1:2.4.46-8), libbsd0 (>= 0.0), libc6 (>= 2.4), libldb1 (>= 0.9.21), libpython2.7 (>= 2.7), libtalloc2 (>= 2.0.4~git20101213), libtevent0 (>= 0.9.16), python-talloc (>= 2.0.6), samba-libs (= 2:4.3.3-1.812.201512111459) Filename: 4.1-1/i386/python-samba_4.3.3-1.812.201512111459_i386.deb Size: 1703634 MD5sum: 8a925e8e872a0f9183fcefa727500164 SHA1: 91ab93f77a79d8ec554c9c7004536e35afa16818 SHA256: 52be157f8883342365c954d4b18c56db5ceb78903726aaf3ab4ca0f1af46257b Description: Python bindings for Samba Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as a domain controller or member server in both NT4-style and Active Directory domains. . This package contains Python bindings for most Samba libraries. Homepage: http://www.samba.org Package: python-talloc-dbg Priority: extra Section: debug Installed-Size: 90 Maintainer: Debian Samba Maintainers Architecture: i386 Source: talloc Version: 2.1.5-1.41.201512111354 Depends: python-talloc (= 2.1.5-1.41.201512111354) Pre-Depends: multiarch-support Recommends: python-dbg, libtalloc2-dbg Filename: 4.1-1/i386/python-talloc-dbg_2.1.5-1.41.201512111354_i386.deb Size: 17266 MD5sum: 5e98d89b250335036fd941e4d182c4e4 SHA1: 62289b86b8398c231626397737d78445e2e38881 SHA256: a86819d29e154ccddb9ba4420f2360930c7f729e610194f7d0cbc209717602cd Description: hierarchical pool based memory allocator - Python debug extension A hierarchical pool based memory allocator with destructors. It uses reference counting to determine when memory should be freed. . This package contains the Python debug extension. Homepage: http://talloc.samba.org/ Package: python-talloc-dev Priority: optional Section: libdevel Installed-Size: 59 Maintainer: Debian Samba Maintainers Architecture: i386 Source: talloc Version: 2.1.5-1.41.201512111354 Depends: python-talloc (= 2.1.5-1.41.201512111354), pkg-config Filename: 4.1-1/i386/python-talloc-dev_2.1.5-1.41.201512111354_i386.deb Size: 7488 MD5sum: 6f66f24b4d5561700c2fa9a5ed2b8c8d SHA1: 3e2573370d9699325e97223a439b449cbce957dd SHA256: e3a87861351630231bdfd2fa7ab8231bc9970cef6726b0b35b395d276b9220ed Description: talloc Python bindings - development files A hierarchical pool based memory allocator with destructors. It uses reference counting to determine when memory should be freed. . This package contains the development files for the Python bindings. Homepage: http://talloc.samba.org/ Package: python-talloc Priority: optional Section: python Installed-Size: 85 Maintainer: Debian Samba Maintainers Architecture: i386 Source: talloc Version: 2.1.5-1.41.201512111354 Provides: python2.7-talloc Depends: libc6 (>= 2.3.6-6~), libpython2.7 (>= 2.7), libtalloc2 (>= 2.0.4~git20101213), python (>= 2.7), python (<< 2.8) Pre-Depends: multiarch-support Filename: 4.1-1/i386/python-talloc_2.1.5-1.41.201512111354_i386.deb Size: 12072 MD5sum: d7fd075a0bf4d3cd0fd4985a3f4d29d3 SHA1: 46f2f1c60dd81d24e2e00f79503201a4012e534b SHA256: d1b6e07abbfd9d25f41a7cb6c39769dfe4b9b257267d52ab831794c9ce54f0af Description: hierarchical pool based memory allocator - Python bindings A hierarchical pool based memory allocator with destructors. It uses reference counting to determine when memory should be freed. . This package contains the Python bindings. Homepage: http://talloc.samba.org/ Package: python-tdb-dbg Priority: extra Section: debug Installed-Size: 100 Maintainer: Debian Samba Maintainers Architecture: i386 Source: tdb Version: 1.3.8-1.54.201512111342 Depends: python-tdb (= 1.3.8-1.54.201512111342) Recommends: python-dbg, libtdb1-dbg Filename: 4.1-1/i386/python-tdb-dbg_1.3.8-1.54.201512111342_i386.deb Size: 25444 MD5sum: 89a6844bc3f442d3c8b65881bede2be5 SHA1: 8de4f2ab843dde59b093da09d610410f9f8b4915 SHA256: 8bcd7be7456208f6d609d7acd99dca86ee64b139801f6c71b2f082b68907b047 Description: Python bindings for TDB - debug extension This is a simple database API. It is modelled after the structure of GDBM. TDB features, unlike GDBM, multiple writers support with appropriate locking and transactions. . This package contains the Python debug extension. Homepage: http://tdb.samba.org/ Package: python-tdb Priority: optional Section: python Installed-Size: 89 Maintainer: Debian Samba Maintainers Architecture: i386 Source: tdb Version: 1.3.8-1.54.201512111342 Provides: python2.7-tdb Depends: libtdb1 (= 1.3.8-1.54.201512111342), python (>= 2.7~), python (<< 2.8), libc6 (>= 2.1.3) Filename: 4.1-1/i386/python-tdb_1.3.8-1.54.201512111342_i386.deb Size: 19066 MD5sum: 14c04eb3587d0986d16bf6fae1e9bb82 SHA1: f7c2139c4aea2d1c61a56ce4c3341024aebb9b47 SHA256: eca83a07e5493f05080a785e3839172c822c9aa2ffde35e86b71d14de1ad7a25 Description: Python bindings for TDB This is a simple database API. It is modelled after the structure of GDBM. TDB features, unlike GDBM, multiple writers support with appropriate locking and transactions. . This package contains the Python bindings. Homepage: http://tdb.samba.org/ Package: python-tevent-dbg Priority: extra Section: debug Installed-Size: 32 Maintainer: Debian Samba Maintainers Architecture: i386 Source: tevent Version: 0.9.26-1.33.201512111415 Depends: python-tevent (= 0.9.26-1.33.201512111415) Recommends: python-dbg, libtevent0-dbg Filename: 4.1-1/i386/python-tevent-dbg_0.9.26-1.33.201512111415_i386.deb Size: 5246 MD5sum: 65676c6b0027d54dcf91a8c9eaefd7ef SHA1: 8cabd65e9763a1238681e086c9eb7b3a11399ca0 SHA256: 8ec56dd9c22a8e081332fa4cc48f9fffc8ce5ccc01fd432a3b1283ab7620f6bf Description: talloc-based event loop library - development files tevent is a simple library that can handle the main event loop for an application. It supports three kinds of events: timed events, file descriptors becoming readable or writable and signals. . Talloc is used for memory management, both internally and for private data provided by users of the library. . This package contains the Python debug extension. Homepage: http://tevent.samba.org/ Package: python-tevent Priority: optional Section: python Installed-Size: 71 Maintainer: Debian Samba Maintainers Architecture: i386 Source: tevent Version: 0.9.26-1.33.201512111415 Provides: python2.7-tevent Depends: libc6 (>= 2.1.3), libtalloc2 (>= 2.0.4~git20101213), libtevent0 (>= 0.9.9), python (>= 2.7), python (<< 2.8) Filename: 4.1-1/i386/python-tevent_0.9.26-1.33.201512111415_i386.deb Size: 12832 MD5sum: 471d7bccb08a37e67008ba7de8c7b65b SHA1: 2aca714ec9a529b1f6d788d7d4a34fe92e2dfe05 SHA256: 52f067316243038a92c9c15d86ff695600e9d481f581667b4eed1efc7ba1ad87 Description: talloc-based event loop library - development files tevent is a simple library that can handle the main event loop for an application. It supports three kinds of events: timed events, file descriptors becoming readable or writable and signals. . Talloc is used for memory management, both internally and for private data provided by users of the library. . This package contains the Python bindings. Homepage: http://tevent.samba.org/ Package: registry-tools Priority: optional Section: net Installed-Size: 233 Maintainer: Debian Samba Maintainers Architecture: i386 Source: samba Version: 2:4.3.3-1.812.201512111459 Replaces: samba-doc (<< 2:4.0.5~) Depends: libc6 (>= 2.2), libpopt0 (>= 1.14), libreadline6 (>= 6.0), libtalloc2 (>= 2.0.4~git20101213), samba-libs (= 2:4.3.3-1.812.201512111459) Conflicts: samba-doc (<< 2:4.0.5~) Filename: 4.1-1/i386/registry-tools_4.3.3-1.812.201512111459_i386.deb Size: 125304 MD5sum: d2242cbfab85ec65308a803aeedf9aaf SHA1: 17d87a6d0fee319193ce6c5a458ad8b1652f8ae1 SHA256: 23aa3fc4f2342adec8ab8b29ad977eb0ad7c497f03c8f59eecd3f355eab31d7c Description: tools for viewing and manipulating the Windows registry Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as a domain controller or member server in both NT4-style and Active Directory domains. . This package contains tools for viewing and manipulating the binary "registry" found on Windows machines, both locally and remote. Homepage: http://www.samba.org Package: rpcbind Priority: standard Section: net Installed-Size: 141 Maintainer: Anibal Monsalve Salazar Architecture: i386 Version: 0.2.0-8.8.201511231144 Provides: portmap Depends: libc6 (>= 2.4), libtirpc1, libwrap0 (>= 7.6-4~), lsb-base (>= 3.2-14), insserv (>= 1.14.0-2.1) | file-rc, initscripts (>= 2.88dsf-13.3) Conflicts: portmap Filename: 4.1-1/i386/rpcbind_0.2.0-8.8.201511231144_i386.deb Size: 44520 MD5sum: 7cf8fccb5fca7b1c523aabdce5dc20c5 SHA1: 6d0457afbd1f7b435a50edcc482c6d7df431fe78 SHA256: 7e5a02ff47d5dcfd142840230137a8a6bdf9f1217a6591622a90acd6a3197931 Description: converts RPC program numbers into universal addresses The rpcbind utility is a server that converts RPC program numbers into universal addresses. Homepage: http://sourceforge.net/projects/rpcbind/ Package: samba-common-bin Priority: optional Section: net Installed-Size: 1563 Maintainer: Debian Samba Maintainers Architecture: i386 Source: samba Version: 2:4.3.3-1.812.201512111459 Replaces: python-samba (<< 2:4.0.6~), samba-common (<< 2:3.4.0~pre2-1), samba-doc (<< 2:4.0.5~), samba4-common (<< 4.0.0~alpha7-1), samba4-common-bin Depends: python, python-samba, samba-common (= 2:4.3.3-1.812.201512111459), python2.7, libbsd0 (>= 0.0), libc6 (>= 2.4), libcomerr2 (>= 1.01), libldap-2.4-2 (>= 2.4.7), libncurses5 (>= 5.5-5~), libpopt0 (>= 1.14), libreadline6 (>= 6.0), libtalloc2 (>= 2.0.4~git20101213), libtdb1 (>= 1.2.7+git20101214), libtevent0 (>= 0.9.12), libtinfo5, libwbclient0 (>= 2:4.0.3+dfsg1), samba-libs (= 2:4.3.3-1.812.201512111459) Suggests: heimdal-clients Conflicts: samba (<< 2:3.3.0~rc2-5), samba-common (<< 2:3.3.0~rc2-5), samba-doc (<< 2:4.0.5~) Filename: 4.1-1/i386/samba-common-bin_4.3.3-1.812.201512111459_i386.deb Size: 705592 MD5sum: 67dfba564687a3bd83aa2941c15680d8 SHA1: f6d0273f1f93906172e1de64693bcac8b8a87234 SHA256: 6e179d0f5f8f8aaa617bf4605d54fcf255e57cc27547288f205352c0f7eebb34 Description: Samba common files used by both the server and the client Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as a domain controller or member server in both NT4-style and Active Directory domains. . This package contains the common files that are used by both the server (provided in the samba package) and the client (provided in the samba-clients package). Homepage: http://www.samba.org Package: samba-dbg Priority: extra Section: debug Installed-Size: 83935 Maintainer: Debian Samba Maintainers Architecture: i386 Source: samba Version: 2:4.3.3-1.812.201512111459 Depends: samba (= 2:4.3.3-1.812.201512111459) Pre-Depends: dpkg (>= 1.15.6~) Filename: 4.1-1/i386/samba-dbg_4.3.3-1.812.201512111459_i386.deb Size: 32520504 MD5sum: a39496603521a967bacf195e39eee704 SHA1: 86c293e1c59d99aa3799bd82e05dbf8f9bc0f860 SHA256: 705d637f733ad958484db8cb9349947810f4fff90340f217239ec7db7888ee93 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. Homepage: http://www.samba.org Package: samba-dev Priority: optional Section: devel Installed-Size: 1933 Maintainer: Debian Samba Maintainers Architecture: i386 Source: samba Version: 2:4.3.3-1.812.201512111459 Replaces: libdcerpc-dev (<< 2:4.0.9), libdcerpc-server-dev (<< 2:4.0.9), libgensec-dev (<< 2:4.0.9), libndr-dev (<< 2:4.0.9), libndr-standard-dev (<< 2:4.0.9), libnetapi-dev (<< 2:4.0.9), libregistry-dev (<< 2:4.0.9), libsamba-credentials-dev (<< 2:4.0.9), libsamba-hostconfig-dev (<< 2:4.0.9), libsamba-policy-dev (<< 2:4.0.9), libsamba-util-dev (<< 2:4.0.9), libsamdb (<< 2:4.0.9), libsmbclient-raw-dev (<< 2:4.0.9), libsmbd-dev (<< 2:4.0.9), libtorture-dev (<< 2:4.0.9), samba4-dev Depends: libc6-dev, libldb-dev, libparse-pidl-perl, libpopt-dev, libtalloc-dev, libtdb-dev (>= 1.2.11), samba-libs (= 2:4.3.3-1.812.201512111459) Breaks: libdcerpc-dev (<< 2:4.0.9), libdcerpc-server-dev (<< 2:4.0.9), libgensec-dev (<< 2:4.0.9), libndr-dev (<< 2:4.0.9), libndr-standard-dev (<< 2:4.0.9), libnetapi-dev (<< 2:4.0.9), libregistry-dev (<< 2:4.0.9), libsamba-credentials-dev (<< 2:4.0.9), libsamba-hostconfig-dev (<< 2:4.0.9), libsamba-policy-dev (<< 2:4.0.9), libsamba-util-dev (<< 2:4.0.9), libsamdb (<< 2:4.0.9), libsmbclient-raw-dev (<< 2:4.0.9), libsmbd-dev (<< 2:4.0.9), libtorture-dev (<< 2:4.0.9) Filename: 4.1-1/i386/samba-dev_4.3.3-1.812.201512111459_i386.deb Size: 404884 MD5sum: 9e70778ce83212397b0deed907c03551 SHA1: c5f7a01d3a5307faeadd8ca9f0c847419c841841 SHA256: 6103b599d92013fbc0f0f083d4b25e5a91f0ef6617c1ec73e4409e0488be3f56 Description: tools for extending Samba Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as a domain controller or member server in both NT4-style and Active Directory domains. . This package contains include files shared by the various Samba-based libraries. Homepage: http://www.samba.org Package: samba-dsdb-modules Priority: optional Section: libs Installed-Size: 1095 Maintainer: Debian Samba Maintainers Architecture: i386 Source: samba Version: 2:4.3.3-1.812.201512111459 Replaces: libgensec0 (<< 4.0.0~alpha17~git20110724.dfsg1-1), samba-libs (<< 2:4.1.9+dfsg-2) Depends: libbsd0 (>= 0.0), libc6 (>= 2.4), libcomerr2 (>= 1.01), libldb1 (>= 1:1.1.6), libpopt0 (>= 1.14), libtalloc2 (>= 2.0.4~git20101213), libtdb1 (>= 1.2.7+git20101214), libtevent0 (>= 0.9.9), samba-libs (= 2:4.3.3-1.812.201512111459) Filename: 4.1-1/i386/samba-dsdb-modules_4.3.3-1.812.201512111459_i386.deb Size: 410774 MD5sum: ee20fbcb39b2971a45a9bcbf152446a3 SHA1: 86fd3c1e357b469723ea6a7bc6cd256825da15cb SHA256: dcdaa886a17be9c2c930154b49efd9e3621b5e95c70b870c449bbb87e0429f6f Description: Samba Directory Services Database Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as a domain controller or member server in both NT4-style and Active Directory domains. . This package contains LDB plugins which add support for various Active Directory features to the LDB library. Enhances: libldb1 Homepage: http://www.samba.org Package: samba-libs Priority: optional Section: libs Installed-Size: 22794 Maintainer: Debian Samba Maintainers Architecture: i386 Source: samba Version: 2:4.3.3-1.812.201512111459 Replaces: libdcerpc-server0 (<< 2:4.0.9), libdcerpc0 (<< 2:4.0.9), libgensec0 (<< 2:4.0.9), libndr-standard0 (<< 2:4.0.9), libndr0 (<< 2:4.0.9), libnetapi0 (<< 2:4.0.9), libregistry0 (<< 2:4.0.9), libsamba-credentials0 (<< 2:4.0.9), libsamba-hostconfig0 (<< 2:4.0.9), libsamba-policy0 (<< 2:4.0.9), libsamba-util0 (<< 2:4.0.9), libsamdb0 (<< 2:4.0.9), libsmbclient-raw0 (<< 2:4.0.9), libsmbd0 (<< 2:4.0.9), libtorture0 (<< 2:4.0.9) Depends: libldb1 (<< 2:1.1.25~), libldb1 (>> 2:1.1.24~), libacl1 (>= 2.2.51-8), libattr1 (>= 1:2.4.46-8), libbsd0 (>= 0.3.0), libc6 (>= 2.12), libcap2 (>= 2.10), libcomerr2 (>= 1.41.11), libcups2 (>= 1.4.0), libgcrypt11 (>= 1.4.5), libgnutls26 (>= 2.12.17-0), libldap-2.4-2 (>= 2.4.7), libpam0g (>= 0.99.7.1), libpopt0 (>= 1.14), libpython2.7 (>= 2.7), libtalloc2 (>= 2.1.0), libtdb1 (>= 1.3.0), libtevent0 (>= 0.9.21), libwbclient0 (>= 2:4.0.3+dfsg1), python-talloc (>= 2.0.6), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Conflicts: libpam-smbpass (<< 2:4), samba (<< 2:4), samba-common-bin (<< 2:4), samba-dsdb-modules (<< 2:4.1.9+dfsg-2), winbind (<< 2:4) Breaks: libdcerpc-server0 (<< 2:4.0.9), libdcerpc0 (<< 2:4.0.9), libgensec0 (<< 2:4.0.9), libndr-standard0 (<< 2:4.0.9), libndr0 (<< 2:4.0.9), libnetapi0 (<< 2:4.0.9), libregistry0 (<< 2:4.0.9), libsamba-credentials0 (<< 2:4.0.9), libsamba-hostconfig0 (<< 2:4.0.9), libsamba-policy0 (<< 2:4.0.9), libsamba-util0 (<< 2:4.0.9), libsamdb0 (<< 2:4.0.9), libsmbclient-raw0 (<< 2:4.0.9), libsmbd0 (<< 2:4.0.9), libtorture0 (<< 2:4.0.9) Filename: 4.1-1/i386/samba-libs_4.3.3-1.812.201512111459_i386.deb Size: 7964086 MD5sum: eacdf7fb575567c157959ee2fc8bb6e5 SHA1: d76c9887de1fd5cfc9e5c9d8bda14e0116f642c0 SHA256: 22d606c18573807ced886726bc2344c1b0c52f841b764a3e2442e95dc6043921 Description: Samba core libraries Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as a domain controller or member server in both NT4-style and Active Directory domains. . This package contains the shared libraries. Multi-Arch: same Homepage: http://www.samba.org Package: samba-testsuite Priority: optional Section: net Installed-Size: 8108 Maintainer: Debian Samba Maintainers Architecture: i386 Source: samba Version: 2:4.3.3-1.812.201512111459 Replaces: samba-doc (<< 2:4.0.5~), samba-libs (<< 2:4.0.10+dfsg-4), samba-tools, samba4-testsuite Depends: samba-common-bin, libattr1 (>= 1:2.4.46-8), libbsd0 (>= 0.0), libc6 (>= 2.4), libcomerr2 (>= 1.01), libldb1 (>= 0.9.21), libpopt0 (>= 1.14), libreadline6 (>= 6.0), libsmbclient (>= 2:4.0.3+dfsg1), libtalloc2 (>= 2.1.0), libtdb1 (>= 1.2.7+git20101214), libtevent0 (>= 0.9.16), libwbclient0 (= 2:4.3.3-1.812.201512111459), samba-libs (= 2:4.3.3-1.812.201512111459) Recommends: subunit Conflicts: samba-doc (<< 2:4.0.5~), samba-libs (<< 2:4.0.10+dfsg-4) Filename: 4.1-1/i386/samba-testsuite_4.3.3-1.812.201512111459_i386.deb Size: 2275846 MD5sum: 4a8d7b92e2e95dfa1012e8f78aa3bff7 SHA1: 078775bdbb9946b4018d155b113760ea35ac4c88 SHA256: f7c42949a68d2cc30bd0351ff9c09cc705d97a82f3a167ebeda1e83af23e22e3 Description: test suite from Samba Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as a domain controller or member server in both NT4-style and Active Directory domains. . This package contains programs for testing the reliability and speed of SMB servers, Samba in particular. Homepage: http://www.samba.org Package: samba-vfs-modules Priority: optional Section: net Installed-Size: 1060 Maintainer: Debian Samba Maintainers Architecture: i386 Source: samba Version: 2:4.3.3-1.812.201512111459 Replaces: samba-libs (<< 2:4.3.0~rc3-1) Depends: libaio1 (>= 0.3.93), libattr1 (>= 1:2.4.46-8), libbsd0 (>= 0.0), libc6 (>= 2.11), libtalloc2 (>= 2.0.4~git20101213), libtdb1 (>= 1.2.7+git20101214), libtevent0 (>= 0.9.9), samba-libs (= 2:4.3.3-1.812.201512111459) Breaks: samba-libs (<< 2:4.3.0~rc3-1) Filename: 4.1-1/i386/samba-vfs-modules_4.3.3-1.812.201512111459_i386.deb Size: 438976 MD5sum: 52831fc416de5e192d15f8531bf5dccc SHA1: 8bd0a7c7aeeb1ec5b44125a9f302ca86de266447 SHA256: 06bbde24ed3f4dcf62c7276e267149a13174e1209b2be15e6c5720ab406268b4 Description: Samba Virtual FileSystem plugins Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as a domain controller or member server in both NT4-style and Active Directory domains. . This package contains plugins for the Samba server Virtual FileSystem. Enhances: samba Homepage: http://www.samba.org Package: samba Priority: optional Section: net Installed-Size: 10991 Maintainer: Debian Samba Maintainers Architecture: i386 Version: 2:4.3.3-1.812.201512111459 Replaces: libsamdb0 (<< 4.0.0~alpha17~), python-samba (<< 2:4.1.4+dfsg-3), samba-ad-dc, samba-common (<= 2.0.5a-2), samba-doc (<< 2:4.0.5~), samba-libs (<< 2:4.1.4+dfsg-2), samba4 Depends: adduser, libpam-modules, libpam-runtime (>= 1.0.1-11), lsb-base (>= 4.1+Debian), procps, python (>= 2.7), python-dnspython, python-ntdb, python-samba, samba-common (= 2:4.3.3-1.812.201512111459), samba-common-bin (= 2:4.3.3-1.812.201512111459), samba-dsdb-modules, tdb-tools, update-inetd, python (<< 2.8), python2.7, libbsd0 (>= 0.2.0), libc6 (>= 2.4), libcomerr2 (>= 1.01), libldb1 (>= 0.9.21), libpopt0 (>= 1.14), libpython2.7 (>= 2.7), libtalloc2 (>= 2.0.4~git20101213), libtdb1 (>= 1.2.7+git20101214), libtevent0 (>= 0.9.16), samba-libs (= 2:4.3.3-1.812.201512111459) Pre-Depends: dpkg (>= 1.15.7.2), multiarch-support Recommends: attr, logrotate, samba-vfs-modules Suggests: bind9 (>= 1:9.5.1), bind9utils, ctdb, ldb-tools, ntp, smbldap-tools, winbind Conflicts: libldb1 (<< 1:1.1.15), samba (<< 2:3.3.0~rc2-5), samba-ad-dc, samba-doc (<< 2:4.0.5~), samba-tools, samba4 (<< 4.0.0~alpha6-2) Filename: 4.1-1/i386/samba_4.3.3-1.812.201512111459_i386.deb Size: 1838372 MD5sum: 2889446923ff95cc6c2088f8f3008080 SHA1: 22f8279023c03cc2e4c04f8d0954b051b009982e SHA256: 9ea925e9047f26c1e601da5819a91e602060af0ec0d0aa1f27a21882a01da833 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 or as an NT4 or Active Directory domain controller. 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). Enhances: bind9, ntp Homepage: http://www.samba.org Package: sata-modules-4.1.0-ucs174-586-di Priority: standard Section: debian-installer Installed-Size: 588 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: sata-modules Depends: kernel-image-4.1.0-ucs174-586-di, scsi-core-modules-4.1.0-ucs174-586-di, ata-modules-4.1.0-ucs174-586-di Filename: 4.1-1/i386/sata-modules-4.1.0-ucs174-586-di_4.1.6-1.174.201602110938_i386.udeb Size: 157186 MD5sum: 79c6af59805e2cf96c6c4f219753d658 SHA1: 583b35aa293c93dfa2f3da79ac22484d4e22139d SHA256: a7d1d0221903ff06f60baa6d427076db53119883cfe023e0918401e843c04574 Description: SATA drivers This package contains SATA drivers for the kernel. Kernel-Version: 4.1.0-ucs174-586 Package: sata-modules-4.1.0-ucs174-686-pae-di Priority: standard Section: debian-installer Installed-Size: 587 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: sata-modules Depends: kernel-image-4.1.0-ucs174-686-pae-di, scsi-core-modules-4.1.0-ucs174-686-pae-di, ata-modules-4.1.0-ucs174-686-pae-di Filename: 4.1-1/i386/sata-modules-4.1.0-ucs174-686-pae-di_4.1.6-1.174.201602110938_i386.udeb Size: 149076 MD5sum: f8c3fd22e97a62e9ae00e2236f4842b0 SHA1: 3a81e17aad1c9ce5c0780dfbe8a187a8bda22f49 SHA256: 641ddac767d3367c5dfc499aa6d233c7a9ecfcc36b9604a0521c0d435fa15190 Description: SATA drivers This package contains SATA drivers for the kernel. Kernel-Version: 4.1.0-ucs174-686-pae Package: scsi-common-modules-4.1.0-ucs174-586-di Priority: standard Section: debian-installer Installed-Size: 533 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: scsi-common-modules Depends: kernel-image-4.1.0-ucs174-586-di, scsi-core-modules-4.1.0-ucs174-586-di, cdrom-core-modules-4.1.0-ucs174-586-di Filename: 4.1-1/i386/scsi-common-modules-4.1.0-ucs174-586-di_4.1.6-1.174.201602110938_i386.udeb Size: 160812 MD5sum: e5163b61c7e6cec79d15986afaea316d SHA1: a22a25514bcf580cbdbc14000fc5b1b4186f2e4c SHA256: 0f1e9a591e8471fd3e723b63f4536e661ba3a180e8bee1fb5b7a372ecc8298c1 Description: Very common SCSI drivers This package contains very common SCSI drivers for the kernel. Kernel-Version: 4.1.0-ucs174-586 Package: scsi-common-modules-4.1.0-ucs174-686-pae-di Priority: standard Section: debian-installer Installed-Size: 530 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: scsi-common-modules Depends: kernel-image-4.1.0-ucs174-686-pae-di, scsi-core-modules-4.1.0-ucs174-686-pae-di, cdrom-core-modules-4.1.0-ucs174-686-pae-di Filename: 4.1-1/i386/scsi-common-modules-4.1.0-ucs174-686-pae-di_4.1.6-1.174.201602110938_i386.udeb Size: 158648 MD5sum: 5861c0674e4e08793c4ea5e464ee5105 SHA1: 099265d8a7e719d69084ec9edc0416aea7e0784a SHA256: 1b65d04d1a42e21eebddc3f3208d3f20cd49cbe57eeed780a11adb676e0d53d1 Description: Very common SCSI drivers This package contains very common SCSI drivers for the kernel. Kernel-Version: 4.1.0-ucs174-686-pae Package: scsi-core-modules-4.1.0-ucs174-586-di Priority: standard Section: debian-installer Installed-Size: 456 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: scsi-core-modules Depends: kernel-image-4.1.0-ucs174-586-di Filename: 4.1-1/i386/scsi-core-modules-4.1.0-ucs174-586-di_4.1.6-1.174.201602110938_i386.udeb Size: 123570 MD5sum: c778a35c8a6780e3a64a73b52d6840d6 SHA1: 4d33142c7efbcc4a131c62f48154de9e3132716e SHA256: c7ac72ba87b0bf5c83b07b70cb1e6530fc43fd97c6f7015773e5f74dd8f4dff9 Description: Core SCSI subsystem This package contains the core SCSI subsystem for the kernel. Kernel-Version: 4.1.0-ucs174-586 Package: scsi-core-modules-4.1.0-ucs174-686-pae-di Priority: standard Section: debian-installer Installed-Size: 456 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: scsi-core-modules Depends: kernel-image-4.1.0-ucs174-686-pae-di Filename: 4.1-1/i386/scsi-core-modules-4.1.0-ucs174-686-pae-di_4.1.6-1.174.201602110938_i386.udeb Size: 122210 MD5sum: 5ffded11f377075232f60f3bac613005 SHA1: 725a1c909de298876df2ea09894ecbb751777ddc SHA256: a9f6cf585b224c9f1703e1ac9dabf119c35418496e38847d806bf7b1d202d051 Description: Core SCSI subsystem This package contains the core SCSI subsystem for the kernel. Kernel-Version: 4.1.0-ucs174-686-pae Package: scsi-extra-modules-4.1.0-ucs174-586-di Priority: standard Section: debian-installer Installed-Size: 5215 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: scsi-extra-modules Depends: scsi-modules-4.1.0-ucs174-586-di, scsi-core-modules-4.1.0-ucs174-586-di, core-modules-4.1.0-ucs174-586-di Filename: 4.1-1/i386/scsi-extra-modules-4.1.0-ucs174-586-di_4.1.6-1.174.201602110938_i386.udeb Size: 1595026 MD5sum: ca63f3bdfd49f78ba9a472273bbe1adc SHA1: 1567285756aef2bc2f71b3087ebeaa197f98bd34 SHA256: 73a3ad6f4560201a1ced5104bf65c4fd83c41705aab88d7f399fa4ed9609cdad Description: Uncommon SCSI drivers This package contains uncommon SCSI drivers for the kernel. This includes SCSI RAID drivers, and some of the less common SCSI controllers. Kernel-Version: 4.1.0-ucs174-586 Package: scsi-extra-modules-4.1.0-ucs174-686-pae-di Priority: standard Section: debian-installer Installed-Size: 5246 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: scsi-extra-modules Depends: scsi-modules-4.1.0-ucs174-686-pae-di, scsi-core-modules-4.1.0-ucs174-686-pae-di, core-modules-4.1.0-ucs174-686-pae-di Filename: 4.1-1/i386/scsi-extra-modules-4.1.0-ucs174-686-pae-di_4.1.6-1.174.201602110938_i386.udeb Size: 1596514 MD5sum: dc7dfa92cc8c49b10a81f179a68092f5 SHA1: 697f02015113ed4fa0eb97e9fad7a7c4687dc29e SHA256: 661a7c9332da880408825485bbe68a95ac9f15ad7c73dd030c7b317acb0666f6 Description: Uncommon SCSI drivers This package contains uncommon SCSI drivers for the kernel. This includes SCSI RAID drivers, and some of the less common SCSI controllers. Kernel-Version: 4.1.0-ucs174-686-pae Package: scsi-modules-4.1.0-ucs174-586-di Priority: standard Section: debian-installer Installed-Size: 1280 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: scsi-modules Depends: kernel-image-4.1.0-ucs174-586-di, scsi-core-modules-4.1.0-ucs174-586-di, cdrom-core-modules-4.1.0-ucs174-586-di, core-modules-4.1.0-ucs174-586-di, ata-modules-4.1.0-ucs174-586-di Filename: 4.1-1/i386/scsi-modules-4.1.0-ucs174-586-di_4.1.6-1.174.201602110938_i386.udeb Size: 400744 MD5sum: 216b5f77ab8de305074dc8d7cddf3423 SHA1: a69dd24e7353d6487139181ed6083208d6f43c65 SHA256: 09ec2db9798c86a2360075fedc8fd3ab892f6492d27b422cc0f0e7325656d48f Description: SCSI drivers This package contains SCSI drivers for the kernel. Kernel-Version: 4.1.0-ucs174-586 Package: scsi-modules-4.1.0-ucs174-686-pae-di Priority: standard Section: debian-installer Installed-Size: 1269 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: scsi-modules Depends: kernel-image-4.1.0-ucs174-686-pae-di, scsi-core-modules-4.1.0-ucs174-686-pae-di, cdrom-core-modules-4.1.0-ucs174-686-pae-di, core-modules-4.1.0-ucs174-686-pae-di, ata-modules-4.1.0-ucs174-686-pae-di Filename: 4.1-1/i386/scsi-modules-4.1.0-ucs174-686-pae-di_4.1.6-1.174.201602110938_i386.udeb Size: 385272 MD5sum: 12997dd83d3102d1fcbf85bbd3bdf13c SHA1: ea20d8ec6a873d2e8396f4c824c7ded0dabdc6d6 SHA256: f1236d1b97a88439fbe5f2e93116121ad4ba0dd837a3a7bbd2639b42e0d6ecb0 Description: SCSI drivers This package contains SCSI drivers for the kernel. Kernel-Version: 4.1.0-ucs174-686-pae Package: serial-modules-4.1.0-ucs174-586-di Priority: optional Section: debian-installer Installed-Size: 178 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: serial-modules Depends: kernel-image-4.1.0-ucs174-586-di, pcmcia-modules-4.1.0-ucs174-586-di Filename: 4.1-1/i386/serial-modules-4.1.0-ucs174-586-di_4.1.6-1.174.201602110938_i386.udeb Size: 38682 MD5sum: 2838a9cf3647812e5d0fad2d56c0ea78 SHA1: d976fb26758527a6d3d3a285c5b0def6af414e9a SHA256: 4b861d4111f0d1b00d0df243770102a96b1cb22f48f6010b071d0c4d5638b80f Description: Serial drivers This package contains serial drivers for the kernel. Kernel-Version: 4.1.0-ucs174-586 Package: serial-modules-4.1.0-ucs174-686-pae-di Priority: optional Section: debian-installer Installed-Size: 176 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: serial-modules Depends: kernel-image-4.1.0-ucs174-686-pae-di, pcmcia-modules-4.1.0-ucs174-686-pae-di Filename: 4.1-1/i386/serial-modules-4.1.0-ucs174-686-pae-di_4.1.6-1.174.201602110938_i386.udeb Size: 36842 MD5sum: e70fef5684070c6756a040ef2f0308b9 SHA1: 54ce5a4afe93b0fc4dd86f079951226f87dbc81c SHA256: 1f5e0aeb1a5e2dfa21651ed3b72af691b6a0543e3308462494d242913feee92d Description: Serial drivers This package contains serial drivers for the kernel. Kernel-Version: 4.1.0-ucs174-686-pae Package: smbclient Priority: optional Section: net Installed-Size: 1489 Maintainer: Debian Samba Maintainers Architecture: i386 Source: samba Version: 2:4.3.3-1.812.201512111459 Replaces: samba (<< 2.999+3.0.alpha21-4), samba-doc (<< 2:4.0.5~), samba4-clients (<< 4.0.5), smbget Provides: samba-client Depends: samba-common (= 2:4.3.3-1.812.201512111459), libbsd0 (>= 0.0), libc6 (>= 2.4), libpopt0 (>= 1.14), libreadline6 (>= 6.0), libsmbclient (>= 2:4.0.3+dfsg1), libtalloc2 (>= 2.0.4~git20101213), libtevent0 (>= 0.9.9), samba-libs (= 2:4.3.3-1.812.201512111459) Pre-Depends: dpkg (>= 1.15.6~) Suggests: cifs-utils, heimdal-clients Conflicts: samba-doc (<< 2:4.0.5~), samba4-clients (<< 4.0.5) Filename: 4.1-1/i386/smbclient_4.3.3-1.812.201512111459_i386.deb Size: 518798 MD5sum: 902b093a477b0058e1dced72761a2038 SHA1: 18dd444dee91da3439a26d8217575e02689ab29a SHA256: 9d58118667a542fb3e0c6b6ed4547680c45aa03fb91ababb609c0f9266116318 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. Homepage: http://www.samba.org Package: sound-modules-4.1.0-ucs174-586-di Priority: extra Section: debian-installer Installed-Size: 6715 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: sound-modules Depends: kernel-image-4.1.0-ucs174-586-di, core-modules-4.1.0-ucs174-586-di, i2c-modules-4.1.0-ucs174-586-di, usb-modules-4.1.0-ucs174-586-di, pcmcia-modules-4.1.0-ucs174-586-di, firewire-core-modules-4.1.0-ucs174-586-di, crc-modules-4.1.0-ucs174-586-di Filename: 4.1-1/i386/sound-modules-4.1.0-ucs174-586-di_4.1.6-1.174.201602110938_i386.udeb Size: 1659126 MD5sum: 57348c91e23d317d10ce124400cf1995 SHA1: 06d6a17e64aa4888f163cc47dc6518a4d42e1bc5 SHA256: f88c4154643f5304644129cfcf6157080ede9286b2584ce38f920ed38b925f2e Description: sound support This package contains sound modules. Kernel-Version: 4.1.0-ucs174-586 Package: sound-modules-4.1.0-ucs174-686-pae-di Priority: extra Section: debian-installer Installed-Size: 6763 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: sound-modules Depends: kernel-image-4.1.0-ucs174-686-pae-di, core-modules-4.1.0-ucs174-686-pae-di, i2c-modules-4.1.0-ucs174-686-pae-di, usb-modules-4.1.0-ucs174-686-pae-di, pcmcia-modules-4.1.0-ucs174-686-pae-di, firewire-core-modules-4.1.0-ucs174-686-pae-di, crc-modules-4.1.0-ucs174-686-pae-di Filename: 4.1-1/i386/sound-modules-4.1.0-ucs174-686-pae-di_4.1.6-1.174.201602110938_i386.udeb Size: 1596360 MD5sum: 36abc48cb9f0513b7a53f2cdc21b0c23 SHA1: 66f30a5912a8437a1201dfbd1efa1db323821dcb SHA256: 521362ac83fe2744619ca1b176ce75daa65a3a1702a53e8ea589a7c8354151f9 Description: sound support This package contains sound modules. Kernel-Version: 4.1.0-ucs174-686-pae Package: speakup-modules-4.1.0-ucs174-586-di Priority: extra Section: debian-installer Installed-Size: 275 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: speakup-modules Depends: kernel-image-4.1.0-ucs174-586-di Filename: 4.1-1/i386/speakup-modules-4.1.0-ucs174-586-di_4.1.6-1.174.201602110938_i386.udeb Size: 66732 MD5sum: b766ef37b98dd6a81d0d22d07c84c5c5 SHA1: 98e58d3921cfec041085688f85aff402eed8621b SHA256: 1651bf0c20101dd5ba3ba376831e5aa9cc1688dad150c358341017b45f9262dd Description: speakup modules This package contains speakup modules. Kernel-Version: 4.1.0-ucs174-586 Package: speakup-modules-4.1.0-ucs174-686-pae-di Priority: extra Section: debian-installer Installed-Size: 266 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: speakup-modules Depends: kernel-image-4.1.0-ucs174-686-pae-di Filename: 4.1-1/i386/speakup-modules-4.1.0-ucs174-686-pae-di_4.1.6-1.174.201602110938_i386.udeb Size: 58834 MD5sum: a196bd72f91b6089ac257ba079a88e0d SHA1: 8d7ae833fb694e70d7465b78c84a88ff77b788c8 SHA256: af060c02e3ab69bb8561213907d077a7e12f4a8bbd1c569d6a9fad8efad31d47 Description: speakup modules This package contains speakup modules. Kernel-Version: 4.1.0-ucs174-686-pae Package: squashfs-modules-4.1.0-ucs174-586-di Priority: extra Section: debian-installer Installed-Size: 90 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: squashfs-modules Depends: kernel-image-4.1.0-ucs174-586-di Filename: 4.1-1/i386/squashfs-modules-4.1.0-ucs174-586-di_4.1.6-1.174.201602110938_i386.udeb Size: 21386 MD5sum: e6ab055acb1f8a25f6769919027d08d4 SHA1: cdd0f85668a2bd2723dfbbf427d6a3f5dcbfe40e SHA256: 6f1f3d367a19bd475daab715359ba379b0fe3994f9f599b4042074ab45ab7dd7 Description: squashfs modules This package contains squashfs modules. Kernel-Version: 4.1.0-ucs174-586 Package: squashfs-modules-4.1.0-ucs174-686-pae-di Priority: extra Section: debian-installer Installed-Size: 91 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: squashfs-modules Depends: kernel-image-4.1.0-ucs174-686-pae-di Filename: 4.1-1/i386/squashfs-modules-4.1.0-ucs174-686-pae-di_4.1.6-1.174.201602110938_i386.udeb Size: 21302 MD5sum: b4c96cca0f6ca29c5d35282ec1a7c4bc SHA1: 5c9db822bf958650767ff6090ef678019b426037 SHA256: 6045bc12850c5779610021a83c56483d06f560f5f45f2c979d748fe79fc2c47e Description: squashfs modules This package contains squashfs modules. Kernel-Version: 4.1.0-ucs174-686-pae Package: squidguard Priority: optional Section: web Installed-Size: 270 Maintainer: Joachim Wiedorn Architecture: i386 Version: 1.5-1.26.201602051325 Depends: squid3 | squid, liburi-perl, libwww-perl, libc6 (>= 2.7), libdb5.1, libldap-2.4-2 (>= 2.4.7), debconf (>= 0.5) | debconf-2.0 Suggests: ldap-utils, squidguard-doc Filename: 4.1-1/i386/squidguard_1.5-1.26.201602051325_i386.deb Size: 121406 MD5sum: 64fdac2e33d3a3d1a6046ccc017e07a6 SHA1: 45825a04f308c7b8f13a2da72c0e4c82edaf2823 SHA256: 787bbb05cda44612c7827a9d3266d9d75165b0cacd5c2d4e2b68ba3fe5b08226 Description: filter and redirector plugin for Squid squidGuard is a free, flexible and ultra fast filter, redirector and access controller plugin for squid. It lets you define multiple access rules with different restrictions for different user groups on a squid cache. squidGuard uses squid's standard redirector interface. Homepage: http://www.squidguard.org Package: ssh-askpass-gnome Priority: optional Section: gnome Installed-Size: 149 Maintainer: Debian OpenSSH Maintainers Architecture: i386 Source: openssh Version: 1:6.0p1-4.54.201601151031 Replaces: ssh (<< 1:3.5p1-3) Provides: ssh-askpass Depends: libc6 (>= 2.3.6-6~), libglib2.0-0 (>= 2.12.0), libgtk2.0-0 (>= 2.8.0), libx11-6, openssh-client | ssh (>= 1:1.2pre7-4) | ssh-krb5 Filename: 4.1-1/i386/ssh-askpass-gnome_6.0p1-4.54.201601151031_i386.deb Size: 97196 MD5sum: 353d4b39f19c3e18fdd22facc77bdb85 SHA1: 106cf9dfa24e9f89fc47d975636292ac37b50e31 SHA256: 3884c466911629d10107770b224f7240446e72935bea3195b75af1bbe617573b Description: interactive X program to prompt users for a passphrase for ssh-add This has been split out of the main openssh-client package so that openssh-client does not need to depend on GTK+. . You probably want the ssh-askpass package instead, but this is provided to add to your choice and/or confusion. Homepage: http://www.openssh.org/ Package: sysstat Priority: optional Section: admin Installed-Size: 1285 Maintainer: Robert Luberda Architecture: i386 Version: 10.0.5-1.18.201602121124 Depends: bzip2, lsb-base (>= 3.0-6), ucf (>= 2.003), debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.7), libsensors4 (>= 1:3.0.0) Recommends: cron Suggests: isag Filename: 4.1-1/i386/sysstat_10.0.5-1.18.201602121124_i386.deb Size: 387636 MD5sum: b41dccb2805e4e57a42cb0624a730f7d SHA1: 5959514d883c36affadb28e068a0f876b9114a22 SHA256: a16a7ba71d7e59af5f62614d94d83879e589f5e8358cb45e0b13be8163e26652 Description: system performance tools for Linux The sysstat package contains the following system performance tools: - sar: collects and reports system activity information; - iostat: reports CPU utilization and disk I/O statistics; - mpstat: reports global and per-processor statistics; - pidstat: reports statistics for Linux tasks (processes); - sadf: displays data collected by sar in various formats; - nfsiostat: reports I/O statistics for network filesystems; - cifsiostat: reports I/O statistics for CIFS filesystems. . The statistics reported by sar deal with I/O transfer rates, paging activity, process-related activities, interrupts, network activity, memory and swap space utilization, CPU utilization, kernel activities and TTY statistics, among others. Both UP and SMP machines are fully supported. Homepage: http://pagesperso-orange.fr/sebastien.godard/ Package: tdb-tools Priority: optional Section: utils Installed-Size: 102 Maintainer: Debian Samba Maintainers Architecture: i386 Source: tdb Version: 1.3.8-1.54.201512111342 Depends: libc6 (>= 2.4), libtdb1 (>= 1.2.11) Filename: 4.1-1/i386/tdb-tools_1.3.8-1.54.201512111342_i386.deb Size: 29736 MD5sum: 26ba74bf3a40b754963a0d7f7304cf08 SHA1: 28e16c0a033a75748e2029a0cef1f8b8d93a45c2 SHA256: e075f7a9ed611abf27fb27dfcefc78402f71c2b3d8f6666545c9d8ac931ee419 Description: Trivial Database - bundled binaries This is a simple database API. It is modelled after the structure of GDBM. TDB features, unlike GDBM, multiple writers support with appropriate locking and transactions. . This package contains bundled test and utility binaries Homepage: http://tdb.samba.org/ Package: udf-modules-4.1.0-ucs174-586-di Priority: extra Section: debian-installer Installed-Size: 137 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: udf-modules Depends: kernel-image-4.1.0-ucs174-586-di, crc-modules-4.1.0-ucs174-586-di Filename: 4.1-1/i386/udf-modules-4.1.0-ucs174-586-di_4.1.6-1.174.201602110938_i386.udeb Size: 45860 MD5sum: f6962b10bee16f59316f006f586c6c46 SHA1: ee3b12e9098c3487591d7827e421d282a36f8102 SHA256: 3e6a8b711963f17e9fe693ba70fe46a4bd4735d0e7cb83d611c44a9ace5308b7 Description: UDF modules This package contains the UDF filesystem module. Kernel-Version: 4.1.0-ucs174-586 Package: udf-modules-4.1.0-ucs174-686-pae-di Priority: extra Section: debian-installer Installed-Size: 138 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: udf-modules Depends: kernel-image-4.1.0-ucs174-686-pae-di, crc-modules-4.1.0-ucs174-686-pae-di Filename: 4.1-1/i386/udf-modules-4.1.0-ucs174-686-pae-di_4.1.6-1.174.201602110938_i386.udeb Size: 45830 MD5sum: bf5307b6af774d27cc95333ae3c34787 SHA1: 18ecd88cb49a57e6caef60c614d3484672f55e00 SHA256: ed9ac3f923363823f374c3e793a29d945242f8f3fd2502af978095da0db581d1 Description: UDF modules This package contains the UDF filesystem module. Kernel-Version: 4.1.0-ucs174-686-pae Package: uinput-modules-4.1.0-ucs174-586-di Priority: extra Section: debian-installer Installed-Size: 51 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: uinput-modules Depends: kernel-image-4.1.0-ucs174-586-di Filename: 4.1-1/i386/uinput-modules-4.1.0-ucs174-586-di_4.1.6-1.174.201602110938_i386.udeb Size: 6788 MD5sum: d993f4b2d4b14ce51d76b70a473b7a62 SHA1: 76aebdfa30474e9e9728104222be6403f9a4f504 SHA256: 2ab6c1c49c62d4ba69a50310ab63603017e721d0f559db70f50c321e351276bb Description: uinput support This package contains the uinput module. Kernel-Version: 4.1.0-ucs174-586 Package: uinput-modules-4.1.0-ucs174-686-pae-di Priority: extra Section: debian-installer Installed-Size: 52 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: uinput-modules Depends: kernel-image-4.1.0-ucs174-686-pae-di Filename: 4.1-1/i386/uinput-modules-4.1.0-ucs174-686-pae-di_4.1.6-1.174.201602110938_i386.udeb Size: 6612 MD5sum: f32b58588cd0601298a7f34644b85027 SHA1: a47f883bb81935290c1e9f4395cd749fcc50ee9f SHA256: 84ca3f63cd8f9b2d061ce9bd06e8582834ef7eae59460bb0241c3de330ce1529 Description: uinput support This package contains the uinput module. Kernel-Version: 4.1.0-ucs174-686-pae Package: univention-directory-listener-dbg Priority: extra Section: debug Installed-Size: 165 Maintainer: Univention GmbH Architecture: i386 Source: univention-directory-listener Version: 10.0.0-9.301.201602102049 Depends: univention-directory-listener (= 10.0.0-9.301.201602102049) Filename: 4.1-1/i386/univention-directory-listener-dbg_10.0.0-9.301.201602102049_i386.deb Size: 100334 MD5sum: e8b2714ce6831056b9ca80f6edd3131c SHA1: 9aca941bb1671bb9e1ae42fd61864f28b94ddaeb SHA256: df285c8e48abd64c1016f7f63523930970fa4740bb134906ba8bca60c8b7908e Description: debugging symbols for univention-directory-listener UCS Directory Listener is a client for the UCS Directory Notifier which calls Python handlers upon changes. . This package contains the debugging symbols for univention-directory-listener. Package: univention-directory-listener Priority: optional Section: univention Installed-Size: 342 Maintainer: Univention GmbH Architecture: i386 Version: 10.0.0-9.301.201602102049 Depends: univention-config (>= 7.0.25), libc6 (>= 2.3), libdb3 (>= 3.2.9+dfsg), libicu48 (>= 4.8-1), libldap-2.4-2 (>= 2.4.7), libpython2.7 (>= 2.7), libunivention-config0 (>= 5.0.0), libunivention-debug1 (>= 5.0.5), libunivention-policy0 (>= 5.0.0), python (<< 2.8), python (>= 2.6), python-support (>= 0.90.0), python2.7, univention-base-files, shell-univention-lib (>= 1.0.6), univention-runit, python2.7-univention, python2.7-univention-debug, python-univention-lib (>= 1.0.25-1) Conflicts: univention-ldap-listener (<< 2.2.2) Filename: 4.1-1/i386/univention-directory-listener_10.0.0-9.301.201602102049_i386.deb Size: 88016 MD5sum: a5ff628ec900b950b388611e796d9050 SHA1: d15cbdf64cb3366d86332aef9479f7154afae076 SHA256: 416570b90e755c4cc143cfffa9080f7e8c11f61b894ac5f46d7940c334a9c765 Description: UCS - Directory Listener UCS Directory Listener is a client for the UCS Directory Notifier which calls Python handlers upon changes. By keeping a local cache, it can detect the change of single attributes and only run the appropriate handlers, providing both, the old and new objects to the handler. Through modules, all sort of functionality such as LDAP replication or host specific configuration files can be implemented. . This package is part of Univention Corporate Server (UCS), an integrated, directory driven solution for managing corporate environments. For more information about UCS, refer to: http://www.univention.de/ Package: univention-kernel-headers-486 Priority: optional Section: univention Installed-Size: 29 Maintainer: Univention GmbH Architecture: i386 Source: univention-kernel-image Version: 9.0.0-8.90.201602111504 Depends: linux-headers-4.1.0-ucs174-486 Filename: 4.1-1/i386/univention-kernel-headers-486_9.0.0-8.90.201602111504_i386.deb Size: 5616 MD5sum: 8c6222738452827553f87c187e3c78b2 SHA1: 19523c4560282e63a957e7d81c608c09402c9c5e SHA256: ea41899723edfaa9d7ef46614c05272193a15f08abea07524269fa1bf010421c Description: UCS - Linux kernel headers (PAE) This meta-package depends on the latest UCS kernel headers compatible with older 32 bit CPUs. The standard kernel in UCS for i386 requires PAE, which is not available on 486/Pentium CPUs. . These headers should only be used if your system does not support PAE. . It is part of Univention Corporate Server (UCS), an integrated, directory driven solution for managing corporate environments. For more information about UCS, refer to: http://www.univention.de/ Package: univention-kernel-headers Priority: optional Section: univention Installed-Size: 29 Maintainer: Univention GmbH Architecture: i386 Source: univention-kernel-image Version: 9.0.0-8.90.201602111504 Depends: linux-headers-4.1.0-ucs174-686-pae Filename: 4.1-1/i386/univention-kernel-headers_9.0.0-8.90.201602111504_i386.deb Size: 5500 MD5sum: 31852e35d7cc5045c7e880d4253ebbdf SHA1: b68d6ba3dad49fe00e9014628e9aaa881e0d39e5 SHA256: c07846958b5428de391d1f1c1974bf090d1a8b9f76d3afcaa483ed0654b0ed41 Description: UCS - Linux kernel headers (standard) This meta-package depends on the latest UCS kernel headers. . It is part of Univention Corporate Server (UCS), an integrated, directory driven solution for managing corporate environments. For more information about UCS, refer to: http://www.univention.de/ Package: univention-kernel-image-486 Priority: optional Section: univention Installed-Size: 30 Maintainer: Univention GmbH Architecture: i386 Source: univention-kernel-image Version: 9.0.0-8.90.201602111504 Depends: linux-image-4.1.0-ucs174-486, univention-initrd (>= 6.0.0-2), xfsprogs, libc6-i686, univention-config Pre-Depends: univention-initrd, module-init-tools Recommends: firmware-adi, firmware-atheros, firmware-bnx2, firmware-bnx2x, firmware-brcm80211, firmware-intelwimax, firmware-iwlwifi, firmware-libertas, firmware-linux, firmware-linux-free, firmware-linux-nonfree, firmware-myricom, firmware-netxen, firmware-qlogic, firmware-ralink, firmware-realtek, firmware-samsung, firmware-ti-connectivity, amd64-microcode, intel-microcode Filename: 4.1-1/i386/univention-kernel-image-486_9.0.0-8.90.201602111504_i386.deb Size: 6476 MD5sum: ae496b954b3a8d5e28da9720d9c2b2ee SHA1: 7c81a8fba2e67ff89758feedcfa50e1226fa4dbd SHA256: e87f382ba27709ee562844b07aba8154a084ae8c98ae4acf4a5b554994b4e665 Description: UCS - Linux kernel (for old systems) This meta-package depends on the latest UCS kernel image compatible with older 32 bit CPUs. The standard kernel in UCS for i386 requires PAE, which is not available on 486/Pentium CPUs. . This kernel should only be used if your system does not support PAE. . It is part of Univention Corporate Server (UCS), an integrated, directory driven solution for managing corporate environments. For more information about UCS, refer to: http://www.univention.de/ Package: univention-kernel-image Priority: optional Section: univention Installed-Size: 30 Maintainer: Univention GmbH Architecture: i386 Version: 9.0.0-8.90.201602111504 Depends: linux-image-4.1.0-ucs174-686-pae-signed, univention-initrd (>= 6.0.0-2), xfsprogs, libc6-i686, univention-config Pre-Depends: univention-initrd, module-init-tools Recommends: firmware-adi, firmware-atheros, firmware-bnx2, firmware-bnx2x, firmware-brcm80211, firmware-intelwimax, firmware-iwlwifi, firmware-libertas, firmware-linux, firmware-linux-free, firmware-linux-nonfree, firmware-myricom, firmware-netxen, firmware-qlogic, firmware-ralink, firmware-realtek, firmware-samsung, firmware-ti-connectivity, amd64-microcode, intel-microcode Filename: 4.1-1/i386/univention-kernel-image_9.0.0-8.90.201602111504_i386.deb Size: 6462 MD5sum: 143a3b8172cf9e2fd9da5e12b0ba78b3 SHA1: a63fedb1d96f06cab084f4501d19bf633b2d5f10 SHA256: ee00deaf84d0445a961b34073309cef973cf3176e0fbe76d78e617b020736c92 Description: UCS - Linux kernel (standard) This meta-package depends on the latest UCS kernel image. It supports up to 64 GB RAM on 32 bit CPUs and up to 128 TB memory on 64 bit CPUs. . This kernel is also suitable for operation with Xen (both Dom0 and DomU). . It is part of Univention Corporate Server (UCS), an integrated, directory driven solution for managing corporate environments. For more information about UCS, refer to: http://www.univention.de/ Package: univention-kernel-source Priority: optional Section: univention Installed-Size: 29 Maintainer: Univention GmbH Architecture: i386 Source: univention-kernel-image Version: 9.0.0-8.90.201602111504 Depends: linux-source-4.1 Filename: 4.1-1/i386/univention-kernel-source_9.0.0-8.90.201602111504_i386.deb Size: 5518 MD5sum: a7f127d4ddd12f0073d9c45f1f8b4553 SHA1: 762bc5bf1bc165ae8ff36a9587a4d2e16283c3df SHA256: b19bb50275fba4ba51ad53af75a0e4c2ab52be072b4aa11d4920f04697ab94e3 Description: UCS - Linux kernel source (standard) This meta-package depends on the latest UCS kernel source suitable for 32 bit systems with up to 4 GiB RAM. . It is part of Univention Corporate Server (UCS), an integrated, directory driven solution for managing corporate environments. For more information about UCS, refer to: http://www.univention.de/ Package: univention-nagios-s4-connector Priority: optional Section: univention Installed-Size: 96 Maintainer: Univention GmbH Architecture: i386 Version: 1.0.0-3.3.201512090901 Depends: univention-config (>= 7.0.25), univention-directory-manager-tools (>> 7.0.147), univention-nagios-client, shell-univention-lib (>> 3.0) Filename: 4.1-1/i386/univention-nagios-s4-connector_1.0.0-3.3.201512090901_i386.deb Size: 7244 MD5sum: 49285092a1fd109215fd59c615958dc2 SHA1: 4a7556c3595089fdbe74fb68e5fc8a63ba74f442 SHA256: 1858d2e04c255043c6844ad959ba01a784cea2b153d5350f0cda38557de35a5e Description: nagios plugin for UCS S4 connector This package installs a nagios plugin to monitor the state of UCS Samba connectors. . It is part of Univention Corporate Server (UCS), an integrated, directory driven solution for managing corporate environments. For more information about UCS, refer to: http://www.univention.de/ Package: univention-samba4 Priority: optional Section: univention Installed-Size: 471 Maintainer: Univention GmbH Architecture: i386 Version: 5.0.1-25.645.201601281632 Depends: univention-config (>= 7.0.25), univention-config-registry (>= 8.0.2-1), univention-directory-manager-tools (>> 7.0.147), shell-univention-lib (>= 4.0.3-5), python-univention-lib (>= 1.0.45), python-univention (>= 6.0.9-3), python-netifaces, samba (>= 4.2), samba-vfs-modules, ldb-tools, winbind, univention-samba-local-config, pwgen, univention-samba4-sysvol-sync (= 5.0.1-25.645.201601281632) Conflicts: univention-samba Filename: 4.1-1/i386/univention-samba4_5.0.1-25.645.201601281632_i386.deb Size: 95214 MD5sum: a5af4de95602dbdc8916c21a6efdf1d0 SHA1: 7acf622e7455054522016a1b8c4c4418a8f7372b SHA256: 0f0672ae09db7616f052f8a8f7faadb6e27f052848fd3ad8b726cf2b536d4df2 Description: UCS - Samba4 integration package This package contains the scripts and patches for integration of Samba4 into Univention Corporate Server (UCS) . It is part of Univention Corporate Server (UCS), an integrated, directory driven solution for managing corporate environments. For more information about UCS, refer to: http://www.univention.de/ Package: usb-modules-4.1.0-ucs174-586-di Priority: extra Section: debian-installer Installed-Size: 749 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: usb-modules Depends: kernel-image-4.1.0-ucs174-586-di Filename: 4.1-1/i386/usb-modules-4.1.0-ucs174-586-di_4.1.6-1.174.201602110938_i386.udeb Size: 242546 MD5sum: 1cf73d4beb49c7b4047266bd824abf0f SHA1: 123b51f9921996b81bd1729e1acb55f02f7700d5 SHA256: 19eed5a266b3f5e1cebd6b0ed1d3299200d74d6993b51d2b4faa5257a8d0e635 Description: USB support This package contains core USB drivers for the kernel. Kernel-Version: 4.1.0-ucs174-586 Package: usb-modules-4.1.0-ucs174-686-pae-di Priority: extra Section: debian-installer Installed-Size: 758 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: usb-modules Depends: kernel-image-4.1.0-ucs174-686-pae-di Filename: 4.1-1/i386/usb-modules-4.1.0-ucs174-686-pae-di_4.1.6-1.174.201602110938_i386.udeb Size: 241826 MD5sum: 2734a50f29f5a2fa988add647af77b09 SHA1: c1c3d7e75b0e56fd0908229366347ce7330c487b SHA256: 4296484c050fb1aff6554ed106a1d61d942a3454cd86db2075518bfad16b1a2f Description: USB support This package contains core USB drivers for the kernel. Kernel-Version: 4.1.0-ucs174-686-pae Package: usb-serial-modules-4.1.0-ucs174-586-di Priority: optional Section: debian-installer Installed-Size: 332 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: usb-serial-modules Depends: kernel-image-4.1.0-ucs174-586-di, usb-modules-4.1.0-ucs174-586-di Filename: 4.1-1/i386/usb-serial-modules-4.1.0-ucs174-586-di_4.1.6-1.174.201602110938_i386.udeb Size: 68914 MD5sum: abc018a88142db851f88eebe76011cfe SHA1: 48b48b0500233ff0ca19c15bd65b316537519356 SHA256: c58d5188208c420f35a7238c5516433d59e433d3dcd6c6c2a908e214e7077655 Description: USB serial drivers This package contains USB serial drivers for the kernel. Kernel-Version: 4.1.0-ucs174-586 Package: usb-serial-modules-4.1.0-ucs174-686-pae-di Priority: optional Section: debian-installer Installed-Size: 330 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: usb-serial-modules Depends: kernel-image-4.1.0-ucs174-686-pae-di, usb-modules-4.1.0-ucs174-686-pae-di Filename: 4.1-1/i386/usb-serial-modules-4.1.0-ucs174-686-pae-di_4.1.6-1.174.201602110938_i386.udeb Size: 64950 MD5sum: 1a245ed1f479a11c5fb199178a5d8c18 SHA1: dbf5312f7d6e4581673552fc3c40403b46b00c25 SHA256: 53adcd02e7b3d3e8dd0b70aa541ddbddcdc184d416c976ce85c78921321b180b Description: USB serial drivers This package contains USB serial drivers for the kernel. Kernel-Version: 4.1.0-ucs174-686-pae Package: usb-storage-modules-4.1.0-ucs174-586-di Priority: standard Section: debian-installer Installed-Size: 309 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: usb-storage-modules Depends: kernel-image-4.1.0-ucs174-586-di, scsi-core-modules-4.1.0-ucs174-586-di, usb-modules-4.1.0-ucs174-586-di Filename: 4.1-1/i386/usb-storage-modules-4.1.0-ucs174-586-di_4.1.6-1.174.201602110938_i386.udeb Size: 81336 MD5sum: 8414f75f2b0b9add29902a09227a01e9 SHA1: 40b8052d055d3c67ca3153752227a70f83b230fa SHA256: 5e2b77bf2184daa5d2cbb337b2ba78ee2094a6b6a9923d27005bb09d65463d8f Description: USB storage support This package contains the USB storage driver for the kernel. Kernel-Version: 4.1.0-ucs174-586 Package: usb-storage-modules-4.1.0-ucs174-686-pae-di Priority: standard Section: debian-installer Installed-Size: 305 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: usb-storage-modules Depends: kernel-image-4.1.0-ucs174-686-pae-di, scsi-core-modules-4.1.0-ucs174-686-pae-di, usb-modules-4.1.0-ucs174-686-pae-di Filename: 4.1-1/i386/usb-storage-modules-4.1.0-ucs174-686-pae-di_4.1.6-1.174.201602110938_i386.udeb Size: 74898 MD5sum: da0ec147585471ceca34e2c9a407fedf SHA1: b300df3526225535493e73c5e022e9184013c9c7 SHA256: a4365508133c8f46c88335ec75a32d1959a11f5330e50dc8ce8af9d64f2d8bc3 Description: USB storage support This package contains the USB storage driver for the kernel. Kernel-Version: 4.1.0-ucs174-686-pae Package: virtio-modules-4.1.0-ucs174-586-di Priority: extra Section: debian-installer Installed-Size: 194 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: virtio-modules Depends: kernel-image-4.1.0-ucs174-586-di, scsi-core-modules-4.1.0-ucs174-586-di Filename: 4.1-1/i386/virtio-modules-4.1.0-ucs174-586-di_4.1.6-1.174.201602110938_i386.udeb Size: 50526 MD5sum: f7bcddc9675c6a5506802230378df24d SHA1: f40902e36f7cf8914d62220df8caf540fc896223 SHA256: a0adedbf0ea50a9b137a488427df3e2ad189e46e1ec65bf0c2ea42fe5a0fb7c6 Description: virtio modules This package contains virtio modules. Kernel-Version: 4.1.0-ucs174-586 Package: virtio-modules-4.1.0-ucs174-686-pae-di Priority: extra Section: debian-installer Installed-Size: 196 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: virtio-modules Depends: kernel-image-4.1.0-ucs174-686-pae-di, scsi-core-modules-4.1.0-ucs174-686-pae-di Filename: 4.1-1/i386/virtio-modules-4.1.0-ucs174-686-pae-di_4.1.6-1.174.201602110938_i386.udeb Size: 48206 MD5sum: a00a58af7a0c9de9a4c32be82a471d09 SHA1: 00f19c0791b58906e765ed53232e0ce2a357ad70 SHA256: 5f48e83a0950f654b7ba889c263aa4fab2cf008a0a33628e49f5048a6a87faf3 Description: virtio modules This package contains virtio modules. Kernel-Version: 4.1.0-ucs174-686-pae Package: wget Priority: important Section: web Installed-Size: 2171 Maintainer: Noël Köthe Architecture: i386 Version: 1.13.4-3.27.201512111540 Depends: libc6 (>= 2.11), libgcrypt11 (>= 1.4.5), libgnutls26 (>= 2.12.17-0), libgpg-error0 (>= 1.10), libidn11 (>= 1.13), zlib1g (>= 1:1.1.4), dpkg (>= 1.15.4) | install-info Conflicts: wget-ssl Filename: 4.1-1/i386/wget_1.13.4-3.27.201512111540_i386.deb Size: 761804 MD5sum: 5417579ec2388be3002d28e4c606e9a4 SHA1: c9cee8574550689c15903ee750674af9cb32e4bf SHA256: 6736c5b31e3bd3f3a745ced032f556c1dd7ddf2525d61635c560a2e81e063c12 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 Homepage: http://www.gnu.org/software/wget/ Package: winbind Priority: optional Section: net Installed-Size: 1837 Maintainer: Debian Samba Maintainers Architecture: i386 Source: samba Version: 2:4.3.3-1.812.201512111459 Replaces: samba-doc (<< 2:4.0.5~), winbind4 Depends: samba (= 2:4.3.3-1.812.201512111459), libbsd0 (>= 0.3.0), libc6 (>= 2.4), libcomerr2 (>= 1.01), libldap-2.4-2 (>= 2.4.7), libpopt0 (>= 1.14), libtalloc2 (>= 2.0.4~git20101213), libtdb1 (>= 1.2.7+git20101214), libtevent0 (>= 0.9.21), libwbclient0 (= 2:4.3.3-1.812.201512111459), samba-libs (= 2:4.3.3-1.812.201512111459) Pre-Depends: multiarch-support Suggests: libnss-winbind, libpam-winbind Conflicts: samba-doc (<< 2:4.0.5~) Filename: 4.1-1/i386/winbind_4.3.3-1.812.201512111459_i386.deb Size: 664340 MD5sum: a754c2651be60db88d6159c0539f2351 SHA1: c29a7008fc58f029f589c66aa4bdda002f03a56d SHA256: c8d553fe25f3d9768dd63292539a3830bb132320e67e4d82ea45201e7bff76f9 Description: service to resolve user and group information from Windows NT servers Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as a domain controller or member server in both NT4-style and Active Directory domains. . This package provides winbindd, a daemon which integrates authentication and directory service (user/group lookup) mechanisms from a Windows domain on a Linux system. . Winbind based user/group lookups via /etc/nsswitch.conf can be enabled via the libnss-winbind package. Winbind based Windows domain authentication can be enabled via the libpam-winbind package. Enhances: libkrb5-26-heimdal Homepage: http://www.samba.org Package: xfs-modules-4.1.0-ucs174-586-di Priority: standard Section: debian-installer Installed-Size: 1023 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: xfs-modules Depends: kernel-image-4.1.0-ucs174-586-di, crc-modules-4.1.0-ucs174-586-di Filename: 4.1-1/i386/xfs-modules-4.1.0-ucs174-586-di_4.1.6-1.174.201602110938_i386.udeb Size: 311644 MD5sum: 2ae178ff065713eda4cf2809d77307fd SHA1: eb8c0e2dceed1612a6cd75dbc8e12ca3f7fcdf33 SHA256: 4644c72b69468049b6a823738b2607a793ac2e7ef6b67d70b5c53344477d9093 Description: XFS filesystem support This package contains the XFS filesystem module for the kernel. Kernel-Version: 4.1.0-ucs174-586 Package: xfs-modules-4.1.0-ucs174-686-pae-di Priority: standard Section: debian-installer Installed-Size: 1043 Maintainer: Debian Kernel Team Architecture: i386 Source: linux Version: 4.1.6-1.174.201602110938 Provides: xfs-modules Depends: kernel-image-4.1.0-ucs174-686-pae-di, crc-modules-4.1.0-ucs174-686-pae-di Filename: 4.1-1/i386/xfs-modules-4.1.0-ucs174-686-pae-di_4.1.6-1.174.201602110938_i386.udeb Size: 317344 MD5sum: d1b084226cd7a765caeeff4073ad4929 SHA1: 2c1cffa9faf86723e066b77164e70e4e4e9ec5d1 SHA256: 3689434074ceeea0c2d8756d91b6229d04a2daeba5d72e3853dfeb86b7b139b5 Description: XFS filesystem support This package contains the XFS filesystem module for the kernel. Kernel-Version: 4.1.0-ucs174-686-pae Package: archdetect Priority: standard Section: debian-installer Installed-Size: 16 Maintainer: Debian Install System Team Architecture: i386 Source: hw-detect Version: 1.92.6.201602121552 Depends: libc6-udeb (>= 2.13), libdebian-installer4-udeb (>= 0.87.7.201403181724) Filename: 4.1-1/i386/archdetect_1.92.6.201602121552_i386.udeb Size: 2322 MD5sum: f4cf82548210d7bd7c7de1ff61d765a4 SHA1: de41651ab37b7dccd558bf1a8eae28e09a11ad31 SHA256: 6364e9e4c39c245b1d91458eaaec257d68f22a4907624db993d5451669b4b402 Description: Hardware architecture detector Package: hw-detect Priority: standard Section: debian-installer Installed-Size: 339 Maintainer: Debian Install System Team Architecture: i386 Version: 1.92.6.201602121552 Depends: rootskel (>= 1.30), archdetect, cdebconf-udeb (>= 0.75), di-utils (>= 1.73), pciutils-udeb, udpkg (>= 1.14) Filename: 4.1-1/i386/hw-detect_1.92.6.201602121552_i386.udeb Size: 113448 MD5sum: c044a620334a62391f313f9e58cc06a1 SHA1: da839fa0ac283551c1247e30401a0c87be514051 SHA256: 17c371f86f66e0efe50f7cc3a554a4734aeec70812a38a923c53f504eca6332b Description: Detect hardware and load kernel drivers for it