Package: accountsservice Priority: standard Section: gnome Installed-Size: 316 Maintainer: Ubuntu Developers Original-Maintainer: Alessio Treglia Architecture: amd64 Version: 0.6.15-2ubuntu9.7 Depends: libc6 (>= 2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.88), libglib2.0-0 (>= 2.25.11), libpolkit-gobject-1-0 (>= 0.99), libaccountsservice0 (= 0.6.15-2ubuntu9.7), dbus Suggests: gnome-control-center Filename: pool/main/accountsservice_0.6.15-2ubuntu9.7_amd64.deb Size: 44160 MD5Sum: a8bec91941116859867d50de051bd1ce SHA1: 6d8f86d001c010735f692b2502c214b3d64a107c SHA256: 9a5025bf74860c93e7e452bc2c647191fdb5ecab0aca77da2690e1c4dbe9486e SHA512: b7ee6439ff29705aa253f4e492ae5cb029ed1a916765364e107b3d32034caa61654abc19ba3a5bebe5a3b246a78d14a2c7d56499db2ba6a3b46dac79f73ad149 Description: query and manipulate user account information The AccountService project provides a set of D-Bus interfaces for querying and manipulating user account information and an implementation of these interfaces, based on the useradd, usermod and userdel commands. Homepage: http://cgit.freedesktop.org/accountsservice/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master Package: acl Priority: optional Section: utils Installed-Size: 184 Maintainer: Ubuntu Developers Original-Maintainer: Anibal Monsalve Salazar Architecture: amd64 Version: 2.2.51-5ubuntu1 Depends: libacl1 (>= 2.2.51-5), libc6 (>= 2.4) Filename: pool/main/acl_2.2.51-5ubuntu1_amd64.deb Size: 43244 MD5Sum: 40f19425dd30268e35c754f60f21be5d SHA1: f75a19e33129d958d2b769bf99db613cecb07268 SHA256: d3c1fedde3e6532139a969562d9945e517fa7ad9553fe1ede9908b26fb11633c SHA512: 7e27adc280fc474d5977a20b7d5252ed30d31ac2ae455c99772c2cee36c5bbaa01fed5c105ceb99cbf96fb67e250599e5e17e825eff539ba556700e653642f7c Description: Access control list utilities This package contains the getfacl and setfacl utilities needed for manipulating access control lists. Multi-Arch: foreign Homepage: http://savannah.nongnu.org/projects/acl/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, print-server, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: adduser Priority: required Section: admin Installed-Size: 568 Maintainer: Ubuntu Core Developers Original-Maintainer: Debian Adduser Developers Architecture: all Version: 3.113ubuntu2 Replaces: manpages-it (<< 0.3.4-2), manpages-pl (<= 20051117-1) Depends: perl-base (>= 5.6.0), passwd (>= 1:4.0.12), debconf | debconf-2.0 Recommends: ecryptfs-utils (>= 67-1) Suggests: liblocale-gettext-perl, perl-modules Filename: pool/main/adduser_3.113ubuntu2_all.deb Size: 132640 MD5Sum: 187b9c772ec10b1561d0938757280ecb SHA1: b17bb33b5fe248be03d2de1ce9aec881d2f34c49 SHA256: edf7640c085c66dbe776314f4d3f91512a27ca0be45f233a9b5666f9c7f8cce0 SHA512: 59f85edf83b9d5019632b5489b71e55d1dc5a0eec97fcfdc0e0b64bd996142e97900455dd435a69af4ed65cdfcc52f69a391abc6db158af746168fd5cb3456df Description: add and remove users and groups This package includes the 'adduser' and 'deluser' commands for creating and removing users. . - 'adduser' creates new users and groups and adds existing users to existing groups; - 'deluser' removes users and groups and removes users from a given group. . Adding users with 'adduser' is much easier than adding them manually. Adduser will choose appropriate UID and GID values, create a home directory, copy skeletal user configuration, and automate setting initial values for the user's password, real name and so on. . Deluser can back up and remove users' home directories and mail spool or all the files they own on the system. . A custom script can be executed after each of the commands. . Development mailing list: http://lists.alioth.debian.org/mailman/listinfo/adduser-devel/ Multi-Arch: foreign Homepage: http://alioth.debian.org/projects/adduser/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: alembic Priority: optional Section: python Installed-Size: 977 Maintainer: Debian Python Modules Team Architecture: all Version: 0.6.7+ds-ubuntu4 Provides: python-alembic Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-sqlalchemy (>= 0.9~), python-sqlalchemy (<< 0.10), python-mako, libjs-sphinxdoc (>= 1.0) Recommends: python-pkg-resources Filename: pool/main/alembic_0.6.7+ds-ubuntu4_all.deb Size: 285338 MD5Sum: 8e71c7759f1c98ed44b1bdc183e7a706 SHA1: 4676edba70d9c84e902be8d9cf7bb07662634db1 SHA256: b6114e9398c525bdfb4c80ed8b7cb3f3dfb81fc4ce009cd8a3aedb168a8653d8 SHA512: 0433eab110e34f99bb14ea72ba9adde8dc7e2a4b4d4623bdf7406d2894196c595020bdcd57b748fe8e6b77d32c205307e0b50e9f706750da30008780e0518abd Description: lightweight database migration tool for SQLAlchemy Alembic is a new database migration tool, written by the author of SQLAlchemy. A migration tool offers the following functionality: . * Can emit ALTER statements to a database in order to change the structure of tables and other constructs * Provides a system whereby "migration scripts" may be constructed; each script indicates a particular series of steps that can "upgrade" a target database to a new version, and optionally a series of steps that can "downgrade" similarly, doing the same steps in reverse. * Allows the scripts to execute in some sequential manner. Homepage: http://www.bitbucket.org/zzzeek/alembic Package: anacron Priority: optional Section: admin Installed-Size: 224 Maintainer: Ubuntu Core Developers Original-Maintainer: Peter Eisentraut Architecture: amd64 Version: 2.3-14ubuntu1 Replaces: pe Depends: libc6 (>= 2.7), debianutils (>= 1.7), upstart-job, lsb-base (>= 3.0-10) Recommends: cron (>= 3.0pl1-43), rsyslog | system-log-daemon Suggests: default-mta | mail-transport-agent, powermgmt-base Filename: pool/main/anacron_2.3-14ubuntu1_amd64.deb Size: 33494 MD5Sum: fec0f4c1fbc057454eff64ef6f069e9c SHA1: 03049595ad49f30293df4d260f0ff7444eeb887f SHA256: 43530acbbe880ed847ddab630dd2bc4bc5a0d4b85f0d6907d1111065a957a144 SHA512: 7c366255d592b7386a8688fca61375a9593a4b31ef227e6a140c5cbd818b585c0661024297e793f733247fe438851c22c9bc088ae730b2de7002f29defc2423b Description: cron-like program that doesn't go by time Anacron (like `anac(h)ronistic') is a periodic command scheduler. It executes commands at intervals specified in days. Unlike cron, it does not assume that the system is running continuously. It can therefore be used to control the execution of daily, weekly and monthly jobs (or anything with a period of n days), on systems that don't run 24 hours a day. When installed and configured properly, Anacron will make sure that the commands are run at the specified intervals as closely as machine-uptime permits. . This package is pre-configured to execute the daily jobs of the Debian system. You should install this program if your system isn't powered on 24 hours a day to make sure the maintenance jobs of other Debian packages are executed each day. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: apache2-mpm-prefork Priority: optional Section: net Installed-Size: 55 Maintainer: Ubuntu Developers Original-Maintainer: Debian Apache Maintainers Architecture: amd64 Source: apache2 Version: 2.2.22-1ubuntu1.10 Provides: apache2, apache2-mpm, httpd, httpd-cgi Depends: apache2.2-common (= 2.2.22-1ubuntu1.10), apache2.2-bin (= 2.2.22-1ubuntu1.10) Conflicts: apache2-common, apache2-mpm Filename: pool/main/apache2-mpm-prefork_2.2.22-1ubuntu1.10_amd64.deb Size: 2410 MD5Sum: b45744ef3cf3a0d7d09d73acc90fa3a2 SHA1: b8625d85c6b02948e51bb612ffde086393258f76 SHA256: f89fcd06edf8accefac7364598df69015c6061ee8dfe076cc6b3874d34797583 SHA512: e1449d8caacec6e7a5f6c403b941c6bd823a413c04f336c0a0fd10621d605319602b3afe63ce7e49fc5216a0d878ec1fa562550c32006b4806d71da2689bff99 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/ Original-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-apache/apache2.git Original-Vcs-Git: git://git.debian.org/git/pkg-apache/apache2.git Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: lamp-server, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: apache2-mpm-worker Priority: optional Section: net Installed-Size: 55 Maintainer: Ubuntu Developers Original-Maintainer: Debian Apache Maintainers Architecture: amd64 Source: apache2 Version: 2.2.22-1ubuntu1.10 Provides: apache2, apache2-mpm, httpd, httpd-cgi Depends: apache2.2-common (= 2.2.22-1ubuntu1.10), apache2.2-bin (= 2.2.22-1ubuntu1.10) Conflicts: apache2-common, apache2-mpm Filename: pool/main/apache2-mpm-worker_2.2.22-1ubuntu1.10_amd64.deb Size: 2306 MD5Sum: 8e4e6778abf0cf2573d88ace2a0e0a5f SHA1: be54a0ba01af4e347ced5c0b9ea8ce1bd0cc33d8 SHA256: 6f11944e0fff04a2cb51ce4d7535023a570465842076f9420de59cad30a78f58 SHA512: bb42cb486fc580c75b132199b58398b5e011b0b033c5a64ad02b7342b531adefd61d54979b7a0f2d63a2931250a7ad5619df2660217f757d33f3ccbe546b60b6 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/ Original-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-apache/apache2.git Original-Vcs-Git: git://git.debian.org/git/pkg-apache/apache2.git Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: apache2-utils Priority: optional Section: net Installed-Size: 346 Maintainer: Ubuntu Developers Original-Maintainer: Debian Apache Maintainers Architecture: amd64 Source: apache2 Version: 2.2.22-1ubuntu1.10 Replaces: apache-utils (<< 1.3.33-4), apache2-common, apache2.2-bin (<< 2.2.22-1~) Depends: libapr1 (>= 1.2.7), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.14), libssl1.0.0 (>= 1.0.0) Conflicts: apache-common (<< 1.3.28.0.1-1) Filename: pool/main/apache2-utils_2.2.22-1ubuntu1.10_amd64.deb Size: 90902 MD5Sum: e2f6af42420324f502920b4a0a2d809d SHA1: 788f64b95b74e10f991ed577cd5e984dd052e8fe SHA256: 0c7b4a9461d98c9ee7fb98d2d9f4d7b6757a3fd8ff3d101554dc2e9d8cda435d SHA512: 7fcc413096921685fa8d91daab69bd462f25856aae1cbc4bd709855df6031099dd44cca60a2ccf9848c02261d92b809e83091616997e9ed7bdc78db5dd123c0b 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/ Original-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-apache/apache2.git Original-Vcs-Git: git://git.debian.org/git/pkg-apache/apache2.git Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: lamp-server, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: apache2.2-bin Priority: optional Section: httpd Installed-Size: 3606 Maintainer: Ubuntu Developers Original-Maintainer: Debian Apache Maintainers Architecture: amd64 Source: apache2 Version: 2.2.22-1ubuntu1.10 Replaces: apache2.2-common (<< 2.2.14-2~) Depends: libapr1 (>= 1.4.2), libaprutil1 (>= 1.3.2+dfsg), libaprutil1-dbd-sqlite3 | libaprutil1-dbd-mysql | libaprutil1-dbd-odbc | libaprutil1-dbd-pgsql | libaprutil1-dbd-freetds, libaprutil1-ldap, libc6 (>= 2.14), libcap2 (>= 2.10), libldap-2.4-2 (>= 2.4.7), libpcre3 (>= 8.10), libssl1.0.0 (>= 1.0.1), zlib1g (>= 1:1.1.4) Conflicts: apache2.2-common (<< 2.2.11-5~) Filename: pool/main/apache2.2-bin_2.2.22-1ubuntu1.10_amd64.deb Size: 1342924 MD5Sum: 72998e692345b4a477bab55763336165 SHA1: 47f3749ed8b57150dce6a1dda09928d4450e3129 SHA256: f0461e04547697c4a20ee10f286959d41093b0dce5cdb634f5a09f2d69c8f213 SHA512: a31a2a2a592caf818b5b11303df24df419ecce50db4675d5c408a9f38290677db712e31541029d3029e49b24090e09588292cf0747d6da6fedc6a9c0cecd3bd2 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/ Original-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-apache/apache2.git Original-Vcs-Git: git://git.debian.org/git/pkg-apache/apache2.git Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: lamp-server, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: apache2.2-common Priority: optional Section: web Installed-Size: 800 Maintainer: Ubuntu Developers Original-Maintainer: Debian Apache Maintainers Architecture: amd64 Source: apache2 Version: 2.2.22-1ubuntu1.10 Replaces: apache2-common Depends: apache2.2-bin (= 2.2.22-1ubuntu1.10), apache2-utils, mime-support, lsb-base, procps, perl Recommends: ssl-cert Suggests: www-browser, apache2-doc, apache2-suexec | apache2-suexec-custom, ufw Conflicts: apache, apache2-common Filename: pool/main/apache2.2-common_2.2.22-1ubuntu1.10_amd64.deb Size: 226376 MD5Sum: b9fc5e5d35765be338f3504504af61d4 SHA1: 993b66ed305384a7c0aff1b3fb246e1b4f1e4fe8 SHA256: 0d72e7e5f689274fdfc2b0e665ed7fba89eb9095b943e97be2d983457289a2a6 SHA512: cf7df56c2133720e29a591654feb6121ee6ac6d11712f3bdc7cb7c503eba368040dfdc167d1d6e69c03edc121b12c3223ed41ab179402e75da018722b6e6a16f 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/ Original-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-apache/apache2.git Original-Vcs-Git: git://git.debian.org/git/pkg-apache/apache2.git Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: lamp-server, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: apache2 Priority: optional Section: web Installed-Size: 29 Maintainer: Ubuntu Developers Original-Maintainer: Debian Apache Maintainers Architecture: amd64 Version: 2.2.22-1ubuntu1.10 Depends: apache2-mpm-worker (= 2.2.22-1ubuntu1.10) | apache2-mpm-prefork (= 2.2.22-1ubuntu1.10) | apache2-mpm-event (= 2.2.22-1ubuntu1.10) | apache2-mpm-itk (= 2.2.22-1ubuntu1.10), apache2.2-common (= 2.2.22-1ubuntu1.10) Filename: pool/main/apache2_2.2.22-1ubuntu1.10_amd64.deb Size: 1498 MD5Sum: ec0cf353afd1272e1d6a4aafa88fdc8c SHA1: 7841b06bd38e8b8a4245381bba1dd68a49e9c736 SHA256: 08a20e98eef75100b68c9c0d44a0a7f0130d004f2c5ef856532643245a0bbc4e SHA512: b987bcfd423d4191756e15b77456714cb485df737b0b0a89d72e9b37dc6a37aeeaefdde8d9d833df6a0dc5230572a60db7da3fc25ea86800abfdf4381e60aee0 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/ Original-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-apache/apache2.git Original-Vcs-Git: git://git.debian.org/git/pkg-apache/apache2.git Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: lamp-server Package: apparmor Priority: standard Section: admin Installed-Size: 1056 Maintainer: Ubuntu Developers Original-Maintainer: Kees Cook Architecture: amd64 Version: 2.7.102-0ubuntu3.10 Replaces: apparmor-parser, apparmor-utils (<< 2.6.1-4ubuntu1), libapache2-mod-apparmor (<< 2.5.1-0ubuntu3) Depends: libc6 (>= 2.14), debconf (>= 0.5) | debconf-2.0, python, lsb-base, initramfs-tools, debconf Pre-Depends: dpkg (>= 1.15.7.2) Suggests: apparmor-profiles, apparmor-docs, apparmor-utils Breaks: apparmor-utils (<< 2.6.1-4ubuntu1), libapache2-mod-apparmor (<< 2.5.1-0ubuntu3) Filename: pool/main/apparmor_2.7.102-0ubuntu3.10_amd64.deb Size: 356620 MD5Sum: 36494701362f53bf19583d803eaf1762 SHA1: 3fddcc835a47099912651a41792eb0cde532a50c SHA256: c6de8c7fe3cc9d7887ff1593f2b0fdef79fc814395a41eae6148b7e48757c2c6 SHA512: 17da0c7a847caeb0fb2c7eed8f3a114a018893f1b1d80ab94e8bb05a5719441246622bf90abcce16627cf8958c7308f57cbf905067c64c10a4ac4a0cdb90870f Description: User-space parser utility for AppArmor This provides the system initialization scripts needed to use the AppArmor Mandatory Access Control system, including the AppArmor Parser which is required to convert AppArmor text profiles into machine-readable policies that are loaded into the kernel for use with the AppArmor Linux Security Module. Homepage: http://apparmor.net/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active Package: apt-transport-https Priority: standard Section: admin Installed-Size: 173 Maintainer: Ubuntu Developers Original-Maintainer: APT Development Team Architecture: amd64 Source: apt Version: 0.8.16~exp12ubuntu10.21 Depends: libapt-pkg4.12 (>= 0.8.16~exp12ubuntu10.21), libc6 (>= 2.14), libcurl3-gnutls (>= 7.22.0-3ubuntu4.3), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Filename: pool/main/apt-transport-https_0.8.16~exp12ubuntu10.21_amd64.deb Size: 16342 MD5Sum: be2dcb102e0641d623e26bdd72356387 SHA1: 340fdc94d3362bca1a6e725446d4d71205a16419 SHA256: cc5a0c004a589eea4f1a7ccf21e2949e7aa5774d791073235b53c5b10e38c677 SHA512: d5e3641f3b59088a11618fd87fcb1bb2a5cc43d7746d67f58c1b05248092b6d0f5bdb5bd66c6e6f374da574af69919eadbe2c21485e0e5b995526e564d4133bc Description: https download transport for APT This package enables the usage of 'deb https://foo distro main' lines in the /etc/apt/sources.list so that all package managers using the libapt-pkg library can access metadata and packages available in sources accessible over https (Hypertext Transfer Protocol Secure). . This transport supports server as well as client authentication with certificates. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active Package: apt-utils Priority: important Section: admin Installed-Size: 552 Maintainer: Ubuntu Developers Original-Maintainer: APT Development Team Architecture: amd64 Source: apt Version: 0.8.16~exp12ubuntu10.21 Depends: libapt-inst1.4 (>= 0.8.0), libapt-pkg4.12 (>= 0.8.16~exp12ubuntu10.21), libc6 (>= 2.14), libdb5.1, libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0) Filename: pool/main/apt-utils_0.8.16~exp12ubuntu10.21_amd64.deb Size: 190774 MD5Sum: ab0d851fa3417d52fcdeb1ef837c5a7c SHA1: f70a2b27d3081beef66fd7f5f95bce3fa68488bb SHA256: d28fad6e0c2151e52773398c14a192d0142feb716f56367f649a40deb9fbcfb9 SHA512: c2425f2e0a44a02b96f69952297247bf76fcab9fb9bb392274f1345ba17a057537471dffd3071d4942fdd837b7fd43c1e8d0123d24350693b81edaf1699907c4 Description: package managment related utility programs This package contains some less used commandline utilities related to package managment with APT. . * apt-extracttemplates is used by debconf to prompt for configuration questions before installation. * apt-ftparchive is used to create Packages and other index files needed to publish an archive of debian packages * apt-sortpkgs is a Packages/Sources file normalizer. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: apt-xapian-index Priority: optional Section: admin Installed-Size: 334 Maintainer: Ubuntu Developers Original-Maintainer: Enrico Zini Architecture: all Version: 0.44ubuntu5.1 Depends: python (>= 2.7.1-0ubuntu2), python-xapian (>= 1.0.2), python-apt (>= 0.7.93.2), python-debian (>= 0.1.14), python2.7, python (<< 2.8) Suggests: app-install-data, python-xdg Filename: pool/main/apt-xapian-index_0.44ubuntu5.1_all.deb Size: 64348 MD5Sum: d1f587c98b06a933668adbe3ac4beedd SHA1: b6bd4a2d9d7df81ba65f7b30da3a7b87a4ef5e9d SHA256: 43f159302bbe2bb5cc825371113bfc181c82039f7fd839e0d3162f5a76299cc7 SHA512: f6bf9deb71b2805745a9caf776a502b55295577b594c139a9ab9c85517ea12754e6a1b7114627cb55dd7ff930d2c4a756db17362a5141ea5ed4c2f38918ea26f Description: maintenance and search tools for a Xapian index of Debian packages This package provides update-apt-xapian-index, a tool to maintan a Xapian index of Debian package information in /var/lib/apt-xapian-index, and axi-cache, a command line search tool that uses the index. . axi-cache allows to search packages very quickly, and it also interfaces with the shell command line completion in a smart way, providing context-sensitive keyword and tag suggestions even before the search command is actually run. . update-apt-xapian-index allows plugins to be installed in /usr/share/apt-xapian-index to index all sorts of extra information, such as Debtags tags, popcon information, package ratings and anything else that would fit. . The index generated by update-apt-xapian-index is self-documenting, as it contains an autogenerated README file with information on the index layout and all the data that can be found in it. Homepage: http://www.enricozini.org/sw/apt-xapian-index/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: aptitude Priority: optional Section: admin Installed-Size: 7064 Maintainer: Ubuntu Developers Original-Maintainer: Aptitude Development Team Architecture: amd64 Version: 0.6.6-1ubuntu1.2 Depends: libapt-pkg4.12 (>= 0.8.16~exp12ubuntu10.10), libboost-iostreams1.46.1 (>= 1.46.1-1), libc6 (>= 2.14), libcwidget3, libept1.4.12, libgcc1 (>= 1:4.1.1), libncursesw5 (>= 5.6+20070908), libsigc++-2.0-0c2a (>= 2.0.2), libsqlite3-0 (>= 3.6.5), libstdc++6 (>= 4.6), libtinfo5, libxapian22 Recommends: sensible-utils, apt-xapian-index, libparse-debianchangelog-perl Suggests: aptitude-doc-en | aptitude-doc, tasksel, debtags Conflicts: ia32-apt-get (<< 22) Filename: pool/main/aptitude_0.6.6-1ubuntu1.2_amd64.deb Size: 2372238 MD5Sum: 9bf6ff0b4603a6ac0761ee7497fb01de SHA1: 6e029f6c430653fe343a0bb7780451e693351bc0 SHA256: ff262b9a3c189165d907d74c1dde9c8eafef5ef6e551a9d490e744e00f458b70 SHA512: f579b602b676bf3abae64423abef38eb235fb20a4327cc327a18f800ce3fbe84951d431d1af2efcc5aa56b7c66d657aa65a76b667919ebc45873e193d872192b Description: terminal-based package manager (terminal interface only) aptitude is a package manager with a number of useful features, including: a mutt-like syntax for matching packages in a flexible manner, dselect-like persistence of user actions, the ability to retrieve and display the Debian changelog of most packages, and a command-line mode similar to that of apt-get. . aptitude is also Y2K-compliant, non-fattening, naturally cleansing, and housebroken. . This package contains a version of aptitude compiled with only the classic terminal-based interface (using curses). For an experimental graphical interface, see the package aptitude-gtk. Homepage: http://aptitude.alioth.debian.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: cloud-image Package: apt Priority: important Section: admin Installed-Size: 3180 Maintainer: Ubuntu Developers Original-Maintainer: APT Development Team Architecture: amd64 Version: 0.8.16~exp12ubuntu10.21 Replaces: manpages-pl (<< 20060617-3~) Depends: ubuntu-keyring, libapt-pkg4.12 (>= 0.8.16~exp12ubuntu10.21), libc6 (>= 2.15), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.6), gnupg Pre-Depends: dpkg (>= 1.15.7.2) Suggests: aptitude | synaptic | wajig, dpkg-dev, apt-doc, bzip2, lzma, python-apt Conflicts: python-apt (<< 0.7.93.2~) Filename: pool/main/apt_0.8.16~exp12ubuntu10.21_amd64.deb Size: 1093304 MD5Sum: 18b4b3e0bbfc664fa3a9170a86b86184 SHA1: 740c50629671cdd193be6d02dce2375e98c79837 SHA256: 925bca3cd1d0538abb389ace309f35d615f37716e432a4abab4df948ed29de01 SHA512: d8f029035b6fc6c6296ace08ecf3621592d995072d4f69ceadfaa5c8a7332fab91ddd9e46b177e012ced2c7064be95351daba52b18afcc67a13868bc3808e360 Description: commandline package manager This package provides commandline tools for searching and managing as well as querying information about packages as a low-level access to all features of the libapt-pkg library. . These include: * apt-get for retrieval of packages and information about them from authenticated sources and for installation, upgrade and removal of packages together with their dependencies * apt-cache for querying available information about installed as well as installable packages * apt-cdrom to use removable media as a source for packages * apt-config as an interface to the configuration settings * apt-key as an interface to manage authentication keys Bugs: https://bugs.launchpad.net/ubuntu/+filebug Build-Essential: yes Origin: Ubuntu Supported: 5y Task: minimal Package: atop Priority: optional Section: universe/admin Installed-Size: 203 Maintainer: Marc Haber Architecture: amd64 Version: 1.26-2 Depends: libc6 (>= 2.7), libncurses5 (>= 5.5-5~), libtinfo5, zlib1g (>= 1:1.1.4), lsb-base (>= 3.2-14) Recommends: cron Filename: pool/main/atop_1.26-2_amd64.deb Size: 102290 MD5Sum: 22ae6e45aaa9f35109c79d4e113b4d9b SHA1: 190ff44db3f0a015901ff8c5feb2b14827d01f10 SHA256: aff6b41c48ae4d4829f795ac12d140c34f8535b81d64ba2b856917d53a32555b SHA512: c3097d8f6b09e2dec659720f67d02ce409fb04b7a8685ef7da1973405f8da359b7e264503ea40fdc704a949c79b93d28da0e3be05143149f561abef5e93f0de7 Description: Monitor for system resources and process activity Atop is an ASCII full-screen performance monitor, similar to the top command, but atop only shows the active system-resources and processes, and only shows the deviations since the previous interval. At regular intervals, it shows system-level activity related to the CPU, memory, swap, disks and network layers, and it shows for every active process the CPU utilization in system and user mode, the virtual and resident memory growth, priority, username, state, and exit code. The process level activity is also shown for processes which finished during the last interval, to get a complete overview about the consumers of things such as CPU time. . Author: Gerlof Langeveld Homepage: http://www.atconsultancy.nl/atop/home.html Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: at Priority: standard Section: admin Installed-Size: 177 Maintainer: Ubuntu Developers Original-Maintainer: Ansgar Burchardt Architecture: amd64 Version: 3.1.13-1ubuntu1 Depends: libc6 (>= 2.7), libpam0g (>= 0.99.7.1), upstart-job, lsb-base (>= 3.2-14), libpam-runtime (>= 1.0.1-11) Suggests: default-mta | mail-transport-agent Filename: pool/main/at_3.1.13-1ubuntu1_amd64.deb Size: 42482 MD5Sum: ee1025044ce1864994d35540c631acb1 SHA1: 76148a8d20a3e914f46666b55f82ca02529b79e2 SHA256: 4d2a2b251da5dac6a1ac2c03e8e09f0d35a572d6724ffb346f9c63628f21aa94 SHA512: d9342045b08adc963fdb3ee20e7653ace872e6c30604355fa8f3af2db468b884a01f172fcfc8d3b5d4ccbe37da0809232c21860ac4fc4e6f71a0864afa5b85e5 Description: Delayed job execution and batch processing At and batch read shell commands from standard input storing them as a job to be scheduled for execution in the future. . Use at to run the job at a specified time batch to run the job when system load levels permit Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active Package: augeas-lenses Priority: optional Section: misc Installed-Size: 754 Maintainer: Raphaël Pinson Original-Maintainer: Nicolas Valcárcel Scerpella (Canonical) Architecture: all Source: augeas Version: 0.10.0-0ubuntu4 Suggests: augeas-doc Filename: pool/main/augeas-lenses_0.10.0-0ubuntu4_all.deb Size: 175142 MD5Sum: 7eafe1d84a7cfe64340d60a0fbffb14c SHA1: 75a1bac61c1a1d571e09beddb3a6f0f89ac19760 SHA256: ff88da59430e30e43850fddb9e704fc06b763ab51bdd0b692d1fb615bea7ce81 SHA512: 317f25375dd3996eb7a7b3c7f6157a9bce1f8f7c748c54cd877e29589709aa83baf1a62769f9e9e61439923a283e2624cb1c24bd6fe76ab2c1345f3b94a3346c Description: Set of lenses needed by libaugeas0 to parse config files Augeas parses configuration files described in lenses into a tree structure, which it exposes through its public API. Changes made through the API are written back to the initially read files. . Lenses are the building blocks of the file <-> tree transformation; they combine parsing a file and building the tree (the get transformation), with turning the tree back into an (updated) file (the put transformation). . The transformation works very hard to preserve comments and formatting details. It is controlled by ``lens'' definitions that describe the file format and the transformation into a tree. This package includes the official set of lenses. Homepage: http://augeas.net/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: base-files Essential: yes Priority: required Section: admin Installed-Size: 419 Maintainer: Ubuntu Developers Original-Maintainer: Santiago Vila Architecture: amd64 Version: 6.5ubuntu6.7 Replaces: base, dpkg (<= 1.15.0), lsb-release (<< 3.0-8), miscutils Provides: base Pre-Depends: awk Breaks: initscripts (<< 2.88dsf-13.3) Filename: pool/main/base-files_6.5ubuntu6.7_amd64.deb Size: 61032 MD5Sum: 9318cf9b75d47559b5aaea344dc9df76 SHA1: 10177487ce9c5c4d289305d16b03b776ffb7bfc4 SHA256: 9d7dbad9f70134539867ffd52192f751cbdfda5f0ac4f16fc2d72070f2d582f4 SHA512: 100ee5f940b31db0774ea0bab7f3baa933fc6b12e229afb0f5631d597780a42903a10e7a2d6712acfb6e39e7768eff4b38d3605f178d1baf904a0f7aad1e494f Description: Debian base system miscellaneous files This package contains the basic filesystem hierarchy of a Debian system, and several important miscellaneous files, such as /etc/debian_version, /etc/host.conf, /etc/issue, /etc/motd, /etc/profile, /etc/nsswitch.conf, and others, and the text of several common licenses in use on Debian systems. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: base-passwd Essential: yes Priority: required Section: admin Installed-Size: 165 Maintainer: Colin Watson Architecture: amd64 Version: 3.5.24 Replaces: base Depends: libc6 (>= 2.8) Filename: pool/main/base-passwd_3.5.24_amd64.deb Size: 39114 MD5Sum: d4c74a407bda2d55220509a1be0fee53 SHA1: 29c9aec7398cdc8c5889d57f348b42b1bd15117b SHA256: d51c92667e13d4943c923bd85438a3df15bb6a9f8005da509c78ecbc727a9d19 SHA512: 50fcf2e941e3bfbfcae6b6c28618bb1a1fabedfba9254bff823ac295d4256b92b413c89ec3b66b51f0cdd87bc0b052e6477843504c647390931a6ddef38d72fc Description: Debian base system master password and group files These are the canonical master copies of the user database files (/etc/passwd and /etc/group), containing the Debian-allocated user and group IDs. The update-passwd tool is provided to keep the system databases synchronized with these master files. Multi-Arch: foreign Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: bash-completion Priority: standard Section: shells Installed-Size: 640 Maintainer: Ubuntu Developers Original-Maintainer: Bash Completion Maintainers Architecture: all Version: 1:1.3-1ubuntu8.1 Replaces: bash, cryptsetup (<< 2:1.1.2-2), xen-tools (<= 4.1-1) Depends: bash (>= 3.2) Pre-Depends: dpkg (>= 1.15.7.2) Conflicts: xen-tools (<= 4.1-1) Filename: pool/main/bash-completion_1.3-1ubuntu8.1_all.deb Size: 133706 MD5Sum: 96974415786e5206996f38bc3662cc55 SHA1: 735363eae1fed324ce739c1b44f5ede86de76959 SHA256: 51c12a6f5692c216153aa5788915607b4fdb13bf9d7fdbee65df23d33a02c8b1 SHA512: 5ce9576915459961ef956027d83c8de0b36cdc292b20aefdd8f858b0244bf84509037f12cae31e7224ecfa0c7e81b2802c199775e543a69f9215484405969453 Description: programmable completion for the bash shell bash completion extends bash's standard completion behavior to achieve complex command lines with just a few keystrokes. This project was conceived to produce programmable completion routines for the most common Linux/UNIX commands, reducing the amount of typing sysadmins and programmers need to do on a daily basis. Multi-Arch: foreign Homepage: http://bash-completion.alioth.debian.org Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: bash Essential: yes Priority: required Section: shells Installed-Size: 4996 Maintainer: Ubuntu Developers Original-Maintainer: Matthias Klose Architecture: amd64 Version: 4.3-ubuntu1 Replaces: bash-completion (<< 20060301-0), bash-doc (<= 2.05-1) Depends: base-files (>= 2.1.12), debianutils (>= 2.15) Pre-Depends: dash (>= 0.5.5.1-2.2), libc6 (>= 2.15), libtinfo5 Recommends: bash-completion (>= 20060301-0) Suggests: bash-doc Conflicts: bash-completion (<< 20060301-0) Filename: pool/main/bash_4.3-ubuntu1_amd64.deb Size: 1940290 MD5Sum: fe99abee71701ab55f37488e8b549d87 SHA1: 166ca13655997a0ef85ef176d0392d6edd495080 SHA256: 88fa17d3ebe20042ccaeae438cecaaad13f0b7274d76367592ba0b121d83924c SHA512: 22452369826b5e0efba508e8314824bcf8f1e1fe747e6137e5e78cf2bbe9b14eba4901bfc1c23559b46835e4f4923d39ded0893fed526eadbdb6f7a48eba6b90 Description: GNU Bourne Again SHell Bash is an sh-compatible command language interpreter that executes commands read from the standard input or from a file. Bash also incorporates useful features from the Korn and C shells (ksh and csh). . Bash is ultimately intended to be a conformant implementation of the IEEE POSIX Shell and Tools specification (IEEE Working Group 1003.2). . The Programmable Completion Code, by Ian Macdonald, is now found in the bash-completion package. Multi-Arch: foreign Homepage: http://tiswww.case.edu/php/chet/bash/bashtop.html Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: bc Priority: optional Section: math Installed-Size: 265 Maintainer: Ubuntu Developers Original-Maintainer: John G. Hasler Architecture: amd64 Version: 1.06.95-2ubuntu1 Depends: libc6 (>= 2.14), libreadline6 (>= 6.0), dpkg (>= 1.15.4) | install-info Filename: pool/main/bc_1.06.95-2ubuntu1_amd64.deb Size: 91074 MD5Sum: 399ebfc45665887df678bccc34ba0a0d SHA1: 06011d83a8f8916c5d96e4c59ac3b42d793baf97 SHA256: c0f512d8f70afc9b280774cabeac58898dbb588f12572f84d4c1a5a7613a3101 SHA512: 3296ea7040d98b17b720a91f1aab1956ae3e85bb3e88f7bef5816b8efccb040b51fb90656f29a085be09bd1935734f462199c543f074a82fa23a68a9ebd213d5 Description: The GNU bc arbitrary precision calculator language GNU bc is an interactive algebraic language with arbitrary precision which follows the POSIX 1003.2 draft standard, with several extensions including multi-character variable names, an `else' statement and full Boolean expressions. GNU bc does not require the separate GNU dc program. Home page: http://directory.fsf.org/GNU/bc.html Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, print-server, cloud-image, ubuntu-usb, server, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: bind9-host Priority: standard Section: net Installed-Size: 172 Maintainer: Ubuntu Developers Original-Maintainer: LaMont Jones Architecture: amd64 Source: bind9 Version: 1:9.8.1.dfsg.P1-4ubuntu0.13 Replaces: dnsutils (<< 1:9.0.0), host (<< 1:9.7.0) Provides: host Depends: libbind9-80 (= 1:9.8.1.dfsg.P1-4ubuntu0.13), libc6 (>= 2.14), libdns81 (= 1:9.8.1.dfsg.P1-4ubuntu0.13), libisc83 (= 1:9.8.1.dfsg.P1-4ubuntu0.13), libisccfg82 (= 1:9.8.1.dfsg.P1-4ubuntu0.13), liblwres80 (= 1:9.8.1.dfsg.P1-4ubuntu0.13) Conflicts: dnsutils (<< 1:9.0.0), host (<< 1:9.7.0) Filename: pool/main/bind9-host_9.8.1.dfsg.P1-4ubuntu0.13_amd64.deb Size: 55330 MD5Sum: a852ffd229b904674eac4516da01ed5e SHA1: 331cac6c2622c0bd44f5411ea8f154d2004ec646 SHA256: ecb45d96d078a81f26b65c0beaeb6592e335bf9274cb24a9ef572f24ec4db5db SHA512: 3fac8ab081a0f6db7168bd16b2af6352002776b2bd6b3bd6b8aae5f5dbef8c7022a3898e903caed6f2e574c14218df6a6ef60cd17d10476f30318f83776d118c Description: Version of 'host' bundled with BIND 9.X This package provides the 'host' program in the form that is bundled with the BIND 9.X sources. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: binutils Priority: optional Section: devel Installed-Size: 8564 Maintainer: Ubuntu Developers Original-Maintainer: Matthias Klose Architecture: amd64 Version: 2.22-6ubuntu1.2 Replaces: binutils-gold (<< 2.20.51.20100415) Provides: elf-binutils Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.6), zlib1g (>= 1:1.2.0) Suggests: binutils-doc (>= 2.22-6ubuntu1.2) Conflicts: binutils-gold (<< 2.20.51.20100415), elf-binutils, gas, modutils (<< 2.4.19-1) Filename: pool/main/binutils_2.22-6ubuntu1.2_amd64.deb Size: 2661102 MD5Sum: cf9bb64cc73a43ab94fa6ee5f2e69c7b SHA1: 2b4e2ffe2def3deeb22ffaa0b4cd353b4a3da82b SHA256: fbcd95e17de18f3f138e46894648e7c453a9eccb47c1fb32bc17af57e16fac54 SHA512: 24166e34a592527a44f8b6164ae737ae113bb4cadb25181ecd25c77d3c1b0411a3993a497dab0a7e62f5306f4f0d7c0da9dfbb8f3609f47fef165024587ad005 Description: GNU assembler, linker and binary utilities The programs in this package are used to assemble, link and manipulate binary and object files. They may be used in conjunction with a compiler and various libraries to build programs. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Build-Essential: yes Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-full, kubuntu-active-desktop, kubuntu-active-full, kubuntu-active, edubuntu-desktop, edubuntu-usb, edubuntu-desktop-kde, xubuntu-desktop, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, lubuntu-live, ubuntustudio-desktop Package: bridge-utils Priority: optional Section: net Installed-Size: 139 Maintainer: Ubuntu Developers Original-Maintainer: Santiago Garcia Mantinan Architecture: amd64 Version: 1.5-2ubuntu7 Depends: libc6 (>= 2.7) Pre-Depends: dpkg (>= 1.15.7.2~) Suggests: ifupdown Conflicts: ifupdown (<< 0.6.0) Filename: pool/main/bridge-utils_1.5-2ubuntu7_amd64.deb Size: 31980 MD5Sum: 9fa00834f8c244ba991b9a916f9910dc SHA1: 3f7c98739e4ff90faa05a4ace470e45003a0ced1 SHA256: 7d8af79b5110d03fb1f5e5874c96e860da1a397136ba977b6410c87cd8a564f4 SHA512: 5b4cd172713d0b2afa2b01ab5d34b670275543cc78454908c5acf2d6add45601d7981d4e137cc92702887b3a1a68d2976636f82cd65893679424a05f0a713354 Description: Utilities for configuring the Linux Ethernet bridge This package contains utilities for configuring the Linux Ethernet bridge in Linux. The Linux Ethernet bridge can be used for connecting multiple Ethernet devices together. The connecting is fully transparent: hosts connected to one Ethernet device see hosts connected to the other Ethernet devices directly. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: virt-host, edubuntu-desktop-gnome Package: bsdmainutils Priority: standard Section: utils Installed-Size: 540 Maintainer: Ubuntu Developers Original-Maintainer: Debian Bsdmainutils Team Architecture: amd64 Version: 8.2.3ubuntu1 Depends: libc6 (>= 2.14), libtinfo5, bsdutils (>= 3.0-0), debianutils (>= 1.8) Suggests: cpp, wamerican | wordlist, whois, vacation Breaks: bsdutils (<< 1:2.13-11) Filename: pool/main/bsdmainutils_8.2.3ubuntu1_amd64.deb Size: 200018 MD5Sum: a14f2032797a521344da8cd926ee27de SHA1: 6aeb259324ac2b83ebce2ce060e9b9fad5be7929 SHA256: 0bfc324ddf8a89f056f3e6d52749cd045e262b49e95819070f9132dfae04693e SHA512: 55ab30509b2b975dd81fb5d96b1d5bd39d790d5a26d1c94bc0e3ce4f8c413f605080313e9a1a3610ace93466c51434789e9f0589adbd5f6f83753dab9a1a9454 Description: collection of more utilities from FreeBSD This package contains lots of small programs many people expect to find when they use a BSD-style Unix system. . It provides banner (as printerbanner), calendar, col, colcrt, colrm, column, from (as bsd-from), hexdump (or hd), look, lorder, ncal (or cal), ul, and write (as bsd-write). . This package used to contain whois and vacation, which are now distributed in their own packages. Also here was tsort, which is now in the "coreutils" package. Multi-Arch: foreign Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active Package: bsdutils Essential: yes Priority: required Section: utils Installed-Size: 196 Maintainer: Ubuntu Developers Original-Maintainer: LaMont Jones Architecture: amd64 Source: util-linux (2.20.1-1ubuntu3.1) Version: 1:2.20.1-1ubuntu3.1 Depends: libc6 (>= 2.7) Recommends: bsdmainutils Filename: pool/main/bsdutils_1:2.20.1-1ubuntu3.1_amd64.deb Size: 39684 MD5Sum: 8cfb55e0d78f2987b913935f3b3a9490 SHA1: 22ad3e29110db3aa50957146e6b1c6d4960d5643 SHA256: 5836f073b2b916ec06d63f0d998ab72ae7940c5d3f86bd87b3dcdeb776d2279a SHA512: 3a7307304eb6b8e1e33bca4055d3867256c99ba6b121a0dc3a8da6ca7f06a7ea666d797681c99d4377747335d9c917ee8c05b7e31785e2e155dbe7bf7efee97c Description: Basic utilities from 4.4BSD-Lite This package contains the bare minimum number of BSD utilities needed to boot a Debian system: logger, renice, script, scriptreplay, and wall. The remaining standard BSD utilities are provided by bsdmainutils. Multi-Arch: foreign Homepage: http://userweb.kernel.org/~kzak/util-linux/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: btrfs-tools Priority: optional Section: admin Installed-Size: 1428 Maintainer: Ubuntu Developers Original-Maintainer: Daniel Baumann Architecture: amd64 Version: 0.19+20100601-3ubuntu3 Depends: e2fslibs (>= 1.37), libc6 (>= 2.7), libcomerr2 (>= 1.01), libuuid1 (>= 2.16), zlib1g (>= 1:1.2.0) Filename: pool/main/btrfs-tools_0.19+20100601-3ubuntu3_amd64.deb Size: 666214 MD5Sum: d0bed6832072fd6c00acd1765b413674 SHA1: 179d9f79ec3e3ec096c93adc3efb7aa05095dd3a SHA256: 688f768839865cae55eef19f07a7a9f4eb1f96bd43b5965bd8e9b4247d803ca7 SHA512: b5e53b274b85cb5dd6398b406f0e6897d62d885ee19f33177dbfe6f0c589dcdf3408eca528c5f8ca2567f796d9e6d5fb0f17cf613f99cbf01d1a6db1d2b3148e Description: Checksumming Copy on Write Filesystem utilities Btrfs is a new copy on write filesystem for Linux aimed at implementing advanced features while focusing on fault tolerance, repair and easy administration. . This package contains utilities (mkfs, fsck, btrfsctl) used to work with btrfs and an utility (btrfs-convert) to make a btrfs filesystem from an ext3. . WARNING: Btrfs is under heavy development, and is not suitable for any uses other than benchmarking and review. Homepage: http://btrfs.wiki.kernel.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-live, kubuntu-live, kubuntu-live, kubuntu-active-live, kubuntu-active-live, kubuntu-active-live, edubuntu-dvd-live, xubuntu-live, xubuntu-live, mythbuntu-live, lubuntu-live, ubuntustudio-dvd-live Package: build-essential Priority: optional Section: devel Installed-Size: 37 Maintainer: Ubuntu Developers Original-Maintainer: Matthias Klose Architecture: amd64 Version: 11.5ubuntu2.1 Depends: libc6-dev | libc-dev, gcc (>= 4:4.4.3), g++ (>= 4:4.4.3), make, dpkg-dev (>= 1.13.5) Filename: pool/main/build-essential_11.5ubuntu2.1_amd64.deb Size: 5816 MD5Sum: 81ec48807787f3042ed57cdd38ff311f SHA1: b8826fd3d8c4972a4cbde52b79b4c2b71ace558c SHA256: 28a37e387649ba560cbafbcb0017c56d7e49adff5e6a7ff9fba5bcdc3d9458ef SHA512: e853928d2659900da458d3fd9e30cf760ea3d9d996318220cde7378ada4cdd7769b06df824eb339c8a6ba61bee6f1983869dd21f2e846412b64281c8e40eef0d Description: Informational list of build-essential packages If you do not plan to build Debian packages, you don't need this package. Starting with dpkg (>= 1.14.18) this package is required for building Debian packages. . This package contains an informational list of packages which are considered essential for building Debian packages. This package also depends on the packages on that list, to make it easy to have the build-essential packages installed. . If you have this package installed, you only need to install whatever a package specifies as its build-time dependencies to build the package. Conversely, if you are determining what your package needs to build-depend on, you can always leave out the packages this package depends on. . This package is NOT the definition of what packages are build-essential; the real definition is in the Debian Policy Manual. This package contains merely an informational list, which is all most people need. However, if this package and the manual disagree, the manual is correct. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Build-Essential: yes Origin: Ubuntu Supported: 5y Package: busybox-initramfs Priority: required Section: shells Installed-Size: 363 Maintainer: Ubuntu Developers Original-Maintainer: Debian Install System Team Architecture: amd64 Source: busybox Version: 1:1.18.5-1ubuntu4.1 Replaces: busybox-cvs-initramfs Depends: libc6 (>= 2.11) Conflicts: busybox-cvs-initramfs Filename: pool/main/busybox-initramfs_1:1.18.5-1ubuntu4.1_amd64.deb Size: 183252 MD5Sum: 4a50ff24567a26d4750c4d38aa4136eb SHA1: 0a1777b470e05d9b65ce1e5347b0aeb0bc9cba1d SHA256: 90326d0b851300869f70ade1c1ed2c6f362ed33d05b567eccca60b8af54c3b76 SHA512: 78f1d60aee4abb2c1e8421c329f752145624dda8efeb7d6753af0b0844fd2e4720d131aac5cd3291174f45b9b4123a4868d7b1f9b756d8be3a9d02dc508696d9 Description: Standalone shell setup for initramfs BusyBox combines tiny versions of many common UNIX utilities into a single small executable. It provides minimalist replacements for the most common utilities you would usually find on your desktop system (i.e., ls, cp, mv, mount, tar, etc.). The utilities in BusyBox generally have fewer options than their full-featured GNU cousins; however, the options that are included provide the expected functionality and behave very much like their GNU counterparts. . busybox-initramfs provides a simple stand alone shell that provides only the basic utilities needed for the initramfs. Homepage: http://www.busybox.net Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: busybox-static Priority: standard Section: shells Installed-Size: 1873 Maintainer: Ubuntu Developers Original-Maintainer: Debian Install System Team Architecture: amd64 Source: busybox Version: 1:1.18.5-1ubuntu4.1 Replaces: busybox Conflicts: busybox Filename: pool/main/busybox-static_1.18.5-1ubuntu4.1_amd64.deb Size: 919862 MD5Sum: 034b16f6f3e2bb9cdf6878a5c95264ba SHA1: 4cba2d7f359c19f5b6e083372af18bfc2382612d SHA256: d1427ac610f001da2b388f4a0b025ae4693a9d2f4145ca5825c884d71f716232 SHA512: 3d5d8e0ac7dd7d750f7d927fb0fb14de88a68c7a484ccd9a6f907705085d18e49a55ae0dd60d1d90e1f6c8106a93f1ed2cf0b579ef90663260b68d1ed6160d90 Description: Standalone rescue shell with tons of builtin utilities BusyBox combines tiny versions of many common UNIX utilities into a single small executable. It provides minimalist replacements for the most common utilities you would usually find on your desktop system (i.e., ls, cp, mv, mount, tar, etc.). The utilities in BusyBox generally have fewer options than their full-featured GNU cousins; however, the options that are included provide the expected functionality and behave very much like their GNU counterparts. . busybox-static provides you with a statically linked simple stand alone shell that provides all the utilities available in BusyBox. This package is intended to be used as a rescue shell, in the event that you screw up your system. Invoke "busybox sh" and you have a standalone shell ready to save your system from certain destruction. Invoke "busybox", and it will list the available builtin commands. Homepage: http://www.busybox.net Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-live Package: bzip2 Priority: important Section: utils Installed-Size: 114 Maintainer: Ubuntu Developers Original-Maintainer: Anibal Monsalve Salazar Architecture: amd64 Version: 1.0.6-1 Replaces: libbz2 (<< 0.9.5d-3) Depends: libbz2-1.0 (= 1.0.6-1), libc6 (>= 2.4) Suggests: bzip2-doc Filename: pool/main/bzip2_1.0.6-1_amd64.deb Size: 37778 MD5Sum: 807bacf66b8f7d138cfa9503b40b53b1 SHA1: 104f48f7d49642f85eb0b62ae5f137066b3772e6 SHA256: 2832016d28038cb654edb2dc6ea961e25832e80fff038fce55d2199cc8e75286 SHA512: f1d0931a3e7df8e843ea685e3eb66a27fb10bbb90602d4398c2366fb1506b89dd1e1a9829c43124d81144d7957350897d07b8bbc252a32ec5c0cc978e362f21e Description: high-quality block-sorting file compressor - utilities bzip2 is a freely available, patent free, high-quality data compressor. It typically compresses files to within 10% to 15% of the best available techniques, whilst being around twice as fast at compression and six times faster at decompression. . bzip2 compresses files using the Burrows-Wheeler block-sorting text compression algorithm, and Huffman coding. Compression is generally considerably better than that achieved by more conventional LZ77/LZ78-based compressors, and approaches the performance of the PPM family of statistical compressors. . The archive file format of bzip2 (.bz2) is incompatible with that of its predecessor, bzip (.bz). Multi-Arch: foreign Homepage: http://www.bzip.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Build-Essential: yes Origin: Ubuntu Supported: 5y Task: minimal Package: ca-certificates Priority: standard Section: misc Installed-Size: 424 Maintainer: Ubuntu Developers Original-Maintainer: Michael Shuler Architecture: all Version: 20141019ubuntu0.12.04.1 Depends: openssl (>= 1.0.0), debconf (>= 0.5) | debconf-2.0 Filename: pool/main/ca-certificates_20141019ubuntu0.12.04.1_all.deb Size: 206930 MD5Sum: 89aa690ac0f00ad926e0dcc181bd281b SHA1: e67ec2742e9dc85896fff354d2e9e33597c46776 SHA256: 0f2c6398a770602b33f0d66fceb61726a06ca436b79ee0c1d182518c240afc4a SHA512: e3d7ce336fa9577bc504e8f4e2bd0bdf9fb8f29bd3bb78a0ddb7ed7e660a504bfeb24e78eb323e44c0b971e19013784ceece5b4139ee0594862ddbe0c4184338 Description: Common CA certificates This package includes PEM files of CA certificates to allow SSL-based applications to check for the authenticity of SSL connections. . It includes, among others, certificate authorities used by the Debian infrastructure and those shipped with Mozilla's browsers. . Please note that Debian can neither confirm nor deny whether the certificate authorities whose certificates are included in this package have in any way been audited for trustworthiness or RFC 3647 compliance. Full responsibility to assess them belongs to the local system administrator. Enhances: openssl Multi-Arch: foreign Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: ceilometer-agent-central Priority: optional Section: python Installed-Size: 9 Maintainer: Chuck Short Architecture: all Source: ceilometer Version: 2014.2.2-fuel6.0.1~mira1 Depends: ceilometer-common (= 2014.2.2-fuel6.0.1~mira1), upstart-job, python Filename: pool/main/ceilometer-agent-central_2014.2.2-fuel6.0.1~mira1_all.deb Size: 7108 MD5Sum: 3a78a90160181b184c8336512c4762d7 SHA1: fd410ab693c7498f754339d74dd7dc0136bc4ea2 SHA256: 326108e6a333959785fb969d9e36185b958d4285308011ebcaf078ae3e907673 SHA512: d0b2d4026400712c103abd84bb035f8b45a1912d74306878ce75958f8d4a39bbd2efd8aa318f0bbaeb4fa556d94e4a21d64b603560e7e15c124d23b4e946031c Description: ceilometer central agent Ceilometer aims to deliver a unique point of contact for billing systems to aquire all counters they need to establish customer billing, accross all current and future OpenStack components. The delivery of counters must be tracable and auditable, the counters must be easily extensible to support new projects, and agents doing data collections should be independent of the overall system. . (A ceilometer is an instrument that measures cloud coverage.) . This package contains the central agent. Package: ceilometer-agent-compute Priority: optional Section: python Installed-Size: 9 Maintainer: Chuck Short Architecture: all Source: ceilometer Version: 2014.2.2-fuel6.0.1~mira1 Depends: ceilometer-common (= 2014.2.2-fuel6.0.1~mira1), upstart-job, python Filename: pool/main/ceilometer-agent-compute_2014.2.2-fuel6.0.1~mira1_all.deb Size: 7102 MD5Sum: e49d99a7be44f94fe0d0db51a592bcf3 SHA1: d4b8edd447a524e6b793e6fd672035d3d392a3f1 SHA256: 7909cd51df6f9dc7e4e9854d5c00a092d5e9647ae04f09aef931bbe2bffc2f29 SHA512: 72211a49912f2f3b7a2ced988e5a5aff9824577578a5ff28be8b83e07e5b003857904d6f75ae1eeaa67b6b1379a8dc8f694cf1339b09b94fff180d2d609f9902 Description: ceilometer compute agent Ceilometer aims to deliver a unique point of contact for billing systems to aquire all counters they need to establish customer billing, accross all current and future OpenStack components. The delivery of counters must be tracable and auditable, the counters must be easily extensible to support new projects, and agents doing data collections should be independent of the overall system. . (A ceilometer is an instrument that measures cloud coverage.) . This package contains the compute agent Package: ceilometer-agent-notification Priority: optional Section: python Installed-Size: 9 Maintainer: Chuck Short Architecture: all Source: ceilometer Version: 2014.2.2-fuel6.0.1~mira1 Depends: ceilometer-common (= 2014.2.2-fuel6.0.1~mira1), upstart-job, python Filename: pool/main/ceilometer-agent-notification_2014.2.2-fuel6.0.1~mira1_all.deb Size: 7068 MD5Sum: d4d082bba95e1df3f9c80c84c82c67fb SHA1: 21062867f2ccad49ad28327dc0ff917de35e8742 SHA256: 95032f6a0996bddc36ddca7760f7141945c5a490c002fa23940b9eab831df613 SHA512: 417677b24ecd55fe20d49c219613849d401c03b8707966553acbe84744eb642db9f5d155bf78e4b88b04dbd1f378dbb4c0a4bd8e0d986fbc84866b39dd3d98f4 Description: ceilometer notification agent Ceilometer aims to deliver a unique point of contact for billing systems to aquire all counters they need to establish customer billing, accross all current and future OpenStack components. The delivery of counters must be tracable and auditable, the counters must be easily extensible to support new projects, and agents doing data collections should be independent of the overall system. . (A ceilometer is an instrument that measures cloud coverage.) . This package contains the notification agent. Package: ceilometer-alarm-evaluator Priority: optional Section: python Installed-Size: 9 Maintainer: Chuck Short Architecture: all Source: ceilometer Version: 2014.2.2-fuel6.0.1~mira1 Depends: ceilometer-common (= 2014.2.2-fuel6.0.1~mira1), upstart-job, python Filename: pool/main/ceilometer-alarm-evaluator_2014.2.2-fuel6.0.1~mira1_all.deb Size: 7180 MD5Sum: dd0e1736b960750554f675e80624a761 SHA1: b253c4a8cbd7b14ef2b5b284de90f7a539515dcc SHA256: 4742594f1f84e30b00c18c367feac86cb97c511768a7d298f551417298f023e0 SHA512: d0c63c6c3ceb7f4126e4094659bcc0c973e9bf6b062333fca1651ca43a3c91751f4a51143a0abde531405cd14beb5f893c6fb9bba5b1dc8ad1781920aeb76b33 Description: Ceilometer alarm evaluator Ceilometer aims to deliver a unique point of contact for billing systems to aquire all counters they need to establish customer billing, accross all current and future OpenStack components. The delivery of counters must be tracable and auditable, the counters must be easily extensible to support new projects, and agents doing data collections should be independent of the overall system. . (A ceilometer is an instrument that measures cloud coverage.) . This package contains the alarm evaluator daemon. Package: ceilometer-alarm-notifier Priority: optional Section: python Installed-Size: 9 Maintainer: Chuck Short Architecture: all Source: ceilometer Version: 2014.2.2-fuel6.0.1~mira1 Depends: ceilometer-common (= 2014.2.2-fuel6.0.1~mira1), upstart-job, python Filename: pool/main/ceilometer-alarm-notifier_2014.2.2-fuel6.0.1~mira1_all.deb Size: 7184 MD5Sum: f12faa4d231749587aaa795cc7850d77 SHA1: a386cee5aee42fba15d82ce7aa4c5b635bdb0834 SHA256: 932acd8fafe6386879885b8919c02cbe1fbf6baab08f109cc95007cd6a6f1ed5 SHA512: 21e63fe2262aef57e4540a725a0dca486b82a79735d2a2d7140f747966fefd091ea4fc78bc496c3c9a8572db6a99a20be773e478660e66348d31f5401384bbc6 Description: Ceilometer notification agent Ceilometer aims to deliver a unique point of contact for billing systems to aquire all counters they need to establish customer billing, accross all current and future OpenStack components. The delivery of counters must be tracable and auditable, the counters must be easily extensible to support new projects, and agents doing data collections should be independent of the overall system. . (A ceilometer is an instrument that measures cloud coverage.) . This package contains the alarm notifier daemon. Package: ceilometer-api Priority: optional Section: python Installed-Size: 9 Maintainer: Chuck Short Architecture: all Source: ceilometer Version: 2014.2.2-fuel6.0.1~mira1 Depends: ceilometer-common (= 2014.2.2-fuel6.0.1~mira1), upstart-job, python Suggests: mongodb Filename: pool/main/ceilometer-api_2014.2.2-fuel6.0.1~mira1_all.deb Size: 7092 MD5Sum: 4ff3d35b383e220e290f099aaa17519e SHA1: feb2b9e4c76fbb8fc2f9e957b28c39c2c80a0fd4 SHA256: 52170f9d8302ed5c0f0f4dc64bf35532a1b005066b6e3273721cfdbbed8ce90e SHA512: 6f22faee5c1783bfe557dfbbfcf11194918be3873e2d0c8b467ede89e475dbe033acc1d6c9fb4dbf3306bf6ecfb44b0d716a38c95a667bbade3821e58f936ca5 Description: ceilometer api service Ceilometer aims to deliver a unique point of contact for billing systems to aquire all counters they need to establish customer billing, accross all current and future OpenStack components. The delivery of counters must be tracable and auditable, the counters must be easily extensible to support new projects, and agents doing data collections should be independent of the overall system. . This package contains the api service Package: ceilometer-collector Priority: optional Section: python Installed-Size: 9 Maintainer: Chuck Short Architecture: all Source: ceilometer Version: 2014.2.2-fuel6.0.1~mira1 Depends: ceilometer-common (= 2014.2.2-fuel6.0.1~mira1), upstart-job, python Suggests: mongodb Filename: pool/main/ceilometer-collector_2014.2.2-fuel6.0.1~mira1_all.deb Size: 7112 MD5Sum: bea0ae4aacc8fd538004b76f3c8b7208 SHA1: afe6bc491a9630241e744ae339e7c776b67d2398 SHA256: e59c70ad23c4c4043b6cd1cb27577537103fbbd3c7fceac686bdc69b47ae5362 SHA512: 085a36f51a3e751d673da090260517bb3f9cb9012ce1b6884a0e873b68cd6f02324da1ac639c301e030a21bfdf77a9527a3118a9ffc2d60f05fdfef4dffa4b09 Description: ceilometer collector service Ceilometer aims to deliver a unique point of contact for billing systems to aquire all counters they need to establish customer billing, accross all current and future OpenStack components. The delivery of counters must be tracable and auditable, the counters must be easily extensible to support new projects, and agents doing data collections should be independent of the overall system. . (A ceilometer is an instrument that measures cloud coverage.) . This package contains the collector service Package: ceilometer-common Priority: optional Section: python Installed-Size: 44 Maintainer: Chuck Short Architecture: all Source: ceilometer Version: 2014.2.2-fuel6.0.1~mira1 Depends: adduser, python-ceilometer (= 2014.2.2-fuel6.0.1~mira1), python Filename: pool/main/ceilometer-common_2014.2.2-fuel6.0.1~mira1_all.deb Size: 18122 MD5Sum: 7619b4be0126719af638cc7a8363f49b SHA1: 580878887348d778a1a53fe26b9d64164a0c87fe SHA256: f08f0dd5ca4465b81322d5c627a409048c127ab6d81806d9ee53ec89b10ba76b SHA512: e0be641d7c895a5e8774762f182ca39e74e99d064229bf151755acd38b7258e2988c6cf996ba180055564761eb438f9491066aefd86e5ceb9a74c21190643edf Description: ceilometer common files Ceilometer aims to deliver a unique point of contact for billing systems to aquire all counters they need to establish customer billing, accross all current and future OpenStack components. The delivery of counters must be tracable and auditable, the counters must be easily extensible to support new projects, and agents doing data collections should be independent of the overall system. . (A ceilometer is an instrument that measures cloud coverage.) . This package contains files that are needed for all parts of ceilometer Package: ceph-common Priority: optional Section: admin Installed-Size: 19252 Maintainer: Laszlo Boszormenyi (GCS) Architecture: amd64 Source: ceph Version: 99:0.80.7-ubuntu6 Replaces: ceph (<< 0.78-500), ceph-client-tools Depends: librbd1 (= 99:0.80.7-ubuntu6), libblkid1 (>= 2.17.2), libboost-thread1.46.1 (>= 1.46.1-1), libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libgoogle-perftools4, libkeyutils1, libnspr4 (>= 1.8.0.10), libnss3 (>= 3.12.0~1.9b1), librados2, libstdc++6 (>= 4.6), libuuid1 (>= 2.16), python-ceph (= 99:0.80.7-ubuntu6), python-requests Suggests: ceph, ceph-mds Conflicts: ceph-client-tools Breaks: ceph (<< 0.78-500) Filename: pool/main/ceph-common_0.80.7-ubuntu6_amd64.deb Size: 6566578 MD5Sum: ef3a919f9b904f1224bb28a6bbe96004 SHA1: 6dcb5ecdfa29cecdda25ed7a5d2c7526ab617713 SHA256: 5b459a6066963a36d337ad2e55145fb89b49a019b25fe9e6b9aab6a6c5b90010 SHA512: 1faa444f0daa4558c6c4b78bf80791b0d2fe0b882b33e284dd2c02397e14fce4a1d9ac2f21aa85455772695fb244d12e015fd1dd0f780ff5619070e5058cee05 Description: common utilities to mount and interact with a ceph storage cluster Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. This is a collection of common tools that allow one to interact with and administer a Ceph cluster. Homepage: http://ceph.com/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 18m Package: ceph-deploy Priority: optional Section: admin Installed-Size: 550 Maintainer: Ubuntu Developers Original-Maintainer: Sage Weil Architecture: all Version: 1.5.9-ubuntu5 Depends: python (>= 2.7.1-0ubuntu2), python-argparse, python-pushy (>= 0.5.3), python-setuptools, python2.7, python (<< 2.8), python-pkg-resources Filename: pool/main/ceph-deploy_1.5.9-ubuntu5_all.deb Size: 96342 MD5Sum: c78d4d95580946031b99e5361bb51e36 SHA1: 56368af9ae4622780df2d7892c924cae3ebeab87 SHA256: 758dd594fa077b165f0b94e6ebdfdbb35d85a804922cb86241d9f666d70aaa9e SHA512: 8193c0a5093c81d9575c5f7d1661a71ae25430131fb5291b3e049a44048356627d88078deb82b8966fcb32d50e850571b575fb8a58647e1dd3c887a4530e9c6b Description: Deployment and configuration of Ceph. Ceph-deploy is an easy to use deployment and configuration tool for the Ceph distributed storage system. . This package includes the programs and libraries to support simple ceph cluster deployment. Homepage: http://ceph.com/ Package: ceph-fs-common Priority: optional Section: admin Installed-Size: 62 Maintainer: Laszlo Boszormenyi (GCS) Architecture: amd64 Source: ceph Version: 99:0.80.7-ubuntu6 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libkeyutils1, libstdc++6 (>= 4.4.0) Suggests: ceph-mds Conflicts: ceph-client-tools Filename: pool/main/ceph-fs-common_0.80.7-ubuntu6_amd64.deb Size: 29316 MD5Sum: f36eedb22234f48f24f36767a4a4d3f1 SHA1: 8ae65a5eecc0094d92fd8b6acbeb1500e5cdeee4 SHA256: 95f11cc5152ccc4160057de71b43cd7afd52175f6c538e2faac3eddce3354f50 SHA512: 16d87b18dc02600daeb4a9b16131c562f77b0f1405bdde65de14bd8b48e9e4be5689b3691919cac1264fc2e404c7139bbf9e64aabbaa0011d3c9989c288e3288 Description: common utilities to mount and interact with a ceph file system Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. This is a collection of common tools, including the mount utility, that allows one to mount the Ceph file system with the kernel client. Homepage: http://ceph.com/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 18m Package: ceph-fuse Priority: optional Section: admin Installed-Size: 4994 Maintainer: Laszlo Boszormenyi (GCS) Architecture: amd64 Source: ceph Version: 99:0.80.7-ubuntu6 Depends: libboost-thread1.46.1 (>= 1.46.1-1), libc6 (>= 2.14), libfuse2 (>= 2.8.1), libgcc1 (>= 1:4.1.1), libnspr4 (>= 1.8.0.10), libnss3 (>= 3.12.0~1.9b1), libstdc++6 (>= 4.6), libuuid1 (>= 2.16) Recommends: fuse Filename: pool/main/ceph-fuse_0.80.7-ubuntu6_amd64.deb Size: 1781746 MD5Sum: d74d631a36430d258932841c95ced62d SHA1: ffce2127a1f8d46c5bcdcc351e4fa2d2638ebd5c SHA256: 409513611560db08746818b6df9b1af70221b135e4d321221140af262e12a2f1 SHA512: 4463186a3bb4c1f4f7140c612ce7b95b2b632984638884070ef256c5fe5c6908dd9d3fc93a17f11cfdb5584f0865f1ee3f02e8f1c3200cb5c267d22a07a73cec Description: FUSE-based client for the Ceph distributed file system Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. This is a FUSE-based client that allows one to mount a Ceph file system without root privileges. . Because the FUSE-based client has certain inherent performance limitations, it is recommended that the native Linux kernel client be used if possible. If it is not practical to load a kernel module (insufficient privileges, older kernel, etc.), then the FUSE client will do. Homepage: http://ceph.com/ Package: ceph-mds Priority: optional Section: universe/admin Installed-Size: 7492 Maintainer: Laszlo Boszormenyi (GCS) Architecture: amd64 Source: ceph Version: 99:0.80.7-ubuntu6 Replaces: ceph (<< 0.58-1) Depends: ceph, libboost-thread1.46.1 (>= 1.46.1-1), libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libgoogle-perftools4, libnspr4 (>= 1.8.0.10), libnss3 (>= 3.12.0~1.9b1), libstdc++6 (>= 4.6), libuuid1 (>= 2.16) Recommends: ceph-fs-common, ceph-fuse, libcephfs1 Breaks: ceph (<< 0.58-1) Filename: pool/main/ceph-mds_0.80.7-ubuntu6_amd64.deb Size: 2845764 MD5Sum: 575e9d0ee8d6c96dff7dc0e3cef586f1 SHA1: 46c8d8ede6b52e02149747bcfbb165fa5b112bcd SHA256: 592d400b2decd619ef609d98221f8b8cdf5a6176550ffc61bcb4dbe392aa3fde SHA512: 27457683f721b1fbd6a69e8905c57756fb8347e73a0205700e02a07a3db55113e85d3cf1daab2846c1e5d2a78147664852b5fe3ea4b02132eb12cf4a6cad968f Description: metadata server for the ceph distributed file system Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. . This package contains the metadata server daemon, which is used to create a distributed file system on top of the ceph storage cluster. Homepage: http://ceph.com/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: ceph Priority: optional Section: admin Installed-Size: 36044 Maintainer: Laszlo Boszormenyi (GCS) Architecture: amd64 Version: 99:0.80.7-ubuntu6 Replaces: ceph-common (<< 0.78-500) Depends: binutils, ceph-common (>= 0.78-500), cryptsetup-bin | cryptsetup, gdisk, parted, python, python-argparse, sdparm | hdparm, uuid-runtime, xfsprogs, libaio1 (>= 0.3.93), libboost-thread1.46.1 (>= 1.46.1-1), libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libgoogle-perftools4, libleveldb1, libnspr4 (>= 1.8.0.10), libnss3 (>= 3.12.0~1.9b1), libstdc++6 (>= 4.6), libuuid1 (>= 2.16) Recommends: btrfs-tools, ceph-mds, librados2, librbd1 Filename: pool/main/ceph_0.80.7-ubuntu6_amd64.deb Size: 11240838 MD5Sum: 43e9a8cb917cad86e623669867e093a2 SHA1: 658cfe092b04e504cb04661ca7c9371a2a5ed9a0 SHA256: e74e6f513b4783c4ddf496c7c8ebf68fccb36d70932876df31167d431d685c3b SHA512: 072cfd1496efc4d947df2cbfe9025f9a841bd27044d28d0750c48282b7fe08101dd89869a689b6a5bfaea52cfd915db8d618af21ebd3052123ffe18f0d2ff0d5 Description: distributed storage and file system Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. . This package contains all server daemons and management tools for creating, running, and administering a Ceph storage cluster, with the exception of the metadata server, which is necessary for using the distributed file system and is provided by the ceph-mds package. Homepage: http://ceph.com/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 18m Package: cgroup-lite Priority: extra Section: admin Installed-Size: 49 Maintainer: Ubuntu Developers Architecture: all Version: 1.1.5 Depends: upstart-job Conflicts: cgroup-bin Filename: pool/main/cgroup-lite_1.1.5_all.deb Size: 4098 MD5Sum: 0501cb4db19abf6057bf68eb514f554c SHA1: 853e40a53f28db49a84cff3aaa9ebf518934ec50 SHA256: 072e18de39d2353ca1fa2d208102e1050fb2192db0aa3a7599dcd92c6e958912 SHA512: 068937e8ac30ebc52c2d943ca7563aeae2321e0816eba2217b7633fcb10169a0e4827f50e207c77e5ad85ed93c21de96d9b9a1475d0f24ab242d1c5b1ad5fee2 Description: Light-weight package to set up cgroups at system boot Control groups are a kernel mechanism for tracking and imposing limits on resource usage on groups of task. . This package installs an upstart job to set up cgroups when the system boots, without doing any cgroup management or doing any classification of tasks into cgroups. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: cinder-api Priority: extra Section: net Installed-Size: 11 Maintainer: Chuck Short Architecture: all Source: cinder Version: 1:2014.2.2-fuel6.0.1~mira3 Depends: cinder-common (= 1:2014.2.2-fuel6.0.1~mira3), upstart-job, python Filename: pool/main/cinder-api_2014.2.2-fuel6.0.1~mira3_all.deb Size: 9338 MD5Sum: ad0b1efcb4cf2233c65524a670f490b1 SHA1: d29c744bba4c289bcac2576530b778a4caa28b94 SHA256: ef60b3f4b84ed6983eb37696c1942c1c9e13a1b03d6e15244362e00e20199df0 SHA512: a33ab43fcfde0889d88e84c584f4278812bcb781e0724d51d7da4401ed131e78bcc333cc24ebfcd450469597490dfb6b0d7fa72acfff6a808cbb6cbb35ac0f52 Description: Cinder storage service - API server OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . Cinder is the OpenStack Block storage service. . This package contains the Cinder API server. Homepage: http://launchpad.net/cinder Package: cinder-backup Priority: extra Section: net Installed-Size: 11 Maintainer: Chuck Short Architecture: all Source: cinder Version: 1:2014.2.2-fuel6.0.1~mira3 Depends: cinder-common (= 1:2014.2.2-fuel6.0.1~mira3), upstart-job, python Filename: pool/main/cinder-backup_2014.2.2-fuel6.0.1~mira3_all.deb Size: 9096 MD5Sum: 3fef70afb75d431c89ec6d28707a5e4b SHA1: cb1c49e2f350fc8191b684125d32cdda9088dc41 SHA256: 9df9edb70b738d26ac47ced53b4ed49d6e280b7851ba039c5b7532cd27f11198 SHA512: 9f33a23f6041d47549ab0f7f7d539f3922809cad11fada35241164fc4c3c1132df9f98e328c5d0882c05e54ef62fd56a6292f124c6753d6f0fdcb27d8f3102ae Description: Cinder storage service - Scheduler server OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . Cinder is the OpenStack Block storage service. . This package contains the Cinder backup service. Homepage: http://launchpad.net/cinder Package: cinder-common Priority: extra Section: net Installed-Size: 41 Maintainer: Chuck Short Architecture: all Source: cinder Version: 1:2014.2.2-fuel6.0.1~mira3 Depends: adduser, python-cinder (= 1:2014.2.2-fuel6.0.1~mira3), python Filename: pool/main/cinder-common_2014.2.2-fuel6.0.1~mira3_all.deb Size: 18818 MD5Sum: 9f3c14ca2d1a036d7c3f6b6799fa9eb1 SHA1: 800ee855f3739788bd1c2336c10b3a5fe5b022b8 SHA256: 4d8520e32455cd2a1ec6d3b238c74fe065adf82e8813e2e66c60bfc9e282bac1 SHA512: 6bc42536848ada36a7b1f4c0477ff76a41e0de80cc95145d5f8a641b8873116a38c6ac61f9ffac58a4e0060a28202702eb20b052a31d1676294298cba6dbab35 Description: Cinder storage service - common files OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . Cinder is the OpenStack Block storage service. . This package contains commons components for Cinder. Homepage: http://launchpad.net/cinder Package: cinder-scheduler Priority: extra Section: net Installed-Size: 12 Maintainer: Chuck Short Architecture: all Source: cinder Version: 1:2014.2.2-fuel6.0.1~mira3 Depends: cinder-common (= 1:2014.2.2-fuel6.0.1~mira3), upstart-job, python Filename: pool/main/cinder-scheduler_2014.2.2-fuel6.0.1~mira3_all.deb Size: 9414 MD5Sum: e9a149f8cf0d0fd65beec246466f3b2c SHA1: 2bf58dcf51b9f550496f07d992f0eb505bf51d16 SHA256: fb3d3750129e362c0eabb0fe25177902b0bb41ed43de3eac89e3f407dfd40055 SHA512: 68512867f0a72d7412a4dbf7233f0c2b8b06c9cfcee94e0ad1d090fc3514b6a25b4a0edd49936575f783c5ff2118866eda09bb37dc54e88cee7608234f3ef63b Description: Cinder storage service - Scheduler server OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . Cinder is the OpenStack Block storage service. . This package contains the Cinder Scheduler server. Homepage: http://launchpad.net/cinder Package: cinder-volume Priority: extra Section: net Installed-Size: 32 Maintainer: Chuck Short Architecture: all Source: cinder Version: 1:2014.2.2-fuel6.0.1~mira3 Replaces: cinder-common (<= 2012.2~rc1~20120907.1154-0ubuntu1) Depends: cinder-common (= 1:2014.2.2-fuel6.0.1~mira3), lvm2, tgt, upstart-job, python Breaks: cinder-common (<= 2012.2~rc1~20120907.1154-0ubuntu1) Filename: pool/main/cinder-volume_2014.2.2-fuel6.0.1~mira3_all.deb Size: 13738 MD5Sum: b4d253007ea58bab86684ad7e283f13c SHA1: 65e687c13076f96d2e513d6c62243f34b39ccc5e SHA256: 822971aefe8178f83e407d879b6a8e24c2aa6cec00d539d5ce51a180c783170f SHA512: 550ff0cb6486ed62bf2e2d2188b1c9897b4e6a6787d6e3f01043bcbb220b0f93df1d47d845496bdf3485d7339ee878344058117e328996e4515086817331fc86 Description: Cinder storage service - Volume server OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . Cinder is the OpenStack Block storage service. . This package contains the Cinder Volume server. Homepage: http://launchpad.net/cinder Package: cirros-testvm-mellanox Priority: extra Section: optional Installed-Size: 13557 Maintainer: Mellanox Architecture: amd64 Version: 0.3.2-ubuntu3 Filename: pool/main/cirros-testvm-mellanox_0.3.2-ubuntu3_amd64.deb Size: 13403512 MD5Sum: bef76e7cf4eefbfb08397dad52892460 SHA1: adf86673dce51287e10feffda23c0eb4b24af4b8 SHA256: 43489e625e7c653c07ad8623436cdbf831ec90220a7a6f9e4c9e0e139af888a9 SHA512: 2a28f2955bdec7a2731fd42e38c73f916274c90fc2e0a9d49ec7d41bf98f882299a225cd1ba2976d1614c9b047c303397b20405722037375aacf60f7aa188e00 Description: Cirros test-vm with Mellanox drivers Package: cirros-testvmware Priority: optional Section: admin Installed-Size: 81794 Maintainer: Mirantis Product Architecture: amd64 Version: 0.3.3-ubuntu5 Filename: pool/main/cirros-testvmware_0.3.3-ubuntu5_amd64.deb Size: 49492092 MD5Sum: b22083ba851590e5ceaa76bf5ae34985 SHA1: 5e9028e7611d417d2d332b1279331584f5dea4c4 SHA256: 0b98996a661affcc61660200f50e72f6492479dbcf938300889eed387464153a SHA512: d312c1ecef6783b8c35ed0e0ad963556b76de976cd10de1bfcf611f625c5ca79c055be60aad5baf3248fb2f5e291f6691e5d1e160776eef3b4a7bc56db2f8eba Description: Cirros Test VM image (VMDK format) Package: cirros-testvm Priority: optional Section: admin Installed-Size: 12860 Maintainer: Mirantis Product Architecture: amd64 Version: 0.3.2-ubuntu5 Filename: pool/main/cirros-testvm_0.3.2-ubuntu5_amd64.deb Size: 12610996 MD5Sum: 84869f9b1e810c2fc988018fa5a09221 SHA1: 402470929ca9bfd5122ccff7bb6d1d81e9a5cdc0 SHA256: 59f9339b6d3ba4adf3543c8a981512a2adb6052b3042b518cc8b4334cb550b37 SHA512: 28032d42d593b1a1d7cb9ac738588b0cf9ca580ec1b8323d04cc4bb4fcd787e3c4b9076dc22f33faba8b0eb748cdc0592d5e1d4e66fefe5c938db7c989444b8f Description: Cirros Test VM image Package: cliff-tablib Priority: extra Section: python Installed-Size: 17 Maintainer: PKG OpenStack Architecture: all Version: 1.0-2~cloud0 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-cliff, python-tablib Pre-Depends: dpkg (>= 1.15.6~) Filename: pool/main/cliff-tablib_1.0-2~cloud0_all.deb Size: 13318 MD5Sum: 4f16cf428719384113176601c0c915f1 SHA1: 1f8709e29a82c6de0af837613ba4137a42870937 SHA256: 1572102cdb20b934870459ead9d9ac9e39ca327f7292f0ed0bacd08a8d71b6a0 SHA512: 5f3660c943ffda022c16e07f5159ce8409fbeb603c2001782b960b351c54fb227668e43d52f872f5c4f0dc3a838cbe14a46d8c5559cbc178678cbd964f50d7a6 Description: tablib formatters for cliff Cliff-tablib is a set of formatter extensions for producing JSON, YAML, and HTML output. Installing cliff-tablib activates these formatters for any cliff-based programs automatically. Homepage: https://github.com/dreamhost/cliff-tablib Package: cloud-init Priority: extra Section: admin Installed-Size: 1015 Maintainer: Scott Moser Architecture: all Version: 0.7.5-0ubuntu1 Replaces: ec2-init (<< 0.5.3) Provides: ec2-init Depends: cloud-guest-utils | cloud-utils, ifupdown (>= 0.6.10ubuntu5), procps, python (>= 2.7.1-0ubuntu2), python-requests (>= 0.8.2), software-properties-common, debconf (>= 0.5) | debconf-2.0, python2.7, python (<< 2.8), python-cheetah, python-prettytable, python-oauth, python-serial, python-configobj, python-yaml, python-argparse, python-jsonpatch Recommends: eatmydata Conflicts: ec2-init (<< 0.5.3) Filename: pool/main/cloud-init_0.7.5-0ubuntu1_all.deb Size: 266292 MD5Sum: 43077741ae380cfb144b2985dd769cba SHA1: 0991b7b16657ee34e29d551bdae0a8e8b45615d1 SHA256: e316637083b6b532ae079d7ae5cb94743ec5cf46f1fdd8dcae8fc27fff338268 SHA512: 32a60c6fa89babc9d88867259fb3eacff8ca4206a29f7612d64008114f7e6e674f8faf5d946d6f0428eec131aa855574e64ce2a8a8b6f05af513e7fe40fca757 Description: Init scripts for cloud instances Cloud instances need special scripts to run during initialisation to retrieve and install ssh keys and to let the user run various scripts. Python-Version: 2.7 Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: cloud-utils Priority: extra Section: admin Installed-Size: 131 Maintainer: Scott Moser Architecture: all Version: 0.25-0ubuntu5.1 Depends: euca2ools, file, e2fsprogs (>= 1.4), python, python-yaml, python-paramiko, util-linux (>= 2.17.2) Filename: pool/main/cloud-utils_0.25-0ubuntu5.1_all.deb Size: 36210 MD5Sum: a47dc54bd55fa598e1648751af0dae11 SHA1: d4b9685401989265ce750e5fb4b72043656dc519 SHA256: 140cc1cd1de0bc80b1dd402461110c970f7d7e36e94474a5d7faaf353c90f438 SHA512: 6438f0399195bc9bdf3e404063323be8db3d3759cfee3882bdb6065f4c88700705953d465a79d6b6565c1f4ad4aae3f8f3ecffc67176cbc4cd0185ba2c27725b Description: cloud image management utilities This package provides a useful set of utilities for managing cloud images. . The euca2ools package (a dependency of cloud-utils) provides an Amazon EC2 API compatible set of utilities for bundling kernels, ramdisks, and root filesystems, and uploading them to either EC2 or UEC. . The tasks associated with image bundling are often tedious and repetitive. The cloud-utils package provides several scripts that wrap the complicated tasks with a much simpler interface. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: cluster-glue Priority: optional Section: admin Installed-Size: 1414 Maintainer: Debian HA Maintainers Architecture: amd64 Version: 1.0.11+hg2754-1.1 Replaces: heartbeat (<= 2.99.2+sles11r9-5), heartbeat-common (<= 2.99.2+sles11r9-5), libheartbeat2 (<= 2.99.2+sles11r9-5) Depends: libbz2-1.0, libc6 (>= 2.14), libcurl3 (>= 7.16.2-1), libdbus-glib-1-2 (>= 0.84), libglib2.0-0 (>= 2.24.0), liblrm2 (= 1.0.11+hg2754-1.1), libopenhpi2, libopenipmi0, libpils2 (= 1.0.11+hg2754-1.1), libplumb2 (= 1.0.11+hg2754-1.1), libplumbgpl2 (= 1.0.11+hg2754-1.1), libsnmp15 (>= 5.4.3~dfsg), libstonith1 (= 1.0.11+hg2754-1.1), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4), perl, python (>= 2.7.1-0ubuntu2), python2.7, libtimedate-perl Conflicts: heartbeat (<= 2.99.2+sles11r9-5), heartbeat-common (<= 2.99.2+sles11r9-5), libheartbeat2 (<= 2.99.2+sles11r9-5) Filename: pool/main/cluster-glue_1.0.11+hg2754-1.1_amd64.deb Size: 393356 MD5Sum: e60d105e47cb415881fce64e8dfb9740 SHA1: 00fc3f2aaa006f14badb6d43979f21ffffe97333 SHA256: ada20e7f46ae927c23d9f221e88e7a5b5e42717b17c64f94a6ad95c0862550df SHA512: c8160f22a71fb9933405ba9f800b79777879a7c9f5fa5d152b4c4d9fc2fffb2c88505972bec5bfe4f6430089aa97956a393115fc2ae6d728885ac3e8492a9eed Description: Reusable cluster components for Linux HA This package contains node fencing plugins, an error reporting utility, and other reusable cluster components from the Linux HA project. Homepage: http://hg.linux-ha.org/glue/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: cmap-adobe-japan1 Priority: optional Section: misc Installed-Size: 2464 Maintainer: Ubuntu Developers Original-Maintainer: Kenshi Muto Architecture: all Version: 0+20090930-2 Filename: pool/main/cmap-adobe-japan1_0+20090930-2_all.deb Size: 721048 MD5Sum: 0ff11ca2b0c34b3a99fc4903f8c32e2f SHA1: 173378355dfb4d7cf74bf02e74c841d91a450d82 SHA256: f94ed2ba5a4ae3dea78f32cdb9937ea1d3424854cc84524e820af93ee3829f65 SHA512: 2110543e7b35b857489d250ac531cd3752b081159f10af54e6d762ead2fd88653b5c5d14507f055d5751f8b10d27d484d21bd5270c6b774ad2659c135f5f7afd Description: CMaps for Adobe-Japan1 CMap is a sort of a mapping table used for converting a certain charset/encoding-specific charcode to CID code. . This package contains CMap files for Adobe-Japan1 character collection, which stands for Adobe-defined one, and including standard Japanese charsets. . It is used by gs-cjk (ghostscript with CJK-TrueType extension) to handle Japanese TrueType fonts. Homepage: http://opensource.adobe.com/wiki/display/cmap/CMap+Resources Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: command-not-found-data Priority: standard Section: admin Installed-Size: 2911 Maintainer: Michael Vogt Original-Maintainer: Zygmunt Krynicki Architecture: amd64 Source: command-not-found Version: 0.2.46ubuntu6 Filename: pool/main/command-not-found-data_0.2.46ubuntu6_amd64.deb Size: 1011664 MD5Sum: 881005c8067801c5d099b5372f6ba3ca SHA1: e3c127678388aef7a9f2b3a5416ec60297408669 SHA256: 5297992825e39c62cb3d18a2f7b05ddbf709bc2395433eaa875adc9fa2a35071 SHA512: ad0490e7bc2ae16e5ebf2ced28b3aab233732cda191f330b622dbddc5473e526dc983d5593554303eeeef68e9056fbc17bdeb0ad661415e1fc84a654cafbe275 Description: Set of data files for command-not-found. This package provides the required data used by the command-not-found application. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active Package: command-not-found Priority: standard Section: admin Installed-Size: 85 Maintainer: Michael Vogt Original-Maintainer: Zygmunt Krynicki Architecture: all Version: 0.2.46ubuntu6 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-apt, command-not-found-data, python-gdbm, lsb-release Filename: pool/main/command-not-found_0.2.46ubuntu6_all.deb Size: 7606 MD5Sum: e61d1756275050f3a08772b053a9d57a SHA1: f2341ffe39a055b12fd133049581219a6524b286 SHA256: 0fc58c1a13b75163c8d6953adb17ce1c73ca69db8e292f913672416cbdf66865 SHA512: 2ab3028956e5bc450be3cf8b5a858192595fbcdd430a395146f15d9eb443bbec129fb3b99823e01a7eab424011b8dd00adb50e99bb646187dda5f0b138130934 Description: Suggest installation of packages in interactive bash sessions This package will install a handler for command_not_found that looks up programs not currently installed but available from the repositories. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: conntrack Priority: optional Section: universe/net Installed-Size: 108 Maintainer: Ubuntu Developers Original-Maintainer: Alexander Wirt Architecture: amd64 Version: 1:1.0.0-2ubuntu1 Depends: libc6 (>= 2.7), libnetfilter-conntrack3 (>= 0.0.100), libnfnetlink0 (>= 1.0.0) Filename: pool/main/conntrack_1.0.0-2ubuntu1_amd64.deb Size: 25296 MD5Sum: ed8ffd20613479fc6e5122c75198d872 SHA1: fd1ca9298331ef7f8fb6f0aaed8d76e9e2a7a398 SHA256: c68669a1627af8731a7300acb427fc2b6496cb6ba0812be5fe6cedd9ebc9391f SHA512: 8ce0ae9d8575c7d83bfbdba06b7211bf0e0ae171135c1962ab67e5c77d203358d0b7c7c20f67158074cf168bd330159b332c62c1881add48fba3dfd17ebc2af9 Description: Program to modify the conntrack tables conntrack is a userspace command line program targeted at system administrators. It enables them to view and manage the in-kernel connection tracking state table. Homepage: http://conntrack-tools.netfilter.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: console-setup Priority: important Section: utils Installed-Size: 1522 Maintainer: Ubuntu Installer Team Original-Maintainer: Debian Install System Team Architecture: all Version: 1.70ubuntu5 Replaces: console-terminus Provides: console-terminus Depends: debconf (>= 1.5.34), xkb-data (>= 0.9), keyboard-configuration, initramfs-tools (>= 0.85eubuntu12), kbd (>= 1.15-1ubuntu3), upstart-job Suggests: lsb-base (>= 3.0-6), locales Conflicts: console-terminus, lsb (<< 2.0-6), lsb-base (<< 3.0-6), lsb-core (<< 2.0-6) Filename: pool/main/console-setup_1.70ubuntu5_all.deb Size: 1131586 MD5Sum: e65893b584998ec0b92fc97a2920d872 SHA1: bff385deb50804c9629c01e74ce9cce5a59fc5b0 SHA256: fa27ea73d0815ef4d814041375eae1fd1cc53903eb23f609eb257b444a0d84cb SHA512: 922240a1af10551ea4ba82ce4de1f9a2a4e7193bb832f1ab7e169a98da3bc9bb7a9280a9087f965be8379bdee96371587c6a63e5119e794a2c67a6a140af4723 Description: console font and keymap setup program This package provides the Linux console with the same keyboard configuration scheme as the X Window System. As a result, there is no need to duplicate or change the keyboard files just to make simple customizations such as the use of dead keys, the key functioning as AltGr or Compose key, the key(s) to switch between Latin and non-Latin mode, etc. . The package also contains console fonts supporting many of the world's languages. It provides an unified set of font faces - the classic VGA, the simplistic Fixed, and the cleaned Terminus, TerminusBold and TerminusBoldVGA. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: coreutils Essential: yes Priority: required Section: utils Installed-Size: 5496 Maintainer: Ubuntu Developers Original-Maintainer: Michael Stone Architecture: amd64 Version: 8.13-3ubuntu3.3 Replaces: mktemp, timeout Depends: dpkg (>= 1.15.4) | install-info Pre-Depends: libacl1 (>= 2.2.51-5), libattr1 (>= 1:2.4.46-5), libc6 (>= 2.15), libselinux1 (>= 1.32) Conflicts: timeout Filename: pool/main/coreutils_8.13-3ubuntu3.3_amd64.deb Size: 2233770 MD5Sum: 98eb8432598f8d31facf53d4cf484c61 SHA1: 522bdafc3181b9208bbde5b987d4eb46d5eaab17 SHA256: 069006d2405369ff05dd7d369eb12bb7c85b13ff33acd4a6d3acbc2f482222c7 SHA512: 07ba1babb523ce687966f96deb17ee8febb66f520dfc0fc88f6d946171bab3fa24b278125c567393c7cfb16bbbf70d7ddecb4f459ac4ae3bcaa7f4bdeda1bf95 Description: GNU core utilities This package contains the basic file, shell and text manipulation utilities which are expected to exist on every operating system. . Specifically, this package includes: arch base64 basename cat chcon chgrp chmod chown chroot cksum comm cp csplit cut date dd df dir dircolors dirname du echo env expand expr factor false flock fmt fold groups head hostid id install join link ln logname ls md5sum mkdir mkfifo mknod mktemp mv nice nl nohup nproc od paste pathchk pinky pr printenv printf ptx pwd readlink rm rmdir runcon sha*sum seq shred sleep sort split stat stty sum sync tac tail tee test timeout touch tr true truncate tsort tty uname unexpand uniq unlink users vdir wc who whoami yes Multi-Arch: foreign Homepage: http://gnu.org/software/coreutils Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: corosync Priority: optional Section: admin Installed-Size: 995 Maintainer: Debian HA Maintainers Architecture: amd64 Version: 1.4.6-2 Depends: libc6 (>= 2.15), libcfg4 (= 1.4.6-2), libconfdb4 (= 1.4.6-2), libcoroipcs4 (= 1.4.6-2), libcpg4 (= 1.4.6-2), liblogsys4 (= 1.4.6-2), libpload4 (= 1.4.6-2), libquorum4 (= 1.4.6-2), libtotem-pg4 (= 1.4.6-2), libvotequorum4 (= 1.4.6-2), lsb-base (>= 3.0-6), libcoroipcc4 (= 1.4.6-2), libevs4 (= 1.4.6-2), libsam4 (= 1.4.6-2), adduser Conflicts: openais (<< 0.85), openais-legacy (<< 1.0.0) Filename: pool/main/corosync_1.4.6-2_amd64.deb Size: 440390 MD5Sum: 876e6dd5e9cbcc26922fd104fc5f62d8 SHA1: d47d4303255c2019af81821db307f493644d82a1 SHA256: 8655eac99aef15958d9f7270222d5e105f69e2632ba1b82258b523a28871421c SHA512: 4623edb49e48b6685926800627ae85e1cab8a241d9c50e71b943cf6fb46446b240952ff247b7c946bc2eb85f7808dcca3f07b0a3d87618fde7efc87e339de8b8 Description: Standards-based cluster framework (daemon and modules) The corosync project is a project to implement a production quality "Revised BSD" licensed implementation of all core functionalities required by openais. The project implements cutting edge research on virtual synchrony to provide 100% correct operation in the face of failures or partitionable networks with excellent performance characteristics. . The Application Interface Specification is a software API and policies which are used to develop applications that maintain service during faults. . This package contains the corosync daemon and modules. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: cpio Priority: required Section: utils Installed-Size: 324 Maintainer: Ubuntu Developers Original-Maintainer: Ruben Molina Architecture: amd64 Version: 2.11-7ubuntu3.1 Replaces: cpio-mt Depends: libc6 (>= 2.14), dpkg (>= 1.15.4) | install-info Suggests: libarchive1 Conflicts: cpio-mt, mt-st (<< 0.6) Filename: pool/main/cpio_2.11-7ubuntu3.1_amd64.deb Size: 116438 MD5Sum: 65f0d38bd18e4a434a70110bc0da1d67 SHA1: 2fd569c480a86bc2161bcd0b9e53fe0e21469359 SHA256: 5437a57d20e4fce1763ecd1522cf61ee5622bc36f7f04716e36f0b90a360b9be SHA512: f930d78ad6e5880f90deaf739071ae3e1aeea39fcc5345f36ee55b603ea3cc98b174fe645922833b9363037fbe1abc5fd7686d839a9630cc20d1f600f827f617 Description: GNU cpio -- a program to manage archives of files GNU cpio is a tool for creating and extracting archives, or copying files from one place to another. It handles a number of cpio formats as well as reading and writing tar files. Homepage: http://www.gnu.org/software/cpio/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: cpp-4.6 Priority: optional Section: interpreters Installed-Size: 11490 Maintainer: Ubuntu Core developers Original-Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-4.6 Version: 4.6.3-1ubuntu5 Replaces: gcc-4.6 (<< 4.6.1-9) Depends: gcc-4.6-base (= 4.6.3-1ubuntu5), libc6 (>= 2.14), libgmp10, libmpc2, libmpfr4 (>= 3.1.0), zlib1g (>= 1:1.1.4) Suggests: gcc-4.6-locales (>= 4.6.3-1) Filename: pool/main/cpp-4.6_4.6.3-1ubuntu5_amd64.deb Size: 4835634 MD5Sum: 35699061e8f947e467d0916d01d8561a SHA1: d2509ff48fc0d295ce38f1ffc0a228015710e893 SHA256: ca1972d8b33b1da9b2fe5c7f4898e7c55056197321ca79c2cf783e51f8b5d222 SHA512: 1b2da3957eecc42aa5d985f42d8d432301d64266368974c7e431aa01526d2eb33e34c18126aeaca48eabbcf32292120d7d9d2279938f61e9252c0afda4030a99 Description: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. Homepage: http://gcc.gnu.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Build-Essential: yes Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: cpp Priority: optional Section: interpreters Installed-Size: 84 Maintainer: Ubuntu Developers Original-Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.112ubuntu5) Version: 4:4.6.3-1ubuntu5 Depends: cpp-4.6 (>= 4.6.3-1~) Suggests: cpp-doc Conflicts: cpp-doc (<< 1:2.95.3) Filename: pool/main/cpp_4.6.3-1ubuntu5_amd64.deb Size: 27634 MD5Sum: d63f58733bb06ede90d0838990a2a2cb SHA1: 07f8f08df9e3a91b2e5e1c67d79cd95fc3028721 SHA256: 62e8a4cbc565835ee344cd4abfa25c56478b32e7561964170b2fd7c881ea93bd SHA512: c747eb174e0689ceb96915bb6ffbeb8a81c04f5ba4c66545336aa813883100c4b8e85d3a3f4f8535d447cfb82129739972fd9374cf253d733bf5684b48cd7db9 Description: GNU C preprocessor (cpp) The GNU C preprocessor is a macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. . This is a dependency package providing the default GNU C preprocessor. Multi-Arch: allowed Bugs: https://bugs.launchpad.net/ubuntu/+filebug Build-Essential: yes Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: cpu-checker Priority: optional Section: utils Installed-Size: 44 Maintainer: Kees Cook Architecture: amd64 Version: 0.7-0ubuntu1 Replaces: qemu-kvm (<< 0.12.3-0ubuntu13) Depends: msr-tools Conflicts: qemu-kvm (<< 0.12.3-0ubuntu13) Filename: pool/main/cpu-checker_0.7-0ubuntu1_amd64.deb Size: 6538 MD5Sum: a5c070a31e0423db49918e3b0dd30b2b SHA1: 8eccfb0743053bbc92ae213c7fff917ff04845bc SHA256: f1eb725012a396c4587977d7624297fbde9e2ec4f24a62e896dd2451723c62f0 SHA512: c9712f4de8db654a9c3b126842654e10955c77b3744d7b58e45e85e2a32e09f1fbc96816b175bb7234a5cd50b0c36f5c0b17640532f323f5c47334db554a100c Description: tools to help evaluate certain CPU (or BIOS) features There are some CPU features that are filtered or disabled by system BIOSes. This set of tools seeks to help identify when certain features are in this state, based on kernel values, CPU flags and other conditions. Supported feature tests are NX/XD and VMX/SVM. Homepage: https://launchpad.net/cpu-checker Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: virt-host Package: cpufrequtils Priority: optional Section: universe/utils Installed-Size: 214 Maintainer: Ubuntu Developers Original-Maintainer: Mattia Dongili Architecture: amd64 Version: 007-2 Depends: libc6 (>= 2.4), libcpufreq0 (>= 006), debconf (>= 0.5) | debconf-2.0, lsb-base (>= 3.0) Filename: pool/main/cpufrequtils_007-2_amd64.deb Size: 36554 MD5Sum: f6f6d4b0cfb87e46ab4e20fbb1173471 SHA1: fdaa7677b0080887894dcf1b80f5c4fe59c7293f SHA256: 249c3104943fe10f815283586c3f93353349972da61faeb6a91bdef5ef1073b9 SHA512: 3dce33562d0208d7729b5e2c39e381acf3a557f76c5b69a607d9c2fd8f04e60a58ceb13d5bedf3b5e61ca942ed3569f01f6a0554894caf4a65880d50064b8630 Description: utilities to deal with the cpufreq Linux kernel feature This package contains two utilities for inspecting and setting the CPU frequency through both the sysfs and procfs CPUFreq kernel interfaces. . By default, it also enables CPUFreq at boot time if the correct CPU driver is found. Homepage: http://kernel.org/pub/linux/utils/kernel/cpufreq/cpufrequtils.html Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: crash Priority: optional Section: utils Installed-Size: 8016 Maintainer: Ubuntu MOTU Developers Original-Maintainer: Troy Heber Architecture: amd64 Version: 6.1.6-1ubuntu0.12.04.1 Depends: libc6 (>= 2.14), libncurses5 (>= 5.5-5~), libtinfo5, zlib1g (>= 1:1.2.0), binutils Suggests: kexec-tools, makedumpfile Filename: pool/main/crash_6.1.6-1ubuntu0.12.04.1_amd64.deb Size: 2689712 MD5Sum: b93d7850f17beea524bba3b9fb6b5461 SHA1: 5dcd6f1ce0b92526264bc740426b50ce10990dd1 SHA256: 8d167ac9b335da163528191f7601aa5664860be978d135c01e84d76776e9a2c5 SHA512: 0e1e12125b4ed4125cf4c76073a5a1cb56a4aa31063319078e40e6bb725cbcaf57d71708546a19674bc2a9143cc0241245b6463ef0c37379c83a23683df7542a Description: kernel debugging utility, allowing gdb like syntax The core analysis suite is a self-contained tool that can be used to investigate either live systems, or multiple different core dump formats including kdump, LKCD, netdump and diskdump. . o The tool is loosely based on the SVR4 crash command, but has been completely integrated with gdb in order to be able to display formatted kernel data structures, disassemble source code, etc. . o The current set of available commands consist of common kernel core analysis tools such as a context-specific stack traces, source code disassembly, kernel variable displays, memory display, dumps of linked-lists, etc. In addition, any gdb command may be entered, which in turn will be passed onto the gdb module for execution. . o There are several commands that delve deeper into specific kernel subsystems, which also serve as templates for kernel developers to create new commands for analysis of a specific area of interest. Adding a new command is a simple affair, and a quick recompile adds it to the command menu. . o The intent is to make the tool independent of Linux version dependencies, building in recognition of major kernel code changes so as to adapt to new kernel versions, while maintaining backwards compatibility. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: crda Priority: optional Section: net Installed-Size: 96 Maintainer: Ubuntu Developers Original-Maintainer: Ben Hutchings Architecture: amd64 Version: 1.1.2-1ubuntu1 Replaces: wireless-crda (<< 1.15), wireless-regdb (= 2011.04.28-1ubuntu1), wireless-regdb (= 2011.04.28-1ubuntu2) Depends: libc6 (>= 2.4), libnl-3-200 (>= 3.2.3), libnl-genl-3-200 (>= 3.2.3), libssl1.0.0 (>= 1.0.0), wireless-regdb Recommends: iw Breaks: wireless-crda (<< 1.15), wireless-regdb (= 2011.04.28-1ubuntu1), wireless-regdb (= 2011.04.28-1ubuntu2) Filename: pool/main/crda_1.1.2-1ubuntu1_amd64.deb Size: 15162 MD5Sum: 9cc19f6d03f4820089dc7939a39b411e SHA1: e8399fe2519903f8300cdceefcd95d9c4a3269aa SHA256: 21fdace6135f34d11812bc451d4140728a2323c82373630a12d5c3362ca6adf7 SHA512: e5809a6d0de2ef69db9cffda11e915eab31fde5f85c1188808f276fe4d31f551f14befa46879d9060045b9eda57c02cbbb69a7b40f5f54ce04cc5792a5554360 Description: wireless Central Regulatory Domain Agent This package provides a Central Regulatory Domain Agent (CRDA) to be used by the Linux kernel cf80211 wireless subsystem to query and apply the regulatory domain settings wireless devices may operate within for a given location. . CRDA queries operational frequency regulations stored within the regulatory database provided by the wireless-regdb package. Multi-Arch: foreign Homepage: http://wireless.kernel.org/en/developers/Regulatory/#CRDA Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: crmsh Priority: extra Section: admin Installed-Size: 1502 Maintainer: Debian HA Maintainers Architecture: amd64 Version: 1.2.6+git+e77add-ubuntu1 Replaces: pacemaker (<< 1.1.8-1) Depends: python (>= 2.6.6-9), python-support (>= 0.90), python-lxml, python-yaml Recommends: pacemaker (>= 1.1.8-1) Breaks: pacemaker (<< 1.1.8-1) Filename: pool/main/crmsh_1.2.6+git+e77add-ubuntu1_amd64.deb Size: 427466 MD5Sum: b83765a14e70255919ecfc919526deee SHA1: 62264d53fe61f12ed4ba0b0ca68c39abc24ff53a SHA256: 43fc48e594d1cef904befc2b9837d7398afc9430f442b863c47178a4e8caa65f SHA512: 3333bee95c317a221baa7bcee77e4f9f00023c681ff2902f3b5ec0b0523d57cc7dd5eeb15a4d05a22f44be4762fd225ca29cf49e0d2bafa133a45f70c40adf93 Description: CRM shell for the pacemaker cluster manager This package contains the famous CRM shell (crmsh) written by Dejan Muhamedagic. Use it to manipulate the cluster information base (CIB) of a running pacemaker cluster without having to fiddle with XML snipets. The CRM shell used to be part of the pacemaker package itself and became a separate project lately. If you are running a pacemaker cluster, then you should most definetely have this package installed. Homepage: http://savannah.nongnu.org/projects/crmsh/ Package: cron Priority: important Section: admin Installed-Size: 301 Maintainer: Ubuntu Developers Original-Maintainer: Javier Fernandez-Sanguino Pen~a Architecture: amd64 Version: 3.0pl1-120ubuntu4 Provides: cron-daemon Depends: libc6 (>= 2.7), libpam0g (>= 0.99.7.1), libselinux1 (>= 1.32), upstart-job, debianutils (>= 1.7), adduser, lsb-base (>= 3.0-10), libpam-runtime (>= 1.0.1-11) Pre-Depends: dpkg (>= 1.15.7.2) Suggests: anacron (>= 2.0-1), logrotate, checksecurity, exim4 | postfix | mail-transport-agent Breaks: dpkg (<< 1.15.4) Filename: pool/main/cron_3.0pl1-120ubuntu4_amd64.deb Size: 84962 MD5Sum: 6de798193bef18c281eb3a38705e833c SHA1: 140252d6e0a98ebb8353b2acfa089041f3ce279f SHA256: da50a76a7727908d425a26252d8b87dc742919f9cec2103697e3a18cb9f5dfc9 SHA512: 178389fc383620b67183c67cddfa4b45e6b3a7640866b351ee8edec9a67edfeba19a7d32633d4466053d5bf941e91de0e45db3c6f2e5c7f96211e5955d528c63 Description: process scheduling daemon The cron daemon is a background process that runs particular programs at particular times (for example, every minute, day, week, or month), as specified in a crontab. By default, users may also create crontabs of their own so that processes are run on their behalf. . Output from the commands is usually mailed to the system administrator (or to the user in question); you should probably install a mail system as well so that you can receive these messages. . This cron package is configured by default to do some basic daily system maintenance tasks. Other packages, such as checksecurity, can provide further maintenance tasks. Homepage: http://ftp.isc.org/isc/cron/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: cryptsetup-bin Priority: optional Section: admin Installed-Size: 168 Maintainer: Ubuntu Developers Original-Maintainer: Debian Cryptsetup Team Architecture: amd64 Source: cryptsetup Version: 2:1.4.1-2ubuntu4 Replaces: cryptsetup (<< 2:1.4.1-2ubuntu2~) Depends: libc6 (>= 2.15), libcryptsetup4 (>= 2:1.4), libpopt0 (>= 1.14) Breaks: cryptsetup (<< 2:1.4.1-2ubuntu2~) Filename: pool/main/cryptsetup-bin_1.4.1-2ubuntu4_amd64.deb Size: 32208 MD5Sum: 0604b8d5198211b6ce29b437dd239581 SHA1: 8a6f03b363ff4b8041b15c7adb494f2e9dec31e8 SHA256: f09e3cdbad6bf603ea38b5324d06b523a611ccd99296a55249dd676e213e8e25 SHA512: c3a28d01c39b212909bbcd27cffcdffac15e6498b555ceda3f89292c47052a6292e454990bb62c42e131c7d05c75264d548b69aa680e18fe203ebd42a8c774fe Description: disk encryption support - command line tools Cryptsetup provides an interface for configuring encryption on block devices (such as /home or swap partitions), using the Linux kernel device mapper target dm-crypt. It features integrated Linux Unified Key Setup (LUKS) support. Homepage: http://code.google.com/p/cryptsetup/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, edubuntu-desktop-kde, xubuntu-desktop, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-live, ubuntustudio-desktop Package: cryptsetup Priority: optional Section: admin Installed-Size: 309 Maintainer: Ubuntu Developers Original-Maintainer: Debian Cryptsetup Team Architecture: amd64 Version: 2:1.4.1-2ubuntu4 Replaces: cryptsetup-luks, hashalot (<< 0.3-2) Provides: cryptsetup-luks Depends: libc6 (>= 2.4), debconf (>= 0.5) | debconf-2.0, upstart-job, dmsetup, initramfs-tools (>= 0.91) | linux-initramfs-tool, plymouth, cryptsetup-bin Suggests: udev, busybox, dosfstools, liblocale-gettext-perl Conflicts: cryptsetup-luks Breaks: hashalot (<< 0.3-2) Filename: pool/main/cryptsetup_1.4.1-2ubuntu4_amd64.deb Size: 80008 MD5Sum: 67681ae5613be54a6317fb95b0e6a7f6 SHA1: 9f70c14958587a0274c49cca8d4fb0df65c86df5 SHA256: 20be336c489b44f47d4650f25a13125c3f22b627dd507247566d9ed15edd787d SHA512: 55889abef04fe0949323c9cce58b6697e00edb9053c73d02b5a016a0b1c917db031d3a7492cc1c1f2e19ef66c1571c89d935b8b44972838345c39ca465ac227f Description: disk encryption support - startup scripts Cryptsetup provides an interface for configuring encryption on block devices (such as /home or swap partitions), using the Linux kernel device mapper target dm-crypt. It features integrated Linux Unified Key Setup (LUKS) support. . Cryptsetup is backwards compatible with the on-disk format of cryptoloop, but also supports more secure formats. This package includes support for automatically configuring encrypted devices at boot time via the config file /etc/crypttab. Additional features are cryptoroot support through initramfs-tools and several supported ways to read a passphrase or key. Homepage: http://code.google.com/p/cryptsetup/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-live, kubuntu-desktop, kubuntu-full, kubuntu-active-desktop, kubuntu-active-full, kubuntu-active, edubuntu-live, edubuntu-desktop-kde, xubuntu-live, mythbuntu-live, lubuntu-live, ubuntustudio-dvd-live Package: curl Priority: optional Section: web Installed-Size: 345 Maintainer: Ubuntu Developers Original-Maintainer: Ramakrishnan Muthukrishnan Architecture: amd64 Version: 7.22.0-3ubuntu4.14 Replaces: curl-ssl Provides: curl-ssl Depends: libc6 (>= 2.14), libcurl3 (>= 7.16.2-1), zlib1g (>= 1:1.1.4) Filename: pool/main/curl_7.22.0-3ubuntu4.14_amd64.deb Size: 137630 MD5Sum: f5b884e66373afb2df9bda76018fdaf9 SHA1: c10f809d0c03c5e5c6637f5f8956a5f72a33c764 SHA256: 03a05a35d4bdcfabb5682e01ff595de5b1b950e66b2e6a29bf00aca1be48cae9 SHA512: a7a78a917330bc87544562ae03e2b573dcebcc01dc347b5a7eee40d2490947ab7e781885860e612adacee8eb640efc63f637f11a11002d804f9f4b2cdde047e6 Description: Get a file from an HTTP, HTTPS or FTP server curl is a client to get files from servers using any of the supported protocols. The command is designed to work without user interaction or any kind of interactivity. . curl offers a busload of useful tricks like proxy support, user authentication, FTP upload, HTTP post, file transfer resume and more. Homepage: http://curl.haxx.se Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: cloud-image, server Package: daemonize Priority: extra Section: optional Installed-Size: 56 Maintainer: root Architecture: amd64 Version: 1.7.4-1 Depends: libc6 (>= 2.3.4) Filename: pool/main/daemonize_1.7.4-1_amd64.deb Size: 11554 MD5Sum: 470c7c2ce30cbce6302bd95918dfe606 SHA1: 688c8c3ab43bbcd88a658a4ed3d82e359ecc7d6a SHA256: 13dd44b69aaa621a69f6a97a301c5c4ef5d3e65b3e4ddc023839e60e60b9aeb3 SHA512: 556d34d7957b8d14fd81198ddc154f729ba6d60839c3cfec224837342e5c1c7dfcdb4fd7d7cdcd0b0b74ec604e3bebd2ea7201b6d24ece823609d96abfb5b63b Description: A tool to run a command as a daemon daemonize is a command-line utility that runs a command as a Unix daemon. See the accompanying man page for full details Homepage: http://software.clapper.org/daemonize Package: dash Essential: yes Priority: required Section: shells Installed-Size: 215 Maintainer: Ubuntu Developers Original-Maintainer: Gerrit Pape Architecture: amd64 Version: 0.5.7-2ubuntu2 Depends: debianutils (>= 2.15), dpkg (>= 1.15.0) Pre-Depends: libc6 (>= 2.14) Filename: pool/main/dash_0.5.7-2ubuntu2_amd64.deb Size: 89046 MD5Sum: a2236877f4bd5f5bf201d8216b9b9306 SHA1: 06da0d8995c4b5833bfd0c4943d2ee623f68aded SHA256: f239880c28adb06d164f1533a2f3d8b78607bb4ad91b9a3dba161675b01d06cf SHA512: bb32fb574deadae7b71bc62d1e9c18c53b9c19fcc2cd4f9fed5ef1e335d698a2177d70c93e9dc88d09b303b2f69f5ef38d19ce1755315155eef382627fff1380 Description: POSIX-compliant shell The Debian Almquist Shell (dash) is a POSIX-compliant shell derived from ash. . Since it executes scripts faster than bash, and has fewer library dependencies (making it more robust against software or hardware failures), it is used as the default system shell on Debian systems. Homepage: http://gondor.apana.org.au/~herbert/dash/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: dbconfig-common Priority: optional Section: admin Installed-Size: 964 Maintainer: Sean Finney Architecture: all Version: 1.8.47 Depends: ucf (>= 0.28), debconf (>= 0.5) | debconf-2.0 Suggests: virtual-mysql-client | mysql-client | postgresql-client Filename: pool/main/dbconfig-common_1.8.47_all.deb Size: 464282 MD5Sum: 4bde2d62b6dc9e53ceb4cc34f84680ff SHA1: 96d382ae950ad7bf825ee562ff5f358a19eb729a SHA256: 6677914eaa89ce81a5f5290792bb56eb1dc48f40fde5ee7e67a8b552fd6a4f9d SHA512: 68ea24dd6635ea8218c7bdb136dc419d6b2cc7faa7082cb3e062b13e8f01d01deb32818a035632356bf26763300d664e761ac39a75bfe55c67902357f738259e Description: common framework for packaging database applications This package presents a policy and implementation for managing various databases used by applications included in Debian packages. . It can: - support MySQL, PostgreSQL, and sqlite based applications; - create or remove databases and database users; - access local or remote databases; - upgrade/modify databases when upstream changes database structure; - generate config files in many formats with the database info; - import configs from packages previously managing databases on their own; - prompt users with a set of normalized, pre-translated questions; - handle failures gracefully, with an option to retry; - do all the hard work automatically; - work for package maintainers with little effort on their part; - work for local admins with little effort on their part; - comply with an agreed upon set of standards for behavior; - do absolutely nothing if that is the whim of the local admin; - perform all operations from within the standard flow of package management (no additional skill is required of the local admin). Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: dbus Priority: standard Section: devel Installed-Size: 935 Maintainer: Ubuntu Developers Original-Maintainer: Utopia Maintenance Team Architecture: amd64 Version: 1.4.18-1ubuntu1.7 Depends: libc6 (>= 2.14), libdbus-1-3 (>= 1.0.2), libexpat1 (>= 1.95.8), libselinux1 (>= 1.32), upstart-job, adduser, lsb-base (>= 3.2-14), upstart (>= 0.6.3-6), netbase (>= 4.45ubuntu3) Suggests: dbus-x11 Filename: pool/main/dbus_1.4.18-1ubuntu1.7_amd64.deb Size: 362062 MD5Sum: cc5353d3aa78654608768cf9e2b49279 SHA1: b859667358a13fb0c57168d5aabd3e8ce8ecf68a SHA256: e5044b9ad6ec2a052f887e5f8f15a6e64b3caa4c172f3746985c4d58bed20650 SHA512: beae66e493373f4b70ed91b1b08c3e421fe8ea75794d5e894a0d5747dc890c6bb6854a4ab7914bb30ef67a444226d23811fea45489553a0dad25bfbff82b96aa Description: simple interprocess messaging system (daemon and utilities) D-Bus is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity. . D-Bus supports broadcast messages, asynchronous messages (thus decreasing latency), authentication, and more. It is designed to be low-overhead; messages are sent using a binary protocol, not using XML. D-Bus also supports a method call mapping for its messages, but it is not required; this makes using the system quite simple. . It comes with several bindings, including GLib, Python, Qt and Java. . This package contains the D-Bus daemon and related utilities. . The client-side library can be found in the libdbus-1-3 package, as it is no longer contained in this package. Multi-Arch: foreign Homepage: http://dbus.freedesktop.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: dctrl-tools Priority: optional Section: utils Installed-Size: 292 Maintainer: Ubuntu Developers Original-Maintainer: dctrl-tools developers Architecture: amd64 Version: 2.18ubuntu1 Replaces: grep-dctrl Provides: grep-dctrl Depends: libc6 (>= 2.3.4) Suggests: apt, debtags Conflicts: grep-dctrl Filename: pool/main/dctrl-tools_2.18ubuntu1_amd64.deb Size: 83510 MD5Sum: fa36114f37f0ce82b3cd97e5e5186e6e SHA1: ba7a6729c4c0c2a93c4ad02c1eaf4150447c8f54 SHA256: 062cdb53a60c4d4507f5c98de6570163eb465ae96702c92accc5bddd993dee88 SHA512: 1feac651f224d0637deec321dccdb8f1693e418021fc1f85f28756256c4384e325bbef96694a06898d0339262939d10d7ef57c11ae73f8da7467104dab7ccb4a Description: Command-line tools to process Debian package information Debian package information is generally stored in files having a special file format, dubbed the Debian control file format (the dctrl format), a special case of the record jar file format. These tools operate on any files conforming in a general sense to that format and are therefore widely applicable whenever those formats are in play. . Included are: . grep-dctrl - Grep dctrl-format files grep-available - Grep the DPKG available database grep-status - Grep the DPKG status database grep-aptavail - Grep the APT available database grep-debtags - Grep the Debtags package database . sort-dctrl - Sort dctrl-format files . tbl-dctrl - Tabulate dctrl-format files . sync-available - Sync the dpkg available database with the apt database Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: debconf-i18n Priority: important Section: admin Installed-Size: 1075 Maintainer: Colin Watson Original-Maintainer: Debconf Developers Architecture: all Source: debconf Version: 1.5.42ubuntu1 Replaces: debconf (<< 1.3.0), debconf-utils (<< 1.3.22) Depends: debconf, liblocale-gettext-perl, libtext-iconv-perl, libtext-wrapi18n-perl, libtext-charwidth-perl Conflicts: debconf-english, debconf-utils (<< 1.3.22) Filename: pool/main/debconf-i18n_1.5.42ubuntu1_all.deb Size: 226430 MD5Sum: 68e054e05acfc265be2a3f95312e32f4 SHA1: 2769076e71c88b25902e371a98f73052e80be8ee SHA256: f17ae604de9dffae050053a3f937c5959a78cb8ba3435cddff682b2ee58ab6b2 SHA512: fe94fbd1ba4aa20060e40052a88094e32d1506ada3ef92d97f0b5bfd9db7819c314c07a0b25f3ed7ae0dd734127caef9c07606e2aa7f94f9fedfee465cd242a3 Description: full internationalization support for debconf This package provides full internationalization for debconf, including translations into all available languages, support for using translated debconf templates, and support for proper display of multibyte character sets. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: debconf-utils Priority: optional Section: devel Installed-Size: 141 Maintainer: Colin Watson Original-Maintainer: Debconf Developers Architecture: all Source: debconf Version: 1.5.42ubuntu1 Replaces: debconf (<< 0.1.0) Depends: debconf (>= 1.3.20) Conflicts: debconf (<< 0.1.0) Filename: pool/main/debconf-utils_1.5.42ubuntu1_all.deb Size: 54928 MD5Sum: af53b78f589371568704968374bac9e4 SHA1: 03814515613d4844509d087782780bb028209482 SHA256: a12e8211397f564c21a82d9e46763c9c15dd19a58a4b072089d2442bfb264b5d SHA512: 2a3caef989238dd2de58f353090c98bc91242f99cfd8ef33e092b7ae798b51a5198adfc2b12d1f5ce517815d886e393d83865f27edf3de797bfaca03d7f50651 Description: debconf utilities This package contains some small utilities for debconf developers. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: debconf Priority: required Section: admin Installed-Size: 609 Maintainer: Colin Watson Original-Maintainer: Debconf Developers Architecture: all Version: 1.5.42ubuntu1 Replaces: debconf-tiny Provides: debconf-2.0 Pre-Depends: perl-base (>= 5.6.1-4) Recommends: apt-utils (>= 0.5.1), debconf-i18n Suggests: debconf-doc, debconf-utils, whiptail | dialog | gnome-utils, libterm-readline-gnu-perl, libgtk2-perl (>= 1:1.130), libnet-ldap-perl, perl, libqtgui4-perl, libqtcore4-perl Conflicts: apt (<< 0.3.12.1), cdebconf (<< 0.96), debconf-tiny, debconf-utils (<< 1.3.22), dialog (<< 0.9b-20020814-1), menu (<= 2.1.3-1), whiptail (<< 0.51.4-11), whiptail-utf8 (<= 0.50.17-13) Filename: pool/main/debconf_1.5.42ubuntu1_all.deb Size: 144502 MD5Sum: 18b36740d3739ac2481c12df254536c1 SHA1: 25c6ff4451b3224c02e1259c072fbe914abb801a SHA256: 4cbd79672c600fece1a39e7c37974a7a9be78e9ff45e376e9b48beaf67b2a89c SHA512: 373e4d6b622274aeff13a1d16e52993fb847405b74e45250f363fd304825c40e0e6d8e6613648632e0ce3c1f232735afa4c88b2c573ba55e04e6789ff2084c9f Description: Debian configuration management system Debconf is a configuration management system for debian packages. Packages use Debconf to ask questions when they are installed. Multi-Arch: foreign Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: debhelper Priority: optional Section: devel Installed-Size: 973 Maintainer: Ubuntu Developers Original-Maintainer: Joey Hess Architecture: all Version: 9.20120115ubuntu3 Depends: perl, file (>= 3.23), dpkg-dev (>= 1.16.0), html2text, binutils, po-debconf, man-db (>= 2.5.1-1), dh-apparmor Suggests: dh-make Conflicts: dpkg-cross (<< 1.18), python-central (<< 0.5.6), python-support (<< 0.5.3) Filename: pool/main/debhelper_9.20120115ubuntu3_all.deb Size: 615882 MD5Sum: 114e403b59827443101248ec9b62d550 SHA1: 6b230a570c71315b4d5b2dad8e51b48fd2d737e3 SHA256: 94b4dbd0e1fc319d9319a8914361e33cf8c229ad06f407d95cb347c73fb5b257 SHA512: 888ed3e7f4a81c7089be84e896de70c40058fa4bc29f0c92f10ab0bede2723d70ba03e6dd7cdd9608b1c0d5c698e2ad9ffd6a6e5e54d18e3c711be321c732e7e Description: helper programs for debian/rules A collection of programs that can be used in a debian/rules file to automate common tasks related to building debian packages. Programs are included to install various files into your package, compress files, fix file permissions, integrate your package with the debian menu system, debconf, doc-base, etc. Most debian packages use debhelper as part of their build process. Multi-Arch: foreign Homepage: http://kitenet.net/~joey/code/debhelper/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: debianutils Essential: yes Priority: required Section: utils Installed-Size: 218 Maintainer: Ubuntu Developers Original-Maintainer: Clint Adams Architecture: amd64 Version: 4.2.1ubuntu2 Depends: sensible-utils Pre-Depends: libc6 (>= 2.15) Filename: pool/main/debianutils_4.2.1ubuntu2_amd64.deb Size: 65194 MD5Sum: 8ba82709787c7d5ebf9a680f96b68a52 SHA1: 137386b27ff7ec4769d89ac7e6dd5f2d2fb281b1 SHA256: 64e958bee37b656227e3be1549d230ba130b30752c321db157958105e956cecf SHA512: 5292b551c0823a6e6d961a3fec5ab8dc9327aa24c75ff6602558679b9816cf2dd9a1bd4e6231e202023639fb3b0e0b6b265c90f9696b57cf97a48f0f4ad0c704 Description: Miscellaneous utilities specific to Debian This package provides a number of small utilities which are used primarily by the installation scripts of Debian packages, although you may use them directly. . The specific utilities included are: installkernel run-parts savelog tempfile which. Multi-Arch: foreign Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: devscripts Priority: optional Section: devel Installed-Size: 1502 Maintainer: Ubuntu Developers Original-Maintainer: Devscripts Devel Team Architecture: amd64 Version: 2.11.6ubuntu1.7 Replaces: ubuntu-dev-tools (<< 0.124~) Depends: dpkg-dev (>= 1.15.4.1), perl, python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), libc6 (>= 2.3.4) Recommends: at, curl | wget, dctrl-tools, dput | dupload, fakeroot, gnupg, libjson-perl, libparse-debcontrol-perl, liburi-perl, libwww-perl, lintian, man-db, patch, patchutils, python-debian (>= 0.1.15), python-magic, sensible-utils, strace, unzip, wdiff, xz-utils Suggests: bsd-mailx | mailx, build-essential, cvs-buildpackage, debian-keyring, devscripts-el, equivs, gnuplot, libauthen-sasl-perl, libcrypt-ssleay-perl, libfile-desktopentry-perl, libnet-smtp-ssl-perl, libsoap-lite-perl, libterm-size-perl, libtimedate-perl, libyaml-syck-perl, mutt, ssh-client, svn-buildpackage, w3m Breaks: ubuntu-dev-tools (<< 0.124~) Filename: pool/main/devscripts_2.11.6ubuntu1.7_amd64.deb Size: 631390 MD5Sum: 49e4a635eadfc196bb5b811a16f8dc96 SHA1: f8c2df82849f03cf7c379d9055c4990b143a493c SHA256: b94e9c6602a0370c5f018af858155f6bff294e0a60adfc4e4d78732875132b4d SHA512: a2b639cdadf2a0d73cb2601b0f4f487fdf01f1183f2be70e6489ae7460c7b70ce6fbcaf3dc07e6f89dd3b200825afb154c436bc370cd6f5e0311f3cf1f3c3fec Description: scripts to make the life of a Debian Package maintainer easier Contains the following scripts, dependencies/recommendations shown in brackets afterwards: . - annotate-output: run a command and prepend time and stream (O for stdout, E for stderr) for every line of output - archpath: print tla/Bazaar package names [tla | bazaar] - bts: a command-line tool for manipulating the BTS [www-browser, libauthen-sasl-perl, libnet-smtp-ssl-perl, libsoap-lite-perl, libwww-perl, bsd-mailx | mailx] - build-rdeps: Searches for all packages that build-depend on a given package [dctrl-tools] - chdist: tool to easily play with several distributions [dctrl-tools] - checkbashisms: check whether a /bin/sh script contains any common bash-specific contructs - cowpoke: upload a Debian source package to a cowbuilder host and build it, optionally also signing and uploading the result to an incoming queue [ssh-client] - cvs-debi, cvs-debc: wrappers around debi and debc respectively (see below) which allow them to be called from the CVS working directory. [cvs-buildpackage] - cvs-debrelease: wrapper around debrelease which allows it to be called from the CVS working directory. [cvs-buildpackage, dupload | dput, ssh-client] - cvs-debuild: A wrapper for cvs-buildpackage to use debuild as its package building program. [cvs-buildpackage, fakeroot, lintian, gnupg] - dcmd: run a given command replacing the name of a .changes or .dsc file with each of the files referenced therein - dcontrol: remotely query package and source control files for all Debian distributions. [liburl-perl, libwww-perl] - dd-list: given a list of packages, pretty-print it ordered by maintainer - debc: display the contents of just-built .debs - debchange/dch: automagically add entries to debian/changelog files [libparse-debcontrol-perl, libsoap-lite-perl] - debcheckout: checkout the development repository of a Debian package - debclean: purge a Debian source tree [fakeroot] - debcommit: commit changes to cvs, darcs, svn, svk, tla, bzr, git, or hg, basing commit message on changelog [cvs | darcs | subversion | svk | tla | bzr | git-core | mercurial] - debdiff: compare two versions of a Debian package to check for added and removed files [wdiff, patchutils] - debi: install a just-built package - debpkg: dpkg wrapper to be able to manage/test packages without su - debrelease: wrapper around dupload or dput [dupload | dput, ssh-client] - debsign, debrsign: sign a .changes/.dsc pair without needing any of the rest of the package to be present; can sign the pair remotely or fetch the pair from a remote machine for signing [gnupg, debian-keyring, ssh-client] - debsnap: grab packages from http://snapshot.debian.org [libwww-perl, libjson-perl] - debuild: wrapper to build a package without having to su or worry about how to invoke dpkg to build using fakeroot. Also deals with common environment problems, umask etc. [fakeroot, lintian, gnupg] - deb-reversion: increases a binary package version number and repacks the archive - dep3changelog: generate a changelog entry from a DEP3-style patch header - desktop2menu: produce a skeleton menu file from a freedesktop.org desktop file [libfile-desktopentry-perl] - dget: downloads Debian source and binary packages [wget | curl] - dpkg-depcheck, dpkg-genbuilddeps: determine the packages used during the build of a Debian package; useful for determining the Build-Depends control field needed [build-essential, strace] - diff2patches: extract patches from a .diff.gz file placing them under debian/ or, if present, debian/patches [patchutils] - dscextract: extract a single file from a Debian source package [patchutils] - dscverify: verify the integrity of a Debian package from the .changes or .dsc files [gnupg, debian-keyring, libdigest-md5-perl] - edit-patch: add/edit a patch for a source package and commit the changes [quilt | dpatch | cdbs] - getbuildlog: download package build logs from Debian auto-builders [wget] - grep-excuses: grep the update_excuses.html file for your packages [libterm-size-perl, wget, w3m] - licensecheck: attempt to determine the license of source files - list-unreleased: searches for unreleased packages - manpage-alert: locate binaries without corresponding manpages [man-db] - mass-bug: mass-file bug reports [bsd-mailx | mailx] - mergechanges: merge .changes files from a package built on different architectures - mk-build-deps: Given a package name and/or control file, generate a binary package which may be installed to satisfy the build-dependencies of the given packages. [equivs] - namecheck: Check project names are not already taken. - nmudiff: mail a diff of the current package against the previous version to the BTS to assist in tracking NMUs [patchutils, mutt] - plotchangelog: view a nice plot of the data in a changelog file [libtimedate-perl, gnuplot] - pts-subscribe: subscribe to the PTS for a limited period of time [bsd-mailx | mailx, at] - rc-alert: list installed packages which have release-critical bugs [wget] - rmadison: remotely query the Debian archive database about packages [wget | curl, liburi-perl] - suspicious-source: output a list of files which are not common source files [python-magic] - svnpath: print svn repository paths [subversion] - tagpending: runs from a Debian source tree and tags bugs that are to be closed in the latest changelog as pending. [libsoap-lite-perl] - transition-check: Check a list of source packages for involvement in transitions for which uploads to unstable are currently blocked [libwww-perl, libyaml-syck-perl] - uscan: scan upstream sites for new releases of packages [libcrypt-ssleay-perl, libwww-perl, unzip, xz-utils] - uupdate: integrate upstream changes into a source package [patch] - what-patch: determine what patch system, if any, a source package is using [patchutils] - whodepends: check which maintainers' packages depend on a package - who-uploads: determine the most recent uploaders of a package to the Debian archive [gnupg, debian-keyring, wget] - wnpp-alert: list installed packages which are orphaned or up for adoption [wget] - wnpp-check: check whether there is an open request for packaging or intention to package bug for a package [wget] - wrap-and-sort: wrap long lines and sort items in packaging files [python-debian] . Also included are a set of example mail filters for filtering mail from Debian mailing lists using exim, procmail, etc. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: dh-apparmor Priority: extra Section: devel Installed-Size: 77 Maintainer: Ubuntu Developers Original-Maintainer: Kees Cook Architecture: all Source: apparmor Version: 2.7.102-0ubuntu3.10 Replaces: debhelper (<< 9.20120115ubuntu3) Depends: perl Breaks: debhelper (<< 9.20120115ubuntu3) Filename: pool/main/dh-apparmor_2.7.102-0ubuntu3.10_all.deb Size: 8686 MD5Sum: d60d403e810a3052ecbc799537a9a1b0 SHA1: 2bd27fc470ff2fcca9b904ab1733485ff64d8157 SHA256: 4d8026dfefb2a7a874cc5a5c75d14161d4de3df7967b26da44d5e11ad936db61 SHA512: 4262c697d4b82f277395482d7a023f27e0729ddd2523162d436eee8fcceb60f43b53545304a3047bcc41c21aa06a81d582ef5dda11536ffd2315368db7dc382d Description: AppArmor debhelper routines This provides the debhelper tools used to install and migrate AppArmor profiles. This is normally used from package maintainer scripts during install and removal. Multi-Arch: foreign Homepage: http://apparmor.net/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: dhcp-checker Priority: extra Section: unknown Installed-Size: 40 Maintainer: rvyalov Architecture: all Version: 0.1-ubuntu6 Depends: cliff-tablib, scapy Filename: pool/main/dhcp-checker_0.1-ubuntu6_all.deb Size: 10876 MD5Sum: 2c86edb1126eb67f1c18ebbd8788335d SHA1: ca79bd0e438e95423869f5d4e0f1156f56cb33d1 SHA256: 6acdc279d662f87f468374835a679001755afac352efc179d8a0e59cf119ade1 SHA512: ebc5834aa0baa9b17b1251aa2deed426b14726691d2d2ab5156def60d550557adda0a0e3aaedbbdd9425bb9f1b37abd9d2c5dcb14e2be1fd9748c68d3dfa576d Description: LI tool for finding dhcp servers in network. dhcpcheck discover --ifaces eth0 eth1 eth2 --timeout=10 Homepage: Package: diffstat Priority: optional Section: devel Installed-Size: 88 Maintainer: Ubuntu Developers Original-Maintainer: Francois Marier Architecture: amd64 Version: 1.54-1 Depends: libc6 (>= 2.4) Filename: pool/main/diffstat_1.54-1_amd64.deb Size: 22720 MD5Sum: 824fe7828f488df89136b82af7b81151 SHA1: b2adf13363e6500a6b3026c81c0823d3ae64e3e2 SHA256: db8939827c4d5382e8b030d7959e2fe040c7b427efaa0caef4dcd8b91d60cf95 SHA512: 65e4dd8581edd42776a7fecf03c5fe9a813cf0dcc6b0091a9678e93e9284bfee31de74d0f6ee25efd4203c025e93f944d4686c9ccc2b590a20958829a6d1064c Description: produces graph of changes introduced by a diff file This program is a simple filter that reads the output of the 'diff' program, and produces a histogram of the total number of lines that were changed. It is useful for scanning a patch file to see which files were changed. Homepage: http://invisible-island.net/diffstat/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: diffutils Essential: yes Priority: required Section: utils Installed-Size: 444 Maintainer: Ubuntu Developers Original-Maintainer: Santiago Vila Architecture: amd64 Version: 1:3.2-1ubuntu1 Replaces: diff Depends: dpkg (>= 1.15.4) | install-info Pre-Depends: libc6 (>= 2.14) Suggests: diffutils-doc, wdiff Filename: pool/main/diffutils_1:3.2-1ubuntu1_amd64.deb Size: 201564 MD5Sum: ca7173a05174d689bf1152c34cae9252 SHA1: 2b7cb5625acc3e419f4d1dfefc9fdc540e77a45c SHA256: 3bd64570da91c575f95f62b05c036b68b9be6669d0c61c06d54548616f1a8947 SHA512: 306d5930c89eba0a8acf370ca3b9d01a09526058ac85c8c498dbd04388ccdb561adfe244f18fbd23be14ab83a26acb8b02eadd66887b2785a8b181fe4e1ecece Description: File comparison utilities The diffutils package provides the diff, diff3, sdiff, and cmp programs. . `diff' shows differences between two files, or each corresponding file in two directories. `cmp' shows the offsets and line numbers where two files differ. `cmp' can also show all the characters that differ between the two files, side by side. `diff3' shows differences among three files. `sdiff' merges two files interactively. . The set of differences produced by `diff' can be used to distribute updates to text files (such as program source code) to other people. This method is especially useful when the differences are small compared to the complete files. Given `diff' output, the `patch' program can update, or "patch", a copy of the file. Homepage: http://www.gnu.org/software/diffutils/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: discover-data Priority: optional Section: universe/libs Installed-Size: 3820 Maintainer: Ubuntu Developers Original-Maintainer: Debian Install System Team Architecture: all Version: 2.2010.10.18 Recommends: pciutils (>= 1:2.2.4) Conflicts: libdiscover2 (<< 2.0.4-4) Filename: pool/main/discover-data_2.2010.10.18_all.deb Size: 429198 MD5Sum: e5a1663724beacc44588a40a8dd069a4 SHA1: 3e06391b4b3373e0e8152c71463a7f9e64ba68fe SHA256: f7e8c90581124ff3a3059836e1b07b158bc7889015ff4372b75e2ddeb2289793 SHA512: 76ce1e0b99fca05eee9218fb0928777a202427dfed624b9908c03088fc83fb8cac174e36ed0b3b3da8c82565ba66153972104a8b3cbc40641ee3e079566e641f Description: Data lists for Discover hardware detection system The Discover hardware detection library uses XML data files to describe software interfaces to various ATA, PCI, PMCMIA, SCSI, and USB devices. While the Discover library can retrieve data from anywhere on the net, it is often convenient to have a set of Discover XML data files on one's system; thus, this package. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: discover Priority: optional Section: universe/admin Installed-Size: 123 Maintainer: Ubuntu Developers Original-Maintainer: Debian Install System Team Architecture: amd64 Version: 2.1.2-5.1 Depends: libc6 (>= 2.4), libdiscover2 (= 2.1.2-5.1), debconf (>= 0.5) | debconf-2.0 Suggests: lsb-base Conflicts: discover1 (<< 2.0) Filename: pool/main/discover_2.1.2-5.1_amd64.deb Size: 26248 MD5Sum: d51374ae4dd2ff5406adbe0ddf66b780 SHA1: a6830282582a77bb91ff9d7cc991de9f7a367800 SHA256: 6a1e7d506f593e4bf30192ccbab3d50b73be9096d3179749d3a50111e0db5db2 SHA512: 550da1dc68c51d8f3687ce1d7926aa79daf4e29c0320e9479d2aab93ba2db7784ee32b1a6c1ae6ca318e764650a0e98dc5fe36ce17fa0cdf1be4a17b26e0d06a Description: hardware identification system Discover is a hardware identification system based on the libdiscover2 library. Discover provides a flexible interface that programs can use to report a wide range of information about the hardware that is installed on a Linux system. In addition to reporting information, Discover includes support for doing hardware detection at boot time. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: disktype Priority: optional Section: universe/utils Installed-Size: 140 Maintainer: Juan Manuel Garcia Molina Architecture: amd64 Version: 9-1 Depends: libc6 (>= 2.4-1) Filename: pool/main/disktype_9-1_amd64.deb Size: 37146 MD5Sum: 9caf950a8033573c59c9b37210ac3781 SHA1: 7acb084233376ec476330edc8463dde99a47568e SHA256: 5f54d8f6cc420b8750e1aacdb3c51f9e6974d91b655fd7de3dad079ab22e4deb SHA512: ca67de8070caf62fcd28b06f08e3d7ce8e874dd06830ce7ba0708d100330118a2bba66c599f134e563bdd4ae0dd29956a64cd57dc27e6bf06f3a95b059fc71bd Description: detection of content format of a disk or disk image The purpose of disktype is to detect the content format of a disk or disk image. It knows about common file systems, partition tables, and boot codes. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: dkms Priority: optional Section: admin Installed-Size: 340 Maintainer: Ubuntu Developers Original-Maintainer: Dynamic Kernel Modules Support Team Architecture: all Version: 2.2.0.3-1.1ubuntu4 Depends: module-init-tools, gcc, make | build-essential | dpkg-dev, coreutils (>= 7.4), patch Recommends: fakeroot, menu | sudo Suggests: dpkg-dev, debhelper Filename: pool/main/dkms_2.2.0.3-1.1ubuntu4_all.deb Size: 72632 MD5Sum: 65092256715d600bc3adc966d21af135 SHA1: 9e111be135a6fd0f0df76ea482eb6405c3001d66 SHA256: 600da1c5ee8915b24a8e3c18a8b3febd0be5e95ffc034fdce35d572cee2d294a SHA512: 2c8206f929453095471601d3913eb7ae0c97c521ada4013000f61a296b583efed9af2051a27010d31f25239ae7fc7599107bdd6916488c7f66ef5a602099a309 Description: Dynamic Kernel Module Support Framework DKMS is a framework designed to allow individual kernel modules to be upgraded without changing the whole kernel. It is also very easy to rebuild modules as you upgrade kernels. Homepage: http://linux.dell.com/dkms Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: dmeventd Priority: optional Section: universe/admin Installed-Size: 123 Maintainer: Ubuntu Developers Original-Maintainer: Debian LVM Team Architecture: amd64 Source: lvm2 (2.02.111-2ubuntu1) Version: 2:1.02.90-2ubuntu1 Depends: libc6 (>= 2.15), libdevmapper-event1.02.1 (>= 2:1.02.74), libdevmapper1.02.1 (>= 2:1.02.90), liblvm2cmd2.02 (>= 2.02.111), init-system-helpers (>= 1.13~) Filename: pool/main/dmeventd_1.02.90-2ubuntu1_amd64.deb Size: 63484 MD5Sum: e91a4f2456273409dbdb28fa2f820872 SHA1: ceb172c005a71c0985ed20134a4b3ea76122c439 SHA256: 19be3057334dba59a1411af43da6f0098f68448da12aed20ede35cb1d74acbf5 SHA512: 8ef24a76798c9bba7afd41fb89dd8c8d3b96494baebeb4110cefe8b04e2748c1c48b1a1172a38e63d5d6c37cac67ee4241cf713bbfc8e8ee2ea38a51363a22d9 Description: Linux Kernel Device Mapper event daemon The Linux Kernel Device Mapper is the LVM (Linux Logical Volume Management) Team's implementation of a minimalistic kernel-space driver that handles volume management, while keeping knowledge of the underlying device layout in user-space. This makes it useful for not only LVM, but EVMS, software raid, and other drivers that create "virtual" block devices. . This package contains a daemon to monitor events of devmapper devices. Homepage: http://sources.redhat.com/lvm2/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: dmidecode Priority: standard Section: utils Installed-Size: 153 Maintainer: Ubuntu Developers Original-Maintainer: Daniel Baumann Architecture: amd64 Version: 2.11-4 Depends: libc6 (>= 2.4) Filename: pool/main/dmidecode_2.11-4_amd64.deb Size: 50490 MD5Sum: cf6207427a9c08513719f85f25bfe65e SHA1: 4a84d1778dda480495e645a91ae7917ddb68ddf6 SHA256: d8670abef1a26a6bcc227181c693db9e5d9f28f735c2a2225bffd6e610ce2de9 SHA512: ca3e803cdcb1a75f03d779e015c27befc756e78a7fef13c6049334f555f2e270c1ac7a6daeb24ee1fb95e396e4571d9eead009666873f7206349684eaf05c127 Description: SMBIOS/DMI table decoder Dmidecode reports information about the system's hardware as described in the system BIOS according to the SMBIOS/DMI standard. . This information typically includes system manufacturer, model name, serial number, BIOS version, asset tag as well as a lot of other details of varying level of interest and reliability depending on the manufacturer. This will often include usage status for the CPU sockets, expansion slots (e.g. AGP, PCI, ISA) and memory module slots, and the list of I/O ports (e.g. serial, parallel, USB). . Beware that DMI data have proven to be too unreliable to be blindly trusted. Dmidecode does not scan the hardware, it only reports what the BIOS told it to. Homepage: http://dmidecode.nongnu.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master Package: dmsetup Priority: important Section: admin Installed-Size: 132 Maintainer: Ubuntu Developers Original-Maintainer: Debian LVM Team Architecture: amd64 Source: lvm2 (2.02.111-2ubuntu1) Version: 2:1.02.90-2ubuntu1 Depends: libc6 (>= 2.14), libdevmapper1.02.1 (>= 2:1.02.90), util-linux (>> 2.16) Conflicts: devicekit-disks (<< 009) Filename: pool/main/dmsetup_1.02.90-2ubuntu1_amd64.deb Size: 83812 MD5Sum: 28eab7cc1c9ea344c83e33ee8c082a53 SHA1: b13874fc3b580f6222ec9785267e60bfbd23072f SHA256: 584433d2e99814dd7b6bd09900dd5a34f3264f0e272c86ec6c3f85e9d3e76789 SHA512: f0e883b5f5867031edbe9c21a9455cf53eb0b4c64051d2f220fcc51b3482f5d723745cde9179b7e723d43b76a58af873e2abb641452433d4c9ce2f57c83dba6a Description: Linux Kernel Device Mapper userspace library The Linux Kernel Device Mapper is the LVM (Linux Logical Volume Management) Team's implementation of a minimalistic kernel-space driver that handles volume management, while keeping knowledge of the underlying device layout in user-space. This makes it useful for not only LVM, but EVMS, software raid, and other drivers that create "virtual" block devices. . This package contains a utility for modifying device mappings. Multi-Arch: foreign Homepage: http://sources.redhat.com/lvm2/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: dnsmasq-base Priority: optional Section: net Installed-Size: 701 Maintainer: Simon Kelley Architecture: amd64 Source: dnsmasq Version: 2.68-1 Replaces: dnsmasq (<< 2.63-1~) Depends: adduser, libc6 (>= 2.15), libdbus-1-3 (>= 1.1.1), libidn11 (>= 1.13), libnetfilter-conntrack3 (>= 0.9.1) Breaks: dnsmasq (<< 2.63-1~) Filename: pool/main/dnsmasq-base_2.68-1_amd64.deb Size: 416380 MD5Sum: b5b9b64f686aff2d9f5da046509d38cf SHA1: 840de4a1c65a889cf3cf53cc2cdc75450327f536 SHA256: 77ac39b0d02a1eebf3a8e3bfed39d811534fbfbb0dd60bbf3d17bfa8a11a60d2 SHA512: c1fb7424a9b995cd0e25171ff6ae932b2619667244cdd7d1af92ccac8ffe53e9a5c3381010901bbf41d60c140c35fb849165d487ed335478a389e5cfa33b0f36 Description: Small caching DNS proxy and DHCP/TFTP server This package contains the dnsmasq executable and documentation, but not the infrastructure required to run it as a system daemon. For that, install the dnsmasq package. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: virt-host, ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-full, kubuntu-active-desktop, kubuntu-active-full, kubuntu-active, edubuntu-desktop, edubuntu-usb, edubuntu-desktop-kde, xubuntu-desktop, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, lubuntu-desktop, ubuntustudio-desktop Package: dnsmasq-utils Priority: optional Section: net Installed-Size: 34 Maintainer: Simon Kelley Architecture: amd64 Source: dnsmasq Version: 2.68-1 Depends: libc6 (>= 2.14) Conflicts: dnsmasq (<< 2.40) Filename: pool/main/dnsmasq-utils_2.68-1_amd64.deb Size: 18870 MD5Sum: feb2cf5cee5e305d9f6150d0eb1a1f40 SHA1: fd251a9d760508c9486edf7d09ba08aa13fc267b SHA256: 7acfd2fa882025d980aabfa3e4a43c51f22c3fbae113875eb8e18457aec3cac4 SHA512: a14444ef12314953f1ec2fda1387064c5f9c603f3ae2d24c236c440892647f3c053e4be8d7803d3e03fc9820e77a2e867c00387719290302bfa82cc7f4fb0c41 Description: Utilities for manipulating DHCP leases Small utilities to query a DHCP server's lease database and remove leases from it. These programs are distributed with dnsmasq and may not work correctly with other DHCP servers. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: dnsutils Priority: standard Section: net Installed-Size: 363 Maintainer: Ubuntu Developers Original-Maintainer: LaMont Jones Architecture: amd64 Source: bind9 Version: 1:9.8.1.dfsg.P1-4ubuntu0.13 Replaces: bind, bind9 (<< 1:9.1.0-3) Depends: libbind9-80 (= 1:9.8.1.dfsg.P1-4ubuntu0.13), libc6 (>= 2.14), libdns81 (= 1:9.8.1.dfsg.P1-4ubuntu0.13), libisc83 (= 1:9.8.1.dfsg.P1-4ubuntu0.13), libisccfg82 (= 1:9.8.1.dfsg.P1-4ubuntu0.13), libkrb5-3 (>= 1.6.dfsg.2), liblwres80 (= 1:9.8.1.dfsg.P1-4ubuntu0.13), bind9-host | host Suggests: rblcheck Conflicts: netstd (<< 2.00) Filename: pool/main/dnsutils_9.8.1.dfsg.P1-4ubuntu0.13_amd64.deb Size: 147352 MD5Sum: 958557e12777a1b60828c06e45e5ff88 SHA1: d4279cfba78fa4f22c56f98e6a36cbb14fb495fd SHA256: c3b5ffea2cf0737d7eace2b5c4bc74e7b44d29eb60933eb014150ccc8902ba77 SHA512: d670012e14c9616c5fce7e6c176e6af8c7e1de5b495ae16754ecb5eabf9d4a189f0f98020cb8f9a9ac383c15167bb7ae3ff9cfcdcce88de96bf5e92451cd73d6 Description: Clients provided with BIND The Berkeley Internet Name Domain (BIND) implements an Internet domain name server. BIND is the most widely-used name server software on the Internet, and is supported by the Internet Software Consortium, www.isc.org. This package delivers various client programs related to DNS that are derived from the BIND source tree. . - dig - query the DNS in various ways - nslookup - the older way to do it - nsupdate - perform dynamic updates (See RFC2136) Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active Package: dosfstools Priority: standard Section: otherosfs Installed-Size: 192 Maintainer: Ubuntu Developers Original-Maintainer: Daniel Baumann Architecture: amd64 Version: 3.0.12-1ubuntu1.1 Depends: libc6 (>= 2.14) Filename: pool/main/dosfstools_3.0.12-1ubuntu1.1_amd64.deb Size: 76086 MD5Sum: 3657bbedc24f6ba81274af934cd30d9f SHA1: fcd543d13fb7b083b70dc4cda9a1a6f2cc4e026e SHA256: 4515432140343492269aa6c68006fe81d3dfce02e9eb27501dd94b5109d10c41 SHA512: 5bad5ae448b5c6a8629352f8164a705afdba96c9c00ae39b64172a01cb923d483201d97c39c24c249e680a9633bd763d85f1187223610c2c21e78c3fa262acd4 Description: utilities for making and checking MS-DOS FAT filesystems The dosfstools package includes the mkdosfs (aka mkfs.dos and mkfs.vfat) and dosfsck (aka fsck.msdos and fsck.vfat) utilities, which respectively make and check MS-DOS FAT filesystems on hard drives or on floppies. . This version uses the enhanced boot sector/superblock format of DOS 3.3+ as well as provides a default dummy boot sector code. Homepage: http://www.daniel-baumann.ch/software/dosfstools/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: dpkg-dev Priority: optional Section: utils Installed-Size: 1162 Maintainer: Ubuntu Developers Original-Maintainer: Dpkg Developers Architecture: all Source: dpkg Version: 1.16.1.2ubuntu7.6 Depends: libdpkg-perl (= 1.16.1.2ubuntu7.6), bzip2, xz-utils, patch, make, binutils, base-files (>= 5.0.0) Recommends: gcc | c-compiler, build-essential, fakeroot, gnupg, gpgv, libalgorithm-merge-perl Suggests: debian-keyring Breaks: devscripts (<< 2.10.26), dpkg-cross (<< 2.0.0) Filename: pool/main/dpkg-dev_1.16.1.2ubuntu7.6_all.deb Size: 468488 MD5Sum: 5e4771e5d4ec36866f7e321e5b99323b SHA1: cefc2a4aabaaae05aff670de5fe8a98967cbe53b SHA256: a6b02767cf46c6208a86a9d6aaf6c8d50a0c524f5e1c0a305d4bf0f4aada5105 SHA512: 95f6eed8cfc323e8a3cd96fc11319b3fe9bde86249417b01044cfa8e7598d0c4c4666d18a4f1bfb555205fe92cfca90995ad7e92e5e9df622b56e679dd6d0d46 Description: Debian package development tools This package provides the development tools (including dpkg-source) required to unpack, build and upload Debian source packages. . Most Debian source packages will require additional tools to build; for example, most packages need make and the C compiler gcc. Origin: Ubuntu Bugs: https://bugs.launchpad.net/ubuntu/+filebug Multi-Arch: foreign Homepage: http://wiki.debian.org/Teams/Dpkg Package: dpkg Essential: yes Priority: required Section: admin Installed-Size: 5932 Maintainer: Ubuntu Developers Original-Maintainer: Dpkg Developers Architecture: amd64 Version: 1.16.1.2ubuntu7.6 Pre-Depends: libbz2-1.0, libc6 (>= 2.14), libselinux1 (>= 1.32), zlib1g (>= 1:1.1.4), coreutils (>= 5.93-1), tar (>= 1.23), xz-utils Suggests: apt Breaks: apt (<< 0.7.7), aptitude (<< 0.4.7-1), dpkg-dev (<< 1.15.8), libdpkg-perl (<< 1.15.8), pinfo (<< 0.6.9-3.1), tkinfo (<< 2.8-3.1) Filename: pool/main/dpkg_1.16.1.2ubuntu7.6_amd64.deb Size: 1828686 MD5Sum: ae856d7df93ad1186c631e8b3b7d9559 SHA1: e4f49fe152841cbc4203127acc492ccba2459f1a SHA256: 39c63b8c57bedeafa6420d7515b3e565e900e1b5f315c6f438e6a0e094aaeaa2 SHA512: c059189527a57798d1dc4ce6980fb51ee52ba56c28deb4da8207cb82fe57bd4571d7785723f2a411c3595b59d8ea1eac35e7e0a66321394be503643dedda2f24 Description: Debian package management system This package provides the low-level infrastructure for handling the installation and removal of Debian software packages. . For Debian package development tools, install dpkg-dev. Origin: Ubuntu Bugs: https://bugs.launchpad.net/ubuntu/+filebug Multi-Arch: foreign Homepage: http://wiki.debian.org/Teams/Dpkg Supported: 5y Task: minimal Package: dput Priority: optional Section: devel Installed-Size: 232 Maintainer: Ubuntu Developers Original-Maintainer: Y Giridhar Appaji Nag Architecture: all Version: 0.9.6.2ubuntu1 Depends: python (>= 2.5), gnupg Suggests: openssh-client, lintian, mini-dinstall, rsync, bzr Filename: pool/main/dput_0.9.6.2ubuntu1_all.deb Size: 37376 MD5Sum: c3773fe9402f411c1e7a19f190dcd39e SHA1: a566f8b571919f64518df08e6f1b3606f2971d6d SHA256: a1d0140ff054e073fa958a378b7078199ffabbe68570cbe4548440470a3ef06e SHA512: 7dcce5db4e5f383fc509f3c0aa7a6f70d1d30f7ae7a22947556604521be09f95ffab4d7cd654f8a9c28e481e866877bfb3d5f5693078e68e091ca8b2321a3603 Description: Debian package upload tool dput allows you to put one or more Debian packages into the archive. This package also includes a dcut utility which can be used to generate and / or upload a commands file for the Debian FTP archive upload queue. . dput includes some tests to verify that the package is policy-compliant. It offers the possibility to run lintian before the upload. It can also run dinstall in dry-run-mode, when having used an appropriate upload method. This is very useful to see if the upload will pass dinstall sanity checks in the next run. . It is intended mainly for Debian maintainers only, although it can also be useful for people maintaining local apt repositories. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: dstat Priority: optional Section: universe/admin Installed-Size: 536 Maintainer: Ubuntu Developers Original-Maintainer: Andrew Pollock Architecture: all Version: 0.7.2-2 Depends: python (>= 2.7.1-0ubuntu2) Conflicts: sleuthkit (<< 1.73-2) Filename: pool/main/dstat_0.7.2-2_all.deb Size: 68052 MD5Sum: 87dedc12b0dd2cb77855d8e133b7a085 SHA1: 990e3a231e74fac7eb149f5150c1e9ec447efab5 SHA256: 4587b7ef1eaf97c6f473e7cf066feb03f010af2809724f6f5646e59cfe902cba SHA512: 8c93e819d56506209d4075f0a2a58a542d24a5adfc31ec477adf244c4d5f1b7605e847549cec6700f4233618b1a4622d555826245feb0cbfd79f7d16849de5bf Description: versatile resource statistics tool Dstat is a versatile replacement for vmstat, iostat and ifstat. Dstat overcomes some of the limitations of these programs and adds some extra features. . Dstat allows you to view all of your network resources instantly, you can for example, compare disk usage in combination with interrupts from your IDE controller, or compare the network bandwidth numbers directly with the disk throughput (in the same interval). . Dstat also cleverly gives you the most detailed information in columns and clearly indicates in what magnitude and unit the output is displayed. . Dstat is also unique in letting you aggregate block device throughput for a certain diskset or network bandwidth for a group of interfaces, i.e. you can see the throughput for all the block devices that make up a single filesystem or storage system. . Dstat's output, in its current form, is not suited for post-processing by other tools, it's mostly meant for humans to interpret real-time data as easy as possible. Homepage: http://dag.wieers.com/home-made/dstat/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: e2fslibs Priority: required Section: libs Installed-Size: 370 Maintainer: Ubuntu Developers Original-Maintainer: Theodore Y. Ts'o Architecture: amd64 Source: e2fsprogs Version: 1.42-1ubuntu2.2 Replaces: e2fsprogs (<< 1.34-1) Provides: libe2p2, libext2fs2 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Filename: pool/main/e2fslibs_1.42-1ubuntu2.2_amd64.deb Size: 187648 MD5Sum: 8a4153c4d906d160bf5f5a80699127fe SHA1: 4af587d59f68b68d017453b7e43fbfed47007e17 SHA256: f31be9ecb49337089fa0d08571863bdce746dc8ae4915b39a543187bd18edac7 SHA512: b5a2a40f3ef09af5a58c9f49b088a7447d9b7c994a74819912eb674d37aca4622f3eec916d5cc6150e4361a1e0abbf577a5a24e385ccbabc1958ec00f28c2625 Description: ext2/ext3/ext4 file system libraries The ext2, ext3 and ext4 file systems are successors of the original ext ("extended") file system. They are the main file system types used for hard disks on Debian and other Linux systems. . This package provides the ext2fs and e2p libraries, for userspace software that directly accesses extended file systems. Programs that use libext2fs include e2fsck, mke2fs, and tune2fs. Programs that use libe2p include dumpe2fs, chattr, and lsattr. Multi-Arch: same Homepage: http://e2fsprogs.sourceforge.net Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: e2fsprogs Essential: yes Priority: required Section: admin Installed-Size: 2326 Maintainer: Ubuntu Developers Original-Maintainer: Theodore Y. Ts'o Architecture: amd64 Version: 1.42-1ubuntu2.2 Replaces: hurd (<= 20040301-1), libblkid1 (<< 1.38+1.39-WIP-2005.12.10-2), libuuid1 (<< 1.38+1.39-WIP-2005.12.10-2) Pre-Depends: e2fslibs (= 1.42-1ubuntu2.2), libblkid1 (>= 2.17.2), libc6 (>= 2.14), libcomerr2 (>= 1.42~WIP-2011-10-05-1), libss2 (>= 1.34-1), libuuid1 (>= 2.16), util-linux (>= 2.15~rc1-1) Suggests: gpart, parted, e2fsck-static Conflicts: dump (<< 0.4b4-4), initscripts (<< 2.85-4), quota (<< 1.55-8.1), sysvinit (<< 2.85-4) Filename: pool/main/e2fsprogs_1.42-1ubuntu2.2_amd64.deb Size: 964660 MD5Sum: 4306f0f454214c19328aa057843a125c SHA1: 946e754614efd18df9e76b00d6385cdb966489a9 SHA256: 62519d55876720fd50f7c8cb552806af0ab36b1f916aeed17a0196451ab373d5 SHA512: 3163414cd4eae3910c79360cd95453da52025dff7033d9550da12951d6f7a71574aafeb3a45062cd0ea36e1ad434f4948536a9d3448fd992e148059bc6563134 Description: ext2/ext3/ext4 file system utilities The ext2, ext3 and ext4 file systems are successors of the original ext ("extended") file system. They are the main file system types used for hard disks on Debian and other Linux systems. . This package contains programs for creating, checking, and maintaining ext2/3/4-based file systems. Homepage: http://e2fsprogs.sourceforge.net Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: eatmydata Priority: optional Section: universe/utils Installed-Size: 76 Maintainer: Ubuntu Developers Original-Maintainer: Modestas Vainius Architecture: amd64 Source: libeatmydata Version: 26-2 Provides: libeatmydata Depends: libc6 (>= 2.2.5) Filename: pool/main/eatmydata_26-2_amd64.deb Size: 8034 MD5Sum: a12811bc18802ca88eaac1c361c49dd1 SHA1: 4e928424bea40866e3daaaab332cd25ebee18c4a SHA256: 580b8d2d50910ddc435fc560801cba9653866047eb0a2f5a08c6f988ec101923 SHA512: 034be41e71097cd263292446967867cd77eb314fb2ca19dcc5cc16293afb542dc568559bd46ba0d9dfedd3e1f39b1f1abe6acddc9c7150a0caa44033b84c2670 Description: library and utilities designed to disable fsync and friends This package contains a small LD_PRELOAD library (libeatmydata) and a couple of helper utilities designed to transparently disable fsync and friends (like open(O_SYNC)). This has two side-effects: making software that writes data safely to disk a lot quicker and making this software no longer crash safe. . You will find eatmydata useful if particular software calls fsync(), sync() etc. frequently but the data it stores is not that valuable to you and you may afford losing it in case of system crash. Data-to-disk synchronization calls are typically very slow on modern file systems and their extensive usage might slow down software significantly. It does not make sense to accept such a hit in performance if data being manipulated is not very important. . On the other hand, do not use eatmydata when you care about what software stores or it manipulates important components of your system. The library is called libEAT-MY-DATA for a reason. Homepage: https://launchpad.net/libeatmydata Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: ebtables Priority: optional Section: net Installed-Size: 343 Maintainer: Ubuntu Developers Original-Maintainer: Jochen Friedrich Architecture: amd64 Version: 2.0.9.2-2ubuntu2 Depends: libc6 (>= 2.4) Recommends: iptables Filename: pool/main/ebtables_2.0.9.2-2ubuntu2_amd64.deb Size: 89262 MD5Sum: b846c2134ac9a0766d8c9e00f90e86de SHA1: c70de4c21be334d40f17141253ed0e1f8dd95714 SHA256: 5c6d94e5c40c485e434f368153a02bbf8c284f7e73ed6752a6190e4604894aa3 SHA512: a0b73686f181f6b0f0068a965f42bf53ccc981f781a184279953b3115801cf7209141e95d706a365abaec5d3e69bcc56dcc6295bb7ec6f7b129dab4d6dfa0c51 Description: Ethernet bridge frame table administration Ebtables is used to set up, maintain, and inspect the tables of Ethernet frame rules in the Linux kernel. It is analogous to iptables, but operates at the MAC layer rather than the IP layer. Homepage: http://ebtables.sourceforge.net Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: virt-host Package: ed Priority: standard Section: editors Installed-Size: 127 Maintainer: Ubuntu Developers Original-Maintainer: Martin Zobel-Helas Architecture: amd64 Version: 1.5-3 Depends: libc6 (>= 2.11), dpkg (>= 1.15.4) | install-info Filename: pool/main/ed_1.5-3_amd64.deb Size: 57894 MD5Sum: b8207b4791154db28a14cd0148209aaf SHA1: 30aae7f607f8720d65e872c98e130d9f499f3863 SHA256: e0ac1743717cdc922dd2bf14625b1fcf989a465cb446c1e63ecf2aae6c4b999a SHA512: 9271f4151c9c8fba918f618e56e37fea2d3191b7ac147264610db12d008ab65039f298820c9a308f2d364b7df69dcde8fb9fdd65674e7cd14f258ebace7e100c Description: classic UNIX line editor ed is a line-oriented text editor. It is used to create, display, modify and otherwise manipulate text files. . red is a restricted ed: it can only edit files in the current directory and cannot execute shell commands. Homepage: http://www.gnu.org/software/ed/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active Package: eject Priority: important Section: utils Installed-Size: 152 Maintainer: Ubuntu Developers Original-Maintainer: Frank Lichtenheld Architecture: amd64 Version: 2.1.5+deb1+cvs20081104-9 Depends: libc6 (>= 2.8), libdevmapper1.02.1 (>= 2:1.02.20) Suggests: cdtool, setcd Filename: pool/main/eject_2.1.5+deb1+cvs20081104-9_amd64.deb Size: 25220 MD5Sum: 6d5b96a9fd0cd951e04b57527db52789 SHA1: 5fa4540479a6dce43f2d204f49c93745a8090d3f SHA256: fc1a1c7c942536c34c1e2489c9cc4e7f988eb41d04c0cee955521d2b4bbbad6c SHA512: 4476e9f970265fdd6354f95f85795334d759febdb9a2c0aa3b65d04b2ecad31ca1931dd28a413a531d270c04f47a59694d34f2e860c8756e20f2cf67cc4a56ac Description: ejects CDs and operates CD-Changers under Linux This little program will eject CD-ROMs (assuming your drive supports the CDROMEJECT ioctl). It also allows setting the autoeject feature. . On supported ATAPI/IDE multi-disc CD-ROM changers, it allows changing the active disc. . You can also use eject to properly disconnect external mass-storage devices like digital cameras or portable music players. Homepage: http://www.pobox.com/~tranter/eject.html Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: erlang-asn1 Priority: optional Section: interpreters Installed-Size: 1454 Maintainer: Ubuntu Developers Original-Maintainer: Debian Erlang Packagers Architecture: amd64 Source: erlang Version: 1:14.b.4-dfsg-1ubuntu1 Replaces: erlang (<< 1:14.b.4-dfsg-1ubuntu1), erlang-base (<< 1:14.b.4-dfsg-1ubuntu1), erlang-base-hipe (<< 1:14.b.4-dfsg-1ubuntu1), erlang-dev (<< 1:14.b.4-dfsg-1ubuntu1), erlang-doc (>> 1:14.b.4-dfsg-999), erlang-doc (<< 1:14.b.4-dfsg), erlang-examples (<< 1:14.b.4-dfsg-1ubuntu1), erlang-manpages (<= 1:11.b.1-2), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-nox (<< 1:14.b.4-dfsg-1ubuntu1), erlang-src (<< 1:14.b.4-dfsg-1ubuntu1), erlang-x11 (<< 1:14.b.4-dfsg-1ubuntu1) Depends: erlang-base (= 1:14.b.4-dfsg-1ubuntu1) | erlang-base-hipe (= 1:14.b.4-dfsg-1ubuntu1), erlang-syntax-tools (= 1:14.b.4-dfsg-1ubuntu1), libc6 (>= 2.4) Suggests: erlang, erlang-manpages, erlang-doc Filename: pool/main/erlang-asn1_14.b.4-dfsg-1ubuntu1_amd64.deb Size: 1087390 MD5Sum: ec03d6736f8f7e934f8b7754d6561dc5 SHA1: 6d21a3a5123273223e3c1babc4751a4baf16c456 SHA256: 62adc1eb3edf4bd5c5cb04ce44273732887bedf71b0d211e2eaa5cb4af17af2e SHA512: 04fdc227b96b9e7d514f2f0dba3e346c25c67069358d65adfbf89b770a5f165e7383280aabfceead0867a34eb8f94ea8c7e84fc515f1fb18551a7093d0fe8b17 Description: Erlang/OTP modules for ASN.1 support The Asn1 application contains modules with compile-time and run-time support for ASN.1 in Erlang/OTP. Homepage: http://www.erlang.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: erlang-base Priority: optional Section: interpreters Installed-Size: 11745 Maintainer: Ubuntu Developers Original-Maintainer: Debian Erlang Packagers Architecture: amd64 Source: erlang Version: 1:14.b.4-dfsg-1ubuntu1 Replaces: erlang (<< 1:14.b.4-dfsg-1ubuntu1), erlang-base-hipe, erlang-dev (<< 1:14.b.4-dfsg-1ubuntu1), erlang-doc (>> 1:14.b.4-dfsg-999), erlang-doc (<< 1:14.b.4-dfsg), erlang-doc-html (<< 1:13.b.4), erlang-examples (<< 1:14.b.4-dfsg-1ubuntu1), erlang-manpages (<= 1:11.b.1-2), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-nox (<< 1:14.b.4-dfsg-1ubuntu1), erlang-src (<< 1:14.b.4-dfsg-1ubuntu1), erlang-x11 (<< 1:14.b.4-dfsg-1ubuntu1) Provides: erlang-abi-13.a Depends: procps, libc6 (>= 2.7), libtinfo5, zlib1g (>= 1:1.2.2) Recommends: libsctp1 (>= 1.0.11+dfsg), erlang-crypto (= 1:14.b.4-dfsg-1ubuntu1), erlang-syntax-tools (= 1:14.b.4-dfsg-1ubuntu1) Suggests: erlang-tools (= 1:14.b.4-dfsg-1ubuntu1), erlang, erlang-manpages, erlang-doc Conflicts: erlang (<< 1:14.b.4-dfsg-1ubuntu1), erlang-base-hipe, erlang-doc (>> 1:14.b.4-dfsg-999), erlang-doc (<< 1:14.b.4-dfsg), erlang-doc-html (<< 1:13.b.4), erlang-manpages (<= 1:11.b.1-2) Filename: pool/main/erlang-base_14.b.4-dfsg-1ubuntu1_amd64.deb Size: 7656196 MD5Sum: 0cfff91ed78b394bfb1abb43bcd0d89a SHA1: 9eb5704ca54ec294c5bdf40ef437d7b6a88a59b9 SHA256: 3834916ab3817197ea20828c02a731e72c99faf7a98f35ebd9709cbbc68a344a SHA512: 2e83411460740d4638f10ac4ffe06f8873a4e49aca681e33b1abfd0e3e4fb482dda5f7b4eda24546cfa07c2299500b454c7702f5d87c7d12a2e6721ad31497e4 Description: Erlang/OTP virtual machine and base applications This package contains the Erlang/OTP runtime implementation, which is configured and built without HiPE support (compiles to byte-code only), and minimal set of Erlang applications: compiler - compiles Erlang code to byte-code; erts - the Erlang runtime system application; kernel - code necessary to run the Erlang runtime system itself; sasl - the system architecture support libraries application; stdlib - modules for manipulating lists, strings, files etc. Homepage: http://www.erlang.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: erlang-corba Priority: optional Section: interpreters Installed-Size: 3340 Maintainer: Ubuntu Developers Original-Maintainer: Debian Erlang Packagers Architecture: amd64 Source: erlang Version: 1:14.b.4-dfsg-1ubuntu1 Replaces: erlang (<< 1:14.b.4-dfsg-1ubuntu1), erlang-base (<< 1:14.b.4-dfsg-1ubuntu1), erlang-base-hipe (<< 1:14.b.4-dfsg-1ubuntu1), erlang-dev (<< 1:14.b.4-dfsg-1ubuntu1), erlang-doc (>> 1:14.b.4-dfsg-999), erlang-doc (<< 1:14.b.4-dfsg), erlang-examples (<< 1:14.b.4-dfsg-1ubuntu1), erlang-manpages (<= 1:11.b.1-2), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-nox (<< 1:14.b.4-dfsg-1ubuntu1), erlang-src (<< 1:14.b.4-dfsg-1ubuntu1), erlang-x11 (<< 1:14.b.4-dfsg-1ubuntu1) Depends: erlang-base (= 1:14.b.4-dfsg-1ubuntu1) | erlang-base-hipe (= 1:14.b.4-dfsg-1ubuntu1), erlang-inets (= 1:14.b.4-dfsg-1ubuntu1), erlang-mnesia (= 1:14.b.4-dfsg-1ubuntu1), erlang-ssl (= 1:14.b.4-dfsg-1ubuntu1) Suggests: erlang, erlang-manpages, erlang-doc Filename: pool/main/erlang-corba_14.b.4-dfsg-1ubuntu1_amd64.deb Size: 2420276 MD5Sum: a9d8eb1c654123843f97a5eaf4f145ce SHA1: f6b56d68474cc375bd7217089ee190bae2cfe64c SHA256: f424cb95a6b9ffebd19c968992a2fc1152ab46ffa070c652be3e2cb802fddf34 SHA512: 6489c08053aec909216974da48f5e8e139092150b8a513900cb278cd1b358533ce37f591e21895bff557ba089c37e86f964e8055bd99565035e6c79a0ccdde61 Description: Erlang/OTP applications for CORBA support The Orber application is an Erlang implementation of a CORBA Object Request Broker. . The cosEvent application is an Erlang implementation of a CORBA Service CosEvent. . The cosEventDomain application is an Erlang implementation of a CORBA Service CosEventDomainAdmin. . The cosFileTransfer Application is an Erlang implementation of the OMG CORBA File Transfer Service. . The cosNotification application is an Erlang implementation of the OMG CORBA Notification Service. . The cosProperty Application is an Erlang implementation of the OMG CORBA Property Service. . The cosTime application is an Erlang implementation of the OMG CORBA Time and TimerEvent Services. . The cosTransactions application is an Erlang implementation of the OMG CORBA Transaction Service. Homepage: http://www.erlang.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: erlang-crypto Priority: optional Section: interpreters Installed-Size: 165 Maintainer: Ubuntu Developers Original-Maintainer: Debian Erlang Packagers Architecture: amd64 Source: erlang Version: 1:14.b.4-dfsg-1ubuntu1 Replaces: erlang (<< 1:14.b.4-dfsg-1ubuntu1), erlang-base (<< 1:14.b.4-dfsg-1ubuntu1), erlang-base-hipe (<< 1:14.b.4-dfsg-1ubuntu1), erlang-dev (<< 1:14.b.4-dfsg-1ubuntu1), erlang-doc (>> 1:14.b.4-dfsg-999), erlang-doc (<< 1:14.b.4-dfsg), erlang-examples (<< 1:14.b.4-dfsg-1ubuntu1), erlang-manpages (<= 1:11.b.1-2), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-nox (<< 1:14.b.4-dfsg-1ubuntu1), erlang-src (<< 1:14.b.4-dfsg-1ubuntu1), erlang-x11 (<< 1:14.b.4-dfsg-1ubuntu1) Depends: erlang-base (= 1:14.b.4-dfsg-1ubuntu1) | erlang-base-hipe (= 1:14.b.4-dfsg-1ubuntu1), libc6 (>= 2.4), libssl1.0.0 (>= 1.0.0) Suggests: erlang, erlang-manpages, erlang-doc Filename: pool/main/erlang-crypto_14.b.4-dfsg-1ubuntu1_amd64.deb Size: 43732 MD5Sum: db55597c3a1e112e9b1d475831f60505 SHA1: fecd780b316d894f7c76b0cd68d1d7923604afe6 SHA256: ab3c2f5fd294c1556e93f236f3a0eb3109fbc41b2604f2ac0ee1fad4aadd70a7 SHA512: f9c854d81f786b319023eb1845040aa9a1b7e5dfa615ba0f910d7529014a29188757cc52f1d56b5340d7d85f091bffa158ada1391d9fb2fd40dbd3ccc2b5616d Description: Erlang/OTP cryptographic modules The Crypto Application provides functions for computation of message digests, encryption and decryption functions. It uses OpenSSL for actual calculations. Homepage: http://www.erlang.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: erlang-dev Priority: optional Section: interpreters Installed-Size: 2661 Maintainer: Ubuntu Developers Original-Maintainer: Debian Erlang Packagers Architecture: amd64 Source: erlang Version: 1:14.b.4-dfsg-1ubuntu1 Replaces: erlang (<< 1:14.b.4-dfsg-1ubuntu1), erlang-base (<< 1:14.b.4-dfsg-1ubuntu1), erlang-base-hipe (<< 1:14.b.4-dfsg-1ubuntu1), erlang-examples (<< 1:14.b.4-dfsg-1ubuntu1), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-nox (<< 1:14.b.4-dfsg-1ubuntu1), erlang-src (<< 1:14.b.4-dfsg-1ubuntu1), erlang-x11 (<< 1:14.b.4-dfsg-1ubuntu1) Depends: erlang-base (= 1:14.b.4-dfsg-1ubuntu1) | erlang-base-hipe (= 1:14.b.4-dfsg-1ubuntu1) Suggests: erlang, erlang-manpages, erlang-doc Filename: pool/main/erlang-dev_14.b.4-dfsg-1ubuntu1_amd64.deb Size: 498658 MD5Sum: 2161770014b2989ecc6fe9cb068bcfe5 SHA1: 708084b1302d40c2cbc3ae6a80a5c605b06aa26a SHA256: cea4c01e369dfbb9c402f689af1ec66266ca0536b4df936c551ff6ffe93b529e SHA512: dd901da53b7fd2ee78d17575c535184823ec7ee8b0914b73bde99f92009d0e85422e6619c5401db22d47c94abff9ce2f1f166eb58c209eca306cab22fe0f8898 Description: Erlang/OTP development libraries and headers The files for application development in Erlang. They include headers for all applications included into Erlang/OTP distribution and C interface libraries. Homepage: http://www.erlang.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: erlang-diameter Priority: optional Section: interpreters Installed-Size: 689 Maintainer: Ubuntu Developers Original-Maintainer: Debian Erlang Packagers Architecture: amd64 Source: erlang Version: 1:14.b.4-dfsg-1ubuntu1 Replaces: erlang (<< 1:14.b.4-dfsg-1ubuntu1), erlang-base (<< 1:14.b.4-dfsg-1ubuntu1), erlang-base-hipe (<< 1:14.b.4-dfsg-1ubuntu1), erlang-dev (<< 1:14.b.4-dfsg-1ubuntu1), erlang-doc (>> 1:14.b.4-dfsg-999), erlang-doc (<< 1:14.b.4-dfsg), erlang-examples (<< 1:14.b.4-dfsg-1ubuntu1), erlang-manpages (<= 1:11.b.1-2), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-nox (<< 1:14.b.4-dfsg-1ubuntu1), erlang-src (<< 1:14.b.4-dfsg-1ubuntu1), erlang-x11 (<< 1:14.b.4-dfsg-1ubuntu1) Depends: erlang-base (= 1:14.b.4-dfsg-1ubuntu1) | erlang-base-hipe (= 1:14.b.4-dfsg-1ubuntu1), erlang-runtime-tools (= 1:14.b.4-dfsg-1ubuntu1), erlang-syntax-tools (= 1:14.b.4-dfsg-1ubuntu1) Recommends: erlang-dev (= 1:14.b.4-dfsg-1ubuntu1) Suggests: erlang, erlang-manpages, erlang-doc Filename: pool/main/erlang-diameter_14.b.4-dfsg-1ubuntu1_amd64.deb Size: 462394 MD5Sum: a8a941eb4b92da307880a0fbdbef227f SHA1: 658fc89129957495a47f8d34d524027ed2aa45e2 SHA256: ba52ec4a769087c199880a0167145f8a69b95d309235e41b130c7995c9a64092 SHA512: 36b1c2c96ea09656847a6ff50f24852bb302bc4cc9cfba255dbcd21422ad765ba7fb34cdf27aefe2a470548cf4162873bbbbfaec950d4ee484d59729cdc4d096 Description: Erlang/OTP implementation of RFC 3588 protocol Interface with which a user creates a service that sends and receives messages using the Diameter protocol as defined in RFC 3588. Homepage: http://www.erlang.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: erlang-docbuilder Priority: optional Section: interpreters Installed-Size: 472 Maintainer: Ubuntu Developers Original-Maintainer: Debian Erlang Packagers Architecture: amd64 Source: erlang Version: 1:14.b.4-dfsg-1ubuntu1 Replaces: erlang (<< 1:14.b.4-dfsg-1ubuntu1), erlang-base (<< 1:14.b.4-dfsg-1ubuntu1), erlang-base-hipe (<< 1:14.b.4-dfsg-1ubuntu1), erlang-dev (<< 1:14.b.4-dfsg-1ubuntu1), erlang-doc (>> 1:14.b.4-dfsg-999), erlang-doc (<< 1:14.b.4-dfsg), erlang-examples (<< 1:14.b.4-dfsg-1ubuntu1), erlang-manpages (<= 1:11.b.1-2), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-nox (<< 1:14.b.4-dfsg-1ubuntu1), erlang-src (<< 1:14.b.4-dfsg-1ubuntu1), erlang-x11 (<< 1:14.b.4-dfsg-1ubuntu1) Depends: erlang-base (= 1:14.b.4-dfsg-1ubuntu1) | erlang-base-hipe (= 1:14.b.4-dfsg-1ubuntu1), erlang-edoc (= 1:14.b.4-dfsg-1ubuntu1), erlang-xmerl (= 1:14.b.4-dfsg-1ubuntu1) Suggests: erlang, erlang-manpages, erlang-doc Filename: pool/main/erlang-docbuilder_14.b.4-dfsg-1ubuntu1_amd64.deb Size: 198902 MD5Sum: d58eee3e2bc8f9157e678d8893d6d094 SHA1: 3380953fcb8ea481a6f4aef9a52495d537685b39 SHA256: 9e21ddcee30a24061755f6874e42112096b85809ee185366a8922a1cef92b785 SHA512: 2c2b85c6aef0cf22854004332e9a5e795c03beeaa7f02a0e46e5c0c284fe567fb30acfb9915efb7eb2ae347fa3d2c31149be1637f76a4bbb39ccd8a3d8abfc86 Description: Erlang/OTP application for building HTML documentation DocBuilder provides functionality for generating HTML documentation for Erlang modules and Erlang/OTP applications from XML source code and/or EDoc comments in Erlang source code. Homepage: http://www.erlang.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: erlang-edoc Priority: optional Section: interpreters Installed-Size: 487 Maintainer: Ubuntu Developers Original-Maintainer: Debian Erlang Packagers Architecture: amd64 Source: erlang Version: 1:14.b.4-dfsg-1ubuntu1 Replaces: erlang (<< 1:14.b.4-dfsg-1ubuntu1), erlang-base (<< 1:14.b.4-dfsg-1ubuntu1), erlang-base-hipe (<< 1:14.b.4-dfsg-1ubuntu1), erlang-dev (<< 1:14.b.4-dfsg-1ubuntu1), erlang-doc (>> 1:14.b.4-dfsg-999), erlang-doc (<< 1:14.b.4-dfsg), erlang-examples (<< 1:14.b.4-dfsg-1ubuntu1), erlang-manpages (<= 1:11.b.1-2), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-nox (<< 1:14.b.4-dfsg-1ubuntu1), erlang-src (<< 1:14.b.4-dfsg-1ubuntu1), erlang-x11 (<< 1:14.b.4-dfsg-1ubuntu1) Depends: erlang-base (= 1:14.b.4-dfsg-1ubuntu1) | erlang-base-hipe (= 1:14.b.4-dfsg-1ubuntu1), erlang-inets (= 1:14.b.4-dfsg-1ubuntu1), erlang-syntax-tools (= 1:14.b.4-dfsg-1ubuntu1), erlang-xmerl (= 1:14.b.4-dfsg-1ubuntu1) Suggests: erlang, erlang-manpages, erlang-doc Filename: pool/main/erlang-edoc_14.b.4-dfsg-1ubuntu1_amd64.deb Size: 315618 MD5Sum: c5fc748fd775fefd9b1c02689bfeb0e9 SHA1: d9629be6e32f677e74fdfdfc68325092cab31f4b SHA256: a49cad4c2e7db2200de28e039d963e210380fdc6e1798c199a5e476ecbbdd0f1 SHA512: 6191888134da2e5746b49dd4e7e9382fcbafa6caf920b58f67f5ad657e49e050f7003d531692bd2a688925965f83b731cb5b396aa3649fc438d046a01cada6a8 Description: Erlang/OTP module for generating documentation EDoc is the Erlang program documentation generator. Inspired by the Javadoc tool for the Java programming language, EDoc is adapted to the conventions of the Erlang world. Homepage: http://www.erlang.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: erlang-erl-docgen Priority: optional Section: interpreters Installed-Size: 566 Maintainer: Ubuntu Developers Original-Maintainer: Debian Erlang Packagers Architecture: amd64 Source: erlang Version: 1:14.b.4-dfsg-1ubuntu1 Replaces: erlang (<< 1:14.b.4-dfsg-1ubuntu1), erlang-base (<< 1:14.b.4-dfsg-1ubuntu1), erlang-base-hipe (<< 1:14.b.4-dfsg-1ubuntu1), erlang-dev (<< 1:14.b.4-dfsg-1ubuntu1), erlang-doc (>> 1:14.b.4-dfsg-999), erlang-doc (<< 1:14.b.4-dfsg), erlang-examples (<< 1:14.b.4-dfsg-1ubuntu1), erlang-manpages (<= 1:11.b.1-2), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-nox (<< 1:14.b.4-dfsg-1ubuntu1), erlang-src (<< 1:14.b.4-dfsg-1ubuntu1), erlang-x11 (<< 1:14.b.4-dfsg-1ubuntu1) Depends: erlang-base (= 1:14.b.4-dfsg-1ubuntu1) | erlang-base-hipe (= 1:14.b.4-dfsg-1ubuntu1), erlang-edoc (= 1:14.b.4-dfsg-1ubuntu1), erlang-xmerl (= 1:14.b.4-dfsg-1ubuntu1) Suggests: xsltproc, fop, erlang, erlang-manpages, erlang-doc Filename: pool/main/erlang-erl-docgen_14.b.4-dfsg-1ubuntu1_amd64.deb Size: 120504 MD5Sum: a6c9ac3593c0aefb6aa6afcd7c3d75a2 SHA1: 0c2447224a3a282a7096b19e676fb2640b57b4e4 SHA256: f62af94571a2c212bffe07a9c5d8b6ffa5cac7741d75519f6827e700d9148f17 SHA512: a7c9ff830d70b72ca211a09a1a0942b3e4ce51d0dcc9972e9f43963e6c4e53b1590daf344997028b58c1e1e817b4d8c8d7227d70b66d8b73ed5698a84422bd79 Description: Erlang/OTP documentation stylesheets The erl_docgen package includes XSLT stylesheets and document type definitions used for Erlang/OTP documentation. They allow to transform documentation to manpage, HTML, and PDF formats. Homepage: http://www.erlang.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: erlang-eunit Priority: optional Section: interpreters Installed-Size: 270 Maintainer: Ubuntu Developers Original-Maintainer: Debian Erlang Packagers Architecture: amd64 Source: erlang Version: 1:14.b.4-dfsg-1ubuntu1 Replaces: erlang (<< 1:14.b.4-dfsg-1ubuntu1), erlang-base (<< 1:14.b.4-dfsg-1ubuntu1), erlang-base-hipe (<< 1:14.b.4-dfsg-1ubuntu1), erlang-dev (<< 1:14.b.4-dfsg-1ubuntu1), erlang-doc (>> 1:14.b.4-dfsg-999), erlang-doc (<< 1:14.b.4-dfsg), erlang-examples (<< 1:14.b.4-dfsg-1ubuntu1), erlang-manpages (<= 1:11.b.1-2), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-nox (<< 1:14.b.4-dfsg-1ubuntu1), erlang-src (<< 1:14.b.4-dfsg-1ubuntu1), erlang-x11 (<< 1:14.b.4-dfsg-1ubuntu1) Depends: erlang-base (= 1:14.b.4-dfsg-1ubuntu1) | erlang-base-hipe (= 1:14.b.4-dfsg-1ubuntu1) Suggests: erlang, erlang-manpages, erlang-doc Filename: pool/main/erlang-eunit_14.b.4-dfsg-1ubuntu1_amd64.deb Size: 143596 MD5Sum: b39e96803d652bef5b534ab3c5f201ac SHA1: 482225e34ebe00ce42fea023423551dde1e74222 SHA256: 80ffd39a35d15cb350bb3cd72caf6de637b17adcb6cdbc98390e0a539afbc25e SHA512: c5bf62e2afe6453670a7573496ec3cf1db1c83d635f5ef35adea5234f3e2703d9fed0dac5a661df710c88b12e63786f9efc993c23d088bb8e15cdcaa8fb2f216 Description: Erlang/OTP module for unit testing The EUnit application contains modules with support for unit testing. Homepage: http://www.erlang.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: erlang-ic Priority: optional Section: interpreters Installed-Size: 1158 Maintainer: Ubuntu Developers Original-Maintainer: Debian Erlang Packagers Architecture: amd64 Source: erlang Version: 1:14.b.4-dfsg-1ubuntu1 Replaces: erlang (<< 1:14.b.4-dfsg-1ubuntu1), erlang-base (<< 1:14.b.4-dfsg-1ubuntu1), erlang-base-hipe (<< 1:14.b.4-dfsg-1ubuntu1), erlang-dev (<< 1:14.b.4-dfsg-1ubuntu1), erlang-doc (>> 1:14.b.4-dfsg-999), erlang-doc (<< 1:14.b.4-dfsg), erlang-examples (<< 1:14.b.4-dfsg-1ubuntu1), erlang-manpages (<= 1:11.b.1-2), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-nox (<< 1:14.b.4-dfsg-1ubuntu1), erlang-src (<< 1:14.b.4-dfsg-1ubuntu1), erlang-x11 (<< 1:14.b.4-dfsg-1ubuntu1) Depends: erlang-base (= 1:14.b.4-dfsg-1ubuntu1) | erlang-base-hipe (= 1:14.b.4-dfsg-1ubuntu1) Suggests: erlang-ic-java, erlang, erlang-manpages, erlang-doc Filename: pool/main/erlang-ic_14.b.4-dfsg-1ubuntu1_amd64.deb Size: 867412 MD5Sum: 8bb9903ccc19d0d4c703524431501606 SHA1: ef03d33271773c0de804e3b1bb97afd4c8027f0f SHA256: f6ff966c9d7f40058b7f1994a839717357b53969c6f4dad0c76bae6e0313e35d SHA512: baa5f9b29cef358e5089bace6c9b798901882cf68d23e2fa60968b590f1136177ecaf58eb6daacb79fc326e9becb7282ae97689e9c3be32b9174af1f50279c8b Description: Erlang/OTP IDL compiler The IC application is an Erlang implementation of an IDL (CORBA Interface Definition Language) compiler. Depending on the choice of back-end the code will map to Erlang, C, or Java. The compiler generates client stubs and server skeletons. Homepage: http://www.erlang.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: erlang-inets Priority: optional Section: interpreters Installed-Size: 1092 Maintainer: Ubuntu Developers Original-Maintainer: Debian Erlang Packagers Architecture: amd64 Source: erlang Version: 1:14.b.4-dfsg-1ubuntu1 Replaces: erlang (<< 1:14.b.4-dfsg-1ubuntu1), erlang-base (<< 1:14.b.4-dfsg-1ubuntu1), erlang-base-hipe (<< 1:14.b.4-dfsg-1ubuntu1), erlang-dev (<< 1:14.b.4-dfsg-1ubuntu1), erlang-doc (>> 1:14.b.4-dfsg-999), erlang-doc (<< 1:14.b.4-dfsg), erlang-examples (<< 1:14.b.4-dfsg-1ubuntu1), erlang-manpages (<= 1:11.b.1-2), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-nox (<< 1:14.b.4-dfsg-1ubuntu1), erlang-src (<< 1:14.b.4-dfsg-1ubuntu1), erlang-x11 (<< 1:14.b.4-dfsg-1ubuntu1) Depends: erlang-base (= 1:14.b.4-dfsg-1ubuntu1) | erlang-base-hipe (= 1:14.b.4-dfsg-1ubuntu1), erlang-mnesia (= 1:14.b.4-dfsg-1ubuntu1), erlang-runtime-tools (= 1:14.b.4-dfsg-1ubuntu1), erlang-ssl (= 1:14.b.4-dfsg-1ubuntu1) Suggests: erlang, erlang-manpages, erlang-doc Filename: pool/main/erlang-inets_14.b.4-dfsg-1ubuntu1_amd64.deb Size: 777506 MD5Sum: 8acc2c56effdfd3a243e3b63c978d3db SHA1: 2b6067c202793bedd8f8733a5af0b0457224e9bd SHA256: 740f7d0b1f6cbcc63f5fa1e76c777762d59a66c524e5e888fb3e1bfe0690e41c SHA512: 94f34fcbcb1d7e8565c05013ddb5ee88a68a125b0313bddd395a806554f5b4819fb8d904588fa7bd4c21b5ad91c188dbbe00f0c9b0deef2af1fb9afb0a700a51 Description: Erlang/OTP Internet clients and servers Inets is a container for Internet clients and servers. Currently a FTP client, a HTTP client and server, and a TFTP client and server are provided in Inets. Homepage: http://www.erlang.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: erlang-inviso Priority: optional Section: interpreters Installed-Size: 268 Maintainer: Ubuntu Developers Original-Maintainer: Debian Erlang Packagers Architecture: amd64 Source: erlang Version: 1:14.b.4-dfsg-1ubuntu1 Replaces: erlang (<< 1:14.b.4-dfsg-1ubuntu1), erlang-base (<< 1:14.b.4-dfsg-1ubuntu1), erlang-base-hipe (<< 1:14.b.4-dfsg-1ubuntu1), erlang-dev (<< 1:14.b.4-dfsg-1ubuntu1), erlang-doc (>> 1:14.b.4-dfsg-999), erlang-doc (<< 1:14.b.4-dfsg), erlang-examples (<< 1:14.b.4-dfsg-1ubuntu1), erlang-manpages (<= 1:11.b.1-2), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-nox (<< 1:14.b.4-dfsg-1ubuntu1), erlang-src (<< 1:14.b.4-dfsg-1ubuntu1), erlang-x11 (<< 1:14.b.4-dfsg-1ubuntu1) Depends: erlang-base (= 1:14.b.4-dfsg-1ubuntu1) | erlang-base-hipe (= 1:14.b.4-dfsg-1ubuntu1), erlang-runtime-tools (= 1:14.b.4-dfsg-1ubuntu1) Suggests: erlang, erlang-manpages, erlang-doc Filename: pool/main/erlang-inviso_14.b.4-dfsg-1ubuntu1_amd64.deb Size: 147284 MD5Sum: b6b2e32f8a70461ab3b34e008d5cb4dc SHA1: 1db5edab15e23f58e12ce77fb823865e645b333c SHA256: 8b6cf09a86e41fde99976a7353cbd855f0833f726ca0f53b2053bb6d3e235c21 SHA512: c4ddc9cd9d3348ec8fd3e15211ffe4af905ddf0c48cf84ac63f315fcd0948c6a2920cf1c289d2ab098f00d4c97391e7119323a0972008be41bcd10c4d13eb5d9 Description: Erlang/OTP trace tool Inviso, an Erlang trace tool. With the inviso API, runtime components can be started and tracing managed across a network of distributed Erlang nodes, using a control component also started with inviso API functions. Homepage: http://www.erlang.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: erlang-mnesia Priority: optional Section: interpreters Installed-Size: 933 Maintainer: Ubuntu Developers Original-Maintainer: Debian Erlang Packagers Architecture: amd64 Source: erlang Version: 1:14.b.4-dfsg-1ubuntu1 Replaces: erlang (<< 1:14.b.4-dfsg-1ubuntu1), erlang-base (<< 1:14.b.4-dfsg-1ubuntu1), erlang-base-hipe (<< 1:14.b.4-dfsg-1ubuntu1), erlang-dev (<< 1:14.b.4-dfsg-1ubuntu1), erlang-doc (>> 1:14.b.4-dfsg-999), erlang-doc (<< 1:14.b.4-dfsg), erlang-examples (<< 1:14.b.4-dfsg-1ubuntu1), erlang-manpages (<= 1:11.b.1-2), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-nox (<< 1:14.b.4-dfsg-1ubuntu1), erlang-src (<< 1:14.b.4-dfsg-1ubuntu1), erlang-x11 (<< 1:14.b.4-dfsg-1ubuntu1) Depends: erlang-base (= 1:14.b.4-dfsg-1ubuntu1) | erlang-base-hipe (= 1:14.b.4-dfsg-1ubuntu1) Suggests: erlang, erlang-manpages, erlang-doc Filename: pool/main/erlang-mnesia_14.b.4-dfsg-1ubuntu1_amd64.deb Size: 689960 MD5Sum: 224c39f4d9d80835e30850248e85f1bc SHA1: 7f83e959363c67f18252df8a31bb3046ee492937 SHA256: 3f7bdea9f41a492e1f9c370089cd7182e7d58c6f03a92bb6c16f93dc7ffdda5c SHA512: 3d1eb7554b7f37af5a3477538293addba91a9fed6e479bcc07b022c3caed13ace6ca6c565234899373ed89d359854d31c0a953dc430274d67f2ec29ec5c1a910 Description: Erlang/OTP distributed relational/object hybrid database Mnesia is a distributed Database Management System (DBMS), appropriate for telecommunications applications and other Erlang applications which require continuous operation and exhibit soft real-time properties. Homepage: http://www.erlang.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: erlang-nox Priority: optional Section: interpreters Installed-Size: 73 Maintainer: Ubuntu Developers Original-Maintainer: Debian Erlang Packagers Architecture: all Source: erlang Version: 1:14.b.4-dfsg-1ubuntu1 Depends: erlang-base | erlang-base-hipe, erlang-asn1, erlang-corba, erlang-crypto, erlang-diameter, erlang-docbuilder, erlang-edoc, erlang-erl-docgen, erlang-eunit, erlang-ic, erlang-inets, erlang-inviso, erlang-mnesia, erlang-odbc, erlang-os-mon, erlang-parsetools, erlang-percept, erlang-public-key, erlang-runtime-tools, erlang-snmp, erlang-ssh, erlang-ssl, erlang-syntax-tools, erlang-tools, erlang-webtool, erlang-xmerl Suggests: erlang, erlang-manpages, erlang-doc Filename: pool/main/erlang-nox_14.b.4-dfsg-1ubuntu1_all.deb Size: 19044 MD5Sum: d4fca4bd64bd7bd289a510a558105368 SHA1: d5ae7468de7a08c5c2895fd1348afb876f291b18 SHA256: 26d0bb8b5083acf041621a9eccdeb9b1f15fb84c770d4ed3c71c1cacd71db56b SHA512: 40e24afbbe54ca279b28b02563d4de676db2fb545452ae37b5af1d76a23ad36a413a11c0971aefacb77f5ac667e46a9adbc411976c7452a3afcd4644011fe3e7 Description: Erlang/OTP applications that don't require X Window System This package is a dummy package which will install all Erlang/OTP applications which do not require X Window System to run. Homepage: http://www.erlang.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: erlang-odbc Priority: optional Section: interpreters Installed-Size: 174 Maintainer: Ubuntu Developers Original-Maintainer: Debian Erlang Packagers Architecture: amd64 Source: erlang Version: 1:14.b.4-dfsg-1ubuntu1 Replaces: erlang (<< 1:14.b.4-dfsg-1ubuntu1), erlang-base (<< 1:14.b.4-dfsg-1ubuntu1), erlang-base-hipe (<< 1:14.b.4-dfsg-1ubuntu1), erlang-dev (<< 1:14.b.4-dfsg-1ubuntu1), erlang-doc (>> 1:14.b.4-dfsg-999), erlang-doc (<< 1:14.b.4-dfsg), erlang-examples (<< 1:14.b.4-dfsg-1ubuntu1), erlang-manpages (<= 1:11.b.1-2), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-nox (<< 1:14.b.4-dfsg-1ubuntu1), erlang-src (<< 1:14.b.4-dfsg-1ubuntu1), erlang-x11 (<< 1:14.b.4-dfsg-1ubuntu1) Depends: erlang-base (= 1:14.b.4-dfsg-1ubuntu1) | erlang-base-hipe (= 1:14.b.4-dfsg-1ubuntu1), libc6 (>= 2.7), libodbc1 (>= 2.2.11) | unixodbc (>= 2.2.11) Suggests: erlang, erlang-manpages, erlang-doc Filename: pool/main/erlang-odbc_14.b.4-dfsg-1ubuntu1_amd64.deb Size: 52796 MD5Sum: f9684da9c596b60854b3fd1add1de7fb SHA1: eaa4828fbd43da6894124c302dc403a97db72c35 SHA256: 8aad9b3e3f838f79dd6d476ba9d1d8244df565212e79d823f875ed7cacc118d9 SHA512: 5c2f7185e7ed8e6e11fa9c7ceb65fee8db7d85bb5ce32545d27de0bef90fb522a30ead0c3fc62cab540b156d4ec743770fe2fd4fa8a1c759b700ff6d91b12dbd Description: Erlang/OTP interface to SQL databases The Erlang ODBC application provides an interface for accessing relational SQL databases from Erlang. Homepage: http://www.erlang.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: erlang-os-mon Priority: optional Section: interpreters Installed-Size: 270 Maintainer: Ubuntu Developers Original-Maintainer: Debian Erlang Packagers Architecture: amd64 Source: erlang Version: 1:14.b.4-dfsg-1ubuntu1 Replaces: erlang (<< 1:14.b.4-dfsg-1ubuntu1), erlang-base (<< 1:14.b.4-dfsg-1ubuntu1), erlang-base-hipe (<< 1:14.b.4-dfsg-1ubuntu1), erlang-dev (<< 1:14.b.4-dfsg-1ubuntu1), erlang-doc (>> 1:14.b.4-dfsg-999), erlang-doc (<< 1:14.b.4-dfsg), erlang-examples (<< 1:14.b.4-dfsg-1ubuntu1), erlang-manpages (<= 1:11.b.1-2), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-nox (<< 1:14.b.4-dfsg-1ubuntu1), erlang-src (<< 1:14.b.4-dfsg-1ubuntu1), erlang-x11 (<< 1:14.b.4-dfsg-1ubuntu1) Depends: erlang-base (= 1:14.b.4-dfsg-1ubuntu1) | erlang-base-hipe (= 1:14.b.4-dfsg-1ubuntu1), erlang-mnesia (= 1:14.b.4-dfsg-1ubuntu1), erlang-snmp (= 1:14.b.4-dfsg-1ubuntu1), libc6 (>= 2.4) Suggests: erlang, erlang-manpages, erlang-doc Filename: pool/main/erlang-os-mon_14.b.4-dfsg-1ubuntu1_amd64.deb Size: 100484 MD5Sum: 0576e7a70e4a7ce7be85a86e4a4f93ba SHA1: e5b42694982134e99c815e060457c5a29cd8b064 SHA256: 997b43d793fea83a528063566b388a091ed33e472d52bca93066fdebc7118d05 SHA512: 7e766cda1e4d3760ab601fb496c021d49c0f9cd5af0b20aa293dc0fec3b5ef491f15706d9150e21918cd65474801df9b5875a3b86beb5aea051eb6d2ba12acf7 Description: Erlang/OTP operating system monitor The operating system monitor, OS_Mon, provides services for monitoring CPU load, disk usage, memory usage and OS messages. Homepage: http://www.erlang.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: erlang-parsetools Priority: optional Section: interpreters Installed-Size: 279 Maintainer: Ubuntu Developers Original-Maintainer: Debian Erlang Packagers Architecture: amd64 Source: erlang Version: 1:14.b.4-dfsg-1ubuntu1 Replaces: erlang (<< 1:14.b.4-dfsg-1ubuntu1), erlang-base (<< 1:14.b.4-dfsg-1ubuntu1), erlang-base-hipe (<< 1:14.b.4-dfsg-1ubuntu1), erlang-dev (<< 1:14.b.4-dfsg-1ubuntu1), erlang-doc (>> 1:14.b.4-dfsg-999), erlang-doc (<< 1:14.b.4-dfsg), erlang-examples (<< 1:14.b.4-dfsg-1ubuntu1), erlang-manpages (<= 1:11.b.1-2), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-nox (<< 1:14.b.4-dfsg-1ubuntu1), erlang-src (<< 1:14.b.4-dfsg-1ubuntu1), erlang-x11 (<< 1:14.b.4-dfsg-1ubuntu1) Depends: erlang-base (= 1:14.b.4-dfsg-1ubuntu1) | erlang-base-hipe (= 1:14.b.4-dfsg-1ubuntu1) Suggests: erlang, erlang-manpages, erlang-doc Filename: pool/main/erlang-parsetools_14.b.4-dfsg-1ubuntu1_amd64.deb Size: 159324 MD5Sum: 86641c9848c2772bb82bc67341cf256d SHA1: 9459bd163b966c23d5b6b713f2df35aa05aa4c21 SHA256: f82f34947f8741c2c06a9af0cda371aa79d94be88ecf0459b51a08a5777b6b41 SHA512: 8a1af0ccefe0e9581808aa205327213c33bbb9db43c784df1a835abc5c81b116ce40005ffea3a149c0715aa9e8cf8b13adf7012f6a87219ab532a19b0a2812d6 Description: Erlang/OTP parsing tools The Parsetools application contains utilities for parsing. Currently, it includes yecc module. Yecc is an LALR-1 parser generator for Erlang, similar to yacc. Yecc takes a BNF grammar definition as input, and produces Erlang code for a parser as output. Homepage: http://www.erlang.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: erlang-percept Priority: optional Section: interpreters Installed-Size: 313 Maintainer: Ubuntu Developers Original-Maintainer: Debian Erlang Packagers Architecture: amd64 Source: erlang Version: 1:14.b.4-dfsg-1ubuntu1 Replaces: erlang (<< 1:14.b.4-dfsg-1ubuntu1), erlang-base (<< 1:14.b.4-dfsg-1ubuntu1), erlang-base-hipe (<< 1:14.b.4-dfsg-1ubuntu1), erlang-dev (<< 1:14.b.4-dfsg-1ubuntu1), erlang-doc (>> 1:14.b.4-dfsg-999), erlang-doc (<< 1:14.b.4-dfsg), erlang-examples (<< 1:14.b.4-dfsg-1ubuntu1), erlang-manpages (<= 1:11.b.1-2), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-nox (<< 1:14.b.4-dfsg-1ubuntu1), erlang-src (<< 1:14.b.4-dfsg-1ubuntu1), erlang-x11 (<< 1:14.b.4-dfsg-1ubuntu1) Depends: erlang-base (= 1:14.b.4-dfsg-1ubuntu1) | erlang-base-hipe (= 1:14.b.4-dfsg-1ubuntu1), erlang-inets (= 1:14.b.4-dfsg-1ubuntu1), erlang-runtime-tools (= 1:14.b.4-dfsg-1ubuntu1) Suggests: erlang, erlang-manpages, erlang-doc Filename: pool/main/erlang-percept_14.b.4-dfsg-1ubuntu1_amd64.deb Size: 142960 MD5Sum: f787517ea7267da307f1438cf052cff1 SHA1: c0b5f5b900612a3f7cd8b2e118c0f34ae2c4ba80 SHA256: e39f303e6388f401dd3bf6b118fe203e8a8ec3e1ac11a2bba07c82777dba041f SHA512: 620493f23661afb413afb201586d44e0ca18c4ac7dc96addd452da095ab51c8dab715edd5859b9091278571058345344d85811b6a8296175b6fc83c10683b016 Description: Erlang/OTP concurrency profiling tool Percept is a tool which visualizes application level concurrency and helps to identify concurrency bottlenecks. Homepage: http://www.erlang.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: erlang-public-key Priority: optional Section: interpreters Installed-Size: 564 Maintainer: Ubuntu Developers Original-Maintainer: Debian Erlang Packagers Architecture: amd64 Source: erlang Version: 1:14.b.4-dfsg-1ubuntu1 Replaces: erlang (<< 1:14.b.4-dfsg-1ubuntu1), erlang-base (<< 1:14.b.4-dfsg-1ubuntu1), erlang-base-hipe (<< 1:14.b.4-dfsg-1ubuntu1), erlang-dev (<< 1:14.b.4-dfsg-1ubuntu1), erlang-doc (>> 1:14.b.4-dfsg-999), erlang-doc (<< 1:14.b.4-dfsg), erlang-examples (<< 1:14.b.4-dfsg-1ubuntu1), erlang-manpages (<= 1:11.b.1-2), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-nox (<< 1:14.b.4-dfsg-1ubuntu1), erlang-src (<< 1:14.b.4-dfsg-1ubuntu1), erlang-x11 (<< 1:14.b.4-dfsg-1ubuntu1) Depends: erlang-base (= 1:14.b.4-dfsg-1ubuntu1) | erlang-base-hipe (= 1:14.b.4-dfsg-1ubuntu1), erlang-crypto (= 1:14.b.4-dfsg-1ubuntu1) Suggests: erlang, erlang-manpages, erlang-doc Filename: pool/main/erlang-public-key_14.b.4-dfsg-1ubuntu1_amd64.deb Size: 360906 MD5Sum: c7521319e6806cbefbffd6236c062df4 SHA1: cb4bc464d5776cccdd12a49e3e2ef50cdd3a9f4b SHA256: 08556068b442629e047d58c7981efe30af524a99b235d6932d51febccc4f3086 SHA512: 0a209b709dd3bc0446cfedb050818a85a8672e70e3c21de5d249642d84bde6cf020b2a9ee52b6198365bd00a47233f511c68d0daf08117fecd0abb4761974883 Description: Erlang/OTP public key infrastructure Provides functions to handle public key infrastructure from RFC 3280 (X.509 certificates) and some parts of the PKCS-standard. Homepage: http://www.erlang.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: erlang-runtime-tools Priority: optional Section: interpreters Installed-Size: 360 Maintainer: Ubuntu Developers Original-Maintainer: Debian Erlang Packagers Architecture: amd64 Source: erlang Version: 1:14.b.4-dfsg-1ubuntu1 Replaces: erlang (<< 1:14.b.4-dfsg-1ubuntu1), erlang-base (<< 1:14.b.4-dfsg-1ubuntu1), erlang-base-hipe (<< 1:14.b.4-dfsg-1ubuntu1), erlang-dev (<< 1:14.b.4-dfsg-1ubuntu1), erlang-doc (>> 1:14.b.4-dfsg-999), erlang-doc (<< 1:14.b.4-dfsg), erlang-examples (<< 1:14.b.4-dfsg-1ubuntu1), erlang-manpages (<= 1:11.b.1-2), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-nox (<< 1:14.b.4-dfsg-1ubuntu1), erlang-src (<< 1:14.b.4-dfsg-1ubuntu1), erlang-x11 (<< 1:14.b.4-dfsg-1ubuntu1) Depends: erlang-base (= 1:14.b.4-dfsg-1ubuntu1) | erlang-base-hipe (= 1:14.b.4-dfsg-1ubuntu1), libc6 (>= 2.4) Suggests: erlang, erlang-manpages, erlang-doc Filename: pool/main/erlang-runtime-tools_14.b.4-dfsg-1ubuntu1_amd64.deb Size: 208928 MD5Sum: 2af5467c427b02a73af0d80059208fa8 SHA1: e9163fc7889724157af341d0737397ce53f9737d SHA256: 12a2546ada0e380ba7cbe34e599552dc04d4e355021bacff097b3f5eff3aacc2 SHA512: 88005571c786a165998b6c8fad0c7f94a3418a60e4cf16850d394eb27dfca62b1280bcd80b587c065c9917ef5be6df870eaf28badbb386d0f8ee821dbcf5577d Description: Erlang/OTP runtime tracing/debugging tools Runtime_Tools provides low-footprint tracing/debugging tools suitable for inclusion in a production system. Homepage: http://www.erlang.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: erlang-snmp Priority: optional Section: interpreters Installed-Size: 2602 Maintainer: Ubuntu Developers Original-Maintainer: Debian Erlang Packagers Architecture: amd64 Source: erlang Version: 1:14.b.4-dfsg-1ubuntu1 Replaces: erlang (<< 1:14.b.4-dfsg-1ubuntu1), erlang-base (<< 1:14.b.4-dfsg-1ubuntu1), erlang-base-hipe (<< 1:14.b.4-dfsg-1ubuntu1), erlang-dev (<< 1:14.b.4-dfsg-1ubuntu1), erlang-doc (>> 1:14.b.4-dfsg-999), erlang-doc (<< 1:14.b.4-dfsg), erlang-examples (<< 1:14.b.4-dfsg-1ubuntu1), erlang-manpages (<= 1:11.b.1-2), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-nox (<< 1:14.b.4-dfsg-1ubuntu1), erlang-src (<< 1:14.b.4-dfsg-1ubuntu1), erlang-x11 (<< 1:14.b.4-dfsg-1ubuntu1) Depends: erlang-base (= 1:14.b.4-dfsg-1ubuntu1) | erlang-base-hipe (= 1:14.b.4-dfsg-1ubuntu1), erlang-crypto (= 1:14.b.4-dfsg-1ubuntu1), erlang-mnesia (= 1:14.b.4-dfsg-1ubuntu1), erlang-runtime-tools (= 1:14.b.4-dfsg-1ubuntu1) Recommends: erlang-dev (= 1:14.b.4-dfsg-1ubuntu1) Suggests: erlang, erlang-manpages, erlang-doc Filename: pool/main/erlang-snmp_14.b.4-dfsg-1ubuntu1_amd64.deb Size: 1548146 MD5Sum: 6d5a64cb3a3f91043c429c67de533a53 SHA1: af1fb1ea3a4f860b15348443e59b05a7de590c08 SHA256: 26c4bfe9b8b7b5dd42d31c6deb4a91ead1843424d4ecf0ec1fbedab3856c5c35 SHA512: 52ca17df5c68cdfd532d870369db612214877084f751bdfb921e5d93b8fc31f850a6bc9cc5a71b85e60cf2c3f719425911b6926e3a92ddfb8fd79a520df5c8aa Description: Erlang/OTP SNMP applications A multilingual Simple Network Management Protocol application features an Extensible Agent, simple manager, a MIB compiler and facilities for implementing SNMP MIBs etc. . The OTP_Mibs application provides an SNMP management information base for Erlang nodes. Homepage: http://www.erlang.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: erlang-ssh Priority: optional Section: interpreters Installed-Size: 538 Maintainer: Ubuntu Developers Original-Maintainer: Debian Erlang Packagers Architecture: amd64 Source: erlang Version: 1:14.b.4-dfsg-1ubuntu1 Replaces: erlang (<< 1:14.b.4-dfsg-1ubuntu1), erlang-base (<< 1:14.b.4-dfsg-1ubuntu1), erlang-base-hipe (<< 1:14.b.4-dfsg-1ubuntu1), erlang-dev (<< 1:14.b.4-dfsg-1ubuntu1), erlang-doc (>> 1:14.b.4-dfsg-999), erlang-doc (<< 1:14.b.4-dfsg), erlang-examples (<< 1:14.b.4-dfsg-1ubuntu1), erlang-manpages (<= 1:11.b.1-2), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-nox (<< 1:14.b.4-dfsg-1ubuntu1), erlang-src (<< 1:14.b.4-dfsg-1ubuntu1), erlang-x11 (<< 1:14.b.4-dfsg-1ubuntu1) Depends: erlang-base (= 1:14.b.4-dfsg-1ubuntu1) | erlang-base-hipe (= 1:14.b.4-dfsg-1ubuntu1), erlang-crypto (= 1:14.b.4-dfsg-1ubuntu1), erlang-public-key (= 1:14.b.4-dfsg-1ubuntu1) Suggests: erlang, erlang-manpages, erlang-doc Filename: pool/main/erlang-ssh_14.b.4-dfsg-1ubuntu1_amd64.deb Size: 368358 MD5Sum: 7d6154a1ba30ec62e7a145f364d2dd55 SHA1: 8dabcd69a71c24398619427c98bf9039808c41f9 SHA256: 420e850625627569327b31d700fe342f0614646d53a0bb8318ff338401586a06 SHA512: ea12b0dbf8cfbb396a9a6b50cb9af3259a91c466d7ede7ed7321f7b3f35080ea03fd70fcba6f0f528aa23f70812d1dbcb4660ff07c17cf9a1a82f16f94bf759b Description: Erlang/OTP implementation of SSH protocol The SSH application is an erlang implementation of the secure shell protocol. Homepage: http://www.erlang.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: erlang-ssl Priority: optional Section: interpreters Installed-Size: 573 Maintainer: Ubuntu Developers Original-Maintainer: Debian Erlang Packagers Architecture: amd64 Source: erlang Version: 1:14.b.4-dfsg-1ubuntu1 Replaces: erlang (<< 1:14.b.4-dfsg-1ubuntu1), erlang-base (<< 1:14.b.4-dfsg-1ubuntu1), erlang-base-hipe (<< 1:14.b.4-dfsg-1ubuntu1), erlang-dev (<< 1:14.b.4-dfsg-1ubuntu1), erlang-doc (>> 1:14.b.4-dfsg-999), erlang-doc (<< 1:14.b.4-dfsg), erlang-examples (<< 1:14.b.4-dfsg-1ubuntu1), erlang-manpages (<= 1:11.b.1-2), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-nox (<< 1:14.b.4-dfsg-1ubuntu1), erlang-src (<< 1:14.b.4-dfsg-1ubuntu1), erlang-x11 (<< 1:14.b.4-dfsg-1ubuntu1) Depends: erlang-base (= 1:14.b.4-dfsg-1ubuntu1) | erlang-base-hipe (= 1:14.b.4-dfsg-1ubuntu1), erlang-crypto (= 1:14.b.4-dfsg-1ubuntu1), erlang-public-key (= 1:14.b.4-dfsg-1ubuntu1), libc6 (>= 2.4), libssl1.0.0 (>= 1.0.0) Suggests: erlang, erlang-manpages, erlang-doc Filename: pool/main/erlang-ssl_14.b.4-dfsg-1ubuntu1_amd64.deb Size: 386524 MD5Sum: ce839cb65663617ab16753cb7e2c1679 SHA1: 8b89ad22a9c8887d960afa8bd104f515578465ce SHA256: 66c52064c65818c029795bd73e76af707c73aa41d4ccfd6e0d065088027c9dfc SHA512: bd198c8a6e395daad66512e379b459e9b15d7210be230c763cd909d256baff69a7c90bfa2548b12b3b2559dda900ec67f04ae3dcaf271639e595ce74637feb27 Description: Erlang/OTP implementation of SSL The SSL application provides secure communication over sockets. Homepage: http://www.erlang.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: erlang-syntax-tools Priority: optional Section: interpreters Installed-Size: 468 Maintainer: Ubuntu Developers Original-Maintainer: Debian Erlang Packagers Architecture: amd64 Source: erlang Version: 1:14.b.4-dfsg-1ubuntu1 Replaces: erlang (<< 1:14.b.4-dfsg-1ubuntu1), erlang-base (<< 1:14.b.4-dfsg-1ubuntu1), erlang-base-hipe (<< 1:14.b.4-dfsg-1ubuntu1), erlang-dev (<< 1:14.b.4-dfsg-1ubuntu1), erlang-doc (>> 1:14.b.4-dfsg-999), erlang-doc (<< 1:14.b.4-dfsg), erlang-examples (<< 1:14.b.4-dfsg-1ubuntu1), erlang-manpages (<= 1:11.b.1-2), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-nox (<< 1:14.b.4-dfsg-1ubuntu1), erlang-src (<< 1:14.b.4-dfsg-1ubuntu1), erlang-x11 (<< 1:14.b.4-dfsg-1ubuntu1) Depends: erlang-base (= 1:14.b.4-dfsg-1ubuntu1) | erlang-base-hipe (= 1:14.b.4-dfsg-1ubuntu1) Suggests: erlang, erlang-manpages, erlang-doc Filename: pool/main/erlang-syntax-tools_14.b.4-dfsg-1ubuntu1_amd64.deb Size: 302640 MD5Sum: 505aa18cd737dab550d177a2048233e3 SHA1: 0fe5bc639a3a45c0f9f3b26b8de3ed8bb8e48bd7 SHA256: c4393c5a1f8f5bbae3187d11da33d85ef7b65a0bd9e3e69856a94d0800300340 SHA512: 2ccb42a84f616ece1c7a60bd42625cbafc4573ffaa09f1795a1672e68eb3fe5ac18e867f91373cdc4a20e54250d70f87a0b183b60e9c218570896b953409be0e Description: Erlang/OTP modules for handling abstract Erlang syntax trees Syntax_Tools contains modules for handling abstract Erlang syntax trees in a way that is compatible with the "parse trees" of the STDLIB module erl_parse, together with utilities for reading source files in unusual ways and pretty-printing syntax trees. Also it includes a module merger and renamer called Igor, as well as an automatic code-cleaner. Homepage: http://www.erlang.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: erlang-tools Priority: optional Section: interpreters Installed-Size: 1077 Maintainer: Ubuntu Developers Original-Maintainer: Debian Erlang Packagers Architecture: amd64 Source: erlang Version: 1:14.b.4-dfsg-1ubuntu1 Replaces: erlang (<< 1:14.b.4-dfsg-1ubuntu1), erlang-base (<< 1:14.b.4-dfsg-1ubuntu1), erlang-base-hipe (<< 1:14.b.4-dfsg-1ubuntu1), erlang-dev (<< 1:14.b.4-dfsg-1ubuntu1), erlang-doc (>> 1:14.b.4-dfsg-999), erlang-doc (<< 1:14.b.4-dfsg), erlang-examples (<< 1:14.b.4-dfsg-1ubuntu1), erlang-manpages (<= 1:11.b.1-2), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-nox (<< 1:14.b.4-dfsg-1ubuntu1), erlang-src (<< 1:14.b.4-dfsg-1ubuntu1), erlang-x11 (<< 1:14.b.4-dfsg-1ubuntu1) Depends: erlang-base (= 1:14.b.4-dfsg-1ubuntu1) | erlang-base-hipe (= 1:14.b.4-dfsg-1ubuntu1), erlang-inets (= 1:14.b.4-dfsg-1ubuntu1), erlang-runtime-tools (= 1:14.b.4-dfsg-1ubuntu1), erlang-webtool (= 1:14.b.4-dfsg-1ubuntu1), libc6 (>= 2.4) Suggests: erlang, erlang-manpages, erlang-doc Filename: pool/main/erlang-tools_14.b.4-dfsg-1ubuntu1_amd64.deb Size: 541754 MD5Sum: d98b40fb4db6c9d43e60e550c263641c SHA1: e83c737ab16151d77deb453ef9ea6ce864a9706f SHA256: 127b09b1107693ac8052451f42a90e0bd8da451860192fed23a6084bb3cd7ed8 SHA512: 61b5198128dee49f074a290df11792c09b8dbfa2562fce4f098e53d4fd981603e2eff7512b5b255071c635dd6e50b0fa181923c2a3c4c85234ac9fe115eb3075 Description: Erlang/OTP various tools The Tools application contains a number of stand-alone tools, which are useful when developing Erlang programs. . cover - A coverage analysis tool for Erlang. cprof - A profiling tool that shows how many times each function is called. Uses a kind of local call trace breakpoints containing counters to achieve very low runtime performance degradation. eprof - A time profiling tool; measures how time is used in Erlang programs. Predecessor of fprof (see below). fprof - Another Erlang profiler; measures how time is used in Erlang programs. Uses trace to file to minimize runtime performance impact, and displays time for calling and called functions. instrument - Utility functions for obtaining and analyzing resource usage in an instrumented Erlang runtime system. make - A make utility for Erlang similar to UNIX make. tags - A tool for generating Emacs TAGS files from Erlang source files. xref - A cross reference tool. Can be used to check dependencies between functions, modules, applications and releases. Homepage: http://www.erlang.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: erlang-webtool Priority: optional Section: interpreters Installed-Size: 164 Maintainer: Ubuntu Developers Original-Maintainer: Debian Erlang Packagers Architecture: amd64 Source: erlang Version: 1:14.b.4-dfsg-1ubuntu1 Replaces: erlang (<< 1:14.b.4-dfsg-1ubuntu1), erlang-base (<< 1:14.b.4-dfsg-1ubuntu1), erlang-base-hipe (<< 1:14.b.4-dfsg-1ubuntu1), erlang-dev (<< 1:14.b.4-dfsg-1ubuntu1), erlang-doc (>> 1:14.b.4-dfsg-999), erlang-doc (<< 1:14.b.4-dfsg), erlang-examples (<< 1:14.b.4-dfsg-1ubuntu1), erlang-manpages (<= 1:11.b.1-2), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-nox (<< 1:14.b.4-dfsg-1ubuntu1), erlang-src (<< 1:14.b.4-dfsg-1ubuntu1), erlang-x11 (<< 1:14.b.4-dfsg-1ubuntu1) Depends: erlang-base (= 1:14.b.4-dfsg-1ubuntu1) | erlang-base-hipe (= 1:14.b.4-dfsg-1ubuntu1), erlang-inets (= 1:14.b.4-dfsg-1ubuntu1) Suggests: erlang-observer (= 1:14.b.4-dfsg-1ubuntu1), erlang, erlang-manpages, erlang-doc Filename: pool/main/erlang-webtool_14.b.4-dfsg-1ubuntu1_amd64.deb Size: 42132 MD5Sum: 8153abff3f6524b21e251f369d19c27a SHA1: 8c3e1df7710fd9a0c095aaba1bcff977eaa0425d SHA256: a4cb2d2c23674b68fb20abdb73592754a4f7ee16e37f4e2323cc6d2faa741d06 SHA512: a4984811fb89bc1de750677c46e3349689e8cf5a82104ea161ab8a41a0580dcec179717f707ae7d1292655b5ab6b51e3c9377d5a94e486ef32e25835a661dfa2 Description: Erlang/OTP helper for web-based tools WebTool provides an easy way to use web-based tools with Erlang/OTP. It configures and starts a web server as well as all available tools. Homepage: http://www.erlang.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: erlang-xmerl Priority: optional Section: interpreters Installed-Size: 1540 Maintainer: Ubuntu Developers Original-Maintainer: Debian Erlang Packagers Architecture: amd64 Source: erlang Version: 1:14.b.4-dfsg-1ubuntu1 Replaces: erlang (<< 1:14.b.4-dfsg-1ubuntu1), erlang-base (<< 1:14.b.4-dfsg-1ubuntu1), erlang-base-hipe (<< 1:14.b.4-dfsg-1ubuntu1), erlang-dev (<< 1:14.b.4-dfsg-1ubuntu1), erlang-doc (>> 1:14.b.4-dfsg-999), erlang-doc (<< 1:14.b.4-dfsg), erlang-examples (<< 1:14.b.4-dfsg-1ubuntu1), erlang-manpages (<= 1:11.b.1-2), erlang-mode (<< 1:12.b.1-dfsg-2), erlang-nox (<< 1:14.b.4-dfsg-1ubuntu1), erlang-src (<< 1:14.b.4-dfsg-1ubuntu1), erlang-x11 (<< 1:14.b.4-dfsg-1ubuntu1) Depends: erlang-base (= 1:14.b.4-dfsg-1ubuntu1) | erlang-base-hipe (= 1:14.b.4-dfsg-1ubuntu1) Suggests: erlang, erlang-manpages, erlang-doc Filename: pool/main/erlang-xmerl_14.b.4-dfsg-1ubuntu1_amd64.deb Size: 1108154 MD5Sum: 9f1a1df6ffc143d70a83e62d110d2eea SHA1: b4aa93559cd0a6c4be1cf2af972eba6ff8cd5c90 SHA256: 5543309184f9b83ff2c9825372e5fb69e49e4e2cf3d16b43ecdfca9ac50bbe53 SHA512: 4499d3e227445110779981aaac682e2bc30c49ee17c30976b66cd59d76eee68efc22e493a1b2e084747376dd8a66b57182e996c60c18b153c6f7309607cc09cb Description: Erlang/OTP XML tools The xmerl application contains modules for processing XML. Homepage: http://www.erlang.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: eswitchd Priority: optional Section: python Installed-Size: 269 Maintainer: Mellanox Openstack Architecture: amd64 Version: 0.10-3 Depends: upstart-job, python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-oslo.config, python-zmq, libvirt0, python-ethtool Filename: pool/main/eswitchd_0.10-3_amd64.deb Size: 29932 MD5Sum: 9da6b1a1e552948c8a2eb4ba584dd844 SHA1: 8beebdce537a835b4121d453031640ede792142f SHA256: 83ab73a63bc37b5f429e736ff0e5cd2dd5f53b27cd371a026366ca6d12e4bc71 SHA512: 875d66c016de44647927146be55e7e0612a27b74426c31dd3abcadd53be3465a2783a900314f8f9c49afb7336a6da4901bbdd8abd0d15159a3c483258e468ad5 Description: Mellanox eswtich Daemon Package: ethtool Priority: optional Section: utils Installed-Size: 287 Maintainer: Ubuntu Developers Original-Maintainer: Anibal Monsalve Salazar Architecture: amd64 Version: 1:3.1-1 Depends: libc6 (>= 2.7) Filename: pool/main/ethtool_3.1-1_amd64.deb Size: 93962 MD5Sum: 1b6a55f8cd5af51821b091f55c60f5b9 SHA1: 5a770d4c9999e6775ea083e56fc5d06724be1eec SHA256: 7b9b6ac612490bf43bc39ce44927e5474390f8d133b4fd3daa17705077316ccc SHA512: 141fd729fe81b239afca7361e70e4abcc88251ee036d40d2e0b1549d5f05af2c14633997cbf8849f9df43b95449156ebfa9039b63ea143bdd4176aca630f9fd9 Description: display or change Ethernet device settings ethtool can be used to query and change settings such as speed, auto- negotiation and checksum offload on many network devices, especially Ethernet devices. Homepage: http://www.kernel.org/pub/software/network/ethtool/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: euca2ools Priority: optional Section: utils Installed-Size: 777 Maintainer: Ubuntu Developers Original-Maintainer: Debian Eucalyptus Maintainers Architecture: all Version: 2.1.3-1ubuntu1~cloud0 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-m2crypto (>= 0.20.2), python-boto (>= 2.0~) Filename: pool/main/euca2ools_2.1.3-1ubuntu1~cloud0_all.deb Size: 166182 MD5Sum: 5ccf88243a35f041aacfa4d7aff76ede SHA1: 10d4c1bf3b6d0bc4f016dc610a0c3e1f320822df SHA256: 75af01e82254facd2549fc38a6f1f6be78b612a6eb718aa66a46abeb17599a64 SHA512: 7475fd7c9568183ed772e412888a60c20b97a471f4858710ac6881a07378b95537e365a838306eeda87cf72e094309f5ec9a27871ccb0229d12b22fce6608970 Description: tools for interacting with AWS API-compatible services Command-line tools for interacting with Amazon Web Services (AWS) and other AWS-compatible services, such as Eucalyptus and OpenStack, that export a REST/Query-based API compatible with Amazon EC2, IAM, and S3 services. The tools can be used with both Amazon's services and with installations of the Eucalyptus open-source cloud-computing infrastructure. The tools were inspired by command-line tools distributed by Amazon (api-tools and ami-tools) and largely accept the same options and environment variables. However, these tools were implemented from scratch in Python, relying on the Boto AWS library and M2Crypto toolkit. Homepage: http://www.eucalyptus.com/download/euca2ools Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: facter Priority: optional Section: admin Installed-Size: 316 Maintainer: Puppet Labs Architecture: amd64 Version: 1.7.3-1puppetlabs1 Depends: ruby | ruby-interpreter, dmidecode, virt-what, pciutils Filename: pool/main/facter_1.7.3-1puppetlabs1_amd64.deb Size: 75020 MD5Sum: 66599bc9e80d428e206cf69adec7ac52 SHA1: 3ab440f80bbbc607bf93248bfc9a138bda6137bf SHA256: 869479fc672745198cf609368e3bb02cd7840517b088dff8ab07d3cf7c88e9d5 SHA512: 3128f7cc5b2c45f949079ba61d17b37539c70fa7ab92ed287d339856589ec05b8f816e70478103e4010d58d168f19a58737f9712e0635713e889530e40883694 Description: Ruby module for collecting simple facts about a host operating system Some of the facts are preconfigured, such as the hostname and the operating system. Additional facts can be added through simple Ruby scripts. Homepage: http://www.puppetlabs.com Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: fakeroot Priority: optional Section: utils Installed-Size: 313 Maintainer: Ubuntu Developers Original-Maintainer: Clint Adams Architecture: amd64 Version: 1.18.2-1 Depends: libc6 (>= 2.7) Filename: pool/main/fakeroot_1.18.2-1_amd64.deb Size: 87204 MD5Sum: 360b5f3acf8080457d569d08f3de9d38 SHA1: b34744e5609ae1c762f83e572bd29c6e56e3eaa3 SHA256: da223309ad4f25e18099e2bfe9d38801d7e351d7a5dd740842fc9e84d78c328b SHA512: 181acfceca9f45872b41af1685ff18d7578e880b0eb9053635c0629c82c4da3a997043e3f5db568f9a9684c114be91124815c314aa7846bd2f2d6c7a075841ad Description: tool for simulating superuser privileges fakeroot provides a fake "root environment" by means of LD_PRELOAD and SysV IPC (or TCP) trickery. It puts wrappers around getuid(), chown(), stat(), and other file-manipulation functions, so that unprivileged users can (for instance) populate .deb archives with root-owned files; various build tools use fakeroot for this by default. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Build-Essential: yes Origin: Ubuntu Supported: 5y Package: febootstrap Priority: optional Section: universe/admin Installed-Size: 1364 Maintainer: Ubuntu Developers Original-Maintainer: Debian Libvirt Maintainers Architecture: amd64 Version: 3.14-2 Depends: e2fslibs (>= 1.41.99), libc6 (>= 2.14), libcomerr2 (>= 1.01), aptitude, cpio Filename: pool/main/febootstrap_3.14-2_amd64.deb Size: 550192 MD5Sum: 219ca150b07158d747821dade316ce2f SHA1: 0bf5e20a96f4a9d08491cdb717ff4b08ca5a6f96 SHA256: 2349de7aceb06eaab6557ef9396134a42558727953f507b39e29fc66b4adc583 SHA512: e89f6918cb39cb745618eca7bdd46e8001d5beaa81882d955254250b1d314f1134a9a0f2a0980e03deee9d6e3f6d5abe03fe49be56da5cd13c4b4577964e9d0b Description: tool for building supermin appliances. febootstrap is a tool for building supermin appliances. These are tiny appliances [similar to virtual machines], usually around 100KB in size, which get fully instantiated on-the-fly in a fraction of a second when one of them is booted. Homepage: http://people.redhat.com/~rjones/febootstrap/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: fence-agents Priority: optional Section: admin Installed-Size: 474 Maintainer: Ubuntu Developers Original-Maintainer: Debian HA Maintainers Architecture: amd64 Version: 3.1.5-ubuntu1 Replaces: cman (<= 3.0.12-2ubuntu4) Depends: python, libc6 (>= 2.15), libnspr4 (>= 1.8.0.10), libnss3 (>= 3.12.0~1.9b1), python-pexpect, snmp, ipmitool Recommends: libnet-telnet-perl, openssh-client, python-pycurl, sg3-utils Conflicts: cman (<= 3.0.12-2ubuntu4) Filename: pool/main/fence-agents_3.1.5-ubuntu1_amd64.deb Size: 178506 MD5Sum: 8d6f89c471520207692e07365d1acfa4 SHA1: 04d3ce219d6f62e8d704c5660994e9031af11b4a SHA256: cb342382f95cc1eecfeb9a7494e7a8eed08517daf8946d8f613b75b415fe8728 SHA512: 7afbc3a89c0192ee22dc395dcdd1fca65efedf96c7271ceca9b3c0454a0ffde7de9b4ef0204b26d28e0d4fa52b0eb06b026cc1ae3d22ad44192a40c51a8f1c31 Description: Fence Agents for Red Hat Cluster Red Hat Fence Agents is a collection of scripts to handle remote power management for several devices. They allow failed or unreachable nodes to be forcibly restarted and removed from the cluster. Homepage: http://sources.redhat.com/cluster/wiki/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: fencing-agent Priority: extra Section: unknown Installed-Size: 8 Maintainer: Bogdan Dobrelya Architecture: all Version: 0.1.0-ubuntu1 Depends: ruby-ohai (<= 7), ruby-httpclient, ruby-rethtool, ruby-cstruct, ruby-json Filename: pool/main/fencing-agent_0.1.0-ubuntu1_all.deb Size: 3974 MD5Sum: d2f56c9c93f0066ad58ac94851b2b100 SHA1: 51ab1b32daaf300cfaf01ce511ad86cc4926bea3 SHA256: 8f8e48aaf416c92043b8ca8aee581d3dadcfc7ceb5ddf373b3bca2a32e8947b7 SHA512: de89ad62e06eba051a392b5a878bdcf99b9d1c9979773bcfd353f3958ed1951247f5ed07aabcda925c5c6cd0f56461619c396c95a5cf1b2310b706fa5384c78d Description: Homepage: mirantis.com Package: file Priority: important Section: utils Installed-Size: 109 Maintainer: Ubuntu Developers Original-Maintainer: Daniel Baumann Architecture: amd64 Version: 5.09-2ubuntu0.6 Depends: libc6 (>= 2.4), libmagic1 (= 5.09-2ubuntu0.6) Filename: pool/main/file_5.09-2ubuntu0.6_amd64.deb Size: 19980 MD5Sum: 25f2f037a66738785ac63c8b345e5eea SHA1: a2e54ff7f9202b54f0da3ffdf4a2243c96ee0fcb SHA256: ad6218f4e48c20dda35239cd9d6585889d5eb16266431321b2e675e84e3bc9ad SHA512: fff787f0d204d90257328633a6767ad01d92b75d729e88b7037663a2ad5ceb0d1e818ede398984863aa265cf5db03ec0cfdcc1658deb66ea52a82b67c39c67cc Description: Determines file type using "magic" numbers File tests each argument in an attempt to classify it. There are three sets of tests, performed in this order: filesystem tests, magic number tests, and language tests. The first test that succeeds causes the file type to be printed. Homepage: http://www.darwinsys.com/file/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: findutils Essential: yes Priority: required Section: utils Installed-Size: 832 Maintainer: Ubuntu Developers Original-Maintainer: Andreas Metzler Architecture: amd64 Version: 4.4.2-4ubuntu1 Depends: dpkg (>= 1.15.4) | install-info Pre-Depends: libc6 (>= 2.7) Suggests: mlocate | locate Filename: pool/main/findutils_4.4.2-4ubuntu1_amd64.deb Size: 390842 MD5Sum: 2abde044d47728bfe4fa7a5eab30a8ad SHA1: a2233ef2f1d8ac7bc2937dc2c3d08a5bf150fdf9 SHA256: 0489d0056ac55d8dd67671d13acc268e11287d6bbd1009de9e7aa78a8ab981a6 SHA512: 41676f8ad0925fe2ac2378a55435911b65fc2b0df9fb1e9d2fb7c6cdf7760dff183dd4bb645ef523a0d1de834188a415c2ca6886d3bc1cc014655a64d98a2fc1 Description: utilities for finding files--find, xargs GNU findutils provides utilities to find files meeting specified criteria and perform various actions on the files which are found. This package contains 'find' and 'xargs'; however, 'locate' has been split off into a separate package. Multi-Arch: foreign Homepage: http://savannah.gnu.org/projects/findutils/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: firefox-locale-en Priority: optional Section: web Installed-Size: 1114 Maintainer: Ubuntu Mozilla Team Architecture: amd64 Source: firefox Version: 41.0.1+build2-0ubuntu0.12.04.1 Replaces: language-pack-en-base Filename: pool/main/firefox-locale-en_41.0.1+build2-0ubuntu0.12.04.1_amd64.deb Size: 825994 MD5Sum: 255d472839ea53062f052efc3a2ac7d1 SHA1: 279d73b2fb272ff259b118fdc4fa89f62f127447 SHA256: a2ddcc763ee043db1110cab783f1fcb8774279dec1dc05c4988a20891a7c38b0 SHA512: 997603c9b272dc8f4506eb53e086e4e169e328f96859629ad38b652c06ea7b6348d158bc74cfc84d18b38bebf34b8477e622aeb181d4159aede8950d99bba71e Description: English language pack for Firefox This package contains English translations and search plugins for Firefox Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-live, ubuntu-usb-live, kubuntu-live, kubuntu-active-live, kubuntu-active-live, edubuntu-live, edubuntu-usb-live, edubuntu-dvd-live, xubuntu-live, lubuntu-live, ubuntustudio-dvd-live Package: fontconfig-config Priority: optional Section: libs Installed-Size: 294 Maintainer: Ubuntu Core developers Original-Maintainer: Keith Packard Architecture: all Source: fontconfig Version: 2.8.0-3ubuntu9.1 Replaces: fontconfig (<< 2.3.2-2) Depends: ucf (>= 0.29), ttf-dejavu-core | ttf-bitstream-vera | ttf-freefont | gsfonts-x11 Conflicts: fontconfig (<< 2.3.2-2) Filename: pool/main/fontconfig-config_2.8.0-3ubuntu9.1_all.deb Size: 44444 MD5Sum: 592010a8992fc4dadff3059479286bb0 SHA1: 8e3e3b7ffc9d79f2d33b5f72d9ee21ae8f9c680c SHA256: 0fe2deea70b004340d6be44ce4d3f9cb4505bec35830d7fd2744f59e718f0ee6 SHA512: 501c1d610731a939334053d8b2a8ecf92309eee38f21abb51b345c24c0da0296a387186b8c5cd94d7ea26a07f0e0c375c170e3fa0b522f3e2058186a0114b8c9 Description: generic font configuration library - configuration Fontconfig is a font configuration and customization library, which does not depend on the X Window System. It is designed to locate fonts within the system and select them according to requirements specified by applications. . This package contains the configuration files and scripts for fontconfig. Multi-Arch: foreign Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: fontconfig Priority: optional Section: utils Installed-Size: 446 Maintainer: Ubuntu Core developers Original-Maintainer: Keith Packard Architecture: amd64 Version: 2.8.0-3ubuntu9.1 Replaces: fontconfig-config (<< 2.5.93-1) Depends: libc6 (>= 2.3.4), libfontconfig1 (>= 2.8.0), fontconfig-config Filename: pool/main/fontconfig_2.8.0-3ubuntu9.1_amd64.deb Size: 155694 MD5Sum: 706a7f8e841a95124a99691d12ca56f1 SHA1: d396d155426d601d399f2bf563b52e8604c3c456 SHA256: 26bdffe0cba910f1c182b71e8266244ee9244482ad484e207a0bcec20a3ca007 SHA512: 20fef0596da7a945577920321e24ee1c820dc0aaad2a3f66f58bc681509adc927069867310f9b61596035f3ab5986e308bbbea57232d62504cd7ee08592af92a Description: generic font configuration library - support binaries Fontconfig is a font configuration and customization library, which does not depend on the X Window System. It is designed to locate fonts within the system and select them according to requirements specified by applications. . Fontconfig is not a rasterization library, nor does it impose a particular rasterization library on the application. The X-specific library 'Xft' uses fontconfig along with freetype to specify and rasterize fonts. . This package contains a program to maintain the fontconfig cache (fc-cache), a sample program to list installed fonts (fc-list), a program to test the matching rules (fc-match) and a program to dump the binary cache files in string form (fc-cat). It no longer makes fonts managed by defoma available to fontconfig applications. Multi-Arch: foreign Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, edubuntu-desktop-kde, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop, ubuntustudio-font-meta Package: fonts-liberation Priority: optional Section: fonts Installed-Size: 2106 Maintainer: Ubuntu Developers Original-Maintainer: Debian Fonts Task Force Architecture: all Version: 1.07.0-2ubuntu0.1 Replaces: ttf-liberation (<< 1.07.0-2) Provides: ttf-liberation Conflicts: ttf-liberation (<< 1.07.0-2) Filename: pool/main/fonts-liberation_1.07.0-2ubuntu0.1_all.deb Size: 1313892 MD5Sum: ee6c67705a70d226dcec5eb056d03126 SHA1: 9ab5b958aef2ff71164b4b10a89b3175c89875dd SHA256: 4dfeecf896b82dbfdd227ca589ac25e730392793ba310eb7ad879943475d0fc2 SHA512: 10fd5656fd2735e4db976548366b9a1bb8965bf904a419b8228bb72bc023eb2bd6497073aed96f3504f1eae7b12992fb9a60b457fec04a6b539ab74ffd236ae3 Description: Fonts with the same metrics as Times, Arial and Courier A set of serif, sans-serif and monospaced fonts from Red Hat with exactly the same metrics as the (non-free) Microsoft Times, Arial and Courier fonts, which implies those fonts can serve as a drop-in replacement. The font family is named Liberation. Homepage: https://fedorahosted.org/liberation-fonts/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: fping Priority: optional Section: universe/net Installed-Size: 136 Maintainer: Ubuntu Developers Original-Maintainer: Anibal Monsalve Salazar Architecture: amd64 Version: 2.4b2-to-ipv6-16.1 Replaces: netstd Depends: libc6 (>= 2.7) Conflicts: suidmanager (<< 0.50) Filename: pool/main/fping_2.4b2-to-ipv6-16.1_amd64.deb Size: 36958 MD5Sum: b3177ca9f7ecadfef633d830192dfe30 SHA1: fa86e96affe3327181a84a6730adb7ed7b39cc21 SHA256: eae14df38c0c13c749bea5b28eb078efd01756a68c8b8b4b44cdb3f7135d55f9 SHA512: 4d5811a7768f87270f5867139cb58a4599f79dd528b8f0021e3bd666c97d5e9f8f8c74b07589ca55d10fcc0ad41290d0fde42fae1781a8b92cc46e459ac50a4b Description: sends ICMP ECHO_REQUEST packets to network hosts fping is a ping like program which uses the Internet Control Message Protocol (ICMP) echo request to determine if a target host is responding. fping differs from ping in that you can specify any number of targets on the command line, or specify a file containing the lists of targets to ping. Instead of sending to one target until it times out or replies, fping will send out a ping packet and move on to the next target in a round-robin fashion. Homepage: http://fping.sourceforge.net/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: friendly-recovery Priority: standard Section: admin Installed-Size: 67 Maintainer: Michael Vogt Architecture: all Version: 0.2.25 Depends: upstart-job, upstart, whiptail Recommends: gettext-base, update-manager-core (>= 0.90.0) Breaks: grub2 (<< 1.99-12ubuntu4), initramfs-tools (<< 0.99ubuntu4), upstart (<< 1.3-0ubuntu9) Filename: pool/main/friendly-recovery_0.2.25_all.deb Size: 9236 MD5Sum: ec8080a245218171b8abede8a166c44d SHA1: f56953b6f69d3371b26c4946a410db8d45e1a79b SHA256: d789315f5d51442998bbf9a2090652e49b57fe540bc8d35a5d96c4d3cf7d3e6e SHA512: 8e1bac42d38ae3b7cdd0e3da2c79e33287536717e7f9831eac3499a238c26bba49a5636efd16bdf319ea1ddf1cb93ae85a1a5b9204bc74daee0d634832c84b6c Description: Make recovery more user-friendly Make the recovery mode more user-friendly by providing a menu with pluggable options. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: ftp Priority: standard Section: net Installed-Size: 176 Maintainer: Ubuntu Developers Original-Maintainer: Alberto Gonzalez Iniesta Architecture: amd64 Source: netkit-ftp Version: 0.17-25 Replaces: netstd Depends: libc6 (>= 2.11), libreadline6 (>= 6.0), netbase Filename: pool/main/ftp_0.17-25_amd64.deb Size: 58460 MD5Sum: dfec2e338f3c2416aa27b8708b5469ce SHA1: 335bdb31154b7d2c18d61cc93a7dc5d0e8f87071 SHA256: 7bd6bd99fcfae91f5351aceafee171ec8e1901b48164a2a6e521b2f17f9e3a74 SHA512: 75795ed552bd74691fb741980a4001ac4423b46386ab339a1afeb437efecb9af8029051db30a9b83e718d4429bead75d0ed372f3cce697ead9f9dbccac9e7349 Description: classical file transfer client This is the user interface to the ARPANET standard File Transfer Protocol. The program allows a user to transfer files to and from a remote network site. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active Package: fuel-utils Priority: extra Section: unknown Installed-Size: 127 Maintainer: Sergey Vasilenko Architecture: all Version: 20131119-01.dev13.g4b0ab3a Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-paramiko (>= 1.12), python-eventlet (>= 0.12), python-greenlet (>= 0.3.1), python-neutronclient, python-keystoneclient Filename: pool/main/fuel-utils_20131119-01.dev13.g4b0ab3a_all.deb Size: 13144 MD5Sum: ca6c3bc16e0315960f79b5a42d64ce0f SHA1: cadd3145fe52e2a63c3cbbd3f853fc915a1cee2e SHA256: 404ee178f4c877c959bf1ac9e5b822092232e4231b2c9dfd61c5908997427a49 SHA512: 667fff3b95719b9fb7ed403b079f9f9ef306058f7b79ea9ffa0dab05db07058aa8ef60e5cb7316f4c787273af801eae9cacf795e66fa53a736621aaabe1ac5b0 Description: Set of tool for maintance installed Openstack cluster **fuel-fdb-cleaner** -- utility for clean fdb table on compute and router nodes while active l3-agent migrate from one node to another Homepage: http://github.com/majek/puka#readme Package: fuse-utils Priority: optional Section: utils Installed-Size: 40 Maintainer: Ubuntu Developers Original-Maintainer: Daniel Baumann Architecture: all Source: fuse Version: 2.8.6-2ubuntu2.1 Depends: fuse Filename: pool/main/fuse-utils_2.8.6-2ubuntu2.1_all.deb Size: 1618 MD5Sum: 26893ce18b9c9af485849fe8af73d199 SHA1: 81329d1c3f18da0c0deb14191c9d767d5092c418 SHA256: 93c2fd13fc4f280d4443fc0c4ed7ddaeaaeb37d362b702ce18f33dc9e833a7c7 SHA512: 7e5181daf8e08f32c3537edb124192621cc213b83cfdfca7cae16219d3e8624907bfce64ab9a18ba9a99029ccb3be7fdd4fbe4fb145466c371fd758a1ac28c28 Description: Filesystem in Userspace (transitional package) Package to ease upgrading from older fuse-utils packages to the new fuse package. . This package can be purged at anytime once the fuse package has been installed. Homepage: http://fuse.sourceforge.net/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: fuse Priority: standard Section: utils Installed-Size: 156 Maintainer: Ubuntu Developers Original-Maintainer: Daniel Baumann Architecture: amd64 Version: 2.8.6-2ubuntu2.1 Replaces: fuse-utils Depends: libc6 (>= 2.14), libfuse2 (= 2.8.6-2ubuntu2.1), adduser, mount (>= 2.19.1), sed (>= 4), udev | makedev Conflicts: fuse-utils (<< 2.8.5-2~), loop-aes-utils Filename: pool/main/fuse_2.8.6-2ubuntu2.1_amd64.deb Size: 29396 MD5Sum: 134b02086e0a726601c89a8049d475fc SHA1: 1c378875846784bc33099464e5eacd9c90e1d0c8 SHA256: 1951502bedfd1d188e2a8420af7fab0883e31a371a435746da20aa8bba23ad15 SHA512: ab724091829919a4d517b5530dac4b924bb1b3556f1b3a8ffedd5665107f6d81f1561012a66afc1dad2f802e23c6a02a3c1d45d6a79a49b3f67a2d53572feae1 Description: Filesystem in Userspace Filesystem in Userspace (FUSE) is a simple interface for userspace programs to export a virtual filesystem to the Linux kernel. It also aims to provide a secure method for non privileged users to create and mount their own filesystem implementations. Homepage: http://fuse.sourceforge.net/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: g++-4.6 Priority: optional Section: devel Installed-Size: 14161 Maintainer: Ubuntu Core developers Original-Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-4.6 Version: 4.6.3-1ubuntu5 Provides: c++-compiler, c++abi2-dev Depends: gcc-4.6-base (= 4.6.3-1ubuntu5), gcc-4.6 (= 4.6.3-1ubuntu5), libstdc++6-4.6-dev (= 4.6.3-1ubuntu5), libc6 (>= 2.14), libgmp10, libmpc2, libmpfr4 (>= 3.1.0), zlib1g (>= 1:1.1.4) Suggests: g++-4.6-multilib, gcc-4.6-doc (>= 4.6.3-1), libstdc++6-4.6-dbg Filename: pool/main/g++-4.6_4.6.3-1ubuntu5_amd64.deb Size: 6953830 MD5Sum: 3f2f61d58014c04f6eae86c92fd069c0 SHA1: 3f3d6bb4b832ab4b125c73b74f1f783c3059e704 SHA256: 981701bb7f5f94eccd4500432428b698e3e8f7634d454799a57de032f0ad836e SHA512: bdd012feff02b3348662a5f55d1a01c746b079f3aed55ef35516f0912c4dacdf0479602108f57462abb0fba624cad4dfab71eaf6ad4254df82a9356c4250090b Description: GNU C++ compiler This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. Homepage: http://gcc.gnu.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Build-Essential: yes Origin: Ubuntu Supported: 5y Package: g++ Priority: optional Section: devel Installed-Size: 34 Maintainer: Ubuntu Developers Original-Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.112ubuntu5) Version: 4:4.6.3-1ubuntu5 Provides: c++-compiler Depends: cpp (>= 4:4.6.3-1ubuntu5), gcc (>= 4:4.6.3-1ubuntu5), g++-4.6 (>= 4.6.3-1~), gcc-4.6 (>= 4.6.3-1~) Suggests: g++-multilib Filename: pool/main/g++_4.6.3-1ubuntu5_amd64.deb Size: 1442 MD5Sum: 2f4e79e987e4079e412c476a7cedbc31 SHA1: 90eb7ac49be119ea12a35d5ec9a8e50bd52d95ad SHA256: 4b586c67c572609a11ff5a37bf9745f67a30254db21ca2e788e27da7dedc7223 SHA512: 2a9396c6d1f659f821eb48a894701a34274eef56045e384e60258e700cf0767500847a2700a946c90d98480a207d6823328b51260e0222d543aa372f6ab37b59 Description: GNU C++ compiler This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ compiler. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Build-Essential: yes Origin: Ubuntu Supported: 5y Package: galera Priority: extra Section: database Installed-Size: 3855 Maintainer: root Architecture: amd64 Version: 25.3.5-ubuntu2 Replaces: galera Provides: galera, wsrep Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libssl1.0.0 (>= 1.0.0), libstdc++6 (>= 4.6) Filename: pool/main/galera_25.3.5-ubuntu2_amd64.deb Size: 1619336 MD5Sum: 0506b4fb7949c4280f715121c7cdb3dd SHA1: 9c0a5896c4efc078c205a0dfa30ce234e0fba833 SHA256: e79ee6eda74559e1595567a986bb98517035c63d8513c799a89a50dd97b5dac9 SHA512: adbfa85d28312d27343d5d6a12af8a98dc66087d4904a7146cd3d64c6c630043ed595e30199a78f5d6b6f7b41deea7c4488b4777eb6af97fac6f55405ba29140 Description: A synchronous multi-master wsrep provider (replication engine) Copyright: 2007-2013 by Codership Oy, All Rights Reserved Replication framework for transactional applications. Implements wsrep interface. Homepage: http://www.codership.com/content/using-galera-cluster Package: gawk Priority: optional Section: interpreters Installed-Size: 1292 Maintainer: Ubuntu Developers Original-Maintainer: Arthur Loiret Architecture: amd64 Version: 1:3.1.8+dfsg-0.1ubuntu1 Provides: awk Pre-Depends: libc6 (>= 2.14), libsigsegv2 (>= 2.9) Filename: pool/main/gawk_3.1.8+dfsg-0.1ubuntu1_amd64.deb Size: 464830 MD5Sum: 331f2503c312a7bce7970df206cec3e1 SHA1: 7abce3f1f224947a0e744a79fc44f2cba7b6d988 SHA256: bb8815d12f5fe3e0685ff72002aba82daba1efcf9f11c68d9f4089c830eb2fdf SHA512: 82749d375e39ebd8da9bdcb1d938f9cc1746efab9813f244e44cad192ffad40a0eaacfc20925eda6135668fb97b88998c6437dddc71f58e21c9a90681b1e09af Description: GNU awk, a pattern scanning and processing language `awk', a program that you can use to select particular records in a file and perform operations upon them. . Gawk is the GNU Project's implementation of the AWK programming language. It conforms to the definition of the language in the POSIX 1003.2 Command Language And Utilities Standard. This version in turn is based on the description in The AWK Programming Language, by Aho, Kernighan, and Weinberger, with the additional features defined in the System V Release 4 version of UNIX awk. Gawk also provides more recent Bell Labs awk extensions, and some GNU-specific extensions. Multi-Arch: foreign Homepage: http://www.gnu.org/software/gawk/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: virt-host, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, ubuntustudio-generation Package: gcc-4.6-base Priority: required Section: libs Installed-Size: 194 Maintainer: Ubuntu Core developers Original-Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-4.6 Version: 4.6.3-1ubuntu5 Breaks: dehydra (<= 0.9.hg20110609-2), gcj-4.6-base (<< 4.6.1-4~), gnat-4.6 (<< 4.6.1-5~) Filename: pool/main/gcc-4.6-base_4.6.3-1ubuntu5_amd64.deb Size: 15320 MD5Sum: 031b22a7207abc5ccf6f396b4475e615 SHA1: ab699d400073e815b4d5093ba35e9610b051a11c SHA256: ab0531d9ad0bba2b6f746a48b156de8f5733803b5737b4ab7bf7d6e7bd3738d6 SHA512: 883b0b6490fea7851637576d4777590db21beade90898571d07dc3337a692801f97fa87e1fc638caf2ca8711620eefa0e86ceb12a6954a15dfcfc9444b855fdf Description: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Multi-Arch: same Homepage: http://gcc.gnu.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: gcc-4.6 Priority: optional Section: devel Installed-Size: 15677 Maintainer: Ubuntu Core developers Original-Maintainer: Debian GCC Maintainers Architecture: amd64 Version: 4.6.3-1ubuntu5 Provides: c-compiler Depends: gcc-4.6-base (= 4.6.3-1ubuntu5), cpp-4.6 (= 4.6.3-1ubuntu5), binutils (>= 2.21.1), libgcc1 (>= 1:4.6.3-1ubuntu5), libgomp1 (>= 4.6.3-1ubuntu5), libquadmath0 (>= 4.6.3-1ubuntu5), libc6 (>= 2.14), libgmp10, libmpc2, libmpfr4 (>= 3.1.0), zlib1g (>= 1:1.1.4) Recommends: libc6-dev (>= 2.13-0ubuntu6) Suggests: gcc-4.6-multilib, libmudflap0-4.6-dev (>= 4.6.3-1ubuntu5), gcc-4.6-doc (>= 4.6.3-1), gcc-4.6-locales (>= 4.6.3-1), libgcc1-dbg, libgomp1-dbg, libquadmath0-dbg, libmudflap0-dbg, binutils-gold (>= 2.21.1) Filename: pool/main/gcc-4.6_4.6.3-1ubuntu5_amd64.deb Size: 7572152 MD5Sum: ac94f741bd9f30f28e591d3e9bc4f28f SHA1: a23acdb09561518bc111181eac327e5816394b77 SHA256: ac9344b8ec6cae36696e705b3abcb4d918c51a7a1e49e91fbea6ecb7a1b47f6f SHA512: 62babe4f0c3459e14688d07ebd4049e29b78425de035cd6b4bd4bb376057e30be562198ab74618842d92cf431199d6af045898c39ae939978f61d7731ed4c62b Description: GNU C compiler This is the GNU C compiler, a fairly portable optimizing compiler for C. Homepage: http://gcc.gnu.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Build-Essential: yes Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, edubuntu-desktop, edubuntu-usb, edubuntu-desktop-kde, xubuntu-desktop, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, ubuntustudio-desktop Package: gcc Priority: optional Section: devel Installed-Size: 41 Maintainer: Ubuntu Developers Original-Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.112ubuntu5) Version: 4:4.6.3-1ubuntu5 Provides: c-compiler Depends: cpp (>= 4:4.6.3-1ubuntu5), gcc-4.6 (>= 4.6.3-1~) Recommends: libc6-dev | libc-dev Suggests: gcc-multilib, make, manpages-dev, autoconf, automake1.9, libtool, flex, bison, gdb, gcc-doc Conflicts: gcc-doc (<< 1:2.95.3) Filename: pool/main/gcc_4.6.3-1ubuntu5_amd64.deb Size: 5114 MD5Sum: 6b960582bc44afc22503787db2e6be8c SHA1: 2e950e0a8ca015f45bab7f980047615657f9d72b SHA256: 6a9ca6ded16274f0f96801e72af3c4dcee00456d1e9d11bd597019d29ca0ea33 SHA512: 93ca16f3f03e99d1156e1a527692ce0cc87f0b520cf7fed9d70a19e5c106e74d225d3fac2d8c9aa66ebb192bfae0c27d65e7c1b82baefe34741db1eda62afe73 Description: GNU C compiler This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C compiler. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Build-Essential: yes Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, edubuntu-desktop, edubuntu-usb, edubuntu-desktop-kde, xubuntu-desktop, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, ubuntustudio-desktop Package: gdisk Priority: extra Section: universe/admin Installed-Size: 627 Maintainer: Ubuntu Developers Original-Maintainer: Guillaume Delacour Architecture: amd64 Version: 0.8.1-1build1 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libicu48 (>= 4.8-1), libncurses5 (>= 5.5-5~), libpopt0 (>= 1.16), libstdc++6 (>= 4.4.0), libtinfo5, libuuid1 (>= 2.16), groff-base Filename: pool/main/gdisk_0.8.1-1build1_amd64.deb Size: 299620 MD5Sum: 1507eea5858c61ebd445eb54ee330d7e SHA1: 953af8202adc3544621f88bda36b4d64de6de9d9 SHA256: a46382382fba2e3dfed1bc0a4e00b3567f75d5d13e2f287e4820c04c1a69d025 SHA512: e23d879a6a10e67f5339e7086983b1e9896ecd71ae90ccc4b3b0151f310407a7fa6c02bd81574c8c24f20e4d7f04b550e10df8db1abc05fd8c1614b21fd9c4d8 Description: GPT fdisk text-mode partitioning tool GPT fdisk (aka gdisk) is a text-mode partitioning tool for that works on Globally Unique Identifier (GUID) Partition Table (GPT) disks, rather than on the more common (through 2009) Master Boot Record (MBR) partition tables. . Please note that gdisk is still in beta version. Homepage: http://sourceforge.net/projects/gptfdisk/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: genisoimage Priority: optional Section: otherosfs Installed-Size: 1543 Maintainer: Ubuntu Developers Original-Maintainer: Joerg Jaspert Architecture: amd64 Source: cdrkit Version: 9:1.1.11-2ubuntu2 Replaces: mkisofs Provides: mkisofs Depends: libbz2-1.0, libc6 (>= 2.7), libmagic1, zlib1g (>= 1:1.1.4) Suggests: wodim, cdrkit-doc Conflicts: mkhybrid, mkisofs Filename: pool/main/genisoimage_1.1.11-2ubuntu2_amd64.deb Size: 587282 MD5Sum: 417e7e88a746d01b1001a15b469431ee SHA1: d184c9b8ee785fec2d7c724f179b41dfec35c27b SHA256: b0d0ae22da73b9edefeb0af6d778a9874929998702479425a10a75e333c45381 SHA512: 59d281fd994fd7e00cc1196d6b4871e17de36949fc657d102b99827eb2585361bc4041677041275aa62962603369f3723f62c8504c5344e551d70ffd1e2356f3 Description: Creates ISO-9660 CD-ROM filesystem images genisoimage is a pre-mastering program for creating ISO-9660 CD-ROM filesystem images, which can then be written to CD or DVD media using the wodim program. genisoimage includes support for making bootable "El Torito" CDs, as well as CDs with support for the Macintosh HFS filesystem. . The package also includes extra tools useful for working with ISO images: * mkzftree - create ISO-9660 image with compressed contents * dirsplit - easily separate large directory contents into disks of predefined size * geteltorito - extract an El Torito boot image from a CD image . Please install cdrkit-doc if you want most of the documentation and README files. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, lubuntu-core, ubuntustudio-desktop Package: geoip-database Priority: standard Section: net Installed-Size: 6881 Maintainer: Ubuntu Developers Original-Maintainer: Patrick Matthäi Architecture: all Version: 20111220-1 Recommends: libgeoip1 Breaks: libgeoip1 (<< 1.4.5.dfsg) Filename: pool/main/geoip-database_20111220-1_all.deb Size: 3459648 MD5Sum: 2eca47bcb2d3db393fbbc345b44e3e64 SHA1: 1d1d07d661277e1ee0a973a19dcc31f09a92da97 SHA256: 0fbd71fbc29543632f9e760b7421e7ea6aa7713f8c750a3476ff78953b7112d8 SHA512: d285f84a87327466832151e2dec50e638f7f18c5d4e5839faf9d95305dfd9fa5c3e2ab526dc9944f1b70166852c404ea8491455d48d20ace34aa451b6d7ce58e Description: IP lookup command line tools that use the GeoIP library (country database) GeoIP is a C library that enables the user to find the country that any IP address or hostname originates from. It uses a file based database. . This database simply contains IP blocks as keys, and countries as values and it should be more complete and accurate than using reverse DNS lookups. . This package contains the free GeoLiteCountry database. Homepage: http://www.maxmind.com/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: gettext-base Priority: standard Section: utils Installed-Size: 368 Maintainer: Ubuntu Developers Original-Maintainer: Santiago Vila Architecture: amd64 Source: gettext Version: 0.18.1.1-5ubuntu3 Provides: libasprintf0c2 Depends: libc6 (>= 2.8), libstdc++6 (>= 4.1.1) Filename: pool/main/gettext-base_0.18.1.1-5ubuntu3_amd64.deb Size: 80048 MD5Sum: 0210a32ffa74b07d5fa8bf0a374f7bcd SHA1: acc5e0994a1612cee556775cadfe58b51a1ffbf8 SHA256: 70f12da847da3edc222e37cb7705fee34201bcce68f44f740df57c5ef5a7a67f SHA512: 8d6f57b2d8a375460f8f3191b4d5f300320c1e85191d98d0e3dba82e90998d59a707abd1debaaf01dd9a814dfacd16a395ae4c24a4fe768d3bed3d3ce0618361 Description: GNU Internationalization utilities for the base system This package includes the gettext and ngettext programs which allow other packages to internationalize the messages given by shell scripts. Homepage: http://www.gnu.org/software/gettext/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-live Package: gettext Priority: optional Section: devel Installed-Size: 4124 Maintainer: Ubuntu Developers Original-Maintainer: Santiago Vila Architecture: amd64 Version: 0.18.1.1-5ubuntu3 Provides: libasprintf-dev, libgettextpo-dev Depends: libc6 (>= 2.4), libcroco3 (>= 0.6.2), libglib2.0-0 (>= 2.12.0), libgomp1 (>= 4.2.1), libncurses5 (>= 5.5-5~), libtinfo5, libunistring0, libxml2 (>= 2.6.27), libgettextpo0 (= 0.18.1.1-5ubuntu3), gettext-base, dpkg (>= 1.15.4) | install-info Recommends: curl | wget | lynx-cur Suggests: gettext-doc Conflicts: autopoint (<= 0.17-11) Filename: pool/main/gettext_0.18.1.1-5ubuntu3_amd64.deb Size: 1187908 MD5Sum: 7e4ae83f408b7d0ace364210a4918c08 SHA1: 6a9741e3befd9a52d87f67187e48aec92779dcdf SHA256: b91ac3e7a4ec34c4ea785fe3b219f3d2ad2d1fc1e4a96f16d93a1832bc20a145 SHA512: c39e8d4f953b29e196b3924361a70cce7f8dd6e479ce9aa2dbee796dc49f97a833c9c9942ca0689e682aef6fcdbc6a88d088ffe8383c936f79695ecdcc55492b Description: GNU Internationalization utilities Interesting for authors or maintainers of other packages or programs which they want to see internationalized. Multi-Arch: allowed Homepage: http://www.gnu.org/software/gettext/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-usb, edubuntu-usb, edubuntu-desktop-kde, edubuntu-desktop-gnome, ubuntustudio-font-meta Package: ghostscript Priority: optional Section: text Installed-Size: 223 Maintainer: Ubuntu Developers Original-Maintainer: Debian Printing Team Architecture: amd64 Version: 9.05~dfsg-0ubuntu4.3 Provides: gs-esp, postscript-viewer Depends: libc6 (>= 2.2.5), libgs9 (= 9.05~dfsg-0ubuntu4.3), gsfonts (>= 6.0-1), debconf | debconf-2.0, debianutils (>= 1.6) Suggests: ghostscript-cups, ghostscript-x, hpijs Breaks: ghostscript-x (<< 8.64~dfsg-8) Filename: pool/main/ghostscript_9.05~dfsg-0ubuntu4.3_amd64.deb Size: 44526 MD5Sum: d3a6b3bbe50bdda84d0be27524bfde1b SHA1: 963089f00ac08b604ce8a382e2d020b39077eb51 SHA256: 802bd78fcad0af6fec26c49820a79141fca9c272d5b7ddc9d9b6db1e9bbfeacd SHA512: 8412e4b19d39d71805d4b2ff7b6a852f85c0b636b7e8545db486b088ac84e6b5fc7101183101369338f280dc03400b358e7f00ad9e0ca03286465b7e274a8a5b Description: interpreter for the PostScript language and for PDF GPL Ghostscript is used for PostScript/PDF preview and printing. Usually as a back-end to a program such as ghostview, it can display PostScript and PDF documents in an X11 environment. . Furthermore, it can render PostScript and PDF files as graphics to be printed on non-PostScript printers. Supported printers include common dot-matrix, inkjet and laser models. Multi-Arch: foreign Homepage: http://www.ghostscript.com/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, print-server, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: gir1.2-glib-2.0 Priority: standard Section: libs Installed-Size: 575 Maintainer: Ubuntu Developers Original-Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: gobject-introspection Version: 1.32.0-1 Depends: libgirepository-1.0-1 (>= 1.31.20), libglib2.0-0 (>= 2.31.22) Conflicts: gir1.0-glib-2.0, gobject-introspection-glib-2.0 Breaks: gnome-shell (<< 3.0.2-6), python-gobject (<< 2.90) Filename: pool/main/gir1.2-glib-2.0_1.32.0-1_amd64.deb Size: 156926 MD5Sum: fe90d919de2dcfdac43ca1730617e665 SHA1: 9a1a3277c67b83cd1adf72b0b839098378bc7e30 SHA256: 7093e19568df99cc36b9cd31f09bcf4ee20cfc50e3b196fec4f705f13d2f7792 SHA512: e6ade5c19f58ce1653e9fb8036da807d024f165edd3082bf4060344ce843f82045762b7e28e77a13fe51bcbc4d9857444edf3682e78a537deda44114fb54790e Description: Introspection data for GLib, GObject, Gio and GModule GObject Introspection is a project for providing machine readable introspection data of the API of C libraries. This introspection data can be used in several different use cases, for example automatic code generation for bindings, API verification and documentation generation. . GObject Introspection contains tools to generate and handle the introspection data. . This package contains the introspection data for the GLib, GObject, GModule and Gio libraries. Homepage: http://live.gnome.org/GObjectIntrospection Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: git-man Priority: optional Section: vcs Installed-Size: 1093 Maintainer: Ubuntu Developers Original-Maintainer: Gerrit Pape Architecture: all Source: git Version: 1:1.7.9.5-1ubuntu0.1 Replaces: cogito (<< 0.16rc2-0), git (<< 1:1.7.4~rc1), git-core (<< 1:1.7.0.4-1.) Breaks: git (<< 1:1.7.4~rc1) Filename: pool/main/git-man_1.7.9.5-1ubuntu0.1_all.deb Size: 630630 MD5Sum: 1d9b621c85a156643d6f9fc1325a1ab1 SHA1: d8df0dda9e7049e7a0f105ae1c402dc5f5f1936d SHA256: f0b6bd7a4679577d2b38d529ef67e19cd0a8b56e0989a8a2be0310bcb900071c SHA512: 3d500f6dbde12904048b8636c946185d1e418c761816be25092d4f7ff88aba65318f64a20ed643a10b40f64321d21b79806f626f2e161e87702dc0eff25f786a Description: fast, scalable, distributed revision control system (manual pages) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This package provides reference documentation for use by the 'man' utility and the 'git help' command. Homepage: http://git-scm.com/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: git Priority: optional Section: vcs Installed-Size: 13612 Maintainer: Ubuntu Developers Original-Maintainer: Gerrit Pape Architecture: amd64 Version: 1:1.7.9.5-1ubuntu0.1 Replaces: cogito (<< 0.16rc2-0), git-core (<< 1:1.7.0.4-1.), gitweb (<< 1:1.7.4~rc1) Provides: git-completion, git-core Depends: libc6 (>= 2.14), libcurl3-gnutls (>= 7.16.2-1), libexpat1 (>= 1.95.8), zlib1g (>= 1:1.2.0), perl-modules, liberror-perl, git-man (>> 1:1.7.9.5), git-man (<< 1:1.7.9.5-.) Recommends: patch, less, rsync, ssh-client Suggests: git-daemon-run | git-daemon-sysvinit, git-doc, git-el, git-arch, git-cvs, git-svn, git-email, git-gui, gitk, gitweb Conflicts: git-core (<< 1:1.5.2~rc3-2.) Breaks: cogito (<= 0.18.2+), git-buildpackage (<< 0.4.38), git-core (<< 1:1.7.0.4-1.), gitosis (<< 0.2+20090917-7), gitpkg (<< 0.15), gitweb (<< 1:1.7.4~rc1), guilt (<< 0.33), qgit (<< 1.5.5), stgit (<< 0.15), stgit-contrib (<< 0.15) Filename: pool/main/git_1.7.9.5-1ubuntu0.1_amd64.deb Size: 6096660 MD5Sum: b73149059dbcbf7c536cdf52de6cceb1 SHA1: a8ed9259e444a25f0955512ad7843d931fa85d2a SHA256: 355d8fedc732b76199e30e6594c65869b3ca74701ec9f736630e2aa9c5d55ac7 SHA512: 4b39cfac644683204b1f0ea1323a0fce2534389120ae2739e7e768b66fd3473a0e1a28e48287213249bb57426effd0ccc8a4ddfd7663d5fd1846b11a53e33d63 Description: fast, scalable, distributed revision control system Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This package provides the git main components with minimal dependencies. Additional functionality, e.g. a graphical user interface and revision tree visualizer, tools for interoperating with other VCS's, or a web interface, is provided as separate git* packages. Homepage: http://git-scm.com/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: glance-api Priority: extra Section: python Installed-Size: 63 Maintainer: Ubuntu OpenStack Architecture: all Source: glance Version: 1:2014.2.2-fuel6.0.1~mira3 Replaces: glance (<< 2012.1~e1~20110919.1021-0ubuntu2) Depends: glance-common (= 1:2014.2.2-fuel6.0.1~mira3), upstart-job, python Recommends: python-glanceclient Filename: pool/main/glance-api_2014.2.2-fuel6.0.1~mira3_all.deb Size: 32592 MD5Sum: 4906d339338f38da73e081568460482f SHA1: 83c8108a7dd4d9d0a676f97b1f75584333660e72 SHA256: fc2996cfdf82f56cb95764f32e4ccdd26624c4f598c136b54ae9ffc14729c71d SHA512: 4ab175c46c5bca8fc1b8a4137635f7150637a006de0f184c78ed87a5e093269f395dcaa8e1e9b1506fd5f5e03e67580ad81f71b1c932a9d8c95cabdb586595a0 Description: OpenStack Image Registry and Delivery Service - API The Glance project provides an image registration, discovery and delivery service. These services may be used as stand-along services, and they may also be used by Nova to deliver images from object stores, such as OpenStack's Swift service, to Nova's compute nodes. . This package contains the glance API server. Homepage: http://launchpad.net/glance Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: glance-common Priority: extra Section: python Installed-Size: 15 Maintainer: Ubuntu OpenStack Architecture: all Source: glance Version: 1:2014.2.2-fuel6.0.1~mira3 Replaces: glance (<= 2011.3-0ubuntu4.1) Depends: adduser, python-glance (= 1:2014.2.2-fuel6.0.1~mira3), python Breaks: glance (<= 2011.3-0ubuntu4.1) Filename: pool/main/glance-common_2014.2.2-fuel6.0.1~mira3_all.deb Size: 14856 MD5Sum: 46bb720bd79824e53803c2889acfce58 SHA1: 7ea6a97cdf4770b0a251dec7e3738eb575bbd65f SHA256: 1415992a412691e11086f3e34794e4c4c27c7d41a47cb4e4bbcbe8828b891402 SHA512: d53ea63906d15ca1ca49c012ab400a9e388e15476152d11eb4a430ece1499d5613cf34bebf70e7261508334aef509ef5bdff7d313c0c0f4e7e1dc241403606ed Description: OpenStack Image Registry and Delivery Service - Common The Glance project provides an image registration, discovery and delivery service. These services may be used as stand-along services, and they may also be used by Nova to deliver images from object stores, such as OpenStack's Swift service, to Nova's compute nodes. . This package contains the glance common. Homepage: http://launchpad.net/glance Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: glance-registry Priority: extra Section: python Installed-Size: 23 Maintainer: Ubuntu OpenStack Architecture: all Source: glance Version: 1:2014.2.2-fuel6.0.1~mira3 Replaces: glance (<< 2012.1~e1~20110919.1021-0ubuntu2) Depends: glance-common (= 1:2014.2.2-fuel6.0.1~mira3), upstart-job, python Recommends: python-glanceclient Filename: pool/main/glance-registry_2014.2.2-fuel6.0.1~mira3_all.deb Size: 16508 MD5Sum: cd4051b6fb073984d2425b94f8ab7a21 SHA1: 17f9f21a3d489d822d8279f37e78745cb9cefd0c SHA256: b4e49a0aeb41513e7ad27a562d0572f160f7ce3698ad6fc5b17ff53d2aaa91ca SHA512: 0c5a9c9f62efdcb681b80e80c65442f6e0325c0e53b495bfbf4e2eaf23674a3ae47486f7c7fac904333dd10e182f6a59b195cd2037169fe72b5099a085f5b084 Description: OpenStack Image Registry and Delivery Service - Registry The Glance project provides an image registration, discovery and delivery service. These services may be used as stand-along services, and they may also be used by Nova to deliver images from object stores, such as OpenStack's Swift service, to Nova's compute nodes. . This package contains the glance registry server. Homepage: http://launchpad.net/glance Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: gnupg Priority: important Section: utils Installed-Size: 1940 Maintainer: Ubuntu Developers Original-Maintainer: Debian GnuPG-Maintainers Architecture: amd64 Version: 1.4.11-3ubuntu2.9 Depends: libbz2-1.0, libc6 (>= 2.15), libreadline6 (>= 6.0), libusb-0.1-4 (>= 2:0.1.12), zlib1g (>= 1:1.1.4), dpkg (>= 1.15.4) | install-info, gpgv Suggests: gnupg-curl, gnupg-doc, xloadimage | imagemagick | eog, libpcsclite1 Filename: pool/main/gnupg_1.4.11-3ubuntu2.9_amd64.deb Size: 809586 MD5Sum: e58928332fdfe02a743c26a31411d372 SHA1: f64c086ee28da3089d41b38c720a60301a4aa5db SHA256: 7328d928fd0e2c2527b2760ea80c15ae9f06f089ed9dda72e0483f04cb234672 SHA512: b15ed2936fb8dff7cdcb23aa7a5d256834dc558e370866c0afaf5cd4db79d3141bb5ff6908b0182fbbb1e5f8864e70b3027e93243fe1090b5b5089bc4e6e55dd Description: GNU privacy guard - a free PGP replacement GnuPG is GNU's tool for secure communication and data storage. It can be used to encrypt data and to create digital signatures. It includes an advanced key management facility and is compliant with the proposed OpenPGP Internet standard as described in RFC 4880. . GnuPG 1.4 is the standalone, non-modularized series. In contrast to the version 2 series, shipped with the gnupg2 package, it comes with no support for S/MIME and some other tools useful for desktop environments, but also with less dependencies. . The gnupg package is built without libcurl. So it does not support HKPS keyservers. Install the gnupg-curl package if you want to use the keyserver helper tools built with libcurl and supporting HKPS. . GnuPG does not use any patented algorithms. This means it cannot be compatible with PGP2, because that uses IDEA (which is patented in a number of countries). Multi-Arch: foreign Homepage: http://www.gnupg.org Bugs: https://bugs.launchpad.net/ubuntu/+filebug Build-Essential: yes Origin: Ubuntu Supported: 5y Task: minimal Package: gnuplot-nox Priority: optional Section: universe/math Installed-Size: 2345 Maintainer: Ubuntu Developers Original-Maintainer: Bradley Smith Architecture: amd64 Source: gnuplot Version: 4.4.3-0ubuntu3 Replaces: gnuplot (<< 4.0.0) Depends: libc6 (>= 2.14), libcairo2 (>= 1.2.4), libedit2 (>= 2.11-20080614-1), libgd2-noxpm (>= 2.0.36~rc1~dfsg) | libgd2-xpm (>= 2.0.36~rc1~dfsg), libglib2.0-0 (>= 2.12.0), liblua5.1-0, libpango1.0-0 (>= 1.14.0) Recommends: groff, ttf-liberation Suggests: gnuplot-x11 (>= 4.4.3-0ubuntu3), gnuplot-doc (>= 4.4.3-0ubuntu3) Filename: pool/main/gnuplot-nox_4.4.3-0ubuntu3_amd64.deb Size: 996336 MD5Sum: e08e84fa0280a523862c15cd96ade1c6 SHA1: b0cc1c27148b101919f469180ebd40b29cfb264e SHA256: 21d8a3dac793a1a55a9dc3b7db4d4b26a78527e9fa672e2b457b55e18fecd47e SHA512: 882d60fc1bb01a54eb50fcdda92c082468fac04cfdca4dce6e1758189e7bb08dd2de374b42dc96a81e5573814e561777deac55c12b6d122cbbed79f2affdc00c Description: A command-line driven interactive plotting program Gnuplot is a portable command-line driven interactive data and function plotting utility that supports lots of output formats, including drivers for many printers, (La)TeX, (x)fig, Postscript, and so on. The X11-output is packaged in gnuplot-x11. . Data files and self-defined functions can be manipulated by the internal C-like language. Can perform smoothing, spline-fitting, or nonlinear fits, and can work with complex numbers. . This package is for working without an X server. Homepage: http://gnuplot.sourceforge.net/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: gnuplot-x11 Priority: optional Section: universe/math Installed-Size: 1628 Maintainer: Ubuntu Developers Original-Maintainer: Bradley Smith Architecture: amd64 Source: gnuplot Version: 4.4.3-0ubuntu3 Replaces: gnuplot (<< 4.0.0) Depends: gnuplot-nox (>= 4.4.3-0ubuntu3), libc6 (>= 2.15), libcairo2 (>= 1.2.4), libedit2 (>= 2.11-20080614-1), libgcc1 (>= 1:4.1.1), libgd2-noxpm (>= 2.0.36~rc1~dfsg) | libgd2-xpm (>= 2.0.36~rc1~dfsg), libglib2.0-0 (>= 2.12.0), liblua5.1-0, libpango1.0-0 (>= 1.14.0), libstdc++6 (>= 4.6), libwxbase2.8-0 (>= 2.8.12.1), libwxgtk2.8-0 (>= 2.8.12.1), libx11-6 Filename: pool/main/gnuplot-x11_4.4.3-0ubuntu3_amd64.deb Size: 702860 MD5Sum: 173746ecce826d439558fc49bc9cfc8e SHA1: 511933870cc6682465416b891ab2b3138e2b7083 SHA256: 4c997e5a77810da24d53b1a7aa113e23373ee15d526479ac8e8d388b4a20a160 SHA512: 2f39b2c139995ec07113ebd8cb3c1256fe928f5966404d49f407195b304f653e1a8c29eeac5e096c93ff871a2702cc471c0f647779c2d74e6c5771ffc0595e33 Description: A command-line driven interactive plotting program Gnuplot is a portable command-line driven interactive data and function plotting utility that supports lots of output formats, including drivers for many printers, (La)TeX, (x)fig, Postscript, and so on. The X11-output is packaged in gnuplot-x11. . Data files and self-defined functions can be manipulated by the internal C-like language. Can perform smoothing, spline-fitting, or nonlinear fits, and can work with complex numbers. . This package contains the terminal driver that enables gnuplot to plot images interactively under X11. Most users will want this, it is however packaged separately so that low-end systems don't need X installed to use gnuplot. Homepage: http://gnuplot.sourceforge.net/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: gnuplot Priority: optional Section: universe/math Installed-Size: 21 Maintainer: Ubuntu Developers Original-Maintainer: Bradley Smith Architecture: all Version: 4.4.3-0ubuntu3 Depends: gnuplot-nox (>= 4.4.3-0ubuntu3), gnuplot-x11 (>= 4.4.3-0ubuntu3) Suggests: gnuplot-doc (>= 4.4.3-0ubuntu3) Filename: pool/main/gnuplot_4.4.3-0ubuntu3_all.deb Size: 1068 MD5Sum: 6f0c34af159224831b622807e9e403d9 SHA1: 12c3cbc561297d53c1a55bea26c5da565ac15e9d SHA256: 7067d478ababcdb9ba435f40d05aa291e74fb9e74447da960ff4cbcbc8277a8c SHA512: fd77e2356a832ef9d2ce23beb5168915523862e56b6a7b0a683bf827c112aa97f7f8e1dfb54c8b26274b9dc75164209a439b12ed15e2fa585782c360a68c4ed5 Description: A command-line driven interactive plotting program Gnuplot is a portable command-line driven interactive data and function plotting utility that supports lots of output formats, including drivers for many printers, (La)TeX, (x)fig, Postscript, and so on. The X11-output is packaged in gnuplot-x11. . Data files and self-defined functions can be manipulated by the internal C-like language. Can perform smoothing, spline-fitting, or nonlinear fits, and can work with complex numbers. . This package is for transition and to install a full-featured gnuplot supporting the X11-output. Homepage: http://gnuplot.sourceforge.net/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: gpgv Priority: important Section: utils Installed-Size: 441 Maintainer: Ubuntu Developers Original-Maintainer: Debian GnuPG-Maintainers Architecture: amd64 Source: gnupg Version: 1.4.11-3ubuntu2.9 Depends: libbz2-1.0, libc6 (>= 2.14), libreadline6 (>= 6.0), zlib1g (>= 1:1.1.4) Suggests: gnupg Filename: pool/main/gpgv_1.4.11-3ubuntu2.9_amd64.deb Size: 186586 MD5Sum: 40d15db77f5fecf0d482f14014f24d7f SHA1: 2511d77d6a5d26ae240ae9829949211a2dbc2bff SHA256: 3387d1874c02bbec6d95bdd21c9477f0a8c2fe8485e59727b4804a0f7a3ebfb3 SHA512: 66000eff91caae0213f5eaa2146a3d8d80a1d95332ccc1444db6c9950da92d25661760009f7eb044150a1dd98dd9350cdb6f0c5c3a15a248ef937d22f63f556e Description: GNU privacy guard - signature verification tool GnuPG is GNU's tool for secure communication and data storage. . gpgv is a stripped-down version of gnupg which is only able to check signatures. It is smaller than the full-blown gnupg and uses a different (and simpler) way to check that the public keys used to make the signature are trustworthy. Multi-Arch: foreign Homepage: http://www.gnupg.org Bugs: https://bugs.launchpad.net/ubuntu/+filebug Build-Essential: yes Origin: Ubuntu Supported: 5y Task: minimal Package: grep Essential: yes Priority: required Section: utils Installed-Size: 608 Maintainer: Ubuntu Developers Original-Maintainer: Anibal Monsalve Salazar Architecture: amd64 Version: 2.10-1 Provides: rgrep Depends: dpkg (>= 1.15.4) | install-info Pre-Depends: libc6 (>= 2.4) Suggests: libpcre3 (>= 7.7) Conflicts: rgrep Filename: pool/main/grep_2.10-1_amd64.deb Size: 262710 MD5Sum: c42017d55b9f1f678e8272d56d25298a SHA1: 0d223fc50f1e19175660a69b6db3dc6dfbf63328 SHA256: 40d2a394b23a60e29be6bcbdda3f04538456d550a173799d6915c8f6259e6a03 SHA512: 5e57666c3215033e8e296f617b4419942bf3f86a3447775c372738e083c9d36c868bd233e767ae5c1f1512a87d99c7b7a92d85ba05ad928df0440c113b150f2f Description: GNU grep, egrep and fgrep 'grep' is a utility to search for text in files; it can be used from the command line or in scripts. Even if you don't want to use it, other packages on your system probably will. . The GNU family of grep utilities may be the "fastest grep in the west". GNU grep is based on a fast lazy-state deterministic matcher (about twice as fast as stock Unix egrep) hybridized with a Boyer-Moore-Gosper search for a fixed string that eliminates impossible text from being considered by the full regexp matcher without necessarily having to look at every character. The result is typically many times faster than Unix grep or egrep. (Regular expressions containing backreferencing will run more slowly, however.) Homepage: http://www.gnu.org/software/grep/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: groff-base Priority: standard Section: text Installed-Size: 2779 Maintainer: Colin Watson Architecture: amd64 Source: groff Version: 1.21-7 Replaces: groff (<< 1.20.1-6), jgroff (<< 1.17-1) Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Suggests: groff Breaks: groff (<< 1.17-1), jgroff (<< 1.17-1), pmake (<< 1.45-7), troffcvt (<< 1.04-14) Filename: pool/main/groff-base_1.21-7_amd64.deb Size: 1045606 MD5Sum: 33875fe7fe3f07478ff759582ab5f352 SHA1: 97e018744ad7c8b6767a140fdaa1994f7922a5b0 SHA256: 6cb7c33fc61b8462e770d8ba2d8611c3672801c7a1a6ba35aaaa5ba62588021e SHA512: eaad86b566c4a62d1c477f6e9d6fcd03b413c8021674e69a78acf0ea1caa473baf30353bf5acb9ad8bd58622683a9064d9f634be9ccdc6dfc7dd74d0a03a9f01 Description: GNU troff text-formatting system (base system components) This package contains the traditional UN*X text formatting tools troff, nroff, tbl, eqn, and pic. These utilities, together with the man-db package, are essential for displaying the on-line manual pages. . groff-base is a stripped-down package containing the necessary components to read manual pages in ASCII, Latin-1, and UTF-8, plus the PostScript device (groff's default). Users who want a full groff installation, with the standard set of devices, fonts, macros, and documentation, should install the groff package. Multi-Arch: foreign Homepage: http://groff.ffii.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active Package: groff Priority: optional Section: text Installed-Size: 8115 Maintainer: Colin Watson Architecture: amd64 Version: 1.21-7 Replaces: groff-base (<< 1.17.2-9), groff-x11 (<< 1.18-1), jgroff (<< 1.17-1) Provides: groff-x11, jgroff Depends: groff-base (= 1.21-7), libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1), libx11-6, libxaw7, libxmu6, libxt6, dpkg (>= 1.15.4) | install-info Recommends: ghostscript, imagemagick, libpaper1, netpbm, psutils Breaks: groff-x11 (<< 1.18-1), jgroff (<< 1.17-1) Filename: pool/main/groff_1.21-7_amd64.deb Size: 3564274 MD5Sum: 10266ac4a18e70b9166d50bb93448e54 SHA1: 36ab9dff275b9eab69b28c2127dc796d1e1860a1 SHA256: f6a6bf3602bc743d21b16415df5789444e097bcd281623c782593bfde22661b4 SHA512: 1d763cbe2166848ef3a039b4a7ccaca407756c857b6537d93fd08fb3fb4ba4c356130e9844364023d3e1476cc6a9c9e388ee298fe4919117f8027dff4939bd47 Description: GNU troff text-formatting system This package contains optional components of the GNU troff text-formatting system. The core package, groff-base, contains the traditional tools like troff, nroff, tbl, eqn, and pic. This package contains additional devices and drivers for output to DVI, HTML (when recommended packages are installed - see below), HP LaserJet printers, and Canon CAPSL LBP-4 and LBP-8 printers. . The X75, X75-12, X100, and X100-12 devices, which allow groff output to be conveniently viewed on an X display using the standard X11 fonts, are now included here. They were previously in a separate package, groff-x11. . Besides these, the groff package contains man pages describing the language and its macro sets, info documentation, and a number of supplementary programs: . - gxditview, which is used to display the output of the X* devices, and can also be used to view PostScript output from groff; - grn, a preprocessor for pictures in the 'gremlin' format; - tfmtodit, which creates font files for use with 'groff -Tdvi'; - hpftodit, which creates font files for use with 'groff -Tlj4'; - afmtodit, which creates font files for use with 'groff -Tps'; - refer, which preprocesses bibliographic references for use with groff; - indxbib, which creates inverted indices for bibliographic databases used by 'refer'; - lkbib and lookbib, which search bibliographic databases; - addftinfo, which adds metric information to troff font files for use with groff; - pfbtops, which translates a PostScript font in .pfb format to ASCII for use with groff; - mmroff, a simple groff preprocessor which expands references in mm; - pic2graph, which converts PIC diagrams into cropped image files; - eqn2graph, which converts EQN equations into cropped image files. . All the standard macro packages are supported. . Some facilities only work if certain recommended packages are installed: . - ghostscript, netpbm, psutils: required for HTML output; - imagemagick: required for the pic2graph and eqn2graph programs; - libpaper1: paper size detection in dvi, lbp, lj4, and ps devices (falls back to a4 if not installed). Multi-Arch: foreign Homepage: http://groff.ffii.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 18m Package: grub-common Priority: optional Section: admin Installed-Size: 5048 Maintainer: Ubuntu Developers Original-Maintainer: GRUB Maintainers Architecture: amd64 Source: grub2 Version: 1.99-21ubuntu3.15 Replaces: grub-coreboot (<< 1.99-1), grub-efi (<< 1.99-1), grub-efi-amd64 (<< 1.99-1), grub-efi-ia32 (<< 1.99-1), grub-ieee1275 (<< 1.99-1), grub-linuxbios (<< 1.96+20080831-1), grub-pc (<< 1.99-1), grub-yeeloong (<< 1.99-1) Depends: libc6 (>= 2.8), libdevmapper1.02.1 (>= 2:1.02.36), libfreetype6 (>= 2.2.1), libfuse2 (>= 2.8.1), gettext-base, lsb-base (>= 3.0-6) Recommends: os-prober (>= 1.33) Suggests: multiboot-doc, grub-emu, xorriso (>= 0.5.6.pl00), desktop-base (>= 4.0.6) Conflicts: mdadm (<< 2.6.7-2) Breaks: friendly-recovery (<< 0.2.13), lupin-support (<< 0.30) Filename: pool/main/grub-common_1.99-21ubuntu3.15_amd64.deb Size: 2072626 MD5Sum: 76e4c4bab1ea0536f79ac21c34e9b36b SHA1: 6b1aaab693c8bd8b5a1eda3c7434758497464785 SHA256: fc3867e5acbff7e528a75f09bc2414670431effb4948c351c181fe35e6528420 SHA512: 21bde0e5ed93ed20164d878fb470b61217ef86346b52650a2f3621d4342ba68beb9990751c36c804c1a2940340d32a48a4ee6ebe42c92195b41c8c3fcc548fa2 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/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-live, kubuntu-live, kubuntu-active-live, kubuntu-active-live, edubuntu-live, xubuntu-live, mythbuntu-live, lubuntu-live, ubuntustudio-dvd-live Package: grub-gfxpayload-lists Priority: optional Section: admin Installed-Size: 47 Maintainer: Colin Watson Architecture: amd64 Version: 0.6 Depends: grub-pc (>= 1.99~20101210-1ubuntu2) Filename: pool/main/grub-gfxpayload-lists_0.6_amd64.deb Size: 3506 MD5Sum: 82863426e3be53d51f81f96122c21385 SHA1: 5e54b214a29a925eb7cdf53c646574bc87ccf9ba SHA256: 7e19b975f4302b0bddf852cf366c6d8d64a3e9e795add20c6b04247d8b668023 SHA512: 58435af57418a3831fb5629e2da38833ae3386fc531756ed404a9e321567c1d8da0016529d3eece820b4c307273e3f930da7b59c22bce7e15eaeecefa00a6cc6 Description: GRUB gfxpayload blacklist The 'set gfxpayload=keep' facility in GRUB provides smooth graphical handover to the Linux kernel. Unfortunately, this does not work on all systems, resulting in a black or corrupt display. This package provides a blacklist of PCI IDs which fail. . We maintain this separately from GRUB because it is likely to be updated on a different schedule. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-live, kubuntu-live, kubuntu-active-live, kubuntu-active-live, edubuntu-live, xubuntu-live, mythbuntu-live, lubuntu-live, ubuntustudio-dvd-live Package: grub-pc-bin Priority: optional Section: admin Installed-Size: 1896 Maintainer: Ubuntu Developers Original-Maintainer: GRUB Maintainers Architecture: amd64 Source: grub2 Version: 1.99-21ubuntu3.15 Replaces: grub-common (<= 1.97~beta2-1), grub-pc (<< 1.99-1), grub2 (<< 1.99-21ubuntu3.15) Depends: libc6 (>= 2.14), libdevmapper1.02.1 (>= 2:1.02.36), grub-common (= 1.99-21ubuntu3.15) Suggests: desktop-base (>= 4.0.6) Filename: pool/main/grub-pc-bin_1.99-21ubuntu3.15_amd64.deb Size: 869188 MD5Sum: fa0e684fe35eb3de2e9250b15630196d SHA1: 32e31141aed0de37486b893e42bb79ea7369917a SHA256: 0baf0699acaac082d08bfba6b8a31c9b47a2a816aae1e2b3dadacbb5dcf39875 SHA512: 1111706efed33dfc397ebc0795dddbc16dec21bf8802aba35d61b31ff0e7aac733e9bfa1f9fead8843aebe1acae813048d7ba020f2bee8fbf14cc448e15f58dc 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-grub2. - 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/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-live, kubuntu-live, kubuntu-active-live, kubuntu-active-live, edubuntu-live, xubuntu-live, mythbuntu-live, lubuntu-live, ubuntustudio-dvd-live Package: grub-pc Priority: optional Section: admin Installed-Size: 464 Maintainer: Ubuntu Developers Original-Maintainer: GRUB Maintainers Architecture: amd64 Source: grub2 Version: 1.99-21ubuntu3.15 Replaces: grub, grub-common (<= 1.97~beta2-1), grub-coreboot, grub-efi-amd64, grub-efi-ia32, grub-ieee1275, grub-legacy, grub2 (<< 1.99-21ubuntu3.15) Depends: debconf (>= 0.5) | debconf-2.0, grub-common, grub2-common (= 1.99-21ubuntu3.15), grub-pc-bin (= 1.99-21ubuntu3.15), ucf, grub-gfxpayload-lists Conflicts: grub (<< 0.97-54), grub-coreboot, grub-efi-amd64, grub-efi-ia32, grub-ieee1275, grub-legacy Filename: pool/main/grub-pc_1.99-21ubuntu3.15_amd64.deb Size: 140208 MD5Sum: 687d06789ad457ef19473b71396bda52 SHA1: deb67eb41fd881856fd4116da00f81d4f1925e03 SHA256: b84ce070b856298b39a8f745a06530e225a0a755c46cbe2e4825d3fd5dbec651 SHA512: 9b4e477e30ff436a3769c4e8c8586c356b28cb1d4c996e3ffb8196135468c950ffaecf5e3c2cf282c99137431bc9c85a0852b4f3571152a9f18c32a5ae488513 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-grub2. - 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/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-live, kubuntu-live, kubuntu-active-live, kubuntu-active-live, edubuntu-live, xubuntu-live, mythbuntu-live, lubuntu-live, ubuntustudio-dvd-live Package: grub2-common Priority: optional Section: admin Installed-Size: 140 Maintainer: Ubuntu Developers Original-Maintainer: GRUB Maintainers Architecture: amd64 Source: grub2 Version: 1.99-21ubuntu3.15 Replaces: grub, grub-common (<< 1.99-1), grub-coreboot (<< 1.99-1), grub-efi (<< 1.99-1), grub-efi-amd64 (<< 1.99-1), grub-efi-ia32 (<< 1.99-1), grub-ieee1275 (<< 1.99-1), grub-legacy, grub-linuxbios (<< 1.99-1), grub-pc (<< 1.99-1), grub-yeeloong (<< 1.99-1) Depends: grub-common (= 1.99-21ubuntu3.15), dpkg (>= 1.15.4) | install-info Conflicts: grub (<< 0.97-54), grub-doc (<< 0.97-29ubuntu60), grub-legacy, grub-legacy-doc (<< 0.97-29ubuntu60) Filename: pool/main/grub2-common_1.99-21ubuntu3.15_amd64.deb Size: 94948 MD5Sum: bc0c9a75ffa5f909fcc71ffda79785cd SHA1: 9a6f763318645e68b71cab4481365a51d18b5e7b SHA256: bea2791f6b89f6f17bba3b53b93ca2b5e32c5383df2a17fad0ad12623297c0de SHA512: 33bbcce6dbd87e18cd3c9d6e777b6c30e41e2ee4babd6386f6fd2186971f2ba7f47c46bf953649dbdbb2e56ce4656bb4b73353a66d9cac6c5d36f20446f674b6 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/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-live, kubuntu-live, kubuntu-active-live, kubuntu-active-live, edubuntu-live, xubuntu-live, mythbuntu-live, lubuntu-live, ubuntustudio-dvd-live Package: gs-cjk-resource Priority: optional Section: text Installed-Size: 4388 Maintainer: Ubuntu Developers Original-Maintainer: Kenshi Muto Architecture: all Version: 1.20100103-3 Depends: ghostscript (>= 8.70~dfsg-2.1) Recommends: cmap-adobe-japan1 | cmap-adobe-cns1 | cmap-adobe-gb1 | cmap-adobe-korea1 | cmap-adobe-japan2 Suggests: fonts-ipafont-mincho, fonts-ipafont-gothic, ttf-arphic-ukai, ttf-arphic-uming, fonts-unfonts-core Conflicts: gs-aladdin (<= 6.50-5), gs-cjk-resource-6.0, gs-cjk-resource-6.5 Filename: pool/main/gs-cjk-resource_1.20100103-3_all.deb Size: 1476866 MD5Sum: b296b478e038fa1a9b87f24810d2c57a SHA1: 4039759ed208c5a936927c4134f14b88058a2d6b SHA256: 5e8def0ed1f8682685995a621c947b6d0bd54aa2816eca244f19012df820c056 SHA512: 14566abd60bcad2d39ff3340fca32b467f7c272b138a65d563958f0c57b0dbfe0dd80dd266571a9d904e1647c7df8ca9f483aebaf3d11117b57e03f26ce262d4 Description: Resource files for gs-cjk, ghostscript CJK-TrueType extension This package contains several resource files (actually Adobe CMaps) to use CJK TrueType fonts with gs. . gs-cjk enables ghostscript to handle CJK TrueType fonts through CID-keyed font technology. In addition to this package, a language-specific CMap package (named cmap-adobe-*) and a TrueType font package (ttf-*) is needed. . Japanese: needs cmap-adobe-japan1 and fonts-ipafont-mincho | fonts-ipafont-gothic. Korean: needs cmap-adobe-korea1 and fonts-unfonts-core. Traditional-Chinese: needs cmap-adobe-cns1 and ttf-arphic-ukai | ttf-arphic-uming. Simplified-Chinese: needs cmap-adobe-gb1 and ttf-arphic-ukai | ttf-arphic-uming. Enhances: ghostscript Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: gsfonts Priority: optional Section: text Installed-Size: 4764 Maintainer: Ubuntu Developers Original-Maintainer: Masayuki Hatta (mhatta) Architecture: all Version: 1:8.11+urwcyr1.0.7~pre44-4.2ubuntu1 Conflicts: gs (<< 5.50-5), gs-aladdin (<< 6.50-4), gsfonts-x11 (<< 0.13) Filename: pool/main/gsfonts_8.11+urwcyr1.0.7~pre44-4.2ubuntu1_all.deb Size: 3373970 MD5Sum: 47126e30ae67398d61e7af8cff54f3db SHA1: 261a68c2136932e975e50e3f053233845af09923 SHA256: fae918c51d76e993f984d0a9e108c9abb64db0dfcd75d39a40f939d740972661 SHA512: 9f46a3a25adc91a1e9f81edbba2dab14b46b967e78f9b203eb954a4b87b89c7e1c4baebb95c9c2e0d02cd4a862014cb6cfc6e77f08568c90694e0345a4012c11 Description: Fonts for the Ghostscript interpreter(s) These are free look-alike fonts of the Adobe PostScript fonts. Recommended for all flavors of Ghostscript (gs-gpl, gs-afpl and gs-esp). Homepage: http://www.ghostscript.com/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: guestmount Priority: extra Section: universe/admin Installed-Size: 102 Maintainer: Ubuntu Developers Original-Maintainer: Debian Libvirt Maintainers Architecture: amd64 Source: libguestfs Version: 1:1.14.8-1 Depends: libguestfs0 (= 1:1.14.8-1), libc6 (>= 2.8), libconfig8 (>= 1.3.2-2), libfuse2 (>= 2.8.1) Filename: pool/main/guestmount_1.14.8-1_amd64.deb Size: 31898 MD5Sum: 7a9acb326d848482b8a017eee96343b4 SHA1: a719123e007e5dd48504e5631e97de5379d0f177 SHA256: 50fc02456c2bd7cc21f5d38cf9ced1dd17dbea5a346b60d76059d0f773cbc901 SHA512: 7961cc6b10236a1d3f3de67247edb2e10a6e85a26c12b84e99e8c6588b0a8c82428249486dc5d13bb7b4b610aa661247765cdb1c7befc7d6d4af807fffba7721 Description: guest disk image management system - FUSE mount utility The libguestfs library allows accessing and modifying guest disk images. It offers the following features, among many others: * making batch configuration changes to guests; * viewing and editing files inside guests; * getting disk used/free statistics; * migrating between virtualization systems; * performing partial backups; * performing partial guest clones; * cloning guests and changing registry/UUID/hostname info. . It uses the Linux kernel and qemu code, and can access any type of guest file system that Linux and qemu can, including but not limited to: ext2/3/4, btrfs, FAT and NTFS, LVM, many different disk partition schemes, qcow, qcow2, vmdk. . The library provides ways to enumerate guest storage (such as partitions, LVs, what file system is in each LV, etc.); to run commands in the context of the guest; and to upload and download files and directories. . The guestmount utility can be used to mount virtual machine file systems and other disk images on the host. It uses libguestfs for access to the guest file system, and FUSE ("File system in USErspace") to make it appear as a mountable device. Homepage: http://libguestfs.org Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: gzip Essential: yes Priority: required Section: utils Installed-Size: 219 Maintainer: Ubuntu Developers Original-Maintainer: Bdale Garbee Architecture: amd64 Version: 1.4-1ubuntu2 Depends: dpkg (>= 1.15.4) | install-info Pre-Depends: libc6 (>= 2.14) Suggests: less Filename: pool/main/gzip_1.4-1ubuntu2_amd64.deb Size: 92282 MD5Sum: a3bdc8b9d1f516d47ddac46989397f4b SHA1: 7e3480b37e6b1b771df66dcb31867fe98671ba65 SHA256: 125a83c3fda730f490d043fe07963e4758ffe740d482196c8a55a323f823f8a5 SHA512: 3d3391fe5dd0847a3d71adce0743beb1a660690522ab42dab49eb86079fbbbcd8c60235562f8b5849b66d6b3bc15fbad4474201afcc1e6e33ed213871a77b6fd Description: GNU compression utilities This package provides the standard GNU file compression utilities, which are also the default compression tools for Debian. They typically operate on files with names ending in '.gz', but can also decompress files ending in '.Z' created with 'compress'. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: haproxy Priority: optional Section: net Installed-Size: 1038 Maintainer: Debian HAProxy Maintainers Architecture: amd64 Version: 1.5.3-ubuntu3 Depends: libc6 (>= 2.15), libpcre3 (>= 8.10), libssl1.0.0 (>= 1.0.1), zlib1g (>= 1:1.1.4), adduser Suggests: vim-haproxy, haproxy-doc Filename: pool/main/haproxy_1.5.3-ubuntu3_amd64.deb Size: 609754 MD5Sum: e87e707ae54b63920af2e1dc2c558047 SHA1: 20139727d69ed2fd62d9f498759a47a7d425816a SHA256: faaec891a2e2228fca312e6e198525a2079134a2a48fe4e9b839fc1d23a67e64 SHA512: 8bace3c1636cbc0d6fc0a695943aefb056c7270a0cd003f442bb9380a14531132bf8f4a5b45a12b0114c2d91bc9a1f50961c7dc28102eb25253781a4565898d3 Description: fast and reliable load balancing reverse proxy HAProxy is a TCP/HTTP reverse proxy which is particularly suited for high availability environments. It features connection persistence through HTTP cookies, load balancing, header addition, modification, deletion both ways. It has request blocking capabilities and provides interface to display server status. Homepage: http://haproxy.1wt.eu/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: hdparm Priority: standard Section: admin Installed-Size: 260 Maintainer: Ubuntu Developers Original-Maintainer: Stephen Gran Architecture: amd64 Version: 9.37-0ubuntu3.1 Replaces: apmd (<= 3.0.2-1.15), pm-utils (<< 1.2.6) Depends: libc6 (>= 2.14) Recommends: powermgmt-base Suggests: apmd Breaks: pm-utils (<< 1.2.5-2ubuntu8), udev (<< 136-1) Filename: pool/main/hdparm_9.37-0ubuntu3.1_amd64.deb Size: 92264 MD5Sum: c13b34d070e34b4ba841a81dd31782cf SHA1: c63c5f55aaa8b3093d8d64386e58665b24e3fa7b SHA256: 91aed9cde14983643526860e43cfe63edbd13f1fa4d45749d6414b4fd159b888 SHA512: c8552ee63d82aacff13ac79be603fa8be2506d4d5d00891b224b169aac85f4393679ecf21fea226a828ae92a69063d147d3808e29282b3aa2dad7da28de67555 Description: tune hard disk parameters for high performance Get/set device parameters for Linux SATA/IDE drives. Primary use is for enabling irq-unmasking and IDE multiplemode. Homepage: http://sourceforge.net/projects/hdparm/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: heat-api-cfn Priority: optional Section: web Installed-Size: 11 Maintainer: Ubuntu Developers Original-Maintainer: PKG OpenStack Architecture: all Source: heat Version: 2014.2.2-fuel6.0.1~mira1 Depends: adduser, heat-common (= 2014.2.2-fuel6.0.1~mira1), upstart-job, python Filename: pool/main/heat-api-cfn_2014.2.2-fuel6.0.1~mira1_all.deb Size: 7852 MD5Sum: ab6729bff52777ffcd14196a48c5b219 SHA1: 4b8464802934d3c62dfdfbf0b18084e8e9197b4e SHA256: 6fd935f24348717f7171245064ac58dd764d7c84636eb86494eb3de162ee8879 SHA512: e3d496816cf72af513e077a0b5a59902731047e4933be08baeb26fcce222089715cecbaa218c03dc0b6d127189e1d2beade61f2574074a45e5e85c79140747c2 Description: OpenStack orchestration service - CFN API Heat is a service to orchestrate multiple composite cloud applications using templates, through both an OpenStack-native ReST API and a CloudFormation-compatible Query API. . This package contains the CloudFormation (CFN) API. Homepage: http://wiki.openstack.org/Heat Package: heat-api-cloudwatch Priority: optional Section: web Installed-Size: 11 Maintainer: Ubuntu Developers Original-Maintainer: PKG OpenStack Architecture: all Source: heat Version: 2014.2.2-fuel6.0.1~mira1 Depends: adduser, heat-common (= 2014.2.2-fuel6.0.1~mira1), upstart-job, python Filename: pool/main/heat-api-cloudwatch_2014.2.2-fuel6.0.1~mira1_all.deb Size: 7864 MD5Sum: 2898b696879cde8d33e93ea8b424ec22 SHA1: 289b37ab4d153e83def828a4eebf8baf67d9379c SHA256: 7ddec147170da0ccded60442069cbbf1cf4d432b4e3a8f5909c0ca0a0be1a074 SHA512: bf5b72692ab47a9168e72cdd905ac2f8838265159dc0056205801bfcd4c92f4040cdb210af6f3eacfb6f03f23cacd019dcdba54f3de96ccd223130d3748a505a Description: OpenStack orchestration service - CloudWatch API Heat is a service to orchestrate multiple composite cloud applications using templates, through both an OpenStack-native ReST API and a CloudFormation-compatible Query API. . This package contains the CloudWatch API. Homepage: http://wiki.openstack.org/Heat Package: heat-api Priority: optional Section: web Installed-Size: 10 Maintainer: Ubuntu Developers Original-Maintainer: PKG OpenStack Architecture: all Source: heat Version: 2014.2.2-fuel6.0.1~mira1 Depends: adduser, heat-common (= 2014.2.2-fuel6.0.1~mira1), upstart-job, python Filename: pool/main/heat-api_2014.2.2-fuel6.0.1~mira1_all.deb Size: 7734 MD5Sum: 81412f8542db9fc07946f276d6b0107b SHA1: 3f1e6af3abff8bb158074bdd266860e9d62da372 SHA256: 8eca8eaf6b1b790aa08038ecc3b511e89e92b5df94cb8fdb9d2f6d95ed18d24b SHA512: 0b8548c95022d9ecbc3511dbbe6b41d680f78850cba97eb7bec06569477ad4d871229f75c310d3967bc6555b92972fe4d2ca280249b586200c81391ba66e5d90 Description: OpenStack orchestration service - ReST API Heat is a service to orchestrate multiple composite cloud applications using templates, through both an OpenStack-native ReST API and a CloudFormation-compatible Query API. . This package contains the ReST API. Homepage: http://wiki.openstack.org/Heat Package: heat-common Priority: optional Section: web Installed-Size: 67 Maintainer: Ubuntu Developers Original-Maintainer: PKG OpenStack Architecture: all Source: heat Version: 2014.2.2-fuel6.0.1~mira1 Depends: adduser, python-heat (= 2014.2.2-fuel6.0.1~mira1), python Filename: pool/main/heat-common_2014.2.2-fuel6.0.1~mira1_all.deb Size: 23308 MD5Sum: b95595242d470cad51bea4573e762661 SHA1: d4beea10bb1610daaf38b53ecc22e39950af62a0 SHA256: 2fa0437670ba1d35e3040628fc2c6cd1fa4689786720565d4f4d4e0e1ba29cbc SHA512: 5c8ab9a01168e57580185bc0b4a7d6e22dd83444b7c8d8dfbb1028dd825f64f73631f024e4c2b18dbbb06ed9f031ae08d821008c9b79c4ff29ae75a6f24da5ae Description: OpenStack orchestration service - common files Heat is a service to orchestrate multiple composite cloud applications using templates, through both an OpenStack-native ReST API and a CloudFormation-compatible Query API. . This package contains the common files. Homepage: http://wiki.openstack.org/Heat Package: heat-engine Priority: optional Section: web Installed-Size: 11 Maintainer: Ubuntu Developers Original-Maintainer: PKG OpenStack Architecture: all Source: heat Version: 2014.2.2-fuel6.0.1~mira1 Depends: adduser, heat-common (= 2014.2.2-fuel6.0.1~mira1), upstart-job, python Filename: pool/main/heat-engine_2014.2.2-fuel6.0.1~mira1_all.deb Size: 8028 MD5Sum: 23949f69e9b4985c49bd95870e3955f1 SHA1: f3d1bdb731b096da672547d87df4ec5fb38f8e1f SHA256: 033dfe352581a55189753543c9aaaa3c502ca5b2549eea2fd46b9329555ebe5a SHA512: ca46b2caf2aa56ae605eaa82c6668683cd44e3e79df13c471b55ef03da651d8b258af978dce26e86b602e8c3f84852719439e3b9a072082f52467353ce9338ff Description: OpenStack orchestration service - engine Heat is a service to orchestrate multiple composite cloud applications using templates, through both an OpenStack-native ReST API and a CloudFormation-compatible Query API. . This package contains the heat engine, which is the core service of heat, and which the API servers will use. Homepage: http://wiki.openstack.org/Heat Package: hicolor-icon-theme Priority: optional Section: misc Installed-Size: 1413 Maintainer: Ubuntu Developers Original-Maintainer: Ross Burton Architecture: all Version: 0.12-1ubuntu2 Filename: pool/main/hicolor-icon-theme_0.12-1ubuntu2_all.deb Size: 10178 MD5Sum: bc6ac99e0e4357dbe8a78a4786a31fc6 SHA1: d872f722050674e146c290b5824248a5a52ebe01 SHA256: c1aeee6e143c051a51eafb8b5176db87f32265d1ee65965ef11cc8bef7b3f7c9 SHA512: 35d863dbc8ded55786047bccc16347621e948a34e69a8ffe1b41ca6bbee0c6d2bf5c19ad17daa243eead23e9baa8f92adf6c322fc41de6d9889ae51d0e009609 Description: default fallback theme for FreeDesktop.org icon themes This is the default fallback theme used by implementations of the Freedesktop.org Icon Theme specification. Multi-Arch: foreign Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: hiera Priority: extra Section: utils Installed-Size: 35 Maintainer: Puppet Labs Architecture: all Version: 1.3.1-1puppetlabs1 Depends: ruby | ruby-interpreter, libjson-ruby | ruby-json Filename: pool/main/hiera_1.3.1-1puppetlabs1_all.deb Size: 12566 MD5Sum: da2323c6e57b35b232120103a07a1ab3 SHA1: 0e3e15095e6cbc6062e1cf86df3a47c3e456f9aa SHA256: f5f3505dd2a8e4f36b0895dc2fa4f68bb090bb716f5f82b9dc5b22209fd362f7 SHA512: 6c0fd4d699963b8b9afbb9d4aeecfda4c0ba715926b1f1f392c54aefc12687625d6ca5c66b5e7335438c630e33fae1a7fde48ae317c05a1c3f8b0c16c2a045bb Description: A simple pluggable Hierarchical Database. Hiera is a simple pluggable Hierarchical Database. Homepage: http://projects.puppetlabs.com/projects/hiera Package: hostname Essential: yes Priority: required Section: admin Installed-Size: 116 Maintainer: Ubuntu Developers Original-Maintainer: Debian Hostname Team Architecture: amd64 Version: 3.06ubuntu1 Replaces: nis (<< 3.17-30) Pre-Depends: libc6 (>= 2.4), upstart-job Conflicts: nis (<< 3.17-30) Filename: pool/main/hostname_3.06ubuntu1_amd64.deb Size: 13606 MD5Sum: 1e75f14df40b817e5c4994d44da42fbf SHA1: a9049e4fc6152a13ea070bcfa731f2160b791113 SHA256: e38753db3dbbf43635d9234290026a26b4cca1a5d61afaae8ac7f70ba30e71a6 SHA512: e42a33a4c44c9ab512eba5b6bbd768ed6063b21f3a9eda34bad1e1e078dc05d076055ca342658827a8505dd3f265202e4bf8c2757df24546295cd4855a82456e Description: utility to set/show the host name or domain name This package provides commands which can be used to display the system's DNS name, and to display or set its hostname or NIS domain name. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: html2text Priority: optional Section: web Installed-Size: 304 Maintainer: Ubuntu Developers Original-Maintainer: Eugene V. Lyubimkin Architecture: amd64 Version: 1.3.2a-15 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0) Suggests: curl | wget Filename: pool/main/html2text_1.3.2a-15_amd64.deb Size: 104166 MD5Sum: fa0307ff52e49264b890d5ae64cc79f4 SHA1: 105492a28f78f71905d87a994a252722bd816c29 SHA256: d1cf40880802fb838b6c9fb20630a933c0ee45877dfd644c72fbfada93b8e5c9 SHA512: 505e10e976d1948876014e87e56e3bfd6d9d40f0076a8be96f3a5e31112bb8521bd317de811e14737f864b8b18db358e944d867839a97cdb7ab7e30d9f7d9e63 Description: advanced HTML to text converter html2text is a converter from HTML to plain text. . html2text reads HTML documents supplied in the command line (or from standard input), converts each of them into a stream of plain text characters and writes output to the file or the terminal. . Debian version also can recognize encoding of documents, do on-fly input and output recoding. . html2text was written because the author wasn't happy with the output of "lynx -dump" and so he wrote something better. Homepage: http://www.mbayer.de/html2text/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: htop Priority: optional Section: universe/utils Installed-Size: 179 Maintainer: Ubuntu Developers Original-Maintainer: Eugene V. Lyubimkin Architecture: amd64 Version: 1.0.1-1 Depends: libc6 (>= 2.15), libncursesw5 (>= 5.6+20070908), libtinfo5 Suggests: strace, ltrace Filename: pool/main/htop_1.0.1-1_amd64.deb Size: 66884 MD5Sum: cc92b0c8b91a31482068bbba12b79228 SHA1: b2d6154a9df3ae72842739890093787fdf88ab90 SHA256: c3e44b0b2dc397b096a0b2c8b161251b70a05c4a51f7fba0b31a09ca55f3e6f4 SHA512: efb9bbff27d3f0a27d382ae590180313a144ba1986172a3f7dd3cddc5fc4bf1d9f65d0ab653e3e9125daab1c543a3768df315c91a5cc632e48fdb5512f5670d2 Description: interactive processes viewer Htop is an ncursed-based process viewer similar to top, but it allows one to scroll the list vertically and horizontally to see all processes and their full command lines. . Tasks related to processes (killing, renicing) can be done without entering their PIDs. Homepage: http://htop.sourceforge.net Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: ieee-data Priority: optional Section: net Installed-Size: 3802 Maintainer: Luciano Bello Architecture: all Version: 20131224.1 Depends: wget | libwww-perl | curl Filename: pool/main/ieee-data_20131224.1_all.deb Size: 1142798 MD5Sum: 5f08c80d80b0ab04c8fb22cceb35c32d SHA1: 1ab27e580083c083602581e734770d893d76a4e7 SHA256: 2b89e74984abe9be8aa799f017832adf6bb13f90c05b6b78eef5da23cddec6bc SHA512: f40897d646ef2b9a813b3b3777e468a4787e77347e139eae5e6024d70bcbe2c7691df9f69610fbf447d09b2e746abfc9e333c7830e8de4a78df60ecae81206ce Description: OUI and IAB listings Provide the Organizationally Unique Identifier (OUI) and Individual Address Block (IAB) listings of identifiers assigned by IEEE Standards Association. Homepage: http://standards.ieee.org/regauth/oui/index.shtml Package: ifenslave-2.6 Priority: optional Section: net Installed-Size: 101 Maintainer: Ubuntu Developers Original-Maintainer: Guus Sliepen Architecture: amd64 Version: 1.1.0-19ubuntu5 Provides: ifenslave Depends: libc6 (>= 2.4), iproute Recommends: net-tools Conflicts: ifenslave (<< 2), ifenslave-2.4 (<= 0.07+2.5.15-6) Filename: pool/main/ifenslave-2.6_1.1.0-19ubuntu5_amd64.deb Size: 20642 MD5Sum: 7dafcf10801c89c0181ca3b34354095d SHA1: 16ffac4403a206cbee8cded9f0537c9aa82fea6b SHA256: cc4a60888793ace5106d1130dcb018fccf57c425727dafcff308a609e5673c2f SHA512: 23f7bee579f1a499dfba4772a1e73c33ce20e6e41090a7b082bd289dec3808300be5a4f845cc42a24bafcf99332fc013a9e92143501c8e64358820a0fe376fd8 Description: Attach and detach slave interfaces to a bonding device This is a tool to attach and detach slave network interfaces to a bonding device. A bonding device will act like a normal Ethernet network device to the kernel, but will send out the packets via the slave devices using a simple round-robin scheduler. This allows for simple load-balancing, identical to "channel bonding" or "trunking" techniques used in switches. . The kernel must have support for bonding devices for ifenslave to be useful. This package supports 2.6.x kernels and the most recent 2.4.x kernels. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: ifupdown Priority: required Section: admin Installed-Size: 186 Maintainer: Ubuntu Developers Original-Maintainer: Andrew O. Shadura Architecture: amd64 Version: 0.7~beta2ubuntu11.1 Replaces: netbase (<< 4.00) Depends: iproute (>= 20071016-1), libc6 (>= 2.14), upstart-job, lsb-base, initscripts (>= 2.88dsf-13.3) Suggests: isc-dhcp-client | dhcp-client, ppp, rdnssd, net-tools Conflicts: dhcp-client (<< 3.0) Filename: pool/main/ifupdown_0.7~beta2ubuntu11.1_amd64.deb Size: 48264 MD5Sum: 52ce415f8f7b93663c93f9e262fd5db5 SHA1: 58b78e1d23e14cba8cb402fb827194c49e7c4aa8 SHA256: 9d8343094770c13325be624997f78b06a96a2f12574544c80d796acc3cb5d3b5 SHA512: 5233534cc951d7ab66cc574ee5ef9d9ea8ef02764866fa6709a5f246d906d7b91befadf11cd38023f3af6920d390e58c8e90f70702e3cb5c237344bd42d422cb Description: high level tools to configure network interfaces This package provides the tools ifup and ifdown which may be used to configure (or, respectively, deconfigure) network interfaces based on interface definitions in the file /etc/network/interfaces. Multi-Arch: foreign Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: imagemagick-common Priority: optional Section: graphics Installed-Size: 271 Maintainer: Ubuntu Developers Original-Maintainer: ImageMagick Packaging Team Architecture: all Source: imagemagick Version: 8:6.6.9.7-5ubuntu3.3 Replaces: libmagickcore4 (= 8:6.6.9.7-3.1) Filename: pool/main/imagemagick-common_6.6.9.7-5ubuntu3.3_all.deb Size: 40302 MD5Sum: 5c289bfe2c3d0af5bed9cbc7d3a53581 SHA1: fab649e7cd1889b709c2a212670db1ccace3032e SHA256: 528c976ac45884828290b3f703021106f3924254bdfa8e3b222aa2f7d4b158ef SHA512: 6d9ef4bd66295c3b042735ceb4acd24180f661c6c96976413a148c1f6416a7afc018e55353f6ef3079880ac9e077b0b51ff699a542218d49ad8a87632de64f1f Description: image manipulation programs -- infrastructure imagemagick-common contains the filesystem infrastructure required for further installation of imagemagick in any configuration; it does not provide a full installation of binaries, libraries, and utilities required to run imagemagick. Homepage: http://www.imagemagick.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: imagemagick Priority: optional Section: graphics Installed-Size: 208 Maintainer: Ubuntu Developers Original-Maintainer: ImageMagick Packaging Team Architecture: amd64 Version: 8:6.6.9.7-5ubuntu3.3 Depends: libc6 (>= 2.2.5), libmagickcore4 (>= 8:6.6.9.7), libmagickwand4 (>= 8:6.6.9.7) Recommends: libmagickcore4-extra, ghostscript, netpbm Suggests: imagemagick-doc, autotrace, cups-bsd | lpr | lprng, curl, enscript, ffmpeg, gimp, gnuplot, grads, groff-base, hp2xx, html2ps, libwmf-bin, mplayer, povray, radiance, sane-utils, texlive-base-bin, transfig, xdg-utils, ufraw-batch Filename: pool/main/imagemagick_6.6.9.7-5ubuntu3.3_amd64.deb Size: 49160 MD5Sum: 14f647de6ab1ae83d770279b8536892d SHA1: 7d90bb9499ee3d7f37c89e29b1bf9c0aa894b310 SHA256: 95faa178063b7891d0f92551d54005b4c4e01ec8bf2feb27c978c46156865536 SHA512: e080c76b2c9b5009c0264192100397fe15438268f1afb77d828003ebefdf0ba51a2266626fbbcd013e42e901be469c21896fa6b5f6e2de5d941eb41b9a09e5ee Description: image manipulation programs ImageMagick is a software suite to create, edit, and compose bitmap images. It can read, convert and write images in a variety of formats (over 100) including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. Use ImageMagick to translate, flip, mirror, rotate, scale, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves. All manipulations can be achieved through shell commands as well as through an X11 graphical interface (display). Homepage: http://www.imagemagick.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-usb, kubuntu-full, kubuntu-active-full, edubuntu-usb, edubuntu-desktop-kde, edubuntu-desktop-gnome, ubuntustudio-video, ubuntustudio-graphics Package: info Priority: standard Section: doc Installed-Size: 370 Maintainer: Ubuntu Developers Original-Maintainer: Debian TeX maintainers Architecture: amd64 Source: texinfo Version: 4.13a.dfsg.1-8ubuntu2 Replaces: texinfo (<< 4.7-2) Provides: info-browser Depends: libc6 (>= 2.15), libtinfo5, install-info Suggests: texinfo-doc-nonfree Filename: pool/main/info_4.13a.dfsg.1-8ubuntu2_amd64.deb Size: 104652 MD5Sum: 366085982d309d813fd6eced61f54a99 SHA1: 22d7681550301d699653b0eb87fba77a1b99f198 SHA256: 996c9bb6300294838575a67295ba150beb15f672d6b9359b768bd43c8a70aadd SHA512: 5d00aa168a747979506459881719a73d81fdd77076a7895b6da3602e31467e09c1039a879063dba68647794aabe2486dea9040675772977ada7d0fdd6c85b473 Description: Standalone GNU Info documentation browser The Info file format is an easily-parsable representation for online documents. This program allows you to view Info documents, like the ones stored in /usr/share/info. . Much of the software in Debian comes with its online documentation in the form of Info files, so it is most likely you will want to install it. Multi-Arch: foreign Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active Package: init-system-helpers Priority: extra Section: admin Installed-Size: 28 Maintainer: pkg-systemd-maintainers Architecture: all Version: 1.14 Depends: perl Breaks: systemd (<< 44-12) Filename: pool/main/init-system-helpers_1.14_all.deb Size: 13278 MD5Sum: 43284559a6e10068d36b885977f641bf SHA1: 1a53ddcc0ecf967d88fca8b27128b419308cba4b SHA256: 9a39852e1b71448fc59afaf8b56d38a9aa4acdd37c53cf03dd2e3e72c76cfbe1 SHA512: 953c258a5b4ce819795c023e43cea2e357d28fe1d899ff2c9aa28843e2d35504d1f52ce43e8b4325837135c347c8a68171097a81ce264189864e39ca69749ea7 Description: helper tools for all init systems This package contains helper tools that are necessary for switching between the various init systems that Debian contains (e.g. sysvinit, upstart, systemd). An example is deb-systemd-helper, a script that enables systemd unit files without depending on a running systemd. . While this package is maintained by pkg-systemd-maintainers, it is NOT specific to systemd at all. Maintainers of other init systems are welcome to include their helpers in this package. Multi-Arch: foreign Package: initramfs-tools-bin Priority: required Section: utils Installed-Size: 120 Maintainer: Ubuntu Kernel Team Original-Maintainer: Debian kernel team Architecture: amd64 Source: initramfs-tools Version: 0.99ubuntu13.5 Depends: libc6 (>= 2.4), libudev0 (>= 147) Filename: pool/main/initramfs-tools-bin_0.99ubuntu13.5_amd64.deb Size: 9782 MD5Sum: b243a727386b4728721d18849b2ade91 SHA1: 4827eccd9b64ed352e76c77cc91277e8852e145d SHA256: 69b921eb4e98735e39090b53bc2030fe5485b22d136225d51475ab14138c1d70 SHA512: dd2b4ceed7f1f61b7e2d5205a62cef514070d7078d6531db3484c019101c258c51cb4b94c401ff2e47d1ed6b27b9550e7438cbc02ce7cf7518fe332df9ca6b72 Description: binaries used by initramfs-tools This package contains binaries used inside the initramfs images generated by initramfs-tools. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: initramfs-tools Priority: required Section: utils Installed-Size: 363 Maintainer: Ubuntu Kernel Team Original-Maintainer: Debian kernel team Architecture: all Version: 0.99ubuntu13.5 Provides: linux-initramfs-tool Depends: initramfs-tools-bin (>= 0.99ubuntu13.5), initramfs-tools-bin (<< 0.99ubuntu13.5.1~), klibc-utils (>= 1.5.9-1), busybox-initramfs (>= 1:1.13.3-1ubuntu5), cpio, module-init-tools, udev (>= 147~-5), findutils (>= 4.2.24), util-linux (>> 2.15~rc1) Suggests: bash-completion Conflicts: usplash (<< 0.5.50) Breaks: cryptsetup (<< 2:1.1.0-2.1), elilo (<< 3.12-3.1~), lilo (<< 22.8-8.2~), mountall (<< 2.0~), s390-tools (<< 1.8.3-2~) Filename: pool/main/initramfs-tools_0.99ubuntu13.5_all.deb Size: 49016 MD5Sum: 32fee251acf21c0906f8a12b46dcad55 SHA1: 089f0531e2d9d929ba8110dafe55787fccbb5331 SHA256: 980bd0939505d93e2af72e599ad993738d4944c88d53a5c95a555dc7827423a9 SHA512: e685d582b6d5f52ff108615900f8989a4ab0da2db05910293c75440c633bc261e73900a7857fe4918229bc66fcddd9415c97d27ba45eaa5070f3f6ffdd88cb3d Description: tools for generating an initramfs This package contains tools to create and boot an initramfs for packaged 2.6 Linux kernel. The initramfs is a gzipped cpio archive. At boot time, the kernel unpacks that archive into RAM, mounts and uses it as initial root file system. The mounting of the real root file system occurs in early user space. klibc provides utilities to setup root. Having the root on MD, LVM2, LUKS or NFS is also supported. Any boot loader with initrd support is able to load an initramfs archive. Multi-Arch: foreign Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: initscripts Priority: required Section: admin Installed-Size: 223 Maintainer: Ubuntu Core Developers Original-Maintainer: Debian sysvinit maintainers Architecture: amd64 Source: sysvinit Version: 2.88dsf-13.10ubuntu11.1 Replaces: libc0.1, libc0.3, libc6, libc6.1 Depends: libc6 (>= 2.4), mount (>= 2.11x-1), debianutils (>= 4), lsb-base (>= 3.2-14), sysvinit-utils (>= 2.86.ds1-64), sysv-rc | file-rc, coreutils (>= 5.93), passwd, upstart, mountall (>= 2.28) Recommends: psmisc, e2fsprogs Conflicts: libdevmapper1.02.1 (<< 2:1.02.24-1) Breaks: hostname (<< 2.95ubuntu1~boot2), rsyslog (<< 4.2.0-2ubuntu3~boot1), selinux-policy-default (<= 2:0.2.20100524-9), udev (<< 146-2~boot6), upstart (<< 0.6.3-2~boot4) Filename: pool/main/initscripts_2.88dsf-13.10ubuntu11.1_amd64.deb Size: 28068 MD5Sum: 99823d3091a0ad84b9032afbad49d6fe SHA1: f96266cf85bd4f9af73d536153be987c4fae7eff SHA256: 75fbe9fe85d7aeddd32cf1abcda704ba265213045c13e6c6006a1f22780d3643 SHA512: 2a5ae3bdfd21ab8f7e68b9ee083a41bdf99124e5c88f2d57034e007406e99a2d7a83cd75572f7133f27b73f88b8e9301f201e193cbfc24d44c8080c6d8918b03 Description: scripts for initializing and shutting down the system The scripts in this package initialize a standard Debian system at boot time and shut it down at halt or reboot time. Multi-Arch: foreign Homepage: http://savannah.nongnu.org/projects/sysvinit Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: insserv Priority: required Section: misc Installed-Size: 221 Maintainer: Ubuntu Developers Original-Maintainer: Petter Reinholdtsen Architecture: amd64 Version: 1.14.0-2.1ubuntu2 Depends: libc6 (>= 2.14) Suggests: bootchart Breaks: sysv-rc (<< 2.87dsf-3) Filename: pool/main/insserv_1.14.0-2.1ubuntu2_amd64.deb Size: 50938 MD5Sum: ae07dc7dba8995b9080be28acbe39514 SHA1: 222e95eb510b881b117b8fe330c11d170f6f6372 SHA256: 8485512ac1c7e10d38e2bc5386ea501927b44101b3faee48601546afd4768994 SHA512: 8a0d75188aeef727257ac1265df7cdbbd63d7713dae46a390f09fafc5db6ddc7f5f1d6d5f397ac2d989fe87166dd10248d8fbcc7e190eaf6f09c43bad67c877a Description: Tool to organize boot sequence using LSB init.d script dependencies The insserv program is used to update the order of symlinks in /etc/rc?.d/ with sysv-rc based on dependencies specified in the scripts themselves using LSB init.d script headers. . This allow each package maintainer to specify their init.d script relation to other scripts and make it possible to detect and reject script dependency loops as well as making sure all scripts start in their intended order. . The program insserv in this package should be used with care and together with the sysv-rc package, as using it incorrectly can lead to an unbootable system. Homepage: http://savannah.nongnu.org/projects/sysvinit Debian-Vcs-Browser: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/ Debian-Vcs-Svn: svn://svn.debian.org/initscripts-ng/trunk/src/insserv Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: install-info Priority: standard Section: doc Installed-Size: 218 Maintainer: Ubuntu Developers Original-Maintainer: Debian TeX maintainers Architecture: amd64 Source: texinfo Version: 4.13a.dfsg.1-8ubuntu2 Replaces: texinfo (<< 4.13a.dfsg.1-2) Depends: libc6 (>= 2.14) Breaks: texinfo (<< 4.13a.dfsg.1-2) Filename: pool/main/install-info_4.13a.dfsg.1-8ubuntu2_amd64.deb Size: 53048 MD5Sum: 660ffc21ec27dab41d3bb790593e8d60 SHA1: 8c46d2d091b3cec6bade4b8199850a62cd27d168 SHA256: a4e57b7e736660397d92041636b07f8a44eef0d94a772a7168da2eff687e53eb SHA512: 804363ce270b670d6a002471e249253ed7ae6a54a0245824ce77fc9f6e5059c440f5992799e5bf442f50616a1b18eedb90e2e7cef21e62de33cd0941678e5511 Description: Manage installed documentation in info format The install-info utility creates the index of all installed documentation in info format and makes it available to info readers. Multi-Arch: foreign Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active Package: installation-report Priority: optional Section: misc Installed-Size: 75 Maintainer: Ubuntu Installer Team Original-Maintainer: Debian Install System Team Architecture: all Version: 2.46ubuntu1 Recommends: pciutils Filename: pool/main/installation-report_2.46ubuntu1_all.deb Size: 7764 MD5Sum: 1b489a0c8c36f1602d34c90fd2937cbc SHA1: 6bdc6560c6fd0f4d632f2a0fcc10d5bd8d27b813 SHA256: 66cb5ea3a73fb26fc66973c17c2678f4e2abc255719e371f47d74701e4a04620 SHA512: ad78b2ac89c5f20bfedd49cdd9b93de207c353477227ae92381f731abb23ba727d311a4748443701abf1b5031e51d0cd3031772ee5857bbe79289e5a7568c2a5 Description: system installation report This package contains instructions and programs for reporting on the installation of a new system. It can help you fill out an installation report and send it to the Debian bug tracking system. . Purging this package will remove the logs of the system's installation. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: intel-microcode Priority: extra Section: multiverse/admin Installed-Size: 1851 Maintainer: Ubuntu Developers Original-Maintainer: Giacomo Catenazzi Architecture: amd64 Version: 0.20140430-p-1ubuntu1 Depends: microcode.ctl Filename: pool/main/intel-microcode_0.20140430-p-1ubuntu1_amd64.deb Size: 783942 MD5Sum: 8b4040ae588956e9fd8b147b93be18b9 SHA1: 763e251ec7a7ed4279c88483206c3e599da3155c SHA256: 918151ad1e0e233b5bc866636cd3c883d6a429b79d287a183a2153ea5bd7cdc6 SHA512: b0401319b4d43e71d9299dfac9a60841917f49fedb6144322be3c1eb4b3d9b605e48927ab1e3d71dd7fce59a66ffc5e81cfdf72f31292f66653a18fe6ad02d81 Description: Processor microcode data file for Intel CPUs The microcode data file for Linux contains the latest microcode definitions for all Intel processors. Intel releases microcode updates to correct processor behavior as documented in the respective processor specification updates. While the regular approach to getting this microcode update is via a BIOS upgrade, Intel realizes that this is an administrative hassle; the Linux Operating System has a mechanism to update the microcode after booting the OS. . This package contains only the microcode, so it needs the loader provided in the package microcode.ctl Homepage: http://feeds.downloadcenter.intel.com/rss/?p=483&lang=eng Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: intltool-debian Priority: optional Section: devel Installed-Size: 140 Maintainer: Ubuntu Core Developers Original-Maintainer: Nicolas FRANCOIS (Nekral) Architecture: all Version: 0.35.0+20060710.1 Depends: perl, gettext Filename: pool/main/intltool-debian_0.35.0+20060710.1_all.deb Size: 31574 MD5Sum: f44cdcbab68d6dba3bc89ff4df61c64e SHA1: bacbb9b6f45e76611d1273fd5b72d81ac2596816 SHA256: 16e27fb8e90c8d3f15213e315cb087667d49f7ae6f38e21273d3aa5d18a0c1be SHA512: e127c7c8fa73e6bb80b4661f759b0092a86fb5048f3eceaa7a629a8cd97ef27db9dfefd156d4510ba4b3214e38bd88fa547dd4bf57fb5a7432fb81258a1ccc65 Description: Help i18n of RFC822 compliant config files Intltool is a bunch of scripts written by the GNOME project to internationalize many different file formats. This package is a slightly modified version which adds support for RFC822 compliant config files, e.g. Debconf templates files. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: iperf3 Priority: optional Section: net Installed-Size: 28 Maintainer: Raoul Gunnar Borenius Architecture: amd64 Version: 3.0.7-ubuntu1 Depends: libc6 (>= 2.2.5), libiperf0 Filename: pool/main/iperf3_3.0.7-ubuntu1_amd64.deb Size: 16004 MD5Sum: de675169f515a20bda7f2fea0de10faa SHA1: bf1c2fb527190ca88c6aa43ca65d5f07487578f5 SHA256: 777cd1c097bda90a49ee1387ea9ab03020ece2ac3242567a12706225e2b1735a SHA512: 3de3d3e603a5593e14d7d8e79d9e8e43f548957aa514addaa1e6e0c119a068fc222a54d22cec3dca999050712a3413cca8742bff65c2e584d88a1c4d8f940a87 Description: Internet Protocol bandwidth measuring tool Iperf3 is a tool for performing network throughput measurements. It can test either TCP or UDP throughput. . This is a new implementation that shares no code with the original iperf from NLANR/DAST and also is not backwards compatible. . This package contains the command line utility. Homepage: http://software.es.net/iperf/ Package: iperf Priority: optional Section: universe/net Installed-Size: 170 Maintainer: Ubuntu Developers Original-Maintainer: Roberto Lumbreras Architecture: amd64 Version: 2.0.5-2.1 Depends: libc6 (>= 2.7), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Filename: pool/main/iperf_2.0.5-2.1_amd64.deb Size: 55902 MD5Sum: 3f4ccd8c27020ad3f8c63d8c4fdb6773 SHA1: 46a4c4b37b70aa6078893b74e071a89b68a502a8 SHA256: 3de70a09be3e7b48a7c1c29809f5988883d63b8f55d069f0371249acf90aa2ba SHA512: 03f7386080cfe6cb103f12beb19621c3d4eba2edecb4cd60600eb354ccdf53b039a25bd8525e2620d621ed83c855d3e92cb3c48324ee1a58d0c35e2d8063dbb5 Description: Internet Protocol bandwidth measuring tool Iperf is a modern alternative for measuring TCP and UDP bandwidth performance, allowing the tuning of various parameters and characteristics. . Features: * Measure bandwidth, packet loss, delay jitter * Report MSS/MTU size and observed read sizes. * Support for TCP window size via socket buffers. * Multi-threaded. Client and server can have multiple simultaneous connections. * Client can create UDP streams of specified bandwidth. * Multicast and IPv6 capable. * Options can be specified with K (kilo-) and M (mega-) suffices. * Can run for specified time, rather than a set amount of data to transfer. * Picks the best units for the size of data being reported. * Server handles multiple connections. * Print periodic, intermediate bandwidth, jitter, and loss reports at specified intervals. * Server can be run as a daemon. * Use representative streams to test out how link layer compression affects your achievable bandwidth. Homepage: http://iperf.sourceforge.net/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: ipmitool Priority: optional Section: universe/utils Installed-Size: 1039 Maintainer: Ubuntu Developers Original-Maintainer: Matthew Johnson Architecture: amd64 Version: 1.8.11-5ubuntu1 Depends: libc6 (>= 2.7), libreadline6 (>= 6.0), libssl1.0.0 (>= 1.0.0), lsb-base Recommends: openipmi Filename: pool/main/ipmitool_1.8.11-5ubuntu1_amd64.deb Size: 407570 MD5Sum: 514321cf6823964ca8a5fb501baa89d3 SHA1: 1a90b7d8e01b48dd928d78f49a8676041aa9142b SHA256: 2044f38b1a2e478553797de4bc1b97f5c5c75dc4c68d583ed38bab55a2c71107 SHA512: a6a2ba148191e73ececb464ed97ff5cbb8ed802276ec24ace9e5b16c52c62047cada893f23166c63fa2ff10f7539380394ab812574c6efbbb48ac0b86d0460e7 Description: utility for IPMI control with kernel driver or LAN interface A utility for managing and configuring devices that support the Intelligent Platform Management Interface. IPMI is an open standard for monitoring, logging, recovery, inventory, and control of hardware that is implemented independent of the main CPU, BIOS, and OS. The service processor (or Baseboard Management Controller, BMC) is the brain behind platform management and its primary purpose is to handle the autonomous sensor monitoring and event logging features. . The ipmitool program provides a simple command-line interface to this BMC. It features the ability to read the sensor data repository (SDR) and print sensor values, display the contents of the System Event Log (SEL), print Field Replaceable Unit (FRU) inventory information, read and set LAN configuration parameters, and perform remote chassis power control. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: iproute Priority: required Section: net Installed-Size: 983 Maintainer: Ubuntu Developers Original-Maintainer: Debian iproute maintainers Architecture: amd64 Version: 20111117-1ubuntu2.3 Provides: arpd Depends: libc6 (>= 2.14), libdb5.1 Recommends: libatm1 Suggests: iproute-doc Conflicts: arpd Filename: pool/main/iproute_20111117-1ubuntu2.3_amd64.deb Size: 443974 MD5Sum: 438ada908758e63a4b65dd6795270aa2 SHA1: 2434748e9202fa2394164c4a709fdc891f7db0c1 SHA256: 0265bbdf0c9fac7cbb83beedda03ab47468bb5684040c87bed4e31b1d4360489 SHA512: 76b0f62df14a289234fd9de907710bd71d855f9b3731ed61e0ee87a2d9307de57109d9825351bbc2648245f7954ad14659824ebf90c64c6d6d55001eb2f63e01 Description: networking and traffic control tools The iproute suite, also known as iproute2, is a collection of utilities for networking and traffic control. . These tools communicate with the Linux kernel via the (rt)netlink interface, providing advanced features not available through the legacy net-tools commands 'ifconfig' and 'route'. Multi-Arch: foreign Homepage: http://www.linux-foundation.org/en/Net:Iproute2 Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: ipset Priority: extra Section: universe/net Installed-Size: 72 Maintainer: Neutron Soutmun Architecture: amd64 Version: 6.11-2 Provides: ipset-6.11 Depends: iptables, libc6 (>= 2.3.4), libipset2 (>= 6.11) Breaks: xtables-addons-common (<< 1.41~) Filename: pool/main/ipset_6.11-2_amd64.deb Size: 22644 MD5Sum: 5c6b7051c570059fb36f59b8d44476b4 SHA1: b6e1b0c81f613905f1b5bc24e957461c5af083bd SHA256: 1135a1369bb74301dd598daffb75d7f47fe832e38af2b5dd636e32b234e8696e SHA512: 043ffa0d296168d1ce70f72fe17f04b81e3cd9edde44e820678233d82d670cae2ce9380e150ad2955f1f5ad340b3815b465d2db05ea983505f6454cf78c44467 Description: administration tool for kernel IP sets IP sets are a framework inside the Linux 2.4.x and 2.6.x kernel which can be administered by the ipset(8) utility. Depending on the type, currently an IP set may store IP addresses, (TCP/UDP) port numbers or IP addresses with MAC addresses in a way which ensures lightning speed when matching an entry against a set. . If you want to . * store multiple IP addresses or port numbers and match against the entire collection using a single iptables rule. * dynamically update iptables rules against IP addresses or ports without performance penalty. * express complex IP address and ports based rulesets with a single iptables rule and benefit from the speed of IP sets. . then IP sets may be the proper tool for you. Homepage: http://ipset.netfilter.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: iptables-persistent Priority: optional Section: universe/admin Installed-Size: 57 Maintainer: Ubuntu Developers Original-Maintainer: Jonathan Wiltshire Architecture: all Version: 0.5.3ubuntu2 Depends: iptables, lsb-base, debconf (>= 0.5) | debconf-2.0 Pre-Depends: dpkg (>= 1.15.7.2~) Filename: pool/main/iptables-persistent_0.5.3ubuntu2_all.deb Size: 8960 MD5Sum: 425b190ac431a26ae66cc5f45ecc1a69 SHA1: ebb7b780819ebf8bd077dcc7d0110ec5975ebea1 SHA256: 5bcb0f892f34879f1199aebcfc31b6d0638f674afa3b549f318c1042021b8733 SHA512: 79dfd348fe3a5db45a23f44d4ac4ddd72badc74e3d42e7746a244f2875eaf74c63710d8b002743a54270b73ffa4d46d82235bcbaa698588102a66df3130316fd Description: boot-time loader for iptables rules This package provides a system startup script that restores iptables rules from a configuration file. . Since this is aimed at experienced administrators, there is no configuration wizard. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: iptables Priority: standard Section: net Installed-Size: 1430 Maintainer: Ubuntu Developers Original-Maintainer: Laurence J. Lane Architecture: amd64 Version: 1.4.12-1ubuntu5 Depends: libc6 (>= 2.15), libnfnetlink0 (>= 1.0.0) Filename: pool/main/iptables_1.4.12-1ubuntu5_amd64.deb Size: 390572 MD5Sum: 8186ac9efed474c08f64a00f53bbb880 SHA1: 0baade8e9a8863b2403d65875b175d6411782dcf SHA256: 0b987e397962eaeb11a74936338726ef65368897406f0ef7c8894eee6fb90fb9 SHA512: 3bfcc43fc5a1f582e4ca64c4076d55c3544756801799f76587f98b76642d93d18cbf1bb57ebfa180026fbcc2c6fd2c3b2b67f00def517e58e128958d6485d8ef Description: administration tools for packet filtering and NAT These are the user-space administration tools for the Linux kernel's netfilter and iptables. netfilter and iptables provide a framework for stateful and stateless packet filtering, network and port address translation, and other IP packet manipulation. The framework is the successor to ipchains. . netfilter and iptables are used in applications such as Internet connection sharing, firewalls, IP accounting, transparent proxying, advanced routing and traffic control. Homepage: http://www.netfilter.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master Package: iputils-arping Priority: optional Section: net Installed-Size: 72 Maintainer: Ubuntu Developers Original-Maintainer: Noah Meyerhans Architecture: amd64 Source: iputils Version: 3:20101006-1ubuntu1 Replaces: netbase (<< 4.00) Depends: libc6 (>= 2.4), libsysfs2 Conflicts: arping, iputils-ping (<< 20001110-6), suidmanager (<< 0.50) Filename: pool/main/iputils-arping_20101006-1ubuntu1_amd64.deb Size: 21874 MD5Sum: 986b12d3c3c70edbd884b17e735c5a5a SHA1: 272b36db1ed97f5b43919c4e7b806c531b040489 SHA256: 44c808389ef3a6d8c8d66c65ccb913c01769821048bd8b2a45db053ef477988d SHA512: 7911bfdfcabea7d8539b80587d70c180ba2c2384e836d33e5d4fcb3b5cc3a9a51fdc714d23bd36c156dfb9fdd491900695257f2e8dcaf9b7477a1d15a9af7212 Description: Tool to send ICMP echo requests to an ARP address The arping command acts like the standard ping command except it pings a machine by its ARP address instead of its IP address. It is typically used to locate a machine if its hardware address is known but its IP address is unknown Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-full, kubuntu-active-desktop, kubuntu-active-full, kubuntu-active, edubuntu-desktop, edubuntu-usb, edubuntu-desktop-kde, xubuntu-desktop, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, lubuntu-desktop, ubuntustudio-desktop Package: iputils-ping Priority: important Section: net Installed-Size: 140 Maintainer: Ubuntu Developers Original-Maintainer: Noah Meyerhans Architecture: amd64 Source: iputils Version: 3:20101006-1ubuntu1 Replaces: netbase (<< 4.00) Provides: ping Depends: libc6 (>= 2.4), libssl1.0.0 (>= 1.0.0) Conflicts: ping, suidmanager (<< 0.50) Filename: pool/main/iputils-ping_20101006-1ubuntu1_amd64.deb Size: 56140 MD5Sum: 7497ae3750b62d966e1b2f906e07e8fa SHA1: a00ad2f91f50045f2da0703df2f68dd8a93088c4 SHA256: 489e237fec06fbeffb51788b9c276fdf571678893de09d2bf0562b5005b58a3b SHA512: e2861c750021590b713d58d68aa6754c9cb22de84949406a91da8b23182e51989fc76710710f226979157662c00b64253814295fc348b913dc82938b4dc710a6 Description: Tools to test the reachability of network hosts The ping command sends ICMP ECHO_REQUEST packets to a host in order to test if the host is reachable via the network. . This package includes a ping6 utility which supports IPv6 network connections. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: iputils-tracepath Priority: standard Section: net Installed-Size: 102 Maintainer: Ubuntu Developers Original-Maintainer: Noah Meyerhans Architecture: amd64 Source: iputils Version: 3:20101006-1ubuntu1 Replaces: netbase (<< 4.00) Depends: libc6 (>= 2.4) Suggests: traceroute Conflicts: suidmanager (<< 0.50) Filename: pool/main/iputils-tracepath_20101006-1ubuntu1_amd64.deb Size: 31426 MD5Sum: 87c89e1fc65dfaa90b88c483ad673383 SHA1: 07242253ffe8933e8f3de06f2ef339804b5d09c8 SHA256: 2e7ca7a5122ea86099ec65741a60d515269df0ee0daf00788b694afea69fea53 SHA512: c65cc04a903f6ff43bcc529e58a3795a0c7b036b39c171added047698527135c00420f1812d847a570af7899bc4004b3469472e8d78a9455e7d9b21287db8e1c Description: Tools to trace the network path to a remote host The tracepath utility is similar to the traceroute utility, but also attempts to discover the MTU of the path. . This package also includes tracepath6 and traceroute6 utilities, which may be used on IPv6 networks. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active Package: ipxe-qemu Priority: optional Section: admin Installed-Size: 412 Maintainer: Ubuntu Developers Original-Maintainer: Bastian Blank Architecture: all Source: ipxe Version: 1.0.0+git-20130710.936134e-0ubuntu1~cloud0 Replaces: kvm-ipxe (<< 1.0.0+git-20130710.936134e-0ubuntu1) Breaks: kvm-ipxe (<< 1.0.0+git-20130710.936134e-0ubuntu1) Filename: pool/main/ipxe-qemu_1.0.0+git-20130710.936134e-0ubuntu1~cloud0_all.deb Size: 409512 MD5Sum: 86ae14b05e184e8f8c0bc8d3d5709e8e SHA1: d3317261d9ecc7d29f345c6ee21c2043b0cdf4c3 SHA256: dda8ceaef94e7f38f633d84e14fdb3ee6b8225c6db1d5fa2598b68104f7e0ab0 SHA512: 11d5e14b02a15b14953a09681dd5b27903a2d5d20ba2f2165803c3108c7b6e7720a345ccfca92b42a40a18de473fac031f3c4b0a6d192e8c02bba547e7f85a26 Description: Virtual package to support use of kvm-ipxe with qemu iPXE is network boot firmware. It supports a variety of network cards, including some wireless cards, and variety of network protocols (traditional DHCP, BOOTP and TFTP and also HTTP, iSCSI, SAN via FCoE and Infiniband). It supports scripting. . This package contains PXE ROM's made especially to pxeboot kvm vm's. Homepage: http://ipxe.org/ Package: irqbalance Priority: standard Section: utils Installed-Size: 93 Maintainer: Ubuntu Developers Original-Maintainer: Anibal Monsalve Salazar Architecture: amd64 Version: 0.56-1ubuntu4 Depends: libc6 (>= 2.4), libcap-ng0, libglib2.0-0 (>= 2.12.0), debconf (>= 0.5) | debconf-2.0, upstart-job, lsb-base (>= 3.1) Filename: pool/main/irqbalance_0.56-1ubuntu4_amd64.deb Size: 19178 MD5Sum: f90a20a53b3f7fd897c7053b11410cb4 SHA1: 2a01c69d736a780b53bef8b1d4a2ff40bc3b9fc4 SHA256: b0b7d1d397e1a30cd389cbcc54f977a6a9dcb7e1eb9b357445846958e0b5af4e SHA512: 7cf4b2aff31795a93e89e5a83436effd83a6efdde9df0dd9d1ed103a1ac4660b365bc0bbe7ab96e5102ce4522959f9ad8eab4dfda66d5a599b64c88727f86fee Description: Daemon to balance interrupts for SMP systems Daemon to balance interrupts across multiple CPUs, which can lead to better performance and IO balance on SMP systems. This package is especially useful on systems with multi-core processors, as interrupts will typically only be serviced by the first core. . Note: irqbalance is not useful if you don't have more than one core or socket. Homepage: http://irqbalance.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active Package: isc-dhcp-client Priority: important Section: net Installed-Size: 733 Maintainer: Ubuntu Developers Original-Maintainer: Debian ISC DHCP maintainers Architecture: amd64 Source: isc-dhcp Version: 4.1.ESV-R4-0ubuntu5.9 Replaces: dhcp3-client Provides: dhcp3-client Depends: debianutils (>= 2.8.2), isc-dhcp-common (= 4.1.ESV-R4-0ubuntu5.9), iproute, libc6 (>= 2.15) Suggests: resolvconf, avahi-autoipd, apparmor Conflicts: dhcp-client (<< 3.0), ifupdown (<< 0.6.8+nmu3), resolvconf (<= 1.45), samba-common (<< 3.0.0beta1-2) Breaks: network-manager (<< 0.8.2~rc1) Filename: pool/main/isc-dhcp-client_4.1.ESV-R4-0ubuntu5.9_amd64.deb Size: 289890 MD5Sum: 12fc83e848c4cf66b0a82432283c5e56 SHA1: f647970fde3dbf32b9dfea0ce9257815c2fb778b SHA256: cefcc8d8ffb6b759bf387b0f57b6161873db14c9680b32dfd9458e056eafd448 SHA512: c236dbd589f957a83ba83de70f45c60cfb9dab0ab6ac0e3421e36326051af87b6ff6ea0a415ca9a900e215191b5e8b2f735d4c8b0f98e393bcb6bc7f8dc84101 Description: ISC DHCP client This is the client from the Internet Software Consortium's implementation of DHCP. For more information visit http://www.isc.org. . Dynamic Host Configuration Protocol (DHCP) is a protocol like BOOTP (actually dhcpd includes much of the functionality of bootpd). It gives client machines "leases" for IP addresses and can automatically set their network configuration. If your machine depends on DHCP (especially likely if it's a workstation on a large network, or a laptop, or attached to a cable modem), keep this or another DHCP client installed. . Extra documentation can be found in the package isc-dhcp-common. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: isc-dhcp-common Priority: important Section: net Installed-Size: 673 Maintainer: Ubuntu Developers Original-Maintainer: Debian ISC DHCP maintainers Architecture: amd64 Source: isc-dhcp Version: 4.1.ESV-R4-0ubuntu5.9 Replaces: dhcp3-common Provides: dhcp3-common Depends: debianutils (>= 2.8.2), libc6 (>= 2.15) Filename: pool/main/isc-dhcp-common_4.1.ESV-R4-0ubuntu5.9_amd64.deb Size: 347360 MD5Sum: a15c19fb63a1ca3a4ba2bf8d6d017802 SHA1: 44e05d3c17375e460ccbfdfd89ba6391e23b2881 SHA256: 7b84f964fe3bfc6e13ae9fdf7a7e97b3344e21be71f4ae749085289f363fbdaa SHA512: dfa36dfaf33daca91b100e3bfc0c01aec3191426b91fee5a973e7399d2febe1588f5b20c39be5cf70e2cd284ad1c08d6e27060dc336db01c248b89570cfbfd74 Description: common files used by all the isc-dhcp* packages This package contains the files used by all the packages from ISC DHCP. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: iso-codes Priority: standard Section: libs Installed-Size: 13099 Maintainer: Ubuntu Developers Original-Maintainer: Tobias Quathamer Architecture: all Version: 3.31-1 Suggests: isoquery Filename: pool/main/iso-codes_3.31-1_all.deb Size: 3546818 MD5Sum: 21d69378caf91476412355e00e4b4ff2 SHA1: 2c2a5d40a1903651cebdce257d5d3ad0b5c01a74 SHA256: 321d7e34ba93cecc8c584b8c3bf92b40a4752abdfbc7d3611ac77238aa1702d4 SHA512: 7c4b2afada85479d7857d784a5e6c3bc6cda6f2c01e93f46bbc840fcf1fed3e524ce2e696dcad06e75aa52683e8172ecbe4940fd6a090ae7cf39d8dae5765d65 Description: ISO language, territory, currency, script codes and their translations This package provides the ISO 639 and ISO 639-3 language code lists, the ISO 4217 currency code list, the ISO 3166 territory code list, the ISO 3166-2 sub-territory list, and the ISO 15924 script code list as XML files. . More importantly, it also provides their translations to be used by other programs. Multi-Arch: foreign Homepage: http://pkg-isocodes.alioth.debian.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: iw Priority: optional Section: net Installed-Size: 148 Maintainer: Ubuntu Developers Original-Maintainer: Debian/Ubuntu wpasupplicant Maintainers Architecture: amd64 Version: 3.2-1 Replaces: aircrack-ng (<< 1:1.0~rc2-1) Depends: libc6 (>= 2.7), libnl-3-200 (>= 3.2.3), libnl-genl-3-200 (>= 3.2.3) Recommends: crda Breaks: aircrack-ng (<< 1:1.0~rc2-1) Filename: pool/main/iw_3.2-1_amd64.deb Size: 50380 MD5Sum: 80d62059df74b78953a84e3a4f6a8f4a SHA1: 2a3f28ff239766e7cf655adccbe470810ad105c3 SHA256: 9a6ba630f834a7c0424c91132bc8dbc7e81498894c3eaf6888bb2dd039996d4a SHA512: 6b317caf3afdffd25fcb0a87e74bf2e4cc226d9a9ab0c8406e35dafe1a33149aebe8280b1cb6c7a6f23dbe56b3703e07c8aa8f9d8340ca18ad01191ce1a516e2 Description: tool for configuring Linux wireless devices This package contains the `iw' tool which allows you to configure and show information about wireless networking. . In the future iw will become the canonical command line tool for wireless configuration and iwconfig/wireless-tools will no longer be required. See /usr/share/doc/iw/README.Debian for a more detailed overview of iw. Homepage: http://wireless.kernel.org/en/users/Documentation/iw Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: javascript-common Priority: optional Section: universe/web Installed-Size: 80 Maintainer: Ubuntu Developers Original-Maintainer: Debian Javascript Maintainers Architecture: all Version: 8 Depends: wwwconfig-common Suggests: apache2 | httpd Filename: pool/main/javascript-common_8_all.deb Size: 4208 MD5Sum: eb39c11430a324c9b9b50ce9035da169 SHA1: 0e33e8c932719998257fd512f3e9c06ed1708321 SHA256: 94d89d1e30360bb94bf90ac6592e7054ef7e515c1850d747fcfdbc63cc832b80 SHA512: 753fec7b3cf6ae9b82d3e2c91a255ce24f0ce6ce9d0a768def0a0110a509b687ce10c9e43fa0c2d7f2b186c1040d57058a633ef647dbafc2deb1285d7cfe8105 Description: Base support for JavaScript library packages Web applications that use JavaScript need to distribute it through HTTP. Using a common path for every script avoids the need to enable this path in the HTTP server for every package. . This is a helper package that creates /usr/share/javascript and enables it in the Apache and Lighttpd webserver. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: jfsutils Priority: optional Section: admin Installed-Size: 1072 Maintainer: Ubuntu Developers Original-Maintainer: Stefan Hornburg (Racke) Architecture: amd64 Version: 1.1.15-2 Depends: libc6 (>= 2.7), libuuid1 (>= 2.16) Filename: pool/main/jfsutils_1.1.15-2_amd64.deb Size: 271046 MD5Sum: e44bf132cf4d3d26fcb243504061eaf8 SHA1: 5abc5f17e3457bd397e586bc1bd319f264e48742 SHA256: ed99dcf73a569b84ad4410d232a9caf48633e0a689e52e02fbfdb0aa6e27d4ab SHA512: 64a4ab8675d11300bead44937832f91e24ddd15f302156470b93311cd4961339b9db5963b32dc5d2fa62d6ffbaa5459d519bcacf54532ee5c2354bbedfc31a62 Description: utilities for managing the JFS filesystem Utilities for managing IBM's Journaled File System (JFS) under Linux. . IBM's journaled file system technology, currently used in IBM enterprise servers, is designed for high-throughput server environments, key to running intranet and other high-performance e-business file servers. . The following utilities are available: fsck.jfs - initiate replay of the JFS transaction log, and check and repair a JFS formatted device. logdump - dump a JFS formatted device's journal log. logredo - "replay" a JFS formatted device's journal log. mkfs.jfs - create a JFS formatted partition. xchkdmp - dump the contents of a JFS fsck log file created with xchklog. xchklog - extract a log from the JFS fsck workspace into a file. xpeek - shell-type JFS file system editor. Homepage: http://jfs.sourceforge.net/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-live, kubuntu-live, kubuntu-active-live, edubuntu-dvd-live, xubuntu-live, mythbuntu-live, lubuntu-live, ubuntustudio-dvd-live Package: kbd Priority: important Section: utils Installed-Size: 996 Maintainer: Ubuntu Developers Original-Maintainer: Console utilities maintainers Architecture: amd64 Version: 1.15.2-3ubuntu4 Replaces: open, util-linux (<< 2.11) Provides: console-utilities, open Depends: libc6 (>= 2.14), console-setup, lsb-base (>= 3.0-10), initramfs-tools Pre-Depends: dpkg (>= 1.15.7.2) Conflicts: console-utilities, kbd-data, open Breaks: util-linux (<< 2.11) Filename: pool/main/kbd_1.15.2-3ubuntu4_amd64.deb Size: 243758 MD5Sum: 8d0a511959b888d4b71e3c9ab3569af1 SHA1: c1314e508e7e9f8a28a7fdd0ba21ce9240042b3b SHA256: 2203ab577da812d5de06c397509b5adb3bdacda1a95ab7f7a1fbec067971556a SHA512: df2e49344df9303c4d3640d2154e82abdf7c63c6444717303e5712804e19bb09559b5efe1b4dd0a6a31f7751cef1c539c2a9cec5a6f1bea8f64817ac3a132332 Description: Linux console font and keytable utilities This package allows you to set up the Linux console, change the font, resize text mode virtual consoles and remap the keyboard. . You will probably want to install a set of data files, such as the one in the “console-setup” package. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: kdump-tools Priority: optional Section: universe/devel Installed-Size: 112 Maintainer: Ubuntu Developers Original-Maintainer: John Wright Architecture: all Source: makedumpfile Version: 1.3.7-2 Depends: makedumpfile, kexec-tools Filename: pool/main/kdump-tools_1.3.7-2_all.deb Size: 17274 MD5Sum: 9516d26f596b817b3ba2ffc75a938954 SHA1: 29b90ab190c3e032f5459da57cb9c50d6e856c09 SHA256: 81037315f02bf7d0c7388912778b0c1790aed96ab3665c030e2f30b892c7598e SHA512: 75cab68651681cca412206d669cd413710f22f50f9422df1cffb2baf2ed31723e8c689387dfdab381ae787ce03f708f69b87068841cf40c7553a6fead3529fcd Description: scripts and tools for automating kdump (Linux crash dumps) kdump-tools provides an init script and a configuration script for automating the use of kdump. It uses the makedumpfile utility to reduce the size of the /proc/vmcore file based on user preferences. . After installing, please see /usr/share/doc/kdump-tools/README.Debian for information on enabling and configuring kdump. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: kexec-tools Priority: optional Section: admin Installed-Size: 304 Maintainer: Ubuntu Developers Original-Maintainer: Khalid Aziz Architecture: amd64 Version: 1:2.0.2-3ubuntu4.1 Depends: libc6 (>= 2.14), debconf (>= 0.5) | debconf-2.0, debconf, initramfs-tools, makedumpfile Filename: pool/main/kexec-tools_2.0.2-3ubuntu4.1_amd64.deb Size: 84058 MD5Sum: d9cab16f2dead1b1dc7976a49cd0c232 SHA1: 2409bdaf8b82a24b91e2d453f6dbbcc62c2adc32 SHA256: 9042ace504e899387461037f40259c425bcb2a8c96cce2f1609f4638db7be0a1 SHA512: 99ddb023d8087ecf2c63445f64e0537920845afce12af4cc7eb4e35ed4020d60ada74fb1f54a20d63122bba470de769f84a5d5afd854d30518055803c2ec2d72 Description: tools to support fast kexec reboots This package provides tools to load a kernel into memory and then "reboot" directly into that kernel using the kexec system call, bypassing the normal boot process. Homepage: http://kernel.org/pub/linux/utils/kernel/kexec/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: keyboard-configuration Priority: important Section: utils Installed-Size: 2172 Maintainer: Ubuntu Installer Team Original-Maintainer: Debian Install System Team Architecture: all Source: console-setup Version: 1.70ubuntu5 Replaces: console-setup (<< 1.47), console-setup-mini (<< 1.47) Depends: debconf (>= 1.5.34), upstart-job, liblocale-gettext-perl Conflicts: console-setup (<< 1.47), console-setup-mini (<< 1.47) Filename: pool/main/keyboard-configuration_1.70ubuntu5_all.deb Size: 523304 MD5Sum: 71f566de2e171325639ed8a282cd821d SHA1: bc900f5e52b91c4d3ab9465f7d58a0ef5dc78ce3 SHA256: d2ecbeac1ecd1979326fc275079290f800740b2437ba5feb547ec36000f2bd5e SHA512: 25c2fbc472328da403d8d57b8b46b4cd48f150ad3147f391096023727e4828cf0a6ebcc4581e7e0bccafb9517a4d60b45b9c0b88febd0f8726b1184d5cd99119 Description: system-wide keyboard preferences This package maintains the keyboard preferences in /etc/default/keyboard. Other packages can use the information provided by this package in order to configure the keyboard on the console or in X Window. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: keystone Priority: extra Section: python Installed-Size: 143 Maintainer: Ubuntu Developers Original-Maintainer: Monty Taylor Architecture: all Version: 1:2014.2.2-fuel6.0.1~mira5 Depends: adduser, python-keystone (= 1:2014.2.2-fuel6.0.1~mira5), ssl-cert (>= 1.0.12), upstart-job, python Filename: pool/main/keystone_2014.2.2-fuel6.0.1~mira5_all.deb Size: 48590 MD5Sum: 8cd3673d7e094782aa07177b14171520 SHA1: db6cb77b0b1a5d9519eb7323dcad77adaaea4826 SHA256: 401d551489bd332bd54644c8c84744f1ae471434bb45ff833073eaac2c5f9fbd SHA512: 37b207de8c9b1cb9a1d20eaf0ab7a2d660c8630c50772de0b70f82293680343a5f2dfba5786b2c3b0bf7912ffb514e44b6d909c5a83b9ef3317be6585588e718 Description: OpenStack identity service - Daemons Keystone is a proposed independent authentication service for OpenStack. . This initial proof of concept aims to address the current use cases in Swift and Nova which are: . * REST-based, token auth for Swift * many-to-many relationship between identity and tenant for Nova. Keystone does authentication and stuff . This package contains the daemons. Homepage: http://launchpad.net/keystone Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: klibc-utils Priority: required Section: libs Installed-Size: 367 Maintainer: Ubuntu Developers Original-Maintainer: maximilian attems Architecture: amd64 Source: klibc Version: 1.5.25-1ubuntu2 Depends: libklibc (= 1.5.25-1ubuntu2) Filename: pool/main/klibc-utils_1.5.25-1ubuntu2_amd64.deb Size: 181378 MD5Sum: 122bcdc4dbab831f60e12539a61e15fc SHA1: 01bc84033c49425641d27a522ace454136422f8e SHA256: cd42d660cbd7fe323437e9a97e7279ec3766003dd9a4971022eef153d0ccbbd6 SHA512: 476281cfa8667d7be6997238f8611180efcdea9541b9eb083d319a209ee4d977af33868ddedfd8ab1632c87401229bf04eb46483c0644e2494407470a07d7fce Description: small utilities built with klibc for early boot This package contains a collection of programs that are linked against klibc. These duplicate some of the functionality of a regular Linux toolset, but are typically much smaller than their full-function counterparts. They are intended for inclusion in initramfs images and embedded systems. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: klogd Priority: extra Section: universe/admin Installed-Size: 148 Maintainer: Ubuntu Core Developers Original-Maintainer: Martin Schulze Architecture: amd64 Source: sysklogd Version: 1.5-6ubuntu1 Replaces: sysklogd Provides: linux-kernel-log-daemon Depends: libc6 (>= 2.7), sysklogd | system-log-daemon, adduser, lsb-base (>= 1.3-9ubuntu3), sysv-rc (>= 2.86.ds1-14.1ubuntu2) Conflicts: sysklogd (<= 1.3-33) Filename: pool/main/klogd_1.5-6ubuntu1_amd64.deb Size: 49520 MD5Sum: 6d5005d7b23b5617b6a1fc4ffda693a9 SHA1: 034c9fdc05341fb1feb042fec7d2de13ec29fa00 SHA256: 5a0783cd7d55452c548c000673c1c5992d1b3efb63f7d92cd7df5e182ebe2aaf SHA512: a55c0b0488121f48f68b6bdd96ec6f4deaed621258be9d3731adf88cd6582405af4721067ce1d3b4241b3af18425efac93507657ad13daf81a6510a7760c9e9c Description: Kernel Logging Daemon The klogd daemon listens to kernel message sources and is responsible for prioritizing and processing operating system messages. The klogd daemon can run as a client of syslogd or optionally as a standalone program. Klogd can now be used to decode EIP addresses if it can determine a System.map file. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: kpartx Priority: extra Section: admin Installed-Size: 111 Maintainer: Ubuntu Developers Original-Maintainer: Debian LVM Team Architecture: amd64 Source: multipath-tools Version: 0.4.9-3ubuntu5.1 Replaces: multipath-tools (<< 0.4.7-3) Depends: libc6 (>= 2.4), libdevmapper1.02.1 (>= 2:1.02.36), udev (>> 136-1), dmsetup (>= 2:1.02.24) Filename: pool/main/kpartx_0.4.9-3ubuntu5.1_amd64.deb Size: 25254 MD5Sum: 57ec3ea1337b5b4e429c8014b70ed9ce SHA1: 52475665f6f004b53a43231c01affb6a1518f6fd SHA256: 540007772987b49e6fa1c9e20ca3e40122263451d455b22b1c5388ee3a9da8b5 SHA512: 465009350045d18c9dd65b55fe6eb7a1030b3db5a1aad4925da28c7ff06de5813eafd6cb1316fcbdc05a1bb26c55c21ecf6e74ccb69566f68b16dddf703dadb4 Description: create device mappings for partitions Kpartx can be used to set up device mappings for the partitions of any partitioned block device. It is part of the Linux multipath-tools. Homepage: http://christophe.varoqui.free.fr/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-live, ubuntu-usb-live, kubuntu-live, kubuntu-active-live, kubuntu-active-live, edubuntu-live, edubuntu-usb-live, xubuntu-live, mythbuntu-live, lubuntu-live, ubuntustudio-dvd-live Package: krb5-locales Priority: standard Section: localization Installed-Size: 1516 Maintainer: Ubuntu Developers Original-Maintainer: Sam Hartman Architecture: all Source: krb5 Version: 1.10+dfsg~beta1-2ubuntu0.6 Filename: pool/main/krb5-locales_1.10+dfsg~beta1-2ubuntu0.6_all.deb Size: 9958 MD5Sum: dc920dbd73932980c2cc8fd856c31862 SHA1: fc06ae979d9877e268a7e721b16cf7e60be58cf4 SHA256: c8cdf97ef82650c8b1acbef89402ad86f8cce13fcf90407f6c5af462a470fc6a SHA512: 3a36ecf5bc31e5386c6efe8088bd66953abe580f6237a9283c018a6fed6e7abac164f6a630a5175a5e3077ba6964f0064959b8385a8ef6a436497520b0abbe6b Description: Internationalization support for MIT Kerberos Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains internationalized messages for MIT Kerberos. Multi-Arch: foreign Homepage: http://web.mit.edu/kerberos/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: language-pack-en-base Priority: optional Section: translations Installed-Size: 4197 Maintainer: Language pack maintainers Architecture: all Version: 1:12.04+20140106 Replaces: language-pack-en (<< 1:12.04+20140106), language-pack-en-base (<< 1:12.04+20140106), language-pack-gnome-en (<< 1:12.04+20140106), language-pack-gnome-en-base (<< 1:12.04+20140106), language-pack-kde-en (<< 1:12.04+20140106), language-pack-kde-en-base (<< 1:12.04+20140106) Depends: locales (>= 2.3.6), language-pack-en (>= 1:12.04+20140106) Pre-Depends: dpkg (>= 1.10.27ubuntu1) Recommends: firefox-locale-en Conflicts: language-pack-en (<< 1:12.04+20140106) Filename: pool/main/language-pack-en-base_12.04+20140106_all.deb Size: 879922 MD5Sum: a02f6ea1d6ee9d0414af6160e576cca6 SHA1: 1fc1fffc34c2321353608ed100210ef0d68c52f9 SHA256: 0bfd87e7f5c6273bd2efbc00e3a6b4e7852f850d96109dd43960adcc0e771cc7 SHA512: 22022c6da441197b7dceda3ee749a24963f35b86007a5a73ff891e24230faa35e3d4d995fb59c635af12b70b6ccee77762da54d7a7c31029191765f73cf4d444 Description: translations for language English Translation data for all supported packages for: English . This package provides the bulk of translation data and is updated only seldom. language-pack-en provides frequent translation updates, so you should install this as well. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: language-pack-en Priority: optional Section: translations Installed-Size: 30 Maintainer: Language pack maintainers Architecture: all Version: 1:12.04+20140106 Replaces: language-pack-en (<< 1:12.04+20140106), language-pack-en-base, language-pack-gnome-en (<< 1:12.04+20140106), language-pack-gnome-en-base (<< 1:12.04+20140106), language-pack-kde-en (<< 1:12.04+20140106), language-pack-kde-en-base (<< 1:12.04+20140106) Depends: language-pack-en-base (>= 1:12.04+20140106) Pre-Depends: dpkg (>= 1.10.27ubuntu1) Filename: pool/main/language-pack-en_12.04+20140106_all.deb Size: 1978 MD5Sum: c9fc9179c6293d7f7f8de07846051a13 SHA1: 6986e5597d0aff1994c4224fd2ebfb3a8b782e1e SHA256: 4d81ef141b9cb14c319f48e3f842c5d70d1723dbe3f7ff348f277c9ff2783f82 SHA512: 7ee31fc1376081134a34934d95e17b9d82704f82481231e78e737ef46fbd717fc4103b6e5d85098ff9faca8376a763fbc20ce6d555a764aa2573797cb42419ff Description: translation updates for language English Translation data updates for all supported packages for: English . language-pack-en-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: language-pack-gnome-en-base Priority: optional Section: translations Installed-Size: 7509 Maintainer: Language pack maintainers Architecture: all Version: 1:12.04+20140106 Replaces: language-pack-en (<< 1:12.04+20140106), language-pack-en-base (<< 1:12.04+20140106), language-pack-gnome-en (<< 1:12.04+20140106), language-pack-gnome-en-base (<< 1:12.04+20140106), language-pack-kde-en (<< 1:12.04+20140106), language-pack-kde-en-base (<< 1:12.04+20140106) Depends: locales (>= 2.3.6), language-pack-gnome-en (>= 1:12.04+20140106) Pre-Depends: dpkg (>= 1.10.27ubuntu1) Conflicts: language-pack-gnome-en (<< 1:12.04+20140106) Filename: pool/main/language-pack-gnome-en-base_12.04+20140106_all.deb Size: 1392738 MD5Sum: 1e830b28437f784cc23618eadaf762a3 SHA1: a795b2a564fd8f1ed1647d1a98ea431a40e87a1a SHA256: caa2cc5c1b382961fa612a0a5e60e268e4a0bb9fe890e10c19a281fa143c435b SHA512: caa604740073776f339b73de1d3f4675a4b426a73f7a2abca87be0946dda0547f43681076f69ce554efea0d2cdb48c7532a0d318c9dccfd0a69844d45464119a Description: GNOME translations for language English Translation data for all supported GNOME packages for: English . This package provides the bulk of translation data and is updated only seldom. language-pack-gnome-en provides frequent translation updates, so you should install this as well. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: language-pack-gnome-en Priority: optional Section: translations Installed-Size: 30 Maintainer: Language pack maintainers Architecture: all Version: 1:12.04+20140106 Replaces: language-pack-en (<< 1:12.04+20140106), language-pack-en-base (<< 1:12.04+20140106), language-pack-gnome-en (<< 1:12.04+20140106), language-pack-gnome-en-base, language-pack-kde-en (<< 1:12.04+20140106), language-pack-kde-en-base (<< 1:12.04+20140106) Depends: language-pack-gnome-en-base (>= 1:12.04+20140106), language-pack-en Pre-Depends: dpkg (>= 1.10.27ubuntu1) Filename: pool/main/language-pack-gnome-en_12.04+20140106_all.deb Size: 2004 MD5Sum: 7669c6f5468b99b6f376c8aa1c5d14d6 SHA1: aee713381e9e51bf1e93418c10c1ce32615a5ced SHA256: b81257db556d52eca49f3953d4e37e2ed7e6da1f5b6244718a3825758868fec2 SHA512: b5adb8e0fdf1edd2a32515493166f21b16f4cdb5a88e03937d1bfe6481c31ad9c4c4570cf2e710c18b718a892cc5c4151fdae8551b02fb158931ad7ead205238 Description: GNOME translation updates for language English Translation data updates for all supported GNOME packages for: English . language-pack-gnome-en-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: language-selector-common Priority: standard Section: admin Installed-Size: 2610 Maintainer: Ubuntu Developers Architecture: all Source: language-selector Version: 0.79.4 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), iso-codes, python-apt (>= 0.7.12.0), python-dbus, dbus, accountsservice (>= 0.6.15-2ubuntu9.5) Pre-Depends: dpkg (>= 1.15.7.2) Filename: pool/main/language-selector-common_0.79.4_all.deb Size: 358536 MD5Sum: b0a60938167a74f624802ce6b78055d8 SHA1: d8d88165153d04161d1ad12d2671c823c7f73833 SHA256: 83c9658ee505b8d497d61b51228a26f0ad417e62391743e34d8437b19fecc148 SHA512: 45d3c49adaecfd208b2db3e9cf84376dbddbfb8ba53f3ffaa4a294bee3ae20ad938af68cc2a4aea6e3fc6fa6e691dc79ac586f72419eb579930130b95001ae8b Description: Language selector for Ubuntu This package let you change and install language packs in Ubuntu. . This package contains the common part of language-selector Python-Version: 2.7 Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: laptop-detect Priority: optional Section: utils Installed-Size: 56 Maintainer: Ubuntu Core Developers Original-Maintainer: Otavio Salvador Architecture: amd64 Version: 0.13.7ubuntu2 Depends: dmidecode (>> 2.8-2) Filename: pool/main/laptop-detect_0.13.7ubuntu2_amd64.deb Size: 5608 MD5Sum: 0762eb1ae14076638ace46baf061990b SHA1: 8a73ee0cb8970858e7c7e69b7d1508ff2d7e0ac4 SHA256: 4478f63ac6ebd888d0612d1aeb9df7e1e545c43b8aa435bc75e0df71df38a122 SHA512: 1883dfc561a39fab835d2e52308451c4ca7e59c631cf74587d6715ff31e4bb9f2902ab2771a09b04a9307bd25b69d0d9f23789646e22ffe69b1982f767f1ebcb Description: attempt to detect a laptop laptop-detect attempts to determine whether it is being run on a laptop or a desktop and appraises its caller of this. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, cloud-image, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active-live, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: less Priority: important Section: text Installed-Size: 324 Maintainer: Ubuntu Developers Original-Maintainer: Anibal Monsalve Salazar Architecture: amd64 Version: 444-1ubuntu1 Depends: libc6 (>= 2.11), libncurses5 (>= 5.5-5~), debianutils (>= 1.8) Filename: pool/main/less_444-1ubuntu1_amd64.deb Size: 113616 MD5Sum: d5d5fa67a3c9012dca41201b171bcdf8 SHA1: f1d63d9e3dcae4f468ead5797c7950fe099a554a SHA256: fa5163d015d0647da394446c7f257b9e81405c30786abeaf66bb7bb3baf1d64a SHA512: ead0072547cf1348be484d22e609ffd81c22766c48a298ab9775a467d6d0b2d00f339c76b06ab014a98319bd0623e1c479fa3efde4d81ff786385514a336aac0 Description: pager program similar to more This package provides "less", a file pager (that is, a memory-efficient utility for displaying text one screenful at a time). Unlike the basic pager "more", it is capable of both backward and forward navigation through a file. As part of the GNU project, it is widely regarded as the standard pager on UNIX-derived systems. . Also provided are "lessecho", a simple utility for ensuring arguments with spaces are correctly quoted; "lesskey", a tool for modifying the standard (vi-like) keybindings; and "lesspipe", a filter for specific types of input, such as .doc or .txt.gz files. Homepage: http://www.greenwoodsoftware.com/less/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: libaccountsservice0 Priority: standard Section: libs Installed-Size: 106 Maintainer: Ubuntu Developers Original-Maintainer: Alessio Treglia Architecture: amd64 Source: accountsservice Version: 0.6.15-2ubuntu9.7 Depends: libc6 (>= 2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libglib2.0-0 (>= 2.25.11) Breaks: accountsservice (<< 0.6.5) Filename: pool/main/libaccountsservice0_0.6.15-2ubuntu9.7_amd64.deb Size: 30112 MD5Sum: 84f8ffa943636490edfa2c6336fc7c01 SHA1: e4d32b5f6445c6e006ab7d666fa8b7792c2eb6fa SHA256: 16e46ca1653e169e7b66edda9f6e19a004c0443b0b7a3d2784f879ccc22c92ef SHA512: 6dc8ddff95f13b3dde42a09f45a9990650e5b412e8e6027fdd1e061aa89e983a627d428556f29fa04697861a2a408209ffd749376b5c56329f4d6e343e83c322 Description: query and manipulate user account information - shared libraries The AccountService project provides a set of D-Bus interfaces for querying and manipulating user account information and an implementation of these interfaces, based on the useradd, usermod and userdel commands. . This package provides the shared libraries of the AccountService library. Homepage: http://cgit.freedesktop.org/accountsservice/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master Package: libacl1 Priority: required Section: libs Installed-Size: 76 Maintainer: Ubuntu Developers Original-Maintainer: Anibal Monsalve Salazar Architecture: amd64 Source: acl Version: 2.2.51-5ubuntu1 Depends: libattr1 (>= 2.4.46-3), libc6 (>= 2.4) Pre-Depends: multiarch-support Conflicts: acl (<< 2.0.0), libacl1-kerberos4kth Filename: pool/main/libacl1_2.2.51-5ubuntu1_amd64.deb Size: 17800 MD5Sum: 37b221e4926c682ab8e392e5dcd45b84 SHA1: 54642dcb815f220e98c7561236b77be8d22199f5 SHA256: 71f7b01a6920c13b4bf2157157fa1890e3ca167d239e2a625a6219d45e7a419b SHA512: ba642fe3d2a709c99492a5052387ada36d8a9fccc31c5397d3c35c91634730f29124a6be30ff400fd78fa586448e98a5e2d35587065a269fc27646702e1f7ec2 Description: Access control list shared library This package contains the libacl.so dynamic library containing the POSIX 1003.1e draft standard 17 functions for manipulating access control lists. Multi-Arch: same Homepage: http://savannah.nongnu.org/projects/acl/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: libaio1 Priority: optional Section: libs Installed-Size: 52 Maintainer: Ubuntu Developers Original-Maintainer: Guillem Jover Architecture: amd64 Source: libaio Version: 0.3.109-2ubuntu1 Pre-Depends: multiarch-support Filename: pool/main/libaio1_0.3.109-2ubuntu1_amd64.deb Size: 6396 MD5Sum: 99b08e4b9d272f835dec55dcdfd91d76 SHA1: 94a68a2c333e0b512ad073b083e82602a028543a SHA256: 2d16315cf2e29be5a5fe9d08175fa9a61489f0c98013fc1491f504c07ef72e7e SHA512: bd49bc3a212630cd8d5ca8573f066bb81bc75889a24b200aaf9292921bd496c02bd9e65e17dff690d0ecf0243bfe982207122b8b43e32099fd5f5f6ec09ef26f Description: Linux kernel AIO access library - shared library This library enables userspace to use Linux kernel asynchronous I/O system calls, important for the performance of databases and other advanced applications. Multi-Arch: same Homepage: http://www.kernel.org/pub/linux/libs/aio/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: virt-host Package: libalgorithm-diff-perl Priority: optional Section: perl Installed-Size: 160 Maintainer: Ubuntu Developers Original-Maintainer: Debian Perl Group Architecture: all Version: 1.19.02-2 Depends: perl Recommends: libalgorithm-diff-xs-perl Filename: pool/main/libalgorithm-diff-perl_1.19.02-2_all.deb Size: 50672 MD5Sum: b654b67c93a3fce923a2de98fa22c33d SHA1: 0602db25b73eb7fe2fb9ad736f4b82570150999d SHA256: 3241c7d024a5d38f0921ee47da9a9eadeb85b4d42fd3886f84e2cae0d1768053 SHA512: e7f7dd9f6030624c00141a327c3a6aa8981f9df67cec937eddae2675541cff268f38cb9c95e6e5320f5ddcbbd9fc86c468e67f19371abe975c00aff75f8e70cc Description: module to find differences between files Algorithm::Diff is a Perl module that allows users to analyze text based on a Longest Common Subsequence (LCS) algorithm. It can compare two files and find the differences between them, which can produce the same information as the common Unix tool 'diff'. . There is an XS-optimized implementation of the core loop, which accelerates some types of diff output (see libalgorithm-diff-xs-perl). Homepage: http://search.cpan.org/dist/Algorithm-Diff/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libalgorithm-diff-xs-perl Priority: optional Section: perl Installed-Size: 87 Maintainer: Ubuntu Developers Original-Maintainer: Debian Perl Group Architecture: amd64 Version: 0.04-2build2 Depends: perl (>= 5.14.2-3build1), perlapi-5.14.2, libc6 (>= 2.2.5), libalgorithm-diff-perl Filename: pool/main/libalgorithm-diff-xs-perl_0.04-2build2_amd64.deb Size: 12396 MD5Sum: 70b63ae4a05db6e64bad38c916f075bd SHA1: b746a5151235e416ac6c0bca438efc2150da4592 SHA256: ec1fedf5e58f54566a99462984323fa337d895391579136104224a8523c4ec9b SHA512: 8754d43cb5c4b8b7955e94cc117afe51ba5326482471b84e1a47b34857287f02aae41ec23e1fbbc509bf8909cb2c21e1a42696198b93b42cfdf05da5ed3510eb Description: module to find differences between files (XS accelerated) Algorithm::Diff::XS is a Perl diff utility module based on Joe Schaefer's excellent but not very well-known Algorithm::LCS module, with a drop-in interface identical to Algorithm::Diff. . Note that only the LCSidx function is optimized in XS at the moment, which means only compact_diff will get significantly faster for large data sets, while diff and sdiff will run in identical speed as Algorithm::Diff. Homepage: http://search.cpan.org/dist/Algorithm-Diff-XS/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Build-Essential: yes Origin: Ubuntu Supported: 5y Package: libalgorithm-merge-perl Priority: optional Section: perl Installed-Size: 80 Maintainer: Ubuntu Developers Original-Maintainer: Debian Perl Group Architecture: all Version: 0.08-2 Depends: perl, libalgorithm-diff-perl Filename: pool/main/libalgorithm-merge-perl_0.08-2_all.deb Size: 12672 MD5Sum: bf1355aea7ab249fcd344cf0c692bc6c SHA1: 54f2881183605c5cd41f9272942b9e860d459025 SHA256: 5ac0a3029a7ad1f3f52e2c313f6f4d02c5e3a500931c0114c376498fce6bca90 SHA512: 809575031106c50dc48c82d15d1a49b892e04e418ca6309838bb43f6fb0d930675588f00529fab5fc01ee7548a577ec42f8bef2e233ddbcce8f19b4ea461c06c Description: Perl module for three-way merge of textual data Algorithm::Merge provides three-way merge and diff functions, complementing the functionality offered by Algorithm::Diff (libalgorithm-diff-perl). Given three sets of items, known as the original, left and right, this module can take a three-way difference or merge them. Taking a difference provides an array reference that is very similar to the behaviour of Algorithm::Diff. One can also implement custom conflict resolution using the CONFLICT callback. Homepage: http://search.cpan.org/dist/Algorithm-Merge/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libapache2-mod-fastcgi Priority: optional Section: multiverse/web Installed-Size: 245 Maintainer: Tatsuki Sugiura Architecture: amd64 Source: libapache-mod-fastcgi Version: 2.4.7~0910052141-1-inktank2 Depends: apache2.2-common (>= 2.2.4), libc6 (>= 2.15) Filename: pool/main/libapache2-mod-fastcgi_2.4.7~0910052141-1-inktank2_amd64.deb Size: 72396 MD5Sum: 9e31ff92a400e64872099f99af1ef948 SHA1: dee0fb1228c43430d42c07e8285746f881860b90 SHA256: 3b3ef557402e58310d222a8e92a5de1b2976243482718e580631ea9ebd5897a9 SHA512: 8ab313b3e10330134660f2553952a51ee7dc2d879adf34e87cf9ae9da9e68505badd812ee07e685e2832c4539a548b1e0924aea19a14d632482d5e32c208229b Description: Apache 2 FastCGI module for long-running CGI scripts This is a FastCGI module for the Apache 2.x web server. FastCGI is an open standard for communicating between a web server and a long-running web application. CGI scripts supporting FastCGI can be started as a daemon and process multiple requests without restarting. This is particularly useful for scripts written in languages like Perl, as it saves the cost of recompiling the scripts and its loaded modules with each invocation. Homepage: http://www.fastcgi.com/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libapache2-mod-php5 Priority: optional Section: httpd Installed-Size: 8518 Maintainer: Ubuntu Developers Original-Maintainer: Debian PHP Maintainers Architecture: amd64 Source: php5 Version: 5.3.10-1ubuntu3.20 Provides: phpapi-20090626 Depends: libbz2-1.0, libc6 (>= 2.15), libdb5.1, libpcre3 (>= 8.10), libssl1.0.0 (>= 1.0.0), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4), mime-support, apache2-mpm-prefork (>> 2.0.52) | apache2-mpm-itk, apache2.2-common, php5-common (= 5.3.10-1ubuntu3.20), libmagic1, ucf, tzdata Recommends: php5-cli Suggests: php-pear Conflicts: libapache2-mod-php4, libapache2-mod-php5filter Filename: pool/main/libapache2-mod-php5_5.3.10-1ubuntu3.20_amd64.deb Size: 3138122 MD5Sum: c42971b7d88ef3d688fbf3011e407f31 SHA1: 64d78c618a54b2964f2720861c9d1a6ef32e87fd SHA256: d3b1f4e7450f7d1e7d413c3a40cf8275294da0d9a7cd2f6d1e8c8efd09730d28 SHA512: d8a69a96545edac2b03f5fc4dbe8fe977213c565ec28ded5f2a7132be8caf122a53114b8bda7f05d27d446bc58e05119ab753b3b61fc68a83a6ed50ad334a2ab Description: server-side, HTML-embedded scripting language (Apache 2 module) This package provides the PHP5 module for the Apache 2 webserver (as found in the apache2-mpm-prefork package). Please note that this package ONLY works with Apache's prefork MPM, as it is not compiled thread-safe. The following extensions are built in: bcmath bz2 calendar Core ctype date dba dom ereg exif fileinfo filter ftp gettext hash iconv json libxml mbstring mhash openssl pcre Phar posix Reflection session shmop SimpleXML soap sockets SPL standard sysvmsg sysvsem sysvshm tokenizer wddx xml xmlreader xmlwriter zip zlib. . PHP5 is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. The goal of the language is to allow web developers to write dynamically generated pages quickly. Homepage: http://www.php.net/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: lamp-server, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: libapache2-mod-wsgi Priority: optional Section: python Installed-Size: 223 Maintainer: Ubuntu Developers Original-Maintainer: Debian Python Modules Team Architecture: amd64 Source: mod-wsgi Version: 3.3-4ubuntu0.2 Provides: httpd-wsgi Depends: apache2, apache2.2-common, libc6 (>= 2.14), libpython2.7 (>= 2.7), python (>= 2.7), python (<< 2.8) Suggests: apache2-mpm-worker | apache2-mpm-event Filename: pool/main/libapache2-mod-wsgi_3.3-4ubuntu0.2_amd64.deb Size: 73266 MD5Sum: 29ad7f547f9eeef0f5dc9d589eb2ee4b SHA1: 09c377eb9f100c99671ea0d0d94590171a35a6c8 SHA256: 40f0d607f8f9a4631792bc97d327354dd7f6ecbc4f77cc5dc9f5a73f54ada9fa SHA512: 4586de78fa6ef1c473baa634874484187d4bb9215745518d3a9f32b1cea96edc5ffae17fd962b09a1760d058e486cc80400ee36a80f2993829d575449db2ccec Description: Python WSGI adapter module for Apache The mod_wsgi adapter is an Apache module that provides a WSGI (Web Server Gateway Interface, a standard interface between web server software and web applications written in Python) compliant interface for hosting Python based web applications within Apache. The adapter provides significantly better performance than using existing WSGI adapters for mod_python or CGI. . This package provides module for Python 2.X. Homepage: http://www.modwsgi.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: libapparmor1 Priority: optional Section: libs Installed-Size: 118 Maintainer: Ubuntu Developers Original-Maintainer: Kees Cook Architecture: amd64 Source: apparmor Version: 2.7.102-0ubuntu3.10 Depends: libc6 (>= 2.14) Filename: pool/main/libapparmor1_2.7.102-0ubuntu3.10_amd64.deb Size: 37254 MD5Sum: fa7608cebd06758c02045e1ae7042d85 SHA1: 1f1a4375198825d9c883602bf3a2103ce4e879f3 SHA256: ac2a98fa98c9931b10009ae26fe8e35a0312b44551bf1f5b082116bed668a0e3 SHA512: 2ce2b92f9ddef84f5bfd9704f198565d59de31b44cf4a7c9d928d01e55c1076f1af3110010c55b778613c08a815288c3c1aa512ba550047e98efc5bd9f2ba489 Description: changehat AppArmor library This package provides the shared library used for making use of the AppArmor profile and changehat functionality, as well as common log parsing routines. Homepage: http://apparmor.net/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: virt-host, edubuntu-desktop-gnome Package: libapr1 Priority: optional Section: libs Installed-Size: 295 Maintainer: Ubuntu Developers Original-Maintainer: Debian Apache Maintainers Architecture: amd64 Source: apr Version: 1.4.6-1 Depends: libc6 (>= 2.14), libuuid1 (>= 2.16) Conflicts: libapr1.0 Filename: pool/main/libapr1_1.4.6-1_amd64.deb Size: 89618 MD5Sum: f9e27eafbab9c9bb0905e15d3dd91d7d SHA1: f58e643fba08f0bc3411d4a6ad2d1b4d9b9438e9 SHA256: 532a825f6799d0b4a6aecc9b1ac76837130699444a2045aa226f22dc74e42a0b SHA512: 0934f2b542552004ae7d5dcbf1a4993133646f0f3d7c78774e5cff3cb8a8a88e7002827950ea4da7508f08cf6013a54a1afcbb02331a393099da000490bf05fb Description: Apache Portable Runtime Library APR is Apache's Portable Runtime Library, designed to be a support library that provides a predictable and consistent interface to underlying platform-specific implementations. Homepage: http://apr.apache.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: lamp-server, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: libaprutil1-dbd-sqlite3 Priority: optional Section: libs Installed-Size: 67 Maintainer: Ubuntu Developers Original-Maintainer: Debian Apache Maintainers Architecture: amd64 Source: apr-util Version: 1.3.12+dfsg-3 Depends: libaprutil1 (= 1.3.12+dfsg-3), libc6 (>= 2.2.5), libsqlite3-0 (>= 3.5.9) Filename: pool/main/libaprutil1-dbd-sqlite3_1.3.12+dfsg-3_amd64.deb Size: 10410 MD5Sum: e31417605f677d9c4970b3a2db89db7d SHA1: 2e217ac7c59302c495024a6fa72dfad11988056f SHA256: 1b9d475d74691937962c3702bcc342ebe3c3ee5bcd8e9040a596650ea868908e SHA512: 401bcb0dfd3f5eb64c890c7826bfed2a73a130ae54ab52fa44d0cee0a56959417402c4ea2f35980ec4abb5ce2902136ee9370ed4f3d818553adb9423021e027f Description: Apache Portable Runtime Utility Library - SQLite3 Driver APR is Apache's Portable Runtime Library, designed to be a support library that provides a predictable and consistent interface to underlying platform-specific implementations. . APR Util is a utilities library implemented on top of apr, providing database access, xml parsing, and other useful functionality. . This package contains the SQLite3 database driver. Homepage: http://apr.apache.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: lamp-server, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: libaprutil1-ldap Priority: optional Section: libs Installed-Size: 59 Maintainer: Ubuntu Developers Original-Maintainer: Debian Apache Maintainers Architecture: amd64 Source: apr-util Version: 1.3.12+dfsg-3 Depends: libaprutil1 (= 1.3.12+dfsg-3), libc6 (>= 2.2.5), libldap-2.4-2 (>= 2.4.7) Filename: pool/main/libaprutil1-ldap_1.3.12+dfsg-3_amd64.deb Size: 8044 MD5Sum: d85489ac2d79b8c2bca220b2997258eb SHA1: 0fa12111b8e15246e2473180e9a61bb1b2075cd3 SHA256: 51668189400b6e6326c80ae879aa4f3079884219b68e0a9bd851d82352f6a6ca SHA512: 738162fb566a470827b3c45c8591c9c0a5a83b58e225f6b19de13da857e39e8d62ce2d79a9a374378ad270caad3cd78156a94aa20b4beaf2f8b022597212b38d Description: Apache Portable Runtime Utility Library - LDAP Driver APR is Apache's Portable Runtime Library, designed to be a support library that provides a predictable and consistent interface to underlying platform-specific implementations. . APR Util is a utilities library implemented on top of apr, providing database access, xml parsing, and other useful functionality. . This package contains the LDAP driver. Homepage: http://apr.apache.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: lamp-server, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: libaprutil1 Priority: optional Section: libs Installed-Size: 217 Maintainer: Ubuntu Developers Original-Maintainer: Debian Apache Maintainers Architecture: amd64 Source: apr-util Version: 1.3.12+dfsg-3 Depends: libapr1 (>= 1.2.7), libc6 (>= 2.4), libdb5.1, libexpat1 (>= 1.95.8) Filename: pool/main/libaprutil1_1.3.12+dfsg-3_amd64.deb Size: 74648 MD5Sum: d2ee9db2bc75d3a57c341c6395a60a26 SHA1: dafddbf3c576c7f0e9d268bc606659f2e350ba3a SHA256: 4bcf86780cb6d44dd0ab4a801fe7d0affb53575b6ed14e5360790e9bfd3325db SHA512: 0dc9363bd2c97f46bbbce8107cb393812f1b87e6b9807c47fe4cce87aeca3dce328117b991eec27cd9df626c42f2f835ccbbfb525d200c601799f2a2cc3d2272 Description: Apache Portable Runtime Utility Library APR is Apache's Portable Runtime Library, designed to be a support library that provides a predictable and consistent interface to underlying platform-specific implementations. . APR Util is a utilities library implemented on top of apr, providing database access, xml parsing, and other useful functionality. Homepage: http://apr.apache.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: lamp-server, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: libapt-inst1.4 Priority: important Section: admin Installed-Size: 822 Maintainer: Ubuntu Developers Original-Maintainer: APT Development Team Architecture: amd64 Source: apt Version: 0.8.16~exp12ubuntu10.21 Depends: libapt-pkg4.12 (>= 0.8.16~exp12ubuntu10.21), libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0) Pre-Depends: multiarch-support Filename: pool/main/libapt-inst1.4_0.8.16~exp12ubuntu10.21_amd64.deb Size: 102454 MD5Sum: 7ae29e93e65c082481503faf0888d06b SHA1: c1395c2b85fcb383bcdcd0f7a443116a0ef7d69c SHA256: ea4224ba72a54339fc8e105f7f1684f1d8e939f3d2ce7dd9a291684e454efb9d SHA512: e8307967801b01ef6857f68fde8fb84aec29b0cb10b02515a8aff3a8ec8bd8f7a999e733b0e3b9f55d608e7dbe8927650bb749bc42086f177fa942d23c1e2e6d Description: deb package format runtime library This library provides methods to query and extract information from deb packages. This includes the control data and the package file content. Multi-Arch: same Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: libapt-pkg-perl Priority: optional Section: perl Installed-Size: 250 Maintainer: Ubuntu Developers Original-Maintainer: Brendan O'Dea Architecture: amd64 Version: 0.1.25build2 Depends: perl-base (>= 5.14.2-6ubuntu1), perlapi-5.14.2, libapt-pkg4.12 (>= 0.8.0), libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Filename: pool/main/libapt-pkg-perl_0.1.25build2_amd64.deb Size: 82866 MD5Sum: d71bc3833656af6c06185a06075e334d SHA1: 5d9ef1396358eb24cb8eb45bbfc200088a4d54cf SHA256: d5b552fd250320dff850fd40cfb9bcaa2d3b2b06a7082dd18c91f11c25fbf01c SHA512: bd799df17ebfdc1986dee1b0d7543977961eeb925d3577786c33e79d55eb747778d590f1d18690f860da72c5d4993c9643a07da216250d9fdf2d4d32d1d73227 Description: Perl interface to libapt-pkg A Perl interface to APT's libapt-pkg which provides modules for configuration file/command line parsing, version comparison, inspection of the binary package cache and source package details. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: libapt-pkg4.12 Priority: important Section: admin Installed-Size: 2968 Maintainer: Ubuntu Developers Original-Maintainer: APT Development Team Architecture: amd64 Source: apt Version: 0.8.16~exp12ubuntu10.21 Depends: libc6 (>= 2.15), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.6), zlib1g (>= 1:1.2.2.3) Pre-Depends: multiarch-support Filename: pool/main/libapt-pkg4.12_0.8.16~exp12ubuntu10.21_amd64.deb Size: 937106 MD5Sum: 63be2a904efc9998ddff9994f8f95269 SHA1: cefc142548bc7e016fe9154a716108bd72733fd8 SHA256: b43f76e7f26e91317a94ed53aeb6ab34ebbca389595a4c560245e13946fbca54 SHA512: f25dfd7487e0edae2954a84ebec69b463c7ee250ee5f657568562d911de3219089db794969fae07526868e38ca92cd02c97ea55cfbd863c459e876a4ddbdcd62 Description: package managment runtime library This library provides the common functionality for searching and managing packages as well as information about packages. Higher-level package managers can depend upon this library. . This includes: * retrieval of information about packages from multiple sources * retrieval of packages and all dependent packages needed to satisfy a request either through an internal solver or by interfacing with an external one * authenticating the sources and validating the retrieved data * installation and removal of packages in the system * providing different transports to retrieve data over cdrom, ftp, http, rsh as well as an interface to add more transports like https (apt-transport-https) and debtorrent (apt-transport-debtorrent). Multi-Arch: same Bugs: https://bugs.launchpad.net/ubuntu/+filebug Build-Essential: yes Origin: Ubuntu Supported: 5y Task: minimal Package: libasn1-8-heimdal Priority: standard Section: libs Installed-Size: 797 Maintainer: Ubuntu Developers Original-Maintainer: Brian May Architecture: amd64 Source: heimdal Version: 1.6~git20120311.dfsg.1-2ubuntu0.1 Depends: libc6 (>= 2.14), libcomerr2 (>= 1.01), libroken18-heimdal (>= 1.4.0+git20110226) Pre-Depends: multiarch-support Filename: pool/main/libasn1-8-heimdal_1.6~git20120311.dfsg.1-2ubuntu0.1_amd64.deb Size: 219716 MD5Sum: a6348c9bebe0a712f297bb523d09b68c SHA1: e46d4767ccfe7a878f2a878009c2005af137b4d7 SHA256: 920c13119a6e25c9b8e1efd9c838fa9242f86ce5f60c4a910e44fcead100317f SHA512: 13c9dddb95dd2972e31dcc998cb75012b8e105fd0fce4ecbdd17c1fca37e510c2b194ac1aaef2fefbcac2b77ae52aa7ef25caed24c65aa128cfdd9dbc89569ed Description: Heimdal Kerberos - ASN.1 library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package contains the ASN.1 parser required for Heimdal. Multi-Arch: same Homepage: http://www.h5l.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: libasound2 Priority: optional Section: libs Installed-Size: 1362 Maintainer: Ubuntu Developers Original-Maintainer: Debian ALSA Maintainers Architecture: amd64 Source: alsa-lib Version: 1.0.25-1ubuntu10.2 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support, dpkg (>= 1.15.7.2) Suggests: libasound2-plugins (>= 1.0.18), libasound2-python Breaks: bluez-alsa (<= 4.94-2), libasound2-plugin-equal (<= 0.6-1), libasound2-plugins (<< 1.0.24) Filename: pool/main/libasound2_1.0.25-1ubuntu10.2_amd64.deb Size: 428180 MD5Sum: 55e5a3d8b6496bb48bbc5e97deb1f1dc SHA1: 4f2281b72130f12a23eec7751c35bad45d51c263 SHA256: 9922f28a3e51d59c8f908344b5e9dba22960fc2adc32c4825deb65b3018d710b SHA512: 0608c13c5a6beb82e042380fea642b4a8356b1b095133d63ef5f3a5ea63d3e8300da10c234235bc9159a5b1b1e9006f5fdbdd509c6327e9dfbca1e6c68c70e70 Description: shared library for ALSA applications This package contains the ALSA library and its standard plugins, as well as the required configuration files. . ALSA is the Advanced Linux Sound Architecture. Multi-Arch: same Homepage: http://www.alsa-project.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: virt-host, ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: libasyncns0 Priority: optional Section: libs Installed-Size: 84 Maintainer: Ubuntu Developers Original-Maintainer: Tanguy Ortolo Architecture: amd64 Source: libasyncns Version: 0.8-4 Depends: libc6 (>= 2.4) Pre-Depends: multiarch-support Filename: pool/main/libasyncns0_0.8-4_amd64.deb Size: 13176 MD5Sum: 22d0333537f078f277a2ba68a7113910 SHA1: 3a12322862e3ff060b3dd39698203ae321a845c1 SHA256: 8f69810592eb7a35ac4d67b489d4944cfeff12e6d174e89e76d6998151277ff1 SHA512: e9fc644747dfc6f6f569c1b0fc82f3f332454da9db6f8aeb3bdf6eca2b139350610d92e1d27293945f0470485a662ba7cfcdde2bcf8b10b29aecdd7403275e62 Description: Asynchronous name service query library libasyncns is a C library for Linux/Unix for executing name service queries asynchronously. It is an asynchronous wrapper around getaddrinfo(3), getnameinfo(3), res_query(3) and res_search(3) from libc and libresolv. Multi-Arch: same Homepage: http://0pointer.de/lennart/projects/libasyncns/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: virt-host, ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, edubuntu-desktop-kde, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-desktop, ubuntustudio-desktop Package: libatk1.0-0 Priority: optional Section: libs Installed-Size: 222 Maintainer: Ubuntu Developers Original-Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: atk1.0 Version: 2.4.0-0ubuntu1 Depends: libc6 (>= 2.2.5), libglib2.0-0 (>= 2.16.0), libatk1.0-data (= 2.4.0-0ubuntu1) Pre-Depends: multiarch-support Filename: pool/main/libatk1.0-0_2.4.0-0ubuntu1_amd64.deb Size: 60076 MD5Sum: 766442747aa586def8f0575a357ee023 SHA1: 5657e58f1784867abd3c93dfe253ffb2de7fbdac SHA256: 3292597f3ab167d08e197b6195aa6894a78031c98d442223b9a2b7f5354d125c SHA512: 4d8e7d13ccbed061ba196ce8b8eb2e8fcd35975fd6db9ea2be5cc006251d0a3b06f64519bfb3904b891b3846d351369324460957e0666d53943370048fad277b Description: ATK accessibility toolkit ATK is a toolkit providing accessibility interfaces for applications or other toolkits. By implementing these interfaces, those other toolkits or applications can be used with tools such as screen readers, magnifiers, and other alternative input devices. . This is the runtime part of ATK, needed to run applications built with it. Multi-Arch: same Homepage: http://www.gtk.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-full, kubuntu-active-desktop, kubuntu-active-full, kubuntu-active, edubuntu-desktop, edubuntu-usb, edubuntu-desktop-kde, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: libatk1.0-data Priority: optional Section: misc Installed-Size: 88 Maintainer: Ubuntu Developers Original-Maintainer: Debian GNOME Maintainers Architecture: all Source: atk1.0 Version: 2.4.0-0ubuntu1 Filename: pool/main/libatk1.0-data_2.4.0-0ubuntu1_all.deb Size: 12720 MD5Sum: f1e38695312121e78afece10dfb60001 SHA1: b510a1e85c8745216d2d1a36f3fe8829e13702ca SHA256: 40dc13e9bab943f92427e9d35a2cda8b1b04a8d666af2cca483fbeb04d9bcacf SHA512: 3b75a0accfc0856f24b3f25551e219936327ae96bfa8a59370da4f4c02aa5f0a554058c8677e3c09cc6122d92e84d87ffaa047897f1d076b058a83dcb66b5c15 Description: Common files for the ATK accessibility toolkit ATK is a toolkit providing accessibility interfaces for applications or other toolkits. By implementing these interfaces, those other toolkits or applications can be used with tools such as screen readers, magnifiers, and other alternative input devices. . This contains the common files which the runtime libraries need. Multi-Arch: foreign Homepage: http://www.gtk.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libattr1 Priority: required Section: libs Installed-Size: 56 Maintainer: Ubuntu Developers Original-Maintainer: Anibal Monsalve Salazar Architecture: amd64 Source: attr Version: 1:2.4.46-5ubuntu1 Depends: libc6 (>= 2.4) Pre-Depends: multiarch-support Conflicts: attr (<< 2.0.0) Filename: pool/main/libattr1_1:2.4.46-5ubuntu1_amd64.deb Size: 10660 MD5Sum: 7d1d61edbade0abe8e01860643df61ba SHA1: 017cc8e0b54b9821699a324d5bc5e23289e43434 SHA256: 3685a8a345c962cfd7df42a2b47a34fa341353dc36497a9e2129c3f6069ad838 SHA512: 4e0bffd80f262e3796bd637e9b911fee1ad96f2622467e029bd604ac39ac056c90eceefeda07aa9a51d7cb0167dc3c75aa76dff109de15c583e3ce047d188af8 Description: Extended attribute shared library Contains the runtime environment required by programs that make use of extended attributes. Multi-Arch: same Homepage: http://savannah.nongnu.org/projects/attr/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: libaudit0 Priority: extra Section: universe/libs Installed-Size: 189 Maintainer: Ubuntu Developers Original-Maintainer: Philipp Matthias Hahn Architecture: amd64 Source: audit Version: 1.7.18-1ubuntu1 Depends: libc6 (>= 2.8) Filename: pool/main/libaudit0_1.7.18-1ubuntu1_amd64.deb Size: 67456 MD5Sum: 9ece70ae69386864efa14a3f81511765 SHA1: f3f963e2457b5d095d26e24fb1d34d8d21e3aa20 SHA256: 92bf34ed10261a5f960a2f9d4cd6e94414650af2044fae4c701c438e0ae799ea SHA512: 83e91d96701531ae4fae13ff48710df92e979e6e797d9ec8038681a011b283abd374e6b644917b334f2b646d0c76632186f04b7bd4492fe3baa312f430bcbe30 Description: Dynamic library for security auditing The audit-libs package contains the dynamic libraries needed for applications to use the audit framework. It is used to monitor systems for security related events. Homepage: http://people.redhat.com/sgrubb/audit/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libaugeas-ruby1.8 Priority: optional Section: libs Installed-Size: 62 Maintainer: Ubuntu Develoers Original-Maintainer: Matt Palmer Architecture: amd64 Source: libaugeas-ruby Version: 0.3.0-1.1ubuntu4 Depends: ruby1.8, libaugeas0 (>= 0.6.0), libc6 (>= 2.2.5), libruby1.8 (>= 1.8.7.352) Filename: pool/main/libaugeas-ruby1.8_0.3.0-1.1ubuntu4_amd64.deb Size: 9642 MD5Sum: 18009f220b0bef19326b4a665e70f282 SHA1: 4db3939b5ecc228a780db3169ca27474c076b892 SHA256: 9e825fabd5938188ee21915cb36efaac6bb8b9cb8b1d345b987af6128576d1f4 SHA512: 9f7da927c447e910d8e9f4e84132e66edfb1fcb33756f382fa5f1b0565f03934da1cdbb08059059f03a49c68aab7836d211f140dff91001a5987995c3ce547fe Description: Augeas bindings for the Ruby language Augeas is a configuration editing tool. It parses configuration files in their native formats and transforms them into a tree. Configuration changes are made by populating this tree and saving it back into native config files. . This package provides a Ruby 1.8 interface to the Augeas API. Homepage: http://augeas.net/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: libaugeas-ruby Priority: optional Section: universe/libs Installed-Size: 27 Maintainer: Ubuntu Develoers Original-Maintainer: Matt Palmer Architecture: all Version: 0.3.0-1.1ubuntu4 Depends: libaugeas-ruby1.8 Filename: pool/main/libaugeas-ruby_0.3.0-1.1ubuntu4_all.deb Size: 3354 MD5Sum: 019e1fc629199082e89658b3c5c7175c SHA1: 0ff92b3d556f9fa2333ae9fe04bc76b3d2b081db SHA256: 61186fc57f04adc71a857d15808fbbb96d03e31226333ad8d23ad9e37a91059d SHA512: eba4d4962076d97fd04770e085c5eb78c848ddfe461534c28a4085cd8d75023a0c1898ee25e0e8ec64e13ca8e293eb4983fb69cf1f3a3443c883523bd78d9047 Description: Augeas bindings for the Ruby language Augeas is a configuration editing tool. It parses configuration files in their native formats and transforms them into a tree. Configuration changes are made by populating this tree and saving it back into native config files. . This is a dependency package which depends on Debian's default Ruby version (currently 1.8.x). Homepage: http://augeas.net/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libaugeas0 Priority: optional Section: libs Installed-Size: 391 Maintainer: Raphaël Pinson Original-Maintainer: Nicolas Valcárcel Scerpella (Canonical) Architecture: amd64 Source: augeas Version: 0.10.0-0ubuntu4 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libxml2 (>= 2.7.4), augeas-lenses Suggests: augeas-tools Filename: pool/main/libaugeas0_0.10.0-0ubuntu4_amd64.deb Size: 170808 MD5Sum: b845899826ecabedfc803abe1eb71ccd SHA1: 811c5a59fcc5a808f41a0e8decd610e934f0e636 SHA256: b7ddc330026c9ccab3bd8190999e2076a99efe1ebde8b69bcc83b02287a6f37f SHA512: a388b111a002e54b3c924ee02826e5779d074a727aeb8ddbdcd5d010439588bf9bc22a5dd08f4eddc4f3d481a4fa9b7cdced2cd7aeef278cb6e09305043fa50d Description: Augeas configuration editing library and API Augeas is a configuration editing tool. It parses configuration files in their native formats and transforms them into a tree. Configuration changes are made by manipulating this tree and saving it back into native config files. . The transformation works very hard to preserve comments and formatting details. It is controlled by ``lens'' definitions that describe the file format and the transformation into a tree. Homepage: http://augeas.net/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: libavahi-client3 Priority: optional Section: libs Installed-Size: 136 Maintainer: Ubuntu Developers Original-Maintainer: Utopia Maintenance Team Architecture: amd64 Source: avahi Version: 0.6.30-5ubuntu2.1 Depends: libavahi-common3 (>= 0.6.22), libc6 (>= 2.4), libdbus-1-3 (>= 1.1.1) Pre-Depends: multiarch-support Filename: pool/main/libavahi-client3_0.6.30-5ubuntu2.1_amd64.deb Size: 30334 MD5Sum: 3e42faa7a37b1e9327d4f5007e1f0d84 SHA1: 7893c4ebbc5068482b6940fd5d55b508ff7db033 SHA256: b0176b4eb164624f375841204a757f7a032fc971603ede82a3d22a86e09d1a07 SHA512: 99d4877870fab60429c413374958c7eadd2911611c138af2df73ef7a2b0f4a46aed31c758551adb4bd283f4c3b1cb5d9d662c65558d454e722ec7c9d781054cb Description: Avahi client library Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains the library for Avahi's C API which allows you to integrate mDNS/DNS-SD functionality into your application. Multi-Arch: same Homepage: http://avahi.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: virt-host, ubuntu-desktop, print-server, tomcat-server, samba-server, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: libavahi-common-data Priority: optional Section: libs Installed-Size: 116 Maintainer: Ubuntu Developers Original-Maintainer: Utopia Maintenance Team Architecture: amd64 Source: avahi Version: 0.6.30-5ubuntu2.1 Filename: pool/main/libavahi-common-data_0.6.30-5ubuntu2.1_amd64.deb Size: 21382 MD5Sum: 59a4217384d33be24669d08c996aff21 SHA1: 70245259af6ebdc526cd654bc4ae4e7f4379a194 SHA256: b5969c2056b1546d533a2cacfac6fcf21a4ba73dd58cf06323d3d5f7a1774946 SHA512: c92b88bfc4817716684eb0a223d614277627bb0e7331e6ea233e18663a944055b9b6fd7ddf8b9006c18bd5f8efcad1f8e87e05959ffa788b0c68c8fe5d48c4b6 Description: Avahi common data files Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains common data files for avahi. Multi-Arch: same Homepage: http://avahi.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: virt-host, ubuntu-desktop, print-server, tomcat-server, samba-server, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: libavahi-common3 Priority: optional Section: libs Installed-Size: 116 Maintainer: Ubuntu Developers Original-Maintainer: Utopia Maintenance Team Architecture: amd64 Source: avahi Version: 0.6.30-5ubuntu2.1 Depends: libc6 (>= 2.14), libavahi-common-data Pre-Depends: multiarch-support Filename: pool/main/libavahi-common3_0.6.30-5ubuntu2.1_amd64.deb Size: 25518 MD5Sum: 6979bcfb9b6caad4038bc5dddf0795da SHA1: 97ffa42ef3f42c17c034dcb4ea353e9b82763080 SHA256: 752eb1b606ba34b3c6af2ad5056e3169d1995b81f0fc9ae404e4fd33dd165e16 SHA512: e6b0be283b886f0ba2f5d8b6debda89f8b9cf7dd9a088b01ec244cc081f59890d163956b8fc02e2844aa3abbe58f67eb544a25b17a93cf9311a2f34c27413651 Description: Avahi common library Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains the Avahi common library, which is a set of common functions used by many of Avahis components and client applications. Multi-Arch: same Homepage: http://avahi.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: virt-host, ubuntu-desktop, print-server, tomcat-server, samba-server, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: libbind9-80 Priority: standard Section: libs Installed-Size: 101 Maintainer: Ubuntu Developers Original-Maintainer: LaMont Jones Architecture: amd64 Source: bind9 Version: 1:9.8.1.dfsg.P1-4ubuntu0.13 Replaces: libbind0 Depends: libc6 (>= 2.14), libdns81, libisc83, libisccfg82 Conflicts: libbind0, libbind9-41 Filename: pool/main/libbind9-80_9.8.1.dfsg.P1-4ubuntu0.13_amd64.deb Size: 24274 MD5Sum: 7296ef86ad2681e8fc534e4d0903bd48 SHA1: 9ab2f29d07b2b9318cd7c48f4d11cff4b529152f SHA256: f6e4cc9d87917206e8a443d793a9c60edea3a54b224e4575e55cd890531f6076 SHA512: bf5233c38f1943323731a0d9779f0086f920e3e238509116e30b4a0157ffcf58da605e3612892a096b97661110ef6ec0e71d496d61d2df23c84af85737ab681f Description: BIND9 Shared Library used by BIND The Berkeley Internet Name Domain (BIND) implements an Internet domain name server. BIND is the most widely-used name server software on the Internet, and is supported by the Internet Software Consortium, www.isc.org. This package delivers the libbind9 shared library used by BIND's daemons and clients. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: libblas3gf Priority: optional Section: libs Installed-Size: 704 Maintainer: Ubuntu Developers Original-Maintainer: Debian Science Team Architecture: amd64 Source: blas Version: 1.2.20110419-2ubuntu1 Provides: libblas.so.3gf Depends: libc6 (>= 2.4) Filename: pool/main/libblas3gf_1.2.20110419-2ubuntu1_amd64.deb Size: 287154 MD5Sum: 7b831e27d7d6dc6ae0ce91f520cd68c7 SHA1: 5beac2392cabc07dfc3e18ae98d92faced6dab03 SHA256: 4d057b8c996d4f450b99b33ffcc03faa57813e208f8e7820e755290aa8a55891 SHA512: 0bcd7501f2019d974fa3dd06587e4e05b1c56d0505daf9d4ebabf464f9de1d7e906de49fa5dea96926e1dadef9fc054ff77b404b8a4a0b87449a3179f7ddebd6 Description: Basic Linear Algebra Reference implementations, shared library This package is a binary incompatible upgrade to the blas package. Several minor changes to the C interface have been incorporated. One can maintain both versions on a system simultaneously to aid in the transition. . BLAS (Basic Linear Algebra Subroutines) is a set of efficient routines for most of the basic vector and matrix operations. They are widely used as the basis for other high quality linear algebra software, for example lapack and linpack. This implementation is the Fortran 77 reference implementation found at netlib. . This package contains a shared version of the library. Homepage: http://www.netlib.org/blas/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-usb, kubuntu-full, kubuntu-active-full, edubuntu-usb, edubuntu-desktop-kde, edubuntu-desktop-gnome, ubuntustudio-video, ubuntustudio-graphics Package: libblkid1 Priority: required Section: libs Installed-Size: 249 Maintainer: Ubuntu Developers Original-Maintainer: LaMont Jones Architecture: amd64 Source: util-linux Version: 2.20.1-1ubuntu3.1 Depends: libc6 (>= 2.14), libuuid1 (>= 2.16) Pre-Depends: multiarch-support Filename: pool/main/libblkid1_2.20.1-1ubuntu3.1_amd64.deb Size: 73706 MD5Sum: 95baabf8c889b5d94ec10db13fd105c7 SHA1: 73ad3c41eb78366bacbc8a623361198244b75870 SHA256: 7bd66d69774ffc3a223028597068478eb46227962f52ca789992a670518b34e9 SHA512: 46f4a1e65e38f01bb76551e34c1f8917784b3751be39bd69ccc7874b1e2c9aa27b61d1a7cc9e075ce73cacc79e313b5abf04e9b6a0712d4e82339151f3879f8a Description: block device id library The blkid library which allows system programs like fsck and mount to quickly and easily find block devices by filesystem UUID and LABEL. This allows system administrators to avoid specifying filesystems by hard-coded device names, but via a logical naming system instead. Multi-Arch: same Homepage: http://userweb.kernel.org/~kzak/util-linux/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: libbluetooth3 Priority: optional Section: libs Installed-Size: 195 Maintainer: Ubuntu Developers Original-Maintainer: Debian Bluetooth Maintainers Architecture: amd64 Source: bluez Version: 4.98-2ubuntu7.2 Replaces: libsdp2 (<= 1.5-2) Depends: libc6 (>= 2.15) Pre-Depends: multiarch-support Conflicts: libsdp2 (<= 1.5-2) Filename: pool/main/libbluetooth3_4.98-2ubuntu7.2_amd64.deb Size: 63324 MD5Sum: 4ef4476ab7c8b8ab62fcc662eb1e982f SHA1: e3eef509cf06e879c836d6cbda4cba7136ee3743 SHA256: 290b0daf3461647abea0e48dc5452b3811b8e1810aa4961d360cf49498b024e0 SHA512: 5bf6aa52ea4d1b5a79fcccc729168ed5874a61f692a7e02aa93fb94de1aa8ae054a67b6878050bafd8cc931b2b78ca7e6332190f1d4c4ee12fb49d64ca40f37d Description: Library to use the BlueZ Linux Bluetooth stack BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source project distributed under GNU General Public License (GPL). Multi-Arch: same Homepage: http://www.bluez.org Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-full, kubuntu-active-desktop, kubuntu-active-full, kubuntu-active, edubuntu-desktop, edubuntu-usb, edubuntu-desktop-kde, xubuntu-desktop, lubuntu-desktop, ubuntustudio-desktop Package: libboost-filesystem1.46.1 Priority: optional Section: universe/libs Installed-Size: 185 Maintainer: Ubuntu Developers Original-Maintainer: Debian Boost Team Architecture: amd64 Source: boost1.46 Version: 1.46.1-7ubuntu3 Depends: libboost-system1.46.1 (>= 1.46.1-1), libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Filename: pool/main/libboost-filesystem1.46.1_1.46.1-7ubuntu3_amd64.deb Size: 50670 MD5Sum: ff336586b35a35db899ab9523d3a4f4a SHA1: f98a24d391c2cb575e86e4250a4d9884078d7ed3 SHA256: 4eecc887ee9a3ce511acd830c21a9e92babaae35d44cb6d8bfc8a7eb073ae8ef SHA512: 3863dd4fe66f80ea37ad1b4a21927fa5feae3f1e22186cab1a0571c59b8fbb1546e685ca0918619a4454372bb031a97cf2b67aadb867dbe852c11970a62b460c Description: filesystem operations (portable paths, iteration over directories, etc) in C++ This package forms part of the Boost C++ Libraries collection. . The Boost Filesystem Library provides portable facilities to query and manipulate paths, files, and directories. The goal is to facilitate portable script-like operations from within C++ programs. Homepage: http://boost.org/libs/filesystem/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libboost-iostreams1.46.1 Priority: optional Section: libs Installed-Size: 165 Maintainer: Ubuntu Developers Original-Maintainer: Debian Boost Team Architecture: amd64 Source: boost1.46 Version: 1.46.1-7ubuntu3 Depends: libbz2-1.0, libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.2.1), zlib1g (>= 1:1.1.4) Filename: pool/main/libboost-iostreams1.46.1_1.46.1-7ubuntu3_amd64.deb Size: 39166 MD5Sum: fe40443754e49a78220c48bff765cb7f SHA1: b42b5cd5c43c4c5208823745ff2f9b247f8aa3cc SHA256: 1c3d44bc98de67ad9120ea2a2c75d6b83fc363d13b025bcbb73987c435f58e1f SHA512: 3de814b857d0e765b4451a4a727f2d09c2d2813c931e897f1851ed6c8c8262981b49dc4f6e86b28077066b017a47ef677e21c796b3249218fabdbf7ae8b99bd0 Description: Boost.Iostreams Library This package forms part of the Boost C++ Libraries collection. . Boost.Iostreams are a collection of concepts and a set of templates which turn models of these concepts into C++ standard library streams and stream buffers. Homepage: http://www.boost.org/libs/iostreams/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: cloud-image Package: libboost-program-options1.46.1 Priority: optional Section: libs Installed-Size: 470 Maintainer: Ubuntu Developers Original-Maintainer: Debian Boost Team Architecture: amd64 Source: boost1.46 Version: 1.46.1-7ubuntu3 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0) Filename: pool/main/libboost-program-options1.46.1_1.46.1-7ubuntu3_amd64.deb Size: 146058 MD5Sum: 4cd461597cd228cfbef9a5225bbb9558 SHA1: 44c4e93e78cd6fafb6d77817bb403f8efa203f7d SHA256: 3e5e62b20d80268aa10100fe7c759210e47a4300c32e85ec671a224e29b32ef4 SHA512: ffbcf6129734a8d988721fc5f7f51ae94b0877eadf4a329946fadd41476fd91e29e2066841b0318fe546b6a4edb94e0ed891d5e260d1d48cb4084e3cf93f2cee Description: program options library for C++ This package forms part of the Boost C++ Libraries collection. . Library to let program developers obtain program options, that is (name, value) pairs from the user, via conventional methods such as command line and config file. Homepage: http://www.boost.org/libs/program_options/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: kubuntu-desktop, kubuntu-full, kubuntu-active-desktop, kubuntu-active-full, kubuntu-active, edubuntu-desktop-kde, edubuntu-desktop-gnome Package: libboost-system1.46.1 Priority: optional Section: universe/libs Installed-Size: 80 Maintainer: Ubuntu Developers Original-Maintainer: Debian Boost Team Architecture: amd64 Source: boost1.46 Version: 1.46.1-7ubuntu3 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Filename: pool/main/libboost-system1.46.1_1.46.1-7ubuntu3_amd64.deb Size: 14550 MD5Sum: 35395ebb1b4f5e33087f0bf9420cfca7 SHA1: 8f02a17d966a61d43e45d013ae9be8da449094e2 SHA256: 684e5010e378b98da0eeba04f1848575a4c14aac158a4047b9ae386e9fc5b7a1 SHA512: 54815bc9838baf92cb86c326a7a2d9667f78ea4f16cc08915aec2ee5f4d8de825c34b86f27c812c64e7d7549b22acd9a202b60c59b8f5e57dfaedd893717c3bb Description: Operating system (e.g. diagnostics support) library This package forms part of the Boost C++ Libraries collection. . The Boost System library provides simple, light-weight error_code objects that encapsulate system-specific error code values, yet also provide access to more abstract and portable error conditions via error_condition objects. Because error_code objects can represent errors from sources other than the operating system, including user-defined sources, each error_code and error_condition has an associated error_category. Homepage: http://www.boost.org/libs/system/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libboost-thread1.46.1 Priority: optional Section: universe/libs Installed-Size: 164 Maintainer: Ubuntu Developers Original-Maintainer: Debian Boost Team Architecture: amd64 Source: boost1.46 Version: 1.46.1-7ubuntu3 Depends: libc6 (>= 2.3.2), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.6) Filename: pool/main/libboost-thread1.46.1_1.46.1-7ubuntu3_amd64.deb Size: 39534 MD5Sum: b0bc3ef44e9409aca644d9d83d63a828 SHA1: c89b05dcd5716420ab8098d1a59516ddaf21e6f3 SHA256: 6fc8bfd0ae266ecaa0c64abbff12286f86ff194e3f69be2cf17425e213d7e2b1 SHA512: 66ad618860093920a40e2da1279c6320204a970fadbd3f9f2b93eb49da8dd93e9de7f641077071253c7bbcedc0968772b3ab28ab927e6f48ac60ae51838150d8 Description: portable C++ multi-threading This package forms part of the Boost C++ Libraries collection. . Toolkit for writing C++ programs that execute as multiple, asynchronous, independent, threads-of-execution. Each thread has its own machine state including program instruction counter and registers. Homepage: http://www.boost.org/libs/thread/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libbrlapi0.5 Priority: extra Section: libs Installed-Size: 139 Maintainer: Ubuntu Developers Original-Maintainer: Debian Accessibility Team Architecture: amd64 Source: brltty Version: 4.3-1ubuntu5 Depends: libc6 (>= 2.14) Filename: pool/main/libbrlapi0.5_4.3-1ubuntu5_amd64.deb Size: 24104 MD5Sum: b1048e0b1366c6bba568c6ab29ca9a66 SHA1: e568b58f022e323047369647f815fcfc390403a7 SHA256: 119abd8b0aec70b6e12f8a7602ae3c2de623b8f5f7a9ca6f188955b24f46c9db SHA512: 24c40ada4c85bd648fbaa9061652b396d811f9a69163be6da4be527bb1e007ecf5903fa118839a47d8e92c2d1edfa7501379f1b8de2e674fe383318038ce618b Description: braille display access via BRLTTY - shared library This package contains the shared library necessary to run programs which need to communicate with a braille display. Homepage: http://mielke.cc/brltty/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-full, kubuntu-active-desktop, kubuntu-active-full, edubuntu-desktop, edubuntu-usb, edubuntu-desktop-kde, xubuntu-desktop Package: libbsd0 Priority: standard Section: libs Installed-Size: 125 Maintainer: Ubuntu Developers Original-Maintainer: Debian GNU/kFreeBSD Architecture: amd64 Source: libbsd Version: 0.3.0-2 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Filename: pool/main/libbsd0_0.3.0-2_amd64.deb Size: 31608 MD5Sum: 0e6b0661b9333525356d78105d36bc0f SHA1: f5f454920749e4a9e8227bd11773b9b0db186b18 SHA256: 6b757e5a0d13eca9d667c3bd0d4f601f2469399418123533a984bde4f5834495 SHA512: f266a619c257d8571d7c836f6927c819bd42effc6db4ceca41bfe1b72f3249570d083d2f8cc3f300f8d6ce0451a309e83dd1cc9a7ec637bb60c65b739ec82576 Description: utility functions from BSD systems - shared library This library provides some functions commonly available on BSD systems but not on others like GNU systems. Multi-Arch: same Homepage: http://libbsd.freedesktop.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: libbz2-1.0 Priority: required Section: libs Installed-Size: 113 Maintainer: Ubuntu Developers Original-Maintainer: Anibal Monsalve Salazar Architecture: amd64 Source: bzip2 Version: 1.0.6-1 Depends: libc6 (>= 2.4) Pre-Depends: multiarch-support Filename: pool/main/libbz2-1.0_1.0.6-1_amd64.deb Size: 33530 MD5Sum: 9aed34a54b3d52e34da80f1863a8a4bc SHA1: cd61892478dc6b65c19ed8cf86a40d88172e4024 SHA256: 9c4e359db61fe0c68473d7754f7215c148c00593d6dfa54e878134024961e552 SHA512: 82bf2f1d3ee509ac9063567a757bf1ccc7c79ccb455d8d94934b0595673e01ad1ebbd4dc5b665c7bf48062966b4472eb9826e825a1ca26883aba16eda511d0d1 Description: high-quality block-sorting file compressor library - runtime This package contains libbzip2 which is used by the bzip2 compressor. . bzip2 is a freely available, patent free, high-quality data compressor. It typically compresses files to within 10% to 15% of the best available techniques, whilst being around twice as fast at compression and six times faster at decompression. . bzip2 compresses files using the Burrows-Wheeler block-sorting text compression algorithm, and Huffman coding. Compression is generally considerably better than that achieved by more conventional LZ77/LZ78-based compressors, and approaches the performance of the PPM family of statistical compressors. . The archive file format of bzip2 (.bz2) is incompatible with that of its predecessor, bzip (.bz). Multi-Arch: same Homepage: http://www.bzip.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: libc-bin Essential: yes Priority: required Section: libs Installed-Size: 3480 Maintainer: Ubuntu Developers Original-Maintainer: GNU Libc Maintainers Architecture: amd64 Source: eglibc Version: 2.15-0ubuntu10.11 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: pool/main/libc-bin_2.15-0ubuntu10.11_amd64.deb Size: 1180892 MD5Sum: 47ffeaf43b95f5755e1d104304d92f05 SHA1: 6647717dbc5815933248500ebe0d36e38936268b SHA256: 82d55a2db15b58e29d140c948167bf00dc5bd797d820eecff96fadc54a41e0ab SHA512: c0effea4f6722c59b59abe1f71eb40badfbc0b775e9aa082f2562e8a2a2a5e45cbfb235feab47065ac9bc3c787e4a6f3eacf796855b8e2bfa2ce63f52bb7f1d7 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 Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: libc-dev-bin Priority: optional Section: libdevel Installed-Size: 373 Maintainer: Ubuntu Developers Original-Maintainer: GNU Libc Maintainers Architecture: amd64 Source: eglibc Version: 2.15-0ubuntu10.11 Replaces: libc0.1-dev, libc0.3-dev, libc6-dev, libc6.1-dev Depends: libc6 (>> 2.15), libc6 (<< 2.16) Recommends: manpages-dev Filename: pool/main/libc-dev-bin_2.15-0ubuntu10.11_amd64.deb Size: 83764 MD5Sum: 867518340ff99b56c7b0129557911342 SHA1: f4c7417d03728b71ae67a39fb9820a7bdb77f46e SHA256: a07ecc6fc7b428732e9da391846ef981c3585c48a35017fb0831fa96cacc81d5 SHA512: 18ee7fcba0387177697e14153374aeed0ca5f94c31e006f1183e6a5383cdf7b59f6568f90716c015c000e196e3be4b6f817f0e063d713601284d2609ec3a77a5 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 Bugs: https://bugs.launchpad.net/ubuntu/+filebug Build-Essential: yes Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, edubuntu-desktop, edubuntu-usb, edubuntu-desktop-kde, xubuntu-desktop, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, ubuntustudio-desktop Package: libc6-dev Priority: optional Section: libdevel Installed-Size: 11596 Maintainer: Ubuntu Developers Original-Maintainer: GNU Libc Maintainers Architecture: amd64 Source: eglibc Version: 2.15-0ubuntu10.11 Provides: libc-dev Depends: libc6 (= 2.15-0ubuntu10.11), libc-dev-bin (= 2.15-0ubuntu10.11), linux-libc-dev Recommends: gcc | c-compiler Suggests: glibc-doc, manpages-dev Breaks: binutils (<< 2.20.1-1), binutils-gold (<< 2.20.1-11), cmake (<< 2.8.4+dfsg.1-5), gcc-4.4 (<< 4.4.6-3ubuntu1), gcc-4.4-base (<< 4.4.6-3ubuntu1), gcc-4.5 (<< 4.5.3-1ubuntu2), gcc-4.5-base (<< 4.5.3-1ubuntu2), gcc-4.6 (<< 4.6.0-12), gcj-4.4-base (<< 4.4.6-2ubuntu2), gcj-4.5-base (<< 4.5.3-1ubuntu2), gnat-4.4-base (<< 4.4.6-1ubuntu3), libhwloc-dev (<< 1.2-3), libjna-java (<< 3.2.7-4), liblouis-dev (<< 2.3.0-2), liblouisxml-dev (<< 2.4.0-2), make (<< 3.81-8.1), pkg-config (<< 0.26-1) Filename: pool/main/libc6-dev_2.15-0ubuntu10.11_amd64.deb Size: 2945642 MD5Sum: 3b03e91aa8e5773053edb6dfd0fe0068 SHA1: 139efe7abb6320ab4e7a1e8cf443e26e99a36e59 SHA256: 5b2a75b8de686dd9efc339d4b99f1568c7e30eb86e3b2c1ef3dd244f343ceae4 SHA512: b1d0d61065fe3434d7d2836b7ab6265c863e3cce35be304be85584d121f5fbffbe0ffd4c42ea1d1f7f95b8045cbf7756eca016d014d32cd390ce318c784dbf03 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 Bugs: https://bugs.launchpad.net/ubuntu/+filebug Build-Essential: yes Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, edubuntu-desktop, edubuntu-usb, edubuntu-desktop-kde, xubuntu-desktop, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, ubuntustudio-desktop Package: libc6 Priority: required Section: libs Installed-Size: 10414 Maintainer: Ubuntu Developers Original-Maintainer: GNU Libc Maintainers Architecture: amd64 Source: eglibc Version: 2.15-0ubuntu10.11 Replaces: belocs-locales-bin, libc6-amd64 Provides: glibc-2.13-1 Depends: libc-bin (= 2.15-0ubuntu10.11), libgcc1, tzdata Suggests: glibc-doc, debconf | debconf-2.0, locales Conflicts: belocs-locales-bin, libc6-amd64, prelink (<< 0.0.20090925), tzdata (<< 2007k-1), tzdata-etch Breaks: nscd (<< 2.15) Filename: pool/main/libc6_2.15-0ubuntu10.11_amd64.deb Size: 4662954 MD5Sum: 2eeb34baea9bed42306f2d994236993f SHA1: 1e527e4bc1edd7dc07ac377098dc99096f1aba42 SHA256: 77d30500c7dead9bed5c3a3e8170d8f933960dd83666112da8477b2b3d9dd54a SHA512: 76473f7e8ac99ed9ff57713bd606f0905335dd990ec1a9be0cd0767aae6b9d3b14d921d0312e0c6cc794bf9bb440fc1f987207173315f2ff48d3727cdce7d748 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 Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: libcaca0 Priority: optional Section: libs Installed-Size: 1037 Maintainer: Ubuntu Developers Original-Maintainer: Sam Hocevar Architecture: amd64 Source: libcaca Version: 0.99.beta17-2.1ubuntu2 Depends: libc6 (>= 2.14), libncursesw5 (>= 5.6+20070908), libslang2 (>= 2.0.7-1), libstdc++6 (>= 4.1.1), libtinfo5, zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Filename: pool/main/libcaca0_0.99.beta17-2.1ubuntu2_amd64.deb Size: 246244 MD5Sum: 30753cd328bdaa6c1338f7bcf975df60 SHA1: 7e97c05dae42f87e61dff29c4bf3c9db35b342d3 SHA256: ae7a2e6ef4d278e9fb1239a00655fd560cef317727c756ceedf647498eb38438 SHA512: 7a42e5328ec334e5e2ba27caa778cfd61c344125c770680460135d73b203c10b5c37d2952f9e0095dbd422d971e5dfe670ec06e5453d105937675e85102d6da7 Description: colour ASCII art library libcaca is the Colour AsCii Art library. It provides high level functions for colour text drawing, simple primitives for line, polygon and ellipse drawing, as well as powerful image to text conversion routines. . This package contains the shared library for libcaca. Multi-Arch: same Homepage: http://caca.zoy.org/wiki/libcaca Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: virt-host, ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, edubuntu-desktop-kde, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-desktop, ubuntustudio-desktop Package: libcairo2 Priority: optional Section: libs Installed-Size: 1375 Maintainer: Ubuntu Developers Original-Maintainer: Dave Beckett Architecture: amd64 Source: cairo Version: 1.10.2-6.1ubuntu3 Depends: libc6 (>= 2.14), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.3.5), libpixman-1-0 (>= 0.18.0), libpng12-0 (>= 1.2.13-4), libx11-6, libxcb-render0, libxcb-shm0, libxcb1 (>= 1.2), libxrender1, zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Breaks: iceape-browser (<= 2.0.3-3), libgtk-directfb-2.0-0, xulrunner-1.9, xulrunner-1.9.1 (<= 1.9.1.8-3) Filename: pool/main/libcairo2_1.10.2-6.1ubuntu3_amd64.deb Size: 466760 MD5Sum: bc60bd8566349976d74b37841f72a981 SHA1: 993e0144016d961953a6577e542885e75a113b6f SHA256: c329ccb823ca66a19e8ca2f57a819c0b3bf3eabc94489287c534c31e1c92fad6 SHA512: 78fc4163f578ddefdcb6822f9bf9f235d7bd00db348f5d392888816ad1081e03f9545f3ae130fbafe22e35d66033aff8a1febf72faefcb75c57eb7b9e606e7c8 Description: The Cairo 2D vector graphics library Cairo is a multi-platform library providing anti-aliased vector-based rendering for multiple target backends. Paths consist of line segments and cubic splines and can be rendered at any width with various join and cap styles. All colors may be specified with optional translucence (opacity/alpha) and combined using the extended Porter/Duff compositing algebra as found in the X Render Extension. . Cairo exports a stateful rendering API similar in spirit to the path construction, text, and painting operators of PostScript, (with the significant addition of translucence in the imaging model). When complete, the API is intended to support the complete imaging model of PDF 1.4. . This package contains the shared libraries. Multi-Arch: same Homepage: http://cairographics.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, print-server, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: libcap-ng0 Priority: standard Section: libs Installed-Size: 50 Maintainer: Ubuntu Developers Original-Maintainer: Pierre Chifflier Architecture: amd64 Source: libcap-ng Version: 0.6.6-1ubuntu1 Depends: libc6 (>= 2.4) Filename: pool/main/libcap-ng0_0.6.6-1ubuntu1_amd64.deb Size: 11048 MD5Sum: 90b19eecea21f630e2be0fc657603bfe SHA1: efa2dddadd4e4cc73eff50026246f1bfb4b6f8e6 SHA256: 8ff360690aebec6386e47e96c0dea1dc3acf689401a680ed238070ac5c13b775 SHA512: 070cc867c1b58fc2b5e5b8e0af4dc4a0725a6cdbc2afc2b554bf99bc56b48bbeccd4dd4159c0d4a078cd4d4b8f0b3403419b473399d06a44682daa57ddd2604a Description: An alternate POSIX capabilities library This library implements the user-space interfaces to the POSIX 1003.1e capabilities available in Linux kernels. These capabilities are a partitioning of the all powerful root privilege into a set of distinct privileges. . The libcap-ng library is intended to make programming with POSIX capabilities much easier than the traditional libcap library. . This package contains header files and libraries for libcap-ng. Homepage: http://people.redhat.com/sgrubb/libcap-ng Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: libcap2 Priority: optional Section: libs Installed-Size: 56 Maintainer: Ubuntu Developers Original-Maintainer: Torsten Werner Architecture: amd64 Version: 1:2.22-1ubuntu3 Depends: libc6 (>= 2.8) Pre-Depends: multiarch-support Filename: pool/main/libcap2_2.22-1ubuntu3_amd64.deb Size: 12038 MD5Sum: 88735428ab5621db393887388b2fd088 SHA1: e0d662ab72c71a823d85a0aee17d8b3021fa34bb SHA256: d5439638e9360bbf31214b4685e7575190a44ce3eb67d173f83196e86e759d2c SHA512: 0463ce02930010ab0c744a39d8c0e1775616900fcfffaa0be6c935d3d8c4f60a9fda47dc868f5fad97c95c442a4bb9ff7fbb83dad114c518330abbc9a7be984f Description: support for getting/setting POSIX.1e capabilities This library implements the user-space interfaces to the POSIX 1003.1e capabilities available in Linux kernels. These capabilities are a partitioning of the all powerful root privilege into a set of distinct privileges. Multi-Arch: same Homepage: http://sites.google.com/site/fullycapable/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, print-server, dns-server, samba-server, ubuntu-usb, lamp-server, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: libccs3 Priority: optional Section: libs Installed-Size: 78 Maintainer: Ubuntu Developers Original-Maintainer: Debian HA Maintainers Architecture: amd64 Source: redhat-cluster Version: 3.1.7-0ubuntu2.1 Depends: libc6 (>= 2.14), libconfdb4 (>= 1.4.2), libldap-2.4-2 (>= 2.4.7), libxml2 (>= 2.7.4) Filename: pool/main/libccs3_3.1.7-0ubuntu2.1_amd64.deb Size: 16868 MD5Sum: 0aeff8191900886579630b145739ca6b SHA1: 3d5e1d0ebd643b37a9a363a11268065f94b42fb2 SHA256: 6197c2b8d1e860a1355d5bcd7e133c14547970813666799a0ee81b7367e092f7 SHA512: d4aa00083b67acc1d9ea6352c3ca1572485a53ac77ddb2399bd7bafd12c75dda55f6f59cf947e6241be276f03162c8a89472b04c65093c03187dd98a1cf3f22c Description: Red Hat cluster suite - cluster configuration libraries This package is part of the Red Hat Cluster Suite, a complete high-availability solution. . The ccs library provides a simplified XPath implementation to access CMAN/Corosync configuration data via the same API as the old and deprecated libccs provided by ccsd. . This package contains the client libraries. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: libcdt4 Priority: optional Section: libs Installed-Size: 116 Maintainer: Ubuntu Developers Original-Maintainer: David Claughton Architecture: amd64 Source: graphviz Version: 2.26.3-10ubuntu1.2 Depends: libc6 (>= 2.2.5) Conflicts: libgraphviz4 Filename: pool/main/libcdt4_2.26.3-10ubuntu1.2_amd64.deb Size: 24566 MD5Sum: d866e26f90b0927da571a308852bda9a SHA1: 4b048b9f6dfd0aa12080418d58f61726f76cca17 SHA256: d5d0f1ecd097d2851ac38fc26e569308f41a7896daa70fb199c3a0cf925bb987 SHA512: de46109b1103de666a016aa0c0b531c27e8a08d3cb08375f1fbf452c8058da4c93c37dc0fdc325e7154f6ab4a7820cb29f7088c610426dec03af0877cf4a436c Description: rich set of graph drawing tools - cdt library Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the cdt library. Homepage: http://www.graphviz.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-usb, edubuntu-usb, edubuntu-desktop-kde, edubuntu-desktop-gnome, ubuntustudio-generation, ubuntustudio-video, ubuntustudio-graphics, ubuntustudio-recording Package: libcephfs1 Priority: optional Section: libs Installed-Size: 5808 Maintainer: Laszlo Boszormenyi (GCS) Architecture: amd64 Source: ceph Version: 99:0.80.7-ubuntu6 Replaces: libceph, libceph1, libcephfs Depends: libboost-thread1.46.1 (>= 1.46.1-1), libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libnspr4 (>= 1.8.0.10), libnss3 (>= 3.12.0~1.9b1), libstdc++6 (>= 4.6), libuuid1 (>= 2.16) Conflicts: libceph, libceph1, libcephfs Filename: pool/main/libcephfs1_0.80.7-ubuntu6_amd64.deb Size: 1965652 MD5Sum: 5e7aa9c2331edb5e64a500fedb9b821f SHA1: 8272887d07e87b3d26d9af2b91ce360b9826e276 SHA256: 73b865056f6336ce63cecf4220974367d583c0f2bf5f70c825df00a111bb9c64 SHA512: c67259427207ad8b2a09a5f3c320a73bc7931d9d6a8cc46a0b04f56513adc6e8a681c38ea396a8a0c845318736e77968071f27e1c94661aeeb8beb56665564de Description: Ceph distributed file system client library Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. This is a shared library allowing applications to access a Ceph distributed file system via a POSIX-like interface. Homepage: http://ceph.com/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 18m Package: libcfg4 Priority: optional Section: libs Installed-Size: 174 Maintainer: Debian HA Maintainers Architecture: amd64 Source: corosync Version: 1.4.6-2 Replaces: libcorosync4 (<= 1.4.2-1) Depends: libc6 (>= 2.4), libcoroipcc4 (>= 1.4.6) Conflicts: libcorosync4 (<= 1.4.2-1) Filename: pool/main/libcfg4_1.4.6-2_amd64.deb Size: 162808 MD5Sum: 6afa6c1cc98217bfb7a61aa473ade95e SHA1: f9e65a3bbe6139ddb64156aa717877d421597aa6 SHA256: 5ba90859cac1c5c20ee7bb781af8d6354b1fb4e5fe206c9cb9f30e9bbf88e480 SHA512: e268cbca436897dd54d8c693c026483535b18b7bbb5401f0e70074dc94994d3b602973e6a463d4a9b6b4f4738b50f61ec646a97da452104078fdbf8a89e4da98 Description: Standards-based cluster framework, Cfg library Corosync is a project to implement a production quality "Revised BSD" licensed implementation of all core functionalities required by openais. The project implements cutting edge research on virtual synchrony to provide 100% correct operation in the face of failures or partitionable networks with excellent performance characteristics. . The Application Interface Specification is a software API and policies which are used to develop applications that maintain service during faults. . This package contains the Cfg library, which is a library included in Corosync. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: libcib3 Priority: optional Section: libs Installed-Size: 156 Maintainer: Debian HA Maintainers Architecture: amd64 Source: pacemaker Version: 1.1.10+git20130802-4 Replaces: libcib1, libcib2, pacemaker (<= 1.0.9.1+hg15626-2) Depends: libc6 (>= 2.14), libcrmcommon3 (>= 1.1.10+git20130802), libglib2.0-0 (>= 2.12.0), libgnutls26 (>= 2.12.6.1-0), libpe-rules2 (>= 1.1.10+git20130802), libqb0, libxml2 (>= 2.7.4) Conflicts: libcib1, libcib2, pacemaker (<= 1.0.9.1+hg15626-2) Filename: pool/main/libcib3_1.1.10+git20130802-4_amd64.deb Size: 65428 MD5Sum: ea2f8b72e6f6a9c4dad9fd3e4d0d3965 SHA1: 3b74b5de6aa5500381e04a31355fc50cb48acf8c SHA256: ac7537af0b623bbcac22f46498ae71660a19c8e19531c66374dc8986c99d4c49 SHA512: 7b01fde234ca4e66096c752c2f0787b1e64aa1c97c029845d83e3278f55f00552b009db80ebb8f8c119f7dd0bb32383092643bba6f99215fd996e97fe1f859d2 Description: Pacemaker libraries - CIB This package contains some of the libraries provided by and needed for the pacemaker cluster manager. You need to install them if you intend to run pacemaker. Specifically, this package contains the CIB library. Homepage: http://clusterlabs.org/ Package: libclass-accessor-perl Priority: optional Section: perl Installed-Size: 104 Maintainer: Ubuntu Developers Original-Maintainer: Debian Perl Group Architecture: all Version: 0.34-1 Depends: perl, libsub-name-perl Filename: pool/main/libclass-accessor-perl_0.34-1_all.deb Size: 26038 MD5Sum: b8dc3f1734b92b8ccd6e9ba464ca42c0 SHA1: 566e5fa15fbedfc182f8c876691eee870df96bd6 SHA256: 4afa5673b05a2527754bb9b0ca546b7dc7846d2ba37d58153e39f6a0a7722a75 SHA512: 60069cda2633299b077c35967d88a958f19aae58c53a0f160f111f228258346f7773b75f55410a6770b1fa539e927c9e2d9489865945db8378d31c4ef808cd7f Description: Perl module that automatically generates accessors Class::Accessor automagically generates accessor/mutator methods for your class. Most of the time, writing accessors is an exercise in cutting and pasting. If you make your module a subclass of Class::Accessor and declare your accessor fields with mk_accessors() then you will find yourself with a set of automatically generated accessors which can even be customized. Homepage: http://search.cpan.org/dist/Class-Accessor/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libclass-isa-perl Priority: optional Section: perl Installed-Size: 55 Maintainer: Ubuntu Developers Original-Maintainer: Debian Perl Group Architecture: all Version: 0.36-3 Filename: pool/main/libclass-isa-perl_0.36-3_all.deb Size: 11886 MD5Sum: 1ee10f2393dea42c25b33ed60aff3f21 SHA1: 95df6d008afde902c8e95cb31e438bb3da451b66 SHA256: e12f72c19858e5816153ee36238543da6dc35fdb2b28661b3f54b7fb427208b8 SHA512: b525094f607fbb0d88a8cd984ccd8ad8c1d4243f0943e70a4cfb8f9c58608664aea16cc07885cef408a3c34285623523181e22506d4e26a5e9f9bee9a0e84a49 Description: report the search path for a class's ISA tree Suppose you have a class (like Food::Fish::Fishstick) that is derived, via its @ISA, from one or more superclasses (as Food::Fish::Fishstick is from Food::Fish, Life::Fungus, and Chemicals), and some of those superclasses may themselves each be derived, via its @ISA, from one or more superclasses (as above). . When, then, you call a method in that class ($fishstick->calories), Perl first searches there for that method, but if it's not there, it goes searching in its superclasses, and so on, in a depth-first (or maybe "height-first" is the word) search. In the above example, it'd first look in Food::Fish, then Food, then Matter, then Life::Fungus, then Life, then Chemicals. . This library, Class::ISA, provides functions that return that list -- the list (in order) of names of classes Perl would search to find a method, with no duplicates. Homepage: http://search.cpan.org/dist/Class-ISA/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libclone-perl Priority: optional Section: perl Installed-Size: 65 Maintainer: Ubuntu Developers Original-Maintainer: Debian Perl Group Architecture: amd64 Version: 0.31-1build3 Depends: perl (>= 5.14.2-3build1), perlapi-5.14.2, libc6 (>= 2.2.5) Filename: pool/main/libclone-perl_0.31-1build3_amd64.deb Size: 11214 MD5Sum: 3cfc494524962f6703e491c38df9a6c2 SHA1: f5b76fafc5dc8a21cb2f5e0948c3a98497cb3c86 SHA256: 3793910dd2a924493c9ecb54fc4456385013f65f0cb6297f8d62de8637abf977 SHA512: 2a68386daba12ffe13e8a89ba2ef80507ba72069c790ad7442f0002ddb26d1eb2899b6967d6a0a2cc3c16d7f66e19de9707b74f055881a485fc6f2273f2f71b4 Description: recursively copy Perl datatypes The Clone module provides a clone() method which makes recursive copies of nested hash, array, scalar and reference types, including tied variables and objects. . It is faster (although less flexible) than Storable's dclone. Its functionality is _not_ serializing in-memory objects (i.e. as Data::Dumper or YAML::Dump do), but deep-copying them over to new in-memory structures. Homepage: http://search.cpan.org/dist/Clone/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: libcman3 Priority: optional Section: libs Installed-Size: 73 Maintainer: Ubuntu Developers Original-Maintainer: Debian HA Maintainers Architecture: amd64 Source: redhat-cluster Version: 3.1.7-0ubuntu2.1 Depends: libc6 (>= 2.14), libldap-2.4-2 (>= 2.4.7), libxml2 (>= 2.7.4) Filename: pool/main/libcman3_3.1.7-0ubuntu2.1_amd64.deb Size: 13388 MD5Sum: a2672136da3b33533c9be04d4e405f60 SHA1: 6c012bc09cb13897f443540b45dfef1a60daa22d SHA256: 88d7c73e2eb4c80edd4d7a227712151880026bd044bae339ef25dedc7a73a40b SHA512: ba25910cc017d7ea2bf607f5e0e785601ef72d86fe3208f2074dd2ef0d8eee20ee555f99bb79542044b65edbe304b2443b43264843fc4d630a73caf16f85ad5a Description: Red Hat cluster suite - cluster manager libraries This package is part of the Red Hat Cluster Suite, a complete high-availability solution. . CMAN provides a general-purpose Corosync/OpenAIS-based cluster manager. . This package contains the client libraries. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: libcomerr2 Priority: required Section: libs Installed-Size: 97 Maintainer: Ubuntu Developers Original-Maintainer: Theodore Y. Ts'o Architecture: amd64 Source: e2fsprogs Version: 1.42-1ubuntu2.2 Replaces: e2fsprogs (<< 1.34-1) Provides: libcomerr-kth-compat Depends: libc6 (>= 2.4) Pre-Depends: multiarch-support Filename: pool/main/libcomerr2_1.42-1ubuntu2.2_amd64.deb Size: 57110 MD5Sum: fee6367b98f5d42788adbe7fd7040cba SHA1: 51a73c1c492aafe051ebbba935981972c40bf963 SHA256: 36196de5fbc9d57122fb6a5d823462b7f68c42b333380651c4db963f038c4fe8 SHA512: 2538da8b22dc42e8bf4bbca098459be7d7716c5d467224dd1c2d81ec5b4821e79ac7cde70748033e5945630feb5dcf1609ff5d871f6d671a7a7b859d0f6822ce Description: common error description library libcomerr is an attempt to present a common error-handling mechanism to manipulate the most common form of error code in a fashion that does not have the problems identified with mechanisms commonly in use. Multi-Arch: same Homepage: http://e2fsprogs.sourceforge.net Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: libcommon-sense-perl Priority: optional Section: perl Installed-Size: 80 Maintainer: Ubuntu Developers Original-Maintainer: Debian Perl Group Architecture: all Version: 3.4-1 Depends: perl Filename: pool/main/libcommon-sense-perl_3.4-1_all.deb Size: 20652 MD5Sum: 866bfae224f5f4a316c9a11e4f033f87 SHA1: 729349dc9e2e5cae05198624e82bc37082106c8d SHA256: c73ce30bf689afb5f8fc3629930e97bf7d3135282cb6154e6ac67f8836984872 SHA512: 924836fd8c839e78adf5bc3a80f748f830bccc101425a6659b7829a1030163fd589d4d6b51969405eb6d6aaf33a6f32ccd69912f92f764a189805f477e79c8d1 Description: module that implements some sane defaults for Perl programs common::sense implements some sane defaults for Perl programs, as defined by two typical (or not so typical - use your common sense) specimens of Perl coders. Homepage: http://search.cpan.org/dist/common-sense/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libconfdb4 Priority: optional Section: libs Installed-Size: 202 Maintainer: Debian HA Maintainers Architecture: amd64 Source: corosync Version: 1.4.6-2 Replaces: libcorosync4 (<= 1.4.2-1) Depends: libc6 (>= 2.14), libcoroipcc4 (>= 1.4.6) Conflicts: libcorosync4 (<= 1.4.2-1) Filename: pool/main/libconfdb4_1.4.6-2_amd64.deb Size: 176056 MD5Sum: 7b0d2c3b91a3b172438d50077e0f76cf SHA1: 8fc9017cc15bf493bf70ba225e0ac7c3c2ad4dbd SHA256: d8ceac5a68734f85ec9bbf760e21caa47f878328bfc5053bd9e3888a37d38dff SHA512: bcf65fd66e861162ae83667c34b98ae4aeed6a9eadc322a257c988d598616b7fdd4846f6fb56958a83041efb1cbb8e5ace3358b1cd72eb37a663bf0d6bab21f0 Description: Standards-based cluster framework, Confdb library Corosync is a project to implement a production quality "Revised BSD" licensed implementation of all core functionalities required by openais. The project implements cutting edge research on virtual synchrony to provide 100% correct operation in the face of failures or partitionable networks with excellent performance characteristics. . The Application Interface Specification is a software API and policies which are used to develop applications that maintain service during faults. . This package contains the Confdb library, which is a library included in Corosync. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: libconfig-general-perl Priority: optional Section: perl Installed-Size: 212 Maintainer: Ubuntu Developers Original-Maintainer: Francesco Cecconi Architecture: all Version: 2.50-1 Depends: perl Filename: pool/main/libconfig-general-perl_2.50-1_all.deb Size: 55132 MD5Sum: e60523c2086853f7e7d3cfa97cc0280b SHA1: 1399aa79272034fe4cea6d9387df6fd98218c23d SHA256: 8dc0a4dfa6564ce2cc4e910b003e41833646ea2e50023e65ecfa20c0b2738530 SHA512: efffd5da589894f7c9001ced507943bbae516df900591e7f265f14b9c57e164fe1d89e2d97401d63ce330e437097ccfb9e43ac594828dd39b9bec03a77e300d6 Description: Generic Configuration Module This module opens a configuration file and parses its contents for you. After parsing it returns a hash which contains all options and their associated values from your configuration file. . The format of configuration files supported by Config::General is inspired by the well known Apache configuration format, in fact, this module is fully capable of parsing Apache configurations, but the output is not usable by Apache. You can also just use simple name/value pairs in your configuration files. . In addition to the capabilities of an Apache configuration file it supports some enhancements such as here-documents, C-style comments and multi-line options. Homepage: http://search.cpan.org/dist/Config-General/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libconfig-inifiles-perl Priority: extra Section: perl Installed-Size: 145 Maintainer: Ubuntu Developers Original-Maintainer: Debian Perl Group Architecture: all Version: 2.68-1ubuntu0.12.04.1 Filename: pool/main/libconfig-inifiles-perl_2.68-1ubuntu0.12.04.1_all.deb Size: 40172 MD5Sum: 492c00db72935e43620cc65371e15836 SHA1: 6a534af31d6b9b27e6825e34e538d7a7610b7fd9 SHA256: 20a4c0c3efa9fcf978cb8564f7eae5f3f1bce769f5ef0e77f2f17cb99ceb45ee SHA512: 0b86d5dc151243da510536633886e2cd38e65cd984818efaa8e7def32b50655f6f3878e9b058de2a07ef9bb5d7f2dee41fd227c3320a12763bff7c998aa9b033 Description: Read .ini-style configuration files Config::IniFiles provides a way to have readable configuration files outside your Perl script. Configurations can be imported (inherited, stacked,...), sections can be grouped, and settings can be accessed from a tied hash. Homepage: http://search.cpan.org/dist/Config-IniFiles/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libconfig8 Priority: optional Section: libs Installed-Size: 108 Maintainer: Ubuntu Developers Original-Maintainer: Jose Luis Tallon Architecture: amd64 Source: libconfig Version: 1.3.2-2ubuntu2 Depends: libc6 (>= 2.4) Filename: pool/main/libconfig8_1.3.2-2ubuntu2_amd64.deb Size: 21460 MD5Sum: 9efe6408c6f89b6deb7b69fbe33c380e SHA1: ea9f0d81df687df85635c91fdddc5d6e25c7e94d SHA256: 139644c912d04f5e4ff62fbf5a7a7b9b4773b88ff549c2793be14d65f8b044c8 SHA512: 645d67b8a67262b49300d212302b8eb8fdd561c0633e53fa559a2443fbf0053b5ab33969ad73272c5df109d14b54ac69a5c9e94fcd3cc163530b63ba9a9e56d4 Description: parsing and manipulation of structured configuration files This library features a fully reentrant parser and includes bindings for both the C and C++ programming languages. It runs on modern POSIX-compliant systems such as Linux, Solaris, and Mac OS X (Darwin), as well as on Microsoft Windows 2000/XP and later (Visual Studio or MinGW). . This library allows parsing, manipulating and writing structured configuration files. Homepage: http://www.hyperrealm.com/libconfig/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 18m Package: libcoroipcc4 Priority: optional Section: libs Installed-Size: 174 Maintainer: Debian HA Maintainers Architecture: amd64 Source: corosync Version: 1.4.6-2 Replaces: libcorosync4 (<= 1.4.2-1) Depends: libc6 (>= 2.14) Conflicts: libcorosync4 (<= 1.4.2-1) Filename: pool/main/libcoroipcc4_1.4.6-2_amd64.deb Size: 164086 MD5Sum: 4c02003d653f203709da653b75b6cef6 SHA1: bb45154135ca0354914562aaeaf1e97212759788 SHA256: 0c5bec0804a2444e264d0d88cf523fbbb53e832cc1d94c5757e6c3eaa1e61bf2 SHA512: 7fd05b12af927d1a8786dbc7ee2808795c7cd7819c67d318a7427de7aa5aca9917a9e7460d435c02d51f92447fac20c066fc34720c7bc4228042ab5edd40da40 Description: Standards-based cluster framework, Coroipcc library Corosync is a project to implement a production quality "Revised BSD" licensed implementation of all core functionalities required by openais. The project implements cutting edge research on virtual synchrony to provide 100% correct operation in the face of failures or partitionable networks with excellent performance characteristics. . The Application Interface Specification is a software API and policies which are used to develop applications that maintain service during faults. . This package contains the Coroipcc library, which is a library included in Corosync. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: libcoroipcs4 Priority: optional Section: libs Installed-Size: 174 Maintainer: Debian HA Maintainers Architecture: amd64 Source: corosync Version: 1.4.6-2 Replaces: libcorosync4 (<= 1.4.2-1) Depends: libc6 (>= 2.14) Conflicts: libcorosync4 (<= 1.4.2-1) Filename: pool/main/libcoroipcs4_1.4.6-2_amd64.deb Size: 164260 MD5Sum: 07b465cb76d9164eb0e36d5d83c33765 SHA1: e049b1bb778eea2e22d88f7e9fdc3c22b395c684 SHA256: aa13196b535243804baf06af904bca2f5703e94773d2abdff27d0324096babbb SHA512: ce7f28ec0f43f55781ba7f7d466c83588999b50db624e36d21d27abc3172d74b589dc41d4a67749fa5167120e73d729364b3b902d31a6fd130c19a54b4d119ff Description: Standards-based cluster framework, Coroipcs library Corosync is a project to implement a production quality "Revised BSD" licensed implementation of all core functionalities required by openais. The project implements cutting edge research on virtual synchrony to provide 100% correct operation in the face of failures or partitionable networks with excellent performance characteristics. . The Application Interface Specification is a software API and policies which are used to develop applications that maintain service during faults. . This package contains the Coroipcs library, which is a library included in Corosync. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: libcpg4 Priority: optional Section: libs Installed-Size: 178 Maintainer: Debian HA Maintainers Architecture: amd64 Source: corosync Version: 1.4.6-2 Replaces: libcorosync4 (<= 1.4.2-1) Depends: libc6 (>= 2.4), libcoroipcc4 (>= 1.4.6) Conflicts: libcorosync4 (<= 1.4.2-1) Filename: pool/main/libcpg4_1.4.6-2_amd64.deb Size: 165904 MD5Sum: df01702ad6097e081f3790c8cf0ae2a4 SHA1: 779bcf40334ef1b115ad1a9b5496124864be11b9 SHA256: 1c6a0f9614454c660bb11fd10dd1040b8bdc065d14852a9fe74c67e0575d8338 SHA512: 4626c8b31bc1ae3d7aaa671bf4d85975a0bd885094c77e48522f189fe9cb21a98da7fad89744f20b4b5e57c9366dcb13224c79672f728169eaa9f4e74bd14579 Description: Standards-based cluster framework, Cpg library Corosync is a project to implement a production quality "Revised BSD" licensed implementation of all core functionalities required by openais. The project implements cutting edge research on virtual synchrony to provide 100% correct operation in the face of failures or partitionable networks with excellent performance characteristics. . The Application Interface Specification is a software API and policies which are used to develop applications that maintain service during faults. . This package contains the Cpg library, which is a library included in Corosync. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: libcpufreq0 Priority: optional Section: universe/libs Installed-Size: 59 Maintainer: Ubuntu Developers Original-Maintainer: Mattia Dongili Architecture: amd64 Source: cpufrequtils Version: 007-2 Depends: libc6 (>= 2.4) Filename: pool/main/libcpufreq0_007-2_amd64.deb Size: 13058 MD5Sum: 1e18f80d3d67f000badd705138040edb SHA1: d3e8fb72e9d462789a283f4ff51e56acf3602360 SHA256: ce04dc26535732cfa4d7bb49f5f8e64793c4e43f9838dee9a5504ed0d445d6af SHA512: 323fd97c110e2f88fafb3b11fb18ad9930462622b10b5532415baee6715e47b745174a7fef22b2119e6014458718a455761ea2e167e6c10af27ff883db3489a2 Description: shared library to deal with the cpufreq Linux kernel feature This library provide an unified method to access the CPUFreq kernel interface. Homepage: http://kernel.org/pub/linux/utils/kernel/cpufreq/cpufrequtils.html Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libcrmcluster1 Priority: optional Section: libs Installed-Size: 118 Maintainer: Ubuntu Developers Original-Maintainer: Debian HA Maintainers Architecture: amd64 Source: pacemaker Version: 1.1.6-2ubuntu3.2 Replaces: pacemaker (<= 1.0.9.1+hg15626-2) Depends: libbz2-1.0, libc6 (>= 2.14), libcman3 (>= 3.1.7), libconfdb4 (>= 1.4.2), libcoroipcc4 (>= 1.4.2), libcpg4 (>= 1.4.2), libcrmcommon2 (>= 1.1.6), libglib2.0-0 (>= 2.12.0), libplumb2 (>= 1.0.8), libquorum4 (>= 1.4.2), libxml2 (>= 2.7.4) Conflicts: pacemaker (<= 1.0.9.1+hg15626-2) Filename: pool/main/libcrmcluster1_1.1.6-2ubuntu3.2_amd64.deb Size: 29848 MD5Sum: df36f03305ace12fab7670b12d847088 SHA1: 27c77e232d5b476ee33a8d7f4a3572f084ea1371 SHA256: 31ce89bb433fb4894d112607f07a695f0b1fa01b53eb58486f086a73a1cc75f2 SHA512: c224ab450bcc50c1fc773b466672ca6766cc1e7132f016f84bb0d2f043f97d45cf793509a3edf61996e5e8cb6bb25eb78641816fe1ef9cf1e701bcb0e2e77200 Description: Pacemaker libraries - CRM This package contains some of the libraries provided by and needed for the pacemaker cluster manager. You need to install them if you intend to run pacemaker. Specifically, this package contains the CRM cluster library. Homepage: http://clusterlabs.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 18m Package: libcrmcluster4 Priority: optional Section: libs Installed-Size: 147 Maintainer: Debian HA Maintainers Architecture: amd64 Source: pacemaker Version: 1.1.10+git20130802-4 Replaces: libcrmcluster1, libcrmcluster2, pacemaker (<= 1.0.9.1+hg15626-2) Depends: libbz2-1.0, libc6 (>= 2.14), libconfdb4 (>= 1.4.4), libcoroipcc4 (>= 1.4.4), libcpg4 (>= 1.4.4), libcrmcommon3 (>= 1.1.10+git20130802), libglib2.0-0 (>= 2.16.0), libplumb2 (>= 1.0.11+hg2754), libqb0, libstonithd2 (>= 1.1.10+git20130802), libxml2 (>= 2.7.4) Conflicts: libcrmcluster1, libcrmcluster2, pacemaker (<= 1.0.9.1+hg15626-2) Filename: pool/main/libcrmcluster4_1.1.10+git20130802-4_amd64.deb Size: 60422 MD5Sum: 3514fdb565c2c8a475fd694bfc0d6f90 SHA1: 866a2b3d971e35ab6a25a6c56263e75dcd0483ce SHA256: 120ed3d671116303a09f79e8f1b19f860243ca948426846c181623760fd4d1f7 SHA512: c1def3d2f9d04c31ebffbc4075fe44e001c90d5250b956fb8b6d8f8f805cb5908e55420dcf7c15377517287fec76ab6447dad853fe377162809e26deb2de2135 Description: Pacemaker libraries - CRM This package contains some of the libraries provided by and needed for the pacemaker cluster manager. You need to install them if you intend to run pacemaker. Specifically, this package contains the CRM cluster library. Homepage: http://clusterlabs.org/ Package: libcrmcommon2 Priority: optional Section: libs Installed-Size: 247 Maintainer: Ubuntu Developers Original-Maintainer: Debian HA Maintainers Architecture: amd64 Source: pacemaker Version: 1.1.6-2ubuntu3.2 Replaces: pacemaker (<= 1.0.9.1+hg15626-2) Depends: libbz2-1.0, libc6 (>= 2.14), libglib2.0-0 (>= 2.12.0), libgnutls26 (>= 2.12.6.1-0), libplumb2 (>= 1.0.8), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25) Conflicts: pacemaker (<= 1.0.9.1+hg15626-2) Filename: pool/main/libcrmcommon2_1.1.6-2ubuntu3.2_amd64.deb Size: 77582 MD5Sum: c4fe4d36f9522ac4dd27b2a46b12f2cf SHA1: 1cbd85051a223126ad3bf7b3b2ea31d26ad489b3 SHA256: 8ff71577fc7d40ef4c2ca385a2a949a021d25240aa7ccfe7cc71955d45977aed SHA512: 2027f2eb0955a4a5d3194e5902f232ad64c5942df6fb75c9baef30da563cd05eab5e5a24e5e8a7c90b0263898f3ec72e03d2668037a7a8ae0720961d4bd243df Description: Pacemaker libraries - common CRM This package contains some of the libraries provided by and needed for the pacemaker cluster manager. You need to install them if you intend to run pacemaker. Specifically, this package contains the common CRM library. Homepage: http://clusterlabs.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 18m Package: libcrmcommon3 Priority: optional Section: libs Installed-Size: 297 Maintainer: Debian HA Maintainers Architecture: amd64 Source: pacemaker Version: 1.1.10+git20130802-4 Replaces: libcrmcommon2, pacemaker (<= 1.0.9.1+hg15626-2) Depends: libbz2-1.0, libc6 (>= 2.15), libglib2.0-0 (>= 2.28.0), libgnutls26 (>= 2.12.6.1-0), libqb0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25) Conflicts: libcrmcommon2, pacemaker (<= 1.0.9.1+hg15626-2) Filename: pool/main/libcrmcommon3_1.1.10+git20130802-4_amd64.deb Size: 126232 MD5Sum: a2b8f9394a25aaf610a9145fa4d41d5d SHA1: d493fa9bc0b7ab1f635bb1e70a8f2d7f1ecfa893 SHA256: 6e9f28b25eea3850e381dd39a7fd1ce959402ea66635d84180912b9808bc8460 SHA512: 5091f61a08e4de5ac4096951ea6ee2c51a6dcfd153b85438c23133f7281d5a67b9b4b1862f5b8178e8d00e46393c2e8442e754f139f44d44a239d2191aa5e4bc Description: Pacemaker libraries - common CRM This package contains some of the libraries provided by and needed for the pacemaker cluster manager. You need to install them if you intend to run pacemaker. Specifically, this package contains the common CRM library. Homepage: http://clusterlabs.org/ Package: libcrmservice1 Priority: optional Section: libs Installed-Size: 91 Maintainer: Debian HA Maintainers Architecture: amd64 Source: pacemaker Version: 1.1.10+git20130802-4 Depends: libc6 (>= 2.8), libcrmcommon3 (>= 1.1.10+git20130802), libglib2.0-0 (>= 2.28.0), libqb0 Filename: pool/main/libcrmservice1_1.1.10+git20130802-4_amd64.deb Size: 37368 MD5Sum: 72dba69ccf22ec2c43f3e798379e208b SHA1: 18ab60041bade0a3ab03e5884ced766635663ed5 SHA256: 1c4444730eae7d40f1d00717fede5476b9ea60a4e837730078c4c191a63008e3 SHA512: a4b3de4bb62de586a222d2f6b2b0b9754242da7e99138569627ab6bd0a79f4237edca1893fa0244debbf3739a7272ba061a2f72dee4c9e548f1d352558bd857e Description: Pacemaker libraries - crmservice This package contains some of the libraries provided by and needed for the pacemaker cluster manager. You need to install them if you intend to run pacemaker. Specifically, this package contains the crmservice library. Homepage: http://clusterlabs.org/ Package: libcroco3 Priority: optional Section: libs Installed-Size: 334 Maintainer: Ubuntu Developers Original-Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: libcroco Version: 0.6.5-1ubuntu0.1 Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.16.0), libxml2 (>= 2.7.4) Pre-Depends: multiarch-support Filename: pool/main/libcroco3_0.6.5-1ubuntu0.1_amd64.deb Size: 99844 MD5Sum: 72028952e8ff06daca3f70a53501243b SHA1: 45ab5a1df0d96075c4cedba9e6a56586ad7406f5 SHA256: 3921e7025cdb4627d37be506c24fbc2bb7aaf8754960d346de91fea01029b72f SHA512: 40156ab652975308806adedd4258554c9f69be0f3eb7befb4d7eb907200d0b173cbbfbe43a6e168a4091ba229f0fbdaa5b0b00beb6521e481acce4db3a54b026 Description: Cascading Style Sheet (CSS) parsing and manipulation toolkit Services provided by Libcroco * A parser module that provides o A SAC like API. SAC stands for Simple API for CSS. SAC is an event driven API wich resembles SAX in the xml world. o A CSSOM like API. CSSOM stands for Cascading Style Sheet Object Model. . The libcroco parser implements the CSS Level 2 specification, the CSS forward compatibility rules and the CSS cascading rules. . * A CSS2 selection engine Given an xml element node (that obviously comes from an xml document) and a stylesheet cascade, the Libcroco selection engine can evaluate the css selectors of the cascade and return the style properties associated to the xml element node. . Note that the xml manipulation toolkit used by the libcroco selection engine at the moment is libxml2. . This package contains the shared libraries. Multi-Arch: same Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-full, kubuntu-active-desktop, kubuntu-active-full, edubuntu-desktop, edubuntu-usb, edubuntu-desktop-kde, xubuntu-desktop, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop, ubuntustudio-font-meta Package: libcryptsetup4 Priority: optional Section: libs Installed-Size: 176 Maintainer: Ubuntu Developers Original-Maintainer: Debian Cryptsetup Team Architecture: amd64 Source: cryptsetup Version: 2:1.4.1-2ubuntu4 Depends: libc6 (>= 2.15), libdevmapper1.02.1 (>= 2:1.02.36), libgcrypt11 (>= 1.4.6-3), libuuid1 (>= 2.16), libgpg-error0 (>= 1.10-0.1) Filename: pool/main/libcryptsetup4_1.4.1-2ubuntu4_amd64.deb Size: 55812 MD5Sum: 619e8181e92a150f7ca2781b9b087d3d SHA1: 3f996c321af8a13fcc90961e55bae9bf1267c6ad SHA256: d6fdac80fb2219bb1463a07f7e1ed889edfa08a4c105d6910c876d686812126a SHA512: cf4fd93e7cabfa592755d0578ea1fa14ede1cb8dac1522a65e39b94a8adbec20f5a44cc8d1783c630dc6f5239b69c7fd6b010073668caf1bc86967d51d92fea7 Description: disk encryption support - shared library Cryptsetup provides an interface for configuring encryption on block devices (such as /home or swap partitions), using the Linux kernel device mapper target dm-crypt. It features integrated Linux Unified Key Setup (LUKS) support. . This package provides the libcryptsetup shared library. Homepage: http://code.google.com/p/cryptsetup/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, edubuntu-desktop-kde, xubuntu-desktop, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-live, ubuntustudio-desktop Package: libcups2 Priority: optional Section: libs Installed-Size: 474 Maintainer: Ubuntu Developers Original-Maintainer: Debian CUPS Maintainers Architecture: amd64 Source: cups Version: 1.5.3-0ubuntu8.7 Replaces: libcupsys2 Provides: libcupsys2 Depends: libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.14), libgnutls26 (>= 2.12.6.1-0), libgssapi-krb5-2 (>= 1.10+dfsg~), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Suggests: cups-common Conflicts: libcupsys2 Breaks: cups (<< 1.5.0) Filename: pool/main/libcups2_1.5.3-0ubuntu8.7_amd64.deb Size: 168666 MD5Sum: 0d9c7a155c5290198d9187c3dd770351 SHA1: 74e21f8007293eed033fe16d6546e04bddb02fef SHA256: e938f57283f26fb337e44b1a4b889f08ed37cef5e3a66e07e6f552e1275adf86 SHA512: 5b04812d1e97f0588f5d117d100ec4e84e1c3da7eb8fee06912f7caff15c72cdbbd6a9c3e489f4a199b35a896a5101f18d18bb5ff01bea860ab11bec1e416087 Description: Common UNIX Printing System(tm) - Core library The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the base shared libraries for CUPS. Multi-Arch: same Homepage: http://www.cups.org Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, print-server, tomcat-server, samba-server, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: libcupsimage2 Priority: optional Section: libs Installed-Size: 218 Maintainer: Ubuntu Developers Original-Maintainer: Debian CUPS Maintainers Architecture: amd64 Source: cups Version: 1.5.3-0ubuntu8.7 Depends: libc6 (>= 2.14), libcups2 (>= 1.4.0), libjpeg8 (>= 8c), libpng12-0 (>= 1.2.13-4), libtiff4 Pre-Depends: multiarch-support Filename: pool/main/libcupsimage2_1.5.3-0ubuntu8.7_amd64.deb Size: 51842 MD5Sum: 86c5303257844a5b66592867993187de SHA1: a34d438c0b752896af15668402844875ca62b4ba SHA256: 498394f6c688adf050e43cc9f99d10f603086ebb8d2e9adf10904a4955e11cde SHA512: 973c0ff2c1d61c42de2b8a63972b911d03825f902586c147a73a4a8e878d85ca501f2c0253f62dfb71f506efb974d4d7584ebb73f267a1fa4460f22bc7ce3311 Description: Common UNIX Printing System(tm) - Raster image library The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the image libraries for handling the CUPS raster format. Multi-Arch: same Homepage: http://www.cups.org Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, print-server, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: libcurl3-gnutls Priority: standard Section: libs Installed-Size: 526 Maintainer: Ubuntu Developers Original-Maintainer: Ramakrishnan Muthukrishnan Architecture: amd64 Source: curl Version: 7.22.0-3ubuntu4.14 Replaces: libcurl4-gnutls Depends: libc6 (>= 2.15), libgcrypt11 (>= 1.4.5), libgnutls26 (>= 2.12.6.1-0), libgssapi-krb5-2 (>= 1.10+dfsg~), libidn11 (>= 1.13), libldap-2.4-2 (>= 2.4.7), librtmp0 (>= 2.3), zlib1g (>= 1:1.1.4), ca-certificates Pre-Depends: multiarch-support Conflicts: libcurl4-gnutls Filename: pool/main/libcurl3-gnutls_7.22.0-3ubuntu4.14_amd64.deb Size: 227262 MD5Sum: e47fae7d67414bfe55568862526be244 SHA1: a8f6bc5c4ee426553aed69a5de6e4a760af69913 SHA256: 79f508c69c5d9f796e27fb60ef975468debea78cfd396b3c4e7da75db294ada7 SHA512: edeb18d8b32ec72f1118f28f67f9255a0db4a15bf3c649e79f4fa58722720ccd011421f9b01f565188ffb2ca89055ef70cc017530851f6bd1e82099a85b1d267 Description: Multi-protocol file transfer library (GnuTLS) libcurl is designed to be a solid, usable, reliable and portable multi-protocol file transfer library. . SSL support is provided by GnuTLS. . This is the shared version of libcurl. Multi-Arch: same Homepage: http://curl.haxx.se Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: libcurl3 Priority: optional Section: libs Installed-Size: 547 Maintainer: Ubuntu Developers Original-Maintainer: Ramakrishnan Muthukrishnan Architecture: amd64 Source: curl Version: 7.22.0-3ubuntu4.14 Replaces: libcurl2 (<< 1:7.11.2-2), libcurl4 Depends: libc6 (>= 2.15), libgssapi-krb5-2 (>= 1.10+dfsg~), libidn11 (>= 1.13), libldap-2.4-2 (>= 2.4.7), librtmp0 (>= 2.3), libssl1.0.0 (>= 1.0.1), zlib1g (>= 1:1.1.4), ca-certificates Pre-Depends: multiarch-support Conflicts: libcurl4 Filename: pool/main/libcurl3_7.22.0-3ubuntu4.14_amd64.deb Size: 236054 MD5Sum: d5fdfc7c2b004b76836a5be29a261ce3 SHA1: 9d25fa6c9330277fb3c500cc71c7b104a3871c3b SHA256: 66d2fb8d6d796d11c904fae52620134834de5bc78fac14aa7292df74094ed09b SHA512: 1424d705c010f637c14246ef0db1b95207290edcf8b7738486267e913a7270594660d9b62042721697db4ce073eb284f4723f8dd34c1085d389de573d01c3a2d Description: Multi-protocol file transfer library (OpenSSL) libcurl is designed to be a solid, usable, reliable and portable multi-protocol file transfer library. . SSL support is provided by OpenSSL. . This is the shared version of libcurl. Multi-Arch: same Homepage: http://curl.haxx.se Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, cloud-image, ubuntu-usb, server, edubuntu-desktop, edubuntu-usb Package: libcwidget3 Priority: optional Section: libs Installed-Size: 1072 Maintainer: Ubuntu Core Developers Original-Maintainer: Daniel Burrows Architecture: amd64 Source: cwidget Version: 0.5.16-3.1ubuntu1 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libncursesw5 (>= 5.6+20070908), libsigc++-2.0-0c2a (>= 2.0.2), libstdc++6 (>= 4.6) Suggests: libcwidget-dev Filename: pool/main/libcwidget3_0.5.16-3.1ubuntu1_amd64.deb Size: 406306 MD5Sum: f4fad2a22488323ee3c9ac25b0ebfa0c SHA1: 5fe093eafe63f436ba23ddfa74ff27b72a477dd2 SHA256: 078fed327852999885b931804ce0f2a3df4039b9c2eaf27fb61cdb1546ae4149 SHA512: a7b670d4507e1be8dac28b7bdb074daec559f930f50dbd2967ed8b7ec03ec431fb66e773b58d776274e8eb07949ebe834272ef440fee02d87c565f06e3d41d52 Description: high-level terminal interface library for C++ (runtime files) libcwidget is a modern user interface library modeled on GTK+ and Qt, but using curses as its display layer and with widgets that are tailored to a terminal environment. . This package contains the files that are required to run programs compiled against libcwidget. Homepage: http://cwidget.alioth.debian.org Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: cloud-image Package: libdatrie1 Priority: optional Section: libs Installed-Size: 73 Maintainer: Ubuntu Developers Original-Maintainer: Theppitak Karoonboonyanan Architecture: amd64 Source: libdatrie Version: 0.2.5-3 Depends: libc6 (>= 2.4) Pre-Depends: multiarch-support Filename: pool/main/libdatrie1_0.2.5-3_amd64.deb Size: 16376 MD5Sum: 716994b4b704545103f6a40d600607bb SHA1: 791983d3060acbc408fbabb672dab2a8e3b23f23 SHA256: ca0811d38765a38a8276851f14c357da65e9594ff0a81e5d9b3854671c4d8726 SHA512: 8f194bd80c3151ceb95cf3fc5ce025a2d9099225c519b7d3bc91e2c4152099972190f0abcc83a1fb2fa5099d2a8fc9fa6611562e053f60aa07f4aa9565c4fe3b Description: Double-array trie library This package provides shared libraries needed to run programs that use the datrie library. It is usually automatically installed. Multi-Arch: same Homepage: http://linux.thai.net/projects/libthai Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, edubuntu-desktop-kde, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: libdb5.1 Priority: required Section: libs Installed-Size: 1536 Maintainer: Ubuntu Developers Original-Maintainer: Debian Berkeley DB Group Architecture: amd64 Source: db Version: 5.1.25-11build1 Depends: libc6 (>= 2.4) Pre-Depends: multiarch-support Filename: pool/main/libdb5.1_5.1.25-11build1_amd64.deb Size: 699904 MD5Sum: b0f2ac49df688c4817e2586d2993647c SHA1: 3d34669798349791b4f65879f0fd2ee743d5d8f6 SHA256: 2240219ab425e2c21d15f949a848b84dbc6a0f5df0a9296336e394f26b917feb SHA512: bb2cbab72517c2a86957c9628969a091f3a2593850607418022a71bce4ce5b279ba6fbdbdbe4b8d46896d00d4f25ae86d50878d4eb5fb2de8de0753896865ee1 Description: Berkeley v5.1 Database Libraries [runtime] This is the runtime package for programs that use the v5.1 Berkeley database library. Multi-Arch: same Homepage: http://www.oracle.com/technology/software/products/berkeley-db/index.html Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: libdbd-mysql-perl Priority: optional Section: perl Installed-Size: 321 Maintainer: Ubuntu Developers Original-Maintainer: Debian Perl Group Architecture: amd64 Version: 4.020-1build2 Depends: libc6 (>= 2.4), libmysqlclient18 (>= 5.5.13-1), perl (>= 5.14.2-5), perl-dbdabi-94, perlapi-5.14.2, libdbi-perl (>= 1.610.90) Filename: pool/main/libdbd-mysql-perl_4.020-1build2_amd64.deb Size: 105546 MD5Sum: 67a75d8e71cc4b17ca85773a62943cbf SHA1: 1fe3cfcdb0aca75ad24fe8679ec668c3e951f9c3 SHA256: 9b8a6cb5d544175c8992c906893afb606dfbb90a56d3c841c62dde9948ba01f4 SHA512: 0380be290b846cc99fd89edafba03321b99126da5b8691465e490553d8a78233d63aa1f65dd7e4a154de72685403a2537ed4a72c5ce801ca6944558c9bbe7c6d Description: Perl5 database interface to the MySQL database DBD::mysql is the Perl5 Database Interface driver for the MySQL database. In other words: DBD::mysql is an interface between the Perl programming language and the MySQL programming API that comes with the MySQL relational database management system. Most functions provided by this programming API are supported. Some rarely used functions are missing, mainly because noone ever requested them. However supported features include: compression of data between server and client; timeouts; SSL; prepared statement support; server administration such as creating and dropping databases and restarting the server; auto-reconnection; utf8; bind type guessing; bind comment placeholders; automated insert ids; transactions; multiple result sets and multithreading. Homepage: http://search.cpan.org/dist/DBD-mysql/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: lamp-server, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: libdbi-perl Priority: optional Section: perl Installed-Size: 2083 Maintainer: Ubuntu Developers Original-Maintainer: Debian Perl Group Architecture: amd64 Version: 1.616-1build2 Provides: perl-dbdabi-94 Depends: perl (>= 5.14.2-3build1), perlapi-5.14.2, libc6 (>= 2.4), libplrpc-perl Breaks: libdbd-anydata-perl (<< 0.09+), libdbd-csv-perl (<< 0.3000), libsql-statement-perl (<< 1.28) Filename: pool/main/libdbi-perl_1.616-1build2_amd64.deb Size: 848604 MD5Sum: ebd6f4fc5c880d17c9c61cdcfc971297 SHA1: f6a8d6ad02e2d5c20d95e3bcd774b37b9e791587 SHA256: a9389f77c575a4e8f3dc0b2327ba18a9f8bc9688cca63d1dfe2d6004d920789e SHA512: 3d878893977b3dbd7edfd35e825fcba0c9a00e345c674cb2034de8f509dc6c5583ad2266a89a73d25576bc4fae4125d07a8bf98ec4701972c0dba81806abf034 Description: Perl Database Interface (DBI) DBI (DataBase Interface) is a Perl framework that provides a common interface to access various backend databases in a uniform manner. DBD (DataBase Driver) modules provide implementations for various backend data storage mechanisms including networked relational databases (particularly SQL databases) and even web services such as the Google search engine. . It is extremely portable and available for a wide range of operating systems, architectures and data stores, including: . * Oracle * Microsoft SQL Server * IBM DB2 * SQLite * PostgreSQL * Firebird * MySQL Homepage: http://dbi.perl.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: lamp-server, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: libdbus-1-3 Priority: required Section: libs Installed-Size: 363 Maintainer: Ubuntu Developers Original-Maintainer: Utopia Maintenance Team Architecture: amd64 Source: dbus Version: 1.4.18-1ubuntu1.7 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Recommends: dbus Breaks: kde-window-manager (<< 4:4.4.5-9), kdebase-workspace-bin (<< 4:4.4.5-9) Filename: pool/main/libdbus-1-3_1.4.18-1ubuntu1.7_amd64.deb Size: 145824 MD5Sum: 33ba80047a4dacb66387eb26b34964c2 SHA1: 352783d583e29a95b67a41ad25b8f41169775074 SHA256: 06622edbb7f4de17a3355bc848d8bf6cbfd7a6e84d2becb3687a01fb6930aedf SHA512: d3815c49272c99ea3a067569da8b0993ab420e4a131c1a396cdab1265f666b62bc20a372cd7c2957ff63b5955ec46043bd938a4d1f4a8c3157dc87335b2d09d6 Description: simple interprocess messaging system (library) D-Bus is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity. . D-Bus supports broadcast messages, asynchronous messages (thus decreasing latency), authentication, and more. It is designed to be low-overhead; messages are sent using a binary protocol, not using XML. D-Bus also supports a method call mapping for its messages, but it is not required; this makes using the system quite simple. . It comes with several bindings, including GLib, Python, Qt and Java. . The daemon can be found in the dbus package. Multi-Arch: same Homepage: http://dbus.freedesktop.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: libdbus-glib-1-2 Priority: standard Section: libs Installed-Size: 226 Maintainer: Ubuntu Developers Original-Maintainer: Utopia Maintenance Team Architecture: amd64 Source: dbus-glib Version: 0.98-1ubuntu1.1 Depends: libc6 (>= 2.14), libdbus-1-3 (>= 1.2.16), libglib2.0-0 (>= 2.31.8) Pre-Depends: multiarch-support Filename: pool/main/libdbus-glib-1-2_0.98-1ubuntu1.1_amd64.deb Size: 73636 MD5Sum: 302d63d42b1637f5bb7823e37bdae601 SHA1: a352e1192cb487bdda111b0dba63fda9ee9bd60b SHA256: 8c89d10e35d8f48a2fa65d18f0c3b3e4aff3b4cb0185a0e8776fb09854ae39f9 SHA512: 5a587f2e6b4d45e9e7ba38b56deec4ea0e5ba5135a88570595db222be1cc074bbc674850dc4343c325dd292b78f6d482232f207486d229239e34c12e4e35eef5 Description: simple interprocess messaging system (GLib-based shared library) D-Bus is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity. . This package provides the GLib-based shared library for applications using the GLib interface to D-Bus. . See the dbus description for more information about D-Bus in general. Multi-Arch: same Homepage: http://www.freedesktop.org/wiki/Software/DBusBindings Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: libdevmapper-event1.02.1 Priority: optional Section: libs Installed-Size: 58 Maintainer: Ubuntu Developers Original-Maintainer: Debian LVM Team Architecture: amd64 Source: lvm2 (2.02.111-2ubuntu1) Version: 2:1.02.90-2ubuntu1 Depends: libc6 (>= 2.15), libdevmapper1.02.1 (>= 2:1.02.90) Pre-Depends: multiarch-support Filename: pool/main/libdevmapper-event1.02.1_1.02.90-2ubuntu1_amd64.deb Size: 45104 MD5Sum: 44ea91873d7eb333f76806f516fc7454 SHA1: 3b0feaccbf2a6db4efeaafaa330b8d34bb3cb069 SHA256: a2b635a923b4463e389f5ad29730b43821dd706594097e20a0286f06ac1602b4 SHA512: 7d7d08f76dc3372f0e3c0761559b70ee8b26c339a01b940b8af8e36021ce343379c786dc3667f1b5a0be26d1b0295b7cbf3a5b1cf0b3e7fda09ea2f65281bf41 Description: Linux Kernel Device Mapper event support library The Linux Kernel Device Mapper is the LVM (Linux Logical Volume Management) Team's implementation of a minimalistic kernel-space driver that handles volume management, while keeping knowledge of the underlying device layout in user-space. This makes it useful for not only LVM, but EVMS, software raid, and other drivers that create "virtual" block devices. . This package contains the userspace library to help with event monitoring for devmapper devices, in conjunction with the dmevent daemon. Multi-Arch: same Homepage: http://sources.redhat.com/lvm2/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, edubuntu-desktop-kde, xubuntu-desktop, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-desktop, ubuntustudio-desktop Package: libdevmapper1.02.1 Priority: important Section: libs Installed-Size: 326 Maintainer: Ubuntu Developers Original-Maintainer: Debian LVM Team Architecture: amd64 Source: lvm2 (2.02.111-2ubuntu1) Version: 2:1.02.90-2ubuntu1 Depends: libc6 (>= 2.14), libselinux1 (>= 1.32), libudev0 (>= 147), dmsetup (>= 2:1.02.90-2ubuntu1) Pre-Depends: multiarch-support Conflicts: libdevmapper1.02 Breaks: lvm2 (<< 2.02.66) Filename: pool/main/libdevmapper1.02.1_1.02.90-2ubuntu1_amd64.deb Size: 167554 MD5Sum: d60a5ed3e368e53c823e06a6a923fcf8 SHA1: eea6090b8c2a79de57505a8c055eb871cac043c2 SHA256: a004b5ee83a4a3be120ff4966d72e27f3aad95c8511a84cbb358074a27512a88 SHA512: c6d9383a4b406f733f96a04f82f70dade9f87a5e0c877352641ec2857bc778e6421a623ef54cf30621256326576952932638c69e9787d3eee5797fb311082ae7 Description: Linux Kernel Device Mapper userspace library The Linux Kernel Device Mapper is the LVM (Linux Logical Volume Management) Team's implementation of a minimalistic kernel-space driver that handles volume management, while keeping knowledge of the underlying device layout in user-space. This makes it useful for not only LVM, but EVMS, software raid, and other drivers that create "virtual" block devices. . This package contains the (user-space) shared library for accessing the device-mapper; it allows usage of the device-mapper through a clean, consistent interface (as opposed to through kernel ioctls). Multi-Arch: same Homepage: http://sources.redhat.com/lvm2/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: libdigest-hmac-perl Priority: optional Section: perl Installed-Size: 72 Maintainer: Ubuntu Developers Original-Maintainer: Debian Perl Group Architecture: all Version: 1.03+dfsg-1 Depends: perl Filename: pool/main/libdigest-hmac-perl_1.03+dfsg-1_all.deb Size: 12072 MD5Sum: 7e10db441e0124fe8f0fe37ee9be74c3 SHA1: b50c708919a3c993e8298f0ac299b54dcc92f853 SHA256: c9fe7c086822e99131e4cd4b7075a964292684999f1ee2bedf4608bf7801dbfc SHA512: f53a2bec94c2dba36ce177ea6e7635fa6f3e0406fa4161eae6a0f430f525c13de3c2ad8008feb16a534daa16e62cda3696ba0dcaac49d5a81039f62ab53875be Description: module for creating standard message integrity checks HMAC is used for message integrity checks between two parties that share a secret key, and works in combination with some other Digest algorithm, usually MD5 or SHA-1. The HMAC mechanism is described in RFC 2104. . The Digest::HMAC module follow the common Digest:: interface, but the constructor takes the secret key and the name of some other simple Digest:: module as argument. Homepage: http://search.cpan.org/dist/Digest-HMAC/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libdiscover2 Priority: optional Section: universe/libs Installed-Size: 287 Maintainer: Ubuntu Developers Original-Maintainer: Debian Install System Team Architecture: amd64 Source: discover Version: 2.1.2-5.1 Depends: libc6 (>= 2.4), libexpat1 (>= 1.95.8), discover-data (>> 2.2004.04) Conflicts: discover (<< 2.0), discover1 (<< 2.0), libdiscover1 (<< 2.0) Filename: pool/main/libdiscover2_2.1.2-5.1_amd64.deb Size: 85706 MD5Sum: 0f100470168a35bc6fa7cea7a24f124e SHA1: 30675e1b06c742090d17b1e5caeee3d069ae9e5c SHA256: 45820695b38f366bc441150e6f6ec844fd88720b8020f58072cc5d57d02a2980 SHA512: 0b74c92b71bb05551979a86d7b8494c8e9ff2a1aaf66e78de1264c7d8387c89b8d2a432cc230957ff0d402c5ad303069e8a4e62b58d2eb93d0591d7f5285e6e3 Description: hardware identification library libdiscover is a library enabling identification of various PCI, PCMCIA, and USB devices. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libdjvulibre-text Priority: optional Section: libs Installed-Size: 382 Maintainer: Ubuntu Developers Original-Maintainer: Barak A. Pearlmutter Architecture: amd64 Source: djvulibre Version: 3.5.24-9ubuntu0.1 Replaces: djview3 (= 3.5.20-9), djvulibre-desktop (<< 3.5.20-9), libdjvulibre15 Filename: pool/main/libdjvulibre-text_3.5.24-9ubuntu0.1_amd64.deb Size: 67858 MD5Sum: 98d8a4be1dcbb9d48cf433c3793260d3 SHA1: 347f52ab63be335b2fe7f05fe3c3c4a354f41310 SHA256: bbadc22ddbd561a56f789f63e836707f69a95346ef141e411dfd763339c72821 SHA512: efd71806491313bbe03bd79960d92788a03be6d38105e59ed149041ab945eb19076850c7b88fde48888c28b0ec4c12dd144e5cab1e328e7ca37dda0ec2d242de Description: Linguistic support files for libdjvulibre Runtime linguistic support files for the libdjvulibre library. Homepage: http://djvu.sourceforge.net/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-full, kubuntu-active-desktop, kubuntu-active-full, edubuntu-desktop, edubuntu-usb, edubuntu-desktop-kde, xubuntu-desktop, lubuntu-desktop, ubuntustudio-desktop Package: libdjvulibre21 Priority: optional Section: libs Installed-Size: 1642 Maintainer: Ubuntu Developers Original-Maintainer: Barak A. Pearlmutter Architecture: amd64 Source: djvulibre Version: 3.5.24-9ubuntu0.1 Replaces: libdjvulibre1, libdjvulibre15 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libjpeg8 (>= 8c), libstdc++6 (>= 4.1.1), libdjvulibre-text (>= 3.5.24-9ubuntu0.1) Conflicts: libdjvulibre1 Filename: pool/main/libdjvulibre21_3.5.24-9ubuntu0.1_amd64.deb Size: 696906 MD5Sum: b5bdc610dd028e5fb4ba8c43326a0ade SHA1: bfc32188af9c1e1425a00316fafc63ab1c5a390e SHA256: a16c60358dccfca00148700e16dd1747cc0d19138223dc4bd7a745ce2162b392 SHA512: 9c41d53b51e02ef4655b1896d85cd67fddcbd5c0abbf909d0e1f23b0ed5c548edcb247547cd49b7665730e2a1c71a21f5ff92e94417abb1f13fd5a8dd771f4c8 Description: Runtime support for the DjVu image format DjVu runtime library. Homepage: http://djvu.sourceforge.net/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-full, kubuntu-active-desktop, kubuntu-active-full, edubuntu-desktop, edubuntu-usb, edubuntu-desktop-kde, xubuntu-desktop, lubuntu-desktop, ubuntustudio-desktop Package: libdns81 Priority: standard Section: libs Installed-Size: 1614 Maintainer: Ubuntu Developers Original-Maintainer: LaMont Jones Architecture: amd64 Source: bind9 Version: 1:9.8.1.dfsg.P1-4ubuntu0.13 Replaces: libbind0 Depends: libc6 (>= 2.14), libgeoip1 (>= 1.4.8+dfsg), libgssapi-krb5-2 (>= 1.10+dfsg~), libisc83, libssl1.0.0 (>= 1.0.0) Conflicts: libbind0, libbind9-41 Filename: pool/main/libdns81_9.8.1.dfsg.P1-4ubuntu0.13_amd64.deb Size: 706490 MD5Sum: 06ee543d1235637810d29dd6f1f8e86b SHA1: 3acf9b6758589c757765ef6e3d394b29f15b5383 SHA256: 8fa4fcbecdeecfe7e349212ced56caecf2c50a52cd9e35b325b488c13447c3af SHA512: d420bf40ac29f1f649d9a8119cc49a760708f06fb34550016d50712bae85eba96def88d10508d6b1421ecf7e87f5d36497048436b902a374b2cc68009f2c44ce Description: DNS Shared Library used by BIND The Berkeley Internet Name Domain (BIND) implements an Internet domain name server. BIND is the most widely-used name server software on the Internet, and is supported by the Internet Software Consortium, www.isc.org. This package delivers the libdns shared library used by BIND's daemons and clients. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: libdpkg-perl Priority: optional Section: perl Installed-Size: 1256 Maintainer: Ubuntu Developers Original-Maintainer: Dpkg Developers Architecture: all Source: dpkg Version: 1.16.1.2ubuntu7.6 Replaces: dpkg (<< 1.15.8), dpkg-dev (<< 1.15.6) Depends: dpkg (>= 1.15.8), perl, libtimedate-perl Recommends: bzip2, xz-utils Suggests: debian-keyring, gnupg, gpgv, binutils, patch Breaks: dpkg-dev (<< 1.15.6) Filename: pool/main/libdpkg-perl_1.16.1.2ubuntu7.6_all.deb Size: 181010 MD5Sum: 6fea131cef1037845fb9caee45f24753 SHA1: 655a46203711c2f2e8ae3bd5e594ec65a7a06ffb SHA256: 8b94449f4f63538b92fee9570408c5a6b2166a6d27e778bbf2b1cdf7d83c9140 SHA512: e98117d1770f3547aca387c51bb3cdd5cb45a08fd62b6917771aa750ec1eb2e6fc586f70559dc3692ce36791c125e7a1b5290ef8a943e963da4dff30ac32ef39 Description: Dpkg perl modules This package provides the perl modules used by the scripts in dpkg-dev. They cover a wide range of functionalities. Among them there are the following modules: . - Dpkg::Arch: manipulate Debian architecture information - Dpkg::BuildOptions: parse and manipulate DEB_BUILD_OPTIONS - Dpkg::Changelog: parse Debian changelogs - Dpkg::Checksums: generate and parse checksums - Dpkg::Compression::Process: wrapper around compression tools - Dpkg::Compression::FileHandle: transparently (de)compress files - Dpkg::Control: parse and manipulate Debian control information (.dsc, .changes, Packages/Sources entries, etc.) - Dpkg::Deps: parse and manipulate dependencies - Dpkg::ErrorHandling: common error functions - Dpkg::Index: collections of Dpkg::Control (Packages/Sources files for example) - Dpkg::IPC: spawn sub-processes and feed/retrieve data - Dpkg::Substvars: substitute variables in strings - Dpkg::Vendor: identify current distribution vendor - Dpkg::Version: parse and manipulate Debian package versions . All the packages listed in Suggests or Recommends are used by some of the modules. Origin: Ubuntu Bugs: https://bugs.launchpad.net/ubuntu/+filebug Multi-Arch: foreign Homepage: http://wiki.debian.org/Teams/Dpkg Package: libdrm-intel1 Priority: required Section: libs Installed-Size: 194 Maintainer: Ubuntu Developers Original-Maintainer: Debian X Strike Force Architecture: amd64 Source: libdrm Version: 2.4.52-1~precise2 Depends: libc6 (>= 2.14), libdrm2 (>= 2.4.38), libpciaccess0 Pre-Depends: multiarch-support Filename: pool/main/libdrm-intel1_2.4.52-1~precise2_amd64.deb Size: 65574 MD5Sum: 3d2c0df99fe87b4ce73f2885567b40b4 SHA1: 6cc9454f69c4cee51c5d559724020abd44111c9b SHA256: f255a82fd0960c8ada3d0d1ba427d0e33979cbf71c3d35031c826099b95c667a SHA512: c3bc0c54da6986dc0d40bdfb3ab74ed706f3e462e94f4114146a19ca65f6c71b9f0a8c4fa0035beb9f6e69bd64b11ee9ed1c376303a312a5cbba74f1b739536f Description: Userspace interface to intel-specific kernel DRM services -- runtime This library implements the userspace interface to the intel-specific kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. Multi-Arch: same Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: libdrm-nouveau1a Priority: required Section: libs Installed-Size: 87 Maintainer: Ubuntu Developers Original-Maintainer: Debian X Strike Force Architecture: amd64 Source: libdrm Version: 2.4.52-1~precise2 Depends: libc6 (>= 2.14), libdrm2 (>= 2.4.3) Pre-Depends: multiarch-support Conflicts: libdrm-nouveau1 Filename: pool/main/libdrm-nouveau1a_2.4.52-1~precise2_amd64.deb Size: 14030 MD5Sum: 8da2aa38fb7ee280f46a75d8fb532cb8 SHA1: d9c2f520c6eaf157a3cff519c71b7aa401f5225a SHA256: d2ca528c66bbb5aeee37d05acd6ec310cf00a1df49b50c1f3e1ddae77cdfc456 SHA512: adb09b05c3cf4e7d043baf65e0d683b4ee57e09f286ad69e124765b8e8e7ee5821712727792b8e376e75c875676bec5aa03a70afecec47c8f108f165495947c4 Description: Userspace interface to nouveau-specific kernel DRM services -- runtime This library implements the userspace interface to the nouveau-specific kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. Multi-Arch: same Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: libdrm-radeon1 Priority: required Section: libs Installed-Size: 116 Maintainer: Ubuntu Developers Original-Maintainer: Debian X Strike Force Architecture: amd64 Source: libdrm Version: 2.4.52-1~precise2 Depends: libc6 (>= 2.14), libdrm2 (>= 2.4.38) Pre-Depends: multiarch-support Filename: pool/main/libdrm-radeon1_2.4.52-1~precise2_amd64.deb Size: 27804 MD5Sum: cf2c12f1f53e019b34c81372f35ad964 SHA1: 52a21c9b9f175d91041538e5897d8ea7d050a17a SHA256: 1963e80dbc746c93c9d03bf158c522093303fb2f0a4cd86701acb6fd0a450452 SHA512: d9643192cc2865ddd8ac8551d66d380519382ddd73fb539fb1ac209acfb16a374ae9f45e19edd39e66c3b17083a4139b4a1ec97f66bb19e55de033857376ec78 Description: Userspace interface to radeon-specific kernel DRM services -- runtime This library implements the userspace interface to the radeon-specific kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. Multi-Arch: same Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: libdrm2 Priority: required Section: libs Installed-Size: 102 Maintainer: Ubuntu Developers Original-Maintainer: Debian X Strike Force Architecture: amd64 Source: libdrm Version: 2.4.52-1~precise2 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Filename: pool/main/libdrm2_2.4.52-1~precise2_amd64.deb Size: 26080 MD5Sum: afcef6142ac216eb24e7dc9c0075b262 SHA1: 45a6bd77b58f66ff4db140bdf5e36566753df234 SHA256: d1acd02e677dc380cd500d3d704ada202cc65d7e5cda7985589d0bdc48941268 SHA512: d9de73cff5773f2a75c9d9e9732ca49b04b8676e714a1380d7051be04131fc9d4d4289f73b2348eb64711e8152729e83261999039c12d4acfd4b41703c7aa149 Description: Userspace interface to kernel DRM services -- runtime This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. . This package provides the runtime environment for libdrm. Multi-Arch: same Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: libdw1 Priority: optional Section: libs Installed-Size: 563 Maintainer: Ubuntu Developers Original-Maintainer: Kurt Roeckx Architecture: amd64 Source: elfutils Version: 0.152-1ubuntu3.1 Depends: libbz2-1.0, libc6 (>= 2.14), libelf1 (>= 0.144), liblzma5 (>= 5.1.1alpha+20110809), zlib1g (>= 1:1.2.2.3) Pre-Depends: multiarch-support Filename: pool/main/libdw1_0.152-1ubuntu3.1_amd64.deb Size: 196902 MD5Sum: c8a696851451ded1361346dd33f6712c SHA1: 72004ede2f60446fbe7b89f163f488b0200540ae SHA256: a9e73c3555949887bae7f9ad074fb1ef3c89524706172751be9e51f1a2e2b6a5 SHA512: b803fbc4e922f614e725f043c12a22a90c91cac4d40acc8fbd104bb69ca05a2aafdd8d3b66131ee9c4a16dd53231a42ac5eeb42135e760b8e92dd5f6b1e42797 Description: library that provides access to the DWARF debug information libdw1 provides a library that provides access to DWARF debug information stored inside ELF files. . This library is part of elfutils. Multi-Arch: same Homepage: https://fedorahosted.org/elfutils/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: libedit2 Priority: standard Section: libs Installed-Size: 182 Maintainer: Ubuntu Developers Original-Maintainer: Anibal Monsalve Salazar Architecture: amd64 Source: libedit Version: 2.11-20080614-3ubuntu2 Depends: libbsd0 (>= 0.0), libc6 (>= 2.14), libtinfo5 Pre-Depends: multiarch-support Filename: pool/main/libedit2_2.11-20080614-3ubuntu2_amd64.deb Size: 70348 MD5Sum: a63f6921777c1d9973cc6f5fe9cd64a4 SHA1: 1ef690c080fccb5d48d07fba0d15f5013d6a7b51 SHA256: 2d3ac80e072ed712d9eab933d93bae074933b7feb89250100a91b5ead33e9fdc SHA512: 3c9b5259f8026280e6f1d2f9a1c00307b036ebc18160bb2ce3199339516e26028947e8046f14b963956fa7cdd3b14c50b67428de8f96f128c77110664fc7a0d7 Description: BSD editline and history libraries The editline library provides generic line editing and history functions. . It slightly resembles GNU readline Multi-Arch: same Homepage: http://ftp.netbsd.org/pub/NetBSD/NetBSD-current/src/lib/libedit/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: libelf1 Priority: required Section: libs Installed-Size: 160 Maintainer: Ubuntu Developers Original-Maintainer: Kurt Roeckx Architecture: amd64 Source: elfutils Version: 0.152-1ubuntu3.1 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Filename: pool/main/libelf1_0.152-1ubuntu3.1_amd64.deb Size: 42768 MD5Sum: be95635c7d72565afee470a56b229514 SHA1: fe35b10234691e6e84c8dc872ebcb9494218fec7 SHA256: e1d92295f7ffccf1a1f5b363a3fd10ec2c55a08a3134155451e16f82ea2ac507 SHA512: 8b0ccea44d2494caa29065dcd75a88d5ebcc14fabc717dd5ff5e9f688e1c86e6ccc4205256c5870f139e3ade81670d3f27a128e25f2be62a13624886966715ec Description: library to read and write ELF files The libelf1 package provides a shared library which allows reading and writing ELF files on a high level. Third party programs depend on this package to read internals of ELF files. The programs of the elfutils package use it also to generate new ELF files. . This library is part of elfutils. Multi-Arch: same Homepage: https://fedorahosted.org/elfutils/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: libemail-valid-perl Priority: optional Section: perl Installed-Size: 78 Maintainer: Ubuntu Developers Original-Maintainer: Debian Perl Group Architecture: all Version: 0.185-1 Depends: perl, libmailtools-perl, libnet-dns-perl, libnet-domain-tld-perl (>= 1.65-2), netbase Filename: pool/main/libemail-valid-perl_0.185-1_all.deb Size: 15808 MD5Sum: 79102a2d52e8275532cd7d3fe35a07fa SHA1: e8cb7e5f85529af6c261afe4d473de48d9c634b2 SHA256: 0e5ac06877d0790e869e2e7279e223d02fa0985efa190c17715ea09721ff336f SHA512: f624dfad794ef3ce1f14bb82e05c835cb7a285337e82e17ff85661892de75df7f3bc76dcc50e087fd0c9bf8f3bdcac31e73cfd1d113f9f20b6d02fa3e738a9c2 Description: Perl module for checking the validity of Internet email addresses Email::Valid determines whether an email address is well-formed, and optionally, whether a mail host exists for the domain. Homepage: http://search.cpan.org/dist/Email-Valid/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libencode-locale-perl Priority: optional Section: perl Installed-Size: 57 Maintainer: Ubuntu Developers Original-Maintainer: Debian Perl Group Architecture: all Version: 1.02-2 Depends: perl Filename: pool/main/libencode-locale-perl_1.02-2_all.deb Size: 12026 MD5Sum: 3d951fc30b5061aaada31a55bec09f98 SHA1: ca41be43d29f078789240ddc57a219aee698c43c SHA256: aa4e38fa9c503b9e2680d1d13da685e70e1ef299a599103eb7ff479976b95f31 SHA512: bd6c87715cd4e3e4244ef56aab05e6441f094d37a1ae1f8d6b05345806771f53dd74a4e0594cb731469eb4b129fe1ad6571cfd1f2c71254c9c7a7748eabef9a4 Description: utility to determine the locale encoding In many applications it's wise to let Perl use Unicode for the strings it processes. Most of the interfaces Perl has to the outside world are still byte based. Programs therefore need to decode byte strings that enter the program from the outside and encode them again on the way out. . The POSIX locale system is used to specify both the language conventions requested by the user and the preferred character set to consume and output. The Encode::Locale module looks up the charset and encoding (called a CODESET in the locale jargon) and arranges for the Encode module to know this encoding under the name "locale". It means bytes obtained from the environment can be converted to Unicode strings by calling Encode::encode(locale => $bytes) and converted back again with Encode::decode(locale => $string). Homepage: http://search.cpan.org/dist/Encode-Locale/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libept1.4.12 Priority: optional Section: libs Installed-Size: 359 Maintainer: Ubuntu Developers Original-Maintainer: Enrico Zini Architecture: amd64 Source: libept Version: 1.0.6~exp1ubuntu1 Depends: libapt-pkg4.12 (>= 0.8.16~exp12ubuntu3), libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0), zlib1g (>= 1:1.1.4) Filename: pool/main/libept1.4.12_1.0.6~exp1ubuntu1_amd64.deb Size: 129444 MD5Sum: 1e3d42cbe24e4aa04ded77cd10b19447 SHA1: 3c0f3704a5a9fff149f5aa0c3e3ba4c97b4de967 SHA256: e01fedea4c35134e7a8b49b8812166bc32c88b13d1deb5ec8cfbf9e81fa4f653 SHA512: 7160292e92f1773c36b3a6ff18ac1e24519fff896a7141bfa6bbec69454ff0aaed21894d9d954308102923455815c8a3598ca65b13f596043c379e1b73cb23ad Description: High-level library for managing Debian package information The library defines a very minimal framework in which many sources of data about Debian packages can be implemented and queried together. . The library includes four data sources: . * APT: access the APT database * Debtags: access the Debtags tag information * Popcon: access Popcon package scores * The Xapian index built by apt-xapian-index . This is the shared library. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: cloud-image, xubuntu-desktop, lubuntu-desktop, ubuntustudio-desktop Package: liberror-perl Priority: optional Section: perl Installed-Size: 96 Maintainer: Ubuntu Core Developers Original-Maintainer: Clint Burfoot Architecture: all Version: 0.17-1 Depends: perl (>= 5.6.0-16) Filename: pool/main/liberror-perl_0.17-1_all.deb Size: 23762 MD5Sum: cbf0d9a753a8c5e315cb547aeb5d2068 SHA1: 1f25808898c572757be59fff497ff27677dd7cba SHA256: c4beaa616c9af4cafe9b49cf5ad2cbf048c55ef27f128e9ceba088c6011aa993 SHA512: c7a2c96f9964058fdf2ac43faa63513d3424856f1e7ca1496143ab6d8b08a6a8d54fc8af1abb73c6b6132bdae9181164c85afa8441a94092d5a8495e668d8226 Description: Perl module for error/exception handling in an OO-ish way This module provides two interfaces. Firstly "Error" provides a procedural interface to exception handling. Secondly "Error" is a base class for errors/exceptions that can either be thrown, for subsequent catch, or can simply be recorded. . Errors in the class "Error" should not be thrown directly, but the user should throw errors from a sub-class of "Error". Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libesmtp6 Priority: optional Section: libs Installed-Size: 141 Maintainer: Ubuntu Developers Original-Maintainer: Jeremy T. Bouse Architecture: amd64 Source: libesmtp Version: 1.0.6-1build2 Replaces: libesmtp5 Depends: libc6 (>= 2.14), libssl1.0.0 (>= 1.0.0) Filename: pool/main/libesmtp6_1.0.6-1build2_amd64.deb Size: 48298 MD5Sum: dd501d976ecfc73520e40626d1e294b7 SHA1: e4c20d8e6703ee003610c2d1a0c7fa6d4d3fcaac SHA256: cbb20138f55e9d1ff3221d6830a66636e2498da598be299b690fdc7a2e98858f SHA512: d4587622ae5c8f0bc0963a31c82a45bebbe97c93205ab2d3328d7c584f5d1ac70df954f8f27d364428ce5ac4e9497c19a3c3f34f9e19e6a0a5b6f255a185879a Description: LibESMTP SMTP client library LibESMTP is a library to manage posting (or submission of) electronic mail using SMTP to a preconfigured Mail Transport Agent (MTA) such as Exim. It may be used as part of a Mail User Agent (MUA) or another program that must be able to post electronic mail but where mail functionality is not the program's primary purpose. Homepage: http://www.stafford.uklinux.net/libesmtp/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 18m Package: libevent-2.0-5 Priority: optional Section: libs Installed-Size: 313 Maintainer: Ubuntu Developers Original-Maintainer: Anibal Monsalve Salazar Architecture: amd64 Source: libevent Version: 2.0.16-stable-1ubuntu0.1 Depends: libc6 (>= 2.15) Filename: pool/main/libevent-2.0-5_2.0.16-stable-1ubuntu0.1_amd64.deb Size: 128030 MD5Sum: 10834278692a993db3960c323858d2e9 SHA1: 81edb6fa1ad7dca530b819d91662804b8bd7c557 SHA256: 94ab5752e79ae1dcb460836b08bb72e22a979bf87c829dad0ec458ef881abc53 SHA512: 126c7e680814d43eb4b80f889b43381ea1b6a13f1d3b570ece58890b2b0abfc5560bb7b1220ae3176adefb5cbc267df9d7094c025459a875a647257ab669ddcb Description: Asynchronous event notification library Libevent is an asynchronous event notification library that provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. . It is meant to replace the asynchronous event loop found in event driven network servers. Currently, libevent supports /dev/poll, kqueue(2), event ports, select(2), poll(2) and epoll(4). . For backward compatibility and to transition to "libevent_core only" or "libevent_core + libevent_extra", the libevent source package builds the libevent library that includes everything in libevent_core and libevent_extra. Homepage: http://www.monkey.org/~provos/libevent/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, cloud-image, ubuntu-usb, server, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, lubuntu-desktop, ubuntustudio-desktop Package: libevs4 Priority: optional Section: libs Installed-Size: 170 Maintainer: Debian HA Maintainers Architecture: amd64 Source: corosync Version: 1.4.6-2 Replaces: libcorosync4 (<= 1.4.2-1) Depends: libc6 (>= 2.14), libcoroipcc4 (>= 1.4.6) Conflicts: libcorosync4 (<= 1.4.2-1) Filename: pool/main/libevs4_1.4.6-2_amd64.deb Size: 160804 MD5Sum: bd19c418c8f1e600ca2e5b11d2f619ee SHA1: 04c2aa5b8dead09545bae2a6bc51afe93a8efc0b SHA256: 2d3982dd45cfd5eea50d664ac2a6b3c066e5e6d690f7185b24cb7e7c9e65a568 SHA512: 4ab53e4f8330173a42e2edc2ad1d37cc57fc5abd83dd1df493eaad125018318be3b5e26f3b3f12030840767ed7796b69baed47187c630a91c8feaa6aae057464 Description: Standards-based cluster framework, Evs library Corosync is a project to implement a production quality "Revised BSD" licensed implementation of all core functionalities required by openais. The project implements cutting edge research on virtual synchrony to provide 100% correct operation in the face of failures or partitionable networks with excellent performance characteristics. . The Application Interface Specification is a software API and policies which are used to develop applications that maintain service during faults. . This package contains the Evs library, which is a library included in Corosync. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: libexpat1-dev Priority: optional Section: libdevel Installed-Size: 898 Maintainer: Ubuntu Developers Original-Maintainer: Debian XML/SGML Group Architecture: amd64 Source: expat Version: 2.0.1-7.2ubuntu1.2 Provides: libexpat-dev Depends: libexpat1 (= 2.0.1-7.2ubuntu1.2), libc6-dev | libc-dev Conflicts: libexpat-dev Filename: pool/main/libexpat1-dev_2.0.1-7.2ubuntu1.2_amd64.deb Size: 214904 MD5Sum: 8a23907d39441051bc2b3e0b9fe6f185 SHA1: 8543e4c82230ac76b1ce92a393bce7d8d9e265eb SHA256: 7754464f93222bbb518e8a4e7a453efac53079caf730f94920efd8d0c3287649 SHA512: 43086ef6ac5d9d540e36aabc725b3b94373082e6cbb29610b2d71b14f9313b3130cd4784b62c28add89beef33278743b622bcd1fac7a926a3164998c5c4c3f63 Description: XML parsing C library - development kit This package contains the header file and development libraries of expat, the C library for parsing XML. Expat is a stream oriented XML parser. This means that you register handlers with the parser prior to starting the parse. These handlers are called when the parser discovers the associated structures in the document being parsed. A start tag is an example of the kind of structures for which you may register handlers. Homepage: http://expat.sourceforge.net Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: libexpat1 Priority: optional Section: libs Installed-Size: 383 Maintainer: Ubuntu Developers Original-Maintainer: Debian XML/SGML Group Architecture: amd64 Source: expat Version: 2.0.1-7.2ubuntu1.2 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Conflicts: wink (<= 1.5.1060-4) Filename: pool/main/libexpat1_2.0.1-7.2ubuntu1.2_amd64.deb Size: 130878 MD5Sum: b16e17f15c77b06f416d5e7500d05a4c SHA1: 09aa4ba57dbda0617dbb50ce97aacf717a22c189 SHA256: dac0f1dfe1c4f73badddc984630c6e65e3f9087e9f93b61c58b53b51c525a3f8 SHA512: facdbfd9be51c6e73f708d05ea9c9e03ca869f5cccf38d2fec256498f578a1b24290a8f43cf0a33f637e647b411a709e32c7beaebcd578d5b57ed5aee62eccd5 Description: XML parsing C library - runtime library This package contains the runtime, shared library of expat, the C library for parsing XML. Expat is a stream-oriented parser in which an application registers handlers for things the parser might find in the XML document (like start tags). Multi-Arch: same Homepage: http://expat.sourceforge.net Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: libexporter-lite-perl Priority: optional Section: perl Installed-Size: 60 Maintainer: Ubuntu Developers Original-Maintainer: Debian Perl Group Architecture: all Version: 0.02-2 Depends: perl Filename: pool/main/libexporter-lite-perl_0.02-2_all.deb Size: 8924 MD5Sum: a4f3a1c1ae2d6b023f6b155660de1113 SHA1: af83231bdf5cd989caf389445a7b93158c62cb5d SHA256: a6f15371521232ffbd30d306e4e0ca6f555b13971f51ee80c53dfc8103135e07 SHA512: 670e0d09f5fea98c34901670de0f3d728a5f105500551c84ee57fd0dc6c2502c2c6d830cba175920bb5042bb0d233d937fb56464e981b67427c502dd9ef5ee17 Description: lightweight subset of Exporter Exporter::Lite is an alternative to Exporter intended to provide a lightweight subset of its functionality. It supports import(), @EXPORT and @EXPORT_OK and not a whole lot else. . Unlike Exporter, it is not necessary to inherit from Exporter::Lite (ie. no @ISA = qw(Exporter::Lite) mantra). Exporter::Lite simply exports its import() function. This might be called a "mix-in". . Setting up a module to export its variables and functions is simple: . package My::Module; use Exporter::Lite; . @EXPORT = qw($Foo bar); Homepage: http://search.cpan.org/dist/Exporter-Lite/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libfcgi0ldbl Priority: optional Section: universe/libs Installed-Size: 654 Maintainer: Ubuntu Developers Original-Maintainer: Tatsuki Sugiura Architecture: amd64 Source: libfcgi Version: 2.4.0-8.1ubuntu0.1 Replaces: libfcgi0, libfcgi0c2 Provides: libfcgi Depends: libc6 (>= 2.15), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Conflicts: libfcgi0, libfcgi0c2 Filename: pool/main/libfcgi0ldbl_2.4.0-8.1ubuntu0.1_amd64.deb Size: 284838 MD5Sum: 80a45952c93d310bf14105ed34e8fb57 SHA1: 969d28738c2fad3bc6c0fac92041c4f485ac48ed SHA256: a3d976bff229ca2fee516a6cbe1cf37c4bcaf910e85b61dad5d2e05f1a7f60f9 SHA512: 354d816331caa04f08703fe51271f6e97e726e6c2a36e568b00a968a4fcae6db754a4eeab679684d6da386a451db2946e0ee49df9227bcc31342f7100bc68c4d Description: Shared library of FastCGI FastCGI is a language independent, scalable, open extension to CGI that provides high performance without the limitations of server specific APIs. Homepage: http://www.fastcgi.com/drupal/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libfdt1 Priority: extra Section: libs Installed-Size: 33 Maintainer: Hector Oron Architecture: amd64 Source: device-tree-compiler Version: 1.4.0+dfsg-1 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Filename: pool/main/libfdt1_1.4.0+dfsg-1_amd64.deb Size: 17174 MD5Sum: bf8686ec590c84b8f3aebd8d7ae79e49 SHA1: 8cb9bcf30225662497a5ed0581c2ff861f9c3a78 SHA256: 7267b99a27b4f6cc6408260a20f8d36e6d981bf0a5227ad109800d90022194f2 SHA512: a9e2b37434b16cb19a1210742b40ab71d3f191afad5c1c0b1c500a6ef8c07684a83debe82068480e2fb9261676cf9aeb8164ef5ce3d9a12fa6fff702c4ea10c5 Description: Flat Device Trees manipulation library This is a library containing functions for manipulating Flat Device Trees. Multi-Arch: same Homepage: http://git.jdl.com/gitweb/?p=dtc.git Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 18m Package: libfence4 Priority: optional Section: libs Installed-Size: 75 Maintainer: Ubuntu Developers Original-Maintainer: Debian HA Maintainers Architecture: amd64 Source: redhat-cluster Version: 3.1.7-0ubuntu2.1 Depends: libc6 (>= 2.14), libccs3 (>= 3.1.7), libldap-2.4-2 (>= 2.4.7), libxml2 (>= 2.7.4) Filename: pool/main/libfence4_3.1.7-0ubuntu2.1_amd64.deb Size: 11306 MD5Sum: 82ac7bf2b4b731d4c1b62fb354794ccc SHA1: 6017aeedc04a7e00d26895f9cabf09cf0b18d9cd SHA256: f88d7b460a2cf97f00218fa161a440d9cbb9b33b0110dd909e1fa8f7e361c289 SHA512: bfc1729010784cac7f0fe203f7f60f2e3e336998f3f630efc7e0f45d63573fbe27b9b885597352579420744b462e138367e0a7fb89912242873dd7e04e55e955 Description: Red Hat cluster suite - fence client library This package is part of the Red Hat Cluster Suite, a complete high-availability solution. . fenced is the daemon in charge of controlling cluster node fencing. . This is the client library for requesting node fencing. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: libffi6 Priority: required Section: libs Installed-Size: 88 Maintainer: Ubuntu Developers Original-Maintainer: Debian GCC Maintainers Architecture: amd64 Source: libffi Version: 3.0.11~rc1-5 Depends: libc6 (>= 2.4) Pre-Depends: multiarch-support Filename: pool/main/libffi6_3.0.11~rc1-5_amd64.deb Size: 19458 MD5Sum: 5657d319fd05153244129c0a2550b0f1 SHA1: 29b0d538a95345a3b790b24367986713a27f0552 SHA256: 6f84c3afe62cfe155ff28b147b2040059845819fe555a8002903caeaf687893a SHA512: cd101499bb2ded70cd277abbea459a253270e4e45947d80c66863f6811efc238310801f95b536f91cff4e01fd450a6731b2db059c25b78b28492a8f10a0eb604 Description: Foreign Function Interface library runtime A foreign function interface is the popular name for the interface that allows code written in one language to call code written in another language. Multi-Arch: same Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: libfile-copy-recursive-perl Priority: optional Section: perl Installed-Size: 88 Maintainer: Ubuntu MOTU Developers Original-Maintainer: Debian Perl Group Architecture: all Version: 0.38-1 Depends: perl (>= 5.6.0-16) Filename: pool/main/libfile-copy-recursive-perl_0.38-1_all.deb Size: 20586 MD5Sum: f9f292787835ae54426e80678737509c SHA1: 9167b509c2f681e637c6cd176f2010b03e8548ed SHA256: fc4d4bc6f138107487821184316a027e1fde31c77c38057b77f8b89ca874c4e0 SHA512: e3e84264f30de4b06682b55307dca65e7c048a2319f42260c833953ffedcfdd2044c10a5368ccde00b3e62f1017d61ea06d0e07a13c857ae267977fbb53789bd Description: Perl extension for recursively copying files and directories File::Copy::Recursive module copies and moves directories recursively (or single files, well... singley) to an optional depth and attempts to preserve each file or directory's mode. Homepage: http://search.cpan.org/dist/File-Copy-Recursive/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libfile-listing-perl Priority: optional Section: perl Installed-Size: 55 Maintainer: Ubuntu Developers Original-Maintainer: Debian Perl Group Architecture: all Version: 6.03-1 Replaces: libwww-perl (<< 6.00) Depends: perl, libhttp-date-perl Breaks: libwww-perl (<< 6.00) Filename: pool/main/libfile-listing-perl_6.03-1_all.deb Size: 9690 MD5Sum: f2ca88bde1ceadb7ea2b00c9dc8b1a8b SHA1: e452490c5d0f03088138409ce9b98ad9d8ede6b8 SHA256: 977276d579241c98ae9954342dbfd8208adce6a5b3f6b1cd9d1ee748aa70bec6 SHA512: 478b79bb4477345ba8259e2af792e4440224a59969bf3449cebdefa54cb8a08c2eda52471b3cda8a6718cc092e30af64b1752f4bda9e94ca1ee456e5ae8fb5f1 Description: module to parse directory listings File::Listing exports a single function called parse_dir(), which can be used to parse directory listings. . The first parameter to parse_dir() is the directory listing to parse. It can be a scalar, a reference to an array of directory lines or a glob representing a filehandle to read the directory listing from. . The second parameter is the time zone to use when parsing time stamps in the listing. If this value is undefined, then the local time zone is assumed. . The third parameter is the type of listing to assume. Currently supported formats are 'unix', 'apache' and 'dosftp'. The default value 'unix'. Homepage: http://search.cpan.org/dist/File-Listing/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libflac8 Priority: optional Section: libs Installed-Size: 340 Maintainer: Ubuntu Developers Original-Maintainer: Debian Multimedia Maintainers Architecture: amd64 Source: flac Version: 1.2.1-6ubuntu0.1 Depends: libc6 (>= 2.14), libogg0 (>= 1.0rc3) Pre-Depends: multiarch-support Filename: pool/main/libflac8_1.2.1-6ubuntu0.1_amd64.deb Size: 144200 MD5Sum: 149e23646fe017ab74e65136f98354e8 SHA1: c637c7ebd0d4cad62c69c846315ea348f314db00 SHA256: 5c641b830933de0f91cba5eca8d4f215ba031aa16ad27826536db3d99ef5729b SHA512: 87676fcf75f3d9b7fd2a987bcdefa0fe5a5e9ca9a2d3497a25503625cf619342a479903535aa53baa8894531364dca4fa1bde7846813000de1764920a248a110 Description: Free Lossless Audio Codec - runtime C library FLAC stands for Free Lossless Audio Codec. Grossly oversimplified, FLAC is similar to MP3, but lossless. The FLAC project consists of: . * The stream format * libFLAC, which implements a reference encoder, stream decoder, and file decoder * flac, which is a command-line wrapper around libFLAC to encode and decode .flac files * Input plugins for various music players (Winamp, XMMS, and more in the works) . This package contains the runtime library libFLAC. Multi-Arch: same Homepage: http://flac.sourceforge.net/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: virt-host, ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, edubuntu-desktop-kde, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-desktop, ubuntustudio-desktop Package: libfont-afm-perl Priority: optional Section: perl Installed-Size: 120 Maintainer: Ubuntu MOTU Developers Original-Maintainer: Debian Perl Group Architecture: all Version: 1.20-1 Depends: perl (>= 5.6.0-16) Filename: pool/main/libfont-afm-perl_1.20-1_all.deb Size: 14288 MD5Sum: 2322f8db827053cf4754f6182c30572f SHA1: a7363550f0c34f39f453cd20bc01efab5bff77df SHA256: ad470846b303cc5c3182b873f30bcc6dc1eaed2d67da028073a75be9fab45e00 SHA512: 4f0dd99a91cbb3bba713788cb59a7ab6b79435fc0c840064892681ea40af6ddb3cf23a84105ca55f79a48e578ebee5f3416f8b318334fe269575a664d2545804 Description: Font::AFM - Interface to Adobe Font Metrics files This module implements the Font::AFM class. Objects of this class are initialised from an AFM-file and allows you to obtain information about the font and the metrics of the various glyphs in the font. . All measurements in AFM files are given in terms of units equal to 1/1000 of the scale factor of the font being used. To compute actual sizes in a document, these amounts should be multiplied by (scale factor of font)/1000. Homepage: http://search.cpan.org/dist/Font-AFM/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libfontconfig1 Priority: optional Section: libs Installed-Size: 425 Maintainer: Ubuntu Core developers Original-Maintainer: Keith Packard Architecture: amd64 Source: fontconfig Version: 2.8.0-3ubuntu9.1 Provides: libfontconfig Depends: libc6 (>= 2.14), libexpat1 (>= 1.95.8), libfreetype6 (>= 2.2.1), fontconfig-config (= 2.8.0-3ubuntu9.1) Pre-Depends: multiarch-support Filename: pool/main/libfontconfig1_2.8.0-3ubuntu9.1_amd64.deb Size: 124542 MD5Sum: 0e833bd398b6739af77adb68cd2a4a0b SHA1: cc23ba667bd31b201b3e3edd437b8af20a7f6944 SHA256: 4ab1615342410cf587e6bf6c827ec665106046e6f7426feb8fb4ec5e1ac27ad4 SHA512: baaf6940685591824871ce88d09fd61c1ef297333472133bb3e0cce28707fca523b67807cd2f4e62da8c979a395bca4332054b10f3867dc5302f31653a9b94b4 Description: generic font configuration library - runtime Fontconfig is a font configuration and customization library, which does not depend on the X Window System. It is designed to locate fonts within the system and select them according to requirements specified by applications. . This package contains the runtime library needed to launch applications using fontconfig. Multi-Arch: same Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, print-server, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: libfreetype6 Priority: optional Section: libs Installed-Size: 815 Maintainer: Ubuntu Developers Original-Maintainer: Steve Langasek Architecture: amd64 Source: freetype Version: 2.4.8-1ubuntu2.3 Depends: libc6 (>= 2.14), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Filename: pool/main/libfreetype6_2.4.8-1ubuntu2.3_amd64.deb Size: 343652 MD5Sum: adf141addb7b2b9ed64f359c779e3539 SHA1: 59e37ab332233e649155a83c08f7c3723c38bd8c SHA256: 688919c84271a5f99eb51fe440b5e74353ce638d6085d6a0e465f1b3fc4bc603 SHA512: 0ba5625069a961f0917a57ad85d4e20fee257b85d33492bc2572f01b9799bc2a5a4621f34cad0b7b0cc9ce9d4fc414bacd366ca9723984d20cef0be1e47c1747 Description: FreeType 2 font engine, shared library files The FreeType project is a team of volunteers who develop free, portable and high-quality software solutions for digital typography. They specifically target embedded systems and focus on bringing small, efficient and ubiquitous products. . The FreeType 2 library is their new software font engine. It has been designed to provide the following important features: * A universal and simple API to manage font files * Support for several font formats through loadable modules * High-quality anti-aliasing * High portability & performance . Supported font formats include: * TrueType files (.ttf) and collections (.ttc) * Type 1 font files both in ASCII (.pfa) or binary (.pfb) format * Type 1 Multiple Master fonts. The FreeType 2 API also provides routines to manage design instances easily * Type 1 CID-keyed fonts * OpenType/CFF (.otf) fonts * CFF/Type 2 fonts * Adobe CEF fonts (.cef), used to embed fonts in SVG documents with the Adobe SVG viewer plugin. * Windows FNT/FON bitmap fonts . This package contains the files needed to run programs that use the FreeType 2 library. . Home Page: http://www.freetype.org/ Authors: David Turner Robert Wilhelm Werner Lemberg Multi-Arch: same Homepage: http://www.freetype.org Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, print-server, tomcat-server, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: libfribidi0 Priority: important Section: libs Installed-Size: 196 Maintainer: Ubuntu Developers Original-Maintainer: Debian Hebrew Packaging Team Architecture: amd64 Source: fribidi Version: 0.19.2-1 Depends: libc6 (>= 2.4) Filename: pool/main/libfribidi0_0.19.2-1_amd64.deb Size: 43806 MD5Sum: e432a921e858fa15c0b1616a9c62822d SHA1: 7c71ef203f02542248de985c33b1a5d82fa4582c SHA256: a89d700b8c537c2f43e6a42f3e379a16a92e26e9045062ca340932b8a518c61b SHA512: 9c90c59e42c4e69f72233f47f13d1729e34f62cdde1b8bdd613302e33b4429ffcfe864d29785ff1c7f82bbfa83f83fc2226ff96d1c913034754a5fc01eefbe93 Description: Free Implementation of the Unicode BiDi algorithm FriBiDi is a BiDi algorithm implementation for Hebrew and/or Arabic languages. This package contains the shared libraries. Homepage: http://www.fribidi.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: libfuse2 Priority: standard Section: libs Installed-Size: 305 Maintainer: Ubuntu Developers Original-Maintainer: Daniel Baumann Architecture: amd64 Source: fuse Version: 2.8.6-2ubuntu2.1 Depends: libc6 (>= 2.14) Suggests: fuse Conflicts: fuse (<< 2.8.6-2ubuntu2.1) Filename: pool/main/libfuse2_2.8.6-2ubuntu2.1_amd64.deb Size: 108326 MD5Sum: 4d0fcd76162ceef67a1a2f3d2b78f253 SHA1: 3968ee6a58b5c8e313448b37c074564459793ed5 SHA256: c2f7ff37fdf0a1757ac4fd3d745d2e88806db8e23e7968d1a8258e9fcd74c776 SHA512: 40e6b44388f83092acc5d70a39e612baf8a19788af3530df3efe245319f545c2d8fb715d4ea63b35c4bc15bc89a9590dc99b1bde135c4d3477f15df3bd874296 Description: Filesystem in Userspace (library) Filesystem in Userspace (FUSE) is a simple interface for userspace programs to export a virtual filesystem to the Linux kernel. It also aims to provide a secure method for non privileged users to create and mount their own filesystem implementations. . This package contains the shared library. Homepage: http://fuse.sourceforge.net/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: libgcc1 Priority: required Section: libs Installed-Size: 119 Maintainer: Ubuntu Core developers Original-Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-4.6 (4.6.3-1ubuntu5) Version: 1:4.6.3-1ubuntu5 Depends: gcc-4.6-base (= 4.6.3-1ubuntu5), libc6 (>= 2.14) Pre-Depends: multiarch-support Breaks: gcc-4.1, gcc-4.3 (<< 4.3.6-1), gcc-4.4 (<< 4.4.6-4), gcc-4.5 (<< 4.5.3-2) Filename: pool/main/libgcc1_1:4.6.3-1ubuntu5_amd64.deb Size: 42608 MD5Sum: c485ff1394638c61cbe0b41f94027881 SHA1: 9906ce4dff0eb8dcfee315588b150277aa70a8ee SHA256: aac526da2f2e44d76b11c6f6b6f8fbb646df0b73a2e1455da2ece45c7e3e401e SHA512: bfbddd229c461379cd961701cba4a2921fd11e7e55f8ad9f556465358dfb9226d79d4802969700b0abc589c582c28d15248fa7d78e1a7e12551da9e6c19f172c Description: GCC support library Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. Multi-Arch: same Homepage: http://gcc.gnu.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: libgcrypt11 Priority: standard Section: libs Installed-Size: 590 Maintainer: Ubuntu Developers Original-Maintainer: Debian GnuTLS Maintainers Architecture: amd64 Version: 1.5.0-3ubuntu0.4 Depends: libc6 (>= 2.15), libgpg-error0 (>= 1.10) Pre-Depends: multiarch-support Suggests: rng-tools Breaks: gnupg2 (<< 2.0.17-2ubuntu2), gpgsm (<< 2.0.17-2ubuntu2), libgnutls26 (<< 2.12.7-3) Filename: pool/main/libgcrypt11_1.5.0-3ubuntu0.4_amd64.deb Size: 281640 MD5Sum: 036b0e8d97d2074a6709067a3dc02947 SHA1: 1864b5d68515c5c98d28b43bdfe332c775c556bb SHA256: 0ef494fe09f032688f135459462f4914ae00a04022c38ea362af4a889a59ed0c SHA512: ad6b79c7df4a474032580eea750beb5286c38b9ea4f83a08888473045fe370d728bf73cfb7c61d5ebeb67324cae6d6c7bdd0da7657ab471792e2a101b33428a1 Description: LGPL Crypto library - runtime library libgcrypt contains cryptographic functions. Many important free ciphers, hash algorithms and public key signing algorithms have been implemented: Arcfour, Blowfish, CAST5, DES, AES, Twofish, Serpent, rfc2268 (rc2), SEED, Camellia, CRC, MD4, MD5, RIPE-MD160, SHA-1, SHA-256, SHA-512, Tiger, Whirlpool, DSA, DSA2, ElGamal, RSA, ECC. Multi-Arch: same Homepage: http://directory.fsf.org/project/libgcrypt/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: libgd2-noxpm Priority: extra Section: libs Installed-Size: 624 Maintainer: Ubuntu Developers Original-Maintainer: GD team Architecture: amd64 Source: libgd2 Version: 2.0.36~rc1~dfsg-6ubuntu2 Provides: libgd2 Depends: libc6 (>= 2.11), libfreetype6 (>= 2.2.1), libjpeg8 (>= 8c), libpng12-0 (>= 1.2.13-4), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Suggests: libgd-tools Conflicts: libgd2, libgd2-xpm Filename: pool/main/libgd2-noxpm_2.0.36~rc1~dfsg-6ubuntu2_amd64.deb Size: 199754 MD5Sum: cf6d8c924ca1ee72231b02dc2a7a88ae SHA1: fc44b47785516ff5d39e8aa41ee31c2431806780 SHA256: 09852e83263dfda63c03ff94003fbce6e57c4a2d86d2534425efd3f9cf4cfcef SHA512: 6e41a15d5dbeb6610b3f7d5bdd0f3e2e28a5dfed693459252a5a020843750bc96ba9cbee9af4dcd9a5cac138d37e2c56e2deb963334451e2d4ee6e1cf177d2ae Description: GD Graphics Library version 2 (without XPM support) GD is a graphics library. It allows your code to quickly draw images complete with lines, arcs, text, multiple colours, cut and paste from other images, flood fills, and write out the result as a PNG file. This is particularly useful in World Wide Web applications, where PNG is one of the formats accepted for inline images by most browsers. . This is the runtime package of the library, built without XPM (X pixmap) or fontconfig support. Multi-Arch: same Homepage: http://www.libgd.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 18m Package: libgd2-xpm Priority: optional Section: libs Installed-Size: 633 Maintainer: Ubuntu Developers Original-Maintainer: GD team Architecture: amd64 Source: libgd2 Version: 2.0.36~rc1~dfsg-6ubuntu2 Provides: libgd2 Depends: libc6 (>= 2.11), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libjpeg8 (>= 8c), libpng12-0 (>= 1.2.13-4), libxpm4, zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Suggests: libgd-tools Conflicts: libgd2, libgd2-noxpm Filename: pool/main/libgd2-xpm_2.0.36~rc1~dfsg-6ubuntu2_amd64.deb Size: 202124 MD5Sum: 858b5302af85a3ae22ea73c142e5fd26 SHA1: 465a9dd1813678aaaa2d3809f55cf1312fcc529f SHA256: a5ac32e417288237367cf95c6b4052a35f530badbb18720a9d298db9cc06e2cc SHA512: 9494b3218d3a7bde3772bd9c9babb4cc87a8b883e4d1893309ac0ecd77f0838928411e7f91de77e3a42f553bfa61724ff55e544a591a6fc19c5b0e34dcb3b9c2 Description: GD Graphics Library version 2 GD is a graphics library. It allows your code to quickly draw images complete with lines, arcs, text, multiple colours, cut and paste from other images, flood fills, and write out the result as a PNG file. This is particularly useful in World Wide Web applications, where PNG is one of the formats accepted for inline images by most browsers. . This is the runtime package of the library, built with XPM (X pixmap) and fontconfig support. Multi-Arch: same Homepage: http://www.libgd.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, print-server, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: libgdbm3 Priority: standard Section: libs Installed-Size: 132 Maintainer: Ubuntu Developers Original-Maintainer: Anibal Monsalve Salazar Architecture: amd64 Source: gdbm Version: 1.8.3-10 Depends: libc6 (>= 2.2.5), dpkg (>= 1.15.4) | install-info Pre-Depends: multiarch-support Filename: pool/main/libgdbm3_1.8.3-10_amd64.deb Size: 35254 MD5Sum: 32f692bccbd1ad81eae67f22ffb7d615 SHA1: 815a9c918b726e929d5117785e116d3b6f5f622e SHA256: 92ce1ee56b2f4a2a8a71dd1a124b69e43423be3a6a3fdb87e5fc0635dde3fcbb SHA512: 3dc5cffab19993b8a08663ef2ea5669896fd2caa59bc2c5b499edb51a4e6fef2fd805502a7d2baf851c37814bfa2dcd2a89dfb069d9e5e9c8a281c15f1f6371f Description: GNU dbm database routines (runtime version) GNU dbm ('gdbm') is a library of database functions that use extendible hashing and works similarly to the standard UNIX 'dbm' functions. . The basic use of 'gdbm' is to store key/data pairs in a data file, thus providing a persistent version of the 'dictionary' Abstract Data Type ('hash' to perl programmers). Multi-Arch: same Homepage: http://directory.fsf.org/project/gdbm/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Build-Essential: yes Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: libgdk-pixbuf2.0-0 Priority: optional Section: libs Installed-Size: 550 Maintainer: Ubuntu Developers Original-Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: gdk-pixbuf Version: 2.26.1-1ubuntu1.2 Replaces: libgtk2.0-0 (<< 2.21.3), libgtk2.0-bin (<< 2.21.3) Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.31.18), libjasper1, libjpeg8 (>= 8c), libpng12-0 (>= 1.2.13-4), libtiff4, libx11-6, libgdk-pixbuf2.0-common (= 2.26.1-1ubuntu1.2) Pre-Depends: multiarch-support Breaks: libgtk2.0-0 (<< 2.21.3), libgtk2.0-bin (<< 2.21.3), librsvg2-2 (<< 2.26.3-2), libwmf0.2-7 (<< 0.2.8.4-7) Filename: pool/main/libgdk-pixbuf2.0-0_2.26.1-1ubuntu1.2_amd64.deb Size: 200418 MD5Sum: 1c7aef1ff4c46bc5e0d9bef808685e9b SHA1: 870faa19e00e4fbccda64c204362b303a391ce1f SHA256: 2b972a9f88a54447afc99fb6d58f9df505f389663af23a06aef003f4802e2d81 SHA512: 187691f665fddc27b03819b2cea8613fad0d1f50ab0efa1d3fafacf5147425e74cf54a84f9be8c5fb88364b7b1cebbec29e1fa838c87ec2e9dec5b74ed9fc80c Description: GDK Pixbuf library The GDK Pixbuf library provides: - Image loading and saving facilities. - Fast scaling and compositing of pixbufs. - Simple animation loading (ie. animated GIFs) Multi-Arch: same Homepage: http://www.gtk.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, edubuntu-desktop-kde, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: libgdk-pixbuf2.0-common Priority: optional Section: libs Installed-Size: 56 Maintainer: Ubuntu Developers Original-Maintainer: Debian GNOME Maintainers Architecture: all Source: gdk-pixbuf Version: 2.26.1-1ubuntu1.2 Replaces: libgdk-pixbuf2.0-0 (<< 2.24.0-2) Breaks: libgdk-pixbuf2.0-0 (<< 2.24.0-2) Filename: pool/main/libgdk-pixbuf2.0-common_2.26.1-1ubuntu1.2_all.deb Size: 7924 MD5Sum: 7aeb96905dadf60af8113dd4b5c7a66f SHA1: c0a4d424040a9d96ce86fab3ebd5ffa49ef74925 SHA256: 9730d24037d56b1e8a335620ceca5b553c888a176a5ac488982b947dd87d21d9 SHA512: 447306cbe68377909ebbdbe4565861bc59f5ec2654d69788408b3511465201219d025460dcefd1d8bf3ec4c452a167c42bdd8aea60f30e0334305a99e24b468e Description: GDK Pixbuf library - data files This package contains the common files and translations for the GDK Pixbuf library. Multi-Arch: foreign Homepage: http://www.gtk.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libgeoip1 Priority: standard Section: libs Installed-Size: 303 Maintainer: Ubuntu Developers Original-Maintainer: Patrick Matthäi Architecture: amd64 Source: geoip Version: 1.4.8+dfsg-2 Depends: libc6 (>= 2.8), zlib1g (>= 1:1.1.4) Recommends: geoip-database Suggests: geoip-bin Filename: pool/main/libgeoip1_1.4.8+dfsg-2_amd64.deb Size: 105492 MD5Sum: f15a9b20f5a8d2b04ae6d95af0c2992a SHA1: 1bef381e8a5b4e40dd116996c811046a8c6bfe2c SHA256: 2db73396584825e0ffad89fbdfb38711fbeb25408cf5b418f80a7dcdfc01cdad SHA512: 955ace31a92e30618855fc498906dfb420043eaa8eeae5ec9d2450b7079387330ad3ed5d82d64bbd1b21427248363aea0dc1aafc37d0b5a02703cb950e46006b Description: non-DNS IP-to-country resolver library GeoIP is a C library that enables the user to find the country that any IP address or hostname originates from. It uses a file based database. . This database simply contains IP blocks as keys, and countries as values and it should be more complete and accurate than using reverse DNS lookups. . This package contains the shared library. Homepage: http://www.maxmind.com/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: libgettextpo0 Priority: optional Section: devel Installed-Size: 348 Maintainer: Ubuntu Developers Original-Maintainer: Santiago Vila Architecture: amd64 Source: gettext Version: 0.18.1.1-5ubuntu3 Replaces: gettext (<< 0.18.1.1-5ubuntu1) Depends: libc6 (>= 2.4), libcroco3 (>= 0.6.2), libglib2.0-0 (>= 2.12.0), libgomp1 (>= 4.2.1), libncurses5 (>= 5.5-5~), libtinfo5, libunistring0, libxml2 (>= 2.6.27) Pre-Depends: multiarch-support Breaks: gettext (<< 0.18.1.1-5ubuntu1) Filename: pool/main/libgettextpo0_0.18.1.1-5ubuntu3_amd64.deb Size: 120114 MD5Sum: 3d9428afe7f5d0e1d7ee2b04be9543b6 SHA1: 6a0d1d4419b21c494b5d7c0f7e0d5698eb6a95f0 SHA256: bd69d1d7c2ae97d426fa0b48e0ada141f6fcf8046c2a682b0ad43b2bd1b7ac1a SHA512: dd79b57c0d2b007541903683ae80e478d60985bc49c873554bc56630d7ec24b66e34f8debee31dcef6789f8935d7552a70cfb3296301af936ef3ffaa2a6483ea Description: GNU Internationalization library This package contains the libgettextpo shared library for interfacing programmatically with GNU gettext .po files. Multi-Arch: same Homepage: http://www.gnu.org/software/gettext/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-usb, edubuntu-usb, edubuntu-desktop-kde, edubuntu-desktop-gnome, ubuntustudio-font-meta Package: libgfortran3 Priority: optional Section: libs Installed-Size: 1193 Maintainer: Ubuntu Core developers Original-Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-4.6 Version: 4.6.3-1ubuntu5 Depends: gcc-4.6-base (= 4.6.3-1ubuntu5), libc6 (>= 2.14), libquadmath0 (>= 4.6) Pre-Depends: multiarch-support Breaks: gcc-4.1, gcc-4.3 (<< 4.3.6-1), gcc-4.4 (<< 4.4.6-4), gcc-4.5 (<< 4.5.3-2) Filename: pool/main/libgfortran3_4.6.3-1ubuntu5_amd64.deb Size: 357070 MD5Sum: 59d6b53c1f8baee3ee116b615eeb7412 SHA1: 706237e59206c6bea861402e8bd50beb062b7cdb SHA256: 56c705769add3d4ba2922b422460ba8c71cdfdcb15d107fb33ec6b95baa4debe SHA512: b66dcf7eccfc93627131b27ab5e77e82add71d8ef7e9a374003e472b059b00ebd5c0d57432cfb6e3f5c36bcbcc8c0e6213b120382f1bc8836eb4c4cd7c3b0f48 Description: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Multi-Arch: same Homepage: http://gcc.gnu.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-usb, edubuntu-usb, edubuntu-desktop-kde, edubuntu-desktop-gnome, ubuntustudio-video, ubuntustudio-graphics Package: libgirepository-1.0-1 Priority: standard Section: libs Installed-Size: 252 Maintainer: Ubuntu Developers Original-Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: gobject-introspection Version: 1.32.0-1 Replaces: libgirepository1.0-1 Provides: libgirepository1.0-1 Depends: libc6 (>= 2.14), libffi6 (>= 3.0.4), libglib2.0-0 (>= 2.31.8) Conflicts: libgirepository1.0-1 Filename: pool/main/libgirepository-1.0-1_1.32.0-1_amd64.deb Size: 100676 MD5Sum: d94bbe62a6d9856a3302684b4ccd71f7 SHA1: be0377aeca9228dc946a245062432f00d459e961 SHA256: 60b33bb3672e506410963665b6bf069c2225dd5c5bb4b2f47d188fa529f90258 SHA512: 60d2cbc2c58197805947319d415e2304ae74ee25d342ad1dd792f360f1802d988f00940016edbbbc608119d12b1d653afc01baf272278036678837da57ed3db8 Description: Library for handling GObject introspection data (runtime library) GObject Introspection is a project for providing machine readable introspection data of the API of C libraries. This introspection data can be used in several different use cases, for example automatic code generation for bindings, API verification and documentation generation. . GObject Introspection contains tools to generate and handle the introspection data. . This package contains a C library for handling the introspection data. Homepage: http://live.gnome.org/GObjectIntrospection Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: libgl1-mesa-dri Priority: optional Section: libs Installed-Size: 15582 Maintainer: Ubuntu X-SWAT Original-Maintainer: Debian X Strike Force Architecture: amd64 Source: mesa Version: 8.0.4-0ubuntu0.7 Replaces: libgl1-mesa-dri-experimental (<< 7.11.1), xlibmesa-dri (<< 1:7.0.0) Depends: libc6 (>= 2.14), libdrm-intel1 (>= 2.4.27), libdrm-nouveau1a (>= 2.4.23), libdrm-radeon1 (>= 2.4.17), libdrm2 (>= 2.4.3), libexpat1 (>= 1.95.8), libgcc1 (>= 1:4.1.1), libllvm3.0, libstdc++6 (>= 4.1.1) Suggests: libglide3 Conflicts: xlibmesa-dri (<< 1:7.0.0) Breaks: libgl1-mesa-dri-experimental (<< 7.11.1), libgl1-mesa-glx (<< 7.10.2-4), libgl1-mesa-glx-no-multiarch, xserver-xorg-core (<< 2:1.10.2-2), xserver-xorg-core-no-multiarch Filename: pool/main/libgl1-mesa-dri_8.0.4-0ubuntu0.7_amd64.deb Size: 3035414 MD5Sum: 498ac2f62efb275f5d6c334be1e872ca SHA1: b9bce2a9341083c64dcab95e03dfcca3e7b0a18a SHA256: 3cff098b2c5076760336aa1d6ffa8ae347e82e0c0ed00e03e27d6c548c2e62ad SHA512: 04c7256e012d58f297f75b17118db75efabb8523ea5592ffa5b504b32843855781e7fd41309aa2b2aad2a31cef872ac3e83f61f574834c307621431190c01c26 Description: free implementation of the OpenGL API -- DRI modules This version of Mesa provides GLX and DRI capabilities: it is capable of both direct and indirect rendering. For direct rendering, it can use DRI modules from the libgl1-mesa-dri package to accelerate drawing. . This package does not include the OpenGL library itself, only the DRI modules for accelerating direct rendering. . For a complete description of Mesa, please look at the libgl1-mesa-swx11 package. . The tdfx DRI module needs libglide3 to enable direct rendering. Multi-Arch: same Homepage: http://mesa3d.sourceforge.net/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: libgl1-mesa-glx Priority: optional Section: libs Installed-Size: 481 Maintainer: Ubuntu X-SWAT Original-Maintainer: Debian X Strike Force Architecture: amd64 Source: mesa Version: 8.0.4-0ubuntu0.7 Replaces: libgl1, libgl1-mesa-dri (<< 6.4.0) Provides: libgl1 Depends: libc6 (>= 2.14), libdrm2 (>= 2.3.1), libglapi-mesa (= 8.0.4-0ubuntu0.7), libx11-6 (>= 2:1.4.99.1), libx11-xcb1, libxcb-glx0 (>= 1.8), libxcb1, libxdamage1 (>= 1:1.1), libxext6, libxfixes3, libxxf86vm1 Pre-Depends: multiarch-support Recommends: libgl1-mesa-dri (>= 7.2) Conflicts: libgl1, libgl1-mesa-dri (<< 6.4.0) Breaks: fglrx-glx (<< 1:11-6-1), libgl1-nvidia-alternatives (<= 275.09.07-1) Filename: pool/main/libgl1-mesa-glx_8.0.4-0ubuntu0.7_amd64.deb Size: 103920 MD5Sum: e23d2bcafe7b4ea34eb924bb9a0ca6c8 SHA1: 3f3e6dbc4f5e083d35cd8d3cbfc89def3f9b08b5 SHA256: a480ffb864a302290495d0a857a20819e7b92f1b4f26a672aea62128f126e3a0 SHA512: 607e3cf3bbeba3b449777f9097927a5120d5b2f259afd8d378689390a6522b07901dea65a4a03cef3f1953308f85b54bbafd8a9ee6f8a90cd9a028151cd318f6 Description: free implementation of the OpenGL API -- GLX runtime This version of Mesa provides GLX and DRI capabilities: it is capable of both direct and indirect rendering. For direct rendering, it can use DRI modules from the libgl1-mesa-dri package to accelerate drawing. . This package does not include the modules themselves: these can be found in the libgl1-mesa-dri package. . For a complete description of Mesa, please look at the libgl1-mesa-swx11 package. Multi-Arch: same Homepage: http://mesa3d.sourceforge.net/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: libglapi-mesa Priority: optional Section: libs Installed-Size: 228 Maintainer: Ubuntu X-SWAT Original-Maintainer: Debian X Strike Force Architecture: amd64 Source: mesa Version: 8.0.4-0ubuntu0.7 Depends: libc6 (>= 2.4) Pre-Depends: multiarch-support Filename: pool/main/libglapi-mesa_8.0.4-0ubuntu0.7_amd64.deb Size: 21276 MD5Sum: d0b49a0eaaac44a2196fcad00b018e32 SHA1: 4672852af266b8fbb145a1634c756a698cca3d12 SHA256: 1fd96daf749b9025f8e4504c3793602cb862c0e105afe6b3ec7c3152f6669471 SHA512: 84b64e7889a2fadd564934796b52ce6fb982af8c7d327b48417659ecc3f12090bc8fe3889d8717b790435972821a86f347595b293ee58865235f47a402c7e7be Description: free implementation of the GL API -- shared library The Mesa GL API module is responsible for dispatching all the gl* functions. It is intended to be mainly used by both the libgles1-mesa and libgles2-mesa packages. Multi-Arch: same Homepage: http://mesa3d.sourceforge.net/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: libglib2.0-0 Priority: required Section: libs Installed-Size: 3751 Maintainer: Ubuntu Developers Original-Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: glib2.0 Version: 2.32.4-0ubuntu1 Replaces: libglib2.0-dev (<< 2.23.2-2) Depends: libc6 (>= 2.15), libffi6 (>= 3.0.4), libpcre3 (>= 8.10), libselinux1 (>= 1.32), zlib1g (>= 1:1.2.2) Pre-Depends: multiarch-support Recommends: libglib2.0-data, shared-mime-info Conflicts: bamfdaemon (<= 0.2.92-0ubuntu1), libzeitgeist-gio, wncksyncdaemon Breaks: gdm3 (<< 3.0.3), gnome-control-center (<< 1:3), gnome-session (<< 3.0.0-3), gvfs (<< 1.8), libgtk-3-0 (<< 3.0.12) Filename: pool/main/libglib2.0-0_2.32.4-0ubuntu1_amd64.deb Size: 1199984 MD5Sum: 82adda950a0b9f5835eab30cf9526092 SHA1: cb1ea1dd22e3ba40726f5e7dd56474d60cc48369 SHA256: 579203080c0ee22cec7f6e63cd754e0b5acd73bf909154d5143faaea2a7b1380 SHA512: b983b6a00f491468546f9efc9a5d60043cca28b146f2ef6b57c84b7d38a7b9a2f9a70df9533cf1acc893a889bfca3a3e813a5a1402e3259517ad3e5f6b8aad09 Description: GLib library of C routines GLib is a library containing many useful C routines for things such as trees, hashes, lists, and strings. It is a useful general-purpose C library used by projects such as GTK+, GIMP, and GNOME. . This package contains the shared libraries. Multi-Arch: same Homepage: http://www.gtk.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: libgmp10 Priority: optional Section: libs Installed-Size: 486 Maintainer: Ubuntu Developers Original-Maintainer: Debian Science Team Architecture: amd64 Source: gmp Version: 2:5.0.2+dfsg-2ubuntu1 Depends: libc6 (>= 2.7) Pre-Depends: multiarch-support Filename: pool/main/libgmp10_5.0.2+dfsg-2ubuntu1_amd64.deb Size: 238198 MD5Sum: f05f0afe88e4f5bed4d50b908644ecc3 SHA1: 4e3373e5660b98957786cecc8ba6f57c32284ae4 SHA256: d70a15b9f294716870761388148829bb6502ebacbdd0d0eb3e2642f4196e4faf SHA512: 7d95d27f563f6596f2f69d658155fad0d043e9a89823b3ad22a475962e7e349889fa37ea1b77dc827b45513131ec15261e6d767f7cd26b40396b54fa56490ca1 Description: Multiprecision arithmetic library GNU MP is a programmer's library for arbitrary precision arithmetic (ie, a bignum package). It can operate on signed integer, rational, and floating point numeric types. . It has a rich set of functions, and the functions have a regular interface. Multi-Arch: same Homepage: http://gmplib.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Build-Essential: yes Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, cloud-image, ubuntu-usb, server, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: libgnutls26 Priority: standard Section: libs Installed-Size: 1052 Maintainer: Ubuntu Developers Original-Maintainer: Debian GnuTLS Maintainers Architecture: amd64 Source: gnutls26 Version: 2.12.14-5ubuntu3.9 Replaces: gnutls0, gnutls0.4, gnutls3 Depends: libc6 (>= 2.14), libgcrypt11 (>= 1.4.5), libp11-kit0 (>= 0.11), libtasn1-3 (>= 1.6-0), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Suggests: gnutls-bin 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: pool/main/libgnutls26_2.12.14-5ubuntu3.9_amd64.deb Size: 459182 MD5Sum: d4ff2052aee6b7e0f877930d329fc92f SHA1: 3b7ff244a17d6c02de24097916ef0cd410df9f46 SHA256: 051c238078c16d84078e59aaa5a7ec69a2d3c1f92e4705541b9c843516615f12 SHA512: 7319a3b7d24c2ac16fbcf6ef16caf85b07cc813b6ae0ea4f04f8427e9d8e9cf10a0b89e7051070c5cd1a0eb16427380897474effd63e421da159701daa0bdaf4 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/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: libgomp1 Priority: optional Section: libs Installed-Size: 88 Maintainer: Ubuntu Core developers Original-Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-4.6 Version: 4.6.3-1ubuntu5 Depends: gcc-4.6-base (= 4.6.3-1ubuntu5), libc6 (>= 2.14) Pre-Depends: multiarch-support Breaks: gcc-4.1, gcc-4.3 (<< 4.3.6-1), gcc-4.4 (<< 4.4.6-4), gcc-4.5 (<< 4.5.3-2) Filename: pool/main/libgomp1_4.6.3-1ubuntu5_amd64.deb Size: 25472 MD5Sum: 226eb3654a1bf78bfe7afb5887461397 SHA1: 9d25a27d7cf94ae78eb4a42d12d13cd620f8922e SHA256: 001196c1d8efe72b76b49fdb9fa2930400806ef8d514539133598be4f3c59e40 SHA512: f276b5e6a1f3159ed0e227136e7113df02a494aa7f3d9612af2a352ea9fb08073e24d3e2359bb5c89e8475681203ad69b02cd894c1755a65a82121d9d9cb548b Description: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Multi-Arch: same Homepage: http://gcc.gnu.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Build-Essential: yes Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, edubuntu-desktop, edubuntu-usb, edubuntu-desktop-kde, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, ubuntustudio-desktop, ubuntustudio-font-meta Package: libgoogle-perftools4 Priority: optional Section: libs Installed-Size: 1025 Maintainer: Daigo Moriwaki Architecture: amd64 Source: google-perftools Version: 2.1-1~cloud1 Depends: libtcmalloc-minimal4 (= 2.1-1~cloud1), libc6 (>= 2.14), libstdc++6 (>= 4.6), libunwind8 Conflicts: libgoogle-perftools0 Filename: pool/main/libgoogle-perftools4_2.1-1~cloud1_amd64.deb Size: 449956 MD5Sum: d01014609e9fd5567a3e3998d4a30745 SHA1: 0c513e6bef4ffa3c657b5ceeab5b1f5e73b8d721 SHA256: be334b5e14bf1370a29e2355b836d6203b4b302f7a6fc910ad07eb378fc6916f SHA512: 6748abc4a69742589e9f5411f7caeb5557fbea8eab248f190577e2511ab7e4be77723f36e402c5dbc85ba55f4c3d2ca756b07cd7826992bf4551c8699d12a253 Description: libraries for CPU and heap analysis, plus an efficient thread-caching malloc The gperftools, previously called google-perftools, package contains some utilities to improve and analyze the performance of C++ programs. This includes the full features: an optimized thread-caching malloc() and cpu and heap profiling utilities. Homepage: http://code.google.com/p/gperftools/ Package: libgpg-error0 Priority: standard Section: libs Installed-Size: 96 Maintainer: Ubuntu Developers Original-Maintainer: Jose Carlos Garcia Sogo Architecture: amd64 Source: libgpg-error Version: 1.10-2ubuntu1 Depends: libc6 (>= 2.2.5) Pre-Depends: multiarch-support Filename: pool/main/libgpg-error0_1.10-2ubuntu1_amd64.deb Size: 14464 MD5Sum: 038ad95f010dabf2ec6a640ad6435a6b SHA1: 9bec916b8060d889d13c2f3d2ca7592d10832277 SHA256: 1eee22500802a759f5124ad837aded843e0ad3ddd68896ecfea9e7ae2c9f133a SHA512: 86c4fd4760f7f525d72a67daa43ce5d6f06e5131dab7e5e174d8db1bb1de9f654772126674f49f1504ab6a75bd2ca54667e0039abb659ecdd575f0942f6b720a Description: library for common error values and messages in GnuPG components Library that defines common error values for all GnuPG components. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt, pinentry, SmartCard Daemon and possibly more in the future. Multi-Arch: same Homepage: http://www.gnupg.org/related_software/libgpg-error/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: libgpm2 Priority: optional Section: libs Installed-Size: 78 Maintainer: Ubuntu Developers Original-Maintainer: Peter Samuelson Architecture: amd64 Source: gpm Version: 1.20.4-4 Depends: libc6 (>= 2.7) Pre-Depends: multiarch-support Suggests: gpm Filename: pool/main/libgpm2_1.20.4-4_amd64.deb Size: 17158 MD5Sum: a062c40d0ef3723cf8d312b4b0928b1b SHA1: eb66fc48c15de4e3e2055766e028016b80c23206 SHA256: 3a8f10e2519bfe8688a19ad099450087f81888f8de0ad953c2d99f800c25f0bd SHA512: c1372e4f168dad0536c3b59ec34e862218238ee029defee34a3eb6460fcf156400d9afa304e8f1b31885cdb4c7bb621fc2ff3786217f8032f69ae9aaddc1fd86 Description: General Purpose Mouse - shared library This package provides a library that handles mouse requests and delivers them to applications. See the description for the 'gpm' package for more information. Multi-Arch: same Homepage: http://unix.schottelius.org/gpm/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, cloud-image, ubuntu-usb, server, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, edubuntu-desktop-kde, xubuntu-desktop, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, lubuntu-desktop, ubuntustudio-desktop Package: libgraph4 Priority: optional Section: libs Installed-Size: 146 Maintainer: Ubuntu Developers Original-Maintainer: David Claughton Architecture: amd64 Source: graphviz Version: 2.26.3-10ubuntu1.2 Depends: libc6 (>= 2.14), libcdt4 Conflicts: libgraphviz4 Filename: pool/main/libgraph4_2.26.3-10ubuntu1.2_amd64.deb Size: 36028 MD5Sum: 83007e119a7846d463e05d429b5a7293 SHA1: af8d6b7858d698dfdddcfabfdfd54b6f6b3cda70 SHA256: f9c9176b04796ac4d0d0f05c5666656be457d1be5cd1b725620b1997db99d937 SHA512: cb3168e451fe5673fa03d7672d57d92c4e3d47c607ed8953e0969289f46abf2e1b7357bca6f1391b3b29aa8d978744f7ca7f53d95a7e1b26e6baa9905b7944df Description: rich set of graph drawing tools - graph library Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the graph library. Homepage: http://www.graphviz.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-usb, edubuntu-usb, edubuntu-desktop-kde, edubuntu-desktop-gnome, ubuntustudio-generation, ubuntustudio-video, ubuntustudio-graphics, ubuntustudio-recording Package: libgs9-common Priority: optional Section: libs Installed-Size: 7658 Maintainer: Ubuntu Developers Original-Maintainer: Debian Printing Team Architecture: all Source: ghostscript Version: 9.05~dfsg-0ubuntu4.3 Replaces: ghostscript (<< 9.01~dfsg-1) Breaks: ghostscript (<< 9.01~dfsg-1) Filename: pool/main/libgs9-common_9.05~dfsg-0ubuntu4.3_all.deb Size: 3938386 MD5Sum: e37fcdeb47128bd2cf0b6f08ff8e9392 SHA1: 1cc803434f1f7eaed9581bf4db24d83e46e22b7c SHA256: 6a99380a8a7dbcc76f05ebd5ded6792582b5acb5d718a057619d700011dc54d6 SHA512: cbc0ff52ef267c9eb0e851095fdeefda09fd4ff95e11fdd7955d5be4631b822be47b26b934cdc2dcd8aabdbf5d2e3eb24d71febea781183c9bcf261af9d1c371 Description: interpreter for the PostScript language and for PDF - common files GPL Ghostscript is used for PostScript/PDF preview and printing. Usually as a back-end to a program such as ghostview, it can display PostScript and PDF documents in an X11 environment. . This package provides common architecture-independent files needed by the GPL Ghostscript library. Homepage: http://www.ghostscript.com/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libgs9 Priority: optional Section: libs Installed-Size: 10034 Maintainer: Ubuntu Developers Original-Maintainer: Debian Printing Team Architecture: amd64 Source: ghostscript Version: 9.05~dfsg-0ubuntu4.3 Depends: libc6 (>= 2.14), libcups2 (>= 1.4.0), libcupsimage2 (>= 1.4.0), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libidn11 (>= 1.13), libijs-0.35 (>= 0.35), libjasper1, libjbig2dec0 (>= 0.11-1), libjpeg8 (>= 8c), liblcms2-2 (>= 2.2+git20110628-2), libpaper1, libpng12-0 (>= 1.2.13-4), libtiff4, zlib1g (>= 1:1.1.4), gs-cjk-resource, libgs9-common (= 9.05~dfsg-0ubuntu4.3) Filename: pool/main/libgs9_9.05~dfsg-0ubuntu4.3_amd64.deb Size: 2252816 MD5Sum: fe8edc0a04cf463019a6cf1cf25ea181 SHA1: afcc8139c978e3ea140f0b120b21faa07895441e SHA256: 3e384a75e13ecc9f3974c2ac8b8852bc946e083190ba65b60414a1161565d309 SHA512: 93d7bd368e11bea0aac62e0f4574c917763014f8cb1414d64edaeca5f441a0a65648f5774dfa792b9f466b4ebd01a5a4d2705f89cc6f0e65b176f3d777d791f5 Description: interpreter for the PostScript language and for PDF - Library GPL Ghostscript is used for PostScript/PDF preview and printing. Usually as a back-end to a program such as ghostview, it can display PostScript and PDF documents in an X11 environment. . This package provides the Ghostscript library which makes the facilities of GPL Ghostscript available to applications. Homepage: http://www.ghostscript.com/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, print-server, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: libgssapi-krb5-2 Priority: standard Section: libs Installed-Size: 332 Maintainer: Ubuntu Developers Original-Maintainer: Sam Hartman Architecture: amd64 Source: krb5 Version: 1.10+dfsg~beta1-2ubuntu0.6 Replaces: libkrb53 (<< 1.6.dfsg.4~beta1-7) Depends: libc6 (>= 2.14), libcomerr2 (>= 1.34), libk5crypto3 (>= 1.8+dfsg), libkrb5-3 (= 1.10+dfsg~beta1-2ubuntu0.6), libkrb5support0 (>= 1.7dfsg~beta2) Pre-Depends: multiarch-support Suggests: krb5-doc, krb5-user Breaks: libkrb53 (<< 1.8) Filename: pool/main/libgssapi-krb5-2_1.10+dfsg~beta1-2ubuntu0.6_amd64.deb Size: 117884 MD5Sum: a68c46ce7e717fe15263969e4e47b355 SHA1: 6bfb21ee0aef268936079507ce8749971d3e6146 SHA256: 3697616aab825ef6e5c1d9165fa2616531838dafb6483c51788f3f45f6f6fd6f SHA512: e1feea89a0ea5b20636466bf78b95143a5255dd1c60a2d169e17e7dddbc07cca6d94731b3ad14c57dfd5fe7528373eb5162a4bd91d221c8a96a907174eeaee1b Description: MIT Kerberos runtime libraries - krb5 GSS-API Mechanism Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains the runtime library for the MIT Kerberos implementation of GSS-API used by applications and Kerberos clients. Multi-Arch: same Homepage: http://web.mit.edu/kerberos/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: libgssapi3-heimdal Priority: standard Section: libs Installed-Size: 323 Maintainer: Ubuntu Developers Original-Maintainer: Brian May Architecture: amd64 Source: heimdal Version: 1.6~git20120311.dfsg.1-2ubuntu0.1 Depends: libasn1-8-heimdal (>= 1.4.0+git20110226), libc6 (>= 2.14), libcomerr2 (>= 1.01), libhcrypto4-heimdal (>= 1.4.0+git20110226), libheimntlm0-heimdal (>= 1.4.0+git20110226), libkrb5-26-heimdal (>= 1.4.0+git20110403), libroken18-heimdal (>= 1.4.0+git20110226) Pre-Depends: multiarch-support Conflicts: libgssapi3 Filename: pool/main/libgssapi3-heimdal_1.6~git20120311.dfsg.1-2ubuntu0.1_amd64.deb Size: 108084 MD5Sum: 3f702ac36d11046c2ff30f92850149b4 SHA1: 9ed46f05da52757c1053a871153ce4742b28fd62 SHA256: 37e856ee95840d9d7854f7e7260cf1525cc178e05e0d6ccd97821c5a76dd4f9c SHA512: 40ba22c3710d7d3ba5e76e8126a59774fb1487074f4d317381c4665241f9532554661d4a8caa90782acbe1e16e4f8bd32a1301a2f33f1b978fcbe1107e4ce65f Description: Heimdal Kerberos - GSSAPI support library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package contains the library for GSSAPI support. Multi-Arch: same Homepage: http://www.h5l.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: libgssglue1 Priority: optional Section: libs Installed-Size: 83 Maintainer: Ubuntu Developers Original-Maintainer: Anibal Monsalve Salazar Architecture: amd64 Source: libgssglue Version: 0.3-4ubuntu0.1 Replaces: libgssapi2 (<= 0.11-1) Depends: libc6 (>= 2.14) Conflicts: libgssapi2 (<= 0.11-1) Filename: pool/main/libgssglue1_0.3-4ubuntu0.1_amd64.deb Size: 22522 MD5Sum: 99e698259720a2580e78c9b19eb6e9f3 SHA1: 1c0bbde33fca94b0415ae9015071a205e35e3099 SHA256: 1f640a0ab17a86004f62aa8cd32b93a75aab601619689992fc4e8b0f4c7f3aa3 SHA512: 026b6ba0f0a1cf2c24bb7e942deb4a7127281435ec2ff79b9532d10fdd0c0a60ee94e6f6fb92a68e096c5b02a8ff33b0c9b32e9a7a2118d13e0e794d16d9e2e1 Description: mechanism-switch gssapi library libgssglue provides a gssapi interface, but does not implement any gssapi mechanisms itself; instead it calls other gssapi functions (e.g., those provided by MIT Kerberos), depending on the requested mechanism, to do the work. Homepage: http://www.citi.umich.edu/projects/nfsv4/linux/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: libgstreamer-plugins-base0.10-0 Priority: optional Section: libs Installed-Size: 1424 Maintainer: Ubuntu Developers Original-Maintainer: Maintainers of GStreamer packages Architecture: amd64 Source: gst-plugins-base0.10 Version: 0.10.36-1ubuntu0.1 Replaces: gobject-introspection-repository (<< 0.6.5-2) Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.31.8), libgstreamer0.10-0 (>= 0.10.36), liborc-0.4-0 (>= 1:0.4.16), zlib1g (>= 1:1.1.4), iso-codes Pre-Depends: multiarch-support Suggests: libvisual-0.4-plugins, gstreamer-codec-install | gnome-codec-install Conflicts: gstreamer0.10-pulseaudio (<< 0.10.16-4), totem-gstreamer (<= 2.17.92-0ubuntu1) Filename: pool/main/libgstreamer-plugins-base0.10-0_0.10.36-1ubuntu0.1_amd64.deb Size: 543336 MD5Sum: 32b0463e79336abb554d2a724f735e61 SHA1: 08fe9db748c94ae67af5344f0b8d16c0926a2fc4 SHA256: cefde73e493fc1d9050b56f29c2cf4f846ebcb50c4c5dc200a6a7189b011ae24 SHA512: a5953e9a6414488a5ba4e85b2f108378d5fcdc66b347ef1827666122be4dc9332b3b1b703db5135b24bf88a3423aecdfe0a665f136c7a96d81487aad9548bb9c Description: GStreamer libraries from the "base" set GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains libraries from the "base" set, an essential exemplary set of elements. Multi-Arch: same Homepage: http://gstreamer.freedesktop.org Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, edubuntu-desktop-kde, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-desktop, ubuntustudio-desktop Package: libgstreamer0.10-0 Priority: optional Section: libs Installed-Size: 2612 Maintainer: Ubuntu Developers Original-Maintainer: Maintainers of GStreamer packages Architecture: amd64 Source: gstreamer0.10 Version: 0.10.36-1ubuntu1 Replaces: gobject-introspection-repository (<< 0.6.5-2) Depends: libc6 (>= 2.15), libglib2.0-0 (>= 2.31.8), libxml2 (>= 2.7.4) Pre-Depends: multiarch-support Suggests: gstreamer0.10-tools, gstreamer0.10-plugins-base Conflicts: gstreamer0.10-plugins-base (<< 0.10.25.2), libgstreamer-plugins-base0.10-0 (<< 0.10.11cvs20070110-0ubuntu5) Filename: pool/main/libgstreamer0.10-0_0.10.36-1ubuntu1_amd64.deb Size: 781018 MD5Sum: 2b90f4ddfd82866b4ddcb7b692da6f5e SHA1: 8a049c6eca170ea3a2dc4db413f89e75c7c4d9f6 SHA256: c3012ad76e91cc220303e2fa778bc619ea8ff91070b1fdcb1720ee7c15ab2b0b SHA512: ef7105e3e64b3bc167e34632d27295860dfe479f4a6cf1913158491bb7dd12e3bd60caecacaf5c69e130c0b802c6b4918926f2db810a7e4a8f4e6d091560a916 Description: Core GStreamer libraries and elements GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains the core library and elements. Multi-Arch: same Homepage: http://gstreamer.freedesktop.org Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, edubuntu-desktop-kde, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-desktop, ubuntustudio-desktop Package: libgtk2.0-0 Priority: optional Section: libs Installed-Size: 6168 Maintainer: Ubuntu Desktop Team Original-Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: gtk+2.0 Version: 2.24.10-0ubuntu6.1 Provides: gtk2.0-binver-2.10.0 Depends: libgtk2.0-common, libatk1.0-0 (>= 1.12.4), libc6 (>= 2.14), libcairo2 (>= 1.6.4-6.1), libcups2 (>= 1.4.0), libfontconfig1 (>= 2.8.0), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.31.8), libpango1.0-0 (>= 1.28.3), libx11-6 (>= 2:1.4.99.1), libxcomposite1 (>= 1:0.3-1), libxcursor1 (>> 1.1.2), libxdamage1 (>= 1:1.1), libxext6, libxfixes3, libxi6, libxinerama1, libxrandr2 (>= 2:1.2.99.3), libxrender1, shared-mime-info Pre-Depends: multiarch-support Recommends: hicolor-icon-theme, libgtk2.0-bin Suggests: librsvg2-common, gvfs Breaks: gtk-sharp2 (<< 2.12.10-2ubuntu2), lxdm (<< 0.4.1-0ubuntu6), lxlauncher (<< 0.2.2-1ubuntu2), xfdesktop4 (<< 4.8.3-2ubuntu4) Filename: pool/main/libgtk2.0-0_2.24.10-0ubuntu6.1_amd64.deb Size: 2674344 MD5Sum: c61c76c5822f9152a9441a9357269d8f SHA1: 0bf921b8d707bd62a9763c71e24c12ec0dbc4cd0 SHA256: 87d118a13bfe50d7bc6ade401c2901f7f9df57c5ef24c4403b166a5307143e73 SHA512: df1a51d92137091d2b87191aa4f08999b8d0769cbc5796689b229555f4370542a554013592f97ec932eb922a47d402a10f660139a137890eb4f50864ea477359 Description: GTK+ graphical user interface library GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off tools to complete application suites. . This package contains the shared libraries. Multi-Arch: same Homepage: http://www.gtk.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, kubuntu-active, edubuntu-desktop, edubuntu-usb, edubuntu-desktop-kde, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: libgtk2.0-bin Priority: optional Section: misc Installed-Size: 622 Maintainer: Ubuntu Desktop Team Original-Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: gtk+2.0 Version: 2.24.10-0ubuntu6.1 Depends: libgtk2.0-0 (>= 2.24.10-0ubuntu6.1), libgtk2.0-common Filename: pool/main/libgtk2.0-bin_2.24.10-0ubuntu6.1_amd64.deb Size: 10302 MD5Sum: 36ac7ee65048e6b05cf3778073a950c3 SHA1: 9ff4e00bc5e33997897690b8a836111990e9ab2b SHA256: 96b49d8ca88d2583bf707af10857396fb35224519ae06e8ac853536fea3a8672 SHA512: 07ffc3979bec558b9e1cf083193f82cb15ad3b966abc35006cb7f16cecf9cf497d0a0a56159e9e8040ae66617386f9d1a5fda1f7502f9a18ae7600537accd44c Description: programs for the GTK+ graphical user interface library GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off tools to complete application suites. . This package contains the utilities which are used by the libraries and other packages. Multi-Arch: foreign Homepage: http://www.gtk.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, kubuntu-active, edubuntu-desktop, edubuntu-usb, edubuntu-desktop-kde, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, ubuntustudio-desktop Package: libgtk2.0-common Priority: optional Section: misc Installed-Size: 1096 Maintainer: Ubuntu Desktop Team Original-Maintainer: Debian GNOME Maintainers Architecture: all Source: gtk+2.0 Version: 2.24.10-0ubuntu6.1 Replaces: libgtk2.0-0 (<< 2.24.8-2) Recommends: libgtk2.0-0 Breaks: libgtk2.0-0 (<< 2.24.8-2) Filename: pool/main/libgtk2.0-common_2.24.10-0ubuntu6.1_all.deb Size: 118128 MD5Sum: 8a76f426ab1c9d0e9d4da2e7b2202c91 SHA1: 3498d9545d46f906ee6a60aba093e46c2485d979 SHA256: 8f58f1575893eaec262348c731082d6ca245dfd41ae8ba8dc0ba622e7121d433 SHA512: e9e66ade3ed7652e7c0c2c8fe323d572f34e67677f13962ef0391950d7189a80be48c4695d3927b4c49348e4d3e73ef3caf4d851d9770991aab51bddc09ee840 Description: common files for the GTK+ graphical user interface library GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off tools to complete application suites. . This package contains the common files which the libraries need. Multi-Arch: foreign Homepage: http://www.gtk.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libguestfs0 Priority: extra Section: universe/libs Installed-Size: 2144 Maintainer: Ubuntu Developers Original-Maintainer: Debian Libvirt Maintainers Architecture: amd64 Source: libguestfs Version: 1:1.14.8-1 Depends: libc6 (>= 2.8), libhivex0, libmagic1, libpcre3 (>= 8.10), libvirt0 (>= 0.1.1), libxml2 (>= 2.7.4), debconf (>= 0.5) | debconf-2.0, febootstrap (>= 3.2), qemu-kvm (>= 0.13), bsdmainutils, btrfs-tools, cryptsetup, diffutils, iproute, libaugeas0, ntfs-3g, ntfsprogs, reiserfsprogs, udev, vim-tiny, xz-utils, zfs-fuse, binutils, cpio, dosfstools, file, jfsutils, lsof, lvm2, module-init-tools, net-tools, parted, procps, scrub, strace, xfsprogs, zerofree Filename: pool/main/libguestfs0_1.14.8-1_amd64.deb Size: 767032 MD5Sum: a0962a13fae0e592afdd9f15dbbb691c SHA1: 4e3958a39e7f10cfd25b676adf60ae96ab762e53 SHA256: 1e10db93ca052c69b1553fa09220a6926665fc85b6b1fbb505fa19c2cbaf83cd SHA512: ba304876c589f8abeb878f78b4426dcb4b3a5afaa11644acb3c7298deebce39390a5546d2adbecc4ae3860119617f6fe693e13b8072b0b41bfd98406e54a3c19 Description: guest disk image management system - shared library The libguestfs library allows accessing and modifying guest disk images. It offers the following features, among many others: * making batch configuration changes to guests; * viewing and editing files inside guests; * getting disk used/free statistics; * migrating between virtualization systems; * performing partial backups; * performing partial guest clones; * cloning guests and changing registry/UUID/hostname info. . It uses the Linux kernel and qemu code, and can access any type of guest file system that Linux and qemu can, including but not limited to: ext2/3/4, btrfs, FAT and NTFS, LVM, many different disk partition schemes, qcow, qcow2, vmdk. . The library provides ways to enumerate guest storage (such as partitions, LVs, what file system is in each LV, etc.); to run commands in the context of the guest; and to upload and download files and directories. Homepage: http://libguestfs.org Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libgvc5 Priority: optional Section: libs Installed-Size: 1249 Maintainer: Ubuntu Developers Original-Maintainer: David Claughton Architecture: amd64 Source: graphviz Version: 2.26.3-10ubuntu1.2 Depends: libc6 (>= 2.15), libcairo2 (>= 1.2.4), libcdt4, libexpat1 (>= 1.95.8), libgd2-noxpm (>= 2.0.36~rc1~dfsg) | libgd2-xpm (>= 2.0.36~rc1~dfsg), libglib2.0-0 (>= 2.12.0), libgraph4, libpango1.0-0 (>= 1.14.0), libpathplan4, libx11-6, zlib1g (>= 1:1.1.4) Conflicts: libgraphviz4 Filename: pool/main/libgvc5_2.26.3-10ubuntu1.2_amd64.deb Size: 515746 MD5Sum: 14542499cba41abb1251851bff3b8eb7 SHA1: a63677e4ee57e8edde00c05c73da792bfe0b2736 SHA256: 4c6162d68e5c951c4367216572587cc231aed6b98946b87527c8081e934f5ccf SHA512: bfbc326be580f2bb5262900a02659c3cb173a4626d8b08e48a34c1f82fd2a7383d4ff91f6caf2c5ccbd05a68a7be142aa5cea365ae0925b88575962e9a34cecc Description: rich set of graph drawing tools - gvc library Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the gvc library. Homepage: http://www.graphviz.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-usb, edubuntu-usb, edubuntu-desktop-kde, edubuntu-desktop-gnome, ubuntustudio-generation, ubuntustudio-video, ubuntustudio-graphics, ubuntustudio-recording Package: libhcrypto4-heimdal Priority: standard Section: libs Installed-Size: 284 Maintainer: Ubuntu Developers Original-Maintainer: Brian May Architecture: amd64 Source: heimdal Version: 1.6~git20120311.dfsg.1-2ubuntu0.1 Depends: libasn1-8-heimdal (>= 1.4.0+git20110226), libc6 (>= 2.14), libroken18-heimdal (>= 1.4.0+git20110226) Pre-Depends: multiarch-support Filename: pool/main/libhcrypto4-heimdal_1.6~git20120311.dfsg.1-2ubuntu0.1_amd64.deb Size: 103186 MD5Sum: f45ea09db60ff9b4821fd1216d673fd1 SHA1: 10db15695c3ea6d285d288607da5de86ce3ed890 SHA256: c8cb7770c3e8ca1296e9c330754ecc18d2ff4dcf3ead3a78c8e74bd3b9b8650a SHA512: 245dd036a3352a51b9aaffc0bbd6df0287e365173d525d70064c2f439593a805aac807b43742494eae4e50065670e1ba406566dfd065e7637d4b19db7b297bf2 Description: Heimdal Kerberos - crypto library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package contains the cryptographic library required for Heimdal. Multi-Arch: same Homepage: http://www.h5l.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: libheartbeat2 Priority: optional Section: libs Installed-Size: 159 Maintainer: Ubuntu Developers Original-Maintainer: Debian HA Maintainers Architecture: amd64 Source: heartbeat Version: 1:3.0.5-3ubuntu2 Replaces: heartbeat (<= 2.99.2+sles11r7-0+1) Depends: libc6 (>= 2.15), libglib2.0-0 (>= 2.12.0), libplumb2 (>= 1.0.8) Conflicts: heartbeat (<= 2.99.2+sles11r7-0+1) Filename: pool/main/libheartbeat2_3.0.5-3ubuntu2_amd64.deb Size: 35338 MD5Sum: 09294dff51096f72f06f88be52de3a2f SHA1: 62153f60c6f351611152738e9467f493110aa266 SHA256: 64af2c5e37dac0f29f391d6a9f3bd3a802fbe85edb0665b9ba34af694d116a34 SHA512: de0688cdbe7770de1ac38064a759122b1735ce0bd0ce1dcc06ba6dedfb84b8ad55f6a547202301129b93887c585f17d701dbd22866ca790b2b68b4a3c20378bb Description: Subsystem for High-Availability Linux (libraries) heartbeat is a messaging subsystem for high availability which implements serial, UDP, and PPP/UDP heartbeats. . It is one of the messaging layers supported by the Pacemaker cluster resource manager. . This package contains the Heartbeat libraries to make them available to other programs like Pacemaker without having to install the whole Heartbeat suite. Homepage: http://www.linux-ha.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 18m Package: libheimbase1-heimdal Priority: standard Section: libs Installed-Size: 130 Maintainer: Ubuntu Developers Original-Maintainer: Brian May Architecture: amd64 Source: heimdal Version: 1.6~git20120311.dfsg.1-2ubuntu0.1 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Filename: pool/main/libheimbase1-heimdal_1.6~git20120311.dfsg.1-2ubuntu0.1_amd64.deb Size: 33104 MD5Sum: 06967349116ab533ec6ed14c4814dbb4 SHA1: 957168a175cb95ce6a6ab84128068e4b8cdac93c SHA256: e1517e1d2515f079785c6e9e71055893f50023a3a97290b9436a9c22fc0ff8eb SHA512: c765281edcdef92bbf9dde225f139c0515c441d0e7a21424eaf0707b575a5af1bf581e8bdfc3022b7f12becf7d49874103a640b525b1f4f973a874c70c8ee7ab Description: Heimdal Kerberos - Base library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package contains the base library. Multi-Arch: same Homepage: http://www.h5l.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: libheimntlm0-heimdal Priority: standard Section: libs Installed-Size: 94 Maintainer: Ubuntu Developers Original-Maintainer: Brian May Architecture: amd64 Source: heimdal Version: 1.6~git20120311.dfsg.1-2ubuntu0.1 Depends: libc6 (>= 2.4), libhcrypto4-heimdal (>= 1.4.0+git20110226), libkrb5-26-heimdal (>= 1.4.0+git20110226), libroken18-heimdal (>= 1.4.0+git20110226) Pre-Depends: multiarch-support Filename: pool/main/libheimntlm0-heimdal_1.6~git20120311.dfsg.1-2ubuntu0.1_amd64.deb Size: 15952 MD5Sum: bf9f090b16ff5592ffdb9515ac0a300d SHA1: 89b3f25133ddd04a240d375d961e0eb126d85778 SHA256: 92063e02c7de41f0719d5e51363c36651683785ec38869a500c35f80796e47d3 SHA512: 7b54594aaa37f4b66dcbb1a3e72cd38a7c0b2249a3c83fb61b30572afdf8b4cd5251be947208cf5d74688e7d67db70d2b3ce83bd31c2451c3f263ce3e8abc835 Description: Heimdal Kerberos - NTLM support library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. Multi-Arch: same Homepage: http://www.h5l.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: libhivex0 Priority: extra Section: universe/libs Installed-Size: 98 Maintainer: Ubuntu Developers Original-Maintainer: Debian Libvirt Maintainers Architecture: amd64 Source: hivex Version: 1.3.3-1 Depends: libc6 (>= 2.4) Conflicts: libguestfs0 (<= 1.0.84-4) Filename: pool/main/libhivex0_1.3.3-1_amd64.deb Size: 32556 MD5Sum: 158b9f58a588ba957cca7aee237f4c43 SHA1: 3a412698acec330371a093bf84766700beb057c6 SHA256: 0aeeb184489db0617a0bdc60470f6b76edcbb27fe1cd4637a96acb79a713153c SHA512: aa1ef904aa2165ec6c0b59f78726b939a57d93a0bf18f4174cd8d6a85e473a22d982b6f1589f0cb4a6da645f40c0f1768137daf3e7fe2f0a697d933732ebec1f Description: library for reading and writing Windows Registry hives libhivex is a self-contained library for reading and writing Windows Registry "hive" binary files. . Unlike many other tools in this area, it doesn't use the textual .REG format for output, because parsing that is as much trouble as parsing the original binary format. Instead it makes the file available through a C API, or there is a separate program to export the hive as XML. Homepage: http://libguestfs.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libhtml-form-perl Priority: optional Section: perl Installed-Size: 96 Maintainer: Ubuntu Developers Original-Maintainer: Debian Perl Group Architecture: all Version: 6.00-1 Replaces: libwww-perl (<< 6.00) Depends: perl, liburi-perl, libhtml-parser-perl, libhttp-message-perl Breaks: libwww-perl (<< 6.00) Filename: pool/main/libhtml-form-perl_6.00-1_all.deb Size: 22780 MD5Sum: bf957da7702c2830fa70ce0d5e7b65e3 SHA1: c8844574bbe9600347dfeb4dea9d828ce159d69e SHA256: 0484f6138cbe2a79297f97e66ddc164fa1fb2d9e6efe59d55b2463c4e76ba41d SHA512: 141dc0f4a9e50fa0a0a991a8176711f6e8e3422c748710ac7688b745ecbafbec99c5ca0b3d60a7302bafd7d36d8409cf80cf1248199f4f6cf71a9c0511f3c91e Description: module that represents an HTML form element Objects of the HTML::Form class represents a single HTML
...
instance. A form consists of a sequence of inputs that usually have names, and which can take on various values. The state of a form can be tweaked and it can then be asked to provide HTTP::Request objects that can be passed to the request() method of LWP::UserAgent. Homepage: http://search.cpan.org/dist/HTML-Form/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libhtml-format-perl Priority: optional Section: perl Installed-Size: 160 Maintainer: Ubuntu Developers Original-Maintainer: Debian Perl Group Architecture: all Version: 2.10-1 Depends: perl, libfont-afm-perl, libhtml-tree-perl Filename: pool/main/libhtml-format-perl_2.10-1_all.deb Size: 40584 MD5Sum: 9129b9c9a186167e886db77054711a77 SHA1: 4bd2e868cb139b57cba282986fbfefcb1136455a SHA256: 23009ea0d664a92f31a030c234b57b9f94d845effe9c10f11c4fded44040e129 SHA512: 9dc4675f60aa943d5419b23ae0fae6da44055d563aaa374e6f395d8e7275c2c190c74a7130498cdb5d5c47fb71a8204046717e2c710c5bfaed1bd9a3ecff6861 Description: module for transforming HTML into various formats HTML::Formatter is a base class for various formatters, which are modules that traverse an HTML syntax tree and produce various output file formats. There are currently three formatter classes included: . * HTML::FormatText for converting to plain human-readable text * HTML::FormatPS for converting to PostScript * HTML::FormatRTF for converting to Microsoft's Rich Text Format (RTF) Homepage: http://search.cpan.org/dist/HTML-Format/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libhtml-parser-perl Priority: optional Section: perl Installed-Size: 246 Maintainer: Ubuntu Developers Original-Maintainer: Debian Perl Group Architecture: amd64 Version: 3.69-1build1 Depends: perl (>= 5.14.2-3build1), perlapi-5.14.2, libc6 (>= 2.4), liburi-perl, libhtml-tagset-perl Suggests: libdata-dump-perl Filename: pool/main/libhtml-parser-perl_3.69-1build1_amd64.deb Size: 97302 MD5Sum: c8d9484d8be0c32a8538028ef0aa6d07 SHA1: c9226d58003f19ebccdf457c21bdc754e8b75eb7 SHA256: f0ed80cb0882afd695e6596ff2d07d4bdac7f12be55602f1d6f8d432f97fae47 SHA512: 4c4a7ad0c6bb77d2af48f57e0ec8e8b77908911d3ca4db394c799cd65c7d8ce3fc414c0c835ae9463f034db78125710add34b26d95a5246753101e89ba5c45b8 Description: collection of modules that parse HTML text documents HTML::Parser is a collection of modules useful for handling HTML documents. These modules used to be part of the libwww-perl distribution, but are now unbundled in order to facilitate a separate development track. . Objects of the HTML::Parser class will recognize markup and separate it from content data. As different kinds of markup are recognized, the corresponding event handler is invoked. The document to be parsed may also be supplied in arbitrary chunks, making on-the-fly parsing of network documents possible. Enhances: libwww-perl Homepage: http://search.cpan.org/dist/HTML-Parser/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop-kde, edubuntu-desktop-gnome, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, lubuntu-desktop, ubuntustudio-desktop Package: libhtml-tagset-perl Priority: optional Section: perl Installed-Size: 76 Maintainer: Ubuntu Core Developers Original-Maintainer: Debian Perl Group Architecture: all Version: 3.20-2 Depends: perl (>= 5.6.0-16) Filename: pool/main/libhtml-tagset-perl_3.20-2_all.deb Size: 13536 MD5Sum: 86862a4ac995db738fcfd012275fc3a7 SHA1: ade13078d38ffbcd3844cee51a315ef6b53bfdc1 SHA256: 9d3090fe343a2689704ff6110f61a23b8de9890619e5122199459a6a84b79d4a SHA512: 1c713cd377389319b1dde1c4ccbb8bfae1543bb43b95de59346d3e785b8ec01a442f17736f90319e1391f66e9a731dcabac506c175d9334b38f4e3a9b5b2ab4e Description: Data tables pertaining to HTML HTML-Tagset contains data tables useful in dealing with HTML. For instance, it provides %HTML::Tagset::emptyElement, which lists all of the HTML elements which cannot have content. It provides no functions or methods. Homepage: http://search.cpan.org/dist/HTML-Tagset/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libhtml-template-perl Priority: optional Section: perl Installed-Size: 236 Maintainer: Ubuntu Developers Original-Maintainer: Debian Perl Group Architecture: all Version: 2.10-1 Depends: perl Suggests: libipc-sharedcache-perl Filename: pool/main/libhtml-template-perl_2.10-1_all.deb Size: 65042 MD5Sum: 083977c5cdf8364de60aca523a0db9db SHA1: 904c3d6681fec10e2956f45a82efca57bec08f90 SHA256: e0bb57699d49efe8af054b2f3dcc650cbae12c4638c078a08fdc97027b49d3c2 SHA512: 69c42d3eff75d2e6c683b8cbad5eade876ca8b5fd175d033ffdf63fe1e0f71f03abc7ea532bb07e1786ce14f3c1c9367a25497008353d0a3b1e186bdbc94e241 Description: module for using HTML Templates with Perl HTML::Template attempts make using HTML templates simple and natural. It extends standard HTML with a few new HTML-esque tags - , , , and . The file written with HTML and these new tags is called a template. It is usually saved separate from your script - possibly even created by someone else! Using this module you fill in the values for the variables, loops and branches declared in the template. This allows you to separate design - the HTML - from the data, which you generate in the Perl script. . This module allows you to store its cache in shared memory using the IPC::SharedCache module, please install libipc-sharedcache-perl if you want to make use of this. Homepage: http://search.cpan.org/dist/HTML-Template/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libhtml-tree-perl Priority: optional Section: perl Installed-Size: 536 Maintainer: Ubuntu Developers Original-Maintainer: Debian Perl Group Architecture: all Version: 4.2-1 Depends: perl, libhtml-parser-perl, libhtml-tagset-perl Filename: pool/main/libhtml-tree-perl_4.2-1_all.deb Size: 205054 MD5Sum: b0a6c2cb997c5cc8b12c5b52042ec889 SHA1: fd6675b0ddef83430aa732a406c139aadab24168 SHA256: 0735050152dc09b7991851479c49205bcc69137cc247ee2161b61ded7c3a5174 SHA512: ce8a3cb72d54a793191cf450d26e4f4e3597b85196176109d038d7fe441ca476c73db36488d246629a09192ef10494159adf0b137fac0cb2b570261d565172ad Description: Perl module to represent and create HTML syntax trees HTML::Tree is a collection of modules that represent, create and extract information from HTML syntax trees. These modules used to be part of the libwww-perl distribution, but are now unbundled in order to facilitate a separate development track. Homepage: http://search.cpan.org/dist/HTML-Tree/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libhttp-cookies-perl Priority: optional Section: perl Installed-Size: 104 Maintainer: Ubuntu Developers Original-Maintainer: Debian Perl Group Architecture: all Version: 6.00-2 Replaces: libwww-perl (<< 6.00) Depends: perl, libhttp-date-perl, libhttp-message-perl Breaks: libwww-perl (<< 6.00) Filename: pool/main/libhttp-cookies-perl_6.00-2_all.deb Size: 23324 MD5Sum: 6bd4e1b4aee1b60fbf4008f79575defd SHA1: 7efdd2a8ec753b115eacb24c4900ac930524d7e4 SHA256: 527dee7a240ebbc428d79f942e1a0e53ff5fc2e72378ebde1a7d0912677c7839 SHA512: 576b4db48a26a987d8a2131c62be77e6579191991a9712e022003a945a7ee22a4ef92cec3866d64d5e9fe5ad4c7a6902da526bd2f4ebae2462981e6736e13d39 Description: HTTP cookie jars This class is for objects that represent a "cookie jar" -- that is, a database of all the HTTP cookies that a given LWP::UserAgent object knows about. . Cookies are a general mechanism which server side connections can use to both store and retrieve information on the client side of the connection. For more information about cookies refer to and . HTTP::Cookies also implements the new style cookies described in RFC 2965. The two variants of cookies are supposed to be able to coexist happily. . Instances of the class HTTP::Cookies are able to store a collection of Set-Cookie2: and Set-Cookie: headers and are able to use this information to initialize Cookie-headers in HTTP::Request objects. The state of a HTTP::Cookies object can be saved in and restored from files. Homepage: http://search.cpan.org/dist/HTTP-Cookies/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libhttp-daemon-perl Priority: optional Section: perl Installed-Size: 80 Maintainer: Ubuntu Developers Original-Maintainer: Debian Perl Group Architecture: all Version: 6.00-1 Replaces: libwww-perl (<< 6.00) Depends: perl, libhttp-message-perl, libhttp-date-perl, liblwp-mediatypes-perl Breaks: libwww-perl (<< 6.00) Filename: pool/main/libhttp-daemon-perl_6.00-1_all.deb Size: 16694 MD5Sum: d144990a1bfc1f087c0f4d42d0908fed SHA1: dad647d8992ce90a3b6d29f70c5821e035c7815b SHA256: 4bccd9911f540131168c57c2a2973322cd995151fb45e92d6017021eb9566279 SHA512: 96c40b10e337b5c545afc7a664151012dbe32906d517969f20fc0c4ab08ce08f102e6f602e8cdb6fce479b7f5c77db750ce2383598d5673d66e5b9db93d13a78 Description: simple http server class Instances of the HTTP::Daemon class are HTTP/1.1 servers that listen on a socket for incoming requests. The HTTP::Daemon is a subclass of IO::Socket::INET, so you can perform socket operations directly on it too. . The accept() method will return when a connection from a client is available. The returned value will be an HTTP::Daemon::ClientConn object which is another IO::Socket::INET subclass. Calling the get_request() method on this object will read data from the client and return an HTTP::Request object. The ClientConn object also provide methods to send back various responses. . This HTTP daemon does not fork(2) for you. Your application, i.e. the user of the HTTP::Daemon is responsible for forking if that is desirable. Also note that the user is responsible for generating responses that conform to the HTTP/1.1 protocol. Homepage: http://search.cpan.org/dist/HTTP-Daemon/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libhttp-date-perl Priority: optional Section: perl Installed-Size: 64 Maintainer: Ubuntu Developers Original-Maintainer: Debian Perl Group Architecture: all Version: 6.00-1 Replaces: libwww-perl (<< 6.00) Depends: perl, libtimedate-perl Breaks: libwww-perl (<< 6.00) Filename: pool/main/libhttp-date-perl_6.00-1_all.deb Size: 10122 MD5Sum: ff6b0d1a0c5703fe8c9670f48e6e4058 SHA1: 240d8310bbce34f36304f8928fddc5839037f734 SHA256: 42346ad5f6bf342a303e3c8b7f6b1c7b5a5dbd8d77e37732b8075bef2834c956 SHA512: 6e2fc410687f425f5ee9ecfd212549760f5a5737df85ed1c313c36754522e8451df7ec074e63771e3df23fcb64b20c49a4ab5f94b0e2dfb5002e7c0eaa19cb45 Description: module of date conversion routines HTTP::Date provides functions that deal the date formats used by the HTTP protocol (and then some more). Only the first two functions, time2str() and str2time(), are exported by default. Homepage: http://search.cpan.org/dist/HTTP-Date/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libhttp-message-perl Priority: optional Section: perl Installed-Size: 244 Maintainer: Ubuntu Developers Original-Maintainer: Debian Perl Group Architecture: all Version: 6.01-1 Replaces: libwww-perl (<< 6.00) Depends: perl, liburi-perl, libhttp-date-perl, libhtml-parser-perl, libencode-locale-perl, liblwp-mediatypes-perl, perl (>= 5.10.1) | libio-compress-perl Breaks: libwww-perl (<< 6.00) Filename: pool/main/libhttp-message-perl_6.01-1_all.deb Size: 77620 MD5Sum: 396badbdaf8a50eb4b43f563c72cc616 SHA1: 87e190087d739765c2bc9da42d8c720ef5f1ae8d SHA256: d74ccb0d2bfc98552a94ee4e383b0c1f1f7f7866700b2a1ef43e70894066cc20 SHA512: 9554083b8cc3bb8d7067ac8336bd70a7bd3b3b79e73338871f269d665207f0d1ad5622b94e284e391739a2785e25f0ddc9670ef60466fe609411852de1994952 Description: perl interface to HTTP style messages The HTTP::Headers class encapsulates HTTP-style message headers. The headers consist of attribute-value pairs also called fields, which may be repeated, and which are printed in a particular order. The field names are cases insensitive. . Instances of this class are usually created as member variables of the HTTP::Request and HTTP::Response classes, internal to the library. Homepage: http://search.cpan.org/dist/HTTP-Message/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libhttp-negotiate-perl Priority: optional Section: perl Installed-Size: 72 Maintainer: Ubuntu Developers Original-Maintainer: Debian Perl Group Architecture: all Version: 6.00-2 Replaces: libwww-perl (<< 6.00) Depends: perl, libhttp-message-perl Breaks: libwww-perl (<< 6.00) Filename: pool/main/libhttp-negotiate-perl_6.00-2_all.deb Size: 13372 MD5Sum: 702cbbf6e3fea8eac863a0ffa34d4645 SHA1: 8ee10bd0f92aefe29ff6d9ab12d068cfa1050864 SHA256: 7819b0b190485629d325eceee5eb47f44a0b389cee34da166c5f0ebacf8d41e2 SHA512: 0ae5df2310cd49f8cd03c727916c5ca3e5a3596910244f04d41ddff4fb46cd1745b40d370936c9fe45bbbff3d20eddde0d8be553307421ad81ecc6c2e09ae3f8 Description: implementation of content negotiation HTTP::Negotiate provides a complete implementation of the HTTP content negotiation algorithm. Content negotiation allows for the selection of a preferred content representation based upon attributes of the negotiable variants and the value of the various Accept* header fields in the request. Homepage: http://search.cpan.org/dist/HTTP-Negotiate/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libhx509-5-heimdal Priority: standard Section: libs Installed-Size: 373 Maintainer: Ubuntu Developers Original-Maintainer: Brian May Architecture: amd64 Source: heimdal Version: 1.6~git20120311.dfsg.1-2ubuntu0.1 Depends: libasn1-8-heimdal (>= 1.4.0+git20110226), libc6 (>= 2.14), libcomerr2 (>= 1.34), libhcrypto4-heimdal (>= 1.4.0+git20110226), libheimbase1-heimdal (>= 1.6~git20120311), libroken18-heimdal (>= 1.4.0+git20110226), libwind0-heimdal (>= 1.4.0+git20110226) Pre-Depends: multiarch-support Filename: pool/main/libhx509-5-heimdal_1.6~git20120311.dfsg.1-2ubuntu0.1_amd64.deb Size: 125356 MD5Sum: f6a21b6975db7c3ee3f9fbb733cb75a0 SHA1: 29a4f59154a32668a2b20ab1eebf11941cd078ac SHA256: eaa8d91b90d8d2a5a0bed8d052cadbc2b3473f3c75aa9d3d74a898ed34e3de9c SHA512: 8515b69e15b0b418cbc321f0081ddd8ca0823dae00b5598300e4ab95b7cb831446b459d9099b5328aabf66a20a3caf24e7b1ab0c740e4cdf998aa489e556ab28 Description: Heimdal Kerberos - X509 support library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. Multi-Arch: same Homepage: http://www.h5l.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: libi18n-ruby1.8 Priority: extra Section: universe/libs Installed-Size: 27 Maintainer: Ubuntu Developers Original-Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-i18n Version: 0.6.0-1 Depends: ruby-i18n Filename: pool/main/libi18n-ruby1.8_0.6.0-1_all.deb Size: 1770 MD5Sum: 31aa6d81eebfce0da461fadb96b3b684 SHA1: 300bef415761e237e69ff16a02d1238582c865a7 SHA256: d556ccc503350f44f33d2b70268de4b88ab4f5b9cfa9ce98ef4e17d56a533dcb SHA512: 10e44b6a42707e19d8cc238e58971bf239a7fa180380285f7817f89c48be76fe3116c1804866540a2a345e46e5ffaf5d4ed20bb14df2804f8cd5d780ae952e65 Description: Transitional package for ruby-i18n This is a transitional package to ease upgrades to the ruby-i18n package. It can safely be removed. Homepage: http://ruby-i18n.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libibverbs1 Priority: extra Section: libs Installed-Size: 84 Maintainer: Ubuntu Developers Original-Maintainer: Roland Dreier Architecture: amd64 Source: libibverbs Version: 1.1.5-1ubuntu1 Depends: libc6 (>= 2.8), adduser Filename: pool/main/libibverbs1_1.1.5-1ubuntu1_amd64.deb Size: 27342 MD5Sum: f3a1ef4361aa7456c122e964473d87a2 SHA1: f7775efb332d6fa85aad383d9a18e7cf5d379a8e SHA256: 15f487f5132bbe1b8ec5870c38c18cedda771acbb707be3ba9bcbfe03446ef41 SHA512: f0944025c9aa18788ef8e6108151d73abf26332e144deec018a1507397d9129277c65a30fa784faa747cbcb7f8bcbc0c58320e7e420bd421c35c9826aa3a1045 Description: Library for direct userspace use of RDMA (InfiniBand/iWARP) libibverbs is a library that allows userspace processes to use RDMA "verbs" as described in the InfiniBand Architecture Specification and the RDMA Protocol Verbs Specification. iWARP ethernet NICs support RDMA over hardware-offloaded TCP/IP, while InfiniBand is a high-throughput, low-latency networking technology. InfiniBand host channel adapters (HCAs) and iWARP NICs commonly support direct hardware access from userspace (kernel bypass), and libibverbs supports this when available. . For this library to be useful, a device-specific plug-in module should also be installed. . This package contains the shared library. Homepage: http://www.openfabrics.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: libice6 Priority: optional Section: libs Installed-Size: 137 Maintainer: Ubuntu Developers Original-Maintainer: Debian X Strike Force Architecture: amd64 Source: libice Version: 2:1.0.7-2build1 Depends: libc6 (>= 2.14), x11-common Pre-Depends: multiarch-support Filename: pool/main/libice6_1.0.7-2build1_amd64.deb Size: 46118 MD5Sum: 61080add1cb421d0e70e8bb046093c8b SHA1: 38f17de1f88a28fdda1b699ba16698fbb2a02531 SHA256: 8d8c574e76edb1b72001586fbce9e758505dfc365c7e1a971590aca4e09042ad SHA512: 57d4bb383e0f869b6c6b31d60e7102f26cd0d77f41eb4607e52deb469ef2625d19a45391b8c5dc8e661387b2228f4df8cfc4979f061149a5be6c1abe712290a2 Description: X11 Inter-Client Exchange library This package provides the main interface to the X11 Inter-Client Exchange library, which allows for communication of data between X clients. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libICE Multi-Arch: same Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: libicu48 Priority: optional Section: libs Installed-Size: 21737 Maintainer: Ubuntu Developers Original-Maintainer: Jay Berkenbilt Architecture: amd64 Source: icu Version: 4.8.1.1-3ubuntu0.6 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.2.1) Filename: pool/main/libicu48_4.8.1.1-3ubuntu0.6_amd64.deb Size: 8142862 MD5Sum: 0b658edb0f174d31f73f1f5ca1cc5196 SHA1: cbe8209996d52dc8ad3caffaaaf7a6567a05b98c SHA256: edeebfe352aa1246b5d1fa4d1ed8fbb7dd4a66cda1d52ec2c1f3e19819b3b010 SHA512: b3db85e05d7819c0f1fc2b1692dd848cb0a3b82656958ccf1d9ba732aac08bdaa822143ee3d6cd4a57b029532b231c6c6e228b678fd69730c62b5e578ea2c3dd Description: International Components for Unicode ICU is a C++ and C library that provides robust and full-featured Unicode and locale support. This package contains the runtime libraries for ICU. Homepage: http://www.icu-project.org Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-full, kubuntu-active-desktop, kubuntu-active-full, kubuntu-active-live, edubuntu-desktop, edubuntu-usb, edubuntu-desktop-kde, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-desktop, ubuntustudio-desktop Package: libidn11 Priority: standard Section: libs Installed-Size: 347 Maintainer: Ubuntu Developers Original-Maintainer: Debian Libidn Team Architecture: amd64 Source: libidn Version: 1.23-2 Replaces: libidn11-dev Depends: libc6 (>= 2.4) Pre-Depends: multiarch-support Conflicts: libidn9-dev Filename: pool/main/libidn11_1.23-2_amd64.deb Size: 111658 MD5Sum: 624f03b236b6a07b6191ed8ff8c967d7 SHA1: 86ff860cdd6c371e16ea3c15dfaae55eac92ad0d SHA256: 6786f612eea95bdaff29166ee1296ee80270058cd6059bd7da6aa98ce81e164f SHA512: 091f0d4fa4b02d784d78630afcefce7a5679f8b0a71f417e893b442c687539e30752482d4ec245fbc14cb809820acb8aeec67932a10542c38d59ece89e29ab0f Description: GNU Libidn library, implementation of IETF IDN specifications GNU Libidn is a fully documented implementation of the Stringprep, Punycode and IDNA specifications. Libidn's purpose is to encode and decode internationalized domain names. The Nameprep, XMPP, SASLprep, and iSCSI profiles are supported. . This package contains the shared library. Multi-Arch: same Homepage: http://www.gnu.org/software/libidn/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: libijs-0.35 Priority: optional Section: libs Installed-Size: 65 Maintainer: Ubuntu Developers Original-Maintainer: Debian Printing Team Architecture: amd64 Source: ijs Version: 0.35-8 Depends: libc6 (>= 2.4) Filename: pool/main/libijs-0.35_0.35-8_amd64.deb Size: 16680 MD5Sum: 6241f13cb54e3f21b58082250396fa66 SHA1: a441e8ab4365c4cb484ddb9b4b41e1eb85383f41 SHA256: 7d4395df337301d65a79e54310848a429a914ebda5c5b61c47e2954522f446ad SHA512: 84c18daf4f16f613342efd24660394ee38900859debddfde99f3f2813c9905e0e9d02c57a95538594224dd276bdd939b82ade168f640c65c56ed02b309986e1f Description: IJS raster image transport protocol: shared library IJS is, first and foremost, a protocol for transmission of raster page images. This snapshot provides a reference implementation of the protocol, the design of which is still in flux. When the protocol specification is published, it will be authoritative. Applications should feel free to link against the library provided in this package, adapt that code for their own needs, or roll a completely new implementation. . IJS is a client-server protocol, used to write ghostscript drivers. The drivers are separate programs. The client and server communicate via pipes, though shared memory may be used additionally in the future. Currently IJS is used by the hpijs and ijsgimpprint drivers. . Code for both the client- and server-side is included in the library. This package provides the shared library. Homepage: http://www.linuxprinting.org/ijs/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, print-server, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: libiksemel3 Priority: optional Section: universe/libs Installed-Size: 120 Maintainer: Ubuntu MOTU Developers Original-Maintainer: Thadeu Lima de Souza Cascardo Architecture: amd64 Source: libiksemel Version: 1.2-4build1 Replaces: libiksemel1 Depends: libc6 (>= 2.4), libgnutls26 (>= 2.4.0-0) Conflicts: libiksemel1 Filename: pool/main/libiksemel3_1.2-4build1_amd64.deb Size: 29484 MD5Sum: 2d985faed0ccf707acf2b3c786a8dc64 SHA1: e955eee32d486c9bbf926cc5208931763ba28d5e SHA256: 97e203f545ecb7c3da3254ae0ddca6e9977abfd1723af8ce29a1c99051ca1d93 SHA512: 466e7db4d64c385f96ce017f2453b31a71fff3ad2816edf9baa042ea7917f9f495c0972e556ae3dcaf8207a9eb0a622a3a8bd4fa3d7a019523fb2095bf98bd3d Description: C library for the Jabber IM platform iksemel handles Jabber connections, parses XML, and sends and receives Jabber messages. It works pretty good for parsing other kinds of XML, too, if the need arises. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libilmbase6 Priority: optional Section: libs Installed-Size: 528 Maintainer: Ubuntu Developers Original-Maintainer: Debian PhotoTools Maintainers Architecture: amd64 Source: ilmbase Version: 1.0.1-3build2 Depends: libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.2.1) Filename: pool/main/libilmbase6_1.0.1-3build2_amd64.deb Size: 122952 MD5Sum: 0715483dfd7cbb36f5ee55ec6431757f SHA1: 917b67ef20ef5e3e0315346311bc9c45e96733ff SHA256: 6b19bcefc8cfb6263d6af63c62661ef72c90355e75d514000b03438ccb183040 SHA512: adadb0c3c2d2c68c47a7c0ded3417e053d798510cc927b1ce13c3d58d517ec9b023404ecff999759aac6f1a598f344dcee626df08951dabfd55f4f83de82f216 Description: several utility libraries from ILM used by OpenEXR IlmBase are a set of utility libraries released by ILM, and used in their OpenEXR implementation. Included in this package you can find: . * libHalf: a class (Half) for manipulating "half" values (16-bit floating point format) as if they were a built-in C++ data type. . * libIlmThread: a thread abstraction library on top of pthreads. . * libImath: a math library with support for matrices, 2d- and 3d-transformations, solvers for linear/quadratic/cubic equations, and more. . * libIex: an exception handling library. Homepage: http://www.openexr.com Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-usb, edubuntu-desktop-kde, edubuntu-desktop-gnome, xubuntu-desktop, ubuntustudio-video, ubuntustudio-graphics Package: libio-pty-perl Priority: optional Section: perl Installed-Size: 137 Maintainer: Ubuntu Developers Original-Maintainer: Jörgen Hägg Architecture: amd64 Version: 1:1.08-1build2 Provides: libio-tty-perl Depends: libc6 (>= 2.4), perl (>= 5.14.2-3build1), perlapi-5.14.2 Filename: pool/main/libio-pty-perl_1.08-1build2_amd64.deb Size: 36694 MD5Sum: 93c133ef3586e957062647743a4355e7 SHA1: e25e82e29bddd74d68a469b5453328529807d9ea SHA256: c8758b08bbfa6cd277fbf51a362980f26f43f787dc3d70f17034a2c9c8891343 SHA512: 62e444d91e61f3d0976f13969d7afb558a995574028ddf941c646a3512bcca7b5afd049cc02284a10365391c789b0382730aa030092bf17e20b503fce72ca5ce Description: Perl module for pseudo tty IO IO::Pty provides I/O handles to the master- and slave-side of a pseudo tty. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: libio-socket-inet6-perl Priority: optional Section: perl Installed-Size: 71 Maintainer: Ubuntu Developers Original-Maintainer: Debian Perl Group Architecture: all Version: 2.69-2 Depends: perl, libsocket6-perl Filename: pool/main/libio-socket-inet6-perl_2.69-2_all.deb Size: 14286 MD5Sum: 54b81fe43ddc60defbefec0871afe72e SHA1: 1d57a265eda9036d1b5e31e316e2b514bc4327ac SHA256: c4ba1bc6822f092d007826aa7cb2c37573904f12118adbcc94b3e174076c15d3 SHA512: 5b101ffbd8cb180a6a1f4c324885be74ec49f88d6f85d5278eeaeb888f640d28f7113b9ce2607b1e566845b02ee4a2f66f91fc46481dcf2bf2382abfd3aaf203 Description: object interface for AF_INET6 domain sockets IO::Socket::INET6 provides an object interface to create and use sockets in the AF_INET6 domain. It is built upon the IO::Socket interface and inherits all the methods defined by IO::Socket. Homepage: http://search.cpan.org/dist/IO-Socket-INET6/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libio-socket-ssl-perl Priority: optional Section: perl Installed-Size: 153 Maintainer: Ubuntu Developers Original-Maintainer: Debian Perl Group Architecture: all Version: 1.53-1 Depends: perl, libnet-ssleay-perl, netbase Recommends: libio-socket-inet6-perl, libnet-libidn-perl | liburi-perl (>= 1.50) Filename: pool/main/libio-socket-ssl-perl_1.53-1_all.deb Size: 47468 MD5Sum: 79e50434e0cab2f7a486bcee7f4bcef9 SHA1: 34682d5bb939c00011b31997911362b2e8d8b4e2 SHA256: 83bf6124bb170e7765f4362808611704a3623e7b0122a8a9d88d5bb619442fe6 SHA512: 6b4e7fda7c585e21345cf67cf322372feea620d3ffa9cc6f7816b8e43fb4dcd6eaa5e0a92182325513290abd967a67cb8eb9311b5def58fa42e6b9d0fa13eb79 Description: Perl module implementing object oriented interface to SSL sockets This module is a true drop-in replacement for IO::Socket::INET that uses SSL to encrypt data before it is transferred to a remote server or client. IO::Socket::SSL supports all the extra features that one needs to write a full-featured SSL client or server application: multiple SSL contexts, cipher selection, certificate verification, and SSL version selection. As an extra bonus, it works perfectly with mod_perl. . IO::Socket::SSL uses IPv6 if libio-socket-inet6-perl is installed. Homepage: http://search.cpan.org/dist/IO-Socket-SSL/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libio-string-perl Priority: optional Section: perl Installed-Size: 72 Maintainer: Ubuntu Core Developers Original-Maintainer: Debian Perl Group Architecture: all Version: 1.08-2 Depends: perl (>= 5.6.0-16) Filename: pool/main/libio-string-perl_1.08-2_all.deb Size: 12022 MD5Sum: 3637a4ce8783d519141c6c96313145b8 SHA1: 93b4c43586a7044e3f6b6e689a816d12e06a9c04 SHA256: 92604cf2d3e82f33dced7f99446d7c4d15f4a197555f4ff7d15fa904fdaa9add SHA512: 2d5fae63e73fd4ed4fe3cf102e288b2c24daa1e726780f95ad014a8eadb29cce96811063b134ef162727d71aa5d7f1d39b47089e011d214c465545c59767274c Description: Emulate IO::File interface for in-core strings The IO::String module provide the IO::File interface for in-core strings. An IO::String object can be attached to a string, and will make it possible to use the normal file operations for reading or writing data, as well as seeking to various locations of the string. The main reason you might want to do this, is if you have some other library module that only provide an interface to file handles, and you want to keep all the stuff in memory. . The IO::String module provide an interface compatible with IO::File as distributed with IO-1.20, but the following methods are not available; new_from_fd, fdopen, format_write, format_page_number, format_lines_per_page, format_lines_left, format_name, format_top_name. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libio-stringy-perl Priority: optional Section: perl Installed-Size: 273 Maintainer: Ubuntu Developers Original-Maintainer: Bart Martens Architecture: all Source: io-stringy Version: 2.110-5 Depends: perl Filename: pool/main/libio-stringy-perl_2.110-5_all.deb Size: 93522 MD5Sum: ef856eca5365345aabdaa3c203983f96 SHA1: b98da830a5817bc3a993e53378c7d3de219913d5 SHA256: 3cb54d9f8bc037225f6d93eb2daf11439cfe199a30427efa840f6a4bf0806514 SHA512: 177aadfe766a2b79aba36dad1fa2c033d969b4863261a03818cb40edb9bff516ddbf9f5cce459d5566c8a1a35a54e832bafc119f3e78a4dac8c1cc2f7c64504d Description: Perl modules for IO from scalars and arrays The libio-stringy-perl package (which corresponds to the CPAN package IO-stringy) provides the following Perl modules: IO::AtomicFile Write a file which is updated atomically IO::Lines I/O handle to read/write to array of lines IO::Scalar I/O handle to read/write to a string IO::ScalarArray I/O handle to read/write to array of scalars IO::Wrap Wrap old-style FHs in standard OO interface IO::WrapTie Tie your handles & retain full OO interface Homepage: http://search.cpan.org/dist/IO-stringy/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libipc-run-perl Priority: optional Section: perl Installed-Size: 328 Maintainer: Ubuntu Developers Original-Maintainer: Debian Perl Group Architecture: all Version: 0.90-1 Depends: perl, libio-pty-perl (>= 1:1.08) Filename: pool/main/libipc-run-perl_0.90-1_all.deb Size: 100168 MD5Sum: 5f529a0170a386e39ddb9b222c3a7a78 SHA1: fff36a2764904c6018033e13e7a7a19183b6e289 SHA256: ba0b72501aa9030c5aec5f4c415b9b9575029a31d57f90e8adf47018fa67c143 SHA512: ebb08ba44809d84027bfd47bf290a41aade8d82d3fda0eab8b957959d01f00c879d7088866b8af1cd798e56a46fea6c9a91a1c500f7127e55246f44bf5ee03d2 Description: Perl module for running processes IPC::Run allows you to run and interact with child processes using files, pipes, and pseudo-ttys. Both system()-style and scripted usages are supported and may be mixed. Likewise, functional and OO API styles are both supported and may be mixed. . Various redirection operators reminiscent of those seen on common Unix and DOS command lines are provided. Homepage: http://search.cpan.org/dist/IPC-Run/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libiperf0 Priority: optional Section: libs Installed-Size: 124 Maintainer: Raoul Gunnar Borenius Architecture: amd64 Source: iperf3 Version: 3.0.7-ubuntu1 Depends: libc6 (>= 2.15) Filename: pool/main/libiperf0_3.0.7-ubuntu1_amd64.deb Size: 58720 MD5Sum: e5d618ac9ba64ac7c6eb98583ad33246 SHA1: 8fdfebd815dcc4eb2acd04ca7d4704d2b3908cc3 SHA256: bfb2a5ace819f105d074e86062843d23d17bd4618b1091cab39b4ccde0de6c50 SHA512: b2f9272ae7bd11348401a4e6e38055a92f85e972bffdf62cd2277f4f825500001b572a681362b40f0a00183c57d341095197e320454203762721ec152159e77e Description: Internet Protocol bandwidth measuring tool (runtime files) Iperf3 is a tool for performing network throughput measurements. It can test either TCP or UDP throughput. . This is a new implementation that shares no code with the original iperf from NLANR/DAST and also is not backwards compatible. . This is the runtime package for programs that use the shared iperf library. Homepage: http://software.es.net/iperf/ Package: libipset2 Priority: extra Section: universe/net Installed-Size: 139 Maintainer: Neutron Soutmun Architecture: amd64 Source: ipset Version: 6.11-2 Depends: libc6 (>= 2.11), libmnl0 Pre-Depends: multiarch-support Filename: pool/main/libipset2_6.11-2_amd64.deb Size: 39122 MD5Sum: 6242b5dfee3ba28752b3f987d6c05955 SHA1: 4ac3f564e6f03ce35d4a0dcba4e8af85ad9206a4 SHA256: c2e28818b42e25aa0405f160513f4aeb216517a6f04787c5e6477158009e1ba4 SHA512: 220d1b4e165df46d2f2c9006d3faf9bd7d153d65488ee4638a341cb52450b1df10c9976178559191dede70ff670507a98a37a35e6b4ff4bd294b3e552a658862 Description: IP sets library IP sets are a framework inside the Linux 2.4.x and 2.6.x kernel which can be administered by the ipset(8) utility. Depending on the type, currently an IP set may store IP addresses, (TCP/UDP) port numbers or IP addresses with MAC addresses in a way which ensures lightning speed when matching an entry against a set. . If you want to . * store multiple IP addresses or port numbers and match against the entire collection using a single iptables rule. * dynamically update iptables rules against IP addresses or ports without performance penalty. * express complex IP address and ports based rulesets with a single iptables rule and benefit from the speed of IP sets. . then IP sets may be the proper tool for you. . This package contains the shared libraries needed to run programs that use the IP sets library. Multi-Arch: same Homepage: http://ipset.netfilter.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libisc83 Priority: standard Section: libs Installed-Size: 394 Maintainer: Ubuntu Developers Original-Maintainer: LaMont Jones Architecture: amd64 Source: bind9 Version: 1:9.8.1.dfsg.P1-4ubuntu0.13 Replaces: libbind0 Depends: libc6 (>= 2.15), libxml2 (>= 2.7.4) Conflicts: libbind0, libbind9-41 Filename: pool/main/libisc83_9.8.1.dfsg.P1-4ubuntu0.13_amd64.deb Size: 161524 MD5Sum: 8ca707f8b730f0694fff9765174c5037 SHA1: 14cf691c0000a17359a5e58172878850a581d02f SHA256: dea830c06d08705de30aeac849fbf348f0c6ee6a78654e7f430238a9c432e77b SHA512: f385611845bbdd29ccc51127ba9e363bc7b48208f148f78bbea657fb1068cce4871658e23071bc2dfb74279f8f09b7e85e770d67308cdfca219024c2f4710a93 Description: ISC Shared Library used by BIND The Berkeley Internet Name Domain (BIND) implements an Internet domain name server. BIND is the most widely-used name server software on the Internet, and is supported by the Internet Software Consortium, www.isc.org. This package delivers the libisc shared library used by BIND's daemons and clients. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: libisccc80 Priority: standard Section: libs Installed-Size: 81 Maintainer: Ubuntu Developers Original-Maintainer: LaMont Jones Architecture: amd64 Source: bind9 Version: 1:9.8.1.dfsg.P1-4ubuntu0.13 Replaces: libbind0 Depends: libc6 (>= 2.14), libisc83 Conflicts: libbind0, libbind9-41 Filename: pool/main/libisccc80_9.8.1.dfsg.P1-4ubuntu0.13_amd64.deb Size: 17574 MD5Sum: 79de183b41b939deb7d4f7c57dcfe19d SHA1: fa0357dc488fdab9755bab1e96dcfd356ca3a892 SHA256: 230f741fc8b5b55a6eb43c4974a2d8242ffa004b05042c2b632158119a586a72 SHA512: a11b2b1fd87adca3aab68d2dbd81688aed8d3710f876417b0fb1cf3994d6a5690a76566ab87528d64a1207a141949467c365ffec98ee340696e44ed5f2364ba8 Description: Command Channel Library used by BIND The Berkeley Internet Name Domain (BIND) implements an Internet domain name server. BIND is the most widely-used name server software on the Internet, and is supported by the Internet Software Consortium, www.isc.org. This package delivers the libisccc shared library used by BIND's daemons and clients, particularly rndc. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: libisccfg82 Priority: standard Section: libs Installed-Size: 178 Maintainer: Ubuntu Developers Original-Maintainer: LaMont Jones Architecture: amd64 Source: bind9 Version: 1:9.8.1.dfsg.P1-4ubuntu0.13 Replaces: libbind0 Depends: libc6 (>= 2.14), libdns81, libisc83, libisccc80 Conflicts: libbind0, libbind9-41 Filename: pool/main/libisccfg82_9.8.1.dfsg.P1-4ubuntu0.13_amd64.deb Size: 43550 MD5Sum: b3dc447d593199506018186964a36698 SHA1: 83eb0d28495b905cddb03e3495c6015a30756385 SHA256: 602e79d1bec2b4b05845d69226886ddc591caebed3c16ac42056de4b7936040d SHA512: fa90b42bf08c950a536dd266448f01dcbe28aa66635e7ce21627bfe6e83420c123021f6ba29f78fbb47d18b1482bde92d6869a4f131f19d9b27a4321e80b6fb2 Description: Config File Handling Library used by BIND The Berkeley Internet Name Domain (BIND) implements an Internet domain name server. BIND is the most widely-used name server software on the Internet, and is supported by the Internet Software Consortium, www.isc.org. This package delivers the libisccfg shared library used by BIND's daemons and clients to read and write ISC-style configuration files like named.conf and rndc.conf. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: libjasper1 Priority: optional Section: libs Installed-Size: 360 Maintainer: Ubuntu Developers Original-Maintainer: Roland Stigge Architecture: amd64 Source: jasper Version: 1.900.1-13ubuntu0.2 Replaces: libjasper-1.700-2 Depends: libc6 (>= 2.14), libjpeg8 (>= 8c) Pre-Depends: multiarch-support Suggests: libjasper-runtime Conflicts: libjasper-1.700-2 Filename: pool/main/libjasper1_1.900.1-13ubuntu0.2_amd64.deb Size: 154534 MD5Sum: a908fca1009e3cb8313ae124c2f6bd1a SHA1: eb017585ca0c48545b072814dcaf12b49d55bf24 SHA256: 14cb0dbe5a3748141121d6c1082c8ea89ee15f1dc719c7d6b1d9499dded3bf86 SHA512: 0f21b46066b521efcc1e4c465c9d0a591ecd2ed1d88522059be698dc7a4a2c3f0853aba9493041c948126d6014976589b5ba282420ed21c32eba8c847b1485e3 Description: JasPer JPEG-2000 runtime library JasPer is a collection of software (i.e., a library and application programs) for the coding and manipulation of images. This software can handle image data in a variety of formats. One such format supported by JasPer is the JPEG-2000 format defined in ISO/IEC 15444-1:2000. . This package contains the shared library. Multi-Arch: same Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, print-server, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: libjbig2dec0 Priority: optional Section: libs Installed-Size: 144 Maintainer: Ubuntu Developers Original-Maintainer: Jonas Smedegaard Architecture: amd64 Source: jbig2dec Version: 0.11-1ubuntu1 Depends: libc6 (>= 2.7) Filename: pool/main/libjbig2dec0_0.11-1ubuntu1_amd64.deb Size: 41200 MD5Sum: 90706de8c282a643f09e133c4820aa55 SHA1: dc725472f5ee78144b532ce8122f03e2e0744587 SHA256: 77d5270e466e6880ba4090c12cec795e40b6dab00ab96ac7800288cedc3155dd SHA512: a8ef78a28339eded0d75222e11c592877f5267c2c698d489e308a54b635b4d010e1112f638cfe891ab027c9165d01488f4b353c3f110f08f90de1fb60456d3be Description: JBIG2 decoder library - shared libraries jbig2dec is a decoder library and example utility implementing the JBIG2 bi-level image compression spec. Also known as ITU T.88 and ISO IEC 14492, and included by reference in Adobe's PDF version 1.4 and later. . This package contains the shared library libjbig2dec. Homepage: http://jbig2dec.sourceforge.net/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, print-server, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: libjpeg-turbo8 Priority: optional Section: libs Installed-Size: 308 Maintainer: Ubuntu Developers Architecture: amd64 Source: libjpeg-turbo Version: 1.1.90+svn733-0ubuntu4.3 Replaces: libjpeg8 (<< 8c-2ubuntu5) Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Breaks: libjpeg8 (<< 8c-2ubuntu5) Filename: pool/main/libjpeg-turbo8_1.1.90+svn733-0ubuntu4.3_amd64.deb Size: 111406 MD5Sum: b59e06f36c1fdadc8fea3993ffb51238 SHA1: 2b2a0927431a089a79c37f237b911022c8d829ec SHA256: 692fbe946c71c7ffbb7907f88b40407dc182ae3fb998934a0ad35c659ec21afb SHA512: 0793d31d89f8631ccb47be1cdc12461646c169858da5720aeaba0222ec01ba6bec1a729295bc62d0a69a334d07aacd83bacf5abd854832cb256fa4b71c5eeb01 Description: IJG JPEG compliant runtime library. Runtime library supporting the Independent JPEG Group's standard for JPEG files. . This package contains the shared library which is a drop in replacement for libjpeg8, which has better performance than standard libjpeg by use of SIMD and other optimizations. Multi-Arch: same Homepage: http://libjpeg-turbo.virtualgl.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, print-server, tomcat-server, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: libjpeg8 Priority: optional Section: libs Installed-Size: 26 Maintainer: Ubuntu Developers Architecture: amd64 Source: libjpeg8-empty Version: 8c-2ubuntu7 Depends: libjpeg-turbo8 (>= 1.1.90+svn722-1ubuntu6) Filename: pool/main/libjpeg8_8c-2ubuntu7_amd64.deb Size: 2112 MD5Sum: 8c2d290794227cab47dcf17f4fa3b06a SHA1: 0837bba9fa462b8cc39fb0e6798f99da00c68efd SHA256: af3a8f97461348a402f14a2da1480b9e8ce88802330952f831f248f5b7386556 SHA512: b6fc477dd262f7d9950eefdbf7fd4f01d955139e54398aa0ad55e541cd7cb842f05b0d0f0d2e336f15f0765038b55d19dcc5ef06524b8f71d10d0d1118ab77e4 Description: Independent JPEG Group's JPEG runtime library (dependency package) libjpeg8 dependency package, depending on libjpeg-turbo8. Multi-Arch: same Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, print-server, tomcat-server, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: libjs-angularjs Priority: optional Section: web Installed-Size: 1735 Maintainer: Laszlo Boszormenyi (GCS) Architecture: all Source: angular.js Version: 1.2.16-ubuntu3 Filename: pool/main/libjs-angularjs_1.2.16-ubuntu3_all.deb Size: 353210 MD5Sum: c22039e4faf7441e2f8725d02e983b53 SHA1: 5763340c643ffff99f5a5031d4d1cc523a6102e5 SHA256: c1ce164e557f35d97e23ca79909f7ba00676ca6ab21f983367e863522084f425 SHA512: 1d9605a525215f4f6570787bb3ec7d0d7299990f10798d1ca4de28559189dfeb7ec545207127bd526f94e54a59f88520cd6422595a9cb1f478a101f0d92c6b7f Description: lets you write client-side web applications as if you had a smarter browser It lets you use good old HTML (or HAML, Jade and friends) as your template language and lets you extend HTML's syntax to express your application's components clearly and succinctly. It automatically synchronizes data from your UI (view) with your JavaScript objects (model) through 2-way data binding. To help you structure your application better and make it easy to test, AngularJS teaches the browser how to do dependency injection and inversion of control. It also helps with server-side communication, taming async callbacks with promises and deferreds; and make client-side navigation and deeplinking with hashbang urls or HTML5 pushState a piece of cake. Homepage: http://angularjs.org/ Package: libjs-d3 Priority: optional Section: web Installed-Size: 363 Maintainer: Laszlo Boszormenyi (GCS) Architecture: all Source: d3 Version: 3.4.9-ubuntu2 Filename: pool/main/libjs-d3_3.4.9-ubuntu2_all.deb Size: 113544 MD5Sum: 304f55e39f94fa5fe7359182943bb93d SHA1: 73b84c64ddfa87e982f4be0ddb5b8d97e0fd2e0f SHA256: ae75863fe12e4a49ea1629d86806ea131f9ba1dfcba2827392dbca021fe9129f SHA512: 14aafd2462c51725a8a84b10d6395f10e431f4f8ccec254efbb2006a1aa67a14818cbcc04cffc92486acdbc060a550278715ec9d1e9ed40846721d6be82c3342 Description: JavaScript visualization library for HTML and SVG JavaScript library for manipulating documents based on data. D3 helps you bring data to life using HTML, SVG and CSS. D3's emphasis on web standards gives you the full capabilities of modern browsers without tying yourself to a proprietary framework, combining powerful visualization components and a data-driven approach to DOM manipulation. Homepage: http://d3js.org Package: libjs-jquery-metadata Priority: optional Section: universe/web Installed-Size: 56 Maintainer: Ubuntu Developers Original-Maintainer: Debian Javascript Maintainers Architecture: all Source: jquery-goodies Version: 4-1 Depends: libjs-jquery Recommends: javascript-common Filename: pool/main/libjs-jquery-metadata_4-1_all.deb Size: 6266 MD5Sum: 8863f08ac8ed5d73ef87c8bacb711970 SHA1: fbed54815054f8eec11648d7912756967941db75 SHA256: 633b3b20b13e0d847af6d690face62a9de372aa6fb04f5dd72b47c0ddde143fb SHA512: cb424617f5c66dcdaa07a61965f8ecb970032bf16d60603983ea81e897ae09b8972284607b2d2f52d4cf60710e99913975eb81a827dd9f221439f695dd50e57b Description: jQuery plugin for parsing metadata from elements Sets the type of metadata to use. Metadata is encoded in JSON, and each property in the JSON will become a property of the element itself. . There are three supported types of metadata storage: . attr: Inside an attribute. The name parameter indicates *which* attribute. . class: Inside the class attribute, wrapped in curly braces: { } . elem: Inside a child element (e.g. a script tag). The name parameter indicates *which* element. . The metadata for an element is loaded the first time the element is accessed via jQuery. . As a result, you can define the metadata type, use $(expr) to load the metadata into the elements matched by expr, then redefine the metadata type and run another $(expr) for other elements. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libjs-jquery-tablesorter Priority: optional Section: universe/web Installed-Size: 532 Maintainer: Ubuntu Developers Original-Maintainer: Debian Javascript Maintainers Architecture: all Source: jquery-goodies Version: 4-1 Depends: libjs-jquery (>= 1.2.3), libjs-jquery-metadata Recommends: javascript-common Filename: pool/main/libjs-jquery-tablesorter_4-1_all.deb Size: 64002 MD5Sum: 9d3ddea7164b8a5588ce97abd3bf3514 SHA1: 9d5dafd7aa915ed8653978ea873870cefc5f350b SHA256: e1596025144154cd1c966d7fc2efa41951bfc42af2584a1f2cd36097d9371b1f SHA512: 502935f90e23b1fbfa475a57099593bcdbafd284fb7d910f1d20dca152ad83da609170b70d2299c118be84109532df81fa883d4532edf0cc9acb84ed109a0f03 Description: Flexible client-side table sorting Tablesorter is a jQuery plugin for turning a standard HTML table with THEAD and TBODY tags into a sortable table without page refreshes. tablesorter can successfully parse and sort many types of data including linked data in a cell. It has many useful features including: . * Multi-column sorting * Parsers for sorting text, URIs, integers, currency, floats, IP addresses, dates (ISO, long and short formats), time. Add your own easily * Support secondary "hidden" sorting (e.g., maintain alphabetical sort when sorting on other criteria) * Extensibility via widget system * Cross-browser: IE 6.0+, FF 2+, Safari 2.0+, Opera 9.0+ * Small code size Homepage: http://tablesorter.com Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libjs-jquery-ui Priority: optional Section: universe/web Installed-Size: 1389 Maintainer: Ubuntu Developers Original-Maintainer: Debian Javascript Maintainers Architecture: all Source: jqueryui Version: 1.8.ooops.18+dfsg-1 Depends: libjs-jquery (>= 1.4) Recommends: javascript-common Suggests: libjs-jquery-ui-docs Filename: pool/main/libjs-jquery-ui_1.8.ooops.18+dfsg-1_all.deb Size: 322056 MD5Sum: 20e95d0504934f596ba109070340fa88 SHA1: 1874eca8cca65fc3ec6efd0a0caad63461aca0f1 SHA256: 97bcf89984a0e98f60b788763901eb1944321d647a96c073b0878d0b817781b1 SHA512: db73ee12498bcd6130bedbf9359184d1387d809f7278f1cc0fbf4b2bdc2c1ae7f285c2c541fa0798dd74243a78bb090b168453a62248e150ec64a7e50bb6d721 Description: JavaScript UI library for dynamic web applications jQuery UI provides abstractions for low-level interaction and animation, advanced effects and high-level, themeable widgets, built on top of the jQuery JavaScript Library, that you can use to build highly interactive web applications. Homepage: http://jqueryui.com/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libjs-jquery.quicksearch Priority: extra Section: web Installed-Size: 33 Maintainer: Debian Javascript Maintainers Architecture: all Version: 2.0.4-ubuntu1 Recommends: javascript-common Filename: pool/main/libjs-jquery.quicksearch_2.0.4-ubuntu1_all.deb Size: 10958 MD5Sum: 4b5b0c908f9832ef2d25022d89cd2b2d SHA1: f6f4c317b3bf29d4d9884cedda5788f7fb79c77a SHA256: a312943c732005fadb3f1994a1c89c49fc623a558923951436db7fd419c32ead SHA512: 15c7d1c299a6c0305b5728fb46aea34825c2c6f6568944d2ea7b352c41e9da18907aae144e78b4ad3a220c206ba24cb654663081b4e4c7055f90e713d2bf3df8 Description: plug-in for filtering large data sets with user input The jQuery quicksearch plug-in filteres large data sets with user input. It is an improved fork of the original work of riklomas which is available at https://github.com/riklomas/quicksearch. Homepage: http://plugins.jquery.com/jquery.quicksearch/ Package: libjs-jquery Priority: optional Section: web Installed-Size: 381 Maintainer: Ubuntu Developers Original-Maintainer: Debian Javascript Maintainers Architecture: all Source: jquery Version: 1.7.1-1ubuntu1 Replaces: jquery Suggests: javascript-common Conflicts: jquery Filename: pool/main/libjs-jquery_1.7.1-1ubuntu1_all.deb Size: 111494 MD5Sum: 1ac8a9e4dfe18de22e65baec3dd53f8b SHA1: 86a3ea4979720e63a881dd03e2c4fd00d502861b SHA256: 0551e20c88035d80c00b552707573d62ee89e8e5a204d8b427a6020b065e2542 SHA512: 0f91952920f5903b524342a91b8fdaa70cd5711d94f9387d381aa645684688299983e992371a7619366b6ba9cbdb3ea08daba1d805afedc1c6b3540347187dbf Description: JavaScript library for dynamic web applications jQuery is a fast, concise, JavaScript Library that simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages. jQuery is designed to change the way that you write JavaScript. Homepage: http://jquery.com/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libjs-jsencrypt Priority: extra Section: web Installed-Size: 189 Maintainer: Debian Javascript Maintainers Architecture: all Version: 2.0.0+dfsg1-ubuntu1 Recommends: javascript-common Filename: pool/main/libjs-jsencrypt_2.0.0+dfsg1-ubuntu1_all.deb Size: 51644 MD5Sum: d4efc73ee9e638e39a0a5f4cb878ef46 SHA1: e9ce048b1a907f776ea509c1d76ba28ca742b1a7 SHA256: a7891fdc9d214d4dc2d3fa686174e7700b7c66ff0c47bce10530c519a1259a2f SHA512: 3a76affef64cde729d07cebd36382b40863f009f73d4e7d67b0682b2b0d8d87a7ff6d88a28d032bdf9ab8932a12c7bbc398f36459c05cfbae2a8b11713fbcfb6 Description: RSA Encryption in JavaScript JSEncrypt provides a simple wrapper around the fantastic work done by Tom Wu for RSA Encryption in JavaScript (ie: the jsbn Javascript library). JSEncrypt works hand-in-hand with openssl. . With JSEncrypt, you can generate private and public keypairs, then use them to encrypt and decrypt. Homepage: http://travistidwell.com/jsencrypt/ Package: libjs-qunit Priority: optional Section: web Installed-Size: 88 Maintainer: Debian Javascript Maintainers Architecture: all Version: 1.13.0-ubuntu1 Recommends: javascript-common Filename: pool/main/libjs-qunit_1.13.0-ubuntu1_all.deb Size: 44334 MD5Sum: 9ffefbe1e3ec35208409c317fb0b7acf SHA1: 0f90aed856a7ff9e38905da49e129b612f423a63 SHA256: ae21fa3925063f5ab4701dfddccd61a056db4d41be365d6aa02a7781fe7ba8de SHA512: a69d245a0a6bde7d58d4d33cda4fa40c5c79fe7af6288cda1470fde7c0ccc4a7daaa92e79190818b3032f0cd6181bed3d0910af4415f906e3f167a8d7267383e Description: JavaScript Unit Testing framework QUnit is a powerful, easy-to-use, JavaScript test suite. It's used by the jQuery project to test its code and plugins but is capable of testing any generic JavaScript code (and even capable of testing JavaScript code on the server-side). . QUnit is especially useful for regression testing: Whenever a bug is reported, write a test that asserts the existence of that particular bug. Then fix it and commit both. Every time you work on the code again, run the tests. If the bug comes up again - a regression - you'll spot it immediately and know how to fix it, because you know what code you just changed. . Having good unit test coverage makes safe refactoring easy and cheap. You can run the tests after each small refactoring step and always know what change broke something. . QUnit is similar to other unit testing frameworks like JUnit, but makes use of the features JavaScript provides and helps with testing code in the browser, e.g. with its stop/start facilities for testing asynchronous code. Homepage: http://qunitjs.com/ Package: libjs-rickshaw Priority: optional Section: web Installed-Size: 888 Maintainer: Debian Javascript Maintainers Architecture: all Source: rickshaw Version: 1.5.0.dfsg-ubuntu1 Depends: libjs-d3 (>= 3.3.6) Recommends: javascript-common Filename: pool/main/libjs-rickshaw_1.5.0.dfsg-ubuntu1_all.deb Size: 720106 MD5Sum: f28a962a477a99a258c54569fb8f7b6e SHA1: 6ebdb02798bd1d0c0080d7c196ff24cf2fb5a8c3 SHA256: e3ccb4c98ac8a35c12f6902c837378b0267e9ffa46e80186ecaf14365cca5275 SHA512: 9caf2aa843b074ee7b30c982792701221cc6a25b6499301b59adaf597a17f098a824fb5c6b8b7bc58993540ab1f4a38f5767dbae9cddeed1b00f31dce7ba12bb Description: JavaScript toolkit for interactive time series graph Rickshaw is a JavaScript toolkit for creating interactive time series graphs. Rickshaw provides the elements you need to create interactive graphs: renderers, legends, hovers, range selectors, etc. You put the pieces together. Homepage: http://code.shutterstock.com/rickshaw/ Package: libjs-sphinxdoc Priority: optional Section: web Installed-Size: 103 Maintainer: Ubuntu Developers Original-Maintainer: Jakub Wilk Architecture: all Source: sphinx Version: 1.1.3+dfsg-2ubuntu2.1 Depends: libjs-jquery (>= 1.4), libjs-underscore Filename: pool/main/libjs-sphinxdoc_1.1.3+dfsg-2ubuntu2.1_all.deb Size: 45058 MD5Sum: 66d9e8677b891f2d1194f543f79e8e84 SHA1: fd4cba040135472cc50d10d9bb77fbbac11220c9 SHA256: 9336c695fb6a21dbccb4f5facd49b37536b513c9654c7dd88e60c95c2fe3e661 SHA512: 2420eb9bd2febf69783a06b48a07cdc1dcbfa27ccff323438831db4ba12e0cdc7b12354f400a62c92ddce3022f9cce00e63ec6526e6c92bb7549ea0f19d44ff5 Description: JavaScript support for Sphinx documentation Sphinx is a tool for producing documentation for Python projects, using reStructuredText as markup language. . This package provides JavaScript code for documentation generated by Sphinx. Homepage: http://sphinx.pocoo.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libjs-spin.js Priority: extra Section: web Installed-Size: 17 Maintainer: Debian Javascript Maintainers Architecture: all Version: 1.2.8+dfsg2-ubuntu1 Recommends: javascript-common Filename: pool/main/libjs-spin.js_1.2.8+dfsg2-ubuntu1_all.deb Size: 8068 MD5Sum: fa98f702d331f67ee295692007baf8a6 SHA1: d1ce2cb4ac0d4e95be52368e8d71eece9f53f586 SHA256: 56030596654eff92c9ee6b7a3c802a92f5fac8efdfd9388038924e97ccbf163d SHA512: 1f01caba04a38b7b6d9292ec3817eb4fadb08d20b4bc36a99178062bd785153770924bbc1590199ed604e943b2b21b456465e3caab95a060ba4b161bc2d4fb27 Description: animated CSS3 loading spinner Spin.js is an animated CSS3 loading spinner with VML fallback for IE. It features: * No images, no external CSS * No dependencies * Highly configurable * Resolution independent * Uses VML as fallback in old IEs * Uses @keyframe animations, falling back to setTimeout() * Works in all major browsers, including IE6 * Small footprint (~1.9K gzipped) Homepage: https://github.com/fgnass/spin.js Package: libjs-swfobject Priority: optional Section: web Installed-Size: 16 Maintainer: Christian Welzel Architecture: all Version: 2.2+dfsg-1 Filename: pool/main/libjs-swfobject_2.2+dfsg-1_all.deb Size: 8414 MD5Sum: 8b0177a399050d9651321762c0f2712a SHA1: f602373d661cacb35e0a0fd1af8d96ccafb25c1c SHA256: 3068db65f62e4ff558a35f7699ea4344c4ef61bec16b2db0096aa336edf1f79a SHA512: a7f93f77e1ab29e75620f76b1b3582da9b4640dc90d09d15a8be040ab6a79913edf6b45ea9bd6cc7678367ea2d26d9acb8329b8b451b80999225418112f97a3b Description: tool to embed Flash content into webpages SWFObject is an easy-to-use and standards-friendly method to embed Flash content, which utilizes one small JavaScript file. . * it offers two optimized Flash Player embed methods; a markup based approach and a method that relies on JavaScript * it offers a JavaScript API that aims to provide a complete tool set for embedding SWF files and retrieving Flash Player related information * it utilizes only one small JavaScript file (10Kb / GZIPed: 3.9Kb) * it is the successor of SWFObject 1.5, UFO and the Adobe Flash Player Detection Kit * it intends to unify all existing Flash Player embed methods and provide a new standard for embedding Adobe Flash Player content Homepage: http://code.google.com/p/swfobject/ Package: libjs-underscore Priority: optional Section: web Installed-Size: 152 Maintainer: Ubuntu Developers Original-Maintainer: Debian Javascript Maintainers Architecture: all Source: underscore Version: 1.1.6-1ubuntu2 Recommends: libjs-jquery Suggests: javascript-common Filename: pool/main/libjs-underscore_1.1.6-1ubuntu2_all.deb Size: 31274 MD5Sum: 05ab08615f59642b06489a55dcbb03e0 SHA1: ed6ab9fc841d6d4eba2e381d424d6152886561dc SHA256: ebd35f23968f253ec61f8730564f4136025efd2fc95bfcd87e0b3cd0e6227bbf SHA512: c7827a6cc5bdc4d280407d769e9d594767f00eda2ce26cb494b2cdc3a38a8fa45f307a23c400e372eb2cbd29876a4635322957dc3f6e66ab5cd0ea91794c1d4c Description: JavaScript's functional programming helper library Underscore is a utility-belt library for JavaScript that provides a lot of the functional programming support that you would expect in Prototype.js (or Ruby), but without extending any of the built-in JavaScript objects. It's the tie to go along with jQuery's tux. . Underscore provides 60-odd functions that support both the usual functional suspects: map, select, invoke - as well as more specialized helpers: function binding, javascript templating, deep equality testing, and so on. It delegates to built-in functions, if present, so modern browsers will use the native implementations of forEach, map, reduce, filter, every, some and indexOf. Homepage: http://documentcloud.github.com/underscore/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libjson-perl Priority: optional Section: perl Installed-Size: 292 Maintainer: Ubuntu Developers Original-Maintainer: Debian Perl Group Architecture: all Version: 2.53-1 Depends: perl Recommends: libjson-xs-perl (>= 2.270) Suggests: libjson-pp-perl Filename: pool/main/libjson-perl_2.53-1_all.deb Size: 93740 MD5Sum: 20f884f917274604a0f8019d6269717b SHA1: 6a589613d61f7ad555a562dd411b750b37b54026 SHA256: e871b73e135db4242d1d6cc2d228a62c14713dec0a87aea8764c0a5147631bda SHA512: 4cb34325a6bc5046486d4e900a0e7ba59680f86940e35cb9a4687ef9fc211439a85056977ac04ecad2f5c6f795122baa3948c1fb2c901460b462d7873a5c2062 Description: module for manipulating JSON-formatted data JSON is a Perl module for manipulating data stored in the format of the same name. JavaScript Object Notation (JSON) is a simple data serialization format (defined in RFC 4627) that serves as an alternative to XML. . The primary purpose of this module is to select an appropriate backend JSON implementation. It prefers either JSON::XS (see libjson-xs-perl) or JSON::PP (see libjson-pp-perl), but will fall back on a backport implementation if neither are available. Homepage: http://search.cpan.org/dist/JSON/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libjson-ruby1.8 Priority: optional Section: universe/interpreters Installed-Size: 28 Maintainer: Ubuntu Developers Original-Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-json Version: 1.6.3-1 Depends: ruby-json Filename: pool/main/libjson-ruby1.8_1.6.3-1_all.deb Size: 1592 MD5Sum: 52f082dd5b2d582220a7320fc1713062 SHA1: 280794e9aa3dca17f4bb4d52c2a5dd8cf69a0d21 SHA256: 2b1d2967c5a89b0e4e0cfb10aa0e8105b10c1536f051bef3463cfb16ca38ccc6 SHA512: acfe60b51e58fe20a7917a22ca9bf1f9cf420049995aaeaa4b00cc3ab5b1ea6c173977efb04c01cdd8448bba6128e10d86ea339c99e06a675134c975bd399b3c Description: Transitional package for ruby-json This is a transitional package to ease upgrades to the ruby-json package. It can safely be removed. Homepage: http://flori.github.com/json Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libjson-ruby Priority: optional Section: universe/interpreters Installed-Size: 28 Maintainer: Ubuntu Developers Original-Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-json Version: 1.6.3-1 Depends: ruby-json Filename: pool/main/libjson-ruby_1.6.3-1_all.deb Size: 1588 MD5Sum: 04932a1bd8109310ca30734e4006384a SHA1: 4b2488f1ff09a409733b69849688e140638e5b3e SHA256: a3c931720620472997ad542e9375ff0ea5e0efc8f3836cbf691b1c82c29df7d5 SHA512: e4fa9b7d070780a3793fee643a4bbdab268d0267c608421feef2852c87164f0ce5163825d9ab2dcdb512347bba9d629bb8f560a04626624c3d5a96ae01dec71e Description: Transitional package for ruby-json This is a transitional package to ease upgrades to the ruby-json package. It can safely be removed. Homepage: http://flori.github.com/json Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libjson-xs-perl Priority: optional Section: perl Installed-Size: 226 Maintainer: Ubuntu Developers Original-Maintainer: Debian Perl Group Architecture: amd64 Version: 2.320-1build1 Depends: perl (>= 5.14.2-3build1), perlapi-5.14.2, libc6 (>= 2.4), libcommon-sense-perl Filename: pool/main/libjson-xs-perl_2.320-1build1_amd64.deb Size: 81522 MD5Sum: 9296e49e2ddccf835c37003265300191 SHA1: 8779f03cbbe0fbe4cc0004be5862cb6678766ff9 SHA256: 7f531f7325c81c9994e1bdb3a0b3bd72c49e59a49532e3d12b73b78099b52733 SHA512: 98c0f0dbcc5d2c379fd61eacfae7f277743d376eee2dc00629fcbce230f3d80e387c35ba9e12937cd4ec161c700bbd2cc8425ebc91115f6b8753a906f3df6c03 Description: module for manipulating JSON-formatted data (C/XS-accelerated) JSON::XS is a module for manipulating data stored in the JavaScript Object Notation (JSON) serialization format (defined in RFC 4627), which serves as an alternative to XML. . This C/XS-accelerated JSON implementation confers significant performance gains if available. After installing this package, any code using the JSON module (see libjson-perl) will automagically benefit from this. Homepage: http://search.cpan.org/dist/JSON-XS/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master Package: libjson0 Priority: extra Section: libs Installed-Size: 67 Maintainer: Ubuntu Developers Original-Maintainer: fabien boucher Architecture: amd64 Source: json-c Version: 0.9-1ubuntu1.1 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Filename: pool/main/libjson0_0.9-1ubuntu1.1_amd64.deb Size: 17900 MD5Sum: 5e7b3dec7e4ffd630f2a21a10a416183 SHA1: 002ac5712fcd16a5ec0b929ea854048a5b7ce345 SHA256: 626cc4d32bfd670d78c16b89fd262fdae1b85b3cc2db1760bfa86bcd62f9714c SHA512: 97cf4a16e1d76067137e325b01c4110032b34c6f29141726ced2039c27096759eb8f41b44d184e28d2877125ecbb6bfcbf76cc8df9a427504b8dc163782ba57a Description: JSON manipulation library - shared library This library allows you to easily construct JSON objects in C, output them as JSON formatted strings and parse JSON formatted strings back into the C representation of JSON objects. Multi-Arch: same Homepage: http://oss.metaparadigm.com/json-c/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: virt-host, ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, edubuntu-desktop-kde, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-desktop, ubuntustudio-desktop Package: libk5crypto3 Priority: standard Section: libs Installed-Size: 237 Maintainer: Ubuntu Developers Original-Maintainer: Sam Hartman Architecture: amd64 Source: krb5 Version: 1.10+dfsg~beta1-2ubuntu0.6 Replaces: libkrb53 (<< 1.6.dfsg.4~beta1-7) Depends: libc6 (>= 2.14), libkrb5support0 (>= 1.7dfsg~beta2) Pre-Depends: multiarch-support Suggests: krb5-doc, krb5-user Breaks: libgssapi-krb5-2 (<= 1.10+dfsg~alpha1), libkrb5-3 (<= 1.8~aa), libkrb53 (<< 1.6.dfsg.4~beta1-9) Filename: pool/main/libk5crypto3_1.10+dfsg~beta1-2ubuntu0.6_amd64.deb Size: 80112 MD5Sum: b5e49b160876f366c97c9720e1fb52fd SHA1: 4d93e1f9359fdda0f3bab235bcefaee797ff5ec9 SHA256: 4138e5053fa8f197fe68b13c5605c9e105beb302864d520bbf8771deac0999ff SHA512: 406b46e780eb2d6c2298cba9a13b0b5fb6dae622cf227c26a59ed1ce1d5e93cb2f67d119ef58e55759aaa179412d6a6a23bc3078f22440ad5005a26674c00ef9 Description: MIT Kerberos runtime libraries - Crypto Library Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains the runtime cryptography libraries used by applications and Kerberos clients. Multi-Arch: same Homepage: http://web.mit.edu/kerberos/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: libkeyutils1 Priority: standard Section: misc Installed-Size: 51 Maintainer: Ubuntu Developers Original-Maintainer: Daniel Baumann Architecture: amd64 Source: keyutils Version: 1.5.2-2 Depends: libc6 (>= 2.7) Pre-Depends: multiarch-support Filename: pool/main/libkeyutils1_1.5.2-2_amd64.deb Size: 7862 MD5Sum: 1df842388685c461073dbc9309fe02ec SHA1: e8683998e62c097512cff131fb1624fdae64a5c3 SHA256: ced101d37d7089bb0c2bf908641713c6018d24ec5315c08aaf4f72d2de89f234 SHA512: ab006b313d57f6923cf8d66eee2f7bfc6ba81a76afccd3721a66e47491750d375164cbc990f6e8b20cdd2256c738c51d32e988051570c3262151fe212ac26daa Description: Linux Key Management Utilities (library) Keyutils is a set of utilities for managing the key retention facility in the kernel, which can be used by filesystems, block devices and more to gain and retain the authorization and encryption keys required to perform secure operations. . This package provides a wrapper library for the key management facility system calls. Multi-Arch: same Homepage: http://people.redhat.com/~dhowells/keyutils/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: libklibc Priority: required Section: libs Installed-Size: 127 Maintainer: Ubuntu Developers Original-Maintainer: maximilian attems Architecture: amd64 Source: klibc Version: 1.5.25-1ubuntu2 Filename: pool/main/libklibc_1.5.25-1ubuntu2_amd64.deb Size: 45710 MD5Sum: 0439fb41f98ce07e44cdaf2ae1b2753d SHA1: 30741cf43ca55eb1f94884cb66597636ddfccef7 SHA256: 1d07135e2b470636cd87d5a3c48e6c6af455fb4db3a83c69ced6e400833fb0cb SHA512: fd42d38da6aa6a2dd56d2ba4ce01bdc6132cc9817578ba189d7251137b1ec29c3011e40c8c89e87e854c4a4d36a543dba314bb1d5c0bf8d14ef12fd842e7a117 Description: minimal libc subset for use with initramfs klibc is intended to be a minimalistic libc subset for use with initramfs. It is deliberately written for small size, minimal entanglement, and portability, not speed. It is definitely a work in progress, and a lot of things are still missing. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: libkrb5-26-heimdal Priority: standard Section: libs Installed-Size: 643 Maintainer: Ubuntu Developers Original-Maintainer: Brian May Architecture: amd64 Source: heimdal Version: 1.6~git20120311.dfsg.1-2ubuntu0.1 Depends: libasn1-8-heimdal (>= 1.4.0+git20110226), libc6 (>= 2.15), libcomerr2 (>= 1.41.11), libhcrypto4-heimdal (>= 1.4.0+git20110226), libheimbase1-heimdal (>= 1.6~git20120311), libhx509-5-heimdal (>= 1.4.0+git20110226), libroken18-heimdal (>= 1.4.0+git20110226), libsqlite3-0 (>= 3.5.9), libwind0-heimdal (>= 1.6~git20120311) Pre-Depends: multiarch-support Filename: pool/main/libkrb5-26-heimdal_1.6~git20120311.dfsg.1-2ubuntu0.1_amd64.deb Size: 234294 MD5Sum: 30c1763f7340c4a2fca0d10ec311e1dd SHA1: eb15776c47d3e63b9b70fde7197b3d5b1b49d13f SHA256: 10ab39914c42c84b90956519d323f235c6f688dac25a9eb1089c8087da9f16a9 SHA512: f096137e13eeb581d29ed1e2773a2ae650617d00d1c7d4841aae45fd2d8935e45e093461b109b4c6aa99b69a02f60c2302c3072394673a2c2d07aba5d9f3b936 Description: Heimdal Kerberos - libraries Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package contains the Kerberos 5 library. Multi-Arch: same Homepage: http://www.h5l.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: libkrb5-3 Priority: standard Section: libs Installed-Size: 960 Maintainer: Ubuntu Developers Original-Maintainer: Sam Hartman Architecture: amd64 Source: krb5 Version: 1.10+dfsg~beta1-2ubuntu0.6 Replaces: libkrb53 (<< 1.6.dfsg.4~beta1-7) Depends: libc6 (>= 2.14), libcomerr2 (>= 1.34), libk5crypto3 (>= 1.9+dfsg~beta1), libkeyutils1, libkrb5support0 (= 1.10+dfsg~beta1-2ubuntu0.6) Pre-Depends: multiarch-support Recommends: krb5-locales Suggests: krb5-doc, krb5-user Breaks: libkrb53 (<< 1.6.dfsg.4~beta1-9), libsmbclient (<= 2:3.6.1-2), sssd (<= 1.2.1-4.3) Filename: pool/main/libkrb5-3_1.10+dfsg~beta1-2ubuntu0.6_amd64.deb Size: 354844 MD5Sum: 7d63efa7a744a9b2853123f42be524ea SHA1: a6c1dda8b3d3d48df49589dd76ea873d00f21ced SHA256: b5152e229069d3618818f2d25eef2daa023df4617fcbddd18a4e26d837bf8fe0 SHA512: b8d812bb14f7f991a36109300f8abda8b9d9ad3a5432826bb835e1bf818c41783349c0c1a59daf1622fdc6bb653d0701883763fd9ee6d564d5ff26fdf3fa202f Description: MIT Kerberos runtime libraries Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains the runtime library for the main Kerberos v5 API used by applications and Kerberos clients. Multi-Arch: same Homepage: http://web.mit.edu/kerberos/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: libkrb5support0 Priority: standard Section: libs Installed-Size: 111 Maintainer: Ubuntu Developers Original-Maintainer: Sam Hartman Architecture: amd64 Source: krb5 Version: 1.10+dfsg~beta1-2ubuntu0.6 Replaces: libkrb53 (<< 1.6.dfsg.4~beta1-7) Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Breaks: libkrb53 (<< 1.6.dfsg.4~beta1-9) Filename: pool/main/libkrb5support0_1.10+dfsg~beta1-2ubuntu0.6_amd64.deb Size: 24550 MD5Sum: 7e209d3be38e166cddaa78fe082b2688 SHA1: a1228c9ab20b0b9f95c0dbd57ef9165e8671dbfc SHA256: ec0738d7c209d86f61c0965f8b9042ea45507cff78ecc89aa4f1d88ef0359f73 SHA512: 680a9777d8e4c4829d369f684bcd38d839edd1285f1a5e75b9ede001584aab088cf945a7b19cc952c7e30416b46f37bbb3910af99b5bc1ca52b5050e2d7dafd4 Description: MIT Kerberos runtime libraries - Support library Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains an internal runtime support library used by other Kerberos libraries. Multi-Arch: same Homepage: http://web.mit.edu/kerberos/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: liblapack3gf Priority: optional Section: libs Installed-Size: 9228 Maintainer: Ubuntu Developers Original-Maintainer: Debian Science Team Architecture: amd64 Source: lapack Version: 3.3.1-1 Replaces: lapack99 Provides: liblapack.so.3gf Depends: debconf (>= 0.5) | debconf-2.0, libblas3gf | libblas.so.3gf | libatlas3gf-base, libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libgfortran3 (>= 4.6) Conflicts: lapack99 Filename: pool/main/liblapack3gf_3.3.1-1_amd64.deb Size: 4423866 MD5Sum: 9f7f6c96e57522da8a2db087b7420401 SHA1: 20dee3f139d1a8045933b5d95cac436c893d2681 SHA256: 27ee02b4e89c6e58dc76ca53ac032e026641d5e7f9bf1aa440811a84dc0e3cd3 SHA512: 58b7f76dc70b68996172a8f13282f1edb021447ecc98318451a5e79a861ba36629bc575583af3449825e6d32dd7de7898a240f08d71f4043f0f5988fb91331bf Description: library of linear algebra routines 3 - shared version LAPACK version 3.X is a comprehensive FORTRAN library that does linear algebra operations including matrix inversions, least squared solutions to linear sets of equations, eigenvector analysis, singular value decomposition, etc. It is a very comprehensive and reputable package that has found extensive use in the scientific community. Homepage: http://www.netlib.org/lapack/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-usb, kubuntu-full, kubuntu-active-full, edubuntu-usb, edubuntu-desktop-kde, edubuntu-desktop-gnome, ubuntustudio-video, ubuntustudio-graphics Package: liblcms1 Priority: optional Section: libs Installed-Size: 252 Maintainer: Ubuntu Developers Original-Maintainer: Oleksandr Moskalenko Architecture: amd64 Source: lcms Version: 1.19.dfsg-1ubuntu3 Replaces: liblcms Provides: liblcms Depends: libc6 (>= 2.7) Pre-Depends: multiarch-support Suggests: liblcms-utils Conflicts: liblcms Filename: pool/main/liblcms1_1.19.dfsg-1ubuntu3_amd64.deb Size: 105756 MD5Sum: da137853eae8af43ef5939c9cb8989de SHA1: b2ec151f1c753490517e1f362867eafc7a6f51e4 SHA256: 3de38eb34bab363be3703afadcfad749d7651ec04655455c9891674df9d67ef4 SHA512: f754e408e9830e6e4eb361eff14256612d343dcfdf6fc8a66d6fa24cdd3a63eb88ffe54234cd35bb73404a4f57764c7279ce18fa8cd028e4660a8e1e21e46f0c Description: Little CMS color management library lcms is a standalone CMM engine, which deals with the color management. LittleCMS implements a fast transformation between ICC profiles. The intention of it is to be portable across several platforms. Multi-Arch: same Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: liblcms2-2 Priority: optional Section: libs Installed-Size: 348 Maintainer: Ubuntu Developers Original-Maintainer: Oleksandr Moskalenko Architecture: amd64 Source: lcms2 Version: 2.2+git20110628-2ubuntu3.1 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Suggests: liblcms2-utils Filename: pool/main/liblcms2-2_2.2+git20110628-2ubuntu3.1_amd64.deb Size: 142664 MD5Sum: 6f19c7e2a44edb7842f819931fdf8754 SHA1: 9d7487a4094e0dbf6438675d7de14c7e6af17f61 SHA256: 46c9c61d71f5459f9f8a817dc9fb228d7022f754c5b1d75ae8b84c635425a5a6 SHA512: ba73f6bd2dbdfa8d553b7e2588e9c8989aa6d14f8d6bbaf518ff0d0e94ee255ee23e58882ee39329433697a1199461009ef4910f24ca778a7c2518ed5c79b168 Description: Little CMS 2 color management library LittleCMS 2 intends to be a small-footprint color management engine, with special focus on accuracy and performance. It uses the International Color Consortium standard (ICC) of color management. LittleCMS 2 is a full implementation of ICC specification 4.2 plus all addendums. It fully supports all V2 and V4 profiles, including abstract, devicelink and named color profiles. Multi-Arch: same Homepage: http://www.littlecms.com/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, print-server, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: libldap-2.4-2 Priority: standard Section: libs Installed-Size: 494 Maintainer: Ubuntu Developers Original-Maintainer: Debian OpenLDAP Maintainers Architecture: amd64 Source: openldap Version: 2.4.28-1.1ubuntu4.6 Replaces: libldap-2.3-0, libldap2 Depends: libc6 (>= 2.14), libgcrypt11 (>= 1.4.5), libgnutls26 (>= 2.12.6.1-0), libgssapi3-heimdal (>= 1.4.0+git20110226), libsasl2-2 Pre-Depends: multiarch-support Conflicts: ldap-utils (<= 2.1.23-1) Filename: pool/main/libldap-2.4-2_2.4.28-1.1ubuntu4.6_amd64.deb Size: 185356 MD5Sum: 54c2d0eb0639e3d749dc4b0c19df708f SHA1: b3273af35c7a61301a272175c8a8e8167073df52 SHA256: 06a3091b772d2372cfd0ddecdfa05e59450b8456f1a9735d761b7e99caada0a6 SHA512: 1b4a9f6617ce628666116a6abd5dccc5d971e8e4e6992bf4ba5249c81652d5f1504e91845c626f55c5b28a221181d55480270f0e5327dab88fb3ef290dd595cf Description: OpenLDAP libraries These are the run-time libraries for the OpenLDAP (Lightweight Directory Access Protocol) servers and clients. Multi-Arch: same Homepage: http://www.openldap.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: libleveldb1 Priority: optional Section: libs Installed-Size: 316 Maintainer: Alessio Treglia Architecture: amd64 Source: leveldb Version: 1.13.0-1~cloud1 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libsnappy1, libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Filename: pool/main/libleveldb1_1.13.0-1~cloud1_amd64.deb Size: 144608 MD5Sum: 2e11d880eb8c15dd45c1f3c2058a0fa9 SHA1: b0320901f49ad41297f06701067df7590bc23a46 SHA256: 3bacb2e2ca63748890d1753f9ac83f6d557f15ba15399d7c1d6f714972e55e47 SHA512: cc5750dea775096fa0ecf83656bf8c38783c63336fed1e781cc4512b82b7b27fdc3080cd4f31c8ab436e2266969ca88e1e86c2f05ef496e9a39229641abdf866 Description: fast key-value storage library LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values. . Features: * Keys and values are arbitrary byte arrays. * Data is stored sorted by key. * Callers can provide a custom comparison function to override the sort order. * The basic operations are Put(key,value), Get(key), Delete(key). * Multiple changes can be made in one atomic batch. * Users can create a transient snapshot to get a consistent view of data. * Forward and backward iteration is supported over the data. * Data is automatically compressed using the Snappy compression library. * External activity (file system operations etc.) is relayed through a virtual interface so users can customize the operating system interactions. * Detailed documentation about how to use the library is included with the source code. . Limitations: * This is not a SQL database. It does not have a relational data model, it does not support SQL queries, and it has no support for indexes. * Only a single process (possibly multi-threaded) can access a particular database at a time. * There is no client-server support builtin to the library. An application that needs such support will have to wrap their own server around the library. . This package provides the shared library. Multi-Arch: same Homepage: http://code.google.com/p/leveldb/ Package: liblinear-tools Priority: optional Section: universe/science Installed-Size: 116 Maintainer: Ubuntu Developers Original-Maintainer: Christian Kastner Architecture: amd64 Source: liblinear Version: 1.8+dfsg-1 Depends: libc6 (>= 2.4), liblinear1 (= 1.8+dfsg-1) Recommends: libsvm-tools Filename: pool/main/liblinear-tools_1.8+dfsg-1_amd64.deb Size: 20056 MD5Sum: 7fb4316cfbc78ce216e520d08074f206 SHA1: 712a6a5c9a98590266554a413f0514931930bc0e SHA256: 556d1dcea6e7d8c5e47d4f44d060e57d6f43f6619fe7a4abc866cbd154a637fa SHA512: 29973cdd5ddac250276444d2efd1ca71282a921e62638baa67bce9d88f2fd3cb78bba9ceefd5591f668d9f71980fac250061573e4cefb80111843afb41d2b761 Description: Standalone applications for LIBLINEAR LIBLINEAR is a library for learning linear classifiers for large scale applications. It supports Support Vector Machines (SVM) with L2 and L1 loss, logistic regression, multi class classification and also Linear Programming Machines (L1-regularized SVMs). Its computational complexity scales linearly with the number of training examples making it one of the fastest SVM solvers around. It also provides Python bindings. . This package contains the standalone applications. Homepage: http://www.csie.ntu.edu.tw/~cjlin/liblinear/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: liblinear1 Priority: optional Section: universe/libs Installed-Size: 112 Maintainer: Ubuntu Developers Original-Maintainer: Christian Kastner Architecture: amd64 Source: liblinear Version: 1.8+dfsg-1 Depends: libblas3gf | libblas.so.3gf | libatlas3gf-base, libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Recommends: liblinear-tools (= 1.8+dfsg-1) Suggests: liblinear-dev (= 1.8+dfsg-1) Filename: pool/main/liblinear1_1.8+dfsg-1_amd64.deb Size: 34026 MD5Sum: f95a8b6e89c65b6d08610dc87febf5b5 SHA1: 930a59bdf3c29e69a0eb618c3cbcb2078f614ab5 SHA256: debae03ea8387c21a77ecbb34b951fab886020c8f0ebece7e3ac3f4612da9398 SHA512: f7847679201a1454b007376c6c53eb98b7fe07b1713f29a9e81211580d19ba85d71f97b5fd9189c491b072c77130d31be810a8389c6b5da920ee61ca1a94fa50 Description: Library for Large Linear Classification LIBLINEAR is a library for learning linear classifiers for large scale applications. It supports Support Vector Machines (SVM) with L2 and L1 loss, logistic regression, multi class classification and also Linear Programming Machines (L1-regularized SVMs). Its computational complexity scales linearly with the number of training examples making it one of the fastest SVM solvers around. It also provides Python bindings. . This package contains the shared libraries. Homepage: http://www.csie.ntu.edu.tw/~cjlin/liblinear/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libllvm3.0 Priority: optional Section: libs Installed-Size: 21966 Maintainer: Ubuntu Developers Original-Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-3.0 Version: 3.0-4ubuntu1 Depends: libc6 (>= 2.11), libffi6 (>= 3.0.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.6) Pre-Depends: multiarch-support Filename: pool/main/libllvm3.0_3.0-4ubuntu1_amd64.deb Size: 7455982 MD5Sum: 56f618923d80ec18b0ebe706d2123304 SHA1: 74cf19923ac1bef33d2e4ecce90b8a402ca58766 SHA256: a5d304614d35dc934d4e6187c9eb3644924f5928efce914a3a7c86c6efe7d378 SHA512: b6e756bf3bb6d37c840917e703851783865f8acc9d9d9798bd9ec729c4f676d79a63843b48105780ce89f462b61941e2142f7c01fb09faf36bcd28bcb9a1d668 Description: Low-Level Virtual Machine (LLVM), runtime library The Low-Level Virtual Machine (LLVM) is a collection of libraries and tools that make it easy to build compilers, optimizers, Just-In-Time code generators, and many other compiler-related programs. . This package contains the LLVM runtime library. Multi-Arch: same Homepage: http://www.llvm.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: liblocale-gettext-perl Priority: important Section: perl Installed-Size: 92 Maintainer: Ubuntu Developers Original-Maintainer: Debian Perl Group Architecture: amd64 Version: 1.05-7build1 Depends: libc6 (>= 2.2.5) Pre-Depends: perl-base (>= 5.14.2-3), perlapi-5.14.2 Filename: pool/main/liblocale-gettext-perl_1.05-7build1_amd64.deb Size: 19340 MD5Sum: 6b41efaf1fbd86f3306b577f9fa12251 SHA1: 68d10c44f3e3c880ee8439885dbdb566ae908abb SHA256: 379ead409dcb5be2c2ca4cb00362f5c22d1c7392c78ab2755e011dbfc988c821 SHA512: 6f974b9a8a63166fd869168d83a54e2a0782be6934b076f0be16d8118cf8dd20f5317debd110314e02af98e20608035024331bf96ebd13d36d161b9ed7a51822 Description: module using libc functions for internationalization in Perl The gettext module permits access from perl to the gettext() family of functions for retrieving message strings from databases constructed to internationalize software. . It provides gettext(), dgettext(), dcgettext(), textdomain(), bindtextdomain(), bind_textdomain_codeset(), ngettext(), dcngettext() and dngettext(). Homepage: http://search.cpan.org/dist/gettext/gettext.pm Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: liblockfile-bin Priority: important Section: utils Installed-Size: 70 Maintainer: Ubuntu Developers Original-Maintainer: Miquel van Smoorenburg Architecture: amd64 Source: liblockfile Version: 1.09-3ubuntu0.1 Replaces: liblockfile1 (<< 1.09-1) Depends: libc6 (>= 2.4) Breaks: liblockfile1 (<< 1.09-1) Filename: pool/main/liblockfile-bin_1.09-3ubuntu0.1_amd64.deb Size: 12286 MD5Sum: 72bab5451130ce576b6acef36a5f735d SHA1: b82185e060a898c7a4a6adf87a39759d28c5a354 SHA256: 5153f22e58846c4440c4ab9351ded0ff927d8caba220041521badbca0dae19b2 SHA512: 47a4f4d5684469c6fe67a66341d2f5ef9d16c3ae134f471dbb51fb3a384a17d1bce1b013b6256dd96f10f57f40b05d828df3c931a4ab717ef4a0f396392a29f0 Description: support binaries for and cli utilities based on liblockfile This package contains support binaries for the liblockfile library, and the command-line utility ``dotlockfile''. Multi-Arch: foreign Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: liblockfile1 Priority: important Section: libs Installed-Size: 56 Maintainer: Ubuntu Developers Original-Maintainer: Miquel van Smoorenburg Architecture: amd64 Source: liblockfile Version: 1.09-3ubuntu0.1 Depends: libc6 (>= 2.4), liblockfile-bin (>= 1.09-3ubuntu0.1) Pre-Depends: multiarch-support Filename: pool/main/liblockfile1_1.09-3ubuntu0.1_amd64.deb Size: 9232 MD5Sum: 33d95f544d0b4ef67e5b3672564336c0 SHA1: 6f8013e954e48e3bd22a7c35fe9a82a41c46afb4 SHA256: 4b836f84abc3fe9e259c47b2551f83f3c81ea86b6e7aed9be9fff689e3c1f6cd SHA512: caec9bff8f28fccdd7bd2d3e6ce166506eb8a387a4bd1cc9eef7af4b6a320be46bcfc69f1b822c5a430347b57018a3e967cdaabe453bc26f4eee8c07899b1048 Description: NFS-safe locking library Liblockfile is a shared library with NFS-safe locking functions. Multi-Arch: same Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: liblogsys4 Priority: optional Section: libs Installed-Size: 182 Maintainer: Debian HA Maintainers Architecture: amd64 Source: corosync Version: 1.4.6-2 Replaces: libcorosync4 (<= 1.4.2-1) Depends: libc6 (>= 2.14) Conflicts: libcorosync4 (<= 1.4.2-1) Filename: pool/main/liblogsys4_1.4.6-2_amd64.deb Size: 167142 MD5Sum: bc1f6dea95b98e5da46f434f7e60b8aa SHA1: ac44b349102c1fb036017f4e94ed4a42cd35b095 SHA256: cc1d7e9cd23e1ca755bfd0c8120fa215329291abb713b68fb0f1c402c265c1f5 SHA512: 97f42aeef4d11b82b7e661bdcc131f99315f42bf2bc6447ae10e8906baf6c1743ad276e779b136c847dd551eaf138a534b165ad6bc790d42f4d4bde157375652 Description: Standards-based cluster framework, Logsys library Corosync is a project to implement a production quality "Revised BSD" licensed implementation of all core functionalities required by openais. The project implements cutting edge research on virtual synchrony to provide 100% correct operation in the face of failures or partitionable networks with excellent performance characteristics. . The Application Interface Specification is a software API and policies which are used to develop applications that maintain service during faults. . This package contains the Logsys library, which is a library included in Corosync. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: liblqr-1-0 Priority: optional Section: libs Installed-Size: 114 Maintainer: Ubuntu Developers Original-Maintainer: Bernd Zeimetz Architecture: amd64 Source: liblqr Version: 0.4.1-1.1 Depends: libc6 (>= 2.2.5), libglib2.0-0 (>= 2.24.0) Filename: pool/main/liblqr-1-0_0.4.1-1.1_amd64.deb Size: 39526 MD5Sum: 47dedd1073460b594cdf1a4d7f119649 SHA1: 1e7f0029c3d7a60c9e2568350ca2e32204ec8714 SHA256: 5a96384356990f5f5e44c752e1113e5ecd8bda418c60a039c160cabe86c9e139 SHA512: 6825733380051d8b2643457b674c5b209d48d3208c4ae53597b149532e80e8b2d5877a4c34e722f6bbaec06ccfcca8456ecc4da38b1e94512c5e55050fef3bf8 Description: converts plain array images into multi-size representation The LiquidRescale (lqr) library provides a C/C++ API for performing non-uniform resizing of images by the seam-carving technique. . The library takes images in plain array format as input and converts them to a multi-size representation. . Following is a list of features: . * Areas in the image can be marked for preservation or discard * Once the image has been fully processed, the scaling can be done in real-time. In fact, the information can be saved and read out later without any further processing * The resizing is done with a single function which automatically performs all the necessary operations; it can also work in successive steps without wasting computational time * Possibility to tune the carving operation by letting the seams be less connected, or more rigid, or both * Can export and import the visibility map (the seams) * Other images can be attached and undergo the same carving process as the parent image * The automatic feature detection algorithm can be tuned by selecting among different energy gradient functions * Reports progress through a customizable interface * A signalling system permits to cleanly handle errors . The library implements the algorithm described in the paper "Seam Carving for Content-Aware Image Resizing" by Shai Avidan and Ariel Shamir, which can be found at http://www.faculty.idc.ac.il/arik/imret.pdf . This package contains the shared library. Homepage: http://liblqr.wikidot.com/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-usb, kubuntu-full, kubuntu-active-full, edubuntu-usb, edubuntu-desktop-kde, edubuntu-desktop-gnome, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, ubuntustudio-generation, ubuntustudio-video, ubuntustudio-graphics Package: liblrm2 Priority: optional Section: libs Installed-Size: 79 Maintainer: Debian HA Maintainers Architecture: amd64 Source: cluster-glue Version: 1.0.11+hg2754-1.1 Replaces: libcluster-glue (<= 1.0.6-1) Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.24.0), libplumb2 (>= 1.0.11+hg2754) Conflicts: libcluster-glue (<= 1.0.6-1) Filename: pool/main/liblrm2_1.0.11+hg2754-1.1_amd64.deb Size: 25188 MD5Sum: 9ff2b76e51f462cdbb1816997927d337 SHA1: 074df6dcd5612f00a231cd5f4751f2f44d4e43d2 SHA256: e182a35d6f16b8c2d5e99e862a9c077c5eee187171b9d564dd3b911b36934dc3 SHA512: aee9409cbb102bd5155cd8a1d3184f0b9c2d5abaa09aebe3e45255878f2f391943c2a12a8fba4f9b3e4650b5da59d44c229cb055c0bc65bbb11bb65f679f131d Description: Reusable cluster libraries -- liblrm2 This package contains the lrm helper library from cluster-glue, the reusable cluster components package. Install it if you want to use the pacemaker cluster manager. Homepage: http://hg.linux-ha.org/glue/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: liblrmd1 Priority: optional Section: libs Installed-Size: 95 Maintainer: Debian HA Maintainers Architecture: amd64 Source: pacemaker Version: 1.1.10+git20130802-4 Depends: libc6 (>= 2.14), libcrmcommon3 (>= 1.1.10+git20130802), libcrmservice1 (>= 1.1.10+git20130802), libglib2.0-0 (>= 2.28.0), libgnutls26 (>= 2.12.6.1-0), libqb0, libstonithd2 (>= 1.1.10+git20130802), libxml2 (>= 2.7.4) Filename: pool/main/liblrmd1_1.1.10+git20130802-4_amd64.deb Size: 39036 MD5Sum: ab4c17002b65cf3fb21cfdcb7c35af4d SHA1: 48b59a58e8332e7483e17f03742d3113e1465d17 SHA256: 12a94aef78b45d72a98ba3dd4e60b5585448243374289f1717f7767b5f66e421 SHA512: 469afd2bd20fdcce3c4a6bdb4c7902ca3bbc771dce2c471c45dae9977262f68cc0ca627e5f9d451e42153f8f4b8f3f795cf68679304703356c3bd8c560bb00ab Description: Pacemaker libraries - lrmd This package contains some of the libraries provided by and needed for the pacemaker cluster manager. You need to install them if you intend to run pacemaker. Specifically, this package contains the lrmd library. Homepage: http://clusterlabs.org/ Package: libltdl7 Priority: optional Section: libs Installed-Size: 396 Maintainer: Ubuntu Developers Original-Maintainer: Kurt Roeckx Architecture: amd64 Source: libtool Version: 2.4.2-1ubuntu1 Depends: libc6 (>= 2.4) Pre-Depends: multiarch-support Filename: pool/main/libltdl7_2.4.2-1ubuntu1_amd64.deb Size: 37624 MD5Sum: 7171ba4b7c9ed9a0e8de289675c8aa26 SHA1: 5728126f66ff9f0a87e8d45b937795f667ae0e1a SHA256: 1314b2125730487488cd4ef71f95444966a00f4cc2c16ec8e6e40ad073425f1d SHA512: 2ad69c06b628eed534328f6293d4969eb6e0e42739efe9362c58c58d04cd4f3e6e858c63b1e5ad5babb8e293b36f342faddf4e1b3589d597115e89986f8666c7 Description: A system independent dlopen wrapper for GNU libtool This package contains the run-time libltdl library. . A small library that aims at hiding the various difficulties of dlopening libraries from programmers. It is a system independent dlopen wrapper for GNU libtool. . It supports the following dlopen interfaces: * dlopen (Solaris, Linux and various BSD flavors) * shl_load (HP-UX) * LoadLibrary (Win16 and Win32) * load_add_on (BeOS) * GNU DLD (emulates dynamic linking for static libraries) * libtool's dlpreopen Multi-Arch: same Homepage: http://www.gnu.org/software/libtool/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, print-server, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: liblua5.1-0 Priority: optional Section: libs Installed-Size: 399 Maintainer: Ubuntu Developers Original-Maintainer: John V. Belmonte Architecture: amd64 Source: lua5.1 Version: 5.1.4-12ubuntu1.1 Depends: libc6 (>= 2.14), libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Filename: pool/main/liblua5.1-0_5.1.4-12ubuntu1.1_amd64.deb Size: 172248 MD5Sum: f0961c11f96fab340b672ede8008f7e5 SHA1: 4322ccacea0c2a9e8a1e669c03b1096e325ae9fa SHA256: d0cae6907bfe818c44f1abee9016b1ece0dbeb4560446d44a13e2e2d16f6a9df SHA512: 9952661218c10686538c1307e45c8b6eddabe68bfbc10bafa9716d88e74a43aaef5c0f48da74098351893605ca7e1e9d97cb9c04f7ea0c9f5f45b0c7ac6bd2b2 Description: Shared library for the Lua interpreter version 5.1 Lua is a powerful, light-weight programming language designed for extending applications. The language engine is accessible as a library, having a C API which allows the application to exchange data with Lua programs and also to extend Lua with C functions. Lua is also used as a general-purpose, stand-alone language through the simple command line interpreter provided. . This package contains runtime libraries. You shouldn't need to install it explicitly. Multi-Arch: same Homepage: http://www.lua.org Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, edubuntu-desktop, edubuntu-usb, edubuntu-desktop-kde, xubuntu-desktop, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, ubuntustudio-desktop Package: liblua5.2-0 Priority: optional Section: universe/libs Installed-Size: 230 Maintainer: Ubuntu Developers Original-Maintainer: Enrico Tassi Architecture: amd64 Source: lua5.2 Version: 5.2.0-2ubuntu0.1 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Filename: pool/main/liblua5.2-0_5.2.0-2ubuntu0.1_amd64.deb Size: 94048 MD5Sum: dd32989405d1eb16ae0cfa74971702b2 SHA1: 2281bf8c6990fb112ae149bd0e259df3cd87c5cf SHA256: 68cffea91c68b06436fcb1eed938396e1e29d50732165c788129eda69421bf60 SHA512: 6cee2fb52218f82949fe851341487db1ae4695fdf70d307c0e23f1cd78c2e3d269f6465ba82990257d78641b617b5531b81760c747db450412ac0de9f2c27abd Description: Shared library for the Lua interpreter version 5.2 Lua is a powerful, light-weight programming language designed for extending applications. The language engine is accessible as a library, having a C API which allows the application to exchange data with Lua programs and also to extend Lua with C functions. Lua is also used as a general-purpose, stand-alone language through the simple command line interpreter provided. . This package contains runtime libraries. You shouldn't need to install it explicitly. Multi-Arch: same Homepage: http://www.lua.org Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: liblvm2cmd2.02 Priority: optional Section: libs Installed-Size: 1276 Maintainer: Ubuntu Developers Original-Maintainer: Debian LVM Team Architecture: amd64 Source: lvm2 Version: 2.02.111-2ubuntu1 Depends: libc6 (>= 2.14), libdevmapper-event1.02.1 (>= 2:1.02.74), libdevmapper1.02.1 (>= 2:1.02.90), libudev0 (>= 147), dmeventd (>> 2:1.02.90) Pre-Depends: multiarch-support Filename: pool/main/liblvm2cmd2.02_2.02.111-2ubuntu1_amd64.deb Size: 602924 MD5Sum: 653d069879d613cdf0c7122a6aaf9f5c SHA1: 3b02b508787e36834b82894c20f91867aa59b664 SHA256: b9635601030d633d720397a93354a33fc0040e0b352bad9e6de53d712bbe8cba SHA512: d5d86b7dc6e8e1f6636b2a89279d36de780877c296504fa0f1f1ff6fc1218ac21941e977eb29b5f2fed157116bbe174843753113bf17dca87d122392f53beef0 Description: LVM2 command library This package contains the lvm2cmd shared library. Multi-Arch: same Homepage: http://sources.redhat.com/lvm2/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 18m Package: liblwp-mediatypes-perl Priority: optional Section: perl Installed-Size: 92 Maintainer: Ubuntu Developers Original-Maintainer: Debian Perl Group Architecture: all Version: 6.01-1 Replaces: libwww-perl (<< 6.00) Depends: perl Breaks: libwww-perl (<< 6.00) Filename: pool/main/liblwp-mediatypes-perl_6.01-1_all.deb Size: 17538 MD5Sum: 69f2390c040a0d9bf98acb33ace4ac88 SHA1: 3b01b2cc2018073d2be85f4399c95e63a9391565 SHA256: 0f481c05486bd6450d5f8d919102f683b359d70228008fda05aa32e1433443be SHA512: ce43a649175c2ef79f36af5f529258352d1fcbdb9e4b8567b6b925b31c8d0e388fcf3d0531224d16a9b4a1c267f71e14472b71a50858965bff2dd969aba24d27 Description: module to guess media type for a file or a URL LWP::MediaTypes provides functions for handling media (also known as MIME) types and encodings. The mapping from file extensions to media types is defined by the media.types file. If the ~/.media.types file exists it is used instead. For backwards compatibility it will also look for ~/.mime.types. Homepage: http://search.cpan.org/dist/LWP-MediaTypes/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: liblwp-protocol-https-perl Priority: optional Section: perl Installed-Size: 64 Maintainer: Ubuntu Developers Original-Maintainer: Debian Perl Group Architecture: all Version: 6.02-1 Replaces: libwww-perl (<< 6.02) Depends: perl, libwww-perl (>= 6.02), libnet-http-perl, libio-socket-ssl-perl, ca-certificates Suggests: libcrypt-ssleay-perl Breaks: libwww-perl (<< 6.02) Filename: pool/main/liblwp-protocol-https-perl_6.02-1_all.deb Size: 6746 MD5Sum: e3913e5894637ed07b92dbcab95bd44f SHA1: a7b61a0ac5d8cb6b362f00290d17c0ae25511305 SHA256: 90d991b6c14a0c29f55ec88a62ff3195b201f0464d0eadb6192a3c4f8b0fb7e5 SHA512: e626249a8a3c0978d298ae6e387366390714cc5766172dbde7c00c6da9ee36e949a26fa8fcf01cbf4abba777d8048c375470efb059e0a316663757338e3d4dc5 Description: https driver for LWP::UserAgent The LWP::Protocol::https module provide support for using https schemed URLs with LWP. LWP::Protocol::https is a plug-in to the LWP protocol handling, so you don't use it directly. Once the module is installed LWP is able to access sites using HTTP over SSL/TLS. . If hostname verification is requested by LWP::UserAgent's ssl_opts, and neither SSL_ca_file nor SSL_ca_path is set, then SSL_ca_file is implied to be the one provided by ca-certificates. . This module used to be bundled with the libwww-perl, but it was unbundled in v6.02 in order to be able to declare its dependencies properly for the CPAN tool-chain. Applications that need https support can just declare their dependency on LWP::Protocol::https and will no longer need to know what underlying modules to install. Homepage: http://search.cpan.org/dist/LWP-Protocol-https/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: liblwres80 Priority: standard Section: libs Installed-Size: 121 Maintainer: Ubuntu Developers Original-Maintainer: LaMont Jones Architecture: amd64 Source: bind9 Version: 1:9.8.1.dfsg.P1-4ubuntu0.13 Replaces: libbind0 Depends: libc6 (>= 2.15) Conflicts: libbind0 Filename: pool/main/liblwres80_9.8.1.dfsg.P1-4ubuntu0.13_amd64.deb Size: 37848 MD5Sum: 2f2ffead4a27aeb9e6e0a0da9ec76f60 SHA1: 5d6b62869df44466837c3e6b68250a5fcdba1005 SHA256: 8a72250c8bfb5114d9f78c69d195b8afd51ba3ca8bcbe90e187efd0fa4bb6b77 SHA512: 9ef4ef5e1a2ae990fe24b634f65703c66b1903774a0fbfbce20f49988197a73a3cd8d98e45bf2f7573be5cda1503d2fc103ec1bec68622c7e8687e34f14a9c9c Description: Lightweight Resolver Library used by BIND The Berkeley Internet Name Domain (BIND) implements an Internet domain name server. BIND is the most widely-used name server software on the Internet, and is supported by the Internet Software Consortium, www.isc.org. This package delivers the liblwres shared library used by BIND's daemons and clients. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: liblzma5 Priority: required Section: libs Installed-Size: 303 Maintainer: Ubuntu Developers Original-Maintainer: Jonathan Nieder Architecture: amd64 Source: xz-utils Version: 5.1.1alpha+20110809-3 Depends: libc6 (>= 2.4) Pre-Depends: multiarch-support Filename: pool/main/liblzma5_5.1.1alpha+20110809-3_amd64.deb Size: 88656 MD5Sum: 88f226bfab00f62d8817948fe9924f22 SHA1: 1fb5447a1e9f38d303b0de8f40ffe314fc6cd490 SHA256: b81c654eb8e99256364f4b2d0c521ed258785dccf42c861f7784d1cf84730c85 SHA512: 084e640f8faf20419ffa47eb724f5b48f8beeef79b2bdb31c47a66ed3c1cf11068cb9d305266dd54335d0b3719ee7383cb2ebb81525a59276c6fc08e21302fe4 Description: XZ-format compression library XZ is the successor to the Lempel-Ziv/Markov-chain Algorithm compression format, which provides memory-hungry but powerful compression (often better than bzip2) and fast, easy decompression. . The native format of liblzma is XZ; it also supports raw (headerless) streams and the older LZMA format used by lzma. (For 7-Zip's related format, use the p7zip package instead.) Multi-Arch: same Homepage: http://tukaani.org/xz/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: libmagic1 Priority: important Section: libs Installed-Size: 2388 Maintainer: Ubuntu Developers Original-Maintainer: Daniel Baumann Architecture: amd64 Source: file Version: 5.09-2ubuntu0.6 Depends: libc6 (>= 2.15), zlib1g (>= 1:1.1.4) Suggests: file Filename: pool/main/libmagic1_5.09-2ubuntu0.6_amd64.deb Size: 217616 MD5Sum: e748156c84eb0e37d1e8cff9d034fbd5 SHA1: 38d9bc9a8993b4ec6e682e58df1835c51c31e23d SHA256: ca06935e3f28e9313b7a0fc470d9c9d2c04970a58f57f4de4eca62f4a2a929c9 SHA512: e051b1dd33b5b456ace1d7c96f2d28adae60086cb5c0e65ea682fdabbb673cc281bbea794b8cd7a29e28e2271187f5d7acadeb6256ad9c44d65b5300ab74dd64 Description: File type determination library using "magic" numbers This library can be used to classify files according to magic number tests. It implements the core functionality of the file command. Homepage: http://www.darwinsys.com/file/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: libmagickcore4-extra Priority: optional Section: libs Installed-Size: 205 Maintainer: Ubuntu Developers Original-Maintainer: ImageMagick Packaging Team Architecture: amd64 Source: imagemagick Version: 8:6.6.9.7-5ubuntu3.3 Provides: libmagickcore-extra Depends: libc6 (>= 2.4), libcairo2 (>= 1.2.4), libdjvulibre21 (>= 3.5.24), libglib2.0-0 (>= 2.12.0), libgraph4, libgvc5, libmagickcore4 (>= 8:6.6.9.7), libopenexr6 (>= 1.6.1), librsvg2-2 (>= 2.14.4), libwmf0.2-7 (>= 0.2.8.4), libxml2 (>= 2.7.4) Filename: pool/main/libmagickcore4-extra_6.6.9.7-5ubuntu3.3_amd64.deb Size: 50160 MD5Sum: f6a372d7ac9784982b7278f080803038 SHA1: 8ccfab58cd45cc0fb8b30c40fc4c2cfe1f97b130 SHA256: 80e951aeda03e356d6c586312be053dd246edcf8ba8bf7f3dd099db01c15048e SHA512: fbfdf7996898d1d271a507fda3c40dc537adfdd3313f0f4d67f215731d9a37efed116f6ce1437fa61d096cb9528ba56daa303e1a49181eab4c2fe1df3650c84b Description: low-level image manipulation library - extra codecs This package adds support for SVG, WMF, OpenEXR, DjVu and Graphviz to MagickCore. Enhances: libmagickcore4 Homepage: http://www.imagemagick.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-usb, kubuntu-full, kubuntu-active-full, edubuntu-usb, edubuntu-desktop-kde, edubuntu-desktop-gnome, ubuntustudio-video, ubuntustudio-graphics Package: libmagickcore4 Priority: optional Section: libs Installed-Size: 5663 Maintainer: Ubuntu Developers Original-Maintainer: ImageMagick Packaging Team Architecture: amd64 Source: imagemagick Version: 8:6.6.9.7-5ubuntu3.3 Depends: libbz2-1.0, libc6 (>= 2.14), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgomp1 (>= 4.2.1), libjasper1, libjpeg8 (>= 8c), liblcms1 (>= 1.15-1), liblqr-1-0 (>= 0.1.0), libltdl7 (>= 2.4.2), libpng12-0 (>= 1.2.13-4), libtiff4, libx11-6, libxext6, libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4), imagemagick-common Recommends: ghostscript, gsfonts Suggests: libmagickcore4-extra Filename: pool/main/libmagickcore4_6.6.9.7-5ubuntu3.3_amd64.deb Size: 1878882 MD5Sum: c705cb51def38f6175ce573e64d85eea SHA1: 1a20d2097a239f3fbf444f632f951c007ac0b220 SHA256: bc2ee73d89a2a469b9d892144c6b1073b74798f8f6890d6f17b4b75d59361ec1 SHA512: 3cd3d29bee36cfc2bcf98207d4ae6dbbc8b6333166b11c63280e0b8ffe264e8b21c43750e5ac55ca8b24bd00634a3e263bfad6ace41230d40caf03910a7ddc5f Description: low-level image manipulation library The MagickCore API is a low-level interface between the C programming language and the ImageMagick image processing libraries and is recommended for wizard-level programmers only. Unlike the MagickWand C API which uses only a few opaque types and accessors, with MagickCore you almost exlusively access the structure members directly. . This package contains the C libraries needed to run executables that make use of MagickCore. Homepage: http://www.imagemagick.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-usb, kubuntu-full, kubuntu-active-full, edubuntu-usb, edubuntu-desktop-kde, edubuntu-desktop-gnome, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, ubuntustudio-generation, ubuntustudio-video, ubuntustudio-graphics Package: libmagickwand4 Priority: optional Section: libs Installed-Size: 1181 Maintainer: Ubuntu Developers Original-Maintainer: ImageMagick Packaging Team Architecture: amd64 Source: imagemagick Version: 8:6.6.9.7-5ubuntu3.3 Depends: libc6 (>= 2.4), libgomp1 (>= 4.2.1), libmagickcore4 (>= 8:6.6.9.7), libx11-6, imagemagick-common Filename: pool/main/libmagickwand4_6.6.9.7-5ubuntu3.3_amd64.deb Size: 364288 MD5Sum: a4148453bd3a082d457b5bd34efe5409 SHA1: 7b9a18d0eb2ba38403a71a16eb51d6eab3302f25 SHA256: e324baacd90085298daaab66c0373e5a96a839d434bdfde62aec76cd41bc3488 SHA512: e7756cf20fba08a880365e4c3b16eccbb0cacfc976cee2dc7f6a8002fc7093df7a4325b37c20c764938d7550c3381a7c52198e043b94421c1799718f81d74480 Description: image manipulation library The MagickWand API is the recommended interface between the C programming language and the ImageMagick image processing libraries. Unlike the MagickCore C API, MagickWand uses only a few opaque types. Accessors are available to set or get important wand properties. . This package contains the C libraries needed to run executables that make use of MagickWand. Homepage: http://www.imagemagick.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-usb, kubuntu-full, kubuntu-active-full, edubuntu-usb, edubuntu-desktop-kde, edubuntu-desktop-gnome, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, ubuntustudio-generation, ubuntustudio-video, ubuntustudio-graphics Package: libmail-sendmail-perl Priority: optional Section: perl Installed-Size: 100 Maintainer: Ubuntu Core Developers Original-Maintainer: Debian Perl Group Architecture: all Version: 0.79.16-1 Depends: perl (>= 5.6.0-16), libsys-hostname-long-perl Filename: pool/main/libmail-sendmail-perl_0.79.16-1_all.deb Size: 26546 MD5Sum: 773c8b4c576f4a7ccf0c220d067750ac SHA1: 35f4c0122ca7ebdd96d6670cb1f1504b99fcdcc0 SHA256: 0a672b0a6bfc55befb25bcd6a3cab8698d7c4d315cfc5054691bbde51c81c457 SHA512: b22b4d22433295d7a233419df7100239792f167398887b33b814c22292fa1d079e47901700d7628688504c85e6a6ad447c5cb836e066532ef600e0cdbaa231be Description: Send email from a perl script Simple platform independent e-mail from your perl script. Only requires Perl 5, Sys::Hostname::Long, and a network connection. Homepage: http://search.cpan.org/dist/Mail-Sendmail/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libmailtools-perl Priority: optional Section: perl Installed-Size: 320 Maintainer: Ubuntu Developers Original-Maintainer: Anibal Monsalve Salazar Architecture: all Version: 2.08-1 Replaces: mailtools (<= 1.15-1) Provides: libmail-perl, mailtools Depends: perl, libnet-perl, libtimedate-perl Conflicts: mailtools (<= 1.15-1) Filename: pool/main/libmailtools-perl_2.08-1_all.deb Size: 83974 MD5Sum: 29606978198da15a22fa3acb68c2bb24 SHA1: 6c6719a857dd12e736bc20671c5a1c0fa470a2a4 SHA256: c42a44fc59f24c953ae8cbf2dc4a8220a2c6164483e5431d9c5a7ed169fc34b1 SHA512: 644308d5238033c06f94b1a147f0fb86dd3a4d06156aaa87ce7e10eb5e777dbcd2ce14b7e421f2c2a16bf89ca543d7666c31e0bfd8c8fee63e88bcf48a223ba3 Description: Manipulate email in perl programs This is a set of perl modules which provide an easy interface to manipulating email in an object-oriented fashion. Homepage: http://search.cpan.org/dist/MailTools/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libmemcached10 Priority: optional Section: libs Installed-Size: 226 Maintainer: Ubuntu Developers Original-Maintainer: Michael Fladischer Architecture: amd64 Source: libmemcached Version: 1.0.8-1ubuntu2 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Pre-Depends: multiarch-support Conflicts: libmemcached2, libmemcached3, libmemcached6, libmemcached9 Filename: pool/main/libmemcached10_1.0.8-1ubuntu2_amd64.deb Size: 112994 MD5Sum: 32131d929eca967ba772940d2039b52c SHA1: 5d681ef8f1a30059b3f3c91096c3a12ef1d377ec SHA256: 5e2f2e503544f37a4731e7d36a93422b65d48523dc518b80a77741afc74e7b7b SHA512: ca21901c160b09902b7d9853391cfa13f3e2d10cd13ae12f3bacbe4c200cdc1e793f2428e48efad1b08417cfe46322d0d07bb2ae42ae1ac89b50e35508827ccb Description: C and C++ client library to the memcached server libmemcached is a C and C++ client library to the memcached server (http://memcached.org/). It has been designed to be light on memory usage, thread safe, and provide full access to server side methods. . A few notes on its design: . * Synchronous and Asynchronous support. * Access to large object support. * Local replication. * TCP and Unix Socket protocols. * A half dozen or so different tuneable hash algorithms. * Implementations of the new cas, replace, and append operators. * Man pages written up on entire API. * Implements both modulo and consistent hashing solutions. * Tools to Manage your Memcached networks. . This package provides the libmemcached shared library itself. Multi-Arch: same Homepage: http://libmemcached.org/libMemcached.html Package: libmnl0 Priority: extra Section: universe/libs Installed-Size: 68 Maintainer: Ubuntu Developers Original-Maintainer: Anibal Monsalve Salazar Architecture: amd64 Source: libmnl Version: 1.0.1-1 Depends: libc6 (>= 2.3.4) Filename: pool/main/libmnl0_1.0.1-1_amd64.deb Size: 10380 MD5Sum: fda64c3732cd35741aac1d0bcd567dd5 SHA1: ffca3f1ab12717f1a5f1ef0d274662a48d242621 SHA256: 124c28454b1733fa471b7d19ab83d5f3894621480020ab22f36cc4d8c1f0301c SHA512: 62a923ca60ca71abdad9752067bcf80a7636f0d5aa881831895b498e4451ec29e4f9be7fedeb07a9bd37dfb6049908b8a59d926d75e8a1beba491b3bb209edf5 Description: minimalistic Netlink communication library libmnl is a minimalistic user-space library oriented to Netlink developers. There are a lot of common tasks in parsing, validating, constructing of both the Netlink header and TLVs that are repetitive and easy to get wrong. This library aims to provide simple helpers that allows you to re-use code and to avoid re-inventing the wheel. . The main features of this library are: . Small: the shared library requires around 30KB for an x86-based computer. . Simple: this library avoids complexity and elaborated abstractions that tend to hide Netlink details. . Easy to use: the library simplifies the work for Netlink-wise developers. It provides functions to make socket handling, message building, validating, parsing and sequence tracking, easier. . Easy to re-use: you can use the library to build your own abstraction layer on top of this library. . Decoupling: the interdependency of the main bricks that compose the library is reduced, i.e. the library provides many helpers, but the programmer is not forced to use them. Homepage: http://netfilter.org/projects/libmnl/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libmount1 Priority: required Section: libs Installed-Size: 248 Maintainer: Ubuntu Developers Original-Maintainer: LaMont Jones Architecture: amd64 Source: util-linux Version: 2.20.1-1ubuntu3.1 Depends: libblkid1 (>= 2.17.2), libc6 (>= 2.14), libselinux1 (>= 1.32) Pre-Depends: multiarch-support Filename: pool/main/libmount1_2.20.1-1ubuntu3.1_amd64.deb Size: 71486 MD5Sum: ca80d243027eb9e44504ffa42f656931 SHA1: 84d3314177aa069f817b6c6c139a03bf75501cb9 SHA256: 29a2877a5b923724642b7f6d0f8da331153b283c7e6520594f3265c3926ea285 SHA512: 1a1d52259dfa37095fa810ec4e27584efd5d5c6636c406d8352e30b8ca7c150f96ee05af7398514424f9978a5369d586e40a3aaa321c880d3cd7fe4ea33e4abe Description: block device id library The device mounting library, used by mount and mount helpers. Multi-Arch: same Homepage: http://userweb.kernel.org/~kzak/util-linux/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: libmpc2 Priority: extra Section: libs Installed-Size: 118 Maintainer: Ubuntu Developers Original-Maintainer: Laurent Fousse Architecture: amd64 Source: mpclib Version: 0.9-4 Depends: libc6 (>= 2.3.4), libgmp10, libmpfr4 Pre-Depends: multiarch-support Filename: pool/main/libmpc2_0.9-4_amd64.deb Size: 39484 MD5Sum: 62b8ca132ccdaae61e87904332951b0c SHA1: 7bc7997078d72758e7568cf3eccfb4d4f4abc64c SHA256: 95f7d3525356b56d615b5c9899945bdd081d3740e3666a180db14bb685da521d SHA512: 33ddacba4e4710971de24e059051e035f6fcdeefa33b0fcfd39e0c18fa5b87e490e91ea5d84f08b217a4a2fbff8ebf57fc2b809171a8b0d5194c4794513ded28 Description: multiple precision complex floating-point library MPC is a portable library written in C for arbitrary precision arithmetic on complex numbers providing correct rounding. For the time being, it contains all arithmetic operations over complex numbers, the exponential and the logarithm functions, the trigonometric and hyperbolic functions. . Ultimately, it should implement a multiprecision equivalent of the ISO C99 standard. . It builds upon the GNU MP and the MPFR libraries. Multi-Arch: same Homepage: http://www.multiprecision.org/mpc/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Build-Essential: yes Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: libmpfr4 Priority: optional Section: libs Installed-Size: 747 Maintainer: Ubuntu Developers Original-Maintainer: Laurent Fousse Architecture: amd64 Source: mpfr4 Version: 3.1.0-3ubuntu2 Depends: libc6 (>= 2.14), libgmp10 Pre-Depends: multiarch-support Conflicts: libgmp3 (<< 4.1.4-3) Filename: pool/main/libmpfr4_3.1.0-3ubuntu2_amd64.deb Size: 200654 MD5Sum: cbb3b51c674c0b16c52ae1ccbcfd7fc4 SHA1: 7bdbee0f5627be7108a40c6110302406fdc9e819 SHA256: 3f65f36143f9acf139b5d25190668605ad1056a58a5228b8ee6e87a5156713bb SHA512: a4d72cc17f76e442211768cc88079cd483a2ba618c1d5701135234e630ff65622cc071294c60f1bba28e01f99dc8ea8f4484a975ea2471e8f51919e63b3c275e Description: multiple precision floating-point computation MPFR provides a library for multiple-precision floating-point computation with correct rounding. The computation is both efficient and has a well-defined semantics. It copies the good ideas from the ANSI/IEEE-754 standard for double-precision floating-point arithmetic (53-bit mantissa). Multi-Arch: same Homepage: http://www.mpfr.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Build-Essential: yes Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: libmysqlclient18 Priority: optional Section: libs Installed-Size: 3462 Maintainer: Ubuntu Developers Original-Maintainer: Debian MySQL Maintainers Architecture: amd64 Source: mysql-5.5 Version: 5.5.44-0ubuntu0.12.04.1 Depends: mysql-common (>= 5.5.44-0ubuntu0.12.04.1), libc6 (>= 2.14), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Filename: pool/main/libmysqlclient18_5.5.44-0ubuntu0.12.04.1_amd64.deb Size: 950724 MD5Sum: 2d03ebff2be7060f5f0c98a35e02ec98 SHA1: 56150536e8955c498861014d5a4a84d7165933b6 SHA256: afdd921926888c546de1c3b466dd633c142f8d628e9f7adfa819c9257c1bab25 SHA512: 0df195d2c1c3fd6692839062316f1564ad1c89f5e2362b573c19152a6aa17a259d4de5862e1f1796d7b3f70d73300fee6a8705eb027f63fefe8c10dfaa4649ae 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/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: lamp-server, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop-kde, edubuntu-desktop-gnome, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, ubuntustudio-generation, ubuntustudio-video, ubuntustudio-audio-plugins, ubuntustudio-recording Package: libncurses5 Priority: required Section: libs Installed-Size: 471 Maintainer: Ubuntu Developers Original-Maintainer: Craig Small Architecture: amd64 Source: ncurses Version: 5.9-4 Depends: libtinfo5 (= 5.9-4), libc6 (>= 2.4) Pre-Depends: multiarch-support, libtinfo5 (>= 5.9-3) Recommends: libgpm2 Filename: pool/main/libncurses5_5.9-4_amd64.deb Size: 113520 MD5Sum: 9cdfb382f754df2445d88fe1c03a6252 SHA1: 139c25953398a623ebd2ae6c2cda3f99ee7a54a0 SHA256: 689d92a01034549677a8d6746a98f99b3638655f6697883b09dc2be8bdc2912a SHA512: 6568a1f04161bdc8892f552b35a2556c210fb881a30eb36ac33d9b1973433a6e7060905c97ce72d8902934d8a8e29b6d7ad023394077f18c9ea5f18ce9648c84 Description: shared libraries for terminal handling The ncurses library routines are a terminal-independent method of updating character screens with reasonable optimization. . This package contains the shared libraries necessary to run programs compiled with ncurses. Multi-Arch: same Homepage: http://invisible-island.net/ncurses/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: libncursesw5 Priority: required Section: libs Installed-Size: 527 Maintainer: Ubuntu Developers Original-Maintainer: Craig Small Architecture: amd64 Source: ncurses Version: 5.9-4 Depends: libtinfo5 (= 5.9-4), libc6 (>= 2.4) Pre-Depends: multiarch-support Recommends: libgpm2 Filename: pool/main/libncursesw5_5.9-4_amd64.deb Size: 137058 MD5Sum: b5008e9638347391ba03a0045dc3ca10 SHA1: 69f367ba5cc599c3e3ccec9491dd76c4e297b80f SHA256: 7d5ac08b63289143a83a040d9a6a64a88fc4b68ed28ef2e61aeee58027950049 SHA512: 8c52317222717e44f0a24b2fefbe14602a26dfee099382dad36068b8992249361a2ea000b5688a4e349eadaf7f0fd8c9a96a69048e08802e946e85594e44891f Description: shared libraries for terminal handling (wide character support) The ncurses library routines are a terminal-independent method of updating character screens with reasonable optimization. . This package contains the shared libraries necessary to run programs compiled with ncursesw, which includes support for wide characters. Multi-Arch: same Homepage: http://invisible-island.net/ncurses/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: libnet-daemon-perl Priority: extra Section: perl Installed-Size: 148 Maintainer: Ubuntu Developers Original-Maintainer: Anibal Monsalve Salazar Architecture: all Version: 0.48-1 Depends: perl Filename: pool/main/libnet-daemon-perl_0.48-1_all.deb Size: 43056 MD5Sum: 6bda26920c00df4a59db9babdf20a957 SHA1: 70c6446ddfa400dbb4e56dcfac3e2644d4061a9a SHA256: 1a59762ca38655ac0f55bb9b3050fcab0725ae15db584223330a440da81f18b3 SHA512: 18ddc26f00bf153d0132859aa6e09ae10c08a2b5a5d4cf5b75bfae1d59fa0ce33a7a8a7d26aca2c6eb1ff9f4f212f676c65b9bf3081b1542ab4f1e94eb20387f Description: Perl module for building portable Perl daemons easily Net::Daemon is an abstract base class for implementing portable server applications in a very simple way. The module is designed for Perl 5.005 and threads, but can work with fork() and Perl 5.004. Homepage: http://search.cpan.org/dist/Net-Daemon/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libnet-dns-perl Priority: optional Section: perl Installed-Size: 641 Maintainer: Ubuntu Developers Original-Maintainer: Florian Hinzmann Architecture: amd64 Version: 0.66-2ubuntu3 Depends: perl (>= 5.14.2-3build1), perlapi-5.14.2, libc6 (>= 2.4), libdigest-hmac-perl (>= 1), libmime-base64-perl, libnet-ip-perl (>= 1.2) Suggests: libio-socket-inet6-perl Filename: pool/main/libnet-dns-perl_0.66-2ubuntu3_amd64.deb Size: 274734 MD5Sum: f390c4aeadde5e29b99b812c80fb041e SHA1: 6c9e51c6fe45eb035f8922433ea998dfa4576d61 SHA256: c24334d9f20c990d6ac534212dacd94f89f2942a9da764e477b60fb92f680393 SHA512: 79e3cda77f5730047fa918319d2558231c896ec1a16e2aefeacee8a3a2362bfed41b2514b6cfc18e58fb9fee80d3e3736bf228e03ce33fa35d8933af3aa8828e Description: Perform DNS queries from a Perl script Net::DNS is a DNS resolver implemented in Perl. It allows the programmer to perform nearly any type of DNS query from a Perl script. With libio-socket-inet6-perl installed it supports IPv6. Homepage: http://www.net-dns.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master Package: libnet-domain-tld-perl Priority: optional Section: perl Installed-Size: 72 Maintainer: Ubuntu Developers Original-Maintainer: Debian Perl Group Architecture: all Version: 1.69-1 Depends: perl Filename: pool/main/libnet-domain-tld-perl_1.69-1_all.deb Size: 10876 MD5Sum: 0d416970a99dd5888037e6e21a8c6487 SHA1: 82a05d71483f2020f710289166814c83088f0f06 SHA256: 44bb7a6403e50c44b2eca51cd0743d117f38634be5751ccfc6e42c922009861d SHA512: e9783c02c4c5742dce6cebfa378a4c6e378e71e3c17964cb15d396d84820fd559aaf1c12116ed228bab7aac28a023752803774b9fdd9177876de617ebc94ebe2 Description: Perl module for retrieving a list of currently available TLDs The purpose of Net::Domain::TLD is to provide the user with a current list of available top level domain names including new ICANN additions and ccTLDs. It provides two functions: . - tld_exists - returns whether a certain top-level domain exists - tld - returns various lists of top-level domains Homepage: http://search.cpan.org/dist/Net-Domain-TLD/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libnet-http-perl Priority: optional Section: perl Installed-Size: 85 Maintainer: Ubuntu Developers Original-Maintainer: Debian Perl Group Architecture: all Version: 6.02-1 Replaces: libwww-perl (<< 6.00) Depends: perl Recommends: libio-socket-ssl-perl (>= 1.38) Breaks: libwww-perl (<< 6.00) Filename: pool/main/libnet-http-perl_6.02-1_all.deb Size: 23510 MD5Sum: e610d69f5e72b197d8f8af29e2b8314e SHA1: 13a699055dd3f17a5faaac3a066dc76b5f19133d SHA256: 4afe80b68c2b0335a95f78abd9beb2ed5374177eb7c14314d67c76902ff6b29d SHA512: 6b8609fc0ad74b69db46df7aad67c6797b3bee59ebad6b6e390345b1adf95f7c908cd5cdaa42b7bb118ba4733275ed6e180a3331ccaf1b0c6b805145f20e27b0 Description: module providing low-level HTTP connection client The Net::HTTP class is a low-level HTTP client. An instance of the Net::HTTP class represents a connection to an HTTP server. The HTTP protocol is described in RFC 2616. The Net::HTTP class supports HTTP/1.0 and HTTP/1.1. Net::HTTP is a sub-class of IO::Socket::INET. You can mix its methods with reading and writing from the socket directly. This is not necessarily a good idea, unless you know what you are doing. Homepage: http://search.cpan.org/dist/Net-HTTP/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libnet-ip-perl Priority: optional Section: perl Installed-Size: 144 Maintainer: Ubuntu Developers Original-Maintainer: Debian Perl Group Architecture: all Version: 1.25-3 Depends: perl Filename: pool/main/libnet-ip-perl_1.25-3_all.deb Size: 28074 MD5Sum: eb59d0bc3c0f7fd6261937685015f93b SHA1: a36fee218cb32885133942fade1b61772209bcc8 SHA256: 8613cbbfb3350ad71a9be41e34e852572cf0037b1bdf85962f50dcbc926f4ac9 SHA512: 45a2444442e533845d0bc7decd53f9255d3bad3a5312e7ec1274745d898ee04ebb59d289190ff8eeb60b80152fb7e0589f513f591ba855f76f2d7b77fbe7c9b8 Description: Perl extension for manipulating IPv4/IPv6 addresses Net::IP provides functions to deal with IPv4/IPv6 addresses. The module can be used as a class, allowing the user to instantiate IP objects, which can be single IP addresses, prefixes, or ranges of addresses. There is also a procedural way of accessing most of the functions. Most subroutines can take either IPv4 or IPv6 addresses transparently. Homepage: http://search.cpan.org/dist/Net-IP/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libnet-libidn-perl Priority: optional Section: perl Installed-Size: 96 Maintainer: Ubuntu Developers Original-Maintainer: Debian Perl Group Architecture: amd64 Version: 0.12.ds-1build2 Depends: perl (>= 5.14.2-3build1), perlapi-5.14.2, libc6 (>= 2.2.5), libidn11 (>= 1.13) Filename: pool/main/libnet-libidn-perl_0.12.ds-1build2_amd64.deb Size: 19624 MD5Sum: 5ef9a9bde2420dac66d1e7502800702c SHA1: b8f4734b050184c4f7e3d14e0e1194d6579d8dc6 SHA256: 4b432b48cb6240d42088602a95b1c59fa3962e0fb534350bda8db9127f2374e1 SHA512: c6cb57043fbbdad9709f8e065d9432b1490b832b3ba41318260610ade81719743b28d4c2b8065667aff3f88c10448889cd26aaaf5e5c6ddf8c7f6c500c25847b Description: Perl bindings for GNU Libidn Provides bindings for GNU Libidn, a C library for handling Internationalized Domain Names according to IDNA (RFC 3490), in a way very much inspired by Turbo Fredriksson's PHP-IDN. Homepage: http://search.cpan.org/dist/Net-LibIDN/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 18m Package: libnet-ssleay-perl Priority: optional Section: perl Installed-Size: 604 Maintainer: Ubuntu Developers Original-Maintainer: Debian Perl Group Architecture: amd64 Version: 1.42-1build1 Depends: perl (>= 5.14.2-3build1), perlapi-5.14.2, libc6 (>= 2.4), libssl1.0.0 (>= 1.0.0) Suggests: libmime-base64-perl Filename: pool/main/libnet-ssleay-perl_1.42-1build1_amd64.deb Size: 187832 MD5Sum: baf9ca385c0be796e36537dfc3b851b2 SHA1: d06fd17a3ba6d1eb42e0e219e9bb4991c88c35e1 SHA256: b0c4e89f9bca2343d434eac1e4b965aa051d0ec2b12779a36a86df101bd4d44b SHA512: 15f73185db32c104610518e416d3bdd2b748e432470f194394236b514ef5e9a5c2c8c4d4597a5328f9a9e90be9854ce8c93dbeec1678dbf732ae581ab38d9c3a Description: Perl module for Secure Sockets Layer (SSL) Net::SSLeay.pm is a perl module that allows you to call Secure Sockets Layer (SSL) functions of the SSLeay library directly from your perl scripts. It is useful if you want to program robots that access secure web servers or if you want to build your own applications over SSL encrypted tunnels. If you just want to view web pages on https servers, you do not need this - your web browser already knows to do that. Homepage: http://search.cpan.org/dist/Net-SSLeay/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop-kde, edubuntu-desktop-gnome, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, lubuntu-desktop, ubuntustudio-desktop Package: libnet-telnet-perl Priority: optional Section: perl Installed-Size: 200 Maintainer: Ubuntu Core Developers Original-Maintainer: Debian Perl Project Architecture: all Version: 3.03-3 Depends: perl (>= 5.6.0-16) Filename: pool/main/libnet-telnet-perl_3.03-3_all.deb Size: 52106 MD5Sum: 658847a097aab4233f2e6f66c210f970 SHA1: 5be26daf6daa67f4b3fd9b38555b097ea4545a74 SHA256: 5f6a51660a333348098a6128c815e9930bf7a8a1b2dc08d62fa834d6f832bd0c SHA512: 7e3ffd8ab40012d6742b31ad21824cb7cc0c955356861bddbfcbb737c5ad80636b3b9e43bc8688937d3c1a62d1108937723ceda47c0195fd41820198270c679a Description: Script telnetable connections Net::Telnet allows you to make client connections to a TCP port and do network I/O, especially to a port using the TELNET protocol. Simple I/O methods such as print, get, and getline are provided. More sophisticated interactive features are provided because connecting to a TELNET port ultimately means communicating with a program designed for human interaction. These interactive features include the ability to specify a timeout and to wait for patterns to appear in the input stream, such as the prompt from a shell. Homepage: http://search.cpan.org/dist/Net-Telnet/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libnet1 Priority: optional Section: libs Installed-Size: 157 Maintainer: Ubuntu Developers Original-Maintainer: Stefanos Harhalakis Architecture: amd64 Source: libnet Version: 1.1.4-2.1 Depends: libc6 (>= 2.4) Filename: pool/main/libnet1_1.1.4-2.1_amd64.deb Size: 49378 MD5Sum: 4e2a8b8cc2c51db7c447ead903e7da94 SHA1: 3e4e910f9c554ca21d200d838b985127415636d2 SHA256: 3041daf4db358374b864204fb6d3f0c2ea29974cbd1830ddcffece59f3aff608 SHA512: 70532b90adf86d27ccf6f50d11052004b32a5b5e5960681b48c0f15071c9e843c35530b358a40f70f1d83380656d537154d1bb8ec1f4c5bbd108daf5f095518c Description: library for the construction and handling of network packets libnet provides a portable framework for low-level network packet writing and handling. . libnet features portable packet creation interfaces at the IP layer and link layer, as well as a host of supplementary functionality. . Using libnet, quick and simple packet assembly applications can be whipped up with little effort. With a bit more time, more complex programs can be written (Traceroute and ping were easily rewritten using libnet and libpcap). . This package contains the shared library. Homepage: http://libnet-dev.sourceforge.net/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: libnetcf1 Priority: extra Section: universe/libs Installed-Size: 205 Maintainer: Serge Hallyn Architecture: amd64 Source: netcf Version: 0.1.9-2ubuntu3.2 Depends: libaugeas0 (>= 0.6.0), libc6 (>= 2.14), libnl-3-200 (>= 3.2.3), libnl-route-3-200, libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), augeas-lenses Filename: pool/main/libnetcf1_0.1.9-2ubuntu3.2_amd64.deb Size: 51668 MD5Sum: e312715d6243241ba0df534e9bc48aa4 SHA1: 805f1fe547fbaebf5c2cde7bd1bf1d89e30035be SHA256: 86bbb06e71a4dac7e882d35e272256b88256fef002c35c0755bc9da80a8672d5 SHA512: 50c1d769bf4266524e6a0bd06683bc0ad1ebf71801f05230d1e6695b2fb6abeb27d4ec1ba421ebcf1c4d88b64d6d126be847df958b13716dea0a38da4db37e90 Description: cross-platform network configuration library Netcf is a library used to modify the network configuration of a system. Network configurations are expressed in a platform-independent XML format, which netcf translates into changes to the system's 'native' network configuration files. Homepage: https://fedorahosted.org/netcf/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libnetfilter-conntrack3 Priority: extra Section: libs Installed-Size: 115 Maintainer: Ubuntu Developers Original-Maintainer: Alexander Wirt Architecture: amd64 Source: libnetfilter-conntrack Version: 0.9.1-1ubuntu1 Depends: libc6 (>= 2.4), libnfnetlink0 (>= 1.0.0) Filename: pool/main/libnetfilter-conntrack3_0.9.1-1ubuntu1_amd64.deb Size: 34370 MD5Sum: 54bbf8d06a825211de693ee4547120b0 SHA1: bc0a150a7b6c522fc100fb6fbf2fe9ae3a4ea119 SHA256: aad4459837c1f94e949b0ad2949c8cdee6ff3418609b517163486fa489461103 SHA512: f6048989cbc217217f78232be48e207f7d3fe9bf9c258da84c35fa285e2b62ccedcca89e09e77e01ae125889a9534a1dd2d74ebc0b045bb2ef839f162abb568e Description: Netfilter netlink-conntrack library libnetfilter_conntrack is a userspace library providing a programming interface (API) to the in-kernel connection tracking state table. Homepage: http://www.netfilter.org/projects/libnetfilter_conntrack/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: virt-host, ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-full, kubuntu-active-desktop, kubuntu-active-full, kubuntu-active, edubuntu-desktop, edubuntu-usb, edubuntu-desktop-kde, xubuntu-desktop, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, lubuntu-desktop, ubuntustudio-desktop Package: libnetpbm10 Priority: optional Section: libs Installed-Size: 196 Maintainer: Ubuntu Developers Original-Maintainer: Andreas Barth Architecture: amd64 Source: netpbm-free Version: 2:10.0-15 Depends: libc6 (>= 2.7) Filename: pool/main/libnetpbm10_10.0-15_amd64.deb Size: 67474 MD5Sum: fb7be8e53367b0d33136df375c2dbb77 SHA1: 5d4ad072914692e1862016241935b97079f84029 SHA256: e42de1eabf441787718a5ec6c5403c83eb9d364795207f91875e964d54e4c7e1 SHA512: 81cfb293a7fd855ac2a46b03eea4e01429ec695d9da7290c36d578698b859bbf8fcb659a556360807eb73c384f7c26e9d429c0264bdd017178aee7bb0ce667f7 Description: Graphics conversion tools shared libraries This package contains the shared libraries used by netpbm. Homepage: http://netpbm.alioth.debian.org Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-usb, kubuntu-full, kubuntu-active-full, edubuntu-usb, edubuntu-desktop-kde, edubuntu-desktop-gnome, ubuntustudio-video, ubuntustudio-graphics Package: libnewt0.52 Priority: important Section: libs Installed-Size: 184 Maintainer: Ubuntu Developers Original-Maintainer: Alastair McKinstry Architecture: amd64 Source: newt Version: 0.52.11-2ubuntu10 Replaces: libnewt-utf8, libnewt0, libnewt0.51 Depends: libc6 (>= 2.15), libslang2 (>= 2.0.7-1) Recommends: libfribidi0 Conflicts: libnewt0.51 Filename: pool/main/libnewt0.52_0.52.11-2ubuntu10_amd64.deb Size: 47320 MD5Sum: 79cfec8fc909b336cc6e4d4f4eacfda4 SHA1: 257527465bb187db32a729f0a3a30de8c8452a9e SHA256: 05235481c1a8d2c36e9b64688dd975b9240915fdc255bfeb66e2a8c0441f6649 SHA512: a050eda2202067300168e1ecafdd12df088a3e8b88ab0fae43d135f84bb10160de732f9bc405fb0d4413b13735cea892f23a4973fed29a31d5d7cf01c38fd4bf Description: Not Erik's Windowing Toolkit - text mode windowing with slang Newt is a windowing toolkit for text mode built from the slang library. It allows color text mode applications to easily use stackable windows, push buttons, check boxes, radio buttons, lists, entry fields, labels, and displayable text. Scrollbars are supported, and forms may be nested to provide extra functionality. This package contains the shared library for programs that have been built with newt. Homepage: https://fedorahosted.org/newt/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: libnfnetlink0 Priority: standard Section: libs Installed-Size: 76 Maintainer: Ubuntu Developers Original-Maintainer: netfilter maintainers Architecture: amd64 Source: libnfnetlink Version: 1.0.0-1 Depends: libc6 (>= 2.4) Filename: pool/main/libnfnetlink0_1.0.0-1_amd64.deb Size: 14296 MD5Sum: fc110df8baa77cadb6d899f3aefd69fe SHA1: 6a50de039e3b3c56f616bd1d82d794e54850b4e0 SHA256: 69d5c469099a49c65abf12ad7868b9687f95b7db03bcd7248078aa3e8b59776d SHA512: 4db93422a853e184c24dbd37b72b01ee39e64d17fec96b1664b58cba7797dea3028847d6e44f8360b5108f06d88a6ae482d1b3593c71999a14ab01da181acfbc Description: Netfilter netlink library libnfnetlink is the low-level library for netfilter related kernel/userspace communication. It provides a generic messaging infrastructure for in-kernel netfilter subsystems (such as nfnetlink_log, nfnetlink_queue, nfnetlink_conntrack) and their respective users and/or management tools in userspace. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master Package: libnfsidmap2 Priority: optional Section: libs Installed-Size: 119 Maintainer: Ubuntu Developers Original-Maintainer: Anibal Monsalve Salazar Architecture: amd64 Source: libnfsidmap Version: 0.25-1ubuntu2 Replaces: nfs-common (<< 1:1.2.2-1) Depends: libc6 (>= 2.14), libldap-2.4-2 (>= 2.4.7) Conflicts: libnfsidmap1 Filename: pool/main/libnfsidmap2_0.25-1ubuntu2_amd64.deb Size: 32008 MD5Sum: 5bc3fac2547e141392bfaa3975dd775e SHA1: d87170890fff5ee92b679c777ed11b48803fc13b SHA256: 63b2a181259a93cb7d3735c942bb4b424c1a0123a0582860549dc4cc8cd992e3 SHA512: 3f1bf3b9ed5875bea977f024e8ef74964d0dd71b9a926cc1b4ad2c4085b8d40104715815ddd164f20a8936c67d56269444a637cb9c930b84dae14047ef7794f0 Description: NFS idmapping library libnfsidmap provides functions to map between NFSv4 names (which are of the form user@domain) and local uid's and gid's. Homepage: http://www.citi.umich.edu/projects/nfsv4/linux/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: libnih-dbus1 Priority: required Section: libs Installed-Size: 68 Maintainer: Ubuntu Developers Original-Maintainer: Scott James Remnant Architecture: amd64 Source: libnih Version: 1.0.3-4ubuntu9.1 Depends: libnih1 (= 1.0.3-4ubuntu9.1), libc6 (>= 2.3.4), libdbus-1-3 (>= 1.2.16) Pre-Depends: multiarch-support Filename: pool/main/libnih-dbus1_1.0.3-4ubuntu9.1_amd64.deb Size: 15968 MD5Sum: 9f1497824459a398c32076a83c54ea03 SHA1: 6bbdf56a625ec9a404603dd80a77c330d6790ea9 SHA256: 942988370a110e470d2bf5f19ff77f53337abc0d825966b892de2b1a8d9269bb SHA512: a66be41134b3b0bd718ad4be6eb0bbbec8ece888856d964a40835f9d45bd36ca75253ba5a2accfdddab9f37192345525e95df51f06d935793b6237c43b7bb06e Description: NIH D-Bus Bindings Library libnih-dbus is a D-Bus bindings library that integrates with the main loop provided by libnih. . This package contains the shared library. Multi-Arch: same Homepage: https://launchpad.net/libnih Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: libnih1 Priority: required Section: libs Installed-Size: 145 Maintainer: Ubuntu Developers Original-Maintainer: Scott James Remnant Architecture: amd64 Source: libnih Version: 1.0.3-4ubuntu9.1 Pre-Depends: multiarch-support, libc6 (>> 2.15), libc6 (<< 2.16) Filename: pool/main/libnih1_1.0.3-4ubuntu9.1_amd64.deb Size: 54788 MD5Sum: c01ccbbfbe86f6399e7f579119b99cec SHA1: 1f3749b4a87ed3b22c4f3cb801fa84159b9f645c SHA256: 8674ea3a1a7ae490f2b9f2bbc791183a5564f1b5e2e94316c32e60d7b47c1a81 SHA512: da3670ad82c8aab9a0700cc884f5e44cd14804278ef5b502cc38ef0e8e615e7fb5a61d0304730dbeb096a5caa8cdd4e27cb8fc19f18736f07c71021f44942cf3 Description: NIH Utility Library libnih is a light-weight "standard library" of C functions to ease the development of other libraries and applications, especially those normally found in /lib. . This package contains the shared library. Multi-Arch: same Homepage: https://launchpad.net/libnih Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: libnl-3-200 Priority: optional Section: libs Installed-Size: 146 Maintainer: Ubuntu Developers Original-Maintainer: Heiko Stuebner Architecture: amd64 Source: libnl3 Version: 3.2.3-2ubuntu2 Depends: libc6 (>= 2.14) Filename: pool/main/libnl-3-200_3.2.3-2ubuntu2_amd64.deb Size: 46594 MD5Sum: df0fc55f29c92ed6912d3813028f6260 SHA1: 77620130339752ab6585da03a4c7cf8e8f045054 SHA256: c69b6312462465d807c5073cfe519ed82e76ae18c26a44012f39be7363adc3bf SHA512: ae3c9e83ca5edb9a9577c2aa99fc3ba741a8140126c8efc7d0fcd9f99c8807f44fc0e291e2804d701f794d0883b5b9fb913bee132c3c598a557097b56bd56599 Description: library for dealing with netlink sockets This is a library for applications dealing with netlink sockets. The library provides an interface for raw netlink messaging and various netlink family specific interfaces. Homepage: http://people.suug.ch/~tgr/libnl/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: virt-host, ubuntu-desktop, ubuntu-usb, server, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: libnl-genl-3-200 Priority: optional Section: libs Installed-Size: 59 Maintainer: Ubuntu Developers Original-Maintainer: Heiko Stuebner Architecture: amd64 Source: libnl3 Version: 3.2.3-2ubuntu2 Depends: libnl-3-200 (= 3.2.3-2ubuntu2), libc6 (>= 2.4) Filename: pool/main/libnl-genl-3-200_3.2.3-2ubuntu2_amd64.deb Size: 10020 MD5Sum: cfdd22b11836ed60e0d3b948cccef4e8 SHA1: ef1fabfe156e66e94e3a6bbd50ac32f7d025a968 SHA256: 1b20e715db905383c90e78ff59a7ffefead2d710306351831c3b6b4c962b215a SHA512: ccf5eabfb9571b561c2a63867ea8925dda14912f50488c797ee6749008c61395e13600b8575630e0c27d54c3b852c784c5961cdf1750b4055a53fa856bf97855 Description: library for dealing with netlink sockets - generic netlink This is a library for applications dealing with netlink sockets. The library provides an interface for raw netlink messaging and various netlink family specific interfaces. . API to the generic netlink protocol, an extended version of the netlink protocol. Homepage: http://people.suug.ch/~tgr/libnl/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, server, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: libnl-route-3-200 Priority: optional Section: libs Installed-Size: 307 Maintainer: Ubuntu Developers Original-Maintainer: Heiko Stuebner Architecture: amd64 Source: libnl3 Version: 3.2.3-2ubuntu2 Depends: libnl-3-200 (= 3.2.3-2ubuntu2), libc6 (>= 2.14) Filename: pool/main/libnl-route-3-200_3.2.3-2ubuntu2_amd64.deb Size: 107786 MD5Sum: 7867126e39bc3d5075ae3cd318b4939f SHA1: e3e87957151a1259b5cfd2df10d57d35d8a76732 SHA256: 7d038c5d3ac1b14e3a40c5fe1c315d9d397d81380f139e6faa4e7fda06927349 SHA512: 74c35cb58b46c15002e77340f31deed901047e4d1e8168b3431bcd207f23da10187ac8956b19cb4738c6e4bdffefbdf50ff9ea93e5e843a85f9698e52783a824 Description: library for dealing with netlink sockets - route interface This is a library for applications dealing with netlink sockets. The library provides an interface for raw netlink messaging and various netlink family specific interfaces. . API to the configuration interfaces of the NETLINK_ROUTE family. Homepage: http://people.suug.ch/~tgr/libnl/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, edubuntu-desktop-kde, xubuntu-desktop, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, lubuntu-desktop, ubuntustudio-desktop Package: libnl1 Priority: optional Section: universe/libs Installed-Size: 386 Maintainer: Ubuntu Developers Original-Maintainer: Michael Biebl Architecture: amd64 Source: libnl Version: 1.1-7 Depends: libc6 (>= 2.8) Pre-Depends: multiarch-support Filename: pool/main/libnl1_1.1-7_amd64.deb Size: 134506 MD5Sum: adc41ca9f5a249565b424a2e7e4c8d75 SHA1: 27285ddaa49191cf769e9d176fb85c7c4669e120 SHA256: 34162ae3b04cbf6049d8bd0843b9da751152cba61ab1f7f832bb609292ada73b SHA512: b62b17031aeff1f4eed4388d025d2550b44af0f1df16eed3e650a98b54fe6a89613902cafa79c75901fc3111d78f25a8e5ca71b9ab31af906b5219dc7e2720ad Description: library for dealing with netlink sockets This is a library for applications dealing with netlink sockets. The library provides an interface for raw netlink messaging and various netlink family specific interfaces. Multi-Arch: same Homepage: http://www.infradead.org/~tgr/libnl/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libnspr4 Priority: optional Section: libs Installed-Size: 369 Maintainer: Ubuntu Mozilla Team Original-Maintainer: Maintainers of Mozilla-related packages Architecture: amd64 Source: nspr Version: 4.10.7-0ubuntu0.12.04.1 Replaces: libnspr4-0d (<< 4.8.7) Depends: libc6 (>= 2.15) Pre-Depends: multiarch-support Conflicts: evolution-documentation-cs, evolution-documentation-de, evolution-documentation-el, evolution-documentation-en, evolution-documentation-es, evolution-documentation-fr, evolution-documentation-mk, evolution-documentation-oc, evolution-documentation-ru, evolution-documentation-sv, language-support-translations-cs, language-support-translations-de, language-support-translations-el, language-support-translations-en, language-support-translations-es, language-support-translations-fr, language-support-translations-mk, language-support-translations-oc, language-support-translations-ru, language-support-translations-sv, libnspr4-0d (<< 4.8.7) Breaks: evolution-plugins (<< 3.2.0-0ubuntu2) Filename: pool/main/libnspr4_4.10.7-0ubuntu0.12.04.1_amd64.deb Size: 141628 MD5Sum: a19199b361d70a7c4c539512dc4e9ff1 SHA1: 6e6eacb4997b165d1b18be725601deacb7b55066 SHA256: 79688c29e48fe26f9b9dc65c0423b3eefd680c8b5808824dea7d264e4404b3bf SHA512: fa5c4fe4f495dfbbbf5c0985c8fc34563ed69cfc9184d7a88576bc9e9f925080fa40970b651bfdc0d106a18556816a370caed7446ad3a76486888707c34484e2 Description: NetScape Portable Runtime Library This library provides platform independent non-GUI operating system facilities including: * threads, * thread synchronisation, * normal file I/O and network I/O, * interval timing and calendar time, * basic memory management (malloc and free), * shared library linking. Multi-Arch: same Homepage: http://www.mozilla.org/projects/nspr/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: virt-host, ubuntu-desktop, tomcat-server, ubuntu-usb, kubuntu-desktop, kubuntu-full, kubuntu-active-desktop, kubuntu-active-full, kubuntu-active, edubuntu-desktop, edubuntu-usb, edubuntu-desktop-kde, xubuntu-desktop, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, lubuntu-desktop, ubuntustudio-desktop Package: libnss3-tools Priority: optional Section: universe/admin Installed-Size: 1012 Maintainer: Ubuntu Mozilla Team Original-Maintainer: Maintainers of Mozilla-related packages Architecture: amd64 Source: nss Version: 3.19.2-0ubuntu0.12.04.1 Depends: libc6 (>= 2.4), libnspr4 (>= 4.7.0~1.9b1), libnss3 (>= 3.16.2), zlib1g (>= 1:1.1.4) Filename: pool/main/libnss3-tools_3.19.2-0ubuntu0.12.04.1_amd64.deb Size: 424858 MD5Sum: d72d62530e11d6342214bc944ca2a4cf SHA1: fd414196bf33cb1077f83ed621914b10deb2cd44 SHA256: dfd127994dd72503445ef83aa8609f43a3437ec1a598ae7dcf643f37a80cc510 SHA512: ed35ac272dcb0d13ced079809d7419e7e0a3bbb9a9aad7149791a3580ad8d35b231e9dd9387711c3d88275e9bdde97fc9f4ff94d1d7f5bfd0a8629be8c1be335 Description: Network Security Service tools This is a set of tools on top of the Network Security Service libraries. This package includes: * certutil: manages certificate and key databases (cert7.db and key3.db) * modutil: manages the database of PKCS11 modules (secmod.db) * pk12util: imports/exports keys and certificates between the cert/key databases and files in PKCS12 format. * shlibsign: creates .chk files for use in FIPS mode. * signtool: creates digitally-signed jar archives containing files and/or code. * ssltap: proxy requests for an SSL server and display the contents of the messages exchanged between the client and server. Homepage: http://www.mozilla.org/projects/security/pki/nss/tools/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libnss3 Priority: optional Section: libs Installed-Size: 3046 Maintainer: Ubuntu Mozilla Team Original-Maintainer: Maintainers of Mozilla-related packages Architecture: amd64 Source: nss Version: 3.19.2-0ubuntu0.12.04.1 Replaces: libnss3-1d Depends: libc6 (>= 2.4), libnspr4 (>= 4.8.6), libsqlite3-0 (>= 3.5.9), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Conflicts: libnss3-1d (<< 3.12.9~b2), sunbird Filename: pool/main/libnss3_3.19.2-0ubuntu0.12.04.1_amd64.deb Size: 1188702 MD5Sum: ec3c03b51644cca986f1b3272f4f3461 SHA1: 7bef64ea91e058fd72196b4ef56704a86f71556b SHA256: aba96d4e3f5d2185b46c8cefb6784b79ad3e4c27a4096c07fa18ef2514927427 SHA512: eb0ff41ed656102fc3f66237fcf65fa7546cf72cf13210f6e87012c2e4740f946984a1d4d5d735edcfb7e103450e344ad94e80d661dcf7870ea6dda6f4140a15 Description: Network Security Service libraries This is a set of libraries designed to support cross-platform development of security-enabled client and server applications. It can support SSLv2 and v4, TLS, PKCS #5, #7, #11, #12, S/MIME, X.509 v3 certificates and other security standards. Multi-Arch: same Homepage: http://www.mozilla.org/projects/security/pki/nss/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: virt-host, ubuntu-desktop, tomcat-server, ubuntu-usb, kubuntu-desktop, kubuntu-full, kubuntu-active-desktop, kubuntu-active-full, kubuntu-active, edubuntu-desktop, edubuntu-usb, edubuntu-desktop-kde, xubuntu-desktop, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, lubuntu-desktop, ubuntustudio-desktop Package: libnuma1 Priority: optional Section: libs Installed-Size: 87 Maintainer: Ubuntu Developers Original-Maintainer: Ian Wienand Architecture: amd64 Source: numactl Version: 2.0.8~rc3-1 Depends: libc6 (>= 2.8) Filename: pool/main/libnuma1_2.0.8~rc3-1_amd64.deb Size: 23062 MD5Sum: 5dba9d0f0bcd97c93d2652b84deec788 SHA1: 12d6865c0d843f3631b0798baf71b08540836991 SHA256: b03f39f084190730688423ba57e132ec93816a0de901c83e74b5e13b7ae842bd SHA512: e12dffea4a23daccc1eceb477ba70ba5449e32d20112448c7d327a4feca860baf73b82e45dc7b83d05a7d507747987b1eb8e3ea04fa9f2a90f1169d324a47512 Description: Libraries for controlling NUMA policy Library to control specific NUMA (Non-Uniform Memory Architecture) scheduling or memory placement policies. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: virt-host Package: libodbc1 Priority: optional Section: libs Installed-Size: 608 Maintainer: Ubuntu Developers Original-Maintainer: Steve Langasek Architecture: amd64 Source: unixodbc Version: 2.2.14p2-5ubuntu3 Replaces: unixodbc (<< 2.2.14p2-3) Depends: libc6 (>= 2.14), libltdl7 (>= 2.4.2) Pre-Depends: multiarch-support Suggests: libmyodbc, odbc-postgresql, tdsodbc, unixodbc-bin Breaks: unixodbc (<< 2.2.14p2-3) Filename: pool/main/libodbc1_2.2.14p2-5ubuntu3_amd64.deb Size: 224682 MD5Sum: 0e24dd6195126c229c88a85bb5c39347 SHA1: f0473fe18a0550298bb321dbd0e56335b270836e SHA256: 70504769fa7af8787d58835acf37957336878b2565211cccf1cfbc93ff30ca6f SHA512: 5778b02b3064b04e2955e6a24c889973fee383fcf35a3046c998269230e597e856cd8f5b6fb8039d2b4422f3b50870329e746ac0a64968401c0471d4702b3382 Description: ODBC library for Unix UnixODBC is an implementation of the Open DataBase Connectivity standard, a database abstraction layer that allows applications to be used with many different relational databases by way of a single library. . This package provides the UnixODBC shared library, libodbc; and libodbctxt.so, a sample driver that reads from and writes to flat text files. Multi-Arch: same Homepage: http://www.unixodbc.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: libogg0 Priority: optional Section: libs Installed-Size: 88 Maintainer: Ubuntu Developers Original-Maintainer: Ron Lee Architecture: amd64 Source: libogg Version: 1.2.2~dfsg-1ubuntu1 Depends: libc6 (>= 2.4) Pre-Depends: multiarch-support Filename: pool/main/libogg0_1.2.2~dfsg-1ubuntu1_amd64.deb Size: 17180 MD5Sum: d08cc56a184135e57504c458fa0ee2ec SHA1: 6a436817a90f27636970cdb520105c3de98a8f0a SHA256: e549f1f7d5832a3cf99a4e1c1f42a6e98174b1cbb7f239633d2b5ac58fea1e65 SHA512: b44d5015807b7e641be8d7e3035c2068d87101837ce0a205b993d49ff7ad8e0eb06ef31a4e021cb5eb6af2b2ae75430a76b116d85c58ba4c56ef40aab3e3a6b4 Description: Ogg bitstream library Libogg is a library for manipulating ogg bitstreams. It handles both making ogg bitstreams and getting packets from ogg bitstreams. Multi-Arch: same Homepage: http://xiph.org/ogg/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: virt-host, ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, edubuntu-desktop-kde, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-desktop, ubuntustudio-generation, ubuntustudio-video, ubuntustudio-recording Package: libopenexr6 Priority: optional Section: libs Installed-Size: 852 Maintainer: Ubuntu Developers Original-Maintainer: Debian PhotoTools Maintainers Architecture: amd64 Source: openexr Version: 1.6.1-4.1 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libilmbase6 (>= 1.0.1), libstdc++6 (>= 4.2.1), zlib1g (>= 1:1.1.4) Filename: pool/main/libopenexr6_1.6.1-4.1_amd64.deb Size: 257260 MD5Sum: a5e2e61adf2ee1e6136ac43f397bcf89 SHA1: d6474e33c29bf3f2f9ad4095cc1d24cdddc1ea93 SHA256: afb98d9f9e00ed1511b47a63a06101110be71b290b1830f605194b8f6bf01674 SHA512: d710e15132b95747aa214f7b1e11422a357df582e670687210b8f1a85b84bc55f908554b9f80d6c959579f0372521a0a9d67a18b20672d530c2a44f37bfef249 Description: runtime files for the OpenEXR image library OpenEXR is a high dynamic-range (HDR) image file format developed by Industrial Light & Magic for use in computer imaging applications. . OpenEXR's features include: * Higher dynamic range and colour precision than existing 8- and 10-bit image file formats. * Support for the "half" 16-bit floating-point pixel format. * Multiple lossless image compression algorithms. Some of the included codecs can achieve 2:1 lossless compression ratios on images with film grain. * Extensibility. New compression codecs and image types can easily be added by extending the C++ classes included in the OpenEXR software distribution. New image attributes (strings, vectors, integers, etc.) can be added to OpenEXR image headers without affecting backward compatibility with existing OpenEXR applications. . This package contains the following shared library: * IlmImf - a library that reads and writes OpenEXR images. Homepage: http://www.openexr.com Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-usb, edubuntu-desktop-kde, edubuntu-desktop-gnome, xubuntu-desktop, ubuntustudio-video, ubuntustudio-graphics Package: libopenhpi2 Priority: optional Section: libs Installed-Size: 996 Maintainer: Ubuntu Developers Original-Maintainer: Bryan Sutula Architecture: amd64 Source: openhpi Version: 2.14.1-1.1 Replaces: libopenhpi Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.12.0), libssl1.0.0 (>= 1.0.0), libstdc++6 (>= 4.1.1), libuuid1 (>= 2.16) Recommends: openhpid (= 2.14.1-1.1) Conflicts: libopenhpi Filename: pool/main/libopenhpi2_2.14.1-1.1_amd64.deb Size: 241146 MD5Sum: eedc344474a5e95e654a2f590bfd68d5 SHA1: 7aacb38a2d0de158d01b7b0045e12f50ea6a53ce SHA256: 6e5ff50675c3d88ae18ceea57d27353127ad394d9b7e892afe6b22e634966f5e SHA512: e87929e9b0a781133021f0b2b12227953669d1b89ab55127a418b3fa5ba220b1fe77f06a5bfe059e5a673206bda121b4cb5c205a2b36a4651f37a887a234e793 Description: OpenHPI libraries (runtime and support files) OpenHPI is an implementation of the Service Availability Forum's Hardware Platform Interface specification. (See http://www.saforum.org) As such, OpenHPI facilitates the development of computer manageability applications which are not tied to a single hardware vendor's products. . This package contains the runtime libraries and support files needed by an application program that uses OpenHPI. As a packaging convenience, this base library also includes the watchdog and simulator plugin modules. Homepage: http://openhpi.org Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: libopenipmi0 Priority: optional Section: devel Installed-Size: 1700 Maintainer: Ubuntu Core Developers Original-Maintainer: Noèl Köthe Architecture: amd64 Source: openipmi Version: 2.0.18-0ubuntu3 Depends: libc6 (>= 2.4) Filename: pool/main/libopenipmi0_2.0.18-0ubuntu3_amd64.deb Size: 558540 MD5Sum: 8322d9d80ec40d1ea4d106f5b396f3d0 SHA1: d0daa5dd7d5e8c355845404d3afdf62ff88a4ef4 SHA256: 9a40ec7b6595020321b9004cabefe8af9cadfb9d2c5d22e59b0cb6bc361d65b1 SHA512: ceca6de125db48279c5b09d8f688d52141b4268abfe1ac86a2c2ca83e929036c0701baceab8da9c3f802d0be3ad8b4bdbe7ff532c72ec41e3d92f4c4a2881fc6 Description: Intelligent Platform Management Interface - runtime IPMI allows remote monitoring and remote management of devices. . This package contains the runtime library. Homepage: http://openipmi.sourceforge.net/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: libopts25 Priority: optional Section: libs Installed-Size: 192 Maintainer: Ubuntu Developers Original-Maintainer: Bradley Smith Architecture: amd64 Source: autogen Version: 1:5.12-0.1ubuntu1 Replaces: autogen, libopts9 Depends: libc6 (>= 2.7) Conflicts: libopts9 Filename: pool/main/libopts25_5.12-0.1ubuntu1_amd64.deb Size: 59900 MD5Sum: 36421ffa4980f6512d44d3a0a51c5a90 SHA1: 1583e600fbf6717c6d69b6cd27a389d20a566782 SHA256: fdc44abc380e70558fa1b0fda714df7553bfc20fd88e528ebaf3799f0b9ae184 SHA512: 1741d67a2f6b05443ffce1a36030d8de3c49d351ae6d075aebc0210956e0b622e2655faab1c5a06df3efacb1c62bf9527fc1e6f2c0002de074cc0d0b45d1cc75 Description: automated option processing library based on autogen This package contains the shared libraries needed by binaries that use autoopts for option processing. The package containing the header files and static libraries is libopts25-dev. The package containing the development tools is autogen. Homepage: http://www.gnu.org/software/autogen/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-desktop Package: liborc-0.4-0 Priority: optional Section: libs Installed-Size: 564 Maintainer: Ubuntu Developers Original-Maintainer: Maintainers of GStreamer packages Architecture: amd64 Source: orc Version: 1:0.4.16-1ubuntu2 Depends: libc6 (>= 2.4) Pre-Depends: multiarch-support Filename: pool/main/liborc-0.4-0_0.4.16-1ubuntu2_amd64.deb Size: 176086 MD5Sum: 88cf035a81e134e3674e9d86cfdc794f SHA1: 314a8750eacfa6b4f2e17e0d4601943a12a08379 SHA256: e3c2e29f802dc0e61f07909ebbee2fc4e70dd06a33174baf59095fa9cd136f60 SHA512: 9ba7498fe9a47626e5175d3ba01aa6b4d7b4d8a416e8ed890817430e1e4caad8e3488915f2a0d3801c1384608103a91855aa48899aaf3f338938cd03032f9118 Description: Library of Optimized Inner Loops Runtime Compiler Orc is a library and set of tools for compiling and executing very simple programs that operate on arrays of data. The "language" is a generic assembly language that represents many of the features available in SIMD architectures, including saturated addition and subtraction, and many arithmetic operations. . This package contains the orc shared libraries. It is typically installed automatically when an application or library requires it. Multi-Arch: same Homepage: http://code.entropywave.com/projects/orc/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, edubuntu-desktop-kde, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-desktop, ubuntustudio-generation, ubuntustudio-video, ubuntustudio-recording Package: libp11-kit0 Priority: standard Section: libs Installed-Size: 115 Maintainer: Ubuntu Developers Original-Maintainer: Debian GnuTLS Maintainers Architecture: amd64 Source: p11-kit Version: 0.12-2ubuntu1 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Filename: pool/main/libp11-kit0_0.12-2ubuntu1_amd64.deb Size: 34310 MD5Sum: b06130eba00c72818900e03102a7adb4 SHA1: e626d03fc49ac88591e22fcbac98077200ecba53 SHA256: eacfa8e5856fc1d2ab23339bfa60f014a59ff289854cef4335da699580fe3db7 SHA512: 3b8e67ec0d095ad04195d2ce116e2e9ffe339d8db445da5331a255bac2f853590be9a8febfe5f69e5429aed54f02ba1a429030953f73e7c04707bc3e1e2db73f Description: Library for loading and coordinating access to PKCS#11 modules - runtime Provides a way to load and enumerate PKCS#11 modules. Provides a standard configuration setup for installing PKCS#11 modules in such a way that they're discoverable. . Also solves problems with coordinating the use of PKCS#11 by different components or libraries living in the same process. . This package contains the shared library required for applications loading and accessing PKCS#11 modules. Multi-Arch: same Homepage: http://p11-glue.freedesktop.org/p11-kit.html Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: libpam-modules-bin Priority: required Section: admin Installed-Size: 202 Maintainer: Ubuntu Developers Original-Maintainer: Steve Langasek Architecture: amd64 Source: pam Version: 1.1.3-7ubuntu2 Replaces: libpam-modules (<< 1.1.3-2) Depends: libc6 (>= 2.14), libpam0g (>= 0.99.7.1), libselinux1 (>= 1.32) Filename: pool/main/libpam-modules-bin_1.1.3-7ubuntu2_amd64.deb Size: 38606 MD5Sum: dc1cc578dfc8ba65c6d48f73cf81b747 SHA1: 317b0f43c3e5a86e9abffcb8801839c39dc6205a SHA256: c85192818374b07e14434b4be94cbd88a61ba2f89e878df776e60693ea3cd333 SHA512: 455daa81257c038cd437f5a87d7b67244af7b63d822046d871b9275d11ae58e77521495d87a28bb00f958e49df679cb89b3c69a85d056d12ba097c57ab40a830 Description: Pluggable Authentication Modules for PAM - helper binaries This package contains helper binaries used by the standard set of PAM modules in the libpam-modules package. Multi-Arch: foreign Homepage: http://pam.sourceforge.net/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: libpam-modules Priority: required Section: admin Installed-Size: 773 Maintainer: Ubuntu Developers Original-Maintainer: Steve Langasek Architecture: amd64 Source: pam Version: 1.1.3-7ubuntu2 Replaces: libpam-umask, libpam0g-util Provides: libpam-mkhomedir, libpam-motd, libpam-umask Pre-Depends: libc6 (>= 2.14), libdb5.1, libpam0g (>= 1.1.3-2), libselinux1 (>= 2.0.85), debconf (>= 0.5) | debconf-2.0, libpam-modules-bin (= 1.1.3-7ubuntu2) Conflicts: libpam-mkhomedir, libpam-motd, libpam-umask Filename: pool/main/libpam-modules_1.1.3-7ubuntu2_amd64.deb Size: 274326 MD5Sum: b09c8add691cc322b213e5de580fee61 SHA1: 2ae07f0c17a1b9b3a077439d60f9c8df4fc480cf SHA256: 4d8df3dfd539e26a368d8f123c6b05cff1ce8e440863b544b85401eb8b313a8a SHA512: a65aeebfddf75ed5cb0b81ec68a124e0d266e143bdfafcc84f1e021ddcc161cfe18f4bff7247205f6803420a60f40fc65fa453f47d7291c32ba6808dc0ec2f15 Description: Pluggable Authentication Modules for PAM This package completes the set of modules for PAM. It includes the pam_unix.so module as well as some specialty modules. Multi-Arch: same Homepage: http://pam.sourceforge.net/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: libpam-runtime Priority: required Section: admin Installed-Size: 296 Maintainer: Ubuntu Developers Original-Maintainer: Steve Langasek Architecture: all Source: pam Version: 1.1.3-7ubuntu2 Replaces: libpam0g-dev, libpam0g-util Depends: debconf (>= 1.5.19), libpam-modules (>= 1.0.1-6) Conflicts: libpam0g-util Filename: pool/main/libpam-runtime_1.1.3-7ubuntu2_all.deb Size: 40434 MD5Sum: 8f71fc3c0fc3cd5dbd2440cdaa06e2b9 SHA1: 521e8e345e7e57436791bd5e36b438d89f4dee38 SHA256: 5ed0add2abaed44f71aefc91bb7a8903fa9f9ef9496e2049fc0c64c5d37c37f2 SHA512: 459325be57804c6092077c6d49145cda2a63b12c1d1656848c1d4ea75536bffab99a58ff493310689dfb3235bddb1b0ec2d2d00b4d26ab9972d16ff2856ff118 Description: Runtime support for the PAM library Contains configuration files and directories required for authentication to work on Debian systems. This package is required on almost all installations. Multi-Arch: foreign Homepage: http://pam.sourceforge.net/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libpam0g Priority: required Section: libs Installed-Size: 223 Maintainer: Ubuntu Developers Original-Maintainer: Steve Langasek Architecture: amd64 Source: pam Version: 1.1.3-7ubuntu2 Replaces: libpam0g-util Depends: libc6 (>= 2.14), debconf (>= 0.5) | debconf-2.0 Pre-Depends: multiarch-support Suggests: libpam-doc Filename: pool/main/libpam0g_1.1.3-7ubuntu2_amd64.deb Size: 62094 MD5Sum: 202997ddfc2eb21d16e598bea0c656a6 SHA1: db02be958fd9f5e23e20afd9afeb88bb7c60cbb1 SHA256: a0d5ef8e460bb01e73be9439974d88b0338a6ce42675051c94d1593cafcf1217 SHA512: 54d18bfc66ab5940b61cde2cac0e5e075401f65ca8f2596e9000ff0992eb0371ea1eb744d4e11ad9547bd272b0234409de2fb6a30383feb8918ec0bea883d87a Description: Pluggable Authentication Modules library Contains the shared library for Linux-PAM, a library that enables the local system administrator to choose how applications authenticate users. In other words, without rewriting or recompiling a PAM-aware application, it is possible to switch between the authentication mechanism(s) it uses. One may entirely upgrade the local authentication system without touching the applications themselves. Multi-Arch: same Homepage: http://pam.sourceforge.net/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: libpango1.0-0 Priority: optional Section: libs Installed-Size: 1045 Maintainer: Ubuntu Developers Original-Maintainer: Sebastien Bacher Architecture: amd64 Source: pango1.0 Version: 1.30.0-0ubuntu3.1 Provides: pango1.0-multiarch-modver-1.6.0 Depends: libc6 (>= 2.14), libcairo2 (>= 1.8.10-3), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libglib2.0-0 (>= 2.31.8), libthai0 (>= 0.1.12), libx11-6, libxft2 (>> 2.1.1), libxrender1, fontconfig (>= 2.1.91) Pre-Depends: multiarch-support Suggests: ttf-baekmuk, ttf-arphic-gbsn00lp, ttf-arphic-bsmi00lp, ttf-arphic-gkai00mp, ttf-arphic-bkai00mp Conflicts: pango-libthai Breaks: plymouth (<< 0.8.2-2ubuntu19) Filename: pool/main/libpango1.0-0_1.30.0-0ubuntu3.1_amd64.deb Size: 362516 MD5Sum: 3cc6e0ba97bf68587f5b63860ebbc6f5 SHA1: 6d8b2c36004089a207d61d748543fb951da48a07 SHA256: fc0f5ebb53a253708f9048c4158a529a75813567bb2828c92d0edd1a235bfdb7 SHA512: 14de003f1e3bbd2a5d6a674a65fe300de0cc17d5cdfd975a9ef3fec4bccba069fa9991509a2c3bb700366895c0ac312a6237a46147b987146f0acfd38147e58e Description: Layout and rendering of internationalized text Pango is a library for layout and rendering of text, with an emphasis on internationalization. Pango can be used anywhere that text layout is needed. however, most of the work on Pango-1.0 was done using the GTK+ widget toolkit as a test platform. Pango forms the core of text and font handling for GTK+-2.0. . Pango is designed to be modular; the core Pango layout can be used with four different font backends: - Core X windowing system fonts - Client-side fonts on X using the Xft library - Direct rendering of scalable fonts using the FreeType library - Native fonts on Microsoft backends . This package contains the shared libraries. Multi-Arch: same Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, edubuntu-desktop-kde, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: libpaper-utils Priority: optional Section: utils Installed-Size: 70 Maintainer: Ubuntu Developers Original-Maintainer: Giuseppe Sacco Architecture: amd64 Source: libpaper Version: 1.1.24+nmu1build1 Replaces: libpaper1 (<< 1.1.10), libpaperg (<< 1.1.9) Depends: libc6 (>= 2.4), libpaper1 Filename: pool/main/libpaper-utils_1.1.24+nmu1build1_amd64.deb Size: 9040 MD5Sum: 1e976d8bd9cd413ecafda2def24389e8 SHA1: afe48d03d0306260023ec683a4e8ce7b40f9e136 SHA256: 7e62cbff9e6af85b68519f69e0454fda72fde442eb02f75f95e472b5ab530ea3 SHA512: 93e1e78f1c2509b3478cecfb2deb037ee3fff63b32e44d401a2034ef3969a5568babd6591255030d55f73deab91a78d76aa142a9a71ca89d53bd7831bb8b0b88 Description: library for handling paper characteristics (utilities) The libpaper paper-handling library automates recognition of many different paper types and sizes for programs that need to deal with printed output. . This package contains utilities for setting the system's default paper type and for accessing paper type information from shell scripts. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, print-server, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: libpaper1 Priority: optional Section: libs Installed-Size: 85 Maintainer: Ubuntu Developers Original-Maintainer: Giuseppe Sacco Architecture: amd64 Source: libpaper Version: 1.1.24+nmu1build1 Replaces: libpaperg (<< 1.1.9) Provides: libpaperg Depends: libc6 (>= 2.3), debconf (>= 0.5) | debconf-2.0, ucf (>= 0.28) Recommends: libpaper-utils Filename: pool/main/libpaper1_1.1.24+nmu1build1_amd64.deb Size: 14154 MD5Sum: 0be826479cb79b85d82630616bd4e8d5 SHA1: 172b538d98df9b530eed5dc2958b1c2db844d0e4 SHA256: 7e6ea7b66571a1830fb7929f2c53ce1aae48b7076cb2d251509a986231d4d8f6 SHA512: 47e570ceb826e42db923340d107c4404c06043b82b0cf3b38ae4a5cda3a0ada213ad92b4d655515c11c3cf0730cab72e0bd9aaad2fc71a6b04e4c3fa8dd458d1 Description: library for handling paper characteristics The libpaper paper-handling library automates recognition of many different paper types and sizes for programs that need to deal with printed output. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, print-server, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: libparse-debcontrol-perl Priority: optional Section: perl Installed-Size: 104 Maintainer: Ubuntu Developers Original-Maintainer: Debian Perl Group Architecture: all Version: 2.005-3 Depends: perl, libio-stringy-perl, libwww-perl, liberror-perl, libexporter-lite-perl Recommends: libtie-ixhash-perl Filename: pool/main/libparse-debcontrol-perl_2.005-3_all.deb Size: 23640 MD5Sum: 4c8f963069617848991f5baa8b4c41e2 SHA1: 5bf2929b0ea018de4f96747623304364cdfd68dc SHA256: 8aa9b596e4f398cfc615df21f35f2eac76f09288375fccce791bc61c34fa9b0b SHA512: cd74997ca911d8564f223cb7adc3b7c51612a3bd27019f10e2823dd2ad88bea52ccc8f496af5bf901e7852a057ebe5cf77a562fe7bcd760cefcaefedd1e77751 Description: parser for debian control-like files Parse::DebControl is an easy OO way to parse Debian control files and other colon separated key-value pairs. It's specifically designed to handle the format used in Debian control files, template files, and the cache files used by dpkg. . For basic format information see: http://www.debian.org/doc/debian-policy/ch-controlfields.html#s-controlsyntax . This module does not actually do any intelligence with the file content (because there are a lot of files in this format), but merely handles the format. It can handle simple control files, or files hundreds of lines long efficiently and easily. Homepage: http://search.cpan.org/dist/Parse-DebControl/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libparse-debianchangelog-perl Priority: optional Section: perl Installed-Size: 232 Maintainer: Ubuntu Developers Original-Maintainer: Frank Lichtenheld Architecture: all Version: 1.2.0-1ubuntu1 Depends: perl, libtimedate-perl, libclass-accessor-perl, liblocale-gettext-perl, libio-string-perl Suggests: libhtml-parser-perl, libhtml-template-perl, libxml-simple-perl Filename: pool/main/libparse-debianchangelog-perl_1.2.0-1ubuntu1_all.deb Size: 53988 MD5Sum: 43a272971d31c5b4341358320f66d3f5 SHA1: 48229cc3883ee684cb348d0db8f34593b3862d78 SHA256: c22709a1db1c67ed2dc964c170f70d1636445ff5d091533ab0be7cafc0fe1a83 SHA512: e5bd63de92323060502f416f661ca3d4e0dc621dccbaaedad7b34a0d27f082cbcbfccde45124cd81522e4532639a7a3d698ee7518b88a63b738303fd2933bd9c Description: parse Debian changelogs and output them in other formats Replacement for the very limited dpkg-parsechangelog. Accessible either via the parsechangelog command line script or as Perl module. . Currently supported output formats: * original dpkg-parsechangelog output format * similar format with multiple stanzas instead of one * XML * HTML (customizable via HTML::Template templates). Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libparted0debian1 Priority: standard Section: libs Installed-Size: 571 Maintainer: Ubuntu Developers Original-Maintainer: Parted Maintainer Team Architecture: amd64 Source: parted Version: 2.3-8ubuntu5.1 Replaces: libparted0 (<< 2.2-4), libparted1 (<< 2.2), libparted1.4 (<< 1.4.24-2), libparted2 (<< 2.2) Provides: libparted Depends: libblkid1 (>= 2.17.2), libc6 (>= 2.14), libdevmapper1.02.1 (>= 2:1.02.36), libuuid1 (>= 2.16) Pre-Depends: multiarch-support Suggests: parted | nparted, libparted0-dev, libparted0-i18n (= 2.3-8ubuntu5.1) Conflicts: libparted1 (<< 2.2), libparted2 (<< 2.2), parted (<< 1.4.13+14pre1) Breaks: dmraid (<< 1.0.0.rc16-4.1ubuntu2) Filename: pool/main/libparted0debian1_2.3-8ubuntu5.1_amd64.deb Size: 240058 MD5Sum: 1bae4f8c90c6fecfc91aaaa738d24f79 SHA1: 80ca53c8da0f6e85fa4d416d8c2bf9ce5403440c SHA256: e68c7cda67ca8db7f1d3ab590661e6f38e6d3e2873b4c5e683f9ff84319ce9a3 SHA512: 1866b3187241b31cfcaed718c1dc1c7f7fc4a5ea3208ec519d724056bd2c3ebff2038c9de8964e05e950b86b00d532a3ddb4d8c624931e080f7d5a8b9044a1c4 Description: disk partition manipulator - shared library GNU Parted is a program that allows you to create, destroy, resize, move, and copy disk partitions. This is useful for creating space for new operating systems, reorganizing disk usage, and copying data to new hard disks. . This package contains the shared library. Multi-Arch: same Homepage: http://www.gnu.org/software/parted Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: libpathplan4 Priority: optional Section: libs Installed-Size: 124 Maintainer: Ubuntu Developers Original-Maintainer: David Claughton Architecture: amd64 Source: graphviz Version: 2.26.3-10ubuntu1.2 Depends: libc6 (>= 2.15) Conflicts: libgraphviz4 Filename: pool/main/libpathplan4_2.26.3-10ubuntu1.2_amd64.deb Size: 29366 MD5Sum: 6bc367fa149fd60940c36fffe7575b2f SHA1: 6d224b655f14c3f08e88f7f74de0ac2edd559fd8 SHA256: 8166202dc968c1f7c99ce66d7c4b65247d69a987f432212751e8c2b5c6e6a0d8 SHA512: 13668ac38b14065c3c98cf815c38e227d4ab44aa11becdf5834c5c0f1be47f7893b72a2f4949eb9ccd2667b5f6a60d5cf229ea870ac979a5baf032c3527565d8 Description: rich set of graph drawing tools - pathplan library Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the pathplan library. Homepage: http://www.graphviz.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-usb, edubuntu-usb, edubuntu-desktop-kde, edubuntu-desktop-gnome, ubuntustudio-generation, ubuntustudio-video, ubuntustudio-graphics, ubuntustudio-recording Package: libpcap0.8 Priority: standard Section: libs Installed-Size: 283 Maintainer: Ubuntu Developers Original-Maintainer: Romain Francoise Architecture: amd64 Source: libpcap Version: 1.1.1-10 Replaces: libpcap0.8-dev (<< 1.0.0-2) Depends: libc6 (>= 2.11) Pre-Depends: multiarch-support Filename: pool/main/libpcap0.8_1.1.1-10_amd64.deb Size: 117458 MD5Sum: 0f1f6bcd1878e8958b7da15b72406cca SHA1: e1d45d43660cc9c2fa731893ba956ac7c9ef2383 SHA256: 111b60f14e35321a146446bbd2a520dc280fc574fd5365c96fc136459443cf0c SHA512: a4f3108fe4c73de6f520a6f681682e5dbcb0bb16ab7dc66fa7a45735f9fbf93f5c9268d6ffc15682ac9eee07f2baa535e374ae6b4e729658bbcf0f634154f735 Description: system interface for user-level packet capture libpcap (Packet CAPture) provides a portable framework for low-level network monitoring. Applications include network statistics collection, security monitoring, network debugging, etc. . Since almost every system vendor provides a different interface for packet capture, and since there are several tools that require this functionality, the libpcap authors created this system-independent API to ease in porting and to alleviate the need for several system-dependent packet capture modules in each application. Multi-Arch: same Homepage: http://www.tcpdump.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master Package: libpci3 Priority: standard Section: libs Installed-Size: 110 Maintainer: Ubuntu Developers Original-Maintainer: Anibal Monsalve Salazar Architecture: amd64 Source: pciutils Version: 1:3.1.8-2ubuntu6 Replaces: libpci2 Provides: libpci2 Depends: libc6 (>= 2.14), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Conflicts: libpci2 Filename: pool/main/libpci3_3.1.8-2ubuntu6_amd64.deb Size: 25948 MD5Sum: 183ae96e4e9a74f06f68c834c36dd8df SHA1: 365575d541e0947a28f126c32002be974ad1d022 SHA256: fd64ad705677a9f475f5dba16c8cd13e9f9e0376f1610a7b53d38b963f952d14 SHA512: 3d5dc20779290d6cc150e190fe5d46c758c966f22670fc69bdc5a142d6bc1688ba279350d6e488c58a8454c1dcc7f53795cc04ddec67bd2109631ae4889275d1 Description: Linux PCI Utilities (shared library) This package contains the libpci shared library files. . The libpci library provides portable access to configuration registers of devices connected to the PCI bus. Multi-Arch: same Homepage: http://atrey.karlin.mff.cuni.cz/~mj/pciutils.shtml Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master Package: libpciaccess0 Priority: required Section: libs Installed-Size: 75 Maintainer: Ubuntu Developers Original-Maintainer: Debian X Strike Force Architecture: amd64 Source: libpciaccess Version: 0.12.902-1ubuntu0.2 Depends: libc6 (>= 2.7), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Suggests: pciutils Filename: pool/main/libpciaccess0_0.12.902-1ubuntu0.2_amd64.deb Size: 20810 MD5Sum: d54360a2b9d179ddffe0070a5c74bf8e SHA1: bdb3ee56d13f7c7ade954fdc718f6f46f984ed96 SHA256: cf8670a3c65a3df7f56de26f7b14e8e637eeca9684c0958ad18334e9fee004d6 SHA512: 3176be07ccc2ba379601aa20ead2ac017615de5223b347ffb4110fe33e4d2fb2fcd9a8a7a7c33928aa3c8cb43a354ed4a2c9eec55ef4fc29946cc9ac9c8150e7 Description: Generic PCI access library for X Provides functionality for X to access the PCI bus and devices in a platform-independant way. Multi-Arch: same Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: libpcre3 Priority: required Section: libs Installed-Size: 441 Maintainer: Ubuntu Developers Original-Maintainer: Mark Baker Architecture: amd64 Source: pcre3 Version: 8.12-4ubuntu0.1 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Conflicts: libpcre3-dev (<= 4.3-3) Breaks: approx (<< 4.4-1~), cduce (<< 0.5.3-2~), cmigrep (<< 1.5-7~), galax (<< 1.1-7~), libpcre-ocaml (<< 6.0.1~), liquidsoap (<< 0.9.2-3~), ocsigen (<< 1.3.3-1~) Filename: pool/main/libpcre3_8.12-4ubuntu0.1_amd64.deb Size: 149228 MD5Sum: 00e60732d5dafc65df54b01d01853ef4 SHA1: 71f30797d907b1b7317bfd85fb58b68b6c609e63 SHA256: c3761b6f3eaa6768549a1328e592d05e1bbca2cdfb5e89e2f77c6168e633c19b SHA512: e4604dcad7b545d4aa45459f5bb5b4ba62fe2261f949798c4494ec83a85771a8f44310ba028a599f06375b726ec297d7b0bf3abc0ed7ebf72e13c269b73a31f3 Description: Perl 5 Compatible Regular Expression Library - runtime files This is a library of functions to support regular expressions whose syntax and semantics are as close as possible to those of the Perl 5 language. . This package contains the runtime libraries. Multi-Arch: same Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: libpcrecpp0 Priority: optional Section: libs Installed-Size: 164 Maintainer: Ubuntu Developers Original-Maintainer: Mark Baker Architecture: amd64 Source: pcre3 Version: 8.12-4ubuntu0.1 Replaces: libpcre3 (<< 6.4-1.1) Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libpcre3 (>= 8.10), libstdc++6 (>= 4.2.1) Pre-Depends: multiarch-support Conflicts: libpcre3 (<< 6.4-1.1) Filename: pool/main/libpcrecpp0_8.12-4ubuntu0.1_amd64.deb Size: 16222 MD5Sum: 161dc46f87d2c54547a286662a3a2ea0 SHA1: 52d24f6fea66dc53cd19feafc75183137240e56e SHA256: f3285135082b399655d293d868607c209254b87c9454c9ef8ef5167b208aeef0 SHA512: 2e973b2f8e3c45d88013b266ce989ad2951e4f3f02e2b4d10f646fe45ab34059f8d05d2ea870fde374f233311887604ba48d244f003f586e1a7c23981e24a676 Description: Perl 5 Compatible Regular Expression Library - C++ runtime files This is a C++ library of functions to support regular expressions whose syntax and semantics are as close as possible to those of the Perl 5 language. . This package contains the C++ runtime library. Multi-Arch: same Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: libpe-rules2 Priority: optional Section: libs Installed-Size: 87 Maintainer: Debian HA Maintainers Architecture: amd64 Source: pacemaker Version: 1.1.10+git20130802-4 Replaces: libpe-rules-2 (<= 1.0.10-1), pacemaker (<= 1.0.9.1+hg15626-2) Depends: libc6 (>= 2.14), libcrmcommon3 (>= 1.1.10+git20130802), libglib2.0-0 (>= 2.28.0), libqb0 Conflicts: libpe-rules-2 (<= 1.0.10-1), pacemaker (<= 1.0.9.1+hg15626-2) Filename: pool/main/libpe-rules2_1.1.10+git20130802-4_amd64.deb Size: 35538 MD5Sum: 76728296950ff53acb8b546b6f60421e SHA1: 9b5976d68619e58390a39692cfbca790a64a5b71 SHA256: 8f6c7e2cd637d978536c5a8fd07db0692a239b2ef3459ae3a8649cb7356e0c96 SHA512: 7108dab5a3ad0eb534c82d5b133ad7afb4152a1fc2cfa1611ab1f4e8596c28d0141b7fd7a45b271765696234ce8cd004ed7da862493fc7a67b7fc6b9a8f63c17 Description: Pacemaker libraries - rules for P-Engine This package contains some of the libraries provided by and needed for the pacemaker cluster manager. You need to install them if you intend to run pacemaker. Specifically, this package contains the PEngine rules library. Homepage: http://clusterlabs.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 18m Package: libpe-status4 Priority: optional Section: libs Installed-Size: 255 Maintainer: Debian HA Maintainers Architecture: amd64 Source: pacemaker Version: 1.1.10+git20130802-4 Replaces: libpe-status-2 (<= 1.0.10-1), libpe-status3, pacemaker (<= 1.0.9.1+hg15626-2) Depends: libc6 (>= 2.14), libcrmcommon3 (>= 1.1.10+git20130802), libglib2.0-0 (>= 2.28.0), libncurses5 (>= 5.5-5~), libqb0, libtinfo5, libxml2 (>= 2.7.4) Conflicts: libpe-status-2 (<= 1.0.10-1), libpe-status3, pacemaker (<= 1.0.9.1+hg15626-2) Filename: pool/main/libpe-status4_1.1.10+git20130802-4_amd64.deb Size: 110374 MD5Sum: eb556eb72b157cff037b9db9dc401093 SHA1: 0dd6bfe50518c2b47e28306d6925aec7e723350e SHA256: fbceac5a0109f62ee70865148e97dc7ce8d9872e1ffa047430a6b2809b1a3f34 SHA512: 3cd64ee11dadfc42c55ad3fdc782179cd00f3624208b733889181602952271110029d5d7277ce12fbf4e7c8d7dc8325e3cd8a6d7dc409328d3fd8d5ceb5fea0f Description: Pacemaker libraries - status for P-Engine This package contains some of the libraries provided by and needed for the pacemaker cluster manager. You need to install them if you intend to run pacemaker. Specifically, this package contains the PEngine status library. Homepage: http://clusterlabs.org/ Package: libpengine4 Priority: optional Section: libs Installed-Size: 386 Maintainer: Debian HA Maintainers Architecture: amd64 Source: pacemaker Version: 1.1.10+git20130802-4 Replaces: libpengine3, pacemaker (<= 1.0.9.1+hg15626-2), pacemaker-dev (<< 1.1.8+git20121010-1) Depends: libc6 (>= 2.14), libcib3 (>= 1.1.10+git20130802), libglib2.0-0 (>= 2.28.0), libpe-status4 (>= 1.1.10+git20130802), libqb0, libxml2 (>= 2.7.4) Conflicts: libpengine3, pacemaker (<= 1.0.9.1+hg15626-2), pacemaker-dev (<< 1.1.8+git20121010-1) Filename: pool/main/libpengine4_1.1.10+git20130802-4_amd64.deb Size: 162436 MD5Sum: 95e4d906c49e47dd4e9805f6e8d2d821 SHA1: a7fd3e9681bc93f9c803326b63ad7eb0da79929e SHA256: 19001e54ac5846d8af79a1a1bf90883d1edda0b0f711e71e1b3cf9c12cbb7168 SHA512: c0e99a66b4734e78a968f996f57eb5dca088690293750b9692a3ccd157471e90cbe32bb4e287dd9c52a61820669008919a2e79ad13063dfeabdfb0e2b56c5a24 Description: Pacemaker libraries - P-Engine This package contains some of the libraries provided by and needed for the pacemaker cluster manager. You need to install them if you intend to run pacemaker. Specifically, this package contains the PEngine library. Homepage: http://clusterlabs.org/ Package: libperl5.14 Priority: optional Section: libs Installed-Size: 29 Maintainer: Ubuntu Developers Original-Maintainer: Niko Tyni Architecture: amd64 Source: perl Version: 5.14.2-6ubuntu2.4 Replaces: perl-base (<= 5.8.7-4) Depends: libc6 (>= 2.14), perl-base (= 5.14.2-6ubuntu2.4) Conflicts: doc-base (<< 0.10.3), libxml-sax-perl (<< 0.99+dfsg-1ubuntu0.1) Filename: pool/main/libperl5.14_5.14.2-6ubuntu2.4_amd64.deb Size: 1252 MD5Sum: 7045c18e61c51a65377e12e0b8615b7c SHA1: 3b8e9e1952564fb8900866647a3a39781db6f9e8 SHA256: f9dcc67ed7846074deb641af36ad3150cf025abe9578bd648c8468c0aa433a14 SHA512: 59d6d5cf138de4a4f97d86f950e318c27d0d608621f6c517809c20c4e940f0b7c2ca907c39216837b1dc96be19f0080661405737ba3580e3e449c66e2ef947fd Description: shared Perl library This package is required by programs which embed a Perl interpreter to ensure that the correct version of `perl-base' is installed. It additionally contains the shared Perl library on architectures where the perl binary is linked to libperl.a (currently only i386, for performance reasons). In other cases the actual library is in the `perl-base' package. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, print-server, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, lubuntu-core, ubuntustudio-desktop Package: libpgm-5.1-0 Priority: optional Section: universe/libs Installed-Size: 352 Maintainer: Ubuntu Developers Original-Maintainer: Gabriel de Perthuis Architecture: amd64 Source: libpgm Version: 5.1.116~dfsg-2 Depends: libc6 (>= 2.8) Filename: pool/main/libpgm-5.1-0_5.1.116~dfsg-2_amd64.deb Size: 181578 MD5Sum: d3beaafff4ac6e72d3c9e0a15ae4b623 SHA1: 55931ab6684e3d1479ad6d4074469d4ab7c5a046 SHA256: 47921b04b35dfc837ce6035c4eee22f41c0fcde8d0b13b9cc255fcdc0402ea16 SHA512: 3d858f8224ec0b76b9653ea45f062a62a9aa6ba6ac072819c9a4d93743c00e36a5ef7f76311eab3f2a8e571d7deed046bf56daee8d7809e7fae670d05241e0ee Description: OpenPGM shared library OpenPGM is an open source implementation of the Pragmatic General Multicast (PGM) specification in RFC 3208 available at www.ietf.org. PGM is a reliable and scalable multicast protocol that enables receivers to detect loss, request retransmission of lost data, or notify an application of unrecoverable loss. PGM is a receiver-reliable protocol, which means the receiver is responsible for ensuring all data is received, absolving the sender of reception responsibility. PGM runs over a best effort datagram service, currently OpenPGM uses IP multicast but could be implemented above switched fabrics such as InfiniBand. . This is the runtime package for programs that use the OpenPGM library. Homepage: http://code.google.com/p/openpgm/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libpils2 Priority: optional Section: libs Installed-Size: 79 Maintainer: Debian HA Maintainers Architecture: amd64 Source: cluster-glue Version: 1.0.11+hg2754-1.1 Replaces: libcluster-glue (<= 1.0.6-1) Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.24.0), libltdl7 (>= 2.4.2) Conflicts: libcluster-glue (<= 1.0.6-1) Filename: pool/main/libpils2_1.0.11+hg2754-1.1_amd64.deb Size: 25058 MD5Sum: a221d2df6eebd62ac68c42d51cc210bc SHA1: 180fc974702298c9c12336be857f90f0a944585d SHA256: 51a1daefbc279e002e1031d821041d3e1a097a6b1c2dabae0e69243509131d6a SHA512: 867f127bbde4fcb19fca483d42708fdc4ac6cb7c0e8e27f6c8d65ea011ded2300fcd3e77b3336d9de8890ca90fb0823e36094f4598d5452c4514954092a4b851 Description: Reusable cluster libraries -- libpils2 This package contains the pils library from cluster-glue, the reusable cluster components package. Install it if you want to use the pacemaker cluster manager. Homepage: http://hg.linux-ha.org/glue/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: libpipeline1 Priority: standard Section: libs Installed-Size: 88 Maintainer: Colin Watson Architecture: amd64 Source: libpipeline Version: 1.2.1-1 Depends: libc6 (>= 2.15) Pre-Depends: multiarch-support Filename: pool/main/libpipeline1_1.2.1-1_amd64.deb Size: 26490 MD5Sum: 77f35190a6f5dd0c2cac04c6f3b26db3 SHA1: 3e79ec23b936f636bd13295934dc655639aa4b47 SHA256: 51b6e6262bcbe4c800c0d2dd46e38063cc2f9384c8b3a570eabea7c9ed41967d SHA512: 273d761eb504d2acab36bc0f7d2dac0af8375d19a10c481f38ab98237e938893c26c0186b158e9e5f372942e977c0d1871bb7b1615d79fd3adb376671d3ff5d9 Description: pipeline manipulation library This is a C library for setting up and running pipelines of processes, without needing to involve shell command-line parsing which is often error-prone and insecure. Multi-Arch: same Homepage: http://libpipeline.nongnu.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master Package: libpixman-1-0 Priority: optional Section: libs Installed-Size: 656 Maintainer: Ubuntu Developers Original-Maintainer: Debian X Strike Force Architecture: amd64 Source: pixman Version: 0.30.2-1ubuntu0.0.0.0.2 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Filename: pool/main/libpixman-1-0_0.30.2-1ubuntu0.0.0.0.2_amd64.deb Size: 256284 MD5Sum: ea5c183f26be6875360acb0a18b72967 SHA1: 6c5d526fcd273ac3858e38ae25b8a2b20cc573cf SHA256: dd7c2b30cb53a9ceef2ba7dc77921ddf12570c695b4c44fc66c1dcc56fe8f9da SHA512: dd9d17783162d22dac5ae05a005310dd1ebd73b6b8263d490d0193b25d74f529e5549021921268d65c759df234ad01b65edd438e5d62d9fa89a8003470b3a79b Description: pixel-manipulation library for X and cairo A library for manipulating pixel regions -- a set of Y-X banded rectangles, image compositing using the Porter/Duff model and implicit mask generation for geometric primitives including trapezoids, triangles, and rectangles. Multi-Arch: same Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, print-server, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: libpload4 Priority: optional Section: libs Installed-Size: 162 Maintainer: Debian HA Maintainers Architecture: amd64 Source: corosync Version: 1.4.6-2 Replaces: libcorosync4 (<= 1.4.2-1) Depends: libc6 (>= 2.2.5), libcoroipcc4 (>= 1.4.6) Conflicts: libcorosync4 (<= 1.4.2-1) Filename: pool/main/libpload4_1.4.6-2_amd64.deb Size: 158216 MD5Sum: 7b9f56962afd7f44520ac0f1d9c80ae2 SHA1: dbde1b0c7b5e0f006497b5231b58c3ddd24adf93 SHA256: 4143daa53a18a9bb2121d8284a23c51db7db72cfe971898f46a13b07c22f3c18 SHA512: 30e72a05f8192bee8d68f0e68817da3dd001edcc168c2d02deea0ef610978d3402ad1edd52741ec8b76ccf28195b0ca49a0274ba2be2cfa55d32c15fa963bb4e Description: Standards-based cluster framework, Pload library Corosync is a project to implement a production quality "Revised BSD" licensed implementation of all core functionalities required by openais. The project implements cutting edge research on virtual synchrony to provide 100% correct operation in the face of failures or partitionable networks with excellent performance characteristics. . The Application Interface Specification is a software API and policies which are used to develop applications that maintain service during faults. . This package contains the Pload library, which is a library included in Corosync. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: libplrpc-perl Priority: extra Section: perl Installed-Size: 152 Maintainer: Ubuntu Core Developers Original-Maintainer: Anibal Monsalve Salazar Architecture: all Version: 0.2020-2 Depends: perl (>= 5.6.0-16), libstorable-perl | perl-modules (>= 5.8.0-10), libnet-daemon-perl Suggests: libcompress-zlib-perl Filename: pool/main/libplrpc-perl_0.2020-2_all.deb Size: 35976 MD5Sum: aa6767844cae60cadc694faa7856cce5 SHA1: 09e19388f09bc6646d2870f0c8b59f618a63137f SHA256: b47d5591057ccb9cb1c339242f85d9017dcd1b325b36647dff731dc199dd88bb SHA512: 1b6b8f53876d841d5d39166ca4b7d238ac4f07b1cc3bddd948f5b765b126a5ad7760ced8e0633745792129b99b3f83929807a16c530eb8c30cd9babe9612f3e2 Description: Perl extensions for writing PlRPC servers and clients Perl RPC simplifies the writing of Perl based client/server applications. RPC::PlServer is the package used on the server side, and you guess what RPC::PlClient is for. plRPC works by defining a set of functions that may be executed by the client. Homepage: http://search.cpan.org/search?query=PlRPC&mode=module Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libplumb2 Priority: optional Section: libs Installed-Size: 262 Maintainer: Debian HA Maintainers Architecture: amd64 Source: cluster-glue Version: 1.0.11+hg2754-1.1 Replaces: libcluster-glue (<= 1.0.6-1) Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.24.0), libpils2 (>= 1.0.11+hg2754), libuuid1 (>= 2.16) Conflicts: libcluster-glue (<= 1.0.6-1) Filename: pool/main/libplumb2_1.0.11+hg2754-1.1_amd64.deb Size: 89778 MD5Sum: 4c07c25ab2c453ada17990da28dcc3e6 SHA1: 31dda26f7681560623f7897ad85230684472e021 SHA256: 30e706350252b919ebce19e6c1967d8be74143039ee6878c281ebbc7b58a05da SHA512: 29ca02172c2ed481f084b3c12fb09dc9047b94dd822da190e14f6b31703bee29782f325f3a9a8627dd69731db9ee2a159db5e088a76a258cd0783cf06ddc6b03 Description: Reusable cluster libraries -- libplumb2 This package contains the plumber ibrary from cluster-glue, the reusable cluster components package. Install it if you want to use the pacemaker cluster manager. Homepage: http://hg.linux-ha.org/glue/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: libplumbgpl2 Priority: optional Section: libs Installed-Size: 50 Maintainer: Debian HA Maintainers Architecture: amd64 Source: cluster-glue Version: 1.0.11+hg2754-1.1 Replaces: libcluster-glue (<= 1.0.6-1) Depends: libc6 (>= 2.4) Conflicts: libcluster-glue (<= 1.0.6-1) Filename: pool/main/libplumbgpl2_1.0.11+hg2754-1.1_amd64.deb Size: 14248 MD5Sum: 31e7de829b1443c5d6f98d14c24d1319 SHA1: 441c0f6f4da02cb7be68b82b1e4d8f25ae783f06 SHA256: 99f3615e038d01c533accd9afc50c3ce7c904eedf822a0f383b4c251dead2f84 SHA512: 3005460d4db0fffa59d6a6a9efa7f6b70833661e25516f6757d8e0b761119d677f077598ba5a2a13d6e21dd84922c001796d5a810854065dc8d5b94067b76af2 Description: Reusable cluster libraries -- libplumbgpl2 This package contains the plumber library from cluster-glue, the reusable cluster components package, in the GPL version. Install it if you want to use the pacemaker cluster manager. Homepage: http://hg.linux-ha.org/glue/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: libplymouth2 Priority: required Section: libs Installed-Size: 279 Maintainer: Ubuntu Developers Architecture: amd64 Source: plymouth Version: 0.8.2-2ubuntu31.1 Replaces: plymouth (<< 0.7.0+git20090207-0ubuntu0.1~ppa4) Depends: libc6 (>= 2.14), libpng12-0 (>= 1.2.13-4) Breaks: casper (= 1.227), mountall (<< 2.8) Filename: pool/main/libplymouth2_0.8.2-2ubuntu31.1_amd64.deb Size: 92022 MD5Sum: e5747a8ec5c680dd34c3833b08481af1 SHA1: 4395dc5cdd9fa56219ffb91bec8cd68f51e47e73 SHA256: b6520707457eeeaceed3f88a6fcdc8dffb36a169dd1988935ad7fce1ab7488d6 SHA512: 7c63f40e3f9579ccebf71faf80046f4b99664f9791acfbf763c1fc6a726e9a019d55e74929866a4321e5577e818f8f6ce34cf31377819dd5d28649cbced52b25 Description: graphical boot animation and logger - shared libraries Plymouth is an application that runs very early in the boot process (even before the root filesystem is mounted!) that provides a graphical boot animation while the boot process happens in the background. . This package contains the shared libraries. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: libpng12-0 Priority: required Section: libs Installed-Size: 305 Maintainer: Ubuntu Developers Original-Maintainer: Anibal Monsalve Salazar Architecture: amd64 Source: libpng Version: 1.2.46-3ubuntu4 Replaces: libpng12-dev (<= 1.2.8rel-7) Depends: libc6 (>= 2.14), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Conflicts: libpng12-dev (<= 1.2.8rel-7), mzscheme (<= 1:209-5), pngcrush (<= 1.5.10-2), pngmeta (<= 1.11-3), povray-3.5 (<= 3.5.0c-10), qemacs (<= 0.3.1-5) Filename: pool/main/libpng12-0_1.2.46-3ubuntu4_amd64.deb Size: 131944 MD5Sum: b26910af154782afa749dd1a741c3908 SHA1: b6f80073f98ce7aa9e25f10039fa52376a01e212 SHA256: 02ce58c48197c12680ccb7e127aad48ce0803512384816b3bb1d8ba6b306a7fa SHA512: 1ca8ba05d005a27ea518492618cf07c7923fa772f881824cd97e6826b1a18c07a265527c546f0ea6ff6b11fead1e9c9cf25382e1ecfcac4d5efbc8367f9ca6e9 Description: PNG library - runtime libpng is a library implementing an interface for reading and writing PNG (Portable Network Graphics) format files. . This package contains the runtime library files needed to run software using libpng. Multi-Arch: same Homepage: http://libpng.org/pub/png/libpng.html Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: libpolkit-gobject-1-0 Priority: standard Section: libs Installed-Size: 151 Maintainer: Ubuntu Developers Original-Maintainer: Utopia Maintenance Team Architecture: amd64 Source: policykit-1 Version: 0.104-1ubuntu1.1 Depends: libc6 (>= 2.7), libglib2.0-0 (>= 2.31.8) Pre-Depends: multiarch-support Breaks: libpolkit-agent-1-0 (<< 0.99), libpolkit-backend-1-0 (<< 0.99), libpolkit-gtk-1-0 (<< 0.99), policykit-1 (<< 0.99) Filename: pool/main/libpolkit-gobject-1-0_0.104-1ubuntu1.1_amd64.deb Size: 42388 MD5Sum: 62d119b34e19d796914e53d815031a3b SHA1: 93f0e18cfa0c69d882d9f25267310bfc1c8a2e43 SHA256: 523d8512a3f706d9a5ee56350c83525a98947ef4e56321e960aa1e35f50a740e SHA512: 0f20e6f9799cf4cec4a1aa58a2b721f9f4c9258d694b41f529ef160f8d43b3098ae00970c37145a5809929e1e7b5c22e9ab7a0e26431619375a43c9d3c0aea52 Description: PolicyKit Authorization API PolicyKit is a toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes. . This package contains a library for accessing PolicyKit. Multi-Arch: same Homepage: http://hal.freedesktop.org/docs/PolicyKit/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: libpopt0 Priority: important Section: libs Installed-Size: 128 Maintainer: Ubuntu Developers Original-Maintainer: Paul Martin Architecture: amd64 Source: popt Version: 1.16-3ubuntu1 Replaces: popt Depends: libc6 (>= 2.8) Pre-Depends: multiarch-support Conflicts: libpopt-dev (<= 1.4-1), popt, rpm (<= 4.0.2-3) Filename: pool/main/libpopt0_1.16-3ubuntu1_amd64.deb Size: 28652 MD5Sum: 206e9d8384016a426332c71d2292ce7f SHA1: fd1043c8bbe6df926a3453b7bee980eb4298559e SHA256: 21d185a822ff71192942854dfea52950487355c3af685cc0f30cf7650d1c4d40 SHA512: 52730b8bfdae4d292b01fe6b568dc598ff7f58d2a865aabc0f1ae1796e437275a56bf45dd295651a5b513827c3c7ca9d1c53d241c59ea29ba1bc705b0ac1f717 Description: lib for parsing cmdline parameters Popt was heavily influenced by the getopt() and getopt_long() functions, but it allows more powerful argument expansion. It can parse arbitrary argv[] style arrays and automatically set variables based on command line arguments. It also allows command line arguments to be aliased via configuration files and includes utility functions for parsing arbitrary strings into argv[] arrays using shell-like rules. . This package contains the runtime library and locale data. Multi-Arch: same Homepage: http://rpm5.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: libpq5 Priority: optional Section: libs Installed-Size: 268 Maintainer: Ubuntu Developers Original-Maintainer: Martin Pitt Architecture: amd64 Source: postgresql-9.1 Version: 9.1.16-0ubuntu0.12.04 Depends: libc6 (>= 2.14), libcomerr2 (>= 1.01), libgssapi-krb5-2 (>= 1.10+dfsg~), libkrb5-3 (>= 1.6.dfsg.2), libldap-2.4-2 (>= 2.4.7), libssl1.0.0 (>= 1.0.0) Filename: pool/main/libpq5_9.1.16-0ubuntu0.12.04_amd64.deb Size: 90556 MD5Sum: 6dc155ad45580053bf8a37bf9fa14978 SHA1: d06f25e8c8f708088abf20297299899647908aa1 SHA256: 2e3e55e26411fe86f7b2cd56a28ea005ce0bdce1c8ab82744ae31f8206593735 SHA512: 3a977562479df2961261e70f9e6fa83267679e34e93e1e27ea8a203534ac5d7574eb2505db9016e62b04085714a9b14134680088e18daa777fdaf6c4a2365d57 Description: PostgreSQL C client library libpq is a C library that enables user programs to communicate with the PostgreSQL database server. The server can be on another machine and accessed through TCP/IP. This version of libpq is compatible with servers from PostgreSQL 8.2 or later. . This package contains the run-time library, needed by packages using libpq. . PostgreSQL is an object-relational SQL database management system. Homepage: http://www.postgresql.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: postgresql-server Package: libpulse0 Priority: optional Section: libs Installed-Size: 829 Maintainer: Ubuntu Core Developers Original-Maintainer: Pulseaudio maintenance team Architecture: amd64 Source: pulseaudio Version: 1:1.1-0ubuntu15.4 Depends: libasyncns0 (>= 0.3), libc6 (>= 2.15), libdbus-1-3 (>= 1.1.1), libjson0, libsndfile1 (>= 1.0.20), libwrap0 (>= 7.6-4~), libxcb1 Pre-Depends: multiarch-support Suggests: pulseaudio Breaks: pavucontrol (<< 0.9.8) Filename: pool/main/libpulse0_1.1-0ubuntu15.4_amd64.deb Size: 289062 MD5Sum: bbb42fcf90817d4e14fed4a1097af843 SHA1: 50cf0905f184801408893df18a147de8bde2fa30 SHA256: ebd86ce57fb5821c3dd0ffb398e9ca878bcb5a6ab15502a45ba31df4259fafbc SHA512: 38988eb2d94a3ce112af72c3d116ea543c0cfb9b3bb1755e0c76ae2ccd2a9e27fafd8cff46a6cea49adbf7308b6f80382527357f120a9799f4b099e64aa796fb Description: PulseAudio client libraries PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. . Client libraries used by applications that access a PulseAudio sound server via PulseAudio's native interface. Multi-Arch: same Homepage: http://www.pulseaudio.org Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: virt-host, ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, edubuntu-desktop-kde, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-desktop, ubuntustudio-desktop Package: libpython2.7 Priority: optional Section: libs Installed-Size: 3024 Maintainer: Ubuntu Core Developers Original-Maintainer: Matthias Klose Architecture: amd64 Source: python2.7 Version: 2.7.3-ubuntu1 Replaces: python2.7 (<< 2.6) Depends: python2.7 (= 2.7.3-ubuntu1), libc6 (>= 2.15), libgcc1 (>= 1:4.1.1), libssl1.0.0 (>= 1.0.0), zlib1g (>= 1:1.2.0) Filename: pool/main/libpython2.7_2.7.3-ubuntu1_amd64.deb Size: 1188290 MD5Sum: 36e2fbe724a2eb24a5a9054d9846541f SHA1: fd4d98020f7011ea5805f2839ec73df58fbd00eb SHA256: 778a1b020d33591d59e3148eb9f702c19a443ee8017c6e375fc791381d2ae932 SHA512: 78c9a8bef8d80bafe573bf34d60a89743500f91fa89d0b5385d8cecaea12368af896907723ec7d7728238d3d8e4490aafab400427e2f0f37ddb14c0910ddc3b2 Description: Shared Python runtime library (version 2.7) Version 2.7 of the high-level, interactive object oriented language, includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package contains the shared runtime library, normally not needed for programs using the statically linked interpreter. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, cloud-image, ubuntu-usb, server, kubuntu-desktop, kubuntu-full, kubuntu-active-desktop, kubuntu-active-full, kubuntu-active, edubuntu-desktop, edubuntu-usb, edubuntu-desktop-kde, xubuntu-desktop, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-desktop, ubuntustudio-desktop Package: libqb0 Priority: extra Section: libs Installed-Size: 144 Maintainer: Ubuntu Developers Original-Maintainer: Debian HA Maintainers Architecture: amd64 Source: libqb Version: 0.16.0.real-1ubuntu3 Depends: libc6 (>= 2.14) Filename: pool/main/libqb0_0.16.0.real-1ubuntu3_amd64.deb Size: 65572 MD5Sum: bb5ca8873745993e002a76a6d3915b9a SHA1: d57f56268b173a0de269acd937ab1eccc5650b44 SHA256: fc8f4ba08f4e1bc47480f91d836a37b2c2657c327d2f69a68f3acb8885ba3ed3 SHA512: 7dd0f21d9a44e3bbab75bb8c4a76dac3ab2cb772eedea54bebec86e84e56eb577ee675f06fea0e4c03645e2069f5ac40c935dfcecfe1ca97490ef32c725a3273 Description: high performance client server features library libqb provides a set of high performance client-server reusable features. It offers high performance logging, tracing, IPC and poll. Its initial features were spun off the Corosync cluster communication suite to make the accessible easier for other projects. . You'll need this package when installing the Pacemaker cluster manager (1.1.7 or higher) as it makes use of functions provided by this library. Homepage: https://github.com/asalkeld/libqb/wiki Package: libquadmath0 Priority: optional Section: libs Installed-Size: 246 Maintainer: Ubuntu Core developers Original-Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-4.6 Version: 4.6.3-1ubuntu5 Depends: gcc-4.6-base (= 4.6.3-1ubuntu5), libc6 (>= 2.14) Pre-Depends: multiarch-support Filename: pool/main/libquadmath0_4.6.3-1ubuntu5_amd64.deb Size: 125908 MD5Sum: d09ad0b5a41669c6b5c227175b77eb14 SHA1: 76184282cb98b8da52bae07e92707c21ad3d3681 SHA256: 4585931f7804d6630d825ee64b2b6ba6031af26dfce8b08a89c73e4ca74d3f1d SHA512: 89cdee93aa58da199ad3e26ad991d8c54fa72b29c1c091dc7b037afbb8bdd9cc4c3f0e942662d8d8ae4bb904ab36ab067d4f9ac80e25c03f19b20c3310cf5091 Description: GCC Quad-Precision Math Library A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. The library is used to provide on such targets the REAL(16) type in the GNU Fortran compiler. Multi-Arch: same Homepage: http://gcc.gnu.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Build-Essential: yes Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, edubuntu-desktop, edubuntu-usb, edubuntu-desktop-kde, xubuntu-desktop, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, ubuntustudio-desktop Package: libquorum4 Priority: optional Section: libs Installed-Size: 166 Maintainer: Debian HA Maintainers Architecture: amd64 Source: corosync Version: 1.4.6-2 Replaces: libcorosync4 (<= 1.4.2-1) Depends: libc6 (>= 2.2.5), libcoroipcc4 (>= 1.4.6) Conflicts: libcorosync4 (<= 1.4.2-1) Filename: pool/main/libquorum4_1.4.6-2_amd64.deb Size: 159850 MD5Sum: e2cc0e79f308c626a4417eeb4fe86b3b SHA1: 02ca1c54be4f35105b33e400da0cb6796d351779 SHA256: 8beab89e334593d109964da8627343b7b70b1712def8f359779c3f52b0ca4c5e SHA512: 0170ff70f9fdd59ec37ff9b0279336c017f9ef0c472bbb687c1913b8a013cce5974ec149a0f69ebcfb342ced186657aedbb1a8579aeb252823805a0a5ee08ac2 Description: Standards-based cluster framework, Quorum library Corosync is a project to implement a production quality "Revised BSD" licensed implementation of all core functionalities required by openais. The project implements cutting edge research on virtual synchrony to provide 100% correct operation in the face of failures or partitionable networks with excellent performance characteristics. . The Application Interface Specification is a software API and policies which are used to develop applications that maintain service during faults. . This package contains the Quorum library, which is a library included in Corosync. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: librabbitmq1 Priority: optional Section: libs Installed-Size: 85 Maintainer: Michael Fladischer Architecture: amd64 Source: librabbitmq Version: 0.4.1-1 Depends: libc6 (>= 2.15), libssl1.0.0 (>= 1.0.0) Pre-Depends: multiarch-support Filename: pool/main/librabbitmq1_0.4.1-1_amd64.deb Size: 37888 MD5Sum: 86ec0c18eb7dacdae7d9f6e2c26536dd SHA1: 912d75442390f5d07da88b0767ad663e1c0e2ca6 SHA256: 7479b0b467b43e105b69bc473009d41e6fd6756954990a37d5c4ef1173718198 SHA512: d937d264912efcdef78690c50bb1cd62113bc22056b32a9b69b63fd5b18a0a06d9cbf53d16cf6959bbd83eefcd04f1212bf6d0a001d872c783039a55fb6050e1 Description: AMQP client library written in C RabbitMQ provides robust messaging for applications. It is easy to use, fit for purpose at cloud scale and supported on all major operating systems and developer platforms. librabbitmq is a C-language AMQP client library for use with AMQP servers such as RabbitMQ speaking protocol versions 0-9-1. . This package includes the library itself. Homepage: https://github.com/alanxz/rabbitmq-c Package: librados2 Priority: optional Section: libs Installed-Size: 5616 Maintainer: Laszlo Boszormenyi (GCS) Architecture: amd64 Source: ceph Version: 99:0.80.7-ubuntu6 Replaces: librados, librados1 Depends: libboost-thread1.46.1 (>= 1.46.1-1), libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libnspr4 (>= 1.8.0.10), libnss3 (>= 3.12.0~1.9b1), libstdc++6 (>= 4.6), libuuid1 (>= 2.16) Conflicts: librados, librados1 Filename: pool/main/librados2_0.80.7-ubuntu6_amd64.deb Size: 1865496 MD5Sum: 3f4373b83e3846ba5155908a9cc2c7cd SHA1: adcafb650e2b973df2130c36b8796264b85ad2ef SHA256: bbcfd9a75af1a9fe265c4f0282a72d6eedadfbd0e150f6a215506b5cda680b50 SHA512: 754aff3584341155960615f0afad90af51f1cfc340a2792a54309ae64538000ea682441d988fc63e4096a4e56b5e57c0adbc3b3426bc6005cc402c50d42cc068 Description: RADOS distributed object store client library RADOS is a reliable, autonomic distributed object storage cluster developed as part of the Ceph distributed storage system. This is a shared library allowing applications to access the distributed object store using a simple file-like interface. Homepage: http://ceph.com/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: virt-host Package: librbd1 Priority: optional Section: libs Installed-Size: 959 Maintainer: Laszlo Boszormenyi (GCS) Architecture: amd64 Source: ceph Version: 99:0.80.7-ubuntu6 Depends: librados2 (= 99:0.80.7-ubuntu6), libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.6), libuuid1 (>= 2.16) Filename: pool/main/librbd1_0.80.7-ubuntu6_amd64.deb Size: 398414 MD5Sum: 9677adaf978da031c03d81d4c46bcc56 SHA1: 8cf349fa4a2ab0ee68f69c21c82af6d4ac87b54a SHA256: 92c49c02d3f4e2aacfa79005839e0500984decfc2b3a81153e0bdd7d2ffa1321 SHA512: 9e8b672ecc6f8924b91bbf17e18bfdc3bc09ad524b9cfd60c91970cf6ec7e6e079d183372cf926cb66060f1d41ef50fd27b4c83a1357609fe4e1eb928159ed02 Description: RADOS block device client library RBD is a block device striped across multiple distributed objects in RADOS, a reliable, autonomic distributed object storage cluster developed as part of the Ceph distributed storage system. This is a shared library allowing applications to manage these block devices. Homepage: http://ceph.com/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: virt-host Package: librdmacm1 Priority: extra Section: libs Installed-Size: 84 Maintainer: Ubuntu Developers Original-Maintainer: Roland Dreier Architecture: amd64 Source: librdmacm Version: 1.0.14.1-2 Depends: libc6 (>= 2.4), libibverbs1 (>= 1.1.2) Filename: pool/main/librdmacm1_1.0.14.1-2_amd64.deb Size: 18386 MD5Sum: b1c9cba52450858a416f2c23f6155416 SHA1: 3ba60ec46294ecb89df9ed93e3c2177830d7e0a5 SHA256: ad2d0c525c60ffae2f8b52b219f21c74b63ee434aea716a9cc1886f7250db83f SHA512: 2f52c92981fb2f8058ee185b045aac6118130fb9af5c88593e81c0050eca62d82dcff0dadc698454d5f0b85d926b4ed367038e2beef1debe0a72fa68a9ff7c62 Description: Library for managing RDMA connections librdmacm is a library that allows applications to set up reliable connected and unreliable datagram transfers when using RDMA adapters. It provides a transport-neutral interface in the sense that the same code can be used for both InfiniBand and iWARP adapters. The interface is based on sockets, but adapted for queue pair (QP) based semantics: communication must use a specific RDMA device, and data transfers are message-based. . librdmacm only provides communication management (connection setup and tear-down) and works in conjunction with the verbs interface provided by libibverbs, which provides the interface used to actually transfer data. . This package contains the shared library. Homepage: http://www.openfabrics.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: libreadline5 Priority: optional Section: libs Installed-Size: 346 Maintainer: Ubuntu Developers Original-Maintainer: Matthias Klose Architecture: amd64 Source: readline5 Version: 5.2-11 Depends: readline-common, libc6 (>= 2.11), libtinfo5 Pre-Depends: multiarch-support Filename: pool/main/libreadline5_5.2-11_amd64.deb Size: 128348 MD5Sum: 7f1a5bc806abf015dc11fb597b6ab67c SHA1: a02fe5aec34067a1c33170dc17b889ae5b9c8044 SHA256: 9972b3870a52c1affef1ef7e3ad32607d06e900c3c334dfd3eaf79c9fabe02fe SHA512: 3d9f6766280facda36bb311c7d952dd40e89e280143b5f024a38f864e1ec3be1ea54e4582a09232c4c4413389a53ca622b4907650ae0ed762f4c95bb515c35ea Description: GNU readline and history libraries, run-time libraries The GNU readline library aids in the consistency of user interface across discrete programs that need to provide a command line interface. . The GNU history library provides a consistent user interface for recalling lines of previously typed input. Multi-Arch: same Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-live, kubuntu-live, kubuntu-active-live, kubuntu-active, edubuntu-desktop-kde, edubuntu-desktop-gnome, edubuntu-dvd-live, xubuntu-live, mythbuntu-live, ubuntustudio-dvd-live Package: libreadline6 Priority: important Section: libs Installed-Size: 384 Maintainer: Ubuntu Developers Original-Maintainer: Matthias Klose Architecture: amd64 Source: readline6 Version: 6.2-8 Depends: readline-common, libc6 (>= 2.11), libtinfo5 Pre-Depends: multiarch-support Filename: pool/main/libreadline6_6.2-8_amd64.deb Size: 139220 MD5Sum: 6fba1ed811c8aea85422b983ea7e551a SHA1: ae059907e7360b1c9bd59e5e8d6f8def49ddea2c SHA256: 690c2ee54e52c3b2897a6553b3df63bb06eaeeb8281f70cc5dc286e5d649508c SHA512: df7753e05a99b44cec03feea25c5d76a21e9bcf607eac4bddacccc9d2b7e188b33217f27c3d50f04c5a553c18e0fcec679ec8bb57b47a4bd6fa1e4fe0ecb6c1c Description: GNU readline and history libraries, run-time libraries The GNU readline library aids in the consistency of user interface across discrete programs that need to provide a command line interface. . The GNU history library provides a consistent user interface for recalling lines of previously typed input. Multi-Arch: same Bugs: https://bugs.launchpad.net/ubuntu/+filebug Build-Essential: yes Origin: Ubuntu Supported: 5y Task: minimal Package: libroken18-heimdal Priority: standard Section: libs Installed-Size: 157 Maintainer: Ubuntu Developers Original-Maintainer: Brian May Architecture: amd64 Source: heimdal Version: 1.6~git20120311.dfsg.1-2ubuntu0.1 Depends: libc6 (>= 2.15) Pre-Depends: multiarch-support Filename: pool/main/libroken18-heimdal_1.6~git20120311.dfsg.1-2ubuntu0.1_amd64.deb Size: 46036 MD5Sum: 826885111052131fc468adc09b39b1fe SHA1: 40f3eaffe6ca4000b5c3f5b3fdcda618d2f19991 SHA256: a499920c2bc9d44644f5d937f24ed48c563722addfeccfa6f61dbfa9f9cb5e19 SHA512: c0add49acd98e73493928fe29c964168ecced786d9bd9b502e5434a0eee821b67daa91ba5c93e6a1a792378badce4d53f10c82547028ded2d5f3637da48224d5 Description: Heimdal Kerberos - roken support library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package contains the library for roken support. Multi-Arch: same Homepage: http://www.h5l.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: librsvg2-2 Priority: optional Section: libs Installed-Size: 401 Maintainer: Ubuntu Developers Original-Maintainer: Josselin Mouette Architecture: amd64 Source: librsvg Version: 2.36.1-0ubuntu1.1 Depends: libc6 (>= 2.7), libcairo2 (>= 1.2.4), libcroco3 (>= 0.6.2), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.24.0), libpango1.0-0 (>= 1.18.0), libxml2 (>= 2.7.4) Pre-Depends: multiarch-support Suggests: librsvg2-bin Filename: pool/main/librsvg2-2_2.36.1-0ubuntu1.1_amd64.deb Size: 105056 MD5Sum: 3fd5ab3471d4d09187e0d4ddbef0224b SHA1: 85f369928b64a48c20439bdacd296fc55fb44d3a SHA256: 1c1748e1ac074df484aba871a51e30de160c183733a33881af1a9639bdbb6ed7 SHA512: 49e991929d22e2100c54dfde97d05bd1ce72d9b7796ff5e4078226cb31a65234a2a97bba0938e77920067a1c7fcf8ab84496868e9b4188fa0216a874f1e42930 Description: SAX-based renderer library for SVG files (runtime) The rsvg library is an efficient renderer for Scalable Vector Graphics (SVG) pictures. . This package contains the runtime library, necessary to run applications using librsvg. Multi-Arch: same Homepage: http://librsvg.sourceforge.net/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-full, kubuntu-active-desktop, kubuntu-active-full, edubuntu-desktop, edubuntu-usb, edubuntu-desktop-kde, xubuntu-desktop, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: librtmp0 Priority: standard Section: libs Installed-Size: 143 Maintainer: Ubuntu Developers Original-Maintainer: Debian Multimedia Maintainers Architecture: amd64 Source: rtmpdump Version: 2.4~20110711.gitc28f1bab-1 Depends: libc6 (>= 2.7), libgcrypt11 (>= 1.5.0-0), libgnutls26 (>= 2.9.11-0), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Filename: pool/main/librtmp0_2.4~20110711.gitc28f1bab-1_amd64.deb Size: 57128 MD5Sum: 291ad9b0074da5b1acb8f822cad35a06 SHA1: ccc1fb449f10e60191f8a988967cd304323a93f7 SHA256: 93266a830a6577d662ce965e7b99f736d8633d92e7115b58abd79c55b0e7d5e2 SHA512: b8f49e190d9ac0a6d171ab58c01b7de65bf0ae10c9452d5109bd2250b56c6f9daf45ab8f5d91ca5e2f65bfd05ca9b9a4e3bfb09ecf7cbab4174b321563c93aac Description: toolkit for RTMP streams (shared library) A small dumper for media content streamed over the RTMP protocol (like BBC's iPlayer high quality streams). Supplying an rtmp URL will result in a dumped flv file, which can be played/transcoded using ffmpeg/mplayer, etc. . This package contains the shared libraries, header files needed by programs that want to use librtmp. Multi-Arch: same Homepage: http://rtmpdump.mplayerhq.hu/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: libruby1.8 Priority: optional Section: libs Installed-Size: 6204 Maintainer: Ubuntu Developers Original-Maintainer: akira yamada Architecture: amd64 Source: ruby1.8 Version: 1.8.7.352-2ubuntu1.6 Replaces: irb1.8, libbigdecimal-ruby1.8, libcurses-ruby1.8, libdbm-ruby1.8, libdl-ruby1.8, libdrb-ruby1.8, liberb-ruby1.8, libgdbm-ruby1.8, libiconv-ruby1.8, libopenssl-ruby1.8, libpty-ruby1.8, libracc-runtime-ruby1.8, libreadline-ruby1.8, librexml-ruby1.8, libsdbm-ruby1.8, libsoap-ruby1.8, libstrscan-ruby1.8, libsyslog-ruby1.8, libtest-unit-ruby1.8, libwebrick-ruby1.8, libxmlrpc-ruby1.8, libyaml-ruby1.8, libzlib-ruby1.8, rdoc1.8 Provides: libbigdecimal-ruby1.8, libcurses-ruby1.8, libdbm-ruby1.8, libdl-ruby1.8, libdrb-ruby1.8, liberb-ruby1.8, libgdbm-ruby1.8, libiconv-ruby1.8, libopenssl-ruby1.8, libpty-ruby1.8, libracc-runtime-ruby1.8, libreadline-ruby1.8, librexml-ruby1.8, libsdbm-ruby1.8, libsoap-ruby1.8, libstrscan-ruby1.8, libsyslog-ruby1.8, libtest-unit-ruby1.8, libwebrick-ruby1.8, libxmlrpc-ruby1.8, libyaml-ruby1.8, libzlib-ruby1.8 Depends: libc6 (>= 2.15), libgdbm3 (>= 1.8.3), libncurses5 (>= 5.5-5~), libreadline5 (>= 5.2), libssl1.0.0 (>= 1.0.0), libtinfo5, zlib1g (>= 1:1.1.4) Conflicts: irb1.8 (<< 1.8.7.249-3~), libbigdecimal-ruby1.8, libcurses-ruby1.8, libdbm-ruby1.8, libdl-ruby1.8, libdrb-ruby1.8, liberb-ruby1.8, libgdbm-ruby1.8, libiconv-ruby1.8, libopenssl-ruby1.8, libpty-ruby1.8, libracc-runtime-ruby1.8, libreadline-ruby1.8, librexml-ruby1.8, libsdbm-ruby1.8, libsoap-ruby1.8, libstrscan-ruby1.8, libsyslog-ruby1.8, libtest-unit-ruby1.8, libwebrick-ruby1.8, libxmlrpc-ruby1.8, libyaml-ruby1.8, libzlib-ruby1.8, rdoc1.8 (<< 1.8.7.249-3~) Filename: pool/main/libruby1.8_1.8.7.352-2ubuntu1.6_amd64.deb Size: 1799590 MD5Sum: 80cd8c8b4b47805b9c2e6cf8ac4b8d61 SHA1: ff43c57427a83d4c9c592dcac358a51ed58e26ce SHA256: 12bd5c03dffdcf78921ed5b1d24395eee07071b997533b1694f0bfe020d70489 SHA512: f10bc3ae8c3a1720600a5564e25689d16e785ecef2fbce0e685331aa060a338220cef2e776e713622293044d67b34cdf151c2aa99b6dccefbe3104d1ca722a42 Description: Libraries necessary to run Ruby 1.8 Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in perl). It is simple, straight-forward, and extensible. . This package includes the libruby, necessary to run Ruby 1.8. Homepage: http://www.ruby-lang.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: kubuntu-active Package: libruby Priority: optional Section: libs Installed-Size: 32 Maintainer: Ubuntu Developers Original-Maintainer: akira yamada Architecture: all Source: ruby-defaults Version: 4.8 Replaces: libbigdecimal-ruby (<< 4), libcurses-ruby (<< 4), libdbm-ruby, libdl-ruby (<< 4), libdrb-ruby (<< 4), liberb-ruby (<< 4), libgdbm-ruby, libiconv-ruby (<< 4), libopenssl-ruby, libpty-ruby (<< 4), libracc-runtime-ruby (<< 4), libreadline-ruby, librexml-ruby (<< 4), libsdbm-ruby (<< 4), libstrscan-ruby (<< 4), libsyslog-ruby (<< 4), libtest-unit-ruby (<< 4), libwebrick-ruby (<< 4), libxmlrpc-ruby (<< 4), libyaml-ruby (<< 4), libzlib-ruby (<< 4) Provides: libbigdecimal-ruby, libcurses-ruby, libdbm-ruby, libdl-ruby, libdrb-ruby, liberb-ruby, libgdbm-ruby, libiconv-ruby, libopenssl-ruby, libpty-ruby, libracc-runtime-ruby, libreadline-ruby, librexml-ruby, libsdbm-ruby, libstrscan-ruby, libsyslog-ruby, libtest-unit-ruby, libwebrick-ruby, libxmlrpc-ruby, libyaml-ruby, libzlib-ruby Depends: libruby1.8 (>> 1.8.7.334-1) Conflicts: libbigdecimal-ruby (<< 4), libcurses-ruby (<< 4), libdbm-ruby, libdl-ruby (<< 4), libdrb-ruby (<< 4), liberb-ruby (<< 4), libgdbm-ruby, libiconv-ruby (<< 4), libopenssl-ruby, libpty-ruby (<< 4), libracc-runtime-ruby (<< 4), libreadline-ruby, librexml-ruby (<< 4), libsdbm-ruby (<< 4), libstrscan-ruby (<< 4), libsyslog-ruby (<< 4), libtest-unit-ruby (<< 4), libwebrick-ruby (<< 4), libxmlrpc-ruby (<< 4), libyaml-ruby (<< 4), libzlib-ruby (<< 4) Filename: pool/main/libruby_4.8_all.deb Size: 4766 MD5Sum: 8cc1c8fe9ca1cabcdaca2b734fb70e4a SHA1: 64fa03a290ff904930b5b7879df86d2478d71c97 SHA256: 8ea296d3c6cb1b931321577dc27a0aa14d4aca30acc33d6fb7bfe862044ec334 SHA512: c2228214f96437aa4ebc45573d9f1cb868f570b74adcbafae55edd65c679c71bdab051d01f11c744daa92688704826e47adb3c7e7874740b57003e3f64fdc1d7 Description: Transitional package for libruby1.8 This is a transitional package which ensures that users of libruby will use libruby1.8 in the future. It can safely be removed. Homepage: http://www.ruby-lang.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libsam4 Priority: optional Section: libs Installed-Size: 161 Maintainer: Debian HA Maintainers Architecture: amd64 Source: corosync Version: 1.4.6-2 Replaces: libcorosync4 (<= 1.4.2-1) Depends: libc6 (>= 2.4) Conflicts: libcorosync4 (<= 1.4.2-1) Filename: pool/main/libsam4_1.4.6-2_amd64.deb Size: 157460 MD5Sum: 150f28a5b18e92bf131fe6adc42ed756 SHA1: 79f72af97a8089fa84c0bb202cff9e1c9974b1d1 SHA256: 5319f763afb6ba83aa3b7cc0e6086876790be4b6a91efd3b3a583603189b93b5 SHA512: 90ce2193fcdfe2c6882735df0eb75f4af7788015eb2484b34040d57eff8989e5bc860af67f91adbb017eb1c1fa476378c4d57ecb4548f2552e04d7b54bffe349 Description: Standards-based cluster framework, Sam library Corosync is a project to implement a production quality "Revised BSD" licensed implementation of all core functionalities required by openais. The project implements cutting edge research on virtual synchrony to provide 100% correct operation in the face of failures or partitionable networks with excellent performance characteristics. . The Application Interface Specification is a software API and policies which are used to develop applications that maintain service during faults. . This package contains the Sam library, which is a library included in Corosync. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: libsasl2-2 Priority: standard Section: libs Installed-Size: 191 Maintainer: Ubuntu Developers Original-Maintainer: Debian Cyrus SASL Team Architecture: amd64 Source: cyrus-sasl2 Version: 2.1.25.dfsg1-3ubuntu0.1 Replaces: libsasl2 Depends: libc6 (>= 2.15), libdb5.1 Pre-Depends: multiarch-support Recommends: libsasl2-modules (= 2.1.25.dfsg1-3ubuntu0.1) Breaks: postfix (<= 2.8.3-1), slapd (<= 2.4.25-3) Filename: pool/main/libsasl2-2_2.1.25.dfsg1-3ubuntu0.1_amd64.deb Size: 69124 MD5Sum: cdfc8d5c3ae67bc282f8cf8df6807e81 SHA1: 2f7b62cc9c674b01d908eee2c49a7d1cae12ca40 SHA256: 70321ab4e3e1e70907a2ad625b780d0d428d0a79e9982cee261e746ac5151587 SHA512: ed72c8c2ad646d4acfb3701369f0a0ef35c8696ebf4efddb84feb8e06ef36443d99465aaa002958a0c505bb0457041b7f61cbda129ffba913d8a73be17faf59a Description: Cyrus SASL - authentication abstraction library This is the Cyrus SASL API implementation, version 2.1. . SASL is the Simple Authentication and Security Layer, a method for adding authentication support to connection-based protocols. To use SASL, a protocol includes a command for identifying and authenticating a user to a server and for optionally negotiating protection of subsequent protocol interactions. If its use is negotiated, a security layer is inserted between the protocol and the connection. See RFC 2222 for more information. . Any of: ANONYMOUS, CRAM-MD5, DIGEST-MD5, GSSAPI (MIT or Heimdal Kerberos 5), NTLM, OTP, PLAIN, or LOGIN can be used. If you intend to use this package on a server that provides SASL authentication, then you must install some of the libsasl2-modules* packages. Multi-Arch: same Homepage: http://www.cyrusimap.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: libsasl2-modules Priority: standard Section: devel Installed-Size: 228 Maintainer: Ubuntu Developers Original-Maintainer: Debian Cyrus SASL Team Architecture: amd64 Source: cyrus-sasl2 Version: 2.1.25.dfsg1-3ubuntu0.1 Depends: libsasl2-2 (= 2.1.25.dfsg1-3ubuntu0.1), libc6 (>= 2.14), libssl1.0.0 (>= 1.0.0) Suggests: libsasl2-modules-otp, libsasl2-modules-ldap, libsasl2-modules-sql, libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal Filename: pool/main/libsasl2-modules_2.1.25.dfsg1-3ubuntu0.1_amd64.deb Size: 63248 MD5Sum: a8c5e5e6d125aee8c91507dbc18d3b04 SHA1: fbec10f058868e7e529a5dc3dc642435a552a0ae SHA256: e087a8e470510e9e81b1431f808d190ca93529ce71801c3448b09859af8af242 SHA512: 2266c2153b5377b632b6e1c8f742439ce6d6b8103efd08e9ba5c57f8a5f87a3d4b360eecaa4434a9954594222c3db343c53ceeedae22f4a7fca9e6089665f805 Description: Cyrus SASL - pluggable authentication modules This is the Cyrus SASL API implementation, version 2.1. See package libsasl2-2 and RFC 2222 for more information. . This package provides the following SASL modules: LOGIN, PLAIN, ANONYMOUS, NTLM, CRAM-MD5, and DIGEST-MD5 (with DES support). Multi-Arch: same Homepage: http://www.cyrusimap.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: libsctp1 Priority: optional Section: libs Installed-Size: 64 Maintainer: Ubuntu Developers Original-Maintainer: Michael Biebl Architecture: amd64 Source: lksctp-tools Version: 1.0.11+dfsg-2 Depends: libc6 (>= 2.4) Recommends: lksctp-tools Filename: pool/main/libsctp1_1.0.11+dfsg-2_amd64.deb Size: 8102 MD5Sum: edc4a3586f2da67b64eb1fed1d4f9ef1 SHA1: 2857b6de4a49602e3068d8ba693b32e5ebf391b0 SHA256: 63e150a0c52081762d49a8f294371fe7cefdc2d1415c7a566c0edae71a727e9e SHA512: 8ce1670b70e58ef7440d377fef91718cf67ea40e592da7f0fd65411fbfb4dda07d9b76acfcb45bb20342cccd19e9fb9c983c35d5761413bb75c42d2414a9c0fa 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/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: libsdl1.2debian Priority: optional Section: libs Installed-Size: 498 Maintainer: Ubuntu Developers Original-Maintainer: Debian SDL packages maintainers Architecture: amd64 Source: libsdl1.2 Version: 1.2.14-6.4ubuntu3.1 Replaces: libsdl1.2debian-all, libsdl1.2debian-alsa, libsdl1.2debian-esd, libsdl1.2debian-nas, libsdl1.2debian-oss, libsdl1.2debian-pulseaudio Depends: libasound2 (>= 1.0.23), libc6 (>= 2.15), libcaca0 (>= 0.99.beta17-1), libpulse0 (>= 1:0.99.1), libx11-6 (>= 2:1.4.99.1), libxext6 Pre-Depends: multiarch-support Conflicts: libsdl1.2, libsdl1.2-all, libsdl1.2-esd, libsdl1.2-nas, libsdl1.2-oss, libsdl1.2debian-all, libsdl1.2debian-alsa, libsdl1.2debian-esd, libsdl1.2debian-nas, libsdl1.2debian-oss, libsdl1.2debian-pulseaudio Filename: pool/main/libsdl1.2debian_1.2.14-6.4ubuntu3.1_amd64.deb Size: 197106 MD5Sum: a1b4a8e5a00f674e70554983c26b5238 SHA1: 71b3f13dbabfb6489d7a2eb7d670d43989b2c030 SHA256: f85aa7872dfb6053e2188afb4a671f9df12a99dbad847c4d4e1c7c131e7dbf30 SHA512: 5b4400dfd60eb5bd191ad3fb76fd0ac7f0d33da18ed6e0ebe64d586476a32de860dc06a23cddfb8dbe06c0573ba66a169db0f20e1ee46950f3d1cb6d5b1992d6 Description: Simple DirectMedia Layer SDL is a library that allows programs portable low level access to a video framebuffer, audio output, mouse, and keyboard. . This version of SDL is compiled with X11 and caca graphics drivers and OSS, ALSA, NAS and PulseAudio sound drivers. Multi-Arch: same Homepage: http://www.libsdl.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: virt-host, ubuntu-desktop, ubuntu-usb, edubuntu-desktop, edubuntu-usb, edubuntu-desktop-kde, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-desktop, ubuntustudio-desktop Package: libseccomp1 Priority: optional Section: libs Installed-Size: 103 Maintainer: Kees Cook Architecture: amd64 Source: libseccomp Version: 1.0.1-2~cloud0 Depends: libc6 (>= 2.3.4) Pre-Depends: multiarch-support Filename: pool/main/libseccomp1_1.0.1-2~cloud0_amd64.deb Size: 29258 MD5Sum: fead467efd3824ce9a98f2067dcb4214 SHA1: e499dfc77832e1df2b9c45dee225c00b9a96455f SHA256: 0d10a7694c1d4c30c820fe434eff1a014787bd360dba57defc2e1d1c031f558e SHA512: 22b96240f3a4814a462583a0bf5f5fa800aefebc2f07520c0bcd6458adcd39b3b0745699193dc9351b7333d08f9759a35d7afc54c59bec726c0be86b6762cf22 Description: high level interface to Linux seccomp filter This library provides a high level interface to constructing, analyzing and installing seccomp filters via a BPF passed to the Linux Kernel's prctl() syscall. Multi-Arch: same Homepage: https://sourceforge.net/projects/libseccomp/ Package: libseccomp2 Priority: optional Section: libs Installed-Size: 96 Maintainer: Kees Cook Architecture: amd64 Source: libseccomp Version: 2.1.0+dfsg-1 Depends: libc6 (>= 2.3.4) Pre-Depends: multiarch-support Filename: pool/main/libseccomp2_2.1.0+dfsg-1_amd64.deb Size: 34598 MD5Sum: e58d45b326f477a4483fd40101e97414 SHA1: a94d90c830bb1b2f34f8810ba3b224d6da0229ac SHA256: 973590f78ce1ff5886f1d5b45ca2e6e936f2e3fc2c316e78b101784517d967a6 SHA512: 294285d70561a4c17df59db8dbac366c54dbd036cb037a6a588d37bfed37b04dec6586920cf99cfc2e7b845aeb35d60eb8bb17dba6df82a94c43f61353eb1b79 Description: high level interface to Linux seccomp filter This library provides a high level interface to constructing, analyzing and installing seccomp filters via a BPF passed to the Linux Kernel's prctl() syscall. Multi-Arch: same Homepage: https://sourceforge.net/projects/libseccomp/ Package: libselinux1 Priority: required Section: libs Installed-Size: 189 Maintainer: Ubuntu Developers Original-Maintainer: Russell Coker Architecture: amd64 Source: libselinux Version: 2.1.0-4.1ubuntu1 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Filename: pool/main/libselinux1_2.1.0-4.1ubuntu1_amd64.deb Size: 62106 MD5Sum: 44cabfc9982aac89cee6d13406ed0207 SHA1: d161f494edabd240d2800c32ceeb5cb8dbf1d782 SHA256: 6c6ee1a43988dac9581a05deacae1ecd24b69a6d6c34dafa52e2279996462f97 SHA512: c83b6171861e9084d68ea54ff978ac958b421ae8b0769f2e83f17a334ee2a9a4d2623c73301124b45b5874a5f8031c6b25b7a1cbb6df7ef1dff331f23f94caa4 Description: SELinux runtime shared libraries This package provides the shared libraries for Security-enhanced Linux that provides interfaces (e.g. library functions for the SELinux kernel APIs like getcon(), other support functions like getseuserbyname()) to SELinux-aware applications. Security-enhanced Linux is a patch of the Linux kernel and a number of utilities with enhanced security functionality designed to add mandatory access controls to Linux. The Security-enhanced Linux kernel contains new architectural components originally developed to improve the security of the Flask operating system. These architectural components provide general support for the enforcement of many kinds of mandatory access control policies, including those based on the concepts of Type Enforcement, Role-based Access Control, and Multi-level Security. . libselinux1 provides an API for SELinux applications to get and set process and file security contexts and to obtain security policy decisions. Required for any applications that use the SELinux API. libselinux may use the shared libsepol to manipulate the binary policy if necessary (e.g. to downgrade the policy format to an older version supported by the kernel) when loading policy. Multi-Arch: same Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: libsensors4 Priority: optional Section: libs Installed-Size: 140 Maintainer: Ubuntu Developers Original-Maintainer: Aurelien Jarno Architecture: amd64 Source: lm-sensors Version: 1:3.3.1-2ubuntu1 Depends: makedev (>= 2.3.1-45) | udev, libc6 (>= 2.14) Pre-Depends: multiarch-support Suggests: lm-sensors Filename: pool/main/libsensors4_3.3.1-2ubuntu1_amd64.deb Size: 31904 MD5Sum: d8a23ca9c92f8e57dd6aee0a20b409e4 SHA1: 527ee865193cd945e8e571aa85b3c5443c5ad498 SHA256: 1e18b457adac1eeab038ce3c2aded1c0f711e217398a07b67a897270b758f943 SHA512: 0f911e131baf6aa1f7d3c88f060c927b693b10d7121ee6320cc41dc31ba10d64d2ac680e0afe397d9097a35d2459b7e21024bfe4d64db19a035d9addeee1c3ba Description: library to read temperature/voltage/fan sensors Lm-sensors is a hardware health monitoring package for Linux. It allows you to access information from temperature, voltage, and fan speed sensors. It works with most newer systems. . This package contains a shared library for querying lm-sensors. Multi-Arch: same Homepage: http://www.lm-sensors.org Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, print-server, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, lubuntu-core, ubuntustudio-desktop Package: libsgutils2-2 Priority: optional Section: libs Installed-Size: 218 Maintainer: Ubuntu Developers Original-Maintainer: Ritesh Raj Sarraf Architecture: amd64 Source: sg3-utils Version: 1.33-1 Replaces: libsgutils2 Depends: libc6 (>= 2.14) Suggests: sg3-utils Conflicts: libsgutils2 Filename: pool/main/libsgutils2-2_1.33-1_amd64.deb Size: 64418 MD5Sum: d9c0fb899a1a43e1f0d2c5f539bd2780 SHA1: 702ebe3c142fd7c5d7350b062ec44c8d5ac68e4a SHA256: 8a116348fed0bcced31b23af4f664d464c96b614b20268d0968a4222c9785e27 SHA512: 4e27ab7eb78a2851952c3ca3c02f0587f054a89f9b31f2e0a436d36116f8c4f8f307ce8852b656a402728c522ccea6d315bddfea59024a7131cdb45daa16cb27 Description: utilities for devices using the SCSI command set (shared libraries) Most OSes have SCSI pass-through interfaces that enable user space programs to send SCSI commands to a device and fetch the response. With SCSI to ATA Translation (SAT) many ATA disks now can process SCSI commands. Typically each utility in this package implements one SCSI command. See the draft standards at www.t10.org for SCSI command definitions plus SAT. ATA commands are defined in the draft standards at www.t13.org . For a mapping between supported SCSI and ATA commands and utility names in this package see the COVERAGE file . Shared library used by the utilities in the sg3-utils package. Homepage: http://sg.danny.cz/sg/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, edubuntu-desktop-kde, xubuntu-desktop, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-desktop, ubuntustudio-desktop Package: libshadow-ruby1.8 Priority: optional Section: interpreters Installed-Size: 76 Maintainer: Ubuntu Developers Original-Maintainer: akira yamada Architecture: amd64 Source: libshadow-ruby Version: 1.4.1-8build1 Depends: libc6 (>= 2.2.5), libruby1.8 (>= 1.8.7.249) Filename: pool/main/libshadow-ruby1.8_1.4.1-8build1_amd64.deb Size: 9416 MD5Sum: f4df08de22922d5eb7195965a8b15afc SHA1: 475debbcc539dd6e5b3edab1c2edfb729f609d54 SHA256: 4ed0732ec9939c0f9ef9d41ceda30f1a1c8f0a7b307368a94bef7b8b1bd2d13d SHA512: 351cf02f6a2f7d10bccc02eb5a0b6912fd2209ad57b4a4eafdeeccb5dee6c488d7b7cc016a48d4301ddd4cf3023f72a0beea920b02861820ad3dae6b51dc342f Description: Interface of shadow password for Ruby 1.8 This is a module which used when you access Linux shadow password files from Ruby. . This package provides library files for Ruby 1.8. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: libsigc++-2.0-0c2a Priority: optional Section: libs Installed-Size: 83 Maintainer: Ubuntu Developers Original-Maintainer: Daniel Burrows Architecture: amd64 Source: libsigc++-2.0 Version: 2.2.10-0ubuntu2 Replaces: libsigc++-1.9-0, libsigc++-2.0-0, libsigc++-2.0-0c2 Depends: libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.6) Pre-Depends: multiarch-support Conflicts: libsigc++-1.9-0, libsigc++-2.0-0, libsigc++-2.0-0c2 Filename: pool/main/libsigc++-2.0-0c2a_2.2.10-0ubuntu2_amd64.deb Size: 10406 MD5Sum: 12f8c70cf5857425ba0d2a8bf6b9a676 SHA1: fba9ea27d9e5515c09fa3ae76c8f030f32081156 SHA256: 29af96a31b2d7e33a086704c6911dfdfd57bf7eadc52d8b0b7ec1fa5e967c1fb SHA512: 595599508794aa4f1dcba3d250f470e1003211ff4f67debf92d086e19a294b97b637096ab0a8a6c0655bf9d39d30ce7fb853f124f501a9dd044a089a7780cf04 Description: type-safe Signal Framework for C++ - runtime This library implements a full callback system for use in widget libraries, abstract interfaces, and general programming. It provides the ability to connect an abstract callback to a class method, function, or function object, and contains adaptor classes for the connection of dissimilar callbacks. . These are the runtime files for libsigc++, needed only if you wish to run software which depends on it. Multi-Arch: same Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, cloud-image, ubuntu-usb, edubuntu-desktop, edubuntu-usb, edubuntu-desktop-kde, xubuntu-desktop, lubuntu-live, ubuntustudio-desktop Package: libsigsegv2 Priority: optional Section: libs Installed-Size: 96 Maintainer: Ubuntu Developers Original-Maintainer: Debian Common Lisp Team Architecture: amd64 Source: libsigsegv Version: 2.9-4ubuntu2 Depends: libc6 (>= 2.4) Filename: pool/main/libsigsegv2_2.9-4ubuntu2_amd64.deb Size: 14584 MD5Sum: 38369ce7b6d5c1e4530746693266e920 SHA1: 30d0e223aa2df41106a2607bc575cd8d48a87ab0 SHA256: 346ae4c3ecc80b1dbbc869226c1b666eb54b8586afa1de37453b290fbee0522e SHA512: 268d02b3dbde0f9a6fe9617ab4463f959aad12cc96c3f42b1782eef355a586b67dbe26776b294b37f69f6ed14f5df3982666651eafba62a681fb76f861524122 Description: Library for handling page faults in a portable way GNU libsigsegv is a library that allows handling page faults in a portable way. It is used e.g. for generational garbage collectors and stack overflow handlers. . This package contains the shared library. Homepage: http://libsigsegv.sourceforge.net/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: virt-host, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, ubuntustudio-generation Package: libslang2 Priority: required Section: libs Installed-Size: 1530 Maintainer: Ubuntu Developers Original-Maintainer: Alastair McKinstry Architecture: amd64 Source: slang2 Version: 2.2.4-3ubuntu1 Depends: libc6 (>= 2.4) Pre-Depends: multiarch-support Recommends: libpng12-0 Filename: pool/main/libslang2_2.2.4-3ubuntu1_amd64.deb Size: 502518 MD5Sum: edc09a13c6d7bd403c78722a666f21dc SHA1: e1f6f921902aab60cdd0c540a545df18dfb6443e SHA256: 5d5c73ef890bc93421cc6925b9a5d52e7f412bbfc3c90927581eda10cb6bb0c5 SHA512: eff9c3f5a2b4f43ad61a8b5c952f0bdd3dca788d7b40685fe84b063b901d542863ef23fc5872c67a5a6403a6ef49f8f115c07e8c7804606f81cc942a8b3e6caa Description: S-Lang programming library - runtime version S-Lang is a C programmer's library that includes routines for the rapid development of sophisticated, user friendly, multi-platform applications. . This package contains only the shared library libslang.so.* and copyright information. It is only necessary for programs that use this library (such as jed and slrn). If you plan on doing development with S-Lang, you will need the companion -dev package as well. Multi-Arch: same Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: libsm6 Priority: optional Section: libs Installed-Size: 77 Maintainer: Ubuntu Developers Original-Maintainer: Debian X Strike Force Architecture: amd64 Source: libsm Version: 2:1.2.0-2build1 Depends: libc6 (>= 2.14), libice6 (>= 1:1.0.0), libuuid1 (>= 2.16) Pre-Depends: multiarch-support Filename: pool/main/libsm6_1.2.0-2build1_amd64.deb Size: 18088 MD5Sum: b68af2eaa1863f936f4a66c81b121390 SHA1: acf38c156045c0672823e185a6888d01cb8c1797 SHA256: 4089db297167c28e88fddd2d16c340c84de5afa5124e76b6c7f710cdcae769b7 SHA512: 04e0c8d56f231044bf1e2c3f0122899f093d803d195fc8d01df76b14bf28eb103a20a54ddb64d82b19d78bd765d187032f3dbd44e8fab39fbcfc5fd1e1096e10 Description: X11 Session Management library This package provides the main interface to the X11 Session Management library, which allows for applications to both manage sessions, and make use of session managers to save and restore their state for later use. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libSM Multi-Arch: same Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: libsmi2ldbl Priority: optional Section: universe/libs Installed-Size: 402 Maintainer: Vincent Bernat Architecture: amd64 Source: libsmi Version: 0.4.8+dfsg2-8ubuntu2 Replaces: libsmi0, libsmi1, libsmi2 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Suggests: snmp-mibs-downloader Conflicts: libsmi0, libsmi1, libsmi2 Filename: pool/main/libsmi2ldbl_0.4.8+dfsg2-8ubuntu2_amd64.deb Size: 127364 MD5Sum: afca4d461a258fdaf668666614e5e586 SHA1: 3ea25dc20e66cfb9abc4763736d2ddf154c79135 SHA256: ee4013dc4d9e2b00a7c852c41ba4b93543255185c91b006ded00fba84a3fa954 SHA512: 4e4cc06ad85aecd320f799371f98d1ad3762689886822bc6a9a13c8d5aa909162986a3d1c51a01833edeb5c684cda7aa8cc07ba2a26608e0e41e4cbc9a7c8a15 Description: library to access SMI MIB information The purpose of libsmi is to * give network management applications a concise programmer-friendly interface to access MIB module information, * separate the knowledge on SMI from the main parts of management applications, * allow to add new kinds of MIB repositories without the need to adapt applications that make use of libsmi. . In this context, MIB is "Management Information Base" and SMI stands for "Structure and identification of Management Information". See RFC1902 and others for details. . This package contains the main libsmi library. Multi-Arch: same Homepage: http://www.ibr.cs.tu-bs.de/projects/libsmi/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libsnappy1 Priority: extra Section: universe/libs Installed-Size: 62 Maintainer: Ubuntu Developers Original-Maintainer: Steinar H. Gunderson Architecture: amd64 Source: snappy Version: 1.0.4-1build1 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Filename: pool/main/libsnappy1_1.0.4-1build1_amd64.deb Size: 12758 MD5Sum: 377aeb46ccf28b669d1b37ee718f4dd9 SHA1: 6f5973bc9c75d4efd8c2325fedf6d418058302b4 SHA256: 6cf27b2a461ce87db18a0d3d2389284a2f1567e3bce8578aec9338ec6cc6efc6 SHA512: 71ce33ee07d35dfd1cda8534c32448361e49eebb7344e4cab12bd234292cfe18d17ef27a47babc52f335e762d578ddc81b8f5699bcb470f8606fd61e3d08487c Description: fast compression/decompression library Snappy is a compression/decompression library. It does not aim for maximum compression, or compatibility with any other compression library; instead, it aims for very high speeds and reasonable compression. . For instance, compared to the fastest mode of zlib, Snappy is an order of magnitude faster for most inputs, but the resulting compressed files are anywhere from 20% to 100% bigger. On a single core of a Core i7 processor in 64-bit mode, Snappy compresses at about 250 MB/sec or more and decompresses at about 500 MB/sec or more. Homepage: http://code.google.com/p/snappy/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libsndfile1 Priority: optional Section: libs Installed-Size: 509 Maintainer: Ubuntu Developers Original-Maintainer: Erik de Castro Lopo Architecture: amd64 Source: libsndfile Version: 1.0.25-4 Depends: libc6 (>= 2.7), libflac8 (>= 1.2.1), libogg0 (>= 1.0rc3), libvorbis0a (>= 1.2.3), libvorbisenc2 (>= 1.1.2) Pre-Depends: multiarch-support Filename: pool/main/libsndfile1_1.0.25-4_amd64.deb Size: 163402 MD5Sum: e90762cd022fe4ab613e02178cb7bdff SHA1: 9458984fcf9f6b096a9ce05e23dc376264b48d78 SHA256: 95c4cd399259b534983d133993c718d11a1ca26ad2c31f446d72ca1814722e5e SHA512: 3626d1c55821164f61748925e39b61c2b078e770adc853e82261a792bcefa04c07a6a2b3080c08c6c5dfaa55469fd020b36f7dc0addfe0082803e14c22ddaf97 Description: Library for reading/writing audio files libsndfile is a library of C routines for reading and writing files containing sampled audio data. . Various versions of WAV (integer, floating point, GSM, and compressed formats); Microsoft PCM, A-law and u-law formats; AIFF, AIFC and RIFX; various AU/SND formats (Sun/NeXT, Dec AU, G721 and G723 ADPCM); RAW header-less PCM files; Amiga IFF/8SVX/16SV PCM files; Ensoniq PARIS (.PAF); Apple's Core Audio Format (CAF) and others. Multi-Arch: same Homepage: http://www.mega-nerd.com/libsndfile/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: virt-host, ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, edubuntu-desktop-kde, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-desktop, ubuntustudio-desktop Package: libsnmp-base Priority: optional Section: libs Installed-Size: 659 Maintainer: Ubuntu Developers Original-Maintainer: Net-SNMP Packaging Team Architecture: all Source: net-snmp Version: 5.4.3~dfsg-2.4ubuntu1.3 Replaces: libsnmp-dev (<< 5.4~dfsg), libsnmp9-dev (<< 5.4~dfsg) Suggests: snmp-mibs-downloader Conflicts: libsnmp-dev (<< 5.4~dfsg), libsnmp9-dev (<< 5.4~dfsg) Filename: pool/main/libsnmp-base_5.4.3~dfsg-2.4ubuntu1.3_all.deb Size: 215754 MD5Sum: 7b4bab426c5112e81962ef7a4b8cae90 SHA1: a6a98fa0cf457372a5bd1f839c0e50f9f46d6976 SHA256: 45f68f5caa919b634960f15db5a8e7a2be0c5bdf6f198226ff80dda2f31b3bf7 SHA512: d1672bb015a6ff908871b7eae2ff61a5bf32552224fa8a7a23031dc6720392d1fddaa6c5a9e1b247800219a2d73be56f072a344eaed327e3d77334d1099dafcb Description: SNMP (Simple Network Management Protocol) MIBs and documentation The Simple Network Management Protocol (SNMP) provides a framework for the exchange of management information between agents (servers) and clients. . This package includes documentation and MIBs (Management Information Bases) for the SNMP libraries, agents and applications. MIBs contain a formal description of the data that can be managed using SNMP. and applications. Homepage: http://net-snmp.sourceforge.net/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libsnmp-perl Priority: optional Section: perl Installed-Size: 462 Maintainer: Ubuntu Developers Original-Maintainer: Net-SNMP Packaging Team Architecture: amd64 Source: net-snmp Version: 5.4.3~dfsg-2.4ubuntu1.3 Depends: perl (>= 5.14.2-6ubuntu2.4), perlapi-5.14.2, libsnmp15 (= 5.4.3~dfsg-2.4ubuntu1.3), libc6 (>= 2.15) Filename: pool/main/libsnmp-perl_5.4.3~dfsg-2.4ubuntu1.3_amd64.deb Size: 128300 MD5Sum: b764f1a595bee965f32d1a1d9c903ea1 SHA1: 997581c1c6fae09086017c1f83a2c58431095593 SHA256: 8127450f2369bb72f1897f4274bb6387b3ff9a4b07b022de5f3148e48661fab8 SHA512: bf98c2bbfb87b85240fb840ce15cdc2bae4664df7f8b2c852e1c4f175fa98d8cc96a5f43d9b5dd98e8497a8503b9c4f08d6a2a098f5e9ca720aafb28561d0d81 Description: SNMP (Simple Network Management Protocol) Perl5 support The Simple Network Management Protocol (SNMP) provides a framework for the exchange of management information between agents (servers) and clients. . The Net-SNMP Perl5 support files provide the Perl functions for integration of SNMP into applications written in Perl. Homepage: http://net-snmp.sourceforge.net/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 18m Package: libsnmp15 Priority: optional Section: libs Installed-Size: 3052 Maintainer: Ubuntu Developers Original-Maintainer: Net-SNMP Packaging Team Architecture: amd64 Source: net-snmp Version: 5.4.3~dfsg-2.4ubuntu1.3 Replaces: libsnmp-base (<< 5.4.2.1~dfsg-4), snmp (<< 5.4.3~dfsg-1) Depends: libsnmp-base (>= 5.4.3~dfsg-2.4ubuntu1.3), libc6 (>= 2.15), libperl5.14 (>= 5.14.2), libsensors4 (>= 1:3.0.0), libssl1.0.0 (>= 1.0.0), libwrap0 (>= 7.6-4~) Filename: pool/main/libsnmp15_5.4.3~dfsg-2.4ubuntu1.3_amd64.deb Size: 1334290 MD5Sum: 818fe495f738431433be69e6fb3cbd2e SHA1: 9d5cb7504538a4ddf2943805159a9b2f5833697b SHA256: a75ed3688696562078343ff8121edbca730753bf1dbe58d9249b2ce04a70ea29 SHA512: c31ed690f526f1d49ba4ee361ada3d90a173100a1262e16f407e74d97b39507d8e6903a3cbb6c7c784d0823f5d868f9648b53952c1eaa3ce73a7663e9d6a39eb Description: SNMP (Simple Network Management Protocol) library The Simple Network Management Protocol (SNMP) provides a framework for the exchange of management information between agents (servers) and clients. . The Net-SNMP library contains common functions for the construction, sending, receiving, decoding, and manipulation of the SNMP requests and responses. Homepage: http://net-snmp.sourceforge.net/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, print-server, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, lubuntu-core, ubuntustudio-desktop Package: libsocket6-perl Priority: optional Section: perl Installed-Size: 94 Maintainer: Ubuntu Developers Original-Maintainer: Masahito Omote Architecture: amd64 Version: 0.23-1build2 Depends: perl (>= 5.14.2-3build1), perlapi-5.14.2, libc6 (>= 2.4), perl-base (>= 5.8.0-10) Filename: pool/main/libsocket6-perl_0.23-1build2_amd64.deb Size: 21896 MD5Sum: afd0b5ab26032888f4d9b16fdf8cd750 SHA1: b0cae42fd30e115fc0c30981f0a0aa42a7b8cc03 SHA256: c471fb418be06ed0f21e10849171d2c011aa4827d98b89eb2fb5f2e25e725383 SHA512: 559511f04b6b03aa3c64e6307f60d4c6e8529892ce2876dbc5cc9ee9473fcbc6810092cde1dd02ea5c8822da1e4980619dbda12a67362ba4d07890ce594fddae Description: Perl extensions for IPv6 This module supports getaddrinfo() and getnameinfo() to intend to enable protocol independent programming. If your environment supports IPv6, IPv6 related defines such as AF_INET6 are included. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop-kde, edubuntu-desktop-gnome, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, ubuntustudio-desktop Package: libspice-server1 Priority: optional Section: universe/libs Installed-Size: 1194 Maintainer: Ubuntu Developers Original-Maintainer: Liang Guo Architecture: amd64 Source: spice Version: 0.12.3-0nocelt1ubuntu1~cloud0 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.22~), libjpeg8 (>= 8c), libpixman-1-0 (>= 0.18.0), libsasl2-2, libssl1.0.0 (>= 1.0.0), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Breaks: libspice-client-glib-2.0-1 (<= 0.12-2), libspice-client-gtk-2.0-1 (<= 0.12-2), libspice-client-gtk-3.0-1 (<= 0.12-2), python-spice-client-gtk (<= 0.12-2), spice-client-gtk (<= 0.12-2) Filename: pool/main/libspice-server1_0.12.3-0nocelt1ubuntu1~cloud0_amd64.deb Size: 408008 MD5Sum: 721325df5e239def404d38d956693e2b SHA1: d7c0d5d468c422b850a23afdc7de9afcd2d6f5bb SHA256: 21622de61e3d6e32628ab6175c45223ceb8e6f534fc8f1ea3e5725c65b6d6e9c SHA512: b9429f02d3f764f05890cb67007d8c49b023c5a4100cc5c7c0bdffc6731ec65de77f931b78eb4b0072aed4896ae62e9d31f8dc20fb4560123c5ff0f60f441120 Description: Implements the server side of the SPICE protocol The Simple Protocol for Independent Computing Environments (SPICE) is a remote display system built for virtual environments which allows you to view a computing 'desktop' environment not only on the machine where it is running, but from anywhere on the Internet and from a wide variety of machine architectures. . This package contains the run-time libraries for any application that wishes to be a SPICE server. Multi-Arch: same Homepage: http://spice-space.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libsqlite3-0 Priority: important Section: libs Installed-Size: 770 Maintainer: Ubuntu Developers Original-Maintainer: Laszlo Boszormenyi (GCS) Architecture: amd64 Source: sqlite3 Version: 3.7.9-2ubuntu1.2 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Filename: pool/main/libsqlite3-0_3.7.9-2ubuntu1.2_amd64.deb Size: 348960 MD5Sum: b87ad3fc1a0c6d943a3cd962d25be82e SHA1: 9b6d31b64664a28f66045c30415befc1b283976f SHA256: 929ac65a945cb00c364e88b58091703059bb1fdf31230cb559dc542ebebf27b4 SHA512: 143c29acd2e5ea13a054dcceeadd6e0f9fee54679d1303172f2da9f53867f12cbbf8c24f27e918bb05bc1506b070165c98a92828001011d6352b75ac476c223f Description: SQLite 3 shared library SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. Multi-Arch: same Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: libss2 Priority: required Section: libs Installed-Size: 109 Maintainer: Ubuntu Developers Original-Maintainer: Theodore Y. Ts'o Architecture: amd64 Source: e2fsprogs Version: 1.42-1ubuntu2.2 Replaces: e2fsprogs (<< 1.34-1) Depends: libcomerr2, libc6 (>= 2.11) Pre-Depends: multiarch-support Filename: pool/main/libss2_1.42-1ubuntu2.2_amd64.deb Size: 62230 MD5Sum: 035b5b87cc3c3d607fa33f97062915e0 SHA1: c4b97be08554c6fc72eb0443da19e29f22b4a54e SHA256: 00e695ba6888477f010f9b465b71e71de037190488d4408543877b4d4fc7c3e7 SHA512: 3e742682f65fe21c7253ec317c6ffe044d4a528e8c0a5c5cd6b85904aeaf0d860eb7a14a23b5c611be0deb21186f903131ec99de268a7afea9d244f54e5fc483 Description: command-line interface parsing library libss provides a simple command-line interface parser which will accept input from the user, parse the command into an argv argument vector, and then dispatch it to a handler function. . It was originally inspired by the Multics SubSystem library. Multi-Arch: same Homepage: http://e2fsprogs.sourceforge.net Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: libssh2-1 Priority: optional Section: universe/libs Installed-Size: 238 Maintainer: Ubuntu Developers Original-Maintainer: Mikhail Gusarov Architecture: amd64 Source: libssh2 Version: 1.2.8-2 Depends: libc6 (>= 2.4), libgcrypt11 (>= 1.4.5), zlib1g (>= 1:1.1.4) Filename: pool/main/libssh2-1_1.2.8-2_amd64.deb Size: 72994 MD5Sum: 7b032af9df0a15ccc181c7ca6f3e3ff2 SHA1: 9f59613e7ca7951038a5dc642805cd1002db53f4 SHA256: cef6be783fdb15a17d7bfed1ce6d4de8424933064b6715307b77c1a5ec009a37 SHA512: c1ad0382ae110cc20b58e2214463ff1a1ef78e0a7d375b3fb79322e249ed6fe1a96e9e30ba5e6b3cdc7e77c8eb6596013019009c8aa047de1f57fb0af860cdcc Description: SSH2 client-side library libssh2 is a client-side C library implementing the SSH2 protocol. It supports regular terminal, SCP and SFTP sessions; port forwarding; password, key-based and keyboard-interactive authentication. . This package contains the runtime library. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libssl-dev Priority: optional Section: libdevel Installed-Size: 6159 Maintainer: Ubuntu Developers Original-Maintainer: Debian OpenSSL Team Architecture: amd64 Source: openssl Version: 1.0.1-4ubuntu5.31 Depends: libssl1.0.0 (= 1.0.1-4ubuntu5.31), zlib1g-dev Recommends: libssl-doc Filename: pool/main/libssl-dev_1.0.1-4ubuntu5.31_amd64.deb Size: 1578012 MD5Sum: c2ecba456aff267ec42355a69a9097cf SHA1: 6e06553ab9a202bdf5d23517c88ceb28ba6a4283 SHA256: a82a9ebada778334d8e82e98bd76b6365d32fe92629ecc4b85d6d02f28520ba3 SHA512: 9185e0eeb8f6ec43eac206f4a81cf54a03cf664b13e1eaa7b2db0f15fb9d1adf9ef3dc9daac5e29c8687a49bb1778eebcb9f836e15050433b7d2a003863ca306 Description: SSL development libraries, header files and documentation libssl and libcrypto development libraries, header files and manpages. . It is part of the OpenSSL implementation of SSL. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: libssl-doc Priority: optional Section: doc Installed-Size: 1429 Maintainer: Ubuntu Developers Original-Maintainer: Debian OpenSSL Team Architecture: all Source: openssl Version: 1.0.1-4ubuntu5.31 Replaces: libssl-dev (<< 1.0.0), openssl-doc Conflicts: openssl-doc Breaks: libssl-dev (<< 1.0.0) Filename: pool/main/libssl-doc_1.0.1-4ubuntu5.31_all.deb Size: 1034054 MD5Sum: 05fe01c82e6054343d0098572ad83157 SHA1: 896b4c6857c906bb22d399385d06fb14fd67e188 SHA256: fcfbd6c5310ff84fe5d54aeebfe9a1885f0938a6e34009951606b2673937464c SHA512: a179879fdd5af54cc6a801e14b2f1f63a863339558dbecb20b6a7f3033fb3b3ea04beddd8c506c4d50bad6453ff8cf3285c0dfb8c309c3ee0f98a8e60726f416 Description: SSL development documentation documentation libssl and libcrypto manpages and demo files. . It is part of the OpenSSL implementation of SSL. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libssl0.9.8 Priority: optional Section: universe/libs Installed-Size: 2347 Maintainer: Ubuntu Developers Original-Maintainer: Debian OpenSSL Team Architecture: amd64 Source: openssl098 Version: 0.9.8o-7ubuntu3.2 Depends: libc6 (>= 2.14), zlib1g (>= 1:1.1.4), debconf (>= 0.5) | debconf-2.0 Pre-Depends: multiarch-support Conflicts: libssl, libssl096-dev (<< 0.9.6-2), openssl (<< 0.9.6-2), ssleay (<< 0.9.2b) Filename: pool/main/libssl0.9.8_0.9.8o-7ubuntu3.2_amd64.deb Size: 868006 MD5Sum: 0fb42d9ddef69c779f8941c21bb6919c SHA1: c64a87baad6745a3e082455d078602593edbd250 SHA256: 81041e4beff422f252dc950241929c6ff909d651abeeb1d2dfd20a98d008e2d6 SHA512: 11d9b09e00b1cd2409cc60f8902ae1b8893c26d70bb7e970ac999c044d9e2d509a32f09937d06cee167bded72d31642ceef18c141006e555b25e794e0f69fb0c Description: SSL shared libraries libssl and libcrypto shared libraries needed by programs like apache-ssl, telnet-ssl and openssh. . It is part of the OpenSSL implementation of SSL. Multi-Arch: same Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libssl1.0.0 Priority: required Section: libs Installed-Size: 2924 Maintainer: Ubuntu Developers Original-Maintainer: Debian OpenSSL Team Architecture: amd64 Source: openssl Version: 1.0.1-4ubuntu5.31 Depends: libc6 (>= 2.14), zlib1g (>= 1:1.1.4), debconf (>= 0.5) | debconf-2.0 Pre-Depends: multiarch-support Breaks: openssh-client (<< 1:5.9p1-4), openssh-server (<< 1:5.9p1-4) Filename: pool/main/libssl1.0.0_1.0.1-4ubuntu5.31_amd64.deb Size: 1052926 MD5Sum: c4b9e3bc82099162442afe80b1c51def SHA1: e701887f97b65a2ca806babd2926f2d826aa967a SHA256: 253d02c7b09f310ef253d93acbe41f4b731803897d4183629cce6b772e8b8680 SHA512: 68dc54418976ec41817fe9f1f05db345349b5c4b79e4490c289286cb4e39c105bdda0d24b5e02d383f400355a307967af173b97a4bc540b6a0a54c68e0d02ac7 Description: SSL shared libraries libssl and libcrypto shared libraries needed by programs like apache-ssl, telnet-ssl and openssh. . It is part of the OpenSSL implementation of SSL. Multi-Arch: same Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: libstdc++6-4.6-dev Priority: optional Section: libdevel Installed-Size: 10601 Maintainer: Ubuntu Core developers Original-Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-4.6 Version: 4.6.3-1ubuntu5 Provides: libstdc++-dev Depends: gcc-4.6-base (= 4.6.3-1ubuntu5), g++-4.6 (= 4.6.3-1ubuntu5), libstdc++6 (>= 4.6.3-1ubuntu5), libc6-dev (>= 2.13-0ubuntu6) Suggests: libstdc++6-4.6-doc Conflicts: libg++2.8-dev, libg++27-dev, libg++272-dev (<< 2.7.2.8-1), libstdc++2.10-dev (<< 1:2.95.3-2), libstdc++2.8-dev, libstdc++2.9-dev, libstdc++2.9-glibc2.1-dev, libstdc++3.0-dev Filename: pool/main/libstdc++6-4.6-dev_4.6.3-1ubuntu5_amd64.deb Size: 1659636 MD5Sum: f9013ecc6e6d6b8d9b8b59571cebad8b SHA1: 769004b705ba62a4310066e06bdf744c22f3dd97 SHA256: d325f6c3f376b275057048c98bbe81924fdad0f9bcedb47e21d9d01be0f52924 SHA512: 1dc4385b47f5d331cb5f8e2252a7c481c74db5fd72232a5ff10fbba147b727cf8875035fc90a84a540be6f4f8c4a7dfbfa6dea4bb38b91c256cf057dbc2298cb Description: GNU Standard C++ Library v3 (development files) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. Homepage: http://gcc.gnu.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Build-Essential: yes Origin: Ubuntu Supported: 5y Package: libstdc++6 Priority: important Section: libs Installed-Size: 1190 Maintainer: Ubuntu Core developers Original-Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-4.6 Version: 4.6.3-1ubuntu5 Depends: gcc-4.6-base (= 4.6.3-1ubuntu5), libc6 (>= 2.14), libgcc1 (>= 1:4.1.1) Pre-Depends: multiarch-support Conflicts: scim (<< 1.4.2-1) Breaks: gcc-4.1, gcc-4.3 (<< 4.3.6-1), gcc-4.4 (<< 4.4.6-4), gcc-4.5 (<< 4.5.3-2) Filename: pool/main/libstdc++6_4.6.3-1ubuntu5_amd64.deb Size: 320144 MD5Sum: 0ef49b10e53468ab95622629a41ea7db SHA1: cd1c4cd23f7f3ee38bdc22f9b41cb63347ef4a7d SHA256: 232ff1166d4d567998e9a77a5a77c859f28bf3c7a0d96baaf21907ad07a0342d SHA512: 9a741ea6265b018dee19d92817dbcddf95b2b137fbf81144f3b4d98f5b27c2cd2d387fc64a03e194968945a70b2b4caf7b10be6cf7812c197a8c47ee4f742cf3 Description: GNU Standard C++ Library v3 This package contains an additional runtime library for C++ programs built with the GNU compiler. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. Multi-Arch: same Homepage: http://gcc.gnu.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Build-Essential: yes Origin: Ubuntu Supported: 5y Task: minimal Package: libstomp-ruby1.8 Priority: extra Section: universe/libs Installed-Size: 27 Maintainer: Ubuntu Developers Original-Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: ruby-stomp Version: 1.2.0-1 Depends: ruby-stomp Filename: pool/main/libstomp-ruby1.8_1.2.0-1_all.deb Size: 1634 MD5Sum: 5d1519528ce1d65c940045cea63badb8 SHA1: 86ae18c3f6cf2efe10967bc596a7c589a7255790 SHA256: 3c5e6a2c652e0ba9505e92aeb7500b5f1826b8e7673c6338717eb41112b75130 SHA512: 5d40f5d61aa0a4be2b9073f842eaa2338f9d51724ff7eb4f943522fd544524bec25b3d688140701b24369497e75a7489419f96bda4758d5b08db225358a18b20 Description: Transitional package for ruby-stomp This is a transitional package to ease upgrades to the ruby-stomp package. It can safely be removed. Homepage: https://github.com/morellon/stomp Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libstonith1 Priority: optional Section: libs Installed-Size: 67 Maintainer: Debian HA Maintainers Architecture: amd64 Source: cluster-glue Version: 1.0.11+hg2754-1.1 Replaces: libcluster-glue (<= 1.0.6-1), libstonith0 Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.12.0), libpils2 (>= 1.0.11+hg2754) Conflicts: libcluster-glue (<= 1.0.6-1), libstonith0 Filename: pool/main/libstonith1_1.0.11+hg2754-1.1_amd64.deb Size: 21546 MD5Sum: 3a628cadffb542327c75fe55b192d645 SHA1: 1102dc92819a95e6f912c7ba3e69ed3514ac04b2 SHA256: 117f2871747c51495e5bd5d5fcbdbf5486d1914110b7a13142a31133fc43c439 SHA512: e24633f1a74b60bdc527b5eb5e3892189af02ff194db3b58b43281fdcc6b3dd71b54303e8758fa4919a44107fe7fed2fb376323e00a4d1e3859ed4fa6f83f907 Description: Reusable cluster libraries -- libstonith1 This package contains the stonith library from cluster-glue, the reusable cluster components package. Install it if you want to use the pacemaker cluster manager. Homepage: http://hg.linux-ha.org/glue/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: libstonithd1 Priority: optional Section: libs Installed-Size: 97 Maintainer: Ubuntu Developers Original-Maintainer: Debian HA Maintainers Architecture: amd64 Source: pacemaker Version: 1.1.6-2ubuntu3.2 Replaces: libstonithd0, pacemaker (<= 1.0.9.1+hg15626-2) Depends: libc6 (>= 2.4), libcrmcommon2 (>= 1.1.6), libglib2.0-0 (>= 2.12.0), libplumb2 (>= 1.0.8), libstonith1 (>= 1.0.8), libxml2 (>= 2.7.4) Conflicts: libstonithd0, pacemaker (<= 1.0.9.1+hg15626-2) Filename: pool/main/libstonithd1_1.1.6-2ubuntu3.2_amd64.deb Size: 21548 MD5Sum: bf5386501ba3e193e2363487d08830b9 SHA1: 339dd635eac9e364438cb0c334f426624617275d SHA256: 141a5992a08300b94f8436f1c35448bfcaf7e90d59c4b0b71528949adb0ecad8 SHA512: a6c19d4910bd064cf1e9dd0b25bafa0f31a388a387cd97b93adccaac341b90241d9d04846af15d50388b073c3a83b17258d16a780a8026c026a52968aa9f59bc Description: Pacemaker libraries - stonith This package contains some of the libraries provided by and needed for the pacemaker cluster manager. You need to install them if you intend to run pacemaker. Specifically, this package contains the stonith library. Homepage: http://clusterlabs.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 18m Package: libstonithd2 Priority: optional Section: libs Installed-Size: 111 Maintainer: Debian HA Maintainers Architecture: amd64 Source: pacemaker Version: 1.1.10+git20130802-4 Replaces: libstonithd0, pacemaker (<= 1.0.9.1+hg15626-2) Depends: libc6 (>= 2.14), libcrmcommon3 (>= 1.1.10+git20130802), libglib2.0-0 (>= 2.28.0), libpils2 (>= 1.0.11+hg2754), libqb0, libxml2 (>= 2.7.4) Conflicts: libstonithd0, pacemaker (<= 1.0.9.1+hg15626-2) Filename: pool/main/libstonithd2_1.1.10+git20130802-4_amd64.deb Size: 45462 MD5Sum: 2bbf81f9c35e4f82de477d4aa01f8abe SHA1: d9aef17a0ad43522b1fc628c50895dc747026e73 SHA256: c80057497ebafc99e37a9375a3ae6f2fa010ffac2ef244ae5957f666c80516b0 SHA512: 1b782e628da5c4bd94d2fb9743245dfe86a49eca0810fe99cc2ab92135601df50ca12782656e77dc532f5b15ce941c67d60a8d718478fa05c6ef0a94511933e9 Description: Pacemaker libraries - stonith This package contains some of the libraries provided by and needed for the pacemaker cluster manager. You need to install them if you intend to run pacemaker. Specifically, this package contains the stonith library. Homepage: http://clusterlabs.org/ Package: libsub-name-perl Priority: optional Section: perl Installed-Size: 72 Maintainer: Ubuntu Developers Original-Maintainer: Debian Perl Group Architecture: amd64 Version: 0.05-1build2 Depends: perl (>= 5.14.2-3build1), perlapi-5.14.2, libc6 (>= 2.2.5) Filename: pool/main/libsub-name-perl_0.05-1build2_amd64.deb Size: 9656 MD5Sum: 440bfc50accccec049e84d61bf3bba8e SHA1: 2ee3580368de6df126a87fd21695451203ea29af SHA256: 0cef65fecb10826070fedb4be973cdd2a0c81b6943e39a5ba0fbf9dc3a4c5d01 SHA512: 12b04cc079aea0aa5f385e3d217dbc30e2760c99d0301bad4d8a45340170a360a6ad3f8c1897882a5072ef41b8080bed84b0705760311f55f6edc72731a26679 Description: module for assigning a new name to referenced sub Sub::Name has only one function, which is also exported by default: . subname NAME, CODEREF . Assigns a new name to referenced sub. If package specification is omitted in the name, then the current package is used. The return value is the sub. . The name is only used for informative routines (caller, Carp, etc). You won't be able to actually invoke the sub by the given name. To allow that, you need to do glob-assignment yourself. Homepage: http://search.cpan.org/dist/Sub-Name/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: cloud-image Package: libsvm-tools Priority: optional Section: universe/devel Installed-Size: 293 Maintainer: Ubuntu Developers Original-Maintainer: Chen-Tse Tsai Architecture: amd64 Source: libsvm Version: 3.1-1build1 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1), python, gnuplot Filename: pool/main/libsvm-tools_3.1-1build1_amd64.deb Size: 119642 MD5Sum: 8ba8aead73cfbebb6e6d209f2b727be1 SHA1: 0f181bad856c0438b10be4c931d9fa568e65afcc SHA256: 2e4fd9a50a53fa1acb152cca03b5570c5d406b2881e15a886f05c3fc2ea5e4ef SHA512: c744f99202948fbd303420913ae571b78748ea24882d201989341e5901577633f1e1fad1bf9787253c8fb0ff641fa8b1a09b4ec98c1b06a75352c1ed0b0aa1fe Description: The LIBSVM binary tools LIBSVM is an easy-to-use package for support vector classification, regression and one-class SVM. It supports multi-class classification, probability outputs, and parameter selection. LIBSVM homepage: http://www.csie.ntu.edu.tw/~cjlin/libsvm Homepage: http://www.csie.ntu.edu.tw/~cjlin/libsvm/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libswitch-perl Priority: optional Section: perl Installed-Size: 74 Maintainer: Ubuntu Developers Original-Maintainer: Debian Perl Group Architecture: all Version: 2.16-2 Depends: perl, perl-modules Filename: pool/main/libswitch-perl_2.16-2_all.deb Size: 19190 MD5Sum: 84fa232a6849dd42b1a62aa548923d8e SHA1: 85d94e7d584ea523f8645a273f99a493aca200e0 SHA256: a8524fb074495a47a786c32accb56b72ad8fe29367126dcdf1b2a980562c5e18 SHA512: 06e2074d394f8d23a553802e5a853ce23ffd9f8adea16bc34f33ccf096063f4a4c1afd4157ef7ba884170568847c6e0312a624dce5c0a569bd0d0111ba3f5379 Description: switch statement for Perl Switch.pm implements a generalized case mechanism that covers many possible combinations of switch and case values. . This is an obsolete module provided for compatiblity since it is being removed from the core. For perl 5.10 and above the "given/when" builtins are much preferred. Homepage: http://search.cpan.org/dist/Switch/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libsys-hostname-long-perl Priority: optional Section: perl Installed-Size: 84 Maintainer: Ubuntu MOTU Developers Original-Maintainer: Debian Perl Group Architecture: all Version: 1.4-2 Depends: perl (>= 5.6.0-16) Filename: pool/main/libsys-hostname-long-perl_1.4-2_all.deb Size: 11388 MD5Sum: 71376b3450c87117ea107041f10708f8 SHA1: 7eb16de9ccfb371d8e6968650d6a3fd12a78850b SHA256: 7106c82445630bd4edb29d2436c0f68d7513b459e63e39d477889cc5127e649f SHA512: 3acad901a62adc44c1aeb574d7d222fc30585dffc5520ffd7641934d0812dec69fbcec1e24b9b7024c62adc19e4ba98bfb4c966be65d5b47b4abf1df08225a15 Description: Figure out the long (fully-qualified) hostname This module determines the host full name on multiple operating systems (MacOS, Windows, Unix-like systems; more later.) . The Sys::Hostname class is the best and standard way to get the basic hostname, but that may not be fully qualified. This module tries to determine the host's fully qualified name. Homepage: http://search.cpan.org/dist/Sys-Hostname-Long/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libsysfs2 Priority: optional Section: libs Installed-Size: 108 Maintainer: Martin Pitt Original-Maintainer: Martin Pitt Architecture: amd64 Source: sysfsutils Version: 2.1.0+repack-1 Depends: libc6 (>= 2.4) Filename: pool/main/libsysfs2_2.1.0+repack-1_amd64.deb Size: 23868 MD5Sum: babff14a9a65aef0acf4337103862c1e SHA1: 06526e5995a9a4c06eedab688fba6b042c31a492 SHA256: e3742598415336c25ff3d44fa6dcc3cfa4c82b79c854684ce48ee1a1af8ad6e1 SHA512: 0618d35a7fa3e4d6fb710e918a87acfee8dd2bfc95472d2e15528ff18c5dff1714eb07f56ab2022bb075e4f547fdbc510ae9b8a132276db5c6652cda1121e49a Description: interface library to sysfs Sysfs is a virtual file system in Linux kernel 2.5+ that provides a tree of system devices. libsysfs provides a stable programming interface to sysfs and eases querying system devices and their attributes. . The package sysfsutils contains frontend programs that use this library. Development files and C examples are provided by the package libsysfs-dev. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-full, kubuntu-active-desktop, kubuntu-active-full, kubuntu-active, edubuntu-desktop, edubuntu-usb, edubuntu-desktop-kde, xubuntu-desktop, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, lubuntu-desktop, ubuntustudio-desktop Package: libt1-5 Priority: optional Section: libs Installed-Size: 369 Maintainer: Ubuntu Developers Original-Maintainer: Ruben Molina Architecture: amd64 Source: t1lib Version: 5.1.2-3.4ubuntu1 Depends: libc6 (>= 2.11), libx11-6 Filename: pool/main/libt1-5_5.1.2-3.4ubuntu1_amd64.deb Size: 157736 MD5Sum: 80380013cd527b21d4369a28c7142acb SHA1: e5b70af7a900032bf90b823f483cd236520d3a70 SHA256: 4b8902573bd457a48b92759013c02d80780992c6d31987280661971326e50f71 SHA512: 5294c354bb9597b285e0ce6d28c38925444be2db032fbe3b3c9b1fe1e3ce5caefe8cd507b82def13fb03780b0fa19a779bce81aef7d206454ceadc6942a60493 Description: Type 1 font rasterizer library - runtime T1lib is an enhanced rasterizer for Type 1 fonts. . T1lib is based on the X11R5 font rasterizer code, but operates independently of X11. It includes many enhancements, including underlining, antialiasing, user-defined slant and extension factors, and rotation. . This package contains the shared libraries needed to run programs using T1lib. Homepage: ftp://sunsite.unc.edu/pub/Linux/libs/graphics/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, lubuntu-desktop, ubuntustudio-desktop Package: libtasn1-3 Priority: standard Section: libs Installed-Size: 142 Maintainer: Ubuntu Developers Original-Maintainer: Debian GnuTLS Maintainers Architecture: amd64 Version: 2.10-1ubuntu1.4 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Filename: pool/main/libtasn1-3_2.10-1ubuntu1.4_amd64.deb Size: 43562 MD5Sum: c0964e3fe929f2798491fa3043ed6ed9 SHA1: eb145fd46cef118dda7da4f1a97052dd3df6b77c SHA256: 8d4f0b72ec3c673dc6549fc454da941ed7ae0569a1ca9853cc5a524c02acedae SHA512: 1b3c66efb55a5cffce3648be2ea95e38a17f7add51978657ea290cc5cd4b97bc1f134960d544e9c277ba1b7e146a7a2b8656fcbb64a6b662b6f121156f0947cc Description: Manage ASN.1 structures (runtime) Manage ASN1 (Abstract Syntax Notation One) structures. The main features of this library are: * on-line ASN1 structure management that doesn't require any C code file generation. * off-line ASN1 structure management with C code file generation containing an array. * DER (Distinguish Encoding Rules) encoding * no limits for INTEGER and ENUMERATED values . This package contains runtime libraries. Multi-Arch: same Homepage: http://www.gnu.org/software/libtasn1/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: libtcmalloc-minimal4 Priority: optional Section: libs Installed-Size: 380 Maintainer: Daigo Moriwaki Architecture: amd64 Source: google-perftools Version: 2.1-1~cloud1 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Filename: pool/main/libtcmalloc-minimal4_2.1-1~cloud1_amd64.deb Size: 175664 MD5Sum: 1244c9349e7844f396b5a9e91cb58066 SHA1: d00d09d53e737d501350db900a41f60896c8413f SHA256: d67a9ff779d0e15c4b142e2b583ad0a7ed2c6a006e3c31bb5283f09810f742b4 SHA512: f7e22e20a7c03b8308fe980c2ec6a14091917e997a14bbd949c14c9d2337faa0a18e601820f85af9c53b40cfc20c9b867a6e9fd3c1c3ee16eb5ac1184da202cf Description: efficient thread-caching malloc The gperftools, previously called google-perftools, package contains some utilities to improve and analyze the performance of C++ programs. This is a part of that package, and includes an optimized thread-caching malloc. Homepage: http://code.google.com/p/gperftools/ Package: libterm-readkey-perl Priority: optional Section: perl Installed-Size: 116 Maintainer: Ubuntu Developers Original-Maintainer: Debian Perl Group Architecture: amd64 Version: 2.30-4build3 Replaces: adbbs Depends: perl (>= 5.14.2-3build1), perlapi-5.14.2, libc6 (>= 2.4) Filename: pool/main/libterm-readkey-perl_2.30-4build3_amd64.deb Size: 28626 MD5Sum: 8e86915d7a113e0165662921b21d666f SHA1: 07b7c4b6085eccf8540e446ffa72f72d7d8d4e6c SHA256: 84bde7dad278c97ae338558c2f94014c6d2257e464bccd48586c4792c9df0a25 SHA512: 0bbb65717827e4a6c168e925a9c4c245ae823ed5074b0bafc5100ad4a14f15f301cc74d9d95480e91795734d9adb40bc9861b1a1b5741ecaeeddd60337f53d99 Description: A perl module for simple terminal control Term::ReadKey is a compiled perl module dedicated to providing simple control over terminal driver modes (cbreak, raw, cooked, etc.,) support for non-blocking reads, if the architecture allows, and some generalized handy functions for working with terminals. One of the main goals is to have the functions as portable as possible, so you can just plug in "use Term::ReadKey" on any architecture and have a good likelyhood of it working. Homepage: http://search.cpan.org/dist/TermReadKey/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 18m Task: mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master Package: libtext-charwidth-perl Priority: important Section: perl Installed-Size: 75 Maintainer: Ubuntu Developers Original-Maintainer: Anibal Monsalve Salazar Architecture: amd64 Version: 0.04-7build1 Depends: libc6 (>= 2.2.5), perl-base (>= 5.14.2-3), perlapi-5.14.2 Filename: pool/main/libtext-charwidth-perl_0.04-7build1_amd64.deb Size: 10886 MD5Sum: 8f4b75952b809e066389ddf9e445e313 SHA1: ee3246be9dcde83a1207eb5d54cf2c8404c1df28 SHA256: 0afc83137a8a51752bc6deda5f501bef8c16900a03cb05d2519b9002f42a3da2 SHA512: 2fc3486e8f22af4518931147f7020b6ac78cbc5dec04857bd3a3beecd3a5a4a1d311eb44c4c048d253153b355576bde7b22dcb93ef335cc6b4ac9e171c18ecd4 Description: get display widths of characters on the terminal This module permits perl software to get the display widths of characters and strings on the terminal, using wcwidth() and wcswidth() from libc. . It provides mbwidth(), mbswidth(), and mblen(). Homepage: http://search.cpan.org/search?module=Text::CharWidth Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: libtext-iconv-perl Priority: important Section: perl Installed-Size: 85 Maintainer: Ubuntu Developers Original-Maintainer: Anibal Monsalve Salazar Architecture: amd64 Version: 1.7-5 Depends: libc6 (>= 2.2.5), perl-base (>= 5.14.2-6), perlapi-5.14.2 Filename: pool/main/libtext-iconv-perl_1.7-5_amd64.deb Size: 15620 MD5Sum: 2534253c17cc4e7c928631cffbd30a70 SHA1: ffb075d4161ee7469755a0498210fe9a877df30b SHA256: edd01c9e7b429c34663c6a80b4fa95076bee49e8df636154f819eea4cbe9aa01 SHA512: 2477361bb366aca4c7d36976085154a616652c57da28ec43520bff08fd2cc82f0e8055657b0afcb1e882ba5dbfae580a5744045359153a913d2cdc68dc117537 Description: converts between character sets in Perl The iconv() family of functions from XPG4 defines an API for converting between character sets (e.g. UTF-8 to Latin1, EBCDIC to ASCII). They are provided by libc6. . This package allows access to them from Perl via the Text::Iconv package. Homepage: http://search.cpan.org/search?module=Text::Iconv Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: libtext-wrapi18n-perl Priority: important Section: perl Installed-Size: 68 Maintainer: Ubuntu Developers Original-Maintainer: Anibal Monsalve Salazar Architecture: all Version: 0.06-7 Depends: libtext-charwidth-perl Filename: pool/main/libtext-wrapi18n-perl_0.06-7_all.deb Size: 9010 MD5Sum: f0a64e9a72da5e0199c725df9bc3673d SHA1: 8dceb8836b87eaa6d4c89bf8f50a8b95f59738bb SHA256: d57a4cb602c011ffa5fabbcdfd84e3a922654780e0fdee21735ad2aaf09edb0e SHA512: 1f74f7204a9a44078964809e647e00c077b8eec95fc0f0c2849eed7d259e449f26cfee8ee09994fb2ae4d660b7e80a89aac893c360ffd9e60eddf382cbf23da1 Description: internationalized substitute of Text::Wrap This module is a substitution for Text::Wrap, supporting multibyte characters such as UTF-8, EUC-JP, and GB2312, fullwidth characters such as east Asian characters, combining characters such as diacritical marks and Thai, and languages which don't use whitespaces between words such as Chinese and Japanese. . It provides wrap(). Homepage: http://search.cpan.org/search?module=Text::WrapI18N Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libthai-data Priority: optional Section: libs Installed-Size: 595 Maintainer: Ubuntu Developers Original-Maintainer: Theppitak Karoonboonyanan Architecture: all Source: libthai Version: 0.1.16-3 Breaks: libthai0 (<< 0.1.10) Filename: pool/main/libthai-data_0.1.16-3_all.deb Size: 178688 MD5Sum: cb8cfe3007e408e75dac2eed4aa3c928 SHA1: 4b19d577f28ac11ffe7686575ddc924a4a6273fd SHA256: 3aec389eaa6de620ce7e3520c0be8127e5fd729cdf78a9539ae727190fb1b87d SHA512: c7e5510e7a49767317cb33e902f5959af65174221d9edc54cc1ffe080c48baa66c1e051eb7401a67854b1e25be91a873cfc54a00f0dda89a7b9b9dadd449c9b6 Description: Data files for Thai language support library LibThai is a set of Thai language support routines aimed to ease developers' tasks to incorporate Thai language support in their applications. It includes important Thai-specific functions e.g. word breaking, input and output methods as well as basic character and string supports. . This package contains data files needed by the LibThai library. Multi-Arch: foreign Homepage: http://linux.thai.net/projects/libthai Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libthai0 Priority: optional Section: libs Installed-Size: 98 Maintainer: Ubuntu Developers Original-Maintainer: Theppitak Karoonboonyanan Architecture: amd64 Source: libthai Version: 0.1.16-3 Depends: libthai-data (>= 0.1.10), libc6 (>= 2.4), libdatrie1 (>= 0.2.0) Pre-Depends: multiarch-support Filename: pool/main/libthai0_0.1.16-3_amd64.deb Size: 19674 MD5Sum: d1173d3c4d70d03f5e422109a47444f0 SHA1: a522592d5e29a542efdff25db6fe1b479296e918 SHA256: 8edd916143646eefde8e866b93505595806052bba007f5263e421cb21b5c8801 SHA512: 94ca7a3e263b68db2253aa311a91be1dab2b61733ca5941d85aa602c470094cb9652b35a0f1dc6aa7a91ffc121e36c0d9813926f2208192fab048d61412184fd Description: Thai language support library LibThai is a set of Thai language support routines aimed to ease developers' tasks to incorporate Thai language support in their applications. It includes important Thai-specific functions e.g. word breaking, input and output methods as well as basic character and string supports. . This package contains the shared libraries needed to run programs that use the LibThai library. Enhances: libqtcore4, libqtgui4 Multi-Arch: same Homepage: http://linux.thai.net/projects/libthai Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, edubuntu-desktop-kde, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: libtidy-0.99-0 Priority: optional Section: libs Installed-Size: 401 Maintainer: Ubuntu Developers Original-Maintainer: Jason Thomas Architecture: amd64 Source: tidy Version: 20091223cvs-1ubuntu2.1 Depends: libc6 (>= 2.14) Conflicts: libtidy0 Filename: pool/main/libtidy-0.99-0_20091223cvs-1ubuntu2.1_amd64.deb Size: 145524 MD5Sum: d6bf5edd593fec4a217431e85e000cb1 SHA1: 950076e264b76f9e109ad7576776a26dcedc2d75 SHA256: 423e5dcb5f3377c849bb351f811adfad13560225e5297263d98fa25805033db8 SHA512: ec0f8717faad8ee6a92a3a2c375ca0c0760747e0a742ad6e3a174ad471471d0629bd2ece9cfce5ee26e715a382f3651133be292e8a853c90aa219c9310f5aa90 Description: HTML syntax checker and reformatter - library Corrects markup in a way compliant with the latest standards, and optimal for the popular browsers. It has a comprehensive knowledge of the attributes defined in the HTML 4.0 recommendation from W3C, and understands the US ASCII, ISO Latin-1, UTF-8 and the ISO 2022 family of 7-bit encodings. In the output: . * HTML entity names for characters are used when appropriate. * Missing attribute quotes are added, and mismatched quotes found. * Tags lacking a terminating '>' are spotted. * Proprietary elements are recognized and reported as such. * The page is reformatted, from a choice of indentation styles. . Tidy is a product of the World Wide Web Consortium. Homepage: http://tidy.sourceforge.net/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: xubuntu-desktop, lubuntu-desktop Package: libtie-ixhash-perl Priority: optional Section: perl Installed-Size: 84 Maintainer: Ivan Kohler Architecture: all Version: 1.21-2 Depends: perl (>= 5.6.0-16) Filename: pool/main/libtie-ixhash-perl_1.21-2_all.deb Size: 11950 MD5Sum: e1d9acb1adcc4c195028e28b6635ab19 SHA1: 10a82efd2249d01dfeaceae1c46ddb1cc767a783 SHA256: c97cee7b3915e3ac9afe90af9c13db61f8b87431491af8a848001747b0ccd0ee SHA512: e874f4a359c3cf9c50ff3be18c019cfa49922d0d5840885f0fd895ee961325e2a378b70bfce6d3334b948ff3c64682e5c067cf9c60eb843bbb538f04f0da9f85 Description: ordered associative arrays for Perl This Perl module implements Perl hashes that preserve the order in which the hash elements were added. The order is not affected when values corresponding to existing keys in the IxHash are changed. The elements can also be set to any arbitrary supplied order. The familiar perl array operations can also be performed on the IxHash. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libtiff4 Priority: optional Section: libs Installed-Size: 498 Maintainer: Ubuntu Developers Original-Maintainer: Jay Berkenbilt Architecture: amd64 Source: tiff Version: 3.9.5-2ubuntu1.8 Depends: libc6 (>= 2.14), libjpeg8 (>= 8c), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Filename: pool/main/libtiff4_3.9.5-2ubuntu1.8_amd64.deb Size: 144944 MD5Sum: c06d396f893d778610facf319454cf42 SHA1: a76fa9e959ab93997629341489f4cf3fb911024e SHA256: f2046dce9f22d3b8c3beed868de8f0ee35e80768933aa8a247d1d4ac569961a2 SHA512: ba2e20af103661cab44778c6dc25dc43d7e46be50e7cf97544b4d41fec9735653cc7961c60685506536736bfd3936c130d8e3f102f6f25730b16b3e322c92bd7 Description: Tag Image File Format (TIFF) library libtiff is a library providing support for the Tag Image File Format (TIFF), a widely used format for storing image data. This package includes the shared library. Multi-Arch: same Homepage: http://libtiff.maptools.org Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, print-server, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: libtimedate-perl Priority: optional Section: perl Installed-Size: 248 Maintainer: Ubuntu Developers Original-Maintainer: Debian Perl Group Architecture: all Version: 1.2000-1 Replaces: timedate Provides: timedate Depends: perl Conflicts: timedate Filename: pool/main/libtimedate-perl_1.2000-1_all.deb Size: 41616 MD5Sum: 1fc18ae72d3f6e23682f6637bb7a831c SHA1: 5167d9fa54a812791e87fad0bf2831f1f8e5d7d8 SHA256: 6f5da8fb5aa73331e2c4d2ec739e8aab7ab0d011e0f5909cb82cf11ce284a9ff SHA512: 6f6aa38dec99fae4cf136a6eaeec9bdcd6993383095042a6a2c0cc87444cc465d939ee72682b269886ee87b954d8ee5c3502afb1ff1b9870a609d6deb525c5c8 Description: collection of modules to manipulate date/time information TimeDate is a collection of Perl modules useful for manipulating date and time information. Date::Parse can parse absolute date specifications in a wide variety of input formats and many languages (via Date::Language). . This package also includes Date::Format, which can format dates into strings, as well as Time::Zone, which contains miscellaneous time zone functions. Homepage: http://search.cpan.org/dist/TimeDate/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libtinfo5 Priority: required Section: libs Installed-Size: 436 Maintainer: Ubuntu Developers Original-Maintainer: Craig Small Architecture: amd64 Source: ncurses Version: 5.9-4 Replaces: libncurses5 (<< 5.9-3) Depends: libc6 (>= 2.4) Pre-Depends: multiarch-support Filename: pool/main/libtinfo5_5.9-4_amd64.deb Size: 95294 MD5Sum: c8e8ef686773bf9a9299d5bea26071b6 SHA1: 6289bd0de80c766640f36a6c9e7f18577f268640 SHA256: 45fd988514db3166f2afaf5f796e6e937be4cf70de302644318c296c0a4dd336 SHA512: 09979817c18d1cd12587534e1fd0f97d56f8c0a01ef4d92e3b238ccd2b99e4c23754bd83eea4978d991c8cb747b3b6db2fd0cde49f5071038f91f03b72983714 Description: shared low-level terminfo library for terminal handling The ncurses library routines are a terminal-independent method of updating character screens with reasonable optimization. . This package contains the shared low-level terminfo library. Multi-Arch: same Homepage: http://invisible-island.net/ncurses/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: libtirpc1 Priority: extra Section: libs Installed-Size: 272 Maintainer: Ubuntu Developers Original-Maintainer: Steinar H. Gunderson Architecture: amd64 Source: libtirpc Version: 0.2.2-5 Depends: libc6 (>= 2.8), libgssglue1 Pre-Depends: multiarch-support Filename: pool/main/libtirpc1_0.2.2-5_amd64.deb Size: 84200 MD5Sum: 082c163498e36bec56c1cd67fd07b151 SHA1: 996c419a086ee0a171b109d00a2928f4c0919e50 SHA256: bebde45922c012705f5574d2c300d44b44ce4fd99d7718f91b2e16a6aa66df45 SHA512: e97b8aaf2c742ea0542238eae615e9f821cde781b3c22b240ee052555ec96f6abb31daa84d5eda998684322d1b1b5a562e22ae6b94a400a81028e3ca828494ba Description: transport-independent RPC library This package contains a port of Sun's transport-independent RPC library to Linux. The library is intended as a replacement for the RPC code in the GNU C library, providing among others support for RPC (and in turn, NFS) over IPv6. Multi-Arch: same Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: libtotem-pg4 Priority: optional Section: libs Installed-Size: 307 Maintainer: Debian HA Maintainers Architecture: amd64 Source: corosync Version: 1.4.6-2 Replaces: libcorosync4 (<= 1.4.2-1) Depends: libc6 (>= 2.14), libnspr4 (>= 1.8.0.10), libnss3 (>= 3.12.0~1.9b1) Conflicts: libcorosync4 (<= 1.4.2-1) Filename: pool/main/libtotem-pg4_1.4.6-2_amd64.deb Size: 226154 MD5Sum: a42e2d7b5f13977f34d507f5bb483d17 SHA1: bcc63e1dc122c319c40059b9ef0133d4bbb91bec SHA256: 4f29b24935b14bfeb7a56af007c78b047bf7888934279244d520d555d11fbdff SHA512: dc82362f97d34a7bfffa8133968807afdc1f53f872eae724477efd6b57200ca7dc0039749276cd2ef44276d47e69b5e07fc7a5c87ff0f6d560756836eb9e80d2 Description: Standards-based cluster framework, Totem library Corosync is a project to implement a production quality "Revised BSD" licensed implementation of all core functionalities required by openais. The project implements cutting edge research on virtual synchrony to provide 100% correct operation in the face of failures or partitionable networks with excellent performance characteristics. . The Application Interface Specification is a software API and policies which are used to develop applications that maintain service during faults. . This package contains the Totem library, which is a library included in Corosync. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: libtransitioner1 Priority: optional Section: libs Installed-Size: 77 Maintainer: Ubuntu Developers Original-Maintainer: Debian HA Maintainers Architecture: amd64 Source: pacemaker Version: 1.1.6-2ubuntu3.2 Replaces: pacemaker (<= 1.0.9.1+hg15626-2) Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.16.0), libplumb2 (>= 1.0.8), libxml2 (>= 2.7.4) Conflicts: pacemaker (<= 1.0.9.1+hg15626-2) Filename: pool/main/libtransitioner1_1.1.6-2ubuntu3.2_amd64.deb Size: 14742 MD5Sum: 399301e379e3db3f77dbc57da3ae00b6 SHA1: 1653d9cfd898c0a597577aaad07b5484ddc4f2b7 SHA256: 1f37e53976a1bae215a102421cac7890ffe6387e61ebf95b3a03357cd809a508 SHA512: 7abf33ff4feab2631025aa1ff364a0847bb2719b7301bd90594d9f8aee37ed01e6b70bf15b63b8a512d69c505500328cdb9f14e35bbadbb53b9c3c76ded2510f Description: Pacemaker libraries - transitioner This package contains some of the libraries provided by and needed for the pacemaker cluster manager. You need to install them if you intend to run pacemaker. Specifically, this package contains the transitioner library. Homepage: http://clusterlabs.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 18m Package: libtransitioner2 Priority: optional Section: libs Installed-Size: 78 Maintainer: Debian HA Maintainers Architecture: amd64 Source: pacemaker Version: 1.1.10+git20130802-4 Replaces: libtransitioner1, pacemaker (<= 1.0.9.1+hg15626-2) Depends: libc6 (>= 2.4), libcrmcommon3 (>= 1.1.10+git20130802), libglib2.0-0 (>= 2.16.0), libqb0 Conflicts: libtransitioner1, pacemaker (<= 1.0.9.1+hg15626-2) Filename: pool/main/libtransitioner2_1.1.10+git20130802-4_amd64.deb Size: 32928 MD5Sum: 454d00585356310ce01f469347eb9a3d SHA1: dc93e53f34840b23536d8a7d9505e50f24cee2f2 SHA256: efc9ddd2b2e1a7c8f8cdba786c4a1b1881d381233eaee93d5d0d1e0e6014b46a SHA512: fda81dab9ef2360130d406e44b4d962e1795fb918b0c054b32d1d47e72079bf5d4a39455e641d72ba92d836bdf699db78f95e69b3320cbc1310f69a26316e6f3 Description: Pacemaker libraries - transitioner This package contains some of the libraries provided by and needed for the pacemaker cluster manager. You need to install them if you intend to run pacemaker. Specifically, this package contains the transitioner library. Homepage: http://clusterlabs.org/ Package: libudev0 Priority: required Section: admin Installed-Size: 200 Maintainer: Ubuntu Developers Architecture: amd64 Source: udev Version: 175-0ubuntu9.5 Depends: libc6 (>= 2.8) Pre-Depends: multiarch-support Filename: pool/main/libudev0_175-0ubuntu9.5_amd64.deb Size: 28386 MD5Sum: c25bbc84f998d6192d8524781999ccda SHA1: 7b8bb0b54028ee0b0d0d3df67d2a0058f33672b5 SHA256: cdf39dd867c164f871d7ed5665a941456c2a03a1ed65364c48dd2e03a09db181 SHA512: cf55a8efd757a964fda212290516364d8bc99a4bfccfb0e2ca837221fa5771e0e5b715e8cc2f7e01bb71a0b94aa59b255f013ff4b0b90f3db03b4c5ad752b1b4 Description: udev library libudev provides a set of functions for accessing the udev database and querying sysfs. Multi-Arch: same Homepage: http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: libunistring0 Priority: optional Section: libs Installed-Size: 1151 Maintainer: Ubuntu Developers Original-Maintainer: Andreas Rottmann Architecture: amd64 Source: libunistring Version: 0.9.3-5 Depends: libc6 (>= 2.4) Pre-Depends: multiarch-support Filename: pool/main/libunistring0_0.9.3-5_amd64.deb Size: 427050 MD5Sum: 3e3de70f04cf39c1602c21b1571a0b41 SHA1: 8484dc15809c8bb8b0b7fa6bcfa4d00feaefa584 SHA256: 6544fca0229811ca2ff7e8b67b9493c934e2588e25c1422c00cd9796181c339e SHA512: 87ec98dc85740ed6701e504b5ef50bc81463b23dd6798e11eac13815613771c463aa4bbf505202fd02869703240c22e0b494fd99ab44bc0bfcee46212a1c85d8 Description: Unicode string library for C The 'libunistring' library implements Unicode strings (in the UTF-8, UTF-16, and UTF-32 encodings), together with functions for Unicode characters (character names, classifications, properties) and functions for string processing (formatted output, width, word breaks, line breaks, normalization, case folding, regular expressions). . This package contains the shared library. Multi-Arch: same Homepage: http://www.gnu.org/software/libunistring/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-usb, edubuntu-usb, edubuntu-desktop-kde, edubuntu-desktop-gnome, ubuntustudio-font-meta Package: libunwind8 Priority: optional Section: libs Installed-Size: 154 Maintainer: Ubuntu Developers Original-Maintainer: Daigo Moriwaki Architecture: amd64 Source: libunwind Version: 1.1-2ubuntu3~cloud0 Replaces: libgcc1 (<< 1:4.0.0-2) Depends: libc6 (>= 2.4), liblzma5 (>= 5.1.1alpha+20110809) Pre-Depends: multiarch-support Conflicts: libunwind1-dev Filename: pool/main/libunwind8_1.1-2ubuntu3~cloud0_amd64.deb Size: 67830 MD5Sum: 315e35c6e87d63aeb13772bef7c3d1c7 SHA1: bdb261682f21e6290b696eb09a46cd332924a4d4 SHA256: b78125064ca0a3bdfe25b91f5ccbd51b0f81fc4ab129f0f9ca35a355caedf2f8 SHA512: 28d7524d9ef7bf78e682bf166bfecb7d079313a10018a8e871585c0bd0f8604b734bc10b8d0e7e38fb3e916ea175935a70ad4ec8dedda0f5d30ae34f0384977f Description: library to determine the call-chain of a program - runtime The primary goal of this project is to define a portable and efficient C programming interface (API) to determine the call-chain of a program. The API additionally provides the means to manipulate the preserved (callee-saved) state of each call-frame and to resume execution at any point in the call-chain (non-local goto). The API supports both local (same-process) and remote (across-process) operation. As such, the API is useful in a number of applications. . This package includes the shared libraries Homepage: http://www.nongnu.org/libunwind Package: liburi-perl Priority: optional Section: perl Installed-Size: 218 Maintainer: Ubuntu Developers Original-Maintainer: Debian Perl Group Architecture: all Version: 1.59-1 Depends: perl, libmime-base64-perl, libnet-perl Suggests: libwww-perl Filename: pool/main/liburi-perl_1.59-1_all.deb Size: 90312 MD5Sum: 5d498cc717fdff8c878ff5769134c161 SHA1: 99b4ba12a33485cddc06b83e2c5ac994ad9b0dac SHA256: 26c22b0c0f5bc99cdc81fb6c9a380a6d9155e3b4eccae9427f41781e2d2af2ac SHA512: f6341b6d819b0d27811045f2d0048dc4e2e99405686c91dcc1dd8366f0b3f404768900f5c280e4236cc7eb1de6391434a894c3be07e0a21855c1e72d85bbf8d5 Description: module to manipulate and access URI strings URI is a collection of Perl modules that represent and manipulate Uniform Resource Identifier (URI) references as specified in RFC 2396. . URI objects can be used to access and manipulate the various components that make up these strings. There are also methods to combine URIs in various ways. . The URI class replaces the URI::URL class that used to be distributed with libwww-perl. This package also includes an emulation of the old URI::URL interface, which implements both the old and the new interface. Homepage: http://search.cpan.org/dist/URI/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libusb-0.1-4 Priority: important Section: libs Installed-Size: 73 Maintainer: Ubuntu Developers Original-Maintainer: Aurelien Jarno Architecture: amd64 Source: libusb Version: 2:0.1.12-20 Replaces: libusb0 Depends: libc6 (>= 2.4) Pre-Depends: multiarch-support Conflicts: libccid (<< 0.9.2-3), libusb0 Filename: pool/main/libusb-0.1-4_2:0.1.12-20_amd64.deb Size: 17590 MD5Sum: f4e26f69edf4680c779bb0c61f5379f7 SHA1: 1cabfcc5094f4e3f4b37fcc99e2ea8aa46fe33ed SHA256: 5422579a0cb3a6f0ec39e56d893f3fc3ed1c79ce1bed3429058e62608a146d1d SHA512: 496d9277f9e0859a02f98a79a8a37194ce5a971ea032af66f776390d53717d5f6ab2943b5302a4482c68475eb69e8acd7659dc7c1925bb4e5e46813e63655a6a Description: userspace USB programming library Library for programming USB applications without the knowledge of Linux kernel internals. Multi-Arch: same Homepage: http://www.linux-usb.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Build-Essential: yes Origin: Ubuntu Supported: 5y Task: minimal Package: libusb-1.0-0 Priority: standard Section: libs Installed-Size: 132 Maintainer: Aurelien Jarno Architecture: amd64 Source: libusbx Version: 2:1.0.16-1~cloud1 Depends: libc6 (>= 2.14), libudev0 (>= 147) Pre-Depends: multiarch-support Filename: pool/main/libusb-1.0-0_1.0.16-1~cloud1_amd64.deb Size: 45402 MD5Sum: 3ea2c2ff7df048c97b1e281d9added7a SHA1: e5b48d8ef19e669dfe27fab6306085e59307eea3 SHA256: 5fc64f0a739278f34dae29101f0281878e28c0763608716d885b5f3b61ff0b2b SHA512: 1b58310088b10a128adcb3e945734e1a6bafb62fe95e9d05a3bf3219d8fbaf181f2444865a0b1f8b3ef4effe670f3744ea8e1d4417127c19cd170a4eef3f7c54 Description: userspace USB programming library Library for programming USB applications without the knowledge of Linux kernel internals. . This package contains what you need to run programs that use this library. Multi-Arch: same Homepage: http://www.linux-usb.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master Package: libusbredirparser1 Priority: optional Section: libs Installed-Size: 67 Maintainer: Ubuntu Developers Original-Maintainer: Liang Guo Architecture: amd64 Source: usbredir Version: 0.6-2ubuntu1 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Filename: pool/main/libusbredirparser1_0.6-2ubuntu1_amd64.deb Size: 14888 MD5Sum: 71dc56f3ffdb32c63e7961ca25c429dd SHA1: bc207ec5500a078b5ce358b7a431cd697f6dbd29 SHA256: 46691e24f09e40e0eeb1e3af346a64abefff876abf97fcf0957b606f357239a6 SHA512: 9b84b05f19d43aaacd629a755f9d119dcc88873a92b1ff2b1197f8c0534eb2c94b663d0a6b90b8980d9062909078e912dabb8eb9064b5f97e18fa031f5c4f9fb Description: Parser for the usbredir protocol (runtime) Usbredirparse is a library containing the parser for the usbredir protocol. This package contains the runtime library. Multi-Arch: same Homepage: http://www.spice-space.org/ Package: libuuid1 Priority: required Section: libs Installed-Size: 110 Maintainer: Ubuntu Developers Original-Maintainer: LaMont Jones Architecture: amd64 Source: util-linux Version: 2.20.1-1ubuntu3.1 Replaces: e2fsprogs (<< 1.34-1) Depends: passwd, libc6 (>= 2.4) Pre-Depends: multiarch-support Recommends: uuid-runtime Filename: pool/main/libuuid1_2.20.1-1ubuntu3.1_amd64.deb Size: 12820 MD5Sum: 7a2d5369c39cb80572c3c25426ad5d58 SHA1: 8803da9209a4bd39557f21d6e57f0b5b558ff73a SHA256: 16f107649f679869b95bd7b36ac669db11a1b0a051258772d12e35b31e4d6edc SHA512: 0c799d5d823777b00ff4dbd75614945c4c310073e6858def93c05c7424b9ca5c1b1db6d5f0c8c4654d863d1c0f7348456190eb995e3fe98c77d1be9bcbd1bdb6 Description: Universally Unique ID library The libuuid library generates and parses 128-bit universally unique ids (UUIDs). A UUID is an identifier that is unique across both space and time, with respect to the space of all UUIDs. A UUID can be used for multiple purposes, from tagging objects with an extremely short lifetime, to reliably identifying very persistent objects across a network. . See RFC 4122 for more information. Multi-Arch: same Homepage: http://userweb.kernel.org/~kzak/util-linux/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: libvirt-bin Priority: optional Section: devel Installed-Size: 10797 Maintainer: Ubuntu Developers Original-Maintainer: Debian Libvirt Maintainers Architecture: amd64 Source: libvirt Version: 1.2.2-ubuntu2 Depends: libapparmor1 (>= 2.6~devel), libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libblkid1 (>= 2.17.2), libc6 (>= 2.14), libcap-ng0, libdbus-1-3 (>= 1.1.1), libdevmapper1.02.1 (>= 2:1.02.20), libgcc1 (>= 1:4.1.1), libgnutls26 (>= 2.12.6.1-0), libnetcf1, libnl-3-200 (>= 3.2.3), libnuma1 (>= 2.0.8~rc3), libparted0debian1 (>= 2.2-1), libpcap0.8 (>= 1.0.0), libpciaccess0, librados2, librbd1, libreadline6 (>= 6.0), libsasl2-2, libudev0 (>= 147), libvirt0 (= 1.2.2-ubuntu2), libxen-4.3 (>= 4.3.0), libxenstore3.0 (>= 3.2.0), libxml2 (>= 2.7.4), libyajl1 (>= 1.0.5), upstart-job, adduser, bridge-utils, cgroup-lite | cgroup-bin, dnsmasq-base (>= 2.46-1), dbus, gettext-base, iptables (>= 1.4.10), logrotate, netcat-openbsd Recommends: libxml2-utils, gawk, ebtables, dmidecode, iproute, parted, pm-utils Suggests: policykit-1, apparmor, qemu-kvm | qemu (>= 0.9.1), radvd Filename: pool/main/libvirt-bin_1.2.2-ubuntu2_amd64.deb Size: 5506832 MD5Sum: ccd009fa4d8f6e71486af4a3e725cc01 SHA1: ea4d6620cacb24f7a337f1e2c29841d7aa9c05bb SHA256: 3d65b49f8405c92600d4b39e48fe48d5ba92ae15616397ac723eb7921c62611d SHA512: 65de0248c8e43d02063c750cbb88e41e600450de8bb73a1d57e2a4e13d24a497113fbe4f817b7ebad5d13512e491e97e1be17c3b7e257712a18e0cacfc814dd5 Description: programs for the libvirt library Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the supporting binaries to use with libvirt Enhances: qemu, qemu-kvm, xen Homepage: http://libvirt.org Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: virt-host Package: libvirt0 Priority: optional Section: devel Installed-Size: 4461 Maintainer: Ubuntu Developers Original-Maintainer: Debian Libvirt Maintainers Architecture: amd64 Source: libvirt Version: 1.2.2-ubuntu2 Depends: libapparmor1 (>= 2.6~devel), libaudit0 (>= 1.7.13), libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.14), libcap-ng0, libdbus-1-3 (>= 1.1.1), libdevmapper1.02.1 (>= 2:1.02.20), libgcrypt11 (>= 1.4.5), libgnutls26 (>= 2.12.6.1-0), libnl-3-200 (>= 3.2.3), libnuma1 (>= 2.0.8~rc3), libsasl2-2, libxml2 (>= 2.7.4), libyajl1 (>= 1.0.5) Suggests: lvm2 Filename: pool/main/libvirt0_1.2.2-ubuntu2_amd64.deb Size: 2805202 MD5Sum: 55fe91bf54e73fd982363997e9fba5e5 SHA1: c6a43e42d122ffa2fe6bb7a6fe25ff87d3868a09 SHA256: 900ced20e1a9a6994752fef413c3cb9b0679d8589503f12d6e7e5eb6db1c0d02 SHA512: e81d1d49586ff70a8a279409ef21245df8141d8eca4c990e721eba8674c2d2fab244001a5f02d6bdc44f513836230c4f0504e15530a15b84e6d6ff563f856f63 Description: library for interfacing with different virtualization systems Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. Homepage: http://libvirt.org Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: virt-host Package: libvorbis0a Priority: optional Section: libs Installed-Size: 227 Maintainer: Ubuntu Developers Original-Maintainer: Debian Xiph.org Maintainers Architecture: amd64 Source: libvorbis Version: 1.3.2-1ubuntu3 Replaces: libvorbis0 Depends: libc6 (>= 2.15), libogg0 (>= 1.1.0) Pre-Depends: multiarch-support Conflicts: libvorbis0 Filename: pool/main/libvorbis0a_1.3.2-1ubuntu3_amd64.deb Size: 103446 MD5Sum: ff8c84f6814883bbcb10b0bf925d4bbe SHA1: fee03c0faf8972531c92ba52e869b3d10dc0f437 SHA256: dc392e736a272378e2a266da41775258c7a54ee95d62495c3db83ec258480a51 SHA512: 5dc15b14fe50448656d73b100dde990d140891f6984f646c535e6ecb5f431c411c2358d1a8f7972eae0e44778c6a74c012eabf4b249cd440a35588b2ec703b30 Description: The Vorbis General Audio Compression Codec (Decoder library) Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free, general-purpose compressed audio format for audio and music at fixed and variable bitrates from 16 to 128 kbps/channel. . The Vorbis library is the primary Ogg Vorbis library. Multi-Arch: same Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: virt-host, ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, edubuntu-desktop-kde, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-desktop, ubuntustudio-generation, ubuntustudio-video, ubuntustudio-recording Package: libvorbisenc2 Priority: optional Section: libs Installed-Size: 2913 Maintainer: Ubuntu Developers Original-Maintainer: Debian Xiph.org Maintainers Architecture: amd64 Source: libvorbis Version: 1.3.2-1ubuntu3 Replaces: libvorbis0 (<< 1.0.0) Depends: libc6 (>= 2.2.5), libvorbis0a (= 1.3.2-1ubuntu3) Pre-Depends: multiarch-support Conflicts: libvorbis0 (<< 1.0.0) Filename: pool/main/libvorbisenc2_1.3.2-1ubuntu3_amd64.deb Size: 135744 MD5Sum: 0adb3c2fa2a9261ac5a311c036bd85d1 SHA1: fd1e4ab86f34aaa60e5247f59e5ec357d64d078e SHA256: 7fa9c48ba2ed1aaed3c9db5ff03cec8b7fbc3801ca659ccfd8868a762fa78836 SHA512: a6da1566367f0d8af819fe6d50b3910bacfa7950f79da6e0b00b0554346f70c49952f739ecadc4709c96a88b5a611df8b201a6fedd3e21ff6724eaffea0bc80a Description: The Vorbis General Audio Compression Codec (Encoder library) Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free, general-purpose compressed audio format for audio and music at fixed and variable bitrates from 16 to 128 kbps/channel. . The Vorbisenc library provides a convenient API for setting up an encoding environment using libvorbis. Multi-Arch: same Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: virt-host, ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, edubuntu-desktop-kde, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-desktop, ubuntustudio-generation, ubuntustudio-video, ubuntustudio-recording Package: libvotequorum4 Priority: optional Section: libs Installed-Size: 174 Maintainer: Debian HA Maintainers Architecture: amd64 Source: corosync Version: 1.4.6-2 Replaces: libcorosync4 (<= 1.4.2-1) Depends: libc6 (>= 2.4), libcoroipcc4 (>= 1.4.6) Conflicts: libcorosync4 (<= 1.4.2-1) Filename: pool/main/libvotequorum4_1.4.6-2_amd64.deb Size: 162052 MD5Sum: 93aade56d2e3f02a8e35eb6e177c0b53 SHA1: 4828262526c12ebab2884835816c1503ea3b724b SHA256: 3562df94d5d982629df3dd440b56d91bad344e7c984bc9b388c8d173ac183bb4 SHA512: a7952c6fae7f099e3b75e0ab9b3b6a1687e198dad047ae669d6b43f5086dd7fdd3cc3c34a574ece622f440312e50b17c57d0d3a064e7e898e7e89613da1005ed Description: Standards-based cluster framework, Votequorum library Corosync is a project to implement a production quality "Revised BSD" licensed implementation of all core functionalities required by openais. The project implements cutting edge research on virtual synchrony to provide 100% correct operation in the face of failures or partitionable networks with excellent performance characteristics. . The Application Interface Specification is a software API and policies which are used to develop applications that maintain service during faults. . This package contains the Votequorum library, which is a library included in Corosync. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: libvte-common Priority: optional Section: libs Installed-Size: 436 Maintainer: Ubuntu Developers Original-Maintainer: Debian GNOME Maintainers Architecture: all Source: vte Version: 1:0.28.2-3ubuntu2 Replaces: libvte2 (<= 0.5.1-2) Breaks: libvte9 (<< 1:0.28) Filename: pool/main/libvte-common_0.28.2-3ubuntu2_all.deb Size: 22800 MD5Sum: c5b893e5d64ca1a649577dfd1dd229ce SHA1: abc3c9fa6074558856bb9e3d22643bcacd081e0a SHA256: 81d6979ef2b311a6222c3b0a8662f456d150c5120b45bfc97ed2bc99c486dcc3 SHA512: e485965fa6bf13bcd986b00c143092fd5fac1800593b6da91ec70c780f0109ac1ec1b5eb765832b3bacad27c70a412f22b44bc4672713b487f4ac67caa131b19 Description: Terminal emulator widget for GTK+ 2.x - common files The VTE library provides a terminal emulator widget VteTerminal for applications using the GTK+ toolkit. It also provides the VtePTY object containing functions for starting a new process on a new pseudo-terminal and for manipulating pseudo-terminals. . This package contains internationalization files for the VTE library and common files for the GTK+ 2.x version. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libvte9 Priority: optional Section: libs Installed-Size: 1059 Maintainer: Ubuntu Developers Original-Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: vte Version: 1:0.28.2-3ubuntu2 Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.14), libcairo2 (>= 1.2.4), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.31.2), libgtk2.0-0 (>= 2.24.0), libpango1.0-0 (>= 1.22.0), libtinfo5, libx11-6, libvte-common (= 1:0.28.2-3ubuntu2) Filename: pool/main/libvte9_0.28.2-3ubuntu2_amd64.deb Size: 371652 MD5Sum: d87c2b5b5a6c4bc3eb589bfc274e0834 SHA1: ce3d938cc0dddfd4ea502b90df6928528cc47ba9 SHA256: f940d2cb6c1803e99b7e27116d4c27b251b7eff75f23bf713846641db6806301 SHA512: 8bbdc01bd6d507eaa04030601d319618ec49add6f36d5c97c17a9dd475c59d71a19406c4d55a7788325c2eaed37e3fd7d4ba977ff7c5949421583e141218acd0 Description: Terminal emulator widget for GTK+ 2.0 - runtime files The VTE library provides a terminal emulator widget VteTerminal for applications using the GTK+ toolkit. It also provides the VtePTY object containing functions for starting a new process on a new pseudo-terminal and for manipulating pseudo-terminals. . This package contains the runtime library, needed by programs using the VTE widget with GTK+ 2.0. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: edubuntu-desktop-kde, edubuntu-desktop-gnome, xubuntu-desktop, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, lubuntu-desktop, ubuntustudio-desktop Package: libwind0-heimdal Priority: standard Section: libs Installed-Size: 229 Maintainer: Ubuntu Developers Original-Maintainer: Brian May Architecture: amd64 Source: heimdal Version: 1.6~git20120311.dfsg.1-2ubuntu0.1 Depends: libc6 (>= 2.14), libcomerr2 (>= 1.01), libroken18-heimdal (>= 1.4.0+git20110226) Pre-Depends: multiarch-support Filename: pool/main/libwind0-heimdal_1.6~git20120311.dfsg.1-2ubuntu0.1_amd64.deb Size: 77758 MD5Sum: adad7353dc91fdb68b45c1834b6c9ebe SHA1: 4da347a87f540af18f6efde96298cb55171dbf11 SHA256: 77c5903b5d77951c1bfbd844a7097371b94e63337311f66614124c48d180ed2a SHA512: 8953cf45348fc30ea9dfb9562465b0bffef8e8c31fcbd0d7f3ab4bfa1acae803c86d53eabc229537efc27022cc91f9d8a8263ee2fe7b44a488c286f165801041 Description: Heimdal Kerberos - stringprep implementation Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. Multi-Arch: same Homepage: http://www.h5l.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: libwmf0.2-7 Priority: optional Section: libs Installed-Size: 507 Maintainer: Ubuntu Developers Original-Maintainer: Loïc Minier Architecture: amd64 Source: libwmf Version: 0.2.8.4-10ubuntu1.1 Depends: libc6 (>= 2.14), libexpat1 (>= 1.95.8), libfreetype6 (>= 2.2.1), libjpeg8 (>= 8c), libpng12-0 (>= 1.2.13-4), libx11-6, zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Recommends: gsfonts Suggests: libwmf0.2-7-gtk Filename: pool/main/libwmf0.2-7_0.2.8.4-10ubuntu1.1_amd64.deb Size: 172482 MD5Sum: 7ab5f6ca7f0b55a1f3074c0387ac7de1 SHA1: 64fb5a2ddc9ce7e2eeea7754f45af119975ab378 SHA256: a0ceb4ad3abf79f90062ff811f341c13b2eae6e220c326a7ee290d3401d15dce SHA512: a39278192afa384053374f6a0bf239c35c70c16b9b6ce299d5dacfc57b4c43e54bbe158df564db363f7957d171119a42898703deec8530b6ae9a79650c1b9930 Description: Windows metafile conversion library Windows metafile (WMF) is a picture format used by many Windows programs, e.g. Microsoft Word. libwmf is a library for interpreting metafile images and either displaying them using X or converting them to standard formats such as PNG, JPEG, PS, EPS and SVG(Z)... . This package contains the shared library. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, kubuntu-full, kubuntu-active-full, edubuntu-desktop, edubuntu-usb, edubuntu-desktop-kde, xubuntu-desktop, lubuntu-desktop, ubuntustudio-video, ubuntustudio-graphics Package: libwrap0 Priority: optional Section: libs Installed-Size: 148 Maintainer: Ubuntu Developers Original-Maintainer: Marco d'Itri Architecture: amd64 Source: tcp-wrappers Version: 7.6.q-21 Replaces: tcpd (<< 7.6.q-20) Depends: libc6 (>= 2.11) Pre-Depends: multiarch-support Recommends: tcpd Breaks: tcpd (<< 7.6.q-20) Filename: pool/main/libwrap0_7.6.q-21_amd64.deb Size: 49868 MD5Sum: 37c0394cb8c8c6dc11e6dd606da7e872 SHA1: fd118659586322771e6948adf985d567b5f141a3 SHA256: af28a1138aa4bba3eaf01bdc2cf07fe9b2731eb0b45491d0692ad042476c7385 SHA512: a019c2046a7d6230a50d5295dd94f657cb4655bd15e496cd99e5270d4ec64eb628b044afcb7a04f99cc300c1d67dc47b396dce563c579c0543fd3807b00ebec5 Description: Wietse Venema's TCP wrappers library Wietse Venema's network logger, also known as TCPD or LOG_TCP. . These programs log the client host name of incoming telnet, ftp, rsh, rlogin, finger etc. requests. . Security options are: - access control per host, domain and/or service; - detection of host name spoofing or host address spoofing; - booby traps to implement an early-warning system. Multi-Arch: same Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: virt-host, ubuntu-desktop, print-server, cloud-image, ubuntu-usb, openssh-server, lamp-server, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: libwww-perl Priority: optional Section: perl Installed-Size: 370 Maintainer: Ubuntu Developers Original-Maintainer: Debian Perl Group Architecture: all Version: 6.03-1 Depends: perl, ca-certificates, libencode-locale-perl, libfile-listing-perl, libhtml-parser-perl, libhtml-tagset-perl, libhtml-tree-perl, libhttp-cookies-perl, libhttp-date-perl, libhttp-message-perl, libhttp-negotiate-perl, liblwp-mediatypes-perl, liblwp-protocol-https-perl, libnet-http-perl, liburi-perl, libwww-robotrules-perl, netbase Recommends: libhtml-form-perl, libhtml-format-perl, libhttp-daemon-perl, libmailtools-perl Suggests: libauthen-ntlm-perl Breaks: fusioninventory-agent (<< 2.1.8-2), gsutil (<< 3.1-1), libfrontier-rpc-perl (<< 0.07b4-6), libhttp-daemon-ssl-perl (<< 1.04-3), libhttp-proxy-perl (<< 0.24-2), libhttp-request-ascgi-perl (<< 1.2-2), libhttp-request-params-perl (<< 1.01-6), libjson-rpc-perl (<< 0.96-3), libpoe-perl (<< 2:1.2990-2), librpc-xml-perl (<< 0.74-2), libsoap-lite-perl (<< 0.7.12-3), libwww-mechanize-formfiller-perl (<< 0.10-2), libwww-mechanize-perl (<< 1.66-2), satutils (<= 0.6), tidy-proxy (<< 0.97-4) Filename: pool/main/libwww-perl_6.03-1_all.deb Size: 155922 MD5Sum: 235de415c3b9a383119b34493841ec0b SHA1: bdc5796f6630513aa038d8be7d4dde1905dc24b1 SHA256: ebd5d4b70de12fe2262d716dc8cc8cd379a4afa095747bde33d98f3057350306 SHA512: 1c2b9fb7e2cbf9660307d0f437539377c20b04c1437c9897026d52ad9b10f70c760df2a66406ea5e969a0ac3b5b360d218d3903daa44ddb0fcd238a4f5d6050c Description: simple and consistent interface to the world-wide web libwww-perl (also known as LWP) is a collection of Perl modules that provide a simple and consistent programming interface (API) to the World-Wide Web. The main focus of the library is to provide classes and functions that allow you to write WWW clients. It also contains general purpose modules, as well as a simple HTTP/1.1-compatible server implementation. Homepage: http://search.cpan.org/dist/libwww-perl/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libwww-robotrules-perl Priority: optional Section: perl Installed-Size: 76 Maintainer: Ubuntu Developers Original-Maintainer: Debian Perl Group Architecture: all Version: 6.01-1 Replaces: libwww-perl (<< 6.00) Depends: perl, liburi-perl Breaks: libwww-perl (<< 6.00) Filename: pool/main/libwww-robotrules-perl_6.01-1_all.deb Size: 14074 MD5Sum: 95112b59013c9e643ada5ddddb62d9b8 SHA1: 39693be3d45fcfd0852e2de9070abc36cb7242a5 SHA256: 5516cd8881af8032ccbeb1fb678c51d2f4b4f98128eccbb126fc0e07571ed830 SHA512: 9439131fa0729e213fe76cc5cb02e154aebdaf45239e70bb5d6058a3eaf38280393e2dad76adeb5df789966dce0ba41d5e4a2eb91200281d8058b74f91683413 Description: database of robots.txt-derived permissions WWW::RobotRules parses /robots.txt files as specified in "A Standard for Robot Exclusion", at . Webmasters can use the /robots.txt file to forbid conforming robots from accessing parts of their web site. . The parsed files are kept in a WWW::RobotRules object, and this object provides methods to check if access to a given URL is prohibited. The same WWW::RobotRules object can be used for one or more parsed /robots.txt files on any number of hosts. Homepage: http://search.cpan.org/dist/WWW-RobotRules/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libwxbase2.8-0 Priority: optional Section: universe/libs Installed-Size: 1621 Maintainer: Ubuntu Developers Original-Maintainer: wxWidgets Maintainers Architecture: amd64 Source: wxwidgets2.8 Version: 2.8.12.1-6ubuntu2 Depends: libc6 (>= 2.15), libexpat1 (>= 1.95.8), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0), zlib1g (>= 1:1.1.4) Pre-Depends: multiarch-support Filename: pool/main/libwxbase2.8-0_2.8.12.1-6ubuntu2_amd64.deb Size: 582892 MD5Sum: a7dafb37f4c9a68b126a9c2ab5786dfb SHA1: 58e47a92c053a5059b146b58edf33537890de12b SHA256: 6d5f7b85848b5ff55ee549ece6b648ce4600a9c67b1aafb96697ae374defc8f9 SHA512: 5afd00e05c946aa068a8b57f3520dffb3aceea6b90e8024dd9e8083a7ba0086e66a53e5a91e1dce6c098b8c5c2406d4ba2bad4f2dcd7e90ff19b368e47dab29f Description: wxBase library (runtime) - non-GUI support classes of wxWidgets toolkit wxBase is a collection of C++ classes providing basic data structures (strings, lists, arrays), powerful wxDateTime class for date manipulations, portable wrappers around many OS-specific functions allowing the same program to be work for all supported platforms, wxThread class for writing multithreaded programs, and much more. . wxBase currently supports the following platforms: Generic Unix (Linux, FreeBSD, Solaris, HP-UX, ...), Microsoft Windows, and Mac OS X. . This package is only useful for non-GUI apps. It offers a subset of the classes in libwx_gtk2.8 for use in console apps and daemons. You do not need this package to build or use wxWidgets GUI apps. Multi-Arch: same Homepage: http://www.wxwidgets.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Task: edubuntu-desktop-gnome, ubuntustudio-generation, ubuntustudio-video, ubuntustudio-graphics, ubuntustudio-recording Package: libwxgtk2.8-0 Priority: optional Section: universe/libs Installed-Size: 10005 Maintainer: Ubuntu Developers Original-Maintainer: wxWidgets Maintainers Architecture: amd64 Source: wxwidgets2.8 Version: 2.8.12.1-6ubuntu2 Depends: libc6 (>= 2.15), libgcc1 (>= 1:4.1.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libgl1-mesa-glx | libgl1, libglib2.0-0 (>= 2.24.0), libgstreamer-plugins-base0.10-0 (>= 0.10.0), libgstreamer0.10-0 (>= 0.10.0), libgtk2.0-0 (>= 2.24.0), libjpeg8 (>= 8c), libpango1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4), libsm6, libstdc++6 (>= 4.1.1), libtiff4, libwxbase2.8-0 (>= 2.8.12.1), libxinerama1 Pre-Depends: multiarch-support Suggests: libgnomeprintui2.2-0 Filename: pool/main/libwxgtk2.8-0_2.8.12.1-6ubuntu2_amd64.deb Size: 3328100 MD5Sum: 81a0d1dbbd4f6a782ec58fb48319d124 SHA1: ca20af82dd5ba26ba3664a196ca9d84574bff449 SHA256: d10055d34e5cf03c514cd659a15a4acb660becc926750d5daecb31b59b1b65dc SHA512: 744b3a60dcebc32f30a5d291892f5a6af08bdda3b7e807115218795feb7bb7a95bd7cfcc67f3003b16174c6f5eb9cdfcaaad80bd46d061b9f12da61628867c42 Description: wxWidgets Cross-platform C++ GUI toolkit (GTK+ runtime) wxWidgets (formerly known as wxWindows) is a class library for C++ providing GUI components and other facilities on several popular platforms (and some unpopular ones as well). For more information see http://wxwidgets.org . This package provides the shared libraries needed to run programs linked against wxWidgets. To use the (optional) glcanvas library you will need to have Mesa or OpenGL installed. Multi-Arch: same Homepage: http://www.wxwidgets.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Task: edubuntu-desktop-gnome, ubuntustudio-generation, ubuntustudio-video, ubuntustudio-graphics, ubuntustudio-recording Package: libx11-6 Priority: standard Section: libs Installed-Size: 1480 Maintainer: Ubuntu Developers Original-Maintainer: Debian X Strike Force Architecture: amd64 Source: libx11 Version: 2:1.4.99.1-0ubuntu2.3 Depends: libc6 (>= 2.15), libxcb1 (>= 1.2), libx11-data Pre-Depends: multiarch-support Filename: pool/main/libx11-6_1.4.99.1-0ubuntu2.3_amd64.deb Size: 764130 MD5Sum: e82778ef53e8f7230e365832f8c65633 SHA1: 5bd898c02237c9099e85f77502c17a74f571dd45 SHA256: 3df570907fb85b91bdf102975415170664e25211fb11fe205672bcec4c36fd30 SHA512: 50db02615a5bcd6ffe6195ea428e86098dacd01abc8f9f8282bf22f3928017559686cf2922c3692938743ae975bbe88e897bdd4a894779a051e476cda96ad36f Description: X11 client-side library This package provides a client interface to the X Window System, otherwise known as 'Xlib'. It provides a complete API for the basic functions of the window system. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libX11 Multi-Arch: same Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: libx11-data Priority: standard Section: x11 Installed-Size: 1525 Maintainer: Ubuntu Developers Original-Maintainer: Debian X Strike Force Architecture: all Source: libx11 Version: 2:1.4.99.1-0ubuntu2.3 Breaks: libx11-6 (<< 2:1.4.1) Filename: pool/main/libx11-data_1.4.99.1-0ubuntu2.3_all.deb Size: 171340 MD5Sum: 9428a35626d6898dea13c7080282b377 SHA1: e237ac5eeca4988983f6c4e827372d4b0ba47539 SHA256: 139b4e6c5415014669780223bda4862877ab0bd064594dbe5192e13725579863 SHA512: 84957eb5fbaa272eb63e5bac317a7454c82c1717c5eb87420199efbd72c254ff523b03ec9259c60d2da915124735bb370db3a9b401ea0e13897a4614830093b9 Description: X11 client-side library This package provides the locale data files for libx11. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libX11 Multi-Arch: foreign Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: libx11-xcb1 Priority: optional Section: libs Installed-Size: 206 Maintainer: Ubuntu Developers Original-Maintainer: Debian X Strike Force Architecture: amd64 Source: libx11 Version: 2:1.4.99.1-0ubuntu2.3 Depends: libc6 (>= 2.2.5) Pre-Depends: multiarch-support Filename: pool/main/libx11-xcb1_1.4.99.1-0ubuntu2.3_amd64.deb Size: 10448 MD5Sum: ba345c29d89b2e2fa4369ac12b926858 SHA1: 7c01e99ec94b136619d585992530a1d6267cc1a2 SHA256: 79381675b9ddcaa36b306ff19a946b0b60d4ef32498c06b22864787cdce90952 SHA512: 1f677b16bea1285882ec85c2b55350747b486deae17339b383f6aadfcb09eb18a8281756aaa830d0308f56b9721fdeef8a39b42c20b726cbc9d2cdd237728744 Description: Xlib/XCB interface library libX11-xcb provides functions needed by clients which take advantage of Xlib/XCB to mix calls to both Xlib and XCB over the same X connection. . More information about X.Org can be found at: . More information about XCB can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libX11 Multi-Arch: same Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: libx86-1 Priority: optional Section: libs Installed-Size: 165 Maintainer: Ubuntu Developers Original-Maintainer: Anibal Monsalve Salazar Architecture: amd64 Source: libx86 Version: 1.1+ds1-7ubuntu1 Depends: libc6 (>= 2.3.4) Filename: pool/main/libx86-1_1.1+ds1-7ubuntu1_amd64.deb Size: 51026 MD5Sum: 465d2635866b767ac8b526c3dd03ba96 SHA1: a871f64725739c209f25c0b08aebb3b09324ca5e SHA256: be346a904ec38266db4b97783bed02e2f04a41dd93b9aac919b4fbe2787a08fd SHA512: 29a4c8a153247b617ea348a0e63b1238900f653a683ef708499c57d14562bc268052b4f81deefe651be3322b12f47e2f976798d44e651e00169af4d75ee59aa4 Description: x86 real-mode library A library to provide support for making real-mode calls x86 calls. On x86 hardware, vm86 mode is used. On other platforms, x86 emulation is provided. . This package contains the shared library. Homepage: http://www.codon.org.uk/~mjg59/libx86/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: libxapian22 Priority: optional Section: libs Installed-Size: 2368 Maintainer: Ubuntu Developers Original-Maintainer: Olly Betts Architecture: amd64 Source: xapian-core Version: 1.2.8-1 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.6), libuuid1 (>= 2.16), zlib1g (>= 1:1.1.4) Suggests: xapian-tools Filename: pool/main/libxapian22_1.2.8-1_amd64.deb Size: 840552 MD5Sum: 923f8545e72822e122d0e305186de4bf SHA1: a4198833a7a67de8764d335d972c3e6c63cf3e0d SHA256: 5790a15bb19548acb065fe5d2a2c0d9e249c658db954d89e065f20a7bee773da SHA512: 883b94f273533f4de381c24df70c0767d82aed246eafc5ee13f97ea997276f9bebe3fd03744aa1d8fe08aa3bf86f1df506c0a7d5c9b7fca38e5e7392c6f1fd99 Description: Search engine library This package contains the core Xapian runtime library. . The Xapian search engine library is a highly adaptable toolkit which allows developers to easily add advanced indexing and search facilities to their own applications. It implements the probabilistic model of information retrieval, and provides facilities for performing ranked free-text searches, relevance feedback, phrase searching, boolean searching, stemming, and simultaneous update and searching. It is highly scalable, and is capable of working with collections containing hundreds of millions of documents. Homepage: http://xapian.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, cloud-image, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, edubuntu-desktop-kde, xubuntu-desktop, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, lubuntu-desktop, ubuntustudio-desktop Package: libxau6 Priority: standard Section: libs Installed-Size: 54 Maintainer: Ubuntu Developers Original-Maintainer: Debian X Strike Force Architecture: amd64 Source: libxau Version: 1:1.0.6-4 Depends: libc6 (>= 2.4) Pre-Depends: multiarch-support Filename: pool/main/libxau6_1.0.6-4_amd64.deb Size: 8392 MD5Sum: fd9c5e802ecaa38d35aa6ef32f520d78 SHA1: 29b65ea040a6bf1dde2e1e63422cb158095bf2a2 SHA256: e4662223966a8272e03f48324fb6a5dc8eb785348ea4176ce550c09a91a54710 SHA512: 37b86fb23db2b9d9a52675c9bead9f3d036ad011578a72824440cb3aefcf83b385c6f3221848c6e324926c548d5f3581c43f0c46c7a9b54412bf1cd323f138ab Description: X11 authorisation library This package provides the main interface to the X11 authorisation handling, which controls authorisation for X connections, both client-side and server-side. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXau Multi-Arch: same Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: libxaw7 Priority: optional Section: libs Installed-Size: 505 Maintainer: Ubuntu Developers Original-Maintainer: Debian X Strike Force Architecture: amd64 Source: libxaw Version: 2:1.0.9-3ubuntu1 Depends: libc6 (>= 2.15), libx11-6, libxext6, libxmu6, libxpm4, libxt6 Pre-Depends: multiarch-support Filename: pool/main/libxaw7_1.0.9-3ubuntu1_amd64.deb Size: 200742 MD5Sum: d0435ebd8bdf6e9b3e2b8cf1d2985c16 SHA1: ca365a0d5dc125d25ce8de42ad57ea13a2fbdfe1 SHA256: 1ea81f49be17c7c6f89ebd402344c9f85bdc7b5e7c78b417ff68ffd80c1a888a SHA512: 3ffdb5ffcf99ef1d757e37f3ccfe820083f2705cb4010e46a0fc0dc307a13808e0da6f8cdc647bf66356902a30fefffbb8436c326f4dc417e00251c327d97d2a Description: X11 Athena Widget library libXaw7 provides the second version of Xaw, the Athena Widgets tookit, which is largely used by legacy X applications. This version is the most common version, as version 6 is considered deprecated, and version 8, which adds Xprint support, is unsupported and not widely used. In general, use of a more modern toolkit such as GTK+ is recommended. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXaw Multi-Arch: same Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: libxcb-glx0 Priority: optional Section: libs Installed-Size: 149 Maintainer: Ubuntu Developers Original-Maintainer: XCB Developers Architecture: amd64 Source: libxcb Version: 1.8.1-1ubuntu0.2 Depends: libc6 (>= 2.2.5), libxcb1 Pre-Depends: multiarch-support Filename: pool/main/libxcb-glx0_1.8.1-1ubuntu0.2_amd64.deb Size: 26386 MD5Sum: 0390c3daf855f988e5ccef274354f817 SHA1: 3e7264863a7a24f6c0a5bd926f7c32a47a9658d6 SHA256: 63d7dd28cb3f0fdb811ee60c7dee5dce41c378ffe74fb961347706afbf8ef43c SHA512: 1ce7f9c7a92006065d377e1637542c4c56226fcdb245ec21c49cff7a77e5b2212e945d81788c27a4543a8fd8ec4feb19be7027ccd01681d79424de5c6cb0af33 Description: X C Binding, glx extension This package contains the library files needed to run software using libxcb-glx, the glx extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Multi-Arch: same Homepage: http://xcb.freedesktop.org Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: libxcb-render0 Priority: optional Section: libs Installed-Size: 83 Maintainer: Ubuntu Developers Original-Maintainer: XCB Developers Architecture: amd64 Source: libxcb Version: 1.8.1-1ubuntu0.2 Depends: libc6 (>= 2.2.5), libxcb1 (>= 1.8) Pre-Depends: multiarch-support Filename: pool/main/libxcb-render0_1.8.1-1ubuntu0.2_amd64.deb Size: 13318 MD5Sum: 600f792bca51bf393516141640145a87 SHA1: 51b35dd752f509e58e44b9cd89f9aa372b204738 SHA256: 5411b0eb5cef0423751fdf2fb815670ee850a33b5dd0c20014639c5558c22f5c SHA512: 6b1cd1fc5f796acf9c17c21346e213777c86b1b57db1ce2c1f45607a1e47a918b0d921af885511e4dd29e297a56b3a82bf293afc75a33dca100bbdbad6e2f63d Description: X C Binding, render extension This package contains the library files needed to run software using libxcb-render, the render extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Multi-Arch: same Homepage: http://xcb.freedesktop.org Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, print-server, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: libxcb-shm0 Priority: optional Section: libs Installed-Size: 49 Maintainer: Ubuntu Developers Original-Maintainer: XCB Developers Architecture: amd64 Source: libxcb Version: 1.8.1-1ubuntu0.2 Depends: libc6 (>= 2.2.5), libxcb1 Pre-Depends: multiarch-support Filename: pool/main/libxcb-shm0_1.8.1-1ubuntu0.2_amd64.deb Size: 5516 MD5Sum: c6c192a2e8826e034ce8889da11b8bdb SHA1: e8dc970a3c1976f077d8e2f4ca771484ce2fe34d SHA256: 726fa905ef971f1d7d7c6744774a306b90f92f73bd32bbf6b8cc04a6ab5f611e SHA512: be5d5dab4344e84d133ee54dc47c9fbcaceceb1551b0be1e9cfde2cdc966749590117cce468d60cb3d0bbd0e5cfe258b1afbfabaaea69d91a675a564eb515852 Description: X C Binding, shm extension This package contains the library files needed to run software using libxcb-shm, the shm extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Multi-Arch: same Homepage: http://xcb.freedesktop.org Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, print-server, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: libxcb1 Priority: standard Section: libs Installed-Size: 175 Maintainer: Ubuntu Developers Original-Maintainer: XCB Developers Architecture: amd64 Source: libxcb Version: 1.8.1-1ubuntu0.2 Depends: libc6 (>= 2.14), libxau6, libxdmcp6 Pre-Depends: multiarch-support Breaks: libxcb-xlib0 Filename: pool/main/libxcb1_1.8.1-1ubuntu0.2_amd64.deb Size: 44812 MD5Sum: a56077399ac928e672325414334966a5 SHA1: 9a74e6c58aea5029ebaa70ac093ca2ef4339de42 SHA256: bbdde2dcb8300127424ff6a5011e5d7556236d610acef184405cb74ff1cbd305 SHA512: ddc64d7f2085b7b5b4dc86b5f88c0bcf37ce9f48a62cdcad9b22424a98ab586eaa51a3aca701149848a1ce75dbe477ce4cbba9d955cc1db19d30e89ee6c3f152 Description: X C Binding This package contains the library files needed to run software using libxcb, the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Multi-Arch: same Homepage: http://xcb.freedesktop.org Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: libxcomposite1 Priority: optional Section: libs Installed-Size: 55 Maintainer: Ubuntu Developers Original-Maintainer: Debian X Strike Force Architecture: amd64 Source: libxcomposite Version: 1:0.4.3-2build1 Depends: libc6 (>= 2.2.5), libx11-6 (>= 2:1.4.99.1) Pre-Depends: multiarch-support Filename: pool/main/libxcomposite1_0.4.3-2build1_amd64.deb Size: 7708 MD5Sum: 77440ea3c635a3243cc3f6bc98305f22 SHA1: c86b2e0029b39170f08f090fd32041c643a79af3 SHA256: 1ea0e142b17c6e9a7954f62b46daf164aba2f46524ed46b7042f33985775cb5f SHA512: 8f36255f88cd6a84e92e88ffa6e16f1e1314987121a0e721fe383289b5b7c9700ff0567760e84a54c9a52e492196662d93ed1401d7d507f6d8a1ec446ceb4c7a Description: X11 Composite extension library libXcomposite provides an X Window System client interface to the Composite extension to the X protocol. . The Composite extension allows clients called compositing managers to control the final drawing of the screen. Rendering is done into an off-screen buffer. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXcomposite Multi-Arch: same Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: libxcursor1 Priority: optional Section: libs Installed-Size: 79 Maintainer: Ubuntu Developers Original-Maintainer: Debian X Strike Force Architecture: amd64 Source: libxcursor Version: 1:1.1.12-1ubuntu0.1 Depends: libc6 (>= 2.4), libx11-6 (>= 2:1.4.99.1), libxfixes3, libxrender1 Pre-Depends: multiarch-support Filename: pool/main/libxcursor1_1.1.12-1ubuntu0.1_amd64.deb Size: 22730 MD5Sum: 678b29286ae32f843bf1170fd33238b6 SHA1: ecd157de0c67a62903b66ebe79c5f2b402cda33e SHA256: c363bb72b5af01d5bb89fa156fb45801fc940c39af2b5cf20f9a0b486fdc40ef SHA512: 0c8e875852a5026d31965586138c9644badc3f5764a5a2aeb7a3402344ede4aea85f575c55abece2e46acdd8b8b1446524e6ca94ac44b97359b7729a3cc6327e Description: X cursor management library Xcursor is a simple library designed to help locate and load cursors for the X Window System. Cursors can be loaded from files or memory and can exist in several sizes; the library automatically picks the best size. When using images loaded from files, Xcursor prefers to use the Render extension's CreateCursor request for rendering cursors. Where the Render extension is not supported, Xcursor maps the cursor image to a standard X cursor and uses the core X protocol CreateCursor request. Multi-Arch: same Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: libxdamage1 Priority: optional Section: libs Installed-Size: 52 Maintainer: Ubuntu Developers Original-Maintainer: Debian X Strike Force Architecture: amd64 Source: libxdamage Version: 1:1.1.3-2build1 Depends: libc6 (>= 2.2.5), libx11-6 (>= 2:1.4.99.1) Pre-Depends: multiarch-support Filename: pool/main/libxdamage1_1.1.3-2build1_amd64.deb Size: 7560 MD5Sum: 652e1f2550726fc72fa432413e6e287b SHA1: 7516f423a3866ea6a8e50d171488a6fe5df9823f SHA256: ad49b8970f9956ce859a6728ca514a6e5eb59dc8168d501b7995ffa49744331e SHA512: 3ac386b55276239eea56f6b791ef0b9fe03221f0d0c705c9022292b8e4407bf982475808b739dbb64851aaf6168b8336aa6f3a8462d9585bf09ca62caecbbef7 Description: X11 damaged region extension library libXdamage provides an X Window System client interface to the DAMAGE extension to the X protocol. . The Damage extension provides for notification of when on-screen regions have been 'damaged' (altered). . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXdamage Multi-Arch: same Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: libxdmcp6 Priority: standard Section: libs Installed-Size: 67 Maintainer: Ubuntu Developers Original-Maintainer: Debian X Strike Force Architecture: amd64 Source: libxdmcp Version: 1:1.1.0-4 Depends: libc6 (>= 2.4) Pre-Depends: multiarch-support Filename: pool/main/libxdmcp6_1.1.0-4_amd64.deb Size: 12720 MD5Sum: 70d35f65e23adeb0fe0d3f3656d2f3af SHA1: 953b68ae3ac84ec4b4da283db716a7e713bf38d9 SHA256: 0a0f88eb71a07d79ba94cd52feef9a7d40c9bc17c44b6fd283b20c1f862c043e SHA512: 131859a56973b8c4e5e93c9acda7e3b985ed5600ad29cae37e32a074bed5d0daaadd522c2e5aee2c8cdd7493c42e2e06c6b703fb4c83a8c94204fa5be9871a40 Description: X11 Display Manager Control Protocol library This package provides the main interface to the X11 display manager control protocol library, which allows for remote logins to display managers. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXdmcp Multi-Arch: same Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: libxen-4.1 Priority: optional Section: libs Installed-Size: 351 Maintainer: Ubuntu Developers Original-Maintainer: Debian Xen Team Architecture: amd64 Source: xen Version: 4.1.6.1-0ubuntu0.12.04.6 Depends: libc6 (>= 2.15), liblzma5 (>= 5.1.1alpha+20110809), zlib1g (>= 1:1.1.4) Filename: pool/main/libxen-4.1_4.1.6.1-0ubuntu0.12.04.6_amd64.deb Size: 133388 MD5Sum: d70b269c508309621b73f9d64f1bb9c7 SHA1: 4ca46f5f64348fbf9d6943132411d0292818e781 SHA256: b1f53fbc7d4308bc59f9096ac3347d97a1264d1bc1298f0a4004e7af747bf7a6 SHA512: a1ae84e1f0af3616e92a887715ff40efd95fc7d0d29c11650c1f48e33587d11af9ecf4aeb391f3e25eb310acd816c6f493302ae9942b88decadcad325d7daa91 Description: Public libs for Xen This package contains the shared libraries for Xen. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 18m Package: libxen-4.3 Priority: optional Section: libs Installed-Size: 787 Maintainer: Ubuntu Developers Original-Maintainer: Debian Xen Team Architecture: amd64 Source: xen Version: 4.3.0-1ubuntu1~cloud2 Depends: libc6 (>= 2.15), liblzma5 (>= 5.1.1alpha+20110809), libuuid1 (>= 2.16), libxenstore3.0 (>= 4.2~), libyajl1 (>= 1.0.5), zlib1g (>= 1:1.1.4) Filename: pool/main/libxen-4.3_4.3.0-1ubuntu1~cloud2_amd64.deb Size: 346658 MD5Sum: f51f4868eb3f66d86872cb48ddc670a8 SHA1: 4a2506089d2921f524bc032c4aec24cca82e734f SHA256: 9d87d95db779ea43ea4c0d3fb46511000bf396645d6141efb59f4f3465dc122a SHA512: c3b02f5c48a0079b573158bdcc22a558087795344996622a028cfbc0c4af4c9628fa886ba78ed1b3a6e88c99233e0e79333a9b0181ea6890b2315cc84525b5dd Description: Public libs for Xen This package contains the shared libraries for Xen. Package: libxenstore3.0 Priority: optional Section: libs Installed-Size: 58 Maintainer: Ubuntu Developers Original-Maintainer: Debian Xen Team Architecture: amd64 Source: xen Version: 4.3.0-1ubuntu1~cloud2 Depends: libc6 (>= 2.14) Filename: pool/main/libxenstore3.0_4.3.0-1ubuntu1~cloud2_amd64.deb Size: 34656 MD5Sum: 80ce224550a5329470ffbb504fd84c64 SHA1: af8ca0e7a0907815bf2256e3e34d70f02549d3ec SHA256: ed05505d32052a07719a72cc23896ee126e335cc0e0392c283facb9582db30f7 SHA512: 52483e8f3aa204425b8b8c5cb10d4f82aee0081356d6fd919099bdbda5851244b3928e1be3a714c3eabf834e909ec9c3c9815dcae730238b83f58da949605e03 Description: Xenstore communications library for Xen This package contains the public libxenstore. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: virt-host Package: libxext6 Priority: standard Section: libs Installed-Size: 133 Maintainer: Ubuntu Developers Original-Maintainer: Debian X Strike Force Architecture: amd64 Source: libxext Version: 2:1.3.0-3ubuntu0.2 Depends: libc6 (>= 2.14), libx11-6 (>= 2:1.4.99.1) Pre-Depends: multiarch-support Filename: pool/main/libxext6_1.3.0-3ubuntu0.2_amd64.deb Size: 33794 MD5Sum: 053a47d4cf7d89230af65f35e40a21be SHA1: a0a888c6a3eb7fa568439396e89d70508c6b2803 SHA256: 186efd48b297b27c8e30737db3dc1167b72e5b2366a8c57da596161d2c122ffe SHA512: 945fb8c50b2ca004f0cabdcad373404b29a846766bb371031adf26260490a7e08c1ad16ac3f3c8c17d349b9ba45d3a30ab9524b9dc664b7f830f37c218f3f9c6 Description: X11 miscellaneous extension library libXext provides an X Window System client interface to several extensions to the X protocol. . The supported protocol extensions are: - DOUBLE-BUFFER (DBE), the Double Buffer extension; - DPMS, the VESA Display Power Management System extension; - Extended-Visual-Information (EVI), an extension for gathering extra information about the X server's visuals; - LBX, the Low Bandwidth X extension; - MIT-SHM, the MIT X client/server shared memory extension; - MIT-SUNDRY-NONSTANDARD, a miscellaneous extension by MIT; - Multi-Buffering, the multi-buffering and stereo display extension; - SECURITY, the X security extension; - SHAPE, the non-rectangular shaped window extension; - SYNC, the X synchronization extension; - TOG-CUP, the Open Group's Colormap Utilization extension; - XC-APPGROUP, the X Consortium's Application Group extension; - XC-MISC, the X Consortium's resource ID querying extension; - XTEST, the X test extension (this is one of two client-side implementations; the other is in the libXtst library, provided by the libxtst6 package); . libXext also provides a small set of utility functions to aid authors of client APIs for X protocol extensions. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXext Multi-Arch: same Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: libxfixes3 Priority: optional Section: libs Installed-Size: 62 Maintainer: Ubuntu Developers Original-Maintainer: Debian X Strike Force Architecture: amd64 Source: libxfixes Version: 1:5.0-4ubuntu4.4 Depends: libc6 (>= 2.14), libx11-6 (>= 2:1.4.99.1) Pre-Depends: multiarch-support Breaks: unity (<< 5.6.0-0ubuntu2) Filename: pool/main/libxfixes3_5.0-4ubuntu4.4_amd64.deb Size: 12146 MD5Sum: 8e8af6b19a6aaf8c8788dd169d7f93d2 SHA1: eccb3d848a5f0fa4099624c02df197b6a5455954 SHA256: 19cbc7a5c33bbe68197c1b94ea3c97d0953ad8bcb63b7de7435620d716d7d249 SHA512: 39ca54d9a50fb8252cba44d4e0a7fcc0ac9e3508f674ce13be1fe80cd6974a2e2201c711a3fc1a8c6fa324d829390ab6bce695afb8b6d1971b67584e6abacf93 Description: X11 miscellaneous 'fixes' extension library libXfixes provides an X Window System client interface to the 'XFIXES' extension to the X protocol. . It provides support for Region types, and some cursor functions. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXfixes Multi-Arch: same Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: libxft2 Priority: optional Section: libs Installed-Size: 135 Maintainer: Ubuntu X-SWAT Original-Maintainer: Debian X Strike Force Architecture: amd64 Source: xft Version: 2.2.0-3ubuntu2 Depends: libc6 (>= 2.14), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.3.5), libx11-6, libxrender1 Pre-Depends: multiarch-support Filename: pool/main/libxft2_2.2.0-3ubuntu2_amd64.deb Size: 42322 MD5Sum: 8476b4e47f30f5a66678a594a46d07ce SHA1: 790cdd0db187c296629563d9b7e333a932d74b47 SHA256: 1d1196f040a7eb1e065abe6e5d47582cdffba745ac5b8991f79ddd905b5c3b23 SHA512: 7c80e26ec4d9f4c1c5fb008c62049aeb427c0bca9d220627f4ff72c3320a83e6eb1629a710b0651c308bf3c4663edcb0bf39530ca323361a39bb7b6d03c19f30 Description: FreeType-based font drawing library for X Xft provides a client-side font API for X applications, making the FreeType font rasterizer available to X clients. Fontconfig is used for font specification resolution. Where available, the RENDER extension handles glyph drawing; otherwise, the core X protocol is used. Multi-Arch: same Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: libxi6 Priority: optional Section: libs Installed-Size: 107 Maintainer: Ubuntu X-SWAT Original-Maintainer: Debian X Strike Force Architecture: amd64 Source: libxi Version: 2:1.7.1.901-1ubuntu1~precise3 Depends: libc6 (>= 2.14), libx11-6 (>= 2:1.4.99.1), libxext6 Pre-Depends: multiarch-support Filename: pool/main/libxi6_1.7.1.901-1ubuntu1~precise3_amd64.deb Size: 31588 MD5Sum: 5b87cf60060f71e19064d1e11007fa0d SHA1: 41e63ffa2ce17de016829b42333df076f87b9933 SHA256: 3775f71bfcbb7161c1dfd4d47ce8ab44432dd7394b34396c271b9b6ac47240b0 SHA512: 65081cd98471e8a9ced95adaa0caf3929653759a2658961e9a8cc70836db706122bd7e38b13518e504adcc7f4de30b1b97cd846c62d90997427c4926b4971668 Description: X11 Input extension library libXi provides an X Window System client interface to the XINPUT extension to the X protocol. . The Input extension allows setup and configuration of multiple input devices, and will soon allow hotplugging of input devices; to be added and removed on the fly. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXi Multi-Arch: same Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: libxinerama1 Priority: optional Section: libs Installed-Size: 56 Maintainer: Ubuntu Developers Original-Maintainer: Debian X Strike Force Architecture: amd64 Source: libxinerama Version: 2:1.1.1-3ubuntu0.1 Depends: libc6 (>= 2.2.5), libx11-6 (>= 2:1.4.99.1), libxext6 Pre-Depends: multiarch-support Filename: pool/main/libxinerama1_1.1.1-3ubuntu0.1_amd64.deb Size: 8072 MD5Sum: 6812db4a3436812ea3be78cb1c3ec679 SHA1: 1d748c3ce5131d3115577dcf8f02c003d7ed5e14 SHA256: ed11cd4c1e21bfb6c52151e5d7a9924cc85d498d6dc5a14a5c08753a9a7ed0d3 SHA512: 17f9c669e64b98c2e3a4933a8b4e930dd6f1955e39eadd5c108f9960a24f40431c6242faf511ea8a44e9d13e43465247bcaa024ed4238b3fb6d1dd47556fd672 Description: X11 Xinerama extension library libXinerama provides an X Window System client interface to the XINERAMA extension to the X protocol. . The Xinerama (also known as panoramiX) extension allows for multiple screens attached to a single display to be treated as belonging together, and to give desktop applications a better idea of the monitor layout. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXinerama Multi-Arch: same Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: libxml2-utils Priority: optional Section: text Installed-Size: 176 Maintainer: Ubuntu Developers Original-Maintainer: Debian XML/SGML Group Architecture: amd64 Source: libxml2 Version: 2.7.8.dfsg-5.1ubuntu4.11 Depends: libc6 (>= 2.7), libreadline6 (>= 6.0), libxml2 (>= 2.7.4) Filename: pool/main/libxml2-utils_2.7.8.dfsg-5.1ubuntu4.11_amd64.deb Size: 40032 MD5Sum: a21baadf133f511337f6d37d2923358f SHA1: 85544892439bb9a809e2772008a4c270d16ff77f SHA256: 5df41c7b8041d97e4d14b0f820959b56d04810d3fb646be22bc338f73fe510b6 SHA512: fdb50232443facf6f7452678e18d9864a16258abbdd591e28d3c4dcdb01c12929c4db71a685b4f043079bb28b16f16154359ab7fdb4eb191e3e510e3361a910a 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/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: virt-host, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop-kde, edubuntu-desktop-gnome Package: libxml2 Priority: standard Section: libs Installed-Size: 1750 Maintainer: Ubuntu Developers Original-Maintainer: Debian XML/SGML Group Architecture: amd64 Version: 2.7.8.dfsg-5.1ubuntu4.11 Depends: libc6 (>= 2.15), zlib1g (>= 1:1.2.3.3.dfsg) Pre-Depends: multiarch-support Recommends: xml-core Filename: pool/main/libxml2_2.7.8.dfsg-5.1ubuntu4.11_amd64.deb Size: 674072 MD5Sum: 1ee63922f4b6ee0a7d34ea72d6318cd7 SHA1: 8b2965b5458aa6622657bdeb47f414ac960b546d SHA256: 4ac0446d1b2c02f3a4ee8f8ace5d82fd88219ad27123e41a8a97301a5bc3ea67 SHA512: de474a3db333531af67b4fd2220cf088e664e727ad38e2e72fcdb92aad913dcb536e4b3a21593877209612fe14b768432f54630575fa2271b795372a86254084 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/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: libxmu6 Priority: optional Section: libs Installed-Size: 147 Maintainer: Ubuntu Developers Original-Maintainer: Debian X Strike Force Architecture: amd64 Source: libxmu Version: 2:1.1.0-3 Depends: libc6 (>= 2.7), libx11-6, libxext6, libxt6 Pre-Depends: multiarch-support Filename: pool/main/libxmu6_1.1.0-3_amd64.deb Size: 52692 MD5Sum: e78892cc494aebef2ec12efbea018d89 SHA1: 027aeb9a75ccb9dbc3d16501b0458532170fd862 SHA256: 52a2d5cc1c5bdbb619e65aee9e3ddca69b5823c5013dfc0eca40cb94dbe03099 SHA512: 34c68674087e407efe14625bf92d750cd3cd34c8f44b4f27e1541fa729d59d97ba346eab4d62fafd871a343e8907c457ed2c1dd230a89cf2586d018841eaf3dd Description: X11 miscellaneous utility library libXmu provides a set of miscellaneous utility convenience functions for X libraries to use. libXmuu is a lighter-weight version that does not depend on libXt or libXext; for more information, see libxmuu1. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXmu Multi-Arch: same Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: libxmuu1 Priority: standard Section: libs Installed-Size: 61 Maintainer: Ubuntu Developers Original-Maintainer: Debian X Strike Force Architecture: amd64 Source: libxmu Version: 2:1.1.0-3 Depends: libc6 (>= 2.4), libx11-6 Pre-Depends: multiarch-support Filename: pool/main/libxmuu1_1.1.0-3_amd64.deb Size: 10976 MD5Sum: 8069e9d2ad44d13e85d65d3d3fe46c2b SHA1: 4929cd1aa8d40f11fe81220f54b49b40c301a956 SHA256: dc20237d709bd2b2883a5538648ccf7442746693176fc9253eda06abcfb4e147 SHA512: 1e0637173ea8d5e9d5ae85de36fd1945bf2960b849e12ee8dc259feffb6200a8863b68ef0554dbc9e98811d03a0c83086545a3ca61d4c4486165e9aeb11e6dd2 Description: X11 miscellaneous micro-utility library libXmuu provides a set of miscellaneous utility convenience functions for X libraries to use. It is a lighter version of libXmu that does not depend on libXt or libXext; for more information on libXmu, see libxmu6. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXmu Multi-Arch: same Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: libxpm4 Priority: optional Section: libs Installed-Size: 115 Maintainer: Ubuntu Developers Original-Maintainer: Debian X Strike Force Architecture: amd64 Source: libxpm Version: 1:3.5.9-4 Depends: libc6 (>= 2.7), libx11-6 Pre-Depends: multiarch-support Filename: pool/main/libxpm4_3.5.9-4_amd64.deb Size: 37030 MD5Sum: 45d9ef64554e436b29ffcf85c79e099c SHA1: d881ff386a49de9180d53de7826c8ead5442ca85 SHA256: 04058f235be6ee24d6d2f1adac886a899b0ec1c5aca6dce8566f9ceb6b9d8df6 SHA512: 241c6a4413e2a7b0130200a4a04a6a48b3dec7ad63194b8d99442e5caf871d3574cc7e84c2ea8b2d8331e86bb2c3a171c79991bee83abf29cede0587801bd312 Description: X11 pixmap library libXpm provides support and common operation for the XPM pixmap format, which is commonly used in legacy X applications. XPM is an extension of the monochrome XBM bitmap specified in the X protocol. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXpm Multi-Arch: same Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, print-server, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: libxrandr2 Priority: optional Section: libs Installed-Size: 84 Maintainer: Ubuntu Developers Original-Maintainer: Debian X Strike Force Architecture: amd64 Source: libxrandr Version: 2:1.3.2-2ubuntu0.3 Depends: libc6 (>= 2.14), libx11-6 (>= 2:1.4.99.1), libxext6, libxrender1 Pre-Depends: multiarch-support Filename: pool/main/libxrandr2_1.3.2-2ubuntu0.3_amd64.deb Size: 17556 MD5Sum: a0b3ac9524ee5122243089907154fe01 SHA1: b03ca8af8e348ba76174a21740925728cb1c786e SHA256: 749b3855ee0ea12fe26aba7fc4ee43401f1a3291ed9ddcbc4c4d58650f7e7dd4 SHA512: 21d8e508fe89818a08212f4b6a1bc0b436b82383003175b5fc622a646724cd1d6a6411e079c6b01dc9f410cfcc1dcdb61c6999d6f60dd388a9744711eda1f047 Description: X11 RandR extension library libXrandr provides an X Window System client interface to the RandR extension to the X protocol. . The RandR extension allows for run-time configuration of display attributes such as resolution, rotation, and reflection. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXrandr Multi-Arch: same Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: libxrender1 Priority: optional Section: libs Installed-Size: 85 Maintainer: Ubuntu Developers Original-Maintainer: Debian X Strike Force Architecture: amd64 Source: libxrender Version: 1:0.9.6-2ubuntu0.2 Depends: libc6 (>= 2.14), libx11-6 (>= 2:1.4.99.1) Pre-Depends: multiarch-support Filename: pool/main/libxrender1_0.9.6-2ubuntu0.2_amd64.deb Size: 20672 MD5Sum: 1a843196653b45445fbaa7ca6119e35d SHA1: f3abc651426968080e4db7391039a589506aa565 SHA256: 06d1231e021182240866b99dcb02b8b959f1625d658ecd87dd7b3728db902c8f SHA512: aa7e67eeccd81f2e5eaf0cadeab237d48371a9c1364f6b4058e90d68c428a973f3ec732a3336ed690adac9c0781db1a398241a310abba4ed207367dda7bbd06b Description: X Rendering Extension client library The X Rendering Extension (Render) introduces digital image composition as the foundation of a new rendering model within the X Window System. Rendering geometric figures is accomplished by client-side tessellation into either triangles or trapezoids. Text is drawn by loading glyphs into the server and rendering sets of them. The Xrender library exposes this extension to X clients. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXrender Multi-Arch: same Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, print-server, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: libxslt1.1 Priority: optional Section: libs Installed-Size: 473 Maintainer: Ubuntu Developers Original-Maintainer: Debian XML/SGML Group Architecture: amd64 Source: libxslt Version: 1.1.26-8ubuntu1.3 Depends: libc6 (>= 2.14), libgcrypt11 (>= 1.4.5), libxml2 (>= 2.7.4) Pre-Depends: multiarch-support Filename: pool/main/libxslt1.1_1.1.26-8ubuntu1.3_amd64.deb Size: 166914 MD5Sum: 19f565cd88226ffe8ed037fd5b71d460 SHA1: a5a2463dd03b93cbf77240894a60403168d08c9f SHA256: d518e599a73d3001053aa683742ec33d206772476ecf4d3b02b2e4c6a613cea1 SHA512: 884657f40b6c792814cdac29b24183ed2522a651aeadd6545bb0223b3fd73acf3d6ec5ecb6088521898a6ee940db4e7c51b99f906f67dea4f58e727aad3f0257 Description: XSLT 1.0 processing library - runtime library XSLT is an XML language for defining transformations of XML files from XML to some other arbitrary format, such as XML, HTML, plain text, etc. using standard XSLT stylesheets. libxslt is a C library which implements XSLT version 1.0. . This package contains the libxslt library used by applications for XSLT transformations. Multi-Arch: same Homepage: http://xmlsoft.org/xslt/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, postgresql-server, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, edubuntu-desktop-kde, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-desktop, ubuntustudio-desktop Package: libxt6 Priority: optional Section: libs Installed-Size: 457 Maintainer: Ubuntu Developers Original-Maintainer: Debian X Strike Force Architecture: amd64 Source: libxt Version: 1:1.1.1-2ubuntu0.1 Depends: libc6 (>= 2.14), libice6 (>= 1:1.0.0), libsm6, libx11-6 Pre-Depends: multiarch-support Filename: pool/main/libxt6_1.1.1-2ubuntu0.1_amd64.deb Size: 185878 MD5Sum: 6ed6310bec8241ad557b24fef809029a SHA1: 24970477a495b71431cfb50b16f73154d61da296 SHA256: c21274ba683ec211f88fb83eae92f656c803a16a34e14f4e2a43f422550c9542 SHA512: d5db085f7adb5f3bc8bc940eeeed208ff70b99ab4e2123dc5c382e316cba69a3dfb993c79b1ea73fd7c028e04754c3bb9efe07db01e43439796a3c011f00c024 Description: X11 toolkit intrinsics library libXt provides the X Toolkit Intrinsics, an abstract widget library upon which other toolkits are based. Xt is the basis for many toolkits, including the Athena widgets (Xaw), and LessTif (a Motif implementation). . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXt Multi-Arch: same Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: libxxf86vm1 Priority: optional Section: libs Installed-Size: 55 Maintainer: Ubuntu Developers Original-Maintainer: Debian X Strike Force Architecture: amd64 Source: libxxf86vm Version: 1:1.1.1-2ubuntu0.1 Depends: libc6 (>= 2.2.5), libx11-6 (>= 2:1.4.99.1), libxext6 Pre-Depends: multiarch-support Filename: pool/main/libxxf86vm1_1.1.1-2ubuntu0.1_amd64.deb Size: 11854 MD5Sum: c756dda174fa3299c019892ca01d1537 SHA1: f011edc27a27ede6d6760a7bf2092e2b68e4e9a1 SHA256: 5b089ccbeb91b6c24bcf55a28f68f86538cbaad60ac201bd84f17b114e86e899 SHA512: 89c95e850081ccf059f42d32f9ffadb13252395c2c1a83bc30808f4e50847f4876884a458c3632590790c526743674f5eb82e6758bc15fc3720fb02aca67f157 Description: X11 XFree86 video mode extension library libXxf86vm provides an interface to the XFree86-VidModeExtension extension, which allows client applications to get and set video mode timings in extensive detail. It is used by the xvidtune program in particular. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXxf86vm Multi-Arch: same Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: libyajl1 Priority: extra Section: libs Installed-Size: 71 Maintainer: Ubuntu Developers Original-Maintainer: John Stamp Architecture: amd64 Source: yajl Version: 1.0.12-2 Depends: libc6 (>= 2.4) Pre-Depends: multiarch-support Filename: pool/main/libyajl1_1.0.12-2_amd64.deb Size: 17544 MD5Sum: 3ffd2bb6dfa0382b35482ea2a55e645d SHA1: eb01dc74050ea90ac0262498fb1d15cec866fc00 SHA256: a1224d45b89d098796d07093f2e30768a3306ce5835024f5590b343ec8e98fe1 SHA512: 6bf92a92a28fb8f40b76a97664a638ef354e99422a2ac7c32d53d7403f27041eae1b8cb1638b6923c3dca920a059cf16781a738145e946215f280ce0e76a3214 Description: Yet Another JSON Library A small, fast library for parsing JavaScript Object Notation (JSON). It supports incremental parsing from a stream and leaves data representation to higher level code. Homepage: http://lloyd.github.com/yajl/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: virt-host, ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, edubuntu-desktop-kde, xubuntu-desktop, lubuntu-desktop, ubuntustudio-generation, ubuntustudio-recording Package: libyaml-0-2 Priority: optional Section: libs Installed-Size: 166 Maintainer: Ubuntu Developers Original-Maintainer: Anders Kaseorg Architecture: amd64 Source: libyaml Version: 0.1.4-2ubuntu0.12.04.4 Depends: libc6 (>= 2.14) Pre-Depends: multiarch-support Filename: pool/main/libyaml-0-2_0.1.4-2ubuntu0.12.04.4_amd64.deb Size: 57816 MD5Sum: 665346a8e8d9219efa6d0741a2334f52 SHA1: 9b3afafd28283c4470dff898bcf01255741939fb SHA256: f204599620d0984652b001bdc2e263c3c8f4faa728d168831a769a08013acb55 SHA512: 498f1cc1f99a1bce04c05c8001d6cc0654fd2aaa8d69fa05d048d2152817c44a1fd975192fb0908adf98f4618eb99b3ae1b0e9a72b01542b45acbc570d284fba Description: Fast YAML 1.1 parser and emitter library LibYAML is a C library for parsing and emitting data in YAML 1.1, a human-readable data serialization format. Multi-Arch: same Homepage: http://pyyaml.org/wiki/LibYAML Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: cloud-image, ubuntustudio-generation, ubuntustudio-recording Package: libzmq1 Priority: optional Section: universe/libs Installed-Size: 251 Maintainer: Alessandro Ghedini Architecture: amd64 Source: zeromq Version: 2.2.0+dfsg-ubuntu1 Depends: libc6 (>= 2.15), libgcc1 (>= 1:4.1.1), libpgm-5.1-0 (>= 5.1.116~dfsg), libstdc++6 (>= 4.2.1), libuuid1 (>= 2.16) Pre-Depends: multiarch-support Filename: pool/main/libzmq1_2.2.0+dfsg-ubuntu1_amd64.deb Size: 109332 MD5Sum: 3e1aae83563a52d0f1f5e09b5e39fce5 SHA1: bab3123308964f147d2267a6e5dc42736ff9e55a SHA256: 5c7bca0f077129822de66df0152496a5d7cb1e3755cfb5e0d8164162c870f1e1 SHA512: 5aa67e4fdf719aecbd1a4c53b61e8cbcd0a256b679f30a8c5d2a568f4f97af9616de80845c6bca63e95f1612ab4fa00fe913f58a28dd37abf51240a552832193 Description: lightweight messaging kernel (shared library) ØMQ is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products. . ØMQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering (subscriptions), seamless access to multiple transport protocols and more. . This package contains the libzmq shared library. Multi-Arch: same Homepage: http://www.zeromq.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: lintian Priority: optional Section: devel Installed-Size: 2071 Maintainer: Ubuntu Developers Original-Maintainer: Debian Lintian Maintainers Architecture: all Version: 2.5.6ubuntu0.1 Depends: binutils, bzip2, diffstat, file, gettext, intltool-debian, libapt-pkg-perl, libc-bin (>= 2.13) | locales, libclass-accessor-perl, libclone-perl, libdigest-sha-perl, libdpkg-perl, libemail-valid-perl, libipc-run-perl, libparse-debianchangelog-perl, libtimedate-perl, liburi-perl, man-db, patchutils, perl, unzip Suggests: binutils-multiarch, dpkg-dev, libhtml-parser-perl, libtext-template-perl, man-db (>= 2.5.1-1), xz-utils Filename: pool/main/lintian_2.5.6ubuntu0.1_all.deb Size: 519276 MD5Sum: 7715f64597ee6922e8c38d960f60533d SHA1: f625b42c96551d0b72611404059c82713b26a8ce SHA256: f0fc424f0f3b290a117dc13393bdfc7efeb4c4ee830d6b2726737419a087c908 SHA512: 5756e87ef571dc27ff456c58e7814b6432480ec4c3bf73c0169c25bc0b488ad8797a5eeefd3e12b43249695ff14298eb361220b30c78bfe8407a8ffe12d893aa Description: Debian package checker Lintian dissects Debian packages and reports bugs and policy violations. It contains automated checks for many aspects of Debian policy as well as some checks for common errors. . It uses an archive directory, called laboratory, in which it stores information about the packages it examines. It can keep this information between multiple invocations in order to avoid repeating expensive data-collection operations. This makes it possible to check the complete Debian archive for bugs, in a reasonable time. . This package is useful for all people who want to check Debian packages for compliance with Debian policy. Every Debian maintainer should check packages with this tool before uploading them to the archive. . This version of Lintian is calibrated for policy version 3.9.2. Multi-Arch: foreign Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: linux-firmware-nonfree Priority: optional Section: multiverse/kernel Installed-Size: 8770 Maintainer: Ubuntu Kernel Team Architecture: all Version: 1.11ubuntu2 Replaces: linux-firmware (<< 1.17) Conflicts: linux-firmware (<< 1.17) Filename: pool/main/linux-firmware-nonfree_1.11ubuntu2_all.deb Size: 3952338 MD5Sum: bcedd6d5a6eb0b2e54ae1112a7f46921 SHA1: faa8ab144ebfe535a36bde8393ed867781924941 SHA256: a1b8888ba694a98016bf24dcde26de4488534e2fdf15f8a344b2d5248db611c7 SHA512: 6ab39edcb8216e49f36fe0e35c044723ac6ec75f99e6c245d3c838922393fae87bcc93e60807cb62e87eab192be578440df3119dd3b0969ed51562799bc0d7a9 Description: Non-free firmware for Linux kernel drivers This package provides non-free firmware used by Linux kernel drivers. . Most of the firmware in this package is for television tuner cards. However, non-free firmware for other classes of devices are provided as well. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: linux-firmware Priority: optional Section: misc Installed-Size: 49526 Maintainer: Ubuntu Kernel Team Architecture: all Version: 1.79.18 Replaces: atmel-firmware, linux-restricted-common Provides: atmel-firmware Conflicts: atmel-firmware Filename: pool/main/linux-firmware_1.79.18_all.deb Size: 27643232 MD5Sum: dda9326c510617087f6aed0617735c50 SHA1: c9e1f4f4f41254aef89d4abe19842f725870fc72 SHA256: c7b4ac71d75cf97ac154902f9bb6807ba2e404adc599f961a7e24e56f6951fb0 SHA512: 3313faf02c1f1297d7f0fdeec401478cd20c07e67da140c436201df8e933498f0992b95fa3a20242ac3b6916e206ceb2e289cc5b45f93f967254bc2800643d95 Description: Firmware for Linux kernel drivers This package provides firmware used by Linux kernel drivers. Multi-Arch: foreign Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: linux-headers-3.13.0-30-generic Priority: optional Section: devel Installed-Size: 12992 Maintainer: Ubuntu Kernel Team Architecture: amd64 Source: linux-lts-trusty Version: 3.13.0-30.55~precise1 Depends: linux-headers-3.13.0-30, libc6 (>= 2.14) Filename: pool/main/linux-headers-3.13.0-30-generic_3.13.0-30.55~precise1_amd64.deb Size: 1117594 MD5Sum: 7394ffdf646bdd835e35457c232e97ef SHA1: c2c9fd3ae403837580893cf2f0b7f362f2c98a41 SHA256: 47cf635b39f4ef5cbd3894afffbc6693867e3746c0ada99189dfcbd1ffe0d0b8 SHA512: bffb2abebe4464addf591d7950f0b0da8ab78065ea35d165dc6ac142cf1ab8fabd494c8380c18b8936400b84303d5d39cb94dcaafc40628b02128a757a72474f Description: Linux kernel headers for version 3.13.0 on 64 bit x86 SMP This package provides kernel header files for version 3.13.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.13.0-30/debian.README.gz for details. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 18m Package: linux-headers-3.13.0-30 Priority: optional Section: devel Installed-Size: 61779 Maintainer: Ubuntu Kernel Team Architecture: all Source: linux-lts-trusty Version: 3.13.0-30.55~precise1 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/linux-headers-3.13.0-30_3.13.0-30.55~precise1_all.deb Size: 12842144 MD5Sum: 5e256b6541dd8d5afe67c9be8bb5463d SHA1: 02f6f1f784148f59a140704e033b0bd9ecaaf41f SHA256: cb82ef8fa35092886b3e408e5d2d3dfa74229e23c3be0e540525a54b08be4221 SHA512: f0c4ab7e915ecb40ec192e63a72fca948beb77950ba5ad6e8c1ac02b623321303afe67adeea9e45e45f7491304df842a179ff7fe654ecc5cd259fc5696a71a20 Description: Header files related to Linux kernel version 3.13.0 This package provides kernel header files for version 3.13.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-lts-trusty-headers-3.13.0-30/debian.README.gz for details Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: linux-headers-3.13.0-65-generic Priority: optional Section: devel Installed-Size: 13137 Maintainer: Ubuntu Kernel Team Architecture: amd64 Source: linux-lts-trusty Version: 3.13.0-65.106~precise1 Depends: linux-headers-3.13.0-65, libc6 (>= 2.14) Filename: pool/main/linux-headers-3.13.0-65-generic_3.13.0-65.106~precise1_amd64.deb Size: 1121668 MD5Sum: 342b237bf554ab48f48a692a0a3b1eca SHA1: c36a291a224c613c9fd87d249a23bd4caa65d37e SHA256: 2c37d522180088248665c58dc2e3cf0269a8342f62c6e3d0e4819a65b0ea3ab4 SHA512: 816d28d7b5dc364bcaa95905e53713e1ca6332fe66b3ee1ee6bde8977efb057cfdc8b7743fdce8c8a36e9db3a9d86defbfa1bd9303b2b13516ce27b737b5d52a Description: Linux kernel headers for version 3.13.0 on 64 bit x86 SMP This package provides kernel header files for version 3.13.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.13.0-65/debian.README.gz for details. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: linux-headers-3.13.0-65 Priority: optional Section: devel Installed-Size: 61922 Maintainer: Ubuntu Kernel Team Architecture: all Source: linux-lts-trusty Version: 3.13.0-65.106~precise1 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/linux-headers-3.13.0-65_3.13.0-65.106~precise1_all.deb Size: 12843484 MD5Sum: a1672e6d7c16d26cc03cedc4aa9d234a SHA1: 504b9e6e6ff20164880fe6de80e01dcee0f74883 SHA256: c57bbd97b4cece6160d8dc3fd2e34d3b033e7b49c5fc72c0a0971b92297adef9 SHA512: 3a232ff1d2b99c61b68121a9988477e981428d794b71f6502bf249a52ec3d2786b4f12a31e070f5b7ad65c1ed68fc6dbb63a13dc07b483035f9d81103862e7c6 Description: Header files related to Linux kernel version 3.13.0 This package provides kernel header files for version 3.13.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-lts-trusty-headers-3.13.0-65/debian.README.gz for details Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: linux-headers-3.2.0-91-generic Priority: optional Section: devel Installed-Size: 11149 Maintainer: Ubuntu Kernel Team Architecture: amd64 Source: linux Version: 3.2.0-91.129 Provides: linux-headers, linux-headers-3.0 Depends: linux-headers-3.2.0-91, libc6 (>= 2.14) Filename: pool/main/linux-headers-3.2.0-91-generic_3.2.0-91.129_amd64.deb Size: 984002 MD5Sum: b23e26522199e4ef0d65107cc2f5256e SHA1: 56d864dd7657e7ba0a35114df559f641676d9194 SHA256: 9795340dd49c20120fe8252de4c967bdc4f53bf9c291fbd69c5d7e423fc2aca5 SHA512: 7481360395a8ab49120514adcac445269c7c2b08fed8a752efb9dac8a0ef2caa4c2f9bac57fc7b2d6c543dba6d71d5b1d4ec0d1794851cdc1c060425be9e8f39 Description: Linux kernel headers for version 3.2.0 on 64 bit x86 SMP This package provides kernel header files for version 3.2.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.2.0-91/debian.README.gz for details. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: linux-headers-3.2.0-91 Priority: optional Section: devel Installed-Size: 55091 Maintainer: Ubuntu Kernel Team Architecture: all Source: linux Version: 3.2.0-91.129 Provides: linux-headers, linux-headers-3 Depends: coreutils | fileutils (>= 4.0) Filename: pool/main/linux-headers-3.2.0-91_3.2.0-91.129_all.deb Size: 11686366 MD5Sum: 7761f9a54933e081c665e4eefd1182a8 SHA1: 3c0f68d6745e46862469939194617d5ad050ad62 SHA256: 1010e2ed9edf895c26d6ad5a9229b06066b20de579c94d381ae18e636623517b SHA512: e9a0dd8889b45c8fba8d2bc2053c7c728041eff3cbf4a30fa75c8fe5fcacbd67d49454381a3194cba1d64a31f5518f13b4128b3cdcd92e7a54967af8f682b639 Description: Header files related to Linux kernel version 3.2.0 This package provides kernel header files for version 3.2.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.2.0-91/debian.README.gz for details Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: linux-headers-generic-lts-trusty Priority: optional Section: devel Installed-Size: 29 Maintainer: Ubuntu Kernel Team Architecture: amd64 Source: linux-meta-lts-trusty Version: 3.13.0.65.57 Depends: linux-headers-3.13.0-65-generic Filename: pool/main/linux-headers-generic-lts-trusty_3.13.0.65.57_amd64.deb Size: 2384 MD5Sum: 3a9574d90d72fbdff24f55da8174c61d SHA1: a8051d71de951c8e0f130329ebbfa0e275720ded SHA256: cb2d58bace12721d6930790ff9f18ce570e187f2aa9807171aa351ffd6a6b092 SHA512: 7cb5a6b3174a87b9f410505342a2a9728be8f2e148167a2724cdcadd1367e5654cd42355adc3dd6d7a6b6fd3b295bf88025e3c9f8a07db280b16d1c7bf2357ff Description: Generic Linux kernel headers This metapackage will always depend on the latest generic 14.04 LTS kernel headers available. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 18m Package: linux-headers-server Priority: optional Section: devel Installed-Size: 33 Maintainer: Ubuntu Kernel Team Architecture: amd64 Source: linux-meta Version: 3.2.0.91.105 Depends: linux-headers-3.2.0-91-generic Filename: pool/main/linux-headers-server_3.2.0.91.105_amd64.deb Size: 2292 MD5Sum: 000138f78982a4c35d779d162cf80a3f SHA1: df2b637ded8b90876366f320dfac405227e01918 SHA256: e014e0367dc9c524189d562ffa647d64df997eed36b8b4edc2b88ba605a0ed8b SHA512: 263619c3798393e6c1cef6b9b85fd65a7ca89b0e1d7776c307cf1492e9efb4b44163e3f055b9567eaece14a605a5c4ab6e899553c3a2f2f1a0777e8f0880b6db Description: Linux kernel headers on Server Equipment. This package will always depend on the latest kernel headers available for Server Equipment. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: linux-image-3.13.0-30-generic Priority: optional Section: kernel Installed-Size: 192369 Maintainer: Ubuntu Kernel Team Architecture: amd64 Source: linux-lts-trusty Version: 3.13.0-30.55~precise1 Provides: fuse-module, linux-image, linux-image-3.0 Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3) Pre-Depends: dpkg (>= 1.10.24) Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1) Suggests: fdutils, linux-lts-trusty-doc-3.13.0 | linux-lts-trusty-source-3.13.0, linux-lts-trusty-tools, linux-headers-3.13.0-30-generic Conflicts: hotplug (<< 0.0.20040105-1) Filename: pool/main/linux-image-3.13.0-30-generic_3.13.0-30.55~precise1_amd64.deb Size: 52375104 MD5Sum: 1abb2974d24fa93efa6a7e22b360d423 SHA1: dc72d95fd5324c287e70a7ef91a51c51a15b9d52 SHA256: b7451a81f20fd5ec4490e960b870345bc571aaab78ac1fd5ceedf55940471a7c SHA512: 79ca7bcd4c7fbb9b76836232fe6546ee1630bf7ecc65e573c5815a94df0bf29c11b98dc662fbd3e1b60cb04c109d98c0e7d1c8223f8b2cde36fcdc295d8a2880 Description: Linux kernel image for version 3.13.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 18m Package: linux-image-3.13.0-65-generic Priority: optional Section: kernel Installed-Size: 192974 Maintainer: Ubuntu Kernel Team Architecture: amd64 Source: linux-lts-trusty Version: 3.13.0-65.106~precise1 Provides: fuse-module, linux-image, linux-image-3.0 Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3) Pre-Depends: dpkg (>= 1.10.24) Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1) Suggests: fdutils, linux-lts-trusty-doc-3.13.0 | linux-lts-trusty-source-3.13.0, linux-lts-trusty-tools, linux-headers-3.13.0-65-generic Conflicts: hotplug (<< 0.0.20040105-1) Filename: pool/main/linux-image-3.13.0-65-generic_3.13.0-65.106~precise1_amd64.deb Size: 52510384 MD5Sum: 42cf1f23e8e382a27b58984d1a784a6f SHA1: aa97078070d9a70da0becceea2fffb20a0389cde SHA256: 5ac579522c66a7ee32ab6e4d11de870fe4d0031d815cce0f5f2d5bfe9a017ce9 SHA512: 55ede4ee5c8be911a5d22b2c88dbb3e9f74e5293a91937f90502fb23936e02ecce4c11382162bf855074b6bd5aabfb27bb5d6ef1076e511cd6d2d3db2a86a2e9 Description: Linux kernel image for version 3.13.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.13.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: linux-image-3.2.0-91-generic Priority: optional Section: kernel Installed-Size: 146909 Maintainer: Ubuntu Kernel Team Architecture: amd64 Source: linux Version: 3.2.0-91.129 Provides: fuse-module, ivtv-modules, kvm-api-4, linux-image, linux-image-3.0, redhat-cluster-modules Depends: initramfs-tools (>= 0.36ubuntu6), module-init-tools (>= 3.3-pre11-4ubuntu3), crda (>= 1.1.1-1ubuntu2) | wireless-crda Pre-Depends: dpkg (>= 1.10.24) Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1) Suggests: fdutils, linux-doc-3.2.0 | linux-source-3.2.0, linux-tools Conflicts: hotplug (<< 0.0.20040105-1) Filename: pool/main/linux-image-3.2.0-91-generic_3.2.0-91.129_amd64.deb Size: 38803978 MD5Sum: 0ac8793e7fb4637e99d9c15795c26501 SHA1: dcb7e4028fb4f8babb45edbb3bc1a43481da94c8 SHA256: 64699138ee240b519b0bb0d631bb5b26952cf9bb990601dcf5211c5f5f36d8ed SHA512: 7f93c7a51cbf98fd56abb789dac746e699c485a588d3f93028e6f729ce63435a42f09c4448a16b6e7ad9a1283a3beaa64840899967b360707da33923a338c5e3 Description: Linux kernel image for version 3.2.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 3.2.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: linux-image-generic-lts-trusty Priority: optional Section: metapackages Installed-Size: 29 Maintainer: Ubuntu Kernel Team Architecture: amd64 Source: linux-meta-lts-trusty Version: 3.13.0.65.57 Depends: linux-image-3.13.0-65-generic, linux-firmware Filename: pool/main/linux-image-generic-lts-trusty_3.13.0.65.57_amd64.deb Size: 2394 MD5Sum: 5babd8b1aa06072ba3382f9cf1dd7166 SHA1: 86737d12bb24f1fe5cd4f23beef648a5ced4e232 SHA256: 428a621b48cb64db72622134854cbd73a47c79d9e8b838b7932f092d9c2c8fa7 SHA512: 25943fb5a082170c762c6b21f54ba493ebd191036e3728b15e9a05027ba333e69c6eb05788cb4a41cfbae77bca9d5ec6dcad45829906c12059fa26fdad43b035 Description: Generic Linux kernel image This metapackage will always depend on the latest generic 14.04 LTS kernel image available. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 18m Package: linux-image-server Priority: optional Section: metapackages Installed-Size: 33 Maintainer: Ubuntu Kernel Team Architecture: amd64 Source: linux-meta Version: 3.2.0.91.105 Depends: linux-image-3.2.0-91-generic, linux-firmware Filename: pool/main/linux-image-server_3.2.0.91.105_amd64.deb Size: 2294 MD5Sum: e3ae54ef0968b3eb0b7123c7b358600a SHA1: f89d638a544823a085b27332124359ed5ad1fbcf SHA256: e699b7bbf4d0436bf0c7cc7c14e59c6460e2f8434d415672b929e0266a980181 SHA512: 7ca8a684a6a24e5fbd83c0835aaccc84105266907d48fec72c2cdace15b382decf1f230cb9eed23f17044ae3521fdbde4f61119075f4628a7ed4ff653d9fda82 Description: Linux kernel image on Server Equipment. This package will always depend on the latest kernel image available for Server Equipment. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: linux-libc-dev Priority: optional Section: devel Installed-Size: 3125 Maintainer: Ubuntu Kernel Team Architecture: amd64 Source: linux Version: 3.2.0-91.129 Replaces: dvb-dev (<< 1.0.1-6), libc6-dev (<< 2.3.2.ds1-6), libc6.1-dev (<< 2.3.2.ds1-6), libdrm-dev, linux-kernel-headers Provides: linux-kernel-headers Conflicts: amd64-libs-dev (<= 1.1), dvb-dev (<< 1.0.1-6), libc6-dev (<< 2.3.2.ds1-6), libc6.1-dev (<< 2.3.2.ds1-6), linux-kernel-headers Filename: pool/main/linux-libc-dev_3.2.0-91.129_amd64.deb Size: 859056 MD5Sum: ae9770b41416a8e1e85ef752c72b5896 SHA1: 435a55357d77172d9c355941f79b3fa975cc72ac SHA256: 81900ec393a73749ff5418a2cdfeda62ba2bbc69b95c6af5152fe2cd9e6f7c3e SHA512: f44ad0b8dfb118ae4dccafd704aa5f394ffd73614f81d08487958897317228c81d9e58d6fd24309f551899af41a186bf05e0290d786c2dfd107db95a67513273 Description: Linux Kernel Headers for development This package provides headers from the Linux kernel. These headers are used by the installed headers for GNU glibc and other system libraries. They are NOT meant to be used to build third-party modules for your kernel. Use linux-headers-* packages for that. Multi-Arch: same Bugs: https://bugs.launchpad.net/ubuntu/+filebug Build-Essential: yes Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, edubuntu-desktop, edubuntu-usb, edubuntu-desktop-kde, xubuntu-desktop, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, ubuntustudio-desktop Package: linux-server Priority: optional Section: metapackages Installed-Size: 33 Maintainer: Ubuntu Kernel Team Architecture: amd64 Source: linux-meta Version: 3.2.0.91.105 Depends: linux-image-server (= 3.2.0.91.105), linux-headers-server (= 3.2.0.91.105) Filename: pool/main/linux-server_3.2.0.91.105_amd64.deb Size: 1730 MD5Sum: bfdc4fa1fc30c3c12457a8dd01d5ab9d SHA1: ab08229bd9896dce20d6388767afb22c31d2718a SHA256: ecc87ac75ba3d6a9d99e2739058f013b4f0eca9428c683364ef8974fa126cfd1 SHA512: ea36f35f0bd5bdaed13ccf442a60eb092c34e10256759d6395998518a8f59a24a20eebede6b1db968bf7a2fa15904f5a5cc633ecd83d62e8a9bcf03d01e39076 Description: Complete Linux kernel on Server Equipment. This package will always depend on the latest complete Linux kernel available for Server Equipment. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: lksctp-tools Priority: optional Section: net Installed-Size: 184 Maintainer: Ubuntu Developers Original-Maintainer: Michael Biebl Architecture: amd64 Version: 1.0.11+dfsg-2 Depends: libc6 (>= 2.4), libsctp1 (>= 1.0.10+dfsg) Filename: pool/main/lksctp-tools_1.0.11+dfsg-2_amd64.deb Size: 48302 MD5Sum: 3629b3235fce3f5081ef3951732a0a11 SHA1: 87e9c19039434ad841d678e646c3a6de453c27a4 SHA256: 33bc7f60e5f718e9edad2adbaa9bd3cac5a8464c339a6624f11760633e111b84 SHA512: f8615891aec5d1dd487b61b2f1642fb2dbf4d0faa4c51dbe9bbef6481f6448bb74186d288c8bef81d980c6b4b4cc932266be1309bf8aad313c77d904b143e4f3 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/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: lldpad Priority: extra Section: universe/net Installed-Size: 517 Maintainer: Ubuntu Developers Original-Maintainer: Debian FCoE Maintainers Architecture: amd64 Version: 0.9.43+git20111215.c0498b-1 Depends: libc6 (>= 2.7), libconfig8 (>= 1.3.2-2), libnl1 (>= 1.1) Filename: pool/main/lldpad_0.9.43+git20111215.c0498b-1_amd64.deb Size: 209992 MD5Sum: 3d05eaa41aa5b9a9e30d57cae477d7f0 SHA1: c0293279170c6e4ffa4f11df0003a0f3d239e577 SHA256: 0d4e63c426a389c2f123210b275ffe23fee0d4030e2455a7da139e5538fc28e8 SHA512: 932fe3b6efa432a795da00ffeee9cc557f1fa71c3d2fd8571269ef39f16cc71182a2a5491e798fa8f1a1686221a444c5bd202bad0714141f440f4b2c39a1ee85 Description: Link Layer Discovery Protocol Implementation (Runtime) The lldpad package is an implementation of the Link Layer Discovery Protocol (LLDP). It originated from Intel's Data Center Bridging (DCB) software - the dcbd package. The lldpad package adds LLDP support for all ports in addition to DCB Exchange protocol (DCBX) support on DCB capable ports (as was provided by dcbd). Also, support for additional LLDP TLVs has been added. . DCB is a collection of emerging standards-based technologies designed to allow Ethernet to support multiple types of traffic classes in the Data Center. The DCBX functionality of this package is designed to work with the DCB kernel interface (dcbnl in rtnetlink) that is included in the Linux kernel 2.6.29 or higher. The Intel ixgbe driver supports the dcbnl interface. . This package contains lldpad runtime binaries. Homepage: http://open-lldp.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: locales Priority: required Section: libs Installed-Size: 9152 Maintainer: Martin Pitt Architecture: all Source: langpack-locales Version: 2.13+git20120306-3 Replaces: base-config, belocs-locale-data, belocs-locales-bin, libc6 (<< 2.3.6-0ubuntu6), libc6.1 (<< 2.3.6-0ubuntu6) Depends: libc6 (>= 2.9-0ubuntu10) | libc6.1 (>= 2.9-0ubuntu10) Conflicts: base-config, belocs-locale-data Filename: pool/main/locales_2.13+git20120306-3_all.deb Size: 3358760 MD5Sum: 332e4dd655fa87921ffffeb732f48191 SHA1: a123d564b8baec86be1b1f9077de093f64e706c2 SHA256: bca0256f7f038da304f7530d328ce60fa2d24f0e1554f2993df2f39a3c4b45e0 SHA512: 8cf986e0799a24b3cd9a70c3089004ae4754182b715c98dc02363e3cd6d1c57f788d178251d0a35bbdbbaceaaefa86c0a25c9244f94451084a3db392ab8572ae Description: common files for locale support This package provides support for localized environments (locales). It installs character and transliteration maps, provides the POSIX locale definition and provides common scripts for language pack handling. . The actual locale definitions are not part of this package, these are shipped in the language packs and are installed and removed automatically. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: lockfile-progs Priority: important Section: misc Installed-Size: 77 Maintainer: Ubuntu Developers Original-Maintainer: Rob Browning Architecture: amd64 Version: 0.1.16 Depends: libc6 (>= 2.8), liblockfile1 (>= 1.0) Filename: pool/main/lockfile-progs_0.1.16_amd64.deb Size: 10474 MD5Sum: 7d6a43503b96c4f1d8d8b753e169ed5e SHA1: 7fc3a7b72d623b64ece885e17d36b344f162078d SHA256: 7127dd8a3fe3391cc7c978030a3b6d257f0da7a17aa2d7ad54c18dba832bfddf SHA512: 6c4e3f98cad4071e6ea576269f510a2b4b798d6765cdd178837fb63fb4b77d4263d732677900f118b04251fad2fb0201520aceed2f29a94798a024461a35cf0e Description: Programs for locking and unlocking files and mailboxes This package includes several programs to safely lock and unlock files and mailboxes from the command line. These include: . lockfile-create lockfile-remove lockfile-touchlock mail-lock mail-unlock mail-touchlock . These programs use liblockfile to perform the file locking and unlocking, so they are guaranteed compatible with Debian's file locking policies. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: login Essential: yes Priority: required Section: admin Installed-Size: 1048 Maintainer: Ubuntu Developers Original-Maintainer: Shadow package maintainers Architecture: amd64 Source: shadow Version: 1:4.1.4.2+svn3283-3ubuntu5.1 Replaces: manpages-de (<< 0.5-3), manpages-tr (<< 1.0.5), manpages-zh (<< 1.5.1-1) Pre-Depends: libc6 (>= 2.7), libpam0g (>= 0.99.7.1), libpam-runtime, libpam-modules Conflicts: amavisd-new (<< 2.3.3-8), backupninja (<< 0.9.3-5), echolot (<< 2.1.8-4), gnunet (<< 0.7.0c-2), python-4suite (<< 0.99cvs20060405-1) Filename: pool/main/login_1:4.1.4.2+svn3283-3ubuntu5.1_amd64.deb Size: 290606 MD5Sum: 038d145fe3ce29518d58d4dbd91d204a SHA1: a4905f682f6b17fb006919c791388c7da08d30f2 SHA256: a6e9bf44ae885e073d4c1049031c15f5077c31fe8faf4fa7bf22073e65412b3d SHA512: 4a5e4badd655e5861d293d2f7a060791bd3e4a25fcd4acd73c45396c8e784b74d8fb0ce620f80e99580d5b98883b767e1361271110eaa7c0458a5a851340f198 Description: system login tools These tools are required to be able to login and use your system. The login program invokes your user shell and enables command execution. The newgrp program is used to change your effective group ID (useful for workgroup type situations). The su program allows changing your effective user ID (useful being able to execute commands as another user). Homepage: http://pkg-shadow.alioth.debian.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: logrotate Priority: important Section: admin Installed-Size: 159 Maintainer: Ubuntu Developers Original-Maintainer: Paul Martin Architecture: amd64 Version: 3.8.7-ubuntu0 Depends: libacl1 (>= 2.2.51-5), libc6 (>= 2.8), libpopt0 (>= 1.14), libselinux1 (>= 1.32), cron | anacron | cron-daemon, base-passwd (>= 2.0.3.4) Suggests: mailx Breaks: postgresql-common (<= 126) Filename: pool/main/logrotate_3.8.7-ubuntu0_amd64.deb Size: 53250 MD5Sum: 8b19fe53d577c8ff738a9a9dbd74bb3b SHA1: ed97c28fe34a91b453b9c9c16aed0d36f740fac1 SHA256: b8b3326a121099a744db6266435a41cc4d2573608fe64706adbf746f638bd61c SHA512: 15646f09a20ed317dc1b400dcd0a1eb7d4dfe6bd3275d84287d71a7b745e4238fa95556cb6d4eafcb7cc35217a202d395a7505834278fdb9d8ae697dad34e86d Description: Log rotation utility The logrotate utility is designed to simplify the administration of log files on a system which generates a lot of log files. Logrotate allows for the automatic rotation compression, removal and mailing of log files. Logrotate can be set to handle a log file daily, weekly, monthly or when the log file gets to a certain size. Normally, logrotate runs as a daily cron job. Homepage: https://fedorahosted.org/logrotate/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: lsb-base Priority: required Section: misc Installed-Size: 75 Maintainer: Ubuntu Developers Original-Maintainer: Chris Lawrence Architecture: all Source: lsb Version: 4.0-0ubuntu20.3 Replaces: lsb (<< 2.0-6), lsb-core (<< 2.0-6) Depends: sed, ncurses-bin Conflicts: lsb (<< 2.0-6), lsb-core (<< 2.0-6) Filename: pool/main/lsb-base_4.0-0ubuntu20.3_all.deb Size: 10462 MD5Sum: 6676904921b08c9069d5e9239ca4f5e7 SHA1: f6e6d699e577c916fe263fbe678c0a5e970ee84b SHA256: 827fd037c621c00cffc31a1581510a709a79e28992410bd9fac089e7058a4990 SHA512: 68a1d5d6ec516d09001cb9dc6716455c2d61481becbfdc0e3c382fdc4f3ca4bdad67b361bfa0d25176035f9d3f56d95c0bfabed49cc2dbd11355d21725dbb0e7 Description: Linux Standard Base 4.0 init script functionality The Linux Standard Base (http://www.linuxbase.org/) is a standard core system that third-party applications written for Linux can depend upon. . This package only includes the init-functions shell library, which may be used by other packages' initialization scripts for console logging and other purposes. Multi-Arch: foreign Homepage: http://www.linux-foundation.org/en/LSB Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: lsb-release Priority: important Section: misc Installed-Size: 112 Maintainer: Ubuntu Developers Original-Maintainer: Chris Lawrence Architecture: all Source: lsb Version: 4.0-0ubuntu20.3 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Recommends: apt Suggests: lsb Filename: pool/main/lsb-release_4.0-0ubuntu20.3_all.deb Size: 10980 MD5Sum: 6fe01b636d30405669ff66646781d75d SHA1: d16522992b1f192f426a84d8fce2bc4e887745ea SHA256: b802177e3433adad6b202656d732185f4eead774182a13fb1fb6b9edc694fb13 SHA512: f265740f3d2b9e9f4fccf2bb499f78e93b9d3fc5644ec1865a1c9afd9f7d2ac88bd1243a64a54db4ec7feffba0784a4ed0d4714aa215a7bea4b5a71b33bb6873 Description: Linux Standard Base version reporting utility The Linux Standard Base (http://www.linuxbase.org/) is a standard core system that third-party applications written for Linux can depend upon. . The lsb-release command is a simple tool to help identify the Linux distribution being used and its compliance with the Linux Standard Base. LSB conformance will not be reported unless the required metapackages are installed. . While it is intended for use by LSB packages, this command may also be useful for programmatically distinguishing between a pure Debian installation and derived distributions. Multi-Arch: foreign Homepage: http://www.linux-foundation.org/en/LSB Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: lshell Priority: optional Section: universe/shells Installed-Size: 135 Maintainer: Ignace Mouzannar Architecture: all Version: 0.9.16-1 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), adduser Filename: pool/main/lshell_0.9.16-1_all.deb Size: 35238 MD5Sum: d73591f9b01368de35193af3829c6d55 SHA1: 223d69bae9d26235de01fbee16055054cc133164 SHA256: 1eacf9d450e045a1a1bd7eb07616a542a1b74be7259fb3e544005c3b2803c8cc SHA512: 62cc5656962055a75f1b0b5c4fb2fb84acb91f2951d4fb047342a99c2288d81ace29254258438c42991121bc8bb878def9d291f9da338abc5d6aff92b66a0ae0 Description: restricts a user's shell environment to limited sets of commands lshell is a shell coded in Python that lets you restrict a user's environment to limited sets of commands, choose to enable/disable any command over SSH (e.g. SCP, SFTP, rsync, etc.), log user's commands, implement timing restrictions, and more. Homepage: http://lshell.ghantoos.org/ Python-Version: 2.7 Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: lshw Priority: standard Section: utils Installed-Size: 712 Maintainer: Ubuntu Developers Original-Maintainer: Ghe Rivero Architecture: amd64 Version: 02.15-2 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0) Recommends: pciutils, usbutils Filename: pool/main/lshw_02.15-2_amd64.deb Size: 278246 MD5Sum: fcf86b96a9fd3c601adb8c230cc5659e SHA1: 5a5b7ea4b5a44867d17d760ce2de2708991d4193 SHA256: b8cbdacf58ee81b1b0ac6e7e5be98e9c7ac3132d61d887a31e9ab18a365b9f88 SHA512: d86da1dc7525e15536d35def6b00227e5f3dda041be28aab63b5efa338d3648dd60931ffd384e3f2231fa68d67398f77cf099b18a505a85f5c513329aab88aa6 Description: information about hardware configuration A small tool to provide detailed information on the hardware configuration of the machine. It can report exact memory configuration, firmware version, mainboard configuration, CPU version and speed, cache configuration, bus speed, etc. on DMI-capable x86 systems, on some PowerPC machines (PowerMac G4 is known to work) and AMD64. . Information can be output in plain text, HTML or XML. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active Package: lsof Priority: standard Section: utils Installed-Size: 452 Maintainer: Ubuntu Developers Original-Maintainer: Norbert Tretkowski Architecture: amd64 Version: 4.81.dfsg.1-1build1 Replaces: lsof-2.0.35, lsof-2.0.36, lsof-2.0.38, lsof-2.2 (<< 4.73) Depends: libc6 (>= 2.11) Conflicts: suidmanager (<< 0.50) Filename: pool/main/lsof_4.81.dfsg.1-1build1_amd64.deb Size: 284326 MD5Sum: 2e104bb7b1e42214cd45985bd45837ee SHA1: 5c6edc693bf55aeac19305a6f45b5f14a01799a0 SHA256: 23f976303daa8d54db76d4162b1699303916fb1cb5518b4816019557e0a49260 SHA512: bb2bcd1f5da501fcc47e201f5303b73c249f6eafe241fa8d683f9b0bf765558258ef41d6451ad02caa6db102fc04cb2c532d3a681c81626be2d92b186a554341 Description: List open files Lsof is a Unix-specific diagnostic tool. Its name stands for LiSt Open Files, and it does just that. It lists information about any files that are open, by processes currently running on the system. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-live Package: ltrace Priority: standard Section: utils Installed-Size: 224 Maintainer: Ubuntu Developers Original-Maintainer: Juan Cespedes Architecture: amd64 Version: 0.5.3-2.1ubuntu2 Depends: libc6 (>= 2.7), libelf1 (>= 0.131) Filename: pool/main/ltrace_0.5.3-2.1ubuntu2_amd64.deb Size: 78062 MD5Sum: 5a9761c74bde1b59b40ae4021fb0a714 SHA1: 219459ab83e64d700578d924662a7c0ed7499a29 SHA256: a9b78e5da84f98e95851560bd2802becc6b925f738636157200dd464e3713ca7 SHA512: e58d4ddc972896c7a63dc8c3bac2803ec295fcbc3e3de343f2e734f038dfc3882a622fcb09f27eca793badcd450caa7ea1c5dbce26663588b368c82c082fbba9 Description: Tracks runtime library calls in dynamically linked programs ltrace is a debugging program which runs a specified command until it exits. While the command is executing, ltrace intercepts and records the dynamic library calls which are called by the executed process and the signals received by that process. It can also intercept and print the system calls executed by the program. . The program to be traced need not be recompiled for this, so you can use it on binaries for which you don't have the source handy. . You should install ltrace if you need a sysadmin tool for tracking the execution of processes. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active Package: lvm2 Priority: optional Section: admin Installed-Size: 1595 Maintainer: Ubuntu Developers Original-Maintainer: Debian LVM Team Architecture: amd64 Version: 2.02.111-2ubuntu1 Depends: libc6 (>= 2.15), libdevmapper-event1.02.1 (>= 2:1.02.74), libdevmapper1.02.1 (>= 2:1.02.90), libreadline5 (>= 5.2), libudev0 (>= 147), init-system-helpers (>= 1.13~), lsb-base, dmsetup (>> 2:1.02.47), dmeventd (>> 2:1.02.90), initscripts (>= 2.88dsf-13.3), watershed (>= 2) Suggests: thin-provisioning-tools Breaks: initramfs-tools (<< 0.99), thin-provisioning-tools (<< 0.3.2) Filename: pool/main/lvm2_2.02.111-2ubuntu1_amd64.deb Size: 810466 MD5Sum: e397d29d6290871333994167aeca8492 SHA1: 2dc1e4f99edfced2410a8879e42af4024c302cb2 SHA256: c8b631a0e010748345fef2f4c0302983abb7e781c0df128f8ec619441de75940 SHA512: 79172e3a844f3dd55fc389fe288b50925e86682c20d67dccb8c058be5c7728eefe7d0cccba070a89099e7286cc5d21b4d41c07b1b032c5b20d820ba6c2dbcd3d Description: Linux Logical Volume Manager This is LVM2, the rewrite of The Linux Logical Volume Manager. LVM supports enterprise level volume management of disk and disk subsystems by grouping arbitrary disks into volume groups. The total capacity of volume groups can be allocated to logical volumes, which are accessed as regular block devices. Multi-Arch: foreign Homepage: http://sources.redhat.com/lvm2/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: makedev Priority: required Section: admin Installed-Size: 126 Maintainer: Ubuntu Developers Original-Maintainer: Bdale Garbee Architecture: all Version: 2.3.1-89ubuntu2 Depends: base-passwd (>= 3.0.4) Conflicts: udev (<= 0.024-7) Filename: pool/main/makedev_2.3.1-89ubuntu2_all.deb Size: 27432 MD5Sum: 3afc05bbc6d6e7da03babc5ca8841883 SHA1: ca7cfe5d07d3563e950507339181ea1285ea477f SHA256: 820cb65ba95aae0aad7db39e15751751b5eb5b549e7917eb0d28adf12b0bdfe2 SHA512: baeb2257bf98ae8a25921e74bda4f526c5aeec31ca19d7c0f19948e1b10a059600555de649782e1ee3ec8f78fb05761f04c806af5c433812202e3a54dc3afb85 Description: creates device files in /dev The MAKEDEV executable is used to create device files, often in /dev. . Device files are special files through which applications can interact with hardware. . This package is not necessary for most modern Linux systems, where the udev subsystem provides a more dynamic mechanism for device file management. Multi-Arch: foreign Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: makedumpfile Priority: optional Section: devel Installed-Size: 236 Maintainer: Ubuntu Developers Original-Maintainer: John Wright Architecture: amd64 Version: 1.3.7-2 Replaces: kdump-tools (<< 1.3.4-1~) Depends: libc6 (>= 2.4), libdw1 (>= 0.143), libelf1 (>= 0.131), zlib1g (>= 1:1.2.0), perl Recommends: crash, kexec-tools Filename: pool/main/makedumpfile_1.3.7-2_amd64.deb Size: 86368 MD5Sum: f790c39f3b533674643744f119a2f73a SHA1: aa01e9757e3fec1548d11568f4ef0d27786f153c SHA256: 2c565da295bbd9f060595781a8745b7f3945911d03ca0d2da088e96f6ad922fe SHA512: 704fe24805d87c8b14fce81c839bd191ab337501a923b99d6b61bff4abd253d7040e36de23ca1c7211f5d4484e22aa210aa5b4a53832849c1d05d1ed8ead0717 Description: VMcore extraction tool This program is used to extract a subset of the memory available either via /dev/mem or /proc/vmcore (for crashdumps). It is used to get memory images without extra uneeded information (zero pages, userspace programs, etc). Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: make Priority: optional Section: devel Installed-Size: 316 Maintainer: Ubuntu Developers Original-Maintainer: Manoj Srivastava Architecture: amd64 Source: make-dfsg Version: 3.81-8.1ubuntu1.1 Depends: libc6 (>= 2.14) Suggests: make-doc Filename: pool/main/make_3.81-8.1ubuntu1.1_amd64.deb Size: 119000 MD5Sum: 204a7b26f38f0377d0bf61940f3d524e SHA1: 08910f8f7d7da48ddb8109a5afb781a6829e9119 SHA256: 026fa288a77ea5e267d930a9084ddceab9fe87753e537b8e1ab13b8718657c92 SHA512: 08e47e550560955487ef99c0b44c9dcd664a5d2b7f9c71ab22b94c02133153bbb9ff5e6f709920bb41ce8e5e2f27281dabb1844f6cc9e0823b59caf8ee4e968e Description: An utility for Directing compilation. GNU Make is an utility which controls the generation of executables and other target files of a program from the program's source files. It determines automatically which pieces of a large program need to be (re)created, and issues the commands to (re)create them. Make is not limited to programs and executable, it can be applied to any task where a set of target files must be created based on a set of input files, based on dependency and processing rules. Indeed, Make is a general purpose dependency solver. Homepage: http://www.gnu.org/software/make/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Build-Essential: yes Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, ubuntustudio-desktop Package: man-db Priority: standard Section: doc Installed-Size: 1736 Maintainer: Colin Watson Architecture: amd64 Version: 2.6.1-2ubuntu1 Replaces: man, manpages-de (<< 0.5-4), nlsutils Provides: man, man-browser Depends: groff-base (>= 1.18.1.1-15), bsdmainutils, debconf (>= 1.2.0) | debconf-2.0, dpkg (>= 1.9.0), libc6 (>= 2.14), libgdbm3 (>= 1.8.3), libpipeline1 (>= 1.1.0), zlib1g (>= 1:1.1.4) Suggests: groff, less, www-browser Conflicts: man, suidmanager (<< 0.50) Filename: pool/main/man-db_2.6.1-2ubuntu1_amd64.deb Size: 755126 MD5Sum: b1c260edd6889660367bc21d2780581f SHA1: e02bf32af413cf93ef6c8d20ef6c0bce68f71f59 SHA256: c9cae922d8594b7b7c5e5adb4d9f0c1a746a98e368ad4ce66bfcab4e4dba46e4 SHA512: f7a8704b336f01d8f133fd7b66c083a30f4c1673e4fb08942302cacbd68cceb093f31bc0f4f587679992efc478e35cac5cf8f78fbde5542dfb3effd757355cdb Description: on-line manual pager This package provides the man command, the primary way of examining the on-line help files (manual pages). Other utilities provided include the whatis and apropos commands for searching the manual page database, the manpath utility for determining the manual page search path, and the maintenance utilities mandb, catman and zsoelim. man-db uses the groff suite of programs to format and display the manual pages. Multi-Arch: foreign Homepage: http://man-db.nongnu.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active Package: manpages-dev Priority: optional Section: doc Installed-Size: 1699 Maintainer: Ubuntu Developers Original-Maintainer: Martin Schulze Architecture: all Source: manpages Version: 3.35-0.1ubuntu1 Replaces: glibc-doc (<< 2.11.2-3), libaio-dev Depends: manpages Suggests: man-browser Filename: pool/main/manpages-dev_3.35-0.1ubuntu1_all.deb Size: 1670516 MD5Sum: 1155cd64c047c8dcd4bfe04b174e0c4e SHA1: b49a902a0bbe8d6c9139e50dba56a20915add093 SHA256: 8e39e865e4c8f249e2dd5af241bf7d5c5cf4b1a039a846df68509b808c9936c2 SHA512: c0f82c7836fcf02202183593fdebc54d1505dfbf211b62ef3b83d55cd573e084964d32cc72a72a9deb1e1201f585c8662df938e93b012eaf9bdde380d8468f26 Description: Manual pages about using GNU/Linux for development These man pages describe the Linux programming interface, including these two sections: 2 = Linux system calls. 3 = Library calls (note that a more comprehensive source of information may be found in the glibc-doc package). Homepage: http://www.kernel.org/doc/man-pages/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: manpages Priority: standard Section: doc Installed-Size: 821 Maintainer: Ubuntu Developers Original-Maintainer: Martin Schulze Architecture: all Version: 3.35-0.1ubuntu1 Replaces: bind, rsh-server (<< 0.10-7) Suggests: man-browser Filename: pool/main/manpages_3.35-0.1ubuntu1_all.deb Size: 584302 MD5Sum: 03f4f987038e7ad8b8137ba22b2feeeb SHA1: 04aae3c3ee152559269ac00263a37b0cdb986484 SHA256: 6f3a60920754f9ff5210cf5b325944ba9aa735ace18e1147645bd8f42ddedc7f SHA512: 1892151e3762faec74a2f6731b2ce199750b17dbd47ad296fbdf9da1c63bad17f5fc6c98a5d024bc83ba235391cea117c9e65f50bbf96f1743ef4f3e1f2ae1f0 Description: Manual pages about using a GNU/Linux system This package contains GNU/Linux manual pages for these sections: 4 = Devices (e.g. hd, sd). 5 = File formats and protocols, syntaxes of several system files (e.g. wtmp, /etc/passwd, nfs). 7 = Conventions and standards, macro packages, etc. (e.g. nroff, ascii). . Sections 1, 6 and 8 are provided by the respective applications. This package only includes the intro man page describing the section. . The man pages describe syntaxes of several system files. Homepage: http://www.kernel.org/doc/man-pages/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: mawk Priority: required Section: utils Installed-Size: 197 Maintainer: Ubuntu Developers Original-Maintainer: Steve Langasek Architecture: amd64 Version: 1.3.3-17 Provides: awk Pre-Depends: libc6 (>= 2.14) Filename: pool/main/mawk_1.3.3-17_amd64.deb Size: 88656 MD5Sum: f199f8c59725873fb5350f422d543872 SHA1: 4f515ebf8c63b64178dd62cc691c7da5758ddf20 SHA256: 1a6bc5cf433672bda30259587c71536bb862b791795ed8e39726baf647a34745 SHA512: a943943a084d594a2fe6ea6b13062db1a30ba6320f89cfb81f5cf43d9159aacb17309c62e83507af2baebc12e7eea48f341248d6cb73a117dca10643c3061a29 Description: a pattern scanning and text processing language Mawk is an interpreter for the AWK Programming Language. The AWK language is useful for manipulation of data files, text retrieval and processing, and for prototyping and experimenting with algorithms. Mawk is a new awk meaning it implements the AWK language as defined in Aho, Kernighan and Weinberger, The AWK Programming Language, Addison-Wesley Publishing, 1988. (Hereafter referred to as the AWK book.) Mawk conforms to the POSIX 1003.2 (draft 11.3) definition of the AWK language which contains a few features not described in the AWK book, and mawk provides a small number of extensions. . Mawk is smaller and much faster than gawk. It has some compile-time limits such as NF = 32767 and sprintf buffer = 1020. Multi-Arch: foreign Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: mc-data Priority: optional Section: universe/utils Installed-Size: 4656 Maintainer: Ubuntu Developers Original-Maintainer: Debian MC Packaging Group Architecture: all Source: mc Version: 3:4.8.1-2ubuntu1 Replaces: mc (<< 3:4.8.1) Breaks: mc (<< 3:4.8.1) Filename: pool/main/mc-data_4.8.1-2ubuntu1_all.deb Size: 1604346 MD5Sum: 22ee54571e3038eef8d4314e46722d12 SHA1: 34a7b0bcfcb0e0ffe0499cccf44fe9090652dc03 SHA256: abdbbb16655d0fd1ecddaba17f716467c9eaa0f0d58f3a37364dde083136c4e2 SHA512: 299c3d528208ac819e9067a6f51e0f26ff767e6bb7e7fd61993c7ac34b22e7b42444f0d483e700fd71a6b1979cdb6c6ea9c026226ccf6377b662fca4a6664372 Description: Midnight Commander - a powerful file manager -- data files GNU Midnight Commander is a text-mode full-screen file manager. It uses a two panel interface and a subshell for command execution. It includes an internal editor with syntax highlighting and an internal viewer with support for binary files. Also included is Virtual Filesystem (VFS), that allows files on remote systems (e.g. FTP, SSH servers) and files inside archives to be manipulated like real files. . This package provides architecture independent files Homepage: http://www.midnight-commander.org Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: mcelog Priority: optional Section: universe/admin Installed-Size: 228 Maintainer: Ubuntu Developers Original-Maintainer: Julien BLACHE Architecture: amd64 Version: 1.0~pre3-72-gcbd4da4-1 Depends: libc6 (>= 2.11), debconf (>= 0.5) | debconf-2.0, udev | makedev (>= 2.3.1-81) Filename: pool/main/mcelog_1.0~pre3-72-gcbd4da4-1_amd64.deb Size: 58434 MD5Sum: 8945efee822ac5fb6dd397cbee0e4764 SHA1: 96b14f4fc9a211a79f21a51129ecfd001f9de266 SHA256: 89e83eee3f631142ba7242f9b89dcd13e907c3fab469dfccf472f6d4d694574e SHA512: 3309b6bf59920b7f3a0bff4c60019236d0ba9a84163f594e2c8e1d35873c59d5d69043a26c3186d7c50198f521879c9a4bc4a245b9c35b9d131e2e50f26b603f Description: x86 Machine Check Exceptions collector and decoder The Linux kernel for x86 CPUs no longer decodes and logs recoverable Machine Check Exception (MCE) events to the kernel log on its own. . Instead, the MCE data is kept in a buffer which can be read from userspace via the /dev/mcelog device node. . You need this tool to collect and decode those events; it will log the decoded MCE events to syslog. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: mcollective-common Priority: extra Section: universe/utils Installed-Size: 1793 Maintainer: Riccardo Setti Architecture: all Source: mcollective Version: 2.3.3-ubuntu Replaces: mcollective (<< 2.0.0-1) Depends: ruby (>= 1.8.1), rubygems, ruby-stomp | libstomp-ruby Breaks: mcollective (<< 2.0.0-1), mcollective-client (<< 2.0.0-1) Filename: pool/main/mcollective-common_2.3.3-ubuntu_all.deb Size: 558420 MD5Sum: a26de5127c01c91ed96ddab9e42a3728 SHA1: ba3790b0f11b9ed1f905dbd1071f6e9381830545 SHA256: 4a5d715b8ab957dc47d7b792533cf56e0af6d736f951a1bf635aea7aafbb4e16 SHA512: 23e616646f87785f3eaf8c0d9bfa922acdf857cfb196eb0ea4c786b8cf9e43951e470434cab1a28d8763dc12f59b0e5b6a8202695713ce5eb027c3da44730de4 Description: build server orchestration or parallel job execution systems The Marionette Collective aka. mcollective is a framework to build server orchestration or parallel job execution systems. . Common files for mcollective packages. Homepage: http://marionette-collective.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: mcollective Priority: extra Section: universe/utils Installed-Size: 58 Maintainer: Riccardo Setti Architecture: all Version: 2.3.3-ubuntu Depends: ruby (>= 1.8.1), mcollective-common (= 2.3.3-ubuntu) Filename: pool/main/mcollective_2.3.3-ubuntu_all.deb Size: 4074 MD5Sum: 4be63d9489e173617ead7bdc6997df38 SHA1: 554f2306670f72cb6b5424e89a415e5e054a2901 SHA256: 585cc0ab10bbc482ad0ebc80f404474f39fc662b240359881769301d7a91157a SHA512: 1dc46aaaf2c33f354686e7ff9ca6110a3b5df22250433f3b96a7d0f599f5e562fb58c5f4e933f3fcfaa957eb17fcf963295f37c95756705eca6d73c58ec4e0b9 Description: build server orchestration or parallel job execution systems The Marionette Collective aka. mcollective is a framework to build server orchestration or parallel job execution systems. Homepage: http://marionette-collective.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: mc Priority: optional Section: universe/utils Installed-Size: 1232 Maintainer: Ubuntu Developers Original-Maintainer: Debian MC Packaging Group Architecture: amd64 Version: 3:4.8.1-2ubuntu1 Depends: e2fslibs (>= 1.41.99), libc6 (>= 2.15), libglib2.0-0 (>= 2.24.0), libgpm2 (>= 1.20.4), libslang2 (>= 2.0.7-1), mc-data (= 3:4.8.1-2ubuntu1) Pre-Depends: dpkg (>= 1.15.7.2) Recommends: mime-support, unzip, perl Suggests: zip, bzip2, links | w3m | lynx, arj, file, xpdf-reader | pdf-viewer, dbview, odt2txt, gv, catdvi, djvulibre-bin, imagemagick, python, python-boto, python-tz Filename: pool/main/mc_4.8.1-2ubuntu1_amd64.deb Size: 500364 MD5Sum: a4cb2844ecad3e5619657124d37cfb72 SHA1: a88bd7d58636024b0039a97d6fb61757f67e3b6c SHA256: 8916f48ecab3ae5c58c650ab6e78ca846f8904ab9d79d1e1c4a1576dde0bf8bd SHA512: d8fcce3f5da55d64a56165b44d08b0e48b81d6e74527888be2aff69cc456203398fd241fa9e2109345ed75ed207a5790887ce9dc067a66de95a9218eb291db61 Description: Midnight Commander - a powerful file manager GNU Midnight Commander is a text-mode full-screen file manager. It uses a two panel interface and a subshell for command execution. It includes an internal editor with syntax highlighting and an internal viewer with support for binary files. Also included is Virtual Filesystem (VFS), that allows files on remote systems (e.g. FTP, SSH servers) and files inside archives to be manipulated like real files. Homepage: http://www.midnight-commander.org Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: mdadm Priority: optional Section: admin Installed-Size: 1157 Maintainer: Ubuntu Core Developers Original-Maintainer: Debian mdadm maintainers Architecture: amd64 Version: 3.2.5-1ubuntu0.3 Replaces: mdctl Depends: libc6 (>= 2.15), debconf (>= 1.4.72), lsb-base (>= 3.1-6), udev (>= 136-1), initramfs-tools (>= 0.85eubuntu24), util-linux (>= 2.15-1), initscripts (>= 2.88dsf-13.3) Recommends: default-mta | mail-transport-agent, module-init-tools Conflicts: mdctl (<< 0.7.2), raidtools2 (<< 1.00.3-12.1) Breaks: udev (<< 136-1) Filename: pool/main/mdadm_3.2.5-1ubuntu0.3_amd64.deb Size: 518976 MD5Sum: d6dd644035f23e9b812874805b7e172c SHA1: c1316152657a41635504b2d1e92c658c93d18539 SHA256: a245181eada2ebaa8efcdc39b06f87be0b7c800f8458908250539082dc327c7a SHA512: 5583abaa049453847f54a5ea3a07738c3294b95df60ebddbc44540067cc1ff25bb75b3bf673d3332193ee694ade54ad051561b3b0976b33c0eee285289b4d00b Description: tool to administer Linux MD arrays (software RAID) The mdadm utility can be used to create, manage, and monitor MD (multi-disk) arrays for software RAID or multipath I/O. . This package automatically configures mdadm to assemble arrays during the system startup process. If not needed, this functionality can be disabled. Homepage: http://neil.brown.name/blog/mdadm Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: memcached Priority: optional Section: web Installed-Size: 223 Maintainer: Ubuntu Developers Original-Maintainer: David Martínez Moreno Architecture: amd64 Version: 1.4.13-0ubuntu2.1 Depends: libc6 (>= 2.14), libevent-2.0-5 (>= 2.0.16-stable), perl, lsb-base (>= 3.2-13), adduser Suggests: libcache-memcached-perl, libmemcached Filename: pool/main/memcached_1.4.13-0ubuntu2.1_amd64.deb Size: 75098 MD5Sum: bc3b7f5f41429bf94b200051a1116d7a SHA1: c899b42516bfcf0482eaa89ad218d22f3d348fb6 SHA256: 8ea05bd3df56c08d6219ffe82e6ba84b5df0922960ee12b8413381168978a399 SHA512: 7a363e77f631d8598c62e98afd9329cf5daa1837ac410e451b3a32b1ceb3a0c9f57e8ef8fe1144c07186aef1fff75b8b714c91dce20e32327eb9a2cbd8a687b2 Description: A high-performance memory object caching system Danga Interactive developed memcached to enhance the speed of LiveJournal.com, a site which was already doing 20 million+ dynamic page views per day for 1 million users with a bunch of webservers and a bunch of database servers. memcached dropped the database load to almost nothing, yielding faster page load times for users, better resource utilization, and faster access to the databases on a memcache miss. . memcached optimizes specific high-load serving applications that are designed to take advantage of its versatile no-locking memory access system. Clients are available in several different programming languages, to suit the needs of the specific application. Traditionally this has been used in mod_perl apps to avoid storing large chunks of data in Apache memory, and to share this burden across several machines. Homepage: http://www.danga.com/memcached/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: memtest86+ Priority: standard Section: misc Installed-Size: 2404 Maintainer: Ubuntu Developers Original-Maintainer: Yann Dirson Architecture: amd64 Version: 4.20-1.1ubuntu1 Depends: debconf (>= 0.5) | debconf-2.0 Suggests: hwtools, memtester, kernel-patch-badram, memtest86, grub-pc | grub-legacy, mtools Filename: pool/main/memtest86+_4.20-1.1ubuntu1_amd64.deb Size: 284124 MD5Sum: 1c3eb73b1d3275cb2a1c01d563b94987 SHA1: 47a2310c25d8582f5c3928ab49705d967d0976cc SHA256: d7c15dc857bb18be6f4f82380607220cebc8655365957d297b06c6321e05df0d SHA512: 4bd67ffbad769818cdfe7b870e1affbdf29cdc6d87ab6a8f8a9e0fdaa7d502915d7382e7c1e0965f5a7939cb3f625526d6e87931b6157982f70c994bd533035e Description: thorough real-mode memory tester Memtest86+ scans your RAM for errors. . This tester runs independently of any OS - it is run at computer boot-up, so that it can test *all* of your memory. You may want to look at `memtester', which allows to test your memory within Linux, but this one won't be able to test your whole RAM. . It can output a list of bad RAM regions usable by the BadRAM kernel patch, so that you can still use your old RAM with one or two bad bits. . Memtest86+ is based on memtest86 3.0, and adds support for recent hardware, as well as a number of general-purpose improvements, including many patches to memtest86 available from various sources. . Both memtest86 and memtest86+ are being worked on in parallel. Homepage: http://www.memtest.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active Package: menu Priority: optional Section: universe/admin Installed-Size: 1759 Maintainer: Ubuntu Developers Original-Maintainer: Bill Allombert Architecture: amd64 Version: 2.1.46ubuntu1 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.6), dpkg (>= 1.15.4) | install-info Suggests: menu-l10n, gksu | kdebase-bin | kdebase-runtime | ktsuss | sux Filename: pool/main/menu_2.1.46ubuntu1_amd64.deb Size: 455178 MD5Sum: a7005eaf6d4c77da1652adc928726749 SHA1: 792dad2282ac6596038f15c0344a12d5171e56d8 SHA256: c562016da4afd56fd2b45e23c85bd5f14fc15cc9ad62c7e7d38ffdef573fb2e1 SHA512: 8046170eede18b03c41959945fc7e8092adff72d874b0825a411ea72fe7ed249a7d95c554a8c1f63fd1336fc26d6cb5470a944983924b395c5214d3017268004 Description: generates programs menu for all menu-aware applications Debian menu keeps transparently the menus in the different window-managers in sync with the list of installed programs. . Debian menu relies on a list of menu entries provided by programs and a list of menu-methods provided by window-managers and other menu-aware applications. . Menu provides system-level and user-level configuration and overrides for both menu entries and menu-methods. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: microcode.ctl Priority: optional Section: multiverse/utils Installed-Size: 91 Maintainer: Ubuntu Developers Original-Maintainer: Giacomo Catenazzi Architecture: amd64 Version: 1.17-13.1ubuntu2 Replaces: microcode-ctl Depends: module-init-tools, udev | makedev (>> 2.3.1-53), python (>= 2.6), debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.7) Recommends: wget, intel-microcode Filename: pool/main/microcode.ctl_1.17-13.1ubuntu2_amd64.deb Size: 19354 MD5Sum: e94239e9f01ffd5dc27052e4f24837ee SHA1: ec69627a33f5a95e08f3a03e8f5e426b83422145 SHA256: f58bb482c61f5345df7e6aeee9d0d3d32c90c047c24b725b4800c3906aa5df4f SHA512: ca0f58085a6bddbd4318ff595002d8c3c33a428a04a927c96fe24801089c17f1216935b05167684059988003d6e28abb888b7912ab9125a0eec48b1bcd874d0b Description: Intel IA32/IA64 CPU Microcode Utility The microcode_ctl utility is a companion to the IA32 microcode driver: . - it decodes and sends new microcode to the kernel driver for Intel IA32 family (Pentium Pro, PII, Celeron, PIII, Xeon, Pentium 4, etc.) and Intel x86_64 family processors; - it signals the kernel driver to release any buffers it may hold. . The microcode update does not permanently alter the CPU and must be performed each time the system is booted. Homepage: http://www.urbanmyth.org/microcode/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: mime-support Priority: important Section: net Installed-Size: 132 Maintainer: Ubuntu Developers Original-Maintainer: Brian White Architecture: all Version: 3.51-1ubuntu1.1 Recommends: file (>= 3.27-3) Conflicts: a2ps (<< 4.10.4), metamail (<< 2.7-44) Filename: pool/main/mime-support_3.51-1ubuntu1.1_all.deb Size: 30422 MD5Sum: 92663333e80221bf46f943081add081c SHA1: 5b4049b4d9c9075d481a94ba8b4cd9c441c3ae4d SHA256: 32dd97f26a2837df049ce7ff0857cce64d6a7c781f2e86d44c551d9fce5b416c SHA512: b6a3097f8b6e6859cd21fc9b7529925f19fd5efbfdef7cfeb56a51edb1a2b546090931c1a7fa73758f0c55b66d1c372d2873a1ad44929df0b150cef4847b5ead Description: MIME files 'mime.types' & 'mailcap', and support programs As these files can be used by all MIME compliant programs, they have been moved into their own package that others can depend upon. . Other packages add themselves as viewers/editors/composers/etc by using the provided "update-mime" program. . In addition, the commands "see", "edit", "compose", and "print" will display, alter, create, and print (respectively) any file using a program determined from the entries in the mime.types and mailcap files. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: mlnx-ofed-light Priority: extra Section: optional Installed-Size: 17210 Maintainer: Mellanox Architecture: amd64 Version: 2.3.0-ubuntu5 Depends: libnl1, linux-headers-3.13.0-30-generic, dkms, linux-headers-generic-lts-trusty Filename: pool/main/mlnx-ofed-light_2.3.0-ubuntu5_amd64.deb Size: 17625730 MD5Sum: 942d4da24798a81fa4226b7c5f2aa05f SHA1: fa19e6dee0c11a5bb8365d1e002bdd5b46e179c1 SHA256: b4041cc1aaa0a533ed72be8be03fcc34b08aad56f55177c17b6b80376e404303 SHA512: 83c22c57c3ac5315a3a1bd9fd5a8d60db3055b01f167e2a7e94504d52b613948b10f47e789f44add9c87256cabed6ed4bfbb5b028f48ce4c07e29a6f4ebc7523 Description: Mellanox OFED light Homepage: http://www.mellanox.com/page/products_dyn?product_family=26 Package: mlocate Priority: standard Section: utils Installed-Size: 224 Maintainer: Ubuntu Developers Original-Maintainer: Tollef Fog Heen Architecture: amd64 Version: 0.23.1-1ubuntu2 Depends: libc6 (>= 2.4), adduser Conflicts: findutils (<= 4.2.31-1), slocate (<= 3.1-1.1) Filename: pool/main/mlocate_0.23.1-1ubuntu2_amd64.deb Size: 50574 MD5Sum: 54122c34f896c6dc1d152699184a0bbe SHA1: b3e6933c5438792687d9c5f55524d8b721582f7f SHA256: 67f675f2352cba9d14c288cd962328c8b9c242ebf48dff6c75b79d99ff76f23b SHA512: 2c047c8adb7f84ab79942a18505ffc8161fc71c5dfb1b4b1b6f6eae0dd399868d87baf14704d84d3b0713483df319830be3be5cb8b7d1e183210d88f4f2f4786 Description: quickly find files on the filesystem based on their name mlocate is a new implementation of locate, a tool to find files anywhere in the filesystem based on their name, using a fixed pattern or a regular expression. Unlike other tools like find(1), locate uses a previously created database to perform the search, allowing queries to execute much faster. This database is updated periodically from cron. . Several implementations of locate exist: the original implementation from GNU's findutils, slocate, and mlocate. The advantages of mlocate are: . * it indexes all the filesystem, but results of a search will only include files that the user running locate has access to. It does this by updating the database as root, but making it unreadable for normal users, who can only access it via the locate binary. slocate does this as well, but not the original locate. . * instead of re-reading all the contents of all directories each time the database is updated, mlocate keeps timestamp information in its database and can know if the contents of a directory changed without reading them again. This makes updates much faster and less demanding on the hard drive. This feature is only found in mlocate. . Installing mlocate will change the /usr/bin/locate binary to point to mlocate via the alternatives mechanism. After installation, you may wish to run /etc/cron.daily/mlocate by hand to create the database, otherwise mlocate won't work until that script is run from cron itself (since mlocate does not use the same database file as standard locate). Also, you may wish to remove the "locate" package in order not to have two different database files updated regularly on your system. Homepage: http://carolina.mff.cuni.cz/~trmac/blog/mlocate Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active Package: module-init-tools Priority: required Section: admin Installed-Size: 332 Maintainer: Scott James Remnant Original-Maintainer: Marco d'Itri Architecture: amd64 Version: 3.16-1ubuntu2 Depends: libc6 (>= 2.8), upstart-job Pre-Depends: dpkg (>= 1.15.7.2) Breaks: initramfs-tools (<< 0.92bubuntu23) Filename: pool/main/module-init-tools_3.16-1ubuntu2_amd64.deb Size: 105084 MD5Sum: 36c580417956be223b073a85108ab364 SHA1: 8914361864875a5fe65761c6352008450364f5b1 SHA256: bbfaa70db04ca2b476710cc1f3179895e96605fe6c911cc294de33086cbf71cd SHA512: 8159467ccbf932e68ee73649f58ab72ff75b202517d06490c5dbdeb4673b77ed68f4e29b128d38939631beb016e110eeb69d8f47ab16c6a9b5ff9cf9dc163bfa Description: tools for managing Linux kernel modules This package contains a set of programs for loading, inserting, and removing kernel modules for Linux. Multi-Arch: foreign Homepage: http://www.kerneltools.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: mongodb-clients Priority: optional Section: universe/database Installed-Size: 160134 Maintainer: Ubuntu Developers Original-Maintainer: Antonin Kral Architecture: amd64 Source: mongodb Version: 1:2.4.6-0ubuntu5~cloud1 Replaces: mongodb (<= 1:1.4.2-2) Depends: libboost-filesystem1.46.1 (>= 1.46.1-1), libboost-program-options1.46.1 (>= 1.46.1-1), libboost-system1.46.1 (>= 1.46.1-1), libboost-thread1.46.1 (>= 1.46.1-1), libc6 (>= 2.15), libgcc1 (>= 1:4.1.1), libgoogle-perftools4, libpcap0.8 (>= 0.9.8), libpcre3 (>= 8.10), libpcrecpp0 (>= 7.7), libsnappy1, libssl1.0.0 (>= 1.0.0), libstdc++6 (>= 4.6) Filename: pool/main/mongodb-clients_2.4.6-0ubuntu5~cloud1_amd64.deb Size: 65143862 MD5Sum: 1560ed1c59b5831a50f28d9fb6d4e63b SHA1: 5a6440e1cb644fff82cbcc7b0479cc49ea73aa1c SHA256: 6b27d977578f22905535b1875a3f39b00e62d747903bcefea7b0f0c42ace3092 SHA512: 206aefbccb7bb5ed9ffec44db1ecb164086ea5fc9c3436ae41b58cdf454fe1fb68a8956c207bb120b418093f8a38de556382f99ff773f63e865d9bf0eaa09a7c Description: object/document-oriented database (client apps) MongoDB is a high-performance, open source, schema-free document-oriented data store that's easy to deploy, manage and use. It's network accessible, written in C++ and offers the following features: . * Collection oriented storage - easy storage of object-style data * Full index support, including on inner objects * Query profiling * Replication and fail-over support * Efficient storage of binary data including large objects (e.g. videos) * Auto-sharding for cloud-level scalability . High performance, scalability, and reasonable depth of functionality are the goals for the project. . This package contains the various client applications. Homepage: http://www.mongodb.org Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: mongodb-server Priority: optional Section: universe/database Installed-Size: 24587 Maintainer: Ubuntu Developers Original-Maintainer: Antonin Kral Architecture: amd64 Source: mongodb Version: 1:2.4.6-0ubuntu5~cloud1 Replaces: mongodb (<= 1:1.4.2-2) Depends: adduser, mongodb-clients, upstart-job, libboost-filesystem1.46.1 (>= 1.46.1-1), libboost-program-options1.46.1 (>= 1.46.1-1), libboost-system1.46.1 (>= 1.46.1-1), libboost-thread1.46.1 (>= 1.46.1-1), libc6 (>= 2.15), libgcc1 (>= 1:4.1.1), libgoogle-perftools4, libpcre3 (>= 8.10), libpcrecpp0 (>= 7.7), libsnappy1, libssl1.0.0 (>= 1.0.0), libstdc++6 (>= 4.6) Filename: pool/main/mongodb-server_2.4.6-0ubuntu5~cloud1_amd64.deb Size: 9942448 MD5Sum: 775b285718b9718492e841b1f4f16c45 SHA1: 2cd771f2a47d10a03131ee9596a12f8cbf18634e SHA256: 7f0c83fa79656be94daa932be4c4f2e16dc20026dedee1c93e7a9b99a658cd80 SHA512: ea8ca7839602e10366f42ba54f77da42084291cb5317b25373334d828e5b13630047e2debfa0cc9f8a9eafd7fe4163db6e3e674db458296dad646110f1e469e0 Description: object/document-oriented database (server package) MongoDB is a high-performance, open source, schema-free document-oriented data store that's easy to deploy, manage and use. It's network accessible, written in C++ and offers the following features: . * Collection oriented storage - easy storage of object-style data * Full index support, including on inner objects * Query profiling * Replication and fail-over support * Efficient storage of binary data including large objects (e.g. videos) * Auto-sharding for cloud-level scalability . High performance, scalability, and reasonable depth of functionality are the goals for the project. . This package contains the server itself. Homepage: http://www.mongodb.org Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: monit Priority: extra Section: universe/admin Installed-Size: 740 Maintainer: Sergey B Kirpichev Architecture: amd64 Version: 1:5.5-1 Depends: libc6 (>= 2.14), libpam0g (>= 0.99.7.1), libssl1.0.0 (>= 1.0.0), lsb-base (>= 3.2-13) Suggests: exim4 | postfix | mail-transport-agent Filename: pool/main/monit_5.5-1_amd64.deb Size: 287978 MD5Sum: 0cc9843f38777f02b95c75745ef29b34 SHA1: 6ca02da6dcea68a60cb1399bfb83f8b905f06b1e SHA256: 762c15c300dfe3988e5138826d7dad5de337c7237abdbecedd48a508e198531b SHA512: d754a0f1a5d00a094cb3c78690321453fa753ef6948ccf899209d54549046c6437fa0c4983fe832e1f06a399ac293dfde9f40134b03fa20ca72da14c8283e65e Description: utility for monitoring and managing daemons or similar programs monit is a utility for monitoring and managing daemons or similar programs running on a Unix system. It will start specified programs if they are not running and restart programs not responding. . monit supports: * Daemon mode - poll programs at a specified interval * Monitoring modes - active, passive or manual * Start, stop and restart of programs * Group and manage groups of programs * Process dependency definition * Logging to syslog or own logfile * Configuration - comprehensive controlfile * Runtime and TCP/IP port checking (tcp and udp) * SSL support for port checking * Unix domain socket checking * Process status and process timeout * Process cpu usage * Process memory usage * Process zombie check * Check the systems load average * Check a file or directory timestamp * Alert, stop or restart a process based on its characteristics * MD5 checksum for programs started and stopped by monit * Alert notification for program timeout, restart, checksum, stop resource and timestamp error * Flexible and customizable email alert messages * Protocol verification. HTTP, FTP, SMTP, POP, IMAP, NNTP, SSH, DWP, LDAPv2 and LDAPv3 * An http interface with optional SSL support to make monit accessible from a webbrowser Homepage: http://mmonit.com/monit/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: mountall Priority: required Section: admin Installed-Size: 241 Maintainer: Scott James Remnant Architecture: amd64 Version: 2.36.4 Replaces: upstart (<< 0.6.3-2) Depends: makedev, udev, plymouth, coreutils (>= 7.1), libc6 (>= 2.9), libdbus-1-3 (>= 1.2.16), libnih-dbus1 (>= 1.0.0), libnih1 (>= 1.0.0), libplymouth2 (>= 0.8.1-3), libudev0 (>= 151) Pre-Depends: dpkg (>= 1.15.7.2) Breaks: initscripts (<< 2.88dsf-13.3), policycoreutils (<< 2.0.69-2ubuntu4), usplash (<< 0.5.47) Filename: pool/main/mountall_2.36.4_amd64.deb Size: 67788 MD5Sum: 84e7174126d9620a2fef353b79ca4bc1 SHA1: fe86d14b1a7d83c1ffe5cc37a920b36492739784 SHA256: ed3c7d63ec2e6e011ecee55b3328d9100bc46f716900ce726029ed2761afd142 SHA512: 2a0b9d314f9aebdea098aa355621a33ca1f098836052bcf19a2a80d812461eb9b3342f56b907db3e991d9578c73f3e83e29764f8ce224581c6432dd578900151 Description: filesystem mounting tool mountall mounts filesystems when the underlying block devices are ready, or when network interfaces come up, checking the filesystems first. Multi-Arch: foreign Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: mount Essential: yes Priority: required Section: admin Installed-Size: 422 Maintainer: Ubuntu Developers Original-Maintainer: LaMont Jones Architecture: amd64 Source: util-linux Version: 2.20.1-1ubuntu3.1 Pre-Depends: libblkid1 (>= 2.20.1), libc6 (>= 2.14), libmount1 (>= 2.20.1), libselinux1 (>= 2.0.15) Suggests: nfs-common (>= 1:1.1.0-13) Filename: pool/main/mount_2.20.1-1ubuntu3.1_amd64.deb Size: 165718 MD5Sum: 4cd9383623541ee13f41efe6696d8d16 SHA1: 494b8768f070f72c5057f62afa407bd9992446cc SHA256: 755fb6f5411832ff010ca111f98d5caf906f3af0cee9da8271d20eb9cf409388 SHA512: 58c133484a6bc73c2e348c182263c8a77a18c9b682c79c0eb246bf9f4cd5963669d06468693c244089811e0f9d19b48c089f854b5bedfbaddfe12f742b451a4d Description: Tools for mounting and manipulating filesystems This package provides the mount(8), umount(8), swapon(8), swapoff(8), and losetup(8) commands. Multi-Arch: foreign Homepage: http://userweb.kernel.org/~kzak/util-linux/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: msr-tools Priority: optional Section: admin Installed-Size: 76 Maintainer: Ubuntu Developers Original-Maintainer: Andres Salomon Architecture: amd64 Version: 1.2-3 Depends: libc6 (>= 2.3.4) Filename: pool/main/msr-tools_1.2-3_amd64.deb Size: 9052 MD5Sum: 010421a2aa4d499b5de690c4b61891a9 SHA1: e3ebab2b260bab1b8edd6d763b1f117f85a272d0 SHA256: 059b700cc89d8c8a88e5353d0865b334b400b9885643ed0906a1f6d64de870e3 SHA512: 38852710186ca0b22eb00050ff3b222b77dd437f6f15e1567185ba4ec9623ae7482c7c4b9037ac59cbe6bff284b6f4bd19a53b83d0b3b9378f34dcb6fc0d4737 Description: Utilities for modifying MSRs from userspace MSRs are Machine Specific Registers that are used to set values for hardware to use, or to pass values between the BIOS and kernel. This package provides utilies to both read and write MSRs. Reading and writing MSRs might be useful when debugging kernel drivers, for example. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: virt-host Package: mtr-tiny Priority: standard Section: net Installed-Size: 124 Maintainer: Ubuntu Developers Original-Maintainer: Robert Woodcock Architecture: amd64 Source: mtr Version: 0.80-1ubuntu1 Replaces: mtr Depends: libc6 (>= 2.4), libncurses5 (>= 5.5-5~) Conflicts: mtr, suidmanager (<< 0.50) Filename: pool/main/mtr-tiny_0.80-1ubuntu1_amd64.deb Size: 33606 MD5Sum: 8b483fe5ce2b848dab4138ffe784bc6c SHA1: 6c9ddb0d4d34fab4f526f0203c1b7ae494ae72e2 SHA256: 27858c3d3b58ecc96f1129f5491a38c2cf77e0f69936456f559345e658bbd5ef SHA512: 363dbabb0d392946369295fd3730b6c87a201ec542465a6d05af4bd034ca63069565f664beb8475045f475be748c82bc63e0f1d7f775130cb47d6979cfe024f6 Description: Full screen ncurses traceroute tool mtr combines the functionality of the 'traceroute' and 'ping' programs in a single network diagnostic tool. . As mtr starts, it investigates the network connection between the host mtr runs on and a user-specified destination host. After it determines the address of each network hop between the machines, it sends a sequence ICMP ECHO requests to each one to determine the quality of the link to each machine. As it does this, it prints running statistics about each machine. . mtr-tiny is compiled without support for X and conserves disk space. Homepage: http://www.bitwizard.nl/mtr/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active Package: multiarch-support Priority: required Section: libs Installed-Size: 203 Maintainer: Ubuntu Developers Original-Maintainer: GNU Libc Maintainers Architecture: amd64 Source: eglibc Version: 2.15-0ubuntu10.11 Depends: libc6 (>= 2.3.6-2) Filename: pool/main/multiarch-support_2.15-0ubuntu10.11_amd64.deb Size: 4484 MD5Sum: 9635b9f55fcb6b5847c4ba94a410b2bb SHA1: 8b9df7c5ee6ddc5d3e0aafb74291af1cc3e9d32f SHA256: da95f26eba76323bda0cff703d1f120af0bde8bcc40cca6c53753dbdfee9e8aa SHA512: 99e59f799fa767555edf6c81240fe4f90c944423f8666f08f04d668feac96da079907345f393b6e2900a279bb99acfab84b04fe3831542c6dd6c48a94c4cbd8f 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 Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: murano-api Priority: extra Section: Python Installed-Size: 1161 Maintainer: root Architecture: all Version: 0.5.0-fuel6.0~mira40 Depends: python, python-setuptools, python-d2to1 (>= 0.2), python-d2to1 (<< 0.3), alembic (>= 0.4.1), python-anyjson (>= 0.3.3), python-babel (>= 1.3), python-eventlet (>= 0.13.0), python-httplib2 (>= 0.7.5), python-iso8601 (>= 0.1.9), python-json-patch (>= 1.1), python-jsonschema (>= 2.0.0), python-jsonschema (<< 3.0.0), python-kombu (>= 2.4.8), python-lockfile (>= 0.8), python-lxml (>= 2.3), python-netaddr (>= 0.7.6), python-muranoclient (>= 0.5), python-oslo.config (>= 1.2.0), python-oslo.messaging (>= 1.3.0), python-passlib, python-pastedeploy (>= 1.5.0), python-paste, python-pbr (>= 0.6), python-pbr (<< 1.0), python-psutil (>= 1.1.1), python-crypto (>= 2.6), python-heatclient (>= 0.2.3), python-keystoneclient (>= 0.7.0), python-routes (>= 1.12.3), python-six (>= 1.6.0), python-sqlalchemy (>= 0.7.8), python-sqlalchemy (<< 0.9.5) | python-sqlalchemy (>> 0.9.5), python-sqlalchemy (<= 0.9.99), python-webob (>= 1.2.3), python-yaml (>= 3.1.0), python-yaql (>= 0.2.2), python-yaql (<< 0.3) Filename: pool/main/murano-api_0.5.0-fuel6.0~mira40_all.deb Size: 182798 MD5Sum: 454949b27eea80712912027503518302 SHA1: 0dedd39940743b1b27639854667304a49001d285 SHA256: 0fd28b127038a177878be79554da6721e3ad448ede9f97b13ca31b81702a1472 SHA512: 4a035f25b6ae736306800cf75f187fa907697c3d8976479f21a0f980563a1ff590ede3f9524b15891f75aec9815147d88bbf6108a6b87d9c034384b363a7cd81 Description: murano-api Homepage: mirantis.com Package: murano-apps Priority: extra Section: Python Installed-Size: 1259 Maintainer: Igor Yozhikov Architecture: all Version: 2014.2-fuel6.0~mira8 Depends: murano (>= 2014.2), murano-dashboard (>= 2014.2) Filename: pool/main/murano-apps_2014.2-fuel6.0~mira8_all.deb Size: 635990 MD5Sum: 0eea6b450768093f0de0959c025c82bb SHA1: 3ee47aa16b9a1262200fbaa378dcc324f6d8e846 SHA256: f3fdd9a2682b0886e9ac98c1f9bf635233b2df77f44e8b7585aae7c94299171d SHA512: 37e1c3e01079235f52812790660904606acde39f25da48b8360e18390846b24af5cb3919db6e2a1a980a909a01564980dffdc354a6a8d2b4fd1c7f73ca339c5b Description: murano-apps Homepage: mirantis.com Package: murano-dashboard Priority: extra Section: Python Installed-Size: 480 Maintainer: root Architecture: all Version: 2014.2.1-fuel6.0.1~mira0 Depends: python, python-setuptools, python-d2to1 (>= 0.2), python-d2to1 (<< 0.3), openstack-dashboard, python-anyjson (>= 0.3.3), python-iso8601 (>= 0.1.9), python-pbr (>= 0.6), python-pbr (<< 0.7) | python-pbr (>> 0.7), python-pbr (<< 1.0), python-yaml (>= 3.1.0), python-six (>= 1.7.0), python-django-floppyforms (>= 1.1), python-muranoclient (>= 0.5.5), python-yaql (>= 0.2.3), python-yaql (<< 0.3) Filename: pool/main/murano-dashboard_2014.2.1-fuel6.0.1~mira0_all.deb Size: 161532 MD5Sum: 946e184856195cb772d6b0671c42dacb SHA1: a58c3039176d8ee173c016bf1bbdd0c71443737f SHA256: 8c4a247ddd34ba85e0a5c167d7d445c524829552b0b71f224c94bbb8d40e87a1 SHA512: 3979b1c1ee39cfec70ab292d13218b17bbbefdaf08f4f6a381ffd8e3e0debb31e258837198d24a1f9fdd8b442d1162dc27ea71b89c08433c3a5b26928ac76420 Description: murano-dashboard Homepage: mirantis.com Package: murano Priority: extra Section: Python Installed-Size: 1056 Maintainer: root Architecture: all Version: 2014.2.2-fuel6.0.1~mira0 Replaces: murano-api Provides: murano-api Depends: python, python-setuptools, python-d2to1 (>= 0.2), python-d2to1 (<< 0.3), alembic (>= 0.6.4), python-anyjson (>= 0.3.3), python-babel (>= 1.3), python-eventlet (>= 0.15.1), python-iso8601 (>= 0.1.9), python-json-patch (>= 1.1), python-jsonschema (>= 2.0.0), python-jsonschema (<< 3.0.0), python-keystonemiddleware (>= 1.0.0), python-lockfile (>= 0.8), python-netaddr (>= 0.7.12), python-ordereddict, python-oslo.config (>= 1:1.4.0), python-oslo.db (>= 1.0.0), python-oslo.messaging (>= 1.4.0), python-passlib, python-paste, python-pastedeploy (>= 1.5.0), python-pbr (>= 0.6), python-pbr (<< 0.7) | python-pbr (>> 0.7), python-pbr (<< 1.0), python-psutil (>= 1.1.1), python-psutil (<< 2.0.0), python-crypto (>= 2.6), python-heatclient (>= 0.2.9), python-keystoneclient (>= 1:0.10.0), python-neutronclient (>= 1:2.3.6), python-neutronclient (<< 1:3), python-yaml (>= 3.1.0), python-routes (>= 1.12.3), python-routes (<< 2.0) | python-routes (>> 2.0), python-six (>= 1.7.0), python-sqlalchemy (>= 0.8.4), python-sqlalchemy (<< 0.8.99) | python-sqlalchemy (>> 0.9.7), python-sqlalchemy (<= 0.9.99), python-webob (>= 1.2.3), python-wsgiref (>= 0.1.2), python-kombu (>= 2.4.8), python-muranoclient (>= 0.5.5), python-yaql (>= 0.2.3), python-yaql (<< 0.3) Filename: pool/main/murano_2014.2.2-fuel6.0.1~mira0_all.deb Size: 245734 MD5Sum: 0bb25ee8ced17db5a34c14a2c3ca9364 SHA1: 0ebdfb52c15c2d5d5994f46eba57fab0c71976aa SHA256: 5007e4a2c5e47fe9b124a3063497ee34a546419aab386c83a85ca130045e2e80 SHA512: 4a077ef350cd40adc9163497a5d92231940b2290983875b98d7bf586c303ef2f119bf2034f1d35f1e5cf1ccc009d5754a1e54b25a87c83bbe49cdfc37811c55e Description: murano Homepage: mirantis.com Package: mysql-client-5.5 Priority: optional Section: database Installed-Size: 29870 Maintainer: Ubuntu Developers Original-Maintainer: Debian MySQL Maintainers Architecture: amd64 Source: mysql-5.5 Version: 5.5.44-0ubuntu0.12.04.1 Replaces: mysql-client (<< 5.5.44-0ubuntu0.12.04.1), mysql-client-5.0, mysql-client-5.1 Provides: mysql-client, mysql-client-4.1, virtual-mysql-client Depends: debianutils (>= 1.6), libdbi-perl, libdbd-mysql-perl (>= 1.2202), mysql-common (>= 5.5.44-0ubuntu0.12.04.1), perl, libc6 (>= 2.14), zlib1g (>= 1:1.1.4), mysql-client-core-5.5, libterm-readkey-perl Breaks: mysql-client (<< 5.5.44-0ubuntu0.12.04.1), mysql-client-5.0, mysql-client-5.1 Filename: pool/main/mysql-client-5.5_5.5.44-0ubuntu0.12.04.1_amd64.deb Size: 8344652 MD5Sum: cdcc48ac120f8acf317923ffa1645422 SHA1: 39d4e9909272d5ea35f8580252c15809be6587d0 SHA256: 98b30e121637b7bf8c54011e54bfef550a73e582eb1c87ad5c4a088c9fc6418c SHA512: f30c06d3f23402c0bbf12b75bea0f2785a4a80c3b7c29b4314e4c6795fc37647d9283d4e5e2848ab4446dee174e541e88b1f6caf31147858090b8a513ca04cbd 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/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: lamp-server, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: mysql-client-5.6 Priority: optional Section: database Installed-Size: 40567 Maintainer: Debian MySQL Maintainers Architecture: amd64 Source: mysql-wsrep-5.6 Version: 5.6.16-ubuntu4 Replaces: mysql-client-5.5, virtual-mysql-client, virtual-mysql-client-wsrep Provides: mysql-client, mysql-client-wsrep, virtual-mysql-client, virtual-mysql-client-wsrep Depends: debianutils (>= 1.6), libdbd-mysql-perl (>= 1.2202), libdbi-perl, libterm-readkey-perl, mysql-client-core-5.6, mysql-common (>= 5.5), perl, libc6 (>= 2.14), libstdc++6 (>= 4.1.1), zlib1g (>= 1:1.1.4) Recommends: mysql-wsrep-common-5.6 Breaks: mysql-client-5.5, virtual-mysql-client, virtual-mysql-client-wsrep Filename: pool/main/mysql-client-5.6_5.6.16-ubuntu4_amd64.deb Size: 11186722 MD5Sum: a3c9de1693f8c65a743845f998149aad SHA1: ca9ace86d8281c9fc8fdfadd853b20efe287419f SHA256: f3dc147debf40f540faefa27ab5108a2f2cef64fc55546dc63ba1b449cd50dad SHA512: 655b1690d5a0d82a7b9f6bc98aa053a6069b0b82a17283d34b1b00e16618d197fd5f0901cb03a8ade7e934b9eb364965f14a66c51c2781205bdd259aeb83033d 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-client-core-5.5 Priority: optional Section: database Installed-Size: 6895 Maintainer: Ubuntu Developers Original-Maintainer: Debian MySQL Maintainers Architecture: amd64 Source: mysql-5.5 Version: 5.5.44-0ubuntu0.12.04.1 Replaces: mysql-client (<< 5.5.44-0ubuntu0.12.04.1), mysql-client-5.0, mysql-client-core-5.1 Depends: libc6 (>= 2.14), libreadline6 (>= 6.0), zlib1g (>= 1:1.1.4) Breaks: mysql-client (<< 5.5.44-0ubuntu0.12.04.1), mysql-client-5.0, mysql-client-core-5.1 Filename: pool/main/mysql-client-core-5.5_5.5.44-0ubuntu0.12.04.1_amd64.deb Size: 1938760 MD5Sum: cc5629a86278df3e1f24b0c5b2985e72 SHA1: 02868534f2cd51cdb49c50113f7a6ff81af11d02 SHA256: 3e7aa5f07b78cba2299978a7922253c8555b8edd3cff368e9e9a27d403794a62 SHA512: 22718003dc6014c3b21f826598a4399a377243853f9e46507f956d4dd33947d3cbd04d38fa7e39f6b7281f938f57c3ed920b62813b5f30e30614d44d9edc1789 Description: MySQL database core client binaries MySQL is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. . This package includes the core client files, as used by Akonadi. Homepage: http://dev.mysql.com/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: lamp-server, kubuntu-desktop, kubuntu-full, kubuntu-active-desktop, kubuntu-active-full, kubuntu-active, edubuntu-desktop-kde, edubuntu-desktop-gnome, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: mysql-client-core-5.6 Priority: optional Section: database Installed-Size: 7928 Maintainer: Debian MySQL Maintainers Architecture: amd64 Source: mysql-wsrep-5.6 Version: 5.6.16-ubuntu4 Replaces: mysql-client-5.5, mysql-client-core-5.5, virtual-mysql-client-core Provides: mysql-client-core, virtual-mysql-client-core Depends: libc6 (>= 2.14), libstdc++6 (>= 4.1.1), libtinfo5, zlib1g (>= 1:1.1.4) Breaks: mysql-client-5.5, mysql-client-core-5.5, virtual-mysql-client-core Filename: pool/main/mysql-client-core-5.6_5.6.16-ubuntu4_amd64.deb Size: 2304380 MD5Sum: 075e53e163602734df805eccd18af85c SHA1: 2cffbbda48b6e78d647745c333c93a9fad9ef31c SHA256: cec49942da1b533d27c4783fa4059b41235d764ada491a9875a45695ac6cf706 SHA512: 07e224737e5f29d11aca777ecf57c87629b91ec838da43ce00fad08aa15dd99be426391c663afa763632fc22e5988cb5e7854512b5d76213bd6572caf2a50b17 Description: MySQL database core client binaries MySQL is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. . This package includes the core client files, as used by Akonadi. Homepage: http://dev.mysql.com/ Package: mysql-client Priority: optional Section: database Installed-Size: 114 Maintainer: Ubuntu Developers Original-Maintainer: Debian MySQL Maintainers Architecture: all Source: mysql-5.5 Version: 5.5.44-0ubuntu0.12.04.1 Depends: mysql-client-5.5 Filename: pool/main/mysql-client_5.5.44-0ubuntu0.12.04.1_all.deb Size: 10962 MD5Sum: 6317f17a460867f079b736e4c24a4488 SHA1: ed6fd1134cba539d13c404d43e6688a9cadfa9b5 SHA256: 37893e73d3d25547a5aa6871d2aafeefd01b88ccdd048131457644ea84c8699f SHA512: a291cda23b043350bcc80eba487eb25212f9543a814e300a94dd7db15777f74f95e5e25758e93f165cccc3ba1c320c311290e1bb72f2527d440ed538cb21b212 Description: MySQL database client (metapackage depending on the latest version) This is an empty package that depends on the current "best" version of mysql-client (currently mysql-client-5.5), as determined by the MySQL maintainers. Install this package if in doubt about which MySQL version you want, as this is the one we consider to be in the best shape. Homepage: http://dev.mysql.com/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: mysql-common Priority: optional Section: database Installed-Size: 129 Maintainer: Ubuntu Developers Original-Maintainer: Debian MySQL Maintainers Architecture: all Source: mysql-5.5 Version: 5.5.44-0ubuntu0.12.04.1 Replaces: mysql-common-4.1 Provides: mysql-common-4.1 Conflicts: mysql-common-4.1 Breaks: mysql-client-5.1, mysql-client-core-5.1, mysql-server-5.1, mysql-server-core-5.1 Filename: pool/main/mysql-common_5.5.44-0ubuntu0.12.04.1_all.deb Size: 12910 MD5Sum: e866a2efaf0f65456662897ff43eca05 SHA1: 7192ea882b605a6b00794770b6f8bafc85692982 SHA256: 294af6841d9a31cedd61dc99f256f1a30f14a015c30c3437bb43973b8af3090c SHA512: 8b540a6aba7fabbb0e8cc3d5a7bf79fa6ded2f51066c69bb4b0e7d81d2f72f522105545992402d80217a309f333a1f3df00a0c3d98f76796fe14527fb6738e7f Description: MySQL database common files, e.g. /etc/mysql/my.cnf MySQL is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. . This package includes files needed by all versions of the client library, e.g. /etc/mysql/my.cnf. Multi-Arch: foreign Homepage: http://dev.mysql.com/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: mysql-server-5.5 Priority: optional Section: database Installed-Size: 31947 Maintainer: Ubuntu Developers Original-Maintainer: Debian MySQL Maintainers Architecture: amd64 Source: mysql-5.5 Version: 5.5.44-0ubuntu0.12.04.1 Replaces: libmysqlclient-dev (<< 5.5.17~), mysql-server (<< 5.5.44-0ubuntu0.12.04.1), mysql-server-4.1, mysql-server-5.0, mysql-server-5.1 Provides: virtual-mysql-server Depends: mysql-client-5.5 (>= 5.5.44-0ubuntu0.12.04.1), libdbi-perl, perl (>= 5.6), libc6 (>= 2.14), libstdc++6 (>= 4.1.1), zlib1g (>= 1:1.1.4), debconf (>= 0.5) | debconf-2.0, upstart-job, psmisc, passwd, lsb-base (>= 3.0-10), mysql-server-core-5.5 (= 5.5.44-0ubuntu0.12.04.1), upstart (>= 0.6.7-2) Pre-Depends: mysql-common (>= 5.5.44-0ubuntu0.12.04.1), adduser (>= 3.40), debconf Recommends: libhtml-template-perl Suggests: tinyca, mailx Breaks: libmysqlclient-dev (<< 5.5.17~), mysql-server (<< 5.5.44-0ubuntu0.12.04.1), mysql-server-4.1, mysql-server-5.1 Filename: pool/main/mysql-server-5.5_5.5.44-0ubuntu0.12.04.1_amd64.deb Size: 8845238 MD5Sum: fcccfb2907e49250f12dd1131e2f86a3 SHA1: a9781163a701317a3455ec5216444b6a92d342db SHA256: 43bc1e56a5516daa9baf38878a237ae86a130134aa297384dd3e8aa5b1ab1055 SHA512: a20001fe03432b0b4985d803a2422dbd273da1066cc7f4f539c5b69871418f82bba69408707f8e43364a23e6f0a17f0050a05103759eb24686b936fc82b2798c 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/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: lamp-server, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: mysql-server-core-5.5 Priority: optional Section: database Installed-Size: 19893 Maintainer: Ubuntu Developers Original-Maintainer: Debian MySQL Maintainers Architecture: amd64 Source: mysql-5.5 Version: 5.5.44-0ubuntu0.12.04.1 Replaces: mysql-server-5.0, mysql-server-5.1, mysql-server-core-5.0, mysql-server-core-5.1 Provides: mysql-server-core Depends: libc6 (>= 2.14), libstdc++6 (>= 4.1.1), libwrap0 (>= 7.6-4~), zlib1g (>= 1:1.2.0) Breaks: mysql-server-5.0, mysql-server-5.1, mysql-server-core-5.1 Filename: pool/main/mysql-server-core-5.5_5.5.44-0ubuntu0.12.04.1_amd64.deb Size: 6099182 MD5Sum: 1d7435fd9eb029287f32ef77ca90410d SHA1: eef3c796e158e51737e0ebcea3dcf3aeefda9374 SHA256: 0456ba1fe9cdcbe3051a49e7b41a77cc2f407e694ae30faf0cc9b59ab8bfd005 SHA512: 9cb2d75ef3c59aed8548324217c152c45e8ef52c39ad1d61dce6ef914b7aa9a3a9b8e9b08c18e2bb36c0fc95ce76e2dea3eb54990ece13285bed5e5106c11270 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/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: lamp-server, kubuntu-desktop, kubuntu-full, kubuntu-active-desktop, kubuntu-active-full, kubuntu-active, edubuntu-desktop-kde, edubuntu-desktop-gnome, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: mysql-server-wsrep-5.6 Priority: optional Section: database Installed-Size: 36214 Maintainer: Debian MySQL Maintainers Architecture: amd64 Source: mysql-wsrep-5.6 Version: 5.6.16-ubuntu4 Replaces: mysql-server-5.5, virtual-mysql-server, virtual-mysql-server-wsrep Provides: mysql-server, mysql-server-wsrep, virtual-mysql-server, virtual-mysql-server-wsrep Depends: initscripts, libdbi-perl, lsb-base (>= 3.0-10), mysql-client-5.6 (>= 5.6.16-ubuntu4), mysql-server-wsrep-core-5.6 (= 5.6.16-ubuntu4), passwd, perl (>= 5.6), psmisc, upstart-job, libc6 (>= 2.14), libstdc++6 (>= 4.4.0), zlib1g (>= 1:1.1.4) Pre-Depends: adduser (>= 3.40), debconf, mysql-wsrep-common-5.6 Recommends: libhtml-template-perl Suggests: mailx, tinyca Breaks: mysql-server-5.5, virtual-mysql-server, virtual-mysql-server-wsrep Filename: pool/main/mysql-server-wsrep-5.6_5.6.16-ubuntu4_amd64.deb Size: 10082500 MD5Sum: d13f241f1130ae0cf42d6b7bc87bf121 SHA1: c899a4ec8168a0a9ee24870489c5d83519b6ae94 SHA256: 17d33c3fb467e201f1584907c89a05d8fa7c87fd84c19b7674827a1490b9e78e SHA512: 72b8cac9db99961880fb8f1e8cf7641bdb72fb7269b6dad2a73ac0d5a34b0fde3cdee2ea54c888b29d1ee190ca9b0e97803af1db030875fcc8fe68a6e2abaf96 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-wsrep-core-5.6 Priority: optional Section: database Installed-Size: 24806 Maintainer: Debian MySQL Maintainers Architecture: amd64 Source: mysql-wsrep-5.6 Version: 5.6.16-ubuntu4 Replaces: mysql-server-core-5.5, virtual-mysql-server-core Provides: mysql-server-core, mysql-server-wsrep-core, virtual-mysql-server-core Depends: libaio1 (>= 0.3.93), libc6 (>= 2.15), libstdc++6 (>= 4.6), libwrap0 (>= 7.6-4~), zlib1g (>= 1:1.2.0) Breaks: mysql-server-core-5.5, virtual-mysql-server-core Filename: pool/main/mysql-server-wsrep-core-5.6_5.6.16-ubuntu4_amd64.deb Size: 7823206 MD5Sum: 8c16e857dff6f6b28056b73531dd0919 SHA1: 5653eac92956c6cac12d43566d485299d254012b SHA256: a020e83b01bbb77b151d5b634e612c7f189b29fcae1a6179e7274f018cde3669 SHA512: 6f39864d4637062380236b2dc6133292ef18eb4f6a5ddaec963a3f4e74f2b757c51729982ae5490551ec694f19aad6c758dbf19a3184791d6cb9ebdb351166ff 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-server Priority: optional Section: database Installed-Size: 114 Maintainer: Ubuntu Developers Original-Maintainer: Debian MySQL Maintainers Architecture: all Source: mysql-5.5 Version: 5.5.44-0ubuntu0.12.04.1 Depends: mysql-server-5.5 Filename: pool/main/mysql-server_5.5.44-0ubuntu0.12.04.1_all.deb Size: 11074 MD5Sum: 7a7ef584898e72e639d9f0c3c405046e SHA1: 4bfce9193d458942c86d973818bf460574c416a3 SHA256: 7fbea2119c9239c819c23329bebd36ff54dd3161ded7b63eb7520cc08bff2cfe SHA512: b2584b13104ffa11e1bb2a57920f2103e20b8e918b78f96dcbff2a63bed8afd0beca3c48392429ecb15c7ce6829013d4bf59b98b48a4c22a0aa69a40f5919b08 Description: MySQL database server (metapackage depending on the latest version) This is an empty package that depends on the current "best" version of mysql-server (currently mysql-server-5.5), as determined by the MySQL maintainers. Install this package if in doubt about which MySQL version you need. That will install the version recommended by the package maintainers. . MySQL is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. Homepage: http://dev.mysql.com/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: mysql-wsrep-common-5.6 Priority: optional Section: database Installed-Size: 115 Maintainer: Debian MySQL Maintainers Architecture: all Source: mysql-wsrep-5.6 Version: 5.6.16-ubuntu4 Depends: mysql-common Filename: pool/main/mysql-wsrep-common-5.6_5.6.16-ubuntu4_all.deb Size: 90194 MD5Sum: df3e3d1d2c50f333314e09e152bc6043 SHA1: 8c76922c2be5b7a55796f16a9cb47d63937e29a4 SHA256: 64d559fb6523bfd93f56748116d9742d7793ce74b4c23f918e6f1f2c9ac3c78b SHA512: 22474982bcb0e6f6b824faad7a7e687c0a2af40d6e61b548cda0265780ad0a33a6108ff2faff049d7e3a1480923d55fb80446bc113128bff2d47ac4eaaf2156c Description: MySQL 5.6 specific common files, e.g. /etc/mysql/conf.d/my-5.6.cnf MySQL is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. Multi-Arch: foreign Homepage: http://dev.mysql.com/ Package: nailgun-agent Priority: extra Section: unknown Installed-Size: 20 Maintainer: rvyalov Architecture: all Version: 3.9.2-ubuntu4 Depends: ruby-ohai (<= 7), ruby-httpclient, ruby-rethtool, ruby-cstruct, ruby-json Filename: pool/main/nailgun-agent_3.9.2-ubuntu4_all.deb Size: 8054 MD5Sum: 558214f3c9d93df6e539a6d35868a634 SHA1: 59c61d43a2c48f15cffeb650fc348b7b4aff19bc SHA256: 96975705e81dab5ea47503266ca0dd34fcb5a5e64d03e613d652114255701506 SHA512: 72e7faf4aa348f3b7bac4787eb892487174f262fb8a7b3d2ed16264af19a046168a2745de98d708283e7bc6ac3bb052ba9990cc9864e0b6c14610bdcdb60fd5a Description: Homepage: mirantis.com Package: nailgun-mcagents Priority: optional Section: admin Installed-Size: 43 Maintainer: flops.ru Signing key Architecture: all Version: 0.0.1-ubuntu1 Depends: mcollective Filename: pool/main/nailgun-mcagents_0.0.1-ubuntu1_all.deb Size: 11580 MD5Sum: fef220adc79cd0896b305e8a29c142cf SHA1: 0b3223e491cc6543fe543c0f92fd968e7ca2fe22 SHA256: 88596146f2ab299a0930ee56037eec6677380a006db5492252f34036b0c1000f SHA512: cf4d9e7af419680d000bb6de40ee7c1d0f466768c5c2dc4347b1b195e042717c6a9641f442f9e8c80efb02555807984880730b9a526131e9bf907a3a4759626c Description: NailGun mcagents Package: nailgun-net-check Priority: optional Section: admin Installed-Size: 75 Maintainer: Mirantis Product Architecture: all Version: 6.0.0-ubuntu1 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-pypcap, vlan, python-scapy, cliff-tablib, python-stevedore, python-daemonize, python-yaml, tcpdump Filename: pool/main/nailgun-net-check_6.0.0-ubuntu1_all.deb Size: 19914 MD5Sum: fb7bc8b7a0ffe7f0548ca764c0054807 SHA1: 733673c5b27dbcbe894768688d3ed0c96137a735 SHA256: 09cb9f973453fee2f07dd78bfa4679f50adb0687b6851ae2ba3b4939e279919d SHA512: 8746c86df70913cc0d15e3dfb45311019adc6b25a3d36651fbdfcb1a764c6a7f75acfe74e3bc30eb4b022335b7be399c6ee6fd6f39aad827b7c3fdc502a3779b Description: NailGun client net-check Package: nano Priority: standard Section: editors Installed-Size: 604 Maintainer: Ubuntu Developers Original-Maintainer: Jordi Mallach Architecture: amd64 Version: 2.2.6-1 Replaces: pico Provides: editor Depends: libc6 (>= 2.11), libncursesw5 (>= 5.7+20100313), dpkg (>= 1.15.4) | install-info Suggests: spell Conflicts: pico Breaks: alpine-pico (<= 2.00+dfsg-5) Filename: pool/main/nano_2.2.6-1_amd64.deb Size: 194014 MD5Sum: ce845269d2dac9b74ab02bd4f874beed SHA1: 79a41964d1b14a2a0eb700b54e474e00b9d5de08 SHA256: a8dba08696a1ffdfbb15b617880b2b7bbe05ac9f7d690574000fe569b2298efa SHA512: d776bedf47a79808ff27350c871bcb2dadeacc587dea6b23d4f8edce01ab937dbee3bb6c5b7d6684f1314858f9ae32e95fd3ca6b80d8f1fe52d5e8cca77e9869 Description: small, friendly text editor inspired by Pico GNU nano is an easy-to-use text editor originally designed as a replacement for Pico, the ncurses-based editor from the non-free mailer package Pine (itself now available under the Apache License as Alpine). . However, nano also implements many features missing in pico, including: - feature toggles; - interactive search and replace (with regular expression support); - go to line (and column) command; - auto-indentation and color syntax-highlighting; - filename tab-completion and support for multiple buffers; - full internationalization support. Homepage: http://www.nano-editor.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active Package: ncurses-base Essential: yes Priority: required Section: utils Installed-Size: 345 Maintainer: Ubuntu Developers Original-Maintainer: Craig Small Architecture: all Source: ncurses Version: 5.9-4 Provides: ncurses-runtime Conflicts: ncurses, ncurses-runtime Breaks: ncurses-term (<< 5.7+20100313-3) Filename: pool/main/ncurses-base_5.9-4_all.deb Size: 21000 MD5Sum: a56752f08e2422b7177304703f1b51b6 SHA1: 81711526575195861f94492cab724e53add11bcd SHA256: 21d7f5767aba1be570c5e04220b73f05c8d0892302d099d75ee9cfa826a7598b SHA512: 9d8f471265d33ea8d076b019419a923a7dd1215748aa1a09f88f6b6522ecb3e87e27f8c00a0a56f68db9f3c8a2e25753ed6cdfc61d57d1231b2ad65a1c95e1d1 Description: basic terminal type definitions The ncurses library routines are a terminal-independent method of updating character screens with reasonable optimization. . This package contains terminfo data files to support the most common types of terminal, including ansi, dumb, linux, rxvt, screen, sun, vt100, vt102, vt220, vt52, and xterm. Homepage: http://invisible-island.net/ncurses/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: ncurses-bin Essential: yes Priority: required Section: utils Installed-Size: 493 Maintainer: Ubuntu Developers Original-Maintainer: Craig Small Architecture: amd64 Source: ncurses Version: 5.9-4 Pre-Depends: libc6 (>= 2.4), libtinfo5 (>= 5.9-3~) Filename: pool/main/ncurses-bin_5.9-4_amd64.deb Size: 150860 MD5Sum: 990621a8425daf730474e690afa020bc SHA1: 5b39b0679a1e0d2249493ede86c7cc3737e06bf1 SHA256: 6f4fa681e5a1234e11da6518884e69985d43c6b598a2a81a5c85d5f9259ee923 SHA512: 4d7b4aa1d5d9dfec74666cd1d495834c8b7582f735b7e99f29b2ee4faf8335bedcb03268411c7f6bb300dcc132db7d8135c47c1d364aea226c47ef712ba21328 Description: terminal-related programs and man pages The ncurses library routines are a terminal-independent method of updating character screens with reasonable optimization. . This package contains the programs used for manipulating the terminfo database and individual terminfo entries, as well as some programs for resetting terminals and such. Multi-Arch: foreign Homepage: http://invisible-island.net/ncurses/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: net-tools Priority: important Section: net Installed-Size: 724 Maintainer: Ubuntu Developers Original-Maintainer: net-tools Team Architecture: amd64 Version: 1.60-24.1ubuntu2 Replaces: ja-trans (<= 0.8-2), netbase (<< 4.00) Depends: libc6 (>= 2.14) Conflicts: ja-trans (<= 0.8-2) Filename: pool/main/net-tools_1.60-24.1ubuntu2_amd64.deb Size: 254182 MD5Sum: 3cb40db110747e30a002c83295f826ad SHA1: a0a9eab0cd76d96a3ed115f627fcafeed174b8a4 SHA256: a484cb7f42081b19a5fff8d02f78454083998c127f8159f85acbd618501ade4a SHA512: ae406e2dbf3d0029fd1407398a4eeb3ed1206aa8473d354fb140d28101e4d0fbc6fe878712154feadd113c9c9f05dd41213369fa88ad7c81c03d4836ad6d94ec Description: The NET-3 networking toolkit This package includes the important tools for controlling the network subsystem of the Linux kernel. This includes arp, ifconfig, netstat, rarp, nameif and route. Additionally, this package contains utilities relating to particular network hardware types (plipconfig, slattach, mii-tool) and advanced aspects of IP configuration (iptunnel, ipmaddr). . In the upstream package 'hostname' and friends are included. Those are not installed by this package, since there is a special "hostname*.deb". Homepage: http://net-tools.berlios.de/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: netbase Priority: important Section: admin Installed-Size: 75 Maintainer: Ubuntu Developers Original-Maintainer: Marco d'Itri Architecture: all Version: 4.47ubuntu1 Depends: lsb-base (>= 3.0-6), initscripts, upstart-job Recommends: ifupdown Conflicts: inetutils-inetd (<< 2:1.4.3+20060719-3), openbsd-inetd (<< 0.20050402-3) Filename: pool/main/netbase_4.47ubuntu1_all.deb Size: 14988 MD5Sum: 769fbab7d67736371eafdf2087a9eb6f SHA1: f13999acb74070a94f58426d5cbee14d4d5efcfa SHA256: 93ecae98786e01149684d9a7b2760e78c2b34d6ff647c52c6dd591d980d78be5 SHA512: ee63ff0c029ece538d4318e9f8d2161a91dc217b03ec7675feeb9391e166123c4c0d160f4eafd8d6560b181d228fc9c46d7b1a9bef5d5399557e9acdeec2d365 Description: Basic TCP/IP networking system This package provides the necessary infrastructure for basic TCP/IP based networking. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: netcat-openbsd Priority: important Section: net Installed-Size: 168 Maintainer: Ubuntu Developers Original-Maintainer: Decklin Foster Architecture: amd64 Version: 1.89-4ubuntu1 Replaces: netcat (<< 1.10-35) Provides: netcat Depends: libc6 (>= 2.7), libglib2.0-0 (>= 2.12.0) Conflicts: netcat (<< 1.10-35) Filename: pool/main/netcat-openbsd_1.89-4ubuntu1_amd64.deb Size: 37566 MD5Sum: 62084060dd0294ca946188bd01104a0b SHA1: 38e84e2264b4047754da17758bfaede2f5d9e317 SHA256: 257bd1be995ec3c8195ff3373a87368398e8ff61c00b06068d8715f1b4ff9cee SHA512: aa3a2cec5db958a3eaeb753471c5e78ce69844a3bede66845fafcf74e755e3b1598c1f9b71c86d03c0f5ba7cdb9db55454f71b1b42ac0aeb901001045469e2c0 Description: TCP/IP swiss army knife A simple Unix utility which reads and writes data across network connections using TCP or UDP protocol. It is designed to be a reliable "back-end" tool that can be used directly or easily driven by other programs and scripts. At the same time it is a feature-rich network debugging and exploration tool, since it can create almost any kind of connection you would need and has several interesting built-in capabilities. . This package contains the OpenBSD rewrite of netcat, including support for IPv6, proxies, and Unix sockets. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: netcat-traditional Priority: optional Section: universe/net Installed-Size: 248 Maintainer: Ubuntu Developers Original-Maintainer: Ruben Molina Architecture: amd64 Source: netcat Version: 1.10-39 Provides: netcat Depends: libc6 (>= 2.11) Filename: pool/main/netcat-traditional_1.10-39_amd64.deb Size: 64740 MD5Sum: 6ed43a6e8c6e46d7bf8c0c4649382ae3 SHA1: 324f13068c6fe88a5af71d46021104f56adec0d3 SHA256: f02e80e8a896c53a913e880c0929fda946c36fc8f1d3a2c0de0e0694f99db2f2 SHA512: f6646b2761e99e8a5076528228e754c3b9c4a444d8d3bd3f0620128af5c85b508fc00a4943c56a582c48bc9189c3945362d9ccedefcfca3ddc5d2ac3664f4b81 Description: TCP/IP swiss army knife A simple Unix utility which reads and writes data across network connections using TCP or UDP protocol. It is designed to be a reliable "back-end" tool that can be used directly or easily driven by other programs and scripts. At the same time it is a feature-rich network debugging and exploration tool, since it can create almost any kind of connection you would need and has several interesting built-in capabilities. . This is the "classic" netcat, written by *Hobbit*. It lacks many features found in netcat-openbsd. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: netcat Priority: optional Section: universe/net Installed-Size: 36 Maintainer: Ubuntu Developers Original-Maintainer: Ruben Molina Architecture: all Version: 1.10-39 Depends: netcat-traditional (>= 1.10-39) Filename: pool/main/netcat_1.10-39_all.deb Size: 3324 MD5Sum: 872fc215335601c143fe4c7290abd894 SHA1: 33ace34db8afa5b10e7874bdb65849b6798b6e54 SHA256: 56fa78850e1b279ccc3caf63430fafbbc304d98ead1c5b53e99b0b75f7e9de5e SHA512: 8f1ce7e10c98f6594f2859b4c1e260d45d6eb924cf35cd32c0db7345cc705e3b543c60023bb6a00906d7e276b012d0bf776609397359deb9dfd9124fd2b4dde1 Description: TCP/IP swiss army knife -- transitional package This is a "dummy" package that depends on lenny's default version of netcat, to ease upgrades. It may be safely removed. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: netpbm Priority: optional Section: graphics Installed-Size: 3833 Maintainer: Ubuntu Developers Original-Maintainer: Andreas Barth Architecture: amd64 Source: netpbm-free Version: 2:10.0-15 Replaces: netpbm-dev, netpbm-nonfree, pbmwbmp, pnmtopng Provides: pbmwbmp, pnmtopng Depends: libnetpbm10 (= 2:10.0-15), libc6 (>= 2.11), libjpeg8 (>= 8c), libpng12-0 (>= 1.2.13-4), libtiff4, zlib1g (>= 1:1.1.4) Recommends: ghostscript Conflicts: netpbm-dev (<= 2:9.10), netpbm-nonfree (<= 1:19940301.1-3), pbmwbmp, pnmtopng, ucbmpeg (<= 1r2-6) Filename: pool/main/netpbm_10.0-15_amd64.deb Size: 1312404 MD5Sum: 747beb0ee0fc4b760448ff98f498c4a2 SHA1: f4f8d4e0ddd574d25cf634a03dd4035eff3ce975 SHA256: 935b89e39d68cee70b420f6b35f2aee54904771456648bcebab5ff9c5bcd9fdb SHA512: 293ed5c610c3aec601c5d153e4e0f320371d64fca7eded52478f62e84a67bbdff74d202dc69e723887d1c79472cf790ea307ac01a07b7dbbabcceda1c94a65df Description: Graphics conversion tools between image formats Netpbm is a toolkit for manipulation of graphic images, including conversion of images between a variety of different formats. There are over 220 separate tools in the package including converters for more than 80 graphics formats. Homepage: http://netpbm.alioth.debian.org Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-usb, kubuntu-full, kubuntu-active-full, edubuntu-usb, edubuntu-desktop-kde, edubuntu-desktop-gnome, ubuntustudio-video, ubuntustudio-graphics Package: neutron-common Priority: optional Section: net Installed-Size: 59 Maintainer: Ubuntu Developers Original-Maintainer: Chuck Short Architecture: all Source: neutron Version: 1:2014.2.2-fuel6.0.1~mira8 Replaces: neutron-l3-agent (<< 1:2014.1~rc2-0ubuntu3~), neutron-vpn-agent (<< 1:2014.1~rc2-0ubuntu3~), quantum-common (<< 1:2013.2~b2-0ubuntu1~) Depends: adduser, python-neutron (= 1:2014.2.2-fuel6.0.1~mira8), python Breaks: neutron-l3-agent (<< 1:2014.1~rc2-0ubuntu3~), neutron-vpn-agent (<< 1:2014.1~rc2-0ubuntu3~), quantum-common (<< 1:2013.2~b2-0ubuntu1~) Filename: pool/main/neutron-common_2014.2.2-fuel6.0.1~mira8_all.deb Size: 27692 MD5Sum: b2c52f37f12d446c8acb684deb0527b7 SHA1: fc84d9cfcec48f1e8eeb8b04ee3be2679647d961 SHA256: a672d8db57882cc75259f8a52d0d506637a822be0710fa542f193c48a6f2e514 SHA512: 8b6fced9c00cfb876ca5cc6ee58018f7d58e2dd48ffca5b42e030d1e848f3b31085fde17f82a23773c0ce851140176b0c0c91ed9bb26b1760bb5098ab1727e72 Description: Neutron is a virtual network service for Openstack - common Neutron is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Neutron provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Neutron API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package provides the common files. Package: neutron-dhcp-agent Priority: optional Section: net Installed-Size: 20 Maintainer: Ubuntu Developers Original-Maintainer: Chuck Short Architecture: all Source: neutron Version: 1:2014.2.2-fuel6.0.1~mira8 Replaces: quantum-dhcp-agent (<< 1:2013.2~b2-0ubuntu1~) Depends: dnsmasq-base, dnsmasq-utils, neutron-common (= 1:2014.2.2-fuel6.0.1~mira8), neutron-metadata-agent (= 1:2014.2.2-fuel6.0.1~mira8), upstart-job, python Breaks: quantum-dhcp-agent (<< 1:2013.2~b2-0ubuntu1~) Filename: pool/main/neutron-dhcp-agent_2014.2.2-fuel6.0.1~mira8_all.deb Size: 16096 MD5Sum: 92c12de2bacd74ed0756898e96c56b55 SHA1: 6a6dbd3d4f91f299eb556cb0b3dc10fe31471841 SHA256: d28abc5ef140de13d376a284f04c64856713c6779b8ac56db4b959e41770e598 SHA512: 817088311736265481aa616c859da7d79768c49f8662500714f054518c41cf92b50a0c9ca296f569026a2592b7cacaed99f4eff58e73f9fdc88e6f339722cd2e Description: Neutron is a virtual network service for Openstack - DHCP agent Neutron is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Neutron provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Neutron API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package provides the DHCP agent. Package: neutron-l3-agent Priority: optional Section: net Installed-Size: 15 Maintainer: Ubuntu Developers Original-Maintainer: Chuck Short Architecture: all Source: neutron Version: 1:2014.2.2-fuel6.0.1~mira8 Replaces: quantum-l3-agent (<< 1:2013.2~b2-0ubuntu1~) Depends: iputils-arping, neutron-common (= 1:2014.2.2-fuel6.0.1~mira8), neutron-metadata-agent (= 1:2014.2.2-fuel6.0.1~mira8), upstart-job, python Breaks: quantum-l3-agent (<< 1:2013.2~b2-0ubuntu1~) Filename: pool/main/neutron-l3-agent_2014.2.2-fuel6.0.1~mira8_all.deb Size: 13444 MD5Sum: b904b51cb4240a03a650f57a924468a4 SHA1: e3d35d8bcbea1ebb2557b80019bc4e8c195de647 SHA256: f3f21c27bd5d8722fc9c88f79a23913072bbcde36a86376b4f976340f5d1a608 SHA512: d895792c5cdc1c30b0a065bb22efa2f3ee6f06a838ca5ce6fea39a8afa1cde7929160b7bae6df2d1e579d61309f3ae0492f84414fa23a6f1d9659fd324eed522 Description: Neutron is a virtual network service for Openstack - l3 agent Neutron is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Neutron provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Neutron API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package provides the layer 3 routing agent. Package: neutron-lbaas-agent Priority: optional Section: net Installed-Size: 17 Maintainer: Ubuntu Developers Original-Maintainer: Chuck Short Architecture: all Source: neutron Version: 1:2014.2.2-fuel6.0.1~mira8 Replaces: quantum-lbass-agent (<< 1:2013.2~b2-0ubuntu1~) Depends: haproxy, neutron-common (= 1:2014.2.2-fuel6.0.1~mira8), upstart-job, python Breaks: quantum-lbaas-agent (<< 1:2013.2~b2-0ubuntu1~) Filename: pool/main/neutron-lbaas-agent_2014.2.2-fuel6.0.1~mira8_all.deb Size: 14800 MD5Sum: 0b2267f01bc8763226d6e28a604ec7a9 SHA1: f20bc2af7f0b71502e5981b47b26263dcd47e886 SHA256: 3a4b40fa66bf1db2013f99d729d2b31820e64a08d0d8705f856b355682a77577 SHA512: 4a3d5b2f835ad4220cabb5784dc7ecd1e7295b1c4c77f6dfb5aeafc4b221b96d4870f7d621011079e44f59ab59b7e3a603f448a48ed1d54aa1e36465e25ed118 Description: Neutron is a virtual network service for Openstack - LBaaS agent Neutron is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Neutron provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Neutron API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package provides the Load Balancing as-a Service (LBaaS) agent. Package: neutron-metadata-agent Priority: optional Section: net Installed-Size: 17 Maintainer: Ubuntu Developers Original-Maintainer: Chuck Short Architecture: all Source: neutron Version: 1:2014.2.2-fuel6.0.1~mira8 Replaces: quantum-metadata-agent (<< 1:2013.2~b2-0ubuntu1~) Depends: neutron-common (= 1:2014.2.2-fuel6.0.1~mira8), upstart-job, python Breaks: quantum-metadata-agent (<< 1:2013.2~b2-0ubuntu1~) Filename: pool/main/neutron-metadata-agent_2014.2.2-fuel6.0.1~mira8_all.deb Size: 14504 MD5Sum: aaca7008ba02acc2cca9c91519e3e4ed SHA1: a0a354f34848cea2986a54d1afcd290244341c1c SHA256: 2f3b66a740d1ef66afc3eb1d0c2125d40d6fd272479e1c5feed557954f88734d SHA512: 0e17c2083a94079549a58d0b11cd2ee1ec05c99635f552293a41d5f0b165d662a12924f42e5ec0dad08c68bce12071076d712b13731f3b30bde2f9847cea2f32 Description: Neutron is a virtual network service for Openstack - metadata agent Neutron is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Neutron provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Neutron API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package provides the metadata proxy agent. Package: neutron-metering-agent Priority: optional Section: net Installed-Size: 15 Maintainer: Ubuntu Developers Original-Maintainer: Chuck Short Architecture: all Source: neutron Version: 1:2014.2.2-fuel6.0.1~mira8 Replaces: neutron-plugin-metering-agent (<< 1:2014.1~b3-0ubuntu2~) Depends: neutron-common (= 1:2014.2.2-fuel6.0.1~mira8), upstart-job, python Breaks: neutron-plugin-metering-agent (<< 1:2014.1~b3-0ubuntu2~) Filename: pool/main/neutron-metering-agent_2014.2.2-fuel6.0.1~mira8_all.deb Size: 13442 MD5Sum: 59a518faa8f0e504162bc5794400400e SHA1: 8a9e6b6a42b9abf269a35209c8d6b5c416aaef91 SHA256: ee1f822760ccc8a5c512f0828b5384dda99ba7b1483cfd0472b884c0b567d332 SHA512: e37794efb726726688137198693d4401d23c018021c091bfefe0d17890be1e4a6e42850d9ce104ea1ad67332f01cde71f05021f700133870212fee4051a8ce58 Description: Neutron is a virtual network service for Openstack - metering agent Neutron is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Neutron provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Neutron API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package provides the metering agent. Package: neutron-plugin-bigswitch-agent Priority: optional Section: net Installed-Size: 15 Maintainer: Ubuntu Developers Original-Maintainer: Chuck Short Architecture: all Source: neutron Version: 1:2014.2.2-fuel6.0.1~mira8 Depends: neutron-plugin-bigswitch (= 1:2014.2.2-fuel6.0.1~mira8), upstart-job, python Filename: pool/main/neutron-plugin-bigswitch-agent_2014.2.2-fuel6.0.1~mira8_all.deb Size: 13280 MD5Sum: 82ba39552af34f69c670f98cc22760e1 SHA1: 5aecc7618b7b6b5966a869765ebb803e41ded4b5 SHA256: 3f4d99fa01790524bd0fcdbfcf36c1e689cf063ccdc35d29844cb620cbb3ddcf SHA512: 417155095ca07cf1252738f055c1e59a0eaa54ade920f18c1bc195682f6e91e6c332d01609fbf05aa8b066eb1f0176b943c322ccb13e56a83df132c4a82fb32c Description: Neutron is a virtual network service for Openstack - BigSwitch plugin agent Neutron is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Neutron provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Neutron API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package provides the BigSwitch plugin agent. Package: neutron-plugin-bigswitch Priority: optional Section: net Installed-Size: 17 Maintainer: Ubuntu Developers Original-Maintainer: Chuck Short Architecture: all Source: neutron Version: 1:2014.2.2-fuel6.0.1~mira8 Replaces: quantum-plugin-bigswitch (<< 1:2013.2~b2-0ubuntu1~) Provides: neutron-plugin Depends: neutron-common (= 1:2014.2.2-fuel6.0.1~mira8) Breaks: quantum-plugin-bigswitch (<< 1:2013.2~b2-0ubuntu1~) Filename: pool/main/neutron-plugin-bigswitch_2014.2.2-fuel6.0.1~mira8_all.deb Size: 14562 MD5Sum: 92c6f9a2f52b75fcaa2bd1fb52c0cf66 SHA1: fed5cf42055c3cad024c0350ae681a80eaa063b9 SHA256: cef0c6530a4bfb96626c1e3d00c6dcdbd70cd4bb1bd1b3f85331ba3e1369336f SHA512: 8b8f3b4c2a2ddd15aef638fdd3e693f81573b01c542ec32e8e85f232e3ab9fd5499b1294b9f05af74d2fbcdbaec7c02a8351ef1d403b50939f73cc28515eb674 Description: Neutron is a virtual network service for Openstack - BigSwitch plugin Neutron is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Neutron provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Neutron API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package provides the BigSwitch plugin. Package: neutron-plugin-brocade Priority: optional Section: net Installed-Size: 13 Maintainer: Ubuntu Developers Original-Maintainer: Chuck Short Architecture: all Source: neutron Version: 1:2014.2.2-fuel6.0.1~mira8 Replaces: quantum-plugin-brocade (<< 1:2013.2~b2-0ubuntu1~) Provides: neutron-plugin Depends: neutron-common (= 1:2014.2.2-fuel6.0.1~mira8) Breaks: quantum-plugin-brocade (<< 1:2013.2~b2-0ubuntu1~) Filename: pool/main/neutron-plugin-brocade_2014.2.2-fuel6.0.1~mira8_all.deb Size: 12484 MD5Sum: ce31050de6c2788de90793e186413cfe SHA1: 5467e32260e6f25dc8014a311d348c7f04fa0c38 SHA256: a8a4426360dee96e8bf8d1125700161d07b233c7505ce40d46bb319c5fadded2 SHA512: 11275f7b4331f041c43c0630abc2606b2ce228c5ad08cbe646af99f9af28f820ebae3d4bc23de73562c15430115612a8f53dc3d4203c94b24409dc49164004c8 Description: Neutron is a virtual network service for Openstack - Brocade plugin Neutron is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Neutron provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Neutron API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package provides the Brocade plugin. Package: neutron-plugin-cisco Priority: optional Section: net Installed-Size: 20 Maintainer: Ubuntu Developers Original-Maintainer: Chuck Short Architecture: all Source: neutron Version: 1:2014.2.2-fuel6.0.1~mira8 Replaces: quantum-plugin-cisco (<< 1:2013.2~b2-0ubuntu1~) Provides: neutron-plugin Depends: neutron-common (= 1:2014.2.2-fuel6.0.1~mira8), python Breaks: quantum-plugin-cisco (<< 1:2013.2~b2-0ubuntu1~) Filename: pool/main/neutron-plugin-cisco_2014.2.2-fuel6.0.1~mira8_all.deb Size: 15620 MD5Sum: d87e09e3467516e44f7d3abc1eeca785 SHA1: 6ecc3e9292ed5d6705208f6c8163aefaefcc0de4 SHA256: c6b6cef49d99a7deb6f92c36635a130b9fb8d13831e7c34f13415fb4edd1d7fa SHA512: c1ee3e0bc35028c4a28be36046190189d26b334505330c61a0996abef227197d8f78e6cdfb05e3dcffce5693e0ab22a03d74be73f69bb61e93496ccd5e52c9bc Description: Neutron is a virtual network service for Openstack - Cisco plugin Neutron is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Neutron provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Neutron API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package provides the Cisco plugin. Package: neutron-plugin-hyperv Priority: optional Section: net Installed-Size: 15 Maintainer: Ubuntu Developers Original-Maintainer: Chuck Short Architecture: all Source: neutron Version: 1:2014.2.2-fuel6.0.1~mira8 Replaces: quantum-plugin-hyperv (<< 1:2013.2~b2-0ubuntu1~) Provides: neutron-plugin Depends: neutron-common (= 1:2014.2.2-fuel6.0.1~mira8), python Breaks: quantum-plugin-hyperv (<< 1:2013.2~b2-0ubuntu1~) Filename: pool/main/neutron-plugin-hyperv_2014.2.2-fuel6.0.1~mira8_all.deb Size: 13544 MD5Sum: 859a1a0a14a3293dc0223e3c0fd6a8fd SHA1: 01a6ce68b153ecb89e5e6894212357b21add8299 SHA256: 5fc613451b31cee535a922bfcb3d8a508d29a9e0c3857d602e11f055d0fa2d8a SHA512: abb66a73c764935ed5d1f80ec3613b0705487edf7f1b856a66445d55075210d49b3bfde229a8a861f21755d995f1b13d01ebf6516bc81835baf028bda89e8f28 Description: Neutron is a virtual network service for Openstack - Hyper-V plugin Neutron is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Neutron provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Neutron API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package provides the Hyper-V plugin. Package: neutron-plugin-ibm-agent Priority: optional Section: net Installed-Size: 14 Maintainer: Ubuntu Developers Original-Maintainer: Chuck Short Architecture: all Source: neutron Version: 1:2014.2.2-fuel6.0.1~mira8 Depends: neutron-plugin-ibm (= 1:2014.2.2-fuel6.0.1~mira8), upstart-job, python Filename: pool/main/neutron-plugin-ibm-agent_2014.2.2-fuel6.0.1~mira8_all.deb Size: 13244 MD5Sum: 68f52347b7853a0ed8f24c78b96f474e SHA1: 57070882be3d0cc5efe6b2114bbe84e9e4110754 SHA256: f1d6e3992c8bf5da41871b88f48af557d33d8c237e5c8ca4669fff0b6295c424 SHA512: a2dab7a0369241b7587dc40884722db77ebe75368c7e2b1f606cd2a54a8bc37eed1b0c9d449b8fc51bb6a3ec117f307ee148e084e372ef971fb49b0dc560c258 Description: Neutron is a virtual network service for Openstack - IBM agent Neutron is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Neutron provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Neutron API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package provides the IBM agent. Package: neutron-plugin-ibm Priority: optional Section: net Installed-Size: 14 Maintainer: Ubuntu Developers Original-Maintainer: Chuck Short Architecture: all Source: neutron Version: 1:2014.2.2-fuel6.0.1~mira8 Provides: neutron-plugin Depends: neutron-common (= 1:2014.2.2-fuel6.0.1~mira8) Filename: pool/main/neutron-plugin-ibm_2014.2.2-fuel6.0.1~mira8_all.deb Size: 13062 MD5Sum: 6be3af575e89dedd444ae30b76814f1c SHA1: 0ac330a442b9d91d366b82a135b07521b19a783f SHA256: 6bee406f55a280a09f5984003393e9e58248a90fb02c2f4e6a9f58250f282353 SHA512: 30a6f85ca387d18b3e3e9d3bc4a5db3ed5a91d8aca2bf29f47c188a18f16afa689ccaed079e510700663bfbbeb96878f64bb45e397efcdb4d4541726234785b4 Description: Neutron is a virtual network service for Openstack - IBM SDN plugin Neutron is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Neutron provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Neutron API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package provides the IBM SDN plugin. Package: neutron-plugin-linuxbridge-agent Priority: optional Section: net Installed-Size: 16 Maintainer: Ubuntu Developers Original-Maintainer: Chuck Short Architecture: all Source: neutron Version: 1:2014.2.2-fuel6.0.1~mira8 Replaces: quantum-plugin-linuxbridge-agent (<< 1:2013.2~b2-0ubuntu1~) Depends: bridge-utils, neutron-plugin-linuxbridge (= 1:2014.2.2-fuel6.0.1~mira8), upstart-job, python Breaks: quantum-plugin-linuxbirdge-agent (<< 1:2013.2~b2-0ubuntu1~) Filename: pool/main/neutron-plugin-linuxbridge-agent_2014.2.2-fuel6.0.1~mira8_all.deb Size: 13972 MD5Sum: dfd5fb709de1362d46dc562edd5e3eae SHA1: bfb5383b623703707bb620e1653d1d518ced43a4 SHA256: 79c2c89c01bb9a5fb70956f8e96070c5eb98ebbb65aa3279c972be59341e01ed SHA512: fb5cc62302d3f8db6c2439ccd7a5d9880bc74cad0559b72bc0f3b01769460d8642fdc4bfe966d0bd63cdc1be83139da293efbe8af36b6836c9601e6814a21ea7 Description: Neutron is a virtual network service for Openstack - linuxbridge plugin agent Neutron is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Neutron provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Neutron API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package provides the linuxbridge plugin agent. Package: neutron-plugin-linuxbridge Priority: optional Section: net Installed-Size: 15 Maintainer: Ubuntu Developers Original-Maintainer: Chuck Short Architecture: all Source: neutron Version: 1:2014.2.2-fuel6.0.1~mira8 Replaces: quantum-plugin-linuxbridge (<< 1:2013.2~b2-0ubuntu1~) Provides: neutron-plugin Depends: neutron-common (= 1:2014.2.2-fuel6.0.1~mira8) Breaks: quantum-plugin-linuxbridge (<< 1:2013.2~b2-0ubuntu1~) Filename: pool/main/neutron-plugin-linuxbridge_2014.2.2-fuel6.0.1~mira8_all.deb Size: 13690 MD5Sum: 432f574982d5172027b94a15ced227e6 SHA1: cbf12f60ee7ebbc53a57a3f29290e4c20fff91c1 SHA256: 8ef72521dc2d8a5700a11b1ebdd17901185c8ff4f54c981b194de4e900bd0676 SHA512: 232f6df4ed7abd91476c12ab2b7aad93a689d0871e8df97b6c0ba0dc83f91a9dd5769c75866c542bf5b1080dc863aab8515107e61d92bc98bb34e0f7db2b316a Description: Neutron is a virtual network service for Openstack - linuxbridge plugin Neutron is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Neutron provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Neutron API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package provides the linuxbridge plugin. Package: neutron-plugin-metaplugin Priority: optional Section: net Installed-Size: 13 Maintainer: Ubuntu Developers Original-Maintainer: Chuck Short Architecture: all Source: neutron Version: 1:2014.2.2-fuel6.0.1~mira8 Replaces: quantum-plugin-metaplugin (<< 1:2013.2~b2-0ubuntu1~) Provides: neutron-plugin Depends: neutron-common (= 1:2014.2.2-fuel6.0.1~mira8) Breaks: quantum-plugin-metaplugin (<< 1:2013.2~b2-0ubuntu1~) Filename: pool/main/neutron-plugin-metaplugin_2014.2.2-fuel6.0.1~mira8_all.deb Size: 12738 MD5Sum: 3d7c1823a6a87a1fef65f90a18edc8f2 SHA1: 6b28c0a553a6bc3e8a0933b416e46cf3c150cb16 SHA256: 88a63eb8c613ab156ecafe7256a16ad7787e5ee9ceaeca656cb00fdc9baa5e65 SHA512: 14f3a5022c990b52c9cfc36ff3c2286d03b4cb761f082925e02b1409fe9f9f0aa97fdcf14f5378ba6e4ef9929d1e28c52597bf9fad22226cec8de297fb795eff Description: Neutron is a virtual network service for Openstack - Metaplugin plugin Neutron is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Neutron provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Neutron API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package provides the Metaplugin plugin. Package: neutron-plugin-metering-agent Priority: optional Section: net Installed-Size: 13 Maintainer: Ubuntu Developers Original-Maintainer: Chuck Short Architecture: all Source: neutron Version: 1:2014.2.2-fuel6.0.1~mira8 Depends: neutron-metering-agent Filename: pool/main/neutron-plugin-metering-agent_2014.2.2-fuel6.0.1~mira8_all.deb Size: 11974 MD5Sum: 027e0648ab35e51a081c7dbee949356a SHA1: a6887bdb8e0c020a07777bc956a7b61c1ccd2d95 SHA256: 06c6ae303b254bd63b118e89a7c16834d64f1fd7dbf7ffa1c89ae455ec960f91 SHA512: 2afd0c6d16b68674bb2bc1ecb32ec912ebfc8e5d8b84bcc6e94f0001dbcd47f0f634b8377983f9511d18c9dd1aee7bdd5d5cb84f299042695acc99e9140f90c5 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: neutron-plugin-midonet Priority: optional Section: net Installed-Size: 13 Maintainer: Ubuntu Developers Original-Maintainer: Chuck Short Architecture: all Source: neutron Version: 1:2014.2.2-fuel6.0.1~mira8 Replaces: quantum-plugin-midonet (<< 1:2013.2~b2-0ubuntu1~) Provides: neutron-plugin Depends: neutron-common (= 1:2014.2.2-fuel6.0.1~mira8) Breaks: quantum-plugin-midonet (<< 1:2013.2~b2-0ubuntu1~) Filename: pool/main/neutron-plugin-midonet_2014.2.2-fuel6.0.1~mira8_all.deb Size: 12416 MD5Sum: 2e2f8df5b7a277f9cfa58757fb1f9168 SHA1: 726ce0ae5d0d6534f86da27054ea29d36cab78a8 SHA256: 7df729c9327d016b40e3db9798fde87d3abcf7ef2f1bd0a2eed004792a3b0f70 SHA512: 027fd094777447625ddbb4d5e83cd08ee55e450d56748bc105e280bdc99626512ad37a937b9c269c8dde163a1f09a357931e83c4a90d03d34de77f1b5d7e7d18 Description: Neutron is a virtual network service for Openstack - Midonet plugin Neutron is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Neutron provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Neutron API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package provides the Midonet plugin. Package: neutron-plugin-ml2 Priority: optional Section: net Installed-Size: 27 Maintainer: Ubuntu Developers Original-Maintainer: Chuck Short Architecture: all Source: neutron Version: 1:2014.2.2-fuel6.0.1~mira8 Provides: neutron-plugin Depends: neutron-common (= 1:2014.2.2-fuel6.0.1~mira8) Filename: pool/main/neutron-plugin-ml2_2014.2.2-fuel6.0.1~mira8_all.deb Size: 17892 MD5Sum: c06ff3e10d3aafd1b56506e3bb9205a1 SHA1: d279ca52bad6a8ebc58d069c2462f83c366982d4 SHA256: 9195461df0bd555574173c8725b425a604365d65b91b307eddb8b810bfe50963 SHA512: 66e7e2dab80d3d5e313dedcc09c6d7518606b3e54c68dcb1ce190c0c3c44c2103771e10868db945e7e0928056b1b377b573b01de0d5b812afb51f8e2fb39d2f1 Description: Neutron is a virtual network service for Openstack - ML2 plugin Neutron is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Neutron provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Neutron API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package provides the Modular Layer 2 plugin. Package: neutron-plugin-mlnx-agent Priority: optional Section: net Installed-Size: 14 Maintainer: Ubuntu Developers Original-Maintainer: Chuck Short Architecture: all Source: neutron Version: 1:2014.2.2-fuel6.0.1~mira8 Provides: neutron-plugin Depends: neutron-common (= 1:2014.2.2-fuel6.0.1~mira8), neutron-plugin-mlnx, upstart-job, python Filename: pool/main/neutron-plugin-mlnx-agent_2014.2.2-fuel6.0.1~mira8_all.deb Size: 13272 MD5Sum: e4779fd1b30a97d2529d58f380f6b8f2 SHA1: febe9ca2466dbbb554606bfc3209db311bdbaf71 SHA256: 9afd9b5ee6821f4ecdf7e686e37a2035b076f59699a69ba078b84874d6cb78df SHA512: cbf7e00cb48a3162a60bf8cc763a521fcda3cd35eb9e3958aa18f96264f02c8884dc0de2fa9316cc78c0983cff7c814d5bce9333834fcb32cf9a99d9973a5558 Description: Neutron is a virtual network service for Openstack - Mellanox plugin agent Neutron is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Neutron provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Neutron API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package provides the Mellanox plugin agent. Package: neutron-plugin-mlnx Priority: optional Section: net Installed-Size: 15 Maintainer: Ubuntu Developers Original-Maintainer: Chuck Short Architecture: all Source: neutron Version: 1:2014.2.2-fuel6.0.1~mira8 Replaces: neutron-plugin-mlnx-agent (<< 1:2014.1~b3-0ubuntu2~) Provides: neutron-plugin Depends: neutron-common (= 1:2014.2.2-fuel6.0.1~mira8) Breaks: neutron-plugin-mlnx-agent (<< 1:2014.1~b3-0ubuntu2~) Filename: pool/main/neutron-plugin-mlnx_2014.2.2-fuel6.0.1~mira8_all.deb Size: 13500 MD5Sum: 1e9005509830ceaacbc929e4f88e5516 SHA1: 13e7d019c80e120407554e6adb7eee6bf8e100c4 SHA256: b4f36e30c25db108d49bafe08e35202f2c93c974279c071a4371fae2446141fc SHA512: 604394ace28160e66548dfe8380380f7260f0f1476b03fa7a7a3e662c373c6fe47103b4e7ac76a334372706eb87900d756be9f82f1381288d5e181d533b9df04 Description: Neutron is a virtual network service for Openstack - Mellanox plugin Neutron is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Neutron provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Neutron API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package provides the Mellanox plugin. Package: neutron-plugin-nec-agent Priority: optional Section: net Installed-Size: 15 Maintainer: Ubuntu Developers Original-Maintainer: Chuck Short Architecture: all Source: neutron Version: 1:2014.2.2-fuel6.0.1~mira8 Replaces: quantum-plugin-nec-agent (<< 1:2013.2~b2-0ubuntu1~) Depends: neutron-common (= 1:2014.2.2-fuel6.0.1~mira8), neutron-plugin-nec, openvswitch-switch, upstart-job, python Breaks: quantum-plugin-nec-agent (<< 1:2013.2~b2-0ubuntu1~) Filename: pool/main/neutron-plugin-nec-agent_2014.2.2-fuel6.0.1~mira8_all.deb Size: 13822 MD5Sum: 70735d48c6eda8a9ebe50357853a38c7 SHA1: aed7528c674c3ee49c978d78994577066d71073e SHA256: 84685d3c4f8569a6bc2d64eca0624141f8f76a74e56f882030dbe475da433aac SHA512: 1325a00fcd776a84f91900ba63f884f20c3aa73e4467285e53a4eebd69deccf021daead5c126de4e23ced2a1ae69684061c274ecabe0306659be2eca7aaa2309 Description: Neutron is a virtual network service for Openstack - NEC plugin agent Neutron is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Neutron provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Neutron API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package provides the NEC plugin agent. Package: neutron-plugin-nec Priority: optional Section: net Installed-Size: 14 Maintainer: Ubuntu Developers Original-Maintainer: Chuck Short Architecture: all Source: neutron Version: 1:2014.2.2-fuel6.0.1~mira8 Replaces: quantum-plugin-nec (<< 1:2013.2~b2-0ubuntu1~) Provides: neutron-plugin Depends: neutron-common (= 1:2014.2.2-fuel6.0.1~mira8) Breaks: quantum-plugin-nec (<< 1:2013.2~b2-0ubuntu1~) Filename: pool/main/neutron-plugin-nec_2014.2.2-fuel6.0.1~mira8_all.deb Size: 13184 MD5Sum: 5f12fb947ae1762b9172a095b56fb13d SHA1: aa3ac949752f205aa4a1341cab5c975d3f18a918 SHA256: 2809788824cb37bfe1af1fa4b6b491809f049ffe2a8ce3aa5e6b93be82aace3d SHA512: 724834daf80a9e185011e6076e3aa3ea080eae576cfcfbcfab63193e4033ca66989f99714d4f1e291fe3a8b5dc85d0001d7abece6a023fc1bad023a402f22575 Description: Neutron is a virtual network service for Openstack - NEC plugin Neutron is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Neutron provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Neutron API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package provides the NEC plugin. Package: neutron-plugin-nicira Priority: optional Section: oldlibs Installed-Size: 12 Maintainer: Ubuntu Developers Original-Maintainer: Chuck Short Architecture: all Source: neutron Version: 1:2014.2.2-fuel6.0.1~mira8 Replaces: quantum-plugin-nicira (<< 1:2013.2~b2-0ubuntu1~) Depends: neutron-plugin-vmware Breaks: quantum-plugin-nicira (<< 1:2013.2~b2-0ubuntu1~) Filename: pool/main/neutron-plugin-nicira_2014.2.2-fuel6.0.1~mira8_all.deb Size: 11764 MD5Sum: 2df1e0bf8e19540f893df01267c3a9f8 SHA1: f0c4234f96aad0b2734081a41d64b2f8cec82036 SHA256: 35d406b6fc3fc8c21e45801f843160702c2f4c4e037337d7ebb382420c80bec9 SHA512: 724236380862c6868690ae40512f0aa508bc4c38cd41d3493ae44b6fa8c3fa48e654d288b1fb80c6828beb8f8ea730babf82c273a1ecc0546f7475f3c22399fb Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: neutron-plugin-oneconvergence-agent Priority: optional Section: net Installed-Size: 15 Maintainer: Ubuntu Developers Original-Maintainer: Chuck Short Architecture: all Source: neutron Version: 1:2014.2.2-fuel6.0.1~mira8 Depends: neutron-plugin-oneconvergence (= 1:2014.2.2-fuel6.0.1~mira8), upstart-job, python Filename: pool/main/neutron-plugin-oneconvergence-agent_2014.2.2-fuel6.0.1~mira8_all.deb Size: 13270 MD5Sum: 8d5e2a49f0a9b739257775af822fff13 SHA1: de16141a2981ce065c08a63f73ef1511229e9d65 SHA256: 1170ad49c9f872730ead3882020263e0d4243471f442847cfca990de7ad1efd0 SHA512: 66d3e18aec362a327e9a5b6841af3729bec7e420735ede19f434b474b331d0c8db6872170195dfe823ae03676ff53d64f22279f0c42cd03607b80df3408c5074 Description: Neutron is a virtual network service for Openstack - One Convergence agent Neutron is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Neutron provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Neutron API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package provides the One Convergence agent. Package: neutron-plugin-oneconvergence Priority: optional Section: net Installed-Size: 13 Maintainer: Ubuntu Developers Original-Maintainer: Chuck Short Architecture: all Source: neutron Version: 1:2014.2.2-fuel6.0.1~mira8 Provides: neutron-plugin Depends: neutron-common (= 1:2014.2.2-fuel6.0.1~mira8) Filename: pool/main/neutron-plugin-oneconvergence_2014.2.2-fuel6.0.1~mira8_all.deb Size: 12786 MD5Sum: fe215f390ff08f172cb4f8df6966ec3e SHA1: eb443903699a34096966a78e60525059ed429766 SHA256: 0b2e1da89f1e4ce3c5bd6db6b80dc2d4d30a81692b63300ccb3b2cfce3bd2b97 SHA512: 744fbed201da0882fe5d5411430bd8d6a548433ad86c9bc829f183645114765fccba86ce9d2d9de9beb2a49b2d94f92231744f2defbd25097f57443d5dd049f8 Description: Neutron is a virtual network service for Openstack - One Convergence plugin Neutron is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Neutron provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Neutron API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package provides the One Convergence plugin. Package: neutron-plugin-openflow-agent Priority: optional Section: net Installed-Size: 14 Maintainer: Ubuntu Developers Original-Maintainer: Chuck Short Architecture: all Source: neutron Version: 1:2014.2.2-fuel6.0.1~mira8 Depends: neutron-plugin-ml2 (= 1:2014.2.2-fuel6.0.1~mira8), upstart-job, python Filename: pool/main/neutron-plugin-openflow-agent_2014.2.2-fuel6.0.1~mira8_all.deb Size: 13262 MD5Sum: 70c28739b1eec164a01c7184ce7fa46c SHA1: d5095663adc4b03dbf0101b126e6b9b870a20dec SHA256: 8dc9e43faa17c376de66ec051925f00bd1d70522fcd3b17db80a093552790c9d SHA512: 01b2f2bd758a37ba819197f0d196c537f1f6de3c900ce065037f35b8ab9064a18352fe0f2ed1ab894082bf9cce25f1eb2b2ac0b39dbd0ca860467b8b647cc3bf Description: Neutron is a virtual network service for Openstack - Openflow agent Neutron is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Neutron provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Neutron API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package provides the Openflow agent. Package: neutron-plugin-openvswitch-agent Priority: optional Section: net Installed-Size: 17 Maintainer: Ubuntu Developers Original-Maintainer: Chuck Short Architecture: all Source: neutron Version: 1:2014.2.2-fuel6.0.1~mira8 Replaces: quantum-plugin-openvswitch-agent (<< 1:2013.2~b2-0ubuntu1~) Depends: ipset, neutron-plugin-ml2 (= 1:2014.2.2-fuel6.0.1~mira8), openvswitch-switch, upstart-job, python Breaks: quantum-plugin-openvswitch-agent (<< 1:2013.2~b2-0ubuntu1~) Filename: pool/main/neutron-plugin-openvswitch-agent_2014.2.2-fuel6.0.1~mira8_all.deb Size: 14246 MD5Sum: 714325cd499dbdf3c52f44ab8aa8a516 SHA1: 5e16e1b5ce511fdb95743737968e459a9f1a9700 SHA256: 4c219e17527e7c9b05ac93da72c5eb5a1ff95719333e55faa708f8ea518f5587 SHA512: afd9b52b25d942a79564bade2358d1b3f05a5fb20dbbd1d4f17e1073261a734e5062dc9a26fc04b1241f1b57ad4164b7f19ee1a827033896d89950a72447f588 Description: Neutron is a virtual network service for Openstack - Open vSwitch plugin agent Neutron is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Neutron provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Neutron API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package provides the Open vSwitch plugin agent. Package: neutron-plugin-openvswitch Priority: optional Section: net Installed-Size: 19 Maintainer: Ubuntu Developers Original-Maintainer: Chuck Short Architecture: all Source: neutron Version: 1:2014.2.2-fuel6.0.1~mira8 Replaces: quantum-plugin-openvswitch (<< 1:2013.2~b2-0ubuntu1~) Provides: neutron-plugin Depends: neutron-common (= 1:2014.2.2-fuel6.0.1~mira8) Breaks: quantum-plugin-openvswitch (<< 1:2013.2~b2-0ubuntu1~) Filename: pool/main/neutron-plugin-openvswitch_2014.2.2-fuel6.0.1~mira8_all.deb Size: 15116 MD5Sum: 90d8a2e0fd0e58623403f6c2249aa259 SHA1: f9b7e9bfbb9a70108a7d7b7192e79181196a4cf5 SHA256: 3ecc304f7b7fc573f27d7115e406a97788779e7e428deed14a56296237696dd6 SHA512: 956c1cb39cea0d9bb41eb773270088efeeaf14413fb77b7e7acb991c77af7e93fd454ca118c781f4178e9069019d020fc282f2779d40cb52a1bf401a8ca6a05d Description: Neutron is a virtual network service for Openstack - Open vSwitch plugin Neutron is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Neutron provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Neutron API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package provides the Open vSwitch plugin. Package: neutron-plugin-plumgrid Priority: optional Section: net Installed-Size: 13 Maintainer: Ubuntu Developers Original-Maintainer: Chuck Short Architecture: all Source: neutron Version: 1:2014.2.2-fuel6.0.1~mira8 Replaces: quantum-plugin-plumgrid (<< 1:2013.2~b2-0ubuntu1~) Provides: neutron-plugin Depends: neutron-common (= 1:2014.2.2-fuel6.0.1~mira8) Breaks: quantum-plugin-plumgrid (<< 1:2013.2~b2-0ubuntu1~) Filename: pool/main/neutron-plugin-plumgrid_2014.2.2-fuel6.0.1~mira8_all.deb Size: 12428 MD5Sum: 13712c0b365adc79744b452bfb94bb53 SHA1: 408d0f1e22af29afae219b8bfe3dc6bbe43b8a5c SHA256: ade93079a7b811e61f0eab7ba8742fa5800bd3e9385de68981f22dbb9501af1d SHA512: eacc52d93cfcea7004eae7937585c532212fe220248a6c746f73e2ade88b775dcc21126b6283ab25278d8f8d3b69af189851c0875aa34e1e6266fa80466b9bac Description: Neutron is a virtual network service for Openstack - PLUMgrid plugin Neutron is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Neutron provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Neutron API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package provides the PLUMgrid plugin. Package: neutron-plugin-ryu-agent Priority: optional Section: net Installed-Size: 15 Maintainer: Ubuntu Developers Original-Maintainer: Chuck Short Architecture: all Source: neutron Version: 1:2014.2.2-fuel6.0.1~mira8 Replaces: quantum-plugin-ryu-agent (<< 1:2013.2~b2-0ubuntu1~) Depends: neutron-plugin-ryu (= 1:2014.2.2-fuel6.0.1~mira8), upstart-job, python Breaks: quantum-plugin-ryu-agent (<< 1:2013.2~b2-0ubuntu1~) Filename: pool/main/neutron-plugin-ryu-agent_2014.2.2-fuel6.0.1~mira8_all.deb Size: 13954 MD5Sum: fe953acb60a277938de3d4586db945b6 SHA1: 2484aad39274f1b0ac0069f497e9b8c9bcf3fb35 SHA256: d1b38f5eeaa38408503734aebf9d87dcf5ce5b94cf0c2c2a7e0291ccd5569d61 SHA512: 7d08779922d88774116183a98e9d86dc7d684476a0dd8c1b45df3433e50a378ab8f202f1f6ad441212f5a975675958d39ee4dd268dcf437980b84e947b74948f Description: Neutron is a virtual network service for Openstack - RYU plugin agent Neutron is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Neutron provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Neutron API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package provides the RYU plugin agent. Package: neutron-plugin-ryu Priority: optional Section: net Installed-Size: 14 Maintainer: Ubuntu Developers Original-Maintainer: Chuck Short Architecture: all Source: neutron Version: 1:2014.2.2-fuel6.0.1~mira8 Replaces: quantum-plugin-ryu (<< 1:2013.2~b2-0ubuntu1~) Provides: neutron-plugin Depends: neutron-common (= 1:2014.2.2-fuel6.0.1~mira8) Breaks: quantum-plugin-ryu (<< 1:2013.2~b2-0ubuntu1~) Filename: pool/main/neutron-plugin-ryu_2014.2.2-fuel6.0.1~mira8_all.deb Size: 12864 MD5Sum: 1c7c3749dd6d6783e17dd1ff1b4abfc8 SHA1: 2b7a34fcb2bcd49e1b8bad1841d36948266f6acd SHA256: 8088d064d89c53181bfef199c368b7fcb189d6494295d116eb533f32e3856011 SHA512: 783492155c8af150a7785a53efbdab9efae599a8c3f0c650b98a9d3d08e8155050991eb55b390b486bb2f476ce039c257c62e6c3a6a02d7e72a1b7d53ab9088f Description: Neutron is a virtual network service for Openstack - RYU plugin Neutron is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Neutron provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Neutron API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package provides the RYU plugin. Package: neutron-plugin-vmware Priority: optional Section: net Installed-Size: 21 Maintainer: Ubuntu Developers Original-Maintainer: Chuck Short Architecture: all Source: neutron Version: 1:2014.2.2-fuel6.0.1~mira8 Replaces: neutron-plugin-nicira (<< 1:2014.1~b2-0ubuntu7~) Provides: neutron-plugin Depends: neutron-common (= 1:2014.2.2-fuel6.0.1~mira8), python Breaks: neutron-plugin-nicira (<< 1:2014.1~b2-0ubuntu7~) Filename: pool/main/neutron-plugin-vmware_2014.2.2-fuel6.0.1~mira8_all.deb Size: 16266 MD5Sum: 5ed18498ccd02078c9f221fed22b0734 SHA1: 1cbdc98ef726eff9239c24ada2ff1cef435a96a9 SHA256: 2801603cbe9fceae030b430d86711710059e2c3aaf479e4e4e0e6dd907d71daa SHA512: a736e7ecdfcf6659fe4c2830a351ae3c8d5748f47204818a61a614afe109aa19248b6d1f9849faad8c3e6b12019350ce1d0330825f7e6191d41235df058c9961 Description: Neutron is a virtual network service for Openstack - VMware plugin Neutron is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Neutron provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Neutron API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package provides the VMware NSX plugin Package: neutron-plugin-vpn-agent Priority: optional Section: net Installed-Size: 13 Maintainer: Ubuntu Developers Original-Maintainer: Chuck Short Architecture: all Source: neutron Version: 1:2014.2.2-fuel6.0.1~mira8 Depends: neutron-vpn-agent Filename: pool/main/neutron-plugin-vpn-agent_2014.2.2-fuel6.0.1~mira8_all.deb Size: 11956 MD5Sum: 7caa52610b876f55b08ef1c0d29c3366 SHA1: c8c47f9ca7e7381ab5e739469e76dc627b38a850 SHA256: aeb48ed79c9cbb22728a1777fff18a255a939de9dc21cab6c448fa824c0c9cdc SHA512: 942bd8534c86ea0512378e76fb2726c19bcfaf96e0d9746ce6bd43dd7c472ad17b48e14298eeef5cf89aa5d20aea896fd3c0f8fa0dbb0e140437337950a94be3 Description: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: neutron-server Priority: optional Section: net Installed-Size: 15 Maintainer: Ubuntu Developers Original-Maintainer: Chuck Short Architecture: all Source: neutron Version: 1:2014.2.2-fuel6.0.1~mira8 Replaces: quantum-server (<< 1:2013.2~b2-0ubuntu1~) Depends: adduser, conntrack, neutron-common (= 1:2014.2.2-fuel6.0.1~mira8), upstart-job, python Recommends: neutron-plugin-ml2 Breaks: quantum-server (<< 1:2013.2~b2-0ubuntu1~) Filename: pool/main/neutron-server_2014.2.2-fuel6.0.1~mira8_all.deb Size: 13892 MD5Sum: b7a90ee65b52f2fc0e20ca835b164dcb SHA1: db7015482ca69f2319bf6e43947e48e975d96f8a SHA256: d4ddbf8598db16bce36417e761afeb1d573a7f14544f4dd02af4a6201aa965f5 SHA512: a811c94b7993c3f8bb0714af763320099c8d3c9a55d9aa26f93be923575dcfcf3ba92277b35cc65fba8fe93c66e769b2df9edd902895379f2d5e18caa33d60a5 Description: Neutron is a virtual network service for Openstack - server Neutron is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Neutron provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Neutron API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package provides the Neutron server Package: neutron-vpn-agent Priority: optional Section: net Installed-Size: 14 Maintainer: Ubuntu Developers Original-Maintainer: Chuck Short Architecture: all Source: neutron Version: 1:2014.2.2-fuel6.0.1~mira8 Replaces: neutron-plugin-vpn-agent (<< 1:2014.1~b3-0ubuntu2~) Depends: iputils-arping, neutron-common (= 1:2014.2.2-fuel6.0.1~mira8), neutron-metadata-agent (= 1:2014.2.2-fuel6.0.1~mira8), upstart-job, python Conflicts: neutron-l3-agent Breaks: neutron-plugin-vpn-agent (<< 1:2014.1~b3-0ubuntu2~) Filename: pool/main/neutron-vpn-agent_2014.2.2-fuel6.0.1~mira8_all.deb Size: 13348 MD5Sum: a483caf071276b417e3b52af8900da00 SHA1: c6af0c95cf0841ef5d119f343addc8d60cb7778c SHA256: fdfe50148b3e688a4b956b746b8a44e62b52e1832aeb456083c49c97f23d51af SHA512: fdb67be9a3b9c44d6f50c5c7c63fb7c004f13869ed742a952a35f80a51e2d07b1b153853636beff9b0efe422aa0beb87a7a9108337f9db0be86ab8a2a70a3ab8 Description: Neutron is a virtual network service for Openstack - VPN agent Neutron is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Neutron provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Neutron API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package provides the VPN agent, which also provides L3 agent support. Package: nfs-common Priority: optional Section: net Installed-Size: 705 Maintainer: Ubuntu Developers Original-Maintainer: Debian kernel team Architecture: amd64 Source: nfs-utils Version: 1:1.2.5-3ubuntu3.1 Replaces: mount (<< 2.13~), nfs-client, nfs-kernel-server (<< 1:1.0.7-5) Provides: nfs-client Depends: libc6 (>= 2.15), libcap2 (>= 2.10), libcomerr2 (>= 1.01), libdevmapper1.02.1 (>= 2:1.02.20), libevent-2.0-5 (>= 2.0.16-stable), libgssglue1, libkeyutils1, libkrb5-3 (>= 1.6.dfsg.2), libnfsidmap2, libtirpc1, libwrap0 (>= 7.6-4~), upstart-job, rpcbind (>= 0.2.0-6ubuntu1), adduser, ucf, lsb-base (>= 1.3-9ubuntu3), initscripts (>= 2.88dsf-13.3) Recommends: python Conflicts: nfs-client Filename: pool/main/nfs-common_1.2.5-3ubuntu3.1_amd64.deb Size: 240744 MD5Sum: 2f132a346768b55a1c2d680a86ee672d SHA1: 562c95c7608f24c933966ff309632d621f130aef SHA256: 9c09f0bf793991f4f8be85dff12ed78b53134e1b7d5fc0e7096af6a6526882ce SHA512: 7368a17fd570d048de1f02dea1132ba7003dd030f67f266ef63397a4dc68e3314d609ea1dc27ba306a16ed8f8b59a9d4cab5319d4239d00014314f26f487b4c4 Description: NFS support files common to client and server Use this package on any machine that uses NFS, either as client or server. Programs included: lockd, statd, showmount, nfsstat, gssd, idmapd and mount.nfs. Homepage: http://nfs.sourceforge.net/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: nginx-common Priority: optional Section: universe/httpd Installed-Size: 201 Maintainer: Ubuntu Developers Original-Maintainer: Kartik Mistry Architecture: all Source: nginx Version: 1.1.19-1ubuntu0.7 Replaces: nginx (<< 0.8.54-4), nginx-extras (<< 0.8.54-4), nginx-full (<< 0.8.54-4), nginx-light (<< 0.8.54-4) Depends: lsb-base (>= 3.2-14) Breaks: nginx (<< 0.8.54-4), nginx-extras (<< 0.8.54-4), nginx-full (<< 0.8.54-4), nginx-light (<< 0.8.54-4) Filename: pool/main/nginx-common_1.1.19-1ubuntu0.7_all.deb Size: 16956 MD5Sum: e7bbc6a7574b1a3c9cdd1d4002d77477 SHA1: b2359a6c65c72b2d4f933a18f6c98170dbe30907 SHA256: 52284354a8a1b7d54e3b6a0c4cb056564a04faaa4a0f43b80addb688b4a88f47 SHA512: 2c220d303e6ac0b3971b12c3743b7374a3a239373c26fb7569cb73bb19c122be33871548352c4a515943b422067cab9ca6dfce618ee88b0634e0f2936a3e59b0 Description: small, but very powerful and efficient web server (common files) Nginx (engine x) is a web server created by Igor Sysoev and kindly provided to the open-source community. This server can be used as standalone HTTP server and as a reverse proxy server before some Apache or another big server to reduce load to backend servers by many concurrent HTTP-sessions. . This package contains base configuration files used across multiple packaged versions of Nginx (nginx-full, nginx-light, nginx-extras, nginx-naxsi). Homepage: http://nginx.net Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: nginx-full Priority: optional Section: universe/httpd Installed-Size: 913 Maintainer: Ubuntu Developers Original-Maintainer: Kartik Mistry Architecture: amd64 Source: nginx Version: 1.1.19-1ubuntu0.7 Provides: httpd, nginx Depends: nginx-common (= 1.1.19-1ubuntu0.7), libc6 (>= 2.14), libexpat1 (>= 1.95.8), libgd2-noxpm (>= 2.0.36~rc1~dfsg) | libgd2-xpm (>= 2.0.36~rc1~dfsg), libgeoip1 (>= 1.4.8+dfsg), libpam0g (>= 0.99.7.1), libpcre3 (>= 8.10), libssl1.0.0 (>= 1.0.0), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4) Conflicts: nginx-extras, nginx-light, nginx-naxsi Filename: pool/main/nginx-full_1.1.19-1ubuntu0.7_amd64.deb Size: 378022 MD5Sum: 95b6d8ea8d5c878df60008e562e51de6 SHA1: 0c84ce1646737dcbda680b12d670b065262829ad SHA256: 2d9a11fcf1672b22026ce6366699edb21108e117321d3c3e38d59a907084532f SHA512: a3b364674173b7df50182bd26cbb182519be5f40011f74f05d2b6ad6bd129a2115f250668b5f9888d5a47fb7653372203163c1f14864385f680633800ae1cc99 Description: nginx web server with full set of core modules Nginx (engine x) is a web server created by Igor Sysoev and kindly provided to the open-source community. This server can be used as standalone HTTP server and as a reverse proxy server before some Apache or another big server to reduce load to backend servers by many concurrent HTTP-sessions. . It can also act as a POP3/IMAP mail proxy with SSL and TLS SNI support. This package has the standard set of modules enabled. . MODULES INCLUDED: Standard HTTP Modules: Core, Access, Auth Basic, Auto Index, Browser, Charset, Empty GIF, FastCGI, Geo, Gzip, Headers, Index, Limit Requests, Limit Zone, Log, Map, Memcached, Proxy, Referer, Rewrite, SCGI, Split Clients, SSI, Upstream, User ID, UWSGI Optional HTTP Modules: Addition, Debug, GeoIP, Gzip Precompression, HTTP Sub, Image Filter, IPv6, RealIP, Stub Status, WebDAV, XSLT Mail Modules: Mail Core, IMAP, POP3, SMTP, SSL Third Party Modules: Echo, Upstream Fair Queue, DAV Ext Homepage: http://nginx.net Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: nginx Priority: optional Section: universe/web Installed-Size: 85 Maintainer: Ubuntu Developers Original-Maintainer: Kartik Mistry Architecture: all Version: 1.1.19-1ubuntu0.7 Depends: nginx-full | nginx-light Filename: pool/main/nginx_1.1.19-1ubuntu0.7_all.deb Size: 5808 MD5Sum: 6240ae511c9751f31ff527d381cd204c SHA1: eda634e6bdd3a2f89b64a8b20127af8f1c92372b SHA256: 6ea649d2357febace021acc766409533027ab912ddecec8d23ed02bbdb08945f SHA512: d552b67232e13e0f42e6e7c2ac55b954f8d565a1afef1fbba6bf2572dcd7084867c5efeb58aa1bca0532cf2e6ddf12fb3293867013c60d24cb196d6ac93ede01 Description: small, but very powerful and efficient web server and mail proxy Nginx (engine x) is a web server created by Igor Sysoev and kindly provided to the open-source community. This server can be used as standalone HTTP server and as a reverse proxy server before some Apache or another big server to reduce load to backend servers by many concurrent HTTP-sessions. . This is a dummy package that selects nginx-full by default, but also can be installed with nginx-light for upgrading to nginx-light directly. Homepage: http://nginx.net Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: nmap Priority: extra Section: net Installed-Size: 17148 Maintainer: LaMont Jones Architecture: amd64 Version: 6.40-ubuntu0 Replaces: ndiff Provides: ndiff Depends: libc6 (>= 2.15), libgcc1 (>= 1:4.1.1), liblinear1 (>= 1.6), liblua5.2-0, libpcap0.8 (>= 0.9.8), libpcre3 (>= 8.10), libssl1.0.0 (>= 1.0.0), libstdc++6 (>= 4.6), python Conflicts: ndiff Filename: pool/main/nmap_6.40-ubuntu0_amd64.deb Size: 4047532 MD5Sum: 465e6b1c62f9290b4c1001396803d8ab SHA1: 9b378dff9aedac1bafae03b8659981c234ffb3ba SHA256: 76843570727dd0a848eaf6dbf35d6a923e59c7f51e39257d08d535c3fdd4e13c SHA512: 569c2e27b0b8602cace9f164982c01f7f3e40913c5845be40c1f4e91c781a7c2c7bb9bb44a8f731b3aec6116440b6c1fffac74915ee7dfa0ccf5b9a2b7846abd Description: The Network Mapper Nmap is a utility for network exploration or security auditing. It supports ping scanning (determine which hosts are up), many port scanning techniques, version detection (determine service protocols and application versions listening behind ports), and TCP/IP fingerprinting (remote host OS or device identification). Nmap also offers flexible target and port specification, decoy/stealth scanning, sunRPC scanning, and more. Most Unix and Windows platforms are supported in both GUI and commandline modes. Several popular handheld devices are also supported, including the Sharp Zaurus and the iPAQ. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: node-less Priority: optional Section: universe/web Installed-Size: 241 Maintainer: Debian Javascript Maintainers Architecture: all Source: less.js Version: 1.4.2-1 Depends: nodejs (>= 0.6.19~dfsg1-3~) Filename: pool/main/node-less_1.4.2-1_all.deb Size: 69014 MD5Sum: e1db9afaaf6a172b21f58ccf68b3a557 SHA1: f85c561036222eb14e8733dcf9c1b0450342aae1 SHA256: c56345bac2729dc4dca6ca3af61894c9581efaaf6fbb48a2e0eaea77214bef9c SHA512: 384dfcf6cde6a6ac5c55a09232c184f5c8a161dbc03ab63c6510c77a7290a51a3b1dda4f6176e55eb20797f2beff493ce79b623b2a0924f6f3642fbaa49ec0ea Description: the LESS CSS meta-language - compiler and Node module Node is an event-based server-side JavaScript engine. . LESS is a meta-language on top of CSS that’s used to describe the style of a document cleanly and structurally, with more power than flat CSS allows. LESS both provides a simpler, more elegant syntax for CSS and implements various features that are useful for creating manageable stylesheets. . less.js is the reference implementation of LESS, written in JavaScript. . This package contains less.js usable as Node module, and the script lessc for statically compiling LESS data into CSS. Homepage: http://lesscss.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: nodejs Priority: extra Section: universe/web Installed-Size: 16427 Maintainer: Jérémy Lal Architecture: amd64 Version: 0.10.31-ubuntu2 Replaces: npm Provides: npm Depends: libc6 (>= 2.15), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1), rlwrap Conflicts: npm Filename: pool/main/nodejs_0.10.31-ubuntu2_amd64.deb Size: 5825052 MD5Sum: ea0a2d8229feb4fddc31e81bf027060a SHA1: eb4aec205005459635085b3dddf045915a172efc SHA256: ab469e4cea8ff7662c6e19ed5b90613004585448ef32702ccb60153c3ad955be SHA512: 1c31867e86d771c2b9ae29dad0f4474ca6702d6866ba7cbc90b7bdde0406e7242eae21034ad0263bc05eca73f0455f3804f04b09ff588a7eb5de74ceae20fc9b Description: Node.js event-based server-side javascript engine Node.js is similar in design to and influenced by systems like Ruby's Event Machine or Python's Twisted. . It takes the event model a bit further - it presents the event loop as a language construct instead of as a library. . Node.js is bundled with several useful libraries to handle server tasks : System, Events, Standard I/O, Modules, Timers, Child Processes, POSIX, HTTP, Multipart Parsing, TCP, DNS, Assert, Path, URL, Query Strings. Homepage: http://nodejs.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: nova-api Priority: extra Section: net Installed-Size: 365 Maintainer: Ubuntu Developers Original-Maintainer: Openstack Maintainers Architecture: all Source: nova Version: 1:2014.2.2-fuel6.0.1~mira11 Depends: fping, iptables, nova-common (= 1:2014.2.2-fuel6.0.1~mira11), upstart-job, python Filename: pool/main/nova-api_2014.2.2-fuel6.0.1~mira11_all.deb Size: 372720 MD5Sum: 0f02da446b7f76e6db765fc6c5240ce8 SHA1: 2c7005576ce0d478d92d6f3332ebc2f3f9fc7ff8 SHA256: 353891cd4567d2dd0a647dedca515108d475425d7bab549b92ba99cc5c77ec12 SHA512: b6c270d9164603b61493cba23e1ea0eb1c41bf9066a6275671d098a7c3f0c9c3ba8097862a41b83385ef3fcb534fde0c6ba0f9667cae8a8d820a75442801c54e Description: OpenStack Compute - API frontend OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . This package provides the API frontend. Homepage: http://launchpad.net/nova Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: nova-cert Priority: extra Section: net Installed-Size: 365 Maintainer: Ubuntu Developers Original-Maintainer: Openstack Maintainers Architecture: all Source: nova Version: 1:2014.2.2-fuel6.0.1~mira11 Depends: nova-common (= 1:2014.2.2-fuel6.0.1~mira11), upstart-job, python Filename: pool/main/nova-cert_2014.2.2-fuel6.0.1~mira11_all.deb Size: 372426 MD5Sum: f1a1b8b2850897c28f644899c570583a SHA1: 22181cee99a2d24942bad67f810a87be7358c5f7 SHA256: 3e015ee46ff4e92f677ffae2676b4bb701993f43ef7080cd1942ca87f4be1d0d SHA512: c7189fef7341da5b7aba9406789dc8dac04d1d83cb5d245f0a5f7f5b0e821d2da40170829c378a6d390673aabbbf6dffd552bf20bab5ba0987b06bcbe539a95f Description: OpenStack Compute - certificate management OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . This is the Nova certificate management component. Homepage: http://launchpad.net/nova Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: nova-common Priority: extra Section: net Installed-Size: 394 Maintainer: Ubuntu Developers Original-Maintainer: Openstack Maintainers Architecture: all Source: nova Version: 1:2014.2.2-fuel6.0.1~mira11 Depends: adduser, lshell, python-nova (= 1:2014.2.2-fuel6.0.1~mira11), python Recommends: python-glanceclient, python-keystone Filename: pool/main/nova-common_2014.2.2-fuel6.0.1~mira11_all.deb Size: 380362 MD5Sum: 407f8e8c2259c2fcb2bbd2f8d3f47d79 SHA1: 0be5c4b21d05d3a98b024f1e76055de9703c80cd SHA256: 715d924d17e215c2a8b63131cbc7bb0a7dd5d2a4e2e37f22a6cfda82e3bd398f SHA512: 386d5b08004be89be01bed778bffe091119b732170382be2ba61c44a3f28f58be83bb469343bba9907e36277f767d355a226b2888c40cfc056609563b8bbbf2f Description: OpenStack Compute - common files OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . This package contains things that are needed by all parts of Nova. Homepage: http://launchpad.net/nova Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: nova-compute-kvm Priority: extra Section: net Installed-Size: 362 Maintainer: Ubuntu Developers Original-Maintainer: Openstack Maintainers Architecture: all Source: nova Version: 1:2014.2.2-fuel6.0.1~mira11 Provides: nova-compute-hypervisor Depends: nova-compute-libvirt (= 1:2014.2.2-fuel6.0.1~mira11), qemu-system (>= 1.3.0) | kvm Conflicts: nova-compute-hypervisor Filename: pool/main/nova-compute-kvm_2014.2.2-fuel6.0.1~mira11_all.deb Size: 370602 MD5Sum: e9ba6068ddb2a8691bde7eca0bcf8e7b SHA1: 7fb8286e97a43fbb844fba024c0598d2a19dc5e2 SHA256: 307e5e80b03c7864ec992379f32607950d0b732a3405771498b5f3a5aefca751 SHA512: d1a8c28b3fe738665b025664d5f98ac5252390eb85c42725eddc471b02cced2ae1fa9226bbbc615d3d1191270a680f1c8902925d584c20ea917c3d65e8611d35 Description: OpenStack Compute - compute node (KVM) OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . Install this package on your compute nodes if you're using kvm. Homepage: http://launchpad.net/nova Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: nova-compute-libvirt Priority: extra Section: net Installed-Size: 362 Maintainer: Ubuntu Developers Original-Maintainer: Openstack Maintainers Architecture: all Source: nova Version: 1:2014.2.2-fuel6.0.1~mira11 Depends: adduser, ebtables, genisoimage, iptables, kpartx, libvirt-bin, nova-compute (= 1:2014.2.2-fuel6.0.1~mira11), open-iscsi, parted, python-libvirt, qemu-utils, vlan Suggests: guestmount, multipath-tools, sg3-utils, sysfsutils Filename: pool/main/nova-compute-libvirt_2014.2.2-fuel6.0.1~mira11_all.deb Size: 370544 MD5Sum: 7fc2405344aff95370203f62b7bfb552 SHA1: 5ee6084195e3ba11db9cd227983ffb38583de377 SHA256: 914dcbd09aab131778afe812e8a46178e1437acdf758ad3735e8f1c5c5ef7dd5 SHA512: 6155b26a295898ea36c404c9ba208c52e8c25bb036cdb4a46dfdfb2364d1679bea28db26ded21b0d6875399d37abc18e9baeecba4a59789132b708e7e7710dba Description: OpenStack Compute - compute node libvirt support OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . This package provides common dependencies and setup for all libvirt based hypervisor options. Homepage: http://launchpad.net/nova Package: nova-compute-qemu Priority: extra Section: universe/net Installed-Size: 362 Maintainer: Ubuntu Developers Original-Maintainer: Openstack Maintainers Architecture: all Source: nova Version: 1:2014.2.2-fuel6.0.1~mira11 Provides: nova-compute-hypervisor Depends: nova-compute-libvirt (= 1:2014.2.2-fuel6.0.1~mira11), qemu Conflicts: nova-compute-hypervisor Filename: pool/main/nova-compute-qemu_2014.2.2-fuel6.0.1~mira11_all.deb Size: 370584 MD5Sum: bfc7a82491d93fe021339c295363e0ee SHA1: 2543d75a1cbd76978dbf012ec018d9a1a56468d7 SHA256: 8853aa01832174c00bd8756fb3f8aad28e926de99e340f4763f070e3d42ea1de SHA512: 162c55aa19de069a0ca27a8f77573247f9e3887b75d38c658c9bf85b0176d9ad12aa245cb953f009a81f4f9b8edb456379aedea7d68959c432fd314685988f42 Description: OpenStack Compute - compute node (QEmu) OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . Install this package on your compute nodes if you're using QEmu. Homepage: http://launchpad.net/nova Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: nova-compute Priority: extra Section: net Installed-Size: 374 Maintainer: Ubuntu Developers Original-Maintainer: Openstack Maintainers Architecture: all Source: nova Version: 1:2014.2.2-fuel6.0.1~mira11 Depends: nova-common (= 1:2014.2.2-fuel6.0.1~mira11), nova-compute-kvm | nova-compute-hypervisor, conntrack, upstart-job, python Filename: pool/main/nova-compute_2014.2.2-fuel6.0.1~mira11_all.deb Size: 375066 MD5Sum: aad5cf4082b6ce5c4e14d1dd7eafba28 SHA1: 33894714302f300bbead8cf694161247806c0de5 SHA256: 0c38c6cf9df541de2ce9e22868af3679c56743a1d5d4109365bddefdcb6ba50b SHA512: 011c97746c01ff0ff2ed56c0f083ed51435a0452058cf60550cec0697508ce68197430bc2bed77bbf90ad12420b4bb5d2e19fec22077d25cb285dab21f0123b3 Description: OpenStack Compute - compute node base OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . This is the package you will install on the nodes that will run your virtual machines. Homepage: http://launchpad.net/nova Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: nova-conductor Priority: extra Section: net Installed-Size: 365 Maintainer: Ubuntu Developers Original-Maintainer: Openstack Maintainers Architecture: all Source: nova Version: 1:2014.2.2-fuel6.0.1~mira11 Depends: nova-common (= 1:2014.2.2-fuel6.0.1~mira11), upstart-job, python Filename: pool/main/nova-conductor_2014.2.2-fuel6.0.1~mira11_all.deb Size: 372394 MD5Sum: eaba2d37be2be702ff1eead79ff9c54b SHA1: 0875ed9a506e5256a8c75c5d80307899417df2c2 SHA256: c1847738d2607d2cfd2a471d5e7e264530cda094d7cf556146a72d07f25c97de SHA512: 50ed428adda3c0b35edbfeceb0f1ade5d53c27eb435370e191ffeb67f15bb64089baa8214d00d7684369398d2cf6a1151318a90c33b71abcde8cd5ed55d07a5c Description: OpenStack Compute - conductor service OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . This is the Nova conductor service component Homepage: http://launchpad.net/nova Package: nova-consoleauth Priority: extra Section: universe/net Installed-Size: 365 Maintainer: Ubuntu Developers Original-Maintainer: Openstack Maintainers Architecture: all Source: nova Version: 1:2014.2.2-fuel6.0.1~mira11 Replaces: nova-console (<< 2012.1~rc1-0ubuntu2) Depends: nova-common (= 1:2014.2.2-fuel6.0.1~mira11), upstart-job, python Breaks: nova-console (<< 2012.1~rc1-0ubuntu2) Filename: pool/main/nova-consoleauth_2014.2.2-fuel6.0.1~mira11_all.deb Size: 372510 MD5Sum: 3950d3a3db9e3b8b9e33ed25c9922b08 SHA1: 2b24534116f1820d8d660c193d4030d30dd79590 SHA256: 4ae13e1010f2e9095b0161e88b14532c124e744020ab330d4a03cd61962515d0 SHA512: ad0d720b14a92497055e456e2a10ddbf8bb5a1ead644890e8e99ad1abf9e93110b33270d40dace990c93925d7f31a94323d8e741ef955c65d232ecade01569bd Description: OpenStack Compute - Console Authenticator OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . This package provides the authentication service for nova-console. It grants user requests for console access based on tokens in the identity service and allows access to virtual consoles via a browser. Homepage: http://launchpad.net/nova Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: nova-network Priority: extra Section: net Installed-Size: 370 Maintainer: Ubuntu Developers Original-Maintainer: Openstack Maintainers Architecture: all Source: nova Version: 1:2014.2.2-fuel6.0.1~mira11 Depends: bridge-utils, ebtables, dnsmasq-base, dnsmasq-utils, iptables, iputils-arping, netcat, nova-common (= 1:2014.2.2-fuel6.0.1~mira11), vlan, upstart-job, python Suggests: radvd Filename: pool/main/nova-network_2014.2.2-fuel6.0.1~mira11_all.deb Size: 374632 MD5Sum: 8a8f3b1ca9f677c57ba531c118110433 SHA1: 1880e0a7b64eff9d28e35c9fae01c2f75e052014 SHA256: 2be77fffee0f664100c1394fd15345992de8a8301abb3265dd64b04ea61f675a SHA512: eda4e09b1497aaad2f52734928b62946bd36e077e54893401d0fe2c48fe662e62321ffba5711ac8b2703351b18d85d0d234993ee1c13d9f3096188e9cd4a50dd Description: OpenStack Compute - Network manager OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . This is the package you will install on the network nodes. This service is responsible for managing floating and fixed IPs, DHCP, bridging and VLANs, and in some cases acts as a gateway. Different networking strategies are available to the service by changing the network_manager flag to FlatManager, FlatDHCPManager, or VlanManager (default is VLAN). Homepage: http://launchpad.net/nova Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: nova-novncproxy Priority: extra Section: net Installed-Size: 365 Maintainer: Ubuntu Developers Original-Maintainer: Openstack Maintainers Architecture: all Source: nova Version: 1:2014.2.2-fuel6.0.1~mira11 Depends: nova-common (= 1:2014.2.2-fuel6.0.1~mira11), novnc, websockify, upstart-job, python Filename: pool/main/nova-novncproxy_2014.2.2-fuel6.0.1~mira11_all.deb Size: 372478 MD5Sum: c85351ca18c47d8a364258c74172eee9 SHA1: d73916f352cff2d30120f9d0d21a1fb097c03fa4 SHA256: 82e527dee166cafb4f0f68a8b9409ed13f51da5a0254faf6f16668e95f07674f SHA512: 56e9e0d7c2a9dbba96a1d2c1d9a2e2b850c1982395b1d21bae35c650d5008396703c524e03dbfe5e0689b037ea431edc0b4fe6141d67de5f571cc3c0fed3a455 Description: OpenStack Compute - NoVNC proxy OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . This package provides the VNC proxy. It is a publically reachable component which proxies access to VNCs running on compute nodes. Homepage: http://launchpad.net/nova Package: nova-objectstore Priority: extra Section: net Installed-Size: 365 Maintainer: Ubuntu Developers Original-Maintainer: Openstack Maintainers Architecture: all Source: nova Version: 1:2014.2.2-fuel6.0.1~mira11 Depends: nova-common (= 1:2014.2.2-fuel6.0.1~mira11), upstart-job, python Filename: pool/main/nova-objectstore_2014.2.2-fuel6.0.1~mira11_all.deb Size: 372654 MD5Sum: 64c96f1c88e2a26d503a9d40c85d1e56 SHA1: c68b4d32b5208d274318b93f41bb0cd433f7ceec SHA256: ab72d14e536e73e3eeed5126b0793fa4c91237eb1a5f657567608a3f92d38303 SHA512: 52519bf7fedcd9f48094e6da29ef7c9740a4e9dbe1f400ed5780d09b96e4fcbf92db5b746bcdd1334af276fbef0e34802a0a9856c9f4d603f36d5cc63b13a113 Description: OpenStack Compute - object store OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . This is the package contains a very simple S3-like object store. For production use, you should use OpenStack Storage, aka. Swift. Homepage: http://launchpad.net/nova Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: nova-scheduler Priority: extra Section: net Installed-Size: 365 Maintainer: Ubuntu Developers Original-Maintainer: Openstack Maintainers Architecture: all Source: nova Version: 1:2014.2.2-fuel6.0.1~mira11 Depends: nova-common (= 1:2014.2.2-fuel6.0.1~mira11), upstart-job, python Filename: pool/main/nova-scheduler_2014.2.2-fuel6.0.1~mira11_all.deb Size: 372372 MD5Sum: a864c99658e6e3fd3c4067791ce2fbc9 SHA1: 4ef6e5d8c7ed63cd780b746a4db0df7601b9f358 SHA256: 3203e5b4e7acb40a48827d419e00a65235eeb25c62bd48b8d675f1ab58ada492 SHA512: 390067d00a24aea3bb8ba4e04584f03edc5a7b53e2d0ebbf6bf9e87d509278207961c842d504d1fe1bbf487b6688a1402271d4ec1c3a8a6361b87feda13cbba6 Description: OpenStack Compute - virtual machine scheduler OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . This is the Nova scheduler. Homepage: http://launchpad.net/nova Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: novnc Priority: optional Section: universe/web Installed-Size: 601 Maintainer: Aleksandr Mogylchenko Architecture: all Version: 1:0.5.1+gitfc00821eba~mira6.1+1-ubuntu2 Depends: adduser, libjs-swfobject, python (>= 2.7.1), python-nova (>= 1:2014.2.2), python-novnc (= 1:0.5.1+gitfc00821eba~mira6.1+1-ubuntu2), python-numpy, websockify Pre-Depends: dpkg (>= 1.15.6~) Filename: pool/main/novnc_0.5.1+gitfc00821eba~mira6.1+1-ubuntu2_all.deb Size: 305844 MD5Sum: abee2d3db34fcf620f42ee0a7b5b5266 SHA1: b427849e30e63dcca7b1baa53ee43592b75ed2e0 SHA256: 68eed429207bab44e7aa8624b7b098ac52e8a0475c3059487bad54d8cd88f0f4 SHA512: 2bf11714fabed66261e112afcbf7a1e3a2beb9352058af680a78725f5ebf475f57f86e71cec2a8a14187230d0840ef3c0ad7cd85e32679397f75499d8a6a57f7 Description: HTML5 VNC client - daemon and programs noVNC is a HTML5 VNC (WebSockets, Canvas) with encryption (wss://) support client that runs well in any modern browser including mobile browsers (iPhone/iPad and Android). More than 16 companies/projects have integrated noVNC into their products including Ganeti Web Manager, OpenStack, and OpenNebula. . This package contains the daemon and programs. Homepage: http://github.com/kanaka/noVNC Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: ntfs-3g Priority: standard Section: otherosfs Installed-Size: 1422 Maintainer: Ubuntu Developers Original-Maintainer: Daniel Baumann Architecture: amd64 Version: 1:2012.1.15AR.1-1ubuntu1.2 Replaces: libntfs-3g75, ntfsprogs Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.14), libfuse2 (>= 2.8.1), libgcrypt11 (>= 1.4.5), libgnutls26 (>= 2.12.6.1-0), initramfs-tools (>= 0.99), initscripts (>= 2.88dsf-13.3) Pre-Depends: multiarch-support, fuse Conflicts: libntfs-3g75, ntfsprogs (<< 1:2011.10.9AR.1-3~) Filename: pool/main/ntfs-3g_2012.1.15AR.1-1ubuntu1.2_amd64.deb Size: 607710 MD5Sum: c4fe1d5c55a51ef8d40a49403cbb4caa SHA1: e13048f45c719abe27845ee5ee0c09e9ee3360f4 SHA256: 6f8bf570f0996103bf617d8e17dafe2260f99f6e97e06490c687dce96bfdd9ba SHA512: 66c11d69c97dff18b25aeff54b822bb2c435e7e7c8e489deda53cda4ffc3355fce08bd80323075ed3436295fd878b8b3a44fa24c0831775ff09865c5a0d8f234 Description: read/write NTFS driver for FUSE NTFS-3G uses FUSE (Filesystem in Userspace) to provide support for the NTFS filesystem used by Microsoft Windows. It can: . * create, remove, rename, or move files, directories, hard links, and streams; * read and write files, including streams, sparse files, and transparently compressed files; * handle special files like symbolic links, devices, and FIFOs; * provide standard management of file ownership and permissions, including POSIX ACLs. . This package also contains the tools previously available in the ntfsprogs package. Homepage: http://www.tuxera.com/community/ntfs-3g-advanced/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: ntfsprogs Priority: optional Section: universe/otherosfs Installed-Size: 45 Maintainer: Ubuntu Developers Original-Maintainer: Daniel Baumann Architecture: all Source: ntfs-3g Version: 1:2012.1.15AR.1-1ubuntu1.2 Depends: ntfs-3g Filename: pool/main/ntfsprogs_2012.1.15AR.1-1ubuntu1.2_all.deb Size: 1726 MD5Sum: b05018bf9bb14b6482cef45eecefc4f9 SHA1: 0705329cdbf95def84cb7ec4a4492c84952a24b6 SHA256: c6ead836a30b7b245bf5f5df11620e61bfcd64874e69ce450c75cefba2dfff35 SHA512: 14aa08c9cb2bee55bd9599876c0ca638d58687046f5a1cf83df3c84c3913f209b85ae7531573dffe34c3f55736919ceda0dc5fd71aca4f3b30be6ac836bec75b Description: read/write NTFS driver for FUSE (transitional package) Package to ease upgrading from older ntfsprogs packages to the new ntfs-3g package. . This package can be purged at anytime once the ntfs-3g package has been installed. Homepage: http://www.tuxera.com/community/ntfs-3g-advanced/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: ntpdate Priority: important Section: net Installed-Size: 243 Maintainer: Ubuntu Developers Original-Maintainer: Debian NTP Team Architecture: amd64 Source: ntp Version: 1:4.2.6.p3+dfsg-1ubuntu3.4 Depends: netbase, libc6 (>= 2.14), libssl1.0.0 (>= 1.0.0) Pre-Depends: dpkg (>= 1.15.7.2) Recommends: lockfile-progs Breaks: dhcp3-client (<< 4.1.0-1) Filename: pool/main/ntpdate_4.2.6.p3+dfsg-1ubuntu3.4_amd64.deb Size: 65846 MD5Sum: a8915d53679c8ac256a43c120f52bc5f SHA1: c0fe02052de33ee4d6d0ad5ebb0aab5a368fbf1b SHA256: e5bd72b52f67a3d3510e7aee515398c97eacbd0f5cc566787e7544e8d080be44 SHA512: d7d09caa01702c2fc1be9fdaa117b179b2a2329a8002607a206521dd60fa9c6af9286fc2babc58a741637f2032767916f30bd17647d448dddb6f1ad5ddf889e2 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/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: ntp Priority: optional Section: net Installed-Size: 1477 Maintainer: Ubuntu Developers Original-Maintainer: Debian NTP Team Architecture: amd64 Version: 1:4.2.6.p3+dfsg-1ubuntu3.4 Replaces: apparmor (<< 2.3.1+1403-0ubuntu10), apparmor-profiles (<< 2.3.1+1403-0ubuntu10) Depends: adduser, lsb-base (>= 3.2-13), netbase, libc6 (>= 2.15), libcap2 (>= 2.10), libedit2 (>= 2.11-20080614-1), libopts25 (>= 1:5.12), libssl1.0.0 (>= 1.0.0) Pre-Depends: dpkg (>= 1.15.7.2) Recommends: perl Suggests: ntp-doc, apparmor (>= 2.1+1075-0ubuntu6) Conflicts: apparmor (<< 2.3.1+1403-0ubuntu10), apparmor-profiles (<< 2.3.1+1403-0ubuntu10) Breaks: dhcp3-client (<< 4.1.0-1) Filename: pool/main/ntp_4.2.6.p3+dfsg-1ubuntu3.4_amd64.deb Size: 613792 MD5Sum: e8d73fd0bc7ff817a960cac252f6ef2c SHA1: c06870bc1c9de648602dbd2a93038cd43b10fc18 SHA256: 8bb7ae93d609c847ec9bc957615077aeb57f09741e51a25177e7803c7be77cea SHA512: 32954e0903a8b220c1fb94fa6e7599dcbd2668445ee1355e5a7fbbfc1d6cb6ab315c4e35d2130171282de827d58d8286e0ca6146ef1623e1f19eb9f572f88cf2 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/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-desktop Package: open-iscsi Priority: optional Section: net Installed-Size: 1812 Maintainer: Ubuntu Developers Original-Maintainer: Debian iSCSI Maintainers Architecture: amd64 Version: 2.0.873-ubuntu1 Replaces: open-iscsi-utils Depends: libc6 (>= 2.14), upstart-job, udev Conflicts: open-iscsi-utils (<< 2.0.873-3ubuntu1~) Filename: pool/main/open-iscsi_2.0.873-ubuntu1_amd64.deb Size: 565850 MD5Sum: 76efd637af8940a69926f2897daae4ca SHA1: f841a44da69669a30c95db791c390d8d3b973f3f SHA256: 8a060ada8c07aa8a5619129c21b05ba0319f33d649c6680c53bb9c492ce2de6f SHA512: cdfcab254256ffa9a8146033a13e940192b1eb045666de9e881c7cd0f4c327521e8302ff21df2b2c31187e2fe1eebdac3c07b46da385fd332f2de2357981fe71 Description: High performance, transport independent iSCSI implementation Open-iSCSI is a high-performance, transport independent, multi-platform implementation of RFC3720 iSCSI . Open-iSCSI is partitioned into user and kernel parts where the kernel portion implements iSCSI data path (i.e. iSCSI Read and iSCSI Write) The userspace contains the entire control plane consisting of: * Configuration Manager * iSCSI Discovery, Login and Logout processing * Connection level error processing * Nop-In and Nop-Out handling * Text processing, iSNS, SLP, Radius et cetera (future) . The userspace component consists of a daemon, iscsid and a management utility, iscsiadm Homepage: http://www.open-iscsi.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: openhpid Priority: optional Section: admin Installed-Size: 456 Maintainer: Ubuntu Developers Original-Maintainer: Bryan Sutula Architecture: amd64 Source: openhpi Version: 2.14.1-1.1 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.12.0), libltdl7 (>= 2.4), libopenhpi2 (= 2.14.1-1.1), libstdc++6 (>= 4.1.1), lsb-base Filename: pool/main/openhpid_2.14.1-1.1_amd64.deb Size: 129752 MD5Sum: 3bf5e0e2edf8b4bd3a8a5ff45d682c52 SHA1: efa2165213a0cab6b79ac2b6fb74d5ff2d427b67 SHA256: 5e3f5df94e8f95066fb8b9501a68244b9aa8d71629c63d16370ce046030273f9 SHA512: d3b3291c9e5f09f225b8ee111780f972c7c2c9b4fee95ceed8083e67d9c4948f1d59c22eb0bdd1a95703599a9474339f8f516a4a739c19e28f69ec22a82053d1 Description: OpenHPI daemon, supports gathering of manageability information OpenHPI is an implementation of the Service Availability Forum's Hardware Platform Interface specification. (See http://www.saforum.org) As such, OpenHPI facilitates the development of computer manageability applications which are not tied to a single hardware vendor's products. . This package contains the OpenHPI daemon. This process gathers information from managed hardware and systems, making this available to OpenHPI-based applications. Homepage: http://openhpi.org Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: openipmi Priority: optional Section: admin Installed-Size: 488 Maintainer: Ubuntu Core Developers Original-Maintainer: Noèl Köthe Architecture: amd64 Version: 2.0.18-0ubuntu3 Depends: libc6 (>= 2.4), libncurses5 (>= 5.5-5~), libopenipmi0, libpopt0 (>= 1.16), libsnmp15 (>= 5.4.3~dfsg) Filename: pool/main/openipmi_2.0.18-0ubuntu3_amd64.deb Size: 145914 MD5Sum: 9144884de008b19da66904cb0f003169 SHA1: 745ae3cf22e2accde7a5fa548ad596c9fc696414 SHA256: eb29a8912cb87835a235fb05d8ce25e4a009a7d226fa6359a80d215c35305bd1 SHA512: a391e5d08698a93bb649ad8b424a90814522d220c701fdda07a5804c522aa3323581c8eaa0205a172863d9dbb4c3c8c877f3b3a70fd710f0a453eb54ef841da7 Description: Intelligent Platform Management Interface (for servers) IPMI allows remote monitoring and remote management of devices. . This package contains some command-line and graphical-user-interfaces to interact with IPMI-enabled devices. Homepage: http://openipmi.sourceforge.net/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: openssh-client Priority: standard Section: net Installed-Size: 2279 Maintainer: Colin Watson Original-Maintainer: Debian OpenSSH Maintainers Architecture: amd64 Source: openssh Version: 1:5.9p1-5ubuntu1.7 Replaces: ssh, ssh-krb5 Provides: rsh-client, ssh-client Depends: libc6 (>= 2.15), libedit2 (>= 2.11-20080614-1), libgssapi-krb5-2 (>= 1.10+dfsg~), libselinux1 (>= 1.32), libssl1.0.0 (>= 1.0.0), zlib1g (>= 1:1.1.4), debconf (>= 1.2.0) | debconf-2.0, adduser (>= 3.10), dpkg (>= 1.7.0), passwd Recommends: xauth Suggests: ssh-askpass, libpam-ssh, keychain, monkeysphere, openssh-blacklist, openssh-blacklist-extra Conflicts: rsh-client (<< 0.16.1-1), sftp, ssh (<< 1:3.8.1p1-9), ssh-krb5 (<< 1:4.3p2-7) Filename: pool/main/openssh-client_5.9p1-5ubuntu1.7_amd64.deb Size: 943458 MD5Sum: f19db6403819bf680c1714c5fd7d759d SHA1: 3af0274339ead3db240883ef27bb8c0d3f8e5906 SHA256: 59a9b244fe4576ed32c561e0554109226c24750ecbd394ec1d8f86251797dc2e SHA512: 8fbbaa9f1cb6a7b8cd7d41c8c9dbe0fa8d3208c86409b0504e4ea288caddad513ea2472dab9d59cc27b171f8f97f17846f03be639df5f51606a1ebe3bb003176 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/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master Package: openssh-server Priority: optional Section: net Installed-Size: 807 Maintainer: Colin Watson Original-Maintainer: Debian OpenSSH Maintainers Architecture: amd64 Source: openssh Version: 1:5.9p1-5ubuntu1.7 Replaces: openssh-client (<< 1:3.8.1p1-11), ssh, ssh-krb5 Provides: ssh-server Depends: libc6 (>= 2.15), 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.0), libwrap0 (>= 7.6-4~), zlib1g (>= 1:1.1.4), debconf (>= 1.2.0) | debconf-2.0, openssh-client (= 1:5.9p1-5ubuntu1.7), upstart-job, 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, ssh-import-id Suggests: ssh-askpass, rssh, molly-guard, openssh-blacklist, openssh-blacklist-extra, 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: pool/main/openssh-server_5.9p1-5ubuntu1.7_amd64.deb Size: 339650 MD5Sum: e4c082333ba6d97a0cc3d03c890b8e8d SHA1: c80a8d8f9a51b37d4496a76e774200a644c39cda SHA256: 63b68efbb9b8b75fb570642fcbd4997121be5850753fcf898f8fbfdd38aad3d8 SHA512: 230dfda58686645332786151d2e77d0dd22f418ba44ef7b252b524c8a6fab1f6d3be06e28c71ec4fed1a0f772ec06d8ea085e01d9a8b416e8e65d46bf2b28aee 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/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: virt-host, cloud-image, openssh-server, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master Package: openssl Priority: standard Section: utils Installed-Size: 902 Maintainer: Ubuntu Developers Original-Maintainer: Debian OpenSSL Team Architecture: amd64 Version: 1.0.1-4ubuntu5.31 Depends: libc6 (>= 2.15), libssl1.0.0 (>= 1.0.1) Suggests: ca-certificates Filename: pool/main/openssl_1.0.1-4ubuntu5.31_amd64.deb Size: 523876 MD5Sum: 160f763975966b9b8f9d48e4217140b9 SHA1: e32656f4e42294606736b8f1fc29d68326046deb SHA256: 314321a91a4f47ac96aba669cec5be1c55344cacf1ebecfd90d2e3c87f7bc24f SHA512: bb96f4ddb2823dd170d124058ee4de853b3088f215795079a2bf7cd0b430348c13ba52d6bbc3ff5a05e50aeea431c1e897086390498428bca8b9e41c3dca4b51 Description: Secure Socket Layer (SSL) binary and related cryptographic tools This package contains the openssl binary and related tools. . It is part of the OpenSSL implementation of SSL. . You need it to perform certain cryptographic actions like: - Creation of RSA, DH and DSA key parameters; - Creation of X.509 certificates, CSRs and CRLs; - Calculation of message digests; - Encryption and decryption with ciphers; - SSL/TLS client and server tests; - Handling of S/MIME signed or encrypted mail. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: openstack-dashboard-ubuntu-theme Priority: extra Section: net Installed-Size: 173 Maintainer: Chuck Short Architecture: all Source: horizon Version: 1:2014.2.2-fuel6.0.1~mira4 Depends: openstack-dashboard (= 1:2014.2.2-fuel6.0.1~mira4) Filename: pool/main/openstack-dashboard-ubuntu-theme_2014.2.2-fuel6.0.1~mira4_all.deb Size: 45326 MD5Sum: f493fffbc96a22cfbcdfa50078007940 SHA1: 55e378f849f1d53a253140e5e5d488100ccdcdde SHA256: 2a6cce93c50e33b6ba667d77097232b11d82cdd9d7238a92e9b50946efb7ff99 SHA512: 6d5c7fc0857e6f19504e9ff78646cdf622c1fec4bd8c0e09817eee1947a5425e5765e909f9128a92ee41631ee71ad7406f99e5709d903282a02553c7e437ef40 Description: Ubuntu theme for the Openstack dashboard A custom Ubuntu theme for Horizon. This package is optional and overrides the default theme and branding. Homepage: http://launchpad.net/horizon Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: openstack-dashboard Priority: extra Section: net Installed-Size: 11745 Maintainer: Chuck Short Architecture: all Source: horizon Version: 1:2014.2.2-fuel6.0.1~mira4 Replaces: sahara-dashboard Provides: sahara-dashboard Depends: adduser, apache2 | httpd, libapache2-mod-wsgi (>= 2.3), python-django-horizon (= 1:2014.2.2-fuel6.0.1~mira4), python (>= 2.7.1-0ubuntu2) Pre-Depends: dpkg (>= 1.15.7.2) Recommends: openstack-dashboard-ubuntu-theme Filename: pool/main/openstack-dashboard_2014.2.2-fuel6.0.1~mira4_all.deb Size: 2025180 MD5Sum: 0f491ec730476a39d176c33d8205c9ad SHA1: 97d5ebbbe2a7dff9c66e1604409b0b670f19c525 SHA256: 6d09bf96dd4923c5bfb4bdd1b950fba85b6100c5ebc0b4c289c789b88c8cf906 SHA512: e5a087ce4051999720db947180e1d7f8fae97bcba5376c975789d0b5f348d1abbc23e86a8438e82f68963aba9ae4415372038fbea5452cf3058efdf409ddf689 Description: django web interface to Openstack The OpenStack Dashboard is a reference implementation of a Django site that uses the Django-Nova project to provide web based interactions with the OpenStack Nova cloud controller. Homepage: http://launchpad.net/horizon Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: openvswitch-common Priority: extra Section: universe/net Installed-Size: 1577 Maintainer: Ubuntu Developers Original-Maintainer: Open vSwitch developers Architecture: amd64 Source: openvswitch Version: 2.0.2-ubuntu1 Depends: libc6 (>= 2.14), libssl1.0.0 (>= 1.0.0), openssl, python, python (>= 2.7) | python-argparse Suggests: ethtool Filename: pool/main/openvswitch-common_2.0.2-ubuntu1_amd64.deb Size: 715982 MD5Sum: 08de1971b3a257e7b2b877867bd0ffc4 SHA1: 8faae318b58d4cfb1de439f786d2bf8c8e703532 SHA256: b6012fea36b072982d623172b813def1687402419ffdc5e2a7e646417bf8954e SHA512: 57a87806d01de7bf1d2e0d379f7415cbf568e1f4862aa4696a7f4cec21d67d17be317aa32820c61aa9b1865ce99ada70578c91e5b80ba876eab6357e69f686bb Description: Open vSwitch common components Open vSwitch is a production quality, multilayer, software-based, Ethernet virtual switch. It is designed to enable massive network automation through programmatic extension, while still supporting standard management interfaces and protocols (e.g. NetFlow, IPFIX, sFlow, SPAN, RSPAN, CLI, LACP, 802.1ag). In addition, it is designed to support distribution across multiple physical servers similar to VMware's vNetwork distributed vswitch or Cisco's Nexus 1000V. . openvswitch-common provides components required by both openvswitch-switch and openvswitch-controller. Homepage: http://openvswitch.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: openvswitch-datapath-lts-saucy-dkms Priority: extra Section: universe/net Installed-Size: 14975 Maintainer: Ubuntu Developers Original-Maintainer: Open vSwitch developers Architecture: all Source: openvswitch-lts-saucy Version: 1.10.2-0ubuntu2~ubuntu12.04.1 Provides: openvswitch-datapath-dkms Depends: dkms (>= 1.95), make, libc6-dev Conflicts: openvswitch-datapath-dkms Filename: pool/main/openvswitch-datapath-lts-saucy-dkms_1.10.2-0ubuntu2~ubuntu12.04.1_all.deb Size: 2381134 MD5Sum: e4909a12ebbfc9cc4e619e1944507d04 SHA1: d8ae20143e85abaeb38d43ea37c3a08cde8f05de SHA256: b7390fe4b36f9e3be8e64926503e936e7e194fa8641b481843fea6837eb1c371 SHA512: 1e68843bce07c1ca0d7ae79f77fb2999a547cc256217d368baaec0d3a5a957eb503d2ae0a531d3ceeb244b73c10ab86b83065ab261d31e738649768750db70bb Description: Open vSwitch datapath module source - DKMS version Open vSwitch is a production quality, multilayer, software-based, Ethernet virtual switch. It is designed to enable massive network automation through programmatic extension, while still supporting standard management interfaces and protocols (e.g. NetFlow, sFlow, SPAN, RSPAN, CLI, LACP, 802.1ag). In addition, it is designed to support distribution across multiple physical servers similar to VMware's vNetwork distributed vswitch or Cisco's Nexus 1000V. . This package provides the Open vSwitch datapath module source code that is needed by openvswitch-switch. DKMS can built the kernel module from it. . This package provides support for the lts-saucy hardware enablement kernel in Ubuntu 12.04. Homepage: http://openvswitch.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: openvswitch-switch Priority: extra Section: universe/net Installed-Size: 4357 Maintainer: Ubuntu Developers Original-Maintainer: Open vSwitch developers Architecture: amd64 Source: openvswitch Version: 2.0.2-ubuntu1 Depends: libc6 (>= 2.14), libssl1.0.0 (>= 1.0.0), upstart-job, python, openvswitch-common (= 2.0.2-ubuntu1), module-init-tools, procps, uuid-runtime, netbase, python-argparse Suggests: openvswitch-datapath-module Filename: pool/main/openvswitch-switch_2.0.2-ubuntu1_amd64.deb Size: 1848156 MD5Sum: 5c7e160d51b9bad6016f3b93f75def29 SHA1: 7351de3c8332f810696611acba40ce807845aa24 SHA256: a306e8593e2b0870f2dee473d3624c71731f5dd95a8ad1ce1a1c0e2b2177b751 SHA512: c705637505542014fb2df793ea67f9ffe3917c191336ab117797ad0cd9600919cfed34b9eb82f9b931877ce998855b12b546604ad6c112e39f46fe5a182ead90 Description: Open vSwitch switch implementations Open vSwitch is a production quality, multilayer, software-based, Ethernet virtual switch. It is designed to enable massive network automation through programmatic extension, while still supporting standard management interfaces and protocols (e.g. NetFlow, IPFIX, sFlow, SPAN, RSPAN, CLI, LACP, 802.1ag). In addition, it is designed to support distribution across multiple physical servers similar to VMware's vNetwork distributed vswitch or Cisco's Nexus 1000V. . openvswitch-switch provides the userspace components and utilities for the Open vSwitch kernel-based switch. Homepage: http://openvswitch.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: os-prober Priority: optional Section: utils Installed-Size: 130 Maintainer: Ubuntu Developers Original-Maintainer: Debian Install System Team Architecture: amd64 Version: 1.51ubuntu3 Depends: libc6 (>= 2.4) Filename: pool/main/os-prober_1.51ubuntu3_amd64.deb Size: 17714 MD5Sum: 55926cd933e04346bfff0fc533865656 SHA1: 767ec1c03ffbc9c5f313d5c84848572667e94d1c SHA256: ed9eb5c3c9ea3cd555b1aa16cf93f4130b59325ef6786f2c5d421a8c0213c1c6 SHA512: 4d527af0386ea1f85b88bac7444d539006f694a1a212807d96f554444317a7eddac63e1c5b97713fc229d44e308dca24088ce5c35c102b35bef6376ef9d62fc1 Description: utility to detect other OSes on a set of drives This package detects other OSes available on a system and outputs the results in a generic machine-readable format. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-live, kubuntu-live, kubuntu-active-live, kubuntu-active-live, edubuntu-live, xubuntu-live, mythbuntu-live, lubuntu-live, ubuntustudio-dvd-live Package: pacemaker-cli-utils Priority: optional Section: admin Installed-Size: 516 Maintainer: Debian HA Maintainers Architecture: amd64 Source: pacemaker Version: 1.1.10+git20130802-4 Replaces: pacemaker (<< 1.1.9+git20130321-1) Depends: libc6 (>= 2.15), libcib3 (>= 1.1.10+git20130802), libcrmcluster4 (>= 1.1.10+git20130802), libcrmcommon3 (>= 1.1.10+git20130802), libcrmservice1 (>= 1.1.10+git20130802), libesmtp6, libglib2.0-0 (>= 2.16.0), liblrmd1 (>= 1.1.10+git20130802), libncurses5 (>= 5.5-5~), libpe-rules2 (>= 1.1.10+git20130802), libpe-status4 (>= 1.1.10+git20130802), libpengine4 (>= 1.1.10+git20130802), libplumb2 (>= 1.0.11+hg2754), libqb0, libsnmp15 (>= 5.4.3~dfsg), libstonithd2 (>= 1.1.10+git20130802), libtinfo5, libtransitioner2 (>= 1.1.10+git20130802), libxml2 (>= 2.7.4) Conflicts: pacemaker (<< 1.1.9+git20130321-1) Filename: pool/main/pacemaker-cli-utils_1.1.10+git20130802-4_amd64.deb Size: 196638 MD5Sum: 45e41842de0964725914b616f025dc3d SHA1: 6c51f573591df04f8e6b42784e51983995b66eab SHA256: 0548ea8fc11b30e2d8f9a1a06c0e8a3d14dda263e76c36034bc433e7bf8e33a7 SHA512: 277c37d6e6ed94ed0dedf95a4b50c614458b93d63db07088cbfc808152ce635bee6bfdd8df76b3d25e3b8cb8b16a1549936efa6accf89da525dbbd72ad9822df Description: Command line interface utilities for Pacemaker This package contains numerous command line utilities for the Pacemaker cluster manager such as crm_mon and crm_attribute. If you intend to run Pacemaker, you will definetely need them. If you plan to run pacemaker-remote, these tools will come in very handy, too. Homepage: http://clusterlabs.org/ Package: pacemaker Priority: optional Section: admin Installed-Size: 1675 Maintainer: Debian HA Maintainers Architecture: amd64 Version: 1.1.10+git20130802-4 Replaces: pacemaker-heartbeat, pacemaker-openais Depends: libbz2-1.0, libc6 (>= 2.14), libcfg4 (>= 1.4.4), libcib3 (>= 1.1.10+git20130802), libconfdb4 (>= 1.4.4), libcrmcluster4 (>= 1.1.10+git20130802), libcrmcommon3 (>= 1.1.10+git20130802), libcrmservice1 (>= 1.1.10+git20130802), libglib2.0-0 (>= 2.28.0), libgnutls26 (>= 2.12.6.1-0), liblrmd1 (>= 1.1.10+git20130802), libpam0g (>= 0.99.7.1), libpe-rules2 (>= 1.1.10+git20130802), libpe-status4 (>= 1.1.10+git20130802), libpengine4 (>= 1.1.10+git20130802), libplumb2 (>= 1.0.11+hg2754), libqb0, libstonithd2 (>= 1.1.10+git20130802), libtransitioner2 (>= 1.1.10+git20130802), python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), libheartbeat2, resource-agents, adduser, corosync (>= 1.4.4-1) | heartbeat (>= 3.0), crmsh, pacemaker-cli-utils Conflicts: pacemaker-heartbeat, pacemaker-openais Filename: pool/main/pacemaker_1.1.10+git20130802-4_amd64.deb Size: 542858 MD5Sum: 511426c2c14794f28732e4b74b6ef84e SHA1: f5fe17e5596168f049c2824df1b8d07d6c9683c7 SHA256: 97c9c66a845796643a72ba9322eddcb30def54ca486d169e84587cc526516908 SHA512: c65b5643929aaad25667ffd8a8308452b472cf35d41a7b978c828078e896c2b13d38e2659812ec7de179b27dd90aa3d6653aed9e068256a1c15cec8d751acf6d Description: HA cluster resource manager High-Availability cluster resource manager for Heartbeat as well as Corosync. . Pacemaker supports a very sophisticated dependency model for n-node clusters and can respond to node and resource-level failures. . It supports both the Heartbeat and Corosync cluster stacks. Homepage: http://clusterlabs.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 18m Package: parted Priority: standard Section: admin Installed-Size: 188 Maintainer: Ubuntu Developers Original-Maintainer: Parted Maintainer Team Architecture: amd64 Version: 2.3-8ubuntu5.1 Replaces: fsresize, parted1.6 Depends: libc6 (>= 2.11), libparted0debian1 (>= 2.2-1), libreadline6 (>= 6.0), libtinfo5 Suggests: parted-doc Conflicts: fsresize, parted1.6 Filename: pool/main/parted_2.3-8ubuntu5.1_amd64.deb Size: 52438 MD5Sum: 5e35d769727ee6a40c61654779d4b809 SHA1: cb29d1946b8f8844bca048f073ab100e2ca0d581 SHA256: b912bf73b7985dcd89588de08e058c4ac41b9f0ff019403ff9f0354c2076e258 SHA512: beb88bfaae6e042a9112875cff7be777f7679e8103911adb983098367e3ecd8db92e3a04792292584d7a8d4ef4ddebbe9a55a661a03258c34142daf0ab8d8430 Description: disk partition manipulator GNU Parted is a program that allows you to create, destroy, resize, move, and copy disk partitions. This is useful for creating space for new operating systems, reorganizing disk usage, and copying data to new hard disks. . This package contains the binary and manual page. Further documentation is available in parted-doc. . Parted currently supports DOS, Mac, Sun, BSD, GPT, MIPS, and PC98 partitioning formats, as well as a "loop" (raw disk) type which allows use on RAID/LVM. It can detect and remove ASFS/AFFS/APFS, Btrfs, ext2/3/4, FAT16/32, HFS, JFS, linux-swap, UFS, XFS, and ZFS file systems. Parted also has the ability to create and modify file systems of some of these types, but using it to perform file system operations is now deprecated. . The nature of this software means that any bugs could cause massive data loss. While there are no such bugs known at the moment, they could exist, so please back up all important files before running it, and do so at your own risk. Homepage: http://www.gnu.org/software/parted Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active Package: passwd Priority: required Section: admin Installed-Size: 2084 Maintainer: Ubuntu Developers Original-Maintainer: Shadow package maintainers Architecture: amd64 Source: shadow Version: 1:4.1.4.2+svn3283-3ubuntu5.1 Replaces: manpages-tr (<< 1.0.5), manpages-zh (<< 1.5.1-1) Depends: libc6 (>= 2.15), libpam0g (>= 0.99.7.1), libselinux1 (>= 1.32), upstart-job, libpam-modules, debianutils (>= 2.15.2) Filename: pool/main/passwd_1:4.1.4.2+svn3283-3ubuntu5.1_amd64.deb Size: 958716 MD5Sum: 7bbd4bc3ec92dac9ddee5733256cef0a SHA1: 2751799718626a1792052d1bdd030d559bf4c144 SHA256: 782fc7fb2b5fc7e781cc5976d7380994fdc46291dfa0f70ffca524a78cee447b SHA512: 5d5f432a02339e439377b75b4aae9df966c047f41f3d97c6a773cf582407d74decc21302b5b902c0ddd0dd5698d196e30bef394ba9086650bd502dc6e7e9a504 Description: change and administer password and group data This package includes passwd, chsh, chfn, and many other programs to maintain password and group data. . Shadow passwords are supported. See /usr/share/doc/passwd/README.Debian Multi-Arch: foreign Homepage: http://pkg-shadow.alioth.debian.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: patchutils Priority: optional Section: text Installed-Size: 223 Maintainer: Ubuntu Developers Original-Maintainer: Christoph Berg Architecture: amd64 Version: 0.3.2-1.1 Depends: libc6 (>= 2.4), perl, patch, debianutils (>= 1.16) Filename: pool/main/patchutils_0.3.2-1.1_amd64.deb Size: 91248 MD5Sum: 68c2caf81909767438c1d8edac5211e2 SHA1: 181fd09a6e826f3b36039e2fe9e48d7a473664c8 SHA256: 709eb6c442637919a49badf3c53ba7bc292550d0560e8ec87a5a179778392b52 SHA512: 550bd8f33773a90bc94c34adaba199d6826100afc411fe43879bf59437c2914b2764ad2a38be6057f22d0f61fddf581324244678e08c53ae18dc6e3648fc5962 Description: Utilities to work with patches This package includes the following utilities: - combinediff creates a cumulative patch from two incremental patches - dehtmldiff extracts a diff from an HTML page - filterdiff extracts or excludes diffs from a diff file - fixcvsdiff fixes diff files created by CVS that "patch" mis-interprets - flipdiff exchanges the order of two patches - grepdiff shows which files are modified by a patch matching a regex - interdiff shows differences between two unified diff files - lsdiff shows which files are modified by a patch - recountdiff recomputes counts and offsets in unified context diffs - rediff and editdiff fix offsets and counts of a hand-edited diff - splitdiff separates out incremental patches - unwrapdiff demangles patches that have been word-wrapped Multi-Arch: foreign Homepage: http://cyberelk.net/tim/patchutils/index.html Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: patch Priority: optional Section: utils Installed-Size: 218 Maintainer: Ubuntu Developers Original-Maintainer: Christoph Berg Architecture: amd64 Version: 2.6.1-3ubuntu0.1 Depends: libc6 (>= 2.14) Suggests: ed, diffutils-doc Filename: pool/main/patch_2.6.1-3ubuntu0.1_amd64.deb Size: 80038 MD5Sum: 31693c3dcf06e35eb65e6637a741cddb SHA1: c48a1fd91475da44391302244d2abd8e0d061bfd SHA256: f28d0ae290c56cd9675d70639ebe2921189e7d81d175995ea342912b7481cc98 SHA512: 0bb332d82635db6658c00e7f577c7f5ff6fbafbf3306ce1bca3b06390e6619f4c586d40ace6c9d803ccbe365c7000c0a24b75f59886e2326f89641c56fd17d48 Description: Apply a diff file to an original Patch will take a patch file containing any of the four forms of difference listing produced by the diff program and apply those differences to an original file, producing a patched version. Multi-Arch: foreign Bugs: https://bugs.launchpad.net/ubuntu/+filebug Build-Essential: yes Origin: Ubuntu Supported: 5y Task: cloud-image, server Package: pciutils Priority: standard Section: admin Installed-Size: 1042 Maintainer: Ubuntu Developers Original-Maintainer: Anibal Monsalve Salazar Architecture: amd64 Version: 1:3.1.8-2ubuntu6 Depends: libc6 (>= 2.14), libpci3 (= 1:3.1.8-2ubuntu6) Suggests: bzip2, wget | curl | lynx Filename: pool/main/pciutils_3.1.8-2ubuntu6_amd64.deb Size: 258842 MD5Sum: 201ca1de6afb17850d45ce65d9a338db SHA1: 5d1b4dfb214c6eb7feaf36477184471df0afe0ea SHA256: 25c3ab49dd5f68e92863751a64a5e6af449fe644fb336f5feee38c046962c148 SHA512: 4ef34d068e9f06229bb93c50b3e251ed72035ef8bb8742e1a0a1a0803b511d1946f4b36cb17f5f4085d17d01ead7c6c1a7f39fa8109dbda8d4566bad99e24487 Description: Linux PCI Utilities This package contains various utilities for inspecting and setting of devices connected to the PCI bus. Multi-Arch: foreign Homepage: http://atrey.karlin.mff.cuni.cz/~mj/pciutils.shtml Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master Package: percona-toolkit Priority: optional Section: universe/utils Installed-Size: 5910 Maintainer: Percona Toolkit Developers Architecture: all Version: 2.2.6 Depends: perl, libdbi-perl (>= 1.13), libdbd-mysql-perl | libdbd-mysql-5.1-perl, libterm-readkey-perl (>= 2.10), libio-socket-ssl-perl Filename: pool/main/percona-toolkit_2.2.6_all.deb Size: 1763296 MD5Sum: 74f3a7eaae859639a86426c446eaef44 SHA1: d6dad241c909327754e257c7257a708629968c5b SHA256: ce71f9e8081f17ba3c4fae11f54dac84aa79f8f403a893427178277c6871465b SHA512: 836114099ea055afc701ff3074d39a5b50a375ef3757a3a4f6e2e67297b8b53269b13f93a9e73c313bd02f3231a0bb39f357dd88ebe349f7f780e81b6438eaca Description: Advanced MySQL and system command-line tools Percona Toolkit is a collection of advanced command-line tools used by Percona (http://www.percona.com/) support staff to perform a variety of MySQL and system tasks that are too difficult or complex to perform manually. . These tools are ideal alternatives to private or "one-off" scripts because they are professionally developed, formally tested, and fully documented. They are also fully self-contained, so installation is quick and easy and no libraries are installed. . Percona Toolkit is developed and supported by Percona. For more information and other free, open-source software developed by Percona, visit http://www.percona.com/software/. Homepage: http://www.percona.com/software/percona-toolkit/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: percona-xtrabackup Priority: extra Section: database Installed-Size: 21392 Maintainer: Debian MySQL Maintainers Architecture: amd64 Version: 2.1.4-ubuntu1 Replaces: xtrabackup (<< 2.0.0~) Provides: xtrabackup Depends: libdbd-mysql-perl, libaio1 (>= 0.3.93), libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libgcrypt11 (>= 1.4.5), libstdc++6 (>= 4.6) Breaks: xtrabackup (<< 2.0.0~) Filename: pool/main/percona-xtrabackup_2.1.4-ubuntu1_amd64.deb Size: 8363058 MD5Sum: 3009dcc3e95ad8235abaf666f21d0956 SHA1: 7d4b4bcc52a7acfe5f1c816b9cbf256dc16c3009 SHA256: aa138d9f1cd00645af7941b1fc2419d60d35ce83daa0504898c2d30686ae32fd SHA512: d4606a0f5d93dbab3be6b17190abd93087456f8bd94b0b49854f62079143a23f665c4289dddd2639ba7e5cf1e606344b45e5e4a6419f262272d88830fd1d6372 Description: Open source backup tool for InnoDB and XtraDB Percona XtraBackup is an open-source hot backup utility for MySQL that doesn't lock your database during the backup. It can back up data from InnoDB, XtraDB and MyISAM tables on MySQL/Percona Server 5.1 and 5.5 servers, and has many advanced features. Homepage: http://www.percona.com/software/percona-xtrabackup Package: perl-base Essential: yes Priority: required Section: perl Installed-Size: 4774 Maintainer: Ubuntu Developers Original-Maintainer: Niko Tyni Architecture: amd64 Source: perl Version: 5.14.2-6ubuntu2.4 Replaces: libperl5.8 (<< 5.8.0-20), libscalar-list-utils-perl, libxsloader-perl, perl (<< 5.10.1-12), perl-modules (<< 5.10.1-1) Provides: libscalar-list-utils-perl, libxsloader-perl, perl5-base, perlapi-5.14.2 Pre-Depends: libc6 (>= 2.14), dpkg (>= 1.14.20) Suggests: perl Conflicts: doc-base (<< 0.10.3), libxml-sax-perl (<< 0.99+dfsg-1ubuntu0.1), mono-gac (<< 2.10.8.1-1ubuntu1), safe-rm (<< 0.8), update-inetd (<< 4.41) Breaks: autoconf2.13 (<< 2.13-45), libfile-spec-perl (<< 3.3300), libmarc-charset-perl (<< 1.2), libscalar-list-utils-perl (<< 1:1.23), libxsloader-perl (<< 0.13) Filename: pool/main/perl-base_5.14.2-6ubuntu2.4_amd64.deb Size: 1512974 MD5Sum: f7c2a704bb5ef36ec3c2365ea1816d3b SHA1: f812280d56529b5446a69dbb7e2c0dd566aaaf31 SHA256: 90c46219094e8ea52f98b693f8ad67a349c4628d90ef79ffc56596ad7ee978c9 SHA512: bec3be62360819602f4ba6f5f35dacbe11654027245ee654cc0e06eb7121c7a3c00810b3b7b6c38fe14f8b19b1295073a3a6b345f05b82168cd4c56879a57097 Description: minimal Perl system Perl is a scripting language used in many system scripts and utilities. . This package provides a Perl interpreter and the small subset of the standard run-time library required to perform basic tasks. For a full Perl installation, install "perl" (and its dependencies, "perl-modules" and "perl-doc"). Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: perl-modules Priority: optional Section: perl Installed-Size: 14086 Maintainer: Ubuntu Developers Original-Maintainer: Niko Tyni Architecture: all Source: perl Version: 5.14.2-6ubuntu2.4 Replaces: libansicolor-perl, libarchive-tar-perl, libattribute-handlers-perl, libautodie-perl, libcgi-pm-perl, libcpan-meta-perl, libcpan-meta-yaml-perl, libcpanplus-perl, libdigest-perl, libextutils-cbuilder-perl, libextutils-command-perl, libextutils-install-perl, libextutils-parsexs-perl, libfile-path-perl, libfile-spec-perl, libfile-temp-perl, libhttp-tiny-perl, libi18n-langtags-perl, libio-zlib-perl, libjson-pp-perl, liblocale-codes-perl, liblocale-maketext-perl, liblocale-maketext-simple-perl, libmath-bigint-perl, libmath-complex-perl, libmodule-build-perl, libmodule-corelist-perl, libmodule-load-conditional-perl, libmodule-load-perl, libmodule-metadata-perl, libmodule-pluggable-perl, libnet-perl, libnet-ping-perl, libparams-check-perl, libparent-perl, libparse-cpan-meta-perl, libperl-ostype-perl, libperl4-corelibs-perl, libpod-escapes-perl, libpod-parser-perl, libpod-simple-perl, libshell-perl, libtest-harness-perl, libtest-simple-perl, libthread-queue-perl, libtime-local-perl, libunicode-collate-perl, libversion-perl, libversion-requirements-perl, podlators-perl Provides: libansicolor-perl, libarchive-tar-perl, libattribute-handlers-perl, libautodie-perl, libcgi-pm-perl, libcpan-meta-perl, libcpan-meta-yaml-perl, libcpanplus-perl, libdigest-perl, libextutils-cbuilder-perl, libextutils-command-perl, libextutils-install-perl, libextutils-parsexs-perl, libfile-path-perl, libfile-spec-perl, libfile-temp-perl, libhttp-tiny-perl, libi18n-langtags-perl, libio-zlib-perl, libjson-pp-perl, liblocale-codes-perl, liblocale-maketext-perl, liblocale-maketext-simple-perl, libmath-bigint-perl, libmath-complex-perl, libmodule-build-perl, libmodule-corelist-perl, libmodule-load-conditional-perl, libmodule-load-perl, libmodule-metadata-perl, libmodule-pluggable-perl, libnet-perl, libnet-ping-perl, libparams-check-perl, libparent-perl, libparse-cpan-meta-perl, libperl-ostype-perl, libperl4-corelibs-perl, libpod-escapes-perl, libpod-parser-perl, libpod-simple-perl, libshell-perl, libtest-harness-perl, libtest-simple-perl, libthread-queue-perl, libtime-local-perl, libunicode-collate-perl, libversion-perl, libversion-requirements-perl, podlators-perl Depends: perl (>= 5.14.2-1), libswitch-perl, libclass-isa-perl Suggests: libpod-plainer-perl Conflicts: doc-base (<< 0.10.3), libxml-sax-perl (<< 0.99+dfsg-1ubuntu0.1), mono-gac (<< 2.10.8.1-1) Breaks: libansicolor-perl (<< 3.00), libarchive-tar-perl (<< 1.76), libattribute-handlers-perl (<< 0.89), libautodie-perl (<< 2.10.01), libcgi-pm-perl (<< 3.52), libcpan-meta-perl (<< 2.110440), libcpan-meta-yaml-perl (<< 0.003), libcpanplus-perl (<< 0.9103), libdigest-perl (<< 1.16), libextutils-cbuilder-perl (<< 0.280203), libextutils-command-perl (<< 1.17), libextutils-install-perl (<< 1.56), libextutils-parsexs-perl (<< 2.221000), libfile-path-perl (<< 2.08.01), libfile-spec-perl (<< 3.3300), libfile-temp-perl (<< 0.22), libhttp-tiny-perl (<< 0.012), libi18n-langtags-perl (<< 0.35.01), libio-zlib-perl (<< 1.10), libjson-pp-perl (<< 2.27105), liblocale-codes-perl (<< 3.16), liblocale-maketext-perl (<< 1.19), liblocale-maketext-simple-perl (<< 0.21), libmath-bigint-perl (<< 1.994), libmath-complex-perl (<< 1.56), libmodule-build-perl (<< 0.380000), libmodule-corelist-perl (<< 2.49.02), libmodule-load-conditional-perl (<< 0.44), libmodule-load-perl (<< 0.18), libmodule-metadata-perl (<< 1.000004), libmodule-pluggable-perl (<< 3.9), libnet-perl (<= 1:1.22), libnet-ping-perl (<< 2.38), libparams-check-perl (<< 0.28), libparent-perl (<< 0.225), libparse-cpan-meta-perl (<< 1.4401), libperl-ostype-perl (<< 1.002), libpod-escapes-perl (<< 1.04), libpod-parser-perl (<< 1.37), libpod-simple-perl (<< 3.16), libshell-perl (<< 0.72.01), libtest-harness-perl (<< 3.23), libtest-simple-perl (<< 0.98), libthread-queue-perl (<< 2.12), libtime-local-perl (<< 1.2000), libunicode-collate-perl (<< 0.73), libversion-perl (<< 1:0.8800), libversion-requirements-perl (<< 0.101020), podlators-perl (<< 2.3.1) Filename: pool/main/perl-modules_5.14.2-6ubuntu2.4_all.deb Size: 3388580 MD5Sum: 0662600e5b55c8b2bf32cf3f6ad1a64a SHA1: 75d40f92add09aef697061953568369e723b68c8 SHA256: 51dce2c94c6bfca9c726a6c867322cba5bfea42233ffd164a733f0975f82b118 SHA512: 94a57166a9fd4e494d0d724a5f259d2f0419271343312fcf1a6f83c113c28469cf7e91880441c95dd8d539bfb868259585b8dfe92838fd0f1477aabce78845be Description: Core Perl modules Architecture independent Perl modules. These modules are part of Perl and required if the `perl' package is installed. . Note that this package only exists to save archive space and should be considered an internal implementation detail of the `perl' package. Other packages should not depend on `perl-modules' directly, they should use `perl' (which depends on `perl-modules') instead. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: perl Priority: optional Section: perl Installed-Size: 17078 Maintainer: Ubuntu Developers Original-Maintainer: Niko Tyni Architecture: amd64 Version: 5.14.2-6ubuntu2.4 Replaces: libarchive-tar-perl (<= 1.38-2), libcompress-raw-bzip2-perl, libcompress-raw-zlib-perl, libcompress-zlib-perl, libdevel-dprof-perl, libdigest-md5-perl, libdigest-sha-perl, libencode-perl, libio-compress-base-perl, libio-compress-bzip2-perl, libio-compress-perl, libio-compress-zlib-perl, libmime-base64-perl, libmodule-corelist-perl (<< 2.14-2), libstorable-perl, libsys-syslog-perl, libthreads-perl, libthreads-shared-perl, libtime-hires-perl, libtime-piece-perl, perl-base (<< 5.10.1-12), perl-doc (<< 5.8.0-1), perl-modules (<< 5.8.1-1) Provides: data-dumper, libcompress-raw-bzip2-perl, libcompress-raw-zlib-perl, libcompress-zlib-perl, libdevel-dprof-perl, libdigest-md5-perl, libdigest-sha-perl, libencode-perl, libio-compress-base-perl, libio-compress-bzip2-perl, libio-compress-perl, libio-compress-zlib-perl, libmime-base64-perl, libstorable-perl, libsys-syslog-perl, libthreads-perl, libthreads-shared-perl, libtime-hires-perl, libtime-piece-perl, perl5 Depends: perl-base (= 5.14.2-6ubuntu2.4), perl-modules (>= 5.14.2-6ubuntu2.4), libbz2-1.0, libc6 (>= 2.14), libdb5.1, libgdbm3 (>= 1.8.3), zlib1g (>= 1:1.2.3.3.dfsg) Recommends: netbase Suggests: perl-doc, libterm-readline-gnu-perl | libterm-readline-perl-perl, make Conflicts: doc-base (<< 0.10.3), libjson-pp-perl (<< 2.27200-2), libxml-sax-perl (<< 0.99+dfsg-1ubuntu0.1), mono-gac (<< 2.10.8.1-1) Breaks: libcompress-raw-bzip2-perl (<< 2.033), libcompress-raw-zlib-perl (<< 2.033), libcompress-zlib-perl (<< 2.033), libdevel-dprof-perl (<< 20110228.00), libdigest-md5-perl (<< 2.51), libdigest-sha-perl (<< 5.61), libencode-perl (<< 2.42.01), libio-compress-base-perl (<< 2.033), libio-compress-bzip2-perl (<< 2.033), libio-compress-perl (<< 2.033), libio-compress-zlib-perl (<< 2.033), libmime-base64-perl (<< 3.13), libstorable-perl (<< 2.27), libsys-syslog-perl (<< 0.27), libthreads-perl (<< 1.83), libthreads-shared-perl (<< 1.37), libtime-hires-perl (<< 1.9721.01), libtime-piece-perl (<< 1.20.01), mrtg (<< 2.16.3-3.1), perl-doc (<< 5.14.2-1) Filename: pool/main/perl_5.14.2-6ubuntu2.4_amd64.deb Size: 4411178 MD5Sum: ae679f83034a836c1d3759d05c9ceeaa SHA1: de4ea7d1e100038cdf67cc7bfa2a8a9549cd3732 SHA256: 9a1299c143f76dd42cc4522ad2a99f466414e838c5b06e146c60411b76af1ed9 SHA512: 32014e1a17d6682f7980bccb0b4c93c3799a50a15ac89b9f5f9642eac09ae424c45f4adc518707ff21a6cfe6407aa5f32398d23462d18f1658191db29fab19f1 Description: Larry Wall's Practical Extraction and Report Language An interpreted scripting language, known among some as "Unix's Swiss Army Chainsaw". . Perl is optimised for scanning arbitrary text files and system administration. It has built-in extended regular expression matching and replacement, a data-flow mechanism to improve security with setuid scripts and is extensible via modules that can interface to C libraries. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Build-Essential: yes Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, print-server, samba-server, cloud-image, ubuntu-usb, lamp-server, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: php5-cli Priority: optional Section: php Installed-Size: 7979 Maintainer: Ubuntu Developers Original-Maintainer: Debian PHP Maintainers Architecture: amd64 Source: php5 Version: 5.3.10-1ubuntu3.20 Provides: phpapi-20090626 Depends: libbz2-1.0, libc6 (>= 2.15), libdb5.1, libedit2 (>= 2.11-20080614-1), libpcre3 (>= 8.10), libssl1.0.0 (>= 1.0.0), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4), mime-support, php5-common (= 5.3.10-1ubuntu3.20), libmagic1, ucf, tzdata Suggests: php-pear Filename: pool/main/php5-cli_5.3.10-1ubuntu3.20_amd64.deb Size: 3052288 MD5Sum: 75cd7346ec616a6fb38dcaf8bdd10809 SHA1: 6ee33eb5424f7a4a8b2e0588ddb02fff091c48d0 SHA256: 459987934ad1d29ec585ed5abce00b8ace2e5d9496cd5efcd3355fac6891f686 SHA512: 85efa783383e5d75020721f2fdbad8f3be18acc5932a2f466f7fa5b1ae5d44059ebfeee99e0c41a57c1599d1708f0275224de447193afba8b06c7604fb77c1cd Description: command-line interpreter for the php5 scripting language This package provides the /usr/bin/php5 command interpreter, useful for testing PHP scripts from a shell or performing general shell scripting tasks. The following extensions are built in: bcmath bz2 calendar Core ctype date dba dom ereg exif fileinfo filter ftp gettext hash iconv json libxml mbstring mhash openssl pcntl pcre Phar posix readline Reflection session shmop SimpleXML soap sockets SPL standard sysvmsg sysvsem sysvshm tokenizer wddx xml xmlreader xmlwriter zip zlib. . PHP5 is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. The goal of the language is to allow web developers to write dynamically generated pages quickly. Homepage: http://www.php.net/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: lamp-server, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: php5-common Priority: optional Section: php Installed-Size: 2323 Maintainer: Ubuntu Developers Original-Maintainer: Debian PHP Maintainers Architecture: amd64 Source: php5 Version: 5.3.10-1ubuntu3.20 Provides: php5-json, php5-mhash Depends: sed (>= 4.1.1-1), libc6 (>= 2.14) Suggests: php5-suhosin Conflicts: php5-json, php5-mhash Filename: pool/main/php5-common_5.3.10-1ubuntu3.20_amd64.deb Size: 1776032 MD5Sum: bb82bfbd8760bc53a6db905e7d1776f0 SHA1: 520c47e8a6c0bfeb5a24e3f9c6dacf0268b6e8e1 SHA256: 76af2c3afc99fea003e6d376a214c0a73f05c6174fbde734af3ad8cc19b67e49 SHA512: c8f06d8b3c298b8223cf07a7e812716773d5d6127dd21e66b72c92d9ec46c88e0acde69f635b50b206c56157ace9cb85378fab2a4d1b7c97148e40ac648036ba Description: Common files for packages built from the php5 source This package contains the documentation and example files relevant to all the other packages built from the php5 source. . PHP5 is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. The goal of the language is to allow web developers to write dynamically generated pages quickly. Homepage: http://www.php.net/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: lamp-server, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: php5-gd Priority: optional Section: php Installed-Size: 159 Maintainer: Ubuntu Developers Original-Maintainer: Debian PHP Maintainers Architecture: amd64 Source: php5 Version: 5.3.10-1ubuntu3.20 Depends: libc6 (>= 2.4), libgd2-xpm (>= 2.0.36~rc1~dfsg), libt1-5 (>= 5.1.0), phpapi-20090626, php5-common (= 5.3.10-1ubuntu3.20) Filename: pool/main/php5-gd_5.3.10-1ubuntu3.20_amd64.deb Size: 38912 MD5Sum: b3ac63aab6588cb109d7b5a3b747a0b0 SHA1: 969a7de9129953feb168ead07262624447b68f92 SHA256: 5900ac58398d995a99a29ff1cb170f9f50207aa7fb7ef49cfdc1239b573308f2 SHA512: 1f55acf4f7eec4d2154dcb86b00a1ecfc24287b63eaf68dd446bc82a8afe6c44e440413eef09490fcfe455765fd0a72fa634a0e39d9d16dcef26df8a35f2acfe Description: GD module for php5 This package provides a module for handling graphics directly from PHP scripts. It supports the PNG, JPEG, XPM formats as well as Freetype/ttf fonts. . PHP5 is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. The goal of the language is to allow web developers to write dynamically generated pages quickly. Homepage: http://www.php.net/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: php5-mysql Priority: optional Section: php Installed-Size: 266 Maintainer: Ubuntu Developers Original-Maintainer: Debian PHP Maintainers Architecture: amd64 Source: php5 Version: 5.3.10-1ubuntu3.20 Replaces: php5-mysqli, php5-mysqlnd Depends: libc6 (>= 2.14), libmysqlclient18 (>= 5.5.13-1), phpapi-20090626, php5-common (= 5.3.10-1ubuntu3.20) Conflicts: php5-mysqli, php5-mysqlnd Filename: pool/main/php5-mysql_5.3.10-1ubuntu3.20_amd64.deb Size: 76632 MD5Sum: 0cb7d4e5d36544125890dd4b4041e4b4 SHA1: 4308a6caaf8b097aefae483fa3328f4cf7c3fbdc SHA256: be3cbfeccca9c48c3703fd889883bc4834ed7bffe6d33e0b50ee1c1e0284b2b4 SHA512: d92a0438d26a3290f934697a8eef46d5fa910b4f0f0b711185cbaf515fba157ecfc8bc71728fc12aad137a46051ee5f955b903f18e7691bed6c469a98c6de13a Description: MySQL module for php5 This package provides modules for MySQL database connections directly from PHP scripts. It includes the generic "mysql" module which can be used to connect to all versions of MySQL, an improved "mysqli" module for MySQL version 4.1 or later, and the pdo_mysql module for use with the PHP Data Object extension. . PHP5 is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. The goal of the language is to allow web developers to write dynamically generated pages quickly. Homepage: http://www.php.net/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: lamp-server, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: php5 Priority: optional Section: php Installed-Size: 21 Maintainer: Ubuntu Developers Original-Maintainer: Debian PHP Maintainers Architecture: all Version: 5.3.10-1ubuntu3.20 Depends: libapache2-mod-php5 (>= 5.3.10-1ubuntu3.20) | libapache2-mod-php5filter (>= 5.3.10-1ubuntu3.20) | php5-cgi (>= 5.3.10-1ubuntu3.20) | php5-fpm (>= 5.3.10-1ubuntu3.20), php5-common (>= 5.3.10-1ubuntu3.20) Filename: pool/main/php5_5.3.10-1ubuntu3.20_all.deb Size: 1076 MD5Sum: 308b4928ef11ad61bd11eb91b514f3fc SHA1: 391e64b79983c1122c976105f8ddc728ec7be3e9 SHA256: 2fb90e8484de60243d670aac0bd25e29571c2347fff18085e6b638f2eb38e1c8 SHA512: 594aa1fe1d852102f862ec1305441395f8866cea719e08746d5d7b759fb0653973fda0b6e9c901cad518e436befdacb33b2fcd735ec5bfe53ca816d30a7afe67 Description: server-side, HTML-embedded scripting language (metapackage) This package is a metapackage that, when installed, guarantees that you have at least one of the four server-side versions of the PHP5 interpreter installed. Removing this package won't remove PHP5 from your system, however it may remove other packages that depend on this one. . PHP5 is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. The goal of the language is to allow web developers to write dynamically generated pages quickly. Homepage: http://www.php.net/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: plymouth-theme-ubuntu-text Priority: standard Section: x11 Installed-Size: 77 Maintainer: Ubuntu Developers Architecture: amd64 Source: plymouth Version: 0.8.2-2ubuntu31.1 Replaces: plymouth (<< 0.8.1-1~) Provides: plymouth-theme Depends: libc6 (>= 2.2.5), libplymouth2 (>= 0.8.0~-13~ppa1), plymouth Filename: pool/main/plymouth-theme-ubuntu-text_0.8.2-2ubuntu31.1_amd64.deb Size: 9034 MD5Sum: f6f618591c5f81337b6ad52190087099 SHA1: 2c0611a06f1d32bf83511ffaca1a0e5ffd2459cc SHA256: 2c29b6807df741fd293dfc4acd5ae787e5561df7911e20cfe727783c2811cc53 SHA512: 6683adb14bb16d709ab83772a5c62887224b1d7f3464c229653787449befaedca9a2a74354f370ed93bf36dc31f25a0b41c3537f75f673bf550e2eba3387ac4e Description: graphical boot animation and logger - ubuntu-logo theme Plymouth is an application that runs very early in the boot process (even before the root filesystem is mounted!) that provides a graphical boot animation while the boot process happens in the background. . This package contains the default ubuntu-text text theme used when no support for a graphical theme is found on your system. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active Package: plymouth Priority: required Section: x11 Installed-Size: 442 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.8.2-2ubuntu31.1 Depends: libc6 (>= 2.14), libdbus-1-3 (>= 1.1.1), libdrm-intel1 (>= 2.4.9), libdrm-nouveau1a (>= 2.4.23), libdrm-radeon1 (>= 2.4.17), libdrm2 (>= 2.4.3), libplymouth2 (= 0.8.2-2ubuntu31.1), libtinfo5, upstart-job, udev (>= 166-0ubuntu4), mountall (>= 2.0), initramfs-tools Recommends: plymouth-theme-ubuntu-text | plymouth-theme Conflicts: usplash Breaks: gdm (<< 3.0.4-0ubuntu11), kdm (<< 4:4.7.1-0ubuntu3), lightdm (<< 0.9.7-0ubuntu2), lubuntu-plymouth-theme (<= 0.4), lxdm (<< 0.4.1-0ubuntu2), ubuntustudio-plymouth-theme (<= 0.38), xubuntu-plymouth-theme (<< 10.04.4) Filename: pool/main/plymouth_0.8.2-2ubuntu31.1_amd64.deb Size: 123268 MD5Sum: 3cafe81e2c9c5089cd7ee8a1c3a15f7c SHA1: 017926851149f0115e0a659ac85c0e691c003d95 SHA256: ee5204ffaefaa92a7e5d5f443d4ce48532ab2a23faf18cb1108a570f8eb7afdf SHA512: 89878bde3167190a731ad9a5065eb5176d932beb04e181a93c631405af506cca5ea05f7b827c10078ba7e829ff527cec73f3f044eb61b1b8435cc0e1fa57b534 Description: graphical boot animation and logger - main package Plymouth is an application that runs very early in the boot process (even before the root filesystem is mounted!) that provides a graphical boot animation while the boot process happens in the background. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: pm-utils Priority: optional Section: admin Installed-Size: 334 Maintainer: Ubuntu Developers Original-Maintainer: Tim Dijkstra Architecture: all Version: 1.4.1-9fix.ubuntu12.04 Replaces: laptop-mode-tools (<< 1.55), pm-utils-powersave-policy Depends: powermgmt-base Recommends: vbetool, procps, hdparm, kbd | console-tools Suggests: cpufrequtils, wireless-tools, ethtool, radeontool Conflicts: laptop-mode-tools (<< 1.55), pm-utils-powersave-policy Filename: pool/main/pm-utils_1.4.1-9fix.ubuntu12.04_all.deb Size: 58064 MD5Sum: d76ac3d96ce60f1966e40248bf706669 SHA1: fd6e69af7196be7f1937721dd132ae135134506a SHA256: d7d2438613a0acbf749dfa0473bbde8c9f85492c8a7981353d821ecaacd5b12f SHA512: 0fd5922a74fccd545f6d485411e794226302ba14ca4e39db453ad375ac7cf97c3b28845de330c5bc5a995388c35ef10ced1df4de757296036d573fb9f0598aa3 Description: utilities and scripts for power management This package provides simple shell command line tools to suspend and hibernate your computer. Homepage: http://pm-utils.freedesktop.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: po-debconf Priority: optional Section: devel Installed-Size: 443 Maintainer: Ubuntu Developers Original-Maintainer: Nicolas FRANCOIS (Nekral) Architecture: all Version: 1.0.16+nmu2ubuntu1 Depends: perl, gettext (>= 0.16), intltool-debian (>= 0.34.2+20060512) Recommends: libmail-sendmail-perl, libcompress-zlib-perl Suggests: libmail-box-perl Filename: pool/main/po-debconf_1.0.16+nmu2ubuntu1_all.deb Size: 210056 MD5Sum: a5082456ae633b9efb4bc0f483039fad SHA1: 38187dae1b610b103274cf907ee63bfa75fd664b SHA256: c356db3623d76b472bcc268051abc4c491bb6f0eb6fe2e8c400a696678448e9b SHA512: a67169936566a138913c6f0ce56ee3f9601a968aef8ddc3e1edc5418a9351b4cfbaef61c237331e7a4daac53afd570365b0e134b69a8558642be1e5f6c12712e Description: tool for managing templates file translations with gettext This package is an alternative to debconf-utils, and provides tools for managing translated debconf templates files with common gettext utilities. Multi-Arch: foreign Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: popularity-contest Priority: standard Section: misc Installed-Size: 192 Maintainer: Ubuntu Developers Original-Maintainer: Popularity Contest Developers Architecture: all Version: 1.53ubuntu1 Provides: popcon Depends: debconf (>= 0.5) | debconf-2.0, dpkg (>= 1.10) Pre-Depends: debconf (>= 1.5.34) | cdebconf (>= 0.106) Recommends: cron | fcron Suggests: anacron Filename: pool/main/popularity-contest_1.53ubuntu1_all.deb Size: 30434 MD5Sum: 07e3f875761d0824855525d189dcd1d1 SHA1: 1ad2f1c122ae0adafc6f204dda90717576eda09e SHA256: 5df1d3b08c5a8c53bc0a440af4f78ab3709ca3ba1cbaed7426fdfc83ea5281f6 SHA512: bb67926798be6835a456b15408542b5f8bff02e5fda8116dbfa1e2652a30dc7b1f7b1b4db7818e08a18f3eadc8239eb0a2a1472195d4792ed90c730a07a5f6e8 Description: Vote for your favourite packages automatically The popularity-contest package sets up a cron job that will periodically anonymously submit to the Ubuntu developers statistics about the most used Ubuntu packages on this system. . This information helps us making decisions such as which packages should go on the first CD. It also lets us improve future versions of Ubuntu so that the most popular packages are the ones which are installed automatically for new users. Homepage: http://popcon.ubuntu.com/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: postfix Priority: optional Section: mail Installed-Size: 3373 Maintainer: LaMont Jones Architecture: amd64 Version: 2.9.6-1~12.04.1 Replaces: mail-transport-agent Provides: default-mta, mail-transport-agent Depends: libc6 (>= 2.14), libdb5.1, libsasl2-2 (>= 2.1.24), libsqlite3-0 (>= 3.5.9), libssl1.0.0 (>= 1.0.0), debconf (>= 0.5) | debconf-2.0, netbase, adduser (>= 3.48), dpkg (>= 1.8.3), lsb-base (>= 3.0-6), ssl-cert, cpio Recommends: python Suggests: procmail, postfix-mysql, postfix-pgsql, postfix-ldap, postfix-pcre, sasl2-bin, libsasl2-modules, dovecot-common, resolvconf, postfix-cdb, mail-reader, ufw, postfix-doc Conflicts: libnss-db (<< 2.2-3), mail-transport-agent, smail Filename: pool/main/postfix_2.9.6-1~12.04.1_amd64.deb Size: 1319662 MD5Sum: b0f7d4d22db0931a3004aaaff0ba6804 SHA1: 9f5e22ece0f39eae298b535ff0a7d390a75401c1 SHA256: 0bbbe26a6298e282d948d61b71661014e9915cba3ccf3717e0a41e97f7441436 SHA512: e05854bdc48bc76bbec9354e2069073efd0ffbce119075e9c13370e62fd7127fca199728382b1b5b1aa76f834e069388c7dbe8d7e88d18fdedc556cc6eeccdf9 Description: High-performance mail transport agent Postfix is Wietse Venema's mail transport agent that started life as an alternative to the widely-used Sendmail program. Postfix attempts to be fast, easy to administer, and secure, while at the same time being sendmail compatible enough to not upset existing users. Thus, the outside has a sendmail-ish flavor, but the inside is completely different. Homepage: http://www.postfix.org Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: mail-server Package: postgresql-client-9.1 Priority: optional Section: database Installed-Size: 2332 Maintainer: Ubuntu Developers Original-Maintainer: Martin Pitt Architecture: amd64 Source: postgresql-9.1 Version: 9.1.16-0ubuntu0.12.04 Replaces: postgresql-9.1 (<< 9.1.16-0ubuntu0.12.04) Provides: postgresql-client Depends: libc6 (>= 2.14), libedit2 (>= 2.11-20080614-1), libpq5 (>= 9.0~), libssl1.0.0 (>= 1.0.0), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 115~) Suggests: postgresql-9.1, postgresql-doc-9.1 Conflicts: postgresql (<< 7.5) Breaks: postgresql-9.1 (<< 9.1.16-0ubuntu0.12.04) Filename: pool/main/postgresql-client-9.1_9.1.16-0ubuntu0.12.04_amd64.deb Size: 960218 MD5Sum: d44f9face0cd98e1a6603341140372e6 SHA1: 93fce69260e3b6ad0aceb836f406273683bb967f SHA256: abb28a52753cf39dec3611500d4ada887d264525466189bb0606c9d02f48daeb SHA512: 58ac83757aaca84272d43cc210a373cebccd2905c6843a9fc629112e3419a6f2c653b716966ac460df3db8d375cdb8377a2110fea3cda95705a22dfd9ef97e10 Description: front-end programs for PostgreSQL 9.1 This package contains client and administrative programs for PostgreSQL: these are the interactive terminal client psql and programs for creating and removing users and databases. . This is the client package for PostgreSQL 9.1. If you install PostgreSQL 9.1 on a standalone machine, you need the server package postgresql-9.1, too. On a network, you can install this package on many client machines, while the server package may be installed on only one machine. .. PostgreSQL is an object-relational SQL database management system. Homepage: http://www.postgresql.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: postgresql-server Package: postgresql-client-common Priority: optional Section: misc Installed-Size: 151 Maintainer: Martin Pitt Original-Maintainer: Martin Pitt Architecture: all Source: postgresql-common Version: 129ubuntu1 Recommends: lsb-release, libreadline6 Filename: pool/main/postgresql-client-common_129ubuntu1_all.deb Size: 25102 MD5Sum: bc05e6d64a5832b3e36a5756beebd377 SHA1: c207ee66bcfbdc78171d26d4bab8a33e3cb3207e SHA256: eaac622d8ffa34f8bb597b4614916b79a4167469f7fe12e05a504ac6d2ad83c9 SHA512: e7d0413e64926c062ac3eb43d44ad2f5cbae64e15448d02601392b7c0d7f37cbe27d5a9174eb7940d2445540631df23624dc22df172cc808256b180c355f9c23 Description: manager for multiple PostgreSQL client versions The postgresql-client-common package provides a structure under which multiple versions of PostgreSQL client programs may be installed at the same time. It provides a wrapper which selects the right version for the particular cluster you want to access (with a command line option, an environment variable, /etc/postgresql-common/user_clusters, or ~/.postgresqlrc). . PostgreSQL is a fully featured object-relational database management system. It supports a large part of the SQL standard and is designed to be extensible by users in many aspects. Its features include ACID transactions, foreign keys, views, sequences, subqueries, triggers, outer joins, multiversion concurrency control, and user-defined types and functions. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: postgresql-client Priority: optional Section: database Installed-Size: 63 Maintainer: Martin Pitt Original-Maintainer: Martin Pitt Architecture: all Source: postgresql-common (129ubuntu1) Version: 9.1+129ubuntu1 Depends: postgresql-client-9.1 Filename: pool/main/postgresql-client_9.1+129ubuntu1_all.deb Size: 5580 MD5Sum: b7dac06d706dd487beedfec0cf6ac29a SHA1: ec62e0365ca71762b42db78c22b3c9261664625c SHA256: ab12ed294c3dc4a942ce7ab1e65eda8cadac491a240bbdf7b0ce96e242c0fd30 SHA512: 7d8926777d658e388434dc5800bc62d7a27390b049ab2f0d2597ebddec6fe96fabfb18ceb58a38b9cc22d1d28c8d83951eaf40258378b64fa7fb677fd4048004 Description: front-end programs for PostgreSQL (supported version) This metapackage always depends on the currently supported database client package for PostgreSQL. . PostgreSQL is a fully featured object-relational database management system. It supports a large part of the SQL standard and is designed to be extensible by users in many aspects. Some of the features are: ACID transactions, foreign keys, views, sequences, subqueries, triggers, user-defined types and functions, outer joins, multiversion concurrency control. Graphical user interfaces and bindings for many programming languages are available as well. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: powermgmt-base Priority: standard Section: utils Installed-Size: 96 Maintainer: Ubuntu Developers Original-Maintainer: Chris Hanson Architecture: amd64 Version: 1.31 Replaces: apmd (<= 3.0.2-1.17) Depends: udev | makedev, libc6 (>= 2.3.4), module-init-tools Filename: pool/main/powermgmt-base_1.31_amd64.deb Size: 12058 MD5Sum: 52d2133494027e4c7b195b4552f87623 SHA1: adb83e421f79b2c36df700eb4632ee9f3d8570d3 SHA256: 259800d113a6aa8dfe75cd76a40fdc2c96acf19012d6503044f2808aa9c78e21 SHA512: 31838b20be494d220cf8479fafbaa3e4528daacbbf3052f1d74d702848d13f25895d9dee2a9032caaf906624910d954e18f2604b57fc373bbfe5b62501376a76 Description: Common utils and configs for power management This package contains utilities and configuration files for power management that are common to APM and ACPI. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: pppconfig Priority: standard Section: admin Installed-Size: 224 Maintainer: Ubuntu Developers Original-Maintainer: John Hasler Architecture: all Version: 2.3.18+nmu3ubuntu1 Replaces: manpages-fr (<< 2.39.1-5) Depends: ppp (>= 2.3.7), whiptail | dialog, lsb-base (>= 1.3-9ubuntu3) Suggests: resolvconf Conflicts: nscd (<< 2.3.2.ds1-14) Filename: pool/main/pppconfig_2.3.18+nmu3ubuntu1_all.deb Size: 33326 MD5Sum: e753ed69582fac5a1a3f5f016b33e28c SHA1: e9b49e3a8b4fbddeb2d1eab41c42b069c4193f5c SHA256: 9b31512e24b287595007159250c0071710fadb4046efb1e08c6eb7681f2d72ef SHA512: 8ffb3d9dccdb90c9f7b3d118332a21c534539101141bd3e3edb02beb23f1a1fd9daf462647ba6a8ccc7d3e55cf2da77ae8294616d77dfced18235bb397376712 Description: A text menu based utility for configuring ppp It provides extensive explanations at each step. pppconfig supports PAP, CHAP, and chat methods of authentication. It uses the standard ppp configuration files and sets ppp up so that the standard pon and poff commands can be used to control ppp. Some features supported by pppconfig are: - Multiple ISPs with separate nameservers. - Modem detection. - Dynamic DNS. - Dial on demand. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: pppoeconf Priority: standard Section: net Installed-Size: 132 Maintainer: Ubuntu Developers Original-Maintainer: Gregory Colpart Architecture: all Version: 1.20ubuntu1 Depends: whiptail-provider | whiptail, ppp (>= 2.4.2+20040428-2) | pppoe (>= 3.0), ppp (>= 2.4.1.uus2-4), gettext-base (>= 0.13), sed (>= 3.95) Recommends: locales Suggests: xdialog Filename: pool/main/pppoeconf_1.20ubuntu1_all.deb Size: 17052 MD5Sum: c5f750ea0db097f7d9d7c48f17a8959e SHA1: 707bfbfa318863d7f6a51e0d592d6a06c8ed04d5 SHA256: 57079e840f05bcc2c7643b9c603dd35ab6bdc52fb41e7f401471bf819c58588e SHA512: 9d907644b16c89158e6b1420968bc7fdd901fa1577a4d729fdec17c17ac436276ef6d27e273be0f2bf68854212de570977b5ae96243a715c79851233e62bed0f Description: configures PPPoE/ADSL connections User-friendly tool for initial configuration of a DSL (PPPoE) connection. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: ppp Priority: standard Section: admin Installed-Size: 894 Maintainer: Ubuntu Developers Original-Maintainer: Marco d'Itri Architecture: amd64 Version: 2.4.5-5ubuntu1.2 Depends: libc6 (>= 2.15), libpam0g (>= 0.99.7.1), libpcap0.8 (>= 0.9.8), libpam-modules, libpam-runtime, procps Breaks: network-manager (<= 0.8.0.999-1), network-manager-pptp (<= 0.8.0.999-1), pppdcapiplugin (<= 1:3.9.20060704+dfsg.1-1) Filename: pool/main/ppp_2.4.5-5ubuntu1.2_amd64.deb Size: 361932 MD5Sum: 8a505e3940c1e6a6d40006f11261fed0 SHA1: c0656c81c5c55120767067df8ede1c82f66c179a SHA256: 2a9bb07780e84cb2c9ce80d53a31bb108f1e38454aad0b8f3925e895e3e1f88f SHA512: 73478bc29ee6c9fec85e66e53ec31bbf36a5159c95e4a606feb445de956008dd1b386e113d7a35bb068985c8bd57c12b9116ccd91e6713122918ead180f6a040 Description: Point-to-Point Protocol (PPP) - daemon The Point-to-Point Protocol provides a standard way to transmit datagrams over a serial link, as well as a standard way for the machines at either end of the link to negotiate various optional characteristics of the link. . This package is most commonly used to manage a modem for dial-up or certain kinds of broadband connections. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master Package: procps Priority: required Section: admin Installed-Size: 668 Maintainer: Ubuntu Developers Original-Maintainer: Craig Small Architecture: amd64 Version: 1:3.2.8-11ubuntu6.3 Replaces: bsdutils (<< 2.9x-1), watch Provides: watch Depends: libc6 (>= 2.14), libncurses5 (>= 5.5-5~), libncursesw5 (>= 5.6+20070908), libtinfo5, upstart-job, lsb-base (>= 3.0-10), initscripts Recommends: psmisc Conflicts: libproc-dev (<< 1:1.2.6-2), pgrep (<< 3.3-5), procps-nonfree, w-bassman (<< 1.0-3), watch Filename: pool/main/procps_1:3.2.8-11ubuntu6.3_amd64.deb Size: 234700 MD5Sum: b273ff769493f60964b3c13db8b3110f SHA1: 08650c5e519faa74dca8ccdfdbf4fa88f19d5786 SHA256: 2da08ec56e879812d81aca58afadacd36c7202aa95481062cc5e8b924a118be7 SHA512: 2d33ee14fd6f626ba0771e0ee4efaa68f2ef700f60d89b63a30f17856cffdd3853b40bea3f93ac95e7eb2007fd934cd970e40d16549137a5525d30fb344560f8 Description: /proc file system utilities This package provides command line and full screen utilities for browsing procfs, a "pseudo" file system dynamically generated by the kernel to provide information about the status of entries in its process table (such as whether the process is running, stopped, or a "zombie"). . It contains free, kill, pkill, pgrep, pmap, ps, pwdx, skill, slabtop, snice, sysctl, tload, top, uptime, vmstat, w, and watch. Multi-Arch: foreign Homepage: http://procps.sf.net/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: psmisc Priority: standard Section: admin Installed-Size: 228 Maintainer: Ubuntu Developers Original-Maintainer: Craig Small Architecture: amd64 Version: 22.15-2ubuntu1.1 Replaces: procps (<< 1:1.2) Depends: libc6 (>= 2.14), libtinfo5 Filename: pool/main/psmisc_22.15-2ubuntu1.1_amd64.deb Size: 53674 MD5Sum: 6addf83dfa8c784fcd87be28c49ad128 SHA1: 1ea60e01f2b5362e8620f22d0d82e64498b7ccb9 SHA256: daceac062f1cda8bda3f5c93665e67064f98d12fc0e6b831fbfadc59b5050e03 SHA512: ce43e99e630ba84bdbd35a47f5b9010e8abbe6aa523779014433dbebb153692cf60b10635f75176b11524ecaa1cadaccdafa84604edd639cde6c082abab142c8 Description: utilities that use the proc file system This package contains miscellaneous utilities that use the proc FS: . - fuser: identifies processes that are using files or sockets. - killall: kills processes by name (e.g. "killall -HUP named"). - peekfd: shows the data traveling over a file descriptor. - pstree: shows currently running processes as a tree. - prtstat: print the contents of /proc//stat Homepage: http://psmisc.sf.net/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: pssh Priority: optional Section: universe/net Installed-Size: 126 Maintainer: Ubuntu Developers Original-Maintainer: Andrew Pollock Architecture: all Version: 2.2.2-1 Depends: python, python-support (>= 0.90.0) Filename: pool/main/pssh_2.2.2-1_all.deb Size: 26440 MD5Sum: 9e00320037af8eccda16cf9e35c882da SHA1: 5d64e15a35838f68a69e118ecf804b128ab9c9db SHA256: d86520451dc7a2422e2844fa5c6b0c550361a3ac5fa3c1b13899dd91978a2e93 SHA512: a3164c6016037b976f7538ab221217c439dc607876c242e9b5e3abbebc6deb2a4e3b8b98d2b3e11c1f3ff8edf5d542929dc3b20753eecc3cfade95f5598b764a Description: Parallel versions of SSH-based tools pssh provides a number of commands for executing against a group of computers, using SSH. It's most useful for operating on clusters of homogenously-configured hosts. . The package contains: . - Parallel ssh (parallel-ssh, upstream calls it pssh), executes commands on multiple hosts in parallel - Parallel scp (parallel-scp, upstream calls it pscp), copies files to multiple remote hosts in parallel - Parallel rsync (parallel-rsync, upstream calls it prsync), efficiently copies files to multiple hosts in parallel - Parallel nuke (parallel-nuke, upstream calls it pnuke), kills processes on multiple remote hosts in parallel - Parallel slurp (parallel-slurp, upstream calls it pslurp), copies files from multiple remote hosts to a central host in parallel . These tools are good for controlling large collections of nodes, where faster alternatives such as gexec and pcp are not available. Homepage: http://code.google.com/p/parallel-ssh/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: psutils Priority: optional Section: text Installed-Size: 302 Maintainer: Ubuntu Developers Original-Maintainer: Jay Berkenbilt Architecture: amd64 Version: 1.17-31 Depends: libc6 (>= 2.7), libpaper1 Recommends: ghostscript Filename: pool/main/psutils_1.17-31_amd64.deb Size: 95256 MD5Sum: 6a752d9564ea490d2bc87aa1d50d6f06 SHA1: 97a4e62c27e52cfcf903a6a20cd0ce79f94e7550 SHA256: 0d7665f6878383e97852ca0986a730af909621c0bf98e2216ac58546a689b0ab SHA512: a00903b2885584d1002c3ac7cc93070b8fce3d05d5547e9f11d3b6384581fc83021d209a20b29960096ff8b5c454ec1f02404cbb3be75a9390ccdda047c4c2cc Description: PostScript document handling utilities This collection of utilities is for manipulating PostScript documents. Page selection and rearrangement are supported, including arrangement into signatures for booklet printing, and page merging for n-up printing. . The following programs are included in psutils: epsffit, extractres, fixdlsrps, fixfmps, fixmacps, fixpsditps, fixpspps, fixscribeps, fixtpps, fixwfwps, fixwpps, fixwwps, getafm, includeres, psbook, psmerge, psnup, psresize, psselect, pstops, showchar . Some programs included here (psmerge) behave differently if gs is available, but all programs work without it. Multi-Arch: foreign Homepage: http://www.tardis.ed.ac.uk/~ajcd/psutils/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 18m Package: puppet-common Priority: optional Section: admin Installed-Size: 3817 Maintainer: Puppet Labs Architecture: all Source: puppet Version: 3.4.2-ubuntu1 Replaces: hiera-puppet Provides: hiera-puppet Depends: ruby | ruby-interpreter, libxmlrpc-ruby, libopenssl-ruby, ruby-shadow | libshadow-ruby1.8, libaugeas-ruby | libaugeas-ruby1.9.1 | libaugeas-ruby1.8, adduser, lsb-base, sysv-rc (>= 2.86) | file-rc, hiera (>= 1.0.0), facter (>= 1.6.12), ruby-rgen (>= 0.6.5) Recommends: lsb-release, debconf-utils Suggests: ruby-selinux | libselinux-ruby1.8, librrd-ruby1.9.1 | librrd-ruby1.8 Conflicts: hiera-puppet Breaks: puppet (<< 2.6.0~rc2-1), puppetmaster (<< 0.25.4-1) Filename: pool/main/puppet-common_3.4.2-ubuntu1_all.deb Size: 1159164 MD5Sum: 6872e62f45033f106edaef6744dd8f30 SHA1: f2b5d9227a864d446cf918f38c71a7f964fb6edd SHA256: 17aff3f268a7813e77ed03462ad2b99b9cb898927ccc38017bbda175a2552c09 SHA512: 457dc4e4456177a4450f33c8ad4a6c8612907e1b2789849e12ec346a41b5411f7e638c8caacfae7025672196ed127f086e59b237c9898fed078baddc4092830c Description: Centralized configuration management Puppet lets you centrally manage every important aspect of your system using a cross-platform specification language that manages all the separate elements normally aggregated in different files, like users, cron jobs, and hosts, along with obviously discrete elements like packages, services, and files. . Puppet's simple declarative specification language provides powerful classing abilities for drawing out the similarities between hosts while allowing them to be as specific as necessary, and it handles dependency and prerequisite relationships between objects clearly and explicitly. . This package contains the puppet software and documentation. For the startup scripts needed to run the puppet agent and master, see the "puppet" and "puppetmaster" packages, respectively. Homepage: http://projects.puppetlabs.com/projects/puppet Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: puppet Priority: optional Section: admin Installed-Size: 24 Maintainer: Puppet Labs Architecture: all Version: 3.4.2-ubuntu1 Depends: puppet-common (= 3.4.2-ubuntu1), ruby | ruby-interpreter Recommends: rdoc Suggests: puppet-el, vim-puppet Filename: pool/main/puppet_3.4.2-ubuntu1_all.deb Size: 9602 MD5Sum: df78d114836cc4eec95c5b630309e652 SHA1: bdee5ad8cecaf7413bef5e2e4ebd71e5a127ca87 SHA256: 56e931fa9a44cc0722b5907c68fb68f619db9f591981ea68261bc93b97b98b4f SHA512: 3da196dd84f2fb469783ed287567948e27e5d5def8103e5cf4595b7a10f916e537af18bc799fcf4e540774d00c26eef2d791136a3e1124e8f92f5ba9edbad8da Description: Centralized configuration management - agent startup and compatibility scripts This package contains the startup script and compatbility scripts for the puppet agent, which is the process responsible for configuring the local node. . Puppet lets you centrally manage every important aspect of your system using a cross-platform specification language that manages all the separate elements normally aggregated in different files, like users, cron jobs, and hosts, along with obviously discrete elements like packages, services, and files. . Puppet's simple declarative specification language provides powerful classing abilities for drawing out the similarities between hosts while allowing them to be as specific as necessary, and it handles dependency and prerequisite relationships between objects clearly and explicitly. Homepage: http://projects.puppetlabs.com/projects/puppet Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-all-dev Priority: optional Section: python Installed-Size: 1 Maintainer: Ubuntu Developers Original-Maintainer: Matthias Klose Architecture: amd64 Source: python-defaults Version: 2.7.3-ubuntu1 Depends: python (= 2.7.3-ubuntu1), python-all (= 2.7.3-ubuntu1), python-dev (= 2.7.3-ubuntu1), python2.7-dev (>= 2.7-7) Filename: pool/main/python-all-dev_2.7.3-ubuntu1_amd64.deb Size: 926 MD5Sum: e535ecbd7e26f825b6b75fb5bd5bb3a9 SHA1: 6c82f33ab843b3ea5bc7edfb48277e7fbc19af59 SHA256: 62b69bf12f555f081847161e9e71ab44a7d94b8a55273645854ee670bbc242da SHA512: 81fef85e71b5b53421fbba45c5f873e8c15043402500e5cdb24a7600bc588635c96df7e10c6b07e340ac4a23ee8d48d799d21310170ecb2b4b4b2cb9f3019812 Description: package depending on all supported Python development packages The package currently depends on python2.7-dev, in the future, dependencies on jython (Python for a JVM) and ironpython (Python for Mono) may be added. . This package is used as a build dependency for other packages to avoid hardcoded dependencies on specific Python development packages. Homepage: http://www.python.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: python-all Priority: optional Section: python Installed-Size: 1 Maintainer: Ubuntu Developers Original-Maintainer: Matthias Klose Architecture: amd64 Source: python-defaults Version: 2.7.3-ubuntu1 Depends: python (= 2.7.3-ubuntu1), python2.7 (>= 2.7.2-3) Filename: pool/main/python-all_2.7.3-ubuntu1_amd64.deb Size: 918 MD5Sum: 91e36b6321290f4e01b07572f6008426 SHA1: 05b7dcb43d899a00b03709d3f68531c699dbb399 SHA256: 919ecda38374e5e468ad443536f73ae928ed124196ec2579c9896bdb74cab075 SHA512: fd638afe5a021d3ba2e955e68a60856840b51c6f5c7bc5ad916c70f665197bae6c98aa1299cf4895446a88e8102ec7a636eed93d988828e0197659d1bf6c2234 Description: package depending on all supported Python runtime versions The package currently depends on python2.7, in the future, dependencies on jython (Python for a JVM) and ironpython (Python for Mono) may be added. . This package is used as a build dependency for other packages to avoid hardcoded dependencies on specific Python runtimes. Homepage: http://www.python.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: python-amqplib Priority: optional Section: python Installed-Size: 211 Maintainer: Ubuntu Developers Original-Maintainer: Mikhail Gusarov Architecture: all Version: 1.0.0+ds-1 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Suggests: python-amqplib-doc Filename: pool/main/python-amqplib_1.0.0+ds-1_all.deb Size: 34504 MD5Sum: 65ea84e27812f39354eb8985e4064a45 SHA1: 1d79d5f4b8bd4d476dcc23a7e8e7c7cc99827d03 SHA256: aa012db2219d704e2beff9756d657bb3bdb8e3730252cdd96bd135608cc92b3c SHA512: a58ca50530f99afb87549ed2e755d647f34aa7e55b14d0a40f20a3c17cf9ed49299f79d577fe754a6bae87346a6a538adf1d7146e0d7a6f5236d2aff1571e23b Description: simple non-threaded Python AMQP client library Python client for the Advanced Message Queuing Protocol (AMQP) 0-8, featuring basic messaging functionality and SSL support. . python-amqplib provides synchronous API unlike other (event-driven) implementations. Homepage: http://barryp.org/software/py-amqplib/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-amqp Priority: extra Section: python Installed-Size: 187 Maintainer: Ubuntu Developers Original-Maintainer: Debian Python Modules Team Architecture: all Version: 1.4.5-ubuntu2 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Suggests: python-amqp-doc Filename: pool/main/python-amqp_1.4.5-ubuntu2_all.deb Size: 48158 MD5Sum: b872cc85fafc8479feba1cda61cff4a8 SHA1: 31fbf211c8a0b89b2571b148260be5e4e6cce9b4 SHA256: 0b175bc4ac2b19965c6201e0e6eee71292d3013313b2006d9c8fa55fd2c5eda8 SHA512: 1183de7f08c8680e10c3175455ae7ce70dcc584a5d9820bf0ae22eebf41d932a42fffde1324d1432e5bdefe5a755c5582047e977f8f70ce0d7cb9c40c7f5e0d7 Description: Low-level AMQP client This is a fork of amqplib which was originally written by Barry Pederson. It is maintained by the Celery project, and used by kombu as a pure Python alternative when librabbitmq is not available. . This library should be API compatible with librabbitmq. Differences from amqplib are: * Supports draining events from multiple channels (Connection.drain_events). * Support for timeouts. * Channels are restored after channel error, instead of having to close the connection. * Support for heartbeats. * Supports RabbitMQ extensions: - Consumer Cancel Notifications. - Publisher confirms. - Exchange-to-exchange bindings: exchange_bind / exchange_unbind. * Support for basic_return. * Uses AMQP 0-9-1 instead of 0-8. * Exposes the underlying socket as Connection.sock. * Adds Channel.no_ack_consumers to keep track of consumer tags that set the no_ack flag. * Slightly better at error recovery. Homepage: https://github.com/celery/py-amqp Package: python-anyjson Priority: optional Section: python Installed-Size: 16 Maintainer: Debian Python Modules Team Architecture: all Version: 0.3.3-1build1 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Filename: pool/main/python-anyjson_0.3.3-1build1_all.deb Size: 7708 MD5Sum: 1c35c0e24e7a6969d6076c28fd5eb4e8 SHA1: 042afe94e237798bb582d2cedd3b81fafc14b01f SHA256: a738d58185dfb6a0ee505a9027e0fbb2c3aa90a2ba9d1e61881a0d49a400a0a4 SHA512: 3b1d5f093b337a90b381e9606378383498ae0d4be5827166e56208afe93040c8f478a23ce3c628b74979fc50fc8415864ea0d3d9d222b6447c72d8068f31c785 Description: Common interface for the best available JSON implementation Loads whichever is the fastest JSON module installed and provides a uniform API regardless of which JSON implementation is used. The exceptions will also be the same whichever JSON module is used. The ranking of the JSON implementations is based on a benchmark. Homepage: http://bitbucket.org/runeh/anyjson/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-appconf Priority: extra Section: python Installed-Size: 25 Maintainer: PKG OpenStack Architecture: all Source: python-django-appconf Version: 0.5-2~cloud0 Provides: python2.7-appconf Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-django (>= 1.1) Pre-Depends: dpkg (>= 1.15.6~) Filename: pool/main/python-appconf_0.5-2~cloud0_all.deb Size: 8068 MD5Sum: 7ce2153afb604ac6b19c93b25c990d43 SHA1: 455fa496c7a61ce7a8e573cf1f1e029f02e1e3b7 SHA256: 63a7598f70877b5a743e441cc6d3706aedf1eb8992da0469870bf17eb34ee67e SHA512: c2783dff3befbfab95b058623a133bf4b3d092b6b284e1ad7e62c043648021f600bd6cd8048fca2d19031864bc262e57c9f9f8a651a12582e7be0b216e6fcf51 Description: helper class for handling configuration defaults of packaged apps gracefully Say you have an app with a few defaults, which you want to refer to in the app's code without repeating yourself all the time. Django-appconf provides a simple helper class to implement those defaults. Homepage: http://pypi.python.org/pypi/django-appconf/ Package: python-apt-common Priority: standard Section: python Installed-Size: 208 Maintainer: Ubuntu Core Developers Original-Maintainer: APT Development Team Architecture: all Source: python-apt Version: 0.8.3ubuntu7.2 Replaces: python-apt (<< 0.7.98+nmu1) Depends: python | python3 Breaks: python-apt (<< 0.7.98+nmu1) Filename: pool/main/python-apt-common_0.8.3ubuntu7.2_all.deb Size: 22222 MD5Sum: f83c619cffbdabe88d61dc7f294c3905 SHA1: 5d2571e6dbbd59e35e5d161ac8ffe200215b6951 SHA256: 22e13c1b1cb3356638fa977c7b1ce3ccc34dd9e1a6c22f74bd07d9b21e862f39 SHA512: c87a3a838a81ca8fcd7d6fa0c76aa6087887ce0ac29691e4089c0e32f2c3121f7cb359c041eed325b1c3e7ce668ab0fd75bf9c04241f989246caf03d65df7f2d Description: Python interface to libapt-pkg (locales) The apt_pkg Python interface will provide full access to the internal libapt-pkg structures allowing Python programs to easily perform a variety of functions. . This package contains locales. Enhances: python-apt, python3-apt Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-apt Priority: standard Section: python Installed-Size: 714 Maintainer: Ubuntu Core Developers Original-Maintainer: APT Development Team Architecture: amd64 Version: 0.8.3ubuntu7.2 Provides: python2.7-apt Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), libapt-inst1.4 (>= 0.8.16~exp12), libapt-pkg4.12 (>= 0.8.16~exp12ubuntu10.16), libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0), python-apt-common Recommends: lsb-release, iso-codes, xz-lzma Suggests: python-apt-dbg, python-gtk2, python-vte, python-apt-doc Breaks: apt-forktracer (<< 0.3), apt-listchanges (<< 2.85), apt-p2p (<< 0.1.6), apt-xapian-index (<< 0.25), aptdaemon (<< 0.11+bzr343-1~), aptoncd (<< 0.1.98+bzr117), bcfg2 (<< 1.0.1), bzr-builddeb (<< 2.4), computer-janitor (<< 1.14.1-1+), debdelta (<< 0.41+), debpartial-mirror (<< 0.2.98), debsecan (<< 0.4.15), gdebi (<< 0.6.1), germinate (<< 1.21), gnome-codec-install (<< 0.4.5), mini-dinstall (<< 0.6.28), packagekit-backend-apt (<= 0.4.8-0ubuntu4), python-cdd (<< 0.0.10), python-dogtail (<< 0.6.1-3.1+), python-software-properties (<< 0.70.debian-1+), rebuildd (<< 0.3.9), software-center (<< 1.1.21debian2), tla-buildpackage (<< 0.9.14), ubuntu-dev-tools (<< 0.93debian1), unattended-upgrades (<< 0.42debian2), update-manager (<< 0.200.2-1), update-notifier (<< 0.99.3debian9), wajig (<< 2.0.46) Filename: pool/main/python-apt_0.8.3ubuntu7.2_amd64.deb Size: 187190 MD5Sum: 8e02ec3c43a3de9434b0a53fadc5c61a SHA1: 7ce2c553546853efdd02c06f06c8c9b1e54682e0 SHA256: eb6307b67b5946a53293db602aa8841ff2f5a4a7507550239f905332b81297db SHA512: 6a722864da43cf4303cae735ecbff7082d64da6248bb6c5456585cb6c2ea3d259eeb385b9e4eb7f8fe292f246a15dfbbf5e2847745b54f80acb1b668778c2e36 Description: Python interface to libapt-pkg The apt_pkg Python interface will provide full access to the internal libapt-pkg structures allowing Python programs to easily perform a variety of functions, such as: . - Access to the APT configuration system - Access to the APT package information database - Parsing of Debian package control files, and other files with a similar structure . The included 'aptsources' Python interface provides an abstraction of the sources.list configuration on the repository and the distro level. Multi-Arch: allowed Python-Version: 2.7 Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: python-argparse Priority: optional Section: python Installed-Size: 235 Maintainer: Ritesh Raj Sarraf Architecture: all Source: argparse Version: 1.2.1-1 Provides: python2.7-argparse Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Suggests: python-argparse-doc Filename: pool/main/python-argparse_1.2.1-1_all.deb Size: 46574 MD5Sum: a9b51e7abd328894d8a1adbd8d8b369e SHA1: 395de92a8db247adfc0014c527800422707d5591 SHA256: fb4fa8f85597b568324733035d3590bfea836ed681a72bc0f727992a787d9b54 SHA512: 3d3cee8342973e7063d0390bade52d9726283e7f58396f7e7ed30f7848bbbe3411ed5359344ca8d5d7548a69c255bf91b91c3315cfc56e0e5bb5d46f4253561e Description: optparse-inspired command-line parsing library Argparse takes the best of the optparse command-line parsing module and brings it new life. Argparse adds positional as well as optional arguments, the ability to create parsers for sub-commands, more informative help and usage messages, and much more. At the same time, it retains the ease and flexibility of use that made optparse so popular Homepage: http://code.google.com/p/argparse/ Package: python-babel-localedata Priority: optional Section: python Installed-Size: 8507 Maintainer: Ubuntu Developers Original-Maintainer: Debian Python Modules Team Architecture: all Source: python-babel Version: 1.3+dfsg.1-ubuntu1 Filename: pool/main/python-babel-localedata_1.3+dfsg.1-ubuntu1_all.deb Size: 3202052 MD5Sum: d8befdc0428cd82ad711bec911ac4919 SHA1: 65c35a97ccf85087af1ff5a8a40cd3c95bab2ca6 SHA256: 12592416a85a1e8c492a5ce78ecf10bf5c1d5fefeeb3080665be572d0eb0a452 SHA512: f21d8a16c5879a3297fe8ca21820380b5a3e959d13e050f42a83082d92caee72f09588544defa848cbc5d9e00f657f1121cd6a4814657473e07f4f6dc0cdbe19 Description: tools for internationalizing Python applications - locale data files Babel is composed of two major parts. First tools to build and work with gettext message catalogs. Second a Python interface to the CLDR (Common Locale Data Repository), providing access to various locale display names, localized number and date formatting, etc. . This package contains the locale data files used by both python-babel and python3-babel. Homepage: http://babel.pocoo.org/ Package: python-babel Priority: optional Section: universe/python Installed-Size: 8837 Maintainer: Ubuntu Developers Original-Maintainer: Debian Python Modules Team Architecture: all Version: 1.3+dfsg.1-ubuntu1 Depends: python-babel-localedata (= 1.3+dfsg.1-ubuntu1), python-pkg-resources, python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-tz Filename: pool/main/python-babel_1.3+dfsg.1-ubuntu1_all.deb Size: 3250302 MD5Sum: b42091bf3d877d767c7ab7b3699a6152 SHA1: 437c6b99afa3f89b5fb58b19ab3a0206a8f25639 SHA256: cee534d49abc0f45f5cd20dd653551da488997b52fbb246afaaab906517aef81 SHA512: b38db443f2108c8fa65084220a1abbcab73dc14cab51d458a7f4ef24caa44f23693624e9bcfba1e291900443e519c64c82fc819c2c4ac7cc5199982aa9bb928b Description: tools for internationalizing Python applications - Python 2.x Babel is composed of two major parts. First tools to build and work with gettext message catalogs. Second a Python interface to the CLDR (Common Locale Data Repository), providing access to various locale display names, localized number and date formatting, etc. . This package provides the Python 2.x module. Homepage: http://babel.pocoo.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-barbicanclient Priority: optional Section: python Installed-Size: 161 Maintainer: PKG OpenStack Architecture: all Version: 2.2.1-fuel6.0.1~mira18 Depends: python-keystoneclient (>= 0.9.0), python-pbr (>= 0.5.21), python-pbr (<< 1.0), python-argparse, python-requests (>= 1.2.3), python-six (>= 1.5.2), python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Pre-Depends: dpkg (>= 1.15.6~) Filename: pool/main/python-barbicanclient_2.2.1-fuel6.0.1~mira18_all.deb Size: 30748 MD5Sum: 79cd2573b123a3bf2264373660966315 SHA1: 742846d7bb90f62ea02e4dd5020f1ad3bf53fa00 SHA256: c76709b7456801148ed6e4207e2699464ff91fb7d837dd92bcbc7e6321452132 SHA512: cedfddece74aa840503e84174d16d67b3adb4d7e4cf52a7fca403e9fa50c8f96eb33c3976a3cbf78cb24f1814741bacfc9abade3f8fed07f83c7a9583e214b5c Description: OpenStack Key Management API client - Python 2.x This is a client for the Barbican Key Management API. This package includes a Python library for accessing the API (the barbicanclient module), and a command-line script (barbican). . This package contains the Python 2.x module. Homepage: https://github.com/openstack/barbican Package: python-beautifulsoup Priority: optional Section: web Installed-Size: 160 Maintainer: Ubuntu Developers Original-Maintainer: Debian Python Modules Team Architecture: all Source: beautifulsoup Version: 3.2.0-2build1 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Recommends: python-chardet Filename: pool/main/python-beautifulsoup_3.2.0-2build1_all.deb Size: 34460 MD5Sum: b7c108acd3a60cfa3e3ffb8f346e6c8e SHA1: c75e29dc15a49f3775047fb0c7f5943d281e07ae SHA256: a36522800d4b074fc40df55d4ff892d72400ab99693f4d890da82d7b28326f00 SHA512: 8abe89a83eeb29385ca47e8d8afb26d133a523adff1a5aaf9c03fbbf57825592fd9ca5be175d139390a41183f17be2e219ee6b96cc5884153270fdfbad366c83 Description: error-tolerant HTML parser for Python The BeautifulSoup class turns arbitrarily bad HTML into a tree-like nested tag-soup list of Tag objects and text snippets. A Tag object corresponds to an HTML tag. It knows about the HTML tag's attributes, and contains a representation of everything contained between the original tag and its closing tag (if any). It's easy to extract Tags that meet certain criteria. Homepage: http://www.crummy.com/software/BeautifulSoup Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-blinker Priority: optional Section: python Installed-Size: 150 Maintainer: Ubuntu Developers Original-Maintainer: Debian Python Modules Team Architecture: all Source: blinker Version: 1.3.dfsg1-1ubuntu2 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Filename: pool/main/python-blinker_1.3.dfsg1-1ubuntu2_all.deb Size: 40884 MD5Sum: df9775c8a6516f32278415fb07199143 SHA1: d73bf788b805069f4224f1c50245721fd6fed631 SHA256: d56c7deba93cf318f6e02d216748606111a5099b80bd450bbf284fa1ebfb8852 SHA512: 42e3519b412b0a8041ea0f093aa78112be09536d1bb09adbcd5ff4517760c22021406a8d316316a702ffce10d26345b6f13edd79819ba0b0ea3ed028757b81f9 Description: Fast, simple object-to-object and broadcast signaling library Blinker provides a fast dispatching system that allows any number of interested parties to subscribe to events, or "signals". . Signal receivers can subscribe to specific senders or receive signals sent by any sender. Homepage: http://pythonhosted.org/blinker/ Package: python-boto Priority: optional Section: python Installed-Size: 4503 Maintainer: Chris Lea Architecture: all Version: 2.32.1-1chl1~precise1 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-support Filename: pool/main/python-boto_2.32.1-1chl1~precise1_all.deb Size: 925432 MD5Sum: 3c9c2d594d8dd9187a84b4dc46bf9ab6 SHA1: 9a8b10d0349219ea86ecfc2a1cf6d72c187daf54 SHA256: 9788b9ddc8e836cce347760fa6be9cb07a13972711b1c7f073113b9201df53c3 SHA512: 0072e969fdfead2efbb2c0b4a397cafc5971ee484c9ee49e0f619fb768d2742d03d8892c62aadf02f9e51db0ab73b07796bd27d3066d5e1220baedbe72664e4e Description: Python interface to Amazon's Web Services. An integrated interface to current and future infrastructural services offered by Amazon Web Services. Homepage: http://code.google.com/p/boto/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-bson-ext Priority: optional Section: python Installed-Size: 56 Maintainer: Federico Ceratto Architecture: amd64 Source: pymongo Version: 2.6.3-1build1 Provides: python2.7-bson-ext Depends: python2.7, python (>= 2.7), python (<< 2.8), libc6 (>= 2.14), python-bson (= 2.6.3-1build1) Filename: pool/main/python-bson-ext_2.6.3-1build1_amd64.deb Size: 35116 MD5Sum: cb8a4834dc626ca9e2f16217e1954566 SHA1: c19aa6cb84e6e4ddb36744cf4fd64aa46028cbe0 SHA256: c9119e851f4857632b7d3175dc70877503f6588d13e71329d896a2e825dcc4b2 SHA512: 6bc12311ba1ba7db7c35d9e564eb82e8437beac67f7d28cdf7cd0cdb773f30af9f1444638814b0d47b056619f2455efb70b22bd389c70bd737a864a06d509fea Description: C-coded extension to the python-bson package BSON Python module contains all of the Binary JSON encoding and decoding logic for MongoDB. This package contains an extension written in C for higher performance. Homepage: http://api.mongodb.org/python/ Package: python-bson Priority: optional Section: python Installed-Size: 87 Maintainer: Federico Ceratto Architecture: amd64 Source: pymongo Version: 2.6.3-1build1 Provides: python2.7-bson Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Recommends: python-bson-ext Filename: pool/main/python-bson_2.6.3-1build1_amd64.deb Size: 35308 MD5Sum: 1411874e01c69926affab5eae4d9a408 SHA1: 336d87376bd63dbf242948816903e4c372a04822 SHA256: 4d1fcd693fc6d30f93dc464e937dcf142336a3d5c1b19c90a8e59baea971e7f4 SHA512: 5057977ded1c642b6f2a517092187667dd191a980dca8a005e953b0b6266eae4823d3ba8cbc778a0f26d062ab5b00bb14279743ede57aa765b043b9b89131d87 Description: Python implementation of BSON for MongoDB BSON Python module contains all of the Binary JSON encoding and decoding logic for MongoDB. Homepage: http://api.mongodb.org/python/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: python-carrot Priority: optional Section: python Installed-Size: 454 Maintainer: Ubuntu Developers Original-Maintainer: David Watson Architecture: all Version: 0.10.7-1ubuntu1 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-anyjson, python-amqplib Recommends: python-stompy Filename: pool/main/python-carrot_0.10.7-1ubuntu1_all.deb Size: 81478 MD5Sum: d211336651734cff31a322515bb25ace SHA1: 2c9a2f2923e31a0f382d5a3b37ee583a2182be29 SHA256: af68673b7ffa196db14bbca85c0beaa80e5c5ed83d900454a91acbcb1b3a428a SHA512: 1dda018cf57aa1a3d27856bf2955d73cbc8c697085bc7e57d2a412ac89eca76beeb926d882a7d55489b1805d29a221412dd7a0294a5a7f922aec4fda096e975f Description: AMQP messaging queue framework AMQP is the Advanced Message Queuing Protocol, an open standard protocol for message orientation, queuing, routing, reliability and security. . The aim of carrot is to make messaging in Python as easy as possible by providing a high-level interface for producing and consuming messages. At the same time it is a goal to re-use what is already available as much as possible. . carrot has pluggable messaging back-ends, so it is possible to support several messaging systems. Currently, there is support for AMQP (py-amqplib) and STOMP (python-stomp). There is also a in-memory backend for testing purposes that uses the Python queue module. Homepage: http://pypi.python.org/pypi/carrot Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-ceilometerclient Priority: extra Section: python Installed-Size: 373 Maintainer: Chuck Short Architecture: all Version: 1.0.12-fuel6.0.1~mira2 Depends: python-argparse, python-keystoneclient (>= 1:0.10.0), python-httplib2, python-iso8601 (>= 0.1.9), python-oslo.utils (>= 1.0.0), python-pbr (>= 0.6), python-pbr (<< 0.7) | python-pbr (>> 0.7), python-pbr (<= 1.0), python-prettytable (>= 0.7), python-prettytable (<< 0.8), python-six (>= 1.7.0), python-stevedore (>= 0.14), python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Filename: pool/main/python-ceilometerclient_1.0.12-fuel6.0.1~mira2_all.deb Size: 76656 MD5Sum: 8dcf00805e811c4e01a363947e192b2c SHA1: 4dbe736d3b724fd39f05855ec9a951822dbae81e SHA256: 84ef94d300fbb7aaf3bb3e8a397696c2dfec7abf7fc89b5198591acebbf75da3 SHA512: 84f64f86d4726a637b6cf73c0979e9d206cd1f64bf3087581c4f15ea518099b3aa68c8d3c40ca614e10c4ed5e80fe754508dd2a5a92cb40cf095858ef3f462e9 Description: Client library for Openstack ceilometer server. This is a client library for Ceilometer built on the Ceilometer API. It provides a Python API (the ceilometerclient module) and a command-line tool (ceilometer). Homepage: http://launchpad.net/ceilometer Package: python-ceilometer Priority: optional Section: python Installed-Size: 2842 Maintainer: Chuck Short Architecture: all Source: ceilometer Version: 2014.2.2-fuel6.0.1~mira1 Depends: alembic (>= 0.6.4), python-anyjson (>= 0.3.3), python-argparse, python-croniter (>= 0.3.4), python-ceilometerclient (>= 1.0.6), python-eventlet (>= 0.15.1), python-glanceclient (>= 1:0.14.0), python-happybase (>= 0.5), python-happybase (<< 0.7) | python-happybase (>> 0.7), python-iso8601 (>= 0.1.9), python-jsonpath-rw (>= 1.2.0), python-jsonpath-rw (<< 2.0), python-jsonschema (>= 2.0.0), python-jsonschema (<< 3.0.0), python-keystoneclient (>= 1:0.10.0), python-keystonemiddleware (>= 1.0.0), python-lxml (>= 2.3), python-lockfile (>= 0.8), python-migrate (>= 0.9.1), python-migrate (<< 0.9.2), python-msgpack (>= 0.4.0), python-netaddr (>= 0.7.12), python-neutronclient (>= 2.3.6), python-novaclient (>= 1:2.18.0), python-oslo.config (>= 1:1.4.0), python-oslo.db (>= 1.0.0), python-oslo.utils (>= 1.0.0), python-oslo.messaging (>= 1.4.0), python-oslo.serialization (>= 1.0.0), python-oslo.vmware (>= 0.6.0), python-pbr (>= 0.6), python-pbr (<< 0.7) | python-pbr (>> 0.7), python-pbr (<< 1.0), python-pecan (>= 0.5.0), python-posix-ipc, python-pymongo (>= 2.6), python-six (>= 1.7.0), python-tooz (>= 0.3), python-yaml (>= 3.1.0), python-requests (>= 1.2.1), python-requests (<< 2.2.2), python-sqlalchemy (>= 0.9.7), python-sqlalchemy (<= 0.9.99), python-stevedore (>= 1.0.0), python-swiftclient (>= 2.2.0), python-tz, python-webob (>= 1.2.3), python-wsme (>= 0.6), python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), msgpack-python, python-ordereddict, python-oslo.rootwrap, python-pastedeploy, python-pysnmp2 Suggests: python-pysnmp4 Filename: pool/main/python-ceilometer_2014.2.2-fuel6.0.1~mira1_all.deb Size: 486636 MD5Sum: fa08a9cc937b1d378c1138aab09a3b83 SHA1: ab0c7db6181ec724a4510126685fb00c78587670 SHA256: bf5837108c8c31b5b49c597a2610a49b460f47addc6464483706b3f3db9a1c4c SHA512: 67d06c7e45426d50f25ec71d116f88224cb6676d5acb015a359aeccc51fd5f21fe1500552fe5be9ed56fa3bcb8b66c2f69ed6ea6157acc05bce7997868220ef9 Description: ceilometer python libraries Ceilometer aims to deliver a unique point of contact for billing systems to aquire all counters they need to establish customer billing, accross all current and future OpenStack components. The delivery of counters must be tracable and auditable, the counters must be easily extensible to support new projects, and agents doing data collections should be independent of the overall system. . (A ceilometer is an instrument that measures cloud coverage.) . This package contains the python libraries that are needed for all parts of ceilometer Package: python-ceph Priority: optional Section: universe/python Installed-Size: 169 Maintainer: Laszlo Boszormenyi (GCS) Architecture: amd64 Source: ceph Version: 99:0.80.7-ubuntu6 Depends: librados2, librbd1, python-flask, python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Filename: pool/main/python-ceph_0.80.7-ubuntu6_amd64.deb Size: 41380 MD5Sum: b7dccd35fe98d89469f33fcceb3c9554 SHA1: 9b514f8a4bd77301e602f01caab050beb2aa5cdc SHA256: 26dcad471ff591b438d97e8e249e63155ef9ee7faabe5cbf07fcef769d21d18b SHA512: 17c389e8dbd8da9edeaf7f8170b8a7a24fa4963e702a84084a1a48f380c75fd9aff790ed218f16d8a819a8bb5285580acf7bbef6d7f07c44bbac75a144abc4c5 Description: Python libraries for the Ceph distributed filesystem Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. . This package contains Python libraries for interacting with Ceph's RADOS object storage, and RBD (RADOS block device). Homepage: http://ceph.com/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-chardet Priority: optional Section: python Installed-Size: 578 Maintainer: Ubuntu Developers Original-Maintainer: Piotr Ożarowski Architecture: all Source: chardet Version: 2.0.1-2build1 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Filename: pool/main/python-chardet_2.0.1-2build1_all.deb Size: 175936 MD5Sum: b2946bf97d09a86612337ff66abed5a1 SHA1: 73fcc7b2a705e9898f47890510040ef0aa57dff1 SHA256: 58344f57ed6510ec07830e1e293b83457b135cff3da946c56d63b85f5c425bd7 SHA512: 9f9045151d31ead76fae5642248bd120facf1908bcc10ecba3ee8401f4d884f7c6f2479e91a9264b636fb2f25a68fb7f9011124b93c795cedea1c352af66b1af Description: universal character encoding detector Chardet takes a sequence of bytes in an unknown character encoding, and attempts to determine the encoding. . Supported encodings: * ASCII, UTF-8, UTF-16 (2 variants), UTF-32 (4 variants) * Big5, GB2312, EUC-TW, HZ-GB-2312, ISO-2022-CN (Traditional and Simplified Chinese) * EUC-JP, SHIFT_JIS, ISO-2022-JP (Japanese) * EUC-KR, ISO-2022-KR (Korean) * KOI8-R, MacCyrillic, IBM855, IBM866, ISO-8859-5, windows-1251 (Cyrillic) * ISO-8859-2, windows-1250 (Hungarian) * ISO-8859-5, windows-1251 (Bulgarian) * windows-1252 (English) * ISO-8859-7, windows-1253 (Greek) * ISO-8859-8, windows-1255 (Visual and Logical Hebrew) * TIS-620 (Thai) . This library is a port of the auto-detection code in Mozilla. Homepage: http://chardet.feedparser.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-cheetah Priority: optional Section: text Installed-Size: 818 Maintainer: Ubuntu Developers Original-Maintainer: Arnaud Fontaine Architecture: amd64 Source: cheetah Version: 2.4.4-2ubuntu3 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), libc6 (>= 2.2.5) Suggests: python-markdown (>= 2.0.1), python-pygments, python-memcache Filename: pool/main/python-cheetah_2.4.4-2ubuntu3_amd64.deb Size: 173864 MD5Sum: a9e0c27bd1328fef49bd58bd895bdd8f SHA1: b081e7c4e20b002ea1e893ef030acdc77d1d83f3 SHA256: 205ef7a76b59f1b3c41886526074db24ef87f059c0802e28d648dfc7a5d84204 SHA512: 9263373bdc74624dc77242479fab1f411feeaa032220539cb71ff0f6642e2745e0b1bf4424dc11a544a1e9ac2ea8a942a1fd0339deefa90057ab97fa62f7cce9 Description: text-based template engine and Python code generator Cheetah can be used as a standalone templating utility or referenced as a library from other Python applications. It has many potential uses, but web developers looking for a viable alternative to ASP, JSP, PHP and PSP are expected to be its principle user group. . Features: * Generates HTML, SGML, XML, SQL, Postscript, form email, LaTeX, or any other text-based format. * Cleanly separates content, graphic design, and program code. * Blends the power and flexibility of Python with a simple template language that non-programmers can understand. * Gives template writers full access to any Python data structure, module, function, object, or method in their templates. * Makes code reuse easy by providing an object-orientated interface to templates that is accessible from Python code or other Cheetah templates. One template can subclass another and selectively reimplement sections of it. * Provides a simple, yet powerful, caching mechanism that can dramatically improve the performance of a dynamic website. * Compiles templates into optimized, yet readable, Python code. Homepage: http://www.cheetahtemplate.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: cloud-image Package: python-cinderclient Priority: optional Section: python Installed-Size: 703 Maintainer: Chuck Short Architecture: all Version: 1:1.1.1-fuel6.0~mira8 Depends: python-argparse, python-babel (>= 1.3), python-keystoneclient (>= 1:0.10.0), python-pkg-resources, python-prettytable (>= 0.7), python-prettytable (<< 0.8), python-requests (>= 1.2.1), python-requests (<< 2.4.0) | python-requests (>> 2.4.0), python-simplejson (>= 2.2.0), python-six (>= 1.7.0), python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-pbr Filename: pool/main/python-cinderclient_1.1.1-fuel6.0~mira8_all.deb Size: 142124 MD5Sum: dab9d973e0040356483c789f4b3f6813 SHA1: 057a59450ba140d76354b513dd6eac00313baf49 SHA256: 8fd43684e5affab1edfa66ca328f826d90b5cfcd7f28fe25ae1a74f473480ffb SHA512: 492a15aec55e13f28035eff7ee12d167f54bc76a9cd80cc8fd7d452d5c3ac488b5d0bbfe9dc3b61c4dcbfdf1b5c27d5e32ff795571a3d33c26cc6d337ee37b95 Description: python bindings to the OpenStack Volume API This is a client for the OpenStack Volume API. There's a Python API (the ``cinderclient`` module), and a command-line script (``cinder``). Each implements 100% of the OpenStack Volume API Package: python-cinder Priority: extra Section: python Installed-Size: 8896 Maintainer: Chuck Short Architecture: all Source: cinder Version: 1:2014.2.2-fuel6.0.1~mira3 Depends: python-pbr (>= 0.6), python-pbr (<< 0.7) | python-pbr (>> 0.7), python-pbr (<< 1.0), python-amqplib (>= 0.6.1), python-anyjson (>= 0.3.3), python-argparse, python-babel (>= 1.3), python-eventlet (>= 0.15.1), python-glanceclient (>= 1:0.14.0), python-requests (>= 2.1.0), python-requests (<< 2.2.2), python-greenlet (>= 0.3.2), python-iso8601 (>= 0.1.9), python-keystonemiddleware (>= 1.0.0), python-keystonemiddleware (<< 1.4.0), python-kombu (>= 3.0.7), python-lockfile (>= 0.8), python-lxml (>= 2.3), python-migrate (>= 0.9.1), python-migrate (<< 0.9.2), python-netaddr (>= 0.7.12), python-novaclient (>= 1:2.18.0), python-oslo.config (>= 1:1.4.0), python-oslo.db (>= 1.0.0), python-oslo.db (<< 1.1), python-oslo.messaging (>= 1.4.0), python-oslo.messaging (<< 1.5.0), python-oslo.rootwrap (>= 1.3.0), python-oslo.i18n (>= 1.0.0), python-osprofiler (>= 0.3.0), python-paramiko (>= 1.13.0), python-paste, python-pastedeploy (>= 1.5.0), python-crypto (>= 2.6), python-barbicanclient (>= 2.1.0), python-barbicanclient (<< 3.0.0) | python-barbicanclient (>> 3.0.0), python-barbicanclient (<< 3.0.2), python-routes (>= 1.12.3), python-routes (<< 2.0) | python-routes (>> 2.0), python-six (>= 1.7.0), python-sqlalchemy (>= 0.9.7), python-sqlalchemy (<= 0.9.99), python-stevedore (>= 1.0.0), python-suds (>= 0.4), python-suds (<< 0.4.2), python-swiftclient (>= 2.2.0), python-taskflow (>= 0.4), python-taskflow (<< 0.7.0), python-rtslib-fb (>= 2.1.39), python-webob (>= 1.2.3), python-wsgiref (>= 0.1.2), qemu-utils, python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Suggests: python-ceph, python-hp3parclient Filename: pool/main/python-cinder_2014.2.2-fuel6.0.1~mira3_all.deb Size: 1510660 MD5Sum: 2dc95ac31ab52fae4b51af8dc66e5beb SHA1: cb21b29702f5aa2f922aecfe3bdb2d58c96c7444 SHA256: e53e8423cbf362e1096788899d1d798c82f2652ab8af2f5fc5cfe90fe0082237 SHA512: 27f6d303b9aed8c1c67a78a3a74fdbdac1e8ab2dfc9ff827a40ed34889d23526d9171213ba285582a831c7efbaeea4cd56a7f38bba0a90f5fcb3cd8282204e8c Description: Cinder Python libraries OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . Cinder is the OpenStack Block storage service. . This package contains the Python library for Cinder. Homepage: http://launchpad.net/cinder Package: python-cliff-doc Priority: optional Section: doc Installed-Size: 233 Maintainer: Debian Python Modules Team Architecture: all Source: python-cliff Version: 1.7.0-ubuntu2 Depends: libjs-sphinxdoc (>= 1.0) Filename: pool/main/python-cliff-doc_1.7.0-ubuntu2_all.deb Size: 60160 MD5Sum: 001fa273ec5b6c18e5dea577e3e06671 SHA1: f9176a39de72ccb2928fab411705e4c509aa250d SHA256: 2585cd051299a1f8de94928aebd8840366e238d85d6ade7ddedf60159b2dcaf1 SHA512: 73d7bfb4f8795c247966be16a358ed7faf23b58da72fb8abf28de8bb91d89b063d3d288385fdcecad8dc74001c64be3630de787454f724327f038cba11b093de Description: command line interface formulation framework documentation Cliff is a framework for building command line programs. It uses plugins to define sub-commands, output formatters, and other extensions. . The cliff framework is meant to be used to create multi-level commands such as Subversion and git, where the main program handles some basic argument parsing and then invokes a sub-command to do the work. . This is the documentation of python-cliff. Homepage: https://github.com/dreamhost/cliff Package: python-cliff Priority: optional Section: python Installed-Size: 79 Maintainer: Debian Python Modules Team Architecture: all Version: 1.7.0-ubuntu2 Depends: python-cmd2 (>= 0.6.7), python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-argparse, python-prettytable, python-pyparsing, python-six, python-stevedore Recommends: python-cliff-doc (= 1.7.0-ubuntu2) Filename: pool/main/python-cliff_1.7.0-ubuntu2_all.deb Size: 24928 MD5Sum: 3b1f905666637352ea902773bd9a81a8 SHA1: 012df6e6c7f797dd70f0b1ecea5fa5906ff6bb89 SHA256: 85ba0c27e9bc14b50dd496c6cc4777f50b8de71f0f2ca27d531b6b3e355655cb SHA512: 34398b067600489a86db2a968d55acb3401a2a232a32a097015d0c7e2fa3ff516a21f932364890a6c9ea47bc922d3e8b1f283e611be929abd69c8222d15e5e15 Description: command line interface formulation framework - Python 2.x Cliff is a framework for building command line programs. It uses plugins to define sub-commands, output formatters, and other extensions. . The cliff framework is meant to be used to create multi-level commands such as Subversion and git, where the main program handles some basic argument parsing and then invokes a sub-command to do the work. . This package provides the Python 2.x module. Homepage: https://github.com/dreamhost/cliff Package: python-cloudfiles Priority: extra Section: python Installed-Size: 144 Maintainer: Ubuntu Developers Original-Maintainer: PKG OpenStack Architecture: all Version: 1.7.9.2-1 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Filename: pool/main/python-cloudfiles_1.7.9.2-1_all.deb Size: 20570 MD5Sum: 88e51d0efac695ebd7d093ece90c9613 SHA1: 5f34c545c9a1c925ab531cca2d1ff533f1e2290f SHA256: 823dc2db9827a8693b44b409db0f6583e83a07862a5227c4cfdc61d204c6d975 SHA512: a50ced7f4f32a0b73dc67daecbf83738d2141075e8154c7e9dcb65fd442797d0bc3b9200449f9f2b3f4096e4e79bb84359705d6af9cc1fa5928db78bc84f58ed Description: Python language bindings for Cloud Files API Bindings to use the Cloud Files API. Homepage: https://github.com/rackspace/python-cloudfiles Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-cm-api Priority: extra Section: python Installed-Size: 259 Maintainer: Denis Egorenko Architecture: all Source: cm-api Version: 7.0-ubuntu1 Depends: python, python-argparse Filename: pool/main/python-cm-api_7.0-ubuntu1_all.deb Size: 58014 MD5Sum: bdf8c90028535b3dae302cf713840f00 SHA1: 8410170f008870e96c0e54cbb36c60b6df2528a2 SHA256: a82411ca0b4cecf9aaca8c755da0503e27658234e9574d55765e0ba0737e2a5c SHA512: 67670ee5d6a2b1f24f660f4289f22bddafe98574c9b51dd3a0ad7d05f4cc3f09148f8e8873b2a01388919b376fb7f25c4939a392dec4d023d0b3336661bb14cc Description: Cloudera Manager RESTful API Client. Cloudera Manager is the market-leading management platform for CDH. As the industry’s first end-to-end management application for Apache Hadoop, Cloudera Manager sets the standard for enterprise deployment by delivering granular visibility into and control over every part of CDH – empowering operators to improve cluster performance, enhance quality of service, increase compliance and reduce administrative costs. Homepage: https://github.com/cloudera/cm_api Package: python-cmd2 Priority: optional Section: universe/python Installed-Size: 71 Maintainer: Ubuntu Developers Original-Maintainer: Federico Ceratto Architecture: all Source: cmd2 Version: 0.6.7-0ubuntu1~cloud0 Provides: python2.7-cmd2 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-setuptools (>= 0.6.14), python-pyparsing Filename: pool/main/python-cmd2_0.6.7-0ubuntu1~cloud0_all.deb Size: 24220 MD5Sum: c4afcb9ddf7d4c1e1ab2974992c70111 SHA1: 1655f7b3b6e1ba11d3dac995fdb1774337b439e1 SHA256: 2e8f8f1dea3bebd56508a17659a5a949308abff2f0c36263a6e4d4aa2d8ccbf2 SHA512: 5d749cbf1624d12f721fdb055f4727fb72f2db83fd63e906a04dd9e26b181084a1065e80a24fe4e2b26fd094fd99b807918c18063ddd778de3c4e0ac0ae5ed94 Description: enhanced Python cmd module Drop-in replacement adds several features for command-prompt tools, like searchable and persistent command history, multi-line commands, input and output redirections, integrated Python shell, testing helpers Homepage: https://bitbucket.org/catherinedevlin/cmd2 Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-compressor Priority: optional Section: python Installed-Size: 280 Maintainer: Ubuntu Developers Original-Maintainer: PKG OpenStack Architecture: all Source: python-django-compressor Version: 1.4-ubuntu1 Provides: python2.7-compressor Depends: python-appconf, python-django (>= 1.1), python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Pre-Depends: dpkg (>= 1.15.6~) Filename: pool/main/python-compressor_1.4-ubuntu1_all.deb Size: 70914 MD5Sum: 05a1bf067dab189b79bae3449879451a SHA1: 568e28716e4ebd43dfc0b6be1d7d0691587e82de SHA256: 52ac22e60ea461ef0bf5e0d876e5f29bbabebc33ff806724bcbae4f033e755c6 SHA512: 68bc38e0cb9d8b6c950ad372500dde0227a8b4b28e09bbbd08fadd5cf8651a86ef418bf5fc76863df94bad29238b033e58517bb743ec8a46d6cb368323aa0538 Description: Compresses linked and inline JavaScript or CSS into single cached files Django Compressor combines and compresses linked and inline Javascript or CSS in a Django templates into cacheable static files by using the compress template tag. Homepage: http://pypi.python.org/pypi/django_compressor/ Package: python-concurrent.futures Priority: optional Section: python Installed-Size: 157 Maintainer: PKG OpenStack Architecture: all Version: 2.1.6-3 Provides: python-futures Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), libjs-sphinxdoc (>= 1.0) Filename: pool/main/python-concurrent.futures_2.1.6-3_all.deb Size: 43164 MD5Sum: dfeda1b54537ce5165ab500bc66dd473 SHA1: 979d7caa6dcd902b97214da571043ac15b30238a SHA256: c0726e88e8d41b8f29daf7eec6cd89a7f331bdd1938a2485047f20210728ebab SHA512: a24b669d69434075669fbd9addce6b6e01a8b8810da56e03d4bb2ebb52ac63d52e10081236aa44d7df6a5592016664cd41222381bfe3bc867dee51238b1b4c71 Description: backport of concurrent.futures package from Python 3.2 The concurrent.futures module provides a high-level interface for asynchronously executing callables. . This is a backport for concurrent.futures as of PEP-3148 and included in Python 3.2 Homepage: http://code.google.com/p/pythonfutures/ Package: python-configobj Priority: optional Section: python Installed-Size: 1527 Maintainer: Ubuntu Developers Original-Maintainer: Daniel Watkins Architecture: all Source: configobj Version: 4.7.2+ds-3build1 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Filename: pool/main/python-configobj_4.7.2+ds-3build1_all.deb Size: 233464 MD5Sum: 54e8e40fb50ab33f69e147c2129838d4 SHA1: 1ead3273f9023986cb2d5d8c91f0a8fbe5c9e7b2 SHA256: 5e72037ce9cda8cae0d5256c72ad79c54a9b2b1ca31852c96fc4584c86162a0a SHA512: 8daa75cf091f4c0839112aaae2bbdf4177337a25a51f428f670a442256a61827751c288d391aa6581faf95e4381653fe6e48325e05e72c168b17bef2a3f4c5ac Description: simple but powerful config file reader and writer for Python ConfigObj is a simple but powerful config file reader and writer: an ini file round tripper. Its main feature is that it is very easy to use, with a straightforward programmer's interface and a simple syntax for config files. It has lots of other features, though: . * Nested sections (subsections), to any level * List values * Multiple line values * String interpolation (substitution) * Integrated with a powerful validation system + including automatic type checking/conversion + and allowing default values + repeated sections * All comments in the file are preserved * The order of keys/sections is preserved * Full Unicode support * Powerful unrepr mode for storing/retrieving Python data-types Homepage: http://www.voidspace.org.uk/python/configobj.html Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-croniter Priority: optional Section: python Installed-Size: 45 Maintainer: Chuck Short Architecture: all Version: 0.3.4-0ubuntu1 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-dateutil, python-pkg-resources Filename: pool/main/python-croniter_0.3.4-0ubuntu1_all.deb Size: 10650 MD5Sum: 214580942d198588d4a4e3916b830f1e SHA1: e513eae6e089481820de58553e38692cb8858d30 SHA256: 36d68573611248a80eaa2bd238349144686ddc84ad9cc82d7d3b48131b614140 SHA512: a8d07700857f48e1fa0d37d1e2fe0eadcf7475b5ac23ab51794103543ab4754068263d4f5cc5252528c1d182becd7a5e3ae67b4fc3e57ef686c600d72041ee45 Description: datetime iteration with cron format Croniter provides iteration for datetime object with cron like format. Package: python-crypto Priority: optional Section: python Installed-Size: 1289 Maintainer: Sebastian Ramacher Architecture: amd64 Version: 2.6.1-ubuntu1 Provides: python2.7-crypto Depends: python (<< 2.8), python (>= 2.7~), python:any (>= 2.7.3-0ubuntu2~), libc6 (>= 2.14), libgmp10 Suggests: python-crypto-dbg, python-crypto-doc Breaks: python-keyring (<= 0.7.1-1) Filename: pool/main/python-crypto_2.6.1-ubuntu1_amd64.deb Size: 355610 MD5Sum: dbb50838c570ca6c27fa8734027b87c5 SHA1: 9d012c19d7f9c48b6a44759d34f4b6f306bcd070 SHA256: 0428dbaaf1f4dd5518aa6456d3576bd50a07060649a545f9138c814dbc92bd3e SHA512: 966b4e6db3b27bb3899aa20fddf8282b764376ecaf1ff3dc199c24c885964c2c85ad9104ebad6288b5a4956e607593f678bf5ada5682ba537cc4c6602e207799 Description: cryptographic algorithms and protocols for Python A collection of cryptographic algorithms and protocols, implemented for use from Python. Among the contents of the package: . * Hash functions: HMAC, MD2, MD4, MD5, RIPEMD160, SHA, SHA256. * Block encryption algorithms: AES, ARC2, Blowfish, CAST, DES, Triple-DES. * Stream encryption algorithms: ARC4, simple XOR. * Public-key algorithms: RSA, DSA, ElGamal. * Protocols: All-or-nothing transforms, chaffing/winnowing. * Miscellaneous: RFC1751 module for converting 128-bit keys into a set of English words, primality testing, random number generation. Homepage: http://www.pycrypto.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, cloud-image, ubuntu-usb, server, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: python-d2to1 Priority: optional Section: python Installed-Size: 62 Maintainer: Debian Python Modules Team Architecture: all Source: d2to1 Version: 0.2.11-1build1 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-pkg-resources Filename: pool/main/python-d2to1_0.2.11-1build1_all.deb Size: 21712 MD5Sum: c2b999d0df06c54d2fce197da507a39a SHA1: d404937df0bb9882e3692c086d8ae851cb54093e SHA256: e5388043097765bfb20313bb22adb1fd32f5ec6f86ee0968dd1abb46bd1e6804 SHA512: c659ec9b71e50d438718b1ff34d4136dfabff659ecbb30b1e77ee6e0986d8ec126c85abf9ef190b980b7fced29d9b36c26f61c00f89c23ba2f49fa597e6546d5 Description: Python support for distutils2-like setup.cfg files as package metadata d2to1 (the 'd' is for 'distutils') allows using distutils2-like setup.cfg files for a package's metadata with a distribute/setuptools setup.py script. It works by providing a distutils2-formatted setup.cfg file containing all of a package's metadata, and a very minimal setup.py which will slurp its arguments from the setup.cfg. . This package provides d2to1 on the Python 2 module path. It is complemented by python3-d2to1. Homepage: http://pypi.python.org/pypi/d2to1 Package: python-daemonize Priority: optional Section: heuler/python Installed-Size: 9 Maintainer: Debian Python Modules Team Architecture: all Version: 2.2.1-ubuntu1 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Filename: pool/main/python-daemonize_2.2.1-ubuntu1_all.deb Size: 5688 MD5Sum: b31835b5aeefaeb8161d1300a25d77be SHA1: 83205c308c64152ee0b5267d1903e01a5e0cc76c SHA256: 66c7f93c17aa0fab5de44d5c385779ec0bfe4e09e3594a8ef09069ca898f40ec SHA512: e439726301bf469c454146c475b1b9520ce6dd0bfe76c8ede17322e364f022b47f38b564e00df9c1849816e0759b39c5719b46676616de73c11a87ecc167336b Description: Python module for writing system daemons The daemonize module provides a simple class (Daemonize) that handles forking a sub-fraction of your Python script to background. . It takes care of: - changing the applications directory to '/' - setting umask 0027 for root daemons - creating a locked PID file - closing open file descriptors - removing PID file on daemon exit - handling SIGTERM signals - logging daemon actions to /dev/log Homepage: http://pypi.python.org/pypi/daemonize Package: python-daemon Priority: optional Section: python Installed-Size: 113 Maintainer: Ubuntu Developers Original-Maintainer: Ben Finney Architecture: all Version: 1.5.5-1ubuntu1 Depends: python-lockfile, python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-pkg-resources Filename: pool/main/python-daemon_1.5.5-1ubuntu1_all.deb Size: 17544 MD5Sum: 81646b13c4ec9e4b1d3d67842af47e51 SHA1: 4470240b7e095113bd5d999fdc2f4c631754c976 SHA256: 10c2fdb22ef50caa8ec158c3b55a522949614d0f4d918d70ad14748e9aa0343b SHA512: 23818761bb3324ee4330f10a2bcaf66b753f685fe9cc1522826513aa0d152cfe20d1fc70f5b909da768c9de6a8f9ee88823914dcb7e09e24a6dbd0b3539dd5cf Description: library for making a Unix daemon process ‘daemon’ is a library that assists a Python program to turn itself into a well-behaved Unix daemon process, as specified in PEP 3143. . This library provides a ‘DaemonContext’ class that manages the following important tasks for becoming a daemon process: . * Detach the process into its own process group. * Set process environment appropriate for running inside a chroot. * Renounce suid and sgid privileges. * Close all open file descriptors. * Change the working directory, uid, gid, and umask. * Set appropriate signal handlers. * Open new file descriptors for stdin, stdout, and stderr. * Manage a specified PID lock file. * Register cleanup functions for at-exit processing. Homepage: http://pypi.python.org/pypi/python-daemon Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-dateutil Priority: optional Section: python Installed-Size: 232 Maintainer: Ubuntu Developers Original-Maintainer: Guido Günther Architecture: all Version: 1.5-1 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), tzdata Filename: pool/main/python-dateutil_1.5-1_all.deb Size: 54192 MD5Sum: b644fb76934835547558a7c027ba1c3a SHA1: c029d291e5f80e8de03c42529214da83d19bbb9f SHA256: fab1ce30299afdf82cf293644d4eaff2fb143fc17d3aaaa31ef3be6319a8ed92 SHA512: d11e44c85343d4bb4062ca1f11d1d7bff39e2dbc6169881653e039d66c4ec2d10c90f76748ac3f414b7aca3a2b5406d30f6b25fea2ebd0365e39514842f2ebba Description: powerful extensions to the standard datetime module It features: . * computing of relative deltas (next month, next year, next monday, last week of month, etc); * computing of relative deltas between two given date and/or datetime objects * computing of dates based on very flexible recurrence rules, using a superset of the iCalendar specification. Parsing of RFC strings is supported as well. * generic parsing of dates in almost any string format * timezone (tzinfo) implementations for tzfile(5) format files (/etc/localtime, /usr/share/zoneinfo, etc), TZ environment string (in all known formats), iCalendar format files, given ranges (with help from relative deltas), local machine timezone, fixed offset timezone, UTC timezone * computing of Easter Sunday dates for any given year, using Western, Orthodox or Julian algorithms Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-dbus-dev Priority: standard Section: python Installed-Size: 62 Maintainer: Ubuntu Developers Original-Maintainer: Utopia Maintenance Team Architecture: all Source: dbus-python Version: 1.0.0-1ubuntu1 Replaces: python-dbus (<< 1.0), python-dbus-common (<< 1.0) Breaks: python-dbus (<< 1.0), python-dbus-common (<< 1.0) Filename: pool/main/python-dbus-dev_1.0.0-1ubuntu1_all.deb Size: 5556 MD5Sum: bb8c82f7aeb0578a6d2bd31a346018ec SHA1: 295f3e14e363009f46df44079cac0c14cf4a74af SHA256: 41ab370e5cbb45856334499afe9972cdde3bdc7f6711dbbdd28852ebe6c93891 SHA512: 7e4c3f961f75b42ebcd641b6a5079f9dc2bd19610b4911870ecf7eba5dc0f52ebe31d14a15a4a1496f9256fce591944c8e222ceb5f368f0c06355dfae171325b Description: main loop integration development files for python-dbus D-Bus is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity. . This package provides development files required to compile main-loop integration modules for python-dbus, such as dbus.mainloop.qt provided by PyQt. It is Python-version-independent: you must also depend on either python-dbus or python3-dbus, if required. Homepage: http://www.freedesktop.org/wiki/Software/DBusBindings#Python Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-dbus Priority: standard Section: python Installed-Size: 413 Maintainer: Ubuntu Developers Original-Maintainer: Utopia Maintenance Team Architecture: amd64 Source: dbus-python Version: 1.0.0-1ubuntu1 Replaces: python2.4-dbus Provides: python2.7-dbus Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), libc6 (>= 2.4), libdbus-1-3 (>= 1.2.16), libdbus-glib-1-2 (>= 0.78), libglib2.0-0 (>= 2.12.0), python-dbus-dev Recommends: python-gi | python-gobject-2 | python-qt4-dbus Suggests: python-dbus-doc, python-dbus-dbg Conflicts: python2.4-dbus Breaks: gajim (<< 0.11.1), gnome-osd (<< 0.12.0), python-qt4-dbus (<< 4.8.3-3) Filename: pool/main/python-dbus_1.0.0-1ubuntu1_amd64.deb Size: 102370 MD5Sum: a5255a0208853bd0f0edd1af81aabd3a SHA1: 0acba91c7c8323b0485434e76b9a63236f8b95ad SHA256: 857df4f71474a0a9e2d69dd4fcfc975fb266713c62ed6145d3134ae11c5e90e1 SHA512: b52f53bc84639be8f5922936a3ba335e5878cc1a9787c99d61c5c1900725173ad8b775b0b66e9bdceba703c26ed8eb482f64cc97ad37a389a170d50108aaf9e3 Description: simple interprocess messaging system (Python interface) D-Bus is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity. . This package provides a Python interface to D-Bus. . See the dbus description for more information about D-Bus in general. Homepage: http://www.freedesktop.org/wiki/Software/DBusBindings#Python Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: python-debian Priority: optional Section: devel Installed-Size: 263 Maintainer: Ubuntu Developers Original-Maintainer: Debian python-debian Maintainers Architecture: all Version: 0.1.21ubuntu1 Replaces: python-deb822 Provides: python-deb822 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-chardet Recommends: python-apt Suggests: gpgv Conflicts: python-deb822 Filename: pool/main/python-debian_0.1.21ubuntu1_all.deb Size: 54754 MD5Sum: a6976f04499e7ff0fd9598f5bb63a0d9 SHA1: 2cec79d6f850c48a97ee98fa1113e9859ef400c9 SHA256: 9abd8ea4eb46b8e36e1253c07855dc908f3ef83164e03395dad91ba30ac7a34f SHA512: 98037520032f7485e68c469efaeb2b23beb71dfec3ddb8b52d68fb730797b6a00ca3711b7dad24f176ce1986b439401fc81c6a5cbb0423e0be48e727325cd4d5 Description: Python modules to work with Debian-related data formats This package provides Python modules that abstract many formats of Debian related files. Currently handled are: * Debtags information (debian.debtags module) * debian/changelog (debian.changelog module) * Packages files, pdiffs (debian.debian_support module) * Control files of single or multiple RFC822-style paragraphs, e.g. debian/control, .changes, .dsc, Packages, Sources, Release, etc. (debian.deb822 module) * Raw .deb and .ar files, with (read-only) access to contained files and meta-information Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-decorator Priority: optional Section: python Installed-Size: 59 Maintainer: Debian Python Modules Team Architecture: all Version: 3.4.0-2build1 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Filename: pool/main/python-decorator_3.4.0-2build1_all.deb Size: 22002 MD5Sum: 3581e898bd0cd5ccdb37299c856af409 SHA1: eb5ccd7fc5d6f8641c79b26d666b9e7f60e18d39 SHA256: fc329ee61cde8b69eee685ff7629d0e9abf1b18a8efab4860cd0fbf0d1b0ac2e SHA512: 4311aabf370f8751e9ffb6106135d6f3133e07d8a9d2c8c88de346cad2037f0265b73395e3371b739c5ee9b7fa13ea50dbacdb6e140e4a2288cce940a118f65e Description: simplify usage of Python decorators by programmers Python 2.4 decorators have significantly changed the way Python programs are structured. * decorators help reduce boilerplate code; * decorators help the separation of concerns; * decorators enhance readability and maintainability; * decorators are very explicit. Still, as of now, writing custom decorators correctly requires some experience and is not as easy as it could be. For instance, typical implementations of decorators involve nested functions and we all know that flat is better than nested. The aim of the decorator module it to simplify the usage of decorators for the average programmer and to popularize decorators usage giving examples of useful decorators, such as memoize, tracing, redirecting_stdout, locked, etc. Enhances: python-pylons Homepage: http://pypi.python.org/pypi/decorator Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-dev Priority: optional Section: python Installed-Size: 1 Maintainer: Ubuntu Developers Original-Maintainer: Matthias Klose Architecture: amd64 Source: python-defaults Version: 2.7.3-ubuntu1 Replaces: python2.7 (<< 2.7.3-0ubuntu3.2), python2.7-dev (<< 2.7.3-0ubuntu3.2) Depends: python (= 2.7.3-ubuntu1), python2.7-dev (>= 2.7.3) Filename: pool/main/python-dev_2.7.3-ubuntu1_amd64.deb Size: 1110 MD5Sum: 0e7502bcdccdb3592a23db79680f2504 SHA1: 4c569b3a0ca6d47c00a93106aa77b20650669ada SHA256: bbcafbe7771387a961220ee0a6dff079d3d4d9aa39e6d5ff982da504c2a9bbee SHA512: fd9f6b045a8bc2edc5d3dee246b07410cd592f6bfa94ddad7bafaee355f6c37de04a0ffed52d2fcb99a03e3db2ee3d52cab5229d55c86481c549e106ed73b035 Description: header files and a static library for Python (default) Header files, a static library and development tools for building Python modules, extending the Python interpreter or embedding Python in applications. . This package is a dependency package, which depends on Debian's default Python version (currently v2.7). Homepage: http://www.python.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: python-dingus Priority: optional Section: python Installed-Size: 71 Maintainer: Ubuntu Developers Original-Maintainer: David Watson Architecture: all Version: 0.3.2-1ubuntu1 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Filename: pool/main/python-dingus_0.3.2-1ubuntu1_all.deb Size: 8748 MD5Sum: 9c8070364a0ad6dbec6396bfea9972f6 SHA1: b5678806839f083c05db8d80821c0208e06c1f83 SHA256: 2e12106afb58c6fc2a08363f72b69a12d6cfe40cdb765a6d4302e39a57f928c7 SHA512: 422fa6cb372e6837c2f0406e8cb1a3fc72dce27bbdd623672d11786be4b163176da52069b4b68585045f58dffb79b9a508c0641c1d8441970c9e92d026511b5a Description: Record-then-assert mocking library A dingus is sort of like a mock object. The main difference is that you don't set up expectations ahead of time. You just run your code, using a dingus in place of another object or class, and it will record what happens to it. Then, once your code has been exercised, you can make assertions about what it did to the dingus. Homepage: http://pypi.python.org/pypi/dingus Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-django-common Priority: optional Section: python Installed-Size: 13200 Maintainer: Debian Python Modules Team Architecture: all Source: python-django Version: 1.6.5-3 Replaces: python-django (<< 1.6.5-2~) Recommends: libjs-jquery Breaks: python-django (<< 1.6.5-2~) Filename: pool/main/python-django-common_1.6.5-3_all.deb Size: 2676600 MD5Sum: 636f3bf90f98501d52f98e2836afa1d0 SHA1: c83e56ebdf77d95ab5b2a9620f219f7a278114d1 SHA256: 49ea38bef5e5c4f0e10b4dffa0968f9a9e65f442a185ec5de580c1140e588050 SHA512: 7043f20344733dcf94a709ce306f0ec08afb233c9967374892d11a009af29ade7fc05c0090dbb8c7f306bcf04298fe1a6d626e51fd9c615c2f167add64b137ae Description: High-level Python web development framework (common) Django is a high-level web application framework that loosely follows the model-view-controller design pattern. . Python's equivalent to Ruby on Rails, Django lets you build complex data-driven websites quickly and easily - Django focuses on automating as much as possible and adhering to the "Don't Repeat Yourself" (DRY) principle. . Django additionally emphasizes reusability and "pluggability" of components; many generic third-party "applications" are available to enhance projects or to simply to reduce development time even further. . This package contains files common to both Python 2.7 and Python 3. Homepage: http://www.djangoproject.com/ Package: python-django-floppyforms Priority: extra Section: Python Installed-Size: 212 Maintainer: root Architecture: all Version: 1.1-ubuntu1 Depends: python, python-setuptools Filename: pool/main/python-django-floppyforms_1.1-ubuntu1_all.deb Size: 39842 MD5Sum: 09b00f01a6d8742ae8a6d089797f366a SHA1: 69b141af66ce64e3e57a5f4edc2a934ae7191508 SHA256: 7610d388429b650f5ea54d1a3a9b28752c8a0a86bfd2aa474b4388dfa01c394a SHA512: 90d37a504748fec202e01952363d2f6c59349925d21b279fda8c730e23718041394a768906a51c9ab0f7782713113e25d0115262b8f6bfc21aadb7abd7044f2d Description: python-django-floppyforms Homepage: mirantis.com Package: python-django-horizon Priority: extra Section: net Installed-Size: 1259 Maintainer: Chuck Short Architecture: all Source: horizon Version: 1:2014.2.2-fuel6.0.1~mira4 Depends: python-ceilometerclient (>= 1.0.6), python-cinderclient (>= 1.1.0), python-cloudfiles, python-compressor (>= 1.4), python-django (>= 1.4.2), python-django (<< 1.7), python-django-pyscss (>= 1.0.3), python-eventlet (>= 0.15.1), python-glanceclient (>= 0.14.0), python-heatclient (>= 0.2.9), python-httplib2 (>= 0.7.5), python-iso8601 (>= 0.1.9), python-keystoneclient (>= 1:0.10.0), python-kombu (>= 3.0.7), python-lesscpy, python-lockfile (>= 0.8), python-memcache, python-netaddr (>= 0.7.12), python-neutronclient (>= 1:2.3.6), python-neutronclient (<< 1:3.0), python-novaclient (>= 2.18.0), python-openstack-auth (>= 1.1.7), python-oslo.serialization (>= 1.0.0), python-pbr (>= 0.6), python-pbr (<< 0.7) | python-pbr (>> 0.7), python-pbr (<< 1.0), python-pyscss (>= 1.2.1), python-saharaclient (>= 0.7.3), python-six (>= 1.7.0), python-swiftclient (>= 2.2.0), python-troveclient (>= 1.0.4), python-tz, python-xstatic-angular-cookies (>= 1.2.1.1), python-xstatic-angular-mock (>= 1.2.1.1), python-xstatic-angular (>= 1.2.1.1), python-xstatic-bootstrap-scss (>= 3), python-xstatic-d3 (>= 3.1.6.2), python-xstatic-bootstrap-datepicker (>= 1.3.1.0), python-xstatic-font-awesome (>= 4.1.0), python-xstatic-hogan (>= 2.0.0.2), python-xstatic-jasmine (>= 1.3.1.1), python-xstatic-jquery-migrate (>= 1.2.1.1), python-xstatic-jquery.quicksearch (>= 2.0.3.1), python-xstatic-jquery.tablesorter (>= 2.0.5b.0), python-xstatic-jquery-ui (>= 1.10.1), python-xstatic-jquery (>= 1.7.2), python-xstatic-jsencrypt (>= 2.0.0.2), python-xstatic-qunit (>= 1.14.0.2), python-xstatic-rickshaw (>= 1.5.0), python-xstatic-spin (>= 1.2.5.2), python-xstatic (>= 1.0.0), python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Recommends: memcached Filename: pool/main/python-django-horizon_2014.2.2-fuel6.0.1~mira4_all.deb Size: 263012 MD5Sum: 84d3e26352a8a537e35eb1f6b62b9114 SHA1: b94398697991d63c3884e9f743ae9cb390689d3f SHA256: 8364b48023b457358a4b8ac165c03e54cb07d3ef3bd4510fcd7362e87c0cb7d8 SHA512: 2a37e12d2ad49125cbd2b6d9bb9f41b115b8e9205318b39e33faada4fd1648707967b544fd53fd18f96ee4497387b13258b2af7e41677c8443ca49394a6a61f1 Description: Django module providing web based interaction with OpenStack The Django-Nova project is a Django module that is used to provide web based interactions with the OpenStack Nova cloud controller. Homepage: http://launchpad.net/horizon Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-django-pyscss Priority: optional Section: python Installed-Size: 20 Maintainer: Ubuntu Developers Original-Maintainer: PKG OpenStack Architecture: all Version: 1.0.3-ubuntu1 Depends: libjs-jquery, python-compressor, python-django, python-pyscss (>= 1.2), python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Pre-Depends: dpkg (>= 1.15.6~) Filename: pool/main/python-django-pyscss_1.0.3-ubuntu1_all.deb Size: 9272 MD5Sum: d914a31e59bc8087f45e9dfde5bddd66 SHA1: f4def5592c6b242facd5de2f39f32c68051f0dca SHA256: 023689a7460389036a6c0409c2b1561be6be46099715b194acb331218f796ab3 SHA512: c013daad56715e6edd90128225f1a54c49b569d3460b8283742a5a990f3e460e6198d119f20659cf189c7b60af6b9b2f5f5c6855b3ca2822cba393d431fbd960 Description: makes it easier to use PySCSS in Django Django-pyscss is a collection of tools for making it easier to use pyScss within Django. It overwrites the import system to use Django's staticfiles app. This way you can import SCSS files from any app (or any file that's findable by the STATICFILES_FINDERS) with no hassle. It provides a django-compressor precompile filter class so that you can easily use pyScss with django-compressor without having to bust out to the shell. This has the added benefit of removing the need to configure pyScss through its command-line arguments AND makes it possible for the exceptions and warnings that pyScss emits to bubble up to your process so that you can actually know what's going on. Homepage: https://github.com/fusionbox/django-pyscss Package: python-django Priority: optional Section: python Installed-Size: 5356 Maintainer: Debian Python Modules Team Architecture: all Version: 1.6.5-3 Depends: python:any (<< 2.8), python:any (>= 2.7.3-0ubuntu2~), python-django-common (= 1.6.5-3) Recommends: libjs-jquery Suggests: python-psycopg2, python-mysqldb, python-flup, python-sqlite, python-yaml, geoip-database-contrib, gettext, python-django-doc, ipython, bpython, libgdal1 Filename: pool/main/python-django_1.6.5-3_all.deb Size: 1250536 MD5Sum: 99599005d6fdc97025bdda6c482b4316 SHA1: 53f3170290427beeb0335aad3eb5903f27b288f5 SHA256: 0cdcbd70aebd8c1cfc4c5aba2f9a6e220a2068e2e0973e4cb40d7d082d4dc429 SHA512: 5105cd2fa17a8cdbc69c336f4bac982636289bc14b764fd7b0b72a79d2c7f1bc9b8f247e08272f0b4188e59225b80f9c7f4d66704dbf1cc52654f53f9ced2f02 Description: High-level Python web development framework Django is a high-level web application framework that loosely follows the model-view-controller design pattern. . Python's equivalent to Ruby on Rails, Django lets you build complex data-driven websites quickly and easily - Django focuses on automating as much as possible and adhering to the "Don't Repeat Yourself" (DRY) principle. . Django additionally emphasizes reusability and "pluggability" of components; many generic third-party "applications" are available to enhance projects or to simply to reduce development time even further. . Notable features include: * An object-relational mapper (ORM) * Automatic admin interface * Elegant URL dispatcher * Form serialization and validation system * Templating system * Lightweight, standalone web server for development and testing * Internationalization support * Testing framework and client Homepage: http://www.djangoproject.com/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-dnspython Priority: optional Section: python Installed-Size: 484 Maintainer: Debian Python Modules Team Architecture: all Source: dnspython Version: 1.11.0-1~cloud0 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Filename: pool/main/python-dnspython_1.11.0-1~cloud0_all.deb Size: 104892 MD5Sum: cd321d57349ae22f890a0d2d77a57f6c SHA1: cff9450dd0f078a84fad18006da5627c70c2d583 SHA256: 72d6eec5480c80a0635ad3d4cc137218a7da5279402a264ea8ba548849447e7c SHA512: 2ed7943cbde0ca00f4b4e62d72516dc0423055dd04bd2daeb96e58dc814fdea57ffefb336fa513d590df4724a9677013f54a645d2935f618c183e80b785c5871 Description: DNS toolkit for Python dnspython is a DNS toolkit for Python. It supports almost all record types. It can be used for queries, zone transfers, and dynamic updates. It supports TSIG authenticated messages and EDNS0. . dnspython provides both high and low level access to DNS. The high level classes perform queries for data of a given name, type, and class, and return an answer set. The low level classes allow direct manipulation of DNS zones, messages, names, and records. Homepage: http://www.dnspython.org Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-dogpile.cache Priority: optional Section: python Installed-Size: 111 Maintainer: PKG OpenStack Architecture: all Version: 0.5.3-1 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-dogpile.core Pre-Depends: dpkg (>= 1.15.6~) Filename: pool/main/python-dogpile.cache_0.5.3-1_all.deb Size: 28010 MD5Sum: fc7e2ba2a46b03934eaa78c7b03cf49d SHA1: 239ad62bc8d657263cd059a074e8fc54062c81fa SHA256: 2a8144fc9e62fd56d642f615d7976740d6e71d796c3f384f983a24133a6ff866 SHA512: 8de73f7b481cd0818a27f5e1e9e9dd723d5b7f9f2747b0c733d5fd1af0c4ef720b436dccc5b250b5117be25db2dd2a9521bbdba61d023465e936b9acd2615f5c Description: caching front-end based on the Dogpile lock A caching API built around the concept of a "dogpile lock", which allows continued access to an expiring data value while a single thread generates a new value. . dogpile.cache builds on the dogpile.core locking system (see http://pypi.python.org/pypi/dogpile.core), which implements the idea of "allow one creator to write while others read" in the abstract. Overall, dogpile.cache is intended as a replacement to the Beaker (see http://beaker.groovie.org) caching system, the internals of which are written by the same author. All the ideas of Beaker which "work" are re-implemented in dogpile.cache in a more efficient and succinct manner, and all the cruft (Beaker's internals were first written in 2005) relegated to the trash heap. Homepage: http://bitbucket.org/zzzeek/dogpile.cache Package: python-dogpile.core Priority: optional Section: python Installed-Size: 32 Maintainer: Chuck Short Architecture: all Version: 0.4.1-0ubuntu2~cloud0 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Filename: pool/main/python-dogpile.core_0.4.1-0ubuntu2~cloud0_all.deb Size: 10638 MD5Sum: 25ae78174a0af009a6509a95ceb64095 SHA1: 6ecfdc163ce63f296cbc7b215ed91a991e3c98be SHA256: 650f19ce70549ee4736879edd2ab41148658db885db5669ec1a72aabb251ad28 SHA512: 814323d1cf6235a8616dacf139c43300be8a6540c8d5cfa3ed79c8c0d6d7cb48b8aa187d4a63a238582f37cc4dad60f6458505a9d3efedbc9a690f8cacd6cd51 Description: ´dogpile´ lock, part of a typically larger caching solution. A 'dogpile' lock, typically used as a component of a larger caching solution. Package: python-ecdsa Priority: optional Section: python Installed-Size: 100 Maintainer: Bart Martens Architecture: all Version: 0.8-1 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Filename: pool/main/python-ecdsa_0.8-1_all.deb Size: 33228 MD5Sum: 80df25b9909b2aac0591d84ebf052cf8 SHA1: 775a8bc7cd63b7f4172974c42fa288e793bd31da SHA256: 5863eb4350b0526b3b074f9774a77fa506b709eb0f93933372dbdb7e48d8533a SHA512: d217c339783fb8775fed20ace5f49a954937f3abd38849a3577c3aed8c17e11f913c41984bb7908614fb65686cbb670931cfd57cfa33f680d6a223a8a84afd32 Description: ECDSA cryptographic signature library (pure python) This is an easy-to-use implementation of ECDSA cryptography (Elliptic Curve Digital Signature Algorithm), implemented purely in Python. With this library, you can quickly create keypairs (signing key and verifying key), sign messages, and verify the signatures. The keys and signatures are very short, making them easy to handle and incorporate into other protocols. Homepage: https://github.com/warner/python-ecdsa Package: python-ethtool Priority: optional Section: universe/python Installed-Size: 113 Maintainer: Miroslav Suchý Architecture: amd64 Version: 0.7-ubuntu1 Depends: libc6 (>= 2.4), libnl1 (>= 1.1), python2.7, python (>= 2.7), python (<< 2.8) Filename: pool/main/python-ethtool_0.7-ubuntu1_amd64.deb Size: 22294 MD5Sum: 386d48aa65d277d4a3c702242110ba4c SHA1: 5332eb0f8c47b5e8e08c153386522892a27922e5 SHA256: eac3b5284b906c6478d073c38c98f33fc7c7bf0d458087b57314f6ddb2cc3d51 SHA512: 9d2e8e71d3d83c6344c277383a641c43ef88933595e304ca1ecd910bcc7a646e80e3a20a2a3a7f3aed9ab4fe2f088e81f3522914dbfa0d18bcdce2a0ddad6ef7 Description: Python bindings for the ethtool kernel interface Allows querying and changing of ethernet card settings, such as speed, port, autonegotiation, and PCI locations. Homepage: http://fedorapeople.org/gitweb?p=dsommers/public_git/python-ethtool.git;a=summary Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-eventlet Priority: optional Section: python Installed-Size: 1130 Maintainer: Ubuntu Developers Original-Maintainer: Debian Python Modules Team Architecture: all Version: 0.15.2-ubuntu2 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-greenlet, libjs-sphinxdoc (>= 1.0) Filename: pool/main/python-eventlet_0.15.2-ubuntu2_all.deb Size: 297566 MD5Sum: 3236f18496e4116e898824f2a73622be SHA1: fc3c742c543664a81c4edbe53622c138628573ef SHA256: 7724356c69624870d6d2b123e7afd3335ca681221ff9869fab5f658436760269 SHA512: 44d4653e59181fedd254fab158ae77c4344bc2ad7634164f96bcd4cfcbf9b651721ef8c2fe4cbd787706259372bfa2e7a4f911fdfc86e9074840717de00fe543 Description: concurrent networking library for Python Eventlet allows you to change how you run your code, not how you write it. . It uses epoll or libevent for highly scalable non-blocking I/O. Coroutines ensure that the developer uses a blocking style of programming that is similar to threading, but provide the benefits of non-blocking I/O. The event dispatch is implicit, which means you can easily use Eventlet from the Python interpreter, or as a small part of a larger application. . It's easy to get started using Eventlet, and easy to convert existing applications to use it. Start off by looking at examples, common design patterns, and the list of the basic API primitives. Homepage: http://eventlet.net Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-extras Priority: optional Section: python Installed-Size: 17 Maintainer: Ubuntu Developers Original-Maintainer: PKG OpenStack Architecture: all Version: 0.0.3-2ubuntu1 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-testtools Pre-Depends: dpkg (>= 1.15.6~) Filename: pool/main/python-extras_0.0.3-2ubuntu1_all.deb Size: 7312 MD5Sum: 0e6ba235580fa5aa4232e98b28c206af SHA1: 07449b16754647bbbcd201dcf7309e2c30e531d4 SHA256: 5bae898615b33a7c57761e0303dbfbd2cb7f98f5090657e3ce3f2ecd59bd9182 SHA512: d90a3ef3ed6ac20c84cf58c92d72d168219bc81499cd23495abe309f71294ae616e7abfd2dbdfcf3be37dc661e4629baf094959ee3739b73403e11b519cc0383 Description: extensions to the Python standard library (Python 2.x) Extras is a set of extensions to the Python standard library, originally written to make the code within testtools cleaner, but now split out for general use outside of a testing context. . This package contains the libraries for Python 2.x. Homepage: http://pypi.python.org/pypi/extras Package: python-feedparser Priority: optional Section: python Installed-Size: 354 Maintainer: Ubuntu Developers Original-Maintainer: Carlos Galisteo Architecture: all Source: feedparser Version: 5.1-0ubuntu3.1 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Recommends: python-chardet, python-libxml2, python-utidylib Filename: pool/main/python-feedparser_5.1-0ubuntu3.1_all.deb Size: 59700 MD5Sum: bed341775505873c19bfa296630a1cff SHA1: a4ed00f96a8fe08fb9e606d8d2feeaf9f2f600f2 SHA256: d72c28dc75126b01c07756c36d9c8f59a0c66fb5e3c2c44747129d3bc3b13d5d SHA512: e47957761a6848340c16f3c03019cd6a082c78e8409d32a1e549685da6ecc399b33d5e65c4bb54875a4133ea39efc3af0039032c89eb5713d064d29d8a558b78 Description: Universal Feed Parser for Python Python module for downloading and parsing syndicated feeds. It can handle RSS 0.90, Netscape RSS 0.91, Userland RSS 0.91, RSS 0.92, RSS 0.93, RSS 0.94, RSS 1.0, RSS 2.0, Atom, and CDF feeds. . It provides the same API to all formats, and sanitizes URIs and HTML. Homepage: http://www.feedparser.org Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-fixtures Priority: optional Section: python Installed-Size: 131 Maintainer: Ubuntu Developers Original-Maintainer: Robert Collins Architecture: all Version: 0.3.14-ubuntu1 Depends: python-testtools (>= 0.9.11), python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Filename: pool/main/python-fixtures_0.3.14-ubuntu1_all.deb Size: 29908 MD5Sum: 98738ab569c88611dba5fe61bc881909 SHA1: a5e3119298f1c9965f7cf0d1ebd0e15908c88ff0 SHA256: c9508ae4445d57ca5eb61780e4153362c4c6a22614114d8b0dc93e566189c6b2 SHA512: 2dfefacb7b24aec84a8c083666a3beb01f63954f273362b988b2659fac7c5f245c581d7d1a6083154d5fdcf5dc219d0f8855bb5624a4f3186ea7e243449df55c Description: PyUnit extension for defining test fixtures outside of test cases - Python 2.x A PyUnit extension for defining test fixtures outside of test cases. Each fixture encapsulates creating, reusing and freeing some state - be that a temporary directory on disk, SQL server connection, or just a particular object graph. This is extremely useful for testing and general resource management. . Fixtures ships with the base class, unittest glue and a number of precanned concrete fixtures. . This package provides the Python 2.x module. Homepage: http://pypi.python.org/pypi/fixtures Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-flask Priority: optional Section: universe/python Installed-Size: 214 Maintainer: Piotr Ożarowski Architecture: all Source: flask Version: 0.10.1-ubuntu1 Depends: python:any (<< 2.8), python-werkzeug (>= 0.8), python:any (>= 2.7.3-0ubuntu2~), python-jinja2 (>= 2.4), python-itsdangerous Recommends: python-pkg-resources, python-simplejson | python (>= 2.6), python-blinker Suggests: python-flask-doc Filename: pool/main/python-flask_0.10.1-ubuntu1_all.deb Size: 61692 MD5Sum: 4558731a5f7dc9bddaf0b178e59d92c3 SHA1: b2f96bbba94127720834524bd9a88b2c17c15988 SHA256: da82b67f488a3cebf9007dcd6f31025b6c28e47937d65b3abe52e1b2e0dc337f SHA512: 493621fb998a9b83c267231133e2052ada4592ea1b1c93434f60c2334a997612920fed6ad23fea834973e7dc28c952ff4e701687182a2710fe00d85c2eda8db4 Description: micro web framework based on Werkzeug, Jinja2 and good intentions Flask is a micro web framework for Python based on Werkzeug, Jinja 2 and good intentions. A minimal Flask application looks like that: . from flask import Flask app = Flask(__name__) . @app.route("/") def hello(): return "Hello World!" . if __name__ == '__main__': app.run() Homepage: http://flask.pocoo.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-formencode Priority: optional Section: python Installed-Size: 600 Maintainer: Ubuntu Developers Original-Maintainer: Fabio Tranchitella Architecture: all Version: 1.2.4-2ubuntu2 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-pkg-resources Suggests: python-egenix-mxdatetime, python-dns Filename: pool/main/python-formencode_1.2.4-2ubuntu2_all.deb Size: 110334 MD5Sum: 17375761f21194f8e8bfd2f5c267f75c SHA1: 34185690cab8dad5c6d51937431b0d14d6bd0c2d SHA256: c096ec4ebb24bfb695ce6d62dfe3dc51f2ef4c8134c5d0f01c13b3678e371918 SHA512: 9de68f50f92e5ce83e862e1cb3e1b988917e131aea0b107de12c53c94be8115f0e069ea4b886a99e73d31bdea3779073b8fc5f224edf6b7d5f29a214ae1372e2 Description: validation and form generation Python package FormEncode is a validation and form generation package. The validation can be used separately from the form generation. The validation works on compound data structures, with all parts being nestable. It is separate from HTTP or any other input mechanism. Homepage: http://formencode.org Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-gdbm Priority: standard Section: python Installed-Size: 78 Maintainer: Ubuntu Developers Original-Maintainer: Matthias Klose Architecture: amd64 Source: python-stdlib-extensions Version: 2.7.3-1ubuntu1 Replaces: python2.3-gdbm, python2.4-gdbm, python2.6 (<< 2.6.1-0ubuntu6) Provides: python2.7-gdbm Depends: python (>= 2.7), python (<< 2.8), libc6 (>= 2.4), libgdbm3 (>= 1.8.3) Suggests: python-gdbm-dbg Conflicts: python2.3-gdbm, python2.4-gdbm Filename: pool/main/python-gdbm_2.7.3-1ubuntu1_amd64.deb Size: 13646 MD5Sum: d41f5e63ede4c8930e2fcd6607add174 SHA1: 035f1cc879b88e90db1ea718f54abb06ceaaecee SHA256: 13414305855b02a78e3b1aadeb5a6981a4cd875baf0dd99347008f14df89c3ce SHA512: e4a810b516136ecbe5c8d4b45000d4d2d4342db6ee01c9789bded52c5f40de0d903781aba68123f10ad47f73df3fdfddb52825cee6a90c7eb8d496bf28342805 Description: GNU dbm database support for Python GNU dbm database module for Python. Install this if you want to create or read GNU dbm database files with Python. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active Package: python-gflags Priority: optional Section: python Installed-Size: 186 Maintainer: Ubuntu Developers Original-Maintainer: Debian Python Modules Team Architecture: all Version: 1.5.1-1build1 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Filename: pool/main/python-gflags_1.5.1-1build1_all.deb Size: 39668 MD5Sum: a451c691e123450c463ad7bfa23593b6 SHA1: b59cfcd4da4f4271c58b777899e4e94a790f86de SHA256: 3b12d76f92b7d267c361002e989a0ee1c63016df15d468c7efa2cc8c8c087e4e SHA512: 6b273ec203b165a02ba4f51bff88ff9a3370e5db1a34070d7bce8b20798e4abb32db8f8f3dbdfb4c527b34a0fb30f052db7e137d1dd272e345de481d0a7454df Description: Python implementation of the Google command line flags module GFlags defines a distributed command line system, replacing systems like getopt(), optparse and manual argument processing. Rather than an application having to define all flags in or near main(), each Python module defines flags that are useful to it. When one Python module imports another, it gains access to the other's flags. . It includes the ability to define flag types (boolean, float, integer, list), autogeneration of help (in both human and machine readable format) and reading arguments from a file. It also includes the ability to automatically generate man pages from the help flags. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-gi Priority: standard Section: python Installed-Size: 861 Maintainer: Ubuntu Developers Original-Maintainer: Josselin Mouette Architecture: amd64 Source: pygobject Version: 3.2.2-1~precise Replaces: python-gobject (<< 3.0.2-4) Provides: python2.7-gi Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), libc6 (>= 2.14), libgirepository-1.0-1 (>= 1.29.0), libglib2.0-0 (>= 2.31.8), gir1.2-glib-2.0 (>= 1.31.0) Suggests: python-gi-cairo Breaks: python-gobject (<< 3.0.2-4), python-nautilus (<= 1.1-1) Filename: pool/main/python-gi_3.2.2-1~precise_amd64.deb Size: 221670 MD5Sum: d349a6454afffa58441bec84de8da484 SHA1: 1358e8b06a67f45fbaad15c119c15b41309f4e88 SHA256: bd1dbbf28b337505aedf58810452553c6386966fd856714b49a1e4d75aa561d7 SHA512: 58ffa0eb8abf1edbd7c3032674c2e5ad023a4b1009ae021e8b4e1334d889ee7693a3c929eba94903e6dcd9d29cf1931f004bdada45d7db0b4b12bba01c96a966 Description: Python 2.x bindings for gobject-introspection libraries GObject is an abstraction layer that allows programming with an object paradigm that is compatible with many languages. It is a part of Glib, the core library used to build GTK+ and GNOME. . This package contains the Python 2.x binding generator for libraries that support gobject-introspection, i. e. which ship a gir1.2-- package. With these packages, the libraries can be used from Python. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: python-glance-store Priority: optional Section: python Installed-Size: 286 Maintainer: PKG OpenStack Architecture: all Version: 0.1.7-fuel6.0.1~mira3 Depends: python-cinderclient (>= 1:1.0.6), python-eventlet (>= 0.13.0), python-iso8601 (>= 0.1.8), python-oslo.config (>= 1.2.0), python-oslo.i18n (>= 0.1.0), python-six (>= 1.4.1), python-stevedore (>= 0.12), python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-oslo.serialization, python-oslo.utils, python-ordereddict Pre-Depends: dpkg (>= 1.15.6~) Filename: pool/main/python-glance-store_0.1.7-fuel6.0.1~mira3_all.deb Size: 53344 MD5Sum: bfe84d7286481fc79b6a7b40f1b1df07 SHA1: d7a1d88c9689d1e27df657a4e53969a352f1f48b SHA256: b3ac4f9cf53c4a6ece967dc9ee63877c805c998cb26d8e53b023e55fbc13de99 SHA512: ccb3801c6bc9b5ae0d30fbd410fac227e9ed60e88b5d57e088529e4eaa2435f6216264401ab5eb3daa497ec84dda8723981ff2e23d67cc5cafccf3b8595cddf1 Description: OpenStack Image Service store library - Python 2.x The Glance project provides services for discovering, registering, and retrieving virtual machine images over the cloud. They may be stand-alone services, or may be used to deliver images from object stores, such as OpenStack's Swift service, to Nova's compute nodes. . This package contains the Python 2.x module for the Glance's stores. Homepage: https://github.com/openstack/glance_store Package: python-glanceclient Priority: extra Section: python Installed-Size: 268 Maintainer: Chuck Short Architecture: all Version: 1:0.14.1-fuel6.0.1~mira19 Replaces: glance-client Depends: python-pbr (>= 0.6), python-pbr (<< 0.7) | python-pbr (>> 0.7), python-pbr (<< 1.0), python-babel (>= 1.3), python-keystoneclient (>= 1:0.10.0), python-openssl (>= 0.11), python-prettytable (>= 0.7), python-prettytable (<< 0.8), python-requests (>= 1.2.1), python-requests (<< 2.2.2), python-setuptools, python-warlock (>= 1.0.1), python-warlock (<< 2), python-six (>= 1.7.0), python-argparse, python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Breaks: glance-client Filename: pool/main/python-glanceclient_0.14.1-fuel6.0.1~mira19_all.deb Size: 69564 MD5Sum: 6a27167cd3334f95177d2cf0c53bc080 SHA1: 4add8cc8711c0c9a20a2a29ba441232f18395006 SHA256: 1a48d52698a1a2759030b268cffbc15afc5f0d23cf55beace9a7b001b81dc641 SHA512: 85cf54e799298c200ac59c4e78274102ec4b65c76bff7fa8641a4dbc2a6043ad4a62e02d59307499629c7944d4f7b7f7dff711dcd6666a85656b5734e720babd Description: Client library for Openstack glance server. This is a client for the Glance which uses the OpenStack Image API. There's a Python API (the ``glanceclient`` module), and a command-line script (``glance``). Homepage: http://launchpad.net/glance Package: python-glance Priority: extra Section: python Installed-Size: 3394 Maintainer: Ubuntu OpenStack Architecture: all Source: glance Version: 1:2014.2.2-fuel6.0.1~mira3 Provides: python2.7-glance Depends: python-anyjson (>= 0.3.3), python-argparse, python-boto (>= 2.32.1), python-boto (<< 2.35.0), python-cinderclient (>= 1:1.1.0), python-cinderclient (<< 1:1.1.2), python-crypto (>= 2.6), python-eventlet (>= 0.15.1), python-glance-store (>= 0.1.1), python-greenlet (>= 0.3.2), python-httplib2 (>= 0.7.5), python-iso8601 (>= 0.1.9), python-jsonschema (>= 2.0.0), python-jsonschema (<< 3.0.0), python-keystoneclient (>= 1:0.10.0), python-keystonemiddleware (>= 1.0.0), python-kombu (>= 3.0.7), python-migrate (>= 0.9.1), python-migrate (<< 0.9.2), python-netaddr (>= 0.7.12), python-openssl (>= 0.11), python-ordereddict, python-oslo.config (>= 1:1.4.0), python-oslo.i18n (>= 1.0.0), python-oslo.db (>= 1.0.0), python-oslo.messaging (>= 1.4.0), python-oslo.messaging (<< 1.5.0), python-oslo.vmware (>= 0.6), python-oslo.vmware (<< 0.9.0), python-osprofiler (>= 0.3.0), python-paste, python-pastedeploy (>= 1.5.0), python-pbr (>= 0.6), pythn-pbr (<< 0.7) | python-pbr (>> 0.7), python-pbr (<< 1.0), python-posix-ipc, python-retrying (>= 1.2.2), python-retrying (<< 1.3.0) | python-retrying (>> 1.3.0), python-routes (>= 1.12.3), python-routes (<< 2.0) | python-routes (>> 2.0), python-six (>= 1.7.0), python-sqlalchemy-ext | python-sqlalchemy (>= 0.9.7) | python-sqlalchemy (<= 0.9.99), python-stevedore (>= 1.0.0), python-swiftclient (>= 1:2.2.0), python-swiftclient (<< 1:2.3.2), python-webob (>= 1.2.3), python-wsme (>= 0.6), python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-sqlalchemy (>= 0.9~), python-sqlalchemy (<< 0.10) Filename: pool/main/python-glance_2014.2.2-fuel6.0.1~mira3_all.deb Size: 544640 MD5Sum: 4bc77f441eb6289dbaf0652d77a04bb0 SHA1: b2644e0ca700582933d9038ae67aeae7623c5ee1 SHA256: d846e86ad56784671ffd632ccff0c198fd2c7f1ee2c094fa7474a330aa9b5c2a SHA512: 8fac062068e1d5039f4a05a6e7b4d5cd907e52e691be4f2a14bd61944d68e2e48e4fc13cc5d64acea7afb294bffa4948b5fb8e96b9ce9aaa7e72f711eb9183d5 Description: OpenStack Image Registry and Delivery Service - Python library The Glance project provides an image registration and discovery service and an image delivery service. These services are used in conjunction by Nova to deliver images from object stores, such as OpenStack's Swift service, to Nova's compute nodes. . This package contains the Python libraries. Homepage: http://launchpad.net/glance Python-Version: 2.7 Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-gnupginterface Priority: standard Section: python Installed-Size: 113 Maintainer: Ubuntu Developers Original-Maintainer: Guilherme de S. Pastore Architecture: all Source: gnupginterface Version: 0.3.2-9.1ubuntu3 Provides: python2.7-gnupginterface Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), gnupg (>= 1.2.1) | gnupg2 Filename: pool/main/python-gnupginterface_0.3.2-9.1ubuntu3_all.deb Size: 19186 MD5Sum: c403c6abc8933f4ae7fa56eb9fe309c0 SHA1: 500dba62ddde4426b4d1bc538eb4253c9306e533 SHA256: e6e6d1ab7223b9f22c84fe2321772aeffb5e64caa15b162459a2f5f6ed2641ad SHA512: 10c75d672ab624cda34761008e519aa5bfa7bf7b26c95d952cf12f6283879756a8dee711fd3005277371e856ed70a404c11be05608aa7111729870995e629bcf Description: Python interface to GnuPG (GPG) GnuPGInterface is a Python module to interface with GnuPG. It concentrates on interacting with GnuPG via filehandles, providing access to control GnuPG via versatile and extensible means. . This module is based on GnuPG::Interface, a Perl module by the same author. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-greenlet Priority: extra Section: python Installed-Size: 42 Maintainer: Ubuntu Developers Original-Maintainer: Laszlo Boszormenyi (GCS) Architecture: amd64 Version: 0.4.2-ubuntu1 Depends: libc6 (>= 2.14), python2.7, python (>= 2.7), python (<< 2.8) Suggests: python-greenlet-doc, python-greenlet-dev, python-greenlet-dbg Conflicts: python-codespeak-lib (<< 1.0) Filename: pool/main/python-greenlet_0.4.2-ubuntu1_amd64.deb Size: 19288 MD5Sum: 14696310308d76eb204ca8c9bc76def9 SHA1: 22c575e26b85ad495f3a750708d6a76010bcbacb SHA256: 6c4652f825342a762bb2fec09536d5fe5ad5656951a4cdd69311e46e2d96ef4b SHA512: 71ff0a1a49c5033d9f43dd9298dc3aa546b6b7859981e725ab690e3e2e10fa23e2f4891056b103344c57b3672d718a6e74ab907b7086beedd6f93b5f44ccc63b Description: Lightweight in-process concurrent programming The greenlet package is a spin-off of Stackless, a version of CPython that supports micro-threads called "tasklets". Tasklets run pseudo-concurrently (typically in a single or a few OS-level threads) and are synchronized with data exchanges on "channels". . greenlet is the standalone package derived from the py lib, and is used by several non-blocking IO packages as a more flexible alternative to Python's built in coroutines. Homepage: http://pypi.python.org/pypi/greenlet Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: edubuntu-desktop-gnome Package: python-gridfs Priority: optional Section: python Installed-Size: 51 Maintainer: Federico Ceratto Architecture: all Source: pymongo Version: 2.6.3-1build1 Provides: python2.7-gridfs Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-pymongo Filename: pool/main/python-gridfs_2.6.3-1build1_all.deb Size: 26704 MD5Sum: 020ffed9474b4dfe88252adcd1b91289 SHA1: ea53fb5b0a52a4d1fbc25b8d804a9db89ad81032 SHA256: 5c4ca84402427970eca35038e1ce486d210eae2d8030b49a9752648a7b457eee SHA512: fa8cf267a7f7b6c3913b2d35d7daad33dbf7a5f1162e52c21f7266fa17c71cb4932f2b54e60a6ba78bd042d69be073b4b34b8982221dc33a3e82ffacaa5237a3 Description: Python implementation of GridFS for MongoDB GridFS is a storage specification for large objects in MongoDB. The Python gridfs module is an implementation based on the pymongo module. It provides a file-like interface. Homepage: http://api.mongodb.org/python/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-happybase Priority: optional Section: python Installed-Size: 417 Maintainer: Ubuntu Developers Original-Maintainer: PKG OpenStack Architecture: all Version: 0.8-0ubuntu1 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-thrift Pre-Depends: dpkg (>= 1.15.6~) Filename: pool/main/python-happybase_0.8-0ubuntu1_all.deb Size: 39216 MD5Sum: 6d487cf3eb1845c0248b56203e50eb59 SHA1: 136640a24eeeb2e0e05bbb16feee1a0a11265df6 SHA256: cde1836b8ccabd7414aaae4d8a0e318b59b2df632bf251207acf7699a7242b5c SHA512: b5ad645b69935fa0749a960930fc8f243b5d3b8549444ab9d75bea37e2ebdc2a44b12c4d4b05d9ea1d15125464c968758fb0b1d3a3441645b94be45b63b53cda Description: developer-friendly Python library to interact with Apache HBase HappyBase is a developer-friendly Python library to interact with Apache HBase. * Documentation: http://happybase.readthedocs.org/ * HBase: http://hbase.apache.org/ Homepage: https://github.com/wbolster/happybase Package: python-heatclient Priority: optional Section: python Installed-Size: 427 Maintainer: Ubuntu Developers Original-Maintainer: PKG OpenStack Architecture: all Version: 0.2.12-fuel6.0.1~mira10 Depends: python (>= 2.7.1-0ubuntu2), python-argparse, python-iso8601 (>= 0.1.9), python-pbr (>= 0.6), python-pbr (<< 0.7) | python-pbr (>> 0.7), python-pbr (<< 1.0), python-prettytable (>= 0.7), python-prettytable (<< 0.8), python-keystoneclient (>= 0.10.0), python-yaml (>= 3.1.0), python-requests (>= 1.2.1), python-requests (<< 2.2.2), python-six (>= 1.7.0), python-pkg-resources, python-httplib2 (>= 0.7.5), python2.7, python (<< 2.8) Pre-Depends: dpkg (>= 1.15.6~) Filename: pool/main/python-heatclient_0.2.12-fuel6.0.1~mira10_all.deb Size: 83994 MD5Sum: 1efe3e58ae6e146c3994f846c4f08a2a SHA1: d691064706abdf3b538291786db2a57e8af3d24c SHA256: d0b06adce41125195882c901f4f5d99d7837e3427d97943b0271247264dc8334 SHA512: 0555057b915db0878e60ea43e4a556aa80dfc81041b26c2e83cac614a0ca30b5855a4644d07bcd59191e39d3756149c8f0a19252f4f98e8f0500254496f13769 Description: client library and CLI for OpenStack Heat Heat is a service to orchestrate multiple composite cloud applications using templates, through both an OpenStack-native ReST API and a CloudFormation-compatible Query API. . This is a client for the OpenStack Heat API. There's a Python API (the heatclient module), and a command-line script (heat). Each implements 100% of the OpenStack Heat API. Package: python-heat Priority: optional Section: python Installed-Size: 4482 Maintainer: Ubuntu Developers Original-Maintainer: PKG OpenStack Architecture: all Source: heat Version: 2014.2.2-fuel6.0.1~mira1 Depends: python-argparse, python-babel (>= 1.3), python-eventlet (>= 0.15.1), python-greenlet (>= 0.3.2), python-httplib2 (>= 0.7.5), python-iso8601 (>= 0.1.9), python-keystonemiddleware (>= 1.0.0), python-kombu (>= 3.0.7), python-lxml (>= 2.3), python-netaddr (>= 0.7.12), python-oslo.config (>= 1.4.0), python-oslo.i18n (>= 1.0.0), python-oslo.messaging (>= 1.4.0), python-oslo.db (>= 1.0.0), python-oslo.utils (>= 1.0.0), python-pastedeploy (>= 1.5.0), python-pbr (>= 0.6), python-pbr (<< 0.7) | python-pbr (>> 0.7), python-posix-ipc, python-crypto (>= 2.6), python-ceilometerclient (>= 1.0.6), python-cinderclient (>= 1.1.0), python-glanceclient (>= 0.14.0), python-heatclient (>= 0.2.9), python-keystoneclient (>= 0.10.0), python-neutronclient (>= 1:2.3.6), python-novaclient (>= 2.18.0), python-saharaclient (>= 0.7.3), python-swiftclient (>= 2.2.0), python-troveclient (>= 1.0.4), python-yaml (>= 3.1.0), python-qpid, python-requests (>= 2.1.0), python-requests (<< 2.2.2), python-routes (>= 1.12.3), python-routes (<< 2.0) | python-routes (>> 2.0), python-six (>= 1.7.0), python-sqlalchemy (>= 0.9~), python-sqlalchemy (<< 0.8.99) | python-sqlalchemy (>= 0.9.7), python-sqlalchemy (<< 0.9.99), python-migrate (>= 0.9.1), python-migrate (<< 0.9.2), python-stevedore (>= 1.0.0), python-webob (>= 1.2.3), python-boto (>= 2.4), python-extras, python-memcache, python-mysqldb, python-paste, python-setuptools, python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Filename: pool/main/python-heat_2014.2.2-fuel6.0.1~mira1_all.deb Size: 708082 MD5Sum: a37a137666c0f5eb0ee82aaa02db92f7 SHA1: d22ddff1371b54ee4cef5f92858909c107f1433f SHA256: ba4e16425a3fc5f0057d0715607aa3d9129ebb16d8a21547763c9c2acb9a6580 SHA512: 3466920426340c74c593d661f2b36fe28ea2bbda4d2d0c3172817a515041175df565534c95926397c6dc4297bfa09729b1bdd1972858d264f3f9f359058697b2 Description: OpenStack orchestration service - Python files Heat is a service to orchestrate multiple composite cloud applications using templates, through both an OpenStack-native ReST API and a CloudFormation-compatible Query API. . This package contains the Python libraries. Homepage: http://wiki.openstack.org/Heat Package: python-httplib2 Priority: optional Section: libs Installed-Size: 129 Maintainer: Luca Falavigna Architecture: all Version: 0.8-2build1 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), ca-certificates Filename: pool/main/python-httplib2_0.8-2build1_all.deb Size: 41698 MD5Sum: 30f0a4b3c3781d18ea5ca41bd863ddcb SHA1: ad03fcc89e63d42da8368cde1e6dd683b8a80543 SHA256: 565174f3034d23d28806124611599f53753a3710a324d3bb8fe0a70352a637a0 SHA512: 605721cd9a5d62a858f49baae9ebded22e763380acc8737574e75c167aa61f0875e3f1f3f20a62dbc0c87403c0647c726d67625ffe614f86e2d53c7a5a37963a Description: comprehensive HTTP client library written for Python httplib2.py supports many features left out of other HTTP libraries. * HTTP and HTTPS * Keep-Alive * Authentication * Caching * All Methods * Redirects * Compression * Lost update support * Unit Tested . This package provides module for python2 series. Homepage: http://code.google.com/p/httplib2/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-ipaddr Priority: optional Section: universe/python Installed-Size: 107 Maintainer: Ubuntu Developers Original-Maintainer: Scott Kitterman Architecture: all Version: 2.1.10-1 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Filename: pool/main/python-ipaddr_2.1.10-1_all.deb Size: 16468 MD5Sum: dd68b2b72af833f9d6ae8c783bddec96 SHA1: 3ad5cddea3d21f5620e6dc7a8155f66d3dae1820 SHA256: 7526736bd6320a7d8ffa224d76f2786db80e948287ad5241a253bb5c8c3e55fa SHA512: 948686079e6791db14297abe129119f87025f894bc4345c3dc50d983d74cf7c709ef59784fe99979744ea65d1d9596d15117171b3c252df7d3eb8e3c97ca2a12 Description: Python module for working with IP addresses, both IPv4 and IPv6 This library is used to create/poke/manipulate IPv4 and IPv6 addresses and networks in Python. It is intended to be fast and lightweight. . This is a pure Python implementation of classes for IPv4/6 addresses and networks. It supports comparisons to determine if IP addresses are contained inside a defined network, conversion of lists of IP addresses into compact CIDR lists, and other IP address manipulation Homepage: http://code.google.com/p/ipaddr-py/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-iso8601 Priority: extra Section: python Installed-Size: 28 Maintainer: Ubuntu Developers Original-Maintainer: Benjamin Mako Hill Architecture: all Version: 0.1.10-0ubuntu1 Provides: python2.7-iso8601 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Filename: pool/main/python-iso8601_0.1.10-0ubuntu1_all.deb Size: 12864 MD5Sum: b2f92baaafb99ba7b06c2c02e1c05e0f SHA1: 073cad183a61f35eb8a237613dbd0af2cfd07c90 SHA256: c6bf0fd8e9c6e40c17e6dde725ee849ebf52e03db4ebdecd573208c062875940 SHA512: 986b7fcc4f7a5ae598afcd3728719d5e610b8d1462f78ee7877a40f26713014fc2e40ac4881d4aff28d8befde1bdb2f9d847dae128b5d10cd5dc320bfcb34188 Description: python module to parse ISO 8601 dates (python2) Many file formats and standards use the ISO 8601 date format (e.g. 2007-01-14T20:34:22+00:00) to store dates in a neutral, unambiguous manner. This simple Python module parses the most common forms encountered and returns Python datetime objects. Homepage: https://code.google.com/p/pyiso8601 Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-itsdangerous Priority: optional Section: python Installed-Size: 36 Maintainer: Debian Python Modules Team Architecture: all Version: 0.22+dfsg1-1build1 Depends: python (>= 2.7.1-0ubuntu2), python2.7, python (<< 2.8) Filename: pool/main/python-itsdangerous_0.22+dfsg1-1build1_all.deb Size: 12520 MD5Sum: 707f4eb2239776aa1a1134fdeb7527dd SHA1: 66f9943d9098bd4153465b8eed78323ae6608a1e SHA256: 7f72874b74a2bdf56741113ff9cd488fea4293fd2f7b156d4ab45ffff0888140 SHA512: ee011af73c3575ffcd7de9af06f214ce664e00b9b6067cf31d56ffc4b1f4626f7f562d789ce4491f8e80476bba8cdc8a61b78a77ef77c4d8b5462355e5f99558 Description: Various helpers to pass trusted data to untrusted environment - python 2.x itsdangerous provides a module that is a port of the django signing module. It's not directly copied but some changes were applied to make it work better on its own. . itsdangerous allows web applications to use a key only it knows to cryptographically sign data and hand it over to someone else (e.g. a user). When it gets the data back it can easily ensure that nobody tampered with it. . This package provides the itsdangerous Python module for Python 2.x. Homepage: http://pythonhosted.org/itsdangerous/ Package: python-jinja2 Priority: optional Section: python Installed-Size: 997 Maintainer: Ubuntu Developers Original-Maintainer: Piotr Ożarowski Architecture: amd64 Source: jinja2 Version: 2.6-1ubuntu0.1 Provides: python2.7-jinja2 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), libc6 (>= 2.2.5), python-markupsafe Recommends: python-pkg-resources Suggests: python-jinja2-doc Filename: pool/main/python-jinja2_2.6-1ubuntu0.1_amd64.deb Size: 158488 MD5Sum: ba07f2613f2c5f1c7edeac4fb0d44837 SHA1: 992e8d4c27e08474fc42662f080fcbce4820990a SHA256: 95b002d9c2a89b812c86688164c65f7e021cb631ae73fc3fc1aa6361fad7e5c4 SHA512: b75a3b0ae3fb19ee0058617f7411d2be913592f26cdf29745aed6dd0c67ec6bb2161567d2af03573fd88e7d5973fd8eb92f6fe0e30ac691b69ae3907e9925914 Description: small but fast and easy to use stand-alone template engine Jinja2 is a template engine written in pure Python. It provides a Django inspired non-XML syntax but supports inline expressions and an optional sandboxed environment. . The key-features are: * Configurable syntax. If you are generating LaTeX or other formats with Jinja2 you can change the delimiters to something that integrates better into the LaTeX markup. * Fast. While performance is not the primarily target of Jinja2 it’s surprisingly fast. The overhead compared to regular Python code was reduced to the very minimum. * Easy to debug. Jinja2 integrates directly into the Python traceback system which allows you to debug Jinja2 templates with regular Python debugging helpers. * Secure. It’s possible to evaluate untrusted template code if the optional sandbox is enabled. This allows Jinja2 to be used as templating language for applications where users may modify the template design. Enhances: python-pybabel Homepage: http://jinja.pocoo.org/2/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: python-json-patch Priority: extra Section: oldlibs Installed-Size: 3 Maintainer: PKG OpenStack Architecture: all Version: 1.3-4 Depends: python-jsonpatch Pre-Depends: dpkg (>= 1.15.6~) Filename: pool/main/python-json-patch_1.3-4_all.deb Size: 3244 MD5Sum: b1a64b7f5d99d5e05904e5eb4adfc29a SHA1: 816323e5864ab13c3c57a60872df4765e23b44e4 SHA256: 9246e3de0ca16f5834aab1e991555710715a108c8499b7f17db4c62543b9818e SHA512: 86c2602c2c9bed43747c9c9d310c832e4d464e0b6dead918535164762ad18703dea456eb773e2030a7c70e7dec80223fdebc626fe1551433908eb686c6f0ea90 Description: library to apply JSON patches - python 2.x transitional package Python-json-patch is a Python module (a library) to apply JSON Patches according to the IETF draft specification. . From the IETF site: . JavaScript Object Notation (JSON) [RFC4627] is a common format for the exchange and storage of structured data. HTTP PATCH [RFC5789] extends the Hypertext Transfer Protocol (HTTP) [RFC2616] with a method to perform partial modifications to resources. . JSON Patch is a format (identified by the media type "application/ json-patch") for expressing a sequence of operations to apply to a target JSON document, suitable for use with the HTTP PATCH method. . This format is also potentially useful in other cases when it's necessary to make partial updates to a JSON document. . This package is a transitional package to python-jsonpatch. Homepage: https://github.com/stefankoegl/python-json-patch Package: python-json-pointer Priority: optional Section: python Installed-Size: 14 Maintainer: PKG OpenStack Architecture: all Version: 1.0-2build1 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Pre-Depends: dpkg (>= 1.15.6~) Filename: pool/main/python-json-pointer_1.0-2build1_all.deb Size: 7656 MD5Sum: 8d250392f1b99d57e793189a8b38807c SHA1: 5ccdff25a1ee3ca1481472ebbaf5cdcfb9c6deca SHA256: 6029bf58fd2fba9eb3dc863ab0329d3af2ca12e435bff3d8bb06036e4d5d461f SHA512: 48abe3c73288a5080987a53b2a6d5cf69919d7f0605ca9db19c033005c986391ee96ede18281ada9ee94641fa298492df84ff4a3b73a3aa6520864f7cb917c8c Description: resolve JSON pointers - python 2.x Python-json-pointer is a small library to resolve JSON pointers according to the IETF draft specification. JSON Pointer defines a string syntax for identifying a specific value within a JavaScript Object Notation (JSON) document. . This package provides the module for Python 2.x. Homepage: https://github.com/stefankoegl/python-json-pointer Package: python-jsonpatch Priority: optional Section: python Installed-Size: 25 Maintainer: PKG OpenStack Architecture: all Source: python-json-patch Version: 1.3-4 Replaces: python-json-patch (<< 1.3-3~) Depends: python-json-pointer, python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Pre-Depends: dpkg (>= 1.15.6~) Breaks: python-json-patch (<< 1.3-3~) Filename: pool/main/python-jsonpatch_1.3-4_all.deb Size: 9216 MD5Sum: c8ddbed06ebcc25de7cce10c3f2ece45 SHA1: 86ee658d9510213fee6781ff0253cb3debef7ffc SHA256: 8954d9c45dbd8da0faec79db043df8c5635c7f37c8f0ba6b3dadeea699ee1ac6 SHA512: 14c644adffa77339239d2a4ffc3a7bf24073bbe17726016a540707efe1c6754c00ce7afc9e81c2c95a367e73ce305968eb5f778b47cc590be14909db104d9295 Description: library to apply JSON patches - python 2.x Python-json-patch is a Python module (a library) to apply JSON Patches according to the IETF draft specification. . From the IETF site: . JavaScript Object Notation (JSON) [RFC4627] is a common format for the exchange and storage of structured data. HTTP PATCH [RFC5789] extends the Hypertext Transfer Protocol (HTTP) [RFC2616] with a method to perform partial modifications to resources. . JSON Patch is a format (identified by the media type "application/ json-patch") for expressing a sequence of operations to apply to a target JSON document, suitable for use with the HTTP PATCH method. . This format is also potentially useful in other cases when it's necessary to make partial updates to a JSON document. . This package provides the Python 2.x module. Homepage: https://github.com/stefankoegl/python-json-patch Package: python-jsonpath-rw Priority: optional Section: python Installed-Size: 41 Maintainer: PKG OpenStack Architecture: all Version: 1.2.0-1build1 Depends: python-six, python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-ply, python-decorator Pre-Depends: dpkg (>= 1.15.6~) Filename: pool/main/python-jsonpath-rw_1.2.0-1build1_all.deb Size: 13056 MD5Sum: 0abd8fcf8160f616ffb9a4e88e3d5332 SHA1: 0649c108c44d722e3562c7ea09310082a7646e62 SHA256: c49320b395c6d44121402533e61f3343017222de905e9b47f3ea2b8e2dd814cd SHA512: fff7bcec71a592a7a23284dec062a99dd5f86a8c23968fab661a76d4c03be5d0509968fb813c30c04e82ce9bf060b42e17a80c12588b5221d5f8290d2f839397 Description: extended implementation of JSONPath for Python 2.x This library provides a robust and significantly extended implementation of JSONPath for Python. It is tested with Python 2.6, 2.7, 3.2, and 3.3. . This library differs from other JSONPath implementations in that it is a full language implementation, meaning the JSONPath expressions are first class objects, easy to analyze, transform, parse, print, and extend. . The JSONPath syntax supported by this library includes some additional features and omits some problematic features (those that make it unportable). In particular, some new operators such as "|" and "where" are available, and parentheses are used for grouping not for callbacks into Python, since with these changes the language is not trivially associative. Also, fields may be quoted whether or not they are contained in brackets. . This package provides the Python 2.x module. Homepage: https://github.com/kennknowles/python-jsonpath-rw Package: python-jsonrpclib Priority: optional Section: python Installed-Size: 46 Maintainer: PKG OpenStack Architecture: all Version: 0.1.3-1build1 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-simplejson Pre-Depends: dpkg (>= 1.15.6~) Filename: pool/main/python-jsonrpclib_0.1.3-1build1_all.deb Size: 14202 MD5Sum: 431df4b42158ca86b22a3d67604cf197 SHA1: 7f360dd2e53c41d55f8d67f5adaae90e49583454 SHA256: 842ab0dc871fcf661f558a0b30ddda54f4b27d317e69216415c9553d57e39b6e SHA512: 1707eab554fd37b04afe7f55737c3b862c499eb3f8b7adbc710b1a55f566363c9de72a7ea93a58d9d7e83b6172e2573bb335b5af9585f30fce0004e511ce7866 Description: implementation of the JSON-RPC v2.0 specification This library implements the JSON-RPC 2.0 proposed specification in pure Python. It is designed to be as compatible with the syntax of xmlrpclib as possible (it extends where possible), so that projects using xmlrpclib could easily be modified to use JSON and experiment with the differences. . It is backwards-compatible with the 1.0 specification, and supports all of the new proposed features of 2.0, including: * Batch submission (via MultiCall) * Keyword arguments * Notifications (both in a batch and 'normal') * Class translation using the 'jsonclass' key. Homepage: https://pypi.python.org/pypi/jsonrpclib Package: python-jsonschema Priority: optional Section: python Installed-Size: 118 Maintainer: PKG OpenStack Architecture: all Version: 2.3.0-1build1 Depends: python-mock, python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Pre-Depends: dpkg (>= 1.15.6~) Filename: pool/main/python-jsonschema_2.3.0-1build1_all.deb Size: 30648 MD5Sum: c775eda8d69ea4da20f21927934f9b0e SHA1: 96173cce98e11805ee12fd98fabd046180556195 SHA256: 475fc7ac0366cd62e14b5cba508f860260d7c9d2382c81dc6f4a6fc7c3d07d06 SHA512: f912276384cacea28b18640174d1da83cc47b1ece9620e75793712c169e9f929578c5b19cf05f07a7edc160e660cc63ef10541ebb230e15eae5e1a014581a27c Description: An(other) implementation of JSON Schema (Draft 3) for Python JSON Schema is a specification for a JSON-based format for defining the structure of JSON data. JSON Schema provides a contract for what JSON data is required for a given application and how it can be modified, much like what XML Schema provides for XML. JSON Schema is intended to provide validation, documentation, and interaction control of JSON data. . This package contains the Python 2.x module. Homepage: https://github.com/Julian/jsonschema Package: python-kazoo Priority: optional Section: python Installed-Size: 352 Maintainer: Ubuntu Developers Original-Maintainer: Neil Williams Architecture: all Source: kazoo Version: 1.3.1-1ubuntu1 Depends: python:any (>= 2.7.3-0ubuntu2~), python:any (<< 2.8) Suggests: python-kazoo-doc Filename: pool/main/python-kazoo_1.3.1-1ubuntu1_all.deb Size: 87134 MD5Sum: 0b4de67ad6f16cf44706181235d69c19 SHA1: 1c9cc24a62b24eb4d8c21d6cc2ed3549f438d4bc SHA256: e50f5585971069835234f91e201fd52ea04d3a3111e589b2dc714987b3da7dd8 SHA512: e8927a31d8b89cacbf093fc38f45f13cd2c9fc09d60f53298dae639dc30c0f573c8370bbc47834bc828e4bcdfee9274f07680998578c130bc22e0c23d3cb8730 Description: higher level API to Apache Zookeeper (Python 2) Kazoo features: . * A wide range of recipe implementations, like Lock, Election or Queue * Data and Children Watchers * Simplified Zookeeper connection state tracking * Unified asynchronous API for use with greenlets or threads * Support for gevent 0.13 and gevent 1.0 * Support for Zookeeper 3.3 and 3.4 servers * Integrated testing helpers for Zookeeper clusters * Pure-Python based implementation of the wire protocol, avoiding all the memory leaks, lacking features, and debugging madness of the C library . Kazoo is heavily inspired by Netflix Curator simplifications and helpers. . This is the Python 2 version of the package. Homepage: https://kazoo.readthedocs.org Package: python-keyring Priority: optional Section: python Installed-Size: 207 Maintainer: Ubuntu Developers Original-Maintainer: Carl Chenet Architecture: all Version: 0.9.2-0ubuntu0.12.04.2 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Recommends: python-crypto Filename: pool/main/python-keyring_0.9.2-0ubuntu0.12.04.2_all.deb Size: 39714 MD5Sum: cd58b8b105bf1de13a0cb817af02a78e SHA1: acfc0ea18f8d4f5066b4f530983634dcd548191b SHA256: 9f36dfd03d0f46709608025eaf5a7f671a19ac74d464430f3586affa3f91d70f SHA512: 9290ed65e86de79b4d1271a3df01d7968245f02de965157f63576a62b3ccf962deab3ef04181da322701542ad984ce3149877108c11aeb893d8d6099f4022c52 Description: store and access your passwords safely The Python keyring library provides an easy way to access the system keyring service (e.g Gnome-Keyring, KWallet) from Python. it can be used in any application that needs safe password storage. Homepage: http://home.python-keyring.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-keystoneclient Priority: extra Section: python Installed-Size: 1368 Maintainer: Chuck Short Architecture: all Version: 1:0.11.1-fuel6.0.1~mira15 Depends: python-pbr (>= 0.6), python-pbr (<< 0.7) | python-pbr (>> 0.7), python-pbr (<< 1.0), python-pkg-resources, python-argparse, python-requests (>= 1.2.1), python-requests (<< 2.2.2), python-babel (>= 1.3), python-iso8601 (>= 0.1.9), python-netaddr (>= 0.7.12), python-oslo.config (>= 1.4.0), python-prettytable (>= 0.7), python-prettytable (<< 0.8), python-six (>= 1.7.0), python-stevedore (>= 1.0.0), python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-oslo.utils Filename: pool/main/python-keystoneclient_0.11.1-fuel6.0.1~mira15_all.deb Size: 264998 MD5Sum: 0bda41d1228de46ca5eb5a2594acb32a SHA1: b6b76a67aff3a9217862b8145d171fd3aed84048 SHA256: 6dd50acbc4a6f793decc24ab91fa5631a4826e10a623b195b7b661da9c01339b SHA512: bcf03056ad60c7391fb88f4cadbb24d11b38e35c7cdb8e1f88330ecbd2ed158186f3f3c47f704ee6e7537e10246c27f8acde86cb64dd0d357ddb280a19a93446 Description: Client library for OpenStack Identity API This is a client for the OpenStack Identity API. There's a Python API (the ``keystoneclient`` module), and a command-line script (``keystone``). Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-keystonemiddleware Priority: optional Section: python Installed-Size: 310 Maintainer: PKG OpenStack Architecture: all Version: 1.2.0-ubuntu5 Depends: python-babel (>= 1.3), python-iso8601 (>= 0.1.9), python-keystoneclient (>= 0.10.0), python-netaddr (>= 0.7.12), python-oslo.config (>= 1.4.0), python-pbr (>= 0.6), python-requests (>= 1.2.1), python-six (>= 1.7.0), python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-webob Pre-Depends: dpkg (>= 1.15.6~) Filename: pool/main/python-keystonemiddleware_1.2.0-ubuntu5_all.deb Size: 58656 MD5Sum: e3fe9820e0a4ea90c49457debdb6b378 SHA1: 3ebdfbf0ddc838970ce08b54f65cb584f5e3cf11 SHA256: 3eb945b74f9ac18bb3d4dd12c1d57569adbe34f4a40f625793dc092eb3849ef0 SHA512: f3a4f32a1ad4da1959835a4f9bd420dc621df05dbaa53b280eed8a747b6e465732c802ed7bd80aeb3b5dae5f1f3a78f74929cf5b4bbaedfbf1ed5789c0ac8b0b Description: Middleware for OpenStack Identity (Keystone) - Python 2.x This package contains middleware modules designed to provide authentication and authorization features to web services other than Keystone. The most prominent module is keystonemiddleware.auth_token. This package does not expose any CLI or Python API features. . This package contains the Python 2.x module. Homepage: http://launchpad.net/keystonemiddleware Package: python-keystone Priority: extra Section: python Installed-Size: 3745 Maintainer: Ubuntu Developers Original-Maintainer: Monty Taylor Architecture: all Source: keystone Version: 1:2014.2.2-fuel6.0.1~mira5 Provides: python2.7-keystone Depends: python-babel (>= 1.3), python-dogpile.cache (>= 0.5.3), python-eventlet (>= 0.15.1), python-greenlet (>= 0.3.2), python-iso8601 (>= 0.1.9), python-jsonschema (>= 2.0.0), python-jsonschema (<< 3.0.0), python-keystoneclient (>= 1:0.10.0), python-keystonemiddleware (>= 1.0.0), python-keystonemiddleware (<< 1.4.0), python-lockfile, python-lxml, python-migrate (>= 0.9.1), python-migrate (<< 0.9.2), python-netaddr (>= 0.7.12), python-oauthlib (>= 0.6), python-oslo.config (>= 1.4.0), python-oslo.messaging (>= 1.4.0), python-oslo.messaging (<< 1.5.0), python-oslo.db (>= 1.0.0), python-oslo.db (<< 1.1), python-oslo.i18n (>= 1.0.0), python-oslo.utils (>= 1.0.0), python-oslo.serialization (>= 1.0.0), python-pam (>= 0.1.4), python-passlib, python-paste, python-pastedeploy (>= 1.5.0), python-pbr (>= 0.6), python-pbr (<< 0.7) | python-pbr (>> 0.7), python-pbr (<< 1.0), python-posix-ipc, python-pycadf (>= 0.6.0), python-pycadf (<< 0.7.0), python-routes (>= 1.12.3), python-routes (<< 2.0) | python-routes (>> 2.0), python-six (>= 1.7.0), python-sqlalchemy (>= 0.9.7), python-sqlalchemy (<= 0.9.99), python-webob (>= 1.2.3), python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Suggests: python-memcache Filename: pool/main/python-keystone_2014.2.2-fuel6.0.1~mira5_all.deb Size: 687082 MD5Sum: c6923a8a005cc54b256988272c9ac71a SHA1: 83e3dd648eed7603347777c3ded170bec059852e SHA256: 541c0e0cab853d15101d475a09f26e83283cc4233dd9fd52823099e51c8a43fe SHA512: 9d197518b364c7420bf4b84ac2fe40367cee553acf057a0ed82642591b307211752c1aa04e651e3d0d2b0b4bfe88ce0a70187e87985249a7a1df117bcecc7be6 Description: OpenStack identity service - Python library Keystone is a proposed independent authentication service for OpenStack. . This initial proof of concept aims to address the current use cases in Swift and Nova which are: . * REST-based, token auth for Swift * many-to-many relationship between identity and tenant for Nova. Keystone does authentication and stuff . This package contains the Python libraries. Homepage: http://launchpad.net/keystone Python-Version: 2.7 Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-kombu Priority: optional Section: python Installed-Size: 719 Maintainer: Ubuntu Developers Original-Maintainer: Debian Python Modules Team Architecture: all Version: 3.0.16-ubuntu1 Depends: python-librabbitmq | python-amqp (>= 1.3.3), python-anyjson (>= 0.3.3), python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-amqp Recommends: python-yaml Suggests: python-boto, python-beanstalkc, python-django, python-kombu-doc, python-pika, python-pymongo, python-sqlalchemy Breaks: python-cjson (<= 1.0.5-4+b1) Filename: pool/main/python-kombu_3.0.16-ubuntu1_all.deb Size: 166944 MD5Sum: 10a29e3e4f50415bf7f491066440f914 SHA1: 47c96862c4212832c830158b217179e5026a8dc0 SHA256: 496c66c042c4f4f3180bc774e63f5391cc2147479fad901e8c2063d072b8c701 SHA512: 599c358b2e351a3b8b9d242ba8faa43fa79c4b0819158fead084172c5e5e0b4b633ceae02dc763fb09433bd13c8efe595ea92c49c93b52dfbc49cdcdbba6e30f Description: AMQP Messaging Framework for Python The aim of Kombu is to make messaging in Python as easy as possible by providing an idiomatic high-level interface for the AMQP protocol. It is meant to replace the carrot library by providing a compatibility layer. . Features: * Allows application authors to support several message server solutions by using pluggable transports. * Supports automatic encoding, serialization and compression of message payloads. * The ability to ensure that an operation is performed by gracefully handling connection and channel errors. Homepage: http://github.com/ask/kombu/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-ldap Priority: optional Section: python Installed-Size: 267 Maintainer: Ubuntu Developers Original-Maintainer: Matej Vela Architecture: amd64 Version: 2.3.13-1build1 Replaces: python2.3-ldap (<< 2.2.0-1.1), python2.3-ldap-tls, python2.4-ldap (<< 2.2.0-1.1) Provides: python2.7-ldap Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), libc6 (>= 2.4), libldap-2.4-2 (>= 2.4.7) Suggests: python-ldap-doc Conflicts: python2.3-ldap (<< 2.2.0-1.1), python2.3-ldap-tls, python2.4-ldap (<< 2.2.0-1.1) Filename: pool/main/python-ldap_2.3.13-1build1_amd64.deb Size: 63320 MD5Sum: e36b40dd176d56bf2603a989337093e2 SHA1: 2a69c989bc9cab121e7979c3c42cea5e5b26997b SHA256: 1b45af441778345139f969e108ab4ec57bbf09fe083fdb36918f4cfeec84cd27 SHA512: 48496915cd739c7921154d3e2f013a124be43e07969f79caa8487ea8beef3fa3afcd034b4bd290c9cbd8936aaddc9a4d3ef7e1f782e356f1afc2b304c6ac57c2 Description: LDAP interface module for Python This module provides a Python interface to the OpenLDAP client library (LDAP is the Lightweight Directory Access Protocol). Homepage: http://www.python-ldap.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: python-lesscpy Priority: optional Section: python Installed-Size: 144 Maintainer: Ubuntu Developers Original-Maintainer: PKG OpenStack Architecture: all Version: 0.9j-3fakesync2 Replaces: python3-lesscpy (<< 0.9j) Depends: python-ply, python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Pre-Depends: dpkg (>= 1.15.6~) Filename: pool/main/python-lesscpy_0.9j-3fakesync2_all.deb Size: 31394 MD5Sum: 4cf7a2fd4f292a0c81974851479ea06e SHA1: 2a39c4156c809bc4e00fd70220063159f1f7d348 SHA256: daa8061a3473ae1a5369da7833b1cb756bb60797e525008413c20b1924bbeebc SHA512: 3b0c69c1bc078bb017422aeb173afe030760b7828142183972d4f5f7b13d6d102bb32b29ff14254d991d15fa58f3e62ff93a614db94252aa49c0446a34e6db16 Description: LessCss Compiler for Python 2.x Lesscpy is a compiler written in Python for the lesscss language. It is very useful if node.js can't be installed in the environment. Not all features of lesscss are supported (yet). Some features wil probably never be supported (JavaScript evaluation). . This program uses PLY (Python Lex-Yacc) to tokenize/parse the input and is considerably slower than the nodejs compiler. . This package provides the Python 2.x module. Homepage: https://pypi.python.org/pypi/lesscpy Package: python-librabbitmq Priority: optional Section: python Installed-Size: 88 Maintainer: Ubuntu Developers Original-Maintainer: Debian Python Modules Team Architecture: amd64 Version: 1.0.3-0ubuntu1 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), libc6 (>= 2.15), librabbitmq1 (>= 0.3.0) Filename: pool/main/python-librabbitmq_1.0.3-0ubuntu1_amd64.deb Size: 34960 MD5Sum: f2093c8659c55c0eececc582c665f9cf SHA1: 44abbab31f7b3536c55099d27150efe337aa6e7b SHA256: 4dddc741a8676aeab5d7332392e09ae66212067c62734c3471527a7838638810 SHA512: 46bfff8b96b6f7fdb277649382a6c2a74b0cb56e4df25f68662a5d4df383e7d7b8e49bc32696fd760643705916d10e1bdfea79e1c4f9f9f9ac444dfda210dfad Description: AMQP Client using the rabbitmq-c library Python bindings for the C-language AMQP client library for use with AMQP servers speaking protocol versions 0-9-1. The Advanced Message Queuing Protocol (AMQP) is an open standard for passing business messages between applications or organizations. Homepage: https://github.com/celery/librabbitmq Package: python-libvirt Priority: optional Section: devel Installed-Size: 522 Maintainer: Ubuntu Developers Original-Maintainer: Guido Günther Architecture: amd64 Source: libvirt-python Version: 1.2.2-ubuntu1 Depends: libc6 (>= 2.4), libvirt0 (>= 1.2.2-ubuntu2), python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Recommends: libvirt-bin Filename: pool/main/python-libvirt_1.2.2-ubuntu1_amd64.deb Size: 132626 MD5Sum: 7df346c1c60e75e7559de798fbbc8f49 SHA1: b947ce8ddba066a1a0dd2b9ad0a8ff9379277417 SHA256: 032d46c1c4b4fca0d7b812f45261ad4f5ee4ae83be66d6985bdcb84bdcc0cee6 SHA512: ec6c97c3cfb0e488f630444410c030935c14c1179c8e4152e1de2423212c560265741206c23d3675d581de7ab3b9e81210d16c84ecbd85e95e46c7f10195813e Description: libvirt Python bindings Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains Python bindings for the libvirt library Homepage: http://libvirt.org Python-Version: 2.7 Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: python-libxml2 Priority: optional Section: python Installed-Size: 901 Maintainer: Ubuntu Developers Original-Maintainer: Debian XML/SGML Group Architecture: amd64 Source: libxml2 Version: 2.7.8.dfsg-5.1ubuntu4.11 Provides: python2.7-libxml2 Depends: libc6 (>= 2.14), libxml2 (>= 2.7.4), python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Filename: pool/main/python-libxml2_2.7.8.dfsg-5.1ubuntu4.11_amd64.deb Size: 185978 MD5Sum: fa13ca899dc2e287ae1e0422bf6bf8c7 SHA1: 4047979f11791ab2e3d1eb62f725cdbc3e408056 SHA256: ee6b940c9c337e4a1b62c1ee30b3dd9399fbab879b9fcf42d7827b380b786543 SHA512: 2ea9390896ad07071e008447d8a23a2ccd3bca14f51c245541ce4d42f955240b818d9d705782ac6ec8b51a07d858492e8978f2c5016eb7e577602ad1fa520d11 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/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, lubuntu-desktop, ubuntustudio-desktop Package: python-lockfile Priority: extra Section: python Installed-Size: 61 Maintainer: Ubuntu Developers Original-Maintainer: Ben Finney Architecture: all Version: 1:0.8-2ubuntu1 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Filename: pool/main/python-lockfile_0.8-2ubuntu1_all.deb Size: 8714 MD5Sum: d09be60be35f10ae9e03bfb87ac73c00 SHA1: d242d5a53ab96691f22801fff254d6e186912c3c SHA256: 54b829561d57aabc20eceb8c5f3171b6d992bf9b1215d0bc71c5d0e604b9f920 SHA512: 1b9d6a592644a1929817f6b9250cd78813f561fad38997f85c644dc91ac8ca1cc96a16132d731cca234f7d3cb6c9d7be139abd981e9dcd0a11374ca5de875897 Description: file locking library for Python The ‘lockfile’ module exports a ‘FileLock’ class which provides a simple API for locking files. . The appropriate implementation for ‘FileLock’ is chosen automatically based on the OS capabilities for an atomic filesystem operation. These implementations are also available for explicit use as ‘LinkFileLock’ and ‘MkdirFileLock’. . Other back ends are possible with the same semantics; an example provided is ‘SQLiteFileLock’. . Unlike other Python locking libraries (the Windows ‘msvcrt.locking’ function, the Unix ‘fcntl.flock’, ‘fcntl.lockf’, and the deprecated ‘posixfile’ module), the API is identical across both Unix (including GNU/Linux and MacOS) and Windows platforms. Homepage: http://pypi.python.org/pypi/lockfile Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-logutils Priority: optional Section: python Installed-Size: 62 Maintainer: PKG OpenStack Architecture: all Version: 0.3.3-1 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Pre-Depends: dpkg (>= 1.15.6~) Filename: pool/main/python-logutils_0.3.3-1_all.deb Size: 17844 MD5Sum: 8ab7ac5e45912de0b3e381dbcabcbb21 SHA1: a436c0bee6df10e5e493a80b1d0a5b48b3893451 SHA256: 3a6a05d37a86950ffeecccf8e47849b16f2f0fd320355191835095b84e8ce5d0 SHA512: cc1bf8c45fa03ebe1cfb5d3201ba52edd95c1b9a73742d8ca0c5a2a20224c6e7deae7e99446b35fd1beee1f6f1ef5f110ed63cc8e606e7214b3a83f5d6836ee5 Description: handlers for the Python standard library's logging package - Python 2.x The logutils package provides a set of handlers for the Python standard library's logging package. . Some of these handlers are out-of-scope for the standard library, and so they are packaged here. Others are updated versions which have appeared in recent Python releases, but are usable with older versions of Python and so are packaged here. . This package contains the Python 2.x module. Homepage: http://code.google.com/p/logutils/ Package: python-lxml Priority: optional Section: python Installed-Size: 2151 Maintainer: Ubuntu Developers Original-Maintainer: Matthias Klose Architecture: amd64 Source: lxml Version: 2.3.2-1ubuntu0.2 Replaces: python2.3-lxml, python2.4-lxml Provides: python2.7-lxml Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), libc6 (>= 2.14), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.26) Suggests: python-lxml-dbg Conflicts: python2.3-lxml, python2.4-lxml Filename: pool/main/python-lxml_2.3.2-1ubuntu0.2_amd64.deb Size: 660916 MD5Sum: 9f441242220642376ff4a22bc964d2a5 SHA1: b3bfc1187b1b8940197febf3a77a41c46852147a SHA256: 3c15c5583ce912f1d0e88fe39eb5c833e214c07811448667bbb9d40c7d5c5655 SHA512: a30960f3e5d7f95c805e72a60ca6844c73446e7fc94e984dbec19b790c32cea8b4a30780cee421895652fc94b4d826ce09fc9a8b0577eca41ee14aa666f0a831 Description: pythonic binding for the libxml2 and libxslt libraries lxml is a new Python binding for libxml2 and libxslt, completely independent from existing Python bindings. Its aim: . * Pythonic API. * Documented. * Use Python unicode strings in API. * Safe (no segfaults). * No manual memory management! . lxml aims to provide a Pythonic API by following as much as possible the ElementTree API, trying to avoid inventing too many new APIs, or the user's having to learn new things -- XML is complicated enough. Homepage: http://codespeak.net/lxml/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-usb, edubuntu-usb, edubuntu-desktop-kde, edubuntu-desktop-gnome, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, ubuntustudio-video, ubuntustudio-graphics Package: python-m2crypto Priority: optional Section: libs Installed-Size: 850 Maintainer: Ubuntu Developers Original-Maintainer: Dima Barsky Architecture: amd64 Source: m2crypto Version: 0.21.1-2ubuntu2 Provides: m2crypto, python2.7-m2crypto Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), libc6 (>= 2.4), libssl1.0.0 (>= 1.0.0) Pre-Depends: dpkg (>= 1.15.6) Filename: pool/main/python-m2crypto_0.21.1-2ubuntu2_amd64.deb Size: 156726 MD5Sum: 85591f3c043e7712e094ae91d880e3bd SHA1: f5ad2e55567c893798fcc88e05fd051bcc9646ea SHA256: 3fa2a2e24fad3505253d62debe2170302bcb48bc509b471ca6ad45c535b79c53 SHA512: f085b63261dda2636f26893c1a220bcb3a5706c7535f5c56510f40ef56ab167cc618e838c06268154fc813292be2e6daf0a580d8d9860564420caa6e7c3eb213 Description: a crypto and SSL toolkit for Python m2crypto features the following: * RSA, DSA, DH, HMACs, message digests, symmetric ciphers (including AES). * SSL functionality to implement clients and servers. * HTTPS extensions to Python's httplib, urllib, and xmlrpclib. * Unforgeable HMAC'ing AuthCookies for web session management. * FTP/TLS client and server. * S/MIME. * ZServerSSL: A HTTPS server for Zope. * ZSmime: An S/MIME messenger for Zope. Homepage: http://chandlerproject.org/Projects/MeTooCrypto Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: cloud-image Package: python-magic Priority: extra Section: python Installed-Size: 87 Maintainer: Ubuntu Developers Original-Maintainer: Daniel Baumann Architecture: amd64 Source: file Version: 5.09-2ubuntu0.6 Provides: python2.7-magic Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), libmagic1 (= 5.09-2ubuntu0.6) Suggests: python-magic-dbg Filename: pool/main/python-magic_5.09-2ubuntu0.6_amd64.deb Size: 4838 MD5Sum: 88f1e53f50bc9232f4bd2c7ffb29f893 SHA1: 74a5e3f934459f376fcbe7e498a9030e2b15305e SHA256: 97d196f295a47107045bafe3afbc2633491e9390cc694fde0c8d5b580c18dbb4 SHA512: 1cb0febb2dd3341ac2c9a8e7589934695dff52249c36cddca2500f1dc9e9c5b7c8506213d7bbca05f3260808d80a5562285ba330e4d7773a49738067d044d9c8 Description: File type determination library using "magic" numbers (Python bindings) This library can be used to classify files according to magic number tests. It implements the core functionality of the file command. . This package contains the Python bindings. Homepage: http://www.darwinsys.com/file/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: python-mako Priority: optional Section: python Installed-Size: 285 Maintainer: Piotr Ożarowski Architecture: all Source: mako Version: 0.8.1-1~cloud0 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-markupsafe Suggests: python-beaker (>= 1.1), python-mako-doc Filename: pool/main/python-mako_0.8.1-1~cloud0_all.deb Size: 60968 MD5Sum: 4332b24ecf324eec162bec81d4644d78 SHA1: df277dc93fd97128af03540ae4b7ccaa7bd991c2 SHA256: bb22347d6880f270685bcf5cda1fd41309d17fddeea7bd538ef2ddbf0c1aa483 SHA512: 81a03fb241a6862b4de7b93f7097261febde24e98b484496002849d6641a6e1acc54e15a030525e74a41161bed98588abe3e01ab164df53efcfe37a1af3a9831 Description: fast and lightweight templating for the Python platform Mako is a template library written in Python. It provides a familiar, non-XML syntax which compiles into Python modules for maximum performance. Mako's syntax and API borrows from the best ideas of many others, including Django templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded Python (i.e. Python Server Page) language, which refines the familiar ideas of componentized layout and inheritance to produce one of the most straightforward and flexible models available, while also maintaining close ties to Python calling and scoping semantics. Enhances: python-pygments, python-pylons, python-turbogears Homepage: http://www.makotemplates.org/ Python-Version: 2.7 Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-markupsafe Priority: optional Section: python Installed-Size: 101 Maintainer: Ubuntu Developers Original-Maintainer: Piotr Ożarowski Architecture: amd64 Source: markupsafe Version: 0.15-1 Provides: python2.7-markupsafe Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), libc6 (>= 2.2.5) Filename: pool/main/python-markupsafe_0.15-1_amd64.deb Size: 13556 MD5Sum: c6ffdfd875a9b8bbcbec3717d1fde0c8 SHA1: 41b2d2e59657f14e722d5a13dd54214276f7a6db SHA256: c2e4b4fe6eb0d5f08e7551cce1373aaf7ea33277137c47504ee51a90ba23116e SHA512: 8e748c5e5fc895fe5cbc67715c7ea097cd437c3c419cd383c79f9d1e063758baa1c9795c1a401d86e82de3a137de31701f97c79e80e7c9bb896a56e1c33b003e Description: XML/HTML/XHTML Markup safe string for Python MarkupSafe implements a unicode subclass that supports HTML strings: . >>> from markupsafe import Markup, escape >>> escape("") Markup(u'<script>alert(document.cookie);</script>') >>> tmpl = Markup("%s") >>> tmpl % "Peter > Lustig" Markup(u'Peter > Lustig') . If you want to make an object unicode that is not yet unicode but don't want to lose the taint information, you can use the `soft_unicode` function: . >>> from markupsafe import soft_unicode >>> soft_unicode(42) u'42' >>> soft_unicode(Markup('foo')) Markup(u'foo') Homepage: http://pypi.python.org/pypi/MarkupSafe Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, edubuntu-desktop, edubuntu-usb Package: python-memcache Priority: optional Section: python Installed-Size: 61 Maintainer: Debian Python Modules Team Architecture: all Version: 1.53-ubuntu2 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Suggests: memcached Filename: pool/main/python-memcache_1.53-ubuntu2_all.deb Size: 18878 MD5Sum: 770eaf3bd4fc35ed2824e49f61424d6a SHA1: dee388b4229fa3cc65491a671f34448329e433b2 SHA256: 1d566b129f9854275c855ef9a58b7ffe84b2e157e85164c5d10f08b7d3e37d40 SHA512: 4700d69a83ae37d65c048010c8b70340e3ab57b4ad360df6b0cc5f11b2200bec58c5a49e04bf0a1648eb47098f2cdfe9b2cdf2bb97625a18c098a082a8d52e17 Description: pure python memcached client This software is a 100% Python interface to the memcached memory cache daemon. It is the client side software which allows storing values in one or more, possibly remote, memcached servers. Homepage: http://www.tummy.com/Community/software/python-memcached/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-migrate Priority: optional Section: python Installed-Size: 1126 Maintainer: Ubuntu Developers Original-Maintainer: PKG OpenStack Architecture: all Source: migrate Version: 0.9.1-1ubuntu1 Depends: libjs-sphinxdoc (>= 1.0), python-decorator, python-pbr (>= 0.5.21), python-pkg-resources, python-six (>= 1.4.1), python-sqlalchemy (>= 0.9~), python-tempita (>= 0.4), python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-sqlalchemy (<< 0.10) Pre-Depends: dpkg (>= 1.15.6~) Filename: pool/main/python-migrate_0.9.1-1ubuntu1_all.deb Size: 154852 MD5Sum: aeee4b091767a7fff990e9af63ff86b8 SHA1: 5177759830d539f4e3c8ee3bb0fc79c7e8922f41 SHA256: c2cd6f0272b5554898b3dbed619c29eefc00665b43cad7686e14e48b5e4fcc7b SHA512: 6f0efe4d08c36e5c0833086421f730353a8cdbfd9fe3a0b29c50c56847572ade71268fac41a48b3bffba623148d5d043a56ad69eb57b5770d2e6df97220b57d4 Description: Database schema migration for SQLAlchemy Inspired by Ruby on Rails' migrations, migrate provides a way to deal with database schema changes in SQLAlchemy projects. . SQLAlchemy-migrate is build on top of SQLAlchemy and provides a changeset and a versioning API for database schemas as well as a script utilizing these APIs. The database change sets are managed in a file based repository allowing upgrades and downgrades of database schema versions. The change sets may consist of Python code facilitating the changeset API or SQL scripts. . SQLAlchemy-migrate has support for MySQL, PostgreSQL, SQLite and Oracle databases. The support for Oracle is not as well tested as the support for the other database systems. Homepage: https://github.com/stackforge/sqlalchemy-migrate Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-mimeparse Priority: optional Section: universe/python Installed-Size: 13 Maintainer: Mathias Ertl Architecture: all Version: 0.1.4-1~cloud0 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Filename: pool/main/python-mimeparse_0.1.4-1~cloud0_all.deb Size: 6310 MD5Sum: 6cd6963971f45a3806c8073104c38893 SHA1: 2623a2ec439a609309fd52902abba680ca84d701 SHA256: 39174e00def52fbdf1c92c12fca8dbcbe16b0bf2f04cf00aada984ce52093372 SHA512: fbcb02e8d6f83dbc4370617b2bff813af724e87a976167b60a9dcd8e19fe18ae48e0b1be77851e3707560469adaeee43657be6bc9637f7977c3494ae46dfb79b Description: Parse mime-types and quality parameters - python 2.x This module provides basic functions for parsing mime-type names and matching them against a list of media-ranges. . See section 14.1 of RFC 2616 (the HTTP specification) for a complete explanation. . This package contains the Python 2.x module. Homepage: https://pypi.python.org/pypi/python-mimeparse Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-minimal Essential: yes Priority: required Section: python Installed-Size: 117 Maintainer: Ubuntu Developers Original-Maintainer: Matthias Klose Architecture: amd64 Source: python-defaults Version: 2.7.3-ubuntu1 Replaces: python (<= 2.4-1), python2.7 (<< 2.7.3) Depends: python2.7-minimal (>= 2.7.3), dpkg (>= 1.13.20) Recommends: python Conflicts: python-central (<< 0.5.5) Breaks: idle (<< 2.6), python (<= 2.4-1), python-all (<< 2.6), python-all-dbg (<< 2.6), python-all-dev (<< 2.6), python-dbg (<< 2.6), python-dev (<< 2.6), python-examples (<< 2.6), python-support (<< 1.0.10ubuntu2), python2.5-minimal (<< 2.5.5-7), python2.6-minimal (<< 2.6.5~rc2-2), python3.1-minimal (<< 3.1.2~rc1-2) Filename: pool/main/python-minimal_2.7.3-ubuntu1_amd64.deb Size: 42716 MD5Sum: 7df1aabc67b70e90df85286061b7c9bc SHA1: b8b1f9dc6b89f15b648dcd119e3c3ef79b894328 SHA256: 472ac0f2c3ea46b70707e29b943b2ee349bfacd0710443e78971fd096c28a752 SHA512: f2a99bc4f53c2c88067b74ec540be7b7ffecd5b82ed13079f83bfff71f43de8b57e398733db330f0cfad68b5e3229738fa81eb0eb8a971a112119d852d860cb8 Description: minimal subset of the Python language (default version) This package contains the interpreter and some essential modules. It's used in the boot process for some basic tasks. See /usr/share/doc/python2.7-minimal/README.Debian for a list of the modules contained in this package. Multi-Arch: allowed Homepage: http://www.python.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: python-mock Priority: extra Section: python Installed-Size: 98 Maintainer: Debian Python Modules Team Architecture: all Version: 1.0.1-3 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Suggests: python-mock-doc Filename: pool/main/python-mock_1.0.1-3_all.deb Size: 36478 MD5Sum: 189dfcefd0058fab0c0e386cc6294926 SHA1: 51a541fafb26e8cd1a6d2b867510e8ca15988ab3 SHA256: 028d5edb995a93813f28dc44e222b6952727d46737fc662f8b42f3bfb8a32886 SHA512: 8c6b81983e40bdeed4bf577288229f3fb9f3f10c860283591138fb61c1d85e9f13ad0e1a9e0c63152882a4584ea91f3eeec9e02822f0c3f09143811fcbb1a867 Description: Mocking and Testing Library mock provides a core mock.Mock class that is intended to reduce the need to create a host of trivial stubs throughout your test suite. After performing an action, you can make assertions about which methods / attributes were used and arguments they were called with. You can also specify return values and set specific attributes in the normal way. Homepage: http://www.voidspace.org.uk/python/mock/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-msgpack Priority: optional Section: python Installed-Size: 176 Maintainer: PKG OpenStack Architecture: amd64 Source: msgpack-python Version: 0.4.2-1 Replaces: msgpack-python (<< 0.3.0-1) Provides: msgpack-python Depends: python (<< 2.8), python (>= 2.7~), python:any (>= 2.7.3-0ubuntu2~), libc6 (>= 2.14) Breaks: msgpack-python (<< 0.3.0-1) Filename: pool/main/python-msgpack_0.4.2-1_amd64.deb Size: 69844 MD5Sum: 0ebb3d60c86b73e413d06ef10fa90ef5 SHA1: e2f2b3ae87ff4bcb40e5c7754257a6de5a56952f SHA256: 551de8db28b48de2377508ffc5ee0bdd0b46c0dd39936a7a3b7d36c3d1bf04d2 SHA512: b90ef96a3d00937734443763ac519aa4767cb30f4b5302d0e5aec8bf0f9decc72df69a9f5b044aba445cbcbd9121f1e06f2e08978f0474e648e4a105d6759db7 Description: Python implementation of MessagePack format MessagePack is a binary-based efficient object serialization format. It enables the exchange of structured objects between many languages like JSON. But unlike JSON, it is very fast and small. . This package contains a Python extension module implementing the MessagePack format. Homepage: http://pypi.python.org/pypi/msgpack-python/ Package: python-muranoclient Priority: extra Section: Python Installed-Size: 266 Maintainer: root Architecture: all Version: 0.5.5-fuel6.0~mira18 Depends: python-setuptools, python-d2to1 (>= 0.2), python-d2to1 (<< 0.3), python-babel (>= 1.3), python-httplib2 (>= 0.7.5), python-iso8601 (>= 0.1.9), python-pbr (>= 0.6), python-pbr (<< 0.7) | python-pbr (>> 0.7), python-pbr (<< 1.0), python-prettytable (>= 0.7), python-prettytable (<< 0.8), python-openssl (>= 0.11), python-keystoneclient (>= 1:0.10.0), python-yaml (>= 3.1.0), python-requests (>= 1.2.1), python-requests (<< 2.4.0) | python-requests (>> 2.4.0), python-six (>= 1.7.0), python-yaql (>= 0.2.2), python-yaql (<< 0.3) Filename: pool/main/python-muranoclient_0.5.5-fuel6.0~mira18_all.deb Size: 73440 MD5Sum: fd130e0ff222b69ba3e72989a9bbc967 SHA1: 34b68fe71d5e46017fb0ab0d767f7c64a77b47ce SHA256: 1cef114a44ffb818c17a0f9f9bcae90ba97dd6fde7d3c909b28a4cf6bb9bf210 SHA512: 5146427c17ce801efe611bd81925c8a824d6ed6a83c8629f8852ce57a55c1f2713be738043d816aadb8ce2c10474d387487344ca9e3725c66017d59d65a3edcf Description: python-muranoclient Homepage: mirantis.com Package: python-mysqldb Priority: optional Section: python Installed-Size: 221 Maintainer: Ubuntu Developers Original-Maintainer: Debian Python Modules Team Architecture: amd64 Version: 1.2.5-ubuntu0 Replaces: python2.3-mysqldb, python2.4-mysqldb Provides: python2.7-mysqldb Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), libc6 (>= 2.4), libmysqlclient18 (>= 5.5.13-1) Suggests: python-egenix-mxdatetime, mysql-server-5.1 | mysql-server, python-mysqldb-dbg Conflicts: python2.3-mysqldb, python2.4-mysqldb Filename: pool/main/python-mysqldb_1.2.5-ubuntu0_amd64.deb Size: 69884 MD5Sum: 7288549b5895a5584c102641d46a1e4d SHA1: 62c199dd9e9994546052f86000681b9f7d0d88cc SHA256: a71854a847e1c21820eb53dbf25d30ae7a70f805203ca1e47c9ff00761026225 SHA512: ae7fafb56e95c88251a9e7daa4f8bb5f551997d721b2b6441988d6dd4809c93ccbd3df8f5f2ee7b89a8b4edb931cf1adc1470415972039050790cff631c37cf8 Description: Python interface to MySQL MySQLdb is an interface to the popular MySQL database server for Python. The design goals are: . + Compliance with Python database API version 2.0 + Thread-safety + Thread-friendliness (threads will not block each other) + Compatibility with MySQL-3.23 and later . This package contains modules for all Python versions supported in Debian. Homepage: http://mysql-python.sourceforge.net/ Python-Version: 2.7 Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: python-netaddr Priority: optional Section: python Installed-Size: 5199 Maintainer: Vincent Bernat Architecture: all Version: 0.7.12-ubuntu1 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), ieee-data Suggests: ipython, python-netaddr-docs Filename: pool/main/python-netaddr_0.7.12-ubuntu1_all.deb Size: 1622628 MD5Sum: ab18d9519403631a44c6d481ae3c5075 SHA1: 96ad4ec251dfde4528517834b38bde4717ffeb47 SHA256: 8d7f95a633b9d199983f14206085e43ab26e13a18ff63b5c30af1563e52cebf7 SHA512: 0c4f5907109ba48f9af8863932396e652ab64047795614cb5008211ef70a073e026f292c05efe45706b2ed045898566baeca080bf25ce156109555a1b7a4271f Description: manipulation of various common network address notations (Python 2) netaddr is a Python library for the manipulation of various common network address notations and representations. . It takes the hassle out of fiddling with enumerable variations of network addresses presenting a consistent, extensible, easy-to-use and (above all) Pythonic API. . With it you can validate, convert, categorise, iterate, generate, slice (and dice): - MAC (Media Access Control) - IEEE EUI-48 and EUI-64 - IP version 4 - IP version 6 - CIDR (Classless Inter-Domain Routing) . This is the Python 2 version of the package. Homepage: https://github.com/drkjam/netaddr/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-netifaces Priority: optional Section: python Installed-Size: 37 Maintainer: Debian Python Modules Team Architecture: amd64 Source: netifaces Version: 0.10.4-0.1 Provides: python2.7-netifaces Depends: libc6 (>= 2.4), python2.7, python (>= 2.7), python (<< 2.8) Filename: pool/main/python-netifaces_0.10.4-0.1_amd64.deb Size: 18996 MD5Sum: 37047e2550d44049225043b51929a8f5 SHA1: bab8c8a3654e7c0729f33d0148fccf470f58820a SHA256: adf714492680a25b058fca97ee48fae2b34ac927f57411ce16e1626263cafb41 SHA512: cf14bb16ae634ac425638e153a9b421fbf4251feb80eaaa1ced6987b29d92dde5b36e5b2829f380b69ce94afaf652aa3270924d85c7f42f08e1e5fbfd86baff7 Description: portable network interface information - Python 2.x netifaces provides a (hopefully portable-ish) way for Python programmers to get access to a list of the network interfaces on the local machine, and to obtain the addresses of those network interfaces. . This package contains the module for Python 2.x. Homepage: http://alastairs-place.net/projects/netifaces/ Python-Version: 2.7 Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: python-networkx Priority: optional Section: universe/graphics Installed-Size: 2568 Maintainer: Ubuntu Developers Original-Maintainer: Debian Python Modules Team Architecture: all Version: 1.8.1-ubuntu1 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Suggests: python-numpy, python-scipy, python-pydot, python-pkg-resources, python-yaml Filename: pool/main/python-networkx_1.8.1-ubuntu1_all.deb Size: 770872 MD5Sum: 19ad50b24563cd6993193fdf4e5798e2 SHA1: f890f5b291ffcd5320e922dfa90505ccb5e92a4f SHA256: 581a260f5468d435a573c578b3f21e2701e741f88657295381182dca208e4b3c SHA512: 265dc05edf0b9f83b90fc953963967ab34050f2b21ec409b53e0c6baa56ffb9091182c8dee826da8526a3c40a30f067759733842f3468b140d5666f04e6ea710 Description: tool to create, manipulate and study complex networks NetworkX is a Python-based package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks. . The structure of a graph or network is encoded in the edges (connections, links, ties, arcs, bonds) between nodes (vertices, sites, actors). If unqualified, by graph it's meant a simple undirected graph, i.e. no self-loops and no multiple edges are allowed. By a network it's usually meant a graph with weights (fields, properties) on nodes and/or edges. . The potential audience for NetworkX includes: mathematicians, physicists, biologists, computer scientists, social scientists. Homepage: http://networkx.lanl.gov/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-neutronclient Priority: extra Section: python Installed-Size: 747 Maintainer: Ubuntu Developers Original-Maintainer: Chuck Short Architecture: all Version: 1:2.3.9-fuel6.0.1~mira19 Replaces: python-quantumclient (<< 1:2.2.4-0ubuntu1~) Depends: python-pbr (>= 0.6), python-pbr (<< 0.7) | python-pbr (>> 0.7), python-pbr (<< 1.0), python-argparse, python-babel (>= 1.3), python-cliff (>= 1.7.0), python-httplib2, python-iso8601 (>= 0.1.9), python-keystoneclient (>= 1:0.10.0), python-netaddr (>= 0.7.12), python-prettytable (>= 0.7), python-prettytable (<< 0.8), python-pyparsing (>= 2.0.1), python-requests (>= 2.1.0), python-requests (<< 2.2.2), python-simplejson (>= 2.2.0), python-six (>= 1.7.0), python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Breaks: python-quantumclient (<< 1:2.2.4-0ubuntu1~) Filename: pool/main/python-neutronclient_2.3.9-fuel6.0.1~mira19_all.deb Size: 122962 MD5Sum: e667d2a1206fc9946824352bcd5d7197 SHA1: 4750eac3063b171bd0d3058f9011d578b6bed41a SHA256: 8833be4c2f458e30832009573f23883fe599e8c51c64d54d8468a30f40bd0cbd SHA512: 6c5857cc7909d1da46b5cb7d07580305990e6396db91842562035a5c21fa5ffb47a8a79068c90e03af2d9726115d43193d4b4b3986490cfc1775217921a63ef4 Description: client - Neutron is a virtual network service for Openstack Neutron is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Neutron provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Neutron API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package provides the neutron client. Homepage: http://launchpad.net/python-quantumclient Package: python-neutron Priority: optional Section: python Installed-Size: 10999 Maintainer: Ubuntu Developers Original-Maintainer: Chuck Short Architecture: all Source: neutron Version: 1:2014.2.2-fuel6.0.1~mira8 Replaces: python-quantum (<< 1:2013.2~b2-0ubuntu1~) Provides: python2.7-neutron Depends: alembic (>= 0.6.4), python-amqplib (>= 0.6.1), python-anyjson (>= 0.3.3), python-argparse, python-babel, python-eventlet (>= 0.15.1), python-greenlet (>= 0.3.2), python-httplib2 (>= 0.7.5), python-iso8601 (>= 0.1.9), python-jinja2, python-keystonemiddleware (>= 1.0.0), python-keystoneclient (>= 1:0.10.0), python-kombu (>= 3.0.7), python-netaddr (>= 0.7.12), python-neutronclient (>= 1:2.3.6), python-novaclient (>= 1:2.18.0), python-oslo.config (>= 1:1.4.0), python-paste, python-pastedeploy (>= 1.5), python-psutil (>= 1.1.1), python-requests (>= 2.1.0), python-requests (<< 2.2.2), python-oslo.rootwrap (>= 1.3.0), python-routes, python-six (>= 1.7.0), python-sqlalchemy (>= 0.9~), python-sqlalchemy (<< 0.8.99) | python-sqlalchemy (>> 0.9.7), python-sqlalchemy (<= 0.9.99), python-stevedore (>= 1.0.0), python-webob, python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-pbr, python-jsonrpclib, python-oslo.db, python-oslo.messaging Breaks: python-quantum (<< 1:2013.2~b2-0ubuntu1~) Filename: pool/main/python-neutron_2014.2.2-fuel6.0.1~mira8_all.deb Size: 1889632 MD5Sum: c1a6c781e33bf7d152ca5023eb89eb5f SHA1: 159552b59bf7cf06f514e33a2a33994d58de973e SHA256: 0c06e3e85a6abbfd5e5f0b57839cb5d6a5a8fc73db14582318e39b0b1c86ab0d SHA512: a01baee0dcaf169780ecac82fbe54f32972e1cc96c72290113141afb652751694209ea9df35aa483ec1b16e6aa701675a4c84c6de09e4ee8ed0ddbbcf1d33abe Description: Neutron is a virutal network service for Openstack - Python library Neutron is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Neutron provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Neutron API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package provides the Python library. Python-Version: 2.7 Package: python-nose Priority: optional Section: python Installed-Size: 565 Maintainer: Ubuntu Developers Original-Maintainer: Gustavo Noronha Silva Architecture: all Source: nose Version: 1.1.2-3 Depends: python-pkg-resources, python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Suggests: python-coverage, python-nose-doc Filename: pool/main/python-nose_1.1.2-3_all.deb Size: 135450 MD5Sum: 2e4e1a866744a6cf00d8e988fefa77de SHA1: acaba1078a73e02ea7f9d46043469bbda622477b SHA256: 3472243533211699d3d80d593d218123b1484c0cc5c99e553c76dc933185a498 SHA512: 7f872c6e3fb0058c961845301fa7e2e668200f030514e25b0dcc80304c442e3c648d21045d8c07b60a38343c580caf665076e0af69421c18af13f56e3a63b4de Description: test discovery and running of Python's unittest nose provides an alternate test discovery and running process for unittest, one that is intended to mimic the behavior of py.test as much as is reasonably possible without resorting to too much magic Homepage: http://somethingaboutorange.com/mrl/projects/nose/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-novaclient Priority: optional Section: python Installed-Size: 1263 Maintainer: Ubuntu Developers Architecture: all Version: 1:2.20.0-fuel6.0.1~mira18 Depends: python-argparse, python-babel (>= 1.3), python-iso8601 (>= 0.1.9), python-keystoneclient (>= 1:0.10.0), python-oslo.utils (>= 1.0.0), python-oslo.serialization (>= 1.0.0), python-pbr (>= 0.6), python-pbr (<< 0.7) | python-pbr (>> 0.7), python-pbr (<< 1.0), python-pkg-resources, python-prettytable (>= 0.7), python-prettytable (<< 0.8), python-requests (>= 1.2.1), python-requests (<< 2.2.2), python-simplejson (>= 2.2.0), python-six (>= 1.7.0), python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Filename: pool/main/python-novaclient_2.20.0-fuel6.0.1~mira18_all.deb Size: 241762 MD5Sum: 71d47374e78817459793d366c995a387 SHA1: f8ba0bb9dcf814ea477219fd1237098aea7852f1 SHA256: e095a56b329da5689ea4bb03ac35f41abc3ea1116bbb1439c5f6f7e0635434b2 SHA512: d25b8d1bf6651e6b89317c2743f69ec0e6317d87da157f70e0d88c4d9ca914cfe1f2a8fe09cab0de360d2be2d96c781b40a4e280b461b51a823368bfc4952785 Description: client library for OpenStack Compute API Python novaclient library and nova CLI tool for interacting with OpenStack Compute (Nova) through the OpenStack Compute API. Python-Version: 2.7 Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-nova Priority: extra Section: python Installed-Size: 17636 Maintainer: Ubuntu Developers Original-Maintainer: Openstack Maintainers Architecture: all Source: nova Version: 1:2014.2.2-fuel6.0.1~mira11 Provides: python2.7-nova Depends: openssh-client, openssl, python-amqplib (>= 0.6.1), python-anyjson (>= 0.3.3), python-argparse, python-babel (>= 1.3), python-boto (>= 2.32.1), python-boto (<< 2.35.0), python-cinderclient (>= 1:1.1.0), python-decorator (>= 3.4.0), python-eventlet (>= 0.15.1), python-glanceclient (>= 1:0.14.0), python-greenlet (>= 0.3.2), python-iso8601 (>= 0.1.9), python-jinja2, python-jsonschema (>= 2.0.0), python-jsonschema (<< 3.0.0), python-keystoneclient (>= 1:0.10.0), python-keystonemiddleware (>= 1.0.0), python-kombu (>= 3.0.7), python-lockfile (>= 1:0.8), python-lxml (>= 2.3), python-m2crypto, python-migrate (>= 0.9.1), python-migrate (<< 0.9.2), python-netaddr (>= 0.7.12), python-neutronclient (>= 1:2.3.6), python-neutronclient (<< 1:3.0.0), python-oslo.db (>= 1.0.0), python-oslo.db (<< 1.1), python-oslo.config (>= 1.4.0), python-oslo.i18n (>= 1.0.0), python-oslo.messaging (>= 1.4.0), python-oslo.messaging (<< 1.5.0), python-oslo.rootwrap (>= 1.3.0), python-oslo.serialization (>= 1.0.0), python-oslo.vmware (>= 0.6.0), python-oslo.vmware (<< 0.9.0), python-paramiko (>= 1.13.0), python-paste, python-pastedeploy (>= 1.5.0), python-pbr (>= 0.6), python-pbr (<< 0.7) | python-pbr (>> 0.7), python-pbr (<< 1.0), python-posix-ipc, python-pyasn1, python-pycadf (>= 0.6.0), python-pycadf (<< 0.7.0), python-rfc3986 (>= 0.2.0), python-routes (>= 1.12.3), python-routes (<< 2.0) | python-routes (>> 2.0), python-simplejson (>= 2.2.0), python-six (>= 1.7.0), python-sqlalchemy (>= 0.9.7), python-sqlalchemy (<= 0.9.99), python-stevedore (>= 1.0.0), python-suds (>= 0.4), python-suds (<< 0.4.2), python-webob (>= 1.2.3), python-wsgiref (>= 0.1.2), sudo, websockify (>= 0.6.0), websockify (<< 0.7), python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Recommends: python-mysqldb Suggests: python-ldap Conflicts: python-cjson Filename: pool/main/python-nova_2014.2.2-fuel6.0.1~mira11_all.deb Size: 3373898 MD5Sum: 425271e178385e88a362d897750a3354 SHA1: 08bc3a8435987d289c79856cb15c5379a6f64eec SHA256: 1c7604b33feaa8a78627c0287c2ba58303550c4646bfc334023a6f54c275ca42 SHA512: 51148fb1a15f1e85c8c5fe798c888210f58aa1d7f23a2f84d087e20e58253b110530d929c02526f89e2af4970dc9515d9149a70b4cb126aa94ffac034a79de31 Description: OpenStack Compute Python libraries OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . This package contains the core Python parts of Nova. Homepage: http://launchpad.net/nova Python-Version: 2.7 Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-novnc Priority: optional Section: universe/python Installed-Size: 86 Maintainer: Aleksandr Mogylchenko Architecture: all Source: novnc Version: 1:0.5.1+gitfc00821eba~mira6.1+1-ubuntu2 Depends: python (>= 2.7.1-0ubuntu2), python-nova (>= 1:2014.2.2), python-oslo.config (>= 1.4.0), python2.7, python (<< 2.8) Pre-Depends: dpkg (>= 1.15.6~) Filename: pool/main/python-novnc_0.5.1+gitfc00821eba~mira6.1+1-ubuntu2_all.deb Size: 20482 MD5Sum: c63b1b288cefbfb96a940f2a15d22d5f SHA1: 1b88e4916d5cacb023e6fc29bdbacdd55e3abd43 SHA256: 71ee1d87b14550c418adec6ab256f0c14bb19b66f90e7c43b8c8026896914251 SHA512: 8c52c4d001e624c330f07c70c80a408497842dc740f64ecf14b30b9df83466e4c57899f62edaf39441a1f8bad0e1737b1665b6410ab828d1ad0f69e8df9b0897 Description: HTML5 VNC client - libraries noVNC is a HTML5 VNC (WebSockets, Canvas) with encryption (wss://) support client that runs well in any modern browser including mobile browsers (iPhone/iPad and Android). More than 16 companies/projects have integrated noVNC into their products including Ganeti Web Manager, OpenStack, and OpenNebula. . This package installs the core Python parts of NoVNC. Homepage: http://github.com/kanaka/noVNC Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-numpy Priority: optional Section: python Installed-Size: 7614 Maintainer: Ubuntu Developers Original-Maintainer: Debian Python Modules Team Architecture: amd64 Version: 1:1.6.1-6ubuntu1 Provides: python-f2py, python-numpy-abi9, python-numpy-api6, python-numpy-dev, python2.7-numpy Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), libblas3gf | libblas.so.3gf | libatlas3gf-base, libc6 (>= 2.14), liblapack3gf | liblapack.so.3gf | libatlas3gf-base Recommends: gcc Suggests: python-numpy-doc, python-numpy-dbg, python-nose (>= 0.10.1), python-dev, gfortran Filename: pool/main/python-numpy_1.6.1-6ubuntu1_amd64.deb Size: 1849782 MD5Sum: 8878b886bacb361e67e572b333fda99e SHA1: afdb2ee98b39384c308f7676ce5a8047fd956c3b SHA256: 75e3ec689fd69c0b14a514fe00884d40bd985f4acfa316b248e0b76c1c87fcfa SHA512: f2efadb21a85e8cb0b8d80bd12887a75b80def0468c0d0d139c42cf0392de8a38bd45e4641077a0903c06081490c021c8073d7e1627123a40182ca28da3172bd Description: Numerical Python adds a fast array facility to the Python language Numpy contains a powerful N-dimensional array object, sophisticated (broadcasting) functions, tools for integrating C/C++ and Fortran code, and useful linear algebra, Fourier transform, and random number capabilities. . Numpy replaces the python-numeric and python-numarray modules which are now deprecated and shouldn't be used except to support older software. Homepage: http://numpy.scipy.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-usb, kubuntu-full, kubuntu-active-full, edubuntu-usb, edubuntu-desktop-kde, edubuntu-desktop-gnome, ubuntustudio-video, ubuntustudio-graphics Package: python-oauthlib Priority: optional Section: python Installed-Size: 341 Maintainer: Debian Python Modules Team Architecture: all Version: 0.6.1-ubuntu1 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-crypto Filename: pool/main/python-oauthlib_0.6.1-ubuntu1_all.deb Size: 74016 MD5Sum: eea36c4f7dbb66f8e7f87b459f8de90f SHA1: cb4826dd2ec5980e6eff45a7d22df836874c65ee SHA256: 0c8029e9d960621c990e34ee2896ac8fbc21b79fb7df5b508a4f44c6b92f10a1 SHA512: 7e29e606d7f86598ab9a6d7aacbd292c6a42ca69f373fa563e048fef8ac3cfb01ef317dcd602983fa92173b6cfc13f3274a93df66f73df2eadc52bc4e2978a44 Description: generic, spec-compliant implementation of OAuth for Python OAuthLib is a generic utility which implements the logic of OAuth without assuming a specific HTTP request object. It can be used to graft OAuth support onto HTTP libraries. . OAuth1 is almost complete while OAuth2 is already in the works. Homepage: https://github.com/idan/oauthlib Package: python-oauth Priority: optional Section: python Installed-Size: 91 Maintainer: Ubuntu Developers Original-Maintainer: Debian Python Modules Team Architecture: all Version: 1.0.1-3build1 Provides: python2.7-oauth Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Filename: pool/main/python-oauth_1.0.1-3build1_all.deb Size: 14614 MD5Sum: f3bff9a926397efc25842764b9de2764 SHA1: fca8c6c0847ca2f1533abf30f791df002a00276f SHA256: fde32920f164bf7dc0518b15470d4057460d8252b5b571607f1bb4f0ac79790c SHA512: 871da966eade8cea1183d3ae1f84ebcfa8592ca2c42ee7cffc755130fabf625a1ad3143b85c62dc9c9e35d5388f781317fcbbadf3c44213a7f326b40b9acb17c Description: Python library implementing of the OAuth protocol python-oauth implements OAuth, which is an open protocol to allow API authentication in a simple and standard method from desktop and web applications. Homepage: http://code.google.com/p/oauth Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-openid Priority: optional Section: python Installed-Size: 518 Maintainer: Ubuntu Developers Original-Maintainer: Mikhail Gusarov Architecture: all Version: 2.2.5-3ubuntu1 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Filename: pool/main/python-openid_2.2.5-3ubuntu1_all.deb Size: 118048 MD5Sum: 18f10f480ec0e16fab9c27e361148ade SHA1: 118e206cb732aedc9fff026b8ff9e846f48094b6 SHA256: b403b1584fcfca0c3759a43bc0b933b353a9fabe16d74af7fc360ce82b29d967 SHA512: c50350782792588997f2007339610e32e9fb8cdac84283d914dbe4d21687f8ebdcfe6444508457bdd4051afa90c25c3e53d1999c5bc612a66a774c21f2976033 Description: OpenID support for servers and consumers Set of Python packages to support use of the OpenID decentralized identity system in your application, both server- and client-side, including: - OpenID 1.0, 1.1 and 2.0 support, - SReg support, - several storage implementations for stateful OpenID authentication. Homepage: http://github.com/openid/python-openid Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-openssl Priority: optional Section: python Installed-Size: 375 Maintainer: Ubuntu Developers Original-Maintainer: Debian Python Modules Team Architecture: amd64 Source: pyopenssl Version: 0.13-ubuntu1 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), libc6 (>= 2.4), libssl1.0.0 (>= 1.0.0) Suggests: python-openssl-doc, python-openssl-dbg Filename: pool/main/python-openssl_0.13-ubuntu1_amd64.deb Size: 117360 MD5Sum: 0114d16b0e3467f64984feeb85355d90 SHA1: dd3e57110de6f37ef38bf52bfa114d1af04cce51 SHA256: 50276293f210bcb2cf0fada9ed22eaf1a977a8c5adf76d09150c3428461bfa45 SHA512: e596ffff3df54f32b356035180aa6c607b8c956f2e753974530b46125c1ec98a48f2c86875f713e70c95474fb1c86b62c2cd9b26b6167dfa3a8238f5fa1b5d9a Description: Python 2 wrapper around the OpenSSL library High-level wrapper around a subset of the OpenSSL library, includes . * SSL.Connection objects, wrapping the methods of Python's portable sockets * Callbacks written in Python * Extensive error-handling mechanism, mirroring OpenSSL's error codes . A lot of the object methods do nothing more than calling a corresponding function in the OpenSSL library. Homepage: http://launchpad.net/pyopenssl Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, cloud-image, ubuntu-usb, server, edubuntu-desktop, edubuntu-usb, edubuntu-desktop-kde, xubuntu-desktop, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, ubuntustudio-desktop Package: python-openstack-auth Priority: optional Section: python Installed-Size: 210 Maintainer: Ubuntu Developers Original-Maintainer: PKG OpenStack Architecture: all Source: python-django-openstack-auth Version: 1.1.7-ubuntu4 Depends: python-pbr (>= 0.6), python-django (>= 1.4), python-six (>= 1.5.2), python-keystoneclient (>= 1:0.7.0), python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Pre-Depends: dpkg (>= 1.15.6~) Filename: pool/main/python-openstack-auth_1.1.7-ubuntu4_all.deb Size: 33628 MD5Sum: 99503e2e1caedb067f5800b8b0db8f17 SHA1: 39336521989d7ead0d17b5190bcfdf8757c88629 SHA256: 65843f8bbd2f5a0c9a4a09f24fa5c90252b7587cd8428ee91d69fa830af1f7ce SHA512: 6ead88ed2002d4995bf167e3c15f77f16b92f32da2eb2aeb826f6673ae121697121f665595684bd687df30041b99dcad011c0e7132780ff1700f08a140edd79d Description: Django authentication backend for Openstack Django authentication backend for use with the OpenStack Keystone Identity backend. This Python module is used by Horizon (the Openstack Dashport web GUI) to auth against Keystone. Homepage: http://pypi.python.org/pypi/django_openstack_auth Package: python-ordereddict Priority: extra Section: Python Installed-Size: 6 Maintainer: root Architecture: all Version: 1.1-1 Depends: python, python-setuptools Filename: pool/main/python-ordereddict_1.1-1_all.deb Size: 3196 MD5Sum: 18db1376c0f6dd501829e064b036c4b5 SHA1: 570fb983d0a3da2841ee3545f39536545623a297 SHA256: 9b1dce5849970ac08bff8e115a9b9a77939ed5ddc3b7cc1d868378c9b6de621e SHA512: a8b82395ee1f08d079927d934e727ae99a05acf491dfa5758ef9810d3e24c0103a2cde3f63dba022c039f11772da47e250965f5a1e1dab856af4d4dd5a5a582f Description: python-ordereddict Homepage: mirantis.com Package: python-oslo.config Priority: optional Section: python Installed-Size: 320 Maintainer: Ubuntu Developers Original-Maintainer: PKG OpenStack Architecture: all Source: oslo-config Version: 1:1.6.0-fuel6.0.1~mira2 Provides: python-oslo-config Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-pbr (>= 0.6), python-netaddr (>= 0.7.12), python-six (>= 1.7.0), python-stevedore (>= 1.1.0), python-pbr (<< 0.7) | python-pbr (>> 0.7), python-pbr (<< 1.0), python-argparse Pre-Depends: dpkg (>= 1.15.6~) Filename: pool/main/python-oslo.config_1.6.0-fuel6.0.1~mira2_all.deb Size: 47414 MD5Sum: 07d805936e5e0eb4303417b6d3b6961a SHA1: e0aad0dd7b9eed9de25c39e891dd8d6323f07933 SHA256: 2b24a82cb2ce97e6bb8b5969abb4fac1b569df3f09767cb56a57cbaba72c563a SHA512: f628917cbc816498113b1c1009a2d0360f165ee3656c614222e999a6087b58b337167bfa8a4a47862b0be8eaee9dbfcabab08cb718a08b01a5145142acba03e5 Description: Common code for Openstack Projects (configuration API) The OpenStack Oslo project provides Python libraries containing instructure code shared by OpenStack projects. . The OpenStack Oslo Configuration API supports parsing command line arguments and .ini style configuration files. Homepage: https://github.com/openstack/oslo-incubator Package: python-oslo.db Priority: optional Section: python Installed-Size: 187 Maintainer: Chuck Short Architecture: all Source: oslo.db Version: 1.0.3-fuel6.0.1~mira1 Provides: python-oslo-db Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), alembic (>= 0.6.4), python-babel (>= 1.3), python-iso8601 (>= 0.1.9), python-oslo.i18n (>= 1.0.0), python-oslo.config (>= 1.4.0), python-oslo.utils (>= 1.0.0), python-sqlalchemy (>= 0.9.7), python-sqlalchemy (<= 0.9.99), python-migrate (>= 0.9.1), python-stevedore (>= 1.0.0), python-lockfile, python-migrate (<< 0.9.2) Filename: pool/main/python-oslo.db_1.0.3-fuel6.0.1~mira1_all.deb Size: 51230 MD5Sum: 5ffa4c0f0827a50844d7d0939a9e2b6c SHA1: 5406c52e856c44d0bf94459e14ebda9e6b4191d2 SHA256: c83ca44e16bd5860c9494c78f40782d94589e8bb132e34c99d3d7a55e620ffa8 SHA512: fc18385c2d5923627245684ba499d05861b582016431d726a73ad92341fdaea4dd58c357783afb50be7e4362d409a115d05570ddffddc9815f592c4b0886121d Description: oslo db library Openstack oslo db library Package: python-oslo.i18n Priority: optional Section: python Installed-Size: 86 Maintainer: Ubuntu Developers Original-Maintainer: PKG OpenStack Architecture: all Version: 1.3.1-fuel6.0.1~mira3 Depends: python-babel (>= 1.3), python-six (>= 1.7.0), python-pbr (>= 0.6), python-pbr (<< 0.7) | python-pbr (>> 0.7), python-pbr (<< 1.0), python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Pre-Depends: dpkg (>= 1.15.6~) Filename: pool/main/python-oslo.i18n_1.3.1-fuel6.0.1~mira3_all.deb Size: 17958 MD5Sum: 112388b20f52cfe9aa900a29aeff4ec7 SHA1: cea990842068b53491d5925daf104dbff3284f9a SHA256: a5dc6f6769cc1bf3be7620447701fb1b2ff4254b12e4c78584bb39cb619ecc93 SHA512: df7f5b8f555225aabc0ee5216cd12083a8317608465300a3f7b9bd564be352c8a12fd3569330c2e96e8e3ab6c601b2ca204212cf4b7853ed121e7d871a4f9bb5 Description: Oslo Internationalization Utilities - Python 2.x The oslo.i18n library contain utilities for working with internationalization (i18n) features, especially translation for text strings in an application or library. . This package contains the Python 2.x module. Homepage: http://launchpad.net/oslo Package: python-oslo.messaging Priority: optional Section: python Installed-Size: 352 Maintainer: Chuck Short Architecture: all Source: oslo.messaging Version: 1.4.1-fuel6.0.1~mira26 Depends: python-oslo.config (>= 1.4.0), python-oslo.utils (>= 1.0.0), python-oslo.serialization (>= 1.0.0), python-stevedore (>= 1.0.0), python-six (>= 1.7.0), python-eventlet (>= 0.15.1), python-babel (>= 1.3), python-yaml (>= 3.1.0), python-kombu (>= 3.0.7), python-webob (>= 1.2.3), python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-oslo.i18n Filename: pool/main/python-oslo.messaging_1.4.1-fuel6.0.1~mira26_all.deb Size: 86344 MD5Sum: 7f28b1f5b0acfc61b2f8524ab5ce7296 SHA1: 405eb8d83cf9304d7e49f6b10068a01c4a39f968 SHA256: f5b104f3fa84eda2d7352d5d80ac4f00518767cdb41c651e44a1e8fda70f9e8f SHA512: 4251386373f86bd17ebfbde088274ff8a2a9cec2657b54137a01393ddcac595846dea0056ae7bf6c2cacbb5e70651a478e36ba2ce399c198395f2ac8f8aa6883 Description: oslo messaging library The oslo messaging API supports RPC and notifications over a number of different messaging transports. Package: python-oslo.rootwrap Priority: optional Section: python Installed-Size: 110 Maintainer: Chuck Short Architecture: all Source: oslo.rootwrap Version: 1.5.0-fuel6.0.1~mira1 Provides: python-oslo-rootwrap Depends: python-six (>= 1.7.0), python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Suggests: sudo Filename: pool/main/python-oslo.rootwrap_1.5.0-fuel6.0.1~mira1_all.deb Size: 33250 MD5Sum: 87cc85cadedc592586a515dd5206d9c3 SHA1: cbc5c8d8e9feafe64d36e086f3940ab9d8b0e5c2 SHA256: b68d66426fb266aa9028c4ac228592f7b8cc531c40851b90303a8605935b28be SHA512: 6dd603d72def1feb4050cd1f4bdd17e201cc5e4f388e072755edcea6fb709e93611717513bcb2d1be168bf99e3ae0d5402b1be57f25c2eb410d0356076946fea Description: Fine filtering of shell commands as 'root' The Oslo Rootwrap allows fine filtering of shell commands to run as `root` from OpenStack services. Package: python-oslo.serialization Priority: optional Section: python Installed-Size: 27 Maintainer: PKG OpenStack Architecture: all Version: 1.2.0-fuel6.0.1~mira0 Provides: python-oslo-serialization Depends: python-babel (>= 1.3), python-iso8601 (>= 0.1.9), python-oslo.utils (>= 1.0.0), python-six (>= 1.7.0), python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-pbr Pre-Depends: dpkg (>= 1.15.6~) Filename: pool/main/python-oslo.serialization_1.2.0-fuel6.0.1~mira0_all.deb Size: 9196 MD5Sum: e76936f988953b974fc8329035026b91 SHA1: 38af184833c64e1713b57835ef2c55e958fbe3c7 SHA256: 92ea9d403041e85beb2ccebd74fdc11ece7034922bcea2541cc3d549b10a173a SHA512: 06d6637e58b9f6ffe7ff2627c869fc15b80075cba4afdb2f4e5a94fa30fbf09dc70f19226e62d29d6aec34d720bd0d00e7624cb04ae8f6913fca95c480717e66 Description: utilities for serialization , especially JSON - Python 2.x The oslo.serialization library contain utilities for working with serialization features, especially working with JSON. . This package contains the Python 2.x module. Homepage: https://github.com/openstack/oslo.serialization Package: python-oslo.utils Priority: optional Section: python Installed-Size: 142 Maintainer: PKG OpenStack Architecture: all Version: 1.2.1-fuel6.0.1~mira2 Depends: python-babel (>= 1.3), python-iso8601 (>= 0.1.9), python-oslo.i18n (>= 1.0.0), python-six (>= 1.7.0), python-netaddr (>= 0.7.12), python-netifaces (>= 0.10.4), python-pbr (>= 0.6), python-pbr (<< 0.7) | python-pbr (>> 0.7), python-pbr (<< 1.0), python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Pre-Depends: dpkg (>= 1.15.6~) Filename: pool/main/python-oslo.utils_1.2.1-fuel6.0.1~mira2_all.deb Size: 27364 MD5Sum: 32f2f7e7bcfb1fb70955896eccab8a84 SHA1: 0bfdaaa94beb3f091a59c4d9cb2f41b757fd34f6 SHA256: a23b8dfe393de561ff56bec1844354df09713c3372a63b4a2a7e690f7578aef1 SHA512: ea91150a7e6726bceb2614f9bbf663db10c47de4a6186a64f223658c040eb114f33be5c28a64d4bbdc9bd273711aba4a6f6b95708e8f4af7d0c88dd7165b3075 Description: set of utility functions for OpenStack - Python 2.x The Oslo.utils package provides a set of function which are cross-project for OpenStack. For example, it provides text decoding, exception handling, Python module import facility (try_import function), network-related system-level, and time utilities and helper functions. . This package contains the Python 2.x module. Homepage: http://launchpad.net/oslo Package: python-oslo.vmware Priority: optional Section: python Installed-Size: 234 Maintainer: PKG OpenStack Architecture: all Version: 0.8.0-fuel6.0.1~mira0 Depends: python-babel (>= 1.3), python-eventlet (>= 0.15.1), python-iso8601 (>= 0.1.9), python-netaddr (>= 0.7.12), python-requests (>= 1.2.1), python-requests (<< 2.2.2), python-six (>= 1.7.0), python-stevedore (>= 1.0.0), python-suds (>= 0.4), python-suds (<< 0.4.2), python-yaml (>= 3.1.0), python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-oslo.i18n, python-oslo.utils, python-urllib3 Pre-Depends: dpkg (>= 1.15.6~) Filename: pool/main/python-oslo.vmware_0.8.0-fuel6.0.1~mira0_all.deb Size: 36372 MD5Sum: 86457c9c35559e325d42995a338506f2 SHA1: 1fe4025881e5f9d4e7129f26effef7b5ce0441f8 SHA256: 46a147265bed0364d361c5bd7a0b541b07bb9b95f55dcee5ccc82d84f4d0ff6f SHA512: 44f459f48402521f5a8f1baaa57184422745e5903c506a0c6d65173ad60edb5c2fa6491239f1cad55166d216aeaff64d1e590705896f367f87498baabcb57c59 Description: VMware library for OpenStack projects - Python 2.x This package is part of the Oslo project, which aims at providing unified Python libraries across all of OpenStack. It provides a VMware library for OpenStack projects. . This package contains the Python 2.x module. Homepage: http://launchpad.net/oslo Package: python-osprofiler Priority: optional Section: python Installed-Size: 80 Maintainer: Chuck Short Architecture: all Version: 0.3.0-0ubuntu1 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-argparse, python-six, python-webob Filename: pool/main/python-osprofiler_0.3.0-0ubuntu1_all.deb Size: 27868 MD5Sum: 936b18c06250ca8e5ca4cf20cf2a8621 SHA1: 0e3832ad3740ab0a7768f3a196de52565b34961d SHA256: 74403b876c9de68985c3a25e9bc3d9eebe67d9e535307e3a065b883112d67c43 SHA512: 190821f65d2eb61df1355eba827f6bbc4eb80a70d056519381e9a792907a063f50f904ae0341300b66303cb4c2e4d45fca204a27f6cf00d206cac23bf5a59c35 Description: OSProfiler is an OpenStack cross-project profiling library OSProfiler is an openstack cross-project profiling library to allow generating requests. Package: python-pam Priority: optional Section: python Installed-Size: 79 Maintainer: Ubuntu Developers Original-Maintainer: Dima Barsky Architecture: amd64 Version: 0.4.2-12.2ubuntu4 Replaces: python2.3-pam, python2.4-pam Provides: python2.7-pam Depends: python2.7, python (>= 2.7), python (<< 2.8), libc6 (>= 2.4), libpam0g (>= 0.99.7.1) Suggests: python-pam-dbg Conflicts: python2.3-pam, python2.4-pam Filename: pool/main/python-pam_0.4.2-12.2ubuntu4_amd64.deb Size: 11624 MD5Sum: 25c3093c7af6ef17dbe473488661d411 SHA1: ca83bad3a06cde6f23e838542cf77e79c62bb279 SHA256: e8da38c4b500c1ed0661ebdaaf29747614dc187a5f74863e16e94a9e1fe6d5ad SHA512: 6d639a0fd3a41d44e88fdcd1169f68f2716d14db5485a40e88a126fd9cdab1c5ca2d8cdeac27a3950fdf02d5ed700813c115bbb54010e10b880d7c7050f2f192 Description: A Python interface to the PAM library This module makes the PAM (Pluggable Authentication Modules) functions available in Python. With this module you can write Python applications that implement authentication services using PAM. Python-Version: 2.7 Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, cloud-image, ubuntu-usb, server, edubuntu-desktop, edubuntu-usb, edubuntu-desktop-kde, xubuntu-desktop, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, ubuntustudio-desktop Package: python-paramiko Priority: optional Section: python Installed-Size: 496 Maintainer: Jeremy T. Bouse Architecture: all Source: paramiko Version: 1.14.0-ubuntu1 Provides: python2.7-paramiko Depends: python-crypto (>= 2.1.0-2), python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-ecdsa Filename: pool/main/python-paramiko_1.14.0-ubuntu1_all.deb Size: 123640 MD5Sum: fa37acc68ddb656082a725ff489ee758 SHA1: de3d474f608549827b719be74fe24a0a4bc6c14e SHA256: e7c82ea32ed94413d15f0c233c5c4c364e3558ee5c9caf842b12db722165be54 SHA512: 52b082a1cbfeb81f5936858bca7722f8e5fc3a6837d70c38e0aea00dea191a058ad6cb884f7b5de2305a6390e39a624d28e325bba4ec04bde3845edd9b0dd52b Description: Make ssh v2 connections with Python (Python 2) This is a library for making SSH2 connections (client or server). Emphasis is on using SSH2 as an alternative to SSL for making secure connections between Python scripts. All major ciphers and hash methods are supported. SFTP client and server mode are both supported too. . This is the Python 2 version of the package. Package-Type: deb Homepage: https://github.com/paramiko/paramiko/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-passlib Priority: extra Section: python Installed-Size: 748 Maintainer: Ubuntu Developers Original-Maintainer: Monty Taylor Architecture: all Source: passlib Version: 1.5.3-0ubuntu1 Provides: python2.7-passlib Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Filename: pool/main/python-passlib_1.5.3-0ubuntu1_all.deb Size: 151652 MD5Sum: 1bda79a3ab44fae208ca9d544ff44473 SHA1: f2257dbcd7a47ea7b04ea258f5c37309e5c36784 SHA256: 32fa9aa5a9499b342ab7b3b82327f63481ee3fc69d42a3ab73d6ef34227639ef SHA512: 3fa8eead8a77f30f6af6b6996b4fdeeda1216bb46fcf15b75dbeb9ccbcad50ad7b72c595aae3a3493f1de67ac08bcdc573e251bf50db94e3d9bf7a4e10ad803c Description: comprehensive password hashing framework Passlib is a password hashing library for Python 2 & 3, which provides cross-platform implementations of over 20 password hashing algorithms, as well as a framework for managing existing password hashes. It's designed to be useful for a wide range of tasks, from verifying a hash found in /etc/shadow, to providing full-strength password hashing for multi-user application. Homepage: http://pypi.python.org/pypi/passlib Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-pastedeploy Priority: optional Section: python Installed-Size: 197 Maintainer: Ubuntu Developers Original-Maintainer: Piotr Ożarowski Architecture: all Source: pastedeploy Version: 1.5.0-2build1 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-pkg-resources Recommends: python-pastescript (>= 1.7.3-6~) Filename: pool/main/python-pastedeploy_1.5.0-2build1_all.deb Size: 28174 MD5Sum: 63fe138c1d7ebdf76cc24bebe7337980 SHA1: 0726cb4886606d961998b64c3248f29bfbc92858 SHA256: f6fff46729fd8d6ced108ed60b7df0f0b5e4893d3e5bd59cf58433e2ae627dcd SHA512: 735f1c2e8883160756f9298dc1330ecb4cbf50e46030aff474fd9909f2f5b7206c4d341f6cd3e3742db0b5f9e9d9461410bfd58d3da69cde408394d54f7d8993 Description: load, configure, and compose WSGI applications and servers Paste Deployment is a system for finding and configuring WSGI applications and servers. For WSGI application consumers it provides a single, simple function (loadapp) for loading a WSGI application from a configuration file or a Python Egg. For WSGI application providers it only asks for a single, simple entry point to your application, so that application users don't need to be exposed to the implementation details of your application. Enhances: python-paste Homepage: http://pythonpaste.org/deploy/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-pastescript Priority: optional Section: python Installed-Size: 695 Maintainer: Ubuntu Developers Original-Maintainer: Piotr Ożarowski Architecture: all Source: pastescript Version: 1.7.5-1 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-paste (>= 1.3), python-pastedeploy, python-setuptools | python-distribute Suggests: python-flup (>= 0.5-1), python-cherrypy, python-cheetah (>= 1.0-1.1), libjs-sphinxdoc (>= 1.0) Filename: pool/main/python-pastescript_1.7.5-1_all.deb Size: 113166 MD5Sum: c00df6fd76d515e28cc866d0e5150e70 SHA1: 3993ee37891e8761caf2ac358d0e1e5bfd2b490a SHA256: d26cc7a75e18c3585713fb3e0f2964718a5672c2239f461830293373e4aa181d SHA512: e5157b613fb4c2253ce24ff812b0632797bd20364494ff64c2709beb4371e7f19c4532864454526229c0a75d9ef5c5ee96b72d789524b96d096f0a674f9ac9d3 Description: serving web applications, creating file layouts for Python packages Paster is pluggable command-line frontend, including commands to setup package file layouts . Built-in features: * Creating file layouts for packages. For instance a setuptools-ready file layout. * Serving up web applications, with configuration based on paste.deploy Homepage: http://pythonpaste.org/script/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-paste Priority: optional Section: python Installed-Size: 2248 Maintainer: Ubuntu Developers Original-Maintainer: Piotr Ożarowski Architecture: all Source: paste Version: 1.7.5.1-4ubuntu2 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-pkg-resources, python-formencode (>= 0.5.1-1) Recommends: python-ctypes, python-openid, python-openssl, python-scgi Suggests: python-pastedeploy, python-pastescript, python-pastewebkit, libapache2-mod-wsgi, libapache2-mod-python (>= 3.2.8-3), libapache2-mod-scgi, python-pgsql (>= 2.5.1-1), libjs-sphinxdoc (>= 1.0), libjs-mochikit Filename: pool/main/python-paste_1.7.5.1-4ubuntu2_all.deb Size: 379952 MD5Sum: 6d45290f40f49e01c76192fb974e1c54 SHA1: 8937637ee048fe1287ed9b0bad4988720c533ca1 SHA256: f501e7cd8e7f4dde1d5543bbf969c95c2d47a21897cc1a2ea1dde3f3f300df27 SHA512: d924626ebe875792b9aac842aae88685e75d64adb72b34c07633c1e476eb4f77a6fc3e1baaf72e9426b827646575b3cf8235fe17b505bbd6425fb4c8550cd313 Description: tools for using a Web Server Gateway Interface stack Python Paste brings consistency to Python web development and web application installation, providing tools for both developers and system administrators. . Paste for Administrators: * Easily install, run, and configure multiple Paste-enabled web applications at once, and integrate them into your website how you want (SCGI, FCGI, AJP, WSGI) * Manage and install web applications system-wide for easy maintenance . Paste for Web Developers: * Increase your web application's audience * Provide starter templates and custom commands for using your web framework * Keep your development and deployment straightened out, and your automated testing streamlined * Attention payed to the full development cycle -- starting projects, converting old projects, updating and deploying projects -- using a set of complementary packages and tools Homepage: http://pythonpaste.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-pbr Priority: optional Section: python Installed-Size: 157 Maintainer: Ubuntu Developers Original-Maintainer: PKG OpenStack Architecture: all Version: 0.10.0-ubuntu1 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Pre-Depends: dpkg (>= 1.15.6~) Filename: pool/main/python-pbr_0.10.0-ubuntu1_all.deb Size: 44060 MD5Sum: 5fa323df5167f2e31a6e4dc88fe10bd9 SHA1: 09b172275fea5c877034a9df89049a5ec44ed245 SHA256: 457fb40483ad767876be3ff8664e31bf79fda2d3496e2d3286db719f2e04428e SHA512: 0cd7ed0259e41ef4cceacb2787ef2be818e7d992c692d719217b2c1657e32396f435cd2119d1c9420febceb46d5474498462c094cd3b7ecf3faa281d91b6b25c Description: inject useful and sensible default behaviors into setuptools - Python 2.x PBR (Python Build Reasonableness) is a library that injects some useful and sensible default behaviors into your setuptools run. PBR can: * Manage version number bad on git revisions and tags (Version file). * Generate AUTHORS file from git log * Generate ChangeLog from git log * Generate Sphinx autodoc stub files for your whole module * Store your dependencies in a pip requirements file * Use your README file as a long_description * Smartly find packages under your root package . PBR is only mildly configurable. The basic idea is that there's a decent way to run things and if you do, you should reap the rewards, because then it's simple and repeatable. If you want to do things differently, cool! But you've already got the power of Python at your fingertips, so you don't really need PBR. . PBR builds on top of `d2to1` to provide for declarative configuration. It then filters the `setup.cfg` data through a setup hook to fill in default values and provide more sensible behaviors. . This package provides support for Python 2.x. Homepage: http://pypi.python.org/pypi/pbr Package: python-pcs Priority: extra Section: universe/net Installed-Size: 324 Maintainer: Ubuntu Developers Original-Maintainer: Robert S. Edmonds Architecture: amd64 Version: 0.9.103-ubuntu0 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-pypcap Filename: pool/main/python-pcs_0.9.103-ubuntu0_amd64.deb Size: 67878 MD5Sum: c36152c5110eb87b75a39fc1d200a502 SHA1: 9ed3b3c8c5477c49e4c47c936efae485495fabc0 SHA256: feb405112ae44843519795b38f8d7515073943463e8fdf4d5c2922f766371c36 SHA512: 8fa19ebf46f4664098d63c1812209b5c8a83f8a62c432e851bf11f37ea7e8bb829e6a8b16bfaf30856ccf71e222011234341181c7b1d5451b1b84043821c063e Description: Packet Construction Set for Python PCS is a set of Python modules and objects that make building network protocol code easier for the protocol developer. It provides functionality to encode and decode network packets in various formats as well as a set of classes for the most commonly used network protocols. libpcap can be used to read packets from dump files or network devices and to inject constructed packets into the network. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-pecan Priority: optional Section: python Installed-Size: 460 Maintainer: PKG OpenStack Architecture: all Version: 0.5.0-ubuntu4 Depends: python (<< 2.8), python (>= 2.7.1-0ubuntu2), python-logutils, python-mako (>= 0.4.0), python-markupsafe, python-simplegeneric, python-singledispatch, python-six, python-webob, python-webtest, python2.7 Pre-Depends: dpkg (>= 1.15.6~) Filename: pool/main/python-pecan_0.5.0-ubuntu4_all.deb Size: 128884 MD5Sum: 1ae176b1eb98a1f734f85d0aaf792435 SHA1: 97edc23bc9abf61874804d96cfa0f3d3a6349f72 SHA256: 984f26af9a6e4e3c1c84a630984f0faf87bb6de2ec9d8d5d3cc7904186f634cf SHA512: 9b4e58d1ca72ef0a98dcae2349e8e227e66aeea3d00c9786191541e3dd3c06a164dc9265deec18d5c4e648189032df6fc53185005ea858fe3737c7064d775523 Description: WSGI object-dispatching web framework - Python 2.x The Pecan Python module is a WSGI object-dispatching web framework designed to be lean and fast with few dependencies. Pecan comes bundled with a lightweight WSGI development server based on Python's wsgiref.simpleserver. Pecan applications also come with an interactive Python shell which can be used to execute expressions in an environment very similar to the one your application runs in (using the "pecan shell" command). . WSGI is the "Web Server Gateway Interface". It defines a simple and universal interface between web servers and web applications or frameworks for the Python programming language. . This package contains the Python 2.x module. Homepage: http://pypi.python.org/pypi/pecan Package: python-pexpect Priority: optional Section: python Installed-Size: 578 Maintainer: Ubuntu Developers Original-Maintainer: Ganesan Rajagopal Architecture: all Source: pexpect Version: 2.3-1ubuntu2 Replaces: python2.3-pexpect, python2.4-pexpect Provides: python2.7-pexpect Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Conflicts: python2.3-pexpect, python2.4-pexpect Filename: pool/main/python-pexpect_2.3-1ubuntu2_all.deb Size: 165474 MD5Sum: 1ef93544bc3c306d8f767a751a7520eb SHA1: c9ac44fa6ae43a29ed01222d79f41f3e720c0d3a SHA256: 07b4890d93975c00ef96978fa963f19b31994cbeb9d66f46cf97b2e4d29940cc SHA512: aebb0f4fcddf47dd22df1f2d30d1514b95563ef44735bb6612162fd965008d531b782a557ed43a70a8ed58e213461a3aeb5f39b6aa9e7249f62860c418fd87f8 Description: Python module for automating interactive applications Pexpect is a pure Python module for spawning child applications; controlling them; and responding to expected patterns in their output. Pexpect works like Don Libes' Expect. Pexpect allows your script to spawn a child application and control it as if a human were typing commands. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-pkg-resources Priority: optional Section: python Installed-Size: 175 Maintainer: Ubuntu Developers Original-Maintainer: Matthias Klose Architecture: all Source: distribute Version: 0.6.24-1ubuntu1 Replaces: python2.3-setuptools, python2.4-setuptools Provides: python2.6-setuptools, python2.7-setuptools Depends: python (>= 2.6), python (<< 2.8) Suggests: python-distribute, python-distribute-doc Conflicts: python-setuptools (<< 0.6c8-3), python2.3-setuptools (<< 0.6b2), python2.4-setuptools (<< 0.6b2) Filename: pool/main/python-pkg-resources_0.6.24-1ubuntu1_all.deb Size: 63102 MD5Sum: 0e5af037ec2a08c4a992675f32d9f56e SHA1: 45d084b198bf68bc62f7b65414f48e89a3fdc3d4 SHA256: 7060ec80765c3db373cef25e70c732c0d0067ced6b2a6269e2e8e65a864cf277 SHA512: 9b0da85988b9a3cff4d4e3cce1c18d29dd699d1f830020f42d1870b770539a26d2e052b51932dab44f82d27753691918b1bc2a036d428bb40ca3cab7643006f2 Description: Package Discovery and Resource Access using pkg_resources The pkg_resources module provides an API for Python libraries to access their resource files, and for extensible applications and frameworks to automatically discover plugins. It also provides runtime support for using C extensions that are inside zipfile-format eggs, support for merging packages that have separately-distributed modules or subpackages, and APIs for managing Python's current "working set" of active packages. Homepage: http://packages.python.org/distribute Python-Version: 2.6, 2.7 Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-ply Priority: optional Section: universe/python Installed-Size: 297 Maintainer: Ubuntu Developers Original-Maintainer: Arnaud Fontaine Architecture: all Source: ply Version: 3.4-2build1 Provides: python-ply-lex-3.2, python-ply-yacc-3.2, python2.7-ply Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Suggests: python-ply-doc, python-pkg-resources Filename: pool/main/python-ply_3.4-2build1_all.deb Size: 56628 MD5Sum: 82d4a3511c622080361d42076709e7cb SHA1: 3622616b0d29b77659b31a0871e365aa87ee49dd SHA256: 752480b5ec4cd283db8ca59a078dc27af32dddb4c0c55ef4256150eb9df12003 SHA512: 30748e29c7506aadc27e00d89feaade443f5871dd11f5e16c91e984f2d251cbfa0e8d66805edcf4c30e9ce1a58d152672f304df5010ee566c6f8bd5833dc9b0d Description: Lex and Yacc implementation for Python2 PLY is yet another implementation of lex and yacc for Python. Although several other parsing tools are available for Python, there are several reasons why you might want to take a look at PLY: * It's implemented entirely in Python. * It uses LR-parsing which is reasonably efficient and well suited for larger grammars. * PLY provides most of the standard lex/yacc features including support for empty productions, precedence rules, error recovery, and support for ambiguous grammars. * PLY is extremely easy to use and provides very extensive error checking. Homepage: http://www.dabeaz.com/ply/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-posix-ipc Priority: optional Section: python Installed-Size: 43 Maintainer: PKG OpenStack Architecture: amd64 Version: 0.9.8-2 Depends: python2.7, python (>= 2.7), python (<< 2.8), libc6 (>= 2.7) Pre-Depends: dpkg (>= 1.15.6~) Filename: pool/main/python-posix-ipc_0.9.8-2_amd64.deb Size: 17218 MD5Sum: d6c4f276eba80121a5c40d74ff6f733f SHA1: 948aa6be7c388e5b158ecc5d7a22af3040769e55 SHA256: 26c137495c4ab7baf7e4df81f314f67f5558ff4116e5f2630163c26d2895d9a6 SHA512: b90607b17b8366c62ce55ab50f17adda50dfdcdf75f8f44ed98d039db9b0e038eced5654e04582340fc377141ad17fc80a77f785dc6e1ec52e71671a79ab061c Description: semaphores, shared memory and message queues - Python 2.x posix_ipc is a Python module (written in C) that permits creation and manipulation of POSIX inter-process semaphores, shared memory and message queues on platforms supporting the POSIX Realtime Extensions a.k.a. POSIX 1003.1b-1993. This includes nearly all Unices and Windows + Cygwin 1.7. . This package contains the Python 2.x module. Homepage: http://semanchuk.com/philip/posix_ipc/ Package: python-prettytable Priority: optional Section: python Installed-Size: 65 Maintainer: Ubuntu Developers Original-Maintainer: Debian Python Modules Team Architecture: all Source: prettytable Version: 0.7.2-2ubuntu2 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Filename: pool/main/python-prettytable_0.7.2-2ubuntu2_all.deb Size: 22998 MD5Sum: 56968eafea5c8f33ebfc1981db61b555 SHA1: 3b88c4b80aca9a215a52fdfd62a2f1b5b84cb948 SHA256: c6b7b7809405e0dd7a9c8d4f901fc938d360c52514442bb4e279806df5c8c8d3 SHA512: 0e82c6d1f555616c77c3a02e7b3ee9a7de8cb8364bc49720114625a1a8d2d4923f4be46c80b7d0ad00b24a447b47068dd69ecd719c984abb48cd8e4bf5da3512 Description: library to represent tabular data in visually appealing ASCII tables PrettyTable is a simple Python library designed to make it quick and easy to represent tabular data in visually appealing ASCII tables. It was inspired by the ASCII tables used in the PostgreSQL shell psql. PrettyTable allows for selection of which columns are to be printed, independent alignment of columns (left or right justified or centred) and printing of "sub-tables" by specifying a row range. Homepage: http://code.google.com/p/prettytable/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-psutil Priority: optional Section: universe/python Installed-Size: 246 Maintainer: Ubuntu Developers Original-Maintainer: Debian Python Modules Team Architecture: amd64 Version: 1.2.1-1ubuntu1 Depends: libc6 (>= 2.13), python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Filename: pool/main/python-psutil_1.2.1-1ubuntu1_amd64.deb Size: 72208 MD5Sum: c52b4f7d4985170e14513a7185ec5cd9 SHA1: 5321666e774addf3e6a6a4a816672cdc12aa1f2f SHA256: a7381c066aaf1b5cae335bdb0bcbea827a7684be1191b80caaffeb7b668c64ae SHA512: 3d6b9e32c6fa0041cb84a7ab2e38a37ac1fea5137d8b0667f60064ab56d792e60f4336628923ede6f6645b4f6483bdf576bccb69c3dbd8d5ad66f6986e272d01 Description: module providing convenience functions for managing processes psutil is a module providing an interface for retrieving information on running processes and system utilization (CPU, memory) in a portable way by using Python, implementing many functionalities offered by tools like ps, top and Windows task manager. . It currently supports Linux, OS X, FreeBSD and Windows. Homepage: http://code.google.com/p/psutil/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-pushy Priority: optional Section: python Installed-Size: 185 Maintainer: Martin Loschwitz Architecture: amd64 Version: 0.5.3-1 Filename: pool/main/python-pushy_0.5.3-1_amd64.deb Size: 30960 MD5Sum: b8638993154b62052d6d261cd661fe58 SHA1: b0f6bee0e967abd2ebe02cd390c8b4cb1626e6ed SHA256: 72164e873c4af0c5539c96f6d96edc22ae11460c7b3518a14d31dbc3bd9cca6c SHA512: 968f1729551831791db642b7b08f9af978ccfc839e013311471075939cf75e2810b41faec39af0f56879419a0109413cd6588d712c7cd0fb396e05fa37fe76b5 Description: Simple interface for connecting two python interpreters Pushy provides applicaton developers with a simple interface for connecting two Python interpreters, either on the local host, or over a network. Once connected, the interpreters may access objects in each other, as if they were local. Where objects are mutable (i.e. may change over time), then objects are “proxied”. This means that a local object is created that mirrors the remote object, and sends all local function/attribute access calls to the remote object. Special care has been taken to proxy builtin types properly, so that proxied objects may be passed to Python’s various builtin functions. . Pushy contains multiple transports for connecting interpreters, as well as a means for users to provide their own transport modules. Builtin transports are provided for connecting to local interpreters, and to remote interpreters via SSH, named pipes (using SMB) on Microsoft Windows, and over plain old TCP/IP sockets (using daemon). . One of the most useful features of Pushy is that it will take care of starting the target Python interpreter for you, depending on which transport is selected. Of particular note, the SSH transport will start a remote Python interpreter and initialise a Pushy connection, without having Pushy installed on the remote system. Similarly, the local transport will create a new Python interpreter on the local host. Homepage: http://packages.python.org/pushy Package: python-pyasn1 Priority: optional Section: python Installed-Size: 229 Maintainer: Ubuntu Developers Original-Maintainer: Jan Lübbe Architecture: all Source: pyasn1 Version: 0.0.11a-1ubuntu1 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Filename: pool/main/python-pyasn1_0.0.11a-1ubuntu1_all.deb Size: 30410 MD5Sum: 09fb9dfd6a8ac7926b61742aff54cc2d SHA1: 27f0e5d0c831e5c3631e50c940b8027c0b67ff11 SHA256: 89cf843ccce0845b69716f8612422af8b4e566d128c407031cb0560f237f5dc8 SHA512: 4d2a11fd00eb32ce976693451394225898957a31c646596756f447c9de8e3e9ba80175243f1f9356b9be215448a6278b4e49088ff728499e9bc347852b9e99e8 Description: ASN.1 library for Python This is an implementation of ASN.1 types and codecs in Python programming language. It has been first written to support particular protocol (SNMP) but then generalized to be suitable for a wide range of protocols based on ASN.1 specification. Homepage: http://pyasn1.sourceforge.net/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-pycadf Priority: optional Section: python Installed-Size: 230 Maintainer: Ubuntu Developers Original-Maintainer: PKG OpenStack Architecture: all Version: 0.6.0-0ubuntu1 Depends: python-babel, python-iso8601, python-netaddr, python-oslo.config, python-oslo.messaging, python-six, python-tz, python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-posix-ipc, python-webob Pre-Depends: dpkg (>= 1.15.6~) Filename: pool/main/python-pycadf_0.6.0-0ubuntu1_all.deb Size: 46864 MD5Sum: 580dae74b21e9332578ecdeda86c3a61 SHA1: b14bb90042543654b78d385f56114eb7496aac78 SHA256: 9c30d7ae2f0e06712ba2d58a5a4c4305082ec70f7c9d80dd3f2fc5214e203bd9 SHA512: ebc393d692cec401f7066f59b5a9c066b573c6c861b01e2cbda54f8e496b743dd32eb342c7580de5ebb8bb9c4aea0fe93ad9634185e94576e9ac4a015b9a58a5 Description: implementation of DMTF Cloud Audit (CADF) data model pyCADF is an implementation of DMTF Cloud Audit (CADF) data model. DMTF Cloud Management Initiative is promoting the work of the Cloud Management Work Group, the Cloud Auditing Data Federation Working Group, the System Virtualization, Partitioning, Clustering Working Group and the Software Entitlement Working Group. See http://dmtf.org for details. Homepage: https://launchpad.net/pycadf Package: python-pycurl Priority: extra Section: python Installed-Size: 210 Maintainer: Ubuntu Developers Original-Maintainer: Debian Python Modules Team Architecture: amd64 Source: pycurl Version: 7.19.0-4ubuntu3 Replaces: python2.3-pycurl, python2.4-pycurl Provides: python2.7-pycurl Depends: libc6 (>= 2.2.5), libcurl3-gnutls (>= 7.22.0), libgcrypt11 (>= 1.4.5), python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Suggests: libcurl4-gnutls-dev, python-pycurl-dbg Conflicts: python2.3-pycurl, python2.4-pycurl Filename: pool/main/python-pycurl_7.19.0-4ubuntu3_amd64.deb Size: 49154 MD5Sum: b701cd20dbd6404adc8bf3fb457fa4a7 SHA1: 47bd0067ada617f61c732f738baefaa50a1eb98c SHA256: 15b43809f21bc0d606aeddcce0f3c1618ff85942650096d769479b10c4108ab6 SHA512: 9e84d30da3e0ff1188d86e3bf5d5645c9807bf9f61edf729fd8538972a8ede406b04152160537403d4c3f7a29718b1008a49d0089c58d8923c9af6106f312114 Description: Python bindings to libcurl This module provides the Python bindings to libcurl. Please refer to the libcurl documentation available in libcurl4-gnutls-dev Debian package. . NOTE: the SSL support is provided by GnuTLS. Homepage: http://pycurl.sourceforge.net Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, cloud-image, ubuntu-usb, kubuntu-desktop, kubuntu-full, kubuntu-active-desktop, kubuntu-active-full, kubuntu-active, edubuntu-desktop, edubuntu-usb, edubuntu-desktop-kde, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-desktop, ubuntustudio-desktop Package: python-pylibmc Priority: optional Section: universe/python Installed-Size: 127 Maintainer: Debian Python Modules Team Architecture: amd64 Source: pylibmc Version: 1.2.3-1 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), libc6 (>= 2.4), libmemcached10, zlib1g (>= 1:1.1.4) Suggests: memcached Filename: pool/main/python-pylibmc_1.2.3-1_amd64.deb Size: 29130 MD5Sum: f705df60b906c9c672c9debb87a415fe SHA1: ed65c08a8475e31b253ba29cc3e095a0a88dddc7 SHA256: f84059d1e226fcef49de1af6caf77a3caf903df119a62259956745175cfd6158 SHA512: 8a953d1aba3af8e71d766475777c83628a0ae1d00f9e01baa210060a633b903f9233e56c15b5433a7ccb9ef51d315c98d3b3c129661733c2b51d6b7e143e5bd7 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/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-pymemcache Priority: optional Section: python Installed-Size: 86 Maintainer: PKG OpenStack Architecture: all Version: 1.2.4-2 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-six Pre-Depends: dpkg (>= 1.15.6~) Filename: pool/main/python-pymemcache_1.2.4-2_all.deb Size: 18510 MD5Sum: 9fe4d18e072f8b08bc281bae5df2f841 SHA1: fd981d67a5408a0b7d3cda214d11615a28952b48 SHA256: ddb953084ae10bdac48601a339ebd9bd61b016001d8b44f2e8baece8658b12e2 SHA512: d79b15f118d807441f57c6e940daf0a5a269bc311055ac3fd7eb4bb8f5fbbfbcf9a626a184e43d396c4b59b7910f09c46033e25a36bae727ae8c5a6d0c190a51 Description: comprehensive, fast, pure Python memcached client - Python 2.x Pymemcache is a comprehensive, fast, pure-Python memcached client. It supports the following features: * Complete implementation of the memcached text protocol. * Configurable timeouts for socket connect and send/recv calls. * Access to the "noreply" flag, which can significantly increase the speed of writes. * Flexible, simple approach to serialization and deserialization. * The (optional) ability to treat network and memcached errors as cache misses. . This package contains the Python 2.x module. Homepage: https://github.com/Pinterest/pymemcache Package: python-pymongo-ext Priority: optional Section: python Installed-Size: 36 Maintainer: Federico Ceratto Architecture: amd64 Source: pymongo Version: 2.6.3-1build1 Provides: python2.7-pymongo-ext Depends: python2.7, python (>= 2.7), python (<< 2.8), libc6 (>= 2.14), python-bson (= 2.6.3-1build1), python-pymongo (= 2.6.3-1build1) Recommends: python-gridfs (>= 2.6.3-1build1) Filename: pool/main/python-pymongo-ext_2.6.3-1build1_amd64.deb Size: 25008 MD5Sum: 4e722b973f23dbe127653acbf050dfb6 SHA1: 3fba15e29c094e0bca74afa407a6e1be7cd43ecd SHA256: 33e15a795c49f9977bf4c607304be072f2e4e40a3e618be3c2774ce48b574890 SHA512: 4750d6c417c6778f5e56ef72de4b8b193c11ba36bea5838309a7b673d42ac0beef5ff7ac4e3557c6d39da88233d57327db2b7ced206f0b4416be1aeb5b44f77e Description: C-coded extension to the python-pymongo package Pymongo provides an interface to easily access MongoDB from Python. This package contains an extension written in C for higher performance. Homepage: http://api.mongodb.org/python/ Package: python-pymongo Priority: optional Section: python Installed-Size: 425 Maintainer: Federico Ceratto Architecture: amd64 Source: pymongo Version: 2.6.3-1build1 Provides: python2.7-pymongo Depends: python-bson (= 2.6.3-1build1), python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Recommends: python-gridfs (>= 2.6.3-1build1), python-pymongo-ext Filename: pool/main/python-pymongo_2.6.3-1build1_amd64.deb Size: 120162 MD5Sum: c2b6fb6a12506c14c4e7c31381e26d5f SHA1: 60935d4d8e42c6554219d4f4315a73ddb2797f47 SHA256: ad75b2a9a6fbdbce32c0e3ba0b153c8f178aba44f796d62fbc58d97ba803dcdf SHA512: f89994164e62bdbd2bfc19de226b78febd26b68dd11d410457309202ce8ab81e4e1c2a7c8127cc36802e78da25ce013beec476816870abf930b78bbb6f568b84 Description: Python interface to the MongoDB document-oriented database MongoDB is a high-performance, open source, schema-free document-oriented data store. Pymongo provides an interface to easily access it from Python. Consider installing the python-pymongo-ext C extension to improve performance. Homepage: http://api.mongodb.org/python/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 18m Package: python-pyparsing Priority: optional Section: universe/python Installed-Size: 157 Maintainer: Kevin Coyner Architecture: all Source: pyparsing Version: 2.0.1+dfsg1-1~cloud0 Provides: python2.7-pyparsing Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Filename: pool/main/python-pyparsing_2.0.1+dfsg1-1~cloud0_all.deb Size: 40468 MD5Sum: 2e9831dc9271b51f5cd69aad9812ac7c SHA1: 7e2f4600020c45906da8a31be00475b8ed3763b3 SHA256: f1ed2f6501f92ff6242807ef9f23f33c4cdda793ed4abc723dc6c9d1329dd43e SHA512: 7ac1e8887d343de97fc24e5b7568671f21a196ce7148b8e296824fd6f10a0b3760fba1599a2a79cff383f1a6f3536c530e5c865da379c436352054521e1a83c0 Description: Python parsing module The parsing module is an alternative approach to creating and executing simple grammars, vs. the traditional lex/yacc approach, or the use of regular expressions. The parsing module provides a library of classes that client code uses to construct the grammar directly in Python code. . Here's an example: . from pyparsing import Word, alphas greet = Word(alphas) + "," + Word(alphas) + "!" hello = "Hello, World!" print hello, "->", greet.parseString(hello) Homepage: http://pyparsing.wikispaces.com/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-pypcap Priority: extra Section: universe/net Installed-Size: 116 Maintainer: Ubuntu Developers Original-Maintainer: Robert S. Edmonds Architecture: amd64 Version: 1.1.2+debian-2.1 Provides: python2.7-pypcap Depends: python2.7, python (>= 2.7), python (<< 2.8), libc6 (>= 2.4), libpcap0.8 (>= 0.9.8) Filename: pool/main/python-pypcap_1.1.2+debian-2.1_amd64.deb Size: 25746 MD5Sum: a0e7922e89b2a998b42b48faf310d9b0 SHA1: ece262f847ddd20e9b548f5e3ec5f7016c51d0e4 SHA256: 5699388b40aa6b3e91756ba73384824fe47dad40ad81f49989ebdd8bfe3e4385 SHA512: 12cd1083fcdeb1c82a8a4bdafe3959cf34b611bf0bed529782260a7bd02d5b56183f217ece8c576c823fe46d45399c9df1e03a7d26a60f8e0bc57eeccff86cdb Description: object-oriented Python interface for libpcap pypcap is an objected-oriented Python interface for libpcap which supports packet injection and user callback functions. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-pyscss Priority: extra Section: python Installed-Size: 700 Maintainer: Debian Python Modules Team Architecture: amd64 Version: 1.2.1-ubuntu1 Depends: libc6 (>= 2.14), libpcre3 (>= 8.10), python, python-six Suggests: python-watchdog Filename: pool/main/python-pyscss_1.2.1-ubuntu1_amd64.deb Size: 216448 MD5Sum: b037aa912af8493f45ae8f0a1b483b60 SHA1: ed4cc7b5f3d80467022c9e2dd671b8c99b5e567b SHA256: 9859efda7fcc145f7d7d3700202b46f5b37706d04263b600f0c694fc06958bc3 SHA512: 0d68140b3a064e0776cf8b09d44f690e51c14b8f1cd207a9ec85ceba7e897a958d6f4834c1748d80d397933a51871600eaaac2f8dd7a1e6ba9550d013e0121bc Description: SCSS compiler for python pyScss compiles Scss (Sass), a superset of CSS that is more powerful, elegant and easier to maintain than plain-vanilla CSS. The library acts as a CSS source code preprocesor which allows you to use variables, nested rules, mixins, and have inheritance of rules, all with a CSS-compatible syntax which the preprocessor then compiles to standard CSS. Homepage: https://github.com/Kronuz/pyScss Package: python-pysnmp4-apps Priority: optional Section: universe/python Installed-Size: 204 Maintainer: Ubuntu MOTU Developers Original-Maintainer: Jan Luebbe Architecture: all Version: 0.2.6a-1 Depends: python (>= 2.3), python-pysnmp4, python-support (>= 0.7.1) Suggests: python-pysnmp4-mibs Filename: pool/main/python-pysnmp4-apps_0.2.6a-1_all.deb Size: 30530 MD5Sum: cc7dfbd945df5db09c8b233b103f0494 SHA1: 30288129c743d573c59dcab98f8bb95c02b6a03c SHA256: c9b6f3a2473f79bba1630755ca85b3feac05834d3b2b3cc7de261f9432ce6248 SHA512: 10f0323b99bb695ce79b718e1b610cd420a0b0a2d0c191bd8e9a7a801dbb61298ee6970b394d41adeccb8e462da7392d52074545f1d0cb9fa1ada348fda25045 Description: Applications for the Python SNMP library This package contains a set of SNMP applications written on top of the PYSNMP v4 package, which is written entirely in Python and is self-sufficient in terms that it does not rely on any third party tool. Homepage: http://pysnmp.sourceforge.net/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-pysnmp4-mibs Priority: optional Section: universe/python Installed-Size: 3788 Maintainer: Ubuntu MOTU Developers Original-Maintainer: Jan Lübbe Architecture: all Version: 0.0.5a-3 Depends: python (>= 2.3), python-support (>= 0.7.1), python-pysnmp4 Filename: pool/main/python-pysnmp4-mibs_0.0.5a-3_all.deb Size: 412802 MD5Sum: 90855d9caa3263f15039c6c79422034c SHA1: c782c80a5acfd71206cd0a5938cbaaab773c92fb SHA256: 091a1c75cdb05e1cd47b54b898ca42711307d12228584ccf2595dea8f99d872f SHA512: 15af015e870580522551b1c33d927e8e10c21039025923c7390d8618aacfca3156d70c5ea56326b96f644d9db6ebdeb55159777a2224eaf7406ebc686502a64c Description: MIBs for the Python SNMP library This package contains MIBs compiled for PySNMP v4, which is written entirely in Python and is self-sufficient in terms that it does not rely on any third party tool. Homepage: http://pysnmp.sourceforge.net/ Python-Version: 2.4, 2.5 Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-pysnmp4 Priority: optional Section: universe/python Installed-Size: 792 Maintainer: Jan Lübbe Architecture: all Version: 4.2.5-ubuntu2 Replaces: python-pysnmp-common, python-pysnmp2 Provides: python-pysnmp-common, python-pysnmp2 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-pyasn1, python-crypto, smitools Recommends: python-pysnmp4-mibs, python-pysnmp4-apps, python-twisted Suggests: python-pysnmp4-doc, doc-base Conflicts: python-pysnmp-common, python-pysnmp2 Filename: pool/main/python-pysnmp4_4.2.5-ubuntu2_all.deb Size: 165720 MD5Sum: 2591de75c1ab95460c2114ea258172f9 SHA1: 02de0ced3b71fc1751ea4d7f80bf849616a02af1 SHA256: 99bdbcc6f0605c26db17594dda4b0e0b0db7f44656a1076a2d28cd336fbd371a SHA512: 8068d2a23f9aeffb8c109d33279967df505551dc1899e186b1679ac8e14f3cacb54133f0fcd69d0389b34640c47c31050196cee33d44a0067f33aeefb53a4a87 Description: Python SNMP library for agents and managers (Python 2 module) This is a Python implementation of SNMP v.1/v.2c/v.3 engine. Its general functionality is to assemble/disassemble SNMP messages from/into given SNMP Object IDs along with associated values. PySNMP also provides a few transport methods specific to TCP/IP networking. . PySNMP is written entirely in Python and is self-sufficient in terms that it does not rely on any third party tool (it isn't a wrapper). . This package provides Python 2 module. Homepage: http://pysnmp.sourceforge.net/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-pyudev Priority: optional Section: python Installed-Size: 173 Maintainer: Ubuntu Developers Original-Maintainer: Debian Python Modules Team Architecture: all Source: pyudev Version: 0.13-1 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), libudev0 (>= 151) Suggests: python-gobject, python-qt4, python-pyside.qtcore Filename: pool/main/python-pyudev_0.13-1_all.deb Size: 30518 MD5Sum: 98ba38e1c34a2365c82871008af39862 SHA1: cddff119741514403dd43d6b7bcbb6257a0bacf3 SHA256: 00f6a5f89241a440784d4a976d0bbbd1b5e3c704f1f3dd44c3669f95d84a047a SHA512: 5c49f69f7c54220f055595fbe44b2b890600f4db358d5dac091d0b5d15951522dd783696db5f30b0d00f70bf81d7d8fa8a849ff9a86103838801e15070c708da Description: Python bindings for libudev This module provides a Python binding to the udev library. . It supports additional integration for GObject, PyQt4 and PySide. Homepage: http://packages.python.org/pyudev/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-qpid Priority: extra Section: universe/python Installed-Size: 1343 Maintainer: Ubuntu Developers Original-Maintainer: Cajus Pollmeier Architecture: all Source: qpid-python Version: 0.12-2 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-setuptools Filename: pool/main/python-qpid_0.12-2_all.deb Size: 262630 MD5Sum: be32aa308d2123a1391ad7345af644d4 SHA1: 11f54cd80263029ae8bad4a30bce4acd3f965306 SHA256: 2858eed524c8d72651c49cf8ab123a4ab5ec74c32dc1f7627dc738545d96bc7e SHA512: 4b600d76d2b59538064a7153513473e73c3c911c0ba2ec4f6a26cb85010b7e305d10f275a4e9f14a47a496c39c742ecc2dfd3f9dc36329ad32f95acb467d091b Description: Python bindings for qpid/mlib Qpid/C++ is a C++ implementation of the AMQP protocol described at http://amqp.org/ . This package contains the qpid python bindings. Homepage: http://qpid.apache.org Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-rabbit Priority: optional Section: python Installed-Size: 35 Maintainer: Mirantis Product Original-Maintainer: Mirantis Product Architecture: all Version: 1.0.1-ubuntu1 Provides: python2.7-rabbit Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-httplib2 Filename: pool/main/python-rabbit_1.0.1-ubuntu1_all.deb Size: 10958 MD5Sum: 907f890bafe23ae37afc25d33dc084a3 SHA1: afcca4e6ac07a11642cf494ee5139be0a87ca5b7 SHA256: 28f078ae02678ae2fb3aea093d080c899176287ad7be8479955ee8a9884736b6 SHA512: 9deeea00303ad5c9158292b37a5125d3c93b7121b5cd5469fa7e7017d480a2d7b141997afce47809e2258996399a3ab2be32fa0cf175df090cbbf1142e0ffdb1 Description: A Pythonic interface to the RabbitMQ Management HTTP API Pyrabbit provides an intuitive, easy way to work with the data that lives inside of RabbitMQ, and manipulate the resources there. . This package contains the libraries for Python 2.x. Homepage: https://pypi.python.org/pypi/pyrabbit/ Package: python-requests Priority: optional Section: universe/python Installed-Size: 169 Maintainer: Debian Python Modules Team Architecture: all Source: requests Version: 2.2.1-1 Depends: python:any (<< 2.8), python:any (>= 2.7.3-0ubuntu2~), ca-certificates, python-chardet, python-urllib3 (>= 1.7.1) Filename: pool/main/python-requests_2.2.1-1_all.deb Size: 59318 MD5Sum: 27cfcc877fabb1a7b1c08170a3923ac6 SHA1: ca7c997d51c4c727ee12a49137825035321c0631 SHA256: 40731e766ce2679d7cb50c4c992f512a34d98e05eab3ab4fe727d170aae2e94a SHA512: 30c98bc1fba3fd367dfab67093cac5d82d5f539f2bb84109ec121a21ddffe7dab6544caabe156fb18757d3c7b61a675ff3b10d62c49d76c7c70b38750171d532 Description: elegant and simple HTTP library for Python, built for human beings Requests allow you to send HTTP/1.1 requests. You can add headers, form data, multipart files, and parameters with simple Python dictionaries, and access the response data in the same way. It's powered by httplib and urllib3, but it does all the hard work and crazy hacks for you. . Features . - International Domains and URLs - Keep-Alive & Connection Pooling - Sessions with Cookie Persistence - Browser-style SSL Verification - Basic/Digest Authentication - Elegant Key/Value Cookies - Automatic Decompression - Unicode Response Bodies - Multipart File Uploads - Connection Timeouts Homepage: http://python-requests.org Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-retrying Priority: optional Section: python Installed-Size: 23 Maintainer: Ubuntu Developers Original-Maintainer: PKG OpenStack Architecture: all Version: 1.2.3-1ubuntu1 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-six Pre-Depends: dpkg (>= 1.15.6~) Filename: pool/main/python-retrying_1.2.3-1ubuntu1_all.deb Size: 8514 MD5Sum: 0b04c16a1972b4a00c720c4d3fb15e35 SHA1: ebbab93dadcfbf8acddd10340daeea8e546f3281 SHA256: 4e8177f841f331ad81a6583ee86a0ec6cbbfa2af34864b6b9a7e860ddddaea6c SHA512: 11614fdbcc560bd27a9f732d4504deda6f892b27390141761c8bd3d69f568c06b40944574b4dc00016388256115c7d831f1df637211ba3e6ddbd4b906961632f Description: simplifies the task of adding retry behavior - Python 2.x Retrying is an Apache 2.0 licensed general-purpose retrying library, written in Python, to simplify the task of adding retry behavior to just about anything. . Features: * Generic Decorator API * Specify stop condition (limit by number of attempts) * Specify wait condition (exponential backoff sleeping between attempts) * Customize retrying on Exceptions * Customize retrying on expected returned result . This package contains the Python 2.x module. Homepage: https://github.com/rholder/retrying Package: python-rfc3986 Priority: optional Section: python Installed-Size: 36 Maintainer: PKG OpenStack Architecture: all Version: 0.2.0-2 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Pre-Depends: dpkg (>= 1.15.6~) Filename: pool/main/python-rfc3986_0.2.0-2_all.deb Size: 11324 MD5Sum: 9f9fcc3f95018c0528d6fcbf2bd8fe64 SHA1: e70e3cacbf3fcc4ed350ca8179fc335364539675 SHA256: aaf898d41694fe37a857ee6baded89d28da89cc3a58c80bb004a91186756e1fb SHA512: 283661f51bf3b5ddf260fe0ba1600ff59467faaa8745be697efb3e063146421c6268dbecb5c97781c98417a944d37a9cc4c7eeee83984177476ec0921c7bf215 Description: validating URI references per RFC 3986 - Python 2.x This package provides a Python implementation of RFC 3986, including validation and authority parsing. . This package contains the Python 2.x module. Homepage: https://rfc3986.rtfd.org Package: python-routes Priority: optional Section: python Installed-Size: 179 Maintainer: Ubuntu Developers Original-Maintainer: Piotr Ożarowski Architecture: all Source: routes Version: 1.12.3-1ubuntu1 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Recommends: python-webob Suggests: python-paste Filename: pool/main/python-routes_1.12.3-1ubuntu1_all.deb Size: 27068 MD5Sum: 39dfe960943954b10d486c1621b087c5 SHA1: 9c1379b3fe628bf74427986bb27dc95cbc475714 SHA256: 3e1d3326b7ea62023b70404bed336f6a5e28d5df52c3424149c59af4386c6b03 SHA512: 82b98d9039f7cc80b9340385344361ff06eafae2ce86715d21008c0cecbdea3087e6eb7ae6de2406557499f43e93a8b4106187b22916c656125971203939eab3 Description: Routing Recognition and Generation Tools Routes is a Python re-implementation of the Rails routes system for mapping URLs to Controllers/Actions and generating URLs. Routes makes it easy to create pretty and concise URLs that are RESTful with little effort. . Speedy and dynamic URL generation means you get a URL with minimal cruft (no big dangling query args). Shortcut features like Named Routes cut down on repetitive typing. . Current features: * Named Routes * Sophisticated Route lookup and URL generation * Wildcard path's before and after static parts * Groupings syntax to allow flexible URLs to accommodate almost any need * Sub-domain support built-in * Conditional matching based on domain, cookies, HTTP method (RESTful), and more * Easily extensible utilizing custom condition functions and route generation functions * Extensive unit tests Homepage: http://routes.groovie.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-rtslib-fb Priority: optional Section: python Installed-Size: 128 Maintainer: PKG OpenStack Architecture: all Version: 2.1.45-1 Provides: python2.7-rtslib-fb Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Suggests: python-rtslib-fb-doc Conflicts: python-rtslib, rtsadmin-frozen Filename: pool/main/python-rtslib-fb_2.1.45-1_all.deb Size: 30370 MD5Sum: c4b45d4089d2aa0a03b377e6950da4a1 SHA1: 981d7156b97aa153ff08df3d6228a92ac76f098b SHA256: 46cf945292d70aedb1af246e5543a5a00ce9d85bb703a523a1945df7305c779d SHA512: 9cb3b929350adc52daa2e10689594fd8cdbf90f23cac585195dce3706d4776f2bdce814fc2488babd72cc620999d9a4a6046b660d8e13541c0c98ad5bf9d376c Description: object API for managing the Linux LIO kernel target - Python 2.x The rtslib-fb package is an object-based Python library for configuring the LIO generic SCSI target, present in 3.x Linux kernel versions. . The rtslib-fb package is a fork of the "rtslib" code written by RisingTide Systems. The "-fb" differentiates between the original and this version. Ensure to use either all "fb" versions of the targetcli components -- targetcli, rtslib, and configshell, or stick with all non-fb versions, since they are no longer strictly compatible. . This package contains the Python 2.x module. Homepage: https://github.com/agrover/rtslib-fb Package: python-saharaclient Priority: extra Section: python Installed-Size: 320 Maintainer: root Architecture: all Version: 0.7.6-fuel6.0.1~mira2 Depends: python, python-pbr (>= 0.6), python-pbr (<< 0.7) | python-pbr (>> 0.7), python-pbr (<< 1.0), python-netaddr (>= 0.7.12), python-babel (>= 1.3), python-keystoneclient (>= 1:0.11.1), python-six (>= 1.7.0), python-requests (>= 1.2.1), python-requests (<< 2.2.2), python-prettytable (>= 0.7), python-prettytable (<< 0.8), python-oslo.i18n (>= 1.0.0), python-argparse Filename: pool/main/python-saharaclient_0.7.6-fuel6.0.1~mira2_all.deb Size: 87722 MD5Sum: 1a131af93f8bf0329d8b442880553011 SHA1: b2905fe924c1441ef20a527aef67779b184287a8 SHA256: d73607e652ee46add1a89c39a5682998d327becffa7502e7bfbac020001fa7ab SHA512: 9b1acdcfbc1f1134eae76baacdd6b377b82ffad40e1fe4331816fd0931341d425fe18b1e203423e721987979fcb859a803de1716c562d61a1b32a7931c1cadfe Description: Python client library for OpenStack Data Processing (Sahara) Homepage: http://mirantis.com Package: python-scapy Priority: optional Section: universe/net Installed-Size: 1096 Maintainer: Ubuntu Developers Original-Maintainer: David Villa Alises Architecture: all Source: scapy Version: 2.2.0-1 Replaces: scapy (<< 1.0.5-1) Provides: scapy Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Suggests: tcpdump, tcpreplay, wireshark, graphviz, imagemagick, python-gnuplot, python-crypto, python-pyx, ebtables, python-visual, sox, xpdf, gv, hexer, librsvg2-bin, python-pcapy Conflicts: scapy (<< 1.0.5-1) Filename: pool/main/python-scapy_2.2.0-1_all.deb Size: 235668 MD5Sum: bd18987fc62e9fc1a3698d1c99afe0dd SHA1: 36d2df95f3822ac6f00a74f6d5c9c33560afccca SHA256: 4cd65698cf297b711d6974224740da7a83c3f5cdcda08e13afc00a5995a661ff SHA512: ab3f10afce436c51bce5a8cd6122d98b9e63d02d27fea9dd60a82f1249c24d7a149c0f7630813718955c5d195634d045f05ed365d41c9a1f3e3f944e29ca4106 Description: Packet generator/sniffer and network scanner/discovery Scapy is a powerful interactive packet manipulation tool, packet generator, network scanner, network discovery, packet sniffer, etc. It can for the moment replace hping, 85% of nmap, arpspoof, arp-sk, arping, tcpdump, tethereal, p0f, .... . In scapy you define a set of packets, then it sends them, receives answers, matches requests with answers and returns a list of packet couples (request, answer) and a list of unmatched packets. This has the big advantage over tools like nmap or hping that an answer is not reduced to (open/closed/filtered), but is the whole packet. Homepage: http://www.secdev.org/projects/scapy/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-scgi Priority: optional Section: web Installed-Size: 120 Maintainer: Ubuntu Developers Original-Maintainer: Neil Schemenauer Architecture: amd64 Source: scgi Version: 1.13-1ubuntu1 Provides: python2.7-scgi Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), libc6 (>= 2.4) Conflicts: python2.4-scgi Filename: pool/main/python-scgi_1.13-1ubuntu1_amd64.deb Size: 20114 MD5Sum: c4522ec41469152ca60f5183e386df11 SHA1: a31aab1661c2d86aa72020270798407d5fd7f00d SHA256: ff2ba4c5feb3f240611b2bdeab52eb78bb69527a9db4194bde4fbd9096180679 SHA512: 2952288136782d8b37ba574a0bea925034c0889add6459f2dfe32b0ebaef258446e78f61702ce7d088130311d9b803c9e187fbc4d69996e05393281291317a8f Description: Server-side implementation of the SCGI protocol The SCGI protocol is a replacement for the Common Gateway Interface (CGI) protocol. It is a proposed standard for applications to interface with HTTP servers. It is similar to FastCGI but is designed to be easier to implement. . This is a Python package implementing the server side of the SCGI protocol. Homepage: http://python.ca/scgi/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: python-serial Priority: optional Section: python Installed-Size: 374 Maintainer: Ubuntu Developers Original-Maintainer: Matthias Klose Architecture: all Source: pyserial Version: 2.5-2.1build1 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Suggests: python-wxgtk2.8 | python-wxgtk2.6 | python-wxgtk Filename: pool/main/python-serial_2.5-2.1build1_all.deb Size: 74264 MD5Sum: d11a184c1e03b771d92945a9e04e540a SHA1: 6111041577563d51c148e5d46bbd270b85fc45b0 SHA256: d2b6b73dabcc466ec9d8d193f6f2744dd237f4ef0cfff46416e9217c0a168984 SHA512: 21f3bdfff917b6595a99006fdef5eb1423e7291146f63b0641fd8e9d23a5e6f5cbacbb01dd0c5025364f0e805e26a091e99726c53f18c61acb8c0bde26d73d85 Description: pyserial - module encapsulating access for the serial port This module capsulates the access for the serial port. It provides backends for standard Python running on Windows, Linux, BSD (possibly any POSIX compilant system). The module named "serial" automatically selects the appropriate backend. Python-Version: 2.7 Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-setuptools-git Priority: optional Section: python Installed-Size: 30 Maintainer: Ubuntu Developers Original-Maintainer: Laszlo Boszormenyi (GCS) Architecture: all Version: 1.0b1-0ubuntu3 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-setuptools, git Filename: pool/main/python-setuptools-git_1.0b1-0ubuntu3_all.deb Size: 11320 MD5Sum: 524fa83e61327d4c45e7521b253e50e1 SHA1: 28bd9aa43402733c51dcf617b10a25ffd4030c88 SHA256: 96e241257487604c0ae1b77bbecf03d23138a4b3e5d8291908afa6aad4957ac2 SHA512: 2eb768077fd503925b59bcd2c8b0355fe2383ce95632f95895c71759afe66163d105b7b26b9ce2cfa07b393fb0b8a743c1a5d5d00e6e38c58fb1fc26cb80d373 Description: plugin for setuptools that enables git integration This is a plugin for setup tools that enables Git integration. Once installed, Setuptools can be told to include in a module distribution all the files tracked by git. This is an alternative to explicit inclusion specifications with MANIFEST.in. . This package was formerly known as gitlsfiles. The name change is the result of an effort by the setuptools plugin developers to provide a uniform naming convention. . This is the Python 2 version of the package. Package: python-setuptools Priority: optional Section: python Installed-Size: 1043 Maintainer: Ubuntu Developers Original-Maintainer: Matthias Klose Architecture: all Source: distribute Version: 0.6.24-1ubuntu1 Replaces: python-distribute (<< 0.6.6), python2.3-setuptools, python2.4-setuptools Provides: python-distribute, python2.6-setuptools, python2.7-setuptools Depends: python (>= 2.6), python (<< 2.8), python-pkg-resources (= 0.6.24-1ubuntu1) Conflicts: python-distribute (<< 0.7), python2.3-setuptools (<< 0.6b2), python2.4-setuptools (<< 0.6b2) Filename: pool/main/python-setuptools_0.6.24-1ubuntu1_all.deb Size: 441046 MD5Sum: 3b89564b0ae0d40087686f1e464cfe21 SHA1: 3288cfee1fee0beff91ef89ce18dedfd72f38142 SHA256: bfcbe30a53cc62ec7a5afd6c0b01c8dc9614be9ab50fce4497619c967f12c045 SHA512: fb6af49798500ea3b54143d3a0331653ce6f0e9f04cae1dc20c05534c0934d9d53b4f8eb3c6b21976479d862ed0d52b210b13a1967134242e533e17431d39699 Description: Python Distutils Enhancements (setuptools compatibility) Extensions to the python-distutils for large or complex distributions. . Package providing compatibility with old setuptools (0.6c9). Homepage: http://packages.python.org/distribute Python-Version: 2.6, 2.7 Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-simplegeneric Priority: extra Section: universe/python Installed-Size: 69 Maintainer: Debian Python Modules Team Architecture: all Source: simplegeneric Version: 0.8.1-1~cloud0 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Filename: pool/main/python-simplegeneric_0.8.1-1~cloud0_all.deb Size: 11748 MD5Sum: 67b5bfca6f175eed054b71362fa85e3b SHA1: 7a260a2983239ca96ae58cbd950c12c398ddde3b SHA256: 475f0304f9ce3bf29928a2d3709f8b18a17a4172b14316a0496fe05429df1c11 SHA512: 01f02a91bd01910b96ee5b3ed9fadb286302edd94d76571dedfc1ad98c211894942a92e6837e4aed750d528c50f774f0b0995b0a1efc63b17eebfc1fc88da1db Description: simple generic functions for Python The simplegeneric module lets you define simple single-dispatch generic functions, akin to Python's built-in generic functions like len(), iter() and so on. However, instead of using specially-named methods, these generic functions use simple lookup tables, akin to those used by e.g. pickle.dump() and other generic functions found in the Python standard library. Homepage: http://pypi.python.org/pypi/simplegeneric Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-simplejson Priority: optional Section: python Installed-Size: 196 Maintainer: Ubuntu Developers Original-Maintainer: Debian Python Modules Team Architecture: amd64 Source: simplejson Version: 3.3.0-2ubuntu2~cloud1 Provides: python2.7-simplejson Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), libc6 (>= 2.2.5) Recommends: libjs-jquery Filename: pool/main/python-simplejson_3.3.0-2ubuntu2~cloud1_amd64.deb Size: 65366 MD5Sum: bea765b85d051b52b3297bbd942047d1 SHA1: 28d94e0d7f0b04e033006c9f30b011dd04aad6e4 SHA256: 2865c8cd05b7b981f62d682b8cc0cf35ff1bb016f02fd361f2ad58b0d703694a SHA512: 5429a0952ab4330f4d196ccf1028ea6bd9faf9a229c75319d50c9a4f509391103ad5067e27d780609b4ddeb36f7a6cc2e97fe18fcdf50bf41df82ba3880d708e Description: simple, fast, extensible JSON encoder/decoder for Python simplejson is a simple, fast, complete, correct and extensible JSON encoder and decoder. . The encoder may be subclassed to provide serialization in any kind of situation, without any special support by the objects to be serialized (somewhat like pickle). . The decoder can handle incoming JSON strings of any specified encoding (UTF-8 by default). . simplejson is the externally maintained development version of the json library included with Python 2.6 and Python 3.0, but maintains backwards compatibility with Python 2.5. Homepage: http://undefined.org/python/#simplejson Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, cloud-image, ubuntu-usb, server, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: python-singledispatch Priority: optional Section: python Installed-Size: 27 Maintainer: Barry Warsaw Architecture: all Source: singledispatch Version: 3.4.0.3-ubuntu2 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-six Filename: pool/main/python-singledispatch_3.4.0.3-ubuntu2_all.deb Size: 10654 MD5Sum: e9b94f96e0f10925897e453826630bf0 SHA1: 4110b2560923816d97b2381c0bfaf916f0212fb2 SHA256: d6d3ae7dc5d11ccbe99f98fdb92699016cb410ead0099aa5354c226374da0d03 SHA512: c5e03f333d69951deb921aa696e7c294ff32b42ef941958441ada49fe574e60f1885f4905fa340c7e0f85b4e3b36c9167f623ec60c4203077a2c62a7cbab6493 Description: single-dispatch generic functions for Python PEP 443 proposed to expose a mechanism in the functools standard library module in Python 3.4 that provides a simple form of generic programming known as single-dispatch generic functions. . This library is a backport of this functionality to Python 2.6 - 3.3. . This is the Python 2 version of the library. Homepage: http://docs.python.org/3/library/functools.html#functools.singledispatch Package: python-six Priority: optional Section: universe/python Installed-Size: 89 Maintainer: Colin Watson Architecture: all Source: six Version: 1.7.3-ubuntu1 Depends: python:any (<< 2.8), python:any (>= 2.7.3-0ubuntu2~) Filename: pool/main/python-six_1.7.3-ubuntu1_all.deb Size: 26392 MD5Sum: 6ec5530f1daf31bbf0c09aa7e711e1c1 SHA1: e81ce14a70d59efefb4f01a301bc83a2b5a2f95d SHA256: fed2751c047b005b853bae691fe4cfe9b617a640d1ae4cac73a0f984aa929abc SHA512: 7ef8edce1f365d54a84408fe1a6b9cb1c8510b3f3c9fdded8652238b21bee12ebb82cc26db07ac79760c13892439f66979d9152d959881164196300be08a49e8 Description: Python 2 and 3 compatibility library (Python 2 interface) Six is a Python 2 and 3 compatibility library. It provides utility functions for smoothing over the differences between the Python versions with the goal of writing Python code that is compatible on both Python versions. . This package provides Six on the Python 2 module path. It is complemented by python3-six. Homepage: http://pythonhosted.org/six/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-sqlalchemy-ext Priority: optional Section: python Installed-Size: 107 Maintainer: Piotr Ożarowski Architecture: amd64 Source: sqlalchemy Version: 0.9.7-1 Provides: python2.7-sqlalchemy-ext Depends: python-sqlalchemy (= 0.9.7-1), python2.7, python (>= 2.7), python (<< 2.8), libc6 (>= 2.2.5) Filename: pool/main/python-sqlalchemy-ext_0.9.7-1_amd64.deb Size: 21378 MD5Sum: 0e02621ad78b6d3ab66850a0e7749976 SHA1: 9b28ce4993d93c7ad7e7f9184e4e13eeb0286326 SHA256: eddd09c22e7e7c731b69c8881da308cca6896b75a07867044074e43a10b413b1 SHA512: 289fbaab6ddb59b376019106df5a892ccf28bbd5fe092961b34a47274a1d1e07911649f8af9d8803b270d2f166f46f8468531e7d4257ce9f68c1173657c4ebac Description: SQL toolkit and Object Relational Mapper for Python - C extension SQLAlchemy is an SQL database abstraction library for Python. . This package contains C coded extension accelerator for SQLAlchemy. Homepage: http://www.sqlalchemy.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: python-sqlalchemy Priority: optional Section: python Installed-Size: 3594 Maintainer: Piotr Ożarowski Architecture: all Source: sqlalchemy Version: 0.9.7-1 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Recommends: python-sqlalchemy-ext Suggests: python-sqlalchemy-doc, python-psycopg2, python-mysqldb (>= 1.2.1-p2-2), python-kinterbasdb (>= 3.1.2-0.3), python-pymssql Filename: pool/main/python-sqlalchemy_0.9.7-1_all.deb Size: 806750 MD5Sum: e46680e15f921a25695bcf2a2b8dfc5e SHA1: 80322abcb8b9f16578e27a335a3e52794420eb81 SHA256: b82bbf121fc7c564aaaf513de8809dcc768198a4d13df67be3d81f422bfb981d SHA512: de3d347a7e201cfeeb17d5de8c3078db97b1c8f2ccfd95fe7019331f46cd0e79f681f08553fefbe5672840382e2b9d9021726a3c32f5c76728b725e817da8268 Description: SQL toolkit and Object Relational Mapper for Python SQLAlchemy is an SQL database abstraction library for Python. Its strengths are: * full power and flexibility of SQL. SQLAlchemy provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language. * extremely easy to use for all the basic tasks, such as: accessing pooled connections, constructing SQL from Python expressions, finding object instances, and committing object modifications back to the database. * powerful enough for complicated tasks, such as: eager load a graph of objects and their dependencies via joins; map recursive adjacency structures automatically; map objects to not just tables but to any arbitrary join or select statement; combine multiple tables together to load whole sets of otherwise unrelated objects from a single result set; commit entire graphs of object changes in one step. * built to conform to what DBAs demand, including the ability to swap out generated SQL with hand-optimized statements, full usage of bind parameters for all literal values, fully transactionalized and consistent updates using Unit of Work. * modular. Different parts of SQLAlchemy can be used independently of the rest, including the connection pool, SQL construction, and ORM. SQLAlchemy is constructed in an open style that allows plenty of customization, with an architecture that supports custom datatypes, custom SQL extensions, and ORM plugins which can augment or extend mapping functionality. Homepage: http://www.sqlalchemy.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-stevedore Priority: extra Section: python Installed-Size: 83 Maintainer: Ubuntu Developers Original-Maintainer: Julien Danjou Architecture: all Source: stevedore Version: 1.1.0-ubuntu3 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-pbr, python-six Pre-Depends: dpkg (>= 1.15.6~) Filename: pool/main/python-stevedore_1.1.0-ubuntu3_all.deb Size: 16996 MD5Sum: 5fcf72bac260c0c623215c42a9a1a1b9 SHA1: ccb22c084863b0452ca66aa020ede33b5aaf8f49 SHA256: cfd63cfa3fd582f11e81f3d5f259fba75e8eb03388fce677c618a0a3de55faf3 SHA512: 4a96fcf520525a8a6763ce207e5d054f1bf7323a880b60531cd81f4127e967ea3863cb55f303587f73b3d0688b01dd1401b9a8bf2e49fb6a6fc36112a93d8947 Description: manage dynamic plugins for Python applications - python2 Python makes loading code dynamically easy, allowing you to configure and extend your application by discovering and loading extensions (plugins) at runtime. Many applications implement their own library for doing this, using __import__ or importlib. stevedore avoids creating yet another extension mechanism by building on top of setuptools entry points. The code for managing entry points tends to be repetitive, though, so stevedore provides manager classes for implementing common patterns for using dynamically loaded extensions. . This package provides the Python 2.x module. Homepage: https://github.com/openstack/stevedore Package: python-stompy Priority: optional Section: python Installed-Size: 88 Maintainer: Ubuntu Developers Original-Maintainer: David Watson Architecture: all Version: 0.2.9-1ubuntu1 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-nose (>= 0.11), python-dingus Filename: pool/main/python-stompy_0.2.9-1ubuntu1_all.deb Size: 11222 MD5Sum: ddd08145f1cf38729c5526fb1bfc2e70 SHA1: 77988c1ca2c6f36df8a7bb6a74a164122bd1929d SHA256: a6f2361aaa350233b4625a5253d32b2e8d9d57463c9ccdda6e3ada4e09df681b SHA512: bd4778bd3e054e9577c8c089f2f0249c1f2fac7257c52564c72407e11ebff6c788a97edb5c6ff846a04e28a9e0bc37723a349b81c826b0d788b4e97b44e2eeaf Description: Implementation of the STOMP protocol in Python This is useful for connecting to and communicating with Apache ActiveMQ (an open source Java Message Service (JMS) message broker) or other brokers with support for the STOMP protocol. . The majority of the methods available take a single argument; a dictionary. This dictionary should contain the necessary bits you need to pass to the STOMP server. It is outlined in each method exactly what it needs to work. Homepage: http://pypi.python.org/pypi/stompy Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-suds Priority: optional Section: python Installed-Size: 568 Maintainer: Ubuntu Developers Original-Maintainer: Debian Tryton Maintainers Architecture: all Source: suds Version: 0.4.1-2ubuntu1.1 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-pkg-resources Filename: pool/main/python-suds_0.4.1-2ubuntu1.1_all.deb Size: 109144 MD5Sum: cf4b1b482b32059d196aeb3a1e3472db SHA1: 5f7c932e45e081d38ca43f00034722dd21f5e70b SHA256: 8b0611e2310a010639ac6f87f72048049e3bffaf495ec5decc37f806323d51ed SHA512: 2c2b69926dbb6990403ac944d9c8ee31f9ebc406d3c4cc5d889be6445e7fbf3e623e8c5390aff1c4dbf94076ce879e9d0e2c04735453b8bd8745989324545a6f Description: Lightweight SOAP client for Python The suds project is a Python soap web services client lib. Suds leverages Python meta programming to provide an intuative API for consuming web services. Objectification of types defined in the WSDL is provided without class generation. Programmers rarely need to read the WSDL since services and WSDL based objects can be easily inspected. Supports pluggable soap bindings. Homepage: http://www.fedorahosted.org/suds/ Python-Version: 2.7 Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-support Priority: optional Section: universe/python Installed-Size: 155 Maintainer: Ubuntu Developers Original-Maintainer: Josselin Mouette Architecture: all Version: 1.0.14ubuntu2 Depends: python (>= 2.5), python-minimal, dpkg (>= 1.14.19) Conflicts: debhelper (<< 5.0.38) Filename: pool/main/python-support_1.0.14ubuntu2_all.deb Size: 26060 MD5Sum: dc07f1d89b396052e525a9935e459ab0 SHA1: 3270fa0809e10b47ecdbb2b1726f1dc68261aad8 SHA256: 0058d6505387861e3e33c1017745a57ebcb79e414ca164d303ae93a20eb28857 SHA512: 6624ddec60be6608cdf3d921c7bfbb202fd0e663587722b0b3806e66a57cb2dbe20a330fa3ebc28dd4b933f8b053e32861d4b062a2d37fb73e045903932c854e Description: automated rebuilding support for Python modules This package contains the 'update-python-modules' script, which takes care of byte-compilation of Python-only modules. . Private modules are automatically rebuilt upon major Python upgrades, avoiding the need for strong dependencies. . Public modules are automatically made available for all installed Python versions. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-swiftclient Priority: extra Section: python Installed-Size: 222 Maintainer: Ubuntu Developers Original-Maintainer: Adam Gandelman Architecture: all Version: 1:2.3.1-fuel6.0.1~mira9 Replaces: swift (<< 1.7.4-0ubuntu2) Depends: python-eventlet, python-httplib2, python-keystoneclient, python-requests (>= 1.2.1), python-requests (<< 2.2.2), python-setuptools, python-concurrent.futures (>= 2.1.6), python-simplejson (>= 2.2.0), python-six (>= 1.7.0), python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-futures Breaks: swift (<< 1.7.4-0ubuntu2) Filename: pool/main/python-swiftclient_2.3.1-fuel6.0.1~mira9_all.deb Size: 49116 MD5Sum: 71ec2ac4e82b7bc5124c3ccc89d540e5 SHA1: 985938ef64d1ecf0fba883bf9b0d2d6d44b927b4 SHA256: 17b6df0163c437fcfcf6775726b68586bb3587991fadcb4de771d43987849437 SHA512: 9b2820b44f181fb870486b13f752108424bdcf3b26795d180f5c27434ce1216f7f1c11ad0c54521876dd73a3ea3d7403e086e560ff87d4ea8ffcbc914b5e247d Description: Client library for Openstack Swift API. This is a client for the OpenStack Swift API. There's a Python API (the ``swiftclient`` module), and a command-line script (``swift``). Package: python-swift Priority: optional Section: python Installed-Size: 1583 Maintainer: Ubuntu Developers Original-Maintainer: Soren Hansen Architecture: all Source: swift Version: 2.2.0-fuel6.0.1~mira1 Replaces: swift (<< 1.13.1~rc1-0ubuntu1~) Provides: python2.7-swift Depends: adduser, python-dnspython (>= 1.9.4), python-eventlet (>= 0.9.15), python-greenlet (>= 0.3.1), python-netifaces (>= 0.5), python-netifaces (<< 0.10.0) | python-netifaces (>> 0.10.1), python-openssl, python-paste, python-pastedeploy (>= 1.3.3), python-setuptools, python-simplejson (>= 2.0.9), python-xattr (>= 0.4), python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Breaks: swift (<< 1.13.1~rc1-0ubuntu1~) Filename: pool/main/python-swift_2.2.0-fuel6.0.1~mira1_all.deb Size: 378684 MD5Sum: 092a5bbe23e06241a28ecc73eae65209 SHA1: c7cbdaf6079bde88e8053337b130b40de5d673fa SHA256: f12dd4365af63ccbab443b0c8d05f2f83eff67cf9ae96aad7d74eb161dc0e5d4 SHA512: e51a12396137aef5cc24eb9a253d9f7aa50a21ea93deb2c06154cdada4b4770226595b599800d808504e3aa5aa772b43cb8f6a0ad3145500355d40138eaa152b Description: distributed virtual object store - Python libraries OpenStack Object Storage (code-named Swift) is open source software for creating redundant, scalable object storage using clusters of standardized servers to store petabytes of accessible data. It is not a file system or real-time data storage system, but rather a long-term storage system for a more permanent type of static data that can be retrieved, leveraged, and then updated if necessary. Primary examples of data that best fit this type of storage model are virtual machine images, photo storage, email storage and backup archiving. Having no central "brain" or master point of control provides greater scalability, redundancy and permanence. . Objects are written to multiple hardware devices in the data center, with the OpenStack software responsible for ensuring data replication and integrity across the cluster. Storage clusters can scale horizontally by adding new nodes. Should a node fail, OpenStack works to replicate its content from other active nodes. Because OpenStack uses software logic to ensure data replication and distribution across different devices, inexpensive commodity hard drives and servers can be used in lieu of more expensive equipment. . This package provides the Python libraries that actually implement everything. Homepage: http://launchpad.net/swift Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-tablib Priority: optional Section: python Installed-Size: 1493 Maintainer: PKG OpenStack Architecture: all Version: 0.9.11-2~cloud0 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Pre-Depends: dpkg (>= 1.15.6~) Filename: pool/main/python-tablib_0.9.11-2~cloud0_all.deb Size: 256364 MD5Sum: efab429807453dbe6e0ccfbc056b1a53 SHA1: a4c23eec4abfd26b1527a643af17741ae9fbb81a SHA256: 4862aeff46a45fee69c10c407ace9b4b0f6092131f28ab92ee34ae48d6cae706 SHA512: 95a91e7298539d71a77ff830dfaa58daa2940f09ea7d71de8299cb03a27897f603e32f5cea144c2ca1f45cc43ae34b16054d8759bedbf81bfced99f64f5075bf Description: format agnostic tabular dataset library Tablib is a format agnostic tabular dataset library, written in Python. It allows you to import, export, and manipulate tabular data sets. Advanced features include, segregation, dynamic columns, tags & filtering, and seamless format import & export. Homepage: http://docs.python-tablib.org/en/latest/index.html Package: python-taskflow Priority: optional Section: python Installed-Size: 1069 Maintainer: Chuck Short Architecture: all Version: 0.4.0-ubuntu1 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-anyjson, python-iso8601, python-ordereddict, python-six, python-networkx, python-babel, python-stevedore, python-concurrent.futures, python-jsonschema, python-prettytable, python-sqlalchemy, alembic, python-eventlet Filename: pool/main/python-taskflow_0.4.0-ubuntu1_all.deb Size: 219334 MD5Sum: ce6e54fd41e19494d3da23cf89522e7b SHA1: 5d2aeaffa5202da4fe83ef48b4674038c28334c2 SHA256: 654015a977b2962be830e5bf13c7e01e7e767b83873e9d6b9f55aa0e32c218b2 SHA512: 2586bc5096a052eafc6ce2fbd11c7af208c25b887b37359e6cae7a46ee8fedbc63845871483b9e0c6cf56b1403b429e82b1b2624cc354a14df6ce980bb4cacc2 Description: Taskflow structured state management library. A library to do [jobs, tasks, flows] in a HA manner using different backends to be used with OpenStack projects. Package: python-tempita Priority: extra Section: python Installed-Size: 113 Maintainer: Ubuntu Developers Original-Maintainer: Debian Python Modules Team Architecture: all Version: 0.5.1-1build1 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Filename: pool/main/python-tempita_0.5.1-1build1_all.deb Size: 15112 MD5Sum: 18ff6e33756a0bf5e772685bb62051bd SHA1: 9a338b54cea1d304d02e37d04b943fbbd9012665 SHA256: 5afab91c0e4f4af2545262135dcace56bcbe5476d8045bce5a4d8e0326ee63ea SHA512: 89795f98a626139bff9b17ecedae1705012a9d0ed004735da811cb1aa1a3161b224a7c8a0f4ae247e1698d0135922d392535ef66244829b3aac6abd646b5ad5b Description: very small text templating language Tempita is a small and simple Python text templating language mainly used by Paster (python-pastescript) to roll out new projects. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-testtools Priority: optional Section: python Installed-Size: 1138 Maintainer: Ubuntu Developers Original-Maintainer: Debian Python Modules Team Architecture: all Version: 0.9.35-ubuntu1 Provides: python2.7-testtools Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-extras, python-mimeparse, python-pkg-resources Recommends: python-fixtures, libjs-jquery, libjs-underscore Suggests: python-twisted Breaks: python-subunit (<< 0.0.6) Filename: pool/main/python-testtools_0.9.35-ubuntu1_all.deb Size: 268426 MD5Sum: ec01df48b3dbbd81cf6e490abcdfa953 SHA1: 86c8703d839646d102dfb4706008f1f96cb121db SHA256: e1f3b3a3992920c88dc2d0a9fe53e5ea0ae3c55ed1a5bffabb8353e64317ecdc SHA512: a7266e47b442e73744a8072d6dafb887d652b8132b181b9e31004f3d0990f647dad9bd654704184f13dc6cb3f94766ea2f157a9127a24a08897c66aaa731bc0a Description: Extensions to the Python unittest library (Python 2.x) testtools (formerly pyunit3k) is a set of extensions to the Python standard library's unit testing framework. These extensions have been derived from years of experience with unit testing in Python and come from many different sources. It's hoped that these extensions will make their way into the standard library eventually. Also included are backports from Python trunk of unittest features that are not otherwise available to existing unittest users. . This package contains the libraries for Python 2.x. Homepage: http://pypi.python.org/pypi/testtools Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-thrift Priority: extra Section: python Installed-Size: 132 Maintainer: Eric Evans Architecture: amd64 Version: 0.9.0-1build1 Provides: python2.7-thrift Depends: libc6 (>= 2.2.5), python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Filename: pool/main/python-thrift_0.9.0-1build1_amd64.deb Size: 35350 MD5Sum: 7cbfdfc117ddbadabb2fc82b1b4ee2a2 SHA1: cf697bc3b4654dfa21773c3eb40e058de22a27f4 SHA256: 12a92cc4bb96a3d2dfe585420827b5906df8a07d841967fdde40523556828e27 SHA512: 389e12c8e822e83724463c5acfaa4b46a0a291956dcede2db1988085450bd0396728340da4fea43caa5e9b03d224a61afc7cb6c26d701353491ea857e4efdb9c Description: Python library for Thrift Thrift is a software framework for the development of reliable and performant communication and data serialization. It combines a software stack with a code generation to build services that operate seamlessly across a number of different development languages. . This package provides the Python bindings for Thrift. Homepage: http://thrift.apache.org Package: python-tooz Priority: optional Section: python Installed-Size: 169 Maintainer: PKG OpenStack Architecture: all Version: 0.3-ubuntu1 Depends: python-babel (>= 1.3), python-iso8601, python-kazoo (>= 1.3.1), python-msgpack, python-oslo.config, python-pbr (>= 0.6), python-posix-ipc, python-pymemcache (>= 1.2), python-retrying, python-six (>= 1.7.0), python-stevedore (>= 0.14), python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), msgpack-python Pre-Depends: dpkg (>= 1.15.6~) Filename: pool/main/python-tooz_0.3-ubuntu1_all.deb Size: 36836 MD5Sum: 0a613d3b09fc90cd705189590232f193 SHA1: 901ce99f5c986fb1193bcb3f8865d8d53bfb86da SHA256: ee0bb486b002c974bb7b3d767033449dfcda4b31fb8df3caabc2bb7227da45eb SHA512: 006677f322a7fd26e17d14311fc599d02c64d6874dfbc8ed61c17bfe94de654061013d5ff3d94957d2e979b576996fe3534d50313f7d9afa566f215a4ed4ef1b Description: coordination library for distributed systems - Python 2.x The Tooz project centralizes the most common distributed primitives like group membership protocol, lock service and leader election by providing a coordination API helping developers to build distributed applications. . This package contains the Python 2.x module. Package: python-troveclient Priority: extra Section: python Installed-Size: 474 Maintainer: Ubuntu Developers Original-Maintainer: Adam Gandelman Architecture: all Version: 1:1.0.7-fuel6.0.1~mira18 Depends: python-pbr (>= 0.6), python-pbr (<< 0.7) | python-pbr (>> 0.7), python-pbr (<< 1.0), python-argparse, python-setuptools, python-prettytable (>= 0.7), python-prettytable (<< 0.8), python-requests (>= 1.2.1), python-requests (<< 2.2.2), python-simplejson (>= 2.2.0), python-babel (>= 1.3), python-six (>= 1.7.0), python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Filename: pool/main/python-troveclient_1.0.7-fuel6.0.1~mira18_all.deb Size: 100432 MD5Sum: 20fe68dfbaf5868c1c5916eeafa9790f SHA1: 9b6c15391309d57f39d87c29be46967767054ea1 SHA256: dc570c62f13af938630ad2bea8668cf313232ce6bd191ae6e009e331bea8a3cb SHA512: 3155d531468ce9f28e2cf66e0822c9d7b17f33eef4ab3da16b8a343b493106061e292e07100a64b3f1d9955c7c5996fa29b8815243353b44c8ad56c69c1ba386 Description: Client library for Openstack Trove API. This is a client library for the OpenStack Trove API. Package: python-twisted-bin Priority: optional Section: python Installed-Size: 144 Maintainer: Ubuntu Developers Original-Maintainer: Matthias Klose Architecture: amd64 Source: twisted Version: 11.1.0-1ubuntu2 Replaces: python2.3-twisted-bin, python2.4-twisted-bin Provides: python2.7-twisted-bin Depends: python2.7, python (>= 2.7), python (<< 2.8), libc6 (>= 2.3.2) Suggests: python-twisted-bin-dbg Conflicts: python2.3-twisted-bin, python2.4-twisted-bin Filename: pool/main/python-twisted-bin_11.1.0-1ubuntu2_amd64.deb Size: 22846 MD5Sum: 3a6ee3e950385883452798ab8f88a3c8 SHA1: d9adeff82481038eef4d3c9d15d6bc3a91b46460 SHA256: c0cb4513ecc5f930cb4c026d2d6681fc428353a689e090046589d76a35533907 SHA512: 1f14185f2109843b445760c90f7cdd37b82c7a98f57e2b2f15e338b32ad3f8a1fa92f8f4b6fcdb85b487909bcbac50cf3fc7a8a65d87e0e22f4fa168663c736d Description: Event-based framework for internet applications It includes a web server, a telnet server, a multiplayer RPG engine, a generic client and server for remote object access, and APIs for creating new protocols. Python-Version: 2.7 Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, cloud-image, ubuntu-usb, server, edubuntu-desktop, edubuntu-usb, edubuntu-desktop-kde, xubuntu-desktop, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, ubuntustudio-desktop Package: python-twisted-conch Priority: extra Section: python Installed-Size: 1263 Maintainer: Ubuntu Developers Original-Maintainer: Matthias Klose Architecture: all Source: twisted-conch Version: 1:11.1.0-1 Replaces: python2.3-twisted (<< 2.2), python2.3-twisted-conch, python2.4-twisted-conch Provides: conch, python2.7-twisted-conch Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-crypto (>= 2.0.1+dfsg1-1.1), python-pyasn1, python-twisted-core (>= 11.1) Conflicts: python2.3-twisted (<< 2.2), python2.3-twisted-conch, python2.4-twisted-conch Filename: pool/main/python-twisted-conch_11.1.0-1_all.deb Size: 268726 MD5Sum: ebf79e73758526f1cf943a87789939ca SHA1: 3368c7a5c306a5180c3ee84215edf7ca47945316 SHA256: 222edf6328c8a6de721a47e1743f0a552dc18b582ffb5592e35a46c1b92a301e SHA512: 60c5492403737b1d47c526d9d39c46ad6767b86c4c6e9f2dedc27650ff0126ad3f69b4ec23a0c324a3c5665d67df798a039fe756fe3a112b3dcc32f18f7919a9 Description: Twisted SSH Implementation A client/server implementation of the SSH protocol, using the twisted framework. Python-Version: 2.7 Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-twisted-core Priority: optional Section: python Installed-Size: 5517 Maintainer: Ubuntu Developers Original-Maintainer: Matthias Klose Architecture: all Source: twisted Version: 11.1.0-1ubuntu2 Replaces: python-twisted (<< 2.1.0-4), python2.3-twisted (<< 2.1.0-4), python2.3-twisted-core, python2.4-twisted (<< 2.1.0-4), python2.4-twisted-core Provides: python2.7-twisted-core Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-twisted-bin (>= 11.1.0-1ubuntu2), python-zope.interface (>= 3.5) Recommends: python-openssl, python-pam, python-serial Suggests: python-tk, python-gtk2, python-glade2, python-qt3, python-wxgtk2.8 Conflicts: python-twisted (<< 2.1.0-4), python2.3-twisted (<< 2.1.0-4), python2.3-twisted-core, python2.4-twisted (<< 2.1.0-4), python2.4-twisted-core Filename: pool/main/python-twisted-core_11.1.0-1ubuntu2_all.deb Size: 1208988 MD5Sum: 746c2a494fb84548e45778467d459248 SHA1: 66ee3e05a372d7beb0e9e4381d21c2c14301a1c3 SHA256: 5e72748dc64e4a00ba9697054944a45a3573853ae0a40beb95091f60fdc7f9ab SHA512: 28dbe3045cd49eaeb60866b82cbf0349d7537ea5b3db8bcf2c84421e8263493251adcba0f70d2d4faed86d8ca28fecc307644f8e7d3693dd32fd92f11dfd05c0 Description: Event-based framework for internet applications It includes a web server, a telnet server, a multiplayer RPG engine, a generic client and server for remote object access, and APIs for creating new protocols. Python-Version: 2.7 Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-twisted-lore Priority: optional Section: python Installed-Size: 448 Maintainer: Ubuntu Developers Original-Maintainer: Matthias Klose Architecture: all Source: twisted-lore Version: 11.1.0-1 Replaces: python-twisted (<< 2.1), python2.3-twisted-lore, python2.4-twisted-lore Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-twisted-web (>= 11.1) Conflicts: python-twisted (<< 2.1), python2.3-twisted-lore, python2.4-twisted-lore Filename: pool/main/python-twisted-lore_11.1.0-1_all.deb Size: 85278 MD5Sum: ea5fd2aa495badc10d3ced3d21007c0b SHA1: cb98bf14cb281285bb68c2c75f0df2e7aac75388 SHA256: 1a6412eb813f1043df25a29ac586385baa672b8b8d0b2d1463c76ae85ee3a7f3 SHA512: 301dc959b3dec87724b9e6df2c53210bbfa731d52c37de177321820a6cdc43094ceb89a877ca62a22f8d16e5dcb9c9c1a9c60de10172532364b7f5867f769199 Description: Documentation generator with HTML and LaTeX support Twisted Lore is a documentation generator. Python-Version: 2.7 Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-twisted-mail Priority: optional Section: python Installed-Size: 948 Maintainer: Ubuntu Developers Original-Maintainer: Matthias Klose Architecture: all Source: twisted-mail Version: 11.1.0-1 Replaces: python-twisted (<< 2.1), python2.3-twisted-mail, python2.4-twisted-mail Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-twisted-core (>= 11.1), python-openssl Recommends: python-twisted-names Conflicts: python-twisted (<< 2.1), python2.3-twisted-mail, python2.4-twisted-mail Filename: pool/main/python-twisted-mail_11.1.0-1_all.deb Size: 192568 MD5Sum: 9581247b698af09b90688fe19b4bc83e SHA1: 53d0d4a4a15e66c3a3c62d390e8579923e173e38 SHA256: 9ec78d0a31f1e7a6abb0b768da4cb17b7488e9213d682dc49da63f101783fb21 SHA512: 42fd0363fda22d9a3f73ae4128fb5c5c2d2452a861e1c27d1e956a0b9954da8349c26befe67912b7c2f1c9a454f707aa5bd62f565e35dd86d6f54b62655794de Description: SMTP, IMAP and POP protocol implementation Twisted Mail contains high-level, efficient protocol implementations for both clients and servers of SMTP, POP3, and IMAP4. Additionally, it contains an "out of the box" combination SMTP/POP3 virtual-hosting mail server. Also included is a read/write Maildir implementation and a basic Mail Exchange calculator (depends on Twisted Names). Python-Version: 2.7 Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-twisted-names Priority: optional Section: python Installed-Size: 399 Maintainer: Ubuntu Developers Original-Maintainer: Matthias Klose Architecture: all Source: twisted-names Version: 11.1.0-1 Replaces: python2.3-twisted-names, python2.4-twisted-names Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-twisted-core (>= 11.1) Conflicts: python2.3-twisted-names, python2.4-twisted-names Filename: pool/main/python-twisted-names_11.1.0-1_all.deb Size: 71948 MD5Sum: 5f47397c22710f8c61d3aa5dc22482d4 SHA1: eea4ff9ed16f7f815ba21db458c9ab50176cb6e0 SHA256: afd22627489f55b97113bf3c12b86ce4b28caf6ff6aa7ed8f08011717e4947ca SHA512: 06a76e14ae2d272acb465b9322700f49cbeaef0157981b936d3918e5a9cbc1e5025fce67941d38e55e93f2108f2b1c37daba91f1382b12627e1cb8c30ccd56e9 Description: DNS protocol implementation with client and server Twisted Names is both a domain name server as well as a client resolver library. Twisted Names comes with an "out of the box" nameserver which can read most BIND-syntax zone files as well as a simple Python-based configuration format. Twisted Names can act as an authoritative server, perform zone transfers from a master to act as a secondary, act as a caching nameserver, or any combination of these. Twisted Names' client resolver library provides functions to query for all commonly used record types as well as a replacement for the blocking gethostbyname() function provided by the Python stdlib socket module. Python-Version: 2.7 Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-twisted-news Priority: optional Section: python Installed-Size: 167 Maintainer: Ubuntu Developers Original-Maintainer: Matthias Klose Architecture: all Source: twisted-news Version: 11.1.0-1 Replaces: python2.3-twisted-news, python2.4-twisted-news Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-twisted-core (>= 11.1) Conflicts: python2.3-twisted-news, python2.4-twisted-news Filename: pool/main/python-twisted-news_11.1.0-1_all.deb Size: 23700 MD5Sum: 51eae0fc3d835d12c16c0a9019d12417 SHA1: 5ac391b29ceb40cbde631cc75d92f38d97f1256d SHA256: 1f54c0051aeb62941d156a739c7d72ac824c64121da57148aba25f5eac4520b7 SHA512: b08c70214f935e318a5ad5c8e0d471acad5f35312d26c81419243073f938495ad378fa54dbd3bb6baba3185fac053673d51ba492cd663c33cb2e3e6c45e203d0 Description: NNTP protocol implementation with client and server Twisted News provides a very basic NNTP server, as well as an NNTP client protocol implementation. Two messages storage systems are supported: the DB-API 2.0 backend stores and indexes messages in any compatible SQL database; the Twisted dirdbm backend uses serialized Python objects stored directly on the filesystem for message storage. Twisted News also has very rudamentary support for moderated groups. Python-Version: 2.7 Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-twisted-runner Priority: optional Section: python Installed-Size: 152 Maintainer: Ubuntu Developers Original-Maintainer: Matthias Klose Architecture: amd64 Source: twisted-runner Version: 11.1.0-1 Replaces: python2.3-twisted-bin (<< 0.2.0), python2.3-twisted-runner, python2.4-twisted-bin (<< 0.2.0), python2.4-twisted-runner Provides: python2.7-twisted-runner Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-twisted-core (>= 11.1), libc6 (>= 2.2.5) Suggests: python-twisted-runner-dbg Conflicts: python2.3-twisted-bin (<< 0.2.0), python2.3-twisted-runner, python2.4-twisted-bin (<< 0.2.0), python2.4-twisted-runner Filename: pool/main/python-twisted-runner_11.1.0-1_amd64.deb Size: 18694 MD5Sum: f2fa5aa29169033eadcf5f6a822e88b9 SHA1: 128af1220dea3af805697e464272c5a47bca541e SHA256: 7ccdb539b0a9b7b7f0d50c4c64ba253d7b3f93a96404d1f2c445d8d2057916f7 SHA512: cb980d5a491bedcb73bfedf15a8bbf3fc46918877dd12d70c04bae064018d1b2edb0d0c079de9455b4cf95c3d96692d56717ea41962b564bc7e13d8816618af6 Description: Process management, including an inetd server Twisted Runner has process management, including an inetd replacement. Python-Version: 2.7 Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntustudio-generation, ubuntustudio-recording Package: python-twisted-web Priority: optional Section: python Installed-Size: 1716 Maintainer: Ubuntu Developers Original-Maintainer: Matthias Klose Architecture: all Source: twisted-web Version: 11.1.0-1 Replaces: python-twisted (<< 2.1), python2.3-twisted-web, python2.4-twisted-web Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-twisted-core (>= 11.1) Conflicts: python-twisted (<< 2.1), python2.3-minimal, python2.3-twisted-web, python2.4-twisted-web Filename: pool/main/python-twisted-web_11.1.0-1_all.deb Size: 432578 MD5Sum: 28a1b674ef7fe65c1d6fe3e553e9dea1 SHA1: 477ee7857df98b0f985d1d563eb28aed51e4e936 SHA256: 67bf25c160e0e12ef482dd33deac42b3237ec1601ffe296aa0710df7a7316859 SHA512: c3ce93eb26d14d1eb1efa3a54ec720177ad0bb1be26c3fe86556393321dac7885b1acb77b6690b3bd35d378446edec2785251b4e36b2b46adf02f1f53db7d45b Description: HTTP protocol implementation together with clients and servers Twisted web is a web server, and also provides basic HTTP client support. You may want to check out Nevow, a templating toolkit designed for twisted.web, and Twisted Web2, the next generation Twisted web server. Python-Version: 2.7 Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-twisted-words Priority: optional Section: python Installed-Size: 1046 Maintainer: Ubuntu Developers Original-Maintainer: Matthias Klose Architecture: all Source: twisted-words Version: 11.1.0-1 Replaces: python-twisted (<< 2.1), python2.3-twisted-words, python2.4-twisted-words Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-twisted-core (>= 11.1), python-openssl Conflicts: python-twisted (<< 2.1), python2.3-twisted-words, python2.4-twisted-words Filename: pool/main/python-twisted-words_11.1.0-1_all.deb Size: 215138 MD5Sum: 7ac79f86d73d7fc659fda41ca08e34aa SHA1: 479646f28c7fca969b7b3c2f8a858b5458fa30b6 SHA256: e6a740c4937db0940e109636c773d8dc2049faaa856001480a501c1fcca7d8c8 SHA512: 3190609beec2543fc8da2b9efc0cbcce774364c97c19fb1276d1dccf90741b5a29bdec42d3071df6ca66cb06546119331b355bfa22da99913414e08361693092 Description: Chat and Instant Messaging Twisted Words includes: - Low-level protocol implementations of OSCAR (AIM and ICQ), IRC, MSN, TOC (AIM). - Jabber libraries. - Prototypes of chat server and client frameworks built on top of the protocols. Python-Version: 2.7 Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-twisted Priority: extra Section: python Installed-Size: 56 Maintainer: Ubuntu Developers Original-Maintainer: Matthias Klose Architecture: all Source: twisted Version: 11.1.0-1ubuntu2 Provides: python2.7-twisted Depends: python2.7, python (>= 2.7), python (<< 2.8), python-twisted-core (>= 11.0), python-twisted-conch (>= 1:11.0), python-twisted-mail (>= 11.0), python-twisted-lore (>= 11.0), python-twisted-names (>= 11.0), python-twisted-news (>= 11.0), python-twisted-runner (>= 11.0), python-twisted-web (>= 11.0), python-twisted-words (>= 11.0) Filename: pool/main/python-twisted_11.1.0-1ubuntu2_all.deb Size: 4064 MD5Sum: 92b8a81be7583e10b0f054701349f31e SHA1: b46e5ffeef2f850490dac5c4ef2197dea4f860be SHA256: 680b6e4b5d1267c8d055c845129c379f9ab47f1c5e0d589266b5432317c627c7 SHA512: 9f51be9737ae0aa3a3d1246990916cee6e6a67f2c4f1f5323b3750681a091f277626e0a953bdf483fe282d93b4f6d519694f1a285b0113a1f99e176d7ec12903 Description: Event-based framework for internet applications (dependency package) This is a dependency package that depends on the twisted core library and all the libraries split out to separate packages starting with Twisted-2.0.1. Python-Version: 2.7 Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-tz Priority: extra Section: python Installed-Size: 115 Maintainer: Debian/Ubuntu Zope Team Architecture: all Version: 2012c-1 Depends: tzdata, python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Filename: pool/main/python-tz_2012c-1_all.deb Size: 37358 MD5Sum: b43df7ea6e9d1dfa2e34862909da5ea4 SHA1: 8ff9e67a1e481f8656cd4b2ee08e11533d83e8df SHA256: 59688bb87f635554babda3dd987db32cec686250d17329e559b546c18e738818 SHA512: a194c2efc263d6a14830f36ae921d677ed6ad257e2a67fc0791f64fab6dec7a0d12054ccdf29d63b0c1e8c64909277f025b03a27b5019e9a15d8323d5382723c Description: Python version of the Olson timezone database python-tz brings the Olson tz database into Python. This library allows accurate and cross platform timezone calculations using Python 2.3 or higher. It also solves the issue of ambiguous times at the end of daylight savings, which you can read more about in the Python Library Reference (datetime.tzinfo). Homepage: http://pypi.python.org/pypi/pytz/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-urllib3 Priority: optional Section: python Installed-Size: 146 Maintainer: Debian Python Modules Team Architecture: all Version: 1.7.1-1build1 Depends: python:any (>= 2.7.3-0ubuntu2~), python:any (<< 2.8), python-six Recommends: ca-certificates Filename: pool/main/python-urllib3_1.7.1-1build1_all.deb Size: 48908 MD5Sum: 3b41f324905ad8bc2aa0dc6d021343fb SHA1: df2d34e4eb7460a98f16303650ef135255c15f1d SHA256: 1cf81add9ceb52dae9cc158fbbe36b9160df3b82bdea0e062fd901704e375162 SHA512: e10e429a5845142c34f7f62cc52bd657ff9e395decd2420857fcfd8e8118e0f23ca67d05522491880508a9707567d0079a59408978b4ab2859646a61045466d0 Description: HTTP library with thread-safe connection pooling for Python urllib3 supports features left out of urllib and urllib2 libraries. . - Re-use the same socket connection for multiple requests (HTTPConnectionPool and HTTPSConnectionPool) (with optional client-side certificate verification). - File posting (encode_multipart_formdata). - Built-in redirection and retries (optional). - Supports gzip and deflate decoding. - Thread-safe and sanity-safe. - Small and easy to understand codebase perfect for extending and building upon. Homepage: http://urllib3.readthedocs.org Package: python-utidylib Priority: optional Section: web Installed-Size: 66 Maintainer: Ubuntu Developers Original-Maintainer: Python Applications Packaging Team Architecture: all Source: utidylib Version: 0.2-8build1 Replaces: python2.3-utidylib (<< 0.2-3.1), python2.4-utidylib (<< 0.2-3.1) Provides: python2.7-utidylib Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), libtidy-0.99-0 (>= 20051018) Breaks: python2.3-utidylib (<< 0.2-3.1), python2.4-utidylib (<< 0.2-3.1) Filename: pool/main/python-utidylib_0.2-8build1_all.deb Size: 9370 MD5Sum: 020d1ac63187e2df53ff52fc029f56f7 SHA1: 280260e0b735d4195ef2c77bdfb62b3df31dd3cb SHA256: f90659ada3c5cbbf7f062b88ca7e2b245f067d354dc4f78fb66ce3e3838a897f SHA512: 963a1bca9b1421262b8d1bdb273e4af6f685472be1972ae01398eb061eda04f898182a2fbcfa39aae8401bec7d55299230c54fcd567d9041bbdd6280346a0723 Description: Python wrapper for TidyLib Corrects markup in a way compliant with the latest standards, and optimal for the popular browsers. It has a comprehensive knowledge of the attributes defined in the HTML 4.0 recommendation from W3C, and understands the US ASCII, ISO Latin-1, UTF-8 and the ISO 2022 family of 7-bit encodings. In the output: . * HTML entity names for characters are used when appropriate. * Missing attribute quotes are added, and mismatched quotes found. * Tags lacking a terminating '>' are spotted. * Proprietary elements are recognized and reported as such. * The page is reformatted, from a choice of indentation styles. . This package contains uTidylib, a Python wrapper for TidyLib. Homepage: http://utidylib.berlios.de/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-warlock Priority: optional Section: python Installed-Size: 16 Maintainer: Ubuntu Developers Original-Maintainer: PKG OpenStack Architecture: all Version: 1.1.0-0ubuntu2 Depends: python-json-patch (>= 0.10), python-jsonschema (>= 0.7), python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-jsonpatch, python-six Pre-Depends: dpkg (>= 1.15.6~) Filename: pool/main/python-warlock_1.1.0-0ubuntu2_all.deb Size: 8544 MD5Sum: da19e619ca813157e06cdf7f59e1d1d1 SHA1: eab9b8e9252f8da4887b39a00c6882354509657d SHA256: 07ffa0334a33f07f90750a5c7d5e75262f06a486fb676e1a78438e8652a3023c SHA512: 8f3eb801219c14aa79c93dfc415392e05c79b444907be12a845d329ea3992ec2309b120603c86840e107b7a37a2eaec1a23056d3ef7a0153e54299725307d580 Description: object model built on top of JSON schema - python 2.x With python-warlock, you can build self-validating Python objects using JSON schemas. First, a schema describe the type of data, then after creating the object, python-warlock checks that added or edited attributes correspond to the initial schema. If they don't, an exception is raised. . This package contains the Python 2.x module. Homepage: http://pypi.python.org/pypi/warlock Package: python-webob Priority: extra Section: python Installed-Size: 270 Maintainer: Debian Python Modules Team Architecture: all Version: 1.3.1-1 Depends: python, python:any (<< 2.8), python:any (>= 2.7.3-0ubuntu2~) Suggests: python-webob-doc Breaks: python-pylons (<< 1.0.1) Filename: pool/main/python-webob_1.3.1-1_all.deb Size: 84834 MD5Sum: a7c5d3a71a5f1c08d74e6baa32f99488 SHA1: d393e7650f9ef1a82c47f883f161a8a1f3d94c19 SHA256: 0cbf5791ff692507a7708a2057ea6d15fec8b0c65498336840b755fd2da44a1c SHA512: bb2221410ca1912eba885bb4b5c1c140e9c0cd3aba6d44c1f74b24f806369232bb415ac6f21fcec78c4a021e78c5e4922b04f0d189c2ad660aabe2f1a5604cde Description: Python module providing WSGI request and response objects (Python 2) WebOb provides wrappers around the WSGI request environment, and an object to help create WSGI responses. . The objects map much of the specified behavior of HTTP, including header parsing and accessors for other standard parts of the environment. . This is the Python 2 version of the package. Homepage: http://webob.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-webtest Priority: optional Section: python Installed-Size: 390 Maintainer: Debian Python Modules Team Architecture: all Source: webtest Version: 1.3.4-1~cloud0 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-webob, python-paste (>= 1.7.1), python-pastedeploy, python-pastescript Recommends: python-simplejson, python-beautifulsoup, python-lxml Suggests: libjs-sphinxdoc (>= 1.0) Filename: pool/main/python-webtest_1.3.4-1~cloud0_all.deb Size: 74634 MD5Sum: a5ddcc9414365109a544c0254b1deaeb SHA1: 00f5aec67ba78a92b1ec5438cc0c6755c409b5db SHA256: eb1e87ba6b7003bf2dcf6c09f140375871d978c54c7512b1dba14cf2bc78dbb6 SHA512: 5692d36ae4a49283de237d0efa1432d93f94d5724074497cfdcd9c53f94ad992ce08dbb49f5e5e5496fc1e48a0cafe28c52a27e8f3486b7c6a6ea12aaf8bd5a9 Description: wraps any WSGI application and makes it easy to test WebTest helps you test your WSGI-based web applications. This can be any application that has a WSGI (Web Server Gateway Interface) interface, including an application written in a framework that supports WSGI (which includes most actively developed Python web frameworks – almost anything that even nominally supports WSGI should be testable). Homepage: http://pythonpaste.org/webtest/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-werkzeug Priority: optional Section: python Installed-Size: 3623 Maintainer: Ubuntu Developers Original-Maintainer: Noah Slater Architecture: all Version: 0.8.1+dfsg-1 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), libjs-jquery Recommends: python-openssl Suggests: ipython, python-genshi, python-pkg-resources, python-lxml, python-memcache, libjs-sphinxdoc (>= 1.0) Filename: pool/main/python-werkzeug_0.8.1+dfsg-1_all.deb Size: 1320720 MD5Sum: 948dd935764c9905f7fa9bd0ace8cbaa SHA1: d459dbd8eb9c88db577355cb9d8fbe1916b47dea SHA256: 01541bc5205d8fbb16c4e5b543cfc72046feef279fb3ffd8dcda39dcabb972ef SHA512: 75d994485adb98009b7bf97a469ed089ea535d6edb5f13af43a6e54e2c739bda71959a0a6cac377d3995cea2f463d269bccd992cf8fff970de7bab0e191d8f49 Description: collection of utilities for WSGI applications The Web Server Gateway Interface (WSGI) is a standard interface between web server software and web applications written in Python. . Werkzeug is a lightweight library for interfacing with WSGI. It features request and response objects, an interactive debugging system and a powerful URI dispatcher. Combine with your choice of third party libraries and middleware to easily create a custom application framework. Homepage: http://werkzeug.pocoo.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-wsgiref Priority: optional Section: python Installed-Size: 1 Maintainer: AI Architecture: all Version: 1.0 Depends: python-all (>= 2.6), python-all-dev (>= 2.6.6-3~) Filename: pool/main/python-wsgiref_1.0_all.deb Size: 1726 MD5Sum: 9276353c84d14c1f6c3fb09ecd4096a6 SHA1: 21d61044d5520e7f5a09284d1d28816980e5d721 SHA256: 15585aba708140b44f769d918d005e2e29d3cd3b9a8def20f0cad59560127aa7 SHA512: dd1ecc50b5c05a24a147d979d6814c44938262340416b381c3219ca4d28e10cf2db0398d93d331e999bf59de913539749a8986d6c848b7bdeb9063e790a54dbb Description: a reference implementation of the WSGI specification The Web Server Gateway Interface (WSGI) is a standard interface between web server software and web applications written in Python. Having a standard interface makes it easy to use an application that supports WSGI with a number of different web servers. . wsgiref is a reference implementation of the WSGI specification that can be used to add WSGI support to a web server or framework. It provides utilities for manipulating WSGI environment variables and response headers, base classes for implementing WSGI servers, a demo HTTP server that serves WSGI applications, and a validation tool that checks WSGI servers and applications for conformance to the WSGI specification (PEP 333). . See http://www.wsgi.org for more information about WSGI, and links to tutorials and other resources. Package: python-wsme Priority: optional Section: python Installed-Size: 294 Maintainer: Ubuntu Developers Original-Maintainer: PKG OpenStack Architecture: all Version: 0.6-ubuntu1 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-six, python-simplegeneric, python-webob, python-ipaddr Pre-Depends: dpkg (>= 1.15.6~) Filename: pool/main/python-wsme_0.6-ubuntu1_all.deb Size: 68816 MD5Sum: 55a1e23986be9cf27951928bd069ef3f SHA1: f10d29cd17e67766f26cb1c11506d5fa5c5f9070 SHA256: 9852ca9e43bdeaefde2a0413b59f6fd5a6c19648bf8cb13dd5cbe0e77421c496 SHA512: 7b9f655274d0667d353d47ec7c00dafc3d1e42b43b9024b1137b9868d6763cc0a2e6b2e5f367b545c0d73712672c36c9454f55e111b6afbcb020695ada630ba0 Description: Web Services Made Easy makes it easy to implement multi-protocol webservices Web Service Made Easy (WSME) simplify the writing of REST web services by providing simple yet powerful typing which removes the need to directly manipulate the request and the response objects. . WSME can work standalone or on top of your favorite Python web (micro) framework, so you can use both your preferred way of routing your REST requests and most of the features of WSME that rely on the typing system like: . * Alternate protocols, including ones supporting batch-calls * Easy documentation through a Sphinx extension . WSME is originally a rewrite of TGWebServices with focus on extensibility, framework-independance and better type handling. Homepage: http://pythonhosted.org/WSME/ Package: python-xapian Priority: optional Section: python Installed-Size: 1341 Maintainer: Ubuntu Developers Original-Maintainer: Olly Betts Architecture: amd64 Source: xapian-bindings Version: 1.2.8-1 Provides: python2.7-xapian Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1), libxapian22 (>= 1.2.8) Suggests: xapian-doc Filename: pool/main/python-xapian_1.2.8-1_amd64.deb Size: 294868 MD5Sum: 9af73d1c0d577a2b07149ef330c0fa9a SHA1: 26468514ac7201da96dce035e040489d44669495 SHA256: 369ee22fa09034811a221a3c309a87e6b6b4f342028d42101e80152ec6df7ce1 SHA512: 269580fe5d9b5a5c16a7dfc15de0289964086c12c6c04ff8372222ed38a7aaa3ce68366447fa3f91ea1f29c853fb79953d81ce5c084bc5aa6f8a1b9523959862 Description: Xapian search engine interface for Python This package provides Xapian Python bindings for all the packaged versions of Python. . The Xapian search engine library is a highly adaptable toolkit which allows developers to easily add advanced indexing and search facilities to their own applications. It implements the probabilistic model of information retrieval, and provides facilities for performing ranked free-text searches, relevance feedback, phrase searching, boolean searching, stemming, and simultaneous update and searching. It is highly scalable, and is capable of working with collections containing hundreds of millions of documents. . The Xapian Python bindings provide an interface to the Xapian library from the Python programming language, allowing both indexing and retrieval operations. Homepage: http://xapian.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, cloud-image, ubuntu-usb, kubuntu-desktop, kubuntu-full, kubuntu-active-desktop, kubuntu-active-full, kubuntu-active, edubuntu-desktop, edubuntu-usb, edubuntu-desktop-kde, xubuntu-desktop, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, ubuntustudio-desktop Package: python-xattr Priority: optional Section: python Installed-Size: 115 Maintainer: Ubuntu Developers Original-Maintainer: Federico Ceratto Architecture: amd64 Version: 0.6.2-1ubuntu1 Provides: python-pyxattr Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), libc6 (>= 2.3), python-pkg-resources Conflicts: python-pyxattr Filename: pool/main/python-xattr_0.6.2-1ubuntu1_amd64.deb Size: 13888 MD5Sum: 15d218b78c003131153064b942418b1c SHA1: deee47b07235b5c21593226ea735eada42293d16 SHA256: b0f4aab9e2490b1ed253bae41751052d11f5628a211d8dfa7e7114ad2c941e43 SHA512: 4a07f3901105d1ef70e6a426e2ce38d600be30a7ea63b2d75038212d16c5ef142ee52cfeb373421456829f0604ea578764f12364a36331c441bb1041e82ed1cb Description: module for manipulating filesystem extended attributes This module allows manipulation of the filesystem extended attributes present in some operating systems (GNU/Linux included). It is compatible to python-pyxattr but also provides a dictionary like interfaces for manipulating these attributes. Homepage: http://www.undefined.org/python/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: python-xstatic-angular-cookies Priority: optional Section: python Installed-Size: 8 Maintainer: PKG OpenStack Architecture: all Version: 1.2.16.1-ubuntu2 Depends: libjs-angularjs (<< 1.2.17), libjs-angularjs (>= 1.2.16), python-xstatic, python-xstatic-angular, python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Pre-Depends: dpkg (>= 1.15.6~) Filename: pool/main/python-xstatic-angular-cookies_1.2.16.1-ubuntu2_all.deb Size: 5564 MD5Sum: 8bf9987ffa71b418349e9c78d76bcb19 SHA1: 2ff3d0d990f5d7270c944c98573a6873e9e40e72 SHA256: 15959e439318da04ef250282af893fb178d184034f2ff6e9b32108606843f155 SHA512: df65a1af30c07382efe4b07e0656ea575126826abf94e6950383d606a85235299290aa759972d02db2239050640008ea227dfad95476a18050ed9e3c5d79f679 Description: Angular JS Cookies XStatic support - Python 2.x XStatic is a packaging standard to package external (often 3rd party) static files as a Python package, so they are easily usable on all operating systems, with any package management system or even without one. . Many Python projects need to use some specific data files, like javascript, css, java applets, images, etc. Sometimes these files belong to YOUR project (then you may want to package them separately, but you could also just put them into your main package). But in many other cases, those files are maintained by someone else (like jQuery javascript library or even much bigger js libraries or applications) and you definitely do not really want to merge them into your project. So, you want to have static file packages, but you don’t want to get lots of stuff you do not want. Thus, stuff required by XStatic file packages (especially the main, toplevel XStatic package) tries to obey to be a MINIMAL, no-fat thing. XStatic doesn't "sell" any web framework or other stuff you don't want. Maybe there will be optional XStatic extensions for all sorts of stuff, but they won't be required if you just want the files. . By having static files in packages, it is also easier to build virtual envs, support linux/bsd/... distribution package maintainers and even windows installs using the same mechanism. . This package provides Angular JS cookies support as a Python 2.x module. Homepage: https://github.com/stackforge/xstatic-angular-cookies Package: python-xstatic-angular-mock Priority: optional Section: python Installed-Size: 75 Maintainer: PKG OpenStack Architecture: all Version: 1.2.16.1-ubuntu2 Depends: libjs-angularjs (<< 1.2.17), libjs-angularjs (>= 1.2.16), python-xstatic, python-xstatic-angular, python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Pre-Depends: dpkg (>= 1.15.6~) Filename: pool/main/python-xstatic-angular-mock_1.2.16.1-ubuntu2_all.deb Size: 22164 MD5Sum: 51d4c83526982876ee213f0c1f4af417 SHA1: ea4c8b7bf9f1ad5cb4fd9e0e8687aae1cf77c161 SHA256: e62436305151db2b306f8e91149c75d4502290e51a6e1b15cb020815ba44b5a0 SHA512: f1c2ba000bbb5a3e7611238869aa765ecafd8c0ce88f644a957035541952001545a64886e627e430a1d6e5126aec8dec8bd0f0f657765dfa50618a11d01ad1bb Description: Angular JS Mock XStatic support - Python 2.x XStatic is a packaging standard to package external (often 3rd party) static files as a Python package, so they are easily usable on all operating systems, with any package management system or even without one. . Many Python projects need to use some specific data files, like javascript, css, java applets, images, etc. Sometimes these files belong to YOUR project (then you may want to package them separately, but you could also just put them into your main package). But in many other cases, those files are maintained by someone else (like jQuery javascript library or even much bigger js libraries or applications) and you definitely do not really want to merge them into your project. So, you want to have static file packages, but you don’t want to get lots of stuff you do not want. Thus, stuff required by XStatic file packages (especially the main, toplevel XStatic package) tries to obey to be a MINIMAL, no-fat thing. XStatic doesn't "sell" any web framework or other stuff you don't want. Maybe there will be optional XStatic extensions for all sorts of stuff, but they won't be required if you just want the files. . By having static files in packages, it is also easier to build virtual envs, support linux/bsd/... distribution package maintainers and even windows installs using the same mechanism. . This package provides Angular JS Mock support as a Python 2.x module. Homepage: https://github.com/stackforge/xstatic-angular-mock Package: python-xstatic-angular Priority: optional Section: python Installed-Size: 8 Maintainer: PKG OpenStack Architecture: all Version: 1.2.16.1-ubuntu2 Depends: libjs-angularjs (<< 1.2.17), libjs-angularjs (>= 1.2.16), python-xstatic, python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Pre-Depends: dpkg (>= 1.15.6~) Filename: pool/main/python-xstatic-angular_1.2.16.1-ubuntu2_all.deb Size: 5430 MD5Sum: 827af323ffc4534c846b70ed0c15807c SHA1: 657e5f2a97d909d6059f9aa3b585ab6172c7fc33 SHA256: fe3f6daf47902bef6cb5370fb16f2942f5e63815aa4b0b295a50ac086ea2c861 SHA512: 926b25af553a46df1fc5da2151e62c8d4f4d8e1302191fbbdf90ac7fb9194984ac088ccc75ed0f8ef381caf849539892f37869d27590e2d2e4c86cf75de88ebd Description: Angular JS XStatic support - Python 2.x XStatic is a packaging standard to package external (often 3rd party) static files as a Python package, so they are easily usable on all operating systems, with any package management system or even without one. . Many Python projects need to use some specific data files, like javascript, css, java applets, images, etc. Sometimes these files belong to YOUR project (then you may want to package them separately, but you could also just put them into your main package). But in many other cases, those files are maintained by someone else (like jQuery javascript library or even much bigger js libraries or applications) and you definitely do not really want to merge them into your project. So, you want to have static file packages, but you don’t want to get lots of stuff you do not want. Thus, stuff required by XStatic file packages (especially the main, toplevel XStatic package) tries to obey to be a MINIMAL, no-fat thing. XStatic doesn't "sell" any web framework or other stuff you don't want. Maybe there will be optional XStatic extensions for all sorts of stuff, but they won't be required if you just want the files. . By having static files in packages, it is also easier to build virtual envs, support linux/bsd/... distribution package maintainers and even windows installs using the same mechanism. . This package provides Angular JS support as a Python 2.x module. Homepage: https://github.com/stackforge/xstatic-angular Package: python-xstatic-bootstrap-datepicker Priority: optional Section: python Installed-Size: 154 Maintainer: PKG OpenStack Architecture: all Version: 1.3.1.0-ubuntu1 Depends: python-xstatic, python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Pre-Depends: dpkg (>= 1.15.6~) Filename: pool/main/python-xstatic-bootstrap-datepicker_1.3.1.0-ubuntu1_all.deb Size: 36786 MD5Sum: 88de7a8f503a73ffc04d0163f1acea9c SHA1: 4945b167812d6c6f46d91983d7ca13b52fc7229d SHA256: 5772a6d06829ff1d12c03bef57af89f2476ee806c168484f69b2eef3e0aeb960 SHA512: a43e0147af2d2ff534c07b3de33af752f604c30738aecc47ec321cc20dd218997d868647880d6630971ee0a9c8d5b659fe3efa19848d42cbc4a89ccb273efb48 Description: Bootstrap-Datepicker XStatic support - Python 2.x XStatic is a packaging standard to package external (often 3rd party) static files as a Python package, so they are easily usable on all operating systems, with any package management system or even without one. . Many Python projects need to use some specific data files, like javascript, css, java applets, images, etc. Sometimes these files belong to YOUR project (then you may want to package them separately, but you could also just put them into your main package). But in many other cases, those files are maintained by someone else (like jQuery javascript library or even much bigger js libraries or applications) and you definitely do not really want to merge them into your project. So, you want to have static file packages, but you don’t want to get lots of stuff you do not want. Thus, stuff required by XStatic file packages (especially the main, toplevel XStatic package) tries to obey to be a MINIMAL, no-fat thing. XStatic doesn't "sell" any web framework or other stuff you don't want. Maybe there will be optional XStatic extensions for all sorts of stuff, but they won't be required if you just want the files. . By having static files in packages, it is also easier to build virtual envs, support linux/bsd/... distribution package maintainers and even windows installs using the same mechanism. . This package provides Bootstrap-Datepicker support as a Python 2.x module. Homepage: https://github.com/stackforge/xstatic-bootstrap-datepicker Package: python-xstatic-bootstrap-scss Priority: optional Section: python Installed-Size: 493 Maintainer: PKG OpenStack Architecture: all Version: 3.2.0.0-ubuntu2 Depends: python-xstatic, python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Pre-Depends: dpkg (>= 1.15.6~) Filename: pool/main/python-xstatic-bootstrap-scss_3.2.0.0-ubuntu2_all.deb Size: 168902 MD5Sum: 49cb179f21dfeef0b582f68783e04e2c SHA1: 530a61c3df26bc485e7df2dc20f1b19357e35ab9 SHA256: a65db7326470611bdc2415c038bddb8b046a86b5bcc594f780f2c3a584af044d SHA512: 82759c0418e22304cc0ab95f2e9d8f89c2e2a712163eae57de3bbc744b7b52c1c3119ebd86016b45303a2d76aaf30d150cdd9029e81bd5ade566023672dbfb5a Description: Bootstrap-SCSS XStatic support - Python 2.x XStatic is a Python web development tool for handling required static data files from external projects, such as CSS, images, and JavaScript. It provides a lightweight infrastructure to manage them via Python modules that your app can depend on in a portable, virtualenv-friendly way instead of using embedded copies. . This package contains the Python 2.x module support for Bootstrap-SCSS. Homepage: https://github.com/stackforge/xstatic-bootstrap-scss Package: python-xstatic-d3 Priority: optional Section: python Installed-Size: 9 Maintainer: PKG OpenStack Architecture: all Version: 3.4.9-ubuntu1 Depends: libjs-d3 (<< 3.4.10), libjs-d3 (>= 3.4.9), python-xstatic, python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Pre-Depends: dpkg (>= 1.15.6~) Filename: pool/main/python-xstatic-d3_3.4.9-ubuntu1_all.deb Size: 5798 MD5Sum: f9fd98eb7b572790ff75fd0995800e17 SHA1: 9f8696a6415a9eb1a97cf4504fb4b6879f3232e3 SHA256: e3b4bebcca1cb60c5475f7e1854fed484d40deba0723a6182a2571f32b73803b SHA512: cae3c473e7e7ab682e4f517945f0d6fc8d5a84120abe7db4ff658f3a8678a0c0ba387b2ec552430ebff0837eb854f2b15c5bd98147e99f4cd296bcc623fb69dd Description: D3 JS XStatic support - Python 2.x XStatic is a packaging standard to package external (often 3rd party) static files as a Python package, so they are easily usable on all operating systems, with any package management system or even without one. . Many Python projects need to use some specific data files, like javascript, css, java applets, images, etc. Sometimes these files belong to YOUR project (then you may want to package them separately, but you could also just put them into your main package). But in many other cases, those files are maintained by someone else (like jQuery javascript library or even much bigger js libraries or applications) and you definitely do not really want to merge them into your project. So, you want to have static file packages, but you don’t want to get lots of stuff you do not want. Thus, stuff required by XStatic file packages (especially the main, toplevel XStatic package) tries to obey to be a MINIMAL, no-fat thing. XStatic doesn't "sell" any web framework or other stuff you don't want. Maybe there will be optional XStatic extensions for all sorts of stuff, but they won't be required if you just want the files. . By having static files in packages, it is also easier to build virtual envs, support linux/bsd/... distribution package maintainers and even windows installs using the same mechanism. . This package provides D3 JS support as a Python 2.x module. Homepage: https://github.com/stackforge/xstatic-d3 Package: python-xstatic-font-awesome Priority: optional Section: python Installed-Size: 750 Maintainer: Mirantis Product Architecture: all Version: 4.1.0.0-ubuntu1 Depends: python-xstatic, python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Pre-Depends: dpkg (>= 1.15.6~) Filename: pool/main/python-xstatic-font-awesome_4.1.0.0-ubuntu1_all.deb Size: 409012 MD5Sum: db1b89e74b8f2439196e55b6b8a71f26 SHA1: c3aaa727f61fe3606e3b58c44b72816bdc7ff019 SHA256: 322dcf4e3b0eeafe38692045271fa1c9dfdcf01c4434e5086f99eaa7c7010ab1 SHA512: c1f5a5e40fe373672891219edd9db2e81ebac2584d61f4e0e793557c982561322106bcef4314249cf1c51d0f38d605aa17fd19e595ee211a3c1d3f98a74592a3 Description: Font Awesome icons This package is intended to be used by **any** project that needs these files. . It intentionally does **not** provide any extra code except some metadata **nor** has any extra requirements. You MAY use some minimal support code from the XStatic base package, if you like. . You can find more info about the xstatic packaging way in the package `XStatic` Homepage: https://fortawesome.github.io/Font-Awesome Package: python-xstatic-hogan Priority: optional Section: python Installed-Size: 22 Maintainer: PKG OpenStack Architecture: all Version: 2.0.0.2-ubuntu1 Depends: python-xstatic, python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Pre-Depends: dpkg (>= 1.15.6~) Filename: pool/main/python-xstatic-hogan_2.0.0.2-ubuntu1_all.deb Size: 9332 MD5Sum: 927df3eaa2f0a0caf85a184f863b1348 SHA1: 7007d9b64259d696389ab9eddfa07c0a03037e5e SHA256: 4871a44b413f394c9402b673d57d69f9043f356d26fcc60cb35b0eca5a9c4902 SHA512: 8abee51b223ce9c277be0a8cb80c9cbb8a44defcd1a3f5c13871c2598086494c433f50457f9ee6fc4ec59cdda5244872a252e33fed8bdc4040a4b9b2e2bda454 Description: Hogan.js XStatic support - Python 2.x XStatic is a packaging standard to package external (often 3rd party) static files as a Python package, so they are easily usable on all operating systems, with any package management system or even without one. . Many Python projects need to use some specific data files, like javascript, css, java applets, images, etc. Sometimes these files belong to YOUR project (then you may want to package them separately, but you could also just put them into your main package). But in many other cases, those files are maintained by someone else (like jQuery javascript library or even much bigger js libraries or applications) and you definitely do not really want to merge them into your project. So, you want to have static file packages, but you don’t want to get lots of stuff you do not want. Thus, stuff required by XStatic file packages (especially the main, toplevel XStatic package) tries to obey to be a MINIMAL, no-fat thing. XStatic doesn't "sell" any web framework or other stuff you don't want. Maybe there will be optional XStatic extensions for all sorts of stuff, but they won't be required if you just want the files. . By having static files in packages, it is also easier to build virtual envs, support linux/bsd/... distribution package maintainers and even windows installs using the same mechanism. . This package provides Hogan.js support as a Python 2.x module. Homepage: http://twitter.github.io/hogan.js/ Package: python-xstatic-jasmine Priority: optional Section: python Installed-Size: 104 Maintainer: PKG OpenStack Architecture: all Version: 1.3.1.1-ubuntu1 Depends: python-xstatic, python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Pre-Depends: dpkg (>= 1.15.6~) Filename: pool/main/python-xstatic-jasmine_1.3.1.1-ubuntu1_all.deb Size: 27106 MD5Sum: 165543001bc38e7fa7fd439244ba6b74 SHA1: 1aaea4cd57367b9abe8edf9cb58cf81702c70469 SHA256: eb96e0939782528b6c709f3e1ea0c5bbe6fb8807200cfb3fd6dea89ebbe08abe SHA512: e9dc2718146e84fd3db85b59e28e4df2ef9cf2919ff8b49c489386c9d6f24c4419f279fce94a0609fd76af67dfaeeb05e1eb564815cafe203e1d2654192d0eed Description: Jasmine JS XStatic support - Python 2.x XStatic is a packaging standard to package external (often 3rd party) static files as a Python package, so they are easily usable on all operating systems, with any package management system or even without one. . Many Python projects need to use some specific data files, like javascript, css, java applets, images, etc. Sometimes these files belong to YOUR project (then you may want to package them separately, but you could also just put them into your main package). But in many other cases, those files are maintained by someone else (like jQuery javascript library or even much bigger js libraries or applications) and you definitely do not really want to merge them into your project. So, you want to have static file packages, but you don’t want to get lots of stuff you do not want. Thus, stuff required by XStatic file packages (especially the main, toplevel XStatic package) tries to obey to be a MINIMAL, no-fat thing. XStatic doesn't "sell" any web framework or other stuff you don't want. Maybe there will be optional XStatic extensions for all sorts of stuff, but they won't be required if you just want the files. . By having static files in packages, it is also easier to build virtual envs, support linux/bsd/... distribution package maintainers and even windows installs using the same mechanism. . This package provides Jasmine JS support as a Python 2.x module. Homepage: https://github.com/stackforge/xstatic-jasmine Package: python-xstatic-jquery-migrate Priority: optional Section: python Installed-Size: 32 Maintainer: PKG OpenStack Architecture: all Version: 1.2.1.1+dfsg1-ubuntu1 Depends: python-xstatic, python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Pre-Depends: dpkg (>= 1.15.6~) Filename: pool/main/python-xstatic-jquery-migrate_1.2.1.1+dfsg1-ubuntu1_all.deb Size: 13698 MD5Sum: 64e4d57dbf2de3665ab82b842e312e64 SHA1: e438e6316996148b7f2ad547c0cda17c3a1c29a0 SHA256: 639b02019ccb3f9fc97cc19c2c06a78f11c142d761f9666e180fa1786b9223f8 SHA512: 34c91ff7e4354297345d2d134efc19e6db7a971a935469fb9a0087d5a43b66b9d23ea3b44e7e247d281961882a7c0301e72dc60f6001ad07594395e52e7f2cb7 Description: JQuery Migrate XStatic support - Python 2.x XStatic is a packaging standard to package external (often 3rd party) static files as a Python package, so they are easily usable on all operating systems, with any package management system or even without one. . Many Python projects need to use some specific data files, like javascript, css, java applets, images, etc. Sometimes these files belong to YOUR project (then you may want to package them separately, but you could also just put them into your main package). But in many other cases, those files are maintained by someone else (like jQuery javascript library or even much bigger js libraries or applications) and you definitely do not really want to merge them into your project. So, you want to have static file packages, but you don’t want to get lots of stuff you do not want. Thus, stuff required by XStatic file packages (especially the main, toplevel XStatic package) tries to obey to be a MINIMAL, no-fat thing. XStatic doesn't "sell" any web framework or other stuff you don't want. Maybe there will be optional XStatic extensions for all sorts of stuff, but they won't be required if you just want the files. . By having static files in packages, it is also easier to build virtual envs, support linux/bsd/... distribution package maintainers and even windows installs using the same mechanism. . This package provides JQuery Migrate support as a Python 2.x module. Homepage: https://github.com/jquery/jquery-migrate Package: python-xstatic-jquery-ui Priority: optional Section: python Installed-Size: 2118 Maintainer: PKG OpenStack Architecture: all Version: 1.10.4.1-ubuntu1 Depends: libjs-jquery-ui, python-xstatic, python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-xstatic-jquery Pre-Depends: dpkg (>= 1.15.6~) Filename: pool/main/python-xstatic-jquery-ui_1.10.4.1-ubuntu1_all.deb Size: 536216 MD5Sum: dbbea4da121bb102000503649a9a7c6d SHA1: 52f881e9251ee4a9e15dbead9fe739d1b99ead98 SHA256: b1278bd5b8edcf82b431b08985bc7bd041c2401b0de4259dec9b686a569d4081 SHA512: f641b9fccba02801a301627be21053649de373f7c29c219e1f83acc24ddd8dcd3fd8368b2c4f8997993c0f42224d9720d63e58183fa62ce69b28f5a1aa39a502 Description: JQuery UI XStatic support - Python 2.x XStatic is a packaging standard to package external (often 3rd party) static files as a Python package, so they are easily usable on all operating systems, with any package management system or even without one. . Many Python projects need to use some specific data files, like javascript, css, java applets, images, etc. Sometimes these files belong to YOUR project (then you may want to package them separately, but you could also just put them into your main package). But in many other cases, those files are maintained by someone else (like jQuery javascript library or even much bigger js libraries or applications) and you definitely do not really want to merge them into your project. So, you want to have static file packages, but you don’t want to get lots of stuff you do not want. Thus, stuff required by XStatic file packages (especially the main, toplevel XStatic package) tries to obey to be a MINIMAL, no-fat thing. XStatic doesn't "sell" any web framework or other stuff you don't want. Maybe there will be optional XStatic extensions for all sorts of stuff, but they won't be required if you just want the files. . By having static files in packages, it is also easier to build virtual envs, support linux/bsd/... distribution package maintainers and even windows installs using the same mechanism. . This package provides JQuery UI support as a Python 2.x module. Homepage: http://jqueryui.com/ Package: python-xstatic-jquery.quicksearch Priority: optional Section: python Installed-Size: 22 Maintainer: PKG OpenStack Architecture: all Version: 2.0.4.1-ubuntu1 Depends: libjs-jquery.quicksearch, python-xstatic, python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Pre-Depends: dpkg (>= 1.15.6~) Filename: pool/main/python-xstatic-jquery.quicksearch_2.0.4.1-ubuntu1_all.deb Size: 10438 MD5Sum: 52dac3296dad28873063379655045320 SHA1: df32aa630809e9a876afbff6b4bb686e1e965e85 SHA256: 4fec740f50341440fa844c24f13399d74f8bc4cfa1999415ea7846edd63372f4 SHA512: f98817418bc1eabfe8c12f50ba337c8d08c3d4b523114cf1e30f9e58a9e980cea433a54096f618a624a71898fd801b03621620eb9167a23c44c760d305c201bd Description: jQuery.quicksearch XStatic support - Python 2.x XStatic is a packaging standard to package external (often 3rd party) static files as a Python package, so they are easily usable on all operating systems, with any package management system or even without one. . Many Python projects need to use some specific data files, like javascript, css, java applets, images, etc. Sometimes these files belong to YOUR project (then you may want to package them separately, but you could also just put them into your main package). But in many other cases, those files are maintained by someone else (like jQuery javascript library or even much bigger js libraries or applications) and you definitely do not really want to merge them into your project. So, you want to have static file packages, but you don’t want to get lots of stuff you do not want. Thus, stuff required by XStatic file packages (especially the main, toplevel XStatic package) tries to obey to be a MINIMAL, no-fat thing. XStatic doesn't "sell" any web framework or other stuff you don't want. Maybe there will be optional XStatic extensions for all sorts of stuff, but they won't be required if you just want the files. . By having static files in packages, it is also easier to build virtual envs, support linux/bsd/... distribution package maintainers and even windows installs using the same mechanism. . This package provides jQuery.quicksearch support as a Python 2.x module. Homepage: http://plugins.jquery.com/jquery.quicksearch/ Package: python-xstatic-jquery.tablesorter Priority: optional Section: python Installed-Size: 9 Maintainer: PKG OpenStack Architecture: all Version: 2.0.5b.1-ubuntu1 Depends: libjs-jquery-tablesorter, python-xstatic, python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Pre-Depends: dpkg (>= 1.15.6~) Filename: pool/main/python-xstatic-jquery.tablesorter_2.0.5b.1-ubuntu1_all.deb Size: 5894 MD5Sum: 407b0d45cfff95a22a06899768906569 SHA1: ea2970c3ddf2b99e534c03e2519c62cbe37b20d2 SHA256: 668fda53307a256f6d4921705fd6f91fcd045ee807f035a8bf6e6e2d919f2cf0 SHA512: f991469418879dee02b57874e153ff26dd4eced63b430d74076e6184ac3daf9f4667af28bf007608f2d3d6d8555fdb2002c1b2a0d3b2162383375e6cc79c40dc Description: JQuery Tablesorter XStatic support - Python 2.x XStatic is a packaging standard to package external (often 3rd party) static files as a Python package, so they are easily usable on all operating systems, with any package management system or even without one. . Many Python projects need to use some specific data files, like javascript, css, java applets, images, etc. Sometimes these files belong to YOUR project (then you may want to package them separately, but you could also just put them into your main package). But in many other cases, those files are maintained by someone else (like jQuery javascript library or even much bigger js libraries or applications) and you definitely do not really want to merge them into your project. So, you want to have static file packages, but you don’t want to get lots of stuff you do not want. Thus, stuff required by XStatic file packages (especially the main, toplevel XStatic package) tries to obey to be a MINIMAL, no-fat thing. XStatic doesn't "sell" any web framework or other stuff you don't want. Maybe there will be optional XStatic extensions for all sorts of stuff, but they won't be required if you just want the files. . By having static files in packages, it is also easier to build virtual envs, support linux/bsd/... distribution package maintainers and even windows installs using the same mechanism. . This package provides JQuery Tablesorter support as a Python 2.x module. Homepage: https://github.com/stackforge/xstatic-jquery.tablesorter Package: python-xstatic-jquery Priority: optional Section: python Installed-Size: 366 Maintainer: PKG OpenStack Architecture: all Version: 1.10.2.1-ubuntu1 Depends: libjs-jquery, python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Pre-Depends: dpkg (>= 1.15.6~) Filename: pool/main/python-xstatic-jquery_1.10.2.1-ubuntu1_all.deb Size: 118512 MD5Sum: 168558bc9b914748cfe53f2376b0ad4c SHA1: b65cd4fa38555a6cec8a0fb49bfdf0883a6440a8 SHA256: 0c9dc523b436e502672e508ecb4f9ce933658ddf676a1bc1f36199200384382e SHA512: bb07ec78db52348391f1bae2dba69ddb87607aca274e14daafd69f7b6710ecd1616503a095bca48dc98f07bea194d92cfa7c48b273ce90009b8a842d2caa2e88 Description: jquery XStatic support - Python 2.x XStatic is a packaging standard to package external (often 3rd party) static files as a Python package, so they are easily usable on all operating systems, with any package management system or even without one. . Many Python projects need to use some specific data files, like javascript, css, java applets, images, etc. Sometimes these files belong to YOUR project (then you may want to package them separately, but you could also just put them into your main package). But in many other cases, those files are maintained by someone else (like jQuery javascript library or even much bigger js libraries or applications) and you definitely do not really want to merge them into your project. So, you want to have static file packages, but you don’t want to get lots of stuff you do not want. Thus, stuff required by XStatic file packages (especially the main, toplevel XStatic package) tries to obey to be a MINIMAL, no-fat thing. XStatic doesn't "sell" any web framework or other stuff you don't want. Maybe there will be optional XStatic extensions for all sorts of stuff, but they won't be required if you just want the files. . By having static files in packages, it is also easier to build virtual envs, support linux/bsd/... distribution package maintainers and even windows installs using the same mechanism. . This package provides jQuery support as a Python 2.x module. Homepage: http://jquery.com/ Package: python-xstatic-jsencrypt Priority: optional Section: python Installed-Size: 8 Maintainer: PKG OpenStack Architecture: all Version: 2.0.0.2-ubuntu1 Depends: libjs-jsencrypt, python-xstatic, python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Pre-Depends: dpkg (>= 1.15.6~) Filename: pool/main/python-xstatic-jsencrypt_2.0.0.2-ubuntu1_all.deb Size: 5532 MD5Sum: 585d1113f44c3b7ce67e818d170ddba1 SHA1: 2b1884ff7ff9e7f9c84cb97f6c97274f2592a239 SHA256: a9e274063f373442417a10f66585bb73e6e69c5fd08892d5630c5fd53e1877f7 SHA512: 80b5baa8e210ec714c4fc3f39b8c7e5cc8f879565d83c8f1a82d447340dae33ba77e3c1770923b7a8ec4c19702bd2808557c7a320658e41354aead6dc7246eb7 Description: JSEncrypt XStatic support - Python 2.x XStatic is a packaging standard to package external (often 3rd party) static files as a Python package, so they are easily usable on all operating systems, with any package management system or even without one. . Many Python projects need to use some specific data files, like javascript, css, java applets, images, etc. Sometimes these files belong to YOUR project (then you may want to package them separately, but you could also just put them into your main package). But in many other cases, those files are maintained by someone else (like jQuery javascript library or even much bigger js libraries or applications) and you definitely do not really want to merge them into your project. So, you want to have static file packages, but you don’t want to get lots of stuff you do not want. Thus, stuff required by XStatic file packages (especially the main, toplevel XStatic package) tries to obey to be a MINIMAL, no-fat thing. XStatic doesn't "sell" any web framework or other stuff you don't want. Maybe there will be optional XStatic extensions for all sorts of stuff, but they won't be required if you just want the files. . By having static files in packages, it is also easier to build virtual envs, support linux/bsd/... distribution package maintainers and even windows installs using the same mechanism. . This package provides JSEncrypt support as a Python 2.x module. Homepage: http://travistidwell.com/jsencrypt/ Package: python-xstatic-qunit Priority: optional Section: python Installed-Size: 8 Maintainer: PKG OpenStack Architecture: all Version: 1.14.0.2-ubuntu1 Depends: libjs-qunit, python-xstatic, python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Pre-Depends: dpkg (>= 1.15.6~) Filename: pool/main/python-xstatic-qunit_1.14.0.2-ubuntu1_all.deb Size: 5388 MD5Sum: 36c9dd51cea815559762afe7019eba79 SHA1: ec0ae36dfb0cade2d22a3d98f94a3dba1068549f SHA256: f15a3da1aaa3236ae03ab97184e4afd4a7bef503744d7f9876e4fd90232cf274 SHA512: d049b14c33e932e8b22949f11c54c977a6e3b499b9872e05c7d2f2de2bd716566d7bb8c491827cd0777f11841c76d62e42d234e64614e3b38fbeaf472c16ed12 Description: QUnit XStatic support - Python 2.x XStatic is a packaging standard to package external (often 3rd party) static files as a Python package, so they are easily usable on all operating systems, with any package management system or even without one. . Many Python projects need to use some specific data files, like javascript, css, java applets, images, etc. Sometimes these files belong to YOUR project (then you may want to package them separately, but you could also just put them into your main package). But in many other cases, those files are maintained by someone else (like jQuery javascript library or even much bigger js libraries or applications) and you definitely do not really want to merge them into your project. So, you want to have static file packages, but you don’t want to get lots of stuff you do not want. Thus, stuff required by XStatic file packages (especially the main, toplevel XStatic package) tries to obey to be a MINIMAL, no-fat thing. XStatic doesn't "sell" any web framework or other stuff you don't want. Maybe there will be optional XStatic extensions for all sorts of stuff, but they won't be required if you just want the files. . By having static files in packages, it is also easier to build virtual envs, support linux/bsd/... distribution package maintainers and even windows installs using the same mechanism. . This package provides QUnit support as a Python 2.x module. Homepage: http://qunitjs.com Package: python-xstatic-rickshaw Priority: optional Section: python Installed-Size: 8 Maintainer: PKG OpenStack Architecture: all Version: 1.5.0.0-ubuntu1 Depends: libjs-rickshaw, python-xstatic, python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Pre-Depends: dpkg (>= 1.15.6~) Filename: pool/main/python-xstatic-rickshaw_1.5.0.0-ubuntu1_all.deb Size: 5424 MD5Sum: 4c04213f36ec59bb567bb8a41b3f4914 SHA1: 88c7b971c1327c393a9fe75b49ba78d1d34ecf20 SHA256: 294ff90138b1e0eef2f8d7a434f0d8220e0feb9332356ed5881e573d93aeaabc SHA512: 1500ee0de26565bf41c6a5f9eebf3664542f190cfabbb09efe3f6c17dcc5ed761d1bdc05211b3c8ed9dcbdf070446ac180b72ac895624bc539d2e72ef9e942a5 Description: Rickshaw JS XStatic support - Python 2.x XStatic is a packaging standard to package external (often 3rd party) static files as a Python package, so they are easily usable on all operating systems, with any package management system or even without one. . Many Python projects need to use some specific data files, like javascript, css, java applets, images, etc. Sometimes these files belong to YOUR project (then you may want to package them separately, but you could also just put them into your main package). But in many other cases, those files are maintained by someone else (like jQuery javascript library or even much bigger js libraries or applications) and you definitely do not really want to merge them into your project. So, you want to have static file packages, but you don’t want to get lots of stuff you do not want. Thus, stuff required by XStatic file packages (especially the main, toplevel XStatic package) tries to obey to be a MINIMAL, no-fat thing. XStatic doesn't "sell" any web framework or other stuff you don't want. Maybe there will be optional XStatic extensions for all sorts of stuff, but they won't be required if you just want the files. . By having static files in packages, it is also easier to build virtual envs, support linux/bsd/... distribution package maintainers and even windows installs using the same mechanism. . This package provides Rickshaw JS support as a Python 2.x module. Homepage: https://github.com/stackforge/xstatic-rickshaw Package: python-xstatic-spin Priority: optional Section: python Installed-Size: 7 Maintainer: PKG OpenStack Architecture: all Version: 1.2.5.2-ubuntu1 Depends: libjs-spin.js, python-xstatic, python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Pre-Depends: dpkg (>= 1.15.6~) Filename: pool/main/python-xstatic-spin_1.2.5.2-ubuntu1_all.deb Size: 5124 MD5Sum: 7e609f383c52f8795570d693e740124b SHA1: 2db50305c8648e0259b6d16acc80bc98c5abae68 SHA256: 016a2bc8d6f2861dd1020eb69186590378cc5b5fbb4e0c65c86b1f67194b8c65 SHA512: 0d7ec879b741508130209bf4f959ad942316304b9a38d4c6099041512590d7e5dc5d47438e29bee169f4749b92b56c20b6e8445d4fe0361bbd2d4b5d2e970418 Description: Spin.js XStatic support - Python 2.x XStatic is a packaging standard to package external (often 3rd party) static files as a Python package, so they are easily usable on all operating systems, with any package management system or even without one. . Many Python projects need to use some specific data files, like javascript, css, java applets, images, etc. Sometimes these files belong to YOUR project (then you may want to package them separately, but you could also just put them into your main package). But in many other cases, those files are maintained by someone else (like jQuery javascript library or even much bigger js libraries or applications) and you definitely do not really want to merge them into your project. So, you want to have static file packages, but you don’t want to get lots of stuff you do not want. Thus, stuff required by XStatic file packages (especially the main, toplevel XStatic package) tries to obey to be a MINIMAL, no-fat thing. XStatic doesn't "sell" any web framework or other stuff you don't want. Maybe there will be optional XStatic extensions for all sorts of stuff, but they won't be required if you just want the files. . By having static files in packages, it is also easier to build virtual envs, support linux/bsd/... distribution package maintainers and even windows installs using the same mechanism. . This package provides spin.js support as a Python 2.x module. Homepage: http://fgnass.github.io/spin.js/ Package: python-xstatic Priority: optional Section: python Installed-Size: 8 Maintainer: PKG OpenStack Architecture: all Version: 1.0.0-ubuntu1 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Pre-Depends: dpkg (>= 1.15.6~) Filename: pool/main/python-xstatic_1.0.0-ubuntu1_all.deb Size: 5434 MD5Sum: ba493d05acbe164df191abefd958a2a4 SHA1: 55fb422c4cee62a25fd257baba356b05097c7f62 SHA256: d9e6e1f534ddee2ad84e44a243d70766527ba2d79cfd4502fc371206ff13f393 SHA512: fe646ac15a2df405b022fcfde7684f0873ef82e26402b892f501a526c492f68c69f56a1ada8c2cd8948842015b36aeba9b242aff30e4e045d8a1d27a05559be6 Description: XStatic base package with minimal support code - Python 2.x XStatic is a packaging standard to package external (often 3rd party) static files as a Python package, so they are easily usable on all operating systems, with any package management system or even without one. . Many Python projects need to use some specific data files, like javascript, css, java applets, images, etc. Sometimes these files belong to YOUR project (then you may want to package them separately, but you could also just put them into your main package). But in many other cases, those files are maintained by someone else (like jQuery javascript library or even much bigger js libraries or applications) and you definitely do not really want to merge them into your project. So, you want to have static file packages, but you don’t want to get lots of stuff you do not want. Thus, stuff required by XStatic file packages (especially the main, toplevel XStatic package) tries to obey to be a MINIMAL, no-fat thing. XStatic doesn't "sell" any web framework or other stuff you don't want. Maybe there will be optional XStatic extensions for all sorts of stuff, but they won't be required if you just want the files. . By having static files in packages, it is also easier to build virtual envs, support linux/bsd/... distribution package maintainers and even windows installs using the same mechanism. . This package contains the Python 2.x module. Homepage: https://github.com/stackforge/xstatic Package: python-yaml Priority: optional Section: python Installed-Size: 477 Maintainer: Ubuntu Developers Original-Maintainer: Debian Python Modules Team Architecture: amd64 Source: pyyaml Version: 3.10-2ubuntu0.1 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), libc6 (>= 2.14), libyaml-0-2 Filename: pool/main/python-yaml_3.10-2ubuntu0.1_amd64.deb Size: 122488 MD5Sum: 54944f09283651de7d9ffe26bc1e804e SHA1: 4f879f626ab65ca431f0c0d8c41727031b34c123 SHA256: 8217ecf9e4dd0e19a7201ac92ddebdfbae2b07c93d5a027813a4fe2c4db823fc SHA512: fa231dc814c7097a5f7d245eef9adb25ffce2d1502df2c660f0ad43d0631533b5cd029b63ca4d59e2f9e3b8ea34ad52ee9aa47e3b74886759b0221c4de16ff77 Description: YAML parser and emitter for Python Python-yaml is a complete YAML 1.1 parser and emitter for Python. It can parse all examples from the specification. The parsing algorithm is simple enough to be a reference for YAML parser implementors. A simple extension API is also provided. The package is built using libyaml for improved speed. Homepage: http://pyyaml.org/ Python-Version: 2.7 Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: cloud-image, ubuntustudio-generation, ubuntustudio-recording Package: python-yaql Priority: extra Section: Python Installed-Size: 147 Maintainer: root Architecture: all Version: 0.2.3-ubuntu3 Depends: python, python-setuptools, python-ply Filename: pool/main/python-yaql_0.2.3-ubuntu3_all.deb Size: 16746 MD5Sum: 177c24cd48ce100f3130f6d88c1615b6 SHA1: 1cf40489412eda76df0fea1a7538b34a73853d55 SHA256: 0ee68689cba90c6737d9cbc3dba5868cf1ffa3b8ba863cbdba8c5e05037837f1 SHA512: fa0bcd98ddc42c3bd136619c26556c573c8d93e9e40c92d80129aaa49532e4e23c4063bc69fc522eaaadc6030890593ec6a80bbb7b67eb53479293ab71cd07b0 Description: python-yaql Homepage: mirantis.com Package: python-zmq Priority: optional Section: universe/python Installed-Size: 861 Maintainer: Debian Python Modules Team Architecture: amd64 Source: pyzmq Version: 2.2.0.1-ubuntu1 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), libc6 (>= 2.14), libzmq1 Filename: pool/main/python-zmq_2.2.0.1-ubuntu1_amd64.deb Size: 226946 MD5Sum: a2d8bd085d4937bbaa29f4bba9567177 SHA1: a9adede5b373c09b6834a4873d61bc2c94cec1f8 SHA256: bb2824931f7470b46f64da127e25f784e41f8d53c97afb6bb9c560b46fecb9bc SHA512: 6c177582d5b603259df6f5da6453a6737f122b6594c99b30346cbf3d1c9047c9894b43202c93bb3429c196da03110d7c91458edca486588347ab875b3ced7881 Description: Python bindings for 0MQ library Python bindings for 0MQ. 0MQ is a small, fast, and free software library that gives you message-passing concurrency for applications in most common languages. . The 0MQ lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products. 0MQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering (subscriptions), seamless access to multiple transport protocols and more. Homepage: http://www.zeromq.org/bindings:python Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: python-zope.interface Priority: extra Section: python Installed-Size: 589 Maintainer: Debian/Ubuntu Zope Team Architecture: amd64 Source: zope.interface Version: 4.0.5-ubuntu1 Replaces: python-zope, python-zopeinterface Provides: python-zope, python-zopeinterface, python2.7-zope.interface Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-pkg-resources, libc6 (>= 2.2.5) Conflicts: python-zope, python-zopeinterface, zope3 Filename: pool/main/python-zope.interface_4.0.5-ubuntu1_amd64.deb Size: 98406 MD5Sum: 654b45f490a2baccb2deae48f198bcc8 SHA1: bfb6727a0fcff81dd5ca5eaf49ffac771ad98583 SHA256: d777260fb5de59065c3561cf010632efa7c0bba13b8b2fd0ff96c83a0fb67b28 SHA512: c8e6f84fd8e9c1ff97d2c853d83dab7f02525debeb459119548c345b35c954640d90177635cfe3df719feabe177e14b9992628e6d2496d50c9d0ee3c99a28219 Description: Interfaces for Python This package provides an implementation of object interfaces for Python. Interfaces are a mechanism for labeling objects as conforming to a given API or contract. So, this package can be considered as implementation of the Design By Contract methodology support in Python. Homepage: http://pypi.python.org/pypi/zope.interface Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, cloud-image, ubuntu-usb, server, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: python2.7-dev Priority: optional Section: python Installed-Size: 37571 Maintainer: Ubuntu Core Developers Original-Maintainer: Matthias Klose Architecture: amd64 Source: python2.7 Version: 2.7.3-ubuntu1 Replaces: python2.7 (<< 2.7-3) Depends: python2.7 (= 2.7.3-ubuntu1), libpython2.7 (= 2.7.3-ubuntu1), libexpat1-dev, libssl-dev Recommends: libc6-dev | libc-dev Filename: pool/main/python2.7-dev_2.7.3-ubuntu1_amd64.deb Size: 28874956 MD5Sum: 2e3b4e625eeb1a15af93fcce88a57ad2 SHA1: 897476be0da6a1230a082785bd94845c81cad41c SHA256: 11fcc3763bc4aad6559169d355d0502755bc1dadb3589da48ae54ec137048164 SHA512: 28acf82671df609e1143acaeb0cd57b5a14fe8bfe0421c04371eae326c90b6203eedc34362e37d5243befd19df06155525d483eb1d9fecec89c20bb31bb5e0b4 Description: Header files and a static library for Python (v2.7) Header files, a static library and development tools for building Python (v2.7) modules, extending the Python interpreter or embedding Python (v2.7) in applications. . Maintainers of Python packages should read README.maintainers. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: python2.7-minimal Priority: required Section: python Installed-Size: 5157 Maintainer: Ubuntu Core Developers Original-Maintainer: Matthias Klose Architecture: amd64 Source: python2.7 Version: 2.7.3-ubuntu1 Replaces: python2.7 (<< 2.7.1~rc1-2~) Depends: libc6 (>= 2.15), libssl1.0.0 (>= 1.0.0), zlib1g (>= 1:1.2.0), python-minimal (>= 2.6.6-3+squeeze1) Recommends: python2.7 Suggests: binfmt-support Conflicts: binfmt-support (<< 1.1.2) Filename: pool/main/python2.7-minimal_2.7.3-ubuntu1_amd64.deb Size: 1654960 MD5Sum: d1d345e19072f6f483e0704b52e276bb SHA1: 67f6401c1242be31c270c09a08f0216ff8b021c3 SHA256: 2acf9fa3b34bbc9f9f0e2ea1b5016bcb1141306c159f9ff34718de1ca339cadf SHA512: 2dbcd1c35833ebadf4a41828d503e26bbe4715cc48e024551b1654ae3379650abd16b08e2e2f4c9a8d86e497a6b7a46a52f3358177889ef7dde4fda7afe71206 Description: Minimal subset of the Python language (version 2.7) This package contains the interpreter and some essential modules. It can be used in the boot process for some basic tasks. See /usr/share/doc/python2.7-minimal/README.Debian for a list of the modules contained in this package. Multi-Arch: allowed Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: python2.7 Priority: important Section: python Installed-Size: 8576 Maintainer: Ubuntu Core Developers Original-Maintainer: Matthias Klose Architecture: amd64 Version: 2.7.3-ubuntu1 Replaces: python-profiler (<= 2.7.1-2) Provides: python-argparse, python2.7-argparse, python2.7-celementtree, python2.7-cjkcodecs, python2.7-ctypes, python2.7-elementtree, python2.7-profiler, python2.7-wsgiref Depends: python2.7-minimal (= 2.7.3-ubuntu1), mime-support, libbz2-1.0, libc6 (>= 2.15), libdb5.1, libexpat1 (>= 1.95.8), libgcc1 (>= 1:4.1.1), libncursesw5 (>= 5.6+20070908), libreadline6 (>= 6.0), libsqlite3-0 (>= 3.5.9), libtinfo5 Suggests: python2.7-doc, binutils Conflicts: python-profiler (<= 2.7.1-2) Filename: pool/main/python2.7_2.7.3-ubuntu1_amd64.deb Size: 2691510 MD5Sum: 88d44b4dc2664bfcbb65c245f218d38b SHA1: 3ab33587e3f750522cddfb593fb53a1ba84c49e0 SHA256: 86fe38aa1ca20aa6243a958dfda61b305fe16484bba30f6d94b43de22fd43cfc SHA512: 2f9e52cec6140a5af2585fe9a4eb139bd6aed4f2bda94ca8af2f4cdd575fd961061dc8a9e2cc5b7cd80da58ae7c381e7451cacd972c4a5d78a5e7453d3710f99 Description: Interactive high-level object-oriented language (version 2.7) Version 2.7 of the high-level, interactive object oriented language, includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. Multi-Arch: allowed Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: python Priority: important Section: python Installed-Size: 549 Maintainer: Ubuntu Developers Original-Maintainer: Matthias Klose Architecture: amd64 Source: python-defaults Version: 2.7.3-ubuntu1 Replaces: python-dev (<< 2.6.5-2) Provides: python-ctypes, python-email, python-importlib, python-profiler, python-wsgiref Depends: python2.7 (>= 2.7.3), python-minimal (= 2.7.3-ubuntu1) Suggests: python-doc (= 2.7.3-ubuntu1), python-tk (= 2.7.3-ubuntu1) Conflicts: python-central (<< 0.5.5) Breaks: python-bz2 (<< 1.1-8), python-csv (<< 1.0-4), python-email (<< 2.5.5-3), update-manager-core (<< 0.200.5-2) Filename: pool/main/python_2.7.3-ubuntu1_amd64.deb Size: 178410 MD5Sum: d5876a1cf65cc4a586eb29c831b1dd22 SHA1: 931a3e5db22776be4fce4ae207bd6185a8a08ff8 SHA256: e1d6d21b0fa8cc855c92850b63b0c077433839566b7bc4113ce06ed46e0b8acc SHA512: 5ee10b01742117ea084a68f8620b32e247d1a05aa0a00da3a1be5b325ef78a380bb47e0bf036c06b88db2451b42ba7b04df65ab225b44bf70a8048ac3e1bf9f9 Description: interactive high-level object-oriented language (default version) Python, the high-level, interactive object oriented language, includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package is a dependency package, which depends on Debian's default Python version (currently v2.7). Multi-Arch: allowed Homepage: http://www.python.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: qemu-keymaps Priority: optional Section: universe/misc Installed-Size: 141 Maintainer: Ubuntu Developers Original-Maintainer: Debian QEMU Team Architecture: all Source: qemu Version: 2.0.0+dfsg-2ubuntu1.11 Replaces: qemu-common (<< 1.2.0.dfsg-1), qemu-system (<< 0.12.4+dfsg-4) Breaks: qemu-common (<< 1.2.0.dfsg-1), qemu-system (<< 0.12.4+dfsg-4) Filename: pool/main/qemu-keymaps_2.0.0+dfsg-2ubuntu1.11_all.deb Size: 68672 MD5Sum: 75f8aa4e7df0a14f8b5238ecd1328d82 SHA1: 705dd3791622610756eacbdecb6560aadf357ed1 SHA256: 94309682d5f494c4d20d21581bc91a553fcb3a44c60bf39917d84309154a9137 SHA512: c6a74bbc6d63ae66ef5fe0f506f7777d1da568cee68b4209aa2966efd6f0164977d5cef64b0a913d4a00d974aa31122048cf8ba178ac2396d1cb7b5164eedc60 Description: QEMU keyboard maps QEMU is a fast processor emulator: currently the package supports ARM, CRIS, i386, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, SH4, SPARC and x86-64 emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides keyboard maps to be used by the qemu-system package or QEMU derivatives. Multi-Arch: foreign Homepage: http://www.qemu.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: qemu-kvm Priority: optional Section: misc Installed-Size: 62 Maintainer: Ubuntu Developers Original-Maintainer: Debian QEMU Team Architecture: amd64 Source: qemu Version: 2.0.0+dfsg-2ubuntu1.11 Replaces: qemu-kvm-spice, qemu-system-x86 (<< 1.7.0+dfsg-2~) Provides: kvm, qemu-kvm-spice Depends: qemu-system-x86 (>= 1.7.0+dfsg-2~) Conflicts: kvm, qemu-kvm-spice Breaks: qemu-system-x86 (<< 1.7.0+dfsg-2~) Filename: pool/main/qemu-kvm_2.0.0+dfsg-2ubuntu1.11_amd64.deb Size: 55190 MD5Sum: cc6a9df4705adaaeee5d19ab6f35bd7b SHA1: 3e79aa06cf1b4c1591ef4cabb2b4206b9e4ac285 SHA256: e0dab423c1cfc4c24d1922e4ec7fd71b9f5d55db8ea7860612e3b350f2a3ad09 SHA512: c778fa63e714a5b3107c7c65d857edc8125b230f2dcec65b35090949c0c0d3c1a9398dafd9b3eb7a546ce89fd8a918d7334f02ab727ea18973e265d865472572 Description: QEMU Full virtualization on x86 hardware (transitional package) QEMU is a fast processor emulator. This package provides just a wrapper script /usr/bin/kvm which run qemu-system-x86 in kvm mode. . Please note that old qemu-kvm configuration files (in /etc/kvm/) are no longer used. Multi-Arch: foreign Homepage: http://www.qemu.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: virt-host Package: qemu-system-arm Priority: optional Section: otherosfs Installed-Size: 6561 Maintainer: Ubuntu Developers Original-Maintainer: Debian QEMU Team Architecture: amd64 Source: qemu Version: 2.0.0+dfsg-2ubuntu1.11 Replaces: kvm (<< 1.3.0+dfsg-5), qemu-common (<< 1.3.0+dfsg-5), qemu-kvm (<< 1.2.0.dfsg-1), qemu-system (<< 1.3.0+dfsg-5), qemu-system-aarch64 (<< 2.0.0~rc1+dfsg-0ubuntu1) Depends: libaio1 (>= 0.3.93), libasound2 (>= 1.0.23), libbluetooth3 (>= 4.91), libbrlapi0.5, libc6 (>= 2.14), libcurl3-gnutls (>= 7.16.2-1), libfdt1, libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.24.0), libgnutls26 (>= 2.12.6.1-0), libncurses5 (>= 5.5-5~), libpixman-1-0 (>= 0.15.16), libpng12-0 (>= 1.2.13-4), libpulse0 (>= 1:0.99.1), librados2, librbd1, libsasl2-2, libsdl1.2debian (>= 1.2.10-1), libseccomp2 (>= 0.0.0~20120605), libspice-server1 (>= 0.12.2), libstdc++6 (>= 4.6), libtinfo5, libusb-1.0-0 (>= 2:1.0.16), libusbredirparser1 (>= 0.6), libuuid1 (>= 2.16), libx11-6, libxen-4.3 (>= 4.3.0), libxenstore3.0 (>= 3.2.0), zlib1g (>= 1:1.2.0), qemu-system-common, qemu-keymaps Recommends: qemu-utils Suggests: samba, vde2 Breaks: kvm (<< 1.3.0+dfsg-5), qemu-common (<< 1.3.0+dfsg-5), qemu-kvm (<< 1.2.0.dfsg-1), qemu-system (<< 1.3.0+dfsg-5), qemu-system-aarch64 (<< 2.0.0~rc1+dfsg-0ubuntu1) Filename: pool/main/qemu-system-arm_2.0.0+dfsg-2ubuntu1.11_amd64.deb Size: 2182934 MD5Sum: ff9da4fe38ed4621afe91791738e8eb6 SHA1: 5600436f549ae01ebf20d9e67331c821af1e6e9f SHA256: e058db41ff73e6013a94356c1fd5f0336672e4cc25e16da680768d3832c56ef7 SHA512: 226a832f9d9e4b7834325be80b11f5c89bbfea81f76779ca488735bd00187486a8eafd9ddcb8da92fd61bd12708ffe9b4fedf5197164ed17a51eae5e24ac5854 Description: QEMU full system emulation binaries (arm) QEMU is a fast processor emulator: currently the package supports ARM emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. This package provides the full system emulation binaries to emulate the following arm hardware: arm. . In system emulation mode QEMU emulates a full system, including a processor and various peripherals. It enables easier testing and debugging of system code. It can also be used to provide virtual hosting of several virtual machines on a single server. Multi-Arch: foreign Homepage: http://www.qemu.org/ Package: qemu-system-common Priority: optional Section: otherosfs Installed-Size: 540 Maintainer: Ubuntu Developers Original-Maintainer: Debian QEMU Team Architecture: amd64 Source: qemu Version: 2.0.0+dfsg-2ubuntu1.11 Replaces: qemu (<< 1.3.0+dfsg-5), qemu-common (<< 1.2.0.dfsg-1), qemu-system (<< 1.3.0+dfsg-5), qemu-utils (<< 1.3.0+dfsg-4) Depends: libc6 (>= 2.14), libcap-ng0, libcap2 (>= 2.10), libglib2.0-0 (>= 2.16.0), udev, acl Pre-Depends: adduser Breaks: iproute (<< 20110315-1), qemu-common (<< 1.2.0.dfsg-1), qemu-system (<< 1.3.0+dfsg-5), qemu-utils (<< 1.3.0+dfsg-4) Filename: pool/main/qemu-system-common_2.0.0+dfsg-2ubuntu1.11_amd64.deb Size: 225276 MD5Sum: 936eb02968c9405b8a5923229ff148ac SHA1: 91f6de2ee0e78036a32367b8db8e9879055c7d6b SHA256: 9bad9c884675412847545c28ae41fadcd12b325fd662ab9241cbb121dd5f6d46 SHA512: 731dd7e6a958e94b7563c985cdf557430ae2deae963bdb983dc3caeafb1f3747cf0d0b670a418e6ca445afc6c8e0c4b4e1423a089a8e17a253d2df32a5c343ad Description: QEMU full system emulation binaries (common files) QEMU is a fast processor emulator: currently the package supports ARM, CRIS, i386, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, SH4, SPARC and x86-64 emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides common files needed for target-specific full system emulation (qemu-system-*) packages. Multi-Arch: foreign Homepage: http://www.qemu.org/ Package: qemu-system-mips Priority: optional Section: otherosfs Installed-Size: 23693 Maintainer: Ubuntu Developers Original-Maintainer: Debian QEMU Team Architecture: amd64 Source: qemu Version: 2.0.0+dfsg-2ubuntu1.11 Replaces: qemu-system (<< 1.3.0+dfsg-5) Provides: qemu-system-mips64, qemu-system-mips64el, qemu-system-mipsel Depends: libaio1 (>= 0.3.93), libasound2 (>= 1.0.23), libbluetooth3 (>= 4.91), libbrlapi0.5, libc6 (>= 2.14), libcurl3-gnutls (>= 7.16.2-1), libfdt1, libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.24.0), libgnutls26 (>= 2.12.6.1-0), libncurses5 (>= 5.5-5~), libpixman-1-0 (>= 0.15.16), libpng12-0 (>= 1.2.13-4), libpulse0 (>= 1:0.99.1), librados2, librbd1, libsasl2-2, libsdl1.2debian (>= 1.2.10-1), libseccomp2 (>= 0.0.0~20120605), libspice-server1 (>= 0.12.2), libtinfo5, libusb-1.0-0 (>= 2:1.0.16), libusbredirparser1 (>= 0.6), libuuid1 (>= 2.16), libx11-6, libxen-4.3 (>= 4.3.0), libxenstore3.0 (>= 3.2.0), zlib1g (>= 1:1.2.0), qemu-system-common, qemu-keymaps Recommends: qemu-utils Suggests: samba, vde2 Breaks: qemu-system (<< 1.3.0+dfsg-5) Filename: pool/main/qemu-system-mips_2.0.0+dfsg-2ubuntu1.11_amd64.deb Size: 7481488 MD5Sum: 18b1ed449e5485c3a6944b6d0ae288df SHA1: e430f403610a5a1c2788019388746ea57fc776e5 SHA256: 02a1564fcf47f72e2faa4ac994c60b6bf08feb1b3724f4fc6a8421f224aa6dda SHA512: 41b034c6b2939419acc0db80783e55430301dea22329949fccf9dbe822e924b20d2f64787b5189f1e3fe7f30201f567c170ee31b53069e570854d99915bfd6d0 Description: QEMU full system emulation binaries (mips) QEMU is a fast processor emulator: currently the package supports MIPS emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. This package provides the full system emulation binaries to emulate the following mips hardware: mips mipsel mips64 mips64el. . In system emulation mode QEMU emulates a full system, including a processor and various peripherals. It enables easier testing and debugging of system code. It can also be used to provide virtual hosting of several virtual machines on a single server. Multi-Arch: foreign Homepage: http://www.qemu.org/ Package: qemu-system-misc Priority: optional Section: otherosfs Installed-Size: 49639 Maintainer: Ubuntu Developers Original-Maintainer: Debian QEMU Team Architecture: amd64 Source: qemu Version: 2.0.0+dfsg-2ubuntu1.11 Replaces: qemu-system (<< 1.3.0+dfsg-5) Provides: qemu-system-alpha, qemu-system-cris, qemu-system-lm32, qemu-system-m68k, qemu-system-microblaze, qemu-system-microblazeel, qemu-system-moxie, qemu-system-or32, qemu-system-s390x, qemu-system-sh4, qemu-system-sh4eb, qemu-system-unicore32, qemu-system-xtensa, qemu-system-xtensaeb Depends: libaio1 (>= 0.3.93), libasound2 (>= 1.0.23), libbluetooth3 (>= 4.91), libbrlapi0.5, libc6 (>= 2.15), libcurl3-gnutls (>= 7.16.2-1), libfdt1, libgcc1 (>= 1:4.1.1), libgl1-mesa-glx | libgl1, libglib2.0-0 (>= 2.24.0), libgnutls26 (>= 2.12.6.1-0), libncurses5 (>= 5.5-5~), libpixman-1-0 (>= 0.15.16), libpng12-0 (>= 1.2.13-4), libpulse0 (>= 1:0.99.1), librados2, librbd1, libsasl2-2, libsdl1.2debian (>= 1.2.10-1), libseccomp2 (>= 0.0.0~20120605), libspice-server1 (>= 0.12.2), libtinfo5, libusb-1.0-0 (>= 2:1.0.16), libusbredirparser1 (>= 0.6), libuuid1 (>= 2.16), libx11-6, libxen-4.3 (>= 4.3.0), libxenstore3.0 (>= 3.2.0), zlib1g (>= 1:1.2.0), qemu-system-common, qemu-keymaps Recommends: qemu-utils Suggests: samba, vde2 Breaks: qemu-system (<< 1.3.0+dfsg-5) Filename: pool/main/qemu-system-misc_2.0.0+dfsg-2ubuntu1.11_amd64.deb Size: 17636972 MD5Sum: 7ce2c2756028366d62553397005a5b69 SHA1: 0106ac7b4237154e3beb41f1748ace867025207a SHA256: 6f891a9a3e1d5f2527e51c4a60a205a1f30a85cb17e0086b33389138555dcfff SHA512: d7695f835aac83896742a1046a2ffa936051211aaa9ee748c519e618c02910e0ef4c8867bb0b25d2c54833e2eb7cda89060c095c167c38cbf80a7b74aa9f4f9e Description: QEMU full system emulation binaries (miscelaneous) QEMU is a fast processor emulator: currently the package supports ARM, CRIS, M68k (ColdFire), MicroBlaze, and SH4 emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. This package provides the full system emulation binaries to emulate various other hardware which did not made into separate packages. Emulators for the following architectures are provided: alpha cris lm32 m68k microblaze microblazeel moxie or32 sh4 sh4eb s390x xtensa xtensaeb unicore32. . In system emulation mode QEMU emulates a full system, including a processor and various peripherals. It enables easier testing and debugging of system code. It can also be used to provide virtual hosting of several virtual machines on a single server. Multi-Arch: foreign Homepage: http://www.qemu.org/ Package: qemu-system-ppc Priority: optional Section: otherosfs Installed-Size: 20842 Maintainer: Ubuntu Developers Original-Maintainer: Debian QEMU Team Architecture: amd64 Source: qemu Version: 2.0.0+dfsg-2ubuntu1.11 Replaces: kvm (<< 1.3.0+dfsg-5), qemu-common (<< 1.3.0+dfsg-5), qemu-kvm (<< 1.2.0.dfsg-1), qemu-system (<< 1.3.0+dfsg-5) Provides: qemu-system-ppc64, qemu-system-ppcemb Depends: libaio1 (>= 0.3.93), libasound2 (>= 1.0.23), libbluetooth3 (>= 4.91), libbrlapi0.5, libc6 (>= 2.14), libcurl3-gnutls (>= 7.16.2-1), libfdt1, libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.24.0), libgnutls26 (>= 2.12.6.1-0), libncurses5 (>= 5.5-5~), libpixman-1-0 (>= 0.15.16), libpng12-0 (>= 1.2.13-4), libpulse0 (>= 1:0.99.1), librados2, librbd1, libsasl2-2, libsdl1.2debian (>= 1.2.10-1), libseccomp2 (>= 0.0.0~20120605), libspice-server1 (>= 0.12.2), libtinfo5, libusb-1.0-0 (>= 2:1.0.16), libusbredirparser1 (>= 0.6), libuuid1 (>= 2.16), libx11-6, libxen-4.3 (>= 4.3.0), libxenstore3.0 (>= 3.2.0), zlib1g (>= 1:1.2.0), qemu-system-common, qemu-keymaps Recommends: qemu-utils Suggests: samba, vde2, openbios-ppc (>= 1.1+svn1229), openhackware, qemu-slof Breaks: kvm (<< 1.3.0+dfsg-5), qemu-common (<< 1.3.0+dfsg-5), qemu-kvm (<< 1.2.0.dfsg-1), qemu-system (<< 1.3.0+dfsg-5) Filename: pool/main/qemu-system-ppc_2.0.0+dfsg-2ubuntu1.11_amd64.deb Size: 6319390 MD5Sum: 4cd24a69d74cee7dce1d7763ee67ee93 SHA1: b39206343525498bcd85d310c4397951dedd31a0 SHA256: 82a657b20bb566bca0545e0df1b2647ca20d000971715e30bd6d3c0c870be09a SHA512: a386f6bc3a8aa25027c491227dc83a3ec19bf8d2251888a75b7552c0135985ce7091a04ad59c6024453d12f2a21d89a2737dec142641541b29afcd88b117a107 Description: QEMU full system emulation binaries (ppc) QEMU is a fast processor emulator: currently the package supports PowerPC emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. This package provides the full system emulation binaries to emulate the following PowerPC hardware: ppc ppcemb ppc64. . In system emulation mode QEMU emulates a full system, including a processor and various peripherals. It enables easier testing and debugging of system code. It can also be used to provide virtual hosting of several virtual machines on a single server. Multi-Arch: foreign Homepage: http://www.qemu.org/ Package: qemu-system-sparc Priority: optional Section: otherosfs Installed-Size: 8575 Maintainer: Ubuntu Developers Original-Maintainer: Debian QEMU Team Architecture: amd64 Source: qemu Version: 2.0.0+dfsg-2ubuntu1.11 Replaces: kvm (<< 1.3.0+dfsg-5), qemu-common (<< 1.3.0+dfsg-5), qemu-kvm (<< 1.2.0.dfsg-1), qemu-system (<< 1.3.0+dfsg-5) Provides: qemu-system-sparc64 Depends: libaio1 (>= 0.3.93), libasound2 (>= 1.0.23), libbluetooth3 (>= 4.91), libbrlapi0.5, libc6 (>= 2.14), libcurl3-gnutls (>= 7.16.2-1), libfdt1, libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.24.0), libgnutls26 (>= 2.12.6.1-0), libncurses5 (>= 5.5-5~), libpixman-1-0 (>= 0.15.16), libpng12-0 (>= 1.2.13-4), libpulse0 (>= 1:0.99.1), librados2, librbd1, libsasl2-2, libsdl1.2debian (>= 1.2.10-1), libseccomp2 (>= 0.0.0~20120605), libspice-server1 (>= 0.12.2), libtinfo5, libusb-1.0-0 (>= 2:1.0.16), libusbredirparser1 (>= 0.6), libuuid1 (>= 2.16), libx11-6, libxen-4.3 (>= 4.3.0), libxenstore3.0 (>= 3.2.0), zlib1g (>= 1:1.2.0), qemu-system-common, qemu-keymaps Recommends: qemu-utils Suggests: samba, vde2 Breaks: kvm (<< 1.3.0+dfsg-5), qemu-common (<< 1.3.0+dfsg-5), qemu-kvm (<< 1.2.0.dfsg-1), qemu-system (<< 1.3.0+dfsg-5) Filename: pool/main/qemu-system-sparc_2.0.0+dfsg-2ubuntu1.11_amd64.deb Size: 2906824 MD5Sum: 98956ef28d33ef7653b6be8939f62db4 SHA1: 057c4bd91e3b5d6487937862f51b90929e50dab9 SHA256: 0db9603d191cb454849004828eb6aeefb6053c24f8ea4a22b6b6426cf1fe46e1 SHA512: 7afbda7cc089e2555585a637e1e41fd6ec4a274cb2821775c979b48b2df4e9cc877f2044daaeeb2eaf364046d75eacc06402fbc48a961ef9ec75f8e0892d0880 Description: QEMU full system emulation binaries (sparc) QEMU is a fast processor emulator: currently the package supports SPARC emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. This package provides the full system emulation binaries to emulate the following sparc hardware: sparc sparc64. . In system emulation mode QEMU emulates a full system, including a processor and various peripherals. It enables easier testing and debugging of system code. It can also be used to provide virtual hosting of several virtual machines on a single server. Multi-Arch: foreign Homepage: http://www.qemu.org/ Package: qemu-system-x86 Priority: optional Section: otherosfs Installed-Size: 12044 Maintainer: Ubuntu Developers Original-Maintainer: Debian QEMU Team Architecture: amd64 Source: qemu Version: 2.0.0+dfsg-2ubuntu1.11 Replaces: kvm (<< 1.3.0+dfsg-5), qemu-common (<< 1.3.0+dfsg-5), qemu-kvm (<< 1.2.0.dfsg-1), qemu-system (<< 1.3.0+dfsg-5) Provides: qemu-system-i386, qemu-system-x86-64 Depends: libaio1 (>= 0.3.93), libasound2 (>= 1.0.23), libbluetooth3 (>= 4.91), libbrlapi0.5, libc6 (>= 2.14), libcurl3-gnutls (>= 7.16.2-1), libfdt1, libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.24.0), libgnutls26 (>= 2.12.6.1-0), libncurses5 (>= 5.5-5~), libpixman-1-0 (>= 0.15.16), libpng12-0 (>= 1.2.13-4), libpulse0 (>= 1:0.99.1), librados2, librbd1, libsasl2-2, libsdl1.2debian (>= 1.2.10-1), libseccomp2 (>= 0.0.0~20120605), libspice-server1 (>= 0.12.3), libtinfo5, libusb-1.0-0 (>= 2:1.0.16), libusbredirparser1 (>= 0.6), libuuid1 (>= 2.16), libx11-6, libxen-4.3 (>= 4.3.0), libxenstore3.0 (>= 4.1.0~rc6), zlib1g (>= 1:1.2.0), upstart-job, qemu-system-common, qemu-keymaps, seabios (>= 1.7.4-2~), ipxe-qemu Recommends: qemu-utils, cpu-checker Suggests: samba, vde2, kmod, sgabios, kvm-ipxe-precise Conflicts: kvm (<< 1.3.0+dfsg-5) Breaks: kvm (<< 1.3.0+dfsg-5), libvirt0 (<< 1.2), qemu-common (<< 1.3.0+dfsg-5), qemu-kvm (<< 1.2.0.dfsg-1), qemu-system (<< 1.3.0+dfsg-5) Filename: pool/main/qemu-system-x86_2.0.0+dfsg-2ubuntu1.11_amd64.deb Size: 3965084 MD5Sum: 4ebe155b01b97136e34d6bc394cd5b3e SHA1: ba07efd299c415c04767e06f8788e1d1450b72ca SHA256: 6ffcd5b8627c6cf6dd248be561ab18e3a9bc428590f6756cfc7b45a097695124 SHA512: 3c170caf591619c3289a9c170339e9964942e2ca1df24c8a56d83404bb1bc9ce912a02c16223ffdb2fbcc0a330ea8495ca37a490d49515d516bed5703ae70df5 Description: QEMU full system emulation binaries (x86) QEMU is a fast processor emulator: currently the package supports i386 and x86-64 emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. This package provides the full system emulation binaries to emulate the following x86 hardware: i386 x86_64. . In system emulation mode QEMU emulates a full system, including a processor and various peripherals. It enables easier testing and debugging of system code. It can also be used to provide virtual hosting of several virtual machines on a single server. . On x86 host hardware this package also enables KVM kernel virtual machine usage on systems which supports it. Multi-Arch: foreign Homepage: http://www.qemu.org/ Package: qemu-system Priority: optional Section: universe/misc Installed-Size: 59 Maintainer: Ubuntu Developers Original-Maintainer: Debian QEMU Team Architecture: amd64 Source: qemu Version: 2.0.0+dfsg-2ubuntu1.11 Depends: qemu-system-arm, qemu-system-mips, qemu-system-ppc, qemu-system-sparc, qemu-system-x86, qemu-system-misc Filename: pool/main/qemu-system_2.0.0+dfsg-2ubuntu1.11_amd64.deb Size: 54020 MD5Sum: 34ca281d7834b68e42a489b6358cb771 SHA1: ae4583cb24dac8cb610fb962460b58995c7d8043 SHA256: 103058d91a8a4a51133366ee90641740485f8c3c85e236d6721c721c261c0917 SHA512: 3d58405543d93e9c4a54d5a74ab0baca0e55147206d3537d9472c9e0688eeffe2ab004fe063a2bb4347fb02985c899ab52ccf667c52fb469e9f8feb665f3c179 Description: QEMU full system emulation binaries QEMU is a fast processor emulator: currently the package supports ARM, CRIS, i386, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, SH4, SPARC and x86-64 emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This metapackage provides the full system emulation binaries for all supported targets, by depending on all per-architecture system emulation packages which QEMU supports. Multi-Arch: foreign Homepage: http://www.qemu.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: qemu-user Priority: optional Section: universe/misc Installed-Size: 44876 Maintainer: Ubuntu Developers Original-Maintainer: Debian QEMU Team Architecture: amd64 Source: qemu Version: 2.0.0+dfsg-2ubuntu1.11 Replaces: qemu-kvm (<< 1.2.0.dfsg-1) Depends: libc6 (>= 2.15), libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.24.0), libstdc++6 (>= 4.6), zlib1g (>= 1:1.1.4) Suggests: sudo Breaks: qemu-kvm (<< 1.2.0.dfsg-1) Filename: pool/main/qemu-user_2.0.0+dfsg-2ubuntu1.11_amd64.deb Size: 12869894 MD5Sum: afddcc5ed2521df425ba78b0e2c182c2 SHA1: a40f163bf2ff5ef6a77bef6d5c940b760f646b85 SHA256: 9e335df86a97bfda9d9b2ec709a66cd74c4b41e2c4c1dbee68aa00d6a1543eb2 SHA512: 6cb5240f1dc095c8ece21fdf793a51acd9f59c6f17d79380b54248dbb7f48b1679f6b92ea6cc25b07f73e83d283344a0a227974ee7ea21a4eb9a35b2fb5bf920 Description: QEMU user mode emulation binaries QEMU is a fast processor emulator: currently the package supports ARM, CRIS, i386, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, SH4, SPARC and x86-64 emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides the user mode emulation binaries. In this mode QEMU can launch Linux processes compiled for one CPU on another CPU. Multi-Arch: foreign Homepage: http://www.qemu.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: qemu-utils Priority: optional Section: misc Installed-Size: 2502 Maintainer: Ubuntu Developers Original-Maintainer: Debian QEMU Team Architecture: amd64 Source: qemu Version: 2.0.0+dfsg-2ubuntu1.11 Replaces: qemu-kvm (<< 1.2.0.dfsg-1), qemu-user (<< 0.11.1-2) Depends: libaio1 (>= 0.3.93), libc6 (>= 2.14), libcurl3-gnutls (>= 7.16.2-1), libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.24.0), librados2, librbd1, libuuid1 (>= 2.16), zlib1g (>= 1:1.1.4) Recommends: sharutils Suggests: debootstrap Conflicts: qemu-kvm (<< 1.2.0.dfsg-1), qemu-user (<< 0.11.1-2) Filename: pool/main/qemu-utils_2.0.0+dfsg-2ubuntu1.11_amd64.deb Size: 1034870 MD5Sum: 9fce9c7c4a127473a10f78bab477ad4f SHA1: 480bc613891c954e79b093e507dd09e2a67d6e1a SHA256: ec38d29f714b04d8a62cad56cb1deed4dc508f982965a293f411b1170b848f65 SHA512: bd1efc05dff82cc26a91e55c8e6e4377e0a7fb21998396463f5d2f53800c25330cb7d9306180481fa194aa0ef1f5a6cd35c6ed542be3a9219db8d937813d1963 Description: QEMU utilities QEMU is a fast processor emulator: currently the package supports ARM, CRIS, i386, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, SH4, SPARC and x86-64 emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides QEMU related utilities: * qemu-img: QEMU disk image utility * qemu-io: QEMU disk exerciser * qemu-nbd: QEMU disk network block device server Multi-Arch: foreign Homepage: http://www.qemu.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: virt-host Package: qemu Priority: optional Section: universe/metapackages Installed-Size: 515 Maintainer: Ubuntu Developers Original-Maintainer: Debian QEMU Team Architecture: amd64 Version: 2.0.0+dfsg-2ubuntu1.11 Depends: qemu-system (>= 2.0.0+dfsg-2ubuntu1.11), qemu-user (>= 2.0.0+dfsg-2ubuntu1.11), qemu-utils (>= 2.0.0+dfsg-2ubuntu1.11) Suggests: qemu-user-static Filename: pool/main/qemu_2.0.0+dfsg-2ubuntu1.11_amd64.deb Size: 231680 MD5Sum: 88c349d7b0f780f48dd83be0811ca53d SHA1: c93404a9eabc08f0bbeeca997c72aba9db84862a SHA256: 50cfd4ff83d64a724154dc8904d2f4c107e180d4304dcd941a32f6108e5f7a6e SHA512: 1e01f3cf108515dcd56042c5ae182f851ff716f9a142d56afadcc60c21fb1e41328863a62e32bb2b789b4ad25c0a08cb2769864573d9aa56178b88ab758f2f08 Description: fast processor emulator QEMU is a fast processor emulator: currently the package supports ARM, CRIS, i386, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, SH4, SPARC and x86-64 emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. QEMU has two operating modes: . * User mode emulation: QEMU can launch Linux processes compiled for one CPU on another CPU. * Full system emulation: QEMU emulates a full system, including a processor and various peripherals. It enables easier testing and debugging of system code. It can also be used to provide virtual hosting of several virtual machines on a single server. . As QEMU requires no host kernel patches to run, it is very safe and easy to use. . This package is a metapackage depending on all qemu-related packages. Multi-Arch: foreign Homepage: http://www.qemu.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: rabbitmq-server Priority: extra Section: net Installed-Size: 4529 Maintainer: RabbitMQ Team Architecture: all Version: 3.3.5-ubuntu3 Depends: erlang-nox (>= 1:13.b.3) | esl-erlang, adduser, logrotate Filename: pool/main/rabbitmq-server_3.3.5-ubuntu3_all.deb Size: 4063030 MD5Sum: 66a4590b06aaf1a5e0db36bba4d0acac SHA1: 6b86cfcd7d978d24b228b64f8fa9a8b262271e8b SHA256: 243af46eee76977a3b6f0af54ae5f7fe51e710d54f04b7952ddac68696ffb8ea SHA512: a0a11b1a97680a03f923db91ed143a180631c3d2e22d01296eff6b7ad6046dc6d7a4eb1b7cf242f09a43e4cb73d52276a5f528f765359d70d44ebb07ab6ca984 Description: AMQP server written in Erlang RabbitMQ is an implementation of AMQP, the emerging standard for high performance enterprise messaging. The RabbitMQ server is a robust and scalable implementation of an AMQP broker. Homepage: http://www.rabbitmq.com/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: radosgw Priority: optional Section: admin Installed-Size: 3710 Maintainer: Laszlo Boszormenyi (GCS) Architecture: amd64 Source: ceph Version: 99:0.80.7-ubuntu6 Depends: ceph-common (= 99:0.80.7-ubuntu6), libc6 (>= 2.14), libcurl3-gnutls (>= 7.16.2-1), libexpat1 (>= 1.95.8), libfcgi0ldbl, libgcc1 (>= 1:4.1.1), libnss3 (>= 3.12.0~1.9b1), librados2, libstdc++6 (>= 4.6) Filename: pool/main/radosgw_0.80.7-ubuntu6_amd64.deb Size: 1527026 MD5Sum: 8c07da52c8fb8312e64c550fe14ae8dc SHA1: e1b36f6099d1949803cc5d854e7f7eaf1bb1a66f SHA256: af528292926b2a8ffaa4f198878a4d25818aedbcc2fbf26a1d1ce89c84c1d75e SHA512: 85aae3d757ddfb9c5523a55467cc28f26c9357456971082acba6b73ee89ef20a34543a6f39316b057e9104bd960fa889081f0797b8d4e7c69cbf155d39715a28 Description: REST gateway for RADOS distributed object store RADOS is a distributed object store used by the Ceph distributed storage system. This package provides a REST gateway to the object store that aims to implement a superset of Amazon's S3 service. . This package contains the proxy daemon and related tools only. Homepage: http://ceph.com/ Package: readline-common Priority: important Section: utils Installed-Size: 107 Maintainer: Ubuntu Developers Original-Maintainer: Matthias Klose Architecture: all Source: readline6 Version: 6.2-8 Replaces: libreadline-common, libreadline4 (<< 4.3-16), libreadline5 (<< 5.0-11) Depends: dpkg (>= 1.15.4) | install-info Conflicts: libreadline-common, libreadline5 (<< 5.0-11) Filename: pool/main/readline-common_6.2-8_all.deb Size: 49916 MD5Sum: 784442b97b52404e73c4528946b01193 SHA1: 1e91d3d2889f8c91fcd2a628eede7a79c55aa4d1 SHA256: a64d3e28ecefab21d88ae4ef156c76df820f60849de5fa816ea4e91df57a6bb7 SHA512: 083a2ffccd3c4a05444edf053d86d45018e63305caf5fe05e3cbe47b91ff2e7993f636ee9f9bbc40e00615b25f43aa800179f7c209acde1f2476f322c527ca87 Description: GNU readline and history libraries, common files The GNU readline library aids in the consistency of user interface across discrete programs that need to provide a command line interface. . The GNU history library provides a consistent user interface for recalling lines of previously typed input. Multi-Arch: foreign Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: reiserfsprogs Priority: optional Section: admin Installed-Size: 1188 Maintainer: Ubuntu Developers Original-Maintainer: Felix Zielcke Architecture: amd64 Version: 1:3.6.21-1build1 Depends: libc6 (>= 2.8), libuuid1 (>= 2.16) Filename: pool/main/reiserfsprogs_3.6.21-1build1_amd64.deb Size: 528866 MD5Sum: e0bdec71b6ceaa37cf0616210422968f SHA1: e6c42d6106ef52c506e2bf11c67eed6a69ed8311 SHA256: 26531eba79c6b4544b5f8269691ac7e8856fc45344b49d148e5a230782f2f193 SHA512: 20203df060e54458dff0f7ad8305b21b82d62628dc78bc01d64a28d338942070fbc68fd1488259f5b1a8ffa7d89f1217bc4e7fd67a1d697727abc553f465753c Description: User-level tools for ReiserFS filesystems This package contains utilities to create, check, resize, and debug ReiserFS filesystems. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-live, kubuntu-live, kubuntu-live, kubuntu-active-live, kubuntu-active-live, kubuntu-active-live, edubuntu-dvd-live, xubuntu-live, xubuntu-live, mythbuntu-live, lubuntu-live, ubuntustudio-dvd-live Package: resolvconf Priority: important Section: net Installed-Size: 237 Maintainer: Ubuntu Developers Original-Maintainer: resolvconf maintainers Architecture: all Version: 1.63ubuntu16 Depends: lsb-base, debconf (>= 0.5) | debconf-2.0, upstart-job Pre-Depends: initscripts (>= 2.88dsf-13.10) Breaks: dhcp3-client (<< 4.1.1-P1-15+squeeze1), dnscache-run Filename: pool/main/resolvconf_1.63ubuntu16_all.deb Size: 53510 MD5Sum: 665d811420f83615e290139675dc3e2a SHA1: f8083f7046c408944c0206f33998da9e12a751ab SHA256: 776d0bc0e001e7c92304224658a086acd9df5191bb59523826e4071f2d61ae10 SHA512: d6739acd7eb3ff3c95a4c085d13a541c6fcb94fb3b53058f01c2b1aea10e371d4313e9635f7cc6df91cfe1d0fdd3d322a083faec7eb0b0877752530dddbb12fc Description: name server information handler Resolvconf is a framework for keeping up to date the system's information about name servers. It sets itself up as the intermediary between programs that supply this information (such as ifup and ifdown, DHCP clients, the PPP daemon and local name servers) and programs that use this information (such as DNS caches and resolver libraries). . This package may require some manual configuration. Please read the README file for detailed instructions. Enhances: bind9, dhcpcd, dnsmasq, ifupdown, isc-dhcp-client, libc6, network-manager, nscd, pdnsd, ppp, pump, totd, udhcpc Homepage: http://alioth.debian.org/projects/resolvconf/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: resource-agents Priority: optional Section: admin Installed-Size: 1661 Maintainer: Ubuntu Developers Original-Maintainer: Debian HA Maintainers Architecture: amd64 Version: 1:3.9.2-5ubuntu4.1 Replaces: cluster-agents (<= 1:1.0.4-0ubuntu2), rgmanager (<= 3.0.12-2ubuntu4) Depends: libc6 (>= 2.4), libnet1 (>= 1.1.2.1), libplumb2 (>= 1.0.8), cluster-glue, python Conflicts: cluster-agents (<= 1:1.0.4-0ubuntu2), rgmanager (<= 3.0.12-2ubuntu4) Filename: pool/main/resource-agents_3.9.2-5ubuntu4.1_amd64.deb Size: 498792 MD5Sum: 5fd0cc6bb351c511ba10af049fae9939 SHA1: 13bd686f8fc3c0c1f3c99039e91b7fb74829a0de SHA256: a748423ef8c8eb35207cae438a881890546cb059908d94627ba3bafd6604f17d SHA512: edd45efa2e709f0069cc61094609153e8e1c1d015de5e616605989ec2c21ce4af8c94319bf7475b10df66f0f3e1a21e37d21bade246e0dc7ac75fbff8873de19 Description: Cluster Resource Agents The Cluster Resource Agents are a set of scripts to interface with several services to operate in a High Availability environment for both Pacemaker and rgmanager resource managers. Homepage: https://github.com/ClusterLabs/resource-agents Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: rlwrap Priority: optional Section: universe/editors Installed-Size: 300 Maintainer: Ubuntu Developers Original-Maintainer: Francois Marier Architecture: amd64 Version: 0.37-2 Provides: readline-editor Depends: libc6 (>= 2.4), libncurses5 (>= 5.7+20100313), libreadline6 (>= 6.0) Filename: pool/main/rlwrap_0.37-2_amd64.deb Size: 80968 MD5Sum: 8fca381b84e7205b92615d2d2f6df588 SHA1: ea227d0b53c16cec64f259e349d69073fce972f8 SHA256: 09d5d948a387f77a1f09b8ad800a73349dbcd6245f787496e0f1743df5259ea4 SHA512: 6b0a3fee5559e59b00b8c03e43e7b3e2171c1a04b2931916e69316a30817610f0e618cef6fb862b7bbd0f81b466828b2540bc06833136e8b76fe16073274195e Description: readline feature command line wrapper This package provides a small utility that uses the GNU readline library to allow the editing of keyboard input for any other command. Input history is remembered across invocations, separately for each command; history completion and search work as in bash and completion word lists can be specified on the command line. Homepage: http://utopia.knoware.nl/~hlub/uck/rlwrap/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Task: edubuntu-desktop-kde, edubuntu-desktop-gnome Package: rpcbind Priority: optional Section: net Installed-Size: 152 Maintainer: Ubuntu Developers Original-Maintainer: Anibal Monsalve Salazar Architecture: amd64 Version: 0.2.0-7ubuntu1.3 Replaces: portmap Provides: portmap Depends: libc6 (>= 2.15), libtirpc1, libwrap0 (>= 7.6-4~), upstart-job, lsb-base (>= 3.2-14), insserv (>= 1.14.0-2.1) | file-rc, initscripts (>= 2.88dsf-13.3) Pre-Depends: dpkg (>= 1.15.7.2) Conflicts: portmap Filename: pool/main/rpcbind_0.2.0-7ubuntu1.3_amd64.deb Size: 43058 MD5Sum: 11b799d1bef016f38b606fd3eb4c3391 SHA1: 5c288aa86f8fd11232d55e981d47d18666ea201b SHA256: 4617efc3f0584a7f9ef6e045318e848c74e46adb7fc4ca93d3affd526268db8e SHA512: 8ab5f8967222de3a3659c9e32f94abaf7644b295f462c3aff8d14d6d0fe85def08bd0e06febc87a05bbb330f5f2076cf08cee96b267ffaab9ea1a163eddebc16 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/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: rsync Priority: standard Section: net Installed-Size: 638 Maintainer: Ubuntu Developers Original-Maintainer: Paul Slootman Architecture: amd64 Version: 3.0.9-1ubuntu1 Depends: libacl1 (>= 2.2.51-3), libc6 (>= 2.8), libpopt0 (>= 1.16), lsb-base (>= 3.2-14), base-files (>= 4.0.1) Suggests: openssh-client, openssh-server Conflicts: duplicity (<< 0.6.11) Filename: pool/main/rsync_3.0.9-1ubuntu1_amd64.deb Size: 309686 MD5Sum: 50f22b0ac952019a71a5cac05db1f307 SHA1: e82bce77b047b14e2e0d75e21b57b1e5d41ea5ea SHA256: 99d40e079fe35687973c05073feba77b87c1ac69ace08baa08865a6ee3be3a41 SHA512: d6f198e7618b5cdd36494bbe15af0bea9a134fa1c8da9453922068260344e78660c802015ac5974ceed59b333d2c2a5556d66006981f6959cff90edf196c357b Description: fast, versatile, remote (and local) file-copying tool rsync is a fast and versatile file-copying tool which can copy locally and to/from a remote host. It offers many options to control its behaviour, and its remote-update protocol can minimize network traffic to make transferring updates between machines fast and efficient. . It is widely used for backups and mirroring and as an improved copy command for everyday use. . This package provides both the rsync command line tool and optional daemon functionality. Multi-Arch: foreign Homepage: http://rsync.samba.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-live Package: rsyslog Priority: important Section: admin Installed-Size: 1206 Maintainer: Ubuntu Developers Original-Maintainer: Michael Biebl Architecture: amd64 Version: 5.8.6-1ubuntu8.9 Provides: linux-kernel-log-daemon, system-log-daemon Depends: libc6 (>= 2.15), zlib1g (>= 1:1.1.4), upstart-job, lsb-base (>= 3.2-14), initscripts (>= 2.88dsf-13.3), adduser, ucf Recommends: logrotate Suggests: rsyslog-mysql | rsyslog-pgsql, rsyslog-doc, rsyslog-gnutls, rsyslog-gssapi, rsyslog-relp, apparmor (>= 2.3) Conflicts: linux-kernel-log-daemon, system-log-daemon Filename: pool/main/rsyslog_5.8.6-1ubuntu8.9_amd64.deb Size: 425844 MD5Sum: 800ad3c3cd294b86785049b8d409b7ce SHA1: 672bd14f1349ed392770e6b88e62febef2cf1923 SHA256: ffc69878cd1c509b370e3ac162447306a8f752cba01b973fb078b91560cebe25 SHA512: fc7d31341c4e4334cb24c1633157dcddfa3a032f98468690ee5d33f85c11954a0aebe87b0d2ef6b62ca6a8b2420889abf9b7e537b182144bb0274cfe2ce5cd46 Description: reliable system and kernel logging daemon Rsyslog is a multi-threaded implementation of syslogd (a system utility providing support for message logging), with features that include: * reliable syslog over TCP, SSL/TLS and RELP * on-demand disk buffering * email alerting * writing to MySQL or PostgreSQL databases (via separate output plugins) * permitted sender lists * filtering on any part of the syslog message * on-the-wire message compression * fine-grained output format control * failover to backup destinations * enterprise-class encrypted syslog relaying . It is the default syslogd on Debian systems. Homepage: http://www.rsyslog.com/ Original-Vcs-Browser: http://git.debian.org/?p=collab-maint/rsyslog.git;a=summary Original-Vcs-Git: git://git.debian.org/git/collab-maint/rsyslog.git Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: ruby-cstruct Priority: optional Section: ruby Installed-Size: 20 Maintainer: Debian Ruby Extras Maintainers Architecture: all Version: 1.0.1-1 Depends: ruby | ruby-interpreter Filename: pool/main/ruby-cstruct_1.0.1-1_all.deb Size: 7110 MD5Sum: 24771a071f94d49c91be341618c7bc8d SHA1: 1c822d6f892c4883e2d5af0c2eef217a549f0bc2 SHA256: 2228addfc6a8747bd89e653babed21c69108d725e34d58878843299b5e91ec38 SHA512: 95e2922af72f359e26f427321cfc4c05de2f8b83a3211d9a39a0276847b7f26e1c3568ed095d0f5b2e6a085213d4d9424adf486240969229b202743f105fdce0 Description: CStruct is a simulation of the C language's struct. Homepage: http://github.com/skandhas/cstruct Package: ruby-httpclient Priority: optional Section: universe/ruby Installed-Size: 328 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: httpclient Version: 2.3.4.1-ubuntu Depends: ruby | ruby-interpreter Filename: pool/main/ruby-httpclient_2.3.4.1-ubuntu_all.deb Size: 108846 MD5Sum: 88fddbcb89febca30a645e802ebf7754 SHA1: 32ed98e36c6f92054f1041227629a7842e0fe384 SHA256: 2ec31ce5de81827f31db15182c85cb873b24a121577635be9ee9e377eefd2692 SHA512: d163780376368ea9274212d30db9fb254512f6f15bac41e6c082b6bbc3737be22edcd8aecf14eebdadd184dde2f2b56850d84ed1244b4d51a5d6a6877cae8eeb Description: gives something like the functionality of libwww-perl (LWP) in Ruby Homepage: http://github.com/nahi/httpclient Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: ruby-i18n Priority: optional Section: universe/ruby Installed-Size: 205 Maintainer: Ubuntu Developers Original-Maintainer: Debian Ruby Extras Maintainers Architecture: all Version: 0.6.0-1 Replaces: libi18n-ruby (<< 0.6.0-1~), libi18n-ruby1.8 (<< 0.6.0-1~), libi18n-ruby1.9.1 (<< 0.6.0-1~) Provides: libi18n-ruby, libi18n-ruby1.8, libi18n-ruby1.9.1 Depends: ruby1.8 | ruby-interpreter Breaks: libi18n-ruby (<< 0.6.0-1~), libi18n-ruby1.8 (<< 0.6.0-1~), libi18n-ruby1.9.1 (<< 0.6.0-1~) Filename: pool/main/ruby-i18n_0.6.0-1_all.deb Size: 38084 MD5Sum: fe2542e8e20f96a5a2d363a196d8d09e SHA1: 7faa6287b5473b003f50265b9fc496f1e8d05dcb SHA256: 15d69090bf05cec034a661f9160de1ada377124a8be6b0b6e6e341e4feb4dae7 SHA512: 091be2455c508378bb110a6e14e86e9e2d701bb910a6cc5048122fdb1da2ddb77b8f207b081d05580b790f7511b2f07ad60d4b805a44205aad6150ca07dcd34a Description: I18n and localization solution for Ruby Implementation of the Ruby on Rails I18n core API. This is the same I18n library included in the Ruby on Rails framework, but provided outside of that framework for those who wish to use it without pulling the entire Ruby on Rails framework. Homepage: http://ruby-i18n.org/ Ruby-Versions: ruby1.8 ruby1.9.1 Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: ruby-ipaddress Priority: optional Section: universe/ruby Installed-Size: 108 Maintainer: Ubuntu Developers Original-Maintainer: Debian Ruby Extras Maintainers Architecture: all Version: 0.8.0-1 Depends: ruby | ruby-interpreter Filename: pool/main/ruby-ipaddress_0.8.0-1_all.deb Size: 26064 MD5Sum: 162f8d5cf8163b1b20a01cbb3744abde SHA1: 3019ef68884fbc56a5812d48a0d9580a9e88abdf SHA256: ca81c05119a8e47a03ad20f949caf717f2eaa46935ccdc2d91718b18563c29ff SHA512: 84918f3ba35d1d2eba169670063da8c96fd8f4aa473826a9ab79136c273cfea8d92deb5f9bf5579944683b91c5a2200423e367d140ceefee3dc61443641e19fc Description: Ruby library to manipulate IPv4/IPv6 addresses IPAddress is a Ruby library designed to make manipulation of IPv4 and IPv6 addresses both powerful and simple. It maintains a layer of compatibility with Ruby's own IPAddr, while addressing many of its issues. Homepage: http://github.com/bluemonk/ipaddress Ruby-Versions: ruby1.8 ruby1.9.1 Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: ruby-json Priority: optional Section: universe/ruby Installed-Size: 273 Maintainer: Ubuntu Developers Original-Maintainer: Debian Ruby Extras Maintainers Architecture: amd64 Version: 1.6.3-1 Replaces: libjson-ruby (<< 1.5.1-1~), libjson-ruby-doc (<< 1.5.1-1~), libjson-ruby1.8 (<< 1.5.1-1~) Provides: libjson-ruby, libjson-ruby-doc, libjson-ruby1.8 Depends: libc6 (>= 2.4), libruby1.8 (>= 1.8.7.352) | libruby1.9.1 (>= 1.9.2.0), ruby | ruby-interpreter Breaks: libjson-ruby (<< 1.5.1-1~), libjson-ruby-doc (<< 1.5.1-1~), libjson-ruby1.8 (<< 1.5.1-1~) Filename: pool/main/ruby-json_1.6.3-1_amd64.deb Size: 73332 MD5Sum: 60512a21163973f1b714dad68ee276e0 SHA1: 6f465fda576eab95263ba729069eebf0e9d45d6c SHA256: e43ec4b7300c629a02d16cd525bc13a9df6d5608c3333dba13ba041928df5be4 SHA512: 025c7e70030fd0dbd7bc0b71dbc85d560d91cc44d6daf6d21976214e2e3ca73fd74d3d92c704f1d57e4e036bbfd58e8885837fe9f3d728a28da55216cd55e909 Description: JSON library for Ruby This library implements the JSON (JavaScript Object Notation) specification in Ruby, allowing the developer to easily convert data between Ruby and JSON. You can think of it as a low fat alternative to XML, if you want to store data to disk or transmit it over a network rather than use a verbose markup language. Homepage: http://flori.github.com/json Ruby-Versions: ruby1.8 ruby1.9.1 Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: ruby-mcollective-client Priority: optional Section: ruby Installed-Size: 26 Maintainer: Debian Ruby Extras Maintainers Architecture: amd64 Version: 2.3.1-ubuntu0 Filename: pool/main/ruby-mcollective-client_2.3.1-ubuntu0_amd64.deb Size: 1994 MD5Sum: 56578131f5355ebc67bbdf36bbb5d48a SHA1: df6ea9f1b1fc8352085008d190a0c83467531054 SHA256: 48d98c20f0c637c9b31cd1d81ea94775f136fe29ffa18fb6c7383054177a91d2 SHA512: f17c0e9faa9acc75759936732673dd79d4e03cabc5da7ac1bfe1fafc807dd50fb9fd82f7e05e4d88674e7f8b76c7cc772ae2a41619ac2edb8070a4e0c700bb9e Description: Homepage: https://docs.puppetlabs.com/mcollective/ Package: ruby-mixlib-cli Priority: optional Section: ruby Installed-Size: 55 Maintainer: Debian Ruby Extras Maintainers Architecture: all Version: 1.2.2-2 Replaces: libmixlib-cli-ruby (<< 1.2.2-1~), libmixlib-cli-ruby1.8 (<< 1.2.2-1~), libmixlib-cli-ruby1.9.1 (<< 1.2.2-1~) Provides: libmixlib-cli-ruby, libmixlib-cli-ruby1.8, libmixlib-cli-ruby1.9.1 Depends: ruby | ruby-interpreter Breaks: libmixlib-cli-ruby (<< 1.2.2-1~), libmixlib-cli-ruby1.8 (<< 1.2.2-1~), libmixlib-cli-ruby1.9.1 (<< 1.2.2-1~) Filename: pool/main/ruby-mixlib-cli_1.2.2-2_all.deb Size: 5840 MD5Sum: 56afc592de3334ed161d3106095f725a SHA1: 4d2a31de131475447655579af36c6e0b3740684b SHA256: 084e6805e3ec0ccd9ffd9fcda386c029f67231add62cb7eea041016f7ba2abbc SHA512: 84649490acc1c0f01baac9154e1ff3ad1ca48e43306ecb7d6b4a46ba8a57dcbd31c0b3d03fa86c397e923585ec101fe7a205e109aff974123391f17e4e7775a8 Description: Ruby mixin for creating command line applications It provides a class based object to parse command line options. It supports long and short options, descriptions, and a number of other common features. . Mixlib::CLI provides a class-based command line option parsing object, like the one used in Chef, Ohai and Relish. Homepage: http://github.com/opscode/mixlib-cli Package: ruby-mixlib-config Priority: optional Section: universe/ruby Installed-Size: 49 Maintainer: Ubuntu Developers Original-Maintainer: Debian Ruby Extras Maintainers Architecture: all Version: 1.1.2-2 Replaces: libmixlib-config-ruby (<< 1.1.2-2~), libmixlib-config-ruby1.8 (<< 1.1.2-2~) Provides: libmixlib-config-ruby, libmixlib-config-ruby1.8 Depends: ruby | ruby-interpreter Breaks: libmixlib-config-ruby (<< 1.1.2-2~), libmixlib-config-ruby1.8 (<< 1.1.2-2~) Filename: pool/main/ruby-mixlib-config_1.1.2-2_all.deb Size: 4874 MD5Sum: 801cdb9c6da802ef3fce6b34e940ac56 SHA1: ac9506713f714e7c58ffae60f8d803e8618eddde SHA256: 038d4de7d8a2fa3c08a3839e71284a1c665057d4025379aaea0e9db10deca125 SHA512: a08877ca7f7d435b58d003bc8681a3841ff2776bc07e58afb162d367ca96a34d6e4ffd87a23fc8b3a2e2365c96965aa14c5bcf37528660c6402d117175a1aebc Description: Simple class based config mechanism for Ruby Mixlib-config provides a class based object to store and manipulate configuration values. A file can be read in to populate the object, and values can be set and read from the internal hash using methods. Homepage: https://github.com/opscode/mixlib-config Ruby-Versions: ruby1.8 ruby1.9.1 Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: ruby-mixlib-log Priority: optional Section: ruby Installed-Size: 54 Maintainer: Debian Ruby Extras Maintainers Architecture: all Version: 1.4.1-1 Replaces: libmixlib-log-ruby (<< 1.3.0-1~), libmixlib-log-ruby1.8 (<< 1.3.0-1~) Provides: libmixlib-log-ruby, libmixlib-log-ruby1.8 Depends: ruby | ruby-interpreter Breaks: libmixlib-log-ruby (<< 1.3.0-1~), libmixlib-log-ruby1.8 (<< 1.3.0-1~) Filename: pool/main/ruby-mixlib-log_1.4.1-1_all.deb Size: 5714 MD5Sum: 5faa5564de2e771191ee18a939778665 SHA1: 9113e9331b1c677f35087915fc335cd69951a8fe SHA256: fb3dfec0eecd1f8a3cdc2f9ced2c4c0589bb9268b6281249460eef801d09dd54 SHA512: b06f4ed94925732a27a0e918bc8defbc37bd6aae727c1bc1a8e5f62139ceda7bad9805d661ea485e21f0c8571c1bd6dcf45929ea78021a6f3a704c5052d225d9 Description: Simple Ruby mixin for creating a logger object Provides a class based object to provide logging. Messages can be sent at different levels such as warn or error. Logging defaults to STDOUT but can also be sent to a file with simple built in rotation. Homepage: http://github.com/opscode/mixlib-log Package: ruby-netaddr Priority: optional Section: ruby Installed-Size: 207 Maintainer: Debian Ruby Extras Maintainers Architecture: all Version: 1.5.0-1mira0 Depends: ruby | ruby-interpreter Filename: pool/main/ruby-netaddr_1.5.0-1mira0_all.deb Size: 30710 MD5Sum: 2cf67afa892c5cbd86a30727d1abe406 SHA1: 1f1bd9f2a631d75d8e59e2bae53e96cf4f377911 SHA256: fbb70c7f2beb99e130728c3348810b6021beaaee5dadede5531d8e59378848d9 SHA512: dbe6fba6fa408d7c609d666e399932688f5683a66d415bcd0ed65807704783ecd281bd407a634cc383d5f70c027839f43b804770ec971e618e01fdc94df8de50 Description: A package for manipulating network addresses. Homepage: FIXME Package: ruby-ohai Priority: optional Section: ruby Installed-Size: 359 Maintainer: Debian Ruby Extras Maintainers Architecture: all Version: 6.14.0-1 Depends: ruby | ruby-interpreter, ruby-mixlib-config, ruby-mixlib-log, ruby-systemu, ruby-yajl, ruby-mixlib-cli Filename: pool/main/ruby-ohai_6.14.0-1_all.deb Size: 60250 MD5Sum: 7dd725f9ff808164c8678a0ab4e391b2 SHA1: 658b214e055da80c3aa3066552af9e6cc77fc14b SHA256: e43602fbc08eecf4fca2086fd9ffb9d1292c7e76b8e15e7de68243eee9a63c39 SHA512: b9f585d0e4abd3a456dc0278ca1a1f5002f548ee408198b90bc410ed436c4f9bf100e94018d3051c902d7df1fc721c064e3c2a37a9caa97b561c25cafd41e7dc Description: Ohai profiles your system and emits JSON Ohai profiles your system and emits JSON Homepage: http://wiki.opscode.com/display/chef/Ohai Package: ruby-openstack Priority: optional Section: ruby Installed-Size: 178 Maintainer: Debian Ruby Extras Maintainers Architecture: all Version: 1.1.2-mira2 Depends: ruby | ruby-interpreter Filename: pool/main/ruby-openstack_1.1.2-mira2_all.deb Size: 30192 MD5Sum: baf5ac92b4a84b2d0715af2c380ac88e SHA1: 7713d416d636dafa6fe9a66b397f776b6b628262 SHA256: 24e9603ef3a64239623ca721f0cbaee0dfcb1b4c015cf0178982a7b33f523f73 SHA512: 444a86ff1d3a8b56f5b7f9feba481eb736e9e8bf788290b281dd1c8ecefe48220998dfd399ec4a2858c7d66aed7141d297a7ee0da91d59c301f5bee65e62c9a5 Description: OpenStack Ruby API API Binding for OpenStack Homepage: https://github.com/ruby-openstack/ruby-openstack Package: ruby-rethtool Priority: optional Section: ruby Installed-Size: 48 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: rethtool Version: 0.0.3-ubuntu Depends: ruby | ruby-interpreter Filename: pool/main/ruby-rethtool_0.0.3-ubuntu_all.deb Size: 4542 MD5Sum: f4e04ff939a54adac8ad3fb219cd3dbf SHA1: dc002f2d699f66a691ae9463ba1c4cb339149ad2 SHA256: 80b8544f8a401223098893d30b63ae4f84b322480ad0829a175fbf10bc502297 SHA512: 4891179dab175762143c1772e33853742c4f25cfab3b3534c80abdbbc783a08003189ea1f8c2692069228ee44c6052e2e3f1a6ba544a6aa7e8e37a9f1c4ff87b Description: Partial Ruby wrapper around the SIOCETHTOOL ioctl Homepage: http://theshed.hezmatt.org/rethtool Package: ruby-rgen Priority: optional Section: ruby Installed-Size: 409 Maintainer: Debian Ruby Extras Maintainers Architecture: all Version: 0.6.5-1puppetlabs1 Depends: ruby | ruby-interpreter Filename: pool/main/ruby-rgen_0.6.5-1puppetlabs1_all.deb Size: 81460 MD5Sum: 066fd487edaa3e0480eee699945fd15e SHA1: 0938a6a9bbe8571bf96677e74d94e0338b05fa9c SHA256: ada9e3f5b6371a0b74f330451d427183f386d15f249f7969e9e80c524137b95e SHA512: 5975bc85e5558891eaa2c616e0d052f29719e5c3371c6e0074427801f8868b9e1d974f974d8eb5773f30421b15e69e8edd788d6451f51c1c6d6f5306cfdaa435 Description: A framework supporting Model Driven Software Development (MDSD) RGen is a framework supporting Model Driven Software Development (MDSD). This means that it helps you build Metamodels, instantiate Models, modify and transform Models and finally generate arbitrary textual content from it. Homepage: http://ruby-gen.org/ Package: ruby-stomp Priority: optional Section: universe/ruby Installed-Size: 161 Maintainer: Debian Ruby Extras Maintainers Architecture: all Version: 1.2.16-1 Depends: ruby | ruby-interpreter Filename: pool/main/ruby-stomp_1.2.16-1_all.deb Size: 43386 MD5Sum: f02b8232020571c1938d57a23a8761a8 SHA1: cc83076c1b1af0f262e10a428c9588e3331b2dda SHA256: 1756a8591208389fdf760de7fbd847071faa9df2fc99ef4d4ae2b9fbcbd72a07 SHA512: a1fe76a59feeb1d153458939e4a5b3b6cc36cde312051e0e767a8ac840b961815b26da3e252a88d7dbd0424d5fce38aec8fadadcfac431222fb181e060b18807 Description: Ruby client for the stomp messaging protocol Stomp is a text-oriented wire protocol for messaging (MOM/MQ/JMS) type systems. This library provides two useful interfaces, a low- level class, Stomp::Connection, which is a basic protocol implementation, and Stomp::Client, which is designed as a higher level convenience API. Homepage: https://github.com/stompgem/stomp Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: ruby-systemu Priority: optional Section: universe/ruby Installed-Size: 57 Maintainer: Ubuntu Developers Original-Maintainer: Debian Ruby Extras Maintainers Architecture: all Version: 2.4.0-1 Replaces: libsystemu-ruby (<< 2.4.0-1~), libsystemu-ruby-doc (<< 2.4.0-1~), libsystemu-ruby1.8 (<< 2.4.0-1~), libsystemu-ruby1.9.1 (<< 2.4.0-1~) Provides: libsystemu-ruby, libsystemu-ruby-doc, libsystemu-ruby1.8, libsystemu-ruby1.9.1 Depends: ruby | ruby-interpreter Breaks: libsystemu-ruby (<< 2.4.0-1~), libsystemu-ruby-doc (<< 2.4.0-1~), libsystemu-ruby1.8 (<< 2.4.0-1~), libsystemu-ruby1.9.1 (<< 2.4.0-1~) Filename: pool/main/ruby-systemu_2.4.0-1_all.deb Size: 7794 MD5Sum: adf29265ad98f319c8b23243bab21536 SHA1: 3b683500f66cd7d5cc33875419926b950b4b0770 SHA256: d126f12ed4e28d9a04c77a5d228aeb99a23950032830ef089752a6abdaee78f2 SHA512: c8089f9d578288caa1f095413f5f92e0d03a5a2e750b63cc8bb9a80453975b1b1430b00e24a08c9059e31ce26cfb718ce2253eada6976554d882fffad7d0cc9d Description: univeral child process handling library Systemu is a ruby library to handle spawned processes in a platform independent fashion. This library will capture stdout and stderr and track child process pid. Homepage: https://github.com/ahoward/systemu Ruby-Versions: ruby1.8 ruby1.9.1 Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: ruby-yajl Priority: optional Section: universe/ruby Installed-Size: 237 Maintainer: Ubuntu Developers Original-Maintainer: Debian Ruby Extras Maintainers Architecture: amd64 Version: 1.0.0-1 Depends: libc6 (>= 2.4), libruby1.8 (>= 1.8.7.352) | libruby1.9.1 (>= 1.9.2.290), ruby | ruby-interpreter Filename: pool/main/ruby-yajl_1.0.0-1_amd64.deb Size: 61764 MD5Sum: 29ffd2d69e04b4969e54b589e781a3b6 SHA1: e5ccb0af2ffd23df361588e32116296575a00d47 SHA256: 208ba90192d9b532ce5aa87618b42cdb1e9bebc33fbe2621d500be9caa34c3e8 SHA512: d77b0e182c7d6cec9dfb4bb9a8684476f3a8a343fa084f16833845f42c522e7a3a2026d29a57463ddd0d8ac52dc18f1f564041c78bb76ceb32a4cd2c1007b9c4 Description: Ruby interface to Yajl, a JSON stream-based parser library Supported features include, . JSON parsing and encoding directly to and from an IO stream (file, socket, etc) or String. Compressed stream parsing and encoding supported for Bzip2, Gzip and Deflate. . Parse and encode *multiple* JSON objects to and from streams or strings continuously. . JSON gem compatibility API - allows yajl-ruby to be used as a drop-in replacement for the JSON gem . Basic HTTP client (only GET requests supported for now) which parses JSON directly off the response body *as it's being received* Homepage: http://github.com/brianmario/yajl-ruby Ruby-Versions: ruby1.8 ruby1.9.1 Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: ruby1.8-dev Priority: optional Section: devel Installed-Size: 2260 Maintainer: Ubuntu Developers Original-Maintainer: akira yamada Architecture: amd64 Source: ruby1.8 Version: 1.8.7.352-2ubuntu1.6 Provides: ruby-dev Depends: libruby1.8 (= 1.8.7.352-2ubuntu1.6), libc6-dev Recommends: ruby1.8 (= 1.8.7.352-2ubuntu1.6) Filename: pool/main/ruby1.8-dev_1.8.7.352-2ubuntu1.6_amd64.deb Size: 630846 MD5Sum: faddb9f0341df78a22bb18d5580f883f SHA1: edf355a203a4e1b4f7752a516a6abfe719f538f9 SHA256: 8208c00adc6399c78134a1433edd1e4f79bf17b8250caaab337d855d39605be1 SHA512: 713bb097fc7f719a5bb1d72a179153816da1f463c443ab1ff6562cbb91f336262761a9aad7e9aee6b7fae6d2db2b5507dee1c8b19c49e4902a807f16b1945275 Description: Header files for compiling extension modules for the Ruby 1.8 Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in perl). It is simple, straight-forward, and extensible. . This package contains the header files and the mkmf library, necessary to make extension library for Ruby 1.8. Homepage: http://www.ruby-lang.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 18m Package: ruby1.8 Priority: optional Section: interpreters Installed-Size: 362 Maintainer: Ubuntu Developers Original-Maintainer: akira yamada Architecture: amd64 Version: 1.8.7.352-2ubuntu1.6 Replaces: irb1.8, rdoc1.8 Provides: irb1.8, rdoc1.8, ruby, ruby-interpreter Depends: libc6 (>= 2.2.5), libruby1.8 (= 1.8.7.352-2ubuntu1.6) Suggests: ruby1.8-examples, ri1.8 Conflicts: irb1.8 (<< 1.8.7.249-3~), rdoc1.8 (<< 1.8.7.249-3~), ri (<= 4.5), ri1.8 (<< 1.8.7.334-4~), ruby (<= 4.5) Filename: pool/main/ruby1.8_1.8.7.352-2ubuntu1.6_amd64.deb Size: 34342 MD5Sum: dd8668fdbd22b44e2d0a3d366fdf26c0 SHA1: 79e5dea8893d0ea20a0659cf650ccc2ed91639fd SHA256: 89bad965f7e0fe06bd45a60f72bf38c62fb16e190f45debb266a49520bf3b1a5 SHA512: f6f166130d36616a367b5000d7d20e53969e86346b3bd95d7a0b43d76ae3178e294435cc93d1dcc50e2f4133e9e98ec7bd61732d285dea1527e6720914a11e06 Description: Interpreter of object-oriented scripting language Ruby 1.8 Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in perl). It is simple, straight-forward, and extensible. . This package provides version 1.8 series of Ruby. . On Debian, Ruby 1.8 is provided as separate packages. You can get full Ruby 1.8 distribution by installing following packages. . ruby1.8 ruby1.8-dev ri1.8 ruby1.8-examples libtcltk-ruby1.8 Homepage: http://www.ruby-lang.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: kubuntu-active Package: rubygems Priority: optional Section: interpreters Installed-Size: 3501 Maintainer: Ubuntu Developers Original-Maintainer: Daigo Moriwaki Architecture: all Version: 1.8.15-1ubuntu0.1 Replaces: rubygems-doc (<< 1.7.2-1~), rubygems1.8 (<< 1.7.2-1~) Provides: rubygems-doc, rubygems1.8 Depends: ruby1.8, ca-certificates Recommends: ruby1.8-dev, build-essential Conflicts: rubygems-doc (<< 1.7.2-1~), rubygems1.8 (<< 1.7.2-1~) Filename: pool/main/rubygems_1.8.15-1ubuntu0.1_all.deb Size: 448972 MD5Sum: 9d276831b81be82e081793ac1e02b910 SHA1: 76e550870d87fa6d797f57b9b23b3df7ebd6916b SHA256: 427a93d30b7ad400ae223d5d18d7be15aba3bdd58e906b782703538ebfb484a6 SHA512: a16dba2126789f505053f00b4852de8a81d64503cfef49fdd0cb888d87091882d19565944c0a6883c51723d92471b5e005dcc23baf91d699f19845afc40d4503 Description: package management framework for Ruby libraries/applications This is a way to package Ruby libraries/applications for distribution. RubyGems provides the ability to manage concurrent versions of libraries and dependencies between those libraries. Using RubyGems, you can: * download and install Ruby libraries easily * not worry about libraries A and B depending on different versions of library C * easily remove libraries you no longer use . This package provides Rubygems for Ruby 1.8. In Ruby 1.9.X, Rubygems is provided with the interpreter. Homepage: http://rubygems.org/ Ruby-Versions: ruby1.8 Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: ruby Priority: optional Section: interpreters Installed-Size: 36 Maintainer: Ubuntu Developers Original-Maintainer: akira yamada Architecture: all Source: ruby-defaults Version: 4.8 Replaces: irb, rdoc Provides: irb, rdoc Depends: ruby1.8 (>> 1.8.7.334-1) Suggests: ri, ruby-dev Conflicts: irb, rdoc Filename: pool/main/ruby_4.8_all.deb Size: 5054 MD5Sum: 55247c5c4791de1d41489a6ea46f7421 SHA1: 8db0c5a891c7602fbd430218bd309f608f0fdbd8 SHA256: f8fe64e8d8bf5750e2b194aa93d2f330ff13ddf6cdd0a2c3e275db0e126521d4 SHA512: 967c7654b906e16000efa643824bee4c6f8c3f23a42d80328e0e547db06d054282007fb4be80004b8d09edd7ba29a9877cb717e663af8ceb5342b65b09a2c115 Description: Transitional package for ruby1.8 This is a transitional package which ensures that users of ruby will use ruby1.8 in the future. It can safely be removed. Homepage: http://www.ruby-lang.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: sahara Priority: extra Section: python Installed-Size: 3706 Maintainer: root Architecture: all Version: 2014.2.2-fuel6.0.1~mira4 Depends: python, alembic (>= 0.6.4), python-babel (>= 1.3), python-eventlet (>= 0.15.1), python-flask (>= 0.10), python-flask (<< 1.0), python-iso8601 (>= 0.1.9), python-jsonschema (>= 2.0.0), python-jsonschema (<< 3.0.0), python-keystonemiddleware (>= 1.1.1), python-lockfile (>= 0.8), python-oslo.config (>= 1.4.0), python-oslo.messaging (>= 1.4.0), python-oslo.db (>= 1.0.0), python-oslo.i18n (>= 1.0.0), python-oslo.utils (>= 1.0.0), python-oslo.serialization (>= 1.0.0), python-paramiko (>= 1.13.0), python-pbr (>= 0.6), python-pbr (<< 0.7) | python-pbr (>> 0.7), python-pbr (<< 1.0), python-posix-ipc, python-requests (>= 2.1.0), python-requests (<< 2.2.2), python-cinderclient (>= 1:1.1.0), python-cm-api (>= 0.7), python-keystoneclient (>= 1:0.10.0), python-novaclient (>= 1:2.18.0), python-swiftclient (>= 1:2.2.0), python-neutronclient (>= 1:2.3.6), python-heatclient (>= 0.2.9), python-six (>= 1.7.0), python-stevedore (>= 1.0.0), python-sqlalchemy (>= 0.8.4), python-sqlalchemy (<< 0.8.99) | python-sqlalchemy (>> 0.9.7), python-sqlalchemy (<= 0.9.99), python-webob (>= 1.2.3) Filename: pool/main/sahara_2014.2.2-fuel6.0.1~mira4_all.deb Size: 674988 MD5Sum: 7b3ad954c60d8db7254ac07eef1e7a8d SHA1: 25958ff5a76095c9af853c0ce8aeef924b1aaaab SHA256: 85f27ec0d378c235b75160db286fc3beba55dab369b1f2124da452924d76edfe SHA512: 4917b3661c1fae5611ea37b865ac24d0355530a70b2b7630849666373750d17eb5db02214522387616220f4fa75747af0e79fe34c159259ecf8d292e40c0eb80 Description: Sahara project aims to provide users with simple means to provision a Hadoop cluster at OpenStack by specifying several parameters like Hadoop version, cluster topology, nodes hardware details and a few more. Homepage: http://mirantis.com Package: screen Priority: optional Section: misc Installed-Size: 1052 Maintainer: Ubuntu Developers Original-Maintainer: Jan Christoph Nordholz Architecture: amd64 Version: 4.0.3-14ubuntu8 Depends: libc6 (>= 2.4), libncursesw5 (>= 5.6+20070908), libpam0g (>= 0.99.7.1), dpkg (>= 1.15.4) | install-info, upstart-job Suggests: byobu Filename: pool/main/screen_4.0.3-14ubuntu8_amd64.deb Size: 611204 MD5Sum: b5e98bb56fdfc9bf9fd13e6f726c83aa SHA1: 8d3e5c5d858b4a314a66b5bc51b3a557b85ea96c SHA256: 2b6c752fc226ad6e2e32cd93f089bf2a89d51e95f6e5ff1e7ed63b0b57ff592f SHA512: af5ee22ca9cd4af73ee354d39a66b50fdacc274b89bbc5b8a43eff1faa6ce5c6f924885a22063525237e6e2c405ca8568b768406688ca434d144eec2d91103bf Description: terminal multiplexor with VT100/ANSI terminal emulation screen is a terminal multiplexor that runs several separate "screens" on a single physical character-based terminal. Each virtual terminal emulates a DEC VT100 plus several ANSI X3.64 and ISO 2022 functions. Screen sessions can be detached and resumed later on a different terminal. . Screen also supports a whole slew of other features. Some of these are: configurable input and output translation, serial port support, configurable logging, multi-user support, and utf8 charset support. Homepage: http://savannah.gnu.org/projects/screen Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: cloud-image, ubuntu-usb, server, edubuntu-usb, edubuntu-desktop-kde, edubuntu-desktop-gnome Package: scrub Priority: extra Section: universe/utils Installed-Size: 91 Maintainer: Ubuntu Developers Original-Maintainer: Chris Taylor Architecture: amd64 Version: 2.4-2build1 Depends: libc6 (>= 2.7) Filename: pool/main/scrub_2.4-2build1_amd64.deb Size: 24322 MD5Sum: 86be67b9fd8fbe9ec2bec99805e5d4ce SHA1: e89393ca5f047f99ce738c36c1170fec6151f8dc SHA256: bbb09bb59e8f72a29589bb17042d29ec18877ae08b3971574630dca23d815920 SHA512: 43f2dd754215294726ba79192c7d52c319ee5897526dad895881053f9aa612b3d196ea8882d64943711b0befc23f6a8a68a2b2f06001278bb2d5e90e8f8d4a50 Description: writes patterns on magnetic media to thwart data recovery scrub iteratively writes patterns on files or disk devices to make retrieving the data more difficult. . scrub can write patterns direct to disk, destroying any file system (preferred method), or it can write patterns on files, or on file system free space. . scrub writes NNSA NAP-14.x, DoD 5220.22-M, BSI, 35-pass gutmann, or one of several other selectable pattern sequences. . scrub operates at the POSIX system call level, thus it is portable to a wide variety of hardware platforms. However, this means it cannot do certain things like manipulate spare blocks on disks, etc.. Homepage: http://code.google.com/p/diskscrub/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: sdparm Priority: optional Section: universe/admin Installed-Size: 293 Maintainer: Ubuntu Developers Original-Maintainer: Tomas Fasth Architecture: amd64 Version: 1.06-3build1 Depends: libc6 (>= 2.7) Filename: pool/main/sdparm_1.06-3build1_amd64.deb Size: 106160 MD5Sum: 0672c3c9c05e76b31f64c18c8653a4d0 SHA1: 0ec1322c93d7021ef3eb7ba8f391809f61c0a883 SHA256: 4c08c9a114d0bb0cf1eaf66ca24cc1f5c1d5faa2f57b3f5e4c15b1c1db2fae3e SHA512: c16db3a483f252281d812e5d26b6a896f07952b3708bf009139540c3cc4abb921fc1054097dc86c0c54fced371204690d497f423be59bbdb0fad0c6f7dc7b109 Description: Output and modify SCSI device parameters The sdparm utility outputs and in some cases modifies SCSI device parameters. It can be used to output and modify parameters on any device that uses a SCSI command set. Apart from SCSI disks, such devices include CD/DVD drives (irrespective of transport), SCSI and ATAPI tape drives and SCSI enclosures. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: seabios Priority: optional Section: misc Installed-Size: 629 Maintainer: Debian QEMU Team Architecture: all Version: 1.7.4-4 Breaks: qemu-kvm (<< 0.14.0), qemu-system (<< 0.14.0) Filename: pool/main/seabios_1.7.4-4_all.deb Size: 251294 MD5Sum: 0338893d14ebd3c0acf94bcdaa596734 SHA1: 2b12167d5205c0d5ce2cacfd02b5f46c7c67a5fe SHA256: 9f05d6acaff642c1bad08d9bf43386461a4ca2da16cc4d1121f9284be43abb22 SHA512: 81e8bddc0526bf67544cb9553e627734650f790fe53b9fdc785595ed267beaf1ca75fba51d184a0fefd640de568ef03b179575b74fb42a0d05fa154ddb6bf526 Description: Legacy BIOS implementation SeaBIOS is a legacy BIOS implementation, aimed at supporting not only emulated hosts such as QEMU, but also real hardware. . Note, however, that SeaBIOS does not handle early initialization of core chipsets, so don't even think of flashing it to your board (look at Coreboot for that). Multi-Arch: foreign Homepage: http://www.seabios.org Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: sed Essential: yes Priority: required Section: utils Installed-Size: 296 Maintainer: Ubuntu Developers Original-Maintainer: Clint Adams Architecture: amd64 Version: 4.2.1-9 Depends: dpkg (>= 1.15.4) | install-info Pre-Depends: libc6 (>= 2.4), libselinux1 (>= 1.32) Filename: pool/main/sed_4.2.1-9_amd64.deb Size: 139966 MD5Sum: d5e305d648f12138a79fe2c2158fe0be SHA1: 46d337f225e618d376834a3fc3768e967e3f0f5c SHA256: 73b676dd28fc894689b67179c81eb23cda05329127d89bec7d84bed8751e5ec5 SHA512: d51e94e847f7810e17073c025de49e6ab601b33b8c4adad8e158e6b9b225bcbd70a65439bdfffa71bdf5cfa43b2ac55baa4a3baf9870d276004ff0b6aec6eb44 Description: The GNU sed stream editor sed reads the specified files or the standard input if no files are specified, makes editing changes according to a list of commands, and writes the results to the standard output. Homepage: http://www.gnu.org/software/sed/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: sensible-utils Priority: required Section: utils Installed-Size: 132 Maintainer: Ubuntu Developers Original-Maintainer: Anibal Monsalve Salazar Architecture: all Version: 0.0.6ubuntu2 Replaces: debianutils (<= 2.32.3), manpages-pl (<= 20060617-3~) Filename: pool/main/sensible-utils_0.0.6ubuntu2_all.deb Size: 8150 MD5Sum: fdc157f01187f363eaab3bd4f532d852 SHA1: cc800cdfb2f347bb065355b77ce5beebdffcca71 SHA256: 6df0b118cc13a6399279e0603202e30ded746210bca92d76450bba3a81d7d51d SHA512: e540d5a4cbf47466e74c9c9a8b23e57e44a9af84b53da437907493b310f3a1f7e7563ade16e37eee333a4eb6c5442b278127837166c9de4c4c8230400a6809d3 Description: Utilities for sensible alternative selection This package provides a number of small utilities which are used by programs to sensibly select and spawn an appropriate browser, editor, or pager. . The specific utilities included are: sensible-browser sensible-editor sensible-pager Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: sg3-utils Priority: optional Section: admin Installed-Size: 1596 Maintainer: Ubuntu Developers Original-Maintainer: Ritesh Raj Sarraf Architecture: amd64 Version: 1.33-1 Replaces: sg-utils Depends: libc6 (>= 2.14), libsgutils2-2 (>= 1.30) Conflicts: cdwrite, sg-utils Filename: pool/main/sg3-utils_1.33-1_amd64.deb Size: 614098 MD5Sum: ec9d42f9bad4714ca7b03346d1441d65 SHA1: 73f1832725833bdf39a564d95a63d7aa46840106 SHA256: 268bce6e1885ea828f24c18aef2d3bfcfb9af3c4ac7ca73f4ce9b48c27e5290a SHA512: 750b6868d5053076404a7174465f1949e193679227b276dd435c0b7c7b42b07c24d29e4e46de886d9cc7ac2d15a663534a5331e9eaefb1cf4ff86d3c858bde03 Description: utilities for devices using the SCSI command set Most OSes have SCSI pass-through interfaces that enable user space programs to send SCSI commands to a device and fetch the response. With SCSI to ATA Translation (SAT) many ATA disks now can process SCSI commands. Typically each utility in this package implements one SCSI command. See the draft standards at www.t10.org for SCSI command definitions plus SAT. ATA commands are defined in the draft standards at www.t13.org . For a mapping between supported SCSI and ATA commands and utility names in this package see the COVERAGE file. Homepage: http://sg.danny.cz/sg/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: sgml-base Priority: standard Section: text Installed-Size: 148 Maintainer: Ubuntu Developers Original-Maintainer: Debian XML/SGML Group Architecture: all Version: 1.26+nmu1ubuntu1 Suggests: sgml-base-doc Conflicts: sgml-data (<= 0.02), sgmltools-2 (<= 2.0.2-4) Filename: pool/main/sgml-base_1.26+nmu1ubuntu1_all.deb Size: 8360 MD5Sum: fa10a5dbb1eddcace2578c8bb796e175 SHA1: 101e46f705bd133cf53bad44d6a3df1efc549e97 SHA256: fd9a8084251f4adc7fc93578d94efc7083e954cb16b1f1918320279b6e7a50df SHA512: a5d79dd24db1cd1d96cdd7cba3edf92641fcbefbee3d36adcb12fca9b969321c18e8630b06c470dc921d75bd51a7612f3da29c070927d0e9f4d66e58dc51a567 Description: SGML infrastructure and SGML catalog file support This package creates the SGML infrastructure directories and provides SGML catalog file support in compliance with the current Debian SGML Policy draft: . * infrastructure directories: - /etc/sgml - /usr/share/sgml/{declaration,dtd,entities,misc,stylesheet} - /usr/share/local/sgml/{declaration,dtd,entities,misc,stylesheet} . * update-catalog(8): tool for maintaining the root SGML catalog file and the package SGML catalog files in the '/etc/sgml' directory Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: shared-mime-info Priority: optional Section: misc Installed-Size: 2504 Maintainer: Ubuntu Developers Original-Maintainer: Sebastian Dröge Architecture: amd64 Version: 1.0-0ubuntu4.1 Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.24.0), libxml2 (>= 2.7.4) Conflicts: libglib2.0-0 (<< 2.17.2), libgnomevfs2-0 (<< 1:2.24.0), tracker (<< 0.6.90) Filename: pool/main/shared-mime-info_1.0-0ubuntu4.1_amd64.deb Size: 496012 MD5Sum: 2b9dbe601229cc41fbb766b8874926ca SHA1: bdf0d055350b5bdb4cfb970ed2bb7a84d2f29391 SHA256: d6206a5af8e107b3d4c9dd3de4500a147f7ee60eb20672712b705ff558a3b0a3 SHA512: 4aa8654887821d0bf28f7112434831cef52470b6bc43937fc375e338d3d3d8c58ca001ecb48af94ac8c786e6e7c595aecce104b85d20c9a8e3d28d0d25b94d84 Description: FreeDesktop.org shared MIME database and spec This is the shared MIME-info database from the X Desktop Group. It is required by any program complying to the Shared MIME-Info Database spec, which is also included in this package. . At this time at least ROX, GNOME, KDE and XFCE use this database. Multi-Arch: foreign Homepage: http://freedesktop.org/wiki/Software/shared-mime-info Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, edubuntu-desktop-kde, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: sharutils Priority: optional Section: utils Installed-Size: 712 Maintainer: Ubuntu Developers Original-Maintainer: Santiago Vila Architecture: amd64 Version: 1:4.11-1 Depends: libc6 (>= 2.4), dpkg (>= 1.15.4) | install-info Suggests: bsd-mailx | mailx Conflicts: shar, uuencode Filename: pool/main/sharutils_4.11-1_amd64.deb Size: 141670 MD5Sum: 084b30cd794cb660a818cadaa78690c8 SHA1: cdfbcb543dc1dce0de887add2deb16e4d9328e7a SHA256: 560cd79ebaca6ee0346f93c5fd1051a2a9209e727609befed97918d55f9af093 SHA512: f5b337b4d6c84f456d9c1de1b90d49c08a0fcad3a382f02c3666131b09868c411eea56d6079470caf3e0af9e9c0ffe2ae50128c8581c3ec49d716ce702b6471d Description: shar, unshar, uuencode, uudecode `shar' makes so-called shell archives out of many files, preparing them for transmission by electronic mail services. `unshar' helps unpacking shell archives after reception. Other related utility programs help with other tasks. . `uuencode' prepares a file for transmission over an electronic channel which ignores or otherwise mangles the eight bit (high order bit) of bytes. `uudecode' does the converse transformation. Homepage: http://www.gnu.org/software/sharutils/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 18m Package: sheepdog Priority: extra Section: universe/admin Installed-Size: 209 Maintainer: Chuck Short Architecture: amd64 Version: 0.2.3-0ubuntu2 Depends: libc6 (>= 2.14), libcfg4 (>= 1.4.4), libcpg4 (>= 1.4.4), upstart-job, corosync Filename: pool/main/sheepdog_0.2.3-0ubuntu2_amd64.deb Size: 73842 MD5Sum: 6b9c651aff1cefae355bc35355dde83f SHA1: 5a8c2315045f2b99a97f73fc958e1b9cd02adfda SHA256: ee1a2faec3a5d90aaded11ddb9d2d7fa55e1c7afd7b4a5c191e73e52cb6233bd SHA512: 09c5a815de9b540de8e410cc99fc9266089402a3c168b50c15eb5a03bd27150ae3c0a0cd8713e3810166a9fa95772169fba04377ae95346c7ada6022b8bcd2e8 Description: A distributed storage system for KVM. Sheepdog is a distributed storage system for KVM. It provides highly available block level storage volumes that can be attached to KVM virtual machines. Sheepdog scales to several hundreds nodes, and supports advanced volume management features such as snapshot, cloning, and thin provisioning. Homepage: http://www.osrg.net/sheepdog/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: smitools Priority: optional Section: libs Installed-Size: 512 Maintainer: Vincent Bernat Architecture: amd64 Source: libsmi Version: 0.4.8+dfsg2-8ubuntu2 Replaces: libsmi2ldbl (<= 0.4.8+dfsg2-4) Depends: libc6 (>= 2.4), libsmi2ldbl (>= 0.4.7) Conflicts: libsmi2ldbl (<= 0.4.8+dfsg2-4) Filename: pool/main/smitools_0.4.8+dfsg2-8ubuntu2_amd64.deb Size: 217890 MD5Sum: 8729d4c5b7b30223e3b936d4c4e0a49d SHA1: bf7c535245e02f3cbc692e17e0e653adc784d0a6 SHA256: c9085bd5ccd3ac9b4eca41c96c68646107288363fad130d31cc50ea5caa80024 SHA512: a2b6ac8e3d77e97aa2b6f01efedb31959ea261dae7217de6ba2c9e40f4dc5a3e2ad1bb5a7a36de8a3dd16ce4767cf8683447f8c115e9c89ea7237749c624a2b7 Description: various tools operating on MIB module files This package includes the following tools: * smidiff: check differences between a pair of SMI or SPPI modules * smiquery: query single information from SMI MIB modules * smilint: syntax and semantic checks of SMIv1/v2 and SPPI modules * smicache: caching method for use with libsmi * smixlate: translate SMI/SPPI identifiers * smidump: dump SMI or SPPI modules in various formats . You may also be interested by smistrip which is provided by smistrip package. Homepage: http://www.ibr.cs.tu-bs.de/projects/libsmi/ Package: snmpd Priority: optional Section: net Installed-Size: 261 Maintainer: Ubuntu Developers Original-Maintainer: Net-SNMP Packaging Team Architecture: amd64 Source: net-snmp Version: 5.4.3~dfsg-2.4ubuntu1.3 Depends: libc6 (>= 2.15), libsnmp15 (>= 5.4.3~dfsg), libwrap0 (>= 7.6-4~), debconf (>= 0.5) | debconf-2.0, adduser, debconf, lsb-base (>= 3.2-13) Filename: pool/main/snmpd_5.4.3~dfsg-2.4ubuntu1.3_amd64.deb Size: 76038 MD5Sum: 2216883d3096fa6b625b782fe4c31e19 SHA1: 85884a056f7b95b060af9d325b458e7850dd0e61 SHA256: beacacd97fab68adca8fc6f24678a5c284295cbdb7ed446961d8241fc138811a SHA512: a2c2ba44e0bd8803589126365336472aa69d0e47c660f991220ad8272c9d421271aff69e6322f53055d810607e8fc974d5a5c59044601f0b0e4b23b8917b3629 Description: SNMP (Simple Network Management Protocol) agents The Simple Network Management Protocol (SNMP) provides a framework for the exchange of management information between agents (servers) and clients. . The Net-SNMP agent is a daemon which listens for incoming SNMP requests from clients and provides responses. Homepage: http://net-snmp.sourceforge.net/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: snmptt Priority: extra Section: universe/net Installed-Size: 652 Maintainer: Ubuntu Developers Original-Maintainer: Christoph Berg Architecture: all Version: 1.3-1 Depends: adduser, libconfig-inifiles-perl, libsnmp-perl, snmpd Recommends: libsys-syslog-perl Filename: pool/main/snmptt_1.3-1_all.deb Size: 130626 MD5Sum: ab252f43ea02b5081907861e2dccd8b7 SHA1: 0d6fb8642abd244b0f2962fc336e34ec4b1a766a SHA256: 70cb73ec46fe0f4783d898957e5651cc9ea5922355735c3ac6a841681e08c063 SHA512: 2d6520bb108b594bb97c4645045285a47b6c7d3902e5e823f61420b3248102d5dddb13ca2fdd7d99a723775bdb35feff6bfb90bd89a62d171ef8090b3c1514d7 Description: SNMP trap handler for use with snmptrapd SNMPTT (SNMP Trap Translator) is an SNMP trap handler written in Perl for use with the Net-SNMP / UCD-SNMP snmptrapd program (www.net-snmp.org). Homepage: http://www.snmptt.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: snmp Priority: optional Section: net Installed-Size: 498 Maintainer: Ubuntu Developers Original-Maintainer: Net-SNMP Packaging Team Architecture: amd64 Source: net-snmp Version: 5.4.3~dfsg-2.4ubuntu1.3 Depends: libc6 (>= 2.14), libsnmp15 (>= 5.4.3~dfsg), libssl1.0.0 (>= 1.0.0) Recommends: perl-modules Filename: pool/main/snmp_5.4.3~dfsg-2.4ubuntu1.3_amd64.deb Size: 160714 MD5Sum: 5ef43c229d461b09a9640bfa8d1c44d8 SHA1: ed09eb4c654df7d5ef88e0f2f3d38704e6008499 SHA256: 67a59c8db03a0c3662b1c53f5bd94001a16b7608de6c07deac2af9fdd7e2c3fd SHA512: 3a08b047971b67af8788b15cfcbb359ef5fd9696b4885aabb54a99ff4dff90070594fe52b9cc944fd17184abaca78d8a9ce7d15b605281ba8e0540cea8690f8e Description: SNMP (Simple Network Management Protocol) applications The Simple Network Management Protocol (SNMP) provides a framework for the exchange of management information between agents (servers) and clients. . The Net-SNMP applications are a collection of command line clients for issuing SNMP requests to agents. Homepage: http://net-snmp.sourceforge.net/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: socat Priority: extra Section: universe/net Installed-Size: 886 Maintainer: Ubuntu Developers Original-Maintainer: Chris Taylor Architecture: amd64 Version: 1.7.1.3-1.2 Depends: libc6 (>= 2.4), libreadline5 (>= 5.2), libssl1.0.0 (>= 1.0.0), libwrap0 (>= 7.6-4~) Filename: pool/main/socat_1.7.1.3-1.2_amd64.deb Size: 365656 MD5Sum: 82a6038a850c0b619b147b89c3122114 SHA1: 127ba6913823d4114303a1e431a732ebfcf99418 SHA256: 808af62ad963569cb73dd9ac118421de5b4d7dac3cba56c512ba58e22333bc8e SHA512: 1c2163f261b20cb02ca6f759242aa2961581538cd1f12f103ea559f76d0f99bcc5020cf97cc5404fb98daafdd3862fcce38eedbe944ebc8bad45e57e4c3bbeb2 Description: multipurpose relay for bidirectional data transfer Socat (for SOcket CAT) establishes two bidirectional byte streams and transfers data between them. Data channels may be files, pipes, devices (terminal or modem, etc.), or sockets (Unix, IPv4, IPv6, raw, UDP, TCP, SSL). It provides forking, logging and tracing, different modes for interprocess communication and many more options. . It can be used, for example, as a TCP relay (one-shot or daemon), as an external socksifier, as a shell interface to Unix sockets, as an IPv6 relay, as a netcat and rinetd replacement, to redirect TCP-oriented programs to a serial line, or to establish a relatively secure environment (su and chroot) for running client or server shell scripts inside network connections. Socat supports sctp as of 1.7.0. Homepage: http://www.dest-unreach.org/socat/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Task: edubuntu-desktop-kde, edubuntu-desktop-gnome Package: software-properties-common Priority: optional Section: admin Installed-Size: 129 Maintainer: Michael Vogt Architecture: all Source: software-properties Version: 0.82.7.7 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-gi, gir1.2-glib-2.0, python-dbus Filename: pool/main/software-properties-common_0.82.7.7_all.deb Size: 8450 MD5Sum: d76f7f18bb4ea69b7e83a40a3bb2e3d9 SHA1: 94b2ea5a4c72a2bc434efa9e91e42996b7bffd5a SHA256: 505977b98c75cc0170fdee5ac44dc99ef5d2437d9220fd74a1fc853c97d68850 SHA512: ac493d8886e50f6a10861d0de693adfa7878a6634355dd1d0819e2c5b6d9f7d0597180dc09a9156194fad79e83a45f9a869ffe44434c5df7af8df7d0ebd7c0c2 Description: manage the repositories that you install software from (common) This software provides an abstraction of the used apt repositories. It allows you to easily manage your distribution and independent software vendor software sources. . This package contains the common files for software-properties like the D-Bus backend. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: ssh-import-id Priority: extra Section: misc Installed-Size: 53 Maintainer: Dustin Kirkland Architecture: all Version: 2.10-0ubuntu1 Replaces: ssh-import Depends: wget, ca-certificates Recommends: openssh-server Breaks: ssh-import Filename: pool/main/ssh-import-id_2.10-0ubuntu1_all.deb Size: 6598 MD5Sum: af0a7080014e5c78c9d070e764a5a5c1 SHA1: 90fc4de529ac0ace121b3a9268e943b838ad6ecf SHA256: 66e318c64a43f31de71f2c02479c3977765448045df254e3b6cc9884e762b191 SHA512: 06ac02c7d2cc57695541b12c0d93dc2cdc79a23a2fb4ce293fe8b0c2c3177ddb2ff1a9ec40668575bc28aac7a6ed91da6575f4fb7afaa62c9b48c111ac4cc9e3 Description: securely retrieve an SSH public key and install it locally This utility will securely contact a public keyserver (Launchpad.net by default), retrieve one or more user's public keys, and append these to the current user's ~/.ssh/authorized_keys file. Homepage: http://launchpad.net/ssh-import-id Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: ssl-cert Priority: optional Section: utils Installed-Size: 89 Maintainer: Ubuntu Developers Original-Maintainer: Debian Apache Maintainers Architecture: all Version: 1.0.28ubuntu0.1 Depends: debconf (>= 0.5) | debconf-2.0, openssl (>= 0.9.8g-9), adduser Suggests: openssl-blacklist Filename: pool/main/ssl-cert_1.0.28ubuntu0.1_all.deb Size: 12322 MD5Sum: 06c690e53fc231c6bf54c0c4cf7f3a69 SHA1: 97ee929f7121c5104387d17749299faabce4ad05 SHA256: 7066ac5beb3c50f987a5c0b25c7a90ceb70616f40089f73a3c484d80a7d6743d SHA512: f6c214e59505e4bd899b9d2b98ed50aeeabbb5132c1e7f7518b154f22299a49f1078004732fd2602b11b16ec7f78ab19760e7eaa13d3c12464563133bca2a5f3 Description: simple debconf wrapper for OpenSSL This package enables unattended installs of packages that need to create SSL certificates. . It is a simple wrapper for OpenSSL's certificate request utility that feeds it with the correct user variables. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: strace Priority: standard Section: utils Installed-Size: 396 Maintainer: Ubuntu Developers Original-Maintainer: Frederik Schüler Architecture: amd64 Version: 4.5.20-2.3ubuntu1 Depends: libc6 (>= 2.4) Filename: pool/main/strace_4.5.20-2.3ubuntu1_amd64.deb Size: 128610 MD5Sum: 89331093e3083a7bce33183a8e5281af SHA1: d66a02d8f67918e2fd857522dad51f8063199d23 SHA256: 95be37ddd7be870c559a3b21a9f9d8b388466a9024effd5c0af237d2497d6965 SHA512: b0215c41578a4a40d22b6d25de9883caff9f084f6e8f598864d7c57b2e5e62a33de95a90f0adb403e5bf152afcd6aeafb24aa6b9911dbbfdd630a5a3703a1ee2 Description: A system call tracer strace is a system call tracer, i.e. a debugging tool which prints out a trace of all the system calls made by a another process/program. The program to be traced need not be recompiled for this, so you can use it on binaries for which you don't have source. . System calls and signals are events that happen at the user/kernel interface. A close examination of this boundary is very useful for bug isolation, sanity checking and attempting to capture race conditions. Homepage: http://sourceforge.net/projects/strace/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active Package: sudo Priority: important Section: admin Installed-Size: 996 Maintainer: Ubuntu Developers Original-Maintainer: Bdale Garbee Architecture: amd64 Version: 1.8.3p1-1ubuntu3.7 Replaces: sudo-ldap Depends: libc6 (>= 2.15), libpam0g (>= 0.99.7.1), libpam-modules Conflicts: sudo-ldap Filename: pool/main/sudo_1.8.3p1-1ubuntu3.7_amd64.deb Size: 287814 MD5Sum: d7733d96aea3c40dd34445fbcd9f429f SHA1: 7bf571dec079e1e61096e4e68e4803565200b12e SHA256: a82819817113945d9df9fd435045e4cae7d133ef0d3a8c150f350843a864d455 SHA512: 11cbe266bacbd0fe9995aca8d23c89850095cda145c99f06470b0c8aea63f7e8bdd74e03320b73c64cf2b572829424af6be9285b0a5181ea14225b5fb1dfde5b Description: Provide limited super user privileges to specific users Sudo is a program designed to allow a sysadmin to give limited root privileges to users and log root activity. The basic philosophy is to give as few privileges as possible but still allow people to get their work done. . This version is built with minimal shared library dependencies, use the sudo-ldap package instead if you need LDAP support for sudoers. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: swift-account Priority: optional Section: net Installed-Size: 44 Maintainer: Ubuntu Developers Original-Maintainer: Soren Hansen Architecture: all Source: swift Version: 2.2.0-fuel6.0.1~mira1 Replaces: swift (<< 1.13.1~rc1-0ubuntu1~) Depends: python-swift (= 2.2.0-fuel6.0.1~mira1), rsync, upstart-job, python Breaks: swift (<< 1.13.1~rc1-0ubuntu1~) Filename: pool/main/swift-account_2.2.0-fuel6.0.1~mira1_all.deb Size: 24212 MD5Sum: 933eaddd3de02645a8935239bc66dec6 SHA1: cd272a6fcb1cb41bbd4b87eae73ac218fb9e7ce1 SHA256: 490ad7675d281ff69d1370b8a408dd65cbffb2e0e7c03cb8a987cbd8ad43781e SHA512: f44c47d9a42f6dfceb92e2ba95bfd20342dfced69ab007a6655603752cad78ac78bb5102c844c0dd5fbcbdaaf08377295e1235724ff9f16cfef3a3340cfe8169 Description: distributed virtual object store - account server OpenStack Object Storage (code-named Swift) is open source software for creating redundant, scalable object storage using clusters of standardized servers to store petabytes of accessible data. It is not a file system or real-time data storage system, but rather a long-term storage system for a more permanent type of static data that can be retrieved, leveraged, and then updated if necessary. Primary examples of data that best fit this type of storage model are virtual machine images, photo storage, email storage and backup archiving. Having no central "brain" or master point of control provides greater scalability, redundancy and permanence. . Objects are written to multiple hardware devices in the data center, with the OpenStack software responsible for ensuring data replication and integrity across the cluster. Storage clusters can scale horizontally by adding new nodes. Should a node fail, OpenStack works to replicate its content from other active nodes. Because OpenStack uses software logic to ensure data replication and distribution across different devices, inexpensive commodity hard drives and servers can be used in lieu of more expensive equipment. . This package provides the swift account server. Homepage: http://launchpad.net/swift Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: swift-container Priority: optional Section: net Installed-Size: 35 Maintainer: Ubuntu Developers Original-Maintainer: Soren Hansen Architecture: all Source: swift Version: 2.2.0-fuel6.0.1~mira1 Replaces: swift (<< 1.13.1~rc1-0ubuntu1~) Depends: python-swift (= 2.2.0-fuel6.0.1~mira1), rsync, upstart-job, python Breaks: swift (<< 1.13.1~rc1-0ubuntu1~) Filename: pool/main/swift-container_2.2.0-fuel6.0.1~mira1_all.deb Size: 23806 MD5Sum: 1b2cc1040fdba44d56497e12f2d18180 SHA1: 2473bd44ba42cdd2c96cc0f77e316d8f6fe57a8c SHA256: 965c402bad9b0b285f676edd1802f16d160de59d57f39f1f493b9700cb0d5bac SHA512: b2a3227d311a805da0d7ad074a86f0f3f0205ce86d1b791e4c2dbb1f429fbd5aa90ff0041a6f3c8a0ebb4f23793f76d92e12609ad55e0331079131f055de3936 Description: distributed virtual object store - container server OpenStack Object Storage (code-named Swift) is open source software for creating redundant, scalable object storage using clusters of standardized servers to store petabytes of accessible data. It is not a file system or real-time data storage system, but rather a long-term storage system for a more permanent type of static data that can be retrieved, leveraged, and then updated if necessary. Primary examples of data that best fit this type of storage model are virtual machine images, photo storage, email storage and backup archiving. Having no central "brain" or master point of control provides greater scalability, redundancy and permanence. . Objects are written to multiple hardware devices in the data center, with the OpenStack software responsible for ensuring data replication and integrity across the cluster. Storage clusters can scale horizontally by adding new nodes. Should a node fail, OpenStack works to replicate its content from other active nodes. Because OpenStack uses software logic to ensure data replication and distribution across different devices, inexpensive commodity hard drives and servers can be used in lieu of more expensive equipment. . This package provides the swift container server. Homepage: http://launchpad.net/swift Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: swift-object Priority: optional Section: net Installed-Size: 36 Maintainer: Ubuntu Developers Original-Maintainer: Soren Hansen Architecture: all Source: swift Version: 2.2.0-fuel6.0.1~mira1 Replaces: swift (<< 1.13.1~rc1-0ubuntu1~) Depends: python-swift (= 2.2.0-fuel6.0.1~mira1), rsync, upstart-job, python Breaks: swift (<< 1.13.1~rc1-0ubuntu1~) Filename: pool/main/swift-object_2.2.0-fuel6.0.1~mira1_all.deb Size: 25508 MD5Sum: 34815277ba40fe752d000ffd0d0983df SHA1: d65cb702ce269aa606c6fa5e7ec981b7d185b09e SHA256: 2efcdaaf71bbde8d6d7b047651ef186638a3fa3cc37f994bb9786b01beca89cc SHA512: 66a498c0c630c6ec8eb40ce27935b18a4afbf944515cf56d3a461f65a504da0619d07ba0225fc37ffd4ae9286daf12f2b2a3ed5f57eeb3a2334bf6b2321f56de Description: distributed virtual object store - object server OpenStack Object Storage (code-named Swift) is open source software for creating redundant, scalable object storage using clusters of standardized servers to store petabytes of accessible data. It is not a file system or real-time data storage system, but rather a long-term storage system for a more permanent type of static data that can be retrieved, leveraged, and then updated if necessary. Primary examples of data that best fit this type of storage model are virtual machine images, photo storage, email storage and backup archiving. Having no central "brain" or master point of control provides greater scalability, redundancy and permanence. . Objects are written to multiple hardware devices in the data center, with the OpenStack software responsible for ensuring data replication and integrity across the cluster. Storage clusters can scale horizontally by adding new nodes. Should a node fail, OpenStack works to replicate its content from other active nodes. Because OpenStack uses software logic to ensure data replication and distribution across different devices, inexpensive commodity hard drives and servers can be used in lieu of more expensive equipment. . This package provides the swift object server. Homepage: http://launchpad.net/swift Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: swift-plugin-s3 Priority: extra Section: python Installed-Size: 37 Maintainer: PKG OpenStack Architecture: all Version: 1.7-2~cloud0 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-simplejson, python-swift, python-webob Pre-Depends: dpkg (>= 1.15.6~) Filename: pool/main/swift-plugin-s3_1.7-2~cloud0_all.deb Size: 10924 MD5Sum: df77998c97edac7fed83ba7e92f607e7 SHA1: dd70c93910aff4e9aa3fe28e006e1aa3dcbfe69e SHA256: 20ca37700d4e92830127f85eab983f5e93e83967b450913582bdcc2329281376 SHA512: b0daa821c75a4c65508de71bc5aad8174451c2acfaed0df7154e3b12e46d6974d6b1bf495c4e2a121941ee6135bd87d4aa6811c53562e7bd839254542ecaf78f Description: swift3 (S3 compatibility) middleware plugin for swift OpenStack Object Storage (code-named Swift) creates redundant, scalable object storage using clusters of standardized servers to store petabytes of accessible data. It is not a file system or real-time data storage system, but rather a long-term storage system for a more permanent type of static data that can be retrieved, leveraged, and then updated if necessary. Primary examples of data that best fit this type of storage model are virtual machine images, photo storage, email storage and backup archiving. Having no central "brain" or master point of control provides greater scalability, redundancy and permanence. . Objects are written to multiple hardware devices in the data center, with the OpenStack software responsible for ensuring data replication and integrity across the cluster. Storage clusters can scale horizontally by adding new nodes. Should a node fail, OpenStack works to replicate its content from other active nodes. Because OpenStack uses software logic to ensure data replication and distribution across different devices, inexpensive commodity hard drives and servers can be used in lieu of more expensive equipment. . This package provides the Swift3 Middleware plugin for OpenStack Swift, allowing access to OpenStack swift via the Amazon S3 API. Homepage: https://github.com/fujita/swift3/ Package: swift-proxy Priority: optional Section: net Installed-Size: 27 Maintainer: Ubuntu Developers Original-Maintainer: Soren Hansen Architecture: all Source: swift Version: 2.2.0-fuel6.0.1~mira1 Replaces: swift (<< 1.13.1~rc1-0ubuntu1~) Depends: python-swift (= 2.2.0-fuel6.0.1~mira1), upstart-job, python Breaks: swift (<< 1.13.1~rc1-0ubuntu1~) Filename: pool/main/swift-proxy_2.2.0-fuel6.0.1~mira1_all.deb Size: 26006 MD5Sum: 5c62995aea023c6a417f6d3ff144201d SHA1: 303f2b925f996e126c958fc13e7239bf17e2db0b SHA256: 89a2f0b0bfd619428a8ccb38170600d5c0fa994df1bed29732dbf214d8360d86 SHA512: d7cca7600323d5c59c9f6aea62d139a47768b51cb7c1d57908588bff451467545b56315ae4c8edb83e7676724469ecefaf55fa0a5e0bce82fd882394e4e43729 Description: distributed virtual object store - proxy server OpenStack Object Storage (code-named Swift) is open source software for creating redundant, scalable object storage using clusters of standardized servers to store petabytes of accessible data. It is not a file system or real-time data storage system, but rather a long-term storage system for a more permanent type of static data that can be retrieved, leveraged, and then updated if necessary. Primary examples of data that best fit this type of storage model are virtual machine images, photo storage, email storage and backup archiving. Having no central "brain" or master point of control provides greater scalability, redundancy and permanence. . Objects are written to multiple hardware devices in the data center, with the OpenStack software responsible for ensuring data replication and integrity across the cluster. Storage clusters can scale horizontally by adding new nodes. Should a node fail, OpenStack works to replicate its content from other active nodes. Because OpenStack uses software logic to ensure data replication and distribution across different devices, inexpensive commodity hard drives and servers can be used in lieu of more expensive equipment. . This package provides a proxy server on which clients can connect to store object into Swift. Homepage: http://launchpad.net/swift Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: swift Priority: optional Section: universe/net Installed-Size: 84 Maintainer: Ubuntu Developers Original-Maintainer: Soren Hansen Architecture: all Version: 2.2.0-fuel6.0.1~mira1 Replaces: swift (<< 1.6.0-0ubuntu1) Depends: python-swift (= 2.2.0-fuel6.0.1~mira1), python Suggests: swift-bench Breaks: swift (<< 1.6.0-0ubuntu1) Filename: pool/main/swift_2.2.0-fuel6.0.1~mira1_all.deb Size: 48378 MD5Sum: c27855556c82054437c2061543b01d56 SHA1: 7f872746b69c698b9ee8219d35a4c7f84eae4c20 SHA256: a1557a4d7111e834789abbee9af5425628d95ab78234e3ddb67a3ab82b498933 SHA512: fae997443811e8d5a17e13866076e539702d1eb09a2801e9ed4e207843369616640a46bab059c09df9e99086753da16acba4fc1f4141f4b56386f88bcfb252db Description: distributed virtual object store - common files OpenStack Object Storage (code-named Swift) is open source software for creating redundant, scalable object storage using clusters of standardized servers to store petabytes of accessible data. It is not a file system or real-time data storage system, but rather a long-term storage system for a more permanent type of static data that can be retrieved, leveraged, and then updated if necessary. Primary examples of data that best fit this type of storage model are virtual machine images, photo storage, email storage and backup archiving. Having no central "brain" or master point of control provides greater scalability, redundancy and permanence. . Objects are written to multiple hardware devices in the data center, with the OpenStack software responsible for ensuring data replication and integrity across the cluster. Storage clusters can scale horizontally by adding new nodes. Should a node fail, OpenStack works to replicate its content from other active nodes. Because OpenStack uses software logic to ensure data replication and distribution across different devices, inexpensive commodity hard drives and servers can be used in lieu of more expensive equipment. . . This package provides some core binaries and clients to control swift. Homepage: http://launchpad.net/swift Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: sysklogd Priority: extra Section: universe/admin Installed-Size: 228 Maintainer: Ubuntu Core Developers Original-Maintainer: Martin Schulze Architecture: amd64 Version: 1.5-6ubuntu1 Replaces: syslogd Provides: syslogd, system-log-daemon Depends: libc6 (>= 2.11), klogd | linux-kernel-log-daemon, adduser, lsb-base (>= 3.2-12ubuntu3), sysv-rc (>= 2.86.ds1-14.1ubuntu2) Conflicts: syslogd Filename: pool/main/sysklogd_1.5-6ubuntu1_amd64.deb Size: 69942 MD5Sum: a5537b0fe3c532d1653b08a4cee82bd4 SHA1: 3b6459f80cd1deded55603b5fcf3af44a3ea24a9 SHA256: ce3b3de7bfc62cf235abf8800a0f8e485f7ba264ff5e27c1ba3ca403c978f39a SHA512: 9d620c9ec80c095fe976dae4b000d65b7bebfc9cf740e17463479ac023ad46f30f8b3d8b089e189d1a875c3bed4facc31a4502ae8e4ee4f955c8f982837d002b Description: System Logging Daemon This package implements the system log daemon, which is an enhanced version of the standard Berkeley utility program. It is responsible for providing logging of messages received from programs and facilities on the local host as well as from remote hosts. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: sysstat Priority: optional Section: admin Installed-Size: 940 Maintainer: Ubuntu Developers Original-Maintainer: Robert Luberda Architecture: amd64 Version: 10.0.3-1 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: pool/main/sysstat_10.0.3-1_amd64.deb Size: 303132 MD5Sum: dd3332b91d8a3ca454eebe71416978a7 SHA1: 0b25939e6b8f0a87cb68c6a67bd45f234c498314 SHA256: 8ddfb1785367cb4279f6e1ea4707860353762ba28f4ed3fad6eb05497e7b3317 SHA512: 0773bb5975e1e3ac93599d7d81d89c3b7f86099285a8d81ff4146a8cc37069a6118f0798e75bf8a87f8aafc2f91a7685921f6fee6cd0a905a1a12e76e35f20b0 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. . 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/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: sysv-rc Priority: required Section: admin Installed-Size: 232 Maintainer: Ubuntu Core Developers Original-Maintainer: Debian sysvinit maintainers Architecture: all Source: sysvinit Version: 2.88dsf-13.10ubuntu11.1 Replaces: file-rc Depends: debconf (>= 0.5) | debconf-2.0, sysvinit-utils (>= 2.86.ds1-62), insserv (>> 1.12.0-10) Recommends: lsb-base (>= 3.2-14) Suggests: sysv-rc-conf, bum Conflicts: file-rc Breaks: initscripts (<< 2.86.ds1-63) Filename: pool/main/sysv-rc_2.88dsf-13.10ubuntu11.1_all.deb Size: 44590 MD5Sum: eeec8fe063457f57baea4f8555188dcc SHA1: b0b7e2232de578398e6665c2b6e759fba4bf8399 SHA256: d749ec72888b4bb3d74b47b6a1aa50d7008c87fd71547199d43887894a5fb73e SHA512: b975c549b93ce0b71b5ab869b67c1b827a87f5b93766335dabd8cae3f84fb729c04008e53e367a56d79dee7e28e304ffca632cc45fefac021f565a881d760a20 Description: System-V-like runlevel change mechanism This package provides support for the System-V like system for booting, changing runlevels, and shutting down, configured through symbolic links in /etc/rc?.d/. Multi-Arch: foreign Homepage: http://savannah.nongnu.org/projects/sysvinit Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: sysvinit-utils Priority: required Section: admin Installed-Size: 260 Maintainer: Ubuntu Core Developers Original-Maintainer: Debian sysvinit maintainers Architecture: amd64 Source: sysvinit Version: 2.88dsf-13.10ubuntu11.1 Replaces: last, sysvinit (<= 2.86.ds1-65) Depends: libc6 (>= 2.15), libselinux1 (>= 1.32) Recommends: upstart (>= 0.6.3-4) Suggests: sash Conflicts: chkconfig (<< 11.0-79.1-2), last, sysvconfig Filename: pool/main/sysvinit-utils_2.88dsf-13.10ubuntu11.1_amd64.deb Size: 60206 MD5Sum: cfd5512a03a32533caa786d989339443 SHA1: a95c2d1e8dbd5529362ad09baac6eb44cc1eac23 SHA256: 6be601e70852c8c7a9540b4c3bc3fd9401de93e6f881d227d0681a21b03e1763 SHA512: 1854abba75a8beae3523bc23f2723a724cefbd2913256fb09852e3f080228931cbcc41ac6a2ec1ffb1df8b96c8f8257bbde4c1b77c55bdd8b237813108841fed Description: System-V-like utilities This package contains the important System-V-like utilities. . Specifically, this package includes: killall5, last, lastb, mesg, pidof, service, sulogin Multi-Arch: foreign Homepage: http://savannah.nongnu.org/projects/sysvinit Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: tar Essential: yes Priority: required Section: utils Installed-Size: 720 Maintainer: Ubuntu Developers Original-Maintainer: Bdale Garbee Architecture: amd64 Version: 1.26-4ubuntu1 Replaces: cpio (<< 2.4.2-39) Pre-Depends: libc6 (>= 2.14) Suggests: bzip2, ncompress, xz-utils Conflicts: cpio (<= 2.4.2-38) Breaks: dpkg-dev (<< 1.14.26) Filename: pool/main/tar_1.26-4ubuntu1_amd64.deb Size: 217862 MD5Sum: a47446e905f03947ca3cff6a5098008c SHA1: a1e9f6c2c6b46469723487d98c91ad53dd3e4a0b SHA256: 7301a3ddcd1ead4966a07403af77ae86e98b32a94c97c0921f0c4640a0151578 SHA512: fce340050711e9a86e07a494ef1f174b9b4079258d10a5ff8df19a6605c9490f766412dcc8d1f8f2d6f3a8274759b0df5781f2d7f7d52eb0cd5b62bfb6e5515f Description: GNU version of the tar archiving utility Tar is a program for packaging a set of files as a single archive in tar format. The function it performs is conceptually similar to cpio, and to things like PKZIP in the DOS world. It is heavily used by the Debian package management system, and is useful for performing system backups and exchanging sets of files with others. Multi-Arch: foreign Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: tasksel-data Priority: optional Section: admin Installed-Size: 136 Maintainer: Ubuntu Installer Team Original-Maintainer: Debian Install System Team Architecture: all Source: tasksel Version: 2.88ubuntu9 Depends: tasksel Recommends: laptop-detect Conflicts: tasksel (<< 2.67) Filename: pool/main/tasksel-data_2.88ubuntu9_all.deb Size: 5484 MD5Sum: cec93ddeb36dfb0fab8d64ee7cafaf14 SHA1: 97ae5964d79a2df95a26e43eb93d1b3f886238d3 SHA256: 41834182c1d5078922cc6a112ecde3121af82aab481ca970611004dc23774547 SHA512: cf2ab0cb72dbdd7fd9649e083a7d5ac7f54beb217a53a8a2c8f18704fdffa49949ccdf7d1ee3eab41eaec4f7ea379b701c072087e67759cd9ee746d38d0bb232 Description: Official tasks used for installation of Debian systems This package contains data about the standard tasks available on a Debian system. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: tasksel Priority: optional Section: admin Installed-Size: 240 Maintainer: Ubuntu Installer Team Original-Maintainer: Debian Install System Team Architecture: all Version: 2.88ubuntu9 Depends: debconf (>= 0.5) | debconf-2.0, liblocale-gettext-perl, apt (>= 0.6.45ubuntu14), aptitude (>= 0.2.15-1), tasksel-data Pre-Depends: debconf (>= 1.5.34) | cdebconf (>= 0.106) Conflicts: base-config (<< 2.32), debconf (<< 1.4.27) Filename: pool/main/tasksel_2.88ubuntu9_all.deb Size: 31056 MD5Sum: 78d3563dc0103fb2b56d07cdc67399b5 SHA1: e502172d89fb73f7d87def33cfc3e61133fca632 SHA256: cb5c538fc8cf23ba6375be5ad7346a928f9218c37a30b32c2b4d1f396dfc7c83 SHA512: f0bb56b71daa994b3b2a097b95ce06b033a681c4147d272c7f72fdbaa2155fe8fb40fd6a018e76cd5ce2e24e473c7f70b6e9501832aeb2b73e5c033fe1a796b7 Description: Tool for selecting tasks for installation on Debian systems This package provides 'tasksel', a simple interface for users who want to configure their system to perform a specific task. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: tcpdump Priority: standard Section: net Installed-Size: 1040 Maintainer: Ubuntu Developers Original-Maintainer: Romain Francoise Architecture: amd64 Version: 4.2.1-1ubuntu2.2 Depends: libc6 (>= 2.14), libpcap0.8 (>= 1.0.0), libssl1.0.0 (>= 1.0.0) Suggests: apparmor (>= 2.3) Filename: pool/main/tcpdump_4.2.1-1ubuntu2.2_amd64.deb Size: 403814 MD5Sum: 003fb2e1ec56566491f2c4b92e77b6ca SHA1: f72c34a6a1f4f47bfce41a2870974a4b779b8ebe SHA256: 00e99309ad4d74d52059b087997f7b1b16ee97801cac7298abb91483ce8e9333 SHA512: 36b59d8d753f09054f1ba77ccbdc2f27507fd76da551abe897cd509e63cd02fdc77f7e5d76f28911f47c8f55883592deaafbbc696cdce5e48700ff065de981c9 Description: command-line network traffic analyzer This program allows you to dump the traffic on a network. tcpdump is able to examine IPv4, ICMPv4, IPv6, ICMPv6, UDP, TCP, SNMP, AFS BGP, RIP, PIM, DVMRP, IGMP, SMB, OSPF, NFS and many other packet types. . It can be used to print out the headers of packets on a network interface, filter packets that match a certain expression. You can use this tool to track down network problems, to detect attacks or to monitor network activities. Homepage: http://www.tcpdump.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active Package: tcpd Priority: optional Section: net Installed-Size: 132 Maintainer: Ubuntu Developers Original-Maintainer: Marco d'Itri Architecture: amd64 Source: tcp-wrappers Version: 7.6.q-21 Replaces: libwrap0 (<< 7.6-8) Depends: libc6 (>= 2.4), libwrap0 (>= 7.6-4~) Filename: pool/main/tcpd_7.6.q-21_amd64.deb Size: 29400 MD5Sum: 037ee959b97b541cf114b8f85441e8ed SHA1: 90539e78b0ad9921eaa585d985c047aa730f2e9d SHA256: c52bf53d1f2bf733eb0add71b32322c686a7bd396cb8893cbd89210165d90838 SHA512: 19fb2d7adab5982bf1521f9575759326f35c7aaa501821c2c85c7e34702eeab0bd010e300426cc5a9457b4255f2ca3e9b261d6459f0bbbe15a0cac1144098c8c Description: Wietse Venema's TCP wrapper utilities Wietse Venema's network logger, also known as TCPD or LOG_TCP. . These programs log the client host name of incoming telnet, ftp, rsh, rlogin, finger etc. requests. . Security options are: - access control per host, domain and/or service; - detection of host name spoofing or host address spoofing; - booby traps to implement an early-warning system. Multi-Arch: foreign Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: virt-host, ubuntu-desktop, print-server, cloud-image, ubuntu-usb, openssh-server, lamp-server, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: tcptraceroute Priority: optional Section: universe/net Installed-Size: 120 Maintainer: Ubuntu Developers Original-Maintainer: Giuseppe Iuculano Architecture: amd64 Version: 1.5beta7+debian-4 Depends: libc6 (>= 2.4), libnet1 (>= 1.1.2.1), libpcap0.8 (>= 1.0.0-1) Filename: pool/main/tcptraceroute_1.5beta7+debian-4_amd64.deb Size: 32886 MD5Sum: b4d3d41a6d67ae0dc4f70119b16a5d9d SHA1: db7b2ea852d9a8b6d0246d86fcf84e44611233f6 SHA256: 02b2eb4d0882f55c3c3466394c1c635cf28908bbb218de2c9a6c8b8bf83134d1 SHA512: a53ff4d92e9598208c1d620dd797ed15a93bc687c72e84d353220c24c315ee774ff74dd724b8524f441ea4d2d42f99a01564fc6dc9b5d2714b91acbbfe508975 Description: traceroute implementation using TCP packets The more traditional traceroute(8) sends out either UDP or ICMP ECHO packets with a TTL of one, and increments the TTL until the destination has been reached. By printing the gateways that generate ICMP time exceeded messages along the way, it is able to determine the path packets are taking to reach the destination. . The problem is that with the widespread use of firewalls on the modern Internet, many of the packets that traceroute(8) sends out end up being filtered, making it impossible to completely trace the path to the destination. However, in many cases, these firewalls will permit inbound TCP packets to specific ports that hosts sitting behind the firewall are listening for connections on. By sending out TCP SYN packets instead of UDP or ICMP ECHO packets, tcptraceroute is able to bypass the most common firewall filters. Homepage: http://michael.toren.net/code/tcptraceroute/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: telnet Priority: standard Section: net Installed-Size: 204 Maintainer: Ubuntu Developers Original-Maintainer: Alberto Gonzalez Iniesta Architecture: amd64 Source: netkit-telnet Version: 0.17-36build1 Replaces: netstd Provides: telnet-client Depends: netbase, libc6 (>= 2.11), libgcc1 (>= 1:4.1.1), libncurses5 (>= 5.6+20071006-3), libstdc++6 (>= 4.1.1) Filename: pool/main/telnet_0.17-36build1_amd64.deb Size: 72210 MD5Sum: e1925558bf8b6b3fc91db89ea27e17ef SHA1: be9b881a7415700b38232c769dc5841c5e31f551 SHA256: 0e49f944b2aab710f0f3d59416e3016a1709752874aab7c3b3b31bf94b8271b0 SHA512: bdaf262a815207f3cd6ea8b751206708058ecb4dd55fa2727fb657f26c211bf8f27104fc2f0d4df9724397485f9a25239680f8844a3fe0710be6f1d736ad3ac7 Description: The telnet client The telnet command is used for interactive communication with another host using the TELNET protocol. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active Package: tgt Priority: optional Section: net Installed-Size: 527 Maintainer: Ubuntu Developers Original-Maintainer: Debian Kernel Team Architecture: amd64 Version: 1:1.0.38-ubuntu1 Depends: libc6 (>= 2.15), libibverbs1 (>= 1.1.2), librados2, librbd1, librdmacm1 (>= 1.0.7), upstart-job, libconfig-general-perl, sg3-utils Filename: pool/main/tgt_1.0.38-ubuntu1_amd64.deb Size: 223082 MD5Sum: ad619c86d7a25aa5977791b4f904c957 SHA1: 46fc96510fc3683597ca7cd7bad1bdb4766e42ec SHA256: e04801b6be296d28a8370fa3ce06cdb13db991134d88d25c8c91319446e2db60 SHA512: a2727fc4de5361a961116deffb8b819e723cd0bf7bbe6dd28af97f8112f5ca31820c5211ddaa8f9104faa0dd4ad219814cd26553e1c061c14136252a250d7df6 Description: Linux SCSI target user-space tools The Linux target framework (tgt) allows a Linux system to provide SCSI devices (targets) over networked SCSI transports. . Tgt consists of kernel modules, user-space daemon, and user-space This package contains the user-space daemon and tools; a recent Linux kernel is required for the modules. . This package includes drivers for: . - FCoE (Fibre Channel over Ethernet) - iSCSI (SCSI over IP) - iSER (iSCSI over RDMA, using Infiniband) Homepage: http://stgt.berlios.de/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: time Priority: standard Section: utils Installed-Size: 148 Maintainer: Ubuntu Developers Original-Maintainer: Tollef Fog Heen Architecture: amd64 Version: 1.7-23.1 Depends: libc6 (>= 2.3.4) Filename: pool/main/time_1.7-23.1_amd64.deb Size: 30556 MD5Sum: a695029936399b0ff57ebdc15b00e19c SHA1: 18ea439a408fe91d8e5ede2fc9d7e513f38fc5c6 SHA256: b905284d55449a3cd8e22c25c6ee1a0da595865dcd625f8c6ffabff254bca007 SHA512: 427f9c530f3ad0b6419b3db4444d75c5871b7a46cb7c82d6b2d8a22b9f67fee6ebcb2a7817118a6bda2a2cf6b1b33796fcbf37d6e4606710192d75fa9055588b Description: The GNU time program for measuring cpu resource usage The `time' command runs another program, then displays information about the resources used by that program, collected by the system while the program was running. You can select which information is reported and the format in which it is shown, or have `time' save the information in a file instead of display it on the screen. . The resources that `time' can report on fall into the general categories of time, memory, I/O, and IPC calls. . The GNU version can format the output in arbitrary ways by using a printf-style format string to include various resource measurements. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active Package: tmux Priority: optional Section: admin Installed-Size: 516 Maintainer: Ubuntu Developers Original-Maintainer: Karl Ferdinand Ebert Architecture: amd64 Version: 1.6-1ubuntu1 Depends: libc6 (>= 2.14), libevent-2.0-5 (>= 2.0.16-stable), libtinfo5 Pre-Depends: dpkg (>= 1.15.7.2) Filename: pool/main/tmux_1.6-1ubuntu1_amd64.deb Size: 223608 MD5Sum: ee0571d160482d7f6616d45020c10579 SHA1: cddfecbe9ea04481ea815fca5f88b32106b66c5d SHA256: 3ccebcc7bd395f77932746d4796a1ec7446d7df0af5611f09049c5675abf2a2f SHA512: fd15917595061ba1b1843c3e87d05c41e4f66e896fdcb9cf7643252efd4c4236895c258ae78052988e4459bd70a0ed6a2a36e11967fcb5f10e8e99ec59b50e4f Description: terminal multiplexer tmux enables a number of terminals (or windows) to be accessed and controlled from a single terminal like screen. tmux runs as a server-client system. A server is created automatically when necessary and holds a number of sessions, each of which may have a number of windows linked to it. Any number of clients may connect to a session, or the server may be controlled by issuing commands with tmux. Communication takes place through a socket, by default placed in /tmp. Moreover tmux provides a consistent and well-documented command interface, with the same syntax whether used interactively, as a key binding, or from the shell. It offers a choice of vim or Emacs key layouts. Homepage: http://tmux.sourceforge.net/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: cloud-image, ubuntu-usb, server, edubuntu-usb Package: traceroute Priority: optional Section: universe/net Installed-Size: 158 Maintainer: Ubuntu Developers Original-Maintainer: Daniel Baumann Architecture: amd64 Version: 1:2.0.18-1 Depends: libc6 (>= 2.4) Filename: pool/main/traceroute_2.0.18-1_amd64.deb Size: 53146 MD5Sum: a65f7cbd31903e8fdcb6af1ab4124172 SHA1: 14aa2a392205c1035541b51dbad9696d0b544a6b SHA256: 5f89447b2e1fa4bcee3bf54f6f2088040bf2ae2890498cd3391d32836ac965b9 SHA512: 2e48490e74129f29265d693d787abf90f6d8b86db9b535e639581016aeb626f74a6d3295c8a2740394b0841f1ec964d67b98f0758a768af1be1973dc7d6ab4e3 Description: Traces the route taken by packets over an IPv4/IPv6 network The traceroute utility displays the route used by IP packets on their way to a specified network (or Internet) host. Traceroute displays the IP number and host name (if possible) of the machines along the route taken by the packets. Traceroute is used as a network debugging tool. If you're having network connectivity problems, traceroute will show you where the trouble is coming from along the route. . Install traceroute if you need a tool for diagnosing network connectivity problems. Homepage: http://traceroute.sourceforge.net/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: ttf-dejavu-core Priority: optional Section: x11 Installed-Size: 2806 Maintainer: Ubuntu Developers Original-Maintainer: Debian Fonts Task Force Architecture: all Source: ttf-dejavu Version: 2.33-2ubuntu1 Replaces: ttf-dejavu (<< 2.20-1) Conflicts: ttf-dejavu (<< 2.20-1) Filename: pool/main/ttf-dejavu-core_2.33-2ubuntu1_all.deb Size: 1551820 MD5Sum: bc7793671b5dfa91a310d0e4a083875e SHA1: 031e2a2d6f3b9d20c9d4e8310588ab6e05b6abc1 SHA256: 219c96cd3b0355f528beb7018113fa0ff817fc6db884d5fd2723e8c939ad9755 SHA512: fb8c995cc6664d0e577389771f3d4db362ddd390f262039b9efe745d990e574dc78e28f3c5ff91ce78af16222dba955f6b850c2ee25d27f91115f405da4b2663 Description: Vera font family derivate with additional characters DejaVu provides an expanded version of the Vera font family aiming for quality and broader Unicode coverage while retaining the original Vera style. DejaVu currently works towards conformance with the Multilingual European Standards (MES-1 and MES-2) for Unicode coverage. The DejaVu fonts provide serif, sans and monospaced variants. . This package only contains the sans, sans-bold, serif, serif-bold, mono and mono-bold variants. For additional variants, see the ttf-dejavu-extra package. . DejaVu fonts are intended for use on low-resolution devices (mainly computer screens) but can be used in printing as well. Multi-Arch: foreign Homepage: http://dejavu-fonts.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: ttf-liberation Priority: optional Section: fonts Installed-Size: 31 Maintainer: Ubuntu Developers Original-Maintainer: Debian Fonts Task Force Architecture: all Source: fonts-liberation Version: 1.07.0-2ubuntu0.1 Depends: fonts-liberation Filename: pool/main/ttf-liberation_1.07.0-2ubuntu0.1_all.deb Size: 2896 MD5Sum: d4190191f92c6701c2abe672c0cf512d SHA1: baa192652388c18e24104462f1b260d8e22e2c18 SHA256: 8d5195d3d2ad1ccf21c863739711c90db769649c2ea2c17683a54be7fe8d6953 SHA512: e3b0fecf68cefe857c526ded8d376340f784555eb6f9bdfadf9fe372d2535297d6ac68800d103374b9a873f02be5820e9294da7fe1cacb23019aed4f92b193cb Description: transitional dummy package This package is a dummy transitional package. It can be safely removed. Homepage: https://fedorahosted.org/liberation-fonts/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: tzdata Priority: required Section: libs Installed-Size: 1565 Maintainer: Ubuntu Developers Original-Maintainer: GNU Libc Maintainers Architecture: all Version: 2015f-0ubuntu0.12.04 Replaces: libc0.1, libc0.3, libc6, libc6.1 Provides: tzdata-wheezy Depends: debconf (>= 0.5) | debconf-2.0 Filename: pool/main/tzdata_2015f-0ubuntu0.12.04_all.deb Size: 424142 MD5Sum: f8ad6765ece4062ed356c83e7d42ef2e SHA1: 9f9aa5829ed40d1b8646995aa44136fbbdd232f7 SHA256: f91cbc3ce1e4c13cd999e0e22091222b4e47963d9f5f7fc27c20bdd2246e38ed SHA512: afab596fc12e94ea728a325f434fa20a8c3c8198be5e65436daa49f93f7e7b1ce5006333ffb0d8770cd86a33429d1661c2083b52c0762b277942d374aa1fab6c Description: time zone and daylight-saving time data This package contains data required for the implementation of standard local time for many representative locations around the globe. It is updated periodically to reflect changes made by political bodies to time zone boundaries, UTC offsets, and daylight-saving rules. Multi-Arch: foreign Homepage: http://www.iana.org/time-zones Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: ubuntu-keyring Priority: important Section: misc Installed-Size: 46 Maintainer: Michael Vogt Architecture: all Version: 2011.11.21.1 Recommends: gpgv Filename: pool/main/ubuntu-keyring_2011.11.21.1_all.deb Size: 16734 MD5Sum: 4f110e3f5092fab376eb23d9aa8b9ce4 SHA1: 14e7ffd1cf6984fbd8270320626f98c22b346a11 SHA256: c60651841ad91dcb6d44dec85dae5c0360b3893558a1de2cbedd589595a43ff4 SHA512: 5947384abe3e3e94609241c9717034730b815efabaa050d8d46945e8c1b7eee2920eb9cb0d9f0e1c4dad3e7be86f5f80acf7d4819c02b62e3a4b845f94d2863c Description: GnuPG keys of the Ubuntu archive The Ubuntu project digitally signs its Release files. This package contains the archive keys used for that. Multi-Arch: foreign Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: ubuntu-minimal Priority: important Section: metapackages Installed-Size: 57 Maintainer: Ubuntu Developers Architecture: amd64 Source: ubuntu-meta Version: 1.267.1 Depends: adduser, apt, apt-utils, bzip2, console-setup, debconf, debconf-i18n, eject, gnupg, ifupdown, initramfs-tools, iproute, iputils-ping, isc-dhcp-client, kbd, less, locales, lsb-release, makedev, mawk, module-init-tools, net-tools, netbase, netcat-openbsd, ntpdate, passwd, procps, python, resolvconf, rsyslog, sudo, tzdata, ubuntu-keyring, udev, upstart, ureadahead, vim-tiny, whiptail Filename: pool/main/ubuntu-minimal_1.267.1_amd64.deb Size: 2904 MD5Sum: 2d742031a50fd7c513a93d979c76c3b5 SHA1: f3e68fd2f3d3caaf813dc77d7e94e59a3b1b4efd SHA256: a9f13a01bba6f4c85057ba1d53cab607ea4c5ffad03f5f59146f5292396324a4 SHA512: 4ce641c734f0a853c6f01a1166cecfc3cd97311a3ccd2ead07a14aeca9f238671fee23d7279565d5d55dd19e877fb22f81ec83e9c402b5a1456ef10c1bd8fe32 Description: Minimal core of Ubuntu This package depends on all of the packages in the Ubuntu minimal system, that is a functional command-line system with the following capabilities: . - Boot - Detect hardware - Connect to a network - Install packages - Perform basic diagnostics . It is also used to help ensure proper upgrades, so it is recommended that it not be removed. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: ubuntu-standard Priority: standard Section: metapackages Installed-Size: 57 Maintainer: Ubuntu Developers Architecture: amd64 Source: ubuntu-meta Version: 1.267.1 Depends: at, busybox-static, cpio, cron, dmidecode, dnsutils, dosfstools, ed, file, ftp, hdparm, info, iptables, language-selector-common, logrotate, lshw, lsof, ltrace, man-db, memtest86+, mime-support, parted, pciutils, popularity-contest, psmisc, rsync, strace, time, usbutils, wget Recommends: apparmor, apt-transport-https, bash-completion, command-not-found, friendly-recovery, iputils-tracepath, irqbalance, manpages, mlocate, mtr-tiny, nano, ntfs-3g, openssh-client, plymouth, plymouth-theme-ubuntu-text, ppp, pppconfig, pppoeconf, tcpdump, telnet, ufw, update-manager-core, uuid-runtime Filename: pool/main/ubuntu-standard_1.267.1_amd64.deb Size: 2950 MD5Sum: a853548650cd01d5581f48f11b57ee23 SHA1: 60648deb52eea36b1d2930c7b7337382b116d6cf SHA256: f43742e10164e8b71415d1123d6fc8a02a6491b89493ef5d43593785b57f2536 SHA512: 15f81c94a3411e19c07d8e8d81b2d3e70a3ef0657e943e3e75f5cafe1cb4179a94333e904ddd7dd15fe682afd816e9d7f2af45ea006d5cfa1ee71742079f507b Description: The Ubuntu standard system This package depends on all of the packages in the Ubuntu standard system. This set of packages provides a comfortable command-line Unix-like environment. . It is also used to help ensure proper upgrades, so it is recommended that it not be removed. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active Package: ucf Priority: important Section: utils Installed-Size: 272 Maintainer: Ubuntu Developers Original-Maintainer: Manoj Srivastava Architecture: all Version: 3.0025+nmu2ubuntu1 Depends: debconf (>= 1.5.19), coreutils (>= 5.91) Filename: pool/main/ucf_3.0025+nmu2ubuntu1_all.deb Size: 54396 MD5Sum: 25126c3be67391d447ae84b47b307556 SHA1: f929c5e258ae6888e894a4d78db75b65ce33c826 SHA256: 459c65d30f48d2ac2ef157b19d7a08e298117d07260701b0e12d48b8f235dc96 SHA512: 1794654cf9a93af0872dde29777334b8b065d9565a644ce5073ae86bd0103eda3dfa43fe79b2a36690aa0279dddc5c58c6fdfe92c8ca148dcbf166683ec6b1db Description: Update Configuration File: preserve user changes to config files. Debian policy mandates that user changes to configuration files must be preserved during package upgrades. The easy way to achieve this behavior is to make the configuration file a 'conffile', in which case dpkg handles the file specially during upgrades, prompting the user as needed. . This is appropriate only if it is possible to distribute a default version that will work for most installations, although some system administrators may choose to modify it. This implies that the default version will be part of the package distribution, and must not be modified by the maintainer scripts during installation (or at any other time). . This script attempts to provide conffile-like handling for files that may not be labelled conffiles, and are not shipped in a Debian package, but handled by the postinst instead. This script allows one to maintain files in /etc, preserving user changes and in general offering the same facilities while upgrading that dpkg normally provides for 'conffiles'. . Additionally, this script provides facilities for transitioning a file that had not been provided with conffile-like protection to come under this schema, and attempts to minimize questions asked at installation time. Indeed, the transitioning facility is better than the one offered by dpkg while transitioning a file from a non-conffile to conffile status. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: udev Priority: required Section: admin Installed-Size: 1000 Maintainer: Ubuntu Developers Architecture: amd64 Version: 175-0ubuntu9.5 Depends: libacl1 (>= 2.2.51-5), libc6 (>= 2.10), libglib2.0-0 (>= 2.16.0), libselinux1 (>= 1.32), upstart-job, libudev0 (>= 175), module-init-tools (>= 3.2.1-0ubuntu3), initramfs-tools (>= 0.92bubuntu63), procps, adduser, util-linux (>> 2.15~rc2), upstart (>= 1.4-0ubuntu6) Suggests: watershed Filename: pool/main/udev_175-0ubuntu9.5_amd64.deb Size: 314010 MD5Sum: 83367938f1d6ec3fdd46de992edb99ab SHA1: c376c17c1bcb3fe561df50b69a49f1d5f95adfc6 SHA256: 958f6d07f2cea00558cfdf905679d0e207f5b02ba513463cb0ff0e112cab3982 SHA512: c10fc852f11914bb702779f106ea72732b04be39bed01dc23656cb9c473c926234dc14d7efe2af2259c7610bc7660e458868a0fe77777aea7c0831f28a12bb23 Description: rule-based device node and kernel event manager udev is a collection of tools and a daemon to manage events received from the kernel and deal with them in user-space. Primarily this involves creating and removing device nodes in /dev when hardware is discovered or removed from the system. . Events are received via kernel netlink messaged and processed according to rules in /etc/udev/rules.d and /lib/udev/rules.d, altering the name of the device node, creating additional symlinks or calling other tools and programs including those to load kernel modules and initialise the device. Multi-Arch: foreign Homepage: http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: ufw Priority: standard Section: admin Installed-Size: 678 Maintainer: Jamie Strandboge Architecture: all Version: 0.31.1-1 Depends: debconf, python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), debconf (>= 0.5) | debconf-2.0, upstart-job, iptables, ucf Suggests: rsyslog Filename: pool/main/ufw_0.31.1-1_all.deb Size: 152676 MD5Sum: 66605c87a10e57e95923efe334a0b000 SHA1: d49acfc12c7211d9200608de9d7d5c993adf2f36 SHA256: 4ae22f145a049c2174eba45136aba745aca0e790106ec84e24d163759aa8530d SHA512: b66c791a7ca232a50caab2d56938f9243803ee039dd4428b4367c1acd93226cddc7ce8f357ce01f41ee226f2225e3d08788c46735796b925189b06a73c1d658a Description: program for managing a Netfilter firewall The Uncomplicated FireWall is a front-end for iptables, to make managing a Netfilter firewall easier. It provides a command line interface with syntax similar to OpenBSD's Packet Filter. It is particularly well-suited as a host-based firewall. Homepage: https://launchpad.net/ufw Python-Version: 2.7 Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: unzip Priority: optional Section: utils Installed-Size: 377 Maintainer: Ubuntu Developers Original-Maintainer: Santiago Vila Architecture: amd64 Version: 6.0-4ubuntu2.3 Replaces: unzip-crypt (<< 5.41) Depends: libbz2-1.0, libc6 (>= 2.14) Suggests: zip Conflicts: unzip-crypt (<< 5.41) Filename: pool/main/unzip_6.0-4ubuntu2.3_amd64.deb Size: 193808 MD5Sum: 8a95627a4a9dd32de87ab625db328125 SHA1: 730d8431729e7991083efd51260da57e54fffc14 SHA256: 3c8145a446b09605298376b49760226be8e72057be47fd0fcb7077210cdefc53 SHA512: f1248b38f83df0727bc6597cb4207a938154453e16bf78a398075ce3be3f3020e853c3a952e8d114133c096104b54101fc343daf4fd4acf9205aeae371288529 Description: De-archiver for .zip files InfoZIP's unzip program. With the exception of multi-volume archives (ie, .ZIP files that are split across several disks using PKZIP's /& option), this can handle any file produced either by PKZIP, or the corresponding InfoZIP zip program. . This version supports encryption. Homepage: http://www.info-zip.org/UnZip.html Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, lubuntu-core, ubuntustudio-desktop Package: update-inetd Priority: optional Section: admin Installed-Size: 101 Maintainer: Ubuntu Developers Original-Maintainer: Serafeim Zanikolas Architecture: all Version: 4.41 Replaces: netbase (<< 4.27) Depends: debconf (>= 0.5) | debconf-2.0, libfile-temp-perl, libfile-copy-recursive-perl Breaks: netbase (<< 4.27) Filename: pool/main/update-inetd_4.41_all.deb Size: 19468 MD5Sum: 008350925d9cd96f208c80951d7eb77e SHA1: ff2a5aa9503beeaafd659b826586c8012ffdae28 SHA256: 2481a1667a0e42d89382237c5cca8c7b5258b927e25ac0ad8b98120a5e85dad2 SHA512: de083464676286b1eef6081045021b2a1f792c8c6f9dcffab908227d941552936c08b111e5dc33fa6be2e30c299649a5252e4c3d24dbf662a3d5c860158148c4 Description: inetd configuration file updater This package provides a program used by other packages to automatically update /etc/inetd.conf, the configuration file shared by all implementations of the Internet super-server. . Note that xinetd is not supported by this package. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: update-manager-core Priority: standard Section: admin Installed-Size: 1196 Maintainer: Michael Vogt Architecture: amd64 Source: update-manager Version: 1:0.156.14.13 Replaces: update-manager (<< 1:0.146.2) Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-apt (>= 0.7.13.4ubuntu3), lsb-release, python-gnupginterface Recommends: libpam-modules (>= 1.0.1-9ubuntu3) Breaks: computer-janitor (<= 1.11-0ubuntu1), update-manager (<< 1:0.146.2) Filename: pool/main/update-manager-core_0.156.14.13_amd64.deb Size: 182112 MD5Sum: 76ea41301056ce2f57f87306e4c372ac SHA1: f676622ef296fdf715f8658d4d0617167f86b8e0 SHA256: 4f7b722d1cb8be499e138dd713fe54a499809360a28e8b5979f0f403e75786f4 SHA512: 7578358de52957ed485c622ee7d3526423ad4e92e6896384a337326a7bfc6a0453505e989757036334a80ba557136b407b0094d0b9c19cd4429e038d3f4124a9 Description: manage release upgrades This is the core of update-manager and the release upgrader Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: upstart Priority: required Section: admin Installed-Size: 1020 Maintainer: James Hunt Architecture: amd64 Version: 1.5-0ubuntu7.2 Replaces: startup-tasks, system-services, sysvinit, upstart-compat-sysv, upstart-job Provides: startup-tasks, system-services, upstart-compat-sysv, upstart-job Depends: libc6 (>= 2.9), libdbus-1-3 (>= 1.2.16), libnih-dbus1 (>= 1.0.0), libnih1 (>= 1.0.0), libudev0 (>= 151), sysvinit-utils, sysv-rc, initscripts, mountall, ifupdown (>= 0.6.10ubuntu5) Suggests: python, graphviz, bash-completion Conflicts: lxcguest, startup-tasks, system-services, sysvinit, upstart-compat-sysv, upstart-job Breaks: friendly-recovery (<< 0.2.13), libc6 (<< 2.12.1-0ubuntu12) Filename: pool/main/upstart_1.5-0ubuntu7.2_amd64.deb Size: 312282 MD5Sum: a85a61505a95a8f34caf4c1261381a23 SHA1: e2dc916a443ce54317abefb48b8e6134bc2bf085 SHA256: f6b3abc108d33f21bca076c95db5d4289800da06878a9602c845a194f4d6b659 SHA512: 0f9bce3f86a4d521dbe53a50fe837be45671981e9893cb56b69c6c5d16945fc1f52ec6e74435c7a4d8f7a4e306bfd64382d3c4f158607bc166246ce007c5e8c7 Description: event-based init daemon upstart is a replacement for the /sbin/init daemon which handles starting of tasks and services during boot, stopping them during shutdown and supervising them while the system is running. Multi-Arch: foreign Homepage: http://upstart.ubuntu.com/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: ureadahead Priority: important Section: admin Installed-Size: 124 Maintainer: Scott James Remnant Architecture: amd64 Version: 0.100.0-12 Replaces: readahead Provides: readahead Depends: e2fslibs (>= 1.41.99), libblkid1 (>= 2.16), libc6 (>= 2.7), libnih1 (>= 1.0.0), upstart (>= 0.6.0) Conflicts: readahead Filename: pool/main/ureadahead_0.100.0-12_amd64.deb Size: 25654 MD5Sum: ebff14f89784823d65b143661319bb5f SHA1: 170e411708624162d918e8c85d3f55e80b966d42 SHA256: 997d8e2bb710303a21d9a7353f2d16b1fd5d880ca5190cab6dd3d59fba89bbbd SHA512: 99b12cb116bb1274f344ab66fd19e6ef4e083dbfb19b08e4aec1b605401ff86720f6a55e44180905af7d056a770ca9a69558d8b3253a88d6e791b21d779de8ae Description: Read required files in advance über-readahead is used during boot to read files in advance of when they are needed such that they are already in the page cache, improving boot performance. . Its data files are regenerated on the first boot after install, and either monthly thereafter or when packages with init scripts or configs are installed or updated. . ureadahead requires a kernel patch included in the Ubuntu kernel. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: usbutils Priority: standard Section: utils Installed-Size: 661 Maintainer: Ubuntu Developers Original-Maintainer: Aurelien Jarno Architecture: amd64 Version: 1:005-1 Depends: libc6 (>= 2.4), libusb-1.0-0 (>= 2:1.0.8), zlib1g (>= 1:1.1.4) Suggests: wget (>= 1.8.1-6) | lynx (>= 2.8.4.1b-3) Filename: pool/main/usbutils_005-1_amd64.deb Size: 217162 MD5Sum: b0c65f92b0ac1d187bbf4eeb39ac250d SHA1: 1aea2dde5e005ba4ede26c7c86f4368ab2a6fbc3 SHA256: 7cab0c5058762817dc414d79234b10d2ae99d2acf7d029459cb68f16952ac368 SHA512: 6a8a0ae7e364792ec6d829503c338d6ddafb774355b2825cc993dcadfb89138f3e67cb76e20943d5cf985db4c16fed0827cfff061068b493dfe880af083639bf Description: Linux USB utilities This package contains the lsusb utility for inspecting the devices connected to the USB bus. It shows a graphical representation of the devices that are currently plugged in, showing the topology of the USB bus. It also displays information on each individual device on the bus. . More information can be found at the Linux USB web site http://www.linux-usb.org/ . Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active Package: util-linux Essential: yes Priority: required Section: utils Installed-Size: 1559 Maintainer: Ubuntu Developers Original-Maintainer: LaMont Jones Architecture: amd64 Version: 2.20.1-1ubuntu3.1 Replaces: e2fsprogs, fdisk, fstrim, linux32, miscutils, schedutils, setterm, sparc-utils Provides: linux32, schedutils Depends: lsb-base (>= 3.0-6), tzdata (>= 2006c-2), dpkg (>= 1.15.4) | install-info, debconf (>= 0.5) | debconf-2.0, upstart-job Pre-Depends: libblkid1 (>= 2.20.1), libc6 (>= 2.15), libncurses5 (>= 5.5-5~), libselinux1 (>= 1.32), libslang2 (>= 2.0.7-1), libtinfo5, libuuid1 (>= 2.16), zlib1g (>= 1:1.1.4) Suggests: util-linux-locales, kbd | console-tools, dosfstools Conflicts: console-tools (<< 1:0.2.3-21), fdisk, fstrim, kbd (<< 1.05-3), linux32, schedutils, setterm Filename: pool/main/util-linux_2.20.1-1ubuntu3.1_amd64.deb Size: 595654 MD5Sum: a6cea4a78bb9f69ab5eb4f53eb268e21 SHA1: e629ec47d5eba29d79ab9cf070a0c34a0e514212 SHA256: 4789a2b2db6bdc0e70872c3a9768de0f0952546f371dd2f81f011212d2120176 SHA512: 5ced23a5eb627e50c459c2ff7d4ac4c326e033fae343662ea8ce9a5e0a05ab7c1e3854fc8e23feb6c36c753e4affc9ac5a8e77e96ca70977abaa5fc213f22251 Description: Miscellaneous system utilities This package contains a number of important utilities, most of which are oriented towards maintenance of your system. Some of the more important utilities included in this package allow you to partition your hard disk, view kernel messages, and create new filesystems. Multi-Arch: foreign Homepage: http://userweb.kernel.org/~kzak/util-linux/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: uuid-runtime Priority: standard Section: libs Installed-Size: 141 Maintainer: Ubuntu Developers Original-Maintainer: LaMont Jones Architecture: amd64 Source: util-linux Version: 2.20.1-1ubuntu3.1 Replaces: e2fsprogs (<= 1.40.3-1ubuntu1) Depends: passwd, libuuid1 (>= 2.20.1), libc6 (>= 2.4) Filename: pool/main/uuid-runtime_2.20.1-1ubuntu3.1_amd64.deb Size: 14140 MD5Sum: 743a7eb3e88d14cbf1cc5a15ad3e4532 SHA1: 93d6704fb83dc7eb34e6aba1682675c746b346f0 SHA256: 7ed6418ad79797e64f40b2fde39b2a2acdcd7bbf5b5a76f469c6039f4f141005 SHA512: 5d62352a5b81d73acbfdd5f8f0fad61fbb7aeca4ee5265a160ea2986ca74e27dc5cb6799aea9c7f5c29d0504b8301eab132cb2d2b49a3b3f5c74ef3b1bfa1b9f Description: runtime components for the Universally Unique ID library The libuuid library generates and parses 128-bit universally unique ids (UUIDs). A UUID is an identifier that is unique across both space and time, with respect to the space of all UUIDs. A UUID can be used for multiple purposes, from tagging objects with an extremely short lifetime, to reliably identifying very persistent objects across a network. . See RFC 4122 for more information. . This package contains the uuidgen program and the uuidd daemon. . The uuidd daemon is used to generate UUIDs, especially time-based UUID’s, in a secure and guaranteed-unique fashion, even in the face of large numbers of threads trying to grab UUID’s running on different CPU’s. It is used by libuuid as well as the uuidgen program. Multi-Arch: foreign Homepage: http://userweb.kernel.org/~kzak/util-linux/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active Package: vbetool Priority: optional Section: utils Installed-Size: 64 Maintainer: Ubuntu Developers Original-Maintainer: Bradley Smith Architecture: amd64 Version: 1.1-2ubuntu1 Depends: libc6 (>= 2.4), libpci3 (>= 1:3.1.7), libx86-1 (>= 0.99-1) Filename: pool/main/vbetool_1.1-2ubuntu1_amd64.deb Size: 11450 MD5Sum: b0a625e3d3de6fc3afa590cc698d0ca8 SHA1: af05c070c850b086c1c64a779f14339bcdf8c5f5 SHA256: 4ef13f86d902c6f00291c2b852614acbabbae5ca6bbd8d950f104680d113a2d3 SHA512: b1d6e9b88690aa7dd84e6d5860fbbd99dceefcc771cd92c60a84c2388190b381ee38ca591a1ea3b8fb02e48b1fbc9492415b1f38f257e1c17e0bd4152115e9ca Description: run real-mode video BIOS code to alter hardware state vbetool uses lrmi in order to run code from the video BIOS. Currently, it is able to alter DPMS states, save/restore video card state and attempt to initialize the video card from scratch. Homepage: http://www.codon.org.uk/~mjg59/vbetool/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-active-desktop, kubuntu-active, edubuntu-desktop, edubuntu-usb, xubuntu-desktop, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, lubuntu-core, ubuntustudio-desktop Package: vgabios Priority: extra Section: misc Installed-Size: 329 Maintainer: Ubuntu Developers Original-Maintainer: Debian QEMU Team Architecture: all Version: 0.7a-3ubuntu2~cloud1 Conflicts: bochs (<< 2.1.1+20040903-1) Filename: pool/main/vgabios_0.7a-3ubuntu2~cloud1_all.deb Size: 138696 MD5Sum: 548394b33d944e61f4f78c24a9ad78e7 SHA1: ecaba44612e615544d4e86451b6aaa44bf2e7fdf SHA256: 8e9ce1ec9656e2b1064ba9d652c8c255d416e240508816e027d56dbe293e7417 SHA512: f11f9a60cf2cf66bcdb67600cdee20a7625b9ff9c74045c28f9524f6f1138fe25855264f5f299a5a41ced241b37cb5529269a17640dcf620cfe09f8f31a1f9a0 Description: VGA BIOS software for the Bochs and Qemu emulated VGA card The goal of this project is to provide a Video BIOS for Bochs and Qemu. This VGA BIOS is very specific to the bochs/qemu emulated VGA card. . WARNING: It is NOT meant to drive a physical vga card. You will probably fry it if you try. You have been warned. Homepage: http://savannah.nongnu.org/projects/vgabios/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: vim-common Priority: important Section: editors Installed-Size: 295 Maintainer: Ubuntu Developers Original-Maintainer: Debian Vim Maintainers Architecture: amd64 Source: vim Version: 2:7.3.429-2ubuntu2.1 Depends: libc6 (>= 2.3.4) Recommends: vim | vim-gnome | vim-gtk | vim-athena | vim-nox | vim-tiny Filename: pool/main/vim-common_7.3.429-2ubuntu2.1_amd64.deb Size: 86498 MD5Sum: 04d490c4ac6f279ff9caca4fa9ae928c SHA1: 4bc0f15b30d81e07c4a037394b54e2cec939f359 SHA256: feb484d1a1cee7c6d81e4878303c758a3a9adb9c0c26459447449ed94ed7d91d SHA512: 2c2073b9c8cef6bda73261e92dc6dde662cf56a3c326dc6fad7bae54cd1925641ce0fbe46d31f4e6a3e6a6acd230b72700b36692ad5398db981e794a3601a9c1 Description: Vi IMproved - Common files Vim is an almost compatible version of the UNIX editor Vi. . Many new features have been added: multi level undo, syntax highlighting, command line history, on-line help, filename completion, block operations, folding, Unicode support, etc. . This package contains files shared by all non GUI-enabled vim variants (vim and vim-tiny currently) available in Debian. Examples of such shared files are: manpages, common executables like xxd, and configuration files. Homepage: http://www.vim.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: vim-runtime Priority: optional Section: editors Installed-Size: 22306 Maintainer: Ubuntu Developers Original-Maintainer: Debian Vim Maintainers Architecture: all Source: vim Version: 2:7.3.429-2ubuntu2.1 Recommends: vim | vim-gnome | vim-gtk | vim-athena | vim-nox | vim-tiny Breaks: vim-tiny (<< 2:7.3.429-2ubuntu2.1) Filename: pool/main/vim-runtime_7.3.429-2ubuntu2.1_all.deb Size: 6276884 MD5Sum: a208d24429fa78d2283ca66f2d33adb9 SHA1: 5d0f79e73e1dada92962a6d606a0a6572ba18c2c SHA256: 0aba2785c6f750737edeeeb6d45b794a3b75156267f4bc711501250ee22eb972 SHA512: 7156b1bc66fa240deda0cdd0435f7097927680412d7542ab0a19e245771ea4db3fdccb88c71fcfb74d9be59008056b70159be7d426d32277311d90f929fe8d8a Description: Vi IMproved - Runtime files Vim is an almost compatible version of the UNIX editor Vi. . Many new features have been added: multi level undo, syntax highlighting, command line history, on-line help, filename completion, block operations, folding, Unicode support, etc. . This package contains vimtutor and the architecture independent runtime files, used, if available, by all vim variants available in Debian. Example of such runtime files are: online documentation, rules for language-specific syntax highlighting and indentation, color schemes, and standard plugins. Enhances: vim-tiny Homepage: http://www.vim.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: vim-tiny Priority: important Section: editors Installed-Size: 826 Maintainer: Ubuntu Developers Original-Maintainer: Debian Vim Maintainers Architecture: amd64 Source: vim Version: 2:7.3.429-2ubuntu2.1 Provides: editor Depends: vim-common (= 2:7.3.429-2ubuntu2.1), libc6 (>= 2.15), libselinux1 (>= 1.32), libtinfo5 Suggests: indent Filename: pool/main/vim-tiny_7.3.429-2ubuntu2.1_amd64.deb Size: 410888 MD5Sum: 41feb00b37d4fa6217955d375f08c2a1 SHA1: dfb7edd8e0c8a8171e3b046040b78a9435ee2f6a SHA256: 6bcb05b4f9ba06eeb6a3ea451e9c00729dce645f237a25ca9518777ee353a732 SHA512: 58c36efb81a7b4ed42a4d0e82f20308710944601f5408b1fc53e2ef6a6129e7565a4b289756f290d772fddc1402fa7c682e4a9946ad90e5524653be59c01dfec Description: Vi IMproved - enhanced vi editor - compact version Vim is an almost compatible version of the UNIX editor Vi. . Many new features have been added: multi level undo, syntax highlighting, command line history, on-line help, filename completion, block operations, folding, Unicode support, etc. . This package contains a minimal version of vim compiled with no GUI and a small subset of features in order to keep small the package size. This package does not depend on the vim-runtime package, but installing it you will get its additional benefits (online documentation, plugins, ...). Homepage: http://www.vim.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: vim Priority: optional Section: editors Installed-Size: 2013 Maintainer: Ubuntu Developers Original-Maintainer: Debian Vim Maintainers Architecture: amd64 Version: 2:7.3.429-2ubuntu2.1 Provides: editor Depends: vim-common (= 2:7.3.429-2ubuntu2.1), vim-runtime (= 2:7.3.429-2ubuntu2.1), libacl1 (>= 2.2.51-5), libc6 (>= 2.15), libgpm2 (>= 1.20.4), libpython2.7 (>= 2.7), libselinux1 (>= 1.32), libtinfo5 Suggests: ctags, vim-doc, vim-scripts Filename: pool/main/vim_7.3.429-2ubuntu2.1_amd64.deb Size: 1048020 MD5Sum: a97d345324a1d673da8a34609767a3f7 SHA1: 13f284ec5e96e9904ba5e5520c5ac59f5737b14e SHA256: 86e86f71ade6e324b600269ff89c8eb03e8ada5f4ca22cec8e57edc5696dc35c SHA512: 2d5b84f40afc32a72a6e3e529dc3988862755083a9dc675a6816c76afecd9dcadd47c319f1c288acb004f614210ebee41a8122d4530b25c59049d0c9d71ffa7d Description: Vi IMproved - enhanced vi editor Vim is an almost compatible version of the UNIX editor Vi. . Many new features have been added: multi level undo, syntax highlighting, command line history, on-line help, filename completion, block operations, folding, Unicode support, etc. . This package contains a version of vim compiled with a rather standard set of features. This package does not provide a GUI version of Vim. See the other vim-* packages if you need more (or less). Homepage: http://www.vim.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: cloud-image, ubuntu-usb, server, edubuntu-usb, edubuntu-desktop-kde, edubuntu-desktop-gnome Package: virt-what Priority: extra Section: universe/admin Installed-Size: 76 Maintainer: Ubuntu Developers Original-Maintainer: Debian Libvirt Maintainers Architecture: amd64 Version: 1.11-1 Depends: libc6 (>= 2.4), dmidecode Filename: pool/main/virt-what_1.11-1_amd64.deb Size: 12894 MD5Sum: 76fc052bf3bfef3d0fe66f6145decdb6 SHA1: 80c2f0a28b0be413681288a8f854f13268fea9cb SHA256: 406d66c12d6d412b594e3be455603ff9d5c5659c926f4ef4c9d54418e186bbfe SHA512: d074b0acd410717ae1020da0642487f6d8ac7e3c8eaf1655fa45820520fb328c3ed070f4a9095ebb729a38443592b78b078a8a4442098bdb9fed3d7ea128e1a8 Description: detect if we are running in a virtual machine Virt-what is a shell script which can be used to detect if the program is running in a virtual machine. . The program prints out a list of "facts" about the virtual machine, derived from heuristics. One fact is printed per line. Homepage: http://et.redhat.com/~rjones/virt-what Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: vlan Priority: extra Section: misc Installed-Size: 159 Maintainer: Ubuntu Developers Original-Maintainer: Ard van Breemen Architecture: amd64 Version: 1.9-3ubuntu6 Depends: libc6 (>= 2.4), iproute Filename: pool/main/vlan_1.9-3ubuntu6_amd64.deb Size: 35204 MD5Sum: f24cde3b4754d7facb594561707f9c90 SHA1: 54799866bb927f03753550b1e34d746f8d0424b1 SHA256: 5459a80f9f1fa0cad21e78cbdea5c67c8444bc502a2a928206002f8030d32060 SHA512: e8f35fda8a3acf1bbb009a40f47a66a8bd8ec03f8e043d03d5d981f23db58ca0a8856c766e507a49e59f6c7363ed629f22a30c3dcc619450dedd956aebcf33b7 Description: user mode programs to enable VLANs on your ethernet devices This package contains the user mode programs you need to add and remove VLAN devices from your ethernet devices. . A typical application for a VLAN enabled box is a single wire firewall, router or load balancer. . You need a VLAN Linux kernel for this. Linux kernel versions >= 2.4.14 have VLAN support. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: watershed Priority: extra Section: admin Installed-Size: 61 Maintainer: Scott James Remnant Architecture: amd64 Version: 6 Replaces: udev (<< 135-1) Depends: libc6 (>= 2.8), initramfs-tools Recommends: udev Filename: pool/main/watershed_6_amd64.deb Size: 11798 MD5Sum: 64805d94bb3199d8af9c7e966e78692f SHA1: f4d05fda5e30401bd148db9ce44e3a407149d965 SHA256: 6041099d3b74d357489847d15f917df9e7d7008b1eb20490f81a0b6c98d3f49d SHA512: 4bcf6e49e55fb9355ffd4dc65254e30ee100ccdd02f3658730b7d9f1d1df49bb08b4b6ca8c239b6fc7c56ee3210c17b4d2a052d14140c8f9ad365837bce40ae5 Description: reduce superfluous executions of idempotent command watershed may be run around a command such that any further attempts to run the command while another copy is running will only result in one initial further attempt. Enhances: udev Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: wdiff Priority: optional Section: text Installed-Size: 264 Maintainer: Ubuntu Developers Original-Maintainer: Santiago Vila Architecture: amd64 Version: 0.6.5-1 Depends: libc6 (>= 2.11), libncurses5 (>= 5.5-5~), dpkg (>= 1.15.4) | install-info Filename: pool/main/wdiff_0.6.5-1_amd64.deb Size: 78824 MD5Sum: 322c76617b4cd7b0a9acf91e06a1188c SHA1: 4c3217819da3582c6a13b557806b2104353df125 SHA256: 6234a87f3ffd89d1bf726385276a6dfa90dc2af22c0271b0a293c6e8fadab8fd SHA512: b1c21f59541f2b70d7a603427dfcf0d8697d772049d2230f83d02e2fef0d3ad9a5ccdaa5a121a6d17cb03b1aa1c663f2f1aabb7da93adea5500b115385a9d4c8 Description: Compares two files word by word `wdiff' is a front-end to GNU `diff'. It compares two files, finding which words have been deleted or added to the first in order to create the second. It has many output formats and interacts well with terminals and pagers (notably with `less'). `wdiff' is particularly useful when two texts differ only by a few words and paragraphs have been refilled. Homepage: http://www.gnu.org/software/wdiff/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: websockify Priority: optional Section: python Installed-Size: 114 Maintainer: PKG OpenStack Architecture: amd64 Version: 0.6.0+dfsg1-1 Replaces: novnc (<< 1:0.4+dfsg+1-6) Depends: python-numpy, python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), libc6 (>= 2.4) Pre-Depends: dpkg (>= 1.15.6~) Breaks: novnc (<< 1:0.4+dfsg+1-6) Filename: pool/main/websockify_0.6.0+dfsg1-1_amd64.deb Size: 37276 MD5Sum: 0d2c8324d1f40f49439770b5dfcfb8d5 SHA1: 1d8515374014e75f2468ae0e31057cff89ae1986 SHA256: 29558728814de8bdee5f1ea2567647daf1ab4582ade5341c47032072c2526082 SHA512: 1381fc37bab5422c9f24d4c22fa8573d96fa7e5cfd4017d63cf1c4d39b7a44b2c49bbfaf4e7b019469984a4f67b1c1ab5f8bd5d846905d1659f66c7bfece2924 Description: WebSockets support for any application/server websockify was formerly named wsproxy and was part of the noVNC project. . At the most basic level, websockify just translates WebSockets traffic to normal socket traffic. Websockify accepts the WebSockets handshake, parses it, and then begins forwarding traffic between the client and the target in both directions. . Websockify supports all versions of the WebSockets protocol (Hixie and HyBi). The older Hixie versions of the protocol only support UTF-8 text payloads. In order to transport binary data over UTF-8 an encoding must used to encapsulate the data within UTF-8. . With Hixie clients, Websockify uses base64 to encode all traffic to and from the client. This does not affect the data between websockify and the server. . With HyBi clients, websockify negotiates whether to base64 encode traffic to and from the client via the subprotocol header (Sec-WebSocket-Protocol). The valid subprotocol values are 'binary' and 'base64' and if the client sends both then the server (the Python implementation) will prefer 'binary'. The 'binary' subprotocol indicates that the data will be sent raw using binary WebSocket frames. Some HyBi clients (such as the Flash fallback and older Chrome and iOS versions) do not support binary data which is why the negotiation is necessary. Homepage: https://pypi.python.org/pypi/websockify Package: wget Priority: standard Section: web Installed-Size: 596 Maintainer: Ubuntu Developers Original-Maintainer: Noël Köthe Architecture: amd64 Version: 1.13.4-2ubuntu1.2 Depends: libc6 (>= 2.15), libidn11 (>= 1.13), libssl1.0.0 (>= 1.0.0), dpkg (>= 1.15.4) | install-info Conflicts: wget-ssl Filename: pool/main/wget_1.13.4-2ubuntu1.2_amd64.deb Size: 279794 MD5Sum: 16606c96cf30e279cda61053c0d5934c SHA1: b1f216568fe4471e11be0595c1f17ddf6ae9b87a SHA256: 14e828aa7221c3a92f48beaf12b1329ad6216be7bdfa3bcbf4bf3f4b0bd3c176 SHA512: eced7abd3251021d572d4e526f5ae0d62b14230e56d7bd4a1c6d1905ff2c8b3125c9b0f95e1f1dc08daf6a1761c3076caf177e8fbe7ecbd71ff8a4b4501f286b 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/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: whiptail Priority: important Section: utils Installed-Size: 91 Maintainer: Ubuntu Developers Original-Maintainer: Alastair McKinstry Architecture: amd64 Source: newt Version: 0.52.11-2ubuntu10 Replaces: newt0.10, newt0.21 (<< 0.21-4), whiptail-utf8 Provides: whiptail-provider, whiptail-utf8 Depends: libc6 (>= 2.14), libnewt0.52 (>= 0.52.11), libpopt0 (>= 1.14), libslang2 (>= 2.0.7-1) Conflicts: whiptail-provider Filename: pool/main/whiptail_0.52.11-2ubuntu10_amd64.deb Size: 26090 MD5Sum: 55f3725e58feb2565b327161e5ab0ed4 SHA1: e8e6f46cf5461f26b1e3d8c4e1a6f7e7c4edfcc9 SHA256: 44183e06857732f1888306c1473455514d7f0c6f164d761c99f08c479bc565ab SHA512: 880e4ee4c17dd7482143c13b927a8c26a3664cb0e8450d6212c3701bf4478e5e3407a621a56e081dc1b22f37c2f927a4ef5edea62fab6d47b5010870f98b8ebc Description: Displays user-friendly dialog boxes from shell scripts Whiptail is a "dialog" replacement using newt instead of ncurses. It provides a method of displaying several different types of dialog boxes from shell scripts. This allows a developer of a script to interact with the user in a much friendlier manner. Homepage: https://fedorahosted.org/newt/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: wireless-regdb Priority: optional Section: net Installed-Size: 52 Maintainer: Ubuntu Developers Original-Maintainer: Ben Hutchings Architecture: all Version: 2011.04.28-1ubuntu3 Suggests: crda Filename: pool/main/wireless-regdb_2011.04.28-1ubuntu3_all.deb Size: 6164 MD5Sum: 596f9c646a8c4ebf6be263c99596a3c4 SHA1: 4782c37427595d0712695a939e84280ff69acb2c SHA256: bc0c78165d91e64b5b6441d94a7e49b20f8c807107a4f01af39c0fa826482aa5 SHA512: 885d636d5f4f391715db90f46c0ce97ffba51e2a77df2b3596837135a31f774533f894df0d22f48def3a38930f722a86f9be06ccf32323f0bf7f175059de4c80 Description: wireless regulatory database This package contains the wireless regulatory database used by the Central Regulatory Database Agent (CRDA) to configure wireless devices to operate within the radio spectrum allowed in the local jurisdiction. . This regulatory information is provided with no warranty either expressed or implied. Only Linux drivers which use cfg80211 framework can make use of the regulatory database and CRDA. Multi-Arch: foreign Homepage: http://wireless.kernel.org/en/developers/Regulatory/#Theregulatorydatabase Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: wwwconfig-common Priority: optional Section: universe/web Installed-Size: 216 Maintainer: Ubuntu Developers Original-Maintainer: Ola Lundqvist Architecture: all Version: 0.2.2 Suggests: mysql-client, postgresql-client, apache2 Filename: pool/main/wwwconfig-common_0.2.2_all.deb Size: 18004 MD5Sum: 107cfe93c180c3a3814fce0fc089fc83 SHA1: 36c9e7e8cf02fa41768210fea4c4365615fb87fd SHA256: 5a327a325eb4b3ba1a33607b12d9fa44ea67b2a722d1e11591c810ad0857ccff SHA512: 9590fc0ad44ee78fb1fc74d11e160baf74d71a7d0ff6ec40d7385dddeaf3224c92d38f61d2f10221bed6c35fd9224a54504412bdb7e309b01fd99d36a867dc61 Description: Debian web auto configuration A package to provide common setup scripts for some packages that need apache, php and a database. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: x11-common Priority: optional Section: x11 Installed-Size: 489 Maintainer: Ubuntu X-SWAT Original-Maintainer: Debian X Strike Force Architecture: all Source: xorg Version: 1:7.6+12ubuntu2 Depends: debconf (>= 0.5) | debconf-2.0, lsb-base (>= 1.3-9ubuntu2) Filename: pool/main/x11-common_7.6+12ubuntu2_all.deb Size: 51986 MD5Sum: 5b20b7cc52c1653ff6ba8e8ee38d1769 SHA1: a654e7f72febc1f8d9dce9d6f32c74044c8a16f4 SHA256: 28b9c58322a101aab5b513b3329be96112a5ca0ad53b8cffffb77334f564958d SHA512: 47c8feaaa59587ff0f6414d89f12f1982cf107ae6e22fe709d4e2ca7c18c9dd30f5a8daf2e83a0ec5e80ae2b91b5182c5ea940d7413a9b423bb553111db61dc9 Description: X Window System (X.Org) infrastructure x11-common contains the filesystem infrastructure required for further installation of the X Window System in any configuration; it does not provide a full installation of clients, servers, libraries, and utilities required to run the X Window System. . A number of terms are used to refer to the X Window System, including "X", "X Version 11", "X11", "X11R6", and "X11R7". The version of X used in Debian is derived from the version released by the X.Org Foundation, and is thus often also referred to as "X.Org". All of the preceding quoted terms are functionally interchangeable in an Debian system. Multi-Arch: foreign Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: xauth Priority: standard Section: x11 Installed-Size: 96 Maintainer: Ubuntu Developers Original-Maintainer: Debian X Strike Force Architecture: amd64 Version: 1:1.0.6-1 Depends: libc6 (>= 2.11), libx11-6, libxau6, libxext6, libxmuu1 Filename: pool/main/xauth_1.0.6-1_amd64.deb Size: 26228 MD5Sum: 5c7f863aef7ff68fc0580f4e30cd414b SHA1: cf7710adb5bc44398f4d73852d452b840ace09b4 SHA256: 0bff72eaad69f931cbab89c8ab7790d0c1e3e910100dbc772682ae78797372ee SHA512: 04f969b25339a4d4d667ab8a09c0fdede6739b290c492d7dc900a7b3ab1b1721fa2098583191706c1555da00b14c9cb583e53f1251ac7dc4bd4fe24be3236a28 Description: X authentication utility xauth is a small utility to read and manipulate Xauthority files, which are used by servers and clients alike to control authentication and access to X sessions. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: standard, kubuntu-active, mythbuntu-frontend, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master Package: xfsprogs Priority: optional Section: admin Installed-Size: 2664 Maintainer: Ubuntu Developers Original-Maintainer: XFS Development Team Architecture: amd64 Version: 3.1.7 Replaces: xfsdump (<< 3.0.0) Provides: fsck-backend Depends: libblkid1 (>= 2.17.2), libc6 (>= 2.10), libreadline5 (>= 5.2), libuuid1 (>= 2.16) Suggests: xfsdump, acl, attr, quota Breaks: xfsdump (<< 3.0.0) Filename: pool/main/xfsprogs_3.1.7_amd64.deb Size: 1225806 MD5Sum: e6401027575bfd5f1f9611dab02a60aa SHA1: d8bbec5ec4b690a540dc7dec0f4ad01525dddb40 SHA256: 84d081d4dad16684873826d99351f2df643d22d4ca79677a5da2215438198f21 SHA512: 62bdf020ac40419db5e3be63a872022ba566cba88911059b22e770403bcb1e9ae9f6ad11f85c71d4be0c79682648b1638bd81141e24c3dac53aa4b83fa46dd94 Description: Utilities for managing the XFS filesystem A set of commands to use the XFS filesystem, including mkfs.xfs. . XFS is a high performance journaling filesystem which originated on the SGI IRIX platform. It is completely multi-threaded, can support large files and large filesystems, extended attributes, variable block sizes, is extent based, and makes extensive use of Btrees (directories, extents, free space) to aid both performance and scalability. . Refer to the documentation at http://oss.sgi.com/projects/xfs/ for complete details. Homepage: http://oss.sgi.com/projects/xfs/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: ubuntu-live, kubuntu-live, kubuntu-active-live, edubuntu-dvd-live, xubuntu-live, mythbuntu-live, ubuntustudio-dvd-live Package: xinetd Priority: extra Section: net Installed-Size: 412 Maintainer: Ubuntu Core Developers Original-Maintainer: Pierre Habouzit Architecture: amd64 Version: 1:2.3.14-7ubuntu4 Provides: inet-superserver Depends: libc6 (>= 2.11), libwrap0 (>= 7.6-4~), netbase, update-inetd, lsb-base (>= 3.2-14) Recommends: sysklogd | system-log-daemon, logrotate Conflicts: inet-superserver Filename: pool/main/xinetd_2.3.14-7ubuntu4_amd64.deb Size: 130092 MD5Sum: ff40d0984c45461ce1dee94350c8b0af SHA1: 88d69bd598394fff0596e38adbfa658b6cb4e708 SHA256: 0683f74b5c72a0464260e087c9d1cf1ad85a0078cca2218b872a96013c29e720 SHA512: d0f45feb1e407885706e5fc87317769bbe7f22d48855fbae885cb976fe22e584ec63cd4a553f790ab2568079b475527b928e732e9a1c4ddb560768ea07c2d9dc Description: replacement for inetd with many enhancements xinetd has access control mechanisms, extensive logging capabilities, the ability to make services available based on time, and can place limits on the number of servers that can be started, among other things. . It has the ability to redirect TCP streams to a remote host and port. This is useful for those of that use IP masquerading, or NAT, and want to be able to reach your internal hosts. . It also has the ability to bind specific services to specific interfaces. This is useful when you want to make services available for your internal network, but not the rest of the world. Or to have a different service running on the same port, but different interfaces. Homepage: http://www.xinetd.org Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: xkb-data Priority: important Section: x11 Installed-Size: 3017 Maintainer: Ubuntu X-SWAT Original-Maintainer: Debian X Strike Force Architecture: all Source: xkeyboard-config Version: 2.5-1ubuntu1.5 Breaks: libx11-6 (<< 2:1.4.3) Filename: pool/main/xkb-data_2.5-1ubuntu1.5_all.deb Size: 472850 MD5Sum: 756c5dcafc51151b904bcb5bd0680a85 SHA1: 25df69e2154e3f6f413d82ef2321a31ed654c809 SHA256: 2a96e608c9f11591e5458de2c81cb1affe220370060f5fdb3b8c932496cffbc1 SHA512: efe16ef4f1bef9becc0bde1be26268aade6eda70b11af3186de9d228af5d8a9c9d920013d23430c31e9a95a2cb2bc775763126bffcb08ab4cfd92394e283ce68 Description: X Keyboard Extension (XKB) configuration data This package contains configuration data used by the X Keyboard Extension (XKB), which allows selection of keyboard layouts when using a graphical interface. . Every X11 vendor provides its own XKB data files, so keyboard layout designers have to send their layouts to several places. The xkeyboard-config project has been launched at FreeDesktop in order to provide a central repository that could be used by all vendors. Homepage: http://www.freedesktop.org/Software/XKeyboardConfig Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: xml-core Priority: standard Section: text Installed-Size: 260 Maintainer: Ubuntu Developers Original-Maintainer: Debian XML/SGML Group Architecture: all Version: 0.13 Depends: sgml-base (>= 1.17), sed (>= 4.1.2-8) Suggests: debhelper (>= 4.1.75) Filename: pool/main/xml-core_0.13_all.deb Size: 23406 MD5Sum: c61218937e342f662832c62ff61578dd SHA1: abbb83d4bd6951da705ae9b2ee5cb0d6d171b4ac SHA256: f8a33b5e2f20182e97e1f3bce11e40fb865871bab6a06d8303ac93ed15c24f72 SHA512: 3cac67113505ca3bc2b32d57777bfd08b2beffb3374ef52b9b49fe41e9a5aa09d4a41783d6bb49cf38dbf18ea3b698574a2ab1a1e2408e74688e3a8b34892eec Description: XML infrastructure and XML catalog file support This package creates the XML infrastructure directories and provides XML catalog file support in compliance with the current Debian XML Policy draft: . * infrastructure directories: - /etc/xml - /usr/share/xml/{declaration,entities,misc,schema} - /usr/local/share/xml/{declaration,entities,misc,schema} . * XML catalog schema: OASIS XML Catalog Committee Specification 1.0 . * update-xmlcatalog(8): tool for maintaining the root XML catalog file and the package XML catalog files in the '/etc/xml' directory as well as local XML catalog files. . * dh_installxmlcatalogs(1): debhelper tool for installing local XML catalog files and registering XML entities in package XML catalog files and the root XML catalog file (requires debhelper package) Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: xz-lzma Priority: standard Section: utils Installed-Size: 163 Maintainer: Ubuntu Developers Original-Maintainer: Jonathan Nieder Architecture: all Source: xz-utils Version: 5.1.1alpha+20110809-3 Replaces: lzip (<< 1.8~rc2) Provides: lzma Depends: xz-utils Conflicts: lzma Breaks: lzip (<< 1.8~rc2) Filename: pool/main/xz-lzma_5.1.1alpha+20110809-3_all.deb Size: 12418 MD5Sum: 1d79f9883b7c2ebc0fd65b1fd108d124 SHA1: a0d99732991f6a26bda56fd6bb946b987dd18386 SHA256: c561acdcc34e3ed53cb8a37fe26262f9aada5d5297181d063eea2b4a2d4065a2 SHA512: b7e5393de3d8f156a449680fec455ba91576eca886ed5438cf65345338c57dc30052da0b24c4ead2cdef1d7efbd984929bb7a6001f049eded257518058661c98 Description: XZ-format compression utilities - compatibility commands XZ is the successor to the Lempel-Ziv/Markov-chain Algorithm compression format, which provides memory-hungry but powerful compression (often better than bzip2) and fast, easy decompression. . This package provides symbolic links allowing xz-utils to provide the same interface for manipulating LZMA files as the lzma package. The xz-utils package can handle LZMA files on its own; this package is only necessary when using scripts or other programs that require the older command names. Homepage: http://tukaani.org/xz/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: xz-utils Priority: required Section: utils Installed-Size: 388 Maintainer: Ubuntu Developers Original-Maintainer: Jonathan Nieder Architecture: amd64 Version: 5.1.1alpha+20110809-3 Replaces: xz-lzma (<< 4.999.9beta+20091004-1) Depends: libc6 (>= 2.7), liblzma5 (>= 5.1.1alpha+20110809) Suggests: xz-lzma Breaks: xz-lzma (<< 4.999.9beta+20091004-1) Filename: pool/main/xz-utils_5.1.1alpha+20110809-3_amd64.deb Size: 87576 MD5Sum: 87fb207cd87406935018cf25e4fbd579 SHA1: 23dba016e13f2ce21eb1ddc62d1b9068583fe973 SHA256: 7286d934162cc98f45deaa681a4c46fd3357a1b014ec456d840826a286ea2e3d SHA512: de72dbea92651574af338ce78b1f90ff0de59b0c1daaed7cffd0f1b369a97933976014b24801452b5cec899a5f59ed0a8a499d659d5a7b04b4e09e3aba6e2a08 Description: XZ-format compression utilities XZ is the successor to the Lempel-Ziv/Markov-chain Algorithm compression format, which provides memory-hungry but powerful compression (often better than bzip2) and fast, easy decompression. . This package provides the command line tools for working with XZ compression, including xz, unxz, xzcat, xzgrep, and so on. They can also handle the older LZMA format, and if invoked via appropriate symlinks will emulate the behavior of the commands in the lzma package. . The XZ format is similar to the older LZMA format but includes some improvements for general use: . * 'file' magic for detecting XZ files; * crc64 data integrity check; * limited random-access reading support; * improved support for multithreading (not used in xz-utils); * support for flushing the encoder. Multi-Arch: foreign Homepage: http://tukaani.org/xz/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal Package: zabbix-agent Priority: optional Section: universe/net Installed-Size: 653 Maintainer: Kodai Terashima Architecture: amd64 Source: zabbix Version: 1:2.2.2-ubuntu1 Depends: libc6 (>= 2.15), libcurl3-gnutls (>= 7.16.2-1), libldap-2.4-2 (>= 2.4.7), debconf (>= 0.5) | debconf-2.0, adduser, ucf, lsb-base Suggests: logrotate Filename: pool/main/zabbix-agent_2.2.2-ubuntu1_amd64.deb Size: 384924 MD5Sum: 7f834e477bc0d98be3966d982a7277b3 SHA1: 45a03ef913d391c81fdb0ed9eecb5c62175ca50f SHA256: 2d8c6e409c7b95da0f7ee7cc82cd00d9c2aedb43ae710454b62f3878e0479ec2 SHA512: 3ea218b35a6fd307d45e7392f9c8028ae116963de00dfa6e1496abfed026936ab00ea24cce6b7caaed08594382c7a2bc9ff1f5b3fa6c7d2a8023cf9bb288d13e Description: network monitoring solution - agent Zabbix is a server/client network monitoring system with many features. It can be used for: . - high level monitoring of IT services; - centralized monitoring of your servers and applications; - monitoring of SNMP-enabled devices; - performance monitoring (process load, network activity, disk activity, memory usage, OS parameters etc.); - data visualization. . This package provides the software needed to monitor a host using a Zabbix agent. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: zabbix-frontend-php Priority: optional Section: universe/net Installed-Size: 25081 Maintainer: Kodai Terashima Architecture: all Source: zabbix Version: 1:2.2.2-ubuntu1 Depends: debconf (>= 0.5) | debconf-2.0, apache2 | httpd, php5, php5-mysql | php5-pgsql, php5-gd, ucf, dbconfig-common (>= 1.8.19), ttf-dejavu-core | ttf-japanese-gothic Filename: pool/main/zabbix-frontend-php_2.2.2-ubuntu1_all.deb Size: 5890876 MD5Sum: e437ef0fe593c5720ff73529b70a0c5f SHA1: fbfc6b129db5b1dcf99152bc7ac52c0e9cf4d6b5 SHA256: f67f48d68bf454f06fb27eeefb0084959a807a42e11b95d5e7e052d1aaa88b8a SHA512: c679a499d5152e4ccf5930be8400f9469bb8124171eaf634ad29a1e447d02a744250b1dea8faa1173ea680de5cb2bf46f34cd4aa2b4217af71e7342eb1eb21f9 Description: network monitoring solution - PHP front-end Zabbix is a server/client network monitoring system with many features. It can be used for: . - high level monitoring of IT services; - centralized monitoring of your servers and applications; - monitoring of SNMP-enabled devices; - performance monitoring (process load, network activity, disk activity, memory usage, OS parameters etc.); - data visualization. . This package provides a web-browsable front-end to the Zabbix server, which can display graphs of the data collected from clients. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: zabbix-sender Priority: optional Section: net Installed-Size: 249 Maintainer: Kodai Terashima Architecture: amd64 Source: zabbix Version: 1:2.2.2-ubuntu1 Depends: libc6 (>= 2.15) Filename: pool/main/zabbix-sender_2.2.2-ubuntu1_amd64.deb Size: 197210 MD5Sum: 79d9577510793c4f3970783fbe16bbca SHA1: 714cb2b502e3187f0d8912361886aa9daba4d1fd SHA256: 92a6e0586f4ad0c0c5ac451363c88d95e998af7c612d0eb19241c09b59c46fc1 SHA512: 6101e0c80eb674e2217a284f63ed35e55015dd0aac957a2158ef1ac9ded2133f500a56f823d7ea09f5c6535d499f2591854a3fb9d11a0b9a1a2a48691842b92d Description: network monitoring solution - sender Zabbix is a server/client network monitoring system with many features. It can be used for: . - high level monitoring of IT services; - centralized monitoring of your servers and applications; - monitoring of SNMP-enabled devices; - performance monitoring (process load, network activity, disk activity, memory usage, OS parameters etc.); - data visualization. . This package provides the command line utility needed to send data to Zabbix server or Zabix proxy. Package: zabbix-server-mysql Priority: optional Section: universe/net Installed-Size: 7490 Maintainer: Kodai Terashima Architecture: amd64 Source: zabbix Version: 1:2.2.2-ubuntu1 Depends: libc6 (>= 2.15), libcurl3-gnutls (>= 7.16.2-1), libiksemel3, libldap-2.4-2 (>= 2.4.7), libmysqlclient18 (>= 5.5.13-1), libodbc1 (>= 2.2.11) | unixodbc (>= 2.2.11), libopenipmi0, libsnmp15 (>= 5.4.3~dfsg), libssh2-1 (>= 1.0), libxml2 (>= 2.7.4), debconf (>= 0.5) | debconf-2.0, mysql-client | mariadb-client, fping, adduser, dbconfig-common (>= 1.8.19), lsb-base Pre-Depends: debconf Recommends: mysql-server (>= 4.0.16-2), snmpd, snmptt Suggests: zabbix-frontend-php, logrotate Conflicts: zabbix-proxy-mysql, zabbix-proxy-pgsql, zabbix-proxy-sqlite3, zabbix-server-pgsql Filename: pool/main/zabbix-server-mysql_2.2.2-ubuntu1_amd64.deb Size: 2905362 MD5Sum: 15d82f0890ad08ec0f1e94ebcc24ec50 SHA1: 5288c3ae942fc6bd54c47f878beda36317dc83a4 SHA256: f20c597485aa462f96f95427b3b57a94616c339fbab8d1a7fa8f85e1b62086b4 SHA512: b0247fc9fac8631913ecc94d7da6b1b4a8c2f471913f0141939c8e0e449228e874ee570bb9e37130a2bf81f0e62ec40fc9b342ca0f965f4463e5acfb5d9e0d2a Description: network monitoring solution - server (using MySQL) Zabbix is a server/client network monitoring system with many features. It can be used for: . - high level monitoring of IT services; - centralized monitoring of your servers and applications; - monitoring of SNMP-enabled devices; - performance monitoring (process load, network activity, disk activity, memory usage, OS parameters etc.); - data visualization. . This package provides the software needed to integrate a host as a Zabbix client. It collects information from Zabbix clients and stores it in a MySQL database. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: zabbix-server-pgsql Priority: optional Section: universe/net Installed-Size: 7290 Maintainer: Kodai Terashima Architecture: amd64 Source: zabbix Version: 1:2.2.2-ubuntu1 Depends: libc6 (>= 2.15), libcurl3-gnutls (>= 7.16.2-1), libiksemel3, libldap-2.4-2 (>= 2.4.7), libodbc1 (>= 2.2.11) | unixodbc (>= 2.2.11), libopenipmi0, libpq5, libsnmp15 (>= 5.4.3~dfsg), libssh2-1 (>= 1.0), libxml2 (>= 2.7.4), debconf (>= 0.5) | debconf-2.0, postgresql-client, fping, adduser, dbconfig-common (>= 1.8.19), lsb-base Pre-Depends: debconf Recommends: postgresql, snmpd, snmptt Suggests: zabbix-frontend-php, logrotate Conflicts: zabbix-proxy-mysql, zabbix-proxy-pgsql, zabbix-proxy-sqlite3, zabbix-server-mysql Filename: pool/main/zabbix-server-pgsql_2.2.2-ubuntu1_amd64.deb Size: 2904708 MD5Sum: 921951369585d721e8cf48d8ad39708a SHA1: 242ee5a4170d8f9e9e865e057c2eb7f869e8a300 SHA256: d780018baf49f7b038ba3b15ab04256af8fbfd85a7276a268e88fca054c92c00 SHA512: 01decf4dbb7b11daf1e8a079ec42d0ecda68ff970d78db698fae4ffbb62cd5cc0d4740f2599e3cec7881c0c09ffb66eebd04809df1397ded81433a79505deba7 Description: network monitoring solution - server (using PostgreSQL) Zabbix is a server/client network monitoring system with many features. It can be used for: . - high level monitoring of IT services; - centralized monitoring of your servers and applications; - monitoring of SNMP-enabled devices; - performance monitoring (process load, network activity, disk activity, memory usage, OS parameters etc.); - data visualization. . This package provides the software needed to integrate a host as a Zabbix client. It collects information from Zabbix clients and stores it in a PostgreSQL database. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: zerofree Priority: extra Section: universe/admin Installed-Size: 60 Maintainer: Ubuntu Developers Original-Maintainer: Thibaut Paumard Architecture: amd64 Version: 1.0.1-2ubuntu1 Depends: e2fslibs (>= 1.37), libc6 (>= 2.3.4) Filename: pool/main/zerofree_1.0.1-2ubuntu1_amd64.deb Size: 7272 MD5Sum: c0f14e73a23daa5603b35ba74afd1406 SHA1: 7683ff1bf244411799ad4fe112159030c1b58a9b SHA256: 6026398886128078cdfaa9bdbad87c59fa8ccbfc1a4f7bc3e60de566b222578d SHA512: 971d085d8f118b197d7c06ce82fb6c3fa148a5973a3d3c9e870847ca26c3a7d5e235a513962c8781344cbe81fceee73c189bb5e6ae284902a8c8b95155bcfad2 Description: zero free blocks from ext2/3 file-systems Zerofree finds the unallocated, non-zeroed blocks in an ext2 or ext3 file-system and fills them with zeroes. This is useful if the device on which this file-system resides is a disk image. In this case, depending on the type of disk image, a secondary utility may be able to reduce the size of the disk image after zerofree has been run. Zerofree requires the file-system to be unmounted or mounted read-only. . The usual way to achieve the same result (zeroing the unused blocks) is to run "dd" do create a file full of zeroes that takes up the entire free space on the drive, and then delete this file. This has many disadvantages, which zerofree alleviates: * it is slow; * it makes the disk image (temporarily) grow to its maximal extent; * it (temporarily) uses all free space on the disk, so other concurrent write actions may fail. . Zerofree has been written to be run from GNU/Linux systems installed as guest OSes inside a virtual machine. If this is not your case, you almost certainly don't need this package. Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: zfs-fuse Priority: optional Section: universe/otherosfs Installed-Size: 3764 Maintainer: Ubuntu Developers Original-Maintainer: Sebastien Delafond Architecture: amd64 Version: 0.6.9-1build1 Depends: libaio1, libc6 (>= 2.8), libfuse2 (>= 2.8.1), libssl1.0.0 (>= 1.0.0), zlib1g (>= 1:1.1.4), fuse-utils, lsb-base Suggests: nfs-kernel-server, kpartx Filename: pool/main/zfs-fuse_0.6.9-1build1_amd64.deb Size: 1395664 MD5Sum: 4c7a3b28422516a7e5c81bc405110078 SHA1: bbafc0242b1333c42c8c0336dfedb0919a27ee1c SHA256: fc50ad923900abec71f91c885cf727e11d20e357733af0f006405b70d69ab9ef SHA512: cb54c162e453c96fe4d803726beda317abc5d7f8926960a35257a952454e98a5f404be31a7571a82a7a0bab6956d395ff491e61f677640c3c8f6cc50b7b73593 Description: ZFS on FUSE ZFS is an advanced filesystem from Sun Microsystems, originally developed for solaris. It provides a number of advanced features, such as live integrity checks, atomic updates, atomic snapshots and clones, compression, and much more. . This package provides an implementation of Sun's ZFS filesystem in userspace, using FUSE. Homepage: http://zfs-fuse.net Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Package: zlib1g-dev Priority: optional Section: libdevel Installed-Size: 388 Maintainer: Ubuntu Developers Original-Maintainer: Mark Brown Architecture: amd64 Source: zlib Version: 1:1.2.3.4.dfsg-3ubuntu4 Provides: libz-dev Depends: zlib1g (= 1:1.2.3.4.dfsg-3ubuntu4), libc6-dev | libc-dev Conflicts: zlib1-dev Filename: pool/main/zlib1g-dev_1.2.3.4.dfsg-3ubuntu4_amd64.deb Size: 165368 MD5Sum: 94acf49c14c5cf8a5881d01df99d3f69 SHA1: 8b0ed6a876be9c2939c846877e6fcf152cbac7b1 SHA256: 46e68ab922ba0b8d29f1b6360fe1551eaed878336e0c13ed61d886704cd749d8 SHA512: 85ac0fa9fe1ab889d2b5d30f9f81c1abc4e1dd603e45df6e6574850f4dfa6b3ae3cf68f25933b6c7b65ee9de65a941361ada18841846a8553e804fea320ec67a Description: compression library - development zlib is a library implementing the deflate compression method found in gzip and PKZIP. This package includes the development support files. Multi-Arch: same Homepage: http://zlib.net/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Package: zlib1g Priority: required Section: libs Installed-Size: 156 Maintainer: Ubuntu Developers Original-Maintainer: Mark Brown Architecture: amd64 Source: zlib Version: 1:1.2.3.4.dfsg-3ubuntu4 Provides: libz1 Depends: libc6 (>= 2.4) Pre-Depends: multiarch-support Conflicts: zlib1 (<= 1:1.0.4-7) Filename: pool/main/zlib1g_1:1.2.3.4.dfsg-3ubuntu4_amd64.deb Size: 52320 MD5Sum: 6f93179896a84832fefebb55e3218c09 SHA1: bbb862029db2d1b8fc5fdcc0edf61def240590af SHA256: af0c73bd8d99f280a54570bc2008fccc57be5b6c9f3e1418c34497a8d5a2ffba SHA512: 5e23e845ebce37616eae6fcf357fe2c5a30cb441d44c16bc443fce2b5adfe323d066f11aa727c101c481667a126c2bc1f71d72347d98deb13523d2c29e24fcc1 Description: compression library - runtime zlib is a library implementing the deflate compression method found in gzip and PKZIP. This package includes the shared library. Multi-Arch: same Homepage: http://zlib.net/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Task: minimal