Package: liblua5.1-rrd0 Priority: optional Section: interpreters Installed-Size: 168 Maintainer: Debian RRDtool Team Architecture: i386 Source: rrdtool Version: 1.4.3-1 Depends: libc6 (>= 2.3.6-6~), libcairo2 (>= 1.2.4), libdbi0, libglib2.0-0 (>= 2.12.0), liblua5.1-0, libpango1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4), librrd4 (>= 1.4~rc2), libxml2 (>= 2.6.27) Filename: dists/lucid/uniklu/binary-i386/liblua5.1-rrd0_1.4.3-1_i386.deb Size: 100350 MD5sum: be4efb2f29b175bc32d8ec5f129d19ba SHA1: 68af59fac3213d648efb186f79da06bfb4045a10 SHA256: 681d33eb80d5d24e2b8f261c4c6ec79d9b86340d57b57e1c2994199829016b13 Description: time-series data storage and display system (Lua 5.1 interface) The Round Robin Database Tool (RRDtool) is a system to store and display time-series data (e.g. network bandwidth, machine-room temperature, server load average). It stores the data in Round Robin Databases (RRDs), a very compact way that will not expand over time. RRDtool processes the extracted data to enforce a certain data density, allowing for useful graphical representation of data values. . This package contains a Lua 5.1 interface to RRDs. Homepage: http://oss.oetiker.ch/rrdtool/ Package: libcupsppdc1 Priority: optional Section: libs Installed-Size: 284 Maintainer: Ubuntu Core Developers Architecture: i386 Source: cups Version: 1.4.3-1ubuntu1.4uk1 Depends: libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.4), libcups2 (>= 1.4.0), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Filename: dists/lucid/uniklu/binary-i386/libcupsppdc1_1.4.3-1ubuntu1.4uk1_i386.deb Size: 61418 MD5sum: fc83dc38c3ca9a11bfd142f5d0940d46 SHA1: ed921242271095d0188106a43c9ea922a9b074a7 SHA256: e4bd825dbb146451c1571d5cd3577ee88edd7d927e86277e718445b7a170d837 Description: Common UNIX Printing System(tm) - PPD manipulation library The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the base shared library for generating and manipulating PPD files. Original-Maintainer: Debian CUPS Maintainers Package: libcupsmime1-dev Priority: optional Section: libdevel Installed-Size: 156 Maintainer: Ubuntu Core Developers Architecture: i386 Source: cups Version: 1.4.3-1ubuntu1.4uk1 Depends: libcupsmime1 (= 1.4.3-1ubuntu1.4uk1), libcups2-dev (= 1.4.3-1ubuntu1.4uk1) Filename: dists/lucid/uniklu/binary-i386/libcupsmime1-dev_1.4.3-1ubuntu1.4uk1_i386.deb Size: 85896 MD5sum: 614181d8162996e9a331a201e6190605 SHA1: 40c956a7976841a1b05e9e1bfe580b676614c5b5 SHA256: 6011901f8947a74460b46c6942310323172565fde5b8d9a6fa42fcd507bf6551 Description: Common UNIX Printing System(tm) - Development files MIME library The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the files necessary for developing programs using libcupsmime. Original-Maintainer: Debian CUPS Maintainers Package: python-rrdtool Priority: optional Section: python Installed-Size: 196 Maintainer: Debian RRDtool Team Architecture: i386 Source: rrdtool Version: 1.4.3-1 Replaces: python-rrd (<< 1.2.26), python2.3-rrd, python2.4-rrd Provides: python-rrd, python2.6-rrdtool Depends: python (<< 2.7), python (>= 2.6), python-support (>= 0.90.0), libc6 (>= 2.3.6-6~), librrd4 (>= 1.4~rc2) Conflicts: python-rrd (<< 1.2.26), python2.3-rrd, python2.4-rrd Filename: dists/lucid/uniklu/binary-i386/python-rrdtool_1.4.3-1_i386.deb Size: 102212 MD5sum: a492b2b0db47e25a4d5c5bb25308c5b2 SHA1: 4f8ba9116d4fd0c38a18b31ab9a05591ddc1f6d1 SHA256: 48b0df6f3197c4f1290131855ba81d8bd10009f841ac9557caff865db02fc371 Description: time-series data storage and display system (Python interface) The Round Robin Database Tool (RRDtool) is a system to store and display time-series data (e.g. network bandwidth, machine-room temperature, server load average). It stores the data in Round Robin Databases (RRDs), a very compact way that will not expand over time. RRDtool processes the extracted data to enforce a certain data density, allowing for useful graphical representation of data values. . This package contains a Python interface to RRDs. Homepage: http://oss.oetiker.ch/rrdtool/ Package: python-django-south Priority: optional Section: python Installed-Size: 704 Maintainer: David Watson Architecture: all Version: 0.7.1-0uk1 Depends: python-support (>= 0.90.0), python-django (>= 1.0.2) Filename: dists/lucid/uniklu/binary-i386/python-django-south_0.7.1-0uk1_all.deb Size: 71504 MD5sum: e0ca41d0fae2d663ce651eb7d647c702 SHA1: 40298c431b55422b1e236045607390d50c5e9111 SHA256: 0a1ae1534cdc1ad0031a314d34dcd66ff4feb608825f3e686b1b9b6861efc1d0 Description: Intelligent schema migrations for django apps An intelligent database migrations library for the Django web framework. It is database-independent and DVCS-friendly, as well as a whole host of other features. . * Intelligent; it knows if you've missed out a migration or two * Database independent, so there's no hassle if you need to move databases. * Easy; it can write migrations for you, and it takes about a minute to convert your app over to use South. * Designed for a pluggable Django world; you can declare dependencies between apps so they all migrate together correctly, and you can still use syncdb for your non-migrated apps without it interfering. Homepage: http://south.aeracode.org/ Package: cupsddk Priority: extra Section: oldlibs Installed-Size: 112 Maintainer: Ubuntu Core Developers Architecture: all Source: cups Version: 1.4.3-1ubuntu1.4uk1 Depends: cups-ppdc Filename: dists/lucid/uniklu/binary-i386/cupsddk_1.4.3-1ubuntu1.4uk1_all.deb Size: 73552 MD5sum: b005e13e1c1e61b0f2fcef194c6a9516 SHA1: 10a0a233b15f5c3b80cdc5ecfd2383ee535aa0e3 SHA256: 65b1616cbbbbbbfadc941d8399b90714af0f852ad2006b59fe749eb28ef81719 Description: Common UNIX Printing System (transitional package) This is a dummy package to ease transition to new package name. Original-Maintainer: Debian CUPS Maintainers Package: libcupscgi1-dev Priority: optional Section: libdevel Installed-Size: 212 Maintainer: Ubuntu Core Developers Architecture: i386 Source: cups Version: 1.4.3-1ubuntu1.4uk1 Depends: libcupscgi1 (= 1.4.3-1ubuntu1.4uk1), libcups2-dev (= 1.4.3-1ubuntu1.4uk1) Filename: dists/lucid/uniklu/binary-i386/libcupscgi1-dev_1.4.3-1ubuntu1.4uk1_i386.deb Size: 107344 MD5sum: 7803aac173c2d03268fb99fb651aa3e9 SHA1: 53edca909a605bdb1a6d29c7484977287b3bd912 SHA256: 84c6943a770699777c04de0a6266bd0969a1fc16153e0f301e60f4727d372572 Description: Common UNIX Printing System(tm) - Development files for CGI library The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the files necessary for developing CGI programs for the CUPS web interface using libcupscgi. Original-Maintainer: Debian CUPS Maintainers Package: libcupsimage2-dev Priority: optional Section: libdevel Installed-Size: 204 Maintainer: Ubuntu Core Developers Architecture: i386 Source: cups Version: 1.4.3-1ubuntu1.4uk1 Depends: libcupsimage2 (= 1.4.3-1ubuntu1.4uk1), libcups2-dev (= 1.4.3-1ubuntu1.4uk1), libpng-dev, libtiff4-dev, libjpeg8-dev | libjpeg-dev, zlib1g-dev Filename: dists/lucid/uniklu/binary-i386/libcupsimage2-dev_1.4.3-1ubuntu1.4uk1_i386.deb Size: 60220 MD5sum: 60c54233501ba2e84081c14443b6225e SHA1: 037b0b73316e5ab730e53441a21577a26b2fbfb8 SHA256: b3d4e18d4e3a8dc3b596463c2589804c1d303da90bcfa9d3766fd7f792ac148f Description: Common UNIX Printing System(tm) - Development files CUPS image library The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the files necessary for developing applications that use the CUPS raster image format. Original-Maintainer: Debian CUPS Maintainers Package: cups-ppdc Priority: optional Section: net Installed-Size: 296 Maintainer: Ubuntu Core Developers Architecture: i386 Source: cups Version: 1.4.3-1ubuntu1.4uk1 Replaces: cupsddk (<< 1.4.0) Provides: cupsddk Depends: libc6 (>= 2.4), libcups2 (>= 1.4.0), libcupsppdc1 (>= 1.4.0), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1), cups-common Conflicts: cupsddk (<< 1.4.0) Filename: dists/lucid/uniklu/binary-i386/cups-ppdc_1.4.3-1ubuntu1.4uk1_i386.deb Size: 32818 MD5sum: e07ba17a36940238e2ae84688f16c4d3 SHA1: 1e421180e391b85cf8c238d8fa2bcbe60d0e9496 SHA256: 7677a51fbf749a29d5cf40806a2915ced2c9bec025e6c816118cde40e66fb4bb Description: Common UNIX Printing System(tm) - PPD manipulation utilities The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides utilities to generate and manipulate PPD files. Original-Maintainer: Debian CUPS Maintainers Package: librrd-ruby1.9.1 Priority: optional Section: ruby Installed-Size: 172 Maintainer: Debian RRDtool Team Architecture: i386 Source: rrdtool Version: 1.4.3-1 Depends: libc6 (>= 2.4), librrd4 (>= 1.4~rc2), libruby1.9.1 (>= 1.9.1.378) Filename: dists/lucid/uniklu/binary-i386/librrd-ruby1.9.1_1.4.3-1_i386.deb Size: 101270 MD5sum: 3cfe004706e66c821be32f23d47a31e0 SHA1: 287d3256a010681415ffcd866bef9f4fda6356bb SHA256: f5226fadbf46d865d1da09702ed0a44ff3441aefd3cd1d7b8653bc2968fa8429 Description: time-series data storage and display system (Ruby 1.9.1 interface) The Round Robin Database Tool (RRDtool) is a system to store and display time-series data (e.g. network bandwidth, machine-room temperature, server load average). It stores the data in Round Robin Databases (RRDs), a very compact way that will not expand over time. RRDtool processes the extracted data to enforce a certain data density, allowing for useful graphical representation of data values. . This package contains a Ruby 1.9.1 interface to RRDs. Homepage: http://oss.oetiker.ch/rrdtool/ Package: libtcltk-ruby1.9.1 Priority: optional Section: ruby Installed-Size: 8024 Maintainer: akira yamada Architecture: i386 Source: ruby1.9.1 Version: 1.9.2.0-1 Depends: libc6 (>= 2.4), libruby1.9.1 (>= 1.9.2.0), libx11-6, tcl8.4 (>= 8.4.16), tk8.4 (>= 8.4.16) Filename: dists/lucid/uniklu/binary-i386/libtcltk-ruby1.9.1_1.9.2.0-1_i386.deb Size: 1780056 MD5sum: 243214bae93d35c405b784a5a68a4b88 SHA1: 5b6d27032c23dbbb468aad6ee5202f07b261d32e SHA256: 28eaeb515a2c5a8ef3288f4551dff85b87051813f1826e7350c45515ce3d1cba Description: Tcl/Tk interface for Ruby 1.9.1 tcltklib is an extension library for Ruby 1.9.1. It makes Ruby 1.9.1 programs to be able to use low level interface for the Tcl/Tk. Homepage: http://www.ruby-lang.org/ Package: librrd-ruby Priority: optional Section: ruby Installed-Size: 20 Maintainer: Debian RRDtool Team Architecture: all Source: rrdtool Version: 1.4.3-1 Depends: librrd-ruby1.8 Filename: dists/lucid/uniklu/binary-i386/librrd-ruby_1.4.3-1_all.deb Size: 1004 MD5sum: 24e9e046ab69a3d3d9939906dac87c1b SHA1: c486fac5437c1551e8b575742225a1ea8da8ef9c SHA256: 65aa6a1f854969ce12d3ae879023b3dd393abb225f014ad973efa9de4251118d Description: time-series data storage and display system (Ruby interface) The Round Robin Database Tool (RRDtool) is a system to store and display time-series data (e.g. network bandwidth, machine-room temperature, server load average). It stores the data in Round Robin Databases (RRDs), a very compact way that will not expand over time. RRDtool processes the extracted data to enforce a certain data density, allowing for useful graphical representation of data values. . This is a dummy package which depends on the package for Debian's default Ruby version. Homepage: http://oss.oetiker.ch/rrdtool/ Package: libpam-unixds Priority: extra Section: admin Installed-Size: 80 Maintainer: Albrecht Gebhardt Architecture: i386 Version: 1.1-1.9 Depends: libcurl3 (>= 7.16.2-1), libpam0g (>= 0.99.7.1), libxmlrpc-core-c3, debconf (>= 0.5) Suggests: libpam-linux-uniklu Filename: dists/lucid/uniklu/binary-i386/libpam-unixds_1.1-1.9_i386.deb Size: 6014 MD5sum: cf0658c5e429d0082bfd6a8a67f7dd6f SHA1: 3f6202d4912b0a974f27175646c16f821150dbfe SHA256: 37da6a2a7b31cfdc0ee569ce27edf699782aaa77e05bbd0e43c99e6f00219a87 Description: PAM module for uniklu unixDS This module authenticates with a unixDS server. Package: libcupsdriver1-dev Priority: optional Section: libdevel Installed-Size: 180 Maintainer: Ubuntu Core Developers Architecture: i386 Source: cups Version: 1.4.3-1ubuntu1.4uk1 Depends: libcupsdriver1 (= 1.4.3-1ubuntu1.4uk1), libcups2-dev (= 1.4.3-1ubuntu1.4uk1), libcupsimage2-dev (= 1.4.3-1ubuntu1.4uk1) Filename: dists/lucid/uniklu/binary-i386/libcupsdriver1-dev_1.4.3-1ubuntu1.4uk1_i386.deb Size: 94456 MD5sum: a1536fa44c900e80bc7b60192d066e5c SHA1: eed97951c34705378bf238ad4f267ea19b5f965e SHA256: 95b06e8ef85421780d137f95f5eb19aa0a94a12406055bc31392c833bfde22fa Description: Common UNIX Printing System(tm) - Development files driver library The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the files necessary for developing printer drivers using libcupsdriver. Original-Maintainer: Debian CUPS Maintainers Package: zabbix-proxy-pgsql Priority: optional Section: net Installed-Size: 4188 Maintainer: Christoph Haas Architecture: i386 Source: zabbix Version: 1:1.8.2-1 Depends: libc6 (>= 2.7), libcurl3-gnutls (>= 7.16.2-1), libopenipmi0, libpq5 (>= 8.4~0cvs20090328), libsnmp15 (>= 5.4.2.1~dfsg), debconf (>= 0.5) | debconf-2.0, fping, adduser, dbconfig-common (>= 1.8.19), lsb-base Recommends: postgresql Suggests: logrotate Conflicts: zabbix-proxy-mysql Filename: dists/lucid/uniklu/binary-i386/zabbix-proxy-pgsql_1.8.2-1_i386.deb Size: 548536 MD5sum: a4047b3ac2b058c574ca1cdedb056569 SHA1: 9a3a1d8362b2adf0094f781d409641996329b1e4 SHA256: 1d057c7436d46eff1bb0cb9f7f947fb6e64ec378dee65fd529151344cee38cab Description: network monitoring solution - proxy (using PostgreSQL) Zabbix is a server/client network monitoring system with many features. It can be used for: . - high level monitoring of IT services; - centralized monitoring of your servers and applications; - monitoring of SNMP-enabled devices; - performance monitoring (process load, network activity, disk activity, memory usage, OS parameters etc.); - data visualization. . This package provides the software needed to integrate a host as a Zabbix proxy. It collects information from Zabbix clients and passes it to a server running a MySQL database back-end. Package: python-django-extensions Priority: optional Section: python Installed-Size: 776 Maintainer: Chris Lamb Architecture: all Version: 0.4.2pre+git201004211325-1 Depends: python-support (>= 0.90.0), python-django (>= 1.0.2) Recommends: libjs-jquery Suggests: python-werkzeug, python-pygraphviz, python-boto, python-profiler Filename: dists/lucid/uniklu/binary-i386/python-django-extensions_0.4.2pre+git201004211325-1_all.deb Size: 79786 MD5sum: 69965d5b18bc25aae18f2b087e8c59eb SHA1: d7f5e42008e5945b98a961ea335204fb28b373ab SHA256: d00bbd5d1a0fe91964a030c2146b64dec41d3406049663d8c66d47d3e37ffa59 Description: Useful extensions for Django projects This is a collection of useful third-party tools for projects that use the Django web development framework. It provides the management commands: . * runserver_plus - a "runserver" that uses the interactive Werkzeug debugger * runprofileserver - starts runserver with profiling tools enabled * shell_plus - similar to the built-in "shell" but autoloads all models * graph_models - creates a GraphViz dot file of your model arrangement * describe_form - generate template form definitions for a model * export_emails - export the addresses of your users in many formats * print_user_for_session - print the user information from a session key * create_jobs/runjob/runjobs - manage scheduled maintenance jobs * (plus many more) . python-django-extensions also includes a number of custom fields and abstract models, including ones that manage created and updated times automatically. Homepage: http://code.google.com/p/django-command-extensions/ Package: rrdtool-dbg Priority: extra Section: debug Installed-Size: 1444 Maintainer: Debian RRDtool Team Architecture: i386 Source: rrdtool Version: 1.4.3-1 Depends: rrdtool (= 1.4.3-1), librrd4 (= 1.4.3-1), libc6 (>= 2.3.6-6~), python (<< 2.7), python (>= 2.6), python-support (>= 0.90.0) Recommends: librrds-perl (= 1.4.3-1), rrdtool-tcl (= 1.4.3-1), python-rrdtool (= 1.4.3-1), librrd-ruby1.8 (= 1.4.3-1), librrd-ruby1.9.1 (= 1.4.3-1), python-all-dbg, liblua5.1-rrd0 (= 1.4.3-1) Filename: dists/lucid/uniklu/binary-i386/rrdtool-dbg_1.4.3-1_i386.deb Size: 600164 MD5sum: e56760e7f45bae3e10cd19f0590054f6 SHA1: 4266fe59770eea6919ac79f3ae5ca8a444048c27 SHA256: 598b8809040ea2b6d8044abf701e455f32bb542676ef4a24e284f45604ef448e Description: time-series data storage and display system (debugging symbols) The Round Robin Database Tool (RRDtool) is a system to store and display time-series data (e.g. network bandwidth, machine-room temperature, server load average). It stores the data in Round Robin Databases (RRDs), a very compact way that will not expand over time. RRDtool processes the extracted data to enforce a certain data density, allowing for useful graphical representation of data values. . RRDtool is often used via various wrappers that can poll data from devices and feed data into RRDs, as well as provide a friendlier user interface and customized graphs. . This package contains the debugging symbols for the program and library files. Homepage: http://oss.oetiker.ch/rrdtool/ Package: zabbix-agent Priority: optional Section: net Installed-Size: 544 Maintainer: Christoph Haas Architecture: i386 Source: zabbix Version: 1:1.8.2-1 Depends: libc6 (>= 2.7), libldap-2.4-2 (>= 2.4.7), libopenipmi0, debconf (>= 0.5) | debconf-2.0, adduser, ucf, lsb-base Suggests: logrotate Filename: dists/lucid/uniklu/binary-i386/zabbix-agent_1.8.2-1_i386.deb Size: 233474 MD5sum: e959cf09bc39c01a1b094a5ffe4a3b3c SHA1: d4eb37c928c91ce96e841681ffad9d86e044fcfa SHA256: 97e336c97a9a968b804b9343803d7ca100b72a17d1e76ec60d13bcc63087a02c Description: network monitoring solution - agent Zabbix is a server/client network monitoring system with many features. It can be used for: . - high level monitoring of IT services; - centralized monitoring of your servers and applications; - monitoring of SNMP-enabled devices; - performance monitoring (process load, network activity, disk activity, memory usage, OS parameters etc.); - data visualization. . This package provides the software needed to integrate a host as a Zabbix client. Package: fbpanel Priority: optional Section: x11 Installed-Size: 504 Maintainer: Ulises Vitulli Architecture: i386 Version: 6.0-1 Depends: libatk1.0-0 (>= 1.29.3), libc6 (>= 2.7), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libglib2.0-0 (>= 2.23.5), libgtk2.0-0 (>= 2.18.0), libpango1.0-0 (>= 1.14.0), libx11-6 (>= 0), librsvg2-common Suggests: menu, hicolor-icon-theme Filename: dists/lucid/uniklu/binary-i386/fbpanel_6.0-1_i386.deb Size: 134864 MD5sum: 2bf9b9cc8bd181bb37a6ff56e9244808 SHA1: 49fe6468c02dc821537cfc4bf1bc0a21e2f24384 SHA256: 449e75938126df7c5fb6fab2c3564c4924affefd90d47d465f4e21b1c9282763 Description: A lightweight X11 desktop panel FBPanel is a spinoff of the fspanel (f***ing small panel) with more eye candy. It provides a taskbar (list of all opened windows), desktop switcher, launchbar, clock, is EWMH/NETWM compliant, and has modest resource usage. Homepage: http://fbpanel.sourceforge.net/ Package: cups-client Priority: optional Section: net Installed-Size: 492 Maintainer: Ubuntu Core Developers Architecture: i386 Source: cups Version: 1.4.3-1ubuntu1.4uk1 Replaces: cupsys-client (<< 1.3.7-6) Provides: cupsys-client Depends: libc6 (>= 2.4), libcups2 (>= 1.4.0), libcupsimage2 (>= 1.4.0), zlib1g (>= 1:1.2.3.3.dfsg), cups-common (>= 1.4.3), adduser Suggests: cups, kdeprint, gtklp, cups-pt, xpp, cups-bsd Conflicts: cupsys-client (<< 1.3.7-6), lprng Filename: dists/lucid/uniklu/binary-i386/cups-client_1.4.3-1ubuntu1.4uk1_i386.deb Size: 135824 MD5sum: a213b3a1cd45478ebabbb488c4f88b80 SHA1: 93f6cd094500ea44f78cc193750e8b77aff955d7 SHA256: 3832651997360bcd3c52033edcc0c07f094b9a18c4b6475b8d70bf1515acf511 Description: Common UNIX Printing System(tm) - client programs (SysV) The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the System V style print client programs. Original-Maintainer: Debian CUPS Maintainers Package: python-django-doc Priority: optional Section: doc Installed-Size: 8908 Maintainer: Chris Lamb Architecture: all Source: python-django Version: 1.2.1-0uk1 Recommends: libjs-jquery Filename: dists/lucid/uniklu/binary-i386/python-django-doc_1.2.1-0uk1_all.deb Size: 1892670 MD5sum: 28adfede2a9f75c4e90511f98d8a4c4a SHA1: 681e687d981e3c14708e3e98bdc9b9d9f622f273 SHA256: 1f9efafdec8979a861262efbca008ed465f6ad638834d973d23a5a161d2fc12c Description: High-level Python web development framework (documentation) Django is a high-level web application framework that loosely follows the model-view-controller design pattern. . Python's equivalent to Ruby on Rails, Django lets you build complex data-driven websites quickly and easily - Django focuses on automating as much as possible and adhering to the "Don't Repeat Yourself" (DRY) principle. . Django additionally emphasizes reusability and "pluggability" of components; many generic third-party "applications" are available to enhance projects or to simply to reduce development time even further. . This package contains the HTML documentation and example projects. Homepage: http://www.djangoproject.com/ Package: rrdtool-tcl Priority: optional Section: utils Installed-Size: 172 Maintainer: Debian RRDtool Team Architecture: i386 Source: rrdtool Version: 1.4.3-1 Depends: libc6 (>= 2.4), librrd4 (>= 1.4~rc2), tcl8.4 | tclsh Filename: dists/lucid/uniklu/binary-i386/rrdtool-tcl_1.4.3-1_i386.deb Size: 101956 MD5sum: 30414d5f6147a3b707c3dab04513c484 SHA1: ae22e45f0aa4e24dd4893188f1c399f60e508d8c SHA256: b6cc74f08ea0f61b9ad6743948b7acb259fc20353df280da777c5b0099b3447b Description: time-series data storage and display system (Tcl interface) The Round Robin Database Tool (RRDtool) is a system to store and display time-series data (e.g. network bandwidth, machine-room temperature, server load average). It stores the data in Round Robin Databases (RRDs), a very compact way that will not expand over time. RRDtool processes the extracted data to enforce a certain data density, allowing for useful graphical representation of data values. . This package contains a Tcl interface to RRDs. Homepage: http://oss.oetiker.ch/rrdtool/ Package: ruby1.9.1-dev Priority: optional Section: ruby Installed-Size: 2956 Maintainer: akira yamada Architecture: i386 Source: ruby1.9.1 Version: 1.9.2.0-1 Depends: libruby1.9.1 (= 1.9.2.0-1), libc6-dev Recommends: ruby1.9.1 (= 1.9.2.0-1) Filename: dists/lucid/uniklu/binary-i386/ruby1.9.1-dev_1.9.2.0-1_i386.deb Size: 1088176 MD5sum: 138020e1c5990dec152cc2dc8e188ad5 SHA1: f1bf6317e0c8c34192b5881f597cdce233f4879b SHA256: 0d0df56c86bbd49c4b80a5b805a6c0c4e27cf8ca8a44bca7911a4befe49c4865 Description: Header files for compiling extension modules for the Ruby 1.9.1 Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in perl). It is simple, straight-forward, and extensible. . This package contains the header files and the mkmf library, necessary to make extension library for Ruby 1.9.1. Homepage: http://www.ruby-lang.org/ Package: r-cran-rgdal Priority: optional Section: math Installed-Size: 2376 Maintainer: Dirk Eddelbuettel Architecture: i386 Source: rgdal Version: 0.6.26-2 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libgdal1-1.6.0, libproj0, libstdc++6 (>= 4.1.1), r-base-core (>> 2.0.0), r-cran-sp Filename: dists/lucid/uniklu/binary-i386/r-cran-rgdal_0.6.26-2_i386.deb Size: 1540688 MD5sum: a35972dcdead5b3f69962f8f8d47530a SHA1: d1ee5b1c064404e4c5723bed491fd19bd97ad364 SHA256: 12288e95b646c300e8bcc4369e458043554e8aca3024e7e2da4964ecf999e96a Description: GNU R package "Bindings for the Geospatial Data Abstraction Library" Provides bindings to Frank Warmerdam's Geospatial Data Abstraction Library (GDAL) (>= 1.3.1) and access to projection/transformation operations from the PROJ.4 library. The GDAL and PROJ.4 libraries are external to the package, and, when installing the package from source, must be correctly installed first. Both GDAL raster and OGR vector map data can be imported into R, and GDAL raster data and OGR vector data exported. Use is made of classes defined in the sp package. rgdal binaries for Win64 and OSX are available from the CRAN (extras) repository. Package: pcmanfm-dbg Priority: extra Section: debug Installed-Size: 292 Maintainer: Debian LXDE Packaging Team Architecture: i386 Source: pcmanfm Version: 0.9.7-1 Depends: pcmanfm (= 0.9.7-1) Filename: dists/lucid/uniklu/binary-i386/pcmanfm-dbg_0.9.7-1_i386.deb Size: 121226 MD5sum: 7aece139510f2bc77870b66827833cc6 SHA1: 31546cd55fc8cdebc08eecd4d012cd13d8d29ed1 SHA256: a7bb6be843303c9db94d189964ad527b4b214a0c5a2af37432a79f8f9bc36b66 Description: an extremely fast and lightweight file manager - debugging symbols PCMan File Manager is a gtk2 based file manager for the X Window System. Features: * Extremly fast and lightweight * Can be started in one second on normal machine * Tabbed browsing (similar to Firefox) * Drag & Drop support * Files can be dragged among tabs * Load large directories in reasonable time * File association support (Default application) * Basic thumbnail support * Bookmarks support * Handles non-UTF-8 encoded filenames correctly * Provide icon view and detailed list view * Standard compliant (Follows FreeDesktop.org) * Clean and user-friendly interface (GTK+ 2) * Support GVFS for auto-mount handling on removable devices . This package contains the debugging symbols. Homepage: http://pcmanfm.sourceforge.net/ Package: kupfer Priority: optional Section: utils Installed-Size: 2060 Maintainer: Luca Falavigna Architecture: all Version: 0+v201-1 Depends: python (>= 2.6), python-support (>= 0.90.0), python-gobject (>= 2.18), python-gtk2 (>= 2.16), python-xdg, python-dbus, dbus, python-keyring, python-keybinder Recommends: python-gnome2, python-wnck Suggests: python-cjson, python-nautilus Filename: dists/lucid/uniklu/binary-i386/kupfer_0+v201-1_all.deb Size: 437844 MD5sum: 55455dc1f2076cd67949d50ba7552b01 SHA1: d7452cfa2d5992d0c8d0cc346d9dd0449cc5db08 SHA256: 9ca4c172eea93fd43632008f31441bd9b22e9239b73f38868da272407d7342cd Description: fast and lightweight desktop summoner/launcher Kupfer is a summoner/launcher in the style of Quicksilver or GNOME Do. It can search and browse your files, launch desired applications and object you need in a quicker way. . Kupfer is written in Python and has a flexible architecture based on plugins to extend its features. Homepage: http://kaizer.se/wiki/kupfer/ Package: python-docutils Priority: optional Section: python Installed-Size: 5740 Maintainer: Debian Python Modules Team Architecture: all Version: 0.7-2 Replaces: docutils-writer-manpage, docutils-writer-odt, python-odtwriter, rst2man Provides: docutils-writer-manpage, docutils-writer-odt, python-odtwriter, rst2man, rst2odt Depends: python (>= 2.3), python-support (>= 0.90.0), python-roman Recommends: python-imaging, python-pygments, libpaper-utils, python-lxml, python (>= 2.5) | python-elementtree Suggests: texlive-latex-recommended, texlive-latex-base, texlive-lang-french Conflicts: docutils-writer-manpage, docutils-writer-odt, python-odtwriter, rst2man, zope3 (= 3.4.0-1) Breaks: python-epydoc (<< 3.0.1-4~) Filename: dists/lucid/uniklu/binary-i386/python-docutils_0.7-2_all.deb Size: 1739170 MD5sum: bd8bcfe99fcec528bf7e62f7b152d431 SHA1: 43c46f5c928da75e4ec713c47936ea26a8cd7de4 SHA256: c7d6a19dc2cdeb82650e79a19502b61f88f5d5271f31c5434fe5ee0f26839968 Description: utilities for the documentation of Python modules The purpose of the Docutils project is to create a set of tools for processing plaintext documentation into useful formats, such as HTML, XML, and TeX. . The package includes the reStructuredText parser, the Python Docstring Processing System project, and documentation in HTML and (gzipped) reST formats. Homepage: http://docutils.sourceforge.net/ Package: cupsys-bsd Priority: extra Section: oldlibs Installed-Size: 112 Maintainer: Ubuntu Core Developers Architecture: all Source: cups Version: 1.4.3-1ubuntu1.4uk1 Depends: cups-bsd Filename: dists/lucid/uniklu/binary-i386/cupsys-bsd_1.4.3-1ubuntu1.4uk1_all.deb Size: 73580 MD5sum: 4cd762d0df1ba5679e473c7e6fbc8555 SHA1: bbb96f431afdc35e67c7805a2f4532f96ed43e42 SHA256: 40cb9ac9af7acc621b6a36359518e904ed85d16ca4bc937aef227a28c70580cc Description: Common UNIX Printing System (transitional package) This is a dummy package to ease transition to new package name. . You can safely remove it after the upgrade. Original-Maintainer: Debian CUPS Maintainers Package: python-django Priority: optional Section: python Installed-Size: 19936 Maintainer: Chris Lamb Architecture: all Version: 1.2.1-0uk1 Depends: python (>= 2.3), python-support (>= 0.90.0) Recommends: libjs-jquery Suggests: python-psycopg2, python-psycopg, python-mysqldb, python-flup, python-sqlite, python-yaml Filename: dists/lucid/uniklu/binary-i386/python-django_1.2.1-0uk1_all.deb Size: 4124510 MD5sum: 38a8e779bd1a4e0478662a1edccf768f SHA1: dbaecce042ff1e99765d7f2a902d3ff3970170f1 SHA256: dfcbde4b2d91b3ea6244d4c9557414e1227e3d3f546a82db7f257f9c1629e8ce Description: High-level Python web development framework Django is a high-level web application framework that loosely follows the model-view-controller design pattern. . Python's equivalent to Ruby on Rails, Django lets you build complex data-driven websites quickly and easily - Django focuses on automating as much as possible and adhering to the "Don't Repeat Yourself" (DRY) principle. . Django additionally emphasizes reusability and "pluggability" of components; many generic third-party "applications" are available to enhance projects or to simply to reduce development time even further. . Notable features include: * An object-relational mapper (ORM) * Automatic admin interface * Elegant URL dispatcher * Form serialization and validation system * Templating system * Lightweight, standalone web server for development and testing * Internationalization support * Testing framework and client Homepage: http://www.djangoproject.com/ Package: ruby1.9.1-full Priority: optional Section: ruby Installed-Size: 56 Maintainer: akira yamada Architecture: all Source: ruby1.9.1 Version: 1.9.2.0-1 Depends: ruby1.9.1 (>= 1.9.2.0-1), libruby1.9.1-dbg (>= 1.9.2.0-1), ruby1.9.1-dev (>= 1.9.2.0-1), ruby1.9.1-examples (>= 1.9.2.0-1), ri1.9.1 (>= 1.9.2.0-1) Recommends: libtcltk-ruby1.9.1 (>= 1.9.2.0-1) Suggests: ruby1.9.1-elisp Filename: dists/lucid/uniklu/binary-i386/ruby1.9.1-full_1.9.2.0-1_all.deb Size: 2560 MD5sum: fa5d88d5cb6d230fc612d4e3016cb628 SHA1: 1f14f2c138bd7ae9cfe81dd6aaff61b3c7190c80 SHA256: 53acbef5a30a889fc06e99d119f5a6c2477e789d0732a6d2aee681958b6e4082 Description: Ruby 1.9.1 full installation For many good reasons, the Ruby programming language is split in many small different packages. Installing this package will make sure you have all the packages that add up to a full Ruby installation, with the exception of the Tcl/Tk bindings for Ruby, which are only recommended. . This package installs the dependencies for Ruby 1.9.1. Homepage: http://www.ruby-lang.org/ Package: librrd-dev Priority: optional Section: libdevel Installed-Size: 916 Maintainer: Debian RRDtool Team Architecture: i386 Source: rrdtool Version: 1.4.3-1 Replaces: librrd2-dev Provides: librrd2-dev Depends: libc6-dev | libc-dev, librrd4 (= 1.4.3-1), libpng12-dev, zlib1g-dev, libcairo2-dev, libpango1.0-dev, libfreetype6-dev, libxml2-dev Conflicts: librrd2-dev Filename: dists/lucid/uniklu/binary-i386/librrd-dev_1.4.3-1_i386.deb Size: 382416 MD5sum: 4745e13175da4859f2cfad144fa5597e SHA1: 0687da187adc2b1e3daf739accef7e2a700b8876 SHA256: 61804cb91b457f867cb30d52d33b2741199867fa8ad1bd39de3d66e7b7c3d39a Description: time-series data storage and display system (development) The Round Robin Database Tool (RRDtool) is a system to store and display time-series data (e.g. network bandwidth, machine-room temperature, server load average). It stores the data in Round Robin Databases (RRDs), a very compact way that will not expand over time. RRDtool processes the extracted data to enforce a certain data density, allowing for useful graphical representation of data values. . This package contains header files and libraries used to develop software that uses RRDs. Homepage: http://oss.oetiker.ch/rrdtool/ Package: zabbix-frontend-php Priority: optional Section: net Installed-Size: 6312 Maintainer: Christoph Haas Architecture: all Source: zabbix Version: 1:1.8.2-1 Depends: debconf (>= 0.5) | debconf-2.0, apache2 | httpd, php5, php5-mysql | php5-pgsql, php5-gd, ucf, dbconfig-common (>= 1.8.19), libjs-prototype (>= 1.6.0.3), libjs-scriptaculous (>= 1.8.2), ttf-dejavu-core Recommends: zabbix-server-mysql | zabbix-server-pgsql, mysql-server (>= 4.0.16-2) | postgresql Filename: dists/lucid/uniklu/binary-i386/zabbix-frontend-php_1.8.2-1_all.deb Size: 1515456 MD5sum: a8ce2ce9a2c32d94bfb46f37e3a18c32 SHA1: cfe26ace7bc0c3555f09d6e4a419799778318c85 SHA256: d07c4ef5fc2accbc02fb11d9f2b2e7594da2586c6ab98ca54a1dbae78121572a Description: network monitoring solution - PHP front-end Zabbix is a server/client network monitoring system with many features. It can be used for: . - high level monitoring of IT services; - centralized monitoring of your servers and applications; - monitoring of SNMP-enabled devices; - performance monitoring (process load, network activity, disk activity, memory usage, OS parameters etc.); - data visualization. . This package provides a web-browsable front-end to the Zabbix server, which can display graphs of the data collected from clients. Package: libcupsppdc1-dev Priority: optional Section: libdevel Installed-Size: 376 Maintainer: Ubuntu Core Developers Architecture: i386 Source: cups Version: 1.4.3-1ubuntu1.4uk1 Depends: libcupsppdc1 (= 1.4.3-1ubuntu1.4uk1), libcups2-dev (= 1.4.3-1ubuntu1.4uk1) Filename: dists/lucid/uniklu/binary-i386/libcupsppdc1-dev_1.4.3-1ubuntu1.4uk1_i386.deb Size: 145622 MD5sum: ead924a4d71de328418a98dee63c14d5 SHA1: 204d35ea033f98e990a7d66b8681c16b3ac1ff3c SHA256: 6e96f38dbfd8bbaa1da9e640a08d1335519a6fa332ea0195dfb2b1563ec2d058 Description: Common UNIX Printing System(tm) - Development files PPD library The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the files necessary for developing programs using libcupsppdc. Original-Maintainer: Debian CUPS Maintainers Package: rrdtool Priority: optional Section: utils Installed-Size: 1060 Maintainer: Debian RRDtool Team Architecture: i386 Version: 1.4.3-1 Depends: libc6 (>= 2.8), libcairo2 (>= 1.2.4), libdbi0, libglib2.0-0 (>= 2.12.0), libpango1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4), librrd4 (>= 1.4~rc2), libxml2 (>= 2.6.27) Suggests: librrds-perl Filename: dists/lucid/uniklu/binary-i386/rrdtool_1.4.3-1_i386.deb Size: 454316 MD5sum: 3b583b2611598f82801e559b81781474 SHA1: b74ebb863d830dc693a219f119a69b50577f4ab9 SHA256: 3af3be9b4d8af12ce5eba194eee1319ff17b9cc2db62faebba50c2c17a303cf5 Description: time-series data storage and display system (programs) The Round Robin Database Tool (RRDtool) is a system to store and display time-series data (e.g. network bandwidth, machine-room temperature, server load average). It stores the data in Round Robin Databases (RRDs), a very compact way that will not expand over time. RRDtool processes the extracted data to enforce a certain data density, allowing for useful graphical representation of data values. . RRDtool is often used via various wrappers that can poll data from devices and feed data into RRDs, as well as provide a friendlier user interface and customized graphs. . This package contains command-line programs used to access and manipulate RRDs. Homepage: http://oss.oetiker.ch/rrdtool/ Package: pcmanfm Priority: optional Section: utils Installed-Size: 856 Maintainer: Debian LXDE Packaging Team Architecture: i386 Version: 0.9.7-1 Depends: libc6 (>= 2.4), libcairo2 (>= 1.2.4), libfm-gtk0, libfm0, libglib2.0-0 (>= 2.23.5), libgtk2.0-0 (>= 2.20.0), libpango1.0-0 (>= 1.20.0), libx11-6 (>= 0) Recommends: lxde-icon-theme | gnome-icon-theme, gvfs-backends, gvfs-fuse Conflicts: pcmanfm-nohal Filename: dists/lucid/uniklu/binary-i386/pcmanfm_0.9.7-1_i386.deb Size: 136504 MD5sum: ccc811a110d3162201f5289c3c9e77c9 SHA1: e482f088cb73c6987246051d910b8a964b0c563a SHA256: 094b13c2d8c94dcfc216895f352ffdc42ce9323abda723c9bb85a1a61786e7ea Description: an extremely fast and lightweight file manager PCMan File Manager is a gtk2 based file manager for the X Window System. Features: * Extremly fast and lightweight * Can be started in one second on normal machine * Tabbed browsing (similar to Firefox) * Drag & Drop support * Files can be dragged among tabs * Load large directories in reasonable time * File association support (Default application) * Basic thumbnail support * Bookmarks support * Handles non-UTF-8 encoded filenames correctly * Provide icon view and detailed list view * Standard compliant (Follows FreeDesktop.org) * Clean and user-friendly interface (GTK+ 2) * Support GVFS for auto-mount handling on removable devices Homepage: http://pcmanfm.sourceforge.net/ Package: cupsys-common Priority: extra Section: oldlibs Installed-Size: 112 Maintainer: Ubuntu Core Developers Architecture: all Source: cups Version: 1.4.3-1ubuntu1.4uk1 Depends: cups-common Filename: dists/lucid/uniklu/binary-i386/cupsys-common_1.4.3-1ubuntu1.4uk1_all.deb Size: 4552 MD5sum: d6bee6e2c99779e8b064819e03ad0c7c SHA1: 6fba9706934b15319141ce8ba07133345dbce138 SHA256: 816447fdf487d86b5b1d85dd587ea8d2f4ce24ad5eddb82949879832492ce031 Description: Common UNIX Printing System (transitional package) This is a dummy package to ease transition to new package name. . You can safely remove it after the upgrade. Original-Maintainer: Debian CUPS Maintainers Package: cups-bsd Priority: extra Section: net Installed-Size: 212 Maintainer: Ubuntu Core Developers Architecture: i386 Source: cups Version: 1.4.3-1ubuntu1.4uk1 Replaces: cupsys-bsd (<< 1.3.7-6), lpr Provides: cupsys-bsd, lpr Depends: libc6 (>= 2.4), libcups2 (>= 1.4.0), debconf (>= 0.5) | debconf-2.0, cups-client (= 1.4.3-1ubuntu1.4uk1), update-inetd, cups-common Suggests: cups Conflicts: cupsys-bsd (<< 1.3.7-6), lpr, lprng Filename: dists/lucid/uniklu/binary-i386/cups-bsd_1.4.3-1ubuntu1.4uk1_i386.deb Size: 43362 MD5sum: eabb25fa57e0d8b0be6f27ddc949bfff SHA1: 0f08a051d21617abd7726c887ab1e38838a0fd10 SHA256: d96fc342aaeee1a151bc45c2691e5b7ad21825e1402d4488170f4c77ff9b2052 Description: Common UNIX Printing System(tm) - BSD commands The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpr, lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the BSD commands for interacting with CUPS. It is provided separately to allow CUPS to coexist with other printing systems (to a small degree). Original-Maintainer: Debian CUPS Maintainers Package: awesome Priority: optional Section: x11 Installed-Size: 2716 Maintainer: Julien Danjou Architecture: i386 Version: 3.4.5-1 Provides: x-window-manager Depends: libc6 (>= 2.4), libcairo2 (>= 1.6.4-5~), libdbus-1-3 (>= 1.0.2), libev3 (>= 3.0), libglib2.0-0 (>= 2.12.0), libimlib2, liblua5.1-0, libpango1.0-0 (>= 1.20.0), libstartup-notification0 (>= 0.10), libx11-6 (>= 0), libxcb-atom1 (>= 0.3.6), libxcb-aux0 (>= 0.3.6), libxcb-event1 (>= 0.3.6), libxcb-icccm1 (>= 0.3.6), libxcb-image0 (>= 0.3.6), libxcb-keysyms1 (>= 0.3.6), libxcb-property1 (>= 0.3.6), libxcb-randr0 (>= 1.1), libxcb-render-util0 (>= 0.3.6), libxcb-render0, libxcb-shape0 (>= 0), libxcb-shm0, libxcb-xinerama0 (>= 0), libxcb-xtest0 (>= 0), libxcb1 (>= 0), libxdg-basedir1, menu, dbus-x11 Recommends: x11-xserver-utils, rlwrap Filename: dists/lucid/uniklu/binary-i386/awesome_3.4.5-1_i386.deb Size: 815732 MD5sum: 0996d9ba82f3ccbc956d07b7239d6123 SHA1: dda3f61b3b156bd3c6191d4b08bf489870a93f70 SHA256: 98cecf492db72ee4fba00ddab2c2c5ddbdaf6f9665dbf335ffccaba53c263054 Description: highly configurable, next generation framework window manager for X Highly configurable window manager for X. It is primarly targeted at power users, developers and any people dealing with every day computing tasks and want to have fine-grained control on its graphical environment. . awesome is very extensible and programmable using the Lua programming language. It provides an easily usable and very-well documented API to configure and define the behaviour of your window manager. . awesome also supports tiled window management, multi-head, use XCB instead of Xlib for better performance, does not need mouse (can be fully keyboard driven) and implements many of the Freedesktop standards. It also use tags instead of workspace, which gives better flexibility on windows display. . Remote control is possible via D-Bus. Homepage: http://awesome.naquadah.org Package: openbox Priority: optional Section: x11 Installed-Size: 1476 Maintainer: Nico Golde Architecture: i386 Version: 3.4.11.2-0uk1 Provides: x-session-manager, x-window-manager Depends: libc6 (>= 2.4), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libglib2.0-0 (>= 2.23.5), libice6 (>= 1:1.0.0), libobparser21, libobrender21, libpango1.0-0 (>= 1.14.0), libsm6, libstartup-notification0 (>= 0.10), libx11-6 (>= 0), libxau6, libxext6 (>= 0), libxft2 (>> 2.1.1), libxinerama1, libxml2 (>= 2.7.4), libxrandr2 (>= 0), libxrender1, zlib1g (>= 1:1.1.4) Recommends: openbox-themes Suggests: obconf, menu, ttf-dejavu, python, libxml2-dev Conflicts: menu (<< 2.1.12) Filename: dists/lucid/uniklu/binary-i386/openbox_3.4.11.2-0uk1_i386.deb Size: 308734 MD5sum: 9045e60c60e4a056aa25f1880fa15b48 SHA1: 2343d8ac67b536c1c3fa53ef4abfb93fdf85185f SHA256: ce74e65acb87c89a57648fdb8fcbbad925921eb51b67c6f5502437ad2e968b52 Description: standards compliant, fast, light-weight, extensible window manager Openbox works with your applications, and makes your desktop easier to manage. This is because the approach to its development was the opposite of what seems to be the general case for window managers. Openbox was written first to comply with standards and to work properly. Only when that was in place did the team turn to the visual interface. . Openbox is fully functional as a stand-alone working environment, or can be used as a drop-in replacement for the default window manager in the GNOME or KDE desktop environments. . Openbox 3 is a completely new breed of window manager. It is not based upon any existing code base, although the visual appearance has been based upon that of Blackbox. Openbox 2 was based on the Blackbox 0.65.0 codebase. . Some of the things to look for in Openbox are: . * ICCCM and EWMH compliance! * Very fast * Chainable key bindings * Customizable mouse actions * Window resistance * Multi-head Xinerama support! * Pipe menus Homepage: http://www.openbox.org Package: libcups2 Priority: optional Section: libs Installed-Size: 456 Maintainer: Ubuntu Core Developers Architecture: i386 Source: cups Version: 1.4.3-1ubuntu1.4uk1 Replaces: libcupsys2 (<< 1.3.7-6) Provides: libcupsys2 Depends: libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.4), libgnutls26 (>= 2.7.14-0), libgssapi-krb5-2 (>= 1.7+dfsg), zlib1g (>= 1:1.1.4) Suggests: cups-common Conflicts: libcupsys2 (<< 1.3.7-6) Filename: dists/lucid/uniklu/binary-i386/libcups2_1.4.3-1ubuntu1.4uk1_i386.deb Size: 217746 MD5sum: 45d496b5428eb78d342900f5f6d24788 SHA1: 6857cceb24906ca7cf74ef42655eb0f6076e349f SHA256: bda53c788071221ad43f0302ee6556e5c27eb995323ea5a155357b1112a1de82 Description: Common UNIX Printing System(tm) - Core library The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the base shared libraries for CUPS. Original-Maintainer: Debian CUPS Maintainers Package: r-cran-sp Priority: optional Section: gnu-r Installed-Size: 1512 Maintainer: Debian Science Team Architecture: i386 Version: 0.9.62-2 Depends: libc6 (>= 2.4), r-base-core, r-cran-lattice Filename: dists/lucid/uniklu/binary-i386/r-cran-sp_0.9.62-2_i386.deb Size: 739280 MD5sum: 021b084b6b52f91d1f6c0b04c0c10126 SHA1: 4a54e238914bee360ed24f79b5950d8113142c2e SHA256: f36525697150eb4873235a3f9393ef37ef6ec97dbe1d1350f035686d80d5ee6f Description: GNU R classes and methods for spatial data This GNU R package provides classes and methods for spatial data. The classes document where the spatial location information resides, for 2D or 3D data. Utility functions are provided, e.g. for plotting data as maps, spatial selection, as well as methods for retrieving coordinates, for subsetting, print, summary, etc. Homepage: http://r-spatial.sourceforge.net/ Package: libruby1.9.1 Priority: optional Section: libs Installed-Size: 12988 Maintainer: akira yamada Architecture: i386 Source: ruby1.9.1 Version: 1.9.2.0-1 Replaces: libdbm-ruby1.9.1, libgdbm-ruby1.9.1, libopenssl-ruby1.9.1, libreadline-ruby1.9.1 Provides: libdbm-ruby1.9.1, libgdbm-ruby1.9.1, libopenssl-ruby1.9.1, libreadline-ruby1.9.1 Depends: libc6 (>= 2.11), libffi5 (>= 3.0.4), libgdbm3 (>= 1.8.3), libncurses5 (>= 5.6+20071006-3), libreadline5 (>= 5.2), libssl0.9.8 (>= 0.9.8k-1), libyaml-0-2, zlib1g (>= 1:1.2.3.3.dfsg) Conflicts: libdbm-ruby1.9.1, libgdbm-ruby1.9.1, libopenssl-ruby1.9.1, libreadline-ruby1.9.1 Filename: dists/lucid/uniklu/binary-i386/libruby1.9.1_1.9.2.0-1_i386.deb Size: 3783544 MD5sum: fad27446d22d36c10fbef940d74cf474 SHA1: 8a1309b4cb5231c37e3419351816dcfb0a14bc7d SHA256: a619385345fdcc6f1849c9eeba41f3b39e20c05e2c8220a607ed09122ed2aa7c Description: Libraries necessary to run Ruby 1.9.1 Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in perl). It is simple, straight-forward, and extensible. . This package includes the libruby, necessary to run Ruby 1.9. (API version 1.9.1) Homepage: http://www.ruby-lang.org/ Package: liblua5.1-rrd-dev Priority: optional Section: libdevel Installed-Size: 188 Maintainer: Debian RRDtool Team Architecture: i386 Source: rrdtool Version: 1.4.3-1 Depends: liblua5.1-rrd0 (= 1.4.3-1) Filename: dists/lucid/uniklu/binary-i386/liblua5.1-rrd-dev_1.4.3-1_i386.deb Size: 105018 MD5sum: 8cfaddf0803657691cd2da8dca023a83 SHA1: 5ea761b4f94a2bb2384d88f42a76ee58fc25277e SHA256: 015301937b099b0860751c65d448ea17f6e2869ecdd146a9efd2138a8920ff9d Description: time-series data storage and display system (Lua 5.1 development) The Round Robin Database Tool (RRDtool) is a system to store and display time-series data (e.g. network bandwidth, machine-room temperature, server load average). It stores the data in Round Robin Databases (RRDs), a very compact way that will not expand over time. RRDtool processes the extracted data to enforce a certain data density, allowing for useful graphical representation of data values. . This package contains development files for the Lua 5.1 interface to RRDs. Homepage: http://oss.oetiker.ch/rrdtool/ Package: libcupsimage2 Priority: optional Section: libs Installed-Size: 236 Maintainer: Ubuntu Core Developers Architecture: i386 Source: cups Version: 1.4.3-1ubuntu1.4uk1 Depends: libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.7), libcups2 (>= 1.4.0), libjpeg62, libpng12-0 (>= 1.2.13-4), libtiff4, zlib1g (>= 1:1.1.4) Filename: dists/lucid/uniklu/binary-i386/libcupsimage2_1.4.3-1ubuntu1.4uk1_i386.deb Size: 52238 MD5sum: 2644d54c6079f4c1ff47869ca7671f57 SHA1: 6aa2c85a5c3dc9f6dbc0ef05489cbbc4f99fbb15 SHA256: 02771da3bdc43057c97a09142e45012b71e0a64f771357b68f177fd2fb5188df Description: Common UNIX Printing System(tm) - Raster image library The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the image libraries for handling the CUPS raster format. Original-Maintainer: Debian CUPS Maintainers Package: libcupsmime1 Priority: optional Section: libs Installed-Size: 156 Maintainer: Ubuntu Core Developers Architecture: i386 Source: cups Version: 1.4.3-1ubuntu1.4uk1 Depends: libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.4), libcups2 (>= 1.4.0), libgnutls26 (>= 2.7.14-0) Filename: dists/lucid/uniklu/binary-i386/libcupsmime1_1.4.3-1ubuntu1.4uk1_i386.deb Size: 15130 MD5sum: e5734115ea6b167ac24b1bda5c8f8c52 SHA1: 2331c9df7369cddac46fc0f6000374b877e66444 SHA256: fa202e126e152cdeb33a32a3ce996da6948c719350eddc0bd5c6a0877562e97f Description: Common UNIX Printing System(tm) - MIME library The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides a shared library for file type detection and file conversion filter chain building. Original-Maintainer: Debian CUPS Maintainers Package: python-roman Priority: optional Section: python Installed-Size: 80 Maintainer: Debian Python Modules Team Architecture: all Source: python-docutils Version: 0.7-2 Depends: python (>= 2.3), python-support (>= 0.90.0) Filename: dists/lucid/uniklu/binary-i386/python-roman_0.7-2_all.deb Size: 15520 MD5sum: b4b66460a466f76ea564e8f6997ded6b SHA1: 07b7d862f9d83e50ed0a2fc58b2faa580a43d705 SHA256: 0729868b4857eb1547eb69abaab9f406e7a40cae4f0420c5cc9d72e6566059d5 Description: module for generating/analyzing Roman numerals This module converts from and to Roman numerals. It can convert numbers from 1 to 4999 and understands the common shortcuts (IX == 9), but not illegal ones (MIM == 1999). . This module is part of "Dive Into Python", a free Python tutorial for experienced programmers. Visit http://diveintopython.org/ for the latest version. . It is maintained in Debian as part of the python-docutils package. Homepage: http://docutils.sourceforge.net/ Package: zabbix-server-pgsql Priority: optional Section: net Installed-Size: 4384 Maintainer: Christoph Haas Architecture: i386 Source: zabbix Version: 1:1.8.2-1 Depends: libc6 (>= 2.7), libcurl3-gnutls (>= 7.16.2-1), libiksemel3, libldap-2.4-2 (>= 2.4.7), libopenipmi0, libpq5 (>= 8.4~0cvs20090328), libsnmp15 (>= 5.4.2.1~dfsg), debconf (>= 0.5) | debconf-2.0, fping, adduser, dbconfig-common (>= 1.8.19), lsb-base Pre-Depends: debconf Recommends: postgresql, snmpd Suggests: zabbix-frontend-php, logrotate Conflicts: zabbix-server-mysql Filename: dists/lucid/uniklu/binary-i386/zabbix-server-pgsql_1.8.2-1_i386.deb Size: 616692 MD5sum: 4b91ed8c9f12c23ed4617d8924df5036 SHA1: 3274e3bc341285e83830df4c9c6807e168199bf0 SHA256: d7fd70ac7a8a9e017aef2d50b3d242098a74ce15ff76d85efe97ffc519d1906d Description: network monitoring solution - server (using PostgreSQL) Zabbix is a server/client network monitoring system with many features. It can be used for: . - high level monitoring of IT services; - centralized monitoring of your servers and applications; - monitoring of SNMP-enabled devices; - performance monitoring (process load, network activity, disk activity, memory usage, OS parameters etc.); - data visualization. . This package provides the software needed to integrate a host as a Zabbix client. It collects information from Zabbix clients and stores it in a PostgreSQL database back-end. Package: clusterssh Priority: optional Section: admin Installed-Size: 308 Maintainer: tony mancill Architecture: all Version: 4.00.05-2 Depends: perl-tk, openssh-client, xterm, libx11-protocol-perl Filename: dists/lucid/uniklu/binary-i386/clusterssh_4.00.05-2_all.deb Size: 92290 MD5sum: 26f7ce8e60d5d5b1ed79c894b5afb7b5 SHA1: 9b14fcd4cf8fb190141995bdbaf483ace234775e SHA256: affc2a5f32b91b60ea7d448e63261d37f846583f8f1f77801e394a04e4af27a7 Description: administer multiple ssh or rsh shells simultaneously ClusterSSH allows you to control multiple ssh or rsh sessions from a single input window. You can also configure clusters of machines for easy invocation and interact with individual terminal windows during a session. Homepage: http://clusterssh.sourceforge.net/ Package: cups Priority: optional Section: net Installed-Size: 8216 Maintainer: Ubuntu Core Developers Architecture: i386 Version: 1.4.3-1ubuntu1.4uk1 Replaces: cupsddk-drivers (<< 1.4.0), cupsys (<< 1.3.7-6), cupsys-bsd (<< 1.3.7-5) Provides: cupsddk-drivers, cupsys Depends: libacl1 (>= 2.2.11-1), libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.7), libcups2 (>= 1.4.0), libcupscgi1 (>= 1.4.2), libcupsdriver1 (>= 1.4.0), libcupsimage2 (>= 1.4.0), libcupsmime1 (>= 1.4.0), libcupsppdc1 (>= 1.4.0), libdbus-1-3 (>= 1.0.2), libgcc1 (>= 1:4.1.1), libgnutls26 (>= 2.7.14-0), libgssapi-krb5-2 (>= 1.8+dfsg), libijs-0.35, libkrb5-3 (>= 1.6.dfsg.2), libldap-2.4-2 (>= 2.4.7), libpam0g (>= 0.99.7.1), libpaper1, libpoppler5, libslp1, libstdc++6 (>= 4.1.1), libusb-0.1-4 (>= 2:0.1.12), zlib1g (>= 1:1.1.4), debconf (>= 1.2.9) | debconf-2.0, poppler-utils (>= 0.12), perl-modules, procps, ghostscript, lsb-base (>= 3), cups-common (>= 1.4.3), cups-client (>= 1.4.3-1ubuntu1.4uk1), ssl-cert (>= 1.0.11), adduser, bc, ttf-freefont Recommends: foomatic-filters (>= 4.0), cups-driver-gutenprint, ghostscript-cups Suggests: cups-bsd, cups-ppdc, foomatic-db-engine, foomatic-db, hplip, xpdf-korean | xpdf-japanese | xpdf-chinese-traditional | xpdf-chinese-simplified, cups-pdf, smbclient (>= 3.0.9), udev Conflicts: cupsddk-drivers (<< 1.4.0), cupsys (<< 1.3.7-6), cupsys-bsd (<< 1.3.7-5), libpoppler5 (<< 0.12.2-2) Breaks: foomatic-filters (<< 4.0) Filename: dists/lucid/uniklu/binary-i386/cups_1.4.3-1ubuntu1.4uk1_i386.deb Size: 1946012 MD5sum: 98a5757406b5ee81468d8b90bea624ae SHA1: 4a42fbbb6e397268f20adf5110b0963b63560e47 SHA256: 07472f079e9ec7b32f17bf81e49215bf1b19d15677f38d4f59c2086c993a9003 Description: Common UNIX Printing System(tm) - server The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the CUPS scheduler/daemon and related files. Original-Maintainer: Debian CUPS Maintainers Package: libcupsdriver1 Priority: optional Section: libs Installed-Size: 168 Maintainer: Ubuntu Core Developers Architecture: i386 Source: cups Version: 1.4.3-1ubuntu1.4uk1 Depends: libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.4), libcups2 (>= 1.4.0), libgnutls26 (>= 2.7.14-0) Filename: dists/lucid/uniklu/binary-i386/libcupsdriver1_1.4.3-1ubuntu1.4uk1_i386.deb Size: 21760 MD5sum: b8bbf0d4ef9c9de7a265c9d239064343 SHA1: bb9937a93854445a1196cc96a5975e3f88d65c38 SHA256: 35eea9747b14c63934ecf4b69be940d0f59ac44d9a7a90b9d3ac7635616784d4 Description: Common UNIX Printing System(tm) - Driver library The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides a shared library with useful functions for printer drivers. Original-Maintainer: Debian CUPS Maintainers Package: libobrender21 Priority: optional Section: libs Installed-Size: 176 Maintainer: Nico Golde Architecture: i386 Source: openbox Version: 3.4.11.2-0uk1 Replaces: libobrender15, libobrender16 Depends: libc6 (>= 2.3.6-6~), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libglib2.0-0 (>= 2.23.5), libice6 (>= 1:1.0.0), libobparser21, libpango1.0-0 (>= 1.18.0), libsm6, libx11-6 (>= 0), libxft2 (>> 2.1.1), libxml2 (>= 2.6.27), zlib1g (>= 1:1.1.4) Conflicts: libobrender15, libobrender16 Filename: dists/lucid/uniklu/binary-i386/libobrender21_3.4.11.2-0uk1_i386.deb Size: 70328 MD5sum: ae7fd800e2b7cfcbf408d3a19b039b68 SHA1: ba48b8fb1cf9c5eb88ecadcfce286087c583ba86 SHA256: 650e59c23374a2fae485c4b41bac22bfa75ad16c9635712b74b1dc42a81bfde8 Description: rendering library for openbox themes Openbox works with your applications, and makes your desktop easier to manage. This is because the approach to its development was the opposite of what seems to be the general case for window managers. Openbox was written first to comply with standards and to work properly. Only when that was in place did the team turn to the visual interface. . Openbox is fully functional as a stand-alone working environment, or can be used as a drop-in replacement for the default window manager in the GNOME or KDE desktop environments. . Openbox 3 is a completely new breed of window manager. It is not based upon any existing code base, although the visual appearance has been based upon that of Blackbox. Openbox 2 was based on the Blackbox 0.65.0 codebase. . This package contains the libobrender library files used by openbox for theme rendering. Homepage: http://www.openbox.org Package: ri1.9.1 Priority: optional Section: ruby Installed-Size: 43816 Maintainer: akira yamada Architecture: all Source: ruby1.9.1 Version: 1.9.2.0-1 Depends: ruby1.9.1 (>= 1.9.2.0-1) Filename: dists/lucid/uniklu/binary-i386/ri1.9.1_1.9.2.0-1_all.deb Size: 1392088 MD5sum: affe5f622c05caf2c1fb7e81300ff274 SHA1: 545e25ae350f41e51e7ab63d5ccdc7978a8e3064 SHA256: e79aa1d8c2e13dc2ad74ec2b11633fdecee55562523464c67e32cf3cbcb10e45 Description: Ruby Interactive reference (for Ruby 1.9.1) ri is a command line tool that displays descriptions of built-in Ruby methods, classes, and modules. For methods, it shows you the calling sequence and a description. For classes and modules, it shows a synopsis along with a list of the methods the class or module implements. . This package provides ri command and descriptions about Ruby 1.9.1. Homepage: http://www.ruby-lang.org/ Package: cupsys-client Priority: extra Section: oldlibs Installed-Size: 112 Maintainer: Ubuntu Core Developers Architecture: all Source: cups Version: 1.4.3-1ubuntu1.4uk1 Depends: cups-client Filename: dists/lucid/uniklu/binary-i386/cupsys-client_1.4.3-1ubuntu1.4uk1_all.deb Size: 73586 MD5sum: 65f36268cde16cfdad1eac4b66a0ef7d SHA1: 3d9fa61ddab9aee61bfcf27deaa2f624a5a9e873 SHA256: 6a1a191f7684ab56c25cc91306f850628e08777ecc9c5cf4eb31c5e4feca7504 Description: Common UNIX Printing System (transitional package) This is a dummy package to ease transition to new package name. . You can safely remove it after the upgrade. Original-Maintainer: Debian CUPS Maintainers Package: cupsys-dbg Priority: extra Section: oldlibs Installed-Size: 112 Maintainer: Ubuntu Core Developers Architecture: all Source: cups Version: 1.4.3-1ubuntu1.4uk1 Depends: cups-dbg (>= 1.4.3-1ubuntu1.4uk1) Filename: dists/lucid/uniklu/binary-i386/cupsys-dbg_1.4.3-1ubuntu1.4uk1_all.deb Size: 73594 MD5sum: efa3bf4457c7c6db5d7b3e41886d47ee SHA1: bedc64353e274e740d64afe0c8d81ea878dd1036 SHA256: dc449b2d3c5b964392115a36f2e3231d164592ceee62e843c913602fb461f560 Description: Common UNIX Printing System (transitional package) This is a dummy package to ease transition to new package name. . You can safely remove it after the upgrade. Original-Maintainer: Debian CUPS Maintainers Package: zabbix-proxy-mysql Priority: optional Section: net Installed-Size: 4144 Maintainer: Christoph Haas Architecture: i386 Source: zabbix Version: 1:1.8.2-1 Depends: libc6 (>= 2.7), libcurl3-gnutls (>= 7.16.2-1), libmysqlclient16 (>= 5.1.21-1), libopenipmi0, libsnmp15 (>= 5.4.2.1~dfsg), debconf (>= 0.5) | debconf-2.0, fping, adduser, dbconfig-common (>= 1.8.19), lsb-base Recommends: mysql-server (>= 4.0.16-2) Suggests: logrotate Conflicts: zabbix-proxy-pgsql Filename: dists/lucid/uniklu/binary-i386/zabbix-proxy-mysql_1.8.2-1_i386.deb Size: 539258 MD5sum: def35db5561d3fb2159680d14cbdc434 SHA1: 19980d69ded25d6c5dfe16ca1334f8dc06d0f7f1 SHA256: 08de6708976352a7fb89498dcb132a26bf77adf74ffcc0514ffe048f6901d497 Description: network monitoring solution - proxy (using MySQL) Zabbix is a server/client network monitoring system with many features. It can be used for: . - high level monitoring of IT services; - centralized monitoring of your servers and applications; - monitoring of SNMP-enabled devices; - performance monitoring (process load, network activity, disk activity, memory usage, OS parameters etc.); - data visualization. . This package provides the software needed to integrate a host as a Zabbix proxy. It collects information from Zabbix clients and passes it to a server running a PostgreSQL database back-end. Package: zabbix-server-mysql Priority: optional Section: net Installed-Size: 4340 Maintainer: Christoph Haas Architecture: i386 Source: zabbix Version: 1:1.8.2-1 Depends: libc6 (>= 2.7), libcurl3-gnutls (>= 7.16.2-1), libiksemel3, libldap-2.4-2 (>= 2.4.7), libmysqlclient16 (>= 5.1.21-1), libopenipmi0, libsnmp15 (>= 5.4.2.1~dfsg), debconf (>= 0.5) | debconf-2.0, fping, adduser, dbconfig-common (>= 1.8.19), lsb-base Pre-Depends: debconf Recommends: mysql-server (>= 4.0.16-2), snmpd Suggests: zabbix-frontend-php, logrotate Conflicts: zabbix-server-pgsql Filename: dists/lucid/uniklu/binary-i386/zabbix-server-mysql_1.8.2-1_i386.deb Size: 607678 MD5sum: fc8662cc2c0338359a0e3783d00e8575 SHA1: 261eabd4600c29809360cf2487cd856943e85618 SHA256: 19f27a8bf6cecc4839e8089eac8492075cb51dbfc0dc236c13018ea6c2972f58 Description: network monitoring solution - server (using MySQL) Zabbix is a server/client network monitoring system with many features. It can be used for: . - high level monitoring of IT services; - centralized monitoring of your servers and applications; - monitoring of SNMP-enabled devices; - performance monitoring (process load, network activity, disk activity, memory usage, OS parameters etc.); - data visualization. . This package provides the software needed to integrate a host as a Zabbix client. It collects information from Zabbix clients and stores it in a MySQL database back-end. Package: cups-common Priority: optional Section: net Installed-Size: 6684 Maintainer: Ubuntu Core Developers Architecture: all Source: cups Version: 1.4.3-1ubuntu1.4uk1 Replaces: cupsys-common (<< 1.3.7-6) Provides: cupsys-common Conflicts: cupsys-common (<< 1.3.7-6) Filename: dists/lucid/uniklu/binary-i386/cups-common_1.4.3-1ubuntu1.4uk1_all.deb Size: 1494924 MD5sum: 09351941de819c97fd5a8f1611f6433c SHA1: 41bfbede5e6af967777f65eea632fb0f68d21ae2 SHA256: 327a41b5f33ced26b98687a0e6646578cb9966582e3c8d5d31c100573f581e47 Description: Common UNIX Printing System(tm) - common files The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides common files for CUPS server and client packages. Original-Maintainer: Debian CUPS Maintainers Package: librrd-ruby1.8 Priority: optional Section: ruby Installed-Size: 172 Maintainer: Debian RRDtool Team Architecture: i386 Source: rrdtool Version: 1.4.3-1 Depends: libc6 (>= 2.4), librrd4 (>= 1.4~rc2), libruby1.8 (>= 1.8.7.249) Filename: dists/lucid/uniklu/binary-i386/librrd-ruby1.8_1.4.3-1_i386.deb Size: 101082 MD5sum: 6ae825b2a555762432e5c67f650beffb SHA1: 5518bad27d0bd95752c59d812ba02319b082c436 SHA256: d6e9deb8523cb7ed5a76689066df532c23649c9972232d76f5a85f63c6201406 Description: time-series data storage and display system (Ruby 1.8 interface) The Round Robin Database Tool (RRDtool) is a system to store and display time-series data (e.g. network bandwidth, machine-room temperature, server load average). It stores the data in Round Robin Databases (RRDs), a very compact way that will not expand over time. RRDtool processes the extracted data to enforce a certain data density, allowing for useful graphical representation of data values. . This package contains a Ruby 1.8 interface to RRDs. Homepage: http://oss.oetiker.ch/rrdtool/ Package: ruby1.9.1 Priority: optional Section: ruby Installed-Size: 180 Maintainer: akira yamada Architecture: i386 Version: 1.9.2.0-1 Replaces: irb1.9.1, rdoc1.9.1, rubygems1.9.1 Provides: irb1.9.1, rdoc1.9.1, ruby1.9.2, rubygems1.9.1 Depends: libruby1.9.1 (= 1.9.2.0-1), libc6 (>= 2.3.6-6~) Suggests: ruby1.9.1-examples, ri1.9.1, graphviz Conflicts: irb1.9.1, rdoc1.9.1, rubygems1.9.1 Filename: dists/lucid/uniklu/binary-i386/ruby1.9.1_1.9.2.0-1_i386.deb Size: 35788 MD5sum: ca1061eb54576643aa30ba3bcedcbe78 SHA1: beba91924c99130af75232ed19dfe07ae14744ad SHA256: f84f5552a8e9c970486eb1a9095a306a8c2c52ebdbb36bf2d9b6d0a4d220e899 Description: Interpreter of object-oriented scripting language Ruby 1.9.2 Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in perl). It is simple, straight-forward, and extensible. . This package provides version 1.9.2 series of Ruby, which is binary-compatible with the 1.9.1 branch. Homepage: http://www.ruby-lang.org/ Package: cupsys Priority: extra Section: oldlibs Installed-Size: 112 Maintainer: Ubuntu Core Developers Architecture: all Source: cups Version: 1.4.3-1ubuntu1.4uk1 Depends: cups Filename: dists/lucid/uniklu/binary-i386/cupsys_1.4.3-1ubuntu1.4uk1_all.deb Size: 73574 MD5sum: f2671ef694bad18fcaa726b90f1d0f15 SHA1: c22781f9a24d7a5c75818d18eeb0b464f025b8f4 SHA256: c55f6a463d4a1f95a519da73323c2ebab79444fc7ba2cb5c87d06b3cc9e83ada Description: Common UNIX Printing System (transitional package) This is a dummy package to ease transition to new package name. . You can safely remove it after the upgrade. Original-Maintainer: Debian CUPS Maintainers Package: python-markdown Priority: optional Section: python Installed-Size: 272 Maintainer: Debian Python Modules Team Architecture: all Version: 2.0.3-2uk1 Depends: python (>= 2.3), python-support (>= 0.90.0) Filename: dists/lucid/uniklu/binary-i386/python-markdown_2.0.3-2uk1_all.deb Size: 52884 MD5sum: 3e11612417fd097120cc5aec81733386 SHA1: 98cbbdc6b5b9db9291ad87e8cddd3aad339ca5b9 SHA256: de2b8f71da7ed19f1614e118645678cf6df7f9f991cf39e8b349c0374e922c73 Description: text-to-HTML conversion library/tool Markdown is a text-to-HTML conversion tool for web writers. Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML). . This is a Python implementation of John Gruber's Markdown. The current version of python-markdown implements all Markdown syntax features and fully passes Markdown Test Suite 1.0. It also supports footnotes and attributes. Homepage: http://www.freewisdom.org/projects/python-markdown/ Package: libobparser21 Priority: optional Section: libs Installed-Size: 100 Maintainer: Nico Golde Architecture: i386 Source: openbox Version: 3.4.11.2-0uk1 Replaces: libobparser15, libobparser16 Depends: libc6 (>= 2.1.3), libglib2.0-0 (>= 2.14.0), libxml2 (>= 2.7.4) Conflicts: libobparser15, libobparser16 Filename: dists/lucid/uniklu/binary-i386/libobparser21_3.4.11.2-0uk1_i386.deb Size: 40528 MD5sum: bf5b378884669f8495481dce19756170 SHA1: 897fbcdc3e2d07e1036a72021af2591895c0134b SHA256: 6c916c3fe5264caa14804aee95ca2b76de8f9c4649f65890e444277984fd93c6 Description: parsing library for openbox Openbox works with your applications, and makes your desktop easier to manage. This is because the approach to its development was the opposite of what seems to be the general case for window managers. Openbox was written first to comply with standards and to work properly. Only when that was in place did the team turn to the visual interface. . Openbox is fully functional as a stand-alone working environment, or can be used as a drop-in replacement for the default window manager in the GNOME or KDE desktop environments. . Openbox 3 is a completely new breed of window manager. It is not based upon any existing code base, although the visual appearance has been based upon that of Blackbox. Openbox 2 was based on the Blackbox 0.65.0 codebase. . This package contains the libobparser library files used by openbox to load and parse configuration and theme files of openbox. Homepage: http://www.openbox.org Package: cups-dbg Priority: extra Section: debug Installed-Size: 200 Maintainer: Ubuntu Core Developers Architecture: i386 Source: cups Version: 1.4.3-1ubuntu1.4uk1 Replaces: cupsys-dbg (<< 1.3.7-6) Depends: cups (= 1.4.3-1ubuntu1.4uk1) Conflicts: cupsys-dbg (<< 1.3.7-6) Filename: dists/lucid/uniklu/binary-i386/cups-dbg_1.4.3-1ubuntu1.4uk1_i386.deb Size: 93108 MD5sum: 1a6a0b998fc08c282fde94cd1304e8cc SHA1: 0a7546eca62cf798f0727841b074c7f60959eaaa SHA256: 86402cbe253e1e0abca48eba833f35734761af55ae95ff739ce05cc43c92160d Description: Common UNIX Printing System(tm) - debugging symbols The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the debugging symbols of CUPS. Original-Maintainer: Debian CUPS Maintainers Package: python-django-tagging Priority: optional Section: python Installed-Size: 280 Maintainer: Debian Python Modules Team Architecture: all Version: 0.3.1-1 Depends: python (>= 2.3), python-support (>= 0.90.0), python-django (>= 1.0) Filename: dists/lucid/uniklu/binary-i386/python-django-tagging_0.3.1-1_all.deb Size: 46278 MD5sum: d3ffc9a49f7f3f82ba9567d50eb3cb10 SHA1: febd946c72b375b19bb885708d4be378a21744d0 SHA256: 50a407d553525c59c124c1b8ed8e8b7e5d5f2ad5f8a3742a08b0baea22210603 Description: A generic tagging application for Django projects This is a generic tagging application for Django, which allows association of a number of tags with any Model instance and makes retrieval of tags simple. . Models can be expanded with a new TagField; web templates can easily include tag clouds and dedicated views are available to browse objects by tag. Homepage: http://code.google.com/p/django-tagging/ Package: deskbar-applet Priority: optional Section: gnome Installed-Size: 5196 Maintainer: Debian GNOME Maintainers Architecture: i386 Version: 2.30.1-1 Depends: libatk1.0-0 (>= 1.29.3), libbonobo2-0 (>= 2.15.0), libc6 (>= 2.3.6-6~), libcairo2 (>= 1.2.4), libdbus-1-3 (>= 1.0.2), libebook1.2-9 (>= 2.28.3.1), libedataserver1.2-11 (>= 2.28.3.1), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgconf2-4 (>= 2.27.0), libglib2.0-0 (>= 2.23.5), libgnome-desktop-2-17 (>= 1:2.29.92), libgtk2.0-0 (>= 2.20.0), liborbit2 (>= 1:2.14.10), libpango1.0-0 (>= 1.14.0), libsoup2.4-1 (>= 2.4.0), libstartup-notification0 (>= 0.10), libxml2 (>= 2.6.27), gconf2 (>= 2.12.1-1), python (<< 2.7), python (>= 2.6), python-support (>= 0.90.0), python-gobject (>= 2.15.3), python-gtk2 (>= 2.12), python-glade2 (>= 2.12), python-gconf, python-gnomeapplet, python-gnomedesktop, python-gnomekeyring, python-wnck, python-dbus (>= 0.80.2) Recommends: python-beagle (>= 0.2.8), gnome-utils (>= 2.14.0) Filename: dists/lucid/uniklu/binary-i386/deskbar-applet_2.30.1-1_i386.deb Size: 1103902 MD5sum: 0114a12e36cbaf508e812b875e46bdac SHA1: 317c0408d5a68595689f23619e6e0b053ed62a88 SHA256: 3f5a28f7fb644701a7512e770d51b876573e20699d5672044790ca38da147a18 Description: universal search and navigation bar for GNOME Deskbar-applet is intended as a browser-like keyword-driven url bar. You type a web address, or an email address, or a file name, or some keyword then the arguments, and it shows a popup with possible choices from there. Like 'Search google for foo'. Homepage: http://raphael.slinckx.net/deskbar/ Python-Version: 2.6 Package: libcups2-dev Priority: optional Section: libdevel Installed-Size: 776 Maintainer: Ubuntu Core Developers Architecture: i386 Source: cups Version: 1.4.3-1ubuntu1.4uk1 Replaces: libcupsys2-dev (<< 1.3.7-6) Provides: libcupsys2-dev Depends: libcups2 (= 1.4.3-1ubuntu1.4uk1), libgnutls-dev, libkrb5-dev | heimdal-dev Conflicts: libcupsys2-dev (<< 1.3.7-6) Filename: dists/lucid/uniklu/binary-i386/libcups2-dev_1.4.3-1ubuntu1.4uk1_i386.deb Size: 201524 MD5sum: 9f392a28bb8fa51049a7992faba77eb6 SHA1: 7106aff42b568768f9f5906d3acaca0406f00d66 SHA256: ec6ceb0c42286e9966e878da3724ab538ed98fd2ab5be32f9a7aa614e58aa0ea Description: Common UNIX Printing System(tm) - Development files CUPS library The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the files necessary for developing CUPS-aware applications and CUPS drivers, as well as examples how to communicate with cups from different programming languages (Perl, Java, and PHP). Original-Maintainer: Debian CUPS Maintainers Package: librrd4 Priority: optional Section: libs Installed-Size: 636 Maintainer: Debian RRDtool Team Architecture: i386 Source: rrdtool Version: 1.4.3-1 Depends: libc6 (>= 2.8), libcairo2 (>= 1.2.4), libdbi0, libglib2.0-0 (>= 2.12.0), libpango1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4), libxml2 (>= 2.7.4) Recommends: ttf-dejavu | ttf-bitstream-vera Conflicts: librrds-perl (<< 1.0.42-1), rrdtool (<< 1.0.42-1) Filename: dists/lucid/uniklu/binary-i386/librrd4_1.4.3-1_i386.deb Size: 310212 MD5sum: 739708b73f10106ba0cb82f073f98d63 SHA1: c5bbd98de03cccce839b2ced97fcead20e911857 SHA256: 8929b8c01eab72f499392491b9b14e915231d6bd96a8a581e414337cfe9ec72e Description: time-series data storage and display system (runtime library) The Round Robin Database Tool (RRDtool) is a system to store and display time-series data (e.g. network bandwidth, machine-room temperature, server load average). It stores the data in Round Robin Databases (RRDs), a very compact way that will not expand over time. RRDtool processes the extracted data to enforce a certain data density, allowing for useful graphical representation of data values. . This package contains shared libraries used to access and manipulate RRDs. Homepage: http://oss.oetiker.ch/rrdtool/ Package: awesome-extra Priority: extra Section: x11 Installed-Size: 572 Maintainer: Julien Danjou Architecture: all Version: 2010051701 Recommends: awesome Filename: dists/lucid/uniklu/binary-i386/awesome-extra_2010051701_all.deb Size: 81696 MD5sum: 6598f22197c562c98734830228a5ca1a SHA1: 50bdd4d6d00ae39242ac70c708ef5635db247cd1 SHA256: d2123d32bb0b4ddf3b306ec308160472d4cd221a0fee581562b31cfe7754db87 Description: additional modules for awesome This is a set of additional modules for the awesome window manager. . It contains: * wicked, a widget manager which can fill them with various system information (CPU or memory usage, network bandwidth, etc); * shifty, an extension implementing dynamic tagging; * obvious, a set of several widgets (WiFi link quality, battery usage, etc), superseding wicked; * vicious, a widget manager. Package: libpam-linux-uniklu Priority: extra Section: admin Installed-Size: 104 Maintainer: Albrecht Gebhardt Architecture: i386 Source: pam-linux-uniklu Version: 1.0-3 Depends: libc6 (>= 2.4), debconf (>= 0.5), python-pexpect Suggests: libpam-unixds Filename: dists/lucid/uniklu/binary-i386/libpam-linux-uniklu_1.0-3_i386.deb Size: 10034 MD5sum: ddd882cea4699e9586478eb834814101 SHA1: a59f1575c8ece7ede32863087d0a714eb31a68e7 SHA256: e6bdbdd5b709e267e7cdd268aab26d3053553fa236cfd565f246421dab8a842e Description: PAM module for executing authentication tasks in session step This module transfers the cleartext password from the authenticate step into the session step of an PAM login. So you can execute login scripts which require password access. Package: couenne Priority: extra Section: math Installed-Size: 40 Maintainer: Albrecht Gebhardt Architecture: i386 Version: 0.3-581 Filename: dists/lucid/uniklu/binary-i386/couenne_0.3-581_i386.deb Size: 1672 MD5sum: 3a9125254332021640e5a80ebef0f49f SHA1: 991b1fdc1f9d15e5edbe8904c776fe676296e292 SHA256: ea24a700c8269959fe1cc2bd28989a4225c0d4f3301f9b916e38051f72d3a500 Description: couenne couenne Package: python-django-debug-toolbar Priority: optional Section: python Installed-Size: 572 Maintainer: Chris Lamb Architecture: all Version: 0.8.3-8uk1 Depends: python-support (>= 0.90.0), python-django (>= 1.0), libjs-jquery Recommends: python-pygments Filename: dists/lucid/uniklu/binary-i386/python-django-debug-toolbar_0.8.3-8uk1_all.deb Size: 87514 MD5sum: aebe5b2f262cad5e69d78b9d99217018 SHA1: bfce81ded8efae646b2e55a3e2451740a4902a78 SHA256: 479c7cfde1c38e3c5cc3a498c6d202f0038486fc05643f2af943f5cb22ccb3e7 Description: Embedded debugging toolbar for Django projects The Django Debug Toolbar is a plug-in Django application that displays a set of panels which conveys information about the current request at the top of the rendered page. It can show: . * Total time taken to process request * Request variables, including GET, POST, cookie, and session information. * All SQL queries performed during response creation and processing, including timing and 'EXPLAIN' output for each query in conjunction with the total time spent performing SQL queries. If python-pygments is installed, the SQL syntax is highlighted. * Current Django version * HTTP headers * Total requests, time, hits and misses of the cache. * Which templates were rendered the context provided to each template. Homepage: http://github.com/robhudson/django-debug-toolbar Package: ruby1.9.1-elisp Priority: optional Section: ruby Installed-Size: 232 Maintainer: akira yamada Architecture: all Source: ruby1.9.1 Version: 1.9.2.0-1 Depends: emacs | emacsen Suggests: ruby1.9.1 (>= 1.9.2.0-1) Conflicts: ruby-beta-elisp, ruby-elisp (<< 1.8), ruby1.6-elisp, ruby1.7-elisp, ruby1.8-elisp Filename: dists/lucid/uniklu/binary-i386/ruby1.9.1-elisp_1.9.2.0-1_all.deb Size: 43080 MD5sum: 553deac2c2d912ce41e413994845c4c9 SHA1: 9d6db1fbe6058d0f19ed843c9eccdb3b1c921805 SHA256: 76672bdb5cb90ac0e5cb635297a7caf72799d5ea0f35ce778f9de83d83b3483a Description: ruby-mode for Emacsen This package provides major-mode for editing Ruby scripts and some emacs-lisp programs for Ruby programmers. Homepage: http://www.ruby-lang.org/ Package: ruby1.9.1-examples Priority: optional Section: ruby Installed-Size: 736 Maintainer: akira yamada Architecture: all Source: ruby1.9.1 Version: 1.9.2.0-1 Suggests: ruby1.9.1 (>= 1.9.2.0-1) Filename: dists/lucid/uniklu/binary-i386/ruby1.9.1-examples_1.9.2.0-1_all.deb Size: 82420 MD5sum: 74db982daee125debb958dc5ca6369aa SHA1: 9cdc752121cb1cc01ab4fac08d383b94d8cef340 SHA256: cc3deb85d4f70abab2c70bf9bd8c28fc573b9d9be162639943aaf71428c9a130 Description: Examples for Ruby 1.9 This package provides example programs about Ruby 1.9.1. . Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in perl). It is simple, straight-forward, and extensible. Homepage: http://www.ruby-lang.org/ Package: emelfm2 Priority: optional Section: utils Installed-Size: 2108 Maintainer: Florian Zaehringer Architecture: i386 Version: 0.7.2-1 Depends: libc6 (>= 2.4), libcairo2 (>= 1.2.4), libglib2.0-0 (>= 2.23.5), libgtk2.0-0 (>= 2.18.0), libpango1.0-0 (>= 1.18.0) Filename: dists/lucid/uniklu/binary-i386/emelfm2_0.7.2-1_i386.deb Size: 809796 MD5sum: e17c10eb18943ab42eb1cda73378362f SHA1: 2837ab8936c23daa192a9511fbfd7d44a90d4e9a SHA256: 425a0984c18c28bc4d4e4954b3274dc9037f7d6724d8566defcb917c48996186 Description: file manager for X/gtk This is a non-official debian-package. emelFM2 is a file manager that implements the popular two-pane design. It features a simple GTK+2 interface, a flexible file typing scheme, and a built-in command line for executing commands without opening a terminal-emulator application. Package: openbox-dev Priority: optional Section: libdevel Installed-Size: 276 Maintainer: Nico Golde Architecture: i386 Source: openbox Version: 3.4.11.2-0uk1 Depends: libobrender21 (= 3.4.11.2-0uk1), libobparser21 (= 3.4.11.2-0uk1) Filename: dists/lucid/uniklu/binary-i386/openbox-dev_3.4.11.2-0uk1_i386.deb Size: 81562 MD5sum: 02222fb42909a83c07a70082c0d808a5 SHA1: 967762ab6da27608bb040607c1ad36856803cfb4 SHA256: 595473179955942086688b4ee1c189fdbe05e706b61ab13ab85a7df85e8d6c96 Description: development files for the openbox window manager Openbox works with your applications, and makes your desktop easier to manage. This is because the approach to its development was the opposite of what seems to be the general case for window managers. Openbox was written first to comply with standards and to work properly. Only when that was in place did the team turn to the visual interface. . Openbox is fully functional as a stand-alone working environment, or can be used as a drop-in replacement for the default window manager in the GNOME or KDE desktop environments. . Openbox 3 is a completely new breed of window manager. It is not based upon any existing code base, although the visual appearance has been based upon that of Blackbox. Openbox 2 was based on the Blackbox 0.65.0 codebase. . This package contains the development headers for building openbox stuff. Homepage: http://www.openbox.org Package: rrdcached Priority: optional Section: utils Installed-Size: 304 Maintainer: Debian RRDtool Team Architecture: i386 Source: rrdtool Version: 1.4.3-1 Depends: libc6 (>= 2.4), libcairo2 (>= 1.2.4), libdbi0, libglib2.0-0 (>= 2.12.0), libpango1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4), librrd4 (>= 1.4~rc2+20091004), libxml2 (>= 2.6.27) Filename: dists/lucid/uniklu/binary-i386/rrdcached_1.4.3-1_i386.deb Size: 143982 MD5sum: 9d4a0ad1e2998e98163f2865b2a41a91 SHA1: db16b11332c9ef531e5258667f9001c66d64fc8d SHA256: a9650089c00d42372478b08d207af8f700224f66d3a33350ba20f9b0f6bdae67 Description: data caching daemon for RRDtool RRDCacheD is a daemon that receives updates to existing RRD files, accumulates them and, if enough have been received or a defined time has passed, writes the updates to the RRD file. The daemon was written with big setups in mind. Those setups usually run into I/O related problems. RRDCacheD's goal is to alleviate these problems. Homepage: http://oss.oetiker.ch/rrdtool/ Package: libcupscgi1 Priority: optional Section: libs Installed-Size: 196 Maintainer: Ubuntu Core Developers Architecture: i386 Source: cups Version: 1.4.3-1ubuntu1.4uk1 Depends: libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.4), libcups2 (>= 1.4.0), libgnutls26 (>= 2.7.14-0) Filename: dists/lucid/uniklu/binary-i386/libcupscgi1_1.4.3-1ubuntu1.4uk1_i386.deb Size: 32532 MD5sum: aceb9fe88dbd34f02dacfef0a32f7395 SHA1: a7ada2ff7f7ab3cbbbf8e6fd57cc8bb4aed85eb2 SHA256: 0808e0d2291d06866e1576c9e61667ec906e1c98bb109b247d5aacd839baa554 Description: Common UNIX Printing System(tm) - CGI library The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides a shared library for CGI programs in the CUPS web interface Original-Maintainer: Debian CUPS Maintainers Package: librrdp-perl Priority: optional Section: perl Installed-Size: 164 Maintainer: Debian RRDtool Team Architecture: all Source: rrdtool Version: 1.4.3-1 Depends: perl, rrdtool Filename: dists/lucid/uniklu/binary-i386/librrdp-perl_1.4.3-1_all.deb Size: 101390 MD5sum: 9e7e5dda2c4bd1c47e4fa6b58c119219 SHA1: d79b76923023df65fc6609652bb68d66872fbf6a SHA256: 1a76d181dde1f3ac094666b498f3c7fa90230543cfb86cd43a54063145f3c47f Description: time-series data storage and display system (Perl interface, piped) The Round Robin Database Tool (RRDtool) is a system to store and display time-series data (e.g. network bandwidth, machine-room temperature, server load average). It stores the data in Round Robin Databases (RRDs), a very compact way that will not expand over time. RRDtool processes the extracted data to enforce a certain data density, allowing for useful graphical representation of data values. . This package contains a Perl interface to RRDs using command pipes. Homepage: http://oss.oetiker.ch/rrdtool/ Package: zim Priority: optional Section: x11 Installed-Size: 2204 Maintainer: Emfox Zhou Architecture: all Version: 0.46-1a Depends: python (>= 2.5), python-support (>= 0.90.0), python-gtk2, python-xdg, python-simplejson | python (>= 2.6) Recommends: python-gtkspell Suggests: bzr, graphviz, scrot, dvipng Filename: dists/lucid/uniklu/binary-i386/zim_0.46-1a_all.deb Size: 507394 MD5sum: 3291eda2e623d6a2645abdebbb7285b3 SHA1: 87e1dbf5853f629eea77fd9e86d8aee48824393c SHA256: e8b2af37654a2a72f94fb626fd22c7d88a01d2669c865137eb6f176887e54a3e Description: graphical text editor based on wiki technologies Zim is a WYSIWYG text editor. It aims at bringing the concept of a wiki to your desktop. For example every page is saved as a text file with wiki markup. Pages can contain links to other pages, and are saved automatically. Creating a new page is as easy as linking to a non-existing page. Pages are ordered in a hierarchical structure that gives it the look and feel of an outliner. . This tool can be used to keep track of TODO lists or ideas, to take notes during a meeting or to draft any other kind of text (blog entries, important mails, etc.). Homepage: http://zim-wiki.org Package: librrds-perl Priority: optional Section: perl Installed-Size: 212 Maintainer: Debian RRDtool Team Architecture: i386 Source: rrdtool Version: 1.4.3-1 Depends: perl (>= 5.10.1-8ubuntu2), perlapi-5.10.1, libc6 (>= 2.1.3), librrd4 (>= 1.4~rc2) Filename: dists/lucid/uniklu/binary-i386/librrds-perl_1.4.3-1_i386.deb Size: 113508 MD5sum: ddf8050b9167dbe1e6fc07ed3be63b43 SHA1: 0fa45dc5d36d8f73d4ff30dbb1d4266326a1dcab SHA256: f193562979f2fe7482386c719f772b481bdf9df1e98710bfc0b8aa96fd48f9cc Description: time-series data storage and display system (Perl interface, shared) The Round Robin Database Tool (RRDtool) is a system to store and display time-series data (e.g. network bandwidth, machine-room temperature, server load average). It stores the data in Round Robin Databases (RRDs), a very compact way that will not expand over time. RRDtool processes the extracted data to enforce a certain data density, allowing for useful graphical representation of data values. . This package contains a Perl interface to RRDs using a shared library. Homepage: http://oss.oetiker.ch/rrdtool/ Package: libruby1.9.1-dbg Priority: extra Section: debug Installed-Size: 8872 Maintainer: akira yamada Architecture: i386 Source: ruby1.9.1 Version: 1.9.2.0-1 Depends: libruby1.9.1 (= 1.9.2.0-1) Filename: dists/lucid/uniklu/binary-i386/libruby1.9.1-dbg_1.9.2.0-1_i386.deb Size: 3224598 MD5sum: a7055b3a26123b62f4c54d39086da8cd SHA1: 9d9d406105342e2cc4732dd74e10eb6aa87c8f36 SHA256: 4af0ae237a3bff5d395375b6eec7060a1b3c39f99bbce9e4cab88a98cbaa43e1 Description: Debugging symbols for Ruby 1.9.1 Contains debugging symbols for libruby1.9.1. . This package is provided primarily to provide a backtrace with names in a debugger, this makes it somewhat easier to interpret core dumps. Most people will not need this package. Homepage: http://www.ruby-lang.org/ Package: fabric Priority: optional Section: net Installed-Size: 252 Maintainer: Chris Lamb Architecture: all Version: 0.9.0-2+git20100212b Depends: python (>= 2.6), python-support (>= 0.90.0), python-paramiko (>= 1.6), python-pkg-resources Filename: dists/lucid/uniklu/binary-i386/fabric_0.9.0-2+git20100212b_all.deb Size: 41664 MD5sum: f9298d2f40b4a03d1fb76ad435b09f25 SHA1: 398bb0e5ab3ada090d9612e0c93274d67127491a SHA256: 1e10d698dc43cab80de0474f39aaea116b61d1f0b9930b84e919a9515352bacf Description: Simple Pythonic remote deployment tool Fabric is designed to upload files and run shell commands on a number of servers in parallel or serially. These commands are grouped in tasks (which are regular Python functions) and specified in a 'fabfile.' . It is similar to Capistrano, except it's implemented in Python and doesn't expect you to be deploying Rails applications. Homepage: http://fabfile.org/