Package: apache2 Version: 2.2.22-11blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 29 Depends: apache2-mpm-worker (= 2.2.22-11blankon1) | apache2-mpm-prefork (= 2.2.22-11blankon1) | apache2-mpm-event (= 2.2.22-11blankon1) | apache2-mpm-itk (= 2.2.22-11blankon1), apache2.2-common (= 2.2.22-11blankon1) Homepage: http://httpd.apache.org/ Priority: optional Section: httpd Filename: pool/main/a/apache2/apache2_2.2.22-11blankon1_amd64.deb Size: 1484 SHA256: 7be8036982bdfb5dbe63fcab74829ce0d76392e635590c7de205731d0aa2973f SHA1: 942063551f214ad54b9cc7c0230c76712bb14f0b MD5sum: 80347017f4149539089d54282d9850c6 Description: Apache HTTP Server metapackage The Apache Software Foundation's goal is to build a secure, efficient and extensible HTTP server as standards-compliant open source software. The result has long been the number one web server on the Internet. . It features support for HTTPS, virtual hosting, CGI, SSI, IPv6, easy scripting and database integration, request/response filtering, many flexible authentication schemes, and more. Original-Maintainer: Debian Apache Maintainers Package: apache2-dbg Source: apache2 Version: 2.2.22-11blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 9935 Depends: apache2.2-bin (= 2.2.22-11blankon1) Homepage: http://httpd.apache.org/ Priority: extra Section: debug Filename: pool/main/a/apache2/apache2-dbg_2.2.22-11blankon1_amd64.deb Size: 1669350 SHA256: ece66ac852aa7b8ff20f98ede689e21e3f44ffc681bb9d38342dfea6e27c9f5f SHA1: 0431a99edb1e6ee5d52605c92fc58276dff0aed0 MD5sum: 33ba70a0c461f15e69c795eb52df1928 Description: Apache debugging symbols This package includes the debugging symbols for Apache 2. See /usr/share/doc/apache2.2-common/README.backtrace for more information. Original-Maintainer: Debian Apache Maintainers Package: apache2-doc Source: apache2 Version: 2.2.22-11blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 12465 Homepage: http://httpd.apache.org/ Priority: optional Section: doc Filename: pool/main/a/apache2/apache2-doc_2.2.22-11blankon1_all.deb Size: 1772060 SHA256: d82499d9abbab595c7671bb44874438b8cd8ef0319552e01504a6c82951089e9 SHA1: 077098334c742d2bef03f4a26ac401a7b510fd8d MD5sum: f67978c7f655b8dc38516e0db24be76e Description: Apache HTTP Server documentation This package provides the documentation for Apache 2. For more details see the apache2 package description. Original-Maintainer: Debian Apache Maintainers Package: apache2-mpm-event Source: apache2 Version: 2.2.22-11blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 55 Depends: apache2.2-common (= 2.2.22-11blankon1), apache2.2-bin (= 2.2.22-11blankon1) Conflicts: apache2-common, apache2-mpm Provides: apache2, apache2-mpm, httpd, httpd-cgi Homepage: http://httpd.apache.org/ Priority: optional Section: httpd Filename: pool/main/a/apache2/apache2-mpm-event_2.2.22-11blankon1_amd64.deb Size: 2362 SHA256: 74cdd22013d17c7fd69de084e326bf387ac466859a32fa5f059ab908f6d27718 SHA1: 54d0e872b84f07c6b11980b19de318e11df16bbc MD5sum: 0a5f57bcd6a1e48ec0982becd0e50c09 Description: Apache HTTP Server - event driven model Each Apache Multi-Processing Module provides a different "flavor" of web server binary, compiled with a different processing model. . The event MPM is designed to allow more requests to be served simultaneously by passing off some processing work to supporting threads, freeing up the main threads to work on new requests. It is especially suitable for sites that see extensive KeepAlive traffic. . This MPM is experimental and less tested than the worker and prefork MPMs. Original-Maintainer: Debian Apache Maintainers Package: apache2-mpm-itk Source: apache2 Version: 2.2.22-11blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 55 Depends: apache2.2-common (= 2.2.22-11blankon1), apache2.2-bin (= 2.2.22-11blankon1) Conflicts: apache2-common, apache2-mpm Provides: apache2, apache2-mpm, httpd, httpd-cgi Homepage: http://httpd.apache.org/ Priority: extra Section: httpd Filename: pool/main/a/apache2/apache2-mpm-itk_2.2.22-11blankon1_amd64.deb Size: 2394 SHA256: 88f695e9e497add525acaad0a3462f7db5dcb6c7890c536c360fbe47fe95bbf4 SHA1: fb9809d8bd30040ee4bee6164b3a1f5df7f12ded MD5sum: 1c3175fadea777f457c2bea87bd67553 Description: multiuser MPM for Apache 2.2 The ITK Multi-Processing Module (MPM) works in about the same way as the classical "prefork" module (that is, without threads), except that it allows you to constrain each individual vhost to a particular system user. This allows you to run several different web sites on a single server without worrying that they will be able to read each others' files. This is a third-party MPM that is not included in the normal Apache httpd. . Please note that this MPM is somewhat less tested than the MPMs that come with Apache itself. Original-Maintainer: Debian Apache Maintainers Package: apache2-mpm-prefork Source: apache2 Version: 2.2.22-11blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 55 Depends: apache2.2-common (= 2.2.22-11blankon1), apache2.2-bin (= 2.2.22-11blankon1) Conflicts: apache2-common, apache2-mpm Provides: apache2, apache2-mpm, httpd, httpd-cgi Homepage: http://httpd.apache.org/ Priority: optional Section: httpd Filename: pool/main/a/apache2/apache2-mpm-prefork_2.2.22-11blankon1_amd64.deb Size: 2410 SHA256: 39ff639c3decff79cb1a79b59704a6b7aad11495fa3f087e94a1fd3059c789e6 SHA1: 7c9e69fa5ab53382b4a97b525325560e32fb6175 MD5sum: c31574529a0e6cf058f6fe0e63e9273d Description: Apache HTTP Server - traditional non-threaded model Each Apache Multi-Processing Module provides a different "flavor" of web server binary, compiled with a different processing model. . The prefork MPM provides a non-threaded implementation using a variable number of processes where each process handles only one connection at the same time. It is not as fast as threaded models, but is considered to be more stable. It is appropriate for sites that need to maintain compatibility with non-thread-safe libraries, and is the best MPM for isolating each request, so that a problem with a single request will not affect any other. Original-Maintainer: Debian Apache Maintainers Package: apache2-mpm-worker Source: apache2 Version: 2.2.22-11blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 55 Depends: apache2.2-common (= 2.2.22-11blankon1), apache2.2-bin (= 2.2.22-11blankon1) Conflicts: apache2-common, apache2-mpm Provides: apache2, apache2-mpm, httpd, httpd-cgi Homepage: http://httpd.apache.org/ Priority: optional Section: httpd Filename: pool/main/a/apache2/apache2-mpm-worker_2.2.22-11blankon1_amd64.deb Size: 2290 SHA256: b8b84420270b307fa7ce1ddb7fd6f70eee6b12031a91324c6606d2de0a4b7d6a SHA1: a95dd9080be4ca6534be0418b30b1484f0c1bd22 MD5sum: faa18fd463b276ec9ee0543db46a04ec Description: Apache HTTP Server - high speed threaded model Each Apache Multi-Processing Module provides a different "flavor" of web server binary, compiled with a different processing model. . The worker MPM provides the default threaded implementation. It is recommended especially for high-traffic sites because it is faster and has a smaller memory footprint than the traditional prefork MPM. Original-Maintainer: Debian Apache Maintainers Package: apache2-prefork-dev Source: apache2 Version: 2.2.22-11blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 578 Depends: apache2.2-common (= 2.2.22-11blankon1), openssl, libaprutil1-dev Conflicts: apache2-threaded-dev Homepage: http://httpd.apache.org/ Priority: extra Section: httpd Filename: pool/main/a/apache2/apache2-prefork-dev_2.2.22-11blankon1_amd64.deb Size: 114396 SHA256: 9f58d0dd3cc14234d8dec94d187c59e2893a8d632fcde489729cbeaecc0c013c SHA1: 939429ad3e7295afaf84919484639525a69889b9 MD5sum: d9bd4088e6f4c2eb0edcf55e905dee00 Description: Apache development headers - non-threaded MPM This package provides the development headers and apxs2 binary for apache2-mpm-prefork; see the apache2 package description for more details. . This should only be used when you absolutely *must* support a non-threaded environment (for PHP, for example). Original-Maintainer: Debian Apache Maintainers Package: apache2-suexec Source: apache2 Version: 2.2.22-11blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 176 Depends: libc6 (>= 2.2.5), apache2.2-common Conflicts: apache-common, apache2-suexec Replaces: apache2-suexec Homepage: http://httpd.apache.org/ Priority: optional Section: httpd Filename: pool/main/a/apache2/apache2-suexec_2.2.22-11blankon1_amd64.deb Size: 105238 SHA256: 8146af13c3d138b4d21359ba5155b1f56c2608af0e66437a81a61677ae5f9bb0 SHA1: 188dccd7b68cd83b6eda9db44f9a174acd41b803 MD5sum: 69ee0d04eb4f79d79dfcbea2a769e10c Description: Standard suexec program for Apache 2 mod_suexec Provides the standard suexec helper program for mod_suexec. This version is compiled with document root /var/www and userdir suffix public_html. If you need different settings, use the package apache2-suexec-custom. Original-Maintainer: Debian Apache Maintainers Package: apache2-suexec-custom Source: apache2 Version: 2.2.22-11blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 190 Depends: libc6 (>= 2.3), apache2.2-common Conflicts: apache-common, apache2-suexec Replaces: apache2-suexec Provides: apache2-suexec Homepage: http://httpd.apache.org/ Priority: extra Section: httpd Filename: pool/main/a/apache2/apache2-suexec-custom_2.2.22-11blankon1_amd64.deb Size: 106800 SHA256: 37dc2908f9088515262648ccbffe88e584469eb3adf9e42035c027dc33c0193f SHA1: 0f76ad4fdfe0cd3635bee52f05b8566ede7294e0 MD5sum: 85781cbcb6a68945dcd65d1ad4ca9700 Description: Configurable suexec program for Apache 2 mod_suexec Provides a customizable version of the suexec helper program for mod_suexec. This is not the version from upstream, but can be configured with a configuration file. . If you do not need non-standard document root or userdir settings, it is recommended that you use the standard suexec helper program from the apache2-suexec package instead. Original-Maintainer: Debian Apache Maintainers Package: apache2-threaded-dev Source: apache2 Version: 2.2.22-11blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 584 Depends: apache2.2-common (= 2.2.22-11blankon1), openssl, libaprutil1-dev Conflicts: apache2-prefork-dev Homepage: http://httpd.apache.org/ Priority: extra Section: httpd Filename: pool/main/a/apache2/apache2-threaded-dev_2.2.22-11blankon1_amd64.deb Size: 115224 SHA256: d1c5918d1eb6e671caa6630ce63c9c2448c11d260fbfe46942108dc4264c0be4 SHA1: 3b0c452558852d8b72dd948599576be99c0369ae MD5sum: 961255fe940a73acc8ed926b274f65c8 Description: Apache development headers - threaded MPM This package provides the development headers and apxs2 binary for threaded versions of apache2; see the apache2 package description for more details. Original-Maintainer: Debian Apache Maintainers Package: apache2-utils Source: apache2 Version: 2.2.22-11blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 330 Depends: libapr1 (>= 1.2.7), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.3), libssl1.0.0 (>= 1.0.0) Conflicts: apache-common (<< 1.3.28.0.1-1) Replaces: apache-utils (<< 1.3.33-4), apache2-common, apache2.2-bin (<< 2.2.22-1~) Homepage: http://httpd.apache.org/ Priority: optional Section: httpd Filename: pool/main/a/apache2/apache2-utils_2.2.22-11blankon1_amd64.deb Size: 160950 SHA256: 70ed8a408405f7576c7c628bb466e550e22cc653c6872c5fad3e7468614580d3 SHA1: bb282a4826534ee4f2bfae3b7a6b7880d450b6e0 MD5sum: 6b4fe41f9659a7d735d07d6eff97723e 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) Original-Maintainer: Debian Apache Maintainers Package: apache2.2-bin Source: apache2 Version: 2.2.22-11blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 3589 Depends: libapr1 (>= 1.4.2), libaprutil1 (>= 1.4.0), libaprutil1-dbd-sqlite3 | libaprutil1-dbd-mysql | libaprutil1-dbd-odbc | libaprutil1-dbd-pgsql | libaprutil1-dbd-freetds, libaprutil1-ldap, libc6 (>= 2.3), 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~) Replaces: apache2.2-common (<< 2.2.14-2~) Homepage: http://httpd.apache.org/ Priority: optional Section: httpd Filename: pool/main/a/apache2/apache2.2-bin_2.2.22-11blankon1_amd64.deb Size: 780336 SHA256: 7f80ed5c2b6376e6c6da90ba9b743c30a2d031f3db641a18fb7692485ca944a5 SHA1: d77fbfbd0a7606aef5dcde382ce6c954e4076ce8 MD5sum: f4e6e9bb09c28a557ed1e5178724b7dc Description: Apache HTTP Server common binary files The Apache Software Foundation's goal is to build a secure, efficient and extensible HTTP server as standards-compliant open source software. The result has long been the number one web server on the Internet. . This package contains all binaries but no configuration or support scripts. To get a stand-alone server, you need to install one of the apache2-mpm-* packages, such as worker or prefork. Other packages like gnome-user-share may bring their own Apache configuration, though. Original-Maintainer: Debian Apache Maintainers Package: apache2.2-common Source: apache2 Version: 2.2.22-11blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 781 Depends: apache2.2-bin (= 2.2.22-11blankon1), apache2-utils, mime-support, lsb-base, procps, perl Recommends: ssl-cert Suggests: www-browser, apache2-doc, apache2-suexec | apache2-suexec-custom Conflicts: apache, apache2-common Replaces: apache2-common Homepage: http://httpd.apache.org/ Priority: optional Section: httpd Filename: pool/main/a/apache2/apache2.2-common_2.2.22-11blankon1_amd64.deb Size: 290306 SHA256: df80f0974a135b6f7db0f1feed98533c6ddcff1b8e012ab0627dbe93fb72271c SHA1: 13c69affe8de26bba87e0c392233ecc813bc6935 MD5sum: c4be5e772190f6ade0ca7220345abc26 Description: Apache HTTP Server common files The Apache Software Foundation's goal is to build a secure, efficient and extensible HTTP server as standards-compliant open source software. The result has long been the number one web server on the Internet. . This package contains the configuration and support scripts. However, it does *not* include the server itself; for this you need to install one of the apache2-mpm-* packages, such as worker or prefork. Original-Maintainer: Debian Apache Maintainers Package: audacious Version: 3.2.4-1blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 1454 Depends: audacious-plugins (>= 3.2.4), audacious-plugins (<< 3.2.4+1~), dbus, dbus-x11, libaudclient2 (= 3.2.4-1blankon1), libaudcore1 (= 3.2.4-1blankon1), libc6 (>= 2.7), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.88), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.31.8), libgtk-3-0 (>= 3.0.0), libguess1, libice6 (>= 1:1.0.0), libsm6 Recommends: unzip Replaces: libaudutil1, libsad2 Homepage: http://www.audacious-media-player.org/ Priority: optional Section: sound Filename: pool/main/a/audacious/audacious_3.2.4-1blankon1_amd64.deb Size: 414782 SHA256: 09db2a38adc0086ff37e1e436e718419af802519052b1d2f08bcdf7416a31a3a SHA1: 81467da7855a50d92d3b7334a9dab420ba0ef02c MD5sum: 58c5f9167612a93716274cbff3be865b Description: small and fast audio player which supports lots of formats Audacious is a fork of beep-media-player which supports winamp skins and many codecs. . In the default install, the following codecs are supported: . * MP3 * Ogg Vorbis / Theora * AAC and AAC+ * FLAC * ALAC * Windows Media (WMA) * WAVE . Additionally, Audacious is extendable through plugins, and contains other useful features like LIRC support. Support for many more codecs can also be added through plugins. . This package contains the core player and its localization. Original-Maintainer: Debian Multimedia Maintainers Package: audacious-dbg Source: audacious Version: 3.2.4-1blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 808 Depends: audacious (= 3.2.4-1blankon1) Recommends: audacious-plugins-dbg Provides: libaudclient2-dbg, libaudcore1-dbg Multi-Arch: same Homepage: http://www.audacious-media-player.org/ Priority: extra Section: debug Filename: pool/main/a/audacious/audacious-dbg_3.2.4-1blankon1_amd64.deb Size: 630990 SHA256: 090fd193acbade1f9bef054778ce65bb0609af8c75803cd0cdfa95ba63d81ac1 SHA1: c93662ac371da7262a17217d67bff0ca1845d4a9 MD5sum: e4434e847707347ef2060d77c4319bfc Description: audacious media player (debugging symbols) Audacious is a fork of beep-media-player which supports winamp skins and many codecs. . In the default install, the following codecs are supported: . * MP3 * Ogg Vorbis / Theora * AAC and AAC+ * FLAC * ALAC * Windows Media (WMA) * WAVE . Additionally, Audacious is extendable through plugins, and contains other useful features like LIRC support. Support for many more codecs can also be added through plugins. . This package contains the debugging symbols. Please install it before reporting crashes, as this makes the backtrace output more usable. Original-Maintainer: Debian Multimedia Maintainers Package: audacious-dev Source: audacious Version: 3.2.4-1blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 204 Depends: libaudclient2 (= 3.2.4-1blankon1), libaudcore1 (= 3.2.4-1blankon1), libdbus-1-dev (>= 0.60), libdbus-glib-1-dev (>= 0.60), libgtk-3-dev, libmcs-dev (>= 0.7) Provides: libaudclient-dev, libaudcore-dev, libaudid3tag-dev Multi-Arch: same Homepage: http://www.audacious-media-player.org/ Priority: optional Section: libdevel Filename: pool/main/a/audacious/audacious-dev_3.2.4-1blankon1_amd64.deb Size: 43508 SHA256: e42c2f1e56c4247d6c7d2df1b857df67e47d8dc5886d3c0074a51d53bd368515 SHA1: e1e3b5e8e01f948db146779635838bcfcc0d9aec MD5sum: 8d28834f8239de012a18455cd744f22e Description: audacious development files Audacious is a fork of beep-media-player which supports winamp skins and many codecs. . In the default install, the following codecs are supported: . * MP3 * Ogg Vorbis / Theora * AAC and AAC+ * FLAC * ALAC * Windows Media (WMA) * WAVE . Additionally, Audacious is extendable through plugins, and contains other useful features like LIRC support. Support for many more codecs can also be added through plugins. . This package contains the development libraries and header files required for developing components for audacious. . Please note that this package no longer contains libaudacious, as libaudacious was dropped in Audacious 1.4. You should use libaudclient instead. Original-Maintainer: Debian Multimedia Maintainers Package: audacious-plugins Version: 3.2.4-1blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 3719 Pre-Depends: multiarch-support Depends: audacious-plugins-data (>= 3.2.4-1blankon1), libasound2 (>= 1.0.16), libatk1.0-0 (>= 1.12.4), libaudcore1 (>= 3.2), libavcodec53 (>= 6:0.8.3-1~) | libavcodec-extra-53 (>= 6:0.8.3), libavformat53 (>= 6:0.8.3-6), libavutil51 (>= 6:0.8.3-6), libbinio1ldbl, libbs2b0, libc6 (>= 2.7), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.10.0), libcddb2, libcdio-cdda1 (>= 0.83), libcdio13 (>= 0.83), libcue1, libcurl3-gnutls (>= 7.16.2), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libfaad2 (>= 2.7), libflac8 (>= 1.2.1), libgcc1 (>= 1:4.1.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.31.8), libgtk-3-0 (>= 3.1.4), libjack-jackd2-0 (>= 1.9.5~dfsg-14) | libjack-0.116, liblircclient0, libmms0 (>= 0.4), libmodplug1, libmp3lame0, libmpg123-0 (>= 1.12.1), libmtp9 (>= 1.1.0), libneon27-gnutls, libnotify4 (>= 0.7.0), libogg0 (>= 1.0rc3), libpango1.0-0 (>= 1.14.0), libpulse0 (>= 0.99.1), libresid-builder0c2a, libsamplerate0 (>= 0.1.7), libsdl1.2debian (>= 1.2.11), libsidplay2, libsndfile1 (>= 1.0.20), libstdc++6 (>= 4.6), libusb-1.0-0 (>= 2:1.0.8), libvorbis0a (>= 1.1.2), libvorbisenc2 (>= 1.1.2), libvorbisfile3 (>= 1.1.2), libwavpack1 (>= 4.40.0), libx11-6, libxcomposite1 (>= 1:0.3-1), libxml2 (>= 2.7.4), libxrender1, zlib1g (>= 1:1.1.4) Recommends: audacious (>= 2.4.3) Breaks: audacious (<< 2.4.3), audacious-plugins-extra (<< 1.3.5-4) Replaces: audacious (<< 2.4.3), audacious-plugins-extra Multi-Arch: same Homepage: http://www.audacious-media-player.org/ Priority: optional Section: sound Filename: pool/main/a/audacious-plugins/audacious-plugins_3.2.4-1blankon1_amd64.deb Size: 1274528 SHA256: 4d27d630b5166017acafa1da6378bd860093b49d9115635a266263e478825c30 SHA1: 8f3d99d9b65f8dd77e927705914eb9393c5cdeb3 MD5sum: 17f889e93d3a4eb7da31ac62e02fb1ce Description: Base plugins for audacious Audacious is a fork of beep-media-player which supports winamp skins and many codecs. . In the default install, the following codecs are supported: . * MP3 * Ogg Vorbis * AAC and AAC+ * FLAC * Windows Media (WMA) * Many module formats and much more! . Additionally, Audacious is extendable through plugins, and contains other useful features like LIRC support. . This package contains the plugins for Audacious. * Audio CD reading * MPEG support (mp3) * Ogg Vorbis support * Windows Media support (WMA) * AAC support * FLAC support * ALAC support * WAVE support * ALSA output * OSS output * Disk writer output * And many more! Package: audacious-plugins-data Source: audacious-plugins Version: 3.2.4-1blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 2063 Recommends: audacious-plugins Breaks: audacious-plugins (<= 3.2-2~) Replaces: audacious-plugins (<= 3.2-2~) Multi-Arch: foreign Homepage: http://www.audacious-media-player.org/ Priority: optional Section: sound Filename: pool/main/a/audacious-plugins/audacious-plugins-data_3.2.4-1blankon1_all.deb Size: 892992 SHA256: 86a5906b9dc9c52b3c9af862a76fe1d7516fcd0879288a3899dd4e23894331d0 SHA1: 9e6890a01fb8a502de52a5ff2ece485e60a56d7b MD5sum: 80423fd92a0a229c6b3ca8ed5a616165 Description: Data files for Audacious plugins Audacious is a fork of beep-media-player which supports winamp skins and many codecs. . This package contains internationalized messages and skins for Audacious plugins. Package: audacious-plugins-dbg Source: audacious-plugins Version: 3.2.4-1blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 4109 Depends: audacious-plugins (= 3.2.4-1blankon1) Recommends: audacious-dbg Multi-Arch: same Homepage: http://www.audacious-media-player.org/ Priority: extra Section: debug Filename: pool/main/a/audacious-plugins/audacious-plugins-dbg_3.2.4-1blankon1_amd64.deb Size: 3251252 SHA256: 0bad8c897b892d4e80715cd7a1a1b64690f7859511c1ab2e6caccd69948f1e7a SHA1: 4e811b518f253366aa5e8c1521939d96ae473959 MD5sum: 3abf1b5eb3014dbd25922f1369dab11b Description: Audacious-Plugins debug symbols Audacious is a fork of beep-media-player which supports winamp skins and many codecs. . In the default install, the following codecs are supported: . * MP3 * Ogg Vorbis * AAC and AAC+ * FLAC * Windows Media (WMA) * Many module formats and much more! . Additionally, Audacious is extendable through plugins, and contains other useful features like LIRC support. . This package contains the debugging symbols for the plugins collection of Audacious. Please install it before reporting any crashes, as it makes bug triage an easier process. Package: blankon-branding-base-files Source: blankon-branding Version: 1.2.39 Architecture: all Maintainer: BlankOn Developers Installed-Size: 33 Depends: base-files Priority: optional Section: gnome Filename: pool/main/b/blankon-branding/blankon-branding-base-files_1.2.39_all.deb Size: 4692 SHA256: 21cd227b06a6d414ec47e4462ce82e36f618acce5b37c4a4a6f2b0535834e43a SHA1: f05eb00f4a5856bb86e15cecd5ad49a0e5da9739 MD5sum: 06ad96ce55eb0e1bd7d77e2c354303ee Description: Rebranding paket base-file Ubuntu ke paket base-file BlankOn Package: blankon-branding-checkbox Source: blankon-branding Version: 1.2.40 Architecture: all Maintainer: BlankOn Developers Installed-Size: 87 Depends: checkbox Priority: optional Section: gnome Filename: pool/main/b/blankon-branding/blankon-branding-checkbox_1.2.40_all.deb Size: 27298 SHA256: 3934310ef7221f559a37f3837361dbe9fdaf0c76272307ca552a2b1d7501528e SHA1: a8de25381e6c185b7bbc56bdb23301ef7f181890 MD5sum: 08dffc25c8067dafbc84ff92ddf7bd9d Description: Rebranding paket checkbox Debian ke paket checkbox BlankOn Mengganti image di hardware test Package: blankon-branding-exaile Source: blankon-branding Version: 1.2.40 Architecture: all Maintainer: BlankOn Developers Installed-Size: 85 Depends: exaile Priority: optional Section: gnome Filename: pool/main/b/blankon-branding/blankon-branding-exaile_1.2.40_all.deb Size: 50032 SHA256: 6316bcd2ca8912fef1bd9073c18cbf05a1c3035a157120b874b9a5d363fe421f SHA1: b9d35380cea25633f95a3590532fe9c2b4200f98 MD5sum: bfd441ff296ffa68ec2652d1d505b5d0 Description: Rebranding paket exaile Debian ke paket exaile BlankOn Package: blankon-branding-launchpad-integration Source: blankon-branding Version: 1.2.40 Architecture: all Maintainer: BlankOn Developers Installed-Size: 39 Depends: launchpad-integration Priority: optional Section: gnome Filename: pool/main/b/blankon-branding/blankon-branding-launchpad-integration_1.2.40_all.deb Size: 5436 SHA256: 02ded314f43680a21a68343270c3c85d5cc405daf71d546e5bff90039c3a71bd SHA1: 047406187196b35574f3a4fb12d6bfc58540fcf4 MD5sum: 8c56869a0bf817953c60c2c2bfe480fd Description: Rebranding paket launchpad-integration Ubuntu ke paket launchpad-ingration BlankOn Menambahkan berkas urls.py sehingga launchpad mengenali distro ini sebagai BlankOn bukan Ubuntu Package: blankon-branding-lightdm Source: blankon-branding Version: 1.2.40 Architecture: all Maintainer: BlankOn Developers Installed-Size: 56 Depends: lightdm Priority: optional Section: gnome Filename: pool/main/b/blankon-branding/blankon-branding-lightdm_1.2.40_all.deb Size: 6448 SHA256: 77f31b1574c59f7cc0c3ee28846c581f0774439aa09977518a415686af3c8590 SHA1: 093bab10e40ecbb51f929a60e9b7146f3499c81f MD5sum: 072324e1f4c6031bcf391c089cf14243 Description: Rebranding file lightdm-gtk-greeter.conf integrated Background BlankOn lightdm Mengganti link background lightdm Package: blankon-branding-sajadah-wallpapers Source: blankon-branding Version: 1.2.37 Architecture: all Maintainer: BlankOn Developers Installed-Size: 38 Depends: blankon-sajadah-wallpapers Priority: optional Section: gnome Filename: pool/main/b/blankon-branding/blankon-branding-sajadah-wallpapers_1.2.37_all.deb Size: 4490 SHA256: 0acf81002ffde188a03ceb9e99b6c662c56761ce700afa6d3ddfcf26f84f4f00 SHA1: d403657ff90dae30dcd8afec66b2f87c2b8f6657 MD5sum: 5fccd3088dcdcbc84b057d2a9dd90058 Description: Rebranding file xml Mengganti file xml Package: blankon-branding-tangerine-icon-theme Source: blankon-branding Version: 1.2.39 Architecture: all Maintainer: BlankOn Developers Installed-Size: 202 Depends: tangerine-icon-theme Priority: optional Section: gnome Filename: pool/main/b/blankon-branding/blankon-branding-tangerine-icon-theme_1.2.39_all.deb Size: 23734 SHA256: 7296b3dc13f049206cc1e8958332d56b0e69fcfe207fc84078acd9f706064597 SHA1: a23d0e3d9b843455353180733a72ed0a81c2b6ae MD5sum: 508b5f4dbce54b5e5e912ae78ec16187 Description: Rebranding paket tangerine-icon-theme Ubuntu ke paket tangerine-icon-theme BlankOn Package: blankon-branding-tango-icon-theme Source: blankon-branding Version: 1.2.39 Architecture: all Maintainer: BlankOn Developers Installed-Size: 162 Depends: tango-icon-theme Priority: optional Section: gnome Filename: pool/main/b/blankon-branding/blankon-branding-tango-icon-theme_1.2.39_all.deb Size: 14730 SHA256: 75c34a4b12e24566369242dccaa354b541f578416b822a388d32cce8521f28ef SHA1: 659fccf624e32eb7afae51265e542abebb062972 MD5sum: ec31b144e2cc5e9aac1483fcd3fa6f0d Description: Rebranding paket tango-icon-theme Ubuntu ke paket tango icontheme BlankOn Package: blankon-default-applications Version: 0.1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 47 Depends: evince Homepage: http://dev.blankonlinux.or.id/ Priority: extra Section: optional Filename: pool/main/b/blankon-default-applications/blankon-default-applications_0.1_amd64.deb Size: 8572 SHA256: 6f5f22d078d20e2a3b153cc746cfda2e9aa9fc7f57c701ae78aa6e98cb222958 SHA1: 51dbcfbf15912cfb993d018dfc1de7bc7f2af471 MD5sum: acf36f5df01ee6d96b794e4e913b88ce Description: blankon-default-applications blankon-default-applications Package: blankon-desktop Version: 8.01.05 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 34 Depends: jockey-gtk, libreoffice-gtk, cups, gnome-bluetooth, bluez-gstreamer, avahi-autoipd, network-manager-gnome, network-manager-pptp, network-manager-pptp-gnome, eog, gcalctool, lightdm, gedit, gnome-codec-install, gnome-control-center, gnome-media, gnome-menus, gnome-nettool, gnome-session, seahorse, libpam-gnome-keyring, gnome-system-monitor, gnome-power-manager, gnome-terminal, baobab, gnome-screenshot, gnome-search-tool, gnome-system-log, gnome-font-viewer, chromium-browser, nautilus, nautilus-sendto, nautilus-share, brasero, rarian-compat, ssh-askpass-gnome, software-properties-gtk, totem, update-notifier, zenity, xdg-utils, xdg-user-dirs, xdg-user-dirs-gtk, pulseaudio, pulseaudio-module-gconf, pulseaudio-module-x11, pulseaudio-module-bluetooth, gvfs-fuse, gnome-disk-utility, blankon-artwork, blankon-sounds, blankon-fontconfig, blankon-session, gnome-session-canberra, dmz-cursor-theme, gstreamer0.10-alsa, gstreamer0.10-plugins-base-apps, gstreamer0.10-pulseaudio, libsdl1.2debian, brltty, xcursor-themes, speech-dispatcher, mousetweaks, at-spi2-core, gnome-screensaver, manokwari, blankon-branding-libreoffice, audacious, blankon-branding-pidgin, synaptic, libreoffice-writer, libreoffice-calc, libreoffice-impress, simple-scan, make, menu, ttf-indonesian, scim-tables-indonesian, firmware-atheros, firmware-bnx2, firmware-bnx2x, firmware-brcm80211, firmware-iwlwifi, firmware-libertas, firmware-linux-nonfree, firmware-linux, firmware-ralink, firmware-realtek, google-pacman, locales, blankon-gksu-configuration, file-roller, blankon-branding-gnome-control-center, blankon-metacity-configuration, cheese, blankon-settings-gtk-3.0, broadcom-sta-dkms, system-config-printer, gdebi, blankon-branding-gnome-system-monitor, unrar, pidgin-libnotify, net-tools, libreoffice-l10n-id, libreoffice-gtk3, bash-completion, blankon-locales, blankon-language-pack-bms, rote-language-pack-bms, usbutils, blankon-language-pack-id, rote-language-pack-id, network-manager, evince, notify-osd, xserver-common, xserver-xorg, xserver-xorg-core, xserver-xorg-input-all, xserver-xorg-video-all, blankon-branding-system-config-printer, blankon-wallpapers, blankon-tutorial, libreoffice-draw, ntp Conflicts: gnome-desktop-data Priority: optional Section: metapackages Filename: pool/main/b/blankon-desktop/blankon-desktop_8.01.05_amd64.deb Size: 6782 SHA256: 2b13b227bc293d70ea5a17f43d9f64db626d4ed353bf8ae03a9890593f0b062b SHA1: e0d8172981a8716c749f9bacf524c6b5bcd02942 MD5sum: 74d484d5245d7cd7285446aed0432cd3 Description: The BlankOn desktop system This package depends on all of the packages in the BlankOn desktop system . It is also used to help ensure proper upgrades, so it is recommended that it not be removed. Package: blankon-kernel-headers Source: blankon-desktop Version: 8.01.05 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 28 Depends: linux-headers-3.2.0-3-amd64 Priority: optional Section: metapackages Filename: pool/main/b/blankon-desktop/blankon-kernel-headers_8.01.05_amd64.deb Size: 4728 SHA256: db8282a2310654907fa433c92850f1ab1c84dc987c91add6d389728f75b18a15 SHA1: 30634cba662fa7aa15ce3ca42899aff5abbb1ef9 MD5sum: 9ce3dd9aa0d09ae543c2a4a67cc2ceeb Description: The BlankOn desktop system This package depends on all of the packages in the BlankOn kernel headers desktop system . It is also used to help ensure proper upgrades, so it is recommended that it not be removed. Package: blankon-multimedia-desktop Version: 8.00.04 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 26 Recommends: ardour, audacity, guitarix, hydrogen, openshot, ffmpeg, ffmpeg2theora, subtitleeditor, xjadeo, gimp, gimp-plugin-registry, gimp-data-extras, gimp-gap, gimp-ufraw, inkscape, blender, stardict, stardict-kbbi, stardict-quick-indonesian-english-indonesian, stardict-quick-nusantarakata, tuxtype, tuxmath, xsane, jackd, musescore, xfonts-scalable, rakarrack, kazam, tuxguitar, lingot, gtklick, linux-image-3.2.0-3-rt-amd64 Priority: optional Section: metapackages Filename: pool/main/b/blankon-multimedia-desktop/blankon-multimedia-desktop_8.00.04_amd64.deb Size: 2080 SHA256: f121c30c662b988bb093d13921418262641c6eb33dc1fdc98582dbe900c75ed8 SHA1: d64f8eae66db0f563fdcbac008405ec1313e3f35 MD5sum: 747890761ed937e0f9e387c2c63b15bc Description: The BlankOn multimedia desktop system, This package depends on all of the packages in the BlankOn multimedia desktop system . It is also used to help ensure proper upgrades, so it is recommended that it not be removed. Package: blankon-sajadah-desktop Version: 8.00.45 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 26 Recommends: jockey-gtk, islamic-menus, xchm, hadis-web, hijra, hijra-applet, python-hijra, monajat, monajat-applet, monajat-data, python-monajat, minbar, minbar-data, zacalc, zekr, zekr-quran-recitation-ghamdi, zekr-quran-translation-id-depag, zekr-quran-translation-id-muntakhab, stellarium, stellarium-data, thawab, qioo, nawala, noor, elkirtasse, blankon-sajadah-wallpapers, islamic-date, elforkane, ttf-me-quran, otf-thabit, font-hosny-amiri, alfanous, phyton-alfanous, gimp, inkscape, blender, stardict, stardict-kbbi, stardict-quick-indonesian-english-indonesian, stardict-quick-nusantarakata, tuxtype, tuxmath, folder-islami, salafidb, linux-image-3.2.0-3-amd64, linux-headers-3.2.0-3-amd64 Priority: optional Section: metapackages Filename: pool/main/b/blankon-sajadah-desktop/blankon-sajadah-desktop_8.00.45_amd64.deb Size: 2920 SHA256: 498f107823225e5fa02950d7ddf3d1755919c73177c2148184add21dd5ad19d0 SHA1: a69caa35654961eb9fb3a6fb86a384c65eb215a5 MD5sum: 5628733120a83a608fcded2cdea56c5b Description: The BlankOn sajadah desktop system, This package depends on all of the packages in the BlankOn sajadah desktop system . It is also used to help ensure proper upgrades, so it is recommended that it not be removed. Package: blankon-sajadah-wallpapers Version: 0.4 Architecture: all Maintainer: BlankOn Developers Installed-Size: 40 Depends: blankon-wallpapers-sajadah-rote Priority: optional Section: metapackages Filename: pool/main/b/blankon-sajadah-wallpapers/blankon-sajadah-wallpapers_0.4_all.deb Size: 2698 SHA256: 36c6c6a6aa14d3a23f4f04d2f9dadfe759437ff31f1c892ae7aff19cfbf1f8ba SHA1: c0eee66fe63dea9471b7820e8c6de161c45af6e4 MD5sum: 585e0a67acb21e30ec3ee262c04b18a3 Description: BlankOn Sajadah Wallpapers The default BlankOn Sajadah wallpaper. This is also a meta-package depending on the other default wallpapers for the current BlankOn release. Package: blankon-settings-gtk-3.0 Version: 0.5 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 52 Depends: krawu-theme, komodo-icon-theme Homepage: http://dev.blankonlinux.or.id/ Priority: extra Section: optional Filename: pool/main/b/blankon-settings-gtk-3.0/blankon-settings-gtk-3.0_0.5_amd64.deb Size: 8964 SHA256: 2684e21696bbdb4e66026b3781abca5f3406eebd70549511d4f7c80980b460c6 SHA1: 64039a9f1b622875183b33dcfd1876b47d69ad86 MD5sum: 6e01ad257c4bd0976f79bb975237239a Description: blankon settings gtk-3.0 blankon settings gtk-3.0 Package: blankon-sounds Version: 8.0-4 Architecture: all Maintainer: BlankOn Developers Installed-Size: 395 Depends: blankon-desktop Conflicts: gnome-audio Priority: optional Section: gnome Filename: pool/main/b/blankon-sounds/blankon-sounds_8.0-4_all.deb Size: 317834 SHA256: b44f8e2a9c3e3d53a0fe5bc9d0c015ad4f70aef837099c2702dbd775924591bf SHA1: 6dee198de455511ceabf7bb19407c57b9696f4d3 MD5sum: 5c5ec8d71d9b56711e05d7fdf5a9fbaa Description: BlankOn's GNOME audio theme Sounds to spruce up the GNOME desktop environment. Package: blankon-wallpapers-sajadah-rote Source: blankon-sajadah-wallpapers Version: 0.4 Architecture: all Maintainer: BlankOn Developers Installed-Size: 3308 Priority: optional Section: x11 Filename: pool/main/b/blankon-sajadah-wallpapers/blankon-wallpapers-sajadah-rote_0.4_all.deb Size: 3315682 SHA256: aa1e23dbae75c5922505cf4a628ce5e86cc9ac49a1db4dfb5f93e4efacac9439 SHA1: e393e90f48de03478065566cded32b254b6c904a MD5sum: ed8d03c1e3008e79511f796c5025dbdf Description: BlankOn Sajadah 8 Wallpapers Package: brasero Version: 3.4.1-4blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 1063 Depends: libatk1.0-0 (>= 1.12.4), libbrasero-media3-1 (= 3.4.1-4blankon1), libc6 (>= 2.2.5), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.2.4), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.31.8), libgstreamer-plugins-base0.10-0 (>= 0.10.12), libgstreamer0.10-0 (>= 0.10.15), libgtk-3-0 (>= 3.0.0), libice6 (>= 1:1.0.0), libnautilus-extension1a (>= 2.91), libpango1.0-0 (>= 1.14.0), libsm6, libtotem-plparser17 (>= 2.32), libtracker-sparql-0.14-0 (>= 0.10.0), libxml2 (>= 2.7.4), gstreamer0.10-plugins-base (>= 0.10.0), komodo-icon-theme, gvfs, brasero-common (= 3.4.1-4blankon1) Suggests: vcdimager, libdvdcss2, tracker Conflicts: nautilus-cd-burner Homepage: http://www.gnome.org/projects/brasero/ Priority: optional Section: gnome Filename: pool/main/b/brasero/brasero_3.4.1-4blankon1_amd64.deb Size: 670762 SHA256: 26c9684ca8239148bdbedbb447a371a2f431c1976b96e618f81f96c56b6ccb4a SHA1: 36726c423c7bd77360c85eeb784a6452097f1367 MD5sum: 1def2aa4acbe79d48bef878aa71f4b1c Description: CD/DVD burning application for GNOME Brasero is a simple application to burn, copy and erase CD and DVD media: audio, video or data. It features among other things: * On-the-fly burning * Multisession support * On-the-fly conversion of music playlists in all formats supported by GStreamer . This package contains the main binary, the burning plugins and the nautilus extension. . The following packages, if installed, will provide Brasero with added functionality: * cdrdao to burn combined data/audio CDs and for byte-to-byte copy * GStreamer backends to support more audio formats * vcdimager to create VCDs or SVCDs * libdvdcss2 to copy encrypted DVDs * tracker to search for video, audio, image and document files Original-Maintainer: Debian GNOME Maintainers Package: brasero-cdrkit Source: brasero Version: 3.4.1-4blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 662 Depends: libbrasero-media3-1 (= 3.4.1-4blankon1), libc6 (>= 2.7), libglib2.0-0 (>= 2.29.14), libgstreamer-plugins-base0.10-0 (>= 0.10.12), libgstreamer0.10-0 (>= 0.10.15), libxml2 (>= 2.7.4), genisoimage, growisofs, wodim Recommends: dvdauthor Suggests: readom Breaks: libbrasero-media3-1 (<< 3.4.1-3) Replaces: libbrasero-media3-1 (<< 3.4.1-3) Homepage: http://www.gnome.org/projects/brasero/ Priority: optional Section: gnome Filename: pool/main/b/brasero/brasero-cdrkit_3.4.1-4blankon1_amd64.deb Size: 545102 SHA256: e5d47952bcac20f5d296cf8843462d6d646df89b8d6aae69db0ee91796bf3b16 SHA1: 835c096c3e40ccb2afad7c75cb20ae6ea58366b6 MD5sum: 6f5cc1aafcb1a1a4b1711867c11281c6 Description: cdrkit extensions for the Brasero burning application Brasero is a simple application to burn, copy and erase CD and DVD media. . This package contains extensions for Brasero, based on the genisoimage, growisofs, wodim, readom and dvdauthor programs. They are only needed for the following operations in Brasero: * Audio CD burning with CD-Text information * Video DVD creation Original-Maintainer: Debian GNOME Maintainers Package: brasero-common Source: brasero Version: 3.4.1-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 10547 Depends: dconf-gsettings-backend | gsettings-backend Breaks: brasero (<< 2.26) Replaces: brasero (<< 2.26) Homepage: http://www.gnome.org/projects/brasero/ Priority: optional Section: gnome Filename: pool/main/b/brasero/brasero-common_3.4.1-4blankon1_all.deb Size: 2038274 SHA256: 70ff7a916de1769ac7550b270d36fdc0437a6b724142e555dee891de53d4a3c1 SHA1: e7231ff6a755084844cfa64fc08e3b5ae45fd20f MD5sum: 361cc819396396c5aa71cbe2e07a6b27 Description: Common files for the Brasero CD burning application and library Brasero is a simple application to burn, copy and erase CD and DVD media. . This package contains the common files and translations. Original-Maintainer: Debian GNOME Maintainers Package: chromium Source: chromium-browser Version: 22.0.1229.94~r161065-3blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 91576 Depends: gconf-service, libasound2 (>= 1.0.16), libatk1.0-0 (>= 1.12.4), libbz2-1.0, libc6 (>= 2.11), libcairo2 (>= 1.6.0), libcups2 (>= 1.4.0), libdbus-1-3 (>= 1.2.14), libevent-2.0-5 (>= 2.0.10-stable), libexpat1 (>= 2.0.1), libflac8 (>= 1.2.1), libfontconfig1 (>= 2.9.0), libfreetype6 (>= 2.3.9), libgcc1 (>= 1:4.1.1), libgconf-2-4 (>= 2.31.1), libgcrypt11 (>= 1.4.5), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.18.0), libgnome-keyring0 (>= 2.22.2), libgtk2.0-0 (>= 2.24.0), libjpeg8 (>= 8c), libnspr4 (>= 2:4.9-2~), libnss3 (>= 2:3.13.4-2~) | libnss3-1d (>= 3.12.3), libpango1.0-0 (>= 1.22.0), libpng12-0 (>= 1.2.13-4), libpulse0 (>= 0.99.1), libspeex1 (>= 1.2~beta3-1), libstdc++6 (>= 4.6), libudev0 (>= 146), libvpx1 (>= 1.0.0), libx11-6 (>= 2:1.4.99.1), libxext6, libxfixes3, libxml2 (>= 2.7.4), libxrender1, libxslt1.1 (>= 1.1.25), libxss1, xdg-utils, chromium-inspector Suggests: chromium-l10n Conflicts: chromium-browser (<< 10.0.648.82~r75062-1~), chromium-codecs-ffmpeg, chromium-codecs-ffmpeg-extra, chromium-testsuite Replaces: chromium-browser (<< 10.0.648.82~r75062-1~), chromium-codecs-ffmpeg, chromium-codecs-ffmpeg-extra, chromium-testsuite Provides: chromium-testsuite, gnome-www-browser, www-browser Homepage: http://code.google.com/chromium/ Priority: optional Section: web Filename: pool/main/c/chromium-browser/chromium_22.0.1229.94~r161065-3blankon1_amd64.deb Size: 34957330 SHA256: 45b21f1945cdb7c1bfc0cdac9a35e8affc213edfcc7935dbf3e4a1f3fbeca60c SHA1: 8d628081259ef186e1e500bae0dbd8aa81158065 MD5sum: 5a7491a75ac09cc6553b8e006d38475d Description: Google's open source chromium web browser Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all Internet users to experience the web. . Chromium serves as a base for Google Chrome, which is Chromium rebranded (name and logo) with very few additions such as usage tracking and an auto-updater system. . This package contains the Chromium browser. Original-Maintainer: Debian Chromium Maintainers Package: chromium-browser Version: 22.0.1229.94~r161065-3blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 1680 Depends: chromium (>= 10) Breaks: chromium (<< 13.0.782.215~r97094-1) Replaces: chromium (<< 13.0.782.215~r97094-1) Homepage: http://code.google.com/chromium/ Priority: optional Section: oldlibs Filename: pool/main/c/chromium-browser/chromium-browser_22.0.1229.94~r161065-3blankon1_all.deb Size: 157262 SHA256: 89c532c86f239377afcf6c3b95053e33597282e41e62f21d7b9973acaa000a8e SHA1: a8e122d7d82b7f051b8a67f3866e45a94a1e97de MD5sum: f18b69488c8f3c3c8053e68022373dec Description: Chromium browser - transitional dummy package Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all Internet users to experience the web. . Chromium serves as a base for Google Chrome, which is Chromium rebranded (name and logo) with very few additions such as usage tracking and an auto-updater system. . This package contains the Chromium browser transitional dummy package. Original-Maintainer: Debian Chromium Maintainers Package: chromium-browser-dbg Source: chromium-browser Version: 22.0.1229.94~r161065-3blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 1663 Depends: chromium-dbg, chromium Homepage: http://code.google.com/chromium/ Priority: extra Section: oldlibs Filename: pool/main/c/chromium-browser/chromium-browser-dbg_22.0.1229.94~r161065-3blankon1_all.deb Size: 156698 SHA256: 0abf0725aaf8b362600777ae4cda981f94a8131a0b36edcbf968e225bb47cc08 SHA1: 0120eef09928966b1145c5416b8ea9e8dfb1fd9c MD5sum: 1e8ba482c4b466c824c65f000fd974ad Description: chromium-browser debug symbols transitional dummy package Debug symbols for the Chromium browser - transitional dummy package . Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all Internet users to experience the web. Original-Maintainer: Debian Chromium Maintainers Package: chromium-browser-inspector Source: chromium-browser Version: 22.0.1229.94~r161065-3blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 1663 Depends: chromium-inspector Homepage: http://code.google.com/chromium/ Priority: optional Section: oldlibs Filename: pool/main/c/chromium-browser/chromium-browser-inspector_22.0.1229.94~r161065-3blankon1_all.deb Size: 156796 SHA256: 66ec613630e0d54abd1d4d2801750239131bda7d17aecd95e953b468e0ab2297 SHA1: 3ea45435d7f64f20cbc6159b2adea7c96d7b2b95 MD5sum: e70c9c3113c1f630fa66316440eaabfa Description: page inspector for the chromium-browser - transitional dummy package Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all Internet users to experience the web. . This package contains 'inspector', transitional dummy package. Original-Maintainer: Debian Chromium Maintainers Package: chromium-browser-l10n Source: chromium-browser Version: 22.0.1229.94~r161065-3blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 1663 Depends: chromium-l10n Homepage: http://code.google.com/chromium/ Priority: optional Section: oldlibs Filename: pool/main/c/chromium-browser/chromium-browser-l10n_22.0.1229.94~r161065-3blankon1_all.deb Size: 156858 SHA256: a032d8d20007042f08ed479901968387d66ae6f6e2e70626be43b70a6b0f81b5 SHA1: 5753afb6303070aafcf35d6cc3d4bd9c78b1fb13 MD5sum: 53f05ea2383f6c5fd569461132b041b6 Description: chromium-browser language packages - transitional dummy package Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all Internet users to experience the web. . This package contains language packages for 50 languages (transitional dummy package): am, ar, bg, bn, ca, cs, da, de, el, en-GB, es-419, es, et, fi, fil, fr, gu, he, hi, hr, hu, id, it, ja, kn, ko, lt, lv, ml, mr, nb, nl, pl, pt-BR, pt-PT, ro, ru, sk, sl, sr, sv, sw, ta, te, th, tr, uk, vi, zh-CN, zh-TW Original-Maintainer: Debian Chromium Maintainers Package: chromium-dbg Source: chromium-browser Version: 22.0.1229.94~r161065-3blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 1692334 Depends: chromium (= 22.0.1229.94~r161065-3blankon1) Conflicts: chromium-browser-dbg (<< 10.0.648.82~r75062-1~), chromium-testsuite-dbg Replaces: chromium-browser-dbg (<< 10.0.648.82~r75062-1~), chromium-testsuite-dbg Provides: chromium-testsuite-dbg Homepage: http://code.google.com/chromium/ Priority: extra Section: debug Filename: pool/main/c/chromium-browser/chromium-dbg_22.0.1229.94~r161065-3blankon1_amd64.deb Size: 382880894 SHA256: 1d7f5e3fd012602ba7122d76a95815d61fc8a0bad8d5b934f80e441c4c40d24d SHA1: 8b20f408bc47ae44cdcac6dc26534fabbcb09421 MD5sum: a4d762251a10aacc5bb0b78397dc9562 Description: Debugging symbols for the chromium web browser Debug symbols for the Chromium browser. . Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all Internet users to experience the web. Original-Maintainer: Debian Chromium Maintainers Package: chromium-inspector Source: chromium-browser Version: 22.0.1229.94~r161065-3blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 4472 Recommends: chromium (>= 10) Conflicts: chromium (<< 22.0.1229.94~r161065-3blankon1), chromium-browser-inspector (<< 10.0.648.82~r75062-1~) Replaces: chromium-browser-inspector (<< 10.0.648.82~r75062-1~) Homepage: http://code.google.com/chromium/ Priority: optional Section: web Filename: pool/main/c/chromium-browser/chromium-inspector_22.0.1229.94~r161065-3blankon1_all.deb Size: 725540 SHA256: fa2405dbdeea3380fa1c1e3026ccd3028e28ce281013dff3fca1e4e95868d8cc SHA1: 2c16ae4c32b60cb58a69a080abdcee78b832d6b9 MD5sum: 49340a0855ebda12c8746a312da50f56 Description: page inspector for the chromium browser Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all Internet users to experience the web. . This package contains 'inspector', allowing web developers to inspect any element of a web page at runtime (HTML, JavaScript, CSS, ..). Original-Maintainer: Debian Chromium Maintainers Package: chromium-l10n Source: chromium-browser Version: 22.0.1229.94~r161065-3blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 12710 Depends: chromium (>= 22.0.1229.94~r161065-3blankon1), chromium (<< 22.0.1229.94~r161065-3blankon1.1~) Conflicts: chromium-browser-l10n (<< 10.0.648.82~r75062-1~) Replaces: chromium-browser-l10n (<< 10.0.648.82~r75062-1~) Homepage: http://code.google.com/chromium/ Priority: optional Section: web Filename: pool/main/c/chromium-browser/chromium-l10n_22.0.1229.94~r161065-3blankon1_all.deb Size: 2295114 SHA256: cd10661e3ac0de33ea2689239658f4b175fe2ea328513604950c714c07b9e733 SHA1: efb9c991fdb547a2ea3053a66ab17d86b9cbc819 MD5sum: ee135f8039de4b3ca95be09a638943fe Description: chromium-browser language packages Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all Internet users to experience the web. . This package contains language packages for 50 languages: am, ar, bg, bn, ca, cs, da, de, el, en-GB, es-419, es, et, fi, fil, fr, gu, he, hi, hr, hu, id, it, ja, kn, ko, lt, lv, ml, mr, nb, nl, pl, pt-BR, pt-PT, ro, ru, sk, sl, sr, sv, sw, ta, te, th, tr, uk, vi, zh-CN, zh-TW Original-Maintainer: Debian Chromium Maintainers Package: cifs-utils Version: 2:5.5-1blankon1 Architecture: amd64 Maintainer: BlankOn Developes Installed-Size: 194 Depends: samba-common, libc6 (>= 2.4), libkeyutils1, libkrb5-3 (>= 1.10+dfsg~), libtalloc2 (>= 2.0.4~git20101213), libwbclient0 (>= 2:3.2.0) Recommends: keyutils, winbind Suggests: smbclient Replaces: smbfs (<< 2:4.0~rc1-1) Homepage: http://www.samba.org/~jlayton/cifs-utils/ Priority: optional Section: otherosfs Filename: pool/main/c/cifs-utils/cifs-utils_5.5-1blankon1_amd64.deb Size: 72754 SHA256: fcba3be91dd1e1f47e75dbab5c54629ed1ff720d7e7dc92c5d1fb3aa26f193dd SHA1: 138dbf07d66715e25424b567403b50fefd41b6f8 MD5sum: 5aec3f7b0d42e07c5822841ca90d8dfd Description: Common Internet File System utilities The SMB/CIFS protocol provides support for cross-platform file sharing with Microsoft Windows, OS X, and other Unix systems. . This package provides utilities for managing mounts of CIFS network file systems. Original-Maintainer: Debian Samba Maintainers Package: db5.1-doc Source: db Version: 5.1.29-5blankon2 Architecture: all Maintainer: BlankOn Developers Installed-Size: 41678 Homepage: http://www.oracle.com/technology/software/products/berkeley-db/index.html Priority: optional Section: doc Filename: pool/main/d/db/db5.1-doc_5.1.29-5blankon2_all.deb Size: 17303010 SHA256: ec9dd9f1ccf3268e6a4d3a82d84d900d4b86b664ab8d75e023f56f8b304888e5 SHA1: 262b109d6e07b360cb1d23eed8ad820ea6d79971 MD5sum: 6b70db47c01ac2f91d900c55cbb241ca Description: Berkeley v5.1 Database Documentation [html] This package contains documentation in HTML format for all of the APIs (C, C++, C#, STL, Java, Tcl) and utilities provided by version 5.1 of Berkeley DB. Original-Maintainer: Debian Berkeley DB Group Package: db5.1-sql-util Source: db Version: 5.1.29-5blankon2 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 76 Depends: libc6 (>= 2.3), libdb5.1-sql, libdb5.1 Homepage: http://www.oracle.com/technology/software/products/berkeley-db/index.html Priority: extra Section: database Filename: pool/main/d/db/db5.1-sql-util_5.1.29-5blankon2_amd64.deb Size: 21742 SHA256: 378c2b4b87942ca38d9dd0db91b4222d0e9f26bac1ce7d65e4ea3c80c2eb166c SHA1: a4ad9a3ff71a890df64469cd2d1ffecc31050c2e MD5sum: 472ebb73ef6ac1c512383e45dd3aa5df Description: Berkeley v5.1 SQL Database Utilities This package provides different tools for manipulating databases in the Berkeley v5.1 SQL database format, and includes: - db5.1_sql: sqlite3 compatible command-line utility Original-Maintainer: Debian Berkeley DB Group Package: db5.1-util Source: db Version: 5.1.29-5blankon2 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 238 Depends: libc6 (>= 2.3), libdb5.1 Multi-Arch: foreign Homepage: http://www.oracle.com/technology/software/products/berkeley-db/index.html Priority: standard Section: database Filename: pool/main/d/db/db5.1-util_5.1.29-5blankon2_amd64.deb Size: 84422 SHA256: 0ae790bff515033b190f34a18861b4cd0a619a15e8e23520c8bb5596c8744498 SHA1: dcfee6ace90cbccbcf466a000daf85d3c0d8f73b MD5sum: f7eaf5d397a57bc48908bb6015880e38 Description: Berkeley v5.1 Database Utilities This package provides different tools for manipulating databases in the Berkeley v5.1 database format, and includes: - db5.1_archive: write the pathnames of the log files no longer in use. - db5.1_checkpoint: daemon process to monitor the database log and checkpoint it periodically. - db5.1_deadlock: traverse the database environment lock region and abort lock requests when a deadlock is detected. - db5.1_load: loads (and creates) a database from standard input. - db5.1_dump: read a database file and write it in a format understood by db4.{2..8}_load. - db5.1_printlog: dump log files in human readable format. - db5.1_stat: display statistics for Berkeley DB environments. - db5.1_upgrade: upgrades the version of files and the databases they contain. - db5.1_verify: check the structure of files and their databases. Original-Maintainer: Debian Berkeley DB Group Package: debootstrap Version: 1.0.59blankon0.8.0.1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 239 Depends: wget Recommends: gnupg, blankon-keyring Priority: extra Section: admin Filename: pool/main/d/debootstrap/debootstrap_1.0.59blankon0.8.0.1_all.deb Size: 63718 SHA256: 586cc7e0e7717829dda44c625b123e54603253cbd4dedf971add76dd9e4be604 SHA1: 358cca8784ff64e59010e1217839807d4aaba059 MD5sum: f67d0a0ae08d70e3b4aa2189ea9c9bb1 Description: Bootstrap a basic Debian system debootstrap is used to create a Debian base system from scratch, without requiring the availability of dpkg or apt. It does this by downloading .deb files from a mirror site, and carefully unpacking them into a directory which can eventually be chrooted into. Original-Maintainer: Debian Install System Team Package: dh-modaliases Source: jockey Version: 0.9.7-0ubuntu7.1+blankon3 Architecture: all Maintainer: BlankOn Developers Installed-Size: 114 Depends: perl Enhances: debhelper Priority: optional Section: admin Filename: pool/main/j/jockey/dh-modaliases_0.9.7-0ubuntu7.1+blankon3_all.deb Size: 62412 SHA256: 84623fc9c2e3198440e40df6359afe1135832e198f34adb09346d48014012ef2 SHA1: 2571cc892b1d0f1425d2a8b353349530bc73f415 MD5sum: 431de19894e876533eb2744326a462c0 Description: debhelper extension for scanning kernel module aliases dh_modaliases is useful for packages that ship third-party kernel modules, either in binary form, or as sources (with e. g. DKMS). It extracts the modules' modaliases from either the compile .ko files themselves (for packages which ship them in compiled form, using modinfo), or from a package file debian/packagename.modaliases. . This enables software which is looking for missing driver packages (such as Jockey or the operating system installer) to identify which package(s) will provide a driver for a piece of hardware, identified by its modalias. Original-Maintainer: Martin Pitt Package: evince Version: 3.4.0-3.1blankon1 Architecture: amd64 Maintainer: Blankon Developers Installed-Size: 1076 Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.2.5), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.10.0), libevdocument3-4 (= 3.4.0-3.1blankon1), libevview3-3 (= 3.4.0-3.1blankon1), libgail-3-0 (>= 3.0.0), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.31.8), libgnome-keyring0 (>= 2.22.2), libgtk-3-0 (>= 3.0.2), libice6 (>= 1:1.0.0), libnautilus-extension1a (>= 2.91), libpango1.0-0 (>= 1.14.0), libsm6, libx11-6, libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4), evince-common (>= 3.4), evince-common (<< 3.5), komodo-icon-theme, shared-mime-info Recommends: dbus-x11, gvfs Suggests: unrar, poppler-data, nautilus Conflicts: evince-gtk Provides: djvu-viewer, pdf-viewer, postscript-viewer Homepage: http://www.gnome.org/projects/evince/ Priority: optional Section: gnome Filename: pool/main/e/evince/evince_3.4.0-3.1blankon1_amd64.deb Size: 630864 SHA256: 8a975fff48b69ab2c1741398871efc6ee9434cd76b1c6d44c654fc51d6b5d24c SHA1: 1b257825d26a6ca9728b5314e896fa3072c2d74b MD5sum: 0dbb26a17387722caaa658d73505f824 Description: Document (PostScript, PDF) viewer Evince is a simple multi-page document viewer. It can display and print PostScript (PS), Encapsulated PostScript (EPS), DjVu, DVI, Portable Document Format (PDF) and XML Paper Specification (XPS) files. When supported by the document, it also allows searching for text, copying text to the clipboard, hypertext navigation, and table-of-contents bookmarks. Original-Maintainer: Debian GNOME Maintainers Package: evince-common Source: evince Version: 3.4.0-3.1blankon1 Architecture: all Maintainer: Blankon Developers Installed-Size: 14652 Depends: dconf-gsettings-backend | gsettings-backend, gsettings-desktop-schemas Homepage: http://www.gnome.org/projects/evince/ Priority: optional Section: gnome Filename: pool/main/e/evince/evince-common_3.4.0-3.1blankon1_all.deb Size: 5157004 SHA256: f6bec2cbe4746847a0a6ee2b10f2d02736bd975e0c024df9f518d0c1d610fad7 SHA1: 093d3681c31d1765d758553c02d7a3e08a6d8b3f MD5sum: fbe8d56d51870f531a063f3725e22d81 Description: Document (PostScript, PDF) viewer - common files Evince is a simple multi-page document viewer. It can display and print PostScript (PS), Encapsulated PostScript (EPS), DjVu, DVI, Portable Document Format (PDF) and XML Paper Specification (XPS) files. When supported by the document, it also allows searching for text, copying text to the clipboard, hypertext navigation, and table-of-contents bookmarks. . This package contains shared files for evince and evince-gtk packages. Original-Maintainer: Debian GNOME Maintainers Package: evince-dbg Source: evince Version: 3.4.0-3.1blankon1 Architecture: amd64 Maintainer: Blankon Developers Installed-Size: 5186 Depends: evince (= 3.4.0-3.1blankon1), libevdocument3-4 (= 3.4.0-3.1blankon1), libevview3-3 (= 3.4.0-3.1blankon1) Homepage: http://www.gnome.org/projects/evince/ Priority: extra Section: debug Filename: pool/main/e/evince/evince-dbg_3.4.0-3.1blankon1_amd64.deb Size: 1608848 SHA256: 5dd1ab32230db39e16f8d5552232c40b196fd9d896ad2c3fc86f38a77e3a62b6 SHA1: 3cae1df13bf8b50236fa25bf215d6878b272da94 MD5sum: c1e0a0f1807454720a09d0f6a19df6c8 Description: Document (PostScript, PDF) viewer - debugging symbols Evince is a simple multi-page document viewer. It can display and print PostScript (PS), Encapsulated PostScript (EPS), DjVu, DVI, Portable Document Format (PDF) and XML Paper Specification (XPS) files. When supported by the document, it also allows searching for text, copying text to the clipboard, hypertext navigation, and table-of-contents bookmarks. . This package contains the debugging symbols needed by gdb. Original-Maintainer: Debian GNOME Maintainers Package: evince-gtk Source: evince Version: 3.4.0-3.1blankon1 Architecture: amd64 Maintainer: Blankon Developers Installed-Size: 1040 Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.2.5), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.10.0), libevdocument3-4 (= 3.4.0-3.1blankon1), libevview3-3 (= 3.4.0-3.1blankon1), libgail-3-0 (>= 3.0.0), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.31.8), libgtk-3-0 (>= 3.0.2), libice6 (>= 1:1.0.0), libpango1.0-0 (>= 1.14.0), libsm6, libx11-6, libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4), evince-common (>= 3.4), evince-common (<< 3.5), gnome-icon-theme (>= 2.17.1), shared-mime-info Recommends: dbus-x11 Suggests: gvfs, unrar, poppler-data, nautilus Conflicts: evince Provides: djvu-viewer, pdf-viewer, postscript-viewer Homepage: http://www.gnome.org/projects/evince/ Priority: optional Section: x11 Filename: pool/main/e/evince/evince-gtk_3.4.0-3.1blankon1_amd64.deb Size: 626884 SHA256: 7ae575acce073ada206bf26ae45ad794940d678b538a16607ccf205c7d100d3f SHA1: 4c107f89326c1deed5453971db2c15947897eebb MD5sum: 1aad7a742ace86aec5fa3ae0033aaff7 Description: Document (PostScript, PDF) viewer (GTK+ version) Evince is a simple multi-page document viewer. It can display and print PostScript (PS), Encapsulated PostScript (EPS), DjVu, DVI, Portable Document Format (PDF) and XML Paper Specification (XPS) files. When supported by the document, it also allows searching for text, copying text to the clipboard, hypertext navigation, and table-of-contents bookmarks. . This version of evince is built without GNOME keyring support. Original-Maintainer: Debian GNOME Maintainers Package: finch Source: pidgin Version: 2.10.8-1blankon8.0 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 800 Depends: pidgin-data (>= 2.10.8), pidgin-data (<< 2.10.8-z), libc6 (>= 2.7), libglib2.0-0 (>= 2.24.0), libgstreamer0.10-0 (>= 0.10.10), libncursesw5 (>= 5.6+20070908), libpurple0 (>= 2.8.0), libtinfo5, libxml2 (>= 2.7.4) Suggests: libx11-6 Homepage: http://www.pidgin.im Priority: optional Section: net Filename: pool/main/p/pidgin/finch_2.10.8-1blankon8.0_amd64.deb Size: 309384 SHA256: 1a795803c2278bdc3f79e941f5f304c03d959b71b54594e95bec8dfcb6bde521 SHA1: 2ac405250c39728dbf85ed6eacc56bdae7383f46 MD5sum: 482a4ff78bf41cfe7ac285e99ea3a44b Description: text-based multi-protocol instant messaging client Finch is a text/console-based, modular instant messaging client capable of using multiple networks at once. Currently supported are: AIM/ICQ, Yahoo!, MSN, IRC, Jabber/XMPP/Google Talk, Napster, Zephyr, Gadu-Gadu, Bonjour, Groupwise, Sametime, SIMPLE, MySpaceIM, and MXit. . Some extra packages are suggested to use increased functionality: * libx11-6 - To use the Clipboard and/or Toaster plugins. Original-Maintainer: Ari Pollak Package: finch-dev Source: pidgin Version: 2.10.8-1blankon8.0 Architecture: all Maintainer: BlankOn Developers Installed-Size: 339 Depends: finch (>= 2.10.8), finch (<< 2.10.8+1~), pkg-config, libpurple-dev, libglib2.0-dev, libncursesw5-dev Homepage: http://www.pidgin.im Priority: optional Section: devel Filename: pool/main/p/pidgin/finch-dev_2.10.8-1blankon8.0_all.deb Size: 141456 SHA256: f20ee89e8f81360a6e6df07ddd433142697b7cb70704a18f36d52bfc88a05dc6 SHA1: 381ee84722603566468d8d9e5f45d23d9cf670c2 MD5sum: f3029b435ec0f0a596f0d0886b9c521b Description: text-based multi-protocol instant messaging client - development This package contains the headers and other development files not included in the main finch package. Install this if you wish to compile your own plugins, or would like to compile programs that use the libgnt library. Original-Maintainer: Ari Pollak Package: fonts-opensymbol Source: libreoffice (1:3.5.4+dfsg-4blankon1) Version: 2:102.2+LibO3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 373 Recommends: fontconfig Replaces: ttf-opensymbol Provides: ttf-opensymbol Homepage: http://www.libreoffice.org Priority: optional Section: fonts Filename: pool/main/libr/libreoffice/fonts-opensymbol_102.2+LibO3.5.4+dfsg-4blankon1_all.deb Size: 131956 SHA256: 75a8e66ce96b944c81a13107d1df2ba56c677804826f3c34290a6172d7698c20 SHA1: 16bd3e4c4674ce33934094edba044cb6164af780 MD5sum: d09744f70f538b5860926289d8f98182 Description: OpenSymbol TrueType font This package contains the OpenSymbol TrueType font included in LibreOffice. This font contains symbols (like fonts as Wingdings(tm)), bullets (needed for bullets in LibreOffice) and non-latin character Original-Maintainer: Debian LibreOffice Maintainers Package: gdebi Version: 0.8.7blankon2 Architecture: all Maintainer: BlankOn Developers Installed-Size: 196 Depends: python (>= 2.6.6-7~), gdebi-core (= 0.8.7blankon2), gir1.2-gtk-3.0, gir1.2-vte-2.90, python-gi, gksu, gnome-icon-theme Recommends: libgtk2-perl, shared-mime-info Priority: optional Section: admin Filename: pool/main/g/gdebi/gdebi_0.8.7blankon2_all.deb Size: 41496 SHA256: 5f147b960313e7e407e55dba5b8ff59bf7ffcc9e07108c2c5bca30a949c9b60c SHA1: 46248b239fc1f081103ed95fe946ed6ef6c1aad1 MD5sum: cd3d96c6d8865c53fc6d01ee586e7171 Description: simple tool to install deb files - GNOME GUI gdebi lets you install local deb packages resolving and installing its dependencies. apt does the same, but only for remote (http, ftp) located packages. . This package contains the graphical user interface. Original-Maintainer: Ubuntu Developers Package: gdebi-core Source: gdebi Version: 0.8.7blankon2 Architecture: all Maintainer: BlankOn Developers Installed-Size: 648 Depends: python (>= 2.6.6-7~), python-apt (>= 0.7.97), python-debian (>= 0.1.15), file Suggests: xz-utils | xz-lzma Priority: optional Section: admin Filename: pool/main/g/gdebi/gdebi-core_0.8.7blankon2_all.deb Size: 98956 SHA256: e1e1562f1101fa3c2f86396dbca6152f25b530dceb564168770562cbcc092a6b SHA1: bd5dafd48e752e0867db5e781710f151addf3838 MD5sum: c4208f6e7537ecfd0dc4984b6b58be8c Description: simple tool to install deb files gdebi lets you install local deb packages resolving and installing its dependencies. apt does the same, but only for remote (http, ftp) located packages. . This package contains the libraries and command-line utility. Original-Maintainer: Ubuntu Developers Package: gdebi-kde Source: gdebi Version: 0.8.7blankon2 Architecture: all Maintainer: BlankOn Developers Installed-Size: 131 Depends: python (>= 2.6.6-7~), gdebi-core (= 0.8.7blankon2), python-kde4, kdebase-runtime | kde-runtime | kdesudo Recommends: shared-mime-info Priority: optional Section: admin Filename: pool/main/g/gdebi/gdebi-kde_0.8.7blankon2_all.deb Size: 29194 SHA256: ba312f553522d4668730246a7879ef122caed974cec563207f93bcd8d5bf20e5 SHA1: 6789d11af78311f4935e07816e0c7d3f5d947bdc MD5sum: 72aa74240bb3366c4b25906f4823a1c5 Description: simple tool to install deb files - KDE GUI gdebi lets you install local deb packages resolving and installing its dependencies. apt does the same, but only for remote (http, ftp) located packages. . This package contains the KDE user interface. Original-Maintainer: Ubuntu Developers Package: gimp Version: 2.8.2-2blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 15273 Depends: libgimp2.0 (>= 2.8.2), libgimp2.0 (<= 2.8.2-z), gimp-data (>= 2.8.2), gimp-data (<= 2.8.2-z), python-gtk2 (>= 2.8.0), libaa1 (>= 1.4p5), libatk1.0-0 (>= 1.12.4), libbabl-0.1-0 (>= 0.1.10), libbz2-1.0, libc6 (>= 2.7), libcairo2 (>= 1.10.2), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.88), libexif12, libexpat1 (>= 2.0.1), libfontconfig1 (>= 2.9.0), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libgegl-0.2-0 (>= 0.2.0), libglib2.0-0 (>= 2.31.8), libgs9 (>= 8.61.dfsg.1), libgtk2.0-0 (>= 2.24.10), libgudev-1.0-0 (>= 146), libice6 (>= 1:1.0.0), libjasper1, libjavascriptcoregtk-1.0-0 (>= 1.5.1), libjpeg8 (>= 8c), liblcms1 (>= 1.15-1), libmng1 (>= 1.0.10), libpango1.0-0 (>= 1.29.4), libpng12-0 (>= 1.2.13-4), libpoppler-glib8 (>= 0.18), librsvg2-2 (>= 2.14.4), libsm6, libsoup2.4-1 (>= 2.4.0), libtiff4 (>> 3.9.5-3~), libwebkitgtk-1.0-0 (>= 1.3.10), libwmf0.2-7 (>= 0.2.8.4), libx11-6, libxcursor1 (>> 1.1.2), libxext6, libxfixes3, libxmu6, libxpm4, libxt6, zlib1g (>= 1:1.1.4), python (>= 2.6.6-7~), python2.7 Recommends: ghostscript Suggests: gimp-help-en | gimp-help, gimp-data-extras, gvfs-backends, libasound2 Breaks: gimp-plugin-registry (<< 4.20120506) Replaces: gimp-plugin-registry (<< 4.20120506) Provides: gimp-helpbrowser, gimp-python Homepage: http://www.gimp.org/ Priority: optional Section: graphics Filename: pool/main/g/gimp/gimp_2.8.2-2blankon1_amd64.deb Size: 4244186 SHA256: c88a6b171b6d1a4230756b105ce0ba4ab99b66b787656558926e53515919924b SHA1: 4bb6f3c2da7f33fddc2058344e9f2ca0f2f8e72c MD5sum: a054ea2b417effc5f1bc44b66a11cb67 Description: The GNU Image Manipulation Program GIMP is an advanced picture editor. You can use it to edit, enhance, and retouch photos and scans, create drawings, and make your own images. It has a large collection of professional-level editing tools and filters, similar to the ones you might find in Photoshop. Numerous fine-control settings and features like layers, paths, masks, and scripting give you total control over your images. . Many image file formats are supported, including JPEG, Photoshop (.psd), and Paint Shop Pro (.psp) files. It can also be used to scan and print photos. . To open files remotely (like over HTTP), install the gvfs-backends package. . To use a MIDI device (like a musical keyboard) as an input controller in GIMP, install libasound2 and read the how-to at /usr/share/doc/gimp/README.MIDI Original-Maintainer: Ari Pollak Package: gimp-data Source: gimp Version: 2.8.2-2blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 42614 Recommends: gimp Conflicts: gimp (<< 2.4.0~rc2-2), gimp-python (<< 2.6.0) Replaces: gimp (<< 2.4.0~rc2-2), gimp-python (<< 2.6.0) Homepage: http://www.gimp.org/ Priority: optional Section: graphics Filename: pool/main/g/gimp/gimp-data_2.8.2-2blankon1_all.deb Size: 8144428 SHA256: 0b05c8cf57e29347059ff719967b767fe090e7b9633cb06c94915f8f14cbb84c SHA1: e32f2fa9a8c72d8239f8e256258e78b3ac6bf390 MD5sum: 66fc76a52b9e802165d68746963d01a6 Description: Data files for GIMP This package contains architecture-independent supporting data files for use with GIMP. Original-Maintainer: Ari Pollak Package: gimp-dbg Source: gimp Version: 2.8.2-2blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 59008 Depends: gimp (= 2.8.2-2blankon1) | libgimp2.0 (= 2.8.2-2blankon1) Homepage: http://www.gimp.org/ Priority: extra Section: debug Filename: pool/main/g/gimp/gimp-dbg_2.8.2-2blankon1_amd64.deb Size: 13250526 SHA256: 28c7b37cab8c68fef5d445a4190012c0c323dacf59e548c28ccb4fce42c154bf SHA1: ebf7d20c4c68e1b30ae03a2c14a90e3f4de46416 MD5sum: f06f543a2d9fdafe94c415bfa05fd3b9 Description: Debugging symbols for GIMP This package includes the debugging symbols useful for debugging GIMP and its libraries, contained in the gimp and libgimp2.0 packages. The debugging symbols are used for execution tracing and core dump analysis. Original-Maintainer: Ari Pollak Package: gir1.2-brasero-3.0 Source: brasero Version: 3.4.1-4blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 589 Depends: gir1.2-atk-1.0, gir1.2-freedesktop, gir1.2-gdkpixbuf-2.0, gir1.2-glib-2.0, gir1.2-gtk-3.0, gir1.2-pango-1.0, libbrasero-media3-1 (>= 3.0.0) Homepage: http://www.gnome.org/projects/brasero/ Priority: optional Section: introspection Filename: pool/main/b/brasero/gir1.2-brasero-3.0_3.4.1-4blankon1_amd64.deb Size: 526268 SHA256: ab4d184cacb78bd104f65c85898b3ea2795c088c6ebb65637b4d87a3d2412585 SHA1: eafd270af2fae964cf0564a827eb70bda70018df MD5sum: e730f23f79a3d8bbbfc59fe190887f03 Description: CD/DVD burning library for GNOME - GObject introspection data This package contains introspection data for the GNOME CD/DVD burning library . It can be used by packages using the GIRepository format to generate dynamic bindings. Original-Maintainer: Debian GNOME Maintainers Package: gir1.2-evince-3.0 Source: evince Version: 3.4.0-3.1blankon1 Architecture: amd64 Maintainer: Blankon Developers Installed-Size: 604 Depends: gir1.2-atk-1.0, gir1.2-freedesktop, gir1.2-gdkpixbuf-2.0, gir1.2-glib-2.0, gir1.2-gtk-3.0, gir1.2-pango-1.0, libevdocument3-4 (>= 3.3.90), libevview3-3 (>= 3.3.90) Provides: gir1.2-evince-document-3.0, gir1.2-evince-view-3.0 Homepage: http://www.gnome.org/projects/evince/ Priority: optional Section: introspection Filename: pool/main/e/evince/gir1.2-evince-3.0_3.4.0-3.1blankon1_amd64.deb Size: 499244 SHA256: 710537384697107a03d15d2eba1eba4c81dc1aea01890eb5ee6033ddff28c492 SHA1: 6a159cf67f78a22b64c4f6ead272de43ea814acd MD5sum: d6a5d6f0dd0810d59ff9497569ff655f Description: GObject introspection data for the evince libraries This package contains introspection data for the libevview and libevdocument library. . Evince is a simple multi-page document viewer. It can display and print PostScript (PS), Encapsulated PostScript (EPS), DjVu, DVI, Portable Document Format (PDF) and XML Paper Specification (XPS) files. When supported by the document, it also allows searching for text, copying text to the clipboard, hypertext navigation, and table-of-contents bookmarks. . It can be used by packages using the GIRepository format to generate dynamic bindings. Original-Maintainer: Debian GNOME Maintainers Package: gir1.2-gdesktopenums-3.0 Source: gsettings-desktop-schemas Version: 3.4.2-1blankon7 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 44 Homepage: http://www.gnome.org/ Priority: optional Section: gnome Filename: pool/main/g/gsettings-desktop-schemas/gir1.2-gdesktopenums-3.0_3.4.2-1blankon7_amd64.deb Size: 8652 SHA256: 10b40b4626ed4a3f3567d3383139110767fbdee0d9099181d6ad132474a4cc5a SHA1: bdcdd95d44460695365234348d540888f5d94adb MD5sum: 98569d536f7be4e2a39541a7e647e9aa Description: GObject introspection for GSettings desktop-wide schemas gsettings-desktop-schemas contains a collection of GSettings schemas for settings shared by various components of a desktop. . This package contains introspection data for GSettings desktop-wide schemas. It can be used by packages using the GIRepository format to generate dynamic bindings. Original-Maintainer: Debian GNOME Maintainers Package: gnome-session Version: 3.4.2.1-3blankon2 Architecture: all Maintainer: BlankOn Developers Installed-Size: 220 Depends: gnome-settings-daemon (>= 3.0), gnome-shell (>= 3.0), gnome-session-bin (>= 3.4.2.1-3blankon2), gnome-session-bin (<< 3.5), gnome-session-common (= 3.4.2.1-3blankon2) Recommends: gnome-session-fallback, gnome-power-manager Suggests: gnome-user-guide, desktop-base, gnome-keyring Conflicts: gnome3-session Breaks: bug-buddy (<< 2.20), gnome-power-manager (<< 2.28), xserver-xorg (<< 1:7.4) Replaces: gnome-session-bin (<< 3.0), gnome3-session Provides: gnome3-session, x-session-manager Priority: optional Section: gnome Filename: pool/main/g/gnome-session/gnome-session_3.4.2.1-3blankon2_all.deb Size: 136120 SHA256: 49042e70a3f6347ee49b281a201cbe2113d1bec6768b06190e31aff0ef0c4666 SHA1: 4e21ab1efd5bc5f63d3895d7fa3cc64eaafa8817 MD5sum: c2bc48e933911377586ad51dabe2ef7d Description: GNOME Session Manager - GNOME 3 session The GNOME Session Manager is in charge of starting the core components of the GNOME desktop, and applications that should be launched at login time. It also features a way to save and restore currently running applications. . This package contains the required components for the standard GNOME 3 session, based on the GNOME Shell. It can be started from a display manager such as GDM, and requires 3D acceleration to work properly. Original-Maintainer: Debian GNOME Maintainers Package: gnome-session-bin Source: gnome-session Version: 3.4.2.1-3blankon2 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 543 Depends: gconf-service, libc6 (>= 2.3.4), libcairo2 (>= 1.2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.88), libgconf-2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libgl1-mesa-glx | libgl1, libglib2.0-0 (>= 2.31.8), libgtk-3-0 (>= 3.0.0), libice6 (>= 1:1.0.0), libjson-glib-1.0-0 (>= 0.12.0), libnotify4 (>= 0.7.0), libsm6, libupower-glib1 (>= 0.9.0), libx11-6, libxau6, libxcomposite1 (>= 1:0.3-1), libxext6, libxrender1, libxtst6, dconf-gsettings-backend | gsettings-backend, dbus-x11, gsettings-desktop-schemas, upower (>= 0.9.0) Conflicts: gnome-session (<< 2.26.1-5) Priority: optional Section: gnome Filename: pool/main/g/gnome-session/gnome-session-bin_3.4.2.1-3blankon2_amd64.deb Size: 230514 SHA256: 69049db29487f078b0d6e93489c8c17e27c1bcbf4bfd0c16eeea6fa571197346 SHA1: a70dba95eac94cde7ce1f1f2ba198099c5f6c9f3 MD5sum: 72824769c8c91aeb0ddded67f4004b68 Description: GNOME Session Manager - Minimal runtime The GNOME Session Manager is in charge of starting the core components of the GNOME desktop, and applications that should be launched at login time. It also features a way to save and restore currently running applications. . This package contains the binaries for the GNOME Session Manager, but no startup scripts. It is meant for those willing to start gnome-session by hand with the components of their choice, and for applications such as GDM that use gnome-session internally. Original-Maintainer: Debian GNOME Maintainers Package: gnome-session-common Source: gnome-session Version: 3.4.2.1-3blankon2 Architecture: all Maintainer: BlankOn Developers Installed-Size: 1853 Replaces: gnome-session (<< 3.0), gnome-session-bin (<< 3.0), libgnomevfs2-common (<< 1:2.24.0-3) Priority: optional Section: gnome Filename: pool/main/g/gnome-session/gnome-session-common_3.4.2.1-3blankon2_all.deb Size: 273592 SHA256: 2e4ec4a879fe50b4209890e218c4788fd6eb78537c6c2d7cdebcfe690b6b0fd7 SHA1: b58c45630ca023c86db11ce09544d53cc0077000 MD5sum: eefa84e2d7981e2ee12ebdd7692725d1 Description: GNOME Session Manager - common files The GNOME Session Manager is in charge of starting the core components of the GNOME desktop, and applications that should be launched at login time. It also features a way to save and restore currently running applications. . This package contains the translations, data files and startup scripts which are common to the GNOME and GNOME fallback sessions. Original-Maintainer: Debian GNOME Maintainers Package: gnome-session-fallback Source: gnome-session Version: 3.4.2.1-3blankon2 Architecture: all Maintainer: BlankOn Developers Installed-Size: 178 Depends: gnome-settings-daemon (>= 3.0), manokwari, metacity (>= 2.30), notify-osd, policykit-1-gnome, gnome-session-bin (>= 3.4.2.1-3blankon2), gnome-session-bin (<< 3.5), gnome-session-common (= 3.4.2.1-3blankon2) Recommends: gnome-power-manager Suggests: gnome-user-guide, desktop-base, gnome-keyring Replaces: gnome-session (<< 3.0), gnome-session-bin (<< 3.0) Provides: x-session-manager Priority: optional Section: gnome Filename: pool/main/g/gnome-session/gnome-session-fallback_3.4.2.1-3blankon2_all.deb Size: 131824 SHA256: b74f2ccab05fadcd480c4dfcb2e6b2722268cf3682f3f73ae8a95ab5c9bb86cb SHA1: 1c1c5b104acd8608f172cecae872891a61402536 MD5sum: 9b201ec321503e992d53f5fb26be2331 Description: GNOME Session Manager - GNOME fallback session The GNOME Session Manager is in charge of starting the core components of the GNOME desktop, and applications that should be launched at login time. It also features a way to save and restore currently running applications. . This package contains the required components for the GNOME 3 fallback session, based on the GNOME Panel. It can be started from a display manager such as GDM, and doesn’t have specific hardware requirements. Original-Maintainer: Debian GNOME Maintainers Package: gnucash Version: 1:2.4.10-6blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 6948 Depends: gnucash-common (= 1:2.4.10-6blankon1), gconf-service, guile-1.8-libs, libaqbanking34 (>= 4.99.2), libc6 (>= 2.3.4), libcairo2 (>= 1.2.4), libdbi1 (>= 0.8.4), libgconf-2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglade2-0 (>= 1:2.6.1), libglib2.0-0 (>= 2.31.8), libgnome-keyring0 (>= 2.20.3), libgnome2-0 (>= 2.17.3), libgnomecanvas2-0 (>= 2.11.1), libgnomeui-0 (>= 2.22.0), libgoffice-0.8-8 (>= 0.8.8), libgtk2.0-0 (>= 2.12.0), libgwengui-gtk2-0 (>= 3.99.16), libgwenhywfar60 (>= 3.99.1), libktoblzcheck1c2a (>= 1.19), libofx4, libpango1.0-0 (>= 1.14.0), libwebkitgtk-1.0-0 (>= 1.3.10), libx11-6, libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4), perl, slib, guile-1.8 (>= 1.8.8+1-4~), libfinance-quote-perl, libwww-perl, libhtml-tree-perl, libhtml-tableextract-perl, libcrypt-ssleay-perl, libdate-manip-perl Recommends: gnucash-docs, yelp Suggests: libdbd-mysql, libdbd-pgsql, libdbd-sqlite3 Breaks: gnucash-common (<< 1:2.4.8-1~) Replaces: gnucash-common (<< 1:2.4.8-1~) Homepage: http://www.gnucash.org/ Priority: optional Section: gnome Filename: pool/main/g/gnucash/gnucash_2.4.10-6blankon1_amd64.deb Size: 2798864 SHA256: db3e15e69ae4ddc71f47cc37c36b63cbd1718ea2696893023ebe2535ed688305 SHA1: 4620259d1aecaf06fb0dc705777833e15ddf4af3 MD5sum: 4374237e9a3018b149fe038bf0236639 Description: personal and small-business financial-accounting software Gnucash provides accounting functions suitable for use by small businesses and individuals. It can track finances in multiple accounts, keeping running and reconciled balances. There is support for customer, vendor and employee processing. It has an X based graphical user interface, double entry, a hierarchy of accounts, expense accounts (categories), and can import Quicken QIF files and OFX files. Original-Maintainer: Sébastien Villemot Package: gnucash-common Source: gnucash Version: 1:2.4.10-6blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 23465 Depends: dpkg (>= 1.15.4) | install-info, gconf2 (>= 2.28.1-2) Recommends: gnucash (>= 1:2.4.10-6blankon1) Breaks: gnucash (<< 2.4.0-1~) Replaces: gnucash (<< 2.4.0-1~) Homepage: http://www.gnucash.org/ Priority: optional Section: gnome Filename: pool/main/g/gnucash/gnucash-common_2.4.10-6blankon1_all.deb Size: 5850600 SHA256: a63d6b42dce659e79a59e9457f3eab7b1c0b2bb6123285adeb0e3bcf41f8fd05 SHA1: f0fce385dd96654d6a7b9780073f5c8cf5ac6126 MD5sum: fcaf8700ef7a2c075ff08410de439cac Description: common files for the financial-accounting software Gnucash Gnucash provides accounting functions suitable for use by small businesses and individuals. It can track finances in multiple accounts, keeping running and reconciled balances. There is support for customer, vendor and employee processing. It has an X based graphical user interface, double entry, a hierarchy of accounts, expense accounts (categories), and can import Quicken QIF files and OFX files. . This package contains the architecture independent parts of Gnucash. It should not be installed directly, but is pulled in automatically by the dependencies of the Gnucash package. Original-Maintainer: Sébastien Villemot Package: gnucash-dbg Source: gnucash Version: 1:2.4.10-6blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 4776 Depends: gnucash (= 1:2.4.10-6blankon1) Homepage: http://www.gnucash.org/ Priority: extra Section: debug Filename: pool/main/g/gnucash/gnucash-dbg_2.4.10-6blankon1_amd64.deb Size: 3369948 SHA256: a8d06a961ccb12712bc51d6a1b0c0b3e8ec88cfd2b232ae5a243d2a1dc578bb3 SHA1: 3f43115e19ab265343fd12bfbbe8bc05ce54ea5a MD5sum: 26a9c22a821ea407780b0ad8e248eb45 Description: debugging symbols for the accounting software Gnucash Gnucash provides accounting functions suitable for use by small businesses and individuals. It can track finances in multiple accounts, keeping running and reconciled balances. There is support for customer, vendor and employee processing. It has an X based graphical user interface, double entry, a hierarchy of accounts, expense accounts (categories), and can import Quicken QIF files and OFX files. . This package contains debugging symbols needed for debugging Gnucash. Original-Maintainer: Sébastien Villemot Package: gsettings-desktop-schemas Version: 3.4.2-1blankon7 Architecture: all Maintainer: BlankOn Developers Installed-Size: 813 Depends: dconf-gsettings-backend | gsettings-backend Multi-Arch: foreign Homepage: http://www.gnome.org/ Priority: optional Section: gnome Filename: pool/main/g/gsettings-desktop-schemas/gsettings-desktop-schemas_3.4.2-1blankon7_all.deb Size: 114462 SHA256: 5809523bc7ed109d462fe74e7d4428ed1dcecfac3f90ac9559aa1c9940d93bdd SHA1: 85e27ae311a919ad69fc74575d43527a54c09d5f MD5sum: 06a1c36b5c3e3952abb40ce89b510827 Description: GSettings deskop-wide schemas gsettings-desktop-schemas contains a collection of GSettings schemas for settings shared by various components of a desktop. Original-Maintainer: Debian GNOME Maintainers Package: gsettings-desktop-schemas-dev Source: gsettings-desktop-schemas Version: 3.4.2-1blankon7 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 59 Depends: gsettings-desktop-schemas (= 3.4.2-1blankon7), gir1.2-gdesktopenums-3.0 (= 3.4.2-1blankon7) Homepage: http://www.gnome.org/ Priority: optional Section: gnome Filename: pool/main/g/gsettings-desktop-schemas/gsettings-desktop-schemas-dev_3.4.2-1blankon7_amd64.deb Size: 9230 SHA256: 6a88e14a7a5a329e660c5acaf44d46bce1805f9e86ff54348d2fff3ba41c7d0e SHA1: fdc2eef7349b4a0510a271789e933241167aa940 MD5sum: 3b39a42882b7f383eabedefc4f7520d5 Description: Development files for GSettings desktop-wide schemas gsettings-desktop-schemas contains a collection of GSettings schemas for settings shared by various components of a desktop. . This package contains the development files. Original-Maintainer: Debian GNOME Maintainers Package: gtablix Version: 0.9.13-1-3blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 1102 Depends: libglib-perl, libgtk2-perl, libgtk2-gladexml-perl, libxml-libxml-perl, libxml-namespacesupport-perl, libxml-sax-perl, file, perl, liblocale-gettext-perl Recommends: tablix2, xpvm, html2ps Suggests: gnuplot, imagemagick Homepage: http://gtablix.homelinux.org Priority: extra Section: misc Filename: pool/main/g/gtablix/gtablix_0.9.13-1-3blankon1_all.deb Size: 271134 SHA256: faa53c0072e4417fdbcbd711593bbab2fec053d8f37a6b3fa741812b7932ef5d SHA1: 4aa953185c3020261cd2d10d150d9b296fcf8aa9 MD5sum: e0ccf98c626a9d32fc623751599cedb2 Description: graphical user interface for Tablix G-Tablix is a graphical user interface to Tablix, a timetable construction/optimization software. It helps you write properly formatted configuration files, from which Tablix calculates the best possible timetables. Original-Maintainer: Robert Lemmen Package: ia32-libs Version: 1:0.4blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 135 Pre-Depends: multiarch-support Depends: ia32-libs-i386 Suggests: ia32-libs-gtk Priority: extra Section: oldlibs Filename: pool/main/i/ia32-libs/ia32-libs_0.4blankon1_amd64.deb Size: 114344 SHA256: d900f2614950f359c1806a0cec8000e0fc2032cd1fa3065ebad2d6cd908a17e2 SHA1: 837c35dd202f3a9c1c919c8cb296a194e85e040d MD5sum: 5cbb41372a5cd4378aa51fb5c046c85c Description: Transitional package to migrate ia32-libs to multiarch This is a transitional package used to migrate the ia32-libs package to true multiarch. It can be removed once nothing on the system depends on it. . This package requires multiarch to be enabled before it can be installed, use "dpkg --add-architecture i386". Original-Maintainer: Debian ia32-libs Team Package: jockey-common Source: jockey Version: 0.9.7-0ubuntu7.1+blankon3 Architecture: all Maintainer: BlankOn Developers Installed-Size: 1845 Depends: python (>= 2.7), python (<< 2.8), python-xkit, python-dbus, python-apt, python-pycurl, policykit-1 Recommends: nvidia-common (>= 1:0.2.36) Priority: optional Section: admin Filename: pool/main/j/jockey/jockey-common_0.9.7-0ubuntu7.1+blankon3_all.deb Size: 362470 SHA256: f30a4a547ead529ba49f8d32e00b9eef4e322eb381424cf86f9f575ddb35b6fe SHA1: fa633da0e0ba29bac9b030d3c27488664908ecfe MD5sum: 7c97613da9558124891bce9ab52881d0 Description: user interface and desktop integration for driver management Jockey provides a user interface for configuring third-party drivers, such as the Nvidia and ATI fglrx X.org and various Wireless LAN kernel modules. . This package contains the common data shared between the frontends. Original-Maintainer: Martin Pitt Python-Version: 2.7 Package: jockey-gtk Source: jockey Version: 0.9.7-0ubuntu7.1+blankon3 Architecture: all Maintainer: BlankOn Developers Installed-Size: 166 Depends: python, jockey-common (= 0.9.7-0ubuntu7.1+blankon3), python-gi, gir1.2-gtk-3.0, gir1.2-notify-0.7, gir1.2-appindicator3-0.1, policykit-1-gnome Priority: optional Section: admin Filename: pool/main/j/jockey/jockey-gtk_0.9.7-0ubuntu7.1+blankon3_all.deb Size: 71784 SHA256: 4404407c6b74cc54a2799c4d6ce4584fbd7eedc5ceb8558bc3ad21864f68d0bf SHA1: 56267fff89b5c4cb73c7bb95d7d54bbb6322a4a4 MD5sum: 222eba4b0d8c0f673fbe5210499533b2 Description: GNOME user interface and desktop integration for driver management Jockey provides a user interface for configuring third-party drivers, such as the Nvidia and ATI fglrx X.org and various Wireless LAN kernel modules. . This package contains the GNOME frontend. Original-Maintainer: Martin Pitt Package: jockey-kde Source: jockey Version: 0.9.7-0ubuntu7.1+blankon3 Architecture: all Maintainer: BlankOn Developers Installed-Size: 152 Depends: python, jockey-common (= 0.9.7-0ubuntu7.1+blankon3), python-kde4, kde-runtime, polkit-kde-1 Replaces: jockey-common (<= 0.5.2) Priority: optional Section: admin Filename: pool/main/j/jockey/jockey-kde_0.9.7-0ubuntu7.1+blankon3_all.deb Size: 73094 SHA256: b2e2a5ac3f7552b638762a577de17a8dd63fd653c6ff9fd7b978edb4d5e4fe1d SHA1: 14a7b868670aec6b7504751be7bbf9fa99e1c029 MD5sum: 7aa9c31d36c096bbe1b447a48bed1c6c Description: KDE user interface and desktop integration for driver management Jockey provides a user interface for configuring third-party drivers, such as the Nvidia and ATI fglrx X.org and various Wireless LAN kernel modules. . This package contains the KDE frontend. Original-Maintainer: Martin Pitt Package: komodo-icon-theme Version: 0.2.21+rote Architecture: all Maintainer: BlankOn Developers Installed-Size: 22676 Depends: libgtk-3-0 Priority: optional Section: gnome Filename: pool/main/k/komodo-icon-theme/komodo-icon-theme_0.2.21+rote_all.deb Size: 5159254 SHA256: 282e68cf792455b694e06ac4b212931ac3149ab13209cf92b0ec65d0ca339400 SHA1: 1596eae832658824ed22b5685b3578a69cd835d1 MD5sum: 0fd4671a7ae3493efbb477f63949badc Description: Komodo Icon Theme for BlankOn Linux This icon theme provides a scalable group of icons to be used by GTK+ 3.x applications like GNOME 3, this distributed for BlankOn 8 Rote. Package: krawu-theme Version: 0.2.15 Architecture: all Maintainer: BlankOn Developers Installed-Size: 342 Depends: gtk3-engines-unico, gtk2-engines-murrine, komodo-icon-theme Priority: optional Section: gnome Filename: pool/main/k/krawu-theme/krawu-theme_0.2.15_all.deb Size: 66078 SHA256: 0d9a7431d9a806f9e2f1a605b9462d318d4b2d70209f9db5dedc6e1d6aedbe66 SHA1: 2491341a38534c80bd196c526c2aa18474a66f18 MD5sum: 948e94807a131ac29e35cb30ca503d59 Description: Krawu Theme like BlankOn Krawu theme BlankOn Package: ldm-blankon-theme Version: 0.1.0 Architecture: all Maintainer: BlankOn Developers Installed-Size: 127 Depends: ldm, ttf-cantarell Conflicts: ldm-blankon-themes (<= 2:2.0.40.1) Provides: ldm-themes Priority: optional Section: misc Filename: pool/main/l/ldm-blankon-theme/ldm-blankon-theme_0.1.0_all.deb Size: 64844 SHA256: f07e381eae304877449fb75e7500e3746d2cae05f1569e8b72f93d92e7adf61b SHA1: 9260d96a8fcada639bba85cedb620a6e95d87531 MD5sum: 7899f05d7c29b29729eb6e7b6eef77ba Description: blankon theme for the LTSP Display Manager LDM is an ssh based X11 display manager, this package contains the blankon theme for LDM. Package: libaudclient2 Source: audacious Version: 3.2.4-1blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 73 Pre-Depends: multiarch-support Depends: libc6 (>= 2.2.5), libdbus-glib-1-2 (>= 0.78), libglib2.0-0 (>= 2.12.0) Multi-Arch: same Homepage: http://www.audacious-media-player.org/ Priority: optional Section: sound Filename: pool/main/a/audacious/libaudclient2_3.2.4-1blankon1_amd64.deb Size: 20790 SHA256: e877d748a445486ffe41384db511e81dd7fbde9d338ec6876208ceee3bf50d13 SHA1: d99dcdbbd228630d1e2c355f0badf99313278529 MD5sum: 61c1cbec4f2aa85d6f42e78e61d01242 Description: audacious dbus remote control library Audacious is a fork of beep-media-player which supports winamp skins and many codecs. . In the default install, the following codecs are supported: . * MP3 * Ogg Vorbis / Theora * AAC and AAC+ * FLAC * ALAC * Windows Media (WMA) * WAVE . Additionally, Audacious is extendable through plugins, and contains other useful features like LIRC support. Support for many more codecs can also be added through plugins. . This package contains a library used to remote control audacious. Original-Maintainer: Debian Multimedia Maintainers Package: libaudcore1 Source: audacious Version: 3.2.4-1blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 256 Pre-Depends: multiarch-support Depends: libc6 (>= 2.7), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.31.8), libgtk-3-0 (>= 3.0.0), libpango1.0-0 (>= 1.14.0) Multi-Arch: same Homepage: http://www.audacious-media-player.org/ Priority: optional Section: sound Filename: pool/main/a/audacious/libaudcore1_3.2.4-1blankon1_amd64.deb Size: 100148 SHA256: 994190b8b97a6ca80daa0ab124754f04771793af31d28753f61719bd7b72dc53 SHA1: 82de05809c5378ee0db78afa5cc151cf4298e2ea MD5sum: 2a8c785c3bd5e27120603f003dd2d3f2 Description: audacious core engine library Audacious is a fork of beep-media-player which supports winamp skins and many codecs. . In the default install, the following codecs are supported: . * MP3 * Ogg Vorbis / Theora * AAC and AAC+ * FLAC * ALAC * Windows Media (WMA) * WAVE . Additionally, Audacious is extendable through plugins, and contains other useful features like LIRC support. Support for many more codecs can also be added through plugins. . This package contains a library which provides core functionality of Audacious. Original-Maintainer: Debian Multimedia Maintainers Package: libbrasero-media3-1 Source: brasero Version: 3.4.1-4blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 1758 Depends: libatk1.0-0 (>= 1.12.4), libburn4 (>= 1.2.2), libc6 (>= 2.7), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.10.0), libcanberra-gtk3-0 (>= 0.25), libcanberra0 (>= 0.2), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.31.8), libgstreamer-plugins-base0.10-0 (>= 0.10.12), libgstreamer0.10-0 (>= 0.10.15), libgtk-3-0 (>= 3.0.0), libisofs6 (>= 1.2.2), libnotify4 (>= 0.7.0), libpango1.0-0 (>= 1.14.0), libtotem-plparser17 (>= 2.32), libxml2 (>= 2.7.4), brasero-common (= 3.4.1-4blankon1) Recommends: gnome-icon-theme, gstreamer0.10-plugins-good, gstreamer0.10-plugins-ugly, cdrdao (>= 1:1.2.3) Suggests: gstreamer0.10-plugins-bad Homepage: http://www.gnome.org/projects/brasero/ Priority: optional Section: libs Filename: pool/main/b/brasero/libbrasero-media3-1_3.4.1-4blankon1_amd64.deb Size: 867372 SHA256: 00841487ab8020e614eeca48d26e838611432d2954fdd38d02d944c530b334e7 SHA1: a4c779c391ff7c53b6d993b62c0da232b9be1f31 MD5sum: 013ea81bd0425dd99f397b8f0d6f5f23 Description: CD/DVD burning library for GNOME - runtime Libbrasero is a simple library to burn, copy and erase CD and DVD media. . This package contains the shared library. Original-Maintainer: Debian GNOME Maintainers Package: libbrasero-media3-dev Source: brasero Version: 3.4.1-4blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 1887 Depends: libbrasero-media3-1 (= 3.4.1-4blankon1), gir1.2-brasero-3.0 (= 3.4.1-4blankon1), libglib2.0-dev, libgtk-3-dev Replaces: libbrasero-media-dev Homepage: http://www.gnome.org/projects/brasero/ Priority: optional Section: libdevel Filename: pool/main/b/brasero/libbrasero-media3-dev_3.4.1-4blankon1_amd64.deb Size: 594340 SHA256: b0642317eb9657e106df7f7139e8fc4dc3fb03f6b532ff6b0cc81bdb47e1adf8 SHA1: e40819ac53b5cab67f4009700dd6bacbd8097dde MD5sum: 0356ea74bc2d39e0f10d337177198a75 Description: CD/DVD burning library for GNOME - development Libbrasero is a simple library to burn, copy and erase CD and DVD media. . This package contains the development headers and API documentation. Original-Maintainer: Debian GNOME Maintainers Package: libdb5.1 Source: db Version: 5.1.29-5blankon2 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 1595 Pre-Depends: multiarch-support Depends: libc6 (>= 2.3.2) Multi-Arch: same Homepage: http://www.oracle.com/technology/software/products/berkeley-db/index.html Priority: standard Section: libs Filename: pool/main/d/db/libdb5.1_5.1.29-5blankon2_amd64.deb Size: 719902 SHA256: f8c4e47c4529817aa4a30fbb626d7d3647f155b89aefc150e87fe7cd3acd496f SHA1: 596e6664bc93662ec7dfe4688121cb751021bb4c MD5sum: 985b7aac350aab0fffc0d29900b60c2e Description: Berkeley v5.1 Database Libraries [runtime] This is the runtime package for programs that use the v5.1 Berkeley database library. Original-Maintainer: Debian Berkeley DB Group Package: libdb5.1++ Source: db Version: 5.1.29-5blankon2 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 1718 Pre-Depends: multiarch-support Depends: libc6 (>= 2.3.2), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.2.1), libdb5.1 Multi-Arch: same Homepage: http://www.oracle.com/technology/software/products/berkeley-db/index.html Priority: optional Section: libs Filename: pool/main/d/db/libdb5.1++_5.1.29-5blankon2_amd64.deb Size: 753334 SHA256: 22e9ff443ce133d0a2e006c7600702692fa86ab45edc6aca18148b3bf942d8a9 SHA1: 4c287fc6f327dcc006f604f2c12d53cffcc2de17 MD5sum: 8903a031784625ecfcee2cf10a352acb Description: Berkeley v5.1 Database Libraries for C++ [runtime] This is the runtime package for programs that use the Berkeley v5.1 database library. This is only for programs which use the C++ interface. Original-Maintainer: Debian Berkeley DB Group Package: libdb5.1++-dev Source: db Version: 5.1.29-5blankon2 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 5447 Depends: libdb5.1++ (= 5.1.29-5blankon2), libdb5.1-dev (= 5.1.29-5blankon2), libdb5.1 Conflicts: libdb4.6++-dev, libdb4.7++-dev, libdb4.8++-dev Homepage: http://www.oracle.com/technology/software/products/berkeley-db/index.html Priority: extra Section: libdevel Filename: pool/main/d/db/libdb5.1++-dev_5.1.29-5blankon2_amd64.deb Size: 1794998 SHA256: 97d68af5d06a62e412228e429fb20b6f66e3f1cba08cfaf4d247ed271e070e78 SHA1: 86ad78b2c0068c2dbd1250b47ca4c107d9e26b18 MD5sum: bea8db926aa5fdea511316c7d3e9572f Description: Berkeley v5.1 Database Libraries for C++ [development] This is the development package which contains headers and static libraries for the Berkeley v5.1 database library. This is only for programs which will use the C++ interface. Original-Maintainer: Debian Berkeley DB Group Package: libdb5.1-dbg Source: db Version: 5.1.29-5blankon2 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 33583 Depends: libdb5.1 (= 5.1.29-5blankon2) Multi-Arch: same Homepage: http://www.oracle.com/technology/software/products/berkeley-db/index.html Priority: extra Section: debug Filename: pool/main/d/db/libdb5.1-dbg_5.1.29-5blankon2_amd64.deb Size: 32534124 SHA256: 501a55156fc2e04b5c4a45e4dfb03828c534e40b5bf76201812e161c02f483a0 SHA1: 4a215ca81e3aa6505760479629de9bbe3b84a239 MD5sum: 447a84a28fe3252d7cd0ada5e7885d1b Description: Berkeley v5.1 Database Libraries [debug] This package provides the debug symbols for the Berkeley v5.1 database libraries and binaries. Original-Maintainer: Debian Berkeley DB Group Package: libdb5.1-dev Source: db Version: 5.1.29-5blankon2 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 2629 Depends: libdb5.1 (= 5.1.29-5blankon2) Suggests: db5.1-doc Conflicts: libdb4.6-dev, libdb4.7-dev, libdb4.8-dev Homepage: http://www.oracle.com/technology/software/products/berkeley-db/index.html Priority: extra Section: libdevel Filename: pool/main/d/db/libdb5.1-dev_5.1.29-5blankon2_amd64.deb Size: 877802 SHA256: 42c9ed3e000b9a263d78659c968d77b9fb1fd56f4648ba63067b616cdc29e440 SHA1: 4e6a929c3a2979a61cbfcf1a85bc5288acc0878a MD5sum: 8d36fce356ca263efb37093e35d7134c Description: Berkeley v5.1 Database Libraries [development] This is the development package which contains headers and static libraries for the Berkeley v5.1 database library. Original-Maintainer: Debian Berkeley DB Group Package: libdb5.1-java Source: db Version: 5.1.29-5blankon2 Architecture: all Maintainer: BlankOn Developers Installed-Size: 586 Depends: libdb5.1-java-jni (>= 5.1.29-5blankon2), libdb5.1 Suggests: libdb5.1-java-gcj Homepage: http://www.oracle.com/technology/software/products/berkeley-db/index.html Priority: optional Section: java Filename: pool/main/d/db/libdb5.1-java_5.1.29-5blankon2_all.deb Size: 526374 SHA256: f77ecf458e0c92053ef359cbb52bdb91969e273409ca2b98e866697e2ee81cab SHA1: f63faff59b17689528df8b23844d0cd1575dd4f8 MD5sum: 610c62013568093b40bccf9fe56b41ac Description: Berkeley v5.1 Database Libraries for Java This package provides the Java interface for the Berkeley v5.1 database library. Original-Maintainer: Debian Berkeley DB Group Package: libdb5.1-java-dev Source: db Version: 5.1.29-5blankon2 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 2757 Depends: libdb5.1-java (= 5.1.29-5blankon2), libdb5.1 Conflicts: libdb4.6-java-dev, libdb4.7-java-dev, libdb4.8-java-dev Homepage: http://www.oracle.com/technology/software/products/berkeley-db/index.html Priority: optional Section: libdevel Filename: pool/main/d/db/libdb5.1-java-dev_5.1.29-5blankon2_amd64.deb Size: 900558 SHA256: 24b817d95a2ead0af70c36e95b91c4b1da9390862fe9ad048f38f543d5bda234 SHA1: af1c426e00a1af3b1972f66ee23ccc23e8a221ef MD5sum: 3ebc09771d01979d70b6fdc7e9ac05d4 Description: Berkeley v5.1 Database Libraries for Java [development] This package provides the Java interface for the Berkeley v5.1 database library. Original-Maintainer: Debian Berkeley DB Group Package: libdb5.1-java-gcj Source: db Version: 5.1.29-5blankon2 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 3175 Depends: libdb5.1-java (= 5.1.29-5blankon2), libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libgcj-bc (>= 4.6.3-1~), zlib1g (>= 1:1.1.4), libdb5.1, libgcj-common (>> 1:4.1.1-13) Homepage: http://www.oracle.com/technology/software/products/berkeley-db/index.html Priority: optional Section: java Filename: pool/main/d/db/libdb5.1-java-gcj_5.1.29-5blankon2_amd64.deb Size: 796184 SHA256: b9fdb1feee00e7004e3e52354aa9353cebfe1620aa77dac63999ab3e795fd964 SHA1: 19332ee617b4e1e670433d63c86d09a0c050d943 MD5sum: 44c2d0b8c018b6d0b2cb1cfd1a6fbf49 Description: Berkeley v5.1 Database Libraries for Java (native code) This package provides the Java interface for the Berkeley v5.1 database library. . This package contains the natively compiled code for use by gij. Original-Maintainer: Debian Berkeley DB Group Package: libdb5.1-java-jni Source: db Version: 5.1.29-5blankon2 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 1757 Pre-Depends: multiarch-support Depends: libc6 (>= 2.3.2), libdb5.1 Breaks: libdb5.1-java (<< 5.1.29-5blankon2) Multi-Arch: same Homepage: http://www.oracle.com/technology/software/products/berkeley-db/index.html Priority: optional Section: java Filename: pool/main/d/db/libdb5.1-java-jni_5.1.29-5blankon2_amd64.deb Size: 760762 SHA256: 5565215bd71304606ca6d2227f8976f6fbc8387a1032a330f356378ffb0a472d SHA1: b44c479e265a08b5399561e43ca8d7cb9b2f1f1e MD5sum: 6d1f09e01dd2d1698caed5be9eac069e Description: Berkeley v5.1 Database Libraries for Java This package provides the Java interface for the Berkeley v5.1 database library. Original-Maintainer: Debian Berkeley DB Group Package: libdb5.1-sql Source: db Version: 5.1.29-5blankon2 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 2044 Pre-Depends: multiarch-support Depends: libc6 (>= 2.3.2), libdb5.1 Multi-Arch: same Homepage: http://www.oracle.com/technology/software/products/berkeley-db/index.html Priority: extra Section: libs Filename: pool/main/d/db/libdb5.1-sql_5.1.29-5blankon2_amd64.deb Size: 955718 SHA256: 4025b60ad1e21d44d80aebbd141dc8fdb7af7fceab2a2ea883ed7813cf060f7a SHA1: 85dfacf83c0ac14a35f4e1d46a0e5a71f6fb3f8e MD5sum: 1afe8d626eb2435448efc52873056b32 Description: Berkeley v5.1 Database Libraries [SQL runtime] This is the runtime package for programs that use the v5.1 Berkeley database SQL library. Original-Maintainer: Debian Berkeley DB Group Package: libdb5.1-sql-dev Source: db Version: 5.1.29-5blankon2 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 6518 Depends: libdb5.1-sql (= 5.1.29-5blankon2), libdb5.1 Suggests: db5.1-doc Homepage: http://www.oracle.com/technology/software/products/berkeley-db/index.html Priority: extra Section: libdevel Filename: pool/main/d/db/libdb5.1-sql-dev_5.1.29-5blankon2_amd64.deb Size: 2297442 SHA256: 11c52e47a1ee1fcb690fa6d4743e458e7f3bec5283eef217d58f70a1061b75c9 SHA1: e45c2bd3c3f6cbc9af1f31e2eed513b48f0cb1a6 MD5sum: 37d5f84dd539597196b7612198ac300d Description: Berkeley v5.1 Database Libraries [SQL development] This is the development package which contains headers and static libraries for the Berkeley v5.1 database library. Original-Maintainer: Debian Berkeley DB Group Package: libdb5.1-stl Source: db Version: 5.1.29-5blankon2 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 1809 Pre-Depends: multiarch-support Depends: libc6 (>= 2.3.2), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.2.1), libdb5.1 Multi-Arch: same Homepage: http://www.oracle.com/technology/software/products/berkeley-db/index.html Priority: extra Section: libs Filename: pool/main/d/db/libdb5.1-stl_5.1.29-5blankon2_amd64.deb Size: 783942 SHA256: b1b9f05ebea093490830fbd532a497341755c052a062ebd0b549e144c3545735 SHA1: a8f5a1147014c63f8ce5fa1502e07102b4f84e2d MD5sum: 2950f728e1a6ea413ee44bfea72b4338 Description: Berkeley v5.1 Database Libraries [STL runtime] This is the runtime package for programs that use the v5.1 Berkeley database STL library. Original-Maintainer: Debian Berkeley DB Group Package: libdb5.1-stl-dev Source: db Version: 5.1.29-5blankon2 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 6172 Depends: libdb5.1-stl (= 5.1.29-5blankon2), libdb5.1 Suggests: db5.1-doc Homepage: http://www.oracle.com/technology/software/products/berkeley-db/index.html Priority: extra Section: libdevel Filename: pool/main/d/db/libdb5.1-stl-dev_5.1.29-5blankon2_amd64.deb Size: 1956344 SHA256: 61bbfddb9407fac1f53ab216c3edd3c2c9147d50c7c7020cb48749971e0928fc SHA1: 492e726e5ea3a73d5268c4b01071ef5f82be018c MD5sum: 579da46469dcb2c1ab3697c5bd1a6bb9 Description: Berkeley v5.1 Database Libraries [STL development] This is the development package which contains headers and static libraries for the Berkeley v5.1 database library. Original-Maintainer: Debian Berkeley DB Group Package: libdb5.1-tcl Source: db Version: 5.1.29-5blankon2 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 7408 Pre-Depends: multiarch-support Depends: tcl (>= 8.5.0-1), libc6 (>= 2.3.2), libdb5.1 Conflicts: libdb4.6-tcl, libdb4.7-tcl, libdb4.8-tcl Multi-Arch: same Homepage: http://www.oracle.com/technology/software/products/berkeley-db/index.html Priority: extra Section: interpreters Filename: pool/main/d/db/libdb5.1-tcl_5.1.29-5blankon2_amd64.deb Size: 2682162 SHA256: 502626a7d1181e106d8186bcf3525e8346d9ef25fda7e07befa6a950c5abe812 SHA1: 27531e8fd32b7fb8a52d81e93e797d8c9c8887ba MD5sum: 4795b105f13380844a9edba20170f3b6 Description: Berkeley v5.1 Database Libraries for Tcl [module] This package provides a Tcl module suitable for accessing Berkeley v5.1 databases from within Tcl programs. Original-Maintainer: Debian Berkeley DB Group Package: libevdocument3-4 Source: evince Version: 3.4.0-3.1blankon1 Architecture: amd64 Maintainer: Blankon Developers Installed-Size: 1130 Depends: libarchive12, libatk1.0-0 (>= 1.12.4), libc6 (>= 2.7), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.10.0), libdjvulibre21 (>= 3.5.25.3), libgcc1 (>= 1:4.1.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.31.8), libgtk-3-0 (>= 3.0.2), libgxps2 (>= 0.2.1), libkpathsea6, libpango1.0-0 (>= 1.14.0), libpoppler-glib8 (>= 0.18), libspectre1 (>= 0.2.3), libstdc++6 (>= 4.1.1), libt1-5 (>= 5.1.0), libtiff4 (>> 3.9.5-3~), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Breaks: libevince3-3 Replaces: libevince3-3 Homepage: http://www.gnome.org/projects/evince/ Priority: optional Section: libs Filename: pool/main/e/evince/libevdocument3-4_3.4.0-3.1blankon1_amd64.deb Size: 653238 SHA256: d552cd791a3904a5b49719ecf0f6ecbfc8bc3275aba4ac03b3dcddbbf2e4f60f SHA1: 1826dbe693a646e4fd0d3c0a89305b0653966ee4 MD5sum: 99ca6838adfed1237d8c441c05aac4eb Description: Document (PostScript, PDF) rendering library This package contains libevdocument, which performs the rendering of the documents. . It ships with a ps, pdf, dvi, tiff, djvu, comics and xps backend. Original-Maintainer: Debian GNOME Maintainers Package: libevince-dev Source: evince Version: 3.4.0-3.1blankon1 Architecture: amd64 Maintainer: Blankon Developers Installed-Size: 2476 Depends: libevdocument3-4 (= 3.4.0-3.1blankon1), libevview3-3 (= 3.4.0-3.1blankon1), gir1.2-evince-3.0 (= 3.4.0-3.1blankon1), libgtk-3-dev (>= 3.0.2), libglib2.0-dev (>= 2.25.1) Homepage: http://www.gnome.org/projects/evince/ Priority: optional Section: libdevel Filename: pool/main/e/evince/libevince-dev_3.4.0-3.1blankon1_amd64.deb Size: 712424 SHA256: 36b62e20215b6680dfcee3354e47c346322a0e5b26aa66f3b2f8472717946faa SHA1: 8b3f1ab687d85fe2cca7b6c6687d4bea16dc394a MD5sum: b7346504324af4c6c3794415dc599308 Description: Document (PostScript, PDF) rendering library - development files This package contains evince-related libraries for rendering and displaying Evince documents like PostScript (PS), Encapsulated PostScript (EPS), DjVu, DVI, Portable Document Format (PDF) and XML Paper Specification (XPS) files. * libevdocument, which performs the rendering of the documents * libevview, which provides GTK+ widgets for displaying documents . This package provides the development headers, static libraries and documentation. Original-Maintainer: Debian GNOME Maintainers Package: libevview3-3 Source: evince Version: 3.4.0-3.1blankon1 Architecture: amd64 Maintainer: Blankon Developers Installed-Size: 813 Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.2.5), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.10.0), libevdocument3-4 (>= 3.3.90), libgail-3-0 (>= 3.0.0), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.31.8), libgtk-3-0 (>= 3.0.2), libpango1.0-0 (>= 1.14.0) Breaks: libevince3-3 Replaces: libevince3-3 Homepage: http://www.gnome.org/projects/evince/ Priority: optional Section: libs Filename: pool/main/e/evince/libevview3-3_3.4.0-3.1blankon1_amd64.deb Size: 569332 SHA256: ce7232577969c62396cd2d9cfe05135410dd22021e761877c0c6f0b59cfa6232 SHA1: 322636bcb659430ff497d9feabff9271421d2c68 MD5sum: b106278fd47c40de4a341547b3f3ef0b Description: Document (PostScript, PDF) rendering library - Gtk+ widgets This package contains libevview, which provides GTK+ widgets for displaying documents. Original-Maintainer: Debian GNOME Maintainers Package: libgimp2.0 Source: gimp Version: 2.8.2-2blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 5098 Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.7), libcairo2 (>= 1.10.2), libfontconfig1 (>= 2.9.0), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.30.2), libgtk2.0-0 (>= 2.24.10), libpango1.0-0 (>= 1.29.4) Recommends: gimp-data (>= 2.8.2), gimp-data (<= 2.8.2-z) Homepage: http://www.gimp.org/ Priority: optional Section: libs Filename: pool/main/g/gimp/libgimp2.0_2.8.2-2blankon1_amd64.deb Size: 1555616 SHA256: 0b15a26b46c7f62e0df31010289f1a00d594fa523e0b5999065f4fd2a26173f0 SHA1: 2f1f730e467425f1eb0c92326c8de66db2b43ebd MD5sum: e539763b2ef297329a30f02bb4f9897f Description: Libraries for the GNU Image Manipulation Program This package includes the libgimp libraries, which are necessary to run GIMP and third-party GIMP plugins. Original-Maintainer: Ari Pollak Package: libgimp2.0-dev Source: gimp Version: 2.8.2-2blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 1653 Depends: libatk1.0-0 (>= 1.12.4), libc6 (>= 2.2.5), libcairo2 (>= 1.10.2), libfontconfig1 (>= 2.9.0), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.30.2), libgtk2.0-0 (>= 2.24.10), libpango1.0-0 (>= 1.29.4), libgimp2.0 (= 2.8.2-2blankon1), libgtk2.0-dev (>= 2.12.5), pkg-config Suggests: libgimp2.0-doc Homepage: http://www.gimp.org/ Priority: optional Section: libdevel Filename: pool/main/g/gimp/libgimp2.0-dev_2.8.2-2blankon1_amd64.deb Size: 886006 SHA256: 4fe91a32cde1f1ca8b58363448bd48e6e310b066fb03776426e364c05e36fe5d SHA1: 9408cadea4bfd0fcc0ea8a03b660dc6384bf19a6 MD5sum: ffc3fa613fcf0b4e9358ec010c335e95 Description: Headers and other files for compiling plugins for GIMP This package contains the header files for the GNU Image Manipulation Program, along with the static versions of libgimp. It also includes the gimptool-2.0 utility. . Install this package if you wish to compile your own plugins, or if you wish to develop packages that use libgimp. Original-Maintainer: Ari Pollak Package: libgimp2.0-doc Source: gimp Version: 2.8.2-2blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 7021 Depends: lynx | www-browser Homepage: http://www.gimp.org/ Priority: optional Section: doc Filename: pool/main/g/gimp/libgimp2.0-doc_2.8.2-2blankon1_all.deb Size: 1143918 SHA256: b036c683d60b8ea562b3688fb54ef27921636a9e3c0d111a3abefb07bd82ec94 SHA1: 16bee69bf4867872b38d6e12b9dda96893f08573 MD5sum: 092bd1ba39d2cded878d6a8f80536348 Description: Developers' Documentation for the GIMP library This package contains the HTML documentation for the GIMP library in /usr/share/gtk-doc/html/ . Original-Maintainer: Ari Pollak Package: liblightdm-gobject-1-0 Source: lightdm Version: 1.2.2-4blankon2 Architecture: amd64 Maintainer: Blankon Developers Installed-Size: 117 Pre-Depends: multiarch-support Depends: libc6 (>= 2.2.5), libglib2.0-0 (>= 2.28.0), libx11-6, libxklavier16 (>= 5.0) Homepage: https://launchpad.net/lightdm Priority: optional Section: libdevel Filename: pool/main/l/lightdm/liblightdm-gobject-1-0_1.2.2-4blankon2_amd64.deb Size: 33790 SHA256: 85ad264f858b5c2cbff38c98167ea36b290116652c6c6b844d622be95bcd889a SHA1: 6a67f919c18022ab656dbfa3a36bcdc7646966ab MD5sum: a4e907fb550c1377bc127a12deda4ed0 Description: simple display manager (gobject library) This package contains the gobject library for lightdm, used by the GTK+ greeter. Original-Maintainer: Debian Xfce Maintainers Package: liblightdm-gobject-dev Source: lightdm Version: 1.2.2-4blankon2 Architecture: amd64 Maintainer: Blankon Developers Installed-Size: 351 Depends: liblightdm-gobject-1-0 (= 1.2.2-4blankon2), libdbus-glib-1-dev, libxklavier-dev Homepage: https://launchpad.net/lightdm Priority: optional Section: libdevel Filename: pool/main/l/lightdm/liblightdm-gobject-dev_1.2.2-4blankon2_amd64.deb Size: 56428 SHA256: 94c3ca7a9cb47047c957141aa3fa4176469c8be56e2036c097da6dd95667c769 SHA1: 0e7d3064f10f8922ca8dd38eebb11fb114902d6e MD5sum: a9e76a18cfd19b6b95320ca09a61fdd1 Description: simple display manager (gobject development files) This package contains the development files for lightdm. They can be used to build new greeters applications GTK+ based. Original-Maintainer: Debian Xfce Maintainers Package: liblightdm-qt-2-0 Source: lightdm Version: 1.2.2-4blankon2 Architecture: amd64 Maintainer: Blankon Developers Installed-Size: 133 Pre-Depends: multiarch-support Depends: libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), liblightdm-gobject-1-0, libqt4-dbus (>= 4:4.5.3), libqt4-xml (>= 4:4.5.3), libqtcore4 (>= 4:4.7.0~beta1), libqtgui4 (>= 4:4.5.3), libstdc++6 (>= 4.1.1) Homepage: https://launchpad.net/lightdm Priority: optional Section: libdevel Filename: pool/main/l/lightdm/liblightdm-qt-2-0_1.2.2-4blankon2_amd64.deb Size: 35664 SHA256: c3653acb81e7892e43ee28f39217bd47027b3ac4f9b3a7625abf81e38ccaae4d SHA1: f4b8dc602993ba6b513ad81b6da82c367619ab9a MD5sum: e8e6b6c273e07f18747481eda8710dc5 Description: simple display manager (Qt library) This package contains the Qt library for lightdm. Original-Maintainer: Debian Xfce Maintainers Package: liblightdm-qt-dev Source: lightdm Version: 1.2.2-4blankon2 Architecture: amd64 Maintainer: Blankon Developers Installed-Size: 201 Depends: liblightdm-qt-2-0 (= 1.2.2-4blankon2) Homepage: https://launchpad.net/lightdm Priority: optional Section: libdevel Filename: pool/main/l/lightdm/liblightdm-qt-dev_1.2.2-4blankon2_amd64.deb Size: 40418 SHA256: ccdf4ec3daf0593aa487990039a81cdfc65a9398f384ac91f5bf2f6791da47e8 SHA1: 733b67f03ac207f9a317aa80c3d05a5ba09a4420 MD5sum: b6639ce5e60ccefd2c3a685212c766db Description: simple display manager (Qt development files) This package contains the development files for lightdm. They can be used to build new greeters applications Qt based. Original-Maintainer: Debian Xfce Maintainers Package: libpurple-bin Source: pidgin Version: 2.10.8-1blankon8.0 Architecture: all Maintainer: BlankOn Developers Installed-Size: 175 Depends: libpurple0, python, python-dbus Homepage: http://www.pidgin.im Priority: optional Section: net Filename: pool/main/p/pidgin/libpurple-bin_2.10.8-1blankon8.0_all.deb Size: 119710 SHA256: c07271c544a87afd234af02621f1869cc5a9a876aed324105080862341640aeb SHA1: 9e8c5666c80f4c12f925d9e100806d3dbd248600 MD5sum: 8cd67d83b38730cff51367d9baff95da Description: multi-protocol instant messaging library - extra utilities This package contains the utilities not included in the main libpurple0 package. Currently included are: purple-remote, purple-send, purple-send-async, and purple-url-handler. Original-Maintainer: Ari Pollak Package: libpurple-dev Source: pidgin Version: 2.10.8-1blankon8.0 Architecture: all Maintainer: BlankOn Developers Installed-Size: 1085 Depends: libpurple0 (>= 2.10.8), libpurple0 (<< 2.10.8+1~), pkg-config, libglib2.0-dev, libdbus-glib-1-dev Homepage: http://www.pidgin.im Priority: optional Section: libdevel Filename: pool/main/p/pidgin/libpurple-dev_2.10.8-1blankon8.0_all.deb Size: 252548 SHA256: f97f65b87903871c310bb77ed54a3bf2237a06de0d08a875efd9f021e923b029 SHA1: 54a5b1a2f96b3100ddccf2da34eacd148dee293d MD5sum: 0d571f66f0cbbd69f9421af2878eda7c Description: multi-protocol instant messaging library - development files This package contains the headers and other development files not included in the main libpurple0 package. Install this if you wish to compile your own client-agnostic plugins, or would like to compile programs that use libpurple. Original-Maintainer: Ari Pollak Package: libpurple0 Source: pidgin Version: 2.10.8-1blankon8.0 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 5109 Depends: pidgin-data (>= 2.10.8), pidgin-data (<< 2.10.8-z), libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libavahi-glib1 (>= 0.6.16), libc6 (>= 2.7), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libfarstream-0.1-0 (>= 0.1.1), libglib2.0-0 (>= 2.30.0), libgstreamer-plugins-base0.10-0 (>= 0.10.0), libgstreamer0.10-0 (>= 0.10.20), libidn11 (>= 1.13), libmeanwhile1 (>= 1.0.2), libnspr4 (>= 2:4.9-2~) | libnspr4-0d (>= 1.8.0.10), libnss3 (>= 2:3.13.4-2~) | libnss3-1d (>= 3.12.0~1.9b1), libperl5.14 (>= 5.14.2), libsasl2-2 (>= 2.1.24), libxml2 (>= 2.7.4), libzephyr4, perl-base (>= 5.14.2-12), perlapi-5.14.2, libsasl2-modules Recommends: ca-certificates, libpurple-bin Suggests: tcl8.5 (>= 8.5.0), tk8.5 (>= 8.5.0) Conflicts: network-manager (<< 0.9.0) Homepage: http://www.pidgin.im Priority: optional Section: devel Filename: pool/main/p/pidgin/libpurple0_2.10.8-1blankon8.0_amd64.deb Size: 1453310 SHA256: 4127584a500763a492e9972b64ef6a620f7e8d136e2b357715cd7ece229e6860 SHA1: feb7457eafd0f86ffa4eb57001d2a53b795af1a5 MD5sum: ed2ef25447d4a65a8eeab4a3ea5b141c Description: multi-protocol instant messaging library libpurple is a library intended to be used by programmers seeking to write an IM client that connects to many IM networks. Currently supported are: AIM/ICQ, Yahoo!, MSN, IRC, Jabber/XMPP/Google Talk, Napster, Zephyr, Gadu-Gadu, Bonjour, Groupwise, Sametime, SIMPLE, MySpaceIM, and MXit. . Some extra packages are suggested to use increased functionality: * tcl8.5, tk8.5: - Support for writing plugins with Tcl/Tk Original-Maintainer: Ari Pollak Package: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 154 Depends: libreoffice-core (= 1:3.5.4+dfsg-4blankon1), libreoffice-writer, libreoffice-calc, libreoffice-impress, libreoffice-draw, libreoffice-math, libreoffice-base, libreoffice-report-builder-bin, ttf-dejavu, ttf-sil-gentium-basic, libreoffice-filter-mobiledev, liblucene2-java (>= 2.3.2), libreoffice-java-common (>= 1:3.5.4+dfsg~) Recommends: ttf-liberation | ttf-mscorefonts-installer, libpaper-utils Suggests: hunspell-dictionary, myspell-dictionary, libreoffice-help-3.5, libreoffice-l10n-3.5, unixodbc, cups-bsd, libsane, hyphen-hyphenation-patterns, mythes-thesaurus, libreoffice-grammarcheck, libxrender1, libgl1, libreoffice-gnome | libreoffice-kde, iceweasel | firefox | icedove | thunderbird | iceape-browser | mozilla-browser, default-jre | gcj-jre | java-gcj-compat | openjdk-6-jre | openjdk-7-jre | sun-java5-jre | sun-java6-jre | java5-runtime | jre, openclipart-libreoffice, pstoedit, imagemagick | graphicsmagick-imagemagick-compat, gstreamer0.10-plugins-base, gstreamer0.10-plugins-good, gstreamer0.10-plugins-ugly, gstreamer0.10-plugins-bad, gstreamer0.10-ffmpeg, libldap-2.4-2, libreoffice-filter-binfilter, libreoffice-officebean Homepage: http://www.libreoffice.org Priority: optional Section: metapackages Filename: pool/main/libr/libreoffice/libreoffice_3.5.4+dfsg-4blankon1_amd64.deb Size: 50178 SHA256: 725ffa6e5eab2ecd730c0884eda629ecbc5b253d449b0022b1516ab3057320aa SHA1: 49a44d561cbe98914c3e2ff86ea254937fa92cb5 MD5sum: 5411d7340106c5970d1f2ffd9a538e60 Description: office productivity suite LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This metapackage installs all components of libreoffice: * libreoffice-writer: Word processor * libreoffice-calc: Spreadsheet * libreoffice-impress: Presentation * libreoffice-draw: Drawing * libreoffice-base: Database * libreoffice-math: Equation editor * libreoffice-filter-mobiledev: Mobile Devices filters . You can extend the functionality of LibreOffice by installing these packages: * hunspell-*/myspell-*: Hunspell/Myspell dictionaries for use with LibreOffice * libreoffice-l10n-*: UI interface translation * libreoffice-help-*: User help * mythes-*: Thesauri for the use with LibreOffice * hyphen-*: Hyphenation patterns for LibreOffice * libreoffice-gtk: Gtk UI Plugin, GNOME File Picker support, QuickStarter for GNOMEs notification are * libreoffice-gnome: GIO, GConf backend * libreoffice-kde: KDE UI Plugin and KDE File Picker support * unixodbc: ODBC database support * cups-bsd: Allows LibreOffice to detect your CUPS printer queues automatically * libsane: Use your sane-supported scanner with LibreOffice * libxrender1: Speed up display by using Xrender library * libgl1: OpenGL support * openclipart-libreoffice: Open Clip Art Gallery with LibreOffice index files * iceweasel | firefox | icedove | thunderbird | iceape-browser | mozilla-browser: Mozilla profile with Certificates needed for XML Security... * openjdk-6-jre | gcj-jre | java5-runtime: Java Runtime Environment for use with LibreOffice * pstoedit / imagemagick: helper tools for EPS thumbnails * gstreamer0.10-plugins-*: GStreamer plugins for use with LibreOffices media backend * libpaper-utils: papersize detection support via paperconf * libldap-2.4-2: LDAP client library; needed for LibreOffice getting its profiles from LDAP * libreoffice-filter-binfilter: legacy filters (e.g. StarOffice 5.2) Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-base Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 9173 Depends: libreoffice-core (= 1:3.5.4+dfsg-4blankon1), libreoffice-base-core (= 1:3.5.4+dfsg-4blankon1), libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.6), uno-libs3 (>= 1.7.0), ure (>= 3.5.4~), default-jre | gcj-jre | java-gcj-compat | openjdk-6-jre | openjdk-7-jre | sun-java5-jre | sun-java6-jre | java5-runtime | jre, libhsqldb-java (>> 1.8.0.10), libhsqldb-java (<< 1.8.1~), libreoffice-java-common (>= 1:3.5.4+dfsg~) Suggests: unixodbc, libmyodbc | odbc-postgresql | libsqliteodbc | tdsodbc | mdbtools, libmysql-java | libpg-java | libjtds-java, libreoffice-gcj, libreoffice-report-builder Homepage: http://www.libreoffice.org Priority: optional Section: database Filename: pool/main/libr/libreoffice/libreoffice-base_3.5.4+dfsg-4blankon1_amd64.deb Size: 1925676 SHA256: 1f2971f13d305cbf20807a16fac28e217e4d0d861110000890c28c72c071960d SHA1: 183c41393070fd96ff2b70cac59be08c924165f3 MD5sum: c81b24cefd50635f3ed882785319f22c Description: office productivity suite -- database LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the database component for LibreOffice. . You can extend the functionality of LibreOffice Base by installing these packages: . * unixodbc: ODBC database support * libmyodbc | odbc-postgresql | libsqliteodbc | tdsodbc | mdbtools: ODBC drivers for: - MySQL - PostgreSQL - SQLite - MS SQL / Sybase SQL - *.mdb (JET / MS Access) * libmysql-java | libpg-java | libjtds-java: JDBC Drivers for: - MySQL - PostgreSQL - MS SQL Server and Sybase Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-base-core Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 3341 Depends: libreoffice-core (= 1:3.5.4+dfsg-4blankon1), libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.6), uno-libs3 (>= 1.7.0), ure Suggests: libreoffice-base Replaces: libreoffice-base (<< 1:3.5.3~rc2-1) Homepage: http://www.libreoffice.org Priority: optional Section: editors Filename: pool/main/libr/libreoffice/libreoffice-base-core_3.5.4+dfsg-4blankon1_amd64.deb Size: 691246 SHA256: 03f7f81e8da2ee48c2538edef08873ce32673e44582b48d410cba6065e6688af SHA1: b348c631a825cc86b0ea016a776918857064bad9 MD5sum: 2b4a3270b09b7708655328d564397614 Description: office productivity suite -- shared library LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains libdba, a common library of the LibreOffice suite used by Base, Writer and Calc. . If you need full Base functionality (or actual database drivers), please install libreoffice-base. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-calc Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 25133 Depends: libreoffice-core (= 1:3.5.4+dfsg-4blankon1), libreoffice-base-core (= 1:3.5.4+dfsg-4blankon1), libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.6), uno-libs3 (>= 3.5.0~beta), ure, lp-solve (>= 5.5.0.13-5+b1) Homepage: http://www.libreoffice.org Priority: optional Section: editors Filename: pool/main/libr/libreoffice/libreoffice-calc_3.5.4+dfsg-4blankon1_amd64.deb Size: 5133570 SHA256: 2492103f2b501d4bda10f6d947523643d7fea9aae9e28bda8995ad6abbc8f3f8 SHA1: 352008691e88ebb1d7bad27a78697e80700217b2 MD5sum: 07592b7a3b8edd5316cf48bd0d909e47 Description: office productivity suite -- spreadsheet LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the spreadsheet component for LibreOffice. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-common Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 52198 Pre-Depends: dpkg (>= 1.15.7.2~) Depends: libreoffice-style-default | libreoffice-style, ure Recommends: xfonts-mathml, libexttextcat-data Suggests: libreoffice-style-hicontrast, libreoffice-style-tango, libreoffice-style-crystal, libreoffice-style-oxygen Conflicts: broffice, libtextcat-data (<< 2.2-8), openoffice.org-common (<< 1:3.3.0~) Breaks: libreoffice-core (>= 1:3.6~), libreoffice-core (<< 1:3.5~), libreoffice-style-andromeda (<< 1:3.5~), libreoffice-style-crystal (>= 1:3.6~), libreoffice-style-crystal (<< 1:3.5~), libreoffice-style-galaxy (>= 1:3.6~), libreoffice-style-galaxy (<< 1:3.5~), libreoffice-style-hicontrast (>= 1:3.6~), libreoffice-style-hicontrast (<< 1:3.5~), libreoffice-style-industrial, libreoffice-style-oxygen (>= 1:3.6~), libreoffice-style-oxygen (<< 1:3.5~), libreoffice-style-tango (>= 1:3.6~), libreoffice-style-tango (<< 1:3.5~) Replaces: openoffice.org-common (<< 1:3.3.0~) Provides: libreoffice-l10n-en-us Homepage: http://www.libreoffice.org Priority: optional Section: editors Filename: pool/main/libr/libreoffice/libreoffice-common_3.5.4+dfsg-4blankon1_all.deb Size: 18569268 SHA256: 43c247b1c1c0b8fde678a8bfd09de7004005ec2cdd2f547dcafc20b48e099e8b SHA1: 7954401e7d89f3e5cf1a4d5d11c1c1c7236c38e2 MD5sum: 8ebc5fa4902775f2f664d9a898519833 Description: office productivity suite -- arch-independent files LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the architecture-independent files of LibreOffice. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-core Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 150751 Depends: libreoffice-common (>> 1:3.5.4+dfsg), fonts-opensymbol, libc6 (>= 2.7), libcairo2 (>= 1.2.4), libcmis-0.2-0, libcurl3-gnutls (>= 7.16.2), libdb5.1, libexpat1 (>= 2.0.1), libexttextcat0 (>= 2.2-8), libfontconfig1 (>= 2.9.0), libfreetype6 (>= 2.2.1), libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.15.0), libgraphite2-2.0.0, libgstreamer-plugins-base0.10-0 (>= 0.10.0), libgstreamer0.10-0 (>= 0.10.0), libhunspell-1.3-0, libhyphen0 (>= 2.7.1), libice6 (>= 1:1.0.0), libicu48 (>= 4.8-1), libjpeg8 (>= 8c), libmythes-1.2-0, libneon27-gnutls, libnspr4 (>= 2:4.9-2~) | libnspr4-0d (>= 1.8.0.10), libnss3 (>= 2:3.13.4-2~) | libnss3-1d (>= 3.12.0~1.9b1), libpng12-0 (>= 1.2.13-4), libsm6, libssl1.0.0 (>= 1.0.0), libstdc++6 (>= 4.6), libx11-6, libxext6, libxinerama1, libxml2 (>= 2.7.4), libxrandr2, libxrender1, libxslt1.1 (>= 1.1.25), uno-libs3 (>= 3.5.0~beta), ure (>= 3.5.4~), zlib1g (>= 1:1.1.4), librdf0 (>= 1.0.15), librsvg2-2 (>= 2.36.1), fontconfig Conflicts: cacao-oj6-jre, cli-uno-bridge (<< 1:3.0.0~dev300m22), libcairo2 (= 1.4.8-1), libicu38 (= 3.8~d01-1), libreoffice-base (<< 1:3.5.4+dfsg-4blankon1), libreoffice-calc (<< 1:3.5.4+dfsg-4blankon1), libreoffice-dev (<< 1:3.5.4+dfsg-4blankon1), libreoffice-draw (<< 1:3.5.4+dfsg-4blankon1), libreoffice-evolution (<< 1:3.5.4+dfsg-4blankon1), libreoffice-filter-so52 (<< 1:3.5.4+dfsg-4blankon1), libreoffice-gnome (<< 1:3.5.4+dfsg-4blankon1), libreoffice-gtk (<< 1:3.5.4+dfsg-4blankon1), libreoffice-impress (<< 1:3.5.4+dfsg-4blankon1), libreoffice-kde (<< 1:3.5.4+dfsg-4blankon1), libreoffice-officebean (<< 1:3.5.4+dfsg-4blankon1), libreoffice-style-andromeda (<< 1:3.3.0-1), libreoffice-style-crystal (<< 1:3.3.0-1), libreoffice-style-galaxy (<< 1:3.3.0-1), libreoffice-style-hicontrast (<< 1:3.3.0-1), libreoffice-style-oxygen (<< 1:3.3.0-1), libreoffice-style-tango (<< 1:3.3.0-1), libreoffice-writer (<< 1:3.5.4+dfsg-4blankon1), mozilla-plugin-vlc (<< 1.0) Breaks: hunspell-ar (<< 0.0.0+20080110-1.1), hunspell-da (<< 1:3.1.0-3), hunspell-de-at (<< 20071211-2), hunspell-de-ch (<< 20071211-2), hunspell-de-de (<< 20071211-2), hunspell-de-med (<< 20090825-1), hunspell-en-ca (<< 1:3.1.0-3), hunspell-en-us (<< 20070829-3), hunspell-fr (<< 1:3.1.0-3), hunspell-gl-es (<< 2.2a-6), hunspell-hu (<< 1:3.1.0-3), hunspell-ko (<< 0.3.3-1), hunspell-ne (<< 1:3.1.0-3), hunspell-se (<< 1.0~beta6.20081222-1.1), hunspell-sh (<< 1:3.1.0-3), hunspell-sr (<< 1:3.1.0-3), hunspell-uz (<< 0.6-3.1), hunspell-vi (<< 1:3.1.0-3), libreoffice-evolution (<< 1:3.4.1~), libreoffice-filter-binfilter (<< 1:3.4.1~), libreoffice-kab (<< 1:3.4.1~), libreoffice-sdbc-postgresql (<< 0.8.1~), mozilla-libreoffice (<< 1:3.5.0~beta~), myspell-af (<< 1:3.1.0-3), myspell-ca (<< 0.6-8), myspell-cs-cz (<< 20040229-4.1), myspell-da (<< 1.6.18-1.1), myspell-de-at (<< 20071211-2), myspell-de-ch (<< 20071211-2), myspell-de-de (<< 20071211-2), myspell-de-de-oldspell (<< 1:2-25.1), myspell-el-gr (<< 0.3-1.1), myspell-en-au (<< 2.1-5), myspell-en-gb (<< 1:3.1.0-3), myspell-en-us (<< 1:3.1.0-3), myspell-en-za (<< 1:3.1.0-3), myspell-eo (<< 2.1.2000.02.25-41), myspell-es (<< 1.10-7), myspell-et (<< 1:20030606-12.1), myspell-fa (<< 0.20070816-2), myspell-fi (<< 0.7-17.2), myspell-fo (<< 0.2.36-3), myspell-fr (<< 1.4-25), myspell-fr-gut (<< 1:1.0-26.1), myspell-ga (<< 2.0-19), myspell-gd (<< 0.50-7), myspell-gv (<< 0.50-8), myspell-hr (<< 20060617-2), myspell-hu (<< 0.99.4-1.2), myspell-hy (<< 0.10.1-1.1), myspell-it (<< 1:3.1.0-3), myspell-ku (<< 0.20.0-1.1), myspell-lv (<< 0.7.3-3.1), myspell-nb (<< 2.0.10-3.1), myspell-ne (<< 1.0-4.1), myspell-nl (<< 1:1.10-3), myspell-nn (<< 2.0.10-3.1), myspell-pl (<< 20090830-1), myspell-pt-br (<< 2009.03.30-1.1), myspell-pt-pt (<< 20090309-1.1), myspell-ru (<< 0.99g5-8.1), myspell-sk (<< 0.5.5a-2.1), myspell-sv-se (<< 1.3.8-6-2.2), myspell-sw (<< 1:3.1.0-3), myspell-th (<< 1:3.1.0-3), myspell-tl (<< 0.4-0-5) Replaces: libreoffice-calc (<< 1:3.3.2-5) Provides: libreoffice-bundled Homepage: http://www.libreoffice.org Priority: optional Section: editors Filename: pool/main/libr/libreoffice/libreoffice-core_3.5.4+dfsg-4blankon1_amd64.deb Size: 28700694 SHA256: d41212bf1038942be70205112aadc1c0cdac9794babc5ccfa8c225d5f722deb1 SHA1: d1961dd8efbdb378b71c6df1eb6e3f8da2e8320a MD5sum: 788fe4d54622ca36a7c4e451bc98a147 Description: office productivity suite -- arch-dependent files LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the architecture-dependent core files of LibreOffice. See the libreoffice package for more information. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-dbg Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 2191146 Pre-Depends: dpkg (>= 1.15.6) Depends: libreoffice-core (= 1:3.5.4+dfsg-4blankon1) | libreoffice-gcj (= 1:3.5.4+dfsg-4blankon1) | libreoffice-dev (= 1:3.5.4+dfsg-4blankon1) | libreoffice-gnome (= 1:3.5.4+dfsg-4blankon1) | libreoffice-kde (= 1:3.5.4+dfsg-4blankon1) | libreoffice-calc (= 1:3.5.4+dfsg-4blankon1) | libreoffice-base-core (= 1:3.5.4+dfsg-4blankon1) | libreoffice-base (= 1:3.5.4+dfsg-4blankon1) | libreoffice-impress (= 1:3.5.4+dfsg-4blankon1) | libreoffice-filter-binfilter (= 1:3.5.4+dfsg-4blankon1) | libreoffice-draw (= 1:3.5.4+dfsg-4blankon1) | libreoffice-writer (= 1:3.5.4+dfsg-4blankon1) | python-uno (= 1:3.5.4+dfsg-4blankon1) | cli-uno-bridge (= 1:3.5.4+dfsg-4blankon1) | mozilla-libreoffice (= 1:3.5.4+dfsg-4blankon1) | libreoffice-ogltrans (= 1:3.5.4+dfsg-4blankon1) Recommends: ure-dbg Suggests: libxslt1-dbg, libssl1.0.0-dbg, libdb5.1-dbg, libc6-dbg, libatk1.0-dbg, libglib2.0-0-dbg, libgnomevfs2-0-dbg, libstdc++6-4.7-dbg, libx11-6-dbg, libxext6-dbg, libxaw7-dbg, libxml2-dbg, libgtk2.0-0-dbg, libxau6-dbg, libice6-dbg, libsm6-dbg, libxinerama1-dbg, libfontconfig1-dbg, libhunspell-1.3-0-dbg, libcurl4-dbg, python-dbg, libnss3-1d-dbg, kdelibs5-dbg, libqt4-dbg, libsuitesparse-dbg, libgstreamer0.10-0-dbg, libneon27-gnutls-dbg Homepage: http://www.libreoffice.org Priority: extra Section: debug Filename: pool/main/libr/libreoffice/libreoffice-dbg_3.5.4+dfsg-4blankon1_amd64.deb Size: 442856160 SHA256: cff32afbf74e84153389d78bfa460d61785351b795589432aff63d17d3f63186 SHA1: 499e29d37eeeed56fcb56a284274dc5e8abf6691 MD5sum: fc2205fdce59ac3630eaba34e0e6f722 Description: office productivity suite -- debug symbols LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the debug symbols of all LibreOffice and LibreOffice SDK components. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-dev Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 20401 Depends: libreoffice-core (= 1:3.5.4+dfsg-4blankon1), libc6 (>= 2.7), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.6), uno-libs3 (>= 1.4.0), ure (>= 3.5.4~) Recommends: dmake, g++, default-jre | gcj-jre | java-gcj-compat | openjdk-6-jre | openjdk-7-jre | sun-java5-jre | sun-java6-jre | java5-runtime | jre, libreoffice-java-common (>= 1:3.5.4+dfsg~) Suggests: libreoffice-dev-doc, libmythes-dev, c-shell Homepage: http://www.libreoffice.org Priority: optional Section: devel Filename: pool/main/libr/libreoffice/libreoffice-dev_3.5.4+dfsg-4blankon1_amd64.deb Size: 2693410 SHA256: a7976923e7c0ae04eb628e70f5fc1c6f61ff3f86345a32af98199a55f511781b SHA1: 3c2d86cf2d8bda0bbbc5ad9d07fec15dbb4f887d MD5sum: 689fd5856e7787f9f10c8e404155c7d8 Description: office productivity suite -- SDK LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the files needed to build plugins/add-ons for LibreOffice (includes, IDL files, build tools, ...). It also contains the zipped source of the UNO Java libraries for use in IDEs like eclipse. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-dev-doc Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 71238 Recommends: www-browser Suggests: libreoffice-dtd-officedocument1.0 Conflicts: openoffice.org-dev-doc Homepage: http://www.libreoffice.org Priority: optional Section: doc Filename: pool/main/libr/libreoffice/libreoffice-dev-doc_3.5.4+dfsg-4blankon1_all.deb Size: 3872488 SHA256: c87904dc862333ee143c439485541d302d1ef12a0ce6ba24e9309c246ccabc8e SHA1: 13df3104d29980bf3c0ca62cc63da7d09b29e73d MD5sum: 677e8bdfdfa7d08e11b442a3c836b991 Description: office productivity suite -- SDK documentation LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the documentation of the LibreOffice SDK: . * C++/Java API reference * IDL reference * C++/Java/Basic examples . It also contains the gsicheck utility. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-draw Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 13096 Depends: libreoffice-core (= 1:3.5.4+dfsg-4blankon1), libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.6), libvisio-0.0-0 (>= 0.0.15), libwpd-0.9-9, libwpg-0.2-2, libxml2 (>= 2.6.27), uno-libs3 (>= 3.5.0~beta), ure, zlib1g (>= 1:1.1.4) Homepage: http://www.libreoffice.org Priority: optional Section: editors Filename: pool/main/libr/libreoffice/libreoffice-draw_3.5.4+dfsg-4blankon1_amd64.deb Size: 2610072 SHA256: 422d8cc0850e3f9efa7f37053768b911dc225ee552b9c583a5a2bd9948616c11 SHA1: 88e2c0cedc7599d7b6826934158239d92fcd2846 MD5sum: 0a6d1676f2ad5f521815179363f0807d Description: office productivity suite -- drawing LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the drawing component for LibreOffice. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-emailmerge Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 201 Depends: python-uno | python3-uno, libreoffice-core Enhances: libreoffice-writer Conflicts: ure (<< 1.5.1+OOo3.1.1-15) Replaces: python-uno (<< 1:2.4.1-5) Homepage: http://www.libreoffice.org Priority: optional Section: editors Filename: pool/main/libr/libreoffice/libreoffice-emailmerge_3.5.4+dfsg-4blankon1_all.deb Size: 55590 SHA256: 165839b5e9dd1f905d5f68883ea8b975e589262aa1ca2d628ef99278a4375479 SHA1: d38e185e88b87fc72a49b1423b9a1b3268ee50f7 MD5sum: ca4d63f0b6ccec39664ed1ed8b43fcb6 Description: office productivity suite -- email mail merge LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains a component which allows LibreOffice to "mail merge" to E-Mail. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-evolution Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 492 Depends: libreoffice-core (= 1:3.5.4+dfsg-4blankon1), libreoffice-common (>= 1:3.4.0~), libreoffice-base, libatk1.0-0 (>= 1.12.4), libc6 (>= 2.2.5), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.9.0), libfreetype6 (>= 2.2.1), libgcc1 (>= 1:4.1.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.24.0), libgtk2.0-0 (>= 2.10), libpango1.0-0 (>= 1.14.0), libstdc++6 (>= 4.1.1), uno-libs3 (>= 1.7.0), ure, libebook-1.2-13 Recommends: evolution Conflicts: ure (<< 1.5.1+OOo3.1.1-15) Replaces: libreoffice-common (<< 1:3.3.3-2~) Homepage: http://www.libreoffice.org Priority: optional Section: gnome Filename: pool/main/libr/libreoffice/libreoffice-evolution_3.5.4+dfsg-4blankon1_amd64.deb Size: 117304 SHA256: 764b2788b7ebd8b91ed05fbb4582f3d65263766128e1d42e595e3f0eac4e4a4d SHA1: fa2b02420189507afb08c36a95bb5beb72c4c0b3 MD5sum: 8fc3394ab75f9f89f9f4e42ab7ee32b7 Description: office productivity suite -- Evolution addressbook support LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package allows LibreOffice to access Evolution address books. You need to install evolution separately. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-filter-binfilter Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 24273 Depends: libreoffice-core (= 1:3.5.4+dfsg-4blankon1), libreoffice-common (>= 1:3.4.0~), libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libicu48 (>= 4.8-1), libjpeg8 (>= 8c), libstdc++6 (>= 4.6), uno-libs3 (>= 3.5.0~beta), ure Conflicts: ure (<< 1.5.1+OOo3.1.1-15) Homepage: http://www.libreoffice.org Priority: optional Section: misc Filename: pool/main/libr/libreoffice/libreoffice-filter-binfilter_3.5.4+dfsg-4blankon1_amd64.deb Size: 5940088 SHA256: c63bc8c336b8444ff636b0ab9b3646ddcebafcb6932cc3fdec056ec40326666f SHA1: bdc463d4851adc7ee166ca378ab5365b2ee8f4de MD5sum: 21be48a127ace082e3ea2d385b79faf1 Description: office productivity suite -- legacy filters (e.g. StarOffice 5.2) LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the "binfilters", legacy filters for - the old StarOffice 5.2 formats - StarWriter 1.0/2.0 - StarWriter/DOS - *Writer* filters for + Excel + Lotus Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-filter-mobiledev Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 328 Depends: default-jre | gcj-jre | java-gcj-compat | openjdk-6-jre | openjdk-7-jre | sun-java5-jre | sun-java6-jre | java5-runtime | jre, libreoffice-java-common Breaks: libreoffice-core (<< 1:3.5~) Homepage: http://www.libreoffice.org Priority: optional Section: misc Filename: pool/main/libr/libreoffice/libreoffice-filter-mobiledev_3.5.4+dfsg-4blankon1_all.deb Size: 159272 SHA256: be16ac77ff7fc20541d73e1c04c200da5e29b50275f43f494f1b7d8f56192ece SHA1: 85dc025d1a8a51623764f108e03f699152cb0072 MD5sum: ec8c9279c4a7796b8439e71c39f68ae5 Description: office productivity suite -- mobile devices filters LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the filters for Mobile Devices: * AportisDoc (Palm) * PocketWord * PocketExcel Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-gnome Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 365 Depends: libreoffice-core (= 1:3.5.4+dfsg-4blankon1), libreoffice-gtk, gconf2, gconf-service, libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libgconf-2-4 (>= 2.31.1), libglib2.0-0 (>= 2.16.0), libstdc++6 (>= 4.6), uno-libs3 (>= 1.4.0), ure Suggests: libreoffice-evolution Enhances: libreoffice Provides: libreoffice-gtk-gnome Homepage: http://www.libreoffice.org Priority: optional Section: gnome Filename: pool/main/libr/libreoffice/libreoffice-gnome_3.5.4+dfsg-4blankon1_amd64.deb Size: 100210 SHA256: b93e8a73af261fe64a25c60f3716e04ca29b837e542f96aa71454875091fe6b8 SHA1: db552f787476f34650dfe078cec5b3913b3a1631 MD5sum: a5bd39bf58128a0928512779be202b74 Description: office productivity suite -- GNOME integration LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the GIO support and a GConf backend. . You can extend the functionality of this by installing these packages: . * libreoffice-evolution: Evolution addressbook support * evolution Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-gtk Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 960 Depends: libreoffice-core (= 1:3.5.4+dfsg-4blankon1), libatk1.0-0 (>= 1.12.4), libc6 (>= 2.2.5), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.9.0), libfreetype6 (>= 2.2.1), libgcc1 (>= 1:4.1.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.31.8), libgtk2.0-0 (>= 2.24.0), libice6 (>= 1:1.0.0), libicu48 (>= 4.8-1), libpango1.0-0 (>= 1.14.0), libsm6, libstdc++6 (>= 4.6), libx11-6, libxext6, libxml2 (>= 2.6.27), uno-libs3 (>= 1.7.0+LibO3.3.0~beta3), ure (>= 3.5.4~) Recommends: libreoffice-style-tango Enhances: libreoffice Conflicts: libgtk2.0-0 (= 2.12.10-1) Homepage: http://www.libreoffice.org Priority: optional Section: gnome Filename: pool/main/libr/libreoffice/libreoffice-gtk_3.5.4+dfsg-4blankon1_amd64.deb Size: 236292 SHA256: 9ca09f9d81600b9fd38ff56b4c7c8eaefa879ffdf830b64d04731d64b9f78e02 SHA1: 47a7f8f8f57e8525daa69b92e56069445d2789bf MD5sum: e15e81e5716a63dd85479e1699979834 Description: office productivity suite -- GTK+ integration LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the Gtk plugin for drawing LibreOffices widgets with Gtk+ and a Gtk/GNOMEish File Picker and print dialog when running under GNOME. It also contains a QuickStarter for the "notification area". Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-gtk3 Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 983 Depends: libreoffice-core (= 1:3.5.4+dfsg-4blankon1), libatk1.0-0 (>= 1.12.4), libc6 (>= 2.2.5), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.10.0), libgcc1 (>= 1:4.1.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.24.0), libgtk-3-0 (>= 3.2~), libice6 (>= 1:1.0.0), libpango1.0-0 (>= 1.14.0), libsm6, libstdc++6 (>= 4.6), libx11-6, libxext6, uno-libs3 (>= 1.7.0+LibO3.3.0~beta3), ure (>= 3.5.4~) Recommends: libreoffice-style-tango Enhances: libreoffice Homepage: http://www.libreoffice.org Priority: optional Section: gnome Filename: pool/main/libr/libreoffice/libreoffice-gtk3_3.5.4+dfsg-4blankon1_amd64.deb Size: 240088 SHA256: c2498f57544c0578e4ae0c0f72a402f09dcc4222a0d1ce101c57a20da6a10ad5 SHA1: d662496533b2f2c39f6dce3f19700fc64f99f86a MD5sum: e572f4080a51a3e353ee738ee730dc6c Description: office productivity suite -- GTK+ 3.0 integration LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the Gtk plugin for drawing LibreOffices widgets with Gtk+ 3.0 and Gtk/GNOMEish print dialog when running under GNOME. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-help-ca Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 47758 Depends: libreoffice-writer | language-support-translations-ca, libreoffice-l10n-ca Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-ca, liblucene2-java (>= 2.3.2), libreoffice-java-common Conflicts: liblucene2-java (<< 2.9~) Provides: libreoffice-help-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: doc Filename: pool/main/libr/libreoffice/libreoffice-help-ca_3.5.4+dfsg-4blankon1_all.deb Size: 13682154 SHA256: 4cfbe2a14610c15b75a25b7d4e59af962a1d152f6fae670fc7633ae71f0f6437 SHA1: 923e87d5ef1729400a0562b829bc26113d4d450b MD5sum: 369d028b9f5834c3bc6342fa139a5a4e Description: office productivity suite -- Catalan help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Catalan. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-help-cs Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 23020 Depends: libreoffice-writer | language-support-translations-cs, libreoffice-l10n-cs Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-cs, liblucene2-java (>= 2.3.2), libreoffice-java-common Conflicts: liblucene2-java (<< 2.9~) Provides: libreoffice-help-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: doc Filename: pool/main/libr/libreoffice/libreoffice-help-cs_3.5.4+dfsg-4blankon1_all.deb Size: 6761270 SHA256: a7d7e35d708c4650c61c3c7e01c3d5949af28addf093b2a4ebb21838b488ba29 SHA1: d907b94902872dcfa4520603f4d1cd0560fd1cad MD5sum: ae3df4696ef5b1032d4421271f81d340 Description: office productivity suite -- Czech help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Czech. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-help-da Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 23073 Depends: libreoffice-writer | language-support-translations-da, libreoffice-l10n-da Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-da, liblucene2-java (>= 2.3.2), libreoffice-java-common Conflicts: liblucene2-java (<< 2.9~) Provides: libreoffice-help-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: doc Filename: pool/main/libr/libreoffice/libreoffice-help-da_3.5.4+dfsg-4blankon1_all.deb Size: 6617266 SHA256: bbb7b55ee63d530eb46bbf4d3034e4ff08741826bf1d7cd050cb034702bacdbb SHA1: 465813420cb402921b2861a1d2ffa4d4b686da6c MD5sum: 8013480b7dea056ded9566f770bf7ba2 Description: office productivity suite -- Danish help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Danish. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-help-de Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 24288 Depends: libreoffice-writer | language-support-translations-de, libreoffice-l10n-de Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-de, liblucene2-java (>= 2.3.2), libreoffice-java-common Conflicts: liblucene2-java (<< 2.9~) Provides: libreoffice-help-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: doc Filename: pool/main/libr/libreoffice/libreoffice-help-de_3.5.4+dfsg-4blankon1_all.deb Size: 7452570 SHA256: 06699658efe93f66594ea4fe3d0f7104fd416de0d956f4208ff19aa51eee8eaf SHA1: 1b4fb32c506b79042ef1ea138e4f87fe614cf745 MD5sum: 63f12808fecbcdfdbf9101378a79a922 Description: office productivity suite -- German help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in German. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-help-dz Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 36593 Depends: libreoffice-writer | language-support-translations-dz, libreoffice-l10n-dz Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-dz, liblucene2-java (>= 2.3.2), libreoffice-java-common Conflicts: liblucene2-java (<< 2.9~) Provides: libreoffice-help-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: doc Filename: pool/main/libr/libreoffice/libreoffice-help-dz_3.5.4+dfsg-4blankon1_all.deb Size: 8646360 SHA256: 1fa6a763cbd43eaf517f68423bbdb42ae03c9cc7c905f3c198f12824a7d0313f SHA1: c0367a9442e06a335ef1253c4b481602511a1ba5 MD5sum: 6fe51da3f6c6eae9731a13aad497889c Description: office productivity suite -- Dzongkha help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Dzongkha. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-help-el Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 29954 Depends: libreoffice-writer | language-support-translations-el, libreoffice-l10n-el Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-el, liblucene2-java (>= 2.3.2), libreoffice-java-common Conflicts: liblucene2-java (<< 2.9~) Provides: libreoffice-help-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: doc Filename: pool/main/libr/libreoffice/libreoffice-help-el_3.5.4+dfsg-4blankon1_all.deb Size: 8314472 SHA256: b02d2db73485126469be173ed44d540ed35d4a68b54c04666a7e44b81235ce7d SHA1: 70f571a55029ae200540f25079440f3aced86819 MD5sum: d8ec85881e47e076f6880dfc7909f694 Description: office productivity suite -- Greek help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Greek. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-help-en-gb Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 21354 Depends: libreoffice-writer | language-support-translations-en, libreoffice-l10n-en-gb Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-en, liblucene2-java (>= 2.3.2), libreoffice-java-common Conflicts: liblucene2-java (<< 2.9~) Provides: libreoffice-help-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: doc Filename: pool/main/libr/libreoffice/libreoffice-help-en-gb_3.5.4+dfsg-4blankon1_all.deb Size: 5981538 SHA256: 99aa551ca2da4411e42956866ac3a4b48da1793180128be996cabc64796631ab SHA1: 5b3870836693e7d2fbfd8d2f939a6cfb46c129a7 MD5sum: 1cddebbc25032a127146bf255afe771a Description: office productivity suite -- English_british help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in English_british. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-help-en-us Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 21398 Depends: libreoffice-writer | language-support-translations-en Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-en, liblucene2-java (>= 2.3.2), libreoffice-java-common Conflicts: liblucene2-java (<< 2.9~) Replaces: libreoffice-common (<< 1:3.0.0~dev300m28) Provides: libreoffice-help-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: doc Filename: pool/main/libr/libreoffice/libreoffice-help-en-us_3.5.4+dfsg-4blankon1_all.deb Size: 6010724 SHA256: da0759ad129a61520cb29d1169929e2a7260b258b99001459164b3dec7c3bc58 SHA1: 30413500c70f1291709f32bcabc3477d8216fc78 MD5sum: d14cbfc16c43ad81bf8d2dc7fa7ce60e Description: office productivity suite -- English_american help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in English_american. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-help-es Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 24085 Depends: libreoffice-writer | language-support-translations-es, libreoffice-l10n-es Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-es, liblucene2-java (>= 2.3.2), libreoffice-java-common Conflicts: liblucene2-java (<< 2.9~) Provides: libreoffice-help-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: doc Filename: pool/main/libr/libreoffice/libreoffice-help-es_3.5.4+dfsg-4blankon1_all.deb Size: 7113320 SHA256: 6986a4f3326c41a7bfd2d8a21bb59148d0dbef931cf20b1996e33a114e4d212b SHA1: a4ebaa9f9c4e0ca98a579862c8b4eaa4980ac0a8 MD5sum: cfad03c41a147d2dfdfe535d1e15ff8e Description: office productivity suite -- Spanish help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Spanish. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-help-et Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 22839 Depends: libreoffice-writer | language-support-translations-et, libreoffice-l10n-et Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-et, liblucene2-java (>= 2.3.2), libreoffice-java-common Conflicts: liblucene2-java (<< 2.9~) Provides: libreoffice-help-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: doc Filename: pool/main/libr/libreoffice/libreoffice-help-et_3.5.4+dfsg-4blankon1_all.deb Size: 6611178 SHA256: 6ac107167c950d71d8952856950b073d57b62e961effdd4ae42a39c3f954c222 SHA1: 0d89c83ea7ce73eb6ba4060c39b69ef6279a5f76 MD5sum: 0191ffa9f2d09eea60edeecb1f4afc71 Description: office productivity suite -- Estonian help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Estonian. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-help-eu Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 23311 Depends: libreoffice-writer | language-support-translations-eu, libreoffice-l10n-eu Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-eu, liblucene2-java (>= 2.3.2), libreoffice-java-common Conflicts: liblucene2-java (<< 2.9~) Provides: libreoffice-help-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: doc Filename: pool/main/libr/libreoffice/libreoffice-help-eu_3.5.4+dfsg-4blankon1_all.deb Size: 7011206 SHA256: 92ca0cba40f7351d442a4aeb00630827e28c4fbfac8f57d23295efb84c866397 SHA1: ddbe1b0f39da3c5d1142884ab25fe01712dfde37 MD5sum: 70ebc56ca0bca6247b43ef9e1bd1c365 Description: office productivity suite -- Basque help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Basque. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-help-fi Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 23760 Depends: libreoffice-writer | language-support-translations-fi, libreoffice-l10n-fi Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-fi, liblucene2-java (>= 2.3.2), libreoffice-java-common Conflicts: liblucene2-java (<< 2.9~) Provides: libreoffice-help-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: doc Filename: pool/main/libr/libreoffice/libreoffice-help-fi_3.5.4+dfsg-4blankon1_all.deb Size: 7040828 SHA256: 785cea509f4556773f007832f877b98cefc87531910695966930f8a1a82eb175 SHA1: d6912cdf8acb195fb734208dd9848bc30aa73e4b MD5sum: a7b5020583e210f632a8a349d7ba7934 Description: office productivity suite -- Finnish help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Finnish. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-help-fr Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 24510 Depends: libreoffice-writer | language-support-translations-fr, libreoffice-l10n-fr Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-fr, liblucene2-java (>= 2.3.2), libreoffice-java-common Conflicts: liblucene2-java (<< 2.9~) Provides: libreoffice-help-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: doc Filename: pool/main/libr/libreoffice/libreoffice-help-fr_3.5.4+dfsg-4blankon1_all.deb Size: 7440350 SHA256: fabf88ed98066361797dc4d5fff531d6cdc9cff2e52a0b019e7bb470c2fbd5a6 SHA1: 5740480c11f38eb46ba0bb34b572633267f57a50 MD5sum: decab935a0d1e3c65aff49ccc552034c Description: office productivity suite -- French help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in French. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-help-gl Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 22971 Depends: libreoffice-writer | language-support-translations-gl, libreoffice-l10n-gl Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-gl, liblucene2-java (>= 2.3.2), libreoffice-java-common Conflicts: liblucene2-java (<< 2.9~) Provides: libreoffice-help-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: doc Filename: pool/main/libr/libreoffice/libreoffice-help-gl_3.5.4+dfsg-4blankon1_all.deb Size: 6629696 SHA256: 7692d4052b84c9995f89cca70f17b0deb90d513dc79937b9b611305cdb42d44a SHA1: 85d7dac3689b21f2075293d63c6e4343d9705cae MD5sum: 4a88424c9a9460aad58ec89bee86c8e2 Description: office productivity suite -- Galician help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Galician. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-help-hi Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 23268 Depends: libreoffice-writer | language-support-translations-hi, libreoffice-l10n-hi Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-hi, liblucene2-java (>= 2.3.2), libreoffice-java-common Conflicts: liblucene2-java (<< 2.9~) Provides: libreoffice-help-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: doc Filename: pool/main/libr/libreoffice/libreoffice-help-hi_3.5.4+dfsg-4blankon1_all.deb Size: 6681158 SHA256: c52d08c312f1fa2235d3901d07c72165fd4242341a0dfe6314df771fa67fa607 SHA1: 546e0142207b63472e18a550cc885c243515b64e MD5sum: a335670d7d7b3732bc0dffa1afac3842 Description: office productivity suite -- Hindi help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Hindi. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-help-hu Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 24366 Depends: libreoffice-writer | language-support-translations-hu, libreoffice-l10n-hu Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-hu, liblucene2-java (>= 2.3.2), libreoffice-java-common Conflicts: liblucene2-java (<< 2.9~) Provides: libreoffice-help-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: doc Filename: pool/main/libr/libreoffice/libreoffice-help-hu_3.5.4+dfsg-4blankon1_all.deb Size: 7485092 SHA256: e537d96fe5b6ee52fccf7cead4a9e017a2016f01ddabb9ba101706a7b046a704 SHA1: 9a923be8932504f23bd1db42b3c6c6c18b87834a MD5sum: b85741d4c6755e9fac4ac79d20b3f417 Description: office productivity suite -- Hungarian help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Hungarian. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-help-it Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 23968 Depends: libreoffice-writer | language-support-translations-it, libreoffice-l10n-it Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-it, liblucene2-java (>= 2.3.2), libreoffice-java-common Conflicts: liblucene2-java (<< 2.9~) Provides: libreoffice-help-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: doc Filename: pool/main/libr/libreoffice/libreoffice-help-it_3.5.4+dfsg-4blankon1_all.deb Size: 7099860 SHA256: bac2745d443a799272c1067939ef3c6260a2540ddd7480645cb96d4253cbf324 SHA1: 6e2fde05d401b4ed0a6e8e49c847bdb2528f8e31 MD5sum: 987992ec2ff1c1ef203c6ac5269e7073 Description: office productivity suite -- Italian help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Italian. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-help-ja Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 32115 Depends: libreoffice-writer | language-support-translations-ja, libreoffice-l10n-ja Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-ja, liblucene2-java (>= 2.3.2), libreoffice-java-common Conflicts: liblucene2-java (<< 2.9~) Provides: libreoffice-help-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: doc Filename: pool/main/libr/libreoffice/libreoffice-help-ja_3.5.4+dfsg-4blankon1_all.deb Size: 10985020 SHA256: 97033c2a31dd6feec9b30b31610f02b59164ad4db5751c9fdd92fdbdf651dd2d SHA1: c51227958692441e58da51aabff1575a9702c056 MD5sum: 4e77a9cafad50c95aea7868fa2472fd8 Description: office productivity suite -- Japanese help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Japanese. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-help-km Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 35798 Depends: libreoffice-writer | language-support-translations-km, libreoffice-l10n-km Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-km, liblucene2-java (>= 2.3.2), libreoffice-java-common Conflicts: liblucene2-java (<< 2.9~) Provides: libreoffice-help-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: doc Filename: pool/main/libr/libreoffice/libreoffice-help-km_3.5.4+dfsg-4blankon1_all.deb Size: 8385190 SHA256: 42f5401d1ac05fde5b499f59e51ff5f6f592034c66ee9cebbe02ff6c5c83c7d5 SHA1: bc850f81bae6d701fc82607382765cab3628b0dd MD5sum: 8913f8cd6859ae9af1a9ce2b12286c6d Description: office productivity suite -- Khmer help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Khmer. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-help-ko Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 25666 Depends: libreoffice-writer | language-support-translations-ko, libreoffice-l10n-ko Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-ko, liblucene2-java (>= 2.3.2), libreoffice-java-common Conflicts: liblucene2-java (<< 2.9~) Provides: libreoffice-help-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: doc Filename: pool/main/libr/libreoffice/libreoffice-help-ko_3.5.4+dfsg-4blankon1_all.deb Size: 8327960 SHA256: 8ede17fd227414fd997fa696437db8d0faf15bfb6dbe5f5343a874e74835758c SHA1: c646431ff30fa06aef943156bf26a867d3df7d00 MD5sum: a92a4f90e88e32f1026fb3c93c992de7 Description: office productivity suite -- Korean help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Korean. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-help-nl Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 23614 Depends: libreoffice-writer | language-support-translations-nl, libreoffice-l10n-nl Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-nl, liblucene2-java (>= 2.3.2), libreoffice-java-common Conflicts: liblucene2-java (<< 2.9~) Provides: libreoffice-help-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: doc Filename: pool/main/libr/libreoffice/libreoffice-help-nl_3.5.4+dfsg-4blankon1_all.deb Size: 6895180 SHA256: c04581cb687ef23adef1a04ce17248b9a4fb5b9c0817566b4748d406106755db SHA1: 0b017f4d1d7bf7120af2e501dfd3b5a2ee9f210a MD5sum: 40ab71fec64423074a56cfbf4ccf9b4a Description: office productivity suite -- Dutch help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Dutch. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-help-om Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 23759 Depends: libreoffice-writer | language-support-translations-om, libreoffice-l10n-om Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-om, liblucene2-java (>= 2.3.2), libreoffice-java-common Conflicts: liblucene2-java (<< 2.9~) Provides: libreoffice-help-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: doc Filename: pool/main/libr/libreoffice/libreoffice-help-om_3.5.4+dfsg-4blankon1_all.deb Size: 7258376 SHA256: 998753a2334c64447f71b38b4bd4920a20ae496383b9bfde0c42538e483b48a3 SHA1: b9f0cd1e6f223906fc552e7539bfaef6c55b3172 MD5sum: 401ac380c33cf377864f2fa9d77f600e Description: office productivity suite -- Oromo help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Oromo. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-help-pl Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 23788 Depends: libreoffice-writer | language-support-translations-pl, libreoffice-l10n-pl Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-pl, liblucene2-java (>= 2.3.2), libreoffice-java-common Conflicts: liblucene2-java (<< 2.9~) Provides: libreoffice-help-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: doc Filename: pool/main/libr/libreoffice/libreoffice-help-pl_3.5.4+dfsg-4blankon1_all.deb Size: 7261128 SHA256: 0c2717823d941336ced4fff47cfe87366c481de05c60cd675a1a7ba44162588c SHA1: d0874ad43c254db8ce8ba34887c517e9625c15e0 MD5sum: 5dec20607e455a8c572ceaac28b8eb5d Description: office productivity suite -- Polish help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Polish. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-help-pt Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 23746 Depends: libreoffice-writer | language-support-translations-pt, libreoffice-l10n-pt Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-pt, liblucene2-java (>= 2.3.2), libreoffice-java-common Conflicts: liblucene2-java (<< 2.9~) Provides: libreoffice-help-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: doc Filename: pool/main/libr/libreoffice/libreoffice-help-pt_3.5.4+dfsg-4blankon1_all.deb Size: 6976098 SHA256: 0bdcbbf43f112d6ba4883732426c650741dadf803cdfe77a1a7d52434530373b SHA1: 9ddb16d338160ddda275095d328a7193898ac00a MD5sum: ce35a7807246c2b7b3b2eeeb35934abc Description: office productivity suite -- Portuguese help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Portuguese. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-help-pt-br Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 23622 Depends: libreoffice-writer | language-support-translations-pt, libreoffice-l10n-pt-br Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-pt, liblucene2-java (>= 2.3.2), libreoffice-java-common Conflicts: liblucene2-java (<< 2.9~) Provides: libreoffice-help-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: doc Filename: pool/main/libr/libreoffice/libreoffice-help-pt-br_3.5.4+dfsg-4blankon1_all.deb Size: 6965396 SHA256: 75668f311d5148292aba2e5a982b905bd91075c9e06a2ab946528c58421d7ed4 SHA1: 5c4d7ba7b1a5ca92276c6d62c7bd560094bdb50c MD5sum: 5b123d530d4929f124add01245d536ba Description: office productivity suite -- Portuguese_brazilian help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Portuguese_brazilian. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-help-ru Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 28229 Depends: libreoffice-writer | language-support-translations-ru, libreoffice-l10n-ru Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-ru, liblucene2-java (>= 2.3.2), libreoffice-java-common Conflicts: liblucene2-java (<< 2.9~) Provides: libreoffice-help-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: doc Filename: pool/main/libr/libreoffice/libreoffice-help-ru_3.5.4+dfsg-4blankon1_all.deb Size: 8000016 SHA256: 0eaee91fd02570686cf54b9a4c174c9bd0f7e0c916856c6d8b30a026d692a55b SHA1: b8c42d1199c72f4588f095d60f10a513881985ba MD5sum: 63aa6ab1e88d2a22acfc6490a7e5acd9 Description: office productivity suite -- Russian help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Russian. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-help-sk Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 162 Depends: libreoffice-writer | language-support-translations-sk, libreoffice-l10n-sk, libreoffice-help-cs Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-sk, liblucene2-java (>= 2.3.2), libreoffice-java-common Conflicts: liblucene2-java (<< 2.9~) Provides: libreoffice-help-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: doc Filename: pool/main/libr/libreoffice/libreoffice-help-sk_3.5.4+dfsg-4blankon1_all.deb Size: 49132 SHA256: 04dcb5cbf7faa3e86172d7753752304ea179c0b72b8a9b92a1406b24bb773eeb SHA1: d1304f02f1d442be3ce7d9ba87b62e5988eb24b6 MD5sum: ef36b15ab1d3d89b81b9fbe2c5674bfa Description: office productivity suite -- Slovak help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Slovak. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-help-sl Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 23160 Depends: libreoffice-writer | language-support-translations-sl, libreoffice-l10n-sl Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-sl, liblucene2-java (>= 2.3.2), libreoffice-java-common Conflicts: liblucene2-java (<< 2.9~) Provides: libreoffice-help-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: doc Filename: pool/main/libr/libreoffice/libreoffice-help-sl_3.5.4+dfsg-4blankon1_all.deb Size: 6720510 SHA256: aff7f4fbed8047f749837fb1660f4f4db9b5bb256cdb1b4526686c386b6836b8 SHA1: ff3160f3276affc567a9a0ae1b885c8156b91c72 MD5sum: e14800c513693a137b35e0a144c8660d Description: office productivity suite -- Slovenian help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Slovenian. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-help-sv Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 23187 Depends: libreoffice-writer | language-support-translations-sv, libreoffice-l10n-sv Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-sv, liblucene2-java (>= 2.3.2), libreoffice-java-common Conflicts: liblucene2-java (<< 2.9~) Provides: libreoffice-help-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: doc Filename: pool/main/libr/libreoffice/libreoffice-help-sv_3.5.4+dfsg-4blankon1_all.deb Size: 6907144 SHA256: 98f461bb95ab66ab1c12da5888715fa5b7216b51a33c82266117aca63b52b823 SHA1: 680741857f9ac5a372f75940df4e0e2ff3cccb48 MD5sum: 237b746bc7971b8d486154e5ff7ccc9b Description: office productivity suite -- Swedish help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Swedish. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-help-zh-cn Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 26661 Depends: libreoffice-writer | language-support-translations-zh, libreoffice-l10n-zh-cn Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-zh, liblucene2-java (>= 2.3.2), libreoffice-java-common Conflicts: liblucene2-java (<< 2.9~) Provides: libreoffice-help-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: doc Filename: pool/main/libr/libreoffice/libreoffice-help-zh-cn_3.5.4+dfsg-4blankon1_all.deb Size: 9060444 SHA256: 8b9f22c5f6f3db131fe85899f98af2347fb740021e35c7f92091e11a042c8ba2 SHA1: a1f81a74fc5e21f29046cf1f06a16b9f083294af MD5sum: bfd6d3fcdd2988d689404c948f5fdbc8 Description: office productivity suite -- Chinese_simplified help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Chinese_simplified. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-help-zh-tw Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 26877 Depends: libreoffice-writer | language-support-translations-zh, libreoffice-l10n-zh-tw Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-zh, liblucene2-java (>= 2.3.2), libreoffice-java-common Conflicts: liblucene2-java (<< 2.9~) Provides: libreoffice-help-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: doc Filename: pool/main/libr/libreoffice/libreoffice-help-zh-tw_3.5.4+dfsg-4blankon1_all.deb Size: 9475910 SHA256: 0ceb7535c69bd92795aff292812ec794bb8ff246a1618ed7a87fadb907c097ed SHA1: 939a3519073e0c21035592c5c4db5ce4f6afcc4e MD5sum: a182e2d4862a932c6cf6f9b0b409b934 Description: office productivity suite -- Chinese_traditional help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Chinese_traditional. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-impress Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 3525 Depends: libreoffice-core (= 1:3.5.4+dfsg-4blankon1), libreoffice-draw (= 1:3.5.4+dfsg-4blankon1), libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.6), uno-libs3 (>= 1.4.0), ure Homepage: http://www.libreoffice.org Priority: optional Section: editors Filename: pool/main/libr/libreoffice/libreoffice-impress_3.5.4+dfsg-4blankon1_amd64.deb Size: 625088 SHA256: 74fa8f8a1690c834fdefbedf10037628e8eb8e64fb59642ca4c46156d9e1265f SHA1: bdee3f08580a3be9bcb28d6d17cc0943eb9621ca MD5sum: 3f391034b6db54ef91277a2ef82b77cc Description: office productivity suite -- presentation LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the presentation component for LibreOffice. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-java-common Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 7323 Depends: libreoffice-common, libjaxp1.3-java, libxalan2-java, libxerces2-java Homepage: http://www.libreoffice.org Priority: optional Section: editors Filename: pool/main/libr/libreoffice/libreoffice-java-common_3.5.4+dfsg-4blankon1_all.deb Size: 3173590 SHA256: 8fc7f7b0bfd59ac98e465f472e33b55d18f44299c0796adc291f605141f76282 SHA1: a02a9bf71848b488698eb8b655b66e04ec2d2603 MD5sum: 50ed6e03af1c357d8fdf5a6fa52ad019 Description: office productivity suite -- arch-independent Java support files LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the architecture-independent files of the Java support for LibreOffice (Java classes, scripts, config snippets). Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-kde Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 439 Depends: libreoffice-core (= 1:3.5.4+dfsg-4blankon1), kde-runtime, libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libice6 (>= 1:1.0.0), libicu48 (>= 4.8-1), libkdecore5 (>= 4:4.3.4), libkdeui5 (>= 4:4.3.4), libkfile4 (>= 4:4.3.4), libkio5 (>= 4:4.3.4), libqtcore4 (>= 4:4.8), libqtgui4 (>= 4:4.8.0), libsm6, libstdc++6 (>= 4.1.1), libx11-6, libxext6, uno-libs3 (>= 1.4.0), ure (>= 3.5.4~) Recommends: libreoffice-style-oxygen Suggests: konqueror, kmail, libreoffice-kab Enhances: libreoffice Replaces: libreoffice-core (= 1:3.5.0~beta2-1), openoffice.org-kde (<< 1:3.3.0~) Homepage: http://www.libreoffice.org Priority: optional Section: kde Filename: pool/main/libr/libreoffice/libreoffice-kde_3.5.4+dfsg-4blankon1_amd64.deb Size: 128596 SHA256: a797464ae4b9441401c38a6eee214e5c3f00007cea8250136c15cc4127deeb6b SHA1: 38059a755f98d4cfb37e293e0c567ca4ee125c9d MD5sum: 505455f669e9dab42ea7741985a2886c Description: office productivity suite -- KDE integration LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the KDE plugin for drawing OOo's widgets with KDE/Qt and a KDEish File Picker when running under KDE. You can extend the functionality of this by installing these packages: . * konqueror / kmail * libreoffice-kab: KDE Addressbook support Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-af Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 2653 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-af Suggests: hunspell-dictionary-af | myspell-dictionary-af, hyphen-af, mythes-af, libreoffice-help-af, libreoffice-grammarcheck-af Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-af_3.5.4+dfsg-4blankon1_all.deb Size: 439452 SHA256: 62b37774265b0772024aff78f51f717ac0ad15a9035206b412e8cf283f3714a6 SHA1: bee4cf21e4db3f563d5b2e21083b31ac0e04abe3 MD5sum: 6ff1028a851ed54531a4ef91ab4198b7 Description: office productivity suite -- Afrikaans language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Afrikaans. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-ar Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 2911 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-ar, ttf-arabeyes Suggests: hunspell-dictionary-ar | myspell-dictionary-ar, hyphen-ar, mythes-ar, libreoffice-help-ar, libreoffice-grammarcheck-ar Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-ar_3.5.4+dfsg-4blankon1_all.deb Size: 448024 SHA256: 5974135983354541afb2530f182a2861840621fa4b9d2edb9adef0d9e26756f3 SHA1: 138682d8ad49f501bdece917ba32b85ac2a9d687 MD5sum: 07c0fe27b8cc509d923b6709375a008d Description: office productivity suite -- Arabic language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Arabic. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-as Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 3467 Depends: locales (>= 2.3.6.ds1-1) | locales-all (>= 2.3.6.ds1-1) Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-as Suggests: hunspell-dictionary-as | myspell-dictionary-as, hyphen-as, mythes-as, libreoffice-help-as, libreoffice-grammarcheck-as Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-as_3.5.4+dfsg-4blankon1_all.deb Size: 463438 SHA256: 08138bbcfdde874dd6bd136b610eb81700ee15f441a1733fdf10e5fcf3e82d7b SHA1: 149394da9f8dfcd40beed2a4495e9dcaaadc6883 MD5sum: 70aa6ae30a838160ff334596b3416536 Description: office productivity suite -- Assamese language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Assamese. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-ast Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 2716 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-ast Suggests: hunspell-dictionary-ast | myspell-dictionary-ast, hyphen-ast, mythes-ast, libreoffice-help-ast, libreoffice-grammarcheck-ast Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-ast_3.5.4+dfsg-4blankon1_all.deb Size: 449952 SHA256: c649f35cc66d2329ad8f6955ca1605f9c18cc3dfd0d0f2f45b92666fea4317e0 SHA1: ea1b9d0ae785a1700b5eae2b8012fe854f6dbab6 MD5sum: 2ba9d96c270458a827efc886c55b1d90 Description: office productivity suite -- Asturian language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Asturian. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-be Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 2990 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-be Suggests: hunspell-dictionary-be | myspell-dictionary-be, hyphen-be, mythes-be, libreoffice-help-be, libreoffice-grammarcheck-be Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-be_3.5.4+dfsg-4blankon1_all.deb Size: 455428 SHA256: 6a5908f3644dcef45ecdc4e7b313f2255b04aa47e402d5838a6a3e7927e9901d SHA1: df363566852ec85b0f699fcc11f4edd735e6f8fa MD5sum: c67710ba923bddb4655b46d4dbd40102 Description: office productivity suite -- Belarussian language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Belarussian. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-bg Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 4494 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-bg Suggests: hunspell-dictionary-bg | myspell-dictionary-bg, hyphen-bg, mythes-bg, libreoffice-help-bg, libreoffice-grammarcheck-bg Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-bg_3.5.4+dfsg-4blankon1_all.deb Size: 1455388 SHA256: f1086181c63c4b0769208623e77aea4abfa5d32e75db93b7794e2929f1a8e286 SHA1: d8eaf5f75a85066fe24253e4398f13104867cee2 MD5sum: 5aec60ebe4571c91b71021c99dcb3374 Description: office productivity suite -- Bulgarian language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Bulgarian. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-bn Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 3450 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-bn, ttf-bengali-fonts Suggests: hunspell-dictionary-bn | myspell-dictionary-bn, hyphen-bn, mythes-bn, libreoffice-help-bn, libreoffice-grammarcheck-bn Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-bn_3.5.4+dfsg-4blankon1_all.deb Size: 464450 SHA256: 5c2aec6d5fa47e04128f3d6842a0bf20da8e6c92920379ff328302adc6c1937e SHA1: 74c57c338ebff3b28890834be8c941834eb037b8 MD5sum: d99438a0f9de21ec0b374ae7ad60c254 Description: office productivity suite -- Bengali language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Bengali. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-br Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 2722 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-br Suggests: hunspell-dictionary-br | myspell-dictionary-br, hyphen-br, mythes-br, libreoffice-help-br, libreoffice-grammarcheck-br Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-br_3.5.4+dfsg-4blankon1_all.deb Size: 446414 SHA256: 0b9b6a578828c3bf6b4cff2d51ee2c12cd89144ca692dad9d591b28d8393130e SHA1: a57242d789c1ab8130a7f710b233ba2257617c12 MD5sum: d25291312fe2a5036af4bf294c3b3dc5 Description: office productivity suite -- Breton language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Breton. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-bs Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 2662 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-bs Suggests: hunspell-dictionary-bs | myspell-dictionary-bs, hyphen-bs, mythes-bs, libreoffice-help-bs, libreoffice-grammarcheck-bs Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-bs_3.5.4+dfsg-4blankon1_all.deb Size: 447938 SHA256: b0f08bccf1a8e8f8724122f55194f36241f2f2e35415d2a9dc5fafd5d87eb533 SHA1: bab0bf9f4bed907ea385a3fed5570593ace1db2c MD5sum: 0cc9ba9db4b7b2f4b85f23476c9037b3 Description: office productivity suite -- Bosnian language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Bosnian. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-ca Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 5271 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-ca Suggests: hunspell-dictionary-ca | myspell-dictionary-ca, hyphen-ca, mythes-ca, libreoffice-help-ca, libreoffice-grammarcheck-ca Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-ca_3.5.4+dfsg-4blankon1_all.deb Size: 497416 SHA256: adf204732e89eccdbf75c7f00783fa804e14d741dd51eae549166bbb3d3463fa SHA1: ba38399266e41a314bca6365b9fed8d0f8e9fdd1 MD5sum: 77f1237944f512f53ea131b6cd3a115d Description: office productivity suite -- Catalan language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Catalan. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-cs Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 4033 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-cs Suggests: hunspell-dictionary-cs | myspell-dictionary-cs, hyphen-cs, mythes-cs, libreoffice-help-cs, libreoffice-grammarcheck-cs Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-cs_3.5.4+dfsg-4blankon1_all.deb Size: 1401698 SHA256: cb671eacf446bbcf9a1e2c34f18dbb2dbd993a2e2bb2c40b4cdafca494267a14 SHA1: d7b36455bddd88a4a00d61014e4cb079333b661d MD5sum: 1b78cc3e893f9420c28329d0f4fcdfcf Description: office productivity suite -- Czech language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Czech. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-cy Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 2642 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-cy Suggests: hunspell-dictionary-cy | myspell-dictionary-cy, hyphen-cy, mythes-cy, libreoffice-help-cy, libreoffice-grammarcheck-cy Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-cy_3.5.4+dfsg-4blankon1_all.deb Size: 434218 SHA256: e6e7685462b3345c358cc2af0213f8a04ac8ff636eeecd070efb84aa50d62124 SHA1: d76360e675a795da8448a5726fea7a677c062b32 MD5sum: 1e200d3f232ff81e3c72fcd302e37d7f Description: office productivity suite -- Welsh language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Welsh. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-da Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 3877 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-da Suggests: hunspell-dictionary-da | myspell-dictionary-da, hyphen-da, mythes-da, libreoffice-help-da, libreoffice-grammarcheck-da Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-da_3.5.4+dfsg-4blankon1_all.deb Size: 1375090 SHA256: 1218678c07d723284757c6b0b902bf1d4c02bf1906aeda67b9334529cd6edf22 SHA1: b25b3853c00aff3a8c4f791f3f5f576b2af334e1 MD5sum: f66b991ac6061e214aea5e000c194ef6 Description: office productivity suite -- Danish language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Danish. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-de Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 3962 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-de Suggests: hunspell-dictionary-de | myspell-dictionary-de, hyphen-de, mythes-de, libreoffice-help-de, libreoffice-grammarcheck-de Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-de_3.5.4+dfsg-4blankon1_all.deb Size: 1350448 SHA256: d205014f7d41bcf05221d9269fdfcfe24dc69182c120f7595682bf5789eb4359 SHA1: bae6453f31ad5478a1ecf6e79b4172302cc0edd0 MD5sum: 3442e2edc4b28fe02320b635778f09fa Description: office productivity suite -- German language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in German. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-dz Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 3740 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-dz, ttf-dzongkha Suggests: hunspell-dictionary-dz | myspell-dictionary-dz, hyphen-dz, mythes-dz, libreoffice-help-dz, libreoffice-grammarcheck-dz Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-dz_3.5.4+dfsg-4blankon1_all.deb Size: 483688 SHA256: e14542c676a62928055cbcd5f6b28d4a731042ea7d87f615f7eb1264df35d1fb SHA1: ebca533c1da855c161e799c98c829af3e97573d9 MD5sum: 8346718114b04a503c937a80d3948d91 Description: office productivity suite -- Dzongkha language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Dzongkha. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-el Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 3243 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-el Suggests: hunspell-dictionary-el | myspell-dictionary-el, hyphen-el, mythes-el, libreoffice-help-el, libreoffice-grammarcheck-el Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-el_3.5.4+dfsg-4blankon1_all.deb Size: 470196 SHA256: 50ba3fd859a3441402a84d60d4de685330fcae3be8421f371b342f352f17856b SHA1: 6451d14e31d48f961a286d5ae0d1ec8dd2e4d681 MD5sum: 83f2175d665dec727e8a4207ae5e2aaf Description: office productivity suite -- Greek language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Greek. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-en-gb Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 4033 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-en Suggests: hunspell-dictionary-en-gb | myspell-dictionary-en-gb, hyphen-en-gb, mythes-en-gb, libreoffice-help-en-gb, libreoffice-grammarcheck-en-gb Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-en-gb_3.5.4+dfsg-4blankon1_all.deb Size: 1494198 SHA256: 6bd3ab93372b9de9fe9f61e5cb7611481ea99fad46cec5bbd92316cfd912e847 SHA1: 56ce23a33df2ee85dbe91183e85e0b3efc45cde6 MD5sum: 7b21f440d8a637765d6686ff69054edc Description: office productivity suite -- English_british language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in English_british. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-en-za Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 2634 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-en Suggests: hunspell-dictionary-en-za | myspell-dictionary-en-za, hyphen-en-za, mythes-en-za, libreoffice-help-en-za, libreoffice-grammarcheck-en-za Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-en-za_3.5.4+dfsg-4blankon1_all.deb Size: 424140 SHA256: d6990066b65035b01c1b757f49a4fadbf2b37e4b4fdd39ca6f10b20e462409b7 SHA1: 6d5d7edbf29d58c6c95a8b0544e57c8985bbbaa5 MD5sum: 5a02e42ce671cb750a8353f3d2e1bcce Description: office productivity suite -- English_southafrican language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in English_southafrican. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-eo Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 2653 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-eo Suggests: hunspell-dictionary-eo | myspell-dictionary-eo, hyphen-eo, mythes-eo, libreoffice-help-eo, libreoffice-grammarcheck-eo Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-eo_3.5.4+dfsg-4blankon1_all.deb Size: 433920 SHA256: 98fb50b15cff6ca58d8e588b7b2230e19111ad8d854bd4b7dbdbd58c5bcc64b1 SHA1: 24719e5315f13f174cd266490f394c92307f2360 MD5sum: 69a1374ae3ed002d8f7f9f08c086af27 Description: office productivity suite -- Esperanto language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Esperanto. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-es Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 3961 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-es Suggests: hunspell-dictionary-es | myspell-dictionary-es, hyphen-es, mythes-es, libreoffice-help-es, libreoffice-grammarcheck-es Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-es_3.5.4+dfsg-4blankon1_all.deb Size: 1356622 SHA256: d6f118662214913cae0ef11f61d69dbdeaeb445b816d8ef4e2efc6d4d0f2bd4f SHA1: 2061305fe78c4d735700b74a7f5dc83dc5a50ebc MD5sum: 95294614ac1ef95569d8d5a4c7b2b794 Description: office productivity suite -- Spanish language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Spanish. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-et Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 2645 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-et Suggests: hunspell-dictionary-et | myspell-dictionary-et, hyphen-et, mythes-et, libreoffice-help-et, libreoffice-grammarcheck-et Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-et_3.5.4+dfsg-4blankon1_all.deb Size: 432860 SHA256: 4cda8ab836c0175b6c9da1393925ee27324f90525b37c9dbc061e52328778754 SHA1: 8172c4a4eaff809e57d01f28f93855b824d842a5 MD5sum: 988a4657de6032ed4d3d4c8bf50ebf6d Description: office productivity suite -- Estonian language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Estonian. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-eu Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 4166 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-eu Suggests: hunspell-dictionary-eu | myspell-dictionary-eu, hyphen-eu, mythes-eu, libreoffice-help-eu, libreoffice-grammarcheck-eu Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-eu_3.5.4+dfsg-4blankon1_all.deb Size: 1537330 SHA256: 57d40ab303a577326db877e5401a89dc63bf6af9143410a0604e290219ef4ac5 SHA1: 26787562d5e126b9ff62f600a262cc998ce3f2f3 MD5sum: d14eebc662c0a8fd94b100ee08c25f41 Description: office productivity suite -- Basque language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Basque. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-fa Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 2838 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-fa, ttf-farsiweb Suggests: hunspell-dictionary-fa | myspell-dictionary-fa, hyphen-fa, mythes-fa, libreoffice-help-fa, libreoffice-grammarcheck-fa Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-fa_3.5.4+dfsg-4blankon1_all.deb Size: 452162 SHA256: b135cc1b80f86078f0174ae08b9fe5d49cbcde45d1305d43f52eda876b3f3d4d SHA1: fc99215448a875c176bc1036dcf81ceb14ce8d26 MD5sum: 7f659674de49933a85af01703097f8aa Description: office productivity suite -- Farsi language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Farsi. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-fi Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 2684 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-fi Suggests: hunspell-dictionary-fi | myspell-dictionary-fi | libreoffice-spellcheck-fi, hyphen-fi, mythes-fi, libreoffice-help-fi, libreoffice-grammarcheck-fi Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-fi_3.5.4+dfsg-4blankon1_all.deb Size: 440106 SHA256: 00c07cc53c1dac8fde8cefebc5fafc634197f2b99b100094626941f8654445fb SHA1: a814f5523d7af5e99067d8e288b4b8eb134e8ec3 MD5sum: a7451a9bac1d49cfd77324cb9fc761c1 Description: office productivity suite -- Finnish language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Finnish. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-fr Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 3997 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-fr Suggests: hunspell-dictionary-fr | myspell-dictionary-fr, hyphen-fr, mythes-fr, libreoffice-help-fr, libreoffice-grammarcheck-fr Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-fr_3.5.4+dfsg-4blankon1_all.deb Size: 1336968 SHA256: 21eba9dec321b2bf3b2b778181c57f5d3b8b9970d3f59c19c551aa2c07f8c58f SHA1: 53ae8dd64a4894e7941c1d705b0f356dcd4b554e MD5sum: bdd6b97ae546ebb05f261a5099d97a4f Description: office productivity suite -- French language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in French. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-ga Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 2730 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-ga Suggests: hunspell-dictionary-ga | myspell-dictionary-ga, hyphen-ga, mythes-ga, libreoffice-help-ga, libreoffice-grammarcheck-ga Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-ga_3.5.4+dfsg-4blankon1_all.deb Size: 445970 SHA256: fff0526a633080d93a21ae5c36b4f47a9eaefab20e2264ae2e31acc9716bce60 SHA1: c6c10a4e031fe230face19db38808d98370aea3f MD5sum: e787fe39c2ad06cea76eea2facb284a2 Description: office productivity suite -- Gaelic language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Gaelic. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-gl Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 2719 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-gl Suggests: hunspell-dictionary-gl | myspell-dictionary-gl, hyphen-gl, mythes-gl, libreoffice-help-gl, libreoffice-grammarcheck-gl Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-gl_3.5.4+dfsg-4blankon1_all.deb Size: 440872 SHA256: 5230088b4b22dbb8eae22126a8e90905405c43781ffb520d3d9b341d842f5433 SHA1: 81d50066d3cecd7caa535bd964c682262822b95a MD5sum: d26c56571320ace35f337c2bbd5e9da3 Description: office productivity suite -- Galician language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Galician. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-gu Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 3397 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-gu, ttf-gujarati-fonts Suggests: hunspell-dictionary-gu | myspell-dictionary-gu, hyphen-gu, mythes-gu, libreoffice-help-gu, libreoffice-grammarcheck-gu Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-gu_3.5.4+dfsg-4blankon1_all.deb Size: 469430 SHA256: 5a6f37e4f623529442cb7b1d737825eec656b3389376bb817c65bc7552c4d82c SHA1: d37375c223d28f649307d2f0286e4d26b942a350 MD5sum: 470cd20bd39f2024af2a3360f6e13e35 Description: office productivity suite -- Gujarati language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Gujarati. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-he Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 2876 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-he, culmus Suggests: hunspell-dictionary-he | myspell-dictionary-he, hyphen-he, mythes-he, libreoffice-help-he, libreoffice-grammarcheck-he Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-he_3.5.4+dfsg-4blankon1_all.deb Size: 440698 SHA256: 49e57cf07429358162278a70c7408f8c580fc43c7a476b93b560673db1461c92 SHA1: 8e589dd296e7fd912954ed585a27ea115115dca3 MD5sum: b7f445a69f9e2523ed5597eb80acb4bb Description: office productivity suite -- Hebrew language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Hebrew. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-hi Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 3336 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-hi Suggests: hunspell-dictionary-hi | myspell-dictionary-hi, hyphen-hi, mythes-hi, libreoffice-help-hi, libreoffice-grammarcheck-hi Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-hi_3.5.4+dfsg-4blankon1_all.deb Size: 462224 SHA256: 391514c49d61280c5d9f7ccec8ab4bd001db8c9b31a91d6b42f576cb71ad08ad SHA1: 5fc95596999ee7ac6078765652c878c0fbc2cc87 MD5sum: 92178ff5d8855a2b944564fa25982ea3 Description: office productivity suite -- Hindi language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Hindi. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-hr Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 2673 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-hr Suggests: hunspell-dictionary-hr | myspell-dictionary-hr, hyphen-hr, mythes-hr, libreoffice-help-hr, libreoffice-grammarcheck-hr Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-hr_3.5.4+dfsg-4blankon1_all.deb Size: 446978 SHA256: 3ba8ea3fa6c055faf581b2ce8c86ea31f23a05066c1db782e2b1bef5209dfe23 SHA1: cb7bf8f8e80a0bacd3c107829d1d8ee5c278bbb2 MD5sum: 17e0d227c2b58005b941519ab429f594 Description: office productivity suite -- Croatian language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Croatian. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-hu Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 4139 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-hu Suggests: hunspell-dictionary-hu | myspell-dictionary-hu, hyphen-hu, mythes-hu, libreoffice-help-hu, libreoffice-grammarcheck-hu Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-hu_3.5.4+dfsg-4blankon1_all.deb Size: 1423718 SHA256: 46d1ccb6e77e7c2f371339c10aaf4546dc00381fbed3f860d226719f0ecc29a8 SHA1: 07121cc5ed41ce4680eb0f22dc3054217d450396 MD5sum: 2d00c5020fd3fa689710cd796e43d9ca Description: office productivity suite -- Hungarian language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Hungarian. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-id Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 2647 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-id Suggests: hunspell-dictionary-id | myspell-dictionary-id, hyphen-id, mythes-id, libreoffice-help-id, libreoffice-grammarcheck-id Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-id_3.5.4+dfsg-4blankon1_all.deb Size: 433438 SHA256: 17d3639fbde9fd9514805b6b55adec9ae62f06397f77cc2a2ab9d190149457da SHA1: 2c21e7600b99fcbde70293ffdbc9abf1f23a98fc MD5sum: 7c08bd9838489817191b4416d2acbe6f Description: office productivity suite -- Indonesian language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Indonesian. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-in Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 154 Depends: libreoffice-l10n-as, libreoffice-l10n-bn, libreoffice-l10n-gu, libreoffice-l10n-hi, libreoffice-l10n-ml, libreoffice-l10n-mr, libreoffice-l10n-or, libreoffice-l10n-pa-in, libreoffice-l10n-ta, libreoffice-l10n-te Recommends: ttf-indic-fonts Homepage: http://www.libreoffice.org Priority: optional Section: metapackages Filename: pool/main/libr/libreoffice/libreoffice-l10n-in_3.5.4+dfsg-4blankon1_all.deb Size: 48984 SHA256: ec8196b2b2112f1dd4dcb8796fe9ed948d7c49169240ee756d38f9c8dcfe67d6 SHA1: 5f65835f0a9453336d3a69d32f7983fc729d5e77 MD5sum: 6ead38eb29de58515948becc31e8cac9 Description: office productivity suite -- Indic language packages LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package is a metapackage installing l10n packages for all available indic languages. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-is Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 2682 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-is Suggests: hunspell-dictionary-is | myspell-dictionary-is, hyphen-is, mythes-is, libreoffice-help-is, libreoffice-grammarcheck-is Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-is_3.5.4+dfsg-4blankon1_all.deb Size: 444106 SHA256: 71707b812e2bf5d39c6a03b2e6ddfa0364b6d1d3d8c4627aeda8241520600317 SHA1: 64db31127d4bd7e907053e1ccbace89e899c0e40 MD5sum: 60ab0e38d22a6a6297e977d4b4a4ab7d Description: office productivity suite -- Icelandic language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Icelandic. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-it Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 3952 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-it Suggests: hunspell-dictionary-it | myspell-dictionary-it, hyphen-it, mythes-it, libreoffice-help-it, libreoffice-grammarcheck-it Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-it_3.5.4+dfsg-4blankon1_all.deb Size: 1351622 SHA256: 8fed92ae3c8195e3abbca702048838b81f3fc25adbb9fe4d59962e8207f7fb14 SHA1: e096d1e91c731f9f84b03ab6e61bd34acb6dd188 MD5sum: 0f25a71d524d95eb72abf32025ac84fb Description: office productivity suite -- Italian language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Italian. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-ja Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 4147 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-ja Suggests: hunspell-dictionary-ja | myspell-dictionary-ja, hyphen-ja, mythes-ja, libreoffice-help-ja, libreoffice-grammarcheck-ja Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-ja_3.5.4+dfsg-4blankon1_all.deb Size: 1409822 SHA256: 9d94a11870062f2dee85624868cd7b935ffbaf0460ac67ee0dfa580fd80e4a62 SHA1: 23152035fd7d4b7372c844d15a854f3c255d6f27 MD5sum: e314f91e4b877612a803138d05795105 Description: office productivity suite -- Japanese language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Japanese. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-ka Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 3276 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-ka Suggests: hunspell-dictionary-ka | myspell-dictionary-ka, hyphen-ka, mythes-ka, libreoffice-help-ka, libreoffice-grammarcheck-ka Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-ka_3.5.4+dfsg-4blankon1_all.deb Size: 465256 SHA256: d2573994fd4ae472a887764548dd642bcb686a3216f03c1b868f596c3e1bcfa3 SHA1: f2fb8616037a20bf493130940658c1afb0538c1c MD5sum: 798437c260906344538df23fabeacd0c Description: office productivity suite -- Georgian language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Georgian. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-km Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 5044 Depends: locales (>= 2.3.5-12) | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-km, ttf-khmeros Suggests: hunspell-dictionary-km | myspell-dictionary-km, hyphen-km, mythes-km, libreoffice-help-km, libreoffice-grammarcheck-km Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-km_3.5.4+dfsg-4blankon1_all.deb Size: 1545824 SHA256: 61a26f79e4532d3a69849b147a40167e011128c770fb7ace5549e8696486306b SHA1: 713c5cce7af7d9816ae159ca7aed8c9117106ab3 MD5sum: 5b14dd3a5edfe401585b16f7489999d9 Description: office productivity suite -- Khmer language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Khmer. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-ko Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 3993 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-ko Suggests: hunspell-dictionary-ko | myspell-dictionary-ko, hyphen-ko, mythes-ko, libreoffice-help-ko, libreoffice-grammarcheck-ko Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-ko_3.5.4+dfsg-4blankon1_all.deb Size: 1322864 SHA256: 5b33c66491d86d1bcb643c5b0fabd658d5836290a35aae11d2be7e7c85d09024 SHA1: 924623303f3b2dc2faf18777fae7546ee694e63f MD5sum: 171347c4df409397f33340d9588216ea Description: office productivity suite -- Korean language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Korean. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-ku Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 2697 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-ku Suggests: hunspell-dictionary-ku | myspell-dictionary-ku, hyphen-ku, mythes-ku, libreoffice-help-ku, libreoffice-grammarcheck-ku Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-ku_3.5.4+dfsg-4blankon1_all.deb Size: 457634 SHA256: 5a9e085bd568fad3d069fd0366f01d1d7d618e4b71e65b7d0718395be51c0792 SHA1: 550c4a8eaed834ed7804b667ce91e8a69c8292d1 MD5sum: b76e9f686055381e9948f28b94adcfdf Description: office productivity suite -- Kurdish language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Kurdish. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-lt Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 2720 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-lt Suggests: hunspell-dictionary-lt | myspell-dictionary-lt, hyphen-lt, mythes-lt, libreoffice-help-lt, libreoffice-grammarcheck-lt Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-lt_3.5.4+dfsg-4blankon1_all.deb Size: 439810 SHA256: 833c6f73c96a95a635652c90e4fceed589c9638ff52ea80dfe1b7a05134322ab SHA1: b32a3066665e16ede9eae628f01bc11161b47c19 MD5sum: a25eb6fd077f3e9b0f4d3cb511a6d692 Description: office productivity suite -- Lithuanian language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Lithuanian. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-lv Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 2698 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-lv Suggests: hunspell-dictionary-lv | myspell-dictionary-lv, hyphen-lv, mythes-lv, libreoffice-help-lv, libreoffice-grammarcheck-lv Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-lv_3.5.4+dfsg-4blankon1_all.deb Size: 443376 SHA256: 4b19cfd3c6924d1d00227f8bca0d9f0b6924a698b7319d3c0be4c86618bbd0e1 SHA1: 799500f0c2fac6f5d452e1f6d6b6fd6bee559f98 MD5sum: 83e3ca11209e7d6d95816f4ea5c36658 Description: office productivity suite -- Latvian language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Latvian. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-mk Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 3061 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-mk Suggests: hunspell-dictionary-mk | myspell-dictionary-mk, hyphen-mk, mythes-mk, libreoffice-help-mk, libreoffice-grammarcheck-mk Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-mk_3.5.4+dfsg-4blankon1_all.deb Size: 462622 SHA256: 304e1730b9506c758ca70e2aef5cb2088f6db2b99bd37098ddd15a03f2218a59 SHA1: 5645dc6e8a743d9ad0a5f532c12ed51285fb9ac6 MD5sum: cce702c2988739a05faa45f97823b81e Description: office productivity suite -- Macedonian language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Macedonian. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-ml Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 3576 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-ml, ttf-malayalam-fonts Suggests: hunspell-dictionary-ml | myspell-dictionary-ml, hyphen-ml, mythes-ml, libreoffice-help-ml, libreoffice-grammarcheck-ml Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-ml_3.5.4+dfsg-4blankon1_all.deb Size: 472704 SHA256: 7b5eacfdb373341241854d7a2635cf7f2d1f0f7c6c14abc75d06e0c7c9af826f SHA1: 62b2d7dcf267a31062789181cc86290140546592 MD5sum: 7ff92af5551fc688e2e5a225ac3f930a Description: office productivity suite -- Malayalam language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Malayalam. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-mn Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 3121 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-mn Suggests: hunspell-dictionary-mn | myspell-dictionary-mn, hyphen-mn, mythes-mn, libreoffice-help-mn, libreoffice-grammarcheck-mn Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-mn_3.5.4+dfsg-4blankon1_all.deb Size: 549580 SHA256: d266d39bcee1aaad6ef26fc5a3c5b1a1a2534cd9a5fe97976cefdd02ef57d505 SHA1: c7e0e39aeebdbe27d1e67e80e5ce6c761a5101f2 MD5sum: 4d62189a8bdbbeaa13cc338057354541 Description: office productivity suite -- Mongolian language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Mongolian. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-mr Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 3437 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-mr, ttf-devanagari-fonts Suggests: hunspell-dictionary-mr | myspell-dictionary-mr, hyphen-mr, mythes-mr, libreoffice-help-mr, libreoffice-grammarcheck-mr Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-mr_3.5.4+dfsg-4blankon1_all.deb Size: 473192 SHA256: c1a32db7d25818c1c2eb9e4cdfe28fcc8dede1683502e1fac929ed306d343086 SHA1: b9298da0b050afa257422e0d2aead7e7dbd28e5d MD5sum: 610c0f7fe0fd6443c37bc6142083dd20 Description: office productivity suite -- Marathi language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Marathi. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-nb Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 2649 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-nb Suggests: hunspell-dictionary-nb | myspell-dictionary-nb, hyphen-nb, mythes-nb, libreoffice-help-nb, libreoffice-grammarcheck-nb Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-nb_3.5.4+dfsg-4blankon1_all.deb Size: 434562 SHA256: f7d15e116d5b12d7223fc0d3c30c64a33eaba5cdab9d638671e5818aebf5f694 SHA1: 0f28314dc1a46c71f308e193cf3e39d359b29ff8 MD5sum: 4f9485488ab2d8bd4585c57032fcda96 Description: office productivity suite -- Norwegian language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Norwegian. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-ne Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 3398 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-ne, ttf-devanagari-fonts Suggests: hunspell-dictionary-ne | myspell-dictionary-ne, hyphen-ne, mythes-ne, libreoffice-help-ne, libreoffice-grammarcheck-ne Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-ne_3.5.4+dfsg-4blankon1_all.deb Size: 462958 SHA256: 29dfe5c5969a22b9b1c337cd021405319ed0e067bd94cb52fa2ec59ee879d45a SHA1: 72b6e5ff11dd0ff29e60986bd9763a638d80bdbb MD5sum: 94794d69bd25e4ff156c83fb24100ec2 Description: office productivity suite -- Nepalese language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Nepalese. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-nl Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 4009 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-nl Suggests: hunspell-dictionary-nl | myspell-dictionary-nl, hyphen-nl, mythes-nl, libreoffice-help-nl, libreoffice-grammarcheck-nl Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-nl_3.5.4+dfsg-4blankon1_all.deb Size: 1382642 SHA256: 73813ae69f05237e4b9ac37d3115c6a6c6df9dc6359749cf5cb292dfacb8d60a SHA1: 4d6a7197829930e7f65a41cdf77590e4c645647f MD5sum: 77b0c417fdfee49f46a9845ff00b52ac Description: office productivity suite -- Dutch language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Dutch. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-nn Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 2641 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-nn Suggests: hunspell-dictionary-nn | myspell-dictionary-nn, hyphen-nn, mythes-nn, libreoffice-help-nn, libreoffice-grammarcheck-nn Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-nn_3.5.4+dfsg-4blankon1_all.deb Size: 437636 SHA256: 0f8600167abac1263a6fc33400be0163598b6eae9c119e9902fafc7594af4bba SHA1: d092b24d60784ce34b48eeb264d54a938a73ab55 MD5sum: f043757e6e6bcb794a700768715d656e Description: office productivity suite -- Norwegian_nynorsk language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Norwegian_nynorsk. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-nr Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 2706 Depends: locales (>= 2.3.6.ds1-1) | locales-all (>= 2.3.6.ds1-1) Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-nr Suggests: hunspell-dictionary-nr | myspell-dictionary-nr, hyphen-nr, mythes-nr, libreoffice-help-nr, libreoffice-grammarcheck-nr Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-nr_3.5.4+dfsg-4blankon1_all.deb Size: 458612 SHA256: 09af9ae1a788b420d45db95bce3201a9f7bd75286711d278de1e5857091c46ea SHA1: fc40e5b22132fb544699d726cea704fe89520e81 MD5sum: 61d72f9dbb294a1da307fe4e9b7ca9c1 Description: office productivity suite -- Ndebele language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Ndebele. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-nso Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 2746 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-nso Suggests: hunspell-dictionary-nso | myspell-dictionary-nso, hyphen-nso, mythes-nso, libreoffice-help-nso, libreoffice-grammarcheck-nso Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-nso_3.5.4+dfsg-4blankon1_all.deb Size: 450122 SHA256: 90fbee67492f1e86a35de2496cc254e951e77465e3fe3b27f99cac57eb7dc88c SHA1: 99a8bf09988503d43b8f168651fc367dc7a28921 MD5sum: ce156409399adad3f1bce63a5570ae96 Description: office productivity suite -- Northern_sotho language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Northern_sotho. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-oc Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 2722 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-oc Suggests: hunspell-dictionary-oc | myspell-dictionary-oc, hyphen-oc, mythes-oc, libreoffice-help-oc, libreoffice-grammarcheck-oc Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-oc_3.5.4+dfsg-4blankon1_all.deb Size: 450136 SHA256: 4ac4b7b522f023662e1d0997c35da663569357172e6b615a41ee772818e0f13a SHA1: 5000cda8407fd18bb0844fc776ff7fa4fe341e60 MD5sum: f753d8f101d8c436675ffb43f0f8b876 Description: office productivity suite -- Occitan language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Occitan. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-om Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 2680 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-om Suggests: hunspell-dictionary-om | myspell-dictionary-om, hyphen-om, mythes-om, libreoffice-help-om, libreoffice-grammarcheck-om Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-om_3.5.4+dfsg-4blankon1_all.deb Size: 443298 SHA256: 2c59de35f33f06641e0b4bf66f39719b5f47aff37b10f6f6e4a547f461609715 SHA1: af342a5e5b84e6a1ff90bd7d4fb96efe42e896e1 MD5sum: c74ba5e3581c6d6a23833681ddd82589 Description: office productivity suite -- Oromo language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Oromo. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-or Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 3491 Depends: locales (>= 2.3.6.ds1-1) | locales-all (>= 2.3.6.ds1-1) Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-or, ttf-oriya-fonts Suggests: hunspell-dictionary-or | myspell-dictionary-or, hyphen-or, mythes-or, libreoffice-help-or, libreoffice-grammarcheck-or Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-or_3.5.4+dfsg-4blankon1_all.deb Size: 466970 SHA256: 1065ebabc8765df82dd5cfce806f424e2e5f664fe6d124380861941ccc89a5ce SHA1: a301a5534675f3f0b830895dcb5e6f8218cfeedf MD5sum: 4b43c12b0c1a603753581c59847ed47e Description: office productivity suite -- Oriya language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Oriya. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-pa-in Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 3206 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-pa, ttf-punjabi-fonts Suggests: hunspell-dictionary-pa-in | myspell-dictionary-pa-in, hyphen-pa-in, mythes-pa-in, libreoffice-help-pa-in, libreoffice-grammarcheck-pa-in Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-pa-in_3.5.4+dfsg-4blankon1_all.deb Size: 459514 SHA256: b8ff8b0d11205e11d5f43749006702b709feed744059b37310824fbbe226dea4 SHA1: 3120f36a9b6bc9cca15ad9e0711181fe91c15328 MD5sum: 827700a4b68c685d3ea8447afa05dcdb Description: office productivity suite -- Punjabi language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Punjabi. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-pl Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 3971 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-pl Suggests: hunspell-dictionary-pl | myspell-dictionary-pl, hyphen-pl, mythes-pl, libreoffice-help-pl, libreoffice-grammarcheck-pl Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-pl_3.5.4+dfsg-4blankon1_all.deb Size: 1349402 SHA256: 6ce4cc9b69e2d7730259c18d876057aa1ea6ef31aa5931c4ae0be2751b0c829a SHA1: 12d4a46335a232c97dcbd67364d033f36edf5739 MD5sum: 6611ce507b3b0bc5a80616815ee56f2f Description: office productivity suite -- Polish language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Polish. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-pt Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 4107 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-pt Suggests: hunspell-dictionary-pt | myspell-dictionary-pt, hyphen-pt, mythes-pt, libreoffice-help-pt, libreoffice-grammarcheck-pt Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-pt_3.5.4+dfsg-4blankon1_all.deb Size: 1392960 SHA256: f35535f5731f17e09e964e949e26b7374175d4ba19cca38e5042d36c8deaef8c SHA1: 5d0975364a3e4eeac7049f1eb2bf0efdf5130796 MD5sum: 99057f2412f32b3a2e48f99ecd778a95 Description: office productivity suite -- Portuguese language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Portuguese. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-pt-br Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 3952 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-pt Suggests: hunspell-dictionary-pt-br | myspell-dictionary-pt-br, hyphen-pt-br, mythes-pt-br, libreoffice-help-pt-br, libreoffice-grammarcheck-pt-br Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-pt-br_3.5.4+dfsg-4blankon1_all.deb Size: 1343846 SHA256: 8b8c8e94dfcb5e78f8bddbeff20810a42303aae9a6bb19b8a5db7e52a37d3217 SHA1: e5655aa9b67a78b5b7be8fdf2677e7607a33c188 MD5sum: d16344b3f8cd52a8402944c486a39bf7 Description: office productivity suite -- Portuguese_brazilian language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Portuguese_brazilian. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-ro Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 2702 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-ro Suggests: hunspell-dictionary-ro | myspell-dictionary-ro, hyphen-ro, mythes-ro, libreoffice-help-ro, libreoffice-grammarcheck-ro Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-ro_3.5.4+dfsg-4blankon1_all.deb Size: 450524 SHA256: 1b6e28f8c9052dc2f99eb7fd9e89c64b41edb80d7dafabca0906da96ea3735a6 SHA1: ec7e9ab503b29ac9609106683cc1ac5892e321a4 MD5sum: 778495af24b0a78c5d14d38dbe3f8d48 Description: office productivity suite -- Romanian language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Romanian. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-ru Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 4403 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-ru Suggests: hunspell-dictionary-ru | myspell-dictionary-ru, hyphen-ru, mythes-ru, libreoffice-help-ru, libreoffice-grammarcheck-ru Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-ru_3.5.4+dfsg-4blankon1_all.deb Size: 1381620 SHA256: 67ac222f8523f35209f0286df9700806659631b653ddefeb7a44682914f6cbe8 SHA1: 3ca194d5f6db85e0c9b0d216de8326097cabb316 MD5sum: c1e2bb14e93fa78bb226bbe9352f6697 Description: office productivity suite -- Russian language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Russian. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-rw Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 2709 Depends: locales (>= 2.3.6) | belocs-locales-data | locales-all (>= 2.3.6) Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-rw Suggests: hunspell-dictionary-rw | myspell-dictionary-rw, hyphen-rw, mythes-rw, libreoffice-help-rw, libreoffice-grammarcheck-rw Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-rw_3.5.4+dfsg-4blankon1_all.deb Size: 444868 SHA256: cfd14f3d58558f835985be0aea85da644738d1fda379e347fc03d0e09e43751c SHA1: cdd6895bf56109404b8e8ec6adf741333145c1ee MD5sum: d2f31f1ee09addd78ceddbd8a60a1ebb Description: office productivity suite -- Kinarwanda language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Kinarwanda. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-si Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 3355 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-si Suggests: hunspell-dictionary-si | myspell-dictionary-si, hyphen-si, mythes-si, libreoffice-help-si, libreoffice-grammarcheck-si Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-si_3.5.4+dfsg-4blankon1_all.deb Size: 467928 SHA256: 50789d1d339f00aafabe3e7d0338c747275223c9ac2a1c658131e7175a2c8a77 SHA1: f53c434b83ad96b8517852ce19fee76cf165bfd7 MD5sum: 91af0ea9800194fc9236deb46a0a1646 Description: office productivity suite -- Sinhala language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Sinhala. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-sk Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 4053 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-sk Suggests: hunspell-dictionary-sk | myspell-dictionary-sk, hyphen-sk, mythes-sk, libreoffice-help-sk, libreoffice-grammarcheck-sk Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-sk_3.5.4+dfsg-4blankon1_all.deb Size: 1404740 SHA256: 1c48f3f3b59e56949bd94a498fd5c950c900c251545f55f7ddc9bd00dbd6fc18 SHA1: 087ac53445c9797f327e2bcce129427310b901bd MD5sum: b617031511b2afcc66320e02affbcb28 Description: office productivity suite -- Slovak language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Slovak. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-sl Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 4047 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-sl Suggests: hunspell-dictionary-sl | myspell-dictionary-sl, hyphen-sl, mythes-sl, libreoffice-help-sl, libreoffice-grammarcheck-sl Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-sl_3.5.4+dfsg-4blankon1_all.deb Size: 1429218 SHA256: ee05123175cd387ca0bdd3b8f0535bed022ce93fe696206e12c0fe537052ca75 SHA1: a3eda386fe140d726af14842014fbe6b84c7655c MD5sum: 9df70d94510b472b305be2cc0255342d Description: office productivity suite -- Slovenian language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Slovenian. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-sr Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 3038 Depends: locales (>= 2.3.6.ds1-5) | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-sr Suggests: hunspell-dictionary-sr | myspell-dictionary-sr, hyphen-sr, mythes-sr, libreoffice-help-sr, libreoffice-grammarcheck-sr Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-sr_3.5.4+dfsg-4blankon1_all.deb Size: 455832 SHA256: 81b53218e6b71de7219fad342fd296352790bf6f71bf5d38cfa8871525ff0327 SHA1: f646b4baf464daa3f945db605db6f19fb476e4e8 MD5sum: 101bf164d4f14bb0f8837c55f4c45a16 Description: office productivity suite -- Serbian language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Serbian. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-ss Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 2686 Depends: locales (>= 2.3.5-12) | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-ss Suggests: hunspell-dictionary-ss | myspell-dictionary-ss, hyphen-ss, mythes-ss, libreoffice-help-ss, libreoffice-grammarcheck-ss Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-ss_3.5.4+dfsg-4blankon1_all.deb Size: 454828 SHA256: 6849d9811e808ba1d1abd73b67156d54dd98f2f69a4754027a56e5670ccbd57c SHA1: 0fa9e701e366343e929faf19d9c761d31e3b3c71 MD5sum: 59eef70c2f0f9a82ebded08667be35a9 Description: office productivity suite -- Swazi language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Swazi. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-st Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 2709 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-st Suggests: hunspell-dictionary-st | myspell-dictionary-st, hyphen-st, mythes-st, libreoffice-help-st, libreoffice-grammarcheck-st Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-st_3.5.4+dfsg-4blankon1_all.deb Size: 455220 SHA256: 408a24ce8357a3de524cf916552f66fca33b0a65a8a1f76557e1116ef6017657 SHA1: 62521bfab52f0351a3e87c2046d00cbfbc3f2766 MD5sum: dd309d5bcadebc31148fa74b29d16872 Description: office productivity suite -- Southern_sotho language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Southern_sotho. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-sv Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 3878 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-sv Suggests: hunspell-dictionary-sv | myspell-dictionary-sv, hyphen-sv, mythes-sv, libreoffice-help-sv, libreoffice-grammarcheck-sv Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-sv_3.5.4+dfsg-4blankon1_all.deb Size: 1322086 SHA256: 0f781b1c773682e72e590f0eb83bb702581e32ba76d83b8b8e6f2392de3c8259 SHA1: ec99b16e06096589081ba1e8953f39d0539e67fa MD5sum: d60d33a88baf56011e21c612771d1fb7 Description: office productivity suite -- Swedish language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Swedish. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-ta Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 3424 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-ta, ttf-tamil-fonts Suggests: hunspell-dictionary-ta | myspell-dictionary-ta, hyphen-ta, mythes-ta, libreoffice-help-ta, libreoffice-grammarcheck-ta Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-ta_3.5.4+dfsg-4blankon1_all.deb Size: 473392 SHA256: e2f24f47d4777d379337fcf13bee607c5f32dec875f9fa4552b1d43cb37da913 SHA1: cd613f8a6ef532656a0debd9e4907d3b2c301a54 MD5sum: 00aad1e0987173734455cf20b75c889a Description: office productivity suite -- Tamil language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Tamil. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-te Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 3513 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-te, ttf-telugu-fonts Suggests: hunspell-dictionary-te | myspell-dictionary-te, hyphen-te, mythes-te, libreoffice-help-te, libreoffice-grammarcheck-te Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-te_3.5.4+dfsg-4blankon1_all.deb Size: 479538 SHA256: 691165aeebe0f110af016c8a1dd752b0de1a218110e57057262007de898b1ffb SHA1: 7872a7c5ec4be48393c808a4b371776203a21d1f MD5sum: 8191aaa7725c5888d64cb064af5b4db0 Description: office productivity suite -- Telugu language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Telugu. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-tg Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 2960 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-tg Suggests: hunspell-dictionary-tg | myspell-dictionary-tg, hyphen-tg, mythes-tg, libreoffice-help-tg, libreoffice-grammarcheck-tg Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-tg_3.5.4+dfsg-4blankon1_all.deb Size: 452920 SHA256: 470118ffec283f695e37888717b25b07dbfe9c835b46ac095dc17249ba5b8a2b SHA1: 0129f07962ea5b2ccea85708120d01ea621e5357 MD5sum: a0d14f5c9fdec2547ba54c1064c409c1 Description: office productivity suite -- Tajik language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Tajik. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-th Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 3207 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-th, fonts-thai-tlwg Suggests: hunspell-dictionary-th | myspell-dictionary-th, hyphen-th, mythes-th, libreoffice-help-th, libreoffice-grammarcheck-th Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-th_3.5.4+dfsg-4blankon1_all.deb Size: 457826 SHA256: c6afeafa7934e222ec8092083560aa2cf23dd9908b57e851ea2c938af7ac2371 SHA1: 03b1c1dea1a517a0180295c17e56e2c3a6dc3847 MD5sum: 64adee5fcb4eb004f406ec63a23d1bc9 Description: office productivity suite -- Thai language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Thai. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-tn Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 2655 Depends: locales (>= 2.3.5-12) | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-tn Suggests: hunspell-dictionary-tn | myspell-dictionary-tn, hyphen-tn, mythes-tn, libreoffice-help-tn, libreoffice-grammarcheck-tn Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-tn_3.5.4+dfsg-4blankon1_all.deb Size: 446204 SHA256: ba294e090c946e30588fb4763020b4ad0395a881184b92fa3c24a1a36053899e SHA1: 78d48ed42dd97c0da2cb1e2120dad5bcc849ff16 MD5sum: d3bb331b8969fd5932e9777803658d61 Description: office productivity suite -- Tswana language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Tswana. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-tr Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 3430 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-tr Suggests: hunspell-dictionary-tr | myspell-dictionary-tr | libreoffice-spellcheck-tr, hyphen-tr, mythes-tr, libreoffice-help-tr, libreoffice-grammarcheck-tr Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-tr_3.5.4+dfsg-4blankon1_all.deb Size: 867400 SHA256: 362b7c62416682a540310b841851e437e34ed84e8e4eeec5e3cc5a519235b6ef SHA1: 798013872be2ceae064683a7d7d9933b84ab1d56 MD5sum: d40d04c04762da7e1a8594cdb038e9fb Description: office productivity suite -- Turkish language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Turkish. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-ts Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 2729 Depends: locales (>= 2.3.5-12) | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-ts Suggests: hunspell-dictionary-ts | myspell-dictionary-ts, hyphen-ts, mythes-ts, libreoffice-help-ts, libreoffice-grammarcheck-ts Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-ts_3.5.4+dfsg-4blankon1_all.deb Size: 454514 SHA256: f0746cb360264eba595f7588b037b0fb9acec0cbcbb35f2fe739372e5df5dc30 SHA1: 682329430601043cc5b3dc91143f9a41b77c83d2 MD5sum: 8ef8a3bf6955edcbd984107d99ef95b4 Description: office productivity suite -- Tsonga language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Tsonga. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-ug Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 3126 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-ug Suggests: hunspell-dictionary-ug | myspell-dictionary-ug, hyphen-ug, mythes-ug, libreoffice-help-ug, libreoffice-grammarcheck-ug Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-ug_3.5.4+dfsg-4blankon1_all.deb Size: 445640 SHA256: 438c475a738bf73dd60e7ec06fd001519fc6b93522f38f9c7334540ebe8e4ce9 SHA1: 6e5d9e85e47891c76120b99205b0806349191523 MD5sum: f6df2c38d27b339cf16cf7236fd6d167 Description: office productivity suite -- Uighur language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Uighur. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-uk Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 3050 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-uk Suggests: hunspell-dictionary-uk | myspell-dictionary-uk, hyphen-uk, mythes-uk, libreoffice-help-uk, libreoffice-grammarcheck-uk Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-uk_3.5.4+dfsg-4blankon1_all.deb Size: 461358 SHA256: 40a8e5779344763cafef3de2bf807915b2020f8200acd7e98cc23e5b85e1f0f7 SHA1: 81f7bd48d6d33082da88c56cd54a96f00cb2d810 MD5sum: 1828bbade1972811111e43ffa2e20cee Description: office productivity suite -- Ukrainian language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Ukrainian. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-uz Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 2688 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-uz Suggests: hunspell-dictionary-uz | myspell-dictionary-uz, hyphen-uz, mythes-uz, libreoffice-help-uz, libreoffice-grammarcheck-uz Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-uz_3.5.4+dfsg-4blankon1_all.deb Size: 440130 SHA256: 03b2116940a7fa7fb9e4e5258e3b5b66d48759ad1de4cf75379fb593729f31c3 SHA1: 68c971196856a0f4a69475eccb9699c613ff849a MD5sum: d8944848f086d852e2179821a1515405 Description: office productivity suite -- Uzbek language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Uzbek. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-ve Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 2728 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-ve Suggests: hunspell-dictionary-ve | myspell-dictionary-ve, hyphen-ve, mythes-ve, libreoffice-help-ve, libreoffice-grammarcheck-ve Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-ve_3.5.4+dfsg-4blankon1_all.deb Size: 456640 SHA256: 4cd977ea16ce65c0622961bd3985ec8a7a161190eac1aa6f67b2ed0d532dd333 SHA1: c90e5db70148ee3de8f730688207a1ee41c01dd0 MD5sum: 3e76c1509f9c67afe006a8dda33f5b51 Description: office productivity suite -- Venda language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Venda. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-vi Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 4145 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-vi Suggests: hunspell-dictionary-vi | myspell-dictionary-vi, hyphen-vi, mythes-vi, libreoffice-help-vi, libreoffice-grammarcheck-vi Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-vi_3.5.4+dfsg-4blankon1_all.deb Size: 1458530 SHA256: 582d36935875ddd5f514150805539d5354e3079d0bbaa2e6b371d686d4519ec7 SHA1: fd0ad9b263c1d2f1e632f4a3abbef6edadc9a3a3 MD5sum: 291b280d4d09a21984806b1549679f2f Description: office productivity suite -- Vietnamese language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Vietnamese. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-xh Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 2748 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-xh Suggests: hunspell-dictionary-xh | myspell-dictionary-xh, hyphen-xh, mythes-xh, libreoffice-help-xh, libreoffice-grammarcheck-xh Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-xh_3.5.4+dfsg-4blankon1_all.deb Size: 462206 SHA256: 64079ae5c7bdc94a433328d3a9f04fa365779562a14bdd0a960a9d8d891e02f3 SHA1: 36068c4320af77b132323e45e490189528e7817b MD5sum: 1f164941dee61b3f2d582a6e669b347e Description: office productivity suite -- Xhosa language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Xhosa. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-za Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 154 Depends: libreoffice-l10n-af, libreoffice-l10n-en-za, libreoffice-l10n-nr, libreoffice-l10n-nso, libreoffice-l10n-ss, libreoffice-l10n-st, libreoffice-l10n-tn, libreoffice-l10n-ts, libreoffice-l10n-ve, libreoffice-l10n-xh, libreoffice-l10n-zu Homepage: http://www.libreoffice.org Priority: optional Section: metapackages Filename: pool/main/libr/libreoffice/libreoffice-l10n-za_3.5.4+dfsg-4blankon1_all.deb Size: 48978 SHA256: 303abf25972f04bb55c91d13b5af0d892a8fd83c0c9ed02615fadbfd26cf6534 SHA1: b50998d8989c87adc6e3077dbfd7d29e5bb18fff MD5sum: ddb5bb5e2d2e2ef426108a6cc5b99c98 Description: office productivity suite -- South African language packages LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package is a metapackage installing l10n packages for all 11 South African languages. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-zh-cn Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 3983 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-zh Suggests: hunspell-dictionary-zh-cn | myspell-dictionary-zh-cn, hyphen-zh-cn, mythes-zh-cn, libreoffice-help-zh-cn, libreoffice-grammarcheck-zh-cn Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-zh-cn_3.5.4+dfsg-4blankon1_all.deb Size: 1395220 SHA256: 5cafee9aa00d5de898d09d4990e291f6967ab684cdc8e8eff459f28db59acbe2 SHA1: 7ccf5dc3b67d0afb64831d2d2eacdc05a9c88bc7 MD5sum: c5955b31d071f9a48215d7148803d0e5 Description: office productivity suite -- Chinese_simplified language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Chinese_simplified. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-zh-tw Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 3980 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-zh Suggests: hunspell-dictionary-zh-tw | myspell-dictionary-zh-tw, hyphen-zh-tw, mythes-zh-tw, libreoffice-help-zh-tw, libreoffice-grammarcheck-zh-tw Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-zh-tw_3.5.4+dfsg-4blankon1_all.deb Size: 1378616 SHA256: 9f4ec438e391d9df7059575a149ab6842b37da578038d4c8782c9a068555451c SHA1: 41a919c4f97d2b048ac5185e896f8f577eca7eeb MD5sum: e74cd67b5fa11ffcdd9d8870a96946a9 Description: office productivity suite -- Chinese_traditional language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Chinese_traditional. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-l10n-zu Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 2717 Depends: locales | belocs-locales-data | locales-all Recommends: libreoffice-core (>> 1:3.5.4+dfsg) | language-support-translations-zu Suggests: hunspell-dictionary-zu | myspell-dictionary-zu, hyphen-zu, mythes-zu, libreoffice-help-zu, libreoffice-grammarcheck-zu Provides: libreoffice-l10n-3.5 Homepage: http://www.libreoffice.org Priority: optional Section: localization Filename: pool/main/libr/libreoffice/libreoffice-l10n-zu_3.5.4+dfsg-4blankon1_all.deb Size: 459148 SHA256: ab787082ff7bbfc8a94791834b96dfd543f22d4ed7f9ef7c9752e2e369408235 SHA1: b12727498ad15ce702bd52d146b14944ec40d141 MD5sum: ea5d55c6600a92cc3cfe62290c15629b Description: office productivity suite -- Zulu language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Zulu. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-math Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 1687 Depends: libreoffice-core (= 1:3.5.4+dfsg-4blankon1), libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.6), uno-libs3 (>= 1.4.0), ure, fonts-opensymbol Homepage: http://www.libreoffice.org Priority: optional Section: editors Filename: pool/main/libr/libreoffice/libreoffice-math_3.5.4+dfsg-4blankon1_amd64.deb Size: 370060 SHA256: 432b73bcbe8212fffda6f8feb4ee87d943e9d97e156dabe349b1a2dbd5ef4c70 SHA1: 2043afe05514da169b8d3994c455d11febc2fdfb MD5sum: f2b81613185569451f973b86ca8e0651 Description: office productivity suite -- equation editor LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the equation editor component for LibreOffice. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-mysql-connector Source: libreoffice (1:3.5.4+dfsg-4blankon1) Version: 1.0.1+LibO3.5.4+dfsg-4blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 628 Depends: libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libmysqlclient18 (>= 5.5.24+dfsg-1), libmysqlcppconn5, libstdc++6 (>= 4.6), uno-libs3 (>= 1.7.0), ure, libreoffice-core Suggests: mysql-server (>= 5.1) Conflicts: libreoffice-common (<< 1:3.5~), libreoffice-core (<< 1:3.5~), ure (<< 1.5.1+OOo3.1.1-15) Homepage: http://extensions.services.openoffice.org/en/project/mysql_connector Priority: optional Section: misc Filename: pool/main/libr/libreoffice/libreoffice-mysql-connector_1.0.1+LibO3.5.4+dfsg-4blankon1_amd64.deb Size: 149320 SHA256: e029444b39e85c9be52516460bf4e3e0daa3f0ba368ff5a81ec9cd8031ad8fc5 SHA1: 8eb9bd11fb9567225d6e9524416129ad0ba497bb MD5sum: a4cf6f12c5124da80124c063f0199a46 Description: MySQL Connector extension for LibreOffice LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . The MySQL Connector extension allows one to use the MySQL database from LibreOffice without any wrapper layer such as ODBC or JDBC. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-officebean Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 242 Depends: libreoffice-core (= 1:3.5.4+dfsg-4blankon1), libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1), default-jre | gcj-jre | java-gcj-compat (>= 1.0.77-4) | openjdk-6-jre | openjdk-7-jre | sun-java5-jre | sun-java6-jre | java5-runtime | jre, libreoffice-java-common (>= 1:3.5.4+dfsg~), ure Homepage: http://www.libreoffice.org Priority: optional Section: java Filename: pool/main/libr/libreoffice/libreoffice-officebean_3.5.4+dfsg-4blankon1_amd64.deb Size: 93434 SHA256: f44716b4ca26d8dc01a5d4bedd544b6fa0872f1258c5163e7c287e5839d6b61f SHA1: e7eec2e36e51990c7f398f0655b3d2c25a0b09dc MD5sum: 02277f27ab3d989a0ec9fb62be00661c Description: office productivity suite -- Java bean LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the LibreOffice Office Bean for embedding LibreOffice in custom Java applications. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-ogltrans Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 390 Depends: libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, libstdc++6 (>= 4.1.1), libx11-6, uno-libs3 (>= 1.4.0), ure, libreoffice-core, libreoffice-impress, libreoffice-common Enhances: libreoffice-impress Conflicts: ure (<< 1.5.1+OOo3.1.1-15) Homepage: http://www.libreoffice.org Priority: extra Section: graphics Filename: pool/main/libr/libreoffice/libreoffice-ogltrans_3.5.4+dfsg-4blankon1_amd64.deb Size: 97416 SHA256: d600c2c849b1bf33ad43a492203128c2d482c4a18cb7496cae34c4fd16201606 SHA1: 0184c3d39395d26542042afd8a5d972d20fd8470 MD5sum: c9e0ff67ed4a86365dc10694f7807e00 Description: LibreOffice Impress extension for transitions using OpenGL LibreOffice is a full-featured office productivity suite that provide a near drop-in replacement for Microsoft(R) Office. . This package contains the extension making LibreOffice able to use OpenGL for impress transitions. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-pdfimport Source: libreoffice (1:3.5.4+dfsg-4blankon1) Version: 1.0.5+LibO3.5.4+dfsg-4blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 1511 Depends: libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libpoppler19 (>= 0.18.4), libstdc++6 (>= 4.6), uno-libs3 (>= 1.4.0), ure, zlib1g (>= 1:1.1.4), libreoffice-core Conflicts: libreoffice-common (<< 1:3.5~), libreoffice-core (<< 1:3.5~), ure (<< 1.5.1+OOo3.1.1-15) Homepage: http://extensions.services.openoffice.org/project/pdfimport Priority: extra Section: misc Filename: pool/main/libr/libreoffice/libreoffice-pdfimport_1.0.5+LibO3.5.4+dfsg-4blankon1_amd64.deb Size: 459652 SHA256: 2f3faf3ae023dabec040ac396f552b49741f34e58c505ca872b6c888ca52d080 SHA1: 4dc2cc2f1818feb0df46c2060e83f9238988ca91 MD5sum: ba31f847f7d1da86fb9475a6a56f2a1d Description: LibreOffice extension for importing PDF documents LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains an extension to open PDF documents with LibreOffice Draw. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-presentation-minimizer Source: libreoffice (1:3.5.4+dfsg-4blankon1) Version: 1.0.3+LibO3.5.4+dfsg-4blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 1228 Depends: libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1), uno-libs3 (>= 1.4.0), ure, libreoffice-core, libreoffice-impress Enhances: libreoffice-impress Conflicts: libreoffice-common (<< 1:3.5~), libreoffice-core (<< 1:3.5~), ure (<< 1.5.1+OOo3.1.1-15) Homepage: http://extensions.services.openoffice.org/project/PresentationMinimizer Priority: optional Section: misc Filename: pool/main/libr/libreoffice/libreoffice-presentation-minimizer_1.0.3+LibO3.5.4+dfsg-4blankon1_amd64.deb Size: 262344 SHA256: b353040772ccedea19e45286b9c5d7c8ff202e6db6a0c03d0281ad308a8c9397 SHA1: 0fcf1235303e7ec1f05accbd1ebc39c1cb3b1840 MD5sum: 47389adf928ab58f9c956cabdec78fb3 Description: LibreOffice extension for size-efficient presentations LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the presentation minimizer extension: "The Sun Presentation Minimizer is used to reduce the file size of the current presentation. Images will be compressed, and data that is no longer needed will be removed. The Sun Presentation Minimizer can optimize the image quality size. Presentations designed for screen or projector do not require the same high quality as presentations designed for print." Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-presenter-console Source: libreoffice (1:3.5.4+dfsg-4blankon1) Version: 1.1.0+LibO3.5.4+dfsg-4blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 3927 Depends: libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1), uno-libs3 (>= 1.7.0), ure, libreoffice-core, libreoffice-impress Enhances: libreoffice-impress Conflicts: libreoffice-common (<< 1:3.5~), libreoffice-core (<< 1:3.5~), ure (<< 1.5.1+OOo3.1.1-15) Homepage: http://extensions.services.openoffice.org/project/presenter-screen Priority: optional Section: misc Filename: pool/main/libr/libreoffice/libreoffice-presenter-console_1.1.0+LibO3.5.4+dfsg-4blankon1_amd64.deb Size: 634988 SHA256: f7b0a24e27d45e18cae90f7fbfafe715ac13c7256b8d4566b284559b14791a24 SHA1: ea3ddeef2104e1b4c871de8636fce33cde4ca5a2 MD5sum: cef7bff3a8eab0973cb69f5dd31afc88 Description: LibreOffice Impress extension for a separate presenter's console LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the Presenter Console extension: . The Presenter Console for Impress is a feature that aids a presenter during a slide show. It provides information on a second screen, that typically is not visible to the audience. This includes . * a view to the currently displayed slide (for when the presenter faces the audience and can not see the primary screen) * a preview of the next slide or next effect * the notes of the current slide * the current time and/or the elapsed time * navigation buttons for going to the previous/next slide Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-report-builder Source: libreoffice (1:3.5.4+dfsg-4blankon1) Version: 1:1.2.1+LibO3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 1176 Pre-Depends: default-jre | gcj-jre | java-gcj-compat | openjdk-6-jre | openjdk-7-jre | sun-java5-jre | sun-java6-jre | java5-runtime | jre Depends: libbase-java, libsac-java, libxml-java (>= 1.1.6), libflute-java (>= 1.1.6), libpentaho-reporting-flow-engine-java (>= 0.9.4), liblayout-java (>= 0.2.10), libloader-java (>= 1.1.6), libformula-java (>= 1.1.7), librepository-java (>= 1.1.6), libfonts-java (>= 1.1.6), libserializer-java (>= 1.1.6), libcommons-logging-java, libreoffice-report-builder-bin (>= 1:3.5.4+dfsg), libreoffice-core, libreoffice-java-common Enhances: libreoffice-base Conflicts: libreoffice-common (<< 1:3.5~), libreoffice-core (<< 1:3.5~), ure (<< 1.5.1+OOo3.1.1-15) Provides: libreoffice-reportdesigner Homepage: http://extensions.services.openoffice.org/project/reportdesign Priority: optional Section: misc Filename: pool/main/libr/libreoffice/libreoffice-report-builder_1.2.1+LibO3.5.4+dfsg-4blankon1_all.deb Size: 409000 SHA256: 6882d9fd625bb9dd80586a974c3010442d04f31be3cfa2f9f87913fec9e70a5c SHA1: 47e640b433dec1cecebe03440a119cc3ea245568 MD5sum: c85e8366f73b7de8a8c4c66aa45b1c0b Description: LibreOffice extension for building database reports LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the report builder extension: "Create with the Sun Report Builder stylish, smart-looking database reports. The flexible report editor can define group and page headers as well as group and page footers and even calculation fields are available to accomplish complex database reports." Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-report-builder-bin Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 3819 Depends: libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.6), uno-libs3 (>= 1.7.0), ure, libreoffice-core, libreoffice-base Homepage: http://www.libreoffice.org Priority: optional Section: misc Filename: pool/main/libr/libreoffice/libreoffice-report-builder-bin_3.5.4+dfsg-4blankon1_amd64.deb Size: 776498 SHA256: ac6f879d7c7df2513f958d61705f3e1d0a13f8e44fc54c35033d7ff7f4253c7f SHA1: 0197bf9f7d573989887e581d6d24119c1d9c55c6 MD5sum: 3551f37aea09c983f1b46c8c1784e5dc Description: LibreOffice extension for building database reports -- libraries LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains some architecture-dependent support libraries (librpt*.so) for the report builder extension. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-script-provider-bsh Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 254 Depends: libreoffice-java-common, libreoffice-core (>= 1:3.5.0~alpha0~), libreoffice-common (>= 1:3.5.0~alpha0~), default-jre | gcj-jre | java-gcj-compat | openjdk-6-jre | openjdk-7-jre | sun-java5-jre | sun-java6-jre | java5-runtime | jre, bsh (>= 2.0b4) Replaces: libreoffice-java-common (<< 1:3.4~) Homepage: http://www.libreoffice.org Priority: optional Section: java Filename: pool/main/libr/libreoffice/libreoffice-script-provider-bsh_3.5.4+dfsg-4blankon1_all.deb Size: 74092 SHA256: e22b3b91e36dfcf2626ce7ccc6ad4daec845ea48c7d44d0916bf06c5a0a9ef8e SHA1: b12801756b3575f1377be3eab9d52f201fd92138 MD5sum: d9aac23f35e4e102ef1e03e045b3aff3 Description: BeanShell script support provider for LibreOffice scripting framework LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . The Scripting Framework allows LibreOffice users to write and run macros in multiple languages including LibreOffice Basic, Python, Java, BeanShell and JavaScript. These macros can then be assigned to menus, toolbars, keyboard shortcuts, events and embedded objects. . This package contains the script provider to support BeanShell. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-script-provider-js Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 834 Depends: libreoffice-java-common, libreoffice-core (>= 1:3.5.0~alpha0~), libreoffice-common (>= 1:3.5.0~alpha0~), default-jre | gcj-jre | java-gcj-compat | openjdk-6-jre | openjdk-7-jre | sun-java5-jre | sun-java6-jre | java5-runtime | jre Replaces: libreoffice-common (<< 1:3.4~) Homepage: http://www.libreoffice.org Priority: optional Section: web Filename: pool/main/libr/libreoffice/libreoffice-script-provider-js_3.5.4+dfsg-4blankon1_all.deb Size: 656686 SHA256: 27d82a0c0fa4e0a81d80160206d9a802f9b6e8d770eca980cd37ce9073933214 SHA1: 3a5605c3a3eea978522a74551f7766cad35af1b9 MD5sum: ea75fcd9660045f083791b31d4ee19f2 Description: JavaScript script support provider for LibreOffice scripting framework LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . The Scripting Framework allows LibreOffice users to write and run macros in multiple languages including LibreOffice Basic, Python, Java, BeanShell and JavaScript. These macros can then be assigned to menus, toolbars, keyboard shortcuts, events and embedded objects. . This package contains the script provider to support JavaScript. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-script-provider-python Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 250 Depends: libreoffice-common (>= 1:3.5.0~alpha0~), libreoffice-core (>= 1:3.5.0~alpha0~), python-uno | python3-uno Conflicts: libreoffice-common (<< 1:3.5~), libreoffice-core (<< 1:3.5~) Replaces: python-uno (<< 1:3.5.2-2), python3-uno (<< 1:3.5.2-2) Homepage: http://www.libreoffice.org Priority: optional Section: python Filename: pool/main/libr/libreoffice/libreoffice-script-provider-python_3.5.4+dfsg-4blankon1_all.deb Size: 67100 SHA256: c74c566a0349aaafb0e554a475ca00d4c506297407f23c33d5316bc3d51847d4 SHA1: 4e3719a1bfc1ead4431b6105fe984b2c4c79e4b8 MD5sum: 182d5e528015cde6005b8958d657f3d8 Description: Python script support provider for LibreOffice scripting framework LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . The Scripting Framework allows LibreOffice users to write and run macros in multiple languages including LibreOffice Basic, Python, Java, BeanShell and JavaScript. These macros can then be assigned to menus, toolbars, keyboard shortcuts, events and embedded objects. . This package contains the script provider to support Python. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-sdbc-postgresql Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 1101 Depends: libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libpq5 (>= 9.0~), libstdc++6 (>= 4.6), uno-libs3 (>= 1.7.0), ure, libreoffice-core (>= 1:3.5.0~beta) Suggests: postgresql (>= 8.4) Conflicts: ure (<< 1.5.1+OOo3.1.1-15) Homepage: http://wiki.documentfoundation.org/PostgreSQL-SDBC Priority: optional Section: misc Filename: pool/main/libr/libreoffice/libreoffice-sdbc-postgresql_3.5.4+dfsg-4blankon1_amd64.deb Size: 261112 SHA256: f8b3bb64bc4b26d916ce3b22afa6bb0631582b1fc7558f6e8522c1c8cb48eee0 SHA1: b1be0c017c0147cb4d050d61d8b6b3be33fdb7ec MD5sum: edb7ed3edd7942d07af850a2f86ea007 Description: PostgreSQL SDBC driver for LibreOffice LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . The PostgreSQL SDBC Driver allows one to use the PostgreSQL database from LibreOffice without any wrapper layer such as ODBC or JDBC. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-style-crystal Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 3078 Depends: libreoffice-core Suggests: kde-icons-crystal, crystalcursors Replaces: libreoffice-common (<< 1:3.3.0~rc4-2) Provides: libreoffice-style Homepage: http://www.libreoffice.org Priority: optional Section: editors Filename: pool/main/libr/libreoffice/libreoffice-style-crystal_3.5.4+dfsg-4blankon1_all.deb Size: 2090950 SHA256: 5bfb5d8b987732993dcc8d59289e893f393df4a6f59bb88ec4a7a2bd6aa04a26 SHA1: 552539d7e111cbcd9a441ab9492df489d11683dd MD5sum: acc8c6689082e70b064178f9af036687 Description: office productivity suite -- Crystal symbol style LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the "crystal" symbol style, default style for KDE 3. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-style-galaxy Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 2647 Depends: libreoffice-core Replaces: libreoffice-common (<< 1:3.3.0~rc4-2) Provides: libreoffice-style, libreoffice-style-default Homepage: http://www.libreoffice.org Priority: optional Section: editors Filename: pool/main/libr/libreoffice/libreoffice-style-galaxy_3.5.4+dfsg-4blankon1_all.deb Size: 1671588 SHA256: bf1165b3d709b40be41a7caa91d5127bdea909bc773de396877346c618315ff1 SHA1: fb33fdb4a1e0dcf1e66daf0b99ec7075a909d620 MD5sum: cabf17bcb0571bfc38c405e5032538f5 Description: office productivity suite -- Galaxy (Default) symbol style LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the "Galaxy" symbol style from Sun, normally used on MS Windows (tm) and when not using GNOME or KDE, needs to be manually enabled in the LibreOffice option menu. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-style-hicontrast Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 1762 Depends: libreoffice-core Suggests: gtk2-engines Replaces: libreoffice-common (<< 1:3.3.0~rc4-2) Provides: libreoffice-style Homepage: http://www.libreoffice.org Priority: optional Section: editors Filename: pool/main/libr/libreoffice/libreoffice-style-hicontrast_3.5.4+dfsg-4blankon1_all.deb Size: 955900 SHA256: 1154ad46d047d3432408f8881ba13040fe9f6065a935bd0b58f6f99821967e7b SHA1: f8af4ee0b1eb4f75202304225763c7d9aa3cdd92 MD5sum: ee31a50729e798a19f484df492d4b883 Description: office productivity suite -- Hicontrast symbol style LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the "hicontrast" symbol style, needs to be manually enabled in the LibreOffice option menu. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-style-oxygen Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 3226 Depends: libreoffice-core Suggests: kde-icons-oxygen, oxygencursors Replaces: libreoffice-common (<< 1:3.3.0~rc4-2) Provides: libreoffice-style Homepage: http://www.libreoffice.org Priority: optional Section: editors Filename: pool/main/libr/libreoffice/libreoffice-style-oxygen_3.5.4+dfsg-4blankon1_all.deb Size: 2064932 SHA256: c6ad5ddf097c94c688ba5e463f33bcb98e8a95accbf9a0be6ab3b5864c569e74 SHA1: 6c4ac9331a52f583fa7af827a8398d9fe4b94678 MD5sum: 2c250d9be68da2497746c4285962a9df Description: office productivity suite -- Oxygen symbol style LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the "oxygen" symbol style, default style for KDE 4. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-style-tango Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 2645 Depends: libreoffice-core Suggests: tango-icon-theme Replaces: libreoffice-common (<< 1:3.3.0~rc4-2) Provides: libreoffice-style Homepage: http://www.libreoffice.org Priority: optional Section: editors Filename: pool/main/libr/libreoffice/libreoffice-style-tango_3.5.4+dfsg-4blankon1_all.deb Size: 1722026 SHA256: 0650e7f8084b4ca57e4ce9c0f929123321b48728190285280abfb659a3dc6167 SHA1: 47fadfc4ab790ec9a3cb41cafd7451557a6cb86d MD5sum: 9a3975ac39455376e499e9bd71c2155b Description: office productivity suite -- Tango symbol style LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the "tango" symbol style, default style for GTK+/Gnome. Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-wiki-publisher Source: libreoffice (1:3.5.4+dfsg-4blankon1) Version: 1.1.1+LibO3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 4306 Pre-Depends: default-jre | gcj-jre | java-gcj-compat | openjdk-6-jre | openjdk-7-jre | sun-java5-jre | sun-java6-jre | java5-runtime | jre Depends: libcommons-codec-java, libcommons-httpclient-java, libcommons-lang-java, libcommons-logging-java, libreoffice-core (>= 1:3.4~), libreoffice-java-common Recommends: liblucene2-java (>= 2.3.2) Suggests: mediawiki Enhances: libreoffice-writer Conflicts: libreoffice-common (<< 1:3.5~), libreoffice-core (<< 1:3.5~), ure (<< 1.5.1+OOo3.1.1-15) Homepage: http://extensions.services.openoffice.org/project/wikipublisher Priority: optional Section: misc Filename: pool/main/libr/libreoffice/libreoffice-wiki-publisher_1.1.1+LibO3.5.4+dfsg-4blankon1_all.deb Size: 436468 SHA256: e7c78bcb8525708b84ccd49612ea5d3beee402edc8e5c9c7f5a2d637519d4123 SHA1: 546276ccbd872b3f4e4226109a4cf956582abf1d MD5sum: 9f36aeef9cdc1c9873d2809bcd6bc980 Description: LibreOffice extension for working with MediaWiki articles LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains an extension to create/edit/publish MediaWiki articles with LibreOffice Original-Maintainer: Debian LibreOffice Maintainers Package: libreoffice-writer Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 29538 Depends: libreoffice-core (= 1:3.5.4+dfsg-4blankon1), libreoffice-base-core (= 1:3.5.4+dfsg-4blankon1), libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libicu48 (>= 4.8-1), libstdc++6 (>= 4.6), libwpd-0.9-9, libwpg-0.2-2, libwps-0.2-2, libxml2 (>= 2.7.4), uno-libs3 (>= 1.7.0), ure, zlib1g (>= 1:1.1.4) Recommends: libreoffice-filter-binfilter, default-jre | gcj-jre | java-gcj-compat | openjdk-6-jre | openjdk-7-jre | sun-java5-jre | sun-java6-jre | java5-runtime | jre, libreoffice-java-common (>= 1:3.5.4+dfsg~), libreoffice-emailmerge, libreoffice-math Suggests: libreoffice-gcj, libreoffice-base Replaces: libreoffice-core (<< 1:3.3.2-5) Homepage: http://www.libreoffice.org Priority: optional Section: editors Filename: pool/main/libr/libreoffice/libreoffice-writer_3.5.4+dfsg-4blankon1_amd64.deb Size: 6404858 SHA256: 950dbf370918b28bbf825b179ca3bec2c0f2afdd2c5a568fc18997bdadf26694 SHA1: c9b1a71f6c2c5710b0d9c26aed7b045f6818ec13 MD5sum: fff5b90826f5db73c98a60ee95f75d86 Description: office productivity suite -- word processor LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the wordprocessor component for LibreOffice. Original-Maintainer: Debian LibreOffice Maintainers Package: libwacom-common Source: libwacom Version: 0.6-1blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 67 Replaces: libwacom0 (<= 0.2-1) Multi-Arch: foreign Priority: optional Section: libs Filename: pool/main/libw/libwacom/libwacom-common_0.6-1blankon1_all.deb Size: 9836 SHA256: 2e63a4cf2808576bbeacc19d9f0f5ed6da8e9aca298bdcb3e25eadc13f2d1dfb SHA1: 5b0d0c7555d96d0cb7c6b71e2047a07426b05228 MD5sum: f8e865a6bb8068a85be2fd476a1c7261 Description: Wacom model feature query library (common files) libwacom is a library to identify wacom tablets and their model-specific features. It provides easy access to information such as "is this a built-in on-screen tablet", "what is the size of this model", etc. . This package contains common data files for libwacom. Package: libwacom-dev Source: libwacom Version: 0.6-1blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 239 Depends: libwacom2 (= 0.6-1blankon1), libglib2.0-dev Recommends: pkg-config Priority: optional Section: libdevel Filename: pool/main/libw/libwacom/libwacom-dev_0.6-1blankon1_amd64.deb Size: 57912 SHA256: 9e4f9901cb322465870d99eae2deb8360314597bdaa59d1150e7d1ec4f15ab34 SHA1: f20a043f4a0c876f70bf327a6604a2cd6aadc03a MD5sum: 20fd4fbb359364e5e33e7149eb9815ee Description: Wacom model feature query library (development files) libwacom is a library to identify wacom tablets and their model-specific features. It provides easy access to information such as "is this a built-in on-screen tablet", "what is the size of this model", etc. . This package contains the development files for libwacom. Package: libwacom2 Source: libwacom Version: 0.6-1blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 69 Pre-Depends: multiarch-support Depends: libc6 (>= 2.7), libglib2.0-0 (>= 2.24.0), libgudev-1.0-0 (>= 146), libwacom-common (= 0.6-1blankon1) Multi-Arch: same Priority: optional Section: libs Filename: pool/main/libw/libwacom/libwacom2_0.6-1blankon1_amd64.deb Size: 17718 SHA256: da88bd1777d4904a108162ecb934d5b310aeb3d1f1f44b1398db4eff425cc884 SHA1: 86a943bfc59273b748f2051e83cb0ecc2596ca88 MD5sum: 2c5620ebcc148a171391003ad555c0fd Description: Wacom model feature query library libwacom is a library to identify wacom tablets and their model-specific features. It provides easy access to information such as "is this a built-in on-screen tablet", "what is the size of this model", etc. Package: libwacom2-dbg Source: libwacom Version: 0.6-1blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 79 Depends: libwacom2 (= 0.6-1blankon1) Multi-Arch: same Priority: extra Section: debug Filename: pool/main/libw/libwacom/libwacom2-dbg_0.6-1blankon1_amd64.deb Size: 32138 SHA256: c45cfedbf0cee02dc26c3d3fb95a0e8794152133e470a3cb540cdb2e23d4b4b2 SHA1: 1d1c6a895bfb889bc3dee0a8e027806eae09aae8 MD5sum: b3161d58777ef0ebafb1e6f09c5281c6 Description: Wacom model feature query library (debug files) libwacom is a library to identify wacom tablets and their model-specific features. It provides easy access to information such as "is this a built-in on-screen tablet", "what is the size of this model", etc. . This package contains the debug files for libwacom. Package: lightdm Version: 1.2.2-4blankon2 Architecture: amd64 Maintainer: Blankon Developers Installed-Size: 1041 Depends: libc6 (>= 2.2.5), libglib2.0-0 (>= 2.28.0), libpam0g (>= 0.99.7.1), libxcb1, libxdmcp6, debconf (>= 0.5) | debconf-2.0, lightdm-webkit-greeter, dbus, consolekit, adduser Recommends: xserver-xorg Suggests: accountsservice, upower Provides: x-display-manager Homepage: https://launchpad.net/lightdm Priority: optional Section: x11 Filename: pool/main/l/lightdm/lightdm_1.2.2-4blankon2_amd64.deb Size: 126232 SHA256: b9f14326b51c159698171aeb8bc90fe8574e112c586485ae0c44693fe700d95d SHA1: c58e94671c409f6eb25d97a1e28e8b58c30a2bf0 MD5sum: a8afd10c816af5f195d2af118985319f Description: simple display manager An X display manager that: * Has a lightweight codebase * Is standards compliant (PAM, ConsoleKit, etc) * Has a well defined interface between the server and user interface * Fully themeable * Cross-desktop (greeters can be written in any toolkit) Original-Maintainer: Debian Xfce Maintainers Package: lightdm-vala Source: lightdm Version: 1.2.2-4blankon2 Architecture: amd64 Maintainer: Blankon Developers Installed-Size: 43 Homepage: https://launchpad.net/lightdm Priority: optional Section: x11 Filename: pool/main/l/lightdm/lightdm-vala_1.2.2-4blankon2_amd64.deb Size: 6928 SHA256: c8e14ccea6b1ecac6b197a5ddf731b508e5a1ffebb42629b38cf8228f93a480d SHA1: ac295e697bb23bd6c7a41186d35103d3b5462e49 MD5sum: 57004379729203870fd2d83cb48fcbee Description: simple display manager (Vala files) This package contains the Vala files for the lightdm display manager Original-Maintainer: Debian Xfce Maintainers Package: manokwari Version: 0.2.1.01 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 1272 Depends: gnome-screensaver, gnome-menus, libnotify4, libnotify-bin, blankon-session, libc6 (>= 2.2.5), libcairo2 (>= 1.2.4), libgdk-pixbuf2.0-0 (>= 2.22.0), libgee2 (>= 0.5.0), libglib2.0-0 (>= 2.26.0), libgnome-menu2 (>= 2.27.92), libgtk-3-0 (>= 3.0.0), libjavascriptcoregtk-3.0-0 (>= 1.5.1), libpango1.0-0 (>= 1.14.0), libunique-3.0-0 (>= 2.90.1), libwebkitgtk-3.0-0 (>= 1.3.10), libwnck-3-0 (>= 2.91.6), libx11-6 Recommends: komodo-icon-theme Conflicts: blankon-panel Replaces: blankon-panel Provides: blankon-panel Homepage: https://github.com/BlankOn/blankon-panel Priority: extra Section: gnome Filename: pool/main/m/manokwari/manokwari_0.2.1.01_amd64.deb Size: 835752 SHA256: 28481fa49bbd1b3008c56e80f3639769c672494054dd9d5fd26f2d5a58f7732c SHA1: 025078349e71ec05e94ca398fe81b135abde2215 MD5sum: 3feb9c60f7ebfccce6ab4e7d30e6400e Description: Manokwari Desktop Manokwari is a desktop shell for GNOME 3. It features combined Gtk+ and HTML5 frontend (Gtk+ is legacy here and would be replaced totally with HTML5 in the future). It is an evolution from a shell called blankon-panel Package: manokwari-theme-greeter Version: 0.12 Architecture: all Maintainer: BlankOn Developers Installed-Size: 253 Depends: lightdm-webkit-greeter Provides: lightdm-theme Priority: optional Section: misc Filename: pool/main/m/manokwari-theme-greeter/manokwari-theme-greeter_0.12_all.deb Size: 108346 SHA256: d5fc980f8402e0760af2983d86d151f547d60eaed9a28def121c09bffe54f056 SHA1: 8097825d1beeb196931252904c3e686e77f41bc8 MD5sum: 84174be2bc72a0b8053f3ca3e081b4ec Description: Pantheon login screen Manokwari theme for LightDM, developed by BlankOn project. Original-Maintainer: Sergey "Shnatsel" Davidoff Package: manpages Version: 3.42-1blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 834 Suggests: man-browser Replaces: bind, libc-bin (<< 2.13-31), rsh-server (<< 0.10-7) Homepage: http://www.kernel.org/doc/man-pages/ Priority: important Section: doc Filename: pool/main/m/manpages/manpages_3.42-1blankon1_all.deb Size: 776118 SHA256: 378c117c4cb3f170462dfc27e5a2f11d801b69770ef24831f38dbfbd806d12fb SHA1: 31147eb538e2611ee8c4e4ca431d4836cf98671f MD5sum: 97cf29107d428bde9e6e8108b7a6e782 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. Original-Maintainer: Martin Schulze Package: manpages-dev Source: manpages Version: 3.42-1blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 1753 Depends: manpages Suggests: man-browser Replaces: glibc-doc (<< 2.11.2-3), libaio-dev Homepage: http://www.kernel.org/doc/man-pages/ Priority: optional Section: doc Filename: pool/main/m/manpages/manpages-dev_3.42-1blankon1_all.deb Size: 1728360 SHA256: 17fcc6016a490d99367e8ef61a33bbda23332f93eb6c01085168592809c17cf3 SHA1: 5692b6e1db2022b52bcdf975059f113a1ea8d832 MD5sum: 2388f915f3e91dbb5ea94ddbb9c4c8a3 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). Original-Maintainer: Martin Schulze Package: modemmanager Version: 0.6.0.0-0blankon1 Architecture: amd64 Maintainer: Alexander Sack Installed-Size: 1222 Depends: libc6 (>= 2.7), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.88), libglib2.0-0 (>= 2.31.8), libgudev-1.0-0 (>= 146) Recommends: usb-modeswitch Priority: optional Section: net Filename: pool/main/m/modemmanager/modemmanager_0.6.0.0-0blankon1_amd64.deb Size: 380500 SHA256: b9b1bc72b72e9ac58355e355a2e1eaa2ee3e3cdc0c5ae6ba038edf5c610c5b84 SHA1: 238ddf6a77d5f1cc5bb754967f9ed648caa1ec4b MD5sum: f872500993a84517d35eeaf3f68d8510 Description: D-Bus service for managing modems Provides a D-Bus interface to communicate with mobile broadband (GSM, CDMA, UMTS, ...) cards. Implements a loadable plugin interface to add work-arounds for non standard devices. Also provides patches to use networkmanager (and the applet) with modem manager. . Git Repository: http://cgit.freedesktop.org/ModemManager/ModemManager/ Package: modemmanager-dbg Source: modemmanager Version: 0.6.0.0-0blankon1 Architecture: amd64 Maintainer: Alexander Sack Installed-Size: 3337 Depends: modemmanager (= 0.6.0.0-0blankon1) Priority: extra Section: debug Filename: pool/main/m/modemmanager/modemmanager-dbg_0.6.0.0-0blankon1_amd64.deb Size: 1107710 SHA256: 14fb8c95208814a4e0ada38ea38da347fb0e1b2b8ec2bef68ddd279018869635 SHA1: ace9919a391c3f660db01ef6c92242ae3aea595a MD5sum: 843ee6d3b6a0590b1d4ad35ee41904cd Description: D-Bus service for managing modems - debugging symbols Provides a D-Bus interface to communicate with mobile broadband (GSM, CDMA, UMTS, ...) cards. Implements a loadable plugin interface to add work-arounds for non standard devices. Also provides patches to use networkmanager (and the applet) with modem manager. . Git Repository: http://cgit.freedesktop.org/ModemManager/ModemManager/ . This package contains debugging symbols for ModemManager. Package: nginx Version: 1.2.1-2.2blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 86 Depends: nginx-full | nginx-light Homepage: http://nginx.net Priority: optional Section: httpd Filename: pool/main/n/nginx/nginx_1.2.1-2.2blankon1_all.deb Size: 60950 SHA256: 42ee68ed2ce62f44f4979320e5acee7075380eea19de1836bbfeab6f6df4f194 SHA1: 7807724f05c91befb55d29645518d96b4be9a7a2 MD5sum: 3a124271d4deeadd400d9590cf8a7e8f Description: small, powerful, scalable web/proxy server Nginx ("engine X") is a high-performance web and reverse proxy server created by Igor Sysoev. It can be used both as a standalone web server and as a proxy to reduce the load on back-end HTTP or mail servers. . This is a dependency package to install either nginx-full (by default) or nginx-light. Original-Maintainer: Kartik Mistry Package: nginx-common Source: nginx Version: 1.2.1-2.2blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 203 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) Replaces: nginx (<< 0.8.54-4), nginx-extras (<< 0.8.54-4), nginx-full (<< 0.8.54-4), nginx-light (<< 0.8.54-4) Homepage: http://nginx.net Priority: optional Section: httpd Filename: pool/main/n/nginx/nginx-common_1.2.1-2.2blankon1_all.deb Size: 73070 SHA256: e320fe22b26ccc4489c20cfa09624ba003add0aaa2377812933d0ce8d1279fa9 SHA1: aa950f8a68bdaa57bea4fad52e1cea8b56a79d4f MD5sum: e38c05bb89cdcb29437e5234b3fb5933 Description: small, powerful, scalable web/proxy server - common files Nginx ("engine X") is a high-performance web and reverse proxy server created by Igor Sysoev. It can be used both as a standalone web server and as a proxy to reduce the load on back-end HTTP or mail servers. . This package contains base configuration files used by all versions of nginx. Original-Maintainer: Kartik Mistry Package: nginx-doc Source: nginx Version: 1.2.1-2.2blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 110 Depends: lsb-base (>= 3.2-14) Homepage: http://nginx.net Priority: optional Section: doc Filename: pool/main/n/nginx/nginx-doc_1.2.1-2.2blankon1_all.deb Size: 74918 SHA256: cad812b32657980bb660e3f21608afbf45d0286aff35824180ca1380aaa4e21f SHA1: 1cac979c173b7135c5a08242d67d895b06451dde MD5sum: 71e48160d466ba11993bb19221935faf Description: small, powerful, scalable web/proxy server - documentation Nginx ("engine X") is a high-performance web and reverse proxy server created by Igor Sysoev. It can be used both as a standalone web server and as a proxy to reduce the load on back-end HTTP or mail servers. . This package provides extra documentation to help unleash the power of Nginx. Original-Maintainer: Kartik Mistry Package: nginx-extras Source: nginx Version: 1.2.1-2.2blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 1308 Depends: nginx-common (= 1.2.1-2.2blankon1), perl (>= 5.14.2-12), perlapi-5.14.2, libc6 (>= 2.10), libexpat1 (>= 2.0.1), libgd2-noxpm (>= 2.0.36~rc1~dfsg) | libgd2-xpm (>= 2.0.36~rc1~dfsg), libgeoip1 (>= 1.4.8+dfsg), liblua5.1-0, libpam0g (>= 0.99.7.1), libpcre3 (>= 8.10), libperl5.14 (>= 5.14.2), libssl1.0.0 (>= 1.0.0), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4) Conflicts: nginx-full, nginx-light, nginx-naxsi Provides: httpd, nginx Homepage: http://nginx.net Priority: extra Section: httpd Filename: pool/main/n/nginx/nginx-extras_1.2.1-2.2blankon1_amd64.deb Size: 598582 SHA256: 1beca3f769c9a3777dca3301402631da3273428db6e162278e817fffc2079e7a SHA1: c18c960d5e9a7d81e0ae2fe11eed229fc31a3a50 MD5sum: 635fda880848cdbed1f70617427568f5 Description: nginx web/proxy server (extended version) Nginx ("engine X") is a high-performance web and reverse proxy server created by Igor Sysoev. It can be used both as a standalone web server and as a proxy to reduce the load on back-end HTTP or mail servers. . This package provides a version of nginx with the standard modules, plus extra features and modules such as the Perl module, which allows the addition of Perl in configuration files. . 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, Embedded Perl, FLV, GeoIP, Gzip Precompression, Image Filter, IPv6, MP4, Random Index, Real IP, Secure Link, SSL, Stub Status, Substitution, WebDAV, XSLT. . MAIL MODULES: Mail Core, IMAP, POP3, SMTP, SSL. . THIRD PARTY MODULES: Auth PAM, Chunkin, DAV Ext, Echo, Embedded Lua, HttpHeadersMore, http push, Nginx Development Kit, Upload module, Upload Progress, Upstream Fair Queue. Original-Maintainer: Kartik Mistry Package: nginx-extras-dbg Source: nginx Version: 1.2.1-2.2blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 9680 Depends: nginx-extras (= 1.2.1-2.2blankon1) Conflicts: nginx-full-dbg, nginx-light-dbg, nginx-naxsi-dbg Homepage: http://nginx.net Priority: extra Section: debug Filename: pool/main/n/nginx/nginx-extras-dbg_1.2.1-2.2blankon1_amd64.deb Size: 4468826 SHA256: c6a2b01580555df7aad5c8f9ba08cb337433f8ebf17fadb5a8ba0880bbfb51f4 SHA1: 1afa77e81a63818b89fd3d2290ccf17b4411819c MD5sum: 01ab48f2484baa6a3ccae9748055e456 Description: nginx web/proxy server (extended version) - debugging symbols Nginx ("engine X") is a high-performance web and reverse proxy server created by Igor Sysoev. It can be used both as a standalone web server and as a proxy to reduce the load on back-end HTTP or mail servers. . This package provides debugging symbols for nginx-extras, to assist in debugging issues that you may find. It should not be required for normal operation. Original-Maintainer: Kartik Mistry Package: nginx-full Source: nginx Version: 1.2.1-2.2blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 908 Depends: nginx-common (= 1.2.1-2.2blankon1), libc6 (>= 2.10), libexpat1 (>= 2.0.1), 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 Provides: httpd, nginx Homepage: http://nginx.net Priority: optional Section: httpd Filename: pool/main/n/nginx/nginx-full_1.2.1-2.2blankon1_amd64.deb Size: 433710 SHA256: c0dd892241764d4965a2580c411fbde0bc7f5f275373a28d29a18ae4cee60449 SHA1: f09ee07e054bbbc5f08f98cf3320783baef4a7e8 MD5sum: b459d823f47b7b7266fee2cc71962d96 Description: nginx web/proxy server (standard version) Nginx ("engine X") is a high-performance web and reverse proxy server created by Igor Sysoev. It can be used both as a standalone web server and as a proxy to reduce the load on back-end HTTP or mail servers. . This package provides a version of nginx with the complete set of standard modules included (but omitting some of those included in nginx-extra). . 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, Real IP, SSL, Stub Status, Substitution, WebDAV, XSLT. . MAIL MODULES: Mail Core, IMAP, POP3, SMTP, SSL. . THIRD PARTY MODULES: Auth PAM, DAV Ext, Echo, Upstream Fair Queue. Original-Maintainer: Kartik Mistry Package: nginx-full-dbg Source: nginx Version: 1.2.1-2.2blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 6612 Depends: nginx-full (= 1.2.1-2.2blankon1) Conflicts: nginx-extras-dbg, nginx-light-dbg, nginx-naxsi-dbg Homepage: http://nginx.net Priority: extra Section: debug Filename: pool/main/n/nginx/nginx-full-dbg_1.2.1-2.2blankon1_amd64.deb Size: 3004074 SHA256: 248fc757fa3d87772bad11916170386a2f5c98fde670f67ec07bfda9ce5a5cf7 SHA1: df1afb4a60d7ab608d5e39a0e78c77650f94883d MD5sum: 2e7154f1f3531124ff8267cf70905760 Description: nginx web/proxy server (standard version) - debugging symbols Nginx ("engine X") is a high-performance web and reverse proxy server created by Igor Sysoev. It can be used both as a standalone web server and as a proxy to reduce the load on back-end HTTP or mail servers. . This package provides debugging symbols for nginx-full, to assist in debugging issues that you may find. It should not be required for normal operation. Original-Maintainer: Kartik Mistry Package: nginx-light Source: nginx Version: 1.2.1-2.2blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 637 Depends: nginx-common (= 1.2.1-2.2blankon1), libc6 (>= 2.10), libpcre3 (>= 8.10), libssl1.0.0 (>= 1.0.0), zlib1g (>= 1:1.1.4) Conflicts: nginx-extras, nginx-full, nginx-naxsi Provides: httpd, nginx Homepage: http://nginx.net Priority: extra Section: httpd Filename: pool/main/n/nginx/nginx-light_1.2.1-2.2blankon1_amd64.deb Size: 318202 SHA256: 1655647a5c16cd62366d0a1b690d75aebfbcdd5ae21fda457df1cfcdae1d0c08 SHA1: 5e201b3e2dce702151c27cbd79344e613c06f13f MD5sum: c9dd5aeceb635d772612c11bb15e8dd3 Description: nginx web/proxy server (basic version) Nginx ("engine X") is a high-performance web and reverse proxy server created by Igor Sysoev. It can be used both as a standalone web server and as a proxy to reduce the load on back-end HTTP or mail servers. . This package provides a very light version of nginx with only the minimal set of features and modules. . STANDARD HTTP MODULES: Core, Access, Auth Basic, Auto Index, Charset, Empty GIF, FastCGI, Gzip, Headers, Index, Log, Map, Proxy, Rewrite, Upstream. . OPTIONAL HTTP MODULES: Gzip Precompression, IPv6, SSL, Stub Status. . THIRD PARTY MODULES: Echo. Original-Maintainer: Kartik Mistry Package: nginx-light-dbg Source: nginx Version: 1.2.1-2.2blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 4549 Depends: nginx-light (= 1.2.1-2.2blankon1) Conflicts: nginx-extras-dbg, nginx-full-dbg, nginx-naxsi-dbg Homepage: http://nginx.net Priority: extra Section: debug Filename: pool/main/n/nginx/nginx-light-dbg_1.2.1-2.2blankon1_amd64.deb Size: 2086366 SHA256: 34828f9ef68e76f08ecd5f483bdebe10cd83a230a8173e6679bb4f222ed4d317 SHA1: de8571dc98338d6f0c1fd7ef55d280d2951ec630 MD5sum: 7ca9535bf7bc51005cfa34eaa904603c Description: nginx web/proxy server (basic version) - debugging symbols Nginx ("engine X") is a high-performance web and reverse proxy server created by Igor Sysoev. It can be used both as a standalone web server and as a proxy to reduce the load on back-end HTTP or mail servers. . This package provides debugging symbols for nginx-light, to assist in debugging issues that you may find. It should not be required for normal operation. Original-Maintainer: Kartik Mistry Package: nginx-naxsi Source: nginx Version: 1.2.1-2.2blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 716 Depends: nginx-common (= 1.2.1-2.2blankon1), libc6 (>= 2.10), libpcre3 (>= 8.10), libssl1.0.0 (>= 1.0.0), zlib1g (>= 1:1.1.4) Conflicts: nginx-extras, nginx-full, nginx-light Provides: httpd, nginx Homepage: http://nginx.net Priority: extra Section: httpd Filename: pool/main/n/nginx/nginx-naxsi_1.2.1-2.2blankon1_amd64.deb Size: 356876 SHA256: 6bbb9f22aff77a93061146589cdd0caaab49a70d4fce6e7947ac8c173c3de074 SHA1: 3a58a3aed88807832afbd8234f7c66170eaa9733 MD5sum: 3dae9f7a94461f2ef5827f5acac36199 Description: nginx web/proxy server (version with naxsi) Nginx ("engine X") is a high-performance web and reverse proxy server created by Igor Sysoev. It can be used both as a standalone web server and as a proxy to reduce the load on back-end HTTP or mail servers. . This package provides a version of nginx with the basic modules, plus the naxsi Web Application Firewall module. . STANDARD HTTP MODULES: Core, Access, Auth Basic, Auto Index, Browser, Charset, Core, Empty GIF, FastCGI, Geo, Gzip, Headers, Index, Limit Requests, Limit Zone, Log, Map, Memcached, Proxy, Referer, Rewrite, Split Clients, SSI, Upstream, User ID. . OPTIONAL HTTP MODULES: IPv6, SSL, Stub Status. . THIRD PARTY MODULES: Naxsi, Cache Purge, Upstream Fair. Original-Maintainer: Kartik Mistry Package: nginx-naxsi-dbg Source: nginx Version: 1.2.1-2.2blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 4859 Depends: nginx-naxsi (= 1.2.1-2.2blankon1) Conflicts: nginx-extras-dbg, nginx-full-dbg, nginx-light-dbg Homepage: http://nginx.net Priority: extra Section: debug Filename: pool/main/n/nginx/nginx-naxsi-dbg_1.2.1-2.2blankon1_amd64.deb Size: 2209488 SHA256: 772105a0eb50770a568b459a2f1146149d23ab25ae03ed5c531f45e3513f6932 SHA1: 0ce3471fea9e95e3e4709b836ca59db3cd2ad5f0 MD5sum: e9204cce4cff5449cfc6be3e0dcdde2f Description: nginx web/proxy server (version with naxsi) - debugging symbols Nginx ("engine X") is a high-performance web and reverse proxy server created by Igor Sysoev. It can be used both as a standalone web server and as a proxy to reduce the load on back-end HTTP or mail servers. . This package provides debugging symbols for nginx-naxsi, to assist in debugging issues that you may find. It should not be required for normal operation. Original-Maintainer: Kartik Mistry Package: nginx-naxsi-ui Source: nginx Version: 1.2.1-2.2blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 1151 Depends: daemon, dbconfig-common, nginx-naxsi (>= 1.2.1-2.2blankon1), python-mysqldb, python-twisted-web, debconf (>= 0.5) | debconf-2.0 Recommends: mysql-server Conflicts: nginx-extras, nginx-full, nginx-light Provides: httpd, naxsi, nginx Homepage: http://nginx.net Priority: extra Section: httpd Filename: pool/main/n/nginx/nginx-naxsi-ui_1.2.1-2.2blankon1_all.deb Size: 342556 SHA256: 474db9d4cc4a854e4af1bc20ea86ed190a47296d82cf828351d2cf3fa7eb0ac6 SHA1: 95644f4e1cdd260783ab49b2d0b7e9c6c1ce7979 MD5sum: 9fcc672de662ed3dd9338dbb9f99189d Description: nginx web/proxy server - naxsi configuration front-end Nginx ("engine X") is a high-performance web and reverse proxy server created by Igor Sysoev. It can be used both as a standalone web server and as a proxy to reduce the load on back-end HTTP or mail servers. . This package provides the autolearning daemon and web user interface for nginx's naxsi module. . It includes an interceptor (listening on TCP port 8080), which monitors HTTP requests from naxsi, and an extractor (running on TCP port 8081), which reads the database and prints reports about blocked requests. Original-Maintainer: Kartik Mistry Package: node-semver Version: 1.0.13-2blankon1 Architecture: all Maintainer: BlankOn Developer Installed-Size: 63 Depends: nodejs Homepage: https://github.com/isaacs/node-semver Priority: extra Section: web Filename: pool/main/n/node-semver/node-semver_1.0.13-2blankon1_all.deb Size: 9670 SHA256: 7d1f869064e4ea33122796e0e72c8cc3ef638df1afa37eeeaf5bb046942298e9 SHA1: 00ac8a23f9a93f740cf41b7987565bf6dcc94c62 MD5sum: 6fa761c68ee3f55cd29cedb1963fadd3 Description: Semantic versioner for NodeJS Test if version(s) satisfy the supplied range(s), and sort them. Multiple versions or ranges may be supplied. Program exits successfully if any valid version satisfies all supplied ranges, and prints all satisfying versions. . Node.js is an event-based server-side javascript engine. Original-Maintainer: Debian Javascript Maintainers Package: npm Version: 1.1.4~dfsg-2blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 1091 Depends: nodejs (>= 0.6.19~dfsg1-3), nodejs-dev, node-node-uuid, node-request, node-mkdirp, node-minimatch, node-semver, node-ini, node-graceful-fs, node-abbrev, node-nopt, node-fstream, node-rimraf, node-tar, node-which Suggests: build-essential Homepage: http://github.com/isaacs/npm Priority: extra Section: web Filename: pool/main/n/npm/npm_1.1.4~dfsg-2blankon1_all.deb Size: 343044 SHA256: 3b6b38bb4dd0b8bae3a91660dd948297ab5a7d6a171b84877f8b844c0ae44db6 SHA1: 1b1fc55267c41c6d55f58e83a903e98da19a7ad9 MD5sum: 32617749c6762b5f9c93e845b22f7203 Description: package manager for Node.js Node.js is an event-based server-side javascript engine. . npm is the package manager for the Node JavaScript platform. It puts modules in place so that node can find them, and manages dependency conflicts intelligently. . It is extremely configurable to support a wide variety of use cases. Most commonly, it is used to publish, discover, install, and develop node programs. Original-Maintainer: Debian Javascript Maintainers Package: ntp Version: 1:4.2.6.p5+dfsg-2blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 1210 Pre-Depends: dpkg (>= 1.15.7.2) Depends: adduser, lsb-base (>= 3.2-13), netbase, libc6 (>= 2.12), libcap2 (>= 2.10), libedit2 (>= 2.11-20080614-1), libopts25 (>= 1:5.12), libssl1.0.0 (>= 1.0.0) Recommends: perl Suggests: ntp-doc Breaks: dhcp3-client (<< 4.1.0-1) Homepage: http://support.ntp.org/ Priority: optional Section: net Filename: pool/main/n/ntp/ntp_4.2.6.p5+dfsg-2blankon1_amd64.deb Size: 555412 SHA256: 4883bc8719915ba975f4f3f36e113e8f073b549c62c55dc2a20b01657afb79f3 SHA1: c2687f23f1b60d440ab07c9b99a2629e28b2d46a MD5sum: a8697c886c2d1ada2276558cd742a283 Description: Network Time Protocol daemon and utility programs NTP, the Network Time Protocol, is used to keep computer clocks accurate by synchronizing them over the Internet or a local network, or by following an accurate hardware receiver that interprets GPS, DCF-77, NIST or similar time signals. . This package contains the NTP daemon and utility programs. An NTP daemon needs to be running on each host that is to have its clock accuracy controlled by NTP. The same NTP daemon is also used to provide NTP service to other hosts. . For more information about the NTP protocol and NTP server configuration and operation, install the package "ntp-doc". Original-Maintainer: Debian NTP Team Package: ntp-doc Source: ntp Version: 1:4.2.6.p5+dfsg-2blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 1809 Homepage: http://support.ntp.org/ Priority: optional Section: doc Filename: pool/main/n/ntp/ntp-doc_4.2.6.p5+dfsg-2blankon1_all.deb Size: 1143778 SHA256: 83abff7225634f4638e36aa0c92506b4dc25cf74680737afe64997870d78e7eb SHA1: 3db9566303f9f8acecc3f3f2d53d39fb43359189 MD5sum: 6784b3a9c896896ce0a7167e4a8f486c Description: Network Time Protocol documentation NTP, the Network Time Protocol, is used to keep computer clocks accurate by synchronizing them over the Internet or a local network, or by following an accurate hardware receiver that interprets GPS, DCF-77, NIST or similar time signals. . This package contains HTML documentation for the ntp packages (ntp, ntpdate). Since there are no substantive man pages for ntp's programs and configuration files, this package is desirable for any setup beyond the simple default configuration. Original-Maintainer: Debian NTP Team Package: ntpdate Source: ntp Version: 1:4.2.6.p5+dfsg-2blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 223 Pre-Depends: dpkg (>= 1.15.7.2) Depends: netbase, libc6 (>= 2.3.3), libssl1.0.0 (>= 1.0.0) Recommends: lockfile-progs Breaks: dhcp3-client (<< 4.1.0-1) Homepage: http://support.ntp.org/ Priority: optional Section: net Filename: pool/main/n/ntp/ntpdate_4.2.6.p5+dfsg-2blankon1_amd64.deb Size: 81682 SHA256: 4f0ea1e16a02777d9e5b1265301c76351e2e8522ceed6f55e059503600e0d68e SHA1: 3a8d428282e2feb087d35c7f0cefad4261f97ffc MD5sum: 5aadddf19473331b70897ba078803231 Description: client for setting system time from NTP servers NTP, the Network Time Protocol, is used to keep computer clocks accurate by synchronizing them over the Internet or a local network, or by following an accurate hardware receiver that interprets GPS, DCF-77, NIST or similar time signals. . ntpdate is a simple NTP client that sets a system's clock to match the time obtained by communicating with one or more NTP servers. It is not sufficient, however, for maintaining an accurate clock in the long run. ntpdate by itself is useful for occasionally setting the time on machines that do not have full-time network access, such as laptops. . If the full NTP daemon from the package "ntp" is installed, then ntpdate is not necessary. Original-Maintainer: Debian NTP Team Package: openoffice.org-dtd-officedocument1.0 Source: libreoffice (1:3.5.4+dfsg-4blankon1) Version: 2:1.0+LibO3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 553 Depends: xml-core (>= 0.12) Conflicts: libreoffice-dtd-officedocument1.0 Replaces: libreoffice-dtd-officedocument1.0 Provides: libreoffice-dtd-officedocument1.0 Homepage: http://www.libreoffice.org Priority: extra Section: text Filename: pool/main/libr/libreoffice/openoffice.org-dtd-officedocument1.0_1.0+LibO3.5.4+dfsg-4blankon1_all.deb Size: 196406 SHA256: ea3aa9a985611c81f1cd8183d8610026727535394978c73f5a59bd0163b85e04 SHA1: e9e4a3f1e3a3b8054d905851be0aae69e7600c13 MD5sum: 736079f0babafbc101e27b58c5124e04 Description: office productivity suite -- legacy 1.0 XML DTD LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the Document Type Definition (DTD) of the OpenOffice.org 1.x(!) XML file format. Original-Maintainer: Debian LibreOffice Maintainers Package: pidgin Version: 2.10.8-1blankon8.0 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 2259 Depends: pidgin-data (>= 2.10.8), pidgin-data (<< 2.10.8-z), libatk1.0-0 (>= 1.12.4), libc6 (>= 2.7), libcairo2 (>= 1.2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libfontconfig1 (>= 2.9.0), libfreetype6 (>= 2.2.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.24.0), libgstreamer0.10-0 (>= 0.10.10), libgtk2.0-0 (>= 2.24.0), libgtkspell0 (>= 2.0.10), libice6 (>= 1:1.0.0), libpango1.0-0 (>= 1.18.0), libpurple0 (>= 2.8.0), libsm6, libx11-6, libxml2 (>= 2.6.27), libxss1, gconf2 (>= 2.28.1-2), perl-base (>= 5.14.2-12), perlapi-5.14.2 Recommends: gstreamer0.10-plugins-base, gstreamer0.10-plugins-good Suggests: libsqlite3-0 (>= 3.5.9) Homepage: http://www.pidgin.im Priority: optional Section: net Filename: pool/main/p/pidgin/pidgin_2.10.8-1blankon8.0_amd64.deb Size: 612880 SHA256: 0b4669a03ec7f7aa558c46d85bfc86433c2735051aa0d58c4ca7adead5213867 SHA1: 97db609ef97414caea2dce819527e41ae39b2246 MD5sum: 1b2117e4aa730f14fdc5869750d32f2c Description: graphical multi-protocol instant messaging client for X Pidgin is a graphical, modular instant messaging client capable of using multiple networks at once. Currently supported are: AIM/ICQ, Yahoo!, MSN, IRC, Jabber/XMPP/Google Talk, Napster, Zephyr, Gadu-Gadu, Bonjour, Groupwise, Sametime, SIMPLE, MySpaceIM, and MXit. . Some extra packages are suggested to use increased functionality: * libsqlite3-0: - To use Contact Availability Prediction plugin Original-Maintainer: Ari Pollak Package: pidgin-data Source: pidgin Version: 2.10.8-1blankon8.0 Architecture: all Maintainer: BlankOn Developers Installed-Size: 26047 Enhances: finch, libpurple0, pidgin Breaks: pidgin-facebookchat (<< 1.69-2) Replaces: pidgin-facebookchat (<< 1.69-2) Homepage: http://www.pidgin.im Priority: optional Section: net Filename: pool/main/p/pidgin/pidgin-data_2.10.8-1blankon8.0_all.deb Size: 4601330 SHA256: 71e58cf6c5d9a6654918277f7337e2ede66a705ef41b529b7a0ed62e7c68b7f0 SHA1: 87ff3b70ea294118640f2f99e0b190311517c856 MD5sum: 089b09edfad329047d878c0503f81509 Description: multi-protocol instant messaging client - data files This package contains architecture-independent supporting data files required for use with pidgin, such as documentation, icons, translations, and sounds. Original-Maintainer: Ari Pollak Package: pidgin-dbg Source: pidgin Version: 2.10.8-1blankon8.0 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 24671 Depends: pidgin (= 2.10.8-1blankon8.0) | finch (= 2.10.8-1blankon8.0) | libpurple0 (= 2.10.8-1blankon8.0), pidgin-data (= 2.10.8-1blankon8.0) Homepage: http://www.pidgin.im Priority: extra Section: debug Filename: pool/main/p/pidgin/pidgin-dbg_2.10.8-1blankon8.0_amd64.deb Size: 5686572 SHA256: 1b2f42d18707e76a6ed46643e7c77781d7822f353df4bcd3773610a532b93ea7 SHA1: 4a24f94e691093e328abf4e01cdcd83e90492f78 MD5sum: e7568895d3c93de1b296a071cd3c62ba Description: Debugging symbols for Pidgin This package includes the debugging symbols useful for debugging Pidgin and its plugins, contained in the pidgin package. The debugging symbols are used for execution tracing and core dump analysis. Original-Maintainer: Ari Pollak Package: pidgin-dev Source: pidgin Version: 2.10.8-1blankon8.0 Architecture: all Maintainer: BlankOn Developers Installed-Size: 14650 Depends: pidgin (>= 2.10.8), pidgin (<< 2.10.8+1~), pkg-config, libpurple-dev, libgtk2.0-dev Suggests: doc-base Homepage: http://www.pidgin.im Priority: optional Section: devel Filename: pool/main/p/pidgin/pidgin-dev_2.10.8-1blankon8.0_all.deb Size: 2173292 SHA256: b295687714a7f423d6b41fad24e6b01ad1aca848b0de2d50083a149c0d8b9eed SHA1: 2984f0bfcbcb0636d4e9f9cfbe01f877b8dc1762 MD5sum: 7b29615f9037a249e6a48838672d95bd Description: multi-protocol instant messaging client - development files This package contains the headers and other development files not included in the main pidgin package. Install this if you wish to compile your own plugins. . If you are creating a pidgin plugin package, please be sure to read /usr/share/doc/pidgin-dev/README.Debian.dev after installing pidgin-dev. Original-Maintainer: Ari Pollak Package: planner Version: 0.14.6-1blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 1223 Depends: gconf-service, libart-2.0-2 (>= 2.3.17), libatk1.0-0 (>= 1.12.4), libc6 (>= 2.7), libcairo2 (>= 1.2.4), libgconf-2-4 (>= 2.31.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglade2-0 (>= 1:2.6.1), libglib2.0-0 (>= 2.24.0), libgnomecanvas2-0 (>= 2.11.1), libgtk2.0-0 (>= 2.14.0), libpango1.0-0 (>= 1.14.0), libpython2.7 (>= 2.7), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), python (>= 2.7), python (<< 2.8), gconf2 (>= 2.28.1-2), planner-data (= 0.14.6-1blankon1), scrollkeeper, shared-mime-info Recommends: planner-doc Homepage: http://live.gnome.org/Planner Priority: optional Section: gnome Filename: pool/main/p/planner/planner_0.14.6-1blankon1_amd64.deb Size: 493392 SHA256: 0b0064ca8515cfbe241ac17fbb1e92e9e508362c6e9e216026e6dca6e3d17386 SHA1: 75b840265186d701b1ed44d5a71d62af2151059b MD5sum: 729e9072c646685bdb0c9d275d3565af Description: project management application Planner is a Project Management application that supports Gantt charts, resource allocation and integration with other GNOME applications. . Planner was formerly known as Mr.Project. Original-Maintainer: Wences Arana Package: planner-data Source: planner Version: 0.14.6-1blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 3355 Breaks: planner (<< 0.14.5) Replaces: planner (<< 0.14.5) Homepage: http://live.gnome.org/Planner Priority: optional Section: gnome Filename: pool/main/p/planner/planner-data_0.14.6-1blankon1_all.deb Size: 919538 SHA256: bb268ce3eff4ec61c1225589b6af75dcbafcef2693e850fc05e30263e36763f8 SHA1: 691c2c6342386a31892890f798b4f3d2adb426b0 MD5sum: bf7454b94d77742fa10d950be7841449 Description: Data files for planner Planner is a Project Management application that supports Gantt charts, resource allocation and integration with other GNOME applications. . This package contains data files for planner like images, icons, and arch-independent files. Original-Maintainer: Wences Arana Package: planner-dev Source: planner Version: 0.14.6-1blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 219 Depends: planner (= 0.14.6-1blankon1), libglib2.0-dev (>= 2.6), libxml2-dev (>= 2.6), libgsf-1-dev Suggests: planner-doc (= 0.14.6-1blankon1) Homepage: http://live.gnome.org/Planner Priority: optional Section: libdevel Filename: pool/main/p/planner/planner-dev_0.14.6-1blankon1_amd64.deb Size: 117268 SHA256: 4ff5e1d7e000dfa4569c291c910cfa1250134587d38b8cd9f76894d2b4b045f1 SHA1: d398eded07548a14d272c6a12bf07bfc71670d41 MD5sum: b31867f4d10f18a9bd775c3290c19e99 Description: Planner development library Planner is an application to manage projects on the GNOME desktop. . This package is required to build plug-ins for Planner. Includes headers and dynamic libraries links. Original-Maintainer: Wences Arana Package: planner-doc Source: planner Version: 0.14.6-1blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 3500 Suggests: planner Breaks: planner (<< 0.14.5) Replaces: planner (<< 0.14.5) Homepage: http://live.gnome.org/Planner Priority: optional Section: doc Filename: pool/main/p/planner/planner-doc_0.14.6-1blankon1_all.deb Size: 2829656 SHA256: e76a6984c87cdda107505ea791bcbc05afd32e39be6c05eb1cfdca4e5cba0d66 SHA1: 495c762e3be80029fe00e77c50005347223990a7 MD5sum: 719741eae655f88381b6debb38361658 Description: Documentation for planner Planner is a Project Management application that supports Gantt charts, resource allocation and integration with other GNOME applications. . This package contains the html documentation for planner. Original-Maintainer: Wences Arana Package: pysdm Version: 0.4.1-0blankon3 Architecture: all Maintainer: BlankOn Developers Installed-Size: 204 Depends: python, python-support (>= 0.90.0), libblkid1, python-gtk2, python-glade2 Recommends: gksu Homepage: http://pysdm.sourceforge.net Priority: optional Section: admin Filename: pool/main/p/pysdm/pysdm_0.4.1-0blankon3_all.deb Size: 29572 SHA256: ebdedfd7244ff764e8b34bb10101320128f7d4e7eee0cd354186458f8c1a17a9 SHA1: 70bc253c8bd889097e78640eaa81fc96c0f89667 MD5sum: 8df7611c7c0488f9a82e0050c0461209 Description: Graphical Storage Device Manager PySDM is a PyGTK Storage Device Manager that allows full customization of hard disk mountpoints whitout manually access to fstab. It also allows the creation of udev rules for dynamic configuration of storage devices Original-Maintainer: Jaime Soriano Pastor Package: python-apt Version: 0.8.8blankon1.2 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 1067 Depends: python (>= 2.6.6-7~), python (<< 2.8), libapt-inst1.5 (>= 0.8.11), libapt-pkg4.12 (>= 0.8.16~exp9), libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0), python-apt-common Recommends: lsb-release, iso-codes, xz-utils 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) Provides: python2.6-apt, python2.7-apt Priority: standard Section: python Filename: pool/main/p/python-apt/python-apt_0.8.8blankon1.2_amd64.deb Size: 319562 SHA256: 19792589c3bcc12ab38e3ce69798b299e14ac4c45e1913e73b2a055626c9ae5b SHA1: ecff6a99ecd78e62423bdf6054b0d4ce62834afd MD5sum: 0cc854ceb0ee7e690ccac7d0cc0f9874 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. Original-Maintainer: APT Development Team rg> Python-Version: 2.6, 2.7 Package: python-apt-common Source: python-apt Version: 0.8.8blankon1.2 Architecture: all Maintainer: BlankOn Developers Installed-Size: 912 Depends: python | python3 Enhances: python-apt, python3-apt Breaks: python-apt (<< 0.7.98+nmu1) Replaces: python-apt (<< 0.7.98+nmu1) Priority: optional Section: python Filename: pool/main/p/python-apt/python-apt-common_0.8.8blankon1.2_all.deb Size: 115886 SHA256: 1aa1aebc60dfe3a09fa494d0a60e7868d1d44c4faa0790a80a6bd28868e1d3d8 SHA1: 8ae76a66ff57c293956773698eb6d7acf7543dbb MD5sum: aab708f9f1f16fdde0a27dff77a4e169 Description: Python interface to libapt-pkg (locales) The apt_pkg Python interface will provide full access to the internal libapt-pkg structures allowing Python programs to easily perform a variety of functions. . This package contains locales. Original-Maintainer: APT Development Team rg> Package: python-apt-dbg Source: python-apt Version: 0.8.8blankon1.2 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 11482 Depends: python-dbg, python-apt (= 0.8.8blankon1.2), libapt-inst1.5 (>= 0.8.11), libapt-pkg4.12 (>= 0.8.16~exp9), libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Priority: extra Section: debug Filename: pool/main/p/python-apt/python-apt-dbg_0.8.8blankon1.2_amd64.deb Size: 4282786 SHA256: cb61147bb9d61f6d03914148f30ca97de7d1748b50cd858d7bc41b6f82fdcda0 SHA1: 9e37b22a56cfb6e4566f906263b1032c3d8405b6 MD5sum: 51c1047417d8b9fd0c2fa1ba3daa711d Description: Python interface to libapt-pkg (debug extension) The apt_pkg Python interface will provide full access to the internal libapt-pkg structures allowing Python programs to easily perform a variety of functions. . This package contains the extension built for the Python debug interpreter. Original-Maintainer: APT Development Team rg> Python-Version: 2.6, 2.7 Package: python-apt-dev Source: python-apt Version: 0.8.8blankon1.2 Architecture: all Maintainer: BlankOn Developers Installed-Size: 67 Depends: python-apt (>= 0.8.8blankon1.2), libapt-pkg-dev (>= 0.7.10) Recommends: python-dev Priority: optional Section: python Filename: pool/main/p/python-apt/python-apt-dev_0.8.8blankon1.2_all.deb Size: 7676 SHA256: a2f6af593553e73548dc73265dccc2ad4d2b53833f2b22aab1ddca8daa1c495a SHA1: 97a17cec99904ae6a7ca0a0946b8500ce8834e5f MD5sum: cdafa6c7affd839b23ad3ca4de1049fb Description: Python interface to libapt-pkg (development files) The apt_pkg Python interface will provide full access to the internal libapt-pkg structures allowing Python programs to easily perform a variety of functions. . This package contains the header files needed to use python-apt objects from C++ applications. Original-Maintainer: APT Development Team rg> Package: python-apt-doc Source: python-apt Version: 0.8.8blankon1.2 Architecture: all Maintainer: BlankOn Developers Installed-Size: 1406 Depends: libjs-jquery, python-apt Enhances: python-apt Replaces: python-apt (<< 0.7.94) Priority: optional Section: doc Filename: pool/main/p/python-apt/python-apt-doc_0.8.8blankon1.2_all.deb Size: 253416 SHA256: 2ec1756570f8fc14486cdd84919136e4c56a64b59ca1173db2c5462b69a19045 SHA1: b622e61b9bcbca97d1fa6320252b04e3cea0107a MD5sum: c44bb04a11fab9c2061876e36edc0363 Description: Python interface to libapt-pkg (API documentation) The apt_pkg Python interface will provide full access to the internal libapt-pkg structures allowing Python programs to easily perform a variety of functions. . This package contains the API documentation of python-apt. Original-Maintainer: APT Development Team rg> Package: python-cups Version: 1.9.59-0blankon1 Architecture: amd64 Maintainer: Otavio Salvador Installed-Size: 370 Depends: python (<< 2.8), python (>= 2.6), python-support (>= 0.90.0), libc6 (>= 2.3), libcups2 (>= 1.4.0) Provides: python2.6-cups, python2.7-cups Homepage: http://cyberelk.net/tim/software/pycups/ Priority: optional Section: python Filename: pool/main/p/python-cups/python-cups_1.9.59-0blankon1_amd64.deb Size: 126382 SHA256: 041481d6db33b38d1bce02fd29a053d1388a63042f9259378bc13ad48ac51525 SHA1: c65fbdf06ff7022a041f9b74f116d60cbbf9d803 MD5sum: 482fa06b69293c7f304df1d05905fef1 Description: Python bindings for CUPS A module for using the CUPS 1.2 API in Python programs. Package: python-gnucash Source: gnucash Version: 1:2.4.10-6blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 1389 Depends: gnucash (= 1:2.4.10-6blankon1), libc6 (>= 2.2.5), libglib2.0-0 (>= 2.12.0), python (>= 2.7), python (<< 2.8) Homepage: http://www.gnucash.org/ Priority: optional Section: python Filename: pool/main/g/gnucash/python-gnucash_2.4.10-6blankon1_amd64.deb Size: 369182 SHA256: 23ac8ccab762f169074300c6780b3443b5b9ab1094a4a27a5496fbb5153b6307 SHA1: d77e5451d6c2968646bc4069fbe900714cac013c MD5sum: 4869fa79a7a51cb32288ebff38a2b023 Description: Gnucash interface for Python Gnucash provides accounting functions suitable for use by small businesses and individuals. It can track finances in multiple accounts, keeping running and reconciled balances. There is support for customer, vendor and employee processing. It has an X based graphical user interface, double entry, a hierarchy of accounts, expense accounts (categories), and can import Quicken QIF files and OFX files. . This package contains the Python bindings for Gnucash which allow you to read and manipulate Gnucash data files. Original-Maintainer: Sébastien Villemot Package: python-software-properties Source: software-properties Version: 0.82.7.1debian1blankon2 Architecture: all Maintainer: BlankOn Developers Installed-Size: 921 Depends: python (>= 2.6.6-7~), python (<< 2.8), python-apt (>= 0.6.20ubuntu16), lsb-release, python-gnupginterface, unattended-upgrades, iso-codes, python-pycurl Priority: optional Section: python Filename: pool/main/s/software-properties/python-software-properties_0.82.7.1debian1blankon2_all.deb Size: 104964 SHA256: 409948a4e967ee2badfd316ca240903a259d250225d40cc2804c60a880c197a5 SHA1: 45cfdf635ad28bfab6ade56645554d22889aaa3d MD5sum: 6b96bd2aa169f0604cb048f74b7d7957 Description: manage the repositories that you install software from This software provides an abstraction of the used apt repositories. It allows you to easily manage your distribution and independent software vendor software sources. Original-Maintainer: Julian Andres Klode Package: python-uno Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 626 Depends: libreoffice-core (= 1:3.5.4+dfsg-4blankon1), python (>= 2.7), python (<< 2.8), libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libpython2.7 (>= 2.7), libstdc++6 (>= 4.1.1), uno-libs3 (>= 1.7.0+LibO3.3.0~beta3), ure Enhances: libreoffice Conflicts: libreoffice-common (<< 1:3.5~), libreoffice-core (<< 1:3.5~), python3-uno Provides: python2.7-uno Homepage: http://udk.openoffice.org/python/python-bridge.html Priority: optional Section: python Filename: pool/main/libr/libreoffice/python-uno_3.5.4+dfsg-4blankon1_amd64.deb Size: 261866 SHA256: e06f8eab365ad6bf9be128324f0b30c032300de7c02089e45d9f0c4afdac9a15 SHA1: 55ac94aadd6fe73d47801b3e232420ea2bd4c7a4 MD5sum: 7a5c2e22d5d5ea1d6625b6d99dff8985 Description: Python-UNO bridge The Python-UNO bridge allows use of the standard LibreOffice API with the Python scripting language. It additionally allows others to develop UNO components in Python, thus Python UNO components may be run within the LibreOffice process and can be called from C++ or the built in StarBasic scripting language. Original-Maintainer: Debian LibreOffice Maintainers Python-Version: 2.7 Package: python3-apt Source: python-apt Version: 0.8.8blankon1.2 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 657 Depends: python3 (>= 3.2.3-3~), python3 (<< 3.3), libapt-inst1.5 (>= 0.8.11), libapt-pkg4.12 (>= 0.8.16~exp9), libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0), python-apt-common Recommends: lsb-release, iso-codes Suggests: python3-apt-dbg, python-apt-doc Breaks: python-apt (<< 0.7.98+nmu1) Replaces: python-apt (<< 0.7.98+nmu1) Provides: python3.2-apt Priority: optional Section: python Filename: pool/main/p/python-apt/python3-apt_0.8.8blankon1.2_amd64.deb Size: 197898 SHA256: 2cd4f4cc4bf9c105575b697d5ebf264c6df54412f315a8570ff2918de2470f67 SHA1: 6664e6c2ae73bf74b7cbe6d1efffcef7504834e3 MD5sum: b4dc1e090268e6663f79853159d8c113 Description: Python 3 interface to libapt-pkg The apt_pkg Python 3 interface will provide full access to the internal libapt-pkg structures allowing Python 3 programs to easily perform a variety of functions, 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. Original-Maintainer: APT Development Team rg> Package: python3-apt-dbg Source: python-apt Version: 0.8.8blankon1.2 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 5761 Depends: python3-dbg, python3-apt (= 0.8.8blankon1.2), libapt-inst1.5 (>= 0.8.11), libapt-pkg4.12 (>= 0.8.16~exp9), libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Breaks: python-apt (<< 0.7.98+nmu1) Replaces: python-apt (<< 0.7.98+nmu1) Priority: extra Section: debug Filename: pool/main/p/python-apt/python3-apt-dbg_0.8.8blankon1.2_amd64.deb Size: 2140156 SHA256: 67d5fb8d64517b82963ad3ee318e9027590d605ceac06bc46ae34dc5f99e8e13 SHA1: df431bc62ab3267e50c874d7ccbb8cfb4d2c7504 MD5sum: c9496182e4a3a6764f95cf61b8da73f8 Description: Python 3 interface to libapt-pkg (debug extension) The apt_pkg Python 3 interface will provide full access to the internal libapt-pkg structures allowing Python 3 programs to easily perform a variety of functions. . This package contains the extension built for the Python debug interpreter. Original-Maintainer: APT Development Team rg> Package: python3-uno Source: libreoffice Version: 1:3.5.4+dfsg-4blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 502 Depends: libreoffice-core (= 1:3.5.4+dfsg-4blankon1), python3 (>= 3.2.3-3~), libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libpython3.2 (>= 3.2~a4), libstdc++6 (>= 4.1.1), uno-libs3 (>= 1.7.0+LibO3.3.0~beta3), ure Enhances: libreoffice Conflicts: python-uno Homepage: http://udk.openoffice.org/python/python-bridge.html Priority: optional Section: python Filename: pool/main/libr/libreoffice/python3-uno_3.5.4+dfsg-4blankon1_amd64.deb Size: 144508 SHA256: 42821ee7c403d2fc4c151654712b57eab6966f377f0cc69238a9e9b80aa14bbc SHA1: 949e27a0486f4d8476a0b2233356665d54459098 MD5sum: 0632d5cb3534160f9793db83f34d9f79 Description: Python-UNO bridge The Python-UNO bridge allows use of the standard LibreOffice API with the Python scripting language. It additionally allows others to develop UNO components in Python, thus Python UNO components may be run within the LibreOffice process and can be called from C++ or the built in StarBasic scripting language. Original-Maintainer: Debian LibreOffice Maintainers Package: rote-language-pack-id Version: 0.4.22 Architecture: all Maintainer: BlankOn Developers Installed-Size: 3390 Pre-Depends: dpkg (>= 1.10.27) Depends: locales (>= 2.3.6) Suggests: language-support-id Conflicts: language-pack-gnome-id-base, language-pack-id-base, language-pack-kde-id-base, ombilin-language-pack-id, pattimura-language-pack-id Replaces: language-pack-gnome-id-base, language-pack-id-base, language-pack-kde-id-base Priority: optional Section: translations Filename: pool/main/r/rote-language-pack-id/rote-language-pack-id_0.4.22_all.deb Size: 1028196 SHA256: c250eab55ab416f46fc59c15d1a1f255c97c188d437f9cb4b93a018ddd1a900a SHA1: a2e0d6c5cf154529fd94f2eb27d580295cb00b21 MD5sum: 67218392e5638ab136e1ed011af4a455 Description: Rote translations for language Indonesian Translation data for all supported GNOME packages for: Indonesian . Please note that you should install language-support-id to get full support for this language (spell checkers, OpenOffice locale packages, etc.). Package: scratch Version: 1.4.0.6~dfsg1-2.1+blankon2 Architecture: all Maintainer: BlankOn Developers Installed-Size: 45630 Depends: squeak-vm, squeak-plugins-scratch, libgtk2.0-bin, shared-mime-info Suggests: pulseaudio (>= 1.0.9) Homepage: http://scratch.mit.edu Priority: optional Section: education Filename: pool/main/s/scratch/scratch_1.4.0.6~dfsg1-2.1+blankon2_all.deb Size: 30792270 SHA256: 1e427b2429c00bb353b098e7af7ce49f40a9a254c80aafca0cfc8e8b05d20153 SHA1: a33d3922b439b2b2810f974c361d63099bde504f MD5sum: cf2ca5953808af52f7d1be04d4278bf0 Description: easy to use programming environment for ages 8 and up - data Scratch is an easy, interactive, collaborative programming environment designed for creation of interactive stories, animations, games, music, and art -- and sharing these on the web. Scratch is designed to help young people (ages 8 and up) develop 21st century learning skills. As they create Scratch projects, young people learn important mathematical and computational ideas, while also gaining a deeper understanding of the process of design. Package: software-properties-common Source: software-properties Version: 0.82.7.1debian1blankon2 Architecture: all Maintainer: BlankOn Developers Installed-Size: 149 Depends: python (>= 2.6.6-7~), python (<< 2.8), python-gi, gir1.2-glib-2.0, python-dbus Priority: optional Section: admin Filename: pool/main/s/software-properties/software-properties-common_0.82.7.1debian1blankon2_all.deb Size: 28642 SHA256: 66f05ebfa35791e6645299eba1855a4aaf3c1161955bb6b1dcabad4ca7ed92da SHA1: aa417488c2aa1e68dcfb180fdadb7c3fad3669ab MD5sum: f9f233e9029b39e8a4b2ce3099279ecf 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. Original-Maintainer: Julian Andres Klode Package: software-properties-gtk Source: software-properties Version: 0.82.7.1debian1blankon2 Architecture: all Maintainer: BlankOn Developers Installed-Size: 339 Depends: python (>= 2.6.6-7~), python (<< 2.8), python-software-properties, python-gi, gir1.2-gtk-3.0, python-aptdaemon.gtk3widgets, software-properties-common Priority: optional Section: admin Filename: pool/main/s/software-properties/software-properties-gtk_0.82.7.1debian1blankon2_all.deb Size: 59024 SHA256: 49800e296b885edaca978d1848c329ca620a71c325703b921d3ad2245b472851 SHA1: 308feede997c545573cf6b7b3eb30c4a91f58d85 MD5sum: 23fe657fa06ac99a3308b72c11d8f209 Description: manage the repositories that you install software from (gtk) This software provides an abstraction of the used apt repositories. It allows you to easily manage your distribution and independent software vendor software sources. . This package contains a GTK+ based graphical interface. Original-Maintainer: Julian Andres Klode Package: software-properties-kde Source: software-properties Version: 0.82.7.1debian1blankon2 Architecture: all Maintainer: BlankOn Developers Installed-Size: 212 Depends: python (>= 2.6.6-7~), python (<< 2.8), python-qt4, python-kde4, python-software-properties, qapt-batch Priority: optional Section: kde Filename: pool/main/s/software-properties/software-properties-kde_0.82.7.1debian1blankon2_all.deb Size: 46150 SHA256: dd593615cd4ef3469f60e80182005b9733c747adbe9a53aaf6bafe09723ca7f8 SHA1: 93fd8cf553af9c8fec71551633c14cf942543ea6 MD5sum: 4a082e0e71697cf120c6675d1327b69a Description: manage the repositories that you install software from (kde) This software provides an abstraction of the used apt repositories. It allows you to easily manage your distribution and independent software vendor software sources. . This package contains a Qt/KDE based graphical interface. Original-Maintainer: Julian Andres Klode Package: stardict-quick-indonesian-aceh Source: stardict-quick-nusantarakata Version: 2.5.0-0blankon4 Architecture: all Maintainer: BlankOn Developer Installed-Size: 120 Depends: stardict Priority: optional Section: text Filename: pool/main/s/stardict-quick-nusantarakata/stardict-quick-indonesian-aceh_2.5.0-0blankon4_all.deb Size: 55338 SHA256: ac31d33a7ff459f3a7b08e0ff42c40c5fdea06b2ca7790674ffe6b8ab04c3271 SHA1: 89978bbad58ffbd832a0878b874d4a8d616d2c45 MD5sum: bc49dbf003137daf39fb1417cfc2193f Description: Quick Indonesian-Aceh dictionary Quick Indonesian-Aceh dictionary in Stardict format Package: stardict-quick-indonesian-ambon Source: stardict-quick-nusantarakata Version: 2.5.0-0blankon4 Architecture: all Maintainer: BlankOn Developer Installed-Size: 40 Depends: stardict Priority: optional Section: text Filename: pool/main/s/stardict-quick-nusantarakata/stardict-quick-indonesian-ambon_2.5.0-0blankon4_all.deb Size: 3594 SHA256: ea895b8284293e7e5867d2ee5568f1d9ea52f3889c652f26c4c0ecf7c5af41dd SHA1: 521d73dd2701bf94a78b99f7ad818abcbd8a24f2 MD5sum: 26ec548678a2e71f8732df0fbcd184a1 Description: Quick Indonesian-Ambon dictionary Quick Indonesian-Ambon dictionary in Stardict format Package: stardict-quick-indonesian-bali Source: stardict-quick-nusantarakata Version: 2.5.0-0blankon4 Architecture: all Maintainer: BlankOn Developer Installed-Size: 40 Depends: stardict Priority: optional Section: text Filename: pool/main/s/stardict-quick-nusantarakata/stardict-quick-indonesian-bali_2.5.0-0blankon4_all.deb Size: 3352 SHA256: c6de0853cc5d4c60186eece4f9cd931e01172b4c2f0449281f493b43073936a9 SHA1: c0d1eca3610a46ec3cfdd329d210aa41ec48a884 MD5sum: 299d13dd9c9f7471cb380c240504259d Description: Quick Indonesian-Bali dictionary Quick Indonesian-Bali dictionary in Stardict format Package: stardict-quick-indonesian-banjar Source: stardict-quick-nusantarakata Version: 2.5.0-0blankon4 Architecture: all Maintainer: BlankOn Developer Installed-Size: 42 Depends: stardict Priority: optional Section: text Filename: pool/main/s/stardict-quick-nusantarakata/stardict-quick-indonesian-banjar_2.5.0-0blankon4_all.deb Size: 4596 SHA256: 670c5800b99fe8ea8be631563851ea319691feec0cb653c64970179ddd1d269a SHA1: b710bf0906719ffa4d708bbe8108d38992fb22bb MD5sum: 529a61e85ea3f331cd3db3e1019b1277 Description: Quick Indonesian-Banjar dictionary Quick Indonesian-Banjar dictionary in Stardict format Package: stardict-quick-indonesian-betawi Source: stardict-quick-nusantarakata Version: 2.5.0-0blankon4 Architecture: all Maintainer: BlankOn Developer Installed-Size: 43 Depends: stardict Priority: optional Section: text Filename: pool/main/s/stardict-quick-nusantarakata/stardict-quick-indonesian-betawi_2.5.0-0blankon4_all.deb Size: 5562 SHA256: 183995b8eb3bd7666d8f84d9a41c752083132d71002ea6904a800fa21ef5ee0a SHA1: b60e16eb0120b8bca95ef069eb18e733f4342702 MD5sum: 7e86d2a1dde910de2861ed9156549587 Description: Quick Indonesian-Betawi dictionary Quick Indonesian-Betawi dictionary in Stardict format Package: stardict-quick-indonesian-bugis Source: stardict-quick-nusantarakata Version: 2.5.0-0blankon4 Architecture: all Maintainer: BlankOn Developer Installed-Size: 45 Depends: stardict Priority: optional Section: text Filename: pool/main/s/stardict-quick-nusantarakata/stardict-quick-indonesian-bugis_2.5.0-0blankon4_all.deb Size: 6410 SHA256: 93be0c795275645e294f09826f71aa8e3944c302ca7b9145df154cb062bd5842 SHA1: 86841965714679b2118b00d420f429c648e3b7e5 MD5sum: abbbcae71545e2fc2f121c297611348d Description: Quick Indonesian-Bugis dictionary Quick Indonesian-Bugis dictionary in Stardict format Package: stardict-quick-indonesian-gayo Source: stardict-quick-nusantarakata Version: 2.5.0-0blankon4 Architecture: all Maintainer: BlankOn Developer Installed-Size: 48 Depends: stardict Priority: optional Section: text Filename: pool/main/s/stardict-quick-nusantarakata/stardict-quick-indonesian-gayo_2.5.0-0blankon4_all.deb Size: 8132 SHA256: 33901e7f7fe39797e7b426ceff9fdc9fea29ec75a2c4fe79f9dc6b7991e3d2f0 SHA1: 18a35cd85b690232e3924f6195befb95b967fa88 MD5sum: 7d000c5f5b6123de60beef33e648b6ed Description: Quick Indonesian-Gayo dictionary Quick Indonesian-Gayo dictionary in Stardict format Package: stardict-quick-indonesian-jambi Source: stardict-quick-nusantarakata Version: 2.5.0-0blankon4 Architecture: all Maintainer: BlankOn Developer Installed-Size: 48 Depends: stardict Priority: optional Section: text Filename: pool/main/s/stardict-quick-nusantarakata/stardict-quick-indonesian-jambi_2.5.0-0blankon4_all.deb Size: 8626 SHA256: 0dddec115843a97de225bc142205af716c602ff95d0fc23175015da851399ba5 SHA1: 9bca233a6b969b21e96f0bc05c22d83d0eaac0f4 MD5sum: a25f1f6c22081290ba1b9a02e0bc9306 Description: Quick Indonesian-Jambi dictionary Quick Indonesian-Jambi dictionary in Stardict format Package: stardict-quick-indonesian-jawa Source: stardict-quick-nusantarakata Version: 2.5.0-0blankon4 Architecture: all Maintainer: BlankOn Developer Installed-Size: 50 Depends: stardict Priority: optional Section: text Filename: pool/main/s/stardict-quick-nusantarakata/stardict-quick-indonesian-jawa_2.5.0-0blankon4_all.deb Size: 9810 SHA256: 9fd1d4a41eba14bb993aaeae241fc8dbf48a70a5579d43663c5c14f059d2ce3e SHA1: 3a510b09ca01fa86a5cf6ad833f0322e8752f179 MD5sum: e72dc3eaa0ad59476339c1f2a05e927e Description: Quick Indonesian-Jawa dictionary Quick Indonesian-Jawa dictionary in Stardict format Package: stardict-quick-indonesian-madura Source: stardict-quick-nusantarakata Version: 2.5.0-0blankon4 Architecture: all Maintainer: BlankOn Developer Installed-Size: 38 Depends: stardict Priority: optional Section: text Filename: pool/main/s/stardict-quick-nusantarakata/stardict-quick-indonesian-madura_2.5.0-0blankon4_all.deb Size: 2502 SHA256: 6686e8717cdb79bbd0a7e5a3ffab1e2bafeab5ba47f413dc6575f9ade847c400 SHA1: 6bf391d620ca981205eee017da36baa86be2a8df MD5sum: c9eb06a1b6e46878d091b9004861550b Description: Quick Indonesian-Madura dictionary Quick Indonesian-Madura dictionary in Stardict format Package: stardict-quick-indonesian-makassar Source: stardict-quick-nusantarakata Version: 2.5.0-0blankon4 Architecture: all Maintainer: BlankOn Developer Installed-Size: 47 Depends: stardict Priority: optional Section: text Filename: pool/main/s/stardict-quick-nusantarakata/stardict-quick-indonesian-makassar_2.5.0-0blankon4_all.deb Size: 7996 SHA256: eaca1cf42d9cfa18a6eee9e7f8bd7106e6f5e4c9e94ae541255d04a6dc4b06d2 SHA1: 46db1a568436ebf0793d30df99e95991bb16e76b MD5sum: cbaa8c91fb6dd3d35bbd8fdfbf00e71f Description: Quick Indonesian-Makassar dictionary Quick Indonesian-Makassar dictionary in Stardict format Package: stardict-quick-indonesian-malangan Source: stardict-quick-nusantarakata Version: 2.5.0-0blankon4 Architecture: all Maintainer: BlankOn Developer Installed-Size: 39 Depends: stardict Priority: optional Section: text Filename: pool/main/s/stardict-quick-nusantarakata/stardict-quick-indonesian-malangan_2.5.0-0blankon4_all.deb Size: 2808 SHA256: 5807b7ab5390d2b52889cbbac1f0422d17d343a553d53f2a921193c54a54ef04 SHA1: b138b7c06870379f6e5ab5c9a6f62644acbfa7eb MD5sum: 5125a17e691b3f36ce74bc0040b189ce Description: Quick Indonesian-Malangan dictionary Quick Indonesian-Malangan dictionary in Stardict format Package: stardict-quick-indonesian-minang Source: stardict-quick-nusantarakata Version: 2.5.0-0blankon4 Architecture: all Maintainer: BlankOn Developer Installed-Size: 43 Depends: stardict Priority: optional Section: text Filename: pool/main/s/stardict-quick-nusantarakata/stardict-quick-indonesian-minang_2.5.0-0blankon4_all.deb Size: 5366 SHA256: f1cca943a8e1f6af79734151db30f6b5bc3dab3cba83656a1aa92ad33b16ecb5 SHA1: 78fc8125eb058bf608a1e13c42d7ad90bf66d594 MD5sum: 24909d44c73ec2dbeda2d0092a9b88b0 Description: Quick Indonesian-Minang dictionary Quick Indonesian-Minang dictionary in Stardict format Package: stardict-quick-indonesian-palembang Source: stardict-quick-nusantarakata Version: 2.5.0-0blankon4 Architecture: all Maintainer: BlankOn Developer Installed-Size: 45 Depends: stardict Priority: optional Section: text Filename: pool/main/s/stardict-quick-nusantarakata/stardict-quick-indonesian-palembang_2.5.0-0blankon4_all.deb Size: 6692 SHA256: ed24c03d5b1c9608ec0903e3e5614e135dadac8d51da11fbfc0bad465c04df97 SHA1: 3d719c57c872f25f3bb9b03756da93578d598ded MD5sum: fb71b225fc110ea1f74e7d8696f29575 Description: Quick Indonesian-Palembang dictionary Quick Indonesian-Palembang dictionary in Stardict format Package: stardict-quick-indonesian-sasak Source: stardict-quick-nusantarakata Version: 2.5.0-0blankon4 Architecture: all Maintainer: BlankOn Developer Installed-Size: 46 Depends: stardict Priority: optional Section: text Filename: pool/main/s/stardict-quick-nusantarakata/stardict-quick-indonesian-sasak_2.5.0-0blankon4_all.deb Size: 7024 SHA256: a57eac1c3a7522dc8b38565bfc0fed72f68e4d61bf8a5795e5a751ddbe2f7c16 SHA1: f4d94e5a9bb45a5fd0167d1d3ba392f4641fb62d MD5sum: 06babfccfb9fb4a504e810b4aabfaf9c Description: Quick Indonesian-Sasak dictionary Quick Indonesian-Sasak dictionary in Stardict format Package: stardict-quick-indonesian-simalungun Source: stardict-quick-nusantarakata Version: 2.5.0-0blankon4 Architecture: all Maintainer: BlankOn Developer Installed-Size: 38 Depends: stardict Priority: optional Section: text Filename: pool/main/s/stardict-quick-nusantarakata/stardict-quick-indonesian-simalungun_2.5.0-0blankon4_all.deb Size: 2502 SHA256: 34d4daeef861864574c44916bcc2be7f7c45a68aabbf30ac8e170125d717f0da SHA1: 3f343865f09547162b15e762343054526c614794 MD5sum: f8018cfd0130b0df26e5b37c8417f17f Description: Quick Indonesian-Simalungun dictionary Quick Indonesian-Simalungun dictionary in Stardict format Package: stardict-quick-indonesian-sunda Source: stardict-quick-nusantarakata Version: 2.5.0-0blankon4 Architecture: all Maintainer: BlankOn Developer Installed-Size: 49 Depends: stardict Priority: optional Section: text Filename: pool/main/s/stardict-quick-nusantarakata/stardict-quick-indonesian-sunda_2.5.0-0blankon4_all.deb Size: 9888 SHA256: 71d4ab87b551ad99104b058101fb3db7ca54a87bb1ccb328ee759f9f0f8a0a4f SHA1: 216a4326fd7ad964231cb5a21a5d3a948cb0bafe MD5sum: 8ef37b6d952a7d96c3fcec6b674f4381 Description: Quick Indonesian-Sunda dictionary Quick Indonesian-Sunda dictionary in Stardict format Package: stardict-quick-indonesian-toba Source: stardict-quick-nusantarakata Version: 2.5.0-0blankon4 Architecture: all Maintainer: BlankOn Developer Installed-Size: 39 Depends: stardict Priority: optional Section: text Filename: pool/main/s/stardict-quick-nusantarakata/stardict-quick-indonesian-toba_2.5.0-0blankon4_all.deb Size: 2604 SHA256: f7c672013abca2105e06dd68fb4a7b8fb0001e3e8f6e17d38c2dfa4640005aae SHA1: 4d4ea6dfe8a22ddff97dc371c4f43311beabc541 MD5sum: 8c25e7a9da451cf7ac3af44eabee482e Description: Quick Indonesian-Toba dictionary Quick Indonesian-Toba dictionary in Stardict format Package: ttf-opensymbol Source: libreoffice (1:3.5.4+dfsg-4blankon1) Version: 2:102.2+LibO3.5.4+dfsg-4blankon1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 268 Depends: fonts-opensymbol Homepage: http://www.libreoffice.org Priority: extra Section: oldlibs Filename: pool/main/libr/libreoffice/ttf-opensymbol_102.2+LibO3.5.4+dfsg-4blankon1_all.deb Size: 166078 SHA256: 592ba514fdc7f0e2ce0bedbc7027ad0c32c23b99e7caa358f2dbc892c55f1045 SHA1: 397ab8123b71a2ff2aafe26f7a762e60a76e0bb0 MD5sum: dfdded3789926da11772068479e5fdc1 Description: transitional package for fonts-opensymbol This package is a transitiional package for font-opensymbol. It can be removed when fonts-opensymbol is installed. Original-Maintainer: Debian LibreOffice Maintainers Package: uno-libs3 Source: libreoffice (1:3.5.4+dfsg-4blankon1) Version: 3.5.4+dfsg-4blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 1777 Depends: libc6 (>= 2.3.3), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.6) Replaces: ure (<< 1.4+OOo3.0.0~beta2-1) Homepage: http://www.libreoffice.org Priority: optional Section: libs Filename: pool/main/libr/libreoffice/uno-libs3_3.5.4+dfsg-4blankon1_amd64.deb Size: 614578 SHA256: a3ccfc0cabddaf2ae6b361dcec4662d6cd1dc82af4529d75204109e226b9940e SHA1: 9161dfe905e57a6ccfa024ab599f5b75bb2ba95d MD5sum: 9cf5c911bfa65dc1c82a017dc18021f8 Description: LibreOffice UNO runtime environment -- public shared libraries The Uno Runtime Environment (URE) is the well-known UNO component model of LibreOffice, packaged up as an individual product. . It offers you a flexible, low-overhead component model that is most ideal for (but not limited to) combining in one application components written in different computer languages, and developed by different parties. You can use it to create any kind of application, in whatever application domain you can imagine. . This package contains the public libraries: - libuno_sal: System Abstraction Layer (C Interface) - libuno_salhelpergcc3: additional C++ functionality for sal - libuno_cppu: C++ UNO bridge (C Interface) - libuno_cppuhelpergcc3: additionl C++ functionality for cppu - libuno_purpenvhelpergcc3: "purpose environments" helper Original-Maintainer: Debian LibreOffice Maintainers Package: uno-libs3-dbg Source: libreoffice (1:3.5.4+dfsg-4blankon1) Version: 3.5.4+dfsg-4blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 14621 Depends: uno-libs3 (= 3.5.4+dfsg-4blankon1) Replaces: ure-dbg (<< 1.4+OOo3.0.0~beta2-1) Homepage: http://www.libreoffice.org Priority: extra Section: debug Filename: pool/main/libr/libreoffice/uno-libs3-dbg_3.5.4+dfsg-4blankon1_amd64.deb Size: 2771184 SHA256: 54db9325c3956056073b7d6a779252dfd459304c7a8d493fca6447cce4ae830d SHA1: a6380092eb968a47045c7a116a323fb90212ca7c MD5sum: 294d8d4ccb4620ed976b94941704e845 Description: LibreOffice UNO runtime environment -- public shared library debug symbols The Uno Runtime Environment (URE) is the well-known UNO component model of LibreOffice, packaged up as an individual product. . It offers you a flexible, low-overhead component model that is most ideal for (but not limited to) combining in one application components written in different computer languages, and developed by different parties. You can use it to create any kind of application, in whatever application domain you can imagine. . This package contains the (detached) debug symbols for the public libraries: - libuno_sal: System Abstraction Layer (C Interface) - libuno_salhelpergcc3: additional C++ functionality for sal - libuno_cppu: C++ UNO bridge (C Interface) - libuno_cppuhelpergcc3: additionl C++ functionality for cppu - libuno_purpenvhelpergcc3: "purpose environments" helper Original-Maintainer: Debian LibreOffice Maintainers Package: ure Source: libreoffice (1:3.5.4+dfsg-4blankon1) Version: 3.5.4+dfsg-4blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 6921 Depends: uno-libs3 (= 3.5.4+dfsg-4blankon1), libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.6), libxml2 (>= 2.7.4) Suggests: java5-runtime Conflicts: cli-uno-bridge (<< 1:3.0.0~dev300m22) Breaks: openoffice.org-core (<< 1:3.3~) Replaces: libreoffice-java-common (<< 1:3.0.0~dev300m12) Homepage: http://www.libreoffice.org Priority: optional Section: libs Filename: pool/main/libr/libreoffice/ure_3.5.4+dfsg-4blankon1_amd64.deb Size: 2024628 SHA256: 763fd257e2b6856589f8f5787afa98ee1009060220426a9ee41100f84cef31e5 SHA1: c0d1645c68e85bbfa37f62edf88b30a328b8c8e5 MD5sum: a77c3af049b4f8cf4e8512ffd34873d7 Description: LibreOffice UNO runtime environment The Uno Runtime Environment (URE) is the well-known UNO component model of LibreOffice, packaged up as an individual product. . It offers you a flexible, low-overhead component model that is most ideal for (but not limited to) combining in one application components written in different computer languages, and developed by different parties. You can use it to create any kind of application, in whatever application domain you can imagine. Original-Maintainer: Debian LibreOffice Maintainers Package: ure-dbg Source: libreoffice (1:3.5.4+dfsg-4blankon1) Version: 3.5.4+dfsg-4blankon1 Architecture: amd64 Maintainer: BlankOn Developers Installed-Size: 30830 Depends: ure (= 3.5.4+dfsg-4blankon1), uno-libs3-dbg (= 3.5.4+dfsg-4blankon1) Homepage: http://www.libreoffice.org Priority: extra Section: debug Filename: pool/main/libr/libreoffice/ure-dbg_3.5.4+dfsg-4blankon1_amd64.deb Size: 6143086 SHA256: 3451e50331fbeb26c2c17b92a0b28a53a531b5b255f70b6c305ec92e51ca0e75 SHA1: 19e37e9e6158b25f8b4310a179731c0f8f665648 MD5sum: 81ee82c6ca4ce9ec057b601365f851d7 Description: LibreOffice UNO runtime environment -- debug symbols The Uno Runtime Environment (URE) is the well-known UNO component model of LibreOffice, packaged up as an individual product. . It offers you a flexible, low-overhead component model that is most ideal for (but not limited to) combining in one application components written in different computer languages, and developed by different parties. You can use it to create any kind of application, in whatever application domain you can imagine. . This package contains the (detached) debug symbols for the URE. Original-Maintainer: Debian LibreOffice Maintainers Package: zacalc Version: 0.2.7.1 Architecture: all Maintainer: BlankOn Developers Installed-Size: 97 Depends: python-tk, islamic-menus Priority: extra Section: desktop Filename: pool/main/z/zacalc/zacalc_0.2.7.1_all.deb Size: 39160 SHA256: 9df4518b3aad8d4eea9ddfd483b82b18a978cb391257df12cdaa95cdd69444a9 SHA1: 369728365584ac613231ddf3dfeb8235db828304 MD5sum: 116c770f0087565d1bb9e58a3b10b2e0 Description: Zakat Kalkulator Zakat Kalkulator